public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] New option to switch off source code display
@ 2021-09-08 21:34 Andrew Burgess
  2021-09-08 21:34 ` [PATCH 1/2] gdb: remove duplicate cmd_list_element declarations Andrew Burgess
  2021-09-08 21:34 ` [PATCH 2/2] gdb: add setting to disable reading source code files Andrew Burgess
  0 siblings, 2 replies; 8+ messages in thread
From: Andrew Burgess @ 2021-09-08 21:34 UTC (permalink / raw)
  To: gdb-patches

See patch #2 for the motivation.  Patch #1 is a small cleanup.

Thanks,
Andrew

---

Andrew Burgess (2):
  gdb: remove duplicate cmd_list_element declarations
  gdb: add setting to disable reading source code files

 gdb/NEWS                               |   9 +++
 gdb/cli/cli-cmds.c                     |   4 +
 gdb/cli/cli-cmds.h                     |  40 ++++++++++
 gdb/doc/gdb.texinfo                    |  26 ++++++
 gdb/gdbcmd.h                           | 105 +------------------------
 gdb/source.c                           |  66 +++++++++++++++-
 gdb/testsuite/gdb.base/source-open.c   |  25 ++++++
 gdb/testsuite/gdb.base/source-open.exp |  45 +++++++++++
 8 files changed, 213 insertions(+), 107 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/source-open.c
 create mode 100644 gdb/testsuite/gdb.base/source-open.exp

-- 
2.25.4


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

end of thread, other threads:[~2021-09-27 10:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 21:34 [PATCH 0/2] New option to switch off source code display Andrew Burgess
2021-09-08 21:34 ` [PATCH 1/2] gdb: remove duplicate cmd_list_element declarations Andrew Burgess
2021-09-23 20:21   ` Tom Tromey
2021-09-08 21:34 ` [PATCH 2/2] gdb: add setting to disable reading source code files Andrew Burgess
2021-09-09 18:51   ` Philippe Waroquiers
2021-09-23 20:27   ` Tom Tromey
2021-09-24 16:14   ` Pedro Alves
2021-09-27 10:33   ` 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).