mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 23:45:25 +08:00
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:
@@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user