I have c/gtk+ application 开发者_高级运维and GList which filled three elements, when i try to run following code with gdb:
How can I set a conditional breakpoint to a function\'s 3rd line in GDB? I know I could give the file name + line number but this is not working for me.
I have a system that uses C methods as functions in a Postgres database.When I try to run gdb with my user account I get this:
I have a function that is called some large number of times, and eventually segfaults. However, I don\'t want to set a breakpoint at this function and stop after every time it\'s called, because I wi
I have subclassed QComboBox to customize it for special needs. The subclass is used to promote QComboBoxes in a ui file from QtDesigner. Everything works except that when I put a break point in a slot
I\'m writing a program to implement Dinic\'s max-flow algorithm over a network. The networks can be written either by hand or loaded from a f开发者_开发问答ile using stdin redirection.
I am attempting to use the gdb/mi debugger in the Eclipse CDT version 6.02.While I am debugging I can step through the program with ease up until I reach the following snippet of a block of code.
I am getting this strange error in gdb and i\'m unable to trace the exact line of code to trace the bug. Does someone knows about this type of bug? Here is what i get in gdb
I am debugging a crash using GDB and a core file.A large portion of the memory space is mmapped into the process.That portion of the memory is not saved into the core file.I have a file that contains
I am debugging some C code with gdb. My program has a variable of type mpz_t * retval. If I run the command