diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-01-08 18:56:30 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-01-08 18:56:30 +0000 |
commit | f822c95b5924efa87dbb0cfff0a9ec8039a8c175 (patch) | |
tree | a031f0035dbf7996f7d52d777dc5d55926a41c4d /gdb/NEWS | |
parent | 3bdcfdf41f04c851af504aa0b653e0c806a930f4 (diff) | |
download | gdb-f822c95b5924efa87dbb0cfff0a9ec8039a8c175.zip gdb-f822c95b5924efa87dbb0cfff0a9ec8039a8c175.tar.gz gdb-f822c95b5924efa87dbb0cfff0a9ec8039a8c175.tar.bz2 |
* NEWS: Add "set sysroot" and "show sysroot".
* solib.c (solib_absolute_prefix): Delete. Replace
all uses with gdb_sysroot.
(_initialize_solib): Add "set sysroot" and "show sysroot".
Make "solib-absolute-prefix" an alias to it.
* gdb.texinfo (Commands to specify files): Describe
"set sysroot" and "show sysroot".
(Using the `gdbserver' program): Lowercase argument
to @var. Expand description of setting up GDB on the
host.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -37,6 +37,12 @@ catch exception unhandled catch assert Stop the program execution when an Ada assertion failed. +set sysroot +show sysroot + Set an alternate system root for target files. This is a more + general version of "set solib-absolute-prefix", which is now + an alias to "set sysroot". + * New native configurations OpenBSD/sh sh*-*openbsd* |