summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFileSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Reproducers] Don't instrument SBFileSpec::GetPathJonas Devlieghere2019-12-041-1/+1
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* Make operator==s consistent between c++ and python APIsPavel Labath2019-04-021-0/+18
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+30
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-42/+2
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-6/+46
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-061-3/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-31/+31
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [API] Remove redundants get() from smart pointers. NFCJonas Devlieghere2018-12-201-4/+2
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-4/+8
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere2018-11-011-1/+2
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner2017-03-221-0/+1
* Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath2017-03-221-1/+0
* Delete the remainder of platform specific code in FileSpec.Zachary Turner2017-03-221-0/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-153/+100
* This patch stops lldb from loading a .lldbinit file from the currentJason Molenda2016-02-191-0/+6
* Fix TestSymbolContext for remote Windows to Android.Chaoren Lin2015-06-081-4/+5
* Fix FileSpec::GetPath to return null-terminated stringsIlia K2015-02-271-3/+2
* Optimizations for FileSpec.Zachary Turner2014-08-071-1/+7
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* Included <inttypes.h> in a few headers that wereSean Callanan2014-04-191-0/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-6/+13
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-0/+18
* Made all other "operator bool"s explicit and ensuredSean Callanan2013-10-041-1/+1
* Added a way to extract the module specifications from a file. A module specif...Greg Clayton2013-07-081-51/+17
* <rdar://problem/13521159>Greg Clayton2013-03-271-6/+6
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-2/+2
* <rdar://problem/10126482>Greg Clayton2011-11-131-2/+4
* Add missing headers.Stephen Wilson2011-04-081-0/+2
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-6/+6
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-22/+22
* Improved API logging.Greg Clayton2010-10-301-13/+11
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-37/+8
* Clean up the API logging code:Caroline Tice2010-10-261-26/+24
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-3/+81
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-1/+7
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-8/+0
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+28
* If the file the user specifies can't be found in the current directory,Caroline Tice2010-09-101-0/+7
* o Exposed SBFileSpec to the Python APIs in lldb.py.Johnny Chen2010-08-271-2/+2
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-22/+22
OpenPOWER on IntegriCloud