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)
Jan 8 2024, 1:29 PM
Unknown Object (File)
Dec 20 2023, 12:21 AM
Unknown Object (File)
Nov 7 2023, 10:08 AM
Unknown Object (File)
Nov 7 2023, 8:50 AM
Unknown Object (File)
Nov 7 2023, 3:42 AM
Unknown Object (File)
Oct 6 2023, 9:03 AM
Unknown Object (File)
Oct 6 2023, 7:44 AM
Unknown Object (File)
Oct 6 2023, 2:35 AM
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 Not Applicable
Unit
Tests Not Applicable