Page MenuHomeFreeBSD

[PowerPC] Add opcode dumping format character to ddb
ClosedPublic

Authored by bdragon on Nov 2 2019, 10:40 PM.
Referenced Files
Unknown Object (File)
Feb 7 2025, 3:08 AM
Unknown Object (File)
Jan 14 2025, 1:18 AM
Unknown Object (File)
Jan 14 2025, 12:03 AM
Unknown Object (File)
Jan 13 2025, 1:46 PM
Unknown Object (File)
Jan 9 2025, 11:06 AM
Unknown Object (File)
Oct 2 2024, 11:25 PM
Unknown Object (File)
Sep 28 2024, 2:30 AM
Unknown Object (File)
Sep 22 2024, 7:40 PM
Subscribers

Details

Summary

Split off from D22121.

Add display of raw opcode to the examine command when using the "alternate format" format character I, which previously just worked the same as i, as it's useful sometimes to be able to see the raw opcodes alongside the disassembly.

Since PowerPC has a fixed instruction width of 32 bits, instructions are always aligned, there are no "modes", and we don't have multiple competing assembly syntaxes, "show the raw opcodes alongside the disassembly" seemed like the obvious interpretation of "alternate format" to me.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped