Community
Participate
Working Groups
Build Identifier: I20110127-2034 Hello, I needed to set endianness of debugged platform in gdb and I did not find appropriate command in cdt. So I created the command and I would personally guess, that the right place for the command is in the org.eclipse.cdt.dsf.mi.service.command.commands package. I attached the patch - you can add it, if you like. Otherwise I will keep that command just in my plugin. Tomas Reproducible: Always
Created attachment 192830 [details] Added command
Thanks, I was not aware of this command. The patch looks good but I would prefer using the MI command -gdb-set. Besides that, I'll put it in soon. Thanks
Oh, and we should have the corresponding -gdb-show endian command.