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

Unified Diff: gdb/tui/tui.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/tramp-frame.c ('k') | gdb/tui/tui.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/tui/tui.h
diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h
index 2918553f66ac24a8b24d6e2f6871ba32a8f4503c..76a480417075029d2d044316b004e1e2362012b8 100644
--- a/gdb/tui/tui.h
+++ b/gdb/tui/tui.h
@@ -1,7 +1,6 @@
/* External/Public TUI Header File.
- Copyright (C) 1998-2001, 2004, 2007-2012 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2013 Free Software Foundation, Inc.
Contributed by Hewlett-Packard Company.
@@ -96,7 +95,7 @@ extern void tui_set_key_mode (enum tui_key_mode mode);
extern int tui_active;
-extern void tui_show_source (const char *file, int line);
+extern void tui_show_source (const char *fullname, int line);
extern struct ui_out *tui_out_new (struct ui_file *stream);
« no previous file with comments | « gdb/tramp-frame.c ('k') | gdb/tui/tui.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698