llvm-project/lldb/source
Greg Clayton cb7e3b3505 Added quotes around names that are being lookup up or inspected in the
expression logging.

Added some properties to the "objc" test. The expression parser can currently
display properties that are backed by the default functions "expr myStr.string"
will work. But it won't currently work when the property is backed by a 
different function such as "expr myStr.date".

llvm-svn: 119103
2010-11-15 01:47:11 +00:00
..
API Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c" 2010-11-08 00:28:40 +00:00
Breakpoint Fixed a crasher (an assert was firing in the DWARF parser) when setting 2010-11-14 00:22:48 +00:00
Commands Added the address of operator for the "frame variable" command. 2010-11-15 01:32:26 +00:00
Core Just like functions can have a basename and a mangled/demangled name, variable 2010-11-14 22:13:40 +00:00
Expression Added quotes around names that are being lookup up or inspected in the 2010-11-15 01:47:11 +00:00
Host Silence a bunch of clang warnings. 2010-11-10 20:16:47 +00:00
Interpreter Move the embedded Python interpreter onto a separate thread, to prevent 2010-11-10 19:18:14 +00:00
Plugins Just like functions can have a basename and a mangled/demangled name, variable 2010-11-14 22:13:40 +00:00
Symbol Just like functions can have a basename and a mangled/demangled name, variable 2010-11-14 22:13:40 +00:00
Target Modified the lldb_private::Type clang type resolving code to handle three 2010-11-13 03:52:47 +00:00
Utility Cleaned a few build related things up: 2010-09-24 23:07:41 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Move the embedded Python interpreter onto a separate thread, to prevent 2010-11-10 19:18:14 +00:00
lldb.cpp Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin. 2010-11-04 18:30:59 +00:00