llvm-project/lldb/source
Enrico Granata 395939a483 Improve the performance of the libc++ std::map formatter. This is not the full solution to the slowness of this formatter, but it's a 5% improvement in our testcase performance, which I am not going to complain too hard about.
llvm-svn: 224373
2014-12-16 21:28:16 +00:00
..
API Add the ability for an SBValue to create a persisted version of itself. 2014-12-08 23:13:56 +00:00
Breakpoint Add the ability to set breakpoints with conditions, commands, etc, 2014-12-06 01:28:03 +00:00
Commands Make the platform process connect path less chatty. 2014-12-13 05:23:51 +00:00
Core In C++, it's #include not #import 2014-12-16 19:10:37 +00:00
DataFormatters Improve the performance of the libc++ std::map formatter. This is not the full solution to the slowness of this formatter, but it's a 5% improvement in our testcase performance, which I am not going to complain too hard about. 2014-12-16 21:28:16 +00:00
Expression Added support to the expression parser for finding 2014-12-10 19:23:29 +00:00
Host Add a method to disable the Windows crash / assert dialogs. 2014-12-12 18:10:52 +00:00
Interpreter Add the ability to set breakpoints with conditions, commands, etc, 2014-12-06 01:28:03 +00:00
Plugins If a binary was stripped we sometimes didn't show the ivars of an Objective C class correctly. Now we do as we consult the runtime data for the class so we don't have to have a symbol in the symbol table. 2014-12-16 01:33:17 +00:00
Symbol Temporarily disable CompactUnwindInfo::GetCompactUnwindInfoForFunction. 2014-12-16 06:20:30 +00:00
Target Make the platform process connect path less chatty. 2014-12-13 05:23:51 +00:00
Utility Added StringExtractor::DecodeHexU8 && GetHexBytesAvail 2014-12-01 22:19:33 +00:00
CMakeLists.txt Disable Editline on Windows. 2014-11-17 21:31:18 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Add a method to disable the Windows crash / assert dialogs. 2014-12-12 18:10:52 +00:00