mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-14 20:56:59 +08:00
* elf32-arm.c (elf32_arm_nabi_grok_psinfo): Fill in core_pid.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
|
||||||
|
|
||||||
|
* elf32-arm.c (elf32_arm_nabi_grok_psinfo): Fill in core_pid.
|
||||||
|
|
||||||
2011-12-19 Iain Sandoe <idsandoe@googlemail.com>
|
2011-12-19 Iain Sandoe <idsandoe@googlemail.com>
|
||||||
|
|
||||||
* mach-o-i386.c (bfd_mach_o_section_type_valid_for_tgt): Define NULL.
|
* mach-o-i386.c (bfd_mach_o_section_type_valid_for_tgt): Define NULL.
|
||||||
|
@ -1966,6 +1966,8 @@ elf32_arm_nabi_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
case 124: /* Linux/ARM elf_prpsinfo. */
|
case 124: /* Linux/ARM elf_prpsinfo. */
|
||||||
|
elf_tdata (abfd)->core_pid
|
||||||
|
= bfd_get_32 (abfd, note->descdata + 12);
|
||||||
elf_tdata (abfd)->core_program
|
elf_tdata (abfd)->core_program
|
||||||
= _bfd_elfcore_strndup (abfd, note->descdata + 28, 16);
|
= _bfd_elfcore_strndup (abfd, note->descdata + 28, 16);
|
||||||
elf_tdata (abfd)->core_command
|
elf_tdata (abfd)->core_command
|
||||||
|
Reference in New Issue
Block a user