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:
10
src/gdb-001-confirm-off.patch
Normal file
10
src/gdb-001-confirm-off.patch
Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user