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

Unified Diff: gdb/ctf.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/cris-tdep.c ('k') | gdb/ctf.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/ctf.h
diff --git a/gdb/ia64-hpux-tdep.h b/gdb/ctf.h
similarity index 79%
copy from gdb/ia64-hpux-tdep.h
copy to gdb/ctf.h
index 15b4f28c9423845bd74d2f5159e29ddec534e187..6a61cf39fd6717a50517aeb8f92f42e8b21722cc 100644
--- a/gdb/ia64-hpux-tdep.h
+++ b/gdb/ctf.h
@@ -1,4 +1,6 @@
-/* Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+/* CTF format support.
+
+ Copyright (C) 2012-2013 Free Software Foundation, Inc.
This file is part of GDB.
@@ -15,10 +17,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef IA64_HPUX_TDEP_H
-#define IA64_HPUX_TDEP_H
+#ifndef CTF_H
+#define CTF_H
-struct target_so_ops;
-extern struct target_so_ops *ia64_hpux_so_ops;
+extern struct trace_file_writer *ctf_trace_file_writer_new (void);
#endif
« no previous file with comments | « gdb/cris-tdep.c ('k') | gdb/ctf.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698