gdb: defer commit resume until all available events are consumed
[deliverable/binutils-gdb.git] / gdb / record-btrace.h
index f069237ee7fb6be75c132ce0f157cb8343e20d46..b78220b8365b63b4ab4d29c50244a447931e6c3f 100644 (file)
@@ -1,6 +1,6 @@
 /* Branch trace support for GDB, the GNU debugger.
 
-   Copyright (C) 2016-2017 Free Software Foundation, Inc.
+   Copyright (C) 2016-2020 Free Software Foundation, Inc.
 
    Contributed by Intel Corp. <tim.wiederhake@intel.com>
 
@@ -25,4 +25,8 @@
 /* Push the record_btrace target.  */
 extern void record_btrace_push_target (void);
 
+/* Return the cpu configured by the user via "set btrace cpu".  Returns
+   NULL if the cpu was configured as auto.  */
+extern const struct btrace_cpu *record_btrace_get_cpu (void);
+
 #endif /* RECORD_BTRACE_H */
This page took 0.029867 seconds and 4 git commands to generate.