summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBBreakpointLocation.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Make breakpoint names real entities.Jim Ingham2017-09-141-0/+1
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-031-0/+4
* Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham2017-08-021-0/+4
* Expose hit count via SBBreakpointLocation.Bruce Mitchener2017-07-191-0/+2
* Switch SBBreakpointLocation to use a weak_ptrPavel Labath2017-03-011-1/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-88/+61
* Remove unused #includes of ScriptInterpreterPython.hZachary Turner2015-05-281-3/+1
* Add LLDB_API to all of the public API class definitions.Zachary Turner2015-02-171-1/+1
* Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham2014-04-021-0/+6
* Add an accessor on SBBreakpointLocation to get its location ID.Jim Ingham2012-05-161-0/+3
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-4/+0
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-1/+2
* Add GetAddress to SBBreakpointLocation, and put the .i files in the API secti...Jim Ingham2011-09-241-0/+3
* Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBB...Johnny Chen2011-07-181-16/+0
* Add class docstrings with example usage for SBBreakpoint and SBBreakpointLoca...Johnny Chen2011-07-071-0/+18
* Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,Johnny Chen2011-04-251-1/+1
* Abtracted the innards of lldb-core away from the SB interface. There was someGreg Clayton2011-03-221-2/+2
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+7
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-1/+1
* Add and SB API to set breakpoint conditions.Jim Ingham2010-10-221-0/+6
* Automatically wrap *all* Python code entered for a breakpoint command insideCaroline Tice2010-09-271-0/+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
* 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-1/+19
* Fix include lines to use more conventional paths, part 1.Eli Friedman2010-06-091-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+73
OpenPOWER on IntegriCloud