llvm-project/lldb/source
Sean Callanan 6efc2ba7f8 Changed register ValueObjects to report their
expression path in a way that can actually be
resolved by "expr".

llvm-svn: 162574
2012-08-24 18:21:05 +00:00
..
API Rework how the API mutex is acquired when filling out an ExecutionContext from an ExecutionContextRef, 2012-08-22 21:34:33 +00:00
Breakpoint Cope with the case where the user-supplied callbacks want the watchpoint itself to be disabled! 2012-08-23 22:28:26 +00:00
Commands Remove further outdated "settings" code and also implement a few missing things. 2012-08-22 18:39:03 +00:00
Core Changed register ValueObjects to report their 2012-08-24 18:21:05 +00:00
Expression Fix missing braces from the python-GIL merge. 2012-08-18 04:24:00 +00:00
Host Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
Interpreter rdar://problem/11811338 2012-08-24 18:15:45 +00:00
Plugins Remove printf that go left in the code. 2012-08-24 06:43:15 +00:00
Symbol Some eh_frame unwind instructions will define a return address register; 2012-08-18 06:53:34 +00:00
Target Cope with the case where the user-supplied callbacks want the watchpoint itself to be disabled! 2012-08-23 22:28:26 +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 Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory. 2012-08-23 21:17:11 +00:00