Bump GDB version number to 11.2.90.DATE-git.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
79f25225
JB
12022-01-16 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.base/default.exp: Change $_gdb_minor to 3.
4
6eccc2c8
AB
52021-12-23 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 PR gdb/28405
8 * gdb.server/ext-attach.exp (run_test): New proc containing all of
9 the old code for running the core of the test. This proc is then
10 called multiple times from the global scope.
11
b6fc91c7
BL
122021-12-11 Bruno Larsen <blarsen@redhat.com>
13
14 PR gdb/28480
15
16 Pushed by Joel Brobecker <brobecker@adacore.com>
17 * gdb.cp/ambiguous.cc: Add code to permit ambiguous member testing.
18 * gdb.cp/ambiguous.exp: Add ambiguous member test.
19
cfd85eb3
TV
202021-10-22 Tom de Vries <tdevries@suse.de>
21
22 PR tui/28483
23 * gdb.tui/break.exp: New file.
24
824d17db
JB
252021-09-13 Joel Brobecker <brobecker@adacore.com>
26
27 * gdb.base/default.exp: Change $_gdb_minor to 2.
28
7883d1e1
TV
292021-09-10 Tom de Vries <tdevries@suse.de>
30
31 * lib/gdb.exp (gdb_compile_test): Handle unrecognized command line
32 option.
33
5e6741a1
TV
342021-09-09 Tom de Vries <tdevries@suse.de>
35
36 * gdb.base/coredump-filter-build-id.exp: Handle older eu-unstrip.
37
127e9f85
TV
382021-09-09 Tom de Vries <tdevries@suse.de>
39
40 * gdb.mi/mi-sym-info.exp: Fix regexps. Add missing message argument
41 to mi_gdb_test. Factor out regexps for functions and variables.
42
a6e40b53
TV
432021-09-04 Tom de Vries <tdevries@suse.de>
44
45 PR testsuite/26950
46 * gdb/testsuite/gdb.arch/i386-avx.c (main): Remove call to have_avx.
47 (have_avx): Move ...
48 * gdb/testsuite/lib/gdb.exp (have_avx): ... here. New proc.
49 * gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp: Use have_avx.
50 * gdb/testsuite/gdb.arch/i386-avx.exp: Same.
51
e34a209e
TV
522021-09-03 Tom de Vries <tdevries@suse.de>
53
54 * gdb.gdb/complaints.exp: Use untested if clear_complaints cannot
55 be found.
56
5c177fed
TV
572021-09-03 Tom de Vries <tdevries@suse.de>
58
59 * lib/selftest-support.exp: Emit untested when not being able to set
60 breakpoint.
61
c52e9db3
TV
622021-09-01 Tom de Vries <tdevries@suse.de>
63
64 PR testsuite/28298
65 * gdb.dwarf2/fission-base.S: Use DWO instead of XSTR(DWO).
66 * gdb.dwarf2/fission-loclists-pie.S: Same.
67 * gdb.dwarf2/fission-loclists.S: Same.
68 * gdb.dwarf2/fission-reread.S: Same.
69 * gdb.dwarf2/fission-base.exp: Use additional_flags=-DDWO=\"$dwo\".
70 * gdb.dwarf2/fission-loclists-pie.exp: Same.
71 * gdb.dwarf2/fission-loclists.exp: Same.
72 * gdb.dwarf2/fission-reread.exp: Same.
73
351b63ec
TV
742021-09-01 Tom de Vries <tdevries@suse.de>
75
76 * gdb.fortran/call-no-debug.exp: Avoid shared lib symbols for
77 find_mangled_name calls.
78
e1652de2
TV
792021-08-30 Tom de Vries <tdevries@suse.de>
80
81 PR cli/28290
82 * gdb.base/batch-exit-status.exp: Add gdb '' and gdb '' '' tests.
83
2840a186
TV
842021-08-23 Tom de Vries <tdevries@suse.de>
85
86 PR gdb/26880
87 * gdb.base/non-executable.exp: New file.
88
a656ee08
TV
892021-08-06 Simon Marchi <simon.marchi@polymtl.ca>
90 Tom de Vries <tdevries@suse.de>
91
92 PR symtab/28004
93 * gdb.dwarf2/dw2-zero-range-shlib.c: New test.
94 * gdb.dwarf2/dw2-zero-range.c: New test.
95 * gdb.dwarf2/dw2-zero-range.exp: New file.
96
3e5ec878
TT
972021-08-02 Tom Tromey <tromey@adacore.com>
98
99 PR varobj/28131
100 * gdb.python/py-mi-var-info-path-expression.exp: Add regression
101 test.
102
86271cfa
TBA
1032021-07-26 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
104
105 PR gdb/28076
106 * gdb.mi/mi-break.exp: Add more tests to check clearing the
107 breakpoint condition.
108
5924fafa
TV
1092021-07-22 Tom de Vries <tdevries@suse.de>
110
111 * gdb.ada/formatted_ref.exp: Add xfail for PR gcc/101575.
112 * gdb.ada/iwide.exp: Same.
113 * gdb.ada/pkd_arr_elem.exp: Same.
114
f08513e8
TV
1152021-07-22 Tom de Vries <tdevries@suse.de>
116
117 * gdb.cp/step-and-next-inline.cc (tree_check, get_alias_set, main):
118 Tag closing brace with comment.
119 * gdb.cp/step-and-next-inline.h: Update to keep identical with
120 step-and-next-inline.cc.
121 * gdb.cp/step-and-next-inline.exp: Issue extra next when required.
122
0e9c2a33
TV
1232021-07-21 Tom de Vries <tdevries@suse.de>
124
125 * lib/gdb.exp (gcc_major_version): New proc.
126 * gdb.base/ptype-offsets.cc: Define static member static_member::Empty.
127 * gdb.cp/templates.exp: Define static member using -DGCC_BUG.
128 * gdb.cp/m-static.exp: Add
129 additional_flags=-fno-eliminate-unused-debug-types.
130 * gdb.cp/pr-574.exp: Same.
131 * gdb.cp/pr9167.exp: Same.
132
f26101b1
TV
1332021-07-21 Tom de Vries <tdevries@suse.de>
134
135 * gdb.ada/arrayptr.exp: Add KFAILs for PR20991 and PR28115.
136 * gdb.ada/exprs.exp: Add KFAILs for PR20991.
137 * gdb.ada/packed_array_assign.exp: Same.
138
e22715ce
TT
1392021-07-19 Tom Tromey <tromey@adacore.com>
140
141 PR gdb/28093
142 * gdb.base/langs.exp: Add tests.
143
26e27615
TV
1442021-07-14 Tom de Vries <tdevries@suse.de>
145
146 * lib/gdb.exp (have_index): New proc.
147 * gdb.base/gold-gdb-index.exp: Use have_index.
148
97c5ca8c
PA
1492021-07-13 Pedro Alves <pedro@palves.net>
150
151 PR gdb/28080
152 * gdb.base/detach-sysroot-target.exp: New.
153 * gdb.base/detach-sysroot-target.c: New.
154
58a136f3
TV
1552021-07-13 Tom de Vries <tdevries@suse.de>
156
157 PR testsuite/27690
158 * gdb.threads/check-libthread-db.exp: Update patterns for glibc 2.33.
159
1bdfa2b1
SM
1602021-07-13 Simon Marchi <simon.marchi@polymtl.ca>
161
162 * gdb.mi/interrupt-thread-group.c: New.
163 * gdb.mi/interrupt-thread-group.exp: New.
164
d6771741
TV
1652021-07-12 Tom de Vries <tdevries@suse.de>
166
167 PR testsuite/28057
168 * gdb.btrace/tsx.exp: Add pattern for system with tsx disabled in
169 microcode.
170
29119da4
TV
1712021-07-12 Tom de Vries <tdevries@suse.de>
172
173 * lib/mi-support.exp (mi_readnow): New proc.
174 * gdb.mi/mi-info-sources.exp: Use nosharedlibrary. Update patterns.
175 Skip tests for readnow. Use "maint expand-symtabs".
176
732236a7
TV
1772021-07-08 Tom de Vries <tdevries@suse.de>
178
179 * gdb.guile/scm-breakpoint.exp: Make additional "ERROR: " prefix in
180 exception printing optional.
181
8043d65b
SM
1822021-07-06 Simon Marchi <simon.marchi@polymtl.ca>
183
184 * configure.ac: Restore.
185 * configure: Re-generate.
186 * aclocal.m4: Re-generate.
187 * Makefile.in (distclean): Add config.status.
188 (Makefile): Adjust paths.
189 (lib/pdtrace): Adjust paths.
190 (config.status): Add.
191
52e44e8d
TV
1922021-07-06 Tom de Vries <tdevries@suse.de>
193
194 * gdb.fortran/ptype-on-functions.exp: Allow both $integer8 and
195 $integer4 for size of string length.
196
05c06f31
PA
1972021-07-01 Pedro Alves <pedro@palves.net>
198
199 PR mi/15729
200 PR gdb/13463
201 * gdb.base/access-mem-running.c: New.
202 * gdb.base/access-mem-running.exp: New.
203 * gdb.threads/access-mem-running-thread-exit.c: New.
204 * gdb.threads/access-mem-running-thread-exit.exp: New.
205
a05a883f
SM
2062021-06-29 Simon Marchi <simon.marchi@polymtl.ca>
207
208 * gdb.dwarf2/dw2-reg-undefined.exp: Update regexp.
209
bd742128
AB
2102021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 * gdb.base/info_sources_2-header.h: New file.
213 * gdb.base/info_sources_2-lib.c: New file.
214 * gdb.base/info_sources_2-test.c: New file.
215 * gdb.base/info_sources_2.exp: New file.
216
1fb1ce02
AB
2172021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
218
219 * gdb.mi/mi-info-sources.exp: Add additional tests.
220
0e350a05
AB
2212021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
222
223 * gdb.dwarf2/dw2-filename.exp: Update expected results.
224 * gdb.mi/mi-file.exp: Likewise.
225 * gdb.mi/mi-info-sources-base.c: New file.
226 * gdb.mi/mi-info-sources.c: New file.
227 * gdb.mi/mi-info-sources.exp: New file.
228
d038ce48
AB
2292021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.cp/method-call-in-c.cc (struct foo_type): Add static member
232 function static_method.
233 (global_var): New global.
234 (main): Use new static_method to ensure it is compiled in.
235 * gdb.cp/method-call-in-c.exp: Test calls to static member
236 function.
237
13221aec
AB
2382021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
239
240 PR gdb/27994
241 * gdb.cp/method-call-in-c.cc (struct foo_type): Add operator+=,
242 change initial value of var member variable.
243 (main): Make use of foo_type's operator+=.
244 * gdb.cp/method-call-in-c.exp: Test use of operator+=.
245
79bd4d34
AB
2462021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
247
248 PR gdb/27994
249 * gdb.cp/method-call-in-c.cc: New file.
250 * gdb.cp/method-call-in-c.exp: New file.
251
3da4c644
TT
2522021-06-25 Tom Tromey <tom@tromey.com>
253
254 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): Add "style"
255 parameter.
256 * gdb.rust/dwindex.exp: New file.
257 * gdb.rust/dwindex.rs: New file.
258
6b95f5ad
AB
2592021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * gdb.python/py-breakpoint.c (do_throw): New function.
262 (main): Call do_throw.
263 * gdb.python/py-breakpoint.exp (test_catchpoints): New proc.
264
08080f97
AB
2652021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 * gdb.guile/scm-breakpoint.exp (test_catchpoints): New proc.
268
81b327aa
AB
2692021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Add new tests.
272
202054ae
CL
273gdb/testsuite/ChangeLog
2742021-06-25 Carl Love <cel@us.ibm.com>
275
276 * gdb.arch/powerpc-plxv-norel.exp: Add call to skip_power_isa_3_1_tests.
277 * lib/gdb.exp(skip_power_isa_3_1_tests): New gdb_caching_proc test.
278
67470e9d
TT
2792021-06-25 Tom Tromey <tromey@adacore.com>
280
281 * gdb.ada/py_range.exp: Add type name test cases.
282
013270a1
TV
2832021-06-24 Tom de Vries <tdevries@suse.de>
284
285 * gdb.base/info-macros.exp: Add <EOL> after trailing whitespace in
286 test names.
287
657dcee4
TV
2882021-06-24 Tom de Vries <tdevries@suse.de>
289
290 * gdb.base/argv0-symlink.exp: Use with_test_prefix.
291
2dd865d7
TV
2922021-06-23 Tom de Vries <tdevries@suse.de>
293
294 * lib/gdb.exp (gdb_test_lines): Rewrite to accept single
295 multiline tcl regexp.
296 * gdb.base/info-types.exp.tcl: Update. Make empty line at end of
297 regexp optional.
298 * gdb.base/info-macros.exp: Update.
299 * gdb.cp/cplusfuncs.exp: Update.
300
80d1206d
AS
3012021-06-22 Andreas Schwab <schwab@suse.de>
302
303 PR symtab/27999
304 * lib/dwarf.exp (start_end): New proc inside loclists.
305 * gdb.dwarf2/loclists-start-end.exp: New file.
306 * gdb.dwarf2/loclists-start-end.c: New file.
307
e5b77106
TV
3082021-06-22 Tom de Vries <tdevries@suse.de>
309
310 * gdb.dwarf2/imported-unit-c.exp: New file.
311
80dc83fd
AB
3122021-06-22 Andrew Burgess <andrew.burgess@embecosm.com>
313
314 * gdb.server/server-kill.exp: Introduce global kill_pid_of, and
315 make use of this in prepare to select which pid we should kill.
316 Run all the tests twice with a different kill_pid_of value.
317 (prepare): Make use of kill_pid_of.
318 (test_stepi): New proc.
319
d52b8007
AB
3202021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * gdb.python/py-frame.exp: Add Frame.level tests.
323 * gdb.python/py-pending-frame-level.c: New file.
324 * gdb.python/py-pending-frame-level.exp: New file.
325 * gdb.python/py-pending-frame-level.py: New file.
326
61e2dde2
AB
3272021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * gdb.python/py-unwind-user-regs.c: New file.
330 * gdb.python/py-unwind-user-regs.exp: New file.
331 * gdb.python/py-unwind-user-regs.py: New file.
332
ff5404f5
CL
3332021-06-17 Carl Love <cel@us.ibm.com>
334
335 * gdb.arch/powerpc-power8.exp(bctar, bctarl): Update mnemonics
336 to bgetar and bgetarl.
337 * gdb.arch/powerpc-power8.s((bctar, bctarl): Update comments
338 for mnemonics to bgetar and bnstarl.
339
18263be7
SM
3402021-06-17 Simon Marchi <simon.marchi@efficios.com>
341
342 * gdb.base/args.exp: Check target, KFAIL if remote.
343 (args_test): Add parameter and use it.
344
d30e3263
SM
3452021-06-17 Simon Marchi <simon.marchi@efficios.com>
346
347 * gdb.base/args.exp: Remove trailing parenthesis in test names.
348
c4ddc1da
SM
3492021-06-17 Simon Marchi <simon.marchi@efficios.com>
350
351 * gdb.base/args.exp: Use $old_gdbflags in all tests.
352
18b5aade
SM
3532021-06-17 Simon Marchi <simon.marchi@efficios.com>
354
355 * gdb.base/args.exp: Use save_vars.
356
c9923e71
PA
3572021-06-14 Pedro Alves <pedro@palves.net>
358
359 * gdb.base/annota1.exp: Build list using [list] instead of {}.
360 Tell [join] to join with no character. Build expected pattern in
361 separate variable instead of in the -re expression directly.
362
b8bd29a1
KB
3632021-06-11 Kevin Buettner <kevinb@redhat.com>
364
365 * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
366 timeout.
367
72c4daa3
KB
3682021-06-11 Kevin Buettner <kevinb@redhat.com>
369
370 * gdb.base/print-symbol-loading.exp (proc test_load_shlib):
371 Allow "Symbols already loaded for..." messages.
372
4cc2e606
KB
3732021-06-11 Kevin Buettner <kevinb@redhat.com>
374
375 * gdb.base/execl-update-breakpoints.exp: Add regular
376 expression for optionally matching output related to
377 libthread_db.
378 * gdb.base/fork-print-inferior-events.exp: Likewise.
379
db77748b
FW
3802021-06-11 Felix Willgerodt <felix.willgerodt@intel.com>
381
382 * gdb.mi/array.f: Convert into...
383 * gdb.mi/array.f90: ...this.
384 * gdb.mi/mi-var-child-f.exp: Use array.f90.
385
48ec4c05
TT
3862021-06-11 Tom Tromey <tom@tromey.com>
387
388 PR rust/23427
389 * lib/rust-support.exp (rust_compiler_version): New caching proc.
390 * gdb.rust/rawids.exp: New file.
391 * gdb.rust/rawids.rs: New file.
392
46f263cc
SM
3932021-06-10 Simon Marchi <simon.marchi@polymtl.ca>
394
395 * lib/gdb.exp (default_gdb_exit): Unset gdb_tty_name.
396 (spawn_capture_tty_name): New, override builtin spawn.
397 (default_gdb_spawn): Capture GDB's TTY name.
398 * lib/tuiterm.exp (tuiterm_spawn): Remove.
399 (tuiterm_env_init, tuiterm_env_finish): Remove spawn override.
400 (Term) <resize>: Use new variable name.
401 (tuiterm_env_init, tuiterm_env_finish): Remove.
402 (tuiterm_env): Don't call tuiterm_env_init and register
403 tuiterm_env_finish in gdb_finish_hooks.
404 (gdb_finish_hooks): Remove.
405 (gdb_finish): Don't call finish hooks.
406
6179e5f1
TV
4072021-06-10 Tom de Vries <tdevries@suse.de>
408
409 * gdb.mi/user-selected-context-sync.c (child_sub_function, main):
410 Rewrite while (1) using dummy loop body.
411
4bdd1a06
BK
4122021-06-10 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
413
414 * gdb.base/foll-exec.c: convert the multi-line function call into
415 single line.
416
36695cf8
TV
4172021-06-10 Tom de Vries <tdevries@suse.de>
418
419 * lib/cp-support.exp (cp_test_ptype_class): Break up regexp.
420 * gdb.cp/nested-types.exp: Remove usage of read1 timeout factor.
421
0cc809fa
TV
4222021-06-10 Tom de Vries <tdevries@suse.de>
423
424 * gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
425
c70fdc45
TT
4262021-06-09 Tom Tromey <tromey@adacore.com>
427
428 * README (Example): Update read1 example.
429
d0a3c757
SM
4302021-06-09 Simon Marchi <simon.marchi@polymtl.ca>
431
432 * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
433
f9e59d06
LS
4342021-06-08 Lancelot Six <lsix@lancelotsix.com>
435
436 * gdb.base/premature-dummy-frame-removal.py (TestUnwinder): Use
437 'is None' instead of '== None' and 'is not None' instead of
438 '!= None'.
439 * gdb.python/py-frame-args.py (lookup_function): Same.
440 * gdb.python/py-framefilter-invalidarg.py (Reverse_Function): Same.
441 * gdb.python/py-framefilter.py (Reverse_Function): Same.
442 * gdb.python/py-nested-maps.py (lookup_function): Same.
443 * gdb.python/py-objfile-script-gdb.py (lookup_function): Same.
444 * gdb.python/py-prettyprint.py (lookup_function): Same.
445 * gdb.python/py-section-script.py (lookup_function): Same.
446 * gdb.python/py-unwind-inline.py (dummy_unwinder): Same.
447 * gdb.python/python.exp: Same.
448 * gdb.rust/pp.py (lookup_function): Same.
449
fdae5c22
TV
4502021-06-08 Tom de Vries <tdevries@suse.de>
451
452 * lib/gdb.exp (multi_line): Require more than one argument.
453 * gdb.base/gdbinit-history.exp: Update multi_line call.
454 * gdb.base/jit-reader.exp: Remove multi_line call.
455 * gdb.fortran/dynamic-ptype-whatis.exp: Same.
456
c3cfd9eb
TV
4572021-06-08 Tom de Vries <tdevries@suse.de>
458
459 * gdb.base/info-types.exp.tcl (match_line, gdb_test_lines): Move ...
460 * lib/gdb.exp: ... here.
461 * gdb.base/info-macros.exp: Use gdb_test_lines.
462
58f076c6
TV
4632021-06-08 Tom de Vries <tdevries@suse.de>
464
465 * gdb.base/info-types.exp.tcl (match_line): Handle --any.
466 (gdb_test_lines): Factor out of ...
467 (run_test): ... here.
468
4c5d7c03
TV
4692021-06-08 Tom de Vries <tdevries@suse.de>
470
471 * gdb.base/batch-preserve-term-settings.exp (spawn_shell): Fix
472 matching of initial prompt.
473
4a11703a
TV
4742021-06-08 Tom de Vries <tdevries@suse.de>
475
476 * gdb.threads/multi-create-ns-info-thr.exp: Limit breakpoint regexp to
477 one line.
478
ac6c175e
TV
4792021-06-08 Tom de Vries <tdevries@suse.de>
480
481 * gdb.base/sect-cmd.exp: Use gdb_test. Use -wrap "". Fix
482 test name.
483
25ff4de7
TV
4842021-06-08 Tom de Vries <tdevries@suse.de>
485
486 * gdb.base/sect-cmd.exp: Fix saw_section_address_line regexp.
487
cfc75767
SM
4882021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
489
490 * gdb.base/continue-all-already-running.exp: Call fail if can't
491 run to main.
492
a12a15e7
AB
4932021-06-07 Andrew Burgess <andrew.burgess@embecosm.com>
494
495 PR gdb/27847
496 * gdb.dwarf2/dw2-weird-type-len.c: New file.
497 * gdb.dwarf2/dw2-weird-type-len.exp: New file.
498
f1854e35
SM
4992021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
500
501 * gdb.base/attach.exp (test_command_line_attach_run): Use
502 proc_with_prefix.
503
b0e2f96b
TV
5042021-06-07 Tom de Vries <tdevries@suse.de>
505
506 PR testsuite/27908
507 * gdb.base/run-attach-while-running.exp (test): Don't match prompt
508 after attach using '$gdb_prompt $'.
509
409cac34
TV
5102021-06-07 Tom de Vries <tdevries@suse.de>
511
512 * gdb.base/info-types.exp.tcl: Remove "File .*" matching from regexp
513 matching state machine.
514
bc37aacd
TV
5152021-06-07 Tom de Vries <tdevries@suse.de>
516
517 * gdb.base/new-ui-pending-input.exp
518 (test_command_line_new_ui_pending_input): Fix regexp for "initial
519 prompt on extra console".
520
7ee8c127
TV
5212021-06-07 Tom de Vries <tdevries@suse.de>
522
523 * gdb.base/info-types.exp.tcl (run_test): Move "random line" regexp
524 up.
525
921b2bc7
SM
5262021-06-06 Simon Marchi <simon.marchi@efficios.com>
527
528 * gdb.server/stop-reply-no-thread-multi.exp: Clear sysroot when
529 host and target are local.
530
ad4bd975
HD
5312021-06-05 Hannes Domani <ssbssa@yahoo.de>
532
533 * gdb.python/py-symbol.exp: Fix tests for Python 3.
534
ae61ef2c
SV
5352021-06-05 Shahab Vahedi <shahab@synopsys.com>
536
537 * gdb.arch/arc-disassembler-options.exp: New test.
538 * gdb.arch/arc-disassembler-options.s: New test source.
539
386de171
TT
5402021-06-04 Tom Tromey <tromey@adacore.com>
541
542 * gdb.ada/array_of_symbolic_length.exp: New file.
543 * gdb.ada/array_of_symbolic_length/foo.adb: New file.
544 * gdb.ada/array_of_symbolic_length/gl.adb: New file.
545 * gdb.ada/array_of_symbolic_length/gl.ads: New file.
546 * gdb.ada/array_of_symbolic_length/pck.adb: New file.
547 * gdb.ada/array_of_symbolic_length/pck.ads: New file.
548
df5bc734
MH
5492021-06-03 Magne Hov <mhov@undo.io>
550
551 PR python/27841
552 * gdb.python/py-events.exp: Extend inferior exit tests.
553 * gdb.python/py-events.py: Print inferior exit PID.
554
6ac5237c
HD
5552021-06-03 Hannes Domani <ssbssa@yahoo.de>
556
557 * gdb.python/py-symbol.exp: Test symbol constants.
558
60be64b3
BE
5592021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
560
561 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
562
170960e8
CL
5632021-06-02 Carl Love <cel@us.ibm.com>
564
565 * gdb.threads/threadapply.c: Add global mybarrier.
566 (main): Add pthread_barrier_init.
567 (thread_function): Replace while loop with myp increment and
568 pthread_barrier_wait.
569
f2d42111
AB
5702021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
571
572 * lib/gdb.exp (gdb_compile): Only add the -J option when using a
573 gcc based Fortran compiler, for example, flang does not support
574 this option.
575
8a222a6b
AB
5762021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
577
578 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
579
2adf1781
TT
5802021-06-01 Tom Tromey <tromey@adacore.com>
581
582 * Makefile.in (all): Don't print anything.
583 ($(abs_builddir)/site.exp site.exp): Use $(ECHO_GEN).
584 (expect-read1): Likewise.
585 (read1.so): Use $(ECHO_CC).
586 Include silent-rules.mk.
587
f99d1d37
TT
5882021-06-01 Tom Tromey <tromey@adacore.com>
589
590 * aclocal.m4, configure.ac, configure: Remove.
591 * Makefile.in (EXTRA_RULES): Remove.
592 ($(abs_builddir)/site.exp site.exp): Don't depend on
593 config.status.
594 (distclean maintainer-clean realclean, Makefile): Update.
595 (config.status): Remove target.
596 (lib/pdtrace): New target.
597 (all): Don't depend on EXTRA_RULES.
598 (check-read1): Depend on read1.so, expect-read1.
599
17d305ef
TV
6002021-06-01 Tom de Vries <tdevries@suse.de>
601
602 PR symtab/26096
603 * gdb.cp/cold-clone.cc: New test.
604 * gdb.cp/cold-clone.exp: New file.
605
b97eff8f
AB
6062021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.gdb/unittest.c: New file.
609 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
610 into GDB.
611
b4b3e2de
AB
6122021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
613
614 * gdb.base/premature-dummy-frame-removal.c: New file.
615 * gdb.base/premature-dummy-frame-removal.exp: New file.
616 * gdb.base/premature-dummy-frame-removal.py: New file.
617
d5a6313e
SM
6182021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
619
620 * gdb.base/reverse-init-functions.exp: New.
621
248f7165
TV
6222021-05-27 Tom de Vries <tdevries@suse.de>
623
624 PR symtab/27919
625 PR testsuite/27920
626 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
627 -readnow.
628
e453275c
TV
6292021-05-27 Tom de Vries <tdevries@suse.de>
630
631 PR testsuite/27921
632 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
633 (local_add_gdb_index): ... this.
634
778ae9cc
TV
6352021-05-21 Tom de Vries <tdevries@suse.de>
636
637 PR testsuite/25047
638 * boards/cc-with-gnu-debuglink.exp: New file.
639
ca43e660
TBA
6402021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
641
642 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
643 a dead code with an assignment to a global var. Fix a
644 whitespacing problem around an assignment operator.
645
7f2b8718
WS
6462021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
647
648 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
649 for the powerpc64 LE target.
650 * gdb.arch/powerpc-prologue.exp: Test Harness.
651
d9211df2
AB
6522021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
653
654 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
655 duplicate test names.
656
2129a942
TV
6572021-05-19 Tom de Vries <tdevries@suse.de>
658
659 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
660
5277208d
SM
6612021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
662
663 * gdb.python/py-framefilter-gdb.py.in: Rename to:
664 * gdb.python/py-framefilter-gdb.py: ... this.
665 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
666 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
667
91e159e9
SM
6682021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
669
670 * gdb.python/py-framefilter-gdb.py.in: Re-format.
671 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
672
467f8eb2
BK
6732021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
674
675 * gdb.base/class-allocatable-array.exp: Modified test for clang.
676
ea11a98d
WP
6772021-05-16 Weimin Pan <weimin.pan@oracle.com>
678
679 * gdb.ctf/funcreturn.exp: New file.
680 * gdb.ctf/whatis.c: Copy from gdb.base.
681
887e7158
TT
6822021-05-14 Tom Tromey <tom@tromey.com>
683
684 * gdb.rust/pp.exp: New file.
685 * gdb.rust/pp.py: New file.
686 * gdb.rust/pp.rs: New file.
687
f8eec398
BE
6882021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
689
690 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
691 remove the directory.
692 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
693
55789354
TBA
6942021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
695
696 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
697
ecf25064
KC
6982021-05-14 Kent Cheung <kent.cheung@arm.com>
699 Andrew Burgess <andrew.burgess@embecosm.com>
700
701 * gdb.python/py-format-string.c: Added a variable to test.
702 * gdb.python/py-format-string.exp: Check string representation is
703 printed at appropriate max_depth settings.
704 * gdb.python/py-nested-maps.exp: Likewise.
705 * gdb.guile/scm-pretty-print.exp: Add additional tests.
706
bab9eb49 7072021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
4a0a0bd2
AB
708
709 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
710 unique names, also wrap proc body in with_test_prefix.
711
bab9eb49 7122021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
62f2f198
AB
713
714 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
715 duplicate test names.
716 * gdb.guile/scm-parameter.exp: Provide test names to avoid
717 duplicate names based on the command being run.
718 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
719 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
720 loading a support module.
721 (test_equality): Update test name to match the actual test, making
722 the name unique in the process.
723 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
724 to resolve duplicate tests.
725 (test_inferior_function_call): Likewise.
726 (test_subscript_regression): Likewise.
727
bab9eb49 7282021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
5c6f801d
AB
729
730 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
731 silence PASS lines.
732 (gdb_install_guile_module): Likewise.
733
ee35ce82
GB
7342021-05-12 George Barrett <bob@bob131.so>
735
736 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
737 value-const-value.
738
9d4fc61d
GB
7392021-05-12 George Barrett <bob@bob131.so>
740
741 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
742 value-reference-value. Add test for value-rvalue-reference-value.
743
5048549a
TV
7442021-05-11 Tom de Vries <tdevries@suse.de>
745
746 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
747 Add "set debug infrun 1" commented out.
748
2302f963
TV
7492021-05-11 Tom de Vries <tdevries@suse.de>
750
751 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
752
abb894a4
BK
7532021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
754
755 * gdb.fortran/array-element.exp: Breakpoint location is modified.
756
db1f6cd6
LS
7572021-05-10 Lancelot Six <lsix@lancelotsix.com>
758
759 PR gdb/27614
760 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
761
9344937b
AB
7622021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * gdb.guile/guile.exp: Don't use the source directory as a
765 temporary HOME directory.
766
0709cf68
SM
7672021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
768
769 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
770 parameters.
771
1845e254
AB
7722021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
773
774 * gdb.guile/guile.exp: Add an extra test.
775
a3237c7c
AB
7762021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
779 gdb_test_no_output.
780
13123da8
SM
7812021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
782
783 * Re-format all Python files using black.
784 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
785
0618ecf6
AB
7862021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
787
788 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
789 watchpoint object before and after registering it with GDB.
790
a7ed4ea6
AB
7912021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
794 'proc_with_prefix', remove use of 'with_test_prefix', and
795 reindent.
796 (test_bkpt_deletion): Likewise.
797 (test_bkpt_cond_and_cmds): Likewise.
798 (test_bkpt_invisible): Likewise.
799 (test_watchpoints): Likewise.
800 (test_bkpt_internal): Likewise.
801 (test_bkpt_eval_funcs): Likewise.
802 (test_bkpt_registration): Likewise.
803 (test_bkpt_address): Convert to 'proc_with_prefix'.
804 (test_bkpt_probe): Likewise.
805
7ebbaa1c
AB
8062021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
807
808 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
809 names to avoid duplicates.
810 (test_bkpt_cond_and_cmds): Likewise.
811 (test_bkpt_eval_funcs): Likewise.
812
79aabb73
TBA
8132021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
814
815 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
816 for the -break-condition command's "--force" flag.
817
10e578d7
TBA
8182021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
819
820 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
821 is called by the test.
822
2f000c80
TV
8232021-05-05 Tom de Vries <tdevries@suse.de>
824
825 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
826 "Reading symbols" or "Expanding full symbols" lines. Using timeout
827 factor of 2 for attach.
828
09f83f79
TV
8292021-05-05 Tom de Vries <tdevries@suse.de>
830
831 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
832 "LWP <n> exited" messages.
833
fa94b3a7
SM
8342021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
835
836 * gdb.python/py-type.exp (test_fields): Test calling fields on
837 an int type.
838
858c8f2c
SM
8392021-05-04 Simon Marchi <simon.marchi@efficios.com>
840
841 * gdb.python/flexible-array-member.exp: Adjust expected range
842 value for member declared with 0 size. Test accessing range
843 tuple through range type.
844
d389a1a7
AB
8452021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 PR testsuite/27788
848 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
849 expected results when environment variable PYTHONDONTWRITEBYTECODE
850 is set.
851
2869ac4b
TT
8522021-04-30 Tom Tromey <tromey@adacore.com>
853
854 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
855 (Confused_Array): New types.
856 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
857 * gdb.ada/enum_idx_packed.exp: Add new tests.
858
5536f0cc
TV
8592021-04-30 Tom de Vries <tdevries@suse.de>
860
861 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
862 existing timeout factors.
863
7f7f284d
TV
8642021-04-30 Tom de Vries <tdevries@suse.de>
865
866 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
867
3f334074
TV
8682021-04-29 Tom de Vries <tdevries@suse.de>
869
870 PR testsuite/27786
871 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
872 remotetimeout to 4.
873
db2534b7
TT
8742021-04-28 Tom Tromey <tromey@adacore.com>
875
876 * gdb.ada/null_overload.exp: New file.
877 * gdb.ada/null_overload/foo.adb: New file.
878
edeaceda
AB
8792021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
880
881 * gdb.python/py-startup-opt.exp: New file.
882
b9f90c72
LM
8832021-04-27 Luis Machado <luis.machado@linaro.org>
884
885 * gdb.base/maint.exp: Drop a pattern that is not needed.
886 * lib/gdb.exp (readnow): Match line-by-line.
887
4b62a30d
LM
8882021-04-27 Luis Machado <luis.machado@linaro.org>
889
890 * gdb.xml/tdesc-reload.exp: Pass -lbl.
891
2c473def
MW
8922021-04-27 Michael Weghorn <m.weghorn@posteo.de>
893 Simon Marchi <simon.marchi@polymtl.ca>
894
895 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
896 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
897 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
898 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
899 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
900 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
901
e8b6c1da
TT
9022021-04-26 Tom Tromey <tromey@adacore.com>
903
904 PR gdb/27743:
905 * gdb.dwarf2/imported-unit-bp.exp: New file.
906 * gdb.dwarf2/imported-unit-bp-main.c: New file.
907 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
908
bea3329b
SM
9092021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
910
911 PR gdb/27773
912 * gdb.base/dump.exp: Test dump to non-existent dir.
913
21f91785
LM
9142021-04-26 Luis Machado <luis.machado@linaro.org>
915
916 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
917 comparison.
918
fbb46296
LS
9192021-04-25 Lancelot Six <lsix@lancelotsix.com>
920
921 PR gdb/22640
922 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
923 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
924 changes the default behavior of 'ptype/o'. Update to take into
925 account new horizontal layout.
926 * gdb.rust/simple.exp: Update ptype test to check new horizontal
927 layout.
928 * gdb.rust/union.exp: Same.
929
9fc29955
AB
9302021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
931
932 * gdb.base/info_sources.exp: Add new tests.
933
432ce4cf
TT
9342021-04-22 Tom Tromey <tom@tromey.com>
935
936 * gdb.base/ptype-offsets.cc (struct empty_member): New.
937 (main): Use empty_member.
938 * gdb.base/ptype-offsets.exp: Add new test.
939
a87caa6d
SM
9402021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
941
942 * gdb.python/flexible-array-member.exp: Add check for Python
943 support.
944
e25d6d93
SM
9452021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
946
947 PR gdb/27757
948 * gdb.python/flexible-array-member.c: New test.
949 * gdb.python/flexible-array-member.exp: New test.
950 * gdb.guile/scm-type.exp (test_range): Add test for flexible
951 array member.
952 * gdb.guile/scm-type.c (struct flex_member): New.
953 (main): Use it.
954
22f80c0f
TT
9552021-04-22 Tom Tromey <tom@tromey.com>
956
957 * gdb.rust/modules.exp: Add checks for syntax errors.
958 * gdb.rust/expr.exp: Add checks for syntax errors.
959 * gdb.rust/simple.exp: Add checks for syntax errors.
960
6d5702a5
CL
9612021-04-21 Carl Love <cel@us.ibm.com>
962
963 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
964 Update expected string for gdb_test "bt".
965
966 * lib/valgrind.exp: Add set remotetimeout 3.
967 Increase vgdb wait from 1 to 2.
968 Add max-invoke-ms option to vgdb command line.
969
10a636cc
TBA
9702021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
971
972 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
973 conditions.
974
98e713ab
SM
9752021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
976 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
977
978 * gdb.mi/mi-break.exp: Fix the duplicate test names.
979
525174e8
FW
9802021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
981
982 * gdb.base/address_space_qualifier.exp: New file.
983
392e0bcc
TT
9842021-04-19 Tom Tromey <tromey@adacore.com>
985
986 PR gdb/27742:
987 * gdb.opt/inline-locals.exp: Update kfail patterns.
988
da314dd3
TT
9892021-04-17 Tom Tromey <tom@tromey.com>
990
991 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
992
3cbc7ac3
TT
9932021-04-16 Tom Tromey <tom@tromey.com>
994
995 * gdb.rust/simple.exp: Change error text.
996 * gdb.rust/expr.exp: Change error text.
997
458620aa
TT
9982021-04-16 Tom Tromey <tom@tromey.com>
999
1000 * gdb.rust/simple.exp: Add parens to 'as' test.
1001
321d0cd7
SM
10022021-04-16 Simon Marchi <simon.marchi@efficios.com>
1003
1004 * boards/simavr.exp: Set debug_flags.
1005
1b6b755e
LM
10062021-04-16 Luis Machado <luis.machado@linaro.org>
1007
1008 * gdb.dwarf2/dw2-bfloat16.exp: New file.
1009
fd5c30cd
AB
10102021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1011
1012 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
1013 including a path in the test name.
1014
41f14dc8
SM
10152021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
1016
1017 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
1018
a15a276b
TT
10192021-04-15 Tom Tromey <tromey@adacore.com>
1020
1021 * gdb.dwarf2/arr-stride.exp: Add test.
1022
5809fbf2
TT
10232021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * gdb.base/startup-file.exp: Add more tests.
1026
92e4e97a
AB
10272021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1028
1029 PR cli/25956
1030 * gdb.base/early-init-file.c: New file.
1031 * gdb.base/early-init-file.exp: New file.
1032 * lib/gdb-utils.exp (style): Handle style 'none'.
1033
fcc99c42
TBA
10342021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1035
1036 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
1037 @DW_INL_declared_inlined for the inline attribute.
1038
34dc0f95
TBA
10392021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1040
1041 * gdb.opt/inline-locals.c (scoped): New function.
1042 (main): Call 'scoped'.
1043 * gdb.opt/inline-locals.exp: Update with "info locals" tests
1044 for scoped variables.
1045 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
1046 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
1047
ac4d323e
TBA
10482021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1049
1050 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
1051
6b142048
WS
10522021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
1053
1054 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
1055
82d9b280 10562021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
c8a37944
WS
1057
1058 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
1059 non-relative plxv instructions.
1060 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
1061
10622021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
82d9b280 1063
e3d528d7
WS
1064 PR gdb/27525
1065 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
1066 exercise single-stepping over subpcis,lnia,addpcis instructions
1067 with displacement.
1068 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
1069 of addpcis/lnia/subpcis instructions.
1070 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
1071 exercise single-stepping over lnia instructions with displacement.
1072 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
1073 lnia instructions.
1074
10752021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
1076
82d9b280
WS
1077 * gdb.arch/powerpc-power10.s: New test for instructions.
1078 * gdb.arch/powerpc-power10.exp: Harness to run the test.
1079
6ba4cb84
CL
10802021-4-12 Carl Love <cel@us.ibm.com>
1081
1082 * gdb.arch/vsx-vsr-float128.c: New test file.
1083 * gdb.arch/vsx-vsr-float128.exp: New expect file.
1084
9d8f3022
MM
10852021-04-12 Markus Metzger <markus.t.metzger@intel.com>
1086
1087 * gdb.btrace/reconnect.exp: Relax expected stepi output.
1088
dc2b480f
WP
10892021-04-07 Weimin Pan <weimin.pan@oracle.com>
1090
1091 * gdb.base/ctf-ptype.c: Add struct link containing a forward
1092 reference type.
1093 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
1094
0a703a4c
AB
10952021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1096
1097 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
1098 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
1099
30ab3586
AB
11002021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1101
1102 * gdb.cp/rvalue-ref-params.cc (f3): New function.
1103 (f4): New function.
1104 (global_int): New global variable.
1105 (global_float): Likeiwse.
1106 (main): Call both new functions.
1107 * gdb.cp/rvalue-ref-params.exp: Add new tests.
1108
56d467f4
CT
11092021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1110
1111 * gdb.dwarf2/fission-relative-dwo.c: New file.
1112 * gdb.dwarf2/fission-relative-dwo.exp: New file.
1113
61dee722
AB
11142021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1115
1116 * gdb.dwarf2/fission-absolute-dwo.c: New file.
1117 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
1118 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
1119 instead of build_executable_from_fission_assembler.
1120 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
1121 * gdb.dwarf2/fission-loclists.exp: Likewise.
1122
1123 * gdb.dwarf2/fission-multi-cu.S: Delete file.
1124 * gdb.dwarf2/fission-multi-cu.c: New file based on old
1125 fission-multi-cu1.c and fission-multi-cu2.c files.
1126 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
1127 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
1128 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
1129 * gdb.dwarf2/fission-reread.exp: Likewise.
1130 * lib/dwarf.exp (extract_dwo_information): New proc.
1131 (strip_dwo_information): New proc.
1132 (build_executable_and_dwo_files): New proc.
1133 (build_executable_from_fission_assembler): Delete.
1134 (Dwarf::_debug_addr_index): New variable.
1135 (Dwarf::_cu_is_fission): New variable.
1136 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
1137 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
1138 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
1139 if this is a fission CU.
1140 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
1141 (Dwarf::debug_addr_label): New proc.
1142 (Dwarf::cu): Initialise _cu_is_fission.
1143 (Dwarf::tu): Likewise.
1144 (Dwarf::assemble): Initialise _debug_addr_index.
1145
1fd999d9
AB
11462021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1147
1148 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
1149
79c02443
AB
11502021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1151
1152 * gdb.python/py-parameter.exp: Add test for reading data-directory
1153 using gdb.parameter API.
1154
340d00fb
TV
11552021-04-06 Tom de Vries <tdevries@suse.de>
1156
1157 PR breakpoints/25884
1158 * gdb.opt/inline-cmds.exp: Remove kfail.
1159
043bcbaf
TV
11602021-04-06 Tom de Vries <tdevries@suse.de>
1161
1162 PR testsuite/27691
1163 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
1164 file "".
1165
ac628a06
EB
11662021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
1167
1168 * lib/pdtrace.in: Fix obvious typo.
1169
3f49d080
TT
11702021-03-31 Tom Tromey <tromey@adacore.com>
1171
1172 * lib/dwarf.exp (Dwarf::_get_args): New proc.
1173 (Dwarf::_location): Use it.
1174
cfcbd506
TV
11752021-03-31 Tom de Vries <tdevries@suse.de>
1176
1177 PR testsuite/27667
1178 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
1179
8a91fbdf
SM
11802021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
1181
1182 PR gdb/27541
1183 * gdb.base/index-cache-load-twice.exp: Remove.
1184 * gdb.base/index-cache-load-twice.c: Remove.
1185 * gdb.dwarf2/per-bfd-sharing.exp: New.
1186 * gdb.dwarf2/per-bfd-sharing.c: New.
1187
b953e703
TV
11882021-03-30 Tom de Vries <tdevries@suse.de>
1189
1190 PR testsuite/27604
1191 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
1192
aa33ea68
TBA
11932021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1194
1195 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
1196 the infinite loop to avoid a Clang bug.
1197
99066782
WS
11982021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
1199
1200 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
1201 names for uniqueness.
1202 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
1203 uniqueness.
1204
b1f3973b
AB
12052021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
1208 member.
1209 (make_container): Initialise is_array_p.
1210 * gdb.python/py-prettyprint.exp: Add new tests.
1211 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
1212 Check is_array_p and possibly return 'array'.
1213
3c2dcf90
AB
12142021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1215
1216 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
1217 * gdb.cp/casts.exp: Give tests unique names.
1218 * gdb.cp/filename.exp: Likewise.
1219 * gdb.cp/gdb2495.exp: Likewise.
1220 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
1221 * gdb.cp/misc.exp: Rename test to make it unique.
1222 * gdb.cp/nsnested.exp: Give tests unique names.
1223 * gdb.cp/ovldbreak.exp: Likewise.
1224 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
1225 being tested. This also removes the duplicate test name.
1226 * gdb.cp/ref-types.exp: Likewise.
1227 * gdb.cp/temargs.exp: Likewise.
1228
6b78370d
AB
12292021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1230
1231 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
1232 square brackets in test.
1233
baecbb3d
AB
12342021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1235
1236 * gdb.cp/maint.exp (test_first_component): Run more tests with a
1237 variable number of spaces, this removes the duplicate testing of
1238 'operator ->' which existed before.
1239
6e892297
AB
12402021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1241
1242 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
1243 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
1244 duplicates, and also to avoid having a string inside parentheses
1245 at the end of test names.
1246
ac45a6ca
AB
12472021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1248
1249 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
1250 Avoid repeated uses of 'runto', and instread just progress once
1251 through the test stopping at different breakpoints. Give comments
1252 a capital letter and full stop. Give duplicate tests unique names.
1253
323fd5b9
PA
12542021-03-25 Pedro Alves <pedro@palves.net>
1255
1256 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
1257 "target_non_stop" parameter and use it.
1258 (top level): Add "maint set target-non-stop on/off" testing axis.
1259
ba3c61fc
AB
12602021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
1261
1262 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
1263 gdb_test_multiple.
1264
bf0aecce
LM
12652021-03-24 Luis Machado <luis.machado@linaro.org>
1266
1267 * gdb.arch/aarch64-mte.c: New file.
1268 * gdb.arch/aarch64-mte.exp: New test.
1269 * gdb.base/memtag.c: New file.
1270 * gdb.base/memtag.exp: New test.
1271 * lib/gdb.exp (supports_memtag): New function.
1272
bef382e6
LM
12732021-03-24 Luis Machado <luis.machado@linaro.org>
1274
1275 * gdb.base/options.exp: Adjust for new print options.
1276 * gdb.base/with.exp: Likewise.
1277
702cf3f5
AB
12782021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1279
1280 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
1281 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
1282
1e7fcccb
AB
12832021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1284
1285 * gdb.dwarf2/dw2-using-debug-str.c: New file.
1286 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
1287 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
1288 not .debug_string.
1289
4829711b
TT
12902021-03-20 Tom Tromey <tom@tromey.com>
1291
1292 * gdb.base/maint.exp: Update "maint print statistics" output.
1293
e0d6d274
KB
12942021-03-19 Kevin Buettner <kevinb@redhat.com>
1295
1296 * lib/gdbserver-support.exp (gdbserver_exit): Use the
1297 "-nowait" flag when waiting for gdbserver to exit.
1298
a088215a
SST
12992021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
1300
1301 * gdb.base/info-macros.exp: Append -fdebug-macro to
1302 additional_flags for clang.
1303 * gdb.base/macscp.exp: Likewise.
1304 * gdb.base/style.exp: Likewise.
1305 * gdb.linespec/macro-relative.exp: Likewise.
1306
d0c99a23
SM
13072021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
1308 Pedro Alves <pedro@palves.net>
1309
1310 * gdb.base/run-attach-while-running.exp: New.
1311 * gdb.base/run-attach-while-running.c: New.
1312
7807d76a
AB
13132021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1314
1315 * gdb.python/py-framefilter-addr.c: New file.
1316 * gdb.python/py-framefilter-addr.exp: New file.
1317 * gdb.python/py-framefilter-addr.py: New file.
1318
f302f9e2
AB
13192021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1320
1321 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
1322 Make use of $gdb_test_name instead of creating a separate $test
1323 variable.
1324 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
1325 adding a '($name)' at the end of each test. This also catches the
1326 one place where '($name)' was missing, and so caused a duplicate
1327 test name.
1328 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
1329 duplicate test names based on the command being tested.
1330 * gdb.threads/signal-command-multiple-signals-pending.exp:
1331 Likewise.
1332 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
1333 avoid duplicate testnames when a test script uses this proc and
1334 also gdb_compile_pthreads.
1335 * lib/prelink-support.exp (build_executable_own_libs): Use
1336 with_test_prefix to avoid duplicate test names when we call
1337 build_executable twice.
1338
6813ceb0
TT
13392021-03-15 Tom Tromey <tromey@adacore.com>
1340
1341 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
1342
3b5c4de0
TT
13432021-03-15 Tom Tromey <tromey@adacore.com>
1344
1345 * gdb.ada/varsize_limit.exp: Add new test.
1346 * gdb.ada/varsize_limit/vsizelim.adb: Update.
1347
c04da66c
TT
13482021-03-15 Tom Tromey <tromey@adacore.com>
1349
1350 * gdb.ada/operator_call/twovecs.ads: New file.
1351 * gdb.ada/operator_call/twovecs.adb: New file.
1352 * gdb.ada/operator_call/opcall.adb: New file.
1353 * gdb.ada/operator_call.exp: New file.
1354
1ac74522
TT
13552021-03-15 Tom Tromey <tromey@adacore.com>
1356
1357 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
1358 * gdb.ada/enums_overload/enums_overload.ads: New file.
1359 * gdb.ada/enums_overload/enums_overload.adb: New file.
1360 * gdb.ada/enums_overload.exp: New file.
1361
207582c0
TT
13622021-03-15 Tom Tromey <tromey@adacore.com>
1363
1364 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
1365 Declare.
1366 * gdb.ada/assign_arr/target_wrapper.adb: New file.
1367 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
1368 Call Put.
1369 * gdb.ada/assign_arr.exp: Update.
1370
ba6a0ef3
AB
13712021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * gdb.python/py-auto-load-chaining-f1.c: New file.
1374 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
1375 * gdb.python/py-auto-load-chaining-f2.c: New file.
1376 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
1377 * gdb.python/py-auto-load-chaining.c: New file.
1378 * gdb.python/py-auto-load-chaining.exp: New file.
1379
7f99d636
AB
13802021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.python/py-bad-printers.exp: Extend test names to make them
1383 unique.
1384 * gdb.python/py-events.exp: Likewise.
1385 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1386 * gdb.python/py-frame-inline.exp: Likewise.
1387 * gdb.python/py-frame.exp: Likewise.
1388 * gdb.python/py-infthread.exp: Likewise.
1389
323b848c
AB
13902021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1391
1392 * gdb.python/py-value-cc.exp: Remove a duplicate test.
1393
8a4efb36
AB
13942021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1395
1396 * gdb.python/lib-types.exp: Update the test to check the correct
1397 python variable.
1398
66bb1dd9
AB
13992021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1400
1401 * gdb.python/py-explore-cc.exp: Extend test names to make them
1402 unique.
1403
0125fabc
AB
14042021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1405
1406 * gdb.python/py-lookup-type.exp: Remove duplicate test.
1407
79d04157
AB
14082021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * gdb.python/py-symtab.exp: Extend test names to make them
1411 unique.
1412
e3e48d8f
AB
14132021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
1416 names unique.
1417
2cb60e74
AB
14182021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1419
1420 * gdb.python/py-block.exp: Give tests unique names.
1421
8b12ded4
AB
14222021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1423
1424 * gdb.python/py-pp-maint.exp: Extend test names to make them
1425 unique.
1426
93598ea4
AB
14272021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1428
1429 * gdb.python/py-explore.exp: Add with_test_prefix to make test
1430 names unique.
1431
f35d6971
AB
14322021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1433
1434 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
1435
22d3e7f6
AB
14362021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1437
1438 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
1439 names unique.
1440
5fc5a1b8
AB
14412021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1442
1443 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
1444 test names unique.
1445
e3141a4d
AB
14462021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1447
1448 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
1449 unique.
1450
ccdc02ed
TT
14512021-03-09 Tom Tromey <tromey@adacore.com>
1452
1453 * gdb.base/cast-call.exp: New file.
1454 * gdb.base/cast-call.c: New file.
1455
fbb1aace
AB
14562021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1457
1458 * gdb.gdb/python-helper.exp: New file.
1459
611aa09d
FW
14602020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
1461
1462 * gdb.fortran/intrinsics.exp: Add LOC tests.
1463
eef32f59
AB
14642021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.fortran/shape.exp: New file.
1467 * gdb.fortran/shape.f90: New file.
1468
7ba155b3
AB
14692021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1470
1471 * gdb.fortran/size.exp: New file.
1472 * gdb.fortran/size.f90: New file.
1473
e14816a8
AB
14742021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1475
1476 * gdb.fortran/rank.exp: New file.
1477 * gdb.fortran/rank.f90: New file.
1478
d308ba78
TT
14792021-03-08 Tom Tromey <tom@tromey.com>
1480
1481 * gdb.fortran/debug-expr.exp: Update tests.
1482
d182f279
TT
14832021-03-08 Tom Tromey <tom@tromey.com>
1484
1485 * gdb.base/debug-expr.exp: Update expected dump output.
1486
a7308ce0
TT
14872021-03-06 Tom Tromey <tom@tromey.com>
1488
1489 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
1490 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
1491 * gdb.dwarf2/dwznolink.exp: New file.
1492
b0a8c2ff
MW
14932021-03-05 Mark Wielaard <mark@klomp.org>
1494
1495 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
1496
844be3f2
WP
14972021-03-06 Weimin Pan <weimin.pan@oracle.com>
1498
1499 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
1500
82333781
MM
15012021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1502
1503 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
1504
32c52999
MM
15052021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1506
1507 * gdb.btrace/non-stop.exp: Adjust expected source lines.
1508
26ed1478
MM
15092021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1510
1511 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
1512
d2c5f24e
MM
15132021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1514
1515 * gdb.btrace/exception.cc (main): Update test source.
1516 * gdb.btrace/exception.exp: Update patterns.
1517 * gdb.btrace/function_call_history.exp: Likewise.
1518
c7c7253a
MM
15192021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1520
1521 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
1522
f0778fc1
MM
15232021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1524
1525 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
1526 reverse-continue to breakpoint.
1527
e71dbd03
MM
15282021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1529
1530 * gdb.btrace/delta.exp: Remove instruction-history and
1531 function-call-history checks.
1532
b93a3ed0
MM
15332021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1534
1535 * README (Note): Add nopie_ldflag.
1536 * lib/gdb.exp (gdb_compile): Extend nopie handling.
1537
bbcdf9ab
TT
15382021-03-02 Tom Tromey <tromey@adacore.com>
1539
1540 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
1541 encodings.
1542
bb3a4efe
LS
15432021-02-27 Lancelot Six <lsix@lancelotix.com>
1544
1545 PR gdb/27393
1546 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
1547
1548
573dc0cc
TT
15492021-02-26 Tom Tromey <tom@tromey.com>
1550
1551 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
1552
f8218786
JV
15532021-02-26 Jan Vrany <jan.vrany@labware.com>
1554
1555 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1556 Remove trailing \n from expected output.
1557
cb51b708
MM
15582021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1559
1560 * lib/gdb.exp (use_gdb_stub): Extend comment.
1561
64d38fdd
JM
15622021-02-25 Jan Matyas <jmatyas@codasip.com>
1563
1564 PR gdb/26819
1565 * gdb.server/stop-reply-no-thread.exp: Add two test
1566 scenarios that cover remote targets which do not have
1567 the concept of threads.
1568
d4ff3cbf
AB
15692021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1570
1571 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1572
68337b8b
AB
15732021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1574
1575 PR fortran/26155
1576 * gdb.fortran/call-no-debug-func.f90: New file.
1577 * gdb.fortran/call-no-debug-prog.f90: New file.
1578 * gdb.fortran/call-no-debug.exp: New file.
1579
faeb9f13
AB
15802021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1581
1582 * gdb.fortran/associated.exp: New file.
1583 * gdb.fortran/associated.f90: New file.
1584
170f4b23
AB
15852021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1586
1587 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1588
dd80d750
AB
15892021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1590
1591 * gdb.base/sect-cmd.exp: Update expected results.
1592
b91919ac
AB
15932021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1594
1595 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1596 techniques. Enable the test for all targets.
1597
02a79309
AB
15982021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1599
1600 * gdb.base/maint-info-sections.exp: Add new tests.
1601 (check_maint_info_target_sections_output): New proc.
1602
895b7b4e
AB
16032021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1604
1605 * gdb.arch/riscv-default-tdesc.exp: New file.
1606
bc3c0632
AB
16072021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1608
1609 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1610
acde2092
AB
16112021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1612
1613 * gdb.arch/i386-biarch-core.exp: Add target check.
1614
7d2e5095
AKS
16152021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1616
1617 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1618
96df3e28
AB
16192021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1620
1621 * gdb.fortran/allocated.exp: New file.
1622 * gdb.fortran/allocated.f90: New file.
1623
a1670b72
AB
16242021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1625
1626 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1627
bf3386f0
AB
16282021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1629
1630 * gdb.base/maint-info-sections.exp: Update expected output, and
1631 add additional tests. Again.
1632
4790db14
AB
16332021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1634
1635 * gdb.base/maint-info-sections.exp: Update expected output, and
1636 add additional tests.
1637
f4be6772
AB
16382021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1639
1640 * gdb.base/maint-info-sections.exp: New file, content is moved
1641 from gdb.base/maint.exp and cleaned up to use latest testsuite
1642 techniques.
1643 * gdb.base/maint.exp: Tests moved out to
1644 gdb.base/maint-info-sections.exp.
1645
25ad1e83
SM
16462021-02-10 Simon Marchi <simon.marchi@efficios.com>
1647
1648 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1649 GDBFLAGS.
1650
e92c8eb8
AB
16512021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1652
1653 * gdb.fortran/lbound-ubound.F90: New file.
1654 * gdb.fortran/lbound-ubound.exp: New file.
1655
ee4c3d88
TV
16562021-02-10 Tom de Vries <tdevries@suse.de>
1657
1658 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1659 "Restore saved setting of complaints".
1660
cf2b2075
TV
16612021-02-09 Tom de Vries <tdevries@suse.de>
1662
1663 PR symtab/27341
1664 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1665 (gdb_load_no_complaints): ... here.
1666 * gdb.fortran/function-calls.exp: Add test-case.
1667
b61f7811
HAQ
16682021-02-09 Abid Qadeer <abidh@codesourcery.com>
1669
1670 * gdb.threads/signal-command-handle-nopass.exp: Call
1671 'standard_testfile' before using 'testfile'.
1672 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1673 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1674 * gdb.threads/signal-sigtrap.exp: Likewise
1675
3d4aae48
LM
16762021-02-08 Luis Machado <luis.machado@linaro.org>
1677
1678 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1679
4001d90d
TV
16802021-02-08 Tom de Vries <tdevries@suse.de>
1681
1682 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1683
29db1eb3
AB
16842021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1685
1686 * gdb.python/tui-window-disabled.c: New file.
1687 * gdb.python/tui-window-disabled.exp: New file.
1688 * gdb.python/tui-window-disabled.py: New file.
1689
e0c23e11
AB
16902021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1691
1692 * gdb.python/tui-window.exp: Add new tests.
1693 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1694 TestWindow object into global the_window.
1695 <remote_title>: New method.
1696 (delete_window_title): New function.
1697
1cf23996
AB
16982021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1699
1700 * gdb.tui/winheight.exp: Add more tests.
1701
2708dbbd
AB
17022021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1703
1704 * gdb.python/py-framefilter.exp: Update expected results.
1705 * gdb.python/python.exp: Update expected results.
1706
cd074e04
AB
17072021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1708
1709 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1710 about bug in GDB, update expected results, and add more tests.
1711
5fb97639
AB
17122021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1713
1714 * gdb.tui/scroll.exp: New file.
1715 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1716 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1717 remaining lines up.
1718 (Term::check_region_contents): New proc.
1719 (Term::check_box_contents): Use check_region_contents.
1720
c0e56745
TV
17212021-02-06 Tom de Vries <tdevries@suse.de>
1722
1723 PR testsuite/26922
1724 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1725 scrolling.
1726
0e857c82
TV
17272021-02-05 Tom de Vries <tdevries@suse.de>
1728
1729 PR breakpoints/27313
1730 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1731 rejected.
1732
a22ec6e8
TV
17332021-02-05 Tom de Vries <tdevries@suse.de>
1734
1735 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1736 * gdb.fortran/mixed-lang-stack.exp: Same.
1737
ae710496
TV
17382021-02-05 Tom de Vries <tdevries@suse.de>
1739
1740 PR exp/27265
1741 * gdb.base/complex-parts.exp: Add tests.
1742
d3b54e63
TV
17432021-02-05 Tom de Vries <tdevries@suse.de>
1744
1745 PR symtab/27307
1746 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1747
3eccb1c8
SV
17482021-02-04 Shahab Vahedi <shahab@synopsys.com>
1749
1750 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1751
a71501e2
PA
17522021-02-03 Pedro Alves <pedro@palves.net>
1753
1754 * gdb.threads/detach-step-over.c: New file.
1755 * gdb.threads/detach-step-over.exp: New file.
1756
92234eb1
PA
17572021-02-03 Pedro Alves <pedro@palves.net>
1758
1759 * gdb.threads/attach-non-stop.c: New file.
1760 * gdb.threads/attach-non-stop.exp: New file.
1761
2e3773ff
LS
17622021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1763
1764 * gdb.base/inferior-noarg.c: New test.
1765 * gdb.base/inferior-noarg.exp: New test.
1766
e0bd9202
SM
17672021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1768
1769 * gdb.base/scope.exp: Use proc_with_prefix.
1770
9307efbe
SM
17712021-02-02 Simon Marchi <simon.marchi@efficios.com>
1772
1773 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1774 table proc.
1775 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1776 .debug_rnglists table without offset array.
1777 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1778 .debug_loclists table without offset array.
1779
2b0c7f41
SM
17802021-02-02 Simon Marchi <simon.marchi@efficios.com>
1781
1782 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1783 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1784 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1785 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1786 attribute
1787
ecfda20d
SM
17882021-02-02 Simon Marchi <simon.marchi@efficios.com>
1789
1790 PR gdb/26813
1791 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1792 (loclists): New proc.
1793 * gdb.dwarf2/loclists-multiple-cus.c: New.
1794 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1795 * gdb.dwarf2/loclists-sec-offset.c: New.
1796 * gdb.dwarf2/loclists-sec-offset.exp: New.
1797
6b0933da
SM
17982021-02-02 Simon Marchi <simon.marchi@efficios.com>
1799
1800 * lib/dwarf.exp (_location): Add parameters.
1801 (_handle_DW_FORM): Adjust.
1802
962effa7
SM
18032021-02-02 Simon Marchi <simon.marchi@efficios.com>
1804
1805 PR gdb/26813
1806 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1807 (cu): Generate header for DWARF 5.
1808 (rnglists): New proc.
1809 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1810 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1811
2bd3e4b8
TV
18122021-02-02 Tom de Vries <tdevries@suse.de>
1813
1814 PR symtab/24620
1815 * gdb.dwarf2/fission-reread.exp: Add test-case.
1816
c39c8637
TV
18172021-02-01 Tom de Vries <tdevries@suse.de>
1818
1819 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1820 * gdb.dwarf2/fission-loclists-pie.S: Same.
1821 * gdb.dwarf2/fission-loclists.S: Same.
1822 * gdb.dwarf2/fission-multi-cu.S: Same.
1823 * gdb.dwarf2/fission-reread.S: Same.
1824 * gdb.dwarf2/fission-base.exp: Use DWO.
1825 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1826 * gdb.dwarf2/fission-loclists.exp: Same.
1827 * gdb.dwarf2/fission-multi-cu.exp: Same.
1828 * gdb.dwarf2/fission-reread.exp: Same.
1829
ebde6f2d
TV
18302021-01-29 Tom de Vries <tdevries@suse.de>
1831
1832 PR breakpoints/26063
1833 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1834 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1835
620ec3ca
TV
18362021-01-29 Tom de Vries <tdevries@suse.de>
1837
1838 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1839
cdeba395
TV
18402021-01-28 Tom de Vries <tdevries@suse.de>
1841
1842 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1843 in the backtrace, and use that in the rest of the test instead of
1844 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1845
c47b145e
TV
18462021-01-28 Tom de Vries <tdevries@suse.de>
1847
1848 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1849 * gdb.arch/i386-sse-stack-align.c: Same.
1850 * gdb.arch/i386-sse-stack-align.exp: Same.
1851
47918cca
AB
18522021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1853
1854 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1855
2f985dd1
TV
18562021-01-28 Tom de Vries <tdevries@suse.de>
1857
1858 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1859
22efa3d3
TV
18602021-01-28 Tom de Vries <tdevries@suse.de>
1861
1862 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1863 "maint info line-table". Make PASS pattern more specific. Make
1864 FAIL pattern work for -m32.
1865
59b59f08
LS
18662021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1867
1868 PR gdb/27133
1869 * gdb.base/ui-redirect.exp: Add test case that ensures that
1870 redirecting both logging and debug does not cause gdb to crash.
1871
1872
807f647c
MM
18732021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1874
1875 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1876
4ca40594
TV
18772021-01-26 Tom de Vries <tdevries@suse.de>
1878
1879 * gdb.threads/killed-outside.exp: Allow regular output.
1880
d0021af3
TV
18812021-01-26 Tom de Vries <tdevries@suse.de>
1882
1883 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1884
9f6c202e
TV
18852021-01-25 Tom de Vries <tdevries@suse.de>
1886
1887 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1888 * lib/gdb.exp: Use gdb_load_no_complaints.
1889
a625a8c9
TT
18902021-01-25 Tom Tromey <tromey@adacore.com>
1891
1892 * gdb.ada/fixed_points.exp: Add regression test.
1893 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1894 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1895
19184910
TT
18962021-01-25 Tom Tromey <tromey@adacore.com>
1897
1898 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1899
acd6125f
TT
19002021-01-25 Tom Tromey <tromey@adacore.com>
1901
1902 * gdb.ada/local-enum.exp: New file.
1903 * gdb.ada/local-enum/local.adb: New file.
1904
1af4c9c4
TT
19052021-01-23 Tom Tromey <tom@tromey.com>
1906
1907 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1908
705646c0
BE
19092021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1910
1911 * gdb.base/line65535.exp: Fix test expectation.
1912
0ac85db5
SM
19132021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1914
1915 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1916 suppression.
1917 (default_gdb_exit): Likewise.
1918 (default_gdb_spawn): Likewise.
1919 (send_gdb): Likewise.
1920 (gdb_expect): Likewise.
1921 (gdb_expect_list): Likewise.
1922 (default_gdb_init): Likewise.
1923 (gdb_suppress_entire_file): Remove.
1924 (gdb_suppress_tests): Remove.
1925 (gdb_stop_suppressing_tests): Remove.
1926 (gdb_clear_suppressed): Remove.
1927 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1928 related to test suppression.
1929 (default_mi_gdb_start): Likewise.
1930 (mi_gdb_reinitialize_dir): Likewise.
1931 (mi_gdb_test): Likewise.
1932 (mi_run_cmd_full): Likewise.
1933 (mi_runto_helper): Likewise.
1934 (mi_execute_to): Likewise.
1935 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1936 * gdb.base/bitfields.exp: Likewise.
1937 * gdb.base/bitfields2.exp: Likewise.
1938 * gdb.base/break.exp: Likewise.
1939 * gdb.base/call-sc.exp: Likewise.
1940 * gdb.base/callfuncs.exp: Likewise.
1941 * gdb.base/dfp-test.exp: Likewise.
1942 * gdb.base/endian.exp: Likewise.
1943 * gdb.base/exprs.exp: Likewise.
1944 * gdb.base/funcargs.exp: Likewise.
1945 * gdb.base/hbreak2.exp: Likewise.
1946 * gdb.base/recurse.exp: Likewise.
1947 * gdb.base/scope.exp: Likewise.
1948 * gdb.base/sepdebug.exp: Likewise.
1949 * gdb.base/structs.exp: Likewise.
1950 * gdb.base/until.exp: Likewise.
1951 * gdb.cp/misc.exp: Likewise.
1952
9d2d8a16
AB
19532021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 PR cli/25956
1956 * gdb.base/style.exp (run_style_tests): Add version string test.
1957 (test_startup_version_string): Use version style name.
1958 * lib/gdb-utils.exp (style): Handle version style name.
1959
e7b43072
AB
19602021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1961
1962 * gdb.base/style.exp (limited_style): New proc.
1963 (clean_restart_and_disable): New proc.
1964 (run_style_tests): New proc. Most of the old tests from this file
1965 are now in this proc.
1966 (test_startup_version_string): New proc. Reamining test from the
1967 old file is in this proc.
1968
2189c312
SM
19692021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1970
1971 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1972 Adjust to "set debug remote" changes.
1973
cd211c75
LM
19742021-01-21 Luis Machado <luis.machado@linaro.org>
1975
1976 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1977 message.
1978
730af663
SM
19792021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1980
1981 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1982
325d39e4
HD
19832021-01-21 Hannes Domani <ssbssa@yahoo.de>
1984
1985 PR python/19151
1986 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1987
c3e96aa7
SM
19882021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1989
1990 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1991
6571ffc6
SM
19922021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1993
1994 * lib/tuiterm.exp: Add links in comments.
1995
7c794afd
TV
19962021-01-20 Tom de Vries <tdevries@suse.de>
1997
1998 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1999 offset.
2000
1402665c
TV
20012021-01-20 Tom de Vries <tdevries@suse.de>
2002
2003 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
2004
6f52fdf4
SDJ
20052021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
2006
2007 * gdb.arch/amd64-stap-expressions.S: New file.
2008 * gdb.arch/amd64-stap-expressions.exp: New file.
2009
14852123
TV
20102021-01-19 Tom de Vries <tdevries@suse.de>
2011
2012 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
2013 sequence.
2014
0c4e2c6c
TV
20152021-01-19 Tom de Vries <tdevries@suse.de>
2016
2017 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
2018
02baa133
AB
20192021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
2020
2021 * gdb.fortran/array-slices.exp (run_test): Avoid including
2022 addresses in test names.
2023
10f92414
TV
20242021-01-15 Tom de Vries <tdevries@suse.de>
2025
2026 PR testsuite/26997
2027 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
2028 when adding sizeof.
2029
116d0cf1
TV
20302021-01-14 Tom de Vries <tdevries@suse.de>
2031
2032 PR testsuite/24590
2033 * gdb.base/style.exp: Handle shorter argv in frame command output.
2034
8f66807b
AB
20352021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2036
2037 PR gdb/26819
2038 * gdb.server/stop-reply-no-thread-multi.c: New file.
2039 * gdb.server/stop-reply-no-thread-multi.exp: New file.
2040
3f94e588
TV
20412021-01-12 Tom de Vries <tdevries@suse.de>
2042
2043 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
2044 (main): Remove call to have_mpx.
2045 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
2046 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
2047 (main): Remote call to have_mpx.
2048 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
2049 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
2050 (main): Remove call to have_mpx.
2051 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
2052 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
2053 (main): Remove call to have_mpx.
2054 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
2055 * gdb.arch/i386-mpx.c (have_mpx): Remove.
2056 (main): Remote call to have_mpx.
2057 * gdb.arch/i386-mpx.exp: Use have_mpx.
2058 * lib/gdb.exp (have_mpx): New proc.
2059
5291fe3c
SP
20602021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2061
2062 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
2063
18bfb505
TV
20642021-01-12 Tom de Vries <tdevries@suse.de>
2065
2066 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
2067
ce38f5ed
AB
20682021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2069
2070 * gdb.fortran/debug-expr.exp: Add new tests.
2071
7c654b71
AB
20722021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2073
2074 * gdb.fortran/dot-ops.exp: Add new tests.
2075
10dadadc
TV
20762021-01-11 Tom de Vries <tdevries@suse.de>
2077
2078 PR testsuite/26968
2079 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
2080 Move insn setting $eax to before probe point.
2081
66beed02
TT
20822021-01-09 Tom Tromey <tom@tromey.com>
2083
2084 * gdb.trace/ax.exp: Do not require an "ext".
2085
8fc48b79
TT
20862021-01-08 Tom Tromey <tromey@adacore.com>
2087
2088 * gdb.ada/voidctx/pck.adb: New file.
2089 * gdb.ada/voidctx/pck.ads: New file.
2090 * gdb.ada/voidctx/voidctx.adb: New file.
2091 * gdb.ada/voidctx.exp: New file.
2092
6abd4cf2
SM
20932021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
2094
2095 PR gdb/27157
2096 * gdb.base/empty-host-env-vars.exp: New test.
2097
d00f0868
AB
20982021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.base/completion.exp: Add a new test.
2101
3c8c6de2
AB
21022021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
2103
2104 * gdb.fortran/intvar-dynamic-types.exp: New file.
2105 * gdb.fortran/intvar-dynamic-types.f90: New file.
2106
e3436813
AB
21072021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
2108
2109 * gdb.fortran/intvar-array.exp: New file.
2110 * gdb.fortran/intvar-array.f90: New file.
2111
d4813f10
TT
21122021-01-07 Tom Tromey <tromey@adacore.com>
2113
2114 * gdb.ada/assign_arr.exp: Add 'others' test.
2115
b49180ac
TT
21162021-01-06 Tom Tromey <tromey@adacore.com>
2117
2118 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
2119 (FP4_Type): New type.
2120 (FP4_Var): New variable.
2121 * gdb.ada/fixed_points/fixed_points.adb: Update.
2122 * gdb.ada/fixed_points.exp: Add tests for binary operators.
2123
3c55062c
SM
21242021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
2125
2126 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
2127 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2128 Pass prompt containing debug print to gdb_test_sequence.
2129
e4ad960a
TV
21302021-01-04 Tom de Vries <tdevries@suse.de>
2131
2132 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
2133
3ec3145c
SM
21342021-01-04 Simon Marchi <simon.marchi@efficios.com>
2135
2136
2137
8dc558a0
SM
21382021-01-04 Simon Marchi <simon.marchi@efficios.com>
2139
2140 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
2141 * gdb.server/connect-without-multi-process.exp: Likewise.
2142 * gdb.server/exit-multiple-threads.exp: Likewise.
2143 * gdb.server/ext-attach.exp: Likewise.
2144 * gdb.server/ext-restart.exp: Likewise.
2145 * gdb.server/ext-run.exp: Likewise.
2146 * gdb.server/ext-wrapper.exp: Likewise.
2147 * gdb.server/multi-ui-errors.exp: Likewise.
2148 * gdb.server/no-thread-db.exp: Likewise.
2149 * gdb.server/reconnect-ctrl-c.exp: Likewise.
2150 * gdb.server/run-without-local-binary.exp: Likewise.
2151 * gdb.server/server-kill.exp: Likewise.
2152 * gdb.server/server-run.exp: Likewise.
2153 * gdb.server/solib-list.exp: Likewise.
2154 * gdb.server/stop-reply-no-thread.exp: Likewise.
2155 * gdb.server/wrapper.exp: Likewise.
2156 * gdb.server/sysroot.exp: Increase timeout when testing the
2157 target: sysroot.
2158
d8387cc8
SM
21592021-01-04 Simon Marchi <simon.marchi@efficios.com>
2160
2161 * gdb.server/server-run.exp: Use clean_restart.
2162
5169ae34
SM
21632021-01-04 Simon Marchi <simon.marchi@efficios.com>
2164
2165 * gdb.server/ext-run.exp: Use clean_restart.
2166
7b0ff8a2
SM
21672021-01-04 Simon Marchi <simon.marchi@efficios.com>
2168
2169 * gdb.server/stop-reply-no-thread.exp: Use build_executable
2170 instead of prepare_for_testing.
2171
a754fbdf
SM
21722021-01-04 Simon Marchi <simon.marchi@efficios.com>
2173
2174 * gdb.server/solib-list.exp: Use clean_restart.
2175
c5e71b33
TV
21762021-01-04 Tom de Vries <tdevries@suse.de>
2177
2178 * gdb.base/morestack.c: Remove printf.
2179 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
2180
9b243007
TT
21812020-12-31 Tom Tromey <tom@tromey.com>
2182
2183 * gdb.rust/simple.exp: Update output for Rust 1.49.
2184
4ff509e7
BE
21852020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
2186
2187 * gdb.cp/step-and-next-inline.exp: Fix test case.
2188
391750c3
SM
21892020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
2190
2191 * gdb.python/py-frame-args.exp: De-duplicate test names.
2192
b7874836
AB
21932020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2194
2195 PR gdb/27059
2196 * gdb.dwarf2/dyn-type-unallocated.c: New file.
2197 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
2198
e1ff6226
PW
21992020-12-21 Peter Waller <p@pwaller.net>
2200
2201 * gdb.base/style-interp-exec-mi.exp: New.
2202 * gdb.base/style-interp-exec-mi.c: New.
2203
ca01f1bf
SM
22042020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2205
2206 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
2207 gdb_test. Use proc_with_prefix.
2208
0fe69a94
MM
22092020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2210
2211 * gdb.btrace/exception.exp: Build with nopie.
2212 * gdb.btrace/function_call_history.exp: Likewise.
2213 * gdb.btrace/unknown_functions.exp: Likewise.
2214
806e7575
MM
22152020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2216
2217 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
2218
493d2172
MM
22192020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2220
2221 * gdb.python/py-record-btrace.exp: Make test names unique.
2222 * gdb.python/py-record-full.exp: Likewise.
2223
1a1c0afc
MM
22242020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2225
2226 * gdb.btrace/data.exp: Make test names unique.
2227 * gdb.btrace/delta.exp: Likewise.
2228 * gdb.btrace/enable.exp: Likewise.
2229 * gdb.btrace/function_call_history.exp: Likewise.
2230 * gdb.btrace/nohist.exp: Likewise.
2231 * gdb.btrace/non-stop.exp: Likewise.
2232 * gdb.btrace/rn-dl-bind.exp: Likewise.
2233 * gdb.btrace/step.exp: Likewise.
2234 * gdb.btrace/stepi.exp: Likewise.
2235 * gdb.btrace/tailcall.exp: Likewise.
2236
98d837f0
MM
22372020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2238
2239 * gdb.btrace/enable.exp: Update error message.
2240 * gdb.btrace/multi-inferior.exp: Likewise.
2241 * gdb.btrace/reconnect.exp: Likewise.
2242 * gdb.python/py-record-btrace.exp: Likewise.
2243 * gdb.python/py-record-full.exp: Likewise.
2244
c541fa7c
TV
22452020-12-20 Tom de Vries <tdevries@suse.de>
2246
2247 * lib/gdb.exp (save_target_board_info): New proc.
2248 (gdb_compile_shlib): Use save_target_board_info.
2249
60108e47
TV
22502020-12-19 Tom de Vries <tdevries@suse.de>
2251
2252 * lib/gdb.exp (supports_scalar_storage_order_attribute)
2253 (supports_gnuc): New proc.
2254 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
2255 test_compiler_info calls. Add unsupported message.
2256 * gdb.base/endianity.c: Use TEST_SSO.
2257
fa639f55
HD
22582020-12-19 Hannes Domani <ssbssa@yahoo.de>
2259
2260 PR exp/27070
2261 * gdb.python/compare-enum-type-a.c: New test.
2262 * gdb.python/compare-enum-type-b.c: New test.
2263 * gdb.python/compare-enum-type.exp: New file.
2264 * gdb.python/compare-enum-type.h: New test.
2265
4aea001f
HD
22662020-12-18 Hannes Domani <ssbssa@yahoo.de>
2267
2268 * gdb.python/py-format-string.exp: Add tests for address keyword.
2269
b3f9469b
HD
22702020-12-18 Hannes Domani <ssbssa@yahoo.de>
2271
2272 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
2273
86ef42bd
TT
22742020-12-18 Tom Tromey <tromey@adacore.com>
2275
2276 * gdb.ada/fixed_points.exp: Also run with
2277 -fgnat-encodings=minimal. Update expected output.
2278
93df4a1d
SM
22792020-12-16 Simon Marchi <simon.marchi@efficios.com>
2280
2281 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
2282 * gdb.base/continue-all-already-running.exp: Likewise.
2283 * gdb.base/moribund-step.exp: Likewise.
2284 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
2285
592995fa
TV
22862020-12-16 Tom de Vries <tdevries@suse.de>
2287
2288 * gdb.base/batch-preserve-term-settings.exp:
2289
1e61189d
TV
22902020-12-16 Tom de Vries <tdevries@suse.de>
2291
2292 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
2293 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
2294
19007d95
LM
22952020-12-16 Luis Machado <luis.machado@linaro.org>
2296
2297 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
2298 pointer-based memory accesses.
2299 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
2300 hw watchpoint cases.
2301
a33fc9ae
RK
23022020-12-15 Rae Kim <rae.kim@gmail.com>
2303
2304 * gdb.base/document.exp: New test.
2305
0e5ad442
TT
23062020-12-15 Tom Tromey <tromey@adacore.com>
2307
2308 * gdb.base/style.exp: Add deprecation tests.
2309
60598dbd
SM
23102020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
2311
2312 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
2313
8cd6d968
MW
23142020-12-14 Mark Wielaard <mark@klomp.org>
2315
2316 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
2317 specially, set attr_form_comment to the actual FORM string used.
2318
eab9267c
MW
23192020-12-14 Mark Wielaard <mark@klomp.org>
2320
2321 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
2322 _constants(SPECIAL_expr) here, but set it...
2323 (Dwarf::cu): ...here based on _cu_version.
2324
2f413264
TV
23252020-12-14 Tom de Vries <tdevries@suse.de>
2326
2327 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
2328 pass -fPIC.
2329 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
2330 * gdb.base/break-probes.exp: Same.
2331 * gdb.base/ctxobj.exp: Same.
2332 * gdb.base/dso2dso.exp: Same.
2333 * gdb.base/global-var-nested-by-dso.exp: Same.
2334 * gdb.base/info-shared.exp: Same.
2335 * gdb.base/jit-reader-simple.exp: Same.
2336 * gdb.base/print-file-var.exp: Same.
2337 * gdb.base/skip-solib.exp: Same.
2338 * gdb.btrace/dlopen.exp: Same.
2339
18f1cb1f
TV
23402020-12-14 Tom de Vries <tdevries@suse.de>
2341
2342 PR testsuite/26963
2343 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
2344
519155c9
TV
23452020-12-14 Tom de Vries <tdevries@suse.de>
2346
2347 PR testsuite/26962
2348 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
2349 cast it to its declared type".
2350
153f6e6c
TV
23512020-12-14 Tom de Vries <tdevries@suse.de>
2352
2353 PR testsuite/26951
2354 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
2355 shell prompt.
2356
86b44259
TT
23572020-12-14 Tom Tromey <tromey@adacore.com>
2358
2359 * gdb.ada/nested.exp: Add new tests.
2360 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
2361
e26624c6
TT
23622020-12-14 Tom Tromey <tromey@adacore.com>
2363
2364 * gdb.dwarf2/ada-thick-pointer.exp: New file.
2365
a3bdae4e
TT
23662020-12-14 Tom Tromey <tromey@adacore.com>
2367
2368 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
2369
862fcbd8
TV
23702020-12-13 Tom de Vries <tdevries@suse.de>
2371
2372 PR testsuite/26953
2373 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
2374 attribute support if compiler doesn't support it.
2375
a406a98e
TV
23762020-12-13 Tom de Vries <tdevries@suse.de>
2377
2378 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
2379 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
2380 source to shared lib. Add ada to options.
2381
5d7e6ed0
TV
23822020-12-13 Tom de Vries <tdevries@suse.de>
2383
2384 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
2385 calling gnatbind and gnatlink.
2386
ee9812a0
AB
23872020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2388
2389 * gdb.base/dcache-flush.c: New file.
2390 * gdb.base/dcache-flush.exp: New file.
2391
50a5f187
AB
23922020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2393
2394 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
2395 commands.
2396 * gdb.base/killed-outside.exp: Likewise.
2397 * gdb.opt/inline-bt.exp: Likewise.
2398 * gdb.perf/gmonster-null-lookup.py: Likewise.
2399 * gdb.perf/gmonster-print-cerr.py: Likewise.
2400 * gdb.perf/gmonster-ptype-string.py: Likewise.
2401 * gdb.python/py-unwind.exp: Likewise.
2402
19c659f1
AB
24032020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb.base/commands.exp: Update expected results.
2406
9ef6d4a1
AB
24072020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2408
2409 PR cli/15104
2410 * gdb.base/commands.exp: Add additional tests.
2411 * gdb.base/completion.exp: Add additional tests.
2412
1536146f
AB
24132020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2414
2415 * gdb.base/completion.exp: Add additional tests.
2416
346e7e19
TV
24172020-12-11 Tom de Vries <tdevries@suse.de>
2418
2419 PR testsuite/26991
2420 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
2421 violations by setting bounds registers if the bounds are passed in the
2422 Bounds Table.
2423
9cd7a95a
TV
24242020-12-11 Tom de Vries <tdevries@suse.de>
2425
2426 PR testsuite/26954
2427 * gdb.base/float128.exp: Detect and handle no mpfr support.
2428
4483a8e7
SM
24292020-12-10 Simon Marchi <simon.marchi@efficios.com>
2430
2431 PR gdb/24694
2432 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
2433 calls.
2434
10067028
TV
24352020-12-10 Tom de Vries <tdevries@suse.de>
2436
2437 PR testsuite/26947
2438 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
2439 braces for tcl 8.5 and earlier.
2440
5b56203a
SM
24412020-12-09 Simon Marchi <simon.marchi@efficios.com>
2442
2443 PR 26875, PR 26901
2444 * gdb.base/flexible-array-member.c: New test.
2445 * gdb.base/flexible-array-member.exp: New test.
2446
b46551b2
TV
24472020-12-08 Tom de Vries <tdevries@suse.de>
2448
2449 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
2450 using is_amd64_regs_target.
2451
8439f446
TV
24522020-12-08 Tom de Vries <tdevries@suse.de>
2453
2454 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
2455 self_id.
2456
bc545da7
PA
24572020-12-07 Pedro Alves <pedro@palves.net>
2458
2459 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
2460 'additional_flags' variable.
2461
1f58f6c2
TBA
24622020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2463
2464 * gdb.linespec/explicit.exp: Extend with a test to check completing
2465 '-' after seemingly complete options.
2466
5759831a
TBA
24672020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2468
2469 * gdb.linespec/keywords.exp: Add tests to check positional
2470 flexibility of "-force-condition".
2471
21e051b3
TBA
24722020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2473
2474 * gdb.base/bp-cmds-run-with-ex.c: New file.
2475 * gdb.base/bp-cmds-run-with-ex.exp: New file.
2476 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
2477 * gdb.gdb/python-interrupts.exp: Update the call to
2478 'catch_command_errors' with the new argument.
2479 * gdb.gdb/python-selftest.exp: Ditto.
2480
187b041e
SM
24812020-12-04 Simon Marchi <simon.marchi@efficios.com>
2482
2483 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
2484 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2485 * gdb.threads/non-stop-fair-events.exp: Likewise.
2486
3b7a962d
SM
24872020-12-04 Simon Marchi <simon.marchi@efficios.com>
2488
2489 * gdb.threads/step-over-exec.exp: New.
2490 * gdb.threads/step-over-exec.c: New.
2491 * gdb.threads/step-over-exec-execd.c: New.
2492 * lib/my-syscalls.S: New.
2493 * lib/my-syscalls.h: New.
2494
e633b117
SM
24952020-12-04 Simon Marchi <simon.marchi@efficios.com>
2496
2497 * lib/dwarf.exp (declare_labels): Use name as text if text is
2498 not provided.
2499
67748e0f
TV
25002020-12-04 Tom de Vries <tdevries@suse.de>
2501
2502 PR testsuite/26990
2503 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
2504 are unsupported.
2505
a8d13675
TV
25062020-12-04 Tom de Vries <tdevries@suse.de>
2507
2508 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
2509 clause.
2510
f17727b3
TV
25112020-12-04 Tom de Vries <tdevries@suse.de>
2512
2513 * gdb.reverse/insn-reverse.exp: Fix count handling.
2514
a1499830
TV
25152020-12-04 Tom de Vries <tdevries@suse.de>
2516
2517 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
2518 __x86_64__.
2519
9c027c2f
TV
25202020-12-04 Tom de Vries <tdevries@suse.de>
2521
2522 * gdb.reverse/insn-reverse.c (test_nr): New var.
2523 (usage, parse_args): New function.
2524 (main): Call parse_args. Only run test for test_nr.
2525 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
2526 and bail out. Run subtests individually, using an inferior arg
2527 specifying the subtest.
2528
533b2ae0
AB
25292020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2530
2531 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
2532
e4502042
AB
25332020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2534
2535 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
2536 update test to use this.
2537
f55a9a37
SM
25382020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2539
2540 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
2541
0a6155a0
SM
25422020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2543
2544 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
2545 (do_test): Don't use with_test_prefix.
2546 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
2547 (do_test): Don't use with_test_prefix.
2548 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
2549 (do_test): Don't use with_test_prefix.
2550 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
2551 (do_test): Don't use with_test_prefix.
2552
4d56d64a
SM
25532020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2554
2555 * gdb.threads/non-ldr-exit.exp: Fix comment.
2556
54e75f29
AB
25572020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2558
2559 * gdb.xml/maint-xml-dump-03.xml: New file.
2560
7ce05d21
TV
25612020-11-30 Tom de Vries <tdevries@suse.de>
2562
2563 PR symtab/26905
2564 * gdb.dwarf2/count.exp: Remove kfails.
2565
50757f95
TBA
25662020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2567
2568 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
2569 indices.
2570
4afa9fd9
JB
25712020-11-24 Joel Brobecker <brobecker@adacore.com>
2572
2573 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
2574 the "ptype pck__fp1_range_var" test for the module-2 and pascal
2575 languages. Remove the associated setup_xfail.
2576
15a491af
SM
25772020-11-23 Simon Marchi <simon.marchi@efficios.com>
2578
2579 * lib/gdb.exp (gdb_assert): Show error message on error.
2580
891615f0
TV
25812020-11-23 Tom de Vries <tdevries@suse.de>
2582
2583 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
2584 * gdb.ada/mod_from_name.exp: Same.
2585 * gdb.ada/pckd_arr_ren.exp: Same.
2586
19922582
SM
25872020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2588
2589 * gdb.base/template.exp: New.
2590 * gdb.base/template.c: New.
2591
117c628d
GB
25922020-11-22 Gary Benson <gbenson@redhat.com>
2593
2594 PR gdb/26905
2595 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2596 is defined using a DW_AT_count which references another DIE.
2597
da39d3ba
TV
25982020-11-21 Tom de Vries <tdevries@suse.de>
2599
2600 * gdb.base/vla-ptr.exp: Add XFAIL.
2601
a5c641b5
AB
26022020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2603
2604 * gdb.fortran/array-slices-bad.exp: New file.
2605 * gdb.fortran/array-slices-bad.f90: New file.
2606 * gdb.fortran/array-slices-sub-slices.exp: New file.
2607 * gdb.fortran/array-slices-sub-slices.f90: New file.
2608 * gdb.fortran/array-slices.exp: Rewrite tests.
2609 * gdb.fortran/array-slices.f90: Rewrite tests.
2610 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2611
a15a5258
AB
26122020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2613
2614 * gdb.base/completion.exp: Add new completion tests.
2615
7cb2893d
SM
26162020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2617
2618 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2619 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2620 * gdb.mi/mi-nsintrall.exp: Likewise.
2621 * gdb.mi/mi-nsmoribund.exp: Likewise.
2622 * gdb.mi/mi-nsthrexec.exp: Likewise.
2623 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2624
cf144ec8
SM
26252020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2626
2627 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2628 of perror.
2629
6b6a3e05
JM
26302020-11-18 Joseph Myers <joseph@codesourcery.com>
2631
2632 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2633 $arg.exe exists but $arg does not.
2634
811bdca0
GB
26352020-11-17 Gary Benson <gbenson@redhat.com>
2636
2637 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2638 __attribute__ ((used)).
2639
c72e3136
AB
26402020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2641
2642 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2643
037d7135
AB
26442020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2645
2646 * gdb.base/completion.exp: Add new tests.
2647
119e99bb
TT
26482020-11-16 Tom Tromey <tromey@adacore.com>
2649
2650 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2651 tests.
2652
b74dbc20
JB
26532020-11-15 Joel Brobecker <brobecker@adacore.com>
2654
2655 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2656 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2657 (main): Add reference to pck__fp1_var2.
2658 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2659
0a12719e
JB
26602020-11-15 Joel Brobecker <brobecker@adacore.com>
2661
2662 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2663
0c9150e4
JB
26642020-11-15 Joel Brobecker <brobecker@adacore.com>
2665
2666 * gdb.ada/fixed_points.exp: Add ptype tests.
2667 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2668
b26daff9
JB
26692020-11-15 Joel Brobecker <brobecker@adacore.com>
2670
2671 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2672
09584414
JB
26732020-11-15 Joel Brobecker <brobecker@adacore.com>
2674
2675 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2676 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2677 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2678 New files.
2679 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2680
2681 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2682 New files.
2683
9dd02fc0
AB
26842020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 PR cli/26879
2687 * gdb.fortran/completion.exp: New file.
2688 * gdb.fortran/completion.f90: New file.
2689
5643c500
JM
26902020-11-12 Joseph Myers <joseph@codesourcery.com>
2691
2692 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2693 but $arg does not.
2694
7bea47f0
AB
26952020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2696
2697 * gdb.fortran/types.exp: Add more tests.
2698
1f2624a3
TT
26992020-11-12 Tom Tromey <tom@tromey.com>
2700
2701 PR rust/26799:
2702 * gdb.rust/traits.exp: Remove kfails.
2703
9e74f0ae
GB
27042020-11-12 Gary Benson <gbenson@redhat.com>
2705
2706 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2707 statement.
2708
acb994fa
SM
27092020-11-11 Simon Marchi <simon.marchi@efficios.com>
2710
2711 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2712 always-inserted" axis.
2713 (do_test): Add breakpoint_always_inserted parameter.
2714
95016fd2
TT
27152020-11-10 Tom Tromey <tromey@adacore.com>
2716
2717 * gdb.ada/bias.exp: Update.
2718 * gdb.ada/bias/bias.adb (X): Change value.
2719
83100a74
GB
27202020-11-10 Gary Benson <gbenson@redhat.com>
2721
2722 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2723 regexp fragment in parentheses to prevent false matching.
2724
6ff174a7
GB
27252020-11-10 Gary Benson <gbenson@redhat.com>
2726
2727 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2728
eb24648c
GB
27292020-11-10 Gary Benson <gbenson@redhat.com>
2730
2731 * gdb.cp/step-and-next-inline.exp: Only require
2732 -gstatement-frontiers when building with GCC.
2733 Only setup KFAIL's for GCC issues when using
2734 a GCC-built executable.
2735
86775fab
AB
27362020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2737
2738 * gdb.base/debug-expr.c: Add extra function to allow for an
2739 additional test.
2740 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2741 to this proc with gdb_test_debug_expr. Add an extra test.
2742 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2743 to this proc with gdb_test_debug_expr, give the tests names
2744 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2745 calls to this proc with gdb_test_debug_expr, give the tests names
2746 * gdb.fortran/debug-expr.exp: New file.
2747 * gdb.fortran/debug-expr.f90: New file.
2748 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2749
a1945bd4
SM
27502020-11-06 Simon Marchi <simon.marchi@efficios.com>
2751
2752 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2753 proceduresu.
2754 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2755 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2756 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2757 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2758 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2759 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2760 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2761 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2762
9c91c725
TT
27632020-11-04 Tom Tromey <tromey@adacore.com>
2764
2765 * gdb.ada/funcall_ref.exp: Update.
2766 * gdb.ada/var_rec_arr.exp: Update.
2767
8d9fd3a1
TT
27682020-11-04 Tom Tromey <tromey@adacore.com>
2769
2770 * gdb.ada/rec_ptype.exp: New file.
2771 * gdb.ada/rec_ptype/main.adb: New file.
2772 * gdb.ada/rec_ptype/p.ads: New file.
2773
d8f62e84
TT
27742020-11-04 Tom Tromey <tromey@adacore.com>
2775
2776 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2777 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2778 (PT_Full): New variable.
2779 * gdb.ada/tick_length_array_enum_idx/pck.adb
2780 (Full_PT): New type.
2781
7ff5b937
TT
27822020-11-04 Tom Tromey <tromey@adacore.com>
2783
2784 * gdb.ada/array_of_variant.exp: New file.
2785 * gdb.ada/array_of_variant/p.adb: New file.
2786 * gdb.ada/array_of_variant/pck.ads: New file.
2787 * gdb.ada/array_of_variant/pck.adb: New file.
2788
10f6a3ad
TT
27892020-11-04 Tom Tromey <tromey@adacore.com>
2790
2791 * gdb.ada/enum_idx_packed.exp: Add test.
2792 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2793 New variable.
2794 * gdb.ada/enum_idx_packed/pck.ads (Short)
2795 (Multi_Dimension, Multi_Dimension_Access): New types.
2796
b72795a8
TT
27972020-11-04 Tom Tromey <tromey@adacore.com>
2798
2799 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2800
24aa1b02
TT
28012020-11-04 Tom Tromey <tromey@adacore.com>
2802
2803 * gdb.ada/set_pckd_arr_elt.exp: Also test
2804 -fgnat-encodings=minimal. Add tests.
2805 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2806 Call Update_Small a second time.
2807 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2808 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2809 (Variant_Access): New types.
2810 (New_Variant): Declare.
2811
c9a28cbe
TT
28122020-11-04 Tom Tromey <tromey@adacore.com>
2813
2814 * gdb.ada/mod_from_name.exp: Test printing slice.
2815
57567375
TT
28162020-11-04 Tom Tromey <tromey@adacore.com>
2817
2818 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2819 values.
2820 * gdb.ada/access_to_unbounded_array.exp: Test different
2821 -fgnat-encodings values.
2822 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2823 values.
2824 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2825 values.
2826 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2827 values.
2828 * gdb.ada/array_of_variable_length.exp: Test different
2829 -fgnat-encodings values.
2830 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2831 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2832 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2833 change.
2834 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2835 values.
2836 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2837 * gdb.ada/out_of_line_in_inlined.exp: Test different
2838 -fgnat-encodings values.
2839 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2840 values.
2841 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2842 values.
2843 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2844 -fgnat-encodings values.
2845 * gdb.ada/variant_record_packed_array.exp: Test different
2846 -fgnat-encodings values.
2847
a7400e44
TT
28482020-11-04 Tom Tromey <tromey@adacore.com>
2849
2850 * gdb.ada/enum_idx_packed.exp: Add tests.
2851 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2852 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2853 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2854 declarations.
2855
c40907bf
TV
28562020-11-03 Tom de Vries <tdevries@suse.de>
2857
2858 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2859 terminator comments.
2860 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2861 terminator.
2862
f468977a
SM
28632020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2864
2865 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2866 integer format test with regexp.
2867
1c2bec19
GB
28682020-11-02 Gary Benson <gbenson@redhat.com>
2869
2870 * gdb.base/print-file-var.exp (test): Separate compiler and
2871 linker options, and build using build_executable_from_specs
2872 to accommodate this.
2873
6539a36d
GB
28742020-11-02 Gary Benson <gbenson@redhat.com>
2875
2876 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2877 for .c files compiled as C++ with Clang if any shared
2878 libraries are specified.
2879
7ea44a51
GB
28802020-11-02 Gary Benson <gbenson@redhat.com>
2881
2882 * lib/attributes.h: New header.
2883 * gdb.base/backtrace.c: Include the above. Replace
2884 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2885 * gdb.base/infcall-nested-structs.c: Likewise.
2886 * gdb.base/vla-optimized-out.c: Likewise.
2887
ab8f783d
TV
28882020-11-02 Tom de Vries <tdevries@suse.de>
2889
2890 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2891
d77c9224
JB
28922020-11-01 Joel Brobecker <brobecker@adacore.com>
2893
2894 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2895 System.Min_Int and System.Max_Int with smaller hardcoded
2896 constants.
2897
0e5b0dd0
SM
28982020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2899
2900 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2901 * configure: Re-generate.
2902
136821d9
SM
29032020-10-30 Simon Marchi <simon.marchi@efficios.com>
2904
2905 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2906 expected output.
2907
b78b3a29
TBA
29082020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2909
2910 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2911 behavior.
2912 * gdb.base/paginate-bg-execution.exp: Ditto.
2913 * gdb.base/paginate-inferior-exit.exp: Ditto.
2914 * gdb.base/double-prompt-target-event-error.c: Remove.
2915 * gdb.base/double-prompt-target-event-error.exp: Remove.
2916
cfaa8f76
TBA
29172020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2918
2919 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2920 inferiors' and 'detach inferiors' do not change the current
2921 inferior.
2922
0ad0e70c
TV
29232020-10-29 Tom de Vries <tdevries@suse.de>
2924
2925 * gdb.threads/tls.exp: Fix DUPLICATEs.
2926
99cc6b2a
TV
29272020-10-28 Tom de Vries <tdevries@suse.de>
2928
2929 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2930
efe9b873
TV
29312020-10-28 Tom de Vries <tdevries@suse.de>
2932
2933 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2934 * gdb.base/reread.exp: Same.
2935
6b68fd45
TV
29362020-10-28 Tom de Vries <tdevries@suse.de>
2937
2938 * lib/gdb.exp (readnow): Handle arg.
2939 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2940
32a5f98a
TV
29412020-10-28 Tom de Vries <tdevries@suse.de>
2942
2943 * gdb.base/relocate.exp: Update regexp for -readnow.
2944
f93b8760
TV
29452020-10-28 Tom de Vries <tdevries@suse.de>
2946
2947 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2948 -readnow.
2949
1b00ef06
TV
29502020-10-28 Tom de Vries <tdevries@suse.de>
2951
2952 PR symtab/26772
2953 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2954 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2955
364bb903
TV
29562020-10-28 Tom de Vries <tdevries@suse.de>
2957
2958 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2959 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2960 complaint during file command for -readnow.
2961
445a033f
TV
29622020-10-28 Tom de Vries <tdevries@suse.de>
2963
2964 * gdb.cp/nsalias.exp: Fix typo in test name.
2965
fdd67a42
TV
29662020-10-28 Tom de Vries <tdevries@suse.de>
2967
2968 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2969
706baf4c
TV
29702020-10-28 Tom de Vries <tdevries@suse.de>
2971
2972 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2973 -readnow.
2974
b448cca5
TV
29752020-10-27 Tom de Vries <tdevries@suse.de>
2976
2977 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2978
5868da03
TV
29792020-10-27 Tom de Vries <tdevries@suse.de>
2980
2981 * gdb.base/maint.exp: Update for -readnow.
2982
06db6ec3
TV
29832020-10-27 Tom de Vries <tdevries@suse.de>
2984
2985 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2986 -readnow.
2987
934a1764
GB
29882020-10-14 Gary Benson <gbenson@redhat.com>
2989
2990 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2991 "_vptr$Base" as correct, in addition to "_vptr.Base".
2992 (test_mixed): Likewise.
2993
0bf21fbd
GB
29942020-10-27 Gary Benson <gbenson@redhat.com>
2995
2996 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2997 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2998
b1d4d8d1
TBA
29992020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3000
3001 * gdb.base/condbreak.exp: Update the completion tests to
3002 consider the '-force' flag.
3003
bd24c5d6
TV
30042020-10-27 Tom de Vries <tdevries@suse.de>
3005
3006 * gdb.base/list-ambiguous-readnow.exp: New file.
3007
733d554a
TBA
30082020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3009
3010 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
3011 the condition.
3012 * gdb.linespec/cpcompletion.exp: Update to consider the
3013 '-force-condition' keyword.
3014 * gdb.linespec/explicit.exp: Ditto.
3015 * lib/completion-support.exp: Ditto.
3016
b5fa468f
TBA
30172020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3018
3019 * gdb.base/condbreak-multi-context.cc: New file.
3020 * gdb.base/condbreak-multi-context.exp: New file.
3021
b3247276
TT
30222020-10-26 Tom Tromey <tom@tromey.com>
3023
3024 * lib/mi-support.exp (default_mi_gdb_start): Call
3025 gdb_stdin_log_init.
3026 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
3027 subtract one from gdb_instances.
3028 (gdb_stdin_log_write): Flush in_file.
3029
1c47ec3e
TV
30302020-10-26 Tom de Vries <tdevries@suse.de>
3031
3032 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
3033
6390859c
TT
30342020-10-26 Tom Tromey <tromey@adacore.com>
3035
3036 * gdb.ada/unsigned_range/foo.adb: New file.
3037 * gdb.ada/unsigned_range/pack.adb: New file.
3038 * gdb.ada/unsigned_range/pack.ads: New file.
3039 * gdb.ada/unsigned_range.exp: New file.
3040
55c3ad88
TV
30412020-10-26 Tom de Vries <tdevries@suse.de>
3042
3043 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
3044
1612c4bb
TV
30452020-10-26 Tom de Vries <tdevries@suse.de>
3046
3047 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
3048 for CU.
3049 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
3050
7d72802b
TV
30512020-10-23 Tom de Vries <tdevries@suse.de>
3052
3053 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
3054 DW_FORM_string.
3055 (Dwarf::_default_form): New proc.
3056 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
3057 guessed.
3058
9476b583
TV
30592020-10-23 Tom de Vries <tdevries@suse.de>
3060
3061 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
3062 * gdb.dwarf2/atomic-type.exp: Same.
3063 * gdb.dwarf2/bad-regnum.exp: Same.
3064 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3065 * gdb.dwarf2/dw2-align.exp: Same.
3066 * gdb.dwarf2/dw2-bad-elf.exp: Same.
3067 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3068 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
3069 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
3070 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3071 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
3072 * gdb.dwarf2/enum-type.exp: Same.
3073 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
3074 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3075 * gdb.dwarf2/main-subprogram.exp: Same.
3076 * gdb.dwarf2/missing-type-name.exp: Same.
3077 * gdb.dwarf2/nonvar-access.exp: Same.
3078 * gdb.dwarf2/typedef-void-finish.exp: Same.
3079 * gdb.dwarf2/var-access.exp: Same.
3080 * gdb.dwarf2/void-type.exp: Same.
3081
4a636814
SM
30822020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
3083
3084 PR gdb/26693
3085 * gdb.dwarf2/template-specification-full-name.exp: New test.
3086
557fc257
LM
30872020-10-22 Luis Machado <luis.machado@linaro.org>
3088
3089 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
3090 expected an offset from the function.
3091 * gdb.base/msym-bp.exp (test): Likewise.
3092
6b4c676c
AB
30932020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * gdb.fortran/array-slices.exp: Add a new test.
3096
98cec4f6
GB
30972020-10-21 Gary Benson <gbenson@redhat.com>
3098
3099 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
3100 fullname test with Clang. Also expand comments generally.
3101
ae86f581
TV
31022020-10-20 Tom de Vries <tdevries@suse.de>
3103
3104 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
3105
8c161360
TV
31062020-10-20 Tom de Vries <tdevries@suse.de>
3107
3108 * gdb.dwarf2/arr-stride.c: Remove.
3109 * gdb.dwarf2/arr-stride.exp: Use main.c.
3110 * gdb.dwarf2/arr-subrange.c: Remove.
3111 * gdb.dwarf2/arr-subrange.exp: Use main.c.
3112 * gdb.dwarf2/bad-regnum.c: Remove.
3113 * gdb.dwarf2/bad-regnum.exp: Use main.c.
3114 * gdb.dwarf2/corrupt.c: Remove.
3115 * gdb.dwarf2/corrupt.exp: Use main.c.
3116 * gdb.dwarf2/dw2-bad-elf.c: Remove.
3117 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
3118 * gdb.dwarf2/dw2-icycle.c: Remove.
3119 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
3120 * gdb.dwarf2/formdata16.c: Remove.
3121 * gdb.dwarf2/formdata16.exp: Use main.c.
3122 * gdb.dwarf2/implptrconst.c: Remove.
3123 * gdb.dwarf2/implptrconst.exp: Use main.c.
3124 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
3125 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
3126 * gdb.dwarf2/opaque-type-lookup.c: Remove.
3127 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
3128
9c2412ec
TV
31292020-10-20 Tom de Vries <tdevries@suse.de>
3130
3131 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
3132 file.
3133 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
3134
0cd2ad78
TV
31352020-10-20 Tom de Vries <tdevries@suse.de>
3136
3137 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
3138 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
3139 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
3140 * gdb.dwarf2/dw2-ranges-base.exp: Same.
3141 * gdb.dwarf2/dw2-ranges.exp: Same.
3142 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
3143 * gdb.dwarf2/var-access.exp: Same.
3144
22cc388e
TT
31452020-10-19 Tom Tromey <tromey@adacore.com>
3146
3147 PR tui/26719
3148 * gdb.tui/list.exp: Check source window contents after focus
3149 change.
3150
520596f2
TV
31512020-10-17 Tom de Vries <tdevries@suse.de>
3152
3153 PR symtab/26317
3154 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
3155
d1c8a76d
TV
31562020-10-17 Tom de Vries <tdevries@suse.de>
3157
3158 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
3159 as suffix.
3160 * gdb.dwarf2/atomic.c: Rename to ...
3161 * gdb.dwarf2/atomic-type.c: ... this.
3162 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
3163 * gdb.dwarf2/dw2-ranges-2.c: ... this.
3164 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
3165 * gdb.dwarf2/dw2-ranges-3.c: ... this.
3166 * gdb.dwarf2/fission-mix2.c: Rename to ...
3167 * gdb.dwarf2/fission-mix-2.c: ... this.
3168 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
3169 standard_testfile.
3170 * gdb.dwarf2/ada-valprint-error.exp: Same.
3171 * gdb.dwarf2/arr-stride.exp: Same.
3172 * gdb.dwarf2/arr-subrange.exp: Same.
3173 * gdb.dwarf2/atomic-type.exp: Same.
3174 * gdb.dwarf2/bad-regnum.exp: Same.
3175 * gdb.dwarf2/break-inline-psymtab.exp: Same.
3176 * gdb.dwarf2/clang-debug-names-2.exp: Same.
3177 * gdb.dwarf2/clang-debug-names.exp: Same.
3178 * gdb.dwarf2/comp-unit-lang.exp: Same.
3179 * gdb.dwarf2/corrupt.exp: Same.
3180 * gdb.dwarf2/count.exp: Same.
3181 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3182 * gdb.dwarf2/data-loc.exp: Same.
3183 * gdb.dwarf2/dw2-align.exp: Same.
3184 * gdb.dwarf2/dw2-bad-elf.exp: Same.
3185 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3186 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
3187 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
3188 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
3189 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3190 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
3191 * gdb.dwarf2/dw2-inline-param.exp: Same.
3192 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3193 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3194 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3195 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3196 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
3197 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
3198 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3199 * gdb.dwarf2/dw2-param-error.exp: Same.
3200 * gdb.dwarf2/dw2-ranges-base.exp: Same.
3201 * gdb.dwarf2/dw2-ranges.exp: Same.
3202 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
3203 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
3204 * gdb.dwarf2/dw4-sig-types.exp: Same.
3205 * gdb.dwarf2/dynarr-ptr.exp: Same.
3206 * gdb.dwarf2/enum-type.exp: Same.
3207 * gdb.dwarf2/fission-mix.exp: Same.
3208 * gdb.dwarf2/formdata16.exp: Same.
3209 * gdb.dwarf2/implptrconst.exp: Same.
3210 * gdb.dwarf2/implptrpiece.exp: Same.
3211 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3212 * gdb.dwarf2/main-subprogram.exp: Same.
3213 * gdb.dwarf2/method-ptr.exp: Same.
3214 * gdb.dwarf2/missing-sig-type.exp: Same.
3215 * gdb.dwarf2/nonvar-access.exp: Same.
3216 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3217 * gdb.dwarf2/shortpiece.exp: Same.
3218 * gdb.dwarf2/staticvirtual.exp: Same.
3219 * gdb.dwarf2/subrange.exp: Same.
3220 * gdb.dwarf2/symtab-producer.exp: Same.
3221 * gdb.dwarf2/typedef-void-finish.exp: Same.
3222 * gdb.dwarf2/var-access.exp: Same.
3223 * gdb.dwarf2/variant.exp: Same.
3224 * gdb.dwarf2/void-type.exp: Same.
3225 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
3226 dw2-ranges-main.c.
3227 * gdb.dwarf2/dw2-ranges-main.c: Remove.
3228
472d09c1
TV
32292020-10-16 Tom de Vries <tdevries@suse.de>
3230
3231 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
3232
afe75f6d
TV
32332020-10-16 Tom de Vries <tdevries@suse.de>
3234
3235 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
3236
8c8bd0ba
TV
32372020-10-14 Tom de Vries <tdevries@suse.de>
3238
3239 PR testsuite/26732
3240 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
3241 scenario 2.
3242 * gdb.ada/mi_catch_ex_hand.exp: Same.
3243
b75d55d4
PA
32442020-10-13 Pedro Alves <pedro@palves.net>
3245
3246 * lib/mi-support.exp (mi_clean_restart): New.
3247 (mi_run_to_main): Delete.
3248 All callers adjust to use mi_clean_restart / mi_runto_main.
3249
e777225b
PA
32502020-10-13 Pedro Alves <pedro@palves.net>
3251
3252 * config/monitor.exp: Use "list -q".
3253 * gdb.arch/gdb1558.exp: Use "break -q".
3254 * gdb.arch/i386-permbkpt.exp: Use "break -q".
3255 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
3256 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
3257 * gdb.base/commands.exp: Use "break -q".
3258 * gdb.base/condbreak.exp: Use "break -q".
3259 * gdb.base/ctf-ptype.exp: Use "list -q".
3260 * gdb.base/define.exp: Use "break -q".
3261 * gdb.base/del.exp: Use "break -q".
3262 * gdb.base/fullname.exp: Use "break -q".
3263 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
3264 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
3265 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
3266 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
3267 "hbreak -q".
3268 * gdb.base/included.exp: Use "list -q".
3269 * gdb.base/label.exp: Use "break -q".
3270 * gdb.base/lineinc.exp: Use "break -q".
3271 * gdb.base/list.exp: Use "list -q".
3272 * gdb.base/macscp.exp: Use "list -q".
3273 * gdb.base/pending.exp: Use "break -q".
3274 * gdb.base/prologue-include.exp: Use "break -q".
3275 * gdb.base/ptype.exp: Use "list -q".
3276 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
3277 * gdb.base/server-del-break.exp: Use "break -q".
3278 * gdb.base/style.exp: Use "break -q".
3279 * gdb.base/symbol-without-target_section.exp: Use "list -q".
3280 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
3281 * gdb.cp/exception.exp: Use "tbreak -q".
3282 * gdb.dwarf2/dw2-error.exp: Use "break -q".
3283 * gdb.dwarf2/fission-mix.exp: Use "break -q".
3284 * gdb.dwarf2/fission-reread.exp: Use "break -q".
3285 * gdb.dwarf2/pr13961.exp: Use "break -q".
3286 * gdb.linespec/explicit.exp: Use "list -q".
3287 * gdb.linespec/linespec.exp: Use "break -q".
3288 * gdb.mi/mi-simplerun.exp: Use "--qualified".
3289 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
3290 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
3291 * gdb.server/connect-without-multi-process.exp: Use "break -q".
3292 * gdb.trace/change-loc.exp: Use "break -q".
3293 * gdb.trace/pending.exp: Use "break -q".
3294 * gdb.tui/basic.exp: Use "list -q".
3295 * gdb.tui/list-before.exp: Use "list -q".
3296 * gdb.tui/list.exp: Use "list -q".
3297 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
3298
8abd8ee8
PA
32992020-10-13 Pedro Alves <pedro@palves.net>
3300
3301 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
3302 saved breakpoints file.
3303 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
3304 inspecting breakpoint list.
3305 * lib/gdb.exp (runto_main): Add "qualified" to options.
3306 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
3307 and handle it.
3308 (mi_runto_main): Pass 1 as qualified argument.
3309
f71e6719
PA
33102020-10-13 Pedro Alves <pedro@palves.net>
3311
3312 * lib/mi-support.exp (mi_runto_main): New proc.
3313 (mi_run_to_main): Use it.
3314 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
3315 * gdb.mi/mi-var-cmd.exp: Likewise.
3316 * gdb.mi/mi-var-invalidate.exp: Likewise.
3317 * mi-var-list-children-invalid-grandchild.exp: Likewise.
3318 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3319 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3320 * gdb.mi/user-selected-context-sync.exp: Likewise.
3321 * gdb.opt/inline-cmds.exp: Likewise.
3322 * gdb.python/py-framefilter-mi.exp: Likewise.
3323 * gdb.python/py-mi.exp: Likewise.
3324
50441f0f
PA
33252020-10-13 Pedro Alves <pedro@palves.net>
3326
3327 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
3328 "runto main".
3329 * gdb.ada/small_reg_param.exp: Likewise.
3330 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3331 * gdb.base/annota1.exp: Likewise.
3332 * gdb.base/anon.exp: Likewise.
3333 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
3334 * gdb.base/dprintf-non-stop.exp: Likewise.
3335 * gdb.base/dprintf.exp: Likewise.
3336 * gdb.base/gdb11530.exp: Likewise.
3337 * gdb.base/gdb11531.exp: Likewise.
3338 * gdb.base/gnu_vector.exp: Likewise.
3339 * gdb.base/interrupt-noterm.exp: Likewise.
3340 * gdb.base/memattr.exp: Likewise.
3341 * gdb.base/step-over-syscall.exp: Likewise.
3342 * gdb.base/watch-cond-infcall.exp: Likewise.
3343 * gdb.base/watch-read.exp: Likewise.
3344 * gdb.base/watch-vfork.exp: Likewise.
3345 * gdb.base/watch_thread_num.exp: Likewise.
3346 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
3347 * gdb.guile/scm-frame-inline.exp: Likewise.
3348 * gdb.linespec/explicit.exp: Likewise.
3349 * gdb.opt/inline-break.exp: Likewise.
3350 * gdb.python/py-frame-inline.exp: Likewise.
3351 * gdb.reverse/break-precsave.exp: Likewise.
3352 * gdb.reverse/break-reverse.exp: Likewise.
3353 * gdb.reverse/consecutive-precsave.exp: Likewise.
3354 * gdb.reverse/consecutive-reverse.exp: Likewise.
3355 * gdb.reverse/finish-precsave.exp: Likewise.
3356 * gdb.reverse/finish-reverse.exp: Likewise.
3357 * gdb.reverse/fstatat-reverse.exp: Likewise.
3358 * gdb.reverse/getresuid-reverse.exp: Likewise.
3359 * gdb.reverse/i386-precsave.exp: Likewise.
3360 * gdb.reverse/i386-reverse.exp: Likewise.
3361 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3362 * gdb.reverse/i387-env-reverse.exp: Likewise.
3363 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3364 * gdb.reverse/insn-reverse.exp: Likewise.
3365 * gdb.reverse/machinestate-precsave.exp: Likewise.
3366 * gdb.reverse/machinestate.exp: Likewise.
3367 * gdb.reverse/pipe-reverse.exp: Likewise.
3368 * gdb.reverse/readv-reverse.exp: Likewise.
3369 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3370 * gdb.reverse/rerun-prec.exp: Likewise.
3371 * gdb.reverse/s390-mvcle.exp: Likewise.
3372 * gdb.reverse/solib-precsave.exp: Likewise.
3373 * gdb.reverse/solib-reverse.exp: Likewise.
3374 * gdb.reverse/step-precsave.exp: Likewise.
3375 * gdb.reverse/step-reverse.exp: Likewise.
3376 * gdb.reverse/time-reverse.exp: Likewise.
3377 * gdb.reverse/until-precsave.exp: Likewise.
3378 * gdb.reverse/until-reverse.exp: Likewise.
3379 * gdb.reverse/waitpid-reverse.exp: Likewise.
3380 * gdb.reverse/watch-precsave.exp: Likewise.
3381 * gdb.reverse/watch-reverse.exp: Likewise.
3382 * gdb.threads/kill.exp: Likewise.
3383 * gdb.threads/tid-reuse.exp: Likewise.
3384
d3a07122
SM
33852020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3386
3387 PR gdb/26642
3388 * gdb.base/maint-target-async-off.c: New test.
3389 * gdb.base/maint-target-async-off.exp: New test.
3390
c65c6c42
AM
33912020-10-13 Alan Modra <amodra@gmail.com>
3392
3393 * gdb.arch/powerpc-altivec.s,
3394 * gdb.arch/powerpc-power7.s,
3395 * gdb.arch/powerpc-power8.s,
3396 * gdb.arch/powerpc-power9.s,
3397 * gdb.arch/powerpc-vsx.s,
3398 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
3399 * gdb.arch/powerpc-altivec.exp,
3400 * gdb.arch/powerpc-power7.exp,
3401 * gdb.arch/powerpc-power8.exp,
3402 * gdb.arch/powerpc-power9.exp,
3403 * gdb.arch/powerpc-vsx.exp,
3404 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
3405 disassembly of mfvsrd/mtvsrd.
3406
f4a0f710
AM
34072020-10-13 Alan Modra <amodra@gmail.com>
3408
3409 * gdb.arch/arm-disassembler-options.exp: Adjust expected
3410 "target architecture" output.
3411 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3412 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3413 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3414 * gdb.arch/s390-disassembler-options.exp: Likewise.
3415
87a37e5e
PA
34162020-10-12 Pedro Alves <pedro@palves.net>
3417
3418 PR exp/26602
3419 PR c++/26550
3420 * gdb.cp/ambiguous.cc (marker1): Delete.
3421 (main): Initialize all the fields of the locals. Replace marker1
3422 call with a "set breakpoint here" marker.
3423 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
3424 instead of running to marker1. Add tests printing all the
3425 variables and all the fields of the variables.
3426 (test_ambiguous): New proc, expecting the new GDB output when a
3427 field access is ambiguous. Change all "warning: X ambiguous"
3428 tests to use it.
3429
71e1b6b0
GB
34302020-10-12 Gary Benson <gbenson@redhat.com>
3431
3432 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
3433 * gdb.base/msym-bp-2.c (foo): Likewise.
3434 * gdb.base/msym-lang.c (foo): Likewise.
3435 * gdb.base/msym-lang-main.c (foo): Likewise.
3436 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
3437 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
3438 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
3439 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
3440 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
3441 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
3442 * gdb.python/py-objfile.c (static_var): Likewise.
3443 * gdb.python/py-symbol.c (rr): Likewise.
3444 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
3445 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
3446
9370fd51
AB
34472020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
3448
3449 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
3450 output of backtrace.
3451
7c184d33
TT
34522020-10-09 Tom Tromey <tromey@adacore.com>
3453
3454 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
3455 (Rec): Add field. Fix range.
3456 * gdb.ada/scalar_storage.exp: Update.
3457
3d87245c
HD
34582020-10-09 Hannes Domani <ssbssa@yahoo.de>
3459
3460 PR exp/26714
3461 * gdb.base/printcmds.exp: Add tests for void results.
3462
f5c4b229
JV
34632020-10-09 Jan Vrany <jan.vrany@labware.com>
3464
3465 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
3466 is emmited for both 'set directories' and 'directory' commands.
3467
b2701685
TT
34682020-10-08 Tom Tromey <tom@tromey.com>
3469
3470 * gdb.base/style.exp: Check that "main"'s name is styled.
3471
e86efb33
TT
34722020-10-07 Tom Tromey <tromey@adacore.com>
3473
3474 * gdb.base/find.exp: Rename some tests.
3475
30897591
GB
34762020-10-06 Gary Benson <gbenson@redhat.com>
3477
3478 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
3479 * gdb.base/list1.c (unused): Likewise.
3480
ced4a4c1
GB
34812020-10-06 Gary Benson <gbenson@redhat.com>
3482
3483 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
3484 __attribute__ ((used)).
3485 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
3486
ed3bdac4
AB
34872020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
3488
3489 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
3490 make use of regions throughout.
3491 * gdb.base/overlays.exp: Enclose string with variableds in "..",
3492 not {...}.
3493 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
3494
cd096ec8
HD
34952020-10-05 Hannes Domani <ssbssa@yahoo.de>
3496
3497 * gdb.base/call-sc.c: Fix return struct on stack test case.
3498 * gdb.base/call-sc.exp: Likewise.
3499
3ee6f75d
GB
35002020-10-02 Gary Benson <gbenson@redhat.com>
3501
3502 * README: Fix "paralell".
3503
f65825ec
GB
35042020-09-30 Gary Benson <gbenson@redhat.com>
3505
3506 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
3507 Convert directive to lowercase.
3508 (.Labbrev1_begin): Add missing label.
3509 (abbrev code 0x1): Remove DW_AT_stmt_list.
3510 (.Ldie_b): Likewise.
3511
5f278258
TT
35122020-09-27 Tom Tromey <tom@tromey.com>
3513
3514 * gdb.tui/new-layout.exp: Use with_test_prefix.
3515
8f9929bb
GR
35162020-09-26 Gareth Rees <grees@undo.io> (tiny change)
3517
3518 PR python/26586
3519 * gdb.python/python.exp: add test cases for the from_tty
3520 argument to gdb.execute.
3521
c20c017b
GB
35222020-09-25 Gary Benson <gbenson@redhat.com>
3523
3524 * gdb.base/infcall-nested-structs.exp.tcl: Add
3525 additional_flags=-Wno-tautological-compare for C++
3526 tests when compiling using Clang.
3527
68d654af
GB
35282020-09-25 Gary Benson <gbenson@redhat.com>
3529
3530 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
3531 for .c files.
3532
b551a89f
TT
35332020-09-24 Tom Tromey <tromey@adacore.com>
3534
3535 PR tui/26638:
3536 * gdb.tui/list.exp: Check output of "focus next".
3537
20a5fcbd
TT
35382020-09-23 Tom Tromey <tom@tromey.com>
3539
3540 * gdb.dwarf2/intbits.exp: New file.
3541 * gdb.dwarf2/intbits.c: New file.
3542
b167e53f
PA
35432020-09-20 Pedro Alves <pedro@palves.net>
3544
3545 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
3546 spawn_id before calling remote_close. Close secondary MI channel.
3547
dbc49e9f
PA
35482020-09-20 Pedro Alves <pedro@palves.net>
3549
3550 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
3551 fails.
3552
c8d5abea
AB
35532020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
3554
3555 * gdb.fortran/array-slices.exp: Update expected results.
3556 * gdb.fortran/class-allocatable-array.exp: Likewise.
3557 * gdb.fortran/multi-dim.exp: Likewise.
3558 * gdb.fortran/vla-type.exp: Likewise.
3559 * gdb.mi/mi-vla-fortran.exp: Likewise.
3560
14f9473c
VC
35612020-09-18 Victor Collod <vcollod@nvidia.com>
3562
3563 PR gdb/26635
3564 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
3565 compatible with i386, and move it to...
3566 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
3567 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
3568 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
3569
e8ef12b9
PA
35702020-09-18 Pedro Alves <pedro@palves.net>
3571
3572 PR gdb/26631
3573 * gdb.multi/multi-target-thread-find.exp: New file.
3574
e11daf7a
PA
35752020-09-18 Pedro Alves <pedro@palves.net>
3576
3577 * gdb.multi/multi-target-continue.exp: New file, factored out from
3578 multi-target.exp.
3579 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
3580 multi-target.exp.
3581 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
3582 multi-target.exp.
3583 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
3584 multi-target.exp.
3585 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
3586 multi-target.exp.
3587 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3588 multi-target.exp.
3589 * gdb.multi/multi-target.exp: Delete.
3590
d0edc2b8
AB
35912020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3592
3593 * gdb.fortran/array-slices.exp: Add missing message data.
3594
7474326c
PA
35952020-09-17 Pedro Alves <pedro@palves.net>
3596
3597 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3598
dd23068d
PA
35992020-09-17 Pedro Alves <pedro@palves.net>
3600
3601 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3602 full prototype.
3603
0640a543
PA
36042020-09-17 Pedro Alves <pedro@palves.net>
3605
3606 * gdb.python/py-as-string.c: Add cast.
3607
ef0cdbc1
PA
36082020-09-17 Pedro Alves <pedro@palves.net>
3609
3610 * gdb.base/sizeof.c (fill): Add cast.
3611
3a5eeb8b
PA
36122020-09-17 Pedro Alves <pedro@palves.net>
3613
3614 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3615
a8129512
PA
36162020-09-17 Pedro Alves <pedro@palves.net>
3617
3618 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3619 linkage name.
3620 * gdb.base/prologue.exp: Use print /d.
3621 * gdb.base/symbol-alias.exp: Handle C++ output.
3622 * gdb.base/symbol-alias2.c: Handle C++ output.
3623 [__cplusplus] (func): Explicitly specify linkage name.
3624
a83cdcb6
PA
36252020-09-17 Pedro Alves <pedro@palves.net>
3626
3627 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3628 (struct my_key_t): ... this. Adjust all references.
3629 (struct value_t): Rename to ...
3630 (struct my_value_t): ... this. Adjust all references.
3631 (create_map, add_map_element, create_map_map)
3632 (add_map_map_element): Add casts.
3633
d4bcee5c
PA
36342020-09-17 Pedro Alves <pedro@palves.net>
3635
3636 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3637 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3638
81f90489
PA
36392020-09-17 Pedro Alves <pedro@palves.net>
3640
3641 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3642
0a229804
PA
36432020-09-17 Pedro Alves <pedro@palves.net>
3644
3645 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3646 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3647 (charfoo, intfoo): Define full prototype.
3648 * gdb.base/ptype1.c (charfoo): Define full prototype.
3649 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3650 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3651
c3e5138d
PA
36522020-09-17 Pedro Alves <pedro@palves.net>
3653
3654 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3655 Don't define.
3656 (utf_32_string): Compile for both C and C++.
3657 * gdb.base/charset.exp: Use "print /d".
3658
151fdbad
PA
36592020-09-17 Pedro Alves <pedro@palves.net>
3660
3661 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3662 (nullptr): Rename to ...
3663 (null_ptr): ... this.
3664 * gdb.base/watchpoint.exp: Adjust to rename.
3665
18a25b64
PA
36662020-09-17 Pedro Alves <pedro@palves.net>
3667
3668 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3669 (three_not_flag): Add casts.
3670
11fac337
PA
36712020-09-17 Pedro Alves <pedro@palves.net>
3672
3673 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3674 char array.
3675 (main): Add references to Barrier, TestStrings, TestStringsH and
3676 TestStringsW.
3677 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3678 and expect a full prototype in C++.
3679
52626c58
PA
36802020-09-17 Pedro Alves <pedro@palves.net>
3681
3682 * gdb.base/nested-addr.c (main): Add cast.
3683 * gdb.base/nested-addr.exp: Use "print /d".
3684
52bb0902
PA
36852020-09-17 Pedro Alves <pedro@palves.net>
3686
3687 * gdb.base/break.exp (func): New. Use it throughout when
3688 expecting a function name.
3689
73e18ac9
PA
36902020-09-17 Pedro Alves <pedro@palves.net>
3691
3692 * gdb.base/display.exp: Issue "set print asm-demangle on".
3693
c8b18808
PA
36942020-09-17 Pedro Alves <pedro@palves.net>
3695
3696 * gdb.base/find.c: Include <string.h>.
3697 (init_bufs): Add cast.
3698 * gdb.base/find.exp: Issue "set print asm-demangle on".
3699
fe830662
TT
37002020-09-16 Tom Tromey <tromey@adacore.com>
3701
3702 PR gdb/26598:
3703 * gdb.base/skipcxx.exp: New file.
3704 * gdb.base/skipcxx.cc: New file.
3705
945ff6e2
TV
37062020-09-16 Tom de Vries <tdevries@suse.de>
3707
3708 PR testsuite/26617
3709 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3710 WITH_DEBUG_SECTIONS is defined.
3711 (xstr, str): New macro.
3712 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3713 to get start and size of _Dmain.
3714 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3715 using additional_flags.
3716
da1df1db
TBA
37172020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3718
3719 * gdb.base/bp-cmds-sourced-script.c: New file.
3720 * gdb.base/bp-cmds-sourced-script.exp: New test.
3721 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3722
337882d4
TV
37232020-09-16 Tom de Vries <tdevries@suse.de>
3724
3725 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3726 get the gdb prompt after issuing "monitor exit".
3727
7361f908
TV
37282020-09-16 Tom de Vries <tdevries@suse.de>
3729
3730 PR testsuite/26624
3731 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3732
4d91ddd3
TV
37332020-09-16 Tom de Vries <tdevries@suse.de>
3734
3735 PR testsuite/26618
3736 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3737
08cc37dd
TT
37382020-09-15 Tom Tromey <tromey@adacore.com>
3739
3740 PR rust/26197:
3741 * lib/rust-support.exp (rust_llvm_version): New proc.
3742 * gdb.rust/simple.exp: Check rust_llvm_version.
3743
ee6372f2
TV
37442020-09-14 Tom de Vries <tdevries@suse.de>
3745
3746 * gdb.rust/traits.exp: Fix PATH warning.
3747
dc3a371e
PA
37482020-09-13 Pedro Alves <pedro@palves.net>
3749
3750 * gdb.base/catch-follow-exec.c (main): Add explicit return
3751 statement.
3752 * gdb.base/catch-signal.c (main): Likewise.
3753 * gdb.base/condbreak-call-false.c (main): Likewise.
3754 * gdb.base/consecutive.c (main): Add explicit return
3755 statement and return type.
3756 * gdb.base/cursal.c (main): Add explicit return statement.
3757 * gdb.base/cvexpr.c (main): Likewise.
3758 * gdb.base/display.c (main): Add explicit return statement and
3759 return type.
3760 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3761 * gdb.base/endianity.c (main): Likewise.
3762 * gdb.base/execd-prog.c (main): Likewise.
3763 * gdb.base/gdb1090.c (main): Likewise.
3764 * gdb.base/info_qt.c (main): Likewise.
3765 * gdb.base/lineinc.c (main): Likewise.
3766 * gdb.base/load-command.c (main): Likewise.
3767 * gdb.base/macscp1.c (main): Likewise.
3768 * gdb.base/pr10179-a.c (main): Likewise.
3769 * gdb.base/quit-live.c (main): Likewise.
3770 * gdb.base/scope0.c (main): Likewise.
3771 * gdb.base/settings.c (main): Likewise.
3772 * gdb.base/stack-checking.c (main): Return int.
3773 * gdb.base/varargs.c (main): Add explicit return statement.
3774 * gdb.cp/ambiguous.cc (main): Likewise.
3775 * gdb.cp/anon-struct.cc (main): Likewise.
3776 * gdb.cp/anon-union.cc (main): Likewise.
3777 * gdb.cp/bool.cc (main): Likewise.
3778 * gdb.cp/bs15503.cc (main): Likewise.
3779 * gdb.cp/cplusfuncs.cc (main): Likewise.
3780 * gdb.cp/cttiadd.cc (main): Likewise.
3781 * gdb.cp/extern-c.cc (main): Likewise.
3782 * gdb.cp/filename.cc (main): Likewise.
3783 * gdb.cp/formatted-ref.cc (main): Likewise.
3784 * gdb.cp/mb-ctor.cc (main): Likewise.
3785 * gdb.cp/member-ptr.cc (main): Likewise.
3786 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3787 * gdb.cp/overload-const.cc (main): Likewise.
3788 * gdb.cp/paren-type.cc (main): Likewise.
3789 * gdb.cp/parse-lang.cc (main): Likewise.
3790 * gdb.cp/pr-1023.cc (main): Likewise.
3791 * gdb.cp/psmang1.cc (main): Likewise.
3792 * gdb.cp/readnow-language.cc (main): Likewise.
3793 * gdb.cp/ref-params.cc (main): Likewise.
3794 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3795 * gdb.cp/virtbase2.cc (main): Likewise.
3796 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3797 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3798 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3799 * gdb.mi/mi-console.c (main): Likewise.
3800 * gdb.mi/mi-read-memory.c (main): Likewise.
3801 * gdb.modula2/multidim.c (main): Likewise.
3802 * gdb.opt/inline-small-func.c (main): Likewise.
3803 * gdb.python/py-rbreak.c (main): Likewise.
3804 * gdb.stabs/exclfwd1.c (main): Likewise.
3805 * gdb.trace/qtro.c (main): Likewise.
3806
af26601c
PA
38072020-09-13 Pedro Alves <pedro@palves.net>
3808
3809 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3810 instead of getenv.
3811
2f4b83cd
PA
38122020-09-13 Pedro Alves <pedro@palves.net>
3813
3814 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3815 instead of spawning GDB with remote_spawn.
3816 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3817 gdb_spawn instead of spawning GDB with remote_spawn.
3818
c49da0e4
PA
38192020-09-13 Pedro Alves <pedro@palves.net>
3820
3821 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3822 file and add calls to first and second.
3823 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3824 add call to f.
3825
6791b117
PA
38262020-09-13 Pedro Alves <pedro@palves.net>
3827
3828 * gdb.mi/mi-break-qualified.cc: New file.
3829 * gdb.mi/mi-break-qualified.exp: New file.
3830 * lib/mi-support.exp (mi_create_breakpoint_multi)
3831 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3832 procedures.
3833 (mi_create_breakpoint_1): New, factored out from
3834 mi_create_breakpoint.
3835
3b8d4c5c
PA
38362020-09-13 Pedro Alves <pedro@palves.net>
3837
3838 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3839 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3840 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3841 (register_class): Delete.
3842 (main): Don't call register_class.
3843
d5f96005
PA
38442020-09-13 Pedro Alves <pedro@palves.net>
3845
3846 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3847 (do_tests): Remove "calling method for small class" test.
3848 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3849 (register_class): Delete.
3850 (main): Don't call register_class.
3851 * gdb.cp/call-method-register.exp: New file, based on bits removed
3852 from classes.exp.
3853 * gdb.cp/call-method-register.cc: New file, based on bits removed
3854 from classes.cc.
3855
77f2120b
PA
38562020-09-13 Pedro Alves <pedro@palves.net>
3857
3858 * gdb.base/msym-bp-2.c: New.
3859 * gdb.base/msym-bp-shl-lib.c: New file.
3860 * gdb.base/msym-bp-shl-main-2.c: New file.
3861 * gdb.base/msym-bp-shl-main.c: New file.
3862 * gdb.base/msym-bp-shl.exp: New file.
3863 * gdb.base/msym-bp.c: New file.
3864 * gdb.base/msym-bp.exp: New file.
3865
32aea73e
JB
38662020-09-13 Joel Brobecker <brobecker@adacore.com>
3867
3868 * gdb.base/default.exp: Change $_gdb_major to 11.
3869
2a67f09d
FW
38702020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3871 Felix Willgerodt <Felix.Willgerodt@intel.com>
3872
3873 * x86-avx512bf16.c: New file.
3874 * x86-avx512bf16.exp: Likewise.
3875 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3876
ad570dd7
TV
38772020-09-11 Tom de Vries <tdevries@suse.de>
3878
3879 PR exp/26602
3880 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3881
a56f7391
TBA
38822020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3883
3884 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3885
918619e5
AM
38862020-09-10 Alan Modra <amodra@gmail.com>
3887
3888 PR 26597
3889 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3890
cac1e71d
TV
38912020-09-08 Tom de Vries <tdevries@suse.de>
3892
3893 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3894 after gdb_starti_cmd.
3895
c5cd900e
AKS
38962020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3897
3898 * lib/fortran.exp (fortran_complex8): New proc.
3899 (fortran_complex16): New proc.
3900 * gdb.fortran/complex.exp: Use routines from fortran.exp
3901 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3902 * gdb.fortran/vla-ptr-info.exp: Likewise.
3903
8f5c6526
TV
39042020-09-03 Tom de Vries <tdevries@suse.de>
3905
3906 PR breakpoint/26546
3907 * gdb.base/label-without-address.exp: Runto main first.
3908
02c6f3f1
TT
39092020-09-02 Tom Tromey <tromey@adacore.com>
3910
3911 * gdb.ada/mi_var_access.exp: Test children of access variable.
3912 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3913 * gdb.ada/mi_var_array.exp: Update.
3914
efe24f05
KB
39152020-08-31 Kevin Buettner <kevinb@redhat.com>
3916
3917 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3918 on docker w/ AUFS storage driver.
3919
973695d6
KB
39202020-08-31 Kevin Buettner <kevinb@redhat.com>
3921
3922 * gdb.base/corefile2.exp (renamed binfile): New tests.
3923
f3bd50f1
SM
39242020-08-31 Simon Marchi <simon.marchi@efficios.com>
3925
3926 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3927
22b9b4b0
SL
39282020-08-31 Simon Marchi <simon.marchi@efficios.com>
3929
3930 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3931 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3932
8efaf6b3
SM
39332020-08-31 Simon Marchi <simon.marchi@efficios.com>
3934
3935 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3936 output, printing a "not saved" value from history and printing a
3937 convenience variable created from a "not saved" value.
3938
e840f2e3
TV
39392020-08-31 Tom de Vries <tdevries@suse.de>
3940
3941 * gdb.base/eh_return.exp: Use nopie.
3942
8f57f343
PA
39432020-08-28 Pedro Alves <pedro@palves.net>
3944
3945 * gdb.base/advance-until-multiple-locations.exp
3946 (advance_overload, until_overload): Adjust to match the
3947 frame/function header instead of the source line text.
3948
626d2320
TV
39492020-08-28 Tom de Vries <tdevries@suse.de>
3950
3951 * gdb.base/label-without-address.c: New test.
3952 * gdb.base/label-without-address.exp: New file.
3953
df631783
PA
39542020-08-27 Pedro Alves <pedro@palves.net>
3955
3956 PR gdb/26523
3957 PR gdb/26524
3958 * gdb.base/advance-until-multiple-locations.cc: New.
3959 * gdb.base/advance-until-multiple-locations.exp: New.
3960
48b076bb
SM
39612020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3962
3963 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3964
c2015ce4
AB
39652020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3966
3967 * gdb.arch/amd64-byte.exp: Make test names unique, use
3968 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3969 * gdb.arch/amd64-dword.exp: Likewise.
3970 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3971 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3972 unique.
3973 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3974 * gdb.arch/amd64-word.exp: Make test names unique, use
3975 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3976 * gdb.arch/i386-byte.exp: Make test names unique, use
3977 gdb_breakpoint.
3978 * gdb.arch/i386-word.exp: Likewise.
3979
995d3a19
SV
39802020-08-25 Shahab Vahedi <shahab@synopsys.com>
3981
3982 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3983
8cac2b31
SM
39842020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3985
3986 PR gdb/26532
3987 * gdb.threads/stepi-random-signal.exp: Update pattern.
3988
2bc19622
SM
39892020-08-25 Simon Marchi <simon.marchi@efficios.com>
3990
3991 PR gdb/26532
3992 * gdb.base/ui-redirect.exp: Update pattern.
3993
b04aa1fc
GB
39942020-08-25 Gary Benson <gbenson@redhat.com>
3995
3996 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3997 when compiling with clang.
8571e9c8 3998 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 3999
9f68b453
GB
40002020-08-25 Gary Benson <gbenson@redhat.com>
4001
4002 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
4003 Add additional_flags=-Wno-inaccessible-base when compiling
4004 with GCC >= 10.1 or clang. Add additional_flags=-w when
4005 compiling with GCC < 10.
4006
3945d2d7
GM
40072020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
4008
4009 PR m2/26372
fc5d6901
SM
4010 * gdb.modula2/multidim.c: New file.
4011 * gdb.modula2/multidim.exp: New file.
3945d2d7 4012
60122dbe
SM
40132020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
4014
4015 * lib/gdb.exp (runto): Always emit fail on internal error.
4016
1eb8556f
SM
40172020-08-24 Simon Marchi <simon.marchi@efficios.com>
4018
4019 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
4020 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4021 Likewise.
4022 * gdb.threads/stepi-random-signal.exp: Likewise.
4023
33bf4c5c
TBA
40242020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4025
4026 * gdb.base/print-file-var.exp: Fix typo "breapoint".
4027 * gdb.trace/strace.exp: Ditto.
4028
c2fd7fae
AKS
40292020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4030
4031 * gdb.fortran/vla-type.exp: Skip commands not required for
4032 the Flang compiled binaries after prologue fix.
4033
326afb72
TT
40342020-08-17 Tom de Vries <tdevries@suse.de>
4035 Tom Tromey <tromey@adacore.com>
4036
4037 PR rust/26197:
4038 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
4039
3ae7ab99
TT
40402020-08-17 Tom Tromey <tromey@adacore.com>
4041
4042 * gdb.ada/mi_var_access.exp: New file.
4043 * gdb.ada/mi_var_access/mi_access.adb: New file.
4044 * gdb.ada/mi_var_access/pck.adb: New file.
4045 * gdb.ada/mi_var_access/pck.ads: New file.
4046
f569c1c5
TV
40472020-08-16 Tom de Vries <tdevries@suse.de>
4048
4049 PR gdb/25350
4050 * gdb.base/eh_return.c: New test.
4051 * gdb.base/eh_return.exp: New file.
4052
3d11c30a
TV
40532020-08-15 Tom de Vries <tdevries@suse.de>
4054
4055 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
4056 (mixed_func_1d_): Use fortran_charlen_t in decl.
4057
547ce8f0
TV
40582020-08-15 Tom de Vries <tdevries@suse.de>
4059
4060 PR backtrace/26390
4061 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
4062 Update expected pattern.
4063
a54a7f13
PA
40642020-08-13 Pedro Alves <pedro@palves.net>
4065
4066 * gdb.fortran/complex.exp: Check skip_fortran_tests.
4067 * gdb.fortran/library-module.exp: Likewise.
4068 * gdb.fortran/logical.exp: Likewise.
4069 * gdb.fortran/module.exp: Likewise.
4070 * gdb.fortran/print_type.exp: Likewise.
4071 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4072 * gdb.fortran/vla-datatypes.exp: Likewise.
4073 * gdb.fortran/vla-history.exp: Likewise.
4074 * gdb.fortran/vla-ptr-info.exp: Likewise.
4075 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4076 * gdb.fortran/vla-ptype.exp: Likewise.
4077 * gdb.fortran/vla-sizeof.exp: Likewise.
4078 * gdb.fortran/vla-type.exp: Likewise.
4079 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4080 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4081 * gdb.fortran/vla-value-sub.exp: Likewise.
4082 * gdb.fortran/vla-value.exp: Likewise.
4083
7a82e903
PA
40842020-08-13 Pedro Alves <pedro@palves.net>
4085
4086 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
4087 * gdb.ada/access_to_packed_array.exp: Likewise.
4088 * gdb.ada/access_to_unbounded_array.exp: Likewise.
4089 * gdb.ada/addr_arith.exp: Likewise.
4090 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
4091 * gdb.ada/arr_arr.exp: Likewise.
4092 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
4093 * gdb.ada/array_bounds.exp: Likewise.
4094 * gdb.ada/array_of_variable_length.exp: Likewise.
4095 * gdb.ada/array_ptr_renaming.exp: Likewise.
4096 * gdb.ada/array_subscript_addr.exp: Likewise.
4097 * gdb.ada/arraydim.exp: Likewise.
4098 * gdb.ada/arrayparam.exp: Likewise.
4099 * gdb.ada/arrayptr.exp: Likewise.
4100 * gdb.ada/assign_1.exp: Likewise.
4101 * gdb.ada/assign_arr.exp: Likewise.
4102 * gdb.ada/atomic_enum.exp: Likewise.
4103 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4104 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
4105 * gdb.ada/bias.exp: Likewise.
4106 * gdb.ada/boolean_expr.exp: Likewise.
4107 * gdb.ada/bp_c_mixed_case.exp: Likewise.
4108 * gdb.ada/bp_enum_homonym.exp: Likewise.
4109 * gdb.ada/bp_inlined_func.exp: Likewise.
4110 * gdb.ada/bp_on_var.exp: Likewise.
4111 * gdb.ada/bp_range_type.exp: Likewise.
4112 * gdb.ada/bp_reset.exp: Likewise.
4113 * gdb.ada/call_pn.exp: Likewise.
4114 * gdb.ada/catch_assert_if.exp: Likewise.
4115 * gdb.ada/catch_ex.exp: Likewise.
4116 * gdb.ada/catch_ex_std.exp: Likewise.
4117 * gdb.ada/char_enum.exp: Likewise.
4118 * gdb.ada/char_param.exp: Likewise.
4119 * gdb.ada/complete.exp: Likewise.
4120 * gdb.ada/cond_lang.exp: Likewise.
4121 * gdb.ada/convvar_comp.exp: Likewise.
4122 * gdb.ada/dgopt.exp: Likewise.
4123 * gdb.ada/disc_arr_bound.exp: Likewise.
4124 * gdb.ada/display_nested.exp: Likewise.
4125 * gdb.ada/dot_all.exp: Likewise.
4126 * gdb.ada/dyn_loc.exp: Likewise.
4127 * gdb.ada/dyn_stride.exp: Likewise.
4128 * gdb.ada/excep_handle.exp: Likewise.
4129 * gdb.ada/expr_delims.exp: Likewise.
4130 * gdb.ada/expr_with_funcall.exp: Likewise.
4131 * gdb.ada/exprs.exp: Likewise.
4132 * gdb.ada/fin_fun_out.exp: Likewise.
4133 * gdb.ada/fixed_cmp.exp: Likewise.
4134 * gdb.ada/formatted_ref.exp: Likewise.
4135 * gdb.ada/frame_arg_lang.exp: Likewise.
4136 * gdb.ada/frame_args.exp: Likewise.
4137 * gdb.ada/fullname_bp.exp: Likewise.
4138 * gdb.ada/fun_addr.exp: Likewise.
4139 * gdb.ada/fun_in_declare.exp: Likewise.
4140 * gdb.ada/fun_overload_menu.exp: Likewise.
4141 * gdb.ada/fun_renaming.exp: Likewise.
4142 * gdb.ada/funcall_char.exp: Likewise.
4143 * gdb.ada/funcall_param.exp: Likewise.
4144 * gdb.ada/funcall_ptr.exp: Likewise.
4145 * gdb.ada/funcall_ref.exp: Likewise.
4146 * gdb.ada/homonym.exp: Likewise.
4147 * gdb.ada/info_addr_mixed_case.exp: Likewise.
4148 * gdb.ada/info_auto_lang.exp: Likewise.
4149 * gdb.ada/info_exc.exp: Likewise.
4150 * gdb.ada/info_types.exp: Likewise.
4151 * gdb.ada/int_deref.exp: Likewise.
4152 * gdb.ada/interface.exp: Likewise.
4153 * gdb.ada/iwide.exp: Likewise.
4154 * gdb.ada/lang_switch.exp: Likewise.
4155 * gdb.ada/length_cond.exp: Likewise.
4156 * gdb.ada/maint_with_ada.exp: Likewise.
4157 * gdb.ada/mi_catch_assert.exp: Likewise.
4158 * gdb.ada/mi_catch_ex.exp: Likewise.
4159 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
4160 * gdb.ada/mi_dyn_arr.exp: Likewise.
4161 * gdb.ada/mi_ex_cond.exp: Likewise.
4162 * gdb.ada/mi_exc_info.exp: Likewise.
4163 * gdb.ada/mi_interface.exp: Likewise.
4164 * gdb.ada/mi_prot.exp: Likewise.
4165 * gdb.ada/mi_ref_changeable.exp: Likewise.
4166 * gdb.ada/mi_string_access.exp: Likewise.
4167 * gdb.ada/mi_task_arg.exp: Likewise.
4168 * gdb.ada/mi_task_info.exp: Likewise.
4169 * gdb.ada/mi_var_array.exp: Likewise.
4170 * gdb.ada/mi_var_union.exp: Likewise.
4171 * gdb.ada/mi_variant.exp: Likewise.
4172 * gdb.ada/minsyms.exp: Likewise.
4173 * gdb.ada/mod_from_name.exp: Likewise.
4174 * gdb.ada/nested.exp: Likewise.
4175 * gdb.ada/null_array.exp: Likewise.
4176 * gdb.ada/optim_drec.exp: Likewise.
4177 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
4178 * gdb.ada/packed_array_assign.exp: Likewise.
4179 * gdb.ada/packed_tagged.exp: Likewise.
4180 * gdb.ada/pp-rec-component.exp: Likewise.
4181 * gdb.ada/print_chars.exp: Likewise.
4182 * gdb.ada/print_pc.exp: Likewise.
4183 * gdb.ada/ptr_typedef.exp: Likewise.
4184 * gdb.ada/ptype_arith_binop.exp: Likewise.
4185 * gdb.ada/ptype_array.exp: Likewise.
4186 * gdb.ada/ptype_field.exp: Likewise.
4187 * gdb.ada/ptype_tagged_param.exp: Likewise.
4188 * gdb.ada/ptype_union.exp: Likewise.
4189 * gdb.ada/py_range.exp: Likewise.
4190 * gdb.ada/py_taft.exp: Likewise.
4191 * gdb.ada/rdv_wait.exp: Likewise.
4192 * gdb.ada/rec_comp.exp: Likewise.
4193 * gdb.ada/rec_return.exp: Likewise.
4194 * gdb.ada/ref_param.exp: Likewise.
4195 * gdb.ada/ref_tick_size.exp: Likewise.
4196 * gdb.ada/rename_subscript_param.exp: Likewise.
4197 * gdb.ada/repeat_dyn.exp: Likewise.
4198 * gdb.ada/same_component_name.exp: Likewise.
4199 * gdb.ada/same_enum.exp: Likewise.
4200 * gdb.ada/scalar_storage.exp: Likewise.
4201 * gdb.ada/set_wstr.exp: Likewise.
4202 * gdb.ada/small_reg_param.exp: Likewise.
4203 * gdb.ada/str_binop_equal.exp: Likewise.
4204 * gdb.ada/str_ref_cmp.exp: Likewise.
4205 * gdb.ada/str_uninit.exp: Likewise.
4206 * gdb.ada/sub_variant.exp: Likewise.
4207 * gdb.ada/sym_print_name.exp: Likewise.
4208 * gdb.ada/taft_type.exp: Likewise.
4209 * gdb.ada/tagged.exp: Likewise.
4210 * gdb.ada/tagged_access.exp: Likewise.
4211 * gdb.ada/task_bp.exp: Likewise.
4212 * gdb.ada/task_switch_in_core.exp: Likewise.
4213 * gdb.ada/tasks.exp: Likewise.
4214 * gdb.ada/tick_last_segv.exp: Likewise.
4215 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
4216 * gdb.ada/type_coercion.exp: Likewise.
4217 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4218 * gdb.ada/unchecked_union.exp: Likewise.
4219 * gdb.ada/uninitialized_vars.exp: Likewise.
4220 * gdb.ada/var_arr_attrs.exp: Likewise.
4221 * gdb.ada/var_arr_typedef.exp: Likewise.
4222 * gdb.ada/var_rec_arr.exp: Likewise.
4223 * gdb.ada/variant-record.exp: Likewise.
4224 * gdb.ada/variant.exp: Likewise.
4225 * gdb.ada/variant_record_packed_array.exp: Likewise.
4226 * gdb.ada/varsize_limit.exp: Likewise.
4227 * gdb.ada/whatis_array_val.exp: Likewise.
4228 * gdb.ada/widewide.exp: Likewise.
4229 * gdb.ada/win_fu_syms.exp: Likewise.
4230
42312020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
4232
4233 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
4234
10c381b5
AB
42352020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
4236
4237 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
4238 unset the array variable.
4239
8f34b746
TV
42402020-08-03 Tom de Vries <tdevries@suse.de>
4241
4242 PR symtab/26333
4243 * lib/dwarf.exp (DW_LNE_user): New proc.
4244 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
4245 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
4246
0245e136
KB
42472020-07-31 Kevin Buettner <kevinb@redhat.com>
4248
4249 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
4250 to 'uintptr_t'
4251 (inttypes.h): Include.
4252
9ef1ec5d
KB
42532020-07-31 Kevin Buettner <kevinb@redhat.com>
4254
4255 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
4256 (C5_24k): Delete.
4257 (C5_8k, C5_64k, C5_256k): New macros.
4258 (buf_ro): Allocate 256 KiB of initialized data.
4259
4c55e970
TBA
42602020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4261
4262 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
4263 that attempt to overwrite an existing condition with a condition
4264 that fails parsing and also with a condition that parses fine
4265 but contains junk at the end.
4266
1e620590
TBA
42672020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4268
4269 * gdb.base/condbreak-bad.c: New test.
4270 * gdb.base/condbreak-bad.exp: New file.
4271
e12dcc50
TV
42722020-07-30 Tom de Vries <tdevries@suse.de>
4273
4274 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
4275 out of ...
4276 (GDBInfoModuleSymbols::check_entry): ... here.
4277 (GDBInfoModuleSymbols::check_optional_entry): New proc.
4278 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
4279 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
4280
6cc64caa
TV
42812020-07-30 Tom de Vries <tdevries@suse.de>
4282
4283 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
4284 "__class_some_module_Number_t" optional.
4285
90fd07fc
TV
42862020-07-29 Tom de Vries <tdevries@suse.de>
4287
4288 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
4289 multiple locations.
4290
f5c79e97
TV
42912020-07-29 Tom de Vries <tdevries@suse.de>
4292
4293 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
4294 rather than function name.
4295
f75a0693
AB
42962020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 PR symtab/26270:
4299 * gdb.cp/disasm-func-name.cc: New file.
4300 * gdb.cp/disasm-func-name.exp: New file.
4301
4888741a
TT
43022020-07-28 Tom Tromey <tromey@adacore.com>
4303
4304 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
4305 'varval' location.
4306
43d5901d
AB
43072020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4308
4309 * gdb.python/py-unwind.py: Update to make use of a register
4310 descriptor.
4311
14fa8fb3
AB
43122020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4313
4314 * gdb.python/py-arch-reg-names.exp: Add additional tests.
4315
e79eb02f
AB
43162020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
4317
4318 PR fortran/23051
4319 PR fortran/26139
4320 * gdb.fortran/class-allocatable-array.exp: New file.
4321 * gdb.fortran/class-allocatable-array.f90: New file.
4322 * gdb.fortran/pointer-to-pointer.exp: New file.
4323 * gdb.fortran/pointer-to-pointer.f90: New file.
4324
876518dd
TV
43252020-07-25 Tom de Vries <tdevries@suse.de>
4326
4327 PR symtab/26243
4328 * gdb.dwarf2/dw2-line-number-zero.c: New test.
4329 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
4330
6dcfb80a
TV
43312020-07-24 Tom de Vries <tdevries@suse.de>
4332
4333 PR testsuite/26293
4334 * gdb.ada/mi_prot.exp: Require gnatmake-8.
4335
e7bc9db8
PA
43362020-07-23 Pedro Alves <pedro@palves.net>
4337
4338 * gdb.server/server-kill.exp (prepare): New, factored out from the
4339 top level.
4340 (kill_server): New.
4341 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
4342 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
4343
78344df7
AB
43442020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
4345
4346 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
4347
25dfed24
SL
43482020-07-22 Sandra Loosemore <sandra@codesourcery.com>
4349
4350 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
4351 Initialize to empty string at top level.
4352 (gdb_wrapper_init): Revert check for file existence on build.
4353 Build the wrapper in its default place, not a build-specific
4354 location. When host == build, make the pathname absolute.
4355 (gdb_compile): Delete leftover declaration of
4356 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
4357 string instead of uninitialized.
4358
7da515fd
KB
43592020-07-22 Kevin Buettner <kevinb@redhat.com>
4360
4361 * gdb.base/corefile2.exp: New file.
4362 * gdb.base/coremaker2.exp: New file.
4363
9c5ec5c2
KB
43642020-07-22 Kevin Buettner <kevinb@redhat.com>
4365
4366 * gdb.base/coredump-filter.exp: Add second
4367 non-Private-Shared-Anon-File test.
4368 (test_disasm): Rename binfile for test which is expected
4369 to fail.
4370
f9e233c9
KB
43712020-07-22 Kevin Buettner <kevinb@redhat.com>
4372
4373 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
4374 data in core file".
4375 * gdb.base/coremaker.c (buf2ro): New global.
4376 (mmapdata): Add a read-only mmap mapping.
4377
94c265d7
KB
43782020-07-22 Kevin Buettner <kevinb@redhat.com>
4379
4380 PR corefiles/25631
4381 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
4382 New test.
4383 * gdb.base/coremaker.c (buf3): New global.
4384 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
4385 flags.
4386
43872020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
4388
4389 * gdb.base/coremaker.c (filler_ro): New global constant.
4390
32fa152e
TT
43912020-07-22 Tom Tromey <tromey@adacore.com>
4392
4393 * gdb.ada/mi_prot.exp: New file.
4394 * gdb.ada/mi_prot/pkg.adb: New file.
4395 * gdb.ada/mi_prot/pkg.ads: New file.
4396 * gdb.ada/mi_prot/prot.adb: New file.
4397
c8474dc3
TBA
43982020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4399
4400 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
4401 loads two JITers.
4402
baf8791e
AB
44032020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4404
4405 * gdb.python/py-arch-reg-groups.exp: Additional tests.
4406
f7306dac
AB
44072020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4408
4409 * gdb.python/py-arch-reg-names.exp: Additional tests.
4410
6d3d6e4b
TV
44112020-07-21 Tom de Vries <tdevries@suse.de>
4412
4413 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
4414 breakpoint locations".
4415 * gdb.reverse/solib-reverse.exp: Same.
4416
803d0592
TV
44172020-07-21 Tom de Vries <tdevries@suse.de>
4418
4419 * gdb.reverse/step-reverse.c (callee): Merge statements.
4420
e9bdc510
TV
44212020-07-21 Tom de Vries <tdevries@suse.de>
4422
4423 * gdb.fortran/info-modules.exp (info module variables): Allow missing
4424 line numbers for some variables.
4425
f0f9e75a
TV
44262020-07-21 Tom de Vries <tdevries@suse.de>
4427
4428 * gdb.opt/inline-locals.c (init_array): New func.
4429 (func1): Use init_array.
4430 * gdb.opt/inline-locals.exp: Update pattern.
4431
bd460ecb
TV
44322020-07-21 Tom de Vries <tdevries@suse.de>
4433
4434 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
4435 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
4436
ae5369e7
LC
44372020-07-20 Ludovic Courtès <ludo@gnu.org>
4438
4439 * gdb.guile/source2.scm: Add #f first argument to 'format'.
4440 * gdb.guile/types-module.exp: Remove "ERROR:" from
4441 regexps since Guile 3.0 no longer prints that.
4442
68cf161c
LC
44432020-07-20 Ludovic Courtès <ludo@gnu.org>
4444
4445 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
4446 error regexp to match on Guile 2.2.
4447
c14b4913
GB
44482020-07-20 Gary Benson <gbenson@redhat.com>
4449
4450 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
4451 with clang.
4452
b243ba58
TV
44532020-07-20 Tom de Vries <tdevries@suse.de>
4454
4455 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
4456 (omp_set_lock_in_order): New function.
4457 (single_scope, multi_scope, nested_func, nested_parallel): Use
4458 omp_set_lock_in_order and omp_unset_lock.
4459 (main): Init and destroy lock and lock2.
4460
c06ad8b5
TV
44612020-07-20 Tom de Vries <tdevries@suse.de>
4462
4463 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
4464
6e22f117
TV
44652020-07-20 Tom de Vries <tdevries@suse.de>
4466
4467 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
4468
33176ea7
TV
44692020-07-17 Tom de Vries <tdevries@suse.de>
4470
4471 * gdb.base/valgrind-infcall-2.c: New test.
4472 * gdb.base/valgrind-infcall-2.exp: New file.
4473 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
4474
90c3ec2d
TV
44752020-07-17 Tom de Vries <tdevries@suse.de>
4476
4477 * gdb.dlang/circular.c (found): Use found_label as label name.
4478 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
4479 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
4480 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
4481 * gdb.dwarf2/ada-linkage-name.exp: Same.
4482 * gdb.dwarf2/arr-subrange.exp: Same.
4483 * gdb.dwarf2/atomic-type.exp: Same.
4484 * gdb.dwarf2/comp-unit-lang.exp: Same.
4485 * gdb.dwarf2/cpp-linkage-name.exp: Same.
4486 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
4487 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
4488 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
4489 * gdb.dwarf2/implptr-64bit.exp: Same.
4490 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4491 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4492 * gdb.dwarf2/imported-unit.exp: Same.
4493 * gdb.dwarf2/main-subprogram.exp: Same.
4494 * gdb.dwarf2/missing-type-name.exp: Same.
4495 * gdb.dwarf2/nonvar-access.exp: Same.
4496 * gdb.dwarf2/struct-with-sig.exp: Same.
4497 * gdb.dwarf2/typedef-void-finish.exp: Same.
4498 * gdb.dwarf2/void-type.exp: Same.
4499
10da644d
TV
45002020-07-17 Tom de Vries <tdevries@suse.de>
4501
4502 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
4503 src parameter.
4504 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
4505 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
4506 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4507 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
4508 * gdb.dwarf2/dwz.exp: Same.
4509 * gdb.dwarf2/implptr-optimized-out.exp: Same.
4510 * gdb.dwarf2/implref-array.exp: Same.
4511 * gdb.dwarf2/implref-const.exp: Same.
4512 * gdb.dwarf2/implref-global.exp: Same.
4513 * gdb.dwarf2/implref-struct.exp: Same.
4514 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
4515 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4516 * gdb.dwarf2/var-access.exp: Same.
4517 * gdb.dwarf2/varval.exp: Same.
4518 * gdb.trace/entry-values.exp: Same.
4519
315e6afc
TV
45202020-07-17 Tom de Vries <tdevries@suse.de>
4521
4522 * lib/dwarf.exp (Dwarf::extern): Remove.
4523 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
4524 * gdb.dlang/circular.exp: Same.
4525 * gdb.dwarf2/comp-unit-lang.exp: Same.
4526 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4527 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
4528 * gdb.dwarf2/dwz.exp: Same.
4529 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4530 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4531 * gdb.dwarf2/imported-unit.exp: Same.
4532 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4533
5597c940
SL
45342020-07-16 Sandra Loosemore <sandra@codesourcery.com>
4535
4536 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
4537 Use double quotes instead of single quotes.
4538
d0ce17d8
CT
45392020-07-16 Caroline Tice <cmtice@google.com>
4540
4541 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
4542 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
4543
853772cc
TV
45442020-07-16 Tom de Vries <tdevries@suse.de>
4545
4546 * lib/dwarf.exp (program): Initialize _line.
4547 (DW_LNE_end_sequence): Reinitialize _line.
4548 (DW_LNS_advance_line): Update _line.
4549 (line): New proc.
4550 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
4551 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
4552 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
4553 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
4554 * gdb.dwarf2/dw2-is-stmt.exp: Same.
4555 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4556
fe07b572
AB
45572020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4558
4559 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4560 generic.
4561
52781cce
TV
45622020-07-15 Tom de Vries <tdevries@suse.de>
4563
4564 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4565 is_amd64_regs_target.
4566
3dcc261c
AB
45672020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4568
4569 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4570 * gdb.fortran/ptype-on-functions.f90: Likewise.
4571
054a0959
SM
45722020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
4573
4574 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
4575 values in documentation for addr_size to 4 and 8.
4576
ccb9eba6
AB
45772020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
4578
4579 * gdb.arch/amd64-osabi.exp: Update.
4580 * gdb.arch/arm-disassembler-options.exp: Update.
4581 * gdb.arch/powerpc-disassembler-options.exp: Update.
4582 * gdb.arch/ppc64-symtab-cordic.exp: Update.
4583 * gdb.arch/s390-disassembler-options.exp: Update.
4584 * gdb.base/all-architectures.exp.tcl: Update.
4585 * gdb.base/attach-pie-noexec.exp: Update.
4586 * gdb.base/catch-syscall.exp: Update.
4587 * gdb.xml/tdesc-arch.exp: Update.
4588
025a39a7
TV
45892020-07-14 Tom de Vries <tdevries@suse.de>
4590
4591 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4592 (local_gettid): ... this.
4593 (fn): Update.
4594
74e4b667
SL
45952020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4596
4597 * gdb.base/info_sources.exp: Skip directory match tests on
4598 remote hosts.
4599
f413dd74
GB
46002020-07-13 Gary Benson <gbenson@redhat.com>
4601
4602 * gdb.base/savedregs.exp (caller): Use parentheses to
4603 make expected expression evaluation ordering explicit.
4604
915771bb
GB
46052020-07-13 Gary Benson <gbenson@redhat.com>
4606
4607 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4608
2a122642
GB
46092020-07-13 Gary Benson <gbenson@redhat.com>
4610
4611 * gdb.base/bigcore.c (main): Use a volatile pointer when
4612 attempting to trigger a SIGSEGV.
4613 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4614 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4615 * gdb.base/savedregs.c (thrower): Likewise.
4616 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4617
3f00c730
GB
46182020-07-13 Gary Benson <gbenson@redhat.com>
4619
4620 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4621 defining and using VLA structure fields into...
4622 * gdb.base/vla-struct-fields.c: New file.
4623 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4624 tests into...
4625 * gdb.base/vla-struct-fields.exp: New file.
4626
963eeee4
TV
46272020-07-13 Tom de Vries <tdevries@suse.de>
4628
4629 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4630 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4631 * gdb.base/gold-gdb-index.exp: Same.
4632 * gdb.base/morestack.exp: Same.
4633
0ed35c9a
DX
46342020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4635
4636 PR rust/26121
4637 * gdb.rust/modules.rs: Prevent linker from discarding test
4638 symbol.
4639
4fdba23d
PA
46402020-07-10 Pedro Alves <pedro@palves.net>
4641
4642 PR gdb/26199
4643 * gdb.multi/multi-target.c (exit_thread): New.
4644 (thread_start): Break loop if EXIT_THREAD.
4645 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4646 (top level) Call test_no_resumed.
4647
15f3b077
TT
46482020-07-08 Tom Tromey <tromey@adacore.com>
4649
4650 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4651 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4652
9fc501fd
AB
46532020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4654
4655 PR python/22748
4656 * gdb.opt/inline-frame-tailcall.c: New file.
4657 * gdb.opt/inline-frame-tailcall.exp: New file.
4658 * gdb.python/py-unwind-inline.c: New file.
4659 * gdb.python/py-unwind-inline.exp: New file.
4660 * gdb.python/py-unwind-inline.py: New file.
4661
64cb3757
AB
46622020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4663
4664 * gdb.python/py-arch-reg-groups.exp: New file.
4665
0f767f94
AB
46662020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4667
4668 * gdb.python/py-arch-reg-names.exp: New file.
4669
87dbc774
AB
46702020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4671
4672 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4673 gdb.PendingFrame.architecture method.
4674
d8cc8af6
TV
46752020-07-06 Tom de Vries <tdevries@suse.de>
4676
4677 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4678
3c8ea5be
PA
46792020-07-03 Pedro Alves <palves@redhat.com>
4680
4681 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4682 explicitly write negative numbers.
4683 * gdb.base/structs2.exp: Adjust expected output.
4684
bf90c83a
PA
46852020-07-03 Pedro Alves <palves@redhat.com>
4686
4687 * gdb.base/charset.c (init_string): Change all char parameters to
4688 unsigned char parameters.
4689
2eb82157
PA
46902020-07-03 Pedro Alves <palves@redhat.com>
4691
4692 * gdb.base/call-sc.exp (start_scalars_test): Use
4693 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4694 * gdb.base/overlays.c: Remove references to PARAMS.
4695 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4696 * gdb.base/reread.exp: Don't set 'prototypes' global.
4697 * gdb.base/structs.exp (start_structs_test): Use
4698 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4699 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4700 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4701 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4702 call.
4703 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4704
9adda7af
PA
47052020-07-03 Pedro Alves <palves@redhat.com>
4706
4707 * gdb.base/m32rovly.c: Delete.
4708 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4709
2a17c803
PW
47102020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4711
4712 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4713 of gdb_py_test_multiple.
4714 * gdb.python/py-cmd.exp: Likewise.
4715 * gdb.python/py-events.exp: Likewise.
4716 * gdb.python/py-function.exp: Likewise.
4717 * gdb.python/py-inferior.exp: Likewise.
4718 * gdb.python/py-infthread.exp: Likewise.
4719 * gdb.python/py-linetable.exp: Likewise.
4720 * gdb.python/py-parameter.exp: Likewise.
4721 * gdb.python/py-value.exp: Likewise.
4722
b011fe1a
TV
47232020-06-30 Tom de Vries <tdevries@suse.de>
4724
4725 PR testsuite/26175
4726 * lib/future.exp (gdb_default_target_compile): Detect and handle
4727 early_flags.
4728
df5b8876
SM
47292020-06-29 Simon Marchi <simon.marchi@efficios.com>
4730
4731 * boards/simavr.exp (gdb_load): Catch errors when closing
4732 previous connection. Close connection, wait for process and
4733 unset simavr_spawn_id on failure.
4734
a3ca48cd
TV
47352020-06-29 Tom de Vries <tdevries@suse.de>
4736
4737 * lib/gdb.exp (unknown): Make test-case unresolved.
4738
b0237c0e
TV
47392020-06-29 Tom de Vries <tdevries@suse.de>
4740
4741 PR gdb/25475
4742 * gdb.server/solib-list.exp: Verify that the symbol reload
4743 confirmation question is asked.
4744
c0b3b3bd
PW
47452020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4746
4747 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4748 have a input seq nr in each pass message.
fe4c3d43 4749 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
4750 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4751 * gdb.python/python.exp: Make test names unique,
4752 use gdb_test_multiline instead of gdb_py_test_multiple,
4753 use $gdb_test_name.
4754 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4755
1776e3e5
NA
47562020-06-26 Nick Alcock <nick.alcock@oracle.com>
4757
4758 * configure.ac: Add --enable-libctf.
4759 * aclocal.m4: sinclude ../config/enable.m4.
4760 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4761 * lib/gdb.exp (skip_ctf_tests): Use it.
4762 * gdb.base/ctf-constvars.exp: Error message tweak.
4763 * gdb.base/ctf-ptype.exp: Likewise.
4764 * configure: Regenerate.
4765
f53b3eeb
GB
47662020-06-26 Gary Benson <gbenson@redhat.com>
4767
4768 * gdb.cp/try_catch.cc: Include string.h.
4769 (main): Replace comparison against string literal with
4770 strcmp, avoiding build failure with -Wstring-compare.
4771 Add "marker test-complete".
4772 * gdb.cp/try_catch.exp: Run the test to the above marker,
4773 then verify that the value of "test" is still true.
4774
6d74da72
AB
47752020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4776
4777 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4778
2e52d038
AB
47792020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4780
4781 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4782
3b9fce96
AB
47832020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4784
4785 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4786 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4787 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4788 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4789 * gdb.arch/riscv-tdesc-loading.exp: New file.
4790
ed69cbc8
AB
47912020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4792
4793 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4794
767a879e
AB
47952020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4796
4797 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4798 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4799 * gdb.arch/riscv-tdesc-regs.c: New file.
4800 * gdb.arch/riscv-tdesc-regs.exp: New file.
4801
221db974
PA
48022020-06-24 Pedro Alves <palves@redhat.com>
4803
4804 * gdb.arch/amd64-entry-value-paramref.exp: Use
4805 prepare_for_testing_full and don't pass "c++" for the .S file
4806 build spec.
4807 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4808 $options, since it's an assembly file. Remove -Wno-deprecated.
4809 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4810 compiling C++ programs.
4811
331733cd
PA
48122020-06-24 Pedro Alves <palves@redhat.com>
4813
4814 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4815 Clang, add "-Wno-unknown-warning-option" to the options.
4816
caa7fd04
AB
48172020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4818
4819 * gdb.xml/tdesc-reload.c: New file.
4820 * gdb.xml/tdesc-reload.exp: New file.
4821 * gdb.xml/maint-xml-dump-01.xml: New file.
4822 * gdb.xml/maint-xml-dump-02.xml: New file.
4823 * gdb.xml/maint-xml-dump.exp: New file.
4824
bb8d1260
SL
48252020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4826
4827 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4828 Adjust for omitted commands when TUI is disabled.
4829
7e4b9c4c
GB
48302020-06-23 Gary Benson <gbenson@redhat.com>
4831 Pedro Alves <palves@redhat.com>
4832
4833 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4834 * gdb.cp/nsimport.cc: Likewise.
4835 * gdb.cp/nsnested.cc: Likewise.
4836 * gdb.cp/nsnoimports.cc: Likewise.
4837 * gdb.cp/nsusing.cc: Likewise.
4838 * gdb.cp/smartp.cc: Likewise.
4839 * gdb.python/py-pp-integral.c: Likewise.
4840 * gdb.python/py-pp-re-notag.c: Likewise.
4841
2e573c0a
GB
48422020-06-23 Gary Benson <gbenson@redhat.com>
4843
4844 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4845 * gdb.cp/nsimport.cc: Likewise.
4846 * gdb.cp/nsnested.cc: Likewise.
4847 * gdb.cp/nsnoimports.cc: Likewise.
4848 * gdb.cp/nsusing.cc: Likewise.
4849 * gdb.cp/smartp.cc: Likewise.
4850 * gdb.python/py-pp-integral.c: Likewise.
4851 * gdb.python/py-pp-re-notag.c: Likewise.
4852
746ebfe8
PW
48532020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4854
4855 * gdb.base/default-args.exp: New test.
4856 * gdb.base/default-args.c: New file.
4857 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4858 * gdb.base/default.exp: Update to new help text.
4859 * gdb.base/help.exp: Likewise.
4860 * gdb.base/page.exp: Likewise.
4861 * gdb.base/style.exp: Likewise.
4862 * gdb.guile/guile.exp: Likewise.
4863 * gdb.python/python.exp: Likewise.
4864
e822f2cd
SL
48652020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4866
4867 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4868 remote host. Fix search path syntax on Windows host.
4869
48e9cc84
PW
48702020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4871
4872 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4873 over 'exec-file-mismatch'.
4874 * gdb.base/attach.c: Mark should_exit volatile.
4875 * gdb.base/attach2.c: Likewise. Add a comment explaining
4876 why the sleep cannot be big.
4877 * gdb.base/attach3.c: New file.
4878
160f8a8f
SL
48792020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4880
4881 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4882 prefix optional.
4883
4d91c2a4
SL
48842020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4885
4886 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4887 for remote host.
4888
87f83f20
SL
48892020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4890 Hafiz Abid Qadeer <abidh@codesourcery.com>
4891
4892 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4893 file sent to remote host.
4894 (top level): Allow int32_t as type of 32-bit register.
4895
37ab8655
TV
48962020-06-19 Tom de Vries <tdevries@suse.de>
4897
4898 * lib/gdb.exp (gdb_note): New proc.
4899 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4900 (gdb_default_target_compile): ... here. Only call
4901 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4902 (use_gdb_compile): Change to array.
4903 (toplevel): Update sets of use_gdb_compile to specify language.
4904 Warn about default_target_compile override. Store dejagnu's version
4905 of default_target_compile in dejagnu_default_target_compile.
4906
a8a56685
TV
49072020-06-18 Tom de Vries <tdevries@suse.de>
4908
4909 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4910 (default_gdb_init): ... here.
4911
581bea2c
SL
49122020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4913
4914 Fix TUI support checks in gdb.tui tests.
4915
4916 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4917 just say UNSUPPORTED.
4918 * gdb.tui/corefile-run.exp: Likewise.
4919 * gdb.tui/empty.exp: Likewise.
4920 * gdb.tui/list-before.exp: Likewise.
4921 * gdb.tui/list.exp: Likewise.
4922 * gdb.tui/main.exp: Likewise.
4923 * gdb.tui/regs.exp: Likewise.
4924 * gdb.tui/resize.exp: Likewise.
4925 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4926 * gdb.tui/tui-layout-asm.exp: Likewise.
4927 * gdb.tui/tui-missing-src.exp: Likewise.
4928 * gdb.tui/winheight.exp: Likewise.
4929 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4930
05e682e3
SL
49312020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4932
4933 Fix TCL error in gdb.python/py-format-string.exp.
4934
4935 * gdb.python/py-format-string.exp: Move test for python support
4936 earlier, out of function body.
4937
efb763a5
SM
49382020-06-15 Simon Marchi <simon.marchi@efficios.com>
4939
4940 * gdb.base/index-cache-load-twice.c: New.
4941 * gdb.base/index-cache-load-twice.exp: New.
4942
43327b20
KS
49432020-06-17 Keith Seitz <keiths@redhat.com>
4944
99cf27cf 4945 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
4946 when executing "gdb --configuration".
4947
081e778c
TV
49482020-06-17 Tom de Vries <tdevries@suse.de>
4949
4950 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4951 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4952 conditional on presence of gdb_tcl_unknown.
4953 (gdb_finish): Make override undo conditional on presence of
4954 gdb_tcl_unknown.
4955
d2d1ea20
TT
49562020-06-16 Tom Tromey <tom@tromey.com>
4957
4958 * gdb.python/tui-window.py (failwin): New function. Register it
4959 as a TUI window type.
4960 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4961
c802e8a7
GB
49622020-06-16 Gary Benson <gbenson@redhat.com>
4963
4964 * gdb.python/py-nested-maps.c (create_map): Add missing return
4965 value.
4966 (create_map_map): Likewise.
4967
ff08abb8
TBA
49682020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4969
4970 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4971 variable.
4972 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4973 and use the already-defined 'options' variable.
4974
a29d5112
AB
49752020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4976 Tom de Vries <tdevries@suse.de>
4977
4978 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4979 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4980 (gdb_setup_known_globals): New proc.
4981 (gdb_cleanup_globals): New proc.
4982 * lib/gdb.exp (load_lib): New override proc.
4983 (gdb_stdin_log_init): Set var in_file as persistent global.
4984 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4985 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4986 fpc_compiler as persistent global.
4987
8c74a764
TV
49882020-06-12 Tom de Vries <tdevries@suse.de>
4989
4990 * lib/tuiterm.exp (spawn): Rename to ...
4991 (tui_spawn): ... this.
4992 (toplevel): Move rename of spawn ...
4993 (gdb_init_tuiterm): ... here. New proc.
4994 (gdb_finish_tuiterm): New proc.
4995 * lib/gdb.exp (gdb_finish_hooks): New global var.
4996 (gdb_finish): Handle gdb_finish_hooks.
4997 (tuiterm_env): New proc.
4998 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4999 tuiterm_env.
5000 * gdb.tui/basic.exp: Same.
5001 * gdb.tui/corefile-run.exp: Same.
5002 * gdb.tui/empty.exp: Same.
5003 * gdb.tui/list-before.exp: Same.
5004 * gdb.tui/list.exp: Same.
5005 * gdb.tui/main.exp: Same.
5006 * gdb.tui/new-layout.exp: Same.
5007 * gdb.tui/regs.exp: Same.
5008 * gdb.tui/resize.exp: Same.
5009 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
5010 * gdb.tui/tui-layout-asm.exp: Same.
5011 * gdb.tui/tui-missing-src.exp: Same.
5012 * gdb.tui/winheight.exp: Same.
5013
26783bce
TV
50142020-06-12 Tom de Vries <tdevries@suse.de>
5015
5016 PR testsuite/26110
5017 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
5018 (gdb_finish): Reinstall dejagnu's override of ::unknown.
5019
2b4e6a3f
TT
50202020-06-11 Tom Tromey <tom@tromey.com>
5021
5022 PR gdb/18318:
5023 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
5024 floating point tests.
5025
2f33032a
KS
50262020-06-11 Keith Seitz <keiths@redhat.com>
5027
5028 PR gdb/21356
5029 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
5030 vla_struct.
5031 Add new struct vla_typedef and union vla_typedef_union and
5032 corresponding instantiation objects.
5033 Initialize new objects.
5034 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
5035 and vla_typedef_union_object.
5036 Fixup type for vla_struct_object.
5037
a8baf0a3
TV
50382020-06-11 Tom de Vries <tdevries@suse.de>
5039
5040 * lib/gdb.exp (with_override): New proc, factored out of ...
5041 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
5042
7ab96794
TV
50432020-06-10 Tom de Vries <tdevries@suse.de>
5044
5045 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
5046
cab5c3b7
SM
50472020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
5048
5049 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
5050 parameter, update callers.
5051
f8c41851
SM
50522020-06-04 Simon Marchi <simon.marchi@efficios.com>
5053
5054 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
5055 * gdb.dwarf2/share-psymtabs-bt.c: New file.
5056 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
5057
1c07a73f
TV
50582020-06-04 Tom de Vries <tdevries@suse.de>
5059
5060 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
5061
95146b5d
TV
50622020-06-04 Tom de Vries <tdevries@suse.de>
5063
5064 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
5065 exp_continue.
5066
0cfcd4f0
TV
50672020-06-04 Tom de Vries <tdevries@suse.de>
5068
5069 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
5070
f9b5d5ea
TV
50712020-06-03 Tom de Vries <tdevries@suse.de>
5072
5073 PR symtab/26046
5074 * gdb.cp/breakpoint-locs-2.cc: New test.
5075 * gdb.cp/breakpoint-locs.cc: New test.
5076 * gdb.cp/breakpoint-locs.exp: New file.
5077 * gdb.cp/breakpoint-locs.h: New test.
5078
5144dfba
TV
50792020-06-03 Tom de Vries <tdevries@suse.de>
5080
5081 PR testsuite/25609
5082 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
5083 value of global verbose.
5084 * gdb.base/jit-elf.exp: Same.
5085 * gdb.base/jit-reader.exp: Same.
5086
621eacdf
TV
50872020-06-02 Tom de Vries <tdevries@suse.de>
5088
5089 * gdb.dwarf2/multidictionary.exp: Don't use
5090 gdb_spawn_with_cmdline_opts.
5091
1313c56e
AB
50922020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
5093
5094 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
5095 use_header case.
5096 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
5097 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
5098 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
5099 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
5100 * gdb.dwarf2/dw2-inline-header.c: New file.
5101 * gdb.dwarf2/dw2-inline-header.h: New file.
5102
f68f85b5
PA
51032020-05-30 Pedro Alves <palves@redhat.com>
5104
5105 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
5106 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
5107
678048e8
GB
51082020-05-29 Gary Benson <gbenson@redhat.com>
5109
5110 * gdb.compile/compile-cplus.exp (additional_flags): Also
5111 set when building with clang.
5112 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
5113 when building with clang.
5114
9fcafd23
GB
51152020-05-29 Gary Benson <gbenson@redhat.com>
5116
5117 * gdb.arch/i386-avx.exp (additional_flags): Also set when
5118 building with clang.
5119 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
5120
735d5a07
GB
51212020-05-29 Gary Benson <gbenson@redhat.com>
5122
5123 * gdb.cp/koenig.exp (prepare_for_testing): Add
5124 additional_flags=-Wno-unused-comparison.
5125 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
5126
4ad2c6a0
GB
51272020-05-28 Gary Benson <gbenson@redhat.com>
5128
5129 * gdb.base/sigaltstack.c (catcher): Add default case to switch
5130 statement.
5131
09fe663e
GB
51322020-05-28 Gary Benson <gbenson@redhat.com>
5133
5134 * gdb.cp/classes.exp (prepare_for_testing): Add
5135 additional_flags=-Wno-deprecated-register.
5136 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
5137 * gdb.cp/misc.exp: Likewise.
5138
cee00f17
GB
51392020-05-28 Gary Benson <gbenson@redhat.com>
5140
5141 * gdb.linespec/cpls-ops.cc (dummy): New static global.
5142 (test_op_new::operator new): Add return statement.
5143 (test_op_new_array::operator new[]): Likewise.
5144
636edd00
PA
51452020-05-27 Pedro Alves <palves@redhat.com>
5146
5147 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
5148 check. Use test_gdb_complete_unique instead of
5149 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
5150 test_gdb_complete_multiple instead of
5151 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
5152
c2b75043
LM
51532020-05-27 Luis Machado <luis.machado@linaro.org>
5154
5155 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
5156 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
5157 * gdb.arch/arm-disassembler-options.exp: Likewise.
5158 * gdb.arch/arm-disp-step.exp: Likewise.
5159 * gdb.arch/thumb-prologue.exp: Likewise.
5160 * gdb.base/async.exp: Likewise.
5161 * gdb.base/auxv.exp: Likewise.
5162 * gdb.base/complex-parts.exp: Likewise.
5163 * gdb.base/ena-dis-br.exp: Likewise.
5164 * gdb.base/foll-exec.exp: Likewise.
5165 * gdb.base/permissions.exp: Likewise.
5166 * gdb.base/relocate.exp: Likewise.
5167 * gdb.base/return2.exp: Likewise.
5168 * gdb.base/sigbpt.exp: Likewise.
5169 * gdb.base/siginfo-obj.exp: Likewise.
5170 * gdb.cp/converts.exp: Likewise.
5171 * gdb.cp/exceptprint.exp: Likewise.
5172 * gdb.cp/inherit.exp: Likewise.
5173 * gdb.cp/nsnoimports.exp: Likewise.
5174 * gdb.cp/virtbase2.exp: Likewise.
5175 * gdb.mi/mi-var-cmd.exp: Likewise.
5176 * gdb.mi/var-cmd.c: Likewise.
5177
53a47a3e
TT
51782020-05-26 Tom Tromey <tromey@adacore.com>
5179
5180 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
5181
0bc2354b
TT
51822020-05-26 Tom Tromey <tromey@adacore.com>
5183
5184 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
5185 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
5186 type.
5187 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
5188 variable.
5189
0db49895
CBG
51902020-05-26 Christian Biesinger <cbiesinger@google.com>
5191
5192 * Makefile.in: Use = instead of == for the test command
5193 for portability.
5194
40d22035
TV
51952020-05-26 Tom de Vries <tdevries@suse.de>
5196
5197 * gdb.base/gold-gdb-index-2.c: New test.
5198 * gdb.base/gold-gdb-index.c: New test.
5199 * gdb.base/gold-gdb-index.exp: New file.
5200 * gdb.base/gold-gdb-index.h: New test.
5201
043e2e02
TV
52022020-05-25 Tom de Vries <tdevries@suse.de>
5203
5204 * boards/gold-gdb-index.exp: New file.
5205
462f72c5
SM
52062020-05-25 Simon Marchi <simon.marchi@efficios.com>
5207
5208 * boards/simavr.exp: New file.
5209
6cf66e76
SM
52102020-05-25 Simon Marchi <simon.marchi@efficios.com>
5211
5212 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
5213 * gdb.base/inferior-args.exp: New file.
5214 * gdb.base/inferior-args.c: New file.
5215
75d04512
SM
52162020-05-25 Simon Marchi <simon.marchi@efficios.com>
5217
5218 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
5219 inferior_args. Pass it to gdb_reload.
5220 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
5221 inferior_args.
5222 (gdb_reload): Add inferior_args argument.
5223 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
5224 pass it to gdbserver_run.
5225 * boards/native-gdbserver.exp: Do not set noargs.
5226 * boards/native-extended-gdbserver.exp (gdb_reload): Add
5227 inferior_args argument.
5228 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
5229 * gdb.base/a2-run.exp: Check for use_gdb_stub.
5230 * gdb.base/args.exp: Likewise.
5231
42cf1844
TV
52322020-05-25 Tom de Vries <tdevries@suse.de>
5233
5234 * lib/gdb.exp (exec_is_pie): Add comment.
5235
8f7d38ef
TV
52362020-05-25 Tom de Vries <tdevries@suse.de>
5237
5238 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
5239 instead of $binfile in the untested message.
5240
465e1b0f
TV
52412020-05-25 Tom de Vries <tdevries@suse.de>
5242
5243 PR testsuite/26031
5244 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
5245
3c5a0e02
TV
52462020-05-25 Tom de Vries <tdevries@suse.de>
5247
5248 * boards/gold.exp: New file.
5249
0a4f5f8c
TT
52502020-05-23 Tom Tromey <tom@tromey.com>
5251
5252 * gdb.base/style.exp: Remove completion styling test.
5253 * lib/gdb-utils.exp (style): Remove completion styles.
5254
eca1f90c
TT
52552020-05-23 Tom Tromey <tom@tromey.com>
5256
5257 * gdb.base/style.exp: Add completion styling test.
5258 * lib/gdb-utils.exp (style): Add completion styles.
5259
7c13f4e8
AB
52602020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
5261
5262 * gdb.base/annota1.exp: Update expected results.
5263 * gdb.cp/annota2.exp: Update expected results, remove duplicate
5264 test name.
5265 * gdb.cp/annota3.exp: Update expected results.
5266
41977d16
SM
52672020-05-20 Simon Marchi <simon.marchi@efficios.com>
5268
5269 PR gdb/26016
5270 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
5271 against MAP_FAILED.
5272 * gdb.base/coremaker.c (mmapdata): Likewise.
5273 * gdb.base/jit-reader-host.c (main): Likewise.
5274 * gdb.base/sym-file-loader.c (load): Likewise.
5275 (load_shlib): Likewise.
5276
b4757f2e
TT
52772020-05-20 Tom Tromey <tromey@adacore.com>
5278
5279 * gdb.ada/array_char_idx.exp: Recognize initialized array.
5280
9a0bacfb
TV
52812020-05-20 Tom de Vries <tdevries@suse.de>
5282
5283 PR symtab/25833
5284 * gdb.base/with-mf-inc.c: New test.
5285 * gdb.base/with-mf-main.c: New test.
5286 * gdb.base/with-mf.exp: New file.
5287
76571211
TT
52882020-05-19 Tom Tromey <tromey@adacore.com>
5289
5290 * gdb.rust/simple.exp: Restore missing test result.
5291
4cd9f3d5
TV
52922020-05-19 Tom de Vries <tdevries@suse.de>
5293
5294 * gdb.base/gdb-caching-proc.exp: Fix typo.
5295
7d874253
TT
52962020-05-19 Tom Tromey <tromey@adacore.com>
5297
5298 * gdb.rust/simple.exp: Add some test descriptions.
5299 (test_one_slice): Use with_test_prefix.
5300
1d727695
TV
53012020-05-18 Tom de Vries <tdevries@suse.de>
5302
5303 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
5304
7f32a4d5
PA
53052020-05-17 Pedro Alves <palves@redhat.com>
5306
5307 PR gdb/25741
5308 * gdb.base/hw-sw-break-same-address.exp: New file.
5309
7cfd74cf
PA
53102020-05-16 Pedro Alves <palves@redhat.com>
5311
5312 * gdb.multi/multi-re-run.exp (test_re_run): Switch
5313 LAST_LOADED_FILE accordingly.
5314
57b4f16e
PW
53152020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5316
5317 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
5318
7c05caf7
PW
53192020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5320
5321 * gdb.base/help.exp: Test apropos and help for commands
5322 having aliases. Fixed comments not starting with an
5323 upper-case letter or not finishing with a dot.
5324
7aa1b46f
PW
53252020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5326
3b3aaacb
PW
5327 * gdb.base/alias.exp: Update help output check.
5328
57b4f16e 53292020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 5330
7aa1b46f
PW
5331 * gdb.base/default.exp: Update output following fixes.
5332
0605465f
PW
53332020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5334
5335 * gdb.base/alias.exp: Test aliases starting with a prefix of
5336 another alias.
5337
86e4e63d
GB
53382020-05-15 Gary Benson <gbenson@redhat.com>
5339
5340 * gdb.base/info-os.c (main): Add return statement.
5341 * gdb.base/info_minsym.c (minsym_fun): Likewise.
5342 * gdb.base/large-frame-2.c (func): Likewise.
5343 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
5344 * gdb.base/pr10179-b.c (foo2): Likewise.
5345 * gdb.base/valgrind-disp-step.c (foo): Likewise.
5346 * gdb.base/watch-cond.c (func): Likewise.
5347 * gdb.multi/goodbye.c (verylongfun): Likewise.
5348 * gdb.multi/hello.c (commonfun): Likewise.
5349 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
5350 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
5351 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5352 Likewise.
5353 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
5354 * gdb.threads/interrupt-while-step-over.c (child_function):
5355 Likewise.
5356 * gdb.trace/actions-changed.c (end): Likewise.
5357
163df4df
GB
53582020-05-15 Gary Benson <gbenson@redhat.com>
5359
5360 * gdb.opencl/callfuncs.exp: Report when test skipped.
5361 * gdb.opencl/convs_casts.exp: Likewise.
5362 * gdb.opencl/datatypes.exp: Likewise.
5363 * gdb.opencl/operators.exp: Likewise.
5364 * gdb.opencl/vec_comps.exp: Likewise.
5365
6dbc505a
TV
53662020-05-15 Tom de Vries <tdevries@suse.de>
5367
5368 * gdb.base/align.exp.in: Rename to ...
5369 * gdb.base/align.exp.tcl: ... this.
5370 * gdb.base/align-c++.exp: Update.
5371 * gdb.base/align-c.exp: Update.
5372 * gdb.base/all-architectures.exp.in: Rename to ...
5373 * gdb.base/all-architectures.exp: ... this.
5374 * gdb.base/all-architectures-0.exp: Update.
5375 * gdb.base/all-architectures-1.exp: Update.
5376 * gdb.base/all-architectures-2.exp: Update.
5377 * gdb.base/all-architectures-3.exp: Update.
5378 * gdb.base/all-architectures-4.exp: Update.
5379 * gdb.base/all-architectures-5.exp: Update.
5380 * gdb.base/all-architectures-6.exp: Update.
5381 * gdb.base/all-architectures-7.exp: Update.
5382 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
5383 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
5384 * gdb.base/infcall-nested-structs-c++.exp: Update.
5385 * gdb.base/infcall-nested-structs-c.exp: Update.
5386 * gdb.base/info-types.exp.in: Rename to ...
5387 * gdb.base/info-types.exp.tcl: ... this.
5388 * gdb.base/info-types-c++.exp: Update.
5389 * gdb.base/info-types-c.exp: Update.
5390 * gdb.base/max-depth.exp.in: Rename to ...
5391 * gdb.base/max-depth.exp.tcl: ... this.
5392 * gdb.base/max-depth-c++.exp: Update.
5393 * gdb.base/max-depth-c.exp: Update.
5394 * gdb.cp/cpexprs.exp.in: Rename to ...
5395 * gdb.cp/cpexprs.exp.tcl: ... this.
5396 * gdb.cp/cpexprs-debug-types.exp: Update.
5397 * gdb.cp/cpexprs.exp: Update.
5398 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
5399 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
5400 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
5401 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
5402 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
5403 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
5404 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
5405 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
5406 * gdb.dwarf2/clang-debug-names-2.exp: Update.
5407 * gdb.dwarf2/clang-debug-names.exp: Update.
5408
d1034d78
AB
54092020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
5410
5411 * lib/check-test-names.exp: Remove code that prevents this file
5412 loading when tests are run in parallel.
5413
3c5c3649
PA
54142020-05-15 Pedro Alves <palves@redhat.com>
5415
5416 * gdb.multi/multi-kill.exp (start_inferior): Remove
5417 'testpid' parameter. Refer to namespace variable directly.
5418 (testpid): Declare as namespace variable.
5419
272c36b8
PA
54202020-05-15 Pedro Alves <palves@redhat.com>
5421
5422 * gdb.multi/multi-kill.exp: Wrap in namespace.
5423 (start_inferior): Add TESTPID parameter. Use it instead of the
5424 testpid global.
5425 (top level): Define empty TESTPID array, and pass it down to
5426 start_inferior.
5427
02eba61a
TV
54282020-05-14 Tom de Vries <tdevries@suse.de>
5429
5430 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
5431 output.
5432
971a3747
TV
54332020-05-14 Tom de Vries <tdevries@suse.de>
5434
5435 * gdb.base/align.exp: Split into ...
5436 * gdb.base/align.exp.in: ...
5437 * gdb.base/align-c++.exp: ...
5438 * gdb.base/align-c.exp: ... these.
5439 * gdb.base/infcall-nested-structs.exp: Split into ...
5440 * gdb.base/infcall-nested-structs.exp.in: ...
5441 * gdb.base/infcall-nested-structs-c++.exp: ...
5442 * gdb.base/infcall-nested-structs-c.exp: ... these.
5443 * gdb.base/info-types.exp: Split into ...
5444 * gdb.base/info-types.exp.in: ...
5445 * gdb.base/info-types-c++.exp: ...
5446 * gdb.base/info-types-c.exp: ... these.
5447 * gdb.base/max-depth.exp: Split into ...
5448 * gdb.base/max-depth.exp.in: ...
5449 * gdb.base/max-depth-c++.exp: ...
5450 * gdb.base/max-depth-c.exp: ... these.
5451 * gdb.cp/infcall-nodebug.exp: Split into ...
5452 * gdb.cp/infcall-nodebug.exp.in: ...
5453 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
5454 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
5455 * gdb.cp/infcall-nodebug-c-d0.exp: ...
5456 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
5457
a05575d3
TBA
54582020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5459 Pedro Alves <palves@redhat.com>
5460
5461 * gdb.multi/multi-exit.c: New file.
5462 * gdb.multi/multi-exit.exp: New file.
5463 * gdb.multi/multi-kill.c: New file.
5464 * gdb.multi/multi-kill.exp: New file.
5465
6ad82919
TBA
54662020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5467
5468 * gdb.base/annota1.exp: Update the expected output.
5469 * gdb.cp/annota2.exp: Ditto.
5470
843f4d93
AB
54712020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
5472
5473 * lib/check-test-names.exp: Disable when testing is being run in
5474 parallel.
5475
c7c66341
TV
54762020-05-12 Tom de Vries <tdevries@suse.de>
5477
5478 * gdb.base/jit-elf.exp: Fix string concat.
5479
1b59ca1c
TV
54802020-05-12 Tom de Vries <tdevries@suse.de>
5481
5482 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
5483 messages.
5484
b4991d29
TV
54852020-05-12 Tom de Vries <tdevries@suse.de>
5486
5487 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
5488
dbb0ab10
TV
54892020-05-12 Tom de Vries <tdevries@suse.de>
5490
5491 * gdb.ada/catch_ex.exp: Use with_test_prefix.
5492 * gdb.ada/mi_catch_ex.exp: Same.
5493 * gdb.ada/mi_catch_ex_hand.exp: Same.
5494
7549fed8
TV
54952020-05-12 Tom de Vries <tdevries@suse.de>
5496
5497 * gdb.fortran/complex.exp: Use with_test_prefix.
5498
af2d5cd8
TV
54992020-05-12 Tom de Vries <tdevries@suse.de>
5500
5501 * gdb.trace/passcount.exp: Fix test-names.
5502
7c121311
TV
55032020-05-12 Tom de Vries <tdevries@suse.de>
5504
5505 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
5506
c9f3b40e
TV
55072020-05-12 Tom de Vries <tdevries@suse.de>
5508
5509 * gdb.gdb/complaints.exp: Use with_test_prefix.
5510 * gdb.xml/tdesc-regs.exp: Same.
5511 * gdb.opt/inline-locals.exp: Fix test name.
5512
111b33f0
TV
55132020-05-12 Tom de Vries <tdevries@suse.de>
5514
5515 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
5516 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
5517 * gdb.dwarf2/implref-struct.exp: Same.
5518 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
5519 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
5520
ebf47080
SM
55212020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
5522
5523 * gdb.base/jit-so.exp (one_jit_test): Change test name.
5524
d30dcd12
AB
55252020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5526
5527 * lib/check-test-names.exp (all_test_names): New module variable.
5528 (counts): Add 'duplicates' field.
5529 (_check_duplicates): New procedure.
5530 (check): Also check for duplicates.
5531 (do_log_summary): Print duplicates count.
5532 (do_reset_vars): Reset counter for duplicate test names, and
5533 discard all know test names.
5534
34584c09
AB
55352020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5536
5537 * lib/gdb.exp: Include check-test-names.exp library.
5538 * lib/check-test-names.exp: New file.
5539
e0002117
TV
55402020-05-11 Tom de Vries <tdevries@suse.de>
5541
5542 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
5543
53f539a3
KS
55442020-05-11 Keith Seitz <keiths@redhat.com>
5545
5546 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
5547
113ee09a
TV
55482020-05-11 Tom de Vries <tdevries@suse.de>
5549
5550 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
5551 * gdb.cp/cpexprs.exp.in: .. here.
5552 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
5553 cpexprs.exp.
5554
ba3e70b0
KS
55552020-05-11 Keith Seitz <keiths@redhat.com>
5556
5557 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
5558 test names.
5559 * gdb.ada/arrayptr.exp: Likewise.
5560 * gdb.ada/assign_arr.exp: Likewise.
5561 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
5562 * gdb.ada/bp_on_var.exp: Likewise.
5563 * gdb.ada/call_pn.exp: Likewise.
5564 * gdb.ada/complete.exp: Likewise.
5565 * gdb.ada/fun_overload_menu.exp: Likewise.
5566 * gdb.ada/funcall_param.exp: Likewise.
5567 * gdb.ada/funcall_ref.exp: Likewise.
5568 * gdb.ada/packed_array_assign.exp: Likewise.
5569 * gdb.ada/same_component_name.exp: Likewise.
5570 * gdb.ada/type_coercion.exp: Likewise.
5571 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
5572 * gdb.ada/variant_record_packed_array.exp: Likewise.
5573
3ee6bb11
TV
55742020-05-11 Tom de Vries <tdevries@suse.de>
5575
5576 PR symtab/25941
5577 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
5578 out of ...
5579 * gdb.dwarf2/clang-debug-names.exp: ... here.
5580 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
5581 clang-debug-names.exp.in.
5582 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
5583 * gdb.dwarf2/clang-debug-names-2.c: New test.
5584
86cd6bc8
AKS
55852020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5586
5587 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5588 (fortran_runto_main): New Proc, fortran version of runto_main.
5589 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5590 * gdb.fortran/array-bounds.exp: Likewise.
5591 * gdb.fortran/array-slices.exp: Likewise.
5592 * gdb.fortran/block-data.exp: Likewise.
5593 * gdb.fortran/charset.exp: Likewise.
5594 * gdb.fortran/common-block.exp: Likewise.
5595 * gdb.fortran/complex.exp: Likewise.
5596 * gdb.fortran/derived-type-function.exp: Likewise.
5597 * gdb.fortran/derived-type.exp: Likewise.
5598 * gdb.fortran/info-modules.exp: Likewise.
5599 * gdb.fortran/info-types.exp: Likewise.
5600 * gdb.fortran/intrinsics.exp: Likewise.
5601 * gdb.fortran/library-module.exp: Likewise.
5602 * gdb.fortran/logical.exp: Likewise.
5603 * gdb.fortran/max-depth.exp: Likewise.
5604 * gdb.fortran/module.exp: Likewise.
5605 * gdb.fortran/multi-dim.exp: Likewise.
5606 * gdb.fortran/nested-funcs.exp: Likewise.
5607 * gdb.fortran/print-formatted.exp: Likewise.
5608 * gdb.fortran/print_type.exp: Likewise.
5609 * gdb.fortran/printing-types.exp: Likewise.
5610 * gdb.fortran/ptr-indentation.exp: Likewise.
5611 * gdb.fortran/ptype-on-functions.exp: Likewise.
5612 * gdb.fortran/subarray.exp: Likewise.
5613 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5614 * gdb.fortran/vla-datatypes.exp: Likewise.
5615 * gdb.fortran/vla-history.exp: Likewise.
5616 * gdb.fortran/vla-ptr-info.exp: Likewise.
5617 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5618 * gdb.fortran/vla-ptype.exp: Likewise.
5619 * gdb.fortran/vla-sizeof.exp: Likewise.
5620 * gdb.fortran/vla-type.exp: Likewise.
5621 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5622 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5623 * gdb.fortran/vla-value-sub.exp: Likewise.
5624 * gdb.fortran/vla-value.exp: Likewise.
5625 * gdb.fortran/whatis_type.exp: Likewise.
5626 * gdb.mi/mi-var-child-f.exp: Likewise.
5627
6dc55ce9 56282020-05-09 Tom de Vries <tdevries@suse.de>
5629
5630 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5631
283cb58c
TV
56322020-05-08 Tom de Vries <tdevries@suse.de>
5633
5634 * gdb.dwarf2/clang-debug-names.c: New test.
5635 * gdb.dwarf2/clang-debug-names.exp: New file.
5636
ac4a4f1c
SM
56372020-05-06 Simon Marchi <simon.marchi@efficios.com>
5638
5639 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5640 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5641
24fe640b
TV
56422020-05-06 Tom de Vries <tdevries@suse.de>
5643
5644 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5645 breakpoint is at a "recommended breakpoint location".
5646 * gdb.reverse/consecutive-reverse.exp: Same.
5647
0d8683a3
TV
56482020-05-06 Tom de Vries <tdevries@suse.de>
5649
5650 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5651 address.
5652
b8983c46
TV
56532020-05-06 Tom de Vries <tdevries@suse.de>
5654
5655 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5656
abf6d805
TV
56572020-05-06 Tom de Vries <tdevries@suse.de>
5658
5659 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5660 info for r.
5661
0fc2a808
TV
56622020-05-06 Tom de Vries <tdevries@suse.de>
5663
5664 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5665 necessary.
5666
873dd427
TV
56672020-05-06 Tom de Vries <tdevries@suse.de>
5668
5669 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5670 void.
5671
7c99e7e2
TV
56722020-05-06 Tom de Vries <tdevries@suse.de>
5673
5674 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5675 of ...
5676 * gdb.base/async.exp: ... here.
5677 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5678 "recommended breakpoint location".
5679
6173d6a6
TV
56802020-05-06 Tom de Vries <tdevries@suse.de>
5681
5682 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5683
6015a067
TV
56842020-05-04 Tom de Vries <tdevries@suse.de>
5685
5686 * gdb.base/async.exp: Check whether instruction addresses are a
5687 "recommended breakpoint location".
5688
3b6acaee
TT
56892020-05-03 Tom Tromey <tom@tromey.com>
5690
5691 * gdb.base/sepdebug.exp: Remove "catch" test.
5692 * gdb.base/break.exp: Remove "catch" test.
5693 * gdb.base/default.exp: Update expected output.
5694
5beb4d17
TV
56952020-05-02 Tom de Vries <tdevries@suse.de>
5696
5697 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5698 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5699 * gdb.arch/i386-mpx-map.exp: Same.
5700 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5701 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5702 * gdb.arch/i386-mpx.exp: Same.
5703
8caf140d
TV
57042020-05-02 Tom de Vries <tdevries@suse.de>
5705
5706 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5707
693196cb
TV
57082020-05-01 Tom de Vries <tdevries@suse.de>
5709
5710 * gdb.ada/operator_bp.exp: Allow more than required amount of
5711 breakpoint.
5712
53ae0aa9
TV
57132020-05-01 Tom de Vries <tdevries@suse.de>
5714
5715 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5716
ee9d1e5f
HD
57172020-04-30 Hannes Domani <ssbssa@yahoo.de>
5718
5719 PR gdb/18706
5720 * gdb.cp/stub-array-size.cc: New test.
5721 * gdb.cp/stub-array-size.exp: New file.
5722 * gdb.cp/stub-array-size.h: New test.
5723 * gdb.cp/stub-array-size2.cc: New test.
5724
d5cf82c0
HD
57252020-04-30 Hannes Domani <ssbssa@yahoo.de>
5726
5727 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5728 output to the new format.
5729
42e165c3
SM
57302020-04-29 Simon Marchi <simon.marchi@efficios.com>
5731
5732 * gdb.base/break.exp: Use with_test_prefix.
5733
6e4e3fe1
TV
57342020-04-29 Tom de Vries <tdevries@suse.de>
5735
5736 * lib/gdb.exp (debug_types): New proc.
5737 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5738 * gdb.python/py-symtab.exp: Same.
5739
d642b692
HD
57402020-04-29 Hannes Domani <ssbssa@yahoo.de>
5741
5742 PR gdb/17320
5743 * gdb.base/pretty-array.c: New test.
5744 * gdb.base/pretty-array.exp: New file.
5745
ea90f227
TV
57462020-04-29 Tom de Vries <tdevries@suse.de>
5747
5748 PR symtab/25889
5749 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5750 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5751 and include cpexprs.exp.
5752
a65189c9
TV
57532020-04-28 Mark Williams <mark@myosotissp.com>
5754
5755 PR gdb/24480
5756 * dw4-toplevel-types.exp: Test for top level types.
5757 * dw4-toplevel-types.cc: Test for top level types.
5758
32d1f47a
TBA
57592020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5760
5761 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5762 (theads -> threads).
5763
56a4f5a1
TV
57642020-04-28 Tom de Vries <tdevries@suse.de>
5765
5766 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5767
0b2f8a3b
TV
57682020-04-28 Tom de Vries <tdevries@suse.de>
5769
5770 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5771
5390c717
TV
57722020-04-28 Tom de Vries <tdevries@suse.de>
5773
5774 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5775
15cd93d0
TV
57762020-04-28 Tom de Vries <tdevries@suse.de>
5777
5778 * gdb.dwarf2/main-foo.c: New test.
5779 * gdb.dwarf2/struct-with-sig.exp: New file.
5780
d472f0fb
TV
57812020-04-25 Tom de Vries <tdevries@suse.de>
5782
5783 * boards/debug-types.exp: New file.
5784
8d840e05
AB
57852020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5786
5787 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5788
bcfe6157
TT
57892020-04-24 Tom Tromey <tom@tromey.com>
5790
5791 PR symtab/12707:
5792 * gdb.python/py-symbol.exp: Update expected results for
5793 linkage_name test.
5794 * gdb.cp/print-demangle.exp: New file.
5795 * gdb.base/c-linkage-name.exp: Fix test.
5796 * gdb.guile/scm-symbol.exp: Update expected results for
5797 linkage_name test.
5798
f049a313
TT
57992020-04-24 Tom Tromey <tom@tromey.com>
5800
5801 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5802 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5803 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5804 assembler.
5805
7cf28874
TV
58062020-04-24 Tom de Vries <tdevries@suse.de>
5807
5808 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5809 C++.
5810
dac2fef7
TT
58112020-04-24 Tom Tromey <tromey@adacore.com>
5812
5813 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5814 values.
5815 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5816 values. Update test for minimal encodings.
5817 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5818 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5819 values. Update test for minimal encodings.
5820
1acda803
TT
58212020-04-24 Tom Tromey <tromey@adacore.com>
5822
5823 PR python/23662:
5824 * gdb.ada/variant.exp: Add Python checks.
5825 * gdb.rust/simple.exp: Add dynamic type checks.
5826
adfb9815
TT
58272020-04-24 Tom Tromey <tromey@adacore.com>
5828
5829 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5830 Make array type matching more lax.
5831 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5832 * gdb.ada/mi_variant.exp: New file.
5833 * gdb.ada/mi_variant/pck.ads: New file.
5834 * gdb.ada/mi_variant/pkg.adb: New file.
5835 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5836 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5837
7d79de9a
TT
58382020-04-24 Tom Tromey <tromey@adacore.com>
5839
5840 * gdb.ada/variant.exp: Add dynamic field offset tests.
5841 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5842 * gdb.ada/variant/pkg.adb: Add new variables.
5843
f8e89861
TT
58442020-04-24 Tom Tromey <tromey@adacore.com>
5845
5846 * gdb.ada/variant.exp: New file
5847 * gdb.ada/variant/pkg.adb: New file
5848 * gdb.ada/variant/pck.adb: New file
5849
86e887ae
TV
58502020-04-24 Tom de Vries <tdevries@suse.de>
5851
5852 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5853
88428775
TV
58542020-04-24 Tom de Vries <tdevries@suse.de>
5855
5856 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5857 flags.
5858
4e86f6e7
TV
58592020-04-24 Tom de Vries <tdevries@suse.de>
5860
5861 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5862
2016d3e6
TV
58632020-04-24 Tom de Vries <tdevries@suse.de>
5864
5865 * lib/gdb.exp (default_gdb_start): Handle eof.
5866 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5867 failure.
5868 * gdb.base/readnever.exp: Handle clean_restart failure.
5869
70bc38f5
TV
58702020-04-23 Tom de Vries <tdevries@suse.de>
5871
5872 * gdb.base/decl-before-def.exp: Run to main and print a again.
5873
de82891c
TV
58742020-04-23 Tom de Vries <tdevries@suse.de>
5875
5876 * gdb.base/decl-before-def-decl.c: New test.
5877 * gdb.base/decl-before-def-def.c: New test.
5878 * gdb.base/decl-before-def.exp: New file.
5879
96038148
TV
58802020-04-23 Tom de Vries <tdevries@suse.de>
5881
5882 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5883
54ac3df1
TV
58842020-04-22 Tom de Vries <tdevries@suse.de>
5885
5886 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5887 debug_info_offset.
5888 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5889 before $objsfile in the line line.
5890
714534e1
TV
58912020-04-22 Tom de Vries <tdevries@suse.de>
5892
5893 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5894
16a7dbf4
MS
58952020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5896
5897 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5898 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5899 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5900 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5901 * gdb.base/jit-protocol.h: Update definitions to match all usage
5902 contexts.
5903
59042020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5905
5906 * gdb.base: Rename all jit related test and source files.
5907
59082020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5909
5910 * gdb.base/jit-reader.exp: Relax register output check.
5911
317d2668
TV
59122020-04-22 Tom de Vries <tdevries@suse.de>
5913
5914 PR symtab/25764
5915 * gdb.base/psym-external-decl-2.c: New test.
5916 * gdb.base/psym-external-decl.c: New test.
5917 * gdb.base/psym-external-decl.exp: New file.
5918 * gdb.threads/tls.exp: Add PR25807 kfail.
5919
eea9e357
TV
59202020-04-22 Tom de Vries <tdevries@suse.de>
5921
5922 PR symtab/25801
5923 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5924 in "info source" output.
5925
3d5afab3
TV
59262020-04-22 Tom de Vries <tdevries@suse.de>
5927
5928 PR symtab/25700
5929 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5930 symtab for imported_unit.c.
5931
b32102f6
GB
59322020-04-21 Gary Benson <gbenson@redhat.com>
5933
5934 * gdb.base/advance.c (func): New argument, to match call site.
5935 (func2, func3): Add return statements.
5936
d43b7a2d
TBA
59372020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5938
5939 * gdb.multi/run-only-second-inf.c: New file.
5940 * gdb.multi/run-only-second-inf.exp: New file.
5941
d89edf9b
MM
59422020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5943
5944 * gdb.btrace/multi-inferior.c: New test.
5945 * gdb.btrace/multi-inferior.exp: New file.
5946
1a476b6d
MM
59472020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5948
5949 * gdb.btrace/enable-new-thread.c: New test.
5950 * gdb.btrace/enable-new-thread.exp: New file.
5951
4778a5f8
TV
59522020-04-21 Tom de Vries <tdevries@suse.de>
5953
5954 PR gdb/25471
5955 * gdb.threads/killed-outside.c: New test.
5956 * gdb.threads/killed-outside.exp: New file.
5957
9b2c992c
GB
59582020-04-20 Gary Benson <gbenson@redhat.com>
5959
5960 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5961 * gdb.base/nested-subp2.exp: Likewise.
5962 * gdb.base/nested-subp3.exp: Likewise.
5963
b5d1d6f7
GB
59642020-04-20 Gary Benson <gbenson@redhat.com>
5965
5966 * gdb.base/nested-subp1.exp: Disable test when using clang.
5967 * gdb.base/nested-subp2.exp: Likewise.
5968 * gdb.base/nested-subp3.exp: Likewise.
5969
25230285
GB
59702020-04-20 Gary Benson <gbenson@redhat.com>
5971
5972 * gdb.cp/exception.cc: Fix compilation error with clang.
5973
fa93cc8f
GB
59742020-04-20 Gary Benson <gbenson@redhat.com>
5975
809730f3 5976 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 5977
e0c45f30
GB
59782020-04-20 Gary Benson <gbenson@redhat.com>
5979
5980 * gdb.base/jit-main.c: Fix compilation error with clang.
5981
4ddfec93
KR
59822020-04-17 Kamil Rytarowski <n54@gmx.com>
5983
5984 * gdb.base/attach-twice.c: Include "sys/types.h".
5985 (PTRACE_ATTACH): Add fallback definition.
5986 (main): Pass `0' to the 4th argument of `ptrace'.
5987
2bed205e
KR
59882020-04-17 Kamil Rytarowski <n54@gmx.com>
5989
5990 * gdb.base/fork-running-state.c: Include "signal.h".
5991
0743fc83
TT
59922020-04-17 Tom Tromey <tromey@adacore.com>
5993
5994 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5995 Update tests.
5996 * gdb.btrace/cpu.exp: Update tests.
5997 * gdb.base/maint.exp: Update tests.
5998 * gdb.base/default.exp: Update tests.
5999 * gdb.base/completion.exp: Update tests.
6000
efba5c23
TV
60012020-04-16 Tom de Vries <tdevries@suse.de>
6002
6003 PR symtab/25791
6004 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
6005 (ensure_gdb_index): and factor out and move ...
6006 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
6007 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
6008
d191d716
TV
60092020-04-16 Tom de Vries <tdevries@suse.de>
6010
6011 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
6012 loading exec.
6013
99f1bc6a
AB
60142020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
6015
6016 * gdb.base/many-completions.exp: New file.
6017
194d088f
TV
60182020-04-14 Tom de Vries <tdevries@suse.de>
6019
6020 PR symtab/25718
6021 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
6022
c1a66c06
TV
60232020-04-14 Tom de Vries <tdevries@suse.de>
6024
6025 PR symtab/25720
6026 * gdb.base/maint-expand-symbols-header-file.c: New test.
6027 * gdb.base/maint-expand-symbols-header-file.exp: New file.
6028 * gdb.base/maint-expand-symbols-header-file.h: New test.
6029
21b0982c
AB
60302020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
6031
6032 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
6033 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
6034 get_func_info.
6035 (get_func_info): Delete.
6036 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
6037 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
6038 * lib/dwarf.exp (get_func_info): New function.
6039
dd1cab06
TV
60402020-04-13 Tom de Vries <tdevries@suse.de>
6041
6042 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
6043 to what find_gnatmake does.
6044
71ea2b6b
TV
60452020-04-10 Tom de Vries <tdevries@suse.de>
6046
6047 * gdb.base/style.exp: Expect "Expanding full symbols" message for
6048 -readnow.
6049
bdfc1e8a
TV
60502020-04-10 Tom de Vries <tdevries@suse.de>
6051
6052 PR cli/25808
6053 * gdb.base/style.c: Add leading newlines.
6054 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
6055 Check listing of main's one-line body.
6056
14ca8ecf
TV
60572020-04-08 Tom de Vries <tdevries@suse.de>
6058
6059 * lib/gdb.exp (psymtabs_p): New proc.
6060 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
6061 importing unit" unsupported if there are no partial symbols.
6062
e21d048f
TV
60632020-04-08 Tom de Vries <tdevries@suse.de>
6064
6065 PR testsuite/25760
6066 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
6067
25c11aca
TV
60682020-04-07 Tom de Vries <tdevries@suse.de>
6069
6070 PR symtab/25796
6071 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
6072
5707e24b
TV
60732020-04-07 Tom de Vries <tdevries@suse.de>
6074
6075 * gdb.base/check-psymtab.c: New test.
6076 * gdb.base/check-psymtab.exp: New file.
6077
6ee448cc
TT
60782020-04-06 Tom Tromey <tromey@adacore.com>
6079
6080 * gdb.ada/variant-record/proc.adb: New file.
6081 * gdb.ada/variant-record/value.adb: New file.
6082 * gdb.ada/variant-record/value.s: New file.
6083 * gdb.ada/variant-record.exp: New file.
6084
9e7c9a03
HD
60852020-04-03 Hannes Domani <ssbssa@yahoo.de>
6086
6087 PR gdb/25325
6088 * gdb.cp/typed-enum.cc: New test.
6089 * gdb.cp/typed-enum.exp: New file.
6090
c90d28ac
AB
60912020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
6092
6093 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
6094 * gdb.dwarf2/dw2-inline-small-func.c: New file.
6095 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
6096 * gdb.dwarf2/dw2-inline-small-func.h: New file.
6097 * gdb.opt/inline-small-func.c: New file.
6098 * gdb.opt/inline-small-func.exp: New file.
6099 * gdb.opt/inline-small-func.h: New file.
6100
34e9a9fa
AB
61012020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
6102
6103 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
6104 function.
6105
6a354911
AB
61062020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
6107
6108 * lib/dwarf.exp (function_range): Allow compiler options to be
6109 specified.
6110
880d9777
TV
61112020-04-02 Tom de Vries <tdevries@suse.de>
6112
6113 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
6114 __attribute__((always_inline)).
6115 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
6116
f32682ea
TV
61172020-04-02 Tom de Vries <tdevries@suse.de>
6118
6119 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
6120 (gdbserver_gdb_exit): ... here. Add timeout warning.
6121 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
6122 (connect_target_extended_remote): Append new server_spawn_id to
6123 server_spawn_ids.
6124 (cleanup): New proc.
6125 (setup, <toplevel>): Call cleanup.
6126
d3214198
TV
61272020-04-02 Tom de Vries <tdevries@suse.de>
6128
6129 * gdb.base/main-psymtab.exp: New file.
6130
cc77ed24
TV
61312020-04-02 Tom de Vries <tdevries@suse.de>
6132
6133 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
6134
3638a098
TT
61352020-04-01 Tom Tromey <tom@tromey.com>
6136
6137 * gdb.base/complex-parts.exp: Add type tests.
6138
c34e8714
TT
61392020-04-01 Tom Tromey <tom@tromey.com>
6140
6141 * gdb.base/complex-parts.exp: Add arithmetic tests.
6142
981c08ce
TT
61432020-04-01 Tom Tromey <tom@tromey.com>
6144
6145 * gdb.compile/compile.exp: Update.
6146 * gdb.compile/compile-cplus.exp: Update.
6147 * gdb.base/varargs.exp: Update.
6148 * gdb.base/floatn.exp: Update.
6149 * gdb.base/endianity.exp: Update.
6150 * gdb.base/callfuncs.exp (do_function_calls): Update.
6151 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
6152 (complex_float_integral_args): Update.
6153 * gdb.base/complex.exp: Update.
6154 * gdb.base/complex-parts.exp: Update.
6155
3d1cfd43
TT
61562020-04-01 Tom Tromey <tromey@adacore.com>
6157
6158 * gdb.rust/union.rs: New file.
6159 * gdb.rust/union.exp: New file.
6160 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
6161 (main): Update.
6162 * gdb.rust/simple.exp: Move union tests to union.exp.
6163
e033dfa9
TT
61642020-04-01 Tom Tromey <tromey@adacore.com>
6165
6166 * gdb.rust/simple.rs (main): Remove "y0".
6167
53cccef1
TBA
61682020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6169
6170 * gdb.multi/stop-all-on-exit.c: New test.
6171 * gdb.multi/stop-all-on-exit.exp: New file.
6172
60e22c1e
HD
61732020-04-01 Hannes Domani <ssbssa@yahoo.de>
6174
6175 PR gdb/24789
6176 * gdb.cp/misc.cc: Add integer reference variable.
6177 * gdb.cp/misc.exp: Add test.
6178
e139a727
TBA
61792020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6180
6181 * gdb.server/stop-reply-no-thread.exp: Enhance the test
6182 scenario to cover execution until the end and also the case
6183
16b0db75
TV
61842020-03-31 Tom de Vries <tdevries@suse.de>
6185
6186 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
6187 c. Use "maint info symtabs" to check symtab expansion.
6188
c0502da6
TV
61892020-03-30 Tom de Vries <tdevries@suse.de>
6190
6191 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
6192 unsupported.
6193 (verify_psymtab_expanded): Move ...
6194 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
6195 test.
6196 (readnow): New proc.
6197
5935fd15
AB
61982020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6199
6200 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
6201 with $hex.
6202
1773be9e
TT
62032020-03-20 Tom Tromey <tromey@adacore.com>
6204
6205 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
6206
70304be9
TT
62072020-03-20 Tom Tromey <tromey@adacore.com>
6208
6209 * gdb.ada/sub_variant/subv.adb: New file.
6210 * gdb.ada/sub_variant.exp: New file.
6211
0dd7b8f7
TV
62122020-03-20 Tom de Vries <tdevries@suse.de>
6213
6214 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
6215 first break fails.
6216 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
6217
cada5fc9
AB
62182020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6219
6220 * gdb.server/exit-multiple-threads.c: New file.
6221 * gdb.server/exit-multiple-threads.exp: New file.
6222
6b8c53f2
AB
62232020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6224
6225 * gdb.fortran/mixed-lang-stack.c: New file.
6226 * gdb.fortran/mixed-lang-stack.cpp: New file.
6227 * gdb.fortran/mixed-lang-stack.exp: New file.
6228 * gdb.fortran/mixed-lang-stack.f90: New file.
6229
19a2740f
AB
62302020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6231
6232 * gdb.linespec/cp-completion-aliases.cc: New file.
6233 * gdb.linespec/cp-completion-aliases.exp: New file.
6234
d8c8b848
TV
62352020-03-19 Tom de Vries <tdevries@suse.de>
6236
6237 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
6238 more precise.
6239
a9933ccf
TV
62402020-03-18 Tom de Vries <tdevries@suse.de>
6241
6242 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
6243 * gdb.dwarf2/break-inline-psymtab.c: New test.
6244 * gdb.dwarf2/break-inline-psymtab.exp: New file.
6245
2f89101f
TV
62462020-03-16 Tom de Vries <tdevries@suse.de>
6247
6248 * lib/cache.exp (gdb_do_cache): Add and handle local variables
6249 cache_verify and cache_verify_proc.
6250
6b9374f1
TV
62512020-03-15 Tom de Vries <tdevries@suse.de>
6252
6253 * gdb.server/solib-list.exp: Handle
6254 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
6255
eaeaf44c
TV
62562020-03-15 Tom de Vries <tdevries@suse.de>
6257
6258 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
6259 objfiles".
6260
3293bbaf
TT
62612020-03-14 Tom Tromey <tom@tromey.com>
6262
6263 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
6264
ab44624c
TV
62652020-03-14 Tom de Vries <tdevries@suse.de>
6266
6267 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
6268
54c43825
TV
62692020-03-14 Tom de Vries <tdevries@suse.de>
6270
6271 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
6272 result in line-by-line fashion.
6273
2ac70237
TV
62742020-03-14 Tom de Vries <tdevries@suse.de>
6275
6276 * lib/gdb.exp (supports_statement_frontiers): New proc.
6277 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
6278
09546b56
TV
62792020-03-14 Tom de Vries <tdevries@suse.de>
6280
6281 * gdb.base/printcmds.exp: Add missing quoting for "print
6282 teststring2".
6283
a1f6a07c
TT
62842020-03-13 Tom Tromey <tom@tromey.com>
6285
6286 * gdb.base/printcmds.exp (test_print_strings): Add regression
6287 test.
6288 * gdb.base/printcmds.c (charptr): New typedef.
6289 (teststring2): New global.
6290
1b83d09c
AB
62912020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
6292
6293 * gdb.base/break-interp.exp: Use the tail of the filename, not the
6294 full path in the test name.
6295 (test_ld): Add some with_test_prefix blocks to make test names
6296 unique.
6297
2d61316c
TV
62982020-03-13 Tom de Vries <tdevries@suse.de>
6299
6300 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
6301
2e9145ac
TV
63022020-03-13 Tom de Vries <tdevries@suse.de>
6303
6304 * gdb.mi/mi-sym-info.exp: Make matching more precise.
6305
96c7f873
TV
63062020-03-13 Tom de Vries <tdevries@suse.de>
6307
6308 PR symtab/25646
6309 * gdb.dwarf2/imported-unit.exp: Add test.
6310
49ba92c0
TV
63112020-03-13 Tom de Vries <tdevries@suse.de>
6312
6313 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
6314 (var1, var2): New variable.
6315 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
6316 matching symbols.
6317
301b21e0
TV
63182020-03-13 Tom de Vries <tdevries@suse.de>
6319
6320 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
6321 (Term::command): Use prompt prefix.
6322 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
6323 * gdb.tui/tui-layout-asm-short-prog.exp: Use
6324 command_no_prompt_prefix instead of prefix.
6325 * gdb.tui/tui-layout-asm.exp: Same.
6326
3f512721
SM
63272020-03-12 Simon Marchi <simon.marchi@efficios.com>
6328
6329 * gdb.base/break-interp.exp: Use foreach_with_prefix.
6330
40310f30
SM
63312020-03-12 Simon Marchi <simon.marchi@efficios.com>
6332
6333 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
6334 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
6335 on" while stepping over the test instruction, match printed
6336 message.
6337
09252140
TV
63382020-03-12 Tom de Vries <tdevries@suse.de>
6339
6340 * gdb.base/info-types.exp: Use exp_continue during matching of output
6341 of "info types".
6342
14e9c72c
TV
63432020-03-12 Tom de Vries <tdevries@suse.de>
6344
6345 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
6346
e515d67e
TV
63472020-03-12 Tom de Vries <tdevries@suse.de>
6348
6349 * gdb.fortran/module.exp: Use exp_continue during matching of output
6350 of "info variable -n".
6351
307eafd8
TV
63522020-03-12 Tom de Vries <tdevries@suse.de>
6353
6354 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
6355 gdb.dwarf2/dw2-ranges-base.c.
6356
9a2de3fc
TV
63572020-03-12 Tom de Vries <tdevries@suse.de>
6358
6359 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
6360 in presence of GLIBC debuginfo.
6361
3217502e
TV
63622020-03-12 Tom de Vries <tdevries@suse.de>
6363
6364 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
6365 $core.
6366
1281424c
TV
63672020-03-12 Tom de Vries <tdevries@suse.de>
6368
6369 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
6370 more precise.
6371
038b97fc
SM
63722020-03-11 Simon Marchi <simon.marchi@efficios.com>
6373
6374 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
6375 from Unix to Windows path.
6376
5308d1e7
TV
63772020-03-11 Tom de Vries <tdevries@suse.de>
6378
6379 * gdb.ada/minsyms.exp: Set language to ada.
6380
f870f78f
TV
63812020-03-11 Tom de Vries <tdevries@suse.de>
6382
6383 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
6384
5a13315d
TV
63852020-03-11 Tom de Vries <tdevries@suse.de>
6386
6387 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
6388
976862ed
TT
63892020-03-11 Tom Tromey <tromey@adacore.com>
6390
6391 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
6392
7462c383
TV
63932020-03-11 Tom de Vries <tdevries@suse.de>
6394
6395 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
6396
1c6c46a0
TV
63972020-03-11 Tom de Vries <tdevries@suse.de>
6398
6399 * gdb.base/break-interp.exp: Limit verbose scope.
6400
44f41bb7
TV
64012020-03-11 Tom de Vries <tdevries@suse.de>
6402
6403 * gdb.fortran/logical.f90: Define variable with character type.
6404 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
6405
b76f3a42
TV
64062020-03-11 Tom de Vries <tdevries@suse.de>
6407
6408 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
6409
1c33af77
TV
64102020-03-11 Tom de Vries <tdevries@suse.de>
6411
6412 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
6413 symtabs.
6414
8c95582d
AB
64152020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6416 Bernd Edlinger <bernd.edlinger@hotmail.de>
6417
6418 * gdb.cp/step-and-next-inline.cc: New file.
6419 * gdb.cp/step-and-next-inline.exp: New file.
6420 * gdb.cp/step-and-next-inline.h: New file.
6421 * gdb.dwarf2/dw2-is-stmt.c: New file.
6422 * gdb.dwarf2/dw2-is-stmt.exp: New file.
6423 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
6424 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
6425 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
6426
cecf8547
AB
64272020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6428
6429 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
6430 is-stmt flag in the line table.
6431
0ba678c9
TV
64322020-03-09 Tom de Vries <tdevries@suse.de>
6433
6434 * lib/gdb.exp (cached_file): Create cache dir.
6435
72fbdf83
TV
64362020-03-07 Tom de Vries <tdevries@suse.de>
6437
6438 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
6439 * gdb.cp/rvalue-ref-params.exp: Same.
6440
436b5e99
TV
64412020-03-06 Tom de Vries <tdevries@suse.de>
6442
6443 * lib/gdb.exp (tentative_rename, cached_file): New proc.
6444 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
6445
09f2921c
TV
64462020-03-06 Tom de Vries <tdevries@suse.de>
6447
6448 * README: Fix "the the".
6449 * gdb.base/dprintf.exp: Same.
6450
50a3cc5d
TV
64512020-03-05 Tom de Vries <tdevries@suse.de>
6452
6453 * gdb.base/maint.exp: Update "main print statistics" expected output.
6454
0a709cba
AKS
64552020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6456
6457 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
6458 (fortran_int8): Likewise.
6459 (fortran_real4): Likewise.
6460 (fortran_real8): Likewise.
6461 (fortran_complex4): Likewise.
6462 (fortran_logical4): Likewise.
6463 (fortran_character1): Likewise.
6464
5e5d66b6
AB
64652020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
6466
6467 * gdb.fortran/logical.exp: Add tests that any non-zero value is
6468 printed as true.
6469
7b973adc
SDJ
64702020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
6471
6472 * gdb.base/printcmds.exp: Add test to verify printf of a
6473 variable holding an address.
6474
478e490a
TV
64752020-03-03 Tom de Vries <tdevries@suse.de>
6476
6477 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
6478
1ef44e86
TV
64792020-03-03 Tom de Vries <tdevries@suse.de>
6480
6481 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
6482 gdb_test_multiple call.
6483
b98cc2cf
TV
64842020-03-03 Tom de Vries <tdevries@suse.de>
6485
6486 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
6487 gdb_test_multiple calls.
6488
63e163f2
AB
64892020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6490
6491 * gdb.base/default.exp: Remove test of 'set history filename'.
6492 * gdb.base/gdbinit-history.exp: Add tests for setting the history
6493 filename to the empty string.
6494 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
6495 and GDBHISTSIZE.
6496
24ed6739
AB
64972020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6498
6499 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
6500 disabled.
6501
590003dc 65022020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 6503 Tom de Vries <tdevries@suse.de>
590003dc
TV
6504
6505 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
6506 -prompt prefix, before user_code argument. Add -lbl option likewise.
6507 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
6508 (gdb_is_target_1): Add -prompt prefix and move to before user_code
6509 argument.
6510 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
6511 have "\r\n" at start-of-line, instead of at end-of-line.
6512
f5e46084
SM
65132020-02-28 Simon Marchi <simon.marchi@efficios.com>
6514
6515 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
6516 libinproctrace.so.
6517
f7a7000d
LM
65182020-02-28 Luis Machado <luis.machado@linaro.org>
6519
6520 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
6521 to "p/x".
6522
718e0816
LM
65232020-02-28 Luis Machado <luis.machado@linaro.org>
6524
6525 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
6526 asm/ptrace.h and error.h.
6527
13c3a74a
TV
65282020-02-28 Tom de Vries <tdevries@suse.de>
6529
6530 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
6531 (struct wrapper, do_something, mundane/symada__cS): Move ...
6532 * gdb.base/c-linkage-name-2.c: ... here. New source file.
6533 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
6534 Update "print symada__cS before partial symtab expansion" regexp.
6535 Update breakpoint location. Flush symbol cache after expansion.
6536
85d2d5bb
LM
65372020-02-28 Luis Machado <luis.machado@linaro.org>
6538
6539 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
6540
3608f86c
TV
65412020-02-27 Tom de Vries <tdevries@suse.de>
6542
6543 * config/sid.exp: Remove unused globals.
6544 * gdb.base/attach.exp: Same.
6545 * gdb.base/catch-load.exp: Same.
6546 * gdb.base/dbx.exp: Same.
6547 * lib/gdb.exp: Same.
6548 * lib/mi-support.exp: Same.
6549 * lib/prompt.exp: Same.
6550
c8d4f6df
TV
65512020-02-27 Tom de Vries <tdevries@suse.de>
6552
6553 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
6554 not set.
6555
0d79cdc4
AM
65562020-02-26 Aaron Merey <amerey@redhat.com>
6557
6558 * gdb.debuginfod: New directory for debuginfod tests.
6559 * gdb.debuginfod/main.c: New test file.
6560 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6561
0dce4280
TV
65622020-02-26 Tom de Vries <tdevries@suse.de>
6563
6564 PR gdb/25603
6565 * gdb.base/persistent-lang.cc: New test.
6566 * gdb.base/persistent-lang.exp: New file.
6567
9e80cfa1
AB
65682020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6569
6570 * gdb.fortran/derived-type-striding.exp: Add a new test.
6571 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
6572 new test.
6573
2078dbb2
AB
65742020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6575
6576 * gdb.base/cached-source-file.exp: Avoid source file paths in test
6577 names.
6578
70d49700
TV
65792020-02-25 Tom de Vries <tdevries@suse.de>
6580
6581 PR go/18926
6582 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6583
a88ef40d
TV
65842020-02-24 Tom de Vries <tdevries@suse.de>
6585
6586 PR gdb/25592
6587 * gdb.base/info-locals-unused-static-var.c: New test.
6588 * gdb.base/info-locals-unused-static-var.exp: New file.
6589
01b1af32
TT
65902020-02-22 Tom Tromey <tom@tromey.com>
6591
6592 * gdb.python/tui-window.exp: New file.
6593 * gdb.python/tui-window.py: New file.
6594
7c043ba6
TT
65952020-02-22 Tom Tromey <tom@tromey.com>
6596
6597 PR tui/17850:
6598 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6599 tests.
6600
c22fef7e
TT
66012020-02-22 Tom Tromey <tom@tromey.com>
6602
6603 * gdb.tui/new-layout.exp: Add sub-layout tests.
6604
ee325b61
TT
66052020-02-22 Tom Tromey <tom@tromey.com>
6606
6607 * gdb.tui/new-layout.exp: New file.
6608
3f0cbb04
TT
66092020-02-22 Tom Tromey <tom@tromey.com>
6610
6611 * gdb.rust/rust-style.rs: New file.
6612 * gdb.rust/rust-style.exp: New file.
6613 * gdb.base/style.exp: Test structure printing.
6614 * gdb.base/style.c (struct some_struct): New type.
6615 (enum etype): New type.
6616 (struct_value): New global.
6617
75525152
TV
66182020-02-21 Tom de Vries <tdevries@suse.de>
6619
6620 PR go/18926
6621 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6622 Remove blanket xfails. Use message argument for gdb_breakpoint.
6623 Make continuing to breakpoint test conditional on setting breakpoint.
6624 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6625 DW_AT_name attribute. Add xfail for GCC PR93866.
6626
bd360d30
AB
66272020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6628
6629 * gdb.dwarf2/cpp-linkage-name.c: New file.
6630 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6631
c7adb09f 66322020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
6633
6634 * lib/gdb.exp (gdb_wrapper_init): Reset
6635 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6636 not exist.
6637
a9c79803
TV
66382020-02-20 Tom de Vries <tdevries@suse.de>
6639
6640 PR go/17018
6641 * gdb.go/hello.exp: Copy ...
6642 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6643 print of st to print value of global definition. Add xfail for GCC
6644 PR93844.
6645 * gdb.go/hello.exp: Remove printing of st before definition.
6646 * gdb.go/hello.go: Copy ...
6647 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6648 to st.
6649 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6650
d7445728
TV
66512020-02-20 Tom de Vries <tdevries@suse.de>
6652
6653 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6654 (gdb_simple_compile): Handle compile_flags go by using .go extension
6655 for source file.
6656 * gdb.go/chan.exp: Use support_go_compile.
6657 * gdb.go/handcall.exp: Same.
6658 * gdb.go/hello.exp: Same.
6659 * gdb.go/integers.exp: Same.
6660 * gdb.go/max-depth.exp: Same.
6661 * gdb.go/methods.exp: Same.
6662 * gdb.go/package.exp: Same.
6663 * gdb.go/strings.exp: Same.
6664 * gdb.go/types.exp: Same.
6665 * gdb.go/unsafe.exp: Same.
6666
c9c41e6d
TV
66672020-02-19 Tom de Vries <tdevries@suse.de>
6668
6669 * gdb.python/lib-types.exp: Make xfail more strict.
6670
f20ff837
TV
66712020-02-19 Tom de Vries <tdevries@suse.de>
6672
6673 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6674
08410482
DE
66752020-02-19 Doug Evans <dje@google.com>
6676
6677 PR rust/25535
6678 * gdb.rust/simple.exp: Add test.
6679 * gdb.rust/simple.rs: Add test.
6680
623563f7
TV
66812020-02-19 Tom de Vries <tdevries@suse.de>
6682
6683 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6684 output line-by-line.
6685
d3308cfd
TV
66862020-02-19 Tom de Vries <tdevries@suse.de>
6687
6688 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6689
86cbc5dc
TV
66902020-02-19 Tom de Vries <tdevries@suse.de>
6691
6692 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6693 prelink.
6694
9db2b96b
TV
66952020-02-19 Tom de Vries <tdevries@suse.de>
6696
6697 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6698 (gdb_do_cache): Use gdb_do_cache_wrap.
6699 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6700
89e2fdc5
TV
67012020-02-19 Tom de Vries <tdevries@suse.de>
6702
6703 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6704 gdb_compile option.
6705
373d7ac0
SM
67062020-02-18 Simon Marchi <simon.marchi@efficios.com>
6707
6708 * gdb.base/printcmds.exp (test_print_enums): Update expected
6709 output.
6710
b29a2df0
SM
67112020-02-18 Simon Marchi <simon.marchi@efficios.com>
6712
6713 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6714 for "unknown".
6715
6740f0cc
SM
67162020-02-18 Simon Marchi <simon.marchi@efficios.com>
6717
6718 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6719 enumerator.
6720
edd45eb0
SM
67212020-02-18 Simon Marchi <simon.marchi@efficios.com>
6722
6723 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6724 FE_, add FE_NONE.
6725 (three): Update.
6726 (enum flag_enum_without_zero): New enum.
6727 (flag_enum_without_zero): New variable.
6728 (enum not_flag_enum): New enum.
6729 (three_not_flag): New variable.
6730 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6731 (test_print_enums): Add more tests for printing flag enums.
6732
d4295de4
TV
67332020-02-18 Tom de Vries <tdevries@suse.de>
6734
6735 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6736 (gdb_compile_ada): ... here.
6737 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6738 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6739
f251f505
TT
67402020-02-14 Tom Tromey <tom@tromey.com>
6741
6742 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6743 build directory.
6744 * boards/gdbserver-base.exp: Update path to gdbserver.
6745
8f432634
TV
67462020-02-13 Tom de Vries <tdevries@suse.de>
6747
6748 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6749
92b6eaf7
TV
67502020-02-13 Tom de Vries <tdevries@suse.de>
6751
6752 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6753 are missing.
6754
f3b0f7fe
TV
67552020-02-13 Tom de Vries <tdevries@suse.de>
6756
6757 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6758 call.
6759
f6be8713
SDJ
67602020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6761
6762 PR tui/25126
6763 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6764 * gdb.base/cached-source-file.c: New file.
6765 * gdb.base/cached-source-file.exp: New file.
6766
b2770d5e
TV
67672020-02-11 Tom de Vries <tdevries@suse.de>
6768
6769 PR testsuite/25488
6770 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6771
44f6938e
TV
67722020-02-10 Tom de Vries <tdevries@suse.de>
6773
6774 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6775
5f0e2eb7
MR
67762020-02-10 Maciej W. Rozycki <macro@wdc.com>
6777
6778 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6779 and $after_addr are both integers before making a comparison.
6780
46ce2b6f
TV
67812020-02-09 Tom de Vries <tdevries@suse.de>
6782
6783 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6784 command output and paste it into gdb.log. If any, paste catch message
6785 to gdb.log.
6786
5abbbe1d
TT
67872020-02-07 Tom Tromey <tromey@adacore.com>
6788
6789 PR breakpoints/24915:
6790 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6791
1d5d29e7
SV
67922020-02-06 Shahab Vahedi <shahab@synopsys.com>
6793
6794 * gdb.tui/tui-missing-src.exp: Add the "missing source
6795 file" test for the TUI.
6796
b0999b9b
AB
67972020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6798
6799 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6800 including a port number in the output.
6801
c3b149eb
AKS
68022020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6803
6804 * lib/fortran.exp (fortran_int4): Handle clang.
6805 (fortran_int8): Likewise.
6806 (fortran_real4): Likewise.
6807 (fortran_real8): Likewise.
6808 (fortran_complex4): Likewise.
6809 (fortran_logical4): Likewise.
6810 (fortran_character1): Likewise.
6811
f8dcc90b
TV
68122020-02-04 Tom de Vries <tdevries@suse.de>
6813
6814 * README (Race detection): Add note.
6815
f90ac7c2
TV
68162020-02-04 Tom de Vries <tdevries@suse.de>
6817
6818 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6819
780636ae
TV
68202020-02-04 Tom de Vries <tdevries@suse.de>
6821
6822 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6823
5d2e1193
RA
68242020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6825
6826 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6827 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6828 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6829 blttar, bnetarl.
6830 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6831 binary for blttar, bnetarl.
6832 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6833 wait instruction. Delete ldmx test.
6834 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6835
e409c542
AKS
68362020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6837
6838 * gdb.fortran/array-bounds-high.exp: New file.
6839 * gdb.fortran/array-bounds-high.f90: New file.
6840
b0029748
LD
68412020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6842
6843 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6844 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6845
195a8287
TV
68462020-02-01 Tom de Vries <tdevries@suse.de>
6847
6848 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6849
42330a68
AB
68502020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6851
6852 PR tui/9765
6853 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6854 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6855
b62a8028
LM
68562020-01-29 Luis Machado <luis.machado@linaro.org>
6857
6858 * gdb.arch/aarch64-brk-patterns.c: New source file.
6859 * gdb.arch/aarch64-brk-patterns.exp: New test.
6860
5f440116
TBA
68612020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6862
6863 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6864 GCC/Clang version.
6865 * gdb.cp/pass-by-ref.exp: Ditto.
6866
ee2a6fc6
TV
68672020-01-29 Tom de Vries <tdevries@suse.de>
6868
6869 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6870 * gdb.threads/watchpoint-fork-mt.c: Same.
6871 * gdb.threads/watchpoint-fork-parent.c: Same.
6872 * gdb.threads/watchpoint-fork-st.c: Same.
6873 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6874
16b10d6e
LM
68752020-01-27 Luis Machado <luis.machado@linaro.org>
6876
6877 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6878 sitting at a syscall instruction when we hit the syscall function's
6879 breakpoint.
6880 Check PC against one obtained with the x command.
6881 Validate syscall number.
6882 (step_over_syscall): Don't continue to the syscall instruction if
6883 we're already there.
6884
b1468492
PW
68852020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6886
6887 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6888
7ffa82e1
AB
68892020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6890
6891 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6892 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6893
3d92a3e3
AB
68942020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6895
6896 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6897 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6898
94a72be7
AB
68992020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6900
6901 * gdb.base/maint.exp: Update line table parsing test.
6902 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6903
53af73bf
PA
69042020-01-24 Pedro Alves <palves@redhat.com>
6905
6906 PR gdb/25410
6907 * gdb.multi/multi-re-run-1.c: New.
6908 * gdb.multi/multi-re-run-2.c: New.
6909 * gdb.multi/multi-re-run.exp: New.
6910
1ba1ac88
AB
69112020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6912
6913 PR gdb/23718
6914 * gdb.server/server-kill-python.exp: New file.
6915
f3364a6d
AB
69162020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6917
6918 * gdb.server/multi-ui-errors.c: New file.
6919 * gdb.server/multi-ui-errors.exp: New file.
6920
733d0a67
AB
69212020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6922
6923 PR tui/9765
6924 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6925
4f13c1c0
TT
69262020-01-19 Tom Tromey <tom@tromey.com>
6927
6928 * gdb.tui/main.exp: Add check for plain "file".
6929
40c94099
CB
69302020-01-16 Christian Biesinger <cbiesinger@google.com>
6931
6932 * lib/gdb.exp: Fix spelling error (seperatelly).
6933
ff47f4f0
TT
69342020-01-14 Tom Tromey <tom@tromey.com>
6935
6936 PR symtab/12535:
6937 * gdb.python/python.exp: Test decode_line with empty string
6938 argument.
6939
717c684d
BE
69402020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6941
6942 * gdb.base/skip-inline.exp: Extend test.
6943
44e4c775
AB
69442020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6945
6946 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6947 * gdb.dwarf2/dw2-bad-elf.c: New file.
6948 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6949
d93c6db7
AB
69502020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6951
6952 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6953 _line_saw_file.
6954
9a6d629c
AB
69552020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6956
6957 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6958 border.
6959
d9ebdab7
TBA
69602020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6961
6962 * gdb.multi/multi-target.exp (setup): Factor out "info
6963 connections" and "info inferiors" tests to ...
6964 (test_info_inferiors): ... this new procedure.
6965 (top level): Run new "info-inferiors" tests.
6966
f3c469b9
PA
69672020-01-10 Pedro Alves <palves@redhat.com>
6968
6969 * gdb.server/bkpt-other-inferior.exp: New file.
6970
121b3efd
PA
69712020-01-10 Pedro Alves <palves@redhat.com>
6972
6973 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6974 of "add-inferior".
6975 * gdb.base/quit-live.exp: Likewise.
6976 * gdb.base/remote-exec-file.exp: Likewise.
6977 * gdb.guile/scm-progspace.exp: Likewise.
6978 * gdb.linespec/linespec.exp: Likewise.
6979 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6980 * gdb.mi/user-selected-context-sync.exp: Likewise.
6981 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6982 "info inferiors" tests.
6983 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6984 "add-inferior".
6985 * gdb.multi/watchpoint-multi.exp: Likewise.
6986 * gdb.python/py-inferior.exp: Likewise.
6987 * gdb.server/extended-remote-restart.exp: Likewise.
6988 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6989 "info inferiors".
6990 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6991 * gdb.trace/report.exp: Likewise.
6992
1dadb1dd
PA
69932020-01-10 Pedro Alves <palves@redhat.com>
6994
6995 * gdb.multi/multi-target.c: New file.
6996 * gdb.multi/multi-target.exp: New file.
6997 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6998 mode requested, but remote does not support non-stop".
6999
78f2c40a
PA
70002020-01-10 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
7003 disconnect before reconnecting.
7004
e7af6c70
TBA
70052020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7006 Pedro Alves <palves@redhat.com>
7007
7008 * gdb.server/connect-without-multi-process.exp: Also test
7009 continuing to end.
7010
acdf84a6
PA
70112020-01-10 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.base/remote-exec-file.exp: New file.
7014
873657b9
PA
70152020-01-10 Pedro Alves <palves@redhat.com>
7016
7017 * gdb.base/fork-running-state.exp (do_test): Adjust expected
7018 output.
7019 * gdb.threads/async.c: New.
7020 * gdb.threads/async.exp: New.
7021 * gdb.multi/tids-gid-reset.c: New.
7022 * gdb.multi/tids-gid-reset.exp: New.
7023
7f0ae84c
GB
70242020-01-10 George Barrett <bob@bob131.so>
7025
7026 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
7027 to help in finding the image relocation offset.
7028 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
7029 options in arguments.
7030 (stap_test_no_debuginfo): Likewise.
7031 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
7032 test variants.
7033 (stap_test): Add null semaphore relocation test.
7034
47e9d49d
GB
70352020-01-10 George Barrett <bob@bob131.so>
7036
7037 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
7038 * gdb.base/stap-probe.exp: Likewise.
7039 (stap_test): Pass argument as an additional flag.
7040 (stap_test_no_debuginfo): Likewise.
7041 (stap_test): Check `info probes stap' output for semaphore
7042 addresses if the test binary is supposed to have them.
7043
f5a7c406
AB
70442020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7045
7046 * gdb.tui/basic.exp: Add more scrolling tests.
7047
9ae6bf64
TT
70482020-01-09 Tom Tromey <tom@tromey.com>
7049
7050 PR tui/18932:
7051 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
7052 meangingful value.
7053 (Term::command, Term::resize): Update.
7054 * gdb.tui/basic.exp: Add scrolling test.
7055
b2efe70c
AB
70562020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7057
7058 * gdb.tui/tui-layout-asm.exp: New file.
7059
3804da7e
AB
70602020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7061
7062 * lib/tuiterm.exp (Term::check_box_contents): New proc.
7063
b40aa28f
AB
70642020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7065
7066 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
7067 (Term::enter_tui): Use Term::prepare_for_tui.
7068
63ffd7c9
AB
70692020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7070
7071 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
7072 called.
7073
3be966f6
AB
70742020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7075
7076 * gdb.base/skip.exp: Fix race condition in test.
7077
153d79c4
AB
70782020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
7079
7080 * gdb.base/backtrace.c: New file.
7081 * gdb.base/backtrace.exp: New file.
7082
f2302a34
AB
70832020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
7084
7085 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
7086
6ec1d75e
PW
70872020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7088
7089 * gdb.base/style.exp: Test that warnings are styled.
7090
c296cbe6
BE
70912019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
7092
7093 * gdb.base/line65535.exp: New file.
7094 * gdb.base/line65535.c: New file.
7095
b28a729d
SM
70962019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
7097
7098 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
7099 * lib/gnat_debug_info_test.adb: New file.
7100 * gdb.ada/ptype_tagged_param.exp: Use
7101 gnat_runtime_has_debug_info, expect a different output if
7102 runtime does not have debug info.
7103
7f2d7a0d
SM
71042019-12-20 Simon Marchi <simon.marchi@efficios.com>
7105
7106 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
7107 (another) quote in test name.
7108
f3bce483
SM
71092019-12-20 Simon Marchi <simon.marchi@efficios.com>
7110
7111 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
7112 Add quote in test name.
7113
c855a912
TBA
71142019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7115
7116 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
7117 directory instead.
7118 * gdb.cp/pass-by-ref.exp: Extend with more cases.
7119 * gdb.cp/pass-by-ref-2.cc: New file.
7120 * gdb.cp/pass-by-ref-2.exp: New file.
7121
fc9d2d72
TT
71222019-12-20 Tom Tromey <tom@tromey.com>
7123
7124 * gdb.tui/list-before.exp: New file.
7125
77b97e00
TT
71262019-12-20 Tom Tromey <tom@tromey.com>
7127
7128 * gdb.tui/list.exp: Check for source on initial listing.
7129
f69656d0
TT
71302019-12-11 Tom Tromey <tromey@adacore.com>
7131
7132 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
7133 Add crlf test.
7134
99a55965
SM
71352019-12-18 Simon Marchi <simon.marchi@efficios.com>
7136
7137 * gdb.base/default.exp: Update value of $_gdb_major.
7138
5024637f
BE
71392019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
7140
7141 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
7142
b63634be
BE
71432019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
7144
7145 * gdb.base/skip.exp: Whitespace fix.
7146
45d73523
BE
71472019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
7148
7149 * gdb.base/skip-inline.c: New file.
7150 * gdb.base/skip-inline.exp: New file.
7151
d043f8c8
SM
71522019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
7153
7154 * gdb.base/jit-reader.exp (jit_reader_test): Rename
7155 jit_function_00 to jit_function_stack_mangle.
7156 * gdb.base/jithost.c (jit_function_t): Rename to...
7157 (jit_function_stack_mangle_t): ... this.
7158 (jit_function_add_t): New typedef.
7159 (jit_function_00_code): Rename to...
7160 (jit_function_stack_mangle_code): ... this, make static.
7161 (jit_function_add_code): New.
7162 (main): Generate "add" function and call it. Adjust to changes
7163 in jithost_abi.
7164 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
7165 (struct jithost_abi) <begin, end>: Remove fields.
7166 <object, function_stack_mangle, function_add>: New fields.
7167 * gdb.base/jitreader.c (struct reader_state) <code_begin,
7168 code_end>: Remove fields.
7169 <func_stack_mangle>: New field.
7170 (read_debug_info): Adjust to renaming, create block for "add"
7171 function.
7172 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
7173
873de05c
TT
71742019-12-11 Tom Tromey <tom@tromey.com>
7175
7176 * gdb.tui/resize.exp: Fix regexp.
7177 * gdb.tui/regs.exp: Fix regexps.
7178 * gdb.tui/main.exp: Fix regexp.
7179
3d979945
TT
71802019-12-11 Tom Tromey <tom@tromey.com>
7181
7182 * gdb.tui/resize.exp: Update.
7183 * gdb.tui/empty.exp (layouts): Update.
7184
2192a9d3
TT
71852019-12-11 Tom Tromey <tom@tromey.com>
7186
7187 * gdb.tui/regs.exp: Update.
7188 * gdb.tui/empty.exp (layouts): Update.
7189 * gdb.tui/basic.exp: Update.
7190 * lib/tuiterm.exp (_check_box): Don't check bottom border.
7191
d8edc8b7
PW
71922019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7193
7194 * gdb.base/options.exp: Add -raw-values in the print completion list.
7195 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
7196
4c12d936
KB
71972019-12-10 Kevin Buettner <kevinb@redhat.com>
7198
7199 * gdb.threads/omp-par-scope.c: New file.
7200 * gdb/threads/omp-par-scope.exp: New file.
7201
26b911fb
KB
72022019-12-10 Kevin Buettner <kevinb@redhat.com>
7203
bb47f919
KB
7204 * lib/gdb.exp (support_nested_function_tests): New proc.
7205
72062019-12-10 Kevin Buettner <kevinb@redhat.com>
7207
7208 * lib/gdb.exp (gdb_compile_openmp): New proc.
7209 (build_executable_from_specs): Add an "openmp" option.
7210 (gdb_compile_pthreads): Add non-executable case.
26b911fb 7211
6c71eb7d
TT
72122019-12-10 Tom Tromey <tromey@adacore.com>
7213
7214 * gdb.ada/unchecked_union.exp: New file.
7215 * gdb.ada/unchecked_union/pck.adb: New file.
7216 * gdb.ada/unchecked_union/pck.ads: New file.
7217 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
7218 * gdb-utils.exp (string_to_regexp): Also quote "?".
7219
bac7c5cf
GB
72202019-12-10 George Barrett <bob@bob131.so>
7221
7222 Test scripted probe breakpoints.
7223 * gdb.guile/scm-breakpoint.c (main): Add probe point.
7224 * gdb.python/py-breakpoint.c (main): Likewise.
7225 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
7226 specifier test.
7227 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
7228
330f1d38
TBA
72292019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7230
7231 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
7232 an rvalue parameter.
7233 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
7234 parameter.
7235
b43315e2
AB
72362019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7237
7238 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
7239 modules.
7240
54f73dad
AB
72412019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7242
7243 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
7244 broken version of GCC.
7245
d57cbee9
AB
72462019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7247
7248 * gdb.fortran/info-modules.exp: Rewrite to make use of new
7249 sym-info-cmds library.
7250 * gdb.fortran/info-types.exp: Likewise.
7251 * lib/sym-info-cmds.exp: New file.
7252
c14aab8c
TV
72532019-12-08 Tom de Vries <tdevries@suse.de>
7254
7255 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
7256
aa2d5a42
KS
72572019-12-07 Keith Seitz <keiths@redhat.com>
7258
7259 * gdb.base/corefile-buildid-shlib-shr.c: New file.
7260 * gdb.base/corefile-buildid-shlib.c: New file.
7261 * gdb.base/corefile-buildid.c: New file.
7262 * gdb.base/corefile-buildid.exp: New file.
7263
93e55f0a
TV
72642019-12-06 Tom de Vries <tdevries@suse.de>
7265
7266 * gdb.dwarf2/varval.exp: Add decl before def test.
7267
c7d12402
TBA
72682019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7269
7270 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
7271
06acc08f
TBA
72722019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7273
7274 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
7275 CV and reference conversion for overload resolution.
7276 * gdb.cp/rvalue-ref-overload.exp: Test it.
7277
e0fad1ea
PW
72782019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7279
7280 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
7281 * gdb.base/frameapply.exp: Test faas without command.
7282
8d70a9f0
AB
72832019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7284
7285 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
7286 Fortran tests.
7287 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
7288 order.
7289
36c8fb93
AB
72902019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7291
7292 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
7293 casting to type with no kind specified.
7294 (test_basic_parsing_of_type_kinds): Additional tests for types
7295 with no kind specified, and add tests for single/double
7296 precision/complex types.
7297
4139ff00
TT
72982019-12-04 Tom Tromey <tromey@adacore.com>
7299
7300 * gdb.base/endianity.c (struct other) <x>: New field.
7301 (main): Initialize it.
7302 * gdb.base/endianity.exp: Update.
7303
a05cf17a
TT
73042019-12-04 Tom Tromey <tromey@adacore.com>
7305
7306 * gdb.ada/scalar_storage/storage.adb: New file.
7307 * gdb.ada/scalar_storage/pck.adb: New file.
7308 * gdb.ada/scalar_storage/pck.ads: New file.
7309 * gdb.ada/scalar_storage.exp: New file.
7310
103a685e
TT
73112019-12-04 Tom Tromey <tromey@adacore.com>
7312
7313 * gdb.base/endianity.c (struct otherendian) <f>: New field.
7314 (main): Initialize it.
7315 * gdb.base/endianity.exp: Update.
7316
c2512106
AB
73172019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7318
7319 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
7320
293b38d6
AB
73212019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7322
7323 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
7324 -symbol-info-module-functions and -symbol-info-module-variables.
7325
216a7e6b
AB
73262019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
7327
7328 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
7329
5bbd8269
AB
73302019-12-01 Richard Bunt <richard.bunt@arm.com>
7331 Andrew Burgess <andrew.burgess@embecosm.com>
7332
7333 * gdb.fortran/derived-type-striding.exp: New file.
7334 * gdb.fortran/derived-type-striding.f90: New file.
7335 * gdb.fortran/array-slices.exp: New file.
7336 * gdb.fortran/array-slices.f90: New file.
7337
be09caf1
PW
73382019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7339
7340 * gdb.base/define.exp: Test . in command names.
7341 * gdb.base/setshow.exp: Update test, as . is now part of
7342 command name.
7343
643c0cbe
PW
73442019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7345
7346 * gdb.base/define-prefix.exp: New file.
7347
dcdec678
AB
73482019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
7349
7350 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
7351 compile.
7352 (skip_btrace_pt_tests): Likewise.
7353
640ab947
AB
73542019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7355
7356 * gdb.fortran/info-modules.exp: Compile source files in correct
7357 order.
7358
d22670f0
KB
73592019-11-27 Kevin Buettner <kevinb@redhat.com>
7360
7361 * gdb.dwarf2/imported-unit.exp: New file.
7362 * gdb.dwarf2/imported-unit.c: New file.
7363
db5960b4
AB
73642019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7365
7366 * gdb.mi/mi-fortran-modules-2.f90: New file.
7367 * gdb.mi/mi-fortran-modules.exp: New file.
7368 * gdb.mi/mi-fortran-modules.f90: New file.
7369
7dc42066
AB
73702019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7371
7372 * gdb.mi/mi-sym-info-1.c: New file.
7373 * gdb.mi/mi-sym-info-2.c: New file.
7374 * gdb.mi/mi-sym-info.exp: New file.
7375
0dfeecca
TT
73762019-11-22 Tom Tromey <tromey@adacore.com>
7377
7378 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
7379 * gdb.ada/tasks/foo.adb: Add another stopping location.
7380
34877895
PJ
73812019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
7382
7383 * gdb.base/endianity.c: New test.
7384 * gdb.base/endianity.exp: New file.
7385
2e84f897
LD
73862019-11-21 Lukas Durfina <ldurfina@tachyum.com>
7387
7388 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
7389
65d1cd5f
TV
73902019-11-21 Tom de Vries <tdevries@suse.de>
7391
7392 PR gdb/24956
7393 * gdb.base/ui-redirect.exp: Test output of user-defined command.
7394
4f22c3f4
SDJ
73952019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7396
7397 * gdb.python/py-progspace.exp: Add missing parentheses on some
7398 'print' commands.
7399
9f6ad286
TT
74002019-11-19 Tom Tromey <tom@tromey.com>
7401
7402 * gdb.tui/winheight.exp: New file.
7403
0b8dbf3f
AB
74042019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7405
7406 * gdb.base/ctf-whatis.c: Delete.
7407 * gdb.base/ctf-whatis.exp: Delete.
7408 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
7409
f833b7a7
AB
74102019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7411
7412 * gdb.base/ctf-cvexpr.exp: Delete.
7413 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
7414
30d0a636
AB
74152019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7416
7417 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
7418 the compiler. Clean up header comment a little.
7419 * gdb.base/ctf-ptype.exp: Likewise.
7420 * gdb.base/ctf-whatis.exp: Likewise.
7421 * lib/gdb.exp (skip_ctf_tests): New proc.
7422
494409bb
SDJ
74232019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
7424
7425 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
7426 * gdb.tui/corefile-run.exp: New file.
7427
55708e99
TT
74282019-11-14 Tom Tromey <tromey@adacore.com>
7429
7430 * gdb.base/gdbvars.exp (test_convenience_variables): Add
7431 regression tests.
7432
45e42163
TT
74332019-11-12 Tom Tromey <tom@tromey.com>
7434
7435 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
7436 after any command. Expect prompt after WAIT_FOR is seen.
7437 (enter_tui): Enable resize messages.
7438 (command): Expect command in output.
7439 (get_line): Avoid error when cursor appears to be off-screen.
7440 (dump_screen): Include screen size in title.
7441 (_do_resize): New proc, from "resize".
7442 (resize): Rewrite. Do resize in two steps.
7443 * gdb.tui/empty.exp (layouts): Fix entries.
7444 (check_boxes): Remove xfail.
7445 (check_text): Dump screen on failure.
7446
086baaf1
AB
74472019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7448
7449 * gdb.python/py-symbol.exp: Add test for
7450 gdb.lookup_static_symbols.
7451
09ff83af
AB
74522019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7453
7454 * gdb.python/py-symbol.c: Declare and call function from new
7455 py-symbol-2.c file.
7456 * gdb.python/py-symbol.exp: Compile both source files, and add new
7457 tests for gdb.lookup_static_symbol.
7458 * gdb.python/py-symbol-2.c: New file.
7459
11af934b
TV
74602019-11-02 Tom de Vries <tdevries@suse.de>
7461
7462 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
7463 * gdb.base/anon.exp: Same.
7464 * gdb.base/auto-connect-native-target.exp: Same.
7465 * gdb.base/call-ar-st.exp: Same.
7466 * gdb.base/catch-syscall.exp: Same.
7467 * gdb.base/commands.exp: Same.
7468 * gdb.base/default.exp: Same.
7469 * gdb.base/display.exp: Same.
7470 * gdb.base/float.exp: Same.
7471 * gdb.base/foll-fork.exp: Same.
7472 * gdb.base/help.exp: Same.
7473 * gdb.base/info-macros.exp: Same.
7474 * gdb.base/info-proc.exp: Same.
7475 * gdb.base/info-target.exp: Same.
7476 * gdb.base/long_long.exp: Same.
7477 * gdb.base/macscp.exp: Same.
7478 * gdb.base/memattr.exp: Same.
7479 * gdb.base/nofield.exp: Same.
7480 * gdb.base/pointers.exp: Same.
7481 * gdb.base/printcmds.exp: Same.
7482 * gdb.base/ptype.exp: Same.
7483 * gdb.base/restore.exp: Same.
7484 * gdb.base/return.exp: Same.
7485 * gdb.base/scope.exp: Same.
7486 * gdb.base/set-noassign.exp: Same.
7487 * gdb.base/setshow.exp: Same.
7488 * gdb.base/shlib-call.exp: Same.
7489 * gdb.base/signals.exp: Same.
7490 * gdb.base/sigstep.exp: Same.
7491 * gdb.base/skip.exp: Same.
7492 * gdb.base/solib-symbol.exp: Same.
7493 * gdb.base/stap-probe.exp: Same.
7494 * gdb.base/step-line.exp: Same.
7495 * gdb.base/step-test.exp: Same.
7496 * gdb.base/style.exp: Same.
7497 * gdb.base/varargs.exp: Same.
7498 * gdb.base/vla-datatypes.exp: Same.
7499 * gdb.base/vla-ptr.exp: Same.
7500 * gdb.base/vla-sideeffect.exp: Same.
7501 * gdb.base/volatile.exp: Same.
7502 * gdb.base/watch-cond-infcall.exp: Same.
7503 * gdb.base/watchpoint.exp: Same.
7504
e96ec2ba
TV
75052019-11-02 Tom de Vries <tdevries@suse.de>
7506
7507 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
7508 * gdb.cp/cpexprs.exp: Same.
7509 * gdb.cp/except-multi-location.exp: Same.
7510 * gdb.cp/exceptprint.exp: Same.
7511 * gdb.cp/gdb2384.exp: Same.
7512 * gdb.cp/inherit.exp: Same.
7513 * gdb.cp/m-static.exp: Same.
7514 * gdb.cp/meth-typedefs.exp: Same.
7515 * gdb.cp/misc.exp: Same.
7516 * gdb.cp/namespace.exp: Same.
7517 * gdb.cp/non-trivial-retval.exp: Same.
7518 * gdb.cp/overload.exp: Same.
7519 * gdb.cp/pr17132.exp: Same.
7520 * gdb.cp/re-set-overloaded.exp: Same.
7521 * gdb.cp/rvalue-ref-types.exp: Same.
7522 * gdb.cp/templates.exp: Same.
7523
bd5766ec
LM
75242019-11-01 Luis Machado <luis.machado@linaro.org>
7525
7526 PR gdb/25124
7527
7528 * gdb.arch/pr25124.S: New file.
7529 * gdb.arch/pr25124.exp: New file.
7530
165f8965
AB
75312019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7532
7533 * gdb.fortran/info-modules.exp: Update expected results, and add
7534 additional tests for 'info module functinos', and 'info module
7535 variables'.
7536 * gdb.fortran/info-types.exp: Update expected results.
7537 * gdb.fortran/info-types.f90: Extend testcase with additional
7538 module variables and functions.
7539
59c35742
AB
75402019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7541
7542 * gdb.fortran/info-modules.exp: New file.
7543 * gdb.fortran/info-types.exp: Build with new file.
7544 * gdb.fortran/info-types.f90: Include and use new module.
7545 * gdb.fortran/info-types-2.f90: New file.
7546
f3fb2519
PW
75472019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7548
7549 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
7550 * gdb.base/settings.exp: Test all settings types using
7551 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
7552 that now verifies that the value of "maint show" is the same as
7553 returned by the settings functions. Test the type of the
7554 maintenance settings.
7555 * gdb.base/default.exp: Update show_conv_list.
7556
d1e36019
TV
75572019-10-31 Tom de Vries <tdevries@suse.de>
7558
7559 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
7560 gdb_test.
7561 * gdb.arch/amd64-disp-step.exp: Same.
7562 * gdb.asm/asm-source.exp: Same.
7563 * gdb.btrace/buffer-size.exp: Same.
7564 * gdb.btrace/cpu.exp: Same.
7565 * gdb.btrace/enable.exp: Same.
7566 * gdb.dwarf2/count.exp: Same.
7567 * gdb.dwarf2/dw2-ranges-func.exp: Same.
7568 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
7569 * gdb.fortran/vla-datatypes.exp: Same.
7570 * gdb.fortran/vla-history.exp: Same.
7571 * gdb.fortran/vla-ptype.exp: Same.
7572 * gdb.fortran/vla-value.exp: Same.
7573 * gdb.fortran/whatis_type.exp: Same.
7574 * gdb.guile/guile.exp: Same.
7575 * gdb.multi/tids.exp: Same.
7576 * gdb.python/py-finish-breakpoint.exp: Same.
7577 * gdb.python/py-framefilter.exp: Same.
7578 * gdb.python/py-pp-registration.exp: Same.
7579 * gdb.python/py-xmethods.exp: Same.
7580 * gdb.python/python.exp: Same.
7581 * gdb.server/connect-with-no-symbol-file.exp: Same.
7582 * gdb.server/no-thread-db.exp: Same.
7583 * gdb.server/run-without-local-binary.exp: Same.
7584 * gdb.stabs/weird.exp: Same.
7585 * gdb.threads/attach-many-short-lived-threads.exp: Same.
7586 * gdb.threads/thread-find.exp: Same.
7587 * gdb.threads/tls-shared.exp: Same.
7588 * gdb.threads/tls.exp: Same.
7589 * gdb.threads/wp-replication.exp: Same.
7590 * gdb.trace/ax.exp: Same.
7591 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7592
3d11e68e
TV
75932019-10-31 Tom de Vries <tdevries@suse.de>
7594
7595 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7596 * gdb.ada/array_subscript_addr.exp: Same.
7597 * gdb.ada/arrayidx.exp: Same.
7598 * gdb.ada/arrayparam.exp: Same.
7599 * gdb.ada/arrayptr.exp: Same.
7600 * gdb.ada/boolean_expr.exp: Same.
7601 * gdb.ada/call_pn.exp: Same.
7602 * gdb.ada/complete.exp: Same.
7603 * gdb.ada/fixed_cmp.exp: Same.
7604 * gdb.ada/fun_addr.exp: Same.
7605 * gdb.ada/funcall_param.exp: Same.
7606 * gdb.ada/interface.exp: Same.
7607 * gdb.ada/mod_from_name.exp: Same.
7608 * gdb.ada/null_array.exp: Same.
7609 * gdb.ada/packed_array.exp: Same.
7610 * gdb.ada/packed_tagged.exp: Same.
7611 * gdb.ada/print_chars.exp: Same.
7612 * gdb.ada/print_pc.exp: Same.
7613 * gdb.ada/ptype_arith_binop.exp: Same.
7614 * gdb.ada/ptype_field.exp: Same.
7615 * gdb.ada/ptype_tagged_param.exp: Same.
7616 * gdb.ada/rec_return.exp: Same.
7617 * gdb.ada/ref_tick_size.exp: Same.
7618 * gdb.ada/str_ref_cmp.exp: Same.
7619 * gdb.ada/taft_type.exp: Same.
7620 * gdb.ada/tagged.exp: Same.
7621 * gdb.ada/type_coercion.exp: Same.
7622 * gdb.ada/uninitialized_vars.exp: Same.
7623
60b6ede8
TV
76242019-10-30 Tom de Vries <tdevries@suse.de>
7625
7626 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7627
30baf67b
TV
76282019-10-26 Tom de Vries <tdevries@suse.de>
7629
7630 * gdb.base/bigcore.c: Fix typos in comments.
7631 * gdb.base/ctf-ptype.c: Same.
7632 * gdb.base/long_long.c: Same.
7633 * gdb.dwarf2/dw2-op-out-param.S: Same.
7634 * gdb.python/py-evthreads.c: Same.
7635 * gdb.reverse/i387-stack-reverse.c: Same.
7636 * gdb.trace/tfile.c: Same.
7637 * lib/compiler.c: Same.
7638 * lib/compiler.cc: Same.
7639
158da0d1
TV
76402019-10-25 Tom de Vries <tdevries@suse.de>
7641
7642 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7643 gdb_test_multiple calls.
7644 * gdb.reverse/sigall-reverse.exp: Same.
7645 * gdb.reverse/solib-precsave.exp: Same.
7646 * gdb.reverse/solib-reverse.exp: Same.
7647 * gdb.reverse/until-precsave.exp: Same.
7648 * gdb.reverse/until-reverse.exp: Same.
7649
4ccdfbec
TV
76502019-10-24 Tom de Vries <tdevries@suse.de>
7651
7652 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7653 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7654 kfail using -wrap pattern flag and convenience variable
7655 gdb_test_name.
7656
33d569b7
AB
76572019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7658
7659 * gdb.python/py-progspace.exp: Add tests for the
7660 Progspace.block_for_pc method.
7661
4d0b984b
TT
76622019-10-23 Tom Tromey <tom@tromey.com>
7663
7664 * configure: Rebuild.
7665 * aclocal.m4: Use m4_include, not sinclude.
7666
94cb3754
TV
76672019-10-21 Tom de Vries <tdevries@suse.de>
7668
7669 * gdb.base/infcall-nested-structs.c: Add
7670 __attribute__((noinline,noclone)) to all functions.
7671 (call_all): Add missing variable initialization. Simplify return value.
7672 (breakpt): Increment volatile variable, to prevent call from being
7673 optimized out.
7674 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7675
062f1fc1
TV
76762019-10-17 Tom de Vries <tdevries@suse.de>
7677
7678 * gdb.fortran/module.exp: Allow info variables to print info for files
7679 other than module.f90.
7680
0b54364d
AB
76812019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7682
7683 * gdb.fortran/module.exp: Extend with 'info variables' test.
7684
7ff5fae7
AB
76852019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7686
7687 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7688 F77_FOR_TARGET.
7689
d10eccaa
TV
76902019-10-16 Tom de Vries <tdevries@suse.de>
7691
7692 PR tdep/25096
7693 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7694
745ff14e
TV
76952019-10-16 Tom de Vries <tdevries@suse.de>
7696
7697 PR tdep/24104
7698 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7699 Add KFAIL for PR tdep/25096.
7700
03e1ab94
TV
77012019-10-16 Tom de Vries <tdevries@suse.de>
7702
7703 PR testsuite/25059
7704 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7705
b17fcc10
TV
77062019-10-16 Tom de Vries <tdevries@suse.de>
7707
7708 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7709 as signed.
7710
9223170f
SM
77112019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7712
7713 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7714 one instead of increasing timeout.
7715
d6e76313
TV
77162019-10-13 Tom de Vries <tdevries@suse.de>
7717
7718 PR record/25038
7719 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7720 * gdb.reverse/sigall-reverse.exp: Same.
7721 * gdb.reverse/solib-precsave.exp: Same.
7722 * gdb.reverse/solib-reverse.exp: Same.
7723 * gdb.reverse/step-precsave.exp: Same.
7724 * gdb.reverse/until-precsave.exp: Same.
7725 * gdb.reverse/until-reverse.exp: Same.
7726 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7727
6dfc0041
AA
77282019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7729
7730 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7731 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7732 (cmp_struct_05_01, cmp_struct_static_02_01)
7733 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7734 comparisons.
7735
abcf2cc8
TV
77362019-10-10 Tom de Vries <tdevries@suse.de>
7737
7738 PR testsuite/24888
7739 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7740 gnatlink.
7741
a50faaf6
TV
77422019-10-09 Tom de Vries <tdevries@suse.de>
7743
7744 PR testsuite/25048
7745 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7746
60ff3cd7
AB
77472019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7748
7749 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7750 exceptions due to missing debug information.
7751
dfee8566
TV
77522019-10-07 Tom de Vries <tdevries@suse.de>
7753
7754 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7755
3d63690a
AB
77562019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7757
7758 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7759 * gdb.base/annota1.exp: Update to use gdb_test_name.
7760
30d1f018
WP
77612019-10-07 Weimin Pan <weimin.pan@oracle.com>
7762
7763 * gdb.base/ctf-whatis.exp: New file.
7764 * gdb.base/ctf-whatis.c: New file.
7765 * gdb.base/ctf-ptype.exp: New file.
7766 * gdb.base/ctf-ptype.c: New file.
7767 * gdb.base/ctf-constvars.exp: New file.
7768 * gdb.base/ctf-constvars.c: New file.
7769 * gdb.base/ctf-cvexpr.exp: New file.
7770
4dbbb47c
TV
77712019-10-04 Tom de Vries <tdevries@suse.de>
7772
7773 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7774 for loop.
7775
77c2dba3
TT
77762019-10-03 Tom Tromey <tom@tromey.com>
7777
7778 PR rust/24976:
7779 * gdb.rust/simple.rs (Union2): New type.
7780 (main): Use Union2.
7781 * gdb.rust/simple.exp: Add test.
7782
179aed7f
AB
77832019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7784
7785 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7786 nested function prefix.
7787
0a4b0913
AB
77882019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7789 Richard Bunt <richard.bunt@arm.com>
7790 Andrew Burgess <andrew.burgess@embecosm.com>
7791
7792 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7793 nested functions.
7794 * gdb.fortran/nested-funcs.f90: Update expected results.
7795 * gdb.fortran/nested-funcs-2.exp: New file.
7796 * gdb.fortran/nested-funcs-2.f90: New file.
7797
082cce05
AB
77982019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7799
7800 * gdb.python/py-parameter.exp: Make test names unique.
7801 * gdb.python/py-template.exp: Likewise.
7802 * gdb.python/py-value.exp: Likewise.
7803
2b74ba5a
AB
78042019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7805
7806 * gdb.base/break-interp.exp: Reduce test name duplication.
7807 * gdb.base/call-sc.exp: Likewise.
7808 * gdb.base/callfuncs.exp: Likewise.
7809 * gdb.base/charset.exp: Likewise.
7810 * gdb.base/dump.exp: Likewise.
7811 * gdb.base/ena-dis-br.exp: Likewise.
7812 * gdb.base/relational.exp: Likewise.
7813 * gdb.base/step-over-syscall.exp: Likewise.
7814 * gdb.base/structs.exp: Likewise.
7815
58eb20d5
AB
78162019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7817
7818 * gdb.linespec/explicit.exp: Make test names unique.
7819 * gdb.linespec/ls-errs.exp: Likewise.
7820
4d421147
AB
78212019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7822
7823 * gdb.reverse/break-precsave.exp: Make test names unique.
7824 * gdb.reverse/break-reverse.exp: Likewise.
7825 * gdb.reverse/finish-precsave.exp: Likewise.
7826 * gdb.reverse/finish-reverse.exp: Likewise.
7827 * gdb.reverse/machinestate-precsave.exp: Likewise.
7828 * gdb.reverse/machinestate.exp: Likewise.
7829 * gdb.reverse/readv-reverse.exp: Likewise.
7830 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7831 * gdb.reverse/sigall-precsave.exp: Likewise.
7832 * gdb.reverse/sigall-reverse.exp: Likewise.
7833 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7834 * gdb.reverse/watch-precsave.exp: Likewise.
7835 * gdb.reverse/watch-reverse.exp: Likewise.
7836
d8c06f22
AB
78372019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7838
7839 * gdb.threads/stop-with-handle.c: New file.
7840 * gdb.threads/stop-with-handle.exp: New file.
7841
3a56ed86
TV
78422019-10-03 Tom de Vries <tdevries@suse.de>
7843
7844 PR testsuite/25059
7845 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7846 directory" line to be missing.
7847
42275044
TV
78482019-10-03 Tom de Vries <tdevries@suse.de>
7849
7850 PR testsuite/25059
7851 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7852 type optional.
7853
9ef62df0
AA
78542019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7855
7856 * gdb.python/py-format-string.c (string.h): New include.
7857 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7858 the same value, for endianness-independence.
7859 * gdb.python/py-format-string.exp (default_regexp_dict)
7860 (test_pretty_structs, test_format): Adjust expected output to the
7861 changed initialization.
7862
37f6a7f4
TT
78632019-10-02 Tom Tromey <tromey@adacore.com>
7864
7865 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7866
1d58d6a2
PA
78672019-10-02 Pedro Alves <palves@redhat.com>
7868 Andrew Burgess <andrew.burgess@embecosm.com>
7869
7870 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7871 "print-file-var.h".
7872 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7873 (get_version_1): Print this_version_id and its address.
7874 Add extern "C" wrappers around interface functions.
7875 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7876 "print-file-var.h".
7877 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7878 (get_version_2): Print this_version_id and its address.
7879 Add extern "C" wrappers around interface functions.
7880 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7881 <stddef.h> and "print-file-var.h".
7882 Add extern "C" wrappers around interface functions.
7883 [VERSION_ID_MAIN] (this_version_id): Define.
7884 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7885 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7886 up extern "C" blocks.
7887 * gdb.base/print-file-var.exp (test): New, factored out from top
7888 level.
7889 (top level): Test all combinations of attribute hidden or not,
7890 dlopen or not, and this_version_id symbol in main file or not.
7891 Compile tests as both C++ and C, make test names unique.
7892
d770d56f
TT
78932019-10-01 Tom Tromey <tom@tromey.com>
7894
7895 * gdb.base/style.exp: Test "show logging filename".
7896
7f6aba03
TT
78972019-10-01 Tom Tromey <tom@tromey.com>
7898
7899 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7900 * gdb.base/style.exp: Add metadata style test.
7901
14309bb6
TT
79022019-10-01 Tom Tromey <tom@tromey.com>
7903
7904 * gdb.base/style.exp: Test "pwd".
7905
2a3c1174
PA
79062019-10-01 Tom Tromey <tom@tromey.com>
7907
7908 * gdb.base/style.exp: Update tests.
7909
53d666ec
AA
79102019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7911
7912 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7913 'six' to unsigned.
7914 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7915 'five'. Use an all-ones bit pattern for each.
7916 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7917 to its changed values.
7918
4a56a520
TT
79192019-09-30 Tom Tromey <tromey@adacore.com>
7920
7921 * gdb.rust/traits.rs: Disable all warnings.
7922
0df0352a
TV
79232019-09-29 Tom de Vries <tdevries@suse.de>
7924
aac66a4c 7925 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 7926
73d9a918
TV
79272019-09-29 Tom de Vries <tdevries@suse.de>
7928
7929 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7930
060b3ab4
TV
79312019-09-27 Tom de Vries <tdevries@suse.de>
7932
7933 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7934
68f7d34d
TV
79352019-09-27 Tom de Vries <tdevries@suse.de>
7936
7937 PR record/23188
7938 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7939
5d63b30a
TT
79402019-09-26 Tom Tromey <tromey@adacore.com>
7941
7942 * gdb.ada/py_taft.exp: New file.
7943 * gdb.ada/py_taft/main.adb: New file.
7944 * gdb.ada/py_taft/pkg.adb: New file.
7945 * gdb.ada/py_taft/pkg.ads: New file.
7946
3d435220
TV
79472019-09-24 Tom de Vries <tdevries@suse.de>
7948
7949 PR gdb/24598
7950 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7951
77d03678
TV
79522019-09-22 Tom de Vries <tdevries@suse.de>
7953
7954 * gdb.base/restore.exp: Allow register variables to be optimized out at
7955 -O0.
7956
abf516c6
UW
79572019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7958
7959 * gdb.arch/spu-info.exp: Remove file.
7960 * gdb.arch/spu-info.c: Remove file.
7961 * gdb.arch/spu-ls.exp: Remove file.
7962 * gdb.arch/spu-ls.c: Remove file.
7963
7964 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7965 * gdb.asm/spu.inc: Remove file.
7966
7967 * gdb.base/dump.exp: Remove support for spu*-*-*.
7968 * gdb.base/stack-checking.exp: Likewise.
7969 * gdb.base/overlays.exp: Likewise.
7970 * gdb.base/ovlymgr.c: Likewise.
7971 * gdb.base/spu.ld: Remove file.
7972
7973 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7974 * gdb.cp/cpexprs.exp: Likewise.
7975 * gdb.cp/exception.exp: Likewise.
7976 * gdb.cp/gdb2495.exp: Likewise.
7977 * gdb.cp/mb-templates.exp: Likewise.
7978 * gdb.cp/pr9167.exp: Likewise.
7979 * gdb.cp/userdef.exp: Likewise.
7980
7981 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7982
7983 * gdb.cell: Remove directory.
7984 * lib/cell.exp: Remove file.
7985
e452e88f
TV
79862019-09-19 Tom de Vries <tdevries@suse.de>
7987
7988 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7989
8a625130
TV
79902019-09-19 Tom de Vries <tdevries@suse.de>
7991
7992 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7993
81dc3ab5
TV
79942019-09-19 Tom de Vries <tdevries@suse.de>
7995
7996 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7997 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7998 (gdb_target_cmd): ... here.
7999 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
8000 value 2.
8001
b078f3ac
AB
80022019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
8003
8004 * gdb.base/source-dir.exp: Avoid having directory names in test
8005 names.
8006
f1b620e9
MG
80072019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
8008
8009 * gdb.base/source-dir.exp: Add extra test for mapped compilation
8010 directory.
8011
67f3ed6a
AB
80122019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
8013
8014 * gdb.base/list-missing-source.exp: New file.
8015
d1b70248
TV
80162019-09-14 Tom de Vries <tdevries@suse.de>
8017
8018 PR teststuite/24599
8019 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
8020 * lib/ada.exp (gnatmake_version_at_least): New proc.
8021
5fabdcd6
AB
80222019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
8023
8024 * gdb.base/maint.exp: Use exec_has_index_section.
8025
aa17805f
AB
80262019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
8027
8028 * gdb.base/maint.exp: Add test for 'maint info sections'.
8029
25e5c209
TV
80302019-09-12 Tom de Vries <tdevries@suse.de>
8031
8032 * gdb.base/store.exp: Allow register variables to be optimized out at
8033 -O0.
8034
4993045d
PW
80352019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8036
8037 * gdb.ada/rdv_wait.exp: Update to new task names.
8038 * gdb.base/task_switch_in_core.exp: Likewise.
8039 * gdb.base/info_sources_base.c: Likewise.
8040
8a516164
TT
80412019-09-10 Tom Tromey <tromey@adacore.com>
8042
8043 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
8044
aa391654
TT
80452019-09-10 Tom Tromey <tromey@adacore.com>
8046
8047 * gdb.ada/dgopt.exp: New file.
8048 * gdb.ada/dgopt/x.adb: New file.
8049
8634b462
TT
80502019-09-08 Tom Tromey <tom@tromey.com>
8051
8052 * gdb.tui/resize.exp: Remove setup_xfail.
8053 * gdb.tui/regs.exp: Remove setup_xfail.
8054 * gdb.tui/basic.exp: Remove setup_xfail.
8055
736b0f76
DB
80562019-09-06 David Blaikie <dblaikie@gmail.com>
8057
8058 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
8059 * gdb.cp/cplabel.exp: Ditto.
8060 * gdb.linespec/ls-errs.exp: Ditto.
8061
30331a6c
TV
80622019-09-05 Tom de Vries <tdevries@suse.de>
8063
8064 * lib/gdb.exp (cmp_file_string): New proc.
8065 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
8066 runto_main. Verify save breakpoints output.
8067
98b0ebab
PW
80682019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8069
8070 * gdb.base/info-var.exp: Test info variables without running
8071 to main, to avoid expect's buffer overflow.
8072
4e962e74
TT
80732019-09-03 Tom Tromey <tromey@adacore.com>
8074
8075 * gdb.ada/bias.exp: New file.
8076 * gdb.ada/bias/bias.adb: New file.
8077 * gdb.ada/print_chars.exp: Add regression test.
8078 * gdb.ada/print_chars/foo.adb (My_Character): New type.
8079 (MC): New variable.
8080
2ea1a07a
SL
80812019-08-29 Sandra Loosemore <sandra@codesourcery.com>
8082
8083 * gdb.base/argv0-symlink.exp: Run only on native target
8084 and local host.
8085
8077c50d
TV
80862019-08-29 Tom de Vries <tdevries@suse.de>
8087
8088 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
8089 diverse debug info.
8090 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
8091
48352473
TV
80922019-08-28 Tom de Vries <tdevries@suse.de>
8093
8094 * gdb.base/info-var.exp: Allow info variables to print info for files
8095 other than info-var-f1.c and info-var-f2.c.
8096
d8f27c60
AB
80972019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
8098
8099 * gdb.fortran/info-types.exp: Add module.
8100 * gdb.fortran/info-types.f90: Update expected results.
8101
1f20c35e
AB
81022019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
8103
8104 * gdb.fortran/info-types.exp: New file.
8105 * gdb.fortran/info-types.f90: New file.
8106 * lib/fortran.exp (fortran_character1): New proc.
8107
4acfdd20
AB
81082019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
8109
8110 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
8111 functions'. Reindent as needed.
8112 * gdb.base/info-var-f1.c: New file.
8113 * gdb.base/info-var-f2.c: New file.
8114 * gdb.base/info-var.exp: New file.
8115 * gdb.base/info-var.h: New file.
8116
5c31b358
TV
81172019-08-26 Tom de Vries <tdevries@suse.de>
8118
8119 PR c++/24852
8120 * gdb.cp/no-libstdcxx-probe.exp: New test.
8121
b694989f
TV
81222019-08-26 Tom de Vries <tdevries@suse.de>
8123
8124 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
8125 * tests need to be skipped.
8126 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
8127 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
8128 mi_skip_libstdcxx_probe_tests.
8129
d9c4ba53
SDJ
81302019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
8131
8132 * gdb.python/py-xmethods.exp: Use raw strings when passing
8133 arguments to SimpleXMethodMatcher.
8134
395fad09
TV
81352019-08-22 Tom de Vries <tdevries@suse.de>
8136
8137 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
8138 more informative.
8139
26c957f1
PA
81402019-08-21 Pedro Alves <palves@redhat.com>
8141
8142 * gdb.base/with.exp: Test "with" with no arguments.
8143
61f80d5d
TV
81442019-08-21 Tom de Vries <tdevries@suse.de>
8145
8146 * gdb.base/gdb-caching-proc.exp: Sort files.
8147
d7a11d13
TV
81482019-08-20 Tom de Vries <tdevries@suse.de>
8149
8150 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
8151 compilation.
8152
34dafe9f
TV
81532019-08-16 Tom de Vries <tdevries@suse.de>
8154
8155 * gdb.base/compare-sections.exp ("after run to main"): Allow
8156 mismatched read-only sections for PIE executables.
8157
398fdd60
TT
81582019-08-16 Tom Tromey <tom@tromey.com>
8159
8160 * lib/tuiterm.exp (_csi_Z): New proc.
8161 * gdb.tui/basic.exp: Update window positions.
8162 * gdb.tui/empty.exp: Update window positions.
8163
d8f9e51c
SL
81642019-08-15 Sandra Loosemore <sandra@codesourcery.com>
8165
8166 * gdb.base/examine-backward.exp: Correct regexp for
8167 "examine 3 bytes backward from ${address_zero}".
8168
3df505f6
TT
81692019-08-15 Tom Tromey <tom@tromey.com>
8170
8171 * gdb.tui/empty.exp: Enable resizing tests.
8172
272560b5
TT
81732019-08-15 Tom Tromey <tromey@adacore.com>
8174
8175 * gdb.ada/char_enum.exp: Add regression tests.
8176 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
8177 and '0'.
8178 (Char, Gchar): Update.
8179 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
8180
08235187
CB
81812019-08-15 Christian Biesinger <cbiesinger@google.com>
8182
8183 * gdb.python/python.exp: Expect a leading underscore on
8184 GdbOutput{,Error}File.
8185
22a2ab04
SL
81862019-08-15 Sandra Loosemore <sandra@codesourcery.com>
8187
8188 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
8189 Windows host.
8190
835b995b
SL
81912019-08-15 Sandra Loosemore <sandra@codesourcery.com>
8192
8193 * gdb.base/batch-preserve-term-settings.exp
8194 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
8195
97dd8e07
CB
81962019-08-15 Christian Biesinger <cbiesinger@google.com>
8197
8198 * lib/gdb.exp: When running on a mingw target, replace
8199 /x/ with x:/.
8200
75faf5c4
AH
82012019-08-14 Alan Hayward <alan.hayward@arm.com>
8202
8203 * gdb.arch/aarch64-prologue.c: New test.
8204 * gdb.arch/aarch64-prologue.exp: New file.
8205
abc6c00f
TV
82062019-08-13 Tom de Vries <tdevries@suse.de>
8207
8208 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
8209 Thread.
8210
74c2c1f4
SL
82112019-08-13 Sandra Loosemore <sandra@codesourcery.com>
8212
8213 * gdb.python/py-completion.exp: Download the .py file to the host
8214 and use its host pathname. Conditionalize tests that use
8215 tab completion and manipulate files on the build machine.
8216 * gdb.python/py-events.exp: Download the .py file to the host
8217 and use its host pathname.
8218 * gdb.python/py-evsignal.exp: Likewise.
8219 * gdb.python/py-evthreads.exp: Likewise.
8220 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
8221 pathname syntax.
8222 * gdb.python/py-framefilter.exp: Download the .py file to the right
8223 place on the host. Match Windows pathname syntax.
8224 * gdb.python/py-mi-var-info-path-expression.exp: Download the
8225 .py file to the host and use its host pathname.
8226 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
8227 * gdb.python/py-objfile.exp: Expect a host pathname, not a
8228 build pathname. Skip symlink test on Windows host. Add missing
8229 newline at end of file.
8230 * gdb.python/py-pp-maint.exp: Download the .py file to the host
8231 and use its host pathname.
8232 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
8233 * gdb.python/py-section-script.exp: Use host location of binfile
8234 on safe-path. Use correct path separator on Windows host.
8235 Reorder alternatives in gdb_test_multiple to prevent matching
8236 the wrong alternative on success.
8237 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
8238
ca2589f3
PP
82392019-08-12 Patrick Palka <patrick@parcs.ath.cx>
8240
8241 * gdb.gdb/selftest.exp (test_with_self): Update test to now
8242 expect the GDB inferior to no longer immediately stop after
8243 being resumed with "signal SIGINT".
8244
020a839d
SL
82452019-08-09 Sandra Loosemore <sandra@codesourcery.com>
8246
8247 * gdb.linespec/break-ask.exp: Generalize regexps to match
8248 Windows pathnames too.
8249
128d6509
TV
82502019-08-08 Tom de Vries <tdevries@suse.de>
8251
8252 PR testsuite/24862
8253 * lib/tuiterm.exp (_accept): Fix CSI regexp.
8254
590042fc
PW
82552019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8256
8257 * gdb.base/style.exp: Update tests for help doc new invariants.
8258 * gdb.base/help.exp: Likewise.
8259
046bebe1
TT
82602019-08-06 Tom Tromey <tom@tromey.com>
8261
8262 * gdb.base/style.exp: Add disassemble test.
8263 * gdb.base/style.c (some_called_function): New function.
8264 (main): Use it.
8265
0b27c27d
CB
82662019-08-05 Christian Biesinger <cbiesinger@google.com>
8267
8268 * gdb.python/py-block.exp: Test dictionary access on blocks.
8269
580f1034
SM
82702019-08-05 Simon Marchi <simon.marchi@efficios.com>
8271
8272 PR gdb/24863
8273 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
8274 -list-thread-groups --available test when running under
8275 check-read1.
8276
d86bd7cb
TV
82772019-08-05 Tom de Vries <tdevries@suse.de>
8278
8279 PR testsuite/24863
8280 * lib/gdb.exp (with_read1_timeout_factor): New proc.
8281 * gdb.base/help.exp: Use with_read1_timeout_factor.
8282 * gdb.base/info-macros.exp: Same.
8283 * gdb.cp/nested-types.exp: Same.
8284
a80cf5d8
TV
82852019-08-05 Tom de Vries <tdevries@suse.de>
8286
8287 * lib/gdb.exp (version_at_least): Factor out of ...
8288 (tcl_version_at_least): ... here.
8289 (gdb_compile): Fail if pie results in non-PIE executable.
8290 (readelf_version, readelf_prints_pie): New proc.
8291 (exec_is_pie): Return -1 if unknown.
8292
d0962838
TV
82932019-08-05 Tom de Vries <tdevries@suse.de>
8294
8295 * lib/gdb.exp (tcl_version_at_least): Fix typo.
8296
2252ff3d
SL
82972019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8298
8299 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
8300
26655f53
SL
83012019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8302
8303 * lib/completion-support.exp (test_gdb_complete_none): Skip
8304 tab completion tests if no readline support.
8305 (test_gdb_complete_unique_re): Likewise.
8306 (test_gdb_complete_multiple): Likewise.
8307
db4dc13e
PW
83082019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8309
8310 * gdb.base/info_sources.exp: New file.
8311 * gdb.base/info_sources.c: New file.
8312 * gdb.base/info_sources_base.c: New file.
8313
0eba165a
PFC
83142019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8315
8316 * gdb.base/batch-exit-status.exp: Call test_exit_status with
8317 prefix argument.
8318 (test_exit_status): Add prefix argument.
8319
59bd512b
TV
83202019-08-01 Tom de Vries <tdevries@suse.de>
8321
8322 PR testsuite/24863
8323 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
8324 calling exp_continue for new thread and thread exited messages.
8325
2a3ad588
TV
83262019-08-01 Tom de Vries <tdevries@suse.de>
8327
8328 PR testsuite/24863
8329 * gdb.base/structs.exp: Fix check-read1 timeout using
8330 gdb_test_sequence.
8331 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
8332
117eb594
TV
83332019-08-01 Tom de Vries <tdevries@suse.de>
8334
8335 PR testsuite/24863
8336 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
8337 line.
8338
ed591340
TV
83392019-08-01 Tom de Vries <tdevries@suse.de>
8340
8341 PR testsuite/24863
8342 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
8343
aa3b6533
TT
83442019-07-30 Tom Tromey <tromey@adacore.com>
8345
8346 * gdb.ada/display_nested.exp: New file.
8347 * gdb.ada/display_nested/foo.adb: New file.
8348 * gdb.ada/display_nested/pack.adb: New file.
8349 * gdb.ada/display_nested/pack.ads: New file.
8350
2906593f
CB
83512019-07-30 Christian Biesinger <cbiesinger@google.com>
8352
8353 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
8354 namespace.
8355 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
8356
0f575925
TV
83572019-07-30 Tom de Vries <tdevries@suse.de>
8358
8359 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
8360 instead.
8361
b13057d9
TV
83622019-07-30 Tom de Vries <tdevries@suse.de>
8363
8364 PR testsuite/24834
8365 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
8366 (exec_is_pie): New proc.
8367
5c4dde85
CB
83682019-07-29 Christian Biesinger <cbiesinger@google.com>
8369
8370 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
8371
c620ed88
CB
83722019-07-29 Christian Biesinger <cbiesinger@google.com>
8373
8374 * gdb.python/py-objfile.c: Add global and static vars.
8375 * gdb.python/py-objfile.exp: Test new functions Objfile.
8376 lookup_global_symbol and lookup_static_symbol.
8377
3d235706
TT
83782019-07-29 Tom Tromey <tom@tromey.com>
8379
8380 * lib/tuiterm.exp (Term::_csi_@): New proc.
8381 (Term::_csi_X): Don't move cursor.
8382
c7e4c0a6
PW
83832019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8384
8385 * gdb.base/options.exp: Update backtrace - completion to
8386 new option -frame-info.
8387 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
8388 Test new 'set print frame-info'. Test backtrace -frame-info
8389 overriding 'set print frame-info'.
8390 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
8391 Test new 'set print frame-info'.
8392 Verify consistency of backtrace with and without filters, with and
8393 without -no-filters.
8394 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
8395 default.
8396
de28a3b7
TV
83972019-07-29 Tom de Vries <tdevries@suse.de>
8398
8399 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
8400 no arguments".
8401
507dd60e
TV
84022019-07-29 Tom de Vries <tdevries@suse.de>
8403
8404 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
8405 is a substring of the first for "complete non-unique file name".
8406
5beafce9
TV
84072019-07-29 Tom de Vries <tdevries@suse.de>
8408
8409 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
8410 with ".*".
8411
2d274232
TV
84122019-07-29 Tom de Vries <tdevries@suse.de>
8413
8414 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
8415 Pass prompt_regexp parameter to gdb_test_multiple calls.
8416
9197cd8b
TV
84172019-07-29 Tom de Vries <tdevries@suse.de>
8418
8419 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 8420 print registers" regexps.
9197cd8b 8421
b528dae0
TV
84222019-07-29 Tom de Vries <tdevries@suse.de>
8423
8424 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
8425
d17725d7
TV
84262019-07-29 Tom de Vries <tdevries@suse.de>
8427
8428 PR gdb/24855
8429 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
8430 (skip_python_tests_prompt): Add prompt_regexp argument to
8431 gdb_test_multiple calls.
8432
52b75bf1
TT
84332019-07-27 Tom Tromey <tom@tromey.com>
8434
8435 * gdb.tui/main.exp: New file.
8436
2b1d00c2
TT
84372019-07-27 Tom Tromey <tom@tromey.com>
8438
8439 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
8440 optional.
8441 * gdb.tui/empty.exp: New file.
8442
ded631d5
TT
84432019-07-27 Tom Tromey <tom@tromey.com>
8444
8445 * lib/tuiterm.exp (spawn): New proc.
8446 (Term::resize): New proc.
8447 * gdb.tui/resize.exp: New file.
8448
58ac439d
TT
84492019-07-27 Tom Tromey <tom@tromey.com>
8450
8451 * gdb.tui/list.exp: New file.
8452
fe1f56ee
TT
84532019-07-27 Tom Tromey <tom@tromey.com>
8454
8455 * gdb.tui/regs.exp: New file.
8456
f790b310
TT
84572019-07-27 Tom Tromey <tom@tromey.com>
8458
8459 * gdb.tui/basic.exp: Add "layout split" test.
8460
d95fc6ee
TT
84612019-07-27 Tom Tromey <tom@tromey.com>
8462
8463 * gdb.tui/basic.exp: Add "layout asm" test.
8464
c3786b3a
TT
84652019-07-27 Tom Tromey <tom@tromey.com>
8466
8467 * lib/tuiterm.exp: New file.
8468 * gdb.tui/basic.exp: New file.
8469
98a617f8
KB
84702019-07-27 Kevin Buettner <kevinb@redhat.com>
8471
8472 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
8473 Enable tests associated with this flag. Adjust regex
8474 referencing "foo_low" to now refer to "foo_cold" instead.
8475
5c076da4
KB
84762019-07-27 Kevin Buettner <kevinb@redhat.com>
8477
8478 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
8479 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
8480 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
8481 foo_cold. Revise comments to match.
8482 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
8483 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
8484 were wrapped into this proc; Call do_test in loop from outermost
8485 level.
8486 (foo_low): Rename all occurrences to "foo_cold".
8487 (backtrace from baz): New test.
8488 (x2/i foo_cold): New test.
8489 (info line *foo_cold): New test.
8490
1512d3b7
TV
84912019-07-26 Tom de Vries <tdevries@suse.de>
8492
8493 * gdb.arch/i386-pkru.exp: Fix unterminated string.
8494
297989a1
TV
84952019-07-25 Tom de Vries <tdevries@suse.de>
8496
8497 PR testsuite/24830
8498 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
8499 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
8500 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
8501 (skip_libstdcxx_probe_tests): ... here.
8502 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
8503
b3b965fb
TV
85042019-07-24 Tom de Vries <tdevries@suse.de>
8505
8506 PR testsuite/24807
8507 * gdb.objc/basicclass.m: Include stdio.h.
8508 * gdb.objc/nondebug.m: Same.
8509 * gdb.objc/objcdecode.m: Same.
8510
4625b4d0
TV
85112019-07-24 Tom de Vries <tdevries@suse.de>
8512
8513 PR testsuite/24612
8514 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
8515 additional_flags.
8516
024a5840
TV
85172019-07-24 Tom de Vries <tdevries@suse.de>
8518
8519 PR testsuite/24831
8520 * gdb.multi/tids.exp: Update error messages for info threads.
8521
c76ddaa3
TV
85222019-07-24 Tom de Vries <tdevries@suse.de>
8523
8524 * gdb.base/info-types.exp: Allow info types to print info for more than
8525 one file.
8526
9a618ef6
TV
85272019-07-23 Tom de Vries <tdevries@suse.de>
8528
8529 PR testsuite/24842
8530 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
8531 gdb_spawn_with_cmdline_opts.
8532
40eadf04
SP
85332019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
8534
8535 * gdb.arch/arm-cmse-sgstubs.c: New test.
8536 * gdb.arch/arm-cmse-sgstubs.exp: New file.
8537
5ba29434
TV
85382019-07-23 Tom de Vries <tdevries@suse.de>
8539
8540 PR testsuite/24711
8541 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
8542 issuing next command.
8543
a8e9d247
AB
85442019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8545
8546 * gdb.ada/info_auto_lang.exp: Update expected results.
8547 * gdb.base/info-types.c: Add additional types to check.
8548 * gdb.base/info-types.exp: Update expected results.
8549
eb86c5e2
AB
85502019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8551
8552 * gdb.base/info-types.c: New file.
8553 * gdb.base/info-types.exp: New file.
8554
01e175fe
AB
85552019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
8556
8557 * gdb.arch/riscv-bp-infcall.c: New file.
8558 * gdb.arch/riscv-bp-infcall.exp: New file.
8559
6b78c3f8
AB
85602019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8561
8562 PR breakpoints/24541
8563 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
8564
da738167
TV
85652019-07-14 Tom de Vries <tdevries@suse.de>
8566
8567 PR testsuite/24760
8568 * gdb.objc/basicclass.exp: Fix unterminated string.
8569
0d4e84ed
AB
85702019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
8571 Andrew Burgess <andrew.burgess@embecosm.com>
8572
8573 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
8574 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
8575 negative bounds.
8576 * gdb.fortran/vla-value.exp: Print elements of an array with
8577 negative bounds.
8578 * gdb.fortran/vla.f90: Setup an array with negative bounds for
8579 testing.
8580
021d8588
AB
85812019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
8582
8583 * gdb.base/options.exp (expect_string): Dequote strings in
8584 results.
8585 (test-string): Test strings with different quoting and reindent.
8586
f06f1252
TT
85872019-07-10 Tom Tromey <tromey@adacore.com>
8588
8589 * gdb.ada/mi_ex_cond.exp: Update expected results.
8590 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8591 * gdb.ada/mi_catch_ex.exp: Update expected results.
8592 * gdb.ada/mi_catch_assert.exp: Update expected results.
8593 * gdb.ada/catch_ex.exp (catch_exception_info)
8594 (catch_exception_entry, catch_assert_entry)
8595 (catch_unhandled_entry): Update.
8596 * gdb.ada/catch_assert_if.exp: Update expected results.
8597
b863685d
RB
85982019-07-10 Richard Bunt <richard.bunt@arm.com>
8599 Stephen Roberts <stephen.roberts@arm.com>
8600
8601 * gdb.base/define.exp: Restore original prompt.
8602
cb1e4e32
PA
86032019-07-09 Pedro Alves <palves@redhat.com>
8604
8605 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8606 breakpoints" output.
8607 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8608 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8609 throw" creates breakpoint.
8610 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8611 'type="catchpoint"'.
8612
b58a68fe
PA
86132019-07-09 Pedro Alves <palves@redhat.com>
8614
8615 PR c++/15468
8616 * gdb.cp/except-multi-location-lib.cc: New.
8617 * gdb.cp/except-multi-location-main.cc: New.
8618 * gdb.cp/except-multi-location.exp: New.
8619
0826779b
PW
86202019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8621
8622 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8623 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8624 argument and update callers.
8625
5b0e2db4
AB
86262019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8627
8628 * gdb.arch/amd64-break-on-asm-line.S: New file.
8629 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8630
1f6f6e21
PW
86312019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8632
8633 * gdb.base/printcmds.exp: Test printing C string and
8634 C wide string convenience vars without transiting via the inferior.
8635 Also make test names unique.
8636
ea142fbf
AH
86372019-07-08 Alan Hayward <alan.hayward@arm.com>
8638
5862c886 8639 PR breakpoints/25011
ea142fbf
AH
8640 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8641
213fd9fa
PA
86422019-07-04 Pedro Alves <palves@redhat.com>
8643
8644 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8645 body returned ok(0), break(3) or continue(4).
8646 * gdb.testsuite/foreach_with_prefix.exp: New file.
8647
2b40fda7
AH
86482019-07-04 Alan Hayward <alan.hayward@arm.com>
8649
8650 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8651
a26c8de0
PA
86522019-07-03 Pedro Alves <palves@redhat.com>
8653
8654 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8655 "return -code".
8656
5f4ba3e7
PA
86572019-07-03 Pedro Alves <palves@redhat.com>
8658
8659 PR cli/24732
8660 * gdb.base/shell.exp: Load completion-support.exp.
8661 Adjust expected error output. Add completion tests.
8662
a994424f
PA
86632019-07-03 Pedro Alves <palves@redhat.com>
8664
8665 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8666 string_to_regexp.
8667
3d9be6f5
PA
86682019-07-03 Pedro Alves <palves@redhat.com>
8669
8670 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8671 (expect_integer): Adjust to expect "-string".
8672 (expect_string): New.
8673 (all_options): Expect "-string".
8674 (test-flag, test-boolean): Adjust to expect "-string".
8675 (test-string): New proc.
8676 (top level): Call it.
8677
41fc454c
PA
86782019-07-03 Pedro Alves <palves@redhat.com>
8679
8680 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8681 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8682 the expected output in the success.
8683
b2b2a215
PA
86842019-07-03 Pedro Alves <palves@redhat.com>
8685
8686 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8687 Split one gdb_test_multiple call in two to avoid a race.
8688
fdbc9870
PA
86892019-07-03 Pedro Alves <palves@redhat.com>
8690
8691 * gdb.base/with.c: New file.
8692 * gdb.base/with.exp: New file.
8693
c6ac8931
PA
86942019-07-03 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.base/settings.exp: Replace all references to "maint
8697 test-settings set" with references to "maint set test-settings",
8698 and all references to "maint test-settings show" with references
8699 to "maint show test-settings".
8700
970f9d09
PA
87012019-07-03 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.base/settings.exp (test-string): Adjust expected out when
8704 testing "maint test-settings show filename"
8705
54d66006
PA
87062019-07-02 Pedro Alves <palves@redhat.com>
8707
8708 * gdb.base/options.exp (test-info-threads): New procedure.
8709 (top level): Call it.
8710
10d06d82
TT
87112019-06-28 Tom Tromey <tromey@adacore.com>
8712
8713 * gdb.dwarf2/ada-linkage-name.c: New file.
8714 * gdb.dwarf2/ada-linkage-name.exp: New file.
8715
3d507ff2
TT
87162019-06-27 Tom Tromey <tromey@adacore.com>
8717
d039f014 8718 PR c++/20020:
3d507ff2
TT
8719 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8720
8af58ffe
TV
87212019-06-26 Tom de Vries <tdevries@suse.de>
8722
8723 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8724
22e21752
TV
87252019-06-26 Tom de Vries <tdevries@suse.de>
8726
8727 * gdb.base/index-cache.exp: Add back missing debug option.
8728
b65b566c
PW
87292019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8730
8731 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8732
5c2c8c69
TV
87332019-06-25 Tom de Vries <tdevries@suse.de>
8734
8735 PR testsuite/24727
8736 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8737
164e3873
TV
87382019-06-24 Tom de Vries <tdevries@suse.de>
8739
8740 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8741
824eacee
TV
87422019-06-24 Tom de Vries <tdevries@suse.de>
8743
8744 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8745 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8746 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8747
385b97d3
TV
87482019-06-24 Tom de Vries <tdevries@suse.de>
8749
8750 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8751
c596f180
TV
87522019-06-21 Tom de Vries <tdevries@suse.de>
8753
8754 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8755
b13a7d03
TV
87562019-06-21 Tom de Vries <tdevries@suse.de>
8757
8758 PR testsuite/24518
8759 PR ada/24713
8760 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8761 index.
8762
899277ae
TT
87632019-06-19 Tom Tromey <tromey@adacore.com>
8764
8765 * gdb.ada/length_cond.exp: Add intro comment.
8766
680e1bee
TT
87672019-06-19 Tom Tromey <tromey@adacore.com>
8768
8769 * gdb.ada/length_cond.exp: New file.
8770 * gdb.ada/length_cond/length_cond.adb: New file.
8771 * gdb.ada/length_cond/pck.adb: New file.
8772 * gdb.ada/length_cond/pck.ads: New file.
8773
0ed4690a
TV
87742019-06-18 Tom de Vries <tdevries@suse.de>
8775
8776 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8777
d20ed5fd
TT
87782019-06-18 Tom Tromey <tromey@adacore.com>
8779
8780 * gdb.base/list0.h: Add comment explaining control character.
8781
86e04673
TV
87822019-06-18 Tom de Vries <tdevries@suse.de>
8783
8784 * boards/fission.exp: Break up long debug_flags line.
8785
c4973306
SM
87862019-06-16 Tom de Vries <tdevries@suse.de>
8787
8788 PR gdb/24445
8789 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8790 generated index.
8791
93cb9841
AB
87922019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8793
8794 PR gdb/24686
8795 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8796 improve detection of bug gdb/24541.
8797
399aaebd
SM
87982019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8799
8800 PR gdb/24669
8801 * gdb.base/index-cache.exp (uses_readnow,
8802 expecting_index_cache_use): Define global variable.
8803 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8804 expecting_index_cache_use.
8805
584a927c
AB
88062019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8807 Andrew Burgess <andrew.burgess@embecosm.com>
8808
8809 * gdb.fortran/pointers.f90: New file.
8810 * gdb.fortran/print_type.exp: New file.
8811 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8812 * gdb.fortran/vla-type.exp: Likewise.
8813 * gdb.fortran/vla-value.exp: Likewise.
8814 * gdb.mi/mi-vla-fortran.exp: Likewise.
8815
30056ea0
AB
88162019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8817
8818 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8819 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8820 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8821 as a stop reason.
8822
ec8e2b6d
AB
88232019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8824
8825 * gdb.base/annota1.exp: Update expected results.
8826 * gdb.cp/annota2.exp: Likewise.
8827 * gdb.cp/annota3.exp: Likewise.
8828
09e4c4e1
AB
88292019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8830
8831 * gdb.base/style-logging.exp: Remove path from test name.
8832
0735b091
TT
88332019-06-14 Tom Tromey <tromey@adacore.com>
8834
8835 PR gdb/24502:
8836 * gdb.base/style-logging.exp: New file.
8837
f5686554
TT
88382019-06-14 Tom Tromey <tromey@adacore.com>
8839
8840 * gdb.base/symfile-warn.exp: New file.
8841 * gdb.base/symfile-warn.c: New file.
8842
a0c1ffed
TT
88432019-06-14 Tom Tromey <tromey@adacore.com>
8844
8845 * gdb.base/annotate-symlink.exp: New file.
8846
f411722c
TT
88472019-06-14 Tom Tromey <tromey@adacore.com>
8848
8849 * gdb.ada/set_wstr.exp: Add reassignment test.
8850
4268ec18
TT
88512019-06-14 Tom Tromey <tromey@adacore.com>
8852
8853 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8854 'unchecked_access and 'unrestricted_access as well.
8855
9a9e394b
TT
88562019-06-14 Tom Tromey <tromey@adacore.com>
8857
8858 PR ada/24539:
8859 * gdb.ada/vla.exp: Update tests.
8860 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8861 pragma.
8862
4c048731
PA
88632019-06-13 Pedro Alves <palves@redhat.com>
8864
8865 * gdb.base/settings.exp (test-integer): Test junk after
8866 "unlimited".
8867
6665660a
PA
88682019-06-13 Pedro Alves <palves@redhat.com>
8869
8870 * gdb.base/options.exp (test-thread-apply): New.
8871 (top level): Call it.
8872
5d707134
PA
88732019-06-13 Pedro Alves <palves@redhat.com>
8874
8875 * gdb.base/options.exp (test-frame-apply): New.
8876 (top level): Test print commands with different "frame apply"
8877 prefixes.
8878
e2a689da
PA
88792019-06-13 Pedro Alves <palves@redhat.com>
8880
e79be6e5 8881 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
8882 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8883 'max_completions' parameter and handle it.
8884 (test_gdb_completion_offers_commands): New.
8885
90a1ef87
PA
88862019-06-13 Pedro Alves <palves@redhat.com>
8887
8888 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8889
d4c16835
PA
88902019-06-13 Pedro Alves <palves@redhat.com>
8891
8892 * gdb.base/options.exp (test-backtrace): New.
8893 (top level): Call it.
8894
2daf894e
PA
88952019-06-13 Pedro Alves <palves@redhat.com>
8896
8897 * gdb.guile/scm-frame-args.exp: Use "set print
8898 raw-frame-arguments" instead of "set print raw frame-arguments".
8899 * gdb.python/py-frame-args.exp: Likewise.
8900
e6ed716c
PA
89012019-06-13 Pedro Alves <palves@redhat.com>
8902
8903 * gdb.compile/compile.exp: Adjust expected output to option
8904 processing changes.
8905
7d8062de
PA
89062019-06-13 Pedro Alves <palves@redhat.com>
8907
8908 * gdb.base/options.exp: Build executable.
8909 (test-print): New procedure.
8910 (top level): Call it, once for "print" and another for "compile
8911 print".
8912
9d0faba9
PA
89132019-06-13 Pedro Alves <palves@redhat.com>
8914
8915 * gdb.base/options.c: New file.
8916 * gdb.base/options.exp: New file.
8917
dee7b4c8
PA
89182019-06-13 Pedro Alves <palves@redhat.com>
8919
8920 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8921 that "o" is ambiguous.
8922
dca0f6c0
PA
89232019-06-13 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.base/settings.c: New file.
8926 * gdb.base/settings.exp: New file.
8927
ccf46844
PA
89282019-06-13 Pedro Alves <palves@redhat.com>
8929
8930 * gdb.base/completion.exp: Fix comment typo.
8931
b9a3f842
PA
89322019-06-13 Pedro Alves <palves@redhat.com>
8933
8934 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8935 foo --1" test.
8936
d106773e
PA
89372019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8938
8939 * gdb.fortran/block-data.f: New.
8940 * gdb.fortran/block-data.exp: New.
8941
fea82da0
TV
89422019-06-11 Tom de Vries <tdevries@suse.de>
8943
8944 PR testsuite/24521
8945 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8946 message.
8947
8c2e74f1
TV
89482019-06-11 Tom de Vries <tdevries@suse.de>
8949
8950 PR testsuite/24521
8951 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8952
b49851c8
TV
89532019-06-11 Tom de Vries <tdevries@suse.de>
8954
8955 * boards/readnow.exp: New file.
8956
a7067863
AB
89572019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8958
8959 * gdb.fortran/vla-sizeof.exp: Update expected results.
8960
1a3da2cd
AB
89612019-06-06 Amos Bird <amosbird@gmail.com>
8962
8963 * gdb.base/annota1.exp (thread_switch): Add test for
8964 thread-exited annotation.
8965
3847a7bf
TT
89662019-06-06 Tom Tromey <tromey@adacore.com>
8967
8968 * gdb.base/maint.exp: Expect command started/finished output.
8969
0088ba59
AB
89702019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8971
8972 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8973 comment.
8974 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8975
312617a3
AB
89762019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8977
8978 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8979 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8980 * gdb.arch/riscv-unwind-long-insn.c: New file.
8981 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8982
e1f2e1a2
CB
89832019-06-04 Christian Biesinger <cbiesinger@google.com>
8984
d3238f7d 8985 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 8986
206584bd
PW
89872019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8988
8989 * lib/gdb.exp (help_list_trailer): New regexp variable
8990 factorizing the help trailer message.
8991 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8992 arg to allow to better factorize various tests.
8993 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8994 (test_prefix_command_help): Use help_list_trailer.
8995 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8996 * gdb.guile/scm-cmd.exp: Likewise.
8997 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8998 * gdb.base/help.exp: Use test_user_defined_class_help.
8999 * gdb.base/style.exp: Add tests for styling of help and apropos.
9000 * lib/gdb-utils.exp (style): Add title and highlight styles.
9001
708dc93e
PW
90022019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9003
9004 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
9005 $_shell_exitsignal.
9006 * gdb.base/default.exp: Update for new convenience variables.
9007
f49055a5
TT
90082019-05-29 Tom Tromey <tromey@adacore.com>
9009
9010 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
9011 to "break complete ada" test case's regexp.
9012
4330d61d
TT
90132019-05-29 Tom Tromey <tromey@adacore.com>
9014
9015 PR c++/20020:
9016 * gdb.cp/constexpr-field.exp: New file.
9017 * gdb.cp/constexpr-field.cc: New file.
9018
000439d5
TT
90192019-05-29 Tom Tromey <tromey@adacore.com>
9020
9021 * gdb.base/finish.exp (finish_no_print): New proc.
9022 (finish_tests): Call it.
9023
5a01c34c
TV
90242019-05-24 Tom de Vries <tdevries@suse.de>
9025
9026 * gdb.dwarf2/gdb-add-index.exp: New file.
9027
18125b16
TT
90282019-05-22 Tom Tromey <tromey@adacore.com>
9029
9030 * gdb.base/info-shared.exp (check_info_shared): Use "style".
9031 * gdb.base/style.exp: Use "style".
9032 * lib/gdb-utils.exp (style): New proc.
9033
af1a8d03
TV
90342019-05-22 Tom de Vries <tdevries@suse.de>
9035
9036 * gdb.base/align.exp: Require c++11.
9037
e7fe496b
TV
90382019-05-22 Tom de Vries <tdevries@suse.de>
9039
9040 PR testsuite/24586
9041 * gdb.python/py-mi-var-info-path-expression.exp: Call
9042 mi_skip_python_tests to check if python is supported.
9043
8fca4da0
AH
90442019-05-22 Alan Hayward <alan.hayward@arm.com>
9045
9046 * gdb.arch/aarch64-pauth.c: New test.
9047 * gdb.arch/aarch64-pauth.exp: New file.
9048
b7060614
AH
90492019-05-22 Alan Hayward <alan.hayward@arm.com>
9050
9051 * README (Re-running Tests Outside The Testsuite): New section.
9052
669d0468
TV
90532019-05-21 Tom de Vries <tdevries@suse.de>
9054
9055 * gdb.arch/amd64-eval.exp: Require c++11.
9056 * gdb.base/max-depth.exp: Same.
9057 * gdb.compile/compile-cplus-array-decay.exp: Same.
9058 * gdb.cp/meth-typedefs.exp: Same.
9059 * gdb.cp/subtypes.exp: Same.
9060 * gdb.cp/temargs.exp: Same.
9061
ce3ebcaa
AH
90622019-05-21 Alan Hayward <alan.hayward@arm.com>
9063
9064 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
9065
34d11c68
AB
90662019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9067
9068 PR gdb/18644
9069 * gdb.fortran/complex.exp: Remove setup_kfail calls.
9070 * gdb.fortran/printing-types.exp: Add new test.
9071 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
9072 testing.
9073 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
9074 setup_kfail call.
9075
87781e84
AH
90762019-05-17 Alan Hayward <alan.hayward@arm.com>
9077
9078 * README (Running the Testsuite): Change example.
9079 (Testsuite Parameters): Remove TRANSCRIPT.
9080 * lib/gdb.exp: Remove TRANSCRIPT check.
9081
b420b89e
AH
90822019-05-17 Alan Hayward <alan.hayward@arm.com>
9083
9084 * README (Testsuite Parameters): Add replay logging to
9085 GDBSERVER_DEBUG.
9086 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
9087 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
9088 as a comma separated list.
9089 (gdb_debug_init): Override procedure.
9090
408e9b8b
AH
90912019-05-17 Alan Hayward <alan.hayward@arm.com>
9092
9093 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
9094 (gdb_write_cmd_file): New procedure.
9095 * lib/gdbserver-support.exp (gdbserver_start): Call
9096 gdbserver_write_cmd_file.
9097 (gdbserver_write_cmd_file): New procedure.
9098
f9e2e39d
AH
90992019-05-17 Alan Hayward <alan.hayward@arm.com>
9100
9101 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
9102 (delete_breakpoints): Likewise.
9103 (gdb_run_cmd): Likewise.
9104 (gdb_start_cmd): Likewise.
9105 (gdb_starti_cmd): Likewise.
9106 (gdb_internal_error_resync): Likewise.
9107 (gdb_test_multiple): Likewise.
9108 (gdb_reinitialize_dir): Likewise.
9109 (default_gdb_exit): Likewise.
9110 (gdb_file_cmd): Mark kill as optional.
9111 (default_gdb_start): Call gdb_stdin_log_init.
9112 (send_gdb): Call gdb_stdin_log_write.
9113 (rerun_to_main): Mark Y as an answer.
9114 (gdb_stdin_log_init): New function.
9115 (gdb_stdin_log_write): Likewise.
9116
81f47ac2
AH
91172019-05-17 Alan Hayward <alan.hayward@arm.com>
9118
9119 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
9120 * gdb.base/debug-expr.exp: Likewise.
9121 * gdb.base/foll-fork.exp: Likewise.
9122 * gdb.base/foll-vfork.exp: Likewise.
9123 * gdb.base/fork-print-inferior-events.exp: Likewise.
9124 * gdb.base/gdb-sigterm.exp: Likewise.
9125 * gdb.base/gdbinit-history.exp: Likewise.
9126 * gdb.base/osabi.exp: Likewise.
9127 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9128 * gdb.base/ui-redirect.exp: Likewise.
9129 * gdb.gdb/unittest.exp: Likewise.
9130 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
9131 * gdb.mi/mi-watch.exp: Likewise.
9132 * gdb.mi/new-ui-mi-sync.exp: Likewise.
9133 * gdb.mi/user-selected-context-sync.exp: Likewise.
9134 * gdb.python/python.exp: Disable debug test when debugging.
9135 * gdb.threads/check-libthread-db.exp: Disable when debugging.
9136 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
9137 Likewise.
9138 * gdb.threads/stepi-random-signal.exp: Likewise.
9139
29b52314
AH
91402019-05-17 Alan Hayward <alan.hayward@arm.com>
9141
9142 * Makefile.in: Pass through GDB_DEBUG.
9143 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
9144 (gdb,debug): Add board setting.
9145 * lib/gdb.exp (default_gdb_start): Start debugging.
9146 (gdb_debug_enabled): New procedure.
9147 (gdb_debug_init): Likewise.
29b52314
AH
9148
91492019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 9150
29b52314
AH
9151 * Makefile.in: Pass through GDB_DEBUG.
9152 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
9153 (gdb,debug): Add board setting.
9154 * lib/gdb.exp (default_gdb_start): Start debugging.
9155 (gdb_debug_enabled): New procedure.
9156 (gdb_debug_init): Likewise.
29b52314 9157
ca1285d1
AH
91582019-05-17 Alan Hayward <alan.hayward@arm.com>
9159
9160 * gdb.base/ui-redirect.exp: Add debug redirect tests.
9161
f3a09c80
AH
91622019-05-17 Alan Hayward <alan.hayward@arm.com>
9163
9164 * gdb.base/ui-redirect.exp: Test redirection.
9165
26648588
JV
91662019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9167
9168 * gdb.mi/mi-complete.exp: New file.
9169 * gdb.mi/mi-complete.cc: Likewise.
9170
14237686
AB
91712019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
9172
9173 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
9174 indexed and sliced arrays, and pointers to arrays.
9175
e7bd7fba
TT
91762019-05-14 Tom Tromey <tromey@adacore.com>
9177
9178 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
9179 styling test.
9180
2764128d
TV
91812019-05-14 Tom de Vries <tdevries@suse.de>
9182
9183 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
9184 selection entry encoding.
9185
71bed2db
TT
91862019-05-10 Tom Tromey <tromey@adacore.com>
9187
9188 * gdb.ada/info_exc.exp: Add "complete" test.
9189
63b667ad
TV
91902019-05-09 Tom de Vries <tdevries@suse.de>
9191
9192 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
9193 CU-relative.
9194
9cfd2b89
TV
91952019-05-09 Tom de Vries <tdevries@suse.de>
9196
9197 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
9198 CU-relative.
9199
2228ef77
XR
92002019-05-08 Joel Brobecker <brobecker@adacore.com>
9201
9202 * gdb.ada/frame_arg_lang.exp: New testcase.
9203 * gdb.ada/frame_arg_lang/bla.adb: New file.
9204 * gdb.ada/frame_arg_lang/pck.ads: New file.
9205 * gdb.ada/frame_arg_lang/pck.adb: New file.
9206 * gdb.ada/frame_arg_lang/foo.c: New file.
9207
80e55b13
TT
92082019-05-08 Tom Tromey <tromey@adacore.com>
9209
9210 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
9211
9d3421af
TT
92122019-05-08 Tom Tromey <tromey@adacore.com>
9213
9214 * gdb.base/ptype-offsets.exp: Update tests.
9215
844333e2
TT
92162019-05-08 Tom Tromey <tromey@adacore.com>
9217
9218 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
9219 cases.
9220 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
9221 "short".
9222
988915ee
TT
92232019-05-08 Tom Tromey <tromey@adacore.com>
9224
9225 * gdb.ada/vla.exp: New file.
9226 * gdb.ada/vla/vla.adb: New file.
9227
7bd55dac
TV
92282019-05-07 Tom de Vries <tdevries@suse.de>
9229
9230 * gdb.base/index-cache.exp (ls_host): Fix return statement.
9231
75f06e9d
TV
92322019-05-07 Tom de Vries <tdevries@suse.de>
9233
9234 PR testsuite/24522
9235 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
9236 section.
9237
77e7aaa4
TV
92382019-05-07 Tom de Vries <tdevries@suse.de>
9239
9240 PR testsuite/24522
9241 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
9242 .debug_aranges section.
9243
456ba0fa
TV
92442019-05-07 Tom de Vries <tdevries@suse.de>
9245
9246 PR testsuite/24159
9247 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
9248
5a56d6a6
TV
92492019-05-06 Tom de Vries <tdevries@suse.de>
9250
9251 * lib/gdb.exp (exec_has_index_section): New proc.
9252 * gdb.base/index-cache.exp: Handle case that binfile contains an index
9253 section.
9254
9d6d4be8
TV
92552019-05-04 Tom de Vries <tdevries@suse.de>
9256
9257 * boards/cc-with-debug-names.exp: New file.
9258
222a8d25
TT
92592019-05-03 Tom Tromey <tromey@adacore.com>
9260
9261 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
9262 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
9263 * gdb.ada/char_enum.exp: Add test.
9264
0fdfd794
TV
92652019-05-03 Tom de Vries <tdevries@suse.de>
9266
9267 * boards/cc-with-gdb-index.exp: New file.
9268
80062eb9
AB
92692019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
9270
9271 * gdb.rust/simple.exp: Add new test case.
9272 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
9273 (main): Initialise an instance of the new struct.
9274
4504bbde
TT
92752019-05-01 Tom Tromey <tromey@adacore.com>
9276
9277 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
9278 record.
9279 (NPR): New variable.
9280 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
9281 test.
9282
d48e62f4
TT
92832019-05-01 Tom Tromey <tromey@adacore.com>
9284
9285 * gdb.ada/packed_array_assign.exp: Add packed assignment
9286 regression test.
9287
f59f30f5
TV
92882019-05-01 Tom de Vries <tdevries@suse.de>
9289
9290 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
9291
b70bfc54
TV
92922019-05-01 Tom de Vries <tdevries@suse.de>
9293
9294 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
9295
15f18d14
AT
92962019-04-30 Ali Tamur <tamur@google.com>
9297
9298 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
9299
2ff0a947
TT
93002019-04-30 Tom Tromey <tromey@adacore.com>
9301
9302 * lib/ada.exp (find_ada_tool): New proc.
9303 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
9304 * gdb.ada/catch_ex_std.exp: New file.
9305 * gdb.ada/catch_ex_std/foo.adb: New file.
9306 * gdb.ada/catch_ex_std/some_package.adb: New file.
9307 * gdb.ada/catch_ex_std/some_package.ads: New file.
9308
a776957c
TT
93092019-04-30 Tom Tromey <tromey@adacore.com>
9310
9311 PR c++/24470:
9312 * gdb.cp/temargs.cc: Add test code from PR.
9313
bc68014d
AB
93142019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9315
9316 * gdb.fortran/vla-datatypes.exp: Update expected results.
9317 * gdb.fortran/vla-ptype.exp: Likewise.
9318 * gdb.fortran/vla-type.exp: Likewise.
9319 * gdb.fortran/vla-value.exp: Likewise.
9320
f1fdc960
AB
93212019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9322
9323 * gdb.fortran/ptr-indentation.exp: Update expected results.
9324 * gdb.fortran/ptype-on-functions.exp: Likewise.
9325 * gdb.fortran/vla-ptr-info.exp: Likewise.
9326 * gdb.fortran/vla-value.exp: Likewise.
9327
bf7a4de1
AB
93282019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9329
9330 * gdb.fortran/ptype-on-functions.exp: New file.
9331 * gdb.fortran/ptype-on-functions.f90: New file.
9332
bbe75b9d
AB
93332019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9334
9335 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
9336 case void string.
9337
1db455a7
AB
93382019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9339
9340 * gdb.fortran/complex.exp: Expand.
9341 * gdb.fortran/complex.f: Renamed to...
9342 * gdb.fortran/complex.f90: ...this, and extended to add more
9343 complex values.
9344
b6d03bb2
AB
93452019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9346
9347 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
9348 MODULO, CMPLX.
9349
2e62ab40
AB
93502019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9351 Richard Bunt <richard.bunt@arm.com>
9352
9353 * gdb.base/max-depth.c: New file.
9354 * gdb.base/max-depth.exp: New file.
9355 * gdb.python/py-nested-maps.c: New file.
9356 * gdb.python/py-nested-maps.exp: New file.
9357 * gdb.python/py-nested-maps.py: New file.
9358 * gdb.python/py-format-string.exp (test_max_depth): New proc.
9359 (test_all_common): Call test_max_depth.
9360 * gdb.fortran/max-depth.exp: New file.
9361 * gdb.fortran/max-depth.f90: New file.
9362 * gdb.go/max-depth.exp: New file.
9363 * gdb.go/max-depth.go: New file.
9364 * gdb.modula2/max-depth.exp: New file.
9365 * gdb.modula2/max-depth.c: New file.
9366 * lib/gdb.exp (get_print_expr_at_depths): New proc.
9367
d2b584a5
TV
93682019-04-29 Tom de Vries <tdevries@suse.de>
9369
9370 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
9371
136afab8
PW
93722019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9373
9374 * gdb.base/callexit.exp: Test may-call-functions off.
9375
725cbb63
KS
93762019-04-25 Keith Seitz <keiths@redhat.com>
9377
9378 PR c++/24367
9379 * gdb.cp/meth-typedefs.cc (incomplete_struct)
9380 (another_incomplete_struct, test_incomplete): New definitions.
9381 (main): Use new definitions.
9382 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
9383 functions.
9384
701adfb0
PA
93852019-04-25 Ali Tamur <tamur@google.com>
9386
9387 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9388
82433e3e
SDJ
93892019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9390
9391 PR corefiles/11608
9392 PR corefiles/18187
9393 * gdb.base/coredump-filter-build-id.exp: New file.
9394
dd06d4d6
AH
93952019-04-25 Alan Hayward <alan.hayward@arm.com>
9396
e79be6e5
SM
9397 * Makefile.in: Pass through GDBSERVER_DEBUG.
9398 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
9399 (gdbserver,debug): Add board setting.
9400 * gdb.trace/tspeed.exp: Skip when debugging.
9401 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
9402 * lib/gdbserver-support.exp: Likewise
dd06d4d6 9403
1670072e
TT
94042019-04-24 Tom Tromey <tromey@adacore.com>
9405
9406 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
9407 Rust.
9408
a59240a4
TT
94092019-04-24 Tom Tromey <tromey@adacore.com>
9410
9411 * gdb.arch/amd64-eval.exp: Test bitfield return.
9412 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
9413 (class Foo) <return_bitfields>: New method.
9414 (main): Call it.
9415
b907456c
AB
94162019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9417
9418 * gdb.cp/many-args.cc: New file.
9419 * gdb.cp/many-args.exp: New file.
9420
5c565afd
TV
94212019-04-23 Tom de Vries <tdevries@suse.de>
9422
9423 PR gdb/24433
9424 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
9425
ba22ff86
AH
94262019-04-23 Alan Hayward <alan.hayward@arm.com>
9427
9428 * gdb.trace/backtrace.exp: Use nopie flag.
9429 * gdb.trace/circ.exp: Likewise.
9430 * gdb.trace/collection.exp: Likewise.
9431 * gdb.trace/ftrace.exp: Likewise.
9432 * gdb.trace/mi-trace-unavailable.exp: Likewise.
9433 * gdb.trace/mi-traceframe-changed.exp: Likewise.
9434 * gdb.trace/qtro.exp: Likewise.
9435 * gdb.trace/read-memory.exp: Likewise.
9436 * gdb.trace/report.exp: Likewise.
9437 * gdb.trace/tfile.exp: Likewise.
9438 * gdb.trace/tfind.exp: Likewise.
9439 * gdb.trace/unavailable.exp: Likewise.
9440
7905fc35
PA
94412019-04-22 Pedro Alves <palves@redhat.com>
9442
9443 * gdb.base/solib-probes-nosharedlibrary.c,
9444 gdb.base/solib-probes-nosharedlibrary.exp: New files.
9445
8ecb59f8
TT
94462019-04-19 Tom Tromey <tromey@adacore.com>
9447
9448 * gdb.ada/ptype_union.c: New file.
9449 * gdb.ada/ptype_union.exp: New file.
9450
62160ec9
TT
94512019-04-19 Tom Tromey <tromey@adacore.com>
9452
9453 PR symtab/24423:
9454 * gdb.base/list0.h (foo): Add a control-l character.
9455
36cd4ba5
TV
94562019-04-18 Tom de Vries <tdevries@suse.de>
9457
9458 PR gdb/24433
9459 * boards/local-board.exp: Set sysroot to "".
9460
b73715df
TV
94612019-04-18 Tom de Vries <tdevries@suse.de>
9462 Pedro Alves <palves@redhat.com>
9463
9464 PR gdb/24454
9465 * gdb.threads/vfork-follow-child-exec.c: New file.
9466 * gdb.threads/vfork-follow-child-exec.exp: New file.
9467 * gdb.threads/vfork-follow-child-exit.c: New file.
9468 * gdb.threads/vfork-follow-child-exit.exp: New file.
9469
4aa866af
LS
94702019-04-15 Leszek Swirski <leszeks@google.com>
9471
9472 * gdb.arch/amd64-eval.cc: New file.
9473 * gdb.arch/amd64-eval.exp: New file.
9474
e5a1a79a
AH
94752019-04-11 Alan Hayward <alan.hayward@arm.com>
9476
9477 * gdb.server/sysroot.c: New test.
9478 * gdb.server/sysroot.exp: New file.
9479 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
9480 matching param.
9481
41077b66
AB
94822019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9483
9484 * gdb.base/align.exp: Extend test to cover structures containing
9485 only static fields.
9486
c30391f8
TV
94872019-04-11 Tom de Vries <tdevries@suse.de>
9488
9489 * boards/cc-with-dwz-m.exp: New file.
9490 * boards/cc-with-dwz.exp: New file.
9491 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
9492
e242fd12
SM
94932019-04-09 Simon Marchi <simon.marchi@efficios.com>
9494
9495 * gdb.base/start-cpp.exp: New file.
9496 * gdb.base/start-cpp.cc: New file.
9497
2b0c8b01
KB
94982019-04-08 Kevin Buettner <kevinb@redhat.com>
9499
9500 * gdb.python/py-thrhandle.exp: Adjust tests to call
9501 thread_from_handle instead of thread_from_thread_handle.
9502
947210e5
KB
95032019-04-08 Kevin Buettner <kevinb@redhat.com>
9504
9505 * gdb.python/py-thrhandle.exp: Add tests for
9506 gdb.InferiorThread.handle.
9507
d7df6549
AB
95082019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9509
9510 * gdb.python/py-function.exp: Check calling helper function from
9511 all languages.
9512 * lib/gdb.exp (gdb_supported_languages): New proc.
9513
8bdc1658
AB
95142019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9515
9516 * gdb.base/complex-parts.c: New file.
9517 * gdb.base/complex-parts.exp: New file.
9518
05caa1d2
TT
95192019-04-01 Tom Tromey <tromey@adacore.com>
9520
9521 PR symtab/23331:
9522 * gdb.dwarf2/dw2-ranges-main.c: New file.
9523 * gdb.dwarf2/dw2-ranges-psym.c: New file.
9524 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
9525
7734102d
EZ
95262019-03-30 Simon Marchi <simark@simark.ca>
9527
9528 * gdb.base/default.exp: Add values for $_gdb_major and
9529 $_gdb_minor.
9530
188e1fa9
TT
95312019-03-29 Tom Tromey <tromey@adacore.com>
9532
9533 * gdb.base/help.exp: Tighten apropos regexp.
9534
2880242d
KS
95352019-03-29 Keith Seitz <keiths@redhat.com>
9536
9537 * gdb.fortran/array-bounds.exp: New file.
9538 * gdb.fortran/array-bounds.f90: New file.
9539
077cad8e
PW
95402019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9541
9542 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
9543
80047cfc
PW
95442019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9545
9546 * gdb.multi/hello.c (main): Increase alarm timer.
9547
f489207e
SL
95482019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9549
9550 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
9551 factor when no hardware watchpoint support.
9552
c92df149
AH
95532019-03-28 Alan Hayward <alan.hayward@arm.com>
9554 Pedro Alves <palves@redhat.com>
9555
9556 * boards/local-board.exp: set sysroot to /.
9557
933aebfa
AH
95582019-03-27 Alan Hayward <alan.hayward@arm.com>
9559
9560 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
9561 in child.
9562
9f9aa852
AB
95632019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9564
9565 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
9566 field.
9567 (make_container): Initialise new field.
9568 * gdb.python/py-prettyprint.exp: Add new tests.
9569 * gdb.python/py-prettyprint.py (class ContainerPrinter)
9570 <display_hint>: New method.
9571
3714a195
AB
95722019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9573
9574 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
9575 gdb_continue_to_breakpoint more throughout this test.
9576 (run_lang_tests) Supply unique test names, and use
9577 gdb_test_no_output.
9578
18c77628
AB
95792019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9580
9581 * gdb.base/finish-pretty.exp: Update expected results.
9582 * gdb.base/pretty-print.c: New file.
9583 * gdb.base/pretty-print.exp: New file.
9584
9a93502f
PA
95852019-03-25 Pedro Alves <palves@redhat.com>
9586
9587 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9588 move comments outside list. Append '-i "" eof' section.
9589
968aa7ae
AH
95902019-03-22 Alan Hayward <alan.hayward@arm.com>
9591
34a7f2a4 9592 PR testsuite/25016
968aa7ae
AH
9593 * README: Add pie options.
9594 * gdb.base/break-interp.exp: Ensure pie is disabled.
9595 * gdb.base/dump.exp: Likewise.
9596 * lib/gdb.exp (gdb_compile): Add pie option.
9597
4c7d57e7
TT
95982019-03-19 Tom Tromey <tromey@adacore.com>
9599
9600 * gdb.mi/mi2-cli-display.c: New file.
9601 * gdb.mi/mi2-cli-display.exp: New file.
9602
bff8c71f
TT
96032019-03-18 Joel Brobecker <brobecker@adacore.com>
9604 Tom Tromey <tromey@adacore.com>
9605
9606 * gdb.ada/ptype_array/pck.adb: New file.
9607 * gdb.ada/ptype_array/pck.ads: New file.
9608 * gdb.ada/ptype_array/foo.adb: New file.
9609 * gdb.ada/ptype_array.exp: New file.
9610
d085f989
TT
96112019-03-14 Tom Tromey <tromey@adacore.com>
9612
9613 * gdb.base/style.exp: Add "set style sources" test.
9614
b4be1b06
SM
96152019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9616
9617 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9618 * mi-breakpoint-multiple-locations.exp: ... this.
9619 (make_breakpoints_pattern): New proc.
9620 (do_test): Add mi_version parameter, test -break-insert,
9621 -break-info and =breakpoint-created.
9622
7cde5fc2
AB
96232019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9624
9625 * config/default.exp: Remove 'load_lib gdb.exp'.
9626 * config/monitor.exp: Likewise.
9627 * config/sid.exp: Likewise.
9628 * config/sim.exp: Likewise.
9629 * config/slite.exp: Likewise.
9630 * config/unix.exp: Likewise.
9631 * gdb.base/default.exp: Remove unhelpful comment.
9632
efbecbc1
AB
96332019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9634
9635 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9636
0841c79a
AB
96372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9638
9639 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9640
4a270568
AB
96412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9642
9643 * gdb.fortran/type-kinds.exp: Update expected results.
9644
067630bd
AB
96452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9646
9647 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9648
3be47f7a
AB
96492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9650
9651 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9652 function.
9653 (test_basic_parsing_of_type_kinds): Expand types tested.
9654 (test_parsing_invalid_type_kinds): New function.
9655
4d00f5d8
AB
96562019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9657
9658 * gdb.fortran/intrinsics.exp: New file.
9659 * gdb.fortran/intrinsics.f90: New file.
9660 * gdb.fortran/type-kinds.exp: New file.
9661
c8f91604
AB
96622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9663
9664 * gdb.fortran/dot-ops.exp: New file.
9665
dd9f2c76
AB
96662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9667
9668 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9669 Check upper and lower case logical literals.
9670
84ec9724
AB
96712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9672
9673 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9674 Remove duplicate tests.
9675
c3734e09
AH
96762019-03-06 Alan Hayward <alan.hayward@arm.com>
9677
9678 * lib/gdb.exp (builtin_cd): rename of cd.
9679 (cd): Override builtin.
9680
aa3cfbda
RB
96812019-03-06 Richard Bunt <richard.bunt@arm.com>
9682
9683 * gdb.fortran/function-calls.exp: New file.
9684 * gdb.fortran/function-calls.f90: New test.
9685
7b63ad86
RB
96862019-03-04 Richard Bunt <richard.bunt@arm.com>
9687
9688 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9689 on user program standard output.
9690 * gdb.fortran/short-circuit-argument-list.f90: Record function
9691 calls.
9692
01abb042
AH
96932019-02-28 Alan Hayward <alan.hayward@arm.com>
9694
c3734e09
AH
9695 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9696 failure.
01abb042 9697
92137da0
RO
96982019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9699
9700 PR gdb/8527
9701 * gdb.base/interrupt-daemon-attach.c,
9702 gdb.base/interrupt-daemon-attach.exp: New test.
9703
5862844d
PA
97042019-02-27 Pedro Alves <palves@redhat.com>
9705
9706 * gdb.base/page.exp: Add tests for "set width/height -1".
9707
8ed25214
PA
97082019-02-27 Pedro Alves <palves@redhat.com>
9709
9710 * gdb.base/page.exp: Add tests for "set/show width/height" with
9711 "infinite" values.
9712
6c28e44a
TT
97132019-02-27 Tom Tromey <tromey@adacore.com>
9714
9715 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9716 2.4.
9717 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9718 workaround.
9719
bf9a735e
AB
97202019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9721
9722 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9723 tests for structs with static members.
9724
8791793c
TT
97252019-02-26 Tom Tromey <tromey@adacore.com>
9726
9727 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9728 ValueError, not TypeError.
9729
bc2a507e
KB
97302019-02-26 Kevin Buettner <kevinb@redhat.com>
9731
9732 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9733 call from main program.
9734
e0e7d3bd
JB
97352019-02-23 Joel Brobecker <brobecker@adacore.com>
9736
9737 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9738 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9739 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9740 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9741 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9742
9600246d
KS
97432019-02-22 Keith Seitz <keiths@redhat.com>
9744
9745 PR symtab/23853
9746 * gdb.base/symlink-sourcefile.c: New file.
9747 * gdb.base/symlink-sourcefile.exp: New file.
9748
0c95f9ed
TT
97492019-02-20 Tom Tromey <tom@tromey.com>
9750
9751 * gdb.base/info_qt.exp: Update.
9752
6caa91b6
SM
97532019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9754
9755 * gdb.base/source.exp: Move "error in sourced script" code to
9756 the end.
9757 * gdb.base/source-error.gdb: Move contents to
9758 source-error-1.gdb. Add new code to source source-error-1.gdb.
9759 * gdb.base/source-error-1.gdb: New file, from previous
9760 source-error.gdb.
9761
6506371f
TT
97622019-02-17 Tom Tromey <tom@tromey.com>
9763
9764 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9765 for macro styling.
9766 * gdb.base/style.c (SOME_MACRO): New macro.
9767
a0087920
TT
97682019-02-17 Tom Tromey <tom@tromey.com>
9769
9770 * gdb.base/style.exp: Add line-wrapping tests.
9771 * gdb.base/page.exp: Add test for quitting during pagination.
9772
a2cd4f14
JB
97732019-02-17 Joel Brobecker <brobecker@adacore.com>
9774
9775 * gdb.ada/big_packed_array: New testcase.
9776 * gdb.ada/homonym.exp: Fix incorrect expected output for
9777 "break <homonym__get_value>" test.
9778
9d70ffbc
WP
97792019-02-13 Weimin Pan <weimin.pan@oracle.com>
9780
9781 PR breakpoints/21870
9782 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9783 and prepare_for_testing. Add comment.
9784 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9785 redundant cleanup call. Clean up comment.
9786
01c7ae81
WP
97872019-02-12 Weimin Pan <weimin.pan@oracle.com>
9788
9789 PR breakpoints/21870
9790 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9791 * gdb.arch/aarch64-dbreg-contents.c: New file.
9792
aff29d1c
JB
97932019-02-10 Joel Brobecker <brobecker@adacore.com>
9794
9795 * gdb.ada/mi_ref_changeable: New testcase.
9796
df0da8a2
AH
97972019-02-07 Alan Hayward <alan.hayward@arm.com>
9798
9799 * gdb.base/attach.exp: Add double attach test.
9800
bd447abb
SM
98012019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9802
9803 * lib/gdb.exp (default_gdb_start): Don't match pagination
9804 prompt.
9805 (gdb_init): Set stty_init.
9806
1dbc40b9
TT
98072019-01-27 Tom Tromey <tom@tromey.com>
9808
9809 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9810 skip_python_tests.
9811
353229bf
AH
98122019-01-24 Alan Hayward <alan.hayward@arm.com>
9813
9814 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9815 New structure.
9816 (struct struct_static_02_02): Likewise.
9817 (struct struct_static_02_03): Likewise.
9818 (struct struct_static_02_04): Likewise.
9819 (struct struct_static_04_01): Likewise.
9820 (struct struct_static_04_02): Likewise.
9821 (struct struct_static_04_03): Likewise.
9822 (struct struct_static_04_04): Likewise.
9823 (struct struct_static_06_01): Likewise.
9824 (struct struct_static_06_02): Likewise.
9825 (struct struct_static_06_03): Likewise.
9826 (struct struct_static_06_04): Likewise.
9827 (cmp_struct_static_02_01): Likewise.
9828 (cmp_struct_static_02_02): Likewise.
9829 (cmp_struct_static_02_03): Likewise.
9830 (cmp_struct_static_02_04): Likewise.
9831 (cmp_struct_static_04_01): Likewise.
9832 (cmp_struct_static_04_02): Likewise.
9833 (cmp_struct_static_04_03): Likewise.
9834 (cmp_struct_static_04_04): Likewise.
9835 (cmp_struct_static_06_01): Likewise.
9836 (cmp_struct_static_06_02): Likewise.
9837 (cmp_struct_static_06_03): Likewise.
9838 (cmp_struct_static_06_04): Likewise.
9839 (call_all): Test new structs.
9840 * gdb.base/infcall-nested-structs.exp: Likewise.
9841
73021deb
AH
98422019-01-21 Alan Hayward <alan.hayward@arm.com>
9843 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9844
fc65c7db
AH
98452019-01-21 Alan Hayward <alan.hayward@arm.com>
9846 * gdb.base/stack-protector.c: New test.
9847 * gdb.base/stack-protector.exp: New file.
9848 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9849 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9850 option.
9851 (gdb_compile): Remove stack protector for GCC and prevent
9852 recursion.
9853
c24bdb02
KS
98542019-01-16 Keith Seitz <keiths@redhat.com>
9855
9856 PR gdb/23773
9857 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9858
6f072a10
PFC
98592019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9860
9861 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9862 aliases.
9863 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9864 tests.
9865 * gdb.arch/powerpc-vector-regs.c: New file.
9866 * gdb.arch/powerpc-vector-regs.exp: New file.
9867
a7b8d682
PFC
98682019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9869
9870 * gdb.arch/altivec-regs.exp: Fix the list passed to
9871 gdb_expect_list when testing "info vector".
9872
6eb6fb67
AB
98732019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9874
9875 * gdb.base/style.exp: Don't include path in testname.
9876
b56f80d8
KS
98772019-01-10 Keith Seitz <keiths@redhat.com>
9878
9879 PR gdb/23712
9880 PR symtab/23010
9881 * gdb.dwarf2/multidictionary.exp: New file.
9882
041be526
SM
98832019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9884
9885 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9886 (test_gnuv3_style_demangling): ... this.
9887 (test_lucid_style_demangling): Remove.
9888 (test_arm_style_demangling): Remove.
9889 (test_hp_style_demangling): Remove.
9890 (do_tests): Remove calls to the above.
9891
d820d0c3
AB
98922019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9893
9894 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9895 case.
9896
f097f5ad
TT
98972019-01-06 Tom Tromey <tom@tromey.com>
9898
9899 PR gdb/28155:
9900 * gdb.dwarf2/typedef-void-finish.exp: New file.
9901
2cd8cc0b
TT
99022018-12-28 Tom Tromey <tom@tromey.com>
9903 Simon Marchi <simark@simark.ca>
9904
9905 * gdb.base/jit-exec.exp: New file.
9906 * gdb.base/jit-exec.c: New file.
9907 * gdb.base/jit-execd.c: New file.
9908
35fb8261
TT
99092018-12-28 Tom Tromey <tom@tromey.com>
9910
9911 * gdb.base/style.exp: Update test to check for address styling.
9912
47fd17cd
TT
99132018-12-28 Tom Tromey <tom@tromey.com>
9914
9915 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9916 message.
9917
d47032b7
TT
99182018-12-28 Tom Tromey <tom@tromey.com>
9919
9920 * gdb.base/style.exp: Add test for version number styling.
9921
af79b68d
TT
99222018-12-28 Tom Tromey <tom@tromey.com>
9923
9924 * gdb.base/style.exp: Add test for print_address_symbolic.
9925
0bb296cb
TT
99262018-12-28 Tom Tromey <tom@tromey.com>
9927
9928 * gdb.base/style.exp: Add test for breakpoint setting.
9929
80ae2043
TT
99302018-12-28 Tom Tromey <tom@tromey.com>
9931
9932 * gdb.base/style.exp: Add test for variable names.
9933
cbe56571
TT
99342018-12-28 Tom Tromey <tom@tromey.com>
9935
9936 * gdb.base/style.exp: New file.
9937 * gdb.base/style.c: New file.
9938
9162a27c
TT
99392018-12-28 Tom Tromey <tom@tromey.com>
9940
9941 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9942 "dumb".
9943 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9944 the TERM environment variable.
9945
bc543c90
TT
99462018-12-27 Tom Tromey <tom@tromey.com>
9947
9948 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9949 pagination test.
9950
6f0ffe50
AB
99512018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9952
9953 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9954 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9955
b5a1e557
PW
99562018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9957
9958 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9959 Filename a.adb changed to bp_fun_addr.adb.
9960 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9961
6e8b1ab2
JV
99622018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9963
9964 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9965 non-PIE executables.
9966 * README: Mention the gdb,nopie_flag board setting.
9967 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9968 non-PIE executable.
9969 * gdb.arch/amd64-entry-value.exp: Likewise.
9970 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9971 * gdb.arch/i386-float.exp: Likewise.
9972 * gdb.arch/i386-signal.exp: Likewise.
9973 * gdb.mi/mi-reg-undefined.exp: Likewise.
9974
d00a27c5
PM
99752018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9976
9977 PR gdb/23974
9978 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9979
161d081c
PW
99802018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9981
9982 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9983 Update order of results accordingly.
9984
b001de23
AB
99852018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9986
9987 * gdb.base/annota1.exp: Update a test regexp.
9988
99e1a184
AB
99892018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9990
9991 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9992
7a81c1e2
PW
99932018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9994
9995 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9996 (reuse_time): Initialize to REUSE_TIME_CAP.
9997 (check_rc): New function.
9998 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9999 Check pthread_create rc.
10000 (spawner_thread_func): Check pthread_create and pthread_join rc.
10001
73e8dc90
PA
100022018-12-08 Pedro Alves <palves@redhat.com>
10003
10004 * gdb.base/list.exp (test_forward_search): Rename to ...
10005 (test_forward_reverse_search): ... this. Also test reverse-search
10006 and the forward-search alias.
10007
13f2ed32
AB
100082018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
10009
10010 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
10011 local timeout variable before return, and remove all local timeout
10012 variable entirely.
10013 (gdb_load): Likewise.
10014
64d27cfc
TV
100152018-12-01 Tom de Vries <tdevries@suse.de>
10016
10017 * gdb.base/gdb-caching-proc.exp: New file.
10018
f63c03b4
SDJ
100192018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
10020
10021 * Makefile.in (TIMESTAMP): New variable.
10022 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
10023 command.
10024 (check-single-racy): Likewise.
10025 (check/%.exp): Likewise.
10026 (check-racy/%.exp): Likewise.
10027 (workers/%.worker): Likewise.
10028 (build-perf): Likewise.
10029 (check-perf): Likewise.
10030 * README: Describe new "TS" and "TS_FORMAT" variables.
10031 * print-ts.py: New file.
10032
1c97054b
BF
100332018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
10034
10035 PR python/23714
10036 * gdb.python/python.exp: Test command repetition after
10037 gdb.execute.
10038
1871a62d
AB
100392018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
10040
10041 * gdb.opt/inline-break.exp: Add test that info breakpoint output
10042 is correctly aligned.
10043
fb5e1ed9
PW
100442018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10045
10046 * gdb.ada/info_auto_lang.exp: New testcase.
10047 * gdb.ada/info_auto_lang/global_pack.ads: New file.
10048 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
10049 * gdb.ada/info_auto_lang/some_c.c: New file.
10050
43d397ca
PW
100512018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10052
10053 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
10054 FUNC_lang language syntax.
10055
beddd671
PW
100562018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10057
10058 * gdb.base/info_minsym.c: New file.
10059 * gdb.base/info_minsym.exp: New file.
10060
73fc52c4
TT
100612018-11-19 Tom Tromey <tom@tromey.com>
10062
10063 PR rust/23625:
10064 * gdb.rust/simple.exp: Add ptype test. Update expected output.
10065 * gdb.rust/expr.exp: Update expected output. Change one test.
10066
994b876a
TT
100672018-11-19 Tom Tromey <tom@tromey.com>
10068
10069 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
10070
6769f276
PA
100712018-11-19 Pedro Alves <palves@redhat.com>
10072
10073 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
10074 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
10075 see the expected warning.
10076
38a72da0
AH
100772018-11-16 Alan Hayward <alan.hayward@arm.com>
10078
10079 PR gdb/22736:
10080 * gdb.cp/infcall-nodebug-lib.c: New test.
10081 * gdb.cp/infcall-nodebug-main.c: New test.
10082 * gdb.cp/infcall-nodebug.exp: New file.
10083
53a89d6e
SM
100842018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
10085
10086 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
10087 completer tests.
10088
9325300d
TV
100892018-11-09 Tom de Vries <tdevries@suse.de>
10090
10091 * gdb.base/msym-lang.c: New test.
10092 * gdb.base/msym-lang.exp: New file.
10093 * gdb.base/msym-lang-main.c: New test.
10094
20f0d60d
TT
100952018-11-08 Tom Tromey <tom@tromey.com>
10096
10097 PR gdb/23555:
10098 PR gdb/23838:
10099 * gdb.base/warning.exp: New file.
10100
b5420128
JB
101012018-11-08 Jan Beulich <jbeulich@suse.com>
10102
10103 * testsuite/gdb.arch/i386-avx512.c,
10104 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
10105
cd115d61
AB
101062018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
10107
10108 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
10109 point hardware.
10110
35ee2dc2
AB
101112018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
10112
10113 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
10114 * gdb.dwarf2/missing-type-name.exp: New file.
10115
31aceee8
TV
101162018-11-06 Tom de Vries <tdevries@suse.de>
10117
10118 * gdb.base/many-headers.c: New test.
10119 * gdb.base/many-headers.exp: New file.
10120
109be305
JW
101212018-11-06 Jim Wilson <jimw@sifive.com>
10122
10123 * gdb.base/code_elim.exp: For riscv, set additional_flags
10124 to include -msmall-data-limit=0.
10125
e2b7af72
JB
101262018-11-01 Joel Brobecker <brobecker@adacore.com>
10127
10128 * gdb.ada/watch_minus_l: New testcase.
10129
cdcda965
SM
101302018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
10131
10132 * gdb.arch/aix-sighandle.c: New file.
10133 * gdb.arch/aix-sighandle.exp: New file.
10134
92dcebf3
AB
101352018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
10136
10137 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
10138 registers being unions.
10139
68b9ac18
TV
101402018-10-31 Tom de Vries <tdevries@suse.de>
10141
10142 * lib/valgrind.exp: New file.
10143 (vgdb_start, vgdb_stop): New procs, factored out of ...
10144 * gdb.base/valgrind-bt.exp: ... here, ...
10145 * gdb.base/valgrind-disp-step.exp: ... here and ...
10146 * gdb.base/valgrind-infcall.exp: ... here.
10147
1443936e
TV
101482018-10-31 Tom de Vries <tdevries@suse.de>
10149
10150 * lib/gdb.exp (get_valueof): Don't output read value in test name.
10151
eb77c9df
AB
101522018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
10153
10154 * gdb.dwarf2/void-type.c: New file.
10155 * gdb.dwarf2/void-type.exp: New file.
10156
82b5e646
PW
101572018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10158
10159 * gdb.base/info_qt.c: New file.
10160 * gdb.base/info_qt.exp: New file.
10161
8d619c01
EBM
101622018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
10163
10164 * gdb.arch/powerpc-htm-regs.c: New file.
10165 * gdb.arch/powerpc-htm-regs.exp: New file.
10166
f2cf6173
EBM
101672018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
10168
10169 * gdb.arch/powerpc-tar.c: New file.
10170 * gdb.arch/powerpc-tar.exp: New file.
10171
7ca18ed6
EBM
101722018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
10173
10174 * gdb.arch/powerpc-ppr-dscr.c: New file.
10175 * gdb.arch/powerpc-ppr-dscr.exp: New file.
10176
bfcc0eba
TV
101772018-10-25 Tom de Vries <tdevries@suse.de>
10178
10179 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
10180
fe1a5cad
TV
101812018-10-24 Tom de Vries <tdevries@suse.de>
10182
10183 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
10184 longer exists error.
10185
a76dc3b7
TV
101862018-10-24 Tom de Vries <tdevries@suse.de>
10187
10188 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
10189
4df46df7
TV
101902018-10-24 Tom de Vries <tdevries@suse.de>
10191
10192 * gdb.base/valgrind-db-attach.exp: Handle removed support for
10193 --db-attach in valgrind.
10194
0dbfcfff
AB
101952018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
10196
10197 * gdb.arch/riscv-reg-aliases.c: New file.
10198 * gdb.arch/riscv-reg-aliases.exp: New file.
10199
b04480b1
AH
102002018-10-19 Alan Hayward <alan.hayward@arm.com>
10201
10202 * gdb.python/py-cmd.exp: Check for gdb_prompt.
10203
2c6ac8d7
AH
102042018-10-19 Alan Hayward <alan.hayward@arm.com>
10205
10206 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
10207
2bc69f25
AH
102082018-10-19 Alan Hayward <alan.hayward@arm.com>
10209
10210 * gdb.cp/ovldbreak.exp: Fix regexps.
10211
1f1ae3a3
AH
102122018-10-19 Alan Hayward <alan.hayward@arm.com>
10213
10214 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
10215
94c18618
SDJ
102162018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
10217
10218 PR cli/23785
10219 * gdb.base/restore.exp: New test to check if "restore" with an
10220 invalid file doesn't segfault.
10221
812cd6eb
TV
102222018-10-18 Tom de Vries <tdevries@suse.de>
10223
10224 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
10225 * gdb.ada/excep_handle.exp: Same.
10226 * gdb.ada/mi_string_access.exp: Same.
10227 * gdb.ada/mi_var_union.exp: Same.
10228 * gdb.arch/arc-analyze-prologue.exp: Same.
10229 * gdb.arch/arc-decode-insn.exp: Same.
10230 * gdb.base/readnever.exp: Same.
10231 * gdb.fortran/printing-types.exp: Same.
10232 * gdb.guile/scm-lazy-string.exp: Same.
10233
c4b90788
TV
102342018-10-16 Tom de Vries <tdevries@suse.de>
10235
10236 PR gdb/23730
10237 * gdb.base/catch-follow-exec.c: Add copyright notice.
10238 * gdb.base/catch-follow-exec.exp: Rewrite to use
10239 gdb_spawn_with_cmdline_opts. Require gdb-native.
10240
8bca2978
SL
102412018-10-12 Sandra Loosemore <sandra@codesourcery.com>
10242
10243 * gdb.trace/actions-changed.exp: Check for arch support.
10244 * gdb.trace/actions.exp: Likewise.
10245 * gdb.trace/ax.exp: Likewise.
10246 * gdb.trace/backtrace.exp: Likewise.
10247 * gdb.trace/change-loc.exp: Likewise.
10248 * gdb.trace/deltrace.exp: Likewise.
10249 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
10250 * gdb.trace/ftrace.exp: Likewise.
10251 * gdb.trace/infotrace.exp: Check for arch support.
10252 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
10253 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
10254 * gdb.trace/mi-tsv-changed.exp: Likewise.
10255 * gdb.trace/packetlen.exp: Likewise.
10256 * gdb.trace/passc-dyn.exp: Likewise.
10257 * gdb.trace/passcount.exp: Likewise.
10258 * gdb.trace/pending.exp: Likewise.
10259 * gdb.trace/range-stepping.exp: Check for shlib support.
10260 * gdb.trace/report.exp: Check for arch support.
10261 * gdb.trace/save-trace.exp: Likewise.
10262 * gdb.trace/signal.exp: Check for signal support.
10263 * gdb.trace/tfind.exp: Check for arch support.
10264 * gdb.trace/trace-break.exp: Check for arch and shlib support.
10265 * gdb.trace/trace-common.h: Add comment.
10266 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
10267 * gdb.trace/trace-enable-disable.exp: Likewise.
10268 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
10269 * gdb.trace/tracecmd.exp: Check for arch support.
10270 * gdb.trace/tspeed.exp: Check for shlib and target support.
10271 * gdb.trace/tstatus.exp: Check for arch support.
10272 * gdb.trace/tsv.exp: Likewise.
10273 * gdb.trace/while-dyn.exp: Likewise.
10274 * gdb.trace/while-stepping.exp: Likewise.
10275 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
10276
f9c49bff
SM
102772018-10-12 Simon Marchi <simon.marchi@ericsson.com>
10278
10279 * gdb.trace/tspeed.exp: Remove nowarnings.
10280 (prepare_for_trace_test): Declare "global ipalib".
10281 * gdb.trace/tspeed.c: Include unistd.h.
10282 (main): Remove superfluous printf argument.
10283
d4330bde
SL
102842018-10-11 Sandra Loosemore <sandra@codesourcery.com>
10285
10286 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
10287 directory prefix on the filename.
10288
8ecfd7bd
SDJ
102892018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
10290
10291 * gdb.gdb/unittest.exp: Update expected message informing that
10292 selftests have been disabled.
10293 * gdb.server/unittest.exp: Likewise.
10294
58bbcd02
TV
102952018-10-09 Tom de Vries <tdevries@suse.de>
10296
10297 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
10298 with runto_main.
10299
9f6b697b
WP
103002018-10-08 Weimin Pan <weimin.pan@oracle.com>
10301
10302 PR c++/16841
10303 * gdb.cp/virtbase2.cc: New file.
10304 * gdb.cp/virtbase2.exp: New file.
10305
add5ded5
TT
103062018-10-06 Tom Tromey <tom@tromey.com>
10307
10308 PR python/19399:
10309 * gdb.python/py-inferior.exp: Add architecture test.
10310
f9e48344
TT
103112018-10-06 Tom Tromey <tom@tromey.com>
10312
10313 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
10314 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
10315
2a8be203
TT
103162018-10-06 Tom Tromey <tom@tromey.com>
10317
10318 * gdb.python/py-breakpoint.exp (check_last_event): Check location
10319 of a "throw" catchpoint.
10320
e04caa70
SDJ
103212018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
10322
10323 * gdb.base/info-proc.exp: Update string expected from "help info
10324 proc".
10325
5ca8c39f
TT
103262018-10-04 Tom Tromey <tom@tromey.com>
10327
10328 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
10329 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
10330 (test_initial_complaints, test_empty_complaints): Update.
10331 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10332
3453e7e4
TT
103332018-10-04 Tom Tromey <tom@tromey.com>
10334
10335 PR cli/19551:
10336 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
10337 * lib/gdb.exp (gdb_file_cmd): Update.
10338 * gdb.stabs/weird.exp (print_weird_var): Update.
10339 * gdb.server/solib-list.exp: Update.
10340 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
10341 * gdb.mi/mi-cli.exp: Update.
10342 * gdb.linespec/linespec.exp: Update.
10343 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10344 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
10345 * gdb.cp/cp-relocate.exp: Update.
10346 * gdb.base/sym-file.exp: Update.
10347 * gdb.base/relocate.exp: Update.
10348 * gdb.base/readnever.exp: Update.
10349 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10350 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
10351 * gdb.base/dbx.exp (gdb_file_cmd): Update.
10352 * gdb.base/code_elim.exp: Update.
10353 * gdb.base/break-unload-file.exp (test_break): Update.
10354 * gdb.base/break-interp.exp (test_attach_gdb): Update.
10355 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
10356 Update.
10357 * gdb.base/attach.exp (do_attach_tests): Update.
10358 * gdb.base/sepdebug.exp: Update.
10359 * gdb.python/py-section-script.exp: Update.
10360
6afcf761
TT
103612018-10-04 Tom Tromey <tom@tromey.com>
10362
10363 PR cli/22234:
10364 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
10365 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
10366 output.
10367
fef1b293
TT
103682018-10-04 Tom Tromey <tom@tromey.com>
10369
10370 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
10371 set width and height to 0.
10372 (test_command_line_attach_run): Use -quiet.
10373
ca98345e
SL
103742018-10-03 Sandra Loosemore <sandra@codesourcery.com>
10375
10376 * lib/gdb.exp (skip_ifunc_tests): New.
10377 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
10378 other compile failures.
10379 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
10380
ff34e6ae
SM
103812018-10-01 Simon Marchi <simon.marchi@ericsson.com>
10382
10383 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
10384 is_amd64_regs_target.
10385
6bb8890e
AH
103862018-10-01 Alan Hayward <alan.hayward@arm.com>
10387
10388 * gdb.arch/aarch64-sighandler-regs.c: New test.
10389 * gdb.arch/aarch64-sighandler-regs.exp: New file.
10390 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
10391
224d30d3
MM
103922018-10-01 Markus Metzger <markus.t.metzger@intel.com>
10393
10394 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
10395 assembly.
10396
f67ffa6a
AB
103972018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
10398
10399 * gdb.base/frame-selection.exp: New file.
10400 * gdb.base/frame-selection.c: New file.
10401
9fc3183f
AH
104022018-09-27 Alan Hayward <alan.hayward@arm.com>
10403
10404 * gdb.threads/check-libthread-db.c (thread_routine): Use a
10405 pthread barrier.
10406 (main): Likewise.
10407
d354055e
AB
104082018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
10409
10410 * gdb.base/large-frame-1.c: New file.
10411 * gdb.base/large-frame-2.c: New file.
10412 * gdb.base/large-frame.exp: New file.
10413 * gdb.base/large-frame.h: New file.
10414
db727370
JL
104152018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
10416
10417 PR gdb/20948
10418 * gdb.base/write_mem.exp: New test.
10419 * gdb.base/write_mem.c: Likewise.
10420
ae778caf
TT
104212018-09-23 Tom Tromey <tom@tromey.com>
10422
10423 PR python/18852:
10424 * gdb.python/py-parameter.exp: Add test for parameter that throws
10425 on "set".
10426
fd3ba736
TT
104272018-09-23 Tom Tromey <tom@tromey.com>
10428
10429 PR python/17284:
10430 * gdb.python/py-template.exp (test_template_arg): Add test for
10431 negative template argument number.
10432
39a24317
TT
104332018-09-23 Tom Tromey <tom@tromey.com>
10434
10435 PR python/14062:
10436 * gdb.python/python.exp: Add test for post_event error.
10437
f5769a2c
TT
104382018-09-23 Tom Tromey <tom@tromey.com>
10439
10440 PR python/18170:
10441 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
10442 convert pointers to int and long.
10443
1c1e54f6
TT
104442018-09-23 Tom Tromey <tom@tromey.com>
10445
10446 PR python/20126:
10447 * gdb.python/py-value.exp (test_value_numeric_ops): Add
10448 signed-ness conversion tests.
10449
fb4fa946
TT
104502018-09-23 Tom Tromey <tom@tromey.com>
10451
10452 PR python/18352;
10453 * gdb.python/py-value.exp (test_float_conversion): New proc.
10454 Use it.
10455
a466edac
HAQ
104562018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
10457
10458 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
10459
4ee9b0c5
SL
104602018-09-18 Sandra Loosemore <sandra@codesourcery.com>
10461
10462 * gdb.base/complete-empty.exp: Skip tab-completion tests if
10463 no readline.
10464 * gdb.base/utf8-identifiers.exp: Likewise.
10465 * gdb.cp/cpcompletion.exp: Likewise.
10466 * gdb.linespec/cpcompletion.exp: Likewise.
10467 * gdb.linespec/cpls-abi-tag.exp: Likewise.
10468 * gdb.linespec/cpls-ops.exp: Likewise.
10469
23be8da7
RB
104702018-09-19 Richard Bunt <richard.bunt@arm.com>
10471 Chris January <chris.january@arm.com>
10472
10473 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
10474 * gdb.fortran/short-circuit-argument-list.exp: New file.
10475 * gdb.fortran/short-circuit-argument-list.f90: New test.
10476
5031d0ae
SDJ
104772018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10478
10479 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
10480 "arch=" keyword when executing "-stack-list-frames".
10481
b4c0d1a4
SDJ
104822018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10483
10484 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
10485 "arch=" keyword when executing "-stack-list-frames".
10486
7a6d2b45
SDJ
104872018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10488
10489 * gdb.ada/complete.exp: Expect for "@" when doing "complete
10490 break ada".
10491
8588b356
SM
104922018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
10493
10494 PR python/23669
10495 * gdb.python/python.exp: Test gdb.execute("show commands").
10496
65e65158
TT
104972018-09-16 Tom Tromey <tom@tromey.com>
10498
10499 * gdb.base/new-ui.exp (do_execution_tests): Update.
10500 * gdb.base/dbx.exp (test_breakpoints): Update.
10501
bf326452
AH
105022018-09-14 Alan Hayward <alan.hayward@arm.com>
10503
10504 * lib/gdb.exp (gdb_simple_compile): Add proc.
10505 (is_elf_target): Use gdb_simple_compile.
10506 (skip_altivec_tests): Likewise.
10507 (skip_vsx_tests): Likewise.
10508 (skip_tsx_tests): Likewise.
10509 (skip_btrace_tests): Likewise.
10510 (skip_btrace_pt_tests): Likewise.
10511 (gdb_can_simple_compile): Likewise.
10512 (gdb_has_argv0): Likewise.
10513 (gdb_target_symbol_prefix): Likewise.
10514 (target_supports_scheduler_locking): Likewise.
10515
2361b0fb
TT
105162018-09-13 Tom Tromey <tom@tromey.com>
10517
10518 * Makefile.in (TAGS): Recognize proc_with_prefix and
10519 gdb_caching_proc.
10520
0ae1a321
SM
105212018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10522
10523 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
10524 method.
10525
a40bf0c2
SM
105262018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10527
10528 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
10529 and a few other Inferior properties when the Inferior is no
10530 longer valid.
10531
4a3fe98f
TT
105322018-09-13 Tom Tromey <tom@tromey.com>
10533
10534 PR rust/23650:
10535 * gdb.rust/simple.exp: Add test for enum field access error.
10536
098b2108
TT
105372018-09-13 Tom Tromey <tom@tromey.com>
10538
10539 PR rust/23626:
10540 * gdb.rust/simple.rs (EmptyEnum): New type.
10541 (main): Use it.
10542 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
10543
1256af7d
SM
105442018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10545
10546 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
10547 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
10548 * gdb.python/py-symtab.exp: Update test printing an objfile.
10549
4aa8e6c2
SM
105502018-09-12 Simon Marchi <simon.marchi@ericsson.com>
10551
10552 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
10553 object.
10554
c221b2f7
AH
105552018-09-12 Alan Hayward <alan.hayward@arm.com>
10556
10557 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
10558 (support_complex_tests): Use gdb_can_simple_compile.
10559 (is_ilp32_target): Likewise.
10560 (is_lp64_target): Likewise.
10561 (is_64_target): Likewise.
10562 (is_amd64_regs_target): Likewise.
10563 (is_aarch32_target): Likewise.
10564 (gdb_int128_helper): Likewise.
10565
6f1107b5
JK
105662018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10567
10568 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10569
1f5d1570
JG
105702018-09-10 Jerome Guitton <guitton@adacore.com>
10571
10572 * gdb.ada/same_component_name: Add test for case of tagged record
10573 with variable-length fields.
10574
cc330e39
XR
105752018-09-10 Xavier Roirand <roirand@adacore.com>
10576
10577 * gdb.ada/access_to_unbounded_array.exp: New testcase.
10578 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
10579 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
10580 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
10581
b9c50e9a
XR
105822018-09-10 Xavier Roirand <roirand@adacore.com>
10583
10584 * gdb.ada/mi_string_access.exp: New testcase.
10585 * gdb.ada/mi_string_access/bar.adb: New file.
10586 * gdb.ada/mi_string_access/pck.adb: New file.
10587 * gdb.ada/mi_string_access/pck.asd: New file.
10588
2963898f
XR
105892018-09-10 Xavier Roirand <roirand@adacore.com>
10590
10591 * gdb.ada/mi_var_union.exp: New testcase.
10592 * gdb.ada/mi_var_union/bar.adb: New file.
10593 * gdb.ada/mi_var_union/pck.adb: New file.
10594 * gdb.ada/mi_var_union/pck.asd: New file.
10595
1aac008f
TT
105962018-09-08 Tom Tromey <tom@tromey.com>
10597
10598 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10599
332cf4c9
TT
106002018-09-08 Tom Tromey <tom@tromey.com>
10601
10602 PR python/16047:
10603 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10604 (register_pretty_printers): Register new printer.
10605 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10606 test.
10607 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10608 (an_int_type3): New global.
10609
424da6cf
JB
106102018-09-08 Joel Brobecker <brobecker@adacore.com>
10611
10612 * gdb.ada/expr_with_funcall: New testcase.
10613
2a62dfa9
JB
106142018-09-08 Joel Brobecker <brobecker@adacore.com>
10615
10616 * gdb.ada/packed_array_assign: New testcase.
10617
96b6697f
AB
106182018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10619
10620 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10621 names, and add test prefixes to make test names unique.
10622
e4a62c65
TV
106232018-09-05 Tom de Vries <tdevries@suse.de>
10624
10625 * gdb.dwarf2/varval.exp: Add test.
10626
dd083ee2
GB
106272018-09-04 Gary Benson <gbenson@redhat.com>
10628
10629 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10630 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10631
aef9346c
TT
106322018-08-31 Tom Tromey <tom@tromey.com>
10633
10634 * gdb.rust/simple.rs: Rename second variable "v".
10635
c67f2e15
AB
106362018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10637
10638 * gdb.base/funcargs.c (use_a): New function.
10639 (recurse): Call use_a.
10640
078a0207
KS
106412018-08-29 Keith Seitz <keiths@redhat.com>
10642
10643 * gdb.compile/compile-cplus-anonymous.cc: New file.
10644 * gdb.compile/compile-cplus-anonymous.exp: New file.
10645 * gdb.compile/compile-cplus-array-decay.cc: New file.
10646 * gdb.compile/compile-cplus-array-decay.exp: New file.
10647 * gdb.compile/compile-cplus-inherit.cc: New file.
10648 * gdb.compile/compile-cplus-inherit.exp: New file.
10649 * gdb.compile/compile-cplus-member.cc: New file.
10650 * gdb.compile/compile-cplus-member.exp: New file.
10651 * gdb.compile/compile-cplus-method.cc: New file.
10652 * gdb.compile/compile-cplus-method.exp: New file.
10653 * gdb.compile/compile-cplus-mod.c: "New" file.
10654 * gdb.compile/compile-cplus-namespace.cc: New file.
10655 * gdb.compile/compile-cplus-namespace.exp: New file.
10656 * gdb.compile/compile-cplus-nested.cc: New file.
10657 * gdb.compile/compile-cplus-nested.exp: New file.
10658 * gdb.compile/compile-cplus-print.c: "New" file.
10659 * gdb.compile/compile-cplus-print.exp: "New" file.
10660 * gdb.compile/compile-cplus-virtual.cc: New file.
10661 * gdb.compile/compile-cplus-virtual.exp: New file.
10662 * gdb.compile/compile-cplus.c: "New" file.
10663 * gdb.compile/compile-cplus.exp: "New" file.
10664 * lib/compile-support.exp: New file.
10665
b0f492b9
GB
106662018-08-16 Gary Benson <gbenson@redhat.com>
10667
10668 PR gdb/13000:
10669 * gdb.base/batch-exit-status.exp: New file.
10670 * gdb.base/batch-exit-status.good-commands: Likewise.
10671 * gdb.base/batch-exit-status.bad-commands: Likewise.
10672
36eb4c5f
AH
106732018-08-29 Alan Hayward <alan.hayward@arm.com>
10674
10675 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10676 (struct struct02): Likewise.
10677 (struct struct03): Likewise.
10678 (struct struct04): Likewise.
10679 (struct struct_01_01): New struct.
10680 (struct struct_01_02): Likewise.
10681 (struct struct_01_03): Likewise.
10682 (struct struct_01_04): Likewise.
10683 (struct struct_02_01): Likewise.
10684 (struct struct_02_02): Likewise.
10685 (struct struct_02_03): Likewise.
10686 (struct struct_02_04): Likewise.
10687 (struct struct_04_01): Likewise.
10688 (struct struct_04_02): Likewise.
10689 (struct struct_04_03): Likewise.
10690 (struct struct_04_04): Likewise.
10691 (struct struct_05_01): Likewise.
10692 (struct struct_05_02): Likewise.
10693 (struct struct_05_03): Likewise.
10694 (struct struct_05_04): Likewise.
10695 (cmp_struct01): Remove function.
10696 (cmp_struct02): Likewise.
10697 (cmp_struct03): Likewise.
10698 (cmp_struct04): Likewise.
10699 (cmp_struct_01_01): Add Function.
10700 (cmp_struct_01_02): Likewise.
10701 (cmp_struct_01_03): Likewise.
10702 (cmp_struct_01_04): Likewise.
10703 (cmp_struct_02_01): Likewise.
10704 (cmp_struct_02_02): Likewise.
10705 (cmp_struct_02_03): Likewise.
10706 (cmp_struct_02_04): Likewise.
10707 (cmp_struct_04_01): Likewise.
10708 (cmp_struct_04_02): Likewise.
10709 (cmp_struct_04_03): Likewise.
10710 (cmp_struct_04_04): Likewise.
10711 (cmp_struct_05_01): Likewise.
10712 (cmp_struct_05_02): Likewise.
10713 (cmp_struct_05_03): Likewise.
10714 (cmp_struct_05_04): Likewise.
10715 (call_all): Add new structs.
10716 * gdb.base/infcall-nested-structs.exp: Likewise.
10717
3bf9c013
JV
107182018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10719
10720 * gdb.python/py-framefilter-mi.exp: Update regexp to
10721 check for "arch" field in frame output.
10722
450d1e88
KB
107232018-08-23 Kevin Buettner <kevinb@redhat.com>
10724
10725 * gdb.dwarf2/dw2-ranges-func.c: New file.
10726 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10727
ae739fe7
SM
107282018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10729
10730 * gdb.base/term.exp: Compare terminal settings with values from
10731 the inferior.
10732 * gdb.base/term.c: Get and set terminal settings.
10733
6d52907e
JV
107342018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10735
10736 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10737 accommodate new "arch" field in frame output.
10738 * gdb.mi/mi-return.exp: Likewise.
10739 * gdb.mi/mi-stack.exp: Likewise.
10740 * gdb.mi/mi-syn-frame.exp: Likewise.
10741 * gdb.mi/user-selected-context-sync.exp: Likewise.
10742
be2d111a
MS
107432018-08-19 Michael Spang <spang@google.com>
10744
10745 PR gdb/11786
10746 * gdb.base/gcore-tls-pie.c: New file.
10747 * gdb.base/gcore-tls-pie.exp: New file.
10748
ae3a7c47
KB
107492018-08-18 Kevin Buettner <kevinb@redhat.com>
10750
10751 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
10752 * gdb.dwarf2/varval.c: New file.
10753 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 10754
2ecae92e
AH
107552018-08-17 Alan Hayward <alan.hayward@arm.com>
10756
10757 PR gdb/18931
10758 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10759
c1854f1d
KS
107602018-08-16 Keith Seitz <keiths@redhat.com>
10761
10762 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10763 tests expected to pass.
10764
26fb3983
JV
107652018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10766
10767 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10768 -data-disassemble -a.
10769 (test_disassembly_bogus_args): Likewise.
10770
67943c00
AB
107712018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10772
10773 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10774
5ff2bbae
AB
107752018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10776
10777 * gdb.base/vla-optimized-out.exp: Add new test.
10778
e5bbcd0f
AB
107792018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10780
10781 * gdb.base/vla-optimized-out-o3.exp: Delete.
10782 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10783 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10784 deleted tests.
10785
9d4a934c
AB
107862018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10787
10788 PR gdb/18050:
10789 * gdb.server/extended-remote-restart.c: New file.
10790 * gdb.server/extended-remote-restart.exp: New file.
10791
045cf012
SM
107922018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10793
10794 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10795 "set variable index = 42".
10796
87d6a7aa
SM
107972018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10798
10799 * boards/index-cache-gdb.exp: New file.
10800 * gdb.dwarf2/index-cache.exp: New file.
10801 * gdb.dwarf2/index-cache.c: New file.
10802 * gdb.base/maint.exp: Check if we are using the index cache.
10803
96d68bd4
RO
108042018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10805
10806 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10807 MAKEFLAGS.
10808
5a699617
RO
108092018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10810
10811 * dg-extract-results.sh: Move to toplevel contrib.
10812 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10813 * Makefile.in (check-parallel-racy): Likewise.
10814
5bd18990
AB
108152018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10816
10817 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10818 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10819 tests if the target supports scheduler locking.
10820
3fbbcf47
TV
108212018-08-04 Tom de Vries <tdevries@suse.de>
10822
10823 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10824
3e1d3d8c
TT
108252018-08-02 Tom Tromey <tom@tromey.com>
10826
10827 PR symtab/16842.
10828 * gdb.cp/temargs.exp: Test "info address" of a template
10829 parameter.
10830
5abe0f0c
JV
108312018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10832
10833 * gdb.python/py-mi-var-info-path-expression.c: New file.
10834 * gdb.python/py-mi-var-info-path-expression.py: New file.
10835 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10836
fb66cde8
SDJ
108372018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10838
10839 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10840 error after "cannot resolve name" string.
10841
c708f4d2
AB
108422018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10843
10844 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10845 started.
10846 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10847
37cc0cae
TV
108482018-07-28 Tom de Vries <tdevries@suse.de>
10849
10850 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10851
63b4ecf7
TV
108522018-07-26 Tom de Vries <tdevries@suse.de>
10853
10854 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10855
3c3bb058
AB
108562018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10857
10858 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10859 is visible.
10860
9e7f3bbb
TV
108612018-07-26 Tom de Vries <tdevries@suse.de>
10862
10863 PR breakpoints/23366
10864 * gdb.base/catch-follow-exec.c: New test.
10865 * gdb.base/catch-follow-exec.exp: New file.
10866
16f808ec
TV
108672018-07-25 Tom de Vries <tdevries@suse.de>
10868
10869 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10870 vla-optimized-out.c.
10871
d7154a8d
JV
108722018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10873
10874 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10875 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10876
232a0032
TV
108772018-07-20 Tom de Vries <tdevries@suse.de>
10878
10879 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10880 NOCLONE macro.
10881 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10882
fbb1d502
TV
108832018-07-19 Tom de Vries <tdevries@suse.de>
10884
10885 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10886 regular expression.
10887
42dc7699
TV
108882018-07-18 Tom de Vries <tdevries@suse.de>
10889
10890 * gdb.base/vla-optimized-out.c: New test.
10891 * gdb.base/vla-optimized-out.exp: New file.
10892
7f1f7e23
SDJ
108932018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10894
10895 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10896 message "No address associated with hostname" when gdbserver
10897 cannot resolve the hostname.
10898
5759ebb3
PW
108992018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10900
10901 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10902 Add some test prefixes to make tests unique.
10903
3606ccab
PW
109042018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10905
10906 * gdb.base/frameapply.c: New file.
10907 * gdb.base/frameapply.exp: New file.
10908
529c08b2
PW
109092018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10910
10911 * gdb.base/skip.exp: Update expected error message.
10912
c7ab0aef
SDJ
109132018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10914 Jan Kratochvil <jan.kratochvil@redhat.com>
10915 Paul Fertser <fercerpav@gmail.com>
10916 Tsutomu Seki <sekiriki@gmail.com>
10917
10918 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10919 parameter.
10920 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10921 by default.
10922 * boards/native-gdbserver.exp: Likewise.
10923 * gdb.server/run-without-local-binary.exp: Improve regexp used
10924 for detecting when a remote debugging connection succeeds.
10925 * gdb.server/server-connect.exp: New file.
10926 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10927 Do not prefix the port number with ":".
10928 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10929 support for detecting and using it. Add '$debughost_gdbserver'
10930 to the list of arguments used to start gdbserver. Handle case
10931 when gdbserver cannot resolve a network name.
10932
16ff70dd
SDJ
109332018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10934
10935 PR c++/23373
10936 * gdb.base/ptype-offsets.cc (struct static_member): New
10937 struct.
10938 (main) <stmember>: New variable.
10939 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10940 with a static member in it.
10941
3541979f
AB
109422018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10943
10944 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10945 watchpoints enabled and disabled.
10946
c8ad9b9a
AB
109472018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10948
10949 * gdb.base/examine-backward.exp: Still run tests around address
10950 0x0, even if address 0x0 is not readable. Update the pattern for
10951 matching address 0x0 in expected output.
10952
e0e5e971
AB
109532018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10954
10955 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10956 malloc/free.
10957
1ea5da02
TV
109582018-07-04 Tom de Vries <tdevries@suse.de>
10959
10960 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10961
471b9d15
MR
109622018-07-02 Maciej W. Rozycki <macro@mips.com>
10963
10964 PR tdep/8282
10965 * gdb.arch/mips-disassembler-options.exp: New test.
10966 * gdb.arch/mips-disassembler-options.s: New test source.
10967
75acb486
PA
109682018-06-29 Pedro Alves <palves@redhat.com>
10969
10970 * gdb.threads/names.exp: Adjust expected "info threads" output.
10971
cd2bb709
PA
109722018-06-29 Pedro Alves <palves@redhat.com>
10973
10974 * gdb.opt/inline-break.exp (line number, address): Add "info
10975 break" tests.
10976
991ff292
PA
109772018-06-29 Pedro Alves <palves@redhat.com>
10978
10979 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10980 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10981 number and address and running to them.
10982
356819b6 109832018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
10984
10985 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10986
2512d7ef
JK
109872018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10988
10989 * lib/compiler.c: Remove executable permission flag.
10990
be1b6474
RB
109912018-06-28 Richard Bunt <richard.bunt@arm.com>
10992
10993 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10994 code.
10995 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10996
291f9a96
PT
109972018-06-28 Petr Tesarik <ptesarik@suse.cz>
10998
10999 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
11000
ed6dfe51
PT
110012018-06-28 Petr Tesarik <ptesarik@suse.cz>
11002
11003 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
11004 address argument is omitted.
11005
d4d429d5
PT
110062018-06-28 Petr Tesarik <ptesarik@suse.cz>
11007
11008 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
11009
7ab6656f
OJ
110102018-06-27 Omair Javaid <omair.javaid@linaro.org>
11011
11012 PR gdb/21695
11013 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
11014 * gdb.base/infoline-reloc-main-from-zero.c: New file.
11015
a33ccfc7
TT
110162018-06-26 Tom Tromey <tom@tromey.com>
11017
11018 PR rust/22574:
11019 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
11020 * gdb.rust/simple.rs (struct SimpleLayout): New.
11021
6d72d289
SM
110222018-06-22 Simon Marchi <simon.marchi@ericsson.com>
11023
11024 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
11025 "info registers" output.
11026
8363f9d5
RB
110272018-06-21 Richard Bunt <richard.bunt@arm.com>
11028
11029 * gdb.base/watchpoint-hw-attach.c: New test.
11030 * gdb.base/watchpoint-hw-attach.exp: New file.
11031
f00674fe
SM
110322018-06-20 Simon Marchi <simon.marchi@ericsson.com>
11033
11034 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
11035 through /bin/sh.
11036 * boards/dwarf4-gdb-index.exp: Likewise.
11037 * boards/fission-dwp.exp: Likewise.
11038
1d554008
UW
110392018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
11040
11041 * gdb.base/float128.exp: Add comment and improved fail message
11042 to the failure case of "print large128" test.
11043
d0ac1c44
SM
110442018-06-19 Simon Marchi <simon.marchi@ericsson.com>
11045
11046 * configure.ac: Remove AC_PREREQ.
11047 * configure: Re-generate.
11048
61b04dd0
PA
110492018-06-19 Pedro Alves <palves@redhat.com>
11050
11051 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
11052 (func_extern_caller): New.
11053 (main): Call func_extern_caller.
11054 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
11055 logic change.
11056
f63b508a
SM
110572018-06-18 Weimin Pan <weimin.pan@oracle.com>
11058
11059 PR gdb/16841
11060 * gdb.cp/typedef-base.cc: New file.
11061 * gdb.cp/typedef-base.exp: New file.
11062
0fe3a558
TV
110632018-06-18 Tom de Vries <tdevries@suse.de>
11064
11065 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
11066
7010835a
AB
110672018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
11068 Richard Bunt <Richard.Bunt@arm.com>
11069
11070 * gdb.threads/attach-slow-waitpid.c: New file.
11071 * gdb.threads/attach-slow-waitpid.exp: New file.
11072 * gdb.threads/slow-waitpid.c: New file.
11073
14897d65
PA
110742018-06-14 Pedro Alves <palves@redhat.com>
11075
11076 * gdb.base/fork-running-state.c: Include <errno.h>.
11077 (exit_if_relative_exits): New.
11078 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
11079 exits.
11080 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
11081 child exits.
11082
5d9a0608
TV
110832018-06-14 Tom de Vries <tdevries@suse.de>
11084
11085 PR cli/22573
11086 * gdb.base/finish-pretty.c: New test.
11087 * gdb.base/finish-pretty.exp: New file.
11088
11ae5818
PA
110892018-06-14 Pedro Alves <palves@redhat.com>
11090
11091 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
11092 gdb's expected startup output.
11093
1d39de44
PA
110942018-06-14 Pedro Alves <palves@redhat.com>
11095
11096 * lib/selftest-support.exp (selftest_setup): Remove inlined
11097 function handling.
11098
70ee0000
TV
110992018-06-14 Tom de Vries <tdevries@suse.de>
11100
11101 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
11102 matching of breakpoint printing.
11103
11f4b608
TV
111042018-06-13 Tom de Vries <tdevries@suse.de>
11105
11106 PR testsuite/23269
11107 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
11108 (fork_child): ... here, and ...
11109 (fork_parent): ... here.
11110
111112018-06-12 Tom de Vries <tdevries@suse.de>
11112
11113 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
11114
9516f85a
AB
111152018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
11116 Stephen Roberts <stephen.roberts@arm.com>
11117
11118 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
11119 rewrite test to describe action performed, rather than possible
11120 failure.
11121
5045b3d7
GB
111222018-06-08 Gary Benson <gbenson@redhat.com>
11123
11124 * gdb.threads/check-libthread-db.exp: New file.
11125 * gdb.threads/check-libthread-db.c: Likewise.
11126
c61b06a1
TT
111272018-06-05 Tom Tromey <tom@tromey.com>
11128
11129 * gdb.base/default.exp: Update expected "show version" output.
11130
eb6af809
TT
111312018-06-05 Tom Tromey <tom@tromey.com>
11132
11133 PR cli/12326:
11134 * gdb.cp/static-print-quit.exp: Update.
11135 * lib/gdb.exp (pagination_prompt): Update.
11136 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
11137 * gdb.python/python.exp: Update.
11138
178d6a63
JB
111392018-06-04 Joel Brobecker <brobecker@adacore.com>
11140
11141 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
11142
8e817061
JB
111432018-06-01 Joel Brobecker <brobecker@adacore.com>
11144
11145 * gdb.ada/bp_fun_addr: New testcase.
11146
e86ca25f
TT
111472018-06-01 Tom Tromey <tom@tromey.com>
11148
11149 * gdb.xml/tdesc-regs.exp (load_description): Update expected
11150 results.
11151 * gdb.dwarf2/method-ptr.exp: Set language to C++.
11152 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
11153 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
11154 * gdb.base/maint.exp (maint_pass_if): Update.
11155
4b2dfa9d
MR
111562018-05-31 Maciej W. Rozycki <macro@mips.com>
11157
11158 * gdb.base/endian.exp: New test.
11159 * gdb.base/endian.c: New test source.
11160
45f25d6c
AB
111612018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
11162
11163 PR gdb/23203
11164 * gdb.base/bt-selected-frame.c: New file.
11165 * gdb.base/bt-selected-frame.exp: New file.
11166 * lib/gdb.exp (get_current_frame_number): New function.
11167
d9f6d7f8
MR
111682018-05-24 Maciej W. Rozycki <macro@mips.com>
11169 Pedro Alves <palves@redhat.com>
11170
11171 * gdb.threads/tls-core.c: Include <stdlib.h>
11172 (thread_proc): Call `abort'.
11173 * gdb.threads/tls-core.exp: Generate a core with core_find too.
11174 (tls_core_test): New procedure, bits factored out from ...
11175 (top level): ... here. Test both native cores and gcore cores.
11176
ff1cf532
TT
111772018-05-23 Tom Tromey <tom@tromey.com>
11178
11179 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
11180
b98664d3
TT
111812018-05-23 Tom Tromey <tom@tromey.com>
11182
11183 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
11184 symfile_complaints.
11185 (test_short_complaints): Likewise.
11186 (test_empty_complaints): Likewise.
11187 (test_initial_complaints): Update.
11188
4e9668d0
TT
111892018-05-23 Tom Tromey <tom@tromey.com>
11190
11191 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
11192
43ba33c7
TT
111932018-05-23 Tom Tromey <tom@tromey.com>
11194
11195 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
11196 (test_short_complaints): Update.
11197
035522c0
PA
111982018-05-22 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.base/remote.exp: Only gdb_start after compiling the
11201 testcase. Issue "disconnect" before testing "set remote" command
11202 defaults. Issue clean_restart before running to main.
11203
cc0be08f
PA
112042018-05-22 Pedro Alves <palves@redhat.com>
11205
11206 * gdb.base/remote.exp: Adjust expected output of "show remote
11207 memory-write-packet-size". Add tests for "set remote
11208 memory-write-packet-size 0" and "set remote
11209 memory-write-packet-size fixed/limit".
11210
b1b60145
PA
112112018-05-22 Pedro Alves <palves@redhat.com>
11212
11213 PR gdb/22973
11214 * gdb.base/utf8-identifiers.c: New file.
11215 * gdb.base/utf8-identifiers.exp: New file.
11216
0ec848ad
PFC
112172018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11218
11219 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
11220
2c3305f6
PFC
112212018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11222
11223 * gdb.arch/powerpc-vsx-gcore.exp: New file.
11224
ce1e8424
TT
112252018-05-18 Tom Tromey <tom@tromey.com>
11226
11227 * gdb.base/ptype-offsets.exp: Update.
11228
ddfe970e
KS
112292018-05-17 Keith Seitz <keiths@redhat.com>
11230
11231 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
11232 in expected breakpoint stop locations.
11233 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
11234 move to proper scope to test variable values.
11235 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
11236 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
11237 New functions.
11238 (main): Call not_inline_func3.
11239 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
11240 inline_func1, inline_func2, and inline_func3. Test that when each
11241 breakpoint is hit, GDB properly reports both the stop location
11242 and the backtrace. Repeat tests for temporary breakpoints.
11243
0726fcc6
MR
112442018-05-15 Maciej W. Rozycki <macro@mips.com>
11245
11246 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
11247 rather then trying to access it in determining whether the PID
11248 of `gdbserver' could have been retrieved.
11249
8ee22052
AB
112502018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
11251
11252 * gdb.arch/amd64-init-x87-values.S: New file.
11253 * gdb.arch/amd64-init-x87-values.exp: New file.
11254
7785df48
JK
112552018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11256
11257 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
11258
56bcdbea
TT
112592018-05-04 Tom Tromey <tom@tromey.com>
11260
11261 PR python/22730:
11262 * gdb.python/python.exp: Test multi-line execute.
11263
a913fffb
TT
112642018-05-04 Tom Tromey <tom@tromey.com>
11265
11266 PR python/22731:
11267 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
11268
7a2c85f2
TT
112692018-05-04 Tom Tromey <tom@tromey.com>
11270
11271 PR gdb/11750:
11272 * gdb.base/define.exp: Test defining a user command inside a user
11273 command.
11274 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
11275
a3b60e45
JK
112762018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11277 Pedro Alves <palves@redhat.com>
11278
11279 PR breakpoints/19806 and support for PR external/20207.
11280 * gdb.base/watchpoint-unaligned.c: New file.
11281 * gdb.base/watchpoint-unaligned.exp: New file.
11282
45fe4a03
AB
112832018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11284
11285 * gdb.base/maint.exp: Make test names unique, use
11286 test_prefix_command_help to test 'help maint info', and remove
11287 repeated test of 'help maint'.
11288
9be2ae8f
TT
112892018-05-04 Tom Tromey <tom@tromey.com>
11290
11291 PR gdb/22619:
11292 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
11293 behavior.
11294
11859c31
AB
112952018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11296
11297 * gdb.base/maint.exp: Process output from 'maint print registers'
11298 line at a time.
11299
089a9490
AB
113002018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11301
11302 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
11303 timeout.
11304
9b0797e2
AB
113052018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
11306
11307 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
11308 filter pattern.
11309
f6ac5f3d
PA
113102018-05-02 Pedro Alves <palves@redhat.com>
11311
11312 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
11313 to_log_command renames.
11314 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
11315
77d3c63b
TT
113162018-05-02 Tom Tromey <tom@tromey.com>
11317
11318 * gdb.python/py-parameter.exp: Set test message.
11319
0489430a
TT
113202018-05-02 Tom Tromey <tom@tromey.com>
11321
11322 PR python/20084:
11323 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
11324 PARAM_ZUINTEGER_UNLIMITED tests.
11325
1632f8ba
DR
113262018-04-28 Dan Robertson <danlrobertson89@gmail.com>
11327
11328 PR rust/23124
11329 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
11330 when casting.
11331
6d7bb824
TT
113322018-04-30 Tom Tromey <tom@tromey.com>
11333
11334 * gdb.python/py-type.exp: Check align attribute.
11335 * gdb.python/py-type.c: New "aligncheck" global.
11336
007e1530
TT
113372018-04-30 Tom Tromey <tom@tromey.com>
11338
11339 PR exp/17095:
11340 * gdb.dwarf2/dw2-align.exp: New file.
11341 * gdb.cp/align.exp: New file.
11342 * gdb.base/align.exp: New file.
11343 * lib/gdb.exp (gdb_int128_helper): New proc.
11344 (has_int128_c, has_int128_cxx): New caching procs.
11345
6873858b
TT
113462018-04-27 Tom Tromey <tom@tromey.com>
11347
11348 PR rust/22545:
11349 * gdb.rust/simple.exp: Add inclusive range tests.
11350
79188d8d
PA
113512018-04-26 Pedro Alves <palves@redhat.com>
11352
11353 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
11354 ifunc breakpoint locations correctly of ifunc breakpoints set
11355 while the program resolves the ifunc.
11356
c7075ad5
PA
113572018-04-26 Pedro Alves <palves@redhat.com>
11358
11359 * gdb.base/gnu-ifunc-final.c: New file.
11360 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
11361 * gdb.base/gnu-ifunc.exp (executable): Delete.
11362 (staticexecutable): Adjust.
11363 (lib_opts, exec_opts): Delete.
11364 (make_binsuffix, build, set-break): New procedures.
11365 (misc_tests): New, with tests factored out from the top level.
11366 (top level): Test different combinations of ifunc resolver name,
11367 resolver with and with debug info, and ifunc target with and
11368 without debug info. Wrap static tests with with_target_prefix.
11369
8388016d
PA
113702018-04-26 Pedro Alves <palves@redhat.com>
11371
11372 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
11373 return type" warnings.
11374
249b5733
PA
113752018-04-25 Pedro Alves <palves@redhat.com>
11376
11377 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
11378 killed".
11379 * gdb.base/kill-after-signal.exp: Likewise.
11380 * gdb.threads/kill.exp: Likewise.
11381
f67c0c91
SDJ
113822018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11383 Sergio Durigan Junior <sergiodj@redhat.com>
11384 Pedro Alves <palves@redhat.com>
11385
11386 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
11387 regexps to expect for '[Inferior ... detached]' as well.
11388 * gdb.base/attach.exp: Likewise.
11389 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
11390 "gdb_continue_to_end".
11391 (test_catch_syscall_with_wrong_args): Likewise.
11392 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
11393 ']'. Don't set 'verbose' on.
11394 * gdb.base/foll-vfork.exp: Likewise.
11395 * gdb.base/fork-print-inferior-events.c: New file.
11396 * gdb.base/fork-print-inferior-events.exp: New file.
11397 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
11398 '[Inferior ... has been killed]' message.
11399 * gdb.base/kill-after-signal.exp: Likewise.
11400 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
11401 detach message.
11402 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
11403 message.
11404 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
11405 regexps to expect for '[Inferior ... detached]' as well.
11406 * gdb.threads/process-dies-while-detaching.exp: Likewise.
11407
0a8ddac4
SM
114082018-04-24 Simon Marchi <simon.marchi@ericsson.com>
11409
11410 PR gdb/23104
11411 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
11412
701adfb0
PA
114132018-04-22 Rajendra SY <rajendra.sy@gmail.com>
11414
11415 PR gdb/23095
11416 * gdb.base/break-probes.exp: Pass shlib_load to
11417 prepare_for_testing. Set normal_bp to r_debug_state if target is
11418 bsd.
11419
d27d16bf
RB
114202018-04-19 Richard Bunt <richard.bunt@arm.com>
11421
11422 * gdb.threads/multiple-successive-infcall.c: New test.
11423 * gdb.threads/multiple-successive-infcall.exp: New file.
11424
a037790e
TT
114252018-04-17 Tom Tromey <tom@tromey.com>
11426
11427 * gdb.rust/simple.rs (Union): New type.
11428 (main): New local "u".
11429 * gdb.rust/simple.exp (test_one_slice): Add new test case.
11430
e3a91079
AA
114312018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11432
11433 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
11434 number information in output of "whereis" command.
11435 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
11436
b744723f
AA
114372018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11438
11439 * gdb.ada/info_types.exp: Adjust expected output to the line
11440 numbers now printed by "info var/func/type".
11441 * gdb.base/completion.exp: Likewise.
11442 * gdb.base/included.exp: Likewise.
11443 * gdb.cp/cp-relocate.exp: Likewise.
11444 * gdb.cp/cplusfuncs.exp: Likewise.
11445 * gdb.cp/namespace.exp: Likewise.
11446 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
11447
4a4495d6
MM
114482018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11449
11450 * gdb.btrace/cpu.exp: New.
11451
1d509aa6
MM
114522018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11453
11454 * gdb.base/step-indirect-call-thunk.exp: New.
11455 * gdb.base/step-indirect-call-thunk.c: New.
11456 * gdb.reverse/step-indirect-call-thunk.exp: New.
11457 * gdb.reverse/step-indirect-call-thunk.c: New.
11458
6295b6da
SM
114592018-04-11 Simon Marchi <simon.marchi@ericsson.com>
11460
11461 * gdb.base/pie-fork.c: New file.
11462 * gdb.base/pie-fork.exp: New file.
11463
50146e70
TT
114642018-04-11 Tom Tromey <tom@tromey.com>
11465
11466 * gdb.rust/simple.exp: Add test for ".." struct initializer.
11467
f50d8a2e
PA
114682018-04-10 Pedro Alves <palves@redhat.com>
11469
11470 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
11471 exits. Instead loop running forever.
11472 (fork_parent): Run forever too.
11473
a0be7a36
SM
114742018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11475
11476 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
11477 mi_continue_to_line.
11478 * gdb.mi/mi-stack.c (callee4): Add comment.
11479
9b73db36
SM
114802018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11481
11482 * gdb.mi/mi-stack.exp: Fix indentation.
11483
c912f608
SM
114842018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11485
11486 PR gdb/22979
11487 * gdb.arch/amd64-osabi.exp: New file.
11488
26540402
SM
114892018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11490
11491 PR gdb/22980
11492 * gdb.base/osabi.exp: New file.
11493
121ad66c 114942018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
11495
11496 * gdb.cp/static-typedef-print.exp: New file.
11497 * gdb.cp/static-typedef-print.cc: New file.
11498
3fcded8f
JB
114992018-03-27 Joel Brobecker <brobecker@adacore.com>
11500
11501 * gdb.ada/varsize_limit: New testcase.
11502
59cc4834
JB
115032018-03-27 Joel Brobecker <brobecker@adacore.com>
11504
11505 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
11506
11507 * gdb.ada/notcplusplus: New testcase.
11508
11509 * gdb.base/c-linkage-name.c: New file.
11510 * gdb.base/c-linkage-name.exp: New testcase.
11511
4ca59a9f
TT
115122018-03-26 Tom Tromey <tom@tromey.com>
11513
11514 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
11515 * gdb.python/py-framefilter.py (name_error): New global.
11516 (ErrorInName.function): Use name_error.
11517
978d6c75
TT
115182018-03-26 Tom Tromey <tom@tromey.com>
11519
11520 PR backtrace/15582:
11521 * gdb.python/py-framefilter.exp: Add "bt hide" test.
11522
b7fee5a3
KS
115232018-03-23 Keith Seitz <keiths@redhat.com>
11524
11525 PR c++/22968
11526 * gdb.cp/subtypes.exp: New file.
11527 * gdb.cp/subtypes.h: New file.
11528 * gdb.cp/subtypes.cc: New file.
11529 * gdb.cp/subtypes-2.cc: New file.
11530
376be529
AB
115312018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11532
11533 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
11534 (done): Call '_exit' not 'exit' to avoid atexit handlers.
11535 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
11536 -nostartfiles when compiling the test. Confirm that all registers
11537 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
11538
066cfa98
AB
115392018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11540
11541 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
11542 option, syntax was wrong anyway.
11543 * gdb.arch/arm-disp-step.exp: Likewise.
11544 * gdb.arch/sparc64-regs.exp: Likewise.
11545 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
11546 option, syntax was wrong anyway, switch to use
11547 prepare_for_testing.
11548 * gdb.arch/i386-disp-step.exp: Likewise.
11549
079670b9
AA
115502018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
11551
11552 * gdb.ada/exec_changed.exp: Replace "target_info exists
11553 use_gdb_stub" by "use_gdb_stub".
11554 * gdb.ada/start.exp: Likewise.
11555 * gdb.base/async-shell.exp: Likewise.
11556 * gdb.base/attach-pie-misread.exp: Likewise.
11557 * gdb.base/attach-wait-input.exp: Likewise.
11558 * gdb.base/break-entry.exp: Likewise.
11559 * gdb.base/break-interp.exp: Likewise.
11560 * gdb.base/dprintf-detach.exp: Likewise.
11561 * gdb.base/nostdlib.exp: Likewise.
11562 * gdb.base/solib-nodir.exp: Likewise.
11563 * gdb.base/statistics.exp: Likewise.
11564 * gdb.base/testenv.exp: Likewise.
11565 * gdb.mi/mi-exec-run.exp: Likewise.
11566 * gdb.mi/mi-start.exp: Likewise.
11567 * gdb.multi/dummy-frame-restore.exp: Likewise.
11568 * gdb.multi/multi-arch-exec.exp: Likewise.
11569 * gdb.multi/multi-arch.exp: Likewise.
11570 * gdb.multi/tids.exp: Likewise.
11571 * gdb.multi/watchpoint-multi.exp: Likewise.
11572 * gdb.python/py-events.exp: Likewise.
11573 * gdb.threads/attach-into-signal.exp: Likewise.
11574 * gdb.threads/attach-stopped.exp: Likewise.
11575 * gdb.threads/threadapply.exp: Likewise.
11576 * lib/selftest-support.exp: Likewise.
11577
26d6cec4
AA
115782018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11579
11580 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11581
4ee89e90
SR
115822018-03-20 Stephen Roberts <stephen.roberts@arm.com>
11583
11584 * gdb.perf/template-breakpoints.cc: New file.
11585 * gdb.perf/template-breakpoints.exp: New file.
11586 * gdb.perf/template-breakpoints.py: New file.
11587
92630041
TT
115882018-03-19 Tom Tromey <tom@tromey.com>
11589
11590 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11591 y0.
11592 * gdb.rust/simple.exp: Test bare identifier form of struct
11593 initializer.
11594
76727919
TT
115952018-03-19 Tom Tromey <tom@tromey.com>
11596
11597 * gdb.gdb/observer.exp: Remove.
11598
194ed413
AA
115992018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11600
11601 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11602 "qualified" option when setting breakpoints.
11603 * gdb.trace/backtrace.exp: Likewise.
11604 * gdb.trace/circ.exp: Likewise.
11605 * gdb.trace/collection.exp: Likewise.
11606 * gdb.trace/disconnected-tracing.exp: Likewise.
11607 * gdb.trace/ftrace-lock.exp: Likewise.
11608 * gdb.trace/ftrace.exp: Likewise.
11609 * gdb.trace/infotrace.exp: Likewise.
11610 * gdb.trace/packetlen.exp: Likewise.
11611 * gdb.trace/passc-dyn.exp: Likewise.
11612 * gdb.trace/qtro.exp: Likewise.
11613 * gdb.trace/read-memory.exp: Likewise.
11614 * gdb.trace/report.exp: Likewise.
11615 * gdb.trace/signal.exp: Likewise.
11616 * gdb.trace/status-stop.exp: Likewise.
11617 * gdb.trace/strace.exp: Likewise.
11618 * gdb.trace/tfind.exp: Likewise.
11619 * gdb.trace/trace-break.exp: Likewise.
11620 * gdb.trace/trace-condition.exp: Likewise.
11621 * gdb.trace/trace-mt.exp: Likewise.
11622 * gdb.trace/tstatus.exp: Likewise.
11623 * gdb.trace/tsv.exp: Likewise.
11624 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11625 * gdb.trace/unavailable.exp: Likewise.
11626 * gdb.trace/while-dyn.exp: Likewise.
11627
8b067d2c
AA
116282018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11629
11630 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11631 that libinproctrace is copied to the target.
11632
3ae9ce5d
TT
116332018-03-14 Tom Tromey <tom@tromey.com>
11634
11635 PR cli/14977:
11636 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11637 a null pointer.
11638 * gdb.base/wchar.exp: Likewise.
11639
b8c2339b
TT
116402018-03-14 Tom Tromey <tom@tromey.com>
11641
11642 PR cli/19918:
11643 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11644 flag.
11645
4872dc46
SM
116462018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11647
11648 PR gdb/22841
11649 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11650 "target" to remote_exec.
11651
e4fe3756
SM
116522018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11653
11654 PR gdb/22841
11655 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11656 ${board}_upload): Remove.
11657
e95a97d4
AA
116582018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11659
11660 * gdb.cp/watch-cp.cc: New test.
11661 * gdb.cp/watch-cp.exp: New file.
11662
dbbb1059
AB
116632018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11664
11665 * gdb.base/infcall-nested-structs.exp: New file.
11666 * gdb.base/infcall-nested-structs.c: New file.
11667 * gdb.base/float.exp: Add riscv support.
11668
ecc054c0
TP
116692018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11670
11671 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11672 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11673
25e3c82c
SDJ
116742018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11675
11676 * gdb.server/abspath.exp: New file.
11677 * lib/gdb.exp (with_cwd): New procedure.
11678
3083294d
SM
116792018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11680
11681 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11682 use it.
11683 (gdb_is_target_remote_prompt): New proc.
11684 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11685 (gdb_is_target_native): Pass prompt parameter to
11686 gdb_is_target_1.
11687
3275ef47
SM
116882018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11689
11690 * gdb.base/load-command.c: New file.
11691 * gdb.base/load-command.exp: New file.
11692 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11693 (gdb_is_target_1): ...this, and generalize for other targets
11694 than just remote.
11695 (gdb_is_target_remote): Use gdb_is_target_1.
11696 (gdb_is_target_native): use gdb_is_target_1.
11697
6893c19a
TT
116982018-02-26 Tom Tromey <tom@tromey.com>
11699
11700 PR python/16497:
11701 * gdb.python/py-framefilter.exp: Update test.
11702
2ddeaf8a
TT
117032018-02-26 Tom Tromey <tom@tromey.com>
11704
11705 * gdb.dwarf2/variant.c: New file.
11706 * gdb.dwarf2/variant.exp: New file.
11707
c9317f21
TT
117082018-02-26 Tom Tromey <tom@tromey.com>
11709
11710 * gdb.rust/simple.exp: Accept more possible results in enum test.
11711
6f6d0c26
SM
117122018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11713
11714 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11715 parentheses.
11716
11b03145
MR
117172018-02-23 Maciej W. Rozycki <macro@mips.com>
11718
11719 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11720 name of a variable: $actual_linejj -> $actual_line.
11721
54a27fe5
JB
117222018-02-21 John Baldwin <jhb@FreeBSD.org>
11723
11724 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11725
de65820c
MM
117262018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11727
11728 * gdb.btrace/buffer-size.exp: Do not force BTS.
11729
980548fd
PA
117302018-02-14 Pedro Alves <palves@redhat.com>
11731
11732 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11733 getting a "Quit".
11734
c4e12631
MM
117352018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11736
11737 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11738 Fix test name.
11739
c2e0e465
SM
117402018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11741
11742 * gdb.cp/m-static.exp: Check type of optimized out static
11743 member.
11744
f7216783
AB
117452018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11746
11747 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11748 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11749
0625771b
LS
117502018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11751 Leszek Swirski <leszeks@google.com>
11752
11753 * gdb.python/py-prettyprint.c
11754 (struct to_string_returns_value_inner,
11755 struct to_string_returns_value_wrapper): New.
11756 (main): Add tsrvw variable.
11757 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11758 ToStringReturnsValueWrapper): New classes.
11759 (register_pretty_printers): Register new pretty-printers.
11760 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11761 recursive pretty printer.
11762 * gdb.python/py-mi.exp: Likewise.
11763
59498c30
LS
117642018-02-01 Leszek Swirski <leszeks@google.com>
11765
11766 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11767 functions with the same name as an include file are parsed
11768 correctly.
11769
d4d38844
YQ
117702018-02-01 Yao Qi <yao.qi@linaro.org>
11771
11772 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11773 "\[^\r\n\]*".
11774
07e5f5cf
NP
117752018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11776
11777 * gdb.arch/powerpc-prologue-frame.s: New file.
11778 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11779 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11780
929b5ad4
JB
117812018-01-31 Joel Brobecker <brobecker@adacore.com>
11782
11783 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11784
e671cd59
PA
117852018-01-30 Pedro Alves <palves@redhat.com>
11786
11787 PR gdb/13211
11788 * gdb.base/interrupt-daemon.c: New.
11789 * gdb.base/interrupt-daemon.exp: New.
11790 * gdb.multi/multi-term-settings.c: New.
11791 * gdb.multi/multi-term-settings.exp: New.
11792
fc413dc4
JB
117932018-01-30 Joel Brobecker <brobecker@adacore.com>
11794
11795 * gdb.base/break.exp: Save the location where the breakpoint
11796 on break.c:47 was actually inserted when debugging the version
11797 compiled at -O2 and use it in the expected output of the "info
11798 break" test performed soon after.
11799
5c319bb2
PA
118002018-01-22 Pedro Alves <palves@redhat.com>
11801 Sergio Durigan Junior <sergiodj@redhat.com>
11802
11803 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11804 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11805
a9e40818
JB
118062018-01-22 Joel Brobecker <brobecker@adacore.com>
11807
11808 * gdb.base/break-include.c, gdb.base/break-include.inc,
11809 gdb.base/break-include.exp: New files.
11810 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11811 line number now being the actual line number where the breakpoint
11812 was inserted.
11813 * gdb.mi/mi-break.exp: Likewise.
11814 * gdb.mi/mi-reverse.exp: Likewise.
11815 * gdb.mi/mi-simplerun.exp: Ditto.
11816
e707fc44
AB
118172018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11818
11819 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11820 varobj.
11821 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11822
ae451627
AB
118232018-01-21 Don Breazeal <donb@codesourcery.com>
11824 Andrew Burgess <andrew.burgess@embecosm.com>
11825
11826 * gdb.mi/basics.c: Add new global.
11827 * gdb.mi/mi-frame-regs.exp: New file.
11828 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11829 case.
11830
b1b189e0
AB
118312018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11832
11833 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11834 non-parameter, and on an unknown symbol.
11835
fcfcc376
TT
118362018-01-19 Tom Tromey <tom@tromey.com>
11837
11838 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11839 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11840
634c1c31
AA
118412018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11842
11843 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11844 setrlimit and chdir to int.
11845
d6ad07fd
AA
118462018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11847
11848 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11849 function.
11850 (my_tend): Likewise.
11851 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11852 rationale of avoiding FP- and vector instructions.
11853
adf8243b
RK
118542018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11855
11856 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11857 "info reg" with "\[ \t\]*".
11858 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11859 "\[ \t\]+".
11860 * gdb.arch/s390-multiarch.exp: Ditto.
11861 * gdb.base/pc-fp.exp: Ditto.
11862 * gdb.reverse/i386-precsave.exp: Ditto.
11863 * gdb.reverse/i386-reverse.exp: Ditto.
11864 * gdb.reverse/i387-env-reverse.exp: Ditto.
11865 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11866
dcc06925
AA
118672018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11868
11869 * lib/gdb.exp (gdb_compile): Re-enable use of
11870 universal_compile_options for languages other than Rust.
11871
25d4fd80
AA
118722018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11873
11874 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11875
ee7f689e 118762018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
11877
11878 PR gdb/16577
11879 * gdb.base/solib-vanish.exp: New.
11880 * gdb.base/solib-vanish-main.c: New.
11881 * gdb.base/solib-vanish-lib1.c: New.
11882 * gdb.base/solib-vanish-lib2.c: New.
11883
d8447b6b
YQ
118842018-01-17 Yao Qi <yao.qi@linaro.org>
11885
11886 * gdb.compile/compile.exp: Match the address printed for
11887 frame in the output of command "bt".
11888
86d6a90c
TT
118892018-01-15 Tom Tromey <tom@tromey.com>
11890
11891 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11892 compute sp_reg.
11893
cbcdb1aa
AB
118942018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11895
11896 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11897 to prepare.
11898 (prepare): Return 0 on error, 1 on success.
11899
eea61984
PA
119002018-01-12 Pedro Alves <palves@redhat.com>
11901
11902 * gdb.base/continue-after-aborted-step-over.c: New.
11903 * gdb.base/continue-after-aborted-step-over.exp: New.
11904
6181e9c2
SM
119052018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11906
11907 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11908 options when not creating an executable.
11909
3cada740
PA
119102018-01-11 Pedro Alves <palves@redhat.com>
11911
11912 PR remote/22597
11913 * gdb.server/stop-reply-no-thread.c: New file.
11914 * gdb.server/stop-reply-no-thread.exp: New file.
11915
c63d3e8d
PA
119162018-01-10 Pedro Alves <palves@redhat.com>
11917
11918 PR gdb/22670
11919 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11920 functions too. Test setting breakpoints and printing C functions
11921 with no debug info too.
11922 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11923
d4c2a405
PA
119242018-01-10 Pedro Alves <palves@redhat.com>
11925
11926 PR gdb/22670
11927 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11928 a fail.
11929
8825213e
PA
119302018-01-10 Pedro Alves <palves@redhat.com>
11931
11932 PR gdb/22670
11933 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11934
605fd3c6
YQ
119352018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11936
11937 * gdb.server/unittest.exp: Match the output in non-development
11938 mode.
11939
1e5ded6c
YQ
119402018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11941
11942 * gdb.gdb/unittest.exp: Match output in non-development mode.
11943
30066b0b
JB
119442018-01-08 Joel Brobecker <brobecker@adacore.com>
11945
11946 * gdb.ada/access_tagged_param.exp: Relax expected output
11947 for value of "ObjL" in "continue" to pck.inspect breakpoint
11948 test.
11949
04bafb1e
XR
119502018-01-08 Joel Brobecker <brobecker@adacore.com>
11951
9f86398b
JB
11952 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11953 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 11954
e379cee6
PA
119552018-01-05 Pedro Alves <palves@redhat.com>
11956
11957 PR gdb/18653
11958 * gdb.base/libsegfault.exp: New.
11959
de63c46b
PA
119602018-01-05 Joel Brobecker <brobecker@adacore.com>
11961
11962 PR gdb/22670
11963 * gdb.ada/access_tagged_param.exp: New file.
11964 * gdb.ada/access_tagged_param/foo.adb: New file.
11965
f98fc17b
PA
119662018-01-05 Pedro Alves <palves@redhat.com>
11967
11968 PR gdb/22670
11969 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11970 exercise lower case too, and to exercise both full matching and
11971 wild matching.
11972
342f8240
JB
119732018-01-05 Joel Brobecker <brobecker@adacore.com>
11974
11975 * gdb.ada/rename_subscript_param: New testcase.
11976
7150d33c
JG
119772018-01-05 Jerome Guitton <guitton@adacore.com>
11978
11979 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11980
cc0e770c
JB
119812018-01-05 Joel Brobecker <brobecker@adacore.com>
11982
11983 * gdb.ada/convvar_comp: New testcase.
11984
672a41aa 119852018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
11986
11987 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11988 (My_Table): New global variable.
11989 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11990
7365ec2f
JB
119912018-01-04 Joel Brobecker <brobecker@adacore.com>
11992
11993 PR gdb/22670
11994 * gdb.ada/maint_with_ada: New testcase.
11995
289483b6
JB
119962018-01-04 Joel Brobecker <brobecker@adacore.com>
11997
11998 PR gdb/22670
11999 * gdb.ada/bp_c_mixed_case: New testcase.
12000
344420da
JB
120012018-01-04 Joel Brobecker <brobecker@adacore.com>
12002
12003 PR gdb/22670
12004 * gdb.ada/complete.exp: Add "complete break ada" test.
12005
66fc87a0
JB
120062018-01-04 Joel Brobecker <brobecker@adacore.com>
12007
12008 PR gdb/22670
12009 * gdb.ada/info_addr_mixed_case: New testcase.
12010
9f757bf7
XR
120112018-01-03 Xavier Roirand <roirand@adacore.com>
12012
12013 * gdb.ada/excep_handle.exp: New testcase.
12014 * gdb.ada/excep_handle/foo.adb: New file.
12015 * gdb.ada/excep_handle/pck.ads: New file.
12016
bd570f80
JB
120172018-01-03 Joel Brobecker <brobecker@adacore.com>
12018
12019 * gdb.base/step-line.c: Add extra empty line in copyright header.
12020 * gdb.base/step-line.inp: Likewise.
12021
9fe561ab
JB
120222018-01-02 Joel Brobecker <brobecker@adacore.com>
12023
12024 * gdb.ada/dyn_stride.exp: Add slice test.
12025
a405673c
JB
120262018-01-02 Joel Brobecker <brobecker@adacore.com>
12027
12028 * gdb.ada/dyn_stride: New testcase.
12029
cef0f868
SH
120302017-12-27 Stafford Horne <shorne@gmail.com>
12031
12032 * gdb.xml/extra-regs.xml: Add example foo reggroup.
12033 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
12034
b67d92b0
SH
120352017-12-27 Stafford Horne <shorne@gmail.com>
12036
12037 * gdb.base/reggroups.c: New file.
12038 * gdb.base/reggroups.exp: New file.
12039
eccab96d
JB
120402017-12-18 Joel Brobecker <brobecker@adacore.com>
12041
12042 * gdb.dwarf2/ada-valprint-error.c: New file.
12043 * gdb.dwarf2/ada-valprint-error.exp: New file.
12044
0e2da9f0
JB
120452017-12-18 Joel Brobecker <brobecker@adacore.com>
12046
12047 * gdb.ada/assign_arr: New testcase.
12048
cb923fcc
XR
120492017-12-18 Xavier Roirand <roirand@adacore.com>
12050
12051 * gdb.ada/funcall_ptr: New testcase.
12052
7c161838
SDJ
120532017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12054
12055 PR cli/16224
12056 * gdb.base/ptype-offsets.cc: New file.
12057 * gdb.base/ptype-offsets.exp: New file.
12058
1af17fd9
YQ
120592017-12-15 Yao Qi <yao.qi@linaro.org>
12060
12061 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
12062 if XML is disabled.
12063
828d5846
XR
120642017-12-15 Xavier Roirand <roirand@adacore.com>
12065
12066 * gdb.ada/same_component_name: New testcase.
12067
79e8fcaa
JB
120682017-12-14 Joel Brobecker <brobecker@adacore.com>
12069
12070 * gdb.ada/str_binop_equal: New testcase.
12071
e05fa6f9
JB
120722017-12-14 Joel Brobecker <brobecker@adacore.com>
12073
12074 * gdb.ada/task_switch_in_core: New testcase.
12075
b89641ba
SM
120762017-12-13 Simon Marchi <simon.marchi@ericsson.com>
12077
12078 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
12079 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
12080 call test_bkpt_qualified.
12081 (test_bkpt_qualified): New proc.
12082
6892d2e4
PA
120832017-12-13 Pedro Alves <palves@redhat.com>
12084
12085 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
12086 Tighten regexp by matching with an anchor.
12087
a22ecf70
PA
120882017-12-13 Pedro Alves <palves@redhat.com>
12089
12090 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
12091 ("expression with namespace"): New set of tests.
12092 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
12093 (Nested::Test_NS::qux): New.
12094 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
12095 defaults to 'start_quote_char' and 'end_quote_char' parameters.
12096
9937536c
JB
120972017-12-13 Joel Brobecker <brobecker@adacore.com>
12098
12099 * gdb.base/server-del-break.c: New file.
12100 * gdb.base/server-del-break.exp: New file.
12101
fe49c6f5
SH
121022017-12-12 Stafford Horne <shorne@gmail.com>
12103
12104 * gdb.xml/tdesc-regs.exp: Add or1k support.
12105
c3d18620
SH
121062017-12-12 Stafford Horne <shorne@gmail.com>
12107
12108 * gdb.base/bp-permanent.c: Define nop of or1k.
12109
c5f9cfc8
JB
121102017-12-11 Joel Brobecker <brobecker@adacore.com>
12111
12112 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
12113 output with components being reordered.
12114
a9c135fc
JB
121152017-12-11 Joel Brobecker <brobecker@adacore.com>
12116
12117 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
12118 output with components being reordered.
12119
927aa2e7
JK
121202017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12121 Pedro Alves <palves@redhat.com>
12122
12123 * gdb.base/maint.exp (check for .gdb_index): Check also for
12124 .debug_names.
12125 * gdb.dlang/watch-loc.c (.debug_aranges): New.
12126 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
12127 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
12128 (.gdb_index used after symbol reloading): Support also .debug_names.
12129 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
12130
f17d9474
YQ
121312017-12-08 Yao Qi <yao.qi@linaro.org>
12132
12133 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
12134 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
12135
a0de8c21
YQ
121362017-12-08 Yao Qi <yao.qi@linaro.org>
12137
12138 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
12139 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
12140
a738ea1d
YQ
121412017-12-08 Yao Qi <yao.qi@linaro.org>
12142
12143 * gdb.arch/aarch64-tagged-pointer.c: New file.
12144 * gdb.arch/aarch64-tagged-pointer.exp: New file.
12145
1cd9a73b
SDJ
121462017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
12147
12148 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
12149 "int".
12150
fa6eb693
KS
121512017-12-07 Keith Seitz <keiths@redhat.com>
12152
12153 PR breakpoints/22569
12154 * gdb.linespec/ls-errs.exp: Change expected result of "break
12155 -source this file has spaces.c -line 3".
12156 Check that an explicit source file followed by whitespace is
12157 identified as an invalid explicit location.
12158
883fd55a
KS
121592017-12-07 Keith Seitz <keiths@redhat.com>
12160
12161 * gdb.cp/nested-types.cc: New file.
12162 * gdb.cp/nested-types.exp: New file.
12163 * lib/cp-support.exp: Load data-structures.exp library.
12164 (debug_cp_test_ptype_class): New global.
12165 (cp_ptype_class_verbose, next_line): New procedures.
12166 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
12167 Add and document new return value.
12168 Switch the list of lines to a queue.
12169 Add support for new `type' key for nested type definitions.
12170 Add debugging/troubleshooting messages.
12171 * lib/data-structures.exp: New file.
12172
ec72db3e
SM
121732017-12-07 Simon Marchi <simon.marchi@ericsson.com>
12174
12175 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
12176 with proc_with_prefix, don't use with_test_prefix.
12177
99598d71
TT
121782017-12-07 Tom Tromey <tom@tromey.com>
12179
12180 * gdb.base/break.exp: Add test for empty "commands".
12181
a8806230
YQ
121822017-12-07 Yao Qi <yao.qi@linaro.org>
12183
12184 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
12185 malloc and catch syscall.
12186
824cc835
PM
121872017-12-07 Phil Muldoon <pmuldoon@redhat.com>
12188
e79be6e5 12189 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
12190 tests for explicit locations.
12191
7cc244de
PA
121922017-12-06 Pedro Alves <palves@redhat.com>
12193
12194 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
12195 force-disabling XML descriptions.
12196
50a1fdd5
PA
121972017-12-04 Pedro Alves <palves@redhat.com>
12198
12199 PR gdb/22499
12200 * gdb.arch/amd64-disp-step-avx.S: New file.
12201 * gdb.arch/amd64-disp-step-avx.exp: New file.
12202
f0fb2488
PA
122032017-12-03 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
12206 and <string.h>.
12207 (parent_function): Print distinct messages when waitpid fails, or
12208 the child exits with a signal, or the child exits for an unhandled
12209 reason.
12210 * gdb.threads/process-dies-while-detaching.exp
12211 (detach_and_expect_exit): New 'inf_output_re' parameter and use
12212 it. Wait for both inferior output and GDB's prompt. Use an
12213 indirect spawn id list.
12214 (do_detach): New parameter 'child_exit'. Use it to compute
12215 expected inferior output.
12216 (test_detach, test_detach_watch, test_detach_killed_outside):
12217 Adjust to pass down the expected child exit kind.
12218
97cbe998
SDJ
122192017-12-01 Joel Brobecker <brobecker@adacore.com>
12220 Sergio Durigan Junior <sergiodj@redhat.com>
12221 Pedro Alves <palves@redhat.com>
12222
12223 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
12224
40fc416f
SDJ
122252017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
12226
12227 * gdb.base/relocate.exp: Add tests to guarantee that arguments
12228 to 'symbol-file' and 'add-symbol-file' can be
12229 position-independent.
12230
1cc75e92
YQ
122312017-12-01 Yao Qi <yao.qi@linaro.org>
12232
12233 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
12234 the URL in copyright header.
12235 * gdb.arch/aarch64-fp.exp: Likewise.
12236 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
12237 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
12238 * gdb.base/expand-psymtabs.exp: Likewise.
12239 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
12240 * gdb.fortran/common-block.exp: Likewise.
12241 * gdb.fortran/common-block.f90: Likewise.
12242 * gdb.fortran/logical.exp: Likewise.
12243 * gdb.fortran/vla-datatypes.f90: Likewise.
12244 * gdb.fortran/vla-sub.f90: Likewise.
12245
875fb7a7
JB
122462017-11-30 Joel Brobecker <brobecker@adacore.com>
12247
12248 * gdb.ada/repeat_dyn: New testcase.
12249
6f14765f
UW
122502017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
12251
12252 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
12253 Update for changed thread numbering.
12254 * gdb.cell/bt.exp: Update for changed GDB output.
12255
f1af7b94
SM
122562017-11-30 Simon Marchi <simon.marchi@ericsson.com>
12257
12258 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
12259 setting isremote by hand.
12260 * boards/dwarf4-gdb-index.exp: Likewise.
12261 * boards/fission.exp: Likewise.
12262 * boards/stabs.exp: Likewise.
12263
e3919f3e
PA
122642017-11-30 Pedro Alves <palves@redhat.com>
12265
12266 * gdb.linespec/cpls-ops.exp
12267 (check_explicit_skips_function_argument): Extract the underlying
12268 type of size_t instead of hardcoding it.
12269
bd69330d
PA
122702017-11-29 Pedro Alves <palves@redhat.com>
12271
12272 PR c++/19436
12273 * gdb.linespec/cpls-abi-tag.cc: New file.
12274 * gdb.linespec/cpls-abi-tag.exp: New file.
12275
a20714ff
PA
122762017-11-29 Pedro Alves <palves@redhat.com>
12277
12278 * gdb.base/langs.exp: Use -qualified.
12279 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
12280 it.
12281 * gdb.cp/namespace.exp: Use -qualified.
12282 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
12283 (overload-3, template-overload, template-ret-type, const-overload)
12284 (const-overload-quoted, anon-ns, ambiguous-prefix): New
12285 procedures.
12286 (test_driver): Call them.
12287 * gdb.cp/save-bp-qualified.cc: New.
12288 * gdb.cp/save-bp-qualified.exp: New.
12289 * gdb.linespec/explicit.exp: Test -qualified.
12290 * lib/completion-support.exp (completion::explicit_opts_list): Add
12291 "-qualified".
12292 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
12293
f6f1d339
PM
122942017-11-29 Phil Muldoon <pmuldoon@redhat.com>
12295
12296 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
12297
02ca603a
TT
122982017-11-29 Tom Tromey <tom@tromey.com>
12299
12300 * gdb.base/relocate.exp: Update invalid argument test.
12301 Add new tests for invalid arguments.
12302
ed6c0bfb
TP
123032017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12304
12305 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
12306 Return 0 as a long.
12307 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
12308
f106e10e
TP
123092017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12310
12311 * gdb.cp/breakpoint.cc (bar): Set return type to void.
12312 * gdb.cp/psymtab-parameter.cc (func): Likewise.
12313 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
12314 func ().
12315 * gdb.cp/shadow.cc (B.func): Return 0.
12316
10329bb2
JB
123172017-11-27 Joel Brobecker <brobecker@adacore.com>
12318
12319 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
12320 expected output in gdb_expect call to allow the exception
12321 message to be present as well. Fix syntax confusion to avoid
12322 TCL thinking that exception_name is an array.
12323
617cd4bc
UW
123242017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
12325
12326 * gdb.arch/spu-info.c: Include <unistd.h>.
12327 (do_signal_test): Fix broken calls to write.
12328 * gdb.arch/spu-info.exp: Use prepare_for_testing.
12329 Fix checks for empty mailboxes. Update signal tests for corrected
12330 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
12331 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
12332 * gdb.cell/arch.exp: Use standard_output_file.
12333 * gdb.cell/break.exp: Likewise.
12334 * gdb.cell/bt.exp: Likewise.
12335 * gdb.cell/core.exp: Likewise.
12336 * gdb.cell/dwarfaddr.exp: Likewise.
12337 * gdb.cell/ea-cache.exp: Likewise.
12338 * gdb.cell/ea-standalone.exp: Likewise.
12339 * gdb.cell/f-regs.exp: Likewise.
12340 * gdb.cell/fork.exp: Likewise.
12341 * gdb.cell/gcore.exp: Likewise.
12342 * gdb.cell/mem-access.exp: Likewise.
12343 * gdb.cell/ptype.exp: Likewise.
12344 * gdb.cell/registers.exp: Likewise.
12345 * gdb.cell/sizeof.exp: Likewise.
12346 * gdb.cell/solib-symbol.exp: Likewise.
12347 * gdb.cell/solib.exp: Likewise.
617cd4bc 12348
a81aaca0
PA
123492017-11-25 Pedro Alves <palves@redhat.com>
12350
12351 * gdb.base/complete-empty.exp: New file.
12352 * gdb.base/completion.exp: Adjust.
12353
6a3c6ee4
PA
123542017-11-25 Pedro Alves <palves@redhat.com>
12355
12356 * gdb.linespec/cpls-ops.cc: New file.
12357 * gdb.linespec/cpls-ops.exp: New file.
12358 * lib/completion-support.exp (test_complete_prefix_range_re): New,
12359 factored out from ...
12360 (test_complete_prefix_range): ... this.
12361
8955eb2d
PA
123622017-11-24 Pedro Alves <palves@redhat.com>
12363
12364 * gdb.linespec/cpcompletion.exp: New file.
12365 * gdb.linespec/cpls-hyphen.cc: New file.
12366 * gdb.linespec/cpls.cc: New file.
12367 * gdb.linespec/cpls2.cc: New file.
12368 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
12369 test to use test_gdb_complete_unique. Add label completion,
12370 keyword completion and explicit location completion tests.
12371 * lib/completion-support.exp: New file.
12372
e547c119
JB
123732017-11-24 Joel Brobecker <brobecker@adacore.com>
12374
12375 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
12376 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
12377 when hitting an exception catchpoint.
12378
7c3c1aa8
YQ
123792017-11-22 Yao Qi <yao.qi@linaro.org>
12380
12381 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
12382
41bd68f5
SM
123832017-11-22 Simon Marchi <simon.marchi@ericsson.com>
12384
12385 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
12386 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
12387 * gdb.dwarf2/info-locals-optimized-out.c: New file.
12388
1daad298
YQ
123892017-11-22 Yao Qi <yao.qi@linaro.org>
12390
12391 * gdb.base/info-os.exp: Pass pthreads.
12392 * gdb.multi/multi-attach.exp: Likewise.
12393
88465e87
YQ
123942017-11-22 Yao Qi <yao.qi@linaro.org>
12395
12396 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
12397 compiler.
12398
dc196b23
YQ
123992017-11-22 Yao Qi <yao.qi@linaro.org>
12400
12401 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
12402 * gdb.base/break-interp.exp: Likewise.
12403 * gdb.base/jit-attach-pie.exp: Likewise.
12404
2400729e
UW
124052017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12406
12407 * gdb.base/float128.c (large128): New variable.
12408 * gdb.base/float128.exp: Add test to print largest __float128 value.
12409
7a26362d
UW
124102017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12411
12412 * gdb.arch/vsx-regs.exp: Update register content checks.
12413
ed0f4273
UW
124142017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
12415
12416 * gdb.arch/ppc-longdouble.exp: New file.
12417 * gdb.arch/ppc-longdouble.c: Likewise.
12418
a25d69c6
PA
124192017-11-21 Pedro Alves <palves@redhat.com>
12420
12421 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
12422
73fcf641
PA
124232017-11-20 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
12426 (long_double_typedef): New typedefs.
12427 Use DEF on double and long double.
12428 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
12429 cases.
12430 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
12431 and 'long_double_ptr_same_size' locals. Use them to decide
12432 whether cast from array/function to float is valid/invalid.
12433
71a3c369
TT
124342017-11-17 Tom Tromey <tom@tromey.com>
12435
12436 * gdb.rust/traits.rs: New file.
12437 * gdb.rust/traits.exp: New file.
12438
ced9779b
JB
124392017-11-17 Joel Brobecker <brobecker@adacore.com>
12440
12441 * gdb.ada/minsyms: New testcase.
12442
a0922d80
PA
124432017-11-16 Pedro Alves <palves@redhat.com>
12444
12445 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
12446 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
12447
ea04e54c
PA
124482017-11-16 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
12451 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
12452
e849ea89
PA
124532017-11-16 Pedro Alves <palves@redhat.com>
12454
12455 * gdb.server/reconnect-ctrl-c.c: New file.
12456 * gdb.server/reconnect-ctrl-c.exp: New file.
12457
d8ae99a7
PM
124582017-11-16 Phil Muldoon <pmuldoon@redhat.com>
12459
12460 * gdb.python/py-rbreak.exp: New file.
12461 * gdb.python/py-rbreak.c: New file.
12462 * gdb.python/py-rbreak-func2.c: New file.
12463
968a13f8
PA
124642017-11-16 Pedro Alves <palves@redhat.com>
12465
12466 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
12467 pattern.
12468 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
12469 GDB.
12470
71774bc9
SM
124712017-11-15 Simon Marchi <simon.marchi@ericsson.com>
12472
12473 * gdb.tui/completionn.exp (test_tab_completion): Add space in
12474 regex.
12475
ddbb44cf
SM
124762017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
12477
12478 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
12479 test names.
12480
584a564f
PA
124812017-11-09 Pedro Alves <palves@redhat.com>
12482
12483 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
12484 factored out from ...
12485 (top level): ... here, and adjusted to avoid expecting beyond the
12486 prompt in a single gdb_test_multiple.
12487
5ed7a928
PA
124882017-11-09 Pedro Alves <palves@redhat.com>
12489
12490 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
12491 output.
12492 * gdb.server/ext-attach.exp ("kill" test): Likewise.
12493 * gdb.server/ext-restart.exp ("kill" test): Likewise.
12494 * gdb.server/ext-run.exp ("kill" test): Likewise.
12495 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
12496
a60e0738
PA
124972017-11-09 Pedro Alves <palves@redhat.com>
12498
12499 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
12500 match till end of line.
12501
2c88253f
PA
125022017-11-09 Pedro Alves <palves@redhat.com>
12503
12504 * gdb.base/memattr.exp: Tighten regexes to match the end line.
12505
c7a38517
PA
125062017-11-09 Pedro Alves <palves@redhat.com>
12507
12508 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
12509 New procedures, factored out from ...
12510 (top level): ... here, and adjusted to avoid expecting beyond the
12511 prompt in one go.
12512
f29f4b6b
PA
125132017-11-09 Pedro Alves <palves@redhat.com>
12514
12515 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
12516 output. Fix '?' match.
12517
286acbb5
JB
125182017-11-08 Joel Brobecker <brobecker@adacore.com>
12519
12520 * gdb.ada/scoped_watch: New testcase.
12521 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
12522 which is actually correct.
12523 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
12524 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
12525
62d7ae92
PA
125262017-11-08 Pedro Alves <palves@redhat.com>
12527
12528 * gdb.gdb/complaints.exp (test_initial_complaints)
12529 (test_serial_complaints, test_short_complaints): Call
12530 complaint_internal instead of complaint.
12531
280ca31f
DT
125322017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
12533
12534 * gdb.threads/tls-core.c: New file.
12535 * gdb.threads/tls-core.exp: Likewise.
12536
b5ec771e
PA
125372017-11-08 Pedro Alves <palves@redhat.com>
12538
12539 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
12540 (p Exported_Capitalized): New test.
12541 (p exported_capitalized): New test.
12542
a02b41a7
PA
125432017-11-07 Pedro Alves <palves@redhat.com>
12544
12545 * gdb.cp/ena-dis-br-range.exp: Add more tests.
12546
95e95a6d
PA
125472017-11-07 Pedro Alves <palves@redhat.com>
12548
12549 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
12550 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
12551 (disable_invalid, disable_inverted, disable_negative): New
12552 procedures.
12553 ("bad numbers"): New set of tests.
12554
cee62dbd
PA
125552017-11-07 Pedro Alves <palves@redhat.com>
12556
12557 * gdb.cp/ena-dis-br-range.exp: Add tests.
12558
cc638e86
PA
125592017-11-07 Pedro Alves <palves@redhat.com>
12560
12561 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12562
d0fe4701
XR
125632017-11-07 Xavier Roirand <roirand@adacore.com>
12564 Pedro Alves <palves@redhat.com>
12565
12566 * gdb.base/ena-dis-br.exp: Add reference to
12567 gdb.cp/ena-dis-br-range.exp.
12568 * gdb.cp/ena-dis-br-range.exp: New file.
12569 * gdb.cp/ena-dis-br-range.cc: New file.
12570
46f67f80
PA
125712017-11-06 Pedro Alves <palves@redhat.com>
12572
12573 * gdb.base/attach-non-pgrp-leader.c: New.
12574 * gdb.base/attach-non-pgrp-leader.exp: New.
12575
726e1356
PA
125762017-11-06 Pedro Alves <palves@redhat.com>
12577
12578 * configure.ac: No longer check for termio.h and sgtty.h.
12579 * configure: Regenerate.
12580 * remote-utils.c: Include termios.h instead of gdb_termios.h.
12581 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
12582 Remove termio and sgtty code.
12583
50ab6ace
YQ
125842017-11-03 Yao Qi <yao.qi@linaro.org>
12585
12586 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12587 in GDB is disabled.
12588
8e68731c
YQ
125892017-11-03 Yao Qi <yao.qi@linaro.org>
12590
12591 * gdb.python/py-thrhandle.exp: Skip it if python is not
12592 enabled.
12593
3a87ae65
SM
125942017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12595
12596 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12597 as a breakpoint command.
12598
484d8d36
MD
125992017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12600
12601 PR python/21213
12602 * gdb.python/py-infthread.exp: Test calling
12603 InferiorThread.inferior () multiple times in a row.
12604
4a27f119
KS
126052017-10-27 Keith Seitz <keiths@redhat.com>
12606
12607 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12608 Test "info break" for every inlined function breakpoint.
12609
bb11dd58
YQ
126102017-10-27 Yao Qi <yao.qi@linaro.org>
12611
12612 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12613
a43f3893
PF
126142017-10-26 Patrick Frants <osscontribute@gmail.com>
12615
12616 * gdb.cp/classes.exp (test_static_members): Test printing
12617 Outer::instance.
12618 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12619 (Inner::instance, Outer::instance): New.
12620
792ccf00
PA
126212017-10-24 Pedro Alves <palves@redhat.com>
12622
12623 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12624 extra console" test in two stages.
12625
eb2bfbad
PA
126262017-10-24 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12629
1f75a651
PA
126302017-10-24 Pedro Alves <palves@redhat.com>
12631
12632 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12633 loop.
12634
779990d9
PA
126352017-10-24 Pedro Alves <palves@redhat.com>
12636
12637 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12638 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12639
ad9b8f5d
PA
126402017-10-24 Pedro Alves <palves@redhat.com>
12641
12642 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12643 parameter and handle it. Don't output read value in test name.
12644
fee6da6e
PA
126452017-10-24 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12648 custom test name.
12649
10389c2c
PA
126502017-10-24 Pedro Alves <palves@redhat.com>
12651
12652 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12653 include the unstable output directory name in the test's name.
12654 (initial_setup_simple) <'set args'>: Use custom test name.
12655
a80e65a9
PA
126562017-10-24 Pedro Alves <palves@redhat.com>
12657
12658 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12659 with explicit test name.
12660
15763a09
PA
126612017-10-20 Pedro Alves <palves@redhat.com>
12662
12663 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12664 'wait -i'. Use gdb_assert and remote_close.
12665
49a4ce2e
AB
126662017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12667
12668 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12669 number from variable rather than hard-coded.
12670
a75868f5
PA
126712017-10-19 Pedro Alves <palves@redhat.com>
12672
12673 * gdb.base/long-inferior-output.c: New file.
12674 * gdb.base/long-inferior-output.exp: New file.
12675
c8ba13ad
KS
126762017-11-18 Keith Seitz <keiths@redhat.com>
12677
12678 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12679 method.
12680 (main): Call it.
12681 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12682 Add additional user-defined conversion operator tests.
12683
b27de576
PA
126842017-10-17 Pedro Alves <palves@redhat.com>
12685
12686 * boards/native-stdio-gdbserver.exp: Load "local-board".
12687
8484c955
PA
126882017-10-17 Pedro Alves <palves@redhat.com>
12689
12690 * gdb.base/quit-live.c: New file.
12691 * gdb.base/quit-live.exp: New file.
12692
83d5a34d
KS
126932017-10-16 Keith Seitz <keiths@redhat.com>
12694
12695 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12696 (class_with_protected_typedef, class_with_private_typedef)
12697 (struct_with_public_typedef, struct_with_protected_typedef)
12698 (struct_with_private_typedef): New classes/structs.
12699 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12700 typedefs and access specifiers.
12701
739b3f1d
PA
127022017-10-16 Pedro Alves <palves@redhat.com>
12703 Simon Marchi <simon.marchi@polymtl.ca>
12704
12705 * README (Local vs Remote vs Native): New section.
12706 * boards/local-board.exp: New file, with bits factored out from
12707 ...
12708 * boards/native-extended-gdbserver.exp: ... here. Load
12709 "local-board".
12710 * boards/native-gdbserver.exp: Load "local-board".
12711 (${board}_spawn, ${board}_exec): Delete.
12712 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12713 ...
12714 * boards/stdio-gdbserver-base.exp: ... this new file.
12715 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12716 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12717 procedure.
12718 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12719 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12720 stdio_gdbserver_command.
12721 (${board}_get_remote_address, ${board}_get_comm_port)
12722 (${board}_download, ${board}_upload): Delete.
12723 (get_target_remote_pipe_cmd): New.
12724
fe68b953
SM
127252017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12726
12727 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12728 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12729 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12730 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12731 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12732 remove with_test_prefix.
12733
300b6685
PA
127342017-10-13 Pedro Alves <palves@redhat.com>
12735
12736 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12737 * gdb.base/annota1.exp: Use it instead of is_remote.
12738 * gdb.base/annota3.exp: Use it instead of is_remote.
12739 * gdb.cp/annota2.exp: Use it instead of is_remote.
12740 * gdb.cp/annota3.exp: Use it instead of is_remote.
12741 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12742
50500caf
PA
127432017-10-13 Pedro Alves <palves@redhat.com>
12744
12745 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12746 (test_num_test_vars, run_and_count_vars, find_env)
12747 (test_set_unset_env, test_inherit_env_var): New procedures.
12748 (top level): Use them.
12749
dad0c6d2
PA
127502017-10-13 Pedro Alves <palves@redhat.com>
12751
12752 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12753 also skip on stub-like targets.
12754
8b0553c1
PA
127552017-10-13 Pedro Alves <palves@redhat.com>
12756
12757 PR gdb/22293
12758 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12759 (top level): Move some tests to ...
12760 (test_not_found): ... this new procedure.
12761 (top level): Call it.
12762
7594f623
PA
127632017-10-13 Pedro Alves <palves@redhat.com>
12764
12765 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12766 expect different "info terminal" output if testing with a
12767 non-native target.
12768
ebe3b402
PA
127692017-10-13 Pedro Alves <palves@redhat.com>
12770 Simon Marchi <simon.marchi@polymtl.ca>
12771
12772 PR python/12966
12773 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12774
42f1b161
PA
127752017-10-13 Pedro Alves <palves@redhat.com>
12776
12777 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12778 already.
12779
8d6ef72b
PA
127802017-10-13 Pedro Alves <palves@redhat.com>
12781
12782 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12783 is_remote.
12784
d7bcd5b8
PA
127852017-10-13 Pedro Alves <palves@redhat.com>
12786
12787 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12788 is_remote.
12789
df479dc6
PA
127902017-10-13 Pedro Alves <palves@redhat.com>
12791
12792 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12793 is set.
12794 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12795 instead of is_remote.
12796
23fb630a
PA
127972017-10-13 Pedro Alves <palves@redhat.com>
12798
12799 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12800 (top level): Add comment.
12801
cc77b1dc
PA
128022017-10-13 Pedro Alves <palves@redhat.com>
12803
12804 * gdb.base/remote.exp (top level): Fix comment typo and add
12805 missing return.
12806
27c9e813
PA
128072017-10-13 Pedro Alves <palves@redhat.com>
12808 Simon Marchi <simon.marchi@polymtl.ca>
12809
12810 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12811 calls and add comments. Skip test if use_gdb_stub is set.
12812 (top level): Use "set cwd" command instead of "cd" command.
12813
5e830d98
PA
128142017-10-13 Pedro Alves <palves@redhat.com>
12815
12816 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12817 is_remote target check.
12818
f5ca0032
PA
128192017-10-13 Pedro Alves <palves@redhat.com>
12820
12821 * gdb.base/scope.exp: Use build_executable + clean_restart +
12822 gdb_file_cmd instead of prepare_for_testing and no longer skip
12823 "before run" tests on is_remote target boards. Update comments.
12824 * boards/native-extended-gdbserver.exp
12825 (extended_gdbserver_load_last_file): New, factored out from ...
12826 (gdb_load): ... this. Move further below and add comment.
12827 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12828
8aed1c0d
PA
128292017-10-12 Pedro Alves <palves@redhat.com>
12830
12831 * gdb.base/attach.exp: Remove references to gdb64.
12832 * gdb.base/dbx.exp: Remove references to gdb64.
12833
cfa34c87
SM
128342017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12835 Pedro Alves <palves@redhat.com>
12836
12837 * gdb.base/label.exp: Remove is_remote target check.
12838
9192b7de
PA
128392017-10-12 Pedro Alves <palves@redhat.com>
12840
12841 * gdb.base/auvx.exp (coredir): Update comment.
12842 (top level) <core_works>: Use "set cwd" command instead of "cd"
12843 command.
12844
6bf0052d
PA
128452017-10-12 Pedro Alves <palves@redhat.com>
12846 Simon Marchi <simon.marchi@polymtl.ca>
12847
12848 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12849 target boards.
12850
e48ef82d
PA
128512017-10-12 Pedro Alves <palves@redhat.com>
12852 Simon Marchi <simon.marchi@polymtl.ca>
12853
12854 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12855 Instead skip if there's any gdb_protocol set.
12856
8d7aea57
SM
128572017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12858 Pedro Alves <palves@redhat.com>
12859
12860 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12861
30440677
PA
128622017-10-12 Pedro Alves <palves@redhat.com>
12863 Simon Marchi <simon.marchi@polymtl.ca>
12864
12865 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12866 instead of on dejagnu remote boards.
12867
4e04f045 128682017-10-12 Pedro Alves <palves@redhat.com>
175654b9 12869 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
12870
12871 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12872 checks. Use build_executable + clean_restart instead of
12873 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12874 of enabling non-stop after starting gdb.
12875
871a186e
PA
128762017-10-12 Pedro Alves <palves@redhat.com>
12877
12878 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12879 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12880 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12881 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12882
56d704da
AK
128832017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12884
12885 * gdb.arch/arc-tdesc-cpu.exp: New file.
12886 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12887
2f20e312
SM
128882017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12889
12890 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12891
65630365
PA
128922017-10-10 Pedro Alves <palves@redhat.com>
12893
12894 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12895 expect CLI output.
12896
bf469271
PA
128972017-10-10 Pedro Alves <palves@redhat.com>
12898
12899 * lib/selftest-support.exp (selftest_setup): Update for
12900 captured_command_loop's prototype change.
12901
777a42f1
PA
129022017-10-09 Pedro Alves <palves@redhat.com>
12903
12904 Test both arch1=>arch2 and arch2=>arch1.
12905
12906 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12907 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12908 factored out to...
12909 (append_arch1_options, append_arch2_options, append_arch_options)
12910 (build_executables): New procedures.
12911 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12912 local.
12913 (top level): Add new 'first_arch' testing axis.
12914
cbd2b4e3
PA
129152017-10-09 Pedro Alves <palves@redhat.com>
12916
12917 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12918 (barrier): New.
12919 (thread_start, all_started): New functions.
12920 (main): Spawn new thread and wait until it is scheduled.
12921 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12922 option.
12923 (do_test): Add 'selected_thread' parameter. Run to all_started
12924 instead of main. Explicitly set the breakpoint at main. Switch
12925 to the SELECTED_THREAD thread.
12926 (top level): Test handling the exec event with either the main
12927 thread or the second thread selected.
12928
5c9e4427
PA
129292017-10-09 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12932 logic. Move STOP marker after the value checks.
12933 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12934 regexp.
12935
b3b7c423
SL
129362017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12937
12938 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12939
3b4b2f16
UW
129402017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12941
12942 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12943 integer-to-dfp conversion.
12944 * gdb.base/dfp-test.exp: Likewise.
12945
5cd63fda
PA
129462017-10-04 Pedro Alves <palves@redhat.com>
12947
12948 * gdb.multi/hangout.c: Include <unistd.h>.
12949 (hangout_loop): New function.
12950 (main): Call alarm. Call hangout_loop in a loop.
12951 * gdb.multi/hello.c: Include <unistd.h>.
12952 (hello_loop): New function.
12953 (main): Call alarm. Call hangout_loop in a loop.
12954 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12955 inferior with the other selected.
12956
4c71c105
SM
129572017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12958
12959 * gdb.mi/list-thread-groups-available.exp: New file.
12960 * gdb.mi/list-thread-groups-available.c: New file.
12961
bc3b087d
SDJ
129622017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12963
12964 * gdb.base/set-cwd.exp: Make it available on
12965 native-extended-gdbserver.
12966
d092c5a2
SDJ
129672017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12968
12969 * gdb.base/set-cwd.c: New file.
12970 * gdb.base/set-cwd.exp: Likewise.
12971
45320ffa
TT
129722017-10-02 Tom Tromey <tom@tromey.com>
12973
12974 PR rust/22236:
12975 * gdb.rust/simple.rs (main): New variable "fslice".
12976 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12977
b3e3859b
TT
129782017-10-02 Tom Tromey <tom@tromey.com>
12979
12980 * gdb.rust/simple.exp: Test ptype of a slice.
12981
01af5e0d
TT
129822017-10-02 Tom Tromey <tom@tromey.com>
12983
12984 * gdb.rust/simple.exp: Test index of slice.
12985
a9bbfbd8
TT
129862017-09-27 Tom Tromey <tom@tromey.com>
12987
12988 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12989
df8899e5
TP
129902017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12991 Pedro Alves <palves@redhat.com>
12992
12993 * gdb.base/compare-sections.exp (get value of read-only section): Read
12994 as unsigned value.
12995 (corrupt read-only section): Likewise and don't set written if patching
12996 failed.
12997
757bf54b
KB
129982017-09-21 Kevin Buettner <kevinb@redhat.com>
12999
13000 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
13001 files.
13002
06871ae8
PA
130032017-09-20 Pedro Alves <palves@redhat.com>
13004
13005 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
13006 symbol names in gdb's output.
13007 * gdb.cp/overload.exp ("list all overloads"): Likewise.
13008
e5f25bc5
PA
130092017-09-20 Pedro Alves <palves@redhat.com>
13010
13011 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
13012 Rename to ...
13013 (test_list_ambiguous_symbol): ... this and add a symbol name
13014 parameter. Adjust.
13015 (test_list_ambiguous_function): Reimplement on top of
13016 test_list_ambiguous_symbol and also test listing ambiguous
13017 variables.
13018 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
13019 (ambiguous_fun): ... this.
13020 (ambiguous_var): New.
13021 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
13022 (ambiguous_fun): ... this.
13023 (ambiguous_var): New.
13024
4e5a4f58
JB
130252017-09-19 John Baldwin <jhb@FreeBSD.org>
13026
13027 * gdb.base/starti.c: New file.
13028 * gdb.base/starti.exp: New file.
13029 * lib/gdb.exp (gdb_starti_cmd): New procedure.
13030
26e53f3e
PA
130312017-09-14 Pedro Alves <palves@redhat.com>
13032
13033 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
13034 (top level): Use it instead of runto.
13035
cb791d59
TT
130362017-09-11 Tom Tromey <tom@tromey.com>
13037
13038 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
13039
7c96f8c1
TT
130402017-09-11 Tom Tromey <tom@tromey.com>
13041
13042 * gdb.python/py-infthread.exp: Add tests for new_thread event.
13043 * gdb.python/py-inferior.exp: Add tests for new inferior events.
13044
469412dd
CW
130452017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
13046
13047 * gdb.fortran/printing-types.exp: New file.
13048 * gdb.fortran/printing-types.exp: New file.
13049
e0f86435
BH
130502017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
13051
13052 * gdb.fortran/vla-ptype.exp: Fix typos.
13053 * gdb.fortran/vla-value.exp: Same.
13054
9e9af4be
BH
130552017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
13056
13057 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
13058 * gdb.mi/mi-var-child-f.exp: Likewise.
13059 * gdb.mi/mi-vla-fortran.exp: Likewise.
13060
a5ad232b 130612017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
13062 Christoph Weinmann <christoph.t.weinmann@intel.com>
13063 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
13064
13065 * gdb.fortran/ptr-indentation.f90: New file.
13066 * gdb.fortran/ptr-indentation.exp: New file.
13067
5aec60eb
TT
130682017-09-05 Tom Tromey <tom@tromey.com>
13069
13070 PR gdb/22010:
13071 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
13072
8f8f8152
TP
130732017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
13074
13075 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
13076
fbd1b771
JK
130772017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13078
13079 * gdb.threads/tls-nodebug-pie.c: New file.
13080 * gdb.threads/tls-nodebug-pie.exp: New file.
13081
5eb5f850
TT
130822017-09-05 Tom Tromey <tom@tromey.com>
13083
13084 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
13085 for rust.
13086
ae780a21
SM
130872017-09-05 Simon Marchi <simon.marchi@ericsson.com>
13088
13089 * gdb.multi/multi-arch-exec.exp: Test with different
13090 "follow-exec-mode" settings.
13091 (do_test): New procedure.
13092
3693fdb3
PA
130932017-09-04 Pedro Alves <palves@redhat.com>
13094
13095 * gdb.base/func-static.c (S::method const, S::method volatile)
13096 (S::method volatile const): New methods.
13097 (c_s, v_s, cv_s): New instances.
13098 (main): Call method() on them.
13099 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
13100 (cannot_resolve): New procedure.
13101 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
13102 print-quote-unquoted columns.
13103 (do_test): Test printing each scope too.
13104
e68cb8e0
PA
131052017-09-04 Pedro Alves <palves@redhat.com>
13106
13107 * gdb.base/local-static.exp: Also test with
13108 class::method::variable wholly quoted.
13109 * gdb.cp/m-static.exp (class::method::variable): Remove test.
13110
858be34c
PA
131112017-09-04 Pedro Alves <palves@redhat.com>
13112
13113 * gdb.base/local-static.c: New.
13114 * gdb.base/local-static.cc: New.
13115 * gdb.base/local-static.exp: New.
13116
46a4882b
PA
131172017-09-04 Pedro Alves <palves@redhat.com>
13118
13119 * gdb.asm/asm-source.exp: Add casts to int.
13120 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
13121 (dataglobal64_1, dataglobal64_2): New globals.
13122 * gdb.base/nodebug.exp: Test different expressions involving the
13123 new globals, with print, whatis and ptype. Add casts to int.
13124 * gdb.base/solib-display.exp: Add casts to int.
13125 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
13126 * gdb.cp/m-static.exp: Add cast to int.
13127 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
13128 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
13129 tls variable with no debug info without a cast. Test with a cast
13130 to int too.
13131 * gdb.trace/entry-values.exp: Add casts.
13132
2c5a2be1
PA
131332017-09-04 Pedro Alves <palves@redhat.com>
13134
13135 * gdb.base/nodebug.exp: Test that ptype's error about functions
13136 with unknown return type includes the function name too.
13137
7022349d
PA
131382017-09-04 Pedro Alves <palves@redhat.com>
13139
13140 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
13141 return type of munmap in infcall.
13142 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
13143 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
13144 type of ftell in infcall.
13145 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
13146 type of getpid in infcall.
13147 * gdb.base/infcall-exec.exp: Cast return type of execlp in
13148 infcall.
13149 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
13150 Bail on failure to extract the pid.
13151 * gdb.base/nodebug.c: #include <stdint.h>.
13152 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
13153 New functions.
13154 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
13155 Change expected output of print/whatis/ptype with functions with
13156 no debug info. Test all supported languages. Call
13157 test_call_promotion.
13158 * gdb.compile/compile.exp: Adjust expected output to expect
13159 warning.
13160 * gdb.threads/siginfo-threads.exp: Likewise.
13161
54990598
PA
131622017-09-04 Pedro Alves <palves@redhat.com>
13163
13164 * gdb.base/callfuncs.exp (do_function_calls): New parameter
13165 "prototypes". Test calling float functions via prototyped and
13166 unprototyped function pointers.
13167 (perform_all_tests): New parameter "prototypes". Pass it down.
13168 (top level): Pass down "prototypes" parameter to
13169 perform_all_tests.
13170
34d16ea2
SM
131712017-09-04 Simon Marchi <simon.marchi@ericsson.com>
13172
13173 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
13174 Test with nested loops.
13175
9521ecda
SM
131762017-09-04 Simon Marchi <simon.marchi@ericsson.com>
13177
13178 * gdb.base/commands.exp: Call the new procedures.
13179 (loop_break_test, loop_continue_test): New procedures.
13180
80a65e9b
SM
131812017-09-04 Simon Marchi <simon.marchi@ericsson.com>
13182
13183 * gdb.base/commands.exp: Call new procedure.
13184 (define_if_without_arg_test): New procedure.
13185
e439fa14
PA
131862017-09-04 Pedro Alves <palves@redhat.com>
13187
13188 * gdb.base/list-ambiguous.exp: New file.
13189 * gdb.base/list-ambiguous0.c: New file.
13190 * gdb.base/list-ambiguous1.c: New file.
13191 * gdb.base/list.exp (test_list_range): Adjust expected output.
13192
0a2dde4a
SDJ
131932017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
13194
13195 * gdb.base/share-env-with-gdbserver.c: New file.
13196 * gdb.base/share-env-with-gdbserver.exp: Likewise.
13197
5e89eb3a
SM
131982017-08-28 Simon Marchi <simon.marchi@ericsson.com>
13199
13200 * gdb.base/commands.exp (gdbvar_simple_if_test,
13201 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
13202 progvar_simple_if_test, progvar_simple_while_test,
13203 progvar_complex_if_while_test, user_defined_command_test,
13204 user_defined_command_args_eval,
13205 user_defined_command_args_stack_test,
13206 user_defined_command_manyargs_test, bp_deleted_in_command_test,
13207 temporary_breakpoint_commands,
13208 gdb_test_no_prompt, redefine_hook_test,
13209 redefine_backtrace_test): Remove "global gdb_prompt".
13210
fd437cbc
SM
132112017-08-28 Simon Marchi <simon.marchi@ericsson.com>
13212
13213 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
13214 New proc, call it from toplevel.
13215
87215ad1
SDJ
132162017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
13217
13218 PR remote/21852
13219 * gdb.server/normal.c: New file, copied from gdb.base.
13220 * gdb.server/run-without-local-binary.exp: New file.
13221
58afddc6
WP
132222017-08-07 Weimin Pan <weimin.pan@oracle.com>
13223
13224 * gdb.arch/sparc64-adi.exp: New file.
13225 * gdb.arch/sparc64-adi.c: New file.
13226
5277199a
PA
132272017-08-22 Pedro Alves <palves@redhat.com>
13228
13229 * gdb.cp/overload.exp (line_range_pattern): New procedure.
13230 (top level): Add "list all overloads" tests.
13231
14278e1f
TT
132322017-08-22 Tom Tromey <tom@tromey.com>
13233
13234 * gdb.gdb/xfullpath.exp: Remove.
13235
bf223d3e
PA
132362017-08-21 Pedro Alves <palves@redhat.com>
13237
13238 PR gdb/19487
13239 * gdb.base/symbol-alias.c: New.
13240 * gdb.base/symbol-alias2.c: New.
13241 * gdb.base/symbol-alias.exp: New.
13242
c973d0aa
PA
132432017-08-21 Pedro Alves <palves@redhat.com>
13244
13245 * gdb.base/dfp-test.c
13246 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
13247 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
13248 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
13249 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
13250 * gdb.base/whatis-ptype-typedefs.c: New.
13251 * gdb.base/whatis-ptype-typedefs.exp: New.
13252 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
13253 (an_int, an_int_type, an_int_type2): New globals.
13254 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
13255 involving typedefs and cast expressions.
13256 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
13257 (lookup_typedefs_function): New.
13258 (typedefs_pretty_printers_dict): New.
13259 (top level): Register lookup_typedefs_function in
13260 gdb.pretty_printers.
13261
6d580b63
YQ
132622017-08-18 Yao Qi <yao.qi@linaro.org>
13263
13264 * gdb.server/unittest.exp: New.
13265
206726fb
SDJ
132662017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
13267
13268 PR gdb/21954
13269 * gdb.base/environ.exp: Add test to check if 'unset environment'
13270 works.
13271
bf0ec4c2
AA
132722017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13273
13274 * lib/gdb.exp (universal_compile_options): New caching proc.
13275 (gdb_compile): Suppress GCC's coloring of messages.
13276
d6382fff
TT
132772017-08-14 Tom Tromey <tom@tromey.com>
13278
13279 PR gdb/21675:
13280 * gdb.base/printcmds.exp (test_radices): New function.
13281 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
13282 * gdb.base/sizeof.exp (check_valueof): Use p/d.
13283 * lib/gdb.exp (get_integer_valueof): Use p/d.
13284
c2c2dd9f
SM
132852017-08-12 Simon Marchi <simon.marchi@ericsson.com>
13286
13287 * lib/gdb.exp (get_valueof): Don't capture end-of-line
13288 characters.
13289
fdffd6f4
TT
132902017-08-05 Tom Tromey <tom@tromey.com>
13291
13292 * gdb.rust/simple.exp: Allow String to appear in a different
13293 namespace.
13294
27d41eac
YQ
132952017-07-26 Yao Qi <yao.qi@linaro.org>
13296
13297 * gdb.gdb/unittest.exp: Invoke command
13298 "maintenance check xml-descriptions".
13299
031ed05d
AA
133002017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13301
13302 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
13303 calling context.
13304 (hex128): Drop erroneous calculation of parameters.
13305
dcd27ddf
SM
133062017-07-22 Simon Marchi <simon.marchi@ericsson.com>
13307
13308 * gdb.python/py-unwind.exp: Disable stack protection when
13309 building test file.
13310
47e77640
PA
133112017-07-20 Pedro Alves <palves@redhat.com>
13312
13313 * gdb.base/default.exp (set language): Adjust expected output.
13314
62d2a18a
PA
133152017-07-20 Pedro Alves <palves@redhat.com>
13316
13317 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
13318 (test_minsym): ... this, and make static.
13319 (get_pck__foo__bar__minsym): Rename to ...
13320 (get_test_minsym): ... this.
13321 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
13322 symbol names and comments.
13323 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
13324 (get_test_minsym): ... this.
13325 (pck__foo__bar__minsym__2): Rename to ...
13326 (test_minsym): ... this.
13327 (main): Adjust.
13328
c45ec17c
PA
133292017-07-17 Pedro Alves <palves@redhat.com>
13330
13331 * gdb.base/completion.exp: Adjust expected output.
13332 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
13333 the completer works.
13334
c6756f62
PA
133352017-07-17 Pedro Alves <palves@redhat.com>
13336
13337 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
13338
5bd68487
AB
133392017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
13340
13341 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
13342
8880f2a9
TT
133432017-07-14 Tom Tromey <tom@tromey.com>
13344
13345 PR rust/21764:
13346 * gdb.rust/simple.exp: Add tests.
13347
65547233
TT
133482017-07-14 Tom Tromey <tom@tromey.com>
13349
13350 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
13351
8f14146e
PA
133522017-07-14 Pedro Alves <palves@redhat.com>
13353
13354 * gdb.linespec/base/one/thefile.cc (z1): New function.
13355 * gdb.linespec/base/two/thefile.cc (z2): New function.
13356 * gdb.linespec/linespec.exp: Add tests.
13357
b4365d02
AB
133582017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13359
13360 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
13361 to mi_create_breakpoint.
13362
5d2cbaa5
AB
133632017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13364
13365 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
13366 mi_create_breakpoint.
13367
11cb5716
IB
133682017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
13369
13370 * gdb.dlang/demangle.exp: Update for demangling changes.
13371
03278692
TT
133722017-07-09 Tom Tromey <tom@tromey.com>
13373
13374 * gdb.dwarf2/shortpiece.exp: New file.
13375
33c5cd75
DB
133762017-07-06 David Blaikie <dblaikie@gmail.com>
13377
13378 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
13379 built from fissiont-multi-cu{1,2}.c.
13380 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
13381 except putting 'main' and 'func' in separate CUs in the same DWO file.
13382 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
13383 test.
13384 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
13385 test.
13386
8455d262
PA
133872017-07-06 Pedro Alves <palves@redhat.com>
13388
13389 * gdb.python/py-unwind.exp: Test flushregs.
13390
dc4bde35
SDJ
133912017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13392
13393 PR cli/21688
13394 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
13395 tests for alias commands and trailing whitespace.
13396
51ed89aa
SDJ
133972017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13398
13399 PR cli/21688
13400 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
13401 procedure. Call it.
13402
eb17d413
PA
134032017-06-29 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.base/printcmds.exp: Add tests.
13406
41664b45
DG
134072017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
13408
13409 PR gdb/21337
13410 * gdb.base/reread-readsym.exp: New file.
13411 * gdb.base/reread-readsym.c: New file.
13412
75312ae3
KB
134132017-06-21 Kevin Buettner <kevinb@redhat.com>
13414
13415 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
13416 subpattern.
13417
66953522
PB
134182017-06-19 Peter Bergner <bergner@vnet.ibm.com>
13419
13420 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
13421 extended mnemonic.
13422 * gdb.arch/powerpc-power9.s: Likewise.
13423
5524b525
AA
134242017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13425
13426 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
13427 on 32-bit x86 targets. Exploit is_*_target macros where
13428 appropriate.
13429
03c8af18
AA
134302017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13431
13432 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
13433 register pieces.
13434
3bf31011
AA
134352017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13436
13437 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
13438 located in one or more DWARF pieces.
13439
805acca0
AA
134402017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13441
13442 * lib/gdb.exp (get_endianness): New proc.
13443 * gdb.arch/aarch64-fp.exp: Use it.
13444 * gdb.arch/altivec-regs.exp: Likewise.
13445 * gdb.arch/e500-regs.exp: Likewise.
13446 * gdb.arch/vsx-regs.exp: Likewise.
13447 * gdb.base/dump.exp: Likewise.
13448 * gdb.base/funcargs.exp: Likewise.
13449 * gdb.base/gnu_vector.exp: Likewise.
13450 * gdb.dwarf2/formdata16.exp: Likewise.
13451 * gdb.dwarf2/implptrpiece.exp: Likewise.
13452 * gdb.dwarf2/nonvar-access.exp: Likewise.
13453 * gdb.python/py-inferior.exp: Likewise.
13454 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
13455
e9352324
AA
134562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13457
13458 PR gdb/21226
13459 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
13460 stack value pieces are taken from the LSB end.
13461
d5d1163e
AA
134622017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13463
13464 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
13465 variable at nonzero offset.
13466
0567c986
AA
134672017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13468
13469 * gdb.dwarf2/var-access.c: New file.
13470 * gdb.dwarf2/var-access.exp: New test.
13471 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
13472
973e9aab
TT
134732017-06-12 Tom Tromey <tom@tromey.com>
13474
13475 * gdb.dwarf2/formdata16.exp: Add tests.
13476
d9109c80
TT
134772017-06-12 Tom Tromey <tom@tromey.com>
13478
13479 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
13480
30a25466
TT
134812017-06-12 Tom Tromey <tom@tromey.com>
13482
13483 PR exp/16225:
13484 * gdb.reverse/i386-sse-reverse.exp: Update tests.
13485 * gdb.arch/vsx-regs.exp: Update tests.
13486 * gdb.arch/s390-vregs.exp (hex128): New proc.
13487 Update test.
13488 * gdb.arch/altivec-regs.exp: Update tests.
13489
aefd8b33
SDJ
134902017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13491
13492 * gdb.base/startup-with-shell.c: New file.
13493 * gdb.base/startup-with-shell.exp: Likewise.
13494
2090129c
SDJ
134952017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13496
13497 * gdb.server/non-existing-program.exp: Update regex in order to
13498 reflect the fact that gdbserver is now using fork_inferior (with a
13499 shell) to startup the inferior.
13500
8e86a419
SM
135012017-05-30 Simon Marchi <simon.marchi@ericsson.com>
13502
13503 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
13504 support function calls from GDB.
13505
e6cf65f2
TT
135062017-05-21 Tom Tromey <tom@tromey.com>
13507
13508 PR rust/21466:
13509 * gdb.rust/unsized.exp: New file.
13510 * gdb.rust/unsized.rs: New file.
13511
43cc5389
TT
135122017-05-19 Tom Tromey <tom@tromey.com>
13513
13514 PR rust/21484:
13515 * gdb.rust/watch.exp: New file.
13516 * gdb.rust/watch.rs: New file.
13517
ec8df234
TT
135182017-05-18 Tom Tromey <tom@tromey.com>
13519
13520 * gdb.rust/simple.exp: Allow Box to be qualified.
13521
3e3e7fae
TP
135222017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
13523
13524 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
13525
59cc050d
PA
135262017-05-18 Pedro Alves <palves@redhat.com>
13527
13528 * gdb.base/fileio.c (test_write, test_read, test_close)
13529 (test_fstat): Don't print 'ret' in the fail path.
13530
c8f6abd1
PA
135312017-05-18 Pedro Alves <palves@redhat.com>
13532
13533 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
13534 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
13535 (test_system, test_rename, test_unlink, test_time): Change
13536 prototypes.
13537 * gdb.base/fileio.exp (stop_msg): Adjust.
13538
d2a03b77
PA
135392017-05-18 Pedro Alves <palves@redhat.com>
13540
13541 * gdb.base/fileio.c (null_str): New global.
13542 (test_stat): Use it.
13543 * gdb.base/fileio.exp: Remove nowarnings.
13544
0d5c6999
YQ
135452017-05-17 Yao Qi <yao.qi@linaro.org>
13546
13547 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
13548
21873064
YQ
135492017-05-17 Simon Marchi <simon.marchi@ericsson.com>
13550
13551 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
13552 argument command.
13553 (top-level): Invoke test_set_inferior_tty.
13554
d512d31c
PA
135552017-05-04 Pedro Alves <palves@redhat.com>
13556
13557 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
13558 Add parens to print call for Python 3.
13559
90cef2ed
KS
135602017-05-03 Keith Seitz <keiths@redhat.com>
13561
13562 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13563 (main): Call it.
13564
14f819c8
TW
135652017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13566
13567 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
13568 to prev and next.
13569
913aeadd
TW
135702017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13571
13572 * gdb.python/py-record-btrace.exp: Remove test for
13573 gdb.BtraceInstruction.error.
13574
a3be24ad
TW
135752017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13576
13577 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13578
ae20e79a
TW
135792017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13580
13581 * gdb.python/py-record-btrace-threads.c: New file.
13582 * gdb.python/py-record-btrace-threads.exp: New file.
13583
45ce1b47
SDJ
135842017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
13585
13586 PR testsuite/8595
13587 * gdb.base/environ.exp: Make test available in all architectures.
13588 Move bits related to "info program" testing to
13589 gdb.base/info-program.exp. Rewrite tests to use the two new
13590 procedures mentione below.
13591 (test_set_show_env_var) New procedure.
13592 (test_set_show_env_var_equal): Likewise.
13593 * gdb.base/info-program.exp: New file.
13594
e15c3eb4
KS
135952017-04-27 Keith Seitz <keiths@redhat.com>
13596
13597 * gdb.cp/oranking.cc (test15): New function.
13598 (main): Call test15 and declare additional variables for testing.
13599 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13600 "p foo101('abc')" tests.
13601 Add tests for cv qualifier overloads.
13602 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13603 "lvalue reference overload" test.
13604 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13605 "print value of f1 on Child&& in f2" test.
13606
3a3fd0fd
PA
136072017-04-19 Pedro Alves <palves@redhat.com>
13608
13609 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13610 procedure.
13611 (top level): Call it.
13612 * lib/gdb.exp (gdb_define_cmd): New procedure.
13613
53375380
PA
136142017-04-12 Pedro Alves <palves@redhat.com>
13615
13616 PR gdb/21323
13617 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13618 (wchar): New global.
13619 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13620 (do_test_wide_char, wide_char_types_no_program, top level): Add
13621 wchar_t testing.
13622
53e710ac
PA
136232017-04-12 Pedro Alves <palves@redhat.com>
13624
13625 PR c++/21323
13626 * gdb.cp/wide_char_types.c: New file.
13627 * gdb.cp/wide_char_types.exp: New file.
13628
0ad9d8c7
SDJ
136292017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13630
13631 PR gdb/21352
13632 * gdb.trace/tsv.exp: Add test for "tsave -r".
13633
b1b45502
IB
136342017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13635
13636 * gdb.dlang/watch-loc.c: New file.
13637 * gdb.dlang/watch-loc.exp: New file.
13638
ec13808e
JK
136392017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13640
13641 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13642
fe5f7374
AK
136432017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13644
13645 * gdb.arch/arc-analyze-prologue.S: New file.
13646 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13647
eea78757
AK
136482017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13649
13650 * gdb.arch/arc-decode-insn.S: New file.
13651 * gdb.arch/arc-decode-insn.exp: Likewise.
13652
5badf10a
IR
136532017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13654
13655 PR tdep/20928
13656 * gdb.arch/sparc64-regs.exp: New file.
13657 * gdb.arch/sparc64-regs.S: Likewise.
13658
cee59b3f
TW
136592017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13660
13661 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13662 and memory view on Python 3.
13663
c0f55cc6
AV
136642017-03-20 Artemiy Volkov <artemiyv@acm.org>
13665 Keith Seitz <keiths@redhat.com>
13666
13667 PR gdb/14441
13668 * gdb.cp/demangle.exp: Add rvalue reference tests.
13669 * gdb.cp/rvalue-ref-casts.cc: New file.
13670 * gdb.cp/rvalue-ref-casts.exp: New file.
13671 * gdb.cp/rvalue-ref-overload.cc: New file.
13672 * gdb.cp/rvalue-ref-overload.exp: New file.
13673 * gdb.cp/rvalue-ref-params.cc: New file.
13674 * gdb.cp/rvalue-ref-params.exp: New file.
13675 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13676 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13677 * gdb.cp/rvalue-ref-types.cc: New file.
13678 * gdb.cp/rvalue-ref-types.exp: New file.
13679 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13680 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13681
51457a05
MAL
136822017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13683
13684 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13685 New procedure.
13686
5b291c04
MAL
136872017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13688
13689 * lib/mi-support.exp (mi_gdb_test): Add additional message
13690 for unexpected output.
13691
59a56148
AA
136922017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13693
13694 * gdb.base/examine-backward.c (Barrier): New character array
13695 constant, to ensure that TestStrings is preceded by a string
13696 terminator.
13697
7942e96e
AA
136982017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13699
13700 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13701 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13702 and implicit pointer into such a location.
13703
6ebac3fb
DE
137042017-03-16 Doug Evans <dje@google.com>
13705
13706 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13707
ec3b243d
TP
137082017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13709
13710 * gdb.cp/m-static.exp: Fix expectation for prototype of
13711 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
13712
137132017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
13714
13715 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13716 * gdb.guile/scm-lazy-string.c: New file.
13717 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13718 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13719 for pointer, array, typedef lazy strings.
13720
2cc36e25 137212017-03-16 Doug Evans <dje@google.com>
34b43320
DE
13722
13723 PR python/17728, python/18439, python/18779
13724 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13725 * gdb.python/py-lazy-string.c (pointer): New typedef.
13726 (main): New locals ptr, array, typedef_ptr.
13727 * gdb.python/py-value.exp: Move lazy string tests to ...
13728 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13729 array, typedef lazy strings.
ec3b243d 13730
0efcde63
AK
137312017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13732
13733 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13734 Add optional 'test' parameter.
13735
7978d7c3
SM
137362017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13737
13738 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13739 Skip for versions of DejaGnu < 1.5.
13740
896c0c1e
SM
137412017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13742
13743 * lib/gdb.exp (dejagnu_version): New proc.
13744 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13745 Use dejagnu_version.
13746
5f4d1085
KS
137472017-03-10 Keith Seitz <keiths@redhat.com>
13748
13749 PR c++/8128
13750 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13751 type from destructor regexps.
13752 Add a branch which actually passes the test.
13753 Adjust "ptype t5i" test names.
13754
1de05205
PA
137552017-03-08 Pedro Alves <palves@redhat.com>
13756
13757 * gdb.base/step-over-exit.exp: Add explicit test message.
13758
c65d6b55
PA
137592017-03-08 Pedro Alves <palves@redhat.com>
13760
13761 PR gdb/18360
13762 * gdb.threads/interrupt-while-step-over.c: New file.
13763 * gdb.threads/interrupt-while-step-over.exp: New file.
13764
2e86a283
PA
137652017-03-08 Pedro Alves <palves@redhat.com>
13766
13767 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13768 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13769
25dcbff6
PA
137702017-03-08 Pedro Alves <palves@redhat.com>
13771
13772 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13773 PKRU as not supported as a PASS.
13774
dc9366eb
PA
137752017-03-08 Pedro Alves <palves@redhat.com>
13776
13777 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13778 prefix instead of $binfile1/$binfile2.
13779 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13780 in test message.
13781 * gdb.python/py-completion.exp: Use "load python file" as test
13782 messages instead of unstable path names.
13783
6e5d74e7
PA
137842017-03-08 Pedro Alves <palves@redhat.com>
13785 Jan Kratochvil <jan.kratochvil@redhat.com>
13786
13787 PR cli/21218
13788 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13789 New proc.
13790 (top level): Call it.
13791
9753a2f6
PA
137922017-03-08 Pedro Alves <palves@redhat.com>
13793
13794 PR tui/21216
13795 * gdb.tui/tui-nl-filtered-output.exp: New file.
13796
1a4dd9dd
PA
137972017-03-08 Pedro Alves <palves@redhat.com>
13798
13799 * gdb.base/completion.exp: Move TUI completion tests to ...
13800 * gdb.tui/completion.exp: ... this new file.
13801
7cbbff33
PA
138022017-03-08 Pedro Alves <palves@redhat.com>
13803
13804 * gdb.base/tui-disasm-long-lines.c,
13805 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13806 gdb.base/tui-layout.exp: Move to ...
13807 * gdb.tui/: ... this new directory.
13808
5f6fd321
PA
138092017-03-07 Pedro Alves <palves@redhat.com>
13810
13811 * gdb.base/tui-layout.c: New file.
13812 * gdb.base/tui-layout.exp: New file.
13813
44959fa8
PA
138142017-03-07 Pedro Alves <palves@redhat.com>
13815
13816 * gdb.base/tui-layout.c: Rename to ...
13817 * gdb.base/tui-disasm-long-lines.c: ... this.
13818 * gdb.base/tui-layout.exp: Rename to ...
13819 * gdb.base/tui-disasm-long-lines.exp: ... this.
13820
f8c4e718
PA
138212017-03-07 Pedro Alves <palves@redhat.com>
13822
13823 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13824
6dbb839a 138252017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
13826
13827 * i386-mpx-call.c: New file.
13828 * i386-mpx-call.exp: New file.
13829
65b48a81
PB
138302017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13831
13832 * gdb.arch/powerpc-power.exp: Delete test.
13833 * gdb.arch/powerpc-power.s: Likewise.
13834 * gdb.disasm/disassembler-options.exp: New test.
13835 * gdb.arch/powerpc-altivec.exp: Likewise.
13836 * gdb.arch/powerpc-altivec.s: Likewise.
13837 * gdb.arch/powerpc-altivec2.exp: Likewise.
13838 * gdb.arch/powerpc-altivec2.s: Likewise.
13839 * gdb.arch/powerpc-altivec3.exp: Likewise.
13840 * gdb.arch/powerpc-altivec3.s: Likewise.
13841 * gdb.arch/powerpc-power7.exp: Likewise.
13842 * gdb.arch/powerpc-power7.s: Likewise.
13843 * gdb.arch/powerpc-power8.exp: Likewise.
13844 * gdb.arch/powerpc-power8.s: Likewise.
13845 * gdb.arch/powerpc-power9.exp: Likewise.
13846 * gdb.arch/powerpc-power9.s: Likewise.
13847 * gdb.arch/powerpc-vsx.exp: Likewise.
13848 * gdb.arch/powerpc-vsx.s: Likewise.
13849 * gdb.arch/powerpc-vsx2.exp: Likewise.
13850 * gdb.arch/powerpc-vsx2.s: Likewise.
13851 * gdb.arch/powerpc-vsx3.exp: Likewise.
13852 * gdb.arch/powerpc-vsx3.s: Likewise.
13853 * gdb.arch/arm-disassembler-options.exp: Likewise.
13854 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13855 * gdb.arch/s390-disassembler-options.exp: Likewise.
13856
17cd4947
LM
138572017-02-23 Luis Machado <lgustavo@codesourcery.com>
13858
13859 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13860 (check_supported_features): ... this. Changed return type to void.
13861 (supports_rdseed): New static global.
13862 (rdseed): Check supports_rdseed.
13863 (initialize): Call check_supported_features.
13864
2039d74e
EBM
138652017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13866
13867 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13868 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13869 and lqarx/stqcx.
13870 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13871 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13872
a51d7ecf
EBM
138732017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13874
13875 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13876 uppercase.
13877
0224619f
JK
138782017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13879
13880 * gdb.dwarf2/formdata16.c: New file.
13881 * gdb.dwarf2/formdata16.exp: New file.
13882 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13883
216f72a1
JK
138842017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13885
13886 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13887 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13888 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13889 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13890 DW_AT_GNU_*.
13891
43988095
JK
138922017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13893
13894 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13895
99e8a4f9
SDJ
138962017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13897
13898 PR gdb/21164
13899 * gdb.base/maint.exp: Add testcases for when the commands do
13900 not have arguments.
13901
b58a8c0c
TP
139022017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13903
13904 * gdb.cp/chained-calls.exp: Use p instead of P.
13905
4e746bb6
TW
139062017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13907
13908 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13909 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13910
3f77c769
TT
139112017-02-14 Tom Tromey <tom@tromey.com>
13912
13913 PR python/13598:
13914 * gdb.python/py-events.exp: Add before_prompt event tests.
13915
075beec0
AA
139162017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13917
13918 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13919
bf5f525c
LM
139202017-02-13 Luis Machado <lgustavo@codesourcery.com>
13921
13922 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13923 (main): Call my_unique_function_name.
13924 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13925 completion of patterns with a single match.
13926 Add missing -re switches to gdb_test_multiple calls.
13927
13a66184
LM
139282017-02-13 Luis Machado <lgustavo@codesourcery.com>
13929
13930 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13931 return if core file is not recognized.
13932
26a06916
SM
139332017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13934
13935 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13936 and extra UIs.
13937
b761ca9e
SM
139382017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13939
13940 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13941 proc_with_prefix.
13942
b964bee0
TT
139432017-02-10 Tom Tromey <tom@tromey.com>
13944
13945 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13946
18da0c51
MG
139472017-02-10 Martin Galvan <martingalvan@sourceware.org>
13948
13949 PR gdb/21122
13950 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13951
604c4576
JG
139522017-02-08 Jerome Guitton <guitton@adacore.com>
13953
13954 * gdb.base/define.exp: Add test for command abbreviations
13955 in define.
13956
20b477a7
LM
139572017-02-06 Luis Machado <lgustavo@codesourcery.com>
13958
13959 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13960 * gdb.reverse/insn-reverse-x86.c: New file.
13961
3f7b46f2
IR
139622017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13963
13964 PR tdep/20936
13965 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13966
f0fd41c1
TT
139672017-02-03 Tom Tromey <tom@tromey.com>
13968
13969 PR rust/21097:
13970 * gdb.rust/simple.exp: Add new tests.
13971
5be5dbf0
PA
139722017-02-02 Pedro Alves <palves@redhat.com>
13973
13974 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13975 tests.
13976
7346ef59
AA
139772017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13978
13979 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13980 taking a 2-byte value out of a 4-byte DWARF implicit value on
13981 big-endian targets.
13982 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13983 logic. Add test cases for DW_OP_implicit.
13984
787f0025
MM
139852017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13986
13987 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13988
68777c29
MM
139892017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13990
13991 * gdb.btrace/enable.exp: Call gdb_exit before
13992 skip_gdbserver_tests.
13993
0a1c7e28
MM
139942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13995
13996 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13997 GDBFLAGS.
13998
b5ac99b0
MM
139992017-02-01 Markus Metzger <markus.t.metzger@intel.com>
14000
14001 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
14002 the test is skipped.
14003 * gdb.btrace/data.exp: Likewise.
14004 * gdb.btrace/delta.exp: Likewise.
14005 * gdb.btrace/dlopen.exp: Likewise.
14006 * gdb.btrace/enable-running.exp: Likewise.
14007 * gdb.btrace/enable.exp: Likewise.
14008 * gdb.btrace/exception.exp: Likewise.
14009 * gdb.btrace/function_call_history.exp: Likewise.
14010 * gdb.btrace/gcore.exp: Likewise.
14011 * gdb.btrace/instruction_history.exp: Likewise.
14012 * gdb.btrace/multi-thread-step.exp: Likewise.
14013 * gdb.btrace/nohist.exp: Likewise.
14014 * gdb.btrace/non-stop.exp: Likewise.
14015 * gdb.btrace/reconnect.exp: Likewise.
14016 * gdb.btrace/record_goto-step.exp: Likewise.
14017 * gdb.btrace/record_goto.exp: Likewise.
14018 * gdb.btrace/rn-dl-bind.exp: Likewise.
14019 * gdb.btrace/segv.exp: Likewise.
14020 * gdb.btrace/step.exp: Likewise.
14021 * gdb.btrace/stepi.exp: Likewise.
14022 * gdb.btrace/tailcall-only.exp: Likewise.
14023 * gdb.btrace/tailcall.exp: Likewise.
14024 * gdb.btrace/tsx.exp: Likewise.
14025 * gdb.btrace/unknown_functions.exp: Likewise.
14026 * gdb.btrace/vdso.exp: Likewise.
14027
cd4007e4
MM
140282017-02-01 Markus Metzger <markus.t.metzger@intel.com>
14029
14030 * gdb.btrace/enable-running.c: New.
14031 * gdb.btrace/enable-running.exp: New.
14032
2735833d
WT
140332017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
14034
14035 * gdb.arch/amd64-gs_base.c: New file.
14036 * gdb.arch/amd64-gs_base.exp: New file.
14037
b51e1e94
LM
140382017-01-26 Luis Machado <lgustavo@codesourcery.com>
14039
14040 * lib/memory.exp: Remove spurious empty newlines.
14041
72ca0410
SM
140422017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
14043
14044 * gdb.python/py-bad-printers.exp: Load python file using "source".
14045 * gdb.python/py-events.exp: Likewise.
14046 * gdb.python/py-evsignal.exp: Likewise.
14047 * gdb.python/py-evthreads.exp: Likewise.
14048 * gdb.python/py-frame-args.exp: Likewise.
14049 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
14050 * gdb.python/py-framefilter-mi.exp: Likewise.
14051 * gdb.python/py-framefilter.exp: Likewise.
14052 * gdb.python/py-mi.exp: Likewise.
14053 * gdb.python/py-pp-maint.exp: Likewise.
14054 * gdb.python/py-pp-registration.exp: Likewise.
14055 * gdb.python/py-prettyprint.exp: Likewise.
14056 (run_lang_tests): Likewise.
14057 * gdb.python/py-typeprint.exp: Likewise.
14058
e309aa65
LM
140592017-01-26 Luis Machado <lgustavo@codesourcery.com>
14060
14061 * lib/memory.exp: New file.
14062 * lib/gdb.exp: Load memory.exp.
14063 * gdb.base/memattr.exp (delete_memory): Move proc to
14064 lib/memory.exp and rename to delete_memory_regions.
14065 Replace delete_memory with delete_memory_regions.
14066 Cleanup memory regions before tests.
14067 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
14068 before tests.
14069
515aff23
LM
140702017-01-26 Luis Machado <lgustavo@codesourcery.com>
14071
14072 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
14073 files.
14074 (initialize): New function conditionally defined.
14075 (testcases): Move within conditional block.
14076 (main): Call initialize.
14077 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
14078 of gdb.reverse/insn-reverse.c.
14079 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
14080 gdb.reverse/insn-reverse.c.
14081
d8b49cf0
YQ
140822017-01-26 Yao Qi <yao.qi@linaro.org>
14083
14084 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
14085 disassemble on address 0.
14086
f13a9a0c
YQ
140872017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
14088 Yao Qi <yao.qi@linaro.org>
14089
14090 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
14091 * gdb.dwarf2/implptr-64bit.S: Remove.
14092 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
14093 variables in caller's context. Add DW_OP_implicit_value.
14094
5ac95241
YQ
140952017-01-25 Yao Qi <yao.qi@linaro.org>
14096
14097 * lib/dwarf.exp (Dwarf::_location): Handle
14098 DW_OP_GNU_implicit_pointer with proper size.
14099
23e82930
LM
141002017-01-20 Luis Machado <lgustavo@codesourcery.com>
14101
14102 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
14103 and add untested calls.
14104
d334ae25
LM
141052017-01-20 Luis Machado <lgustavo@codesourcery.com>
14106
14107 * gdb.python/python.exp: Check line number against what GDB thinks
14108 the line number is for func1.
14109
f5e6296e
IB
141102017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
14111
14112 * gdb.dlang/debug-expr.exp: New file.
14113
5b362f04
LM
141142016-12-23 Luis Machado <lgustavo@codesourcery.com>
14115
14116 Fix test names for the following files:
14117
14118 * gdb.ada/exec_changed.exp
14119 * gdb.ada/info_types.exp
14120 * gdb.arch/aarch64-atomic-inst.exp
14121 * gdb.arch/aarch64-fp.exp
14122 * gdb.arch/altivec-abi.exp
14123 * gdb.arch/altivec-regs.exp
14124 * gdb.arch/amd64-byte.exp
14125 * gdb.arch/amd64-disp-step.exp
14126 * gdb.arch/amd64-dword.exp
14127 * gdb.arch/amd64-entry-value-inline.exp
14128 * gdb.arch/amd64-entry-value-param.exp
14129 * gdb.arch/amd64-entry-value-paramref.exp
14130 * gdb.arch/amd64-entry-value.exp
14131 * gdb.arch/amd64-i386-address.exp
14132 * gdb.arch/amd64-invalid-stack-middle.exp
14133 * gdb.arch/amd64-invalid-stack-top.exp
14134 * gdb.arch/amd64-optimout-repeat.exp
14135 * gdb.arch/amd64-prologue-skip.exp
14136 * gdb.arch/amd64-prologue-xmm.exp
14137 * gdb.arch/amd64-stap-special-operands.exp
14138 * gdb.arch/amd64-stap-wrong-subexp.exp
14139 * gdb.arch/amd64-tailcall-cxx.exp
14140 * gdb.arch/amd64-tailcall-noret.exp
14141 * gdb.arch/amd64-tailcall-ret.exp
14142 * gdb.arch/amd64-tailcall-self.exp
14143 * gdb.arch/amd64-word.exp
14144 * gdb.arch/arm-bl-branch-dest.exp
14145 * gdb.arch/arm-disp-step.exp
14146 * gdb.arch/arm-neon.exp
14147 * gdb.arch/arm-single-step-kernel-helper.exp
14148 * gdb.arch/avr-flash-qualifier.exp
14149 * gdb.arch/disp-step-insn-reloc.exp
14150 * gdb.arch/e500-abi.exp
14151 * gdb.arch/e500-regs.exp
14152 * gdb.arch/ftrace-insn-reloc.exp
14153 * gdb.arch/i386-avx512.exp
14154 * gdb.arch/i386-bp_permanent.exp
14155 * gdb.arch/i386-byte.exp
14156 * gdb.arch/i386-cfi-notcurrent.exp
14157 * gdb.arch/i386-disp-step.exp
14158 * gdb.arch/i386-dr3-watch.exp
14159 * gdb.arch/i386-float.exp
14160 * gdb.arch/i386-gnu-cfi.exp
14161 * gdb.arch/i386-mpx-map.exp
14162 * gdb.arch/i386-mpx-sigsegv.exp
14163 * gdb.arch/i386-mpx-simple_segv.exp
14164 * gdb.arch/i386-mpx.exp
14165 * gdb.arch/i386-permbkpt.exp
14166 * gdb.arch/i386-prologue.exp
14167 * gdb.arch/i386-signal.exp
14168 * gdb.arch/i386-size-overlap.exp
14169 * gdb.arch/i386-unwind.exp
14170 * gdb.arch/i386-word.exp
14171 * gdb.arch/mips-fcr.exp
14172 * gdb.arch/powerpc-d128-regs.exp
14173 * gdb.arch/powerpc-stackless.exp
14174 * gdb.arch/ppc64-atomic-inst.exp
14175 * gdb.arch/s390-stackless.exp
14176 * gdb.arch/s390-tdbregs.exp
14177 * gdb.arch/s390-vregs.exp
14178 * gdb.arch/sparc-sysstep.exp
14179 * gdb.arch/thumb-bx-pc.exp
14180 * gdb.arch/thumb-singlestep.exp
14181 * gdb.arch/thumb2-it.exp
14182 * gdb.arch/vsx-regs.exp
14183 * gdb.asm/asm-source.exp
14184 * gdb.base/a2-run.exp
14185 * gdb.base/advance.exp
14186 * gdb.base/all-bin.exp
14187 * gdb.base/anon.exp
14188 * gdb.base/args.exp
14189 * gdb.base/arithmet.exp
14190 * gdb.base/async-shell.exp
14191 * gdb.base/async.exp
14192 * gdb.base/attach-pie-noexec.exp
14193 * gdb.base/attach-twice.exp
14194 * gdb.base/auto-load.exp
14195 * gdb.base/bang.exp
14196 * gdb.base/bitfields.exp
14197 * gdb.base/break-always.exp
14198 * gdb.base/break-caller-line.exp
14199 * gdb.base/break-entry.exp
14200 * gdb.base/break-inline.exp
14201 * gdb.base/break-on-linker-gcd-function.exp
14202 * gdb.base/break-probes.exp
14203 * gdb.base/break.exp
14204 * gdb.base/breakpoint-shadow.exp
14205 * gdb.base/call-ar-st.exp
14206 * gdb.base/call-sc.exp
14207 * gdb.base/call-signal-resume.exp
14208 * gdb.base/call-strs.exp
14209 * gdb.base/callfuncs.exp
14210 * gdb.base/catch-fork-static.exp
14211 * gdb.base/catch-gdb-caused-signals.exp
14212 * gdb.base/catch-load.exp
14213 * gdb.base/catch-signal-fork.exp
14214 * gdb.base/catch-signal.exp
14215 * gdb.base/catch-syscall.exp
14216 * gdb.base/charset.exp
14217 * gdb.base/checkpoint.exp
14218 * gdb.base/chng-syms.exp
14219 * gdb.base/code-expr.exp
14220 * gdb.base/code_elim.exp
14221 * gdb.base/commands.exp
14222 * gdb.base/completion.exp
14223 * gdb.base/complex.exp
14224 * gdb.base/cond-expr.exp
14225 * gdb.base/condbreak.exp
14226 * gdb.base/consecutive.exp
14227 * gdb.base/continue-all-already-running.exp
14228 * gdb.base/coredump-filter.exp
14229 * gdb.base/corefile.exp
14230 * gdb.base/dbx.exp
14231 * gdb.base/debug-expr.exp
14232 * gdb.base/define.exp
14233 * gdb.base/del.exp
14234 * gdb.base/disabled-location.exp
14235 * gdb.base/disasm-end-cu.exp
14236 * gdb.base/disasm-optim.exp
14237 * gdb.base/display.exp
14238 * gdb.base/duplicate-bp.exp
14239 * gdb.base/ena-dis-br.exp
14240 * gdb.base/ending-run.exp
14241 * gdb.base/enumval.exp
14242 * gdb.base/environ.exp
14243 * gdb.base/eu-strip-infcall.exp
14244 * gdb.base/eval-avoid-side-effects.exp
14245 * gdb.base/eval-skip.exp
14246 * gdb.base/exitsignal.exp
14247 * gdb.base/expand-psymtabs.exp
14248 * gdb.base/filesym.exp
14249 * gdb.base/find-unmapped.exp
14250 * gdb.base/finish.exp
14251 * gdb.base/float.exp
14252 * gdb.base/foll-exec-mode.exp
14253 * gdb.base/foll-exec.exp
14254 * gdb.base/foll-fork.exp
14255 * gdb.base/fortran-sym-case.exp
14256 * gdb.base/freebpcmd.exp
14257 * gdb.base/func-ptr.exp
14258 * gdb.base/func-ptrs.exp
14259 * gdb.base/funcargs.exp
14260 * gdb.base/gcore-buffer-overflow.exp
14261 * gdb.base/gcore-relro-pie.exp
14262 * gdb.base/gcore-relro.exp
14263 * gdb.base/gcore.exp
14264 * gdb.base/gdb1090.exp
14265 * gdb.base/gdb11530.exp
14266 * gdb.base/gdb11531.exp
14267 * gdb.base/gdb1821.exp
14268 * gdb.base/gdbindex-stabs.exp
14269 * gdb.base/gdbvars.exp
14270 * gdb.base/hbreak.exp
14271 * gdb.base/hbreak2.exp
14272 * gdb.base/included.exp
14273 * gdb.base/infcall-input.exp
14274 * gdb.base/inferior-died.exp
14275 * gdb.base/infnan.exp
14276 * gdb.base/info-macros.exp
14277 * gdb.base/info-os.exp
14278 * gdb.base/info-proc.exp
14279 * gdb.base/info-shared.exp
14280 * gdb.base/info-target.exp
14281 * gdb.base/infoline.exp
14282 * gdb.base/interp.exp
14283 * gdb.base/interrupt.exp
14284 * gdb.base/jit-reader.exp
14285 * gdb.base/jit-simple.exp
14286 * gdb.base/kill-after-signal.exp
14287 * gdb.base/kill-detach-inferiors-cmd.exp
14288 * gdb.base/label.exp
14289 * gdb.base/langs.exp
14290 * gdb.base/ldbl_e308.exp
14291 * gdb.base/line-symtabs.exp
14292 * gdb.base/linespecs.exp
14293 * gdb.base/list.exp
14294 * gdb.base/long_long.exp
14295 * gdb.base/longest-types.exp
14296 * gdb.base/maint.exp
14297 * gdb.base/max-value-size.exp
14298 * gdb.base/memattr.exp
14299 * gdb.base/mips_pro.exp
14300 * gdb.base/morestack.exp
14301 * gdb.base/moribund-step.exp
14302 * gdb.base/multi-forks.exp
14303 * gdb.base/nested-addr.exp
14304 * gdb.base/nextoverexit.exp
14305 * gdb.base/noreturn-finish.exp
14306 * gdb.base/noreturn-return.exp
14307 * gdb.base/nostdlib.exp
14308 * gdb.base/offsets.exp
14309 * gdb.base/opaque.exp
14310 * gdb.base/pc-fp.exp
14311 * gdb.base/permissions.exp
14312 * gdb.base/print-symbol-loading.exp
14313 * gdb.base/prologue-include.exp
14314 * gdb.base/psymtab.exp
14315 * gdb.base/ptype.exp
14316 * gdb.base/random-signal.exp
14317 * gdb.base/randomize.exp
14318 * gdb.base/range-stepping.exp
14319 * gdb.base/readline-ask.exp
14320 * gdb.base/recpar.exp
14321 * gdb.base/recurse.exp
14322 * gdb.base/relational.exp
14323 * gdb.base/restore.exp
14324 * gdb.base/return-nodebug.exp
14325 * gdb.base/return.exp
14326 * gdb.base/run-after-attach.exp
14327 * gdb.base/save-bp.exp
14328 * gdb.base/scope.exp
14329 * gdb.base/sect-cmd.exp
14330 * gdb.base/set-lang-auto.exp
14331 * gdb.base/set-noassign.exp
14332 * gdb.base/setvar.exp
14333 * gdb.base/sigall.exp
14334 * gdb.base/sigbpt.exp
14335 * gdb.base/siginfo-addr.exp
14336 * gdb.base/siginfo-infcall.exp
14337 * gdb.base/siginfo-obj.exp
14338 * gdb.base/siginfo.exp
14339 * gdb.base/signals-state-child.exp
14340 * gdb.base/signest.exp
14341 * gdb.base/sigstep.exp
14342 * gdb.base/sizeof.exp
14343 * gdb.base/skip.exp
14344 * gdb.base/solib-corrupted.exp
14345 * gdb.base/solib-nodir.exp
14346 * gdb.base/solib-search.exp
14347 * gdb.base/stack-checking.exp
14348 * gdb.base/stale-infcall.exp
14349 * gdb.base/stap-probe.exp
14350 * gdb.base/start.exp
14351 * gdb.base/step-break.exp
14352 * gdb.base/step-bt.exp
14353 * gdb.base/step-line.exp
14354 * gdb.base/step-over-exit.exp
14355 * gdb.base/step-over-syscall.exp
14356 * gdb.base/step-resume-infcall.exp
14357 * gdb.base/step-test.exp
14358 * gdb.base/store.exp
14359 * gdb.base/structs3.exp
14360 * gdb.base/sym-file.exp
14361 * gdb.base/symbol-without-target_section.exp
14362 * gdb.base/term.exp
14363 * gdb.base/testenv.exp
14364 * gdb.base/ui-redirect.exp
14365 * gdb.base/until.exp
14366 * gdb.base/unwindonsignal.exp
14367 * gdb.base/value-double-free.exp
14368 * gdb.base/vla-datatypes.exp
14369 * gdb.base/vla-ptr.exp
14370 * gdb.base/vla-sideeffect.exp
14371 * gdb.base/volatile.exp
14372 * gdb.base/watch-cond-infcall.exp
14373 * gdb.base/watch-cond.exp
14374 * gdb.base/watch-non-mem.exp
14375 * gdb.base/watch-read.exp
14376 * gdb.base/watch-vfork.exp
14377 * gdb.base/watchpoint-cond-gone.exp
14378 * gdb.base/watchpoint-delete.exp
14379 * gdb.base/watchpoint-hw-hit-once.exp
14380 * gdb.base/watchpoint-hw.exp
14381 * gdb.base/watchpoint-stops-at-right-insn.exp
14382 * gdb.base/watchpoints.exp
14383 * gdb.base/wchar.exp
14384 * gdb.base/whatis-exp.exp
14385 * gdb.btrace/buffer-size.exp
14386 * gdb.btrace/data.exp
14387 * gdb.btrace/delta.exp
14388 * gdb.btrace/dlopen.exp
14389 * gdb.btrace/enable.exp
14390 * gdb.btrace/exception.exp
14391 * gdb.btrace/function_call_history.exp
14392 * gdb.btrace/gcore.exp
14393 * gdb.btrace/instruction_history.exp
14394 * gdb.btrace/nohist.exp
14395 * gdb.btrace/reconnect.exp
14396 * gdb.btrace/record_goto-step.exp
14397 * gdb.btrace/record_goto.exp
14398 * gdb.btrace/rn-dl-bind.exp
14399 * gdb.btrace/segv.exp
14400 * gdb.btrace/step.exp
14401 * gdb.btrace/stepi.exp
14402 * gdb.btrace/tailcall-only.exp
14403 * gdb.btrace/tailcall.exp
14404 * gdb.btrace/tsx.exp
14405 * gdb.btrace/unknown_functions.exp
14406 * gdb.btrace/vdso.exp
14407 * gdb.compile/compile-ifunc.exp
14408 * gdb.compile/compile-ops.exp
14409 * gdb.compile/compile-print.exp
14410 * gdb.compile/compile-setjmp.exp
14411 * gdb.cp/abstract-origin.exp
14412 * gdb.cp/ambiguous.exp
14413 * gdb.cp/annota2.exp
14414 * gdb.cp/annota3.exp
14415 * gdb.cp/anon-ns.exp
14416 * gdb.cp/anon-struct.exp
14417 * gdb.cp/anon-union.exp
14418 * gdb.cp/arg-reference.exp
14419 * gdb.cp/baseenum.exp
14420 * gdb.cp/bool.exp
14421 * gdb.cp/breakpoint.exp
14422 * gdb.cp/bs15503.exp
14423 * gdb.cp/call-c.exp
14424 * gdb.cp/casts.exp
14425 * gdb.cp/chained-calls.exp
14426 * gdb.cp/class2.exp
14427 * gdb.cp/classes.exp
14428 * gdb.cp/cmpd-minsyms.exp
14429 * gdb.cp/converts.exp
14430 * gdb.cp/cp-relocate.exp
14431 * gdb.cp/cpcompletion.exp
14432 * gdb.cp/cpexprs.exp
14433 * gdb.cp/cplabel.exp
14434 * gdb.cp/cplusfuncs.exp
14435 * gdb.cp/cpsizeof.exp
14436 * gdb.cp/ctti.exp
14437 * gdb.cp/derivation.exp
14438 * gdb.cp/destrprint.exp
14439 * gdb.cp/dispcxx.exp
14440 * gdb.cp/enum-class.exp
14441 * gdb.cp/exception.exp
14442 * gdb.cp/exceptprint.exp
14443 * gdb.cp/expand-psymtabs-cxx.exp
14444 * gdb.cp/expand-sals.exp
14445 * gdb.cp/extern-c.exp
14446 * gdb.cp/filename.exp
14447 * gdb.cp/formatted-ref.exp
14448 * gdb.cp/fpointer.exp
14449 * gdb.cp/gdb1355.exp
14450 * gdb.cp/gdb2495.exp
14451 * gdb.cp/hang.exp
14452 * gdb.cp/impl-this.exp
14453 * gdb.cp/infcall-dlopen.exp
14454 * gdb.cp/inherit.exp
14455 * gdb.cp/iostream.exp
14456 * gdb.cp/koenig.exp
14457 * gdb.cp/local.exp
14458 * gdb.cp/m-data.exp
14459 * gdb.cp/m-static.exp
14460 * gdb.cp/mb-ctor.exp
14461 * gdb.cp/mb-inline.exp
14462 * gdb.cp/mb-templates.exp
14463 * gdb.cp/member-name.exp
14464 * gdb.cp/member-ptr.exp
14465 * gdb.cp/meth-typedefs.exp
14466 * gdb.cp/method.exp
14467 * gdb.cp/method2.exp
14468 * gdb.cp/minsym-fallback.exp
14469 * gdb.cp/misc.exp
14470 * gdb.cp/namelessclass.exp
14471 * gdb.cp/namespace-enum.exp
14472 * gdb.cp/namespace-nested-import.exp
14473 * gdb.cp/namespace.exp
14474 * gdb.cp/nextoverthrow.exp
14475 * gdb.cp/no-dmgl-verbose.exp
14476 * gdb.cp/non-trivial-retval.exp
14477 * gdb.cp/noparam.exp
14478 * gdb.cp/nsdecl.exp
14479 * gdb.cp/nsimport.exp
14480 * gdb.cp/nsnested.exp
14481 * gdb.cp/nsnoimports.exp
14482 * gdb.cp/nsrecurs.exp
14483 * gdb.cp/nsstress.exp
14484 * gdb.cp/nsusing.exp
14485 * gdb.cp/operator.exp
14486 * gdb.cp/oranking.exp
14487 * gdb.cp/overload-const.exp
14488 * gdb.cp/overload.exp
14489 * gdb.cp/ovldbreak.exp
14490 * gdb.cp/ovsrch.exp
14491 * gdb.cp/paren-type.exp
14492 * gdb.cp/parse-lang.exp
14493 * gdb.cp/pass-by-ref.exp
14494 * gdb.cp/pr-1023.exp
14495 * gdb.cp/pr-1210.exp
14496 * gdb.cp/pr-574.exp
14497 * gdb.cp/pr10687.exp
14498 * gdb.cp/pr12028.exp
14499 * gdb.cp/pr17132.exp
14500 * gdb.cp/pr17494.exp
14501 * gdb.cp/pr9067.exp
14502 * gdb.cp/pr9167.exp
14503 * gdb.cp/pr9631.exp
14504 * gdb.cp/printmethod.exp
14505 * gdb.cp/psmang.exp
14506 * gdb.cp/psymtab-parameter.exp
14507 * gdb.cp/ptype-cv-cp.exp
14508 * gdb.cp/ptype-flags.exp
14509 * gdb.cp/re-set-overloaded.exp
14510 * gdb.cp/ref-types.exp
14511 * gdb.cp/rtti.exp
14512 * gdb.cp/scope-err.exp
14513 * gdb.cp/shadow.exp
14514 * gdb.cp/smartp.exp
14515 * gdb.cp/static-method.exp
14516 * gdb.cp/static-print-quit.exp
14517 * gdb.cp/temargs.exp
14518 * gdb.cp/templates.exp
14519 * gdb.cp/try_catch.exp
14520 * gdb.cp/typedef-operator.exp
14521 * gdb.cp/typeid.exp
14522 * gdb.cp/userdef.exp
14523 * gdb.cp/using-crash.exp
14524 * gdb.cp/var-tag.exp
14525 * gdb.cp/virtbase.exp
14526 * gdb.cp/virtfunc.exp
14527 * gdb.cp/virtfunc2.exp
14528 * gdb.cp/vla-cxx.exp
14529 * gdb.disasm/t01_mov.exp
14530 * gdb.disasm/t02_mova.exp
14531 * gdb.disasm/t03_add.exp
14532 * gdb.disasm/t04_sub.exp
14533 * gdb.disasm/t05_cmp.exp
14534 * gdb.disasm/t06_ari2.exp
14535 * gdb.disasm/t07_ari3.exp
14536 * gdb.disasm/t08_or.exp
14537 * gdb.disasm/t09_xor.exp
14538 * gdb.disasm/t10_and.exp
14539 * gdb.disasm/t11_logs.exp
14540 * gdb.disasm/t12_bit.exp
14541 * gdb.disasm/t13_otr.exp
14542 * gdb.dlang/circular.exp
14543 * gdb.dwarf2/arr-stride.exp
14544 * gdb.dwarf2/arr-subrange.exp
14545 * gdb.dwarf2/atomic-type.exp
14546 * gdb.dwarf2/bad-regnum.exp
14547 * gdb.dwarf2/bitfield-parent-optimized-out.exp
14548 * gdb.dwarf2/callframecfa.exp
14549 * gdb.dwarf2/clztest.exp
14550 * gdb.dwarf2/corrupt.exp
14551 * gdb.dwarf2/data-loc.exp
14552 * gdb.dwarf2/dup-psym.exp
14553 * gdb.dwarf2/dw2-anon-mptr.exp
14554 * gdb.dwarf2/dw2-anonymous-func.exp
14555 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
14556 * gdb.dwarf2/dw2-bad-unresolved.exp
14557 * gdb.dwarf2/dw2-basic.exp
14558 * gdb.dwarf2/dw2-canonicalize-type.exp
14559 * gdb.dwarf2/dw2-case-insensitive.exp
14560 * gdb.dwarf2/dw2-common-block.exp
14561 * gdb.dwarf2/dw2-compdir-oldgcc.exp
14562 * gdb.dwarf2/dw2-compressed.exp
14563 * gdb.dwarf2/dw2-const.exp
14564 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
14565 * gdb.dwarf2/dw2-cu-size.exp
14566 * gdb.dwarf2/dw2-dup-frame.exp
14567 * gdb.dwarf2/dw2-entry-value.exp
14568 * gdb.dwarf2/dw2-icycle.exp
14569 * gdb.dwarf2/dw2-ifort-parameter.exp
14570 * gdb.dwarf2/dw2-inline-break.exp
14571 * gdb.dwarf2/dw2-inline-param.exp
14572 * gdb.dwarf2/dw2-intercu.exp
14573 * gdb.dwarf2/dw2-intermix.exp
14574 * gdb.dwarf2/dw2-lexical-block-bare.exp
14575 * gdb.dwarf2/dw2-linkage-name-trust.exp
14576 * gdb.dwarf2/dw2-minsym-in-cu.exp
14577 * gdb.dwarf2/dw2-noloc.exp
14578 * gdb.dwarf2/dw2-op-call.exp
14579 * gdb.dwarf2/dw2-op-out-param.exp
14580 * gdb.dwarf2/dw2-opt-structptr.exp
14581 * gdb.dwarf2/dw2-param-error.exp
14582 * gdb.dwarf2/dw2-producer.exp
14583 * gdb.dwarf2/dw2-ranges-base.exp
14584 * gdb.dwarf2/dw2-ref-missing-frame.exp
14585 * gdb.dwarf2/dw2-reg-undefined.exp
14586 * gdb.dwarf2/dw2-regno-invalid.exp
14587 * gdb.dwarf2/dw2-restore.exp
14588 * gdb.dwarf2/dw2-restrict.exp
14589 * gdb.dwarf2/dw2-single-line-discriminators.exp
14590 * gdb.dwarf2/dw2-strp.exp
14591 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14592 * gdb.dwarf2/dw2-unresolved.exp
14593 * gdb.dwarf2/dw2-var-zero-addr.exp
14594 * gdb.dwarf2/dw4-sig-types.exp
14595 * gdb.dwarf2/dwz.exp
14596 * gdb.dwarf2/dynarr-ptr.exp
14597 * gdb.dwarf2/enum-type.exp
14598 * gdb.dwarf2/gdb-index.exp
14599 * gdb.dwarf2/implptr-64bit.exp
14600 * gdb.dwarf2/implptr-optimized-out.exp
14601 * gdb.dwarf2/implptr.exp
14602 * gdb.dwarf2/implref-array.exp
14603 * gdb.dwarf2/implref-const.exp
14604 * gdb.dwarf2/implref-global.exp
14605 * gdb.dwarf2/implref-struct.exp
14606 * gdb.dwarf2/mac-fileno.exp
14607 * gdb.dwarf2/main-subprogram.exp
14608 * gdb.dwarf2/member-ptr-forwardref.exp
14609 * gdb.dwarf2/method-ptr.exp
14610 * gdb.dwarf2/missing-sig-type.exp
14611 * gdb.dwarf2/nonvar-access.exp
14612 * gdb.dwarf2/opaque-type-lookup.exp
14613 * gdb.dwarf2/pieces-optimized-out.exp
14614 * gdb.dwarf2/pieces.exp
14615 * gdb.dwarf2/pr10770.exp
14616 * gdb.dwarf2/pr13961.exp
14617 * gdb.dwarf2/staticvirtual.exp
14618 * gdb.dwarf2/subrange.exp
14619 * gdb.dwarf2/symtab-producer.exp
14620 * gdb.dwarf2/trace-crash.exp
14621 * gdb.dwarf2/typeddwarf.exp
14622 * gdb.dwarf2/valop.exp
14623 * gdb.dwarf2/watch-notconst.exp
14624 * gdb.fortran/array-element.exp
14625 * gdb.fortran/charset.exp
14626 * gdb.fortran/common-block.exp
14627 * gdb.fortran/complex.exp
14628 * gdb.fortran/derived-type-function.exp
14629 * gdb.fortran/derived-type.exp
14630 * gdb.fortran/logical.exp
14631 * gdb.fortran/module.exp
14632 * gdb.fortran/multi-dim.exp
14633 * gdb.fortran/nested-funcs.exp
14634 * gdb.fortran/print-formatted.exp
14635 * gdb.fortran/subarray.exp
14636 * gdb.fortran/vla-alloc-assoc.exp
14637 * gdb.fortran/vla-datatypes.exp
14638 * gdb.fortran/vla-history.exp
14639 * gdb.fortran/vla-ptr-info.exp
14640 * gdb.fortran/vla-ptype-sub.exp
14641 * gdb.fortran/vla-ptype.exp
14642 * gdb.fortran/vla-sizeof.exp
14643 * gdb.fortran/vla-type.exp
14644 * gdb.fortran/vla-value-sub-arbitrary.exp
14645 * gdb.fortran/vla-value-sub-finish.exp
14646 * gdb.fortran/vla-value-sub.exp
14647 * gdb.fortran/vla-value.exp
14648 * gdb.fortran/whatis_type.exp
14649 * gdb.go/chan.exp
14650 * gdb.go/handcall.exp
14651 * gdb.go/hello.exp
14652 * gdb.go/integers.exp
14653 * gdb.go/methods.exp
14654 * gdb.go/package.exp
14655 * gdb.go/strings.exp
14656 * gdb.go/types.exp
14657 * gdb.go/unsafe.exp
14658 * gdb.guile/scm-arch.exp
14659 * gdb.guile/scm-block.exp
14660 * gdb.guile/scm-breakpoint.exp
14661 * gdb.guile/scm-cmd.exp
14662 * gdb.guile/scm-disasm.exp
14663 * gdb.guile/scm-equal.exp
14664 * gdb.guile/scm-frame-args.exp
14665 * gdb.guile/scm-frame-inline.exp
14666 * gdb.guile/scm-frame.exp
14667 * gdb.guile/scm-iterator.exp
14668 * gdb.guile/scm-math.exp
14669 * gdb.guile/scm-objfile.exp
14670 * gdb.guile/scm-ports.exp
14671 * gdb.guile/scm-symbol.exp
14672 * gdb.guile/scm-symtab.exp
14673 * gdb.guile/scm-value-cc.exp
14674 * gdb.guile/types-module.exp
14675 * gdb.linespec/break-ask.exp
14676 * gdb.linespec/cpexplicit.exp
14677 * gdb.linespec/explicit.exp
14678 * gdb.linespec/keywords.exp
14679 * gdb.linespec/linespec.exp
14680 * gdb.linespec/ls-dollar.exp
14681 * gdb.linespec/ls-errs.exp
14682 * gdb.linespec/skip-two.exp
14683 * gdb.linespec/thread.exp
14684 * gdb.mi/mi-async.exp
14685 * gdb.mi/mi-basics.exp
14686 * gdb.mi/mi-break.exp
14687 * gdb.mi/mi-catch-load.exp
14688 * gdb.mi/mi-cli.exp
14689 * gdb.mi/mi-cmd-param-changed.exp
14690 * gdb.mi/mi-console.exp
14691 * gdb.mi/mi-detach.exp
14692 * gdb.mi/mi-disassemble.exp
14693 * gdb.mi/mi-eval.exp
14694 * gdb.mi/mi-file-transfer.exp
14695 * gdb.mi/mi-file.exp
14696 * gdb.mi/mi-fill-memory.exp
14697 * gdb.mi/mi-inheritance-syntax-error.exp
14698 * gdb.mi/mi-linespec-err-cp.exp
14699 * gdb.mi/mi-logging.exp
14700 * gdb.mi/mi-memory-changed.exp
14701 * gdb.mi/mi-read-memory.exp
14702 * gdb.mi/mi-record-changed.exp
14703 * gdb.mi/mi-reg-undefined.exp
14704 * gdb.mi/mi-regs.exp
14705 * gdb.mi/mi-return.exp
14706 * gdb.mi/mi-reverse.exp
14707 * gdb.mi/mi-simplerun.exp
14708 * gdb.mi/mi-solib.exp
14709 * gdb.mi/mi-stack.exp
14710 * gdb.mi/mi-stepi.exp
14711 * gdb.mi/mi-syn-frame.exp
14712 * gdb.mi/mi-until.exp
14713 * gdb.mi/mi-var-block.exp
14714 * gdb.mi/mi-var-child.exp
14715 * gdb.mi/mi-var-cmd.exp
14716 * gdb.mi/mi-var-cp.exp
14717 * gdb.mi/mi-var-display.exp
14718 * gdb.mi/mi-var-invalidate.exp
14719 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14720 * gdb.mi/mi-vla-fortran.exp
14721 * gdb.mi/mi-watch.exp
14722 * gdb.mi/mi2-var-child.exp
14723 * gdb.mi/user-selected-context-sync.exp
14724 * gdb.modula2/unbounded-array.exp
14725 * gdb.multi/dummy-frame-restore.exp
14726 * gdb.multi/multi-arch-exec.exp
14727 * gdb.multi/multi-arch.exp
14728 * gdb.multi/tids.exp
14729 * gdb.multi/watchpoint-multi.exp
14730 * gdb.opencl/callfuncs.exp
14731 * gdb.opencl/convs_casts.exp
14732 * gdb.opencl/datatypes.exp
14733 * gdb.opencl/operators.exp
14734 * gdb.opencl/vec_comps.exp
14735 * gdb.opt/clobbered-registers-O2.exp
14736 * gdb.opt/inline-break.exp
14737 * gdb.opt/inline-bt.exp
14738 * gdb.opt/inline-cmds.exp
14739 * gdb.opt/inline-locals.exp
14740 * gdb.pascal/case-insensitive-symbols.exp
14741 * gdb.pascal/floats.exp
14742 * gdb.pascal/gdb11492.exp
14743 * gdb.python/lib-types.exp
14744 * gdb.python/py-arch.exp
14745 * gdb.python/py-as-string.exp
14746 * gdb.python/py-bad-printers.exp
14747 * gdb.python/py-block.exp
14748 * gdb.python/py-breakpoint-create-fail.exp
14749 * gdb.python/py-breakpoint.exp
14750 * gdb.python/py-caller-is.exp
14751 * gdb.python/py-cmd.exp
14752 * gdb.python/py-explore-cc.exp
14753 * gdb.python/py-explore.exp
14754 * gdb.python/py-finish-breakpoint.exp
14755 * gdb.python/py-finish-breakpoint2.exp
14756 * gdb.python/py-frame-args.exp
14757 * gdb.python/py-frame-inline.exp
14758 * gdb.python/py-frame.exp
14759 * gdb.python/py-framefilter-mi.exp
14760 * gdb.python/py-infthread.exp
14761 * gdb.python/py-lazy-string.exp
14762 * gdb.python/py-linetable.exp
14763 * gdb.python/py-mi-events.exp
14764 * gdb.python/py-mi-objfile.exp
14765 * gdb.python/py-mi.exp
14766 * gdb.python/py-objfile.exp
14767 * gdb.python/py-pp-integral.exp
14768 * gdb.python/py-pp-maint.exp
14769 * gdb.python/py-pp-re-notag.exp
14770 * gdb.python/py-pp-registration.exp
14771 * gdb.python/py-recurse-unwind.exp
14772 * gdb.python/py-strfns.exp
14773 * gdb.python/py-symbol.exp
14774 * gdb.python/py-symtab.exp
14775 * gdb.python/py-sync-interp.exp
14776 * gdb.python/py-typeprint.exp
14777 * gdb.python/py-unwind-maint.exp
14778 * gdb.python/py-unwind.exp
14779 * gdb.python/py-value-cc.exp
14780 * gdb.python/py-xmethods.exp
14781 * gdb.reverse/amd64-tailcall-reverse.exp
14782 * gdb.reverse/break-precsave.exp
14783 * gdb.reverse/break-reverse.exp
14784 * gdb.reverse/consecutive-precsave.exp
14785 * gdb.reverse/consecutive-reverse.exp
14786 * gdb.reverse/finish-precsave.exp
14787 * gdb.reverse/finish-reverse-bkpt.exp
14788 * gdb.reverse/finish-reverse.exp
14789 * gdb.reverse/fstatat-reverse.exp
14790 * gdb.reverse/getresuid-reverse.exp
14791 * gdb.reverse/i386-precsave.exp
14792 * gdb.reverse/i386-reverse.exp
14793 * gdb.reverse/i386-sse-reverse.exp
14794 * gdb.reverse/i387-env-reverse.exp
14795 * gdb.reverse/i387-stack-reverse.exp
14796 * gdb.reverse/insn-reverse.exp
14797 * gdb.reverse/machinestate-precsave.exp
14798 * gdb.reverse/machinestate.exp
14799 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14800 * gdb.reverse/pipe-reverse.exp
14801 * gdb.reverse/readv-reverse.exp
14802 * gdb.reverse/recvmsg-reverse.exp
14803 * gdb.reverse/rerun-prec.exp
14804 * gdb.reverse/s390-mvcle.exp
14805 * gdb.reverse/step-precsave.exp
14806 * gdb.reverse/step-reverse.exp
14807 * gdb.reverse/time-reverse.exp
14808 * gdb.reverse/until-precsave.exp
14809 * gdb.reverse/until-reverse.exp
14810 * gdb.reverse/waitpid-reverse.exp
14811 * gdb.reverse/watch-precsave.exp
14812 * gdb.reverse/watch-reverse.exp
14813 * gdb.rust/generics.exp
14814 * gdb.rust/methods.exp
14815 * gdb.rust/modules.exp
14816 * gdb.rust/simple.exp
14817 * gdb.server/connect-with-no-symbol-file.exp
14818 * gdb.server/ext-attach.exp
14819 * gdb.server/ext-restart.exp
14820 * gdb.server/ext-wrapper.exp
14821 * gdb.server/file-transfer.exp
14822 * gdb.server/server-exec-info.exp
14823 * gdb.server/server-kill.exp
14824 * gdb.server/server-mon.exp
14825 * gdb.server/wrapper.exp
14826 * gdb.stabs/exclfwd.exp
14827 * gdb.stabs/gdb11479.exp
14828 * gdb.threads/clone-new-thread-event.exp
14829 * gdb.threads/corethreads.exp
14830 * gdb.threads/current-lwp-dead.exp
14831 * gdb.threads/dlopen-libpthread.exp
14832 * gdb.threads/gcore-thread.exp
14833 * gdb.threads/sigstep-threads.exp
14834 * gdb.threads/watchpoint-fork.exp
14835 * gdb.trace/actions-changed.exp
14836 * gdb.trace/backtrace.exp
14837 * gdb.trace/change-loc.exp
14838 * gdb.trace/circ.exp
14839 * gdb.trace/collection.exp
14840 * gdb.trace/disconnected-tracing.exp
14841 * gdb.trace/ftrace.exp
14842 * gdb.trace/mi-trace-frame-collected.exp
14843 * gdb.trace/mi-trace-unavailable.exp
14844 * gdb.trace/mi-traceframe-changed.exp
14845 * gdb.trace/mi-tsv-changed.exp
14846 * gdb.trace/no-attach-trace.exp
14847 * gdb.trace/passc-dyn.exp
14848 * gdb.trace/qtro.exp
14849 * gdb.trace/range-stepping.exp
14850 * gdb.trace/read-memory.exp
14851 * gdb.trace/save-trace.exp
14852 * gdb.trace/signal.exp
14853 * gdb.trace/status-stop.exp
14854 * gdb.trace/tfile.exp
14855 * gdb.trace/trace-break.exp
14856 * gdb.trace/trace-buffer-size.exp
14857 * gdb.trace/trace-condition.exp
14858 * gdb.trace/tracefile-pseudo-reg.exp
14859 * gdb.trace/tstatus.exp
14860 * gdb.trace/unavailable.exp
14861 * gdb.trace/while-dyn.exp
14862 * gdb.trace/while-stepping.exp
14863
34c41c68
DE
148642016-12-22 Doug Evans <xdje42@gmail.com>
14865
14866 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14867 and msymbols.
14868
16e69324
YQ
148692016-12-19 Yao Qi <yao.qi@linaro.org>
14870
14871 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14872 (test_with_self): Don't call do_steps_and_nexts, and remove
14873 code about stepping into xmalloc.
14874
f94f411b
YQ
148752016-12-09 Yao Qi <yao.qi@linaro.org>
14876
14877 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14878
148792016-12-09 Yao Qi <yao.qi@linaro.org>
14880
14881 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14882
f1b5deee
PA
148832016-12-09 Pedro Alves <palves@redhat.com>
14884
14885 * gdb.base/all-architectures-0.exp: New file.
14886 * gdb.base/all-architectures-1.exp: New file.
14887 * gdb.base/all-architectures-2.exp: New file.
14888 * gdb.base/all-architectures-3.exp: New file.
14889 * gdb.base/all-architectures-4.exp: New file.
14890 * gdb.base/all-architectures-5.exp: New file.
14891 * gdb.base/all-architectures-6.exp: New file.
14892 * gdb.base/all-architectures-7.exp: New file.
14893 * gdb.base/all-architectures.exp.in: New file.
14894
364ca42e
YQ
148952016-12-09 Yao Qi <yao.qi@linaro.org>
14896
14897 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14898
107c2d62
LM
148992016-12-02 Luis Machado <lgustavo@codesourcery.com>
14900
14901 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14902 possible.
14903 Remove useless pattern-matching code.
14904
df3ee9ca
PA
149052016-12-02 Pedro Alves <palves@redhat.com>
14906
14907 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14908 procedure.
14909 (top level): Call it.
14910
ec835369
PA
149112016-12-02 Pedro Alves <palves@redhat.com>
14912
14913 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14914 New procedure.
14915 (top level): Call it.
14916
01770bbd
PA
149172016-12-02 Pedro Alves <palves@redhat.com>
14918
14919 PR cli/20559
14920 * gdb.base/commands.exp (user_defined_command_args_eval): New
14921 procedure.
14922 (top level): Call it.
14923
008459ea
LM
149242016-12-02 Luis Machado <lgustavo@codesourcery.com>
14925
14926 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14927 timeout handling.
14928
0c1b455e
TT
149292016-12-02 Tom Tromey <tom@tromey.com>
14930
14931 * gdb.dwarf2/main-subprogram.c: New file.
14932 * gdb.dwarf2/main-subprogram.exp: New file.
14933
018572b8
LM
149342016-12-01 Luis Machado <lgustavo@codesourcery.com>
14935
14936 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14937 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14938 gdb_test_no_output for a couple of cases.
14939 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14940
84c93cd5
LM
149412016-12-01 Luis Machado <lgustavo@codesourcery.com>
14942
14943 Fix test names and standardize compilation error messages throughout
14944 the following files:
14945
14946 * gdb.ada/start.exp
14947 * gdb.arch/alpha-step.exp
14948 * gdb.arch/e500-prologue.exp
14949 * gdb.arch/ftrace-insn-reloc.exp
14950 * gdb.arch/gdb1291.exp
14951 * gdb.arch/gdb1431.exp
14952 * gdb.arch/gdb1558.exp
14953 * gdb.arch/i386-dr3-watch.exp
14954 * gdb.arch/i386-sse-stack-align.exp
14955 * gdb.arch/ia64-breakpoint-shadow.exp
14956 * gdb.arch/pa-nullify.exp
14957 * gdb.arch/powerpc-aix-prologue.exp
14958 * gdb.arch/thumb-bx-pc.exp
14959 * gdb.base/annota1.exp
14960 * gdb.base/annota3.exp
14961 * gdb.base/arrayidx.exp
14962 * gdb.base/assign.exp
14963 * gdb.base/attach.exp
14964 * gdb.base/auxv.exp
14965 * gdb.base/bang.exp
14966 * gdb.base/bfp-test.exp
14967 * gdb.base/bigcore.exp
14968 * gdb.base/bitfields2.exp
14969 * gdb.base/break-fun-addr.exp
14970 * gdb.base/break-probes.exp
14971 * gdb.base/call-rt-st.exp
14972 * gdb.base/callexit.exp
14973 * gdb.base/catch-fork-kill.exp
14974 * gdb.base/charset.exp
14975 * gdb.base/checkpoint.exp
14976 * gdb.base/comprdebug.exp
14977 * gdb.base/constvars.exp
14978 * gdb.base/coredump-filter.exp
14979 * gdb.base/cursal.exp
14980 * gdb.base/cvexpr.exp
14981 * gdb.base/detach.exp
14982 * gdb.base/display.exp
14983 * gdb.base/dmsym.exp
14984 * gdb.base/dprintf-pending.exp
14985 * gdb.base/dso2dso.exp
14986 * gdb.base/dtrace-probe.exp
14987 * gdb.base/dump.exp
14988 * gdb.base/enum_cond.exp
14989 * gdb.base/exe-lock.exp
14990 * gdb.base/exec-invalid-sysroot.exp
14991 * gdb.base/execl-update-breakpoints.exp
14992 * gdb.base/exprs.exp
14993 * gdb.base/fileio.exp
14994 * gdb.base/find.exp
14995 * gdb.base/finish.exp
14996 * gdb.base/fixsection.exp
14997 * gdb.base/foll-vfork.exp
14998 * gdb.base/frame-args.exp
14999 * gdb.base/gcore.exp
15000 * gdb.base/gdb1250.exp
15001 * gdb.base/global-var-nested-by-dso.exp
15002 * gdb.base/gnu-ifunc.exp
15003 * gdb.base/hashline1.exp
15004 * gdb.base/hashline2.exp
15005 * gdb.base/hashline3.exp
15006 * gdb.base/hbreak-in-shr-unsupported.exp
15007 * gdb.base/huge.exp
15008 * gdb.base/infcall-input.exp
15009 * gdb.base/info-fun.exp
15010 * gdb.base/info-shared.exp
15011 * gdb.base/jit-simple.exp
15012 * gdb.base/jit-so.exp
15013 * gdb.base/jit.exp
15014 * gdb.base/jump.exp
15015 * gdb.base/label.exp
15016 * gdb.base/lineinc.exp
15017 * gdb.base/logical.exp
15018 * gdb.base/longjmp.exp
15019 * gdb.base/macscp.exp
15020 * gdb.base/miscexprs.exp
15021 * gdb.base/new-ui-echo.exp
15022 * gdb.base/new-ui-pending-input.exp
15023 * gdb.base/new-ui.exp
15024 * gdb.base/nodebug.exp
15025 * gdb.base/nofield.exp
15026 * gdb.base/offsets.exp
15027 * gdb.base/overlays.exp
15028 * gdb.base/pending.exp
15029 * gdb.base/pointers.exp
15030 * gdb.base/pr11022.exp
15031 * gdb.base/printcmds.exp
15032 * gdb.base/prologue.exp
15033 * gdb.base/ptr-typedef.exp
15034 * gdb.base/realname-expand.exp
15035 * gdb.base/relativedebug.exp
15036 * gdb.base/relocate.exp
15037 * gdb.base/remote.exp
15038 * gdb.base/reread.exp
15039 * gdb.base/return2.exp
15040 * gdb.base/savedregs.exp
15041 * gdb.base/sep.exp
15042 * gdb.base/sepdebug.exp
15043 * gdb.base/sepsymtab.exp
15044 * gdb.base/set-inferior-tty.exp
15045 * gdb.base/setshow.exp
15046 * gdb.base/shlib-call.exp
15047 * gdb.base/sigaltstack.exp
15048 * gdb.base/siginfo-addr.exp
15049 * gdb.base/signals.exp
15050 * gdb.base/signull.exp
15051 * gdb.base/sigrepeat.exp
15052 * gdb.base/so-impl-ld.exp
15053 * gdb.base/solib-display.exp
15054 * gdb.base/solib-overlap.exp
15055 * gdb.base/solib-search.exp
15056 * gdb.base/solib-symbol.exp
15057 * gdb.base/structs.exp
15058 * gdb.base/structs2.exp
15059 * gdb.base/symtab-search-order.exp
15060 * gdb.base/twice.exp
15061 * gdb.base/unload.exp
15062 * gdb.base/varargs.exp
15063 * gdb.base/watchpoint-solib.exp
15064 * gdb.base/watchpoint.exp
15065 * gdb.base/whatis.exp
15066 * gdb.base/wrong_frame_bt_full.exp
15067 * gdb.btrace/dlopen.exp
15068 * gdb.cell/ea-standalone.exp
15069 * gdb.cell/ea-test.exp
15070 * gdb.cp/dispcxx.exp
15071 * gdb.cp/gdb2384.exp
15072 * gdb.cp/method2.exp
15073 * gdb.cp/nextoverthrow.exp
15074 * gdb.cp/pr10728.exp
15075 * gdb.disasm/am33.exp
15076 * gdb.disasm/h8300s.exp
15077 * gdb.disasm/mn10300.exp
15078 * gdb.disasm/sh3.exp
15079 * gdb.dwarf2/dw2-dir-file-name.exp
15080 * gdb.fortran/complex.exp
15081 * gdb.fortran/library-module.exp
15082 * gdb.guile/scm-pretty-print.exp
15083 * gdb.guile/scm-symbol.exp
15084 * gdb.guile/scm-type.exp
15085 * gdb.guile/scm-value.exp
15086 * gdb.linespec/linespec.exp
15087 * gdb.mi/gdb701.exp
15088 * gdb.mi/gdb792.exp
15089 * gdb.mi/mi-breakpoint-changed.exp
15090 * gdb.mi/mi-dprintf-pending.exp
15091 * gdb.mi/mi-dprintf.exp
15092 * gdb.mi/mi-exit-code.exp
15093 * gdb.mi/mi-pending.exp
15094 * gdb.mi/mi-solib.exp
15095 * gdb.mi/new-ui-mi-sync.exp
15096 * gdb.mi/pr11022.exp
15097 * gdb.mi/user-selected-context-sync.exp
15098 * gdb.opt/solib-intra-step.exp
15099 * gdb.python/py-events.exp
15100 * gdb.python/py-finish-breakpoint.exp
15101 * gdb.python/py-mi.exp
15102 * gdb.python/py-prettyprint.exp
15103 * gdb.python/py-shared.exp
15104 * gdb.python/py-symbol.exp
15105 * gdb.python/py-template.exp
15106 * gdb.python/py-type.exp
15107 * gdb.python/py-value.exp
15108 * gdb.reverse/solib-precsave.exp
15109 * gdb.reverse/solib-reverse.exp
15110 * gdb.server/solib-list.exp
15111 * gdb.stabs/weird.exp
15112 * gdb.threads/reconnect-signal.exp
15113 * gdb.threads/stepi-random-signal.exp
15114 * gdb.trace/actions.exp
15115 * gdb.trace/ax.exp
15116 * gdb.trace/backtrace.exp
15117 * gdb.trace/change-loc.exp
15118 * gdb.trace/deltrace.exp
15119 * gdb.trace/ftrace-lock.exp
15120 * gdb.trace/ftrace.exp
15121 * gdb.trace/infotrace.exp
15122 * gdb.trace/mi-tracepoint-changed.exp
15123 * gdb.trace/packetlen.exp
15124 * gdb.trace/passcount.exp
15125 * gdb.trace/pending.exp
15126 * gdb.trace/range-stepping.exp
15127 * gdb.trace/report.exp
15128 * gdb.trace/stap-trace.exp
15129 * gdb.trace/tfind.exp
15130 * gdb.trace/trace-break.exp
15131 * gdb.trace/trace-condition.exp
15132 * gdb.trace/trace-enable-disable.exp
15133 * gdb.trace/trace-mt.exp
15134 * gdb.trace/tracecmd.exp
15135 * gdb.trace/tspeed.exp
15136 * gdb.trace/tsv.exp
15137 * lib/perftest.exp
15138
fb9feb35
LM
151392016-12-01 Luis Machado <lgustavo@codesourcery.com>
15140
15141 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
15142 with gdb_test_no_output.
15143 Use command as test name.
15144
cd2ddb6c
LM
151452016-12-01 Luis Machado <lgustavo@codesourcery.com>
15146
15147 Fix test names starting with uppercase throughout the files.
15148
15149 * gdb.ada/assign_1.exp
15150 * gdb.ada/boolean_expr.exp
15151 * gdb.base/arrayidx.exp
15152 * gdb.base/del.exp
15153 * gdb.base/gcore-buffer-overflow.exp
15154 * gdb.base/testenv.exp
15155 * gdb.compile/compile.exp
15156 * gdb.python/py-framefilter-invalidarg.exp
15157 * gdb.python/py-framefilter.exp
15158
bb95117e
LM
151592016-12-01 Luis Machado <lgustavo@codesourcery.com>
15160
15161 Fix test names starting with uppercase throughout the files.
15162
15163 * gdb.ada/array_return.exp
15164 * gdb.ada/expr_delims.exp
15165 * gdb.ada/mi_dyn_arr.exp
15166 * gdb.ada/mi_interface.exp
15167 * gdb.ada/mi_var_array.exp
15168 * gdb.ada/watch_arg.exp
15169 * gdb.arch/alpha-step.exp
15170 * gdb.arch/altivec-regs.exp
15171 * gdb.arch/e500-regs.exp
15172 * gdb.arch/powerpc-d128-regs.exp
15173 * gdb.base/arrayidx.exp
15174 * gdb.base/break.exp
15175 * gdb.base/checkpoint.exp
15176 * gdb.base/debug-expr.exp
15177 * gdb.base/dmsym.exp
15178 * gdb.base/radix.exp
15179 * gdb.base/sepdebug.exp
15180 * gdb.base/testenv.exp
15181 * gdb.base/watch_thread_num.exp
15182 * gdb.base/watchpoint-cond-gone.exp
15183 * gdb.cell/break.exp
15184 * gdb.cell/ea-cache.exp
15185 * gdb.compile/compile.exp
15186 * gdb.cp/gdb2495.exp
15187 * gdb.gdb/selftest.exp
15188 * gdb.gdb/xfullpath.exp
15189 * gdb.go/hello.exp
15190 * gdb.go/integers.exp
15191 * gdb.objc/basicclass.exp
15192 * gdb.pascal/hello.exp
15193 * gdb.pascal/integers.exp
15194 * gdb.python/py-breakpoint.exp
15195 * gdb.python/py-cmd.exp
15196 * gdb.python/py-linetable.exp
15197 * gdb.python/py-xmethods.exp
15198 * gdb.python/python.exp
15199 * gdb.reverse/consecutive-precsave.exp
15200 * gdb.reverse/finish-precsave.exp
15201 * gdb.reverse/i386-precsave.exp
15202 * gdb.reverse/machinestate-precsave.exp
15203 * gdb.reverse/sigall-precsave.exp
15204 * gdb.reverse/solib-precsave.exp
15205 * gdb.reverse/step-precsave.exp
15206 * gdb.reverse/until-precsave.exp
15207 * gdb.reverse/watch-precsave.exp
15208 * gdb.threads/leader-exit.exp
15209 * gdb.threads/pthreads.exp
15210 * gdb.threads/wp-replication.exp
15211 * gdb.trace/actions.exp
15212 * gdb.trace/mi-tsv-changed.exp
15213 * gdb.trace/tsv.exp
15214
de97fdd4
LM
152152016-12-01 Luis Machado <lgustavo@codesourcery.com>
15216
15217 Fix test names starting with uppercase throughout the files.
15218
15219 * gdb.arch/i386-bp_permanent.exp
15220 * gdb.arch/i386-gnu-cfi.exp
15221 * gdb.base/disasm-end-cu.exp
15222 * gdb.base/macscp.exp
15223 * gdb.base/pending.exp
15224 * gdb.base/watch_thread_num.exp
15225 * gdb.cp/exception.exp
15226 * gdb.cp/gdb2495.exp
15227 * gdb.cp/local.exp
15228 * gdb.python/py-evsignal.exp
15229 * gdb.python/python.exp
15230 * gdb.trace/tracecmd.exp
15231
9f058c10
LM
152322016-12-01 Luis Machado <lgustavo@codesourcery.com>
15233
15234 Fix test names starting with uppercase throughout the files.
15235
15236 * gdb.base/charset.exp
15237 * gdb.base/eval.exp
15238 * gdb.base/multi-forks.exp
15239 * gdb.guile/scm-progspace.exp
15240 * gdb.opencl/datatypes.exp
15241 * gdb.python/py-block.exp
15242 * gdb.python/py-function.exp
15243 * gdb.python/py-symbol.exp
15244 * gdb.python/py-symtab.exp
15245 * gdb.python/py-xmethods.exp
15246 * gdb.reverse/break-precsave.exp
15247 * gdb.reverse/break-reverse.exp
15248 * gdb.reverse/consecutive-precsave.exp
15249 * gdb.reverse/consecutive-reverse.exp
15250 * gdb.reverse/finish-precsave.exp
15251 * gdb.reverse/finish-reverse-bkpt.exp
15252 * gdb.reverse/finish-reverse.exp
15253 * gdb.reverse/fstatat-reverse.exp
15254 * gdb.reverse/getresuid-reverse.exp
15255 * gdb.reverse/i386-precsave.exp
15256 * gdb.reverse/i386-reverse.exp
15257 * gdb.reverse/i386-sse-reverse.exp
15258 * gdb.reverse/i387-stack-reverse.exp
15259 * gdb.reverse/insn-reverse.exp
15260 * gdb.reverse/machinestate-precsave.exp
15261 * gdb.reverse/machinestate.exp
15262 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15263 * gdb.reverse/pipe-reverse.exp
15264 * gdb.reverse/readv-reverse.exp
15265 * gdb.reverse/recvmsg-reverse.exp
15266 * gdb.reverse/rerun-prec.exp
15267 * gdb.reverse/s390-mvcle.exp
15268 * gdb.reverse/sigall-precsave.exp
15269 * gdb.reverse/sigall-reverse.exp
15270 * gdb.reverse/solib-precsave.exp
15271 * gdb.reverse/solib-reverse.exp
15272 * gdb.reverse/step-precsave.exp
15273 * gdb.reverse/step-reverse.exp
15274 * gdb.reverse/time-reverse.exp
15275 * gdb.reverse/until-precsave.exp
15276 * gdb.reverse/until-reverse.exp
15277 * gdb.reverse/waitpid-reverse.exp
15278 * gdb.reverse/watch-precsave.exp
15279 * gdb.reverse/watch-reverse.exp
15280
cdc7edd7
LM
152812016-12-01 Luis Machado <lgustavo@codesourcery.com>
15282
15283 Fix test names starting with uppercase throughout the files.
15284
15285 * gdb.arch/i386-mpx-simple_segv.exp
15286 * gdb.arch/i386-mpx.exp
15287 * gdb.arch/i386-permbkpt.exp
15288 * gdb.arch/pa-nullify.exp
15289 * gdb.arch/powerpc-d128-regs.exp
15290 * gdb.arch/vsx-regs.exp
15291 * gdb.base/bfp-test.exp
15292 * gdb.base/break.exp
15293 * gdb.base/breakpoint-shadow.exp
15294 * gdb.base/callfuncs.exp
15295 * gdb.base/charset.exp
15296 * gdb.base/commands.exp
15297 * gdb.base/completion.exp
15298 * gdb.base/dfp-test.exp
15299 * gdb.base/echo.exp
15300 * gdb.base/ending-run.exp
15301 * gdb.base/eval.exp
15302 * gdb.base/expand-psymtabs.exp
15303 * gdb.base/float128.exp
15304 * gdb.base/floatn.exp
15305 * gdb.base/foll-exec-mode.exp
15306 * gdb.base/gdb1056.exp
15307 * gdb.base/gdb11531.exp
15308 * gdb.base/kill-after-signal.exp
15309 * gdb.base/multi-forks.exp
15310 * gdb.base/overlays.exp
15311 * gdb.base/pending.exp
15312 * gdb.base/sepdebug.exp
15313 * gdb.base/testenv.exp
15314 * gdb.base/valgrind-db-attach.exp
15315 * gdb.base/watch_thread_num.exp
15316 * gdb.base/watchpoint-cond-gone.exp
15317 * gdb.base/watchpoint.exp
15318 * gdb.base/watchpoints.exp
15319 * gdb.cp/arg-reference.exp
15320 * gdb.cp/baseenum.exp
15321 * gdb.cp/operator.exp
15322 * gdb.cp/shadow.exp
15323 * gdb.dwarf2/dw2-op-out-param.exp
15324 * gdb.dwarf2/dw2-reg-undefined.exp
15325 * gdb.go/chan.exp
15326 * gdb.go/hello.exp
15327 * gdb.go/integers.exp
15328 * gdb.go/methods.exp
15329 * gdb.go/package.exp
15330 * gdb.guile/scm-parameter.exp
15331 * gdb.guile/scm-progspace.exp
15332 * gdb.guile/scm-value.exp
15333 * gdb.mi/mi-pending.exp
15334 * gdb.mi/user-selected-context-sync.exp
15335 * gdb.multi/multi-attach.exp
15336 * gdb.multi/tids.exp
15337 * gdb.opt/clobbered-registers-O2.exp
15338 * gdb.pascal/floats.exp
15339 * gdb.pascal/integers.exp
15340 * gdb.python/py-block.exp
15341 * gdb.python/py-events.exp
15342 * gdb.python/py-parameter.exp
15343 * gdb.python/py-symbol.exp
15344 * gdb.python/py-symtab.exp
15345 * gdb.python/py-type.exp
15346 * gdb.python/py-value.exp
15347 * gdb.python/py-xmethods.exp
15348 * gdb.python/python.exp
15349 * gdb.reverse/break-precsave.exp
15350 * gdb.reverse/consecutive-precsave.exp
15351 * gdb.reverse/finish-precsave.exp
15352 * gdb.reverse/i386-precsave.exp
15353 * gdb.reverse/machinestate-precsave.exp
15354 * gdb.reverse/sigall-precsave.exp
15355 * gdb.reverse/solib-precsave.exp
15356 * gdb.reverse/step-precsave.exp
15357 * gdb.reverse/until-precsave.exp
15358 * gdb.reverse/watch-precsave.exp
15359 * gdb.server/ext-attach.exp
15360 * gdb.server/ext-restart.exp
15361 * gdb.server/ext-run.exp
15362 * gdb.server/ext-wrapper.exp
15363 * gdb.stabs/gdb11479.exp
15364 * gdb.stabs/weird.exp
15365 * gdb.threads/attach-many-short-lived-threads.exp
15366 * gdb.threads/kill.exp
15367 * gdb.threads/watchpoint-fork.exp
15368
bc6c7af4
LM
153692016-12-01 Luis Machado <lgustavo@codesourcery.com>
15370
15371 Fix test names starting with uppercase throughout all the files below.
15372
15373 * gdb.ada/array_return.exp
15374 * gdb.ada/catch_ex.exp
15375 * gdb.ada/info_exc.exp
15376 * gdb.ada/mi_catch_ex.exp
15377 * gdb.ada/mi_dyn_arr.exp
15378 * gdb.ada/mi_ex_cond.exp
15379 * gdb.ada/mi_exc_info.exp
15380 * gdb.ada/mi_interface.exp
15381 * gdb.ada/mi_task_arg.exp
15382 * gdb.ada/mi_task_info.exp
15383 * gdb.ada/mi_var_array.exp
15384 * gdb.arch/alpha-step.exp
15385 * gdb.arch/amd64-disp-step.exp
15386 * gdb.arch/arm-disp-step.exp
15387 * gdb.arch/disp-step-insn-reloc.exp
15388 * gdb.arch/e500-prologue.exp
15389 * gdb.arch/ftrace-insn-reloc.exp
15390 * gdb.arch/gdb1558.exp
15391 * gdb.arch/i386-bp_permanent.exp
15392 * gdb.arch/i386-disp-step.exp
15393 * gdb.arch/i386-float.exp
15394 * gdb.arch/i386-gnu-cfi.exp
15395 * gdb.arch/ia64-breakpoint-shadow.exp
15396 * gdb.arch/mips16-thunks.exp
15397 * gdb.arch/pa-nullify.exp
15398 * gdb.arch/powerpc-aix-prologue.exp
15399 * gdb.arch/powerpc-power.exp
15400 * gdb.arch/ppc-dfp.exp
15401 * gdb.arch/s390-tdbregs.exp
15402 * gdb.arch/spu-info.exp
15403 * gdb.arch/spu-ls.exp
15404 * gdb.arch/thumb-bx-pc.exp
15405 * gdb.base/advance.exp
15406 * gdb.base/annota-input-while-running.exp
15407 * gdb.base/arrayidx.exp
15408 * gdb.base/asmlabel.exp
15409 * gdb.base/async.exp
15410 * gdb.base/attach-wait-input.exp
15411 * gdb.base/auto-connect-native-target.exp
15412 * gdb.base/batch-preserve-term-settings.exp
15413 * gdb.base/bfp-test.exp
15414 * gdb.base/bigcore.exp
15415 * gdb.base/bp-permanent.exp
15416 * gdb.base/break-always.exp
15417 * gdb.base/break-fun-addr.exp
15418 * gdb.base/break-idempotent.exp
15419 * gdb.base/break-main-file-remove-fail.exp
15420 * gdb.base/break-probes.exp
15421 * gdb.base/break-unload-file.exp
15422 * gdb.base/break.exp
15423 * gdb.base/call-ar-st.exp
15424 * gdb.base/call-rt-st.exp
15425 * gdb.base/call-sc.exp
15426 * gdb.base/call-signal-resume.exp
15427 * gdb.base/call-strs.exp
15428 * gdb.base/callexit.exp
15429 * gdb.base/callfuncs.exp
15430 * gdb.base/catch-gdb-caused-signals.exp
15431 * gdb.base/catch-signal-siginfo-cond.exp
15432 * gdb.base/catch-syscall.exp
15433 * gdb.base/compare-sections.exp
15434 * gdb.base/cond-eval-mode.exp
15435 * gdb.base/condbreak-call-false.exp
15436 * gdb.base/consecutive-step-over.exp
15437 * gdb.base/cursal.exp
15438 * gdb.base/disabled-location.exp
15439 * gdb.base/disasm-end-cu.exp
15440 * gdb.base/display.exp
15441 * gdb.base/double-prompt-target-event-error.exp
15442 * gdb.base/dprintf-bp-same-addr.exp
15443 * gdb.base/dprintf-detach.exp
15444 * gdb.base/dprintf-next.exp
15445 * gdb.base/dprintf-non-stop.exp
15446 * gdb.base/dprintf-pending.exp
15447 * gdb.base/dso2dso.exp
15448 * gdb.base/ending-run.exp
15449 * gdb.base/enum_cond.exp
15450 * gdb.base/examine-backward.exp
15451 * gdb.base/exe-lock.exp
15452 * gdb.base/exec-invalid-sysroot.exp
15453 * gdb.base/execl-update-breakpoints.exp
15454 * gdb.base/execution-termios.exp
15455 * gdb.base/fileio.exp
15456 * gdb.base/fixsection.exp
15457 * gdb.base/foll-exec-mode.exp
15458 * gdb.base/foll-exec.exp
15459 * gdb.base/fork-running-state.exp
15460 * gdb.base/frame-args.exp
15461 * gdb.base/fullpath-expand.exp
15462 * gdb.base/func-ptr.exp
15463 * gdb.base/gcore-relro-pie.exp
15464 * gdb.base/gdb1090.exp
15465 * gdb.base/gdb1555.exp
15466 * gdb.base/global-var-nested-by-dso.exp
15467 * gdb.base/gnu-ifunc.exp
15468 * gdb.base/hbreak-in-shr-unsupported.exp
15469 * gdb.base/hbreak-unmapped.exp
15470 * gdb.base/hook-stop.exp
15471 * gdb.base/infcall-input.exp
15472 * gdb.base/info-fun.exp
15473 * gdb.base/info-shared.exp
15474 * gdb.base/interrupt-noterm.exp
15475 * gdb.base/jit-so.exp
15476 * gdb.base/jit.exp
15477 * gdb.base/line-symtabs.exp
15478 * gdb.base/list.exp
15479 * gdb.base/longjmp.exp
15480 * gdb.base/macscp.exp
15481 * gdb.base/max-value-size.exp
15482 * gdb.base/nodebug.exp
15483 * gdb.base/nofield.exp
15484 * gdb.base/overlays.exp
15485 * gdb.base/paginate-after-ctrl-c-running.exp
15486 * gdb.base/paginate-bg-execution.exp
15487 * gdb.base/paginate-inferior-exit.exp
15488 * gdb.base/pending.exp
15489 * gdb.base/pr11022.exp
15490 * gdb.base/printcmds.exp
15491 * gdb.base/ptr-typedef.exp
15492 * gdb.base/ptype.exp
15493 * gdb.base/randomize.exp
15494 * gdb.base/range-stepping.exp
15495 * gdb.base/realname-expand.exp
15496 * gdb.base/relativedebug.exp
15497 * gdb.base/remote.exp
15498 * gdb.base/savedregs.exp
15499 * gdb.base/sepdebug.exp
15500 * gdb.base/set-noassign.exp
15501 * gdb.base/shlib-call.exp
15502 * gdb.base/shreloc.exp
15503 * gdb.base/sigaltstack.exp
15504 * gdb.base/sigbpt.exp
15505 * gdb.base/siginfo-addr.exp
15506 * gdb.base/siginfo-obj.exp
15507 * gdb.base/siginfo-thread.exp
15508 * gdb.base/signest.exp
15509 * gdb.base/signull.exp
15510 * gdb.base/sigrepeat.exp
15511 * gdb.base/skip.exp
15512 * gdb.base/so-impl-ld.exp
15513 * gdb.base/solib-corrupted.exp
15514 * gdb.base/solib-disc.exp
15515 * gdb.base/solib-display.exp
15516 * gdb.base/solib-overlap.exp
15517 * gdb.base/solib-search.exp
15518 * gdb.base/solib-symbol.exp
15519 * gdb.base/source-execution.exp
15520 * gdb.base/sss-bp-on-user-bp-2.exp
15521 * gdb.base/sss-bp-on-user-bp.exp
15522 * gdb.base/stack-checking.exp
15523 * gdb.base/stale-infcall.exp
15524 * gdb.base/step-break.exp
15525 * gdb.base/step-line.exp
15526 * gdb.base/step-over-exit.exp
15527 * gdb.base/step-test.exp
15528 * gdb.base/structs.exp
15529 * gdb.base/sym-file.exp
15530 * gdb.base/symtab-search-order.exp
15531 * gdb.base/term.exp
15532 * gdb.base/type-opaque.exp
15533 * gdb.base/unload.exp
15534 * gdb.base/until-nodebug.exp
15535 * gdb.base/until.exp
15536 * gdb.base/unwindonsignal.exp
15537 * gdb.base/watch-cond.exp
15538 * gdb.base/watch-non-mem.exp
15539 * gdb.base/watch_thread_num.exp
15540 * gdb.base/watchpoint-reuse-slot.exp
15541 * gdb.base/watchpoint-solib.exp
15542 * gdb.base/watchpoint.exp
15543 * gdb.btrace/dlopen.exp
15544 * gdb.cell/arch.exp
15545 * gdb.cell/break.exp
15546 * gdb.cell/bt.exp
15547 * gdb.cell/core.exp
15548 * gdb.cell/data.exp
15549 * gdb.cell/dwarfaddr.exp
15550 * gdb.cell/ea-cache.exp
15551 * gdb.cell/ea-standalone.exp
15552 * gdb.cell/ea-test.exp
15553 * gdb.cell/f-regs.exp
15554 * gdb.cell/fork.exp
15555 * gdb.cell/gcore.exp
15556 * gdb.cell/mem-access.exp
15557 * gdb.cell/ptype.exp
15558 * gdb.cell/registers.exp
15559 * gdb.cell/sizeof.exp
15560 * gdb.cell/solib-symbol.exp
15561 * gdb.cell/solib.exp
15562 * gdb.compile/compile-tls.exp
15563 * gdb.cp/exception.exp
15564 * gdb.cp/gdb2495.exp
15565 * gdb.cp/local.exp
15566 * gdb.cp/mb-inline.exp
15567 * gdb.cp/mb-templates.exp
15568 * gdb.cp/pr10687.exp
15569 * gdb.cp/pr9167.exp
15570 * gdb.cp/scope-err.exp
15571 * gdb.cp/templates.exp
15572 * gdb.cp/virtfunc.exp
15573 * gdb.dwarf2/dw2-dir-file-name.exp
15574 * gdb.dwarf2/dw2-single-line-discriminators.exp
15575 * gdb.fortran/complex.exp
15576 * gdb.fortran/library-module.exp
15577 * gdb.guile/guile.exp
15578 * gdb.guile/scm-cmd.exp
15579 * gdb.guile/scm-frame-inline.exp
15580 * gdb.guile/scm-objfile.exp
15581 * gdb.guile/scm-pretty-print.exp
15582 * gdb.guile/scm-symbol.exp
15583 * gdb.guile/scm-type.exp
15584 * gdb.guile/scm-value.exp
15585 * gdb.linespec/keywords.exp
15586 * gdb.linespec/ls-errs.exp
15587 * gdb.linespec/macro-relative.exp
15588 * gdb.linespec/thread.exp
15589 * gdb.mi/mi-breakpoint-changed.exp
15590 * gdb.mi/mi-dprintf-pending.exp
15591 * gdb.mi/mi-fullname-deleted.exp
15592 * gdb.mi/mi-logging.exp
15593 * gdb.mi/mi-pending.exp
15594 * gdb.mi/mi-solib.exp
15595 * gdb.mi/new-ui-mi-sync.exp
15596 * gdb.mi/user-selected-context-sync.exp
15597 * gdb.multi/dummy-frame-restore.exp
15598 * gdb.multi/multi-arch-exec.exp
15599 * gdb.multi/remove-inferiors.exp
15600 * gdb.multi/watchpoint-multi-exit.exp
15601 * gdb.opt/solib-intra-step.exp
15602 * gdb.perf/backtrace.exp
15603 * gdb.perf/single-step.exp
15604 * gdb.perf/skip-command.exp
15605 * gdb.perf/skip-prologue.exp
15606 * gdb.perf/solib.exp
15607 * gdb.python/lib-types.exp
15608 * gdb.python/py-as-string.exp
15609 * gdb.python/py-bad-printers.exp
15610 * gdb.python/py-block.exp
15611 * gdb.python/py-breakpoint.exp
15612 * gdb.python/py-cmd.exp
15613 * gdb.python/py-events.exp
15614 * gdb.python/py-evthreads.exp
15615 * gdb.python/py-finish-breakpoint.exp
15616 * gdb.python/py-finish-breakpoint2.exp
15617 * gdb.python/py-frame-inline.exp
15618 * gdb.python/py-frame.exp
15619 * gdb.python/py-inferior.exp
15620 * gdb.python/py-infthread.exp
15621 * gdb.python/py-mi.exp
15622 * gdb.python/py-objfile.exp
15623 * gdb.python/py-pp-maint.exp
15624 * gdb.python/py-pp-registration.exp
15625 * gdb.python/py-prettyprint.exp
15626 * gdb.python/py-recurse-unwind.exp
15627 * gdb.python/py-shared.exp
15628 * gdb.python/py-symbol.exp
15629 * gdb.python/py-symtab.exp
15630 * gdb.python/py-template.exp
15631 * gdb.python/py-type.exp
15632 * gdb.python/py-unwind-maint.exp
15633 * gdb.python/py-unwind.exp
15634 * gdb.python/py-value.exp
15635 * gdb.python/python.exp
15636 * gdb.reverse/finish-reverse-bkpt.exp
15637 * gdb.reverse/insn-reverse.exp
15638 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15639 * gdb.reverse/solib-precsave.exp
15640 * gdb.reverse/solib-reverse.exp
15641 * gdb.stabs/gdb11479.exp
15642 * gdb.stabs/weird.exp
15643 * gdb.threads/fork-child-threads.exp
15644 * gdb.threads/fork-plus-threads.exp
15645 * gdb.threads/fork-thread-pending.exp
15646 * gdb.threads/forking-threads-plus-breakpoint.exp
15647 * gdb.threads/hand-call-in-threads.exp
15648 * gdb.threads/interrupted-hand-call.exp
15649 * gdb.threads/linux-dp.exp
15650 * gdb.threads/local-watch-wrong-thread.exp
15651 * gdb.threads/next-while-other-thread-longjmps.exp
15652 * gdb.threads/non-ldr-exit.exp
15653 * gdb.threads/pending-step.exp
15654 * gdb.threads/print-threads.exp
15655 * gdb.threads/process-dies-while-detaching.exp
15656 * gdb.threads/process-dies-while-handling-bp.exp
15657 * gdb.threads/pthreads.exp
15658 * gdb.threads/queue-signal.exp
15659 * gdb.threads/reconnect-signal.exp
15660 * gdb.threads/signal-command-handle-nopass.exp
15661 * gdb.threads/signal-command-multiple-signals-pending.exp
15662 * gdb.threads/signal-delivered-right-thread.exp
15663 * gdb.threads/signal-sigtrap.exp
15664 * gdb.threads/sigthread.exp
15665 * gdb.threads/staticthreads.exp
15666 * gdb.threads/stepi-random-signal.exp
15667 * gdb.threads/thread-unwindonsignal.exp
15668 * gdb.threads/thread_check.exp
15669 * gdb.threads/thread_events.exp
15670 * gdb.threads/tid-reuse.exp
15671 * gdb.threads/tls-nodebug.exp
15672 * gdb.threads/tls-shared.exp
15673 * gdb.threads/tls-so_extern.exp
15674 * gdb.threads/tls.exp
15675 * gdb.threads/wp-replication.exp
15676 * gdb.trace/actions-changed.exp
15677 * gdb.trace/actions.exp
15678 * gdb.trace/backtrace.exp
15679 * gdb.trace/change-loc.exp
15680 * gdb.trace/collection.exp
15681 * gdb.trace/deltrace.exp
15682 * gdb.trace/disconnected-tracing.exp
15683 * gdb.trace/entry-values.exp
15684 * gdb.trace/ftrace-lock.exp
15685 * gdb.trace/ftrace.exp
15686 * gdb.trace/infotrace.exp
15687 * gdb.trace/mi-trace-frame-collected.exp
15688 * gdb.trace/mi-trace-unavailable.exp
15689 * gdb.trace/mi-traceframe-changed.exp
15690 * gdb.trace/mi-tracepoint-changed.exp
15691 * gdb.trace/mi-tsv-changed.exp
15692 * gdb.trace/no-attach-trace.exp
15693 * gdb.trace/packetlen.exp
15694 * gdb.trace/passc-dyn.exp
15695 * gdb.trace/passcount.exp
15696 * gdb.trace/pending.exp
15697 * gdb.trace/pr16508.exp
15698 * gdb.trace/qtro.exp
15699 * gdb.trace/range-stepping.exp
15700 * gdb.trace/read-memory.exp
15701 * gdb.trace/report.exp
15702 * gdb.trace/save-trace.exp
15703 * gdb.trace/signal.exp
15704 * gdb.trace/stap-trace.exp
15705 * gdb.trace/status-stop.exp
15706 * gdb.trace/strace.exp
15707 * gdb.trace/tfile.exp
15708 * gdb.trace/tfind.exp
15709 * gdb.trace/trace-break.exp
15710 * gdb.trace/trace-condition.exp
15711 * gdb.trace/trace-enable-disable.exp
15712 * gdb.trace/trace-mt.exp
15713 * gdb.trace/tracecmd.exp
15714 * gdb.trace/tracefile-pseudo-reg.exp
15715 * gdb.trace/tspeed.exp
15716 * gdb.trace/tstatus.exp
15717 * gdb.trace/tsv.exp
15718 * gdb.trace/unavailable.exp
15719 * gdb.trace/while-dyn.exp
15720 * gdb.trace/while-stepping.exp
15721 * lib/gdb-guile.exp
15722 * lib/gdb.exp
15723 * lib/mi-support.exp
15724 * lib/pascal.exp
15725 * lib/perftest.exp
15726 * lib/prelink-support.exp
15727 * lib/selftest-support.exp
15728
ad02e4fe
SM
157292016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15730
15731 * Makefile.in: Include disable-implicit-rules.mk.
15732
22347e55
AA
157332016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15734
15735 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15736 non-byte-aligned bit fields.
15737
da5b30da
AA
157382016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15739
15740 PR gdb/12616
15741 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15742 respects the DW_AT_data_bit_offset attribute.
15743
b593ecca
SM
157442016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15745
15746 * gdb.base/default.exp: Fix output of "set language".
15747
3b165252
SM
157482016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15749
15750 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15751 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15752 make.
15753 * configure.ac: Remove checks for the make program.
15754 * configure: Re-generate.
15755
1a2f3d7f
KB
157562016-11-16 Kevin Buettner <kevinb@redhat.com>
15757
15758 * gdb.python/py-recurse-unwind.c (main): Add loop.
15759 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15760 to read_register() and gdb.parse_and_eval(). Make each code
15761 call a separate case that can be individually tested.
15762 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15763 proc. Call cont_and_backtrace for each of the code paths that
15764 we want to test in the unwinder.
15765
b7f38fda
AA
157662016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15767
15768 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15769 the definition of struct S.
15770
1f8db343
CM
157712016-11-11 Catherine Moore <clm@codesourcery.com>
15772
15773 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15774
fad0c9fb
PA
157752016-11-09 Pedro Alves <palves@redhat.com>
15776
15777 * gdb.base/commands.exp (runto_or_return): New procedure.
15778 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15779 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15780 (progvar_simple_while_test, progvar_complex_if_while_test)
15781 (if_while_breakpoint_command_test)
15782 (infrun_breakpoint_command_test, breakpoint_command_test)
15783 (user_defined_command_test, watchpoint_command_test)
15784 (test_command_prompt_position, redefine_hook_test)
15785 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15786 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15787 multi_line_input and multi_line. Remove gdb_expect and
15788 gdb_stop_suppressing_tests uses.
15789 * lib/gdb.exp (valnum_re): New global.
15790 (multi_line_input): New procedure.
15791
8354c62c
SM
157922016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15793
15794 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15795 Remove.
15796 (test_setup): Define with proc_with_prefix.
15797 (test_cli_inferior): Likewise.
15798 (test_cli_thread): Likewise.
15799 (test_cli_frame): Likewise.
15800 (test_cli_select_frame): Likewise.
15801 (test_cli_up_down): Likewise.
15802 (test_mi_thread_select): Likewise.
15803 (test_mi_stack_select_frame): Likewise.
15804 (test_cli_in_mi_inferior): Likewise.
15805 (test_cli_in_mi_thread): Likewise.
15806 (test_cli_in_mi_frame): Likewise.
15807 (top level): Do not use with_test_prefix_procname.
15808
64f367a2
PA
158092016-11-09 Pedro Alves <palves@redhat.com>
15810
15811 * gdb.base/commands.exp (gdbvar_simple_if_test)
15812 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15813 (progvar_simple_if_test, progvar_simple_while_test)
15814 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15815 (infrun_breakpoint_command_test, breakpoint_command_test)
15816 (user_defined_command_test, watchpoint_command_test)
15817 (test_command_prompt_position, deprecated_command_test)
15818 (bp_deleted_in_command, temporary_breakpoint_commands)
15819 (stray_arg0_test, source_file_with_indented_comment)
15820 (recursive_source_test, if_commands_test)
15821 (error_clears_commands_left, redefine_hook_test)
15822 (redefine_backtrace_test): Use proc_with_prefix.
15823 * lib/gdb.exp (proc_with_prefix): New proc.
15824
0bb65f1e
AA
158252016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15826
15827 * gdb.base/tui-layout.c: New file.
15828 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15829 disassembly window contains very long lines.
15830
7353f247
TT
158312016-11-08 Tom Tromey <tom@tromey.com>
15832
15833 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15834 depend on Python 2.
15835
30a7bb83
TT
158362016-11-08 Tom Tromey <tom@tromey.com>
15837
15838 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15839 New method.
15840
cdf5a07c
MG
158412016-10-29 Manish Goregaokar <manish@mozilla.com>
15842
2806dc7e 15843 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 15844
51a789c3
MG
158452016-10-27 Manish Goregaokar <manish@mozilla.com>
15846
2806dc7e
PA
15847 * gdb.rust/simple.rs: Add test for univariant enums without
15848 discriminants and for encoded struct-like enums.
51a789c3 15849
f610ab6d
PA
158502016-10-28 Pedro Alves <palves@redhat.com>
15851
15852 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15853 gdb_test_multiple, tighten regexps and match symtabs and line
15854 tables incrementally.
15855
b129b0ca
LM
158562016-10-28 Luis Machado <lgustavo@codesourcery.com>
15857
15858 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15859 general.
15860
ecf45d2c
SL
158612016-10-25 Luis Machado <lgustavo@codesourcery.com>
15862
15863 * gdb.base/exec-invalid-sysroot.exp: New file.
15864
b8d38ee4
JK
158652016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15866
15867 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15868
f90fd8c2
JK
158692016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15870
15871 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15872
2d2476aa
MR
158732016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15874
2806dc7e
PA
15875 * gdb.base/killed-outside.exp: Remove $options from a call to
15876 `prepare_for_testing'.
2d2476aa 15877
e42b25a0
SM
158782016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15879
15880 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15881 Change test message.
15882
3ccdb432
SM
158832016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15884
15885 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15886 Update comment.
15887
5bad3170
SM
158882016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15889
15890 * gdb.trace/mi-trace-save.exp: New file.
15891
5ad9dba7
YQ
158922016-10-13 Yao Qi <yao.qi@linaro.org>
15893
15894 * gdb.base/code_elim.exp (get_var_address): Remove.
15895 * gdb.base/relocate.exp: Likewise.
15896 * gdb.base/shreloc.exp: Likewise.
15897 * lib/gdb.exp (get_var_address): New.
15898
62df7e21
YQ
158992016-10-13 Yao Qi <yao.qi@linaro.org>
15900
15901 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15902 floating point tests if $skip_float_test is false.
15903
4dac951e
LM
159042016-10-12 Luis Machado <lgustavo@codesourcery.com>
15905
15906 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15907 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15908 argc values.
15909 Add 1 to argc so we guarantee distinct initial/modified argc values.
15910
8f1a8fc4
JK
159112016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15912
15913 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15914
16c85b5d
JK
159152016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15916
15917 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15918 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15919 * gdb.arch/vsx-regs.exp: Likewise.
15920
1d0e042a
YQ
159212016-10-07 Yao Qi <yao.qi@linaro.org>
15922
15923 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15924
68dadef5
MM
159252016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15926
15927 * gdb.python/python.exp: Test decode_line("*0").
15928
33fa2c6e
DE
159292016-10-06 Doug Evans <dje@google.com>
15930
15931 * gdb.python/py-value.exp (test_value_creation): Add test for large
15932 unsigned 64-bit value.
15933
9c37b5ae
TT
159342016-10-06 Tom Tromey <tom@tromey.com>
15935
15936 * gdb.compile/compile.exp: Change java tests to rust.
15937 * gdb.base/setshow.exp: Change java tests to rust.
15938 * gdb.base/default.exp: Remove java from language list.
15939 * README (Examples): Update language example.
15940 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15941 test.
15942 * lib/gdb.exp (skip_java_tests): Remove.
15943 * lib/java.exp: Remove.
15944 * gdb.java: Remove.
15945
78b86327
MR
159462016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15947
15948 * gdb.arch/mips-fcr.exp: New test.
15949 * gdb.arch/mips-fcr.c: Source for the new test.
15950
7470adbb
MR
159512016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15952
15953 * gdb.base/solib-disc.exp: Use `standard_output_file'
15954 throughout.
15955
4a556533
PA
159562016-10-06 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.base/jit-simple-dl.c: New file.
15959 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15960 * gdb.base/jit-simple.c: ... this.
15961 * gdb.base/jit-simple.exp (jit_run): Delete.
15962 (build_jit): New proc.
15963 (jit_test_reread): Recompile either the main program or the shared
15964 library, depending on what is being tested. Skip changing address
15965 if caller wants to. Compare before/after addresses. If testing
15966 standalone, explicitly load the binary. Test "maint info
15967 breakpoints".
15968 (top level): Add "standalone vs shared lib" and "change address"
15969 vs "same address" axes.
15970
5a122fbc
PA
159712016-10-06 Pedro Alves <palves@redhat.com>
15972
15973 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15974 call.
15975 (jit_run): Delete.
15976 (jit_test_reread): Use with_test_prefix. Reload the main binary
15977 explicitly. Compare the before/after addresses of the JIT
15978 descriptor.
15979
ee8da4b8
DE
159802016-08-15 Doug Evans <dje@google.com>
15981
15982 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15983 for single bitfields is bool.
15984 * gdb.xml/tdesc-regs.exp: Ditto.
15985
f389f6fe
JK
159862016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15987
15988 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15989
fdebf1a4
YQ
159902016-10-05 Yao Qi <yao.qi@linaro.org>
15991
15992 * lib/gdb.exp (support_complex_tests): Return zero if
15993 gdb_skip_float_test return true.
15994
9c36d954 159952016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 15996 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
15997
15998 PR gdb/20487
15999 * gdb.mi/user-selected-context-sync.exp: New file.
16000 * gdb.mi/user-selected-context-sync.c: New file.
16001
4034d0ff 160022016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 16003 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
16004
16005 PR gdb/20487
16006 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
16007 =thread-select-event check.
16008
a4297203
PB
160092016-09-29 Peter Bergner <bergner@vnet.ibm.com>
16010
16011 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
16012 the compulsory L operand changes.
16013 * gdb.arch/powerpc-power.s: Likewise.
16014
bb805577
JK
160152016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16016
16017 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
16018 * gdb.base/jit-attach-pie.c: New file.
16019 * gdb.base/jit-attach-pie.exp: New file.
16020
6d61dee5
PA
160212016-09-28 Pedro Alves <palves@redhat.com>
16022
16023 * gdb.base/infcall-input.c: New file.
16024 * gdb.base/infcall-input.exp: New file.
16025
f73842fc
YQ
160262016-09-22 Yao Qi <yao.qi@linaro.org>
16027
16028 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
16029 (gdb_exit): Rename it to ...
16030 (gdbserver_gdb_exit): ... Close GDBserver.
16031 (gdb_exit): New proc, call gdbserver_gdb_exit.
16032 (mi_gdb_exit): Likewise.
16033
90681dab
YQ
160342016-09-22 Yao Qi <yao.qi@linaro.org>
16035
16036 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
16037 path.
16038 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
16039 Remove duplication.
16040
9c211fd8
YQ
160412016-09-22 Yao Qi <yao.qi@linaro.org>
16042
16043 * lib/gdbserver-support.exp: Check the existence of
16044 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
16045
ad0a504f
AK
160462016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
16047
16048 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
16049
36cf1806
TT
160502016-09-21 Tom Tromey <tom@tromey.com>
16051
16052 PR gdb/20604:
16053 * gdb.base/quit.exp: New file.
16054
74172ecf
SM
160552016-09-21 Simon Marchi <simon.marchi@ericsson.com>
16056
16057 * .gitignore: New file.
16058
3d0ec882
MR
160592016-09-21 Maciej W. Rozycki <macro@imgtec.com>
16060
16061 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
16062 throughout.
16063
8193adea
AA
160642016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16065
16066 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
16067
d41a5c09
JK
160682016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16069
16070 * gdb.cp/casts.cc (decltype): Move it ...
16071 (main): ... with its call to ...
16072 * gdb.cp/casts03.cc: ... a new file.
16073 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
16074
d2dfe700
JK
160752016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16076
16077 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
16078
e2a92b16
PB
160792016-09-15 Peter Bergner <bergner@vnet.ibm.com>
16080
16081 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
16082 and sync up the test with tests in gas/testsuite/gas/ppc.
16083 * gdb.arch/powerpc-power.exp: Likewise.
16084
49b4de64
JK
160852016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16086
16087 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
16088
2c29df25
SDJ
160892016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
16090 Jan Kratochvil <jan.kratochvil@redhat.com>
16091
16092 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
16093 make m1's definition to be different from m2's. Use 'dummy' as an
16094 argument for probe 'two'.
16095
cc3c2846
JB
160962016-09-10 Jon Beniston <jon@beniston.com>
16097
16098 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
16099 for sim target.
16100
e1b2624a
AA
161012016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
16102
16103 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
16104 variable declaration.
16105 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
16106 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
16107 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
16108 received HWCAP as its argument.
16109
4295e285
PA
161102016-09-06 Pedro Alves <palves@redhat.com>
16111
16112 * gdb.base/new-ui-pending-input.c: New file.
16113 * gdb.base/new-ui-pending-input.exp: New file.
16114 * gdb.exp (clear_gdb_spawn_id): New procedure.
16115 (with_spawn_id): Check whether gdb_spawn_id exists before
16116 referencing it. If gdb_spawn_id didn't exist on entry, clear it
16117 on exit.
16118
00d5215e
UW
161192016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
16120
16121 * gdb.base/float128.c: New file.
16122 * gdb.base/float128.exp: Likewise.
16123 * gdb.base/floatn.c: Likewise.
16124 * gdb.base/floatn.exp: Likewise.
16125
a9ff5f12
UW
161262016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
16127
16128 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
16129
f245535c
PA
161302016-09-05 Pedro Alves <palves@redhat.com>
16131
16132 PR backtrace/19927
16133 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
16134 unwinders are immediately called as side effect of "source" or
16135 "disable unwinder" commands.
16136 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
16137
ae9cf263
YQ
161382016-09-02 Yao Qi <yao.qi@linaro.org>
16139
16140 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
16141 is true and $type is "float" or "double".
16142
27aba047
YQ
161432016-09-02 Yao Qi <yao.qi@linaro.org>
16144
16145 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
16146 true.
16147 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
16148 * gdb.base/call-rt-st.exp: Likewise.
16149 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
16150 return value instead of gdb,skip_float_test.
16151 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
16152 (do_function_calls): Use its return value instead of
16153 gdb,skip_float_test.
16154 * gdb.base/finish.exp: Likewise.
16155 * gdb.base/funcargs.exp: Likewise.
16156 * gdb.base/return.exp: Likewise.
16157 * gdb.base/return2.exp: Likewise.
16158 * gdb.base/varargs.exp: Likewise.
16159 * lib/gdb.exp (gdb_skip_float_test): Change it to
16160 gdb_caching_proc. Detect the broken ptrace on arm-linux.
16161
5af962df
AA
161622016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16163
16164 * gdb.multi/tids.exp: Test "thread apply all".
16165
7fac6910
JK
161662016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16167
16168 * gdb.base/default.exp (tty): Remove.
16169
bb1fe4ac
KB
161702016-08-24 Kevin Buettner <kevinb@redhat.com>
16171
2806dc7e
PA
16172 * gdb.python/py-recurse-unwind.c: New file.
16173 * gdb.python/py-recurse-unwind.py: New file.
16174 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 16175
0a1ddfa6
SM
161762016-08-24 Simon Marchi <simon.marchi@ericsson.com>
16177
16178 * gdb.base/set-inferior-tty.exp: New file.
16179 * gdb.base/set-inferior-tty.c: New file.
16180
d9de1fe3
PA
161812016-08-23 Pedro Alves <palves@redhat.com>
16182
16183 PR gdb/20494
16184 * gdb.base/new-ui-echo.c: New file.
16185 * gdb.base/new-ui-echo.exp: New file.
16186
e9d9abd7
YQ
161872016-08-23 Yao Qi <yao.qi@linaro.org>
16188
16189 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
16190 gdbserver_spawn.
16191 * gdb.server/connect-without-multi-process.exp (do_test):
16192 Likewise.
16193
3589529e
YQ
161942016-08-23 Yao Qi <yao.qi@linaro.org>
16195
16196 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
16197 standalone_txt. Delete gdb_txt and standalone_txt on host
16198 and target. Spawn the binary on target. Copy files from
16199 target to host.
16200
6bb90213
PA
162012016-08-22 Pedro Alves <palves@redhat.com>
16202
16203 PR gdb/20505
16204 * gdb.base/vdso-warning.exp: Test core dumps too. Use
16205 with_test_prefix. Factor out bits to ...
16206 (test_no_vdso): ... this new procedure.
16207
20c2c024
CL
162082016-08-19 Carl Love <cel@us.ibm.com>
16209
16210 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
16211 maintaining separate logic for constructing the output path.
16212 * gdb.arch/powerpc-d128-regs.exp: Likewise.
16213 * gdb.arch/ppc-dfp.exp: Likewise.
16214 * gdb.arch/ppc-fp.exp: Likewise.
16215 * gdb.arch/vsx-regs.exp: Likewise.
16216 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
16217 binprefix for generating the additional binary files.
16218
0646e07d
PA
162192016-08-19 Pedro Alves <palves@redhat.com>
16220
16221 * gdb.trace/mi-trace-frame-collected.exp
16222 (test_trace_frame_collected): On x32, expect two registers.
16223
46da9242
CL
162242016-08-18 Carl Love <cel@us.ibm.com>
16225
16226 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
16227 and sync up the test with tests in gas/testsuite/gas/ppc.
16228 * gdb.arch/powerpc-power.exp: Likewise.
16229
eb2332d7
SM
162302016-08-17 Simon Marchi <simon.marchi@ericsson.com>
16231
16232 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
16233 expected error message.
16234
63c61e04
SM
162352016-08-17 Simon Marchi <simon.marchi@ericsson.com>
16236
16237 * gdb.multi/remove-inferiors.exp: New file.
16238 * gdb.multi/remove-inferiors.c: New file.
16239
7b17065f
YQ
162402016-08-12 Yao Qi <yao.qi@linaro.org>
16241
16242 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
16243 argument list.
16244
01d3dedf
PA
162452016-08-10 Pedro Alves <palves@redhat.com>
16246
16247 PR gdb/19187
16248 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
16249 setup_kfails.
16250
3eb7562a
PA
162512016-08-09 Pedro Alves <palves@redhat.com>
16252 Simon Marchi <simon.marchi@ericsson.com>
16253
16254 PR gdb/20418
16255 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
16256 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
16257
80614914
PA
162582016-08-09 Pedro Alves <palves@redhat.com>
16259
16260 PR mi/20431
16261 * gdb.mi/mi-cmd-error.exp: New file.
16262
f348d89a
PA
162632016-08-09 Pedro Alves <palves@redhat.com>
16264
16265 PR gdb/18653
16266 * gdb.base/signals-state-child.c: New file.
16267 * gdb.base/signals-state-child.exp: New file.
16268 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
16269
e5ca03b4
PA
162702016-08-09 Pedro Alves <palves@redhat.com>
16271
16272 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
16273
282a0691
TT
162742016-08-03 Tom Tromey <tom@tromey.com>
16275
16276 PR python/18565:
16277 * gdb.python/py-frame-inline.exp: Add Frame.function test.
16278
41bfcd63
YQ
162792016-08-01 Yao Qi <yao.qi@linaro.org>
16280
16281 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
16282 variable mode to "multi-process" if $multi_process is 1, otherwise
16283 set it to "single-process".
16284
e3465b24
YQ
162852016-08-01 Yao Qi <yao.qi@linaro.org>
16286
16287 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
16288 * gdb.cp/cpexprs.exp: Likewise.
16289 * gdb.cp/m-static.exp: Likewise.
16290
0b31a4bc
TT
162912016-07-26 Tom Tromey <tom@tromey.com>
16292
16293 PR python/20190:
16294 * gdb.threads/tls.exp (check_thread_local): Add python symbol
16295 test.
16296
e0461dbb
MM
162972016-07-26 Markus Metzger <markus.t.metzger@intel.com>
16298
16299 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
16300 selecting assembly source files.
16301 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
16302 assembly source files.
16303 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
16304 assembly source files.
16305 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
16306 selecting assembly source files.
16307
8194e927
SM
163082016-07-25 Simon Marchi <simon.marchi@ericsson.com>
16309
16310 * gdb.base/new-ui.exp (do_test_invalid_args): New
16311 procedure.
16312
c0272db5
TW
163132016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
16314
16315 * gdb.btrace/reconnect.c: New file.
16316 * gdb.btrace/reconnect.exp: New file.
16317
e3487908
GKB
163182016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
16319
16320 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
16321 to test_catch_syscall_group.
16322 (test_catch_syscall_group): New.
16323
12df5c00
TT
163242016-07-21 Tom Tromey <tom@tromey.com>
16325
16326 * gdb.rust/simple.rs (main): Use empty struct expression.
16327 * gdb.rust/simple.exp: Add tests for empty struct expression.
16328
bae62ee2
YQ
163292016-07-21 Yao Qi <yao.qi@linaro.org>
16330
16331 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
16332 if gdb_skip_xml_test is true on some targets.
16333
b1b53fb3
YQ
163342016-07-21 Yao Qi <yao.qi@linaro.org>
16335
16336 * gdb.server/solib-list.exp: Unset last_loaded_file.
16337
027d97f8
JK
163382016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16339
16340 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
16341 "step into captured_main (args)".
16342
7674d381
JK
163432016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16344
16345 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
16346
72b5d099
JK
163472016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16348
16349 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
16350
1f960ced
PA
163512016-07-19 Pedro Alves <palves@redhat.com>
16352
16353 * gdb.opt/inline-break.exp: Remove optimize=-O2.
16354 * gdb.opt/inline-bt.exp: Likewise.
16355 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
16356 additional_flags=-Winline.
16357 * gdb.opt/inline-locals.exp: Likewise.
16358 * gdb.opt/inline-markers.c (ATTR): Define.
16359 (inlined_fn): Use it.
16360
f25827c1
YQ
163612016-07-19 Yao Qi <yao.qi@linaro.org>
16362
16363 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
16364 (test_with_self): Remove some code. Remove argument executable.
16365 (top-level): Use do_self_tests.
16366
37539ebe
DB
163672016-07-15 Zachary Welch <zwelch@codesourcery.com>
16368 Don Breazeal <donb@codesourcery.com>
16369
16370 * gdb.base/maint.exp: Escape paths used in regular expressions.
16371 * gdb.stabs/weird.exp: Likewise.
16372
dac790e1
TT
163732016-07-13 Tom Tromey <tom@tromey.com>
16374
16375 PR python/15620, PR python/18620:
16376 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
16377 (test_bkpt_events): New procs.
16378
93daf339
TT
163792016-07-13 Tom Tromey <tom@tromey.com>
16380
16381 PR python/17698:
16382 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
16383 test.
16384 (test_watchpoints): Likewise.
16385 (test_bkpt_pending): New proc.
16386
6571a381
TT
163872016-07-13 Tom Tromey <tom@tromey.com>
16388
16389 PR cli/18053:
16390 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
16391 completion test.
16392
e8732474
JK
163932016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16394
16395 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
16396 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
16397 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
16398 f_label.
16399 (g): Rename g_end_lbl to g_label.
16400 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
16401 low_pc and high_pc.
16402 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
16403
e0f3fd7c
TT
164042016-07-12 Tom Tromey <tom@tromey.com>
16405
16406 PR python/19293:
16407 * gdb.python/py-unwind-maint.exp: Update tests.
16408
3cfe46b6
YQ
164092016-07-12 Yao Qi <yao.qi@linaro.org>
16410
16411 * lib/selftest-support.exp (selftest_setup): Match the output
16412 when captured_main is inlined.
16413
4f19a0e6
WT
164142016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
16415
16416 * gdb.fortran/derived-types.exp (result_line, result_line_2):
16417 New variables.
16418 (print this%a, print this%b, print this): New tests.
16419 * gdb.fortran/derived-types.f90 (this): New object and
16420 initialization.
16421
986cf455
SM
164222016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16423
16424 * gdb.ada/arraydim.exp: Remove extra directory level in build
16425 directory.
16426
f0464b23
SM
164272016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16428
16429 * lib/ada.exp: Remove extra directory level in build directory.
16430 * gdb.ada/cond_lang.exp: Likewise.
16431 * gdb.ada/exec_changed.exp: Likewise.
16432 * gdb.ada/lang_switch.exp: Likewise.
16433
42d94011
MG
164342016-07-06 Manish Goregaokar <manish@mozilla.com>
16435
2806dc7e
PA
16436 * simple.rs: Add test for raw pointer subscripting.
16437 * simple.exp: Add test expectations.
42d94011 16438
647c264c
YQ
164392016-07-05 Yao Qi <yao.qi@linaro.org>
16440
16441 * gdb.mi/mi-reverse.exp: Match =record-started output.
16442
20aa2c60
PA
164432016-07-01 Pedro Alves <palves@redhat.com>
16444
16445 * gdb.base/jit-reader.exp (info_registers_current_frame): New
16446 procedure.
16447 (jit_reader_test): Test the jit reader's unwinder.
16448 * gdb.base/jithost.c (jit_function_00_code): New global.
16449 (main): Use memcpy to fill in the mmapped code, instead of poking
16450 bytes manually here.
16451 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
16452 value.
16453 (read_debug_info): Save the function's range.
16454 (read_sp): New function.
16455 (unwind_frame): Use it. Also unwind RBP.
16456 (get_frame_id): Use read_sp.
16457 (gdb_init_reader): Use calloc instead of malloc.
16458 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
16459 parameter. Use gdb_test_multiple.
16460
ced2dffb
PA
164612016-07-01 Pedro Alves <palves@redhat.com>
16462 Antoine Tremblay <antoine.tremblay@ericsson.com>
16463
16464 * gdb.threads/process-dies-while-detaching.c: New file.
16465 * gdb.threads/process-dies-while-detaching.exp: New file.
16466
63000888
PA
164672016-07-01 Pedro Alves <palves@redhat.com>
16468
16469 * gdb.multi/watchpoint-multi-exit.c: New file.
16470 * gdb.multi/watchpoint-multi-exit.exp: New file.
16471
038d4868
PA
164722016-06-30 Pedro Alves <palves@redhat.com>
16473
16474 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
16475 unset inferior_spawn_id.
16476
994e9c83
PA
164772016-06-30 Pedro Alves <palves@redhat.com>
16478
16479 * lib/mi-support.exp (default_mi_gdb_start): Declare global
16480 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
16481
e5653468
YQ
164822016-06-29 Yao Qi <yao.qi@linaro.org>
16483
16484 * gdb.base/return.c: Add copyright header.
16485
803b47e5
TT
164862016-06-29 Tom Tromey <tom@tromey.com>
16487
16488 PR python/20129:
16489 * gdb.python/py-framefilter.exp: Add tests for setting priority
16490 and disabling of non-existent frame filter.
16491
28244707
YQ
164922016-06-29 Yao Qi <yao.qi@linaro.org>
16493
16494 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
16495 0x0f07ff.
16496
a31d2f06
YQ
164972016-06-28 Yao Qi <yao.qi@linaro.org>
16498
16499 * gdb.base/catch-syscall.exp: Remove check on isnative and target
16500 triplets. Start gdb, execute catch syscall, and continue. Check
16501 gdb's output to determine catch syscall is supported.
16502
921d8f54
MG
165032016-06-27 Manish Goregaokar <manish@mozilla.com>
16504
25d49b86
PA
16505 * gdb.rust/simple.rs: Add test for returning unit in a function.
16506 * gdb.rust/simple.exp: Add expectation for functions returning
16507 unit.
921d8f54 16508
f4952523
PMR
165092016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
16510
16511 * gdb.python/py-breakpoint-create-fail.c,
16512 gdb.python/py-breakpoint-create-fail.exp,
16513 gdb.python/py-breakpoint-create-fail.py: New testcase.
16514
fccb08f8
MG
165152016-06-25 Manish Goregaokar <manish@mozilla.com>
16516
16517 PR gdb/20239
16518 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
16519 * gdb.rust/simple.exp: Add test expectations for new NonZero
16520 tests.
fccb08f8 16521
6b850546
DT
165222016-06-24 David Taylor <dtaylor@emc.com>
16523
16524 * gdb.base/offsets.exp: New file.
16525 * gdb.base/offsets.c: New file.
16526
17621150
TT
165272016-06-23 Tom Tromey <tom@tromey.com>
16528
16529 PR gdb/16483:
16530 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
16531 before any filters are loaded.
16532
04d59df6
WT
165332016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
16534
16535 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
16536 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
16537 structs.
16538 * gdb.fortran/derived-type-function.exp: New file.
16539 * gdb.fortran/derived-type-function.f90: New file.
16540
16541
ac69f786
PA
165422016-06-21 Pedro Alves <palves@redhat.com>
16543
16544 * gdb.base/new-ui.exp: New file.
16545 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
16546 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
16547 (with_spawn_id): New procedure.
16548
49940788
PA
165492016-06-21 Pedro Alves <palves@redhat.com>
16550
16551 * gdb.mi/mi-exec-run.exp: New file.
16552
ef274d26
PA
165532016-06-21 Pedro Alves <palves@redhat.com>
16554
16555 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
16556 breakpoint command's output on the main UI.
16557 (test_break): New procedure, factored out from calls in the top
16558 level.
16559 (top level): Use foreach_with_prefix to test MI as main UI and as
16560 separate UI.
16561
468afe6c
PA
165622016-06-21 Pedro Alves <palves@redhat.com>
16563
16564 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
16565 (test_awatch_creation_and_listing)
16566 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
16567 Remove 'type' parameter.
16568 (test_watchpoint_all): New parameter mi_mode. Remove
16569 with_test_prefix.
16570 (top level): Use foreach_with_prefix, and add main/separate UI MI
16571 testing axis.
16572
51f77c37
PA
165732016-06-21 Pedro Alves <palves@redhat.com>
16574
16575 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
16576 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
16577 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
16578 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
16579 (gdb_main_spawn_id, mi_spawn_id): Declare and
16580 comment.
16581 (mi_create_inferior_pty): New procedure,
16582 factored out from default_mi_gdb_start.
16583 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
16584 procedures.
16585 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
16586 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16587 Use mi_create_inferior_pty.
16588 (mi_gdb_start): Use eval to pass down args list.
16589
8980e177
PA
165902016-06-21 Pedro Alves <palves@redhat.com>
16591
16592 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16593 * gdb.opt/inline-cmds.exp: Add MI tests.
16594
f38d3ad1
PA
165952016-06-21 Pedro Alves <palves@redhat.com>
16596
16597 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16598
45db7c09
PA
165992016-06-21 Pedro Alves <palves@redhat.com>
16600
16601 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16602 (top level): Use it instead of mi_execute_to.
16603
5a069ab3
PA
166042016-06-21 Pedro Alves <palves@redhat.com>
16605
16606 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16607 (cont_handler_str): New.
16608 (signal_stop_handler): Set stop_handler_str instead of printing to
16609 stdout.
16610 (continue_handler): Set cont_handler_str instead of printing to
16611 stdout.
16612 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16613 mi_send_resuming_command. Print stop_handler_str and
16614 cont_handler_str instead of expecting the python events print
16615 directly.
16616
2838cc1d
SD
166172016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16618
16619 * gdb.base/jit-reader.exp: New file.
16620 * gdb.base/jithost.c: New file.
16621 * gdb.base/jithost.h: New file.
16622 * gdb.base/jitreader.c : New file.
16623 * gdb.base/jit-protocol.h: New file.
16624
21a77091
YQ
166252016-06-17 Yao Qi <yao.qi@linaro.org>
16626
16627 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16628 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16629 and detach-on-fork. Adjust tests.
16630 (top level): Invoke break_cond_on_syscall with combinations of
16631 syscall, follow-fork-mode and detach-on-fork.
16632
f50bf8e5
YQ
166332016-06-17 Yao Qi <yao.qi@linaro.org>
16634
16635 * gdb.base/step-over-exit.c: New.
16636 * gdb.base/step-over-exit.exp: New.
16637
a28d8e50
YTL
166382016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16639
16640 * gdb.base/float.exp: Add target check for nds32*-*-*.
16641 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16642
cad8e26d
AB
166432016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16644
16645 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16646 for unsupported target features.
16647 * gdb.base/call-rt-st.exp: Likewise.
16648 * gdb.base/call-sc.exp: Likewise.
16649 * gdb.base/call-signal-resume.exp: Likewise.
16650 * gdb.base/call-strs.exp: Likewise.
16651 * gdb.base/callexit.exp: Likewise.
16652 * gdb.base/callfuncs.exp: Likewise.
16653 * gdb.base/nodebug.exp: Likewise.
16654 * gdb.base/printcmds.exp: Likewise.
16655 * gdb.base/ptype.exp: Likewise.
16656 * gdb.base/structs.exp: Likewise.
16657 * gdb.base/unwindonsignal.exp: Likewise.
16658 * gdb.cp/gdb2495.exp: Likewise.
16659 * gdb.cp/templates.exp: Likewise.
16660 * gdb.cp/virtfunc.exp: Likewise.
16661 * gdb.threads/hand-call-in-threads.exp: Likewise.
16662 * gdb.threads/interrupted-hand-call.exp: Likewise.
16663 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16664
347dc102
TT
166652016-06-10 Tom Tromey <tom@tromey.com>
16666
16667 PR rust/20110:
16668 * gdb.rust/expr.exp: Add test for integer constant larger than
16669 i32.
16670
5e13cf25
BH
166712016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16672
16673 * gdb.fortran/nested-funcs.exp: New.
16674 * gdb.fortran/nested-funcs.f90: New.
16675
bb556f1f
TK
166762016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16677
16678 * gdb.base/examine-backward.c: New file.
16679 * gdb.base/examine-backward.exp: New file.
16680
38b022b4
SM
166812016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16682
16683 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16684 matching.
16685
1b40ec05
TT
166862016-06-02 Tom Tromey <tom@tromey.com>
16687
16688 PR python/18984:
16689 * gdb.python/py-shared.exp: Add solib_name test.
16690
193bd378
SM
166912016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16692
16693 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16694
3326303b
MG
166952016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16696
16697 PR c++/19893
16698 * gdb.dwarf2/implref.exp: Rename to...
16699 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16700 * gdb.dwarf2/implref-array.c: New file.
16701 * gdb.dwarf2/implref-array.exp: Likewise.
16702 * gdb.dwarf2/implref-global.c: Likewise.
16703 * gdb.dwarf2/implref-global.exp: Likewise.
16704 * gdb.dwarf2/implref-struct.c: Likewise.
16705 * gdb.dwarf2/implref-struct.exp: Likewise.
16706
825c8ef2
AT
167072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16708
16709 * gdb.trace/trace-condition.exp: Add 64bit tests.
16710
2320162a
AT
167112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16712
16713 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16714 bits types.
16715 (main): Adapt to 8 to 64 bits types.
16716 * gdb.trace/trace-condition.exp: Add new tests.
16717
a7818233
AT
167182016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16719
16720 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16721
0d336466
AT
167222016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16723
16724 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16725 Move condition tests...
16726 * gdb.trace/trace-condition.exp: Here.
16727
7faeb45a
AT
167282016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16729
16730 * gdb.trace/trace-condition.exp: Add counter-case tests.
16731
e385593e
JK
167322016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16733
16734 PR c++/15231
16735 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16736 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16737
744608cc
PA
167382016-05-27 Pedro Alves <palves@redhat.com>
16739
16740 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16741 New procedure.
16742 (top level): Call it, and bail out of DejaGnu is known to be bad.
16743
ac775bf4
AB
167442016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16745
16746 * gdb.base/whatis.c: Extend the test case.
16747 * gdb.base/whatis.exp: Add additional tests.
16748
2bbad2ea
BH
167492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16750
16751* gdb.fortran/type.f90: Add pointer variable.
16752* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16753
8b70175d
BH
167542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16755
16756 * gdb.fortran/vla-type.exp: Fix testcase name.
16757
86d8a848
BH
167582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16759
16760 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16761
e188eb36
BH
167622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16763
16764 * gdb.fortran/type.f90: Add nested structures.
16765 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16766 * gdb.fortran/derived-type.exp: Adapt expected output.
16767 * gdb.fortran/vla-type.exp: Adapt expected output.
16768
9b2db1fd
BH
167692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16770
16771 * gdb.fortran/whatis_type.exp: Adapt expected output.
16772
72b17055
BH
167732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16774
16775 * gdb.fortran/print_type.exp: Fix expected output.
16776 * gdb.fortran/whatis_type.exp: Fix expected output.
16777
3cd81d8d
BH
167782016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16779
16780 * gdb.fortran/whatis_type.exp: Use multi_line.
16781
ddae9462
TT
167822016-05-24 Tom Tromey <tom@tromey.com>
16783
16784 PR python/17386:
16785 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16786 use value as an index.
16787
1957f6b8
TT
167882016-05-23 Tom Tromey <tom@tromey.com>
16789
16790 PR python/17981:
16791 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16792 no-breakpoint case.
16793
026a9174
PA
167942016-05-24 Pedro Alves <palves@redhat.com>
16795
16796 PR gdb/19828
16797 * gdb.threads/clone-attach-detach.c: New file.
16798 * gdb.threads/clone-attach-detach.exp: New file.
16799
e70a7231
FR
168002016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16801
16802 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16803
0f6ed0e0
TT
168042016-05-23 Tom Tromey <tom@tromey.com>
16805
16806 PR python/19438, PR python/18393:
16807 * gdb.python/py-progspace.exp: Add "dir" test.
16808 * gdb.python/py-objfile.exp: Add "dir" test.
16809
ffd19d61
YQ
168102016-05-23 Yao Qi <yao.qi@linaro.org>
16811
16812 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16813 * gdb.arch/thumb2-it.exp: Likewise.
16814
9e8f9b05
SM
168152016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16816
16817 * gdb.mi/mi-threads-interrupt.c: New file.
16818 * gdb.mi/mi-threads-interrupt.exp: New file.
16819
61c6156d
SM
168202016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16821
16822 PR gdb/18077
16823 * gdb.mi/mi-async-run.exp: New file.
16824 * gdb.mi/mi-async-run.c: New file.
16825
67218854
TT
168262016-05-17 Tom Tromey <tom@tromey.com>
16827 Manish Goregaokar <manishsmail@gmail.com>
16828
16829 * lib/rust-support.exp: New file.
16830 * lib/gdb.exp (skip_rust_tests): New proc.
16831 (build_executable_from_specs): Handle rust.
16832 * lib/future.exp (gdb_find_rustc): New proc.
16833 (gdb_default_target_compile): Handle rust.
16834 * gdb.rust/expr.exp: New file.
16835 * gdb.rust/generics.exp: New file.
16836 * gdb.rust/generics.rs: New file.
16837 * gdb.rust/methods.exp: New file.
16838 * gdb.rust/methods.rs: New file.
16839 * gdb.rust/modules.exp: New file.
16840 * gdb.rust/modules.rs: New file.
16841 * gdb.rust/simple.exp: New file.
16842 * gdb.rust/simple.rs: New file.
16843
c44af4eb
TT
168442016-05-17 Tom Tromey <tom@tromey.com>
16845
16846 * gdb.base/default.exp (set language): Add rust.
16847
dcd1f979
TT
168482016-05-17 Tom Tromey <tom@tromey.com>
16849
16850 * gdb.gdb/unittest.exp: New file.
16851
155b7f57
YQ
168522016-05-16 Yao Qi <yao.qi@linaro.org>
16853
16854 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16855 shell_prompt. Update shell_prompt_re.
16856
8ddd5a6c
DE
168572016-05-12 Doug Evans <dje@google.com>
16858
16859 PR symtab/19999
16860 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16861 $options when building executable.
16862 * gdb.dwarf2/fission-loclists-pie.S: New file.
16863 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16864
02e370d9
SM
168652016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16866
16867 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16868 of [is_remote target],
16869
8929ad8b
SM
168702016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16871
16872 * lib/gdb.exp (use_gdb_stub): New procedure.
16873
6c447423
DE
168742016-05-03 Yunlian Jiang <yunlian@google.com>
16875 Doug Evans <dje@google.com>
16876
16877 PR symtab/19914
16878 * gdb.dwarf2/dwp-sepdebug.c: New file.
16879 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16880
444e826c
SM
168812016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16882
16883 * gdb.base/detach.exp: Remove is_remote check.
16884
740feeaa
SM
168852016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16886
16887 * gdb.base/annota-input-while-running.exp: Don't check for
16888 [is_remote target]. Enable annotations after running to main.
16889 Remove unused "set test..." line.
16890
9080ac9d
SM
168912016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16892
16893 * gdb.trace/trace-enable-disable.exp: New file.
16894 * gdb.trace/trace-enable-disable.c: New file.
16895
952ebca5
SM
168962016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16897
16898 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16899 use it in info sharedlibrary test.
16900 * gdb.trace/ftrace-lock.exp: Likewise.
16901 * gdb.trace/ftrace.exp: Likewise.
16902 * gdb.trace/range-stepping.exp: Likewise.
16903 * gdb.trace/trace-break.exp: Likewise.
16904 * gdb.trace/trace-condition.exp: Likewise.
16905 * gdb.trace/trace-mt.exp: Likewise.
16906
d9019901
SM
169072016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16908
16909 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16910 (gdb_load_shlib): ... this.
16911 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16912 gdb_load_shlib.
16913 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16914 * gdb.base/ctxobj.exp: Likewise.
16915 * gdb.base/dprintf-pending.exp: Likewise.
16916 * gdb.base/dso2dso.exp: Likewise.
16917 * gdb.base/fixsection.exp: Likewise.
16918 * gdb.base/gcore-relro.exp: Likewise.
16919 * gdb.base/gdb1555.exp: Likewise.
16920 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16921 * gdb.base/gnu-ifunc.exp: Likewise.
16922 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16923 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16924 * gdb.base/pending.exp: Likewise.
16925 * gdb.base/print-file-var.exp: Likewise.
16926 * gdb.base/print-symbol-loading.exp: Likewise.
16927 * gdb.base/shlib-call.exp: Likewise.
16928 * gdb.base/shreloc.exp: Likewise.
16929 * gdb.base/so-impl-ld.exp: Likewise.
16930 * gdb.base/solib-disc.exp: Likewise.
16931 * gdb.base/solib-nodir.exp: Likewise.
16932 * gdb.base/solib-overlap.exp: Likewise.
16933 * gdb.base/solib-symbol.exp: Likewise.
16934 * gdb.base/solib-weak.exp (do_test): Likewise.
16935 * gdb.base/sym-file.exp: Likewise.
16936 * gdb.base/symtab-search-order.exp: Likewise.
16937 * gdb.base/type-opaque.exp: Likewise.
16938 * gdb.base/unload.exp: Likewise.
16939 * gdb.base/watchpoint-solib.exp: Likewise.
16940 * gdb.compile/compile.exp: Likewise.
16941 * gdb.cp/gdb2384.exp: Likewise.
16942 * gdb.cp/infcall-dlopen.exp: Likewise.
16943 * gdb.cp/re-set-overloaded.exp: Likewise.
16944 * gdb.fortran/library-module.exp: Likewise.
16945 * gdb.opt/solib-intra-step.exp: Likewise.
16946 * gdb.python/py-finish-breakpoint.exp: Likewise.
16947 * gdb.python/py-shared.exp: Likewise.
16948 * gdb.reverse/solib-precsave.exp: Likewise.
16949 * gdb.reverse/solib-reverse.exp: Likewise.
16950 * gdb.server/solib-list.exp: Likewise.
16951 * gdb.threads/dlopen-libpthread.exp: Likewise.
16952 * gdb.threads/tls-shared.exp: Likewise.
16953 * gdb.threads/tls-so_extern.exp: Likewise.
16954 * gdb.trace/change-loc.exp: Likewise.
16955 * gdb.trace/ftrace-lock.exp: Likewise.
16956 * gdb.trace/ftrace.exp: Likewise.
16957 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16958 * gdb.trace/pending.exp: Likewise.
16959 * gdb.trace/range-stepping.exp: Likewise.
16960 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16961 (strace_info_marker): Likewise.
16962 (strace_probe_marker): Likewise.
16963 (strace_trace_on_same_addr): Likewise.
16964 (strace_trace_on_diff_addr): Likewise.
16965 * gdb.trace/trace-break.exp: Likewise.
16966 * gdb.trace/trace-condition.exp: Likewise.
16967 * gdb.trace/trace-mt.exp: Likewise.
16968
fca4cfd9
SM
169692016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16970
16971 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16972 result of gdb_remote_download.
16973 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16974 * gdb.base/dso2dso.exp: Likewise.
16975 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16976 * gdb.base/print-file-var.exp: Likewise.
16977 * gdb.base/shlib-call.exp: Likewise.
16978 * gdb.base/shreloc.exp: Likewise.
16979 * gdb.base/solib-overlap.exp: Likewise.
16980 * gdb.base/solib-weak.exp (do_test): Likewise.
16981 * gdb.base/unload.exp: Likewise.
16982
11cf4ffb
YQ
169832016-04-27 Yao Qi <yao.qi@linaro.org>
16984
16985 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16986 exists.
16987
3e2e34f8
KB
169882016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16989
16990 * vla-type.exp: Print structure from toplevel.
16991
8f07e298
BH
169922016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16993
16994 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16995 of dynamic types.
16996 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16997 of dynamic types.
16998
9920b434
BH
169992016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
17000
17001 * gdb.fortran/vla-type.f90: New file.
17002 * gdb.fortran/vla-type.exp: New file.
17003
f3abeff5
YQ
170042016-04-25 Yao Qi <yao.qi@linaro.org>
17005
17006 * gdb.base/branch-to-self.c: New file.
17007 * gdb.base/branch-to-self.exp: New file.
17008
0a5d52f0
YQ
170092016-04-22 Yao Qi <yao.qi@linaro.org>
17010
17011 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
17012 more after $hex.
17013
495346f6
YQ
170142016-04-22 Yao Qi <yao.qi@linaro.org>
17015
17016 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
17017 * gdb.base/annota3.exp: Likewise.
17018
4a7e075c
YQ
170192016-04-22 Yao Qi <yao.qi@linaro.org>
17020
17021 * gdb.reverse/step-precsave.exp: Do one step and test program
17022 stops in "callee" and do multiple steps until program goes out
17023 of "callee".
17024 * gdb.reverse/step-reverse.exp: Likewise.
17025
5b061e98
YQ
170262016-04-22 Yao Qi <yao.qi@linaro.org>
17027
17028 * gdb.trace/signal.exp: Also pass if
17029 $tracepoint_hits($i) > $iterations.
17030
5c5dc57f
YQ
170312016-04-22 Yao Qi <yao.qi@linaro.org>
17032
17033 * gdb.trace/signal.c: New file.
17034 * gdb.trace/signal.exp: New file.
17035
a55411b9
DE
170362016-04-19 Doug Evans <xdje42@gmail.com>
17037
17038 * gdb.base/bad-file.exp: New file.
17039
a22df60a
MG
170402016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
17041
17042 * gdb.dwarf2/implref.exp: New file.
17043
0c13f7e5
BH
170442016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
17045
17046 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
17047 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
17048 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
17049 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
17050 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
17051 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
17052 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
17053 * lib/fortran.exp (fortran_int4): New procedure.
17054 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
17055 (fortran_logical4): Likewise.
17056
9b9b09e9
BH
170572016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
17058
17059 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
17060
a14d1f4d
BH
170612016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
17062
17063 * lib/compiler.c: Add Intel specific preprocessor macros.
17064 * lib/compiler.cc: Likewise.
25d49b86 17065
7d49b1d0
LM
170662016-04-13 Luis Machado <lgustavo@codesourcery.com>
17067
17068 * gdb.server/connect-with-no-symbol-file.c: New file.
17069 * gdb.server/connect-with-no-symbol-file.exp: New file.
17070
8392fa22
SM
170712016-04-13 Simon Marchi <simon.marchi@ericsson.com>
17072
17073 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
17074
8c4c4aeb
SM
170752016-04-13 Simon Marchi <simon.marchi@ericsson.com>
17076
17077 * boards/gdbserver-base.exp (${board}_download): Copy source file to
17078 standard output directory.
17079
45e3745e
AT
170802016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
17081
17082 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
17083
e26b7e41
MM
170842016-04-13 Markus Metzger <markus.t.metzger@intel.com>
17085
17086 * gdb.btrace/instruction_history.c (loop): Add declaration.
17087
8ce09462
AT
170882016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
17089
17090 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
17091
2e88a1ea
SM
170922016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
17093
17094 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
17095 parentheses to print.
17096 (continue_handler): Likewise.
17097
f48e22e3
SM
170982016-04-08 Simon Marchi <simon.marchi@ericsson.com>
17099
17100 * gdb.server/solib-list.exp: Remove is_remote check.
17101 Pass shlib= to gdb_compile. Don't link shared library with
17102 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
17103 Run binary filename through "readlink -f" on the target.
17104
096be756
PA
171052016-04-08 Pedro Alves <palves@redhat.com>
17106
17107 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
17108 interpreter filename as argument to gdbserver_spawn.
17109 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
17110 Return empty if $last_loaded_file does not exist.
17111
06500533
JK
171122016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17113
17114 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
17115 * gdb.base/jit-main.c: Use exit after usage.
17116
2d35e871
JK
171172016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17118
17119 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
17120 GDBHISTSIZE prior to the tests.
17121 * gdb.base/gdbinit-history.exp: Likewise.
17122
171232016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
17124
17125 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
17126 instead of build_executable. Use gdb_load_shlibs.
17127
c8064e7e
YQ
171282016-04-07 Yao Qi <yao.qi@linaro.org>
17129
17130 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
17131 Execute "si" command.
17132
bde47561
YQ
171332016-04-07 Yao Qi <yao.qi@linaro.org>
17134
17135 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
17136 number instead of the comments on some line.
17137
b16f8a3b
DB
171382016-04-06 Don Breazeal <donb@codesourcery.com>
17139
17140 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
17141 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
17142
c2f901df
SM
171432016-04-06 Simon Marchi <simon.marchi@ericsson.com>
17144
17145 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
17146 standard_output_file. Remove unused binfile variable.
17147
ac17fda0
CU
171482016-04-05 Catalin Udma <catalin.udma@freescale.com>
17149
17150 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
17151 * gdb.python/py-mi-objfile.exp: Match "list main" output
17152 in console format.
17153
03a8c4df
SM
171542016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
17155
17156 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
17157 absolute.
17158
6e774b13
SM
171592016-04-05 Simon Marchi <simon.marchi@ericsson.com>
17160
17161 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
17162 absolute.
17163 * gdb.trace/ftrace.exp: Likewise.
17164 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
17165 targets as well.
17166 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
17167 (gdb_load_shlibs): Copy libraries to test directory when testing
17168 natively. Only set solib-search-path if testing remotely.
17169 * lib/mi-support.exp (mi_load_shlibs): Likewise.
17170
7817ea46
SM
171712016-04-05 Simon Marchi <simon.marchi@ericsson.com>
17172
17173 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
17174 gdb_download. Use it even if the target is not remote.
17175 * gdb.base/jit.exp (compile_jit_test): Likewise.
17176 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
17177 output directory if the destination board is local, otherwise use
17178 the standard remote_download from DejaGnu.
17179 (gdb_download): Remove.
17180 (gdb_load_shlibs): Use gdb_remote_download instead of
17181 gdb_download.
17182 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
17183 Use gdb_remote_download instead of gdb_download. Use it even if
17184 the target is not remote.
17185 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
17186 instead of gdb_download.
17187
7beb7f68
SM
171882016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
17189
17190 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
17191 (test_insert_delete_modify): Call mi_load_shlibs before trying to
17192 run.
17193
cc63428a
AV
171942016-04-01 Artemiy Volkov <artemiyv@acm.org>
17195
17196 PR gdb/19820
17197 * gdb.base/printcmds.exp: Add artificial arrays tests.
17198
64cdf930
PA
171992016-03-31 Pedro Alves <palves@redhat.com>
17200
17201 PR gdb/19858
17202 * gdb.base/jit-main.c: Include unistd.h.
17203 (ATTACH): Define to 0 if not already defined.
17204 (wait_for_gdb, mypid): New globals.
17205 (WAIT_FOR_GDB): New macro.
17206 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
17207 some breakpoint locations.
17208 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
17209 New procedures.
17210 (one_jit_test): Add REATTACH parameter, and handle it. Use
17211 continue_to_test_location.
17212 (top level): Test attach, and adjusts calls to one_jit_test.
17213
40dea8cb
PA
172142016-03-31 Pedro Alves <palves@redhat.com>
17215
17216 PR gdb/19858
17217 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
17218 BINSUFFIX parameter, and handle it.
17219 (top level): Adjust calls compile_jit_test.
17220
e7ea3ec7
CU
172212016-03-31 Catalin Udma <catalin.udma@freescale.com>
17222
17223 PR python/19743
17224 * gdb.python/py-mi-events-gdb.py: New file.
17225 * gdb.python/py-mi-events.c: New file.
17226 * gdb.python/py-mi-events.exp: New file.
17227
e6359af3
YQ
172282016-03-30 Yao Qi <yao.qi@linaro.org>
17229
17230 * gdb.reverse/until-precsave.exp: Match function name only.
17231 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
17232 Move malloc to a condition block.
17233 * gdb.reverse/until-reverse.exp: Match function name only.
17234
a4105d04
MK
172352016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
17236
17237 * gdb.trace/ftrace.exp: Set arg0exp for s390.
17238 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
17239 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
17240 variable for GPR 0 instead of assuming it is register 0.
17241 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
17242 * lib/trace-support.exp: Add s390 registers.
17243
bfa6adb9
YQ
172442016-03-29 Yao Qi <yao.qi@linaro.org>
17245
17246 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
17247
1e6697ea
YQ
172482016-03-24 Yao Qi <yao.qi@linaro.org>
17249
17250 * gdb.reverse/break-reverse.exp: Add quotation mark in the
17251 test message.
17252
64bcd522
AA
172532016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17254
17255 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
17256 maintaining separate logic for constructing the output path.
17257
7868401b
DB
172582016-03-16 Don Breazeal <donb@codesourcery.com>
17259
17260 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
17261 Retry fork and waitpid on interrupted system call errors.
17262 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17263 Use with_timeout_factor to increase timeout by factor of 10.
17264
1cafadb4
DB
172652016-03-15 Don Breazeal <donb@codesourcery.com>
17266
17267 * gdb.cp/scope-err.cc: New test program.
17268 * gdb.cp/scope-err.exp: New test script.
17269 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
17270 lines and "set breakpoint here" comment.
17271 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
17272 Fixed some whitespace and format issues.
17273 * gdb.mi/mi-linespec-err-cp.cc: New test program.
17274 * gdb.mi/mi-linespec-err-cp.exp: New test script.
17275
81516450
DE
172762016-03-15 Doug Evans <dje@google.com>
17277
17278 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
17279 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
17280 All callers updated. Add tests for enums, mixed flags register.
17281
aa52b601
DE
172822016-03-15 Doug Evans <dje@google.com>
17283
17284 * gdb.base/skip.c (main): Call test_skip_file_and_function.
17285 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
17286
fa4ff313
SM
172872016-03-14 Simon Marchi <simon.marchi@ericsson.com>
17288
17289 * gdb.base/default.exp: Add $_as_string to the list of expected
17290 convenience functions.
17291
f2403c39
AB
172922016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
17293
17294 * gdb.base/maint.exp: New tests for 'maint info line-table'.
17295
f2f3ccb9
SM
172962016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
17297
17298 * gdb.python/py-as-string.exp: New file.
17299 * gdb.python/py-as-string.c: New file.
17300
00dbd492
PA
173012016-03-09 Pedro Alves <palves@redhat.com>
17302
17303 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
17304 signal" -> "Thread NN received signal" output change.
17305 * gdb.threads/ia64-sigill.exp: Likewise.
17306 * gdb.threads/linux-dp.exp: Likewise.
17307 * gdb.threads/manythreads.exp: Likewise.
17308 * gdb.threads/pending-step.exp: Likewise.
17309 * gdb.threads/print-threads.exp: Likewise.
17310 * gdb.threads/sigstep-threads.exp: Likewise.
17311 * gdb.threads/staticthreads.exp: Likewise.
17312 * gdb.threads/tls.exp: Likewise.
17313
1e6697ea
YQ
173142016-03-09 Pedro Alves <palves@redhat.com>
17315
17316 * gdb.base/command-line-input.exp: New file.
17317
b04fd3be
MK
173182016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17319
17320 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
17321 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
17322 * gdb.trace/pending.exp: Accept leading dot before function name.
17323 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
17324 * lib/trace-support.exp: Set registers for ppc.
17325
98fa59e9
MK
173262016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17327
17328 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
17329 use it for disassembly; accept .main in addition to main in backtrace.
17330
f77198c8
MK
173312016-03-09 Wei-cheng Wang <cole945@gmail.com>
17332 Marcin Kościelnicki <koriakin@0x04.net>
17333
17334 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
17335 (gdb_recursion_test_ptr): New global variable.
17336 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
17337 gdb_recursion_test.
17338 (gdb_c_test): Ditto.
17339
ba84e0da
MK
173402016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17341
17342 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
17343 ordering.
17344
4366d36e
MK
173452016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17346
17347 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
17348 (bar): Add bar_start_lbl label.
17349 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
17350 of foo/bar for emitting DWARF and tracing.
17351
5eb264df
SDJ
173522016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
17353
17354 * analyze-racy-logs.py: Set executable bit.
17355
fb6a751f
SDJ
173562016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
17357
17358 * Makefile.in (DEFAULT_RACY_ITER): New variable.
17359 (CHECK_TARGET_TMP): Likewise.
17360 (check-single-racy): New rule.
17361 (check-parallel-racy): Likewise.
17362 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
17363 (do-check-parallel-racy): New rule.
17364 (check-racy/%.exp): Likewise.
17365 * README (Racy testcases): New section.
17366 * analyze-racy-logs.py: New file.
17367
bdf7e230
DE
173682016-03-03 Doug Evans <dje@google.com>
17369
17370 * gdb.base/skip.exp: Use with_test_prefix.
17371
4719d415
YQ
173722016-03-03 Yao Qi <yao.qi@linaro.org>
17373
17374 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
17375 Invoke step_over_syscall "clone" and break_cond_on_syscall
17376 "clone".
17377 * gdb.base/step-over-clone.c: New file.
17378
ea507862
YQ
173792016-03-03 Yao Qi <yao.qi@linaro.org>
17380
17381 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
17382 code format.
17383
8fc8cbda
YQ
173842016-03-03 Yao Qi <yao.qi@linaro.org>
17385
17386 * gdb.base/disp-step-fork.c: Rename to ...
17387 * gdb.base/step-over-fork.c: ... it. New file.
17388 * gdb.base/disp-step-vfork.c: Rename to ...
17389 * gdb.base/step-over-vfork.c: ... it. New file.
17390 * gdb.base/disp-step-syscall.exp: Rename to ...
17391 * gdb.base/step-over-syscall.exp: ... it. New file.
17392 (disp_step_cross_syscall): Rename to ...
17393 (step_over_syscall): ... it.
17394
92fa70b0
YQ
173952016-03-03 Yao Qi <yao.qi@linaro.org>
17396
17397 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
17398 If target supports condition evaluation on target, invoke
17399 break_cond_on_syscall for fork and vfork.
17400
e197ad3c
YQ
174012016-03-03 Yao Qi <yao.qi@linaro.org>
17402
17403 * gdb.base/disp-step-syscall.exp: Don't invoke
17404 support_displaced_stepping.
17405 (disp_step_cross_syscall): Test with displaced stepping off and
17406 on if supported.
17407
0b47da9f
YQ
174082016-03-03 Yao Qi <yao.qi@linaro.org>
17409
17410 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
17411 proc.
17412 (setup): New proc.
17413 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
17414 and setup.
17415
065ab6dc
BH
174162016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17417
17418 * gdb.fortran/vla-history.exp: Remove breakpoint.
17419
07e448ad 174202016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17421
25d49b86
PA
17422 * gdb.fortran/vla-history.exp: Lookup array elements and printing
17423 exceeds timeout.
07e448ad 17424
9ac2d526 174252016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17426
25d49b86
PA
17427 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
17428 breakpoint.
9ac2d526 17429
17807369
BH
174302016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17431
17432 * gdb.mi/vla.f90: Nullify pointer after declaration.
17433
86e501af
PA
174342016-03-01 Pedro Alves <palves@redhat.com>
17435
17436 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
17437
1e903e32
PA
174382016-03-01 Pedro Alves <palves@redhat.com>
17439
17440 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
17441 before anything else.
17442 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
17443 _GNU_SOURCE here.
17444 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
17445 before anything else.
17446 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
17447
6ccb54e2
PA
174482016-03-01 Pedro Alves <palves@redhat.com>
17449
17450 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
17451
30ca9da1
YQ
174522016-03-01 Yao Qi <yao.qi@linaro.org>
17453
17454 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
17455 prepare_for_testing.
17456
dc856b38
YQ
174572016-03-01 Yao Qi <yao.qi@linaro.org>
17458
17459 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
17460
4a932159
AA
174612016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17462
17463 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
17464 manually constructing the output path.
17465
f2489477
AA
174662016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17467
17468 * gdb.arch/s390-stackless.S: New.
17469 * gdb.arch/s390-stackless.exp: New.
17470
38899f16
IB
174712016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
17472
17473 * gdb.dlang/circular.c: New file.
17474 * gdb.dlang/circular.exp: New file.
17475
9fde51ed
YQ
174762016-02-26 Yao Qi <yao.qi@linaro.org>
17477
17478 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
17479 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
17480 (testcases): Update.
17481
ce90fefe
YQ
174822016-02-26 Yao Qi <yao.qi@linaro.org>
17483
17484 * gdb.reverse/aarch64.c: Rename to ...
17485 * gdb.reverse/insn-reverse.c: ... it.
17486 * gdb.reverse/aarch64.exp: Rename to ...
17487 * gdb.reverse/insn-reverse.exp: ... it.
17488
3263bceb
YQ
174892016-02-26 Yao Qi <yao.qi@linaro.org>
17490
17491 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
17492 (testcase_ftype): New.
17493 (testcases): New array.
17494 (n_testcases): New.
17495 (main): Call each element in testcases.
17496 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
17497 (read_testcase): New.
17498 Do the tests in a loop.
17499
6cb59ff1
YQ
175002016-02-25 Yao Qi <yao.qi@linaro.org>
17501
17502 * gdb.base/branches.c: Remove.
17503
ae91f625
MK
175042016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17505
17506 PR gdb/13808
17507 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
17508
678b48b7
MK
175092016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17510
17511 * gdb.trace/ftrace.exp: Remove unnecessary target check.
17512
7337a6f2
MK
175132016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17514
17515 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
17516 change x86_64 call_insn to 'callq'.
17517
861ca91f
AT
175182016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17519
17520 * gdb.trace/tfile-avx.c: Move to...
17521 * gdb.trace/tracefile-pseudo-reg.c: Here.
17522 * gdb.trace/tfile-avx.exp: Move to...
17523 * gdb.trace/tracefile-pseudo-reg.exp: Here.
17524
bf74e428
GB
175252016-02-24 Gary Benson <gbenson@redhat.com>
17526
17527 * gdb.base/attach-pie-noexec.exp: Do not expect an error
17528 message on attach.
17529
cce0e923
DE
175302016-02-23 Doug Evans <dje@google.com>
17531
17532 * gdb.base/skip.c (test_skip): New function.
17533 (end_test_skip_file_and_function): New function.
17534 (test_skip_file_and_function): New function.
17535 * gdb.base/skip1.c (test_skip): New function.
17536 (skip1_test_skip_file_and_function): New function.
17537 * gdb.base/skip.exp: Add tests for new skip options.
17538 * gdb.base/skip-solib.exp: Update expected output.
17539 * gdb.perf/skip-command.cc: New file.
17540 * gdb.perf/skip-command.exp: New file.
17541 * gdb.perf/skip-command.py: New file.
17542
4000e47e
MK
175432016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
17544
17545 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
17546 info registers pattern.
17547
24f75ead
IB
175482016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
17549
17550 * lib/future.exp: Add D support.
17551 (gdb_find_gdc): New proc.
17552 (gdb_default_target_compile): Add D support.
17553
fbb7bcbe
WW
175542016-02-18 Wei-cheng Wang <cole945@gmail.com>
17555
17556 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
17557 user+system time.
17558 (trace_speed_test): Determine the iteration count for a time
17559 between 15..30 seconds.
17560
012b3a21
WT
175612016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
17562
17563 * gdb.arch/i386-mpx-sigsegv.c: New file.
17564 * gdb.arch/i386-mpx-sigsegv.exp: New file.
17565 * gdb.arch/i386-mpx-simple_segv.c: New file.
17566 * gdb.arch/i386-mpx-simple_segv.exp: New file.
17567
2d5189bd
YQ
175682016-02-18 Yao Qi <yao.qi@linaro.org>
17569
17570 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17571 Don't call setup_kfail.
17572
40fb20d0
YQ
175732016-02-18 Yao Qi <yao.qi@linaro.org>
17574
17575 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17576 Set "set breakpoint condition-evaluation" per $cond_bp_target.
17577
21b1f8d2
DE
175782016-02-16 Doug Evans <dje@google.com>
17579
17580 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
17581 * gdb.base/skip1.c: Ditto.
17582 * gdb.base/skip.exp: Whitespace cleanup.
17583
4041ed77
DB
175842016-02-16 Don Breazeal <donb@codesourcery.com>
17585
17586 PR remote/19496
17587 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17588 Remove kfail for PR remote/19496.
17589
c4ef31bf
SM
175902016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17591
17592 * lib/gdb.exp (standard_temp_file): Return a path specific to
17593 the runtest invocation.
17594
266b65b3
SM
175952016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17596
17597 * gdb.trace/save-trace.exp: Change relative path to be in the
17598 standard output directory.
17599
a7a0a6a9
JK
176002016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17601
17602 * gdb.arch/i386-prologue.c: Add missing prototypes.
17603
c99dbb42
JK
176042016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17605
17606 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17607 * gdb.arch/i386-prologue.exp: Likewise.
17608 * gdb.arch/i386-size.exp: Likewise.
17609
aa480355
SM
176102016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17611
17612 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17613 define object file path.
17614 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17615 file path.
17616 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17617 standard_output_file to define binfile.
17618
ba881f50
JK
176192016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17620
17621 Fix compatibility with recent gfortran-5.3.1.
17622 * gdb.fortran/vla-history.exp (print vla1 allocated)
17623 (print vla2 allocated, print $2, print $3): Remove
17624 (print $4): Rename to ...
17625 (print $2): ... here.
17626 (print $9): Rename to ...
17627 (print $5): ... here.
17628 (print $10): Rename to ...
17629 (print $6): ... here.
17630 * gdb.fortran/vla.f90: Add pvla initialization.
17631
e9fb005c
JK
176322016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17633
17634 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17635 New test.
17636 * gdb.fortran/vla-value-sub.exp: Likewise.
17637
e44e00ff
MK
176382016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17639
17640 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17641
97e94151
SM
176422016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17643
17644 * i386-biarch-core.exp: Define corefile using
17645 standard_output_file.
17646
01113bc1
YQ
176472016-02-12 Yao Qi <yao.qi@linaro.org>
17648
17649 * gdb.arch/arm-single-step-kernel-helper.c: New.
17650 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17651
33b4777c
MM
176522016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17653
17654 * gdb.btrace/tailcall-only.exp: New.
17655 * gdb.btrace/tailcall-only.c: New.
17656 * gdb.btrace/x86_64-tailcall-only.S: New.
17657 * gdb.btrace/i686-tailcall-only.S: New.
17658
acc23c11
PA
176592016-02-11 Pedro Alves <palves@redhat.com>
17660
17661 * README (Parallel testing): Add missing double quotes.
17662
e352bf0a
PA
176632016-02-11 Pedro Alves <palves@redhat.com>
17664
17665 * README (Parallel testing): New section.
17666 (GDB_PARALLEL): Rewrite.
17667 (FORCE_PARALLEL): Document.
17668
9f5fed78
MK
176692016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17670
17671 * gdb.trace/tfile-avx.c: New test.
17672 * gdb.trace/tfile-avx.exp: New test.
17673
9ef9e6a6
KS
176742016-02-09 Keith Seitz <keiths@redhat.com>
17675
17676 PR breakpoints/19546
17677 * gdb.base/infcall-exec.c: New file.
17678 * gdb.base/infcall-exec2.c: New file.
17679 * gdb.base/infcall-exec.exp: New file.
17680
a96e36da
KS
176812016-02-09 Keith Seitz <keiths@redhat.com>
17682
17683 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17684 (toplevel): Call test_bkpt_address.
17685
9f61929f
KS
176862016-02-09 Keith Seitz <keiths@redhat.com>
17687
17688 PR python/19506
17689 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17690 (toplevel): Call test_bkpt_address.
17691
1e94266c
SM
176922016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17693
17694 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17695 to AC_OUTPUT.
17696 * configure: Regenerate.
17697
2a7f3dff
PA
176982016-02-09 Pedro Alves <palves@redhat.com>
17699
17700 PR breakpoints/19548
17701 * gdb.base/execl-update-breakpoints.c (some_function): New
17702 function.
17703 (main): Call it.
17704 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17705 Tighten expected GDB output.
17706
2151ccc5
SM
177072016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17708
17709 * Makefile.in (ALL_SUBDIRS): Remove.
17710 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17711 (distclean maintainer-clean realclean): Likewise.
17712 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17713 * configure: Regenerate.
17714 * gdb.ada/Makefile.in: Delete.
17715 * gdb.arch/Makefile.in: Likewise.
17716 * gdb.asm/Makefile.in: Likewise.
17717 * gdb.base/Makefile.in: Likewise.
17718 * gdb.btrace/Makefile.in: Likewise.
17719 * gdb.cell/Makefile.in: Likewise.
17720 * gdb.compile/Makefile.in: Likewise.
17721 * gdb.cp/Makefile.in: Likewise.
17722 * gdb.disasm/Makefile.in: Likewise.
17723 * gdb.dlang/Makefile.in: Likewise.
17724 * gdb.dwarf2/Makefile.in: Likewise.
17725 * gdb.fortran/Makefile.in: Likewise.
17726 * gdb.gdb/Makefile.in: Likewise.
17727 * gdb.go/Makefile.in: Likewise.
17728 * gdb.guile/Makefile.in: Likewise.
17729 * gdb.java/Makefile.in: Likewise.
17730 * gdb.linespec/Makefile.in: Likewise.
17731 * gdb.mi/Makefile.in: Likewise.
17732 * gdb.modula2/Makefile.in: Likewise.
17733 * gdb.multi/Makefile.in: Likewise.
17734 * gdb.objc/Makefile.in: Likewise.
17735 * gdb.opencl/Makefile.in: Likewise.
17736 * gdb.opt/Makefile.in: Likewise.
17737 * gdb.pascal/Makefile.in: Likewise.
17738 * gdb.perf/Makefile.in: Likewise.
17739 * gdb.python/Makefile.in: Likewise.
17740 * gdb.reverse/Makefile.in: Likewise.
17741 * gdb.server/Makefile.in: Likewise.
17742 * gdb.stabs/Makefile.in: Likewise.
17743 * gdb.threads/Makefile.in: Likewise.
17744 * gdb.trace/Makefile.in: Likewise.
17745 * gdb.xml/Makefile.in: Likewise.
17746 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17747 GDB_PARALLEL.
17748 (standard_output_file): Remove check for GDB_PARALLEL, always
17749 return path in outputs/$subdir/$testname.
17750
437277d4
SM
177512016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17752
17753 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17754 (site.exp): Assign abs_srcdir to tcl's srcdir.
17755
31d913c7
YQ
177562016-02-04 Yao Qi <yao.qi@linaro.org>
17757
17758 * gdb.base/foll-exec-mode.c: Include limits.h.
17759 (main): Add parameters argc and argv. Get directory from
17760 argv[0].
17761 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17762 compilation.
17763 * gdb.base/foll-exec.c: Include limits.h.
17764 (main): Add parameters argc and argv.
17765 Get directory from argv[0].
17766 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17767 Adjust tests on the number of lines as source code changed.
17768 * gdb.base/foll-vfork-exit.c: Include limits.h.
17769 (main): Add one line of statement before vfork.
17770 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17771 (main): Add parameters argc and argv. Get directory from
17772 argv[0].
17773 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17774 (setup_gdb): Set tbreak to skip some source lines.
17775 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17776 (main): Add parameters argc and argv. Get directory from
17777 argv[0].
17778 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17779 compilation.
17780 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17781 (main): Add parameters argc and argv. Get directory from
17782 argv[0].
17783 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17784 compilation.
17785
9482b9fb
DE
177862016-02-01 Doug Evans <dje@google.com>
17787
17788 * gdb.base/skip.exp: Clean up multiple references to same test name.
17789
6b2e4f10
PA
177902016-02-01 Pedro Alves <palves@redhat.com>
17791
ccb6afd6 17792 PR remote/19496
6b2e4f10
PA
17793 * gdb.threads/forking-threads-plus-breakpoint.exp
17794 (displaced_stepping_supported): New global.
17795 (probe_displaced_stepping_support): New procedure.
17796 (do_test): Add 'displaced' parameter, and use it.
17797 (top level): Check for displaced stepping support. Add displaced
17798 stepping on/off testing axis.
17799
37a8db1a
AB
178002016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17801
17802 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17803 pointer. Don't perform further tests on the unassociated pointer
17804 if the first test fails.
17805
5fdf6324
AB
178062016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17807
17808 * gdb.base/max-value-size.c: New file.
17809 * gdb.base/max-value-size.exp: New file.
17810 * gdb.base/huge.exp: Disable max-value-size for this test.
17811
935c6144
IB
178122016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17813
17814 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17815
7fe8399d
YQ
178162016-01-28 Yao Qi <yao.qi@linaro.org>
17817
17818 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17819
a2077e25
PA
178202016-01-25 Pedro Alves <palves@redhat.com>
17821
17822 PR threads/19461
17823 * gdb.base/fork-running-state.c: New file.
17824 * gdb.base/fork-running-state.exp: New file.
17825
1d2736d4
PA
178262016-01-25 Pedro Alves <palves@redhat.com>
17827
17828 PR gdb/19494
17829 * gdb.base/catch-fork-kill.c: New file.
17830 * gdb.base/catch-fork-kill.exp: New file.
17831
f1da4b11
PA
178322016-01-25 Pedro Alves <palves@redhat.com>
17833
17834 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17835 Delete, moved to lib/gdb.exp.
17836 * gdb.threads/forking-threads-plus-breakpoint.exp
17837 (foreach_with_prefix): Likewise.
17838 * gdb.threads/process-dies-while-handling-bp.exp
17839 (foreach_with_prefix): Likewise.
17840 * lib/gdb.exp (foreach_with_prefix): New procedure.
17841
45f38546
MK
178422016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17843
17844 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17845 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17846
dc29a1ce
MK
178472016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17848
17849 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17850 endian targets.
17851
092127d7
JK
178522016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17853 Pedro Alves <palves@redhat.com>
17854
17855 Fix testsuite compatibility with Guile.
17856 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17857 number.
17858
31d765d3
JK
178592016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17860
17861 Fix testsuite compatibility with Guile.
17862 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17863 (thread 1): New test for backtrace through signal handler.
17864
1ac78c04
YQ
178652016-01-22 Yao Qi <yao.qi@linaro.org>
17866
17867 PR testsuite/19491
17868 * gdb.base/multi-forks.c: Include
17869 ../lib/unbuffer_output.c
17870 (main): Call gdb_unbuffer_output.
17871
4f5946a8
DE
178722016-01-21 Doug Evans <dje@google.com>
17873
17874 * lib/ada.exp (gdb_compile_ada): Fix typo.
17875
305e13e6
JB
178762016-01-21 Joel Brobecker <brobecker@adacore.com>
17877
17878 * gdb.base/break-fun-addr.exp: New file.
17879 * gdb.base/break-fun-addr1.c: New file.
17880 * gdb.base/break-fun-addr2.c: New file.
17881
5f5dfff6
SM
178822016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17883
17884 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17885 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17886 enum flag values.
17887
fd356fa2
AA
178882016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17889
17890 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17891 when GDB can not set the vector return value. Add more comments
17892 for clarification.
17893
9df22175
AT
178942016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17895
17896 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17897 command.
17898
41d1845e
SM
178992016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17900
17901 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17902
01ac6840
SM
179032016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17904
17905 * Makefile.in (check-single): Pass --status to runtest.
17906 (check/%.exp): Likewise.
17907
179082016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17909
17910 * Makefile.in (check-parallel): Propagate return code from make
17911 do-check-parallel.
17912
bd0a71fa
MK
179132016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17914
17915 * gdb.trace/ftrace.exp: Fix expected message on continue.
17916 * gdb.trace/pending.exp: Fix expected message on continue.
17917 * gdb.trace/trace-break.exp: Fix expected message on continue.
17918
8bcbad33
SM
179192016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17920
17921 * lib/gdb.exp (gdb_test): Remove unused global references.
17922
f303dbd6
PA
179232016-01-18 Pedro Alves <palves@redhat.com>
17924
17925 * gdb.base/async-shell.exp: Adjust expected output.
17926 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17927 * gdb.base/siginfo-thread.exp: Adjust expected output.
17928 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17929 * gdb.java/jnpe.exp: Adjust expected output.
17930 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17931 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17932 * gdb.threads/leader-exit.exp: Adjust expected output.
17933 * gdb.threads/manythreads.exp: Adjust expected output.
17934 * gdb.threads/pthreads.exp: Adjust expected output.
17935 * gdb.threads/schedlock.exp: Adjust expected output.
17936 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17937 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17938 expected output.
17939 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17940 output.
17941 * gdb.threads/sigthread.exp: Adjust expected output.
17942 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17943
b2789696
YQ
179442016-01-18 Yao Qi <yao.qi@linaro.org>
17945
17946 * gdb.guile/scm-section-script.c: Replace @progbits with
17947 %progbits.
17948 * gdb.python/py-section-script.c: Likewise.
17949
71ef29a8
PA
179502016-01-15 Pedro Alves <palves@redhat.com>
17951
17952 * gdb.multi/tids.exp: Test star wildcard ranges.
17953
3f5b7598
PA
179542016-01-15 Pedro Alves <palves@redhat.com>
17955
17956 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17957 command from "thread apply" invocation.
17958 (thr_apply_info_thr_invalid): Default the expected output to the
17959 input tid list.
17960 (top level): Add tests that use convenience variables. Add tests
17961 for "thread apply" with a valid TID list, but missing the command.
17962
663f6d42
PA
179632016-01-13 Pedro Alves <palves@redhat.com>
17964
17965 * gdb.base/default.exp: Expect $_gthread as well.
17966 * gdb.multi/tids.exp: Test $_gthread.
17967 * gdb.threads/thread-specific.exp: Test $_gthread.
17968
c84f6bbf
PA
179692016-01-13 Pedro Alves <palves@redhat.com>
17970
17971 * gdb.multi/tids.exp: Test "info threads -gid".
17972
22a02324
PA
179732016-01-13 Pedro Alves <palves@redhat.com>
17974
17975 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17976 Breakpoint.thread.
17977 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17978
5d5658a1
PA
179792016-01-07 Pedro Alves <palves@redhat.com>
17980
17981 * gdb.base/break.exp: Adjust to output changes.
17982 * gdb.base/hbreak2.exp: Likewise.
17983 * gdb.base/sepdebug.exp: Likewise.
17984 * gdb.base/watch_thread_num.exp: Likewise.
17985 * gdb.linespec/keywords.exp: Likewise.
17986 * gdb.multi/info-threads.exp: Likewise.
17987 * gdb.threads/thread-find.exp: Likewise.
17988 * gdb.multi/tids.c: New file.
17989 * gdb.multi/tids.exp: New file.
17990
84654457
PA
179912016-01-13 Pedro Alves <palves@redhat.com>
17992
17993 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17994
e3940304
PA
179952016-01-13 Pedro Alves <palves@redhat.com>
17996
17997 * gdb.base/default.exp: Expect $_inferior as well.
17998 * gdb.multi/base.exp: Test $_inferior.
17999
a911d87a
PA
180002016-01-13 Pedro Alves <palves@redhat.com>
18001
18002 PR breakpoints/19388
18003 * gdb.base/catch-signal-siginfo-cond.c: New file.
18004 * gdb.base/catch-signal-siginfo-cond.exp: New file.
18005
82075af2
JS
180062016-01-12 Josh Stone <jistone@redhat.com>
18007 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18008
18009 * gdb.base/catch-syscall.c (do_execve): New variable.
18010 (main): Conditionally trigger an execve.
18011 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
18012 (test_catch_syscall_execve): New, check entry/return across execve.
18013 (do_syscall_tests): Call test_catch_syscall_execve.
18014
e46eeedd
PA
180152016-01-12 Pedro Alves <palves@redhat.com>
18016
18017 * gdb.base/random-signal.exp (do_test): New procedure, with body
18018 of testcase moved in.
18019
01d8c27e
JK
180202016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18021 Pedro Alves <palves@redhat.com>
18022
18023 * gdb.base/funcargs.exp (finish from indirectly called function):
18024 Reintroduce the case for 'First'.
18025
9a706302
JK
180262016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18027 Pedro Alves <palves@redhat.com>
18028
18029 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
18030 (tcatch_vfork_then_child_follow_exec)
18031 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
18032 identification.
18033
c0ecb95f
JK
180342016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18035
18036 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
18037 and repeats to unlimited.
18038 * gdb.python/py-value.exp: Likewise.
18039 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
18040 and repeats to unlimited.
18041
6cfc1fcb
JK
180422016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18043
18044 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
18045 and reordering the functions.
18046 * gdb.multi/hangout.c: Likewise.
18047 * gdb.multi/hello.c: Likewise.
18048
582a1b00
SM
180492016-01-08 Simon Marchi <simon.marchi@ericsson.com>
18050
18051 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
18052 absolute.
18053 (SingleStatisticTestResult.report): Use dict.keys instead of
18054 dict.iterkeys.
18055
79bc59cb
PA
180562016-01-06 Pedro Alves <palves@redhat.com>
18057
18058 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
18059
43368e1d
MM
180602016-01-04 Markus Metzger <markus.t.metzger@intel.com>
18061
18062 * gdb.btrace/dlopen.exp: New.
18063 * gdb.btrace/dlopen.c: New.
18064 * gdb.btrace/dlopen-dso.c: New.
18065
79fad5b8
SL
180662015-12-25 Sandra Loosemore <sandra@codesourcery.com>
18067
18068 * lib/gdb.exp (gdb_test): Update comments to clarify that the
18069 PATTERN argument is optional.
18070
ab8314b3
JB
180712015-12-24 Joel Brobecker <brobecker@adacore.com>
18072
18073 * lib/ada.exp (target_compile_ada_from_dir): New function.
18074 (gdb_compile_ada): Reimplement avoiding the use of project files.
18075 * gdb.ada/gnat_ada.gpr: Delete.
18076 * gdb.ada/cond_lang.exp: Adjust test to make path before
18077 filename optional.
18078 * gdb.ada/small_reg_param.exp: Likewise.
18079
fe33faff
SM
180802015-12-22 Simon Marchi <simon.marchi@ericsson.com>
18081
18082 * gdb.base/foll-vork.exp: Remove HP-UX special case.
18083
6d265cb4
TP
180842015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
18085
18086 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
18087 case.
18088
10125099
SM
180892015-12-21 Simon Marchi <simon.marchi@ericsson.com>
18090
18091 * gdb.base/break.exp: Remove dead code.
18092 * gdb.base/sepdebug.exp: Likewise.
18093
3ca22649
SM
180942015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
18095
18096 * gdb.asm/asm-source.exp: Remove HP-UX references.
18097 * gdb.base/annota1.exp: Likewise.
18098 * gdb.base/annota3.exp: Likewise.
18099 * gdb.base/attach.exp: Likewise.
18100 * gdb.base/bigcore.exp: Likewise.
18101 * gdb.base/break.exp: Likewise.
18102 * gdb.base/call-ar-st.exp: Likewise.
18103 * gdb.base/callfuncs.exp: Likewise.
18104 * gdb.base/catch-fork-static.exp: Likewise.
18105 * gdb.base/display.exp: Likewise.
18106 * gdb.base/foll-exec-mode.exp: Likewise.
18107 * gdb.base/foll-exec.exp: Likewise.
18108 * gdb.base/foll-fork.exp: Likewise.
18109 * gdb.base/foll-vfork.exp: Likewise.
18110 * gdb.base/funcargs.exp: Likewise.
18111 * gdb.base/hbreak2.exp: Likewise.
18112 * gdb.base/inferior-died.exp: Likewise.
18113 * gdb.base/interrupt.exp: Likewise.
18114 * gdb.base/multi-forks.exp: Likewise.
18115 * gdb.base/nodebug.exp: Likewise.
18116 * gdb.base/sepdebug.exp: Likewise.
18117 * gdb.base/solib1.c: Likewise.
18118 * gdb.base/step-test.exp: Likewise.
18119 * gdb.mi/non-stop.c: Likewise.
18120 * gdb.mi/pthreads.c: Likewise.
18121 * gdb.multi/bkpt-multi-exec.ex: Likewise.
18122 * gdb.threads/pthreads.c: Likewise.
18123 * gdb.threads/staticthreads.exp: Likewise.
18124 * lib/future.exp: Likewise.
18125 * lib/gdb.exp: Likewise.
18126 * gdb.base/so-indr-cl.c: Remove.
18127 * gdb.base/so-indr-cl.exp: Likewise.
18128 * gdb.base/solib.c: Likewise.
18129 * gdb.base/solib.exp: Likewise.
18130 * gdb.base/solib2.c: Likewise.
18131
b6304613
SM
181322015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
18133
18134 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
18135 * gdb.base/call-ar-st.exp: Likewise.
18136 * gdb.base/callfuncs.exp: Likewise.
18137 * gdb.base/condbreak.exp: Likewise.
18138 * gdb.base/constvars.exp: Likewise.
18139 * gdb.base/hbreak2.exp: Likewise.
18140 * gdb.base/langs.exp: Likewise.
18141 * gdb.base/list.exp: Likewise.
18142 * gdb.base/long_long.exp: Likewise.
18143 * gdb.base/ptype.exp: Likewise.
18144 * gdb.base/scope.exp: Likewise.
18145 * gdb.base/signals.exp: Likewise.
18146 * gdb.base/so-impl-ld.exp: Likewise.
18147 * gdb.base/varargs.exp: Likewise.
18148 * gdb.base/volatile.exp: Likewise.
18149 * gdb.base/whatis.exp: Likewise.
18150 * gdb.cp/cplusfuncs.exp: Likewise.
18151 * gdb.cp/inherit.exp: Likewise.
18152 * gdb.cp/local.exp: Likewise.
18153 * gdb.cp/member-ptr.exp: Likewise.
18154 * gdb.cp/method.exp: Likewise.
18155 * gdb.cp/overload.exp: Likewise.
18156 * gdb.cp/templates.exp: Likewise.
18157 * gdb.stabs/weird.exp: Likewise.
18158 * lib/compiler.c: Likewise.
18159 * lib/compiler.cc: Likewise.
18160 * lib/cp-support.exp: Likewise.
18161 * lib/gdb.exp: Likewise.
18162
bf401b07
SM
181632015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
18164
18165 * configure.ac: Remove HP-UX case.
18166 * configure: Regenerate.
18167
aff9c0f8
SM
181682015-12-18 Simon Marchi <simon.marchi@ericsson.com>
18169
18170 * lib/gdb.exp (gdb_compile): Add function doc.
18171
a6904d5a
PA
181722015-12-17 Pedro Alves <palves@redhat.com>
18173
18174 PR threads/19354
18175 * gdb.multi/info-threads.exp: New file.
18176
a22279dd
YQ
181772015-12-15 Yao Qi <yao.qi@linaro.org>
18178
18179 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
18180 is aarch64*-*-*.
18181
0588c796
SL
181822015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18183
18184 * gdb.base/history-duplicates.exp: Skip if no readline support.
18185
5d978e17
SL
181862015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18187
18188 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
18189
7e763b86
SL
181902015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18191
18192 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
18193
87a3a92c
SL
181942015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18195
18196 * gdb.base/completion.exp: Skip tests that interrupt GDB with
18197 ctrl-C if nointerrupts target property is set.
18198 * gdb.base/double-prompt-target-event-error.exp: Likewise.
18199 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
18200 * gdb.base/paginate-bg-execution.exp: Likewise.
18201 * gdb.base/paginate-execution-startup.exp: Likewise.
18202 * gdb.base/random-signal.exp: Likewise.
18203 * gdb.base/range-stepping.exp: Likewise.
18204 * gdb.cp/annota2.exp: Likewise.
18205 * gdb.cp/annota3.exp: Likewise.
18206 * gdb.gdb/selftest.exp: Likewise.
18207 * gdb.threads/continue-pending-status.exp: Likewise.
18208 * gdb.threads/leader-exit.exp: Likewise.
18209 * gdb.threads/manythreads.exp: Likewise.
18210 * gdb.threads/pthreads.exp: Likewise.
18211 * gdb.threads/schedlock.exp: Likewise.
18212 * gdb.threads/sigthread.exp: Likewise.
18213
a8f077dc
DB
182142015-12-11 Don Breazeal <donb@codesourcery.com>
18215
18216 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
18217 remote.
18218 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
18219 * gdb.base/foll-exec.exp (main): Enable for target remote.
18220 * gdb.base/foll-fork.exp (main): Likewise.
18221 * gdb.base/foll-vfork.exp (main): Likewise.
18222 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
18223 (proc continue_to_exit_bp_loc): Use clean_restart.
18224 * gdb.base/pie-execl.exp (main): Disable for target remote.
18225 * gdb.base/watch-vfork.exp (main): Enable for target remote.
18226 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
18227 * gdb.threads/execl.exp (main): Likewise.
18228 * gdb.threads/fork-child-threads.exp (main): Likewise.
18229 * gdb.threads/fork-plus-threads.exp (main): Disable for target
18230 remote.
18231 * gdb.threads/fork-thread-pending.exp (main): Enable for target
18232 remote.
18233 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
18234 pid.tid style ptids, instead of just tid.
18235 * gdb.threads/thread-execl.exp (main): Enable for target remote.
18236 * gdb.threads/watchpoint-fork.exp (main): Likewise.
18237 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
18238 ptids, instead of just tid.
18239
3b2464a8
AB
182402015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18241
18242 * gdb.base/list.exp (test_list_forward): Add end of file error
18243 test.
18244 (test_repeat_list_command): Add end of file error test.
18245 (test_list_backwards): Add beginning of file error test.
18246
a0def019
AB
182472015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18248
18249 * gdb.base/list.exp (test_list_invalid_args): New function,
18250 defined, and called.
18251
5c000dff
AB
182522015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18253
18254 * gdb.base/list.exp (test_list): Make test names unique.
18255
f1637ebe
YQ
182562015-12-11 Yao Qi <yao.qi@linaro.org>
18257
18258 * gdb.base/coremaker2.c: Remove.
18259
36d6fc0a
PA
182602015-12-10 Pedro Alves <palves@redhat.com>
18261
18262 * gdb.multi/base.exp: Remove stale "spaces" references.
18263
762f7747
PA
182642015-12-10 Pedro Alves <palves@redhat.com>
18265
18266 * gdb.multi/base.exp: Don't use nowarnings.
18267 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
18268 * gdb.multi/hangout.c: Include stdio.h.
18269 * gdb.multi/hello.c: Include stdlib.h.
18270 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
18271 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
18272 * gdb.multi/multi-arch.exp: Don't use nowarnings.
18273
28d2bfb9
AB
182742015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
18275
18276 * gdb.dwarf2/dw2-ranges-base.c: New file.
18277 * gdb.dwarf2/dw2-ranges-base.exp: New file.
18278 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
18279 support additional line table, and debug ranges generation.
18280 (Dwarf::ranges): New function, generate .debug_ranges.
18281 (Dwarf::lines): Support generating simple line table programs.
18282 (Dwarf::assemble): Initialise new namespace variables.
18283
5fc2beac
KB
182842015-12-09 Kevin Buettner <kevinb@redhat.com>
18285
18286 * gdb.base/async.exp (proc test_background): Add case for
18287 asynchronous execution not supported.
18288
1c35a88f
LM
182892015-12-09 Luis Machado <lgustavo@codesourcery.com>
18290
18291 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
18292 format and change test names to make them unique.
18293
b593e3d9
RK
182942015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
18295 Pedro Alves <pedro@redhat.com>
18296
18297 PR gdb/18702
18298 Add checking of floatformats setup on x86_64 hosts.
18299 * gdb.arch/i386-float.S (main): Load bigval and smallval.
18300 (smallval, bigval): New labels/constants.
18301 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
18302 float" after loading bigval and smallval.
18303
d72413e6
PMR
183042015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
18305
18306 * gdb.ada/fun_overload_menu.exp: New testcase.
18307 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
18308
ece66d65
JS
183092015-12-04 Josh Stone <jistone@redhat.com>
18310
18311 * gdb.base/catch-fork-static.exp: New.
18312
41d0efca
YQ
183132015-12-03 Yao Qi <yao.qi@linaro.org>
18314
18315 * gdb.base/sizeof.c: Don't include stdio.h and
18316 ../lib/unbuffer_output.c.
18317 (main): New variable 'size' and 'value'. Remove printf and
18318 gdb_unbuffer_output. Assign return value to size and value.
18319 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
18320 at the beginning.
18321 (check_sizeof): Check the result by printing variable 'size'.
18322 (check_valueof): Check the result by printing variable 'value'.
18323
99fd02d9
YQ
183242015-12-01 Yao Qi <yao.qi@linaro.org>
18325
18326 * gdb.base/disp-step-syscall.exp: Define syscall instruction
18327 for aarch64*-*-linux* target.
18328
f2faf941
PA
183292015-11-30 Pedro Alves <palves@redhat.com>
18330
18331 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
18332
04bf20c5
PA
183332015-11-30 Pedro Alves <palves@redhat.com>
18334
18335 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
18336 Handle non-stop mode vCont replies.
18337
09df4675
PA
183382015-11-30 Pedro Alves <palves@redhat.com>
18339
18340 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
18341 prepare_for_testing. Start gdb with "set non-stop on" appended to
18342 GDBFLAGS. Lax expected stop output.
18343
58b584af
YQ
183442015-11-27 Yao Qi <yao.qi@linaro.org>
18345
18346 * gdb.arch/arm-neon.exp: New.
18347 * gdb.arch/arm-neon.c: New.
18348
dfcb77a8
YQ
183492015-11-27 Yao Qi <yao.qi@linaro.org>
18350
18351 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
18352
88e8ec1b
YQ
183532015-11-27 Yao Qi <yao.qi@linaro.org>
18354
18355 * gdb.cp/annota2.exp: Allow multiple occurrences of the
18356 frames-invalid annotation.
18357
bfde72c2
YQ
183582015-11-27 Yao Qi <yao.qi@linaro.org>
18359
18360 * gdb.cp/annota2.exp: Use ${frames_invalid}.
18361
f6512a69
SM
183622015-11-26 Simon Marchi <simon.marchi@ericsson.com>
18363
18364 * gdb.threads/names.exp: New file.
18365 * gdb.threads/names.c: New file.
18366 * README: Mention gdb,no_thread_names.
18367
46a3515b
MM
183682015-11-26 Markus Metzger <markus.t.metzger@intel.com>
18369
18370 PR 19297
18371 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
18372 support" error.
18373
62147a22
PA
183742015-11-24 Pedro Alves <palves@redhat.com>
18375
18376 PR 17539
18377 * gdb.base/display.exp: Expect displays to be sorted in ascending
18378 order. Use multi_line.
18379 * gdb.base/solib-display.exp: Likewise.
18380
2f341b6e
PA
183812015-11-24 Pedro Alves <palves@redhat.com>
18382
18383 PR 17539
25d49b86
PA
18384 * gdb.base/display.exp: Expect displays to be sorted in ascending
18385 order. Use multi_line.
18386 * gdb.base/solib-display.exp: Likewise.
2f341b6e 18387
7e0aa6aa
PA
183882015-11-24 Pedro Alves <palves@redhat.com>
18389
18390 PR 17539
18391 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
18392 threads in ascending order.
18393 * gdb.base/foll-fork.exp: Likewise.
18394 * gdb.base/foll-vfork.exp: Likewise.
18395 * gdb.base/multi-forks.exp: Likewise.
18396 * gdb.mi/mi-nonstop.exp: Likewise.
18397 * gdb.mi/mi-nsintrall.exp: Likewise.
18398 * gdb.multi/base.exp: Likewise.
18399 * gdb.multi/multi-arch.exp: Likewise.
18400 * gdb.python/py-inferior.exp: Likewise.
18401 * gdb.threads/break-while-running.exp: Likewise.
18402 * gdb.threads/execl.exp: Likewise.
18403 * gdb.threads/gcore-thread.exp: Likewise.
18404 * gdb.threads/info-threads-cur-sal.exp: Likewise.
18405 * gdb.threads/kill.exp: Likewise.
18406 * gdb.threads/linux-dp.exp: Likewise.
18407 * gdb.threads/multiple-step-overs.exp: Likewise.
18408 * gdb.threads/next-bp-other-thread.exp: Likewise.
18409 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
18410 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
18411 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
18412 * gdb.threads/thread-find.exp: Likewise.
18413 * gdb.threads/tls.exp: Likewise.
18414 * lib/mi-support.exp (mi_reverse_list): Delete.
18415 (mi_check_thread_states): No longer reverse list.
18416
2cc57ad8
PA
184172015-11-24 Pedro Alves <palves@redhat.com>
18418
18419 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
18420 use lowercase.
18421
c93e8391
SM
184222015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18423
18424 * gdb.trace/actions.c: Include trace-common.h.
18425 (main): Add a location for a fast tracepoint.
18426 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
18427 the normal tracepoints.
18428 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
18429
045ccf91
SM
184302015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18431
18432 * save-trace.exp: Factor out code to these...
18433 (gdb_save_tracepoints): New.
18434 (gdb_load_tracepoints): New.
18435 (do_save_load_test): New.
18436
5506f9f6
KB
184372015-11-23 Kevin Buettner <kevinb@redhat.com>
18438
18439 * gdb.base/asmlabel.exp: New test.
18440 * gdb.base/asmlabel.c: New test case.
18441
16c3b12f
JB
184422015-11-23 Joel Brobecker <brobecker@adacore.com>
18443
18444 * gdb.base/wrong_frame_bt_full-main.c: New file.
18445 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
18446 * gdb.base/wrong_frame_bt_full.exp: New file.
18447
155bfbd3
JB
184482015-11-23 Joel Brobecker <brobecker@adacore.com>
18449
18450 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
18451
bb097445
JM
184522015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18453
206853a0 18454 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
18455 pstate register when comparing registers values in
18456 sparc64-*-linux-gnu targets to avoid spurious differences.
18457
9c88ed8f
JM
184582015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18459
206853a0 18460 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 18461
96161e25
SL
184622015-11-19 Sandra Loosemore <sandra@codesourcery.com>
18463
18464 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
18465 as type argument to gdb_compile.
18466 * gdb.base/nested-subp2.exp: Likewise.
18467 * gdb.base/nested-subp3.exp: Likewise.
18468
340c2830
DV
184692015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
18470
18471 * lib/dwarf.exp (_note): Fix left shift of negative value.
18472 * gdb.trace/trace-condition.exp: Likewise.
18473
c1862d0f
YQ
184742015-11-13 Yao Qi <yao.qi@linaro.org>
18475
18476 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
18477 comments about d10v.
18478 (test_scalar_returns): Likewise.
18479 * gdb.base/d10v.ld: Remove.
18480 * gdb.base/overlays.exp: Remove the target triplet checking for
18481 d10v-*-*.
18482 * gdb.base/structs.exp (test_struct_returns): Remove the
18483 comments about d10v.
18484 (test_struct_calls): Likewise.
18485
77ae9c19
YQ
184862015-11-13 Yao Qi <yao.qi@linaro.org>
18487
18488 * gdb.base/gnu_vector.exp: Check the return value by "p res".
18489 * gdb.base/gnu_vector.c: Don't include stdio.h.
18490 (main): Don't print res and call add_some_intvecs.
18491
430e004e
MK
184922015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
18493
18494 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
18495 macro.
18496 (func5): Removed.
18497 (func4): Use FAST_TRACEPOINT_LABEL.
18498 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
18499 macro.
18500 (func): Removed.
18501 (thread_function): Use FAST_TRACEPOINT_LABEL.
18502 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
18503 (func): Remove.
18504 (marker): Use FAST_TRACEPOINT_LABEL.
18505 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
18506 (pendfunc1): Remove.
18507 (pendfunc): Use FAST_TRACEPOINT_LABEL.
18508 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
18509 (foo): Remove.
18510 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
18511 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
18512 macro.
18513 (func): Remove.
18514 (marker): Use FAST_TRACEPOINT_LABEL.
18515 * gdb.trace/trace-common.h: New header.
18516 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
18517 macro.
18518 (func): Remove.
18519 (marker): Use FAST_TRACEPOINT_LABEL.
18520 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
18521 (func): Remove.
18522 (thread_function): Use FAST_TRACEPOINT_LABEL.
18523
6e7675a7
MK
185242015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
18525
18526 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
18527 in front.
18528 * gdb.trace/change-loc.exp: Use global pcreg definition.
18529 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
18530 * gdb.trace/entry-values.exp: Use global spreg definition, add $
18531 in front.
18532 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
18533 * gdb.trace/pending.exp: Likewise.
18534 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
18535 * gdb.trace/trace-break.exp: Likewise.
18536 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
18537 in front.
18538 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
18539 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
18540 in front.
18541 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
18542
dddc0e16
JB
185432015-11-09 Joel Brobecker <brobecker@adacore.com>
18544
18545 * gdb.ada/fin_fun_out: New testcase.
18546
c6f0b406
KB
185472015-11-07 Kevin Buettner <kevinb@redhat.com>
18548
18549 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
18550 value associated with DW_AT_byte_size.
18551 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
18552 constants for DW_AT_byte_size, DW_AT_lower_bound, and
18553 DW_AT_upper_bound.
18554
f01dcfd9
KB
185552015-11-07 Kevin Buettner <kevinb@redhat.com>
18556
18557 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
18558 (gdb_target_symbol_prefix_flags): Define in terms of _asm
18559 version.
18560 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
18561 gdb.dwarf2/dw2-canonicalize-type.exp,
18562 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
18563 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
18564 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
18565 provided by gdb_target_symbol_prefix_flags_asm.
18566 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
18567 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
18568 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
18569 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
18570 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
18571 macros where needed). Use this macro for symbols which require
18572 the prefix provided by SYMBOL_PREFIX.
18573
2223449a
KB
185742015-11-05 Kevin Buettner <kevinb@redhat.com>
18575
18576 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
18577 New procs.
18578 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
18579 representing expressions, of more than one list element.
18580 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
18581 to prepend linker symbol prefix to f.
18582 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
18583 table_1 and table_2.
18584 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
18585 Likewise, for f and g.
18586 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18587 for ptr.
18588 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18589 for main.
18590 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18591 table_1_ptr and table_2_ptr.
18592
6f2f1a3a
JK
185932015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18594 Joel Brobecker <brobecker@adacore.com>
18595
18596 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18597
566c56c9
MK
185982015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18599
18600 * gdb.reverse/s390-mvcle.c: New test.
18601 * gdb.reverse/s390-mvcle.exp: New file.
18602 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18603
d5f0636b
MK
186042015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18605
18606 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18607
7ad8b86c
MK
186082015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18609
18610 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18611 reaching marker2.
18612 * gdb.reverse/getresuid-reverse.exp: Likewise.
18613 * gdb.reverse/pipe-reverse.exp: Likewise.
18614 * gdb.reverse/readv-reverse.exp: Likewise.
18615 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18616 * gdb.reverse/time-reverse.exp: Likewise.
18617 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18618
4081c0f1
YQ
186192015-10-30 Yao Qi <yao.qi@linaro.org>
18620
18621 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18622 (empty_cycle): Remove.
18623 (main): Don't call empty_cycle. Don't use watch_count_done.
18624 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18625 empty_cycle. Rewrite the code counting HW watchpoints.
18626
452b4ba5
MK
186272015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18628
18629 * gdb.reverse/fstatat-reverse.c: New test.
18630 * gdb.reverse/fstatat-reverse.exp: New file.
18631 * gdb.reverse/getresuid-reverse.c: New test.
18632 * gdb.reverse/getresuid-reverse.exp: New file.
18633 * gdb.reverse/pipe-reverse.c: New test.
18634 * gdb.reverse/pipe-reverse.exp: New file.
18635 * gdb.reverse/readv-reverse.c: New test.
18636 * gdb.reverse/readv-reverse.exp: New file.
18637 * gdb.reverse/recvmsg-reverse.c: New test.
18638 * gdb.reverse/recvmsg-reverse.exp: New file.
18639 * gdb.reverse/time-reverse.c: New test.
18640 * gdb.reverse/time-reverse.exp: New file.
18641 * gdb.reverse/waitpid-reverse.c: New test.
18642 * gdb.reverse/waitpid-reverse.exp: New file.
18643
5e2e7507
JK
186442015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18645
18646 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18647
0fde2c53
DE
186482015-10-26 Doug Evans <dje@google.com>
18649
18650 PR symtab/17391
18651 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18652 * gdb.dwarf2/bad-regnum.c: New file.
18653 * gdb.dwarf2/bad-regnum.exp: New file.
18654
1a70ae97
DE
186552015-10-26 Doug Evans <dje@google.com>
18656
18657 PR python/18938
18658 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18659 file.
18660
27dc26ab
JK
186612015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18662
18663 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18664 for a change by "Mention language in compile error message".
18665
bed91f4d
SM
186662015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18667
18668 PR python/18073
18669 * gdb.python/py-type.c (C::a_method): New.
18670 (C::a_const_method): New.
18671 (C::a_static_method): New.
18672 (a_function): New.
18673 * gdb.python/py-type.exp (test_fields): Test getting fields
18674 from function and method.
18675
3f2f83dd
KB
186762015-10-21 Keven Boell <keven.boell@intel.com>
18677
18678 * gdb.fortran/vla-alloc-assoc.exp: New file.
18679 * gdb.fortran/vla-datatypes.exp: New file.
18680 * gdb.fortran/vla-datatypes.f90: New file.
18681 * gdb.fortran/vla-history.exp: New file.
18682 * gdb.fortran/vla-ptype-sub.exp: New file.
18683 * gdb.fortran/vla-ptype.exp: New file.
18684 * gdb.fortran/vla-sizeof.exp: New file.
18685 * gdb.fortran/vla-sub.f90: New file.
18686 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18687 * gdb.fortran/vla-value-sub-finish.exp: New file.
18688 * gdb.fortran/vla-value-sub.exp: New file.
18689 * gdb.fortran/vla-value.exp: New file.
18690 * gdb.fortran/vla-ptr-info.exp: New file.
18691 * gdb.mi/mi-vla-fortran.exp: New file.
18692 * gdb.mi/vla.f90: New file.
18693
27145d50
SL
186942015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18695
18696 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18697 of hardwired timeout value.
18698
5f3ff4f8
JK
186992015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18700 Pedro Alves <palves@redhat.com>
18701
18702 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18703 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18704
bfd09d20
JS
187052015-10-19 Josh Stone <jistone@redhat.com>
18706
18707 * gdb.base/catch-syscall.c: Include <sched.h>.
18708 (unknown_syscall): New variable.
18709 (main): Trigger a vfork and an unknown syscall.
18710 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18711 (unknown_syscall_number): Likewise.
18712 (check_call_to_syscall): Accept an optional syscall pattern.
18713 (check_return_from_syscall): Likewise.
18714 (check_continue): Likewise.
18715 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18716 (test_catch_syscall_skipping_return): New test toggling off 'catch
18717 syscall' to step over the syscall return, then toggling back on.
18718 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18719 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18720 (do_syscall_tests): Call test_catch_syscall_without_args and
18721 test_catch_syscall_mid_vfork.
18722 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18723 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18724
b32b93c6
AS
187252015-10-19 Andrew Stubbs <ams@codesourcery.com>
18726
18727 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18728 print g_vE): Add new pass patterns.
18729 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18730 print various symbol names for vptr fields.
18731
9d622bda
AB
187322015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18733
18734 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18735 results.
18736
0fd8ac1c
YQ
187372015-10-12 Yao Qi <yao.qi@linaro.org>
18738
18739 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18740
34240514
YQ
187412015-10-12 Yao Qi <yao.qi@linaro.org>
18742
18743 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18744 is aarch64*-*-linux*.
18745
8240f442
YQ
187462015-10-12 Yao Qi <yao.qi@linaro.org>
18747
18748 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18749 (can_relocate_bcond_true): ... it.
18750 (can_relocate_bcond_false): New function.
18751 (foo): Likewise.
18752 (can_relocate_bl): Likewise.
18753 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18754 can_relocate_bl.
18755
2520f728
PMR
187562015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18757
18758 * gdb.base/nested-addr.c: New file.
18759 * gdb.base/nested-addr.exp: New testcase.
18760
abcef95a
MM
187612015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18762
18763 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18764 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18765 its output. Ignore the output of "record goto begin" and instead
18766 check that GDB is replaying.
18767
145e3ddb
PA
187682015-10-09 Pedro Alves <palves@redhat.com>
18769
18770 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18771 (top level): Use it in the run with no args test.
18772
d5d8c4e1
IB
187732015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18774
18775 * gdb.dlang/properties.exp: New file.
18776
06e635ef
SL
187772015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18778
18779 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18780 whether or not address 0x1000 is mapped on the target.
18781
e019fd1d
SM
187822015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18783
18784 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18785 build.
18786
77ba2a67
MM
187872015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18788
18789 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18790 instruction-history test.
18791
c60eb31f
DE
187922015-09-28 Doug Evans <dje@google.com>
18793
18794 * gdb.base/gcore.c (array_func): Add reference to static_array.
18795
9a3c8263
SM
187962015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18797
18798 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18799 source line.
18800
9720e656
SL
188012015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18802
18803 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18804 short or char as base type.
18805
938d3bf2
SL
188062015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18807
18808 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18809 to allow any size enum.
18810
e6c2c623
PMR
188112015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18812
18813 * gdb.ada/array_ptr_renaming.exp: New testcase.
18814 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18815 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18816
06da0f77
PL
188172015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18818
18819 * gdb.trace/ftrace-lock.c: New file.
18820 * gdb.trace/ftrace-lock.exp: New file.
18821
4f51c22a
PL
188222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18823
18824 * gdb.arch/insn-reloc.c: New file.
18825 * gdb.arch/ftrace-insn-reloc.exp: New file.
18826
7041adf4
PL
188272015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18828
18829 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18830 instruction.
18831 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18832 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18833 * gdb.trace/range-stepping.c: Likewise.
18834 * gdb.trace/trace-break.c: Likewise.
18835 * gdb.trace/trace-mt.c (thread_function): Likewise.
18836 * gdb.trace/ftrace.c (marker): Likewise.
18837 * gdb.trace/trace-condition.c (marker): Likewise.
18838 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18839 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18840 is_aarch64_target.
18841
015d2e7e
DE
188422015-09-18 Doug Evans <xdje42@gmail.com>
18843
18844 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18845 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18846
26b188a2
SL
188472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18848
18849 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18850 the breakpoint.
18851
79dc332b
SL
188522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18853
18854 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18855 the pending breakpoint. Remove timeout override for "Run till
18856 MI pending breakpoint on pendfunc3 on thread 2" test.
18857
f57929f2
SL
188582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18859
18860 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18861 filename pattern.
18862
3f469b17
SL
188632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18864
18865 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18866 in breakpoint filename pattern.
18867
515b89b3
SL
188682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18869
7800dbe4
SL
18870 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18871
188722015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18873
515b89b3
SL
18874 * gdb.linespec/explicit.exp: Check for readline support for
18875 tab-completion tests. Fix obvious typo.
18876
d2939ba2
MM
188772015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18878
18879 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18880 and replay.
18881
cbb55fa7
MM
188822015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18883
18884 * gdb.btrace/non-stop.c: New.
18885 * gdb.btrace/non-stop.exp: New.
18886
43691ca1
PL
188872015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18888 Yao Qi <yao.qi@linaro.org>
18889
18890 * gdb.trace/trace-condition.c: New file.
18891 * gdb.trace/trace-condition.exp: New file.
18892
d78908cf
WW
188932015-09-16 Wei-cheng Wang <cole945@gmail.com>
18894
18895 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18896 for testing bytecode compilation.
18897
1ed415e2
PA
188982015-09-16 Pedro Alves <palves@redhat.com>
18899 Sandra Loosemore <sandra@codesourcery.com>
18900
18901 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18902 (SECONDS): Redefine.
18903 (main): Call pthread_kill and alarm early.
18904 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18905 support.
18906 (test): If the target can't hardware step and doesn't support
18907 displaced stepping, increase the timeout.
18908
d136eff5
PA
189092015-09-16 Pedro Alves <palves@redhat.com>
18910
18911 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18912 (enable_debug): New procedures.
18913 (test): Use them. Bail out if waiting for threads fails.
18914 (top level): Bail out if a test fails.
18915
991f019c
YQ
189162015-09-16 Yao Qi <yao.qi@linaro.org>
18917
18918 * gdb.asm/asm-source.exp: Set asm-arch for
18919 aarch64*-*-* target.
18920 * gdb.asm/aarch64.inc: New file.
18921
bfca584f
PMR
189222015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18923
18924 * gdb.ada/array_of_variable_length.exp: New testcase.
18925 * gdb.ada/array_of_variable_length/foo.adb: New file.
18926 * gdb.ada/array_of_variable_length/pck.adb: New file.
18927 * gdb.ada/array_of_variable_length/pck.ads: New file.
18928
b326e587
DE
189292015-09-15 Doug Evans <dje@google.com>
18930
18931 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18932 of function static local variable.
18933
5382cfab
PW
189342015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18935
18936 * gdb.threads/tls-so_extern.exp: New test file.
18937 * gdb.threads/tls-so_extern.c: New test file.
18938 * gdb.threads/tls-so_extern_main.c: New test file.
18939
141c5cc4
JK
189402015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18941
18942 * gdb.opt/solib-intra-step-lib.c: New file.
18943 * gdb.opt/solib-intra-step-main.c: New file.
18944 * gdb.opt/solib-intra-step.exp: New file.
18945
d15dcecd
PA
189462015-09-15 Pedro Alves <palves@redhat.com>
18947
18948 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18949 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18950
4c2f2a79
PA
189512015-09-14 Pedro Alves <palves@redhat.com>
18952
18953 * gdb.base/hook-stop-continue.c: Delete.
18954 * gdb.base/hook-stop-continue.exp: Delete.
18955 * gdb.base/hook-stop-frame.c: Delete.
18956 * gdb.base/hook-stop-frame.exp: Delete.
18957 * gdb.base/hook-stop.c: New file.
18958 * gdb.base/hook-stop.exp: New file.
18959
919e6dbe
PMR
189602015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18961
18962 * gdb.ada/access_to_packed_array.exp: New testcase.
18963 * gdb.ada/access_to_packed_array/foo.adb: New file.
18964 * gdb.ada/access_to_packed_array/pack.adb: New file.
18965 * gdb.ada/access_to_packed_array/pack.ads: New file.
18966
157280a4
MM
189672015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18968
18969 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18970 buffer size test.
18971
2fd33e94
DB
189722015-09-11 Don Breazeal <donb@codesourcery.com>
18973
18974 * gdb.base/foll-exec.c: Add copyright header. Fix
18975 formatting issues.
18976 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18977 (do_exec_tests): Use clean_restart in place of zap_session,
18978 and for test initialization. Fix formatting issues. Use
18979 fail in place of perror.
18980 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18981 an expect statement to match an expression with output from
18982 the program under debug.
18983 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18984 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18985 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18986 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18987 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18988
e70b6e8e
DE
189892015-09-09 Doug Evans <dje@google.com>
18990
18991 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18992
7a551a51
DE
189932015-09-09 Doug Evans <dje@google.com>
18994
18995 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18996
4c666f84
DE
189972015-09-09 Doug Evans <dje@google.com>
18998
18999 * gdb.base/savedregs.exp: Fix typo.
19000
243a9253
PA
190012015-09-09 Pedro Alves <palves@redhat.com>
19002
19003 * gdb.mi/mi-cli.exp: Add CLI finish tests.
19004
c0fa8fbd
SL
190052015-09-08 Sandra Loosemore <sandra@codesourcery.com>
19006
19007 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
19008 command actually switches threads. Give up on remaining
19009 tests if target fails to stop at breakpoint.
19010
cd7c1778
PMR
190112015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
19012
19013 * gdb.ada/funcall_char.exp: New testcase.
19014 * gdb.ada/funcall_char/foo.adb: New file.
19015
dc5c8746
PMR
190162015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
19017
19018 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
19019 expected outputs. Add two testcases for completing ambiguous
19020 functions.
19021 * gdb.ada/complete/aux_pck.adb: New file.
19022 * gdb.ada/complete/aux_pck.ads: New file.
19023 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
19024 Ambiguous_Func functions.
19025 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
19026 * gdb.ada/complete/pck.adb: Likewise.
19027
4e83a1e7
UW
190282015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
19029
19030 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
19031 failures to run the test program under GDB.
19032
8ce74153
LM
190332015-08-26 Luis Machado <lgustavo@codesourcery.com>
19034
19035 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
19036 to C.
19037
e9756d52
PP
190382015-08-26 Patrick Palka <patrick@parcs.ath.cx>
19039
19040 * gdb.base/run-after-attach.exp: New test file.
19041 * gdb.base/run-after-attach.c: New test file.
19042
8d37573b
DB
190432015-08-26 Don Breazeal <donb@codesourcery.com>
19044
19045 * gdb.base/foll-exec-2.c: New test program.
19046 * gdb.base/foll-exec-2.exp: New test.
19047
63e43d3a
PMR
190482015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
19049
19050 * gdb.base/nested-subp1.exp: New file.
19051 * gdb.base/nested-subp1.c: New file.
19052 * gdb.base/nested-subp2.exp: New file.
19053 * gdb.base/nested-subp2.c: New file.
19054 * gdb.base/nested-subp3.exp: New file.
19055 * gdb.base/nested-subp3.c: New file.
19056
3d40fbb5
PA
190572015-08-24 Pedro Alves <palves@redhat.com>
19058
19059 * gdb.server/connect-without-multi-process.c: New file.
19060 * gdb.server/connect-without-multi-process.exp: New file.
19061
4422ac93
LM
190622015-08-24 Luis Machado <lgustavo@codesourcery.com>
19063
19064 * gdb.opt/inline-markers.c: Make z int.
19065
91dddb86
LM
190662015-08-24 Luis Machado <lgustavo@codesourcery.com>
19067
19068 * gdb.opt/inline-markers.c: Make z volatile.
19069
a48847ee
LM
190702015-08-24 Luis Machado <lgustavo@codesourcery.com>
19071
19072 * gdb.opt/inline-bt.c: New volatile global z.
19073 * gdb.opt/inline-cmds.c: Likewise.
19074 * gdb.opt/inline-locals.c: Likewise.
19075 * gdb.opt/inline-markers.c: New extern global z.
19076 (marker): Use z.
19077 (inline_fn): Likewise.
19078
0ebbc52b
PA
190792015-08-24 Pedro Alves <palves@redhat.com>
19080
19081 * config/m32r-stub.exp: Remove file.
19082 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
19083 * gdb.base/call-rt-st.exp: Likewise.
19084 * gdb.base/call-strs.exp: Likewise.
19085 * gdb.base/default.exp: Remove references to h8300-*-hms and
19086 *-*-udi*.
19087 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
19088
77c365df
AA
190892015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
19090
19091 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
19092 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
19093 and "return" use KFAIL when GDB can not read/write the vector
19094 return value.
19095
4313b8c0
GB
190962015-08-21 Gary Benson <gbenson@redhat.com>
19097
19098 * gdb.trace/pending.exp: Cope with remote transfer warnings.
19099
0e433b32
PA
191002015-08-20 Pedro Alves <palves@redhat.com>
19101
19102 * gdb.server/solib-list.exp: No longer expect an interior stop in
19103 non-stop mode.
19104
221e1a37
PA
191052015-08-20 Pedro Alves <palves@redhat.com>
19106
19107 * gdb.server/connect-stopped-target.c: New file.
19108 * gdb.server/connect-stopped-target.exp: New file.
19109
40e3ad0e
PA
191102015-08-20 Pedro Alves <palves@redhat.com>
19111
19112 * gdb.dwarf2/comp-unit-lang.exp: New file.
19113 * gdb.dwarf2/comp-unit-lang.c: New file.
19114
af39b327
PMR
191152015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
19116
19117 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
19118 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
19119
7d45c7c3 191202015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 19121
7d45c7c3
KB
19122 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
19123 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
19124
4d6cceb4
DE
191252015-08-18 Doug Evans <dje@google.com>
19126 Adrian Sendroiu <adrian.sendroiu@freescale.com>
19127
19128 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
19129 skip_python_tests. New arg prompt_regexp.
19130 (skip_python_tests): New function.
19131 * lib/mi-support.exp (mi_skip_python_tests): New function.
19132 * gdb.python/py-mi-objfile-gdb.py: New file.
19133 * gdb.python/py-mi-objfile.c: New file.
19134 * gdb.python/py-mi-objfile.exp: New file.
19135
ad89c2aa
KS
191362015-08-17 Keith Seitz <keiths@redhat.com>
19137
19138 * gdb.linespec/explicit.exp: Move strace test from here ...
19139 * gdb.trace/strace.exp: ... to here.
19140
e3ae3c43
PP
191412015-08-15 Patrick Palka <patrick@parcs.ath.cx>
19142
19143 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
19144 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
19145
604b2636
DE
191462015-08-14 Doug Evans <xdje42@gmail.com>
19147
19148 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
19149 inferior before selecting a new file.
19150
6ff0ba5f
DE
191512015-08-14 Doug Evans <xdje42@gmail.com>
19152
19153 * gdb.mi/mi-disassemble.exp: Update.
19154 * gdb.base/disasm-optim.S: New file.
19155 * gdb.base/disasm-optim.c: New file.
19156 * gdb.base/disasm-optim.h: New file.
19157 * gdb.base/disasm-optim.exp: New file.
19158
9ca98f92
KS
191592015-08-14 Keith Seitz <keiths@redhat.com>
19160
19161 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
19162 "evaluated-by".
19163
52bbc560
JB
191642015-08-13 Joel Brobecker <brobecker@adacore.com>
19165
19166 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
19167
5d8c3ed3
PMR
191682015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
19169
19170 * gdb.ada/fun_renaming.exp: New testcase.
19171 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
19172 * gdb.ada/fun_renaming/pack.adb: New file.
19173 * gdb.ada/fun_renaming/pack.ads: New file.
19174
ea8812bc
KS
191752015-08-12 Keith Seitz <keiths@redhat.com>
19176
19177 * gdb.base/dso2dso.exp: Pass basename of source file in call to
19178 gdb_get_line_number.
19179
4dafcdeb
JB
191802015-08-12 Joel Brobecker <brobecker@adacore.com>
19181
19182 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
19183 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
19184 gdb.base/dso2dso.exp: New files.
19185
5ba32597
SDJ
191862015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
19187 Pedro Alves <palves@redhat.com>
19188 Keith Seitz <keiths@redhat.com>
19189
19190 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
19191 GDBFLAGS.
19192
b6dafabf
PP
191932015-08-12 Patrick Palka <patrick@parcs.ath.cx>
19194
19195 * gdb.base/gdbhistsize-history.exp
19196 (test_histsize_history_setting): Use save_vars.
19197 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19198 Use save_vars.
19199 (test_no_truncation_of_unlimited_history_file): Use save_vars.
19200 * gdb.base/readline.exp: Use save_vars.
19201
abe8e607
PP
192022015-08-12 Patrick Palka <patrick@parcs.ath.cx>
19203
19204 * lib/gdb.exp (save_vars): New proc.
19205
629500fa
KS
192062015-08-11 Keith Seitz <keiths@redhat.com>
19207
19208 * gdb.base/help.exp: Update help_breakpoint_text.
19209
eb8c4e2e
KS
192102015-08-11 Keith Seitz <keiths@redhat.com>
19211
19212 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
19213 (at toplevel): Call test_explicit_breakpoints.
19214 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
19215 breakpoints.
19216 * lib/mi-support.exp (mi_make_breakpoint): Add support for
19217 breakpoint conditions, "-cond".
19218
87f0e720
KS
192192015-08-11 Keith Seitz <keiths@redhat.com>
19220
19221 * gdb.linespec/3explicit.c: New file.
19222 * gdb.linespec/cpexplicit.cc: New file.
19223 * gdb.linespec/cpexplicit.exp: New file.
19224 * gdb.linespec/explicit.c: New file.
19225 * gdb.linespec/explicit.exp: New file.
19226 * gdb.linespec/explicit2.c: New file.
19227 * gdb.linespec/ls-errs.exp: Add explicit location tests.
19228 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
19229 before using in the matching pattern.
19230 Clarify that `prefix' is a regular expression.
19231
f00aae0f
KS
192322015-08-11 Keith Seitz <keiths@redhat.com>
19233
19234 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
19235 test.
19236 Add tests for missing ",FMT" and ",".
19237
e27852be
DE
192382015-08-10 Doug Evans <dje@google.com>
19239 Keith Seitz <keiths@redhat.com>
19240
19241 PR gdb/17960
19242 * gdb.base/completion.exp: Add location completer tests.
19243
7f03bd92
PA
192442015-08-07 Pedro Alves <palves@redhat.com>
19245
19246 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
19247 tests here.
19248 (top level): Run do_test with and without displaced stepping.
19249
3fc8eb30
PA
192502015-08-07 Pedro Alves <palves@redhat.com>
19251
19252 * gdb.base/valgrind-disp-step.c: New file.
19253 * gdb.base/valgrind-disp-step.exp: New file.
19254
d4569d7b
PA
192552015-08-07 Pedro Alves <palves@redhat.com>
19256
19257 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
19258 Delete function.
19259 (main): Add alarm. Run an infinite loop instead of calling
19260 wait_threads.
19261 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
19262 comment.
19263 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
19264 Delete function.
19265 (main): Add alarm. Run an infinite loop instead of calling
19266 wait_threads.
19267 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
19268 comment.
19269
e1316e60
PA
192702015-08-07 Pedro Alves <palves@redhat.com>
19271
19272 * gdb.base/checkpoint-ns.exp: New file.
19273 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
19274 standard_testfile.
19275
da8c46d2
MM
192762015-08-07 Markus Metzger <markus.t.metzger@intel.com>
19277
19278 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
19279 * gdb.btrace/instruction_history.exp: Update.
19280 * gdb.btrace/tsx.exp: New.
19281 * gdb.btrace/tsx.c: New.
19282
de1c2c52
PA
192832015-08-06 Pedro Alves <palves@redhat.com>
19284
19285 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
19286 increase timeout.
19287 * gdb.reverse/until-precsave.exp: Bump timeouts.
19288
782e0bf4
PA
192892015-08-06 Pedro Alves <palves@redhat.com>
19290
19291 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
19292
83e97ed0
PA
192932015-08-06 Pedro Alves <palves@redhat.com>
19294
19295 PR gdb/18749
19296 * gdb.threads/process-dies-while-handling-bp.c: New file.
19297 * gdb.threads/process-dies-while-handling-bp.exp: New file.
19298
863d01bd
PA
192992015-08-06 Pedro Alves <palves@redhat.com>
19300
19301 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
19302 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
19303
0a39bb32
PA
193042015-08-05 Pedro Alves <palves@redhat.com>
19305
19306 * gdb.threads/next-while-other-thread-longjmps.c: New file.
19307 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
19308
ee2d2b10
SL
193092015-08-03 Sandra Loosemore <sandra@codesourcery.com>
19310
19311 * gdb.base/bp-permanent.exp: Report test as unsupported if
19312 the target cannot stop at the permanent breakpoint.
19313
4e1bdb00
DE
193142015-08-03 Doug Evans <dje@google.com>
19315
19316 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
19317 10000.
19318
3d338901
DE
193192015-08-03 Doug Evans <dje@google.com>
19320
19321 * Makefile.in (workers/%.worker, build-perf): New rule.
19322 (GDB_PERFTEST_MODE): New variable.
19323 (check-perf): Use it.
19324 (clean): Clean up gdb.perf parallel build subdirs.
19325 * lib/build-piece.exp: New file.
19326 * lib/gdb.exp (make_gdb_parallel_path): New function
19327 (standard_output_file, standard_temp_file): Call it.
19328 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19329 of $GDB_PARALLEL.
19330 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
19331
af061d3e
DE
193322015-08-03 Doug Evans <dje@google.com>
19333
8e1afc81 19334 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
19335 (LOG_FILE_NAME): New global.
19336 (TextReporter.__init__): Initialize self.txt_sum.
19337 (TextReporter.report): Add support for multiple data-points.
19338 Move report to perftest.sum, put raw data in perftest.log.
19339 (TextReporter.start): Open sum and log files.
19340 (TextReporter.end): Close sum and log files.
8e1afc81
DE
19341 * gdb.perf/lib/perftest/testresult.py
19342 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 19343
2c8c5d37
PA
193442015-07-31 Pedro Alves <palves@redhat.com>
19345
19346 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
19347 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19348 kill_wait_spawned_process instead of explicit "kill -9".
19349 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
19350 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19351 kill_wait_spawned_process.
19352 * gdb.base/attach-twice.exp: Likewise.
19353 * gdb.base/attach.exp: Likewise.
19354 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
19355 gdb_test_multiple.
19356 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
19357 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19358 kill_wait_spawned_process.
19359 * gdb.base/valgrind-infcall.exp: Likewise.
19360 * gdb.multi/multi-attach.exp: Likewise.
19361 * gdb.python/py-prompt.exp: Likewise.
19362 * gdb.python/py-sync-interp.exp: Likewise.
19363 * gdb.server/ext-attach.exp: Likewise.
19364 * gdb.threads/attach-into-signal.exp (corefunc): Use
19365 spawn_wait_for_attach, spawn_id_get_pid and
19366 kill_wait_spawned_process.
19367 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
19368 spawn_wait_for_attach returning a spawn id instead of a pid. Use
19369 spawn_id_get_pid and kill_wait_spawned_process.
19370 * gdb.threads/attach-stopped.exp (corefunc): Use
19371 spawn_wait_for_attach, spawn_id_get_pid and
19372 kill_wait_spawned_process.
19373 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
19374 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19375 kill_wait_spawned_process instead of explicit "kill -9".
19376 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
19377 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
19378 (spawn_wait_for_attach): Use spawn instead of exec to spawn
19379 processes. Don't map cygwin/windows pids here. Now returns a
19380 spawn id list.
19381
032a0fca
SL
193822015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19383
19384 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
19385 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
19386 correct patch.
19387
61a934ca
SL
193882015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19389
19390 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
19391
4bc4d428
SL
193922015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19393
19394 Reapply:
19395 2014-05-21 Mark Wielaard <mjw@redhat.com>
19396
19397 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19398
998d452a
PA
193992015-07-30 Pedro Alves <palves@redhat.com>
19400
19401 * linux-low.c (handle_extended_wait): Set the child's last
19402 reported status to TARGET_WAITKIND_STOPPED.
19403
69dde7dc
PA
194042015-07-30 Pedro Alves <palves@redhat.com>
19405
19406 PR threads/18600
19407 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
19408 only shows inferior 1.
19409
4dd63d48
PA
194102015-07-30 Simon Marchi <simon.marchi@ericsson.com>
19411 Pedro Alves <palves@redhat.com>
19412
19413 PR threads/18600
19414 * gdb.threads/fork-plus-threads.c: New file.
19415 * gdb.threads/fork-plus-threads.exp: New file.
19416
d618e4c5
PP
194172015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19418
19419 * gdb.base/batch-preserve-term-settings.exp
19420 (test_terminal_settings_preserved_after_cli_exit): Use
19421 send_quit_command.
19422
1eef6428
PA
194232015-07-29 Pedro Alves <palves@redhat.com>
19424 Don Breazeal <donb@codesourcery.com>
19425
19426 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
19427 output from both inferior_spawn_id and gdb_spawn_id.
19428
7da5b897
SDJ
194292015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19430
19431 * gdb.threads/attach-into-signal.exp (corefunc): Use
19432 with_test_prefix on nested loops, uniquefying the test messages.
19433
dac804df
SDJ
194342015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19435
19436 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
19437 commit.
19438
06265e53
PP
194392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19440
19441 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
19442 New proc.
19443 (test_terminal_settings_preserved_after_sigterm): New test.
19444
18206ca3
PP
194452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19446
19447 * gdb.base/batch-preserve-term-settings.exp
19448 (test_terminal_settings_preserved_after_cli_exit): New test.
19449
90074d11
PP
194502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19451
19452 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
19453 manipulation of saved_gdbflags.
19454 (test_terminal_settings_preserved): Remove global declaration of
19455 the unused variable pagination_prompt. Remove manipulation of
19456 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
19457 GDBFLAGS.
19458
eb1a7902
PA
194592015-07-29 Pedro Alves <palves@redhat.com>
19460
19461 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
19462
8b75dd3b
PA
194632015-07-29 Pedro Alves <palves@redhat.com>
19464
19465 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
19466 at the top.
19467
dedad4e3
PA
194682015-07-29 Pedro Alves <palves@redhat.com>
19469
19470 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
19471 (main): Call gdb_unbuffer_output.
19472 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
19473 (main): Call gdb_unbuffer_output.
19474 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
19475 (main): Call gdb_unbuffer_output.
19476 * gdb.base/call-strs.exp: Adjust to step over the
19477 gdb_unbuffer_output call.
19478 * gdb.base/catch-gdb-caused-signals.c: Include
19479 "../lib/unbuffer_output.c".
19480 (main): Call gdb_unbuffer_output.
19481 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
19482 (main): Call gdb_unbuffer_output.
19483 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
19484 (main): Call gdb_unbuffer_output.
19485 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
19486 (main): Call gdb_unbuffer_output.
19487 * gdb.base/shlib-call.exp: Adjust to step over the
19488 gdb_unbuffer_output call.
19489 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
19490 (main): Call gdb_unbuffer_output.
19491 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
19492 (main): Call gdb_unbuffer_output.
19493 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
19494 (main): Rename to ...
19495 (test): ... this.
19496 (main): Reimplement.
19497 * gdb.base/varargs.exp: Run to test instead of to main.
19498 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19499 (main): Call gdb_unbuffer_output.
19500
58789a91
PA
195012015-07-29 Pedro Alves <palves@redhat.com>
19502
19503 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
19504 factore out from mi_continue_dprintf. For call-style dprintfs,
19505 expect dprintf output out of $inferior_spawn_id.
19506 (mi_continue_dprintf): Use mi_expect_dprintf.
19507 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19508 (main): Call gdb_unbuffer_output.
19509
e8376742
PA
195102015-07-29 Pedro Alves <palves@redhat.com>
19511
19512 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
19513 (default_mi_gdb_start): Set inferior_spawn_id instead of
19514 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
19515 gdb_spawn_id.
19516 (mi_gdb_test): Always expect inferior output from both
19517 $inferior_spawn_id and $gdb_spawn_id.
19518
08280010
PA
195192015-07-29 Pedro Alves <palves@redhat.com>
19520
19521 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
19522 send_inferior and $inferior_spawn_id.
19523
4d30e432
PA
195242015-07-29 Pedro Alves <palves@redhat.com>
19525
19526 * gdb.gdb/complaints.exp (test_initial_complaints)
19527 (test_serial_complaints, test_short_complaints): Use
19528 gdb_test_stdio.
19529 (test_empty_complaint): Handle $inferior_spawn_id !=
19530 $gdb_spawn_id.
19531
0d30a335
PA
195322015-07-29 Pedro Alves <palves@redhat.com>
19533
19534 * gdb.base/varargs.exp: Use gdb_test_stdio.
19535
39413b29
PA
195362015-07-29 Pedro Alves <palves@redhat.com>
19537
19538 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
19539
7cb000a9
PA
195402015-07-29 Pedro Alves <palves@redhat.com>
19541
19542 * gdb.base/ending-run.exp: Use gdb_test_stdio.
19543
d7b8ac82
PA
195442015-07-29 Pedro Alves <palves@redhat.com>
19545
19546 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
19547 parameter into two new parameters, "inf_result" and "gdb_result".
19548 Expect inferior output and gdb output from $inferior_spawn_id and
19549 $gdb_spawn_id, respectively. Adjust all callers.
19550
789c3a0c
PA
195512015-07-29 Pedro Alves <palves@redhat.com>
19552
19553 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
19554 of gdb_test_sequence.
19555
77e760c3
PA
195562015-07-29 Pedro Alves <palves@redhat.com>
19557
19558 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
19559 (saw_spurious_output): Expect inferior output from
19560 $inferior_spawn_id. Use gdb_test_stdio.
19561
8396d2cd
PA
195622015-07-29 Pedro Alves <palves@redhat.com>
19563
19564 * gdb.base/dprintf.exp: Use standard_testfile. Change
19565 prepare_for_testing call.
19566 (srcfile): Don't set.
19567 (restart): New procedure.
19568 (test_dprintf): New procecure, use to continue over dprintfs.
19569 (test_call, test_agent): New procedures, tests moved here.
19570 Restart gdb and recreate dprintfs. Adjust expected output.
19571
2051d61f
PA
195722015-07-29 Pedro Alves <palves@redhat.com>
19573
19574 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19575
452397af
PA
195762015-07-29 Pedro Alves <palves@redhat.com>
19577
19578 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19579
8aed9555
PA
195802015-07-29 Pedro Alves <palves@redhat.com>
19581
19582 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19583 gdb_test_stdio.
19584
188a61b4
PA
195852015-07-29 Pedro Alves <palves@redhat.com>
19586
19587 * lib/gdb.exp (gdb_test_stdio): New procedure.
19588
12264a45
PA
195892015-07-29 Pedro Alves <palves@redhat.com>
19590
19591 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19592
23ffc893
PA
195932015-07-29 Pedro Alves <palves@redhat.com>
19594
19595 * gdb.base/call-signal-resume.exp: Remove check for
19596 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19597 * gdb.base/unwindonsignal.exp: Likewise.
19598 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19599 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19600
65566918
PA
196012015-07-29 Pedro Alves <palves@redhat.com>
19602
19603 * gdb.base/siginfo-addr.c (pass): New function.
19604 (handler): Call it iff si_addr is correct.
19605 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19606 Set a breakpoint at "pass" and continue to it.
19607
d60a9221
SDJ
196082015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19609
19610 * gdb.python/py-objfile.exp: Make some tests have unique names.
19611 * gdb.python/py-pp-registration.exp: Likewise.
19612
bde40b8f
PA
196132015-07-28 Pedro Alves <palves@redhat.com>
19614
19615 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19616
13e1dec8
SM
196172015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19618
19619 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19620
da33c9a7
SM
196212015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19622
19623 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19624
077836f7
PP
196252015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19626
19627 * gdb.base/gdb-sigterm-2.exp: New test.
19628
b8cc7b2e
DE
196292015-07-25 Doug Evans <xdje42@gmail.com>
19630
19631 Revert:
19632 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19633 (workers/%.worker, build-perf): New rule.
19634 (GDB_PERFTEST_MODE): New variable.
19635 (check-perf): Use it.
19636 (clean): Clean up gdb.perf parallel build subdirs.
19637 * lib/build-piece.exp: New file.
19638 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19639 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19640 name.
19641 (standard_temp_file): Ditto.
19642 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19643 of $GDB_PARALLEL.
19644
c8bd4544
DE
196452015-07-24 Doug Evans <dje@google.com>
19646
19647 * gdb.perf/lib/perftest/utils.py: New file.
19648 * gdb.perf/gm-hello.cc: New file.
19649 * gdb.perf/gm-pervasive-typedef.cc: New file.
19650 * gdb.perf/gm-pervasive-typedef.h: New file.
19651 * gdb.perf/gm-std.cc: New file.
19652 * gdb.perf/gm-std.h: New file.
19653 * gdb.perf/gm-use-cerr.cc: New file.
19654 * gdb.perf/gm-utils.h: New file.
19655 * gdb.perf/gmonster-null-lookup.py: New file.
19656 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19657 * gdb.perf/gmonster-print-cerr.py: New file.
19658 * gdb.perf/gmonster-ptype-string.py: New file.
19659 * gdb.perf/gmonster-runto-main.py: New file.
19660 * gdb.perf/gmonster-select-file.py: New file.
19661 * gdb.perf/gmonster1-null-lookup.exp: New file.
19662 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19663 * gdb.perf/gmonster1-print-cerr.exp: New file.
19664 * gdb.perf/gmonster1-ptype-string.exp: New file.
19665 * gdb.perf/gmonster1-runto-main.exp: New file.
19666 * gdb.perf/gmonster1-select-file.exp: New file.
19667 * gdb.perf/gmonster1.cc: New file.
19668 * gdb.perf/gmonster1.exp: New file.
19669 * gdb.perf/gmonster2-null-lookup.exp: New file.
19670 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19671 * gdb.perf/gmonster2-print-cerr.exp: New file.
19672 * gdb.perf/gmonster2-ptype-string.exp: New file.
19673 * gdb.perf/gmonster2-runto-main.exp: New file.
19674 * gdb.perf/gmonster2-select-file.exp: New file.
19675 * gdb.perf/gmonster2.cc: New file.
19676 * gdb.perf/gmonster2.exp: New file.
19677
6eab34f3
DE
196782015-07-24 Doug Evans <dje@google.com>
19679
19680 * gdb.perf/README: New file.
19681 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19682 * lib/gen-perf-test.exp: New file.
19683
63738bfd
DE
196842015-07-24 Doug Evans <dje@google.com>
19685
19686 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19687 (PerfTest::startup): New function.
19688 (PerfTest::run): Return result of calling body.
19689 (PerfTest::assemble): Rewrite.
19690 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19691 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19692 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19693 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19694 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19695
7b606f95
DE
196962015-07-24 Doug Evans <dje@google.com>
19697
19698 * lib/gdb.exp (clean_restart): Make executable optional.
19699
a97b16b8
DE
197002015-07-24 Doug Evans <dje@google.com>
19701
19702 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19703 compiler_info references.
19704 * gdb.cp/temargs.exp: Ditto.
19705 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19706 (get_compiler_info): Early exit if already computed. Set compiler_info
19707 to "unknown" if there was a problem.
19708 (test_compiler_info): Add function comment. Call get_compiler_info.
19709
35baa57f
DE
197102015-07-24 Doug Evans <dje@google.com>
19711
19712 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19713 (workers/%.worker, build-perf): New rule.
19714 (GDB_PERFTEST_MODE): New variable.
19715 (check-perf): Use it.
19716 (clean): Clean up gdb.perf parallel build subdirs.
19717 * lib/build-piece.exp: New file.
19718 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19719 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19720 name.
19721 (standard_temp_file): Ditto.
19722 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19723 of $GDB_PARALLEL.
19724
6ebea266
DE
197252015-07-24 Doug Evans <dje@google.com>
19726
19727 * lib/future.exp (gdb_default_target_compile): New option
19728 "early_flags".
19729 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19730 --as-needed.
19731
1e76a7e9
SDJ
197322015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19733
19734 * gdb.base/catch-syscall.exp: Call gdb_exit before
19735 gdb_skip_xml_test.
19736
5068630a
PA
197372015-07-24 Pedro Alves <palves@redhat.com>
19738
19739 * gdb.python/py-events.exp: Accept output between the stop event
19740 and the prompt.
19741 * gdb.python/py-evsignal.exp: Likewise.
19742 * gdb.python/py-evthreads.exp: Likewise.
19743
77598427
PA
197442015-07-24 Pedro Alves <palves@redhat.com>
19745
19746 PR gdb/18717
19747 * gdb.threads/non-ldr-exit.c: New file.
19748 * gdb.threads/non-ldr-exit.exp: New file.
19749
11e6c98f
YQ
197502015-07-24 Yao Qi <yao.qi@linaro.org>
19751
19752 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19753 restarting process.
19754
51aee833
YQ
197552015-07-24 Yao Qi <yao.qi@linaro.org>
19756
19757 * gdb.server/ext-restart.exp: New file.
19758
8cfe207c
YQ
197592015-07-24 Yao Qi <yao.qi@linaro.org>
19760
19761 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19762 argument options.
19763 * gdb.server/ext-wrapper.exp: New file.
19764
cc12ce38
DE
197652015-07-23 Doug Evans <dje@google.com>
19766
19767 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19768 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19769
d0d84780
PMR
197702015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19771
19772 * gdb.ada/var_arr_typedef.exp: New testcase.
19773 * gdb.ada/var_arr_typedef/pack.adb: New file.
19774 * gdb.ada/var_arr_typedef/pack.ads: New file.
19775 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19776
8b558f79
JB
197772015-07-20 Joel Brobecker <brobecker@adacore.com>
19778
19779 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19780
775a3298
JK
197812015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19782
19783 * gdb.arch/i386-biarch-core.exp: Replace istarget
19784 by "complete set gnutarget". Remove expectation for the "core-file"
19785 command.
19786
db1ff28b
JK
197872015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19788
19789 Revert the previous commit:
19790 Tests for validate symbol file using build-id.
19791
0a94970d
JK
197922015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19793
19794 Tests for validate symbol file using build-id.
19795 * gdb.base/solib-mismatch-lib.c: New file.
19796 * gdb.base/solib-mismatch-libmod.c: New file.
19797 * gdb.base/solib-mismatch.c: New file.
19798 * gdb.base/solib-mismatch.exp: New file.
19799
03346981
SL
198002015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19801
19802 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19803 nios2-*-linux*.
19804 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19805 * gdb.base/siginfo.exp: Likewise.
19806 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19807
42422cc7
PL
198082015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19809
19810 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19811 Move it to ...
19812 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19813 ... here.
19814 * gdb.trace/range-stepping.exp: Check that the target supports
19815 range stepping.
19816
cfa68bae
JK
198172015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19818
19819 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19820
8ffdba26
PA
198212015-07-14 Pedro Alves <palves@redhat.com>
19822
19823 * gdb.base/killed-outside.exp: New file.
19824 * gdb.base/killed-outside.c: New file.
19825
218a5a11
JK
198262015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19827
19828 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19829 (n at main): New.
19830 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19831
e03ed3c6
AA
198322015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19833
19834 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19835 infcall tests instead of setting up for KFAIL.
19836
485668e5
MM
198372015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19838
19839 * gdb.btrace/record_goto-step.exp: New.
19840
08464196
JK
198412015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19842
19843 PR compile/18484
19844 * gdb.compile/compile.c (struct struct_type): Add volatile to
19845 selffield's type.
19846 * gdb.compile/compile.exp
19847 (compile code struct_object.selffield = &struct_object): Skip further
19848 struct_object tests if this one xfails.
19849
bcf5c1d9
RC
198502015-07-08 Robert O'Callahan <robert@ocallahan.org>
19851
19852 PR exp/18617
19853 * gdb.trace/ax.exp: Add test.
19854
4931af25
YQ
198552015-07-07 Yao Qi <yao.qi@linaro.org>
19856
19857 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19858 instead of istarget "aarch64*-*-*".
19859 * gdb.arch/aarch64-fp.exp: Likewise.
19860 * gdb.base/float.exp: Likewise.
19861 * gdb.reverse/aarch64.exp: Likewise.
19862 * lib/gdb.exp (is_aarch64_target): New proc.
19863
9fcf688e
YQ
198642015-07-07 Yao Qi <yao.qi@linaro.org>
19865
19866 * lib/gdb.exp (is_aarch32_target): New proc.
19867 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19868 instead of "istarget "arm*-*-*"".
19869 * gdb.arch/arm-disp-step.exp: Likewise.
19870 * gdb.arch/thumb-bx-pc.exp: Likewise.
19871 * gdb.arch/thumb-prologue.exp: Likewise.
19872 * gdb.arch/thumb-singlestep.exp: Likewise.
19873 * gdb.base/disp-step-syscall.exp: Likewise.
19874 * gdb.base/float.exp: Likewise.
19875
fbd8d50d
YQ
198762015-07-07 Yao Qi <yao.qi@linaro.org>
19877
19878 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19879 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19880
71be1fdc
YQ
198812015-07-07 Yao Qi <yao.qi@linaro.org>
19882
19883 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19884 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19885 if it exists.
19886 * gdb.multi/multi-arch.exp: Likewise.
19887
3e221d36
SM
198882015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19889
19890 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19891 print.
19892
d441430b
YQ
198932015-07-07 Yao Qi <yao.qi@linaro.org>
19894
19895 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19896
06f810bd
MG
198972015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19898
19899 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19900 '[' and ']' characters.
19901
5e61e7c0
IB
199022015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19903
19904 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19905
28bf096c
PA
199062015-06-29 Pedro Alves <palves@redhat.com>
19907
19908 PR threads/18127
19909 * gdb.threads/hand-call-new-thread.c: New file.
19910 * gdb.threads/hand-call-new-thread.c: New file.
19911
ee93cd5e
KS
199122015-06-26 Keith Seitz <keiths@redhat.com>
19913 Doug Evans <dje@google.com>
19914
19915 PR 16253
19916 * gdb.cp/var-tag-2.cc: New file.
19917 * gdb.cp/var-tag-3.cc: New file.
19918 * gdb.cp/var-tag-4.cc: New file.
19919 * gdb.cp/var-tag.cc: New file.
19920 * gdb.cp/var-tag.exp: New file.
19921
fc637f04
PP
199222015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19923
19924 * gdb.base/history-duplicates.exp: New test.
19925
2e52ae68
PP
199262015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19927
19928 * gdb.base/completion.exp: Test the completion of the "focus"
19929 command.
19930
6e22494e
JK
199312015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19932
19933 * gdb.arch/amd64-prologue-skip.S: New file.
19934 * gdb.arch/amd64-prologue-skip.exp: New file.
19935
bf7b9cd9
SM
199362015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19937
19938 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19939 is_address_zero_readable check.
19940
201e8dfd
PB
199412015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19942
19943 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19944 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19945
5cd867b4
YQ
199462015-06-24 Yao Qi <yao.qi@linaro.org>
19947
19948 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19949 linux targets.
19950
4d7be007
YQ
199512015-06-24 Yao Qi <yao.qi@linaro.org>
19952
19953 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19954 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19955 * gdb.base/siginfo-thread.exp: Likewise.
19956
07fcd301
YQ
199572015-06-22 Yao Qi <yao.qi@linaro.org>
19958
19959 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19960
52042a00
YQ
199612015-06-22 Yao Qi <yao.qi@linaro.org>
19962
19963 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19964 aarch64*-*-*.
19965 (skip_hw_watchpoint_tests): Likewise.
19966
74bd41ce
PP
199672015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19968
19969 * gdb.base/gdbinit-history.exp: Test the interaction between
19970 setting GDBHISTSIZE and setting the history size via .gdbinit.
19971
bc460514
PP
199722015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19973
19974 PR gdb/16999
19975 * gdb.base/gdbhistsize-history.exp: New test.
19976
b58c513b
PP
199772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19978
19979 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19980 with GDBHISTSIZE.
19981 * gdb.base/readline.exp: Likewise.
19982
92046791
YQ
199832015-06-17 Yao Qi <yao.qi@linaro.org>
19984
19985 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19986 line.
19987
2093d2d3
PP
199882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19989
19990 * gdb.base/gdbinit-history.exp: Add test case to check that
19991 an unlimited history file does not get truncated on exit.
19992
e6c693af
AA
199932015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19994
19995 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19996 (VECTOR): New macro. Use it...
19997 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19998 ...for these typedefs.
19999 (int8, char1, int1, double1): New typedefs.
20000 (struct just_int2, struct two_int2): New structures.
20001 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
20002 (add_structvecs, add_singlevecs): New functions.
20003 (main): Call add_some_intvecs twice.
20004 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
20005 the compile and exit upon failure. Try compiling for the "native"
20006 architecture. Test inferior function calls with vector arguments
20007 and vector return value handling with "finish" and "return".
20008
c74f7d1c
JT
200092015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
20010
20011 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
20012 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
20013 PE file.
20014 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
20015
98aa42ee
AT
200162015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
20017
20018 PR breakpoints/16465
20019 * gdb.mi/mi-dprintf-pending.c: New file.
20020 * gdb.mi/mi-dprintf-pending.exp: New test.
20021 * gdb.mi/mi-dprintf-pendshr.c: New file.
20022
7d73c23c 200232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 20024 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
20025
20026 * gdb.arch/i386-mpx-map.c: New file.
20027 * gdb.arch/i386-mpx-map.exp: New File.
20028
200292015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
20030
20031 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
20032 * gdb.arch/i386-mpx.exp: Indentation fixed.
20033
200342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
20035
20036 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
20037 function and improved indentation.
20038 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
20039 gdb_test_multiple. Added additional tests to skip the test.
20040
200412015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
20042
20043 * gdb.arch/i386-avx512.c: Change path in include file.
20044 * gdb.arch/i386-avx512.exp: Change include dir path
20045 compilation flag.
20046 * gdb.arch/i386-mpx.c: Change path in include file.
20047 * gdb.arch/i386-mpx.exp: Change include dir path compilation
20048 flag.
20049
d5eba19a
JK
200502015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
20051
20052 * gdb.compile/compile-print.exp (compile print *vararray@3)
20053 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
20054
7f361056
JK
200552015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
20056
20057 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
20058 (do not keep jit in memory): ... this.
20059 (expect 5): Change it to ...
20060 (expect no 5): ... this.
20061
3b462ec2
SM
200622015-06-02 Simon Marchi <simon.marchi@ericsson.com>
20063
20064 PR gdb/15564
20065 * gdb.mi/mi-detach.exp: New file.
20066
e0619de6
JK
200672015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
20068
20069 PR symtab/18392
20070 * gdb.arch/amd64-tailcall-self.S: New file.
20071 * gdb.arch/amd64-tailcall-self.c: New file.
20072 * gdb.arch/amd64-tailcall-self.exp: New file.
20073
e970cb34
DB
200742015-05-28 Don Breazeal <donb@codesourcery.com>
20075
20076 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
20077 tests for remote targets by checking is_target_gdbserver.
20078
b2e2f908
DE
200792015-05-27 Doug Evans <dje@google.com>
20080
20081 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
20082 * gdb.dwarf2/opaque-type-lookup.c: New file.
20083 * gdb.dwarf2/opaque-type-lookup.exp: New file.
20084
82c7be31
DE
200852015-05-26 Doug Evans <dje@google.com>
20086
20087 * gdb.cp/iostream.cc: New file.
20088 * gdb.cp/iostream.exp: New file.
20089
b4f54984
DE
200902015-05-26 Doug Evans <dje@google.com>
20091
20092 * gdb.dwarf2/dw2-op-call.exp: Update.
20093 * gdb.dwarf2/dw4-sig-types.exp: Update.
20094 * gdb.dwarf2/implptr.exp: Update.
20095 * gdb.mi/mi-cmd-param-changed.exp: Update.
20096
4ea6efe9
DE
200972015-05-26 Doug Evans <dje@google.com>
20098
20099 * gdb.python/py-lazy-string.c: New file.
20100 * gdb.python/py-lazy-string.exp: New file.
20101 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
20102 (main): Update. Add estring3.
20103 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
20104 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
20105
f6bb7db3
YQ
201062015-05-26 Omair Javaid <omair.javaid@linaro.org>
20107 Yao Qi <yao.qi@linaro.org>
20108
20109 * gdb.reverse/aarch64.c: New.
20110 * gdb.reverse/aarch64.exp: New.
20111
a81bfbd0
OJ
201122015-05-26 Omair Javaid <omair.javaid@linaro.org>
20113
25d49b86
PA
20114 * lib/gdb.exp (supports_process_record): Return true for
20115 aarch64*-linux*.
a81bfbd0
OJ
20116 (supports_reverse): Likewise.
20117
158bf1b4
PP
201182015-05-22 Patrick Palka <patrick@parcs.ath.cx>
20119
20120 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
20121 Use with_test_prefix.
20122
a0145030
AB
201232015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
20124
20125 * gdb.base/completion.exp: Add test for completion of layout
20126 names.
20127
ebe3b578
AB
201282015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
20129
20130 * lib/gdb.exp (skip_tui_tests): New proc.
20131 * gdb.base/tui-layout.exp: Check skip_tui_tests.
20132
84204ed7
PA
201332015-05-19 Pedro Alves <palves@redhat.com>
20134
20135 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
20136 Save the whole env array instead of just HOME. Unset HISTSIZE in
20137 the environment while testing. Restore whole environment
20138 afterwards.
20139
37442ce1
DE
201402015-05-16 Doug Evans <xdje42@gmail.com>
20141
20142 * gdb.guile/scm-ports.c: New file.
20143 * gdb.guile/scm-ports.exp: Add memory port tests.
20144
36de76f9
JK
201452015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20146
20147 * gdb.compile/compile-print.c: New file.
20148 * gdb.compile/compile-print.exp: New file.
20149
3a9558c4
JK
201502015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20151
20152 * gdb.compile/compile-ops.exp: Cast param to void.
20153 * gdb.compile/compile.exp: Complete type for _gdb_expr.
20154 (compile code struct_object.selffield = &struct_object): Add xfail.
20155
aa715135
JG
201562015-05-15 Joel Brobecker <brobecker@adacore.com>
20157
20158 * gdb.ada/arr_enum_with_gap: New testcase.
20159
931e5bc3
JG
201602015-05-15 Joel Brobecker <brobecker@adacore.com>
20161
20162 * gdb.ada/byte_packed_arr: New testcase.
20163
9cd4d857
JB
201642015-05-15 Joel Brobecker <brobecker@adacore.com>
20165
20166 * gdb.ada/pckd_neg: New testcase.
20167
ebfd00d2
PP
201682015-05-13 Patrick Palka <patrick@parcs.ath.cx>
20169
20170 PR gdb/17820
20171 * gdb.base/gdbinit-history.exp: New test.
20172 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
20173 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
20174
4c082a81
SC
201752015-05-09 Siva Chandra Reddy <sivachandra@google.com>
20176
20177 * gdb.python/py-xmethods.cc: Enhance test case.
20178 * gdb.python/py-xmethods.exp: New tests.
20179 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
20180 function.
20181 (B_indexoper): Likewise.
20182 (global_dm_list) : Add new xmethod worker functions.
20183
f7797074
SDJ
201842015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
20185
20186 * gdb.base/coredump-filter.exp: Correctly unset
20187 "coredump_var_addr" array.
20188
a4674e4e
PA
201892015-05-08 Pedro Alves <palves@redhat.com>
20190
20191 * gdb.server/non-existing-program.exp: Unset spawn_id.
20192
df2eb078
SC
201932015-05-08 Siva Chandra Reddy <sivachandra@google.com>
20194
20195 PR python/18291
20196 * gdb.python/py-xmethods.exp: Add tests.
20197
422349a3
YQ
201982015-05-08 Yao Qi <yao.qi@linaro.org>
20199
20200 PR gdb/18208
20201 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
20202 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
20203 function set_coredump_filter, and remove remote_exec call.
20204 Remove argument ipid. Callers update.
20205 (top level): Don't get inferior's PID.
20206
63fc80ce
AA
202072015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
20208
20209 * gdb.base/watch_thread_num.exp: Skip test on targets without
20210 access watchpoints.
20211
80ad801e
PA
202122015-05-06 Pedro Alves <palves@redhat.com>
20213
20214 PR server/18081
20215 * gdb.server/non-existing-program.exp: New file.
20216
0fa7fe50
JB
202172015-05-05 Joel Brobecker <brobecker@adacore.com>
20218
20219 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
20220
3ea89b92
PMR
202212015-05-05 Joel Brobecker <brobecker@adacore.com>
20222
20223 * gdb.ada/out_of_line_in_inlined: New testcase.
20224
87b8eff0
JB
202252015-05-05 Joel Brobecker <brobecker@adacore.com>
20226
20227 * gdb.ada/var_rec_arr: New testcase.
20228
5fccc635
YQ
202292015-04-30 Yao Qi <yao.qi@linaro.org>
20230
20231 * gdb.base/break-idempotent.exp: If
20232 skip_hw_watchpoint_multi_tests returns true, skip the tests
20233 on "rwatch" and "awatch".
20234
42d38f42
YQ
202352015-04-30 Yao Qi <yao.qi@linaro.org>
20236
20237 * gdb.base/relativedebug.exp: Invoke gdb command
20238 "info sharedlibrary", and if libc.so doesn't have debug info,
20239 skip the test.
20240
2ce1cdbf
DE
202412015-04-29 Doug Evans <dje@google.com>
20242
20243 * gdb.python/py-xmethods.exp: Add ptype tests.
20244 * gdb.python/py-xmethods.py (E_method_char_worker): Add
20245 get_result_type method.
20246
f24a38c5
LM
202472015-04-29 Luis Machado <lgustavo@codesourcery.com>
20248
20249 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
20250 the target does not support hardware watchpoints.
20251
ecbf2b3c
LM
202522015-04-29 Luis Machado <lgustavo@codesourcery.com>
20253
20254 * gdb.base/break-always.exp: Abort testing if writing to memory
20255 causes an error.
20256
34f5f757
DE
202572015-04-28 Doug Evans <dje@google.com>
20258
20259 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
20260 * gdb.python/py-pp-registration.exp: ... here. New file.
20261 * gdb.python/py-pp-registration.c: New file.
20262 * gdb.python/py-pp-registration.py: New file.
20263
69b4374a
DE
202642015-04-28 Doug Evans <dje@google.com>
20265
20266 * gdb.python/py-bad-printers.c: New file.
20267 * gdb.python/py-bad-printers.py: New file.
20268 * gdb.python/py-bad-printers.exp: New file.
20269
59fb7612
SS
202702015-04-28 Sasha Smundak <asmundak@google.com>
20271
20272 * gdb.python/py-type.exp: New test.
20273
2631b16a
AW
202742015-04-28 Andy Wingo <wingo@igalia.com>
20275
20276 * gdb.python/py-parameter.exp:
20277 * gdb.guile/scm-parameter.exp: Escape the path that we are
20278 matching against, as it might contain characters that are special
20279 to regular expressions.
20280
460efde1
JB
202812015-04-27 Joel Brobecker <brobecker@adacore.com>
20282
20283 * gdb.ada/rec_comp: New testcase.
20284
2d369d8e
SDJ
202852015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
20286
20287 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
20288 before using it.
20289
cf75d6c3
AB
202902015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
20291
20292 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
20293 new tests for verilog output.
20294
8dbe7ca5
YQ
202952015-04-24 Yao Qi <yao.qi@linaro.org>
20296
20297 * boards/remote-gdbserver-on-localhost.exp: New file.
20298
4ef9fb2f
PA
202992015-04-23 Pedro Alves <palves@redhat.com>
20300
20301 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
20302 $inferior_spawn_id instead of $inferior_spawn_id directly. On
20303 "end of file", remove $inferior_spawn_id from the indirect list.
20304
0a803169
PA
203052015-04-23 Pedro Alves <palves@redhat.com>
20306
20307 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
20308
749ef8f8
PA
203092015-04-23 Pedro Alves <palves@redhat.com>
20310
20311 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
20312 on $any_spawn_id instead of only on $gdb_spawn_id.
20313
8aae4344
PM
203142015-04-21 Pierre Muller <muller@sourceware.org>
20315
20316 PR pascal/17815
20317 * lib/pascal.exp (gpc_compile): Add new option "class".
20318 (fpc_compile): Likewise.
20319 * gdb.pascal/case-insensitive-symbols.pas: New file.
20320 * gdb.pascal/case-insensitive-symbols.exp: New file.
20321
1586c8fb
GB
203222015-04-20 Gary Benson <gbenson@redhat.com>
20323
20324 * gdb.base/attach.exp: Fix three extended remote failures.
20325
1b6e6f5c
GB
203262015-04-17 Gary Benson <gbenson@redhat.com>
20327
20328 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
20329 the main executable over the remote protocol.
20330
e797481d
PA
203312015-04-16 Pedro Alves <palves@redhat.com>
20332
20333 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
20334 a new gdbserver if gdbserver_reconnect_p is set.
20335
1ca99c42
PA
203362015-04-16 Pedro Alves <palves@redhat.com>
20337
20338 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
20339 is set, don't exit gdbserver.
20340
af9fd6f8
AA
203412015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20342
20343 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
20344 appropriate .insn, such that an older assembler can be used.
20345 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
20346 the z/Architecture instruction set on 31-bit targets as well.
20347
04ff1e61
AA
203482015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20349
20350 * gdb.go/handcall.exp: Remove all logic related to the first
20351 breakpoint and rely on go_runto_main instead.
20352 * gdb.go/strings.exp: Likewise.
20353 * gdb.go/unsafe.exp: Likewise.
20354 * gdb.go/hello.exp: Likewise. Also rename the remaining
20355 breakpoint marker to "breakpoint 1".
20356 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
20357 * gdb.go/strings.go: Likewise.
20358 * gdb.go/unsafe.go: Likewise.
20359 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
20360 "set breakpoint 2 here" and rename the remaining breakpoint marker
20361 to "breakpoint 1".
20362
40d2f8d6
SM
203632015-04-15 Simon Marchi <simon.marchi@ericsson.com>
20364
20365 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
20366 if itertools.imap is not present.
20367 * gdb.python/py-objfile.exp: Add parentheses.
20368 * gdb.python/py-type.exp: Same.
20369 * gdb.python/py-unwind-maint.py: Same.
20370
8cbc97c6
YQ
203712015-04-15 Yao Qi <yao.qi@linaro.org>
20372
20373 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
20374 of ":$ptr_size" and set its form explicitly.
20375
45fd756c
YQ
203762015-04-15 Pedro Alves <palves@redhat.com>
20377 Yao Qi <yao.qi@linaro.org>
20378
20379 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
20380 timeout by factor of 4.
20381 (test_regular_watch): Likewise.
20382 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
20383 * gdb.reverse/sigall-reverse.exp: Likewise.
20384 * gdb.reverse/until-precsave.exp: Likewise.
20385 * lib/gdb.exp (with_timeout_factor): New proc.
20386 (gdb_expect): Move some code to ...
20387 (get_largest_timeout): ... here. New procedure.
20388
9e811bc3
LM
203892015-04-14 Luis Machado <lgustavo@codesourcery.com>
20390
20391 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
20392
0ff6fcb2
LM
203932015-04-13 Luis Machado <lgustavo@codesourcery.com>
20394
20395 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
20396 to write to the .text section.
20397
7578d5f7
LM
203982015-04-13 Luis Machado <lgustavo@codesourcery.com>
20399
20400 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
20401 Handle the case of targets that do not provide PID information.
20402
2efe15c4
YQ
204032015-04-13 Yao Qi <yao.qi@linaro.org>
20404
20405 * lib/gdbserver-support.exp (gdb_exit): Catch exception
20406 and use expect instead of gdb_expect.
20407
8cd8f2f8
SDJ
204082015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
20409
20410 * gdb.base/coredump-filter.exp: Rename variable "addr" to
20411 "coredump_var_addr" to avoid naming conflict with other testcases.
20412
9ee41772
PA
204132015-04-10 Pedro Alves <palves@redhat.com>
20414
20415 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
20416 gdb_test_sequence and gdb_assert.
20417
07473109
PA
204182015-04-10 Pedro Alves <palves@redhat.com>
20419
20420 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
20421 test messages that don't include the breakpoint address.
20422
de3db44c
YQ
204232015-04-10 Yao Qi <yao.qi@linaro.org>
20424
20425 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
20426 false for some offset and width combinations which aren't
20427 supported by linux kernel.
20428
c79d856c
PA
204292015-04-10 Pedro Alves <palves@redhat.com>
20430
20431 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
20432 procedure, factored out from ...
20433 (top level): ... here. Add "set displaced-stepping" testing axis.
20434 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
20435 parameter "displaced". Use it.
20436 (top level): Use foreach and add "set displaced-stepping" testing
20437 axis.
20438
ebc90b50
PA
204392015-04-10 Pedro Alves <palves@redhat.com>
20440
20441 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
20442 Remove comment.
20443 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
20444 both the address of the instruction that triggers the watchpoint
20445 and the address of the instruction immediately after, and use
20446 those addresses for the test. Fix comment.
20447
8f572e5c
PA
204482015-04-10 Pedro Alves <palves@redhat.com>
20449
20450 * gdb.base/sigstep.exp (breakpoint_to_handler)
20451 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
20452 Test "backtrace" in handler.
20453 (breakpoint_over_handler): New parameter 'displaced'. Use it.
20454 (top level): Add new "displaced" test axis to
20455 breakpoint_to_handler, breakpoint_to_handler_entry and
20456 breakpoint_over_handler.
20457
8d707a12
PA
204582015-04-10 Pedro Alves <palves@redhat.com>
20459
20460 PR gdb/18216
20461 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
20462
ef713951
YQ
204632015-04-10 Yao Qi <yao.qi@linaro.org>
20464
20465 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
20466 (test_add_rn_pc): New function.
20467 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
20468 (top level): Invoke test_add_rn_pc.
20469
906d60cf
PA
204702015-04-10 Pedro Alves <palves@redhat.com>
20471
20472 PR gdb/13858
20473 * gdb.base/step-over-no-symbols.exp: New file.
20474
f2983cc3
AW
204752015-04-09 Andy Wingo <wingo@igalia.com>
20476
20477 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
20478 after the Python tests.
20479
6d62641c
SDJ
204802015-04-08 Keith Seitz <keiths@redhat.com>
20481
20482 PR python/16699
20483 * gdb.python/py-completion.exp: New tests for completion.
20484 * gdb.python/py-completion.py (CompleteLimit1): New class.
20485 (CompleteLimit2): Likewise.
20486 (CompleteLimit3): Likewise.
20487 (CompleteLimit4): Likewise.
20488 (CompleteLimit5): Likewise.
20489 (CompleteLimit6): Likewise.
20490 (CompleteLimit7): Likewise.
20491
f3770638
PA
204922015-04-08 Pedro Alves <palves@redhat.com>
20493
20494 PR gdb/18214
20495 PR gdb/18216
20496 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
20497 function.
20498 (main): Install it as SIGUSR1 handler.
20499 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
20500 parameter. Always use "setup" as prefix. Toggle "set
20501 displaced-stepping" off/on depending on global. Don't switch to
20502 thread 1 here.
20503 (top level): Add displaced stepping "off/on" test axis. Update
20504 "setup" calls. Wrap each subtest with with_test_prefix. Test
20505 continuing with a queued signal in each thread.
20506
4496bed7
PA
205072015-04-08 Pedro Alves <palves@redhat.com>
20508
20509 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
20510 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
20511 gdb_breakpoint instead of gdb_test that doesn't expect anything.
20512 Return early if running to main fails.
20513 * gdb.trace/while-stepping.exp: Likewise.
20514
b97fde92
PA
205152015-04-07 Pedro Alves <palves@redhat.com>
20516
20517 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
20518 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
20519 interact with inferior program.
20520
f71c18e7
PA
205212015-04-07 Pedro Alves <palves@redhat.com>
20522
20523 * lib/gdb.exp (inferior_spawn_id): New global.
20524 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
20525 spawn id after processing the user code.
20526 (default_gdb_start): Set inferior_spawn_id.
20527 (send_inferior): New procedure.
20528 * lib/gdbserver-support.exp (gdbserver_start): Set
20529 inferior_spawn_id.
20530 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
20531
6423214f
PA
205322015-04-07 Pedro Alves <palves@redhat.com>
20533
20534 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
20535 * lib/gdbserver-support.exp (gdbserver_start): Make
20536 $server_spawn_id global.
20537 (gdbserver_start): Don't wait for gdbserver's spawn id with
20538 expect_background.
20539 (close_gdbserver): New procedure.
20540 (gdb_exit): Rename the default version and reimplement.
20541
71c0ee8c
PA
205422015-04-07 Pedro Alves <palves@redhat.com>
20543
72f4393d 20544 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
20545 append the substituted item, not the original item.
20546
203bc29b
PA
205472015-04-07 Pedro Alves <palves@redhat.com>
20548
20549 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
20550 gdb_expect.
20551
508a3ddf
PA
205522015-04-07 Pedro Alves <palves@redhat.com>
20553
20554 * gdb.base/interrupt.exp: Don't handle the case of the inferior
20555 output appearing once only.
20556
9f6dbe2b
PA
205572015-04-07 Pedro Alves <palves@redhat.com>
20558
20559 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
20560 that doesn't expect anything. Return early if running to main
20561 fails.
20562
337532fa
YQ
205632015-04-07 Yao Qi <yao.qi@linaro.org>
20564
20565 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
20566 (child_function): Call alarm.
20567 (main): Move call to alarm into the loop.
20568 * gdb.threads/non-stop-fair-events.exp: Build program with
20569 -DTIMEOUT=$timeout.
20570
01b622d4
DE
205712015-04-06 Doug Evans <xdje42@gmail.com>
20572
20573 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
20574 Fix dest parameter to board_info.
20575 (fpc_compile): Ditto.
20576 (gdb_compile_pascal): Rename dest arg to destfile.
20577
961f4160
PMR
205782015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
20579
20580 * gdb.ada/funcall_ref.exp: New file.
20581 * gdb.ada/funcall_ref/foo.adb: New file.
20582
cafda597
YQ
205832015-04-02 Yao Qi <yao.qi@linaro.org>
20584
20585 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
20586 is remote.
20587
fed040c6
GB
205882015-04-02 Gary Benson <gbenson@redhat.com>
20589
20590 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20591
d11916aa
SS
205922015-04-01 Sasha Smundak <asmundak@google.com>
20593
20594 * gdb.python/py-unwind-maint.c: New file.
20595 * gdb.python/py-unwind-maint.exp: New test.
20596 * gdb.python/py-unwind-maint.py: New file.
20597 * gdb.python/py-unwind.c: New file.
20598 * gdb.python/py-unwind.exp: New test.
20599 * gdb.python/py-unwind.py: New test.
20600
a1471180
PA
206012015-04-01 Pedro Alves <palves@redhat.com>
20602
20603 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20604 to fail instead of non-existent $test.
20605
0bbeccb1
PA
206062015-04-01 Pedro Alves <palves@redhat.com>
20607
20608 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20609 GDBFLAGS if not empty.
20610
3c724c8c
PMR
206112015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20612
20613 * gdb.ada/complete.exp: Remove "multi_line".
20614 * gdb.ada/info_exc.exp: Remove "multi_line".
20615 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20616 * gdb.ada/ptype_field.exp: Remove "multi_line".
20617 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20618 * gdb.ada/tagged.exp: Remove "multi_line".
20619 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20620 [multi_line ...]
20621 * gdb.btrace/delta.exp: Likewise.
20622 * gdb.btrace/exception.exp: Likewise.
20623 * gdb.btrace/function_call_history.exp: Likewise.
20624 * gdb.btrace/instruction_history.exp: Likewise.
20625 * gdb.btrace/nohist.exp: Likewise.
20626 * gdb.btrace/record_goto.exp: Likewise.
20627 * gdb.btrace/segv.exp: Likewise.
20628 * gdb.btrace/stepi.exp: Likewise.
20629 * gdb.btrace/tailcall.exp: Likewise.
20630 * gdb.btrace/unknown_functions.exp: Likewise.
20631 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20632 * lib/gdb.exp: Add the "multi_line" helper.
20633
4eec2deb
PA
206342015-04-01 Pedro Alves <palves@redhat.com>
20635
20636 * gdb.threads/tid-reuse.c: New file.
20637 * gdb.threads/tid-reuse.exp: New file.
20638
df8411da
SDJ
206392015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20640
20641 PR corefiles/16092
20642 * gdb.base/coredump-filter.c: New file.
20643 * gdb.base/coredump-filter.exp: Likewise.
20644
6ef37366
PM
206452015-03-27 Petr Machata <pmachata@redhat.com>
20646
20647 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20648 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20649 (Dwarf::assemble): Initialize them.
20650 (Dwarf::lines): New function.
20651
7ec911b0
JT
206522015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20653
20654 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20655 SYMBOL_PREFIX for x86_64-*-cygwin.
20656
ff908ebf
AW
206572015-03-26 Andy Wingo <wingo@igalia.com>
20658
20659 PR symtab/18148
20660 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20661 const_value but not a location.
20662 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20663 location defined in non-main CUs are visible.
20664
6d5f0679
YQ
206652015-03-26 Yao Qi <yao.qi@linaro.org>
20666
20667 PR testsuite/18139
20668 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20669 Add a line number entry for the same line.
20670 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20671 Add a line number entry for the same line.
20672
2898689b
YQ
206732015-03-26 Yao Qi <yao.qi@linaro.org>
20674
20675 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20676 .int 0.
20677 (func): Likewise. Add .Lfunc_1 label.
20678 Use .Lfunc_1 label.
20679 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20680 .int 0.
20681 (func): Likewise.
20682 Use .Lfunc_1 label.
20683
85180498
YQ
206842015-03-26 Yao Qi <yao.qi@linaro.org>
20685
20686 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20687 Call gdb_compile instead to compile each .s files without debug
20688 information.
20689
8aa08a8d
YQ
206902015-03-26 Yao Qi <yao.qi@linaro.org>
20691
20692 * gdb.base/savedregs.exp (process_saved_regs): Make
20693 "Saved registers:" optional in the pattern.
20694
66849923
MM
206952015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20696
20697 * gdb.btrace/next.exp: Merged into step.exp.
20698 * gdb.btrace/finish.exp: Merged into step.exp.
20699 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20700 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20701 "record goto" and checking the exact replay position.
20702 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20703 check for "Recording format" in "info record" output.
20704 * gdb.btrace/record_goto.exp: Choose test file based on target.
20705 * gdb.btrace/x86-record_goto.S: Renamed into ...
20706 * gdb.btrace/x86_64-record_goto.S: ... this.
20707 * gdb.btrace/i686-record_goto.S: New.
20708 * gdb.btrace/x86-tailcall.S: Renamed into ...
20709 * gdb.btrace/x86_64-tailcall.S: ... this.
20710 * gdb.btrace/i686-tailcall.S: New.
20711 * gdb.btrace/x86-tailcall.c: Renamed into ...
20712 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20713 separate statements. Update test.
20714 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20715 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20716 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20717 * gdb.btrace/tailcall.exp: Choose test file based on target.
20718 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20719
11cc1b74
MM
207202015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20721
20722 * gdb.btrace/exception.exp: Increase BTS buffer size.
20723
a25d8bf9
PA
207242015-03-24 Pedro Alves <palves@redhat.com>
20725
20726 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20727
856e7dd6
PA
207282015-03-24 Pedro Alves <palves@redhat.com>
20729
20730 * gdb.threads/schedlock.exp (test_step): No longer expect that
20731 "set scheduler-locking step" with "next" over a function call runs
20732 threads unlocked.
20733
ad235a41
AT
207342015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20735
20736 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20737
15630549
AT
207382015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20739
20740 PR breakpoints/16466
20741 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20742 * gdb.mi/mi-pending.c (thread_func): New function.
20743 (int main): Add threading support required.
20744 * gdb.mi/mi-pending.exp: Add tests for this issue.
20745 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20746 (pendfunc2): Remove stdio dependency.
20747 * gdb.mi/mi-pendshr2.c: New file.
20748
693dca06
KS
207492015-03-23 Keith Seitz <keiths@redhat.com>
20750
20751 * gdb.linespec/keywords.c: New file.
20752 * gdb.linespec/keywords.exp: New file.
20753
7e993ebf
KS
207542015-03-23 Keith Seitz <keiths@redhat.com>
20755
20756 PR gdb/18021
20757 * gdb.dwarf2/staticvirtual.exp: New test.
20758
bc23328c
JK
207592015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20760
20761 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20762 * README: Remove HP-UX and gdb.hp.
20763 (configuration):
20764 * configure: Regenerate.
20765 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20766 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20767 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20768 gdb.hp/gdb.defects/Makefile.
20769 * gdb.hp/Makefile.in: File deleted.
20770 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20771 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20772 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20773 * gdb.hp/gdb.aCC/run.c: File deleted.
20774 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20775 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20776 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20777 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20778 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20779 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20780 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20781 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20782 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20783 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20784 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20785 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20786 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20787 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20788 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20789 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20790 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20791 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20792 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20793 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20794 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20795 * gdb.hp/gdb.compat/average.c: File deleted.
20796 * gdb.hp/gdb.compat/sum.c: File deleted.
20797 * gdb.hp/gdb.compat/xdb.c: File deleted.
20798 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20799 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20800 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20801 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20802 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20803 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20804 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20805 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20806 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20807 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20808 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20809 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20810 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20811 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20812 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20813 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20814 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20815 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20816 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20817 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20818 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20819 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20820 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20821 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20822 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20823 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20824 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20825 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20826 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20827 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20828 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20829 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20830 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20831 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20832 * gdb.hp/tools/odump: File deleted.
20833
8bf3b159
PA
208342015-03-19 Pedro Alves <palves@redhat.com>
20835
20836 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20837 (saw_thread_3): New globals.
20838 (top level): Increment them when an event for the corresponding
20839 thread is seen.
20840 (no thread starvation): New test.
20841
eb54c8bf
PA
208422015-03-19 Pedro Alves <palves@redhat.com>
20843
20844 * gdb.threads/continue-pending-status.c: New file.
20845 * gdb.threads/continue-pending-status.exp: New file.
20846
32d2e5d6
PA
208472015-03-18 Pedro Alves <palves@redhat.com>
20848
20849 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20850 Use gdb_is_target_remote instead of is_remote. Use
20851 gdb_test_multiple instead of gdb_expect. Exit early if
20852 gdb_test_multiple hits its internal matches. Tighten stepi tests
20853 expected output. Fail on exit with any signal, instead of just
20854 SIGILL.
20855
f68f11b7
YQ
208562015-03-18 Yao Qi <yao.qi@linaro.org>
20857
20858 PR tdep/18107
20859 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20860 variable.
20861 * gdb.base/catch-syscall.exp: Don't skip it on
20862 aarch64*-*-linux* target. Remove elements in all_syscalls.
20863 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20864 target.
20865 (setup_all_syscalls): New proc.
20866
ca5fd19b
YQ
208672015-03-16 Yao Qi <yao.qi@linaro.org>
20868
20869 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20870 (top level): Skip tests if valid_addr_p returns false for
20871 $cmd1 or $cmd2.
20872
85642ba0
AW
208732015-03-11 Andy Wingo <wingo@igalia.com>
20874
20875 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20876
e03f9645
YQ
208772015-03-11 Yao Qi <yao.qi@linaro.org>
20878
20879 * gdb.base/catch-syscall.exp: Fix typo in comments.
20880
5d0962b2
YQ
208812015-03-11 Yao Qi <yao.qi@linaro.org>
20882
20883 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20884
b2df3cef
PA
208852015-03-09 Pedro Alves <palves@redhat.com>
20886
20887 * dg-extract-results.py: Delete.
20888
ef878e53
PA
208892015-03-09 Pedro Alves <palves@redhat.com>
20890
20891 Merge dg-extract-results.sh from GCC upstream (r218843).
20892
20893 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20894 * dg-extract-results.sh: Use --text with grep to avoid issues with
20895 binary files. Fall back to cat -v, if that doesn't work.
20896
9494d219
PA
208972015-03-05 Pedro Alves <palves@redhat.com>
20898
20899 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20900
a8d9763a
SM
209012015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20902
20903 * lib/mi-support.exp (mi_expect_interrupt): Accept
20904 alternative event for when in all-stop mode.
20905
be9957b8
PA
209062015-03-04 Pedro Alves <palves@redhat.com>
20907
20908 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20909
d57be0f4 209102015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
20911
20912 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20913
c214c7cf
AA
209142015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20915
20916 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20917 regexps for GDB's current line display, accept a hex address
20918 preceding the line number.
20919
6d74a497
AA
209202015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20921
20922 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20923 the 'arch1' variable for "s390*-linux*" targets.
20924
511aee7c
PA
209252015-03-04 Pedro Alves <palves@redhat.com>
20926
20927 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20928 (main): Pass missing retval argument to pthread_join call.
20929
95e50b27
PA
209302015-03-02 Pedro Alves <palves@redhat.com>
20931
20932 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20933 (top level): Call do_test with non-stop as well.
20934
28054d69
PA
209352015-03-02 Pedro Alves <palves@redhat.com>
20936
20937 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20938 -1.
20939
4fa5d7b4
AA
209402015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20941
20942 * gdb.arch/s390-vregs.exp: New test.
20943 * gdb.arch/s390-vregs.S: New file.
20944
97c18565
PA
209452015-02-27 Pedro Alves <palves@redhat.com>
20946
20947 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20948 call to catch_command_errors.
20949 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20950 catch_command_errors.
20951
a37bfa30
PA
209522015-02-27 Pedro Alves <palves@redhat.com>
20953
20954 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20955 "true" for boolean result.
20956 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20957 prototype of main.
20958
6f98576f
PA
209592015-02-27 Pedro Alves <palves@redhat.com>
20960
20961 * lib/unbuffer_output.c: New file.
20962 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20963 (main): Call gdb_unbuffer_output.
20964
eba5ab56
YQ
209652015-02-27 Yao Qi <yao.qi@linaro.org>
20966
20967 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20968 target.
20969
0def5aaa
DE
209702015-02-26 Doug Evans <dje@google.com>
20971
20972 * gdb.cp/class2.cc (Dbase, D): New classes.
20973 (main): New local delta.
20974 * gdb.cp/class2.exp: Test printing delta.
20975 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20976 (dynbar): New global.
20977 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20978
081a1c2c
JK
209792015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20980
20981 * gdb.compile/compile-ifunc.c: New file.
20982 * gdb.compile/compile-ifunc.exp: New file.
20983
2f41223f
AT
209842015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20985
20986 * gdb.base/structs.exp: Check for correct struct on finish.
20987
03eddd80
YQ
209882015-02-26 Yao Qi <yao.qi@linaro.org>
20989
20990 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20991 is zero.
20992
80c57053
JK
209932015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20994
20995 * gdb.arch/cordic.ko.bz2: New file.
20996 * gdb.arch/cordic.ko.debug.bz2: New file.
20997 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20998
21613c12
YQ
209992015-02-25 Yao Qi <yao.qi@linaro.org>
21000
21001 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
21002 aarch64*-*-* target.
21003
d8b901ed
PA
210042015-02-23 Pedro Alves <palves@redhat.com>
21005
21006 * lib/gdb.exp (delete_breakpoints): Rewrite using
21007 gdb_test_multiple.
21008
e5b85ead
PA
210092015-02-23 Pedro Alves <palves@redhat.com>
21010
21011 * gdb.base/info-os.c: Include stdlib.h.
21012
85c3a371
DE
210132015-02-22 Doug Evans <xdje42@gmail.com>
21014
21015 PR symtab/17855
21016 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
21017 is read after symbols have been re-read.
21018 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
21019 * gdb.ada/exec_changed/second.adb (Second): Ditto.
21020
96553a0c
DE
210212015-02-21 Doug Evans <dje@google.com>
21022
21023 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
21024
97a0c697
JK
210252015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21026
21027 PR corefiles/17808
21028 * gdb.arch/i386-biarch-core.core.bz2: New file.
21029 * gdb.arch/i386-biarch-core.exp: New file.
21030
a47cd6e9
PA
210312015-02-21 Pedro Alves <palves@redhat.com>
21032
21033 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
21034 runto_main fails.
21035
c5facdc4
PA
210362015-02-20 Pedro Alves <palves@redhat.com>
21037
21038 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
21039 info probes.
21040
2db9a427
PA
210412015-02-20 Pedro Alves <palves@redhat.com>
21042
21043 * gdb.threads/multi-create-ns-info-thr.exp: New file.
21044
60fb7e9e
PA
210452015-02-20 Pedro Alves <palves@redhat.com>
21046
21047 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
21048 clean_restart before gdb_target_supports_trace.
21049
5c5019c2
PA
210502015-02-20 Pedro Alves <palves@redhat.com>
21051
21052 PR threads/18006
21053 * gdb.threads/clone-thread_db.c: New file.
21054 * gdb.threads/clone-thread_db.exp: New file.
21055
c9587f88
AT
210562015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
21057
21058 PR breakpoints/16812
21059 * gdb.base/catch-gdb-caused-signals.c: New file.
21060 * gdb.base/catch-gdb-caused-signals.exp: New file.
21061
f6a88844
JM
210622015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
21063
21064 * configure: Regenerated.
21065 * configure.ac: Use GDB_AC_TRANSFORM.
21066 * aclocal.m4: sinclude ../transform.m4.
21067
497c491b
JM
210682015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
21069
21070 * lib/dtrace.exp: New file.
21071 * gdb.base/dtrace-probe.exp: Likewise.
21072 * gdb.base/dtrace-probe.d: Likewise.
21073 * gdb.base/dtrace-probe.c: Likewise.
21074 * lib/pdtrace.in: Likewise.
21075 * configure.ac: Output variables with the transformed names of
21076 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
21077 * configure: Regenerated.
21078
03e98035
JM
210792015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
21080
21081 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
21082 expected message when trying to access $_probe_* convenience
21083 variables while not on a probe.
21084
63cc30e9
JK
210852015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21086
21087 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
21088
0703599a
PA
210892015-02-11 Pedro Alves <pedro@codesourcery.com>
21090
21091 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
21092 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
21093
7e60a48e
DE
210942015-02-10 Doug Evans <xdje42@gmail.com>
21095
21096 * lib/gdb.exp (gdb_load): Always return a result.
21097
01b088bc
PA
210982015-02-10 Pedro Alves <palves@redhat.com>
21099
21100 * gdb.threads/signal-sigtrap.c: New file.
21101 * gdb.threads/signal-sigtrap.exp: New file.
21102
b05ec7a5
AT
211032015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
21104
21105 * gdb.trace/no-attach-trace.c: New file.
21106 * gdb.trace/no-attach-trace.exp: New file.
21107
a2c2acaf
MW
211082015-02-09 Mark Wielaard <mjw@redhat.com>
21109
21110 * gdb.dwarf2/atomic.c: New file.
21111 * gdb.dwarf2/atomic-type.exp: Likewise.
21112
31fd9caa
MM
211132015-02-09 Markus Metzger <markus.t.metzger@intel.com>
21114
21115 * gdb.btrace/buffer-size.exp: Update "info record" output.
21116 * gdb.btrace/delta.exp: Update "info record" output.
21117 * gdb.btrace/enable.exp: Update "info record" output.
21118 * gdb.btrace/finish.exp: Update "info record" output.
21119 * gdb.btrace/instruction_history.exp: Update "info record" output.
21120 * gdb.btrace/next.exp: Update "info record" output.
21121 * gdb.btrace/nexti.exp: Update "info record" output.
21122 * gdb.btrace/step.exp: Update "info record" output.
21123 * gdb.btrace/stepi.exp: Update "info record" output.
21124 * gdb.btrace/nohist.exp: Update "info record" output.
21125
d33501a5
MM
211262015-02-09 Markus Metzger <markus.t.metzger@intel.com>
21127
21128 * gdb.btrace/buffer-size: New.
21129
f4abbc16
MM
211302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
21131
21132 * gdb.btrace/delta.exp: Update "info record" output.
21133 * gdb.btrace/enable.exp: Update "info record" output.
21134 * gdb.btrace/finish.exp: Update "info record" output.
21135 * gdb.btrace/instruction_history.exp: Update "info record" output.
21136 * gdb.btrace/next.exp: Update "info record" output.
21137 * gdb.btrace/nexti.exp: Update "info record" output.
21138 * gdb.btrace/step.exp: Update "info record" output.
21139 * gdb.btrace/stepi.exp: Update "info record" output.
21140 * gdb.btrace/nohist.exp: Update "info record" output.
21141
b9d61307
SM
211422015-02-06 Simon Marchi <simon.marchi@ericsson.com>
21143
21144 PR gdb/15678
21145 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
21146
e584fdbc
PA
211472015-02-06 Pedro Alves <palves@redhat.com>
21148
21149 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
21150 macro.
21151 (seconds_left, again): New globals.
21152 (main): Wait seconds_left in a 1-second sleep loop instead of
21153 sleeping 180 seconds. If 'again' is set, reset the seconds
21154 counter.
21155 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
21156 'again' in the inferior before detaching. Print the seconds left.
21157 (options): New global.
21158 (top level): Build program with -DTIMEOUT=$timeout.
21159
77f41761
PA
211602015-02-06 Pedro Alves <palves@redhat.com>
21161
21162 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
21163 determine how many seconds to pass to 'alarm'.
21164 * gdb.base/gdb-sigterm.exp (top level): Build program with
21165 -DTIMEOUT=$timeout.
21166 (do_test): Return success/failure indication. Add more verbose
21167 logging. Don't fail if 200 single steps are seen. Instead, fail
21168 when the test times out.
21169 (passes): New global.
21170 (top level): Break the testing loop if testing fails on any
21171 iteration. Use gdb_assert.
21172
b9394193
DB
211732015-02-04 Don Breazeal <donb@codesourcery.com>
21174
21175 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
21176 and initialize them.
21177 (ipc_cleanup): New function.
21178 (main): Don't declare shmid, semid, and msqid. Add a call to
21179 atexit so that we call ipc_cleanup on exit.
21180
42d9e528
PA
211812015-02-04 Pedro Alves <palves@redhat.com>
21182
21183 * boards/native-extended-gdbserver.exp: Remove any target variant
21184 specifications from the board name before clearing the isremote
21185 flag from board_info.
21186
ae6ae975
DE
211872015-01-31 Doug Evans <xdje42@gmail.com>
21188
21189 * gdb.base/maint.exp <maint print type argc>: Update expected output.
21190
cfb069a8
GB
211912015-01-31 Gary Benson <gbenson@redhat.com>
21192
21193 * gdb.base/completion.exp: Disable completion limiting for
21194 existing tests. Add new tests to check completion limiting.
21195 * gdb.linespec/ls-errs.exp: Disable completion limiting.
21196
5dd31d79
DE
211972015-01-31 Doug Evans <xdje42@gmail.com>
21198
21199 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
21200
9f050062
DE
212012015-01-31 Doug Evans <xdje42@gmail.com>
21202
21203 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
21204 entries. Duplicate file section script entries.
21205 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
21206 inlined entries. Add test for safe-path rejection.
21207 * gdb.python/py-section-script.c: Add duplicate inlined section script
21208 entries. Duplicate file section script entries.
21209 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
21210 inlined entries. Add test for safe-path rejection.
21211
df25ebbd
JB
212122015-01-29 Joel Brobecker <brobecker@adacore.com>
21213
21214 * gdb.ada/disc_arr_bound: New testcase.
21215
4a0ca9ec
JB
212162015-01-29 Joel Brobecker <brobecker@adacore.com>
21217
21218 * gdb.ada/mi_var_array: New testcase.
21219
3a8b707a
DE
212202015-01-27 Doug Evans <dje@google.com>
21221
21222 * gdb.python/py-objfile.exp: Add tests for objfile.username.
21223 Add test for objfile.filename, objfile.username after objfile
21224 has been unloaded.
21225
f8313f6e
JB
212262015-01-26 Joel Brobecker <brobecker@adacore.com>
21227
21228 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
21229 the second test to print the name attribute of value
21230 returned by the call to gdb.lookup_type, and adjust
21231 the expected output accordingly.
21232
37bc665e
MW
212332015-01-25 Mark Wielaard <mjw@redhat.com>
21234
21235 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
21236 * gdb.base/disp-step-fork.c: Include unistd.h.
21237 * gdb.base/siginfo-obj.c: Include stdio.h.
21238 * gdb.base/siginfo-thread.c: Likewise.
21239 * gdb.mi/non-stop.c: Include unistd.h.
21240 * gdb.mi/nsthrexec.c: Include stdio.h.
21241 * gdb.mi/pthreads.c: Include unistd.h.
21242 * gdb.modula2/unbounded1.c (main): Declare returns int.
21243 * gdb.reverse/consecutive-reverse.c: Likewise.
21244 * gdb.threads/create-fail.c: Include unistd.h.
21245 * gdb.threads/killed.c: Likewise.
21246 * gdb.threads/linux-dp.c: Likewise.
21247 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
21248 * gdb.threads/non-ldr-exc-2.c: Likewise.
21249 * gdb.threads/non-ldr-exc-3.c: Likewise.
21250 * gdb.threads/non-ldr-exc-4.c: Likewise.
21251 * gdb.threads/pthreads.c: Include unistd.h.
21252 (main): Declare returns int.
21253 * gdb.threads/tls-main.c (foo): New declaration.
21254 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
21255
f7e5394d
SM
212562015-01-23 Simon Marchi <simon.marchi@ericsson.com>
21257
21258 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
21259 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
21260
743649fd
MW
212612015-01-15 Mark Wielaard <mjw@redhat.com>
21262
21263 * gdb.base/noreturn-return.c: New file.
21264 * gdb.base/noreturn-return.exp: New file.
21265 * gdb.base/noreturn-finish.c: New file.
21266 * gdb.base/noreturn-finish.exp: New file.
21267
198297aa
PA
212682015-01-23 Pedro Alves <palves@redhat.com>
21269
21270 * gdb.threads/continue-pending-after-query.c: New file.
21271 * gdb.threads/continue-pending-after-query.exp: New file.
21272
717cf30c
AG
212732015-01-22 Anders Granlund <anders.granlund@ericsson.com>
21274 Simon Marchi <simon.marchi@ericsson.com>
21275
21276 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
21277 * gdb.base/valgrind-db-attach.exp: Same.
21278 * gdb.base/valgrind-infcall.exp: Same.
21279 * lib/mi-support.exp (default_mi_gdb_start): Same.
21280 * lib/prompt.exp (default_prompt_gdb_start): Same.
21281 * lib/gdb.exp (default_gdb_spawn): Same.
21282 (gdb_interact): New.
21283
21284
4b62a76e
JK
212852015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21286
21287 * gdb.compile/compile.exp (pointer to jit function): New test.
21288
b4cdae6f
WW
212892015-01-17 Wei-cheng Wang <cole945@gmail.com>
21290
21291 * lib/gdb.exp (supports_process_record): Return true for
21292 powerpc*-*-linux*.
21293 (supports_reverse): Likewise.
21294
d221e7ef
DB
212952015-01-15 Don Breazeal <donb@codesourcery.com>
21296
21297 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
21298 instead of checking whether the target board is remote and
21299 use spawn_wait_for_attach instead of exec/sleep.
21300 * gdb.base/attach-twice.exp: Likewise.
21301
bafffb51
JB
213022015-01-15 Joel Brobecker <brobecker@adacore.com>
21303
21304 * gdb.ada/var_arr_attrs: New testcase.
21305
5589af0e
PA
213062015-01-14 Pedro Alves <palves@redhat.com>
21307 Joel Brobecker <brobecker@adacore.com>
21308
21309 PR gdb/17525
21310 * gdb.base/bp-cmds-execution-x-script.c: New file.
21311 * gdb.base/bp-cmds-execution-x-script.exp: New file.
21312 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
21313
6c400b59
PA
213142015-01-14 Pedro Alves <palves@redhat.com>
21315
21316 PR cli/17828
21317 * gdb.base/batch-preserve-term-settings.c: New file.
21318 * gdb.base/batch-preserve-term-settings.exp: New file.
21319
e02c96a7
DE
213202015-01-13 Doug Evans <dje@google.com>
21321
21322 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
21323 binary.
21324
576fd14c
JB
213252015-01-13 Joel Brobecker <brobecker@adacore.com>
21326
21327 * Makefile.in (clean mostlyclean): Do not delete *.py.
21328
04dccad0
JB
213292015-01-13 Joel Brobecker <brobecker@adacore.com>
21330
21331 * gdb.python/py-lookup-type.exp: New file.
21332
3d230f71
PA
213332015-01-12 Pedro Alves <palves@redhat.com>
21334
21335 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
21336 restore GDBFLAGS before returning.
21337
7e67715d
JK
213382015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21339
21340 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
21341 is_amd64_regs_target and is_x86_like_target.
21342
f2e0d4b4
DE
213432015-01-11 Doug Evans <xdje42@gmail.com>
21344
21345 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
21346 is given without an explicit form.
21347 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
21348 attributes.
21349 * gdb.dwarf/corrupt.exp: Ditto.
21350 * gdb.dwarf2/enum-type.exp: Ditto.
21351 * gdb.trace/entry-values.exp: Ditto.
21352 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
21353
439250fb
DE
213542015-01-11 Doug Evans <xdje42@gmail.com>
21355
21356 PR gdb/15830
21357 * gdb.base/maint.exp: Remove references to "maint demangle".
21358 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
21359 Add tests for explicitly specifying language to demangle.
21360 * gdb.dlang/demangle.exp: Ditto.
21361
ede9f622
PA
213622015-01-09 Pedro Alves <palves@redhat.com>
21363
21364 * gdb.threads/non-stop-fair-events.c: New file.
21365 * gdb.threads/non-stop-fair-events.exp: New file.
21366
a7b796db
PA
213672015-01-09 Pedro Alves <palves@redhat.com>
21368
21369 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
21370 the global scope. Set a breakpoint after all threads are started
21371 rather than stepping over two source lines. Expect the prompt.
21372 * gdb.base/watch_thread_num.c (threads_started_barrier): New
21373 global.
21374 (NUM): Now 15.
21375 (main): Use threads_started_barrier to wait for all threads to
21376 start. Main thread no longer calls thread_function. Exit after
21377 180 seconds.
21378 (loop): New function.
21379 (thread_function): Wait on threads_started_barrier barrier. Call
21380 'loop' at each iteration.
21381 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
21382 threads have started, instead of hardcoding number of "next"
21383 steps. Use an access watchpoint instead of a write watchpoint.
21384
9665ffdd
PA
213852015-01-09 Pedro Alves <palves@redhat.com>
21386
21387 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
21388 (thread_func): Wait on barrier.
21389 (main): Wait for all threads to start before stopping GDB.
21390 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
21391 global.
21392 (thread1_func, thread2_func): Wait on barrier.
21393 (main): Wait for all threads to start before stopping GDB.
21394 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
21395 New global.
21396 (thread1_func, thread2_func): Wait on barrier.
21397 (main): Wait for all threads to start before stopping GDB.
21398
c945a99f
PA
213992015-01-09 Pedro Alves <palves@redhat.com>
21400
21401 * gdb.threads/attach-many-short-lived-threads.c: New file.
21402 * gdb.threads/attach-many-short-lived-threads.exp: New file.
21403
c1a747c1
PA
214042014-01-09 Pedro Alves <palves@redhat.com>
21405
21406 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
21407 instead of to thread 2.
21408 * gdb.threads/signal-command-multiple-signals-pending.c (main):
21409 Add barrier around each pthread_create call instead of around all
21410 calls.
21411 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
21412 Set a break on thread_function and have the child threads hit it
21413 one at at a time.
21414
60b3033e
PA
214152015-01-09 Pedro Alves <palves@redhat.com>
21416
21417 * lib/gdb.exp (can_spawn_for_attach): New procedure.
21418 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
21419 false.
21420 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
21421 checking whether the target board is remote.
21422 * gdb.multi/multi-attach.exp: Likewise.
21423 * gdb.python/py-sync-interp.exp: Likewise.
21424 * gdb.server/ext-attach.exp: Likewise.
21425 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
21426 tests that need to attach, instead of checking whether the target
21427 board is remote at the top of the file.
21428
acc018ac
YQ
214292015-01-08 Yao Qi <yao@codesourcery.com>
21430
21431 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
21432
50a18af8
JK
214332015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21434
21435 Fix testcase compilation.
21436 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
21437
8503d6e1
JB
214382015-01-06 Joel Brobecker <brobecker@adacore.com>
21439
21440 * gdb.python/py-type.exp: Add a couple test about empty
21441 array creation, and negative-length array creation.
21442
cc73dbcc
DE
214432015-01-02 Doug Evans <xdje42@gmail.com>
21444
21445 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
21446
0300bbc7
DE
214472015-01-02 Doug Evans <dje@google.com>
21448
21449 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
21450
9d85a0ec
YQ
214512014-12-29 Yao Qi <yao@codesourcery.com>
21452
21453 * gdb.trace/entry-values.exp: Update comments. Rename variable
21454 bar_call_foo to returned_from_foo.
21455
87186c6a
MMN
214562014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
21457
21458 PR gdb/17394
21459 * gdb.linespec/break-asm-file.c: New file.
21460 * gdb.linespec/break-asm-file.exp: New file.
21461 * gdb.linespec/break-asm-file0.s: New file.
21462 * gdb.linespec/break-asm-file1.s: New file.
21463
1bab7383
YQ
214642014-12-18 Nigel Stephens <nigel@mips.com>
21465 Maciej W. Rozycki <macro@codesourcery.com>
21466
21467 * gdb.base/float.exp: Handle the new output from "info float" on
21468 MIPS targets.
21469
1bc1068a
JK
214702014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21471
21472 Fix MinGW compilation.
21473 * gdb.compile/compile-ops.exp: Update untested message if
21474 !skip_compile_feature_tests.
21475 * gdb.compile/compile-setjmp.exp: Likewise.
21476 * gdb.compile/compile-tls.exp: Likewise.
21477 * gdb.compile/compile.exp: Likewise.
21478 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
21479 supported on this host".
21480
b6615d10
DE
214812014-12-16 Doug Evans <xdje42@gmail.com>
21482
21483 * boards/stabs.exp: New file.
21484
25dda427
AA
214852014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
21486
21487 * gdb.base/completion.exp: Adjust to format changes of "maint
21488 print user-registers".
21489
bf330350
CU
214902014-12-16 Catalin Udma <catalin.udma@freescale.com>
21491
21492 PR server/17457
21493 * gdb.arch/aarch64-fp.c: New file.
21494 * gdb.arch/aarch64-fp.exp: New file.
21495
395cf596
SDJ
214962014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
21497
21498 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
21499 r210637, r210913, r211666, r215400, r215817).
21500
21501 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
21502 * dg-extract-results.py: New file.
21503 * dg-extract-results.sh: Use it if the environment seems
21504 suitable.
21505
21506 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
21507
21508 * dg-extract-results.py (parse_run): Handle warnings that
21509 are printed before a test harness is run.
21510
21511 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
21512
21513 * dg-extract-results.py (Named): Remove __cmp__ method.
21514 (output_variation): Use a key to sort variation.harnesses.
21515
21516 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
21517
21518 * dg-extract-results.py: For Python 3, force sys.stdout to
21519 handle surrogate escape sequences.
21520 (safe_open): New function.
21521 (output_segment, main): Use it.
21522
21523 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
21524
21525 * dg-extract-results.py (Prog.result_re): Include options
21526 in test name.
21527
21528 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
21529
21530 * dg-extract-results.py (output_variation): Always sort if
21531 do_sum.
21532
e882ef3c
SM
215332014-12-15 Simon Marchi <simon.marchi@ericsson.com>
21534
21535 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
21536 as long as we get pagination notifications.
21537
4992aa20
JM
215382014-12-15 Jason Merrill <jason@redhat.com>
21539
21540 * Makefile.in (check-gdb.%): Restore.
21541 * README: Mention it.
21542
c1b5a1a6
JB
215432014-12-13 Joel Brobecker <brobecker@adacore.com>
21544
21545 * gdb.ada/str_uninit: New testcase.
21546
5537b577
JK
215472014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21548
21549 PR symtab/17642
21550 * gdb.base/vla-stub-define.c: New file.
21551 * gdb.base/vla-stub.c: New file.
21552 * gdb.base/vla-stub.exp: New file.
21553
bb2ec1b3
TT
215542014-12-12 Phil Muldoon <pmuldoon@redhat.com>
21555 Jan Kratochvil <jan.kratochvil@redhat.com>
21556 Tom Tromey <tromey@redhat.com>
21557
21558 * configure.ac: Add gdb.compile/.
21559 * configure: Regenerate.
21560 * gdb.compile/Makefile.in: New file.
21561 * gdb.compile/compile-ops.exp: New file.
21562 * gdb.compile/compile-ops.c: New file.
21563 * gdb.compile/compile-tls.c: New file.
21564 * gdb.compile/compile-tls.exp: New file.
21565 * gdb.compile/compile-constvar.S: New file.
21566 * gdb.compile/compile-constvar.c: New file.
21567 * gdb.compile/compile-mod.c: New file.
21568 * gdb.compile/compile-nodebug.c: New file.
21569 * gdb.compile/compile-setjmp-mod.c: New file.
21570 * gdb.compile/compile-setjmp.c: New file.
21571 * gdb.compile/compile-setjmp.exp: New file.
21572 * gdb.compile/compile-shlib.c: New file.
21573 * gdb.compile/compile.c: New file.
21574 * gdb.compile/compile.exp: New file.
21575 * lib/gdb.exp (skip_compile_feature_tests): New proc.
21576
4ff709eb
TT
215772014-12-12 Tom Tromey <tromey@redhat.com>
21578
21579 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
21580 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
21581
6dddd6a5
DE
215822014-12-12 Doug Evans <dje@google.com>
21583
21584 * lib/gdb-python.exp (get_python_valueof): New function.
21585 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
21586
71c24708
AA
215872014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21588
21589 * gdb.base/completion.exp: Add test for completion of "info
21590 registers ".
21591
3e29f34a
MR
215922014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21593
21594 * gdb.base/func-ptrs.c: New file.
21595 * gdb.base/func-ptrs.exp: New file.
21596
fc126975
SM
215972014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21598
21599 PR breakpoints/17012
21600 * gdb.base/dprintf-detach.c: New file.
21601 * gdb.base/dprintf-detach.exp: New file.
21602
0a46d518
SM
216032014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21604
21605 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21606 * lib/gdb.exp (target_is_gdbserver): New procedure.
21607
a0be3e44
DE
216082014-12-08 Doug Evans <dje@google.com>
21609
21610 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21611
df1b803a
YQ
216122014-12-05 Yao Qi <yao@codesourcery.com>
21613
21614 * gdb.guile/scm-error.exp: Remove the third argument to
21615 gdb_remote_download.
21616 * gdb.guile/scm-frame-args.exp: Likewise.
21617 * gdb.guile/scm-section-script.exp: Likewise.
21618
ddb9f679
YQ
216192014-12-05 Yao Qi <yao@codesourcery.com>
21620
21621 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21622
86e4ed39
DE
216232014-12-04 Doug Evans <dje@google.com>
21624
21625 * gdb.python/py-objfile.exp: Add tests for
21626 objfile.add_separate_debug_file.
21627
7c50a931
DE
216282014-12-04 Doug Evans <dje@google.com>
21629
21630 * lib/gdb.exp (get_build_id): New function.
21631 (build_id_debug_filename_get): Rewrite to use it.
21632 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21633
621661e3
MR
216342014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21635
21636 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21637 `method(long)', not just 0x0.
21638 * gdb.cp/nsalias.exp: Align code labels to 4.
21639 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21640 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21641 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21642 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21643 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21644 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21645
29f0c3b7
DE
216462014-12-02 Doug Evans <dje@google.com>
21647
e1e061e7 21648 PR symtab/17602
29f0c3b7 21649 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 21650 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
21651 * gdb.cp/anon-ns.exp: Update.
21652
162078c8
NB
216532014-12-02 Nick Bull <nicholaspbull@gmail.com>
21654
21655 * gdb.python/py-events.py (inferior_call_handler): New.
21656 (register_changed_handler, memory_changed_handler): New.
21657 (test_events.invoke): Register new handlers.
21658 * gdb.python/py-events.exp: Add tests for inferior call,
21659 memory_changed and register_changed events.
21660
fdb09caf
AA
216612014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21662
21663 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21664 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21665 if the linker doesn't understand this.
21666
55cfb2c4
SM
216672014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21668
21669 * gdb.python/python.exp: Change expected reply to help().
21670
9e8cd6df
YQ
216712014-12-01 Yao Qi <yao@codesourcery.com>
21672
21673 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21674 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21675 * configure: Re-generated.
21676
6c659fc2
SC
216772014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21678
21679 * gdb.cp/chained-calls.cc: New file.
21680 * gdb.cp/chained-calls.exp: New file.
21681 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21682
d7fc3181
SM
216832014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21684
21685 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21686 * gdb.dwarf2/symtab-producer.exp: Same.
21687 * gdb.gdb/python-interrupts.exp: Same.
21688 * gdb.gdb/python-selftest.exp: Same.
21689 * gdb.python/py-linetable.exp: Same.
21690 * gdb.python/py-type.exp: Same.
21691 * gdb.python/py-value-cc.exp: Same.
21692 * gdb.python/py-value.exp: Same.
21693
10e79639
YQ
216942014-11-28 Yao Qi <yao@codesourcery.com>
21695
21696 * gdb.base/break-probes.exp: Match library name prefixed with
21697 sysroot.
21698
f28a0564
SM
216992014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21700
21701 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21702 test expected output. Add parentheses for the call to print.
21703 Remove L suffix from integers.
21704
3fe1ce1d
DE
217052014-11-26 Doug Evans <dje@google.com>
21706
21707 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21708
84429e27
YQ
217092014-11-22 Yao Qi <yao@codesourcery.com>
21710
21711 * gdb.trace/entry-values.c: Remove asms.
21712 (foo): Add foo_label.
21713 (bar): Add bar_label.
21714 * gdb.trace/entry-values.exp: Remove code computing foo's
21715 length and bar's length.
21716 (Dwarf::assemble): Invoke function_range for bar and use
21717 MACRO_AT_func for foo.
21718
26741859
YQ
217192014-11-22 Yao Qi <yao@codesourcery.com>
21720
21721 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21722 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21723 Use .Lgcc43_procstart instead of gcc43.
21724
45e44d27
JB
217252014-11-21 Joel Brobecker <brobecker@adacore.com>
21726
21727 * gdb.ada/n_arr_bound: New testcase.
21728
458c8db8
SDJ
217292014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21730
21731 PR breakpoints/10737
21732 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21733 test_catch_syscall_multi_arch.
21734 (test_catch_syscall_multi_arch): New function.
21735
43f3e411
DE
217362014-11-20 Doug Evans <xdje42@gmail.com>
21737
21738 * gdb.base/maint.exp: Update expected output.
21739
0d7b2549
AA
217402014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21741
21742 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21743 4-byte instruction on S390.
21744
8908fca5
JB
217452014-11-19 Joel Brobecker <brobecker@adacore.com>
21746
21747 * gdb.ada/arr_arr: New testcase.
21748
4a46959e
JB
217492014-11-19 Joel Brobecker <brobecker@adacore.com>
21750
21751 * gdb.ada/pkd_arr_elem: New Testcase.
21752
470e2f4e
LM
217532014-11-18 Luis Machado <lgustavo@codesourcery.com>
21754
21755 * gdb.reverse/break-precsave: Expect completion message for
21756 core file reads.
21757 * gdb.reverse/consecutive-precsave.exp: Likewise.
21758 * gdb.reverse/finish-precsave.exp: Likewise.
21759 * gdb.reverse/i386-precsave.exp: Likewise.
21760 * gdb.reverse/machinestate-precsave.exp: Likewise.
21761 * gdb.reverse/sigall-precsave.exp: Likewise.
21762 * gdb.reverse/solib-precsave.exp: Likewise.
21763 * gdb.reverse/step-precsave.exp: Likewise.
21764 * gdb.reverse/until-precsave.exp: Likewise.
21765 * gdb.reverse/watch-precsave.exp: Likewise.
21766
a267f3ad
AA
217672014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21768
21769 * gdb.base/bp-permanent.c: Include unistd.h.
21770 * gdb.python/py-framefilter-mi.c (main): Add return type.
21771 * gdb.python/py-framefilter.c (main): Likewise.
21772 * gdb.trace/actions-changed.c (main): Likewise.
21773
12084a9a
AA
217742014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21775
21776 * gdb.mi/until.c: Add eye-catchers.
21777 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21778 line numbers.
21779
dc7e1a77
AA
217802014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21781
21782 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21783 function header variants in break1.c.
21784 * gdb.base/ena-dis-br.exp: Likewise.
21785 * gdb.base/hbreak2.exp: Likewise.
21786 * gdb.reverse/until-precsave.exp: Drop references to removed
21787 non-prototype function header variants in ur1.c.
21788 * gdb.reverse/until-reverse.exp: Likewise.
21789
41c77605
PM
217902014-11-17 Petr Machata <pmachata@redhat.com>
21791
21792 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21793 ${_cu_offset_size} bytes abbrev offset.
21794
34248c3a
DE
217952014-11-15 Doug Evans <xdje42@gmail.com>
21796
21797 PR symtab/17559
21798 * gdb.base/line-symtabs.exp: New file.
21799 * gdb.base/line-symtabs.c: New file.
21800 * gdb.base/line-symtabs.h: New file.
21801
646da059
YQ
218022014-11-14 Yao Qi <yao@codesourcery.com>
21803
21804 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21805 (func): Add label func_label.
21806 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21807 Replace low_pc and high_pc with MACRO_AT_range.
21808 Replace name, low_pc and high_pc with MACRO_AT_func.
21809
9301ebe6
YQ
218102014-11-14 Yao Qi <yao@codesourcery.com>
21811
21812 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21813 Replace name, low_pc and high_pc with MACRO_AT_func.
21814
f166b542
YQ
218152014-11-14 Yao Qi <yao@codesourcery.com>
21816
21817 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21818 produce debug information.
21819 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21820
0f6e71e3
YQ
218212014-11-14 Yao Qi <yao@codesourcery.com>
21822
21823 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21824 object and get function length.
21825 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21826 with MACRO_AT_func.
21827 (top-level): Replace gdb_compile and clean_restart with
21828 prepare_for_testing.
21829 * gdb.dwarf2/main.c (main): Add label main_label.
21830
876c4df9
YQ
218312014-11-14 Yao Qi <yao@codesourcery.com>
21832
21833 * lib/dwarf.exp (function_range): New procedure.
21834 (Dwarf::_handle_macro_at_func): New procedure.
21835 (Dwarf::_handle_macro_at_range): New procedure.
21836 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21837
02ad9cf1
YQ
218382014-11-14 Yao Qi <yao@codesourcery.com>
21839
21840 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21841 (_handle_attribute): New procedure.
21842
a59add0c
AA
218432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21844
21845 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21846 * gdb.base/call-sc.c (zed): Likewise.
21847 * gdb.base/checkpoint.c (main): Likewise.
21848 * gdb.base/dump.c (main): Likewise.
21849 * gdb.base/gcore.c (main): Likewise.
21850 * gdb.base/huge.c (main): Likewise.
21851 * gdb.base/multi-forks.c (main): Likewise.
21852 * gdb.base/pr10179-a.c (main): Likewise.
21853 * gdb.base/savedregs.c (main): Likewise.
21854 * gdb.base/sigaltstack.c (main): Likewise.
21855 * gdb.base/siginfo.c (main): Likewise.
21856 * gdb.base/structs.c (zed): Likewise.
21857 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21858 * gdb.mi/mi-syn-frame.c (main): Likewise.
21859 * gdb.mi/until.c (foo, main): Likewise.
21860 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21861 * gdb.base/solib-weak.c (foo): Declare.
21862 * gdb.base/attach-twice.c: Include stdio.h.
21863 * gdb.base/weaklib1.c: Likewise.
21864 * gdb.base/weaklib2.c: Likewise.
21865 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21866 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21867 unistd.h.
21868 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21869 * gdb.mi/mi-exit-code.c: Likewise.
21870 * gdb.base/break-interp-lib.c: Include string.h.
21871 * gdb.base/coremaker.c: Likewise.
21872 * gdb.base/testenv.c: Likewise.
21873 * gdb.python/py-finish-breakpoint.c: Likewise.
21874 * gdb.base/inferior-died.c: Include sys/wait.h.
21875 * gdb.base/fileio.c: Include time.h.
21876 * gdb.base/async-shell.c: Include unistd.h.
21877 * gdb.base/dprintf-non-stop.c: Likewise.
21878 * gdb.base/info-os.c: Likewise.
21879 * gdb.mi/mi-console.c: Likewise.
21880 * gdb.mi/watch-nonstop.c: Likewise.
21881 * gdb.python/py-events.c: Likewise.
21882 * gdb.base/async.c (baz): Move up before its invocation.
21883 * gdb.base/code_elim2.c (my_global_func): Likewise.
21884 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21885 * gdb.base/advance.c (func2): Likewise.
21886
3b5d5997
AA
218872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21888
21889 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21890 variant.
21891 * gdb.base/annota3.c: Likewise.
21892 * gdb.base/async.c: Likewise.
21893 * gdb.base/average.c: Likewise.
21894 * gdb.base/call-ar-st.c: Likewise.
21895 * gdb.base/call-rt-st.c: Likewise.
21896 * gdb.base/call-sc.c: Likewise.
21897 * gdb.base/call-strs.c: Likewise.
21898 * gdb.base/ending-run.c: Likewise.
21899 * gdb.base/execd-prog.c: Likewise.
21900 * gdb.base/exprs.c: Likewise.
21901 * gdb.base/foll-exec.c: Likewise.
21902 * gdb.base/foll-fork.c: Likewise.
21903 * gdb.base/foll-vfork.c: Likewise.
21904 * gdb.base/funcargs.c: Likewise.
21905 * gdb.base/gcore.c: Likewise.
21906 * gdb.base/jump.c: Likewise.
21907 * gdb.base/langs0.c: Likewise.
21908 * gdb.base/langs1.c: Likewise.
21909 * gdb.base/langs2.c: Likewise.
21910 * gdb.base/mips_pro.c: Likewise.
21911 * gdb.base/nodebug.c: Likewise.
21912 * gdb.base/opaque0.c: Likewise.
21913 * gdb.base/opaque1.c: Likewise.
21914 * gdb.base/recurse.c: Likewise.
21915 * gdb.base/run.c: Likewise.
21916 * gdb.base/scope0.c: Likewise.
21917 * gdb.base/scope1.c: Likewise.
21918 * gdb.base/setshow.c: Likewise.
21919 * gdb.base/setvar.c: Likewise.
21920 * gdb.base/shmain.c: Likewise.
21921 * gdb.base/shr1.c: Likewise.
21922 * gdb.base/shr2.c: Likewise.
21923 * gdb.base/sigall.c: Likewise.
21924 * gdb.base/signals.c: Likewise.
21925 * gdb.base/so-indr-cl.c: Likewise.
21926 * gdb.base/solib2.c: Likewise.
21927 * gdb.base/structs.c: Likewise.
21928 * gdb.base/sum.c: Likewise.
21929 * gdb.base/vforked-prog.c: Likewise.
21930 * gdb.base/watchpoint.c: Likewise.
21931 * gdb.reverse/shr2.c: Likewise.
21932 * gdb.reverse/until-reverse.c: Likewise.
21933 * gdb.reverse/ur1.c: Likewise.
21934 * gdb.reverse/watch-reverse.c: Likewise.
21935
066a77c5
AA
219362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21937
21938 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21939 variant.
21940 * gdb.base/sepdebug.exp: Drop references to removed code.
21941
4f204ea5
AA
219422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21943
21944 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21945 variant. Preserve original line numbering.
21946 * gdb.base/list1.c: Likewise.
21947
3b377a3a
AA
219482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21949
21950 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21951 variant.
21952 * gdb.base/break1.c: Likewise.
21953 * gdb.base/break.exp: Drop references to removed code.
21954
e444df73
AA
219552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21956
21957 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21958 variant.
21959
8008f2a7
AA
219602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21961
21962 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21963
a5a06887
AA
219642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21965
21966 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21967 logic into perform_all_tests() and invoke it with and without
21968 function header prototypes.
21969 (do_function_calls): Remove conditional XFAIL for PR 5318.
21970 (rerun_and_prepare): Remove duplicate code.
21971 (perform_all_tests): New. Main logic moved here.
21972
44dba9b9
AA
219732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21974
21975 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21976 code guarded by #ifdef NO_PROTOTYPES.
21977 (t_double_many_args): Likewise.
21978 (DEF_FUNC_MANY_ARGS_1): Likewise.
21979 (DEF_FUNC_VALUES_1): Likewise.
21980 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21981 guarded by #ifdef PROTOTYPES.
21982
d1fbcd56
AA
219832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21984
21985 * gdb.mi/mi-console.c: Add eye-catcher.
21986 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21987 instead of literal line number.
21988
b0e59b8f
AA
219892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21990
21991 * gdb.base/shr2.c: Add eye-catcher.
21992 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21993 line number.
21994
78f98cca
AA
219952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21996
21997 * gdb.base/jump.c: Add eye-catchers.
21998 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21999 numbers.
22000
58fa2af0
AA
220012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
22002
22003 * gdb.base/execd-prog.c: Add eye-catchers.
22004 * gdb.base/foll-exec.c: Likewise.
22005 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
22006 line numbers.
22007
04e5059b
AA
220082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
22009
22010 * gdb.base/ending-run.c: Add eye-catchers.
22011 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
22012 literal line numbers.
22013
dbfdb174
AA
220142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
22015
22016 * gdb.base/call-rt-st.c: Add eye-catchers.
22017 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
22018 literal line numbers.
22019
888a2ade
AA
220202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
22021
22022 * gdb.base/call-ar-st.c: Add eye-catchers.
22023 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
22024 literal line numbers.
22025
6acc2dde
AA
220262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
22027
22028 * gdb.base/average.c: Add eye-catchers.
22029 * gdb.base/sum.c: Likewise.
22030 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
22031 regexps dynamically.
22032
9ecfcd1d
AA
220332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
22034
22035 * gdb.base/solib1.c: Add eye-catchers.
22036 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
22037 literal line numbers.
22038
78708b7c
PA
220392014-11-12 Pedro Alves <palves@redhat.com>
22040
22041 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
22042 leader has exited.
22043
af48d08f
PA
220442014-11-12 Pedro Alves <palves@redhat.com>
22045
22046 * gdb.arch/i386-bp_permanent.c: New file.
22047 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
22048 (srcfile): Set to i386-bp_permanent.c.
22049 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
22050 that stepi does not execute the 'leave' instruction, instead of
22051 testing it does execute.
22052 * gdb.base/bp-permanent.c: New file.
22053 * gdb.base/bp-permanent.exp: New file.
22054
af3768e9
DE
220552014-11-10 Doug Evans <xdje42@gmail.com>
22056
22057 PR symtab/17564
22058 * gdb.base/symtab-search-order.exp: New file.
22059 * gdb.base/symtab-search-order.c: New file.
22060 * gdb.base/symtab-search-order-1.c: New file.
22061 * gdb.base/symtab-search-order-shlib-1.c: New file.
22062
9de00a4a
PA
220632014-11-07 Pedro Alves <palves@redhat.com>
22064
22065 PR gdb/17511
22066 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
22067 i?86-*-linux*.
22068
e0f52461
SC
220692014-11-03 Siva Chandra Reddy <sivachandra@google.com>
22070
22071 PR c++/17494
22072 * gdb.cp/pr17494.cc: New file.
22073 * gdb.cp/pr17494.exp: New file.
22074
6ce8c980
YQ
220752014-11-02 Yao Qi <yao@codesourcery.com>
22076
22077 * gdb.python/python.exp: Get working directory and match the
22078 output of "set extended-prompt \\w " with it.
22079
02be9a71
DE
220802014-10-30 Doug Evans <dje@google.com>
22081
22082 * gdb.python/py-objfile.exp: Add tests for setting random attributes
22083 in objfiles.
22084 * gdb.python/py-progspace.exp: Add tests for setting random attributes
22085 in progspaces.
22086
3bdff46b
LM
220872014-10-30 Janis Johnson <janisjo@codesourcery.com>
22088
22089 * gdb.base/fullpath-expand.exp: Skip for a remote host.
22090 * gdb.base/realname-expand.exp: Likewise.
22091 * gdb.linespec/macro-relative.exp: Likewise.
22092
ab917dfb
PA
220932014-10-29 Pedro Alves <palves@redhat.com>
22094
22095 PR gdb/17408
22096 * gdb.threads/schedlock.c (some_function): New function.
22097 (call_function): New global.
22098 (MAYBE_CALL_SOME_FUNCTION): New macro.
22099 (thread_function): Call it.
22100 * gdb.threads/schedlock.exp (get_args): Add description parameter,
22101 and use it instead of a global counter. Adjust all callers.
22102 (get_current_thread): Use "find current thread" for test message
22103 here rather than having all callers pass down the same string.
22104 (goto_loop): New procedure, factored out from ...
22105 (my_continue): ... this.
22106 (step_ten_loops): Change parameter from test message to command to
22107 use. Adjust.
22108 (list_count): Delete global.
22109 (check_result): New procedure, factored out from duplicate top
22110 level code.
22111 (continue tests): Wrap in with_test_prefix.
22112 (test_step): New procedure, factored out from duplicate top level
22113 code.
22114 (top level): Test "step" in combination with all scheduler-locking
22115 modes. Test "next" in combination with all scheduler-locking
22116 modes, and in combination with stepping over a function call or
22117 not.
22118 * gdb.threads/next-bp-other-thread.c: New file.
22119 * gdb.threads/next-bp-other-thread.exp: New file.
22120
d3d4baed
PA
221212014-10-29 Pedro Alves <palves@redhat.com>
22122
22123 PR python/17372
22124 * gdb.python/python.exp: Test a multi-line command that spawns
22125 interactive Python.
22126 * gdb.base/multi-line-starts-subshell.exp: New file.
22127
563e8d85
YQ
221282014-10-29 Yao Qi <yao@codesourcery.com>
22129
22130 * gdb.base/fileio.exp: Make directories on host.
22131
0ea4d52e
YQ
221322014-10-29 Yao Qi <yao@codesourcery.com>
22133
22134 * gdb.base/fileio.c (test_write): Close the file.
22135
7f5ef605
PA
221362014-10-28 Pedro Alves <palves@redhat.com>
22137
22138 PR gdb/12623
22139 * gdb.base/sigstep.c (no_handler): New global.
22140 (main): If 'no_handler is true, set the signal handlers to
22141 SIG_IGN.
22142 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
22143 with_sw_watch and no_handler parameters. Handle them.
22144 (top level) <stepping over handler when stopped at a breakpoint
22145 test>: Add a test axis for testing with a software watchpoint, and
22146 another for testing with the signal handler set to SIG_IGN.
22147 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
22148 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
22149
abbdbd03
PA
221502014-10-28 Pedro Alves <palves@redhat.com>
22151
22152 PR gdb/17511
22153 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
22154 * gdb.base/sigstep.exp (other_handler_location): New global.
22155 (advance): Support stepping into the signal handler, and running
22156 commands while in the handler.
22157 (in_handler_map): New global.
22158 (top level): In the advance test, add combinations for getting
22159 into the handler with stepping commands, and for running commands
22160 in the handler. Add comment descripting the advancei tests.
22161
1df4399f
PA
221622014-10-28 Pedro Alves <palves@redhat.com>
22163
22164 * gdb.base/sigstep.exp: Use build_executable instead of
22165 prepare_for_testing.
22166 (top level): Move code that starts GDB, runs to main and creates a
22167 display to ...
22168 (restart): ... this new procedure.
22169 (top level): Move backtrace from signal handler test to ...
22170 (validate_backtrace): ... this new procedure.
22171 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
22172 with_test_prefix. Always restart GDB.
22173 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
22174 with_test_prefix. Always restart GDB. No need to delete
22175 breakpoints after the test.
22176 (test_skip_handler): Remove prefix parameter.
22177 (skip_over_handler, breakpoint_to_handler)
22178 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
22179 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
22180 restart GDB. No need to delete breakpoints after the test.
22181 (top level): Use foreach to call the test procedures with
22182 different commands.
22183
a5b6e449
PA
221842014-10-28 Pedro Alves <palves@redhat.com>
22185
22186 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
22187 instead of GNATS numbers.
22188 * gdb.base/sigbpt.exp: Likewise.
22189 * gdb.base/siginfo.exp: Likewise.
22190 * gdb.base/sigstep.exp: Likewise.
22191
e5f8a7cc
PA
221922014-10-27 Pedro Alves <palves@redhat.com>
22193
22194 * gdb.base/sigstep.c (dummy): New global.
22195 (main): Issue a couple writes to the new global.
22196 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
22197 procedures.
22198 (skip_over_handler): Use test_skip_handler.
22199 (top level): Call skip_over_handler for stepi and nexti too.
22200 (breakpoint_over_handler): Use test_skip_handler.
22201 (top level): Call breakpoint_over_handler for stepi and nexti too.
22202
763905a3
YQ
222032014-10-27 Yao Qi <yao@codesourcery.com>
22204
22205 * gdb.trace/tfile.c (adjust_function_address)
22206 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
22207 function descriptor.
22208
6f259a23
DB
222092014-10-24 Don Breazeal <donb@codesourcery.com>
22210
22211 * gdb.base/foll-fork.exp (test_follow_fork,
22212 catch_fork_child_follow): Check for updated fork messages emitted
22213 from infrun.c.
22214 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
22215 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
22216 vfork_and_exec_child_follow_through_step): Check for updated vfork
22217 messages emitted from infrun.c.
22218
09dd9a69
PA
222192014-10-24 Pedro Alves <palves@redhat.com>
22220
22221 * gdb.base/corefile.exp: Remove references to ultrix.
22222 * gdb.base/interrupt.exp: Likewise.
22223 * gdb.base/whatis.exp: Likewise.
22224 * gdb.gdb/selftest.exp: Likewise.
22225 * gdb.threads/manythreads.exp: Likewise.
22226 * gdb.threads/print-threads.exp: Likewise.
22227 * gdb.threads/pthreads.exp:: Likewise.
22228 * gdb.threads/schedlock.exp: Likewise.
22229
3433cfa5
SC
222302014-10-24 Siva Chandra Reddy <sivachandra@google.com>
22231
22232 * gdb.cp/non-trivial-retval.cc: Add a test case.
22233 * gdb.cp/non-trivial-retval.exp: Add a test.
22234
092f880b
YQ
222352014-10-20 Yao Qi <yao@codesourcery.com>
22236
22237 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
22238 * gdb.python/py-objfile-script-gdb.py: New file.
22239 * gdb.python/py-objfile-script.exp: Update reference to
22240 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
22241 of remote_download. Remove the dest file.
22242
acbdb7f3
YQ
222432014-10-20 Yao Qi <yao@codesourcery.com>
22244
22245 * gdb.base/checkpoint.exp: Don't remove file copied on host.
22246 * gdb.base/step-line.exp: Likewise.
22247 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22248 * gdb.dwarf2/dw2-basic.exp: Likewise.
22249 * gdb.dwarf2/dw2-compressed.exp: Likewise.
22250 * gdb.dwarf2/dw2-filename.exp: Likewise.
22251 * gdb.dwarf2/dw2-intercu.exp: Likewise.
22252 * gdb.dwarf2/dw2-intermix.exp: Likewise.
22253 * gdb.dwarf2/dw2-producer.exp: Likewise.
22254 * gdb.dwarf2/mac-fileno.exp: Likewise.
22255 * gdb.python/py-frame-args.exp: Likewise.
22256 * gdb.python/py-framefilter.exp: Likewise.
22257 * gdb.python/py-mi.exp: Likewise.
22258 * gdb.python/py-objfile-script.exp: Likewise
22259 * gdb.python/py-pp-integral.exp: Likewise.
22260 * gdb.python/py-pp-re-notag.exp: Likewise.
22261 * gdb.python/py-prettyprint.exp: Likewise.
22262 * gdb.python/py-section-script.exp: Likewise.
22263 * gdb.python/py-typeprint.exp: Likewise.
22264 * gdb.python/py-xmethods.exp: Likewise.
22265 * gdb.stabs/weird.exp: Likewise.
22266 * gdb.xml/tdesc-regs.exp: Likewise.
22267
bd286a29
KCY
222682014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
22269
22270 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
22271 (out_cu): Use addr_len for the size of addresses.
22272 (out_line): Likewise. Size DW_LNE_set_address instruction
22273 according to addr_len.
22274 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
22275 (FUNC): Add START_INSNS to definition.
22276
673dc4a0
YQ
222772014-10-18 Yao Qi <yao@codesourcery.com>
22278
22279 * gdb.base/argv0-symlink.exp: Check argv[0] value if
22280 gdb_has_argv0 return true.
22281 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
22282 check [target_info exists noargs], check [gdb_has_argv0]
22283 instead.
22284 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22285 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
22286 procedures.
22287
4ffbba72
DE
222882014-10-17 Doug Evans <dje@google.com>
22289
22290 * gdb.python/py-events.exp: Update expected output for clear_objfiles
22291 event.
22292 * gdb.python/py-events.py: Add clear_objfiles event.
22293
d096d8c1
DE
222942014-10-17 Doug Evans <dje@google.com>
22295
22296 * gdb.python/py-objfile.exp: Test progspace attribute.
22297
a80db015
LM
222982014-10-17 Luis Machado <lgustavo@codesourcery.com>
22299
22300 * gdb.guile/scm-breakpoint.exp: Do not assume any
22301 directory separators when matching source file paths.
22302 * gdb.python/py-breakpoint.exp: Likewise.
22303 * gdb.reverse/break-precsave.exp: Likewise.
22304 * gdb.reverse/break-reverse.exp: Likewise.
22305 * gdb.reverse/consecutive-precsave.exp: Likewise.
22306 * gdb.reverse/finish-precsave.exp: Likewise.
22307 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
22308 * gdb.reverse/finish-reverse.exp: Likewise.
22309 * gdb.reverse/i386-precsave.exp: Likewise.
22310 * gdb.reverse/i387-env-reverse.exp: Likewise.
22311 * gdb.reverse/i387-stack-reverse.exp: Likewise.
22312 * gdb.reverse/machinestate-precsave.exp: Likewise.
22313 * gdb.reverse/machinestate.exp: Likewise.
22314 * gdb.reverse/sigall-precsave.exp: Likewise.
22315 * gdb.reverse/solib-precsave.exp: Likewise.
22316 * gdb.reverse/step-precsave.exp: Likewise.
22317 * gdb.reverse/until-precsave.exp: Likewise.
22318 * gdb.reverse/watch-precsave.exp: Likewise.
22319 * gdb.reverse/watch-reverse.exp: Likewise.
22320
b22089ab
YQ
223212014-10-17 Yao Qi <yao@codesourcery.com>
22322
22323 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
22324 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
22325
6c4486e6
PA
223262014-10-17 Pedro Alves <palves@redhat.com>
22327
22328 PR gdb/17471
22329 * gdb.base/bg-execution-repeat.c: New file.
22330 * gdb.base/bg-execution-repeat.exp: New file.
22331
0ff33695
PA
223322014-10-17 Pedro Alves <palves@redhat.com>
22333
22334 PR gdb/17300
22335 * gdb.base/continue-all-already-running.c: New file.
22336 * gdb.base/continue-all-already-running.exp: New file.
22337
6fdebc3d
PA
223382014-10-17 Pedro Alves <palves@redhat.com>
22339
22340 PR gdb/17472
22341 * gdb.base/annota-input-while-running.c: New file.
22342 * gdb.base/annota-input-while-running.exp: New file.
22343
32a8097b
PA
223442014-10-17 Pedro Alves <palves@redhat.com>
22345
22346 * gdb.base/callfuncs.exp: emove references to osf.
22347 * gdb.base/sigall.exp: Likewise.
22348 * gdb.gdb/selftest.exp: Likewise.
22349 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
22350 * gdb.mi/non-stop.c: Likewise.
22351 * gdb.mi/pthreads.c: Likewise.
22352 * gdb.reverse/sigall-precsave.exp: Likewise.
22353 * gdb.reverse/sigall-reverse.exp: Likewise.
22354 * gdb.threads/pthreads.c: Likewise.
22355 * gdb.threads/pthreads.exp: Likewise.
22356
7a3517ff
YQ
223572014-10-17 Yao Qi <yao@codesourcery.com>
22358
22359 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
22360 check 'target_info exists noargs'.
22361 (test_command_prompt_position): Likewise.
22362 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
22363 Remove "set args".
22364 (progvar_simple_while_test): Likewise.
22365 (progvar_complex_if_while_test): Likewise.
22366 (if_while_breakpoint_command_test): Likewise.
22367 (infrun_breakpoint_command_test): Likewise.
22368 (breakpoint_command_test): Likewise.
22369 (watchpoint_command_test): Likewise.
22370 (bp_deleted_in_command_test): Likewise.
22371 (temporary_breakpoint_commands): Likewise.
22372
bb99c472
YQ
223732014-10-16 Yao Qi <yao@codesourcery.com>
22374
22375 * gdb.base/remotetimeout.exp: Remove noargs checking.
22376
7c16b83e
PA
223772014-10-15 Pedro Alves <palves@redhat.com>
22378
22379 PR breakpoints/9649
22380 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
22381 * gdb.base/breakpoint-in-ro-region.exp
22382 (probe_target_hardware_step): New procedure.
22383 (top level): Probe hardware stepping and hardware breakpoint
22384 support. Test stepping through a read-only region, with both
22385 "breakpoint auto-hw" on and off and both "always-inserted" on and
22386 off.
22387
35a49624
IB
223882014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
22389
22390 * gdb.dlang/demangle.exp: Update for demangling changes.
22391
2d1c107c
SC
223922014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22393
22394 * gdb.cp/non-trivial-retval.cc: Add new test cases.
22395 * gdb.cp/non-trivial-retval.exp: Add new tests.
22396
778811d5
SC
223972014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22398
22399 PR c++/13403
22400 PR c++/15154
22401 * gdb.cp/non-trivial-retval.cc: New file.
22402 * gdb.cp/non-trivial-retval.exp: New file.
22403
10c5f0a8
YQ
224042014-10-15 Yao Qi <yao@codesourcery.com>
22405
22406 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
22407 remote host.
22408
65d7b369
YQ
224092014-10-15 Yao Qi <yao@codesourcery.com>
22410
22411 * gdb.python/py-symbol.exp: Match file base name if host is
22412 remote, otherwise match file name with dir name.
22413 * gdb.python/py-symtab.exp: Likewise.
22414 * gdb.python/python.exp: Likewise.
22415
46dc1394
YQ
224162014-10-15 Yao Qi <yao@codesourcery.com>
22417
22418 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
22419 pattern.
22420 * gdb.python/py-symtab.exp: Likewise.
22421 * gdb.python/python.exp: Remove trailing ".*". Fix typo
22422 locationn.
22423
c40cc657
JB
224242014-10-14 Joel Brobecker <brobecker@adacore.com>
22425
22426 * gdb.ada/addr_arith: New testcase.
22427
2abf49e1
MR
224282014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
22429
22430 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
22431 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
22432 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
22433 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
22434
f7088df3
SDJ
224352014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
22436
22437 * gdb.arch/stap-eval-lang-ada.S: Likewise.
22438 * gdb.arch/stap-eval-lang-ada.c: Likewise.
22439 * gdb.arch/stap-eval-lang-ada.exp: New file.
22440
4dc06805
YQ
224412014-10-14 Yao Qi <yao@codesourcery.com>
22442
22443 * gdb.mi/mi-var-child.c (nothing1): New function.
22444 (nothing2): New function.
22445 (do_children_tests): Set function pointers by nothing1 and
22446 nothing2.
22447 * gdb.mi/mi-var-child.exp: Step over new added statements.
22448 Update test to match the new output.
22449 * gdb.mi/var-cmd.c (nothing1): New function.
22450 (nothing2): New function.
22451 (do_children_tests): Set function pointers by nothing1 and
22452 nothing2.
22453 * gdb.mi/mi-var-display.exp: Update test to match output.
22454 Step to the line specified by $line_dct_nothing.
22455 Increase the number of lines to step.
22456
46a93de2
YQ
224572014-10-14 Yao Qi <yao@codesourcery.com>
22458
22459 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
22460 tests.
22461 * gdb.mi/mi2-var-child.exp: Likewise.
22462
14ea52ee
DE
224632014-10-13 Doug Evans <dje@google.com>
22464
22465 * gdb.python/py-objfile.exp: Change name of file name test.
22466
e5c6e92b
DE
224672014-10-13 Doug Evans <dje@google.com>
22468
22469 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
22470 from the start of the CU.
22471
c780cc2f
JK
224722014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
22473 Yao Qi <yao@codesourcery.com>
22474
22475 Fix "save breakpoints" for "catch" command.
22476 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
22477 Remove -nonewline. Match also the added "main" line.
22478
99894e11
JK
224792014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22480
22481 Fix "save breakpoints" for "disable $bpnum" command.
22482 * gdb.base/save-bp.c (main): Add label.
22483 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
22484
6e1ac5a3
JK
224852014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22486
22487 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
22488
754dd2b0
YQ
224892014-10-11 Yao Qi <yao@codesourcery.com>
22490
22491 * gdb.server/server-kill.exp: Execute command
22492 "set remote trace-status-packet on" before "tstatus".
22493
f90183d7
YQ
224942014-10-11 Yao Qi <yao@codesourcery.com>
22495
22496 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
22497 (main): Call getppid.
22498 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
22499 and continue to it. Read variable "server_pid".
22500
bf40a607
YQ
225012014-10-11 Yao Qi <yao@codesourcery.com>
22502
22503 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
22504
052ca370
YQ
225052014-10-11 Yao Qi <yao@codesourcery.com>
22506
22507 * gdb.threads/thread-find.exp: Don't execute command
22508 "info threads".
22509 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
22510 * gdb.threads/linux-dp.exp: Don't check the condition
22511 $threads_created equals to zero.
22512
3831839c
PA
225132014-10-10 Pedro Alves <palves@redhat.com>
22514
22515 * gdb.base/bigcore.exp: Remove references to IRIX.
22516 * gdb.base/funcargs.exp: Likewise.
22517 * gdb.base/interrupt.exp: Likewise.
22518 * gdb.base/mips_pro.exp: Likewise.
22519 * gdb.base/nodebug.exp: Likewise.
22520 * gdb.base/setvar.exp: Likewise.
22521 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
22522
8b9a549d
PA
225232014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
22524 Pedro Alves <palves@redhat.com>
22525
22526 PR symtab/14466
22527 * gdb.base/vdso-warning.c: New file.
22528 * gdb.base/vdso-warning.exp: New file.
22529
d48ba5e8
DE
225302014-10-02 Doug Evans <dje@google.com>
22531
22532 * gdb.base/structs.c (main): Don't run forever.
22533
2278c276
PA
225342014-10-02 Pedro Alves <palves@redhat.com>
22535
22536 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
22537 (top level) <stop threads 1, stop threads 2>: Use it.
22538
b57bacec
PA
225392014-10-02 Pedro Alves <palves@redhat.com>
22540
22541 * gdb.threads/break-while-running.exp (test): Add new
22542 'update_thread_list' argument. Skip "info threads" if false.
22543 (top level): Add new 'update_thread_list' axis.
22544
13fd3ff3
PA
225452014-10-02 Pedro Alves <palves@redhat.com>
22546
22547 PR breakpoints/17431
22548 * gdb.base/execl-update-breakpoints.c: New file.
22549 * gdb.base/execl-update-breakpoints.exp: New file.
22550
0fec99e8
PA
225512014-10-01 Pedro Alves <palves@redhat.com>
22552
22553 * gdb.base/breakpoint-in-ro-region.c: New file.
22554 * gdb.base/breakpoint-in-ro-region.exp: New file.
22555
2ddf4301
SM
225562014-10-01 Simon Marchi <simon.marchi@ericsson.com>
22557
22558 * gdb.mi/mi-exit-code.exp: New file.
22559 * gdb.mi/mi-exit-code.c: New file.
22560
6a5f3f43
YQ
225612014-09-30 Yao Qi <yao@codesourcery.com>
22562
22563 * lib/prelink-support.exp (build_executable_own_libs): Error if
22564 the target isn't native.
22565
345bcc73
YQ
225662014-09-30 Yao Qi <yao@codesourcery.com>
22567
22568 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22569 false.
22570
a25a5a45
PA
225712014-09-22 Pedro Alves <palves@redhat.com>
22572
22573 * gdb.threads/break-while-running.exp: New file.
22574 * gdb.threads/break-while-running.c: New file.
22575
00ba3162
YQ
225762014-09-19 Yao Qi <yao@codesourcery.com>
22577
22578 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
22579 Invoke test. Restart GDB with --readnow and invoke test again.
22580
c3b7b696
YQ
225812014-09-19 Yao Qi <yao@codesourcery.com>
22582
22583 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
22584 proc set_breakpoint_on_gcd_function. Invoke
22585 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
22586 invoke set_breakpoint_on_gcd_function again.
22587
2b4fd423
DE
225882014-09-18 Doug Evans <dje@google.com>
22589
22590 * gdb.dwarf2/symtab-producer.exp: New file.
22591
a5947601
SDJ
225922014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22593
22594 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22595 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22596 * gdb.base/global-var-nested-by-dso.c: Likewise.
22597 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22598
91c19059
SDJ
225992014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22600 Pedro Alves <palves@redhat.com>
22601
22602 * gdb.base/watch-bitfields.exp: Pass string other than test file
22603 name to prepare_for_testing.
22604 (watch): New procedure.
22605 (expect_watchpoint): Use with_test_prefix.
22606 (top level): Factor out tests to ...
22607 (test_watch_location, test_regular_watch): ... these new
22608 procedures, and use with_test_prefix and gdb_continue_to_end.
22609
bb9d5f81
PP
226102014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22611
22612 PR breakpoints/12526
22613 * gdb.base/watch-bitfields.exp: New file.
22614 * gdb.base/watch-bitfields.c: New file.
22615
635856f5
PA
226162014-09-16 Pedro Alves <palves@redhat.com>
22617
22618 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22619 software and hardware addresses, not software address against
22620 itself.
22621
7280ceea
PA
226222014-09-16 Pedro Alves <palves@redhat.com>
22623
22624 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22625 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22626
428b16bd
PA
226272014-09-16 Pedro Alves <palves@redhat.com>
22628
22629 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22630 files.
22631 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22632 "*-*-vxworks*" throughout.
22633 * gdb.base/break.exp: Likewise.
22634 * gdb.base/default.exp: Likewise.
22635 * gdb.base/scope.exp: Likewise.
22636 * gdb.base/sepdebug.exp: Likewise.
22637 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22638 throughout.
22639 * gdb.base/run.c: Likewise.
22640 * gdb.base/sepdebug.c: Likewise.
22641 * gdb.hp/gdb.aCC/run.c: Likewise.
22642 * gdb.reverse/until-reverse.c: Likewise.
22643 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22644
666d413c
YQ
226452014-09-16 Yao Qi <yao@codesourcery.com>
22646
22647 * boards/local-remote-host-native.exp: New file.
22648
57cbd724
DE
226492014-09-14 Doug Evans <xdje42@gmail.com>
22650
22651 * gdb.threads/queue-signal.c (thread_count): New variable.
22652 (thread_count_mutex, thread_count_condvar): New variables.
22653 (incr_thread_count, wait_all_threads_running): New functions.
22654 (main): Wait for all threads to be in their thread functions.
22655
81219e53
DE
226562014-09-13 Doug Evans <xdje42@gmail.com>
22657
22658 * gdb.threads/queue-signal.c: New file.
22659 * gdb.threads/queue-signal.exp: New file.
22660
3714cea7
DE
226612014-09-13 Doug Evans <xdje42@gmail.com>
22662
22663 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22664 be consistent with what default_gdb_init uses.
22665 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22666 the plain text of the prompt. Add some logging printfs.
22667 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22668
fa43b1d7
PA
226692014-09-12 Pedro Alves <palves@redhat.com>
22670
22671 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22672 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22673 * gdb.arch/i386-size-overlap.exp: Likewise.
22674 * gdb.arch/i386-size.exp: Likewise.
22675 * gdb.arch/i386-unwind.exp: Likewise.
22676 * gdb.base/a2-run.exp: Likewise.
22677 * gdb.base/break.exp: Likewise.
22678 * gdb.base/charset.exp: Likewise.
22679 * gdb.base/chng-syms.exp: Likewise.
22680 * gdb.base/commands.exp: Likewise.
22681 * gdb.base/dbx.exp: Likewise.
22682 * gdb.base/find.exp: Likewise.
22683 * gdb.base/funcargs.exp: Likewise.
22684 * gdb.base/jit-simple.exp: Likewise.
22685 * gdb.base/reread.exp: Likewise.
22686 * gdb.base/sepdebug.exp: Likewise.
22687 * gdb.base/step-bt.exp: Likewise.
22688 * gdb.cp/mb-inline.exp: Likewise.
22689 * gdb.cp/mb-templates.exp: Likewise.
22690 * gdb.objc/basicclass.exp: Likewise.
22691 * gdb.threads/killed.exp: Likewise.
22692
9d9bf2df
EBM
226932014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22694
22695 PR tdep/17379
22696 * gdb.arch/powerpc-stackless.S: New file.
22697 * gdb.arch/powerpc-stackless.exp: New file.
22698
1cf2f1b0
JK
226992014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22700
22701 * gdb.base/attach.c: Include unistd.h.
22702 (main): Call alarm. Add label postloop.
22703 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22704 gdb_breakpoint, gdb_continue_to_breakpoint.
22705 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22706
98880d46
PA
227072014-09-11 Pedro Alves <palves@redhat.com>
22708
22709 PR gdb/17347
22710 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22711 * gdb.base/attach.exp (test_command_line_attach_run): New
22712 procedure.
22713 (top level): Call it.
22714
4c92ff2c
PA
227152014-09-11 Pedro Alves <palves@redhat.com>
22716
22717 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22718 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22719 (do_command_attach_tests): Use spawn_wait_for_attach.
22720 * gdb.base/solib-overlap.exp: Likewise.
22721 * gdb.multi/multi-attach.exp: Likewise.
22722 * gdb.python/py-prompt.exp: Likewise.
22723 * gdb.python/py-sync-interp.exp: Likewise.
22724 * gdb.server/ext-attach.exp: Likewise.
22725
3adc1a7d
GKB
227262014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22727
22728 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22729 command in testcase. Simplify testcase.
22730
96334934
JB
227312014-09-10 Joel Brobecker <brobecker@adacore.com>
22732
22733 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22734
eb479039
JB
227352014-09-10 Joel Brobecker <brobecker@adacore.com>
22736
22737 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22738
deede10c
JB
227392014-09-10 Joel Brobecker <brobecker@adacore.com>
22740
22741 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22742
7828a5f5
JB
227432014-09-10 Joel Brobecker <brobecker@adacore.com>
22744
22745 * gdb.dwarf2/dynarr-ptr.c: New file.
22746 * gdb.dwarf2/dynarr-ptr.exp: New file.
22747
33aeebcf
MR
227482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22749
22750 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22751 of 30 rather than hardcoding 120 for a slow test case. Take the
22752 `gdb,timeout' target setting into account for this calculation.
22753 Don't extend the timeout for the test cases that don't need it.
22754
7b415901
MR
227552014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22756
22757 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22758 a factor of 2 for a slow test case. Take the `gdb,timeout'
22759 target setting into account for this calculation.
22760 * gdb.reverse/until-precsave.exp: Increase the timeout by
22761 a factor of 15 and 3 respectively rather than adding 120
22762 for a pair of slow test cases. Take the `gdb,timeout'
22763 target setting into account for this calculation.
22764
4a40f85a
MR
227652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22766
22767 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22768 timeout, don't pass one down to gdb_expect.
22769 (gdb_expect): Rework timeout selection.
22770
09635af7
MR
227712014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22772
22773 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22774 exception on timeout.
22775 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22776 (gdbserver_start_extended): Catch any `gdbserver_start' error
22777 exceptions.
22778 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22779 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22780 `gdbserver_gdb_load' error exceptions.
22781
2bdd10b7
MR
227822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22783
22784 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22785 120 on waiting for the TCP socket to open.
22786
316935f0
DE
227872014-09-09 Doug Evans <xdje42@gmail.com>
22788
22789 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22790 _caller_matches, _any_caller_is, _any_caller_matches.
22791
83740597
DE
227922014-09-09 Doug Evans <xdje42@gmail.com>
22793
22794 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22795
4c122fc3
YQ
227962014-09-09 Yao Qi <yao@codesourcery.com>
22797
22798 * gdb.mi/mi-var-display.exp: Set print symbol off.
22799
a9f116cb
GKB
228002014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22801
22802 PR gdb/17035
22803 * gdb.base/commands.exp: Add tests to verify user-defined
22804 commands with empty bodies.
22805 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22806 python commands in `show user command`.
22807 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22808 scheme commands in `show user command`.
22809
c75bd3a2
JK
228102014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22811
22812 PR python/17355
22813 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22814 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22815 * gdb.python/py-framefilter-invalidarg.exp: New file.
22816 * gdb.python/py-framefilter-invalidarg.py: New file.
22817
faa42425
DE
228182014-09-06 Doug Evans <xdje42@gmail.com>
22819
22820 PR 15276
22821 * gdb.python/py-caller-is.c: New file.
22822 * gdb.python/py-caller-is.exp: New file.
22823
474ca4f6
SDJ
228242014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22825
22826 PR gdb/17235
22827 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22828 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22829
eb0b0463
SDJ
228302014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22831
22832 PR fortran/17237
22833 * gdb.fortran/print-formatted.exp: New file.
22834 * gdb.fortran/print-formatted.f90: Likewise.
22835
5f3b99cf
SS
228362014-09-03 Sasha Smundak <asmundak@google.com>
22837
22838 * gdb.python/py-frame.exp: Test Frame.read_register.
22839
7d793aa9
SDJ
228402014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22841
22842 PR python/16699
22843 * gdb.python/py-completion.exp: New file.
22844 * gdb.python/py-completion.py: Likewise.
22845
fb0576e9
DE
228462014-08-28 Doug Evans <dje@google.com>
22847
22848 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22849 eax,etc. are live with values set by gdb and thus the compiler can't
22850 use them.
22851 * gdb.arch/i386-pseudo.c (main): Ditto.
22852
ee92b0dd
DE
228532014-08-27 Doug Evans <dje@google.com>
22854
22855 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22856
6649db35
DE
228572014-08-25 Doug Evans <dje@google.com>
22858
22859 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22860 (main): Ditto.
22861
564b7600
DE
228622014-08-25 Doug Evans <dje@google.com>
22863
22864 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22865
3881fb67
YQ
228662014-08-24 Yao Qi <yao@codesourcery.com>
22867
22868 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22869 symbol off.
22870 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22871
a05a36a5
DE
228722014-08-22 Doug Evans <dje@google.com>
22873
22874 PR 17276
22875 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22876 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22877 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22878
7c343b48
YQ
228792014-08-22 Yao Qi <yao@codesourcery.com>
22880
22881 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22882 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22883 * gdb.python/python.exp: Likewise. Use .py file on the host
22884 instead of the build.
22885
22fd09ae
JK
228862014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22887
22888 * gdb.threads/gcore-stale-thread.c: New file.
22889 * gdb.threads/gcore-stale-thread.exp: New file.
22890
a8454a7c
PA
228912014-08-21 Pedro Alves <palves@redhat.com>
22892
22893 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22894 * gdb.base/gcore-relro-pie.exp: Likewise.
22895 * gdb.base/gcore-relro.exp: Likewise.
22896 * gdb.base/gcore.exp: Likewise.
22897 * gdb.base/print-symbol-loading.exp: Likewise.
22898 * gdb.threads/gcore-thread.exp: Likewise.
22899 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22900
2a31c623
PA
229012014-08-20 Pedro Alves <palves@redhat.com>
22902 Jan Kratochvil <jan.kratochvil@redhat.com>
22903
22904 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22905 configure.
22906 (EXPECT): Handle READ1 being set.
22907 (all): Depend on EXTRA_RULES.
22908 (check-read1, expect-read1, read1.so, read1): New rules.
22909 * README (Testsuite Parameters): Document the READ1 make variable.
22910 (Race detection): New section.
22911 * configure: Regenerate.
22912 * configure.ac: If build==host==target, and running under a
22913 GNU/glibc system, add read1 to the extra Makefile rules.
22914 (EXTRA_RULES): AC_SUBST it.
22915 * lib/read1.c: New file.
22916
d36430db
JB
229172014-08-20 Joel Brobecker <brobecker@adacore.com>
22918
22919 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22920 the handling of variables declared as a typedef to an array
22921 which a DW_AT_data_location attribute.
22922
9a0dc9e3
PA
229232014-08-19 Andrew Burgess <aburgess@broadcom.com>
22924 Pedro Alves <palves@redhat.com>
22925
22926 PR symtab/14604
22927 PR symtab/14605
22928 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22929 gdb_test.
22930
0718a8da
PA
229312014-08-19 Pedro Alves <palves@redhat.com>
22932
22933 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22934
13b448cd
YQ
229352014-08-19 Yao Qi <yao@codesourcery.com>
22936
22937 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22938 right line.
22939
1cbf5077
DB
229402014-08-18 David Blaikie <dblaikie@gmail.com>
22941
22942 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22943
bf0fae19
JB
229442014-08-18 Joel Brobecker <brobecker@adacore.com>
22945
22946 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22947 attribute in array range.
22948
3c8c5dcc
JB
229492014-08-18 Joel Brobecker <brobecker@adacore.com>
22950
22951 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22952
e66d4446
SC
229532014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22954
22955 PR c++/17132
22956 * gdb.cp/pr17132.cc: New file.
22957 * gdb.cp/pr17132.exp: New file.
22958
940df408
SC
229592014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22960
22961 * gdb.python/py-xmethods.py (A_getarrayind)
22962 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22963 Use 'print' with function call syntax.
22964 (E_method_matcher.match): Fix tab vs space indentation mixup.
22965
ebcc6c3a
YQ
229662014-08-15 Yao Qi <yao@codesourcery.com>
22967
22968 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22969 false.
22970
775e0f04
YQ
229712014-08-15 Yao Qi <yao@codesourcery.com>
22972
22973 * gdb.cp/casts.exp: Set print symbol off.
22974 * gdb.cp/class2.exp: Likewise.
22975 * gdb.cp/overload.exp: Likewise.
22976 * gdb.cp/templates.exp: Likewise.
22977
d769e349
DE
229782014-08-11 Doug Evans <dje@google.com>
22979
22980 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22981 (test_load_shlib): Update.
22982
20c6f1e1
YQ
229832014-08-09 Yao Qi <yao@codesourcery.com>
22984
22985 * gdb.base/display.exp: Invoke is_address_zero_readable.
22986 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22987 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22988 * gdb.base/hbreak-unmapped.exp: Return if
22989 is_address_zero_readable returns true.
22990 * gdb.base/signest.exp: Likewise.
22991 * gdb.base/signull.exp: Likewise.
22992 * gdb.base/sigbpt.exp: Likewise.
22993 * gdb.guile/scm-disasm.exp: Do the test if
22994 is_address_zero_readable returns false.
22995 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22996 * gdb.python/py-arch.exp: Likewise.
22997 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22998 * lib/gdb.exp (is_address_zero_readable): New proc.
22999
5792e8e3
YQ
230002014-08-09 Yao Qi <yao@codesourcery.com>
23001
23002 PR testsuite/13443
23003 * gdb.mi/mi-var-display.exp: Make test messages unique.
23004
3cecbbbe
TT
230052014-08-04 Tom Tromey <tromey@redhat.com>
23006
23007 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
23008 target 0".
23009
00b51ff5
TT
230102014-08-04 Tom Tromey <tromey@redhat.com>
23011
23012 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
23013 "target_resume".
23014
6908c509
JB
230152014-08-01 Joel Brobecker <brobecker@adacore.com>
23016
23017 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
23018 inner_vla_struct_object_size.
23019 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
23020 as xfail.
23021
cc6563d2
PA
230222014-07-30 Pedro Alves <palves@redhat.com>
23023
23024 * gdb.threads/signal-command-handle-nopass.exp (test): Add
23025 comment.
23026
7e09a223
YQ
230272014-07-29 Yao Qi <yao@codesourcery.com>
23028
23029 PR gdb/17206
23030 * gdb.base/until-nodebug.exp: New.
23031
7ebdbe92
DE
230322014-07-28 Doug Evans <xdje42@gmail.com>
23033
23034 PR guile/17203
23035 * gdb.guile/scm-parameter.exp: Add tests for trying to create
23036 previously existing parameter, and previously ambiguously spelled
23037 parameter.
23038
fdb1adc6
WN
230392014-07-28 Will Newton <will.newton@linaro.org>
23040
23041 * gdb.base/varargs.exp: Remove KFAILs for ARM.
23042
186fcde0
DE
230432014-07-26 Ludovic Courtès <ludo@gnu.org>
23044 Doug Evans <xdje42@gmail.com>
23045
23046 PR guile/17146
23047 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
23048
70509625
PA
230492014-07-25 Pedro Alves <palves@redhat.com>
23050
23051 * gdb.threads/signal-command-handle-nopass.c: New file.
23052 * gdb.threads/signal-command-handle-nopass.exp: New file.
23053 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
23054 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
23055 * gdb.threads/signal-delivered-right-thread.c: New file.
23056 * gdb.threads/signal-delivered-right-thread.exp: New file.
23057
c3f814a1
PA
230582014-07-25 Pedro Alves <palves@redhat.com>
23059
23060 * gdb.base/double-prompt-target-event-error.exp
23061 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
23062 match.
23063 (cancel_pagination_in_target_event): Rework double prompt
23064 detection.
23065 * gdb.base/paginate-after-ctrl-c-running.exp
23066 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
23067 <return>' match.
23068 * gdb.base/paginate-bg-execution.exp
23069 (test_bg_execution_pagination_return)
23070 (test_bg_execution_pagination_cancel): Remove '-notransfer
23071 <return>' matches.
23072 * gdb.base/paginate-execution-startup.exp
23073 (test_fg_execution_pagination_return)
23074 (test_fg_execution_pagination_cancel): Remove '-notransfer
23075 <return>' matches.
23076 * gdb.base/paginate-inferior-exit.exp
23077 (test_paginate_inferior_exited): Remove '-notransfer <return>'
23078 match.
23079 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
23080 * lib/gdb.exp (pagination_prompt): Run text through
23081 string_to_regexp.
23082 (gdb_test_multiple): Match $pagination_prompt instead of
23083 "<return>".
23084 (string_to_regexp): Move to lib/gdb-utils.exp.
23085
e214cf6c
JK
230862014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
23087
23088 * gdb.arch/amd64-entry-value-paramref.S: New file.
23089 * gdb.arch/amd64-entry-value-paramref.cc: New file.
23090 * gdb.arch/amd64-entry-value-paramref.exp: New file.
23091 * gdb.arch/amd64-optimout-repeat.S: New file.
23092 * gdb.arch/amd64-optimout-repeat.c: New file.
23093 * gdb.arch/amd64-optimout-repeat.exp: New file.
23094
17d0c5c8
JK
230952014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
23096
23097 PR gdb/17170
23098 * gdb.base/statistics.exp: New file.
23099
b8b8facf
DE
231002014-07-17 Doug Evans <dje@google.com>
23101
74b49205 23102 PR gdb/17170
b8b8facf
DE
23103 * gdb.base/maint.exp: Update testing of per-command stats.
23104
1b5d0ab3
PA
231052014-07-16 Pedro Alves <palves@redhat.com>
23106
23107 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
23108 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
23109 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
23110 (tfile_write_buf): New functions.
23111 (add_memory_block): Rewrite using the above.
23112 (adjust_function_address): New function.
23113 (FUNCTION_ADDRESS): New macro.
23114 (write_basic_trace_file): Remove short_x local, and use
23115 tfile_write_16. Change type of func_addr local to unsigned long
23116 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
23117 here. Cast argument of add_memory_block to char pointer.
23118 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
23119 (main): Remove parameters.
23120 * gdb.trace/tfile.exp: Remove nowarnings.
23121
4d974e88
SM
231222014-07-15 Simon Marchi <simon.marchi@ericsson.com>
23123
23124 * gdb.base/debug-expr.exp: Test string evaluation with
23125 "debug expression" on.
23126
41e99568
PA
231272014-07-15 Pedro Alves <palves@redhat.com>
23128
23129 * gdb.base/reread.exp: Use clean_restart.
23130
487d9753
PL
231312014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
23132
23133 * gdb.arch/avr-flash-qualifer.c: New.
23134 * gdb.arch/avr-flash-qualifer.exp: New.
23135
cc1c52ad
PA
231362014-07-14 Pedro Alves <palves@redhat.com>
23137
23138 * gdb.base/paginate-after-ctrl-c-running.c: New file.
23139 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
23140
1e973570
PA
231412014-07-14 Pedro Alves <palves@redhat.com>
23142
23143 * gdb.base/double-prompt-target-event-error.c: New file.
23144 * gdb.base/double-prompt-target-event-error.exp: New file.
23145
93d6eb10
PA
231462014-07-14 Pedro Alves <palves@redhat.com>
23147
23148 PR gdb/17072
23149 * gdb.base/paginate-inferior-exit.c: New file.
23150 * gdb.base/paginate-inferior-exit.exp: New file.
23151
0017922d
PA
231522014-07-14 Pedro Alves <palves@redhat.com>
23153
23154 PR gdb/17072
23155 * gdb.base/paginate-bg-execution.c: New file.
23156 * gdb.base/paginate-bg-execution.exp: New file.
23157
94696ad3
PA
231582014-07-14 Pedro Alves <palves@redhat.com>
23159
23160 PR gdb/17072
23161 * gdb.base/paginate-execution-startup.c: New file.
23162 * gdb.base/paginate-execution-startup.exp: New file.
23163 * lib/gdb.exp (pagination_prompt): New global.
23164 (default_gdb_spawn): New procedure, factored out from
23165 default_gdb_spawn.
23166 (default_gdb_start): Adjust to call default_gdb_spawn.
23167 (gdb_spawn): New procedure.
23168
bd293940
PA
231692014-07-14 Pedro Alves <palves@redhat.com>
23170
23171 * lib/gdb.exp (gdb_assert): New procedure.
23172 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
23173
c933f875
PA
231742014-07-14 Pedro Alves <palves@redhat.com>
23175
23176 * gdb.base/execution-termios.c: New file.
23177 * gdb.base/execution-termios.exp: New file.
23178
d98b7a16
TT
231792014-07-14 Tom Tromey <tromey@redhat.com>
23180
23181 * gdb.cp/vla-cxx.cc: New file.
23182 * gdb.cp/vla-cxx.exp: New file.
23183
548740d6
TT
231842014-07-14 Tom Tromey <tromey@redhat.com>
23185
23186 * gdb.reverse/rerun-prec.c: New file.
23187 * gdb.reverse/rerun-prec.exp: New file.
23188
a25eb028
MR
231892014-07-12 Maciej W. Rozycki <macro@mips.com>
23190 Maciej W. Rozycki <macro@codesourcery.com>
23191
23192 * lib/gdb-utils.exp: New file.
23193 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
23194 inline `gdb_init_command' processing.
23195 (gdb_start_cmd): Likewise.
23196 * lib/mi-support.exp (mi_run_cmd): Likewise.
23197 * README: Document `gdb_init_command' and `gdb_init_commands'.
23198
218c2655
JK
231992014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
23200
23201 Fix false FAIL running under a very long directory name.
23202 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
23203 and "set print elements 10000". Twice.
23204
5401fde3
YQ
232052014-07-11 Yao Qi <yao@codesourcery.com>
23206
23207 * gdb.base/exprs.exp: "set print symbol off".
23208
e76126e8
PA
232092014-07-11 Pedro Alves <palves@redhat.com>
23210
23211 * gdb.threads/kill.c: New file.
23212 * gdb.threads/kill.exp: New file.
23213
2d6f0de6
YQ
232142014-07-10 Yao Qi <yao@codesourcery.com>
23215
23216 * gdb.trace/tfile.c (write_basic_trace_file)
23217 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
23218 address written to trace file.
23219
7180e04a
PA
232202014-07-09 Pedro Alves <palves@redhat.com>
23221
23222 * gdb.base/attach-wait-input.exp: New file.
23223 * gdb.base/attach-wait-input.c: New file.
23224
9a9a7608
AB
232252014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
23226
23227 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
23228 setting up test structures.
23229 (main): Call new test function.
23230 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
23231 test function, continue into test function and walk test
23232 structures.
23233
161ac41e
YQ
232342014-07-02 Yao Qi <yao@codesourcery.com>
23235
23236 * gdb.trace/entry-values.c: Define labels 'foo_start' and
23237 'bar_start' at the beginning of functions 'foo' and 'bar'
23238 respectively.
23239 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
23240 instead of 'foo' and 'bar'.
23241
1f267ae3
MM
232422014-07-08 Markus Metzger <markus.t.metzger@intel.com>
23243
23244 * gdb.btrace/segv.exp: New.
23245 * gdb.btrace/segv.c: New.
23246
2b239efb
LM
232472014-07-02 Luis Machado <lgustavo@codesourcery.com>
23248
23249 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
23250 instruction.
23251
cf363f18
MW
232522014-06-30 Mark Wielaard <mjw@redhat.com>
23253
23254 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
23255 vulture, vilify, villar): New volatile array constants.
23256 (vindictive, vegetation): New const volatile array constants.
23257 * gdb.base/volatile.exp: Test volatile and const volatile array
23258 types.
23259
aebf9d24
AA
232602014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
23261
23262 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
23263 target lacks support for awatch, rwatch, or hbreak.
23264
b67a2c6f
YQ
232652014-06-27 Yao Qi <yao@codesourcery.com>
23266
23267 * gdb.multi/dummy-frame-restore.exp: New.
23268 * gdb.multi/dummy-frame-restore.c: New.
23269
aef92902
MM
232702014-06-25 Markus Metzger <markus.t.metzger@intel.com>
23271
23272 * gdb.btrace/gcore.exp: New.
23273
8e9db26e
PA
232742014-06-23 Pedro Alves <palves@redhat.com>
23275
23276 * gdb.base/watchpoint-reuse-slot.c: New file.
23277 * gdb.base/watchpoint-reuse-slot.exp: New file.
23278
70afc5b7
SC
232792014-06-23 Siva Chandra Reddy <sivachandra@google.com>
23280
23281 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
23282 progspace's filename in 'info', 'enable' and 'disable' command
23283 tests.
23284
b972bd9c
JK
232852014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
23286
23287 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
23288 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23289 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
23290
125f8a3d
GB
232912014-06-20 Gary Benson <gbenson@redhat.com>
23292
23293 * gdb.arch/i386-avx.exp: Fix include file location.
23294 * gdb.arch/i386-sse.exp: Likewise.
23295
3ed9baed
IB
232962014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
23297
23298 * gdb.dlang/expression.exp: New file.
23299
034f788c
PA
233002014-06-19 Pedro Alves <palves@redhat.com>
23301
23302 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
23303 out from ...
23304 (top level): ... here. Iterate running tests under different
23305 scheduler-locking settings.
23306
45371d0c
LM
233072014-06-18 Luis Machado <lgustavo@codesourcery.com>
23308
23309 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
23310 to DW_FORM_addr and use non-zero addresses.
23311
5d376983
SC
233122014-06-18 Siva Chandra Reddy <sivachandra@google.com>
23313
23314 PR gdb/17017
23315 * gdb.python/py-xmethods.cc: Add global function call counters and
23316 increment them in their respective functions. Remove "cout"
23317 statements.
23318 * gdb.python/py-xmethods.exp: Make tests check the global function
23319 call counters instead of depending on inferior IO.
23320
a1aa2221
LM
233212014-06-18 Don Breazeal <donb@codesourcery.com>
23322
23323 * gdb.base/foll-fork.exp (default_fork_parent_follow):
23324 Deleted procedure.
23325 (explicit_fork_parent_follow): Deleted procedure.
23326 (explicit_fork_child_follow): Deleted procedure.
23327 (test_follow_fork): New procedure.
23328 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 23329 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
23330 procedure calls.
23331
0fc05997
YQ
233322014-06-17 Yao Qi <yao@codesourcery.com>
23333
23334 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
23335 CP1252.
23336
70795c52
LM
233372014-06-17 Luis Machado <lgustavo@codesourcery.com>
23338
23339 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
23340 Initialize ptr and S explicitly.
23341 (skip_type_update_when_not_use_rtti_test): Likewise.
23342
6be47f0c
KS
233432014-06-16 Keith Seitz <keiths@redhat.com>
23344
23345 PR mi/15863
23346 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
23347 the inferior is started.
23348
d03de421
PA
233492014-06-16 Pedro Alves <palves@redhat.com>
23350
23351 * gdb.base/break-main-file-remove-fail.c: New file.
23352 * gdb.base/break-main-file-remove-fail.exp: New file.
23353 * gdb.base/break-unload-file.exp: Use build_executable instead of
23354 prepare_for_testing.
23355 (test_break): New parameter "initial_load". Handle it.
23356 (top level): Add initial_load cmdline/file axis.
23357
f9579b99
TT
233582014-06-12 Tom Tromey <tromey@redhat.com>
23359
23360 * gdb.base/completion.exp: Don't use directory name in test.
23361
3657956b
GB
233622014-06-09 Gary Benson <gbenson@redhat.com>
23363
23364 * gdb.base/sigall.c [Functions to send signals]: Reorder to
23365 separate the always-available ANSI-standard signals from the
23366 signals that require checking.
23367 (main): Likewise.
23368 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
23369 Likewise.
23370 (main): Likewise.
23371
4186eb54
KS
233722014-06-07 Keith Seitz <keiths@redhat.com>
23373
23374 Revert:
23375 PR c++/16253
23376 * gdb.cp/var-tag.cc: New file.
23377 * gdb.cp/var-tag.exp: New file.
23378 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23379 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23380 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23381 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23382
25326a28 233832014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
23384
23385 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
23386
829155c9
PA
233872014-06-06 Pedro Alves <palves@redhat.com>
23388
23389 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
23390 in target debug output instead of looking at RSP packets,
23391 disabling the test on any target that uses hardware stepping.
23392 Update comments.
23393
61c8d22e
PA
233942014-06-06 Pedro Alves <palves@redhat.com>
23395
23396 * gdb.base/break-unload-file.exp: Fix typo.
23397
d9a47287
YQ
233982014-06-06 Yao Qi <yao@codesourcery.com>
23399
23400 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
23401 from "jit_function" to "^jit_function".
23402
e5e01dbf
YQ
234032014-06-06 Yao Qi <yao@codesourcery.com>
23404
23405 * gdb.base/async.c (foo): Add one statement.
23406 * gdb.base/async.exp: Get the next instruction address and
23407 match the output of "nexti" by instruction address. Match
23408 the hex address in the output of "finish".
23409
73ba372c
GB
234102014-06-06 Gary Benson <gbenson@redhat.com>
23411
23412 * gdb.base/call-signals.c: Remove preprocessor conditionals
23413 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
23414 SIGSEGV and SIGTERM.
23415 * gdb.base/sigall.c: Likewise.
23416 * gdb.base/unwindonsignal.c: Likewise.
23417 * gdb.reverse/sigall-reverse.c: Likewise.
23418
831517df
YQ
234192014-06-06 Yao Qi <yao@codesourcery.com>
23420
23421 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
23422 readable, skip the test.
23423
b8b91e98
YQ
234242014-06-06 Yao Qi <yao@codesourcery.com>
23425
23426 * gdb.threads/staticthreads.c (thread_function): Move the line
23427 setting breakpoint on forward.
23428 * gdb.threads/staticthreads.exp: Update comments.
23429
fb934770
LC
234302014-06-05 Ludovic Courtès <ludo@gnu.org>
23431
23432 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
23433 "history-append! type error".
23434
6ef284bd
SM
234352014-06-05 Simon Marchi <simon.marchi@ericsson.com>
23436
23437 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
23438 erroneous dprintf expected input.
23439
a872e241
DE
234402014-06-04 Doug Evans <xdje42@gmail.com>
23441
23442 * gdb.guile/scm-generics.exp: Delete.
23443
16f691fb
DE
234442014-06-04 Doug Evans <xdje42@gmail.com>
23445
23446 * gdb.guile/scm-breakpoint.exp: Update.
23447 Add tests for breakpoint registration.
23448
012370f6
TT
234492014-06-04 Tom Tromey <tromey@redhat.com>
23450
23451 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
23452 VLA-in-union.
23453 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
23454 inner_vla_struct, vla_union types. Initialize objects of those
23455 types and compute their sizes.
23456
9f5a4cef
HZ
234572014-06-04 Nathan Sidwell <nathan@codesourcery.com>
23458 Hui Zhu <hui@codesourcery.com>
23459
23460 * gdb.base/fileio.exp: Add test for shell not available as well as
23461 available.
23462 * gdb.base/fileio.c (test_system): Check for shell twice.
23463
90a45c4d
YQ
234642014-06-04 Yao Qi <yao@codesourcery.com>
23465
23466 * gdb.base/auto-connect-native-target.exp: Remove redundant
23467 space from the regexp pattern.
23468
70017e41
YQ
234692014-06-04 Yao Qi <yao@codesourcery.com>
23470
23471 * gdb.base/default.exp: Replace "child" with "native" in
23472 regexp pattern.
23473
883964a7
SC
234742014-06-03 Siva Chandra Reddy <sivachandra@google.com>
23475
23476 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
23477 * gdb.python/py-xmethods.exp: New tests to test xmethods.
23478 * gdb.python/py-xmethods.py: Python script supporting the
23479 new testcase and tests.
23480
ef370185
JB
234812014-06-03 Joel Brobecker <brobecker@adacore.com>
23482 Pedro Alves <palves@redhat.com>
23483
23484 PR breakpoints/17000
23485 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
23486 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
23487
1e2ccb61
BM
234882014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
23489
23490 * gdb.base/subst.exp: Add tests to verify partial path matching
23491 output.
23492
c6ec5ab2
PA
234932014-06-03 Pedro Alves <palves@redhat.com>
23494
23495 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
23496 target that doesn't use software single-stepping.
23497
835c559f
PA
234982014-06-03 Pedro Alves <palves@redhat.com>
23499
23500 PR breakpoints/17000
23501 * gdb.base/sss-bp-on-user-bp-2.c: New file.
23502 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
23503
06eb1586
DE
235042014-06-02 Doug Evans <xdje42@gmail.com>
23505
23506 * gdb.guile/scm-parameter.exp: New file.
23507
e698b8c4
DE
235082014-06-02 Doug Evans <xdje42@gmail.com>
23509
23510 * gdb.guile/scm-cmd.c: New file.
23511 * gdb.guile/scm-cmd.exp: New file.
23512
ded03782
DE
235132014-06-02 Doug Evans <xdje42@gmail.com>
23514
23515 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
23516 pretty-printer lookup.
23517 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
23518 (make-pp_s-printer): Call it.
23519 (make-pretty-printer-from-dict): New function.
23520 (lookup-pretty-printer-maker-from-dict): New function.
23521 (*pretty-printer*): Simplify.
23522 (make-objfile-pp_s-printer): New function.
23523 (install-objfile-pretty-printers!): New function.
23524 (make-progspace-pp_s-printer): New function.
23525 (install-progspace-pretty-printers!): New function.
23526 * gdb.guile/scm-progspace.c: New file.
23527 * gdb.guile/scm-progspace.exp: New file.
23528
41fac0cf
PA
235292014-06-02 Pedro Alves <palves@redhat.com>
23530
23531 * gdb.base/dprintf-bp-same-addr.c: New file.
23532 * gdb.base/dprintf-bp-same-addr.exp: New file.
23533
96ae5695
EBM
235342014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23535
23536 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
23537 * gdb.arch/powerpc-power.s: Likewise.
23538
da02b3a8
JB
235392014-06-02 Joel Brobecker <brobecker@adacore.com>
23540
23541 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
23542
c72b2e7b
YQ
235432014-06-01 Yao Qi <yao@codesourcery.com>
23544
23545 * gdb.base/watchpoint.exp (test_watch_location): Check null
23546 pointer can be dereferenced. If not, do the test, otherwise
23547 skip it.
23548
53e8a631
AB
235492014-05-30 Andrew Burgess <aburgess@broadcom.com>
23550
23551 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
23552 results.
23553 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
23554
938f0e2f
AB
235552014-05-30 Andrew Burgess <aburgess@broadcom.com>
23556
23557 * gdb.arch/amd64-invalid-stack-middle.S: New file.
23558 * gdb.arch/amd64-invalid-stack-middle.c: New file.
23559 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
23560 * gdb.arch/amd64-invalid-stack-top.c: New file.
23561 * gdb.arch/amd64-invalid-stack-top.exp: New file.
23562
9ba6657a
PA
235632014-05-30 Pedro Alves <palves@redhat.com>
23564
23565 PR breakpoints/17000
23566 * gdb.base/sss-bp-on-user-bp.c: New file.
23567 * gdb.base/sss-bp-on-user-bp.exp: New file.
23568
522c09bf
DB
235692014-05-30 David Blaikie <dblaikie@gmail.com>
23570
23571 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
23572 gnu_inline semantics via attribute.
23573 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
23574 source explicitly specifies the required semantics.
23575
bf4ef81e
MR
235762014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23577
23578 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23579
329ea579
PA
235802014-05-29 Pedro Alves <palves@redhat.com>
23581 Tom Tromey <tromey@redhat.com>
23582
23583 * gdb.base/async-shell.exp: Don't enable target-async.
23584 * gdb.base/async.exp
23585 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
23586 parameter. Adjust.
23587 (top level): Don't test with "target-async".
23588 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23589 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23590 * gdb.base/inferior-died.exp: Don't enable target-async.
23591 * gdb.base/interrupt-noterm.exp: Likewise.
23592 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23593 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23594 * gdb.mi/mi-nonstop.exp: Likewise.
23595 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23596 * gdb.mi/mi-nsintrall.exp: Likewise.
23597 * gdb.mi/mi-nsmoribund.exp: Likewise.
23598 * gdb.mi/mi-nsthrexec.exp: Likewise.
23599 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23600 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23601 * gdb.python/py-evsignal.exp: Don't enable target-async.
23602 * gdb.python/py-evthreads.exp: Likewise.
23603 * gdb.python/py-prompt.exp: Likewise.
23604 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23605 * gdb.server/solib-list.exp: Don't enable target-async.
23606 * gdb.threads/thread-specific-bp.exp: Likewise.
23607 * lib/mi-support.exp: Adjust to use mi-async.
23608
fd664c91
PA
236092014-05-29 Pedro Alves <palves@redhat.com>
23610
23611 PR gdb/13860
23612 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23613 reason, even in sync mode.
23614
251bde03
PA
236152014-05-29 Pedro Alves <palves@redhat.com>
23616 Hui Zhu <hui@codesourcery.com>
23617
23618 PR PR15693
23619 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23620 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23621 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23622 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23623
7f3c0343
JB
236242014-05-28 Joel Brobecker <brobecker@adacore.com>
23625
23626 * config/monitor.exp (gdb_target_monitor): Replace use of
23627 "set remotebaud" by "set serial baud".
23628
b2715b27
AW
236292014-05-26 Andy Wingo <wingo@igalia.com>
23630
23631 * gdb.guile/scm-breakpoint.exp:
23632 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23633 properties instead of gdb-object-properties.
23634
498a4489
YQ
236352014-05-26 Yao Qi <yao@codesourcery.com>
23636
23637 * gdb.server/no-thread-db.exp: Specify source file name
23638 explicitly when setting a breakpoint.
23639
589fdceb
MM
236402014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23641
23642 * gdb.btrace/vdso.c: New.
23643 * gdb.btrace/vdso.exp: New.
23644
e9089e05
MM
236452014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23646
23647 * gdb.base/gcore.exp (capture_command_output): Move ...
23648 * lib/gdb.exp (capture_command_output): ... here.
23649
67b5c0c1
MM
236502014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23651
23652 * gdb.btrace/data.exp: Test memory access during btrace replay.
23653
a2199296
SM
236542014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23655
23656 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23657
17b2616c
PA
236582014-05-21 Pedro Alves <palves@redhat.com>
23659
23660 PR gdb/13860
23661 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23662 (top level): Test that output related to execution commands is
23663 sent to the console with CLI commands, but not with MI commands.
23664 Test that breakpoint events are always mirrored to the console.
23665 Also expect the new source line to be output after a "next" in
23666 async mode too. Make it a pass/fail test.
23667 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23668 output.
23669 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23670
5166082f
PA
236712014-05-21 Pedro Alves <palves@redhat.com>
23672
23673 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23674 Use them to test variations of "list" after reaching a breakpoint.
23675 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23676 Test "list" with listsize 10 after reaching a breakpoint.
23677 * gdb.python/python.exp (decode_line current location line
23678 number): Adjust expected line number.
23679
2f25d70f
SM
236802014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23681
23682 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23683 behavior for $args, pass it directly to "run".
23684
ff604a67
MR
236852014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23686
23687 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23688 30000 to 65536.
23689
6a3cb8e8
PA
236902014-05-21 Pedro Alves <palves@redhat.com>
23691
23692 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23693 auto-connect-native-target off".
23694 * gdb.base/auto-connect-native-target.c: New file.
23695 * gdb.base/auto-connect-native-target.exp: New file.
23696
4ebfc96e
PA
236972014-05-21 Pedro Alves <palves@redhat.com>
23698
23699 * gdb.base/default.exp: Test "target native" instead of "target
23700 child".
23701
36d46afb
MW
237022014-05-21 Mark Wielaard <mjw@redhat.com>
23703
23704 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23705
5876f503
JK
237062014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23707
23708 Fix TLS access for -static -pthread.
23709 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23710 <HAVE_TLS> (thread_function, main): Initialize it.
23711 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23712 Add clean_restart.
23713 <$have_tls != "">: Check TLSVAR.
23714
0256a6ac
PA
237152014-05-21 Pedro Alves <palves@redhat.com>
23716
23717 * gdb.base/dcache-line-read-error.c: New.
23718 * gdb.base/dcache-line-read-error.exp: New.
23719
936d2992
PA
237202014-05-20 Pedro Alves <palves@redhat.com>
23721
23722 * gdb.base/compare-sections.c: New file.
23723 * gdb.base/compare-sections.exp: New file.
23724
802e8e6d
PA
237252014-05-20 Pedro Alves <palves@redhat.com>
23726
23727 * gdb.base/break-idempotent.c: New file.
23728 * gdb.base/break-idempotent.exp: New file.
23729
e59fa00f
MM
237302014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23731
23732 * gdb.btrace/nohist.exp: New.
23733
8b696e31
YQ
237342014-05-20 Yao Qi <yao@codesourcery.com>
23735
23736 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23737 gdb.reverse directory and gdb_reverse_timeout exists in board
23738 setting.
23739 * README: Document gdb_reverse_timeout.
23740
73c9764f
YQ
237412014-05-20 Yao Qi <yao@codesourcery.com>
23742
23743 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23744 'test_file_name'. Treat args as a string instead of a list.
23745 (gdb_init): Rename argument 'args' by 'test_file_name'.
23746
f1f4348a
JK
237472014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23748
23749 * gdb.arch/powerpc-power.exp: New file.
23750 * gdb.arch/powerpc-power.s: New file.
23751
0dbe70ce
DE
237522014-05-16 Doug Evans <dje@google.com>
23753
23754 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
23755 * gdb.base/completion.exp: Check that all expected files exist
23756 before doing file completion.
0dbe70ce 23757
8d551b02
DE
237582014-05-16 Doug Evans <dje@google.com>
23759
23760 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23761 Update.
23762 (do_syscall_tests_without_xml): Update.
23763
73eb7709
PA
237642014-05-16 Pedro Alves <palves@redhat.com>
23765
23766 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23767 instead of "unknown output after running".
23768
3fae92fc
YQ
237692014-05-16 Yao Qi <yao@codesourcery.com>
23770
23771 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23772 file1.txt from host at the end.
23773 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23774
c2b2ccc5
DE
237752014-05-15 Doug Evans <dje@google.com>
23776
23777 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23778 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23779 loading file. Add test for TU lookup.
23780
8c217a4b
SM
237812014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23782
23783 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23784 calling "-exec-arguments" or "set args" before running the
23785 inferior.
23786
3deb39c6
SM
237872014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23788
23789 * lib/mi-support.exp (mi_expect_stop): Expect message for
23790 inferiors that exit with non-zero exit code.
23791
71a79f8c
YQ
237922014-05-14 Yao Qi <yao@codesourcery.com>
23793
23794 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23795 match absolute path on remote host.
23796 (test_file_list_exec_source_files): Remove "/" from the
23797 pattern.
23798
f23fcd46
YQ
237992014-05-14 Yao Qi <yao@codesourcery.com>
23800
23801 * boards/local-remote-host-notty.exp (${board}_file): New
23802 proc.
23803
9404b58f
KM
238042014-05-07 Kyle McMartin <kyle@redhat.com>
23805
23806 Pushed by Joel Brobecker <brobecker@adacore.com>.
23807 * gdb.arch/aarch64-atomic-inst.c: New file.
23808 * gdb.arch/aarch64-atomic-inst.exp: New file.
23809
5e45f04c
YQ
238102014-05-07 Yao Qi <yao@codesourcery.com>
23811
23812 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23813 in current context" too.
23814
c888a17d
KS
238152014-05-05 Keith Seitz <keiths@redhat.com>
23816
23817 * gdb.linespec/ls-dollar.exp: Add test for linespec
23818 file:convenience_variable.
23819
290a839c
YQ
238202014-05-05 Yao Qi <yao@codesourcery.com>
23821
23822 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23823 traceframes into tfile and ctf trace files. Read data from
23824 trace file and test collected data.
23825 (gdb_collect_locals_test): Likewise.
23826 (gdb_unavailable_registers_test): Likewise.
23827 (gdb_unavailable_floats): Likewise.
23828 (gdb_collect_globals_test): Likewise.
23829 (top-level): Append "ctf" to trace_file_targets if GDB
23830 supports.
23831
b5262cd0
YQ
238322014-05-05 Yao Qi <yao@codesourcery.com>
23833
23834 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23835 code to ...
23836 (gdb_collect_args_test_1): ... it. New proc.
23837 (gdb_collect_locals_test): Move some code to ...
23838 (gdb_collect_locals_test_1): ... it. New proc.
23839 (gdb_unavailable_registers_test): Move some code to ...
23840 (gdb_unavailable_registers_test_1): ... it. New proc.
23841 (gdb_unavailable_floats): Move some code to ...
23842 (gdb_unavailable_floats_1): ... it. New proc.
23843
30a1e6cc
SDJ
238442014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23845
23846 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23847 probes to test for bitness recognition.
23848 * gdb.arch/amd64-stap-optional-prefix.exp
23849 (test_probe_value_without_reg): New procedure.
23850 Add code to test for different kinds of bitness.
23851
f33da99a
SDJ
238522014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23853
23854 PR breakpoints/16889
23855 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23856 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23857
5b80f00d
PA
238582014-05-01 Pedro Alves <palves@redhat.com>
23859
23860 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23861 gdb_file_cmd if no file is specified.
23862 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23863 last_loaded_file to set the remote exec-file.
23864
f8c2a73c
PA
238652014-05-01 Pedro Alves <palves@redhat.com>
23866
23867 * boards/local-remote-host.exp: New file.
23868
be6e8ac7
PA
238692014-05-01 Pedro Alves <palves@redhat.com>
23870
23871 * boards/local-remote-host.exp: Rename to ...
23872 * boards/local-remote-host-notty.exp: ... this.
23873
cac0dc8f
JB
238742014-04-28 Joel Brobecker <brobecker@adacore.com>
23875
23876 * gdb.ada/dyn_arrayidx: New testcase.
23877
9730e6cc
YQ
238782014-04-26 Yao Qi <yao@codesourcery.com>
23879
23880 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23881 and compute the length of function main. Save it in
23882 $main_length.
23883 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23884 (top-level): Use gdb_compile to compile objects into
23885 executable and restart GDB. Remove invocation to
23886 prepare_for_testing.
23887
7ae1a6a6
PA
238882014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23889 Pedro Alves <palves@redhat.com>
23890
23891 PR server/16255
23892 * gdb.multi/multi-attach.c: New file.
23893 * gdb.multi/multi-attach.exp: New file.
23894
4082afcc
PA
238952014-04-25 Pedro Alves <palves@redhat.com>
23896
23897 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23898 user.
23899 (top level): Test that "set remote conditional-breakpoints-packet
23900 off" works as intended.
23901 * gdb.base/dprintf.exp: Test that "set remote
23902 breakpoint-commands-packet off" works as intended.
23903 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23904 New function.
23905 (top level): Call it.
23906 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23907 remote fast-tracepoints-packet off" works as intended.
23908 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23909 * lib/gdb.exp (gdb_is_target_remote): ... here.
23910
2abc3f8d
DB
239112014-04-24 David Blaikie <dblaikie@gmail.com>
23912
23913 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23914 ensure clang would not discard them.
23915 * gdb.base/gdbvars.c: Ditto.
23916 * gdb.base/memattr.c: Ditto.
23917 * gdb.base/whatis.c: Ditto.
23918 * gdb.python/py-prettyprint.c: Ditto.
23919 * gdb.trace/actions.c: Ditto.
23920 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23921 ensure clang would not discard it.
23922
bfd39632
DB
239232014-04-24 David Blaikie <dblaikie@gmail.com>
23924
23925 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23926 clang to emit the full definition of type required by the test
23927 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23928
22842ff6
DB
239292014-04-24 David Blaikie <dblaikie@gmail.com>
23930
23931 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23932 coax Clang into emitting the definition of the type.
23933 * gdb.cp/pr10728-x.h (y): Ditto.
23934 * gdb.cp/pr10728-y.cc (y): Ditto.
23935
c2e827ad
DB
239362014-04-24 David Blaikie <dblaikie@gmail.com>
23937
23938 * gdb.base/label.exp: XFAIL label related tests under Clang.
23939 * gdb.cp/cplabel.exp: Ditto.
23940 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23941 under Clang those using labels.
23942
4c2d33e7
YQ
239432014-04-25 Yao Qi <yao@codesourcery.com>
23944
23945 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23946 double_label.
23947 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23948 partial_label and double_label.
23949
56083b99
DB
239502014-04-24 David Blaikie <dblaikie@gmail.com>
23951
23952 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23953
25d4e99d
DB
239542014-04-24 David Blaikie <dblaikie@gmail.com>
23955
23956 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23957 of the function to work across GCC and Clang.
23958 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23959 pointer types (const void ** const V void **).
23960
01f9f808
MS
239612014-04-24 Michael Sturm <michael.sturm@mintel.com>
23962 Walfred Tedeschi <walfred.tedeschi@intel.com>
23963
23964 * Makefile.in (EXECUTABLES): Added i386-avx512.
23965 * gdb.arch/i386-avx512.c: New file.
23966 * gdb.arch/i386-avx512.exp: Likewise.
23967
4b48d439
KS
239682014-04-23 Keith Seitz <keiths@redhat.com>
23969
23970 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23971 (mi_make_breakpoint_table): New procedure.
23972 (mi_create_breakpoint): Use mi_make_breakpoint
23973 and return the result.
23974 (mi_make_breakpoint): New procedure.
23975 (mi_build_kv_pairs): New procedure.
23976
23977 * gdb.mi/mi-break.exp: Remove unused globals,
23978 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23979 All callers updated.
23980 * gdb.mi/mi-dprintf.exp: Use variable to track command
23981 number.
23982 Update all callers of mi_create_breakpoint and use
23983 mi_make_breakpoint_table.
23984 Remove any unused global variables.
23985 * gdb.mi/mi-nonstop.exp: Likewise.
23986 * gdb.mi/mi-nsintrall.exp: Likewise.
23987 * gdb.mi/mi-nsmoribund.exp: Likewise.
23988 * gdb.mi/mi-nsthrexec.exp: Likewise.
23989 * gdb.mi/mi-reverse.exp: Likewise.
23990 * gdb.mi/mi-simplerun.exp: Likewise.
23991 * gdb.mi/mi-stepn.exp: Likewise.
23992 * gdb.mi/mi-syn-frame.exp: Likewise.
23993 * gdb.mi/mi-until.exp: Likewise.
23994 * gdb.mi/mi-var-cp.exp: Likewise.
23995 * gdb.mi/mi-var-display.exp: Likewise.
23996 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23997 * gdb.mi/mi2-var-child.exp: Likewise.
23998 * gdb.mi/mi-vla-c99.exp: Likewise.
23999 * lib/mi-support.exp: Likewise.
24000
24001 From Ian Lance Taylor <iant@cygnus.com>:
24002 * lib/gdb.exp (parse_args): New procedure.
24003
08351840
PA
240042014-04-23 Pedro Alves <palves@redhat.com>
24005
24006 * gdb.base/break-unload-file.c: New file.
24007 * gdb.base/break-unload-file.exp: New file.
24008 * gdb.base/sym-file-lib.c (baz): New function.
24009 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
24010 field.
24011 (load): Store the segment's mapped size.
24012 (unload): New function.
24013 (unload_shlib): New function.
24014 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
24015 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
24016 set a breakpoint at baz, and call it.
24017 * gdb.base/sym-file.exp: New tests for stale breakpoint
24018 instructions.
24019
076855f9
PA
240202014-04-23 Pedro Alves <palves@redhat.com>
24021
24022 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
24023 * gdb.base/hbreak-in-shr-unsupported.c: New file.
24024 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
24025 * gdb.base/hbreak-unmapped.c: New file.
24026 * gdb.base/hbreak-unmapped.exp: New file.
24027 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
24028 * lib/gdb.exp (gdb_is_target_remote): ... here.
24029
483805cf
PA
240302014-04-22 Pedro Alves <palves@redhat.com>
24031
24032 * gdb.base/consecutive-step-over.c: New file.
24033 * gdb.base/consecutive-step-over.exp: New file.
24034
06d97543
PA
240352014-04-22 Pedro Alves <palves@redhat.com>
24036
24037 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
24038 instead of send_gdb/gdb_expect.
24039
b4429ea2
YQ
240402014-04-22 Yao Qi <yao@codesourcery.com>
24041
24042 * lib/trace-support.exp (generate_tracefile): New procedure.
24043 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
24044 return 0.
24045 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
24046 if generate_tracefile returns 1.
24047
51d48146
PA
240482014-04-18 Tom Tromey <palves@redhat.com>
24049 Pedro alves <tromey@redhat.com>
24050
24051 PR backtrace/15558
24052 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
24053 with a backtrace limit.
24054 * gdb.python/py-frame-inline.exp: Test running to an inline
24055 function with a backtrace limit, and printing the newest frame.
24056 * gdb.python/py-frame-inline.c (main): Call f.
24057
bd1dce5f
MS
240582014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
24059
24060 * gdb.java/jnpe.exp: Drop srcdir from untested path.
24061
40d1a503
MS
240622014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
24063
24064 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
24065 Drop prefix from unsupported source file path.
24066
389b98f7
YQ
240672014-04-17 Yao Qi <yao@codesourcery.com>
24068
24069 * lib/gdb.exp (with_target_charset): New proc.
24070 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
24071 with_target_charset.
24072 (test_print_strings): Likewise.
24073 (test_repeat_bytes): Likewise.
24074 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
24075 for some tests.
24076
22869d73
KS
240772014-04-16 Keith Seitz <keiths@redhat.com>
24078
24079 PR gdb/15827
24080 * gdb.dwarf2/corrupt.c: New file.
24081 * gdb.dwarf2/corrupt.exp: New file.
24082
c4f87ca6
KS
240832014-04-16 Keith Seitz <keiths@redhat.com>
24084
24085 PR c++/16597
24086 * gdb.cp/namelessclass.cc: New file.
24087 * gdb.cp/namelessclass.exp: New file.
24088 * gdb.cp/namelessclass.S: New file.
24089
ab19de87
DE
240902014-04-16 Doug Evans <dje@google.com>
24091
24092 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
24093 Add comment.
24094 (gdbserver_default_get_comm_port): New function.
24095 (gdbserver_start): Check if board file provided
24096 "gdbserver,get_comm_port" and use it if so.
24097 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
24098 (gdb,socketport): Set to "stdio".
24099 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
24100 (stdio_gdbserver_template): Delete.
24101 (${board}_get_remote_address): Update.
24102 (${board}_build_remote_cmd): Delete.
24103 (${board}_get_comm_port): New function.
24104 (${board}_spawn): Update.
24105 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
24106 Delete.
24107 (${board}_get_remote_address): Update.
24108 (${board}_get_comm_port): New function.
24109
fc98a809
AB
241102014-04-16 Andrew Burgess <aburgess@broadcom.com>
24111
24112 * gdb.base/memattr.exp: Improve regexps to handle memory regions
24113 appearing in any order.
24114
87fd9e6e
DE
241152014-04-15 Doug Evans <dje@google.com>
24116
24117 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
24118 uninitialized value of "description".
24119
099fc3ea
KS
241202014-04-15 Keith Seitz <keiths@redhat.com>
24121
24122 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
24123 Remove unused globals.
24124 (test_running_the_program): Likewise.
24125 (test_controlled_execution): Likewise.
24126 (test_controlling_breakpoints): Likewise.
24127 (test_program_termination): Likewise.
24128
5da151d4
KS
241292014-04-15 Keith Seitz <keiths@redhat.com>
24130
24131 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
24132 unused globals.
24133 (test_rbreak_creation_and_listing): Likewise.
24134 (test_ignore_count): Likewise.
24135 (test_error): Likewise.
24136
35e5d2f0
PA
241372014-04-15 Pedro Alves <palves@redhat.com>
24138
24139 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
24140 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
24141 sym-file-loader.c.
24142 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
24143 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
24144 to sym-file-loader.c.
24145 (struct library): Forward declare.
24146 (load_shlib, lookup_function): Change prototypes.
24147 (find_shstrtab, find_strtab, find_shdr, find_symtab)
24148 (translate_offset): Remove declarations.
24149 (get_text_addr): New declaration.
24150 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
24151 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
24152 sym-file-loader.h.
24153 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
24154 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
24155 here from sym-file-loader.h.
24156 (struct library): New structure.
24157 (load_shlib, lookup_function): Change prototypes and adjust to
24158 work with a struct library.
24159 (find_shstrtab, find_strtab, find_shdr, find_symtab)
24160 (translate_offset): Make static.
24161 (get_text_addr): New function.
24162 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
24163
eb4c1710
PA
241642014-04-15 Pedro Alves <palves@redhat.com>
24165
24166 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
24167
2d1baf52
PA
241682014-04-15 Pedro Alves <palves@redhat.com>
24169
24170 * gdb.base/sym-file-loader.c: Include <limits.h>.
24171 (SELF_LINK): New define.
24172 (get_origin): New function.
24173 (load_shlib): Use it.
24174 * gdb.base/sym-file.exp: Don't early return if the target is
24175 remote. Use runto_main, and issue fail is that fails. Use
24176 gdb_load_shlibs.
24177 (shlib_name): Delete.
24178 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
24179
7dd6df01
PA
241802014-04-15 Pedro Alves <palves@redhat.com>
24181
24182 * gdb.base/sym-file.exp: Remove regex characters from test
24183 message. Don't refer to breakpoint numbers in test messages.
24184
b50c8614
KS
241852014-04-14 Keith Seitz <keiths@redhat.com>
24186
24187 PR c++/16253
24188 * gdb.cp/var-tag.cc: New file.
24189 * gdb.cp/var-tag.exp: New file.
24190 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
24191 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
24192 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
24193 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
24194
3d567982
TT
241952014-04-14 Tom Tromey <tromey@redhat.com>
24196
24197 * gdb.cp/classes.exp (test_enums): Handle underlying type.
24198 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
24199 type.
24200 * gdb.cp/enum-class.exp: New file.
24201 * gdb.cp/enum-class.cc: New file.
24202
0626fc76
TT
242032014-04-14 Tom Tromey <tromey@redhat.com>
24204
24205 * gdb.dwarf2/enum-type.exp: New file.
24206
dca325b3
SA
242072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24208
24209 * gdb.mi/mi-vla-c99.exp: New file.
24210 * gdb.mi/vla.c: New file.
24211
5854b38a
SA
242122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24213
24214 * gdb.base/vla-datatypes.c: New file.
24215 * gdb.base/vla-datatypes.exp: New file.
24216
463bb957
SA
242172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24218
24219 * gdb.base/vla-ptr.c: New file.
24220 * gdb.base/vla-ptr.exp: New file.
24221
3dd170be
SA
242222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24223
24224 * gdb.dwarf2/count.exp: New file.
24225
5ecaaa66
SA
242262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24227
24228 * gdb.base/vla-sideeffect.c: New file.
24229 * gdb.base/vla-sideeffect.exp: New file.
24230
41f1ada5
DB
242312014-04-14 David Blaikie <dblaikie@gmail.com>
24232
24233 * gdb.mi/non-stop.c: Add return value for non-void function return
24234 statement.
24235 * gdb.threads/staticthreads.c: Ditto.
24236
0be03e84
DE
242372014-04-12 Siva Chandra Reddy <sivachandra@google.com>
24238 Doug Evans <xdje42@gmail.com>
24239
24240 * gdb.guile/scm-value.c: Improve test case.
24241 * gdb.guile/scm-value.exp: Add new test.
24242
f180a1fb
DB
242432014-04-11 David Blaikie <dblaikie@gmail.com>
24244
24245 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
24246 override Clang's default.
24247
6b662e19
JB
242482014-04-11 Joel Brobecker <brobecker@adacore.com>
24249
24250 Revert the following changes (regressions):
24251
24252 * gdb.base/vla-sideeffect.c: New file.
24253 * gdb.base/vla-sideeffect.exp: New file.
24254
24255 * gdb.dwarf2/count.exp: New file.
24256
24257 * gdb.base/vla-multi.c: New file.
24258 * gdb.base/vla-multi.exp: New file.
24259
24260 * gdb.base/vla-ptr.c: New file.
24261 * gdb.base/vla-ptr.exp: New file.
24262
24263 * gdb.base/vla-datatypes.c: New file.
24264 * gdb.base/vla-datatypes.exp: New file.
24265
24266 * gdb.mi/mi-vla-c99.exp: New file.
24267 * gdb.mi/vla.c: New file.
24268
245a5f0b
KS
242692014-04-11 Keith Seitz <keiths@redhat.com>
24270
24271 PR c++/16675
24272 * gdb.cp/cpsizeof.exp: New file.
24273 * gdb.cp/cpsizeof.cc: New file.
24274
58a84dcf
SA
242752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24276
191a8a90
JB
24277 * gdb.mi/mi-vla-c99.exp: New file.
24278 * gdb.mi/vla.c: New file.
58a84dcf 24279
c8655f75
SA
242802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24281
24282 * gdb.base/vla-datatypes.c: New file.
24283 * gdb.base/vla-datatypes.exp: New file.
24284
024e13b4
SA
242852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24286
24287 * gdb.base/vla-ptr.c: New file.
24288 * gdb.base/vla-ptr.exp: New file.
24289
1a237e0e
SA
242902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24291
24292 * gdb.base/vla-multi.c: New file.
24293 * gdb.base/vla-multi.exp: New file.
24294
504f3432
SA
242952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24296
24297 * gdb.dwarf2/count.exp: New file.
24298
3bce8237
SA
242992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24300
191a8a90
JB
24301 * gdb.base/vla-sideeffect.c: New file.
24302 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 24303
322f9c21
YQ
243042014-04-11 Yao Qi <yao@codesourcery.com>
24305
24306 * gdb.base/completion.exp: Check file exists before running tests
24307 on file completion.
24308
d708bcd1
PA
243092014-04-10 Pedro Alves <palves@redhat.com>
24310
24311 * gdb.base/cond-eval-mode.c: New file.
24312 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
24313 prepare_for_testing to build the new file. Check result of
24314 runto_main.
24315 (test_break, test_watch): New procedures.
24316 (top level): Use them.
24317
ae1d2761
PM
243182014-04-08 Pierre Muller <muller@sourceware.org>
24319
24320 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
24321 Ctrl-V use for mingw hosts.
24322
7af389b8
SC
243232014-04-07 Siva Chandra Reddy <sivachandra@google.com>
24324
24325 * gdb.python/py-value.c: Improve test case.
24326 * gdb.python/py-value.exp: Add new test.
24327
5e703181
DE
243282014-04-07 David Blaikie <dblaikie@gmail.com>
24329
24330 * lib/compiler.c: Identify the clang compiler.
24331 * lib/compiler.cc: Ditto.
24332
9810b410
YQ
243332014-04-03 Yao Qi <yao@codesourcery.com>
24334
24335 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
24336
98d1b8dc
AB
243372014-04-01 Anton Blanchard <anton@samba.org>
24338
24339 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
24340 messages unique.
24341
3114cea1
AB
243422014-04-01 Anton Blanchard <anton@samba.org>
24343
24344 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
24345 prepare_for_testing.
24346
62f7182c
AB
243472014-04-01 Anton Blanchard <anton@samba.org>
24348
24349 * gdb.arch/ppc64-atomic-inst.c: Remove.
24350 * gdb.arch/ppc64-atomic-inst.S: New file.
24351 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
24352
770e7fc7
DE
243532014-03-31 Doug Evans <dje@google.com>
24354
24355 * gdb.base/print-symbol-loading-lib.c: New file.
24356 * gdb.base/print-symbol-loading-main.c: New file.
24357 * gdb.base/print-symbol-loading.exp: New file.
24358
46e2bafa
YQ
243592014-03-31 Yao Qi <yao@codesourcery.com>
24360
24361 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
24362
8776cfe9
JB
243632014-03-28 Joel Brobecker <brobecker@adacore.com>
24364
24365 * gdb.ada/mi_dyn_arr: New testcase.
24366
5d1ef361
DE
243672014-03-27 Doug Evans <dje@google.com>
24368
24369 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
24370
b5bee914
YQ
243712014-03-27 Yao Qi <yao@codesourcery.com>
24372
24373 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
24374 if target is nios2-*-*.
24375
0d4d0e77
YQ
243762014-03-26 Yao Qi <yao@codesourcery.com>
24377
24378 * lib/gdb.exp (readline_is_used): New proc.
24379 * gdb.base/completion.exp: Move tests on command complete up.
24380 Skip the rest of tests if readline is not used.
24381 * gdb.ada/complete.exp: Skp the test if readline is not
24382 used.
24383 * gdb.base/filesym.exp: Likewise.
24384 * gdb.base/macscp.exp: Likewise.
24385 * gdb.base/readline-ask.exp: Likewise.
24386 * gdb.base/readline.exp: Likewise.
24387 * gdb.python/py-cmd.exp: Likewise.
24388 * gdb.trace/tfile.exp: Likewise.
24389
29361eee
YQ
243902014-03-26 Yao Qi <yao@codesourcery.com>
24391
24392 * gdb.base/macscp.exp: Fix code format issues.
24393
bc9a5525
UW
243942014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
24395
24396 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
24397 * gdb.asm/powerpc64le.inc: New file.
24398
d3839ede
PA
243992014-03-25 Pedro Alves <palves@redhat.com>
24400 Doug Evans <dje@google.com>
24401
24402 * gdb.base/source-execution.c: New file.
24403 * gdb.base/source-execution.exp: New file.
24404 * gdb.base/source-execution.gdb: New file.
24405
01672a57
DE
244062014-03-24 Doug Evans <dje@google.com>
24407
24408 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
24409 using fission.
24410
88bbeca9
HZ
244112014-03-24 Hui Zhu <hui@codesourcery.com>
24412 Pedro Alves <palves@redhat.com>
24413
24414 PR breakpoints/16101
24415 * gdb.base/dprintf.exp: Use unsupported rather than changing the
24416 test pass/fail messages. Detect missing support for dprintf when
24417 breakpoints are actually inserted.
24418 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
24419 breakpoints are actually inserted.
24420 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
24421 fails.
24422
d2348791
JK
244232014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
24424
24425 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
24426
feef67ab
DE
244272014-03-22 Doug Evans <xdje42@gmail.com>
24428
24429 * gdb.python/python.exp (python not supported): Verify multi-line
24430 python command issues an error.
25d743f9 24431 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 24432 guile command issues an error.
feef67ab 24433
ecebef6a
MR
244342014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
24435
24436 * gdb.threads/thread-specific.exp: Handle the lack of usable
24437 $this_breakpoint and $this_thread.
24438
ccdd1909
HZ
244392014-03-21 Hui Zhu <hui@codesourcery.com>
24440
24441 * gdb.base/attach.exp (do_command_attach_tests): New.
24442
beb460e8
PA
244432014-03-20 Tom Tromey <tromey@redhat.com>
24444 Pedro Alves <palves@redhat.com>
24445
24446 PR cli/15718
24447 * gdb.base/condbreak-call-false.c: New file.
24448 * gdb.base/condbreak-call-false.exp: New file.
24449
40acf43a
PA
244502014-03-20 Pedro Alves <palves@redhat.com>
24451
24452 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
24453 Delete.
24454 (block_signals, unblock_signals): Delete.
24455 (child_function_2, main): Remove references to deleted variable
24456 and functions.
24457
9f5e1e02
PA
244582014-03-20 Pedro Alves <palves@redhat.com>
24459
24460 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
24461 Use pthread_kill to signal thread 2.
24462 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24463 Adjust to make the test send itself a signal rather than using the
24464 host's "kill" command.
24465
99619bea
PA
244662014-03-20 Pedro Alves <palves@redhat.com>
24467
24468 * gdb.threads/multiple-step-overs.c: New file.
24469 * gdb.threads/multiple-step-overs.exp: New file.
24470 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24471 Adjust expected infrun debug output.
24472
2adfaa28
PA
244732014-03-20 Pedro Alves <palves@redhat.com>
24474
24475 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
24476 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
24477
31e77af2
PA
244782014-03-20 Pedro Alves <palves@redhat.com>
24479
24480 PR breakpoints/7143
24481 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
24482 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
24483 of gdb_test_multiple.
24484 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
24485 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
24486
b9f437de
PA
244872014-03-20 Pedro Alves <palves@redhat.com>
24488
24489 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
24490 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
24491
05adc73e
PA
244922014-03-19 Pedro Alves <palves@redhat.com>
24493
24494 * gdb.base/async.exp: Remove early return.
24495
6048b950
PA
244962014-03-19 Pedro Alves <palves@redhat.com>
24497
24498 * gdb.base/async.exp (step& tests): Pass explicit test messages.
24499
8bcfb00a
PA
245002014-03-19 Pedro Alves <palves@redhat.com>
24501
24502 * gdb.base/async.exp (test_background): Expect \r\n after
24503 "completed." in the fail pattern.
24504
884e37dc
PA
245052014-03-19 Pedro Alves <palves@redhat.com>
24506
24507 * gdb.base/async.exp (test_background): New procedure.
24508 Use it for all background execution command tests.
24509
148e57e2
PA
245102014-03-19 Pedro Alves <palves@redhat.com>
24511
24512 * gdb.base/async.exp: Use prepare_for_testing.
24513
f48088c7
PA
245142014-03-19 Pedro Alves <palves@redhat.com>
24515
24516 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
24517 the same line.
24518
e2f6c966
PA
245192014-03-19 Pedro Alves <palves@redhat.com>
24520
24521 * gdb.base/async.c (main): Add "jump here" and "until here" line
24522 marker comments.
24523 * gdb.base/async.exp (jump_here): New global.
24524 (jump& test): Use it.
24525 (until_here): New global.
24526 (until& test): Use it.
24527
c30568d4
PA
245282014-03-19 Pedro Alves <palves@redhat.com>
24529
24530 * gdb.base/async.exp: Don't frob gdb_protocol.
24531
0172b6a7
DE
245322014-03-18 Doug Evans <xdje42@gmail.com>
24533
24534 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
24535 Fix spelling of exec-done-display.
24536
06c868a8
JK
245372014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
24538
24539 PR gdb/15358
24540 * gdb.base/gdb-sigterm.c: New file.
24541 * gdb.base/gdb-sigterm.exp: New file.
24542
0c7e1a46
PA
245432014-03-18 Pedro Alves <palves@redhat.com>
24544
24545 PR gdb/13860
24546 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
24547 * lib/mi-support.exp (mi_expect_stop): Add special handling for
24548 solib-event.
24549
f7c77d93
JB
245502014-03-17 Joel Brobecker <brobecker@adacore.com>
24551
24552 * gdb.ada/pckd_arr_ren: New testcase.
24553
5a1e8c7a
DE
245542014-03-13 Doug Evans <xdje42@gmail.com>
24555
24556 PR guile/16612
24557 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
24558 collect after discarding symbols.
24559
350e1a76
DE
245602014-03-13 Ludovic Courtès <ludo@gnu.org>
24561 Doug Evans <xdje42@gmail.com>
24562
24563 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
24564 to history survives a gc.
24565
a69900ae
PA
245662014-03-13 Pedro Alves <palves@redhat.com>
24567
24568 * gdb.base/default.exp: Don't test "target procfs".
24569
5db9f0bd
PA
245702014-03-13 Pedro Alves <palves@redhat.com>
24571
24572 * gdb.base/default.exp: Update "target child" and "target procfs"
24573 tests to not expect "Unix".
24574
b3ccfe11
TT
245752014-03-12 Tom Tromey <tromey@redhat.com>
24576
24577 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
24578 New procs. Add target-async tests.
24579 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
24580 Add target-async tests.
24581
646f4417
AA
245822014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24583
24584 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
24585 'func_start' and 'func_end' for the beginning and end of the
24586 function code, respectively.
24587 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24588 'func_end' instead of 'func' and 'main'.
24589
288c211f
AA
245902014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24591
24592 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24593 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24594 generate the debug info assembler source.
24595
e0c0f156
AA
245962014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24597
24598 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24599 * gdb.dwarf2/arr-subrange.exp: Likewise.
24600 * gdb.dwarf2/dwz.exp: Likewise.
24601 * gdb.dwarf2/method-ptr.exp: Likewise.
24602 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24603 * gdb.dwarf2/subrange.exp: Likewise.
24604 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24605 * gdb.dwarf2/implptrpiece.exp: Likewise.
24606 * gdb.dwarf2/nostaticblock.exp: Likewise.
24607
0e5c4555
AA
246082014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24609
24610 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24611 directory to absolute path name arguments.
24612
5ec18f2b
JG
246132014-03-10 Joel Brobecker <brobecker@adacore.com>
24614
24615 * gdb.ada/tagged_access: New testcase.
24616
847fc4f2
MM
246172014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24618
24619 * gdb.btrace/data.exp: Update expected output.
24620
cc3da688
YQ
246212014-03-06 Yao Qi <yao@codesourcery.com>
24622
24623 * gdb.trace/pr16508.exp: New file.
24624
0f26cec1
PA
246252014-03-05 Pedro Alves <palves@redhat.com>
24626
24627 PR gdb/16575
24628 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24629 procedure.
24630 (top level): Adjust to use it. Add tests that exercise breakpoint
24631 interaction with the code-cache.
24632
7a5a839f
LC
246332014-02-26 Ludovic Courtès <ludo@gnu.org>
24634
24635 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24636 test for 'history-append!'.
24637
31aa7e4e
JB
246382014-02-26 Joel Brobecker <brobecker@adacore.com>
24639
24640 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24641 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24642 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24643 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24644 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24645 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24646
1b588015
JB
246472014-02-26 Joel Brobecker <brobecker@adacore.com>
24648
24649 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24650 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24651 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24652
55426c9d
JB
246532014-02-26 Joel Brobecker <brobecker@adacore.com>
24654
24655 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24656
dc53a7ad
JB
246572014-02-26 Joel Brobecker <brobecker@adacore.com>
24658
24659 * gdb.dwarf2/arr-stride.c: New file.
24660 * gdb.dwarf2/arr-stride.exp: New file.
24661
12ab52e9
PA
246622014-02-26 Pedro Alves <palves@redhat.com>
24663
24664 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24665 that won't ever trigger. Make sure that GDB reports the correct
24666 breakpoint that caused the stop.
24667
849c862e
JK
246682014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24669
24670 PR gdb/16626
24671 * gdb.base/auto-load-script: New file.
24672 * gdb.base/auto-load.c: New file.
24673 * gdb.base/auto-load.exp: New file.
24674
71b7d793
JK
24675 PR gdb/16626
24676 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24677
e2f0d509
JK
246782014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24679
24680 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24681 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24682
50cc37c8
DE
246832014-02-24 Doug Evans <dje@google.com>
24684
24685 * lib/gdb.exp (run_on_host): Log error output if program fails.
24686
ea4758f2
PA
246872014-02-21 Pedro Alves <palves@redhat.com>
24688
24689 * gdb.threads/step-after-sr-lock.c: Rename to ...
24690 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24691 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24692 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24693 ... this.
24694
d7b30f67
SDJ
246952014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24696
24697 PR tdep/16397
24698 * gdb.arch/amd64-stap-special-operands.exp: New file.
24699 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24700 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24701 * gdb.arch/amd64-stap-triplet.S: Likewise.
24702 * gdb.arch/amd64-stap-triplet.c: Likewise.
24703
83deb43f
JB
247042014-02-20 Joel Brobecker <brobecker@adacore.com>
24705
24706 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24707 in .section pseudo-op.
24708
adde2bff
DE
247092014-02-20 lin zuojian <manjian2006@gmail.com>
24710 Joel Brobecker <brobecker@adacore.com>
24711 Doug Evans <xdje42@gmail.com>
24712
24713 PR symtab/16581
24714 * gdb.dwarf2/dw2-icycle.S: New file.
24715 * gdb.dwarf2/dw2-icycle.c: New file.
24716 * gdb.dwarf2/dw2-icycle.exp: New file.
24717
f7bd0f78
SC
247182014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24719
24720 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24721 operations on gdb.Value objects.
24722 * gdb.python/py-value-cc.exp: Add new test to test operations on
24723 gdb.Value objects.
24724
c17ef0d5
DE
247252014-02-18 Doug Evans <dje@google.com>
24726
24727 * Makefile.in (TESTS): New variable.
24728 (expanded_tests, expanded_tests_or_none): New variables
24729 (check-single): Pass $(expanded_tests_or_none) to runtest.
24730 (check-parallel): Only run tests in $(TESTS) if non-empty.
24731 (check/no-matching-tests-found): New rule.
24732 * README: Document TESTS makefile variable.
24733
5dd3176f
DE
247342014-02-18 Doug Evans <dje@google.com>
24735
24736 * Makefile.in (check-parallel): rm -rf outputs temp.
24737
0b10be4f
JK
247382014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24739
24740 Fix "ERROR: no fileid for" in the testsuite.
24741 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24742
85f224e7
DE
247432014-02-12 Doug Evans <dje@google.com>
24744
24745 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24746 (MISCELLANEOUS): New variable.
24747 (clean): rm -rf $(MISCELLANEOUS).
24748 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24749 dwp live in the same directory as symlinks, with each symlink pointed
24750 to a differently named file in a different directory.
24751
149b30ff
DE
247522014-02-11 Doug Evans <dje@google.com>
24753
24754 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24755 of Tcl file commands.
24756
1dfdac32
MK
247572014-02-10 Mark Kettenis <kettenis@gnu.org>
24758
24759 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24760 "kill -SIGUSR1 -1".
24761
aa4fb036
JB
247622014-02-10 Joel Brobecker <brobecker@adacore.com>
24763
24764 * gdb.ada/tick_length_array_enum_idx: New testcase.
24765
ed3ef339
DE
247662014-02-10 Doug Evans <xdje42@gmail.com>
24767
24768 * configure.ac (AC_OUTPUT): Add gdb.guile.
24769 * configure: Regenerate.
24770 * lib/gdb-guile.exp: New file.
24771 * lib/gdb.exp (get_target_charset): New function.
24772 * gdb.base/help.exp: Update expected output from "apropos apropos".
24773 * gdb.guile/Makefile.in: New file.
24774 * gdb.guile/guile.exp: New file.
24775 * gdb.guile/scm-arch.c: New file.
24776 * gdb.guile/scm-arch.exp: New file.
24777 * gdb.guile/scm-block.c: New file.
24778 * gdb.guile/scm-block.exp: New file.
24779 * gdb.guile/scm-breakpoint.c: New file.
24780 * gdb.guile/scm-breakpoint.exp: New file.
24781 * gdb.guile/scm-disasm.c: New file.
24782 * gdb.guile/scm-disasm.exp: New file.
24783 * gdb.guile/scm-equal.c: New file.
24784 * gdb.guile/scm-equal.exp: New file.
24785 * gdb.guile/scm-error.exp: New file.
24786 * gdb.guile/scm-error.scm: New file.
24787 * gdb.guile/scm-frame-args.c: New file.
24788 * gdb.guile/scm-frame-args.exp: New file.
24789 * gdb.guile/scm-frame-args.scm: New file.
24790 * gdb.guile/scm-frame-inline.c: New file.
24791 * gdb.guile/scm-frame-inline.exp: New file.
24792 * gdb.guile/scm-frame.c: New file.
24793 * gdb.guile/scm-frame.exp: New file.
24794 * gdb.guile/scm-generics.exp: New file.
24795 * gdb.guile/scm-gsmob.exp: New file.
24796 * gdb.guile/scm-iterator.c: New file.
24797 * gdb.guile/scm-iterator.exp: New file.
24798 * gdb.guile/scm-math.c: New file.
24799 * gdb.guile/scm-math.exp: New file.
24800 * gdb.guile/scm-objfile-script-gdb.in: New file.
24801 * gdb.guile/scm-objfile-script.c: New file.
24802 * gdb.guile/scm-objfile-script.exp: New file.
24803 * gdb.guile/scm-objfile.c: New file.
24804 * gdb.guile/scm-objfile.exp: New file.
24805 * gdb.guile/scm-ports.exp: New file.
24806 * gdb.guile/scm-pretty-print.c: New file.
24807 * gdb.guile/scm-pretty-print.exp: New file.
24808 * gdb.guile/scm-pretty-print.scm: New file.
24809 * gdb.guile/scm-section-script.c: New file.
24810 * gdb.guile/scm-section-script.exp: New file.
24811 * gdb.guile/scm-section-script.scm: New file.
24812 * gdb.guile/scm-symbol.c: New file.
24813 * gdb.guile/scm-symbol.exp: New file.
24814 * gdb.guile/scm-symtab-2.c: New file.
24815 * gdb.guile/scm-symtab.c: New file.
24816 * gdb.guile/scm-symtab.exp: New file.
24817 * gdb.guile/scm-type.c: New file.
24818 * gdb.guile/scm-type.exp: New file.
24819 * gdb.guile/scm-value-cc.cc: New file.
24820 * gdb.guile/scm-value-cc.exp: New file.
24821 * gdb.guile/scm-value.c: New file.
24822 * gdb.guile/scm-value.exp: New file.
24823 * gdb.guile/source2.scm: New file.
24824 * gdb.guile/types-module.cc: New file.
24825 * gdb.guile/types-module.exp: New file.
24826
7026a7c1
YQ
248272014-02-10 Yao Qi <yao@codesourcery.com>
24828
24829 PR testsuite/16543
24830 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24831 * configure: Regenerated.
24832 * Makefile.in: New file.
24833
6c466447
AS
248342014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24835
24836 * gdb.python/py-framefilter.exp: Fix typo.
24837
6e854735
YQ
248382014-02-08 Yao Qi <yao@codesourcery.com>
24839
24840 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24841 that no =breakpoint-modified is emitted when breakpoints are
24842 modified through MI commands.
24843
d137e6dc
PA
248442014-02-07 Pedro Alves <pedro@codesourcery.com>
24845 Pedro Alves <palves@redhat.com>
24846
24847 * gdb.threads/step-after-sr-lock.c: New file.
24848 * gdb.threads/step-after-sr-lock.exp: New file.
24849
b5ee5a50
PA
248502014-02-07 Pedro Alves <palves@redhat.com>
24851
24852 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24853
3c77faf3
JK
248542014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24855
24856 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24857 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24858
6dddc817
DE
248592014-02-06 Doug Evans <xdje42@gmail.com>
24860
24861 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24862 output.
24863
24864 * gdb.gdb/python-interrupts.exp: New file.
24865
de7b2893
YQ
248662014-02-05 Yao Qi <yao@codesourcery.com>
24867
24868 * gdb.trace/report.exp (use_collected_data): Test the output
24869 of "info threads" and "info inferiors".
24870
66d032ac
YQ
248712014-02-05 Yao Qi <yao@codesourcery.com>
24872
24873 Revert this patch:
24874
24875 2013-05-24 Yao Qi <yao@codesourcery.com>
24876
24877 * gdb.trace/tfile.exp: Test inferior and thread.
24878
591a12a1
UW
248792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24880
24881 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24882 on a function.
24883 * gdb.base/step-bt.c: Call hello via function pointer to make
24884 sure its first instruction is executed on powerpc64le-linux.
24885
0ff3e01f
UW
248862014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24887
24888 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24889
084ee545
UW
248902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24891
24892 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24893 of the test patterns for use on little-endian systems.
24894
6ed14ff3
UW
248952014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24896
24897 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24898 (decimal_vector): Fix for little-endian.
24899
401e27fd
JM
249002014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24901
24902 * gdb.arch/sparc-sysstep.exp: New file.
24903 * gdb.arch/sparc-sysstep.c: Likewise.
24904
24905 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24906
8b924729
EBM
249072014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24908
24909 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24910
fb151210
JB
249112014-01-23 Tom Tromey <tromey@redhat.com>
24912
24913 * gdb.ada/array_char_idx: New testcase.
24914
0740f8d8
TT
249152014-01-23 Tom Tromey <tromey@redhat.com>
24916
24917 PR python/16487:
24918 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24919 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24920 classes.
24921
21909fa1
TT
249222014-01-23 Tom Tromey <tromey@redhat.com>
24923
24924 PR python/16491:
24925 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24926 string from an inferior frame.
24927 * gdb.python/py-framefilter-mi.exp: Update.
24928
87ce2a04
DE
249292014-01-22 Doug Evans <dje@google.com>
24930
24931 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24932
237b092b
AA
249332014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24934
24935 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24936
d674a709
AA
249372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24938
24939 * gdb.trace/entry-values.exp: Remove excess space character from
24940 regex patterns. Handle s390 call instruction.
24941
20fa3390
AA
249422014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24943
24944 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24945 define "*_start" label. Make "name" static.
24946 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24947 ${name} by references to ${name}_start.
24948
78466714
AA
249492014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24950
24951 * gdb.base/info-macros.exp: Remove "debug" from the compile
24952 options.
24953
ec9f644a
IB
249542014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24955
24956 * gdb.dlang/demangle.exp: New file.
24957
94b1b47e
IB
249582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24959
24960 * gdb.dlang/primitive-types.exp: New file.
24961
7f420862
IB
249622014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24963
24964 * configure.ac: Create gdb.dlang/Makefile.
24965 * configure: Regenerate.
24966 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24967 * gdb.dlang/Makefile.in: New file.
24968 * lib/d-support.exp: New file.
24969 * lib/gdb.exp (skip_d_tests): New proc.
24970
52834460
MM
249712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24972
24973 * gdb.btrace/delta.exp: Check reverse stepi.
24974 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24975 * gdb.btrace/finish.exp: New.
24976 * gdb.btrace/next.exp: New.
24977 * gdb.btrace/nexti.exp: New.
24978 * gdb.btrace/record_goto.c: Add comments.
24979 * gdb.btrace/step.exp: New.
24980 * gdb.btrace/stepi.exp: New.
24981 * gdb.btrace/multi-thread-step.c: New.
24982 * gdb.btrace/multi-thread-step.exp: New.
24983 * gdb.btrace/rn-dl-bind.c: New.
24984 * gdb.btrace/rn-dl-bind.exp: New.
24985 * gdb.btrace/data.c: New.
24986 * gdb.btrace/data.exp: New.
24987 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24988
6e07b1d2
MM
249892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24990
24991 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24992 * gdb.btrace/exception.exp: Update.
24993 * gdb.btrace/instruction_history.exp: Update.
24994 * gdb.btrace/record_goto.exp: Update.
24995 * gdb.btrace/tailcall.exp: Update.
24996 * gdb.btrace/unknown_functions.exp: Update.
24997 * gdb.btrace/delta.exp: New.
24998
0b722aec
MM
249992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25000
25001 * gdb.btrace/record_goto.exp: Add backtrace test.
25002 * gdb.btrace/tailcall.exp: Add backtrace test.
25003
066ce621
MM
250042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25005
25006 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
25007 * gdb.btrace/record_goto.c: New.
25008 * gdb.btrace/record_goto.exp: New.
25009 * gdb.btrace/x86-record_goto.S: New.
25010
0688d04e
MM
250112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25012
25013 * gdb.btrace/function_call_history.exp: Update tests.
25014 * gdb.btrace/instruction_history.exp: Update tests.
25015
8710b709
MM
250162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25017
25018 * gdb.btrace/function_call_history.exp: Fix expected field
25019 order for "record function-call-history".
25020 Add new tests for "record function-call-history /c".
25021 * gdb.btrace/exception.cc: New.
25022 * gdb.btrace/exception.exp: New.
25023 * gdb.btrace/tailcall.exp: New.
25024 * gdb.btrace/x86-tailcall.S: New.
25025 * gdb.btrace/x86-tailcall.c: New.
25026 * gdb.btrace/unknown_functions.c: New.
25027 * gdb.btrace/unknown_functions.exp: New.
25028 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
25029
5de9129b
MM
250302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25031
25032 * gdb.btrace/instruction_history.exp: Update.
25033 * gdb.btrace/function_call_history.exp: Update.
25034
23a7fe75
MM
250352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25036
25037 * gdb.btrace/function_call_history.exp: Fix expected function
25038 trace.
25039 * gdb.btrace/instruction_history.exp: Initialize traced.
25040 Remove traced_functions.
25041
724c7dd8
MM
250422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25043
25044 * gdb.btrace/function_call_history.exp: Update
25045 * gdb.btrace/instruction_history.exp: Update.
25046
6d78d93b
MM
250472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25048
25049 * gdb.btrace/enable.exp: Update expected text.
25050
93a360cc
OJ
250512014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
25052
25053 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
25054 bytes.
25055
3772b53f
MR
250562014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
25057
25058 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
25059
596662fa
OJ
250602014-01-15 Omair Javaid <omair.javaid@linaro.org>
25061
25062 * lib/gdb.exp (supports_process_record): Return true for
25063 arm*-linux*. (supports_reverse): Likewise.
25064
b5b08fb4
SC
250652014-01-13 Siva Chandra Reddy <sivachandra@google.com>
25066
25067 PR python/15464
25068 PR python/16113
25069 * gdb.python/py-type.c: Enhance test case.
25070 * gdb.python/py-value-cc.cc: Likewise
25071 * gdb.python/py-type.exp: Add new tests.
25072 * gdb.python/py-value-cc.exp: Likewise
25073
52d7fb13
AA
250742014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
25075 Pedro Alves <palves@redhat.com>
25076
25077 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
25078 Make "name" extern.
25079 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
25080 references to ${name}_start by references to ${name}.
25081
a2cd8cfe
JB
250822014-01-10 Joel Brobecker <brobecker@adacore.com>
25083
25084 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
25085
4e23fced
JB
250862014-01-10 Joel Brobecker <brobecker@adacore.com>
25087
25088 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
25089
c6a9e42c
PA
250902014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
25091 Pedro Alves <palves@redhat.com>
25092
25093 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 25094 mi_gdb_target_load.
c6a9e42c 25095
b7ea362b
PA
250962014-01-08 Pedro Alves <palves@redhat.com>
25097
25098 * gdb.threads/reconnect-signal.c: New file.
25099 * gdb.threads/reconnect-signal.exp: New file.
25100
5e3f4fab
EBM
251012014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
25102
25103 * gdb.base/source-dir.exp: New file.
25104
79301218
JB
251052014-01-07 Joel Brobecker <brobecker@adacore.com>
25106
25107 * gdb.ada/mi_interface: New testcase.
25108
8e355c5d
JB
251092014-01-07 Joel Brobecker <brobecker@adacore.com>
25110
25111 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
25112 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
25113 gdb.ada/pp-rec-component/pck.ads: New files.
25114
c0d48811
JB
251152014-01-07 Joel Brobecker <brobecker@adacore.com>
25116
25117 * gdb.python/py-pp-integral.c: New file.
25118 * gdb.python/py-pp-integral.py: New file.
25119 * gdb.python/py-pp-integral.exp: New file.
25120
17b609c3 25121For older changes see ChangeLog-1993-2013.
c906108c 25122\f
8d8cb839
EZ
25123;; Local Variables:
25124;; mode: change-log
25125;; left-margin: 8
25126;; fill-column: 74
25127;; version-control: never
25128;; End:
902f2ccb 25129
88b9d363 25130 Copyright 2014-2022 Free Software Foundation, Inc.
902f2ccb
MC
25131 Copying and distribution of this file, with or without modification,
25132 are permitted provided the copyright notice and this notice are preserved.
This page took 4.560177 seconds and 4 git commands to generate.