llvm-project/lldb/source
Enrico Granata 5020f958d8 Reverting the changes to Scalar since this class needs to follow C rules for type promotion
llvm-svn: 166626
2012-10-24 21:42:49 +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 This is a fix for the command option parser. 2012-10-24 01:12:14 +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 Added process and thread logging the python OperatingSystem plug-in. 2012-10-24 18:39:14 +00:00
Symbol Objective C cleanup. Removed an cache that was no longer needed and changes the code that gets the dynamic type and class name to use our new Objective C cache. 2012-10-23 22:41:19 +00:00
Target This is a fix for the command option parser. 2012-10-24 01:12:14 +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