2010-01-14 08:41 AM
GDB define command not responsive
2011-05-17 06:07 AM
Hi all:
Hopefully someone can help me out here. At the console, I would like to a simple printchar command that takes one argument to a file. This is what I did, according to the help define documentation I read: -->define printchar >shell echo $arg0 >> myFile.txt >end > The problem is, I am stuck there. The define command never ends, so I never regain control of GDB. I tried to type end, END, an empty prompt, but the --> never shows up again. Is there something I do wrong? :-?