summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBBreakpointLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-251-6/+25
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-2/+0
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+63
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-22/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-9/+99
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Cut and paste error from r23162.Jim Ingham2017-08-031-1/+1
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-031-0/+19
* Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham2017-08-021-0/+28
* Expose hit count via SBBreakpointLocation.Bruce Mitchener2017-07-191-0/+10
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+0
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch SBBreakpointLocation to use a weak_ptrPavel Labath2017-03-011-95/+106
* Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath2017-02-271-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-287/+234
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-21/+21
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-10/+15
* Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham2014-04-021-1/+45
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* Add an accessor on SBBreakpointLocation to get its location ID.Jim Ingham2012-05-161-0/+12
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-15/+7
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* <rdar://problem/10126482>Greg Clayton2011-11-131-4/+5
* Fixed build issues after recent checkin.Greg Clayton2011-09-241-0/+1
* Add GetAddress to SBBreakpointLocation, and put the .i files in the API secti...Jim Ingham2011-09-241-0/+9
* Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,Johnny Chen2011-04-251-2/+2
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-23/+62
* Added the ability to get more information on the SBThread's stop reasonGreg Clayton2010-11-181-0/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-1/+16
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-1/+1
* Remove references to particular Python version (use the system defaultCaroline Tice2010-10-281-5/+0
* Clean up the API logging code:Caroline Tice2010-10-261-10/+7
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-14/+27
* Add and SB API to set breakpoint conditions.Jim Ingham2010-10-221-0/+12
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-9/+1
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-9/+23
* 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-37/+36
* Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the ...Jim Ingham2010-06-221-4/+4
* Adding setting thread specific breakpoints by name, ID, index & queue name to...Jim Ingham2010-06-181-0/+65
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-1/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+162
OpenPOWER on IntegriCloud