diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/target.h b/gdb/target.h index a1288d0..4b2e6a8 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -266,6 +266,9 @@ enum target_object TARGET_OBJECT_THREADS, /* Collected static trace data. */ TARGET_OBJECT_STATIC_TRACE_DATA, + /* The HP-UX registers (those that can be obtained or modified by using + the TT_LWP_RUREGS/TT_LWP_WUREGS ttrace requests). */ + TARGET_OBJECT_HPUX_UREGS, /* Possible future objects: TARGET_OBJECT_FILE, ... */ }; |