llvm-project/lldb/source/Core
Jim Ingham 53c47f1e2f Move the "Object Description" into the ValueObject, and the add an API to
SBValue to access it.  For now this is just the result of ObjC NSPrintForDebugger,
but could be extended.  Also store the results of the ObjC Object Printer in a
Stream, not a ConstString.

llvm-svn: 113660
2010-09-10 23:12:17 +00:00
..
Address.cpp Cleaned up the output of "image lookup --address <ADDR>" which involved 2010-09-10 01:30:46 +00:00
AddressRange.cpp Cleaned up the output of "image lookup --address <ADDR>" which involved 2010-09-10 01:30:46 +00:00
AddressResolver.cpp
AddressResolverFileLine.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
AddressResolverName.cpp Added function name types to allow us to set breakpoints by name more 2010-06-28 21:30:43 +00:00
ArchSpec.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Baton.cpp
Broadcaster.cpp
Communication.cpp Remove a premature invalidation of a threads pthread_t handle, thus avoiding 2010-07-23 15:43:25 +00:00
Connection.cpp
ConnectionFileDescriptor.cpp Warnings cleanup patch from Jean-Daniel Dupas. 2010-07-23 15:37:46 +00:00
ConstString.cpp Improved name demangling performance by 20% on darwin. 2010-09-03 23:26:12 +00:00
DataBufferHeap.cpp
DataBufferMemoryMap.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
DataExtractor.cpp Avoid std::bitset<64>::to_string() since it is missing in earlier C++ 2010-07-21 01:08:41 +00:00
Debugger.cpp When the debugger updates its symbol context, if no thread or frame are selected select the first thread's 0th frame. 2010-09-10 23:06:30 +00:00
Disassembler.cpp Fixed an error that could occur during disassembly that could cause a function name to be printed before the first _and_ the second instruction of disassembly when there are two symbols -- one debug symbol and one linker symbol. 2010-09-06 23:11:45 +00:00
DynamicLoader.cpp
Error.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Event.cpp Remove use of STL collection class use of the "data()" method since it isn't 2010-07-20 22:52:08 +00:00
FileSpec.cpp If the file the user specifies can't be found in the current directory, 2010-09-10 04:48:55 +00:00
FileSpecList.cpp Add missing includes. 2010-06-09 08:50:27 +00:00
Flags.cpp
InputReader.cpp I enabled some extra warnings for hidden local variables and for hidden 2010-07-14 00:18:15 +00:00
Language.cpp Created lldb::LanguageType by moving an enumeration from the 2010-07-28 02:04:09 +00:00
Listener.cpp Add missing includes. 2010-06-09 08:50:27 +00:00
Log.cpp Fixed the log streams for logs that output to 2010-06-23 21:28:25 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Mangled.cpp Improved name demangling performance by 20% on darwin. 2010-09-03 23:26:12 +00:00
Module.cpp Remove the Flags member in lldb_private::Module in favor of bitfield boolean 2010-09-07 23:40:05 +00:00
ModuleChild.cpp
ModuleList.cpp Got a lot of the kinks worked out in the inline support after debugging more 2010-08-24 21:05:24 +00:00
PluginManager.cpp The first part of an lldb native stack unwinder. 2010-09-10 07:49:16 +00:00
RegularExpression.cpp Remove use of STL collection class use of the "data()" method since it isn't 2010-07-20 22:52:08 +00:00
Scalar.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
SearchFilter.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Section.cpp Modified both the ObjectFileMachO and ObjectFileELF to correctly set the 2010-07-21 22:54:26 +00:00
SourceManager.cpp
State.cpp Add missing includes. 2010-06-09 08:50:27 +00:00
Stream.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
StreamFile.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
StreamString.cpp Add missing includes. 2010-06-09 08:50:27 +00:00
StringList.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
TTYState.cpp
Timer.cpp Added some missing API for address resolving within a module, and looking 2010-09-10 18:31:35 +00:00
UUID.cpp Remove unused uuid_t constructor for lldb_private::UUID. 2010-06-10 03:08:05 +00:00
UserID.cpp Move trivial parts of UserID into the header. 2010-06-22 10:44:12 +00:00
UserSettingsController.cpp Make all debugger-level user settable variables into instance variables. 2010-09-09 06:25:08 +00:00
VMRange.cpp Added support for inlined stack frames being represented as real stack frames 2010-08-24 00:45:41 +00:00
Value.cpp Changed "Error Value::GetValueAsData (...)" to set the data extractor byte 2010-08-18 18:28:52 +00:00
ValueObject.cpp Move the "Object Description" into the ValueObject, and the add an API to 2010-09-10 23:12:17 +00:00
ValueObjectChild.cpp Change over to using the definitions for mach-o types and defines to the 2010-07-21 22:12:05 +00:00
ValueObjectList.cpp StackFrame objects now own ValueObjects for any frame variables (locals, args, 2010-09-02 02:59:18 +00:00
ValueObjectRegister.cpp Change over to using the definitions for mach-o types and defines to the 2010-07-21 22:12:05 +00:00
ValueObjectVariable.cpp StackFrame objects now own ValueObjects for any frame variables (locals, args, 2010-09-02 02:59:18 +00:00