Bug 17402

Summary: linux-record.h should use the XML syscall files
Product: gdb Reporter: Sergio Durigan Junior <sergiodj>
Component: gdbAssignee: Sergio Durigan Junior <sergiodj>
Status: ASSIGNED ---    
Severity: normal    
Priority: P2    
Version: HEAD   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

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.