On Feb 3, 5:19 am, parag <[email protected]> wrote: > 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; > > }
Also , is there any way you can make a symbol of a function change into a variable? _______________________________________________ bug-gdb mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gdb
