xref: /dflybsd-src/contrib/gdb-7/gdb/syscalls/gdb-syscalls.dtd (revision de8e141f24382815c10a4012d209bbbf7abf1112)
1*ef5ccd6cSJohn Marino<!-- Copyright (C) 2009-2013 Free Software Foundation, Inc.
25796c8dcSSimon Schubert
35796c8dcSSimon Schubert     Copying and distribution of this file, with or without modification,
45796c8dcSSimon Schubert     are permitted in any medium without royalty provided the copyright
55796c8dcSSimon Schubert     notice and this notice are preserved.  -->
65796c8dcSSimon Schubert
75796c8dcSSimon Schubert<!-- The root element of a syscall info is <syscalls-info>.  -->
85796c8dcSSimon Schubert
95796c8dcSSimon Schubert<!ELEMENT syscalls-info		(syscall*)>
105796c8dcSSimon Schubert
115796c8dcSSimon Schubert<!ELEMENT syscall		EMPTY>
125796c8dcSSimon Schubert<!ATTLIST syscall
135796c8dcSSimon Schubert	name			CDATA	#REQUIRED
145796c8dcSSimon Schubert	number			CDATA	#REQUIRED>
15