
gdb 7.7.1 on Ubuntu). Add debug-eclipse target and use target-specific CFLAGS for debug targets.
7 lines
124 B
Text
7 lines
124 B
Text
# Constant part of the script
|
|
symbol-file eduos.elf
|
|
target remote localhost:1234
|
|
|
|
set architecture i386
|
|
break main
|
|
continue
|