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]

[patch 1/2] New 'explore' command C implementation (with docs)


This is the implementation of the 'explore' command in C.

2012-03-07 Siva Chandra <sivachandra@google.com>

        New command 'explore' which helps explore values and types in
        scope.
        * explore.c: Implemention of the 'explore' command.
        * Makefile.in: Add rules for compiling and linking explore.c.
        * NEWS: Add an entry about the new 'explore' command.
        * doc/gdb.texinfo: Add description about the 'explore'
        command in the chapter 'Examining Data'
        * testsuite/gdb.base/explore.c: C program used for testing
        the new 'explore' command.
        * testsuite/gdb.base/explore.exp: Tests for the new 'explore'
        command.
        * testsuite/gdb.base/Makefile.in: Add explore to EXECUTABLES

Attachment: c_explore_command_patch_v2.txt
Description: Text document


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