hanchenye-llvm-project/lldb/source/Plugins
Jim Ingham 2976d00adb Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected.
llvm-svn: 112221
2010-08-26 21:32:51 +00:00
..
ABI Added support for objective C built-in types: id, Class, and SEL. This 2010-08-03 00:35:52 +00:00
Disassembler/llvm Added extensive logging of the code that is actually going 2010-07-23 02:19:15 +00:00
DynamicLoader/MacOSX-DYLD Change Target & Process so they can really be initialized with an invalid architecture. 2010-08-09 23:31:02 +00:00
ObjectContainer Change Target & Process so they can really be initialized with an invalid architecture. 2010-08-09 23:31:02 +00:00
ObjectFile Looks like this is how you identify executables in ELF. 2010-08-10 01:36:46 +00:00
Process Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. 2010-08-26 21:32:51 +00:00
SymbolFile Modified the host process monitor callback function Host::StartMonitoringChildProcess 2010-08-21 02:22:51 +00:00
SymbolVendor/MacOSX Change over to using the definitions for mach-o types and defines to the 2010-07-21 22:12:05 +00:00
Makefile Fix makefiles to build properly on Darwin. 2010-07-24 04:10:59 +00:00