Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] [gdb] Three gdb_buildall.sh fixes
@ 2026-08-30 18:12 Tom de Vries
  2026-08-30 18:12 ` [PATCH 1/3] [gdb] Use --data-directory in gdb_buildall.sh Tom de Vries
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tom de Vries @ 2026-08-30 18:12 UTC (permalink / raw)
  To: gdb-patches

This series contains three patches related to gdb/gdb_buildall.sh.

The first fixes an error.

The second fixes a warning.

The last makes it shellcheck-clean.

Tested on aarch64-linux by running:
...
$ rm -Rf build-all
$ mkdir build-all
$ bash ./src/gdb/gdb_buildall.sh \
      -j 9 \
      --bfd64 \
      src \
      build-all
...

Tom de Vries (3):
  [gdb] Use --data-directory in gdb_buildall.sh
  [gdb] Fix warnings in gdb_buildall.sh
  [gdb] Make gdb_buildall.sh shellcheck-clean

 gdb/contrib/shellcheck.sh |  1 -
 gdb/gdb_buildall.sh       | 82 +++++++++++++++++++++------------------
 2 files changed, 44 insertions(+), 39 deletions(-)


base-commit: 85a9f9eafebd99447e70e608246bc1d275e44d37
-- 
2.51.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-08-31  7:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 18:12 [PATCH 0/3] [gdb] Three gdb_buildall.sh fixes Tom de Vries
2026-08-30 18:12 ` [PATCH 1/3] [gdb] Use --data-directory in gdb_buildall.sh Tom de Vries
2026-08-30 18:12 ` [PATCH 2/3] [gdb] Fix warnings " Tom de Vries
2026-08-30 18:12 ` [PATCH 3/3] [gdb] Make gdb_buildall.sh shellcheck-clean Tom de Vries
2026-08-31  7:45   ` Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox