Re: gdb / thread_db / multiple ABI question
Yao Qi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Steve Ellcey <[email protected]> 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 (齐尧)