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

Unified Diff: gdb/i386-linux-tdep.h

Issue 14757004: Fix nacl-gdb so that it can read ELF core dump files (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Retry upload Created 7 years, 7 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/amd64-linux-tdep.c ('k') | gdb/i386-linux-tdep.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/i386-linux-tdep.h
diff --git a/gdb/i386-linux-tdep.h b/gdb/i386-linux-tdep.h
index c3a316fb604daea073236fbaee52b69a7862b852..ea4e6e89cffcb77add0d22a6fa48b954d51d8f99 100644
--- a/gdb/i386-linux-tdep.h
+++ b/gdb/i386-linux-tdep.h
@@ -66,4 +66,6 @@ extern struct target_desc *tdesc_i386_avx_linux;
extern int i386_linux_gregset_reg_offset[];
+extern void i386_linux_init_gregset (struct gdbarch_tdep *tdep);
+
#endif /* i386-linux-tdep.h */
« no previous file with comments | « gdb/amd64-linux-tdep.c ('k') | gdb/i386-linux-tdep.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698