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]

[PATCH] [PR gdb/23105] Core file error 'Cannot access memory at address' on FreeBSD


Problem:
No auxiliary vector info populated in the note section of FreeBSD core.

Cause:
FreeBSD target is missing auxiliary vector info.

Tests:
FAIL: gdb.base/gcore-relro-pie.exp: x/i $pc
FAIL: gdb.base/gcore-relro-pie.exp: unstripped + core ok

gdb/ChangeLog:
2018-08-01  Rajendra S Y  <rajendra.sy@gmail.com>

PR gdb/23105
* fbsd-tdep.c (fbsd_make_corefile_notes):

Attachment: gdb-aux-vec.diff
Description: Binary data


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