llvm-project/lldb/source
Sean Callanan c8675507aa Fixes in the IRInterpreter:
- removed an unnecessary variable
- fixed an issue where we sometimes
  wrote too much data into a buffer
- made the recognition of variables
  as "this" a little more conservative

<rdar://problem/13216268>

llvm-svn: 175318
2013-02-15 23:07:52 +00:00
..
API Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where 2013-02-09 01:29:05 +00:00
Breakpoint Probably should return that value we took the trouble to compute. 2013-02-14 03:04:50 +00:00
Commands One to many always's. 2013-02-14 19:30:35 +00:00
Core Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
DataFormatters Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
Expression Fixes in the IRInterpreter: 2013-02-15 23:07:52 +00:00
Host Fixed a crash when we didn't get a plist but tried 2013-02-08 23:17:17 +00:00
Interpreter <rdar://problem/13178743> 2013-02-12 18:52:24 +00:00
Plugins Rename [Enable|Disable]Breakpoint() to [Enable|Disable]BreakpointSite() in POSIX plugin 2013-02-15 20:23:25 +00:00
Symbol Quiet "the missing case in switch statement" warnings from newer clang builds. 2013-02-13 18:15:56 +00:00
Target A little cleanup. {Disable/Enable}Breakpoint actually disables/enables BreakpointSites not breakpoints, it is confusing 2013-02-15 02:06:30 +00:00
Utility Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
Makefile Actually build DataFormatters dir. Fix for the r173732 fix. 2013-01-29 22:20:20 +00:00
lldb-log.cpp <rdar://problem/13159777> 2013-02-06 17:22:03 +00:00
lldb.cpp Enable ProcessGDBRemote plugin on Linux 2013-01-08 14:55:36 +00:00