[design change] record-replay linux ABI level
Tom Tromey
tromey@redhat.com
Wed Jun 6 18:17:00 GMT 2012
>>>>> "Oza" == oza Pawandeep <oza.pawandeep@gmail.com> writes:
Oza> 1) use the above file for recording purpose too and define new
Oza> arm-linux.xml for arm specific syscalls.
Oza> 2) or we decide to keep only one combined xml files for record-replay
Oza> future for all arch.
I think separate files is best.
If there is substantial commonality, we can do inclusions, the way that
is done in some features/*.xml files. E.g, from
features/arm-with-m.xml:
<!DOCTYPE target SYSTEM "gdb-target.dtd">
<target>
<xi:include href="arm-m-profile.xml"/>
</target>
Tom
More information about the Gdb
mailing list