public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Minor changes to 'list' command.
@ 2015-11-25  0:34 Andrew Burgess
  2015-11-25  0:34 ` [PATCH 5/7] gdb: 'list' command, tweak handling of +/- arguments Andrew Burgess
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Andrew Burgess @ 2015-11-25  0:34 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

The main motivation for this patch series was patch #6, this adds an
extra error when trying to use 'list -' to list off the beginning of a
file.

Patch #5 fixes a small inconsistency that I spotted while in the area,
and patches #1 to #4 are just clean up.

Patch #7 extends the command help for 'list'.

---

Andrew Burgess (7):
  gdb: Make lines_to_list variable static.
  gdb: Use NULL instead of 0 for pointer comparison.
  gdb: Small code restructure for list_command.
  gdb: Make test names unique in list.exp.
  gdb: 'list' command, tweak handling of +/- arguments.
  gdb: Add an error when 'list -' reaches the start of a file.
  gdb: Extend help text for 'list' command.

 gdb/ChangeLog                   | 29 ++++++++++++++++++++++++++
 gdb/cli/cli-cmds.c              | 45 ++++++++++++++++++++++++-----------------
 gdb/source.c                    |  2 +-
 gdb/testsuite/ChangeLog         | 16 +++++++++++++++
 gdb/testsuite/gdb.base/list.exp | 39 +++++++++++++++++++++++++++++++++--
 5 files changed, 109 insertions(+), 22 deletions(-)

-- 
2.5.1

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

end of thread, other threads:[~2015-12-11 23:28 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-25  0:34 [PATCH 0/7] Minor changes to 'list' command Andrew Burgess
2015-11-25  0:34 ` [PATCH 5/7] gdb: 'list' command, tweak handling of +/- arguments Andrew Burgess
2015-11-26 12:38   ` Pedro Alves
2015-11-25  0:34 ` [PATCH 3/7] gdb: Small code restructure for list_command Andrew Burgess
2015-11-26 12:37   ` Pedro Alves
2015-11-25  0:34 ` [PATCH 2/7] gdb: Use NULL instead of 0 for pointer comparison Andrew Burgess
2015-11-26 12:37   ` Pedro Alves
2015-11-25  0:34 ` [PATCH 7/7] gdb: Extend help text for 'list' command Andrew Burgess
2015-11-26 12:38   ` Pedro Alves
2015-12-10 10:08     ` Andrew Burgess
2015-12-10 16:24       ` Eli Zaretskii
2015-11-25  0:34 ` [PATCH 6/7] gdb: Add an error when 'list -' reaches the start of a file Andrew Burgess
2015-11-26 12:38   ` Pedro Alves
2015-11-25  0:34 ` [PATCH 1/7] gdb: Make lines_to_list variable static Andrew Burgess
2015-11-26 12:37   ` Pedro Alves
2015-11-25  0:34 ` [PATCH 4/7] gdb: Make test names unique in list.exp Andrew Burgess
2015-11-26 12:37   ` Pedro Alves
2015-12-11 23:28 ` [PATCH 0/7] Minor changes to 'list' command 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).