llvm-project/lldb/source
Jason Molenda 521d32dd96 Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() prototype,
it is unconditionally present now.

ObjectContainerBSDArchive::CreateInstance %z8.8x is not a valid printf arg specifier, %8.8zx would work
for size_t arg but this arg is addr_t.  use %8.8llx and cast up to uint64_t.

ObjectFile::FindPlugin ditto.

DynamicRegisterInfo::SetRegisterInfo ifdef this function out if LLDB_DISABLE_PYTHON.

llvm-svn: 163599
2012-09-11 06:35:15 +00:00
..
API Patch from Andrew Kaylor for linux: 2012-09-07 17:51:47 +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 Fixed a few places where we were doing: 2012-09-10 20:50:15 +00:00
Core Fixed some logging messages. 2012-09-11 02:28:49 +00:00
Expression Disable the "pretty stack trace" signal handler, 2012-09-06 01:39:02 +00:00
Host Patch from Andrew Kaylor for linux: 2012-09-07 17:49:29 +00:00
Interpreter Implementing an Options class for EvaluateExpression() in order to make the signature more compact and make it easy to 'just run an expression' 2012-09-05 20:41:26 +00:00
Plugins Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() prototype, 2012-09-11 06:35:15 +00:00
Symbol Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() prototype, 2012-09-11 06:35:15 +00:00
Target <rdar://problem/11935492> 2012-09-11 02:33:37 +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