diff options
Diffstat (limited to 'extras/gdb/gdb_cmdfile.vcl_client')
-rw-r--r-- | extras/gdb/gdb_cmdfile.vcl_client | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extras/gdb/gdb_cmdfile.vcl_client b/extras/gdb/gdb_cmdfile.vcl_client new file mode 100644 index 00000000..9b43ed6a --- /dev/null +++ b/extras/gdb/gdb_cmdfile.vcl_client @@ -0,0 +1,10 @@ +echo \n\n====== gdb_cmdfile.vcl_client ======\n + +# Here are some interesting VCL breakpoints... +# Uncomment them out to set during gdb init. +# +#b vppcom_session_connect +#b vppcom_session_write +#b vppcom_session_read +#b vl_api_connect_sock_t_handler +#b vl_api_connect_session_reply_t_handler |