summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/macosx/Symbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/13092722>Greg Clayton2013-02-011-12/+0
* <rdar://problem/13069948>Greg Clayton2013-01-251-6/+6
* Fixed a bug where we could accept the wrongSean Callanan2012-12-211-1/+1
* Fixed two conditionals that I accidentallySean Callanan2012-12-141-2/+2
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-131-3/+3
* Change the MacOSX Symbols::DownloadObjectAndSymbolFile to look upJason Molenda2012-10-301-3/+19
* Add a parameter to Symbols::DownloadObjectAndSymbolFile() to controlJason Molenda2012-10-091-2/+38
* Symbols::LocateMacOSXFilesUsingDebugSymbols() - perform tildeJason Molenda2012-10-051-1/+1
* Change DynamicLoaderDarwinKernel::OSKextLoadedKextSummary to useJason Molenda2012-10-021-3/+3
* Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton2012-09-271-42/+123
* Added the ability to download a symboled executable and symbol file given a U...Greg Clayton2012-09-271-0/+100
* <rdar://problem/11374963>Greg Clayton2012-09-121-7/+5
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* rdar://problem/11324515Johnny Chen2012-08-221-2/+6
* Resolve source paths that start with ~ when doing substitutions.Greg Clayton2012-07-131-0/+5
* Fixed some strncat/strlcat uses.Filipe Cabecinhas2012-05-061-4/+4
* <rdar://problem/8196933>Greg Clayton2012-03-151-15/+34
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-14/+24
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-2/+6
* lldb should warn when dSYM does not match the binary.Johnny Chen2012-02-011-1/+13
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-2/+2
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-0/+6
* build: Fix an improperly formed include path (works under Xcode's promiscuous...Daniel Dunbar2011-10-311-2/+1
* Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton2011-07-191-1/+55
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-5/+12
OpenPOWER on IntegriCloud