Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Denis PILAT <denis.pilat@st.com>
To: gdb-patches@sources.redhat.com
Subject: [cosmetic-patch] missing declaration in monitor.c
Date: Mon, 17 Jul 2006 11:31:00 -0000	[thread overview]
Message-ID: <44BB751B.10608@st.com> (raw)

monitor_insert_breakpoint and monitor_remove_breakpoint used to be 
declared with other static function.

-- 
Denis

Index: monitor.c
===================================================================
--- monitor.c   (revision 486)
+++ monitor.c   (working copy)
@@ -85,6 +85,8 @@ static int monitor_xfer_memory (CORE_ADD
                                struct mem_attrib *attrib,
                                struct target_ops *target);
 static void monitor_files_info (struct target_ops *ops);
+static int monitor_insert_breakpoint (struct bp_target_info *bp_tgt);
+static int monitor_remove_breakpoint (struct bp_target_info *bp_tgt);
 static void monitor_kill (void);
 static void monitor_load (char *file, int from_tty);
 static void monitor_mourn_inferior (void);



             reply	other threads:[~2006-07-17 11:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-17 11:31 Denis PILAT [this message]
2006-07-17 12:32 ` Daniel Jacobowitz
2006-07-17 12:50   ` Denis PILAT
2006-07-17 13:44     ` Daniel Jacobowitz
2006-07-17 18:01       ` Mark Kettenis
     [not found]         ` <44BC9AFF.9020906@st.com>
2006-07-18 20:46           ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44BB751B.10608@st.com \
    --to=denis.pilat@st.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox