# .gdbinit for nios2 define show_regs info all-registers end define init_nios2 target remote localhost:1234 load end init_nios2