From d5fcc4a2aa7795c01c82075a1285a578b6704414 Mon Sep 17 00:00:00 2001 From: johannst Date: Mon, 25 Sep 2023 16:17:31 +0000 Subject: deploy: cdfb2d84b16cf363558d9d2534a26963b53d05b2 --- tools/gdb.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/gdb.html b/tools/gdb.html index 72e3f2e..2df4798 100644 --- a/tools/gdb.html +++ b/tools/gdb.html @@ -222,6 +222,9 @@ cond <bp> <cond> Make existing breakpoint <bp> conditional with <cond>. + cond <bp> + Remove condition from breakpoint <bp>. + tbreak Set temporary breakpoint, will be deleted when hit. Same syntax as `break`. @@ -423,7 +426,7 @@ instruction pointer ($rip x86) and format as instruction /i

Set breakpoint on all threads except one

Create conditional breakpoint using the $_thread convenience -- cgit v1.2.3