This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug breakpoints/10588] New: The handle command should accept user defined commands after 'stop'


It'd be nice if you could create a command using 'define' and then use 'handle'
to specify that when a signal is given you want execution to pause *and* execute
your command. This can be useful for diagnosing time sensitive bugs (my command
might include some 'shell sleep' calls) or GUIs where you don't want to move
your mouse back to the terminal window because it'll trigger more X events.

-- 
           Summary: The handle command should accept user defined commands
                    after 'stop'
           Product: gdb
           Version: 6.8
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: k04jg02 at gmail dot com
                CC: gdb-prs at sourceware dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=10588

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]