aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-06-28 10:41:57 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2017-07-07 16:06:45 -0700
commit6e5eab33abe09041b29e0ce484f684ad0ffe80a5 (patch)
treecbfdf80b7ea3dda1bfffc218f117b2513595e946 /gdb/ChangeLog
parent929edea98d27cf9d72305c1584ee77627da7fa96 (diff)
downloadgdb-6e5eab33abe09041b29e0ce484f684ad0ffe80a5.zip
gdb-6e5eab33abe09041b29e0ce484f684ad0ffe80a5.tar.gz
gdb-6e5eab33abe09041b29e0ce484f684ad0ffe80a5.tar.bz2
Move the thread_section_name class to gdbcore.h.
This allows it to be used outside of corelow.c.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1809eba..9c00622 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2017-07-07 John Baldwin <jhb@FreeBSD.org>
+ * corelow.c (thread_section_name): Move to ...
+ * gdbcore.h (thread_section_name): ... here.
+
+2017-07-07 John Baldwin <jhb@FreeBSD.org>
+
* fbsd-nat.c [PT_LWPINFO && __LP64__] (union sigval32)
(struct siginfo32): New.
[PT_LWPINFO] (fbsd_siginfo_size, fbsd_convert_siginfo): New.