f3f0e9a244
Make OSDK errors clear if commands don't exist
2025-06-18 16:13:52 +08:00
17c8da7459
Fix the problem that OSDK picks the test kernel by default
2025-02-21 21:17:29 +08:00
32a6025819
Refactor the parsing of OSDK crate types
2025-02-11 10:48:34 +08:00
ab8b6afee5
OSDK GDB server args with QEMU-style options
2024-09-30 16:04:03 +08:00
18b11ec193
Fix debug target path in OSDK
2024-06-26 19:09:46 +08:00
56175f63df
Re-implement OSDK debugging fixes and other facilities upon the refactor
...
This commit bring back the features introduced from d28292c
to a52e432
:
- Disable KVM when using GDB;
- Update docs about the GDB server address;
- Add `config` option for `CargoArgs` in OSDK;
- Ensure debug info added when debugging in the release profile.
2024-04-25 09:44:46 +08:00
e4c2151566
Implement the next OSDK
2024-04-25 09:44:46 +08:00
735d7b7b11
Prepare OSDK for multi arch support and the upcoming refactor
2024-04-25 09:44:46 +08:00
a52e43218e
Disable KVM when using GDB
2024-04-22 15:21:07 +08:00
6ab6648b33
Bump version to 0.4.2
...
Add GDB in OSDK Dockerfile
2024-04-01 17:26:49 +08:00
1d5744ae80
Add unit test for OSDK debug functions
2024-04-01 17:26:49 +08:00
28127850aa
Add debug subcommand in OSDK
2024-04-01 17:26:49 +08:00
5fd3b1bc2f
Support GDB server for cargo osdk run
...
Feature: generate launch config for debugging via VS Code.
2024-04-01 17:26:49 +08:00