diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 14:40:17 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 14:41:27 -0500 |
| commit | b72aae2e044a1dbc5cffada5b7f3abec26f46ec7 (patch) | |
| tree | b37c40fa71c04edde3874867b00f2d882d98559f /gdb | |
| parent | e36f61b507746afff375759b1e496af529b98b26 (diff) | |
*: Cleanup some documentation from quagga->frr
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'gdb')
| -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 60a004e1e1..913b455ed1 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 |
