hanchenye-llvm-project/lldb/source
Enrico Granata 686f3deb44 This checkin introduces the notion of hardcoded formatters, which LLDB can bind to a ValueObject internally depending on any criteria
User-vended by-type formatters still would prevail on these hardcoded ones

For the time being, while the infrastructure is there, no such formatters exist

This can be useful for cases such as expanding vtables for C++ class pointers, when there is no clear cut notion of a typename matching, and the feature is low-level enough that it makes sense for the debugger core to be vending it

llvm-svn: 193724
2013-10-30 23:46:27 +00:00
..
API <rdar://problem/15144376> 2013-10-29 00:28:35 +00:00
Breakpoint Fixed breakpoints to be able to be set on eSymbolTypeReExported symbols and resolve to the correct function. This allows setting a breakpoint on "memset" for iOS simulator binaries and the correct breakpoint will be set on "__platform_memset". 2013-10-21 20:04:47 +00:00
Commands <rdar://problem/15296388> 2013-10-29 23:04:29 +00:00
Core <rdar://problem/15201312> 2013-10-30 18:42:59 +00:00
DataFormatters This checkin introduces the notion of hardcoded formatters, which LLDB can bind to a ValueObject internally depending on any criteria 2013-10-30 23:46:27 +00:00
Expression <rdar://problem/14496092> 2013-10-30 21:37:46 +00:00
Host Fixes to get LLDB building on Windows again. 2013-10-22 12:27:43 +00:00
Interpreter <rdar://problem/14972424> 2013-10-17 01:10:23 +00:00
Plugins Fixed a warning in PlatformiOSSimulator where GetSDKDirectory was hiding recently added virtual function. Renamed GetSDKDirectory to GetSDKsDirectory to fix the issue. GetSDKsDirectory is a better fit because it finds the directory that contains all SDKs, not the current one. 2013-10-30 18:40:41 +00:00
Symbol Fixing an issue in yesterday's dynamic type changes where we would not craft a valid SBType given debug information 2013-10-29 17:42:02 +00:00
Target Change the default handling for SIGALRM and SIGCHLD to not notify. 2013-10-28 19:00:42 +00:00
Utility <rdar://problem/15182550> 2013-10-18 18:57:49 +00:00
CMakeLists.txt Patch to add PlatformWindows, based on Carlo Kok's version from the Windows branch. 2013-10-15 12:32:12 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp The output of 'log list' was missing a few of the lldb channels: 2013-09-12 01:48:59 +00:00
lldb.cpp Patch to add PlatformWindows, based on Carlo Kok's version from the Windows branch. 2013-10-15 12:32:12 +00:00