llvm-project/lldb/source
Jason Molenda 8ee9cb5891 Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method
(and same thing to Thread base class) which can be used when looking
at an ExtendedBacktrace thread; it will try to find the IndexID() of
the original thread that was executing this backtrace when it was
recorded.  If lldb can't find a record of that thread, it will return
the same value as IndexID() for the ExtendedBacktrace thread.

llvm-svn: 194912
2013-11-16 01:24:22 +00:00
..
API Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method 2013-11-16 01:24:22 +00:00
Breakpoint Fixed the the breakpoint test case failures. 2013-11-09 00:03:31 +00:00
Commands Minor improvement to the "memory find" command 2013-11-13 20:08:30 +00:00
Core Fixed the the breakpoint test case failures. 2013-11-09 00:03:31 +00:00
DataFormatters This patch does a couple of things. 2013-11-07 00:11:47 +00:00
Expression Fixed printf warnings. The GetByteSize() results return uint64_t values, not size_t values. 2013-11-13 18:01:16 +00:00
Host Fixes to get LLDB building on Windows again. 2013-10-22 12:27:43 +00:00
Interpreter Fixed a build warning for a missing switch case. 2013-11-08 23:38:26 +00:00
Plugins Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method 2013-11-16 01:24:22 +00:00
Symbol Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
Target Commit a work-in-progress system runtime for Mac OS X which won't 2013-11-15 00:17:32 +00:00
Utility <rdar://problem/15182550> 2013-10-18 18:57:49 +00:00
CMakeLists.txt Improve the set of the Python libraries during the cmake build. 2013-11-15 14:15:10 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp The output of 'log list' was missing a few of the lldb channels: 2013-09-12 01:48:59 +00:00
lldb.cpp Commit a work-in-progress system runtime for Mac OS X which won't 2013-11-15 00:17:32 +00:00