Re: Problem with continue/halt - async support
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Fri, 27 Jun 2014 10:26:48 +0200 > From: Freddie Chopin <[email protected]> > CC: [email protected] > > This commit (before whole "async support" series) works fine: > > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=434415618f6bb9ac428a8d18ab33111920cd04dc > > This commit (after whole "async support" series) has the problem: > > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=a09dd4413d1a4ea063173d4822635f41c885f6fe > > For completeness - current HEAD still has the problem. > > If anyone didn't notice that, then this probably is Windows specific, or > even mingw-w64 specific, or maybe remote-target-OpenOCD specific. As I > wrote previously - GDB is compiled with the most recent package from > Arch Linux, so that's GCC 4.9.0 mingw-w64. The problem is the same for > 32-bit and 64-bit compilation. > > Any ideas what can I test to help with the bug? I'm going to post a bug > report too... Thanks for digging into this. I suggest to start by posting a full self-contained recipe for reproducing the problem. It would be nice if the problem were reproducible in native debugging, but if that's impossible, then a target-specific recipe is also OK.