hanchenye-llvm-project/lldb/source
Greg Clayton a0ca6601bc <rdar://problem/12462048>
<rdar://problem/12068650>

More fixes to how we handle paths that are used to create a target.

This modification centralizes the location where and how what the user specifies gets resolved. Prior to this fix, the TargetList::CreateTarget variants took a FileSpec object which meant everyone had the opportunity to resolve the path their own way. Now both CreateTarget variants take a "const char *use_exe_path" which allows the TargetList::CreateTarget to centralize where the resolving happens and "do the right thing".

llvm-svn: 166186
2012-10-18 16:33:33 +00:00
..
API <rdar://problem/12462048> 2012-10-18 16:33:33 +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 <rdar://problem/12462048> 2012-10-18 16:33:33 +00:00
Core Improvements to the data formatters logging - plus, new log messages when our dynamic type changes 2012-10-17 22:23:56 +00:00
Expression Added support for "bool", "true", and "false" to 2012-10-17 22:09:59 +00:00
Host <rdar://problem/12462048> 2012-10-18 16:33:33 +00:00
Interpreter Add the ability to set timeout & "run all threads" options both from the "expr" command and from 2012-10-16 21:41:58 +00:00
Plugins <rdar://problem/12462048> 2012-10-18 16:33:33 +00:00
Symbol Fixed ClangASTContext to own its TargetOptions 2012-10-17 22:11:14 +00:00
Target <rdar://problem/12462048> 2012-10-18 16:33:33 +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