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

Unified Diff: gdb/interps.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/inline-frame.c ('k') | gdb/interps.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/interps.h
diff --git a/gdb/interps.h b/gdb/interps.h
index 2102eca34e992b313a534bad38e8a325d6b634c6..2e6ed4daf5ee433f20af444e4b56b6bd52f264c5 100644
--- a/gdb/interps.h
+++ b/gdb/interps.h
@@ -1,7 +1,6 @@
/* Manages interpreters for GDB, the GNU debugger.
- Copyright (C) 2000, 2002-2003, 2007-2012 Free Software Foundation,
- Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
Written by Jim Ingham <jingham@apple.com> of Apple Computer, Inc.
@@ -31,7 +30,6 @@ struct interp;
extern int interp_resume (struct interp *interp);
extern int interp_suspend (struct interp *interp);
extern int interp_prompt_p (struct interp *interp);
-extern int interp_exec_p (struct interp *interp);
extern struct gdb_exception interp_exec (struct interp *interp,
const char *command);
extern int interp_quiet_p (struct interp *interp);
« no previous file with comments | « gdb/inline-frame.c ('k') | gdb/interps.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698