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: Running testsuite with /proc/sys/kernel/core_uses_pid set, avoiding leaving core dump files behind


On Thu, 08 Sep 2011 16:15:15 +0200, Pedro Alves wrote:
> core_find is meant for a different scenario.
> core_find runs a program that dumps core by itself, and such produced core
> file is then used on subsequent gdb tests, as the inferior to debug.

OK, I see I was too quick.


> On light of that, do you agree?

I agree.


On Wed, 07 Sep 2011 18:18:38 +0200, Pedro Alves wrote:
> +    -re "process (\[-\]*\[0-9\]*).*$gdb_prompt$" {

why not just (twice):
  +    -re "process (-*\[0-9\]*).*$gdb_prompt$" {


Thanks,
Jan


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