commit | 90ba81150ef36277659edcc880d5440bd00ba997 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Wed Dec 05 00:16:59 2012 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Wed Dec 05 00:16:59 2012 +0000 |
tree | b6f4584b58e3b66240b7ecee9a993f34c0801e10 | |
parent | d31802c1f6ee4018bf362a1034bab0802c07024b [diff] [blame] |
<rdar://problem/12649160> Added the ability to debug through your process exec'ing itself to the same architecture. llvm-svn: 169340
diff --git a/lldb/tools/driver/Driver.cpp b/lldb/tools/driver/Driver.cpp index 7a4eded..29fa37d 100644 --- a/lldb/tools/driver/Driver.cpp +++ b/lldb/tools/driver/Driver.cpp
@@ -806,6 +806,7 @@ case eStopReasonWatchpoint: case eStopReasonSignal: case eStopReasonException: + case eStopReasonExec: if (!other_thread.IsValid()) other_thread = thread; break;