diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2025-03-27 14:02:05 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2025-03-27 14:02:05 +0000 |
| commit | 9ddfcd02413a93718e8cde53f9ba5a96a5b29b8f (patch) | |
| tree | a31e132e717c9acc68f2480e9d50d78b32711262 /.vscode | |
| parent | a6c5f6a273d0c5c4161f600fca6d4fe49858c23c (diff) | |
| download | teachos-9ddfcd02413a93718e8cde53f9ba5a96a5b29b8f.tar.xz teachos-9ddfcd02413a93718e8cde53f9ba5a96a5b29b8f.zip | |
update long jump handling
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index ebcd01a..e6af5d0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,7 +24,12 @@ { "description": "Set breakpoint on _start", "text": "-break-insert _start" + }, + { + "description": "Set breakpoint on reload_segment_register_trampoline", + "text": "-break-insert reload_segment_register_trampoline" } + ] } ], |
