Page MenuHomeFreeBSD

Bring in various kgdb fixes for powerpc.
ClosedPublic

Authored by jhb on Feb 26 2020, 7:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 5:05 PM
Unknown Object (File)
Fri, Apr 19, 11:42 PM
Unknown Object (File)
Fri, Apr 19, 11:42 PM
Unknown Object (File)
Fri, Apr 19, 11:42 PM
Unknown Object (File)
Wed, Apr 17, 1:43 PM
Unknown Object (File)
Jan 31 2024, 10:11 AM
Unknown Object (File)
Jan 31 2024, 10:11 AM
Unknown Object (File)
Jan 31 2024, 10:09 AM
Subscribers

Details

Summary

This merges in several fixes for kgdb on powerpc including fixing
backtraces and cross-debugging support.

Submitted by: luporl

Test Plan
  • poudriere bulk on stable/12 amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I know GDB 9 is released and I have a branch of kgdb based on the 9.x branch but wanted to get these in first before doing a patch to update to 9.1.

The arm change is just a compiler warning fix for an unused variable.

devel/gdb/Makefile
33 ↗(On Diff #68849)

Oops, we don't need this bit (though it doesn't hurt).

devel/gdb/Makefile
33 ↗(On Diff #68849)

actually it hurts. Can you please revert it?

PREFIX is the prefix for the ports. This setting is designed for the base.
Practically, we are moving the debug dir from /usr/lib/debug , where the base's debug symbols are stored to /usr/local/lib/debug that do not exist.

devel/gdb/Makefile
33 ↗(On Diff #68849)

ups, sorry, I'm wrong, you're adding it, not changing it.
Good to me

This revision is now accepted and ready to land.Feb 26 2020, 9:26 PM
This revision was automatically updated to reflect the committed changes.