summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-061-3/+3
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-311-6/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Try again to fix OSX compilation failure.Zachary Turner2019-03-061-1/+4
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* Update SymbolVendorMacOSX for new GetUUID interfaceJonas Devlieghere2019-02-111-5/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-6/+8
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere2018-11-011-3/+4
* Document how lldb uses the DBGSourcePathRemapping Jason Molenda2018-06-111-9/+7
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-24/+24
* We have two sources for path remapping information that we get outJason Molenda2018-01-121-15/+18
* When parsing the DBGSourcePathRemapping plist entriesJason Molenda2017-08-241-1/+20
* Fix Mac build for the Timer movePavel Labath2017-06-291-1/+1
* Fix darwin build for r303058Pavel Labath2017-05-151-2/+5
* 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-3/+12
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-235/+220
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Add support for an additional dictionary in the per-arch plistsJason Molenda2016-07-261-0/+51
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-1/+1
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-1/+1
* Make sure we resolve ~ in paths coming from the plist in a dSYM before adding...Jim Ingham2015-07-241-0/+5
* Fix some logic where we used to have char arrays, but we now use std::string....Greg Clayton2015-05-261-1/+1
* Added XML to the host layer.Greg Clayton2015-05-261-94/+25
* Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds...Greg Clayton2015-04-161-0/+5
* Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack2015-03-021-2/+0
* Fix FileSpec::GetPath to return null-terminated stringsIlia K2015-02-271-1/+1
* Call xmlFree on the node contents returned by xmlNodeGetContent, as the docs ...Jim Ingham2013-07-101-0/+4
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-55/+0
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-97/+113
* <rdar://problem/13854277>Greg Clayton2013-05-101-9/+4
* Scratch that, the problem was elsewhere.Jason Molenda2013-05-101-0/+10
* Temporarily roll back r181375 - it is causing an unexpected regression,Jason Molenda2013-05-101-10/+0
* Add code to ReplaceDSYMSectionsWithExecutableSections() to handle the case whereJason Molenda2013-05-071-0/+10
* Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda2013-05-031-4/+3
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-6/+4
* <rdar://problem/13159777> Greg Clayton2013-02-061-1/+2
* Cleaned up the UUID mismatch just printing itself whenever it wants to by all...Greg Clayton2012-12-141-18/+21
* <rdar://problem/12827789>Greg Clayton2012-12-061-11/+9
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Fix wrong logic with respect to warning messages.Johnny Chen2012-08-281-2/+11
* rdar://problem/11324515Johnny Chen2012-08-221-0/+16
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-11/+17
* Resolve source paths that start with ~ when doing substitutions.Greg Clayton2012-07-131-1/+2
* Added the ability to read the dSYM plist file with source remappings even whe...Greg Clayton2012-06-271-0/+98
* Committed a change to the SectionList that introducesSean Callanan2012-06-081-0/+2
* <rdar://problem/8196933>Greg Clayton2012-03-151-0/+7
OpenPOWER on IntegriCloud