Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling debug symbols for rumprun code #20

Open
NiramayVaidya opened this issue Apr 11, 2023 · 0 comments
Open

Enabling debug symbols for rumprun code #20

NiramayVaidya opened this issue Apr 11, 2023 · 0 comments

Comments

@NiramayVaidya
Copy link

Is there any way to enable debug symbols for the rumprun code during the build stage so that when launch_gdb is used to debug, it would be possible to set breakpoints in rumprun code (currently, I am only able to set breakpoints and step through seL4 specific code)? For example, let's say I want to set a breakpoint at the init_rumprun function in project/rumprun/platform/sel4/entry.c.

I tried adding the -g flag in projects/rumprun/CMakeLists.txt to CFLAGS but that did not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant