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/4] Tweak get_number related code


Hi,
When I work on a patch using get_number in MI, I realize that code on
using get_number should be cleaned up first.  This patch series is
part of this cleanup, and I think they can be submitted first.  Each
patch in this series is quite independent.  Changes are obvious but
review is welcome too.

Regression tested on x86_64-linux.

*** BLURB HERE ***

Yao Qi (4):
  Add a newline in output messages
  Error on bad count number
  Handle parse number error in goto_bookmark_command
  Remove argument optional_p from get_tracepoint_by_number

 gdb/breakpoint.c                      |   26 ++++++++++++--------------
 gdb/breakpoint.h                      |    3 +--
 gdb/cli/cli-utils.c                   |    2 +-
 gdb/reverse.c                         |    7 ++++++-
 gdb/testsuite/gdb.base/ena-dis-br.exp |    5 +++++
 gdb/tracepoint.c                      |    2 +-
 6 files changed, 26 insertions(+), 19 deletions(-)

-- 
1.7.7.6


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