llvm-project/lldb/source
Greg Clayton 97d5cf05eb <rdar://problem/9959501>
More KDP debugging process. We can not set breakpoints, hit them, resume, step and detach while running.

llvm-svn: 164584
2012-09-25 02:40:06 +00:00
..
API <rdar://problem/9959501> 2012-09-25 02:40:06 +00:00
Breakpoint Change the new breakpoint creation output (primarily from "break set") to something more useful. 2012-09-22 00:04:04 +00:00
Commands Brought LLDB top-of-tree into sync with LLVM/Clang 2012-09-24 22:25:51 +00:00
Core Update the LLDB_DISABLE_PYTHON ifdef in FormatManager::LoadObjCFormatters to 2012-09-20 06:06:59 +00:00
Expression Removed some debugging cruft. 2012-09-24 23:11:56 +00:00
Host Bump to lldb-168, debugserver-193. 2012-09-20 06:42:30 +00:00
Interpreter Fixing a logic error where we would incorrectly show the newly crafted function not found error for a Python function in some cases where the function actually existed and had an empty docstring 2012-09-20 23:23:55 +00:00
Plugins <rdar://problem/9959501> 2012-09-25 02:40:06 +00:00
Symbol Brought LLDB top-of-tree into sync with LLVM/Clang 2012-09-24 22:25:51 +00:00
Target <rdar://problem/9959501> 2012-09-25 02:40:06 +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