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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [gdb/] [testsuite/] [gdb.gdbtk/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
2001-05-07  Keith Seitz  
2
 
3
        * README: New file.
4
 
5
        * configure.in: Check for executable filename extension.
6
        * Makefile.in: Add filename extensions.
7
        * configure: Regenerated.
8
 
9
        * defs: Fix typo setting _test(verbose).
10
        (gdbtk_test_file): New proc to load executables into gdbtk.
11
        (gdbtk_test_run): New proc to run executables on gdbtk.
12
        * browser.exp: Don't check if DISPLAY is set: let
13
        gdbtk_initialize_display do it all for us.
14
        Call gdbtk_done when finished with tests.
15
        * c_variable.exp: Ditto.
16
        * console.exp: Ditto.
17
        * cpp_variable.exp: Ditto.
18
        Only run tests if c++ is supported in the configuration.
19
        * srcwin.exp: Ditto the DISPLAY stuff.
20
        Accumulate all test results for the end and report them then.
21
 
22
        * browser.test: Use gdbtk_test_file and gdbtk_test_run
23
        to load and run an executable.
24
        * c_variable.test: Use gdbtk_test_file and gdbtk_test_run
25
        to load and run an executable.
26
        * srcwin.test: Ditto.
27
        * srcwin1.test: Ditto.
28
        * srcwin2.test: Ditto.
29
 
30
        * browser.test: (set_search_mode): Use "configure
31
        -value" not "entryset" to set the combobox's value. We need
32
        to have the command fired.
33
        (browser-3.5): Remove trailing whitespace which causes test to
34
        fail.
35
        (browser-4.4): Expect something rational. Regexp "\_1$" cannot
36
        match "func_10"!
37
        (browser-4.5): Ditto.
38
        (browser-5.12): Select all files for search to make test
39
        match description.
40
        (browser-6.2): Renamed from another test also calledd 6.1.
41
        (browser-7.1): Delete all breakpoints at once without from_tty.
42
        Select all entries in the comobox before invoking BP set/delete
43
        button.
44
        (browser-7.2): Ditto.
45
 
46
        * list0.c, list1.c, list0.h: New files. Grabbed from gdb.base.
47
        * srcwin.exp: Use these local files instead of those in gdb.base.
48
 
49
1999-09-17  Fernando Nasser  
50
 
51
        * cpp_variable.test: Add test (2.75) to verify
52
        that a baseclass member value was effectively changed.
53
 
54
1999-09-17  Fernando Nasser  
55
 
56
        * cpp_variable.test: Update for new variable
57
        code.
58
 
59
1999-09-17  Fernando Nasser  
60
 
61
        * c_variable.test: Update for new variable code.
62
 
63
1999-09-17  Fernando Nasser  
64
 
65
        * cpp_variable.h (class V): Add type to virtual function
66
        declaration.
67
 
68
1999-06-08  Fernando Nasser  
69
 
70
        * browser.exp: Use untested and not warning when DISPLAY is
71
        not found.
72
        * c_variable.exp: Same.
73
        * console.exp: Same.
74
        * cpp_variable.exp: Same.
75
        * srcwin.exp: Same.
76
 
77
1999-04-12  Keith Seitz  
78
 
79
        * cpp_variable.exp: Pass the "c++" flag to gdb_compile so
80
        that it can grab the right compiler.
81
 
82
1999-03-16  Martin Hunt  
83
 
84
        * srcwin.test (srcwin-4.5): Change variable name
85
        to $b so test will run again.
86
 
87
1999-03-03  James Ingham  
88
 
89
        * browser.test: Fixed up to match the new function browser.
90
        This is not done yet...
91
 
92
        * srcwin.test: Check for errors when the bbox is called for a text
93
        item that is not on screen (so bbox is "").  Return something more
94
        useful.
95
 
96
1999-03-01  James Ingham  
97
 
98
        Changelog entries merged over from gdb development branch.
99
 
100
        1999-01-12  Martin Hunt  
101
        * srcwin.test: Add a bunch of tests for the source
102
        window filename and function comboboxes.  Add in stack tests.
103
 
104
        1999-01-11  Martin Hunt  
105
        * srcwin.test: New file. Source Window tests.
106
        * srcwin.exp: New file. Source Window tests.
107
 
108
        Wed Jan  6 09:22:52 1999  Keith Seitz  
109
        * c_variable.test (c_variable-1.9): Add new
110
        test to check for creation of a variable that is really a type.
111
        (c_variable-7.81): Use "output" instead of "print" to get PC.
112
        Include missing bits of test.
113
 
114
        * cpp_variable.test (cpp_variable-1.6): Default format
115
        is now "natural", not "hexadecimal"
116
        (cpp_variable-2.22): Ditto.
117
        (cpp_variable-2.24): Force format to hex before getting value.
118
 
119
        * cpp_variable.exp: Supply missing arg to gdbtk_analyze_results.
120
 
121
        Tue Jan  5 12:40:52 1999  Keith Seitz  
122
        * gdb.gdbtk/c_variable.c, c_variable.test, c_variable.exp: New C
123
        language tests for variable object interface.
124
 
125
        * gdb.gdbtk/cpp_variable.h, cpp_variable.cc, cpp_variable.test,
126
        cpp_variable.exp: New C++ language tests for variable object
127
        interface.
128
 
129
        * gdb.gdbtk/Makefile.in (EXECUTABLES): Add c_variable and cpp_variable.
130
 
131
        Tue Jan  5 12:33:47 1999  Keith Seitz  
132
        lib/gdb.exp (gdbtk_analyze_results): Generic function
133
        for outputting results of test run.
134
 
135
        * gdb.gdbtk/defs (gdbtk_test): Handle xpass and xfail.
136
        (gdbtk_test_error): New proc which handles error aborts.
137
 
138
        * gdb.gdbtk/console.exp: Use gdbtk_analyze_results.
139
        Check if we have a valid DISPLAY before running.
140
        * gdb.gdbtk/browser.exp: Ditto.
141
 
142
        1998-12-07  Martin M. Hunt  
143
        * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
144
        * gdb.gdbtk/browser.test: Change "manage open" to ManagedWin::open.
145
        * gdb.gdbtk/console.test: Same.
146
        * gdb.gdbtk/*: Update from devo.
147
 
148
        Fri Jul 24 14:57:19 1998  Keith Seitz  
149
        * gdb.gdbtk/Makefile.in: Add new example program "stack".
150
        * gdb.gdbtk/browser.test,browser.exp: Add browser window
151
          tests.
152
        * gdb.gdbtk/stack1.c,stack2.c: Test case for browser window.
153
 
154
1999-02-22  Martin Hunt  
155
 
156
        * srcwin.test (move_mouse_to): Fix typo.
157
 
158
1999-02-03  Martin Hunt  
159
 
160
        * console.test (clear_command_line): Add tests 1.5 - 1.8,
161
        which test the new Shift-Up and Shift-Down bindings.
162
 
163
1999-02-01  Martin Hunt  
164
 
165
        * srcwin.test (srcwin-4.3): Fix bp test.
166
 
167
1999-01-29  Martin Hunt  
168
 
169
        * srcwin.test (click): New function that generates an event
170
        at a location.
171
        (srcwin-4.4): New test. Simulate a click on a line and
172
        check for breakpoint set.
173
        (srcwin-4.5): New test. Right-click on a line and select "Continue
174
        to Here" from popup.
175
 
176
        * srcwin.exp: Source srcwin3.test, which will test source window
177
        assembly debugging on executables built without "-g".
178
 
179
1999-01-29  Martin Hunt  
180
 
181
        * srcwin.exp: Add srcwin2.test, which are basically the same
182
        tests as srcwin.test, but run with a missing source file.
183
 
184
        * srcwin2.test: New file.
185
 
186
        * srcwin.test: Add tests for setting breakpoints in the source window,
187
        testing BP balloons, variable balloons, and mixed-mode disassembly
188
        of include files.
189
 
190
Sun Jun 28 22:34:34 1998  Martin M. Hunt  
191
 
192
        * gdb.gdbtk/simple.c (main): Make main return an
193
        int so compiler will stop complaining.
194
 
195
Fri Jun 26 14:27:13 1998  Keith Seitz  
196
 
197
        * gdb.gdbtk/console.{exp, test}: New console window tests.

powered by: WebSVN 2.1.0

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