llvm-project/lldb/source
Enrico Granata 02d87608c1 Reenable the logic to take an integer value and attempt to "po" it as an ObjC object
While there is quite a bit of potential for mishaps due to tagged pointers, and after quite some internal discussion, this seems a saner behavior given how "po" stands for "print OBJECT". The argument being that we should make at least some sensible attempt to print the thing the user passed as-if it was an object

Fixes rdar://19423124

llvm-svn: 226062
2015-01-14 23:58:18 +00:00
..
API Add null pointer checks to some SBStream functions. 2015-01-14 18:34:35 +00:00
Breakpoint Fix initialization order to match that of the source. 2014-12-17 22:25:37 +00:00
Commands Typing "gui" will crash programs that don't give LLDB a real terminal. 2015-01-14 19:45:21 +00:00
Core Implement demangling on Windows. 2015-01-14 18:34:43 +00:00
DataFormatters Change auto to size_t to fix warning. 2015-01-09 20:15:03 +00:00
Expression Fix issues with LLDB's interpreter and MS ABI guard variables. 2015-01-09 21:12:22 +00:00
Host Extend PipePosix with support for named pipes/timeout-based IO and integrate it with GDBRemoteCommunication / lldb-gdbserver - include reviews fixes. 2015-01-14 01:31:27 +00:00
Interpreter Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does. 2015-01-13 21:13:08 +00:00
Plugins Reenable the logic to take an integer value and attempt to "po" it as an ObjC object 2015-01-14 23:58:18 +00:00
Symbol Change the x86 assembly instruction unwind parser to 2015-01-13 06:04:04 +00:00
Target Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does. 2015-01-13 21:13:08 +00:00
Utility Add an additional check to UnwindAssembly_x86::AugmentUnwindPlanFromCallSite 2015-01-13 06:07:07 +00:00
CMakeLists.txt Fixes compilation/run error with BUILD_SHARED_LIBS=TRUE 2015-01-14 21:01:15 +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