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

Side by Side Diff: gdb/features/aarch64-core.xml

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 unified diff | Download patch
« no previous file with comments | « gdb/features/aarch64.xml ('k') | gdb/features/aarch64-fpu.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0"?>
2 <!-- Copyright (C) 2009-2013 Free Software Foundation, Inc.
3 Contributed by ARM Ltd.
4
5 Copying and distribution of this file, with or without modification,
6 are permitted in any medium without royalty provided the copyright
7 notice and this notice are preserved. -->
8
9 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
10 <feature name="org.gnu.gdb.aarch64.core">
11 <reg name="x0" bitsize="64"/>
12 <reg name="x1" bitsize="64"/>
13 <reg name="x2" bitsize="64"/>
14 <reg name="x3" bitsize="64"/>
15 <reg name="x4" bitsize="64"/>
16 <reg name="x5" bitsize="64"/>
17 <reg name="x6" bitsize="64"/>
18 <reg name="x7" bitsize="64"/>
19 <reg name="x8" bitsize="64"/>
20 <reg name="x9" bitsize="64"/>
21 <reg name="x10" bitsize="64"/>
22 <reg name="x11" bitsize="64"/>
23 <reg name="x12" bitsize="64"/>
24 <reg name="x13" bitsize="64"/>
25 <reg name="x14" bitsize="64"/>
26 <reg name="x15" bitsize="64"/>
27 <reg name="x16" bitsize="64"/>
28 <reg name="x17" bitsize="64"/>
29 <reg name="x18" bitsize="64"/>
30 <reg name="x19" bitsize="64"/>
31 <reg name="x20" bitsize="64"/>
32 <reg name="x21" bitsize="64"/>
33 <reg name="x22" bitsize="64"/>
34 <reg name="x23" bitsize="64"/>
35 <reg name="x24" bitsize="64"/>
36 <reg name="x25" bitsize="64"/>
37 <reg name="x26" bitsize="64"/>
38 <reg name="x27" bitsize="64"/>
39 <reg name="x28" bitsize="64"/>
40 <reg name="x29" bitsize="64"/>
41 <reg name="x30" bitsize="64"/>
42 <reg name="sp" bitsize="64" type="data_ptr"/>
43
44 <reg name="pc" bitsize="64" type="code_ptr"/>
45 <reg name="cpsr" bitsize="32"/>
46 </feature>
OLDNEW
« no previous file with comments | « gdb/features/aarch64.xml ('k') | gdb/features/aarch64-fpu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698