summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "watch set" command as a more general interface in conjunction with "fram...Johnny Chen2012-01-301-1/+1
* Make BreakpointLocation::IsEnabled() consistent with the BreakpointLocation::...Johnny Chen2012-01-301-6/+4
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-293-16/+5
* For Dump(Stream *s), use GetOptionsNoCreate()->GetIgnoreCount() and fix the i...Johnny Chen2012-01-261-8/+8
* Typo.Johnny Chen2012-01-251-1/+1
* Minor comment change. Plus use member function instead of directly accessing...Johnny Chen2012-01-241-1/+1
* Tiny refactoring to use member functions instead of directly accessing member...Johnny Chen2012-01-233-6/+7
* Don't set breakpoints independently comp unit by comp unit, but look over all...Jim Ingham2012-01-131-42/+108
* The "desired result type" code in the expressionSean Callanan2011-12-212-9/+5
OpenPOWER on IntegriCloud