llvm-project/lldb/source
Jim Ingham bda4e5eb33 In ThreadPlanCallFunction, do the Takedown right when the thread plan gets popped. When the function call is discarded (e.g. when it crashes and discard_on_error is true) the plan gets discarded. You need to make sure that the stack gets restored right then, and not wait till you start again and the thread plan stack is cleared.
llvm-svn: 123716
2011-01-18 01:58:06 +00:00
..
API A few of the issue I have been trying to track down and fix have been due to 2011-01-17 03:46:26 +00:00
Breakpoint Implemented a major overhaul of the way variables are handled 2011-01-13 08:53:35 +00:00
Commands A few of the issue I have been trying to track down and fix have been due to 2011-01-17 03:46:26 +00:00
Core Replace Mutex guarding python interpreter access with Predicate, 2011-01-17 21:55:19 +00:00
Expression Added support for the fragile ivars provided by 2011-01-17 23:42:46 +00:00
Host Plug Free BSD memory leak. 2011-01-13 01:27:55 +00:00
Interpreter Replace Mutex guarding python interpreter access with Predicate, 2011-01-17 21:55:19 +00:00
Plugins Add a method on the ObjC Language Runtime that returns the runtime version. 2011-01-17 23:06:54 +00:00
Symbol Quick fixes to set access specifiers for Typedefs 2011-01-18 01:03:44 +00:00
Target In ThreadPlanCallFunction, do the Takedown right when the thread plan gets popped. When the function call is discarded (e.g. when it crashes and discard_on_error is true) the plan gets discarded. You need to make sure that the stack gets restored right then, and not wait till you start again and the thread plan stack is cleared. 2011-01-18 01:58:06 +00:00
Utility Modified the stop reply packet to be able to send the thread name using the 2011-01-08 03:17:57 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
lldb.cpp Initial support for a DynamicLoader plugin on Linux. 2011-01-16 19:45:39 +00:00