summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBBreakpoint.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-0/+2
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-2/+6
* Make breakpoint names real entities.Jim Ingham2017-09-141-8/+2
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-031-0/+4
* Update API headers.Bruce Mitchener2017-07-191-2/+2
* Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath2017-02-271-9/+3
* Remove weak-linked symbols for SBBreakpointListImplTodd Fiala2016-11-111-2/+2
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-201-1/+5
* First tests for serializing breakpoints.Jim Ingham2016-09-161-0/+4
* Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham2016-09-141-0/+30
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-162/+113
* Add LLDB_API to all of the public API class definitions.Zachary Turner2015-02-171-1/+1
* Add the ability to tag one or more breakpoints with a name. TheseJim Ingham2014-12-161-0/+12
* Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham2014-04-021-1/+7
* <rdar://problem/11742979>Enrico Granata2013-05-031-0/+3
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham2012-10-051-0/+6
* Add an API to figure out whether a breakpoint is internal or not.Jim Ingham2012-09-251-0/+3
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-0/+7
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-7/+0
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-031-1/+0
* Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBB...Johnny Chen2011-07-181-68/+0
* Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate...Johnny Chen2011-07-151-0/+6
* Add class docstrings with example usage for SBBreakpoint and SBBreakpointLoca...Johnny Chen2011-07-071-0/+62
* Added the ability for SBTarget to resolve load addresses (convert lldb::addr_...Greg Clayton2010-12-121-0/+6
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-2/+2
* Add and SB API to set breakpoint conditions.Jim Ingham2010-10-221-0/+6
* Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton2010-10-071-1/+1
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-7/+0
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-2/+9
* Remove unnecessary/inappropriate output-printing functions fromCaroline Tice2010-09-151-7/+1
* Added needed breakpoint functionality to the public API that includes:Greg Clayton2010-07-231-0/+10
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-2/+2
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-1/+1
* Adding setting thread specific breakpoints by name, ID, index & queue name to...Jim Ingham2010-06-181-0/+18
* Add missing includes.Eli Friedman2010-06-121-0/+1
* Fix include lines to use more conventional paths, part 1.Eli Friedman2010-06-091-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+129
OpenPOWER on IntegriCloud