This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Over-riding commands


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);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]