public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fixes for per-inferior settings and $_gdb_setting_str()
@ 2023-04-04 12:45 Andrew Burgess
  2023-04-04 12:45 ` [PATCH 1/5] gdb: cleanup command creation in infcmd.c Andrew Burgess
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Andrew Burgess @ 2023-04-04 12:45 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

While working on another patch I spotted that
$_gdb_setting_str("args") wasn't working correctly.  Turns out args,
cwd, and inferior-tty all have the same problems.  This series
resolves these issues.

Thanks,
Andrew

---

Andrew Burgess (5):
  gdb: cleanup command creation in infcmd.c
  gdb: make set/show args work with $_gdb_setting_str
  gdb: make set/show cwd work with $_gdb_setting_str
  gdb: make set/show inferior-tty work with $_gdb_setting_str
  gdb: make deprecated_show_value_hack static

 gdb/cli/cli-setshow.c                     |   2 +-
 gdb/command.h                             |   7 +-
 gdb/infcmd.c                              | 127 ++++++++++------------
 gdb/testsuite/gdb.base/inferior-clone.exp |   9 ++
 gdb/testsuite/gdb.multi/gdb-settings.c    |  22 ++++
 gdb/testsuite/gdb.multi/gdb-settings.exp  | 121 +++++++++++++++++++++
 6 files changed, 213 insertions(+), 75 deletions(-)
 create mode 100644 gdb/testsuite/gdb.multi/gdb-settings.c
 create mode 100644 gdb/testsuite/gdb.multi/gdb-settings.exp


base-commit: 60a13bbcdfb0ce008a77563cea0c34c830d7b170
-- 
2.25.4


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

end of thread, other threads:[~2023-07-10 17:25 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-04 12:45 [PATCH 0/5] Fixes for per-inferior settings and $_gdb_setting_str() Andrew Burgess
2023-04-04 12:45 ` [PATCH 1/5] gdb: cleanup command creation in infcmd.c Andrew Burgess
2023-04-17 16:27   ` Tom Tromey
2023-04-04 12:45 ` [PATCH 2/5] gdb: make set/show args work with $_gdb_setting_str Andrew Burgess
2023-04-17 16:37   ` Tom Tromey
2023-04-17 18:04     ` Simon Marchi
2023-04-04 12:45 ` [PATCH 3/5] gdb: make set/show cwd " Andrew Burgess
2023-04-04 12:45 ` [PATCH 4/5] gdb: make set/show inferior-tty " Andrew Burgess
2023-04-04 12:45 ` [PATCH 5/5] gdb: make deprecated_show_value_hack static Andrew Burgess
2023-04-17 16:41   ` Tom Tromey
2023-04-28 14:57     ` Andrew Burgess
2023-07-10 17:25       ` Tom Tromey
2023-04-17 16:42 ` [PATCH 0/5] Fixes for per-inferior settings and $_gdb_setting_str() Tom Tromey
2023-04-17 18:09 ` Simon Marchi
2023-04-17 18:21   ` Simon Marchi
2023-04-28 21:53     ` Andrew Burgess
2023-04-28 16:43   ` Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).