llvm-project/lldb/source
Greg Clayton ec6829eac0 Patch from Todd Fiala: lldb will seg fault if for some reason there is no unwinder when StackFrameList::GetFramesUpTo() is called.
Mainly patched to stop LLDB from crashing. This can easily happen if you debug to a remote gdbserver that doesn't have any dynamic register info and you don't have a target definition file specified.

llvm-svn: 195499
2013-11-22 21:03:42 +00:00
..
API Update cmake for SBPlatform.cpp added in r195273 2013-11-21 14:38:22 +00:00
Breakpoint Fixed the the breakpoint test case failures. 2013-11-09 00:03:31 +00:00
Commands Only use a PTY master/slave when launching for local processes. 2013-11-22 18:47:24 +00:00
Core <rdar://problem/15530080> 2013-11-22 00:02:13 +00:00
DataFormatters <rdar://problem/15530080> 2013-11-22 00:02:13 +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 Fix ePathTypeSupportExecutableDir for shallow bundle Darwin targets and add "host" logging for the different paths. 2013-11-22 18:48:24 +00:00
Interpreter Fixed a build warning for a missing switch case. 2013-11-08 23:38:26 +00:00
Plugins Fixed functions to always reply to packets and added a port offset. 2013-11-22 18:53:12 +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 Patch from Todd Fiala: lldb will seg fault if for some reason there is no unwinder when StackFrameList::GetFramesUpTo() is called. 2013-11-22 21:03:42 +00:00
Utility Expose SBPlatform through the public API. 2013-11-20 21:07:01 +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