hanchenye-llvm-project/lldb
Greg Clayton bf2331c491 Added the ability to introspect types thourgh the public SBType interface.
Fixed up many API calls to not be "const" as const doesn't mean anything to
most of our lldb::SB objects since they contain a shared pointer, auto_ptr, or
pointer to the types which circumvent the constness anyway.

llvm-svn: 139428
2011-09-09 23:04:00 +00:00
..
docs Add a note. 2011-07-20 20:28:36 +00:00
examples Objective-C runtime wrapper 2011-09-09 16:47:15 +00:00
include Added the ability to introspect types thourgh the public SBType interface. 2011-09-09 23:04:00 +00:00
lib Patch by Filipe to build lldb usng 'make'! 2011-08-23 22:36:23 +00:00
lldb.xcodeproj Added first pass at PE COFF file reading support. It parses the sections 2011-09-09 20:33:05 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Make the CFBundleShortVersionString and CFBundleVersion automatically track 2011-08-25 04:13:59 +00:00
scripts Added the ability to introspect types thourgh the public SBType interface. 2011-09-09 23:04:00 +00:00
source Added the ability to introspect types thourgh the public SBType interface. 2011-09-09 23:04:00 +00:00
test Adding two new options to the 'help' command: 2011-09-09 17:49:36 +00:00
tools Reset the debug status register, only if necessary, before we resume, 2011-09-09 21:11:25 +00:00
utils Fix typos in comment. 2011-08-20 01:02:31 +00:00
www Added help on stack frame selection compared to GDB and corrected the register 2011-09-08 20:14:22 +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