aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2015-06-10 14:28:44 +0100
committerGary Benson <gbenson@redhat.com>2015-06-10 14:28:44 +0100
commit51aad7cc44161ebbd2eea80647391c692ae330ac (patch)
tree3f98153dff0cdd63dd34f1c6ec78f4b490a308bc /gdb/ChangeLog
parent14d2069a321cdd2b06f1982e6832c8c5661febf4 (diff)
downloadgdb-51aad7cc44161ebbd2eea80647391c692ae330ac.zip
gdb-51aad7cc44161ebbd2eea80647391c692ae330ac.tar.gz
gdb-51aad7cc44161ebbd2eea80647391c692ae330ac.tar.bz2
Announce new container-awareness features for GNU/Linux systems
This commit announces the newly added ability to directly access executable and shared library files when attaching to processes running in containers on GNU/Linux systems. gdb/ChangeLog: * NEWS: Announce support for direct access of executable and shared library files when attaching to inferiors in containers on GNU/Linux systems.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8598352..55b7d4f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2015-06-10 Gary Benson <gbenson@redhat.com>
+ * NEWS: Announce support for direct access of executable and
+ shared library files when attaching to inferiors in containers
+ on GNU/Linux systems.
+
+2015-06-10 Gary Benson <gbenson@redhat.com>
+
* remote.c (struct remote_state) <fs_pid>: New field.
(new_remote_state): Initialize the above.
(PACKET_vFile_setfs): New enum value.