From: Paul F. <pa...@so...> - 2025-07-07 18:06:19
|
https://sourceware.org/cgit/valgrind/commit/?id=65d7eaf98b2c284d2497cbc33c775199eacd77b1 commit 65d7eaf98b2c284d2497cbc33c775199eacd77b1 Author: Paul Floyd <pj...@wa...> Date: Mon Jul 7 20:05:50 2025 +0200 Add vgstack to NEWS Diff: --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 40fec35cd2..fe56ee5267 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,12 @@ X86/macOS 10.13, AMD64/macOS 10.13 and nanoMIPS/Linux. * ==================== TOOL CHANGES =================== +* There is a new utility script, "vgstack". It has two + option, -h for minimal help, and -v for the version information. + In normal use pass it the PID of a running Valgrind process + and it will perform a vgdb attach and print the backtrace(s) + of the guest executable. + * ==================== FIXED BUGS ==================== The following bugs have been fixed or resolved. Note that "n-i-bz" |