How to debug programms written in fasm under linux using gdb?
Asked Answered
V

1

6

I wrote simple "hello, world" in fasm, and its works, but how i can generate debug info for gdb and edb (Evan's Debugger)? Fasm compiler could only produce debugging symbols in its specific format - "fas", which of course gbd couldn't understood.

Viscometer answered 13/11, 2009 at 8:42 Comment(0)
S
3

It's not possible at the moment. GDB does not understand the .fas format so you first need to convert the .fas file to DWARF, but no such converter exists. Tomasz has asked for help with format converters so if you feel you're up for the task you should give it a shot.

Suh answered 15/11, 2009 at 2:7 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.