Commit Graph

25 Commits

Author SHA1 Message Date
cbb4b4e631 Fix lint errors 2025-02-27 11:36:41 +08:00
17c8da7459 Fix the problem that OSDK picks the test kernel by default 2025-02-21 21:17:29 +08:00
cb2d8412aa Refactor the generation of base crates 2025-02-11 10:48:34 +08:00
32a6025819 Refactor the parsing of OSDK crate types 2025-02-11 10:48:34 +08:00
d67976da88 Support TDX debugging feature 2024-11-26 19:15:22 +08:00
ab8b6afee5 OSDK GDB server args with QEMU-style options 2024-09-30 16:04:03 +08:00
a67a6e6a38 Add documentation for OSDK profiling 2024-09-30 16:04:03 +08:00
eca9aacbf0 Introduce cargo osdk profile for flame graph profiling 2024-09-30 16:04:03 +08:00
91d524c19a Allow debugging with KVM enabled 2024-07-29 22:46:32 +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
33c53dcf2b Overhaul 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
d28292cec4 Add debuginfo when using GDB in release profile 2024-04-22 15:21:07 +08:00
a52e43218e Disable KVM when using GDB 2024-04-22 15:21:07 +08:00
e616eb3a4c Add unix sockets for QEMU GDB in OSDK run command 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
7eac2772d0 Gone with x86_64-custom 2024-02-28 16:30:48 +08:00
674c35079c Rename utils to util 2024-02-28 16:30:48 +08:00
d98ed8cec1 Implement bundle content digest and cache 2024-02-28 16:30:48 +08:00
a685253a1a Specify target dir for the base crate 2024-02-28 16:30:48 +08:00
6694f08eac Refactor CI and OSDK tests, add OSDK publish workflow 2024-02-28 16:30:48 +08:00
3494bc45af Apply the new format policy 2024-02-28 16:30:48 +08:00
f97d0f1260 Implement OSDK functionalities and opt-in OSDK for asterinas 2024-02-28 16:30:48 +08:00