Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Tiny patches related to command lines
@ 2017-09-02 21:36 Simon Marchi
  2017-09-02 21:37 ` [PATCH 2/3] Error out immediatly when using if command without args in command list Simon Marchi
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Simon Marchi @ 2017-09-02 21:36 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

These patches address small things that bug me, which I found while reviewing
Tom's patch series about breakpoint commands.

Simon Marchi (3):
  Move command lines types/declarations to cli-script.h
  Error out immediatly when using if command without args in command
    list
  Add tests for loop_break and loop_continue commands

 gdb/breakpoint.h                    |  1 +
 gdb/cli/cli-script.c                |  3 +-
 gdb/cli/cli-script.h                | 76 ++++++++++++++++++++++++++++++++++++-
 gdb/defs.h                          | 74 ------------------------------------
 gdb/extension-priv.h                |  1 +
 gdb/gdbcmd.h                        |  1 +
 gdb/testsuite/gdb.base/commands.exp | 59 ++++++++++++++++++++++++++++
 7 files changed, 139 insertions(+), 76 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2017-09-04 17:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-02 21:36 [PATCH 0/3] Tiny patches related to command lines Simon Marchi
2017-09-02 21:37 ` [PATCH 2/3] Error out immediatly when using if command without args in command list Simon Marchi
2017-09-04 12:35   ` Pedro Alves
2017-09-04 17:15     ` Simon Marchi
2017-09-02 21:37 ` [PATCH 1/3] Move command lines types/declarations to cli-script.h Simon Marchi
2017-09-04 12:28   ` Pedro Alves
2017-09-02 21:37 ` [PATCH 3/3] Add tests for loop_break and loop_continue commands Simon Marchi
2017-09-04 12:36   ` Pedro Alves
2017-09-04 17:16     ` Simon Marchi

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