diff options
Diffstat (limited to 'gdb/exceptions.h')
-rw-r--r-- | gdb/exceptions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/exceptions.h b/gdb/exceptions.h index 3cdc537..47ce077 100644 --- a/gdb/exceptions.h +++ b/gdb/exceptions.h @@ -71,6 +71,9 @@ enum errors { more detail. */ TLS_GENERIC_ERROR, + /* Problem parsing an XML document. */ + XML_PARSE_ERROR, + /* Add more errors here. */ NR_ERRORS }; |