llvm-project/lldb/source
Greg Clayton d1411e1aa2 Cleaned up code that was getting SBData for an SBInstruction.
llvm-svn: 154535
2012-04-11 21:13:31 +00:00
..
API Cleaned up code that was getting SBData for an SBInstruction. 2012-04-11 21:13:31 +00:00
Breakpoint No functionality changes, mostly cleanup. 2012-04-11 00:24:49 +00:00
Commands No functionality changes, mostly cleanup. 2012-04-11 00:24:49 +00:00
Core Cleaned up code that was getting SBData for an SBInstruction. 2012-04-11 21:13:31 +00:00
Expression Hardened the struct layout code to eliminate a 2012-04-07 00:06:00 +00:00
Host No functionality changes, mostly cleanup. 2012-04-11 00:24:49 +00:00
Interpreter Fixing a potential crasher where Python would assume we have no thread state while clearing out an SBDebugger which was acquiring input from the interactive interpreter 2012-04-04 17:31:29 +00:00
Plugins Cleaned up code that was getting SBData for an SBInstruction. 2012-04-11 21:13:31 +00:00
Symbol Fixed an issue that would cause a crash when dumping fully qualified types. 2012-04-11 16:21:20 +00:00
Target Set variables returned by utility functions to 2012-04-10 18:16: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 Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Add a logging mode that takes a callback and flush'es to that callback. 2012-02-21 02:23:08 +00:00
lldb.cpp Revert r154086. It may be needed for Darwin. But the symbols are still missing in the dylib. 2012-04-05 17:38:07 +00:00