summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/Breakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-8/+0
* Typo.Johnny Chen2012-01-251-1/+1
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-8/+3
* Made GetConditionText const everywhere. Made it return NULL when there's no ...Jim Ingham2011-06-151-1/+1
* Breakpoint::Description with eDescriptionLevelBrief should just print the num...Jim Ingham2011-05-141-1/+3
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-1/+1
* Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpointGreg Clayton2011-02-051-22/+22
* Fixed an issue where the macosx dynamic loader, on the first shared library l...Greg Clayton2010-12-121-1/+1
* When shared libraries are unloaded, they are now removed from the targetGreg Clayton2010-12-061-16/+14
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+1
* Check in an initial implementation of the "breakpoint clear" command, whose p...Johnny Chen2010-10-281-0/+25
* Don't re-insert disabled breakpoint locations.Jim Ingham2010-10-201-0/+2
* Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham2010-10-141-0/+18
* Added needed breakpoint functionality to the public API that includes:Greg Clayton2010-07-231-14/+34
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-13/+16
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-16/+5
* Change the Breakpoint & BreakpointLocation GetDescription methods so they cal...Jim Ingham2010-06-181-15/+9
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-2/+6
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+516
OpenPOWER on IntegriCloud