Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/therock-ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: read

env:
THEROCK_COMMIT_REF: 8df747734dda21ac24eb63a43454eb448655a507 # 27/04/2026
THEROCK_COMMIT_REF: 54acd32c58aa0b5c2911b42b53bc23b0e0ddd6d6 # 05/05/2026

jobs:
therock-build-linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/therock-test-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ permissions:
contents: read

env:
THEROCK_COMMIT_REF: 8df747734dda21ac24eb63a43454eb448655a507 # 27/04/2026
THEROCK_COMMIT_REF: 54acd32c58aa0b5c2911b42b53bc23b0e0ddd6d6 # 05/05/2026
VENV_DIR: ${{ github.workspace }}/.venv
OUTPUT_ARTIFACTS_DIR: "./build"
THEROCK_BIN_DIR: "./build/bin"
Expand Down
10 changes: 5 additions & 5 deletions gdb/doc/gdb.texinfo
Original file line number Diff line number Diff line change
Expand Up @@ -43812,20 +43812,20 @@ things without first using the debugger to find the facts.
@node In Memoriam
@appendix In Memoriam

The @value{GDBN} project mourns the loss of the following long-time
The @sc{gdb} project mourns the loss of the following long-time
contributors:

@table @code
@item Fred Fish
Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
to Free Software in general. Outside of @value{GDBN}, he was known in
Fred was a long-standing contributor to @sc{gdb} (1991-2006), and
to Free Software in general. Outside of @sc{gdb}, he was known in
the Amiga world for his series of Fish Disks, and the GeekGadget project.

@item Michael Snyder
Michael was one of the Global Maintainers of the @value{GDBN} project,
Michael was one of the Global Maintainers of the @sc{gdb} project,
with contributions recorded as early as 1996, until 2011. In addition
to his day to day participation, he was a large driving force behind
adding Reverse Debugging to @value{GDBN}.
adding Reverse Debugging to @sc{gdb}.
@end table

Beyond their technical contributions to the project, they were also
Expand Down
Loading