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] Fix a crash when displaying variables from shared library.


On Thursday 05 February 2009 03:02:57, Paul Pluzhnikov wrote:
> +gdb_test "display a_global"
> +gdb_test "continue"
> +gdb_test "run" "1: a_global = 0"
> +

Expecting an inferior exit like this, and using an hardcoded "run"
will make this test fail against (most) remote targets.

(there's a board file in the wiki you could use for easy
gdbserver testing, if you'd like)

Can you adapt the test to not use an hardcoded "run", or perhaps just
skip it against remote targets?

Thanks,
-- 
Pedro Alves


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