Check all inline frames if they are marked for skip
[deliverable/binutils-gdb.git] / gdb / syscalls / gdb-syscalls.dtd
CommitLineData
42a4f53d 1<!-- Copyright (C) 2009-2019 Free Software Foundation, Inc.
7f8c59cd
SDJ
2
3 Copying and distribution of this file, with or without modification,
4 are permitted in any medium without royalty provided the copyright
5 notice and this notice are preserved. -->
6
7<!-- The root element of a syscall info is <syscalls-info>. -->
8
9<!ELEMENT syscalls-info (syscall*)>
10
11<!ELEMENT syscall EMPTY>
12<!ATTLIST syscall
13 name CDATA #REQUIRED
e3487908 14 number CDATA #REQUIRED
e9076973 15 alias CDATA #IMPLIED
e3487908 16 groups CDATA #IMPLIED>
This page took 1.317865 seconds and 4 git commands to generate.