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
bug-gdb@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gdb

Reply via email to