summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBBreakpointLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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