Page MenuHomeFreeBSD

Create kernel.debug.noheader by default on ARM
AcceptedPublic

Authored by wma_semihalf.com on Oct 27 2015, 10:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 24, 6:12 PM
Unknown Object (File)
Feb 23 2024, 1:36 PM
Unknown Object (File)
Jan 24 2024, 4:48 AM
Unknown Object (File)
Dec 3 2023, 5:12 PM
Unknown Object (File)
Nov 22 2023, 8:30 AM
Unknown Object (File)
Nov 22 2023, 2:42 AM
Unknown Object (File)
Nov 13 2023, 1:28 PM
Unknown Object (File)
Oct 25 2023, 9:00 AM
Subscribers
None

Details

Summary
It is convenient to have a kernel without header build along with normal one. This
allows any debugger to easily understand kernel *.elf images.
If normal kernel.debug is used, all symbols are moved by an offset
of 0x100 (header size) what makes the gdb/kgdb hard to use.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

wma_semihalf.com retitled this revision from to Create kernel.debug.noheader by default on ARM.
wma_semihalf.com updated this object.
wma_semihalf.com edited the test plan for this revision. (Show Details)
wma_semihalf.com added reviewers: imp, ian, jhb, kib, zbb.
zbb edited edge metadata.
This revision is now accepted and ready to land.Nov 2 2015, 11:29 AM

Why are you using kernel.bin and not loading the kernel with loader?

I don't understand how is your question related to this change. Especially that I do use loader...

If you're not using kernel.bin then we have a different problem, where this is not the correct fix. If kernel.debug doesn't line up with kernel then that should be fixed, not by adding a new debug kernel.