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: Make solib-corrupted.exp untested for probes [Re: [RFA 0/4 take 2] Improved linker-debugger interface]


On 08/18/2012 07:34 AM, Jan Kratochvil wrote:

> +# With probes interface GDB no longer scans the inferior library list so its
> +# corruption cannot be tested.  There is no way to disable the probes
> +# interface.

I'm really not familiar with how the test is written, but I imagine that
gdb will still scan the library list on "attach" as usual.  Maybe the test could
be adjusted to attach to the inferior, somehow.

> +if { [llength $probes] == 0 } {
> +    xfail $test

It doesn't look like anything failed?  Is this a left over?

> +    untested "GDB is using probes"
> +    return
> +}
> +

-- 
Pedro Alves


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