llvm-project/lldb/source
Jim Ingham 5c48d5c536 Add text to the help to explain how to set user defined variables.
llvm-svn: 166704
2012-10-25 18:11:24 +00:00
..
API Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropriate calls in Scalar - Making sure Scalar does the right thing when casting signed values to unsigned ones. 2012-10-24 20:24:39 +00:00
Breakpoint Turns out there are 8 bits in a byte. 2012-10-23 21:09:09 +00:00
Commands Add text to the help to explain how to set user defined variables. 2012-10-25 18:11:24 +00:00
Core Reverting the changes to Scalar since this class needs to follow C rules for type promotion 2012-10-24 21:42:49 +00:00
Expression Cleanup some variable names to indicate auto pointers and also manager the llvm::Module memory more correctly. 2012-10-24 17:37:53 +00:00
Host <rdar://problem/12462048> 2012-10-18 16:33:33 +00:00
Interpreter This is a fix for the command option parser. 2012-10-24 01:12:14 +00:00
Plugins Allow operating system plug-ins to specify the address for registers so we don't have to create data up front. 2012-10-25 17:56:31 +00:00
Symbol Updated LLDB's use of the DiagnosticsEngine to 2012-10-25 01:00:25 +00:00
Target Changed the V1 and V2 runtimes to be able to detect when the ISA hash table has changed, and auto update as needed. 2012-10-25 16:54:22 +00:00
Utility <rdar://problem/12398225> 2012-09-28 21:51:54 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Added a new "module" log channel which covers module creation, deletion, and common module list actions. 2012-10-08 22:41: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