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, Feb 8, 5:31 PM
Unknown Object (File)
Wed, Jan 29, 8:03 AM
Unknown Object (File)
Tue, Jan 28, 3:46 AM
Unknown Object (File)
Sat, Jan 25, 7:19 PM
Unknown Object (File)
Fri, Jan 24, 6:53 PM
Unknown Object (File)
Wed, Jan 22, 7:48 AM
Unknown Object (File)
Wed, Jan 22, 1:52 AM
Unknown Object (File)
Tue, Jan 21, 8:27 PM
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.