diff options
Diffstat (limited to 'gdbsupport/btrace-common.h')
-rw-r--r-- | gdbsupport/btrace-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdbsupport/btrace-common.h b/gdbsupport/btrace-common.h index 967c673..490a176 100644 --- a/gdbsupport/btrace-common.h +++ b/gdbsupport/btrace-common.h @@ -123,6 +123,9 @@ struct btrace_config_pt If both gdb and gdbserver support this, gdb will try to enable ptwrite packets when tracing is started. */ bool ptwrite; + + /* Event tracing setting. */ + bool event_tracing; }; /* A branch tracing configuration. |