I was writing a program that tell the user to input a random string, and then print out all the duplicates and the number of time each of them repeats. I was running it through gdb and this is the out
I write a Python 2.5 Command Line program on CentOS 5.5 and it has been running for 1 day and is still running. Now I want to end this program but get the value of a global variable.
I have two static functions with same name in two different files. radio.c ------- static audio_call_back(...)
I am running a simulation in C, and need to store 3 100x100 matrices ~1000 times. My program runs just fine when I\'m not writing the data to file. But when I run my program and write the data, I get
I am developing a scripting tool for gdb/linux core dump, where if I point script to core bump , it lists all stack traces of all threads under process i.e, what I am trying to achieveis pretty much g
I always meet gdb crash when I try to print a definitely valid structure/variable. And it often crash if I tried to call another function in gdb. I found this could happen only if the code is C/C++ mi
GNU gdb Fedora (6.8-37.el5) Kernal 2.6.18-164.el5 I am trying to debug my application. However, everytime I pass the binary to the gdb it says:
I want to set a break point in gdb on file service.cpp on line 45 and I do: gdb> break service.cpp:45
My breakpoint points to a variable. (points somewhere. Can I figure out if somewhere belongs to the heap or the stack?)
Im trying to write a small function to have GDB asses what a ASM command does, given 2 variables: initial value and end value.