This is the mail archive of the gdb-patches@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: [PATCH v7.1 3/8] Use xml-syscall to compare syscall numbers in arm_linux_sigreturn_return-addr


Antoine Tremblay <antoine.tremblay@ericsson.com> writes:

> On the other hand expat is needed for debugging with GDBServer...
>

Not really, we can build gdb with expat disabled, and it can still talks
with GDBserver.

> Yao, had you considered this ?
>
> Is it not better to have a #define considering this ?

Looks it is not easy to use xml-syscall for syscall numbers, probably we
can roll back to define these syscall number in macro and avoid using
xml things, like

#define ARM_SIGRETURN 119

-- 
Yao (éå)


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