improve step-debug latency

This commit is contained in:
ed
2026-07-12 15:39:35 -04:00
parent 904889b483
commit b43d22008e
+40
View File
@@ -12,6 +12,10 @@
"remote": true, "remote": true,
"cwd": "${workspaceRoot}/build", "cwd": "${workspaceRoot}/build",
"valuesFormatting": "parseText", "valuesFormatting": "parseText",
"registerLimit": "1-32",
"frameFilters": false,
"showDevDebugOutput": false,
"printCalls": false,
"stopAtConnect": true, "stopAtConnect": true,
"gdbpath": "gdb-multiarch", "gdbpath": "gdb-multiarch",
"windows": { "windows": {
@@ -21,6 +25,12 @@
"gdbpath": "gdb" "gdbpath": "gdb"
}, },
"executable": "${workspaceRoot}/build/hello_psyq.elf", "executable": "${workspaceRoot}/build/hello_psyq.elf",
"setupCommands": [
{ "text": "set mi-async off" },
{ "text": "set remotetimeout 0" },
{ "text": "set logging file build/gen/hello_gte.gdb.log" },
{ "text": "set logging redirect on" }
],
"autorun": [ "autorun": [
"monitor reset shellhalt", "monitor reset shellhalt",
"load hello_psyq.elf", "load hello_psyq.elf",
@@ -37,6 +47,10 @@
"remote": true, "remote": true,
"cwd": "${workspaceRoot}/build", "cwd": "${workspaceRoot}/build",
"valuesFormatting": "parseText", "valuesFormatting": "parseText",
"registerLimit": "1-32",
"frameFilters": false,
"showDevDebugOutput": false,
"printCalls": false,
"stopAtConnect": true, "stopAtConnect": true,
"gdbpath": "gdb-multiarch", "gdbpath": "gdb-multiarch",
"windows": { "windows": {
@@ -46,6 +60,12 @@
"gdbpath": "gdb" "gdbpath": "gdb"
}, },
"executable": "${workspaceRoot}/build/hello_gpu.elf", "executable": "${workspaceRoot}/build/hello_gpu.elf",
"setupCommands": [
{ "text": "set mi-async off" },
{ "text": "set remotetimeout 0" },
{ "text": "set logging file build/gen/hello_gte.gdb.log" },
{ "text": "set logging redirect on" }
],
"autorun": [ "autorun": [
"monitor reset shellhalt", "monitor reset shellhalt",
"load hello_gpu.elf", "load hello_gpu.elf",
@@ -61,6 +81,10 @@
"remote": true, "remote": true,
"cwd": "${workspaceRoot}/build", "cwd": "${workspaceRoot}/build",
"valuesFormatting": "parseText", "valuesFormatting": "parseText",
"registerLimit": "1-32",
"frameFilters": false,
"showDevDebugOutput": false,
"printCalls": false,
"stopAtConnect": true, "stopAtConnect": true,
"gdbpath": "gdb-multiarch", "gdbpath": "gdb-multiarch",
"windows": { "windows": {
@@ -70,6 +94,12 @@
"gdbpath": "gdb" "gdbpath": "gdb"
}, },
"executable": "${workspaceRoot}/build/hello_gte.elf", "executable": "${workspaceRoot}/build/hello_gte.elf",
"setupCommands": [
{ "text": "set mi-async off" },
{ "text": "set remotetimeout 0" },
{ "text": "set logging file build/gen/hello_gte.gdb.log" },
{ "text": "set logging redirect on" }
],
"autorun": [ "autorun": [
"monitor reset shellhalt", "monitor reset shellhalt",
"load hello_gte.elf", "load hello_gte.elf",
@@ -85,6 +115,10 @@
"remote": true, "remote": true,
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"valuesFormatting": "parseText", "valuesFormatting": "parseText",
"registerLimit": "1-32",
"frameFilters": false,
"showDevDebugOutput": false,
"printCalls": false,
"stopAtConnect": true, "stopAtConnect": true,
"gdbpath": "gdb-multiarch", "gdbpath": "gdb-multiarch",
"windows": { "windows": {
@@ -94,6 +128,12 @@
"gdbpath": "gdb" "gdbpath": "gdb"
}, },
"executable": "${workspaceRoot}/build/hello_gte.dwarf-injected.elf", "executable": "${workspaceRoot}/build/hello_gte.dwarf-injected.elf",
"setupCommands": [
{ "text": "set mi-async off" },
{ "text": "set remotetimeout 0" },
{ "text": "set logging file build/gen/hello_gte.gdb.log" },
{ "text": "set logging redirect on" }
],
"autorun": [ "autorun": [
"monitor reset shellhalt", "monitor reset shellhalt",
"load build/hello_gte.dwarf-injected.elf", "load build/hello_gte.dwarf-injected.elf",