This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [design change] record-replay linux ABI level


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]