Page MenuHomeFreeBSD

WORKAROUND: ignore ARM EABI version higher than 5 in GDB
ClosedPublic

Authored by wma_semihalf.com on Oct 27 2015, 10:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 7, 8:58 PM
Unknown Object (File)
Nov 28 2024, 7:26 PM
Unknown Object (File)
Nov 28 2024, 7:25 PM
Unknown Object (File)
Nov 8 2024, 3:12 PM
Unknown Object (File)
Oct 19 2024, 4:47 AM
Unknown Object (File)
Oct 6 2024, 8:37 AM
Unknown Object (File)
Oct 6 2024, 7:27 AM
Unknown Object (File)
Oct 3 2024, 8:19 AM
Subscribers

Details

Summary
To make KGDB working, it needs to understand kernel ELF image.
By default it is compiled using EABI_5, which is not supported
on the gdb-6. As a workaround, treat these images as EABI_2 because
they share a lot of things in common.
WARNING: this workaround does not guarantee ALL funtionalities
are working, but at least makes post-mortem vmcore debugging
possible.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

wma_semihalf.com retitled this revision from to WORKAROUND: ignore ARM EABI version higher than 5 in GDB.
wma_semihalf.com updated this object.
wma_semihalf.com edited the test plan for this revision. (Show Details)
wma_semihalf.com added reviewers: imp, zbb, kib, ian, jhb.
jhb edited edge metadata.

Hopefully we won't need this once devel/gdb supports arm.

This revision is now accepted and ready to land.Oct 27 2015, 4:13 PM
This revision was automatically updated to reflect the committed changes.