From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64140 invoked by alias); 11 Mar 2015 14:24:50 -0000 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 Received: (qmail 64122 invoked by uid 89); 11 Mar 2015 14:24:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: icp-osb-irony-out5.external.iinet.net.au Received: from icp-osb-irony-out5.external.iinet.net.au (HELO icp-osb-irony-out5.external.iinet.net.au) (203.59.1.221) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 11 Mar 2015 14:24:48 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtoLAJJPAFV8qjGo/2dsb2JhbAANT4c9ryuCaZY3AQEBAQEBhTUVaQ0CBSECEQJMAQwIArRbcJsTDCCBIYsuhiWBRQWDKp1ZhAiIZIQlgx4BAQE Received: from unknown (HELO [192.168.0.10]) ([124.170.49.168]) by icp-osb-irony-out5.iinet.net.au with ESMTP; 11 Mar 2015 22:24:44 +0800 Message-ID: <55005028.107@netspace.net.au> Date: Wed, 11 Mar 2015 14:24:00 -0000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.5.0 MIME-Version: 1.0 To: ddd@gnu.org, "gdb@sourceware.org" Subject: DDD Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00021.txt.bz2 Hi, When i set a breakpoint at "main", it appears half way between the first and second line: int main(int argc, char *argv[]) { int ret = EXIT_SUCCESS; <-- red dot ... Is there any fix for that? I tried recompiling, so the source is not out of sync with the binary.