source: rc_os_nios2/atk2-sc1_1.3.2/target/nios2_dev_gcc/gdb.ini@ 128

Last change on this file since 128 was 128, checked in by ertl-honda, 9 years ago

追加.

File size: 134 bytes
Line 
1# .gdbinit for nios2
2
3define show_regs
4 info all-registers
5end
6
7define init_nios2
8 target remote localhost:1234
9 load
10end
11
12init_nios2
Note: See TracBrowser for help on using the repository browser.