This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] Tiny patches related to command lines


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]