GDB define command not responsive
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-01-14 8:41 AM
Posted on January 14, 2010 at 17:41
GDB define command not responsive
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 6:07 AM
Posted on May 17, 2011 at 15:07
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? :-?