<div dir="ltr"><div><div>I also had to change compiler optimizations from O2 to O0 to actually be able to debug anything (in kernel/Makefile CFLAGS). But now I'm facing another issue. GDB says that _kernel_end == 0. (If I run it on unmodified Kalisto.) (_kernel_end should be the first free address after kernel.) Is this related to the gdb settings? Or how do I fix it?<br><br></div>Have a lovely day,<br></div>Artur Finger<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 8 November 2016 at 08:04, Jan Hrach <span dir="ltr"><<a href="mailto:jenda@yakumo.hrach.eu" target="_blank">jenda@yakumo.hrach.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">$ msim -g 3000<br>
<br>
$ gdb  Â (the mipsel version, of course)<br>
symbol-file kernel/kernel.raw<br>
set endian little<br>
target remote localhost:3000<br>
break frame_init<br>
c<br>
p npages<br>
<div><div class="h5"><br>
<br>
On 8.11.2016 07:54, Artur Finger wrote:<br>
> Hello, could you please give me a simple example of how to debug function frame_init() (in mm/falloc.c) with gdb? (eg. look at the value of variable A in frame_init())<br>
><br>
> Have a nice day,<br>
> Artur Finger<br>
><br>
><br>
</div></div>> ______________________________<wbr>_________________<br>
> OSy mailing list<br>
> <a href="mailto:OSy@d3s.mff.cuni.cz">OSy@d3s.mff.cuni.cz</a><br>
> <a href="https://d3s.mff.cuni.cz/mailman/listinfo/osy" rel="noreferrer" target="_blank">https://d3s.mff.cuni.cz/<wbr>mailman/listinfo/osy</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Jan Hrach | <a href="https://jenda.hrach.eu/" rel="noreferrer" target="_blank">https://jenda.hrach.eu/</a><br>
GPG CD98 5440 4372 0C6D 164D A24D F019 2F8E 6527 282E<br>
<br>
______________________________<wbr>_________________<br>
OSy mailing list<br>
<a href="mailto:OSy@d3s.mff.cuni.cz">OSy@d3s.mff.cuni.cz</a><br>
<a href="https://d3s.mff.cuni.cz/mailman/listinfo/osy" rel="noreferrer" target="_blank">https://d3s.mff.cuni.cz/<wbr>mailman/listinfo/osy</a><br>
</font></span></blockquote></div><br></div>