From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25329 invoked by alias); 17 Apr 2008 10:10:43 -0000 Received: (qmail 25315 invoked by uid 22791); 17 Apr 2008 10:10:42 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.176) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 17 Apr 2008 10:10:25 +0000 Received: by py-out-1112.google.com with SMTP id a73so14163pye.33 for ; Thu, 17 Apr 2008 03:10:23 -0700 (PDT) Received: by 10.140.201.1 with SMTP id y1mr602235rvf.246.1208427023091; Thu, 17 Apr 2008 03:10:23 -0700 (PDT) Received: by 10.141.133.8 with HTTP; Thu, 17 Apr 2008 03:10:23 -0700 (PDT) Message-ID: <53d46f3a0804170310p40a048dfo49302e8b720ba7cb@mail.gmail.com> Date: Fri, 18 Apr 2008 02:08:00 -0000 From: "Roberto Saltini" To: gdb@sourceware.org Subject: Interrupting a running program MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00168.txt.bz2 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