X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftarget.h;h=916d8e949df99dec3a55954117043e7b0c2c7c85;hb=4aa995e123f47a4aca553ae4ed4fdebe2d00e316;hp=cb7064678beb38ee7b1b1cfa4e57803b9a6ba29f;hpb=5f5233d48e4aca803bda1339f5645c6f6b144dcf;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/target.h b/gdb/target.h index cb7064678b..916d8e949d 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, ... */ };