summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFileSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+133
OpenPOWER on IntegriCloud