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

Side by Side Diff: gdb/amd64-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 unified diff | Download patch
« no previous file with comments | « no previous file | gdb/amd64-linux-tdep.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Target-dependent code for GNU/Linux AMD64. 1 /* Target-dependent code for GNU/Linux AMD64.
2 2
3 Copyright (C) 2006-2012 Free Software Foundation, Inc. 3 Copyright (C) 2006-2012 Free Software Foundation, Inc.
4 4
5 This file is part of GDB. 5 This file is part of GDB.
6 6
7 This program is free software; you can redistribute it and/or modify 7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3 of the License, or 9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version. 10 (at your option) any later version.
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 amd64_sys_unshare = 272, 303 amd64_sys_unshare = 272,
304 amd64_sys_set_robust_list = 273, 304 amd64_sys_set_robust_list = 273,
305 amd64_sys_get_robust_list = 274, 305 amd64_sys_get_robust_list = 274,
306 amd64_sys_splice = 275, 306 amd64_sys_splice = 275,
307 amd64_sys_tee = 276, 307 amd64_sys_tee = 276,
308 amd64_sys_sync_file_range = 277, 308 amd64_sys_sync_file_range = 277,
309 amd64_sys_vmsplice = 278, 309 amd64_sys_vmsplice = 278,
310 amd64_sys_move_pages = 279, 310 amd64_sys_move_pages = 279,
311 }; 311 };
312 312
313 extern void amd64_linux_init_gregset (struct gdbarch_tdep *tdep);
314
313 #endif /* amd64-linux-tdep.h */ 315 #endif /* amd64-linux-tdep.h */
OLDNEW
« no previous file with comments | « no previous file | gdb/amd64-linux-tdep.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698