Hi All, Is there any way to redefine an existing C function using GDB I havea function
int whatsup(){
return 1;
}
I want to make it
int whatsup() {
return 0;
}
_______________________________________________
bug-gdb mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gdb
