aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Oesch <lukas.oesch@ost.ch>2026-05-16 11:55:25 +0200
committerLukas Oesch <lukas.oesch@ost.ch>2026-05-16 11:55:25 +0200
commitd22812dbf54a9fd8ecd558a94bf4ee789caf8011 (patch)
treef86075c0f8b18f96bc39c163a2f28f08daa9a953
parent2b7ebd69a43f9a392738fb2a7f081a5742a2b1fd (diff)
parentcd2b6a5297f7fc0428dca46ab56e3cc46a31d5d0 (diff)
downloadkernel-d22812dbf54a9fd8ecd558a94bf4ee789caf8011.tar.xz
kernel-d22812dbf54a9fd8ecd558a94bf4ee789caf8011.zip
Merge branch 'fix-bht-debugging' into 'develop-BA-FS26'
fix bht debugging See merge request teachos/kernel!30
-rw-r--r--.devcontainer/x86-64/devcontainer.json3
-rw-r--r--.vscode/settings.json4
2 files changed, 5 insertions, 2 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json
index 80abece..54bfe08 100644
--- a/.devcontainer/x86-64/devcontainer.json
+++ b/.devcontainer/x86-64/devcontainer.json
@@ -21,5 +21,8 @@
"ms-vscode.hexeditor"
]
}
+ },
+ "containerEnv": {
+ "DEBUGINFOD_URLS": "NOSUCHURL"
}
} \ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
index e71d64f..d62742c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -88,8 +88,8 @@
"ignoreFailures": true
},
{
- "description": "Load custom Python helpers",
- "text": "-interpreter-exec console \"source ${workspaceFolder}/scripts/gdb/load.py\""
+ "description": "Load teachos python helpers",
+ "text": "source ${workspaceFolder}/scripts/gdb/teachos.py"
}
],
},