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: gdb / thread_db / multiple ABI question


Steve Ellcey <sellcey@cavium.com> writes:

> seem related to the ILP32 work.  If I look at the note->type
> values that come in and get used in the switch statement, I see 0x401,
> 0x402, 0x403, and 0x404.  But 0x404 is not defined
> in include/elf/common.h.  There is a 0x405, but no 0x404.  Any
> idea why?

0x404 is NT_ARM_SYSTEM_CALL, defined in kernel include/uapi/linux/elf.h.

-- 
Yao (齐尧)


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