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

Side by Side Diff: gdb/defs.h

Issue 10407091: Add NaCl OS ABI to enumeration. (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@nacl-stub
Patch Set: added files to correct folder Created 8 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/osabi.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
1 /* *INDENT-OFF* */ /* ATTRIBUTE_PRINTF confuses indent, avoid running it 1 /* *INDENT-OFF* */ /* ATTRIBUTE_PRINTF confuses indent, avoid running it
2 for now. */ 2 for now. */
3 /* Basic, host-specific, and target-specific definitions for GDB. 3 /* Basic, host-specific, and target-specific definitions for GDB.
4 Copyright (C) 1986, 1988-2005, 2007-2012 Free Software Foundation, 4 Copyright (C) 1986, 1988-2005, 2007-2012 Free Software Foundation,
5 Inc. 5 Inc.
6 6
7 This file is part of GDB. 7 This file is part of GDB.
8 8
9 This program is free software; you can redistribute it and/or modify 9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 GDB_OSABI_NETBSD_AOUT, 905 GDB_OSABI_NETBSD_AOUT,
906 GDB_OSABI_NETBSD_ELF, 906 GDB_OSABI_NETBSD_ELF,
907 GDB_OSABI_OPENBSD_ELF, 907 GDB_OSABI_OPENBSD_ELF,
908 GDB_OSABI_WINCE, 908 GDB_OSABI_WINCE,
909 GDB_OSABI_GO32, 909 GDB_OSABI_GO32,
910 GDB_OSABI_IRIX, 910 GDB_OSABI_IRIX,
911 GDB_OSABI_INTERIX, 911 GDB_OSABI_INTERIX,
912 GDB_OSABI_HPUX_ELF, 912 GDB_OSABI_HPUX_ELF,
913 GDB_OSABI_HPUX_SOM, 913 GDB_OSABI_HPUX_SOM,
914 GDB_OSABI_QNXNTO, 914 GDB_OSABI_QNXNTO,

error: old chunk mismatch

OLDNEW
« no previous file with comments | « no previous file | gdb/osabi.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698