hi
when i set a break point on specified line or function in gdb, that stops(break) on the next lines for example:
break kernel/main.c:102
gdb stop emulation on line 124 of main.c
i use ready image in jmolly tutorials(just i replace kernel). and i compile kernel with -g and -O0 flags
where is problem?
sorry for my bad english
problem with QEMU and gdb
Re: problem with QEMU and gdb
GCC options -ggdb* might help you.