X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fmonitor.h;h=52521c8cee5dddf2312b3d60c3d799d873c83558;hb=012d8ebc4bd1a1afb95d902604007b04762207f0;hp=e715729075105e62fc3892c05f611cda34f2555e;hpb=61a672f17d6544eb69a59aaed93c9eafdba74613;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/monitor.h b/gdb/monitor.h index e715729..52521c8 100644 --- a/gdb/monitor.h +++ b/gdb/monitor.h @@ -1,5 +1,5 @@ /* Definitions for remote debugging interface for ROM monitors. - Copyright (C) 1990-2013 Free Software Foundation, Inc. + Copyright (C) 1990-2014 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Rob Savoye for Cygnus. This file is part of GDB. @@ -239,8 +239,9 @@ 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_open (const char *args, struct monitor_ops *ops, + int from_tty); +extern void monitor_close (struct target_ops *self); extern char *monitor_supply_register (struct regcache *regcache, int regno, char *valstr); extern int monitor_expect (char *prompt, char *buf, int buflen);