1
0
mirror of https://github.com/skeeto/w64devkit.git synced 2026-01-03 23:02:27 +03:00

GDB: patch for "set confirm off" as the default

GDB's definition of "potentially dangerous" is far too broad. This
option creates substantial friction, discouraging debugger use, and
should be off by default.
This commit is contained in:
Christopher Wellons
2023-08-14 22:02:56 -04:00
parent d5a1cce48b
commit 38129f8ace

View File

@@ -0,0 +1,10 @@
GDB's definition of "potentially dangerous" is far too broad. This option
creates substantial friction and should be off by default.
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -132,3 +132,3 @@
-bool confirm = true;
+bool confirm = false;