aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2015-04-02 13:38:29 +0100
committerGary Benson <gbenson@redhat.com>2015-04-02 13:38:29 +0100
commit599bd15cdae16c5c420c85cf4853fcfd769bce75 (patch)
treee59d9fe27ed63fadf8557c42b00c39ff83480524 /gdb/NEWS
parentfed040c6a50399617d8265cbddc7fd21b3f134ef (diff)
downloadfsf-binutils-gdb-599bd15cdae16c5c420c85cf4853fcfd769bce75.zip
fsf-binutils-gdb-599bd15cdae16c5c420c85cf4853fcfd769bce75.tar.gz
fsf-binutils-gdb-599bd15cdae16c5c420c85cf4853fcfd769bce75.tar.bz2
Document "target:" sysroot changes
This commit documents the newly added "target:" sysroot feature. gdb/ChangeLog: * NEWS: Announce the new default sysroot of "target:". gdb/doc/ChangeLog: * gdb.texinfo (set sysroot): Document "target:".
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 5013484..884c381 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -24,6 +24,13 @@
present in the debug info. This typically includes the compiler version
and may include things like its command line arguments.
+* Directory names supplied to the "set sysroot" commands may be
+ prefixed with "target:" to tell GDB to access shared libraries from
+ the target system, be it local or remote. This replaces the prefix
+ "remote:". The default sysroot has been changed from "" to
+ "target:". "remote:" is automatically converted to "target:" for
+ backward compatibility.
+
* Python Scripting
** gdb.Objfile objects have a new attribute "username",