diff options
author | Greg Clayton <gclayton@apple.com> | 2012-12-05 00:16:59 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-12-05 00:16:59 +0000 |
commit | 90ba81150ef36277659edcc880d5440bd00ba997 (patch) | |
tree | b6f4584b58e3b66240b7ecee9a993f34c0801e10 /lldb/scripts/Python | |
parent | d31802c1f6ee4018bf362a1034bab0802c07024b (diff) | |
download | bcm5719-llvm-90ba81150ef36277659edcc880d5440bd00ba997.tar.gz bcm5719-llvm-90ba81150ef36277659edcc880d5440bd00ba997.zip |
<rdar://problem/12649160>
Added the ability to debug through your process exec'ing itself to the same architecture.
llvm-svn: 169340
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r-- | lldb/scripts/Python/interface/SBThread.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBThread.i b/lldb/scripts/Python/interface/SBThread.i index 76a014a6eca..0401ec13a42 100644 --- a/lldb/scripts/Python/interface/SBThread.i +++ b/lldb/scripts/Python/interface/SBThread.i @@ -88,6 +88,7 @@ public: /// eStopReasonWatchpoint 1 watchpoint id /// eStopReasonSignal 1 unix signal number /// eStopReasonException N exception data + /// eStopReasonExec 0 /// eStopReasonPlanComplete 0 //-------------------------------------------------------------------------- ") GetStopReasonDataAtIndex; |