summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint
Commit message (Expand)AuthorAgeFilesLines
* For file & line breakpoints, if there are subsets of contiguous line table en...Jim Ingham2013-03-121-51/+67
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+25
* Probably should return that value we took the trouble to compute.Jim Ingham2013-02-141-1/+1
* <rdar://problem/9141269>Greg Clayton2013-01-301-4/+19
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-263-4/+38
* <rdar://problem/13069948>Greg Clayton2013-01-259-38/+35
* Check for NULL breakpoint option thread name & queue name before comparing th...Jim Ingham2013-01-231-2/+4
* <rdar://problem/12953853>Greg Clayton2013-01-081-2/+1
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-183-8/+159
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-299-15/+15
* Turns out there are 8 bits in a byte.Jim Ingham2012-10-231-1/+9
* Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham2012-10-231-89/+43
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham2012-10-052-28/+19
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-3/+3
* Change the new breakpoint creation output (primarily from "break set") to som...Jim Ingham2012-09-222-14/+61
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-183-5/+5
* Patch from info from Daniel Malea that should fix the build on linux after fi...Greg Clayton2012-09-041-0/+2
* <rdar://problem/11757916>Greg Clayton2012-08-297-7/+17
* Cope with the case where the user-supplied callbacks want the watchpoint itse...Johnny Chen2012-08-231-0/+12
* Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm...Johnny Chen2012-08-211-1/+19
* rdar://problem/12144930Johnny Chen2012-08-211-1/+3
* A little bit of refactoring.Johnny Chen2012-08-141-10/+13
* When trying to take snapshots of a watched variable, if the frame is unable t...Johnny Chen2012-08-141-0/+20
* Simplify the "Watchpoint ... hit" printout, make it more terse.Johnny Chen2012-08-131-6/+31
* rdar://problem/12007576Johnny Chen2012-08-132-9/+105
* rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen2012-08-092-35/+274
* Fix ignore counts on breakpoints so they actually work.Jim Ingham2012-06-262-1/+56
* We were accessing the ModuleList in the target without locking it for tasks likeJim Ingham2012-05-301-6/+8
* Also push file & line breakpoints past the prologue. Also added a "-K" argum...Jim Ingham2012-05-221-3/+30
* If we notice that a module with a given file path is replaced by another with...Jim Ingham2012-05-172-9/+43
* Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham2012-05-042-2/+2
* Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and re...Jim Ingham2012-05-022-2/+2
* Cleanup - removing the ThreadPlanTestCondition and its helper functions. It ...Jim Ingham2012-05-023-60/+0
* <rdar://problem/11282938>Greg Clayton2012-04-231-2/+5
* No functionality changes, mostly cleanup.Greg Clayton2012-04-112-2/+2
* Initialize ivars in the order they are defined in the class.Bill Wendling2012-04-031-3/+3
* First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham2012-03-091-0/+10
* <rdar://problem/10997402>Greg Clayton2012-03-071-4/+4
* Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham2012-03-062-1/+22
* First step to making an LanguageRuntime Exception breakpoint API.Jim Ingham2012-03-031-22/+55
* Make the Watchpoint IDs unique per target, not across targets as before.Johnny Chen2012-02-252-61/+99
* <rdar://problem/10103468>Greg Clayton2012-02-242-13/+39
* Make a nested if .. if .. else block nesting more explicit with some curly br...Jason Molenda2012-02-231-0/+6
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-4/+5
* Extended function lookup to allow the user toSean Callanan2012-02-101-2/+5
* 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-084-38/+318
* Add const-ness to BreakpointLocation::IsEnabled().Johnny Chen2012-02-011-1/+1
* Reverted 149277 changeset. It was coded that way for a reason.Johnny Chen2012-01-301-4/+6
OpenPOWER on IntegriCloud