Summary: | Async / Finish internal error | ||
---|---|---|---|
Product: | gdb | Reporter: | Kevin Pouget <kevin.pouget> |
Component: | cli | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kevin.pouget, pedro |
Priority: | P2 | ||
Version: | HEAD | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Kevin Pouget
2011-08-19 10:00:49 UTC
CVSROOT: /cvs/src Module name: src Changes by: palves@sourceware.org 2011-09-05 15:46:35 Modified files: gdb : ChangeLog infrun.c Log message: 2011-09-05 Pedro Alves <pedro@codesourcery.com> PR cli/13110 * infrun.c (fetch_inferior_event): Check if there's a selected thread before checking if the selected thread is executing. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13302&r2=1.13303 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.502&r2=1.503 Fixed. |