hanchenye-llvm-project/lldb/source
Greg Clayton fc6d50e120 Fixed an indentation issue that only shows up when dumping .o files that use linked addresses (DWARF in .o files with debug map).
llvm-svn: 165740
2012-10-11 20:42:53 +00:00
..
API <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb_private::Declaration - make a GetDeclaration() API on SBValue to return a declaration. This will only work for vroot variables as they are they only objects for which we currently provide a valid Declaration 2012-10-10 22:54:17 +00:00
Breakpoint Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. 2012-10-05 19:16:31 +00:00
Commands Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. 2012-10-10 18:32:14 +00:00
Core Fixed an indentation issue that only shows up when dumping .o files that use linked addresses (DWARF in .o files with debug map). 2012-10-11 20:42:53 +00:00
Expression Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly. 2012-10-11 17:21:41 +00:00
Host Patch from Andrew Kaylor that fixes Linux default host triple values. 2012-10-11 17:38:58 +00:00
Interpreter When OptionValueFileSpec is given a filename starting 2012-10-11 06:05:54 +00:00
Plugins <rdar://problem/12331741> 2012-10-11 18:07:21 +00:00
Symbol ClangASTContext::GetIndexOfChildWithName - increment the child index we plan to return as we iterate through the ivars. 2012-10-04 22:22:16 +00:00
Target <rdar://problem/12331741> 2012-10-11 18:07:21 +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