From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80326 invoked by alias); 3 Jul 2015 11:01:42 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 80317 invoked by uid 89); 3 Jul 2015 11:01:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 03 Jul 2015 11:01:40 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 080A5C22F1; Fri, 3 Jul 2015 11:01:39 +0000 (UTC) Received: from blade.nx (ovpn-116-52.ams2.redhat.com [10.36.116.52]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t63B1b6Y005509; Fri, 3 Jul 2015 07:01:37 -0400 Received: by blade.nx (Postfix, from userid 1000) id EF1F02643EF; Fri, 3 Jul 2015 12:01:36 +0100 (BST) Date: Fri, 03 Jul 2015 11:01:00 -0000 From: Gary Benson To: Philippe Waroquiers Cc: gdb-patches@sourceware.org, Pedro Alves , Joel Brobecker , Doug Evans , Don Breazeal Subject: Re: [PATCH v3] Make only user-specified executable and symbol filenames sticky Message-ID: <20150703110136.GA15448@blade.nx> References: <1433677265.2933.20.camel@soleil> <1433754079-10395-1-git-send-email-gbenson@redhat.com> <1433792516.6916.15.camel@hp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433792516.6916.15.camel@hp> X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00093.txt.bz2 Philippe Waroquiers wrote: > On Mon, 2015-06-08 at 10:01 +0100, Gary Benson wrote: > > This updated patch has been created against the latest gdb/master > > (80fb91378c91a8239817a5ab2b1c3e346109db25). Could you please try > > your tests again? > > First test with 'native' attach/detach/attach/detach/attach is > working ok. > However, the behaviour of the 3rd attach differs: a question > is asked, that is answered automatically as yes (for EOF). > So that is strange. > GNU gdb (GDB) 7.9.50.20150608-cvs > ... > Type "apropos word" to search for commands related to "word". > (gdb) atta 13286 > Attaching to process 13286 > Reading symbols from /bin/sleep...(no debugging symbols found)...done. > Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...(no debugging symbols found)...done. > Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done. > 0x00007f3c5bb06f20 in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 > (gdb) detach > Detaching from program: /bin/sleep, process 13286 > (gdb) atta 13320 > Attaching to program: /bin/sleep, process 13320 > Reading symbols from /home/philippe/valgrind/trunk_untouched/gdbserver_tests/sleepers...done. > Reading symbols from /lib/x86_64-linux-gnu/libpthread.so.0...(no debugging symbols found)...done. > [New LWP 13323] > [New LWP 13322] > [New LWP 13321] > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". > Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...(no debugging symbols found)...done. > Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done. > 0x00007f5f538e1da3 in select () from /lib/x86_64-linux-gnu/libc.so.6 > (gdb) detach > Detaching from program: /home/philippe/valgrind/trunk_untouched/gdbserver_tests/sleepers, process 13320 > (gdb) atta 13286 > Attaching to program: /home/philippe/valgrind/trunk_untouched/gdbserver_tests/sleepers, process 13286 > Load new symbol table from "/bin/sleep"? (y or n) EOF [assumed Y] > Reading symbols from /bin/sleep...(no debugging symbols found)...done. > Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...(no debugging symbols found)...done. > Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done. > 0x00007f3c5bb06f20 in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 > (gdb) I don't see the question: GNU gdb (GDB) 7.9.50.20150703-cvs Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word". (gdb) atta 15450 Attaching to process 15450 Reading symbols from /bin/sleep...(no debugging symbols found)...done. Reading symbols from /lib64/libc.so.6...warning: the debug information found in "/usr/lib/debug//lib64/libc-2.12.so.debug" does not match "/lib64/libc.so.6" (CRC mismatch). (no debugging symbols found)...done. Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug/lib64/ld-2.12.so.debug...warning: Skipping deprecated .gdb_index section in /usr/lib/debug/lib64/ld-2.12.so.debug. Do "set use-deprecated-index-sections on" before the file is read to use the section anyway. done. done. 0x00000039b54aca20 in __nanosleep_nocancel () from /lib64/libc.so.6 (gdb) detach Detaching from program: /bin/sleep, process 15450 (gdb) atta 15465 Attaching to program: /bin/sleep, process 15465 Reading symbols from /bin/sleep...(no debugging symbols found)...done. Reading symbols from /lib64/libc.so.6...warning: the debug information found in "/usr/lib/debug//lib64/libc-2.12.so.debug" does not match "/lib64/libc.so.6" (CRC mismatch). (no debugging symbols found)...done. Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug/lib64/ld-2.12.so.debug...done. done. 0x00000039b54aca20 in __nanosleep_nocancel () from /lib64/libc.so.6 (gdb) detach Detaching from program: /bin/sleep, process 15465 (gdb) atta 15450 Attaching to program: /bin/sleep, process 15450 Reading symbols from /bin/sleep...(no debugging symbols found)...done. Reading symbols from /lib64/libc.so.6...warning: the debug information found in "/usr/lib/debug//lib64/libc-2.12.so.debug" does not match "/lib64/libc.so.6" (CRC mismatch). (no debugging symbols found)...done. Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug/lib64/ld-2.12.so.debug...done. done. 0x00000039b54aca20 in __nanosleep_nocancel () from /lib64/libc.so.6 (gdb) I did notice that if you do the second or third attach without a detach GDB asks "A program is being debugged already. Kill it?" That's not what I'd expect (I'd expect GDB to offer to detach). But that's a separate issue... Joel, should I commit this patch? FAOD it's https://sourceware.org/ml/gdb-patches/2015-06/msg00110.html Thanks, Gary -- http://gbenson.net/