debug-symbols
How can I know what type of debug info is in an ELF object file?
I have an ELF object file. I want to know which type of debugging info it contains. It was compiled with the Diab compiler (C source) for the PPC architecture. I\'m pret开发者_如何学Cty sure it was bu[详细]
2023-03-29 00:25 分类:问答debugging android tools code under windows.
There is a crash bug in the aapt tool that happens till R12 (checked). i\'ll give more details later, but for my question:[详细]
2023-03-24 17:03 分类:问答How to find the function symbol in nm or objdump when using shared_ptr for abstract class?
I use shared_ptr for an abstract class ABC. ABCImpl class is the implementation of ABC. abc_ptr is a shared_ptr< ABC> points to an ABCImpl objects. In caller function, abc_ptr will call one of the[详细]
2023-03-23 00:25 分类:问答Visual Studio: Debugging Chrome with Source?
I\'ve managed to set up the download symbols for Google Chrome (Dev channel) in Visual Studio. This is helpful for understanding the disassembly, but when I step into a function, I want to se开发者_运[详细]
2023-03-22 16:34 分类:问答How to give the ant release parameters so it won't add debug symbols
I\'m building an android app and i\'m using ant to build it. I wanted to know how can i give the ant release command parameters so it won\'t 开发者_运维问答add any debug symbols / line numbers / local[详细]
2023-03-20 07:07 分类:问答Do windows symbols files need to be exactly matched
I have windows xp that already up-to-date, and I have downloaded开发者_如何学JAVA Microsoft Symbols for Windows SP3. Can I use it with my XP? I don\'t have access to the original disc[详细]
2023-03-18 18:00 分类:问答Don't allow visual studio to create debug info
How开发者_JS百科 can I tell visual studio 2008 to include a library for compilation, but to not create debug info for that specific library? Since I am creating debug info for the project in general,[详细]
2023-03-16 10:33 分类:问答Debugging symbols present, but eclipse does not associate them with source code
I am working on modifying a rather large program (NS2 network simulator), and it would be nice to be able to debug it with Eclipse. I configured the makefiles ( add -g to CFLAGS ) to make gcc generate[详细]
2023-03-15 13:26 分类:问答Cannot Debug Shared Library - Symbols Not Loading Properly
I am currently writing a small library, and I want to check it for leaks (among other things); however, for some reason, gdb is not lo开发者_如何学JAVAading the library symbols. I have read many other[详细]
2023-03-13 10:01 分类:问答Visual Studio: debug information in release build
I\'m tempted to include debug information in my release builds that go out to customers.As far as I see the only down side is 25% increase in the binary file size.The advantage is that I can get an im[详细]
2023-03-13 02:24 分类:问答