summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Symbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-383/+0
* Revert "Don't include UnixSignals.h from Host."Davide Italiano2019-02-151-5/+4
* Don't include UnixSignals.h from Host.Zachary Turner2019-02-151-4/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* symbols.enable-external-lookup=false on all hosts (not just OSX)Jan Kratochvil2019-01-031-18/+23
* refactor testsuite spawnLldbMi args->exe+argsJan Kratochvil2018-12-191-1/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-081-1/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-8/+23
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-17/+17
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* Fixed an issue that a bot found with my changesJason Molenda2018-10-161-81/+119
* Revert r344626 while I address a testsuite failure from a bot.Jason Molenda2018-10-161-119/+81
* Simplify LocateDSYMInVincinityOfExecutable by movingJason Molenda2018-10-161-81/+119
* Move SafeMachO from Utility to HostPavel Labath2018-09-121-2/+0
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-12/+12
* s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber2018-04-101-2/+2
* Resolve binary symlinks before finding its separate .debug fileJan Kratochvil2018-02-051-2/+7
* Fix upper->lower case for /usr/lib/debug/.build-id/**.debugJan Kratochvil2018-02-051-0/+2
* Remove unused includes from the Host modulePavel Labath2018-01-241-1/+0
* Run clang-format on source/Host/common/Symbols.cppStephane Sezer2017-11-221-21/+22
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* [lldb] Enable using out-of-tree dwpsAlexander Shaposhnikov2017-10-101-1/+6
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Change the code I added to LocateDSYMInVincinityOfExecutable to useJason Molenda2017-06-161-20/+34
* Change how LocateDSYMInVincinityOfExecutable strips off pathJason Molenda2017-06-151-32/+34
* Remove an expensive lock from TimerPavel Labath2017-05-151-3/+4
* Add NetBSD path for Debugging Information in Separate FilesKamil Rytarowski2017-03-291-0/+5
* Fix warnings from clang build on macOS.Bruce Mitchener2017-03-231-0/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-1/+1
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-1/+1
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-3/+3
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix a bug introduced in r235737 where code with important sideJason Molenda2017-02-161-1/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-250/+215
* Delete Host/windows/win32.hZachary Turner2016-08-091-2/+2
* Symbols::LocateExecutableSymbolFile() shouldn't try to look for files in /usr...Vadim Macagon2015-10-131-0/+2
* Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda2015-10-081-11/+14
* 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
OpenPOWER on IntegriCloud