From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30581 invoked by alias); 25 Mar 2005 17:01:24 -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 30564 invoked from network); 25 Mar 2005 17:01:21 -0000 Received: from unknown (HELO hotmail.com) (64.4.31.41) by sourceware.org with SMTP; 25 Mar 2005 17:01:21 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 25 Mar 2005 09:01:21 -0800 Message-ID: Received: from 68.112.59.190 by by13fd.bay13.hotmail.msn.com with HTTP; Fri, 25 Mar 2005 17:01:20 GMT X-Originating-Email: [jjosburn@hotmail.com] X-Sender: jjosburn@hotmail.com From: "james osburn" To: gdb@sources.redhat.com Bcc: Subject: message: "Cannot find bounds of current function" Date: Fri, 25 Mar 2005 17:01:00 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 25 Mar 2005 17:01:21.0027 (UTC) FILETIME=[44C26530:01C5315C] X-SW-Source: 2005-03/txt/msg00236.txt.bz2 what does that message mean? i have start a executeable remotely via the command: gdbserver 192.168.0.10:1234 ./stubs then started gdb and did the following. (gdb) file /tmp/stubs/src/stubs Reading symbols from /tmp/stubs/src/stubs...done. (gdb) target extended-remote 192.168.0.10:1234 Remote debugging using 192.168.0.10:1234 0x400009c0 in ?? () (gdb) break main Breakpoint 1 at 0x8048338: file main.c, line 8. (gdb) n Cannot find I bounds of current function (gdb) any ideas? thanks