|
From: Paul F. <pa...@so...> - 2023-04-22 14:32:51
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=945b64a97f7165cf59dbe73ab83ed127cf0f9c05 commit 945b64a97f7165cf59dbe73ab83ed127cf0f9c05 Author: Paul Floyd <pj...@wa...> Date: Sat Apr 22 16:31:45 2023 +0200 Typo in NEWS (Try again, without a ton of changes from testing clang-format) Thanks Tobias, on valgrind-developers Diff: --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bff5b5d760..35a9ce3cd2 100644 --- a/NEWS +++ b/NEWS @@ -37,7 +37,7 @@ AMD64/macOS 10.13 and nanoMIPS/Linux. * The vgdb utility now supports extended-remote protocol when invoked with --multi. In this mode the GDB run command is supported. Which means you don't need to run gdb and valgrind - from different terminals. So for example to start you program + from different terminals. So for example to start your program in gdb and run it under valgrind you can do: $ gdb prog (gdb) set remote exec-file prog |