From 543852a46ce107243ed92254bd88b87ca82bbd0b Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Thu, 3 Aug 2017 02:11:34 -0400 Subject: Add VPP Communications Library (VCL) - VCL library - client/server test application - test script (make test integration tbd) - gdb command file templates - vppcom test config file Change-Id: I21eab7aa09b4e5dc3412acf5c2eab07415c2fc0f Signed-off-by: Dave Wallace --- extras/gdb/gdb_cmdfile.vpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 extras/gdb/gdb_cmdfile.vpp (limited to 'extras/gdb/gdb_cmdfile.vpp') diff --git a/extras/gdb/gdb_cmdfile.vpp b/extras/gdb/gdb_cmdfile.vpp new file mode 100644 index 00000000000..a430ccb34eb --- /dev/null +++ b/extras/gdb/gdb_cmdfile.vpp @@ -0,0 +1,7 @@ +echo \n\n====== gdb_cmdfile.vpp ======\n + +# Here are some interesting vpp-api breakpoints... +# Uncomment them out to set during gdb init. +# +#b vl_api_connect_sock_t_handler +#b vl_api_connect_sock_reply_t_handler -- cgit 1.2.3-korg