mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
* procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
This commit is contained in:
@ -6074,7 +6074,7 @@ procfs_do_thread_registers (bfd *obfd, ptid_t ptid,
|
||||
target_fetch_registers (regcache, -1);
|
||||
|
||||
fill_gregset (regcache, &gregs, -1);
|
||||
#if defined (UNIXWARE)
|
||||
#if defined (NEW_PROC_API)
|
||||
note_data = (char *) elfcore_write_lwpstatus (obfd,
|
||||
note_data,
|
||||
note_size,
|
||||
|
Reference in New Issue
Block a user