You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Enable auto-load for all paths. Considered a security risk. See link for details: https://sourceware.org/gdb/current/onlinedocs/gdb.html/Auto_002dloading-safe-path.html",
44
+
"text": "set auto-load safe-path /",
45
+
"ignoreFailures": true
46
+
},
47
+
{
48
+
"description": "Enable pretty-printing for gdb",
49
+
"text": "set print pretty on",
50
+
"ignoreFailures": true
51
+
},
52
+
{
53
+
"description": "Set Disassembly Flavor to Intel",
54
+
"text": "set disassembly intel",
55
+
"ignoreFailures": true
56
+
},
57
+
{
58
+
"description": "Do not display function arguments when printing a stack frame",
0 commit comments