Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] Tweak get_number related code
@ 2014-03-05 12:49 Yao Qi
  2014-03-05 12:49 ` [PATCH 3/4] Handle parse number error in goto_bookmark_command Yao Qi
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Yao Qi @ 2014-03-05 12:49 UTC (permalink / raw)
  To: gdb-patches

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


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

end of thread, other threads:[~2014-03-10  2:01 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-05 12:49 [PATCH 0/4] Tweak get_number related code Yao Qi
2014-03-05 12:49 ` [PATCH 3/4] Handle parse number error in goto_bookmark_command Yao Qi
2014-03-05 14:38   ` Joel Brobecker
2014-03-06  7:10     ` Yao Qi
2014-03-05 12:49 ` [PATCH 4/4] Remove argument optional_p from get_tracepoint_by_number Yao Qi
2014-03-05 14:44   ` Joel Brobecker
2014-03-05 12:49 ` [OBV PATCH 1/4] Add a newline in output messages Yao Qi
2014-03-05 14:22   ` Joel Brobecker
2014-03-06  6:45     ` Yao Qi
2014-03-05 12:49 ` [PATCH 2/4] Error on bad count number Yao Qi
2014-03-05 14:29   ` Joel Brobecker
2014-03-05 15:59     ` Pedro Alves
2014-03-06  9:56       ` Yao Qi
2014-03-06 12:21         ` Pedro Alves
2014-03-06 13:24           ` Joel Brobecker
2014-03-07  9:40           ` Yao Qi
2014-03-07 10:53             ` Eli Zaretskii
2014-03-07 11:09               ` Yao Qi
2014-03-07 13:27             ` Pedro Alves
2014-03-07 13:50               ` Joel Brobecker
2014-03-10  2:01               ` Yao Qi
2014-03-06 13:26       ` Joel Brobecker

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