From cd16df9154d46bb4ff49ed8843df714a7376d072 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Fri, 20 Jul 2012 21:37:13 +0000 Subject: Add "vAttachOrWait" to debugserver, so you can implement "attach to the process if it exists OR wait for it" without race conditions. Use that in lldb. llvm-svn: 160578 --- lldb/scripts/Python/interface/SBTarget.i | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lldb/scripts/Python') diff --git a/lldb/scripts/Python/interface/SBTarget.i b/lldb/scripts/Python/interface/SBTarget.i index a1eaeb010be..8a304ee99c4 100644 --- a/lldb/scripts/Python/interface/SBTarget.i +++ b/lldb/scripts/Python/interface/SBTarget.i @@ -125,6 +125,12 @@ public: void SetWaitForLaunch (bool b); + bool + GetIgnoreExisting (); + + void + SetIgnoreExisting (bool b); + uint32_t GetResumeCount (); -- cgit v1.2.3