hanchenye-llvm-project/lldb/source
Jason Molenda 3f9fa52ca7 When OptionValueFileSpec is given a filename starting
with ~, we need to realpath it.  Fixes the case where

settings set target.expr-prefix ~/lldb.prefix.header

wouldn't read this prefix header file.  <rdar://problem/12475676> 

llvm-svn: 165704
2012-10-11 06:05:54 +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 <rdar://problem/12462575> Refactoring a block of shared code in the NSString data formatter 2012-10-09 22:44:18 +00:00
Expression Move TargetData to DataLayout. 2012-10-08 16:28:57 +00:00
Host Patch from Dan Malea to fix a build break I introduced yesterday. 2012-10-09 18:40:44 +00:00
Interpreter When OptionValueFileSpec is given a filename starting 2012-10-11 06:05:54 +00:00
Plugins Change the scratch buffer for x86 assembly instructions in AssemblyParse_x86 from 2012-10-11 06:04:37 +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 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
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