This is the mail archive of the gdb@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]

Re: Problem with continue/halt - async support


> Date: Fri, 27 Jun 2014 10:26:48 +0200
> From: Freddie Chopin <freddie_chopin@op.pl>
> CC: palves@redhat.com
> 
> 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.


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