Bug 279212

Summary: gdbsrv: add monitor cmd v.info scheduler. Useful to compare GDB and Valgrind stack traces
Product: [Developer tools] valgrind Reporter: Philippe Waroquiers <philippe.waroquiers>
Component: generalAssignee: Julian Seward <jseward>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.7 SVN   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: addition of v.info scheduler monitor command
addition of v.info scheduler monitor command (upgraded to rev 11969)

Description Philippe Waroquiers 2011-08-02 21:00:17 UTC
Created attachment 62486 [details]
addition of v.info scheduler monitor command

Monitor command useful for debugging/investigation of Valgrind unwinder and/or
gdbserver/gdb stack trace.

The Valgrind unwinder has some limitations compared to the GDB unwinder.
(see e.g. 278972).

With this monitor command, it is easy to see if the Valgrind unwinder
produces something different than the GDB unwinder.
Comment 1 Philippe Waroquiers 2011-08-13 07:23:51 UTC
Created attachment 62795 [details]
addition of v.info scheduler monitor command (upgraded to rev 11969)

upgraded to rev 11969.
Comment 2 Julian Seward 2011-10-22 20:28:35 UTC
Committed, r12203.  Thanks.