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/15275] gdb quit command fails if remote serial link isbroken


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

--- Comment #2 from Gareth McMullin <gareth at blacksphere dot co.nz> 2013-03-14 01:32:22 UTC ---
Created attachment 6934
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6934
Include putpkt call in TRY_CATCH in remote_get_trace_status()

Including the call to putpkt in the TRY_CATCH in remote_get_trace_status allows
the exception to be caught and reported, but still allows GDB to exit on the
quit command.

-- 
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]