aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBFileSpec.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-153/+100
2016-02-19This patch stops lldb from loading a .lldbinit file from the currentJason Molenda1-0/+6
2015-06-08Fix TestSymbolContext for remote Windows to Android.Chaoren Lin1-4/+5
2015-02-27Fix FileSpec::GetPath to return null-terminated stringsIlia K1-3/+2
2014-08-07Optimizations for FileSpec.Zachary Turner1-1/+7
2014-07-01Fix typos.Bruce Mitchener1-1/+1
2014-04-19Included <inttypes.h> in a few headers that wereSean Callanan1-0/+1
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-6/+13
2013-11-20Expose SBPlatform through the public API.Greg Clayton1-0/+18
2013-10-04Made all other "operator bool"s explicit and ensuredSean Callanan1-1/+1
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton1-51/+17
2013-03-27<rdar://problem/13521159>Greg Clayton1-6/+6
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-1/+1
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton1-2/+2
2011-11-13<rdar://problem/10126482>Greg Clayton1-2/+4
2011-04-08Add missing headers.Stephen Wilson1-0/+2
2011-02-08Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton1-1/+1
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton1-6/+6
2010-10-31Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton1-22/+22
2010-10-30Improved API logging.Greg Clayton1-13/+11
2010-10-29Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton1-37/+8
2010-10-26Clean up the API logging code:Caroline Tice1-26/+24
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice1-3/+81
2010-10-20Fixed an issue where we were resolving paths when we should have been.Greg Clayton1-1/+7
2010-09-22Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice1-8/+0
2010-09-20Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice1-0/+28
2010-09-10If the file the user specifies can't be found in the current directory,Caroline Tice1-0/+7
2010-08-27o Exposed SBFileSpec to the Python APIs in lldb.py.Johnny Chen1-2/+2
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-22/+22
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+133