Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Make use of gdb::options for info variabels|functions|args|locals
@ 2019-07-11 13:21 Andrew Burgess
  2019-07-11 13:21 ` [PATCH 2/2] gdb: Make use of gdb::option framework for some info commands Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Andrew Burgess @ 2019-07-11 13:21 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

Additional use of the gdb::options framework.

--

Andrew Burgess (2):
  gdb: Allow quoting around string options in the gdb::option framework
  gdb: Make use of gdb::option framework for some info commands

 gdb/ChangeLog                      |  23 +++++++
 gdb/cli/cli-option.c               |   5 +-
 gdb/cli/cli-utils.c                | 134 ++++++++++---------------------------
 gdb/cli/cli-utils.h                |  38 ++++++-----
 gdb/gdbsupport/common-utils.c      |  59 ++++++++++++++++
 gdb/gdbsupport/common-utils.h      |  10 +++
 gdb/stack.c                        |  38 +++--------
 gdb/symtab.c                       |  44 ++++--------
 gdb/testsuite/ChangeLog            |   6 ++
 gdb/testsuite/gdb.base/options.exp |  54 ++++++++++-----
 10 files changed, 220 insertions(+), 191 deletions(-)

-- 
2.14.5


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

end of thread, other threads:[~2019-07-11 19:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11 13:21 [PATCH 0/2] Make use of gdb::options for info variabels|functions|args|locals Andrew Burgess
2019-07-11 13:21 ` [PATCH 2/2] gdb: Make use of gdb::option framework for some info commands Andrew Burgess
2019-07-11 13:21 ` [PATCH 1/2] gdb: Allow quoting around string options in the gdb::option framework Andrew Burgess
2019-07-11 16:17   ` Tom Tromey
2019-07-11 19:21     ` Andrew Burgess
2019-07-11 13:36 ` [PATCH 0/2] Make use of gdb::options for info variabels|functions|args|locals Pedro Alves
2019-07-11 15:53   ` Andrew Burgess
2019-07-11 16:05     ` Pedro Alves
2019-07-11 19:21       ` Andrew Burgess
2019-07-11 16:08     ` Tom Tromey

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