This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On Thu, Mar 10, 2005 at 01:33:57PM -0700, Kevin Buettner 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.

Looks plausible to me.


-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]