summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/macosx/Symbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-2/+2
* Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.Greg Clayton2011-02-051-1/+0
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-9/+9
* Modified the PluginManager to be ready for loading plug-ins from a systemGreg Clayton2011-02-021-1/+1
* Added a cleanup helper object to make sure the directory that was opened with...Greg Clayton2011-02-011-3/+4
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-2/+3
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-9/+6
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-101-0/+1
* eliminate some clang warnings.Chris Lattner2010-09-081-0/+1
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-18/+18
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-2/+5
* Made lldb_private::ArchSpec more generic so that it can take a mach-o cpuGreg Clayton2010-06-111-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+462
OpenPOWER on IntegriCloud