]> git.puffer.fish Git - mirror/frr.git/commit
tests: add gdb integration with valgrind 14689/head
authorChristian Hopps <chopps@labn.net>
Mon, 30 Oct 2023 07:37:52 +0000 (03:37 -0400)
committerChristian Hopps <chopps@labn.net>
Mon, 30 Oct 2023 11:12:27 +0000 (07:12 -0400)
commit62af9721487b0b221389f4e5ae8e638fb43792c3
tree97e54b6daf1b31d413af25595610aaaece646a17
parent73914a3e730f5d8464d72a7228a060183ced8209
tests: add gdb integration with valgrind

Allows you to run daemons under valgrind integrated with gdb. When daemons are
run with the ``--gdb-daemons/--gdb-routers`` options they will be wired up to
valgrind using vgdb (valgrind tool) so gdb will stop when valgrind errors are
encountered.

Signed-off-by: Christian Hopps <chopps@labn.net>
doc/developer/topotests.rst
tests/topotests/lib/topotest.py