Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 fasm 中写了简单的“你好,世界”,它的工作原理,但是我如何为 gdb 和 edb(Evan 的调试器)生成调试信息?Fasm 编译器只能生成其特定格式的调试符号——“fas”,这当然 gbd 无法理解。
目前是不可能的。GDB 不理解 .fas 格式,因此您首先需要将 .fas 文件转换为DWARF,但不存在这样的转换器。Tomasz 已向格式转换器寻求帮助,因此如果您觉得自己能够胜任这项任务,您应该试一试。