diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index cb70646..916d8e9 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -221,7 +221,10 @@ enum target_object TARGET_OBJECT_LIBRARIES, /* Get OS specific data. The ANNEX specifies the type (running processes, etc.). */ - TARGET_OBJECT_OSDATA + TARGET_OBJECT_OSDATA, + /* Extra signal info. Usually the contents of `siginfo_t' on unix + platforms. */ + TARGET_OBJECT_SIGNAL_INFO, /* Possible future objects: TARGET_OBJECT_FILE, ... */ }; |