This is the mail archive of the gdb-patches@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: [PATCH] testsuite/gdb.trace: Fix expected message on continue.


On 01/19/2016 11:33 AM, Marcin KoÅcielnicki wrote:
> This is fallout from f303dbd60d9c7984832446eeb9d4e4d89703c615.
> 
> gdb/testsuite/ChangeLog:
> 
> 	* gdb.trace/ftrace.exp: Fix expected message on continue.
> 	* gdb.trace/pending.exp: Fix expected message on continue.
> 	* gdb.trace/trace-break.exp: Fix expected message on continue.

Took me a couple minutes to understand why we show thread numbers in these
tests, given that they're single-threaded.  Eventually I figured out that
it was because they load the IPA library, which injects a thread in
the inferior, making it multithreaded.

> ---
> OK to push?

OK, but please add something like the above to the commit log.

Thanks,
Pedro Alves


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