summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/Breakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make breakpoint names real entities.Jim Ingham2017-09-141-13/+7
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-031-0/+8
* Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham2017-08-021-1/+1
* Fix error string set in AddName to take a StringRef.Ted Woodward2017-05-171-2/+2
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-6/+6
* Rename Error -> Status.Zachary Turner2017-05-121-6/+7
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-261-2/+2
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-0/+35
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-201-1/+37
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-1/+1
* Some more pointer safety in Breakpoint.Zachary Turner2016-09-131-1/+1
* Add a few const's (thanks Zachary) and return shared or unique pointersJim Ingham2016-09-131-7/+7
* This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham2016-09-121-39/+152
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-888/+711
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-2/+2
* Make the Language print the description of the Exception Breakpoint resolver....Jim Ingham2015-12-181-1/+4
* Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko2015-10-301-30/+20
* This is some groundwork for filtering the language ExceptionJim Ingham2015-04-221-0/+28
* Work around lack of %zd printf format specifier in MSVC libs.Adrian McCarthy2015-03-301-12/+5
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Make sure that when a breakpoint is hit but its condition is not met,Jim Ingham2015-01-151-3/+5
* Fix initialization order to match that of the source.Eric Christopher2014-12-171-2/+2
* Add the ability to tag one or more breakpoints with a name. TheseJim Ingham2014-12-161-1/+33
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-14/+19
* Rework how resetting breakpoints in changed modules works. Try to match up oldJim Ingham2014-09-101-45/+288
* Fix a couple of typo's in breakpoint descriptions.Jim Ingham2014-03-041-1/+1
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-3/+8
* Fixed the the breakpoint test case failures. Greg Clayton2013-11-091-0/+6
* Report the summed hit count in the breakpoint line.Jim Ingham2013-10-121-1/+1
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-4/+13
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* Check for NULL breakpoint option thread name & queue name before comparing th...Jim Ingham2013-01-231-2/+4
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham2012-10-051-0/+12
* Change the new breakpoint creation output (primarily from "break set") to som...Jim Ingham2012-09-221-6/+39
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-2/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Fix ignore counts on breakpoints so they actually work.Jim Ingham2012-06-261-0/+24
* We were accessing the ModuleList in the target without locking it for tasks likeJim Ingham2012-05-301-6/+8
* If we notice that a module with a given file path is replaced by another with...Jim Ingham2012-05-171-9/+32
* Cleanup - removing the ThreadPlanTestCondition and its helper functions. It ...Jim Ingham2012-05-021-6/+0
* Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham2012-03-061-1/+4
* <rdar://problem/10103468>Greg Clayton2012-02-241-9/+11
* Some Breakpoint:: methods crept down be log the Breakpoint::BreakpointEventDa...Jim Ingham2012-02-091-63/+62
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-33/+165
OpenPOWER on IntegriCloud