llvm-project/lldb/source
Enrico Granata 76b08d584b Fix the NSPathStore2 data formatter to actually handle the explicit length stored inside the object. The meat of this commit, however, is a nice little API for easily adding new __lldb_autogen_ helper types to an AST context
llvm-svn: 220881
2014-10-29 23:08:02 +00:00
..
API Add a few functions to SBType to handle arrays and typedefs. Fixes rdar://12675166 2014-10-28 21:44:06 +00:00
Breakpoint The breakpoint location hit counts were getting incremented in 2014-10-22 01:54:17 +00:00
Commands Reverting r220435. Jim Ingham and I discussed this for a bit, and we came up with a better command model for this feature 2014-10-22 22:33:08 +00:00
Core Add a feature where a string data formatter can now be partially composed of Python summary functions 2014-10-28 21:07:00 +00:00
DataFormatters Fix the NSPathStore2 data formatter to actually handle the explicit length stored inside the object. The meat of this commit, however, is a nice little API for easily adding new __lldb_autogen_ helper types to an AST context 2014-10-29 23:08:02 +00:00
Expression Don't allow the expression parser to magically 2014-10-20 18:36:58 +00:00
Host Added a missing call to 'Reset'. 2014-10-26 21:38:43 +00:00
Interpreter Add a feature where a string data formatter can now be partially composed of Python summary functions 2014-10-28 21:07:00 +00:00
Plugins Add breakpoint instruction byte sequences for arm to 2014-10-28 03:43:54 +00:00
Symbol Fix the NSPathStore2 data formatter to actually handle the explicit length stored inside the object. The meat of this commit, however, is a nice little API for easily adding new __lldb_autogen_ helper types to an AST context 2014-10-29 23:08:02 +00:00
Target Setting breakpoints with name mask eFunctionNameTypeBase was broken for straight C names by 220432. Get 2014-10-25 00:33:55 +00:00
Utility Stub out 'close' call on m_master_fd for Windows. 2014-10-27 19:27:00 +00:00
CMakeLists.txt Fix the build after the recent plugin additions for 2014-10-11 00:38:55 +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 LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and report data extraction 2014-10-10 23:43:03 +00:00