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

README, Makefile: adjust targets. #301

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

sktt
Copy link
Contributor

@sktt sktt commented Aug 31, 2023

Remove "run" and "debug" targets. Adjust "gdb" target to read symbols from TARGET_DEBUG, which has the symbols. Also remove the "-ex 'b _start'" and append -S to QEMU_DEBUG_PARAMS to wait for debugger instead. I am not sure we can even use software breakpoints.

Remove "run" and "debug" targets. Adjust "gdb" target to read symbols from TARGET_DEBUG,
which has the symbols. Also remove the "-ex 'b _start'" and append -S to QEMU_DEBUG_PARAMS
to wait for debugger instead. I am not sure we can even use software breakpoints.

Signed-off-by: Johannes Wikner <[email protected]>
@sktt sktt added documentation Improvements or additions to documentation Priority: 4 Nice-to-have feature labels Aug 31, 2023
@sktt sktt requested a review from a team as a code owner August 31, 2023 14:57
@wipawel wipawel merged commit 5707bd6 into KernelTestFramework:mainline Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Priority: 4 Nice-to-have feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants