I have a C program where the main function creates threads and I have to debug one thread. I am using gdb for he same. However I cannot \"break\" or \"watch\" variables on specific C files of this pro
I have something like: int8_t value; value = -27; std::cout << value << std::endl; When I run my program I get a wrong random value of <E5> outputted to the screen, but when I ru
i would like to look inside of a GdkPixbuf structure for debug开发者_高级运维ging purposes. but all i get is a <incomplete type> message.
I want to debug C++ and and php in the same emacs instance (using gdb and a php debugging mode that uses gud-common-init). When I fire both up everything just开发者_开发技巧 gets messed up. My guess i
When I try to debug my C++ application using gdb, I get the following error: [Thread debugging using libthread_db enabled]
I encounterd a very strange g++ problem. The output of the flowing program is \"24 8 3\", All things seems ok. But when I use gdb, to print sizeof(Apple::record_), it turns out to be 0. My gcc versio
Stepping through C code in gdb using Eclipse, I noticed that for a variable char* sval gdb prints (in Expressions tab):
I get a segfault in my program and was trying to detect the source via gdb. O/p of the gdb is as follows:
In the scenario of debugging a remote target running a custom RTOS, what would be necessary to add thread support to GDB?
Is there a way to determ开发者_如何学编程ine whether the debugged target is a core dump or a \'live\' process?As far as I know, there is no dedicated way to do it in Python, however, you can still use