llvm-project/lldb/source/Plugins
Enrico Granata 99f0b8f935 When defining a scripted command, it is possible to provide a docstring and that will be used as the help text for the command
If no docstring is provided, a default help text is created
LLDB will refuse to create scripted commands if the scripting language is anything but Python
Some additional comments in AppleObjCRuntimeV2.cpp to describe the memory layout expected by the dynamic type lookup code

llvm-svn: 137801
2011-08-17 01:30:04 +00:00
..
ABI Created a std::string in the base StopInfo class for the description and 2011-06-04 01:26:29 +00:00
Disassembler/llvm Fixed an issue of wrong (by +2) branch target calculation in the disassembler's symbolic information output. 2011-08-03 04:50:37 +00:00
DynamicLoader Added the ability to remove orphaned module shared pointers from a ModuleList. 2011-08-11 02:48:45 +00:00
Instruction/ARM Fix two logic errors uncovered by the static analyzer. 2011-08-16 01:16:02 +00:00
LanguageRuntime When defining a scripted command, it is possible to provide a docstring and that will be used as the help text for the command 2011-08-17 01:30:04 +00:00
ObjectContainer Fixed an issue with parsing object files from .a archives. 2011-08-03 04:39:36 +00:00
ObjectFile Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
Platform Fixed issues for iOS debugging where if a device has 2011-08-05 20:48:30 +00:00
Process Added the ability to remove orphaned module shared pointers from a ModuleList. 2011-08-11 02:48:45 +00:00
SymbolFile Fixed an issue where we could end up creating multiple 2011-08-16 18:40:23 +00:00
SymbolVendor/MacOSX LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
UnwindAssembly Add UnwindAssembly plugins to makefile build 2011-05-19 17:34:58 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00