Page MenuHomeFreeBSD

dtrace: deduplicate arm64 breakpoint definition
ClosedPublic

Authored by christos on May 31 2023, 7:45 PM.
Tags
None
Referenced Files
F151315968: D40363.id122680.diff
Tue, Apr 7, 1:23 PM
F151222068: D40363.diff
Mon, Apr 6, 11:04 PM
Unknown Object (File)
Sun, Apr 5, 3:33 PM
Unknown Object (File)
Sun, Apr 5, 10:50 AM
Unknown Object (File)
Fri, Mar 27, 5:33 AM
Unknown Object (File)
Tue, Mar 17, 9:56 AM
Unknown Object (File)
Sun, Mar 15, 3:48 PM
Unknown Object (File)
Tue, Mar 10, 10:30 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 51817
Build 48708: arc lint + arc unit

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