summaryrefslogtreecommitdiff
path: root/include/lldb/API/SBStringList.h
AgeCommit message (Expand)Author
2019-03-11Add "operator bool" to SB APIsPavel Labath
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
2017-09-14Make breakpoint names real entities.Jim Ingham
2017-08-02Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham
2016-09-20Add some more tests for breakpoint serialization.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-28Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham
2015-02-17Add LLDB_API to all of the public API class definitions.Zachary Turner
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-08-22Remove further outdated "settings" code and also implement a few missing things.Greg Clayton
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton
2010-11-05Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton
2010-09-17Fixed build error of LLDBWrapPython.cpp by removing the "protected" access mo...Johnny Chen
2010-09-17We now have SBStream that mirrors the generic stream classes we Greg Clayton
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