[Bug gdb/24578] New: a 'resume' pseudo-command and 'hook-resume' to go with it

Dave at Yost dot com sourceware-bugzilla@sourceware.org
Sat May 18 23:31:00 GMT 2019


https://sourceware.org/bugzilla/show_bug.cgi?id=24578

            Bug ID: 24578
           Summary: a 'resume' pseudo-command and 'hook-resume' to go with
                    it
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: Dave at Yost dot com
  Target Milestone: ---

https://sourceware.org/gdb/onlinedocs/gdb/Hooks.html
says:
a pseudo-command, ‘stop’ exists. Defining (‘hook-stop’) makes the associated
commands execute every time execution stops in your program: before breakpoint
commands are run, displays are printed, or the stack frame is printed.

I wish it would also say:
a pseudo-command, ‘resume’ exists. Defining (‘hook-resume’) makes the
associated commands execute every time execution resumes in your program.

For a description of how this could be used for debugging timing code, see
https://github.com/daveyostcom/DateTimeDebug

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Gdb-prs mailing list