llvm-project/lldb/source
Jim Ingham 18de2fdc55 If the ObjC Step Through Trampoline plan causes a target crash, properly propagate the error back to
the controlling plans so that they don't lose control.

Also change "ThreadPlanStepThrough" to take the return StackID for its backstop breakpoint as an argument
to the constructor rather than having it try to figure it out itself, since it might get it wrong whereas
the caller always knows where it is coming from.

rdar://problem/11402287

llvm-svn: 156529
2012-05-10 01:35:39 +00:00
..
API Print out a notification when the process of a target other than the currently selected target stops. 2012-05-08 23:06:07 +00:00
Breakpoint Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. 2012-05-04 23:02:50 +00:00
Commands <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
Core Remove the string pool from the global destructor chain so it doesn't get yanked out from under us prematurely on exit. 2012-05-09 18:37:10 +00:00
Expression Added a #define of NULL to 0 to make NULL usable 2012-05-09 21:27:03 +00:00
Host <rdar://problem/11400476> 2012-05-08 21:35:52 +00:00
Interpreter <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
Plugins If the ObjC Step Through Trampoline plan causes a target crash, properly propagate the error back to 2012-05-10 01:35:39 +00:00
Symbol <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
Target If the ObjC Step Through Trampoline plan causes a target crash, properly propagate the error back to 2012-05-10 01:35:39 +00:00
Utility Removed redundant isxdigit checks and added the ability to GetHexU8() so it can extract an 8 bit hex value if one is available. It will set EOF if "set_eof_on_fail" is true or if out of data. This allows a string decoder to grab a string without losing the last part of the packet with a packet like "414243,abc" (it can extract "ABC" and leave the file position set to the comma). 2012-04-07 00:42:53 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Patch from Filipe Cabecinhas. 2012-04-26 17:07:53 +00:00
lldb.cpp Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>: 2012-04-14 00:54:42 +00:00