llvm-project/lldb/source
Jim Ingham d4ce0a1597 Don't re-insert disabled breakpoint locations.
llvm-svn: 116908
2010-10-20 03:36:33 +00:00
..
API Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do. 2010-10-20 00:39:53 +00:00
Breakpoint Don't re-insert disabled breakpoint locations. 2010-10-20 03:36:33 +00:00
Commands Ok, last commit for the running processes in a new window. Now you can 2010-10-19 23:16:00 +00:00
Core For UserSettingsController::UpdateDictionaryVariable(), clear the dictionary 2010-10-20 01:03:00 +00:00
Expression Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do. 2010-10-20 00:39:53 +00:00
Host Ok, last commit for the running processes in a new window. Now you can 2010-10-19 23:16:00 +00:00
Interpreter Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single 2010-10-18 22:56:57 +00:00
Plugins Still trying to get detach to work with debugserver. Got a bit closer, 2010-10-18 04:14:23 +00:00
Symbol Fixed an expression parsing issue where if you were stopped somewhere without 2010-10-14 22:52:14 +00:00
Target Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do. 2010-10-20 00:39:53 +00:00
Utility Cleaned a few build related things up: 2010-09-24 23:07:41 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. 2010-08-31 18:05:13 +00:00
lldb.cpp Disable "process.macosx" plugin, since it is not being actively supported 2010-10-15 21:52:38 +00:00