summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBBreakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...Eugene Zelenko2015-10-311-29/+19
* Add the ability to tag one or more breakpoints with a name. TheseJim Ingham2014-12-161-0/+78
* If a breakpoint gets deleted, any SBBreakpoints representing thatJim Ingham2014-07-021-1/+6
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-26/+52
* Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham2014-04-021-0/+42
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* <rdar://problem/11742979>Enrico Granata2013-05-031-0/+8
* <rdar://problem/13521159>Greg Clayton2013-03-271-17/+17
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-5/+5
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham2012-10-051-0/+27
* Add an API to figure out whether a breakpoint is internal or not.Jim Ingham2012-09-251-0/+12
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-3/+3
* Add explicit casts to bool in "shared pointer is valid" constructs that retur...Jim Ingham2012-08-111-1/+1
* <rdar://problem/10103468>Greg Clayton2012-02-241-4/+2
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-3/+4
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-0/+16
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-2/+2
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-2/+2
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-6/+8
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-24/+84
* Fix typos in SBBreakpoint::GetThreadIndex()/GetThreadName(), and test sequencesJohnny Chen2010-12-151-3/+3
* Fixed an error where the thread index was being returned as zero in "uint32_t...Greg Clayton2010-12-151-3/+3
* Added the ability for SBTarget to resolve load addresses (convert lldb::addr_...Greg Clayton2010-12-121-0/+8
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-16/+16
* Improved API logging.Greg Clayton2010-10-301-91/+76
* Clean up the API logging code:Caroline Tice2010-10-261-25/+23
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-1/+84
* Add and SB API to set breakpoint conditions.Jim Ingham2010-10-221-0/+12
* Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton2010-10-071-18/+9
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-10/+1
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-8/+18
* Remove unnecessary/inappropriate output-printing functions fromCaroline Tice2010-09-151-51/+1
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-4/+4
* Added needed breakpoint functionality to the public API that includes:Greg Clayton2010-07-231-0/+37
* 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-77/+67
* Adding setting thread specific breakpoints by name, ID, index & queue name to...Jim Ingham2010-06-181-1/+66
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+404
OpenPOWER on IntegriCloud