Over-riding commands

Russell Shaw rjshaw@netspace.net.au
Sat Jan 15 15:35:00 GMT 2005


Russell Shaw wrote:
> Hi,
> I'm trying to modify the "file" command, but i
> can't get rid of its original binding.
> I tried:
> 
>   delete_cmd ("symbol-file", &cmdlist);
>   delete_cmd ("file", &cmdlist);

I got it working. Just needed to put the commands
later in the initialization process.



More information about the Gdb mailing list