OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [gdb/] [testsuite/] [gdb.gdbtk/] [ChangeLog] - Rev 1765

Compare with Previous | Blame | View Log

2001-05-07  Keith Seitz  <keiths@cygnus.com>

        * README: New file.

        * configure.in: Check for executable filename extension.
        * Makefile.in: Add filename extensions.
        * configure: Regenerated.

        * defs: Fix typo setting _test(verbose).
        (gdbtk_test_file): New proc to load executables into gdbtk.
        (gdbtk_test_run): New proc to run executables on gdbtk.
        * browser.exp: Don't check if DISPLAY is set: let
        gdbtk_initialize_display do it all for us.
        Call gdbtk_done when finished with tests.
        * c_variable.exp: Ditto.
        * console.exp: Ditto.
        * cpp_variable.exp: Ditto.
        Only run tests if c++ is supported in the configuration.
        * srcwin.exp: Ditto the DISPLAY stuff.
        Accumulate all test results for the end and report them then.

        * browser.test: Use gdbtk_test_file and gdbtk_test_run
        to load and run an executable.
        * c_variable.test: Use gdbtk_test_file and gdbtk_test_run
        to load and run an executable.
        * srcwin.test: Ditto.
        * srcwin1.test: Ditto.
        * srcwin2.test: Ditto.

        * browser.test: (set_search_mode): Use "configure
        -value" not "entryset" to set the combobox's value. We need
        to have the command fired.
        (browser-3.5): Remove trailing whitespace which causes test to
        fail.
        (browser-4.4): Expect something rational. Regexp "\_1$" cannot
        match "func_10"!
        (browser-4.5): Ditto.
        (browser-5.12): Select all files for search to make test
        match description.
        (browser-6.2): Renamed from another test also calledd 6.1.
        (browser-7.1): Delete all breakpoints at once without from_tty.
        Select all entries in the comobox before invoking BP set/delete
        button.
        (browser-7.2): Ditto.

        * list0.c, list1.c, list0.h: New files. Grabbed from gdb.base.
        * srcwin.exp: Use these local files instead of those in gdb.base.

1999-09-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>

        * cpp_variable.test: Add test (2.75) to verify
        that a baseclass member value was effectively changed.

1999-09-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>

        * cpp_variable.test: Update for new variable
        code.

1999-09-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>

        * c_variable.test: Update for new variable code.

1999-09-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>

        * cpp_variable.h (class V): Add type to virtual function
        declaration.

1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>

        * browser.exp: Use untested and not warning when DISPLAY is
        not found.
        * c_variable.exp: Same.
        * console.exp: Same.
        * cpp_variable.exp: Same.
        * srcwin.exp: Same.

1999-04-12  Keith Seitz  <keiths@cygnus.com>

        * cpp_variable.exp: Pass the "c++" flag to gdb_compile so
        that it can grab the right compiler.

1999-03-16  Martin Hunt  <hunt@cygnus.com>

        * srcwin.test (srcwin-4.5): Change variable name
        to $b so test will run again.

1999-03-03  James Ingham  <jingham@cygnus.com>

        * browser.test: Fixed up to match the new function browser.
        This is not done yet...

        * srcwin.test: Check for errors when the bbox is called for a text 
        item that is not on screen (so bbox is "").  Return something more 
        useful.

1999-03-01  James Ingham  <jingham@cygnus.com>

        Changelog entries merged over from gdb development branch.

        1999-01-12  Martin Hunt  <hunt@cygnus.com>
        * srcwin.test: Add a bunch of tests for the source
        window filename and function comboboxes.  Add in stack tests.

        1999-01-11  Martin Hunt  <hunt@cygnus.com>
        * srcwin.test: New file. Source Window tests.
        * srcwin.exp: New file. Source Window tests.

        Wed Jan  6 09:22:52 1999  Keith Seitz  <keiths@cygnus.com>
        * c_variable.test (c_variable-1.9): Add new
        test to check for creation of a variable that is really a type.
        (c_variable-7.81): Use "output" instead of "print" to get PC.
        Include missing bits of test.

        * cpp_variable.test (cpp_variable-1.6): Default format
        is now "natural", not "hexadecimal"
        (cpp_variable-2.22): Ditto.
        (cpp_variable-2.24): Force format to hex before getting value.

        * cpp_variable.exp: Supply missing arg to gdbtk_analyze_results.

        Tue Jan  5 12:40:52 1999  Keith Seitz  <keiths@cygnus.com>
        * gdb.gdbtk/c_variable.c, c_variable.test, c_variable.exp: New C
        language tests for variable object interface.
        
        * gdb.gdbtk/cpp_variable.h, cpp_variable.cc, cpp_variable.test,
        cpp_variable.exp: New C++ language tests for variable object
        interface.
        
        * gdb.gdbtk/Makefile.in (EXECUTABLES): Add c_variable and cpp_variable.

        Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
        lib/gdb.exp (gdbtk_analyze_results): Generic function
        for outputting results of test run.
        
        * gdb.gdbtk/defs (gdbtk_test): Handle xpass and xfail.
        (gdbtk_test_error): New proc which handles error aborts.
        
        * gdb.gdbtk/console.exp: Use gdbtk_analyze_results.
        Check if we have a valid DISPLAY before running.
        * gdb.gdbtk/browser.exp: Ditto.

        1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
        * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
        * gdb.gdbtk/browser.test: Change "manage open" to ManagedWin::open.
        * gdb.gdbtk/console.test: Same.
        * gdb.gdbtk/*: Update from devo.

        Fri Jul 24 14:57:19 1998  Keith Seitz  <keiths@cygnus.com>
        * gdb.gdbtk/Makefile.in: Add new example program "stack".
        * gdb.gdbtk/browser.test,browser.exp: Add browser window
          tests.
        * gdb.gdbtk/stack1.c,stack2.c: Test case for browser window.

1999-02-22  Martin Hunt  <hunt@cygnus.com>

        * srcwin.test (move_mouse_to): Fix typo.

1999-02-03  Martin Hunt  <hunt@cygnus.com>

        * console.test (clear_command_line): Add tests 1.5 - 1.8,
        which test the new Shift-Up and Shift-Down bindings.

1999-02-01  Martin Hunt  <hunt@cygnus.com>

        * srcwin.test (srcwin-4.3): Fix bp test.

1999-01-29  Martin Hunt  <hunt@cygnus.com>

        * srcwin.test (click): New function that generates an event
        at a location.
        (srcwin-4.4): New test. Simulate a click on a line and
        check for breakpoint set.
        (srcwin-4.5): New test. Right-click on a line and select "Continue
        to Here" from popup.

        * srcwin.exp: Source srcwin3.test, which will test source window
        assembly debugging on executables built without "-g".
        
1999-01-29  Martin Hunt  <hunt@cygnus.com>      

        * srcwin.exp: Add srcwin2.test, which are basically the same
        tests as srcwin.test, but run with a missing source file.

        * srcwin2.test: New file.

        * srcwin.test: Add tests for setting breakpoints in the source window,
        testing BP balloons, variable balloons, and mixed-mode disassembly
        of include files.

Sun Jun 28 22:34:34 1998  Martin M. Hunt  <hunt@cygnus.com>

        * gdb.gdbtk/simple.c (main): Make main return an
        int so compiler will stop complaining.

Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>

        * gdb.gdbtk/console.{exp, test}: New console window tests.

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.