]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Addition of v.info scheduler monitor command
authorJulian Seward <jseward@acm.org>
Sat, 22 Oct 2011 20:23:30 +0000 (20:23 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 22 Oct 2011 20:23:30 +0000 (20:23 +0000)
commita07f759681bb85e2f768e418d77e3e1b1c71f0f3
tree061421cc7c1270bf8d40d9afbf5e9be7369252b6
parentae9c958f7079700d7c14e326fa88faf60d1fd0ab
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.

Fixes #279212.  (Philippe Waroquiers, philippe.waroquiers@skynet.be)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12203
coregrind/m_gdbserver/server.c
docs/xml/manual-core-adv.xml
gdbserver_tests/mchelp.stdoutB.exp