|
@@ -40,6 +40,12 @@ void gdb_register_coprocessor(CPUState *cpu,
|
|
|
gdb_get_reg_cb get_reg, gdb_set_reg_cb set_reg,
|
|
|
const GDBFeature *feature, int g_pos);
|
|
|
|
|
|
+/**
|
|
|
+ * gdb_unregister_coprocessor_all() - unregisters supplemental set of registers
|
|
|
+ * @cpu - the CPU associated with registers
|
|
|
+ */
|
|
|
+void gdb_unregister_coprocessor_all(CPUState *cpu);
|
|
|
+
|
|
|
/**
|
|
|
* gdbserver_start: start the gdb server
|
|
|
* @port_or_device: connection spec for gdb
|