]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2005-04-26 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Tue, 26 Apr 2005 14:57:22 +0000 (14:57 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 26 Apr 2005 14:57:22 +0000 (14:57 +0000)
commit109c3e397e8c8c131128f2bcf6cea8b6ce6f2d51
tree50ab4aa65866fe207f9839270050bad311d89d0f
parentdb5152b48da0a2ba407dac5516ab621063aa063c
2005-04-26  Andrew Cagney  <cagney@gnu.org>

* remote.c (remote_open_1): Move "ex"'s declaration to where it is
used.
(remote_get_thread_local_address): Use throw_error, include a
printed string.
* linux-thread-db.c (thread_db_get_thread_local_address): Ditto.
* dwarf2loc.c (dwarf_expr_tls_address): Ditto.
* cli/cli-script.c (script_from_file): Mark up throw_error message.
* linespec.c (symtab_from_filename, decode_variable): Ditto.
gdb/ChangeLog
gdb/cli/cli-script.c
gdb/dwarf2loc.c
gdb/linespec.c
gdb/linux-thread-db.c
gdb/remote.c