llvm-project/lldb/source
Sean Callanan cf5498f1c7 Added a temporary hack to allow casting of Objective-C
method results to int.  This will only last until we
get accurate type information for Objective-C methods
or some way of making their types inferred by the
parser.

llvm-svn: 117178
2010-10-22 23:25:16 +00:00
..
API Add and SB API to set breakpoint conditions. 2010-10-22 01:15:49 +00:00
Breakpoint Don't re-insert disabled breakpoint locations. 2010-10-20 03:36:33 +00:00
Commands Fixed a crasher. The cmd_file needs to be resolved before reading lines from it. 2010-10-20 21:40:50 +00:00
Core Fix the default prompt to have a space. 2010-10-22 21:15:00 +00:00
Expression Added a temporary hack to allow casting of Objective-C 2010-10-22 23:25:16 +00:00
Host Fixed an issue where we were resolving paths when we should have been. 2010-10-20 20:54:39 +00:00
Interpreter Changed "run" to alias "process launch --". 2010-10-22 18:47:16 +00:00
Plugins Fixed an issue where we were resolving paths when we should have been. 2010-10-20 20:54:39 +00:00
Symbol Fixed an issue where we were resolving paths when we should have been. 2010-10-20 20:54:39 +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