Adding "-n", "-p" and "-w" flags to the lldb command-line tool to

allow attaching from the command line.

llvm-svn: 139665
This commit is contained in:
Jim Ingham
2011-09-13 23:25:31 +00:00
parent 0378726aed
commit e64f0dc7bf
5 changed files with 134 additions and 16 deletions

View File

@@ -136,6 +136,9 @@ public:
void
SetAsync (bool b);
bool
GetAsync ();
void
SkipLLDBInitFiles (bool b);
@@ -206,6 +209,9 @@ public:
lldb::SBTarget
GetSelectedTarget ();
void
SetSelectedTarget (lldb::SBTarget &target);
lldb::SBSourceManager
GetSourceManager ();