llvm-project/lldb/source
Enrico Granata 20675c8478 We should not pretend that an int is a valid ObjC pointer. If your number truly is a pointer, po (id)myNumber is a better alternative. Fixes rdar://16585032
llvm-svn: 223379
2014-12-04 19:31:51 +00:00
..
API Enable Python summaries to use custom SBTypeSummaryOptions if the user is so inclined. Updates to the webdoc will follow 2014-11-22 00:02:47 +00:00
Breakpoint The breakpoint location hit counts were getting incremented in 2014-10-22 01:54:17 +00:00
Commands This is the first step of making lldb able to create target-specific things 2014-11-22 01:42:44 +00:00
Core Fix the behavior of ${current-pc-arrow} in the default disassembly 2014-12-02 00:26:21 +00:00
DataFormatters Enable Python summaries to use custom SBTypeSummaryOptions if the user is so inclined. Updates to the webdoc will follow 2014-11-22 00:02:47 +00:00
Expression Fix a build breakage. Looks like the LLVM side of this change has been reverted 2014-12-04 18:39:40 +00:00
Host Only normalize FileSpec paths *after* resolving them. 2014-12-01 23:13:32 +00:00
Interpreter Added a new regular expression to the "_regexp-break" command ("b" by default): 2014-12-01 22:34:03 +00:00
Plugins We should not pretend that an int is a valid ObjC pointer. If your number truly is a pointer, po (id)myNumber is a better alternative. Fixes rdar://16585032 2014-12-04 19:31:51 +00:00
Symbol Fix up the code in the FuncUnwinders class that 2014-11-18 05:57:42 +00:00
Target This is the first step of making lldb able to create target-specific things 2014-11-22 01:42:44 +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 Fix some bugs from D5988 2014-10-31 15:57:52 +00:00