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

Unified Diff: include/gdb/remote-sim.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 | « include/gdb/gdb-index.h ('k') | include/gdb/signals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gdb/remote-sim.h
diff --git a/include/gdb/remote-sim.h b/include/gdb/remote-sim.h
index cef0dd93079441003f81492afcd3aac45efef871..113030c8215aba872b2cbc2bc8b8949e57745577 100644
--- a/include/gdb/remote-sim.h
+++ b/include/gdb/remote-sim.h
@@ -1,7 +1,6 @@
/* This file defines the interface between the simulator and gdb.
- Copyright 1993-1994, 1996-1998, 2000, 2002, 2007-2012 Free Software
- Foundation, Inc.
+ Copyright 1993-2013 Free Software Foundation, Inc.
This file is part of GDB.
@@ -279,7 +278,7 @@ void sim_do_command (SIM_DESC sd, char *cmd);
/* Complete a command based on the available sim commands. Returns an
array of possible matches. */
-char **sim_complete_command (SIM_DESC sd, char *text, char *word);
+char **sim_complete_command (SIM_DESC sd, const char *text, const char *word);
#ifdef __cplusplus
}
« no previous file with comments | « include/gdb/gdb-index.h ('k') | include/gdb/signals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698