This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug remote/11221] Interrupting gdbserver makes quit in gdb not work


http://sourceware.org/bugzilla/show_bug.cgi?id=11221

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jan.kratochvil at redhat
                   |                            |dot com
         Resolution|                            |FIXED
   Target Milestone|7.1                         |7.6

--- Comment #1 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2013-03-20 18:02:43 UTC ---
with gdb-7.1:

(gdb) quit
A debugging session is active.

    Inferior 1 [Remote target] will be killed.

Quit anyway? (y or n) y
Sending packet: $qTStatus#49...Remote connection closed
(gdb) q

Program exited normally.
(gdb) q


With gdb-7.6pre it seems to work:

(gdb) q
A debugging session is active.

    Inferior 1 [process 31504] will be killed.

Quit anyway? (y or n) y
Sending packet: $qTStatus#49...qTStatus: Remote connection closed

Moreover there is one pending fix:
    Fix 7.5 regression crashing GDB if gdbserver dies
    http://sourceware.org/ml/gdb-patches/2013-03/msg00691.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]