I'm currently debugging a BIOS raw binary (no source code available), and I'd like to teach gdb debug symbols (eg. function offsets, local vars, stack params) that I've found out manually.
gdb can load various debug symbol file formats, but I didn't find anyting to teach 'em manually.
There're various tools for dumping debug info, but couldn't find anything that actually creates them from user defined input.
Does anyone have an idea how to do that ?
--thx