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]

[RFA] Fix a few errors in explore.py


This patch fixes a couple of issues which I ran into while looking up
another issue with explore.py and its tests. One of them could have
been caught with a test case which I have now added.

2013-20-01  Siva Chandra Reddy  <sivachandra@google.com>

        * python/lib/gdb/commands/explore.py
        (CompoundExplorer.explore_expr): Correct the name of a method
        being invoked.
        (ExploreTypeCommand.invoke): Add a missing 'return'.

testsuite/

        * gdb.python/py-explore.exp: Improve a test

Thanks,
Siva Chandra

Attachment: explore_fix_v1.txt
Description: Text document


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