summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBBreakpointLocation.cpp
AgeCommit message (Expand)Author
2010-11-18Added the ability to get more information on the SBThread's stop reasonGreg Clayton
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-11-05Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton
2010-10-31Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton
2010-10-28Remove references to particular Python version (use the system defaultCaroline Tice
2010-10-26Clean up the API logging code:Caroline Tice
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice
2010-10-22Add and SB API to set breakpoint conditions.Jim Ingham
2010-09-22Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice
2010-09-20Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-22Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the ...Jim Ingham
2010-06-18Adding setting thread specific breakpoints by name, ID, index & queue name to...Jim Ingham
2010-06-16Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner