Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
智核速启队
OSKernel2025-SC7
Merge requests
!20
[feat] 添加gettimeofday系统调用,重构用户程序,可调试用户程序
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
智核速启队
requested to merge
ly
into
master
Apr 15, 2025
Overview
0
Commits
1
Pipelines
0
Changes
23
gettimeofday需要用到timeval_t结构体
Usr Makefile新增编译出usr.out.debug文件,在gdb中输入-exec add-symbol-file user/build/riscv/user.out.debug 0x0 即可调试用户程序
目前riscv用户程序可以查看用户程序变量,而Loongarch不行