llvm-project/lldb/source
Sean Callanan eab6cc98d7 The expression parser will now check the validity
of the "self"/"this" pointer for the current stack
frame before wrapping expressions in C++ or
Objective-C methods.  This works around bad debug
info where the compiler emits a "this" or "self"
but doesn't give any way to find its location.

<rdar://problem/12809985>

llvm-svn: 169461
2012-12-06 01:35:38 +00:00
..
API <rdar://problem/12749733> 2012-12-05 21:24:42 +00:00
Breakpoint Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
Commands Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
Core <rdar://problem/12749733> 2012-12-05 21:24:42 +00:00
Expression The expression parser will now check the validity 2012-12-06 01:35:38 +00:00
Host Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
Interpreter Define isprint8() wrapper around isprint() in order to avoid crashes on Linux 2012-12-05 20:24:57 +00:00
Plugins Rewrote the bitfield logic. Major changes include: 2012-12-05 23:37:14 +00:00
Symbol <rdar://problem/12749733> 2012-12-05 21:24:42 +00:00
Target Adding missing log->Printf instead of printf in Target::SetArchitecture 2012-12-05 23:07:34 +00:00
Utility <rdar://problem/12398225> 2012-09-28 21:51:54 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Add an LLDB_LOG_TARGET logging channel (log eanble lldb target). 2012-12-05 00:25:49 +00:00
lldb.cpp Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00