diff options
author | Gary Benson <gbenson@redhat.com> | 2015-06-10 14:28:44 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2015-06-10 14:28:44 +0100 |
commit | 51aad7cc44161ebbd2eea80647391c692ae330ac (patch) | |
tree | 3f98153dff0cdd63dd34f1c6ec78f4b490a308bc /gdb/NEWS | |
parent | 14d2069a321cdd2b06f1982e6832c8c5661febf4 (diff) | |
download | gdb-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/NEWS')
-rw-r--r-- | gdb/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -52,6 +52,13 @@ * GDB now supports the vector ABI on S/390 GNU/Linux targets. +* On GNU/Linux, GDB and gdbserver are now able to access executable + and shared library files without a "set sysroot" command when + attaching to processes running in different mount namespaces from + the debugger. This makes it possible to attach to processes in + containers as simply as "gdb -p PID" or "gdbserver --attach PID". + See "New remote packets" below. + * Guile Scripting ** Memory ports can now be unbuffered. |