hanchenye-llvm-project/lldb/source/Host/macosx
Greg Clayton b5f0feabae Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command.
We can now do:

Specify a path to a debug symbols file:
(lldb) add-dsym <path-to-dsym>

Go and download the dSYM file for the "libunc.dylib" module in your target:
(lldb) add-dsym --shlib libunc.dylib

Go and download the dSYM given a UUID:
(lldb) add-dsym --uuid <UUID>

Go and download the dSYM file for the current frame:
(lldb) add-dsym --frame

llvm-svn: 164806
2012-09-27 22:26:11 +00:00
..
cfcpp Full core file support has been added for mach-o core files. 2012-02-13 23:10:39 +00:00
launcherXPCService Bump to lldb-168, debugserver-193. 2012-09-20 06:42:30 +00:00
Host.mm Added the ability to download a symboled executable and symbol file given a UUID. 2012-09-27 03:13:55 +00:00
Makefile Better way to build the CFCPP sources as part of liblldbHostMacOSX. 2011-05-20 18:18:09 +00:00
Symbols.cpp Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. 2012-09-27 22:26:11 +00:00