OSDN Git Service

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)
commit21123e3e98789e7824d7e4571eab7e3a4be25641
treeb7e659a1e467a6c57bee33f5ef763213f51bc5a8
parent733d4ba8730f3cd8a075cdf60215ec9d530fa5c0
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