From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 756DA3858C2F; Tue, 20 Sep 2022 13:59:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 756DA3858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1663682365; bh=fgKcmnXYx+g1KCWXMbKAkbuZOhnNX1zQB3NTQx9ZRKY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aCnMCJPswkk92IAiUPZdTQwKQo6Srs+jZQJef+f93CvP6j5v7wYwN5kqGlYaHZMdI 5RTirjix4o9MAhgkrggGFHExYdNbxaz6lICmpJWi3U3yMbQKjjdvSBjUH1XYe75rqA gK7aFa7SXGLG3KxWkP9rep8tiZ9g4iwXN3TZW0zk= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug cli/29582] Usability improvement: CTRL+C when debugindod client is downloading a file Date: Tue, 20 Sep 2022 13:59:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29582 --- Comment #3 from Tom de Vries --- Example session: ... $ gcc ~/hello.c -g $ rm -Rf ~/.cache/debuginfod_client/ $ gdb -q -iex "set debuginfod enabled on" a.out -ex start Reading symbols from a.out... Temporary breakpoint 1 at 0x40113a: file /home/vries/hello.c, line 6. Starting program: /data/vries/gdb_versions/devel/a.out=20 Downloading separate debug info for /lib64/ld-linux-x86-64.so.2... ^CCancelling download of separate debug info for /lib64/ld-linux-x86-64.so.= 2... Cancel further downloading for this session? (y or [n]) y Debuginfod has been disabled. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Temporary breakpoint 1, main () at /home/vries/hello.c:6 6 printf ("hello\n"); (gdb) info shared >From To Syms Read Shared Object Library 0x00007ffff7fc90a0 0x00007ffff7ff0025 Yes (*) /lib64/ld-linux-x86-64.= so.2 0x00007ffff7dd6700 0x00007ffff7f3bd8d Yes (*) /lib64/libc.so.6 (*): Shared library is missing debugging information. (gdb)=20 ... --=20 You are receiving this mail because: You are on the CC list for the bug.=