summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBBreakpoint.cpp
AgeCommit message (Expand)Author
2016-09-14Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham
2016-09-13Some more pointer safety in Breakpoint.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2015-10-31Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...Eugene Zelenko
2014-12-16Add the ability to tag one or more breakpoints with a name. TheseJim Ingham
2014-07-02If a breakpoint gets deleted, any SBBreakpoints representing thatJim Ingham
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-04-02Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-05-03<rdar://problem/11742979>Enrico Granata
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-05Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham
2012-09-25Add an API to figure out whether a breakpoint is internal or not.Jim Ingham
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton
2012-08-11Add explicit casts to bool in "shared pointer is valid" constructs that retur...Jim Ingham
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2012-02-08Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-12-01Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2010-12-20The LLDB API (lldb::SB*) is now thread safe!Greg Clayton
2010-12-15Fix typos in SBBreakpoint::GetThreadIndex()/GetThreadName(), and test sequencesJohnny Chen
2010-12-15Fixed an error where the thread index was being returned as zero in "uint32_t...Greg Clayton
2010-12-12Added the ability for SBTarget to resolve load addresses (convert lldb::addr_...Greg Clayton
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-10-30Improved API logging.Greg Clayton
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-10-07Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton
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-09-15Remove unnecessary/inappropriate output-printing functions fromCaroline Tice
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton
2010-07-23Added needed breakpoint functionality to the public API that includes:Greg Clayton
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-18Adding setting thread specific breakpoints by name, ID, index & queue name to...Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner