This enables VPP trajectory tracing facility in debug builds of UPG-VPP,
which makes it possible to see the exact path of a buffer across the graph,
regardless of normal packet tracing, and also in an event of crash.
Example use:
Also, this adds E2E_GDBSERVER option for e2e tests that makes it
possible to start VPP under interactive gdb control from the
beginning, which is important for many debugging scenarios.
Both changes require vpp-base update, which enables the trajectory
tracing facility for debug builds and also includes gdbserver in the
dev image: travelping/vpp-base#8
This enables VPP trajectory tracing facility in debug builds of UPG-VPP, which makes it possible to see the exact path of a buffer across the graph, regardless of normal packet tracing, and also in an event of crash. Example use:
Also, this adds E2E_GDBSERVER option for e2e tests that makes it possible to start VPP under interactive gdb control from the beginning, which is important for many debugging scenarios.
Both changes require vpp-base update, which enables the trajectory tracing facility for debug builds and also includes
gdbserver
in the dev image: travelping/vpp-base#8