llvm-project/lldb/source/Host
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
..
common <rdar://problem/12462048> 2012-10-18 16:33:33 +00:00
freebsd Some more typing-related fixes. 2012-09-11 18:11:16 +00:00
linux This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00
macosx Add a parameter to Symbols::DownloadObjectAndSymbolFile() to control 2012-10-09 01:17:11 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00