eduOS/debug.gdb
daniel-k 19f871579d Don't strip debug symbols of elf to use as symbol-file in gdb (fix crashing
gdb 7.7.1 on Ubuntu). Add debug-eclipse target and use target-specific CFLAGS
for debug targets.
2014-12-19 11:42:05 +01:00

7 lines
124 B
Text

# Constant part of the script
symbol-file eduos.elf
target remote localhost:1234
set architecture i386
break main
continue