summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/PathMappingList.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-14/+14
* Little more cleanup on https://reviews.llvm.org/D57552Jim Ingham2019-02-061-25/+24
* Fix PathMappingList::FindFile to handle relative incoming FileSpecs.Jim Ingham2019-02-051-17/+37
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-7/+6
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+3
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-2/+3
* Fix PathMappingList for relative and empty paths after recent FileSpec normal...Greg Clayton2018-05-211-42/+56
* Fix some warnings found by ToT clangPavel Labath2017-11-021-1/+0
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Change Module::RemapPath to use StringRef.Zachary Turner2016-09-231-9/+10
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-277/+211
* Change the PathMappingList::FindFile to use FileSpec API'sJim Ingham2016-08-231-8/+5
* Delete Host/windows/win32.hZachary Turner2016-08-091-0/+1
* Add reverse file remapping for breakpoint setTamas Berghammer2016-03-041-0/+21
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-02-181-26/+15
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-2/+2
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-2/+2
* <rdar://problem/12537646>Greg Clayton2013-03-141-8/+18
* Fixed a bug in the path remapper that causedSean Callanan2012-09-261-1/+6
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+15
* Fixed a logic error which stopped paths from being properly remapped.Greg Clayton2012-06-281-1/+1
* <rdar://problem/11072382>Greg Clayton2012-03-191-0/+21
* Include limits.h for PATH_MAX.Benjamin Kramer2012-03-181-0/+1
* <rdar://problem/8196933>Greg Clayton2012-03-151-9/+60
* rdar://problem/10227672Johnny Chen2011-12-121-5/+14
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-0/+110
* Minor warning/error fixes.Eli Friedman2010-06-091-1/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+125
OpenPOWER on IntegriCloud