llvm-project/lldb
Enrico Granata c482a19294 First round of code cleanups:
- all instances of "vobj" have been renamed to "valobj"
 - class Debugger::Formatting has been renamed to DataVisualization (defined in FormatManager.h/cpp)
   The interface to this class has not changed
 - FormatCategory now uses ConstString's as keys to the navigators instead of repeatedly casting
   from ConstString to const char* and back all the time
   Next step is making the same happen for categories themselves
 - category gnu-libstdc++ is defined in the constructor for a FormatManager
   The source code for it is defined in gnu_libstdcpp.py, drawn from examples/synthetic at compile time
   All references to previous 'osxcpp' name have been removed from both code and file names
Functional changes:
 - the name of the option to use a summary string for 'type summary add' has changed from the previous --format-string
   to the new --summary-string. It is expected that the short option will change from -f to -s, and -s for --python-script
   will become -o

llvm-svn: 137886
2011-08-17 22:13:59 +00:00
..
docs Add a note. 2011-07-20 20:28:36 +00:00
examples First round of code cleanups: 2011-08-17 22:13:59 +00:00
include First round of code cleanups: 2011-08-17 22:13:59 +00:00
lib Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00
lldb.xcodeproj New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector 2011-08-17 19:07:52 +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 First round of code cleanups: 2011-08-17 22:13:59 +00:00
source First round of code cleanups: 2011-08-17 22:13:59 +00:00
test First round of code cleanups: 2011-08-17 22:13:59 +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