summaryrefslogtreecommitdiff
path: root/include/lldb/API/SBFileSpec.h
AgeCommit message (Expand)Author
2019-04-02Make operator==s consistent between c++ and python APIsPavel Labath
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-02-21[Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-03[Reproducers] Change how reproducers are initialized.Jonas Devlieghere
2017-08-01Expose process instance info via SB APIVadim Macagon
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-19This patch stops lldb from loading a .lldbinit file from the currentJason Molenda
2015-02-17Add LLDB_API to all of the public API class definitions.Zachary Turner
2014-10-14This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham
2014-07-01Fix typos.Bruce Mitchener
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2012-10-10<rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...Enrico Granata
2012-02-24Added the new way we will eventually do all attaches and launches. First clientsGreg Clayton
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton
2011-10-01Removed lldb::SBSourceManager_impl. We export everything in the lldb namespaceGreg Clayton
2011-09-21Add a new breakpoint type "break by source regular expression".Jim Ingham
2011-09-13SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham
2010-11-04Added support for loading and unloading shared libraries. This was done byGreg Clayton
2010-10-29Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice
2010-10-20Fixed an issue where we were resolving paths when we should have been.Greg Clayton
2010-09-22Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice
2010-09-20Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice
2010-09-10If the file the user specifies can't be found in the current directory,Caroline Tice
2010-09-07Added more API to lldb::SBBlock to allow getting the blockGreg Clayton
2010-08-27o Exposed SBFileSpec to the Python APIs in lldb.py.Johnny Chen
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-09Fix include lines to use more conventional paths, part 1.Eli Friedman
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner