hanchenye-llvm-project/lldb/source
Todd Fiala e231efaee5 llgs: add logging to Native*Protocol breakpoints around byte values replaced and restored.
Useful for verifying what bytes a software breakpoint clobbers/restores.

llvm-svn: 219318
2014-10-08 17:14:53 +00:00
..
API Create a ConnectionGenericFile class for Windows. 2014-10-06 21:23:09 +00:00
Breakpoint
Commands Issuing a "type category disable *" command followed by a "type category enable *" command does not honor the order in which categories were previously enabled 2014-10-03 01:48:32 +00:00
Core Create a ConnectionGenericFile class for Windows. 2014-10-06 21:23:09 +00:00
DataFormatters The type category enable * was implemented assuming a previous disable * had happened. While that will most likely be true in practice, the consequences of this not being the case will be a crash. I fix the crash by doing two things: 1) don't let already-enabled categories be enabled anyway; 2) if a category were disabled but with a bogus last-enabled position - highly highly unlikely - just put it in the first empty slot. I am not so sure 2) is bulletproof perfect, but I also don't think 2) will practically ever happen 2014-10-07 22:15:27 +00:00
Expression Add "target.expr-parser-compiler-args" setting. 2014-10-06 23:13:30 +00:00
Host llgs: add logging to Native*Protocol breakpoints around byte values replaced and restored. 2014-10-08 17:14:53 +00:00
Interpreter Add "target.expr-parser-compiler-args" setting. 2014-10-06 23:13:30 +00:00
Plugins When we detect a stack unwind loop, before we abort 2014-10-07 22:55:13 +00:00
Symbol Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections 2014-09-29 08:02:24 +00:00
Target Minor comment change to test out svn access 2014-10-08 01:50:37 +00:00
Utility Fix the ability of "lldb-platform" to upload files. 2014-09-18 00:20:51 +00:00
CMakeLists.txt Add SBExecutionContext.cpp to this file as well, as the comment 2014-10-01 22:26:52 +00:00
Makefile
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp