aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-06-28 11:41:41 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2017-07-07 16:10:47 -0700
commit0b9305edf1d0b15913643b132dad02d4ca4fbb43 (patch)
treed8a7d63e35ac3ce1d053aed2a7e30784b704de2f /include/ChangeLog
parent2af9fc4432bbda5ebd805bf5b56d81cd80d0cbf5 (diff)
downloadgdb-0b9305edf1d0b15913643b132dad02d4ca4fbb43.zip
gdb-0b9305edf1d0b15913643b132dad02d4ca4fbb43.tar.gz
gdb-0b9305edf1d0b15913643b132dad02d4ca4fbb43.tar.bz2
Recognize the recently-added FreeBSD core dump note for LWP info.
This core dump note contains the same information returned by the ptrace PT_LWPINFO operation for each LWP belonging to a process. binutils/ChangeLog: * readelf.c (get_freebsd_elfcore_note_type): Handle NT_FREEBSD_PTLWPINFO. include/ChangeLog: * elf/common.h (NT_FREEBSD_PTLWPINFO): Define.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 8b25ce7..a726f0d 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-07 John Baldwin <jhb@FreeBSD.org>
+
+ * elf/common.h (NT_FREEBSD_PTLWPINFO): Define.
+
2017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
* dwarf2.def (DW_IDX_compile_unit, DW_IDX_type_unit, DW_IDX_die_offset)