Page MenuHomeFreeBSD

dtrace: deduplicate arm64 breakpoint definition
ClosedPublic

Authored by christos on May 31 2023, 7:45 PM.
Tags
None
Referenced Files
F147372817: D40363.id122786.diff
Tue, Mar 10, 10:30 AM
F147371438: D40363.id122786.diff
Tue, Mar 10, 10:13 AM
Unknown Object (File)
Sun, Mar 8, 3:14 AM
Unknown Object (File)
Sun, Mar 1, 3:26 PM
Unknown Object (File)
Mon, Feb 16, 3:10 PM
Unknown Object (File)
Sat, Feb 14, 12:56 PM
Unknown Object (File)
Feb 8 2026, 9:42 AM
Unknown Object (File)
Feb 7 2026, 4:47 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