Switching to assembly in gdb

后端 未结 5 788
予麋鹿
予麋鹿 2020-12-08 06:35

Is there is any way to switch to assembly when debugging a C or C++ program in gdb ? (Given that all source files and their corresponding assembly files are available)

5条回答
  •  遥遥无期
    2020-12-08 07:25

    That question was also asked in cgdb's googlegroup https://groups.google.com/forum/?hl=de&fromgroups=#!topic/cgdb-users/E-jZCJiBAQQ

    No answer yet on why layout asm doesnt work though

    Edit: They posted recently and told that its a feature that isnt implemented yet. (check the link above)

提交回复
热议问题