llvm-project/lldb/source
Enrico Granata 88da35f881 Improved the user-friendliness of errors shown by the summary feature in certain areas
Renamed format "signed decimal" to be "decimal". "unsigned decimal" remains unchanged:
 - the name "signed decimal" was interfering with symbol %S (use summary) in summary strings.
   because of the way summary strings are implemented, this did not really lead to a bug, but
   simply to performing more steps than necessary to display a summary. this is fixed.
Documentation improvements (more on synthetic children, some information on filters). This is still a WIP.

llvm-svn: 138384
2011-08-23 21:26:09 +00:00
..
API Fixed some SWIG interoperability issues 2011-08-19 23:56:34 +00:00
Breakpoint Make ValueObject::SetValueFromCString work correctly. 2011-08-12 23:34:31 +00:00
Commands Added support for persistent types to the 2011-08-23 21:20:51 +00:00
Core Improved the user-friendliness of errors shown by the summary feature in certain areas 2011-08-23 21:26:09 +00:00
Expression Added support for persistent types to the 2011-08-23 21:20:51 +00:00
Host Silence the static analyzer. 2011-08-12 00:21:20 +00:00
Interpreter More cleanups ; Separated implementation of FormatManager from class DataVisualization as a front-end by using separate .h/.cpp files - Final aim is to break up FormatManager.h/cpp into several separate files 2011-08-22 22:03:47 +00:00
Plugins Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel". 2011-08-22 22:30:57 +00:00
Symbol Refined the rollback to LLVM, picking up a newer 2011-08-19 06:19:25 +00:00
Target Added a new plug-in type: lldb_private::OperatingSystem. The operating system 2011-08-22 02:49:39 +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 some editing of data visualization error messages to make them more meaningful 2011-07-22 17:03:19 +00:00
lldb.cpp Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel". 2011-08-22 22:30:57 +00:00