Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(908)

Unified Diff: gdb/monitor.h

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/mn10300-tdep.c ('k') | gdb/monitor.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/monitor.h
diff --git a/gdb/monitor.h b/gdb/monitor.h
index a1a856986b3dd39cfaf658c6721c6882753dc621..f66d1e7ae360d645c4f2625d4658daa64ae3f76a 100644
--- a/gdb/monitor.h
+++ b/gdb/monitor.h
@@ -1,6 +1,5 @@
/* Definitions for remote debugging interface for ROM monitors.
- Copyright (C) 1990-1992, 1994-2000, 2007-2012 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2013 Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Rob Savoye for Cygnus.
This file is part of GDB.
@@ -103,8 +102,6 @@ struct monitor_ops
from reg dump */
void (*supply_register) (struct regcache *regcache, char *name,
int namelen, char *val, int vallen);
- void (*load_routine) (struct serial *desc, char *file,
- int hashmark); /* Download routine */
int (*dumpregs) (struct regcache *); /* Dump all registers */
int (*continue_hook) (void); /* Emit the continue command */
int (*wait_filter) (char *buf, /* Maybe contains registers */
@@ -243,7 +240,7 @@ struct monitor_ops
#define SREC_SIZE 160
extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
-extern void monitor_close (int quitting);
+extern void monitor_close (void);
extern char *monitor_supply_register (struct regcache *regcache,
int regno, char *valstr);
extern int monitor_expect (char *prompt, char *buf, int buflen);
« no previous file with comments | « gdb/mn10300-tdep.c ('k') | gdb/monitor.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698