MarvelousAnything / MarvelOS

A very Marvelous OS project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include debug symbols for all source files.

MarvelousAnything opened this issue · comments

Currently, when using GDB, the only symbols it recognizes are from stage0.o. I want to fix this to use symbols from all source files.

I could possibly look into doing something to flatten all of the symbols. Maybe have NASM generate symbol files? Generally, I need to look into how GDB handles these symbols.