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/2] gdb: Allow parenthesis to group arguments to user-defined commands


The first patch is a small clean up (unique test names), the second
patch is the interesting one.

---

Andrew Burgess (2):
  gdb: Make testnames unique in gdb.base/commands.exp
  gdb: Allow parenthesis to group arguments to user-defined commands

 gdb/ChangeLog                       |  5 ++++
 gdb/cli/cli-script.c                |  8 +++++-
 gdb/doc/ChangeLog                   |  5 ++++
 gdb/doc/gdb.texinfo                 | 54 +++++++++++++++++++++++++++++++++----
 gdb/testsuite/ChangeLog             | 11 ++++++++
 gdb/testsuite/gdb.base/commands.exp | 40 +++++++++++++++++++++++++--
 gdb/testsuite/gdb.base/run.c        |  3 +++
 7 files changed, 118 insertions(+), 8 deletions(-)

-- 
2.14.4


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