llvm-project/lldb/source
Enrico Granata 1c5431af81 Fixing a buildbot issue in GDBRemoteCommunicationServer due to an undefined constant in latest commit
llvm-svn: 160208
2012-07-13 23:55:22 +00:00
..
API Add accessors on process to get & set the selected thread by IndexID (useful since that's the one that "thread list" shows and it won't get reused even if the underlying system thread ID gets reused. 2012-07-13 20:18:18 +00:00
Breakpoint Fix ignore counts on breakpoints so they actually work. 2012-06-26 22:27:55 +00:00
Commands Add a new 'target modules show-unwind' command to show the different 2012-07-12 00:20:07 +00:00
Core <rdar://problem/11773899> Formatters for BOOL* and BOOL& 2012-07-13 18:55:41 +00:00
Expression Be a little more safe when checking whether the 2012-07-13 21:20:29 +00:00
Host Resolve source paths that start with ~ when doing substitutions. 2012-07-13 01:20:25 +00:00
Interpreter <rdar://problem/11791234> 2012-07-12 20:32:19 +00:00
Plugins Fixing a buildbot issue in GDBRemoteCommunicationServer due to an undefined constant in latest commit 2012-07-13 23:55:22 +00:00
Symbol Updated LLVM and added a fix to LLDB which allows 2012-07-13 20:01:02 +00:00
Target <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so that we single-step before stopping at the WP. This is necessary because on ARM the WP triggers before the opcode is actually executed, so we would be unable to continue since we would keep hitting the WP. We work around this by disabling the WP, single stepping and then putting the WP back in place. 2012-07-13 23:18:48 +00:00
Utility Removed redundant isxdigit checks and added the ability to GetHexU8() so it can extract an 8 bit hex value if one is available. It will set EOF if "set_eof_on_fail" is true or if out of data. This allows a string decoder to grab a string without losing the last part of the packet with a packet like "414243,abc" (it can extract "ABC" and leave the file position set to the comma). 2012-04-07 00:42:53 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Patch from Filipe Cabecinhas. 2012-04-26 17:07:53 +00:00
lldb.cpp Register the ProcessGDBRemote plugin ahead of the ProcessKDP plugin 2012-06-01 01:39:46 +00:00