From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sun Yijiang Newsgroups: gmane.emacs.devel Subject: gdb-ui problem Date: Wed, 1 Dec 2004 12:00:41 +0800 Message-ID: <5065e29004113020007fdd4d76@mail.gmail.com> Reply-To: Sun Yijiang NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1101873682 23641 80.91.229.6 (1 Dec 2004 04:01:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Dec 2004 04:01:22 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 01 05:01:19 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CZLg7-0001vP-00 for ; Wed, 01 Dec 2004 05:01:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZLpa-0005hx-Tf for ged-emacs-devel@m.gmane.org; Tue, 30 Nov 2004 23:11:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CZLpU-0005hl-1N for emacs-devel@gnu.org; Tue, 30 Nov 2004 23:11:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CZLpS-0005hA-VW for emacs-devel@gnu.org; Tue, 30 Nov 2004 23:10:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZLpS-0005h7-Sw for emacs-devel@gnu.org; Tue, 30 Nov 2004 23:10:58 -0500 Original-Received: from [64.233.184.196] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CZLfV-000187-Vv for emacs-devel@gnu.org; Tue, 30 Nov 2004 23:00:42 -0500 Original-Received: by wproxy.gmail.com with SMTP id 71so163424wri for ; Tue, 30 Nov 2004 20:00:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=sC4o7jaoXmYbl73fEtzFcbjZAOc0XS/xVdG2DZGsZOZYW1qQznjBEiC5qJ5JdeAPRRlBiRA8Gildf//MMstkuG91zzh3OXvn/MzzO9astHq4PLBaZE5ZoEtp7dih0XEfzkPkbr6MGnu/nPpccN3hJKZJpjf/OA0yTZNX0ueh1E4= Original-Received: by 10.54.4.13 with SMTP id 13mr457941wrd; Tue, 30 Nov 2004 20:00:41 -0800 (PST) Original-Received: by 10.54.13.55 with HTTP; Tue, 30 Nov 2004 20:00:41 -0800 (PST) Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:30570 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30570 When debug a large project, source files maybe in different directories againt the executable. gdb can point out where these files locates, but gdb-ui simply find the source files under current working directory, and if there is none, it will create one. I think this needs to be fixed, gdb-ui's behavior should be like ddd, who will ask gdb for file paths it cannot find under current directory. In fact, I'm working on this feature.