llvm-project/lldb
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
..
docs Add a note. 2011-07-20 20:28:36 +00:00
examples CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello") 2011-08-09 23:50:01 +00:00
include 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
lib Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00
lldb.xcodeproj Changes to Python commands: 2011-08-16 23:24:13 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumped Xcode project versions for lldb-73 and debugserver-144. 2011-08-16 23:11:03 +00:00
scripts Changes to Python commands: 2011-08-16 23:24:13 +00:00
source 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
test 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
tools Better help string for "lldb -- file arg1 arg2..." 2011-08-16 23:57:58 +00:00
utils Update usage comment. 2011-06-14 22:23:54 +00:00
www Add "--" before providing the file & command args when launching lldb from the command line. 2011-08-17 00:23:09 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00