Contents|Index|Previous|Next
Choosing target byte order

You can now choose which byte order to use with a target system. Use the set endian big and set endian little commands. Use the set endian auto command to instruct GDB to use the byte order associated with the executable.

You can see the current setting for byte order with the show endian command.


Top|Contents|Index|Previous|Next