Page MenuHomeFreeBSD

dtrace: deduplicate arm64 breakpoint definition
ClosedPublic

Authored by christos on May 31 2023, 7:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 9, 5:58 AM
Unknown Object (File)
Tue, Jul 8, 11:08 PM
Unknown Object (File)
Tue, Jul 8, 7:59 AM
Unknown Object (File)
Mon, Jul 7, 9:25 AM
Unknown Object (File)
Thu, Jul 3, 1:02 AM
Unknown Object (File)
Wed, Jul 2, 9:58 PM
Unknown Object (File)
Tue, Jul 1, 6:14 PM
Unknown Object (File)
Sun, Jun 29, 6:16 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I'm not really sure about the names. Maybe BRK_INSTR would be better than BRK?

Diff against main, not my local branch.

christos retitled this revision from dtrace: deduplicate ARM64 breakpoint definition to dtrace: deduplicate arm64 breakpoint definition.May 31 2023, 8:24 PM

I'm not really sure about the names. Maybe BRK_INSTR would be better than BRK?

I think so. BRK is a very terse identifier for a file as large as dtrace.h. Though, many of the defines there are quite sloppy about naming.

This revision is now accepted and ready to land.Jun 3 2023, 4:04 PM