From f7e564e967bb6229e2b3ea29f1918a31a988f473 Mon Sep 17 00:00:00 2001 From: jief Date: Mon, 6 Apr 2020 14:35:06 +0300 Subject: [PATCH] gdb_launch typo --- Qemu/gdb_launch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qemu/gdb_launch b/Qemu/gdb_launch index 3cfdb45b8..e6f2c6d6b 100755 --- a/Qemu/gdb_launch +++ b/Qemu/gdb_launch @@ -126,7 +126,7 @@ then gdb --eval-command="file "$clover_debug_file" -o $adr" \ --eval-command="target remote localhost:9000" \ --eval-command="rwatch *0" \ - --eval-command="br panic_()" \ + --eval-command="br panic_" \ --eval-command="continue"