summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/macosx/Symbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-654/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-3/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [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-15/+26
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-6/+11
* Move SafeMachO from Utility to HostPavel Labath2018-09-121-2/+0
* Fix macos build for r335244Pavel Labath2018-06-211-2/+2
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-6/+12
* Document how lldb uses the DBGSourcePathRemapping Jason Molenda2018-06-111-2/+7
* Fix windows&mac builds broken by r331970 (RunShellCommand/Timeout) refactorPavel Labath2018-05-101-2/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-16/+12
* Introduce a setting to disable Spotlight while running the test suiteAdrian Prantl2018-03-121-1/+8
* [Utility] Simplify and generalize the CleanUp helper, NFCVedant Kumar2018-02-231-38/+39
* Remove unused includes from the Host modulePavel Labath2018-01-241-1/+0
* We have two sources for path remapping information that we get outJason Molenda2018-01-121-22/+29
* Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath2017-11-131-1/+1
* When parsing the DBGSourcePathRemapping plist entriesJason Molenda2017-08-241-0/+19
* Fix Mac build for the Timer movePavel Labath2017-06-291-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Fix warnings from clang build on macOS.Bruce Mitchener2017-03-231-0/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-10/+16
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-16/+10
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-10/+16
* 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
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* When deciding whether to use the source remapping dictionary from Jason Molenda2016-11-091-6/+13
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-536/+504
* Add support for an additional dictionary in the per-arch plistsJason Molenda2016-07-261-0/+62
* Jim thinks we shouldn't bother to pollute the svn repo with theseJason Molenda2015-11-061-2/+2
* Update the invocation to dsymForUUID (a script plugin usedJason Molenda2015-11-051-2/+2
* Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda2015-10-081-116/+94
* Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."Pavel Labath2015-10-011-94/+116
* Fixing a subtle issue on Mac OS X systems with dSYMs (possiblyJason Molenda2015-10-011-116/+94
* Add some initial logging for when lldb is searching for binaries,Jason Molenda2015-07-251-0/+76
* Make sure we resolve ~ in paths coming from the plist in a dSYM before adding...Jim Ingham2015-07-241-30/+7
* Look for both .debug and dsym debugging symbol information for stripped execu...Robert Flack2015-04-241-319/+46
* Fix a -Wnull-conversion warning.Nico Weber2015-01-151-1/+1
* Remove always-true part of a conditional expression.Jason Molenda2014-10-171-1/+1
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-3/+3
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-1/+1
* lldb arm64 import.Jason Molenda2014-03-291-2/+2
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-16/+16
* Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda2013-05-031-11/+7
* Fixed a crash when we didn't get a plist but triedSean Callanan2013-02-081-1/+1
OpenPOWER on IntegriCloud