From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14628 invoked by alias); 26 Mar 2003 10:38:44 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 14621 invoked from network); 26 Mar 2003 10:38:42 -0000 Received: from unknown (HELO mail.halden.net) (194.69.214.14) by sources.redhat.com with SMTP; 26 Mar 2003 10:38:42 -0000 Received: (qmail 26356 invoked from network); 26 Mar 2003 10:38:45 -0000 Received: from unknown (HELO spagathp) ([194.69.220.101]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 26 Mar 2003 10:38:45 -0000 Message-ID: <00b801c2f38c$84fcdb90$0900000a@spagathp> From: =?iso-8859-1?Q?Paul_M._=D8verby?= To: Subject: debugging an already running target... Date: Wed, 26 Mar 2003 10:38:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 X-SW-Source: 2003-03/txt/msg00356.txt.bz2 Hi, Is it possible to connect GDB to an already running target? Meaning that I don't have to download a program to debug, but can debug the program already running on the target ? I've tried, and I can read memory and registers, but disassembly etc. doesn't seem to work - everywhere I read about it there is always talk about downloading code, so ? Paul