diff options
author | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 20:40:17 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 20:41:27 +0100 |
commit | b72aae2e044a1dbc5cffada5b7f3abec26f46ec7 (patch) | |
tree | b37c40fa71c04edde3874867b00f2d882d98559f /gdb/lib.txt | |
parent | *: Rename quagga_timestamp with frr_timestamp (diff) | |
download | frr-b72aae2e044a1dbc5cffada5b7f3abec26f46ec7.tar.xz frr-b72aae2e044a1dbc5cffada5b7f3abec26f46ec7.zip |
*: Cleanup some documentation from quagga->frr
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'gdb/lib.txt')
-rw-r--r-- | gdb/lib.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/lib.txt b/gdb/lib.txt index 60a004e1e..913b455ed 100644 --- a/gdb/lib.txt +++ b/gdb/lib.txt @@ -1,6 +1,6 @@ # GDB macros for use with Quagga. # -# Macros in this file are not daemon specific. E.g., OS or Quagga library +# Macros in this file are not daemon specific. E.g., OS or FRR library # APIs. # # The macro file can be loaded with 'source <filename>'. They can then be @@ -9,7 +9,7 @@ # # E.g.: # -# (gdb) source ~paul/code/quagga/gdb/lib.txt +# (gdb) source ~paul/code/frr/gdb/lib.txt # (gdb) break bgp_packet.c:613 # Breakpoint 3 at 0x7fa883033a32: file bgp_packet.c, line 613. # (gdb) cont |