| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some useful logging to the step log. | Jim Ingham | 2014-08-05 | 1 | -1/+1 |
* | If a hand-called function is interrupted by hitting a breakpoint, then | Jim Ingham | 2014-07-08 | 1 | -4/+26 |
* | Rename eExecution*** to eExpression*** to be consistent with the result type. | Jim Ingham | 2014-05-05 | 1 | -1/+1 |
* | Make the Expression Execution result enum available to the SB API layer. | Jim Ingham | 2014-05-05 | 1 | -1/+1 |
* | sweep up -Wformat warnings from gcc | Saleem Abdulrasool | 2014-04-04 | 1 | -32/+36 |
* | Cleanup some dead assignements reported by scan-build | Arnaud A. de Grandmaison | 2014-03-22 | 1 | -2/+0 |
* | Add a little more logging to the StopInfoBreakpoint::PerformAction. | Jim Ingham | 2014-01-15 | 1 | -1/+14 |
* | Added a "--debug" option to the "expression" command. | Greg Clayton | 2013-11-04 | 1 | -14/+9 |
* | Test to see if logging is enabled before printing | Jason Molenda | 2013-08-06 | 1 | -1/+4 |
* | This commit does two things. One, it converts the return value of the QueueT... | Jim Ingham | 2013-07-18 | 1 | -6/+6 |
* | Mark the "step over single instruction" plan private in the StopInfoWatchpoin... | Jim Ingham | 2013-07-02 | 1 | -1/+5 |
* | Figure out the reply to "PlanExplainsStop" once when we stop and then use the... | Jim Ingham | 2013-05-08 | 1 | -4/+4 |
* | fix a couple of clang static analyzer warnings. | Jason Molenda | 2013-05-04 | 1 | -1/+2 |
* | lldb_private::StopInfo now holds onto a ThreadWP (a std::weak_ptr<lldb_privat... | Greg Clayton | 2013-04-29 | 1 | -406/+468 |
* | Optimized the way breakpoint conditions are evaluated. | Sean Callanan | 2013-04-19 | 1 | -54/+11 |
* | Save away the locations at the site we hit and iterate over that collection. ... | Jim Ingham | 2013-04-11 | 1 | -2/+18 |
* | Rationalize how we do Halt-ing before Destroy and Detach. | Jim Ingham | 2013-03-29 | 1 | -0/+2 |
* | Protect against the case where the current inlined depth is wrong, and leads ... | Jim Ingham | 2013-03-28 | 1 | -0/+7 |
* | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -6/+6 |
* | The thread plans run before the event is broadcast, so they should be calling... | Jim Ingham | 2013-02-22 | 1 | -1/+12 |
* | Add a test for handling a function call that throws an exception, and make it... | Jim Ingham | 2013-02-14 | 1 | -3/+22 |
* | Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero... | Jim Ingham | 2013-02-09 | 1 | -3/+29 |
* | Add "target.process.stop-on-shared-library-events" setting, and make it work. | Jim Ingham | 2013-01-26 | 1 | -0/+16 |
* | Separated the "expr --unwind-on-error" behavior into two parts, actual errors... | Jim Ingham | 2013-01-15 | 1 | -4/+49 |
* | Adding events when watchpoints are set or changed. | Jim Ingham | 2012-12-18 | 1 | -2/+6 |
* | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 2012-12-05 | 1 | -0/+2 |
* | <rdar://problem/12649160> | Greg Clayton | 2012-12-05 | 1 | -0/+49 |
* | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -8/+8 |
* | how to do it correctly. | Jim Ingham | 2012-11-10 | 1 | -96/+95 |
* | Carlo Kok found an issue where default parameters were causing the wrong argu... | Greg Clayton | 2012-10-31 | 1 | -2/+5 |
* | Watchpoints remember the type of the expression or variable they were set wit... | Jim Ingham | 2012-10-23 | 1 | -69/+13 |
* | Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou... | Jim Ingham | 2012-10-05 | 1 | -9/+39 |
* | Ran the sources through the compiler with -Wshadow warnings | Jason Molenda | 2012-10-04 | 1 | -6/+6 |
* | Fixed a problem where watchpoint conditions would | Sean Callanan | 2012-09-08 | 1 | -1/+1 |
* | Cope with the case where the user-supplied callbacks want the watchpoint itse... | Johnny Chen | 2012-08-23 | 1 | -1/+2 |
* | Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm... | Johnny Chen | 2012-08-21 | 1 | -0/+6 |
* | Remove the process->DisableWatchpoint() and EnableWatchpoint() calls since th... | Johnny Chen | 2012-08-21 | 1 | -4/+2 |
* | rdar://problem/12144930 | Johnny Chen | 2012-08-21 | 1 | -0/+23 |
* | When trying to take snapshots of a watched variable, if the frame is unable t... | Johnny Chen | 2012-08-14 | 1 | -7/+19 |
* | Simplify the "Watchpoint ... hit" printout, make it more terse. | Johnny Chen | 2012-08-13 | 1 | -2/+2 |
* | Comment changes. | Johnny Chen | 2012-08-13 | 1 | -1/+2 |
* | rdar://problem/12007576 | Johnny Chen | 2012-08-13 | 1 | -3/+59 |
* | rdar://problem/11457143 | Johnny Chen | 2012-08-09 | 1 | -11/+16 |
* | <rdar://problem/11672978> Fixing an issue where an ObjC object might come out... | Enrico Granata | 2012-07-16 | 1 | -1/+2 |
* | <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ... | Enrico Granata | 2012-07-13 | 1 | -0/+30 |
* | Make sure the "synchronous breakpoint callbacks" get called before the thread... | Jim Ingham | 2012-04-20 | 1 | -2/+11 |
* | Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr | Greg Clayton | 2012-02-21 | 1 | -52/+33 |
* | Fix a typo in the error message of the StopInfoWatchpoint class. | Johnny Chen | 2012-01-24 | 1 | -1/+1 |
* | The "desired result type" code in the expression | Sean Callanan | 2011-12-21 | 1 | -0/+2 |
* | Add the ability to capture the return value in a thread's stop info, and prin... | Jim Ingham | 2011-12-17 | 1 | -4/+24 |