Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [cosmetic-patch] missing declaration in monitor.c
@ 2006-07-17 11:31 Denis PILAT
  2006-07-17 12:32 ` Daniel Jacobowitz
  0 siblings, 1 reply; 6+ messages in thread
From: Denis PILAT @ 2006-07-17 11:31 UTC (permalink / raw)
  To: gdb-patches

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);



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

end of thread, other threads:[~2006-07-18 20:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-17 11:31 [cosmetic-patch] missing declaration in monitor.c Denis PILAT
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

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