llvm-project/lldb/source
Greg Clayton 6372d1cda2 Changed to using an "operator bool" instead of an "operator void*"
and avoid returning a pointer to the current object. In the new 
"operator bool" implementation, check the filename object first 
since many times we have FileSpec objects with a filename, yet no
directory.

llvm-svn: 139488
2011-09-12 04:00:42 +00:00
..
API Added the ability to introspect types thourgh the public SBType interface. 2011-09-09 23:04:00 +00:00
Breakpoint Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote class (Not Tested Yet). 2011-09-06 22:38:36 +00:00
Commands Renaming a bulk of method calls from Get() to something more descriptive 2011-09-09 23:33:14 +00:00
Core Fixed up the comments in the headerdoc to match the current implementation 2011-09-12 03:55:58 +00:00
Expression Added the ability for DWARF locations to use the ABI plug-ins to resolve 2011-09-02 01:15:17 +00:00
Host Changed to using an "operator bool" instead of an "operator void*" 2011-09-12 04:00:42 +00:00
Interpreter Don't skip the application specific ~/.lldbinit file when the program 2011-09-11 00:01:44 +00:00
Plugins Quick fixes to the PE COFF file loader. 2011-09-10 01:04:42 +00:00
Symbol Fixes for Symtab.cpp to take advantage of the new unique C string map 2011-09-11 00:20:09 +00:00
Target Patch from Filipe! 2011-09-09 00:01:43 +00:00
Utility Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Include lldb/commands as a valid logging type in the 2011-08-25 00:20:04 +00:00
lldb.cpp Added first pass at PE COFF file reading support. It parses the sections 2011-09-09 20:33:05 +00:00