简体   繁体   English

gdb 不显示 function 调用的名称

[英]gdb doesn't show the name of the function call

gdb in msys, doesn't show the name of the function call. msys 中的 gdb 不显示 function 调用的名称。 Next to the address of the function call I have normaly the name of the function like.在 function 电话的地址旁边,我通常有 function 之类的名称。 Why it's not the case with this exe and how can I fix it?为什么这个 exe 不是这种情况,我该如何解决? gdb console gdb 控制台

Why it's not the case with this exe为什么这个exe不是这种情况

Because GDB doesn't know what function address 0x4023d0 corresponds to.因为GDB不知道function地址0x4023d0对应什么。

how can I fix it?我该如何解决?

Depending on what code resides at address 0x4023d0 , and why GDB doesn't have a name associated with it, this may or may not be fixable.根据地址0x4023d0中驻留的代码以及GDB没有与之关联的名称的原因,这可能是可修复的,也可能是不可修复的。 But there is not enough info for me to even begin guessing what code might be there.但是没有足够的信息让我开始猜测那里可能有什么代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM