Bug 279212 - gdbsrv: add monitor cmd v.info scheduler. Useful to compare GDB and Valgrind stack traces
Summary: gdbsrv: add monitor cmd v.info scheduler. Useful to compare GDB and Valgrind...
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.7 SVN
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-02 21:00 UTC by Philippe Waroquiers
Modified: 2011-10-22 20:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
addition of v.info scheduler monitor command (3.40 KB, text/plain)
2011-08-02 21:00 UTC, Philippe Waroquiers
Details
addition of v.info scheduler monitor command (upgraded to rev 11969) (3.40 KB, text/plain)
2011-08-13 07:23 UTC, Philippe Waroquiers
Details

Note You need to log in before you can comment on or make changes to this bug.
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.