This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Interrupting a running program
- From: "Roberto Saltini" <house dot 83 at gmail dot com>
- To: gdb at sourceware dot org
- Date: Thu, 17 Apr 2008 12:10:23 +0200
- Subject: Interrupting a running program
Hello,
I am emulating a program written for an embedded system. This means I
have a main which loop continuosly.
Problem with gdb is that if I run the program I lose gdb input console
and threfor I am not able to interrupt the program execution or insert
a break point.
How could I solve my problem?
Thank you.
--
Saltini Roberto