From 5ca07c9a3d83d1d3bcbbdaddec0e709fdd3d2aef Mon Sep 17 00:00:00 2001 From: Olivia Hull <39199786+oahull0112@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:54:32 -0700 Subject: [PATCH] Update gdb.md to include Kestrel gdb version --- docs/Documentation/Development/Debug_Tools/gdb.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Documentation/Development/Debug_Tools/gdb.md b/docs/Documentation/Development/Debug_Tools/gdb.md index 4cfa973d9..91f91cd84 100644 --- a/docs/Documentation/Development/Debug_Tools/gdb.md +++ b/docs/Documentation/Development/Debug_Tools/gdb.md @@ -17,9 +17,9 @@ For links to in-depth tutorials and walkthroughs of GDB features, please see [Re ## Availability -| Eagle | Swift | Vermilion | -|:-------:|:-----:|:-----------| -| gdb/7.6.1\*| gdb/8.2\* |gdb/12.1, gdb/8.2\* | +|Kestrel| Eagle | Swift | Vermilion | +|:-----:|:-------:|:-----:|:-----------| +| gdb/12.1 | gdb/7.6.1\*| gdb/8.2\* |gdb/12.1, gdb/8.2\* | \* Located in `/usr/bin`. Do not need to use `module load`.