summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBBreakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make breakpoint names real entities.Jim Ingham2017-09-141-50/+18
* 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
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath2017-02-271-243/+203
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Remove weak-linked symbols for SBBreakpointListImplTodd Fiala2016-11-111-5/+5
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-261-1/+1
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-201-0/+25
* First tests for serializing breakpoints.Jim Ingham2016-09-161-2/+27
* Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham2016-09-141-0/+126
* Some more pointer safety in Breakpoint.Zachary Turner2016-09-131-14/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-650/+548
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-33/+33
* 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
OpenPOWER on IntegriCloud