From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26439 invoked by alias); 12 Dec 2006 11:37:11 -0000 Received: (qmail 26403 invoked by uid 22791); 12 Dec 2006 11:37:08 -0000 X-Spam-Check-By: sourceware.org Received: from michael.checkpoint.com (HELO michael.checkpoint.com) (194.29.32.68) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Dec 2006 11:36:59 +0000 Received: from localhost (localhost [127.0.0.1]) by michael.checkpoint.com (8.12.10+Sun/8.12.10) with SMTP id kBCBas67002550 for ; Tue, 12 Dec 2006 13:36:54 +0200 (IST) Message-Id: <200612121136.kBCBas67002550@michael.checkpoint.com> From: "Avi Gozlan" To: Cc: "'Avi Gozlan'" Subject: symbol files and source files of shared objects when debugging remote target Date: Tue, 12 Dec 2006 11:37:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 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: 2006-12/txt/msg00091.txt.bz2 Hello, I'm debugging a remote target using gdb/gdbserver. This procedure works fine for the source files included in the program symbol table. However, I cannot step into functions included in a shared library. The 'directory' command does not help in this situation. BTW, when trying to step into the functions locally (with same files) it works fine. I'm using gdb/gdbserver (front end is insight) 6.5. Regards, Avi