summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StackFrameList.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-12-05 00:16:59 +0000
committerGreg Clayton <gclayton@apple.com>2012-12-05 00:16:59 +0000
commit90ba81150ef36277659edcc880d5440bd00ba997 (patch)
treeb6f4584b58e3b66240b7ecee9a993f34c0801e10 /lldb/source/Target/StackFrameList.cpp
parentd31802c1f6ee4018bf362a1034bab0802c07024b (diff)
downloadbcm5719-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/source/Target/StackFrameList.cpp')
-rw-r--r--lldb/source/Target/StackFrameList.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Target/StackFrameList.cpp b/lldb/source/Target/StackFrameList.cpp
index 082fddd09ed..0a45d33ea65 100644
--- a/lldb/source/Target/StackFrameList.cpp
+++ b/lldb/source/Target/StackFrameList.cpp
@@ -147,6 +147,7 @@ StackFrameList::ResetCurrentInlinedDepth ()
{
case eStopReasonWatchpoint:
case eStopReasonException:
+ case eStopReasonExec:
case eStopReasonSignal:
// In all these cases we want to stop in the deepest most frame.
m_current_inlined_pc = curr_pc;
OpenPOWER on IntegriCloud