diff options
author | Gary Benson <gbenson@redhat.com> | 2015-04-02 13:38:29 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2015-04-02 13:38:29 +0100 |
commit | 599bd15cdae16c5c420c85cf4853fcfd769bce75 (patch) | |
tree | e59d9fe27ed63fadf8557c42b00c39ff83480524 /gdb/NEWS | |
parent | fed040c6a50399617d8265cbddc7fd21b3f134ef (diff) | |
download | gdb-599bd15cdae16c5c420c85cf4853fcfd769bce75.zip gdb-599bd15cdae16c5c420c85cf4853fcfd769bce75.tar.gz 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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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", |