Bump GDB version number to 11.2.90.DATE-git.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2022-01-16 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.base/default.exp: Change $_gdb_minor to 3.
4
5 2021-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
12 2021-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
20 2021-10-22 Tom de Vries <tdevries@suse.de>
21
22 PR tui/28483
23 * gdb.tui/break.exp: New file.
24
25 2021-09-13 Joel Brobecker <brobecker@adacore.com>
26
27 * gdb.base/default.exp: Change $_gdb_minor to 2.
28
29 2021-09-10 Tom de Vries <tdevries@suse.de>
30
31 * lib/gdb.exp (gdb_compile_test): Handle unrecognized command line
32 option.
33
34 2021-09-09 Tom de Vries <tdevries@suse.de>
35
36 * gdb.base/coredump-filter-build-id.exp: Handle older eu-unstrip.
37
38 2021-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
43 2021-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
52 2021-09-03 Tom de Vries <tdevries@suse.de>
53
54 * gdb.gdb/complaints.exp: Use untested if clear_complaints cannot
55 be found.
56
57 2021-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
62 2021-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
74 2021-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
79 2021-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
84 2021-08-23 Tom de Vries <tdevries@suse.de>
85
86 PR gdb/26880
87 * gdb.base/non-executable.exp: New file.
88
89 2021-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
97 2021-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
103 2021-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
109 2021-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
115 2021-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
123 2021-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
133 2021-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
139 2021-07-19 Tom Tromey <tromey@adacore.com>
140
141 PR gdb/28093
142 * gdb.base/langs.exp: Add tests.
143
144 2021-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
149 2021-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
155 2021-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
160 2021-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
165 2021-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
171 2021-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
177 2021-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
182 2021-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
192 2021-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
197 2021-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
206 2021-06-29 Simon Marchi <simon.marchi@polymtl.ca>
207
208 * gdb.dwarf2/dw2-reg-undefined.exp: Update regexp.
209
210 2021-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
217 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
218
219 * gdb.mi/mi-info-sources.exp: Add additional tests.
220
221 2021-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
229 2021-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
238 2021-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
246 2021-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
252 2021-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
259 2021-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
265 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 * gdb.guile/scm-breakpoint.exp (test_catchpoints): New proc.
268
269 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Add new tests.
272
273 gdb/testsuite/ChangeLog
274 2021-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
279 2021-06-25 Tom Tromey <tromey@adacore.com>
280
281 * gdb.ada/py_range.exp: Add type name test cases.
282
283 2021-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
288 2021-06-24 Tom de Vries <tdevries@suse.de>
289
290 * gdb.base/argv0-symlink.exp: Use with_test_prefix.
291
292 2021-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
301 2021-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
308 2021-06-22 Tom de Vries <tdevries@suse.de>
309
310 * gdb.dwarf2/imported-unit-c.exp: New file.
311
312 2021-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
320 2021-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
327 2021-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
333 2021-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
340 2021-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
345 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
346
347 * gdb.base/args.exp: Remove trailing parenthesis in test names.
348
349 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
350
351 * gdb.base/args.exp: Use $old_gdbflags in all tests.
352
353 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
354
355 * gdb.base/args.exp: Use save_vars.
356
357 2021-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
363 2021-06-11 Kevin Buettner <kevinb@redhat.com>
364
365 * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
366 timeout.
367
368 2021-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
373 2021-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
380 2021-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
386 2021-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
393 2021-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
407 2021-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
412 2021-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
417 2021-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
422 2021-06-10 Tom de Vries <tdevries@suse.de>
423
424 * gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
425
426 2021-06-09 Tom Tromey <tromey@adacore.com>
427
428 * README (Example): Update read1 example.
429
430 2021-06-09 Simon Marchi <simon.marchi@polymtl.ca>
431
432 * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
433
434 2021-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
450 2021-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
457 2021-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
463 2021-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
469 2021-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
474 2021-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
479 2021-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
484 2021-06-08 Tom de Vries <tdevries@suse.de>
485
486 * gdb.base/sect-cmd.exp: Fix saw_section_address_line regexp.
487
488 2021-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
493 2021-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
499 2021-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
504 2021-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
510 2021-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
515 2021-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
521 2021-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
526 2021-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
531 2021-06-05 Hannes Domani <ssbssa@yahoo.de>
532
533 * gdb.python/py-symbol.exp: Fix tests for Python 3.
534
535 2021-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
540 2021-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
549 2021-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
555 2021-06-03 Hannes Domani <ssbssa@yahoo.de>
556
557 * gdb.python/py-symbol.exp: Test symbol constants.
558
559 2021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
560
561 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
562
563 2021-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
570 2021-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
576 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
577
578 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
579
580 2021-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
588 2021-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
600 2021-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
606 2021-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
612 2021-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
618 2021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
619
620 * gdb.base/reverse-init-functions.exp: New.
621
622 2021-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
629 2021-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
635 2021-05-21 Tom de Vries <tdevries@suse.de>
636
637 PR testsuite/25047
638 * boards/cc-with-gnu-debuglink.exp: New file.
639
640 2021-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
646 2021-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
652 2021-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
657 2021-05-19 Tom de Vries <tdevries@suse.de>
658
659 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
660
661 2021-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
668 2021-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
673 2021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
674
675 * gdb.base/class-allocatable-array.exp: Modified test for clang.
676
677 2021-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
682 2021-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
688 2021-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
694 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
695
696 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
697
698 2021-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
707 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
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
712 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
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
728 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
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
734 2021-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
739 2021-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
744 2021-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
749 2021-05-11 Tom de Vries <tdevries@suse.de>
750
751 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
752
753 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
754
755 * gdb.fortran/array-element.exp: Breakpoint location is modified.
756
757 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
758
759 PR gdb/27614
760 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
761
762 2021-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
767 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
768
769 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
770 parameters.
771
772 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
773
774 * gdb.guile/guile.exp: Add an extra test.
775
776 2021-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
781 2021-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
786 2021-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
791 2021-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
806 2021-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
813 2021-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
818 2021-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
823 2021-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
829 2021-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
834 2021-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
839 2021-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
845 2021-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
852 2021-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
859 2021-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
864 2021-04-30 Tom de Vries <tdevries@suse.de>
865
866 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
867
868 2021-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
874 2021-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
879 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
880
881 * gdb.python/py-startup-opt.exp: New file.
882
883 2021-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
888 2021-04-27 Luis Machado <luis.machado@linaro.org>
889
890 * gdb.xml/tdesc-reload.exp: Pass -lbl.
891
892 2021-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
902 2021-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
909 2021-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
914 2021-04-26 Luis Machado <luis.machado@linaro.org>
915
916 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
917 comparison.
918
919 2021-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
930 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
931
932 * gdb.base/info_sources.exp: Add new tests.
933
934 2021-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
940 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
941
942 * gdb.python/flexible-array-member.exp: Add check for Python
943 support.
944
945 2021-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
955 2021-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
961 2021-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
970 2021-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
975 2021-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
980 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
981
982 * gdb.base/address_space_qualifier.exp: New file.
983
984 2021-04-19 Tom Tromey <tromey@adacore.com>
985
986 PR gdb/27742:
987 * gdb.opt/inline-locals.exp: Update kfail patterns.
988
989 2021-04-17 Tom Tromey <tom@tromey.com>
990
991 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
992
993 2021-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
998 2021-04-16 Tom Tromey <tom@tromey.com>
999
1000 * gdb.rust/simple.exp: Add parens to 'as' test.
1001
1002 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
1003
1004 * boards/simavr.exp: Set debug_flags.
1005
1006 2021-04-16 Luis Machado <luis.machado@linaro.org>
1007
1008 * gdb.dwarf2/dw2-bfloat16.exp: New file.
1009
1010 2021-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
1015 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
1016
1017 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
1018
1019 2021-04-15 Tom Tromey <tromey@adacore.com>
1020
1021 * gdb.dwarf2/arr-stride.exp: Add test.
1022
1023 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * gdb.base/startup-file.exp: Add more tests.
1026
1027 2021-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
1034 2021-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
1039 2021-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
1048 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1049
1050 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
1051
1052 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
1053
1054 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
1055
1056 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
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
1062 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
1063
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
1075 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
1076
1077 * gdb.arch/powerpc-power10.s: New test for instructions.
1078 * gdb.arch/powerpc-power10.exp: Harness to run the test.
1079
1080 2021-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
1085 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
1086
1087 * gdb.btrace/reconnect.exp: Relax expected stepi output.
1088
1089 2021-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
1095 2021-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
1100 2021-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
1109 2021-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
1114 2021-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
1146 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1147
1148 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
1149
1150 2021-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
1155 2021-04-06 Tom de Vries <tdevries@suse.de>
1156
1157 PR breakpoints/25884
1158 * gdb.opt/inline-cmds.exp: Remove kfail.
1159
1160 2021-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
1166 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
1167
1168 * lib/pdtrace.in: Fix obvious typo.
1169
1170 2021-03-31 Tom Tromey <tromey@adacore.com>
1171
1172 * lib/dwarf.exp (Dwarf::_get_args): New proc.
1173 (Dwarf::_location): Use it.
1174
1175 2021-03-31 Tom de Vries <tdevries@suse.de>
1176
1177 PR testsuite/27667
1178 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
1179
1180 2021-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
1188 2021-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
1193 2021-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
1198 2021-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
1205 2021-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
1214 2021-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
1229 2021-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
1234 2021-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
1240 2021-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
1247 2021-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
1254 2021-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
1260 2021-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
1265 2021-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
1273 2021-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
1278 2021-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
1283 2021-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
1290 2021-03-20 Tom Tromey <tom@tromey.com>
1291
1292 * gdb.base/maint.exp: Update "maint print statistics" output.
1293
1294 2021-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
1299 2021-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
1307 2021-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
1313 2021-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
1319 2021-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
1339 2021-03-15 Tom Tromey <tromey@adacore.com>
1340
1341 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
1342
1343 2021-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
1348 2021-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
1355 2021-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
1362 2021-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
1371 2021-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
1380 2021-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
1390 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1391
1392 * gdb.python/py-value-cc.exp: Remove a duplicate test.
1393
1394 2021-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
1399 2021-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
1404 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1405
1406 * gdb.python/py-lookup-type.exp: Remove duplicate test.
1407
1408 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * gdb.python/py-symtab.exp: Extend test names to make them
1411 unique.
1412
1413 2021-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
1418 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1419
1420 * gdb.python/py-block.exp: Give tests unique names.
1421
1422 2021-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
1427 2021-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
1432 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1433
1434 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
1435
1436 2021-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
1441 2021-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
1446 2021-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
1451 2021-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
1456 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1457
1458 * gdb.gdb/python-helper.exp: New file.
1459
1460 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
1461
1462 * gdb.fortran/intrinsics.exp: Add LOC tests.
1463
1464 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.fortran/shape.exp: New file.
1467 * gdb.fortran/shape.f90: New file.
1468
1469 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1470
1471 * gdb.fortran/size.exp: New file.
1472 * gdb.fortran/size.f90: New file.
1473
1474 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1475
1476 * gdb.fortran/rank.exp: New file.
1477 * gdb.fortran/rank.f90: New file.
1478
1479 2021-03-08 Tom Tromey <tom@tromey.com>
1480
1481 * gdb.fortran/debug-expr.exp: Update tests.
1482
1483 2021-03-08 Tom Tromey <tom@tromey.com>
1484
1485 * gdb.base/debug-expr.exp: Update expected dump output.
1486
1487 2021-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
1493 2021-03-05 Mark Wielaard <mark@klomp.org>
1494
1495 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
1496
1497 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
1498
1499 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
1500
1501 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1502
1503 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
1504
1505 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1506
1507 * gdb.btrace/non-stop.exp: Adjust expected source lines.
1508
1509 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1510
1511 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
1512
1513 2021-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
1519 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1520
1521 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
1522
1523 2021-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
1528 2021-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
1533 2021-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
1538 2021-03-02 Tom Tromey <tromey@adacore.com>
1539
1540 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
1541 encodings.
1542
1543 2021-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
1549 2021-02-26 Tom Tromey <tom@tromey.com>
1550
1551 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
1552
1553 2021-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
1558 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1559
1560 * lib/gdb.exp (use_gdb_stub): Extend comment.
1561
1562 2021-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
1569 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1570
1571 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1572
1573 2021-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
1580 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1581
1582 * gdb.fortran/associated.exp: New file.
1583 * gdb.fortran/associated.f90: New file.
1584
1585 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1586
1587 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1588
1589 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1590
1591 * gdb.base/sect-cmd.exp: Update expected results.
1592
1593 2021-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
1598 2021-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
1603 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1604
1605 * gdb.arch/riscv-default-tdesc.exp: New file.
1606
1607 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1608
1609 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1610
1611 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1612
1613 * gdb.arch/i386-biarch-core.exp: Add target check.
1614
1615 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1616
1617 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1618
1619 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1620
1621 * gdb.fortran/allocated.exp: New file.
1622 * gdb.fortran/allocated.f90: New file.
1623
1624 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1625
1626 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1627
1628 2021-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
1633 2021-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
1638 2021-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
1646 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
1647
1648 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1649 GDBFLAGS.
1650
1651 2021-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
1656 2021-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
1661 2021-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
1668 2021-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
1676 2021-02-08 Luis Machado <luis.machado@linaro.org>
1677
1678 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1679
1680 2021-02-08 Tom de Vries <tdevries@suse.de>
1681
1682 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1683
1684 2021-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
1690 2021-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
1698 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1699
1700 * gdb.tui/winheight.exp: Add more tests.
1701
1702 2021-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
1707 2021-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
1712 2021-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
1721 2021-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
1727 2021-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
1733 2021-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
1738 2021-02-05 Tom de Vries <tdevries@suse.de>
1739
1740 PR exp/27265
1741 * gdb.base/complex-parts.exp: Add tests.
1742
1743 2021-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
1748 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1749
1750 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1751
1752 2021-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
1757 2021-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
1762 2021-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
1767 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1768
1769 * gdb.base/scope.exp: Use proc_with_prefix.
1770
1771 2021-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
1780 2021-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
1788 2021-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
1798 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1799
1800 * lib/dwarf.exp (_location): Add parameters.
1801 (_handle_DW_FORM): Adjust.
1802
1803 2021-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
1812 2021-02-02 Tom de Vries <tdevries@suse.de>
1813
1814 PR symtab/24620
1815 * gdb.dwarf2/fission-reread.exp: Add test-case.
1816
1817 2021-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
1830 2021-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
1836 2021-01-29 Tom de Vries <tdevries@suse.de>
1837
1838 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1839
1840 2021-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
1846 2021-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
1852 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1853
1854 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1855
1856 2021-01-28 Tom de Vries <tdevries@suse.de>
1857
1858 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1859
1860 2021-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
1866 2021-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
1873 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1874
1875 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1876
1877 2021-01-26 Tom de Vries <tdevries@suse.de>
1878
1879 * gdb.threads/killed-outside.exp: Allow regular output.
1880
1881 2021-01-26 Tom de Vries <tdevries@suse.de>
1882
1883 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1884
1885 2021-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
1890 2021-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
1896 2021-01-25 Tom Tromey <tromey@adacore.com>
1897
1898 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1899
1900 2021-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
1905 2021-01-23 Tom Tromey <tom@tromey.com>
1906
1907 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1908
1909 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1910
1911 * gdb.base/line65535.exp: Fix test expectation.
1912
1913 2021-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
1953 2021-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
1960 2021-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
1969 2021-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
1974 2021-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
1979 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1980
1981 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1982
1983 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1984
1985 PR python/19151
1986 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1987
1988 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1989
1990 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1991
1992 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1993
1994 * lib/tuiterm.exp: Add links in comments.
1995
1996 2021-01-20 Tom de Vries <tdevries@suse.de>
1997
1998 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1999 offset.
2000
2001 2021-01-20 Tom de Vries <tdevries@suse.de>
2002
2003 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
2004
2005 2021-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
2010 2021-01-19 Tom de Vries <tdevries@suse.de>
2011
2012 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
2013 sequence.
2014
2015 2021-01-19 Tom de Vries <tdevries@suse.de>
2016
2017 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
2018
2019 2021-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
2024 2021-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
2030 2021-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
2035 2021-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
2041 2021-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
2060 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2061
2062 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
2063
2064 2021-01-12 Tom de Vries <tdevries@suse.de>
2065
2066 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
2067
2068 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2069
2070 * gdb.fortran/debug-expr.exp: Add new tests.
2071
2072 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2073
2074 * gdb.fortran/dot-ops.exp: Add new tests.
2075
2076 2021-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
2082 2021-01-09 Tom Tromey <tom@tromey.com>
2083
2084 * gdb.trace/ax.exp: Do not require an "ext".
2085
2086 2021-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
2093 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
2094
2095 PR gdb/27157
2096 * gdb.base/empty-host-env-vars.exp: New test.
2097
2098 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.base/completion.exp: Add a new test.
2101
2102 2021-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
2107 2021-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
2112 2021-01-07 Tom Tromey <tromey@adacore.com>
2113
2114 * gdb.ada/assign_arr.exp: Add 'others' test.
2115
2116 2021-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
2124 2021-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
2130 2021-01-04 Tom de Vries <tdevries@suse.de>
2131
2132 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
2133
2134 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
2135
2136
2137
2138 2021-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
2159 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
2160
2161 * gdb.server/server-run.exp: Use clean_restart.
2162
2163 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
2164
2165 * gdb.server/ext-run.exp: Use clean_restart.
2166
2167 2021-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
2172 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
2173
2174 * gdb.server/solib-list.exp: Use clean_restart.
2175
2176 2021-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
2181 2020-12-31 Tom Tromey <tom@tromey.com>
2182
2183 * gdb.rust/simple.exp: Update output for Rust 1.49.
2184
2185 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
2186
2187 * gdb.cp/step-and-next-inline.exp: Fix test case.
2188
2189 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
2190
2191 * gdb.python/py-frame-args.exp: De-duplicate test names.
2192
2193 2020-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
2199 2020-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
2204 2020-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
2209 2020-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
2215 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2216
2217 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
2218
2219 2020-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
2224 2020-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
2237 2020-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
2245 2020-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
2250 2020-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
2258 2020-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
2266 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
2267
2268 * gdb.python/py-format-string.exp: Add tests for address keyword.
2269
2270 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
2271
2272 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
2273
2274 2020-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
2279 2020-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
2286 2020-12-16 Tom de Vries <tdevries@suse.de>
2287
2288 * gdb.base/batch-preserve-term-settings.exp:
2289
2290 2020-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
2295 2020-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
2302 2020-12-15 Rae Kim <rae.kim@gmail.com>
2303
2304 * gdb.base/document.exp: New test.
2305
2306 2020-12-15 Tom Tromey <tromey@adacore.com>
2307
2308 * gdb.base/style.exp: Add deprecation tests.
2309
2310 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
2311
2312 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
2313
2314 2020-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
2319 2020-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
2325 2020-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
2340 2020-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
2345 2020-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
2351 2020-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
2357 2020-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
2362 2020-12-14 Tom Tromey <tromey@adacore.com>
2363
2364 * gdb.dwarf2/ada-thick-pointer.exp: New file.
2365
2366 2020-12-14 Tom Tromey <tromey@adacore.com>
2367
2368 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
2369
2370 2020-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
2376 2020-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
2382 2020-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
2387 2020-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
2392 2020-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
2403 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb.base/commands.exp: Update expected results.
2406
2407 2020-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
2413 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2414
2415 * gdb.base/completion.exp: Add additional tests.
2416
2417 2020-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
2424 2020-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
2429 2020-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
2435 2020-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
2441 2020-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
2447 2020-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
2452 2020-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
2457 2020-12-07 Pedro Alves <pedro@palves.net>
2458
2459 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
2460 'additional_flags' variable.
2461
2462 2020-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
2467 2020-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
2472 2020-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
2481 2020-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
2487 2020-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
2495 2020-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
2500 2020-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
2506 2020-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
2511 2020-12-04 Tom de Vries <tdevries@suse.de>
2512
2513 * gdb.reverse/insn-reverse.exp: Fix count handling.
2514
2515 2020-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
2520 2020-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
2529 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2530
2531 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
2532
2533 2020-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
2538 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2539
2540 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
2541
2542 2020-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
2553 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2554
2555 * gdb.threads/non-ldr-exit.exp: Fix comment.
2556
2557 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2558
2559 * gdb.xml/maint-xml-dump-03.xml: New file.
2560
2561 2020-11-30 Tom de Vries <tdevries@suse.de>
2562
2563 PR symtab/26905
2564 * gdb.dwarf2/count.exp: Remove kfails.
2565
2566 2020-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
2571 2020-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
2577 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
2578
2579 * lib/gdb.exp (gdb_assert): Show error message on error.
2580
2581 2020-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
2587 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2588
2589 * gdb.base/template.exp: New.
2590 * gdb.base/template.c: New.
2591
2592 2020-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
2598 2020-11-21 Tom de Vries <tdevries@suse.de>
2599
2600 * gdb.base/vla-ptr.exp: Add XFAIL.
2601
2602 2020-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
2612 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2613
2614 * gdb.base/completion.exp: Add new completion tests.
2615
2616 2020-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
2625 2020-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
2630 2020-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
2635 2020-11-17 Gary Benson <gbenson@redhat.com>
2636
2637 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2638 __attribute__ ((used)).
2639
2640 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2641
2642 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2643
2644 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2645
2646 * gdb.base/completion.exp: Add new tests.
2647
2648 2020-11-16 Tom Tromey <tromey@adacore.com>
2649
2650 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2651 tests.
2652
2653 2020-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
2660 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2661
2662 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2663
2664 2020-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
2669 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2670
2671 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2672
2673 2020-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
2684 2020-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
2690 2020-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
2695 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2696
2697 * gdb.fortran/types.exp: Add more tests.
2698
2699 2020-11-12 Tom Tromey <tom@tromey.com>
2700
2701 PR rust/26799:
2702 * gdb.rust/traits.exp: Remove kfails.
2703
2704 2020-11-12 Gary Benson <gbenson@redhat.com>
2705
2706 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2707 statement.
2708
2709 2020-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
2715 2020-11-10 Tom Tromey <tromey@adacore.com>
2716
2717 * gdb.ada/bias.exp: Update.
2718 * gdb.ada/bias/bias.adb (X): Change value.
2719
2720 2020-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
2725 2020-11-10 Gary Benson <gbenson@redhat.com>
2726
2727 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2728
2729 2020-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
2736 2020-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
2750 2020-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
2763 2020-11-04 Tom Tromey <tromey@adacore.com>
2764
2765 * gdb.ada/funcall_ref.exp: Update.
2766 * gdb.ada/var_rec_arr.exp: Update.
2767
2768 2020-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
2774 2020-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
2782 2020-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
2789 2020-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
2797 2020-11-04 Tom Tromey <tromey@adacore.com>
2798
2799 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2800
2801 2020-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
2812 2020-11-04 Tom Tromey <tromey@adacore.com>
2813
2814 * gdb.ada/mod_from_name.exp: Test printing slice.
2815
2816 2020-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
2848 2020-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
2856 2020-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
2863 2020-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
2868 2020-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
2874 2020-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
2880 2020-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
2888 2020-11-02 Tom de Vries <tdevries@suse.de>
2889
2890 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2891
2892 2020-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
2898 2020-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
2903 2020-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
2908 2020-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
2917 2020-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
2923 2020-10-29 Tom de Vries <tdevries@suse.de>
2924
2925 * gdb.threads/tls.exp: Fix DUPLICATEs.
2926
2927 2020-10-28 Tom de Vries <tdevries@suse.de>
2928
2929 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2930
2931 2020-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
2936 2020-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
2941 2020-10-28 Tom de Vries <tdevries@suse.de>
2942
2943 * gdb.base/relocate.exp: Update regexp for -readnow.
2944
2945 2020-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
2950 2020-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
2956 2020-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
2962 2020-10-28 Tom de Vries <tdevries@suse.de>
2963
2964 * gdb.cp/nsalias.exp: Fix typo in test name.
2965
2966 2020-10-28 Tom de Vries <tdevries@suse.de>
2967
2968 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2969
2970 2020-10-28 Tom de Vries <tdevries@suse.de>
2971
2972 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2973 -readnow.
2974
2975 2020-10-27 Tom de Vries <tdevries@suse.de>
2976
2977 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2978
2979 2020-10-27 Tom de Vries <tdevries@suse.de>
2980
2981 * gdb.base/maint.exp: Update for -readnow.
2982
2983 2020-10-27 Tom de Vries <tdevries@suse.de>
2984
2985 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2986 -readnow.
2987
2988 2020-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
2994 2020-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
2999 2020-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
3004 2020-10-27 Tom de Vries <tdevries@suse.de>
3005
3006 * gdb.base/list-ambiguous-readnow.exp: New file.
3007
3008 2020-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
3017 2020-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
3022 2020-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
3030 2020-10-26 Tom de Vries <tdevries@suse.de>
3031
3032 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
3033
3034 2020-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
3041 2020-10-26 Tom de Vries <tdevries@suse.de>
3042
3043 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
3044
3045 2020-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
3051 2020-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
3059 2020-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
3082 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
3083
3084 PR gdb/26693
3085 * gdb.dwarf2/template-specification-full-name.exp: New test.
3086
3087 2020-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
3093 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * gdb.fortran/array-slices.exp: Add a new test.
3096
3097 2020-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
3102 2020-10-20 Tom de Vries <tdevries@suse.de>
3103
3104 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
3105
3106 2020-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
3129 2020-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
3135 2020-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
3145 2020-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
3151 2020-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
3156 2020-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
3229 2020-10-16 Tom de Vries <tdevries@suse.de>
3230
3231 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
3232
3233 2020-10-16 Tom de Vries <tdevries@suse.de>
3234
3235 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
3236
3237 2020-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
3244 2020-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
3250 2020-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
3299 2020-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
3310 2020-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
3325 2020-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
3385 2020-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
3391 2020-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
3407 2020-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
3416 2020-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
3430 2020-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
3447 2020-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
3452 2020-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
3458 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
3459
3460 PR exp/26714
3461 * gdb.base/printcmds.exp: Add tests for void results.
3462
3463 2020-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
3468 2020-10-08 Tom Tromey <tom@tromey.com>
3469
3470 * gdb.base/style.exp: Check that "main"'s name is styled.
3471
3472 2020-10-07 Tom Tromey <tromey@adacore.com>
3473
3474 * gdb.base/find.exp: Rename some tests.
3475
3476 2020-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
3481 2020-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
3487 2020-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
3495 2020-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
3500 2020-10-02 Gary Benson <gbenson@redhat.com>
3501
3502 * README: Fix "paralell".
3503
3504 2020-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
3512 2020-09-27 Tom Tromey <tom@tromey.com>
3513
3514 * gdb.tui/new-layout.exp: Use with_test_prefix.
3515
3516 2020-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
3522 2020-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
3528 2020-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
3533 2020-09-24 Tom Tromey <tromey@adacore.com>
3534
3535 PR tui/26638:
3536 * gdb.tui/list.exp: Check output of "focus next".
3537
3538 2020-09-23 Tom Tromey <tom@tromey.com>
3539
3540 * gdb.dwarf2/intbits.exp: New file.
3541 * gdb.dwarf2/intbits.c: New file.
3542
3543 2020-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
3548 2020-09-20 Pedro Alves <pedro@palves.net>
3549
3550 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
3551 fails.
3552
3553 2020-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
3561 2020-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
3570 2020-09-18 Pedro Alves <pedro@palves.net>
3571
3572 PR gdb/26631
3573 * gdb.multi/multi-target-thread-find.exp: New file.
3574
3575 2020-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
3591 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3592
3593 * gdb.fortran/array-slices.exp: Add missing message data.
3594
3595 2020-09-17 Pedro Alves <pedro@palves.net>
3596
3597 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3598
3599 2020-09-17 Pedro Alves <pedro@palves.net>
3600
3601 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3602 full prototype.
3603
3604 2020-09-17 Pedro Alves <pedro@palves.net>
3605
3606 * gdb.python/py-as-string.c: Add cast.
3607
3608 2020-09-17 Pedro Alves <pedro@palves.net>
3609
3610 * gdb.base/sizeof.c (fill): Add cast.
3611
3612 2020-09-17 Pedro Alves <pedro@palves.net>
3613
3614 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3615
3616 2020-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
3625 2020-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
3634 2020-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
3639 2020-09-17 Pedro Alves <pedro@palves.net>
3640
3641 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3642
3643 2020-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
3652 2020-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
3659 2020-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
3666 2020-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
3671 2020-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
3680 2020-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
3685 2020-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
3690 2020-09-17 Pedro Alves <pedro@palves.net>
3691
3692 * gdb.base/display.exp: Issue "set print asm-demangle on".
3693
3694 2020-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
3700 2020-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
3706 2020-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
3717 2020-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
3723 2020-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
3728 2020-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
3733 2020-09-16 Tom de Vries <tdevries@suse.de>
3734
3735 PR testsuite/26618
3736 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3737
3738 2020-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
3744 2020-09-14 Tom de Vries <tdevries@suse.de>
3745
3746 * gdb.rust/traits.exp: Fix PATH warning.
3747
3748 2020-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
3807 2020-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
3812 2020-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
3819 2020-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
3826 2020-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
3836 2020-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
3844 2020-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
3856 2020-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
3866 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3867
3868 * gdb.base/default.exp: Change $_gdb_major to 11.
3869
3870 2020-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
3877 2020-09-11 Tom de Vries <tdevries@suse.de>
3878
3879 PR exp/26602
3880 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3881
3882 2020-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
3886 2020-09-10 Alan Modra <amodra@gmail.com>
3887
3888 PR 26597
3889 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3890
3891 2020-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
3896 2020-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
3904 2020-09-03 Tom de Vries <tdevries@suse.de>
3905
3906 PR breakpoint/26546
3907 * gdb.base/label-without-address.exp: Runto main first.
3908
3909 2020-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
3915 2020-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
3920 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3921
3922 * gdb.base/corefile2.exp (renamed binfile): New tests.
3923
3924 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3925
3926 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3927
3928 2020-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
3933 2020-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
3939 2020-08-31 Tom de Vries <tdevries@suse.de>
3940
3941 * gdb.base/eh_return.exp: Use nopie.
3942
3943 2020-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
3949 2020-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
3954 2020-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
3961 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3962
3963 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3964
3965 2020-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
3980 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3981
3982 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3983
3984 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3985
3986 PR gdb/26532
3987 * gdb.threads/stepi-random-signal.exp: Update pattern.
3988
3989 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3990
3991 PR gdb/26532
3992 * gdb.base/ui-redirect.exp: Update pattern.
3993
3994 2020-08-25 Gary Benson <gbenson@redhat.com>
3995
3996 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3997 when compiling with clang.
3998 * gdb.dwarf2/dw2-restore.exp: Likewise.
3999
4000 2020-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
4007 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
4008
4009 PR m2/26372
4010 * gdb.modula2/multidim.c: New file.
4011 * gdb.modula2/multidim.exp: New file.
4012
4013 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
4014
4015 * lib/gdb.exp (runto): Always emit fail on internal error.
4016
4017 2020-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
4024 2020-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
4029 2020-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
4034 2020-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
4040 2020-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
4047 2020-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
4053 2020-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
4058 2020-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
4064 2020-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
4084 2020-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
4231 2020-08-12 Gary Benson <gbenson@redhat.com>
4232
4233 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
4234
4235 2020-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
4240 2020-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
4247 2020-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
4253 2020-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
4260 2020-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
4267 2020-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
4272 2020-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
4281 2020-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
4286 2020-07-29 Tom de Vries <tdevries@suse.de>
4287
4288 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
4289 multiple locations.
4290
4291 2020-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
4296 2020-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
4302 2020-07-28 Tom Tromey <tromey@adacore.com>
4303
4304 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
4305 'varval' location.
4306
4307 2020-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
4312 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4313
4314 * gdb.python/py-arch-reg-names.exp: Add additional tests.
4315
4316 2020-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
4325 2020-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
4331 2020-07-24 Tom de Vries <tdevries@suse.de>
4332
4333 PR testsuite/26293
4334 * gdb.ada/mi_prot.exp: Require gnatmake-8.
4335
4336 2020-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
4344 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
4345
4346 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
4347
4348 2020-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
4359 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4360
4361 * gdb.base/corefile2.exp: New file.
4362 * gdb.base/coremaker2.exp: New file.
4363
4364 2020-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
4371 2020-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
4378 2020-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
4387 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4388
4389 * gdb.base/coremaker.c (filler_ro): New global constant.
4390
4391 2020-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
4398 2020-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
4403 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4404
4405 * gdb.python/py-arch-reg-groups.exp: Additional tests.
4406
4407 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4408
4409 * gdb.python/py-arch-reg-names.exp: Additional tests.
4410
4411 2020-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
4417 2020-07-21 Tom de Vries <tdevries@suse.de>
4418
4419 * gdb.reverse/step-reverse.c (callee): Merge statements.
4420
4421 2020-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
4426 2020-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
4432 2020-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
4437 2020-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
4443 2020-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
4448 2020-07-20 Gary Benson <gbenson@redhat.com>
4449
4450 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
4451 with clang.
4452
4453 2020-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
4461 2020-07-20 Tom de Vries <tdevries@suse.de>
4462
4463 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
4464
4465 2020-07-20 Tom de Vries <tdevries@suse.de>
4466
4467 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
4468
4469 2020-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
4475 2020-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
4500 2020-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
4520 2020-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
4534 2020-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
4539 2020-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
4544 2020-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
4557 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4558
4559 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4560 generic.
4561
4562 2020-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
4567 2020-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
4572 2020-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
4577 2020-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
4589 2020-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
4595 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4596
4597 * gdb.base/info_sources.exp: Skip directory match tests on
4598 remote hosts.
4599
4600 2020-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
4605 2020-07-13 Gary Benson <gbenson@redhat.com>
4606
4607 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4608
4609 2020-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
4618 2020-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
4627 2020-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
4634 2020-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
4640 2020-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
4648 2020-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
4653 2020-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
4662 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4663
4664 * gdb.python/py-arch-reg-groups.exp: New file.
4665
4666 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4667
4668 * gdb.python/py-arch-reg-names.exp: New file.
4669
4670 2020-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
4675 2020-07-06 Tom de Vries <tdevries@suse.de>
4676
4677 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4678
4679 2020-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
4685 2020-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
4690 2020-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
4705 2020-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
4710 2020-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
4723 2020-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
4729 2020-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
4735 2020-06-29 Tom de Vries <tdevries@suse.de>
4736
4737 * lib/gdb.exp (unknown): Make test-case unresolved.
4738
4739 2020-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
4745 2020-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.
4749 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
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
4756 2020-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
4766 2020-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
4775 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4776
4777 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4778
4779 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4780
4781 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4782
4783 2020-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
4791 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4792
4793 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4794
4795 2020-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
4802 2020-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
4812 2020-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
4817 2020-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
4825 2020-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
4830 2020-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
4842 2020-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
4853 2020-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
4865 2020-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
4870 2020-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
4879 2020-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
4884 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4885
4886 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4887 for remote host.
4888
4889 2020-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
4896 2020-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
4907 2020-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
4912 2020-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
4931 2020-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
4938 2020-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
4943 2020-06-17 Keith Seitz <keiths@redhat.com>
4944
4945 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4946 when executing "gdb --configuration".
4947
4948 2020-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
4956 2020-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
4962 2020-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
4968 2020-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
4975 2020-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
4988 2020-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
5014 2020-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
5020 2020-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
5026 2020-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
5038 2020-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
5043 2020-06-10 Tom de Vries <tdevries@suse.de>
5044
5045 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
5046
5047 2020-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
5052 2020-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
5058 2020-06-04 Tom de Vries <tdevries@suse.de>
5059
5060 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
5061
5062 2020-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
5067 2020-06-04 Tom de Vries <tdevries@suse.de>
5068
5069 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
5070
5071 2020-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
5079 2020-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
5087 2020-06-02 Tom de Vries <tdevries@suse.de>
5088
5089 * gdb.dwarf2/multidictionary.exp: Don't use
5090 gdb_spawn_with_cmdline_opts.
5091
5092 2020-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
5103 2020-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
5108 2020-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
5115 2020-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
5121 2020-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
5127 2020-05-28 Gary Benson <gbenson@redhat.com>
5128
5129 * gdb.base/sigaltstack.c (catcher): Add default case to switch
5130 statement.
5131
5132 2020-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
5139 2020-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
5145 2020-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
5153 2020-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
5178 2020-05-26 Tom Tromey <tromey@adacore.com>
5179
5180 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
5181
5182 2020-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
5190 2020-05-26 Christian Biesinger <cbiesinger@google.com>
5191
5192 * Makefile.in: Use = instead of == for the test command
5193 for portability.
5194
5195 2020-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
5202 2020-05-25 Tom de Vries <tdevries@suse.de>
5203
5204 * boards/gold-gdb-index.exp: New file.
5205
5206 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
5207
5208 * boards/simavr.exp: New file.
5209
5210 2020-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
5216 2020-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
5232 2020-05-25 Tom de Vries <tdevries@suse.de>
5233
5234 * lib/gdb.exp (exec_is_pie): Add comment.
5235
5236 2020-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
5241 2020-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
5246 2020-05-25 Tom de Vries <tdevries@suse.de>
5247
5248 * boards/gold.exp: New file.
5249
5250 2020-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
5255 2020-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
5260 2020-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
5267 2020-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
5277 2020-05-20 Tom Tromey <tromey@adacore.com>
5278
5279 * gdb.ada/array_char_idx.exp: Recognize initialized array.
5280
5281 2020-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
5288 2020-05-19 Tom Tromey <tromey@adacore.com>
5289
5290 * gdb.rust/simple.exp: Restore missing test result.
5291
5292 2020-05-19 Tom de Vries <tdevries@suse.de>
5293
5294 * gdb.base/gdb-caching-proc.exp: Fix typo.
5295
5296 2020-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
5301 2020-05-18 Tom de Vries <tdevries@suse.de>
5302
5303 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
5304
5305 2020-05-17 Pedro Alves <palves@redhat.com>
5306
5307 PR gdb/25741
5308 * gdb.base/hw-sw-break-same-address.exp: New file.
5309
5310 2020-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
5315 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5316
5317 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
5318
5319 2020-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
5325 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5326
5327 * gdb.base/alias.exp: Update help output check.
5328
5329 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5330
5331 * gdb.base/default.exp: Update output following fixes.
5332
5333 2020-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
5338 2020-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
5358 2020-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
5366 2020-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
5409 2020-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
5414 2020-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
5420 2020-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
5428 2020-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
5433 2020-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
5458 2020-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
5466 2020-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
5471 2020-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
5476 2020-05-12 Tom de Vries <tdevries@suse.de>
5477
5478 * gdb.base/jit-elf.exp: Fix string concat.
5479
5480 2020-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
5485 2020-05-12 Tom de Vries <tdevries@suse.de>
5486
5487 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
5488
5489 2020-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
5495 2020-05-12 Tom de Vries <tdevries@suse.de>
5496
5497 * gdb.fortran/complex.exp: Use with_test_prefix.
5498
5499 2020-05-12 Tom de Vries <tdevries@suse.de>
5500
5501 * gdb.trace/passcount.exp: Fix test-names.
5502
5503 2020-05-12 Tom de Vries <tdevries@suse.de>
5504
5505 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
5506
5507 2020-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
5513 2020-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
5521 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
5522
5523 * gdb.base/jit-so.exp (one_jit_test): Change test name.
5524
5525 2020-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
5535 2020-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
5540 2020-05-11 Tom de Vries <tdevries@suse.de>
5541
5542 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
5543
5544 2020-05-11 Keith Seitz <keiths@redhat.com>
5545
5546 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
5547
5548 2020-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
5555 2020-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
5574 2020-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
5585 2020-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
5628 2020-05-09 Tom de Vries <tdevries@suse.de>
5629
5630 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5631
5632 2020-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
5637 2020-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
5642 2020-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
5648 2020-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
5653 2020-05-06 Tom de Vries <tdevries@suse.de>
5654
5655 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5656
5657 2020-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
5662 2020-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
5667 2020-05-06 Tom de Vries <tdevries@suse.de>
5668
5669 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5670 void.
5671
5672 2020-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
5680 2020-05-06 Tom de Vries <tdevries@suse.de>
5681
5682 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5683
5684 2020-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
5689 2020-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
5695 2020-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
5704 2020-05-02 Tom de Vries <tdevries@suse.de>
5705
5706 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5707
5708 2020-05-01 Tom de Vries <tdevries@suse.de>
5709
5710 * gdb.ada/operator_bp.exp: Allow more than required amount of
5711 breakpoint.
5712
5713 2020-05-01 Tom de Vries <tdevries@suse.de>
5714
5715 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5716
5717 2020-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
5725 2020-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
5730 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5731
5732 * gdb.base/break.exp: Use with_test_prefix.
5733
5734 2020-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
5740 2020-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
5746 2020-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
5753 2020-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
5759 2020-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
5764 2020-04-28 Tom de Vries <tdevries@suse.de>
5765
5766 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5767
5768 2020-04-28 Tom de Vries <tdevries@suse.de>
5769
5770 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5771
5772 2020-04-28 Tom de Vries <tdevries@suse.de>
5773
5774 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5775
5776 2020-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
5781 2020-04-25 Tom de Vries <tdevries@suse.de>
5782
5783 * boards/debug-types.exp: New file.
5784
5785 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5786
5787 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5788
5789 2020-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
5799 2020-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
5806 2020-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
5811 2020-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
5821 2020-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
5827 2020-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
5838 2020-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
5844 2020-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
5850 2020-04-24 Tom de Vries <tdevries@suse.de>
5851
5852 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5853
5854 2020-04-24 Tom de Vries <tdevries@suse.de>
5855
5856 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5857 flags.
5858
5859 2020-04-24 Tom de Vries <tdevries@suse.de>
5860
5861 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5862
5863 2020-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
5870 2020-04-23 Tom de Vries <tdevries@suse.de>
5871
5872 * gdb.base/decl-before-def.exp: Run to main and print a again.
5873
5874 2020-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
5880 2020-04-23 Tom de Vries <tdevries@suse.de>
5881
5882 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5883
5884 2020-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
5891 2020-04-22 Tom de Vries <tdevries@suse.de>
5892
5893 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5894
5895 2020-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
5904 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5905
5906 * gdb.base: Rename all jit related test and source files.
5907
5908 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5909
5910 * gdb.base/jit-reader.exp: Relax register output check.
5911
5912 2020-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
5920 2020-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
5926 2020-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
5932 2020-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
5937 2020-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
5942 2020-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
5947 2020-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
5952 2020-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
5958 2020-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
5964 2020-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
5970 2020-04-20 Gary Benson <gbenson@redhat.com>
5971
5972 * gdb.cp/exception.cc: Fix compilation error with clang.
5973
5974 2020-04-20 Gary Benson <gbenson@redhat.com>
5975
5976 * gdb.trace/tspeed.c: Fix compilation error with clang.
5977
5978 2020-04-20 Gary Benson <gbenson@redhat.com>
5979
5980 * gdb.base/jit-main.c: Fix compilation error with clang.
5981
5982 2020-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
5988 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5989
5990 * gdb.base/fork-running-state.c: Include "signal.h".
5991
5992 2020-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
6001 2020-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
6009 2020-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
6014 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
6015
6016 * gdb.base/many-completions.exp: New file.
6017
6018 2020-04-14 Tom de Vries <tdevries@suse.de>
6019
6020 PR symtab/25718
6021 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
6022
6023 2020-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
6030 2020-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
6040 2020-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
6045 2020-04-10 Tom de Vries <tdevries@suse.de>
6046
6047 * gdb.base/style.exp: Expect "Expanding full symbols" message for
6048 -readnow.
6049
6050 2020-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
6057 2020-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
6063 2020-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
6068 2020-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
6073 2020-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
6078 2020-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
6085 2020-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
6091 2020-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
6101 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
6102
6103 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
6104 function.
6105
6106 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
6107
6108 * lib/dwarf.exp (function_range): Allow compiler options to be
6109 specified.
6110
6111 2020-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
6117 2020-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
6127 2020-04-02 Tom de Vries <tdevries@suse.de>
6128
6129 * gdb.base/main-psymtab.exp: New file.
6130
6131 2020-04-02 Tom de Vries <tdevries@suse.de>
6132
6133 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
6134
6135 2020-04-01 Tom Tromey <tom@tromey.com>
6136
6137 * gdb.base/complex-parts.exp: Add type tests.
6138
6139 2020-04-01 Tom Tromey <tom@tromey.com>
6140
6141 * gdb.base/complex-parts.exp: Add arithmetic tests.
6142
6143 2020-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
6156 2020-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
6164 2020-04-01 Tom Tromey <tromey@adacore.com>
6165
6166 * gdb.rust/simple.rs (main): Remove "y0".
6167
6168 2020-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
6173 2020-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
6179 2020-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
6184 2020-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
6189 2020-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
6198 2020-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
6203 2020-03-20 Tom Tromey <tromey@adacore.com>
6204
6205 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
6206
6207 2020-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
6212 2020-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
6218 2020-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
6223 2020-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
6230 2020-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
6235 2020-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
6240 2020-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
6246 2020-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
6251 2020-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
6256 2020-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
6261 2020-03-14 Tom Tromey <tom@tromey.com>
6262
6263 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
6264
6265 2020-03-14 Tom de Vries <tdevries@suse.de>
6266
6267 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
6268
6269 2020-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
6274 2020-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
6279 2020-03-14 Tom de Vries <tdevries@suse.de>
6280
6281 * gdb.base/printcmds.exp: Add missing quoting for "print
6282 teststring2".
6283
6284 2020-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
6291 2020-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
6298 2020-03-13 Tom de Vries <tdevries@suse.de>
6299
6300 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
6301
6302 2020-03-13 Tom de Vries <tdevries@suse.de>
6303
6304 * gdb.mi/mi-sym-info.exp: Make matching more precise.
6305
6306 2020-03-13 Tom de Vries <tdevries@suse.de>
6307
6308 PR symtab/25646
6309 * gdb.dwarf2/imported-unit.exp: Add test.
6310
6311 2020-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
6318 2020-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
6327 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
6328
6329 * gdb.base/break-interp.exp: Use foreach_with_prefix.
6330
6331 2020-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
6338 2020-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
6343 2020-03-12 Tom de Vries <tdevries@suse.de>
6344
6345 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
6346
6347 2020-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
6352 2020-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
6357 2020-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
6362 2020-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
6367 2020-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
6372 2020-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
6377 2020-03-11 Tom de Vries <tdevries@suse.de>
6378
6379 * gdb.ada/minsyms.exp: Set language to ada.
6380
6381 2020-03-11 Tom de Vries <tdevries@suse.de>
6382
6383 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
6384
6385 2020-03-11 Tom de Vries <tdevries@suse.de>
6386
6387 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
6388
6389 2020-03-11 Tom Tromey <tromey@adacore.com>
6390
6391 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
6392
6393 2020-03-11 Tom de Vries <tdevries@suse.de>
6394
6395 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
6396
6397 2020-03-11 Tom de Vries <tdevries@suse.de>
6398
6399 * gdb.base/break-interp.exp: Limit verbose scope.
6400
6401 2020-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
6406 2020-03-11 Tom de Vries <tdevries@suse.de>
6407
6408 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
6409
6410 2020-03-11 Tom de Vries <tdevries@suse.de>
6411
6412 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
6413 symtabs.
6414
6415 2020-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
6427 2020-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
6432 2020-03-09 Tom de Vries <tdevries@suse.de>
6433
6434 * lib/gdb.exp (cached_file): Create cache dir.
6435
6436 2020-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
6441 2020-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
6446 2020-03-06 Tom de Vries <tdevries@suse.de>
6447
6448 * README: Fix "the the".
6449 * gdb.base/dprintf.exp: Same.
6450
6451 2020-03-05 Tom de Vries <tdevries@suse.de>
6452
6453 * gdb.base/maint.exp: Update "main print statistics" expected output.
6454
6455 2020-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
6465 2020-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
6470 2020-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
6475 2020-03-03 Tom de Vries <tdevries@suse.de>
6476
6477 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
6478
6479 2020-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
6484 2020-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
6489 2020-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
6497 2020-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
6502 2020-03-02 Pedro Alves <palves@redhat.com>
6503 Tom de Vries <tdevries@suse.de>
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
6513 2020-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
6518 2020-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
6523 2020-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
6528 2020-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
6537 2020-02-28 Luis Machado <luis.machado@linaro.org>
6538
6539 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
6540
6541 2020-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
6551 2020-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
6556 2020-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
6562 2020-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
6568 2020-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
6574 2020-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
6579 2020-02-25 Tom de Vries <tdevries@suse.de>
6580
6581 PR go/18926
6582 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6583
6584 2020-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
6590 2020-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
6595 2020-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
6601 2020-02-22 Tom Tromey <tom@tromey.com>
6602
6603 * gdb.tui/new-layout.exp: Add sub-layout tests.
6604
6605 2020-02-22 Tom Tromey <tom@tromey.com>
6606
6607 * gdb.tui/new-layout.exp: New file.
6608
6609 2020-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
6618 2020-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
6627 2020-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
6632 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
6633
6634 * lib/gdb.exp (gdb_wrapper_init): Reset
6635 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6636 not exist.
6637
6638 2020-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
6651 2020-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
6667 2020-02-19 Tom de Vries <tdevries@suse.de>
6668
6669 * gdb.python/lib-types.exp: Make xfail more strict.
6670
6671 2020-02-19 Tom de Vries <tdevries@suse.de>
6672
6673 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6674
6675 2020-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
6681 2020-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
6686 2020-02-19 Tom de Vries <tdevries@suse.de>
6687
6688 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6689
6690 2020-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
6695 2020-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
6701 2020-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
6706 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6707
6708 * gdb.base/printcmds.exp (test_print_enums): Update expected
6709 output.
6710
6711 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6712
6713 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6714 for "unknown".
6715
6716 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6717
6718 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6719 enumerator.
6720
6721 2020-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
6733 2020-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
6740 2020-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
6746 2020-02-13 Tom de Vries <tdevries@suse.de>
6747
6748 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6749
6750 2020-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
6755 2020-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
6760 2020-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
6767 2020-02-11 Tom de Vries <tdevries@suse.de>
6768
6769 PR testsuite/25488
6770 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6771
6772 2020-02-10 Tom de Vries <tdevries@suse.de>
6773
6774 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6775
6776 2020-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
6781 2020-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
6787 2020-02-07 Tom Tromey <tromey@adacore.com>
6788
6789 PR breakpoints/24915:
6790 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6791
6792 2020-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
6797 2020-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
6802 2020-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
6812 2020-02-04 Tom de Vries <tdevries@suse.de>
6813
6814 * README (Race detection): Add note.
6815
6816 2020-02-04 Tom de Vries <tdevries@suse.de>
6817
6818 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6819
6820 2020-02-04 Tom de Vries <tdevries@suse.de>
6821
6822 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6823
6824 2020-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
6836 2020-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
6841 2020-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
6846 2020-02-01 Tom de Vries <tdevries@suse.de>
6847
6848 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6849
6850 2020-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
6856 2020-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
6861 2020-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
6867 2020-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
6875 2020-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
6885 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6886
6887 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6888
6889 2020-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
6894 2020-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
6899 2020-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
6904 2020-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
6911 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6912
6913 PR gdb/23718
6914 * gdb.server/server-kill-python.exp: New file.
6915
6916 2020-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
6921 2020-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
6926 2020-01-19 Tom Tromey <tom@tromey.com>
6927
6928 * gdb.tui/main.exp: Add check for plain "file".
6929
6930 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6931
6932 * lib/gdb.exp: Fix spelling error (seperatelly).
6933
6934 2020-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
6940 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6941
6942 * gdb.base/skip-inline.exp: Extend test.
6943
6944 2020-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
6950 2020-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
6955 2020-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
6960 2020-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
6967 2020-01-10 Pedro Alves <palves@redhat.com>
6968
6969 * gdb.server/bkpt-other-inferior.exp: New file.
6970
6971 2020-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
6993 2020-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
7000 2020-01-10 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
7003 disconnect before reconnecting.
7004
7005 2020-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
7011 2020-01-10 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.base/remote-exec-file.exp: New file.
7014
7015 2020-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
7024 2020-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
7035 2020-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
7044 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7045
7046 * gdb.tui/basic.exp: Add more scrolling tests.
7047
7048 2020-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
7056 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7057
7058 * gdb.tui/tui-layout-asm.exp: New file.
7059
7060 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7061
7062 * lib/tuiterm.exp (Term::check_box_contents): New proc.
7063
7064 2020-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
7069 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7070
7071 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
7072 called.
7073
7074 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7075
7076 * gdb.base/skip.exp: Fix race condition in test.
7077
7078 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
7079
7080 * gdb.base/backtrace.c: New file.
7081 * gdb.base/backtrace.exp: New file.
7082
7083 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
7084
7085 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
7086
7087 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7088
7089 * gdb.base/style.exp: Test that warnings are styled.
7090
7091 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
7092
7093 * gdb.base/line65535.exp: New file.
7094 * gdb.base/line65535.c: New file.
7095
7096 2019-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
7104 2019-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
7109 2019-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
7114 2019-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
7122 2019-12-20 Tom Tromey <tom@tromey.com>
7123
7124 * gdb.tui/list-before.exp: New file.
7125
7126 2019-12-20 Tom Tromey <tom@tromey.com>
7127
7128 * gdb.tui/list.exp: Check for source on initial listing.
7129
7130 2019-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
7135 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
7136
7137 * gdb.base/default.exp: Update value of $_gdb_major.
7138
7139 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
7140
7141 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
7142
7143 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
7144
7145 * gdb.base/skip.exp: Whitespace fix.
7146
7147 2019-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
7152 2019-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
7174 2019-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
7180 2019-12-11 Tom Tromey <tom@tromey.com>
7181
7182 * gdb.tui/resize.exp: Update.
7183 * gdb.tui/empty.exp (layouts): Update.
7184
7185 2019-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
7192 2019-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
7197 2019-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
7202 2019-12-10 Kevin Buettner <kevinb@redhat.com>
7203
7204 * lib/gdb.exp (support_nested_function_tests): New proc.
7205
7206 2019-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.
7211
7212 2019-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
7220 2019-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
7229 2019-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
7236 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7237
7238 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
7239 modules.
7240
7241 2019-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
7246 2019-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
7253 2019-12-08 Tom de Vries <tdevries@suse.de>
7254
7255 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
7256
7257 2019-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
7264 2019-12-06 Tom de Vries <tdevries@suse.de>
7265
7266 * gdb.dwarf2/varval.exp: Add decl before def test.
7267
7268 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7269
7270 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
7271
7272 2019-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
7278 2019-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
7283 2019-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
7290 2019-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
7298 2019-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
7304 2019-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
7311 2019-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
7317 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7318
7319 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
7320
7321 2019-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
7326 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
7327
7328 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
7329
7330 2019-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
7338 2019-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
7344 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7345
7346 * gdb.base/define-prefix.exp: New file.
7347
7348 2019-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
7354 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7355
7356 * gdb.fortran/info-modules.exp: Compile source files in correct
7357 order.
7358
7359 2019-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
7364 2019-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
7370 2019-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
7376 2019-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
7381 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
7382
7383 * gdb.base/endianity.c: New test.
7384 * gdb.base/endianity.exp: New file.
7385
7386 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
7387
7388 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
7389
7390 2019-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
7395 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7396
7397 * gdb.python/py-progspace.exp: Add missing parentheses on some
7398 'print' commands.
7399
7400 2019-11-19 Tom Tromey <tom@tromey.com>
7401
7402 * gdb.tui/winheight.exp: New file.
7403
7404 2019-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
7410 2019-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
7415 2019-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
7423 2019-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
7428 2019-11-14 Tom Tromey <tromey@adacore.com>
7429
7430 * gdb.base/gdbvars.exp (test_convenience_variables): Add
7431 regression tests.
7432
7433 2019-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
7447 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7448
7449 * gdb.python/py-symbol.exp: Add test for
7450 gdb.lookup_static_symbols.
7451
7452 2019-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
7460 2019-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
7505 2019-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
7524 2019-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
7531 2019-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
7540 2019-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
7547 2019-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
7557 2019-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
7593 2019-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
7624 2019-10-30 Tom de Vries <tdevries@suse.de>
7625
7626 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7627
7628 2019-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
7640 2019-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
7650 2019-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
7657 2019-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
7662 2019-10-23 Tom Tromey <tom@tromey.com>
7663
7664 * configure: Rebuild.
7665 * aclocal.m4: Use m4_include, not sinclude.
7666
7667 2019-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
7676 2019-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
7681 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7682
7683 * gdb.fortran/module.exp: Extend with 'info variables' test.
7684
7685 2019-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
7690 2019-10-16 Tom de Vries <tdevries@suse.de>
7691
7692 PR tdep/25096
7693 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7694
7695 2019-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
7701 2019-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
7706 2019-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
7711 2019-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
7716 2019-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
7728 2019-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
7736 2019-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
7742 2019-10-09 Tom de Vries <tdevries@suse.de>
7743
7744 PR testsuite/25048
7745 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7746
7747 2019-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
7752 2019-10-07 Tom de Vries <tdevries@suse.de>
7753
7754 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7755
7756 2019-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
7761 2019-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
7771 2019-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
7776 2019-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
7783 2019-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
7788 2019-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
7798 2019-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
7804 2019-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
7816 2019-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
7821 2019-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
7837 2019-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
7842 2019-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
7848 2019-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
7854 2019-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
7863 2019-10-02 Tom Tromey <tromey@adacore.com>
7864
7865 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7866
7867 2019-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
7893 2019-10-01 Tom Tromey <tom@tromey.com>
7894
7895 * gdb.base/style.exp: Test "show logging filename".
7896
7897 2019-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
7902 2019-10-01 Tom Tromey <tom@tromey.com>
7903
7904 * gdb.base/style.exp: Test "pwd".
7905
7906 2019-10-01 Tom Tromey <tom@tromey.com>
7907
7908 * gdb.base/style.exp: Update tests.
7909
7910 2019-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
7919 2019-09-30 Tom Tromey <tromey@adacore.com>
7920
7921 * gdb.rust/traits.rs: Disable all warnings.
7922
7923 2019-09-29 Tom de Vries <tdevries@suse.de>
7924
7925 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7926
7927 2019-09-29 Tom de Vries <tdevries@suse.de>
7928
7929 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7930
7931 2019-09-27 Tom de Vries <tdevries@suse.de>
7932
7933 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7934
7935 2019-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
7940 2019-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
7947 2019-09-24 Tom de Vries <tdevries@suse.de>
7948
7949 PR gdb/24598
7950 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7951
7952 2019-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
7957 2019-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
7986 2019-09-19 Tom de Vries <tdevries@suse.de>
7987
7988 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7989
7990 2019-09-19 Tom de Vries <tdevries@suse.de>
7991
7992 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7993
7994 2019-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
8002 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
8003
8004 * gdb.base/source-dir.exp: Avoid having directory names in test
8005 names.
8006
8007 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
8008
8009 * gdb.base/source-dir.exp: Add extra test for mapped compilation
8010 directory.
8011
8012 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
8013
8014 * gdb.base/list-missing-source.exp: New file.
8015
8016 2019-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
8022 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
8023
8024 * gdb.base/maint.exp: Use exec_has_index_section.
8025
8026 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
8027
8028 * gdb.base/maint.exp: Add test for 'maint info sections'.
8029
8030 2019-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
8035 2019-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
8041 2019-09-10 Tom Tromey <tromey@adacore.com>
8042
8043 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
8044
8045 2019-09-10 Tom Tromey <tromey@adacore.com>
8046
8047 * gdb.ada/dgopt.exp: New file.
8048 * gdb.ada/dgopt/x.adb: New file.
8049
8050 2019-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
8056 2019-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
8062 2019-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
8068 2019-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
8073 2019-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
8081 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
8082
8083 * gdb.base/argv0-symlink.exp: Run only on native target
8084 and local host.
8085
8086 2019-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
8092 2019-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
8097 2019-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
8102 2019-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
8108 2019-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
8117 2019-08-26 Tom de Vries <tdevries@suse.de>
8118
8119 PR c++/24852
8120 * gdb.cp/no-libstdcxx-probe.exp: New test.
8121
8122 2019-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
8130 2019-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
8135 2019-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
8140 2019-08-21 Pedro Alves <palves@redhat.com>
8141
8142 * gdb.base/with.exp: Test "with" with no arguments.
8143
8144 2019-08-21 Tom de Vries <tdevries@suse.de>
8145
8146 * gdb.base/gdb-caching-proc.exp: Sort files.
8147
8148 2019-08-20 Tom de Vries <tdevries@suse.de>
8149
8150 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
8151 compilation.
8152
8153 2019-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
8158 2019-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
8164 2019-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
8169 2019-08-15 Tom Tromey <tom@tromey.com>
8170
8171 * gdb.tui/empty.exp: Enable resizing tests.
8172
8173 2019-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
8181 2019-08-15 Christian Biesinger <cbiesinger@google.com>
8182
8183 * gdb.python/python.exp: Expect a leading underscore on
8184 GdbOutput{,Error}File.
8185
8186 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
8187
8188 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
8189 Windows host.
8190
8191 2019-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
8196 2019-08-15 Christian Biesinger <cbiesinger@google.com>
8197
8198 * lib/gdb.exp: When running on a mingw target, replace
8199 /x/ with x:/.
8200
8201 2019-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
8206 2019-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
8211 2019-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
8239 2019-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
8245 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
8246
8247 * gdb.linespec/break-ask.exp: Generalize regexps to match
8248 Windows pathnames too.
8249
8250 2019-08-08 Tom de Vries <tdevries@suse.de>
8251
8252 PR testsuite/24862
8253 * lib/tuiterm.exp (_accept): Fix CSI regexp.
8254
8255 2019-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
8260 2019-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
8266 2019-08-05 Christian Biesinger <cbiesinger@google.com>
8267
8268 * gdb.python/py-block.exp: Test dictionary access on blocks.
8269
8270 2019-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
8277 2019-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
8285 2019-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
8293 2019-08-05 Tom de Vries <tdevries@suse.de>
8294
8295 * lib/gdb.exp (tcl_version_at_least): Fix typo.
8296
8297 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8298
8299 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
8300
8301 2019-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
8308 2019-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
8314 2019-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
8320 2019-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
8326 2019-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
8333 2019-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
8339 2019-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
8344 2019-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
8351 2019-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
8357 2019-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
8362 2019-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
8368 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8369
8370 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
8371
8372 2019-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
8378 2019-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
8383 2019-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
8397 2019-07-29 Tom de Vries <tdevries@suse.de>
8398
8399 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
8400 no arguments".
8401
8402 2019-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
8407 2019-07-29 Tom de Vries <tdevries@suse.de>
8408
8409 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
8410 with ".*".
8411
8412 2019-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
8417 2019-07-29 Tom de Vries <tdevries@suse.de>
8418
8419 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
8420 print registers" regexps.
8421
8422 2019-07-29 Tom de Vries <tdevries@suse.de>
8423
8424 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
8425
8426 2019-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
8433 2019-07-27 Tom Tromey <tom@tromey.com>
8434
8435 * gdb.tui/main.exp: New file.
8436
8437 2019-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
8443 2019-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
8449 2019-07-27 Tom Tromey <tom@tromey.com>
8450
8451 * gdb.tui/list.exp: New file.
8452
8453 2019-07-27 Tom Tromey <tom@tromey.com>
8454
8455 * gdb.tui/regs.exp: New file.
8456
8457 2019-07-27 Tom Tromey <tom@tromey.com>
8458
8459 * gdb.tui/basic.exp: Add "layout split" test.
8460
8461 2019-07-27 Tom Tromey <tom@tromey.com>
8462
8463 * gdb.tui/basic.exp: Add "layout asm" test.
8464
8465 2019-07-27 Tom Tromey <tom@tromey.com>
8466
8467 * lib/tuiterm.exp: New file.
8468 * gdb.tui/basic.exp: New file.
8469
8470 2019-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
8476 2019-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
8491 2019-07-26 Tom de Vries <tdevries@suse.de>
8492
8493 * gdb.arch/i386-pkru.exp: Fix unterminated string.
8494
8495 2019-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
8504 2019-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
8511 2019-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
8517 2019-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
8522 2019-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
8527 2019-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
8533 2019-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
8538 2019-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
8544 2019-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
8550 2019-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
8555 2019-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
8560 2019-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
8565 2019-07-14 Tom de Vries <tdevries@suse.de>
8566
8567 PR testsuite/24760
8568 * gdb.objc/basicclass.exp: Fix unterminated string.
8569
8570 2019-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
8581 2019-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
8587 2019-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
8598 2019-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
8603 2019-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
8613 2019-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
8620 2019-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
8626 2019-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
8631 2019-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
8637 2019-07-08 Alan Hayward <alan.hayward@arm.com>
8638
8639 PR breakpoints/25011
8640 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8641
8642 2019-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
8648 2019-07-04 Alan Hayward <alan.hayward@arm.com>
8649
8650 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8651
8652 2019-07-03 Pedro Alves <palves@redhat.com>
8653
8654 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8655 "return -code".
8656
8657 2019-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
8663 2019-07-03 Pedro Alves <palves@redhat.com>
8664
8665 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8666 string_to_regexp.
8667
8668 2019-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
8678 2019-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
8684 2019-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
8689 2019-07-03 Pedro Alves <palves@redhat.com>
8690
8691 * gdb.base/with.c: New file.
8692 * gdb.base/with.exp: New file.
8693
8694 2019-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
8701 2019-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
8706 2019-07-02 Pedro Alves <palves@redhat.com>
8707
8708 * gdb.base/options.exp (test-info-threads): New procedure.
8709 (top level): Call it.
8710
8711 2019-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
8716 2019-06-27 Tom Tromey <tromey@adacore.com>
8717
8718 PR c++/20020:
8719 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8720
8721 2019-06-26 Tom de Vries <tdevries@suse.de>
8722
8723 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8724
8725 2019-06-26 Tom de Vries <tdevries@suse.de>
8726
8727 * gdb.base/index-cache.exp: Add back missing debug option.
8728
8729 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8730
8731 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8732
8733 2019-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
8738 2019-06-24 Tom de Vries <tdevries@suse.de>
8739
8740 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8741
8742 2019-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
8748 2019-06-24 Tom de Vries <tdevries@suse.de>
8749
8750 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8751
8752 2019-06-21 Tom de Vries <tdevries@suse.de>
8753
8754 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8755
8756 2019-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
8763 2019-06-19 Tom Tromey <tromey@adacore.com>
8764
8765 * gdb.ada/length_cond.exp: Add intro comment.
8766
8767 2019-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
8774 2019-06-18 Tom de Vries <tdevries@suse.de>
8775
8776 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8777
8778 2019-06-18 Tom Tromey <tromey@adacore.com>
8779
8780 * gdb.base/list0.h: Add comment explaining control character.
8781
8782 2019-06-18 Tom de Vries <tdevries@suse.de>
8783
8784 * boards/fission.exp: Break up long debug_flags line.
8785
8786 2019-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
8792 2019-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
8798 2019-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
8806 2019-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
8816 2019-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
8823 2019-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
8829 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8830
8831 * gdb.base/style-logging.exp: Remove path from test name.
8832
8833 2019-06-14 Tom Tromey <tromey@adacore.com>
8834
8835 PR gdb/24502:
8836 * gdb.base/style-logging.exp: New file.
8837
8838 2019-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
8843 2019-06-14 Tom Tromey <tromey@adacore.com>
8844
8845 * gdb.base/annotate-symlink.exp: New file.
8846
8847 2019-06-14 Tom Tromey <tromey@adacore.com>
8848
8849 * gdb.ada/set_wstr.exp: Add reassignment test.
8850
8851 2019-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
8856 2019-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
8863 2019-06-13 Pedro Alves <palves@redhat.com>
8864
8865 * gdb.base/settings.exp (test-integer): Test junk after
8866 "unlimited".
8867
8868 2019-06-13 Pedro Alves <palves@redhat.com>
8869
8870 * gdb.base/options.exp (test-thread-apply): New.
8871 (top level): Call it.
8872
8873 2019-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
8879 2019-06-13 Pedro Alves <palves@redhat.com>
8880
8881 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
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
8886 2019-06-13 Pedro Alves <palves@redhat.com>
8887
8888 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8889
8890 2019-06-13 Pedro Alves <palves@redhat.com>
8891
8892 * gdb.base/options.exp (test-backtrace): New.
8893 (top level): Call it.
8894
8895 2019-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
8901 2019-06-13 Pedro Alves <palves@redhat.com>
8902
8903 * gdb.compile/compile.exp: Adjust expected output to option
8904 processing changes.
8905
8906 2019-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
8913 2019-06-13 Pedro Alves <palves@redhat.com>
8914
8915 * gdb.base/options.c: New file.
8916 * gdb.base/options.exp: New file.
8917
8918 2019-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
8923 2019-06-13 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.base/settings.c: New file.
8926 * gdb.base/settings.exp: New file.
8927
8928 2019-06-13 Pedro Alves <palves@redhat.com>
8929
8930 * gdb.base/completion.exp: Fix comment typo.
8931
8932 2019-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
8937 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8938
8939 * gdb.fortran/block-data.f: New.
8940 * gdb.fortran/block-data.exp: New.
8941
8942 2019-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
8948 2019-06-11 Tom de Vries <tdevries@suse.de>
8949
8950 PR testsuite/24521
8951 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8952
8953 2019-06-11 Tom de Vries <tdevries@suse.de>
8954
8955 * boards/readnow.exp: New file.
8956
8957 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8958
8959 * gdb.fortran/vla-sizeof.exp: Update expected results.
8960
8961 2019-06-06 Amos Bird <amosbird@gmail.com>
8962
8963 * gdb.base/annota1.exp (thread_switch): Add test for
8964 thread-exited annotation.
8965
8966 2019-06-06 Tom Tromey <tromey@adacore.com>
8967
8968 * gdb.base/maint.exp: Expect command started/finished output.
8969
8970 2019-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
8976 2019-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
8983 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8984
8985 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8986
8987 2019-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
9002 2019-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
9008 2019-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
9013 2019-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
9019 2019-05-29 Tom Tromey <tromey@adacore.com>
9020
9021 * gdb.base/finish.exp (finish_no_print): New proc.
9022 (finish_tests): Call it.
9023
9024 2019-05-24 Tom de Vries <tdevries@suse.de>
9025
9026 * gdb.dwarf2/gdb-add-index.exp: New file.
9027
9028 2019-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
9034 2019-05-22 Tom de Vries <tdevries@suse.de>
9035
9036 * gdb.base/align.exp: Require c++11.
9037
9038 2019-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
9044 2019-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
9049 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9050
9051 * README (Re-running Tests Outside The Testsuite): New section.
9052
9053 2019-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
9062 2019-05-21 Alan Hayward <alan.hayward@arm.com>
9063
9064 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
9065
9066 2019-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
9076 2019-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
9082 2019-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
9091 2019-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
9099 2019-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
9117 2019-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
9140 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9141
9142 * Makefile.in: Pass through GDB_DEBUG.
9143 * README (Testsuite Parameters): Add GDB_DEBUG.
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.
9148
9149 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9150
9151 * Makefile.in: Pass through GDB_DEBUG.
9152 * README (Testsuite Parameters): Add GDB_DEBUG.
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.
9157
9158 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9159
9160 * gdb.base/ui-redirect.exp: Add debug redirect tests.
9161
9162 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9163
9164 * gdb.base/ui-redirect.exp: Test redirection.
9165
9166 2019-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
9171 2019-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
9176 2019-05-14 Tom Tromey <tromey@adacore.com>
9177
9178 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
9179 styling test.
9180
9181 2019-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
9186 2019-05-10 Tom Tromey <tromey@adacore.com>
9187
9188 * gdb.ada/info_exc.exp: Add "complete" test.
9189
9190 2019-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
9195 2019-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
9200 2019-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
9208 2019-05-08 Tom Tromey <tromey@adacore.com>
9209
9210 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
9211
9212 2019-05-08 Tom Tromey <tromey@adacore.com>
9213
9214 * gdb.base/ptype-offsets.exp: Update tests.
9215
9216 2019-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
9223 2019-05-08 Tom Tromey <tromey@adacore.com>
9224
9225 * gdb.ada/vla.exp: New file.
9226 * gdb.ada/vla/vla.adb: New file.
9227
9228 2019-05-07 Tom de Vries <tdevries@suse.de>
9229
9230 * gdb.base/index-cache.exp (ls_host): Fix return statement.
9231
9232 2019-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
9238 2019-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
9244 2019-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
9249 2019-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
9255 2019-05-04 Tom de Vries <tdevries@suse.de>
9256
9257 * boards/cc-with-debug-names.exp: New file.
9258
9259 2019-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
9265 2019-05-03 Tom de Vries <tdevries@suse.de>
9266
9267 * boards/cc-with-gdb-index.exp: New file.
9268
9269 2019-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
9275 2019-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
9283 2019-05-01 Tom Tromey <tromey@adacore.com>
9284
9285 * gdb.ada/packed_array_assign.exp: Add packed assignment
9286 regression test.
9287
9288 2019-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
9292 2019-05-01 Tom de Vries <tdevries@suse.de>
9293
9294 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
9295
9296 2019-04-30 Ali Tamur <tamur@google.com>
9297
9298 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
9299
9300 2019-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
9309 2019-04-30 Tom Tromey <tromey@adacore.com>
9310
9311 PR c++/24470:
9312 * gdb.cp/temargs.cc: Add test code from PR.
9313
9314 2019-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
9321 2019-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
9328 2019-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
9333 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9334
9335 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
9336 case void string.
9337
9338 2019-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
9345 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9346
9347 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
9348 MODULO, CMPLX.
9349
9350 2019-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
9368 2019-04-29 Tom de Vries <tdevries@suse.de>
9369
9370 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
9371
9372 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9373
9374 * gdb.base/callexit.exp: Test may-call-functions off.
9375
9376 2019-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
9385 2019-04-25 Ali Tamur <tamur@google.com>
9386
9387 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9388
9389 2019-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
9395 2019-04-25 Alan Hayward <alan.hayward@arm.com>
9396
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
9403
9404 2019-04-24 Tom Tromey <tromey@adacore.com>
9405
9406 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
9407 Rust.
9408
9409 2019-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
9416 2019-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
9421 2019-04-23 Tom de Vries <tdevries@suse.de>
9422
9423 PR gdb/24433
9424 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
9425
9426 2019-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
9441 2019-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
9446 2019-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
9451 2019-04-19 Tom Tromey <tromey@adacore.com>
9452
9453 PR symtab/24423:
9454 * gdb.base/list0.h (foo): Add a control-l character.
9455
9456 2019-04-18 Tom de Vries <tdevries@suse.de>
9457
9458 PR gdb/24433
9459 * boards/local-board.exp: Set sysroot to "".
9460
9461 2019-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
9470 2019-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
9475 2019-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
9482 2019-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
9487 2019-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
9493 2019-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
9498 2019-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
9503 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9504
9505 * gdb.python/py-thrhandle.exp: Add tests for
9506 gdb.InferiorThread.handle.
9507
9508 2019-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
9514 2019-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
9519 2019-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
9526 2019-03-30 Simon Marchi <simark@simark.ca>
9527
9528 * gdb.base/default.exp: Add values for $_gdb_major and
9529 $_gdb_minor.
9530
9531 2019-03-29 Tom Tromey <tromey@adacore.com>
9532
9533 * gdb.base/help.exp: Tighten apropos regexp.
9534
9535 2019-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
9540 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9541
9542 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
9543
9544 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9545
9546 * gdb.multi/hello.c (main): Increase alarm timer.
9547
9548 2019-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
9553 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9554 Pedro Alves <palves@redhat.com>
9555
9556 * boards/local-board.exp: set sysroot to /.
9557
9558 2019-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
9563 2019-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
9572 2019-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
9579 2019-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
9585 2019-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
9590 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9591
9592 PR testsuite/25016
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
9598 2019-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
9603 2019-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
9611 2019-03-14 Tom Tromey <tromey@adacore.com>
9612
9613 * gdb.base/style.exp: Add "set style sources" test.
9614
9615 2019-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
9623 2019-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
9633 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9634
9635 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9636
9637 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9638
9639 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9640
9641 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9642
9643 * gdb.fortran/type-kinds.exp: Update expected results.
9644
9645 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9646
9647 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9648
9649 2019-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
9656 2019-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
9662 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9663
9664 * gdb.fortran/dot-ops.exp: New file.
9665
9666 2019-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
9671 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9672
9673 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9674 Remove duplicate tests.
9675
9676 2019-03-06 Alan Hayward <alan.hayward@arm.com>
9677
9678 * lib/gdb.exp (builtin_cd): rename of cd.
9679 (cd): Override builtin.
9680
9681 2019-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
9686 2019-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
9693 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9694
9695 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9696 failure.
9697
9698 2019-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
9704 2019-02-27 Pedro Alves <palves@redhat.com>
9705
9706 * gdb.base/page.exp: Add tests for "set width/height -1".
9707
9708 2019-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
9713 2019-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
9720 2019-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
9725 2019-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
9730 2019-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
9735 2019-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
9743 2019-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
9749 2019-02-20 Tom Tromey <tom@tromey.com>
9750
9751 * gdb.base/info_qt.exp: Update.
9752
9753 2019-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
9762 2019-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
9768 2019-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
9773 2019-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
9779 2019-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
9787 2019-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
9793 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9794
9795 * gdb.ada/mi_ref_changeable: New testcase.
9796
9797 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9798
9799 * gdb.base/attach.exp: Add double attach test.
9800
9801 2019-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
9807 2019-01-27 Tom Tromey <tom@tromey.com>
9808
9809 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9810 skip_python_tests.
9811
9812 2019-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
9842 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9843 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9844
9845 2019-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
9854 2019-01-16 Keith Seitz <keiths@redhat.com>
9855
9856 PR gdb/23773
9857 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9858
9859 2019-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
9868 2019-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
9873 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9874
9875 * gdb.base/style.exp: Don't include path in testname.
9876
9877 2019-01-10 Keith Seitz <keiths@redhat.com>
9878
9879 PR gdb/23712
9880 PR symtab/23010
9881 * gdb.dwarf2/multidictionary.exp: New file.
9882
9883 2019-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
9892 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9893
9894 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9895 case.
9896
9897 2019-01-06 Tom Tromey <tom@tromey.com>
9898
9899 PR gdb/28155:
9900 * gdb.dwarf2/typedef-void-finish.exp: New file.
9901
9902 2018-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
9909 2018-12-28 Tom Tromey <tom@tromey.com>
9910
9911 * gdb.base/style.exp: Update test to check for address styling.
9912
9913 2018-12-28 Tom Tromey <tom@tromey.com>
9914
9915 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9916 message.
9917
9918 2018-12-28 Tom Tromey <tom@tromey.com>
9919
9920 * gdb.base/style.exp: Add test for version number styling.
9921
9922 2018-12-28 Tom Tromey <tom@tromey.com>
9923
9924 * gdb.base/style.exp: Add test for print_address_symbolic.
9925
9926 2018-12-28 Tom Tromey <tom@tromey.com>
9927
9928 * gdb.base/style.exp: Add test for breakpoint setting.
9929
9930 2018-12-28 Tom Tromey <tom@tromey.com>
9931
9932 * gdb.base/style.exp: Add test for variable names.
9933
9934 2018-12-28 Tom Tromey <tom@tromey.com>
9935
9936 * gdb.base/style.exp: New file.
9937 * gdb.base/style.c: New file.
9938
9939 2018-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
9946 2018-12-27 Tom Tromey <tom@tromey.com>
9947
9948 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9949 pagination test.
9950
9951 2018-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
9956 2018-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
9962 2018-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
9975 2018-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
9980 2018-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
9985 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9986
9987 * gdb.base/annota1.exp: Update a test regexp.
9988
9989 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9990
9991 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9992
9993 2018-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
10002 2018-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
10008 2018-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
10015 2018-12-01 Tom de Vries <tdevries@suse.de>
10016
10017 * gdb.base/gdb-caching-proc.exp: New file.
10018
10019 2018-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
10033 2018-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
10039 2018-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
10044 2018-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
10051 2018-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
10056 2018-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
10061 2018-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
10067 2018-11-19 Tom Tromey <tom@tromey.com>
10068
10069 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
10070
10071 2018-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
10077 2018-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
10084 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
10085
10086 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
10087 completer tests.
10088
10089 2018-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
10095 2018-11-08 Tom Tromey <tom@tromey.com>
10096
10097 PR gdb/23555:
10098 PR gdb/23838:
10099 * gdb.base/warning.exp: New file.
10100
10101 2018-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
10106 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
10107
10108 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
10109 point hardware.
10110
10111 2018-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
10116 2018-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
10121 2018-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
10126 2018-11-01 Joel Brobecker <brobecker@adacore.com>
10127
10128 * gdb.ada/watch_minus_l: New testcase.
10129
10130 2018-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
10135 2018-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
10140 2018-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
10148 2018-10-31 Tom de Vries <tdevries@suse.de>
10149
10150 * lib/gdb.exp (get_valueof): Don't output read value in test name.
10151
10152 2018-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
10157 2018-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
10162 2018-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
10167 2018-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
10172 2018-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
10177 2018-10-25 Tom de Vries <tdevries@suse.de>
10178
10179 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
10180
10181 2018-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
10186 2018-10-24 Tom de Vries <tdevries@suse.de>
10187
10188 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
10189
10190 2018-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
10195 2018-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
10200 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10201
10202 * gdb.python/py-cmd.exp: Check for gdb_prompt.
10203
10204 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10205
10206 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
10207
10208 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10209
10210 * gdb.cp/ovldbreak.exp: Fix regexps.
10211
10212 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10213
10214 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
10215
10216 2018-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
10222 2018-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
10234 2018-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
10241 2018-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
10277 2018-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
10284 2018-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
10289 2018-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
10295 2018-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
10300 2018-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
10306 2018-10-06 Tom Tromey <tom@tromey.com>
10307
10308 PR python/19399:
10309 * gdb.python/py-inferior.exp: Add architecture test.
10310
10311 2018-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
10316 2018-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
10321 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
10322
10323 * gdb.base/info-proc.exp: Update string expected from "help info
10324 proc".
10325
10326 2018-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
10333 2018-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
10361 2018-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
10368 2018-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
10374 2018-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
10381 2018-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
10386 2018-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
10392 2018-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
10397 2018-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
10402 2018-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
10408 2018-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
10415 2018-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
10421 2018-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
10427 2018-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
10433 2018-09-23 Tom Tromey <tom@tromey.com>
10434
10435 PR python/14062:
10436 * gdb.python/python.exp: Add test for post_event error.
10437
10438 2018-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
10444 2018-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
10450 2018-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
10456 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
10457
10458 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
10459
10460 2018-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
10470 2018-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
10477 2018-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
10482 2018-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
10487 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10488
10489 * gdb.ada/complete.exp: Expect for "@" when doing "complete
10490 break ada".
10491
10492 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
10493
10494 PR python/23669
10495 * gdb.python/python.exp: Test gdb.execute("show commands").
10496
10497 2018-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
10502 2018-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
10516 2018-09-13 Tom Tromey <tom@tromey.com>
10517
10518 * Makefile.in (TAGS): Recognize proc_with_prefix and
10519 gdb_caching_proc.
10520
10521 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10522
10523 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
10524 method.
10525
10526 2018-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
10532 2018-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
10537 2018-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
10544 2018-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
10550 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
10551
10552 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
10553 object.
10554
10555 2018-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
10566 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10567
10568 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10569
10570 2018-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
10575 2018-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
10582 2018-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
10589 2018-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
10596 2018-09-08 Tom Tromey <tom@tromey.com>
10597
10598 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10599
10600 2018-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
10610 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10611
10612 * gdb.ada/expr_with_funcall: New testcase.
10613
10614 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10615
10616 * gdb.ada/packed_array_assign: New testcase.
10617
10618 2018-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
10623 2018-09-05 Tom de Vries <tdevries@suse.de>
10624
10625 * gdb.dwarf2/varval.exp: Add test.
10626
10627 2018-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
10632 2018-08-31 Tom Tromey <tom@tromey.com>
10633
10634 * gdb.rust/simple.rs: Rename second variable "v".
10635
10636 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10637
10638 * gdb.base/funcargs.c (use_a): New function.
10639 (recurse): Call use_a.
10640
10641 2018-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
10666 2018-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
10673 2018-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
10718 2018-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
10723 2018-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
10728 2018-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
10734 2018-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
10743 2018-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
10749 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10750
10751 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10752 * gdb.dwarf2/varval.c: New file.
10753 * gdb.dwarf2/varval.exp: New file.
10754
10755 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10756
10757 PR gdb/18931
10758 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10759
10760 2018-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
10765 2018-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
10771 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10772
10773 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10774
10775 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10776
10777 * gdb.base/vla-optimized-out.exp: Add new test.
10778
10779 2018-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
10786 2018-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
10792 2018-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
10797 2018-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
10804 2018-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
10809 2018-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
10815 2018-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
10821 2018-08-04 Tom de Vries <tdevries@suse.de>
10822
10823 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10824
10825 2018-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
10831 2018-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
10837 2018-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
10842 2018-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
10848 2018-07-28 Tom de Vries <tdevries@suse.de>
10849
10850 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10851
10852 2018-07-26 Tom de Vries <tdevries@suse.de>
10853
10854 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10855
10856 2018-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
10861 2018-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
10867 2018-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
10872 2018-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
10877 2018-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
10883 2018-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
10888 2018-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
10893 2018-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
10899 2018-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
10904 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10905
10906 * gdb.base/frameapply.c: New file.
10907 * gdb.base/frameapply.exp: New file.
10908
10909 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10910
10911 * gdb.base/skip.exp: Update expected error message.
10912
10913 2018-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
10933 2018-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
10942 2018-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
10947 2018-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
10953 2018-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
10958 2018-07-04 Tom de Vries <tdevries@suse.de>
10959
10960 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10961
10962 2018-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
10968 2018-06-29 Pedro Alves <palves@redhat.com>
10969
10970 * gdb.threads/names.exp: Adjust expected "info threads" output.
10971
10972 2018-06-29 Pedro Alves <palves@redhat.com>
10973
10974 * gdb.opt/inline-break.exp (line number, address): Add "info
10975 break" tests.
10976
10977 2018-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
10983 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10984
10985 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10986
10987 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10988
10989 * lib/compiler.c: Remove executable permission flag.
10990
10991 2018-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
10997 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10998
10999 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
11000
11001 2018-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
11006 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
11007
11008 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
11009
11010 2018-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
11016 2018-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
11022 2018-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
11027 2018-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
11032 2018-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
11039 2018-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
11044 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
11045
11046 * configure.ac: Remove AC_PREREQ.
11047 * configure: Re-generate.
11048
11049 2018-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
11057 2018-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
11063 2018-06-18 Tom de Vries <tdevries@suse.de>
11064
11065 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
11066
11067 2018-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
11074 2018-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
11083 2018-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
11089 2018-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
11094 2018-06-14 Pedro Alves <palves@redhat.com>
11095
11096 * lib/selftest-support.exp (selftest_setup): Remove inlined
11097 function handling.
11098
11099 2018-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
11104 2018-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
11111 2018-06-12 Tom de Vries <tdevries@suse.de>
11112
11113 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
11114
11115 2018-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
11122 2018-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
11127 2018-06-05 Tom Tromey <tom@tromey.com>
11128
11129 * gdb.base/default.exp: Update expected "show version" output.
11130
11131 2018-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
11139 2018-06-04 Joel Brobecker <brobecker@adacore.com>
11140
11141 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
11142
11143 2018-06-01 Joel Brobecker <brobecker@adacore.com>
11144
11145 * gdb.ada/bp_fun_addr: New testcase.
11146
11147 2018-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
11156 2018-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
11161 2018-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
11168 2018-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
11177 2018-05-23 Tom Tromey <tom@tromey.com>
11178
11179 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
11180
11181 2018-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
11189 2018-05-23 Tom Tromey <tom@tromey.com>
11190
11191 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
11192
11193 2018-05-23 Tom Tromey <tom@tromey.com>
11194
11195 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
11196 (test_short_complaints): Update.
11197
11198 2018-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
11204 2018-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
11211 2018-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
11217 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11218
11219 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
11220
11221 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11222
11223 * gdb.arch/powerpc-vsx-gcore.exp: New file.
11224
11225 2018-05-18 Tom Tromey <tom@tromey.com>
11226
11227 * gdb.base/ptype-offsets.exp: Update.
11228
11229 2018-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
11244 2018-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
11250 2018-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
11255 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11256
11257 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
11258
11259 2018-05-04 Tom Tromey <tom@tromey.com>
11260
11261 PR python/22730:
11262 * gdb.python/python.exp: Test multi-line execute.
11263
11264 2018-05-04 Tom Tromey <tom@tromey.com>
11265
11266 PR python/22731:
11267 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
11268
11269 2018-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
11276 2018-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
11283 2018-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
11289 2018-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
11295 2018-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
11300 2018-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
11305 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
11306
11307 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
11308 filter pattern.
11309
11310 2018-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
11316 2018-05-02 Tom Tromey <tom@tromey.com>
11317
11318 * gdb.python/py-parameter.exp: Set test message.
11319
11320 2018-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
11326 2018-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
11332 2018-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
11337 2018-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
11346 2018-04-27 Tom Tromey <tom@tromey.com>
11347
11348 PR rust/22545:
11349 * gdb.rust/simple.exp: Add inclusive range tests.
11350
11351 2018-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
11357 2018-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
11370 2018-04-26 Pedro Alves <palves@redhat.com>
11371
11372 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
11373 return type" warnings.
11374
11375 2018-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
11382 2018-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
11408 2018-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
11413 2018-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
11420 2018-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
11425 2018-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
11431 2018-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
11437 2018-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
11448 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11449
11450 * gdb.btrace/cpu.exp: New.
11451
11452 2018-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
11459 2018-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
11464 2018-04-11 Tom Tromey <tom@tromey.com>
11465
11466 * gdb.rust/simple.exp: Add test for ".." struct initializer.
11467
11468 2018-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
11474 2018-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
11480 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11481
11482 * gdb.mi/mi-stack.exp: Fix indentation.
11483
11484 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11485
11486 PR gdb/22979
11487 * gdb.arch/amd64-osabi.exp: New file.
11488
11489 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11490
11491 PR gdb/22980
11492 * gdb.base/osabi.exp: New file.
11493
11494 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
11495
11496 * gdb.cp/static-typedef-print.exp: New file.
11497 * gdb.cp/static-typedef-print.cc: New file.
11498
11499 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11500
11501 * gdb.ada/varsize_limit: New testcase.
11502
11503 2018-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
11512 2018-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
11518 2018-03-26 Tom Tromey <tom@tromey.com>
11519
11520 PR backtrace/15582:
11521 * gdb.python/py-framefilter.exp: Add "bt hide" test.
11522
11523 2018-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
11531 2018-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
11539 2018-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
11550 2018-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
11578 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11579
11580 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11581
11582 2018-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
11588 2018-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
11595 2018-03-19 Tom Tromey <tom@tromey.com>
11596
11597 * gdb.gdb/observer.exp: Remove.
11598
11599 2018-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
11628 2018-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
11633 2018-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
11640 2018-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
11646 2018-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
11652 2018-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
11658 2018-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
11663 2018-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
11669 2018-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
11674 2018-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
11679 2018-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
11688 2018-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
11698 2018-02-26 Tom Tromey <tom@tromey.com>
11699
11700 PR python/16497:
11701 * gdb.python/py-framefilter.exp: Update test.
11702
11703 2018-02-26 Tom Tromey <tom@tromey.com>
11704
11705 * gdb.dwarf2/variant.c: New file.
11706 * gdb.dwarf2/variant.exp: New file.
11707
11708 2018-02-26 Tom Tromey <tom@tromey.com>
11709
11710 * gdb.rust/simple.exp: Accept more possible results in enum test.
11711
11712 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11713
11714 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11715 parentheses.
11716
11717 2018-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
11722 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11723
11724 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11725
11726 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11727
11728 * gdb.btrace/buffer-size.exp: Do not force BTS.
11729
11730 2018-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
11735 2018-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
11740 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11741
11742 * gdb.cp/m-static.exp: Check type of optimized out static
11743 member.
11744
11745 2018-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
11750 2018-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
11764 2018-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
11770 2018-02-01 Yao Qi <yao.qi@linaro.org>
11771
11772 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11773 "\[^\r\n\]*".
11774
11775 2018-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
11781 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11782
11783 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11784
11785 2018-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
11793 2018-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
11800 2018-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
11806 2018-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
11817 2018-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
11823 2018-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
11831 2018-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
11836 2018-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
11841 2018-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
11846 2018-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
11854 2018-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
11867 2018-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
11872 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11873
11874 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11875
11876 2018-01-17 Mike Gulick <mgulick@mathworks.com>
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
11884 2018-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
11889 2018-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
11894 2018-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
11900 2018-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
11905 2018-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
11910 2018-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
11916 2018-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
11924 2018-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
11930 2018-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
11935 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11936
11937 * gdb.server/unittest.exp: Match the output in non-development
11938 mode.
11939
11940 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11941
11942 * gdb.gdb/unittest.exp: Match output in non-development mode.
11943
11944 2018-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
11950 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11951
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.
11954
11955 2018-01-05 Pedro Alves <palves@redhat.com>
11956
11957 PR gdb/18653
11958 * gdb.base/libsegfault.exp: New.
11959
11960 2018-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
11966 2018-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
11973 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11974
11975 * gdb.ada/rename_subscript_param: New testcase.
11976
11977 2018-01-05 Jerome Guitton <guitton@adacore.com>
11978
11979 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11980
11981 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11982
11983 * gdb.ada/convvar_comp: New testcase.
11984
11985 2018-01-05 Xavier Roirand <roirand@adacore.com>
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
11991 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11992
11993 PR gdb/22670
11994 * gdb.ada/maint_with_ada: New testcase.
11995
11996 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11997
11998 PR gdb/22670
11999 * gdb.ada/bp_c_mixed_case: New testcase.
12000
12001 2018-01-04 Joel Brobecker <brobecker@adacore.com>
12002
12003 PR gdb/22670
12004 * gdb.ada/complete.exp: Add "complete break ada" test.
12005
12006 2018-01-04 Joel Brobecker <brobecker@adacore.com>
12007
12008 PR gdb/22670
12009 * gdb.ada/info_addr_mixed_case: New testcase.
12010
12011 2018-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
12017 2018-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
12022 2018-01-02 Joel Brobecker <brobecker@adacore.com>
12023
12024 * gdb.ada/dyn_stride.exp: Add slice test.
12025
12026 2018-01-02 Joel Brobecker <brobecker@adacore.com>
12027
12028 * gdb.ada/dyn_stride: New testcase.
12029
12030 2017-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
12035 2017-12-27 Stafford Horne <shorne@gmail.com>
12036
12037 * gdb.base/reggroups.c: New file.
12038 * gdb.base/reggroups.exp: New file.
12039
12040 2017-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
12045 2017-12-18 Joel Brobecker <brobecker@adacore.com>
12046
12047 * gdb.ada/assign_arr: New testcase.
12048
12049 2017-12-18 Xavier Roirand <roirand@adacore.com>
12050
12051 * gdb.ada/funcall_ptr: New testcase.
12052
12053 2017-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
12059 2017-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
12064 2017-12-15 Xavier Roirand <roirand@adacore.com>
12065
12066 * gdb.ada/same_component_name: New testcase.
12067
12068 2017-12-14 Joel Brobecker <brobecker@adacore.com>
12069
12070 * gdb.ada/str_binop_equal: New testcase.
12071
12072 2017-12-14 Joel Brobecker <brobecker@adacore.com>
12073
12074 * gdb.ada/task_switch_in_core: New testcase.
12075
12076 2017-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
12083 2017-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
12088 2017-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
12097 2017-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
12102 2017-12-12 Stafford Horne <shorne@gmail.com>
12103
12104 * gdb.xml/tdesc-regs.exp: Add or1k support.
12105
12106 2017-12-12 Stafford Horne <shorne@gmail.com>
12107
12108 * gdb.base/bp-permanent.c: Define nop of or1k.
12109
12110 2017-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
12115 2017-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
12120 2017-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
12131 2017-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
12136 2017-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
12141 2017-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
12146 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
12147
12148 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
12149 "int".
12150
12151 2017-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
12159 2017-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
12173 2017-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
12178 2017-12-07 Tom Tromey <tom@tromey.com>
12179
12180 * gdb.base/break.exp: Add test for empty "commands".
12181
12182 2017-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
12187 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
12188
12189 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
12190 tests for explicit locations.
12191
12192 2017-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
12197 2017-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
12203 2017-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
12219 2017-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
12225 2017-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
12231 2017-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
12246 2017-11-30 Joel Brobecker <brobecker@adacore.com>
12247
12248 * gdb.ada/repeat_dyn: New testcase.
12249
12250 2017-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
12256 2017-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
12264 2017-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
12270 2017-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
12276 2017-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
12294 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
12295
12296 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
12297
12298 2017-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
12303 2017-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
12309 2017-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
12317 2017-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
12324 2017-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.
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.
12348
12349 2017-11-25 Pedro Alves <palves@redhat.com>
12350
12351 * gdb.base/complete-empty.exp: New file.
12352 * gdb.base/completion.exp: Adjust.
12353
12354 2017-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
12362 2017-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
12373 2017-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
12379 2017-11-22 Yao Qi <yao.qi@linaro.org>
12380
12381 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
12382
12383 2017-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
12389 2017-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
12394 2017-11-22 Yao Qi <yao.qi@linaro.org>
12395
12396 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
12397 compiler.
12398
12399 2017-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
12405 2017-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
12410 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12411
12412 * gdb.arch/vsx-regs.exp: Update register content checks.
12413
12414 2017-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
12419 2017-11-21 Pedro Alves <palves@redhat.com>
12420
12421 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
12422
12423 2017-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
12434 2017-11-17 Tom Tromey <tom@tromey.com>
12435
12436 * gdb.rust/traits.rs: New file.
12437 * gdb.rust/traits.exp: New file.
12438
12439 2017-11-17 Joel Brobecker <brobecker@adacore.com>
12440
12441 * gdb.ada/minsyms: New testcase.
12442
12443 2017-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
12448 2017-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
12453 2017-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
12458 2017-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
12464 2017-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
12471 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
12472
12473 * gdb.tui/completionn.exp (test_tab_completion): Add space in
12474 regex.
12475
12476 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
12477
12478 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
12479 test names.
12480
12481 2017-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
12488 2017-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
12497 2017-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
12502 2017-11-09 Pedro Alves <palves@redhat.com>
12503
12504 * gdb.base/memattr.exp: Tighten regexes to match the end line.
12505
12506 2017-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
12513 2017-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
12518 2017-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
12526 2017-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
12532 2017-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
12537 2017-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
12543 2017-11-07 Pedro Alves <palves@redhat.com>
12544
12545 * gdb.cp/ena-dis-br-range.exp: Add more tests.
12546
12547 2017-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
12555 2017-11-07 Pedro Alves <palves@redhat.com>
12556
12557 * gdb.cp/ena-dis-br-range.exp: Add tests.
12558
12559 2017-11-07 Pedro Alves <palves@redhat.com>
12560
12561 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12562
12563 2017-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
12571 2017-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
12576 2017-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
12584 2017-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
12589 2017-11-03 Yao Qi <yao.qi@linaro.org>
12590
12591 * gdb.python/py-thrhandle.exp: Skip it if python is not
12592 enabled.
12593
12594 2017-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
12599 2017-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
12605 2017-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
12610 2017-10-27 Yao Qi <yao.qi@linaro.org>
12611
12612 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12613
12614 2017-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
12621 2017-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
12626 2017-10-24 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12629
12630 2017-10-24 Pedro Alves <palves@redhat.com>
12631
12632 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12633 loop.
12634
12635 2017-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
12640 2017-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
12645 2017-10-24 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12648 custom test name.
12649
12650 2017-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
12656 2017-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
12661 2017-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
12666 2017-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
12671 2017-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
12676 2017-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
12684 2017-10-17 Pedro Alves <palves@redhat.com>
12685
12686 * boards/native-stdio-gdbserver.exp: Load "local-board".
12687
12688 2017-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
12693 2017-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
12702 2017-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
12725 2017-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
12734 2017-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
12743 2017-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
12750 2017-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
12755 2017-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
12763 2017-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
12769 2017-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
12775 2017-10-13 Pedro Alves <palves@redhat.com>
12776
12777 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12778 already.
12779
12780 2017-10-13 Pedro Alves <palves@redhat.com>
12781
12782 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12783 is_remote.
12784
12785 2017-10-13 Pedro Alves <palves@redhat.com>
12786
12787 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12788 is_remote.
12789
12790 2017-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
12797 2017-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
12802 2017-10-13 Pedro Alves <palves@redhat.com>
12803
12804 * gdb.base/remote.exp (top level): Fix comment typo and add
12805 missing return.
12806
12807 2017-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
12814 2017-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
12819 2017-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
12829 2017-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
12834 2017-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
12839 2017-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
12845 2017-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
12851 2017-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
12857 2017-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
12862 2017-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
12868 2017-10-12 Pedro Alves <palves@redhat.com>
12869 Simon Marchi <simon.marchi@polymtl.ca>
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
12876 2017-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
12883 2017-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
12888 2017-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
12892 2017-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
12897 2017-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
12902 2017-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
12915 2017-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
12929 2017-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
12936 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12937
12938 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12939
12940 2017-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
12946 2017-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
12957 2017-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
12962 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12963
12964 * gdb.base/set-cwd.exp: Make it available on
12965 native-extended-gdbserver.
12966
12967 2017-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
12972 2017-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
12978 2017-10-02 Tom Tromey <tom@tromey.com>
12979
12980 * gdb.rust/simple.exp: Test ptype of a slice.
12981
12982 2017-10-02 Tom Tromey <tom@tromey.com>
12983
12984 * gdb.rust/simple.exp: Test index of slice.
12985
12986 2017-09-27 Tom Tromey <tom@tromey.com>
12987
12988 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12989
12990 2017-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
12998 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12999
13000 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
13001 files.
13002
13003 2017-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
13009 2017-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
13025 2017-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
13031 2017-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
13036 2017-09-11 Tom Tromey <tom@tromey.com>
13037
13038 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
13039
13040 2017-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
13045 2017-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
13050 2017-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
13055 2017-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
13061 2017-09-08 Frank Penczek <frank.penczek@intel.com>
13062 Christoph Weinmann <christoph.t.weinmann@intel.com>
13063 Bernhard Heckel <bernhard.heckel@intel.com>
13064
13065 * gdb.fortran/ptr-indentation.f90: New file.
13066 * gdb.fortran/ptr-indentation.exp: New file.
13067
13068 2017-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
13073 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
13074
13075 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
13076
13077 2017-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
13082 2017-09-05 Tom Tromey <tom@tromey.com>
13083
13084 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
13085 for rust.
13086
13087 2017-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
13093 2017-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
13105 2017-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
13111 2017-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
13117 2017-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
13133 2017-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
13138 2017-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
13162 2017-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
13171 2017-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
13176 2017-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
13181 2017-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
13186 2017-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
13193 2017-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
13198 2017-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
13211 2017-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
13216 2017-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
13222 2017-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
13227 2017-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
13232 2017-08-22 Tom Tromey <tom@tromey.com>
13233
13234 * gdb.gdb/xfullpath.exp: Remove.
13235
13236 2017-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
13243 2017-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
13262 2017-08-18 Yao Qi <yao.qi@linaro.org>
13263
13264 * gdb.server/unittest.exp: New.
13265
13266 2017-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
13272 2017-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
13277 2017-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
13285 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
13286
13287 * lib/gdb.exp (get_valueof): Don't capture end-of-line
13288 characters.
13289
13290 2017-08-05 Tom Tromey <tom@tromey.com>
13291
13292 * gdb.rust/simple.exp: Allow String to appear in a different
13293 namespace.
13294
13295 2017-07-26 Yao Qi <yao.qi@linaro.org>
13296
13297 * gdb.gdb/unittest.exp: Invoke command
13298 "maintenance check xml-descriptions".
13299
13300 2017-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
13306 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
13307
13308 * gdb.python/py-unwind.exp: Disable stack protection when
13309 building test file.
13310
13311 2017-07-20 Pedro Alves <palves@redhat.com>
13312
13313 * gdb.base/default.exp (set language): Adjust expected output.
13314
13315 2017-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
13329 2017-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
13335 2017-07-17 Pedro Alves <palves@redhat.com>
13336
13337 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
13338
13339 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
13340
13341 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
13342
13343 2017-07-14 Tom Tromey <tom@tromey.com>
13344
13345 PR rust/21764:
13346 * gdb.rust/simple.exp: Add tests.
13347
13348 2017-07-14 Tom Tromey <tom@tromey.com>
13349
13350 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
13351
13352 2017-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
13358 2017-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
13363 2017-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
13368 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
13369
13370 * gdb.dlang/demangle.exp: Update for demangling changes.
13371
13372 2017-07-09 Tom Tromey <tom@tromey.com>
13373
13374 * gdb.dwarf2/shortpiece.exp: New file.
13375
13376 2017-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
13387 2017-07-06 Pedro Alves <palves@redhat.com>
13388
13389 * gdb.python/py-unwind.exp: Test flushregs.
13390
13391 2017-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
13397 2017-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
13403 2017-06-29 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.base/printcmds.exp: Add tests.
13406
13407 2017-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
13413 2017-06-21 Kevin Buettner <kevinb@redhat.com>
13414
13415 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
13416 subpattern.
13417
13418 2017-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
13424 2017-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
13430 2017-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
13435 2017-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
13440 2017-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
13456 2017-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
13462 2017-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
13467 2017-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
13473 2017-06-12 Tom Tromey <tom@tromey.com>
13474
13475 * gdb.dwarf2/formdata16.exp: Add tests.
13476
13477 2017-06-12 Tom Tromey <tom@tromey.com>
13478
13479 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
13480
13481 2017-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
13490 2017-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
13495 2017-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
13501 2017-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
13506 2017-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
13512 2017-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
13518 2017-05-18 Tom Tromey <tom@tromey.com>
13519
13520 * gdb.rust/simple.exp: Allow Box to be qualified.
13521
13522 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
13523
13524 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
13525
13526 2017-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
13531 2017-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
13539 2017-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
13545 2017-05-17 Yao Qi <yao.qi@linaro.org>
13546
13547 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
13548
13549 2017-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
13555 2017-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
13560 2017-05-03 Keith Seitz <keiths@redhat.com>
13561
13562 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13563 (main): Call it.
13564
13565 2017-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
13570 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13571
13572 * gdb.python/py-record-btrace.exp: Remove test for
13573 gdb.BtraceInstruction.error.
13574
13575 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13576
13577 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13578
13579 2017-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
13584 2017-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
13595 2017-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
13607 2017-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
13614 2017-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
13623 2017-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
13629 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13630
13631 PR gdb/21352
13632 * gdb.trace/tsv.exp: Add test for "tsave -r".
13633
13634 2017-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
13639 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13640
13641 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13642
13643 2017-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
13648 2017-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
13653 2017-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
13659 2017-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
13664 2017-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
13682 2017-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
13687 2017-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
13692 2017-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
13698 2017-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
13704 2017-03-16 Doug Evans <dje@google.com>
13705
13706 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13707
13708 2017-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.
13712
13713 2017-03-16 Doug Evans <dje@google.com>
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
13721 2017-03-16 Doug Evans <dje@google.com>
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.
13730
13731 2017-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
13736 2017-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
13741 2017-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
13747 2017-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
13755 2017-03-08 Pedro Alves <palves@redhat.com>
13756
13757 * gdb.base/step-over-exit.exp: Add explicit test message.
13758
13759 2017-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
13765 2017-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
13770 2017-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
13775 2017-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
13784 2017-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
13792 2017-03-08 Pedro Alves <palves@redhat.com>
13793
13794 PR tui/21216
13795 * gdb.tui/tui-nl-filtered-output.exp: New file.
13796
13797 2017-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
13802 2017-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
13809 2017-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
13814 2017-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
13821 2017-03-07 Pedro Alves <palves@redhat.com>
13822
13823 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13824
13825 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13826
13827 * i386-mpx-call.c: New file.
13828 * i386-mpx-call.exp: New file.
13829
13830 2017-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
13857 2017-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
13865 2017-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
13873 2017-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
13878 2017-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
13884 2017-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
13892 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13893
13894 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13895
13896 2017-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
13902 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13903
13904 * gdb.cp/chained-calls.exp: Use p instead of P.
13905
13906 2017-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
13911 2017-02-14 Tom Tromey <tom@tromey.com>
13912
13913 PR python/13598:
13914 * gdb.python/py-events.exp: Add before_prompt event tests.
13915
13916 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13917
13918 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13919
13920 2017-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
13928 2017-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
13933 2017-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
13938 2017-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
13943 2017-02-10 Tom Tromey <tom@tromey.com>
13944
13945 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13946
13947 2017-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
13952 2017-02-08 Jerome Guitton <guitton@adacore.com>
13953
13954 * gdb.base/define.exp: Add test for command abbreviations
13955 in define.
13956
13957 2017-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
13962 2017-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
13967 2017-02-03 Tom Tromey <tom@tromey.com>
13968
13969 PR rust/21097:
13970 * gdb.rust/simple.exp: Add new tests.
13971
13972 2017-02-02 Pedro Alves <palves@redhat.com>
13973
13974 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13975 tests.
13976
13977 2017-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
13985 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13986
13987 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13988
13989 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13990
13991 * gdb.btrace/enable.exp: Call gdb_exit before
13992 skip_gdbserver_tests.
13993
13994 2017-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
13999 2017-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
14028 2017-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
14033 2017-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
14038 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
14039
14040 * lib/memory.exp: Remove spurious empty newlines.
14041
14042 2017-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
14059 2017-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
14070 2017-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
14082 2017-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
14087 2017-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
14095 2017-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
14100 2017-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
14105 2017-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
14110 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
14111
14112 * gdb.dlang/debug-expr.exp: New file.
14113
14114 2016-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
14864 2016-12-22 Doug Evans <xdje42@gmail.com>
14865
14866 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14867 and msymbols.
14868
14869 2016-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
14875 2016-12-09 Yao Qi <yao.qi@linaro.org>
14876
14877 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14878
14879 2016-12-09 Yao Qi <yao.qi@linaro.org>
14880
14881 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14882
14883 2016-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
14895 2016-12-09 Yao Qi <yao.qi@linaro.org>
14896
14897 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14898
14899 2016-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
14905 2016-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
14911 2016-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
14917 2016-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
14924 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14925
14926 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14927 timeout handling.
14928
14929 2016-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
14934 2016-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
14941 2016-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
15139 2016-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
15145 2016-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
15159 2016-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
15215 2016-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
15232 2016-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
15281 2016-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
15369 2016-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
15729 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15730
15731 * Makefile.in: Include disable-implicit-rules.mk.
15732
15733 2016-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
15738 2016-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
15744 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15745
15746 * gdb.base/default.exp: Fix output of "set language".
15747
15748 2016-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
15756 2016-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
15766 2016-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
15771 2016-11-11 Catherine Moore <clm@codesourcery.com>
15772
15773 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15774
15775 2016-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
15792 2016-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
15809 2016-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
15825 2016-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
15831 2016-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
15836 2016-11-08 Tom Tromey <tom@tromey.com>
15837
15838 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15839 New method.
15840
15841 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15842
15843 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15844
15845 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15846
15847 * gdb.rust/simple.rs: Add test for univariant enums without
15848 discriminants and for encoded struct-like enums.
15849
15850 2016-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
15856 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15857
15858 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15859 general.
15860
15861 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15862
15863 * gdb.base/exec-invalid-sysroot.exp: New file.
15864
15865 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15866
15867 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15868
15869 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15870
15871 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15872
15873 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15874
15875 * gdb.base/killed-outside.exp: Remove $options from a call to
15876 `prepare_for_testing'.
15877
15878 2016-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
15883 2016-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
15888 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15889
15890 * gdb.trace/mi-trace-save.exp: New file.
15891
15892 2016-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
15899 2016-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
15904 2016-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
15911 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15912
15913 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15914
15915 2016-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
15921 2016-10-07 Yao Qi <yao.qi@linaro.org>
15922
15923 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15924
15925 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15926
15927 * gdb.python/python.exp: Test decode_line("*0").
15928
15929 2016-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
15934 2016-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
15946 2016-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
15951 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15952
15953 * gdb.base/solib-disc.exp: Use `standard_output_file'
15954 throughout.
15955
15956 2016-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
15971 2016-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
15980 2016-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
15986 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15987
15988 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15989
15990 2016-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
15995 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15996 Simon Marchi <simon.marchi@ericsson.com>
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
16002 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
16003 Simon Marchi <simon.marchi@ericsson.com>
16004
16005 PR gdb/20487
16006 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
16007 =thread-select-event check.
16008
16009 2016-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
16015 2016-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
16021 2016-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
16026 2016-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
16034 2016-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
16041 2016-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
16046 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
16047
16048 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
16049
16050 2016-09-21 Tom Tromey <tom@tromey.com>
16051
16052 PR gdb/20604:
16053 * gdb.base/quit.exp: New file.
16054
16055 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
16056
16057 * .gitignore: New file.
16058
16059 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
16060
16061 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
16062 throughout.
16063
16064 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16065
16066 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
16067
16068 2016-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
16075 2016-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
16079 2016-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
16085 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16086
16087 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
16088
16089 2016-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
16096 2016-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
16101 2016-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
16110 2016-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
16119 2016-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
16126 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
16127
16128 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
16129
16130 2016-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
16138 2016-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
16143 2016-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
16162 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16163
16164 * gdb.multi/tids.exp: Test "thread apply all".
16165
16166 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16167
16168 * gdb.base/default.exp (tty): Remove.
16169
16170 2016-08-24 Kevin Buettner <kevinb@redhat.com>
16171
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.
16175
16176 2016-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
16181 2016-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
16187 2016-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
16194 2016-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
16201 2016-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
16208 2016-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
16219 2016-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
16224 2016-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
16230 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
16231
16232 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
16233 expected error message.
16234
16235 2016-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
16240 2016-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
16245 2016-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
16251 2016-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
16258 2016-08-09 Pedro Alves <palves@redhat.com>
16259
16260 PR mi/20431
16261 * gdb.mi/mi-cmd-error.exp: New file.
16262
16263 2016-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
16270 2016-08-09 Pedro Alves <palves@redhat.com>
16271
16272 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
16273
16274 2016-08-03 Tom Tromey <tom@tromey.com>
16275
16276 PR python/18565:
16277 * gdb.python/py-frame-inline.exp: Add Frame.function test.
16278
16279 2016-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
16285 2016-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
16291 2016-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
16297 2016-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
16308 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
16309
16310 * gdb.base/new-ui.exp (do_test_invalid_args): New
16311 procedure.
16312
16313 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
16314
16315 * gdb.btrace/reconnect.c: New file.
16316 * gdb.btrace/reconnect.exp: New file.
16317
16318 2016-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
16324 2016-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
16329 2016-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
16334 2016-07-21 Yao Qi <yao.qi@linaro.org>
16335
16336 * gdb.server/solib-list.exp: Unset last_loaded_file.
16337
16338 2016-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
16343 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16344
16345 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
16346
16347 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16348
16349 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
16350
16351 2016-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
16361 2016-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
16367 2016-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
16373 2016-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
16379 2016-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
16387 2016-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
16393 2016-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
16404 2016-07-12 Tom Tromey <tom@tromey.com>
16405
16406 PR python/19293:
16407 * gdb.python/py-unwind-maint.exp: Update tests.
16408
16409 2016-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
16414 2016-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
16422 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16423
16424 * gdb.ada/arraydim.exp: Remove extra directory level in build
16425 directory.
16426
16427 2016-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
16434 2016-07-06 Manish Goregaokar <manish@mozilla.com>
16435
16436 * simple.rs: Add test for raw pointer subscripting.
16437 * simple.exp: Add test expectations.
16438
16439 2016-07-05 Yao Qi <yao.qi@linaro.org>
16440
16441 * gdb.mi/mi-reverse.exp: Match =record-started output.
16442
16443 2016-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
16461 2016-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
16467 2016-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
16472 2016-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
16477 2016-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
16482 2016-06-29 Yao Qi <yao.qi@linaro.org>
16483
16484 * gdb.base/return.c: Add copyright header.
16485
16486 2016-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
16492 2016-06-29 Yao Qi <yao.qi@linaro.org>
16493
16494 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
16495 0x0f07ff.
16496
16497 2016-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
16503 2016-06-27 Manish Goregaokar <manish@mozilla.com>
16504
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.
16508
16509 2016-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
16515 2016-06-25 Manish Goregaokar <manish@mozilla.com>
16516
16517 PR gdb/20239
16518 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
16519 * gdb.rust/simple.exp: Add test expectations for new NonZero
16520 tests.
16521
16522 2016-06-24 David Taylor <dtaylor@emc.com>
16523
16524 * gdb.base/offsets.exp: New file.
16525 * gdb.base/offsets.c: New file.
16526
16527 2016-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
16533 2016-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
16542 2016-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
16549 2016-06-21 Pedro Alves <palves@redhat.com>
16550
16551 * gdb.mi/mi-exec-run.exp: New file.
16552
16553 2016-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
16562 2016-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
16573 2016-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
16590 2016-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
16595 2016-06-21 Pedro Alves <palves@redhat.com>
16596
16597 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16598
16599 2016-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
16604 2016-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
16617 2016-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
16625 2016-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
16633 2016-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
16638 2016-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
16643 2016-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
16665 2016-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
16671 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16672
16673 * gdb.fortran/nested-funcs.exp: New.
16674 * gdb.fortran/nested-funcs.f90: New.
16675
16676 2016-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
16681 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16682
16683 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16684 matching.
16685
16686 2016-06-02 Tom Tromey <tom@tromey.com>
16687
16688 PR python/18984:
16689 * gdb.python/py-shared.exp: Add solib_name test.
16690
16691 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16692
16693 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16694
16695 2016-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
16707 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16708
16709 * gdb.trace/trace-condition.exp: Add 64bit tests.
16710
16711 2016-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
16718 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16719
16720 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16721
16722 2016-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
16728 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16729
16730 * gdb.trace/trace-condition.exp: Add counter-case tests.
16731
16732 2016-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
16738 2016-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
16744 2016-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
16749 2016-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
16754 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16755
16756 * gdb.fortran/vla-type.exp: Fix testcase name.
16757
16758 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16759
16760 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16761
16762 2016-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
16769 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16770
16771 * gdb.fortran/whatis_type.exp: Adapt expected output.
16772
16773 2016-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
16778 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16779
16780 * gdb.fortran/whatis_type.exp: Use multi_line.
16781
16782 2016-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
16788 2016-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
16794 2016-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
16800 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16801
16802 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16803
16804 2016-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
16810 2016-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
16815 2016-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
16820 2016-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
16826 2016-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
16844 2016-05-17 Tom Tromey <tom@tromey.com>
16845
16846 * gdb.base/default.exp (set language): Add rust.
16847
16848 2016-05-17 Tom Tromey <tom@tromey.com>
16849
16850 * gdb.gdb/unittest.exp: New file.
16851
16852 2016-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
16857 2016-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
16865 2016-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
16870 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16871
16872 * lib/gdb.exp (use_gdb_stub): New procedure.
16873
16874 2016-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
16881 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16882
16883 * gdb.base/detach.exp: Remove is_remote check.
16884
16885 2016-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
16891 2016-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
16896 2016-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
16907 2016-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
16969 2016-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
16983 2016-04-27 Yao Qi <yao.qi@linaro.org>
16984
16985 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16986 exists.
16987
16988 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16989
16990 * vla-type.exp: Print structure from toplevel.
16991
16992 2016-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
16999 2016-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
17004 2016-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
17009 2016-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
17014 2016-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
17019 2016-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
17026 2016-04-22 Yao Qi <yao.qi@linaro.org>
17027
17028 * gdb.trace/signal.exp: Also pass if
17029 $tracepoint_hits($i) > $iterations.
17030
17031 2016-04-22 Yao Qi <yao.qi@linaro.org>
17032
17033 * gdb.trace/signal.c: New file.
17034 * gdb.trace/signal.exp: New file.
17035
17036 2016-04-19 Doug Evans <xdje42@gmail.com>
17037
17038 * gdb.base/bad-file.exp: New file.
17039
17040 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
17041
17042 * gdb.dwarf2/implref.exp: New file.
17043
17044 2016-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
17057 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
17058
17059 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
17060
17061 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
17062
17063 * lib/compiler.c: Add Intel specific preprocessor macros.
17064 * lib/compiler.cc: Likewise.
17065
17066 2016-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
17071 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
17072
17073 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
17074
17075 2016-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
17080 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
17081
17082 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
17083
17084 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
17085
17086 * gdb.btrace/instruction_history.c (loop): Add declaration.
17087
17088 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
17089
17090 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
17091
17092 2016-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
17098 2016-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
17105 2016-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
17112 2016-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
17117 2016-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
17123 2016-04-07 Pedro Alves <palves@redhat.com>
17124
17125 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
17126 instead of build_executable. Use gdb_load_shlibs.
17127
17128 2016-04-07 Yao Qi <yao.qi@linaro.org>
17129
17130 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
17131 Execute "si" command.
17132
17133 2016-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
17138 2016-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
17143 2016-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
17148 2016-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
17154 2016-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
17159 2016-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
17171 2016-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
17188 2016-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
17194 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
17195
17196 PR gdb/19820
17197 * gdb.base/printcmds.exp: Add artificial arrays tests.
17198
17199 2016-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
17214 2016-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
17221 2016-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
17228 2016-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
17235 2016-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
17244 2016-03-29 Yao Qi <yao.qi@linaro.org>
17245
17246 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
17247
17248 2016-03-24 Yao Qi <yao.qi@linaro.org>
17249
17250 * gdb.reverse/break-reverse.exp: Add quotation mark in the
17251 test message.
17252
17253 2016-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
17258 2016-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
17265 2016-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
17276 2016-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
17282 2016-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
17287 2016-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
17292 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
17293
17294 * gdb.base/maint.exp: New tests for 'maint info line-table'.
17295
17296 2016-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
17301 2016-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
17314 2016-03-09 Pedro Alves <palves@redhat.com>
17315
17316 * gdb.base/command-line-input.exp: New file.
17317
17318 2016-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
17326 2016-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
17331 2016-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
17340 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17341
17342 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
17343 ordering.
17344
17345 2016-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
17352 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
17353
17354 * analyze-racy-logs.py: Set executable bit.
17355
17356 2016-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
17368 2016-03-03 Doug Evans <dje@google.com>
17369
17370 * gdb.base/skip.exp: Use with_test_prefix.
17371
17372 2016-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
17379 2016-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
17384 2016-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
17395 2016-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
17401 2016-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
17408 2016-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
17416 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17417
17418 * gdb.fortran/vla-history.exp: Remove breakpoint.
17419
17420 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17421
17422 * gdb.fortran/vla-history.exp: Lookup array elements and printing
17423 exceeds timeout.
17424
17425 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17426
17427 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
17428 breakpoint.
17429
17430 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17431
17432 * gdb.mi/vla.f90: Nullify pointer after declaration.
17433
17434 2016-03-01 Pedro Alves <palves@redhat.com>
17435
17436 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
17437
17438 2016-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
17448 2016-03-01 Pedro Alves <palves@redhat.com>
17449
17450 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
17451
17452 2016-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
17457 2016-03-01 Yao Qi <yao.qi@linaro.org>
17458
17459 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
17460
17461 2016-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
17466 2016-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
17471 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
17472
17473 * gdb.dlang/circular.c: New file.
17474 * gdb.dlang/circular.exp: New file.
17475
17476 2016-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
17482 2016-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
17489 2016-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
17500 2016-02-25 Yao Qi <yao.qi@linaro.org>
17501
17502 * gdb.base/branches.c: Remove.
17503
17504 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17505
17506 PR gdb/13808
17507 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
17508
17509 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17510
17511 * gdb.trace/ftrace.exp: Remove unnecessary target check.
17512
17513 2016-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
17518 2016-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
17525 2016-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
17530 2016-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
17543 2016-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
17548 2016-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
17554 2016-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
17561 2016-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
17568 2016-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
17573 2016-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
17578 2016-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
17584 2016-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
17590 2016-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
17595 2016-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
17600 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17601
17602 * gdb.arch/i386-prologue.c: Add missing prototypes.
17603
17604 2016-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
17610 2016-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
17619 2016-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
17632 2016-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
17638 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17639
17640 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17641
17642 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17643
17644 * i386-biarch-core.exp: Define corefile using
17645 standard_output_file.
17646
17647 2016-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
17652 2016-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
17659 2016-02-11 Pedro Alves <palves@redhat.com>
17660
17661 * README (Parallel testing): Add missing double quotes.
17662
17663 2016-02-11 Pedro Alves <palves@redhat.com>
17664
17665 * README (Parallel testing): New section.
17666 (GDB_PARALLEL): Rewrite.
17667 (FORCE_PARALLEL): Document.
17668
17669 2016-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
17674 2016-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
17681 2016-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
17686 2016-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
17692 2016-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
17698 2016-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
17707 2016-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
17751 2016-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
17756 2016-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
17786 2016-02-01 Doug Evans <dje@google.com>
17787
17788 * gdb.base/skip.exp: Clean up multiple references to same test name.
17789
17790 2016-02-01 Pedro Alves <palves@redhat.com>
17791
17792 PR remote/19496
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
17800 2016-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
17806 2016-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
17812 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17813
17814 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17815
17816 2016-01-28 Yao Qi <yao.qi@linaro.org>
17817
17818 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17819
17820 2016-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
17826 2016-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
17832 2016-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
17842 2016-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
17847 2016-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
17852 2016-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
17859 2016-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
17865 2016-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
17872 2016-01-21 Doug Evans <dje@google.com>
17873
17874 * lib/ada.exp (gdb_compile_ada): Fix typo.
17875
17876 2016-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
17882 2016-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
17888 2016-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
17894 2016-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
17899 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17900
17901 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17902
17903 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17904
17905 * Makefile.in (check-single): Pass --status to runtest.
17906 (check/%.exp): Likewise.
17907
17908 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17909
17910 * Makefile.in (check-parallel): Propagate return code from make
17911 do-check-parallel.
17912
17913 2016-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
17919 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17920
17921 * lib/gdb.exp (gdb_test): Remove unused global references.
17922
17923 2016-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
17944 2016-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
17950 2016-01-15 Pedro Alves <palves@redhat.com>
17951
17952 * gdb.multi/tids.exp: Test star wildcard ranges.
17953
17954 2016-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
17963 2016-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
17969 2016-01-13 Pedro Alves <palves@redhat.com>
17970
17971 * gdb.multi/tids.exp: Test "info threads -gid".
17972
17973 2016-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
17979 2016-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
17991 2016-01-13 Pedro Alves <palves@redhat.com>
17992
17993 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17994
17995 2016-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
18000 2016-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
18006 2016-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
18015 2016-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
18020 2016-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
18026 2016-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
18034 2016-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
18042 2016-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
18049 2016-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
18056 2016-01-06 Pedro Alves <palves@redhat.com>
18057
18058 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
18059
18060 2016-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
18066 2015-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
18071 2015-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
18080 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
18081
18082 * gdb.base/foll-vork.exp: Remove HP-UX special case.
18083
18084 2015-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
18089 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
18090
18091 * gdb.base/break.exp: Remove dead code.
18092 * gdb.base/sepdebug.exp: Likewise.
18093
18094 2015-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
18132 2015-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
18163 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
18164
18165 * configure.ac: Remove HP-UX case.
18166 * configure: Regenerate.
18167
18168 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
18169
18170 * lib/gdb.exp (gdb_compile): Add function doc.
18171
18172 2015-12-17 Pedro Alves <palves@redhat.com>
18173
18174 PR threads/19354
18175 * gdb.multi/info-threads.exp: New file.
18176
18177 2015-12-15 Yao Qi <yao.qi@linaro.org>
18178
18179 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
18180 is aarch64*-*-*.
18181
18182 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18183
18184 * gdb.base/history-duplicates.exp: Skip if no readline support.
18185
18186 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18187
18188 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
18189
18190 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18191
18192 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
18193
18194 2015-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
18214 2015-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
18240 2015-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
18247 2015-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
18252 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18253
18254 * gdb.base/list.exp (test_list): Make test names unique.
18255
18256 2015-12-11 Yao Qi <yao.qi@linaro.org>
18257
18258 * gdb.base/coremaker2.c: Remove.
18259
18260 2015-12-10 Pedro Alves <palves@redhat.com>
18261
18262 * gdb.multi/base.exp: Remove stale "spaces" references.
18263
18264 2015-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
18274 2015-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
18284 2015-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
18289 2015-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
18294 2015-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
18304 2015-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
18309 2015-12-04 Josh Stone <jistone@redhat.com>
18310
18311 * gdb.base/catch-fork-static.exp: New.
18312
18313 2015-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
18324 2015-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
18329 2015-11-30 Pedro Alves <palves@redhat.com>
18330
18331 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
18332
18333 2015-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
18338 2015-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
18344 2015-11-27 Yao Qi <yao.qi@linaro.org>
18345
18346 * gdb.arch/arm-neon.exp: New.
18347 * gdb.arch/arm-neon.c: New.
18348
18349 2015-11-27 Yao Qi <yao.qi@linaro.org>
18350
18351 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
18352
18353 2015-11-27 Yao Qi <yao.qi@linaro.org>
18354
18355 * gdb.cp/annota2.exp: Allow multiple occurrences of the
18356 frames-invalid annotation.
18357
18358 2015-11-27 Yao Qi <yao.qi@linaro.org>
18359
18360 * gdb.cp/annota2.exp: Use ${frames_invalid}.
18361
18362 2015-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
18368 2015-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
18374 2015-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
18381 2015-11-24 Pedro Alves <palves@redhat.com>
18382
18383 PR 17539
18384 * gdb.base/display.exp: Expect displays to be sorted in ascending
18385 order. Use multi_line.
18386 * gdb.base/solib-display.exp: Likewise.
18387
18388 2015-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
18417 2015-11-24 Pedro Alves <palves@redhat.com>
18418
18419 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
18420 use lowercase.
18421
18422 2015-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
18430 2015-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
18437 2015-11-23 Kevin Buettner <kevinb@redhat.com>
18438
18439 * gdb.base/asmlabel.exp: New test.
18440 * gdb.base/asmlabel.c: New test case.
18441
18442 2015-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
18448 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18449
18450 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
18451
18452 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18453
18454 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
18455 pstate register when comparing registers values in
18456 sparc64-*-linux-gnu targets to avoid spurious differences.
18457
18458 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18459
18460 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
18461
18462 2015-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
18469 2015-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
18474 2015-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
18486 2015-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
18492 2015-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
18524 2015-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
18543 2015-11-09 Joel Brobecker <brobecker@adacore.com>
18544
18545 * gdb.ada/fin_fun_out: New testcase.
18546
18547 2015-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
18555 2015-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
18574 2015-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
18593 2015-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
18598 2015-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
18604 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18605
18606 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18607
18608 2015-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
18619 2015-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
18627 2015-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
18644 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18645
18646 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18647
18648 2015-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
18655 2015-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
18661 2015-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
18666 2015-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
18676 2015-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
18694 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18695
18696 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18697 of hardwired timeout value.
18698
18699 2015-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
18705 2015-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
18725 2015-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
18732 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18733
18734 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18735 results.
18736
18737 2015-10-12 Yao Qi <yao.qi@linaro.org>
18738
18739 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18740
18741 2015-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
18746 2015-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
18756 2015-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
18761 2015-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
18768 2015-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
18773 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18774
18775 * gdb.dlang/properties.exp: New file.
18776
18777 2015-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
18782 2015-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
18787 2015-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
18792 2015-09-28 Doug Evans <dje@google.com>
18793
18794 * gdb.base/gcore.c (array_func): Add reference to static_array.
18795
18796 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18797
18798 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18799 source line.
18800
18801 2015-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
18806 2015-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
18811 2015-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
18817 2015-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
18822 2015-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
18827 2015-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
18842 2015-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
18847 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18848
18849 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18850 the breakpoint.
18851
18852 2015-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
18858 2015-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
18863 2015-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
18868 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18869
18870 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18871
18872 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18873
18874 * gdb.linespec/explicit.exp: Check for readline support for
18875 tab-completion tests. Fix obvious typo.
18876
18877 2015-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
18882 2015-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
18887 2015-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
18893 2015-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
18898 2015-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
18909 2015-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
18916 2015-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
18922 2015-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
18929 2015-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
18934 2015-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
18940 2015-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
18946 2015-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
18951 2015-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
18960 2015-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
18967 2015-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
18972 2015-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
18989 2015-09-09 Doug Evans <dje@google.com>
18990
18991 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18992
18993 2015-09-09 Doug Evans <dje@google.com>
18994
18995 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18996
18997 2015-09-09 Doug Evans <dje@google.com>
18998
18999 * gdb.base/savedregs.exp: Fix typo.
19000
19001 2015-09-09 Pedro Alves <palves@redhat.com>
19002
19003 * gdb.mi/mi-cli.exp: Add CLI finish tests.
19004
19005 2015-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
19011 2015-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
19016 2015-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
19028 2015-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
19033 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
19034
19035 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
19036 to C.
19037
19038 2015-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
19043 2015-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
19048 2015-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
19057 2015-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
19062 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
19063
19064 * gdb.opt/inline-markers.c: Make z int.
19065
19066 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
19067
19068 * gdb.opt/inline-markers.c: Make z volatile.
19069
19070 2015-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
19079 2015-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
19089 2015-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
19096 2015-08-21 Gary Benson <gbenson@redhat.com>
19097
19098 * gdb.trace/pending.exp: Cope with remote transfer warnings.
19099
19100 2015-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
19105 2015-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
19110 2015-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
19115 2015-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
19120 2015-08-19 Kevin Buettner <kevinb@redhat.com>
19121
19122 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
19123 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
19124
19125 2015-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
19136 2015-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
19141 2015-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
19146 2015-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
19151 2015-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
19159 2015-08-14 Keith Seitz <keiths@redhat.com>
19160
19161 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
19162 "evaluated-by".
19163
19164 2015-08-13 Joel Brobecker <brobecker@adacore.com>
19165
19166 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
19167
19168 2015-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
19175 2015-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
19180 2015-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
19186 2015-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
19193 2015-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
19202 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
19203
19204 * lib/gdb.exp (save_vars): New proc.
19205
19206 2015-08-11 Keith Seitz <keiths@redhat.com>
19207
19208 * gdb.base/help.exp: Update help_breakpoint_text.
19209
19210 2015-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
19219 2015-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
19232 2015-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
19238 2015-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
19244 2015-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
19250 2015-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
19255 2015-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
19270 2015-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
19276 2015-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
19283 2015-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
19289 2015-08-06 Pedro Alves <palves@redhat.com>
19290
19291 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
19292
19293 2015-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
19299 2015-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
19304 2015-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
19309 2015-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
19314 2015-08-03 Doug Evans <dje@google.com>
19315
19316 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
19317 10000.
19318
19319 2015-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
19332 2015-08-03 Doug Evans <dje@google.com>
19333
19334 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
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.
19341 * gdb.perf/lib/perftest/testresult.py
19342 (SingleStatisticTestResult.record): Handle multiple data-points.
19343
19344 2015-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
19382 2015-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
19388 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19389
19390 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
19391
19392 2015-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
19399 2015-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
19404 2015-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
19410 2015-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
19417 2015-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
19423 2015-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
19429 2015-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
19434 2015-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
19439 2015-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
19445 2015-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
19450 2015-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
19459 2015-07-29 Pedro Alves <palves@redhat.com>
19460
19461 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
19462
19463 2015-07-29 Pedro Alves <palves@redhat.com>
19464
19465 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
19466 at the top.
19467
19468 2015-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
19501 2015-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
19510 2015-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
19519 2015-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
19524 2015-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
19532 2015-07-29 Pedro Alves <palves@redhat.com>
19533
19534 * gdb.base/varargs.exp: Use gdb_test_stdio.
19535
19536 2015-07-29 Pedro Alves <palves@redhat.com>
19537
19538 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
19539
19540 2015-07-29 Pedro Alves <palves@redhat.com>
19541
19542 * gdb.base/ending-run.exp: Use gdb_test_stdio.
19543
19544 2015-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
19551 2015-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
19556 2015-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
19562 2015-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
19572 2015-07-29 Pedro Alves <palves@redhat.com>
19573
19574 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19575
19576 2015-07-29 Pedro Alves <palves@redhat.com>
19577
19578 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19579
19580 2015-07-29 Pedro Alves <palves@redhat.com>
19581
19582 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19583 gdb_test_stdio.
19584
19585 2015-07-29 Pedro Alves <palves@redhat.com>
19586
19587 * lib/gdb.exp (gdb_test_stdio): New procedure.
19588
19589 2015-07-29 Pedro Alves <palves@redhat.com>
19590
19591 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19592
19593 2015-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
19601 2015-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
19608 2015-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
19613 2015-07-28 Pedro Alves <palves@redhat.com>
19614
19615 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19616
19617 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19618
19619 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19620
19621 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19622
19623 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19624
19625 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19626
19627 * gdb.base/gdb-sigterm-2.exp: New test.
19628
19629 2015-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
19645 2015-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
19678 2015-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
19684 2015-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
19696 2015-07-24 Doug Evans <dje@google.com>
19697
19698 * lib/gdb.exp (clean_restart): Make executable optional.
19699
19700 2015-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
19710 2015-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
19725 2015-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
19732 2015-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
19737 2015-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
19744 2015-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
19750 2015-07-24 Yao Qi <yao.qi@linaro.org>
19751
19752 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19753 restarting process.
19754
19755 2015-07-24 Yao Qi <yao.qi@linaro.org>
19756
19757 * gdb.server/ext-restart.exp: New file.
19758
19759 2015-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
19765 2015-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
19770 2015-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
19777 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19778
19779 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19780
19781 2015-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
19787 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19788
19789 Revert the previous commit:
19790 Tests for validate symbol file using build-id.
19791
19792 2015-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
19800 2015-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
19808 2015-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
19817 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19818
19819 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19820
19821 2015-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
19826 2015-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
19832 2015-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
19837 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19838
19839 * gdb.btrace/record_goto-step.exp: New.
19840
19841 2015-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
19850 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19851
19852 PR exp/18617
19853 * gdb.trace/ax.exp: Add test.
19854
19855 2015-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
19864 2015-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
19876 2015-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
19881 2015-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
19888 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19889
19890 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19891 print.
19892
19893 2015-07-07 Yao Qi <yao.qi@linaro.org>
19894
19895 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19896
19897 2015-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
19902 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19903
19904 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19905
19906 2015-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
19912 2015-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
19922 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19923
19924 * gdb.base/history-duplicates.exp: New test.
19925
19926 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19927
19928 * gdb.base/completion.exp: Test the completion of the "focus"
19929 command.
19930
19931 2015-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
19936 2015-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
19941 2015-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
19946 2015-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
19951 2015-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
19957 2015-06-22 Yao Qi <yao.qi@linaro.org>
19958
19959 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19960
19961 2015-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
19967 2015-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
19972 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19973
19974 PR gdb/16999
19975 * gdb.base/gdbhistsize-history.exp: New test.
19976
19977 2015-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
19983 2015-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
19988 2015-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
19993 2015-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
20009 2015-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
20016 2015-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
20023 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
20024 Mircea Gherzan <mircea.gherzan@intel.com>
20025
20026 * gdb.arch/i386-mpx-map.c: New file.
20027 * gdb.arch/i386-mpx-map.exp: New File.
20028
20029 2015-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
20034 2015-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
20041 2015-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
20050 2015-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
20055 2015-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
20062 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
20063
20064 PR gdb/15564
20065 * gdb.mi/mi-detach.exp: New file.
20066
20067 2015-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
20074 2015-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
20079 2015-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
20085 2015-05-26 Doug Evans <dje@google.com>
20086
20087 * gdb.cp/iostream.cc: New file.
20088 * gdb.cp/iostream.exp: New file.
20089
20090 2015-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
20097 2015-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
20106 2015-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
20112 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
20113
20114 * lib/gdb.exp (supports_process_record): Return true for
20115 aarch64*-linux*.
20116 (supports_reverse): Likewise.
20117
20118 2015-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
20123 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
20124
20125 * gdb.base/completion.exp: Add test for completion of layout
20126 names.
20127
20128 2015-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
20133 2015-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
20140 2015-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
20145 2015-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
20150 2015-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
20156 2015-05-15 Joel Brobecker <brobecker@adacore.com>
20157
20158 * gdb.ada/arr_enum_with_gap: New testcase.
20159
20160 2015-05-15 Joel Brobecker <brobecker@adacore.com>
20161
20162 * gdb.ada/byte_packed_arr: New testcase.
20163
20164 2015-05-15 Joel Brobecker <brobecker@adacore.com>
20165
20166 * gdb.ada/pckd_neg: New testcase.
20167
20168 2015-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
20175 2015-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
20184 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
20185
20186 * gdb.base/coredump-filter.exp: Correctly unset
20187 "coredump_var_addr" array.
20188
20189 2015-05-08 Pedro Alves <palves@redhat.com>
20190
20191 * gdb.server/non-existing-program.exp: Unset spawn_id.
20192
20193 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
20194
20195 PR python/18291
20196 * gdb.python/py-xmethods.exp: Add tests.
20197
20198 2015-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
20207 2015-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
20212 2015-05-06 Pedro Alves <palves@redhat.com>
20213
20214 PR server/18081
20215 * gdb.server/non-existing-program.exp: New file.
20216
20217 2015-05-05 Joel Brobecker <brobecker@adacore.com>
20218
20219 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
20220
20221 2015-05-05 Joel Brobecker <brobecker@adacore.com>
20222
20223 * gdb.ada/out_of_line_in_inlined: New testcase.
20224
20225 2015-05-05 Joel Brobecker <brobecker@adacore.com>
20226
20227 * gdb.ada/var_rec_arr: New testcase.
20228
20229 2015-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
20235 2015-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
20241 2015-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
20247 2015-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
20252 2015-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
20257 2015-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
20264 2015-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
20270 2015-04-28 Sasha Smundak <asmundak@google.com>
20271
20272 * gdb.python/py-type.exp: New test.
20273
20274 2015-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
20281 2015-04-27 Joel Brobecker <brobecker@adacore.com>
20282
20283 * gdb.ada/rec_comp: New testcase.
20284
20285 2015-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
20290 2015-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
20295 2015-04-24 Yao Qi <yao.qi@linaro.org>
20296
20297 * boards/remote-gdbserver-on-localhost.exp: New file.
20298
20299 2015-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
20305 2015-04-23 Pedro Alves <palves@redhat.com>
20306
20307 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
20308
20309 2015-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
20314 2015-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
20322 2015-04-20 Gary Benson <gbenson@redhat.com>
20323
20324 * gdb.base/attach.exp: Fix three extended remote failures.
20325
20326 2015-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
20331 2015-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
20336 2015-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
20341 2015-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
20348 2015-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
20363 2015-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
20371 2015-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
20376 2015-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
20389 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
20390
20391 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
20392
20393 2015-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
20398 2015-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
20403 2015-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
20408 2015-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
20413 2015-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
20418 2015-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
20423 2015-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
20429 2015-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
20439 2015-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
20448 2015-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
20458 2015-04-10 Pedro Alves <palves@redhat.com>
20459
20460 PR gdb/18216
20461 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
20462
20463 2015-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
20470 2015-04-10 Pedro Alves <palves@redhat.com>
20471
20472 PR gdb/13858
20473 * gdb.base/step-over-no-symbols.exp: New file.
20474
20475 2015-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
20480 2015-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
20492 2015-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
20507 2015-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
20515 2015-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
20521 2015-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
20532 2015-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
20542 2015-04-07 Pedro Alves <palves@redhat.com>
20543
20544 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
20545 append the substituted item, not the original item.
20546
20547 2015-04-07 Pedro Alves <palves@redhat.com>
20548
20549 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
20550 gdb_expect.
20551
20552 2015-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
20557 2015-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
20563 2015-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
20571 2015-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
20578 2015-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
20583 2015-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
20588 2015-04-02 Gary Benson <gbenson@redhat.com>
20589
20590 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20591
20592 2015-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
20601 2015-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
20606 2015-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
20611 2015-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
20634 2015-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
20639 2015-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
20645 2015-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
20652 2015-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
20657 2015-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
20665 2015-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
20673 2015-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
20684 2015-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
20690 2015-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
20695 2015-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
20720 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20721
20722 * gdb.btrace/exception.exp: Increase BTS buffer size.
20723
20724 2015-03-24 Pedro Alves <palves@redhat.com>
20725
20726 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20727
20728 2015-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
20734 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20735
20736 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20737
20738 2015-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
20749 2015-03-23 Keith Seitz <keiths@redhat.com>
20750
20751 * gdb.linespec/keywords.c: New file.
20752 * gdb.linespec/keywords.exp: New file.
20753
20754 2015-03-23 Keith Seitz <keiths@redhat.com>
20755
20756 PR gdb/18021
20757 * gdb.dwarf2/staticvirtual.exp: New test.
20758
20759 2015-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
20834 2015-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
20842 2015-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
20847 2015-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
20856 2015-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
20867 2015-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
20873 2015-03-11 Andy Wingo <wingo@igalia.com>
20874
20875 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20876
20877 2015-03-11 Yao Qi <yao.qi@linaro.org>
20878
20879 * gdb.base/catch-syscall.exp: Fix typo in comments.
20880
20881 2015-03-11 Yao Qi <yao.qi@linaro.org>
20882
20883 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20884
20885 2015-03-09 Pedro Alves <palves@redhat.com>
20886
20887 * dg-extract-results.py: Delete.
20888
20889 2015-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
20897 2015-03-05 Pedro Alves <palves@redhat.com>
20898
20899 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20900
20901 2015-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
20906 2015-03-04 Pedro Alves <palves@redhat.com>
20907
20908 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20909
20910 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20911
20912 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20913
20914 2015-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
20920 2015-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
20925 2015-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
20930 2015-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
20935 2015-03-02 Pedro Alves <palves@redhat.com>
20936
20937 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20938 -1.
20939
20940 2015-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
20945 2015-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
20952 2015-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
20959 2015-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
20965 2015-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
20970 2015-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
20979 2015-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
20984 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20985
20986 * gdb.base/structs.exp: Check for correct struct on finish.
20987
20988 2015-02-26 Yao Qi <yao.qi@linaro.org>
20989
20990 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20991 is zero.
20992
20993 2015-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
20999 2015-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
21004 2015-02-23 Pedro Alves <palves@redhat.com>
21005
21006 * lib/gdb.exp (delete_breakpoints): Rewrite using
21007 gdb_test_multiple.
21008
21009 2015-02-23 Pedro Alves <palves@redhat.com>
21010
21011 * gdb.base/info-os.c: Include stdlib.h.
21012
21013 2015-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
21021 2015-02-21 Doug Evans <dje@google.com>
21022
21023 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
21024
21025 2015-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
21031 2015-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
21036 2015-02-20 Pedro Alves <palves@redhat.com>
21037
21038 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
21039 info probes.
21040
21041 2015-02-20 Pedro Alves <palves@redhat.com>
21042
21043 * gdb.threads/multi-create-ns-info-thr.exp: New file.
21044
21045 2015-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
21050 2015-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
21056 2015-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
21062 2015-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
21068 2015-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
21079 2015-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
21085 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21086
21087 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
21088
21089 2015-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
21094 2015-02-10 Doug Evans <xdje42@gmail.com>
21095
21096 * lib/gdb.exp (gdb_load): Always return a result.
21097
21098 2015-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
21103 2015-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
21108 2015-02-09 Mark Wielaard <mjw@redhat.com>
21109
21110 * gdb.dwarf2/atomic.c: New file.
21111 * gdb.dwarf2/atomic-type.exp: Likewise.
21112
21113 2015-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
21126 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
21127
21128 * gdb.btrace/buffer-size: New.
21129
21130 2015-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
21142 2015-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
21147 2015-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
21160 2015-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
21173 2015-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
21181 2015-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
21187 2015-01-31 Doug Evans <xdje42@gmail.com>
21188
21189 * gdb.base/maint.exp <maint print type argc>: Update expected output.
21190
21191 2015-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
21197 2015-01-31 Doug Evans <xdje42@gmail.com>
21198
21199 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
21200
21201 2015-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
21212 2015-01-29 Joel Brobecker <brobecker@adacore.com>
21213
21214 * gdb.ada/disc_arr_bound: New testcase.
21215
21216 2015-01-29 Joel Brobecker <brobecker@adacore.com>
21217
21218 * gdb.ada/mi_var_array: New testcase.
21219
21220 2015-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
21226 2015-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
21233 2015-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
21256 2015-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
21261 2015-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
21268 2015-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
21273 2015-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
21285 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21286
21287 * gdb.compile/compile.exp (pointer to jit function): New test.
21288
21289 2015-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
21295 2015-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
21302 2015-01-15 Joel Brobecker <brobecker@adacore.com>
21303
21304 * gdb.ada/var_arr_attrs: New testcase.
21305
21306 2015-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
21314 2015-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
21320 2015-01-13 Doug Evans <dje@google.com>
21321
21322 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
21323 binary.
21324
21325 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21326
21327 * Makefile.in (clean mostlyclean): Do not delete *.py.
21328
21329 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21330
21331 * gdb.python/py-lookup-type.exp: New file.
21332
21333 2015-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
21338 2015-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
21343 2015-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
21354 2015-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
21362 2015-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
21367 2015-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
21385 2015-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
21399 2015-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
21404 2014-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
21415 2015-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
21429 2015-01-08 Yao Qi <yao@codesourcery.com>
21430
21431 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
21432
21433 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21434
21435 Fix testcase compilation.
21436 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
21437
21438 2015-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
21443 2015-01-02 Doug Evans <xdje42@gmail.com>
21444
21445 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
21446
21447 2015-01-02 Doug Evans <dje@google.com>
21448
21449 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
21450
21451 2014-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
21456 2014-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
21464 2014-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
21470 2014-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
21481 2014-12-16 Doug Evans <xdje42@gmail.com>
21482
21483 * boards/stabs.exp: New file.
21484
21485 2014-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
21490 2014-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
21496 2014-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
21533 2014-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
21538 2014-12-15 Jason Merrill <jason@redhat.com>
21539
21540 * Makefile.in (check-gdb.%): Restore.
21541 * README: Mention it.
21542
21543 2014-12-13 Joel Brobecker <brobecker@adacore.com>
21544
21545 * gdb.ada/str_uninit: New testcase.
21546
21547 2014-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
21554 2014-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
21577 2014-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
21582 2014-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
21587 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21588
21589 * gdb.base/completion.exp: Add test for completion of "info
21590 registers ".
21591
21592 2014-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
21597 2014-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
21603 2014-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
21608 2014-12-08 Doug Evans <dje@google.com>
21609
21610 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21611
21612 2014-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
21619 2014-12-05 Yao Qi <yao@codesourcery.com>
21620
21621 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21622
21623 2014-12-04 Doug Evans <dje@google.com>
21624
21625 * gdb.python/py-objfile.exp: Add tests for
21626 objfile.add_separate_debug_file.
21627
21628 2014-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
21634 2014-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
21646 2014-12-02 Doug Evans <dje@google.com>
21647
21648 PR symtab/17602
21649 * gdb.cp/anon-ns.cc: Move guts of this file to ...
21650 * gdb.cp/anon-ns2.cc: ... here. New file.
21651 * gdb.cp/anon-ns.exp: Update.
21652
21653 2014-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
21661 2014-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
21667 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21668
21669 * gdb.python/python.exp: Change expected reply to help().
21670
21671 2014-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
21677 2014-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
21683 2014-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
21694 2014-11-28 Yao Qi <yao@codesourcery.com>
21695
21696 * gdb.base/break-probes.exp: Match library name prefixed with
21697 sysroot.
21698
21699 2014-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
21705 2014-11-26 Doug Evans <dje@google.com>
21706
21707 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21708
21709 2014-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
21719 2014-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
21725 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21726
21727 * gdb.ada/n_arr_bound: New testcase.
21728
21729 2014-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
21736 2014-11-20 Doug Evans <xdje42@gmail.com>
21737
21738 * gdb.base/maint.exp: Update expected output.
21739
21740 2014-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
21745 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21746
21747 * gdb.ada/arr_arr: New testcase.
21748
21749 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21750
21751 * gdb.ada/pkd_arr_elem: New Testcase.
21752
21753 2014-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
21767 2014-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
21774 2014-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
21780 2014-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
21790 2014-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
21795 2014-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
21802 2014-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
21810 2014-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
21815 2014-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
21821 2014-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
21831 2014-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
21838 2014-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
21843 2014-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
21887 2014-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
21936 2014-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
21942 2014-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
21948 2014-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
21955 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21956
21957 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21958 variant.
21959
21960 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21961
21962 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21963
21964 2014-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
21973 2014-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
21983 2014-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
21989 2014-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
21995 2014-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
22001 2014-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
22008 2014-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
22014 2014-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
22020 2014-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
22026 2014-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
22033 2014-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
22039 2014-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
22044 2014-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
22055 2014-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
22063 2014-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
22069 2014-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
22075 2014-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
22080 2014-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
22087 2014-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
22093 2014-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
22121 2014-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
22128 2014-10-29 Yao Qi <yao@codesourcery.com>
22129
22130 * gdb.base/fileio.exp: Make directories on host.
22131
22132 2014-10-29 Yao Qi <yao@codesourcery.com>
22133
22134 * gdb.base/fileio.c (test_write): Close the file.
22135
22136 2014-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
22150 2014-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
22162 2014-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
22184 2014-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
22192 2014-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
22203 2014-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
22209 2014-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
22219 2014-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
22230 2014-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
22235 2014-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
22243 2014-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
22268 2014-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
22277 2014-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
22288 2014-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
22294 2014-10-17 Doug Evans <dje@google.com>
22295
22296 * gdb.python/py-objfile.exp: Test progspace attribute.
22297
22298 2014-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
22321 2014-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
22326 2014-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
22332 2014-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
22338 2014-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
22344 2014-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
22357 2014-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
22373 2014-10-16 Yao Qi <yao@codesourcery.com>
22374
22375 * gdb.base/remotetimeout.exp: Remove noargs checking.
22376
22377 2014-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
22388 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
22389
22390 * gdb.dlang/demangle.exp: Update for demangling changes.
22391
22392 2014-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
22397 2014-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
22404 2014-10-15 Yao Qi <yao@codesourcery.com>
22405
22406 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
22407 remote host.
22408
22409 2014-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
22416 2014-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
22424 2014-10-14 Joel Brobecker <brobecker@adacore.com>
22425
22426 * gdb.ada/addr_arith: New testcase.
22427
22428 2014-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
22435 2014-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
22441 2014-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
22457 2014-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
22463 2014-10-13 Doug Evans <dje@google.com>
22464
22465 * gdb.python/py-objfile.exp: Change name of file name test.
22466
22467 2014-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
22472 2014-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
22479 2014-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
22485 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22486
22487 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
22488
22489 2014-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
22494 2014-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
22501 2014-10-11 Yao Qi <yao@codesourcery.com>
22502
22503 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
22504
22505 2014-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
22513 2014-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
22523 2014-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
22530 2014-10-02 Doug Evans <dje@google.com>
22531
22532 * gdb.base/structs.c (main): Don't run forever.
22533
22534 2014-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
22539 2014-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
22545 2014-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
22551 2014-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
22556 2014-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
22561 2014-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
22566 2014-09-30 Yao Qi <yao@codesourcery.com>
22567
22568 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22569 false.
22570
22571 2014-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
22576 2014-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
22581 2014-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
22588 2014-09-18 Doug Evans <dje@google.com>
22589
22590 * gdb.dwarf2/symtab-producer.exp: New file.
22591
22592 2014-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
22599 2014-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
22610 2014-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
22616 2014-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
22622 2014-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
22627 2014-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
22645 2014-09-16 Yao Qi <yao@codesourcery.com>
22646
22647 * boards/local-remote-host-native.exp: New file.
22648
22649 2014-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
22656 2014-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
22661 2014-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
22669 2014-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
22693 2014-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
22699 2014-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
22707 2014-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
22715 2014-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
22726 2014-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
22731 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22732
22733 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22734
22735 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22736
22737 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22738
22739 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22740
22741 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22742
22743 2014-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
22748 2014-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
22755 2014-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
22765 2014-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
22771 2014-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
22782 2014-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
22787 2014-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
22792 2014-09-09 Doug Evans <xdje42@gmail.com>
22793
22794 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22795
22796 2014-09-09 Yao Qi <yao@codesourcery.com>
22797
22798 * gdb.mi/mi-var-display.exp: Set print symbol off.
22799
22800 2014-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
22810 2014-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
22818 2014-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
22824 2014-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
22830 2014-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
22836 2014-09-03 Sasha Smundak <asmundak@google.com>
22837
22838 * gdb.python/py-frame.exp: Test Frame.read_register.
22839
22840 2014-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
22846 2014-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
22853 2014-08-27 Doug Evans <dje@google.com>
22854
22855 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22856
22857 2014-08-25 Doug Evans <dje@google.com>
22858
22859 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22860 (main): Ditto.
22861
22862 2014-08-25 Doug Evans <dje@google.com>
22863
22864 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22865
22866 2014-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
22872 2014-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
22879 2014-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
22886 2014-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
22891 2014-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
22901 2014-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
22917 2014-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
22923 2014-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
22931 2014-08-19 Pedro Alves <palves@redhat.com>
22932
22933 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22934
22935 2014-08-19 Yao Qi <yao@codesourcery.com>
22936
22937 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22938 right line.
22939
22940 2014-08-18 David Blaikie <dblaikie@gmail.com>
22941
22942 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22943
22944 2014-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
22949 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22950
22951 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22952
22953 2014-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
22959 2014-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
22966 2014-08-15 Yao Qi <yao@codesourcery.com>
22967
22968 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22969 false.
22970
22971 2014-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
22978 2014-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
22983 2014-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
23000 2014-08-09 Yao Qi <yao@codesourcery.com>
23001
23002 PR testsuite/13443
23003 * gdb.mi/mi-var-display.exp: Make test messages unique.
23004
23005 2014-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
23010 2014-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
23015 2014-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
23022 2014-07-30 Pedro Alves <palves@redhat.com>
23023
23024 * gdb.threads/signal-command-handle-nopass.exp (test): Add
23025 comment.
23026
23027 2014-07-29 Yao Qi <yao@codesourcery.com>
23028
23029 PR gdb/17206
23030 * gdb.base/until-nodebug.exp: New.
23031
23032 2014-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
23039 2014-07-28 Will Newton <will.newton@linaro.org>
23040
23041 * gdb.base/varargs.exp: Remove KFAILs for ARM.
23042
23043 2014-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
23049 2014-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
23058 2014-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
23086 2014-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
23095 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
23096
23097 PR gdb/17170
23098 * gdb.base/statistics.exp: New file.
23099
23100 2014-07-17 Doug Evans <dje@google.com>
23101
23102 PR gdb/17170
23103 * gdb.base/maint.exp: Update testing of per-command stats.
23104
23105 2014-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
23122 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
23123
23124 * gdb.base/debug-expr.exp: Test string evaluation with
23125 "debug expression" on.
23126
23127 2014-07-15 Pedro Alves <palves@redhat.com>
23128
23129 * gdb.base/reread.exp: Use clean_restart.
23130
23131 2014-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
23136 2014-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
23141 2014-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
23146 2014-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
23152 2014-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
23158 2014-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
23169 2014-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
23174 2014-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
23179 2014-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
23184 2014-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
23189 2014-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
23199 2014-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
23205 2014-07-11 Yao Qi <yao@codesourcery.com>
23206
23207 * gdb.base/exprs.exp: "set print symbol off".
23208
23209 2014-07-11 Pedro Alves <palves@redhat.com>
23210
23211 * gdb.threads/kill.c: New file.
23212 * gdb.threads/kill.exp: New file.
23213
23214 2014-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
23220 2014-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
23225 2014-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
23234 2014-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
23242 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
23243
23244 * gdb.btrace/segv.exp: New.
23245 * gdb.btrace/segv.c: New.
23246
23247 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
23248
23249 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
23250 instruction.
23251
23252 2014-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
23260 2014-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
23265 2014-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
23270 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
23271
23272 * gdb.btrace/gcore.exp: New.
23273
23274 2014-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
23279 2014-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
23285 2014-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
23291 2014-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
23296 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
23297
23298 * gdb.dlang/expression.exp: New file.
23299
23300 2014-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
23307 2014-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
23312 2014-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
23321 2014-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
23329 calls to test_follow_fork and reset GDB for subsequent
23330 procedure calls.
23331
23332 2014-06-17 Yao Qi <yao@codesourcery.com>
23333
23334 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
23335 CP1252.
23336
23337 2014-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
23343 2014-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
23349 2014-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
23358 2014-06-12 Tom Tromey <tromey@redhat.com>
23359
23360 * gdb.base/completion.exp: Don't use directory name in test.
23361
23362 2014-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
23372 2014-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
23383 2014-06-06 Doug Evans <xdje42@gmail.com>
23384
23385 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
23386
23387 2014-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
23394 2014-06-06 Pedro Alves <palves@redhat.com>
23395
23396 * gdb.base/break-unload-file.exp: Fix typo.
23397
23398 2014-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
23403 2014-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
23410 2014-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
23419 2014-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
23424 2014-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
23430 2014-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
23435 2014-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
23440 2014-06-04 Doug Evans <xdje42@gmail.com>
23441
23442 * gdb.guile/scm-generics.exp: Delete.
23443
23444 2014-06-04 Doug Evans <xdje42@gmail.com>
23445
23446 * gdb.guile/scm-breakpoint.exp: Update.
23447 Add tests for breakpoint registration.
23448
23449 2014-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
23457 2014-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
23464 2014-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
23469 2014-06-04 Yao Qi <yao@codesourcery.com>
23470
23471 * gdb.base/default.exp: Replace "child" with "native" in
23472 regexp pattern.
23473
23474 2014-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
23481 2014-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
23488 2014-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
23493 2014-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
23498 2014-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
23504 2014-06-02 Doug Evans <xdje42@gmail.com>
23505
23506 * gdb.guile/scm-parameter.exp: New file.
23507
23508 2014-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
23513 2014-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
23529 2014-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
23534 2014-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
23539 2014-06-02 Joel Brobecker <brobecker@adacore.com>
23540
23541 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
23542
23543 2014-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
23549 2014-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
23555 2014-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
23563 2014-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
23569 2014-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
23576 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23577
23578 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23579
23580 2014-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
23609 2014-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
23615 2014-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
23624 2014-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
23629 2014-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
23635 2014-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
23640 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23641
23642 * gdb.btrace/vdso.c: New.
23643 * gdb.btrace/vdso.exp: New.
23644
23645 2014-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
23650 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23651
23652 * gdb.btrace/data.exp: Test memory access during btrace replay.
23653
23654 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23655
23656 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23657
23658 2014-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
23671 2014-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
23680 2014-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
23685 2014-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
23690 2014-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
23697 2014-05-21 Pedro Alves <palves@redhat.com>
23698
23699 * gdb.base/default.exp: Test "target native" instead of "target
23700 child".
23701
23702 2014-05-21 Mark Wielaard <mjw@redhat.com>
23703
23704 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23705
23706 2014-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
23715 2014-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
23720 2014-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
23725 2014-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
23730 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23731
23732 * gdb.btrace/nohist.exp: New.
23733
23734 2014-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
23741 2014-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
23747 2014-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
23752 2014-05-16 Doug Evans <dje@google.com>
23753
23754 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23755 * gdb.base/completion.exp: Check that all expected files exist
23756 before doing file completion.
23757
23758 2014-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
23764 2014-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
23769 2014-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
23775 2014-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
23781 2014-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
23787 2014-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
23792 2014-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
23799 2014-05-14 Yao Qi <yao@codesourcery.com>
23800
23801 * boards/local-remote-host-notty.exp (${board}_file): New
23802 proc.
23803
23804 2014-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
23810 2014-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
23815 2014-05-05 Keith Seitz <keiths@redhat.com>
23816
23817 * gdb.linespec/ls-dollar.exp: Add test for linespec
23818 file:convenience_variable.
23819
23820 2014-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
23832 2014-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
23844 2014-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
23852 2014-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
23858 2014-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
23865 2014-05-01 Pedro Alves <palves@redhat.com>
23866
23867 * boards/local-remote-host.exp: New file.
23868
23869 2014-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
23874 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23875
23876 * gdb.ada/dyn_arrayidx: New testcase.
23877
23878 2014-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
23888 2014-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
23895 2014-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
23911 2014-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
23923 2014-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
23929 2014-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
23936 2014-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
23943 2014-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
23950 2014-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
23954 2014-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
23961 2014-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
23968 2014-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
24004 2014-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
24020 2014-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
24030 2014-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
24035 2014-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
24040 2014-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
24048 2014-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
24058 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
24059
24060 * gdb.java/jnpe.exp: Drop srcdir from untested path.
24061
24062 2014-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
24067 2014-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
24077 2014-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
24083 2014-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
24090 2014-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
24110 2014-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
24115 2014-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
24120 2014-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
24129 2014-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
24137 2014-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
24164 2014-04-15 Pedro Alves <palves@redhat.com>
24165
24166 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
24167
24168 2014-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
24180 2014-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
24185 2014-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
24195 2014-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
24203 2014-04-14 Tom Tromey <tromey@redhat.com>
24204
24205 * gdb.dwarf2/enum-type.exp: New file.
24206
24207 2014-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
24212 2014-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
24217 2014-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
24222 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24223
24224 * gdb.dwarf2/count.exp: New file.
24225
24226 2014-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
24231 2014-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
24237 2014-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
24243 2014-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
24248 2014-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
24269 2014-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
24275 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24276
24277 * gdb.mi/mi-vla-c99.exp: New file.
24278 * gdb.mi/vla.c: New file.
24279
24280 2014-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
24285 2014-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
24290 2014-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
24295 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24296
24297 * gdb.dwarf2/count.exp: New file.
24298
24299 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24300
24301 * gdb.base/vla-sideeffect.c: New file.
24302 * gdb.base/vla-sideeffect.exp: New file.
24303
24304 2014-04-11 Yao Qi <yao@codesourcery.com>
24305
24306 * gdb.base/completion.exp: Check file exists before running tests
24307 on file completion.
24308
24309 2014-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
24318 2014-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
24323 2014-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
24328 2014-04-07 David Blaikie <dblaikie@gmail.com>
24329
24330 * lib/compiler.c: Identify the clang compiler.
24331 * lib/compiler.cc: Ditto.
24332
24333 2014-04-03 Yao Qi <yao@codesourcery.com>
24334
24335 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
24336
24337 2014-04-01 Anton Blanchard <anton@samba.org>
24338
24339 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
24340 messages unique.
24341
24342 2014-04-01 Anton Blanchard <anton@samba.org>
24343
24344 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
24345 prepare_for_testing.
24346
24347 2014-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
24353 2014-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
24359 2014-03-31 Yao Qi <yao@codesourcery.com>
24360
24361 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
24362
24363 2014-03-28 Joel Brobecker <brobecker@adacore.com>
24364
24365 * gdb.ada/mi_dyn_arr: New testcase.
24366
24367 2014-03-27 Doug Evans <dje@google.com>
24368
24369 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
24370
24371 2014-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
24376 2014-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
24390 2014-03-26 Yao Qi <yao@codesourcery.com>
24391
24392 * gdb.base/macscp.exp: Fix code format issues.
24393
24394 2014-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
24399 2014-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
24406 2014-03-24 Doug Evans <dje@google.com>
24407
24408 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
24409 using fission.
24410
24411 2014-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
24423 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
24424
24425 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
24426
24427 2014-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.
24431 * gdb.guile/guile.exp (guile not supported): Verify multi-line
24432 guile command issues an error.
24433
24434 2014-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
24439 2014-03-21 Hui Zhu <hui@codesourcery.com>
24440
24441 * gdb.base/attach.exp (do_command_attach_tests): New.
24442
24443 2014-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
24450 2014-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
24458 2014-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
24466 2014-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
24473 2014-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
24478 2014-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
24487 2014-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
24492 2014-03-19 Pedro Alves <palves@redhat.com>
24493
24494 * gdb.base/async.exp: Remove early return.
24495
24496 2014-03-19 Pedro Alves <palves@redhat.com>
24497
24498 * gdb.base/async.exp (step& tests): Pass explicit test messages.
24499
24500 2014-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
24505 2014-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
24510 2014-03-19 Pedro Alves <palves@redhat.com>
24511
24512 * gdb.base/async.exp: Use prepare_for_testing.
24513
24514 2014-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
24519 2014-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
24528 2014-03-19 Pedro Alves <palves@redhat.com>
24529
24530 * gdb.base/async.exp: Don't frob gdb_protocol.
24531
24532 2014-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
24537 2014-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
24543 2014-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
24550 2014-03-17 Joel Brobecker <brobecker@adacore.com>
24551
24552 * gdb.ada/pckd_arr_ren: New testcase.
24553
24554 2014-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
24560 2014-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
24566 2014-03-13 Pedro Alves <palves@redhat.com>
24567
24568 * gdb.base/default.exp: Don't test "target procfs".
24569
24570 2014-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
24575 2014-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
24582 2014-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
24590 2014-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
24596 2014-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
24608 2014-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
24613 2014-03-10 Joel Brobecker <brobecker@adacore.com>
24614
24615 * gdb.ada/tagged_access: New testcase.
24616
24617 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24618
24619 * gdb.btrace/data.exp: Update expected output.
24620
24621 2014-03-06 Yao Qi <yao@codesourcery.com>
24622
24623 * gdb.trace/pr16508.exp: New file.
24624
24625 2014-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
24633 2014-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
24638 2014-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
24647 2014-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
24653 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24654
24655 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24656
24657 2014-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
24662 2014-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
24668 2014-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
24675 PR gdb/16626
24676 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24677
24678 2014-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
24683 2014-02-24 Doug Evans <dje@google.com>
24684
24685 * lib/gdb.exp (run_on_host): Log error output if program fails.
24686
24687 2014-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
24695 2014-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
24704 2014-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
24709 2014-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
24718 2014-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
24725 2014-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
24734 2014-02-18 Doug Evans <dje@google.com>
24735
24736 * Makefile.in (check-parallel): rm -rf outputs temp.
24737
24738 2014-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
24743 2014-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
24752 2014-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
24757 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24758
24759 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24760 "kill -SIGUSR1 -1".
24761
24762 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24763
24764 * gdb.ada/tick_length_array_enum_idx: New testcase.
24765
24766 2014-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
24827 2014-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
24834 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24835
24836 * gdb.python/py-framefilter.exp: Fix typo.
24837
24838 2014-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
24844 2014-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
24850 2014-02-07 Pedro Alves <palves@redhat.com>
24851
24852 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24853
24854 2014-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
24859 2014-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
24866 2014-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
24871 2014-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
24879 2014-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
24886 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24887
24888 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24889
24890 2014-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
24895 2014-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
24900 2014-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
24907 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24908
24909 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24910
24911 2014-01-23 Tom Tromey <tromey@redhat.com>
24912
24913 * gdb.ada/array_char_idx: New testcase.
24914
24915 2014-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
24922 2014-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
24929 2014-01-22 Doug Evans <dje@google.com>
24930
24931 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24932
24933 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24934
24935 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24936
24937 2014-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
24942 2014-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
24949 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24950
24951 * gdb.base/info-macros.exp: Remove "debug" from the compile
24952 options.
24953
24954 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24955
24956 * gdb.dlang/demangle.exp: New file.
24957
24958 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24959
24960 * gdb.dlang/primitive-types.exp: New file.
24961
24962 2014-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
24971 2014-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
24989 2014-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
24999 2014-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
25004 2014-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
25011 2014-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
25016 2014-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
25030 2014-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
25035 2014-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
25042 2014-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
25047 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25048
25049 * gdb.btrace/enable.exp: Update expected text.
25050
25051 2014-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
25056 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
25057
25058 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
25059
25060 2014-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
25065 2014-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
25074 2014-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
25082 2014-01-10 Joel Brobecker <brobecker@adacore.com>
25083
25084 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
25085
25086 2014-01-10 Joel Brobecker <brobecker@adacore.com>
25087
25088 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
25089
25090 2014-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
25094 mi_gdb_target_load.
25095
25096 2014-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
25101 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
25102
25103 * gdb.base/source-dir.exp: New file.
25104
25105 2014-01-07 Joel Brobecker <brobecker@adacore.com>
25106
25107 * gdb.ada/mi_interface: New testcase.
25108
25109 2014-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
25115 2014-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
25121 For older changes see ChangeLog-1993-2013.
25122 \f
25123 ;; Local Variables:
25124 ;; mode: change-log
25125 ;; left-margin: 8
25126 ;; fill-column: 74
25127 ;; version-control: never
25128 ;; End:
25129
25130 Copyright 2014-2022 Free Software Foundation, Inc.
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 0.589224 seconds and 4 git commands to generate.