|
From: | parag |
Subject: | Is there any way to redefine a function |
Date: | Tue, 2 Feb 2010 16:19:51 -0800 (PST) |
User-agent: | G2/1.0 |
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; }
[Prev in Thread] | Current Thread | [Next in Thread] |