llvm-project/lldb/source
Sean Callanan 5527442d11 Updated the demangler to take the fix for a crasher.
<rdar://problem/12293231>

llvm-svn: 163864
2012-09-14 00:52:49 +00:00
..
API Start at getting "thread return" working. Doesn't work yet. 2012-09-12 00:40:39 +00:00
Breakpoint Patch from info from Daniel Malea that should fix the build on linux after fixes committed with revision 162860. 2012-09-04 14:55:50 +00:00
Commands Made the help for the -n option on 2012-09-13 21:11:40 +00:00
Core Updated the demangler to take the fix for a crasher. 2012-09-14 00:52:49 +00:00
Expression Fixed the #defines for YES and NO, and centralized 2012-09-13 23:35:30 +00:00
Host <rdar://problem/11374963> 2012-09-12 02:03:59 +00:00
Interpreter Made the help for the -n option on 2012-09-13 21:11:40 +00:00
Plugins <rdar://problem/11086338> Implementing support for synthetic children generated by running C++ code instead of Python scripts ; Adding a bunch of value-generating APIs to our private code layer ; Providing synthetic children for NSArray 2012-09-13 18:27:09 +00:00
Symbol Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() prototype, 2012-09-11 06:35:15 +00:00
Target <rdar://problem/11374963> 2012-09-12 02:03:59 +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