lldb does not allow to set breakpoint nor list the source file

前端 未结 0 1661
悲哀的现实
悲哀的现实 2021-01-18 04:01

Having the following assembly source:

# hello_asm.s
# as hello_asm.s -o hello_asm.o
# ld hello_asm.o -e _main -o hello_asm
.section __DATA,__data
str:
  .asci         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题