From 696015a4df20c74c1d6cda67705513722e0e0928 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Fri, 18 Mar 2005 21:03:39 +0000 Subject: Move printing of TLS related error messages to dwarf2loc.c. --- gdb/exceptions.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'gdb/exceptions.h') diff --git a/gdb/exceptions.h b/gdb/exceptions.h index c07289bf179..ea4f3a20dd5 100644 --- a/gdb/exceptions.h +++ b/gdb/exceptions.h @@ -56,6 +56,22 @@ enum errors { exception.message. */ GENERIC_ERROR, NOT_FOUND_ERROR, + + /* Thread library lacks support necessary for finding thread local + storage. */ + TLS_NO_LIBRARY_SUPPORT_ERROR, + + /* Load module not found while attempting to find thread local storage. */ + TLS_LOAD_MODULE_NOT_FOUND_ERROR, + + /* Thread local storage has not been allocated yet. */ + TLS_NOT_ALLOCATED_YET_ERROR, + + /* Something else went wrong while attempting to find thread local + storage. The ``struct exception'' message field provides more + detail. */ + TLS_GENERIC_ERROR, + /* Add more errors here. */ NR_ERRORS }; -- cgit v1.2.1