[RFC] Move printing of TLS related error messages to dwarf2loc.c

Kevin Buettner kevinb@redhat.com
Fri Mar 18 21:05:00 GMT 2005


On Thu, 10 Mar 2005 13:33:57 -0700
Kevin Buettner <kevinb@redhat.com> wrote:

> 	* Makefile.in (dwarf2loc.o, linux-thread-db.o): Add dependencies.
> 	* exceptions.h (TLS_NO_LIBRARY_SUPPORT_ERROR, TLS_GENERIC_ERROR)
> 	(TLS_LOAD_MODULE_NOT_FOUND_ERROR, TLS_NOT_ALLOCATED_YET_ERROR):
> 	New error/exception enums.
> 	* dwarf2loc.c (exceptions.h): Include.
> 	(dwarf_expr_tls_address): Invoke target_get_thread_local_address()
> 	via TRY_CATCH mechanism.  Print error messages for TLS related
> 	exceptions.
> 	* linux-thread-db.c (thread_db_get_thread_local_address): Throw
> 	exceptions instead of printing errors.

Committed.

Kevin



More information about the Gdb-patches mailing list