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: [rfc v3][0/6] Remote /proc file access


On 01/18/2012 11:38 AM, Joel Brobecker wrote:
> I ran the testsuite on mips-irix, and got one real semi-regression:
> 
>     info proc^M
>     Not supported on this target.^M
>     (gdb) FAIL: gdb.base/info-proc.exp: info proc without a process
> 
> I think it's just a matter of the output having changed. 

This looks like caused by the new target method not falling back to the
default run target when no target is pushed yet.  "info proc PID" must have
stopped working too.  I guess we should really make it fallback, while we
still have the method.

> I couldn't verify it completely, because I had lost the gdb.log file from the
> reference run (they are now split, and I only saved the top one).
> If it wasn't intended, I'd still consider this an improvement since
> the expected output was:

-- 
Pedro Alves


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