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.
在 gdb 中加载二进制文件后,我可以info sources用来查看源文件的路径。它们是绝对路径,但不确定二进制文件是在哪个服务器上构建的。这些信息在二进制文件中是否可用?
info sources
不,除非你在构建时把它放在那里。有些项目这样做,但没有标准。