| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction ↵ | Jim Ingham | 2013-02-09 | 1 | -2/+2 |
| | | | | | | | | | | | | interoperate to fix problems where hitting auto-continue signals while running a thread plan would cause us to lose control of the debug session. <rdar://problem/12993641> llvm-svn: 174793 | ||||
| * | Separated the "expr --unwind-on-error" behavior into two parts, actual ↵ | Jim Ingham | 2013-01-15 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | errors (i.e. crashes) which continue to be controlled by the --unwind-on-error flag, and --ignore-breakpoint which separately controls behavior when a called function hits a breakpoint. For breakpoints, we don't unwind, we either stop, or ignore the breakpoint, which makes more sense. Also make both these behaviors globally settable through "settings set". Also handle the case where a breakpoint command calls code that ends up re-hitting the breakpoint. We were recursing and crashing. Now we just stop without calling the second command. <rdar://problem/12986644> <rdar://problem/9119325> llvm-svn: 172503 | ||||
| * | API cleanup. | Greg Clayton | 2012-10-16 | 1 | -42/+19 |
| | | | | | llvm-svn: 166070 | ||||
| * | Add the ability to set timeout & "run all threads" options both from the ↵ | Jim Ingham | 2012-10-16 | 1 | -0/+104 |
| "expr" command and from the SB API's that evaluate expressions. <rdar://problem/12457211> llvm-svn: 166062 | |||||

