summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Symbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix segmentation fault in lldb_private::Symbols::LocateExecutableSymbolFile()Bruce Mitchener2015-10-061-5/+5
* Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."Pavel Labath2015-10-011-14/+11
* Fixing a subtle issue on Mac OS X systems with dSYMs (possiblyJason Molenda2015-10-011-11/+14
* Fix issues with separate symbolfile handlingTamas Berghammer2015-07-301-3/+7
* Add some initial logging for when lldb is searching for binaries,Jason Molenda2015-07-251-0/+21
* Only check for matching arch and UUID when looking for dsym in vincinity of e...Robert Flack2015-05-211-4/+22
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-2/+2
* Look for both .debug and dsym debugging symbol information for stripped execu...Robert Flack2015-04-241-89/+203
* Don't #include ClangASTContext.h from Module.hZachary Turner2015-03-031-0/+2
* Skip symlinks to the original file when searching for debug infoPavel Labath2015-02-251-1/+1
* Correct a standalone debug file pathEd Maste2013-11-251-4/+4
* Missed a checking that should have been checked in with 186211.Greg Clayton2013-07-121-1/+1
* Build standalone debug symbol file support on FreeBSD tooEd Maste2013-07-021-1/+1
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-2/+117
* Patch from Dan Malea to fix a build break I introduced yesterday.Jason Molenda2012-10-091-1/+1
* Added the ability to download a symboled executable and symbol file given a U...Greg Clayton2012-09-271-0/+8
* <rdar://problem/11374963>Greg Clayton2012-09-121-0/+9
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-2/+2
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-2/+2
* Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse moreGreg Clayton2010-09-071-0/+31
OpenPOWER on IntegriCloud