]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/block/block.h
blkdebug: add "remove_break" command
[mirror_qemu.git] / include / block / block.h
index b6bdae8dcc79e77f40dcd1fb2da63f9da57f7973..5beccbf1cffbe03a7a0429f6fdc5a0c7553416e2 100644 (file)
@@ -519,6 +519,7 @@ void bdrv_debug_event(BlockDriverState *bs, BlkDebugEvent event);
 
 int bdrv_debug_breakpoint(BlockDriverState *bs, const char *event,
                            const char *tag);
+int bdrv_debug_remove_breakpoint(BlockDriverState *bs, const char *tag);
 int bdrv_debug_resume(BlockDriverState *bs, const char *tag);
 bool bdrv_debug_is_suspended(BlockDriverState *bs, const char *tag);