summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBBreakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-251-7/+27
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-2/+0
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+104
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere2019-03-081-3/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-65/+2
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-48/+199
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-0/+7
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-0/+36
* 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
OpenPOWER on IntegriCloud