History log of /external/lldb/source/Host/common/Symbols.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f789be455cedca628d07b871831134198bbd686e 13-Jul-2013 Greg Clayton <gclayton@apple.com> Missed a checking that should have been checked in with 186211.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@186221 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Host/common/Symbols.cpp
efac8e0abf13f9d69304c46d73d431b95c6b7a5c 02-Jul-2013 Ed Maste <emaste@freebsd.org> Build standalone debug symbol file support on FreeBSD too



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@185425 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Host/common/Symbols.cpp
a807ceef5dad2b24e5bae5c5a193ff03aa7ec8d9 01-Jul-2013 Michael Sartain <mikesart@valvesoftware.com> Split symbol support for ELF and Linux.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@185366 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Host/common/Symbols.cpp
ff0672484da1c1bcd51af22f609c888c40decb91 09-Oct-2012 Jason Molenda <jmolenda@apple.com> Patch from Dan Malea to fix a build break I introduced yesterday.
Thanks again Dan!


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@165519 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Host/common/Symbols.cpp
b924eb6c5250a9909dc55ac736d231f7ccae423b 27-Sep-2012 Greg Clayton <gclayton@apple.com> Added the ability to download a symboled executable and symbol file given a UUID.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@164753 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Host/common/Symbols.cpp
95b765e8000b44644d021e95bc58eac95028573b 12-Sep-2012 Greg Clayton <gclayton@apple.com> <rdar://problem/11374963>

Partial fix for the above radar where we now resolve dsym mach-o files within the dSYM bundle when using "add-dsym" through the platform.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@163676 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Host/common/Symbols.cpp
444fe998bf707bd076a70c3a779db8575533695e 26-Feb-2012 Greg Clayton <gclayton@apple.com> Made a ModuleSpec class in Module.h which can specify a module using one or
more of the local path, platform path, associated symbol file, UUID, arch,
object name and object offset. This allows many of the calls that were
GetSharedModule to reduce the number of arguments that were used in a call
to these functions. It also allows a module to be created with a ModuleSpec
which allows many things to be specified prior to any accessors being called
on the Module class itself.

I was running into problems when adding support for "target symbol add"
where you can specify a stand alone debug info file after debugging has started
where I needed to specify the associated symbol file path and if I waited until
after construction, the wrong symbol file had already been located. By using
the ModuleSpec it allows us to construct a module with as little or as much
information as needed and not have to change the parameter list.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@151476 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Host/common/Symbols.cpp
0467c78e9a75eff9ec33d3c1f39fa83e1c5d9241 04-Feb-2011 Greg Clayton <gclayton@apple.com> Applied a fix to qualify "UUID" with the lldb_private namespace to fix
build issues on MinGW.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@124888 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Host/common/Symbols.cpp
8f3b21daa0d509ac49b2b82f45aaed35f6874502 07-Sep-2010 Greg Clayton <gclayton@apple.com> Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more
code between linux, darwin and BSD.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@113263 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Host/common/Symbols.cpp