Bug 17402 - linux-record.h should use the XML syscall files
Summary: linux-record.h should use the XML syscall files
Status: ASSIGNED
Alias: None
Product: gdb
Classification: Unclassified
Component: gdb (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Sergio Durigan Junior
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-17 03:23 UTC by Sergio Durigan Junior
Modified: 2014-09-17 03:24 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Durigan Junior 2014-09-17 03:23:25 UTC
Currently, linux-record.h defines its own set of syscalls, named "enum gdb_syscall".  However, GDB already provides XML mappings for syscalls, and we should aim to avoid replication in the code.  This bug is a reminder to convert linux-record.h (and all the necessary files) to use the XML syscall files.
Comment 1 Sergio Durigan Junior 2014-09-17 03:24:23 UTC
I am working on this.