gdb: replace NULL terminated array with array_view
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 PR gdb/27994
4 * gdb.cp/method-call-in-c.cc (struct foo_type): Add operator+=,
5 change initial value of var member variable.
6 (main): Make use of foo_type's operator+=.
7 * gdb.cp/method-call-in-c.exp: Test use of operator+=.
8
9 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
10
11 PR gdb/27994
12 * gdb.cp/method-call-in-c.cc: New file.
13 * gdb.cp/method-call-in-c.exp: New file.
14
15 2021-06-25 Tom Tromey <tom@tromey.com>
16
17 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): Add "style"
18 parameter.
19 * gdb.rust/dwindex.exp: New file.
20 * gdb.rust/dwindex.rs: New file.
21
22 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
23
24 * gdb.python/py-breakpoint.c (do_throw): New function.
25 (main): Call do_throw.
26 * gdb.python/py-breakpoint.exp (test_catchpoints): New proc.
27
28 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * gdb.guile/scm-breakpoint.exp (test_catchpoints): New proc.
31
32 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Add new tests.
35
36 gdb/testsuite/ChangeLog
37 2021-06-25 Carl Love <cel@us.ibm.com>
38
39 * gdb.arch/powerpc-plxv-norel.exp: Add call to skip_power_isa_3_1_tests.
40 * lib/gdb.exp(skip_power_isa_3_1_tests): New gdb_caching_proc test.
41
42 2021-06-25 Tom Tromey <tromey@adacore.com>
43
44 * gdb.ada/py_range.exp: Add type name test cases.
45
46 2021-06-24 Tom de Vries <tdevries@suse.de>
47
48 * gdb.base/info-macros.exp: Add <EOL> after trailing whitespace in
49 test names.
50
51 2021-06-24 Tom de Vries <tdevries@suse.de>
52
53 * gdb.base/argv0-symlink.exp: Use with_test_prefix.
54
55 2021-06-23 Tom de Vries <tdevries@suse.de>
56
57 * lib/gdb.exp (gdb_test_lines): Rewrite to accept single
58 multiline tcl regexp.
59 * gdb.base/info-types.exp.tcl: Update. Make empty line at end of
60 regexp optional.
61 * gdb.base/info-macros.exp: Update.
62 * gdb.cp/cplusfuncs.exp: Update.
63
64 2021-06-22 Andreas Schwab <schwab@suse.de>
65
66 PR symtab/27999
67 * lib/dwarf.exp (start_end): New proc inside loclists.
68 * gdb.dwarf2/loclists-start-end.exp: New file.
69 * gdb.dwarf2/loclists-start-end.c: New file.
70
71 2021-06-22 Tom de Vries <tdevries@suse.de>
72
73 * gdb.dwarf2/imported-unit-c.exp: New file.
74
75 2021-06-22 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * gdb.server/server-kill.exp: Introduce global kill_pid_of, and
78 make use of this in prepare to select which pid we should kill.
79 Run all the tests twice with a different kill_pid_of value.
80 (prepare): Make use of kill_pid_of.
81 (test_stepi): New proc.
82
83 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
84
85 * gdb.python/py-frame.exp: Add Frame.level tests.
86 * gdb.python/py-pending-frame-level.c: New file.
87 * gdb.python/py-pending-frame-level.exp: New file.
88 * gdb.python/py-pending-frame-level.py: New file.
89
90 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
91
92 * gdb.python/py-unwind-user-regs.c: New file.
93 * gdb.python/py-unwind-user-regs.exp: New file.
94 * gdb.python/py-unwind-user-regs.py: New file.
95
96 2021-06-17 Carl Love <cel@us.ibm.com>
97
98 * gdb.arch/powerpc-power8.exp(bctar, bctarl): Update mnemonics
99 to bgetar and bgetarl.
100 * gdb.arch/powerpc-power8.s((bctar, bctarl): Update comments
101 for mnemonics to bgetar and bnstarl.
102
103 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
104
105 * gdb.base/args.exp: Check target, KFAIL if remote.
106 (args_test): Add parameter and use it.
107
108 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
109
110 * gdb.base/args.exp: Remove trailing parenthesis in test names.
111
112 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
113
114 * gdb.base/args.exp: Use $old_gdbflags in all tests.
115
116 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
117
118 * gdb.base/args.exp: Use save_vars.
119
120 2021-06-14 Pedro Alves <pedro@palves.net>
121
122 * gdb.base/annota1.exp: Build list using [list] instead of {}.
123 Tell [join] to join with no character. Build expected pattern in
124 separate variable instead of in the -re expression directly.
125
126 2021-06-11 Kevin Buettner <kevinb@redhat.com>
127
128 * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
129 timeout.
130
131 2021-06-11 Kevin Buettner <kevinb@redhat.com>
132
133 * gdb.base/print-symbol-loading.exp (proc test_load_shlib):
134 Allow "Symbols already loaded for..." messages.
135
136 2021-06-11 Kevin Buettner <kevinb@redhat.com>
137
138 * gdb.base/execl-update-breakpoints.exp: Add regular
139 expression for optionally matching output related to
140 libthread_db.
141 * gdb.base/fork-print-inferior-events.exp: Likewise.
142
143 2021-06-11 Felix Willgerodt <felix.willgerodt@intel.com>
144
145 * gdb.mi/array.f: Convert into...
146 * gdb.mi/array.f90: ...this.
147 * gdb.mi/mi-var-child-f.exp: Use array.f90.
148
149 2021-06-11 Tom Tromey <tom@tromey.com>
150
151 PR rust/23427
152 * lib/rust-support.exp (rust_compiler_version): New caching proc.
153 * gdb.rust/rawids.exp: New file.
154 * gdb.rust/rawids.rs: New file.
155
156 2021-06-10 Simon Marchi <simon.marchi@polymtl.ca>
157
158 * lib/gdb.exp (default_gdb_exit): Unset gdb_tty_name.
159 (spawn_capture_tty_name): New, override builtin spawn.
160 (default_gdb_spawn): Capture GDB's TTY name.
161 * lib/tuiterm.exp (tuiterm_spawn): Remove.
162 (tuiterm_env_init, tuiterm_env_finish): Remove spawn override.
163 (Term) <resize>: Use new variable name.
164 (tuiterm_env_init, tuiterm_env_finish): Remove.
165 (tuiterm_env): Don't call tuiterm_env_init and register
166 tuiterm_env_finish in gdb_finish_hooks.
167 (gdb_finish_hooks): Remove.
168 (gdb_finish): Don't call finish hooks.
169
170 2021-06-10 Tom de Vries <tdevries@suse.de>
171
172 * gdb.mi/user-selected-context-sync.c (child_sub_function, main):
173 Rewrite while (1) using dummy loop body.
174
175 2021-06-10 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
176
177 * gdb.base/foll-exec.c: convert the multi-line function call into
178 single line.
179
180 2021-06-10 Tom de Vries <tdevries@suse.de>
181
182 * lib/cp-support.exp (cp_test_ptype_class): Break up regexp.
183 * gdb.cp/nested-types.exp: Remove usage of read1 timeout factor.
184
185 2021-06-10 Tom de Vries <tdevries@suse.de>
186
187 * gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
188
189 2021-06-09 Tom Tromey <tromey@adacore.com>
190
191 * README (Example): Update read1 example.
192
193 2021-06-09 Simon Marchi <simon.marchi@polymtl.ca>
194
195 * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
196
197 2021-06-08 Lancelot Six <lsix@lancelotsix.com>
198
199 * gdb.base/premature-dummy-frame-removal.py (TestUnwinder): Use
200 'is None' instead of '== None' and 'is not None' instead of
201 '!= None'.
202 * gdb.python/py-frame-args.py (lookup_function): Same.
203 * gdb.python/py-framefilter-invalidarg.py (Reverse_Function): Same.
204 * gdb.python/py-framefilter.py (Reverse_Function): Same.
205 * gdb.python/py-nested-maps.py (lookup_function): Same.
206 * gdb.python/py-objfile-script-gdb.py (lookup_function): Same.
207 * gdb.python/py-prettyprint.py (lookup_function): Same.
208 * gdb.python/py-section-script.py (lookup_function): Same.
209 * gdb.python/py-unwind-inline.py (dummy_unwinder): Same.
210 * gdb.python/python.exp: Same.
211 * gdb.rust/pp.py (lookup_function): Same.
212
213 2021-06-08 Tom de Vries <tdevries@suse.de>
214
215 * lib/gdb.exp (multi_line): Require more than one argument.
216 * gdb.base/gdbinit-history.exp: Update multi_line call.
217 * gdb.base/jit-reader.exp: Remove multi_line call.
218 * gdb.fortran/dynamic-ptype-whatis.exp: Same.
219
220 2021-06-08 Tom de Vries <tdevries@suse.de>
221
222 * gdb.base/info-types.exp.tcl (match_line, gdb_test_lines): Move ...
223 * lib/gdb.exp: ... here.
224 * gdb.base/info-macros.exp: Use gdb_test_lines.
225
226 2021-06-08 Tom de Vries <tdevries@suse.de>
227
228 * gdb.base/info-types.exp.tcl (match_line): Handle --any.
229 (gdb_test_lines): Factor out of ...
230 (run_test): ... here.
231
232 2021-06-08 Tom de Vries <tdevries@suse.de>
233
234 * gdb.base/batch-preserve-term-settings.exp (spawn_shell): Fix
235 matching of initial prompt.
236
237 2021-06-08 Tom de Vries <tdevries@suse.de>
238
239 * gdb.threads/multi-create-ns-info-thr.exp: Limit breakpoint regexp to
240 one line.
241
242 2021-06-08 Tom de Vries <tdevries@suse.de>
243
244 * gdb.base/sect-cmd.exp: Use gdb_test. Use -wrap "". Fix
245 test name.
246
247 2021-06-08 Tom de Vries <tdevries@suse.de>
248
249 * gdb.base/sect-cmd.exp: Fix saw_section_address_line regexp.
250
251 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
252
253 * gdb.base/continue-all-already-running.exp: Call fail if can't
254 run to main.
255
256 2021-06-07 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 PR gdb/27847
259 * gdb.dwarf2/dw2-weird-type-len.c: New file.
260 * gdb.dwarf2/dw2-weird-type-len.exp: New file.
261
262 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
263
264 * gdb.base/attach.exp (test_command_line_attach_run): Use
265 proc_with_prefix.
266
267 2021-06-07 Tom de Vries <tdevries@suse.de>
268
269 PR testsuite/27908
270 * gdb.base/run-attach-while-running.exp (test): Don't match prompt
271 after attach using '$gdb_prompt $'.
272
273 2021-06-07 Tom de Vries <tdevries@suse.de>
274
275 * gdb.base/info-types.exp.tcl: Remove "File .*" matching from regexp
276 matching state machine.
277
278 2021-06-07 Tom de Vries <tdevries@suse.de>
279
280 * gdb.base/new-ui-pending-input.exp
281 (test_command_line_new_ui_pending_input): Fix regexp for "initial
282 prompt on extra console".
283
284 2021-06-07 Tom de Vries <tdevries@suse.de>
285
286 * gdb.base/info-types.exp.tcl (run_test): Move "random line" regexp
287 up.
288
289 2021-06-06 Simon Marchi <simon.marchi@efficios.com>
290
291 * gdb.server/stop-reply-no-thread-multi.exp: Clear sysroot when
292 host and target are local.
293
294 2021-06-05 Hannes Domani <ssbssa@yahoo.de>
295
296 * gdb.python/py-symbol.exp: Fix tests for Python 3.
297
298 2021-06-05 Shahab Vahedi <shahab@synopsys.com>
299
300 * gdb.arch/arc-disassembler-options.exp: New test.
301 * gdb.arch/arc-disassembler-options.s: New test source.
302
303 2021-06-04 Tom Tromey <tromey@adacore.com>
304
305 * gdb.ada/array_of_symbolic_length.exp: New file.
306 * gdb.ada/array_of_symbolic_length/foo.adb: New file.
307 * gdb.ada/array_of_symbolic_length/gl.adb: New file.
308 * gdb.ada/array_of_symbolic_length/gl.ads: New file.
309 * gdb.ada/array_of_symbolic_length/pck.adb: New file.
310 * gdb.ada/array_of_symbolic_length/pck.ads: New file.
311
312 2021-06-03 Magne Hov <mhov@undo.io>
313
314 PR python/27841
315 * gdb.python/py-events.exp: Extend inferior exit tests.
316 * gdb.python/py-events.py: Print inferior exit PID.
317
318 2021-06-03 Hannes Domani <ssbssa@yahoo.de>
319
320 * gdb.python/py-symbol.exp: Test symbol constants.
321
322 2021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
323
324 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
325
326 2021-06-02 Carl Love <cel@us.ibm.com>
327
328 * gdb.threads/threadapply.c: Add global mybarrier.
329 (main): Add pthread_barrier_init.
330 (thread_function): Replace while loop with myp increment and
331 pthread_barrier_wait.
332
333 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 * lib/gdb.exp (gdb_compile): Only add the -J option when using a
336 gcc based Fortran compiler, for example, flang does not support
337 this option.
338
339 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
340
341 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
342
343 2021-06-01 Tom Tromey <tromey@adacore.com>
344
345 * Makefile.in (all): Don't print anything.
346 ($(abs_builddir)/site.exp site.exp): Use $(ECHO_GEN).
347 (expect-read1): Likewise.
348 (read1.so): Use $(ECHO_CC).
349 Include silent-rules.mk.
350
351 2021-06-01 Tom Tromey <tromey@adacore.com>
352
353 * aclocal.m4, configure.ac, configure: Remove.
354 * Makefile.in (EXTRA_RULES): Remove.
355 ($(abs_builddir)/site.exp site.exp): Don't depend on
356 config.status.
357 (distclean maintainer-clean realclean, Makefile): Update.
358 (config.status): Remove target.
359 (lib/pdtrace): New target.
360 (all): Don't depend on EXTRA_RULES.
361 (check-read1): Depend on read1.so, expect-read1.
362
363 2021-06-01 Tom de Vries <tdevries@suse.de>
364
365 PR symtab/26096
366 * gdb.cp/cold-clone.cc: New test.
367 * gdb.cp/cold-clone.exp: New file.
368
369 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
370
371 * gdb.gdb/unittest.c: New file.
372 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
373 into GDB.
374
375 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * gdb.base/premature-dummy-frame-removal.c: New file.
378 * gdb.base/premature-dummy-frame-removal.exp: New file.
379 * gdb.base/premature-dummy-frame-removal.py: New file.
380
381 2021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
382
383 * gdb.base/reverse-init-functions.exp: New.
384
385 2021-05-27 Tom de Vries <tdevries@suse.de>
386
387 PR symtab/27919
388 PR testsuite/27920
389 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
390 -readnow.
391
392 2021-05-27 Tom de Vries <tdevries@suse.de>
393
394 PR testsuite/27921
395 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
396 (local_add_gdb_index): ... this.
397
398 2021-05-21 Tom de Vries <tdevries@suse.de>
399
400 PR testsuite/25047
401 * boards/cc-with-gnu-debuglink.exp: New file.
402
403 2021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
404
405 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
406 a dead code with an assignment to a global var. Fix a
407 whitespacing problem around an assignment operator.
408
409 2021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
410
411 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
412 for the powerpc64 LE target.
413 * gdb.arch/powerpc-prologue.exp: Test Harness.
414
415 2021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
416
417 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
418 duplicate test names.
419
420 2021-05-19 Tom de Vries <tdevries@suse.de>
421
422 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
423
424 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
425
426 * gdb.python/py-framefilter-gdb.py.in: Rename to:
427 * gdb.python/py-framefilter-gdb.py: ... this.
428 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
429 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
430
431 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
432
433 * gdb.python/py-framefilter-gdb.py.in: Re-format.
434 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
435
436 2021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
437
438 * gdb.base/class-allocatable-array.exp: Modified test for clang.
439
440 2021-05-16 Weimin Pan <weimin.pan@oracle.com>
441
442 * gdb.ctf/funcreturn.exp: New file.
443 * gdb.ctf/whatis.c: Copy from gdb.base.
444
445 2021-05-14 Tom Tromey <tom@tromey.com>
446
447 * gdb.rust/pp.exp: New file.
448 * gdb.rust/pp.py: New file.
449 * gdb.rust/pp.rs: New file.
450
451 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
452
453 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
454 remove the directory.
455 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
456
457 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
458
459 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
460
461 2021-05-14 Kent Cheung <kent.cheung@arm.com>
462 Andrew Burgess <andrew.burgess@embecosm.com>
463
464 * gdb.python/py-format-string.c: Added a variable to test.
465 * gdb.python/py-format-string.exp: Check string representation is
466 printed at appropriate max_depth settings.
467 * gdb.python/py-nested-maps.exp: Likewise.
468 * gdb.guile/scm-pretty-print.exp: Add additional tests.
469
470 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
473 unique names, also wrap proc body in with_test_prefix.
474
475 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
476
477 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
478 duplicate test names.
479 * gdb.guile/scm-parameter.exp: Provide test names to avoid
480 duplicate names based on the command being run.
481 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
482 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
483 loading a support module.
484 (test_equality): Update test name to match the actual test, making
485 the name unique in the process.
486 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
487 to resolve duplicate tests.
488 (test_inferior_function_call): Likewise.
489 (test_subscript_regression): Likewise.
490
491 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
492
493 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
494 silence PASS lines.
495 (gdb_install_guile_module): Likewise.
496
497 2021-05-12 George Barrett <bob@bob131.so>
498
499 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
500 value-const-value.
501
502 2021-05-12 George Barrett <bob@bob131.so>
503
504 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
505 value-reference-value. Add test for value-rvalue-reference-value.
506
507 2021-05-11 Tom de Vries <tdevries@suse.de>
508
509 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
510 Add "set debug infrun 1" commented out.
511
512 2021-05-11 Tom de Vries <tdevries@suse.de>
513
514 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
515
516 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
517
518 * gdb.fortran/array-element.exp: Breakpoint location is modified.
519
520 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
521
522 PR gdb/27614
523 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
524
525 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
526
527 * gdb.guile/guile.exp: Don't use the source directory as a
528 temporary HOME directory.
529
530 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
531
532 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
533 parameters.
534
535 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
536
537 * gdb.guile/guile.exp: Add an extra test.
538
539 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
540
541 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
542 gdb_test_no_output.
543
544 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
545
546 * Re-format all Python files using black.
547 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
548
549 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
552 watchpoint object before and after registering it with GDB.
553
554 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
555
556 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
557 'proc_with_prefix', remove use of 'with_test_prefix', and
558 reindent.
559 (test_bkpt_deletion): Likewise.
560 (test_bkpt_cond_and_cmds): Likewise.
561 (test_bkpt_invisible): Likewise.
562 (test_watchpoints): Likewise.
563 (test_bkpt_internal): Likewise.
564 (test_bkpt_eval_funcs): Likewise.
565 (test_bkpt_registration): Likewise.
566 (test_bkpt_address): Convert to 'proc_with_prefix'.
567 (test_bkpt_probe): Likewise.
568
569 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
570
571 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
572 names to avoid duplicates.
573 (test_bkpt_cond_and_cmds): Likewise.
574 (test_bkpt_eval_funcs): Likewise.
575
576 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
577
578 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
579 for the -break-condition command's "--force" flag.
580
581 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
582
583 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
584 is called by the test.
585
586 2021-05-05 Tom de Vries <tdevries@suse.de>
587
588 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
589 "Reading symbols" or "Expanding full symbols" lines. Using timeout
590 factor of 2 for attach.
591
592 2021-05-05 Tom de Vries <tdevries@suse.de>
593
594 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
595 "LWP <n> exited" messages.
596
597 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
598
599 * gdb.python/py-type.exp (test_fields): Test calling fields on
600 an int type.
601
602 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
603
604 * gdb.python/flexible-array-member.exp: Adjust expected range
605 value for member declared with 0 size. Test accessing range
606 tuple through range type.
607
608 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
609
610 PR testsuite/27788
611 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
612 expected results when environment variable PYTHONDONTWRITEBYTECODE
613 is set.
614
615 2021-04-30 Tom Tromey <tromey@adacore.com>
616
617 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
618 (Confused_Array): New types.
619 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
620 * gdb.ada/enum_idx_packed.exp: Add new tests.
621
622 2021-04-30 Tom de Vries <tdevries@suse.de>
623
624 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
625 existing timeout factors.
626
627 2021-04-30 Tom de Vries <tdevries@suse.de>
628
629 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
630
631 2021-04-29 Tom de Vries <tdevries@suse.de>
632
633 PR testsuite/27786
634 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
635 remotetimeout to 4.
636
637 2021-04-28 Tom Tromey <tromey@adacore.com>
638
639 * gdb.ada/null_overload.exp: New file.
640 * gdb.ada/null_overload/foo.adb: New file.
641
642 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
643
644 * gdb.python/py-startup-opt.exp: New file.
645
646 2021-04-27 Luis Machado <luis.machado@linaro.org>
647
648 * gdb.base/maint.exp: Drop a pattern that is not needed.
649 * lib/gdb.exp (readnow): Match line-by-line.
650
651 2021-04-27 Luis Machado <luis.machado@linaro.org>
652
653 * gdb.xml/tdesc-reload.exp: Pass -lbl.
654
655 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
656 Simon Marchi <simon.marchi@polymtl.ca>
657
658 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
659 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
660 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
661 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
662 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
663 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
664
665 2021-04-26 Tom Tromey <tromey@adacore.com>
666
667 PR gdb/27743:
668 * gdb.dwarf2/imported-unit-bp.exp: New file.
669 * gdb.dwarf2/imported-unit-bp-main.c: New file.
670 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
671
672 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
673
674 PR gdb/27773
675 * gdb.base/dump.exp: Test dump to non-existent dir.
676
677 2021-04-26 Luis Machado <luis.machado@linaro.org>
678
679 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
680 comparison.
681
682 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
683
684 PR gdb/22640
685 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
686 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
687 changes the default behavior of 'ptype/o'. Update to take into
688 account new horizontal layout.
689 * gdb.rust/simple.exp: Update ptype test to check new horizontal
690 layout.
691 * gdb.rust/union.exp: Same.
692
693 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * gdb.base/info_sources.exp: Add new tests.
696
697 2021-04-22 Tom Tromey <tom@tromey.com>
698
699 * gdb.base/ptype-offsets.cc (struct empty_member): New.
700 (main): Use empty_member.
701 * gdb.base/ptype-offsets.exp: Add new test.
702
703 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
704
705 * gdb.python/flexible-array-member.exp: Add check for Python
706 support.
707
708 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
709
710 PR gdb/27757
711 * gdb.python/flexible-array-member.c: New test.
712 * gdb.python/flexible-array-member.exp: New test.
713 * gdb.guile/scm-type.exp (test_range): Add test for flexible
714 array member.
715 * gdb.guile/scm-type.c (struct flex_member): New.
716 (main): Use it.
717
718 2021-04-22 Tom Tromey <tom@tromey.com>
719
720 * gdb.rust/modules.exp: Add checks for syntax errors.
721 * gdb.rust/expr.exp: Add checks for syntax errors.
722 * gdb.rust/simple.exp: Add checks for syntax errors.
723
724 2021-04-21 Carl Love <cel@us.ibm.com>
725
726 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
727 Update expected string for gdb_test "bt".
728
729 * lib/valgrind.exp: Add set remotetimeout 3.
730 Increase vgdb wait from 1 to 2.
731 Add max-invoke-ms option to vgdb command line.
732
733 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
734
735 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
736 conditions.
737
738 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
739 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
740
741 * gdb.mi/mi-break.exp: Fix the duplicate test names.
742
743 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
744
745 * gdb.base/address_space_qualifier.exp: New file.
746
747 2021-04-19 Tom Tromey <tromey@adacore.com>
748
749 PR gdb/27742:
750 * gdb.opt/inline-locals.exp: Update kfail patterns.
751
752 2021-04-17 Tom Tromey <tom@tromey.com>
753
754 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
755
756 2021-04-16 Tom Tromey <tom@tromey.com>
757
758 * gdb.rust/simple.exp: Change error text.
759 * gdb.rust/expr.exp: Change error text.
760
761 2021-04-16 Tom Tromey <tom@tromey.com>
762
763 * gdb.rust/simple.exp: Add parens to 'as' test.
764
765 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
766
767 * boards/simavr.exp: Set debug_flags.
768
769 2021-04-16 Luis Machado <luis.machado@linaro.org>
770
771 * gdb.dwarf2/dw2-bfloat16.exp: New file.
772
773 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
774
775 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
776 including a path in the test name.
777
778 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
779
780 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
781
782 2021-04-15 Tom Tromey <tromey@adacore.com>
783
784 * gdb.dwarf2/arr-stride.exp: Add test.
785
786 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
787
788 * gdb.base/startup-file.exp: Add more tests.
789
790 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
791
792 PR cli/25956
793 * gdb.base/early-init-file.c: New file.
794 * gdb.base/early-init-file.exp: New file.
795 * lib/gdb-utils.exp (style): Handle style 'none'.
796
797 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
798
799 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
800 @DW_INL_declared_inlined for the inline attribute.
801
802 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
803
804 * gdb.opt/inline-locals.c (scoped): New function.
805 (main): Call 'scoped'.
806 * gdb.opt/inline-locals.exp: Update with "info locals" tests
807 for scoped variables.
808 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
809 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
810
811 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
812
813 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
814
815 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
816
817 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
818
819 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
820
821 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
822 non-relative plxv instructions.
823 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
824
825 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
826
827 PR gdb/27525
828 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
829 exercise single-stepping over subpcis,lnia,addpcis instructions
830 with displacement.
831 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
832 of addpcis/lnia/subpcis instructions.
833 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
834 exercise single-stepping over lnia instructions with displacement.
835 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
836 lnia instructions.
837
838 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
839
840 * gdb.arch/powerpc-power10.s: New test for instructions.
841 * gdb.arch/powerpc-power10.exp: Harness to run the test.
842
843 2021-4-12 Carl Love <cel@us.ibm.com>
844
845 * gdb.arch/vsx-vsr-float128.c: New test file.
846 * gdb.arch/vsx-vsr-float128.exp: New expect file.
847
848 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
849
850 * gdb.btrace/reconnect.exp: Relax expected stepi output.
851
852 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
853
854 * gdb.base/ctf-ptype.c: Add struct link containing a forward
855 reference type.
856 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
857
858 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
861 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
862
863 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
864
865 * gdb.cp/rvalue-ref-params.cc (f3): New function.
866 (f4): New function.
867 (global_int): New global variable.
868 (global_float): Likeiwse.
869 (main): Call both new functions.
870 * gdb.cp/rvalue-ref-params.exp: Add new tests.
871
872 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
873
874 * gdb.dwarf2/fission-relative-dwo.c: New file.
875 * gdb.dwarf2/fission-relative-dwo.exp: New file.
876
877 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
878
879 * gdb.dwarf2/fission-absolute-dwo.c: New file.
880 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
881 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
882 instead of build_executable_from_fission_assembler.
883 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
884 * gdb.dwarf2/fission-loclists.exp: Likewise.
885
886 * gdb.dwarf2/fission-multi-cu.S: Delete file.
887 * gdb.dwarf2/fission-multi-cu.c: New file based on old
888 fission-multi-cu1.c and fission-multi-cu2.c files.
889 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
890 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
891 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
892 * gdb.dwarf2/fission-reread.exp: Likewise.
893 * lib/dwarf.exp (extract_dwo_information): New proc.
894 (strip_dwo_information): New proc.
895 (build_executable_and_dwo_files): New proc.
896 (build_executable_from_fission_assembler): Delete.
897 (Dwarf::_debug_addr_index): New variable.
898 (Dwarf::_cu_is_fission): New variable.
899 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
900 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
901 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
902 if this is a fission CU.
903 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
904 (Dwarf::debug_addr_label): New proc.
905 (Dwarf::cu): Initialise _cu_is_fission.
906 (Dwarf::tu): Likewise.
907 (Dwarf::assemble): Initialise _debug_addr_index.
908
909 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
910
911 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
912
913 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
914
915 * gdb.python/py-parameter.exp: Add test for reading data-directory
916 using gdb.parameter API.
917
918 2021-04-06 Tom de Vries <tdevries@suse.de>
919
920 PR breakpoints/25884
921 * gdb.opt/inline-cmds.exp: Remove kfail.
922
923 2021-04-06 Tom de Vries <tdevries@suse.de>
924
925 PR testsuite/27691
926 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
927 file "".
928
929 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
930
931 * lib/pdtrace.in: Fix obvious typo.
932
933 2021-03-31 Tom Tromey <tromey@adacore.com>
934
935 * lib/dwarf.exp (Dwarf::_get_args): New proc.
936 (Dwarf::_location): Use it.
937
938 2021-03-31 Tom de Vries <tdevries@suse.de>
939
940 PR testsuite/27667
941 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
942
943 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
944
945 PR gdb/27541
946 * gdb.base/index-cache-load-twice.exp: Remove.
947 * gdb.base/index-cache-load-twice.c: Remove.
948 * gdb.dwarf2/per-bfd-sharing.exp: New.
949 * gdb.dwarf2/per-bfd-sharing.c: New.
950
951 2021-03-30 Tom de Vries <tdevries@suse.de>
952
953 PR testsuite/27604
954 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
955
956 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
957
958 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
959 the infinite loop to avoid a Clang bug.
960
961 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
962
963 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
964 names for uniqueness.
965 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
966 uniqueness.
967
968 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
969
970 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
971 member.
972 (make_container): Initialise is_array_p.
973 * gdb.python/py-prettyprint.exp: Add new tests.
974 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
975 Check is_array_p and possibly return 'array'.
976
977 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
980 * gdb.cp/casts.exp: Give tests unique names.
981 * gdb.cp/filename.exp: Likewise.
982 * gdb.cp/gdb2495.exp: Likewise.
983 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
984 * gdb.cp/misc.exp: Rename test to make it unique.
985 * gdb.cp/nsnested.exp: Give tests unique names.
986 * gdb.cp/ovldbreak.exp: Likewise.
987 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
988 being tested. This also removes the duplicate test name.
989 * gdb.cp/ref-types.exp: Likewise.
990 * gdb.cp/temargs.exp: Likewise.
991
992 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
993
994 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
995 square brackets in test.
996
997 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 * gdb.cp/maint.exp (test_first_component): Run more tests with a
1000 variable number of spaces, this removes the duplicate testing of
1001 'operator ->' which existed before.
1002
1003 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1004
1005 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
1006 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
1007 duplicates, and also to avoid having a string inside parentheses
1008 at the end of test names.
1009
1010 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1011
1012 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
1013 Avoid repeated uses of 'runto', and instread just progress once
1014 through the test stopping at different breakpoints. Give comments
1015 a capital letter and full stop. Give duplicate tests unique names.
1016
1017 2021-03-25 Pedro Alves <pedro@palves.net>
1018
1019 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
1020 "target_non_stop" parameter and use it.
1021 (top level): Add "maint set target-non-stop on/off" testing axis.
1022
1023 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
1026 gdb_test_multiple.
1027
1028 2021-03-24 Luis Machado <luis.machado@linaro.org>
1029
1030 * gdb.arch/aarch64-mte.c: New file.
1031 * gdb.arch/aarch64-mte.exp: New test.
1032 * gdb.base/memtag.c: New file.
1033 * gdb.base/memtag.exp: New test.
1034 * lib/gdb.exp (supports_memtag): New function.
1035
1036 2021-03-24 Luis Machado <luis.machado@linaro.org>
1037
1038 * gdb.base/options.exp: Adjust for new print options.
1039 * gdb.base/with.exp: Likewise.
1040
1041 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1042
1043 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
1044 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
1045
1046 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1047
1048 * gdb.dwarf2/dw2-using-debug-str.c: New file.
1049 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
1050 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
1051 not .debug_string.
1052
1053 2021-03-20 Tom Tromey <tom@tromey.com>
1054
1055 * gdb.base/maint.exp: Update "maint print statistics" output.
1056
1057 2021-03-19 Kevin Buettner <kevinb@redhat.com>
1058
1059 * lib/gdbserver-support.exp (gdbserver_exit): Use the
1060 "-nowait" flag when waiting for gdbserver to exit.
1061
1062 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
1063
1064 * gdb.base/info-macros.exp: Append -fdebug-macro to
1065 additional_flags for clang.
1066 * gdb.base/macscp.exp: Likewise.
1067 * gdb.base/style.exp: Likewise.
1068 * gdb.linespec/macro-relative.exp: Likewise.
1069
1070 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
1071 Pedro Alves <pedro@palves.net>
1072
1073 * gdb.base/run-attach-while-running.exp: New.
1074 * gdb.base/run-attach-while-running.c: New.
1075
1076 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1077
1078 * gdb.python/py-framefilter-addr.c: New file.
1079 * gdb.python/py-framefilter-addr.exp: New file.
1080 * gdb.python/py-framefilter-addr.py: New file.
1081
1082 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1083
1084 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
1085 Make use of $gdb_test_name instead of creating a separate $test
1086 variable.
1087 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
1088 adding a '($name)' at the end of each test. This also catches the
1089 one place where '($name)' was missing, and so caused a duplicate
1090 test name.
1091 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
1092 duplicate test names based on the command being tested.
1093 * gdb.threads/signal-command-multiple-signals-pending.exp:
1094 Likewise.
1095 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
1096 avoid duplicate testnames when a test script uses this proc and
1097 also gdb_compile_pthreads.
1098 * lib/prelink-support.exp (build_executable_own_libs): Use
1099 with_test_prefix to avoid duplicate test names when we call
1100 build_executable twice.
1101
1102 2021-03-15 Tom Tromey <tromey@adacore.com>
1103
1104 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
1105
1106 2021-03-15 Tom Tromey <tromey@adacore.com>
1107
1108 * gdb.ada/varsize_limit.exp: Add new test.
1109 * gdb.ada/varsize_limit/vsizelim.adb: Update.
1110
1111 2021-03-15 Tom Tromey <tromey@adacore.com>
1112
1113 * gdb.ada/operator_call/twovecs.ads: New file.
1114 * gdb.ada/operator_call/twovecs.adb: New file.
1115 * gdb.ada/operator_call/opcall.adb: New file.
1116 * gdb.ada/operator_call.exp: New file.
1117
1118 2021-03-15 Tom Tromey <tromey@adacore.com>
1119
1120 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
1121 * gdb.ada/enums_overload/enums_overload.ads: New file.
1122 * gdb.ada/enums_overload/enums_overload.adb: New file.
1123 * gdb.ada/enums_overload.exp: New file.
1124
1125 2021-03-15 Tom Tromey <tromey@adacore.com>
1126
1127 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
1128 Declare.
1129 * gdb.ada/assign_arr/target_wrapper.adb: New file.
1130 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
1131 Call Put.
1132 * gdb.ada/assign_arr.exp: Update.
1133
1134 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
1135
1136 * gdb.python/py-auto-load-chaining-f1.c: New file.
1137 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
1138 * gdb.python/py-auto-load-chaining-f2.c: New file.
1139 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
1140 * gdb.python/py-auto-load-chaining.c: New file.
1141 * gdb.python/py-auto-load-chaining.exp: New file.
1142
1143 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1144
1145 * gdb.python/py-bad-printers.exp: Extend test names to make them
1146 unique.
1147 * gdb.python/py-events.exp: Likewise.
1148 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1149 * gdb.python/py-frame-inline.exp: Likewise.
1150 * gdb.python/py-frame.exp: Likewise.
1151 * gdb.python/py-infthread.exp: Likewise.
1152
1153 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1154
1155 * gdb.python/py-value-cc.exp: Remove a duplicate test.
1156
1157 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1158
1159 * gdb.python/lib-types.exp: Update the test to check the correct
1160 python variable.
1161
1162 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1163
1164 * gdb.python/py-explore-cc.exp: Extend test names to make them
1165 unique.
1166
1167 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1168
1169 * gdb.python/py-lookup-type.exp: Remove duplicate test.
1170
1171 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1172
1173 * gdb.python/py-symtab.exp: Extend test names to make them
1174 unique.
1175
1176 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1177
1178 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
1179 names unique.
1180
1181 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1182
1183 * gdb.python/py-block.exp: Give tests unique names.
1184
1185 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1186
1187 * gdb.python/py-pp-maint.exp: Extend test names to make them
1188 unique.
1189
1190 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1191
1192 * gdb.python/py-explore.exp: Add with_test_prefix to make test
1193 names unique.
1194
1195 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1196
1197 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
1198
1199 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
1202 names unique.
1203
1204 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1205
1206 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
1207 test names unique.
1208
1209 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1210
1211 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
1212 unique.
1213
1214 2021-03-09 Tom Tromey <tromey@adacore.com>
1215
1216 * gdb.base/cast-call.exp: New file.
1217 * gdb.base/cast-call.c: New file.
1218
1219 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * gdb.gdb/python-helper.exp: New file.
1222
1223 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
1224
1225 * gdb.fortran/intrinsics.exp: Add LOC tests.
1226
1227 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1228
1229 * gdb.fortran/shape.exp: New file.
1230 * gdb.fortran/shape.f90: New file.
1231
1232 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1233
1234 * gdb.fortran/size.exp: New file.
1235 * gdb.fortran/size.f90: New file.
1236
1237 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1238
1239 * gdb.fortran/rank.exp: New file.
1240 * gdb.fortran/rank.f90: New file.
1241
1242 2021-03-08 Tom Tromey <tom@tromey.com>
1243
1244 * gdb.fortran/debug-expr.exp: Update tests.
1245
1246 2021-03-08 Tom Tromey <tom@tromey.com>
1247
1248 * gdb.base/debug-expr.exp: Update expected dump output.
1249
1250 2021-03-06 Tom Tromey <tom@tromey.com>
1251
1252 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
1253 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
1254 * gdb.dwarf2/dwznolink.exp: New file.
1255
1256 2021-03-05 Mark Wielaard <mark@klomp.org>
1257
1258 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
1259
1260 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
1261
1262 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
1263
1264 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1265
1266 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
1267
1268 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1269
1270 * gdb.btrace/non-stop.exp: Adjust expected source lines.
1271
1272 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1273
1274 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
1275
1276 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1277
1278 * gdb.btrace/exception.cc (main): Update test source.
1279 * gdb.btrace/exception.exp: Update patterns.
1280 * gdb.btrace/function_call_history.exp: Likewise.
1281
1282 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1283
1284 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
1285
1286 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1287
1288 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
1289 reverse-continue to breakpoint.
1290
1291 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1292
1293 * gdb.btrace/delta.exp: Remove instruction-history and
1294 function-call-history checks.
1295
1296 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1297
1298 * README (Note): Add nopie_ldflag.
1299 * lib/gdb.exp (gdb_compile): Extend nopie handling.
1300
1301 2021-03-02 Tom Tromey <tromey@adacore.com>
1302
1303 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
1304 encodings.
1305
1306 2021-02-27 Lancelot Six <lsix@lancelotix.com>
1307
1308 PR gdb/27393
1309 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
1310
1311
1312 2021-02-26 Tom Tromey <tom@tromey.com>
1313
1314 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
1315
1316 2021-02-26 Jan Vrany <jan.vrany@labware.com>
1317
1318 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1319 Remove trailing \n from expected output.
1320
1321 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1322
1323 * lib/gdb.exp (use_gdb_stub): Extend comment.
1324
1325 2021-02-25 Jan Matyas <jmatyas@codasip.com>
1326
1327 PR gdb/26819
1328 * gdb.server/stop-reply-no-thread.exp: Add two test
1329 scenarios that cover remote targets which do not have
1330 the concept of threads.
1331
1332 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1333
1334 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1335
1336 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1337
1338 PR fortran/26155
1339 * gdb.fortran/call-no-debug-func.f90: New file.
1340 * gdb.fortran/call-no-debug-prog.f90: New file.
1341 * gdb.fortran/call-no-debug.exp: New file.
1342
1343 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1344
1345 * gdb.fortran/associated.exp: New file.
1346 * gdb.fortran/associated.f90: New file.
1347
1348 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1349
1350 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1351
1352 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1353
1354 * gdb.base/sect-cmd.exp: Update expected results.
1355
1356 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1357
1358 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1359 techniques. Enable the test for all targets.
1360
1361 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1362
1363 * gdb.base/maint-info-sections.exp: Add new tests.
1364 (check_maint_info_target_sections_output): New proc.
1365
1366 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1367
1368 * gdb.arch/riscv-default-tdesc.exp: New file.
1369
1370 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1371
1372 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1373
1374 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1375
1376 * gdb.arch/i386-biarch-core.exp: Add target check.
1377
1378 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1379
1380 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1381
1382 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1383
1384 * gdb.fortran/allocated.exp: New file.
1385 * gdb.fortran/allocated.f90: New file.
1386
1387 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1390
1391 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1392
1393 * gdb.base/maint-info-sections.exp: Update expected output, and
1394 add additional tests. Again.
1395
1396 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1397
1398 * gdb.base/maint-info-sections.exp: Update expected output, and
1399 add additional tests.
1400
1401 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * gdb.base/maint-info-sections.exp: New file, content is moved
1404 from gdb.base/maint.exp and cleaned up to use latest testsuite
1405 techniques.
1406 * gdb.base/maint.exp: Tests moved out to
1407 gdb.base/maint-info-sections.exp.
1408
1409 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
1410
1411 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1412 GDBFLAGS.
1413
1414 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1415
1416 * gdb.fortran/lbound-ubound.F90: New file.
1417 * gdb.fortran/lbound-ubound.exp: New file.
1418
1419 2021-02-10 Tom de Vries <tdevries@suse.de>
1420
1421 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1422 "Restore saved setting of complaints".
1423
1424 2021-02-09 Tom de Vries <tdevries@suse.de>
1425
1426 PR symtab/27341
1427 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1428 (gdb_load_no_complaints): ... here.
1429 * gdb.fortran/function-calls.exp: Add test-case.
1430
1431 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
1432
1433 * gdb.threads/signal-command-handle-nopass.exp: Call
1434 'standard_testfile' before using 'testfile'.
1435 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1436 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1437 * gdb.threads/signal-sigtrap.exp: Likewise
1438
1439 2021-02-08 Luis Machado <luis.machado@linaro.org>
1440
1441 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1442
1443 2021-02-08 Tom de Vries <tdevries@suse.de>
1444
1445 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1446
1447 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1448
1449 * gdb.python/tui-window-disabled.c: New file.
1450 * gdb.python/tui-window-disabled.exp: New file.
1451 * gdb.python/tui-window-disabled.py: New file.
1452
1453 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1454
1455 * gdb.python/tui-window.exp: Add new tests.
1456 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1457 TestWindow object into global the_window.
1458 <remote_title>: New method.
1459 (delete_window_title): New function.
1460
1461 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1462
1463 * gdb.tui/winheight.exp: Add more tests.
1464
1465 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1466
1467 * gdb.python/py-framefilter.exp: Update expected results.
1468 * gdb.python/python.exp: Update expected results.
1469
1470 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1471
1472 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1473 about bug in GDB, update expected results, and add more tests.
1474
1475 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1476
1477 * gdb.tui/scroll.exp: New file.
1478 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1479 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1480 remaining lines up.
1481 (Term::check_region_contents): New proc.
1482 (Term::check_box_contents): Use check_region_contents.
1483
1484 2021-02-06 Tom de Vries <tdevries@suse.de>
1485
1486 PR testsuite/26922
1487 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1488 scrolling.
1489
1490 2021-02-05 Tom de Vries <tdevries@suse.de>
1491
1492 PR breakpoints/27313
1493 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1494 rejected.
1495
1496 2021-02-05 Tom de Vries <tdevries@suse.de>
1497
1498 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1499 * gdb.fortran/mixed-lang-stack.exp: Same.
1500
1501 2021-02-05 Tom de Vries <tdevries@suse.de>
1502
1503 PR exp/27265
1504 * gdb.base/complex-parts.exp: Add tests.
1505
1506 2021-02-05 Tom de Vries <tdevries@suse.de>
1507
1508 PR symtab/27307
1509 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1510
1511 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1512
1513 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1514
1515 2021-02-03 Pedro Alves <pedro@palves.net>
1516
1517 * gdb.threads/detach-step-over.c: New file.
1518 * gdb.threads/detach-step-over.exp: New file.
1519
1520 2021-02-03 Pedro Alves <pedro@palves.net>
1521
1522 * gdb.threads/attach-non-stop.c: New file.
1523 * gdb.threads/attach-non-stop.exp: New file.
1524
1525 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1526
1527 * gdb.base/inferior-noarg.c: New test.
1528 * gdb.base/inferior-noarg.exp: New test.
1529
1530 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1531
1532 * gdb.base/scope.exp: Use proc_with_prefix.
1533
1534 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1535
1536 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1537 table proc.
1538 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1539 .debug_rnglists table without offset array.
1540 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1541 .debug_loclists table without offset array.
1542
1543 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1544
1545 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1546 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1547 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1548 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1549 attribute
1550
1551 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1552
1553 PR gdb/26813
1554 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1555 (loclists): New proc.
1556 * gdb.dwarf2/loclists-multiple-cus.c: New.
1557 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1558 * gdb.dwarf2/loclists-sec-offset.c: New.
1559 * gdb.dwarf2/loclists-sec-offset.exp: New.
1560
1561 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1562
1563 * lib/dwarf.exp (_location): Add parameters.
1564 (_handle_DW_FORM): Adjust.
1565
1566 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1567
1568 PR gdb/26813
1569 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1570 (cu): Generate header for DWARF 5.
1571 (rnglists): New proc.
1572 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1573 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1574
1575 2021-02-02 Tom de Vries <tdevries@suse.de>
1576
1577 PR symtab/24620
1578 * gdb.dwarf2/fission-reread.exp: Add test-case.
1579
1580 2021-02-01 Tom de Vries <tdevries@suse.de>
1581
1582 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1583 * gdb.dwarf2/fission-loclists-pie.S: Same.
1584 * gdb.dwarf2/fission-loclists.S: Same.
1585 * gdb.dwarf2/fission-multi-cu.S: Same.
1586 * gdb.dwarf2/fission-reread.S: Same.
1587 * gdb.dwarf2/fission-base.exp: Use DWO.
1588 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1589 * gdb.dwarf2/fission-loclists.exp: Same.
1590 * gdb.dwarf2/fission-multi-cu.exp: Same.
1591 * gdb.dwarf2/fission-reread.exp: Same.
1592
1593 2021-01-29 Tom de Vries <tdevries@suse.de>
1594
1595 PR breakpoints/26063
1596 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1597 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1598
1599 2021-01-29 Tom de Vries <tdevries@suse.de>
1600
1601 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1602
1603 2021-01-28 Tom de Vries <tdevries@suse.de>
1604
1605 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1606 in the backtrace, and use that in the rest of the test instead of
1607 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1608
1609 2021-01-28 Tom de Vries <tdevries@suse.de>
1610
1611 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1612 * gdb.arch/i386-sse-stack-align.c: Same.
1613 * gdb.arch/i386-sse-stack-align.exp: Same.
1614
1615 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1616
1617 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1618
1619 2021-01-28 Tom de Vries <tdevries@suse.de>
1620
1621 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1622
1623 2021-01-28 Tom de Vries <tdevries@suse.de>
1624
1625 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1626 "maint info line-table". Make PASS pattern more specific. Make
1627 FAIL pattern work for -m32.
1628
1629 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1630
1631 PR gdb/27133
1632 * gdb.base/ui-redirect.exp: Add test case that ensures that
1633 redirecting both logging and debug does not cause gdb to crash.
1634
1635
1636 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1637
1638 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1639
1640 2021-01-26 Tom de Vries <tdevries@suse.de>
1641
1642 * gdb.threads/killed-outside.exp: Allow regular output.
1643
1644 2021-01-26 Tom de Vries <tdevries@suse.de>
1645
1646 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1647
1648 2021-01-25 Tom de Vries <tdevries@suse.de>
1649
1650 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1651 * lib/gdb.exp: Use gdb_load_no_complaints.
1652
1653 2021-01-25 Tom Tromey <tromey@adacore.com>
1654
1655 * gdb.ada/fixed_points.exp: Add regression test.
1656 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1657 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1658
1659 2021-01-25 Tom Tromey <tromey@adacore.com>
1660
1661 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1662
1663 2021-01-25 Tom Tromey <tromey@adacore.com>
1664
1665 * gdb.ada/local-enum.exp: New file.
1666 * gdb.ada/local-enum/local.adb: New file.
1667
1668 2021-01-23 Tom Tromey <tom@tromey.com>
1669
1670 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1671
1672 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1673
1674 * gdb.base/line65535.exp: Fix test expectation.
1675
1676 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1677
1678 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1679 suppression.
1680 (default_gdb_exit): Likewise.
1681 (default_gdb_spawn): Likewise.
1682 (send_gdb): Likewise.
1683 (gdb_expect): Likewise.
1684 (gdb_expect_list): Likewise.
1685 (default_gdb_init): Likewise.
1686 (gdb_suppress_entire_file): Remove.
1687 (gdb_suppress_tests): Remove.
1688 (gdb_stop_suppressing_tests): Remove.
1689 (gdb_clear_suppressed): Remove.
1690 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1691 related to test suppression.
1692 (default_mi_gdb_start): Likewise.
1693 (mi_gdb_reinitialize_dir): Likewise.
1694 (mi_gdb_test): Likewise.
1695 (mi_run_cmd_full): Likewise.
1696 (mi_runto_helper): Likewise.
1697 (mi_execute_to): Likewise.
1698 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1699 * gdb.base/bitfields.exp: Likewise.
1700 * gdb.base/bitfields2.exp: Likewise.
1701 * gdb.base/break.exp: Likewise.
1702 * gdb.base/call-sc.exp: Likewise.
1703 * gdb.base/callfuncs.exp: Likewise.
1704 * gdb.base/dfp-test.exp: Likewise.
1705 * gdb.base/endian.exp: Likewise.
1706 * gdb.base/exprs.exp: Likewise.
1707 * gdb.base/funcargs.exp: Likewise.
1708 * gdb.base/hbreak2.exp: Likewise.
1709 * gdb.base/recurse.exp: Likewise.
1710 * gdb.base/scope.exp: Likewise.
1711 * gdb.base/sepdebug.exp: Likewise.
1712 * gdb.base/structs.exp: Likewise.
1713 * gdb.base/until.exp: Likewise.
1714 * gdb.cp/misc.exp: Likewise.
1715
1716 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1717
1718 PR cli/25956
1719 * gdb.base/style.exp (run_style_tests): Add version string test.
1720 (test_startup_version_string): Use version style name.
1721 * lib/gdb-utils.exp (style): Handle version style name.
1722
1723 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * gdb.base/style.exp (limited_style): New proc.
1726 (clean_restart_and_disable): New proc.
1727 (run_style_tests): New proc. Most of the old tests from this file
1728 are now in this proc.
1729 (test_startup_version_string): New proc. Reamining test from the
1730 old file is in this proc.
1731
1732 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1733
1734 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1735 Adjust to "set debug remote" changes.
1736
1737 2021-01-21 Luis Machado <luis.machado@linaro.org>
1738
1739 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1740 message.
1741
1742 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1743
1744 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1745
1746 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1747
1748 PR python/19151
1749 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1750
1751 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1752
1753 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1754
1755 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1756
1757 * lib/tuiterm.exp: Add links in comments.
1758
1759 2021-01-20 Tom de Vries <tdevries@suse.de>
1760
1761 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1762 offset.
1763
1764 2021-01-20 Tom de Vries <tdevries@suse.de>
1765
1766 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1767
1768 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1769
1770 * gdb.arch/amd64-stap-expressions.S: New file.
1771 * gdb.arch/amd64-stap-expressions.exp: New file.
1772
1773 2021-01-19 Tom de Vries <tdevries@suse.de>
1774
1775 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1776 sequence.
1777
1778 2021-01-19 Tom de Vries <tdevries@suse.de>
1779
1780 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1781
1782 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1783
1784 * gdb.fortran/array-slices.exp (run_test): Avoid including
1785 addresses in test names.
1786
1787 2021-01-15 Tom de Vries <tdevries@suse.de>
1788
1789 PR testsuite/26997
1790 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1791 when adding sizeof.
1792
1793 2021-01-14 Tom de Vries <tdevries@suse.de>
1794
1795 PR testsuite/24590
1796 * gdb.base/style.exp: Handle shorter argv in frame command output.
1797
1798 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1799
1800 PR gdb/26819
1801 * gdb.server/stop-reply-no-thread-multi.c: New file.
1802 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1803
1804 2021-01-12 Tom de Vries <tdevries@suse.de>
1805
1806 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1807 (main): Remove call to have_mpx.
1808 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1809 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1810 (main): Remote call to have_mpx.
1811 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1812 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1813 (main): Remove call to have_mpx.
1814 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1815 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1816 (main): Remove call to have_mpx.
1817 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1818 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1819 (main): Remote call to have_mpx.
1820 * gdb.arch/i386-mpx.exp: Use have_mpx.
1821 * lib/gdb.exp (have_mpx): New proc.
1822
1823 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1824
1825 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1826
1827 2021-01-12 Tom de Vries <tdevries@suse.de>
1828
1829 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1830
1831 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1832
1833 * gdb.fortran/debug-expr.exp: Add new tests.
1834
1835 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1836
1837 * gdb.fortran/dot-ops.exp: Add new tests.
1838
1839 2021-01-11 Tom de Vries <tdevries@suse.de>
1840
1841 PR testsuite/26968
1842 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1843 Move insn setting $eax to before probe point.
1844
1845 2021-01-09 Tom Tromey <tom@tromey.com>
1846
1847 * gdb.trace/ax.exp: Do not require an "ext".
1848
1849 2021-01-08 Tom Tromey <tromey@adacore.com>
1850
1851 * gdb.ada/voidctx/pck.adb: New file.
1852 * gdb.ada/voidctx/pck.ads: New file.
1853 * gdb.ada/voidctx/voidctx.adb: New file.
1854 * gdb.ada/voidctx.exp: New file.
1855
1856 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1857
1858 PR gdb/27157
1859 * gdb.base/empty-host-env-vars.exp: New test.
1860
1861 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1862
1863 * gdb.base/completion.exp: Add a new test.
1864
1865 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1866
1867 * gdb.fortran/intvar-dynamic-types.exp: New file.
1868 * gdb.fortran/intvar-dynamic-types.f90: New file.
1869
1870 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1871
1872 * gdb.fortran/intvar-array.exp: New file.
1873 * gdb.fortran/intvar-array.f90: New file.
1874
1875 2021-01-07 Tom Tromey <tromey@adacore.com>
1876
1877 * gdb.ada/assign_arr.exp: Add 'others' test.
1878
1879 2021-01-06 Tom Tromey <tromey@adacore.com>
1880
1881 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1882 (FP4_Type): New type.
1883 (FP4_Var): New variable.
1884 * gdb.ada/fixed_points/fixed_points.adb: Update.
1885 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1886
1887 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1888
1889 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1890 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1891 Pass prompt containing debug print to gdb_test_sequence.
1892
1893 2021-01-04 Tom de Vries <tdevries@suse.de>
1894
1895 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1896
1897 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1898
1899
1900
1901 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1902
1903 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1904 * gdb.server/connect-without-multi-process.exp: Likewise.
1905 * gdb.server/exit-multiple-threads.exp: Likewise.
1906 * gdb.server/ext-attach.exp: Likewise.
1907 * gdb.server/ext-restart.exp: Likewise.
1908 * gdb.server/ext-run.exp: Likewise.
1909 * gdb.server/ext-wrapper.exp: Likewise.
1910 * gdb.server/multi-ui-errors.exp: Likewise.
1911 * gdb.server/no-thread-db.exp: Likewise.
1912 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1913 * gdb.server/run-without-local-binary.exp: Likewise.
1914 * gdb.server/server-kill.exp: Likewise.
1915 * gdb.server/server-run.exp: Likewise.
1916 * gdb.server/solib-list.exp: Likewise.
1917 * gdb.server/stop-reply-no-thread.exp: Likewise.
1918 * gdb.server/wrapper.exp: Likewise.
1919 * gdb.server/sysroot.exp: Increase timeout when testing the
1920 target: sysroot.
1921
1922 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1923
1924 * gdb.server/server-run.exp: Use clean_restart.
1925
1926 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1927
1928 * gdb.server/ext-run.exp: Use clean_restart.
1929
1930 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1931
1932 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1933 instead of prepare_for_testing.
1934
1935 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1936
1937 * gdb.server/solib-list.exp: Use clean_restart.
1938
1939 2021-01-04 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.base/morestack.c: Remove printf.
1942 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1943
1944 2020-12-31 Tom Tromey <tom@tromey.com>
1945
1946 * gdb.rust/simple.exp: Update output for Rust 1.49.
1947
1948 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1949
1950 * gdb.cp/step-and-next-inline.exp: Fix test case.
1951
1952 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1953
1954 * gdb.python/py-frame-args.exp: De-duplicate test names.
1955
1956 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1957
1958 PR gdb/27059
1959 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1960 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1961
1962 2020-12-21 Peter Waller <p@pwaller.net>
1963
1964 * gdb.base/style-interp-exec-mi.exp: New.
1965 * gdb.base/style-interp-exec-mi.c: New.
1966
1967 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1968
1969 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1970 gdb_test. Use proc_with_prefix.
1971
1972 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1973
1974 * gdb.btrace/exception.exp: Build with nopie.
1975 * gdb.btrace/function_call_history.exp: Likewise.
1976 * gdb.btrace/unknown_functions.exp: Likewise.
1977
1978 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1979
1980 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1981
1982 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1983
1984 * gdb.python/py-record-btrace.exp: Make test names unique.
1985 * gdb.python/py-record-full.exp: Likewise.
1986
1987 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1988
1989 * gdb.btrace/data.exp: Make test names unique.
1990 * gdb.btrace/delta.exp: Likewise.
1991 * gdb.btrace/enable.exp: Likewise.
1992 * gdb.btrace/function_call_history.exp: Likewise.
1993 * gdb.btrace/nohist.exp: Likewise.
1994 * gdb.btrace/non-stop.exp: Likewise.
1995 * gdb.btrace/rn-dl-bind.exp: Likewise.
1996 * gdb.btrace/step.exp: Likewise.
1997 * gdb.btrace/stepi.exp: Likewise.
1998 * gdb.btrace/tailcall.exp: Likewise.
1999
2000 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2001
2002 * gdb.btrace/enable.exp: Update error message.
2003 * gdb.btrace/multi-inferior.exp: Likewise.
2004 * gdb.btrace/reconnect.exp: Likewise.
2005 * gdb.python/py-record-btrace.exp: Likewise.
2006 * gdb.python/py-record-full.exp: Likewise.
2007
2008 2020-12-20 Tom de Vries <tdevries@suse.de>
2009
2010 * lib/gdb.exp (save_target_board_info): New proc.
2011 (gdb_compile_shlib): Use save_target_board_info.
2012
2013 2020-12-19 Tom de Vries <tdevries@suse.de>
2014
2015 * lib/gdb.exp (supports_scalar_storage_order_attribute)
2016 (supports_gnuc): New proc.
2017 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
2018 test_compiler_info calls. Add unsupported message.
2019 * gdb.base/endianity.c: Use TEST_SSO.
2020
2021 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
2022
2023 PR exp/27070
2024 * gdb.python/compare-enum-type-a.c: New test.
2025 * gdb.python/compare-enum-type-b.c: New test.
2026 * gdb.python/compare-enum-type.exp: New file.
2027 * gdb.python/compare-enum-type.h: New test.
2028
2029 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
2030
2031 * gdb.python/py-format-string.exp: Add tests for address keyword.
2032
2033 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
2034
2035 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
2036
2037 2020-12-18 Tom Tromey <tromey@adacore.com>
2038
2039 * gdb.ada/fixed_points.exp: Also run with
2040 -fgnat-encodings=minimal. Update expected output.
2041
2042 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
2043
2044 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
2045 * gdb.base/continue-all-already-running.exp: Likewise.
2046 * gdb.base/moribund-step.exp: Likewise.
2047 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
2048
2049 2020-12-16 Tom de Vries <tdevries@suse.de>
2050
2051 * gdb.base/batch-preserve-term-settings.exp:
2052
2053 2020-12-16 Tom de Vries <tdevries@suse.de>
2054
2055 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
2056 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
2057
2058 2020-12-16 Luis Machado <luis.machado@linaro.org>
2059
2060 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
2061 pointer-based memory accesses.
2062 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
2063 hw watchpoint cases.
2064
2065 2020-12-15 Rae Kim <rae.kim@gmail.com>
2066
2067 * gdb.base/document.exp: New test.
2068
2069 2020-12-15 Tom Tromey <tromey@adacore.com>
2070
2071 * gdb.base/style.exp: Add deprecation tests.
2072
2073 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
2074
2075 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
2076
2077 2020-12-14 Mark Wielaard <mark@klomp.org>
2078
2079 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
2080 specially, set attr_form_comment to the actual FORM string used.
2081
2082 2020-12-14 Mark Wielaard <mark@klomp.org>
2083
2084 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
2085 _constants(SPECIAL_expr) here, but set it...
2086 (Dwarf::cu): ...here based on _cu_version.
2087
2088 2020-12-14 Tom de Vries <tdevries@suse.de>
2089
2090 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
2091 pass -fPIC.
2092 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
2093 * gdb.base/break-probes.exp: Same.
2094 * gdb.base/ctxobj.exp: Same.
2095 * gdb.base/dso2dso.exp: Same.
2096 * gdb.base/global-var-nested-by-dso.exp: Same.
2097 * gdb.base/info-shared.exp: Same.
2098 * gdb.base/jit-reader-simple.exp: Same.
2099 * gdb.base/print-file-var.exp: Same.
2100 * gdb.base/skip-solib.exp: Same.
2101 * gdb.btrace/dlopen.exp: Same.
2102
2103 2020-12-14 Tom de Vries <tdevries@suse.de>
2104
2105 PR testsuite/26963
2106 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
2107
2108 2020-12-14 Tom de Vries <tdevries@suse.de>
2109
2110 PR testsuite/26962
2111 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
2112 cast it to its declared type".
2113
2114 2020-12-14 Tom de Vries <tdevries@suse.de>
2115
2116 PR testsuite/26951
2117 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
2118 shell prompt.
2119
2120 2020-12-14 Tom Tromey <tromey@adacore.com>
2121
2122 * gdb.ada/nested.exp: Add new tests.
2123 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
2124
2125 2020-12-14 Tom Tromey <tromey@adacore.com>
2126
2127 * gdb.dwarf2/ada-thick-pointer.exp: New file.
2128
2129 2020-12-14 Tom Tromey <tromey@adacore.com>
2130
2131 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
2132
2133 2020-12-13 Tom de Vries <tdevries@suse.de>
2134
2135 PR testsuite/26953
2136 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
2137 attribute support if compiler doesn't support it.
2138
2139 2020-12-13 Tom de Vries <tdevries@suse.de>
2140
2141 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
2142 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
2143 source to shared lib. Add ada to options.
2144
2145 2020-12-13 Tom de Vries <tdevries@suse.de>
2146
2147 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
2148 calling gnatbind and gnatlink.
2149
2150 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2151
2152 * gdb.base/dcache-flush.c: New file.
2153 * gdb.base/dcache-flush.exp: New file.
2154
2155 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2156
2157 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
2158 commands.
2159 * gdb.base/killed-outside.exp: Likewise.
2160 * gdb.opt/inline-bt.exp: Likewise.
2161 * gdb.perf/gmonster-null-lookup.py: Likewise.
2162 * gdb.perf/gmonster-print-cerr.py: Likewise.
2163 * gdb.perf/gmonster-ptype-string.py: Likewise.
2164 * gdb.python/py-unwind.exp: Likewise.
2165
2166 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2167
2168 * gdb.base/commands.exp: Update expected results.
2169
2170 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2171
2172 PR cli/15104
2173 * gdb.base/commands.exp: Add additional tests.
2174 * gdb.base/completion.exp: Add additional tests.
2175
2176 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2177
2178 * gdb.base/completion.exp: Add additional tests.
2179
2180 2020-12-11 Tom de Vries <tdevries@suse.de>
2181
2182 PR testsuite/26991
2183 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
2184 violations by setting bounds registers if the bounds are passed in the
2185 Bounds Table.
2186
2187 2020-12-11 Tom de Vries <tdevries@suse.de>
2188
2189 PR testsuite/26954
2190 * gdb.base/float128.exp: Detect and handle no mpfr support.
2191
2192 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
2193
2194 PR gdb/24694
2195 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
2196 calls.
2197
2198 2020-12-10 Tom de Vries <tdevries@suse.de>
2199
2200 PR testsuite/26947
2201 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
2202 braces for tcl 8.5 and earlier.
2203
2204 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
2205
2206 PR 26875, PR 26901
2207 * gdb.base/flexible-array-member.c: New test.
2208 * gdb.base/flexible-array-member.exp: New test.
2209
2210 2020-12-08 Tom de Vries <tdevries@suse.de>
2211
2212 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
2213 using is_amd64_regs_target.
2214
2215 2020-12-08 Tom de Vries <tdevries@suse.de>
2216
2217 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
2218 self_id.
2219
2220 2020-12-07 Pedro Alves <pedro@palves.net>
2221
2222 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
2223 'additional_flags' variable.
2224
2225 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2226
2227 * gdb.linespec/explicit.exp: Extend with a test to check completing
2228 '-' after seemingly complete options.
2229
2230 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2231
2232 * gdb.linespec/keywords.exp: Add tests to check positional
2233 flexibility of "-force-condition".
2234
2235 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2236
2237 * gdb.base/bp-cmds-run-with-ex.c: New file.
2238 * gdb.base/bp-cmds-run-with-ex.exp: New file.
2239 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
2240 * gdb.gdb/python-interrupts.exp: Update the call to
2241 'catch_command_errors' with the new argument.
2242 * gdb.gdb/python-selftest.exp: Ditto.
2243
2244 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2245
2246 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
2247 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2248 * gdb.threads/non-stop-fair-events.exp: Likewise.
2249
2250 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2251
2252 * gdb.threads/step-over-exec.exp: New.
2253 * gdb.threads/step-over-exec.c: New.
2254 * gdb.threads/step-over-exec-execd.c: New.
2255 * lib/my-syscalls.S: New.
2256 * lib/my-syscalls.h: New.
2257
2258 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2259
2260 * lib/dwarf.exp (declare_labels): Use name as text if text is
2261 not provided.
2262
2263 2020-12-04 Tom de Vries <tdevries@suse.de>
2264
2265 PR testsuite/26990
2266 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
2267 are unsupported.
2268
2269 2020-12-04 Tom de Vries <tdevries@suse.de>
2270
2271 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
2272 clause.
2273
2274 2020-12-04 Tom de Vries <tdevries@suse.de>
2275
2276 * gdb.reverse/insn-reverse.exp: Fix count handling.
2277
2278 2020-12-04 Tom de Vries <tdevries@suse.de>
2279
2280 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
2281 __x86_64__.
2282
2283 2020-12-04 Tom de Vries <tdevries@suse.de>
2284
2285 * gdb.reverse/insn-reverse.c (test_nr): New var.
2286 (usage, parse_args): New function.
2287 (main): Call parse_args. Only run test for test_nr.
2288 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
2289 and bail out. Run subtests individually, using an inferior arg
2290 specifying the subtest.
2291
2292 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2293
2294 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
2295
2296 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2297
2298 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
2299 update test to use this.
2300
2301 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2302
2303 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
2304
2305 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2306
2307 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
2308 (do_test): Don't use with_test_prefix.
2309 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
2310 (do_test): Don't use with_test_prefix.
2311 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
2312 (do_test): Don't use with_test_prefix.
2313 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
2314 (do_test): Don't use with_test_prefix.
2315
2316 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2317
2318 * gdb.threads/non-ldr-exit.exp: Fix comment.
2319
2320 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2321
2322 * gdb.xml/maint-xml-dump-03.xml: New file.
2323
2324 2020-11-30 Tom de Vries <tdevries@suse.de>
2325
2326 PR symtab/26905
2327 * gdb.dwarf2/count.exp: Remove kfails.
2328
2329 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2330
2331 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
2332 indices.
2333
2334 2020-11-24 Joel Brobecker <brobecker@adacore.com>
2335
2336 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
2337 the "ptype pck__fp1_range_var" test for the module-2 and pascal
2338 languages. Remove the associated setup_xfail.
2339
2340 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
2341
2342 * lib/gdb.exp (gdb_assert): Show error message on error.
2343
2344 2020-11-23 Tom de Vries <tdevries@suse.de>
2345
2346 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
2347 * gdb.ada/mod_from_name.exp: Same.
2348 * gdb.ada/pckd_arr_ren.exp: Same.
2349
2350 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2351
2352 * gdb.base/template.exp: New.
2353 * gdb.base/template.c: New.
2354
2355 2020-11-22 Gary Benson <gbenson@redhat.com>
2356
2357 PR gdb/26905
2358 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2359 is defined using a DW_AT_count which references another DIE.
2360
2361 2020-11-21 Tom de Vries <tdevries@suse.de>
2362
2363 * gdb.base/vla-ptr.exp: Add XFAIL.
2364
2365 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2366
2367 * gdb.fortran/array-slices-bad.exp: New file.
2368 * gdb.fortran/array-slices-bad.f90: New file.
2369 * gdb.fortran/array-slices-sub-slices.exp: New file.
2370 * gdb.fortran/array-slices-sub-slices.f90: New file.
2371 * gdb.fortran/array-slices.exp: Rewrite tests.
2372 * gdb.fortran/array-slices.f90: Rewrite tests.
2373 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2374
2375 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2376
2377 * gdb.base/completion.exp: Add new completion tests.
2378
2379 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2380
2381 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2382 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2383 * gdb.mi/mi-nsintrall.exp: Likewise.
2384 * gdb.mi/mi-nsmoribund.exp: Likewise.
2385 * gdb.mi/mi-nsthrexec.exp: Likewise.
2386 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2387
2388 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2389
2390 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2391 of perror.
2392
2393 2020-11-18 Joseph Myers <joseph@codesourcery.com>
2394
2395 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2396 $arg.exe exists but $arg does not.
2397
2398 2020-11-17 Gary Benson <gbenson@redhat.com>
2399
2400 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2401 __attribute__ ((used)).
2402
2403 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2406
2407 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2408
2409 * gdb.base/completion.exp: Add new tests.
2410
2411 2020-11-16 Tom Tromey <tromey@adacore.com>
2412
2413 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2414 tests.
2415
2416 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2417
2418 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2419 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2420 (main): Add reference to pck__fp1_var2.
2421 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2422
2423 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2424
2425 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2426
2427 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2428
2429 * gdb.ada/fixed_points.exp: Add ptype tests.
2430 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2431
2432 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2433
2434 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2435
2436 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2437
2438 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2439 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2440 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2441 New files.
2442 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2443
2444 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2445 New files.
2446
2447 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2448
2449 PR cli/26879
2450 * gdb.fortran/completion.exp: New file.
2451 * gdb.fortran/completion.f90: New file.
2452
2453 2020-11-12 Joseph Myers <joseph@codesourcery.com>
2454
2455 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2456 but $arg does not.
2457
2458 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2459
2460 * gdb.fortran/types.exp: Add more tests.
2461
2462 2020-11-12 Tom Tromey <tom@tromey.com>
2463
2464 PR rust/26799:
2465 * gdb.rust/traits.exp: Remove kfails.
2466
2467 2020-11-12 Gary Benson <gbenson@redhat.com>
2468
2469 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2470 statement.
2471
2472 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
2473
2474 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2475 always-inserted" axis.
2476 (do_test): Add breakpoint_always_inserted parameter.
2477
2478 2020-11-10 Tom Tromey <tromey@adacore.com>
2479
2480 * gdb.ada/bias.exp: Update.
2481 * gdb.ada/bias/bias.adb (X): Change value.
2482
2483 2020-11-10 Gary Benson <gbenson@redhat.com>
2484
2485 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2486 regexp fragment in parentheses to prevent false matching.
2487
2488 2020-11-10 Gary Benson <gbenson@redhat.com>
2489
2490 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2491
2492 2020-11-10 Gary Benson <gbenson@redhat.com>
2493
2494 * gdb.cp/step-and-next-inline.exp: Only require
2495 -gstatement-frontiers when building with GCC.
2496 Only setup KFAIL's for GCC issues when using
2497 a GCC-built executable.
2498
2499 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2500
2501 * gdb.base/debug-expr.c: Add extra function to allow for an
2502 additional test.
2503 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2504 to this proc with gdb_test_debug_expr. Add an extra test.
2505 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2506 to this proc with gdb_test_debug_expr, give the tests names
2507 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2508 calls to this proc with gdb_test_debug_expr, give the tests names
2509 * gdb.fortran/debug-expr.exp: New file.
2510 * gdb.fortran/debug-expr.f90: New file.
2511 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2512
2513 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
2514
2515 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2516 proceduresu.
2517 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2518 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2519 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2520 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2521 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2522 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2523 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2524 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2525
2526 2020-11-04 Tom Tromey <tromey@adacore.com>
2527
2528 * gdb.ada/funcall_ref.exp: Update.
2529 * gdb.ada/var_rec_arr.exp: Update.
2530
2531 2020-11-04 Tom Tromey <tromey@adacore.com>
2532
2533 * gdb.ada/rec_ptype.exp: New file.
2534 * gdb.ada/rec_ptype/main.adb: New file.
2535 * gdb.ada/rec_ptype/p.ads: New file.
2536
2537 2020-11-04 Tom Tromey <tromey@adacore.com>
2538
2539 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2540 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2541 (PT_Full): New variable.
2542 * gdb.ada/tick_length_array_enum_idx/pck.adb
2543 (Full_PT): New type.
2544
2545 2020-11-04 Tom Tromey <tromey@adacore.com>
2546
2547 * gdb.ada/array_of_variant.exp: New file.
2548 * gdb.ada/array_of_variant/p.adb: New file.
2549 * gdb.ada/array_of_variant/pck.ads: New file.
2550 * gdb.ada/array_of_variant/pck.adb: New file.
2551
2552 2020-11-04 Tom Tromey <tromey@adacore.com>
2553
2554 * gdb.ada/enum_idx_packed.exp: Add test.
2555 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2556 New variable.
2557 * gdb.ada/enum_idx_packed/pck.ads (Short)
2558 (Multi_Dimension, Multi_Dimension_Access): New types.
2559
2560 2020-11-04 Tom Tromey <tromey@adacore.com>
2561
2562 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2563
2564 2020-11-04 Tom Tromey <tromey@adacore.com>
2565
2566 * gdb.ada/set_pckd_arr_elt.exp: Also test
2567 -fgnat-encodings=minimal. Add tests.
2568 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2569 Call Update_Small a second time.
2570 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2571 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2572 (Variant_Access): New types.
2573 (New_Variant): Declare.
2574
2575 2020-11-04 Tom Tromey <tromey@adacore.com>
2576
2577 * gdb.ada/mod_from_name.exp: Test printing slice.
2578
2579 2020-11-04 Tom Tromey <tromey@adacore.com>
2580
2581 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2582 values.
2583 * gdb.ada/access_to_unbounded_array.exp: Test different
2584 -fgnat-encodings values.
2585 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2586 values.
2587 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2588 values.
2589 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2590 values.
2591 * gdb.ada/array_of_variable_length.exp: Test different
2592 -fgnat-encodings values.
2593 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2594 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2595 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2596 change.
2597 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2598 values.
2599 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2600 * gdb.ada/out_of_line_in_inlined.exp: Test different
2601 -fgnat-encodings values.
2602 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2603 values.
2604 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2605 values.
2606 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2607 -fgnat-encodings values.
2608 * gdb.ada/variant_record_packed_array.exp: Test different
2609 -fgnat-encodings values.
2610
2611 2020-11-04 Tom Tromey <tromey@adacore.com>
2612
2613 * gdb.ada/enum_idx_packed.exp: Add tests.
2614 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2615 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2616 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2617 declarations.
2618
2619 2020-11-03 Tom de Vries <tdevries@suse.de>
2620
2621 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2622 terminator comments.
2623 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2624 terminator.
2625
2626 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2627
2628 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2629 integer format test with regexp.
2630
2631 2020-11-02 Gary Benson <gbenson@redhat.com>
2632
2633 * gdb.base/print-file-var.exp (test): Separate compiler and
2634 linker options, and build using build_executable_from_specs
2635 to accommodate this.
2636
2637 2020-11-02 Gary Benson <gbenson@redhat.com>
2638
2639 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2640 for .c files compiled as C++ with Clang if any shared
2641 libraries are specified.
2642
2643 2020-11-02 Gary Benson <gbenson@redhat.com>
2644
2645 * lib/attributes.h: New header.
2646 * gdb.base/backtrace.c: Include the above. Replace
2647 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2648 * gdb.base/infcall-nested-structs.c: Likewise.
2649 * gdb.base/vla-optimized-out.c: Likewise.
2650
2651 2020-11-02 Tom de Vries <tdevries@suse.de>
2652
2653 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2654
2655 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2656
2657 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2658 System.Min_Int and System.Max_Int with smaller hardcoded
2659 constants.
2660
2661 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2662
2663 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2664 * configure: Re-generate.
2665
2666 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2667
2668 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2669 expected output.
2670
2671 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2672
2673 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2674 behavior.
2675 * gdb.base/paginate-bg-execution.exp: Ditto.
2676 * gdb.base/paginate-inferior-exit.exp: Ditto.
2677 * gdb.base/double-prompt-target-event-error.c: Remove.
2678 * gdb.base/double-prompt-target-event-error.exp: Remove.
2679
2680 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2681
2682 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2683 inferiors' and 'detach inferiors' do not change the current
2684 inferior.
2685
2686 2020-10-29 Tom de Vries <tdevries@suse.de>
2687
2688 * gdb.threads/tls.exp: Fix DUPLICATEs.
2689
2690 2020-10-28 Tom de Vries <tdevries@suse.de>
2691
2692 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2693
2694 2020-10-28 Tom de Vries <tdevries@suse.de>
2695
2696 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2697 * gdb.base/reread.exp: Same.
2698
2699 2020-10-28 Tom de Vries <tdevries@suse.de>
2700
2701 * lib/gdb.exp (readnow): Handle arg.
2702 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2703
2704 2020-10-28 Tom de Vries <tdevries@suse.de>
2705
2706 * gdb.base/relocate.exp: Update regexp for -readnow.
2707
2708 2020-10-28 Tom de Vries <tdevries@suse.de>
2709
2710 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2711 -readnow.
2712
2713 2020-10-28 Tom de Vries <tdevries@suse.de>
2714
2715 PR symtab/26772
2716 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2717 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2718
2719 2020-10-28 Tom de Vries <tdevries@suse.de>
2720
2721 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2722 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2723 complaint during file command for -readnow.
2724
2725 2020-10-28 Tom de Vries <tdevries@suse.de>
2726
2727 * gdb.cp/nsalias.exp: Fix typo in test name.
2728
2729 2020-10-28 Tom de Vries <tdevries@suse.de>
2730
2731 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2732
2733 2020-10-28 Tom de Vries <tdevries@suse.de>
2734
2735 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2736 -readnow.
2737
2738 2020-10-27 Tom de Vries <tdevries@suse.de>
2739
2740 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2741
2742 2020-10-27 Tom de Vries <tdevries@suse.de>
2743
2744 * gdb.base/maint.exp: Update for -readnow.
2745
2746 2020-10-27 Tom de Vries <tdevries@suse.de>
2747
2748 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2749 -readnow.
2750
2751 2020-10-14 Gary Benson <gbenson@redhat.com>
2752
2753 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2754 "_vptr$Base" as correct, in addition to "_vptr.Base".
2755 (test_mixed): Likewise.
2756
2757 2020-10-27 Gary Benson <gbenson@redhat.com>
2758
2759 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2760 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2761
2762 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2763
2764 * gdb.base/condbreak.exp: Update the completion tests to
2765 consider the '-force' flag.
2766
2767 2020-10-27 Tom de Vries <tdevries@suse.de>
2768
2769 * gdb.base/list-ambiguous-readnow.exp: New file.
2770
2771 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2772
2773 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2774 the condition.
2775 * gdb.linespec/cpcompletion.exp: Update to consider the
2776 '-force-condition' keyword.
2777 * gdb.linespec/explicit.exp: Ditto.
2778 * lib/completion-support.exp: Ditto.
2779
2780 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2781
2782 * gdb.base/condbreak-multi-context.cc: New file.
2783 * gdb.base/condbreak-multi-context.exp: New file.
2784
2785 2020-10-26 Tom Tromey <tom@tromey.com>
2786
2787 * lib/mi-support.exp (default_mi_gdb_start): Call
2788 gdb_stdin_log_init.
2789 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2790 subtract one from gdb_instances.
2791 (gdb_stdin_log_write): Flush in_file.
2792
2793 2020-10-26 Tom de Vries <tdevries@suse.de>
2794
2795 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2796
2797 2020-10-26 Tom Tromey <tromey@adacore.com>
2798
2799 * gdb.ada/unsigned_range/foo.adb: New file.
2800 * gdb.ada/unsigned_range/pack.adb: New file.
2801 * gdb.ada/unsigned_range/pack.ads: New file.
2802 * gdb.ada/unsigned_range.exp: New file.
2803
2804 2020-10-26 Tom de Vries <tdevries@suse.de>
2805
2806 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2807
2808 2020-10-26 Tom de Vries <tdevries@suse.de>
2809
2810 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2811 for CU.
2812 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2813
2814 2020-10-23 Tom de Vries <tdevries@suse.de>
2815
2816 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2817 DW_FORM_string.
2818 (Dwarf::_default_form): New proc.
2819 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2820 guessed.
2821
2822 2020-10-23 Tom de Vries <tdevries@suse.de>
2823
2824 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2825 * gdb.dwarf2/atomic-type.exp: Same.
2826 * gdb.dwarf2/bad-regnum.exp: Same.
2827 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2828 * gdb.dwarf2/dw2-align.exp: Same.
2829 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2830 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2831 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2832 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2833 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2834 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2835 * gdb.dwarf2/enum-type.exp: Same.
2836 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2837 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2838 * gdb.dwarf2/main-subprogram.exp: Same.
2839 * gdb.dwarf2/missing-type-name.exp: Same.
2840 * gdb.dwarf2/nonvar-access.exp: Same.
2841 * gdb.dwarf2/typedef-void-finish.exp: Same.
2842 * gdb.dwarf2/var-access.exp: Same.
2843 * gdb.dwarf2/void-type.exp: Same.
2844
2845 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2846
2847 PR gdb/26693
2848 * gdb.dwarf2/template-specification-full-name.exp: New test.
2849
2850 2020-10-22 Luis Machado <luis.machado@linaro.org>
2851
2852 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2853 expected an offset from the function.
2854 * gdb.base/msym-bp.exp (test): Likewise.
2855
2856 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2857
2858 * gdb.fortran/array-slices.exp: Add a new test.
2859
2860 2020-10-21 Gary Benson <gbenson@redhat.com>
2861
2862 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2863 fullname test with Clang. Also expand comments generally.
2864
2865 2020-10-20 Tom de Vries <tdevries@suse.de>
2866
2867 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2868
2869 2020-10-20 Tom de Vries <tdevries@suse.de>
2870
2871 * gdb.dwarf2/arr-stride.c: Remove.
2872 * gdb.dwarf2/arr-stride.exp: Use main.c.
2873 * gdb.dwarf2/arr-subrange.c: Remove.
2874 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2875 * gdb.dwarf2/bad-regnum.c: Remove.
2876 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2877 * gdb.dwarf2/corrupt.c: Remove.
2878 * gdb.dwarf2/corrupt.exp: Use main.c.
2879 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2880 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2881 * gdb.dwarf2/dw2-icycle.c: Remove.
2882 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2883 * gdb.dwarf2/formdata16.c: Remove.
2884 * gdb.dwarf2/formdata16.exp: Use main.c.
2885 * gdb.dwarf2/implptrconst.c: Remove.
2886 * gdb.dwarf2/implptrconst.exp: Use main.c.
2887 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2888 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2889 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2890 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2891
2892 2020-10-20 Tom de Vries <tdevries@suse.de>
2893
2894 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2895 file.
2896 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2897
2898 2020-10-20 Tom de Vries <tdevries@suse.de>
2899
2900 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2901 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2902 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2903 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2904 * gdb.dwarf2/dw2-ranges.exp: Same.
2905 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2906 * gdb.dwarf2/var-access.exp: Same.
2907
2908 2020-10-19 Tom Tromey <tromey@adacore.com>
2909
2910 PR tui/26719
2911 * gdb.tui/list.exp: Check source window contents after focus
2912 change.
2913
2914 2020-10-17 Tom de Vries <tdevries@suse.de>
2915
2916 PR symtab/26317
2917 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2918
2919 2020-10-17 Tom de Vries <tdevries@suse.de>
2920
2921 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2922 as suffix.
2923 * gdb.dwarf2/atomic.c: Rename to ...
2924 * gdb.dwarf2/atomic-type.c: ... this.
2925 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2926 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2927 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2928 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2929 * gdb.dwarf2/fission-mix2.c: Rename to ...
2930 * gdb.dwarf2/fission-mix-2.c: ... this.
2931 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2932 standard_testfile.
2933 * gdb.dwarf2/ada-valprint-error.exp: Same.
2934 * gdb.dwarf2/arr-stride.exp: Same.
2935 * gdb.dwarf2/arr-subrange.exp: Same.
2936 * gdb.dwarf2/atomic-type.exp: Same.
2937 * gdb.dwarf2/bad-regnum.exp: Same.
2938 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2939 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2940 * gdb.dwarf2/clang-debug-names.exp: Same.
2941 * gdb.dwarf2/comp-unit-lang.exp: Same.
2942 * gdb.dwarf2/corrupt.exp: Same.
2943 * gdb.dwarf2/count.exp: Same.
2944 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2945 * gdb.dwarf2/data-loc.exp: Same.
2946 * gdb.dwarf2/dw2-align.exp: Same.
2947 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2948 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2949 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2950 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2951 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2952 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2953 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2954 * gdb.dwarf2/dw2-inline-param.exp: Same.
2955 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2956 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2957 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2958 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2959 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2960 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2961 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2962 * gdb.dwarf2/dw2-param-error.exp: Same.
2963 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2964 * gdb.dwarf2/dw2-ranges.exp: Same.
2965 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2966 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2967 * gdb.dwarf2/dw4-sig-types.exp: Same.
2968 * gdb.dwarf2/dynarr-ptr.exp: Same.
2969 * gdb.dwarf2/enum-type.exp: Same.
2970 * gdb.dwarf2/fission-mix.exp: Same.
2971 * gdb.dwarf2/formdata16.exp: Same.
2972 * gdb.dwarf2/implptrconst.exp: Same.
2973 * gdb.dwarf2/implptrpiece.exp: Same.
2974 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2975 * gdb.dwarf2/main-subprogram.exp: Same.
2976 * gdb.dwarf2/method-ptr.exp: Same.
2977 * gdb.dwarf2/missing-sig-type.exp: Same.
2978 * gdb.dwarf2/nonvar-access.exp: Same.
2979 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2980 * gdb.dwarf2/shortpiece.exp: Same.
2981 * gdb.dwarf2/staticvirtual.exp: Same.
2982 * gdb.dwarf2/subrange.exp: Same.
2983 * gdb.dwarf2/symtab-producer.exp: Same.
2984 * gdb.dwarf2/typedef-void-finish.exp: Same.
2985 * gdb.dwarf2/var-access.exp: Same.
2986 * gdb.dwarf2/variant.exp: Same.
2987 * gdb.dwarf2/void-type.exp: Same.
2988 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2989 dw2-ranges-main.c.
2990 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2991
2992 2020-10-16 Tom de Vries <tdevries@suse.de>
2993
2994 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2995
2996 2020-10-16 Tom de Vries <tdevries@suse.de>
2997
2998 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2999
3000 2020-10-14 Tom de Vries <tdevries@suse.de>
3001
3002 PR testsuite/26732
3003 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
3004 scenario 2.
3005 * gdb.ada/mi_catch_ex_hand.exp: Same.
3006
3007 2020-10-13 Pedro Alves <pedro@palves.net>
3008
3009 * lib/mi-support.exp (mi_clean_restart): New.
3010 (mi_run_to_main): Delete.
3011 All callers adjust to use mi_clean_restart / mi_runto_main.
3012
3013 2020-10-13 Pedro Alves <pedro@palves.net>
3014
3015 * config/monitor.exp: Use "list -q".
3016 * gdb.arch/gdb1558.exp: Use "break -q".
3017 * gdb.arch/i386-permbkpt.exp: Use "break -q".
3018 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
3019 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
3020 * gdb.base/commands.exp: Use "break -q".
3021 * gdb.base/condbreak.exp: Use "break -q".
3022 * gdb.base/ctf-ptype.exp: Use "list -q".
3023 * gdb.base/define.exp: Use "break -q".
3024 * gdb.base/del.exp: Use "break -q".
3025 * gdb.base/fullname.exp: Use "break -q".
3026 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
3027 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
3028 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
3029 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
3030 "hbreak -q".
3031 * gdb.base/included.exp: Use "list -q".
3032 * gdb.base/label.exp: Use "break -q".
3033 * gdb.base/lineinc.exp: Use "break -q".
3034 * gdb.base/list.exp: Use "list -q".
3035 * gdb.base/macscp.exp: Use "list -q".
3036 * gdb.base/pending.exp: Use "break -q".
3037 * gdb.base/prologue-include.exp: Use "break -q".
3038 * gdb.base/ptype.exp: Use "list -q".
3039 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
3040 * gdb.base/server-del-break.exp: Use "break -q".
3041 * gdb.base/style.exp: Use "break -q".
3042 * gdb.base/symbol-without-target_section.exp: Use "list -q".
3043 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
3044 * gdb.cp/exception.exp: Use "tbreak -q".
3045 * gdb.dwarf2/dw2-error.exp: Use "break -q".
3046 * gdb.dwarf2/fission-mix.exp: Use "break -q".
3047 * gdb.dwarf2/fission-reread.exp: Use "break -q".
3048 * gdb.dwarf2/pr13961.exp: Use "break -q".
3049 * gdb.linespec/explicit.exp: Use "list -q".
3050 * gdb.linespec/linespec.exp: Use "break -q".
3051 * gdb.mi/mi-simplerun.exp: Use "--qualified".
3052 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
3053 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
3054 * gdb.server/connect-without-multi-process.exp: Use "break -q".
3055 * gdb.trace/change-loc.exp: Use "break -q".
3056 * gdb.trace/pending.exp: Use "break -q".
3057 * gdb.tui/basic.exp: Use "list -q".
3058 * gdb.tui/list-before.exp: Use "list -q".
3059 * gdb.tui/list.exp: Use "list -q".
3060 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
3061
3062 2020-10-13 Pedro Alves <pedro@palves.net>
3063
3064 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
3065 saved breakpoints file.
3066 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
3067 inspecting breakpoint list.
3068 * lib/gdb.exp (runto_main): Add "qualified" to options.
3069 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
3070 and handle it.
3071 (mi_runto_main): Pass 1 as qualified argument.
3072
3073 2020-10-13 Pedro Alves <pedro@palves.net>
3074
3075 * lib/mi-support.exp (mi_runto_main): New proc.
3076 (mi_run_to_main): Use it.
3077 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
3078 * gdb.mi/mi-var-cmd.exp: Likewise.
3079 * gdb.mi/mi-var-invalidate.exp: Likewise.
3080 * mi-var-list-children-invalid-grandchild.exp: Likewise.
3081 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3082 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3083 * gdb.mi/user-selected-context-sync.exp: Likewise.
3084 * gdb.opt/inline-cmds.exp: Likewise.
3085 * gdb.python/py-framefilter-mi.exp: Likewise.
3086 * gdb.python/py-mi.exp: Likewise.
3087
3088 2020-10-13 Pedro Alves <pedro@palves.net>
3089
3090 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
3091 "runto main".
3092 * gdb.ada/small_reg_param.exp: Likewise.
3093 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3094 * gdb.base/annota1.exp: Likewise.
3095 * gdb.base/anon.exp: Likewise.
3096 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
3097 * gdb.base/dprintf-non-stop.exp: Likewise.
3098 * gdb.base/dprintf.exp: Likewise.
3099 * gdb.base/gdb11530.exp: Likewise.
3100 * gdb.base/gdb11531.exp: Likewise.
3101 * gdb.base/gnu_vector.exp: Likewise.
3102 * gdb.base/interrupt-noterm.exp: Likewise.
3103 * gdb.base/memattr.exp: Likewise.
3104 * gdb.base/step-over-syscall.exp: Likewise.
3105 * gdb.base/watch-cond-infcall.exp: Likewise.
3106 * gdb.base/watch-read.exp: Likewise.
3107 * gdb.base/watch-vfork.exp: Likewise.
3108 * gdb.base/watch_thread_num.exp: Likewise.
3109 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
3110 * gdb.guile/scm-frame-inline.exp: Likewise.
3111 * gdb.linespec/explicit.exp: Likewise.
3112 * gdb.opt/inline-break.exp: Likewise.
3113 * gdb.python/py-frame-inline.exp: Likewise.
3114 * gdb.reverse/break-precsave.exp: Likewise.
3115 * gdb.reverse/break-reverse.exp: Likewise.
3116 * gdb.reverse/consecutive-precsave.exp: Likewise.
3117 * gdb.reverse/consecutive-reverse.exp: Likewise.
3118 * gdb.reverse/finish-precsave.exp: Likewise.
3119 * gdb.reverse/finish-reverse.exp: Likewise.
3120 * gdb.reverse/fstatat-reverse.exp: Likewise.
3121 * gdb.reverse/getresuid-reverse.exp: Likewise.
3122 * gdb.reverse/i386-precsave.exp: Likewise.
3123 * gdb.reverse/i386-reverse.exp: Likewise.
3124 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3125 * gdb.reverse/i387-env-reverse.exp: Likewise.
3126 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3127 * gdb.reverse/insn-reverse.exp: Likewise.
3128 * gdb.reverse/machinestate-precsave.exp: Likewise.
3129 * gdb.reverse/machinestate.exp: Likewise.
3130 * gdb.reverse/pipe-reverse.exp: Likewise.
3131 * gdb.reverse/readv-reverse.exp: Likewise.
3132 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3133 * gdb.reverse/rerun-prec.exp: Likewise.
3134 * gdb.reverse/s390-mvcle.exp: Likewise.
3135 * gdb.reverse/solib-precsave.exp: Likewise.
3136 * gdb.reverse/solib-reverse.exp: Likewise.
3137 * gdb.reverse/step-precsave.exp: Likewise.
3138 * gdb.reverse/step-reverse.exp: Likewise.
3139 * gdb.reverse/time-reverse.exp: Likewise.
3140 * gdb.reverse/until-precsave.exp: Likewise.
3141 * gdb.reverse/until-reverse.exp: Likewise.
3142 * gdb.reverse/waitpid-reverse.exp: Likewise.
3143 * gdb.reverse/watch-precsave.exp: Likewise.
3144 * gdb.reverse/watch-reverse.exp: Likewise.
3145 * gdb.threads/kill.exp: Likewise.
3146 * gdb.threads/tid-reuse.exp: Likewise.
3147
3148 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3149
3150 PR gdb/26642
3151 * gdb.base/maint-target-async-off.c: New test.
3152 * gdb.base/maint-target-async-off.exp: New test.
3153
3154 2020-10-13 Alan Modra <amodra@gmail.com>
3155
3156 * gdb.arch/powerpc-altivec.s,
3157 * gdb.arch/powerpc-power7.s,
3158 * gdb.arch/powerpc-power8.s,
3159 * gdb.arch/powerpc-power9.s,
3160 * gdb.arch/powerpc-vsx.s,
3161 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
3162 * gdb.arch/powerpc-altivec.exp,
3163 * gdb.arch/powerpc-power7.exp,
3164 * gdb.arch/powerpc-power8.exp,
3165 * gdb.arch/powerpc-power9.exp,
3166 * gdb.arch/powerpc-vsx.exp,
3167 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
3168 disassembly of mfvsrd/mtvsrd.
3169
3170 2020-10-13 Alan Modra <amodra@gmail.com>
3171
3172 * gdb.arch/arm-disassembler-options.exp: Adjust expected
3173 "target architecture" output.
3174 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3175 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3176 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3177 * gdb.arch/s390-disassembler-options.exp: Likewise.
3178
3179 2020-10-12 Pedro Alves <pedro@palves.net>
3180
3181 PR exp/26602
3182 PR c++/26550
3183 * gdb.cp/ambiguous.cc (marker1): Delete.
3184 (main): Initialize all the fields of the locals. Replace marker1
3185 call with a "set breakpoint here" marker.
3186 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
3187 instead of running to marker1. Add tests printing all the
3188 variables and all the fields of the variables.
3189 (test_ambiguous): New proc, expecting the new GDB output when a
3190 field access is ambiguous. Change all "warning: X ambiguous"
3191 tests to use it.
3192
3193 2020-10-12 Gary Benson <gbenson@redhat.com>
3194
3195 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
3196 * gdb.base/msym-bp-2.c (foo): Likewise.
3197 * gdb.base/msym-lang.c (foo): Likewise.
3198 * gdb.base/msym-lang-main.c (foo): Likewise.
3199 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
3200 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
3201 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
3202 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
3203 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
3204 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
3205 * gdb.python/py-objfile.c (static_var): Likewise.
3206 * gdb.python/py-symbol.c (rr): Likewise.
3207 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
3208 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
3209
3210 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
3211
3212 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
3213 output of backtrace.
3214
3215 2020-10-09 Tom Tromey <tromey@adacore.com>
3216
3217 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
3218 (Rec): Add field. Fix range.
3219 * gdb.ada/scalar_storage.exp: Update.
3220
3221 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
3222
3223 PR exp/26714
3224 * gdb.base/printcmds.exp: Add tests for void results.
3225
3226 2020-10-09 Jan Vrany <jan.vrany@labware.com>
3227
3228 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
3229 is emmited for both 'set directories' and 'directory' commands.
3230
3231 2020-10-08 Tom Tromey <tom@tromey.com>
3232
3233 * gdb.base/style.exp: Check that "main"'s name is styled.
3234
3235 2020-10-07 Tom Tromey <tromey@adacore.com>
3236
3237 * gdb.base/find.exp: Rename some tests.
3238
3239 2020-10-06 Gary Benson <gbenson@redhat.com>
3240
3241 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
3242 * gdb.base/list1.c (unused): Likewise.
3243
3244 2020-10-06 Gary Benson <gbenson@redhat.com>
3245
3246 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
3247 __attribute__ ((used)).
3248 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
3249
3250 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
3251
3252 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
3253 make use of regions throughout.
3254 * gdb.base/overlays.exp: Enclose string with variableds in "..",
3255 not {...}.
3256 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
3257
3258 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
3259
3260 * gdb.base/call-sc.c: Fix return struct on stack test case.
3261 * gdb.base/call-sc.exp: Likewise.
3262
3263 2020-10-02 Gary Benson <gbenson@redhat.com>
3264
3265 * README: Fix "paralell".
3266
3267 2020-09-30 Gary Benson <gbenson@redhat.com>
3268
3269 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
3270 Convert directive to lowercase.
3271 (.Labbrev1_begin): Add missing label.
3272 (abbrev code 0x1): Remove DW_AT_stmt_list.
3273 (.Ldie_b): Likewise.
3274
3275 2020-09-27 Tom Tromey <tom@tromey.com>
3276
3277 * gdb.tui/new-layout.exp: Use with_test_prefix.
3278
3279 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
3280
3281 PR python/26586
3282 * gdb.python/python.exp: add test cases for the from_tty
3283 argument to gdb.execute.
3284
3285 2020-09-25 Gary Benson <gbenson@redhat.com>
3286
3287 * gdb.base/infcall-nested-structs.exp.tcl: Add
3288 additional_flags=-Wno-tautological-compare for C++
3289 tests when compiling using Clang.
3290
3291 2020-09-25 Gary Benson <gbenson@redhat.com>
3292
3293 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
3294 for .c files.
3295
3296 2020-09-24 Tom Tromey <tromey@adacore.com>
3297
3298 PR tui/26638:
3299 * gdb.tui/list.exp: Check output of "focus next".
3300
3301 2020-09-23 Tom Tromey <tom@tromey.com>
3302
3303 * gdb.dwarf2/intbits.exp: New file.
3304 * gdb.dwarf2/intbits.c: New file.
3305
3306 2020-09-20 Pedro Alves <pedro@palves.net>
3307
3308 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
3309 spawn_id before calling remote_close. Close secondary MI channel.
3310
3311 2020-09-20 Pedro Alves <pedro@palves.net>
3312
3313 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
3314 fails.
3315
3316 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
3317
3318 * gdb.fortran/array-slices.exp: Update expected results.
3319 * gdb.fortran/class-allocatable-array.exp: Likewise.
3320 * gdb.fortran/multi-dim.exp: Likewise.
3321 * gdb.fortran/vla-type.exp: Likewise.
3322 * gdb.mi/mi-vla-fortran.exp: Likewise.
3323
3324 2020-09-18 Victor Collod <vcollod@nvidia.com>
3325
3326 PR gdb/26635
3327 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
3328 compatible with i386, and move it to...
3329 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
3330 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
3331 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
3332
3333 2020-09-18 Pedro Alves <pedro@palves.net>
3334
3335 PR gdb/26631
3336 * gdb.multi/multi-target-thread-find.exp: New file.
3337
3338 2020-09-18 Pedro Alves <pedro@palves.net>
3339
3340 * gdb.multi/multi-target-continue.exp: New file, factored out from
3341 multi-target.exp.
3342 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
3343 multi-target.exp.
3344 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
3345 multi-target.exp.
3346 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
3347 multi-target.exp.
3348 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
3349 multi-target.exp.
3350 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3351 multi-target.exp.
3352 * gdb.multi/multi-target.exp: Delete.
3353
3354 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3355
3356 * gdb.fortran/array-slices.exp: Add missing message data.
3357
3358 2020-09-17 Pedro Alves <pedro@palves.net>
3359
3360 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3361
3362 2020-09-17 Pedro Alves <pedro@palves.net>
3363
3364 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3365 full prototype.
3366
3367 2020-09-17 Pedro Alves <pedro@palves.net>
3368
3369 * gdb.python/py-as-string.c: Add cast.
3370
3371 2020-09-17 Pedro Alves <pedro@palves.net>
3372
3373 * gdb.base/sizeof.c (fill): Add cast.
3374
3375 2020-09-17 Pedro Alves <pedro@palves.net>
3376
3377 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3378
3379 2020-09-17 Pedro Alves <pedro@palves.net>
3380
3381 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3382 linkage name.
3383 * gdb.base/prologue.exp: Use print /d.
3384 * gdb.base/symbol-alias.exp: Handle C++ output.
3385 * gdb.base/symbol-alias2.c: Handle C++ output.
3386 [__cplusplus] (func): Explicitly specify linkage name.
3387
3388 2020-09-17 Pedro Alves <pedro@palves.net>
3389
3390 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3391 (struct my_key_t): ... this. Adjust all references.
3392 (struct value_t): Rename to ...
3393 (struct my_value_t): ... this. Adjust all references.
3394 (create_map, add_map_element, create_map_map)
3395 (add_map_map_element): Add casts.
3396
3397 2020-09-17 Pedro Alves <pedro@palves.net>
3398
3399 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3400 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3401
3402 2020-09-17 Pedro Alves <pedro@palves.net>
3403
3404 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3405
3406 2020-09-17 Pedro Alves <pedro@palves.net>
3407
3408 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3409 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3410 (charfoo, intfoo): Define full prototype.
3411 * gdb.base/ptype1.c (charfoo): Define full prototype.
3412 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3413 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3414
3415 2020-09-17 Pedro Alves <pedro@palves.net>
3416
3417 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3418 Don't define.
3419 (utf_32_string): Compile for both C and C++.
3420 * gdb.base/charset.exp: Use "print /d".
3421
3422 2020-09-17 Pedro Alves <pedro@palves.net>
3423
3424 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3425 (nullptr): Rename to ...
3426 (null_ptr): ... this.
3427 * gdb.base/watchpoint.exp: Adjust to rename.
3428
3429 2020-09-17 Pedro Alves <pedro@palves.net>
3430
3431 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3432 (three_not_flag): Add casts.
3433
3434 2020-09-17 Pedro Alves <pedro@palves.net>
3435
3436 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3437 char array.
3438 (main): Add references to Barrier, TestStrings, TestStringsH and
3439 TestStringsW.
3440 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3441 and expect a full prototype in C++.
3442
3443 2020-09-17 Pedro Alves <pedro@palves.net>
3444
3445 * gdb.base/nested-addr.c (main): Add cast.
3446 * gdb.base/nested-addr.exp: Use "print /d".
3447
3448 2020-09-17 Pedro Alves <pedro@palves.net>
3449
3450 * gdb.base/break.exp (func): New. Use it throughout when
3451 expecting a function name.
3452
3453 2020-09-17 Pedro Alves <pedro@palves.net>
3454
3455 * gdb.base/display.exp: Issue "set print asm-demangle on".
3456
3457 2020-09-17 Pedro Alves <pedro@palves.net>
3458
3459 * gdb.base/find.c: Include <string.h>.
3460 (init_bufs): Add cast.
3461 * gdb.base/find.exp: Issue "set print asm-demangle on".
3462
3463 2020-09-16 Tom Tromey <tromey@adacore.com>
3464
3465 PR gdb/26598:
3466 * gdb.base/skipcxx.exp: New file.
3467 * gdb.base/skipcxx.cc: New file.
3468
3469 2020-09-16 Tom de Vries <tdevries@suse.de>
3470
3471 PR testsuite/26617
3472 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3473 WITH_DEBUG_SECTIONS is defined.
3474 (xstr, str): New macro.
3475 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3476 to get start and size of _Dmain.
3477 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3478 using additional_flags.
3479
3480 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3481
3482 * gdb.base/bp-cmds-sourced-script.c: New file.
3483 * gdb.base/bp-cmds-sourced-script.exp: New test.
3484 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3485
3486 2020-09-16 Tom de Vries <tdevries@suse.de>
3487
3488 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3489 get the gdb prompt after issuing "monitor exit".
3490
3491 2020-09-16 Tom de Vries <tdevries@suse.de>
3492
3493 PR testsuite/26624
3494 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3495
3496 2020-09-16 Tom de Vries <tdevries@suse.de>
3497
3498 PR testsuite/26618
3499 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3500
3501 2020-09-15 Tom Tromey <tromey@adacore.com>
3502
3503 PR rust/26197:
3504 * lib/rust-support.exp (rust_llvm_version): New proc.
3505 * gdb.rust/simple.exp: Check rust_llvm_version.
3506
3507 2020-09-14 Tom de Vries <tdevries@suse.de>
3508
3509 * gdb.rust/traits.exp: Fix PATH warning.
3510
3511 2020-09-13 Pedro Alves <pedro@palves.net>
3512
3513 * gdb.base/catch-follow-exec.c (main): Add explicit return
3514 statement.
3515 * gdb.base/catch-signal.c (main): Likewise.
3516 * gdb.base/condbreak-call-false.c (main): Likewise.
3517 * gdb.base/consecutive.c (main): Add explicit return
3518 statement and return type.
3519 * gdb.base/cursal.c (main): Add explicit return statement.
3520 * gdb.base/cvexpr.c (main): Likewise.
3521 * gdb.base/display.c (main): Add explicit return statement and
3522 return type.
3523 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3524 * gdb.base/endianity.c (main): Likewise.
3525 * gdb.base/execd-prog.c (main): Likewise.
3526 * gdb.base/gdb1090.c (main): Likewise.
3527 * gdb.base/info_qt.c (main): Likewise.
3528 * gdb.base/lineinc.c (main): Likewise.
3529 * gdb.base/load-command.c (main): Likewise.
3530 * gdb.base/macscp1.c (main): Likewise.
3531 * gdb.base/pr10179-a.c (main): Likewise.
3532 * gdb.base/quit-live.c (main): Likewise.
3533 * gdb.base/scope0.c (main): Likewise.
3534 * gdb.base/settings.c (main): Likewise.
3535 * gdb.base/stack-checking.c (main): Return int.
3536 * gdb.base/varargs.c (main): Add explicit return statement.
3537 * gdb.cp/ambiguous.cc (main): Likewise.
3538 * gdb.cp/anon-struct.cc (main): Likewise.
3539 * gdb.cp/anon-union.cc (main): Likewise.
3540 * gdb.cp/bool.cc (main): Likewise.
3541 * gdb.cp/bs15503.cc (main): Likewise.
3542 * gdb.cp/cplusfuncs.cc (main): Likewise.
3543 * gdb.cp/cttiadd.cc (main): Likewise.
3544 * gdb.cp/extern-c.cc (main): Likewise.
3545 * gdb.cp/filename.cc (main): Likewise.
3546 * gdb.cp/formatted-ref.cc (main): Likewise.
3547 * gdb.cp/mb-ctor.cc (main): Likewise.
3548 * gdb.cp/member-ptr.cc (main): Likewise.
3549 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3550 * gdb.cp/overload-const.cc (main): Likewise.
3551 * gdb.cp/paren-type.cc (main): Likewise.
3552 * gdb.cp/parse-lang.cc (main): Likewise.
3553 * gdb.cp/pr-1023.cc (main): Likewise.
3554 * gdb.cp/psmang1.cc (main): Likewise.
3555 * gdb.cp/readnow-language.cc (main): Likewise.
3556 * gdb.cp/ref-params.cc (main): Likewise.
3557 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3558 * gdb.cp/virtbase2.cc (main): Likewise.
3559 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3560 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3561 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3562 * gdb.mi/mi-console.c (main): Likewise.
3563 * gdb.mi/mi-read-memory.c (main): Likewise.
3564 * gdb.modula2/multidim.c (main): Likewise.
3565 * gdb.opt/inline-small-func.c (main): Likewise.
3566 * gdb.python/py-rbreak.c (main): Likewise.
3567 * gdb.stabs/exclfwd1.c (main): Likewise.
3568 * gdb.trace/qtro.c (main): Likewise.
3569
3570 2020-09-13 Pedro Alves <pedro@palves.net>
3571
3572 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3573 instead of getenv.
3574
3575 2020-09-13 Pedro Alves <pedro@palves.net>
3576
3577 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3578 instead of spawning GDB with remote_spawn.
3579 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3580 gdb_spawn instead of spawning GDB with remote_spawn.
3581
3582 2020-09-13 Pedro Alves <pedro@palves.net>
3583
3584 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3585 file and add calls to first and second.
3586 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3587 add call to f.
3588
3589 2020-09-13 Pedro Alves <pedro@palves.net>
3590
3591 * gdb.mi/mi-break-qualified.cc: New file.
3592 * gdb.mi/mi-break-qualified.exp: New file.
3593 * lib/mi-support.exp (mi_create_breakpoint_multi)
3594 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3595 procedures.
3596 (mi_create_breakpoint_1): New, factored out from
3597 mi_create_breakpoint.
3598
3599 2020-09-13 Pedro Alves <pedro@palves.net>
3600
3601 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3602 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3603 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3604 (register_class): Delete.
3605 (main): Don't call register_class.
3606
3607 2020-09-13 Pedro Alves <pedro@palves.net>
3608
3609 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3610 (do_tests): Remove "calling method for small class" test.
3611 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3612 (register_class): Delete.
3613 (main): Don't call register_class.
3614 * gdb.cp/call-method-register.exp: New file, based on bits removed
3615 from classes.exp.
3616 * gdb.cp/call-method-register.cc: New file, based on bits removed
3617 from classes.cc.
3618
3619 2020-09-13 Pedro Alves <pedro@palves.net>
3620
3621 * gdb.base/msym-bp-2.c: New.
3622 * gdb.base/msym-bp-shl-lib.c: New file.
3623 * gdb.base/msym-bp-shl-main-2.c: New file.
3624 * gdb.base/msym-bp-shl-main.c: New file.
3625 * gdb.base/msym-bp-shl.exp: New file.
3626 * gdb.base/msym-bp.c: New file.
3627 * gdb.base/msym-bp.exp: New file.
3628
3629 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3630
3631 * gdb.base/default.exp: Change $_gdb_major to 11.
3632
3633 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3634 Felix Willgerodt <Felix.Willgerodt@intel.com>
3635
3636 * x86-avx512bf16.c: New file.
3637 * x86-avx512bf16.exp: Likewise.
3638 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3639
3640 2020-09-11 Tom de Vries <tdevries@suse.de>
3641
3642 PR exp/26602
3643 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3644
3645 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3646
3647 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3648
3649 2020-09-10 Alan Modra <amodra@gmail.com>
3650
3651 PR 26597
3652 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3653
3654 2020-09-08 Tom de Vries <tdevries@suse.de>
3655
3656 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3657 after gdb_starti_cmd.
3658
3659 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3660
3661 * lib/fortran.exp (fortran_complex8): New proc.
3662 (fortran_complex16): New proc.
3663 * gdb.fortran/complex.exp: Use routines from fortran.exp
3664 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3665 * gdb.fortran/vla-ptr-info.exp: Likewise.
3666
3667 2020-09-03 Tom de Vries <tdevries@suse.de>
3668
3669 PR breakpoint/26546
3670 * gdb.base/label-without-address.exp: Runto main first.
3671
3672 2020-09-02 Tom Tromey <tromey@adacore.com>
3673
3674 * gdb.ada/mi_var_access.exp: Test children of access variable.
3675 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3676 * gdb.ada/mi_var_array.exp: Update.
3677
3678 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3679
3680 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3681 on docker w/ AUFS storage driver.
3682
3683 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3684
3685 * gdb.base/corefile2.exp (renamed binfile): New tests.
3686
3687 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3688
3689 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3690
3691 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3692
3693 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3694 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3695
3696 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3697
3698 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3699 output, printing a "not saved" value from history and printing a
3700 convenience variable created from a "not saved" value.
3701
3702 2020-08-31 Tom de Vries <tdevries@suse.de>
3703
3704 * gdb.base/eh_return.exp: Use nopie.
3705
3706 2020-08-28 Pedro Alves <pedro@palves.net>
3707
3708 * gdb.base/advance-until-multiple-locations.exp
3709 (advance_overload, until_overload): Adjust to match the
3710 frame/function header instead of the source line text.
3711
3712 2020-08-28 Tom de Vries <tdevries@suse.de>
3713
3714 * gdb.base/label-without-address.c: New test.
3715 * gdb.base/label-without-address.exp: New file.
3716
3717 2020-08-27 Pedro Alves <pedro@palves.net>
3718
3719 PR gdb/26523
3720 PR gdb/26524
3721 * gdb.base/advance-until-multiple-locations.cc: New.
3722 * gdb.base/advance-until-multiple-locations.exp: New.
3723
3724 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3725
3726 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3727
3728 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3729
3730 * gdb.arch/amd64-byte.exp: Make test names unique, use
3731 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3732 * gdb.arch/amd64-dword.exp: Likewise.
3733 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3734 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3735 unique.
3736 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3737 * gdb.arch/amd64-word.exp: Make test names unique, use
3738 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3739 * gdb.arch/i386-byte.exp: Make test names unique, use
3740 gdb_breakpoint.
3741 * gdb.arch/i386-word.exp: Likewise.
3742
3743 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3744
3745 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3746
3747 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3748
3749 PR gdb/26532
3750 * gdb.threads/stepi-random-signal.exp: Update pattern.
3751
3752 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3753
3754 PR gdb/26532
3755 * gdb.base/ui-redirect.exp: Update pattern.
3756
3757 2020-08-25 Gary Benson <gbenson@redhat.com>
3758
3759 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3760 when compiling with clang.
3761 * gdb.dwarf2/dw2-restore.exp: Likewise.
3762
3763 2020-08-25 Gary Benson <gbenson@redhat.com>
3764
3765 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3766 Add additional_flags=-Wno-inaccessible-base when compiling
3767 with GCC >= 10.1 or clang. Add additional_flags=-w when
3768 compiling with GCC < 10.
3769
3770 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3771
3772 PR m2/26372
3773 * gdb.modula2/multidim.c: New file.
3774 * gdb.modula2/multidim.exp: New file.
3775
3776 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3777
3778 * lib/gdb.exp (runto): Always emit fail on internal error.
3779
3780 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3781
3782 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3783 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3784 Likewise.
3785 * gdb.threads/stepi-random-signal.exp: Likewise.
3786
3787 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3788
3789 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3790 * gdb.trace/strace.exp: Ditto.
3791
3792 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3793
3794 * gdb.fortran/vla-type.exp: Skip commands not required for
3795 the Flang compiled binaries after prologue fix.
3796
3797 2020-08-17 Tom de Vries <tdevries@suse.de>
3798 Tom Tromey <tromey@adacore.com>
3799
3800 PR rust/26197:
3801 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3802
3803 2020-08-17 Tom Tromey <tromey@adacore.com>
3804
3805 * gdb.ada/mi_var_access.exp: New file.
3806 * gdb.ada/mi_var_access/mi_access.adb: New file.
3807 * gdb.ada/mi_var_access/pck.adb: New file.
3808 * gdb.ada/mi_var_access/pck.ads: New file.
3809
3810 2020-08-16 Tom de Vries <tdevries@suse.de>
3811
3812 PR gdb/25350
3813 * gdb.base/eh_return.c: New test.
3814 * gdb.base/eh_return.exp: New file.
3815
3816 2020-08-15 Tom de Vries <tdevries@suse.de>
3817
3818 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3819 (mixed_func_1d_): Use fortran_charlen_t in decl.
3820
3821 2020-08-15 Tom de Vries <tdevries@suse.de>
3822
3823 PR backtrace/26390
3824 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3825 Update expected pattern.
3826
3827 2020-08-13 Pedro Alves <pedro@palves.net>
3828
3829 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3830 * gdb.fortran/library-module.exp: Likewise.
3831 * gdb.fortran/logical.exp: Likewise.
3832 * gdb.fortran/module.exp: Likewise.
3833 * gdb.fortran/print_type.exp: Likewise.
3834 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3835 * gdb.fortran/vla-datatypes.exp: Likewise.
3836 * gdb.fortran/vla-history.exp: Likewise.
3837 * gdb.fortran/vla-ptr-info.exp: Likewise.
3838 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3839 * gdb.fortran/vla-ptype.exp: Likewise.
3840 * gdb.fortran/vla-sizeof.exp: Likewise.
3841 * gdb.fortran/vla-type.exp: Likewise.
3842 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3843 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3844 * gdb.fortran/vla-value-sub.exp: Likewise.
3845 * gdb.fortran/vla-value.exp: Likewise.
3846
3847 2020-08-13 Pedro Alves <pedro@palves.net>
3848
3849 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3850 * gdb.ada/access_to_packed_array.exp: Likewise.
3851 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3852 * gdb.ada/addr_arith.exp: Likewise.
3853 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3854 * gdb.ada/arr_arr.exp: Likewise.
3855 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3856 * gdb.ada/array_bounds.exp: Likewise.
3857 * gdb.ada/array_of_variable_length.exp: Likewise.
3858 * gdb.ada/array_ptr_renaming.exp: Likewise.
3859 * gdb.ada/array_subscript_addr.exp: Likewise.
3860 * gdb.ada/arraydim.exp: Likewise.
3861 * gdb.ada/arrayparam.exp: Likewise.
3862 * gdb.ada/arrayptr.exp: Likewise.
3863 * gdb.ada/assign_1.exp: Likewise.
3864 * gdb.ada/assign_arr.exp: Likewise.
3865 * gdb.ada/atomic_enum.exp: Likewise.
3866 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3867 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3868 * gdb.ada/bias.exp: Likewise.
3869 * gdb.ada/boolean_expr.exp: Likewise.
3870 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3871 * gdb.ada/bp_enum_homonym.exp: Likewise.
3872 * gdb.ada/bp_inlined_func.exp: Likewise.
3873 * gdb.ada/bp_on_var.exp: Likewise.
3874 * gdb.ada/bp_range_type.exp: Likewise.
3875 * gdb.ada/bp_reset.exp: Likewise.
3876 * gdb.ada/call_pn.exp: Likewise.
3877 * gdb.ada/catch_assert_if.exp: Likewise.
3878 * gdb.ada/catch_ex.exp: Likewise.
3879 * gdb.ada/catch_ex_std.exp: Likewise.
3880 * gdb.ada/char_enum.exp: Likewise.
3881 * gdb.ada/char_param.exp: Likewise.
3882 * gdb.ada/complete.exp: Likewise.
3883 * gdb.ada/cond_lang.exp: Likewise.
3884 * gdb.ada/convvar_comp.exp: Likewise.
3885 * gdb.ada/dgopt.exp: Likewise.
3886 * gdb.ada/disc_arr_bound.exp: Likewise.
3887 * gdb.ada/display_nested.exp: Likewise.
3888 * gdb.ada/dot_all.exp: Likewise.
3889 * gdb.ada/dyn_loc.exp: Likewise.
3890 * gdb.ada/dyn_stride.exp: Likewise.
3891 * gdb.ada/excep_handle.exp: Likewise.
3892 * gdb.ada/expr_delims.exp: Likewise.
3893 * gdb.ada/expr_with_funcall.exp: Likewise.
3894 * gdb.ada/exprs.exp: Likewise.
3895 * gdb.ada/fin_fun_out.exp: Likewise.
3896 * gdb.ada/fixed_cmp.exp: Likewise.
3897 * gdb.ada/formatted_ref.exp: Likewise.
3898 * gdb.ada/frame_arg_lang.exp: Likewise.
3899 * gdb.ada/frame_args.exp: Likewise.
3900 * gdb.ada/fullname_bp.exp: Likewise.
3901 * gdb.ada/fun_addr.exp: Likewise.
3902 * gdb.ada/fun_in_declare.exp: Likewise.
3903 * gdb.ada/fun_overload_menu.exp: Likewise.
3904 * gdb.ada/fun_renaming.exp: Likewise.
3905 * gdb.ada/funcall_char.exp: Likewise.
3906 * gdb.ada/funcall_param.exp: Likewise.
3907 * gdb.ada/funcall_ptr.exp: Likewise.
3908 * gdb.ada/funcall_ref.exp: Likewise.
3909 * gdb.ada/homonym.exp: Likewise.
3910 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3911 * gdb.ada/info_auto_lang.exp: Likewise.
3912 * gdb.ada/info_exc.exp: Likewise.
3913 * gdb.ada/info_types.exp: Likewise.
3914 * gdb.ada/int_deref.exp: Likewise.
3915 * gdb.ada/interface.exp: Likewise.
3916 * gdb.ada/iwide.exp: Likewise.
3917 * gdb.ada/lang_switch.exp: Likewise.
3918 * gdb.ada/length_cond.exp: Likewise.
3919 * gdb.ada/maint_with_ada.exp: Likewise.
3920 * gdb.ada/mi_catch_assert.exp: Likewise.
3921 * gdb.ada/mi_catch_ex.exp: Likewise.
3922 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3923 * gdb.ada/mi_dyn_arr.exp: Likewise.
3924 * gdb.ada/mi_ex_cond.exp: Likewise.
3925 * gdb.ada/mi_exc_info.exp: Likewise.
3926 * gdb.ada/mi_interface.exp: Likewise.
3927 * gdb.ada/mi_prot.exp: Likewise.
3928 * gdb.ada/mi_ref_changeable.exp: Likewise.
3929 * gdb.ada/mi_string_access.exp: Likewise.
3930 * gdb.ada/mi_task_arg.exp: Likewise.
3931 * gdb.ada/mi_task_info.exp: Likewise.
3932 * gdb.ada/mi_var_array.exp: Likewise.
3933 * gdb.ada/mi_var_union.exp: Likewise.
3934 * gdb.ada/mi_variant.exp: Likewise.
3935 * gdb.ada/minsyms.exp: Likewise.
3936 * gdb.ada/mod_from_name.exp: Likewise.
3937 * gdb.ada/nested.exp: Likewise.
3938 * gdb.ada/null_array.exp: Likewise.
3939 * gdb.ada/optim_drec.exp: Likewise.
3940 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3941 * gdb.ada/packed_array_assign.exp: Likewise.
3942 * gdb.ada/packed_tagged.exp: Likewise.
3943 * gdb.ada/pp-rec-component.exp: Likewise.
3944 * gdb.ada/print_chars.exp: Likewise.
3945 * gdb.ada/print_pc.exp: Likewise.
3946 * gdb.ada/ptr_typedef.exp: Likewise.
3947 * gdb.ada/ptype_arith_binop.exp: Likewise.
3948 * gdb.ada/ptype_array.exp: Likewise.
3949 * gdb.ada/ptype_field.exp: Likewise.
3950 * gdb.ada/ptype_tagged_param.exp: Likewise.
3951 * gdb.ada/ptype_union.exp: Likewise.
3952 * gdb.ada/py_range.exp: Likewise.
3953 * gdb.ada/py_taft.exp: Likewise.
3954 * gdb.ada/rdv_wait.exp: Likewise.
3955 * gdb.ada/rec_comp.exp: Likewise.
3956 * gdb.ada/rec_return.exp: Likewise.
3957 * gdb.ada/ref_param.exp: Likewise.
3958 * gdb.ada/ref_tick_size.exp: Likewise.
3959 * gdb.ada/rename_subscript_param.exp: Likewise.
3960 * gdb.ada/repeat_dyn.exp: Likewise.
3961 * gdb.ada/same_component_name.exp: Likewise.
3962 * gdb.ada/same_enum.exp: Likewise.
3963 * gdb.ada/scalar_storage.exp: Likewise.
3964 * gdb.ada/set_wstr.exp: Likewise.
3965 * gdb.ada/small_reg_param.exp: Likewise.
3966 * gdb.ada/str_binop_equal.exp: Likewise.
3967 * gdb.ada/str_ref_cmp.exp: Likewise.
3968 * gdb.ada/str_uninit.exp: Likewise.
3969 * gdb.ada/sub_variant.exp: Likewise.
3970 * gdb.ada/sym_print_name.exp: Likewise.
3971 * gdb.ada/taft_type.exp: Likewise.
3972 * gdb.ada/tagged.exp: Likewise.
3973 * gdb.ada/tagged_access.exp: Likewise.
3974 * gdb.ada/task_bp.exp: Likewise.
3975 * gdb.ada/task_switch_in_core.exp: Likewise.
3976 * gdb.ada/tasks.exp: Likewise.
3977 * gdb.ada/tick_last_segv.exp: Likewise.
3978 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3979 * gdb.ada/type_coercion.exp: Likewise.
3980 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3981 * gdb.ada/unchecked_union.exp: Likewise.
3982 * gdb.ada/uninitialized_vars.exp: Likewise.
3983 * gdb.ada/var_arr_attrs.exp: Likewise.
3984 * gdb.ada/var_arr_typedef.exp: Likewise.
3985 * gdb.ada/var_rec_arr.exp: Likewise.
3986 * gdb.ada/variant-record.exp: Likewise.
3987 * gdb.ada/variant.exp: Likewise.
3988 * gdb.ada/variant_record_packed_array.exp: Likewise.
3989 * gdb.ada/varsize_limit.exp: Likewise.
3990 * gdb.ada/whatis_array_val.exp: Likewise.
3991 * gdb.ada/widewide.exp: Likewise.
3992 * gdb.ada/win_fu_syms.exp: Likewise.
3993
3994 2020-08-12 Gary Benson <gbenson@redhat.com>
3995
3996 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3997
3998 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3999
4000 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
4001 unset the array variable.
4002
4003 2020-08-03 Tom de Vries <tdevries@suse.de>
4004
4005 PR symtab/26333
4006 * lib/dwarf.exp (DW_LNE_user): New proc.
4007 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
4008 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
4009
4010 2020-07-31 Kevin Buettner <kevinb@redhat.com>
4011
4012 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
4013 to 'uintptr_t'
4014 (inttypes.h): Include.
4015
4016 2020-07-31 Kevin Buettner <kevinb@redhat.com>
4017
4018 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
4019 (C5_24k): Delete.
4020 (C5_8k, C5_64k, C5_256k): New macros.
4021 (buf_ro): Allocate 256 KiB of initialized data.
4022
4023 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4024
4025 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
4026 that attempt to overwrite an existing condition with a condition
4027 that fails parsing and also with a condition that parses fine
4028 but contains junk at the end.
4029
4030 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4031
4032 * gdb.base/condbreak-bad.c: New test.
4033 * gdb.base/condbreak-bad.exp: New file.
4034
4035 2020-07-30 Tom de Vries <tdevries@suse.de>
4036
4037 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
4038 out of ...
4039 (GDBInfoModuleSymbols::check_entry): ... here.
4040 (GDBInfoModuleSymbols::check_optional_entry): New proc.
4041 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
4042 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
4043
4044 2020-07-30 Tom de Vries <tdevries@suse.de>
4045
4046 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
4047 "__class_some_module_Number_t" optional.
4048
4049 2020-07-29 Tom de Vries <tdevries@suse.de>
4050
4051 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
4052 multiple locations.
4053
4054 2020-07-29 Tom de Vries <tdevries@suse.de>
4055
4056 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
4057 rather than function name.
4058
4059 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4060
4061 PR symtab/26270:
4062 * gdb.cp/disasm-func-name.cc: New file.
4063 * gdb.cp/disasm-func-name.exp: New file.
4064
4065 2020-07-28 Tom Tromey <tromey@adacore.com>
4066
4067 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
4068 'varval' location.
4069
4070 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4071
4072 * gdb.python/py-unwind.py: Update to make use of a register
4073 descriptor.
4074
4075 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4076
4077 * gdb.python/py-arch-reg-names.exp: Add additional tests.
4078
4079 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
4080
4081 PR fortran/23051
4082 PR fortran/26139
4083 * gdb.fortran/class-allocatable-array.exp: New file.
4084 * gdb.fortran/class-allocatable-array.f90: New file.
4085 * gdb.fortran/pointer-to-pointer.exp: New file.
4086 * gdb.fortran/pointer-to-pointer.f90: New file.
4087
4088 2020-07-25 Tom de Vries <tdevries@suse.de>
4089
4090 PR symtab/26243
4091 * gdb.dwarf2/dw2-line-number-zero.c: New test.
4092 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
4093
4094 2020-07-24 Tom de Vries <tdevries@suse.de>
4095
4096 PR testsuite/26293
4097 * gdb.ada/mi_prot.exp: Require gnatmake-8.
4098
4099 2020-07-23 Pedro Alves <pedro@palves.net>
4100
4101 * gdb.server/server-kill.exp (prepare): New, factored out from the
4102 top level.
4103 (kill_server): New.
4104 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
4105 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
4106
4107 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
4108
4109 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
4110
4111 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
4112
4113 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
4114 Initialize to empty string at top level.
4115 (gdb_wrapper_init): Revert check for file existence on build.
4116 Build the wrapper in its default place, not a build-specific
4117 location. When host == build, make the pathname absolute.
4118 (gdb_compile): Delete leftover declaration of
4119 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
4120 string instead of uninitialized.
4121
4122 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4123
4124 * gdb.base/corefile2.exp: New file.
4125 * gdb.base/coremaker2.exp: New file.
4126
4127 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4128
4129 * gdb.base/coredump-filter.exp: Add second
4130 non-Private-Shared-Anon-File test.
4131 (test_disasm): Rename binfile for test which is expected
4132 to fail.
4133
4134 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4135
4136 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
4137 data in core file".
4138 * gdb.base/coremaker.c (buf2ro): New global.
4139 (mmapdata): Add a read-only mmap mapping.
4140
4141 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4142
4143 PR corefiles/25631
4144 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
4145 New test.
4146 * gdb.base/coremaker.c (buf3): New global.
4147 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
4148 flags.
4149
4150 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4151
4152 * gdb.base/coremaker.c (filler_ro): New global constant.
4153
4154 2020-07-22 Tom Tromey <tromey@adacore.com>
4155
4156 * gdb.ada/mi_prot.exp: New file.
4157 * gdb.ada/mi_prot/pkg.adb: New file.
4158 * gdb.ada/mi_prot/pkg.ads: New file.
4159 * gdb.ada/mi_prot/prot.adb: New file.
4160
4161 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4162
4163 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
4164 loads two JITers.
4165
4166 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4167
4168 * gdb.python/py-arch-reg-groups.exp: Additional tests.
4169
4170 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4171
4172 * gdb.python/py-arch-reg-names.exp: Additional tests.
4173
4174 2020-07-21 Tom de Vries <tdevries@suse.de>
4175
4176 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
4177 breakpoint locations".
4178 * gdb.reverse/solib-reverse.exp: Same.
4179
4180 2020-07-21 Tom de Vries <tdevries@suse.de>
4181
4182 * gdb.reverse/step-reverse.c (callee): Merge statements.
4183
4184 2020-07-21 Tom de Vries <tdevries@suse.de>
4185
4186 * gdb.fortran/info-modules.exp (info module variables): Allow missing
4187 line numbers for some variables.
4188
4189 2020-07-21 Tom de Vries <tdevries@suse.de>
4190
4191 * gdb.opt/inline-locals.c (init_array): New func.
4192 (func1): Use init_array.
4193 * gdb.opt/inline-locals.exp: Update pattern.
4194
4195 2020-07-21 Tom de Vries <tdevries@suse.de>
4196
4197 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
4198 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
4199
4200 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4201
4202 * gdb.guile/source2.scm: Add #f first argument to 'format'.
4203 * gdb.guile/types-module.exp: Remove "ERROR:" from
4204 regexps since Guile 3.0 no longer prints that.
4205
4206 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4207
4208 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
4209 error regexp to match on Guile 2.2.
4210
4211 2020-07-20 Gary Benson <gbenson@redhat.com>
4212
4213 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
4214 with clang.
4215
4216 2020-07-20 Tom de Vries <tdevries@suse.de>
4217
4218 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
4219 (omp_set_lock_in_order): New function.
4220 (single_scope, multi_scope, nested_func, nested_parallel): Use
4221 omp_set_lock_in_order and omp_unset_lock.
4222 (main): Init and destroy lock and lock2.
4223
4224 2020-07-20 Tom de Vries <tdevries@suse.de>
4225
4226 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
4227
4228 2020-07-20 Tom de Vries <tdevries@suse.de>
4229
4230 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
4231
4232 2020-07-17 Tom de Vries <tdevries@suse.de>
4233
4234 * gdb.base/valgrind-infcall-2.c: New test.
4235 * gdb.base/valgrind-infcall-2.exp: New file.
4236 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
4237
4238 2020-07-17 Tom de Vries <tdevries@suse.de>
4239
4240 * gdb.dlang/circular.c (found): Use found_label as label name.
4241 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
4242 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
4243 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
4244 * gdb.dwarf2/ada-linkage-name.exp: Same.
4245 * gdb.dwarf2/arr-subrange.exp: Same.
4246 * gdb.dwarf2/atomic-type.exp: Same.
4247 * gdb.dwarf2/comp-unit-lang.exp: Same.
4248 * gdb.dwarf2/cpp-linkage-name.exp: Same.
4249 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
4250 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
4251 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
4252 * gdb.dwarf2/implptr-64bit.exp: Same.
4253 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4254 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4255 * gdb.dwarf2/imported-unit.exp: Same.
4256 * gdb.dwarf2/main-subprogram.exp: Same.
4257 * gdb.dwarf2/missing-type-name.exp: Same.
4258 * gdb.dwarf2/nonvar-access.exp: Same.
4259 * gdb.dwarf2/struct-with-sig.exp: Same.
4260 * gdb.dwarf2/typedef-void-finish.exp: Same.
4261 * gdb.dwarf2/void-type.exp: Same.
4262
4263 2020-07-17 Tom de Vries <tdevries@suse.de>
4264
4265 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
4266 src parameter.
4267 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
4268 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
4269 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4270 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
4271 * gdb.dwarf2/dwz.exp: Same.
4272 * gdb.dwarf2/implptr-optimized-out.exp: Same.
4273 * gdb.dwarf2/implref-array.exp: Same.
4274 * gdb.dwarf2/implref-const.exp: Same.
4275 * gdb.dwarf2/implref-global.exp: Same.
4276 * gdb.dwarf2/implref-struct.exp: Same.
4277 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
4278 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4279 * gdb.dwarf2/var-access.exp: Same.
4280 * gdb.dwarf2/varval.exp: Same.
4281 * gdb.trace/entry-values.exp: Same.
4282
4283 2020-07-17 Tom de Vries <tdevries@suse.de>
4284
4285 * lib/dwarf.exp (Dwarf::extern): Remove.
4286 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
4287 * gdb.dlang/circular.exp: Same.
4288 * gdb.dwarf2/comp-unit-lang.exp: Same.
4289 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4290 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
4291 * gdb.dwarf2/dwz.exp: Same.
4292 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4293 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4294 * gdb.dwarf2/imported-unit.exp: Same.
4295 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4296
4297 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
4298
4299 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
4300 Use double quotes instead of single quotes.
4301
4302 2020-07-16 Caroline Tice <cmtice@google.com>
4303
4304 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
4305 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
4306
4307 2020-07-16 Tom de Vries <tdevries@suse.de>
4308
4309 * lib/dwarf.exp (program): Initialize _line.
4310 (DW_LNE_end_sequence): Reinitialize _line.
4311 (DW_LNS_advance_line): Update _line.
4312 (line): New proc.
4313 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
4314 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
4315 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
4316 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
4317 * gdb.dwarf2/dw2-is-stmt.exp: Same.
4318 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4319
4320 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4321
4322 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4323 generic.
4324
4325 2020-07-15 Tom de Vries <tdevries@suse.de>
4326
4327 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4328 is_amd64_regs_target.
4329
4330 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4331
4332 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4333 * gdb.fortran/ptype-on-functions.f90: Likewise.
4334
4335 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
4336
4337 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
4338 values in documentation for addr_size to 4 and 8.
4339
4340 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
4341
4342 * gdb.arch/amd64-osabi.exp: Update.
4343 * gdb.arch/arm-disassembler-options.exp: Update.
4344 * gdb.arch/powerpc-disassembler-options.exp: Update.
4345 * gdb.arch/ppc64-symtab-cordic.exp: Update.
4346 * gdb.arch/s390-disassembler-options.exp: Update.
4347 * gdb.base/all-architectures.exp.tcl: Update.
4348 * gdb.base/attach-pie-noexec.exp: Update.
4349 * gdb.base/catch-syscall.exp: Update.
4350 * gdb.xml/tdesc-arch.exp: Update.
4351
4352 2020-07-14 Tom de Vries <tdevries@suse.de>
4353
4354 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4355 (local_gettid): ... this.
4356 (fn): Update.
4357
4358 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4359
4360 * gdb.base/info_sources.exp: Skip directory match tests on
4361 remote hosts.
4362
4363 2020-07-13 Gary Benson <gbenson@redhat.com>
4364
4365 * gdb.base/savedregs.exp (caller): Use parentheses to
4366 make expected expression evaluation ordering explicit.
4367
4368 2020-07-13 Gary Benson <gbenson@redhat.com>
4369
4370 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4371
4372 2020-07-13 Gary Benson <gbenson@redhat.com>
4373
4374 * gdb.base/bigcore.c (main): Use a volatile pointer when
4375 attempting to trigger a SIGSEGV.
4376 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4377 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4378 * gdb.base/savedregs.c (thrower): Likewise.
4379 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4380
4381 2020-07-13 Gary Benson <gbenson@redhat.com>
4382
4383 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4384 defining and using VLA structure fields into...
4385 * gdb.base/vla-struct-fields.c: New file.
4386 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4387 tests into...
4388 * gdb.base/vla-struct-fields.exp: New file.
4389
4390 2020-07-13 Tom de Vries <tdevries@suse.de>
4391
4392 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4393 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4394 * gdb.base/gold-gdb-index.exp: Same.
4395 * gdb.base/morestack.exp: Same.
4396
4397 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4398
4399 PR rust/26121
4400 * gdb.rust/modules.rs: Prevent linker from discarding test
4401 symbol.
4402
4403 2020-07-10 Pedro Alves <pedro@palves.net>
4404
4405 PR gdb/26199
4406 * gdb.multi/multi-target.c (exit_thread): New.
4407 (thread_start): Break loop if EXIT_THREAD.
4408 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4409 (top level) Call test_no_resumed.
4410
4411 2020-07-08 Tom Tromey <tromey@adacore.com>
4412
4413 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4414 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4415
4416 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4417
4418 PR python/22748
4419 * gdb.opt/inline-frame-tailcall.c: New file.
4420 * gdb.opt/inline-frame-tailcall.exp: New file.
4421 * gdb.python/py-unwind-inline.c: New file.
4422 * gdb.python/py-unwind-inline.exp: New file.
4423 * gdb.python/py-unwind-inline.py: New file.
4424
4425 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4426
4427 * gdb.python/py-arch-reg-groups.exp: New file.
4428
4429 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4430
4431 * gdb.python/py-arch-reg-names.exp: New file.
4432
4433 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4434
4435 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4436 gdb.PendingFrame.architecture method.
4437
4438 2020-07-06 Tom de Vries <tdevries@suse.de>
4439
4440 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4441
4442 2020-07-03 Pedro Alves <palves@redhat.com>
4443
4444 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4445 explicitly write negative numbers.
4446 * gdb.base/structs2.exp: Adjust expected output.
4447
4448 2020-07-03 Pedro Alves <palves@redhat.com>
4449
4450 * gdb.base/charset.c (init_string): Change all char parameters to
4451 unsigned char parameters.
4452
4453 2020-07-03 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.base/call-sc.exp (start_scalars_test): Use
4456 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4457 * gdb.base/overlays.c: Remove references to PARAMS.
4458 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4459 * gdb.base/reread.exp: Don't set 'prototypes' global.
4460 * gdb.base/structs.exp (start_structs_test): Use
4461 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4462 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4463 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4464 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4465 call.
4466 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4467
4468 2020-07-03 Pedro Alves <palves@redhat.com>
4469
4470 * gdb.base/m32rovly.c: Delete.
4471 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4472
4473 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4474
4475 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4476 of gdb_py_test_multiple.
4477 * gdb.python/py-cmd.exp: Likewise.
4478 * gdb.python/py-events.exp: Likewise.
4479 * gdb.python/py-function.exp: Likewise.
4480 * gdb.python/py-inferior.exp: Likewise.
4481 * gdb.python/py-infthread.exp: Likewise.
4482 * gdb.python/py-linetable.exp: Likewise.
4483 * gdb.python/py-parameter.exp: Likewise.
4484 * gdb.python/py-value.exp: Likewise.
4485
4486 2020-06-30 Tom de Vries <tdevries@suse.de>
4487
4488 PR testsuite/26175
4489 * lib/future.exp (gdb_default_target_compile): Detect and handle
4490 early_flags.
4491
4492 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
4493
4494 * boards/simavr.exp (gdb_load): Catch errors when closing
4495 previous connection. Close connection, wait for process and
4496 unset simavr_spawn_id on failure.
4497
4498 2020-06-29 Tom de Vries <tdevries@suse.de>
4499
4500 * lib/gdb.exp (unknown): Make test-case unresolved.
4501
4502 2020-06-29 Tom de Vries <tdevries@suse.de>
4503
4504 PR gdb/25475
4505 * gdb.server/solib-list.exp: Verify that the symbol reload
4506 confirmation question is asked.
4507
4508 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4509
4510 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4511 have a input seq nr in each pass message.
4512 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
4513 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4514 * gdb.python/python.exp: Make test names unique,
4515 use gdb_test_multiline instead of gdb_py_test_multiple,
4516 use $gdb_test_name.
4517 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4518
4519 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
4520
4521 * configure.ac: Add --enable-libctf.
4522 * aclocal.m4: sinclude ../config/enable.m4.
4523 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4524 * lib/gdb.exp (skip_ctf_tests): Use it.
4525 * gdb.base/ctf-constvars.exp: Error message tweak.
4526 * gdb.base/ctf-ptype.exp: Likewise.
4527 * configure: Regenerate.
4528
4529 2020-06-26 Gary Benson <gbenson@redhat.com>
4530
4531 * gdb.cp/try_catch.cc: Include string.h.
4532 (main): Replace comparison against string literal with
4533 strcmp, avoiding build failure with -Wstring-compare.
4534 Add "marker test-complete".
4535 * gdb.cp/try_catch.exp: Run the test to the above marker,
4536 then verify that the value of "test" is still true.
4537
4538 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4539
4540 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4541
4542 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4543
4544 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4545
4546 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4547
4548 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4549 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4550 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4551 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4552 * gdb.arch/riscv-tdesc-loading.exp: New file.
4553
4554 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4555
4556 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4557
4558 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4559
4560 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4561 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4562 * gdb.arch/riscv-tdesc-regs.c: New file.
4563 * gdb.arch/riscv-tdesc-regs.exp: New file.
4564
4565 2020-06-24 Pedro Alves <palves@redhat.com>
4566
4567 * gdb.arch/amd64-entry-value-paramref.exp: Use
4568 prepare_for_testing_full and don't pass "c++" for the .S file
4569 build spec.
4570 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4571 $options, since it's an assembly file. Remove -Wno-deprecated.
4572 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4573 compiling C++ programs.
4574
4575 2020-06-24 Pedro Alves <palves@redhat.com>
4576
4577 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4578 Clang, add "-Wno-unknown-warning-option" to the options.
4579
4580 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4581
4582 * gdb.xml/tdesc-reload.c: New file.
4583 * gdb.xml/tdesc-reload.exp: New file.
4584 * gdb.xml/maint-xml-dump-01.xml: New file.
4585 * gdb.xml/maint-xml-dump-02.xml: New file.
4586 * gdb.xml/maint-xml-dump.exp: New file.
4587
4588 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4589
4590 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4591 Adjust for omitted commands when TUI is disabled.
4592
4593 2020-06-23 Gary Benson <gbenson@redhat.com>
4594 Pedro Alves <palves@redhat.com>
4595
4596 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4597 * gdb.cp/nsimport.cc: Likewise.
4598 * gdb.cp/nsnested.cc: Likewise.
4599 * gdb.cp/nsnoimports.cc: Likewise.
4600 * gdb.cp/nsusing.cc: Likewise.
4601 * gdb.cp/smartp.cc: Likewise.
4602 * gdb.python/py-pp-integral.c: Likewise.
4603 * gdb.python/py-pp-re-notag.c: Likewise.
4604
4605 2020-06-23 Gary Benson <gbenson@redhat.com>
4606
4607 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4608 * gdb.cp/nsimport.cc: Likewise.
4609 * gdb.cp/nsnested.cc: Likewise.
4610 * gdb.cp/nsnoimports.cc: Likewise.
4611 * gdb.cp/nsusing.cc: Likewise.
4612 * gdb.cp/smartp.cc: Likewise.
4613 * gdb.python/py-pp-integral.c: Likewise.
4614 * gdb.python/py-pp-re-notag.c: Likewise.
4615
4616 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4617
4618 * gdb.base/default-args.exp: New test.
4619 * gdb.base/default-args.c: New file.
4620 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4621 * gdb.base/default.exp: Update to new help text.
4622 * gdb.base/help.exp: Likewise.
4623 * gdb.base/page.exp: Likewise.
4624 * gdb.base/style.exp: Likewise.
4625 * gdb.guile/guile.exp: Likewise.
4626 * gdb.python/python.exp: Likewise.
4627
4628 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4629
4630 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4631 remote host. Fix search path syntax on Windows host.
4632
4633 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4634
4635 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4636 over 'exec-file-mismatch'.
4637 * gdb.base/attach.c: Mark should_exit volatile.
4638 * gdb.base/attach2.c: Likewise. Add a comment explaining
4639 why the sleep cannot be big.
4640 * gdb.base/attach3.c: New file.
4641
4642 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4643
4644 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4645 prefix optional.
4646
4647 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4648
4649 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4650 for remote host.
4651
4652 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4653 Hafiz Abid Qadeer <abidh@codesourcery.com>
4654
4655 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4656 file sent to remote host.
4657 (top level): Allow int32_t as type of 32-bit register.
4658
4659 2020-06-19 Tom de Vries <tdevries@suse.de>
4660
4661 * lib/gdb.exp (gdb_note): New proc.
4662 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4663 (gdb_default_target_compile): ... here. Only call
4664 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4665 (use_gdb_compile): Change to array.
4666 (toplevel): Update sets of use_gdb_compile to specify language.
4667 Warn about default_target_compile override. Store dejagnu's version
4668 of default_target_compile in dejagnu_default_target_compile.
4669
4670 2020-06-18 Tom de Vries <tdevries@suse.de>
4671
4672 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4673 (default_gdb_init): ... here.
4674
4675 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4676
4677 Fix TUI support checks in gdb.tui tests.
4678
4679 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4680 just say UNSUPPORTED.
4681 * gdb.tui/corefile-run.exp: Likewise.
4682 * gdb.tui/empty.exp: Likewise.
4683 * gdb.tui/list-before.exp: Likewise.
4684 * gdb.tui/list.exp: Likewise.
4685 * gdb.tui/main.exp: Likewise.
4686 * gdb.tui/regs.exp: Likewise.
4687 * gdb.tui/resize.exp: Likewise.
4688 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4689 * gdb.tui/tui-layout-asm.exp: Likewise.
4690 * gdb.tui/tui-missing-src.exp: Likewise.
4691 * gdb.tui/winheight.exp: Likewise.
4692 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4693
4694 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4695
4696 Fix TCL error in gdb.python/py-format-string.exp.
4697
4698 * gdb.python/py-format-string.exp: Move test for python support
4699 earlier, out of function body.
4700
4701 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4702
4703 * gdb.base/index-cache-load-twice.c: New.
4704 * gdb.base/index-cache-load-twice.exp: New.
4705
4706 2020-06-17 Keith Seitz <keiths@redhat.com>
4707
4708 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4709 when executing "gdb --configuration".
4710
4711 2020-06-17 Tom de Vries <tdevries@suse.de>
4712
4713 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4714 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4715 conditional on presence of gdb_tcl_unknown.
4716 (gdb_finish): Make override undo conditional on presence of
4717 gdb_tcl_unknown.
4718
4719 2020-06-16 Tom Tromey <tom@tromey.com>
4720
4721 * gdb.python/tui-window.py (failwin): New function. Register it
4722 as a TUI window type.
4723 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4724
4725 2020-06-16 Gary Benson <gbenson@redhat.com>
4726
4727 * gdb.python/py-nested-maps.c (create_map): Add missing return
4728 value.
4729 (create_map_map): Likewise.
4730
4731 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4732
4733 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4734 variable.
4735 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4736 and use the already-defined 'options' variable.
4737
4738 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4739 Tom de Vries <tdevries@suse.de>
4740
4741 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4742 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4743 (gdb_setup_known_globals): New proc.
4744 (gdb_cleanup_globals): New proc.
4745 * lib/gdb.exp (load_lib): New override proc.
4746 (gdb_stdin_log_init): Set var in_file as persistent global.
4747 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4748 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4749 fpc_compiler as persistent global.
4750
4751 2020-06-12 Tom de Vries <tdevries@suse.de>
4752
4753 * lib/tuiterm.exp (spawn): Rename to ...
4754 (tui_spawn): ... this.
4755 (toplevel): Move rename of spawn ...
4756 (gdb_init_tuiterm): ... here. New proc.
4757 (gdb_finish_tuiterm): New proc.
4758 * lib/gdb.exp (gdb_finish_hooks): New global var.
4759 (gdb_finish): Handle gdb_finish_hooks.
4760 (tuiterm_env): New proc.
4761 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4762 tuiterm_env.
4763 * gdb.tui/basic.exp: Same.
4764 * gdb.tui/corefile-run.exp: Same.
4765 * gdb.tui/empty.exp: Same.
4766 * gdb.tui/list-before.exp: Same.
4767 * gdb.tui/list.exp: Same.
4768 * gdb.tui/main.exp: Same.
4769 * gdb.tui/new-layout.exp: Same.
4770 * gdb.tui/regs.exp: Same.
4771 * gdb.tui/resize.exp: Same.
4772 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4773 * gdb.tui/tui-layout-asm.exp: Same.
4774 * gdb.tui/tui-missing-src.exp: Same.
4775 * gdb.tui/winheight.exp: Same.
4776
4777 2020-06-12 Tom de Vries <tdevries@suse.de>
4778
4779 PR testsuite/26110
4780 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4781 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4782
4783 2020-06-11 Tom Tromey <tom@tromey.com>
4784
4785 PR gdb/18318:
4786 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4787 floating point tests.
4788
4789 2020-06-11 Keith Seitz <keiths@redhat.com>
4790
4791 PR gdb/21356
4792 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4793 vla_struct.
4794 Add new struct vla_typedef and union vla_typedef_union and
4795 corresponding instantiation objects.
4796 Initialize new objects.
4797 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4798 and vla_typedef_union_object.
4799 Fixup type for vla_struct_object.
4800
4801 2020-06-11 Tom de Vries <tdevries@suse.de>
4802
4803 * lib/gdb.exp (with_override): New proc, factored out of ...
4804 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4805
4806 2020-06-10 Tom de Vries <tdevries@suse.de>
4807
4808 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4809
4810 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4811
4812 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4813 parameter, update callers.
4814
4815 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4816
4817 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4818 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4819 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4820
4821 2020-06-04 Tom de Vries <tdevries@suse.de>
4822
4823 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4824
4825 2020-06-04 Tom de Vries <tdevries@suse.de>
4826
4827 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4828 exp_continue.
4829
4830 2020-06-04 Tom de Vries <tdevries@suse.de>
4831
4832 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4833
4834 2020-06-03 Tom de Vries <tdevries@suse.de>
4835
4836 PR symtab/26046
4837 * gdb.cp/breakpoint-locs-2.cc: New test.
4838 * gdb.cp/breakpoint-locs.cc: New test.
4839 * gdb.cp/breakpoint-locs.exp: New file.
4840 * gdb.cp/breakpoint-locs.h: New test.
4841
4842 2020-06-03 Tom de Vries <tdevries@suse.de>
4843
4844 PR testsuite/25609
4845 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4846 value of global verbose.
4847 * gdb.base/jit-elf.exp: Same.
4848 * gdb.base/jit-reader.exp: Same.
4849
4850 2020-06-02 Tom de Vries <tdevries@suse.de>
4851
4852 * gdb.dwarf2/multidictionary.exp: Don't use
4853 gdb_spawn_with_cmdline_opts.
4854
4855 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4856
4857 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4858 use_header case.
4859 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4860 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4861 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4862 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4863 * gdb.dwarf2/dw2-inline-header.c: New file.
4864 * gdb.dwarf2/dw2-inline-header.h: New file.
4865
4866 2020-05-30 Pedro Alves <palves@redhat.com>
4867
4868 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4869 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4870
4871 2020-05-29 Gary Benson <gbenson@redhat.com>
4872
4873 * gdb.compile/compile-cplus.exp (additional_flags): Also
4874 set when building with clang.
4875 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4876 when building with clang.
4877
4878 2020-05-29 Gary Benson <gbenson@redhat.com>
4879
4880 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4881 building with clang.
4882 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4883
4884 2020-05-29 Gary Benson <gbenson@redhat.com>
4885
4886 * gdb.cp/koenig.exp (prepare_for_testing): Add
4887 additional_flags=-Wno-unused-comparison.
4888 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4889
4890 2020-05-28 Gary Benson <gbenson@redhat.com>
4891
4892 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4893 statement.
4894
4895 2020-05-28 Gary Benson <gbenson@redhat.com>
4896
4897 * gdb.cp/classes.exp (prepare_for_testing): Add
4898 additional_flags=-Wno-deprecated-register.
4899 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4900 * gdb.cp/misc.exp: Likewise.
4901
4902 2020-05-28 Gary Benson <gbenson@redhat.com>
4903
4904 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4905 (test_op_new::operator new): Add return statement.
4906 (test_op_new_array::operator new[]): Likewise.
4907
4908 2020-05-27 Pedro Alves <palves@redhat.com>
4909
4910 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4911 check. Use test_gdb_complete_unique instead of
4912 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4913 test_gdb_complete_multiple instead of
4914 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4915
4916 2020-05-27 Luis Machado <luis.machado@linaro.org>
4917
4918 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4919 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4920 * gdb.arch/arm-disassembler-options.exp: Likewise.
4921 * gdb.arch/arm-disp-step.exp: Likewise.
4922 * gdb.arch/thumb-prologue.exp: Likewise.
4923 * gdb.base/async.exp: Likewise.
4924 * gdb.base/auxv.exp: Likewise.
4925 * gdb.base/complex-parts.exp: Likewise.
4926 * gdb.base/ena-dis-br.exp: Likewise.
4927 * gdb.base/foll-exec.exp: Likewise.
4928 * gdb.base/permissions.exp: Likewise.
4929 * gdb.base/relocate.exp: Likewise.
4930 * gdb.base/return2.exp: Likewise.
4931 * gdb.base/sigbpt.exp: Likewise.
4932 * gdb.base/siginfo-obj.exp: Likewise.
4933 * gdb.cp/converts.exp: Likewise.
4934 * gdb.cp/exceptprint.exp: Likewise.
4935 * gdb.cp/inherit.exp: Likewise.
4936 * gdb.cp/nsnoimports.exp: Likewise.
4937 * gdb.cp/virtbase2.exp: Likewise.
4938 * gdb.mi/mi-var-cmd.exp: Likewise.
4939 * gdb.mi/var-cmd.c: Likewise.
4940
4941 2020-05-26 Tom Tromey <tromey@adacore.com>
4942
4943 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4944
4945 2020-05-26 Tom Tromey <tromey@adacore.com>
4946
4947 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4948 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4949 type.
4950 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4951 variable.
4952
4953 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4954
4955 * Makefile.in: Use = instead of == for the test command
4956 for portability.
4957
4958 2020-05-26 Tom de Vries <tdevries@suse.de>
4959
4960 * gdb.base/gold-gdb-index-2.c: New test.
4961 * gdb.base/gold-gdb-index.c: New test.
4962 * gdb.base/gold-gdb-index.exp: New file.
4963 * gdb.base/gold-gdb-index.h: New test.
4964
4965 2020-05-25 Tom de Vries <tdevries@suse.de>
4966
4967 * boards/gold-gdb-index.exp: New file.
4968
4969 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4970
4971 * boards/simavr.exp: New file.
4972
4973 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4974
4975 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4976 * gdb.base/inferior-args.exp: New file.
4977 * gdb.base/inferior-args.c: New file.
4978
4979 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4980
4981 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4982 inferior_args. Pass it to gdb_reload.
4983 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4984 inferior_args.
4985 (gdb_reload): Add inferior_args argument.
4986 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4987 pass it to gdbserver_run.
4988 * boards/native-gdbserver.exp: Do not set noargs.
4989 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4990 inferior_args argument.
4991 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4992 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4993 * gdb.base/args.exp: Likewise.
4994
4995 2020-05-25 Tom de Vries <tdevries@suse.de>
4996
4997 * lib/gdb.exp (exec_is_pie): Add comment.
4998
4999 2020-05-25 Tom de Vries <tdevries@suse.de>
5000
5001 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
5002 instead of $binfile in the untested message.
5003
5004 2020-05-25 Tom de Vries <tdevries@suse.de>
5005
5006 PR testsuite/26031
5007 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
5008
5009 2020-05-25 Tom de Vries <tdevries@suse.de>
5010
5011 * boards/gold.exp: New file.
5012
5013 2020-05-23 Tom Tromey <tom@tromey.com>
5014
5015 * gdb.base/style.exp: Remove completion styling test.
5016 * lib/gdb-utils.exp (style): Remove completion styles.
5017
5018 2020-05-23 Tom Tromey <tom@tromey.com>
5019
5020 * gdb.base/style.exp: Add completion styling test.
5021 * lib/gdb-utils.exp (style): Add completion styles.
5022
5023 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
5024
5025 * gdb.base/annota1.exp: Update expected results.
5026 * gdb.cp/annota2.exp: Update expected results, remove duplicate
5027 test name.
5028 * gdb.cp/annota3.exp: Update expected results.
5029
5030 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
5031
5032 PR gdb/26016
5033 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
5034 against MAP_FAILED.
5035 * gdb.base/coremaker.c (mmapdata): Likewise.
5036 * gdb.base/jit-reader-host.c (main): Likewise.
5037 * gdb.base/sym-file-loader.c (load): Likewise.
5038 (load_shlib): Likewise.
5039
5040 2020-05-20 Tom Tromey <tromey@adacore.com>
5041
5042 * gdb.ada/array_char_idx.exp: Recognize initialized array.
5043
5044 2020-05-20 Tom de Vries <tdevries@suse.de>
5045
5046 PR symtab/25833
5047 * gdb.base/with-mf-inc.c: New test.
5048 * gdb.base/with-mf-main.c: New test.
5049 * gdb.base/with-mf.exp: New file.
5050
5051 2020-05-19 Tom Tromey <tromey@adacore.com>
5052
5053 * gdb.rust/simple.exp: Restore missing test result.
5054
5055 2020-05-19 Tom de Vries <tdevries@suse.de>
5056
5057 * gdb.base/gdb-caching-proc.exp: Fix typo.
5058
5059 2020-05-19 Tom Tromey <tromey@adacore.com>
5060
5061 * gdb.rust/simple.exp: Add some test descriptions.
5062 (test_one_slice): Use with_test_prefix.
5063
5064 2020-05-18 Tom de Vries <tdevries@suse.de>
5065
5066 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
5067
5068 2020-05-17 Pedro Alves <palves@redhat.com>
5069
5070 PR gdb/25741
5071 * gdb.base/hw-sw-break-same-address.exp: New file.
5072
5073 2020-05-16 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.multi/multi-re-run.exp (test_re_run): Switch
5076 LAST_LOADED_FILE accordingly.
5077
5078 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5079
5080 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
5081
5082 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5083
5084 * gdb.base/help.exp: Test apropos and help for commands
5085 having aliases. Fixed comments not starting with an
5086 upper-case letter or not finishing with a dot.
5087
5088 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5089
5090 * gdb.base/alias.exp: Update help output check.
5091
5092 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5093
5094 * gdb.base/default.exp: Update output following fixes.
5095
5096 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5097
5098 * gdb.base/alias.exp: Test aliases starting with a prefix of
5099 another alias.
5100
5101 2020-05-15 Gary Benson <gbenson@redhat.com>
5102
5103 * gdb.base/info-os.c (main): Add return statement.
5104 * gdb.base/info_minsym.c (minsym_fun): Likewise.
5105 * gdb.base/large-frame-2.c (func): Likewise.
5106 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
5107 * gdb.base/pr10179-b.c (foo2): Likewise.
5108 * gdb.base/valgrind-disp-step.c (foo): Likewise.
5109 * gdb.base/watch-cond.c (func): Likewise.
5110 * gdb.multi/goodbye.c (verylongfun): Likewise.
5111 * gdb.multi/hello.c (commonfun): Likewise.
5112 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
5113 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
5114 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5115 Likewise.
5116 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
5117 * gdb.threads/interrupt-while-step-over.c (child_function):
5118 Likewise.
5119 * gdb.trace/actions-changed.c (end): Likewise.
5120
5121 2020-05-15 Gary Benson <gbenson@redhat.com>
5122
5123 * gdb.opencl/callfuncs.exp: Report when test skipped.
5124 * gdb.opencl/convs_casts.exp: Likewise.
5125 * gdb.opencl/datatypes.exp: Likewise.
5126 * gdb.opencl/operators.exp: Likewise.
5127 * gdb.opencl/vec_comps.exp: Likewise.
5128
5129 2020-05-15 Tom de Vries <tdevries@suse.de>
5130
5131 * gdb.base/align.exp.in: Rename to ...
5132 * gdb.base/align.exp.tcl: ... this.
5133 * gdb.base/align-c++.exp: Update.
5134 * gdb.base/align-c.exp: Update.
5135 * gdb.base/all-architectures.exp.in: Rename to ...
5136 * gdb.base/all-architectures.exp: ... this.
5137 * gdb.base/all-architectures-0.exp: Update.
5138 * gdb.base/all-architectures-1.exp: Update.
5139 * gdb.base/all-architectures-2.exp: Update.
5140 * gdb.base/all-architectures-3.exp: Update.
5141 * gdb.base/all-architectures-4.exp: Update.
5142 * gdb.base/all-architectures-5.exp: Update.
5143 * gdb.base/all-architectures-6.exp: Update.
5144 * gdb.base/all-architectures-7.exp: Update.
5145 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
5146 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
5147 * gdb.base/infcall-nested-structs-c++.exp: Update.
5148 * gdb.base/infcall-nested-structs-c.exp: Update.
5149 * gdb.base/info-types.exp.in: Rename to ...
5150 * gdb.base/info-types.exp.tcl: ... this.
5151 * gdb.base/info-types-c++.exp: Update.
5152 * gdb.base/info-types-c.exp: Update.
5153 * gdb.base/max-depth.exp.in: Rename to ...
5154 * gdb.base/max-depth.exp.tcl: ... this.
5155 * gdb.base/max-depth-c++.exp: Update.
5156 * gdb.base/max-depth-c.exp: Update.
5157 * gdb.cp/cpexprs.exp.in: Rename to ...
5158 * gdb.cp/cpexprs.exp.tcl: ... this.
5159 * gdb.cp/cpexprs-debug-types.exp: Update.
5160 * gdb.cp/cpexprs.exp: Update.
5161 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
5162 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
5163 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
5164 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
5165 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
5166 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
5167 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
5168 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
5169 * gdb.dwarf2/clang-debug-names-2.exp: Update.
5170 * gdb.dwarf2/clang-debug-names.exp: Update.
5171
5172 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
5173
5174 * lib/check-test-names.exp: Remove code that prevents this file
5175 loading when tests are run in parallel.
5176
5177 2020-05-15 Pedro Alves <palves@redhat.com>
5178
5179 * gdb.multi/multi-kill.exp (start_inferior): Remove
5180 'testpid' parameter. Refer to namespace variable directly.
5181 (testpid): Declare as namespace variable.
5182
5183 2020-05-15 Pedro Alves <palves@redhat.com>
5184
5185 * gdb.multi/multi-kill.exp: Wrap in namespace.
5186 (start_inferior): Add TESTPID parameter. Use it instead of the
5187 testpid global.
5188 (top level): Define empty TESTPID array, and pass it down to
5189 start_inferior.
5190
5191 2020-05-14 Tom de Vries <tdevries@suse.de>
5192
5193 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
5194 output.
5195
5196 2020-05-14 Tom de Vries <tdevries@suse.de>
5197
5198 * gdb.base/align.exp: Split into ...
5199 * gdb.base/align.exp.in: ...
5200 * gdb.base/align-c++.exp: ...
5201 * gdb.base/align-c.exp: ... these.
5202 * gdb.base/infcall-nested-structs.exp: Split into ...
5203 * gdb.base/infcall-nested-structs.exp.in: ...
5204 * gdb.base/infcall-nested-structs-c++.exp: ...
5205 * gdb.base/infcall-nested-structs-c.exp: ... these.
5206 * gdb.base/info-types.exp: Split into ...
5207 * gdb.base/info-types.exp.in: ...
5208 * gdb.base/info-types-c++.exp: ...
5209 * gdb.base/info-types-c.exp: ... these.
5210 * gdb.base/max-depth.exp: Split into ...
5211 * gdb.base/max-depth.exp.in: ...
5212 * gdb.base/max-depth-c++.exp: ...
5213 * gdb.base/max-depth-c.exp: ... these.
5214 * gdb.cp/infcall-nodebug.exp: Split into ...
5215 * gdb.cp/infcall-nodebug.exp.in: ...
5216 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
5217 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
5218 * gdb.cp/infcall-nodebug-c-d0.exp: ...
5219 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
5220
5221 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5222 Pedro Alves <palves@redhat.com>
5223
5224 * gdb.multi/multi-exit.c: New file.
5225 * gdb.multi/multi-exit.exp: New file.
5226 * gdb.multi/multi-kill.c: New file.
5227 * gdb.multi/multi-kill.exp: New file.
5228
5229 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5230
5231 * gdb.base/annota1.exp: Update the expected output.
5232 * gdb.cp/annota2.exp: Ditto.
5233
5234 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
5235
5236 * lib/check-test-names.exp: Disable when testing is being run in
5237 parallel.
5238
5239 2020-05-12 Tom de Vries <tdevries@suse.de>
5240
5241 * gdb.base/jit-elf.exp: Fix string concat.
5242
5243 2020-05-12 Tom de Vries <tdevries@suse.de>
5244
5245 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
5246 messages.
5247
5248 2020-05-12 Tom de Vries <tdevries@suse.de>
5249
5250 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
5251
5252 2020-05-12 Tom de Vries <tdevries@suse.de>
5253
5254 * gdb.ada/catch_ex.exp: Use with_test_prefix.
5255 * gdb.ada/mi_catch_ex.exp: Same.
5256 * gdb.ada/mi_catch_ex_hand.exp: Same.
5257
5258 2020-05-12 Tom de Vries <tdevries@suse.de>
5259
5260 * gdb.fortran/complex.exp: Use with_test_prefix.
5261
5262 2020-05-12 Tom de Vries <tdevries@suse.de>
5263
5264 * gdb.trace/passcount.exp: Fix test-names.
5265
5266 2020-05-12 Tom de Vries <tdevries@suse.de>
5267
5268 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
5269
5270 2020-05-12 Tom de Vries <tdevries@suse.de>
5271
5272 * gdb.gdb/complaints.exp: Use with_test_prefix.
5273 * gdb.xml/tdesc-regs.exp: Same.
5274 * gdb.opt/inline-locals.exp: Fix test name.
5275
5276 2020-05-12 Tom de Vries <tdevries@suse.de>
5277
5278 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
5279 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
5280 * gdb.dwarf2/implref-struct.exp: Same.
5281 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
5282 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
5283
5284 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
5285
5286 * gdb.base/jit-so.exp (one_jit_test): Change test name.
5287
5288 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5289
5290 * lib/check-test-names.exp (all_test_names): New module variable.
5291 (counts): Add 'duplicates' field.
5292 (_check_duplicates): New procedure.
5293 (check): Also check for duplicates.
5294 (do_log_summary): Print duplicates count.
5295 (do_reset_vars): Reset counter for duplicate test names, and
5296 discard all know test names.
5297
5298 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5299
5300 * lib/gdb.exp: Include check-test-names.exp library.
5301 * lib/check-test-names.exp: New file.
5302
5303 2020-05-11 Tom de Vries <tdevries@suse.de>
5304
5305 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
5306
5307 2020-05-11 Keith Seitz <keiths@redhat.com>
5308
5309 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
5310
5311 2020-05-11 Tom de Vries <tdevries@suse.de>
5312
5313 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
5314 * gdb.cp/cpexprs.exp.in: .. here.
5315 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
5316 cpexprs.exp.
5317
5318 2020-05-11 Keith Seitz <keiths@redhat.com>
5319
5320 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
5321 test names.
5322 * gdb.ada/arrayptr.exp: Likewise.
5323 * gdb.ada/assign_arr.exp: Likewise.
5324 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
5325 * gdb.ada/bp_on_var.exp: Likewise.
5326 * gdb.ada/call_pn.exp: Likewise.
5327 * gdb.ada/complete.exp: Likewise.
5328 * gdb.ada/fun_overload_menu.exp: Likewise.
5329 * gdb.ada/funcall_param.exp: Likewise.
5330 * gdb.ada/funcall_ref.exp: Likewise.
5331 * gdb.ada/packed_array_assign.exp: Likewise.
5332 * gdb.ada/same_component_name.exp: Likewise.
5333 * gdb.ada/type_coercion.exp: Likewise.
5334 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
5335 * gdb.ada/variant_record_packed_array.exp: Likewise.
5336
5337 2020-05-11 Tom de Vries <tdevries@suse.de>
5338
5339 PR symtab/25941
5340 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
5341 out of ...
5342 * gdb.dwarf2/clang-debug-names.exp: ... here.
5343 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
5344 clang-debug-names.exp.in.
5345 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
5346 * gdb.dwarf2/clang-debug-names-2.c: New test.
5347
5348 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5349
5350 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5351 (fortran_runto_main): New Proc, fortran version of runto_main.
5352 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5353 * gdb.fortran/array-bounds.exp: Likewise.
5354 * gdb.fortran/array-slices.exp: Likewise.
5355 * gdb.fortran/block-data.exp: Likewise.
5356 * gdb.fortran/charset.exp: Likewise.
5357 * gdb.fortran/common-block.exp: Likewise.
5358 * gdb.fortran/complex.exp: Likewise.
5359 * gdb.fortran/derived-type-function.exp: Likewise.
5360 * gdb.fortran/derived-type.exp: Likewise.
5361 * gdb.fortran/info-modules.exp: Likewise.
5362 * gdb.fortran/info-types.exp: Likewise.
5363 * gdb.fortran/intrinsics.exp: Likewise.
5364 * gdb.fortran/library-module.exp: Likewise.
5365 * gdb.fortran/logical.exp: Likewise.
5366 * gdb.fortran/max-depth.exp: Likewise.
5367 * gdb.fortran/module.exp: Likewise.
5368 * gdb.fortran/multi-dim.exp: Likewise.
5369 * gdb.fortran/nested-funcs.exp: Likewise.
5370 * gdb.fortran/print-formatted.exp: Likewise.
5371 * gdb.fortran/print_type.exp: Likewise.
5372 * gdb.fortran/printing-types.exp: Likewise.
5373 * gdb.fortran/ptr-indentation.exp: Likewise.
5374 * gdb.fortran/ptype-on-functions.exp: Likewise.
5375 * gdb.fortran/subarray.exp: Likewise.
5376 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5377 * gdb.fortran/vla-datatypes.exp: Likewise.
5378 * gdb.fortran/vla-history.exp: Likewise.
5379 * gdb.fortran/vla-ptr-info.exp: Likewise.
5380 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5381 * gdb.fortran/vla-ptype.exp: Likewise.
5382 * gdb.fortran/vla-sizeof.exp: Likewise.
5383 * gdb.fortran/vla-type.exp: Likewise.
5384 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5385 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5386 * gdb.fortran/vla-value-sub.exp: Likewise.
5387 * gdb.fortran/vla-value.exp: Likewise.
5388 * gdb.fortran/whatis_type.exp: Likewise.
5389 * gdb.mi/mi-var-child-f.exp: Likewise.
5390
5391 2020-05-09 Tom de Vries <tdevries@suse.de>
5392
5393 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5394
5395 2020-05-08 Tom de Vries <tdevries@suse.de>
5396
5397 * gdb.dwarf2/clang-debug-names.c: New test.
5398 * gdb.dwarf2/clang-debug-names.exp: New file.
5399
5400 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
5401
5402 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5403 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5404
5405 2020-05-06 Tom de Vries <tdevries@suse.de>
5406
5407 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5408 breakpoint is at a "recommended breakpoint location".
5409 * gdb.reverse/consecutive-reverse.exp: Same.
5410
5411 2020-05-06 Tom de Vries <tdevries@suse.de>
5412
5413 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5414 address.
5415
5416 2020-05-06 Tom de Vries <tdevries@suse.de>
5417
5418 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5419
5420 2020-05-06 Tom de Vries <tdevries@suse.de>
5421
5422 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5423 info for r.
5424
5425 2020-05-06 Tom de Vries <tdevries@suse.de>
5426
5427 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5428 necessary.
5429
5430 2020-05-06 Tom de Vries <tdevries@suse.de>
5431
5432 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5433 void.
5434
5435 2020-05-06 Tom de Vries <tdevries@suse.de>
5436
5437 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5438 of ...
5439 * gdb.base/async.exp: ... here.
5440 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5441 "recommended breakpoint location".
5442
5443 2020-05-06 Tom de Vries <tdevries@suse.de>
5444
5445 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5446
5447 2020-05-04 Tom de Vries <tdevries@suse.de>
5448
5449 * gdb.base/async.exp: Check whether instruction addresses are a
5450 "recommended breakpoint location".
5451
5452 2020-05-03 Tom Tromey <tom@tromey.com>
5453
5454 * gdb.base/sepdebug.exp: Remove "catch" test.
5455 * gdb.base/break.exp: Remove "catch" test.
5456 * gdb.base/default.exp: Update expected output.
5457
5458 2020-05-02 Tom de Vries <tdevries@suse.de>
5459
5460 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5461 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5462 * gdb.arch/i386-mpx-map.exp: Same.
5463 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5464 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5465 * gdb.arch/i386-mpx.exp: Same.
5466
5467 2020-05-02 Tom de Vries <tdevries@suse.de>
5468
5469 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5470
5471 2020-05-01 Tom de Vries <tdevries@suse.de>
5472
5473 * gdb.ada/operator_bp.exp: Allow more than required amount of
5474 breakpoint.
5475
5476 2020-05-01 Tom de Vries <tdevries@suse.de>
5477
5478 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5479
5480 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5481
5482 PR gdb/18706
5483 * gdb.cp/stub-array-size.cc: New test.
5484 * gdb.cp/stub-array-size.exp: New file.
5485 * gdb.cp/stub-array-size.h: New test.
5486 * gdb.cp/stub-array-size2.cc: New test.
5487
5488 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5489
5490 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5491 output to the new format.
5492
5493 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5494
5495 * gdb.base/break.exp: Use with_test_prefix.
5496
5497 2020-04-29 Tom de Vries <tdevries@suse.de>
5498
5499 * lib/gdb.exp (debug_types): New proc.
5500 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5501 * gdb.python/py-symtab.exp: Same.
5502
5503 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
5504
5505 PR gdb/17320
5506 * gdb.base/pretty-array.c: New test.
5507 * gdb.base/pretty-array.exp: New file.
5508
5509 2020-04-29 Tom de Vries <tdevries@suse.de>
5510
5511 PR symtab/25889
5512 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5513 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5514 and include cpexprs.exp.
5515
5516 2020-04-28 Mark Williams <mark@myosotissp.com>
5517
5518 PR gdb/24480
5519 * dw4-toplevel-types.exp: Test for top level types.
5520 * dw4-toplevel-types.cc: Test for top level types.
5521
5522 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5523
5524 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5525 (theads -> threads).
5526
5527 2020-04-28 Tom de Vries <tdevries@suse.de>
5528
5529 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5530
5531 2020-04-28 Tom de Vries <tdevries@suse.de>
5532
5533 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5534
5535 2020-04-28 Tom de Vries <tdevries@suse.de>
5536
5537 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5538
5539 2020-04-28 Tom de Vries <tdevries@suse.de>
5540
5541 * gdb.dwarf2/main-foo.c: New test.
5542 * gdb.dwarf2/struct-with-sig.exp: New file.
5543
5544 2020-04-25 Tom de Vries <tdevries@suse.de>
5545
5546 * boards/debug-types.exp: New file.
5547
5548 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5549
5550 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5551
5552 2020-04-24 Tom Tromey <tom@tromey.com>
5553
5554 PR symtab/12707:
5555 * gdb.python/py-symbol.exp: Update expected results for
5556 linkage_name test.
5557 * gdb.cp/print-demangle.exp: New file.
5558 * gdb.base/c-linkage-name.exp: Fix test.
5559 * gdb.guile/scm-symbol.exp: Update expected results for
5560 linkage_name test.
5561
5562 2020-04-24 Tom Tromey <tom@tromey.com>
5563
5564 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5565 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5566 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5567 assembler.
5568
5569 2020-04-24 Tom de Vries <tdevries@suse.de>
5570
5571 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5572 C++.
5573
5574 2020-04-24 Tom Tromey <tromey@adacore.com>
5575
5576 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5577 values.
5578 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5579 values. Update test for minimal encodings.
5580 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5581 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5582 values. Update test for minimal encodings.
5583
5584 2020-04-24 Tom Tromey <tromey@adacore.com>
5585
5586 PR python/23662:
5587 * gdb.ada/variant.exp: Add Python checks.
5588 * gdb.rust/simple.exp: Add dynamic type checks.
5589
5590 2020-04-24 Tom Tromey <tromey@adacore.com>
5591
5592 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5593 Make array type matching more lax.
5594 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5595 * gdb.ada/mi_variant.exp: New file.
5596 * gdb.ada/mi_variant/pck.ads: New file.
5597 * gdb.ada/mi_variant/pkg.adb: New file.
5598 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5599 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5600
5601 2020-04-24 Tom Tromey <tromey@adacore.com>
5602
5603 * gdb.ada/variant.exp: Add dynamic field offset tests.
5604 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5605 * gdb.ada/variant/pkg.adb: Add new variables.
5606
5607 2020-04-24 Tom Tromey <tromey@adacore.com>
5608
5609 * gdb.ada/variant.exp: New file
5610 * gdb.ada/variant/pkg.adb: New file
5611 * gdb.ada/variant/pck.adb: New file
5612
5613 2020-04-24 Tom de Vries <tdevries@suse.de>
5614
5615 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5616
5617 2020-04-24 Tom de Vries <tdevries@suse.de>
5618
5619 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5620 flags.
5621
5622 2020-04-24 Tom de Vries <tdevries@suse.de>
5623
5624 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5625
5626 2020-04-24 Tom de Vries <tdevries@suse.de>
5627
5628 * lib/gdb.exp (default_gdb_start): Handle eof.
5629 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5630 failure.
5631 * gdb.base/readnever.exp: Handle clean_restart failure.
5632
5633 2020-04-23 Tom de Vries <tdevries@suse.de>
5634
5635 * gdb.base/decl-before-def.exp: Run to main and print a again.
5636
5637 2020-04-23 Tom de Vries <tdevries@suse.de>
5638
5639 * gdb.base/decl-before-def-decl.c: New test.
5640 * gdb.base/decl-before-def-def.c: New test.
5641 * gdb.base/decl-before-def.exp: New file.
5642
5643 2020-04-23 Tom de Vries <tdevries@suse.de>
5644
5645 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5646
5647 2020-04-22 Tom de Vries <tdevries@suse.de>
5648
5649 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5650 debug_info_offset.
5651 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5652 before $objsfile in the line line.
5653
5654 2020-04-22 Tom de Vries <tdevries@suse.de>
5655
5656 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5657
5658 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5659
5660 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5661 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5662 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5663 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5664 * gdb.base/jit-protocol.h: Update definitions to match all usage
5665 contexts.
5666
5667 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5668
5669 * gdb.base: Rename all jit related test and source files.
5670
5671 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5672
5673 * gdb.base/jit-reader.exp: Relax register output check.
5674
5675 2020-04-22 Tom de Vries <tdevries@suse.de>
5676
5677 PR symtab/25764
5678 * gdb.base/psym-external-decl-2.c: New test.
5679 * gdb.base/psym-external-decl.c: New test.
5680 * gdb.base/psym-external-decl.exp: New file.
5681 * gdb.threads/tls.exp: Add PR25807 kfail.
5682
5683 2020-04-22 Tom de Vries <tdevries@suse.de>
5684
5685 PR symtab/25801
5686 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5687 in "info source" output.
5688
5689 2020-04-22 Tom de Vries <tdevries@suse.de>
5690
5691 PR symtab/25700
5692 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5693 symtab for imported_unit.c.
5694
5695 2020-04-21 Gary Benson <gbenson@redhat.com>
5696
5697 * gdb.base/advance.c (func): New argument, to match call site.
5698 (func2, func3): Add return statements.
5699
5700 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5701
5702 * gdb.multi/run-only-second-inf.c: New file.
5703 * gdb.multi/run-only-second-inf.exp: New file.
5704
5705 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5706
5707 * gdb.btrace/multi-inferior.c: New test.
5708 * gdb.btrace/multi-inferior.exp: New file.
5709
5710 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5711
5712 * gdb.btrace/enable-new-thread.c: New test.
5713 * gdb.btrace/enable-new-thread.exp: New file.
5714
5715 2020-04-21 Tom de Vries <tdevries@suse.de>
5716
5717 PR gdb/25471
5718 * gdb.threads/killed-outside.c: New test.
5719 * gdb.threads/killed-outside.exp: New file.
5720
5721 2020-04-20 Gary Benson <gbenson@redhat.com>
5722
5723 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5724 * gdb.base/nested-subp2.exp: Likewise.
5725 * gdb.base/nested-subp3.exp: Likewise.
5726
5727 2020-04-20 Gary Benson <gbenson@redhat.com>
5728
5729 * gdb.base/nested-subp1.exp: Disable test when using clang.
5730 * gdb.base/nested-subp2.exp: Likewise.
5731 * gdb.base/nested-subp3.exp: Likewise.
5732
5733 2020-04-20 Gary Benson <gbenson@redhat.com>
5734
5735 * gdb.cp/exception.cc: Fix compilation error with clang.
5736
5737 2020-04-20 Gary Benson <gbenson@redhat.com>
5738
5739 * gdb.trace/tspeed.c: Fix compilation error with clang.
5740
5741 2020-04-20 Gary Benson <gbenson@redhat.com>
5742
5743 * gdb.base/jit-main.c: Fix compilation error with clang.
5744
5745 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5746
5747 * gdb.base/attach-twice.c: Include "sys/types.h".
5748 (PTRACE_ATTACH): Add fallback definition.
5749 (main): Pass `0' to the 4th argument of `ptrace'.
5750
5751 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5752
5753 * gdb.base/fork-running-state.c: Include "signal.h".
5754
5755 2020-04-17 Tom Tromey <tromey@adacore.com>
5756
5757 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5758 Update tests.
5759 * gdb.btrace/cpu.exp: Update tests.
5760 * gdb.base/maint.exp: Update tests.
5761 * gdb.base/default.exp: Update tests.
5762 * gdb.base/completion.exp: Update tests.
5763
5764 2020-04-16 Tom de Vries <tdevries@suse.de>
5765
5766 PR symtab/25791
5767 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5768 (ensure_gdb_index): and factor out and move ...
5769 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5770 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5771
5772 2020-04-16 Tom de Vries <tdevries@suse.de>
5773
5774 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5775 loading exec.
5776
5777 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5778
5779 * gdb.base/many-completions.exp: New file.
5780
5781 2020-04-14 Tom de Vries <tdevries@suse.de>
5782
5783 PR symtab/25718
5784 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5785
5786 2020-04-14 Tom de Vries <tdevries@suse.de>
5787
5788 PR symtab/25720
5789 * gdb.base/maint-expand-symbols-header-file.c: New test.
5790 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5791 * gdb.base/maint-expand-symbols-header-file.h: New test.
5792
5793 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5794
5795 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5796 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5797 get_func_info.
5798 (get_func_info): Delete.
5799 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5800 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5801 * lib/dwarf.exp (get_func_info): New function.
5802
5803 2020-04-13 Tom de Vries <tdevries@suse.de>
5804
5805 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5806 to what find_gnatmake does.
5807
5808 2020-04-10 Tom de Vries <tdevries@suse.de>
5809
5810 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5811 -readnow.
5812
5813 2020-04-10 Tom de Vries <tdevries@suse.de>
5814
5815 PR cli/25808
5816 * gdb.base/style.c: Add leading newlines.
5817 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5818 Check listing of main's one-line body.
5819
5820 2020-04-08 Tom de Vries <tdevries@suse.de>
5821
5822 * lib/gdb.exp (psymtabs_p): New proc.
5823 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5824 importing unit" unsupported if there are no partial symbols.
5825
5826 2020-04-08 Tom de Vries <tdevries@suse.de>
5827
5828 PR testsuite/25760
5829 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5830
5831 2020-04-07 Tom de Vries <tdevries@suse.de>
5832
5833 PR symtab/25796
5834 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5835
5836 2020-04-07 Tom de Vries <tdevries@suse.de>
5837
5838 * gdb.base/check-psymtab.c: New test.
5839 * gdb.base/check-psymtab.exp: New file.
5840
5841 2020-04-06 Tom Tromey <tromey@adacore.com>
5842
5843 * gdb.ada/variant-record/proc.adb: New file.
5844 * gdb.ada/variant-record/value.adb: New file.
5845 * gdb.ada/variant-record/value.s: New file.
5846 * gdb.ada/variant-record.exp: New file.
5847
5848 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5849
5850 PR gdb/25325
5851 * gdb.cp/typed-enum.cc: New test.
5852 * gdb.cp/typed-enum.exp: New file.
5853
5854 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5855
5856 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5857 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5858 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5859 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5860 * gdb.opt/inline-small-func.c: New file.
5861 * gdb.opt/inline-small-func.exp: New file.
5862 * gdb.opt/inline-small-func.h: New file.
5863
5864 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5865
5866 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5867 function.
5868
5869 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5870
5871 * lib/dwarf.exp (function_range): Allow compiler options to be
5872 specified.
5873
5874 2020-04-02 Tom de Vries <tdevries@suse.de>
5875
5876 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5877 __attribute__((always_inline)).
5878 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5879
5880 2020-04-02 Tom de Vries <tdevries@suse.de>
5881
5882 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5883 (gdbserver_gdb_exit): ... here. Add timeout warning.
5884 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5885 (connect_target_extended_remote): Append new server_spawn_id to
5886 server_spawn_ids.
5887 (cleanup): New proc.
5888 (setup, <toplevel>): Call cleanup.
5889
5890 2020-04-02 Tom de Vries <tdevries@suse.de>
5891
5892 * gdb.base/main-psymtab.exp: New file.
5893
5894 2020-04-02 Tom de Vries <tdevries@suse.de>
5895
5896 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5897
5898 2020-04-01 Tom Tromey <tom@tromey.com>
5899
5900 * gdb.base/complex-parts.exp: Add type tests.
5901
5902 2020-04-01 Tom Tromey <tom@tromey.com>
5903
5904 * gdb.base/complex-parts.exp: Add arithmetic tests.
5905
5906 2020-04-01 Tom Tromey <tom@tromey.com>
5907
5908 * gdb.compile/compile.exp: Update.
5909 * gdb.compile/compile-cplus.exp: Update.
5910 * gdb.base/varargs.exp: Update.
5911 * gdb.base/floatn.exp: Update.
5912 * gdb.base/endianity.exp: Update.
5913 * gdb.base/callfuncs.exp (do_function_calls): Update.
5914 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5915 (complex_float_integral_args): Update.
5916 * gdb.base/complex.exp: Update.
5917 * gdb.base/complex-parts.exp: Update.
5918
5919 2020-04-01 Tom Tromey <tromey@adacore.com>
5920
5921 * gdb.rust/union.rs: New file.
5922 * gdb.rust/union.exp: New file.
5923 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5924 (main): Update.
5925 * gdb.rust/simple.exp: Move union tests to union.exp.
5926
5927 2020-04-01 Tom Tromey <tromey@adacore.com>
5928
5929 * gdb.rust/simple.rs (main): Remove "y0".
5930
5931 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5932
5933 * gdb.multi/stop-all-on-exit.c: New test.
5934 * gdb.multi/stop-all-on-exit.exp: New file.
5935
5936 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5937
5938 PR gdb/24789
5939 * gdb.cp/misc.cc: Add integer reference variable.
5940 * gdb.cp/misc.exp: Add test.
5941
5942 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5943
5944 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5945 scenario to cover execution until the end and also the case
5946
5947 2020-03-31 Tom de Vries <tdevries@suse.de>
5948
5949 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5950 c. Use "maint info symtabs" to check symtab expansion.
5951
5952 2020-03-30 Tom de Vries <tdevries@suse.de>
5953
5954 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5955 unsupported.
5956 (verify_psymtab_expanded): Move ...
5957 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5958 test.
5959 (readnow): New proc.
5960
5961 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5962
5963 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5964 with $hex.
5965
5966 2020-03-20 Tom Tromey <tromey@adacore.com>
5967
5968 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5969
5970 2020-03-20 Tom Tromey <tromey@adacore.com>
5971
5972 * gdb.ada/sub_variant/subv.adb: New file.
5973 * gdb.ada/sub_variant.exp: New file.
5974
5975 2020-03-20 Tom de Vries <tdevries@suse.de>
5976
5977 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5978 first break fails.
5979 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5980
5981 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5982
5983 * gdb.server/exit-multiple-threads.c: New file.
5984 * gdb.server/exit-multiple-threads.exp: New file.
5985
5986 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5987
5988 * gdb.fortran/mixed-lang-stack.c: New file.
5989 * gdb.fortran/mixed-lang-stack.cpp: New file.
5990 * gdb.fortran/mixed-lang-stack.exp: New file.
5991 * gdb.fortran/mixed-lang-stack.f90: New file.
5992
5993 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5994
5995 * gdb.linespec/cp-completion-aliases.cc: New file.
5996 * gdb.linespec/cp-completion-aliases.exp: New file.
5997
5998 2020-03-19 Tom de Vries <tdevries@suse.de>
5999
6000 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
6001 more precise.
6002
6003 2020-03-18 Tom de Vries <tdevries@suse.de>
6004
6005 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
6006 * gdb.dwarf2/break-inline-psymtab.c: New test.
6007 * gdb.dwarf2/break-inline-psymtab.exp: New file.
6008
6009 2020-03-16 Tom de Vries <tdevries@suse.de>
6010
6011 * lib/cache.exp (gdb_do_cache): Add and handle local variables
6012 cache_verify and cache_verify_proc.
6013
6014 2020-03-15 Tom de Vries <tdevries@suse.de>
6015
6016 * gdb.server/solib-list.exp: Handle
6017 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
6018
6019 2020-03-15 Tom de Vries <tdevries@suse.de>
6020
6021 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
6022 objfiles".
6023
6024 2020-03-14 Tom Tromey <tom@tromey.com>
6025
6026 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
6027
6028 2020-03-14 Tom de Vries <tdevries@suse.de>
6029
6030 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
6031
6032 2020-03-14 Tom de Vries <tdevries@suse.de>
6033
6034 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
6035 result in line-by-line fashion.
6036
6037 2020-03-14 Tom de Vries <tdevries@suse.de>
6038
6039 * lib/gdb.exp (supports_statement_frontiers): New proc.
6040 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
6041
6042 2020-03-14 Tom de Vries <tdevries@suse.de>
6043
6044 * gdb.base/printcmds.exp: Add missing quoting for "print
6045 teststring2".
6046
6047 2020-03-13 Tom Tromey <tom@tromey.com>
6048
6049 * gdb.base/printcmds.exp (test_print_strings): Add regression
6050 test.
6051 * gdb.base/printcmds.c (charptr): New typedef.
6052 (teststring2): New global.
6053
6054 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
6055
6056 * gdb.base/break-interp.exp: Use the tail of the filename, not the
6057 full path in the test name.
6058 (test_ld): Add some with_test_prefix blocks to make test names
6059 unique.
6060
6061 2020-03-13 Tom de Vries <tdevries@suse.de>
6062
6063 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
6064
6065 2020-03-13 Tom de Vries <tdevries@suse.de>
6066
6067 * gdb.mi/mi-sym-info.exp: Make matching more precise.
6068
6069 2020-03-13 Tom de Vries <tdevries@suse.de>
6070
6071 PR symtab/25646
6072 * gdb.dwarf2/imported-unit.exp: Add test.
6073
6074 2020-03-13 Tom de Vries <tdevries@suse.de>
6075
6076 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
6077 (var1, var2): New variable.
6078 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
6079 matching symbols.
6080
6081 2020-03-13 Tom de Vries <tdevries@suse.de>
6082
6083 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
6084 (Term::command): Use prompt prefix.
6085 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
6086 * gdb.tui/tui-layout-asm-short-prog.exp: Use
6087 command_no_prompt_prefix instead of prefix.
6088 * gdb.tui/tui-layout-asm.exp: Same.
6089
6090 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
6091
6092 * gdb.base/break-interp.exp: Use foreach_with_prefix.
6093
6094 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
6095
6096 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
6097 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
6098 on" while stepping over the test instruction, match printed
6099 message.
6100
6101 2020-03-12 Tom de Vries <tdevries@suse.de>
6102
6103 * gdb.base/info-types.exp: Use exp_continue during matching of output
6104 of "info types".
6105
6106 2020-03-12 Tom de Vries <tdevries@suse.de>
6107
6108 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
6109
6110 2020-03-12 Tom de Vries <tdevries@suse.de>
6111
6112 * gdb.fortran/module.exp: Use exp_continue during matching of output
6113 of "info variable -n".
6114
6115 2020-03-12 Tom de Vries <tdevries@suse.de>
6116
6117 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
6118 gdb.dwarf2/dw2-ranges-base.c.
6119
6120 2020-03-12 Tom de Vries <tdevries@suse.de>
6121
6122 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
6123 in presence of GLIBC debuginfo.
6124
6125 2020-03-12 Tom de Vries <tdevries@suse.de>
6126
6127 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
6128 $core.
6129
6130 2020-03-12 Tom de Vries <tdevries@suse.de>
6131
6132 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
6133 more precise.
6134
6135 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
6136
6137 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
6138 from Unix to Windows path.
6139
6140 2020-03-11 Tom de Vries <tdevries@suse.de>
6141
6142 * gdb.ada/minsyms.exp: Set language to ada.
6143
6144 2020-03-11 Tom de Vries <tdevries@suse.de>
6145
6146 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
6147
6148 2020-03-11 Tom de Vries <tdevries@suse.de>
6149
6150 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
6151
6152 2020-03-11 Tom Tromey <tromey@adacore.com>
6153
6154 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
6155
6156 2020-03-11 Tom de Vries <tdevries@suse.de>
6157
6158 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
6159
6160 2020-03-11 Tom de Vries <tdevries@suse.de>
6161
6162 * gdb.base/break-interp.exp: Limit verbose scope.
6163
6164 2020-03-11 Tom de Vries <tdevries@suse.de>
6165
6166 * gdb.fortran/logical.f90: Define variable with character type.
6167 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
6168
6169 2020-03-11 Tom de Vries <tdevries@suse.de>
6170
6171 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
6172
6173 2020-03-11 Tom de Vries <tdevries@suse.de>
6174
6175 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
6176 symtabs.
6177
6178 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6179 Bernd Edlinger <bernd.edlinger@hotmail.de>
6180
6181 * gdb.cp/step-and-next-inline.cc: New file.
6182 * gdb.cp/step-and-next-inline.exp: New file.
6183 * gdb.cp/step-and-next-inline.h: New file.
6184 * gdb.dwarf2/dw2-is-stmt.c: New file.
6185 * gdb.dwarf2/dw2-is-stmt.exp: New file.
6186 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
6187 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
6188 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
6189
6190 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6191
6192 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
6193 is-stmt flag in the line table.
6194
6195 2020-03-09 Tom de Vries <tdevries@suse.de>
6196
6197 * lib/gdb.exp (cached_file): Create cache dir.
6198
6199 2020-03-07 Tom de Vries <tdevries@suse.de>
6200
6201 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
6202 * gdb.cp/rvalue-ref-params.exp: Same.
6203
6204 2020-03-06 Tom de Vries <tdevries@suse.de>
6205
6206 * lib/gdb.exp (tentative_rename, cached_file): New proc.
6207 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
6208
6209 2020-03-06 Tom de Vries <tdevries@suse.de>
6210
6211 * README: Fix "the the".
6212 * gdb.base/dprintf.exp: Same.
6213
6214 2020-03-05 Tom de Vries <tdevries@suse.de>
6215
6216 * gdb.base/maint.exp: Update "main print statistics" expected output.
6217
6218 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6219
6220 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
6221 (fortran_int8): Likewise.
6222 (fortran_real4): Likewise.
6223 (fortran_real8): Likewise.
6224 (fortran_complex4): Likewise.
6225 (fortran_logical4): Likewise.
6226 (fortran_character1): Likewise.
6227
6228 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
6229
6230 * gdb.fortran/logical.exp: Add tests that any non-zero value is
6231 printed as true.
6232
6233 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
6234
6235 * gdb.base/printcmds.exp: Add test to verify printf of a
6236 variable holding an address.
6237
6238 2020-03-03 Tom de Vries <tdevries@suse.de>
6239
6240 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
6241
6242 2020-03-03 Tom de Vries <tdevries@suse.de>
6243
6244 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
6245 gdb_test_multiple call.
6246
6247 2020-03-03 Tom de Vries <tdevries@suse.de>
6248
6249 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
6250 gdb_test_multiple calls.
6251
6252 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6253
6254 * gdb.base/default.exp: Remove test of 'set history filename'.
6255 * gdb.base/gdbinit-history.exp: Add tests for setting the history
6256 filename to the empty string.
6257 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
6258 and GDBHISTSIZE.
6259
6260 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6261
6262 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
6263 disabled.
6264
6265 2020-03-02 Pedro Alves <palves@redhat.com>
6266 Tom de Vries <tdevries@suse.de>
6267
6268 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
6269 -prompt prefix, before user_code argument. Add -lbl option likewise.
6270 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
6271 (gdb_is_target_1): Add -prompt prefix and move to before user_code
6272 argument.
6273 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
6274 have "\r\n" at start-of-line, instead of at end-of-line.
6275
6276 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
6277
6278 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
6279 libinproctrace.so.
6280
6281 2020-02-28 Luis Machado <luis.machado@linaro.org>
6282
6283 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
6284 to "p/x".
6285
6286 2020-02-28 Luis Machado <luis.machado@linaro.org>
6287
6288 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
6289 asm/ptrace.h and error.h.
6290
6291 2020-02-28 Tom de Vries <tdevries@suse.de>
6292
6293 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
6294 (struct wrapper, do_something, mundane/symada__cS): Move ...
6295 * gdb.base/c-linkage-name-2.c: ... here. New source file.
6296 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
6297 Update "print symada__cS before partial symtab expansion" regexp.
6298 Update breakpoint location. Flush symbol cache after expansion.
6299
6300 2020-02-28 Luis Machado <luis.machado@linaro.org>
6301
6302 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
6303
6304 2020-02-27 Tom de Vries <tdevries@suse.de>
6305
6306 * config/sid.exp: Remove unused globals.
6307 * gdb.base/attach.exp: Same.
6308 * gdb.base/catch-load.exp: Same.
6309 * gdb.base/dbx.exp: Same.
6310 * lib/gdb.exp: Same.
6311 * lib/mi-support.exp: Same.
6312 * lib/prompt.exp: Same.
6313
6314 2020-02-27 Tom de Vries <tdevries@suse.de>
6315
6316 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
6317 not set.
6318
6319 2020-02-26 Aaron Merey <amerey@redhat.com>
6320
6321 * gdb.debuginfod: New directory for debuginfod tests.
6322 * gdb.debuginfod/main.c: New test file.
6323 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6324
6325 2020-02-26 Tom de Vries <tdevries@suse.de>
6326
6327 PR gdb/25603
6328 * gdb.base/persistent-lang.cc: New test.
6329 * gdb.base/persistent-lang.exp: New file.
6330
6331 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6332
6333 * gdb.fortran/derived-type-striding.exp: Add a new test.
6334 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
6335 new test.
6336
6337 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6338
6339 * gdb.base/cached-source-file.exp: Avoid source file paths in test
6340 names.
6341
6342 2020-02-25 Tom de Vries <tdevries@suse.de>
6343
6344 PR go/18926
6345 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6346
6347 2020-02-24 Tom de Vries <tdevries@suse.de>
6348
6349 PR gdb/25592
6350 * gdb.base/info-locals-unused-static-var.c: New test.
6351 * gdb.base/info-locals-unused-static-var.exp: New file.
6352
6353 2020-02-22 Tom Tromey <tom@tromey.com>
6354
6355 * gdb.python/tui-window.exp: New file.
6356 * gdb.python/tui-window.py: New file.
6357
6358 2020-02-22 Tom Tromey <tom@tromey.com>
6359
6360 PR tui/17850:
6361 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6362 tests.
6363
6364 2020-02-22 Tom Tromey <tom@tromey.com>
6365
6366 * gdb.tui/new-layout.exp: Add sub-layout tests.
6367
6368 2020-02-22 Tom Tromey <tom@tromey.com>
6369
6370 * gdb.tui/new-layout.exp: New file.
6371
6372 2020-02-22 Tom Tromey <tom@tromey.com>
6373
6374 * gdb.rust/rust-style.rs: New file.
6375 * gdb.rust/rust-style.exp: New file.
6376 * gdb.base/style.exp: Test structure printing.
6377 * gdb.base/style.c (struct some_struct): New type.
6378 (enum etype): New type.
6379 (struct_value): New global.
6380
6381 2020-02-21 Tom de Vries <tdevries@suse.de>
6382
6383 PR go/18926
6384 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6385 Remove blanket xfails. Use message argument for gdb_breakpoint.
6386 Make continuing to breakpoint test conditional on setting breakpoint.
6387 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6388 DW_AT_name attribute. Add xfail for GCC PR93866.
6389
6390 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6391
6392 * gdb.dwarf2/cpp-linkage-name.c: New file.
6393 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6394
6395 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
6396
6397 * lib/gdb.exp (gdb_wrapper_init): Reset
6398 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6399 not exist.
6400
6401 2020-02-20 Tom de Vries <tdevries@suse.de>
6402
6403 PR go/17018
6404 * gdb.go/hello.exp: Copy ...
6405 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6406 print of st to print value of global definition. Add xfail for GCC
6407 PR93844.
6408 * gdb.go/hello.exp: Remove printing of st before definition.
6409 * gdb.go/hello.go: Copy ...
6410 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6411 to st.
6412 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6413
6414 2020-02-20 Tom de Vries <tdevries@suse.de>
6415
6416 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6417 (gdb_simple_compile): Handle compile_flags go by using .go extension
6418 for source file.
6419 * gdb.go/chan.exp: Use support_go_compile.
6420 * gdb.go/handcall.exp: Same.
6421 * gdb.go/hello.exp: Same.
6422 * gdb.go/integers.exp: Same.
6423 * gdb.go/max-depth.exp: Same.
6424 * gdb.go/methods.exp: Same.
6425 * gdb.go/package.exp: Same.
6426 * gdb.go/strings.exp: Same.
6427 * gdb.go/types.exp: Same.
6428 * gdb.go/unsafe.exp: Same.
6429
6430 2020-02-19 Tom de Vries <tdevries@suse.de>
6431
6432 * gdb.python/lib-types.exp: Make xfail more strict.
6433
6434 2020-02-19 Tom de Vries <tdevries@suse.de>
6435
6436 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6437
6438 2020-02-19 Doug Evans <dje@google.com>
6439
6440 PR rust/25535
6441 * gdb.rust/simple.exp: Add test.
6442 * gdb.rust/simple.rs: Add test.
6443
6444 2020-02-19 Tom de Vries <tdevries@suse.de>
6445
6446 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6447 output line-by-line.
6448
6449 2020-02-19 Tom de Vries <tdevries@suse.de>
6450
6451 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6452
6453 2020-02-19 Tom de Vries <tdevries@suse.de>
6454
6455 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6456 prelink.
6457
6458 2020-02-19 Tom de Vries <tdevries@suse.de>
6459
6460 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6461 (gdb_do_cache): Use gdb_do_cache_wrap.
6462 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6463
6464 2020-02-19 Tom de Vries <tdevries@suse.de>
6465
6466 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6467 gdb_compile option.
6468
6469 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6470
6471 * gdb.base/printcmds.exp (test_print_enums): Update expected
6472 output.
6473
6474 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6475
6476 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6477 for "unknown".
6478
6479 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6480
6481 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6482 enumerator.
6483
6484 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6485
6486 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6487 FE_, add FE_NONE.
6488 (three): Update.
6489 (enum flag_enum_without_zero): New enum.
6490 (flag_enum_without_zero): New variable.
6491 (enum not_flag_enum): New enum.
6492 (three_not_flag): New variable.
6493 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6494 (test_print_enums): Add more tests for printing flag enums.
6495
6496 2020-02-18 Tom de Vries <tdevries@suse.de>
6497
6498 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6499 (gdb_compile_ada): ... here.
6500 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6501 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6502
6503 2020-02-14 Tom Tromey <tom@tromey.com>
6504
6505 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6506 build directory.
6507 * boards/gdbserver-base.exp: Update path to gdbserver.
6508
6509 2020-02-13 Tom de Vries <tdevries@suse.de>
6510
6511 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6512
6513 2020-02-13 Tom de Vries <tdevries@suse.de>
6514
6515 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6516 are missing.
6517
6518 2020-02-13 Tom de Vries <tdevries@suse.de>
6519
6520 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6521 call.
6522
6523 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6524
6525 PR tui/25126
6526 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6527 * gdb.base/cached-source-file.c: New file.
6528 * gdb.base/cached-source-file.exp: New file.
6529
6530 2020-02-11 Tom de Vries <tdevries@suse.de>
6531
6532 PR testsuite/25488
6533 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6534
6535 2020-02-10 Tom de Vries <tdevries@suse.de>
6536
6537 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6538
6539 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6540
6541 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6542 and $after_addr are both integers before making a comparison.
6543
6544 2020-02-09 Tom de Vries <tdevries@suse.de>
6545
6546 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6547 command output and paste it into gdb.log. If any, paste catch message
6548 to gdb.log.
6549
6550 2020-02-07 Tom Tromey <tromey@adacore.com>
6551
6552 PR breakpoints/24915:
6553 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6554
6555 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6556
6557 * gdb.tui/tui-missing-src.exp: Add the "missing source
6558 file" test for the TUI.
6559
6560 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6561
6562 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6563 including a port number in the output.
6564
6565 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6566
6567 * lib/fortran.exp (fortran_int4): Handle clang.
6568 (fortran_int8): Likewise.
6569 (fortran_real4): Likewise.
6570 (fortran_real8): Likewise.
6571 (fortran_complex4): Likewise.
6572 (fortran_logical4): Likewise.
6573 (fortran_character1): Likewise.
6574
6575 2020-02-04 Tom de Vries <tdevries@suse.de>
6576
6577 * README (Race detection): Add note.
6578
6579 2020-02-04 Tom de Vries <tdevries@suse.de>
6580
6581 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6582
6583 2020-02-04 Tom de Vries <tdevries@suse.de>
6584
6585 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6586
6587 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6588
6589 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6590 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6591 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6592 blttar, bnetarl.
6593 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6594 binary for blttar, bnetarl.
6595 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6596 wait instruction. Delete ldmx test.
6597 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6598
6599 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6600
6601 * gdb.fortran/array-bounds-high.exp: New file.
6602 * gdb.fortran/array-bounds-high.f90: New file.
6603
6604 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6605
6606 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6607 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6608
6609 2020-02-01 Tom de Vries <tdevries@suse.de>
6610
6611 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6612
6613 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6614
6615 PR tui/9765
6616 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6617 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6618
6619 2020-01-29 Luis Machado <luis.machado@linaro.org>
6620
6621 * gdb.arch/aarch64-brk-patterns.c: New source file.
6622 * gdb.arch/aarch64-brk-patterns.exp: New test.
6623
6624 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6625
6626 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6627 GCC/Clang version.
6628 * gdb.cp/pass-by-ref.exp: Ditto.
6629
6630 2020-01-29 Tom de Vries <tdevries@suse.de>
6631
6632 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6633 * gdb.threads/watchpoint-fork-mt.c: Same.
6634 * gdb.threads/watchpoint-fork-parent.c: Same.
6635 * gdb.threads/watchpoint-fork-st.c: Same.
6636 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6637
6638 2020-01-27 Luis Machado <luis.machado@linaro.org>
6639
6640 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6641 sitting at a syscall instruction when we hit the syscall function's
6642 breakpoint.
6643 Check PC against one obtained with the x command.
6644 Validate syscall number.
6645 (step_over_syscall): Don't continue to the syscall instruction if
6646 we're already there.
6647
6648 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6649
6650 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6651
6652 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6653
6654 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6655 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6656
6657 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6658
6659 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6660 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6661
6662 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6663
6664 * gdb.base/maint.exp: Update line table parsing test.
6665 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6666
6667 2020-01-24 Pedro Alves <palves@redhat.com>
6668
6669 PR gdb/25410
6670 * gdb.multi/multi-re-run-1.c: New.
6671 * gdb.multi/multi-re-run-2.c: New.
6672 * gdb.multi/multi-re-run.exp: New.
6673
6674 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6675
6676 PR gdb/23718
6677 * gdb.server/server-kill-python.exp: New file.
6678
6679 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6680
6681 * gdb.server/multi-ui-errors.c: New file.
6682 * gdb.server/multi-ui-errors.exp: New file.
6683
6684 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6685
6686 PR tui/9765
6687 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6688
6689 2020-01-19 Tom Tromey <tom@tromey.com>
6690
6691 * gdb.tui/main.exp: Add check for plain "file".
6692
6693 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6694
6695 * lib/gdb.exp: Fix spelling error (seperatelly).
6696
6697 2020-01-14 Tom Tromey <tom@tromey.com>
6698
6699 PR symtab/12535:
6700 * gdb.python/python.exp: Test decode_line with empty string
6701 argument.
6702
6703 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6704
6705 * gdb.base/skip-inline.exp: Extend test.
6706
6707 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6708
6709 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6710 * gdb.dwarf2/dw2-bad-elf.c: New file.
6711 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6712
6713 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6714
6715 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6716 _line_saw_file.
6717
6718 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6719
6720 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6721 border.
6722
6723 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6724
6725 * gdb.multi/multi-target.exp (setup): Factor out "info
6726 connections" and "info inferiors" tests to ...
6727 (test_info_inferiors): ... this new procedure.
6728 (top level): Run new "info-inferiors" tests.
6729
6730 2020-01-10 Pedro Alves <palves@redhat.com>
6731
6732 * gdb.server/bkpt-other-inferior.exp: New file.
6733
6734 2020-01-10 Pedro Alves <palves@redhat.com>
6735
6736 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6737 of "add-inferior".
6738 * gdb.base/quit-live.exp: Likewise.
6739 * gdb.base/remote-exec-file.exp: Likewise.
6740 * gdb.guile/scm-progspace.exp: Likewise.
6741 * gdb.linespec/linespec.exp: Likewise.
6742 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6743 * gdb.mi/user-selected-context-sync.exp: Likewise.
6744 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6745 "info inferiors" tests.
6746 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6747 "add-inferior".
6748 * gdb.multi/watchpoint-multi.exp: Likewise.
6749 * gdb.python/py-inferior.exp: Likewise.
6750 * gdb.server/extended-remote-restart.exp: Likewise.
6751 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6752 "info inferiors".
6753 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6754 * gdb.trace/report.exp: Likewise.
6755
6756 2020-01-10 Pedro Alves <palves@redhat.com>
6757
6758 * gdb.multi/multi-target.c: New file.
6759 * gdb.multi/multi-target.exp: New file.
6760 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6761 mode requested, but remote does not support non-stop".
6762
6763 2020-01-10 Pedro Alves <palves@redhat.com>
6764
6765 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6766 disconnect before reconnecting.
6767
6768 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6769 Pedro Alves <palves@redhat.com>
6770
6771 * gdb.server/connect-without-multi-process.exp: Also test
6772 continuing to end.
6773
6774 2020-01-10 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.base/remote-exec-file.exp: New file.
6777
6778 2020-01-10 Pedro Alves <palves@redhat.com>
6779
6780 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6781 output.
6782 * gdb.threads/async.c: New.
6783 * gdb.threads/async.exp: New.
6784 * gdb.multi/tids-gid-reset.c: New.
6785 * gdb.multi/tids-gid-reset.exp: New.
6786
6787 2020-01-10 George Barrett <bob@bob131.so>
6788
6789 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6790 to help in finding the image relocation offset.
6791 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6792 options in arguments.
6793 (stap_test_no_debuginfo): Likewise.
6794 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6795 test variants.
6796 (stap_test): Add null semaphore relocation test.
6797
6798 2020-01-10 George Barrett <bob@bob131.so>
6799
6800 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6801 * gdb.base/stap-probe.exp: Likewise.
6802 (stap_test): Pass argument as an additional flag.
6803 (stap_test_no_debuginfo): Likewise.
6804 (stap_test): Check `info probes stap' output for semaphore
6805 addresses if the test binary is supposed to have them.
6806
6807 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6808
6809 * gdb.tui/basic.exp: Add more scrolling tests.
6810
6811 2020-01-09 Tom Tromey <tom@tromey.com>
6812
6813 PR tui/18932:
6814 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6815 meangingful value.
6816 (Term::command, Term::resize): Update.
6817 * gdb.tui/basic.exp: Add scrolling test.
6818
6819 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6820
6821 * gdb.tui/tui-layout-asm.exp: New file.
6822
6823 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6824
6825 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6826
6827 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6828
6829 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6830 (Term::enter_tui): Use Term::prepare_for_tui.
6831
6832 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6833
6834 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6835 called.
6836
6837 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6838
6839 * gdb.base/skip.exp: Fix race condition in test.
6840
6841 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6842
6843 * gdb.base/backtrace.c: New file.
6844 * gdb.base/backtrace.exp: New file.
6845
6846 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6847
6848 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6849
6850 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6851
6852 * gdb.base/style.exp: Test that warnings are styled.
6853
6854 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6855
6856 * gdb.base/line65535.exp: New file.
6857 * gdb.base/line65535.c: New file.
6858
6859 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6860
6861 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6862 * lib/gnat_debug_info_test.adb: New file.
6863 * gdb.ada/ptype_tagged_param.exp: Use
6864 gnat_runtime_has_debug_info, expect a different output if
6865 runtime does not have debug info.
6866
6867 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6868
6869 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6870 (another) quote in test name.
6871
6872 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6873
6874 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6875 Add quote in test name.
6876
6877 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6878
6879 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6880 directory instead.
6881 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6882 * gdb.cp/pass-by-ref-2.cc: New file.
6883 * gdb.cp/pass-by-ref-2.exp: New file.
6884
6885 2019-12-20 Tom Tromey <tom@tromey.com>
6886
6887 * gdb.tui/list-before.exp: New file.
6888
6889 2019-12-20 Tom Tromey <tom@tromey.com>
6890
6891 * gdb.tui/list.exp: Check for source on initial listing.
6892
6893 2019-12-11 Tom Tromey <tromey@adacore.com>
6894
6895 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6896 Add crlf test.
6897
6898 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6899
6900 * gdb.base/default.exp: Update value of $_gdb_major.
6901
6902 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6903
6904 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6905
6906 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6907
6908 * gdb.base/skip.exp: Whitespace fix.
6909
6910 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6911
6912 * gdb.base/skip-inline.c: New file.
6913 * gdb.base/skip-inline.exp: New file.
6914
6915 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6916
6917 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6918 jit_function_00 to jit_function_stack_mangle.
6919 * gdb.base/jithost.c (jit_function_t): Rename to...
6920 (jit_function_stack_mangle_t): ... this.
6921 (jit_function_add_t): New typedef.
6922 (jit_function_00_code): Rename to...
6923 (jit_function_stack_mangle_code): ... this, make static.
6924 (jit_function_add_code): New.
6925 (main): Generate "add" function and call it. Adjust to changes
6926 in jithost_abi.
6927 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6928 (struct jithost_abi) <begin, end>: Remove fields.
6929 <object, function_stack_mangle, function_add>: New fields.
6930 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6931 code_end>: Remove fields.
6932 <func_stack_mangle>: New field.
6933 (read_debug_info): Adjust to renaming, create block for "add"
6934 function.
6935 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6936
6937 2019-12-11 Tom Tromey <tom@tromey.com>
6938
6939 * gdb.tui/resize.exp: Fix regexp.
6940 * gdb.tui/regs.exp: Fix regexps.
6941 * gdb.tui/main.exp: Fix regexp.
6942
6943 2019-12-11 Tom Tromey <tom@tromey.com>
6944
6945 * gdb.tui/resize.exp: Update.
6946 * gdb.tui/empty.exp (layouts): Update.
6947
6948 2019-12-11 Tom Tromey <tom@tromey.com>
6949
6950 * gdb.tui/regs.exp: Update.
6951 * gdb.tui/empty.exp (layouts): Update.
6952 * gdb.tui/basic.exp: Update.
6953 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6954
6955 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6956
6957 * gdb.base/options.exp: Add -raw-values in the print completion list.
6958 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6959
6960 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6961
6962 * gdb.threads/omp-par-scope.c: New file.
6963 * gdb/threads/omp-par-scope.exp: New file.
6964
6965 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6966
6967 * lib/gdb.exp (support_nested_function_tests): New proc.
6968
6969 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6970
6971 * lib/gdb.exp (gdb_compile_openmp): New proc.
6972 (build_executable_from_specs): Add an "openmp" option.
6973 (gdb_compile_pthreads): Add non-executable case.
6974
6975 2019-12-10 Tom Tromey <tromey@adacore.com>
6976
6977 * gdb.ada/unchecked_union.exp: New file.
6978 * gdb.ada/unchecked_union/pck.adb: New file.
6979 * gdb.ada/unchecked_union/pck.ads: New file.
6980 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6981 * gdb-utils.exp (string_to_regexp): Also quote "?".
6982
6983 2019-12-10 George Barrett <bob@bob131.so>
6984
6985 Test scripted probe breakpoints.
6986 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6987 * gdb.python/py-breakpoint.c (main): Likewise.
6988 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6989 specifier test.
6990 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6991
6992 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6993
6994 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6995 an rvalue parameter.
6996 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6997 parameter.
6998
6999 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7000
7001 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
7002 modules.
7003
7004 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7005
7006 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
7007 broken version of GCC.
7008
7009 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7010
7011 * gdb.fortran/info-modules.exp: Rewrite to make use of new
7012 sym-info-cmds library.
7013 * gdb.fortran/info-types.exp: Likewise.
7014 * lib/sym-info-cmds.exp: New file.
7015
7016 2019-12-08 Tom de Vries <tdevries@suse.de>
7017
7018 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
7019
7020 2019-12-07 Keith Seitz <keiths@redhat.com>
7021
7022 * gdb.base/corefile-buildid-shlib-shr.c: New file.
7023 * gdb.base/corefile-buildid-shlib.c: New file.
7024 * gdb.base/corefile-buildid.c: New file.
7025 * gdb.base/corefile-buildid.exp: New file.
7026
7027 2019-12-06 Tom de Vries <tdevries@suse.de>
7028
7029 * gdb.dwarf2/varval.exp: Add decl before def test.
7030
7031 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7032
7033 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
7034
7035 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7036
7037 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
7038 CV and reference conversion for overload resolution.
7039 * gdb.cp/rvalue-ref-overload.exp: Test it.
7040
7041 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7042
7043 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
7044 * gdb.base/frameapply.exp: Test faas without command.
7045
7046 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7047
7048 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
7049 Fortran tests.
7050 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
7051 order.
7052
7053 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7054
7055 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
7056 casting to type with no kind specified.
7057 (test_basic_parsing_of_type_kinds): Additional tests for types
7058 with no kind specified, and add tests for single/double
7059 precision/complex types.
7060
7061 2019-12-04 Tom Tromey <tromey@adacore.com>
7062
7063 * gdb.base/endianity.c (struct other) <x>: New field.
7064 (main): Initialize it.
7065 * gdb.base/endianity.exp: Update.
7066
7067 2019-12-04 Tom Tromey <tromey@adacore.com>
7068
7069 * gdb.ada/scalar_storage/storage.adb: New file.
7070 * gdb.ada/scalar_storage/pck.adb: New file.
7071 * gdb.ada/scalar_storage/pck.ads: New file.
7072 * gdb.ada/scalar_storage.exp: New file.
7073
7074 2019-12-04 Tom Tromey <tromey@adacore.com>
7075
7076 * gdb.base/endianity.c (struct otherendian) <f>: New field.
7077 (main): Initialize it.
7078 * gdb.base/endianity.exp: Update.
7079
7080 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7081
7082 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
7083
7084 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7085
7086 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
7087 -symbol-info-module-functions and -symbol-info-module-variables.
7088
7089 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
7090
7091 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
7092
7093 2019-12-01 Richard Bunt <richard.bunt@arm.com>
7094 Andrew Burgess <andrew.burgess@embecosm.com>
7095
7096 * gdb.fortran/derived-type-striding.exp: New file.
7097 * gdb.fortran/derived-type-striding.f90: New file.
7098 * gdb.fortran/array-slices.exp: New file.
7099 * gdb.fortran/array-slices.f90: New file.
7100
7101 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7102
7103 * gdb.base/define.exp: Test . in command names.
7104 * gdb.base/setshow.exp: Update test, as . is now part of
7105 command name.
7106
7107 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7108
7109 * gdb.base/define-prefix.exp: New file.
7110
7111 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
7112
7113 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
7114 compile.
7115 (skip_btrace_pt_tests): Likewise.
7116
7117 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7118
7119 * gdb.fortran/info-modules.exp: Compile source files in correct
7120 order.
7121
7122 2019-11-27 Kevin Buettner <kevinb@redhat.com>
7123
7124 * gdb.dwarf2/imported-unit.exp: New file.
7125 * gdb.dwarf2/imported-unit.c: New file.
7126
7127 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7128
7129 * gdb.mi/mi-fortran-modules-2.f90: New file.
7130 * gdb.mi/mi-fortran-modules.exp: New file.
7131 * gdb.mi/mi-fortran-modules.f90: New file.
7132
7133 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7134
7135 * gdb.mi/mi-sym-info-1.c: New file.
7136 * gdb.mi/mi-sym-info-2.c: New file.
7137 * gdb.mi/mi-sym-info.exp: New file.
7138
7139 2019-11-22 Tom Tromey <tromey@adacore.com>
7140
7141 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
7142 * gdb.ada/tasks/foo.adb: Add another stopping location.
7143
7144 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
7145
7146 * gdb.base/endianity.c: New test.
7147 * gdb.base/endianity.exp: New file.
7148
7149 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
7150
7151 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
7152
7153 2019-11-21 Tom de Vries <tdevries@suse.de>
7154
7155 PR gdb/24956
7156 * gdb.base/ui-redirect.exp: Test output of user-defined command.
7157
7158 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7159
7160 * gdb.python/py-progspace.exp: Add missing parentheses on some
7161 'print' commands.
7162
7163 2019-11-19 Tom Tromey <tom@tromey.com>
7164
7165 * gdb.tui/winheight.exp: New file.
7166
7167 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7168
7169 * gdb.base/ctf-whatis.c: Delete.
7170 * gdb.base/ctf-whatis.exp: Delete.
7171 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
7172
7173 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7174
7175 * gdb.base/ctf-cvexpr.exp: Delete.
7176 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
7177
7178 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7179
7180 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
7181 the compiler. Clean up header comment a little.
7182 * gdb.base/ctf-ptype.exp: Likewise.
7183 * gdb.base/ctf-whatis.exp: Likewise.
7184 * lib/gdb.exp (skip_ctf_tests): New proc.
7185
7186 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
7187
7188 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
7189 * gdb.tui/corefile-run.exp: New file.
7190
7191 2019-11-14 Tom Tromey <tromey@adacore.com>
7192
7193 * gdb.base/gdbvars.exp (test_convenience_variables): Add
7194 regression tests.
7195
7196 2019-11-12 Tom Tromey <tom@tromey.com>
7197
7198 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
7199 after any command. Expect prompt after WAIT_FOR is seen.
7200 (enter_tui): Enable resize messages.
7201 (command): Expect command in output.
7202 (get_line): Avoid error when cursor appears to be off-screen.
7203 (dump_screen): Include screen size in title.
7204 (_do_resize): New proc, from "resize".
7205 (resize): Rewrite. Do resize in two steps.
7206 * gdb.tui/empty.exp (layouts): Fix entries.
7207 (check_boxes): Remove xfail.
7208 (check_text): Dump screen on failure.
7209
7210 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7211
7212 * gdb.python/py-symbol.exp: Add test for
7213 gdb.lookup_static_symbols.
7214
7215 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7216
7217 * gdb.python/py-symbol.c: Declare and call function from new
7218 py-symbol-2.c file.
7219 * gdb.python/py-symbol.exp: Compile both source files, and add new
7220 tests for gdb.lookup_static_symbol.
7221 * gdb.python/py-symbol-2.c: New file.
7222
7223 2019-11-02 Tom de Vries <tdevries@suse.de>
7224
7225 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
7226 * gdb.base/anon.exp: Same.
7227 * gdb.base/auto-connect-native-target.exp: Same.
7228 * gdb.base/call-ar-st.exp: Same.
7229 * gdb.base/catch-syscall.exp: Same.
7230 * gdb.base/commands.exp: Same.
7231 * gdb.base/default.exp: Same.
7232 * gdb.base/display.exp: Same.
7233 * gdb.base/float.exp: Same.
7234 * gdb.base/foll-fork.exp: Same.
7235 * gdb.base/help.exp: Same.
7236 * gdb.base/info-macros.exp: Same.
7237 * gdb.base/info-proc.exp: Same.
7238 * gdb.base/info-target.exp: Same.
7239 * gdb.base/long_long.exp: Same.
7240 * gdb.base/macscp.exp: Same.
7241 * gdb.base/memattr.exp: Same.
7242 * gdb.base/nofield.exp: Same.
7243 * gdb.base/pointers.exp: Same.
7244 * gdb.base/printcmds.exp: Same.
7245 * gdb.base/ptype.exp: Same.
7246 * gdb.base/restore.exp: Same.
7247 * gdb.base/return.exp: Same.
7248 * gdb.base/scope.exp: Same.
7249 * gdb.base/set-noassign.exp: Same.
7250 * gdb.base/setshow.exp: Same.
7251 * gdb.base/shlib-call.exp: Same.
7252 * gdb.base/signals.exp: Same.
7253 * gdb.base/sigstep.exp: Same.
7254 * gdb.base/skip.exp: Same.
7255 * gdb.base/solib-symbol.exp: Same.
7256 * gdb.base/stap-probe.exp: Same.
7257 * gdb.base/step-line.exp: Same.
7258 * gdb.base/step-test.exp: Same.
7259 * gdb.base/style.exp: Same.
7260 * gdb.base/varargs.exp: Same.
7261 * gdb.base/vla-datatypes.exp: Same.
7262 * gdb.base/vla-ptr.exp: Same.
7263 * gdb.base/vla-sideeffect.exp: Same.
7264 * gdb.base/volatile.exp: Same.
7265 * gdb.base/watch-cond-infcall.exp: Same.
7266 * gdb.base/watchpoint.exp: Same.
7267
7268 2019-11-02 Tom de Vries <tdevries@suse.de>
7269
7270 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
7271 * gdb.cp/cpexprs.exp: Same.
7272 * gdb.cp/except-multi-location.exp: Same.
7273 * gdb.cp/exceptprint.exp: Same.
7274 * gdb.cp/gdb2384.exp: Same.
7275 * gdb.cp/inherit.exp: Same.
7276 * gdb.cp/m-static.exp: Same.
7277 * gdb.cp/meth-typedefs.exp: Same.
7278 * gdb.cp/misc.exp: Same.
7279 * gdb.cp/namespace.exp: Same.
7280 * gdb.cp/non-trivial-retval.exp: Same.
7281 * gdb.cp/overload.exp: Same.
7282 * gdb.cp/pr17132.exp: Same.
7283 * gdb.cp/re-set-overloaded.exp: Same.
7284 * gdb.cp/rvalue-ref-types.exp: Same.
7285 * gdb.cp/templates.exp: Same.
7286
7287 2019-11-01 Luis Machado <luis.machado@linaro.org>
7288
7289 PR gdb/25124
7290
7291 * gdb.arch/pr25124.S: New file.
7292 * gdb.arch/pr25124.exp: New file.
7293
7294 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7295
7296 * gdb.fortran/info-modules.exp: Update expected results, and add
7297 additional tests for 'info module functinos', and 'info module
7298 variables'.
7299 * gdb.fortran/info-types.exp: Update expected results.
7300 * gdb.fortran/info-types.f90: Extend testcase with additional
7301 module variables and functions.
7302
7303 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7304
7305 * gdb.fortran/info-modules.exp: New file.
7306 * gdb.fortran/info-types.exp: Build with new file.
7307 * gdb.fortran/info-types.f90: Include and use new module.
7308 * gdb.fortran/info-types-2.f90: New file.
7309
7310 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7311
7312 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
7313 * gdb.base/settings.exp: Test all settings types using
7314 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
7315 that now verifies that the value of "maint show" is the same as
7316 returned by the settings functions. Test the type of the
7317 maintenance settings.
7318 * gdb.base/default.exp: Update show_conv_list.
7319
7320 2019-10-31 Tom de Vries <tdevries@suse.de>
7321
7322 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
7323 gdb_test.
7324 * gdb.arch/amd64-disp-step.exp: Same.
7325 * gdb.asm/asm-source.exp: Same.
7326 * gdb.btrace/buffer-size.exp: Same.
7327 * gdb.btrace/cpu.exp: Same.
7328 * gdb.btrace/enable.exp: Same.
7329 * gdb.dwarf2/count.exp: Same.
7330 * gdb.dwarf2/dw2-ranges-func.exp: Same.
7331 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
7332 * gdb.fortran/vla-datatypes.exp: Same.
7333 * gdb.fortran/vla-history.exp: Same.
7334 * gdb.fortran/vla-ptype.exp: Same.
7335 * gdb.fortran/vla-value.exp: Same.
7336 * gdb.fortran/whatis_type.exp: Same.
7337 * gdb.guile/guile.exp: Same.
7338 * gdb.multi/tids.exp: Same.
7339 * gdb.python/py-finish-breakpoint.exp: Same.
7340 * gdb.python/py-framefilter.exp: Same.
7341 * gdb.python/py-pp-registration.exp: Same.
7342 * gdb.python/py-xmethods.exp: Same.
7343 * gdb.python/python.exp: Same.
7344 * gdb.server/connect-with-no-symbol-file.exp: Same.
7345 * gdb.server/no-thread-db.exp: Same.
7346 * gdb.server/run-without-local-binary.exp: Same.
7347 * gdb.stabs/weird.exp: Same.
7348 * gdb.threads/attach-many-short-lived-threads.exp: Same.
7349 * gdb.threads/thread-find.exp: Same.
7350 * gdb.threads/tls-shared.exp: Same.
7351 * gdb.threads/tls.exp: Same.
7352 * gdb.threads/wp-replication.exp: Same.
7353 * gdb.trace/ax.exp: Same.
7354 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7355
7356 2019-10-31 Tom de Vries <tdevries@suse.de>
7357
7358 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7359 * gdb.ada/array_subscript_addr.exp: Same.
7360 * gdb.ada/arrayidx.exp: Same.
7361 * gdb.ada/arrayparam.exp: Same.
7362 * gdb.ada/arrayptr.exp: Same.
7363 * gdb.ada/boolean_expr.exp: Same.
7364 * gdb.ada/call_pn.exp: Same.
7365 * gdb.ada/complete.exp: Same.
7366 * gdb.ada/fixed_cmp.exp: Same.
7367 * gdb.ada/fun_addr.exp: Same.
7368 * gdb.ada/funcall_param.exp: Same.
7369 * gdb.ada/interface.exp: Same.
7370 * gdb.ada/mod_from_name.exp: Same.
7371 * gdb.ada/null_array.exp: Same.
7372 * gdb.ada/packed_array.exp: Same.
7373 * gdb.ada/packed_tagged.exp: Same.
7374 * gdb.ada/print_chars.exp: Same.
7375 * gdb.ada/print_pc.exp: Same.
7376 * gdb.ada/ptype_arith_binop.exp: Same.
7377 * gdb.ada/ptype_field.exp: Same.
7378 * gdb.ada/ptype_tagged_param.exp: Same.
7379 * gdb.ada/rec_return.exp: Same.
7380 * gdb.ada/ref_tick_size.exp: Same.
7381 * gdb.ada/str_ref_cmp.exp: Same.
7382 * gdb.ada/taft_type.exp: Same.
7383 * gdb.ada/tagged.exp: Same.
7384 * gdb.ada/type_coercion.exp: Same.
7385 * gdb.ada/uninitialized_vars.exp: Same.
7386
7387 2019-10-30 Tom de Vries <tdevries@suse.de>
7388
7389 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7390
7391 2019-10-26 Tom de Vries <tdevries@suse.de>
7392
7393 * gdb.base/bigcore.c: Fix typos in comments.
7394 * gdb.base/ctf-ptype.c: Same.
7395 * gdb.base/long_long.c: Same.
7396 * gdb.dwarf2/dw2-op-out-param.S: Same.
7397 * gdb.python/py-evthreads.c: Same.
7398 * gdb.reverse/i387-stack-reverse.c: Same.
7399 * gdb.trace/tfile.c: Same.
7400 * lib/compiler.c: Same.
7401 * lib/compiler.cc: Same.
7402
7403 2019-10-25 Tom de Vries <tdevries@suse.de>
7404
7405 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7406 gdb_test_multiple calls.
7407 * gdb.reverse/sigall-reverse.exp: Same.
7408 * gdb.reverse/solib-precsave.exp: Same.
7409 * gdb.reverse/solib-reverse.exp: Same.
7410 * gdb.reverse/until-precsave.exp: Same.
7411 * gdb.reverse/until-reverse.exp: Same.
7412
7413 2019-10-24 Tom de Vries <tdevries@suse.de>
7414
7415 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7416 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7417 kfail using -wrap pattern flag and convenience variable
7418 gdb_test_name.
7419
7420 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7421
7422 * gdb.python/py-progspace.exp: Add tests for the
7423 Progspace.block_for_pc method.
7424
7425 2019-10-23 Tom Tromey <tom@tromey.com>
7426
7427 * configure: Rebuild.
7428 * aclocal.m4: Use m4_include, not sinclude.
7429
7430 2019-10-21 Tom de Vries <tdevries@suse.de>
7431
7432 * gdb.base/infcall-nested-structs.c: Add
7433 __attribute__((noinline,noclone)) to all functions.
7434 (call_all): Add missing variable initialization. Simplify return value.
7435 (breakpt): Increment volatile variable, to prevent call from being
7436 optimized out.
7437 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7438
7439 2019-10-17 Tom de Vries <tdevries@suse.de>
7440
7441 * gdb.fortran/module.exp: Allow info variables to print info for files
7442 other than module.f90.
7443
7444 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7445
7446 * gdb.fortran/module.exp: Extend with 'info variables' test.
7447
7448 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7449
7450 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7451 F77_FOR_TARGET.
7452
7453 2019-10-16 Tom de Vries <tdevries@suse.de>
7454
7455 PR tdep/25096
7456 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7457
7458 2019-10-16 Tom de Vries <tdevries@suse.de>
7459
7460 PR tdep/24104
7461 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7462 Add KFAIL for PR tdep/25096.
7463
7464 2019-10-16 Tom de Vries <tdevries@suse.de>
7465
7466 PR testsuite/25059
7467 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7468
7469 2019-10-16 Tom de Vries <tdevries@suse.de>
7470
7471 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7472 as signed.
7473
7474 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7475
7476 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7477 one instead of increasing timeout.
7478
7479 2019-10-13 Tom de Vries <tdevries@suse.de>
7480
7481 PR record/25038
7482 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7483 * gdb.reverse/sigall-reverse.exp: Same.
7484 * gdb.reverse/solib-precsave.exp: Same.
7485 * gdb.reverse/solib-reverse.exp: Same.
7486 * gdb.reverse/step-precsave.exp: Same.
7487 * gdb.reverse/until-precsave.exp: Same.
7488 * gdb.reverse/until-reverse.exp: Same.
7489 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7490
7491 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7492
7493 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7494 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7495 (cmp_struct_05_01, cmp_struct_static_02_01)
7496 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7497 comparisons.
7498
7499 2019-10-10 Tom de Vries <tdevries@suse.de>
7500
7501 PR testsuite/24888
7502 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7503 gnatlink.
7504
7505 2019-10-09 Tom de Vries <tdevries@suse.de>
7506
7507 PR testsuite/25048
7508 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7509
7510 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7511
7512 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7513 exceptions due to missing debug information.
7514
7515 2019-10-07 Tom de Vries <tdevries@suse.de>
7516
7517 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7518
7519 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7520
7521 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7522 * gdb.base/annota1.exp: Update to use gdb_test_name.
7523
7524 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
7525
7526 * gdb.base/ctf-whatis.exp: New file.
7527 * gdb.base/ctf-whatis.c: New file.
7528 * gdb.base/ctf-ptype.exp: New file.
7529 * gdb.base/ctf-ptype.c: New file.
7530 * gdb.base/ctf-constvars.exp: New file.
7531 * gdb.base/ctf-constvars.c: New file.
7532 * gdb.base/ctf-cvexpr.exp: New file.
7533
7534 2019-10-04 Tom de Vries <tdevries@suse.de>
7535
7536 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7537 for loop.
7538
7539 2019-10-03 Tom Tromey <tom@tromey.com>
7540
7541 PR rust/24976:
7542 * gdb.rust/simple.rs (Union2): New type.
7543 (main): Use Union2.
7544 * gdb.rust/simple.exp: Add test.
7545
7546 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7547
7548 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7549 nested function prefix.
7550
7551 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7552 Richard Bunt <richard.bunt@arm.com>
7553 Andrew Burgess <andrew.burgess@embecosm.com>
7554
7555 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7556 nested functions.
7557 * gdb.fortran/nested-funcs.f90: Update expected results.
7558 * gdb.fortran/nested-funcs-2.exp: New file.
7559 * gdb.fortran/nested-funcs-2.f90: New file.
7560
7561 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7562
7563 * gdb.python/py-parameter.exp: Make test names unique.
7564 * gdb.python/py-template.exp: Likewise.
7565 * gdb.python/py-value.exp: Likewise.
7566
7567 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7568
7569 * gdb.base/break-interp.exp: Reduce test name duplication.
7570 * gdb.base/call-sc.exp: Likewise.
7571 * gdb.base/callfuncs.exp: Likewise.
7572 * gdb.base/charset.exp: Likewise.
7573 * gdb.base/dump.exp: Likewise.
7574 * gdb.base/ena-dis-br.exp: Likewise.
7575 * gdb.base/relational.exp: Likewise.
7576 * gdb.base/step-over-syscall.exp: Likewise.
7577 * gdb.base/structs.exp: Likewise.
7578
7579 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7580
7581 * gdb.linespec/explicit.exp: Make test names unique.
7582 * gdb.linespec/ls-errs.exp: Likewise.
7583
7584 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7585
7586 * gdb.reverse/break-precsave.exp: Make test names unique.
7587 * gdb.reverse/break-reverse.exp: Likewise.
7588 * gdb.reverse/finish-precsave.exp: Likewise.
7589 * gdb.reverse/finish-reverse.exp: Likewise.
7590 * gdb.reverse/machinestate-precsave.exp: Likewise.
7591 * gdb.reverse/machinestate.exp: Likewise.
7592 * gdb.reverse/readv-reverse.exp: Likewise.
7593 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7594 * gdb.reverse/sigall-precsave.exp: Likewise.
7595 * gdb.reverse/sigall-reverse.exp: Likewise.
7596 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7597 * gdb.reverse/watch-precsave.exp: Likewise.
7598 * gdb.reverse/watch-reverse.exp: Likewise.
7599
7600 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7601
7602 * gdb.threads/stop-with-handle.c: New file.
7603 * gdb.threads/stop-with-handle.exp: New file.
7604
7605 2019-10-03 Tom de Vries <tdevries@suse.de>
7606
7607 PR testsuite/25059
7608 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7609 directory" line to be missing.
7610
7611 2019-10-03 Tom de Vries <tdevries@suse.de>
7612
7613 PR testsuite/25059
7614 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7615 type optional.
7616
7617 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7618
7619 * gdb.python/py-format-string.c (string.h): New include.
7620 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7621 the same value, for endianness-independence.
7622 * gdb.python/py-format-string.exp (default_regexp_dict)
7623 (test_pretty_structs, test_format): Adjust expected output to the
7624 changed initialization.
7625
7626 2019-10-02 Tom Tromey <tromey@adacore.com>
7627
7628 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7629
7630 2019-10-02 Pedro Alves <palves@redhat.com>
7631 Andrew Burgess <andrew.burgess@embecosm.com>
7632
7633 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7634 "print-file-var.h".
7635 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7636 (get_version_1): Print this_version_id and its address.
7637 Add extern "C" wrappers around interface functions.
7638 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7639 "print-file-var.h".
7640 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7641 (get_version_2): Print this_version_id and its address.
7642 Add extern "C" wrappers around interface functions.
7643 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7644 <stddef.h> and "print-file-var.h".
7645 Add extern "C" wrappers around interface functions.
7646 [VERSION_ID_MAIN] (this_version_id): Define.
7647 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7648 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7649 up extern "C" blocks.
7650 * gdb.base/print-file-var.exp (test): New, factored out from top
7651 level.
7652 (top level): Test all combinations of attribute hidden or not,
7653 dlopen or not, and this_version_id symbol in main file or not.
7654 Compile tests as both C++ and C, make test names unique.
7655
7656 2019-10-01 Tom Tromey <tom@tromey.com>
7657
7658 * gdb.base/style.exp: Test "show logging filename".
7659
7660 2019-10-01 Tom Tromey <tom@tromey.com>
7661
7662 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7663 * gdb.base/style.exp: Add metadata style test.
7664
7665 2019-10-01 Tom Tromey <tom@tromey.com>
7666
7667 * gdb.base/style.exp: Test "pwd".
7668
7669 2019-10-01 Tom Tromey <tom@tromey.com>
7670
7671 * gdb.base/style.exp: Update tests.
7672
7673 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7674
7675 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7676 'six' to unsigned.
7677 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7678 'five'. Use an all-ones bit pattern for each.
7679 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7680 to its changed values.
7681
7682 2019-09-30 Tom Tromey <tromey@adacore.com>
7683
7684 * gdb.rust/traits.rs: Disable all warnings.
7685
7686 2019-09-29 Tom de Vries <tdevries@suse.de>
7687
7688 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7689
7690 2019-09-29 Tom de Vries <tdevries@suse.de>
7691
7692 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7693
7694 2019-09-27 Tom de Vries <tdevries@suse.de>
7695
7696 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7697
7698 2019-09-27 Tom de Vries <tdevries@suse.de>
7699
7700 PR record/23188
7701 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7702
7703 2019-09-26 Tom Tromey <tromey@adacore.com>
7704
7705 * gdb.ada/py_taft.exp: New file.
7706 * gdb.ada/py_taft/main.adb: New file.
7707 * gdb.ada/py_taft/pkg.adb: New file.
7708 * gdb.ada/py_taft/pkg.ads: New file.
7709
7710 2019-09-24 Tom de Vries <tdevries@suse.de>
7711
7712 PR gdb/24598
7713 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7714
7715 2019-09-22 Tom de Vries <tdevries@suse.de>
7716
7717 * gdb.base/restore.exp: Allow register variables to be optimized out at
7718 -O0.
7719
7720 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7721
7722 * gdb.arch/spu-info.exp: Remove file.
7723 * gdb.arch/spu-info.c: Remove file.
7724 * gdb.arch/spu-ls.exp: Remove file.
7725 * gdb.arch/spu-ls.c: Remove file.
7726
7727 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7728 * gdb.asm/spu.inc: Remove file.
7729
7730 * gdb.base/dump.exp: Remove support for spu*-*-*.
7731 * gdb.base/stack-checking.exp: Likewise.
7732 * gdb.base/overlays.exp: Likewise.
7733 * gdb.base/ovlymgr.c: Likewise.
7734 * gdb.base/spu.ld: Remove file.
7735
7736 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7737 * gdb.cp/cpexprs.exp: Likewise.
7738 * gdb.cp/exception.exp: Likewise.
7739 * gdb.cp/gdb2495.exp: Likewise.
7740 * gdb.cp/mb-templates.exp: Likewise.
7741 * gdb.cp/pr9167.exp: Likewise.
7742 * gdb.cp/userdef.exp: Likewise.
7743
7744 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7745
7746 * gdb.cell: Remove directory.
7747 * lib/cell.exp: Remove file.
7748
7749 2019-09-19 Tom de Vries <tdevries@suse.de>
7750
7751 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7752
7753 2019-09-19 Tom de Vries <tdevries@suse.de>
7754
7755 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7756
7757 2019-09-19 Tom de Vries <tdevries@suse.de>
7758
7759 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7760 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7761 (gdb_target_cmd): ... here.
7762 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7763 value 2.
7764
7765 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7766
7767 * gdb.base/source-dir.exp: Avoid having directory names in test
7768 names.
7769
7770 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7771
7772 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7773 directory.
7774
7775 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7776
7777 * gdb.base/list-missing-source.exp: New file.
7778
7779 2019-09-14 Tom de Vries <tdevries@suse.de>
7780
7781 PR teststuite/24599
7782 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7783 * lib/ada.exp (gnatmake_version_at_least): New proc.
7784
7785 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7786
7787 * gdb.base/maint.exp: Use exec_has_index_section.
7788
7789 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7790
7791 * gdb.base/maint.exp: Add test for 'maint info sections'.
7792
7793 2019-09-12 Tom de Vries <tdevries@suse.de>
7794
7795 * gdb.base/store.exp: Allow register variables to be optimized out at
7796 -O0.
7797
7798 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7799
7800 * gdb.ada/rdv_wait.exp: Update to new task names.
7801 * gdb.base/task_switch_in_core.exp: Likewise.
7802 * gdb.base/info_sources_base.c: Likewise.
7803
7804 2019-09-10 Tom Tromey <tromey@adacore.com>
7805
7806 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7807
7808 2019-09-10 Tom Tromey <tromey@adacore.com>
7809
7810 * gdb.ada/dgopt.exp: New file.
7811 * gdb.ada/dgopt/x.adb: New file.
7812
7813 2019-09-08 Tom Tromey <tom@tromey.com>
7814
7815 * gdb.tui/resize.exp: Remove setup_xfail.
7816 * gdb.tui/regs.exp: Remove setup_xfail.
7817 * gdb.tui/basic.exp: Remove setup_xfail.
7818
7819 2019-09-06 David Blaikie <dblaikie@gmail.com>
7820
7821 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7822 * gdb.cp/cplabel.exp: Ditto.
7823 * gdb.linespec/ls-errs.exp: Ditto.
7824
7825 2019-09-05 Tom de Vries <tdevries@suse.de>
7826
7827 * lib/gdb.exp (cmp_file_string): New proc.
7828 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7829 runto_main. Verify save breakpoints output.
7830
7831 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7832
7833 * gdb.base/info-var.exp: Test info variables without running
7834 to main, to avoid expect's buffer overflow.
7835
7836 2019-09-03 Tom Tromey <tromey@adacore.com>
7837
7838 * gdb.ada/bias.exp: New file.
7839 * gdb.ada/bias/bias.adb: New file.
7840 * gdb.ada/print_chars.exp: Add regression test.
7841 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7842 (MC): New variable.
7843
7844 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7845
7846 * gdb.base/argv0-symlink.exp: Run only on native target
7847 and local host.
7848
7849 2019-08-29 Tom de Vries <tdevries@suse.de>
7850
7851 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7852 diverse debug info.
7853 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7854
7855 2019-08-28 Tom de Vries <tdevries@suse.de>
7856
7857 * gdb.base/info-var.exp: Allow info variables to print info for files
7858 other than info-var-f1.c and info-var-f2.c.
7859
7860 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7861
7862 * gdb.fortran/info-types.exp: Add module.
7863 * gdb.fortran/info-types.f90: Update expected results.
7864
7865 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7866
7867 * gdb.fortran/info-types.exp: New file.
7868 * gdb.fortran/info-types.f90: New file.
7869 * lib/fortran.exp (fortran_character1): New proc.
7870
7871 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7872
7873 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7874 functions'. Reindent as needed.
7875 * gdb.base/info-var-f1.c: New file.
7876 * gdb.base/info-var-f2.c: New file.
7877 * gdb.base/info-var.exp: New file.
7878 * gdb.base/info-var.h: New file.
7879
7880 2019-08-26 Tom de Vries <tdevries@suse.de>
7881
7882 PR c++/24852
7883 * gdb.cp/no-libstdcxx-probe.exp: New test.
7884
7885 2019-08-26 Tom de Vries <tdevries@suse.de>
7886
7887 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7888 * tests need to be skipped.
7889 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7890 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7891 mi_skip_libstdcxx_probe_tests.
7892
7893 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7894
7895 * gdb.python/py-xmethods.exp: Use raw strings when passing
7896 arguments to SimpleXMethodMatcher.
7897
7898 2019-08-22 Tom de Vries <tdevries@suse.de>
7899
7900 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7901 more informative.
7902
7903 2019-08-21 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.base/with.exp: Test "with" with no arguments.
7906
7907 2019-08-21 Tom de Vries <tdevries@suse.de>
7908
7909 * gdb.base/gdb-caching-proc.exp: Sort files.
7910
7911 2019-08-20 Tom de Vries <tdevries@suse.de>
7912
7913 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7914 compilation.
7915
7916 2019-08-16 Tom de Vries <tdevries@suse.de>
7917
7918 * gdb.base/compare-sections.exp ("after run to main"): Allow
7919 mismatched read-only sections for PIE executables.
7920
7921 2019-08-16 Tom Tromey <tom@tromey.com>
7922
7923 * lib/tuiterm.exp (_csi_Z): New proc.
7924 * gdb.tui/basic.exp: Update window positions.
7925 * gdb.tui/empty.exp: Update window positions.
7926
7927 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7928
7929 * gdb.base/examine-backward.exp: Correct regexp for
7930 "examine 3 bytes backward from ${address_zero}".
7931
7932 2019-08-15 Tom Tromey <tom@tromey.com>
7933
7934 * gdb.tui/empty.exp: Enable resizing tests.
7935
7936 2019-08-15 Tom Tromey <tromey@adacore.com>
7937
7938 * gdb.ada/char_enum.exp: Add regression tests.
7939 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7940 and '0'.
7941 (Char, Gchar): Update.
7942 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7943
7944 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7945
7946 * gdb.python/python.exp: Expect a leading underscore on
7947 GdbOutput{,Error}File.
7948
7949 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7950
7951 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7952 Windows host.
7953
7954 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7955
7956 * gdb.base/batch-preserve-term-settings.exp
7957 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7958
7959 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7960
7961 * lib/gdb.exp: When running on a mingw target, replace
7962 /x/ with x:/.
7963
7964 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7965
7966 * gdb.arch/aarch64-prologue.c: New test.
7967 * gdb.arch/aarch64-prologue.exp: New file.
7968
7969 2019-08-13 Tom de Vries <tdevries@suse.de>
7970
7971 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7972 Thread.
7973
7974 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7975
7976 * gdb.python/py-completion.exp: Download the .py file to the host
7977 and use its host pathname. Conditionalize tests that use
7978 tab completion and manipulate files on the build machine.
7979 * gdb.python/py-events.exp: Download the .py file to the host
7980 and use its host pathname.
7981 * gdb.python/py-evsignal.exp: Likewise.
7982 * gdb.python/py-evthreads.exp: Likewise.
7983 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7984 pathname syntax.
7985 * gdb.python/py-framefilter.exp: Download the .py file to the right
7986 place on the host. Match Windows pathname syntax.
7987 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7988 .py file to the host and use its host pathname.
7989 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7990 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7991 build pathname. Skip symlink test on Windows host. Add missing
7992 newline at end of file.
7993 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7994 and use its host pathname.
7995 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7996 * gdb.python/py-section-script.exp: Use host location of binfile
7997 on safe-path. Use correct path separator on Windows host.
7998 Reorder alternatives in gdb_test_multiple to prevent matching
7999 the wrong alternative on success.
8000 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
8001
8002 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
8003
8004 * gdb.gdb/selftest.exp (test_with_self): Update test to now
8005 expect the GDB inferior to no longer immediately stop after
8006 being resumed with "signal SIGINT".
8007
8008 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
8009
8010 * gdb.linespec/break-ask.exp: Generalize regexps to match
8011 Windows pathnames too.
8012
8013 2019-08-08 Tom de Vries <tdevries@suse.de>
8014
8015 PR testsuite/24862
8016 * lib/tuiterm.exp (_accept): Fix CSI regexp.
8017
8018 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8019
8020 * gdb.base/style.exp: Update tests for help doc new invariants.
8021 * gdb.base/help.exp: Likewise.
8022
8023 2019-08-06 Tom Tromey <tom@tromey.com>
8024
8025 * gdb.base/style.exp: Add disassemble test.
8026 * gdb.base/style.c (some_called_function): New function.
8027 (main): Use it.
8028
8029 2019-08-05 Christian Biesinger <cbiesinger@google.com>
8030
8031 * gdb.python/py-block.exp: Test dictionary access on blocks.
8032
8033 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
8034
8035 PR gdb/24863
8036 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
8037 -list-thread-groups --available test when running under
8038 check-read1.
8039
8040 2019-08-05 Tom de Vries <tdevries@suse.de>
8041
8042 PR testsuite/24863
8043 * lib/gdb.exp (with_read1_timeout_factor): New proc.
8044 * gdb.base/help.exp: Use with_read1_timeout_factor.
8045 * gdb.base/info-macros.exp: Same.
8046 * gdb.cp/nested-types.exp: Same.
8047
8048 2019-08-05 Tom de Vries <tdevries@suse.de>
8049
8050 * lib/gdb.exp (version_at_least): Factor out of ...
8051 (tcl_version_at_least): ... here.
8052 (gdb_compile): Fail if pie results in non-PIE executable.
8053 (readelf_version, readelf_prints_pie): New proc.
8054 (exec_is_pie): Return -1 if unknown.
8055
8056 2019-08-05 Tom de Vries <tdevries@suse.de>
8057
8058 * lib/gdb.exp (tcl_version_at_least): Fix typo.
8059
8060 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8061
8062 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
8063
8064 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8065
8066 * lib/completion-support.exp (test_gdb_complete_none): Skip
8067 tab completion tests if no readline support.
8068 (test_gdb_complete_unique_re): Likewise.
8069 (test_gdb_complete_multiple): Likewise.
8070
8071 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8072
8073 * gdb.base/info_sources.exp: New file.
8074 * gdb.base/info_sources.c: New file.
8075 * gdb.base/info_sources_base.c: New file.
8076
8077 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8078
8079 * gdb.base/batch-exit-status.exp: Call test_exit_status with
8080 prefix argument.
8081 (test_exit_status): Add prefix argument.
8082
8083 2019-08-01 Tom de Vries <tdevries@suse.de>
8084
8085 PR testsuite/24863
8086 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
8087 calling exp_continue for new thread and thread exited messages.
8088
8089 2019-08-01 Tom de Vries <tdevries@suse.de>
8090
8091 PR testsuite/24863
8092 * gdb.base/structs.exp: Fix check-read1 timeout using
8093 gdb_test_sequence.
8094 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
8095
8096 2019-08-01 Tom de Vries <tdevries@suse.de>
8097
8098 PR testsuite/24863
8099 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
8100 line.
8101
8102 2019-08-01 Tom de Vries <tdevries@suse.de>
8103
8104 PR testsuite/24863
8105 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
8106
8107 2019-07-30 Tom Tromey <tromey@adacore.com>
8108
8109 * gdb.ada/display_nested.exp: New file.
8110 * gdb.ada/display_nested/foo.adb: New file.
8111 * gdb.ada/display_nested/pack.adb: New file.
8112 * gdb.ada/display_nested/pack.ads: New file.
8113
8114 2019-07-30 Christian Biesinger <cbiesinger@google.com>
8115
8116 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
8117 namespace.
8118 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
8119
8120 2019-07-30 Tom de Vries <tdevries@suse.de>
8121
8122 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
8123 instead.
8124
8125 2019-07-30 Tom de Vries <tdevries@suse.de>
8126
8127 PR testsuite/24834
8128 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
8129 (exec_is_pie): New proc.
8130
8131 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8132
8133 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
8134
8135 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8136
8137 * gdb.python/py-objfile.c: Add global and static vars.
8138 * gdb.python/py-objfile.exp: Test new functions Objfile.
8139 lookup_global_symbol and lookup_static_symbol.
8140
8141 2019-07-29 Tom Tromey <tom@tromey.com>
8142
8143 * lib/tuiterm.exp (Term::_csi_@): New proc.
8144 (Term::_csi_X): Don't move cursor.
8145
8146 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8147
8148 * gdb.base/options.exp: Update backtrace - completion to
8149 new option -frame-info.
8150 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
8151 Test new 'set print frame-info'. Test backtrace -frame-info
8152 overriding 'set print frame-info'.
8153 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
8154 Test new 'set print frame-info'.
8155 Verify consistency of backtrace with and without filters, with and
8156 without -no-filters.
8157 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
8158 default.
8159
8160 2019-07-29 Tom de Vries <tdevries@suse.de>
8161
8162 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
8163 no arguments".
8164
8165 2019-07-29 Tom de Vries <tdevries@suse.de>
8166
8167 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
8168 is a substring of the first for "complete non-unique file name".
8169
8170 2019-07-29 Tom de Vries <tdevries@suse.de>
8171
8172 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
8173 with ".*".
8174
8175 2019-07-29 Tom de Vries <tdevries@suse.de>
8176
8177 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
8178 Pass prompt_regexp parameter to gdb_test_multiple calls.
8179
8180 2019-07-29 Tom de Vries <tdevries@suse.de>
8181
8182 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
8183 print registers" regexps.
8184
8185 2019-07-29 Tom de Vries <tdevries@suse.de>
8186
8187 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
8188
8189 2019-07-29 Tom de Vries <tdevries@suse.de>
8190
8191 PR gdb/24855
8192 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
8193 (skip_python_tests_prompt): Add prompt_regexp argument to
8194 gdb_test_multiple calls.
8195
8196 2019-07-27 Tom Tromey <tom@tromey.com>
8197
8198 * gdb.tui/main.exp: New file.
8199
8200 2019-07-27 Tom Tromey <tom@tromey.com>
8201
8202 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
8203 optional.
8204 * gdb.tui/empty.exp: New file.
8205
8206 2019-07-27 Tom Tromey <tom@tromey.com>
8207
8208 * lib/tuiterm.exp (spawn): New proc.
8209 (Term::resize): New proc.
8210 * gdb.tui/resize.exp: New file.
8211
8212 2019-07-27 Tom Tromey <tom@tromey.com>
8213
8214 * gdb.tui/list.exp: New file.
8215
8216 2019-07-27 Tom Tromey <tom@tromey.com>
8217
8218 * gdb.tui/regs.exp: New file.
8219
8220 2019-07-27 Tom Tromey <tom@tromey.com>
8221
8222 * gdb.tui/basic.exp: Add "layout split" test.
8223
8224 2019-07-27 Tom Tromey <tom@tromey.com>
8225
8226 * gdb.tui/basic.exp: Add "layout asm" test.
8227
8228 2019-07-27 Tom Tromey <tom@tromey.com>
8229
8230 * lib/tuiterm.exp: New file.
8231 * gdb.tui/basic.exp: New file.
8232
8233 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8234
8235 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
8236 Enable tests associated with this flag. Adjust regex
8237 referencing "foo_low" to now refer to "foo_cold" instead.
8238
8239 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8240
8241 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
8242 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
8243 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
8244 foo_cold. Revise comments to match.
8245 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
8246 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
8247 were wrapped into this proc; Call do_test in loop from outermost
8248 level.
8249 (foo_low): Rename all occurrences to "foo_cold".
8250 (backtrace from baz): New test.
8251 (x2/i foo_cold): New test.
8252 (info line *foo_cold): New test.
8253
8254 2019-07-26 Tom de Vries <tdevries@suse.de>
8255
8256 * gdb.arch/i386-pkru.exp: Fix unterminated string.
8257
8258 2019-07-25 Tom de Vries <tdevries@suse.de>
8259
8260 PR testsuite/24830
8261 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
8262 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
8263 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
8264 (skip_libstdcxx_probe_tests): ... here.
8265 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
8266
8267 2019-07-24 Tom de Vries <tdevries@suse.de>
8268
8269 PR testsuite/24807
8270 * gdb.objc/basicclass.m: Include stdio.h.
8271 * gdb.objc/nondebug.m: Same.
8272 * gdb.objc/objcdecode.m: Same.
8273
8274 2019-07-24 Tom de Vries <tdevries@suse.de>
8275
8276 PR testsuite/24612
8277 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
8278 additional_flags.
8279
8280 2019-07-24 Tom de Vries <tdevries@suse.de>
8281
8282 PR testsuite/24831
8283 * gdb.multi/tids.exp: Update error messages for info threads.
8284
8285 2019-07-24 Tom de Vries <tdevries@suse.de>
8286
8287 * gdb.base/info-types.exp: Allow info types to print info for more than
8288 one file.
8289
8290 2019-07-23 Tom de Vries <tdevries@suse.de>
8291
8292 PR testsuite/24842
8293 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
8294 gdb_spawn_with_cmdline_opts.
8295
8296 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
8297
8298 * gdb.arch/arm-cmse-sgstubs.c: New test.
8299 * gdb.arch/arm-cmse-sgstubs.exp: New file.
8300
8301 2019-07-23 Tom de Vries <tdevries@suse.de>
8302
8303 PR testsuite/24711
8304 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
8305 issuing next command.
8306
8307 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8308
8309 * gdb.ada/info_auto_lang.exp: Update expected results.
8310 * gdb.base/info-types.c: Add additional types to check.
8311 * gdb.base/info-types.exp: Update expected results.
8312
8313 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8314
8315 * gdb.base/info-types.c: New file.
8316 * gdb.base/info-types.exp: New file.
8317
8318 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
8319
8320 * gdb.arch/riscv-bp-infcall.c: New file.
8321 * gdb.arch/riscv-bp-infcall.exp: New file.
8322
8323 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8324
8325 PR breakpoints/24541
8326 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
8327
8328 2019-07-14 Tom de Vries <tdevries@suse.de>
8329
8330 PR testsuite/24760
8331 * gdb.objc/basicclass.exp: Fix unterminated string.
8332
8333 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
8334 Andrew Burgess <andrew.burgess@embecosm.com>
8335
8336 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
8337 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
8338 negative bounds.
8339 * gdb.fortran/vla-value.exp: Print elements of an array with
8340 negative bounds.
8341 * gdb.fortran/vla.f90: Setup an array with negative bounds for
8342 testing.
8343
8344 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
8345
8346 * gdb.base/options.exp (expect_string): Dequote strings in
8347 results.
8348 (test-string): Test strings with different quoting and reindent.
8349
8350 2019-07-10 Tom Tromey <tromey@adacore.com>
8351
8352 * gdb.ada/mi_ex_cond.exp: Update expected results.
8353 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8354 * gdb.ada/mi_catch_ex.exp: Update expected results.
8355 * gdb.ada/mi_catch_assert.exp: Update expected results.
8356 * gdb.ada/catch_ex.exp (catch_exception_info)
8357 (catch_exception_entry, catch_assert_entry)
8358 (catch_unhandled_entry): Update.
8359 * gdb.ada/catch_assert_if.exp: Update expected results.
8360
8361 2019-07-10 Richard Bunt <richard.bunt@arm.com>
8362 Stephen Roberts <stephen.roberts@arm.com>
8363
8364 * gdb.base/define.exp: Restore original prompt.
8365
8366 2019-07-09 Pedro Alves <palves@redhat.com>
8367
8368 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8369 breakpoints" output.
8370 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8371 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8372 throw" creates breakpoint.
8373 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8374 'type="catchpoint"'.
8375
8376 2019-07-09 Pedro Alves <palves@redhat.com>
8377
8378 PR c++/15468
8379 * gdb.cp/except-multi-location-lib.cc: New.
8380 * gdb.cp/except-multi-location-main.cc: New.
8381 * gdb.cp/except-multi-location.exp: New.
8382
8383 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8384
8385 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8386 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8387 argument and update callers.
8388
8389 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8390
8391 * gdb.arch/amd64-break-on-asm-line.S: New file.
8392 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8393
8394 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8395
8396 * gdb.base/printcmds.exp: Test printing C string and
8397 C wide string convenience vars without transiting via the inferior.
8398 Also make test names unique.
8399
8400 2019-07-08 Alan Hayward <alan.hayward@arm.com>
8401
8402 PR breakpoints/25011
8403 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8404
8405 2019-07-04 Pedro Alves <palves@redhat.com>
8406
8407 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8408 body returned ok(0), break(3) or continue(4).
8409 * gdb.testsuite/foreach_with_prefix.exp: New file.
8410
8411 2019-07-04 Alan Hayward <alan.hayward@arm.com>
8412
8413 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8414
8415 2019-07-03 Pedro Alves <palves@redhat.com>
8416
8417 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8418 "return -code".
8419
8420 2019-07-03 Pedro Alves <palves@redhat.com>
8421
8422 PR cli/24732
8423 * gdb.base/shell.exp: Load completion-support.exp.
8424 Adjust expected error output. Add completion tests.
8425
8426 2019-07-03 Pedro Alves <palves@redhat.com>
8427
8428 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8429 string_to_regexp.
8430
8431 2019-07-03 Pedro Alves <palves@redhat.com>
8432
8433 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8434 (expect_integer): Adjust to expect "-string".
8435 (expect_string): New.
8436 (all_options): Expect "-string".
8437 (test-flag, test-boolean): Adjust to expect "-string".
8438 (test-string): New proc.
8439 (top level): Call it.
8440
8441 2019-07-03 Pedro Alves <palves@redhat.com>
8442
8443 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8444 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8445 the expected output in the success.
8446
8447 2019-07-03 Pedro Alves <palves@redhat.com>
8448
8449 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8450 Split one gdb_test_multiple call in two to avoid a race.
8451
8452 2019-07-03 Pedro Alves <palves@redhat.com>
8453
8454 * gdb.base/with.c: New file.
8455 * gdb.base/with.exp: New file.
8456
8457 2019-07-03 Pedro Alves <palves@redhat.com>
8458
8459 * gdb.base/settings.exp: Replace all references to "maint
8460 test-settings set" with references to "maint set test-settings",
8461 and all references to "maint test-settings show" with references
8462 to "maint show test-settings".
8463
8464 2019-07-03 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.base/settings.exp (test-string): Adjust expected out when
8467 testing "maint test-settings show filename"
8468
8469 2019-07-02 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.base/options.exp (test-info-threads): New procedure.
8472 (top level): Call it.
8473
8474 2019-06-28 Tom Tromey <tromey@adacore.com>
8475
8476 * gdb.dwarf2/ada-linkage-name.c: New file.
8477 * gdb.dwarf2/ada-linkage-name.exp: New file.
8478
8479 2019-06-27 Tom Tromey <tromey@adacore.com>
8480
8481 PR c++/20020:
8482 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8483
8484 2019-06-26 Tom de Vries <tdevries@suse.de>
8485
8486 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8487
8488 2019-06-26 Tom de Vries <tdevries@suse.de>
8489
8490 * gdb.base/index-cache.exp: Add back missing debug option.
8491
8492 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8493
8494 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8495
8496 2019-06-25 Tom de Vries <tdevries@suse.de>
8497
8498 PR testsuite/24727
8499 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8500
8501 2019-06-24 Tom de Vries <tdevries@suse.de>
8502
8503 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8504
8505 2019-06-24 Tom de Vries <tdevries@suse.de>
8506
8507 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8508 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8509 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8510
8511 2019-06-24 Tom de Vries <tdevries@suse.de>
8512
8513 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8514
8515 2019-06-21 Tom de Vries <tdevries@suse.de>
8516
8517 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8518
8519 2019-06-21 Tom de Vries <tdevries@suse.de>
8520
8521 PR testsuite/24518
8522 PR ada/24713
8523 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8524 index.
8525
8526 2019-06-19 Tom Tromey <tromey@adacore.com>
8527
8528 * gdb.ada/length_cond.exp: Add intro comment.
8529
8530 2019-06-19 Tom Tromey <tromey@adacore.com>
8531
8532 * gdb.ada/length_cond.exp: New file.
8533 * gdb.ada/length_cond/length_cond.adb: New file.
8534 * gdb.ada/length_cond/pck.adb: New file.
8535 * gdb.ada/length_cond/pck.ads: New file.
8536
8537 2019-06-18 Tom de Vries <tdevries@suse.de>
8538
8539 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8540
8541 2019-06-18 Tom Tromey <tromey@adacore.com>
8542
8543 * gdb.base/list0.h: Add comment explaining control character.
8544
8545 2019-06-18 Tom de Vries <tdevries@suse.de>
8546
8547 * boards/fission.exp: Break up long debug_flags line.
8548
8549 2019-06-16 Tom de Vries <tdevries@suse.de>
8550
8551 PR gdb/24445
8552 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8553 generated index.
8554
8555 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8556
8557 PR gdb/24686
8558 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8559 improve detection of bug gdb/24541.
8560
8561 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8562
8563 PR gdb/24669
8564 * gdb.base/index-cache.exp (uses_readnow,
8565 expecting_index_cache_use): Define global variable.
8566 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8567 expecting_index_cache_use.
8568
8569 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8570 Andrew Burgess <andrew.burgess@embecosm.com>
8571
8572 * gdb.fortran/pointers.f90: New file.
8573 * gdb.fortran/print_type.exp: New file.
8574 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8575 * gdb.fortran/vla-type.exp: Likewise.
8576 * gdb.fortran/vla-value.exp: Likewise.
8577 * gdb.mi/mi-vla-fortran.exp: Likewise.
8578
8579 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8580
8581 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8582 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8583 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8584 as a stop reason.
8585
8586 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8587
8588 * gdb.base/annota1.exp: Update expected results.
8589 * gdb.cp/annota2.exp: Likewise.
8590 * gdb.cp/annota3.exp: Likewise.
8591
8592 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8593
8594 * gdb.base/style-logging.exp: Remove path from test name.
8595
8596 2019-06-14 Tom Tromey <tromey@adacore.com>
8597
8598 PR gdb/24502:
8599 * gdb.base/style-logging.exp: New file.
8600
8601 2019-06-14 Tom Tromey <tromey@adacore.com>
8602
8603 * gdb.base/symfile-warn.exp: New file.
8604 * gdb.base/symfile-warn.c: New file.
8605
8606 2019-06-14 Tom Tromey <tromey@adacore.com>
8607
8608 * gdb.base/annotate-symlink.exp: New file.
8609
8610 2019-06-14 Tom Tromey <tromey@adacore.com>
8611
8612 * gdb.ada/set_wstr.exp: Add reassignment test.
8613
8614 2019-06-14 Tom Tromey <tromey@adacore.com>
8615
8616 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8617 'unchecked_access and 'unrestricted_access as well.
8618
8619 2019-06-14 Tom Tromey <tromey@adacore.com>
8620
8621 PR ada/24539:
8622 * gdb.ada/vla.exp: Update tests.
8623 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8624 pragma.
8625
8626 2019-06-13 Pedro Alves <palves@redhat.com>
8627
8628 * gdb.base/settings.exp (test-integer): Test junk after
8629 "unlimited".
8630
8631 2019-06-13 Pedro Alves <palves@redhat.com>
8632
8633 * gdb.base/options.exp (test-thread-apply): New.
8634 (top level): Call it.
8635
8636 2019-06-13 Pedro Alves <palves@redhat.com>
8637
8638 * gdb.base/options.exp (test-frame-apply): New.
8639 (top level): Test print commands with different "frame apply"
8640 prefixes.
8641
8642 2019-06-13 Pedro Alves <palves@redhat.com>
8643
8644 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8645 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8646 'max_completions' parameter and handle it.
8647 (test_gdb_completion_offers_commands): New.
8648
8649 2019-06-13 Pedro Alves <palves@redhat.com>
8650
8651 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8652
8653 2019-06-13 Pedro Alves <palves@redhat.com>
8654
8655 * gdb.base/options.exp (test-backtrace): New.
8656 (top level): Call it.
8657
8658 2019-06-13 Pedro Alves <palves@redhat.com>
8659
8660 * gdb.guile/scm-frame-args.exp: Use "set print
8661 raw-frame-arguments" instead of "set print raw frame-arguments".
8662 * gdb.python/py-frame-args.exp: Likewise.
8663
8664 2019-06-13 Pedro Alves <palves@redhat.com>
8665
8666 * gdb.compile/compile.exp: Adjust expected output to option
8667 processing changes.
8668
8669 2019-06-13 Pedro Alves <palves@redhat.com>
8670
8671 * gdb.base/options.exp: Build executable.
8672 (test-print): New procedure.
8673 (top level): Call it, once for "print" and another for "compile
8674 print".
8675
8676 2019-06-13 Pedro Alves <palves@redhat.com>
8677
8678 * gdb.base/options.c: New file.
8679 * gdb.base/options.exp: New file.
8680
8681 2019-06-13 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8684 that "o" is ambiguous.
8685
8686 2019-06-13 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.base/settings.c: New file.
8689 * gdb.base/settings.exp: New file.
8690
8691 2019-06-13 Pedro Alves <palves@redhat.com>
8692
8693 * gdb.base/completion.exp: Fix comment typo.
8694
8695 2019-06-13 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8698 foo --1" test.
8699
8700 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8701
8702 * gdb.fortran/block-data.f: New.
8703 * gdb.fortran/block-data.exp: New.
8704
8705 2019-06-11 Tom de Vries <tdevries@suse.de>
8706
8707 PR testsuite/24521
8708 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8709 message.
8710
8711 2019-06-11 Tom de Vries <tdevries@suse.de>
8712
8713 PR testsuite/24521
8714 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8715
8716 2019-06-11 Tom de Vries <tdevries@suse.de>
8717
8718 * boards/readnow.exp: New file.
8719
8720 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8721
8722 * gdb.fortran/vla-sizeof.exp: Update expected results.
8723
8724 2019-06-06 Amos Bird <amosbird@gmail.com>
8725
8726 * gdb.base/annota1.exp (thread_switch): Add test for
8727 thread-exited annotation.
8728
8729 2019-06-06 Tom Tromey <tromey@adacore.com>
8730
8731 * gdb.base/maint.exp: Expect command started/finished output.
8732
8733 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8734
8735 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8736 comment.
8737 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8738
8739 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8740
8741 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8742 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8743 * gdb.arch/riscv-unwind-long-insn.c: New file.
8744 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8745
8746 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8747
8748 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8749
8750 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8751
8752 * lib/gdb.exp (help_list_trailer): New regexp variable
8753 factorizing the help trailer message.
8754 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8755 arg to allow to better factorize various tests.
8756 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8757 (test_prefix_command_help): Use help_list_trailer.
8758 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8759 * gdb.guile/scm-cmd.exp: Likewise.
8760 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8761 * gdb.base/help.exp: Use test_user_defined_class_help.
8762 * gdb.base/style.exp: Add tests for styling of help and apropos.
8763 * lib/gdb-utils.exp (style): Add title and highlight styles.
8764
8765 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8766
8767 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8768 $_shell_exitsignal.
8769 * gdb.base/default.exp: Update for new convenience variables.
8770
8771 2019-05-29 Tom Tromey <tromey@adacore.com>
8772
8773 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8774 to "break complete ada" test case's regexp.
8775
8776 2019-05-29 Tom Tromey <tromey@adacore.com>
8777
8778 PR c++/20020:
8779 * gdb.cp/constexpr-field.exp: New file.
8780 * gdb.cp/constexpr-field.cc: New file.
8781
8782 2019-05-29 Tom Tromey <tromey@adacore.com>
8783
8784 * gdb.base/finish.exp (finish_no_print): New proc.
8785 (finish_tests): Call it.
8786
8787 2019-05-24 Tom de Vries <tdevries@suse.de>
8788
8789 * gdb.dwarf2/gdb-add-index.exp: New file.
8790
8791 2019-05-22 Tom Tromey <tromey@adacore.com>
8792
8793 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8794 * gdb.base/style.exp: Use "style".
8795 * lib/gdb-utils.exp (style): New proc.
8796
8797 2019-05-22 Tom de Vries <tdevries@suse.de>
8798
8799 * gdb.base/align.exp: Require c++11.
8800
8801 2019-05-22 Tom de Vries <tdevries@suse.de>
8802
8803 PR testsuite/24586
8804 * gdb.python/py-mi-var-info-path-expression.exp: Call
8805 mi_skip_python_tests to check if python is supported.
8806
8807 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8808
8809 * gdb.arch/aarch64-pauth.c: New test.
8810 * gdb.arch/aarch64-pauth.exp: New file.
8811
8812 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8813
8814 * README (Re-running Tests Outside The Testsuite): New section.
8815
8816 2019-05-21 Tom de Vries <tdevries@suse.de>
8817
8818 * gdb.arch/amd64-eval.exp: Require c++11.
8819 * gdb.base/max-depth.exp: Same.
8820 * gdb.compile/compile-cplus-array-decay.exp: Same.
8821 * gdb.cp/meth-typedefs.exp: Same.
8822 * gdb.cp/subtypes.exp: Same.
8823 * gdb.cp/temargs.exp: Same.
8824
8825 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8826
8827 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8828
8829 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8830
8831 PR gdb/18644
8832 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8833 * gdb.fortran/printing-types.exp: Add new test.
8834 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8835 testing.
8836 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8837 setup_kfail call.
8838
8839 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8840
8841 * README (Running the Testsuite): Change example.
8842 (Testsuite Parameters): Remove TRANSCRIPT.
8843 * lib/gdb.exp: Remove TRANSCRIPT check.
8844
8845 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8846
8847 * README (Testsuite Parameters): Add replay logging to
8848 GDBSERVER_DEBUG.
8849 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8850 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8851 as a comma separated list.
8852 (gdb_debug_init): Override procedure.
8853
8854 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8855
8856 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8857 (gdb_write_cmd_file): New procedure.
8858 * lib/gdbserver-support.exp (gdbserver_start): Call
8859 gdbserver_write_cmd_file.
8860 (gdbserver_write_cmd_file): New procedure.
8861
8862 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8863
8864 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8865 (delete_breakpoints): Likewise.
8866 (gdb_run_cmd): Likewise.
8867 (gdb_start_cmd): Likewise.
8868 (gdb_starti_cmd): Likewise.
8869 (gdb_internal_error_resync): Likewise.
8870 (gdb_test_multiple): Likewise.
8871 (gdb_reinitialize_dir): Likewise.
8872 (default_gdb_exit): Likewise.
8873 (gdb_file_cmd): Mark kill as optional.
8874 (default_gdb_start): Call gdb_stdin_log_init.
8875 (send_gdb): Call gdb_stdin_log_write.
8876 (rerun_to_main): Mark Y as an answer.
8877 (gdb_stdin_log_init): New function.
8878 (gdb_stdin_log_write): Likewise.
8879
8880 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8881
8882 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8883 * gdb.base/debug-expr.exp: Likewise.
8884 * gdb.base/foll-fork.exp: Likewise.
8885 * gdb.base/foll-vfork.exp: Likewise.
8886 * gdb.base/fork-print-inferior-events.exp: Likewise.
8887 * gdb.base/gdb-sigterm.exp: Likewise.
8888 * gdb.base/gdbinit-history.exp: Likewise.
8889 * gdb.base/osabi.exp: Likewise.
8890 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8891 * gdb.base/ui-redirect.exp: Likewise.
8892 * gdb.gdb/unittest.exp: Likewise.
8893 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8894 * gdb.mi/mi-watch.exp: Likewise.
8895 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8896 * gdb.mi/user-selected-context-sync.exp: Likewise.
8897 * gdb.python/python.exp: Disable debug test when debugging.
8898 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8899 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8900 Likewise.
8901 * gdb.threads/stepi-random-signal.exp: Likewise.
8902
8903 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8904
8905 * Makefile.in: Pass through GDB_DEBUG.
8906 * README (Testsuite Parameters): Add GDB_DEBUG.
8907 (gdb,debug): Add board setting.
8908 * lib/gdb.exp (default_gdb_start): Start debugging.
8909 (gdb_debug_enabled): New procedure.
8910 (gdb_debug_init): Likewise.
8911
8912 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8913
8914 * Makefile.in: Pass through GDB_DEBUG.
8915 * README (Testsuite Parameters): Add GDB_DEBUG.
8916 (gdb,debug): Add board setting.
8917 * lib/gdb.exp (default_gdb_start): Start debugging.
8918 (gdb_debug_enabled): New procedure.
8919 (gdb_debug_init): Likewise.
8920
8921 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8922
8923 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8924
8925 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8926
8927 * gdb.base/ui-redirect.exp: Test redirection.
8928
8929 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8930
8931 * gdb.mi/mi-complete.exp: New file.
8932 * gdb.mi/mi-complete.cc: Likewise.
8933
8934 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8935
8936 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8937 indexed and sliced arrays, and pointers to arrays.
8938
8939 2019-05-14 Tom Tromey <tromey@adacore.com>
8940
8941 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8942 styling test.
8943
8944 2019-05-14 Tom de Vries <tdevries@suse.de>
8945
8946 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8947 selection entry encoding.
8948
8949 2019-05-10 Tom Tromey <tromey@adacore.com>
8950
8951 * gdb.ada/info_exc.exp: Add "complete" test.
8952
8953 2019-05-09 Tom de Vries <tdevries@suse.de>
8954
8955 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8956 CU-relative.
8957
8958 2019-05-09 Tom de Vries <tdevries@suse.de>
8959
8960 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8961 CU-relative.
8962
8963 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8964
8965 * gdb.ada/frame_arg_lang.exp: New testcase.
8966 * gdb.ada/frame_arg_lang/bla.adb: New file.
8967 * gdb.ada/frame_arg_lang/pck.ads: New file.
8968 * gdb.ada/frame_arg_lang/pck.adb: New file.
8969 * gdb.ada/frame_arg_lang/foo.c: New file.
8970
8971 2019-05-08 Tom Tromey <tromey@adacore.com>
8972
8973 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8974
8975 2019-05-08 Tom Tromey <tromey@adacore.com>
8976
8977 * gdb.base/ptype-offsets.exp: Update tests.
8978
8979 2019-05-08 Tom Tromey <tromey@adacore.com>
8980
8981 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8982 cases.
8983 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8984 "short".
8985
8986 2019-05-08 Tom Tromey <tromey@adacore.com>
8987
8988 * gdb.ada/vla.exp: New file.
8989 * gdb.ada/vla/vla.adb: New file.
8990
8991 2019-05-07 Tom de Vries <tdevries@suse.de>
8992
8993 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8994
8995 2019-05-07 Tom de Vries <tdevries@suse.de>
8996
8997 PR testsuite/24522
8998 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8999 section.
9000
9001 2019-05-07 Tom de Vries <tdevries@suse.de>
9002
9003 PR testsuite/24522
9004 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
9005 .debug_aranges section.
9006
9007 2019-05-07 Tom de Vries <tdevries@suse.de>
9008
9009 PR testsuite/24159
9010 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
9011
9012 2019-05-06 Tom de Vries <tdevries@suse.de>
9013
9014 * lib/gdb.exp (exec_has_index_section): New proc.
9015 * gdb.base/index-cache.exp: Handle case that binfile contains an index
9016 section.
9017
9018 2019-05-04 Tom de Vries <tdevries@suse.de>
9019
9020 * boards/cc-with-debug-names.exp: New file.
9021
9022 2019-05-03 Tom Tromey <tromey@adacore.com>
9023
9024 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
9025 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
9026 * gdb.ada/char_enum.exp: Add test.
9027
9028 2019-05-03 Tom de Vries <tdevries@suse.de>
9029
9030 * boards/cc-with-gdb-index.exp: New file.
9031
9032 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
9033
9034 * gdb.rust/simple.exp: Add new test case.
9035 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
9036 (main): Initialise an instance of the new struct.
9037
9038 2019-05-01 Tom Tromey <tromey@adacore.com>
9039
9040 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
9041 record.
9042 (NPR): New variable.
9043 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
9044 test.
9045
9046 2019-05-01 Tom Tromey <tromey@adacore.com>
9047
9048 * gdb.ada/packed_array_assign.exp: Add packed assignment
9049 regression test.
9050
9051 2019-05-01 Tom de Vries <tdevries@suse.de>
9052
9053 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
9054
9055 2019-05-01 Tom de Vries <tdevries@suse.de>
9056
9057 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
9058
9059 2019-04-30 Ali Tamur <tamur@google.com>
9060
9061 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
9062
9063 2019-04-30 Tom Tromey <tromey@adacore.com>
9064
9065 * lib/ada.exp (find_ada_tool): New proc.
9066 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
9067 * gdb.ada/catch_ex_std.exp: New file.
9068 * gdb.ada/catch_ex_std/foo.adb: New file.
9069 * gdb.ada/catch_ex_std/some_package.adb: New file.
9070 * gdb.ada/catch_ex_std/some_package.ads: New file.
9071
9072 2019-04-30 Tom Tromey <tromey@adacore.com>
9073
9074 PR c++/24470:
9075 * gdb.cp/temargs.cc: Add test code from PR.
9076
9077 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9078
9079 * gdb.fortran/vla-datatypes.exp: Update expected results.
9080 * gdb.fortran/vla-ptype.exp: Likewise.
9081 * gdb.fortran/vla-type.exp: Likewise.
9082 * gdb.fortran/vla-value.exp: Likewise.
9083
9084 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9085
9086 * gdb.fortran/ptr-indentation.exp: Update expected results.
9087 * gdb.fortran/ptype-on-functions.exp: Likewise.
9088 * gdb.fortran/vla-ptr-info.exp: Likewise.
9089 * gdb.fortran/vla-value.exp: Likewise.
9090
9091 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9092
9093 * gdb.fortran/ptype-on-functions.exp: New file.
9094 * gdb.fortran/ptype-on-functions.f90: New file.
9095
9096 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9097
9098 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
9099 case void string.
9100
9101 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9102
9103 * gdb.fortran/complex.exp: Expand.
9104 * gdb.fortran/complex.f: Renamed to...
9105 * gdb.fortran/complex.f90: ...this, and extended to add more
9106 complex values.
9107
9108 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9109
9110 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
9111 MODULO, CMPLX.
9112
9113 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9114 Richard Bunt <richard.bunt@arm.com>
9115
9116 * gdb.base/max-depth.c: New file.
9117 * gdb.base/max-depth.exp: New file.
9118 * gdb.python/py-nested-maps.c: New file.
9119 * gdb.python/py-nested-maps.exp: New file.
9120 * gdb.python/py-nested-maps.py: New file.
9121 * gdb.python/py-format-string.exp (test_max_depth): New proc.
9122 (test_all_common): Call test_max_depth.
9123 * gdb.fortran/max-depth.exp: New file.
9124 * gdb.fortran/max-depth.f90: New file.
9125 * gdb.go/max-depth.exp: New file.
9126 * gdb.go/max-depth.go: New file.
9127 * gdb.modula2/max-depth.exp: New file.
9128 * gdb.modula2/max-depth.c: New file.
9129 * lib/gdb.exp (get_print_expr_at_depths): New proc.
9130
9131 2019-04-29 Tom de Vries <tdevries@suse.de>
9132
9133 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
9134
9135 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9136
9137 * gdb.base/callexit.exp: Test may-call-functions off.
9138
9139 2019-04-25 Keith Seitz <keiths@redhat.com>
9140
9141 PR c++/24367
9142 * gdb.cp/meth-typedefs.cc (incomplete_struct)
9143 (another_incomplete_struct, test_incomplete): New definitions.
9144 (main): Use new definitions.
9145 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
9146 functions.
9147
9148 2019-04-25 Ali Tamur <tamur@google.com>
9149
9150 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9151
9152 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9153
9154 PR corefiles/11608
9155 PR corefiles/18187
9156 * gdb.base/coredump-filter-build-id.exp: New file.
9157
9158 2019-04-25 Alan Hayward <alan.hayward@arm.com>
9159
9160 * Makefile.in: Pass through GDBSERVER_DEBUG.
9161 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
9162 (gdbserver,debug): Add board setting.
9163 * gdb.trace/tspeed.exp: Skip when debugging.
9164 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
9165 * lib/gdbserver-support.exp: Likewise
9166
9167 2019-04-24 Tom Tromey <tromey@adacore.com>
9168
9169 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
9170 Rust.
9171
9172 2019-04-24 Tom Tromey <tromey@adacore.com>
9173
9174 * gdb.arch/amd64-eval.exp: Test bitfield return.
9175 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
9176 (class Foo) <return_bitfields>: New method.
9177 (main): Call it.
9178
9179 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9180
9181 * gdb.cp/many-args.cc: New file.
9182 * gdb.cp/many-args.exp: New file.
9183
9184 2019-04-23 Tom de Vries <tdevries@suse.de>
9185
9186 PR gdb/24433
9187 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
9188
9189 2019-04-23 Alan Hayward <alan.hayward@arm.com>
9190
9191 * gdb.trace/backtrace.exp: Use nopie flag.
9192 * gdb.trace/circ.exp: Likewise.
9193 * gdb.trace/collection.exp: Likewise.
9194 * gdb.trace/ftrace.exp: Likewise.
9195 * gdb.trace/mi-trace-unavailable.exp: Likewise.
9196 * gdb.trace/mi-traceframe-changed.exp: Likewise.
9197 * gdb.trace/qtro.exp: Likewise.
9198 * gdb.trace/read-memory.exp: Likewise.
9199 * gdb.trace/report.exp: Likewise.
9200 * gdb.trace/tfile.exp: Likewise.
9201 * gdb.trace/tfind.exp: Likewise.
9202 * gdb.trace/unavailable.exp: Likewise.
9203
9204 2019-04-22 Pedro Alves <palves@redhat.com>
9205
9206 * gdb.base/solib-probes-nosharedlibrary.c,
9207 gdb.base/solib-probes-nosharedlibrary.exp: New files.
9208
9209 2019-04-19 Tom Tromey <tromey@adacore.com>
9210
9211 * gdb.ada/ptype_union.c: New file.
9212 * gdb.ada/ptype_union.exp: New file.
9213
9214 2019-04-19 Tom Tromey <tromey@adacore.com>
9215
9216 PR symtab/24423:
9217 * gdb.base/list0.h (foo): Add a control-l character.
9218
9219 2019-04-18 Tom de Vries <tdevries@suse.de>
9220
9221 PR gdb/24433
9222 * boards/local-board.exp: Set sysroot to "".
9223
9224 2019-04-18 Tom de Vries <tdevries@suse.de>
9225 Pedro Alves <palves@redhat.com>
9226
9227 PR gdb/24454
9228 * gdb.threads/vfork-follow-child-exec.c: New file.
9229 * gdb.threads/vfork-follow-child-exec.exp: New file.
9230 * gdb.threads/vfork-follow-child-exit.c: New file.
9231 * gdb.threads/vfork-follow-child-exit.exp: New file.
9232
9233 2019-04-15 Leszek Swirski <leszeks@google.com>
9234
9235 * gdb.arch/amd64-eval.cc: New file.
9236 * gdb.arch/amd64-eval.exp: New file.
9237
9238 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9239
9240 * gdb.server/sysroot.c: New test.
9241 * gdb.server/sysroot.exp: New file.
9242 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
9243 matching param.
9244
9245 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9246
9247 * gdb.base/align.exp: Extend test to cover structures containing
9248 only static fields.
9249
9250 2019-04-11 Tom de Vries <tdevries@suse.de>
9251
9252 * boards/cc-with-dwz-m.exp: New file.
9253 * boards/cc-with-dwz.exp: New file.
9254 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
9255
9256 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9257
9258 * gdb.base/start-cpp.exp: New file.
9259 * gdb.base/start-cpp.cc: New file.
9260
9261 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9262
9263 * gdb.python/py-thrhandle.exp: Adjust tests to call
9264 thread_from_handle instead of thread_from_thread_handle.
9265
9266 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9267
9268 * gdb.python/py-thrhandle.exp: Add tests for
9269 gdb.InferiorThread.handle.
9270
9271 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9272
9273 * gdb.python/py-function.exp: Check calling helper function from
9274 all languages.
9275 * lib/gdb.exp (gdb_supported_languages): New proc.
9276
9277 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9278
9279 * gdb.base/complex-parts.c: New file.
9280 * gdb.base/complex-parts.exp: New file.
9281
9282 2019-04-01 Tom Tromey <tromey@adacore.com>
9283
9284 PR symtab/23331:
9285 * gdb.dwarf2/dw2-ranges-main.c: New file.
9286 * gdb.dwarf2/dw2-ranges-psym.c: New file.
9287 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
9288
9289 2019-03-30 Simon Marchi <simark@simark.ca>
9290
9291 * gdb.base/default.exp: Add values for $_gdb_major and
9292 $_gdb_minor.
9293
9294 2019-03-29 Tom Tromey <tromey@adacore.com>
9295
9296 * gdb.base/help.exp: Tighten apropos regexp.
9297
9298 2019-03-29 Keith Seitz <keiths@redhat.com>
9299
9300 * gdb.fortran/array-bounds.exp: New file.
9301 * gdb.fortran/array-bounds.f90: New file.
9302
9303 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9304
9305 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
9306
9307 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9308
9309 * gdb.multi/hello.c (main): Increase alarm timer.
9310
9311 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9312
9313 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
9314 factor when no hardware watchpoint support.
9315
9316 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9317 Pedro Alves <palves@redhat.com>
9318
9319 * boards/local-board.exp: set sysroot to /.
9320
9321 2019-03-27 Alan Hayward <alan.hayward@arm.com>
9322
9323 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
9324 in child.
9325
9326 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9327
9328 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
9329 field.
9330 (make_container): Initialise new field.
9331 * gdb.python/py-prettyprint.exp: Add new tests.
9332 * gdb.python/py-prettyprint.py (class ContainerPrinter)
9333 <display_hint>: New method.
9334
9335 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9336
9337 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
9338 gdb_continue_to_breakpoint more throughout this test.
9339 (run_lang_tests) Supply unique test names, and use
9340 gdb_test_no_output.
9341
9342 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9343
9344 * gdb.base/finish-pretty.exp: Update expected results.
9345 * gdb.base/pretty-print.c: New file.
9346 * gdb.base/pretty-print.exp: New file.
9347
9348 2019-03-25 Pedro Alves <palves@redhat.com>
9349
9350 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9351 move comments outside list. Append '-i "" eof' section.
9352
9353 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9354
9355 PR testsuite/25016
9356 * README: Add pie options.
9357 * gdb.base/break-interp.exp: Ensure pie is disabled.
9358 * gdb.base/dump.exp: Likewise.
9359 * lib/gdb.exp (gdb_compile): Add pie option.
9360
9361 2019-03-19 Tom Tromey <tromey@adacore.com>
9362
9363 * gdb.mi/mi2-cli-display.c: New file.
9364 * gdb.mi/mi2-cli-display.exp: New file.
9365
9366 2019-03-18 Joel Brobecker <brobecker@adacore.com>
9367 Tom Tromey <tromey@adacore.com>
9368
9369 * gdb.ada/ptype_array/pck.adb: New file.
9370 * gdb.ada/ptype_array/pck.ads: New file.
9371 * gdb.ada/ptype_array/foo.adb: New file.
9372 * gdb.ada/ptype_array.exp: New file.
9373
9374 2019-03-14 Tom Tromey <tromey@adacore.com>
9375
9376 * gdb.base/style.exp: Add "set style sources" test.
9377
9378 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9379
9380 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9381 * mi-breakpoint-multiple-locations.exp: ... this.
9382 (make_breakpoints_pattern): New proc.
9383 (do_test): Add mi_version parameter, test -break-insert,
9384 -break-info and =breakpoint-created.
9385
9386 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9387
9388 * config/default.exp: Remove 'load_lib gdb.exp'.
9389 * config/monitor.exp: Likewise.
9390 * config/sid.exp: Likewise.
9391 * config/sim.exp: Likewise.
9392 * config/slite.exp: Likewise.
9393 * config/unix.exp: Likewise.
9394 * gdb.base/default.exp: Remove unhelpful comment.
9395
9396 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9397
9398 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9399
9400 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9401
9402 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9403
9404 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9405
9406 * gdb.fortran/type-kinds.exp: Update expected results.
9407
9408 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9409
9410 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9411
9412 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9413
9414 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9415 function.
9416 (test_basic_parsing_of_type_kinds): Expand types tested.
9417 (test_parsing_invalid_type_kinds): New function.
9418
9419 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9420
9421 * gdb.fortran/intrinsics.exp: New file.
9422 * gdb.fortran/intrinsics.f90: New file.
9423 * gdb.fortran/type-kinds.exp: New file.
9424
9425 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9426
9427 * gdb.fortran/dot-ops.exp: New file.
9428
9429 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9430
9431 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9432 Check upper and lower case logical literals.
9433
9434 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9435
9436 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9437 Remove duplicate tests.
9438
9439 2019-03-06 Alan Hayward <alan.hayward@arm.com>
9440
9441 * lib/gdb.exp (builtin_cd): rename of cd.
9442 (cd): Override builtin.
9443
9444 2019-03-06 Richard Bunt <richard.bunt@arm.com>
9445
9446 * gdb.fortran/function-calls.exp: New file.
9447 * gdb.fortran/function-calls.f90: New test.
9448
9449 2019-03-04 Richard Bunt <richard.bunt@arm.com>
9450
9451 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9452 on user program standard output.
9453 * gdb.fortran/short-circuit-argument-list.f90: Record function
9454 calls.
9455
9456 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9457
9458 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9459 failure.
9460
9461 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9462
9463 PR gdb/8527
9464 * gdb.base/interrupt-daemon-attach.c,
9465 gdb.base/interrupt-daemon-attach.exp: New test.
9466
9467 2019-02-27 Pedro Alves <palves@redhat.com>
9468
9469 * gdb.base/page.exp: Add tests for "set width/height -1".
9470
9471 2019-02-27 Pedro Alves <palves@redhat.com>
9472
9473 * gdb.base/page.exp: Add tests for "set/show width/height" with
9474 "infinite" values.
9475
9476 2019-02-27 Tom Tromey <tromey@adacore.com>
9477
9478 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9479 2.4.
9480 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9481 workaround.
9482
9483 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9484
9485 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9486 tests for structs with static members.
9487
9488 2019-02-26 Tom Tromey <tromey@adacore.com>
9489
9490 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9491 ValueError, not TypeError.
9492
9493 2019-02-26 Kevin Buettner <kevinb@redhat.com>
9494
9495 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9496 call from main program.
9497
9498 2019-02-23 Joel Brobecker <brobecker@adacore.com>
9499
9500 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9501 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9502 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9503 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9504 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9505
9506 2019-02-22 Keith Seitz <keiths@redhat.com>
9507
9508 PR symtab/23853
9509 * gdb.base/symlink-sourcefile.c: New file.
9510 * gdb.base/symlink-sourcefile.exp: New file.
9511
9512 2019-02-20 Tom Tromey <tom@tromey.com>
9513
9514 * gdb.base/info_qt.exp: Update.
9515
9516 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9517
9518 * gdb.base/source.exp: Move "error in sourced script" code to
9519 the end.
9520 * gdb.base/source-error.gdb: Move contents to
9521 source-error-1.gdb. Add new code to source source-error-1.gdb.
9522 * gdb.base/source-error-1.gdb: New file, from previous
9523 source-error.gdb.
9524
9525 2019-02-17 Tom Tromey <tom@tromey.com>
9526
9527 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9528 for macro styling.
9529 * gdb.base/style.c (SOME_MACRO): New macro.
9530
9531 2019-02-17 Tom Tromey <tom@tromey.com>
9532
9533 * gdb.base/style.exp: Add line-wrapping tests.
9534 * gdb.base/page.exp: Add test for quitting during pagination.
9535
9536 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9537
9538 * gdb.ada/big_packed_array: New testcase.
9539 * gdb.ada/homonym.exp: Fix incorrect expected output for
9540 "break <homonym__get_value>" test.
9541
9542 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9543
9544 PR breakpoints/21870
9545 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9546 and prepare_for_testing. Add comment.
9547 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9548 redundant cleanup call. Clean up comment.
9549
9550 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9551
9552 PR breakpoints/21870
9553 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9554 * gdb.arch/aarch64-dbreg-contents.c: New file.
9555
9556 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9557
9558 * gdb.ada/mi_ref_changeable: New testcase.
9559
9560 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9561
9562 * gdb.base/attach.exp: Add double attach test.
9563
9564 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9565
9566 * lib/gdb.exp (default_gdb_start): Don't match pagination
9567 prompt.
9568 (gdb_init): Set stty_init.
9569
9570 2019-01-27 Tom Tromey <tom@tromey.com>
9571
9572 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9573 skip_python_tests.
9574
9575 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9576
9577 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9578 New structure.
9579 (struct struct_static_02_02): Likewise.
9580 (struct struct_static_02_03): Likewise.
9581 (struct struct_static_02_04): Likewise.
9582 (struct struct_static_04_01): Likewise.
9583 (struct struct_static_04_02): Likewise.
9584 (struct struct_static_04_03): Likewise.
9585 (struct struct_static_04_04): Likewise.
9586 (struct struct_static_06_01): Likewise.
9587 (struct struct_static_06_02): Likewise.
9588 (struct struct_static_06_03): Likewise.
9589 (struct struct_static_06_04): Likewise.
9590 (cmp_struct_static_02_01): Likewise.
9591 (cmp_struct_static_02_02): Likewise.
9592 (cmp_struct_static_02_03): Likewise.
9593 (cmp_struct_static_02_04): Likewise.
9594 (cmp_struct_static_04_01): Likewise.
9595 (cmp_struct_static_04_02): Likewise.
9596 (cmp_struct_static_04_03): Likewise.
9597 (cmp_struct_static_04_04): Likewise.
9598 (cmp_struct_static_06_01): Likewise.
9599 (cmp_struct_static_06_02): Likewise.
9600 (cmp_struct_static_06_03): Likewise.
9601 (cmp_struct_static_06_04): Likewise.
9602 (call_all): Test new structs.
9603 * gdb.base/infcall-nested-structs.exp: Likewise.
9604
9605 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9606 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9607
9608 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9609 * gdb.base/stack-protector.c: New test.
9610 * gdb.base/stack-protector.exp: New file.
9611 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9612 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9613 option.
9614 (gdb_compile): Remove stack protector for GCC and prevent
9615 recursion.
9616
9617 2019-01-16 Keith Seitz <keiths@redhat.com>
9618
9619 PR gdb/23773
9620 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9621
9622 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9623
9624 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9625 aliases.
9626 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9627 tests.
9628 * gdb.arch/powerpc-vector-regs.c: New file.
9629 * gdb.arch/powerpc-vector-regs.exp: New file.
9630
9631 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9632
9633 * gdb.arch/altivec-regs.exp: Fix the list passed to
9634 gdb_expect_list when testing "info vector".
9635
9636 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9637
9638 * gdb.base/style.exp: Don't include path in testname.
9639
9640 2019-01-10 Keith Seitz <keiths@redhat.com>
9641
9642 PR gdb/23712
9643 PR symtab/23010
9644 * gdb.dwarf2/multidictionary.exp: New file.
9645
9646 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9647
9648 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9649 (test_gnuv3_style_demangling): ... this.
9650 (test_lucid_style_demangling): Remove.
9651 (test_arm_style_demangling): Remove.
9652 (test_hp_style_demangling): Remove.
9653 (do_tests): Remove calls to the above.
9654
9655 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9656
9657 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9658 case.
9659
9660 2019-01-06 Tom Tromey <tom@tromey.com>
9661
9662 PR gdb/28155:
9663 * gdb.dwarf2/typedef-void-finish.exp: New file.
9664
9665 2018-12-28 Tom Tromey <tom@tromey.com>
9666 Simon Marchi <simark@simark.ca>
9667
9668 * gdb.base/jit-exec.exp: New file.
9669 * gdb.base/jit-exec.c: New file.
9670 * gdb.base/jit-execd.c: New file.
9671
9672 2018-12-28 Tom Tromey <tom@tromey.com>
9673
9674 * gdb.base/style.exp: Update test to check for address styling.
9675
9676 2018-12-28 Tom Tromey <tom@tromey.com>
9677
9678 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9679 message.
9680
9681 2018-12-28 Tom Tromey <tom@tromey.com>
9682
9683 * gdb.base/style.exp: Add test for version number styling.
9684
9685 2018-12-28 Tom Tromey <tom@tromey.com>
9686
9687 * gdb.base/style.exp: Add test for print_address_symbolic.
9688
9689 2018-12-28 Tom Tromey <tom@tromey.com>
9690
9691 * gdb.base/style.exp: Add test for breakpoint setting.
9692
9693 2018-12-28 Tom Tromey <tom@tromey.com>
9694
9695 * gdb.base/style.exp: Add test for variable names.
9696
9697 2018-12-28 Tom Tromey <tom@tromey.com>
9698
9699 * gdb.base/style.exp: New file.
9700 * gdb.base/style.c: New file.
9701
9702 2018-12-28 Tom Tromey <tom@tromey.com>
9703
9704 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9705 "dumb".
9706 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9707 the TERM environment variable.
9708
9709 2018-12-27 Tom Tromey <tom@tromey.com>
9710
9711 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9712 pagination test.
9713
9714 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9715
9716 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9717 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9718
9719 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9720
9721 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9722 Filename a.adb changed to bp_fun_addr.adb.
9723 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9724
9725 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9726
9727 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9728 non-PIE executables.
9729 * README: Mention the gdb,nopie_flag board setting.
9730 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9731 non-PIE executable.
9732 * gdb.arch/amd64-entry-value.exp: Likewise.
9733 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9734 * gdb.arch/i386-float.exp: Likewise.
9735 * gdb.arch/i386-signal.exp: Likewise.
9736 * gdb.mi/mi-reg-undefined.exp: Likewise.
9737
9738 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9739
9740 PR gdb/23974
9741 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9742
9743 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9744
9745 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9746 Update order of results accordingly.
9747
9748 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9749
9750 * gdb.base/annota1.exp: Update a test regexp.
9751
9752 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9753
9754 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9755
9756 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9757
9758 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9759 (reuse_time): Initialize to REUSE_TIME_CAP.
9760 (check_rc): New function.
9761 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9762 Check pthread_create rc.
9763 (spawner_thread_func): Check pthread_create and pthread_join rc.
9764
9765 2018-12-08 Pedro Alves <palves@redhat.com>
9766
9767 * gdb.base/list.exp (test_forward_search): Rename to ...
9768 (test_forward_reverse_search): ... this. Also test reverse-search
9769 and the forward-search alias.
9770
9771 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9772
9773 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9774 local timeout variable before return, and remove all local timeout
9775 variable entirely.
9776 (gdb_load): Likewise.
9777
9778 2018-12-01 Tom de Vries <tdevries@suse.de>
9779
9780 * gdb.base/gdb-caching-proc.exp: New file.
9781
9782 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9783
9784 * Makefile.in (TIMESTAMP): New variable.
9785 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9786 command.
9787 (check-single-racy): Likewise.
9788 (check/%.exp): Likewise.
9789 (check-racy/%.exp): Likewise.
9790 (workers/%.worker): Likewise.
9791 (build-perf): Likewise.
9792 (check-perf): Likewise.
9793 * README: Describe new "TS" and "TS_FORMAT" variables.
9794 * print-ts.py: New file.
9795
9796 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9797
9798 PR python/23714
9799 * gdb.python/python.exp: Test command repetition after
9800 gdb.execute.
9801
9802 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9803
9804 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9805 is correctly aligned.
9806
9807 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9808
9809 * gdb.ada/info_auto_lang.exp: New testcase.
9810 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9811 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9812 * gdb.ada/info_auto_lang/some_c.c: New file.
9813
9814 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9815
9816 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9817 FUNC_lang language syntax.
9818
9819 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9820
9821 * gdb.base/info_minsym.c: New file.
9822 * gdb.base/info_minsym.exp: New file.
9823
9824 2018-11-19 Tom Tromey <tom@tromey.com>
9825
9826 PR rust/23625:
9827 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9828 * gdb.rust/expr.exp: Update expected output. Change one test.
9829
9830 2018-11-19 Tom Tromey <tom@tromey.com>
9831
9832 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9833
9834 2018-11-19 Pedro Alves <palves@redhat.com>
9835
9836 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9837 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9838 see the expected warning.
9839
9840 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9841
9842 PR gdb/22736:
9843 * gdb.cp/infcall-nodebug-lib.c: New test.
9844 * gdb.cp/infcall-nodebug-main.c: New test.
9845 * gdb.cp/infcall-nodebug.exp: New file.
9846
9847 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9848
9849 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9850 completer tests.
9851
9852 2018-11-09 Tom de Vries <tdevries@suse.de>
9853
9854 * gdb.base/msym-lang.c: New test.
9855 * gdb.base/msym-lang.exp: New file.
9856 * gdb.base/msym-lang-main.c: New test.
9857
9858 2018-11-08 Tom Tromey <tom@tromey.com>
9859
9860 PR gdb/23555:
9861 PR gdb/23838:
9862 * gdb.base/warning.exp: New file.
9863
9864 2018-11-08 Jan Beulich <jbeulich@suse.com>
9865
9866 * testsuite/gdb.arch/i386-avx512.c,
9867 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9868
9869 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9870
9871 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9872 point hardware.
9873
9874 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9875
9876 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9877 * gdb.dwarf2/missing-type-name.exp: New file.
9878
9879 2018-11-06 Tom de Vries <tdevries@suse.de>
9880
9881 * gdb.base/many-headers.c: New test.
9882 * gdb.base/many-headers.exp: New file.
9883
9884 2018-11-06 Jim Wilson <jimw@sifive.com>
9885
9886 * gdb.base/code_elim.exp: For riscv, set additional_flags
9887 to include -msmall-data-limit=0.
9888
9889 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9890
9891 * gdb.ada/watch_minus_l: New testcase.
9892
9893 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9894
9895 * gdb.arch/aix-sighandle.c: New file.
9896 * gdb.arch/aix-sighandle.exp: New file.
9897
9898 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9899
9900 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9901 registers being unions.
9902
9903 2018-10-31 Tom de Vries <tdevries@suse.de>
9904
9905 * lib/valgrind.exp: New file.
9906 (vgdb_start, vgdb_stop): New procs, factored out of ...
9907 * gdb.base/valgrind-bt.exp: ... here, ...
9908 * gdb.base/valgrind-disp-step.exp: ... here and ...
9909 * gdb.base/valgrind-infcall.exp: ... here.
9910
9911 2018-10-31 Tom de Vries <tdevries@suse.de>
9912
9913 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9914
9915 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9916
9917 * gdb.dwarf2/void-type.c: New file.
9918 * gdb.dwarf2/void-type.exp: New file.
9919
9920 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9921
9922 * gdb.base/info_qt.c: New file.
9923 * gdb.base/info_qt.exp: New file.
9924
9925 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9926
9927 * gdb.arch/powerpc-htm-regs.c: New file.
9928 * gdb.arch/powerpc-htm-regs.exp: New file.
9929
9930 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9931
9932 * gdb.arch/powerpc-tar.c: New file.
9933 * gdb.arch/powerpc-tar.exp: New file.
9934
9935 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9936
9937 * gdb.arch/powerpc-ppr-dscr.c: New file.
9938 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9939
9940 2018-10-25 Tom de Vries <tdevries@suse.de>
9941
9942 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9943
9944 2018-10-24 Tom de Vries <tdevries@suse.de>
9945
9946 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9947 longer exists error.
9948
9949 2018-10-24 Tom de Vries <tdevries@suse.de>
9950
9951 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9952
9953 2018-10-24 Tom de Vries <tdevries@suse.de>
9954
9955 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9956 --db-attach in valgrind.
9957
9958 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9959
9960 * gdb.arch/riscv-reg-aliases.c: New file.
9961 * gdb.arch/riscv-reg-aliases.exp: New file.
9962
9963 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9964
9965 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9966
9967 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9968
9969 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9970
9971 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9972
9973 * gdb.cp/ovldbreak.exp: Fix regexps.
9974
9975 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9976
9977 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9978
9979 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9980
9981 PR cli/23785
9982 * gdb.base/restore.exp: New test to check if "restore" with an
9983 invalid file doesn't segfault.
9984
9985 2018-10-18 Tom de Vries <tdevries@suse.de>
9986
9987 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9988 * gdb.ada/excep_handle.exp: Same.
9989 * gdb.ada/mi_string_access.exp: Same.
9990 * gdb.ada/mi_var_union.exp: Same.
9991 * gdb.arch/arc-analyze-prologue.exp: Same.
9992 * gdb.arch/arc-decode-insn.exp: Same.
9993 * gdb.base/readnever.exp: Same.
9994 * gdb.fortran/printing-types.exp: Same.
9995 * gdb.guile/scm-lazy-string.exp: Same.
9996
9997 2018-10-16 Tom de Vries <tdevries@suse.de>
9998
9999 PR gdb/23730
10000 * gdb.base/catch-follow-exec.c: Add copyright notice.
10001 * gdb.base/catch-follow-exec.exp: Rewrite to use
10002 gdb_spawn_with_cmdline_opts. Require gdb-native.
10003
10004 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
10005
10006 * gdb.trace/actions-changed.exp: Check for arch support.
10007 * gdb.trace/actions.exp: Likewise.
10008 * gdb.trace/ax.exp: Likewise.
10009 * gdb.trace/backtrace.exp: Likewise.
10010 * gdb.trace/change-loc.exp: Likewise.
10011 * gdb.trace/deltrace.exp: Likewise.
10012 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
10013 * gdb.trace/ftrace.exp: Likewise.
10014 * gdb.trace/infotrace.exp: Check for arch support.
10015 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
10016 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
10017 * gdb.trace/mi-tsv-changed.exp: Likewise.
10018 * gdb.trace/packetlen.exp: Likewise.
10019 * gdb.trace/passc-dyn.exp: Likewise.
10020 * gdb.trace/passcount.exp: Likewise.
10021 * gdb.trace/pending.exp: Likewise.
10022 * gdb.trace/range-stepping.exp: Check for shlib support.
10023 * gdb.trace/report.exp: Check for arch support.
10024 * gdb.trace/save-trace.exp: Likewise.
10025 * gdb.trace/signal.exp: Check for signal support.
10026 * gdb.trace/tfind.exp: Check for arch support.
10027 * gdb.trace/trace-break.exp: Check for arch and shlib support.
10028 * gdb.trace/trace-common.h: Add comment.
10029 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
10030 * gdb.trace/trace-enable-disable.exp: Likewise.
10031 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
10032 * gdb.trace/tracecmd.exp: Check for arch support.
10033 * gdb.trace/tspeed.exp: Check for shlib and target support.
10034 * gdb.trace/tstatus.exp: Check for arch support.
10035 * gdb.trace/tsv.exp: Likewise.
10036 * gdb.trace/while-dyn.exp: Likewise.
10037 * gdb.trace/while-stepping.exp: Likewise.
10038 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
10039
10040 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
10041
10042 * gdb.trace/tspeed.exp: Remove nowarnings.
10043 (prepare_for_trace_test): Declare "global ipalib".
10044 * gdb.trace/tspeed.c: Include unistd.h.
10045 (main): Remove superfluous printf argument.
10046
10047 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
10048
10049 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
10050 directory prefix on the filename.
10051
10052 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
10053
10054 * gdb.gdb/unittest.exp: Update expected message informing that
10055 selftests have been disabled.
10056 * gdb.server/unittest.exp: Likewise.
10057
10058 2018-10-09 Tom de Vries <tdevries@suse.de>
10059
10060 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
10061 with runto_main.
10062
10063 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
10064
10065 PR c++/16841
10066 * gdb.cp/virtbase2.cc: New file.
10067 * gdb.cp/virtbase2.exp: New file.
10068
10069 2018-10-06 Tom Tromey <tom@tromey.com>
10070
10071 PR python/19399:
10072 * gdb.python/py-inferior.exp: Add architecture test.
10073
10074 2018-10-06 Tom Tromey <tom@tromey.com>
10075
10076 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
10077 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
10078
10079 2018-10-06 Tom Tromey <tom@tromey.com>
10080
10081 * gdb.python/py-breakpoint.exp (check_last_event): Check location
10082 of a "throw" catchpoint.
10083
10084 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
10085
10086 * gdb.base/info-proc.exp: Update string expected from "help info
10087 proc".
10088
10089 2018-10-04 Tom Tromey <tom@tromey.com>
10090
10091 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
10092 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
10093 (test_initial_complaints, test_empty_complaints): Update.
10094 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10095
10096 2018-10-04 Tom Tromey <tom@tromey.com>
10097
10098 PR cli/19551:
10099 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
10100 * lib/gdb.exp (gdb_file_cmd): Update.
10101 * gdb.stabs/weird.exp (print_weird_var): Update.
10102 * gdb.server/solib-list.exp: Update.
10103 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
10104 * gdb.mi/mi-cli.exp: Update.
10105 * gdb.linespec/linespec.exp: Update.
10106 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10107 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
10108 * gdb.cp/cp-relocate.exp: Update.
10109 * gdb.base/sym-file.exp: Update.
10110 * gdb.base/relocate.exp: Update.
10111 * gdb.base/readnever.exp: Update.
10112 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10113 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
10114 * gdb.base/dbx.exp (gdb_file_cmd): Update.
10115 * gdb.base/code_elim.exp: Update.
10116 * gdb.base/break-unload-file.exp (test_break): Update.
10117 * gdb.base/break-interp.exp (test_attach_gdb): Update.
10118 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
10119 Update.
10120 * gdb.base/attach.exp (do_attach_tests): Update.
10121 * gdb.base/sepdebug.exp: Update.
10122 * gdb.python/py-section-script.exp: Update.
10123
10124 2018-10-04 Tom Tromey <tom@tromey.com>
10125
10126 PR cli/22234:
10127 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
10128 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
10129 output.
10130
10131 2018-10-04 Tom Tromey <tom@tromey.com>
10132
10133 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
10134 set width and height to 0.
10135 (test_command_line_attach_run): Use -quiet.
10136
10137 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
10138
10139 * lib/gdb.exp (skip_ifunc_tests): New.
10140 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
10141 other compile failures.
10142 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
10143
10144 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
10145
10146 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
10147 is_amd64_regs_target.
10148
10149 2018-10-01 Alan Hayward <alan.hayward@arm.com>
10150
10151 * gdb.arch/aarch64-sighandler-regs.c: New test.
10152 * gdb.arch/aarch64-sighandler-regs.exp: New file.
10153 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
10154
10155 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
10156
10157 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
10158 assembly.
10159
10160 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
10161
10162 * gdb.base/frame-selection.exp: New file.
10163 * gdb.base/frame-selection.c: New file.
10164
10165 2018-09-27 Alan Hayward <alan.hayward@arm.com>
10166
10167 * gdb.threads/check-libthread-db.c (thread_routine): Use a
10168 pthread barrier.
10169 (main): Likewise.
10170
10171 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
10172
10173 * gdb.base/large-frame-1.c: New file.
10174 * gdb.base/large-frame-2.c: New file.
10175 * gdb.base/large-frame.exp: New file.
10176 * gdb.base/large-frame.h: New file.
10177
10178 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
10179
10180 PR gdb/20948
10181 * gdb.base/write_mem.exp: New test.
10182 * gdb.base/write_mem.c: Likewise.
10183
10184 2018-09-23 Tom Tromey <tom@tromey.com>
10185
10186 PR python/18852:
10187 * gdb.python/py-parameter.exp: Add test for parameter that throws
10188 on "set".
10189
10190 2018-09-23 Tom Tromey <tom@tromey.com>
10191
10192 PR python/17284:
10193 * gdb.python/py-template.exp (test_template_arg): Add test for
10194 negative template argument number.
10195
10196 2018-09-23 Tom Tromey <tom@tromey.com>
10197
10198 PR python/14062:
10199 * gdb.python/python.exp: Add test for post_event error.
10200
10201 2018-09-23 Tom Tromey <tom@tromey.com>
10202
10203 PR python/18170:
10204 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
10205 convert pointers to int and long.
10206
10207 2018-09-23 Tom Tromey <tom@tromey.com>
10208
10209 PR python/20126:
10210 * gdb.python/py-value.exp (test_value_numeric_ops): Add
10211 signed-ness conversion tests.
10212
10213 2018-09-23 Tom Tromey <tom@tromey.com>
10214
10215 PR python/18352;
10216 * gdb.python/py-value.exp (test_float_conversion): New proc.
10217 Use it.
10218
10219 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
10220
10221 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
10222
10223 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
10224
10225 * gdb.base/complete-empty.exp: Skip tab-completion tests if
10226 no readline.
10227 * gdb.base/utf8-identifiers.exp: Likewise.
10228 * gdb.cp/cpcompletion.exp: Likewise.
10229 * gdb.linespec/cpcompletion.exp: Likewise.
10230 * gdb.linespec/cpls-abi-tag.exp: Likewise.
10231 * gdb.linespec/cpls-ops.exp: Likewise.
10232
10233 2018-09-19 Richard Bunt <richard.bunt@arm.com>
10234 Chris January <chris.january@arm.com>
10235
10236 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
10237 * gdb.fortran/short-circuit-argument-list.exp: New file.
10238 * gdb.fortran/short-circuit-argument-list.f90: New test.
10239
10240 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10241
10242 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
10243 "arch=" keyword when executing "-stack-list-frames".
10244
10245 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10246
10247 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
10248 "arch=" keyword when executing "-stack-list-frames".
10249
10250 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10251
10252 * gdb.ada/complete.exp: Expect for "@" when doing "complete
10253 break ada".
10254
10255 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
10256
10257 PR python/23669
10258 * gdb.python/python.exp: Test gdb.execute("show commands").
10259
10260 2018-09-16 Tom Tromey <tom@tromey.com>
10261
10262 * gdb.base/new-ui.exp (do_execution_tests): Update.
10263 * gdb.base/dbx.exp (test_breakpoints): Update.
10264
10265 2018-09-14 Alan Hayward <alan.hayward@arm.com>
10266
10267 * lib/gdb.exp (gdb_simple_compile): Add proc.
10268 (is_elf_target): Use gdb_simple_compile.
10269 (skip_altivec_tests): Likewise.
10270 (skip_vsx_tests): Likewise.
10271 (skip_tsx_tests): Likewise.
10272 (skip_btrace_tests): Likewise.
10273 (skip_btrace_pt_tests): Likewise.
10274 (gdb_can_simple_compile): Likewise.
10275 (gdb_has_argv0): Likewise.
10276 (gdb_target_symbol_prefix): Likewise.
10277 (target_supports_scheduler_locking): Likewise.
10278
10279 2018-09-13 Tom Tromey <tom@tromey.com>
10280
10281 * Makefile.in (TAGS): Recognize proc_with_prefix and
10282 gdb_caching_proc.
10283
10284 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10285
10286 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
10287 method.
10288
10289 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10290
10291 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
10292 and a few other Inferior properties when the Inferior is no
10293 longer valid.
10294
10295 2018-09-13 Tom Tromey <tom@tromey.com>
10296
10297 PR rust/23650:
10298 * gdb.rust/simple.exp: Add test for enum field access error.
10299
10300 2018-09-13 Tom Tromey <tom@tromey.com>
10301
10302 PR rust/23626:
10303 * gdb.rust/simple.rs (EmptyEnum): New type.
10304 (main): Use it.
10305 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
10306
10307 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10308
10309 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
10310 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
10311 * gdb.python/py-symtab.exp: Update test printing an objfile.
10312
10313 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
10314
10315 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
10316 object.
10317
10318 2018-09-12 Alan Hayward <alan.hayward@arm.com>
10319
10320 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
10321 (support_complex_tests): Use gdb_can_simple_compile.
10322 (is_ilp32_target): Likewise.
10323 (is_lp64_target): Likewise.
10324 (is_64_target): Likewise.
10325 (is_amd64_regs_target): Likewise.
10326 (is_aarch32_target): Likewise.
10327 (gdb_int128_helper): Likewise.
10328
10329 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10330
10331 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10332
10333 2018-09-10 Jerome Guitton <guitton@adacore.com>
10334
10335 * gdb.ada/same_component_name: Add test for case of tagged record
10336 with variable-length fields.
10337
10338 2018-09-10 Xavier Roirand <roirand@adacore.com>
10339
10340 * gdb.ada/access_to_unbounded_array.exp: New testcase.
10341 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
10342 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
10343 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
10344
10345 2018-09-10 Xavier Roirand <roirand@adacore.com>
10346
10347 * gdb.ada/mi_string_access.exp: New testcase.
10348 * gdb.ada/mi_string_access/bar.adb: New file.
10349 * gdb.ada/mi_string_access/pck.adb: New file.
10350 * gdb.ada/mi_string_access/pck.asd: New file.
10351
10352 2018-09-10 Xavier Roirand <roirand@adacore.com>
10353
10354 * gdb.ada/mi_var_union.exp: New testcase.
10355 * gdb.ada/mi_var_union/bar.adb: New file.
10356 * gdb.ada/mi_var_union/pck.adb: New file.
10357 * gdb.ada/mi_var_union/pck.asd: New file.
10358
10359 2018-09-08 Tom Tromey <tom@tromey.com>
10360
10361 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10362
10363 2018-09-08 Tom Tromey <tom@tromey.com>
10364
10365 PR python/16047:
10366 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10367 (register_pretty_printers): Register new printer.
10368 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10369 test.
10370 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10371 (an_int_type3): New global.
10372
10373 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10374
10375 * gdb.ada/expr_with_funcall: New testcase.
10376
10377 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10378
10379 * gdb.ada/packed_array_assign: New testcase.
10380
10381 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10382
10383 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10384 names, and add test prefixes to make test names unique.
10385
10386 2018-09-05 Tom de Vries <tdevries@suse.de>
10387
10388 * gdb.dwarf2/varval.exp: Add test.
10389
10390 2018-09-04 Gary Benson <gbenson@redhat.com>
10391
10392 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10393 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10394
10395 2018-08-31 Tom Tromey <tom@tromey.com>
10396
10397 * gdb.rust/simple.rs: Rename second variable "v".
10398
10399 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10400
10401 * gdb.base/funcargs.c (use_a): New function.
10402 (recurse): Call use_a.
10403
10404 2018-08-29 Keith Seitz <keiths@redhat.com>
10405
10406 * gdb.compile/compile-cplus-anonymous.cc: New file.
10407 * gdb.compile/compile-cplus-anonymous.exp: New file.
10408 * gdb.compile/compile-cplus-array-decay.cc: New file.
10409 * gdb.compile/compile-cplus-array-decay.exp: New file.
10410 * gdb.compile/compile-cplus-inherit.cc: New file.
10411 * gdb.compile/compile-cplus-inherit.exp: New file.
10412 * gdb.compile/compile-cplus-member.cc: New file.
10413 * gdb.compile/compile-cplus-member.exp: New file.
10414 * gdb.compile/compile-cplus-method.cc: New file.
10415 * gdb.compile/compile-cplus-method.exp: New file.
10416 * gdb.compile/compile-cplus-mod.c: "New" file.
10417 * gdb.compile/compile-cplus-namespace.cc: New file.
10418 * gdb.compile/compile-cplus-namespace.exp: New file.
10419 * gdb.compile/compile-cplus-nested.cc: New file.
10420 * gdb.compile/compile-cplus-nested.exp: New file.
10421 * gdb.compile/compile-cplus-print.c: "New" file.
10422 * gdb.compile/compile-cplus-print.exp: "New" file.
10423 * gdb.compile/compile-cplus-virtual.cc: New file.
10424 * gdb.compile/compile-cplus-virtual.exp: New file.
10425 * gdb.compile/compile-cplus.c: "New" file.
10426 * gdb.compile/compile-cplus.exp: "New" file.
10427 * lib/compile-support.exp: New file.
10428
10429 2018-08-16 Gary Benson <gbenson@redhat.com>
10430
10431 PR gdb/13000:
10432 * gdb.base/batch-exit-status.exp: New file.
10433 * gdb.base/batch-exit-status.good-commands: Likewise.
10434 * gdb.base/batch-exit-status.bad-commands: Likewise.
10435
10436 2018-08-29 Alan Hayward <alan.hayward@arm.com>
10437
10438 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10439 (struct struct02): Likewise.
10440 (struct struct03): Likewise.
10441 (struct struct04): Likewise.
10442 (struct struct_01_01): New struct.
10443 (struct struct_01_02): Likewise.
10444 (struct struct_01_03): Likewise.
10445 (struct struct_01_04): Likewise.
10446 (struct struct_02_01): Likewise.
10447 (struct struct_02_02): Likewise.
10448 (struct struct_02_03): Likewise.
10449 (struct struct_02_04): Likewise.
10450 (struct struct_04_01): Likewise.
10451 (struct struct_04_02): Likewise.
10452 (struct struct_04_03): Likewise.
10453 (struct struct_04_04): Likewise.
10454 (struct struct_05_01): Likewise.
10455 (struct struct_05_02): Likewise.
10456 (struct struct_05_03): Likewise.
10457 (struct struct_05_04): Likewise.
10458 (cmp_struct01): Remove function.
10459 (cmp_struct02): Likewise.
10460 (cmp_struct03): Likewise.
10461 (cmp_struct04): Likewise.
10462 (cmp_struct_01_01): Add Function.
10463 (cmp_struct_01_02): Likewise.
10464 (cmp_struct_01_03): Likewise.
10465 (cmp_struct_01_04): Likewise.
10466 (cmp_struct_02_01): Likewise.
10467 (cmp_struct_02_02): Likewise.
10468 (cmp_struct_02_03): Likewise.
10469 (cmp_struct_02_04): Likewise.
10470 (cmp_struct_04_01): Likewise.
10471 (cmp_struct_04_02): Likewise.
10472 (cmp_struct_04_03): Likewise.
10473 (cmp_struct_04_04): Likewise.
10474 (cmp_struct_05_01): Likewise.
10475 (cmp_struct_05_02): Likewise.
10476 (cmp_struct_05_03): Likewise.
10477 (cmp_struct_05_04): Likewise.
10478 (call_all): Add new structs.
10479 * gdb.base/infcall-nested-structs.exp: Likewise.
10480
10481 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10482
10483 * gdb.python/py-framefilter-mi.exp: Update regexp to
10484 check for "arch" field in frame output.
10485
10486 2018-08-23 Kevin Buettner <kevinb@redhat.com>
10487
10488 * gdb.dwarf2/dw2-ranges-func.c: New file.
10489 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10490
10491 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10492
10493 * gdb.base/term.exp: Compare terminal settings with values from
10494 the inferior.
10495 * gdb.base/term.c: Get and set terminal settings.
10496
10497 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10498
10499 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10500 accommodate new "arch" field in frame output.
10501 * gdb.mi/mi-return.exp: Likewise.
10502 * gdb.mi/mi-stack.exp: Likewise.
10503 * gdb.mi/mi-syn-frame.exp: Likewise.
10504 * gdb.mi/user-selected-context-sync.exp: Likewise.
10505
10506 2018-08-19 Michael Spang <spang@google.com>
10507
10508 PR gdb/11786
10509 * gdb.base/gcore-tls-pie.c: New file.
10510 * gdb.base/gcore-tls-pie.exp: New file.
10511
10512 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10513
10514 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10515 * gdb.dwarf2/varval.c: New file.
10516 * gdb.dwarf2/varval.exp: New file.
10517
10518 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10519
10520 PR gdb/18931
10521 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10522
10523 2018-08-16 Keith Seitz <keiths@redhat.com>
10524
10525 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10526 tests expected to pass.
10527
10528 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10529
10530 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10531 -data-disassemble -a.
10532 (test_disassembly_bogus_args): Likewise.
10533
10534 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10535
10536 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10537
10538 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10539
10540 * gdb.base/vla-optimized-out.exp: Add new test.
10541
10542 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10543
10544 * gdb.base/vla-optimized-out-o3.exp: Delete.
10545 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10546 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10547 deleted tests.
10548
10549 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10550
10551 PR gdb/18050:
10552 * gdb.server/extended-remote-restart.c: New file.
10553 * gdb.server/extended-remote-restart.exp: New file.
10554
10555 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10556
10557 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10558 "set variable index = 42".
10559
10560 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10561
10562 * boards/index-cache-gdb.exp: New file.
10563 * gdb.dwarf2/index-cache.exp: New file.
10564 * gdb.dwarf2/index-cache.c: New file.
10565 * gdb.base/maint.exp: Check if we are using the index cache.
10566
10567 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10568
10569 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10570 MAKEFLAGS.
10571
10572 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10573
10574 * dg-extract-results.sh: Move to toplevel contrib.
10575 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10576 * Makefile.in (check-parallel-racy): Likewise.
10577
10578 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10579
10580 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10581 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10582 tests if the target supports scheduler locking.
10583
10584 2018-08-04 Tom de Vries <tdevries@suse.de>
10585
10586 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10587
10588 2018-08-02 Tom Tromey <tom@tromey.com>
10589
10590 PR symtab/16842.
10591 * gdb.cp/temargs.exp: Test "info address" of a template
10592 parameter.
10593
10594 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10595
10596 * gdb.python/py-mi-var-info-path-expression.c: New file.
10597 * gdb.python/py-mi-var-info-path-expression.py: New file.
10598 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10599
10600 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10601
10602 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10603 error after "cannot resolve name" string.
10604
10605 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10606
10607 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10608 started.
10609 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10610
10611 2018-07-28 Tom de Vries <tdevries@suse.de>
10612
10613 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10614
10615 2018-07-26 Tom de Vries <tdevries@suse.de>
10616
10617 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10618
10619 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10620
10621 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10622 is visible.
10623
10624 2018-07-26 Tom de Vries <tdevries@suse.de>
10625
10626 PR breakpoints/23366
10627 * gdb.base/catch-follow-exec.c: New test.
10628 * gdb.base/catch-follow-exec.exp: New file.
10629
10630 2018-07-25 Tom de Vries <tdevries@suse.de>
10631
10632 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10633 vla-optimized-out.c.
10634
10635 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10636
10637 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10638 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10639
10640 2018-07-20 Tom de Vries <tdevries@suse.de>
10641
10642 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10643 NOCLONE macro.
10644 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10645
10646 2018-07-19 Tom de Vries <tdevries@suse.de>
10647
10648 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10649 regular expression.
10650
10651 2018-07-18 Tom de Vries <tdevries@suse.de>
10652
10653 * gdb.base/vla-optimized-out.c: New test.
10654 * gdb.base/vla-optimized-out.exp: New file.
10655
10656 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10657
10658 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10659 message "No address associated with hostname" when gdbserver
10660 cannot resolve the hostname.
10661
10662 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10663
10664 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10665 Add some test prefixes to make tests unique.
10666
10667 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10668
10669 * gdb.base/frameapply.c: New file.
10670 * gdb.base/frameapply.exp: New file.
10671
10672 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10673
10674 * gdb.base/skip.exp: Update expected error message.
10675
10676 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10677 Jan Kratochvil <jan.kratochvil@redhat.com>
10678 Paul Fertser <fercerpav@gmail.com>
10679 Tsutomu Seki <sekiriki@gmail.com>
10680
10681 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10682 parameter.
10683 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10684 by default.
10685 * boards/native-gdbserver.exp: Likewise.
10686 * gdb.server/run-without-local-binary.exp: Improve regexp used
10687 for detecting when a remote debugging connection succeeds.
10688 * gdb.server/server-connect.exp: New file.
10689 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10690 Do not prefix the port number with ":".
10691 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10692 support for detecting and using it. Add '$debughost_gdbserver'
10693 to the list of arguments used to start gdbserver. Handle case
10694 when gdbserver cannot resolve a network name.
10695
10696 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10697
10698 PR c++/23373
10699 * gdb.base/ptype-offsets.cc (struct static_member): New
10700 struct.
10701 (main) <stmember>: New variable.
10702 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10703 with a static member in it.
10704
10705 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10706
10707 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10708 watchpoints enabled and disabled.
10709
10710 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10711
10712 * gdb.base/examine-backward.exp: Still run tests around address
10713 0x0, even if address 0x0 is not readable. Update the pattern for
10714 matching address 0x0 in expected output.
10715
10716 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10717
10718 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10719 malloc/free.
10720
10721 2018-07-04 Tom de Vries <tdevries@suse.de>
10722
10723 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10724
10725 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10726
10727 PR tdep/8282
10728 * gdb.arch/mips-disassembler-options.exp: New test.
10729 * gdb.arch/mips-disassembler-options.s: New test source.
10730
10731 2018-06-29 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.threads/names.exp: Adjust expected "info threads" output.
10734
10735 2018-06-29 Pedro Alves <palves@redhat.com>
10736
10737 * gdb.opt/inline-break.exp (line number, address): Add "info
10738 break" tests.
10739
10740 2018-06-29 Pedro Alves <palves@redhat.com>
10741
10742 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10743 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10744 number and address and running to them.
10745
10746 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10747
10748 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10749
10750 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10751
10752 * lib/compiler.c: Remove executable permission flag.
10753
10754 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10755
10756 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10757 code.
10758 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10759
10760 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10761
10762 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10763
10764 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10765
10766 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10767 address argument is omitted.
10768
10769 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10770
10771 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10772
10773 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10774
10775 PR gdb/21695
10776 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10777 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10778
10779 2018-06-26 Tom Tromey <tom@tromey.com>
10780
10781 PR rust/22574:
10782 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10783 * gdb.rust/simple.rs (struct SimpleLayout): New.
10784
10785 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10786
10787 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10788 "info registers" output.
10789
10790 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10791
10792 * gdb.base/watchpoint-hw-attach.c: New test.
10793 * gdb.base/watchpoint-hw-attach.exp: New file.
10794
10795 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10796
10797 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10798 through /bin/sh.
10799 * boards/dwarf4-gdb-index.exp: Likewise.
10800 * boards/fission-dwp.exp: Likewise.
10801
10802 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10803
10804 * gdb.base/float128.exp: Add comment and improved fail message
10805 to the failure case of "print large128" test.
10806
10807 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10808
10809 * configure.ac: Remove AC_PREREQ.
10810 * configure: Re-generate.
10811
10812 2018-06-19 Pedro Alves <palves@redhat.com>
10813
10814 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10815 (func_extern_caller): New.
10816 (main): Call func_extern_caller.
10817 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10818 logic change.
10819
10820 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10821
10822 PR gdb/16841
10823 * gdb.cp/typedef-base.cc: New file.
10824 * gdb.cp/typedef-base.exp: New file.
10825
10826 2018-06-18 Tom de Vries <tdevries@suse.de>
10827
10828 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10829
10830 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10831 Richard Bunt <Richard.Bunt@arm.com>
10832
10833 * gdb.threads/attach-slow-waitpid.c: New file.
10834 * gdb.threads/attach-slow-waitpid.exp: New file.
10835 * gdb.threads/slow-waitpid.c: New file.
10836
10837 2018-06-14 Pedro Alves <palves@redhat.com>
10838
10839 * gdb.base/fork-running-state.c: Include <errno.h>.
10840 (exit_if_relative_exits): New.
10841 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10842 exits.
10843 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10844 child exits.
10845
10846 2018-06-14 Tom de Vries <tdevries@suse.de>
10847
10848 PR cli/22573
10849 * gdb.base/finish-pretty.c: New test.
10850 * gdb.base/finish-pretty.exp: New file.
10851
10852 2018-06-14 Pedro Alves <palves@redhat.com>
10853
10854 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10855 gdb's expected startup output.
10856
10857 2018-06-14 Pedro Alves <palves@redhat.com>
10858
10859 * lib/selftest-support.exp (selftest_setup): Remove inlined
10860 function handling.
10861
10862 2018-06-14 Tom de Vries <tdevries@suse.de>
10863
10864 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10865 matching of breakpoint printing.
10866
10867 2018-06-13 Tom de Vries <tdevries@suse.de>
10868
10869 PR testsuite/23269
10870 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10871 (fork_child): ... here, and ...
10872 (fork_parent): ... here.
10873
10874 2018-06-12 Tom de Vries <tdevries@suse.de>
10875
10876 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10877
10878 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10879 Stephen Roberts <stephen.roberts@arm.com>
10880
10881 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10882 rewrite test to describe action performed, rather than possible
10883 failure.
10884
10885 2018-06-08 Gary Benson <gbenson@redhat.com>
10886
10887 * gdb.threads/check-libthread-db.exp: New file.
10888 * gdb.threads/check-libthread-db.c: Likewise.
10889
10890 2018-06-05 Tom Tromey <tom@tromey.com>
10891
10892 * gdb.base/default.exp: Update expected "show version" output.
10893
10894 2018-06-05 Tom Tromey <tom@tromey.com>
10895
10896 PR cli/12326:
10897 * gdb.cp/static-print-quit.exp: Update.
10898 * lib/gdb.exp (pagination_prompt): Update.
10899 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10900 * gdb.python/python.exp: Update.
10901
10902 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10903
10904 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10905
10906 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10907
10908 * gdb.ada/bp_fun_addr: New testcase.
10909
10910 2018-06-01 Tom Tromey <tom@tromey.com>
10911
10912 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10913 results.
10914 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10915 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10916 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10917 * gdb.base/maint.exp (maint_pass_if): Update.
10918
10919 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10920
10921 * gdb.base/endian.exp: New test.
10922 * gdb.base/endian.c: New test source.
10923
10924 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10925
10926 PR gdb/23203
10927 * gdb.base/bt-selected-frame.c: New file.
10928 * gdb.base/bt-selected-frame.exp: New file.
10929 * lib/gdb.exp (get_current_frame_number): New function.
10930
10931 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10932 Pedro Alves <palves@redhat.com>
10933
10934 * gdb.threads/tls-core.c: Include <stdlib.h>
10935 (thread_proc): Call `abort'.
10936 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10937 (tls_core_test): New procedure, bits factored out from ...
10938 (top level): ... here. Test both native cores and gcore cores.
10939
10940 2018-05-23 Tom Tromey <tom@tromey.com>
10941
10942 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10943
10944 2018-05-23 Tom Tromey <tom@tromey.com>
10945
10946 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10947 symfile_complaints.
10948 (test_short_complaints): Likewise.
10949 (test_empty_complaints): Likewise.
10950 (test_initial_complaints): Update.
10951
10952 2018-05-23 Tom Tromey <tom@tromey.com>
10953
10954 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10955
10956 2018-05-23 Tom Tromey <tom@tromey.com>
10957
10958 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10959 (test_short_complaints): Update.
10960
10961 2018-05-22 Pedro Alves <palves@redhat.com>
10962
10963 * gdb.base/remote.exp: Only gdb_start after compiling the
10964 testcase. Issue "disconnect" before testing "set remote" command
10965 defaults. Issue clean_restart before running to main.
10966
10967 2018-05-22 Pedro Alves <palves@redhat.com>
10968
10969 * gdb.base/remote.exp: Adjust expected output of "show remote
10970 memory-write-packet-size". Add tests for "set remote
10971 memory-write-packet-size 0" and "set remote
10972 memory-write-packet-size fixed/limit".
10973
10974 2018-05-22 Pedro Alves <palves@redhat.com>
10975
10976 PR gdb/22973
10977 * gdb.base/utf8-identifiers.c: New file.
10978 * gdb.base/utf8-identifiers.exp: New file.
10979
10980 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10981
10982 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10983
10984 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10985
10986 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10987
10988 2018-05-18 Tom Tromey <tom@tromey.com>
10989
10990 * gdb.base/ptype-offsets.exp: Update.
10991
10992 2018-05-17 Keith Seitz <keiths@redhat.com>
10993
10994 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10995 in expected breakpoint stop locations.
10996 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10997 move to proper scope to test variable values.
10998 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10999 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
11000 New functions.
11001 (main): Call not_inline_func3.
11002 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
11003 inline_func1, inline_func2, and inline_func3. Test that when each
11004 breakpoint is hit, GDB properly reports both the stop location
11005 and the backtrace. Repeat tests for temporary breakpoints.
11006
11007 2018-05-15 Maciej W. Rozycki <macro@mips.com>
11008
11009 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
11010 rather then trying to access it in determining whether the PID
11011 of `gdbserver' could have been retrieved.
11012
11013 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
11014
11015 * gdb.arch/amd64-init-x87-values.S: New file.
11016 * gdb.arch/amd64-init-x87-values.exp: New file.
11017
11018 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11019
11020 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
11021
11022 2018-05-04 Tom Tromey <tom@tromey.com>
11023
11024 PR python/22730:
11025 * gdb.python/python.exp: Test multi-line execute.
11026
11027 2018-05-04 Tom Tromey <tom@tromey.com>
11028
11029 PR python/22731:
11030 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
11031
11032 2018-05-04 Tom Tromey <tom@tromey.com>
11033
11034 PR gdb/11750:
11035 * gdb.base/define.exp: Test defining a user command inside a user
11036 command.
11037 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
11038
11039 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11040 Pedro Alves <palves@redhat.com>
11041
11042 PR breakpoints/19806 and support for PR external/20207.
11043 * gdb.base/watchpoint-unaligned.c: New file.
11044 * gdb.base/watchpoint-unaligned.exp: New file.
11045
11046 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11047
11048 * gdb.base/maint.exp: Make test names unique, use
11049 test_prefix_command_help to test 'help maint info', and remove
11050 repeated test of 'help maint'.
11051
11052 2018-05-04 Tom Tromey <tom@tromey.com>
11053
11054 PR gdb/22619:
11055 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
11056 behavior.
11057
11058 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11059
11060 * gdb.base/maint.exp: Process output from 'maint print registers'
11061 line at a time.
11062
11063 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11064
11065 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
11066 timeout.
11067
11068 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
11069
11070 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
11071 filter pattern.
11072
11073 2018-05-02 Pedro Alves <palves@redhat.com>
11074
11075 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
11076 to_log_command renames.
11077 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
11078
11079 2018-05-02 Tom Tromey <tom@tromey.com>
11080
11081 * gdb.python/py-parameter.exp: Set test message.
11082
11083 2018-05-02 Tom Tromey <tom@tromey.com>
11084
11085 PR python/20084:
11086 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
11087 PARAM_ZUINTEGER_UNLIMITED tests.
11088
11089 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
11090
11091 PR rust/23124
11092 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
11093 when casting.
11094
11095 2018-04-30 Tom Tromey <tom@tromey.com>
11096
11097 * gdb.python/py-type.exp: Check align attribute.
11098 * gdb.python/py-type.c: New "aligncheck" global.
11099
11100 2018-04-30 Tom Tromey <tom@tromey.com>
11101
11102 PR exp/17095:
11103 * gdb.dwarf2/dw2-align.exp: New file.
11104 * gdb.cp/align.exp: New file.
11105 * gdb.base/align.exp: New file.
11106 * lib/gdb.exp (gdb_int128_helper): New proc.
11107 (has_int128_c, has_int128_cxx): New caching procs.
11108
11109 2018-04-27 Tom Tromey <tom@tromey.com>
11110
11111 PR rust/22545:
11112 * gdb.rust/simple.exp: Add inclusive range tests.
11113
11114 2018-04-26 Pedro Alves <palves@redhat.com>
11115
11116 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
11117 ifunc breakpoint locations correctly of ifunc breakpoints set
11118 while the program resolves the ifunc.
11119
11120 2018-04-26 Pedro Alves <palves@redhat.com>
11121
11122 * gdb.base/gnu-ifunc-final.c: New file.
11123 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
11124 * gdb.base/gnu-ifunc.exp (executable): Delete.
11125 (staticexecutable): Adjust.
11126 (lib_opts, exec_opts): Delete.
11127 (make_binsuffix, build, set-break): New procedures.
11128 (misc_tests): New, with tests factored out from the top level.
11129 (top level): Test different combinations of ifunc resolver name,
11130 resolver with and with debug info, and ifunc target with and
11131 without debug info. Wrap static tests with with_target_prefix.
11132
11133 2018-04-26 Pedro Alves <palves@redhat.com>
11134
11135 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
11136 return type" warnings.
11137
11138 2018-04-25 Pedro Alves <palves@redhat.com>
11139
11140 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
11141 killed".
11142 * gdb.base/kill-after-signal.exp: Likewise.
11143 * gdb.threads/kill.exp: Likewise.
11144
11145 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11146 Sergio Durigan Junior <sergiodj@redhat.com>
11147 Pedro Alves <palves@redhat.com>
11148
11149 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
11150 regexps to expect for '[Inferior ... detached]' as well.
11151 * gdb.base/attach.exp: Likewise.
11152 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
11153 "gdb_continue_to_end".
11154 (test_catch_syscall_with_wrong_args): Likewise.
11155 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
11156 ']'. Don't set 'verbose' on.
11157 * gdb.base/foll-vfork.exp: Likewise.
11158 * gdb.base/fork-print-inferior-events.c: New file.
11159 * gdb.base/fork-print-inferior-events.exp: New file.
11160 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
11161 '[Inferior ... has been killed]' message.
11162 * gdb.base/kill-after-signal.exp: Likewise.
11163 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
11164 detach message.
11165 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
11166 message.
11167 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
11168 regexps to expect for '[Inferior ... detached]' as well.
11169 * gdb.threads/process-dies-while-detaching.exp: Likewise.
11170
11171 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
11172
11173 PR gdb/23104
11174 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
11175
11176 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
11177
11178 PR gdb/23095
11179 * gdb.base/break-probes.exp: Pass shlib_load to
11180 prepare_for_testing. Set normal_bp to r_debug_state if target is
11181 bsd.
11182
11183 2018-04-19 Richard Bunt <richard.bunt@arm.com>
11184
11185 * gdb.threads/multiple-successive-infcall.c: New test.
11186 * gdb.threads/multiple-successive-infcall.exp: New file.
11187
11188 2018-04-17 Tom Tromey <tom@tromey.com>
11189
11190 * gdb.rust/simple.rs (Union): New type.
11191 (main): New local "u".
11192 * gdb.rust/simple.exp (test_one_slice): Add new test case.
11193
11194 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11195
11196 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
11197 number information in output of "whereis" command.
11198 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
11199
11200 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11201
11202 * gdb.ada/info_types.exp: Adjust expected output to the line
11203 numbers now printed by "info var/func/type".
11204 * gdb.base/completion.exp: Likewise.
11205 * gdb.base/included.exp: Likewise.
11206 * gdb.cp/cp-relocate.exp: Likewise.
11207 * gdb.cp/cplusfuncs.exp: Likewise.
11208 * gdb.cp/namespace.exp: Likewise.
11209 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
11210
11211 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11212
11213 * gdb.btrace/cpu.exp: New.
11214
11215 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11216
11217 * gdb.base/step-indirect-call-thunk.exp: New.
11218 * gdb.base/step-indirect-call-thunk.c: New.
11219 * gdb.reverse/step-indirect-call-thunk.exp: New.
11220 * gdb.reverse/step-indirect-call-thunk.c: New.
11221
11222 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
11223
11224 * gdb.base/pie-fork.c: New file.
11225 * gdb.base/pie-fork.exp: New file.
11226
11227 2018-04-11 Tom Tromey <tom@tromey.com>
11228
11229 * gdb.rust/simple.exp: Add test for ".." struct initializer.
11230
11231 2018-04-10 Pedro Alves <palves@redhat.com>
11232
11233 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
11234 exits. Instead loop running forever.
11235 (fork_parent): Run forever too.
11236
11237 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11238
11239 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
11240 mi_continue_to_line.
11241 * gdb.mi/mi-stack.c (callee4): Add comment.
11242
11243 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11244
11245 * gdb.mi/mi-stack.exp: Fix indentation.
11246
11247 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11248
11249 PR gdb/22979
11250 * gdb.arch/amd64-osabi.exp: New file.
11251
11252 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11253
11254 PR gdb/22980
11255 * gdb.base/osabi.exp: New file.
11256
11257 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
11258
11259 * gdb.cp/static-typedef-print.exp: New file.
11260 * gdb.cp/static-typedef-print.cc: New file.
11261
11262 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11263
11264 * gdb.ada/varsize_limit: New testcase.
11265
11266 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11267
11268 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
11269
11270 * gdb.ada/notcplusplus: New testcase.
11271
11272 * gdb.base/c-linkage-name.c: New file.
11273 * gdb.base/c-linkage-name.exp: New testcase.
11274
11275 2018-03-26 Tom Tromey <tom@tromey.com>
11276
11277 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
11278 * gdb.python/py-framefilter.py (name_error): New global.
11279 (ErrorInName.function): Use name_error.
11280
11281 2018-03-26 Tom Tromey <tom@tromey.com>
11282
11283 PR backtrace/15582:
11284 * gdb.python/py-framefilter.exp: Add "bt hide" test.
11285
11286 2018-03-23 Keith Seitz <keiths@redhat.com>
11287
11288 PR c++/22968
11289 * gdb.cp/subtypes.exp: New file.
11290 * gdb.cp/subtypes.h: New file.
11291 * gdb.cp/subtypes.cc: New file.
11292 * gdb.cp/subtypes-2.cc: New file.
11293
11294 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11295
11296 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
11297 (done): Call '_exit' not 'exit' to avoid atexit handlers.
11298 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
11299 -nostartfiles when compiling the test. Confirm that all registers
11300 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
11301
11302 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11303
11304 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
11305 option, syntax was wrong anyway.
11306 * gdb.arch/arm-disp-step.exp: Likewise.
11307 * gdb.arch/sparc64-regs.exp: Likewise.
11308 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
11309 option, syntax was wrong anyway, switch to use
11310 prepare_for_testing.
11311 * gdb.arch/i386-disp-step.exp: Likewise.
11312
11313 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
11314
11315 * gdb.ada/exec_changed.exp: Replace "target_info exists
11316 use_gdb_stub" by "use_gdb_stub".
11317 * gdb.ada/start.exp: Likewise.
11318 * gdb.base/async-shell.exp: Likewise.
11319 * gdb.base/attach-pie-misread.exp: Likewise.
11320 * gdb.base/attach-wait-input.exp: Likewise.
11321 * gdb.base/break-entry.exp: Likewise.
11322 * gdb.base/break-interp.exp: Likewise.
11323 * gdb.base/dprintf-detach.exp: Likewise.
11324 * gdb.base/nostdlib.exp: Likewise.
11325 * gdb.base/solib-nodir.exp: Likewise.
11326 * gdb.base/statistics.exp: Likewise.
11327 * gdb.base/testenv.exp: Likewise.
11328 * gdb.mi/mi-exec-run.exp: Likewise.
11329 * gdb.mi/mi-start.exp: Likewise.
11330 * gdb.multi/dummy-frame-restore.exp: Likewise.
11331 * gdb.multi/multi-arch-exec.exp: Likewise.
11332 * gdb.multi/multi-arch.exp: Likewise.
11333 * gdb.multi/tids.exp: Likewise.
11334 * gdb.multi/watchpoint-multi.exp: Likewise.
11335 * gdb.python/py-events.exp: Likewise.
11336 * gdb.threads/attach-into-signal.exp: Likewise.
11337 * gdb.threads/attach-stopped.exp: Likewise.
11338 * gdb.threads/threadapply.exp: Likewise.
11339 * lib/selftest-support.exp: Likewise.
11340
11341 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11342
11343 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11344
11345 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
11346
11347 * gdb.perf/template-breakpoints.cc: New file.
11348 * gdb.perf/template-breakpoints.exp: New file.
11349 * gdb.perf/template-breakpoints.py: New file.
11350
11351 2018-03-19 Tom Tromey <tom@tromey.com>
11352
11353 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11354 y0.
11355 * gdb.rust/simple.exp: Test bare identifier form of struct
11356 initializer.
11357
11358 2018-03-19 Tom Tromey <tom@tromey.com>
11359
11360 * gdb.gdb/observer.exp: Remove.
11361
11362 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11363
11364 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11365 "qualified" option when setting breakpoints.
11366 * gdb.trace/backtrace.exp: Likewise.
11367 * gdb.trace/circ.exp: Likewise.
11368 * gdb.trace/collection.exp: Likewise.
11369 * gdb.trace/disconnected-tracing.exp: Likewise.
11370 * gdb.trace/ftrace-lock.exp: Likewise.
11371 * gdb.trace/ftrace.exp: Likewise.
11372 * gdb.trace/infotrace.exp: Likewise.
11373 * gdb.trace/packetlen.exp: Likewise.
11374 * gdb.trace/passc-dyn.exp: Likewise.
11375 * gdb.trace/qtro.exp: Likewise.
11376 * gdb.trace/read-memory.exp: Likewise.
11377 * gdb.trace/report.exp: Likewise.
11378 * gdb.trace/signal.exp: Likewise.
11379 * gdb.trace/status-stop.exp: Likewise.
11380 * gdb.trace/strace.exp: Likewise.
11381 * gdb.trace/tfind.exp: Likewise.
11382 * gdb.trace/trace-break.exp: Likewise.
11383 * gdb.trace/trace-condition.exp: Likewise.
11384 * gdb.trace/trace-mt.exp: Likewise.
11385 * gdb.trace/tstatus.exp: Likewise.
11386 * gdb.trace/tsv.exp: Likewise.
11387 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11388 * gdb.trace/unavailable.exp: Likewise.
11389 * gdb.trace/while-dyn.exp: Likewise.
11390
11391 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11392
11393 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11394 that libinproctrace is copied to the target.
11395
11396 2018-03-14 Tom Tromey <tom@tromey.com>
11397
11398 PR cli/14977:
11399 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11400 a null pointer.
11401 * gdb.base/wchar.exp: Likewise.
11402
11403 2018-03-14 Tom Tromey <tom@tromey.com>
11404
11405 PR cli/19918:
11406 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11407 flag.
11408
11409 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11410
11411 PR gdb/22841
11412 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11413 "target" to remote_exec.
11414
11415 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11416
11417 PR gdb/22841
11418 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11419 ${board}_upload): Remove.
11420
11421 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11422
11423 * gdb.cp/watch-cp.cc: New test.
11424 * gdb.cp/watch-cp.exp: New file.
11425
11426 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11427
11428 * gdb.base/infcall-nested-structs.exp: New file.
11429 * gdb.base/infcall-nested-structs.c: New file.
11430 * gdb.base/float.exp: Add riscv support.
11431
11432 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11433
11434 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11435 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11436
11437 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11438
11439 * gdb.server/abspath.exp: New file.
11440 * lib/gdb.exp (with_cwd): New procedure.
11441
11442 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11443
11444 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11445 use it.
11446 (gdb_is_target_remote_prompt): New proc.
11447 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11448 (gdb_is_target_native): Pass prompt parameter to
11449 gdb_is_target_1.
11450
11451 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11452
11453 * gdb.base/load-command.c: New file.
11454 * gdb.base/load-command.exp: New file.
11455 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11456 (gdb_is_target_1): ...this, and generalize for other targets
11457 than just remote.
11458 (gdb_is_target_remote): Use gdb_is_target_1.
11459 (gdb_is_target_native): use gdb_is_target_1.
11460
11461 2018-02-26 Tom Tromey <tom@tromey.com>
11462
11463 PR python/16497:
11464 * gdb.python/py-framefilter.exp: Update test.
11465
11466 2018-02-26 Tom Tromey <tom@tromey.com>
11467
11468 * gdb.dwarf2/variant.c: New file.
11469 * gdb.dwarf2/variant.exp: New file.
11470
11471 2018-02-26 Tom Tromey <tom@tromey.com>
11472
11473 * gdb.rust/simple.exp: Accept more possible results in enum test.
11474
11475 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11476
11477 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11478 parentheses.
11479
11480 2018-02-23 Maciej W. Rozycki <macro@mips.com>
11481
11482 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11483 name of a variable: $actual_linejj -> $actual_line.
11484
11485 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11486
11487 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11488
11489 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11490
11491 * gdb.btrace/buffer-size.exp: Do not force BTS.
11492
11493 2018-02-14 Pedro Alves <palves@redhat.com>
11494
11495 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11496 getting a "Quit".
11497
11498 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11499
11500 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11501 Fix test name.
11502
11503 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11504
11505 * gdb.cp/m-static.exp: Check type of optimized out static
11506 member.
11507
11508 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11509
11510 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11511 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11512
11513 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11514 Leszek Swirski <leszeks@google.com>
11515
11516 * gdb.python/py-prettyprint.c
11517 (struct to_string_returns_value_inner,
11518 struct to_string_returns_value_wrapper): New.
11519 (main): Add tsrvw variable.
11520 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11521 ToStringReturnsValueWrapper): New classes.
11522 (register_pretty_printers): Register new pretty-printers.
11523 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11524 recursive pretty printer.
11525 * gdb.python/py-mi.exp: Likewise.
11526
11527 2018-02-01 Leszek Swirski <leszeks@google.com>
11528
11529 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11530 functions with the same name as an include file are parsed
11531 correctly.
11532
11533 2018-02-01 Yao Qi <yao.qi@linaro.org>
11534
11535 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11536 "\[^\r\n\]*".
11537
11538 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11539
11540 * gdb.arch/powerpc-prologue-frame.s: New file.
11541 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11542 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11543
11544 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11545
11546 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11547
11548 2018-01-30 Pedro Alves <palves@redhat.com>
11549
11550 PR gdb/13211
11551 * gdb.base/interrupt-daemon.c: New.
11552 * gdb.base/interrupt-daemon.exp: New.
11553 * gdb.multi/multi-term-settings.c: New.
11554 * gdb.multi/multi-term-settings.exp: New.
11555
11556 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11557
11558 * gdb.base/break.exp: Save the location where the breakpoint
11559 on break.c:47 was actually inserted when debugging the version
11560 compiled at -O2 and use it in the expected output of the "info
11561 break" test performed soon after.
11562
11563 2018-01-22 Pedro Alves <palves@redhat.com>
11564 Sergio Durigan Junior <sergiodj@redhat.com>
11565
11566 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11567 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11568
11569 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11570
11571 * gdb.base/break-include.c, gdb.base/break-include.inc,
11572 gdb.base/break-include.exp: New files.
11573 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11574 line number now being the actual line number where the breakpoint
11575 was inserted.
11576 * gdb.mi/mi-break.exp: Likewise.
11577 * gdb.mi/mi-reverse.exp: Likewise.
11578 * gdb.mi/mi-simplerun.exp: Ditto.
11579
11580 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11581
11582 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11583 varobj.
11584 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11585
11586 2018-01-21 Don Breazeal <donb@codesourcery.com>
11587 Andrew Burgess <andrew.burgess@embecosm.com>
11588
11589 * gdb.mi/basics.c: Add new global.
11590 * gdb.mi/mi-frame-regs.exp: New file.
11591 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11592 case.
11593
11594 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11595
11596 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11597 non-parameter, and on an unknown symbol.
11598
11599 2018-01-19 Tom Tromey <tom@tromey.com>
11600
11601 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11602 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11603
11604 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11605
11606 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11607 setrlimit and chdir to int.
11608
11609 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11610
11611 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11612 function.
11613 (my_tend): Likewise.
11614 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11615 rationale of avoiding FP- and vector instructions.
11616
11617 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11618
11619 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11620 "info reg" with "\[ \t\]*".
11621 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11622 "\[ \t\]+".
11623 * gdb.arch/s390-multiarch.exp: Ditto.
11624 * gdb.base/pc-fp.exp: Ditto.
11625 * gdb.reverse/i386-precsave.exp: Ditto.
11626 * gdb.reverse/i386-reverse.exp: Ditto.
11627 * gdb.reverse/i387-env-reverse.exp: Ditto.
11628 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11629
11630 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11631
11632 * lib/gdb.exp (gdb_compile): Re-enable use of
11633 universal_compile_options for languages other than Rust.
11634
11635 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11636
11637 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11638
11639 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11640
11641 PR gdb/16577
11642 * gdb.base/solib-vanish.exp: New.
11643 * gdb.base/solib-vanish-main.c: New.
11644 * gdb.base/solib-vanish-lib1.c: New.
11645 * gdb.base/solib-vanish-lib2.c: New.
11646
11647 2018-01-17 Yao Qi <yao.qi@linaro.org>
11648
11649 * gdb.compile/compile.exp: Match the address printed for
11650 frame in the output of command "bt".
11651
11652 2018-01-15 Tom Tromey <tom@tromey.com>
11653
11654 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11655 compute sp_reg.
11656
11657 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11658
11659 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11660 to prepare.
11661 (prepare): Return 0 on error, 1 on success.
11662
11663 2018-01-12 Pedro Alves <palves@redhat.com>
11664
11665 * gdb.base/continue-after-aborted-step-over.c: New.
11666 * gdb.base/continue-after-aborted-step-over.exp: New.
11667
11668 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11669
11670 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11671 options when not creating an executable.
11672
11673 2018-01-11 Pedro Alves <palves@redhat.com>
11674
11675 PR remote/22597
11676 * gdb.server/stop-reply-no-thread.c: New file.
11677 * gdb.server/stop-reply-no-thread.exp: New file.
11678
11679 2018-01-10 Pedro Alves <palves@redhat.com>
11680
11681 PR gdb/22670
11682 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11683 functions too. Test setting breakpoints and printing C functions
11684 with no debug info too.
11685 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11686
11687 2018-01-10 Pedro Alves <palves@redhat.com>
11688
11689 PR gdb/22670
11690 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11691 a fail.
11692
11693 2018-01-10 Pedro Alves <palves@redhat.com>
11694
11695 PR gdb/22670
11696 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11697
11698 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11699
11700 * gdb.server/unittest.exp: Match the output in non-development
11701 mode.
11702
11703 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11704
11705 * gdb.gdb/unittest.exp: Match output in non-development mode.
11706
11707 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11708
11709 * gdb.ada/access_tagged_param.exp: Relax expected output
11710 for value of "ObjL" in "continue" to pck.inspect breakpoint
11711 test.
11712
11713 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11714
11715 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11716 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11717
11718 2018-01-05 Pedro Alves <palves@redhat.com>
11719
11720 PR gdb/18653
11721 * gdb.base/libsegfault.exp: New.
11722
11723 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11724
11725 PR gdb/22670
11726 * gdb.ada/access_tagged_param.exp: New file.
11727 * gdb.ada/access_tagged_param/foo.adb: New file.
11728
11729 2018-01-05 Pedro Alves <palves@redhat.com>
11730
11731 PR gdb/22670
11732 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11733 exercise lower case too, and to exercise both full matching and
11734 wild matching.
11735
11736 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11737
11738 * gdb.ada/rename_subscript_param: New testcase.
11739
11740 2018-01-05 Jerome Guitton <guitton@adacore.com>
11741
11742 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11743
11744 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11745
11746 * gdb.ada/convvar_comp: New testcase.
11747
11748 2018-01-05 Xavier Roirand <roirand@adacore.com>
11749
11750 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11751 (My_Table): New global variable.
11752 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11753
11754 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11755
11756 PR gdb/22670
11757 * gdb.ada/maint_with_ada: New testcase.
11758
11759 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11760
11761 PR gdb/22670
11762 * gdb.ada/bp_c_mixed_case: New testcase.
11763
11764 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11765
11766 PR gdb/22670
11767 * gdb.ada/complete.exp: Add "complete break ada" test.
11768
11769 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11770
11771 PR gdb/22670
11772 * gdb.ada/info_addr_mixed_case: New testcase.
11773
11774 2018-01-03 Xavier Roirand <roirand@adacore.com>
11775
11776 * gdb.ada/excep_handle.exp: New testcase.
11777 * gdb.ada/excep_handle/foo.adb: New file.
11778 * gdb.ada/excep_handle/pck.ads: New file.
11779
11780 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11781
11782 * gdb.base/step-line.c: Add extra empty line in copyright header.
11783 * gdb.base/step-line.inp: Likewise.
11784
11785 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11786
11787 * gdb.ada/dyn_stride.exp: Add slice test.
11788
11789 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11790
11791 * gdb.ada/dyn_stride: New testcase.
11792
11793 2017-12-27 Stafford Horne <shorne@gmail.com>
11794
11795 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11796 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11797
11798 2017-12-27 Stafford Horne <shorne@gmail.com>
11799
11800 * gdb.base/reggroups.c: New file.
11801 * gdb.base/reggroups.exp: New file.
11802
11803 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11804
11805 * gdb.dwarf2/ada-valprint-error.c: New file.
11806 * gdb.dwarf2/ada-valprint-error.exp: New file.
11807
11808 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11809
11810 * gdb.ada/assign_arr: New testcase.
11811
11812 2017-12-18 Xavier Roirand <roirand@adacore.com>
11813
11814 * gdb.ada/funcall_ptr: New testcase.
11815
11816 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11817
11818 PR cli/16224
11819 * gdb.base/ptype-offsets.cc: New file.
11820 * gdb.base/ptype-offsets.exp: New file.
11821
11822 2017-12-15 Yao Qi <yao.qi@linaro.org>
11823
11824 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11825 if XML is disabled.
11826
11827 2017-12-15 Xavier Roirand <roirand@adacore.com>
11828
11829 * gdb.ada/same_component_name: New testcase.
11830
11831 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11832
11833 * gdb.ada/str_binop_equal: New testcase.
11834
11835 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11836
11837 * gdb.ada/task_switch_in_core: New testcase.
11838
11839 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11840
11841 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11842 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11843 call test_bkpt_qualified.
11844 (test_bkpt_qualified): New proc.
11845
11846 2017-12-13 Pedro Alves <palves@redhat.com>
11847
11848 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11849 Tighten regexp by matching with an anchor.
11850
11851 2017-12-13 Pedro Alves <palves@redhat.com>
11852
11853 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11854 ("expression with namespace"): New set of tests.
11855 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11856 (Nested::Test_NS::qux): New.
11857 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11858 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11859
11860 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11861
11862 * gdb.base/server-del-break.c: New file.
11863 * gdb.base/server-del-break.exp: New file.
11864
11865 2017-12-12 Stafford Horne <shorne@gmail.com>
11866
11867 * gdb.xml/tdesc-regs.exp: Add or1k support.
11868
11869 2017-12-12 Stafford Horne <shorne@gmail.com>
11870
11871 * gdb.base/bp-permanent.c: Define nop of or1k.
11872
11873 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11874
11875 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11876 output with components being reordered.
11877
11878 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11879
11880 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11881 output with components being reordered.
11882
11883 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11884 Pedro Alves <palves@redhat.com>
11885
11886 * gdb.base/maint.exp (check for .gdb_index): Check also for
11887 .debug_names.
11888 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11889 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11890 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11891 (.gdb_index used after symbol reloading): Support also .debug_names.
11892 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11893
11894 2017-12-08 Yao Qi <yao.qi@linaro.org>
11895
11896 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11897 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11898
11899 2017-12-08 Yao Qi <yao.qi@linaro.org>
11900
11901 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11902 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11903
11904 2017-12-08 Yao Qi <yao.qi@linaro.org>
11905
11906 * gdb.arch/aarch64-tagged-pointer.c: New file.
11907 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11908
11909 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11910
11911 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11912 "int".
11913
11914 2017-12-07 Keith Seitz <keiths@redhat.com>
11915
11916 PR breakpoints/22569
11917 * gdb.linespec/ls-errs.exp: Change expected result of "break
11918 -source this file has spaces.c -line 3".
11919 Check that an explicit source file followed by whitespace is
11920 identified as an invalid explicit location.
11921
11922 2017-12-07 Keith Seitz <keiths@redhat.com>
11923
11924 * gdb.cp/nested-types.cc: New file.
11925 * gdb.cp/nested-types.exp: New file.
11926 * lib/cp-support.exp: Load data-structures.exp library.
11927 (debug_cp_test_ptype_class): New global.
11928 (cp_ptype_class_verbose, next_line): New procedures.
11929 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11930 Add and document new return value.
11931 Switch the list of lines to a queue.
11932 Add support for new `type' key for nested type definitions.
11933 Add debugging/troubleshooting messages.
11934 * lib/data-structures.exp: New file.
11935
11936 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11937
11938 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11939 with proc_with_prefix, don't use with_test_prefix.
11940
11941 2017-12-07 Tom Tromey <tom@tromey.com>
11942
11943 * gdb.base/break.exp: Add test for empty "commands".
11944
11945 2017-12-07 Yao Qi <yao.qi@linaro.org>
11946
11947 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11948 malloc and catch syscall.
11949
11950 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11951
11952 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11953 tests for explicit locations.
11954
11955 2017-12-06 Pedro Alves <palves@redhat.com>
11956
11957 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11958 force-disabling XML descriptions.
11959
11960 2017-12-04 Pedro Alves <palves@redhat.com>
11961
11962 PR gdb/22499
11963 * gdb.arch/amd64-disp-step-avx.S: New file.
11964 * gdb.arch/amd64-disp-step-avx.exp: New file.
11965
11966 2017-12-03 Pedro Alves <palves@redhat.com>
11967
11968 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11969 and <string.h>.
11970 (parent_function): Print distinct messages when waitpid fails, or
11971 the child exits with a signal, or the child exits for an unhandled
11972 reason.
11973 * gdb.threads/process-dies-while-detaching.exp
11974 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11975 it. Wait for both inferior output and GDB's prompt. Use an
11976 indirect spawn id list.
11977 (do_detach): New parameter 'child_exit'. Use it to compute
11978 expected inferior output.
11979 (test_detach, test_detach_watch, test_detach_killed_outside):
11980 Adjust to pass down the expected child exit kind.
11981
11982 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11983 Sergio Durigan Junior <sergiodj@redhat.com>
11984 Pedro Alves <palves@redhat.com>
11985
11986 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11987
11988 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11989
11990 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11991 to 'symbol-file' and 'add-symbol-file' can be
11992 position-independent.
11993
11994 2017-12-01 Yao Qi <yao.qi@linaro.org>
11995
11996 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11997 the URL in copyright header.
11998 * gdb.arch/aarch64-fp.exp: Likewise.
11999 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
12000 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
12001 * gdb.base/expand-psymtabs.exp: Likewise.
12002 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
12003 * gdb.fortran/common-block.exp: Likewise.
12004 * gdb.fortran/common-block.f90: Likewise.
12005 * gdb.fortran/logical.exp: Likewise.
12006 * gdb.fortran/vla-datatypes.f90: Likewise.
12007 * gdb.fortran/vla-sub.f90: Likewise.
12008
12009 2017-11-30 Joel Brobecker <brobecker@adacore.com>
12010
12011 * gdb.ada/repeat_dyn: New testcase.
12012
12013 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
12014
12015 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
12016 Update for changed thread numbering.
12017 * gdb.cell/bt.exp: Update for changed GDB output.
12018
12019 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
12020
12021 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
12022 setting isremote by hand.
12023 * boards/dwarf4-gdb-index.exp: Likewise.
12024 * boards/fission.exp: Likewise.
12025 * boards/stabs.exp: Likewise.
12026
12027 2017-11-30 Pedro Alves <palves@redhat.com>
12028
12029 * gdb.linespec/cpls-ops.exp
12030 (check_explicit_skips_function_argument): Extract the underlying
12031 type of size_t instead of hardcoding it.
12032
12033 2017-11-29 Pedro Alves <palves@redhat.com>
12034
12035 PR c++/19436
12036 * gdb.linespec/cpls-abi-tag.cc: New file.
12037 * gdb.linespec/cpls-abi-tag.exp: New file.
12038
12039 2017-11-29 Pedro Alves <palves@redhat.com>
12040
12041 * gdb.base/langs.exp: Use -qualified.
12042 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
12043 it.
12044 * gdb.cp/namespace.exp: Use -qualified.
12045 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
12046 (overload-3, template-overload, template-ret-type, const-overload)
12047 (const-overload-quoted, anon-ns, ambiguous-prefix): New
12048 procedures.
12049 (test_driver): Call them.
12050 * gdb.cp/save-bp-qualified.cc: New.
12051 * gdb.cp/save-bp-qualified.exp: New.
12052 * gdb.linespec/explicit.exp: Test -qualified.
12053 * lib/completion-support.exp (completion::explicit_opts_list): Add
12054 "-qualified".
12055 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
12056
12057 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
12058
12059 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
12060
12061 2017-11-29 Tom Tromey <tom@tromey.com>
12062
12063 * gdb.base/relocate.exp: Update invalid argument test.
12064 Add new tests for invalid arguments.
12065
12066 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12067
12068 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
12069 Return 0 as a long.
12070 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
12071
12072 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12073
12074 * gdb.cp/breakpoint.cc (bar): Set return type to void.
12075 * gdb.cp/psymtab-parameter.cc (func): Likewise.
12076 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
12077 func ().
12078 * gdb.cp/shadow.cc (B.func): Return 0.
12079
12080 2017-11-27 Joel Brobecker <brobecker@adacore.com>
12081
12082 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
12083 expected output in gdb_expect call to allow the exception
12084 message to be present as well. Fix syntax confusion to avoid
12085 TCL thinking that exception_name is an array.
12086
12087 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
12088
12089 * gdb.arch/spu-info.c: Include <unistd.h>.
12090 (do_signal_test): Fix broken calls to write.
12091 * gdb.arch/spu-info.exp: Use prepare_for_testing.
12092 Fix checks for empty mailboxes. Update signal tests for corrected
12093 do_signal_test routine. Allow nonzero event status.
12094 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
12095 * gdb.cell/arch.exp: Use standard_output_file.
12096 * gdb.cell/break.exp: Likewise.
12097 * gdb.cell/bt.exp: Likewise.
12098 * gdb.cell/core.exp: Likewise.
12099 * gdb.cell/dwarfaddr.exp: Likewise.
12100 * gdb.cell/ea-cache.exp: Likewise.
12101 * gdb.cell/ea-standalone.exp: Likewise.
12102 * gdb.cell/f-regs.exp: Likewise.
12103 * gdb.cell/fork.exp: Likewise.
12104 * gdb.cell/gcore.exp: Likewise.
12105 * gdb.cell/mem-access.exp: Likewise.
12106 * gdb.cell/ptype.exp: Likewise.
12107 * gdb.cell/registers.exp: Likewise.
12108 * gdb.cell/sizeof.exp: Likewise.
12109 * gdb.cell/solib-symbol.exp: Likewise.
12110 * gdb.cell/solib.exp: Likewise.
12111
12112 2017-11-25 Pedro Alves <palves@redhat.com>
12113
12114 * gdb.base/complete-empty.exp: New file.
12115 * gdb.base/completion.exp: Adjust.
12116
12117 2017-11-25 Pedro Alves <palves@redhat.com>
12118
12119 * gdb.linespec/cpls-ops.cc: New file.
12120 * gdb.linespec/cpls-ops.exp: New file.
12121 * lib/completion-support.exp (test_complete_prefix_range_re): New,
12122 factored out from ...
12123 (test_complete_prefix_range): ... this.
12124
12125 2017-11-24 Pedro Alves <palves@redhat.com>
12126
12127 * gdb.linespec/cpcompletion.exp: New file.
12128 * gdb.linespec/cpls-hyphen.cc: New file.
12129 * gdb.linespec/cpls.cc: New file.
12130 * gdb.linespec/cpls2.cc: New file.
12131 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
12132 test to use test_gdb_complete_unique. Add label completion,
12133 keyword completion and explicit location completion tests.
12134 * lib/completion-support.exp: New file.
12135
12136 2017-11-24 Joel Brobecker <brobecker@adacore.com>
12137
12138 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
12139 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
12140 when hitting an exception catchpoint.
12141
12142 2017-11-22 Yao Qi <yao.qi@linaro.org>
12143
12144 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
12145
12146 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
12147
12148 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
12149 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
12150 * gdb.dwarf2/info-locals-optimized-out.c: New file.
12151
12152 2017-11-22 Yao Qi <yao.qi@linaro.org>
12153
12154 * gdb.base/info-os.exp: Pass pthreads.
12155 * gdb.multi/multi-attach.exp: Likewise.
12156
12157 2017-11-22 Yao Qi <yao.qi@linaro.org>
12158
12159 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
12160 compiler.
12161
12162 2017-11-22 Yao Qi <yao.qi@linaro.org>
12163
12164 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
12165 * gdb.base/break-interp.exp: Likewise.
12166 * gdb.base/jit-attach-pie.exp: Likewise.
12167
12168 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12169
12170 * gdb.base/float128.c (large128): New variable.
12171 * gdb.base/float128.exp: Add test to print largest __float128 value.
12172
12173 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12174
12175 * gdb.arch/vsx-regs.exp: Update register content checks.
12176
12177 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
12178
12179 * gdb.arch/ppc-longdouble.exp: New file.
12180 * gdb.arch/ppc-longdouble.c: Likewise.
12181
12182 2017-11-21 Pedro Alves <palves@redhat.com>
12183
12184 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
12185
12186 2017-11-20 Pedro Alves <palves@redhat.com>
12187
12188 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
12189 (long_double_typedef): New typedefs.
12190 Use DEF on double and long double.
12191 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
12192 cases.
12193 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
12194 and 'long_double_ptr_same_size' locals. Use them to decide
12195 whether cast from array/function to float is valid/invalid.
12196
12197 2017-11-17 Tom Tromey <tom@tromey.com>
12198
12199 * gdb.rust/traits.rs: New file.
12200 * gdb.rust/traits.exp: New file.
12201
12202 2017-11-17 Joel Brobecker <brobecker@adacore.com>
12203
12204 * gdb.ada/minsyms: New testcase.
12205
12206 2017-11-16 Pedro Alves <palves@redhat.com>
12207
12208 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
12209 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
12210
12211 2017-11-16 Pedro Alves <palves@redhat.com>
12212
12213 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
12214 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
12215
12216 2017-11-16 Pedro Alves <palves@redhat.com>
12217
12218 * gdb.server/reconnect-ctrl-c.c: New file.
12219 * gdb.server/reconnect-ctrl-c.exp: New file.
12220
12221 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
12222
12223 * gdb.python/py-rbreak.exp: New file.
12224 * gdb.python/py-rbreak.c: New file.
12225 * gdb.python/py-rbreak-func2.c: New file.
12226
12227 2017-11-16 Pedro Alves <palves@redhat.com>
12228
12229 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
12230 pattern.
12231 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
12232 GDB.
12233
12234 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
12235
12236 * gdb.tui/completionn.exp (test_tab_completion): Add space in
12237 regex.
12238
12239 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
12240
12241 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
12242 test names.
12243
12244 2017-11-09 Pedro Alves <palves@redhat.com>
12245
12246 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
12247 factored out from ...
12248 (top level): ... here, and adjusted to avoid expecting beyond the
12249 prompt in a single gdb_test_multiple.
12250
12251 2017-11-09 Pedro Alves <palves@redhat.com>
12252
12253 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
12254 output.
12255 * gdb.server/ext-attach.exp ("kill" test): Likewise.
12256 * gdb.server/ext-restart.exp ("kill" test): Likewise.
12257 * gdb.server/ext-run.exp ("kill" test): Likewise.
12258 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
12259
12260 2017-11-09 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
12263 match till end of line.
12264
12265 2017-11-09 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.base/memattr.exp: Tighten regexes to match the end line.
12268
12269 2017-11-09 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
12272 New procedures, factored out from ...
12273 (top level): ... here, and adjusted to avoid expecting beyond the
12274 prompt in one go.
12275
12276 2017-11-09 Pedro Alves <palves@redhat.com>
12277
12278 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
12279 output. Fix '?' match.
12280
12281 2017-11-08 Joel Brobecker <brobecker@adacore.com>
12282
12283 * gdb.ada/scoped_watch: New testcase.
12284 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
12285 which is actually correct.
12286 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
12287 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
12288
12289 2017-11-08 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.gdb/complaints.exp (test_initial_complaints)
12292 (test_serial_complaints, test_short_complaints): Call
12293 complaint_internal instead of complaint.
12294
12295 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
12296
12297 * gdb.threads/tls-core.c: New file.
12298 * gdb.threads/tls-core.exp: Likewise.
12299
12300 2017-11-08 Pedro Alves <palves@redhat.com>
12301
12302 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
12303 (p Exported_Capitalized): New test.
12304 (p exported_capitalized): New test.
12305
12306 2017-11-07 Pedro Alves <palves@redhat.com>
12307
12308 * gdb.cp/ena-dis-br-range.exp: Add more tests.
12309
12310 2017-11-07 Pedro Alves <palves@redhat.com>
12311
12312 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
12313 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
12314 (disable_invalid, disable_inverted, disable_negative): New
12315 procedures.
12316 ("bad numbers"): New set of tests.
12317
12318 2017-11-07 Pedro Alves <palves@redhat.com>
12319
12320 * gdb.cp/ena-dis-br-range.exp: Add tests.
12321
12322 2017-11-07 Pedro Alves <palves@redhat.com>
12323
12324 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12325
12326 2017-11-07 Xavier Roirand <roirand@adacore.com>
12327 Pedro Alves <palves@redhat.com>
12328
12329 * gdb.base/ena-dis-br.exp: Add reference to
12330 gdb.cp/ena-dis-br-range.exp.
12331 * gdb.cp/ena-dis-br-range.exp: New file.
12332 * gdb.cp/ena-dis-br-range.cc: New file.
12333
12334 2017-11-06 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.base/attach-non-pgrp-leader.c: New.
12337 * gdb.base/attach-non-pgrp-leader.exp: New.
12338
12339 2017-11-06 Pedro Alves <palves@redhat.com>
12340
12341 * configure.ac: No longer check for termio.h and sgtty.h.
12342 * configure: Regenerate.
12343 * remote-utils.c: Include termios.h instead of gdb_termios.h.
12344 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
12345 Remove termio and sgtty code.
12346
12347 2017-11-03 Yao Qi <yao.qi@linaro.org>
12348
12349 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12350 in GDB is disabled.
12351
12352 2017-11-03 Yao Qi <yao.qi@linaro.org>
12353
12354 * gdb.python/py-thrhandle.exp: Skip it if python is not
12355 enabled.
12356
12357 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12358
12359 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12360 as a breakpoint command.
12361
12362 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12363
12364 PR python/21213
12365 * gdb.python/py-infthread.exp: Test calling
12366 InferiorThread.inferior () multiple times in a row.
12367
12368 2017-10-27 Keith Seitz <keiths@redhat.com>
12369
12370 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12371 Test "info break" for every inlined function breakpoint.
12372
12373 2017-10-27 Yao Qi <yao.qi@linaro.org>
12374
12375 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12376
12377 2017-10-26 Patrick Frants <osscontribute@gmail.com>
12378
12379 * gdb.cp/classes.exp (test_static_members): Test printing
12380 Outer::instance.
12381 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12382 (Inner::instance, Outer::instance): New.
12383
12384 2017-10-24 Pedro Alves <palves@redhat.com>
12385
12386 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12387 extra console" test in two stages.
12388
12389 2017-10-24 Pedro Alves <palves@redhat.com>
12390
12391 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12392
12393 2017-10-24 Pedro Alves <palves@redhat.com>
12394
12395 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12396 loop.
12397
12398 2017-10-24 Pedro Alves <palves@redhat.com>
12399
12400 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12401 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12402
12403 2017-10-24 Pedro Alves <palves@redhat.com>
12404
12405 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12406 parameter and handle it. Don't output read value in test name.
12407
12408 2017-10-24 Pedro Alves <palves@redhat.com>
12409
12410 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12411 custom test name.
12412
12413 2017-10-24 Pedro Alves <palves@redhat.com>
12414
12415 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12416 include the unstable output directory name in the test's name.
12417 (initial_setup_simple) <'set args'>: Use custom test name.
12418
12419 2017-10-24 Pedro Alves <palves@redhat.com>
12420
12421 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12422 with explicit test name.
12423
12424 2017-10-20 Pedro Alves <palves@redhat.com>
12425
12426 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12427 'wait -i'. Use gdb_assert and remote_close.
12428
12429 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12430
12431 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12432 number from variable rather than hard-coded.
12433
12434 2017-10-19 Pedro Alves <palves@redhat.com>
12435
12436 * gdb.base/long-inferior-output.c: New file.
12437 * gdb.base/long-inferior-output.exp: New file.
12438
12439 2017-11-18 Keith Seitz <keiths@redhat.com>
12440
12441 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12442 method.
12443 (main): Call it.
12444 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12445 Add additional user-defined conversion operator tests.
12446
12447 2017-10-17 Pedro Alves <palves@redhat.com>
12448
12449 * boards/native-stdio-gdbserver.exp: Load "local-board".
12450
12451 2017-10-17 Pedro Alves <palves@redhat.com>
12452
12453 * gdb.base/quit-live.c: New file.
12454 * gdb.base/quit-live.exp: New file.
12455
12456 2017-10-16 Keith Seitz <keiths@redhat.com>
12457
12458 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12459 (class_with_protected_typedef, class_with_private_typedef)
12460 (struct_with_public_typedef, struct_with_protected_typedef)
12461 (struct_with_private_typedef): New classes/structs.
12462 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12463 typedefs and access specifiers.
12464
12465 2017-10-16 Pedro Alves <palves@redhat.com>
12466 Simon Marchi <simon.marchi@polymtl.ca>
12467
12468 * README (Local vs Remote vs Native): New section.
12469 * boards/local-board.exp: New file, with bits factored out from
12470 ...
12471 * boards/native-extended-gdbserver.exp: ... here. Load
12472 "local-board".
12473 * boards/native-gdbserver.exp: Load "local-board".
12474 (${board}_spawn, ${board}_exec): Delete.
12475 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12476 ...
12477 * boards/stdio-gdbserver-base.exp: ... this new file.
12478 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12479 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12480 procedure.
12481 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12482 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12483 stdio_gdbserver_command.
12484 (${board}_get_remote_address, ${board}_get_comm_port)
12485 (${board}_download, ${board}_upload): Delete.
12486 (get_target_remote_pipe_cmd): New.
12487
12488 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12489
12490 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12491 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12492 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12493 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12494 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12495 remove with_test_prefix.
12496
12497 2017-10-13 Pedro Alves <palves@redhat.com>
12498
12499 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12500 * gdb.base/annota1.exp: Use it instead of is_remote.
12501 * gdb.base/annota3.exp: Use it instead of is_remote.
12502 * gdb.cp/annota2.exp: Use it instead of is_remote.
12503 * gdb.cp/annota3.exp: Use it instead of is_remote.
12504 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12505
12506 2017-10-13 Pedro Alves <palves@redhat.com>
12507
12508 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12509 (test_num_test_vars, run_and_count_vars, find_env)
12510 (test_set_unset_env, test_inherit_env_var): New procedures.
12511 (top level): Use them.
12512
12513 2017-10-13 Pedro Alves <palves@redhat.com>
12514
12515 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12516 also skip on stub-like targets.
12517
12518 2017-10-13 Pedro Alves <palves@redhat.com>
12519
12520 PR gdb/22293
12521 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12522 (top level): Move some tests to ...
12523 (test_not_found): ... this new procedure.
12524 (top level): Call it.
12525
12526 2017-10-13 Pedro Alves <palves@redhat.com>
12527
12528 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12529 expect different "info terminal" output if testing with a
12530 non-native target.
12531
12532 2017-10-13 Pedro Alves <palves@redhat.com>
12533 Simon Marchi <simon.marchi@polymtl.ca>
12534
12535 PR python/12966
12536 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12537
12538 2017-10-13 Pedro Alves <palves@redhat.com>
12539
12540 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12541 already.
12542
12543 2017-10-13 Pedro Alves <palves@redhat.com>
12544
12545 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12546 is_remote.
12547
12548 2017-10-13 Pedro Alves <palves@redhat.com>
12549
12550 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12551 is_remote.
12552
12553 2017-10-13 Pedro Alves <palves@redhat.com>
12554
12555 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12556 is set.
12557 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12558 instead of is_remote.
12559
12560 2017-10-13 Pedro Alves <palves@redhat.com>
12561
12562 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12563 (top level): Add comment.
12564
12565 2017-10-13 Pedro Alves <palves@redhat.com>
12566
12567 * gdb.base/remote.exp (top level): Fix comment typo and add
12568 missing return.
12569
12570 2017-10-13 Pedro Alves <palves@redhat.com>
12571 Simon Marchi <simon.marchi@polymtl.ca>
12572
12573 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12574 calls and add comments. Skip test if use_gdb_stub is set.
12575 (top level): Use "set cwd" command instead of "cd" command.
12576
12577 2017-10-13 Pedro Alves <palves@redhat.com>
12578
12579 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12580 is_remote target check.
12581
12582 2017-10-13 Pedro Alves <palves@redhat.com>
12583
12584 * gdb.base/scope.exp: Use build_executable + clean_restart +
12585 gdb_file_cmd instead of prepare_for_testing and no longer skip
12586 "before run" tests on is_remote target boards. Update comments.
12587 * boards/native-extended-gdbserver.exp
12588 (extended_gdbserver_load_last_file): New, factored out from ...
12589 (gdb_load): ... this. Move further below and add comment.
12590 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12591
12592 2017-10-12 Pedro Alves <palves@redhat.com>
12593
12594 * gdb.base/attach.exp: Remove references to gdb64.
12595 * gdb.base/dbx.exp: Remove references to gdb64.
12596
12597 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12598 Pedro Alves <palves@redhat.com>
12599
12600 * gdb.base/label.exp: Remove is_remote target check.
12601
12602 2017-10-12 Pedro Alves <palves@redhat.com>
12603
12604 * gdb.base/auvx.exp (coredir): Update comment.
12605 (top level) <core_works>: Use "set cwd" command instead of "cd"
12606 command.
12607
12608 2017-10-12 Pedro Alves <palves@redhat.com>
12609 Simon Marchi <simon.marchi@polymtl.ca>
12610
12611 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12612 target boards.
12613
12614 2017-10-12 Pedro Alves <palves@redhat.com>
12615 Simon Marchi <simon.marchi@polymtl.ca>
12616
12617 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12618 Instead skip if there's any gdb_protocol set.
12619
12620 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12621 Pedro Alves <palves@redhat.com>
12622
12623 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12624
12625 2017-10-12 Pedro Alves <palves@redhat.com>
12626 Simon Marchi <simon.marchi@polymtl.ca>
12627
12628 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12629 instead of on dejagnu remote boards.
12630
12631 2017-10-12 Pedro Alves <palves@redhat.com>
12632 Simon Marchi <simon.marchi@polymtl.ca>
12633
12634 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12635 checks. Use build_executable + clean_restart instead of
12636 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12637 of enabling non-stop after starting gdb.
12638
12639 2017-10-12 Pedro Alves <palves@redhat.com>
12640
12641 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12642 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12643 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12644 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12645
12646 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12647
12648 * gdb.arch/arc-tdesc-cpu.exp: New file.
12649 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12650
12651 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12652
12653 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12654
12655 2017-10-10 Pedro Alves <palves@redhat.com>
12656
12657 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12658 expect CLI output.
12659
12660 2017-10-10 Pedro Alves <palves@redhat.com>
12661
12662 * lib/selftest-support.exp (selftest_setup): Update for
12663 captured_command_loop's prototype change.
12664
12665 2017-10-09 Pedro Alves <palves@redhat.com>
12666
12667 Test both arch1=>arch2 and arch2=>arch1.
12668
12669 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12670 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12671 factored out to...
12672 (append_arch1_options, append_arch2_options, append_arch_options)
12673 (build_executables): New procedures.
12674 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12675 local.
12676 (top level): Add new 'first_arch' testing axis.
12677
12678 2017-10-09 Pedro Alves <palves@redhat.com>
12679
12680 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12681 (barrier): New.
12682 (thread_start, all_started): New functions.
12683 (main): Spawn new thread and wait until it is scheduled.
12684 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12685 option.
12686 (do_test): Add 'selected_thread' parameter. Run to all_started
12687 instead of main. Explicitly set the breakpoint at main. Switch
12688 to the SELECTED_THREAD thread.
12689 (top level): Test handling the exec event with either the main
12690 thread or the second thread selected.
12691
12692 2017-10-09 Pedro Alves <palves@redhat.com>
12693
12694 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12695 logic. Move STOP marker after the value checks.
12696 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12697 regexp.
12698
12699 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12700
12701 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12702
12703 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12704
12705 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12706 integer-to-dfp conversion.
12707 * gdb.base/dfp-test.exp: Likewise.
12708
12709 2017-10-04 Pedro Alves <palves@redhat.com>
12710
12711 * gdb.multi/hangout.c: Include <unistd.h>.
12712 (hangout_loop): New function.
12713 (main): Call alarm. Call hangout_loop in a loop.
12714 * gdb.multi/hello.c: Include <unistd.h>.
12715 (hello_loop): New function.
12716 (main): Call alarm. Call hangout_loop in a loop.
12717 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12718 inferior with the other selected.
12719
12720 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12721
12722 * gdb.mi/list-thread-groups-available.exp: New file.
12723 * gdb.mi/list-thread-groups-available.c: New file.
12724
12725 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12726
12727 * gdb.base/set-cwd.exp: Make it available on
12728 native-extended-gdbserver.
12729
12730 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12731
12732 * gdb.base/set-cwd.c: New file.
12733 * gdb.base/set-cwd.exp: Likewise.
12734
12735 2017-10-02 Tom Tromey <tom@tromey.com>
12736
12737 PR rust/22236:
12738 * gdb.rust/simple.rs (main): New variable "fslice".
12739 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12740
12741 2017-10-02 Tom Tromey <tom@tromey.com>
12742
12743 * gdb.rust/simple.exp: Test ptype of a slice.
12744
12745 2017-10-02 Tom Tromey <tom@tromey.com>
12746
12747 * gdb.rust/simple.exp: Test index of slice.
12748
12749 2017-09-27 Tom Tromey <tom@tromey.com>
12750
12751 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12752
12753 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12754 Pedro Alves <palves@redhat.com>
12755
12756 * gdb.base/compare-sections.exp (get value of read-only section): Read
12757 as unsigned value.
12758 (corrupt read-only section): Likewise and don't set written if patching
12759 failed.
12760
12761 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12762
12763 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12764 files.
12765
12766 2017-09-20 Pedro Alves <palves@redhat.com>
12767
12768 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12769 symbol names in gdb's output.
12770 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12771
12772 2017-09-20 Pedro Alves <palves@redhat.com>
12773
12774 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12775 Rename to ...
12776 (test_list_ambiguous_symbol): ... this and add a symbol name
12777 parameter. Adjust.
12778 (test_list_ambiguous_function): Reimplement on top of
12779 test_list_ambiguous_symbol and also test listing ambiguous
12780 variables.
12781 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12782 (ambiguous_fun): ... this.
12783 (ambiguous_var): New.
12784 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12785 (ambiguous_fun): ... this.
12786 (ambiguous_var): New.
12787
12788 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12789
12790 * gdb.base/starti.c: New file.
12791 * gdb.base/starti.exp: New file.
12792 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12793
12794 2017-09-14 Pedro Alves <palves@redhat.com>
12795
12796 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12797 (top level): Use it instead of runto.
12798
12799 2017-09-11 Tom Tromey <tom@tromey.com>
12800
12801 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12802
12803 2017-09-11 Tom Tromey <tom@tromey.com>
12804
12805 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12806 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12807
12808 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12809
12810 * gdb.fortran/printing-types.exp: New file.
12811 * gdb.fortran/printing-types.exp: New file.
12812
12813 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12814
12815 * gdb.fortran/vla-ptype.exp: Fix typos.
12816 * gdb.fortran/vla-value.exp: Same.
12817
12818 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12819
12820 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12821 * gdb.mi/mi-var-child-f.exp: Likewise.
12822 * gdb.mi/mi-vla-fortran.exp: Likewise.
12823
12824 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12825 Christoph Weinmann <christoph.t.weinmann@intel.com>
12826 Bernhard Heckel <bernhard.heckel@intel.com>
12827
12828 * gdb.fortran/ptr-indentation.f90: New file.
12829 * gdb.fortran/ptr-indentation.exp: New file.
12830
12831 2017-09-05 Tom Tromey <tom@tromey.com>
12832
12833 PR gdb/22010:
12834 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12835
12836 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12837
12838 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12839
12840 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12841
12842 * gdb.threads/tls-nodebug-pie.c: New file.
12843 * gdb.threads/tls-nodebug-pie.exp: New file.
12844
12845 2017-09-05 Tom Tromey <tom@tromey.com>
12846
12847 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12848 for rust.
12849
12850 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12851
12852 * gdb.multi/multi-arch-exec.exp: Test with different
12853 "follow-exec-mode" settings.
12854 (do_test): New procedure.
12855
12856 2017-09-04 Pedro Alves <palves@redhat.com>
12857
12858 * gdb.base/func-static.c (S::method const, S::method volatile)
12859 (S::method volatile const): New methods.
12860 (c_s, v_s, cv_s): New instances.
12861 (main): Call method() on them.
12862 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12863 (cannot_resolve): New procedure.
12864 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12865 print-quote-unquoted columns.
12866 (do_test): Test printing each scope too.
12867
12868 2017-09-04 Pedro Alves <palves@redhat.com>
12869
12870 * gdb.base/local-static.exp: Also test with
12871 class::method::variable wholly quoted.
12872 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12873
12874 2017-09-04 Pedro Alves <palves@redhat.com>
12875
12876 * gdb.base/local-static.c: New.
12877 * gdb.base/local-static.cc: New.
12878 * gdb.base/local-static.exp: New.
12879
12880 2017-09-04 Pedro Alves <palves@redhat.com>
12881
12882 * gdb.asm/asm-source.exp: Add casts to int.
12883 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12884 (dataglobal64_1, dataglobal64_2): New globals.
12885 * gdb.base/nodebug.exp: Test different expressions involving the
12886 new globals, with print, whatis and ptype. Add casts to int.
12887 * gdb.base/solib-display.exp: Add casts to int.
12888 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12889 * gdb.cp/m-static.exp: Add cast to int.
12890 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12891 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12892 tls variable with no debug info without a cast. Test with a cast
12893 to int too.
12894 * gdb.trace/entry-values.exp: Add casts.
12895
12896 2017-09-04 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.base/nodebug.exp: Test that ptype's error about functions
12899 with unknown return type includes the function name too.
12900
12901 2017-09-04 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12904 return type of munmap in infcall.
12905 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12906 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12907 type of ftell in infcall.
12908 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12909 type of getpid in infcall.
12910 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12911 infcall.
12912 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12913 Bail on failure to extract the pid.
12914 * gdb.base/nodebug.c: #include <stdint.h>.
12915 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12916 New functions.
12917 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12918 Change expected output of print/whatis/ptype with functions with
12919 no debug info. Test all supported languages. Call
12920 test_call_promotion.
12921 * gdb.compile/compile.exp: Adjust expected output to expect
12922 warning.
12923 * gdb.threads/siginfo-threads.exp: Likewise.
12924
12925 2017-09-04 Pedro Alves <palves@redhat.com>
12926
12927 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12928 "prototypes". Test calling float functions via prototyped and
12929 unprototyped function pointers.
12930 (perform_all_tests): New parameter "prototypes". Pass it down.
12931 (top level): Pass down "prototypes" parameter to
12932 perform_all_tests.
12933
12934 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12935
12936 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12937 Test with nested loops.
12938
12939 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12940
12941 * gdb.base/commands.exp: Call the new procedures.
12942 (loop_break_test, loop_continue_test): New procedures.
12943
12944 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12945
12946 * gdb.base/commands.exp: Call new procedure.
12947 (define_if_without_arg_test): New procedure.
12948
12949 2017-09-04 Pedro Alves <palves@redhat.com>
12950
12951 * gdb.base/list-ambiguous.exp: New file.
12952 * gdb.base/list-ambiguous0.c: New file.
12953 * gdb.base/list-ambiguous1.c: New file.
12954 * gdb.base/list.exp (test_list_range): Adjust expected output.
12955
12956 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12957
12958 * gdb.base/share-env-with-gdbserver.c: New file.
12959 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12960
12961 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12962
12963 * gdb.base/commands.exp (gdbvar_simple_if_test,
12964 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12965 progvar_simple_if_test, progvar_simple_while_test,
12966 progvar_complex_if_while_test, user_defined_command_test,
12967 user_defined_command_args_eval,
12968 user_defined_command_args_stack_test,
12969 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12970 temporary_breakpoint_commands,
12971 gdb_test_no_prompt, redefine_hook_test,
12972 redefine_backtrace_test): Remove "global gdb_prompt".
12973
12974 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12975
12976 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12977 New proc, call it from toplevel.
12978
12979 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12980
12981 PR remote/21852
12982 * gdb.server/normal.c: New file, copied from gdb.base.
12983 * gdb.server/run-without-local-binary.exp: New file.
12984
12985 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12986
12987 * gdb.arch/sparc64-adi.exp: New file.
12988 * gdb.arch/sparc64-adi.c: New file.
12989
12990 2017-08-22 Pedro Alves <palves@redhat.com>
12991
12992 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12993 (top level): Add "list all overloads" tests.
12994
12995 2017-08-22 Tom Tromey <tom@tromey.com>
12996
12997 * gdb.gdb/xfullpath.exp: Remove.
12998
12999 2017-08-21 Pedro Alves <palves@redhat.com>
13000
13001 PR gdb/19487
13002 * gdb.base/symbol-alias.c: New.
13003 * gdb.base/symbol-alias2.c: New.
13004 * gdb.base/symbol-alias.exp: New.
13005
13006 2017-08-21 Pedro Alves <palves@redhat.com>
13007
13008 * gdb.base/dfp-test.c
13009 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
13010 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
13011 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
13012 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
13013 * gdb.base/whatis-ptype-typedefs.c: New.
13014 * gdb.base/whatis-ptype-typedefs.exp: New.
13015 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
13016 (an_int, an_int_type, an_int_type2): New globals.
13017 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
13018 involving typedefs and cast expressions.
13019 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
13020 (lookup_typedefs_function): New.
13021 (typedefs_pretty_printers_dict): New.
13022 (top level): Register lookup_typedefs_function in
13023 gdb.pretty_printers.
13024
13025 2017-08-18 Yao Qi <yao.qi@linaro.org>
13026
13027 * gdb.server/unittest.exp: New.
13028
13029 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
13030
13031 PR gdb/21954
13032 * gdb.base/environ.exp: Add test to check if 'unset environment'
13033 works.
13034
13035 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13036
13037 * lib/gdb.exp (universal_compile_options): New caching proc.
13038 (gdb_compile): Suppress GCC's coloring of messages.
13039
13040 2017-08-14 Tom Tromey <tom@tromey.com>
13041
13042 PR gdb/21675:
13043 * gdb.base/printcmds.exp (test_radices): New function.
13044 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
13045 * gdb.base/sizeof.exp (check_valueof): Use p/d.
13046 * lib/gdb.exp (get_integer_valueof): Use p/d.
13047
13048 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
13049
13050 * lib/gdb.exp (get_valueof): Don't capture end-of-line
13051 characters.
13052
13053 2017-08-05 Tom Tromey <tom@tromey.com>
13054
13055 * gdb.rust/simple.exp: Allow String to appear in a different
13056 namespace.
13057
13058 2017-07-26 Yao Qi <yao.qi@linaro.org>
13059
13060 * gdb.gdb/unittest.exp: Invoke command
13061 "maintenance check xml-descriptions".
13062
13063 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13064
13065 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
13066 calling context.
13067 (hex128): Drop erroneous calculation of parameters.
13068
13069 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
13070
13071 * gdb.python/py-unwind.exp: Disable stack protection when
13072 building test file.
13073
13074 2017-07-20 Pedro Alves <palves@redhat.com>
13075
13076 * gdb.base/default.exp (set language): Adjust expected output.
13077
13078 2017-07-20 Pedro Alves <palves@redhat.com>
13079
13080 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
13081 (test_minsym): ... this, and make static.
13082 (get_pck__foo__bar__minsym): Rename to ...
13083 (get_test_minsym): ... this.
13084 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
13085 symbol names and comments.
13086 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
13087 (get_test_minsym): ... this.
13088 (pck__foo__bar__minsym__2): Rename to ...
13089 (test_minsym): ... this.
13090 (main): Adjust.
13091
13092 2017-07-17 Pedro Alves <palves@redhat.com>
13093
13094 * gdb.base/completion.exp: Adjust expected output.
13095 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
13096 the completer works.
13097
13098 2017-07-17 Pedro Alves <palves@redhat.com>
13099
13100 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
13101
13102 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
13103
13104 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
13105
13106 2017-07-14 Tom Tromey <tom@tromey.com>
13107
13108 PR rust/21764:
13109 * gdb.rust/simple.exp: Add tests.
13110
13111 2017-07-14 Tom Tromey <tom@tromey.com>
13112
13113 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
13114
13115 2017-07-14 Pedro Alves <palves@redhat.com>
13116
13117 * gdb.linespec/base/one/thefile.cc (z1): New function.
13118 * gdb.linespec/base/two/thefile.cc (z2): New function.
13119 * gdb.linespec/linespec.exp: Add tests.
13120
13121 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13122
13123 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
13124 to mi_create_breakpoint.
13125
13126 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13127
13128 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
13129 mi_create_breakpoint.
13130
13131 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
13132
13133 * gdb.dlang/demangle.exp: Update for demangling changes.
13134
13135 2017-07-09 Tom Tromey <tom@tromey.com>
13136
13137 * gdb.dwarf2/shortpiece.exp: New file.
13138
13139 2017-07-06 David Blaikie <dblaikie@gmail.com>
13140
13141 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
13142 built from fissiont-multi-cu{1,2}.c.
13143 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
13144 except putting 'main' and 'func' in separate CUs in the same DWO file.
13145 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
13146 test.
13147 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
13148 test.
13149
13150 2017-07-06 Pedro Alves <palves@redhat.com>
13151
13152 * gdb.python/py-unwind.exp: Test flushregs.
13153
13154 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13155
13156 PR cli/21688
13157 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
13158 tests for alias commands and trailing whitespace.
13159
13160 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13161
13162 PR cli/21688
13163 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
13164 procedure. Call it.
13165
13166 2017-06-29 Pedro Alves <palves@redhat.com>
13167
13168 * gdb.base/printcmds.exp: Add tests.
13169
13170 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
13171
13172 PR gdb/21337
13173 * gdb.base/reread-readsym.exp: New file.
13174 * gdb.base/reread-readsym.c: New file.
13175
13176 2017-06-21 Kevin Buettner <kevinb@redhat.com>
13177
13178 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
13179 subpattern.
13180
13181 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
13182
13183 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
13184 extended mnemonic.
13185 * gdb.arch/powerpc-power9.s: Likewise.
13186
13187 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13188
13189 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
13190 on 32-bit x86 targets. Exploit is_*_target macros where
13191 appropriate.
13192
13193 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13194
13195 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
13196 register pieces.
13197
13198 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13199
13200 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
13201 located in one or more DWARF pieces.
13202
13203 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13204
13205 * lib/gdb.exp (get_endianness): New proc.
13206 * gdb.arch/aarch64-fp.exp: Use it.
13207 * gdb.arch/altivec-regs.exp: Likewise.
13208 * gdb.arch/e500-regs.exp: Likewise.
13209 * gdb.arch/vsx-regs.exp: Likewise.
13210 * gdb.base/dump.exp: Likewise.
13211 * gdb.base/funcargs.exp: Likewise.
13212 * gdb.base/gnu_vector.exp: Likewise.
13213 * gdb.dwarf2/formdata16.exp: Likewise.
13214 * gdb.dwarf2/implptrpiece.exp: Likewise.
13215 * gdb.dwarf2/nonvar-access.exp: Likewise.
13216 * gdb.python/py-inferior.exp: Likewise.
13217 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
13218
13219 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13220
13221 PR gdb/21226
13222 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
13223 stack value pieces are taken from the LSB end.
13224
13225 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13226
13227 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
13228 variable at nonzero offset.
13229
13230 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13231
13232 * gdb.dwarf2/var-access.c: New file.
13233 * gdb.dwarf2/var-access.exp: New test.
13234 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
13235
13236 2017-06-12 Tom Tromey <tom@tromey.com>
13237
13238 * gdb.dwarf2/formdata16.exp: Add tests.
13239
13240 2017-06-12 Tom Tromey <tom@tromey.com>
13241
13242 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
13243
13244 2017-06-12 Tom Tromey <tom@tromey.com>
13245
13246 PR exp/16225:
13247 * gdb.reverse/i386-sse-reverse.exp: Update tests.
13248 * gdb.arch/vsx-regs.exp: Update tests.
13249 * gdb.arch/s390-vregs.exp (hex128): New proc.
13250 Update test.
13251 * gdb.arch/altivec-regs.exp: Update tests.
13252
13253 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13254
13255 * gdb.base/startup-with-shell.c: New file.
13256 * gdb.base/startup-with-shell.exp: Likewise.
13257
13258 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13259
13260 * gdb.server/non-existing-program.exp: Update regex in order to
13261 reflect the fact that gdbserver is now using fork_inferior (with a
13262 shell) to startup the inferior.
13263
13264 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
13265
13266 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
13267 support function calls from GDB.
13268
13269 2017-05-21 Tom Tromey <tom@tromey.com>
13270
13271 PR rust/21466:
13272 * gdb.rust/unsized.exp: New file.
13273 * gdb.rust/unsized.rs: New file.
13274
13275 2017-05-19 Tom Tromey <tom@tromey.com>
13276
13277 PR rust/21484:
13278 * gdb.rust/watch.exp: New file.
13279 * gdb.rust/watch.rs: New file.
13280
13281 2017-05-18 Tom Tromey <tom@tromey.com>
13282
13283 * gdb.rust/simple.exp: Allow Box to be qualified.
13284
13285 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
13286
13287 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
13288
13289 2017-05-18 Pedro Alves <palves@redhat.com>
13290
13291 * gdb.base/fileio.c (test_write, test_read, test_close)
13292 (test_fstat): Don't print 'ret' in the fail path.
13293
13294 2017-05-18 Pedro Alves <palves@redhat.com>
13295
13296 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
13297 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
13298 (test_system, test_rename, test_unlink, test_time): Change
13299 prototypes.
13300 * gdb.base/fileio.exp (stop_msg): Adjust.
13301
13302 2017-05-18 Pedro Alves <palves@redhat.com>
13303
13304 * gdb.base/fileio.c (null_str): New global.
13305 (test_stat): Use it.
13306 * gdb.base/fileio.exp: Remove nowarnings.
13307
13308 2017-05-17 Yao Qi <yao.qi@linaro.org>
13309
13310 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
13311
13312 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
13313
13314 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
13315 argument command.
13316 (top-level): Invoke test_set_inferior_tty.
13317
13318 2017-05-04 Pedro Alves <palves@redhat.com>
13319
13320 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
13321 Add parens to print call for Python 3.
13322
13323 2017-05-03 Keith Seitz <keiths@redhat.com>
13324
13325 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13326 (main): Call it.
13327
13328 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13329
13330 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
13331 to prev and next.
13332
13333 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13334
13335 * gdb.python/py-record-btrace.exp: Remove test for
13336 gdb.BtraceInstruction.error.
13337
13338 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13339
13340 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13341
13342 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13343
13344 * gdb.python/py-record-btrace-threads.c: New file.
13345 * gdb.python/py-record-btrace-threads.exp: New file.
13346
13347 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
13348
13349 PR testsuite/8595
13350 * gdb.base/environ.exp: Make test available in all architectures.
13351 Move bits related to "info program" testing to
13352 gdb.base/info-program.exp. Rewrite tests to use the two new
13353 procedures mentione below.
13354 (test_set_show_env_var) New procedure.
13355 (test_set_show_env_var_equal): Likewise.
13356 * gdb.base/info-program.exp: New file.
13357
13358 2017-04-27 Keith Seitz <keiths@redhat.com>
13359
13360 * gdb.cp/oranking.cc (test15): New function.
13361 (main): Call test15 and declare additional variables for testing.
13362 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13363 "p foo101('abc')" tests.
13364 Add tests for cv qualifier overloads.
13365 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13366 "lvalue reference overload" test.
13367 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13368 "print value of f1 on Child&& in f2" test.
13369
13370 2017-04-19 Pedro Alves <palves@redhat.com>
13371
13372 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13373 procedure.
13374 (top level): Call it.
13375 * lib/gdb.exp (gdb_define_cmd): New procedure.
13376
13377 2017-04-12 Pedro Alves <palves@redhat.com>
13378
13379 PR gdb/21323
13380 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13381 (wchar): New global.
13382 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13383 (do_test_wide_char, wide_char_types_no_program, top level): Add
13384 wchar_t testing.
13385
13386 2017-04-12 Pedro Alves <palves@redhat.com>
13387
13388 PR c++/21323
13389 * gdb.cp/wide_char_types.c: New file.
13390 * gdb.cp/wide_char_types.exp: New file.
13391
13392 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13393
13394 PR gdb/21352
13395 * gdb.trace/tsv.exp: Add test for "tsave -r".
13396
13397 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13398
13399 * gdb.dlang/watch-loc.c: New file.
13400 * gdb.dlang/watch-loc.exp: New file.
13401
13402 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13403
13404 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13405
13406 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13407
13408 * gdb.arch/arc-analyze-prologue.S: New file.
13409 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13410
13411 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13412
13413 * gdb.arch/arc-decode-insn.S: New file.
13414 * gdb.arch/arc-decode-insn.exp: Likewise.
13415
13416 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13417
13418 PR tdep/20928
13419 * gdb.arch/sparc64-regs.exp: New file.
13420 * gdb.arch/sparc64-regs.S: Likewise.
13421
13422 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13423
13424 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13425 and memory view on Python 3.
13426
13427 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
13428 Keith Seitz <keiths@redhat.com>
13429
13430 PR gdb/14441
13431 * gdb.cp/demangle.exp: Add rvalue reference tests.
13432 * gdb.cp/rvalue-ref-casts.cc: New file.
13433 * gdb.cp/rvalue-ref-casts.exp: New file.
13434 * gdb.cp/rvalue-ref-overload.cc: New file.
13435 * gdb.cp/rvalue-ref-overload.exp: New file.
13436 * gdb.cp/rvalue-ref-params.cc: New file.
13437 * gdb.cp/rvalue-ref-params.exp: New file.
13438 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13439 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13440 * gdb.cp/rvalue-ref-types.cc: New file.
13441 * gdb.cp/rvalue-ref-types.exp: New file.
13442 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13443 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13444
13445 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13446
13447 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13448 New procedure.
13449
13450 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13451
13452 * lib/mi-support.exp (mi_gdb_test): Add additional message
13453 for unexpected output.
13454
13455 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13456
13457 * gdb.base/examine-backward.c (Barrier): New character array
13458 constant, to ensure that TestStrings is preceded by a string
13459 terminator.
13460
13461 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13462
13463 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13464 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13465 and implicit pointer into such a location.
13466
13467 2017-03-16 Doug Evans <dje@google.com>
13468
13469 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13470
13471 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13472
13473 * gdb.cp/m-static.exp: Fix expectation for prototype of
13474 test5.single_constructor and single_constructor::single_constructor.
13475
13476 2017-03-16 Doug Evans <dje@google.com>
13477
13478 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13479 * gdb.guile/scm-lazy-string.c: New file.
13480 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13481 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13482 for pointer, array, typedef lazy strings.
13483
13484 2017-03-16 Doug Evans <dje@google.com>
13485
13486 PR python/17728, python/18439, python/18779
13487 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13488 * gdb.python/py-lazy-string.c (pointer): New typedef.
13489 (main): New locals ptr, array, typedef_ptr.
13490 * gdb.python/py-value.exp: Move lazy string tests to ...
13491 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13492 array, typedef lazy strings.
13493
13494 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13495
13496 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13497 Add optional 'test' parameter.
13498
13499 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13500
13501 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13502 Skip for versions of DejaGnu < 1.5.
13503
13504 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13505
13506 * lib/gdb.exp (dejagnu_version): New proc.
13507 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13508 Use dejagnu_version.
13509
13510 2017-03-10 Keith Seitz <keiths@redhat.com>
13511
13512 PR c++/8128
13513 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13514 type from destructor regexps.
13515 Add a branch which actually passes the test.
13516 Adjust "ptype t5i" test names.
13517
13518 2017-03-08 Pedro Alves <palves@redhat.com>
13519
13520 * gdb.base/step-over-exit.exp: Add explicit test message.
13521
13522 2017-03-08 Pedro Alves <palves@redhat.com>
13523
13524 PR gdb/18360
13525 * gdb.threads/interrupt-while-step-over.c: New file.
13526 * gdb.threads/interrupt-while-step-over.exp: New file.
13527
13528 2017-03-08 Pedro Alves <palves@redhat.com>
13529
13530 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13531 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13532
13533 2017-03-08 Pedro Alves <palves@redhat.com>
13534
13535 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13536 PKRU as not supported as a PASS.
13537
13538 2017-03-08 Pedro Alves <palves@redhat.com>
13539
13540 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13541 prefix instead of $binfile1/$binfile2.
13542 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13543 in test message.
13544 * gdb.python/py-completion.exp: Use "load python file" as test
13545 messages instead of unstable path names.
13546
13547 2017-03-08 Pedro Alves <palves@redhat.com>
13548 Jan Kratochvil <jan.kratochvil@redhat.com>
13549
13550 PR cli/21218
13551 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13552 New proc.
13553 (top level): Call it.
13554
13555 2017-03-08 Pedro Alves <palves@redhat.com>
13556
13557 PR tui/21216
13558 * gdb.tui/tui-nl-filtered-output.exp: New file.
13559
13560 2017-03-08 Pedro Alves <palves@redhat.com>
13561
13562 * gdb.base/completion.exp: Move TUI completion tests to ...
13563 * gdb.tui/completion.exp: ... this new file.
13564
13565 2017-03-08 Pedro Alves <palves@redhat.com>
13566
13567 * gdb.base/tui-disasm-long-lines.c,
13568 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13569 gdb.base/tui-layout.exp: Move to ...
13570 * gdb.tui/: ... this new directory.
13571
13572 2017-03-07 Pedro Alves <palves@redhat.com>
13573
13574 * gdb.base/tui-layout.c: New file.
13575 * gdb.base/tui-layout.exp: New file.
13576
13577 2017-03-07 Pedro Alves <palves@redhat.com>
13578
13579 * gdb.base/tui-layout.c: Rename to ...
13580 * gdb.base/tui-disasm-long-lines.c: ... this.
13581 * gdb.base/tui-layout.exp: Rename to ...
13582 * gdb.base/tui-disasm-long-lines.exp: ... this.
13583
13584 2017-03-07 Pedro Alves <palves@redhat.com>
13585
13586 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13587
13588 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13589
13590 * i386-mpx-call.c: New file.
13591 * i386-mpx-call.exp: New file.
13592
13593 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13594
13595 * gdb.arch/powerpc-power.exp: Delete test.
13596 * gdb.arch/powerpc-power.s: Likewise.
13597 * gdb.disasm/disassembler-options.exp: New test.
13598 * gdb.arch/powerpc-altivec.exp: Likewise.
13599 * gdb.arch/powerpc-altivec.s: Likewise.
13600 * gdb.arch/powerpc-altivec2.exp: Likewise.
13601 * gdb.arch/powerpc-altivec2.s: Likewise.
13602 * gdb.arch/powerpc-altivec3.exp: Likewise.
13603 * gdb.arch/powerpc-altivec3.s: Likewise.
13604 * gdb.arch/powerpc-power7.exp: Likewise.
13605 * gdb.arch/powerpc-power7.s: Likewise.
13606 * gdb.arch/powerpc-power8.exp: Likewise.
13607 * gdb.arch/powerpc-power8.s: Likewise.
13608 * gdb.arch/powerpc-power9.exp: Likewise.
13609 * gdb.arch/powerpc-power9.s: Likewise.
13610 * gdb.arch/powerpc-vsx.exp: Likewise.
13611 * gdb.arch/powerpc-vsx.s: Likewise.
13612 * gdb.arch/powerpc-vsx2.exp: Likewise.
13613 * gdb.arch/powerpc-vsx2.s: Likewise.
13614 * gdb.arch/powerpc-vsx3.exp: Likewise.
13615 * gdb.arch/powerpc-vsx3.s: Likewise.
13616 * gdb.arch/arm-disassembler-options.exp: Likewise.
13617 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13618 * gdb.arch/s390-disassembler-options.exp: Likewise.
13619
13620 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13621
13622 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13623 (check_supported_features): ... this. Changed return type to void.
13624 (supports_rdseed): New static global.
13625 (rdseed): Check supports_rdseed.
13626 (initialize): Call check_supported_features.
13627
13628 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13629
13630 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13631 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13632 and lqarx/stqcx.
13633 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13634 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13635
13636 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13637
13638 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13639 uppercase.
13640
13641 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13642
13643 * gdb.dwarf2/formdata16.c: New file.
13644 * gdb.dwarf2/formdata16.exp: New file.
13645 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13646
13647 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13648
13649 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13650 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13651 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13652 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13653 DW_AT_GNU_*.
13654
13655 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13656
13657 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13658
13659 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13660
13661 PR gdb/21164
13662 * gdb.base/maint.exp: Add testcases for when the commands do
13663 not have arguments.
13664
13665 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13666
13667 * gdb.cp/chained-calls.exp: Use p instead of P.
13668
13669 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13670
13671 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13672 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13673
13674 2017-02-14 Tom Tromey <tom@tromey.com>
13675
13676 PR python/13598:
13677 * gdb.python/py-events.exp: Add before_prompt event tests.
13678
13679 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13680
13681 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13682
13683 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13684
13685 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13686 (main): Call my_unique_function_name.
13687 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13688 completion of patterns with a single match.
13689 Add missing -re switches to gdb_test_multiple calls.
13690
13691 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13692
13693 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13694 return if core file is not recognized.
13695
13696 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13697
13698 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13699 and extra UIs.
13700
13701 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13702
13703 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13704 proc_with_prefix.
13705
13706 2017-02-10 Tom Tromey <tom@tromey.com>
13707
13708 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13709
13710 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13711
13712 PR gdb/21122
13713 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13714
13715 2017-02-08 Jerome Guitton <guitton@adacore.com>
13716
13717 * gdb.base/define.exp: Add test for command abbreviations
13718 in define.
13719
13720 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13721
13722 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13723 * gdb.reverse/insn-reverse-x86.c: New file.
13724
13725 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13726
13727 PR tdep/20936
13728 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13729
13730 2017-02-03 Tom Tromey <tom@tromey.com>
13731
13732 PR rust/21097:
13733 * gdb.rust/simple.exp: Add new tests.
13734
13735 2017-02-02 Pedro Alves <palves@redhat.com>
13736
13737 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13738 tests.
13739
13740 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13741
13742 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13743 taking a 2-byte value out of a 4-byte DWARF implicit value on
13744 big-endian targets.
13745 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13746 logic. Add test cases for DW_OP_implicit.
13747
13748 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13749
13750 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13751
13752 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13753
13754 * gdb.btrace/enable.exp: Call gdb_exit before
13755 skip_gdbserver_tests.
13756
13757 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13758
13759 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13760 GDBFLAGS.
13761
13762 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13763
13764 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13765 the test is skipped.
13766 * gdb.btrace/data.exp: Likewise.
13767 * gdb.btrace/delta.exp: Likewise.
13768 * gdb.btrace/dlopen.exp: Likewise.
13769 * gdb.btrace/enable-running.exp: Likewise.
13770 * gdb.btrace/enable.exp: Likewise.
13771 * gdb.btrace/exception.exp: Likewise.
13772 * gdb.btrace/function_call_history.exp: Likewise.
13773 * gdb.btrace/gcore.exp: Likewise.
13774 * gdb.btrace/instruction_history.exp: Likewise.
13775 * gdb.btrace/multi-thread-step.exp: Likewise.
13776 * gdb.btrace/nohist.exp: Likewise.
13777 * gdb.btrace/non-stop.exp: Likewise.
13778 * gdb.btrace/reconnect.exp: Likewise.
13779 * gdb.btrace/record_goto-step.exp: Likewise.
13780 * gdb.btrace/record_goto.exp: Likewise.
13781 * gdb.btrace/rn-dl-bind.exp: Likewise.
13782 * gdb.btrace/segv.exp: Likewise.
13783 * gdb.btrace/step.exp: Likewise.
13784 * gdb.btrace/stepi.exp: Likewise.
13785 * gdb.btrace/tailcall-only.exp: Likewise.
13786 * gdb.btrace/tailcall.exp: Likewise.
13787 * gdb.btrace/tsx.exp: Likewise.
13788 * gdb.btrace/unknown_functions.exp: Likewise.
13789 * gdb.btrace/vdso.exp: Likewise.
13790
13791 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13792
13793 * gdb.btrace/enable-running.c: New.
13794 * gdb.btrace/enable-running.exp: New.
13795
13796 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13797
13798 * gdb.arch/amd64-gs_base.c: New file.
13799 * gdb.arch/amd64-gs_base.exp: New file.
13800
13801 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13802
13803 * lib/memory.exp: Remove spurious empty newlines.
13804
13805 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13806
13807 * gdb.python/py-bad-printers.exp: Load python file using "source".
13808 * gdb.python/py-events.exp: Likewise.
13809 * gdb.python/py-evsignal.exp: Likewise.
13810 * gdb.python/py-evthreads.exp: Likewise.
13811 * gdb.python/py-frame-args.exp: Likewise.
13812 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13813 * gdb.python/py-framefilter-mi.exp: Likewise.
13814 * gdb.python/py-framefilter.exp: Likewise.
13815 * gdb.python/py-mi.exp: Likewise.
13816 * gdb.python/py-pp-maint.exp: Likewise.
13817 * gdb.python/py-pp-registration.exp: Likewise.
13818 * gdb.python/py-prettyprint.exp: Likewise.
13819 (run_lang_tests): Likewise.
13820 * gdb.python/py-typeprint.exp: Likewise.
13821
13822 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13823
13824 * lib/memory.exp: New file.
13825 * lib/gdb.exp: Load memory.exp.
13826 * gdb.base/memattr.exp (delete_memory): Move proc to
13827 lib/memory.exp and rename to delete_memory_regions.
13828 Replace delete_memory with delete_memory_regions.
13829 Cleanup memory regions before tests.
13830 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13831 before tests.
13832
13833 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13834
13835 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13836 files.
13837 (initialize): New function conditionally defined.
13838 (testcases): Move within conditional block.
13839 (main): Call initialize.
13840 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13841 of gdb.reverse/insn-reverse.c.
13842 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13843 gdb.reverse/insn-reverse.c.
13844
13845 2017-01-26 Yao Qi <yao.qi@linaro.org>
13846
13847 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13848 disassemble on address 0.
13849
13850 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13851 Yao Qi <yao.qi@linaro.org>
13852
13853 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13854 * gdb.dwarf2/implptr-64bit.S: Remove.
13855 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13856 variables in caller's context. Add DW_OP_implicit_value.
13857
13858 2017-01-25 Yao Qi <yao.qi@linaro.org>
13859
13860 * lib/dwarf.exp (Dwarf::_location): Handle
13861 DW_OP_GNU_implicit_pointer with proper size.
13862
13863 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13864
13865 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13866 and add untested calls.
13867
13868 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13869
13870 * gdb.python/python.exp: Check line number against what GDB thinks
13871 the line number is for func1.
13872
13873 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13874
13875 * gdb.dlang/debug-expr.exp: New file.
13876
13877 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13878
13879 Fix test names for the following files:
13880
13881 * gdb.ada/exec_changed.exp
13882 * gdb.ada/info_types.exp
13883 * gdb.arch/aarch64-atomic-inst.exp
13884 * gdb.arch/aarch64-fp.exp
13885 * gdb.arch/altivec-abi.exp
13886 * gdb.arch/altivec-regs.exp
13887 * gdb.arch/amd64-byte.exp
13888 * gdb.arch/amd64-disp-step.exp
13889 * gdb.arch/amd64-dword.exp
13890 * gdb.arch/amd64-entry-value-inline.exp
13891 * gdb.arch/amd64-entry-value-param.exp
13892 * gdb.arch/amd64-entry-value-paramref.exp
13893 * gdb.arch/amd64-entry-value.exp
13894 * gdb.arch/amd64-i386-address.exp
13895 * gdb.arch/amd64-invalid-stack-middle.exp
13896 * gdb.arch/amd64-invalid-stack-top.exp
13897 * gdb.arch/amd64-optimout-repeat.exp
13898 * gdb.arch/amd64-prologue-skip.exp
13899 * gdb.arch/amd64-prologue-xmm.exp
13900 * gdb.arch/amd64-stap-special-operands.exp
13901 * gdb.arch/amd64-stap-wrong-subexp.exp
13902 * gdb.arch/amd64-tailcall-cxx.exp
13903 * gdb.arch/amd64-tailcall-noret.exp
13904 * gdb.arch/amd64-tailcall-ret.exp
13905 * gdb.arch/amd64-tailcall-self.exp
13906 * gdb.arch/amd64-word.exp
13907 * gdb.arch/arm-bl-branch-dest.exp
13908 * gdb.arch/arm-disp-step.exp
13909 * gdb.arch/arm-neon.exp
13910 * gdb.arch/arm-single-step-kernel-helper.exp
13911 * gdb.arch/avr-flash-qualifier.exp
13912 * gdb.arch/disp-step-insn-reloc.exp
13913 * gdb.arch/e500-abi.exp
13914 * gdb.arch/e500-regs.exp
13915 * gdb.arch/ftrace-insn-reloc.exp
13916 * gdb.arch/i386-avx512.exp
13917 * gdb.arch/i386-bp_permanent.exp
13918 * gdb.arch/i386-byte.exp
13919 * gdb.arch/i386-cfi-notcurrent.exp
13920 * gdb.arch/i386-disp-step.exp
13921 * gdb.arch/i386-dr3-watch.exp
13922 * gdb.arch/i386-float.exp
13923 * gdb.arch/i386-gnu-cfi.exp
13924 * gdb.arch/i386-mpx-map.exp
13925 * gdb.arch/i386-mpx-sigsegv.exp
13926 * gdb.arch/i386-mpx-simple_segv.exp
13927 * gdb.arch/i386-mpx.exp
13928 * gdb.arch/i386-permbkpt.exp
13929 * gdb.arch/i386-prologue.exp
13930 * gdb.arch/i386-signal.exp
13931 * gdb.arch/i386-size-overlap.exp
13932 * gdb.arch/i386-unwind.exp
13933 * gdb.arch/i386-word.exp
13934 * gdb.arch/mips-fcr.exp
13935 * gdb.arch/powerpc-d128-regs.exp
13936 * gdb.arch/powerpc-stackless.exp
13937 * gdb.arch/ppc64-atomic-inst.exp
13938 * gdb.arch/s390-stackless.exp
13939 * gdb.arch/s390-tdbregs.exp
13940 * gdb.arch/s390-vregs.exp
13941 * gdb.arch/sparc-sysstep.exp
13942 * gdb.arch/thumb-bx-pc.exp
13943 * gdb.arch/thumb-singlestep.exp
13944 * gdb.arch/thumb2-it.exp
13945 * gdb.arch/vsx-regs.exp
13946 * gdb.asm/asm-source.exp
13947 * gdb.base/a2-run.exp
13948 * gdb.base/advance.exp
13949 * gdb.base/all-bin.exp
13950 * gdb.base/anon.exp
13951 * gdb.base/args.exp
13952 * gdb.base/arithmet.exp
13953 * gdb.base/async-shell.exp
13954 * gdb.base/async.exp
13955 * gdb.base/attach-pie-noexec.exp
13956 * gdb.base/attach-twice.exp
13957 * gdb.base/auto-load.exp
13958 * gdb.base/bang.exp
13959 * gdb.base/bitfields.exp
13960 * gdb.base/break-always.exp
13961 * gdb.base/break-caller-line.exp
13962 * gdb.base/break-entry.exp
13963 * gdb.base/break-inline.exp
13964 * gdb.base/break-on-linker-gcd-function.exp
13965 * gdb.base/break-probes.exp
13966 * gdb.base/break.exp
13967 * gdb.base/breakpoint-shadow.exp
13968 * gdb.base/call-ar-st.exp
13969 * gdb.base/call-sc.exp
13970 * gdb.base/call-signal-resume.exp
13971 * gdb.base/call-strs.exp
13972 * gdb.base/callfuncs.exp
13973 * gdb.base/catch-fork-static.exp
13974 * gdb.base/catch-gdb-caused-signals.exp
13975 * gdb.base/catch-load.exp
13976 * gdb.base/catch-signal-fork.exp
13977 * gdb.base/catch-signal.exp
13978 * gdb.base/catch-syscall.exp
13979 * gdb.base/charset.exp
13980 * gdb.base/checkpoint.exp
13981 * gdb.base/chng-syms.exp
13982 * gdb.base/code-expr.exp
13983 * gdb.base/code_elim.exp
13984 * gdb.base/commands.exp
13985 * gdb.base/completion.exp
13986 * gdb.base/complex.exp
13987 * gdb.base/cond-expr.exp
13988 * gdb.base/condbreak.exp
13989 * gdb.base/consecutive.exp
13990 * gdb.base/continue-all-already-running.exp
13991 * gdb.base/coredump-filter.exp
13992 * gdb.base/corefile.exp
13993 * gdb.base/dbx.exp
13994 * gdb.base/debug-expr.exp
13995 * gdb.base/define.exp
13996 * gdb.base/del.exp
13997 * gdb.base/disabled-location.exp
13998 * gdb.base/disasm-end-cu.exp
13999 * gdb.base/disasm-optim.exp
14000 * gdb.base/display.exp
14001 * gdb.base/duplicate-bp.exp
14002 * gdb.base/ena-dis-br.exp
14003 * gdb.base/ending-run.exp
14004 * gdb.base/enumval.exp
14005 * gdb.base/environ.exp
14006 * gdb.base/eu-strip-infcall.exp
14007 * gdb.base/eval-avoid-side-effects.exp
14008 * gdb.base/eval-skip.exp
14009 * gdb.base/exitsignal.exp
14010 * gdb.base/expand-psymtabs.exp
14011 * gdb.base/filesym.exp
14012 * gdb.base/find-unmapped.exp
14013 * gdb.base/finish.exp
14014 * gdb.base/float.exp
14015 * gdb.base/foll-exec-mode.exp
14016 * gdb.base/foll-exec.exp
14017 * gdb.base/foll-fork.exp
14018 * gdb.base/fortran-sym-case.exp
14019 * gdb.base/freebpcmd.exp
14020 * gdb.base/func-ptr.exp
14021 * gdb.base/func-ptrs.exp
14022 * gdb.base/funcargs.exp
14023 * gdb.base/gcore-buffer-overflow.exp
14024 * gdb.base/gcore-relro-pie.exp
14025 * gdb.base/gcore-relro.exp
14026 * gdb.base/gcore.exp
14027 * gdb.base/gdb1090.exp
14028 * gdb.base/gdb11530.exp
14029 * gdb.base/gdb11531.exp
14030 * gdb.base/gdb1821.exp
14031 * gdb.base/gdbindex-stabs.exp
14032 * gdb.base/gdbvars.exp
14033 * gdb.base/hbreak.exp
14034 * gdb.base/hbreak2.exp
14035 * gdb.base/included.exp
14036 * gdb.base/infcall-input.exp
14037 * gdb.base/inferior-died.exp
14038 * gdb.base/infnan.exp
14039 * gdb.base/info-macros.exp
14040 * gdb.base/info-os.exp
14041 * gdb.base/info-proc.exp
14042 * gdb.base/info-shared.exp
14043 * gdb.base/info-target.exp
14044 * gdb.base/infoline.exp
14045 * gdb.base/interp.exp
14046 * gdb.base/interrupt.exp
14047 * gdb.base/jit-reader.exp
14048 * gdb.base/jit-simple.exp
14049 * gdb.base/kill-after-signal.exp
14050 * gdb.base/kill-detach-inferiors-cmd.exp
14051 * gdb.base/label.exp
14052 * gdb.base/langs.exp
14053 * gdb.base/ldbl_e308.exp
14054 * gdb.base/line-symtabs.exp
14055 * gdb.base/linespecs.exp
14056 * gdb.base/list.exp
14057 * gdb.base/long_long.exp
14058 * gdb.base/longest-types.exp
14059 * gdb.base/maint.exp
14060 * gdb.base/max-value-size.exp
14061 * gdb.base/memattr.exp
14062 * gdb.base/mips_pro.exp
14063 * gdb.base/morestack.exp
14064 * gdb.base/moribund-step.exp
14065 * gdb.base/multi-forks.exp
14066 * gdb.base/nested-addr.exp
14067 * gdb.base/nextoverexit.exp
14068 * gdb.base/noreturn-finish.exp
14069 * gdb.base/noreturn-return.exp
14070 * gdb.base/nostdlib.exp
14071 * gdb.base/offsets.exp
14072 * gdb.base/opaque.exp
14073 * gdb.base/pc-fp.exp
14074 * gdb.base/permissions.exp
14075 * gdb.base/print-symbol-loading.exp
14076 * gdb.base/prologue-include.exp
14077 * gdb.base/psymtab.exp
14078 * gdb.base/ptype.exp
14079 * gdb.base/random-signal.exp
14080 * gdb.base/randomize.exp
14081 * gdb.base/range-stepping.exp
14082 * gdb.base/readline-ask.exp
14083 * gdb.base/recpar.exp
14084 * gdb.base/recurse.exp
14085 * gdb.base/relational.exp
14086 * gdb.base/restore.exp
14087 * gdb.base/return-nodebug.exp
14088 * gdb.base/return.exp
14089 * gdb.base/run-after-attach.exp
14090 * gdb.base/save-bp.exp
14091 * gdb.base/scope.exp
14092 * gdb.base/sect-cmd.exp
14093 * gdb.base/set-lang-auto.exp
14094 * gdb.base/set-noassign.exp
14095 * gdb.base/setvar.exp
14096 * gdb.base/sigall.exp
14097 * gdb.base/sigbpt.exp
14098 * gdb.base/siginfo-addr.exp
14099 * gdb.base/siginfo-infcall.exp
14100 * gdb.base/siginfo-obj.exp
14101 * gdb.base/siginfo.exp
14102 * gdb.base/signals-state-child.exp
14103 * gdb.base/signest.exp
14104 * gdb.base/sigstep.exp
14105 * gdb.base/sizeof.exp
14106 * gdb.base/skip.exp
14107 * gdb.base/solib-corrupted.exp
14108 * gdb.base/solib-nodir.exp
14109 * gdb.base/solib-search.exp
14110 * gdb.base/stack-checking.exp
14111 * gdb.base/stale-infcall.exp
14112 * gdb.base/stap-probe.exp
14113 * gdb.base/start.exp
14114 * gdb.base/step-break.exp
14115 * gdb.base/step-bt.exp
14116 * gdb.base/step-line.exp
14117 * gdb.base/step-over-exit.exp
14118 * gdb.base/step-over-syscall.exp
14119 * gdb.base/step-resume-infcall.exp
14120 * gdb.base/step-test.exp
14121 * gdb.base/store.exp
14122 * gdb.base/structs3.exp
14123 * gdb.base/sym-file.exp
14124 * gdb.base/symbol-without-target_section.exp
14125 * gdb.base/term.exp
14126 * gdb.base/testenv.exp
14127 * gdb.base/ui-redirect.exp
14128 * gdb.base/until.exp
14129 * gdb.base/unwindonsignal.exp
14130 * gdb.base/value-double-free.exp
14131 * gdb.base/vla-datatypes.exp
14132 * gdb.base/vla-ptr.exp
14133 * gdb.base/vla-sideeffect.exp
14134 * gdb.base/volatile.exp
14135 * gdb.base/watch-cond-infcall.exp
14136 * gdb.base/watch-cond.exp
14137 * gdb.base/watch-non-mem.exp
14138 * gdb.base/watch-read.exp
14139 * gdb.base/watch-vfork.exp
14140 * gdb.base/watchpoint-cond-gone.exp
14141 * gdb.base/watchpoint-delete.exp
14142 * gdb.base/watchpoint-hw-hit-once.exp
14143 * gdb.base/watchpoint-hw.exp
14144 * gdb.base/watchpoint-stops-at-right-insn.exp
14145 * gdb.base/watchpoints.exp
14146 * gdb.base/wchar.exp
14147 * gdb.base/whatis-exp.exp
14148 * gdb.btrace/buffer-size.exp
14149 * gdb.btrace/data.exp
14150 * gdb.btrace/delta.exp
14151 * gdb.btrace/dlopen.exp
14152 * gdb.btrace/enable.exp
14153 * gdb.btrace/exception.exp
14154 * gdb.btrace/function_call_history.exp
14155 * gdb.btrace/gcore.exp
14156 * gdb.btrace/instruction_history.exp
14157 * gdb.btrace/nohist.exp
14158 * gdb.btrace/reconnect.exp
14159 * gdb.btrace/record_goto-step.exp
14160 * gdb.btrace/record_goto.exp
14161 * gdb.btrace/rn-dl-bind.exp
14162 * gdb.btrace/segv.exp
14163 * gdb.btrace/step.exp
14164 * gdb.btrace/stepi.exp
14165 * gdb.btrace/tailcall-only.exp
14166 * gdb.btrace/tailcall.exp
14167 * gdb.btrace/tsx.exp
14168 * gdb.btrace/unknown_functions.exp
14169 * gdb.btrace/vdso.exp
14170 * gdb.compile/compile-ifunc.exp
14171 * gdb.compile/compile-ops.exp
14172 * gdb.compile/compile-print.exp
14173 * gdb.compile/compile-setjmp.exp
14174 * gdb.cp/abstract-origin.exp
14175 * gdb.cp/ambiguous.exp
14176 * gdb.cp/annota2.exp
14177 * gdb.cp/annota3.exp
14178 * gdb.cp/anon-ns.exp
14179 * gdb.cp/anon-struct.exp
14180 * gdb.cp/anon-union.exp
14181 * gdb.cp/arg-reference.exp
14182 * gdb.cp/baseenum.exp
14183 * gdb.cp/bool.exp
14184 * gdb.cp/breakpoint.exp
14185 * gdb.cp/bs15503.exp
14186 * gdb.cp/call-c.exp
14187 * gdb.cp/casts.exp
14188 * gdb.cp/chained-calls.exp
14189 * gdb.cp/class2.exp
14190 * gdb.cp/classes.exp
14191 * gdb.cp/cmpd-minsyms.exp
14192 * gdb.cp/converts.exp
14193 * gdb.cp/cp-relocate.exp
14194 * gdb.cp/cpcompletion.exp
14195 * gdb.cp/cpexprs.exp
14196 * gdb.cp/cplabel.exp
14197 * gdb.cp/cplusfuncs.exp
14198 * gdb.cp/cpsizeof.exp
14199 * gdb.cp/ctti.exp
14200 * gdb.cp/derivation.exp
14201 * gdb.cp/destrprint.exp
14202 * gdb.cp/dispcxx.exp
14203 * gdb.cp/enum-class.exp
14204 * gdb.cp/exception.exp
14205 * gdb.cp/exceptprint.exp
14206 * gdb.cp/expand-psymtabs-cxx.exp
14207 * gdb.cp/expand-sals.exp
14208 * gdb.cp/extern-c.exp
14209 * gdb.cp/filename.exp
14210 * gdb.cp/formatted-ref.exp
14211 * gdb.cp/fpointer.exp
14212 * gdb.cp/gdb1355.exp
14213 * gdb.cp/gdb2495.exp
14214 * gdb.cp/hang.exp
14215 * gdb.cp/impl-this.exp
14216 * gdb.cp/infcall-dlopen.exp
14217 * gdb.cp/inherit.exp
14218 * gdb.cp/iostream.exp
14219 * gdb.cp/koenig.exp
14220 * gdb.cp/local.exp
14221 * gdb.cp/m-data.exp
14222 * gdb.cp/m-static.exp
14223 * gdb.cp/mb-ctor.exp
14224 * gdb.cp/mb-inline.exp
14225 * gdb.cp/mb-templates.exp
14226 * gdb.cp/member-name.exp
14227 * gdb.cp/member-ptr.exp
14228 * gdb.cp/meth-typedefs.exp
14229 * gdb.cp/method.exp
14230 * gdb.cp/method2.exp
14231 * gdb.cp/minsym-fallback.exp
14232 * gdb.cp/misc.exp
14233 * gdb.cp/namelessclass.exp
14234 * gdb.cp/namespace-enum.exp
14235 * gdb.cp/namespace-nested-import.exp
14236 * gdb.cp/namespace.exp
14237 * gdb.cp/nextoverthrow.exp
14238 * gdb.cp/no-dmgl-verbose.exp
14239 * gdb.cp/non-trivial-retval.exp
14240 * gdb.cp/noparam.exp
14241 * gdb.cp/nsdecl.exp
14242 * gdb.cp/nsimport.exp
14243 * gdb.cp/nsnested.exp
14244 * gdb.cp/nsnoimports.exp
14245 * gdb.cp/nsrecurs.exp
14246 * gdb.cp/nsstress.exp
14247 * gdb.cp/nsusing.exp
14248 * gdb.cp/operator.exp
14249 * gdb.cp/oranking.exp
14250 * gdb.cp/overload-const.exp
14251 * gdb.cp/overload.exp
14252 * gdb.cp/ovldbreak.exp
14253 * gdb.cp/ovsrch.exp
14254 * gdb.cp/paren-type.exp
14255 * gdb.cp/parse-lang.exp
14256 * gdb.cp/pass-by-ref.exp
14257 * gdb.cp/pr-1023.exp
14258 * gdb.cp/pr-1210.exp
14259 * gdb.cp/pr-574.exp
14260 * gdb.cp/pr10687.exp
14261 * gdb.cp/pr12028.exp
14262 * gdb.cp/pr17132.exp
14263 * gdb.cp/pr17494.exp
14264 * gdb.cp/pr9067.exp
14265 * gdb.cp/pr9167.exp
14266 * gdb.cp/pr9631.exp
14267 * gdb.cp/printmethod.exp
14268 * gdb.cp/psmang.exp
14269 * gdb.cp/psymtab-parameter.exp
14270 * gdb.cp/ptype-cv-cp.exp
14271 * gdb.cp/ptype-flags.exp
14272 * gdb.cp/re-set-overloaded.exp
14273 * gdb.cp/ref-types.exp
14274 * gdb.cp/rtti.exp
14275 * gdb.cp/scope-err.exp
14276 * gdb.cp/shadow.exp
14277 * gdb.cp/smartp.exp
14278 * gdb.cp/static-method.exp
14279 * gdb.cp/static-print-quit.exp
14280 * gdb.cp/temargs.exp
14281 * gdb.cp/templates.exp
14282 * gdb.cp/try_catch.exp
14283 * gdb.cp/typedef-operator.exp
14284 * gdb.cp/typeid.exp
14285 * gdb.cp/userdef.exp
14286 * gdb.cp/using-crash.exp
14287 * gdb.cp/var-tag.exp
14288 * gdb.cp/virtbase.exp
14289 * gdb.cp/virtfunc.exp
14290 * gdb.cp/virtfunc2.exp
14291 * gdb.cp/vla-cxx.exp
14292 * gdb.disasm/t01_mov.exp
14293 * gdb.disasm/t02_mova.exp
14294 * gdb.disasm/t03_add.exp
14295 * gdb.disasm/t04_sub.exp
14296 * gdb.disasm/t05_cmp.exp
14297 * gdb.disasm/t06_ari2.exp
14298 * gdb.disasm/t07_ari3.exp
14299 * gdb.disasm/t08_or.exp
14300 * gdb.disasm/t09_xor.exp
14301 * gdb.disasm/t10_and.exp
14302 * gdb.disasm/t11_logs.exp
14303 * gdb.disasm/t12_bit.exp
14304 * gdb.disasm/t13_otr.exp
14305 * gdb.dlang/circular.exp
14306 * gdb.dwarf2/arr-stride.exp
14307 * gdb.dwarf2/arr-subrange.exp
14308 * gdb.dwarf2/atomic-type.exp
14309 * gdb.dwarf2/bad-regnum.exp
14310 * gdb.dwarf2/bitfield-parent-optimized-out.exp
14311 * gdb.dwarf2/callframecfa.exp
14312 * gdb.dwarf2/clztest.exp
14313 * gdb.dwarf2/corrupt.exp
14314 * gdb.dwarf2/data-loc.exp
14315 * gdb.dwarf2/dup-psym.exp
14316 * gdb.dwarf2/dw2-anon-mptr.exp
14317 * gdb.dwarf2/dw2-anonymous-func.exp
14318 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
14319 * gdb.dwarf2/dw2-bad-unresolved.exp
14320 * gdb.dwarf2/dw2-basic.exp
14321 * gdb.dwarf2/dw2-canonicalize-type.exp
14322 * gdb.dwarf2/dw2-case-insensitive.exp
14323 * gdb.dwarf2/dw2-common-block.exp
14324 * gdb.dwarf2/dw2-compdir-oldgcc.exp
14325 * gdb.dwarf2/dw2-compressed.exp
14326 * gdb.dwarf2/dw2-const.exp
14327 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
14328 * gdb.dwarf2/dw2-cu-size.exp
14329 * gdb.dwarf2/dw2-dup-frame.exp
14330 * gdb.dwarf2/dw2-entry-value.exp
14331 * gdb.dwarf2/dw2-icycle.exp
14332 * gdb.dwarf2/dw2-ifort-parameter.exp
14333 * gdb.dwarf2/dw2-inline-break.exp
14334 * gdb.dwarf2/dw2-inline-param.exp
14335 * gdb.dwarf2/dw2-intercu.exp
14336 * gdb.dwarf2/dw2-intermix.exp
14337 * gdb.dwarf2/dw2-lexical-block-bare.exp
14338 * gdb.dwarf2/dw2-linkage-name-trust.exp
14339 * gdb.dwarf2/dw2-minsym-in-cu.exp
14340 * gdb.dwarf2/dw2-noloc.exp
14341 * gdb.dwarf2/dw2-op-call.exp
14342 * gdb.dwarf2/dw2-op-out-param.exp
14343 * gdb.dwarf2/dw2-opt-structptr.exp
14344 * gdb.dwarf2/dw2-param-error.exp
14345 * gdb.dwarf2/dw2-producer.exp
14346 * gdb.dwarf2/dw2-ranges-base.exp
14347 * gdb.dwarf2/dw2-ref-missing-frame.exp
14348 * gdb.dwarf2/dw2-reg-undefined.exp
14349 * gdb.dwarf2/dw2-regno-invalid.exp
14350 * gdb.dwarf2/dw2-restore.exp
14351 * gdb.dwarf2/dw2-restrict.exp
14352 * gdb.dwarf2/dw2-single-line-discriminators.exp
14353 * gdb.dwarf2/dw2-strp.exp
14354 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14355 * gdb.dwarf2/dw2-unresolved.exp
14356 * gdb.dwarf2/dw2-var-zero-addr.exp
14357 * gdb.dwarf2/dw4-sig-types.exp
14358 * gdb.dwarf2/dwz.exp
14359 * gdb.dwarf2/dynarr-ptr.exp
14360 * gdb.dwarf2/enum-type.exp
14361 * gdb.dwarf2/gdb-index.exp
14362 * gdb.dwarf2/implptr-64bit.exp
14363 * gdb.dwarf2/implptr-optimized-out.exp
14364 * gdb.dwarf2/implptr.exp
14365 * gdb.dwarf2/implref-array.exp
14366 * gdb.dwarf2/implref-const.exp
14367 * gdb.dwarf2/implref-global.exp
14368 * gdb.dwarf2/implref-struct.exp
14369 * gdb.dwarf2/mac-fileno.exp
14370 * gdb.dwarf2/main-subprogram.exp
14371 * gdb.dwarf2/member-ptr-forwardref.exp
14372 * gdb.dwarf2/method-ptr.exp
14373 * gdb.dwarf2/missing-sig-type.exp
14374 * gdb.dwarf2/nonvar-access.exp
14375 * gdb.dwarf2/opaque-type-lookup.exp
14376 * gdb.dwarf2/pieces-optimized-out.exp
14377 * gdb.dwarf2/pieces.exp
14378 * gdb.dwarf2/pr10770.exp
14379 * gdb.dwarf2/pr13961.exp
14380 * gdb.dwarf2/staticvirtual.exp
14381 * gdb.dwarf2/subrange.exp
14382 * gdb.dwarf2/symtab-producer.exp
14383 * gdb.dwarf2/trace-crash.exp
14384 * gdb.dwarf2/typeddwarf.exp
14385 * gdb.dwarf2/valop.exp
14386 * gdb.dwarf2/watch-notconst.exp
14387 * gdb.fortran/array-element.exp
14388 * gdb.fortran/charset.exp
14389 * gdb.fortran/common-block.exp
14390 * gdb.fortran/complex.exp
14391 * gdb.fortran/derived-type-function.exp
14392 * gdb.fortran/derived-type.exp
14393 * gdb.fortran/logical.exp
14394 * gdb.fortran/module.exp
14395 * gdb.fortran/multi-dim.exp
14396 * gdb.fortran/nested-funcs.exp
14397 * gdb.fortran/print-formatted.exp
14398 * gdb.fortran/subarray.exp
14399 * gdb.fortran/vla-alloc-assoc.exp
14400 * gdb.fortran/vla-datatypes.exp
14401 * gdb.fortran/vla-history.exp
14402 * gdb.fortran/vla-ptr-info.exp
14403 * gdb.fortran/vla-ptype-sub.exp
14404 * gdb.fortran/vla-ptype.exp
14405 * gdb.fortran/vla-sizeof.exp
14406 * gdb.fortran/vla-type.exp
14407 * gdb.fortran/vla-value-sub-arbitrary.exp
14408 * gdb.fortran/vla-value-sub-finish.exp
14409 * gdb.fortran/vla-value-sub.exp
14410 * gdb.fortran/vla-value.exp
14411 * gdb.fortran/whatis_type.exp
14412 * gdb.go/chan.exp
14413 * gdb.go/handcall.exp
14414 * gdb.go/hello.exp
14415 * gdb.go/integers.exp
14416 * gdb.go/methods.exp
14417 * gdb.go/package.exp
14418 * gdb.go/strings.exp
14419 * gdb.go/types.exp
14420 * gdb.go/unsafe.exp
14421 * gdb.guile/scm-arch.exp
14422 * gdb.guile/scm-block.exp
14423 * gdb.guile/scm-breakpoint.exp
14424 * gdb.guile/scm-cmd.exp
14425 * gdb.guile/scm-disasm.exp
14426 * gdb.guile/scm-equal.exp
14427 * gdb.guile/scm-frame-args.exp
14428 * gdb.guile/scm-frame-inline.exp
14429 * gdb.guile/scm-frame.exp
14430 * gdb.guile/scm-iterator.exp
14431 * gdb.guile/scm-math.exp
14432 * gdb.guile/scm-objfile.exp
14433 * gdb.guile/scm-ports.exp
14434 * gdb.guile/scm-symbol.exp
14435 * gdb.guile/scm-symtab.exp
14436 * gdb.guile/scm-value-cc.exp
14437 * gdb.guile/types-module.exp
14438 * gdb.linespec/break-ask.exp
14439 * gdb.linespec/cpexplicit.exp
14440 * gdb.linespec/explicit.exp
14441 * gdb.linespec/keywords.exp
14442 * gdb.linespec/linespec.exp
14443 * gdb.linespec/ls-dollar.exp
14444 * gdb.linespec/ls-errs.exp
14445 * gdb.linespec/skip-two.exp
14446 * gdb.linespec/thread.exp
14447 * gdb.mi/mi-async.exp
14448 * gdb.mi/mi-basics.exp
14449 * gdb.mi/mi-break.exp
14450 * gdb.mi/mi-catch-load.exp
14451 * gdb.mi/mi-cli.exp
14452 * gdb.mi/mi-cmd-param-changed.exp
14453 * gdb.mi/mi-console.exp
14454 * gdb.mi/mi-detach.exp
14455 * gdb.mi/mi-disassemble.exp
14456 * gdb.mi/mi-eval.exp
14457 * gdb.mi/mi-file-transfer.exp
14458 * gdb.mi/mi-file.exp
14459 * gdb.mi/mi-fill-memory.exp
14460 * gdb.mi/mi-inheritance-syntax-error.exp
14461 * gdb.mi/mi-linespec-err-cp.exp
14462 * gdb.mi/mi-logging.exp
14463 * gdb.mi/mi-memory-changed.exp
14464 * gdb.mi/mi-read-memory.exp
14465 * gdb.mi/mi-record-changed.exp
14466 * gdb.mi/mi-reg-undefined.exp
14467 * gdb.mi/mi-regs.exp
14468 * gdb.mi/mi-return.exp
14469 * gdb.mi/mi-reverse.exp
14470 * gdb.mi/mi-simplerun.exp
14471 * gdb.mi/mi-solib.exp
14472 * gdb.mi/mi-stack.exp
14473 * gdb.mi/mi-stepi.exp
14474 * gdb.mi/mi-syn-frame.exp
14475 * gdb.mi/mi-until.exp
14476 * gdb.mi/mi-var-block.exp
14477 * gdb.mi/mi-var-child.exp
14478 * gdb.mi/mi-var-cmd.exp
14479 * gdb.mi/mi-var-cp.exp
14480 * gdb.mi/mi-var-display.exp
14481 * gdb.mi/mi-var-invalidate.exp
14482 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14483 * gdb.mi/mi-vla-fortran.exp
14484 * gdb.mi/mi-watch.exp
14485 * gdb.mi/mi2-var-child.exp
14486 * gdb.mi/user-selected-context-sync.exp
14487 * gdb.modula2/unbounded-array.exp
14488 * gdb.multi/dummy-frame-restore.exp
14489 * gdb.multi/multi-arch-exec.exp
14490 * gdb.multi/multi-arch.exp
14491 * gdb.multi/tids.exp
14492 * gdb.multi/watchpoint-multi.exp
14493 * gdb.opencl/callfuncs.exp
14494 * gdb.opencl/convs_casts.exp
14495 * gdb.opencl/datatypes.exp
14496 * gdb.opencl/operators.exp
14497 * gdb.opencl/vec_comps.exp
14498 * gdb.opt/clobbered-registers-O2.exp
14499 * gdb.opt/inline-break.exp
14500 * gdb.opt/inline-bt.exp
14501 * gdb.opt/inline-cmds.exp
14502 * gdb.opt/inline-locals.exp
14503 * gdb.pascal/case-insensitive-symbols.exp
14504 * gdb.pascal/floats.exp
14505 * gdb.pascal/gdb11492.exp
14506 * gdb.python/lib-types.exp
14507 * gdb.python/py-arch.exp
14508 * gdb.python/py-as-string.exp
14509 * gdb.python/py-bad-printers.exp
14510 * gdb.python/py-block.exp
14511 * gdb.python/py-breakpoint-create-fail.exp
14512 * gdb.python/py-breakpoint.exp
14513 * gdb.python/py-caller-is.exp
14514 * gdb.python/py-cmd.exp
14515 * gdb.python/py-explore-cc.exp
14516 * gdb.python/py-explore.exp
14517 * gdb.python/py-finish-breakpoint.exp
14518 * gdb.python/py-finish-breakpoint2.exp
14519 * gdb.python/py-frame-args.exp
14520 * gdb.python/py-frame-inline.exp
14521 * gdb.python/py-frame.exp
14522 * gdb.python/py-framefilter-mi.exp
14523 * gdb.python/py-infthread.exp
14524 * gdb.python/py-lazy-string.exp
14525 * gdb.python/py-linetable.exp
14526 * gdb.python/py-mi-events.exp
14527 * gdb.python/py-mi-objfile.exp
14528 * gdb.python/py-mi.exp
14529 * gdb.python/py-objfile.exp
14530 * gdb.python/py-pp-integral.exp
14531 * gdb.python/py-pp-maint.exp
14532 * gdb.python/py-pp-re-notag.exp
14533 * gdb.python/py-pp-registration.exp
14534 * gdb.python/py-recurse-unwind.exp
14535 * gdb.python/py-strfns.exp
14536 * gdb.python/py-symbol.exp
14537 * gdb.python/py-symtab.exp
14538 * gdb.python/py-sync-interp.exp
14539 * gdb.python/py-typeprint.exp
14540 * gdb.python/py-unwind-maint.exp
14541 * gdb.python/py-unwind.exp
14542 * gdb.python/py-value-cc.exp
14543 * gdb.python/py-xmethods.exp
14544 * gdb.reverse/amd64-tailcall-reverse.exp
14545 * gdb.reverse/break-precsave.exp
14546 * gdb.reverse/break-reverse.exp
14547 * gdb.reverse/consecutive-precsave.exp
14548 * gdb.reverse/consecutive-reverse.exp
14549 * gdb.reverse/finish-precsave.exp
14550 * gdb.reverse/finish-reverse-bkpt.exp
14551 * gdb.reverse/finish-reverse.exp
14552 * gdb.reverse/fstatat-reverse.exp
14553 * gdb.reverse/getresuid-reverse.exp
14554 * gdb.reverse/i386-precsave.exp
14555 * gdb.reverse/i386-reverse.exp
14556 * gdb.reverse/i386-sse-reverse.exp
14557 * gdb.reverse/i387-env-reverse.exp
14558 * gdb.reverse/i387-stack-reverse.exp
14559 * gdb.reverse/insn-reverse.exp
14560 * gdb.reverse/machinestate-precsave.exp
14561 * gdb.reverse/machinestate.exp
14562 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14563 * gdb.reverse/pipe-reverse.exp
14564 * gdb.reverse/readv-reverse.exp
14565 * gdb.reverse/recvmsg-reverse.exp
14566 * gdb.reverse/rerun-prec.exp
14567 * gdb.reverse/s390-mvcle.exp
14568 * gdb.reverse/step-precsave.exp
14569 * gdb.reverse/step-reverse.exp
14570 * gdb.reverse/time-reverse.exp
14571 * gdb.reverse/until-precsave.exp
14572 * gdb.reverse/until-reverse.exp
14573 * gdb.reverse/waitpid-reverse.exp
14574 * gdb.reverse/watch-precsave.exp
14575 * gdb.reverse/watch-reverse.exp
14576 * gdb.rust/generics.exp
14577 * gdb.rust/methods.exp
14578 * gdb.rust/modules.exp
14579 * gdb.rust/simple.exp
14580 * gdb.server/connect-with-no-symbol-file.exp
14581 * gdb.server/ext-attach.exp
14582 * gdb.server/ext-restart.exp
14583 * gdb.server/ext-wrapper.exp
14584 * gdb.server/file-transfer.exp
14585 * gdb.server/server-exec-info.exp
14586 * gdb.server/server-kill.exp
14587 * gdb.server/server-mon.exp
14588 * gdb.server/wrapper.exp
14589 * gdb.stabs/exclfwd.exp
14590 * gdb.stabs/gdb11479.exp
14591 * gdb.threads/clone-new-thread-event.exp
14592 * gdb.threads/corethreads.exp
14593 * gdb.threads/current-lwp-dead.exp
14594 * gdb.threads/dlopen-libpthread.exp
14595 * gdb.threads/gcore-thread.exp
14596 * gdb.threads/sigstep-threads.exp
14597 * gdb.threads/watchpoint-fork.exp
14598 * gdb.trace/actions-changed.exp
14599 * gdb.trace/backtrace.exp
14600 * gdb.trace/change-loc.exp
14601 * gdb.trace/circ.exp
14602 * gdb.trace/collection.exp
14603 * gdb.trace/disconnected-tracing.exp
14604 * gdb.trace/ftrace.exp
14605 * gdb.trace/mi-trace-frame-collected.exp
14606 * gdb.trace/mi-trace-unavailable.exp
14607 * gdb.trace/mi-traceframe-changed.exp
14608 * gdb.trace/mi-tsv-changed.exp
14609 * gdb.trace/no-attach-trace.exp
14610 * gdb.trace/passc-dyn.exp
14611 * gdb.trace/qtro.exp
14612 * gdb.trace/range-stepping.exp
14613 * gdb.trace/read-memory.exp
14614 * gdb.trace/save-trace.exp
14615 * gdb.trace/signal.exp
14616 * gdb.trace/status-stop.exp
14617 * gdb.trace/tfile.exp
14618 * gdb.trace/trace-break.exp
14619 * gdb.trace/trace-buffer-size.exp
14620 * gdb.trace/trace-condition.exp
14621 * gdb.trace/tracefile-pseudo-reg.exp
14622 * gdb.trace/tstatus.exp
14623 * gdb.trace/unavailable.exp
14624 * gdb.trace/while-dyn.exp
14625 * gdb.trace/while-stepping.exp
14626
14627 2016-12-22 Doug Evans <xdje42@gmail.com>
14628
14629 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14630 and msymbols.
14631
14632 2016-12-19 Yao Qi <yao.qi@linaro.org>
14633
14634 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14635 (test_with_self): Don't call do_steps_and_nexts, and remove
14636 code about stepping into xmalloc.
14637
14638 2016-12-09 Yao Qi <yao.qi@linaro.org>
14639
14640 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14641
14642 2016-12-09 Yao Qi <yao.qi@linaro.org>
14643
14644 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14645
14646 2016-12-09 Pedro Alves <palves@redhat.com>
14647
14648 * gdb.base/all-architectures-0.exp: New file.
14649 * gdb.base/all-architectures-1.exp: New file.
14650 * gdb.base/all-architectures-2.exp: New file.
14651 * gdb.base/all-architectures-3.exp: New file.
14652 * gdb.base/all-architectures-4.exp: New file.
14653 * gdb.base/all-architectures-5.exp: New file.
14654 * gdb.base/all-architectures-6.exp: New file.
14655 * gdb.base/all-architectures-7.exp: New file.
14656 * gdb.base/all-architectures.exp.in: New file.
14657
14658 2016-12-09 Yao Qi <yao.qi@linaro.org>
14659
14660 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14661
14662 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14663
14664 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14665 possible.
14666 Remove useless pattern-matching code.
14667
14668 2016-12-02 Pedro Alves <palves@redhat.com>
14669
14670 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14671 procedure.
14672 (top level): Call it.
14673
14674 2016-12-02 Pedro Alves <palves@redhat.com>
14675
14676 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14677 New procedure.
14678 (top level): Call it.
14679
14680 2016-12-02 Pedro Alves <palves@redhat.com>
14681
14682 PR cli/20559
14683 * gdb.base/commands.exp (user_defined_command_args_eval): New
14684 procedure.
14685 (top level): Call it.
14686
14687 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14688
14689 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14690 timeout handling.
14691
14692 2016-12-02 Tom Tromey <tom@tromey.com>
14693
14694 * gdb.dwarf2/main-subprogram.c: New file.
14695 * gdb.dwarf2/main-subprogram.exp: New file.
14696
14697 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14698
14699 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14700 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14701 gdb_test_no_output for a couple of cases.
14702 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14703
14704 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14705
14706 Fix test names and standardize compilation error messages throughout
14707 the following files:
14708
14709 * gdb.ada/start.exp
14710 * gdb.arch/alpha-step.exp
14711 * gdb.arch/e500-prologue.exp
14712 * gdb.arch/ftrace-insn-reloc.exp
14713 * gdb.arch/gdb1291.exp
14714 * gdb.arch/gdb1431.exp
14715 * gdb.arch/gdb1558.exp
14716 * gdb.arch/i386-dr3-watch.exp
14717 * gdb.arch/i386-sse-stack-align.exp
14718 * gdb.arch/ia64-breakpoint-shadow.exp
14719 * gdb.arch/pa-nullify.exp
14720 * gdb.arch/powerpc-aix-prologue.exp
14721 * gdb.arch/thumb-bx-pc.exp
14722 * gdb.base/annota1.exp
14723 * gdb.base/annota3.exp
14724 * gdb.base/arrayidx.exp
14725 * gdb.base/assign.exp
14726 * gdb.base/attach.exp
14727 * gdb.base/auxv.exp
14728 * gdb.base/bang.exp
14729 * gdb.base/bfp-test.exp
14730 * gdb.base/bigcore.exp
14731 * gdb.base/bitfields2.exp
14732 * gdb.base/break-fun-addr.exp
14733 * gdb.base/break-probes.exp
14734 * gdb.base/call-rt-st.exp
14735 * gdb.base/callexit.exp
14736 * gdb.base/catch-fork-kill.exp
14737 * gdb.base/charset.exp
14738 * gdb.base/checkpoint.exp
14739 * gdb.base/comprdebug.exp
14740 * gdb.base/constvars.exp
14741 * gdb.base/coredump-filter.exp
14742 * gdb.base/cursal.exp
14743 * gdb.base/cvexpr.exp
14744 * gdb.base/detach.exp
14745 * gdb.base/display.exp
14746 * gdb.base/dmsym.exp
14747 * gdb.base/dprintf-pending.exp
14748 * gdb.base/dso2dso.exp
14749 * gdb.base/dtrace-probe.exp
14750 * gdb.base/dump.exp
14751 * gdb.base/enum_cond.exp
14752 * gdb.base/exe-lock.exp
14753 * gdb.base/exec-invalid-sysroot.exp
14754 * gdb.base/execl-update-breakpoints.exp
14755 * gdb.base/exprs.exp
14756 * gdb.base/fileio.exp
14757 * gdb.base/find.exp
14758 * gdb.base/finish.exp
14759 * gdb.base/fixsection.exp
14760 * gdb.base/foll-vfork.exp
14761 * gdb.base/frame-args.exp
14762 * gdb.base/gcore.exp
14763 * gdb.base/gdb1250.exp
14764 * gdb.base/global-var-nested-by-dso.exp
14765 * gdb.base/gnu-ifunc.exp
14766 * gdb.base/hashline1.exp
14767 * gdb.base/hashline2.exp
14768 * gdb.base/hashline3.exp
14769 * gdb.base/hbreak-in-shr-unsupported.exp
14770 * gdb.base/huge.exp
14771 * gdb.base/infcall-input.exp
14772 * gdb.base/info-fun.exp
14773 * gdb.base/info-shared.exp
14774 * gdb.base/jit-simple.exp
14775 * gdb.base/jit-so.exp
14776 * gdb.base/jit.exp
14777 * gdb.base/jump.exp
14778 * gdb.base/label.exp
14779 * gdb.base/lineinc.exp
14780 * gdb.base/logical.exp
14781 * gdb.base/longjmp.exp
14782 * gdb.base/macscp.exp
14783 * gdb.base/miscexprs.exp
14784 * gdb.base/new-ui-echo.exp
14785 * gdb.base/new-ui-pending-input.exp
14786 * gdb.base/new-ui.exp
14787 * gdb.base/nodebug.exp
14788 * gdb.base/nofield.exp
14789 * gdb.base/offsets.exp
14790 * gdb.base/overlays.exp
14791 * gdb.base/pending.exp
14792 * gdb.base/pointers.exp
14793 * gdb.base/pr11022.exp
14794 * gdb.base/printcmds.exp
14795 * gdb.base/prologue.exp
14796 * gdb.base/ptr-typedef.exp
14797 * gdb.base/realname-expand.exp
14798 * gdb.base/relativedebug.exp
14799 * gdb.base/relocate.exp
14800 * gdb.base/remote.exp
14801 * gdb.base/reread.exp
14802 * gdb.base/return2.exp
14803 * gdb.base/savedregs.exp
14804 * gdb.base/sep.exp
14805 * gdb.base/sepdebug.exp
14806 * gdb.base/sepsymtab.exp
14807 * gdb.base/set-inferior-tty.exp
14808 * gdb.base/setshow.exp
14809 * gdb.base/shlib-call.exp
14810 * gdb.base/sigaltstack.exp
14811 * gdb.base/siginfo-addr.exp
14812 * gdb.base/signals.exp
14813 * gdb.base/signull.exp
14814 * gdb.base/sigrepeat.exp
14815 * gdb.base/so-impl-ld.exp
14816 * gdb.base/solib-display.exp
14817 * gdb.base/solib-overlap.exp
14818 * gdb.base/solib-search.exp
14819 * gdb.base/solib-symbol.exp
14820 * gdb.base/structs.exp
14821 * gdb.base/structs2.exp
14822 * gdb.base/symtab-search-order.exp
14823 * gdb.base/twice.exp
14824 * gdb.base/unload.exp
14825 * gdb.base/varargs.exp
14826 * gdb.base/watchpoint-solib.exp
14827 * gdb.base/watchpoint.exp
14828 * gdb.base/whatis.exp
14829 * gdb.base/wrong_frame_bt_full.exp
14830 * gdb.btrace/dlopen.exp
14831 * gdb.cell/ea-standalone.exp
14832 * gdb.cell/ea-test.exp
14833 * gdb.cp/dispcxx.exp
14834 * gdb.cp/gdb2384.exp
14835 * gdb.cp/method2.exp
14836 * gdb.cp/nextoverthrow.exp
14837 * gdb.cp/pr10728.exp
14838 * gdb.disasm/am33.exp
14839 * gdb.disasm/h8300s.exp
14840 * gdb.disasm/mn10300.exp
14841 * gdb.disasm/sh3.exp
14842 * gdb.dwarf2/dw2-dir-file-name.exp
14843 * gdb.fortran/complex.exp
14844 * gdb.fortran/library-module.exp
14845 * gdb.guile/scm-pretty-print.exp
14846 * gdb.guile/scm-symbol.exp
14847 * gdb.guile/scm-type.exp
14848 * gdb.guile/scm-value.exp
14849 * gdb.linespec/linespec.exp
14850 * gdb.mi/gdb701.exp
14851 * gdb.mi/gdb792.exp
14852 * gdb.mi/mi-breakpoint-changed.exp
14853 * gdb.mi/mi-dprintf-pending.exp
14854 * gdb.mi/mi-dprintf.exp
14855 * gdb.mi/mi-exit-code.exp
14856 * gdb.mi/mi-pending.exp
14857 * gdb.mi/mi-solib.exp
14858 * gdb.mi/new-ui-mi-sync.exp
14859 * gdb.mi/pr11022.exp
14860 * gdb.mi/user-selected-context-sync.exp
14861 * gdb.opt/solib-intra-step.exp
14862 * gdb.python/py-events.exp
14863 * gdb.python/py-finish-breakpoint.exp
14864 * gdb.python/py-mi.exp
14865 * gdb.python/py-prettyprint.exp
14866 * gdb.python/py-shared.exp
14867 * gdb.python/py-symbol.exp
14868 * gdb.python/py-template.exp
14869 * gdb.python/py-type.exp
14870 * gdb.python/py-value.exp
14871 * gdb.reverse/solib-precsave.exp
14872 * gdb.reverse/solib-reverse.exp
14873 * gdb.server/solib-list.exp
14874 * gdb.stabs/weird.exp
14875 * gdb.threads/reconnect-signal.exp
14876 * gdb.threads/stepi-random-signal.exp
14877 * gdb.trace/actions.exp
14878 * gdb.trace/ax.exp
14879 * gdb.trace/backtrace.exp
14880 * gdb.trace/change-loc.exp
14881 * gdb.trace/deltrace.exp
14882 * gdb.trace/ftrace-lock.exp
14883 * gdb.trace/ftrace.exp
14884 * gdb.trace/infotrace.exp
14885 * gdb.trace/mi-tracepoint-changed.exp
14886 * gdb.trace/packetlen.exp
14887 * gdb.trace/passcount.exp
14888 * gdb.trace/pending.exp
14889 * gdb.trace/range-stepping.exp
14890 * gdb.trace/report.exp
14891 * gdb.trace/stap-trace.exp
14892 * gdb.trace/tfind.exp
14893 * gdb.trace/trace-break.exp
14894 * gdb.trace/trace-condition.exp
14895 * gdb.trace/trace-enable-disable.exp
14896 * gdb.trace/trace-mt.exp
14897 * gdb.trace/tracecmd.exp
14898 * gdb.trace/tspeed.exp
14899 * gdb.trace/tsv.exp
14900 * lib/perftest.exp
14901
14902 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14903
14904 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14905 with gdb_test_no_output.
14906 Use command as test name.
14907
14908 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14909
14910 Fix test names starting with uppercase throughout the files.
14911
14912 * gdb.ada/assign_1.exp
14913 * gdb.ada/boolean_expr.exp
14914 * gdb.base/arrayidx.exp
14915 * gdb.base/del.exp
14916 * gdb.base/gcore-buffer-overflow.exp
14917 * gdb.base/testenv.exp
14918 * gdb.compile/compile.exp
14919 * gdb.python/py-framefilter-invalidarg.exp
14920 * gdb.python/py-framefilter.exp
14921
14922 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14923
14924 Fix test names starting with uppercase throughout the files.
14925
14926 * gdb.ada/array_return.exp
14927 * gdb.ada/expr_delims.exp
14928 * gdb.ada/mi_dyn_arr.exp
14929 * gdb.ada/mi_interface.exp
14930 * gdb.ada/mi_var_array.exp
14931 * gdb.ada/watch_arg.exp
14932 * gdb.arch/alpha-step.exp
14933 * gdb.arch/altivec-regs.exp
14934 * gdb.arch/e500-regs.exp
14935 * gdb.arch/powerpc-d128-regs.exp
14936 * gdb.base/arrayidx.exp
14937 * gdb.base/break.exp
14938 * gdb.base/checkpoint.exp
14939 * gdb.base/debug-expr.exp
14940 * gdb.base/dmsym.exp
14941 * gdb.base/radix.exp
14942 * gdb.base/sepdebug.exp
14943 * gdb.base/testenv.exp
14944 * gdb.base/watch_thread_num.exp
14945 * gdb.base/watchpoint-cond-gone.exp
14946 * gdb.cell/break.exp
14947 * gdb.cell/ea-cache.exp
14948 * gdb.compile/compile.exp
14949 * gdb.cp/gdb2495.exp
14950 * gdb.gdb/selftest.exp
14951 * gdb.gdb/xfullpath.exp
14952 * gdb.go/hello.exp
14953 * gdb.go/integers.exp
14954 * gdb.objc/basicclass.exp
14955 * gdb.pascal/hello.exp
14956 * gdb.pascal/integers.exp
14957 * gdb.python/py-breakpoint.exp
14958 * gdb.python/py-cmd.exp
14959 * gdb.python/py-linetable.exp
14960 * gdb.python/py-xmethods.exp
14961 * gdb.python/python.exp
14962 * gdb.reverse/consecutive-precsave.exp
14963 * gdb.reverse/finish-precsave.exp
14964 * gdb.reverse/i386-precsave.exp
14965 * gdb.reverse/machinestate-precsave.exp
14966 * gdb.reverse/sigall-precsave.exp
14967 * gdb.reverse/solib-precsave.exp
14968 * gdb.reverse/step-precsave.exp
14969 * gdb.reverse/until-precsave.exp
14970 * gdb.reverse/watch-precsave.exp
14971 * gdb.threads/leader-exit.exp
14972 * gdb.threads/pthreads.exp
14973 * gdb.threads/wp-replication.exp
14974 * gdb.trace/actions.exp
14975 * gdb.trace/mi-tsv-changed.exp
14976 * gdb.trace/tsv.exp
14977
14978 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14979
14980 Fix test names starting with uppercase throughout the files.
14981
14982 * gdb.arch/i386-bp_permanent.exp
14983 * gdb.arch/i386-gnu-cfi.exp
14984 * gdb.base/disasm-end-cu.exp
14985 * gdb.base/macscp.exp
14986 * gdb.base/pending.exp
14987 * gdb.base/watch_thread_num.exp
14988 * gdb.cp/exception.exp
14989 * gdb.cp/gdb2495.exp
14990 * gdb.cp/local.exp
14991 * gdb.python/py-evsignal.exp
14992 * gdb.python/python.exp
14993 * gdb.trace/tracecmd.exp
14994
14995 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14996
14997 Fix test names starting with uppercase throughout the files.
14998
14999 * gdb.base/charset.exp
15000 * gdb.base/eval.exp
15001 * gdb.base/multi-forks.exp
15002 * gdb.guile/scm-progspace.exp
15003 * gdb.opencl/datatypes.exp
15004 * gdb.python/py-block.exp
15005 * gdb.python/py-function.exp
15006 * gdb.python/py-symbol.exp
15007 * gdb.python/py-symtab.exp
15008 * gdb.python/py-xmethods.exp
15009 * gdb.reverse/break-precsave.exp
15010 * gdb.reverse/break-reverse.exp
15011 * gdb.reverse/consecutive-precsave.exp
15012 * gdb.reverse/consecutive-reverse.exp
15013 * gdb.reverse/finish-precsave.exp
15014 * gdb.reverse/finish-reverse-bkpt.exp
15015 * gdb.reverse/finish-reverse.exp
15016 * gdb.reverse/fstatat-reverse.exp
15017 * gdb.reverse/getresuid-reverse.exp
15018 * gdb.reverse/i386-precsave.exp
15019 * gdb.reverse/i386-reverse.exp
15020 * gdb.reverse/i386-sse-reverse.exp
15021 * gdb.reverse/i387-stack-reverse.exp
15022 * gdb.reverse/insn-reverse.exp
15023 * gdb.reverse/machinestate-precsave.exp
15024 * gdb.reverse/machinestate.exp
15025 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15026 * gdb.reverse/pipe-reverse.exp
15027 * gdb.reverse/readv-reverse.exp
15028 * gdb.reverse/recvmsg-reverse.exp
15029 * gdb.reverse/rerun-prec.exp
15030 * gdb.reverse/s390-mvcle.exp
15031 * gdb.reverse/sigall-precsave.exp
15032 * gdb.reverse/sigall-reverse.exp
15033 * gdb.reverse/solib-precsave.exp
15034 * gdb.reverse/solib-reverse.exp
15035 * gdb.reverse/step-precsave.exp
15036 * gdb.reverse/step-reverse.exp
15037 * gdb.reverse/time-reverse.exp
15038 * gdb.reverse/until-precsave.exp
15039 * gdb.reverse/until-reverse.exp
15040 * gdb.reverse/waitpid-reverse.exp
15041 * gdb.reverse/watch-precsave.exp
15042 * gdb.reverse/watch-reverse.exp
15043
15044 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15045
15046 Fix test names starting with uppercase throughout the files.
15047
15048 * gdb.arch/i386-mpx-simple_segv.exp
15049 * gdb.arch/i386-mpx.exp
15050 * gdb.arch/i386-permbkpt.exp
15051 * gdb.arch/pa-nullify.exp
15052 * gdb.arch/powerpc-d128-regs.exp
15053 * gdb.arch/vsx-regs.exp
15054 * gdb.base/bfp-test.exp
15055 * gdb.base/break.exp
15056 * gdb.base/breakpoint-shadow.exp
15057 * gdb.base/callfuncs.exp
15058 * gdb.base/charset.exp
15059 * gdb.base/commands.exp
15060 * gdb.base/completion.exp
15061 * gdb.base/dfp-test.exp
15062 * gdb.base/echo.exp
15063 * gdb.base/ending-run.exp
15064 * gdb.base/eval.exp
15065 * gdb.base/expand-psymtabs.exp
15066 * gdb.base/float128.exp
15067 * gdb.base/floatn.exp
15068 * gdb.base/foll-exec-mode.exp
15069 * gdb.base/gdb1056.exp
15070 * gdb.base/gdb11531.exp
15071 * gdb.base/kill-after-signal.exp
15072 * gdb.base/multi-forks.exp
15073 * gdb.base/overlays.exp
15074 * gdb.base/pending.exp
15075 * gdb.base/sepdebug.exp
15076 * gdb.base/testenv.exp
15077 * gdb.base/valgrind-db-attach.exp
15078 * gdb.base/watch_thread_num.exp
15079 * gdb.base/watchpoint-cond-gone.exp
15080 * gdb.base/watchpoint.exp
15081 * gdb.base/watchpoints.exp
15082 * gdb.cp/arg-reference.exp
15083 * gdb.cp/baseenum.exp
15084 * gdb.cp/operator.exp
15085 * gdb.cp/shadow.exp
15086 * gdb.dwarf2/dw2-op-out-param.exp
15087 * gdb.dwarf2/dw2-reg-undefined.exp
15088 * gdb.go/chan.exp
15089 * gdb.go/hello.exp
15090 * gdb.go/integers.exp
15091 * gdb.go/methods.exp
15092 * gdb.go/package.exp
15093 * gdb.guile/scm-parameter.exp
15094 * gdb.guile/scm-progspace.exp
15095 * gdb.guile/scm-value.exp
15096 * gdb.mi/mi-pending.exp
15097 * gdb.mi/user-selected-context-sync.exp
15098 * gdb.multi/multi-attach.exp
15099 * gdb.multi/tids.exp
15100 * gdb.opt/clobbered-registers-O2.exp
15101 * gdb.pascal/floats.exp
15102 * gdb.pascal/integers.exp
15103 * gdb.python/py-block.exp
15104 * gdb.python/py-events.exp
15105 * gdb.python/py-parameter.exp
15106 * gdb.python/py-symbol.exp
15107 * gdb.python/py-symtab.exp
15108 * gdb.python/py-type.exp
15109 * gdb.python/py-value.exp
15110 * gdb.python/py-xmethods.exp
15111 * gdb.python/python.exp
15112 * gdb.reverse/break-precsave.exp
15113 * gdb.reverse/consecutive-precsave.exp
15114 * gdb.reverse/finish-precsave.exp
15115 * gdb.reverse/i386-precsave.exp
15116 * gdb.reverse/machinestate-precsave.exp
15117 * gdb.reverse/sigall-precsave.exp
15118 * gdb.reverse/solib-precsave.exp
15119 * gdb.reverse/step-precsave.exp
15120 * gdb.reverse/until-precsave.exp
15121 * gdb.reverse/watch-precsave.exp
15122 * gdb.server/ext-attach.exp
15123 * gdb.server/ext-restart.exp
15124 * gdb.server/ext-run.exp
15125 * gdb.server/ext-wrapper.exp
15126 * gdb.stabs/gdb11479.exp
15127 * gdb.stabs/weird.exp
15128 * gdb.threads/attach-many-short-lived-threads.exp
15129 * gdb.threads/kill.exp
15130 * gdb.threads/watchpoint-fork.exp
15131
15132 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15133
15134 Fix test names starting with uppercase throughout all the files below.
15135
15136 * gdb.ada/array_return.exp
15137 * gdb.ada/catch_ex.exp
15138 * gdb.ada/info_exc.exp
15139 * gdb.ada/mi_catch_ex.exp
15140 * gdb.ada/mi_dyn_arr.exp
15141 * gdb.ada/mi_ex_cond.exp
15142 * gdb.ada/mi_exc_info.exp
15143 * gdb.ada/mi_interface.exp
15144 * gdb.ada/mi_task_arg.exp
15145 * gdb.ada/mi_task_info.exp
15146 * gdb.ada/mi_var_array.exp
15147 * gdb.arch/alpha-step.exp
15148 * gdb.arch/amd64-disp-step.exp
15149 * gdb.arch/arm-disp-step.exp
15150 * gdb.arch/disp-step-insn-reloc.exp
15151 * gdb.arch/e500-prologue.exp
15152 * gdb.arch/ftrace-insn-reloc.exp
15153 * gdb.arch/gdb1558.exp
15154 * gdb.arch/i386-bp_permanent.exp
15155 * gdb.arch/i386-disp-step.exp
15156 * gdb.arch/i386-float.exp
15157 * gdb.arch/i386-gnu-cfi.exp
15158 * gdb.arch/ia64-breakpoint-shadow.exp
15159 * gdb.arch/mips16-thunks.exp
15160 * gdb.arch/pa-nullify.exp
15161 * gdb.arch/powerpc-aix-prologue.exp
15162 * gdb.arch/powerpc-power.exp
15163 * gdb.arch/ppc-dfp.exp
15164 * gdb.arch/s390-tdbregs.exp
15165 * gdb.arch/spu-info.exp
15166 * gdb.arch/spu-ls.exp
15167 * gdb.arch/thumb-bx-pc.exp
15168 * gdb.base/advance.exp
15169 * gdb.base/annota-input-while-running.exp
15170 * gdb.base/arrayidx.exp
15171 * gdb.base/asmlabel.exp
15172 * gdb.base/async.exp
15173 * gdb.base/attach-wait-input.exp
15174 * gdb.base/auto-connect-native-target.exp
15175 * gdb.base/batch-preserve-term-settings.exp
15176 * gdb.base/bfp-test.exp
15177 * gdb.base/bigcore.exp
15178 * gdb.base/bp-permanent.exp
15179 * gdb.base/break-always.exp
15180 * gdb.base/break-fun-addr.exp
15181 * gdb.base/break-idempotent.exp
15182 * gdb.base/break-main-file-remove-fail.exp
15183 * gdb.base/break-probes.exp
15184 * gdb.base/break-unload-file.exp
15185 * gdb.base/break.exp
15186 * gdb.base/call-ar-st.exp
15187 * gdb.base/call-rt-st.exp
15188 * gdb.base/call-sc.exp
15189 * gdb.base/call-signal-resume.exp
15190 * gdb.base/call-strs.exp
15191 * gdb.base/callexit.exp
15192 * gdb.base/callfuncs.exp
15193 * gdb.base/catch-gdb-caused-signals.exp
15194 * gdb.base/catch-signal-siginfo-cond.exp
15195 * gdb.base/catch-syscall.exp
15196 * gdb.base/compare-sections.exp
15197 * gdb.base/cond-eval-mode.exp
15198 * gdb.base/condbreak-call-false.exp
15199 * gdb.base/consecutive-step-over.exp
15200 * gdb.base/cursal.exp
15201 * gdb.base/disabled-location.exp
15202 * gdb.base/disasm-end-cu.exp
15203 * gdb.base/display.exp
15204 * gdb.base/double-prompt-target-event-error.exp
15205 * gdb.base/dprintf-bp-same-addr.exp
15206 * gdb.base/dprintf-detach.exp
15207 * gdb.base/dprintf-next.exp
15208 * gdb.base/dprintf-non-stop.exp
15209 * gdb.base/dprintf-pending.exp
15210 * gdb.base/dso2dso.exp
15211 * gdb.base/ending-run.exp
15212 * gdb.base/enum_cond.exp
15213 * gdb.base/examine-backward.exp
15214 * gdb.base/exe-lock.exp
15215 * gdb.base/exec-invalid-sysroot.exp
15216 * gdb.base/execl-update-breakpoints.exp
15217 * gdb.base/execution-termios.exp
15218 * gdb.base/fileio.exp
15219 * gdb.base/fixsection.exp
15220 * gdb.base/foll-exec-mode.exp
15221 * gdb.base/foll-exec.exp
15222 * gdb.base/fork-running-state.exp
15223 * gdb.base/frame-args.exp
15224 * gdb.base/fullpath-expand.exp
15225 * gdb.base/func-ptr.exp
15226 * gdb.base/gcore-relro-pie.exp
15227 * gdb.base/gdb1090.exp
15228 * gdb.base/gdb1555.exp
15229 * gdb.base/global-var-nested-by-dso.exp
15230 * gdb.base/gnu-ifunc.exp
15231 * gdb.base/hbreak-in-shr-unsupported.exp
15232 * gdb.base/hbreak-unmapped.exp
15233 * gdb.base/hook-stop.exp
15234 * gdb.base/infcall-input.exp
15235 * gdb.base/info-fun.exp
15236 * gdb.base/info-shared.exp
15237 * gdb.base/interrupt-noterm.exp
15238 * gdb.base/jit-so.exp
15239 * gdb.base/jit.exp
15240 * gdb.base/line-symtabs.exp
15241 * gdb.base/list.exp
15242 * gdb.base/longjmp.exp
15243 * gdb.base/macscp.exp
15244 * gdb.base/max-value-size.exp
15245 * gdb.base/nodebug.exp
15246 * gdb.base/nofield.exp
15247 * gdb.base/overlays.exp
15248 * gdb.base/paginate-after-ctrl-c-running.exp
15249 * gdb.base/paginate-bg-execution.exp
15250 * gdb.base/paginate-inferior-exit.exp
15251 * gdb.base/pending.exp
15252 * gdb.base/pr11022.exp
15253 * gdb.base/printcmds.exp
15254 * gdb.base/ptr-typedef.exp
15255 * gdb.base/ptype.exp
15256 * gdb.base/randomize.exp
15257 * gdb.base/range-stepping.exp
15258 * gdb.base/realname-expand.exp
15259 * gdb.base/relativedebug.exp
15260 * gdb.base/remote.exp
15261 * gdb.base/savedregs.exp
15262 * gdb.base/sepdebug.exp
15263 * gdb.base/set-noassign.exp
15264 * gdb.base/shlib-call.exp
15265 * gdb.base/shreloc.exp
15266 * gdb.base/sigaltstack.exp
15267 * gdb.base/sigbpt.exp
15268 * gdb.base/siginfo-addr.exp
15269 * gdb.base/siginfo-obj.exp
15270 * gdb.base/siginfo-thread.exp
15271 * gdb.base/signest.exp
15272 * gdb.base/signull.exp
15273 * gdb.base/sigrepeat.exp
15274 * gdb.base/skip.exp
15275 * gdb.base/so-impl-ld.exp
15276 * gdb.base/solib-corrupted.exp
15277 * gdb.base/solib-disc.exp
15278 * gdb.base/solib-display.exp
15279 * gdb.base/solib-overlap.exp
15280 * gdb.base/solib-search.exp
15281 * gdb.base/solib-symbol.exp
15282 * gdb.base/source-execution.exp
15283 * gdb.base/sss-bp-on-user-bp-2.exp
15284 * gdb.base/sss-bp-on-user-bp.exp
15285 * gdb.base/stack-checking.exp
15286 * gdb.base/stale-infcall.exp
15287 * gdb.base/step-break.exp
15288 * gdb.base/step-line.exp
15289 * gdb.base/step-over-exit.exp
15290 * gdb.base/step-test.exp
15291 * gdb.base/structs.exp
15292 * gdb.base/sym-file.exp
15293 * gdb.base/symtab-search-order.exp
15294 * gdb.base/term.exp
15295 * gdb.base/type-opaque.exp
15296 * gdb.base/unload.exp
15297 * gdb.base/until-nodebug.exp
15298 * gdb.base/until.exp
15299 * gdb.base/unwindonsignal.exp
15300 * gdb.base/watch-cond.exp
15301 * gdb.base/watch-non-mem.exp
15302 * gdb.base/watch_thread_num.exp
15303 * gdb.base/watchpoint-reuse-slot.exp
15304 * gdb.base/watchpoint-solib.exp
15305 * gdb.base/watchpoint.exp
15306 * gdb.btrace/dlopen.exp
15307 * gdb.cell/arch.exp
15308 * gdb.cell/break.exp
15309 * gdb.cell/bt.exp
15310 * gdb.cell/core.exp
15311 * gdb.cell/data.exp
15312 * gdb.cell/dwarfaddr.exp
15313 * gdb.cell/ea-cache.exp
15314 * gdb.cell/ea-standalone.exp
15315 * gdb.cell/ea-test.exp
15316 * gdb.cell/f-regs.exp
15317 * gdb.cell/fork.exp
15318 * gdb.cell/gcore.exp
15319 * gdb.cell/mem-access.exp
15320 * gdb.cell/ptype.exp
15321 * gdb.cell/registers.exp
15322 * gdb.cell/sizeof.exp
15323 * gdb.cell/solib-symbol.exp
15324 * gdb.cell/solib.exp
15325 * gdb.compile/compile-tls.exp
15326 * gdb.cp/exception.exp
15327 * gdb.cp/gdb2495.exp
15328 * gdb.cp/local.exp
15329 * gdb.cp/mb-inline.exp
15330 * gdb.cp/mb-templates.exp
15331 * gdb.cp/pr10687.exp
15332 * gdb.cp/pr9167.exp
15333 * gdb.cp/scope-err.exp
15334 * gdb.cp/templates.exp
15335 * gdb.cp/virtfunc.exp
15336 * gdb.dwarf2/dw2-dir-file-name.exp
15337 * gdb.dwarf2/dw2-single-line-discriminators.exp
15338 * gdb.fortran/complex.exp
15339 * gdb.fortran/library-module.exp
15340 * gdb.guile/guile.exp
15341 * gdb.guile/scm-cmd.exp
15342 * gdb.guile/scm-frame-inline.exp
15343 * gdb.guile/scm-objfile.exp
15344 * gdb.guile/scm-pretty-print.exp
15345 * gdb.guile/scm-symbol.exp
15346 * gdb.guile/scm-type.exp
15347 * gdb.guile/scm-value.exp
15348 * gdb.linespec/keywords.exp
15349 * gdb.linespec/ls-errs.exp
15350 * gdb.linespec/macro-relative.exp
15351 * gdb.linespec/thread.exp
15352 * gdb.mi/mi-breakpoint-changed.exp
15353 * gdb.mi/mi-dprintf-pending.exp
15354 * gdb.mi/mi-fullname-deleted.exp
15355 * gdb.mi/mi-logging.exp
15356 * gdb.mi/mi-pending.exp
15357 * gdb.mi/mi-solib.exp
15358 * gdb.mi/new-ui-mi-sync.exp
15359 * gdb.mi/user-selected-context-sync.exp
15360 * gdb.multi/dummy-frame-restore.exp
15361 * gdb.multi/multi-arch-exec.exp
15362 * gdb.multi/remove-inferiors.exp
15363 * gdb.multi/watchpoint-multi-exit.exp
15364 * gdb.opt/solib-intra-step.exp
15365 * gdb.perf/backtrace.exp
15366 * gdb.perf/single-step.exp
15367 * gdb.perf/skip-command.exp
15368 * gdb.perf/skip-prologue.exp
15369 * gdb.perf/solib.exp
15370 * gdb.python/lib-types.exp
15371 * gdb.python/py-as-string.exp
15372 * gdb.python/py-bad-printers.exp
15373 * gdb.python/py-block.exp
15374 * gdb.python/py-breakpoint.exp
15375 * gdb.python/py-cmd.exp
15376 * gdb.python/py-events.exp
15377 * gdb.python/py-evthreads.exp
15378 * gdb.python/py-finish-breakpoint.exp
15379 * gdb.python/py-finish-breakpoint2.exp
15380 * gdb.python/py-frame-inline.exp
15381 * gdb.python/py-frame.exp
15382 * gdb.python/py-inferior.exp
15383 * gdb.python/py-infthread.exp
15384 * gdb.python/py-mi.exp
15385 * gdb.python/py-objfile.exp
15386 * gdb.python/py-pp-maint.exp
15387 * gdb.python/py-pp-registration.exp
15388 * gdb.python/py-prettyprint.exp
15389 * gdb.python/py-recurse-unwind.exp
15390 * gdb.python/py-shared.exp
15391 * gdb.python/py-symbol.exp
15392 * gdb.python/py-symtab.exp
15393 * gdb.python/py-template.exp
15394 * gdb.python/py-type.exp
15395 * gdb.python/py-unwind-maint.exp
15396 * gdb.python/py-unwind.exp
15397 * gdb.python/py-value.exp
15398 * gdb.python/python.exp
15399 * gdb.reverse/finish-reverse-bkpt.exp
15400 * gdb.reverse/insn-reverse.exp
15401 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15402 * gdb.reverse/solib-precsave.exp
15403 * gdb.reverse/solib-reverse.exp
15404 * gdb.stabs/gdb11479.exp
15405 * gdb.stabs/weird.exp
15406 * gdb.threads/fork-child-threads.exp
15407 * gdb.threads/fork-plus-threads.exp
15408 * gdb.threads/fork-thread-pending.exp
15409 * gdb.threads/forking-threads-plus-breakpoint.exp
15410 * gdb.threads/hand-call-in-threads.exp
15411 * gdb.threads/interrupted-hand-call.exp
15412 * gdb.threads/linux-dp.exp
15413 * gdb.threads/local-watch-wrong-thread.exp
15414 * gdb.threads/next-while-other-thread-longjmps.exp
15415 * gdb.threads/non-ldr-exit.exp
15416 * gdb.threads/pending-step.exp
15417 * gdb.threads/print-threads.exp
15418 * gdb.threads/process-dies-while-detaching.exp
15419 * gdb.threads/process-dies-while-handling-bp.exp
15420 * gdb.threads/pthreads.exp
15421 * gdb.threads/queue-signal.exp
15422 * gdb.threads/reconnect-signal.exp
15423 * gdb.threads/signal-command-handle-nopass.exp
15424 * gdb.threads/signal-command-multiple-signals-pending.exp
15425 * gdb.threads/signal-delivered-right-thread.exp
15426 * gdb.threads/signal-sigtrap.exp
15427 * gdb.threads/sigthread.exp
15428 * gdb.threads/staticthreads.exp
15429 * gdb.threads/stepi-random-signal.exp
15430 * gdb.threads/thread-unwindonsignal.exp
15431 * gdb.threads/thread_check.exp
15432 * gdb.threads/thread_events.exp
15433 * gdb.threads/tid-reuse.exp
15434 * gdb.threads/tls-nodebug.exp
15435 * gdb.threads/tls-shared.exp
15436 * gdb.threads/tls-so_extern.exp
15437 * gdb.threads/tls.exp
15438 * gdb.threads/wp-replication.exp
15439 * gdb.trace/actions-changed.exp
15440 * gdb.trace/actions.exp
15441 * gdb.trace/backtrace.exp
15442 * gdb.trace/change-loc.exp
15443 * gdb.trace/collection.exp
15444 * gdb.trace/deltrace.exp
15445 * gdb.trace/disconnected-tracing.exp
15446 * gdb.trace/entry-values.exp
15447 * gdb.trace/ftrace-lock.exp
15448 * gdb.trace/ftrace.exp
15449 * gdb.trace/infotrace.exp
15450 * gdb.trace/mi-trace-frame-collected.exp
15451 * gdb.trace/mi-trace-unavailable.exp
15452 * gdb.trace/mi-traceframe-changed.exp
15453 * gdb.trace/mi-tracepoint-changed.exp
15454 * gdb.trace/mi-tsv-changed.exp
15455 * gdb.trace/no-attach-trace.exp
15456 * gdb.trace/packetlen.exp
15457 * gdb.trace/passc-dyn.exp
15458 * gdb.trace/passcount.exp
15459 * gdb.trace/pending.exp
15460 * gdb.trace/pr16508.exp
15461 * gdb.trace/qtro.exp
15462 * gdb.trace/range-stepping.exp
15463 * gdb.trace/read-memory.exp
15464 * gdb.trace/report.exp
15465 * gdb.trace/save-trace.exp
15466 * gdb.trace/signal.exp
15467 * gdb.trace/stap-trace.exp
15468 * gdb.trace/status-stop.exp
15469 * gdb.trace/strace.exp
15470 * gdb.trace/tfile.exp
15471 * gdb.trace/tfind.exp
15472 * gdb.trace/trace-break.exp
15473 * gdb.trace/trace-condition.exp
15474 * gdb.trace/trace-enable-disable.exp
15475 * gdb.trace/trace-mt.exp
15476 * gdb.trace/tracecmd.exp
15477 * gdb.trace/tracefile-pseudo-reg.exp
15478 * gdb.trace/tspeed.exp
15479 * gdb.trace/tstatus.exp
15480 * gdb.trace/tsv.exp
15481 * gdb.trace/unavailable.exp
15482 * gdb.trace/while-dyn.exp
15483 * gdb.trace/while-stepping.exp
15484 * lib/gdb-guile.exp
15485 * lib/gdb.exp
15486 * lib/mi-support.exp
15487 * lib/pascal.exp
15488 * lib/perftest.exp
15489 * lib/prelink-support.exp
15490 * lib/selftest-support.exp
15491
15492 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15493
15494 * Makefile.in: Include disable-implicit-rules.mk.
15495
15496 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15497
15498 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15499 non-byte-aligned bit fields.
15500
15501 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15502
15503 PR gdb/12616
15504 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15505 respects the DW_AT_data_bit_offset attribute.
15506
15507 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15508
15509 * gdb.base/default.exp: Fix output of "set language".
15510
15511 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15512
15513 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15514 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15515 make.
15516 * configure.ac: Remove checks for the make program.
15517 * configure: Re-generate.
15518
15519 2016-11-16 Kevin Buettner <kevinb@redhat.com>
15520
15521 * gdb.python/py-recurse-unwind.c (main): Add loop.
15522 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15523 to read_register() and gdb.parse_and_eval(). Make each code
15524 call a separate case that can be individually tested.
15525 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15526 proc. Call cont_and_backtrace for each of the code paths that
15527 we want to test in the unwinder.
15528
15529 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15530
15531 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15532 the definition of struct S.
15533
15534 2016-11-11 Catherine Moore <clm@codesourcery.com>
15535
15536 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15537
15538 2016-11-09 Pedro Alves <palves@redhat.com>
15539
15540 * gdb.base/commands.exp (runto_or_return): New procedure.
15541 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15542 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15543 (progvar_simple_while_test, progvar_complex_if_while_test)
15544 (if_while_breakpoint_command_test)
15545 (infrun_breakpoint_command_test, breakpoint_command_test)
15546 (user_defined_command_test, watchpoint_command_test)
15547 (test_command_prompt_position, redefine_hook_test)
15548 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15549 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15550 multi_line_input and multi_line. Remove gdb_expect and
15551 gdb_stop_suppressing_tests uses.
15552 * lib/gdb.exp (valnum_re): New global.
15553 (multi_line_input): New procedure.
15554
15555 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15556
15557 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15558 Remove.
15559 (test_setup): Define with proc_with_prefix.
15560 (test_cli_inferior): Likewise.
15561 (test_cli_thread): Likewise.
15562 (test_cli_frame): Likewise.
15563 (test_cli_select_frame): Likewise.
15564 (test_cli_up_down): Likewise.
15565 (test_mi_thread_select): Likewise.
15566 (test_mi_stack_select_frame): Likewise.
15567 (test_cli_in_mi_inferior): Likewise.
15568 (test_cli_in_mi_thread): Likewise.
15569 (test_cli_in_mi_frame): Likewise.
15570 (top level): Do not use with_test_prefix_procname.
15571
15572 2016-11-09 Pedro Alves <palves@redhat.com>
15573
15574 * gdb.base/commands.exp (gdbvar_simple_if_test)
15575 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15576 (progvar_simple_if_test, progvar_simple_while_test)
15577 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15578 (infrun_breakpoint_command_test, breakpoint_command_test)
15579 (user_defined_command_test, watchpoint_command_test)
15580 (test_command_prompt_position, deprecated_command_test)
15581 (bp_deleted_in_command, temporary_breakpoint_commands)
15582 (stray_arg0_test, source_file_with_indented_comment)
15583 (recursive_source_test, if_commands_test)
15584 (error_clears_commands_left, redefine_hook_test)
15585 (redefine_backtrace_test): Use proc_with_prefix.
15586 * lib/gdb.exp (proc_with_prefix): New proc.
15587
15588 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15589
15590 * gdb.base/tui-layout.c: New file.
15591 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15592 disassembly window contains very long lines.
15593
15594 2016-11-08 Tom Tromey <tom@tromey.com>
15595
15596 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15597 depend on Python 2.
15598
15599 2016-11-08 Tom Tromey <tom@tromey.com>
15600
15601 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15602 New method.
15603
15604 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15605
15606 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15607
15608 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15609
15610 * gdb.rust/simple.rs: Add test for univariant enums without
15611 discriminants and for encoded struct-like enums.
15612
15613 2016-10-28 Pedro Alves <palves@redhat.com>
15614
15615 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15616 gdb_test_multiple, tighten regexps and match symtabs and line
15617 tables incrementally.
15618
15619 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15620
15621 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15622 general.
15623
15624 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15625
15626 * gdb.base/exec-invalid-sysroot.exp: New file.
15627
15628 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15629
15630 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15631
15632 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15633
15634 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15635
15636 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15637
15638 * gdb.base/killed-outside.exp: Remove $options from a call to
15639 `prepare_for_testing'.
15640
15641 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15642
15643 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15644 Change test message.
15645
15646 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15647
15648 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15649 Update comment.
15650
15651 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15652
15653 * gdb.trace/mi-trace-save.exp: New file.
15654
15655 2016-10-13 Yao Qi <yao.qi@linaro.org>
15656
15657 * gdb.base/code_elim.exp (get_var_address): Remove.
15658 * gdb.base/relocate.exp: Likewise.
15659 * gdb.base/shreloc.exp: Likewise.
15660 * lib/gdb.exp (get_var_address): New.
15661
15662 2016-10-13 Yao Qi <yao.qi@linaro.org>
15663
15664 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15665 floating point tests if $skip_float_test is false.
15666
15667 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15668
15669 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15670 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15671 argc values.
15672 Add 1 to argc so we guarantee distinct initial/modified argc values.
15673
15674 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15675
15676 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15677
15678 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15679
15680 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15681 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15682 * gdb.arch/vsx-regs.exp: Likewise.
15683
15684 2016-10-07 Yao Qi <yao.qi@linaro.org>
15685
15686 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15687
15688 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15689
15690 * gdb.python/python.exp: Test decode_line("*0").
15691
15692 2016-10-06 Doug Evans <dje@google.com>
15693
15694 * gdb.python/py-value.exp (test_value_creation): Add test for large
15695 unsigned 64-bit value.
15696
15697 2016-10-06 Tom Tromey <tom@tromey.com>
15698
15699 * gdb.compile/compile.exp: Change java tests to rust.
15700 * gdb.base/setshow.exp: Change java tests to rust.
15701 * gdb.base/default.exp: Remove java from language list.
15702 * README (Examples): Update language example.
15703 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15704 test.
15705 * lib/gdb.exp (skip_java_tests): Remove.
15706 * lib/java.exp: Remove.
15707 * gdb.java: Remove.
15708
15709 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15710
15711 * gdb.arch/mips-fcr.exp: New test.
15712 * gdb.arch/mips-fcr.c: Source for the new test.
15713
15714 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15715
15716 * gdb.base/solib-disc.exp: Use `standard_output_file'
15717 throughout.
15718
15719 2016-10-06 Pedro Alves <palves@redhat.com>
15720
15721 * gdb.base/jit-simple-dl.c: New file.
15722 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15723 * gdb.base/jit-simple.c: ... this.
15724 * gdb.base/jit-simple.exp (jit_run): Delete.
15725 (build_jit): New proc.
15726 (jit_test_reread): Recompile either the main program or the shared
15727 library, depending on what is being tested. Skip changing address
15728 if caller wants to. Compare before/after addresses. If testing
15729 standalone, explicitly load the binary. Test "maint info
15730 breakpoints".
15731 (top level): Add "standalone vs shared lib" and "change address"
15732 vs "same address" axes.
15733
15734 2016-10-06 Pedro Alves <palves@redhat.com>
15735
15736 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15737 call.
15738 (jit_run): Delete.
15739 (jit_test_reread): Use with_test_prefix. Reload the main binary
15740 explicitly. Compare the before/after addresses of the JIT
15741 descriptor.
15742
15743 2016-08-15 Doug Evans <dje@google.com>
15744
15745 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15746 for single bitfields is bool.
15747 * gdb.xml/tdesc-regs.exp: Ditto.
15748
15749 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15750
15751 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15752
15753 2016-10-05 Yao Qi <yao.qi@linaro.org>
15754
15755 * lib/gdb.exp (support_complex_tests): Return zero if
15756 gdb_skip_float_test return true.
15757
15758 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15759 Simon Marchi <simon.marchi@ericsson.com>
15760
15761 PR gdb/20487
15762 * gdb.mi/user-selected-context-sync.exp: New file.
15763 * gdb.mi/user-selected-context-sync.c: New file.
15764
15765 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15766 Simon Marchi <simon.marchi@ericsson.com>
15767
15768 PR gdb/20487
15769 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15770 =thread-select-event check.
15771
15772 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15773
15774 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15775 the compulsory L operand changes.
15776 * gdb.arch/powerpc-power.s: Likewise.
15777
15778 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15779
15780 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15781 * gdb.base/jit-attach-pie.c: New file.
15782 * gdb.base/jit-attach-pie.exp: New file.
15783
15784 2016-09-28 Pedro Alves <palves@redhat.com>
15785
15786 * gdb.base/infcall-input.c: New file.
15787 * gdb.base/infcall-input.exp: New file.
15788
15789 2016-09-22 Yao Qi <yao.qi@linaro.org>
15790
15791 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15792 (gdb_exit): Rename it to ...
15793 (gdbserver_gdb_exit): ... Close GDBserver.
15794 (gdb_exit): New proc, call gdbserver_gdb_exit.
15795 (mi_gdb_exit): Likewise.
15796
15797 2016-09-22 Yao Qi <yao.qi@linaro.org>
15798
15799 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15800 path.
15801 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15802 Remove duplication.
15803
15804 2016-09-22 Yao Qi <yao.qi@linaro.org>
15805
15806 * lib/gdbserver-support.exp: Check the existence of
15807 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15808
15809 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15810
15811 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15812
15813 2016-09-21 Tom Tromey <tom@tromey.com>
15814
15815 PR gdb/20604:
15816 * gdb.base/quit.exp: New file.
15817
15818 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15819
15820 * .gitignore: New file.
15821
15822 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15823
15824 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15825 throughout.
15826
15827 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15828
15829 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15830
15831 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15832
15833 * gdb.cp/casts.cc (decltype): Move it ...
15834 (main): ... with its call to ...
15835 * gdb.cp/casts03.cc: ... a new file.
15836 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15837
15838 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15839
15840 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15841
15842 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15843
15844 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15845 and sync up the test with tests in gas/testsuite/gas/ppc.
15846 * gdb.arch/powerpc-power.exp: Likewise.
15847
15848 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15849
15850 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15851
15852 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15853 Jan Kratochvil <jan.kratochvil@redhat.com>
15854
15855 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15856 make m1's definition to be different from m2's. Use 'dummy' as an
15857 argument for probe 'two'.
15858
15859 2016-09-10 Jon Beniston <jon@beniston.com>
15860
15861 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15862 for sim target.
15863
15864 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15865
15866 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15867 variable declaration.
15868 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15869 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15870 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15871 received HWCAP as its argument.
15872
15873 2016-09-06 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.base/new-ui-pending-input.c: New file.
15876 * gdb.base/new-ui-pending-input.exp: New file.
15877 * gdb.exp (clear_gdb_spawn_id): New procedure.
15878 (with_spawn_id): Check whether gdb_spawn_id exists before
15879 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15880 on exit.
15881
15882 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15883
15884 * gdb.base/float128.c: New file.
15885 * gdb.base/float128.exp: Likewise.
15886 * gdb.base/floatn.c: Likewise.
15887 * gdb.base/floatn.exp: Likewise.
15888
15889 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15890
15891 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15892
15893 2016-09-05 Pedro Alves <palves@redhat.com>
15894
15895 PR backtrace/19927
15896 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15897 unwinders are immediately called as side effect of "source" or
15898 "disable unwinder" commands.
15899 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15900
15901 2016-09-02 Yao Qi <yao.qi@linaro.org>
15902
15903 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15904 is true and $type is "float" or "double".
15905
15906 2016-09-02 Yao Qi <yao.qi@linaro.org>
15907
15908 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15909 true.
15910 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15911 * gdb.base/call-rt-st.exp: Likewise.
15912 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15913 return value instead of gdb,skip_float_test.
15914 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15915 (do_function_calls): Use its return value instead of
15916 gdb,skip_float_test.
15917 * gdb.base/finish.exp: Likewise.
15918 * gdb.base/funcargs.exp: Likewise.
15919 * gdb.base/return.exp: Likewise.
15920 * gdb.base/return2.exp: Likewise.
15921 * gdb.base/varargs.exp: Likewise.
15922 * lib/gdb.exp (gdb_skip_float_test): Change it to
15923 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15924
15925 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15926
15927 * gdb.multi/tids.exp: Test "thread apply all".
15928
15929 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15930
15931 * gdb.base/default.exp (tty): Remove.
15932
15933 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15934
15935 * gdb.python/py-recurse-unwind.c: New file.
15936 * gdb.python/py-recurse-unwind.py: New file.
15937 * gdb.python/py-recurse-unwind.exp: New file.
15938
15939 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15940
15941 * gdb.base/set-inferior-tty.exp: New file.
15942 * gdb.base/set-inferior-tty.c: New file.
15943
15944 2016-08-23 Pedro Alves <palves@redhat.com>
15945
15946 PR gdb/20494
15947 * gdb.base/new-ui-echo.c: New file.
15948 * gdb.base/new-ui-echo.exp: New file.
15949
15950 2016-08-23 Yao Qi <yao.qi@linaro.org>
15951
15952 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15953 gdbserver_spawn.
15954 * gdb.server/connect-without-multi-process.exp (do_test):
15955 Likewise.
15956
15957 2016-08-23 Yao Qi <yao.qi@linaro.org>
15958
15959 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15960 standalone_txt. Delete gdb_txt and standalone_txt on host
15961 and target. Spawn the binary on target. Copy files from
15962 target to host.
15963
15964 2016-08-22 Pedro Alves <palves@redhat.com>
15965
15966 PR gdb/20505
15967 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15968 with_test_prefix. Factor out bits to ...
15969 (test_no_vdso): ... this new procedure.
15970
15971 2016-08-19 Carl Love <cel@us.ibm.com>
15972
15973 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15974 maintaining separate logic for constructing the output path.
15975 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15976 * gdb.arch/ppc-dfp.exp: Likewise.
15977 * gdb.arch/ppc-fp.exp: Likewise.
15978 * gdb.arch/vsx-regs.exp: Likewise.
15979 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15980 binprefix for generating the additional binary files.
15981
15982 2016-08-19 Pedro Alves <palves@redhat.com>
15983
15984 * gdb.trace/mi-trace-frame-collected.exp
15985 (test_trace_frame_collected): On x32, expect two registers.
15986
15987 2016-08-18 Carl Love <cel@us.ibm.com>
15988
15989 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15990 and sync up the test with tests in gas/testsuite/gas/ppc.
15991 * gdb.arch/powerpc-power.exp: Likewise.
15992
15993 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15994
15995 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15996 expected error message.
15997
15998 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15999
16000 * gdb.multi/remove-inferiors.exp: New file.
16001 * gdb.multi/remove-inferiors.c: New file.
16002
16003 2016-08-12 Yao Qi <yao.qi@linaro.org>
16004
16005 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
16006 argument list.
16007
16008 2016-08-10 Pedro Alves <palves@redhat.com>
16009
16010 PR gdb/19187
16011 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
16012 setup_kfails.
16013
16014 2016-08-09 Pedro Alves <palves@redhat.com>
16015 Simon Marchi <simon.marchi@ericsson.com>
16016
16017 PR gdb/20418
16018 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
16019 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
16020
16021 2016-08-09 Pedro Alves <palves@redhat.com>
16022
16023 PR mi/20431
16024 * gdb.mi/mi-cmd-error.exp: New file.
16025
16026 2016-08-09 Pedro Alves <palves@redhat.com>
16027
16028 PR gdb/18653
16029 * gdb.base/signals-state-child.c: New file.
16030 * gdb.base/signals-state-child.exp: New file.
16031 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
16032
16033 2016-08-09 Pedro Alves <palves@redhat.com>
16034
16035 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
16036
16037 2016-08-03 Tom Tromey <tom@tromey.com>
16038
16039 PR python/18565:
16040 * gdb.python/py-frame-inline.exp: Add Frame.function test.
16041
16042 2016-08-01 Yao Qi <yao.qi@linaro.org>
16043
16044 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
16045 variable mode to "multi-process" if $multi_process is 1, otherwise
16046 set it to "single-process".
16047
16048 2016-08-01 Yao Qi <yao.qi@linaro.org>
16049
16050 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
16051 * gdb.cp/cpexprs.exp: Likewise.
16052 * gdb.cp/m-static.exp: Likewise.
16053
16054 2016-07-26 Tom Tromey <tom@tromey.com>
16055
16056 PR python/20190:
16057 * gdb.threads/tls.exp (check_thread_local): Add python symbol
16058 test.
16059
16060 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
16061
16062 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
16063 selecting assembly source files.
16064 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
16065 assembly source files.
16066 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
16067 assembly source files.
16068 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
16069 selecting assembly source files.
16070
16071 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
16072
16073 * gdb.base/new-ui.exp (do_test_invalid_args): New
16074 procedure.
16075
16076 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
16077
16078 * gdb.btrace/reconnect.c: New file.
16079 * gdb.btrace/reconnect.exp: New file.
16080
16081 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
16082
16083 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
16084 to test_catch_syscall_group.
16085 (test_catch_syscall_group): New.
16086
16087 2016-07-21 Tom Tromey <tom@tromey.com>
16088
16089 * gdb.rust/simple.rs (main): Use empty struct expression.
16090 * gdb.rust/simple.exp: Add tests for empty struct expression.
16091
16092 2016-07-21 Yao Qi <yao.qi@linaro.org>
16093
16094 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
16095 if gdb_skip_xml_test is true on some targets.
16096
16097 2016-07-21 Yao Qi <yao.qi@linaro.org>
16098
16099 * gdb.server/solib-list.exp: Unset last_loaded_file.
16100
16101 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16102
16103 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
16104 "step into captured_main (args)".
16105
16106 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16107
16108 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
16109
16110 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16111
16112 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
16113
16114 2016-07-19 Pedro Alves <palves@redhat.com>
16115
16116 * gdb.opt/inline-break.exp: Remove optimize=-O2.
16117 * gdb.opt/inline-bt.exp: Likewise.
16118 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
16119 additional_flags=-Winline.
16120 * gdb.opt/inline-locals.exp: Likewise.
16121 * gdb.opt/inline-markers.c (ATTR): Define.
16122 (inlined_fn): Use it.
16123
16124 2016-07-19 Yao Qi <yao.qi@linaro.org>
16125
16126 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
16127 (test_with_self): Remove some code. Remove argument executable.
16128 (top-level): Use do_self_tests.
16129
16130 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
16131 Don Breazeal <donb@codesourcery.com>
16132
16133 * gdb.base/maint.exp: Escape paths used in regular expressions.
16134 * gdb.stabs/weird.exp: Likewise.
16135
16136 2016-07-13 Tom Tromey <tom@tromey.com>
16137
16138 PR python/15620, PR python/18620:
16139 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
16140 (test_bkpt_events): New procs.
16141
16142 2016-07-13 Tom Tromey <tom@tromey.com>
16143
16144 PR python/17698:
16145 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
16146 test.
16147 (test_watchpoints): Likewise.
16148 (test_bkpt_pending): New proc.
16149
16150 2016-07-13 Tom Tromey <tom@tromey.com>
16151
16152 PR cli/18053:
16153 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
16154 completion test.
16155
16156 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16157
16158 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
16159 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
16160 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
16161 f_label.
16162 (g): Rename g_end_lbl to g_label.
16163 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
16164 low_pc and high_pc.
16165 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
16166
16167 2016-07-12 Tom Tromey <tom@tromey.com>
16168
16169 PR python/19293:
16170 * gdb.python/py-unwind-maint.exp: Update tests.
16171
16172 2016-07-12 Yao Qi <yao.qi@linaro.org>
16173
16174 * lib/selftest-support.exp (selftest_setup): Match the output
16175 when captured_main is inlined.
16176
16177 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
16178
16179 * gdb.fortran/derived-types.exp (result_line, result_line_2):
16180 New variables.
16181 (print this%a, print this%b, print this): New tests.
16182 * gdb.fortran/derived-types.f90 (this): New object and
16183 initialization.
16184
16185 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16186
16187 * gdb.ada/arraydim.exp: Remove extra directory level in build
16188 directory.
16189
16190 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16191
16192 * lib/ada.exp: Remove extra directory level in build directory.
16193 * gdb.ada/cond_lang.exp: Likewise.
16194 * gdb.ada/exec_changed.exp: Likewise.
16195 * gdb.ada/lang_switch.exp: Likewise.
16196
16197 2016-07-06 Manish Goregaokar <manish@mozilla.com>
16198
16199 * simple.rs: Add test for raw pointer subscripting.
16200 * simple.exp: Add test expectations.
16201
16202 2016-07-05 Yao Qi <yao.qi@linaro.org>
16203
16204 * gdb.mi/mi-reverse.exp: Match =record-started output.
16205
16206 2016-07-01 Pedro Alves <palves@redhat.com>
16207
16208 * gdb.base/jit-reader.exp (info_registers_current_frame): New
16209 procedure.
16210 (jit_reader_test): Test the jit reader's unwinder.
16211 * gdb.base/jithost.c (jit_function_00_code): New global.
16212 (main): Use memcpy to fill in the mmapped code, instead of poking
16213 bytes manually here.
16214 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
16215 value.
16216 (read_debug_info): Save the function's range.
16217 (read_sp): New function.
16218 (unwind_frame): Use it. Also unwind RBP.
16219 (get_frame_id): Use read_sp.
16220 (gdb_init_reader): Use calloc instead of malloc.
16221 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
16222 parameter. Use gdb_test_multiple.
16223
16224 2016-07-01 Pedro Alves <palves@redhat.com>
16225 Antoine Tremblay <antoine.tremblay@ericsson.com>
16226
16227 * gdb.threads/process-dies-while-detaching.c: New file.
16228 * gdb.threads/process-dies-while-detaching.exp: New file.
16229
16230 2016-07-01 Pedro Alves <palves@redhat.com>
16231
16232 * gdb.multi/watchpoint-multi-exit.c: New file.
16233 * gdb.multi/watchpoint-multi-exit.exp: New file.
16234
16235 2016-06-30 Pedro Alves <palves@redhat.com>
16236
16237 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
16238 unset inferior_spawn_id.
16239
16240 2016-06-30 Pedro Alves <palves@redhat.com>
16241
16242 * lib/mi-support.exp (default_mi_gdb_start): Declare global
16243 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
16244
16245 2016-06-29 Yao Qi <yao.qi@linaro.org>
16246
16247 * gdb.base/return.c: Add copyright header.
16248
16249 2016-06-29 Tom Tromey <tom@tromey.com>
16250
16251 PR python/20129:
16252 * gdb.python/py-framefilter.exp: Add tests for setting priority
16253 and disabling of non-existent frame filter.
16254
16255 2016-06-29 Yao Qi <yao.qi@linaro.org>
16256
16257 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
16258 0x0f07ff.
16259
16260 2016-06-28 Yao Qi <yao.qi@linaro.org>
16261
16262 * gdb.base/catch-syscall.exp: Remove check on isnative and target
16263 triplets. Start gdb, execute catch syscall, and continue. Check
16264 gdb's output to determine catch syscall is supported.
16265
16266 2016-06-27 Manish Goregaokar <manish@mozilla.com>
16267
16268 * gdb.rust/simple.rs: Add test for returning unit in a function.
16269 * gdb.rust/simple.exp: Add expectation for functions returning
16270 unit.
16271
16272 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
16273
16274 * gdb.python/py-breakpoint-create-fail.c,
16275 gdb.python/py-breakpoint-create-fail.exp,
16276 gdb.python/py-breakpoint-create-fail.py: New testcase.
16277
16278 2016-06-25 Manish Goregaokar <manish@mozilla.com>
16279
16280 PR gdb/20239
16281 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
16282 * gdb.rust/simple.exp: Add test expectations for new NonZero
16283 tests.
16284
16285 2016-06-24 David Taylor <dtaylor@emc.com>
16286
16287 * gdb.base/offsets.exp: New file.
16288 * gdb.base/offsets.c: New file.
16289
16290 2016-06-23 Tom Tromey <tom@tromey.com>
16291
16292 PR gdb/16483:
16293 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
16294 before any filters are loaded.
16295
16296 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
16297
16298 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
16299 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
16300 structs.
16301 * gdb.fortran/derived-type-function.exp: New file.
16302 * gdb.fortran/derived-type-function.f90: New file.
16303
16304
16305 2016-06-21 Pedro Alves <palves@redhat.com>
16306
16307 * gdb.base/new-ui.exp: New file.
16308 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
16309 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
16310 (with_spawn_id): New procedure.
16311
16312 2016-06-21 Pedro Alves <palves@redhat.com>
16313
16314 * gdb.mi/mi-exec-run.exp: New file.
16315
16316 2016-06-21 Pedro Alves <palves@redhat.com>
16317
16318 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
16319 breakpoint command's output on the main UI.
16320 (test_break): New procedure, factored out from calls in the top
16321 level.
16322 (top level): Use foreach_with_prefix to test MI as main UI and as
16323 separate UI.
16324
16325 2016-06-21 Pedro Alves <palves@redhat.com>
16326
16327 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
16328 (test_awatch_creation_and_listing)
16329 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
16330 Remove 'type' parameter.
16331 (test_watchpoint_all): New parameter mi_mode. Remove
16332 with_test_prefix.
16333 (top level): Use foreach_with_prefix, and add main/separate UI MI
16334 testing axis.
16335
16336 2016-06-21 Pedro Alves <palves@redhat.com>
16337
16338 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
16339 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
16340 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
16341 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
16342 (gdb_main_spawn_id, mi_spawn_id): Declare and
16343 comment.
16344 (mi_create_inferior_pty): New procedure,
16345 factored out from default_mi_gdb_start.
16346 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
16347 procedures.
16348 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
16349 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16350 Use mi_create_inferior_pty.
16351 (mi_gdb_start): Use eval to pass down args list.
16352
16353 2016-06-21 Pedro Alves <palves@redhat.com>
16354
16355 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16356 * gdb.opt/inline-cmds.exp: Add MI tests.
16357
16358 2016-06-21 Pedro Alves <palves@redhat.com>
16359
16360 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16361
16362 2016-06-21 Pedro Alves <palves@redhat.com>
16363
16364 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16365 (top level): Use it instead of mi_execute_to.
16366
16367 2016-06-21 Pedro Alves <palves@redhat.com>
16368
16369 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16370 (cont_handler_str): New.
16371 (signal_stop_handler): Set stop_handler_str instead of printing to
16372 stdout.
16373 (continue_handler): Set cont_handler_str instead of printing to
16374 stdout.
16375 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16376 mi_send_resuming_command. Print stop_handler_str and
16377 cont_handler_str instead of expecting the python events print
16378 directly.
16379
16380 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16381
16382 * gdb.base/jit-reader.exp: New file.
16383 * gdb.base/jithost.c: New file.
16384 * gdb.base/jithost.h: New file.
16385 * gdb.base/jitreader.c : New file.
16386 * gdb.base/jit-protocol.h: New file.
16387
16388 2016-06-17 Yao Qi <yao.qi@linaro.org>
16389
16390 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16391 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16392 and detach-on-fork. Adjust tests.
16393 (top level): Invoke break_cond_on_syscall with combinations of
16394 syscall, follow-fork-mode and detach-on-fork.
16395
16396 2016-06-17 Yao Qi <yao.qi@linaro.org>
16397
16398 * gdb.base/step-over-exit.c: New.
16399 * gdb.base/step-over-exit.exp: New.
16400
16401 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16402
16403 * gdb.base/float.exp: Add target check for nds32*-*-*.
16404 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16405
16406 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16407
16408 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16409 for unsupported target features.
16410 * gdb.base/call-rt-st.exp: Likewise.
16411 * gdb.base/call-sc.exp: Likewise.
16412 * gdb.base/call-signal-resume.exp: Likewise.
16413 * gdb.base/call-strs.exp: Likewise.
16414 * gdb.base/callexit.exp: Likewise.
16415 * gdb.base/callfuncs.exp: Likewise.
16416 * gdb.base/nodebug.exp: Likewise.
16417 * gdb.base/printcmds.exp: Likewise.
16418 * gdb.base/ptype.exp: Likewise.
16419 * gdb.base/structs.exp: Likewise.
16420 * gdb.base/unwindonsignal.exp: Likewise.
16421 * gdb.cp/gdb2495.exp: Likewise.
16422 * gdb.cp/templates.exp: Likewise.
16423 * gdb.cp/virtfunc.exp: Likewise.
16424 * gdb.threads/hand-call-in-threads.exp: Likewise.
16425 * gdb.threads/interrupted-hand-call.exp: Likewise.
16426 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16427
16428 2016-06-10 Tom Tromey <tom@tromey.com>
16429
16430 PR rust/20110:
16431 * gdb.rust/expr.exp: Add test for integer constant larger than
16432 i32.
16433
16434 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16435
16436 * gdb.fortran/nested-funcs.exp: New.
16437 * gdb.fortran/nested-funcs.f90: New.
16438
16439 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16440
16441 * gdb.base/examine-backward.c: New file.
16442 * gdb.base/examine-backward.exp: New file.
16443
16444 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16445
16446 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16447 matching.
16448
16449 2016-06-02 Tom Tromey <tom@tromey.com>
16450
16451 PR python/18984:
16452 * gdb.python/py-shared.exp: Add solib_name test.
16453
16454 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16455
16456 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16457
16458 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16459
16460 PR c++/19893
16461 * gdb.dwarf2/implref.exp: Rename to...
16462 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16463 * gdb.dwarf2/implref-array.c: New file.
16464 * gdb.dwarf2/implref-array.exp: Likewise.
16465 * gdb.dwarf2/implref-global.c: Likewise.
16466 * gdb.dwarf2/implref-global.exp: Likewise.
16467 * gdb.dwarf2/implref-struct.c: Likewise.
16468 * gdb.dwarf2/implref-struct.exp: Likewise.
16469
16470 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16471
16472 * gdb.trace/trace-condition.exp: Add 64bit tests.
16473
16474 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16475
16476 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16477 bits types.
16478 (main): Adapt to 8 to 64 bits types.
16479 * gdb.trace/trace-condition.exp: Add new tests.
16480
16481 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16482
16483 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16484
16485 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16486
16487 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16488 Move condition tests...
16489 * gdb.trace/trace-condition.exp: Here.
16490
16491 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16492
16493 * gdb.trace/trace-condition.exp: Add counter-case tests.
16494
16495 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16496
16497 PR c++/15231
16498 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16499 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16500
16501 2016-05-27 Pedro Alves <palves@redhat.com>
16502
16503 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16504 New procedure.
16505 (top level): Call it, and bail out of DejaGnu is known to be bad.
16506
16507 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16508
16509 * gdb.base/whatis.c: Extend the test case.
16510 * gdb.base/whatis.exp: Add additional tests.
16511
16512 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16513
16514 * gdb.fortran/type.f90: Add pointer variable.
16515 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16516
16517 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16518
16519 * gdb.fortran/vla-type.exp: Fix testcase name.
16520
16521 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16522
16523 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16524
16525 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16526
16527 * gdb.fortran/type.f90: Add nested structures.
16528 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16529 * gdb.fortran/derived-type.exp: Adapt expected output.
16530 * gdb.fortran/vla-type.exp: Adapt expected output.
16531
16532 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16533
16534 * gdb.fortran/whatis_type.exp: Adapt expected output.
16535
16536 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16537
16538 * gdb.fortran/print_type.exp: Fix expected output.
16539 * gdb.fortran/whatis_type.exp: Fix expected output.
16540
16541 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16542
16543 * gdb.fortran/whatis_type.exp: Use multi_line.
16544
16545 2016-05-24 Tom Tromey <tom@tromey.com>
16546
16547 PR python/17386:
16548 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16549 use value as an index.
16550
16551 2016-05-23 Tom Tromey <tom@tromey.com>
16552
16553 PR python/17981:
16554 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16555 no-breakpoint case.
16556
16557 2016-05-24 Pedro Alves <palves@redhat.com>
16558
16559 PR gdb/19828
16560 * gdb.threads/clone-attach-detach.c: New file.
16561 * gdb.threads/clone-attach-detach.exp: New file.
16562
16563 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16564
16565 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16566
16567 2016-05-23 Tom Tromey <tom@tromey.com>
16568
16569 PR python/19438, PR python/18393:
16570 * gdb.python/py-progspace.exp: Add "dir" test.
16571 * gdb.python/py-objfile.exp: Add "dir" test.
16572
16573 2016-05-23 Yao Qi <yao.qi@linaro.org>
16574
16575 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16576 * gdb.arch/thumb2-it.exp: Likewise.
16577
16578 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16579
16580 * gdb.mi/mi-threads-interrupt.c: New file.
16581 * gdb.mi/mi-threads-interrupt.exp: New file.
16582
16583 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16584
16585 PR gdb/18077
16586 * gdb.mi/mi-async-run.exp: New file.
16587 * gdb.mi/mi-async-run.c: New file.
16588
16589 2016-05-17 Tom Tromey <tom@tromey.com>
16590 Manish Goregaokar <manishsmail@gmail.com>
16591
16592 * lib/rust-support.exp: New file.
16593 * lib/gdb.exp (skip_rust_tests): New proc.
16594 (build_executable_from_specs): Handle rust.
16595 * lib/future.exp (gdb_find_rustc): New proc.
16596 (gdb_default_target_compile): Handle rust.
16597 * gdb.rust/expr.exp: New file.
16598 * gdb.rust/generics.exp: New file.
16599 * gdb.rust/generics.rs: New file.
16600 * gdb.rust/methods.exp: New file.
16601 * gdb.rust/methods.rs: New file.
16602 * gdb.rust/modules.exp: New file.
16603 * gdb.rust/modules.rs: New file.
16604 * gdb.rust/simple.exp: New file.
16605 * gdb.rust/simple.rs: New file.
16606
16607 2016-05-17 Tom Tromey <tom@tromey.com>
16608
16609 * gdb.base/default.exp (set language): Add rust.
16610
16611 2016-05-17 Tom Tromey <tom@tromey.com>
16612
16613 * gdb.gdb/unittest.exp: New file.
16614
16615 2016-05-16 Yao Qi <yao.qi@linaro.org>
16616
16617 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16618 shell_prompt. Update shell_prompt_re.
16619
16620 2016-05-12 Doug Evans <dje@google.com>
16621
16622 PR symtab/19999
16623 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16624 $options when building executable.
16625 * gdb.dwarf2/fission-loclists-pie.S: New file.
16626 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16627
16628 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16629
16630 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16631 of [is_remote target],
16632
16633 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16634
16635 * lib/gdb.exp (use_gdb_stub): New procedure.
16636
16637 2016-05-03 Yunlian Jiang <yunlian@google.com>
16638 Doug Evans <dje@google.com>
16639
16640 PR symtab/19914
16641 * gdb.dwarf2/dwp-sepdebug.c: New file.
16642 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16643
16644 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16645
16646 * gdb.base/detach.exp: Remove is_remote check.
16647
16648 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16649
16650 * gdb.base/annota-input-while-running.exp: Don't check for
16651 [is_remote target]. Enable annotations after running to main.
16652 Remove unused "set test..." line.
16653
16654 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16655
16656 * gdb.trace/trace-enable-disable.exp: New file.
16657 * gdb.trace/trace-enable-disable.c: New file.
16658
16659 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16660
16661 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16662 use it in info sharedlibrary test.
16663 * gdb.trace/ftrace-lock.exp: Likewise.
16664 * gdb.trace/ftrace.exp: Likewise.
16665 * gdb.trace/range-stepping.exp: Likewise.
16666 * gdb.trace/trace-break.exp: Likewise.
16667 * gdb.trace/trace-condition.exp: Likewise.
16668 * gdb.trace/trace-mt.exp: Likewise.
16669
16670 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16671
16672 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16673 (gdb_load_shlib): ... this.
16674 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16675 gdb_load_shlib.
16676 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16677 * gdb.base/ctxobj.exp: Likewise.
16678 * gdb.base/dprintf-pending.exp: Likewise.
16679 * gdb.base/dso2dso.exp: Likewise.
16680 * gdb.base/fixsection.exp: Likewise.
16681 * gdb.base/gcore-relro.exp: Likewise.
16682 * gdb.base/gdb1555.exp: Likewise.
16683 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16684 * gdb.base/gnu-ifunc.exp: Likewise.
16685 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16686 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16687 * gdb.base/pending.exp: Likewise.
16688 * gdb.base/print-file-var.exp: Likewise.
16689 * gdb.base/print-symbol-loading.exp: Likewise.
16690 * gdb.base/shlib-call.exp: Likewise.
16691 * gdb.base/shreloc.exp: Likewise.
16692 * gdb.base/so-impl-ld.exp: Likewise.
16693 * gdb.base/solib-disc.exp: Likewise.
16694 * gdb.base/solib-nodir.exp: Likewise.
16695 * gdb.base/solib-overlap.exp: Likewise.
16696 * gdb.base/solib-symbol.exp: Likewise.
16697 * gdb.base/solib-weak.exp (do_test): Likewise.
16698 * gdb.base/sym-file.exp: Likewise.
16699 * gdb.base/symtab-search-order.exp: Likewise.
16700 * gdb.base/type-opaque.exp: Likewise.
16701 * gdb.base/unload.exp: Likewise.
16702 * gdb.base/watchpoint-solib.exp: Likewise.
16703 * gdb.compile/compile.exp: Likewise.
16704 * gdb.cp/gdb2384.exp: Likewise.
16705 * gdb.cp/infcall-dlopen.exp: Likewise.
16706 * gdb.cp/re-set-overloaded.exp: Likewise.
16707 * gdb.fortran/library-module.exp: Likewise.
16708 * gdb.opt/solib-intra-step.exp: Likewise.
16709 * gdb.python/py-finish-breakpoint.exp: Likewise.
16710 * gdb.python/py-shared.exp: Likewise.
16711 * gdb.reverse/solib-precsave.exp: Likewise.
16712 * gdb.reverse/solib-reverse.exp: Likewise.
16713 * gdb.server/solib-list.exp: Likewise.
16714 * gdb.threads/dlopen-libpthread.exp: Likewise.
16715 * gdb.threads/tls-shared.exp: Likewise.
16716 * gdb.threads/tls-so_extern.exp: Likewise.
16717 * gdb.trace/change-loc.exp: Likewise.
16718 * gdb.trace/ftrace-lock.exp: Likewise.
16719 * gdb.trace/ftrace.exp: Likewise.
16720 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16721 * gdb.trace/pending.exp: Likewise.
16722 * gdb.trace/range-stepping.exp: Likewise.
16723 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16724 (strace_info_marker): Likewise.
16725 (strace_probe_marker): Likewise.
16726 (strace_trace_on_same_addr): Likewise.
16727 (strace_trace_on_diff_addr): Likewise.
16728 * gdb.trace/trace-break.exp: Likewise.
16729 * gdb.trace/trace-condition.exp: Likewise.
16730 * gdb.trace/trace-mt.exp: Likewise.
16731
16732 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16733
16734 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16735 result of gdb_remote_download.
16736 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16737 * gdb.base/dso2dso.exp: Likewise.
16738 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16739 * gdb.base/print-file-var.exp: Likewise.
16740 * gdb.base/shlib-call.exp: Likewise.
16741 * gdb.base/shreloc.exp: Likewise.
16742 * gdb.base/solib-overlap.exp: Likewise.
16743 * gdb.base/solib-weak.exp (do_test): Likewise.
16744 * gdb.base/unload.exp: Likewise.
16745
16746 2016-04-27 Yao Qi <yao.qi@linaro.org>
16747
16748 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16749 exists.
16750
16751 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16752
16753 * vla-type.exp: Print structure from toplevel.
16754
16755 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16756
16757 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16758 of dynamic types.
16759 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16760 of dynamic types.
16761
16762 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16763
16764 * gdb.fortran/vla-type.f90: New file.
16765 * gdb.fortran/vla-type.exp: New file.
16766
16767 2016-04-25 Yao Qi <yao.qi@linaro.org>
16768
16769 * gdb.base/branch-to-self.c: New file.
16770 * gdb.base/branch-to-self.exp: New file.
16771
16772 2016-04-22 Yao Qi <yao.qi@linaro.org>
16773
16774 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16775 more after $hex.
16776
16777 2016-04-22 Yao Qi <yao.qi@linaro.org>
16778
16779 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16780 * gdb.base/annota3.exp: Likewise.
16781
16782 2016-04-22 Yao Qi <yao.qi@linaro.org>
16783
16784 * gdb.reverse/step-precsave.exp: Do one step and test program
16785 stops in "callee" and do multiple steps until program goes out
16786 of "callee".
16787 * gdb.reverse/step-reverse.exp: Likewise.
16788
16789 2016-04-22 Yao Qi <yao.qi@linaro.org>
16790
16791 * gdb.trace/signal.exp: Also pass if
16792 $tracepoint_hits($i) > $iterations.
16793
16794 2016-04-22 Yao Qi <yao.qi@linaro.org>
16795
16796 * gdb.trace/signal.c: New file.
16797 * gdb.trace/signal.exp: New file.
16798
16799 2016-04-19 Doug Evans <xdje42@gmail.com>
16800
16801 * gdb.base/bad-file.exp: New file.
16802
16803 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16804
16805 * gdb.dwarf2/implref.exp: New file.
16806
16807 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16808
16809 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16810 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16811 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16812 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16813 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16814 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16815 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16816 * lib/fortran.exp (fortran_int4): New procedure.
16817 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16818 (fortran_logical4): Likewise.
16819
16820 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16821
16822 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16823
16824 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16825
16826 * lib/compiler.c: Add Intel specific preprocessor macros.
16827 * lib/compiler.cc: Likewise.
16828
16829 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16830
16831 * gdb.server/connect-with-no-symbol-file.c: New file.
16832 * gdb.server/connect-with-no-symbol-file.exp: New file.
16833
16834 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16835
16836 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16837
16838 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16839
16840 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16841 standard output directory.
16842
16843 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16844
16845 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16846
16847 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16848
16849 * gdb.btrace/instruction_history.c (loop): Add declaration.
16850
16851 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16852
16853 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16854
16855 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16856
16857 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16858 parentheses to print.
16859 (continue_handler): Likewise.
16860
16861 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16862
16863 * gdb.server/solib-list.exp: Remove is_remote check.
16864 Pass shlib= to gdb_compile. Don't link shared library with
16865 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16866 Run binary filename through "readlink -f" on the target.
16867
16868 2016-04-08 Pedro Alves <palves@redhat.com>
16869
16870 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16871 interpreter filename as argument to gdbserver_spawn.
16872 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16873 Return empty if $last_loaded_file does not exist.
16874
16875 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16876
16877 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16878 * gdb.base/jit-main.c: Use exit after usage.
16879
16880 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16881
16882 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16883 GDBHISTSIZE prior to the tests.
16884 * gdb.base/gdbinit-history.exp: Likewise.
16885
16886 2016-04-07 Pedro Alves <palves@redhat.com>
16887
16888 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16889 instead of build_executable. Use gdb_load_shlibs.
16890
16891 2016-04-07 Yao Qi <yao.qi@linaro.org>
16892
16893 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16894 Execute "si" command.
16895
16896 2016-04-07 Yao Qi <yao.qi@linaro.org>
16897
16898 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16899 number instead of the comments on some line.
16900
16901 2016-04-06 Don Breazeal <donb@codesourcery.com>
16902
16903 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16904 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16905
16906 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16907
16908 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16909 standard_output_file. Remove unused binfile variable.
16910
16911 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16912
16913 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16914 * gdb.python/py-mi-objfile.exp: Match "list main" output
16915 in console format.
16916
16917 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16918
16919 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16920 absolute.
16921
16922 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16923
16924 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16925 absolute.
16926 * gdb.trace/ftrace.exp: Likewise.
16927 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16928 targets as well.
16929 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16930 (gdb_load_shlibs): Copy libraries to test directory when testing
16931 natively. Only set solib-search-path if testing remotely.
16932 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16933
16934 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16935
16936 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16937 gdb_download. Use it even if the target is not remote.
16938 * gdb.base/jit.exp (compile_jit_test): Likewise.
16939 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16940 output directory if the destination board is local, otherwise use
16941 the standard remote_download from DejaGnu.
16942 (gdb_download): Remove.
16943 (gdb_load_shlibs): Use gdb_remote_download instead of
16944 gdb_download.
16945 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16946 Use gdb_remote_download instead of gdb_download. Use it even if
16947 the target is not remote.
16948 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16949 instead of gdb_download.
16950
16951 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16952
16953 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16954 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16955 run.
16956
16957 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16958
16959 PR gdb/19820
16960 * gdb.base/printcmds.exp: Add artificial arrays tests.
16961
16962 2016-03-31 Pedro Alves <palves@redhat.com>
16963
16964 PR gdb/19858
16965 * gdb.base/jit-main.c: Include unistd.h.
16966 (ATTACH): Define to 0 if not already defined.
16967 (wait_for_gdb, mypid): New globals.
16968 (WAIT_FOR_GDB): New macro.
16969 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16970 some breakpoint locations.
16971 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16972 New procedures.
16973 (one_jit_test): Add REATTACH parameter, and handle it. Use
16974 continue_to_test_location.
16975 (top level): Test attach, and adjusts calls to one_jit_test.
16976
16977 2016-03-31 Pedro Alves <palves@redhat.com>
16978
16979 PR gdb/19858
16980 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16981 BINSUFFIX parameter, and handle it.
16982 (top level): Adjust calls compile_jit_test.
16983
16984 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16985
16986 PR python/19743
16987 * gdb.python/py-mi-events-gdb.py: New file.
16988 * gdb.python/py-mi-events.c: New file.
16989 * gdb.python/py-mi-events.exp: New file.
16990
16991 2016-03-30 Yao Qi <yao.qi@linaro.org>
16992
16993 * gdb.reverse/until-precsave.exp: Match function name only.
16994 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16995 Move malloc to a condition block.
16996 * gdb.reverse/until-reverse.exp: Match function name only.
16997
16998 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16999
17000 * gdb.trace/ftrace.exp: Set arg0exp for s390.
17001 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
17002 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
17003 variable for GPR 0 instead of assuming it is register 0.
17004 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
17005 * lib/trace-support.exp: Add s390 registers.
17006
17007 2016-03-29 Yao Qi <yao.qi@linaro.org>
17008
17009 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
17010
17011 2016-03-24 Yao Qi <yao.qi@linaro.org>
17012
17013 * gdb.reverse/break-reverse.exp: Add quotation mark in the
17014 test message.
17015
17016 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17017
17018 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
17019 maintaining separate logic for constructing the output path.
17020
17021 2016-03-16 Don Breazeal <donb@codesourcery.com>
17022
17023 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
17024 Retry fork and waitpid on interrupted system call errors.
17025 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17026 Use with_timeout_factor to increase timeout by factor of 10.
17027
17028 2016-03-15 Don Breazeal <donb@codesourcery.com>
17029
17030 * gdb.cp/scope-err.cc: New test program.
17031 * gdb.cp/scope-err.exp: New test script.
17032 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
17033 lines and "set breakpoint here" comment.
17034 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
17035 Fixed some whitespace and format issues.
17036 * gdb.mi/mi-linespec-err-cp.cc: New test program.
17037 * gdb.mi/mi-linespec-err-cp.exp: New test script.
17038
17039 2016-03-15 Doug Evans <dje@google.com>
17040
17041 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
17042 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
17043 All callers updated. Add tests for enums, mixed flags register.
17044
17045 2016-03-15 Doug Evans <dje@google.com>
17046
17047 * gdb.base/skip.c (main): Call test_skip_file_and_function.
17048 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
17049
17050 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
17051
17052 * gdb.base/default.exp: Add $_as_string to the list of expected
17053 convenience functions.
17054
17055 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
17056
17057 * gdb.base/maint.exp: New tests for 'maint info line-table'.
17058
17059 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
17060
17061 * gdb.python/py-as-string.exp: New file.
17062 * gdb.python/py-as-string.c: New file.
17063
17064 2016-03-09 Pedro Alves <palves@redhat.com>
17065
17066 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
17067 signal" -> "Thread NN received signal" output change.
17068 * gdb.threads/ia64-sigill.exp: Likewise.
17069 * gdb.threads/linux-dp.exp: Likewise.
17070 * gdb.threads/manythreads.exp: Likewise.
17071 * gdb.threads/pending-step.exp: Likewise.
17072 * gdb.threads/print-threads.exp: Likewise.
17073 * gdb.threads/sigstep-threads.exp: Likewise.
17074 * gdb.threads/staticthreads.exp: Likewise.
17075 * gdb.threads/tls.exp: Likewise.
17076
17077 2016-03-09 Pedro Alves <palves@redhat.com>
17078
17079 * gdb.base/command-line-input.exp: New file.
17080
17081 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17082
17083 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
17084 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
17085 * gdb.trace/pending.exp: Accept leading dot before function name.
17086 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
17087 * lib/trace-support.exp: Set registers for ppc.
17088
17089 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17090
17091 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
17092 use it for disassembly; accept .main in addition to main in backtrace.
17093
17094 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
17095 Marcin Kościelnicki <koriakin@0x04.net>
17096
17097 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
17098 (gdb_recursion_test_ptr): New global variable.
17099 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
17100 gdb_recursion_test.
17101 (gdb_c_test): Ditto.
17102
17103 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17104
17105 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
17106 ordering.
17107
17108 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17109
17110 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
17111 (bar): Add bar_start_lbl label.
17112 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
17113 of foo/bar for emitting DWARF and tracing.
17114
17115 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
17116
17117 * analyze-racy-logs.py: Set executable bit.
17118
17119 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
17120
17121 * Makefile.in (DEFAULT_RACY_ITER): New variable.
17122 (CHECK_TARGET_TMP): Likewise.
17123 (check-single-racy): New rule.
17124 (check-parallel-racy): Likewise.
17125 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
17126 (do-check-parallel-racy): New rule.
17127 (check-racy/%.exp): Likewise.
17128 * README (Racy testcases): New section.
17129 * analyze-racy-logs.py: New file.
17130
17131 2016-03-03 Doug Evans <dje@google.com>
17132
17133 * gdb.base/skip.exp: Use with_test_prefix.
17134
17135 2016-03-03 Yao Qi <yao.qi@linaro.org>
17136
17137 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
17138 Invoke step_over_syscall "clone" and break_cond_on_syscall
17139 "clone".
17140 * gdb.base/step-over-clone.c: New file.
17141
17142 2016-03-03 Yao Qi <yao.qi@linaro.org>
17143
17144 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
17145 code format.
17146
17147 2016-03-03 Yao Qi <yao.qi@linaro.org>
17148
17149 * gdb.base/disp-step-fork.c: Rename to ...
17150 * gdb.base/step-over-fork.c: ... it. New file.
17151 * gdb.base/disp-step-vfork.c: Rename to ...
17152 * gdb.base/step-over-vfork.c: ... it. New file.
17153 * gdb.base/disp-step-syscall.exp: Rename to ...
17154 * gdb.base/step-over-syscall.exp: ... it. New file.
17155 (disp_step_cross_syscall): Rename to ...
17156 (step_over_syscall): ... it.
17157
17158 2016-03-03 Yao Qi <yao.qi@linaro.org>
17159
17160 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
17161 If target supports condition evaluation on target, invoke
17162 break_cond_on_syscall for fork and vfork.
17163
17164 2016-03-03 Yao Qi <yao.qi@linaro.org>
17165
17166 * gdb.base/disp-step-syscall.exp: Don't invoke
17167 support_displaced_stepping.
17168 (disp_step_cross_syscall): Test with displaced stepping off and
17169 on if supported.
17170
17171 2016-03-03 Yao Qi <yao.qi@linaro.org>
17172
17173 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
17174 proc.
17175 (setup): New proc.
17176 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
17177 and setup.
17178
17179 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17180
17181 * gdb.fortran/vla-history.exp: Remove breakpoint.
17182
17183 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17184
17185 * gdb.fortran/vla-history.exp: Lookup array elements and printing
17186 exceeds timeout.
17187
17188 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17189
17190 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
17191 breakpoint.
17192
17193 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17194
17195 * gdb.mi/vla.f90: Nullify pointer after declaration.
17196
17197 2016-03-01 Pedro Alves <palves@redhat.com>
17198
17199 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
17200
17201 2016-03-01 Pedro Alves <palves@redhat.com>
17202
17203 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
17204 before anything else.
17205 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
17206 _GNU_SOURCE here.
17207 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
17208 before anything else.
17209 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
17210
17211 2016-03-01 Pedro Alves <palves@redhat.com>
17212
17213 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
17214
17215 2016-03-01 Yao Qi <yao.qi@linaro.org>
17216
17217 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
17218 prepare_for_testing.
17219
17220 2016-03-01 Yao Qi <yao.qi@linaro.org>
17221
17222 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
17223
17224 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17225
17226 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
17227 manually constructing the output path.
17228
17229 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17230
17231 * gdb.arch/s390-stackless.S: New.
17232 * gdb.arch/s390-stackless.exp: New.
17233
17234 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
17235
17236 * gdb.dlang/circular.c: New file.
17237 * gdb.dlang/circular.exp: New file.
17238
17239 2016-02-26 Yao Qi <yao.qi@linaro.org>
17240
17241 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
17242 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
17243 (testcases): Update.
17244
17245 2016-02-26 Yao Qi <yao.qi@linaro.org>
17246
17247 * gdb.reverse/aarch64.c: Rename to ...
17248 * gdb.reverse/insn-reverse.c: ... it.
17249 * gdb.reverse/aarch64.exp: Rename to ...
17250 * gdb.reverse/insn-reverse.exp: ... it.
17251
17252 2016-02-26 Yao Qi <yao.qi@linaro.org>
17253
17254 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
17255 (testcase_ftype): New.
17256 (testcases): New array.
17257 (n_testcases): New.
17258 (main): Call each element in testcases.
17259 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
17260 (read_testcase): New.
17261 Do the tests in a loop.
17262
17263 2016-02-25 Yao Qi <yao.qi@linaro.org>
17264
17265 * gdb.base/branches.c: Remove.
17266
17267 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17268
17269 PR gdb/13808
17270 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
17271
17272 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17273
17274 * gdb.trace/ftrace.exp: Remove unnecessary target check.
17275
17276 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17277
17278 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
17279 change x86_64 call_insn to 'callq'.
17280
17281 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17282
17283 * gdb.trace/tfile-avx.c: Move to...
17284 * gdb.trace/tracefile-pseudo-reg.c: Here.
17285 * gdb.trace/tfile-avx.exp: Move to...
17286 * gdb.trace/tracefile-pseudo-reg.exp: Here.
17287
17288 2016-02-24 Gary Benson <gbenson@redhat.com>
17289
17290 * gdb.base/attach-pie-noexec.exp: Do not expect an error
17291 message on attach.
17292
17293 2016-02-23 Doug Evans <dje@google.com>
17294
17295 * gdb.base/skip.c (test_skip): New function.
17296 (end_test_skip_file_and_function): New function.
17297 (test_skip_file_and_function): New function.
17298 * gdb.base/skip1.c (test_skip): New function.
17299 (skip1_test_skip_file_and_function): New function.
17300 * gdb.base/skip.exp: Add tests for new skip options.
17301 * gdb.base/skip-solib.exp: Update expected output.
17302 * gdb.perf/skip-command.cc: New file.
17303 * gdb.perf/skip-command.exp: New file.
17304 * gdb.perf/skip-command.py: New file.
17305
17306 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
17307
17308 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
17309 info registers pattern.
17310
17311 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
17312
17313 * lib/future.exp: Add D support.
17314 (gdb_find_gdc): New proc.
17315 (gdb_default_target_compile): Add D support.
17316
17317 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
17318
17319 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
17320 user+system time.
17321 (trace_speed_test): Determine the iteration count for a time
17322 between 15..30 seconds.
17323
17324 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
17325
17326 * gdb.arch/i386-mpx-sigsegv.c: New file.
17327 * gdb.arch/i386-mpx-sigsegv.exp: New file.
17328 * gdb.arch/i386-mpx-simple_segv.c: New file.
17329 * gdb.arch/i386-mpx-simple_segv.exp: New file.
17330
17331 2016-02-18 Yao Qi <yao.qi@linaro.org>
17332
17333 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17334 Don't call setup_kfail.
17335
17336 2016-02-18 Yao Qi <yao.qi@linaro.org>
17337
17338 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17339 Set "set breakpoint condition-evaluation" per $cond_bp_target.
17340
17341 2016-02-16 Doug Evans <dje@google.com>
17342
17343 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
17344 * gdb.base/skip1.c: Ditto.
17345 * gdb.base/skip.exp: Whitespace cleanup.
17346
17347 2016-02-16 Don Breazeal <donb@codesourcery.com>
17348
17349 PR remote/19496
17350 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17351 Remove kfail for PR remote/19496.
17352
17353 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17354
17355 * lib/gdb.exp (standard_temp_file): Return a path specific to
17356 the runtest invocation.
17357
17358 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17359
17360 * gdb.trace/save-trace.exp: Change relative path to be in the
17361 standard output directory.
17362
17363 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17364
17365 * gdb.arch/i386-prologue.c: Add missing prototypes.
17366
17367 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17368
17369 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17370 * gdb.arch/i386-prologue.exp: Likewise.
17371 * gdb.arch/i386-size.exp: Likewise.
17372
17373 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17374
17375 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17376 define object file path.
17377 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17378 file path.
17379 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17380 standard_output_file to define binfile.
17381
17382 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17383
17384 Fix compatibility with recent gfortran-5.3.1.
17385 * gdb.fortran/vla-history.exp (print vla1 allocated)
17386 (print vla2 allocated, print $2, print $3): Remove
17387 (print $4): Rename to ...
17388 (print $2): ... here.
17389 (print $9): Rename to ...
17390 (print $5): ... here.
17391 (print $10): Rename to ...
17392 (print $6): ... here.
17393 * gdb.fortran/vla.f90: Add pvla initialization.
17394
17395 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17396
17397 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17398 New test.
17399 * gdb.fortran/vla-value-sub.exp: Likewise.
17400
17401 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17402
17403 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17404
17405 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17406
17407 * i386-biarch-core.exp: Define corefile using
17408 standard_output_file.
17409
17410 2016-02-12 Yao Qi <yao.qi@linaro.org>
17411
17412 * gdb.arch/arm-single-step-kernel-helper.c: New.
17413 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17414
17415 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17416
17417 * gdb.btrace/tailcall-only.exp: New.
17418 * gdb.btrace/tailcall-only.c: New.
17419 * gdb.btrace/x86_64-tailcall-only.S: New.
17420 * gdb.btrace/i686-tailcall-only.S: New.
17421
17422 2016-02-11 Pedro Alves <palves@redhat.com>
17423
17424 * README (Parallel testing): Add missing double quotes.
17425
17426 2016-02-11 Pedro Alves <palves@redhat.com>
17427
17428 * README (Parallel testing): New section.
17429 (GDB_PARALLEL): Rewrite.
17430 (FORCE_PARALLEL): Document.
17431
17432 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17433
17434 * gdb.trace/tfile-avx.c: New test.
17435 * gdb.trace/tfile-avx.exp: New test.
17436
17437 2016-02-09 Keith Seitz <keiths@redhat.com>
17438
17439 PR breakpoints/19546
17440 * gdb.base/infcall-exec.c: New file.
17441 * gdb.base/infcall-exec2.c: New file.
17442 * gdb.base/infcall-exec.exp: New file.
17443
17444 2016-02-09 Keith Seitz <keiths@redhat.com>
17445
17446 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17447 (toplevel): Call test_bkpt_address.
17448
17449 2016-02-09 Keith Seitz <keiths@redhat.com>
17450
17451 PR python/19506
17452 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17453 (toplevel): Call test_bkpt_address.
17454
17455 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17456
17457 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17458 to AC_OUTPUT.
17459 * configure: Regenerate.
17460
17461 2016-02-09 Pedro Alves <palves@redhat.com>
17462
17463 PR breakpoints/19548
17464 * gdb.base/execl-update-breakpoints.c (some_function): New
17465 function.
17466 (main): Call it.
17467 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17468 Tighten expected GDB output.
17469
17470 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17471
17472 * Makefile.in (ALL_SUBDIRS): Remove.
17473 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17474 (distclean maintainer-clean realclean): Likewise.
17475 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17476 * configure: Regenerate.
17477 * gdb.ada/Makefile.in: Delete.
17478 * gdb.arch/Makefile.in: Likewise.
17479 * gdb.asm/Makefile.in: Likewise.
17480 * gdb.base/Makefile.in: Likewise.
17481 * gdb.btrace/Makefile.in: Likewise.
17482 * gdb.cell/Makefile.in: Likewise.
17483 * gdb.compile/Makefile.in: Likewise.
17484 * gdb.cp/Makefile.in: Likewise.
17485 * gdb.disasm/Makefile.in: Likewise.
17486 * gdb.dlang/Makefile.in: Likewise.
17487 * gdb.dwarf2/Makefile.in: Likewise.
17488 * gdb.fortran/Makefile.in: Likewise.
17489 * gdb.gdb/Makefile.in: Likewise.
17490 * gdb.go/Makefile.in: Likewise.
17491 * gdb.guile/Makefile.in: Likewise.
17492 * gdb.java/Makefile.in: Likewise.
17493 * gdb.linespec/Makefile.in: Likewise.
17494 * gdb.mi/Makefile.in: Likewise.
17495 * gdb.modula2/Makefile.in: Likewise.
17496 * gdb.multi/Makefile.in: Likewise.
17497 * gdb.objc/Makefile.in: Likewise.
17498 * gdb.opencl/Makefile.in: Likewise.
17499 * gdb.opt/Makefile.in: Likewise.
17500 * gdb.pascal/Makefile.in: Likewise.
17501 * gdb.perf/Makefile.in: Likewise.
17502 * gdb.python/Makefile.in: Likewise.
17503 * gdb.reverse/Makefile.in: Likewise.
17504 * gdb.server/Makefile.in: Likewise.
17505 * gdb.stabs/Makefile.in: Likewise.
17506 * gdb.threads/Makefile.in: Likewise.
17507 * gdb.trace/Makefile.in: Likewise.
17508 * gdb.xml/Makefile.in: Likewise.
17509 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17510 GDB_PARALLEL.
17511 (standard_output_file): Remove check for GDB_PARALLEL, always
17512 return path in outputs/$subdir/$testname.
17513
17514 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17515
17516 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17517 (site.exp): Assign abs_srcdir to tcl's srcdir.
17518
17519 2016-02-04 Yao Qi <yao.qi@linaro.org>
17520
17521 * gdb.base/foll-exec-mode.c: Include limits.h.
17522 (main): Add parameters argc and argv. Get directory from
17523 argv[0].
17524 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17525 compilation.
17526 * gdb.base/foll-exec.c: Include limits.h.
17527 (main): Add parameters argc and argv.
17528 Get directory from argv[0].
17529 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17530 Adjust tests on the number of lines as source code changed.
17531 * gdb.base/foll-vfork-exit.c: Include limits.h.
17532 (main): Add one line of statement before vfork.
17533 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17534 (main): Add parameters argc and argv. Get directory from
17535 argv[0].
17536 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17537 (setup_gdb): Set tbreak to skip some source lines.
17538 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17539 (main): Add parameters argc and argv. Get directory from
17540 argv[0].
17541 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17542 compilation.
17543 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17544 (main): Add parameters argc and argv. Get directory from
17545 argv[0].
17546 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17547 compilation.
17548
17549 2016-02-01 Doug Evans <dje@google.com>
17550
17551 * gdb.base/skip.exp: Clean up multiple references to same test name.
17552
17553 2016-02-01 Pedro Alves <palves@redhat.com>
17554
17555 PR remote/19496
17556 * gdb.threads/forking-threads-plus-breakpoint.exp
17557 (displaced_stepping_supported): New global.
17558 (probe_displaced_stepping_support): New procedure.
17559 (do_test): Add 'displaced' parameter, and use it.
17560 (top level): Check for displaced stepping support. Add displaced
17561 stepping on/off testing axis.
17562
17563 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17564
17565 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17566 pointer. Don't perform further tests on the unassociated pointer
17567 if the first test fails.
17568
17569 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17570
17571 * gdb.base/max-value-size.c: New file.
17572 * gdb.base/max-value-size.exp: New file.
17573 * gdb.base/huge.exp: Disable max-value-size for this test.
17574
17575 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17576
17577 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17578
17579 2016-01-28 Yao Qi <yao.qi@linaro.org>
17580
17581 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17582
17583 2016-01-25 Pedro Alves <palves@redhat.com>
17584
17585 PR threads/19461
17586 * gdb.base/fork-running-state.c: New file.
17587 * gdb.base/fork-running-state.exp: New file.
17588
17589 2016-01-25 Pedro Alves <palves@redhat.com>
17590
17591 PR gdb/19494
17592 * gdb.base/catch-fork-kill.c: New file.
17593 * gdb.base/catch-fork-kill.exp: New file.
17594
17595 2016-01-25 Pedro Alves <palves@redhat.com>
17596
17597 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17598 Delete, moved to lib/gdb.exp.
17599 * gdb.threads/forking-threads-plus-breakpoint.exp
17600 (foreach_with_prefix): Likewise.
17601 * gdb.threads/process-dies-while-handling-bp.exp
17602 (foreach_with_prefix): Likewise.
17603 * lib/gdb.exp (foreach_with_prefix): New procedure.
17604
17605 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17606
17607 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17608 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17609
17610 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17611
17612 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17613 endian targets.
17614
17615 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17616 Pedro Alves <palves@redhat.com>
17617
17618 Fix testsuite compatibility with Guile.
17619 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17620 number.
17621
17622 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17623
17624 Fix testsuite compatibility with Guile.
17625 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17626 (thread 1): New test for backtrace through signal handler.
17627
17628 2016-01-22 Yao Qi <yao.qi@linaro.org>
17629
17630 PR testsuite/19491
17631 * gdb.base/multi-forks.c: Include
17632 ../lib/unbuffer_output.c
17633 (main): Call gdb_unbuffer_output.
17634
17635 2016-01-21 Doug Evans <dje@google.com>
17636
17637 * lib/ada.exp (gdb_compile_ada): Fix typo.
17638
17639 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17640
17641 * gdb.base/break-fun-addr.exp: New file.
17642 * gdb.base/break-fun-addr1.c: New file.
17643 * gdb.base/break-fun-addr2.c: New file.
17644
17645 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17646
17647 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17648 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17649 enum flag values.
17650
17651 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17652
17653 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17654 when GDB can not set the vector return value. Add more comments
17655 for clarification.
17656
17657 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17658
17659 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17660 command.
17661
17662 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17663
17664 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17665
17666 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17667
17668 * Makefile.in (check-single): Pass --status to runtest.
17669 (check/%.exp): Likewise.
17670
17671 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17672
17673 * Makefile.in (check-parallel): Propagate return code from make
17674 do-check-parallel.
17675
17676 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17677
17678 * gdb.trace/ftrace.exp: Fix expected message on continue.
17679 * gdb.trace/pending.exp: Fix expected message on continue.
17680 * gdb.trace/trace-break.exp: Fix expected message on continue.
17681
17682 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17683
17684 * lib/gdb.exp (gdb_test): Remove unused global references.
17685
17686 2016-01-18 Pedro Alves <palves@redhat.com>
17687
17688 * gdb.base/async-shell.exp: Adjust expected output.
17689 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17690 * gdb.base/siginfo-thread.exp: Adjust expected output.
17691 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17692 * gdb.java/jnpe.exp: Adjust expected output.
17693 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17694 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17695 * gdb.threads/leader-exit.exp: Adjust expected output.
17696 * gdb.threads/manythreads.exp: Adjust expected output.
17697 * gdb.threads/pthreads.exp: Adjust expected output.
17698 * gdb.threads/schedlock.exp: Adjust expected output.
17699 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17700 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17701 expected output.
17702 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17703 output.
17704 * gdb.threads/sigthread.exp: Adjust expected output.
17705 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17706
17707 2016-01-18 Yao Qi <yao.qi@linaro.org>
17708
17709 * gdb.guile/scm-section-script.c: Replace @progbits with
17710 %progbits.
17711 * gdb.python/py-section-script.c: Likewise.
17712
17713 2016-01-15 Pedro Alves <palves@redhat.com>
17714
17715 * gdb.multi/tids.exp: Test star wildcard ranges.
17716
17717 2016-01-15 Pedro Alves <palves@redhat.com>
17718
17719 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17720 command from "thread apply" invocation.
17721 (thr_apply_info_thr_invalid): Default the expected output to the
17722 input tid list.
17723 (top level): Add tests that use convenience variables. Add tests
17724 for "thread apply" with a valid TID list, but missing the command.
17725
17726 2016-01-13 Pedro Alves <palves@redhat.com>
17727
17728 * gdb.base/default.exp: Expect $_gthread as well.
17729 * gdb.multi/tids.exp: Test $_gthread.
17730 * gdb.threads/thread-specific.exp: Test $_gthread.
17731
17732 2016-01-13 Pedro Alves <palves@redhat.com>
17733
17734 * gdb.multi/tids.exp: Test "info threads -gid".
17735
17736 2016-01-13 Pedro Alves <palves@redhat.com>
17737
17738 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17739 Breakpoint.thread.
17740 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17741
17742 2016-01-07 Pedro Alves <palves@redhat.com>
17743
17744 * gdb.base/break.exp: Adjust to output changes.
17745 * gdb.base/hbreak2.exp: Likewise.
17746 * gdb.base/sepdebug.exp: Likewise.
17747 * gdb.base/watch_thread_num.exp: Likewise.
17748 * gdb.linespec/keywords.exp: Likewise.
17749 * gdb.multi/info-threads.exp: Likewise.
17750 * gdb.threads/thread-find.exp: Likewise.
17751 * gdb.multi/tids.c: New file.
17752 * gdb.multi/tids.exp: New file.
17753
17754 2016-01-13 Pedro Alves <palves@redhat.com>
17755
17756 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17757
17758 2016-01-13 Pedro Alves <palves@redhat.com>
17759
17760 * gdb.base/default.exp: Expect $_inferior as well.
17761 * gdb.multi/base.exp: Test $_inferior.
17762
17763 2016-01-13 Pedro Alves <palves@redhat.com>
17764
17765 PR breakpoints/19388
17766 * gdb.base/catch-signal-siginfo-cond.c: New file.
17767 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17768
17769 2016-01-12 Josh Stone <jistone@redhat.com>
17770 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17771
17772 * gdb.base/catch-syscall.c (do_execve): New variable.
17773 (main): Conditionally trigger an execve.
17774 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17775 (test_catch_syscall_execve): New, check entry/return across execve.
17776 (do_syscall_tests): Call test_catch_syscall_execve.
17777
17778 2016-01-12 Pedro Alves <palves@redhat.com>
17779
17780 * gdb.base/random-signal.exp (do_test): New procedure, with body
17781 of testcase moved in.
17782
17783 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17784 Pedro Alves <palves@redhat.com>
17785
17786 * gdb.base/funcargs.exp (finish from indirectly called function):
17787 Reintroduce the case for 'First'.
17788
17789 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17790 Pedro Alves <palves@redhat.com>
17791
17792 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17793 (tcatch_vfork_then_child_follow_exec)
17794 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17795 identification.
17796
17797 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17798
17799 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17800 and repeats to unlimited.
17801 * gdb.python/py-value.exp: Likewise.
17802 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17803 and repeats to unlimited.
17804
17805 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17806
17807 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17808 and reordering the functions.
17809 * gdb.multi/hangout.c: Likewise.
17810 * gdb.multi/hello.c: Likewise.
17811
17812 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17813
17814 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17815 absolute.
17816 (SingleStatisticTestResult.report): Use dict.keys instead of
17817 dict.iterkeys.
17818
17819 2016-01-06 Pedro Alves <palves@redhat.com>
17820
17821 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17822
17823 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17824
17825 * gdb.btrace/dlopen.exp: New.
17826 * gdb.btrace/dlopen.c: New.
17827 * gdb.btrace/dlopen-dso.c: New.
17828
17829 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17830
17831 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17832 PATTERN argument is optional.
17833
17834 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17835
17836 * lib/ada.exp (target_compile_ada_from_dir): New function.
17837 (gdb_compile_ada): Reimplement avoiding the use of project files.
17838 * gdb.ada/gnat_ada.gpr: Delete.
17839 * gdb.ada/cond_lang.exp: Adjust test to make path before
17840 filename optional.
17841 * gdb.ada/small_reg_param.exp: Likewise.
17842
17843 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17844
17845 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17846
17847 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17848
17849 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17850 case.
17851
17852 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17853
17854 * gdb.base/break.exp: Remove dead code.
17855 * gdb.base/sepdebug.exp: Likewise.
17856
17857 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17858
17859 * gdb.asm/asm-source.exp: Remove HP-UX references.
17860 * gdb.base/annota1.exp: Likewise.
17861 * gdb.base/annota3.exp: Likewise.
17862 * gdb.base/attach.exp: Likewise.
17863 * gdb.base/bigcore.exp: Likewise.
17864 * gdb.base/break.exp: Likewise.
17865 * gdb.base/call-ar-st.exp: Likewise.
17866 * gdb.base/callfuncs.exp: Likewise.
17867 * gdb.base/catch-fork-static.exp: Likewise.
17868 * gdb.base/display.exp: Likewise.
17869 * gdb.base/foll-exec-mode.exp: Likewise.
17870 * gdb.base/foll-exec.exp: Likewise.
17871 * gdb.base/foll-fork.exp: Likewise.
17872 * gdb.base/foll-vfork.exp: Likewise.
17873 * gdb.base/funcargs.exp: Likewise.
17874 * gdb.base/hbreak2.exp: Likewise.
17875 * gdb.base/inferior-died.exp: Likewise.
17876 * gdb.base/interrupt.exp: Likewise.
17877 * gdb.base/multi-forks.exp: Likewise.
17878 * gdb.base/nodebug.exp: Likewise.
17879 * gdb.base/sepdebug.exp: Likewise.
17880 * gdb.base/solib1.c: Likewise.
17881 * gdb.base/step-test.exp: Likewise.
17882 * gdb.mi/non-stop.c: Likewise.
17883 * gdb.mi/pthreads.c: Likewise.
17884 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17885 * gdb.threads/pthreads.c: Likewise.
17886 * gdb.threads/staticthreads.exp: Likewise.
17887 * lib/future.exp: Likewise.
17888 * lib/gdb.exp: Likewise.
17889 * gdb.base/so-indr-cl.c: Remove.
17890 * gdb.base/so-indr-cl.exp: Likewise.
17891 * gdb.base/solib.c: Likewise.
17892 * gdb.base/solib.exp: Likewise.
17893 * gdb.base/solib2.c: Likewise.
17894
17895 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17896
17897 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17898 * gdb.base/call-ar-st.exp: Likewise.
17899 * gdb.base/callfuncs.exp: Likewise.
17900 * gdb.base/condbreak.exp: Likewise.
17901 * gdb.base/constvars.exp: Likewise.
17902 * gdb.base/hbreak2.exp: Likewise.
17903 * gdb.base/langs.exp: Likewise.
17904 * gdb.base/list.exp: Likewise.
17905 * gdb.base/long_long.exp: Likewise.
17906 * gdb.base/ptype.exp: Likewise.
17907 * gdb.base/scope.exp: Likewise.
17908 * gdb.base/signals.exp: Likewise.
17909 * gdb.base/so-impl-ld.exp: Likewise.
17910 * gdb.base/varargs.exp: Likewise.
17911 * gdb.base/volatile.exp: Likewise.
17912 * gdb.base/whatis.exp: Likewise.
17913 * gdb.cp/cplusfuncs.exp: Likewise.
17914 * gdb.cp/inherit.exp: Likewise.
17915 * gdb.cp/local.exp: Likewise.
17916 * gdb.cp/member-ptr.exp: Likewise.
17917 * gdb.cp/method.exp: Likewise.
17918 * gdb.cp/overload.exp: Likewise.
17919 * gdb.cp/templates.exp: Likewise.
17920 * gdb.stabs/weird.exp: Likewise.
17921 * lib/compiler.c: Likewise.
17922 * lib/compiler.cc: Likewise.
17923 * lib/cp-support.exp: Likewise.
17924 * lib/gdb.exp: Likewise.
17925
17926 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17927
17928 * configure.ac: Remove HP-UX case.
17929 * configure: Regenerate.
17930
17931 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17932
17933 * lib/gdb.exp (gdb_compile): Add function doc.
17934
17935 2015-12-17 Pedro Alves <palves@redhat.com>
17936
17937 PR threads/19354
17938 * gdb.multi/info-threads.exp: New file.
17939
17940 2015-12-15 Yao Qi <yao.qi@linaro.org>
17941
17942 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17943 is aarch64*-*-*.
17944
17945 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17946
17947 * gdb.base/history-duplicates.exp: Skip if no readline support.
17948
17949 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17950
17951 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17952
17953 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17954
17955 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17956
17957 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17958
17959 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17960 ctrl-C if nointerrupts target property is set.
17961 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17962 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17963 * gdb.base/paginate-bg-execution.exp: Likewise.
17964 * gdb.base/paginate-execution-startup.exp: Likewise.
17965 * gdb.base/random-signal.exp: Likewise.
17966 * gdb.base/range-stepping.exp: Likewise.
17967 * gdb.cp/annota2.exp: Likewise.
17968 * gdb.cp/annota3.exp: Likewise.
17969 * gdb.gdb/selftest.exp: Likewise.
17970 * gdb.threads/continue-pending-status.exp: Likewise.
17971 * gdb.threads/leader-exit.exp: Likewise.
17972 * gdb.threads/manythreads.exp: Likewise.
17973 * gdb.threads/pthreads.exp: Likewise.
17974 * gdb.threads/schedlock.exp: Likewise.
17975 * gdb.threads/sigthread.exp: Likewise.
17976
17977 2015-12-11 Don Breazeal <donb@codesourcery.com>
17978
17979 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17980 remote.
17981 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17982 * gdb.base/foll-exec.exp (main): Enable for target remote.
17983 * gdb.base/foll-fork.exp (main): Likewise.
17984 * gdb.base/foll-vfork.exp (main): Likewise.
17985 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17986 (proc continue_to_exit_bp_loc): Use clean_restart.
17987 * gdb.base/pie-execl.exp (main): Disable for target remote.
17988 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17989 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17990 * gdb.threads/execl.exp (main): Likewise.
17991 * gdb.threads/fork-child-threads.exp (main): Likewise.
17992 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17993 remote.
17994 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17995 remote.
17996 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17997 pid.tid style ptids, instead of just tid.
17998 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17999 * gdb.threads/watchpoint-fork.exp (main): Likewise.
18000 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
18001 ptids, instead of just tid.
18002
18003 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18004
18005 * gdb.base/list.exp (test_list_forward): Add end of file error
18006 test.
18007 (test_repeat_list_command): Add end of file error test.
18008 (test_list_backwards): Add beginning of file error test.
18009
18010 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18011
18012 * gdb.base/list.exp (test_list_invalid_args): New function,
18013 defined, and called.
18014
18015 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18016
18017 * gdb.base/list.exp (test_list): Make test names unique.
18018
18019 2015-12-11 Yao Qi <yao.qi@linaro.org>
18020
18021 * gdb.base/coremaker2.c: Remove.
18022
18023 2015-12-10 Pedro Alves <palves@redhat.com>
18024
18025 * gdb.multi/base.exp: Remove stale "spaces" references.
18026
18027 2015-12-10 Pedro Alves <palves@redhat.com>
18028
18029 * gdb.multi/base.exp: Don't use nowarnings.
18030 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
18031 * gdb.multi/hangout.c: Include stdio.h.
18032 * gdb.multi/hello.c: Include stdlib.h.
18033 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
18034 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
18035 * gdb.multi/multi-arch.exp: Don't use nowarnings.
18036
18037 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
18038
18039 * gdb.dwarf2/dw2-ranges-base.c: New file.
18040 * gdb.dwarf2/dw2-ranges-base.exp: New file.
18041 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
18042 support additional line table, and debug ranges generation.
18043 (Dwarf::ranges): New function, generate .debug_ranges.
18044 (Dwarf::lines): Support generating simple line table programs.
18045 (Dwarf::assemble): Initialise new namespace variables.
18046
18047 2015-12-09 Kevin Buettner <kevinb@redhat.com>
18048
18049 * gdb.base/async.exp (proc test_background): Add case for
18050 asynchronous execution not supported.
18051
18052 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
18053
18054 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
18055 format and change test names to make them unique.
18056
18057 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
18058 Pedro Alves <pedro@redhat.com>
18059
18060 PR gdb/18702
18061 Add checking of floatformats setup on x86_64 hosts.
18062 * gdb.arch/i386-float.S (main): Load bigval and smallval.
18063 (smallval, bigval): New labels/constants.
18064 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
18065 float" after loading bigval and smallval.
18066
18067 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
18068
18069 * gdb.ada/fun_overload_menu.exp: New testcase.
18070 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
18071
18072 2015-12-04 Josh Stone <jistone@redhat.com>
18073
18074 * gdb.base/catch-fork-static.exp: New.
18075
18076 2015-12-03 Yao Qi <yao.qi@linaro.org>
18077
18078 * gdb.base/sizeof.c: Don't include stdio.h and
18079 ../lib/unbuffer_output.c.
18080 (main): New variable 'size' and 'value'. Remove printf and
18081 gdb_unbuffer_output. Assign return value to size and value.
18082 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
18083 at the beginning.
18084 (check_sizeof): Check the result by printing variable 'size'.
18085 (check_valueof): Check the result by printing variable 'value'.
18086
18087 2015-12-01 Yao Qi <yao.qi@linaro.org>
18088
18089 * gdb.base/disp-step-syscall.exp: Define syscall instruction
18090 for aarch64*-*-linux* target.
18091
18092 2015-11-30 Pedro Alves <palves@redhat.com>
18093
18094 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
18095
18096 2015-11-30 Pedro Alves <palves@redhat.com>
18097
18098 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
18099 Handle non-stop mode vCont replies.
18100
18101 2015-11-30 Pedro Alves <palves@redhat.com>
18102
18103 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
18104 prepare_for_testing. Start gdb with "set non-stop on" appended to
18105 GDBFLAGS. Lax expected stop output.
18106
18107 2015-11-27 Yao Qi <yao.qi@linaro.org>
18108
18109 * gdb.arch/arm-neon.exp: New.
18110 * gdb.arch/arm-neon.c: New.
18111
18112 2015-11-27 Yao Qi <yao.qi@linaro.org>
18113
18114 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
18115
18116 2015-11-27 Yao Qi <yao.qi@linaro.org>
18117
18118 * gdb.cp/annota2.exp: Allow multiple occurrences of the
18119 frames-invalid annotation.
18120
18121 2015-11-27 Yao Qi <yao.qi@linaro.org>
18122
18123 * gdb.cp/annota2.exp: Use ${frames_invalid}.
18124
18125 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
18126
18127 * gdb.threads/names.exp: New file.
18128 * gdb.threads/names.c: New file.
18129 * README: Mention gdb,no_thread_names.
18130
18131 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
18132
18133 PR 19297
18134 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
18135 support" error.
18136
18137 2015-11-24 Pedro Alves <palves@redhat.com>
18138
18139 PR 17539
18140 * gdb.base/display.exp: Expect displays to be sorted in ascending
18141 order. Use multi_line.
18142 * gdb.base/solib-display.exp: Likewise.
18143
18144 2015-11-24 Pedro Alves <palves@redhat.com>
18145
18146 PR 17539
18147 * gdb.base/display.exp: Expect displays to be sorted in ascending
18148 order. Use multi_line.
18149 * gdb.base/solib-display.exp: Likewise.
18150
18151 2015-11-24 Pedro Alves <palves@redhat.com>
18152
18153 PR 17539
18154 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
18155 threads in ascending order.
18156 * gdb.base/foll-fork.exp: Likewise.
18157 * gdb.base/foll-vfork.exp: Likewise.
18158 * gdb.base/multi-forks.exp: Likewise.
18159 * gdb.mi/mi-nonstop.exp: Likewise.
18160 * gdb.mi/mi-nsintrall.exp: Likewise.
18161 * gdb.multi/base.exp: Likewise.
18162 * gdb.multi/multi-arch.exp: Likewise.
18163 * gdb.python/py-inferior.exp: Likewise.
18164 * gdb.threads/break-while-running.exp: Likewise.
18165 * gdb.threads/execl.exp: Likewise.
18166 * gdb.threads/gcore-thread.exp: Likewise.
18167 * gdb.threads/info-threads-cur-sal.exp: Likewise.
18168 * gdb.threads/kill.exp: Likewise.
18169 * gdb.threads/linux-dp.exp: Likewise.
18170 * gdb.threads/multiple-step-overs.exp: Likewise.
18171 * gdb.threads/next-bp-other-thread.exp: Likewise.
18172 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
18173 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
18174 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
18175 * gdb.threads/thread-find.exp: Likewise.
18176 * gdb.threads/tls.exp: Likewise.
18177 * lib/mi-support.exp (mi_reverse_list): Delete.
18178 (mi_check_thread_states): No longer reverse list.
18179
18180 2015-11-24 Pedro Alves <palves@redhat.com>
18181
18182 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
18183 use lowercase.
18184
18185 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18186
18187 * gdb.trace/actions.c: Include trace-common.h.
18188 (main): Add a location for a fast tracepoint.
18189 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
18190 the normal tracepoints.
18191 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
18192
18193 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18194
18195 * save-trace.exp: Factor out code to these...
18196 (gdb_save_tracepoints): New.
18197 (gdb_load_tracepoints): New.
18198 (do_save_load_test): New.
18199
18200 2015-11-23 Kevin Buettner <kevinb@redhat.com>
18201
18202 * gdb.base/asmlabel.exp: New test.
18203 * gdb.base/asmlabel.c: New test case.
18204
18205 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18206
18207 * gdb.base/wrong_frame_bt_full-main.c: New file.
18208 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
18209 * gdb.base/wrong_frame_bt_full.exp: New file.
18210
18211 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18212
18213 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
18214
18215 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18216
18217 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
18218 pstate register when comparing registers values in
18219 sparc64-*-linux-gnu targets to avoid spurious differences.
18220
18221 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18222
18223 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
18224
18225 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
18226
18227 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
18228 as type argument to gdb_compile.
18229 * gdb.base/nested-subp2.exp: Likewise.
18230 * gdb.base/nested-subp3.exp: Likewise.
18231
18232 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
18233
18234 * lib/dwarf.exp (_note): Fix left shift of negative value.
18235 * gdb.trace/trace-condition.exp: Likewise.
18236
18237 2015-11-13 Yao Qi <yao.qi@linaro.org>
18238
18239 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
18240 comments about d10v.
18241 (test_scalar_returns): Likewise.
18242 * gdb.base/d10v.ld: Remove.
18243 * gdb.base/overlays.exp: Remove the target triplet checking for
18244 d10v-*-*.
18245 * gdb.base/structs.exp (test_struct_returns): Remove the
18246 comments about d10v.
18247 (test_struct_calls): Likewise.
18248
18249 2015-11-13 Yao Qi <yao.qi@linaro.org>
18250
18251 * gdb.base/gnu_vector.exp: Check the return value by "p res".
18252 * gdb.base/gnu_vector.c: Don't include stdio.h.
18253 (main): Don't print res and call add_some_intvecs.
18254
18255 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
18256
18257 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
18258 macro.
18259 (func5): Removed.
18260 (func4): Use FAST_TRACEPOINT_LABEL.
18261 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
18262 macro.
18263 (func): Removed.
18264 (thread_function): Use FAST_TRACEPOINT_LABEL.
18265 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
18266 (func): Remove.
18267 (marker): Use FAST_TRACEPOINT_LABEL.
18268 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
18269 (pendfunc1): Remove.
18270 (pendfunc): Use FAST_TRACEPOINT_LABEL.
18271 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
18272 (foo): Remove.
18273 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
18274 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
18275 macro.
18276 (func): Remove.
18277 (marker): Use FAST_TRACEPOINT_LABEL.
18278 * gdb.trace/trace-common.h: New header.
18279 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
18280 macro.
18281 (func): Remove.
18282 (marker): Use FAST_TRACEPOINT_LABEL.
18283 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
18284 (func): Remove.
18285 (thread_function): Use FAST_TRACEPOINT_LABEL.
18286
18287 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
18288
18289 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
18290 in front.
18291 * gdb.trace/change-loc.exp: Use global pcreg definition.
18292 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
18293 * gdb.trace/entry-values.exp: Use global spreg definition, add $
18294 in front.
18295 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
18296 * gdb.trace/pending.exp: Likewise.
18297 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
18298 * gdb.trace/trace-break.exp: Likewise.
18299 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
18300 in front.
18301 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
18302 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
18303 in front.
18304 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
18305
18306 2015-11-09 Joel Brobecker <brobecker@adacore.com>
18307
18308 * gdb.ada/fin_fun_out: New testcase.
18309
18310 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18311
18312 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
18313 value associated with DW_AT_byte_size.
18314 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
18315 constants for DW_AT_byte_size, DW_AT_lower_bound, and
18316 DW_AT_upper_bound.
18317
18318 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18319
18320 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
18321 (gdb_target_symbol_prefix_flags): Define in terms of _asm
18322 version.
18323 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
18324 gdb.dwarf2/dw2-canonicalize-type.exp,
18325 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
18326 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
18327 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
18328 provided by gdb_target_symbol_prefix_flags_asm.
18329 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
18330 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
18331 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
18332 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
18333 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
18334 macros where needed). Use this macro for symbols which require
18335 the prefix provided by SYMBOL_PREFIX.
18336
18337 2015-11-05 Kevin Buettner <kevinb@redhat.com>
18338
18339 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
18340 New procs.
18341 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
18342 representing expressions, of more than one list element.
18343 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
18344 to prepend linker symbol prefix to f.
18345 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
18346 table_1 and table_2.
18347 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
18348 Likewise, for f and g.
18349 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18350 for ptr.
18351 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18352 for main.
18353 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18354 table_1_ptr and table_2_ptr.
18355
18356 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18357 Joel Brobecker <brobecker@adacore.com>
18358
18359 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18360
18361 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18362
18363 * gdb.reverse/s390-mvcle.c: New test.
18364 * gdb.reverse/s390-mvcle.exp: New file.
18365 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18366
18367 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18368
18369 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18370
18371 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18372
18373 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18374 reaching marker2.
18375 * gdb.reverse/getresuid-reverse.exp: Likewise.
18376 * gdb.reverse/pipe-reverse.exp: Likewise.
18377 * gdb.reverse/readv-reverse.exp: Likewise.
18378 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18379 * gdb.reverse/time-reverse.exp: Likewise.
18380 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18381
18382 2015-10-30 Yao Qi <yao.qi@linaro.org>
18383
18384 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18385 (empty_cycle): Remove.
18386 (main): Don't call empty_cycle. Don't use watch_count_done.
18387 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18388 empty_cycle. Rewrite the code counting HW watchpoints.
18389
18390 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18391
18392 * gdb.reverse/fstatat-reverse.c: New test.
18393 * gdb.reverse/fstatat-reverse.exp: New file.
18394 * gdb.reverse/getresuid-reverse.c: New test.
18395 * gdb.reverse/getresuid-reverse.exp: New file.
18396 * gdb.reverse/pipe-reverse.c: New test.
18397 * gdb.reverse/pipe-reverse.exp: New file.
18398 * gdb.reverse/readv-reverse.c: New test.
18399 * gdb.reverse/readv-reverse.exp: New file.
18400 * gdb.reverse/recvmsg-reverse.c: New test.
18401 * gdb.reverse/recvmsg-reverse.exp: New file.
18402 * gdb.reverse/time-reverse.c: New test.
18403 * gdb.reverse/time-reverse.exp: New file.
18404 * gdb.reverse/waitpid-reverse.c: New test.
18405 * gdb.reverse/waitpid-reverse.exp: New file.
18406
18407 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18408
18409 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18410
18411 2015-10-26 Doug Evans <dje@google.com>
18412
18413 PR symtab/17391
18414 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18415 * gdb.dwarf2/bad-regnum.c: New file.
18416 * gdb.dwarf2/bad-regnum.exp: New file.
18417
18418 2015-10-26 Doug Evans <dje@google.com>
18419
18420 PR python/18938
18421 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18422 file.
18423
18424 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18425
18426 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18427 for a change by "Mention language in compile error message".
18428
18429 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18430
18431 PR python/18073
18432 * gdb.python/py-type.c (C::a_method): New.
18433 (C::a_const_method): New.
18434 (C::a_static_method): New.
18435 (a_function): New.
18436 * gdb.python/py-type.exp (test_fields): Test getting fields
18437 from function and method.
18438
18439 2015-10-21 Keven Boell <keven.boell@intel.com>
18440
18441 * gdb.fortran/vla-alloc-assoc.exp: New file.
18442 * gdb.fortran/vla-datatypes.exp: New file.
18443 * gdb.fortran/vla-datatypes.f90: New file.
18444 * gdb.fortran/vla-history.exp: New file.
18445 * gdb.fortran/vla-ptype-sub.exp: New file.
18446 * gdb.fortran/vla-ptype.exp: New file.
18447 * gdb.fortran/vla-sizeof.exp: New file.
18448 * gdb.fortran/vla-sub.f90: New file.
18449 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18450 * gdb.fortran/vla-value-sub-finish.exp: New file.
18451 * gdb.fortran/vla-value-sub.exp: New file.
18452 * gdb.fortran/vla-value.exp: New file.
18453 * gdb.fortran/vla-ptr-info.exp: New file.
18454 * gdb.mi/mi-vla-fortran.exp: New file.
18455 * gdb.mi/vla.f90: New file.
18456
18457 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18458
18459 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18460 of hardwired timeout value.
18461
18462 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18463 Pedro Alves <palves@redhat.com>
18464
18465 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18466 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18467
18468 2015-10-19 Josh Stone <jistone@redhat.com>
18469
18470 * gdb.base/catch-syscall.c: Include <sched.h>.
18471 (unknown_syscall): New variable.
18472 (main): Trigger a vfork and an unknown syscall.
18473 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18474 (unknown_syscall_number): Likewise.
18475 (check_call_to_syscall): Accept an optional syscall pattern.
18476 (check_return_from_syscall): Likewise.
18477 (check_continue): Likewise.
18478 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18479 (test_catch_syscall_skipping_return): New test toggling off 'catch
18480 syscall' to step over the syscall return, then toggling back on.
18481 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18482 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18483 (do_syscall_tests): Call test_catch_syscall_without_args and
18484 test_catch_syscall_mid_vfork.
18485 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18486 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18487
18488 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
18489
18490 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18491 print g_vE): Add new pass patterns.
18492 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18493 print various symbol names for vptr fields.
18494
18495 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18496
18497 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18498 results.
18499
18500 2015-10-12 Yao Qi <yao.qi@linaro.org>
18501
18502 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18503
18504 2015-10-12 Yao Qi <yao.qi@linaro.org>
18505
18506 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18507 is aarch64*-*-linux*.
18508
18509 2015-10-12 Yao Qi <yao.qi@linaro.org>
18510
18511 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18512 (can_relocate_bcond_true): ... it.
18513 (can_relocate_bcond_false): New function.
18514 (foo): Likewise.
18515 (can_relocate_bl): Likewise.
18516 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18517 can_relocate_bl.
18518
18519 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18520
18521 * gdb.base/nested-addr.c: New file.
18522 * gdb.base/nested-addr.exp: New testcase.
18523
18524 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18525
18526 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18527 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18528 its output. Ignore the output of "record goto begin" and instead
18529 check that GDB is replaying.
18530
18531 2015-10-09 Pedro Alves <palves@redhat.com>
18532
18533 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18534 (top level): Use it in the run with no args test.
18535
18536 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18537
18538 * gdb.dlang/properties.exp: New file.
18539
18540 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18541
18542 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18543 whether or not address 0x1000 is mapped on the target.
18544
18545 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18546
18547 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18548 build.
18549
18550 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18551
18552 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18553 instruction-history test.
18554
18555 2015-09-28 Doug Evans <dje@google.com>
18556
18557 * gdb.base/gcore.c (array_func): Add reference to static_array.
18558
18559 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18560
18561 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18562 source line.
18563
18564 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18565
18566 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18567 short or char as base type.
18568
18569 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18570
18571 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18572 to allow any size enum.
18573
18574 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18575
18576 * gdb.ada/array_ptr_renaming.exp: New testcase.
18577 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18578 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18579
18580 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18581
18582 * gdb.trace/ftrace-lock.c: New file.
18583 * gdb.trace/ftrace-lock.exp: New file.
18584
18585 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18586
18587 * gdb.arch/insn-reloc.c: New file.
18588 * gdb.arch/ftrace-insn-reloc.exp: New file.
18589
18590 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18591
18592 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18593 instruction.
18594 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18595 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18596 * gdb.trace/range-stepping.c: Likewise.
18597 * gdb.trace/trace-break.c: Likewise.
18598 * gdb.trace/trace-mt.c (thread_function): Likewise.
18599 * gdb.trace/ftrace.c (marker): Likewise.
18600 * gdb.trace/trace-condition.c (marker): Likewise.
18601 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18602 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18603 is_aarch64_target.
18604
18605 2015-09-18 Doug Evans <xdje42@gmail.com>
18606
18607 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18608 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18609
18610 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18611
18612 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18613 the breakpoint.
18614
18615 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18616
18617 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18618 the pending breakpoint. Remove timeout override for "Run till
18619 MI pending breakpoint on pendfunc3 on thread 2" test.
18620
18621 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18622
18623 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18624 filename pattern.
18625
18626 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18627
18628 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18629 in breakpoint filename pattern.
18630
18631 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18632
18633 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18634
18635 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18636
18637 * gdb.linespec/explicit.exp: Check for readline support for
18638 tab-completion tests. Fix obvious typo.
18639
18640 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18641
18642 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18643 and replay.
18644
18645 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18646
18647 * gdb.btrace/non-stop.c: New.
18648 * gdb.btrace/non-stop.exp: New.
18649
18650 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18651 Yao Qi <yao.qi@linaro.org>
18652
18653 * gdb.trace/trace-condition.c: New file.
18654 * gdb.trace/trace-condition.exp: New file.
18655
18656 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18657
18658 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18659 for testing bytecode compilation.
18660
18661 2015-09-16 Pedro Alves <palves@redhat.com>
18662 Sandra Loosemore <sandra@codesourcery.com>
18663
18664 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18665 (SECONDS): Redefine.
18666 (main): Call pthread_kill and alarm early.
18667 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18668 support.
18669 (test): If the target can't hardware step and doesn't support
18670 displaced stepping, increase the timeout.
18671
18672 2015-09-16 Pedro Alves <palves@redhat.com>
18673
18674 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18675 (enable_debug): New procedures.
18676 (test): Use them. Bail out if waiting for threads fails.
18677 (top level): Bail out if a test fails.
18678
18679 2015-09-16 Yao Qi <yao.qi@linaro.org>
18680
18681 * gdb.asm/asm-source.exp: Set asm-arch for
18682 aarch64*-*-* target.
18683 * gdb.asm/aarch64.inc: New file.
18684
18685 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18686
18687 * gdb.ada/array_of_variable_length.exp: New testcase.
18688 * gdb.ada/array_of_variable_length/foo.adb: New file.
18689 * gdb.ada/array_of_variable_length/pck.adb: New file.
18690 * gdb.ada/array_of_variable_length/pck.ads: New file.
18691
18692 2015-09-15 Doug Evans <dje@google.com>
18693
18694 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18695 of function static local variable.
18696
18697 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18698
18699 * gdb.threads/tls-so_extern.exp: New test file.
18700 * gdb.threads/tls-so_extern.c: New test file.
18701 * gdb.threads/tls-so_extern_main.c: New test file.
18702
18703 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18704
18705 * gdb.opt/solib-intra-step-lib.c: New file.
18706 * gdb.opt/solib-intra-step-main.c: New file.
18707 * gdb.opt/solib-intra-step.exp: New file.
18708
18709 2015-09-15 Pedro Alves <palves@redhat.com>
18710
18711 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18712 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18713
18714 2015-09-14 Pedro Alves <palves@redhat.com>
18715
18716 * gdb.base/hook-stop-continue.c: Delete.
18717 * gdb.base/hook-stop-continue.exp: Delete.
18718 * gdb.base/hook-stop-frame.c: Delete.
18719 * gdb.base/hook-stop-frame.exp: Delete.
18720 * gdb.base/hook-stop.c: New file.
18721 * gdb.base/hook-stop.exp: New file.
18722
18723 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18724
18725 * gdb.ada/access_to_packed_array.exp: New testcase.
18726 * gdb.ada/access_to_packed_array/foo.adb: New file.
18727 * gdb.ada/access_to_packed_array/pack.adb: New file.
18728 * gdb.ada/access_to_packed_array/pack.ads: New file.
18729
18730 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18731
18732 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18733 buffer size test.
18734
18735 2015-09-11 Don Breazeal <donb@codesourcery.com>
18736
18737 * gdb.base/foll-exec.c: Add copyright header. Fix
18738 formatting issues.
18739 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18740 (do_exec_tests): Use clean_restart in place of zap_session,
18741 and for test initialization. Fix formatting issues. Use
18742 fail in place of perror.
18743 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18744 an expect statement to match an expression with output from
18745 the program under debug.
18746 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18747 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18748 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18749 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18750 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18751
18752 2015-09-09 Doug Evans <dje@google.com>
18753
18754 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18755
18756 2015-09-09 Doug Evans <dje@google.com>
18757
18758 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18759
18760 2015-09-09 Doug Evans <dje@google.com>
18761
18762 * gdb.base/savedregs.exp: Fix typo.
18763
18764 2015-09-09 Pedro Alves <palves@redhat.com>
18765
18766 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18767
18768 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18769
18770 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18771 command actually switches threads. Give up on remaining
18772 tests if target fails to stop at breakpoint.
18773
18774 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18775
18776 * gdb.ada/funcall_char.exp: New testcase.
18777 * gdb.ada/funcall_char/foo.adb: New file.
18778
18779 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18780
18781 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18782 expected outputs. Add two testcases for completing ambiguous
18783 functions.
18784 * gdb.ada/complete/aux_pck.adb: New file.
18785 * gdb.ada/complete/aux_pck.ads: New file.
18786 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18787 Ambiguous_Func functions.
18788 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18789 * gdb.ada/complete/pck.adb: Likewise.
18790
18791 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18792
18793 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18794 failures to run the test program under GDB.
18795
18796 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18797
18798 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18799 to C.
18800
18801 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18802
18803 * gdb.base/run-after-attach.exp: New test file.
18804 * gdb.base/run-after-attach.c: New test file.
18805
18806 2015-08-26 Don Breazeal <donb@codesourcery.com>
18807
18808 * gdb.base/foll-exec-2.c: New test program.
18809 * gdb.base/foll-exec-2.exp: New test.
18810
18811 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18812
18813 * gdb.base/nested-subp1.exp: New file.
18814 * gdb.base/nested-subp1.c: New file.
18815 * gdb.base/nested-subp2.exp: New file.
18816 * gdb.base/nested-subp2.c: New file.
18817 * gdb.base/nested-subp3.exp: New file.
18818 * gdb.base/nested-subp3.c: New file.
18819
18820 2015-08-24 Pedro Alves <palves@redhat.com>
18821
18822 * gdb.server/connect-without-multi-process.c: New file.
18823 * gdb.server/connect-without-multi-process.exp: New file.
18824
18825 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18826
18827 * gdb.opt/inline-markers.c: Make z int.
18828
18829 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18830
18831 * gdb.opt/inline-markers.c: Make z volatile.
18832
18833 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18834
18835 * gdb.opt/inline-bt.c: New volatile global z.
18836 * gdb.opt/inline-cmds.c: Likewise.
18837 * gdb.opt/inline-locals.c: Likewise.
18838 * gdb.opt/inline-markers.c: New extern global z.
18839 (marker): Use z.
18840 (inline_fn): Likewise.
18841
18842 2015-08-24 Pedro Alves <palves@redhat.com>
18843
18844 * config/m32r-stub.exp: Remove file.
18845 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18846 * gdb.base/call-rt-st.exp: Likewise.
18847 * gdb.base/call-strs.exp: Likewise.
18848 * gdb.base/default.exp: Remove references to h8300-*-hms and
18849 *-*-udi*.
18850 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18851
18852 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18853
18854 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18855 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18856 and "return" use KFAIL when GDB can not read/write the vector
18857 return value.
18858
18859 2015-08-21 Gary Benson <gbenson@redhat.com>
18860
18861 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18862
18863 2015-08-20 Pedro Alves <palves@redhat.com>
18864
18865 * gdb.server/solib-list.exp: No longer expect an interior stop in
18866 non-stop mode.
18867
18868 2015-08-20 Pedro Alves <palves@redhat.com>
18869
18870 * gdb.server/connect-stopped-target.c: New file.
18871 * gdb.server/connect-stopped-target.exp: New file.
18872
18873 2015-08-20 Pedro Alves <palves@redhat.com>
18874
18875 * gdb.dwarf2/comp-unit-lang.exp: New file.
18876 * gdb.dwarf2/comp-unit-lang.c: New file.
18877
18878 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18879
18880 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18881 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18882
18883 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18884
18885 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18886 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18887
18888 2015-08-18 Doug Evans <dje@google.com>
18889 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18890
18891 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18892 skip_python_tests. New arg prompt_regexp.
18893 (skip_python_tests): New function.
18894 * lib/mi-support.exp (mi_skip_python_tests): New function.
18895 * gdb.python/py-mi-objfile-gdb.py: New file.
18896 * gdb.python/py-mi-objfile.c: New file.
18897 * gdb.python/py-mi-objfile.exp: New file.
18898
18899 2015-08-17 Keith Seitz <keiths@redhat.com>
18900
18901 * gdb.linespec/explicit.exp: Move strace test from here ...
18902 * gdb.trace/strace.exp: ... to here.
18903
18904 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18905
18906 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18907 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18908
18909 2015-08-14 Doug Evans <xdje42@gmail.com>
18910
18911 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18912 inferior before selecting a new file.
18913
18914 2015-08-14 Doug Evans <xdje42@gmail.com>
18915
18916 * gdb.mi/mi-disassemble.exp: Update.
18917 * gdb.base/disasm-optim.S: New file.
18918 * gdb.base/disasm-optim.c: New file.
18919 * gdb.base/disasm-optim.h: New file.
18920 * gdb.base/disasm-optim.exp: New file.
18921
18922 2015-08-14 Keith Seitz <keiths@redhat.com>
18923
18924 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18925 "evaluated-by".
18926
18927 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18928
18929 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18930
18931 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18932
18933 * gdb.ada/fun_renaming.exp: New testcase.
18934 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18935 * gdb.ada/fun_renaming/pack.adb: New file.
18936 * gdb.ada/fun_renaming/pack.ads: New file.
18937
18938 2015-08-12 Keith Seitz <keiths@redhat.com>
18939
18940 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18941 gdb_get_line_number.
18942
18943 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18944
18945 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18946 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18947 gdb.base/dso2dso.exp: New files.
18948
18949 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18950 Pedro Alves <palves@redhat.com>
18951 Keith Seitz <keiths@redhat.com>
18952
18953 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18954 GDBFLAGS.
18955
18956 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18957
18958 * gdb.base/gdbhistsize-history.exp
18959 (test_histsize_history_setting): Use save_vars.
18960 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18961 Use save_vars.
18962 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18963 * gdb.base/readline.exp: Use save_vars.
18964
18965 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18966
18967 * lib/gdb.exp (save_vars): New proc.
18968
18969 2015-08-11 Keith Seitz <keiths@redhat.com>
18970
18971 * gdb.base/help.exp: Update help_breakpoint_text.
18972
18973 2015-08-11 Keith Seitz <keiths@redhat.com>
18974
18975 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18976 (at toplevel): Call test_explicit_breakpoints.
18977 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18978 breakpoints.
18979 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18980 breakpoint conditions, "-cond".
18981
18982 2015-08-11 Keith Seitz <keiths@redhat.com>
18983
18984 * gdb.linespec/3explicit.c: New file.
18985 * gdb.linespec/cpexplicit.cc: New file.
18986 * gdb.linespec/cpexplicit.exp: New file.
18987 * gdb.linespec/explicit.c: New file.
18988 * gdb.linespec/explicit.exp: New file.
18989 * gdb.linespec/explicit2.c: New file.
18990 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18991 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18992 before using in the matching pattern.
18993 Clarify that `prefix' is a regular expression.
18994
18995 2015-08-11 Keith Seitz <keiths@redhat.com>
18996
18997 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18998 test.
18999 Add tests for missing ",FMT" and ",".
19000
19001 2015-08-10 Doug Evans <dje@google.com>
19002 Keith Seitz <keiths@redhat.com>
19003
19004 PR gdb/17960
19005 * gdb.base/completion.exp: Add location completer tests.
19006
19007 2015-08-07 Pedro Alves <palves@redhat.com>
19008
19009 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
19010 tests here.
19011 (top level): Run do_test with and without displaced stepping.
19012
19013 2015-08-07 Pedro Alves <palves@redhat.com>
19014
19015 * gdb.base/valgrind-disp-step.c: New file.
19016 * gdb.base/valgrind-disp-step.exp: New file.
19017
19018 2015-08-07 Pedro Alves <palves@redhat.com>
19019
19020 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
19021 Delete function.
19022 (main): Add alarm. Run an infinite loop instead of calling
19023 wait_threads.
19024 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
19025 comment.
19026 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
19027 Delete function.
19028 (main): Add alarm. Run an infinite loop instead of calling
19029 wait_threads.
19030 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
19031 comment.
19032
19033 2015-08-07 Pedro Alves <palves@redhat.com>
19034
19035 * gdb.base/checkpoint-ns.exp: New file.
19036 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
19037 standard_testfile.
19038
19039 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
19040
19041 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
19042 * gdb.btrace/instruction_history.exp: Update.
19043 * gdb.btrace/tsx.exp: New.
19044 * gdb.btrace/tsx.c: New.
19045
19046 2015-08-06 Pedro Alves <palves@redhat.com>
19047
19048 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
19049 increase timeout.
19050 * gdb.reverse/until-precsave.exp: Bump timeouts.
19051
19052 2015-08-06 Pedro Alves <palves@redhat.com>
19053
19054 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
19055
19056 2015-08-06 Pedro Alves <palves@redhat.com>
19057
19058 PR gdb/18749
19059 * gdb.threads/process-dies-while-handling-bp.c: New file.
19060 * gdb.threads/process-dies-while-handling-bp.exp: New file.
19061
19062 2015-08-06 Pedro Alves <palves@redhat.com>
19063
19064 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
19065 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
19066
19067 2015-08-05 Pedro Alves <palves@redhat.com>
19068
19069 * gdb.threads/next-while-other-thread-longjmps.c: New file.
19070 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
19071
19072 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
19073
19074 * gdb.base/bp-permanent.exp: Report test as unsupported if
19075 the target cannot stop at the permanent breakpoint.
19076
19077 2015-08-03 Doug Evans <dje@google.com>
19078
19079 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
19080 10000.
19081
19082 2015-08-03 Doug Evans <dje@google.com>
19083
19084 * Makefile.in (workers/%.worker, build-perf): New rule.
19085 (GDB_PERFTEST_MODE): New variable.
19086 (check-perf): Use it.
19087 (clean): Clean up gdb.perf parallel build subdirs.
19088 * lib/build-piece.exp: New file.
19089 * lib/gdb.exp (make_gdb_parallel_path): New function
19090 (standard_output_file, standard_temp_file): Call it.
19091 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19092 of $GDB_PARALLEL.
19093 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
19094
19095 2015-08-03 Doug Evans <dje@google.com>
19096
19097 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
19098 (LOG_FILE_NAME): New global.
19099 (TextReporter.__init__): Initialize self.txt_sum.
19100 (TextReporter.report): Add support for multiple data-points.
19101 Move report to perftest.sum, put raw data in perftest.log.
19102 (TextReporter.start): Open sum and log files.
19103 (TextReporter.end): Close sum and log files.
19104 * gdb.perf/lib/perftest/testresult.py
19105 (SingleStatisticTestResult.record): Handle multiple data-points.
19106
19107 2015-07-31 Pedro Alves <palves@redhat.com>
19108
19109 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
19110 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19111 kill_wait_spawned_process instead of explicit "kill -9".
19112 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
19113 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19114 kill_wait_spawned_process.
19115 * gdb.base/attach-twice.exp: Likewise.
19116 * gdb.base/attach.exp: Likewise.
19117 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
19118 gdb_test_multiple.
19119 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
19120 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19121 kill_wait_spawned_process.
19122 * gdb.base/valgrind-infcall.exp: Likewise.
19123 * gdb.multi/multi-attach.exp: Likewise.
19124 * gdb.python/py-prompt.exp: Likewise.
19125 * gdb.python/py-sync-interp.exp: Likewise.
19126 * gdb.server/ext-attach.exp: Likewise.
19127 * gdb.threads/attach-into-signal.exp (corefunc): Use
19128 spawn_wait_for_attach, spawn_id_get_pid and
19129 kill_wait_spawned_process.
19130 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
19131 spawn_wait_for_attach returning a spawn id instead of a pid. Use
19132 spawn_id_get_pid and kill_wait_spawned_process.
19133 * gdb.threads/attach-stopped.exp (corefunc): Use
19134 spawn_wait_for_attach, spawn_id_get_pid and
19135 kill_wait_spawned_process.
19136 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
19137 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19138 kill_wait_spawned_process instead of explicit "kill -9".
19139 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
19140 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
19141 (spawn_wait_for_attach): Use spawn instead of exec to spawn
19142 processes. Don't map cygwin/windows pids here. Now returns a
19143 spawn id list.
19144
19145 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19146
19147 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
19148 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
19149 correct patch.
19150
19151 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19152
19153 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
19154
19155 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19156
19157 Reapply:
19158 2014-05-21 Mark Wielaard <mjw@redhat.com>
19159
19160 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19161
19162 2015-07-30 Pedro Alves <palves@redhat.com>
19163
19164 * linux-low.c (handle_extended_wait): Set the child's last
19165 reported status to TARGET_WAITKIND_STOPPED.
19166
19167 2015-07-30 Pedro Alves <palves@redhat.com>
19168
19169 PR threads/18600
19170 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
19171 only shows inferior 1.
19172
19173 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
19174 Pedro Alves <palves@redhat.com>
19175
19176 PR threads/18600
19177 * gdb.threads/fork-plus-threads.c: New file.
19178 * gdb.threads/fork-plus-threads.exp: New file.
19179
19180 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19181
19182 * gdb.base/batch-preserve-term-settings.exp
19183 (test_terminal_settings_preserved_after_cli_exit): Use
19184 send_quit_command.
19185
19186 2015-07-29 Pedro Alves <palves@redhat.com>
19187 Don Breazeal <donb@codesourcery.com>
19188
19189 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
19190 output from both inferior_spawn_id and gdb_spawn_id.
19191
19192 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19193
19194 * gdb.threads/attach-into-signal.exp (corefunc): Use
19195 with_test_prefix on nested loops, uniquefying the test messages.
19196
19197 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19198
19199 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
19200 commit.
19201
19202 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19203
19204 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
19205 New proc.
19206 (test_terminal_settings_preserved_after_sigterm): New test.
19207
19208 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19209
19210 * gdb.base/batch-preserve-term-settings.exp
19211 (test_terminal_settings_preserved_after_cli_exit): New test.
19212
19213 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19214
19215 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
19216 manipulation of saved_gdbflags.
19217 (test_terminal_settings_preserved): Remove global declaration of
19218 the unused variable pagination_prompt. Remove manipulation of
19219 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
19220 GDBFLAGS.
19221
19222 2015-07-29 Pedro Alves <palves@redhat.com>
19223
19224 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
19225
19226 2015-07-29 Pedro Alves <palves@redhat.com>
19227
19228 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
19229 at the top.
19230
19231 2015-07-29 Pedro Alves <palves@redhat.com>
19232
19233 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
19234 (main): Call gdb_unbuffer_output.
19235 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
19236 (main): Call gdb_unbuffer_output.
19237 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
19238 (main): Call gdb_unbuffer_output.
19239 * gdb.base/call-strs.exp: Adjust to step over the
19240 gdb_unbuffer_output call.
19241 * gdb.base/catch-gdb-caused-signals.c: Include
19242 "../lib/unbuffer_output.c".
19243 (main): Call gdb_unbuffer_output.
19244 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
19245 (main): Call gdb_unbuffer_output.
19246 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
19247 (main): Call gdb_unbuffer_output.
19248 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
19249 (main): Call gdb_unbuffer_output.
19250 * gdb.base/shlib-call.exp: Adjust to step over the
19251 gdb_unbuffer_output call.
19252 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
19253 (main): Call gdb_unbuffer_output.
19254 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
19255 (main): Call gdb_unbuffer_output.
19256 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
19257 (main): Rename to ...
19258 (test): ... this.
19259 (main): Reimplement.
19260 * gdb.base/varargs.exp: Run to test instead of to main.
19261 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19262 (main): Call gdb_unbuffer_output.
19263
19264 2015-07-29 Pedro Alves <palves@redhat.com>
19265
19266 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
19267 factore out from mi_continue_dprintf. For call-style dprintfs,
19268 expect dprintf output out of $inferior_spawn_id.
19269 (mi_continue_dprintf): Use mi_expect_dprintf.
19270 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19271 (main): Call gdb_unbuffer_output.
19272
19273 2015-07-29 Pedro Alves <palves@redhat.com>
19274
19275 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
19276 (default_mi_gdb_start): Set inferior_spawn_id instead of
19277 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
19278 gdb_spawn_id.
19279 (mi_gdb_test): Always expect inferior output from both
19280 $inferior_spawn_id and $gdb_spawn_id.
19281
19282 2015-07-29 Pedro Alves <palves@redhat.com>
19283
19284 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
19285 send_inferior and $inferior_spawn_id.
19286
19287 2015-07-29 Pedro Alves <palves@redhat.com>
19288
19289 * gdb.gdb/complaints.exp (test_initial_complaints)
19290 (test_serial_complaints, test_short_complaints): Use
19291 gdb_test_stdio.
19292 (test_empty_complaint): Handle $inferior_spawn_id !=
19293 $gdb_spawn_id.
19294
19295 2015-07-29 Pedro Alves <palves@redhat.com>
19296
19297 * gdb.base/varargs.exp: Use gdb_test_stdio.
19298
19299 2015-07-29 Pedro Alves <palves@redhat.com>
19300
19301 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
19302
19303 2015-07-29 Pedro Alves <palves@redhat.com>
19304
19305 * gdb.base/ending-run.exp: Use gdb_test_stdio.
19306
19307 2015-07-29 Pedro Alves <palves@redhat.com>
19308
19309 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
19310 parameter into two new parameters, "inf_result" and "gdb_result".
19311 Expect inferior output and gdb output from $inferior_spawn_id and
19312 $gdb_spawn_id, respectively. Adjust all callers.
19313
19314 2015-07-29 Pedro Alves <palves@redhat.com>
19315
19316 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
19317 of gdb_test_sequence.
19318
19319 2015-07-29 Pedro Alves <palves@redhat.com>
19320
19321 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
19322 (saw_spurious_output): Expect inferior output from
19323 $inferior_spawn_id. Use gdb_test_stdio.
19324
19325 2015-07-29 Pedro Alves <palves@redhat.com>
19326
19327 * gdb.base/dprintf.exp: Use standard_testfile. Change
19328 prepare_for_testing call.
19329 (srcfile): Don't set.
19330 (restart): New procedure.
19331 (test_dprintf): New procecure, use to continue over dprintfs.
19332 (test_call, test_agent): New procedures, tests moved here.
19333 Restart gdb and recreate dprintfs. Adjust expected output.
19334
19335 2015-07-29 Pedro Alves <palves@redhat.com>
19336
19337 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19338
19339 2015-07-29 Pedro Alves <palves@redhat.com>
19340
19341 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19342
19343 2015-07-29 Pedro Alves <palves@redhat.com>
19344
19345 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19346 gdb_test_stdio.
19347
19348 2015-07-29 Pedro Alves <palves@redhat.com>
19349
19350 * lib/gdb.exp (gdb_test_stdio): New procedure.
19351
19352 2015-07-29 Pedro Alves <palves@redhat.com>
19353
19354 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19355
19356 2015-07-29 Pedro Alves <palves@redhat.com>
19357
19358 * gdb.base/call-signal-resume.exp: Remove check for
19359 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19360 * gdb.base/unwindonsignal.exp: Likewise.
19361 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19362 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19363
19364 2015-07-29 Pedro Alves <palves@redhat.com>
19365
19366 * gdb.base/siginfo-addr.c (pass): New function.
19367 (handler): Call it iff si_addr is correct.
19368 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19369 Set a breakpoint at "pass" and continue to it.
19370
19371 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19372
19373 * gdb.python/py-objfile.exp: Make some tests have unique names.
19374 * gdb.python/py-pp-registration.exp: Likewise.
19375
19376 2015-07-28 Pedro Alves <palves@redhat.com>
19377
19378 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19379
19380 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19381
19382 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19383
19384 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19385
19386 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19387
19388 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19389
19390 * gdb.base/gdb-sigterm-2.exp: New test.
19391
19392 2015-07-25 Doug Evans <xdje42@gmail.com>
19393
19394 Revert:
19395 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19396 (workers/%.worker, build-perf): New rule.
19397 (GDB_PERFTEST_MODE): New variable.
19398 (check-perf): Use it.
19399 (clean): Clean up gdb.perf parallel build subdirs.
19400 * lib/build-piece.exp: New file.
19401 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19402 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19403 name.
19404 (standard_temp_file): Ditto.
19405 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19406 of $GDB_PARALLEL.
19407
19408 2015-07-24 Doug Evans <dje@google.com>
19409
19410 * gdb.perf/lib/perftest/utils.py: New file.
19411 * gdb.perf/gm-hello.cc: New file.
19412 * gdb.perf/gm-pervasive-typedef.cc: New file.
19413 * gdb.perf/gm-pervasive-typedef.h: New file.
19414 * gdb.perf/gm-std.cc: New file.
19415 * gdb.perf/gm-std.h: New file.
19416 * gdb.perf/gm-use-cerr.cc: New file.
19417 * gdb.perf/gm-utils.h: New file.
19418 * gdb.perf/gmonster-null-lookup.py: New file.
19419 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19420 * gdb.perf/gmonster-print-cerr.py: New file.
19421 * gdb.perf/gmonster-ptype-string.py: New file.
19422 * gdb.perf/gmonster-runto-main.py: New file.
19423 * gdb.perf/gmonster-select-file.py: New file.
19424 * gdb.perf/gmonster1-null-lookup.exp: New file.
19425 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19426 * gdb.perf/gmonster1-print-cerr.exp: New file.
19427 * gdb.perf/gmonster1-ptype-string.exp: New file.
19428 * gdb.perf/gmonster1-runto-main.exp: New file.
19429 * gdb.perf/gmonster1-select-file.exp: New file.
19430 * gdb.perf/gmonster1.cc: New file.
19431 * gdb.perf/gmonster1.exp: New file.
19432 * gdb.perf/gmonster2-null-lookup.exp: New file.
19433 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19434 * gdb.perf/gmonster2-print-cerr.exp: New file.
19435 * gdb.perf/gmonster2-ptype-string.exp: New file.
19436 * gdb.perf/gmonster2-runto-main.exp: New file.
19437 * gdb.perf/gmonster2-select-file.exp: New file.
19438 * gdb.perf/gmonster2.cc: New file.
19439 * gdb.perf/gmonster2.exp: New file.
19440
19441 2015-07-24 Doug Evans <dje@google.com>
19442
19443 * gdb.perf/README: New file.
19444 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19445 * lib/gen-perf-test.exp: New file.
19446
19447 2015-07-24 Doug Evans <dje@google.com>
19448
19449 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19450 (PerfTest::startup): New function.
19451 (PerfTest::run): Return result of calling body.
19452 (PerfTest::assemble): Rewrite.
19453 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19454 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19455 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19456 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19457 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19458
19459 2015-07-24 Doug Evans <dje@google.com>
19460
19461 * lib/gdb.exp (clean_restart): Make executable optional.
19462
19463 2015-07-24 Doug Evans <dje@google.com>
19464
19465 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19466 compiler_info references.
19467 * gdb.cp/temargs.exp: Ditto.
19468 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19469 (get_compiler_info): Early exit if already computed. Set compiler_info
19470 to "unknown" if there was a problem.
19471 (test_compiler_info): Add function comment. Call get_compiler_info.
19472
19473 2015-07-24 Doug Evans <dje@google.com>
19474
19475 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19476 (workers/%.worker, build-perf): New rule.
19477 (GDB_PERFTEST_MODE): New variable.
19478 (check-perf): Use it.
19479 (clean): Clean up gdb.perf parallel build subdirs.
19480 * lib/build-piece.exp: New file.
19481 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19482 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19483 name.
19484 (standard_temp_file): Ditto.
19485 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19486 of $GDB_PARALLEL.
19487
19488 2015-07-24 Doug Evans <dje@google.com>
19489
19490 * lib/future.exp (gdb_default_target_compile): New option
19491 "early_flags".
19492 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19493 --as-needed.
19494
19495 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19496
19497 * gdb.base/catch-syscall.exp: Call gdb_exit before
19498 gdb_skip_xml_test.
19499
19500 2015-07-24 Pedro Alves <palves@redhat.com>
19501
19502 * gdb.python/py-events.exp: Accept output between the stop event
19503 and the prompt.
19504 * gdb.python/py-evsignal.exp: Likewise.
19505 * gdb.python/py-evthreads.exp: Likewise.
19506
19507 2015-07-24 Pedro Alves <palves@redhat.com>
19508
19509 PR gdb/18717
19510 * gdb.threads/non-ldr-exit.c: New file.
19511 * gdb.threads/non-ldr-exit.exp: New file.
19512
19513 2015-07-24 Yao Qi <yao.qi@linaro.org>
19514
19515 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19516 restarting process.
19517
19518 2015-07-24 Yao Qi <yao.qi@linaro.org>
19519
19520 * gdb.server/ext-restart.exp: New file.
19521
19522 2015-07-24 Yao Qi <yao.qi@linaro.org>
19523
19524 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19525 argument options.
19526 * gdb.server/ext-wrapper.exp: New file.
19527
19528 2015-07-23 Doug Evans <dje@google.com>
19529
19530 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19531 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19532
19533 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19534
19535 * gdb.ada/var_arr_typedef.exp: New testcase.
19536 * gdb.ada/var_arr_typedef/pack.adb: New file.
19537 * gdb.ada/var_arr_typedef/pack.ads: New file.
19538 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19539
19540 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19541
19542 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19543
19544 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19545
19546 * gdb.arch/i386-biarch-core.exp: Replace istarget
19547 by "complete set gnutarget". Remove expectation for the "core-file"
19548 command.
19549
19550 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19551
19552 Revert the previous commit:
19553 Tests for validate symbol file using build-id.
19554
19555 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19556
19557 Tests for validate symbol file using build-id.
19558 * gdb.base/solib-mismatch-lib.c: New file.
19559 * gdb.base/solib-mismatch-libmod.c: New file.
19560 * gdb.base/solib-mismatch.c: New file.
19561 * gdb.base/solib-mismatch.exp: New file.
19562
19563 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19564
19565 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19566 nios2-*-linux*.
19567 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19568 * gdb.base/siginfo.exp: Likewise.
19569 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19570
19571 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19572
19573 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19574 Move it to ...
19575 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19576 ... here.
19577 * gdb.trace/range-stepping.exp: Check that the target supports
19578 range stepping.
19579
19580 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19581
19582 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19583
19584 2015-07-14 Pedro Alves <palves@redhat.com>
19585
19586 * gdb.base/killed-outside.exp: New file.
19587 * gdb.base/killed-outside.c: New file.
19588
19589 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19590
19591 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19592 (n at main): New.
19593 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19594
19595 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19596
19597 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19598 infcall tests instead of setting up for KFAIL.
19599
19600 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19601
19602 * gdb.btrace/record_goto-step.exp: New.
19603
19604 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19605
19606 PR compile/18484
19607 * gdb.compile/compile.c (struct struct_type): Add volatile to
19608 selffield's type.
19609 * gdb.compile/compile.exp
19610 (compile code struct_object.selffield = &struct_object): Skip further
19611 struct_object tests if this one xfails.
19612
19613 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19614
19615 PR exp/18617
19616 * gdb.trace/ax.exp: Add test.
19617
19618 2015-07-07 Yao Qi <yao.qi@linaro.org>
19619
19620 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19621 instead of istarget "aarch64*-*-*".
19622 * gdb.arch/aarch64-fp.exp: Likewise.
19623 * gdb.base/float.exp: Likewise.
19624 * gdb.reverse/aarch64.exp: Likewise.
19625 * lib/gdb.exp (is_aarch64_target): New proc.
19626
19627 2015-07-07 Yao Qi <yao.qi@linaro.org>
19628
19629 * lib/gdb.exp (is_aarch32_target): New proc.
19630 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19631 instead of "istarget "arm*-*-*"".
19632 * gdb.arch/arm-disp-step.exp: Likewise.
19633 * gdb.arch/thumb-bx-pc.exp: Likewise.
19634 * gdb.arch/thumb-prologue.exp: Likewise.
19635 * gdb.arch/thumb-singlestep.exp: Likewise.
19636 * gdb.base/disp-step-syscall.exp: Likewise.
19637 * gdb.base/float.exp: Likewise.
19638
19639 2015-07-07 Yao Qi <yao.qi@linaro.org>
19640
19641 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19642 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19643
19644 2015-07-07 Yao Qi <yao.qi@linaro.org>
19645
19646 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19647 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19648 if it exists.
19649 * gdb.multi/multi-arch.exp: Likewise.
19650
19651 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19652
19653 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19654 print.
19655
19656 2015-07-07 Yao Qi <yao.qi@linaro.org>
19657
19658 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19659
19660 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19661
19662 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19663 '[' and ']' characters.
19664
19665 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19666
19667 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19668
19669 2015-06-29 Pedro Alves <palves@redhat.com>
19670
19671 PR threads/18127
19672 * gdb.threads/hand-call-new-thread.c: New file.
19673 * gdb.threads/hand-call-new-thread.c: New file.
19674
19675 2015-06-26 Keith Seitz <keiths@redhat.com>
19676 Doug Evans <dje@google.com>
19677
19678 PR 16253
19679 * gdb.cp/var-tag-2.cc: New file.
19680 * gdb.cp/var-tag-3.cc: New file.
19681 * gdb.cp/var-tag-4.cc: New file.
19682 * gdb.cp/var-tag.cc: New file.
19683 * gdb.cp/var-tag.exp: New file.
19684
19685 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19686
19687 * gdb.base/history-duplicates.exp: New test.
19688
19689 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19690
19691 * gdb.base/completion.exp: Test the completion of the "focus"
19692 command.
19693
19694 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19695
19696 * gdb.arch/amd64-prologue-skip.S: New file.
19697 * gdb.arch/amd64-prologue-skip.exp: New file.
19698
19699 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19700
19701 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19702 is_address_zero_readable check.
19703
19704 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19705
19706 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19707 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19708
19709 2015-06-24 Yao Qi <yao.qi@linaro.org>
19710
19711 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19712 linux targets.
19713
19714 2015-06-24 Yao Qi <yao.qi@linaro.org>
19715
19716 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19717 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19718 * gdb.base/siginfo-thread.exp: Likewise.
19719
19720 2015-06-22 Yao Qi <yao.qi@linaro.org>
19721
19722 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19723
19724 2015-06-22 Yao Qi <yao.qi@linaro.org>
19725
19726 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19727 aarch64*-*-*.
19728 (skip_hw_watchpoint_tests): Likewise.
19729
19730 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19731
19732 * gdb.base/gdbinit-history.exp: Test the interaction between
19733 setting GDBHISTSIZE and setting the history size via .gdbinit.
19734
19735 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19736
19737 PR gdb/16999
19738 * gdb.base/gdbhistsize-history.exp: New test.
19739
19740 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19741
19742 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19743 with GDBHISTSIZE.
19744 * gdb.base/readline.exp: Likewise.
19745
19746 2015-06-17 Yao Qi <yao.qi@linaro.org>
19747
19748 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19749 line.
19750
19751 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19752
19753 * gdb.base/gdbinit-history.exp: Add test case to check that
19754 an unlimited history file does not get truncated on exit.
19755
19756 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19757
19758 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19759 (VECTOR): New macro. Use it...
19760 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19761 ...for these typedefs.
19762 (int8, char1, int1, double1): New typedefs.
19763 (struct just_int2, struct two_int2): New structures.
19764 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19765 (add_structvecs, add_singlevecs): New functions.
19766 (main): Call add_some_intvecs twice.
19767 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19768 the compile and exit upon failure. Try compiling for the "native"
19769 architecture. Test inferior function calls with vector arguments
19770 and vector return value handling with "finish" and "return".
19771
19772 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19773
19774 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19775 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19776 PE file.
19777 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19778
19779 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19780
19781 PR breakpoints/16465
19782 * gdb.mi/mi-dprintf-pending.c: New file.
19783 * gdb.mi/mi-dprintf-pending.exp: New test.
19784 * gdb.mi/mi-dprintf-pendshr.c: New file.
19785
19786 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19787 Mircea Gherzan <mircea.gherzan@intel.com>
19788
19789 * gdb.arch/i386-mpx-map.c: New file.
19790 * gdb.arch/i386-mpx-map.exp: New File.
19791
19792 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19793
19794 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19795 * gdb.arch/i386-mpx.exp: Indentation fixed.
19796
19797 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19798
19799 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19800 function and improved indentation.
19801 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19802 gdb_test_multiple. Added additional tests to skip the test.
19803
19804 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19805
19806 * gdb.arch/i386-avx512.c: Change path in include file.
19807 * gdb.arch/i386-avx512.exp: Change include dir path
19808 compilation flag.
19809 * gdb.arch/i386-mpx.c: Change path in include file.
19810 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19811 flag.
19812
19813 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19814
19815 * gdb.compile/compile-print.exp (compile print *vararray@3)
19816 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19817
19818 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19819
19820 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19821 (do not keep jit in memory): ... this.
19822 (expect 5): Change it to ...
19823 (expect no 5): ... this.
19824
19825 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19826
19827 PR gdb/15564
19828 * gdb.mi/mi-detach.exp: New file.
19829
19830 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19831
19832 PR symtab/18392
19833 * gdb.arch/amd64-tailcall-self.S: New file.
19834 * gdb.arch/amd64-tailcall-self.c: New file.
19835 * gdb.arch/amd64-tailcall-self.exp: New file.
19836
19837 2015-05-28 Don Breazeal <donb@codesourcery.com>
19838
19839 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19840 tests for remote targets by checking is_target_gdbserver.
19841
19842 2015-05-27 Doug Evans <dje@google.com>
19843
19844 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19845 * gdb.dwarf2/opaque-type-lookup.c: New file.
19846 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19847
19848 2015-05-26 Doug Evans <dje@google.com>
19849
19850 * gdb.cp/iostream.cc: New file.
19851 * gdb.cp/iostream.exp: New file.
19852
19853 2015-05-26 Doug Evans <dje@google.com>
19854
19855 * gdb.dwarf2/dw2-op-call.exp: Update.
19856 * gdb.dwarf2/dw4-sig-types.exp: Update.
19857 * gdb.dwarf2/implptr.exp: Update.
19858 * gdb.mi/mi-cmd-param-changed.exp: Update.
19859
19860 2015-05-26 Doug Evans <dje@google.com>
19861
19862 * gdb.python/py-lazy-string.c: New file.
19863 * gdb.python/py-lazy-string.exp: New file.
19864 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19865 (main): Update. Add estring3.
19866 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19867 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19868
19869 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19870 Yao Qi <yao.qi@linaro.org>
19871
19872 * gdb.reverse/aarch64.c: New.
19873 * gdb.reverse/aarch64.exp: New.
19874
19875 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19876
19877 * lib/gdb.exp (supports_process_record): Return true for
19878 aarch64*-linux*.
19879 (supports_reverse): Likewise.
19880
19881 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19882
19883 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19884 Use with_test_prefix.
19885
19886 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19887
19888 * gdb.base/completion.exp: Add test for completion of layout
19889 names.
19890
19891 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19892
19893 * lib/gdb.exp (skip_tui_tests): New proc.
19894 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19895
19896 2015-05-19 Pedro Alves <palves@redhat.com>
19897
19898 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19899 Save the whole env array instead of just HOME. Unset HISTSIZE in
19900 the environment while testing. Restore whole environment
19901 afterwards.
19902
19903 2015-05-16 Doug Evans <xdje42@gmail.com>
19904
19905 * gdb.guile/scm-ports.c: New file.
19906 * gdb.guile/scm-ports.exp: Add memory port tests.
19907
19908 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19909
19910 * gdb.compile/compile-print.c: New file.
19911 * gdb.compile/compile-print.exp: New file.
19912
19913 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19914
19915 * gdb.compile/compile-ops.exp: Cast param to void.
19916 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19917 (compile code struct_object.selffield = &struct_object): Add xfail.
19918
19919 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19920
19921 * gdb.ada/arr_enum_with_gap: New testcase.
19922
19923 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19924
19925 * gdb.ada/byte_packed_arr: New testcase.
19926
19927 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19928
19929 * gdb.ada/pckd_neg: New testcase.
19930
19931 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19932
19933 PR gdb/17820
19934 * gdb.base/gdbinit-history.exp: New test.
19935 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19936 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19937
19938 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19939
19940 * gdb.python/py-xmethods.cc: Enhance test case.
19941 * gdb.python/py-xmethods.exp: New tests.
19942 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19943 function.
19944 (B_indexoper): Likewise.
19945 (global_dm_list) : Add new xmethod worker functions.
19946
19947 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19948
19949 * gdb.base/coredump-filter.exp: Correctly unset
19950 "coredump_var_addr" array.
19951
19952 2015-05-08 Pedro Alves <palves@redhat.com>
19953
19954 * gdb.server/non-existing-program.exp: Unset spawn_id.
19955
19956 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19957
19958 PR python/18291
19959 * gdb.python/py-xmethods.exp: Add tests.
19960
19961 2015-05-08 Yao Qi <yao.qi@linaro.org>
19962
19963 PR gdb/18208
19964 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19965 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19966 function set_coredump_filter, and remove remote_exec call.
19967 Remove argument ipid. Callers update.
19968 (top level): Don't get inferior's PID.
19969
19970 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19971
19972 * gdb.base/watch_thread_num.exp: Skip test on targets without
19973 access watchpoints.
19974
19975 2015-05-06 Pedro Alves <palves@redhat.com>
19976
19977 PR server/18081
19978 * gdb.server/non-existing-program.exp: New file.
19979
19980 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19981
19982 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19983
19984 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19985
19986 * gdb.ada/out_of_line_in_inlined: New testcase.
19987
19988 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19989
19990 * gdb.ada/var_rec_arr: New testcase.
19991
19992 2015-04-30 Yao Qi <yao.qi@linaro.org>
19993
19994 * gdb.base/break-idempotent.exp: If
19995 skip_hw_watchpoint_multi_tests returns true, skip the tests
19996 on "rwatch" and "awatch".
19997
19998 2015-04-30 Yao Qi <yao.qi@linaro.org>
19999
20000 * gdb.base/relativedebug.exp: Invoke gdb command
20001 "info sharedlibrary", and if libc.so doesn't have debug info,
20002 skip the test.
20003
20004 2015-04-29 Doug Evans <dje@google.com>
20005
20006 * gdb.python/py-xmethods.exp: Add ptype tests.
20007 * gdb.python/py-xmethods.py (E_method_char_worker): Add
20008 get_result_type method.
20009
20010 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
20011
20012 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
20013 the target does not support hardware watchpoints.
20014
20015 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
20016
20017 * gdb.base/break-always.exp: Abort testing if writing to memory
20018 causes an error.
20019
20020 2015-04-28 Doug Evans <dje@google.com>
20021
20022 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
20023 * gdb.python/py-pp-registration.exp: ... here. New file.
20024 * gdb.python/py-pp-registration.c: New file.
20025 * gdb.python/py-pp-registration.py: New file.
20026
20027 2015-04-28 Doug Evans <dje@google.com>
20028
20029 * gdb.python/py-bad-printers.c: New file.
20030 * gdb.python/py-bad-printers.py: New file.
20031 * gdb.python/py-bad-printers.exp: New file.
20032
20033 2015-04-28 Sasha Smundak <asmundak@google.com>
20034
20035 * gdb.python/py-type.exp: New test.
20036
20037 2015-04-28 Andy Wingo <wingo@igalia.com>
20038
20039 * gdb.python/py-parameter.exp:
20040 * gdb.guile/scm-parameter.exp: Escape the path that we are
20041 matching against, as it might contain characters that are special
20042 to regular expressions.
20043
20044 2015-04-27 Joel Brobecker <brobecker@adacore.com>
20045
20046 * gdb.ada/rec_comp: New testcase.
20047
20048 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
20049
20050 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
20051 before using it.
20052
20053 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
20054
20055 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
20056 new tests for verilog output.
20057
20058 2015-04-24 Yao Qi <yao.qi@linaro.org>
20059
20060 * boards/remote-gdbserver-on-localhost.exp: New file.
20061
20062 2015-04-23 Pedro Alves <palves@redhat.com>
20063
20064 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
20065 $inferior_spawn_id instead of $inferior_spawn_id directly. On
20066 "end of file", remove $inferior_spawn_id from the indirect list.
20067
20068 2015-04-23 Pedro Alves <palves@redhat.com>
20069
20070 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
20071
20072 2015-04-23 Pedro Alves <palves@redhat.com>
20073
20074 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
20075 on $any_spawn_id instead of only on $gdb_spawn_id.
20076
20077 2015-04-21 Pierre Muller <muller@sourceware.org>
20078
20079 PR pascal/17815
20080 * lib/pascal.exp (gpc_compile): Add new option "class".
20081 (fpc_compile): Likewise.
20082 * gdb.pascal/case-insensitive-symbols.pas: New file.
20083 * gdb.pascal/case-insensitive-symbols.exp: New file.
20084
20085 2015-04-20 Gary Benson <gbenson@redhat.com>
20086
20087 * gdb.base/attach.exp: Fix three extended remote failures.
20088
20089 2015-04-17 Gary Benson <gbenson@redhat.com>
20090
20091 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
20092 the main executable over the remote protocol.
20093
20094 2015-04-16 Pedro Alves <palves@redhat.com>
20095
20096 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
20097 a new gdbserver if gdbserver_reconnect_p is set.
20098
20099 2015-04-16 Pedro Alves <palves@redhat.com>
20100
20101 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
20102 is set, don't exit gdbserver.
20103
20104 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20105
20106 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
20107 appropriate .insn, such that an older assembler can be used.
20108 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
20109 the z/Architecture instruction set on 31-bit targets as well.
20110
20111 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20112
20113 * gdb.go/handcall.exp: Remove all logic related to the first
20114 breakpoint and rely on go_runto_main instead.
20115 * gdb.go/strings.exp: Likewise.
20116 * gdb.go/unsafe.exp: Likewise.
20117 * gdb.go/hello.exp: Likewise. Also rename the remaining
20118 breakpoint marker to "breakpoint 1".
20119 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
20120 * gdb.go/strings.go: Likewise.
20121 * gdb.go/unsafe.go: Likewise.
20122 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
20123 "set breakpoint 2 here" and rename the remaining breakpoint marker
20124 to "breakpoint 1".
20125
20126 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
20127
20128 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
20129 if itertools.imap is not present.
20130 * gdb.python/py-objfile.exp: Add parentheses.
20131 * gdb.python/py-type.exp: Same.
20132 * gdb.python/py-unwind-maint.py: Same.
20133
20134 2015-04-15 Yao Qi <yao.qi@linaro.org>
20135
20136 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
20137 of ":$ptr_size" and set its form explicitly.
20138
20139 2015-04-15 Pedro Alves <palves@redhat.com>
20140 Yao Qi <yao.qi@linaro.org>
20141
20142 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
20143 timeout by factor of 4.
20144 (test_regular_watch): Likewise.
20145 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
20146 * gdb.reverse/sigall-reverse.exp: Likewise.
20147 * gdb.reverse/until-precsave.exp: Likewise.
20148 * lib/gdb.exp (with_timeout_factor): New proc.
20149 (gdb_expect): Move some code to ...
20150 (get_largest_timeout): ... here. New procedure.
20151
20152 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
20153
20154 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
20155
20156 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20157
20158 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
20159 to write to the .text section.
20160
20161 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20162
20163 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
20164 Handle the case of targets that do not provide PID information.
20165
20166 2015-04-13 Yao Qi <yao.qi@linaro.org>
20167
20168 * lib/gdbserver-support.exp (gdb_exit): Catch exception
20169 and use expect instead of gdb_expect.
20170
20171 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
20172
20173 * gdb.base/coredump-filter.exp: Rename variable "addr" to
20174 "coredump_var_addr" to avoid naming conflict with other testcases.
20175
20176 2015-04-10 Pedro Alves <palves@redhat.com>
20177
20178 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
20179 gdb_test_sequence and gdb_assert.
20180
20181 2015-04-10 Pedro Alves <palves@redhat.com>
20182
20183 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
20184 test messages that don't include the breakpoint address.
20185
20186 2015-04-10 Yao Qi <yao.qi@linaro.org>
20187
20188 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
20189 false for some offset and width combinations which aren't
20190 supported by linux kernel.
20191
20192 2015-04-10 Pedro Alves <palves@redhat.com>
20193
20194 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
20195 procedure, factored out from ...
20196 (top level): ... here. Add "set displaced-stepping" testing axis.
20197 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
20198 parameter "displaced". Use it.
20199 (top level): Use foreach and add "set displaced-stepping" testing
20200 axis.
20201
20202 2015-04-10 Pedro Alves <palves@redhat.com>
20203
20204 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
20205 Remove comment.
20206 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
20207 both the address of the instruction that triggers the watchpoint
20208 and the address of the instruction immediately after, and use
20209 those addresses for the test. Fix comment.
20210
20211 2015-04-10 Pedro Alves <palves@redhat.com>
20212
20213 * gdb.base/sigstep.exp (breakpoint_to_handler)
20214 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
20215 Test "backtrace" in handler.
20216 (breakpoint_over_handler): New parameter 'displaced'. Use it.
20217 (top level): Add new "displaced" test axis to
20218 breakpoint_to_handler, breakpoint_to_handler_entry and
20219 breakpoint_over_handler.
20220
20221 2015-04-10 Pedro Alves <palves@redhat.com>
20222
20223 PR gdb/18216
20224 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
20225
20226 2015-04-10 Yao Qi <yao.qi@linaro.org>
20227
20228 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
20229 (test_add_rn_pc): New function.
20230 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
20231 (top level): Invoke test_add_rn_pc.
20232
20233 2015-04-10 Pedro Alves <palves@redhat.com>
20234
20235 PR gdb/13858
20236 * gdb.base/step-over-no-symbols.exp: New file.
20237
20238 2015-04-09 Andy Wingo <wingo@igalia.com>
20239
20240 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
20241 after the Python tests.
20242
20243 2015-04-08 Keith Seitz <keiths@redhat.com>
20244
20245 PR python/16699
20246 * gdb.python/py-completion.exp: New tests for completion.
20247 * gdb.python/py-completion.py (CompleteLimit1): New class.
20248 (CompleteLimit2): Likewise.
20249 (CompleteLimit3): Likewise.
20250 (CompleteLimit4): Likewise.
20251 (CompleteLimit5): Likewise.
20252 (CompleteLimit6): Likewise.
20253 (CompleteLimit7): Likewise.
20254
20255 2015-04-08 Pedro Alves <palves@redhat.com>
20256
20257 PR gdb/18214
20258 PR gdb/18216
20259 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
20260 function.
20261 (main): Install it as SIGUSR1 handler.
20262 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
20263 parameter. Always use "setup" as prefix. Toggle "set
20264 displaced-stepping" off/on depending on global. Don't switch to
20265 thread 1 here.
20266 (top level): Add displaced stepping "off/on" test axis. Update
20267 "setup" calls. Wrap each subtest with with_test_prefix. Test
20268 continuing with a queued signal in each thread.
20269
20270 2015-04-08 Pedro Alves <palves@redhat.com>
20271
20272 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
20273 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
20274 gdb_breakpoint instead of gdb_test that doesn't expect anything.
20275 Return early if running to main fails.
20276 * gdb.trace/while-stepping.exp: Likewise.
20277
20278 2015-04-07 Pedro Alves <palves@redhat.com>
20279
20280 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
20281 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
20282 interact with inferior program.
20283
20284 2015-04-07 Pedro Alves <palves@redhat.com>
20285
20286 * lib/gdb.exp (inferior_spawn_id): New global.
20287 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
20288 spawn id after processing the user code.
20289 (default_gdb_start): Set inferior_spawn_id.
20290 (send_inferior): New procedure.
20291 * lib/gdbserver-support.exp (gdbserver_start): Set
20292 inferior_spawn_id.
20293 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
20294
20295 2015-04-07 Pedro Alves <palves@redhat.com>
20296
20297 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
20298 * lib/gdbserver-support.exp (gdbserver_start): Make
20299 $server_spawn_id global.
20300 (gdbserver_start): Don't wait for gdbserver's spawn id with
20301 expect_background.
20302 (close_gdbserver): New procedure.
20303 (gdb_exit): Rename the default version and reimplement.
20304
20305 2015-04-07 Pedro Alves <palves@redhat.com>
20306
20307 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
20308 append the substituted item, not the original item.
20309
20310 2015-04-07 Pedro Alves <palves@redhat.com>
20311
20312 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
20313 gdb_expect.
20314
20315 2015-04-07 Pedro Alves <palves@redhat.com>
20316
20317 * gdb.base/interrupt.exp: Don't handle the case of the inferior
20318 output appearing once only.
20319
20320 2015-04-07 Pedro Alves <palves@redhat.com>
20321
20322 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
20323 that doesn't expect anything. Return early if running to main
20324 fails.
20325
20326 2015-04-07 Yao Qi <yao.qi@linaro.org>
20327
20328 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
20329 (child_function): Call alarm.
20330 (main): Move call to alarm into the loop.
20331 * gdb.threads/non-stop-fair-events.exp: Build program with
20332 -DTIMEOUT=$timeout.
20333
20334 2015-04-06 Doug Evans <xdje42@gmail.com>
20335
20336 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
20337 Fix dest parameter to board_info.
20338 (fpc_compile): Ditto.
20339 (gdb_compile_pascal): Rename dest arg to destfile.
20340
20341 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
20342
20343 * gdb.ada/funcall_ref.exp: New file.
20344 * gdb.ada/funcall_ref/foo.adb: New file.
20345
20346 2015-04-02 Yao Qi <yao.qi@linaro.org>
20347
20348 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
20349 is remote.
20350
20351 2015-04-02 Gary Benson <gbenson@redhat.com>
20352
20353 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20354
20355 2015-04-01 Sasha Smundak <asmundak@google.com>
20356
20357 * gdb.python/py-unwind-maint.c: New file.
20358 * gdb.python/py-unwind-maint.exp: New test.
20359 * gdb.python/py-unwind-maint.py: New file.
20360 * gdb.python/py-unwind.c: New file.
20361 * gdb.python/py-unwind.exp: New test.
20362 * gdb.python/py-unwind.py: New test.
20363
20364 2015-04-01 Pedro Alves <palves@redhat.com>
20365
20366 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20367 to fail instead of non-existent $test.
20368
20369 2015-04-01 Pedro Alves <palves@redhat.com>
20370
20371 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20372 GDBFLAGS if not empty.
20373
20374 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20375
20376 * gdb.ada/complete.exp: Remove "multi_line".
20377 * gdb.ada/info_exc.exp: Remove "multi_line".
20378 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20379 * gdb.ada/ptype_field.exp: Remove "multi_line".
20380 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20381 * gdb.ada/tagged.exp: Remove "multi_line".
20382 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20383 [multi_line ...]
20384 * gdb.btrace/delta.exp: Likewise.
20385 * gdb.btrace/exception.exp: Likewise.
20386 * gdb.btrace/function_call_history.exp: Likewise.
20387 * gdb.btrace/instruction_history.exp: Likewise.
20388 * gdb.btrace/nohist.exp: Likewise.
20389 * gdb.btrace/record_goto.exp: Likewise.
20390 * gdb.btrace/segv.exp: Likewise.
20391 * gdb.btrace/stepi.exp: Likewise.
20392 * gdb.btrace/tailcall.exp: Likewise.
20393 * gdb.btrace/unknown_functions.exp: Likewise.
20394 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20395 * lib/gdb.exp: Add the "multi_line" helper.
20396
20397 2015-04-01 Pedro Alves <palves@redhat.com>
20398
20399 * gdb.threads/tid-reuse.c: New file.
20400 * gdb.threads/tid-reuse.exp: New file.
20401
20402 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20403
20404 PR corefiles/16092
20405 * gdb.base/coredump-filter.c: New file.
20406 * gdb.base/coredump-filter.exp: Likewise.
20407
20408 2015-03-27 Petr Machata <pmachata@redhat.com>
20409
20410 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20411 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20412 (Dwarf::assemble): Initialize them.
20413 (Dwarf::lines): New function.
20414
20415 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20416
20417 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20418 SYMBOL_PREFIX for x86_64-*-cygwin.
20419
20420 2015-03-26 Andy Wingo <wingo@igalia.com>
20421
20422 PR symtab/18148
20423 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20424 const_value but not a location.
20425 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20426 location defined in non-main CUs are visible.
20427
20428 2015-03-26 Yao Qi <yao.qi@linaro.org>
20429
20430 PR testsuite/18139
20431 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20432 Add a line number entry for the same line.
20433 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20434 Add a line number entry for the same line.
20435
20436 2015-03-26 Yao Qi <yao.qi@linaro.org>
20437
20438 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20439 .int 0.
20440 (func): Likewise. Add .Lfunc_1 label.
20441 Use .Lfunc_1 label.
20442 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20443 .int 0.
20444 (func): Likewise.
20445 Use .Lfunc_1 label.
20446
20447 2015-03-26 Yao Qi <yao.qi@linaro.org>
20448
20449 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20450 Call gdb_compile instead to compile each .s files without debug
20451 information.
20452
20453 2015-03-26 Yao Qi <yao.qi@linaro.org>
20454
20455 * gdb.base/savedregs.exp (process_saved_regs): Make
20456 "Saved registers:" optional in the pattern.
20457
20458 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20459
20460 * gdb.btrace/next.exp: Merged into step.exp.
20461 * gdb.btrace/finish.exp: Merged into step.exp.
20462 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20463 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20464 "record goto" and checking the exact replay position.
20465 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20466 check for "Recording format" in "info record" output.
20467 * gdb.btrace/record_goto.exp: Choose test file based on target.
20468 * gdb.btrace/x86-record_goto.S: Renamed into ...
20469 * gdb.btrace/x86_64-record_goto.S: ... this.
20470 * gdb.btrace/i686-record_goto.S: New.
20471 * gdb.btrace/x86-tailcall.S: Renamed into ...
20472 * gdb.btrace/x86_64-tailcall.S: ... this.
20473 * gdb.btrace/i686-tailcall.S: New.
20474 * gdb.btrace/x86-tailcall.c: Renamed into ...
20475 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20476 separate statements. Update test.
20477 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20478 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20479 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20480 * gdb.btrace/tailcall.exp: Choose test file based on target.
20481 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20482
20483 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20484
20485 * gdb.btrace/exception.exp: Increase BTS buffer size.
20486
20487 2015-03-24 Pedro Alves <palves@redhat.com>
20488
20489 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20490
20491 2015-03-24 Pedro Alves <palves@redhat.com>
20492
20493 * gdb.threads/schedlock.exp (test_step): No longer expect that
20494 "set scheduler-locking step" with "next" over a function call runs
20495 threads unlocked.
20496
20497 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20498
20499 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20500
20501 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20502
20503 PR breakpoints/16466
20504 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20505 * gdb.mi/mi-pending.c (thread_func): New function.
20506 (int main): Add threading support required.
20507 * gdb.mi/mi-pending.exp: Add tests for this issue.
20508 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20509 (pendfunc2): Remove stdio dependency.
20510 * gdb.mi/mi-pendshr2.c: New file.
20511
20512 2015-03-23 Keith Seitz <keiths@redhat.com>
20513
20514 * gdb.linespec/keywords.c: New file.
20515 * gdb.linespec/keywords.exp: New file.
20516
20517 2015-03-23 Keith Seitz <keiths@redhat.com>
20518
20519 PR gdb/18021
20520 * gdb.dwarf2/staticvirtual.exp: New test.
20521
20522 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20523
20524 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20525 * README: Remove HP-UX and gdb.hp.
20526 (configuration):
20527 * configure: Regenerate.
20528 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20529 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20530 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20531 gdb.hp/gdb.defects/Makefile.
20532 * gdb.hp/Makefile.in: File deleted.
20533 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20534 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20535 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20536 * gdb.hp/gdb.aCC/run.c: File deleted.
20537 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20538 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20539 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20540 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20541 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20542 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20543 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20544 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20545 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20546 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20547 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20548 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20549 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20550 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20551 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20552 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20553 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20554 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20555 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20556 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20557 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20558 * gdb.hp/gdb.compat/average.c: File deleted.
20559 * gdb.hp/gdb.compat/sum.c: File deleted.
20560 * gdb.hp/gdb.compat/xdb.c: File deleted.
20561 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20562 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20563 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20564 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20565 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20566 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20567 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20568 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20569 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20570 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20571 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20572 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20573 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20574 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20575 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20576 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20577 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20578 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20579 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20580 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20581 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20582 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20583 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20584 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20585 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20586 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20587 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20588 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20589 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20590 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20591 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20592 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20593 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20594 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20595 * gdb.hp/tools/odump: File deleted.
20596
20597 2015-03-19 Pedro Alves <palves@redhat.com>
20598
20599 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20600 (saw_thread_3): New globals.
20601 (top level): Increment them when an event for the corresponding
20602 thread is seen.
20603 (no thread starvation): New test.
20604
20605 2015-03-19 Pedro Alves <palves@redhat.com>
20606
20607 * gdb.threads/continue-pending-status.c: New file.
20608 * gdb.threads/continue-pending-status.exp: New file.
20609
20610 2015-03-18 Pedro Alves <palves@redhat.com>
20611
20612 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20613 Use gdb_is_target_remote instead of is_remote. Use
20614 gdb_test_multiple instead of gdb_expect. Exit early if
20615 gdb_test_multiple hits its internal matches. Tighten stepi tests
20616 expected output. Fail on exit with any signal, instead of just
20617 SIGILL.
20618
20619 2015-03-18 Yao Qi <yao.qi@linaro.org>
20620
20621 PR tdep/18107
20622 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20623 variable.
20624 * gdb.base/catch-syscall.exp: Don't skip it on
20625 aarch64*-*-linux* target. Remove elements in all_syscalls.
20626 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20627 target.
20628 (setup_all_syscalls): New proc.
20629
20630 2015-03-16 Yao Qi <yao.qi@linaro.org>
20631
20632 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20633 (top level): Skip tests if valid_addr_p returns false for
20634 $cmd1 or $cmd2.
20635
20636 2015-03-11 Andy Wingo <wingo@igalia.com>
20637
20638 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20639
20640 2015-03-11 Yao Qi <yao.qi@linaro.org>
20641
20642 * gdb.base/catch-syscall.exp: Fix typo in comments.
20643
20644 2015-03-11 Yao Qi <yao.qi@linaro.org>
20645
20646 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20647
20648 2015-03-09 Pedro Alves <palves@redhat.com>
20649
20650 * dg-extract-results.py: Delete.
20651
20652 2015-03-09 Pedro Alves <palves@redhat.com>
20653
20654 Merge dg-extract-results.sh from GCC upstream (r218843).
20655
20656 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20657 * dg-extract-results.sh: Use --text with grep to avoid issues with
20658 binary files. Fall back to cat -v, if that doesn't work.
20659
20660 2015-03-05 Pedro Alves <palves@redhat.com>
20661
20662 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20663
20664 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20665
20666 * lib/mi-support.exp (mi_expect_interrupt): Accept
20667 alternative event for when in all-stop mode.
20668
20669 2015-03-04 Pedro Alves <palves@redhat.com>
20670
20671 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20672
20673 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20674
20675 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20676
20677 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20678
20679 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20680 regexps for GDB's current line display, accept a hex address
20681 preceding the line number.
20682
20683 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20684
20685 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20686 the 'arch1' variable for "s390*-linux*" targets.
20687
20688 2015-03-04 Pedro Alves <palves@redhat.com>
20689
20690 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20691 (main): Pass missing retval argument to pthread_join call.
20692
20693 2015-03-02 Pedro Alves <palves@redhat.com>
20694
20695 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20696 (top level): Call do_test with non-stop as well.
20697
20698 2015-03-02 Pedro Alves <palves@redhat.com>
20699
20700 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20701 -1.
20702
20703 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20704
20705 * gdb.arch/s390-vregs.exp: New test.
20706 * gdb.arch/s390-vregs.S: New file.
20707
20708 2015-02-27 Pedro Alves <palves@redhat.com>
20709
20710 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20711 call to catch_command_errors.
20712 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20713 catch_command_errors.
20714
20715 2015-02-27 Pedro Alves <palves@redhat.com>
20716
20717 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20718 "true" for boolean result.
20719 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20720 prototype of main.
20721
20722 2015-02-27 Pedro Alves <palves@redhat.com>
20723
20724 * lib/unbuffer_output.c: New file.
20725 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20726 (main): Call gdb_unbuffer_output.
20727
20728 2015-02-27 Yao Qi <yao.qi@linaro.org>
20729
20730 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20731 target.
20732
20733 2015-02-26 Doug Evans <dje@google.com>
20734
20735 * gdb.cp/class2.cc (Dbase, D): New classes.
20736 (main): New local delta.
20737 * gdb.cp/class2.exp: Test printing delta.
20738 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20739 (dynbar): New global.
20740 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20741
20742 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20743
20744 * gdb.compile/compile-ifunc.c: New file.
20745 * gdb.compile/compile-ifunc.exp: New file.
20746
20747 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20748
20749 * gdb.base/structs.exp: Check for correct struct on finish.
20750
20751 2015-02-26 Yao Qi <yao.qi@linaro.org>
20752
20753 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20754 is zero.
20755
20756 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20757
20758 * gdb.arch/cordic.ko.bz2: New file.
20759 * gdb.arch/cordic.ko.debug.bz2: New file.
20760 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20761
20762 2015-02-25 Yao Qi <yao.qi@linaro.org>
20763
20764 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20765 aarch64*-*-* target.
20766
20767 2015-02-23 Pedro Alves <palves@redhat.com>
20768
20769 * lib/gdb.exp (delete_breakpoints): Rewrite using
20770 gdb_test_multiple.
20771
20772 2015-02-23 Pedro Alves <palves@redhat.com>
20773
20774 * gdb.base/info-os.c: Include stdlib.h.
20775
20776 2015-02-22 Doug Evans <xdje42@gmail.com>
20777
20778 PR symtab/17855
20779 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20780 is read after symbols have been re-read.
20781 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20782 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20783
20784 2015-02-21 Doug Evans <dje@google.com>
20785
20786 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20787
20788 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20789
20790 PR corefiles/17808
20791 * gdb.arch/i386-biarch-core.core.bz2: New file.
20792 * gdb.arch/i386-biarch-core.exp: New file.
20793
20794 2015-02-21 Pedro Alves <palves@redhat.com>
20795
20796 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20797 runto_main fails.
20798
20799 2015-02-20 Pedro Alves <palves@redhat.com>
20800
20801 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20802 info probes.
20803
20804 2015-02-20 Pedro Alves <palves@redhat.com>
20805
20806 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20807
20808 2015-02-20 Pedro Alves <palves@redhat.com>
20809
20810 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20811 clean_restart before gdb_target_supports_trace.
20812
20813 2015-02-20 Pedro Alves <palves@redhat.com>
20814
20815 PR threads/18006
20816 * gdb.threads/clone-thread_db.c: New file.
20817 * gdb.threads/clone-thread_db.exp: New file.
20818
20819 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20820
20821 PR breakpoints/16812
20822 * gdb.base/catch-gdb-caused-signals.c: New file.
20823 * gdb.base/catch-gdb-caused-signals.exp: New file.
20824
20825 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20826
20827 * configure: Regenerated.
20828 * configure.ac: Use GDB_AC_TRANSFORM.
20829 * aclocal.m4: sinclude ../transform.m4.
20830
20831 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20832
20833 * lib/dtrace.exp: New file.
20834 * gdb.base/dtrace-probe.exp: Likewise.
20835 * gdb.base/dtrace-probe.d: Likewise.
20836 * gdb.base/dtrace-probe.c: Likewise.
20837 * lib/pdtrace.in: Likewise.
20838 * configure.ac: Output variables with the transformed names of
20839 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20840 * configure: Regenerated.
20841
20842 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20843
20844 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20845 expected message when trying to access $_probe_* convenience
20846 variables while not on a probe.
20847
20848 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20849
20850 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20851
20852 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20853
20854 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20855 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20856
20857 2015-02-10 Doug Evans <xdje42@gmail.com>
20858
20859 * lib/gdb.exp (gdb_load): Always return a result.
20860
20861 2015-02-10 Pedro Alves <palves@redhat.com>
20862
20863 * gdb.threads/signal-sigtrap.c: New file.
20864 * gdb.threads/signal-sigtrap.exp: New file.
20865
20866 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20867
20868 * gdb.trace/no-attach-trace.c: New file.
20869 * gdb.trace/no-attach-trace.exp: New file.
20870
20871 2015-02-09 Mark Wielaard <mjw@redhat.com>
20872
20873 * gdb.dwarf2/atomic.c: New file.
20874 * gdb.dwarf2/atomic-type.exp: Likewise.
20875
20876 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20877
20878 * gdb.btrace/buffer-size.exp: Update "info record" output.
20879 * gdb.btrace/delta.exp: Update "info record" output.
20880 * gdb.btrace/enable.exp: Update "info record" output.
20881 * gdb.btrace/finish.exp: Update "info record" output.
20882 * gdb.btrace/instruction_history.exp: Update "info record" output.
20883 * gdb.btrace/next.exp: Update "info record" output.
20884 * gdb.btrace/nexti.exp: Update "info record" output.
20885 * gdb.btrace/step.exp: Update "info record" output.
20886 * gdb.btrace/stepi.exp: Update "info record" output.
20887 * gdb.btrace/nohist.exp: Update "info record" output.
20888
20889 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20890
20891 * gdb.btrace/buffer-size: New.
20892
20893 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20894
20895 * gdb.btrace/delta.exp: Update "info record" output.
20896 * gdb.btrace/enable.exp: Update "info record" output.
20897 * gdb.btrace/finish.exp: Update "info record" output.
20898 * gdb.btrace/instruction_history.exp: Update "info record" output.
20899 * gdb.btrace/next.exp: Update "info record" output.
20900 * gdb.btrace/nexti.exp: Update "info record" output.
20901 * gdb.btrace/step.exp: Update "info record" output.
20902 * gdb.btrace/stepi.exp: Update "info record" output.
20903 * gdb.btrace/nohist.exp: Update "info record" output.
20904
20905 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20906
20907 PR gdb/15678
20908 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20909
20910 2015-02-06 Pedro Alves <palves@redhat.com>
20911
20912 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20913 macro.
20914 (seconds_left, again): New globals.
20915 (main): Wait seconds_left in a 1-second sleep loop instead of
20916 sleeping 180 seconds. If 'again' is set, reset the seconds
20917 counter.
20918 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20919 'again' in the inferior before detaching. Print the seconds left.
20920 (options): New global.
20921 (top level): Build program with -DTIMEOUT=$timeout.
20922
20923 2015-02-06 Pedro Alves <palves@redhat.com>
20924
20925 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20926 determine how many seconds to pass to 'alarm'.
20927 * gdb.base/gdb-sigterm.exp (top level): Build program with
20928 -DTIMEOUT=$timeout.
20929 (do_test): Return success/failure indication. Add more verbose
20930 logging. Don't fail if 200 single steps are seen. Instead, fail
20931 when the test times out.
20932 (passes): New global.
20933 (top level): Break the testing loop if testing fails on any
20934 iteration. Use gdb_assert.
20935
20936 2015-02-04 Don Breazeal <donb@codesourcery.com>
20937
20938 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20939 and initialize them.
20940 (ipc_cleanup): New function.
20941 (main): Don't declare shmid, semid, and msqid. Add a call to
20942 atexit so that we call ipc_cleanup on exit.
20943
20944 2015-02-04 Pedro Alves <palves@redhat.com>
20945
20946 * boards/native-extended-gdbserver.exp: Remove any target variant
20947 specifications from the board name before clearing the isremote
20948 flag from board_info.
20949
20950 2015-01-31 Doug Evans <xdje42@gmail.com>
20951
20952 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20953
20954 2015-01-31 Gary Benson <gbenson@redhat.com>
20955
20956 * gdb.base/completion.exp: Disable completion limiting for
20957 existing tests. Add new tests to check completion limiting.
20958 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20959
20960 2015-01-31 Doug Evans <xdje42@gmail.com>
20961
20962 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20963
20964 2015-01-31 Doug Evans <xdje42@gmail.com>
20965
20966 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20967 entries. Duplicate file section script entries.
20968 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20969 inlined entries. Add test for safe-path rejection.
20970 * gdb.python/py-section-script.c: Add duplicate inlined section script
20971 entries. Duplicate file section script entries.
20972 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20973 inlined entries. Add test for safe-path rejection.
20974
20975 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20976
20977 * gdb.ada/disc_arr_bound: New testcase.
20978
20979 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20980
20981 * gdb.ada/mi_var_array: New testcase.
20982
20983 2015-01-27 Doug Evans <dje@google.com>
20984
20985 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20986 Add test for objfile.filename, objfile.username after objfile
20987 has been unloaded.
20988
20989 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20990
20991 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20992 the second test to print the name attribute of value
20993 returned by the call to gdb.lookup_type, and adjust
20994 the expected output accordingly.
20995
20996 2015-01-25 Mark Wielaard <mjw@redhat.com>
20997
20998 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20999 * gdb.base/disp-step-fork.c: Include unistd.h.
21000 * gdb.base/siginfo-obj.c: Include stdio.h.
21001 * gdb.base/siginfo-thread.c: Likewise.
21002 * gdb.mi/non-stop.c: Include unistd.h.
21003 * gdb.mi/nsthrexec.c: Include stdio.h.
21004 * gdb.mi/pthreads.c: Include unistd.h.
21005 * gdb.modula2/unbounded1.c (main): Declare returns int.
21006 * gdb.reverse/consecutive-reverse.c: Likewise.
21007 * gdb.threads/create-fail.c: Include unistd.h.
21008 * gdb.threads/killed.c: Likewise.
21009 * gdb.threads/linux-dp.c: Likewise.
21010 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
21011 * gdb.threads/non-ldr-exc-2.c: Likewise.
21012 * gdb.threads/non-ldr-exc-3.c: Likewise.
21013 * gdb.threads/non-ldr-exc-4.c: Likewise.
21014 * gdb.threads/pthreads.c: Include unistd.h.
21015 (main): Declare returns int.
21016 * gdb.threads/tls-main.c (foo): New declaration.
21017 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
21018
21019 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
21020
21021 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
21022 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
21023
21024 2015-01-15 Mark Wielaard <mjw@redhat.com>
21025
21026 * gdb.base/noreturn-return.c: New file.
21027 * gdb.base/noreturn-return.exp: New file.
21028 * gdb.base/noreturn-finish.c: New file.
21029 * gdb.base/noreturn-finish.exp: New file.
21030
21031 2015-01-23 Pedro Alves <palves@redhat.com>
21032
21033 * gdb.threads/continue-pending-after-query.c: New file.
21034 * gdb.threads/continue-pending-after-query.exp: New file.
21035
21036 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
21037 Simon Marchi <simon.marchi@ericsson.com>
21038
21039 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
21040 * gdb.base/valgrind-db-attach.exp: Same.
21041 * gdb.base/valgrind-infcall.exp: Same.
21042 * lib/mi-support.exp (default_mi_gdb_start): Same.
21043 * lib/prompt.exp (default_prompt_gdb_start): Same.
21044 * lib/gdb.exp (default_gdb_spawn): Same.
21045 (gdb_interact): New.
21046
21047
21048 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21049
21050 * gdb.compile/compile.exp (pointer to jit function): New test.
21051
21052 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
21053
21054 * lib/gdb.exp (supports_process_record): Return true for
21055 powerpc*-*-linux*.
21056 (supports_reverse): Likewise.
21057
21058 2015-01-15 Don Breazeal <donb@codesourcery.com>
21059
21060 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
21061 instead of checking whether the target board is remote and
21062 use spawn_wait_for_attach instead of exec/sleep.
21063 * gdb.base/attach-twice.exp: Likewise.
21064
21065 2015-01-15 Joel Brobecker <brobecker@adacore.com>
21066
21067 * gdb.ada/var_arr_attrs: New testcase.
21068
21069 2015-01-14 Pedro Alves <palves@redhat.com>
21070 Joel Brobecker <brobecker@adacore.com>
21071
21072 PR gdb/17525
21073 * gdb.base/bp-cmds-execution-x-script.c: New file.
21074 * gdb.base/bp-cmds-execution-x-script.exp: New file.
21075 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
21076
21077 2015-01-14 Pedro Alves <palves@redhat.com>
21078
21079 PR cli/17828
21080 * gdb.base/batch-preserve-term-settings.c: New file.
21081 * gdb.base/batch-preserve-term-settings.exp: New file.
21082
21083 2015-01-13 Doug Evans <dje@google.com>
21084
21085 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
21086 binary.
21087
21088 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21089
21090 * Makefile.in (clean mostlyclean): Do not delete *.py.
21091
21092 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21093
21094 * gdb.python/py-lookup-type.exp: New file.
21095
21096 2015-01-12 Pedro Alves <palves@redhat.com>
21097
21098 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
21099 restore GDBFLAGS before returning.
21100
21101 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21102
21103 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
21104 is_amd64_regs_target and is_x86_like_target.
21105
21106 2015-01-11 Doug Evans <xdje42@gmail.com>
21107
21108 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
21109 is given without an explicit form.
21110 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
21111 attributes.
21112 * gdb.dwarf/corrupt.exp: Ditto.
21113 * gdb.dwarf2/enum-type.exp: Ditto.
21114 * gdb.trace/entry-values.exp: Ditto.
21115 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
21116
21117 2015-01-11 Doug Evans <xdje42@gmail.com>
21118
21119 PR gdb/15830
21120 * gdb.base/maint.exp: Remove references to "maint demangle".
21121 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
21122 Add tests for explicitly specifying language to demangle.
21123 * gdb.dlang/demangle.exp: Ditto.
21124
21125 2015-01-09 Pedro Alves <palves@redhat.com>
21126
21127 * gdb.threads/non-stop-fair-events.c: New file.
21128 * gdb.threads/non-stop-fair-events.exp: New file.
21129
21130 2015-01-09 Pedro Alves <palves@redhat.com>
21131
21132 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
21133 the global scope. Set a breakpoint after all threads are started
21134 rather than stepping over two source lines. Expect the prompt.
21135 * gdb.base/watch_thread_num.c (threads_started_barrier): New
21136 global.
21137 (NUM): Now 15.
21138 (main): Use threads_started_barrier to wait for all threads to
21139 start. Main thread no longer calls thread_function. Exit after
21140 180 seconds.
21141 (loop): New function.
21142 (thread_function): Wait on threads_started_barrier barrier. Call
21143 'loop' at each iteration.
21144 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
21145 threads have started, instead of hardcoding number of "next"
21146 steps. Use an access watchpoint instead of a write watchpoint.
21147
21148 2015-01-09 Pedro Alves <palves@redhat.com>
21149
21150 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
21151 (thread_func): Wait on barrier.
21152 (main): Wait for all threads to start before stopping GDB.
21153 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
21154 global.
21155 (thread1_func, thread2_func): Wait on barrier.
21156 (main): Wait for all threads to start before stopping GDB.
21157 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
21158 New global.
21159 (thread1_func, thread2_func): Wait on barrier.
21160 (main): Wait for all threads to start before stopping GDB.
21161
21162 2015-01-09 Pedro Alves <palves@redhat.com>
21163
21164 * gdb.threads/attach-many-short-lived-threads.c: New file.
21165 * gdb.threads/attach-many-short-lived-threads.exp: New file.
21166
21167 2014-01-09 Pedro Alves <palves@redhat.com>
21168
21169 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
21170 instead of to thread 2.
21171 * gdb.threads/signal-command-multiple-signals-pending.c (main):
21172 Add barrier around each pthread_create call instead of around all
21173 calls.
21174 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
21175 Set a break on thread_function and have the child threads hit it
21176 one at at a time.
21177
21178 2015-01-09 Pedro Alves <palves@redhat.com>
21179
21180 * lib/gdb.exp (can_spawn_for_attach): New procedure.
21181 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
21182 false.
21183 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
21184 checking whether the target board is remote.
21185 * gdb.multi/multi-attach.exp: Likewise.
21186 * gdb.python/py-sync-interp.exp: Likewise.
21187 * gdb.server/ext-attach.exp: Likewise.
21188 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
21189 tests that need to attach, instead of checking whether the target
21190 board is remote at the top of the file.
21191
21192 2015-01-08 Yao Qi <yao@codesourcery.com>
21193
21194 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
21195
21196 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21197
21198 Fix testcase compilation.
21199 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
21200
21201 2015-01-06 Joel Brobecker <brobecker@adacore.com>
21202
21203 * gdb.python/py-type.exp: Add a couple test about empty
21204 array creation, and negative-length array creation.
21205
21206 2015-01-02 Doug Evans <xdje42@gmail.com>
21207
21208 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
21209
21210 2015-01-02 Doug Evans <dje@google.com>
21211
21212 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
21213
21214 2014-12-29 Yao Qi <yao@codesourcery.com>
21215
21216 * gdb.trace/entry-values.exp: Update comments. Rename variable
21217 bar_call_foo to returned_from_foo.
21218
21219 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
21220
21221 PR gdb/17394
21222 * gdb.linespec/break-asm-file.c: New file.
21223 * gdb.linespec/break-asm-file.exp: New file.
21224 * gdb.linespec/break-asm-file0.s: New file.
21225 * gdb.linespec/break-asm-file1.s: New file.
21226
21227 2014-12-18 Nigel Stephens <nigel@mips.com>
21228 Maciej W. Rozycki <macro@codesourcery.com>
21229
21230 * gdb.base/float.exp: Handle the new output from "info float" on
21231 MIPS targets.
21232
21233 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21234
21235 Fix MinGW compilation.
21236 * gdb.compile/compile-ops.exp: Update untested message if
21237 !skip_compile_feature_tests.
21238 * gdb.compile/compile-setjmp.exp: Likewise.
21239 * gdb.compile/compile-tls.exp: Likewise.
21240 * gdb.compile/compile.exp: Likewise.
21241 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
21242 supported on this host".
21243
21244 2014-12-16 Doug Evans <xdje42@gmail.com>
21245
21246 * boards/stabs.exp: New file.
21247
21248 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
21249
21250 * gdb.base/completion.exp: Adjust to format changes of "maint
21251 print user-registers".
21252
21253 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
21254
21255 PR server/17457
21256 * gdb.arch/aarch64-fp.c: New file.
21257 * gdb.arch/aarch64-fp.exp: New file.
21258
21259 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
21260
21261 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
21262 r210637, r210913, r211666, r215400, r215817).
21263
21264 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
21265 * dg-extract-results.py: New file.
21266 * dg-extract-results.sh: Use it if the environment seems
21267 suitable.
21268
21269 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
21270
21271 * dg-extract-results.py (parse_run): Handle warnings that
21272 are printed before a test harness is run.
21273
21274 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
21275
21276 * dg-extract-results.py (Named): Remove __cmp__ method.
21277 (output_variation): Use a key to sort variation.harnesses.
21278
21279 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
21280
21281 * dg-extract-results.py: For Python 3, force sys.stdout to
21282 handle surrogate escape sequences.
21283 (safe_open): New function.
21284 (output_segment, main): Use it.
21285
21286 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
21287
21288 * dg-extract-results.py (Prog.result_re): Include options
21289 in test name.
21290
21291 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
21292
21293 * dg-extract-results.py (output_variation): Always sort if
21294 do_sum.
21295
21296 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
21297
21298 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
21299 as long as we get pagination notifications.
21300
21301 2014-12-15 Jason Merrill <jason@redhat.com>
21302
21303 * Makefile.in (check-gdb.%): Restore.
21304 * README: Mention it.
21305
21306 2014-12-13 Joel Brobecker <brobecker@adacore.com>
21307
21308 * gdb.ada/str_uninit: New testcase.
21309
21310 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21311
21312 PR symtab/17642
21313 * gdb.base/vla-stub-define.c: New file.
21314 * gdb.base/vla-stub.c: New file.
21315 * gdb.base/vla-stub.exp: New file.
21316
21317 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
21318 Jan Kratochvil <jan.kratochvil@redhat.com>
21319 Tom Tromey <tromey@redhat.com>
21320
21321 * configure.ac: Add gdb.compile/.
21322 * configure: Regenerate.
21323 * gdb.compile/Makefile.in: New file.
21324 * gdb.compile/compile-ops.exp: New file.
21325 * gdb.compile/compile-ops.c: New file.
21326 * gdb.compile/compile-tls.c: New file.
21327 * gdb.compile/compile-tls.exp: New file.
21328 * gdb.compile/compile-constvar.S: New file.
21329 * gdb.compile/compile-constvar.c: New file.
21330 * gdb.compile/compile-mod.c: New file.
21331 * gdb.compile/compile-nodebug.c: New file.
21332 * gdb.compile/compile-setjmp-mod.c: New file.
21333 * gdb.compile/compile-setjmp.c: New file.
21334 * gdb.compile/compile-setjmp.exp: New file.
21335 * gdb.compile/compile-shlib.c: New file.
21336 * gdb.compile/compile.c: New file.
21337 * gdb.compile/compile.exp: New file.
21338 * lib/gdb.exp (skip_compile_feature_tests): New proc.
21339
21340 2014-12-12 Tom Tromey <tromey@redhat.com>
21341
21342 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
21343 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
21344
21345 2014-12-12 Doug Evans <dje@google.com>
21346
21347 * lib/gdb-python.exp (get_python_valueof): New function.
21348 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
21349
21350 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21351
21352 * gdb.base/completion.exp: Add test for completion of "info
21353 registers ".
21354
21355 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21356
21357 * gdb.base/func-ptrs.c: New file.
21358 * gdb.base/func-ptrs.exp: New file.
21359
21360 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21361
21362 PR breakpoints/17012
21363 * gdb.base/dprintf-detach.c: New file.
21364 * gdb.base/dprintf-detach.exp: New file.
21365
21366 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21367
21368 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21369 * lib/gdb.exp (target_is_gdbserver): New procedure.
21370
21371 2014-12-08 Doug Evans <dje@google.com>
21372
21373 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21374
21375 2014-12-05 Yao Qi <yao@codesourcery.com>
21376
21377 * gdb.guile/scm-error.exp: Remove the third argument to
21378 gdb_remote_download.
21379 * gdb.guile/scm-frame-args.exp: Likewise.
21380 * gdb.guile/scm-section-script.exp: Likewise.
21381
21382 2014-12-05 Yao Qi <yao@codesourcery.com>
21383
21384 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21385
21386 2014-12-04 Doug Evans <dje@google.com>
21387
21388 * gdb.python/py-objfile.exp: Add tests for
21389 objfile.add_separate_debug_file.
21390
21391 2014-12-04 Doug Evans <dje@google.com>
21392
21393 * lib/gdb.exp (get_build_id): New function.
21394 (build_id_debug_filename_get): Rewrite to use it.
21395 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21396
21397 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21398
21399 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21400 `method(long)', not just 0x0.
21401 * gdb.cp/nsalias.exp: Align code labels to 4.
21402 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21403 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21404 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21405 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21406 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21407 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21408
21409 2014-12-02 Doug Evans <dje@google.com>
21410
21411 PR symtab/17602
21412 * gdb.cp/anon-ns.cc: Move guts of this file to ...
21413 * gdb.cp/anon-ns2.cc: ... here. New file.
21414 * gdb.cp/anon-ns.exp: Update.
21415
21416 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
21417
21418 * gdb.python/py-events.py (inferior_call_handler): New.
21419 (register_changed_handler, memory_changed_handler): New.
21420 (test_events.invoke): Register new handlers.
21421 * gdb.python/py-events.exp: Add tests for inferior call,
21422 memory_changed and register_changed events.
21423
21424 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21425
21426 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21427 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21428 if the linker doesn't understand this.
21429
21430 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21431
21432 * gdb.python/python.exp: Change expected reply to help().
21433
21434 2014-12-01 Yao Qi <yao@codesourcery.com>
21435
21436 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21437 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21438 * configure: Re-generated.
21439
21440 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21441
21442 * gdb.cp/chained-calls.cc: New file.
21443 * gdb.cp/chained-calls.exp: New file.
21444 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21445
21446 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21447
21448 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21449 * gdb.dwarf2/symtab-producer.exp: Same.
21450 * gdb.gdb/python-interrupts.exp: Same.
21451 * gdb.gdb/python-selftest.exp: Same.
21452 * gdb.python/py-linetable.exp: Same.
21453 * gdb.python/py-type.exp: Same.
21454 * gdb.python/py-value-cc.exp: Same.
21455 * gdb.python/py-value.exp: Same.
21456
21457 2014-11-28 Yao Qi <yao@codesourcery.com>
21458
21459 * gdb.base/break-probes.exp: Match library name prefixed with
21460 sysroot.
21461
21462 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21463
21464 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21465 test expected output. Add parentheses for the call to print.
21466 Remove L suffix from integers.
21467
21468 2014-11-26 Doug Evans <dje@google.com>
21469
21470 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21471
21472 2014-11-22 Yao Qi <yao@codesourcery.com>
21473
21474 * gdb.trace/entry-values.c: Remove asms.
21475 (foo): Add foo_label.
21476 (bar): Add bar_label.
21477 * gdb.trace/entry-values.exp: Remove code computing foo's
21478 length and bar's length.
21479 (Dwarf::assemble): Invoke function_range for bar and use
21480 MACRO_AT_func for foo.
21481
21482 2014-11-22 Yao Qi <yao@codesourcery.com>
21483
21484 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21485 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21486 Use .Lgcc43_procstart instead of gcc43.
21487
21488 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21489
21490 * gdb.ada/n_arr_bound: New testcase.
21491
21492 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21493
21494 PR breakpoints/10737
21495 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21496 test_catch_syscall_multi_arch.
21497 (test_catch_syscall_multi_arch): New function.
21498
21499 2014-11-20 Doug Evans <xdje42@gmail.com>
21500
21501 * gdb.base/maint.exp: Update expected output.
21502
21503 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21504
21505 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21506 4-byte instruction on S390.
21507
21508 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21509
21510 * gdb.ada/arr_arr: New testcase.
21511
21512 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21513
21514 * gdb.ada/pkd_arr_elem: New Testcase.
21515
21516 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
21517
21518 * gdb.reverse/break-precsave: Expect completion message for
21519 core file reads.
21520 * gdb.reverse/consecutive-precsave.exp: Likewise.
21521 * gdb.reverse/finish-precsave.exp: Likewise.
21522 * gdb.reverse/i386-precsave.exp: Likewise.
21523 * gdb.reverse/machinestate-precsave.exp: Likewise.
21524 * gdb.reverse/sigall-precsave.exp: Likewise.
21525 * gdb.reverse/solib-precsave.exp: Likewise.
21526 * gdb.reverse/step-precsave.exp: Likewise.
21527 * gdb.reverse/until-precsave.exp: Likewise.
21528 * gdb.reverse/watch-precsave.exp: Likewise.
21529
21530 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21531
21532 * gdb.base/bp-permanent.c: Include unistd.h.
21533 * gdb.python/py-framefilter-mi.c (main): Add return type.
21534 * gdb.python/py-framefilter.c (main): Likewise.
21535 * gdb.trace/actions-changed.c (main): Likewise.
21536
21537 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21538
21539 * gdb.mi/until.c: Add eye-catchers.
21540 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21541 line numbers.
21542
21543 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21544
21545 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21546 function header variants in break1.c.
21547 * gdb.base/ena-dis-br.exp: Likewise.
21548 * gdb.base/hbreak2.exp: Likewise.
21549 * gdb.reverse/until-precsave.exp: Drop references to removed
21550 non-prototype function header variants in ur1.c.
21551 * gdb.reverse/until-reverse.exp: Likewise.
21552
21553 2014-11-17 Petr Machata <pmachata@redhat.com>
21554
21555 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21556 ${_cu_offset_size} bytes abbrev offset.
21557
21558 2014-11-15 Doug Evans <xdje42@gmail.com>
21559
21560 PR symtab/17559
21561 * gdb.base/line-symtabs.exp: New file.
21562 * gdb.base/line-symtabs.c: New file.
21563 * gdb.base/line-symtabs.h: New file.
21564
21565 2014-11-14 Yao Qi <yao@codesourcery.com>
21566
21567 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21568 (func): Add label func_label.
21569 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21570 Replace low_pc and high_pc with MACRO_AT_range.
21571 Replace name, low_pc and high_pc with MACRO_AT_func.
21572
21573 2014-11-14 Yao Qi <yao@codesourcery.com>
21574
21575 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21576 Replace name, low_pc and high_pc with MACRO_AT_func.
21577
21578 2014-11-14 Yao Qi <yao@codesourcery.com>
21579
21580 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21581 produce debug information.
21582 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21583
21584 2014-11-14 Yao Qi <yao@codesourcery.com>
21585
21586 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21587 object and get function length.
21588 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21589 with MACRO_AT_func.
21590 (top-level): Replace gdb_compile and clean_restart with
21591 prepare_for_testing.
21592 * gdb.dwarf2/main.c (main): Add label main_label.
21593
21594 2014-11-14 Yao Qi <yao@codesourcery.com>
21595
21596 * lib/dwarf.exp (function_range): New procedure.
21597 (Dwarf::_handle_macro_at_func): New procedure.
21598 (Dwarf::_handle_macro_at_range): New procedure.
21599 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21600
21601 2014-11-14 Yao Qi <yao@codesourcery.com>
21602
21603 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21604 (_handle_attribute): New procedure.
21605
21606 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21607
21608 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21609 * gdb.base/call-sc.c (zed): Likewise.
21610 * gdb.base/checkpoint.c (main): Likewise.
21611 * gdb.base/dump.c (main): Likewise.
21612 * gdb.base/gcore.c (main): Likewise.
21613 * gdb.base/huge.c (main): Likewise.
21614 * gdb.base/multi-forks.c (main): Likewise.
21615 * gdb.base/pr10179-a.c (main): Likewise.
21616 * gdb.base/savedregs.c (main): Likewise.
21617 * gdb.base/sigaltstack.c (main): Likewise.
21618 * gdb.base/siginfo.c (main): Likewise.
21619 * gdb.base/structs.c (zed): Likewise.
21620 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21621 * gdb.mi/mi-syn-frame.c (main): Likewise.
21622 * gdb.mi/until.c (foo, main): Likewise.
21623 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21624 * gdb.base/solib-weak.c (foo): Declare.
21625 * gdb.base/attach-twice.c: Include stdio.h.
21626 * gdb.base/weaklib1.c: Likewise.
21627 * gdb.base/weaklib2.c: Likewise.
21628 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21629 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21630 unistd.h.
21631 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21632 * gdb.mi/mi-exit-code.c: Likewise.
21633 * gdb.base/break-interp-lib.c: Include string.h.
21634 * gdb.base/coremaker.c: Likewise.
21635 * gdb.base/testenv.c: Likewise.
21636 * gdb.python/py-finish-breakpoint.c: Likewise.
21637 * gdb.base/inferior-died.c: Include sys/wait.h.
21638 * gdb.base/fileio.c: Include time.h.
21639 * gdb.base/async-shell.c: Include unistd.h.
21640 * gdb.base/dprintf-non-stop.c: Likewise.
21641 * gdb.base/info-os.c: Likewise.
21642 * gdb.mi/mi-console.c: Likewise.
21643 * gdb.mi/watch-nonstop.c: Likewise.
21644 * gdb.python/py-events.c: Likewise.
21645 * gdb.base/async.c (baz): Move up before its invocation.
21646 * gdb.base/code_elim2.c (my_global_func): Likewise.
21647 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21648 * gdb.base/advance.c (func2): Likewise.
21649
21650 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21651
21652 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21653 variant.
21654 * gdb.base/annota3.c: Likewise.
21655 * gdb.base/async.c: Likewise.
21656 * gdb.base/average.c: Likewise.
21657 * gdb.base/call-ar-st.c: Likewise.
21658 * gdb.base/call-rt-st.c: Likewise.
21659 * gdb.base/call-sc.c: Likewise.
21660 * gdb.base/call-strs.c: Likewise.
21661 * gdb.base/ending-run.c: Likewise.
21662 * gdb.base/execd-prog.c: Likewise.
21663 * gdb.base/exprs.c: Likewise.
21664 * gdb.base/foll-exec.c: Likewise.
21665 * gdb.base/foll-fork.c: Likewise.
21666 * gdb.base/foll-vfork.c: Likewise.
21667 * gdb.base/funcargs.c: Likewise.
21668 * gdb.base/gcore.c: Likewise.
21669 * gdb.base/jump.c: Likewise.
21670 * gdb.base/langs0.c: Likewise.
21671 * gdb.base/langs1.c: Likewise.
21672 * gdb.base/langs2.c: Likewise.
21673 * gdb.base/mips_pro.c: Likewise.
21674 * gdb.base/nodebug.c: Likewise.
21675 * gdb.base/opaque0.c: Likewise.
21676 * gdb.base/opaque1.c: Likewise.
21677 * gdb.base/recurse.c: Likewise.
21678 * gdb.base/run.c: Likewise.
21679 * gdb.base/scope0.c: Likewise.
21680 * gdb.base/scope1.c: Likewise.
21681 * gdb.base/setshow.c: Likewise.
21682 * gdb.base/setvar.c: Likewise.
21683 * gdb.base/shmain.c: Likewise.
21684 * gdb.base/shr1.c: Likewise.
21685 * gdb.base/shr2.c: Likewise.
21686 * gdb.base/sigall.c: Likewise.
21687 * gdb.base/signals.c: Likewise.
21688 * gdb.base/so-indr-cl.c: Likewise.
21689 * gdb.base/solib2.c: Likewise.
21690 * gdb.base/structs.c: Likewise.
21691 * gdb.base/sum.c: Likewise.
21692 * gdb.base/vforked-prog.c: Likewise.
21693 * gdb.base/watchpoint.c: Likewise.
21694 * gdb.reverse/shr2.c: Likewise.
21695 * gdb.reverse/until-reverse.c: Likewise.
21696 * gdb.reverse/ur1.c: Likewise.
21697 * gdb.reverse/watch-reverse.c: Likewise.
21698
21699 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21700
21701 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21702 variant.
21703 * gdb.base/sepdebug.exp: Drop references to removed code.
21704
21705 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21706
21707 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21708 variant. Preserve original line numbering.
21709 * gdb.base/list1.c: Likewise.
21710
21711 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21712
21713 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21714 variant.
21715 * gdb.base/break1.c: Likewise.
21716 * gdb.base/break.exp: Drop references to removed code.
21717
21718 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21719
21720 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21721 variant.
21722
21723 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21724
21725 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21726
21727 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21728
21729 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21730 logic into perform_all_tests() and invoke it with and without
21731 function header prototypes.
21732 (do_function_calls): Remove conditional XFAIL for PR 5318.
21733 (rerun_and_prepare): Remove duplicate code.
21734 (perform_all_tests): New. Main logic moved here.
21735
21736 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21737
21738 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21739 code guarded by #ifdef NO_PROTOTYPES.
21740 (t_double_many_args): Likewise.
21741 (DEF_FUNC_MANY_ARGS_1): Likewise.
21742 (DEF_FUNC_VALUES_1): Likewise.
21743 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21744 guarded by #ifdef PROTOTYPES.
21745
21746 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21747
21748 * gdb.mi/mi-console.c: Add eye-catcher.
21749 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21750 instead of literal line number.
21751
21752 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21753
21754 * gdb.base/shr2.c: Add eye-catcher.
21755 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21756 line number.
21757
21758 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21759
21760 * gdb.base/jump.c: Add eye-catchers.
21761 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21762 numbers.
21763
21764 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21765
21766 * gdb.base/execd-prog.c: Add eye-catchers.
21767 * gdb.base/foll-exec.c: Likewise.
21768 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21769 line numbers.
21770
21771 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21772
21773 * gdb.base/ending-run.c: Add eye-catchers.
21774 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21775 literal line numbers.
21776
21777 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21778
21779 * gdb.base/call-rt-st.c: Add eye-catchers.
21780 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21781 literal line numbers.
21782
21783 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21784
21785 * gdb.base/call-ar-st.c: Add eye-catchers.
21786 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21787 literal line numbers.
21788
21789 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21790
21791 * gdb.base/average.c: Add eye-catchers.
21792 * gdb.base/sum.c: Likewise.
21793 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21794 regexps dynamically.
21795
21796 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21797
21798 * gdb.base/solib1.c: Add eye-catchers.
21799 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21800 literal line numbers.
21801
21802 2014-11-12 Pedro Alves <palves@redhat.com>
21803
21804 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21805 leader has exited.
21806
21807 2014-11-12 Pedro Alves <palves@redhat.com>
21808
21809 * gdb.arch/i386-bp_permanent.c: New file.
21810 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21811 (srcfile): Set to i386-bp_permanent.c.
21812 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21813 that stepi does not execute the 'leave' instruction, instead of
21814 testing it does execute.
21815 * gdb.base/bp-permanent.c: New file.
21816 * gdb.base/bp-permanent.exp: New file.
21817
21818 2014-11-10 Doug Evans <xdje42@gmail.com>
21819
21820 PR symtab/17564
21821 * gdb.base/symtab-search-order.exp: New file.
21822 * gdb.base/symtab-search-order.c: New file.
21823 * gdb.base/symtab-search-order-1.c: New file.
21824 * gdb.base/symtab-search-order-shlib-1.c: New file.
21825
21826 2014-11-07 Pedro Alves <palves@redhat.com>
21827
21828 PR gdb/17511
21829 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21830 i?86-*-linux*.
21831
21832 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21833
21834 PR c++/17494
21835 * gdb.cp/pr17494.cc: New file.
21836 * gdb.cp/pr17494.exp: New file.
21837
21838 2014-11-02 Yao Qi <yao@codesourcery.com>
21839
21840 * gdb.python/python.exp: Get working directory and match the
21841 output of "set extended-prompt \\w " with it.
21842
21843 2014-10-30 Doug Evans <dje@google.com>
21844
21845 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21846 in objfiles.
21847 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21848 in progspaces.
21849
21850 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21851
21852 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21853 * gdb.base/realname-expand.exp: Likewise.
21854 * gdb.linespec/macro-relative.exp: Likewise.
21855
21856 2014-10-29 Pedro Alves <palves@redhat.com>
21857
21858 PR gdb/17408
21859 * gdb.threads/schedlock.c (some_function): New function.
21860 (call_function): New global.
21861 (MAYBE_CALL_SOME_FUNCTION): New macro.
21862 (thread_function): Call it.
21863 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21864 and use it instead of a global counter. Adjust all callers.
21865 (get_current_thread): Use "find current thread" for test message
21866 here rather than having all callers pass down the same string.
21867 (goto_loop): New procedure, factored out from ...
21868 (my_continue): ... this.
21869 (step_ten_loops): Change parameter from test message to command to
21870 use. Adjust.
21871 (list_count): Delete global.
21872 (check_result): New procedure, factored out from duplicate top
21873 level code.
21874 (continue tests): Wrap in with_test_prefix.
21875 (test_step): New procedure, factored out from duplicate top level
21876 code.
21877 (top level): Test "step" in combination with all scheduler-locking
21878 modes. Test "next" in combination with all scheduler-locking
21879 modes, and in combination with stepping over a function call or
21880 not.
21881 * gdb.threads/next-bp-other-thread.c: New file.
21882 * gdb.threads/next-bp-other-thread.exp: New file.
21883
21884 2014-10-29 Pedro Alves <palves@redhat.com>
21885
21886 PR python/17372
21887 * gdb.python/python.exp: Test a multi-line command that spawns
21888 interactive Python.
21889 * gdb.base/multi-line-starts-subshell.exp: New file.
21890
21891 2014-10-29 Yao Qi <yao@codesourcery.com>
21892
21893 * gdb.base/fileio.exp: Make directories on host.
21894
21895 2014-10-29 Yao Qi <yao@codesourcery.com>
21896
21897 * gdb.base/fileio.c (test_write): Close the file.
21898
21899 2014-10-28 Pedro Alves <palves@redhat.com>
21900
21901 PR gdb/12623
21902 * gdb.base/sigstep.c (no_handler): New global.
21903 (main): If 'no_handler is true, set the signal handlers to
21904 SIG_IGN.
21905 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21906 with_sw_watch and no_handler parameters. Handle them.
21907 (top level) <stepping over handler when stopped at a breakpoint
21908 test>: Add a test axis for testing with a software watchpoint, and
21909 another for testing with the signal handler set to SIG_IGN.
21910 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21911 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21912
21913 2014-10-28 Pedro Alves <palves@redhat.com>
21914
21915 PR gdb/17511
21916 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21917 * gdb.base/sigstep.exp (other_handler_location): New global.
21918 (advance): Support stepping into the signal handler, and running
21919 commands while in the handler.
21920 (in_handler_map): New global.
21921 (top level): In the advance test, add combinations for getting
21922 into the handler with stepping commands, and for running commands
21923 in the handler. Add comment descripting the advancei tests.
21924
21925 2014-10-28 Pedro Alves <palves@redhat.com>
21926
21927 * gdb.base/sigstep.exp: Use build_executable instead of
21928 prepare_for_testing.
21929 (top level): Move code that starts GDB, runs to main and creates a
21930 display to ...
21931 (restart): ... this new procedure.
21932 (top level): Move backtrace from signal handler test to ...
21933 (validate_backtrace): ... this new procedure.
21934 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21935 with_test_prefix. Always restart GDB.
21936 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21937 with_test_prefix. Always restart GDB. No need to delete
21938 breakpoints after the test.
21939 (test_skip_handler): Remove prefix parameter.
21940 (skip_over_handler, breakpoint_to_handler)
21941 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21942 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21943 restart GDB. No need to delete breakpoints after the test.
21944 (top level): Use foreach to call the test procedures with
21945 different commands.
21946
21947 2014-10-28 Pedro Alves <palves@redhat.com>
21948
21949 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21950 instead of GNATS numbers.
21951 * gdb.base/sigbpt.exp: Likewise.
21952 * gdb.base/siginfo.exp: Likewise.
21953 * gdb.base/sigstep.exp: Likewise.
21954
21955 2014-10-27 Pedro Alves <palves@redhat.com>
21956
21957 * gdb.base/sigstep.c (dummy): New global.
21958 (main): Issue a couple writes to the new global.
21959 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21960 procedures.
21961 (skip_over_handler): Use test_skip_handler.
21962 (top level): Call skip_over_handler for stepi and nexti too.
21963 (breakpoint_over_handler): Use test_skip_handler.
21964 (top level): Call breakpoint_over_handler for stepi and nexti too.
21965
21966 2014-10-27 Yao Qi <yao@codesourcery.com>
21967
21968 * gdb.trace/tfile.c (adjust_function_address)
21969 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21970 function descriptor.
21971
21972 2014-10-24 Don Breazeal <donb@codesourcery.com>
21973
21974 * gdb.base/foll-fork.exp (test_follow_fork,
21975 catch_fork_child_follow): Check for updated fork messages emitted
21976 from infrun.c.
21977 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21978 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21979 vfork_and_exec_child_follow_through_step): Check for updated vfork
21980 messages emitted from infrun.c.
21981
21982 2014-10-24 Pedro Alves <palves@redhat.com>
21983
21984 * gdb.base/corefile.exp: Remove references to ultrix.
21985 * gdb.base/interrupt.exp: Likewise.
21986 * gdb.base/whatis.exp: Likewise.
21987 * gdb.gdb/selftest.exp: Likewise.
21988 * gdb.threads/manythreads.exp: Likewise.
21989 * gdb.threads/print-threads.exp: Likewise.
21990 * gdb.threads/pthreads.exp:: Likewise.
21991 * gdb.threads/schedlock.exp: Likewise.
21992
21993 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21994
21995 * gdb.cp/non-trivial-retval.cc: Add a test case.
21996 * gdb.cp/non-trivial-retval.exp: Add a test.
21997
21998 2014-10-20 Yao Qi <yao@codesourcery.com>
21999
22000 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
22001 * gdb.python/py-objfile-script-gdb.py: New file.
22002 * gdb.python/py-objfile-script.exp: Update reference to
22003 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
22004 of remote_download. Remove the dest file.
22005
22006 2014-10-20 Yao Qi <yao@codesourcery.com>
22007
22008 * gdb.base/checkpoint.exp: Don't remove file copied on host.
22009 * gdb.base/step-line.exp: Likewise.
22010 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22011 * gdb.dwarf2/dw2-basic.exp: Likewise.
22012 * gdb.dwarf2/dw2-compressed.exp: Likewise.
22013 * gdb.dwarf2/dw2-filename.exp: Likewise.
22014 * gdb.dwarf2/dw2-intercu.exp: Likewise.
22015 * gdb.dwarf2/dw2-intermix.exp: Likewise.
22016 * gdb.dwarf2/dw2-producer.exp: Likewise.
22017 * gdb.dwarf2/mac-fileno.exp: Likewise.
22018 * gdb.python/py-frame-args.exp: Likewise.
22019 * gdb.python/py-framefilter.exp: Likewise.
22020 * gdb.python/py-mi.exp: Likewise.
22021 * gdb.python/py-objfile-script.exp: Likewise
22022 * gdb.python/py-pp-integral.exp: Likewise.
22023 * gdb.python/py-pp-re-notag.exp: Likewise.
22024 * gdb.python/py-prettyprint.exp: Likewise.
22025 * gdb.python/py-section-script.exp: Likewise.
22026 * gdb.python/py-typeprint.exp: Likewise.
22027 * gdb.python/py-xmethods.exp: Likewise.
22028 * gdb.stabs/weird.exp: Likewise.
22029 * gdb.xml/tdesc-regs.exp: Likewise.
22030
22031 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
22032
22033 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
22034 (out_cu): Use addr_len for the size of addresses.
22035 (out_line): Likewise. Size DW_LNE_set_address instruction
22036 according to addr_len.
22037 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
22038 (FUNC): Add START_INSNS to definition.
22039
22040 2014-10-18 Yao Qi <yao@codesourcery.com>
22041
22042 * gdb.base/argv0-symlink.exp: Check argv[0] value if
22043 gdb_has_argv0 return true.
22044 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
22045 check [target_info exists noargs], check [gdb_has_argv0]
22046 instead.
22047 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22048 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
22049 procedures.
22050
22051 2014-10-17 Doug Evans <dje@google.com>
22052
22053 * gdb.python/py-events.exp: Update expected output for clear_objfiles
22054 event.
22055 * gdb.python/py-events.py: Add clear_objfiles event.
22056
22057 2014-10-17 Doug Evans <dje@google.com>
22058
22059 * gdb.python/py-objfile.exp: Test progspace attribute.
22060
22061 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
22062
22063 * gdb.guile/scm-breakpoint.exp: Do not assume any
22064 directory separators when matching source file paths.
22065 * gdb.python/py-breakpoint.exp: Likewise.
22066 * gdb.reverse/break-precsave.exp: Likewise.
22067 * gdb.reverse/break-reverse.exp: Likewise.
22068 * gdb.reverse/consecutive-precsave.exp: Likewise.
22069 * gdb.reverse/finish-precsave.exp: Likewise.
22070 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
22071 * gdb.reverse/finish-reverse.exp: Likewise.
22072 * gdb.reverse/i386-precsave.exp: Likewise.
22073 * gdb.reverse/i387-env-reverse.exp: Likewise.
22074 * gdb.reverse/i387-stack-reverse.exp: Likewise.
22075 * gdb.reverse/machinestate-precsave.exp: Likewise.
22076 * gdb.reverse/machinestate.exp: Likewise.
22077 * gdb.reverse/sigall-precsave.exp: Likewise.
22078 * gdb.reverse/solib-precsave.exp: Likewise.
22079 * gdb.reverse/step-precsave.exp: Likewise.
22080 * gdb.reverse/until-precsave.exp: Likewise.
22081 * gdb.reverse/watch-precsave.exp: Likewise.
22082 * gdb.reverse/watch-reverse.exp: Likewise.
22083
22084 2014-10-17 Yao Qi <yao@codesourcery.com>
22085
22086 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
22087 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
22088
22089 2014-10-17 Pedro Alves <palves@redhat.com>
22090
22091 PR gdb/17471
22092 * gdb.base/bg-execution-repeat.c: New file.
22093 * gdb.base/bg-execution-repeat.exp: New file.
22094
22095 2014-10-17 Pedro Alves <palves@redhat.com>
22096
22097 PR gdb/17300
22098 * gdb.base/continue-all-already-running.c: New file.
22099 * gdb.base/continue-all-already-running.exp: New file.
22100
22101 2014-10-17 Pedro Alves <palves@redhat.com>
22102
22103 PR gdb/17472
22104 * gdb.base/annota-input-while-running.c: New file.
22105 * gdb.base/annota-input-while-running.exp: New file.
22106
22107 2014-10-17 Pedro Alves <palves@redhat.com>
22108
22109 * gdb.base/callfuncs.exp: emove references to osf.
22110 * gdb.base/sigall.exp: Likewise.
22111 * gdb.gdb/selftest.exp: Likewise.
22112 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
22113 * gdb.mi/non-stop.c: Likewise.
22114 * gdb.mi/pthreads.c: Likewise.
22115 * gdb.reverse/sigall-precsave.exp: Likewise.
22116 * gdb.reverse/sigall-reverse.exp: Likewise.
22117 * gdb.threads/pthreads.c: Likewise.
22118 * gdb.threads/pthreads.exp: Likewise.
22119
22120 2014-10-17 Yao Qi <yao@codesourcery.com>
22121
22122 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
22123 check 'target_info exists noargs'.
22124 (test_command_prompt_position): Likewise.
22125 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
22126 Remove "set args".
22127 (progvar_simple_while_test): Likewise.
22128 (progvar_complex_if_while_test): Likewise.
22129 (if_while_breakpoint_command_test): Likewise.
22130 (infrun_breakpoint_command_test): Likewise.
22131 (breakpoint_command_test): Likewise.
22132 (watchpoint_command_test): Likewise.
22133 (bp_deleted_in_command_test): Likewise.
22134 (temporary_breakpoint_commands): Likewise.
22135
22136 2014-10-16 Yao Qi <yao@codesourcery.com>
22137
22138 * gdb.base/remotetimeout.exp: Remove noargs checking.
22139
22140 2014-10-15 Pedro Alves <palves@redhat.com>
22141
22142 PR breakpoints/9649
22143 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
22144 * gdb.base/breakpoint-in-ro-region.exp
22145 (probe_target_hardware_step): New procedure.
22146 (top level): Probe hardware stepping and hardware breakpoint
22147 support. Test stepping through a read-only region, with both
22148 "breakpoint auto-hw" on and off and both "always-inserted" on and
22149 off.
22150
22151 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
22152
22153 * gdb.dlang/demangle.exp: Update for demangling changes.
22154
22155 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22156
22157 * gdb.cp/non-trivial-retval.cc: Add new test cases.
22158 * gdb.cp/non-trivial-retval.exp: Add new tests.
22159
22160 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22161
22162 PR c++/13403
22163 PR c++/15154
22164 * gdb.cp/non-trivial-retval.cc: New file.
22165 * gdb.cp/non-trivial-retval.exp: New file.
22166
22167 2014-10-15 Yao Qi <yao@codesourcery.com>
22168
22169 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
22170 remote host.
22171
22172 2014-10-15 Yao Qi <yao@codesourcery.com>
22173
22174 * gdb.python/py-symbol.exp: Match file base name if host is
22175 remote, otherwise match file name with dir name.
22176 * gdb.python/py-symtab.exp: Likewise.
22177 * gdb.python/python.exp: Likewise.
22178
22179 2014-10-15 Yao Qi <yao@codesourcery.com>
22180
22181 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
22182 pattern.
22183 * gdb.python/py-symtab.exp: Likewise.
22184 * gdb.python/python.exp: Remove trailing ".*". Fix typo
22185 locationn.
22186
22187 2014-10-14 Joel Brobecker <brobecker@adacore.com>
22188
22189 * gdb.ada/addr_arith: New testcase.
22190
22191 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
22192
22193 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
22194 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
22195 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
22196 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
22197
22198 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
22199
22200 * gdb.arch/stap-eval-lang-ada.S: Likewise.
22201 * gdb.arch/stap-eval-lang-ada.c: Likewise.
22202 * gdb.arch/stap-eval-lang-ada.exp: New file.
22203
22204 2014-10-14 Yao Qi <yao@codesourcery.com>
22205
22206 * gdb.mi/mi-var-child.c (nothing1): New function.
22207 (nothing2): New function.
22208 (do_children_tests): Set function pointers by nothing1 and
22209 nothing2.
22210 * gdb.mi/mi-var-child.exp: Step over new added statements.
22211 Update test to match the new output.
22212 * gdb.mi/var-cmd.c (nothing1): New function.
22213 (nothing2): New function.
22214 (do_children_tests): Set function pointers by nothing1 and
22215 nothing2.
22216 * gdb.mi/mi-var-display.exp: Update test to match output.
22217 Step to the line specified by $line_dct_nothing.
22218 Increase the number of lines to step.
22219
22220 2014-10-14 Yao Qi <yao@codesourcery.com>
22221
22222 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
22223 tests.
22224 * gdb.mi/mi2-var-child.exp: Likewise.
22225
22226 2014-10-13 Doug Evans <dje@google.com>
22227
22228 * gdb.python/py-objfile.exp: Change name of file name test.
22229
22230 2014-10-13 Doug Evans <dje@google.com>
22231
22232 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
22233 from the start of the CU.
22234
22235 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
22236 Yao Qi <yao@codesourcery.com>
22237
22238 Fix "save breakpoints" for "catch" command.
22239 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
22240 Remove -nonewline. Match also the added "main" line.
22241
22242 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22243
22244 Fix "save breakpoints" for "disable $bpnum" command.
22245 * gdb.base/save-bp.c (main): Add label.
22246 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
22247
22248 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22249
22250 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
22251
22252 2014-10-11 Yao Qi <yao@codesourcery.com>
22253
22254 * gdb.server/server-kill.exp: Execute command
22255 "set remote trace-status-packet on" before "tstatus".
22256
22257 2014-10-11 Yao Qi <yao@codesourcery.com>
22258
22259 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
22260 (main): Call getppid.
22261 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
22262 and continue to it. Read variable "server_pid".
22263
22264 2014-10-11 Yao Qi <yao@codesourcery.com>
22265
22266 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
22267
22268 2014-10-11 Yao Qi <yao@codesourcery.com>
22269
22270 * gdb.threads/thread-find.exp: Don't execute command
22271 "info threads".
22272 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
22273 * gdb.threads/linux-dp.exp: Don't check the condition
22274 $threads_created equals to zero.
22275
22276 2014-10-10 Pedro Alves <palves@redhat.com>
22277
22278 * gdb.base/bigcore.exp: Remove references to IRIX.
22279 * gdb.base/funcargs.exp: Likewise.
22280 * gdb.base/interrupt.exp: Likewise.
22281 * gdb.base/mips_pro.exp: Likewise.
22282 * gdb.base/nodebug.exp: Likewise.
22283 * gdb.base/setvar.exp: Likewise.
22284 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
22285
22286 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
22287 Pedro Alves <palves@redhat.com>
22288
22289 PR symtab/14466
22290 * gdb.base/vdso-warning.c: New file.
22291 * gdb.base/vdso-warning.exp: New file.
22292
22293 2014-10-02 Doug Evans <dje@google.com>
22294
22295 * gdb.base/structs.c (main): Don't run forever.
22296
22297 2014-10-02 Pedro Alves <palves@redhat.com>
22298
22299 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
22300 (top level) <stop threads 1, stop threads 2>: Use it.
22301
22302 2014-10-02 Pedro Alves <palves@redhat.com>
22303
22304 * gdb.threads/break-while-running.exp (test): Add new
22305 'update_thread_list' argument. Skip "info threads" if false.
22306 (top level): Add new 'update_thread_list' axis.
22307
22308 2014-10-02 Pedro Alves <palves@redhat.com>
22309
22310 PR breakpoints/17431
22311 * gdb.base/execl-update-breakpoints.c: New file.
22312 * gdb.base/execl-update-breakpoints.exp: New file.
22313
22314 2014-10-01 Pedro Alves <palves@redhat.com>
22315
22316 * gdb.base/breakpoint-in-ro-region.c: New file.
22317 * gdb.base/breakpoint-in-ro-region.exp: New file.
22318
22319 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
22320
22321 * gdb.mi/mi-exit-code.exp: New file.
22322 * gdb.mi/mi-exit-code.c: New file.
22323
22324 2014-09-30 Yao Qi <yao@codesourcery.com>
22325
22326 * lib/prelink-support.exp (build_executable_own_libs): Error if
22327 the target isn't native.
22328
22329 2014-09-30 Yao Qi <yao@codesourcery.com>
22330
22331 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22332 false.
22333
22334 2014-09-22 Pedro Alves <palves@redhat.com>
22335
22336 * gdb.threads/break-while-running.exp: New file.
22337 * gdb.threads/break-while-running.c: New file.
22338
22339 2014-09-19 Yao Qi <yao@codesourcery.com>
22340
22341 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
22342 Invoke test. Restart GDB with --readnow and invoke test again.
22343
22344 2014-09-19 Yao Qi <yao@codesourcery.com>
22345
22346 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
22347 proc set_breakpoint_on_gcd_function. Invoke
22348 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
22349 invoke set_breakpoint_on_gcd_function again.
22350
22351 2014-09-18 Doug Evans <dje@google.com>
22352
22353 * gdb.dwarf2/symtab-producer.exp: New file.
22354
22355 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22356
22357 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22358 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22359 * gdb.base/global-var-nested-by-dso.c: Likewise.
22360 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22361
22362 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22363 Pedro Alves <palves@redhat.com>
22364
22365 * gdb.base/watch-bitfields.exp: Pass string other than test file
22366 name to prepare_for_testing.
22367 (watch): New procedure.
22368 (expect_watchpoint): Use with_test_prefix.
22369 (top level): Factor out tests to ...
22370 (test_watch_location, test_regular_watch): ... these new
22371 procedures, and use with_test_prefix and gdb_continue_to_end.
22372
22373 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22374
22375 PR breakpoints/12526
22376 * gdb.base/watch-bitfields.exp: New file.
22377 * gdb.base/watch-bitfields.c: New file.
22378
22379 2014-09-16 Pedro Alves <palves@redhat.com>
22380
22381 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22382 software and hardware addresses, not software address against
22383 itself.
22384
22385 2014-09-16 Pedro Alves <palves@redhat.com>
22386
22387 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22388 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22389
22390 2014-09-16 Pedro Alves <palves@redhat.com>
22391
22392 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22393 files.
22394 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22395 "*-*-vxworks*" throughout.
22396 * gdb.base/break.exp: Likewise.
22397 * gdb.base/default.exp: Likewise.
22398 * gdb.base/scope.exp: Likewise.
22399 * gdb.base/sepdebug.exp: Likewise.
22400 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22401 throughout.
22402 * gdb.base/run.c: Likewise.
22403 * gdb.base/sepdebug.c: Likewise.
22404 * gdb.hp/gdb.aCC/run.c: Likewise.
22405 * gdb.reverse/until-reverse.c: Likewise.
22406 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22407
22408 2014-09-16 Yao Qi <yao@codesourcery.com>
22409
22410 * boards/local-remote-host-native.exp: New file.
22411
22412 2014-09-14 Doug Evans <xdje42@gmail.com>
22413
22414 * gdb.threads/queue-signal.c (thread_count): New variable.
22415 (thread_count_mutex, thread_count_condvar): New variables.
22416 (incr_thread_count, wait_all_threads_running): New functions.
22417 (main): Wait for all threads to be in their thread functions.
22418
22419 2014-09-13 Doug Evans <xdje42@gmail.com>
22420
22421 * gdb.threads/queue-signal.c: New file.
22422 * gdb.threads/queue-signal.exp: New file.
22423
22424 2014-09-13 Doug Evans <xdje42@gmail.com>
22425
22426 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22427 be consistent with what default_gdb_init uses.
22428 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22429 the plain text of the prompt. Add some logging printfs.
22430 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22431
22432 2014-09-12 Pedro Alves <palves@redhat.com>
22433
22434 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22435 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22436 * gdb.arch/i386-size-overlap.exp: Likewise.
22437 * gdb.arch/i386-size.exp: Likewise.
22438 * gdb.arch/i386-unwind.exp: Likewise.
22439 * gdb.base/a2-run.exp: Likewise.
22440 * gdb.base/break.exp: Likewise.
22441 * gdb.base/charset.exp: Likewise.
22442 * gdb.base/chng-syms.exp: Likewise.
22443 * gdb.base/commands.exp: Likewise.
22444 * gdb.base/dbx.exp: Likewise.
22445 * gdb.base/find.exp: Likewise.
22446 * gdb.base/funcargs.exp: Likewise.
22447 * gdb.base/jit-simple.exp: Likewise.
22448 * gdb.base/reread.exp: Likewise.
22449 * gdb.base/sepdebug.exp: Likewise.
22450 * gdb.base/step-bt.exp: Likewise.
22451 * gdb.cp/mb-inline.exp: Likewise.
22452 * gdb.cp/mb-templates.exp: Likewise.
22453 * gdb.objc/basicclass.exp: Likewise.
22454 * gdb.threads/killed.exp: Likewise.
22455
22456 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22457
22458 PR tdep/17379
22459 * gdb.arch/powerpc-stackless.S: New file.
22460 * gdb.arch/powerpc-stackless.exp: New file.
22461
22462 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22463
22464 * gdb.base/attach.c: Include unistd.h.
22465 (main): Call alarm. Add label postloop.
22466 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22467 gdb_breakpoint, gdb_continue_to_breakpoint.
22468 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22469
22470 2014-09-11 Pedro Alves <palves@redhat.com>
22471
22472 PR gdb/17347
22473 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22474 * gdb.base/attach.exp (test_command_line_attach_run): New
22475 procedure.
22476 (top level): Call it.
22477
22478 2014-09-11 Pedro Alves <palves@redhat.com>
22479
22480 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22481 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22482 (do_command_attach_tests): Use spawn_wait_for_attach.
22483 * gdb.base/solib-overlap.exp: Likewise.
22484 * gdb.multi/multi-attach.exp: Likewise.
22485 * gdb.python/py-prompt.exp: Likewise.
22486 * gdb.python/py-sync-interp.exp: Likewise.
22487 * gdb.server/ext-attach.exp: Likewise.
22488
22489 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22490
22491 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22492 command in testcase. Simplify testcase.
22493
22494 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22495
22496 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22497
22498 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22499
22500 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22501
22502 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22503
22504 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22505
22506 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22507
22508 * gdb.dwarf2/dynarr-ptr.c: New file.
22509 * gdb.dwarf2/dynarr-ptr.exp: New file.
22510
22511 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22512
22513 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22514 of 30 rather than hardcoding 120 for a slow test case. Take the
22515 `gdb,timeout' target setting into account for this calculation.
22516 Don't extend the timeout for the test cases that don't need it.
22517
22518 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22519
22520 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22521 a factor of 2 for a slow test case. Take the `gdb,timeout'
22522 target setting into account for this calculation.
22523 * gdb.reverse/until-precsave.exp: Increase the timeout by
22524 a factor of 15 and 3 respectively rather than adding 120
22525 for a pair of slow test cases. Take the `gdb,timeout'
22526 target setting into account for this calculation.
22527
22528 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22529
22530 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22531 timeout, don't pass one down to gdb_expect.
22532 (gdb_expect): Rework timeout selection.
22533
22534 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22535
22536 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22537 exception on timeout.
22538 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22539 (gdbserver_start_extended): Catch any `gdbserver_start' error
22540 exceptions.
22541 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22542 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22543 `gdbserver_gdb_load' error exceptions.
22544
22545 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22546
22547 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22548 120 on waiting for the TCP socket to open.
22549
22550 2014-09-09 Doug Evans <xdje42@gmail.com>
22551
22552 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22553 _caller_matches, _any_caller_is, _any_caller_matches.
22554
22555 2014-09-09 Doug Evans <xdje42@gmail.com>
22556
22557 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22558
22559 2014-09-09 Yao Qi <yao@codesourcery.com>
22560
22561 * gdb.mi/mi-var-display.exp: Set print symbol off.
22562
22563 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22564
22565 PR gdb/17035
22566 * gdb.base/commands.exp: Add tests to verify user-defined
22567 commands with empty bodies.
22568 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22569 python commands in `show user command`.
22570 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22571 scheme commands in `show user command`.
22572
22573 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22574
22575 PR python/17355
22576 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22577 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22578 * gdb.python/py-framefilter-invalidarg.exp: New file.
22579 * gdb.python/py-framefilter-invalidarg.py: New file.
22580
22581 2014-09-06 Doug Evans <xdje42@gmail.com>
22582
22583 PR 15276
22584 * gdb.python/py-caller-is.c: New file.
22585 * gdb.python/py-caller-is.exp: New file.
22586
22587 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22588
22589 PR gdb/17235
22590 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22591 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22592
22593 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22594
22595 PR fortran/17237
22596 * gdb.fortran/print-formatted.exp: New file.
22597 * gdb.fortran/print-formatted.f90: Likewise.
22598
22599 2014-09-03 Sasha Smundak <asmundak@google.com>
22600
22601 * gdb.python/py-frame.exp: Test Frame.read_register.
22602
22603 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22604
22605 PR python/16699
22606 * gdb.python/py-completion.exp: New file.
22607 * gdb.python/py-completion.py: Likewise.
22608
22609 2014-08-28 Doug Evans <dje@google.com>
22610
22611 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22612 eax,etc. are live with values set by gdb and thus the compiler can't
22613 use them.
22614 * gdb.arch/i386-pseudo.c (main): Ditto.
22615
22616 2014-08-27 Doug Evans <dje@google.com>
22617
22618 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22619
22620 2014-08-25 Doug Evans <dje@google.com>
22621
22622 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22623 (main): Ditto.
22624
22625 2014-08-25 Doug Evans <dje@google.com>
22626
22627 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22628
22629 2014-08-24 Yao Qi <yao@codesourcery.com>
22630
22631 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22632 symbol off.
22633 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22634
22635 2014-08-22 Doug Evans <dje@google.com>
22636
22637 PR 17276
22638 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22639 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22640 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22641
22642 2014-08-22 Yao Qi <yao@codesourcery.com>
22643
22644 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22645 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22646 * gdb.python/python.exp: Likewise. Use .py file on the host
22647 instead of the build.
22648
22649 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22650
22651 * gdb.threads/gcore-stale-thread.c: New file.
22652 * gdb.threads/gcore-stale-thread.exp: New file.
22653
22654 2014-08-21 Pedro Alves <palves@redhat.com>
22655
22656 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22657 * gdb.base/gcore-relro-pie.exp: Likewise.
22658 * gdb.base/gcore-relro.exp: Likewise.
22659 * gdb.base/gcore.exp: Likewise.
22660 * gdb.base/print-symbol-loading.exp: Likewise.
22661 * gdb.threads/gcore-thread.exp: Likewise.
22662 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22663
22664 2014-08-20 Pedro Alves <palves@redhat.com>
22665 Jan Kratochvil <jan.kratochvil@redhat.com>
22666
22667 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22668 configure.
22669 (EXPECT): Handle READ1 being set.
22670 (all): Depend on EXTRA_RULES.
22671 (check-read1, expect-read1, read1.so, read1): New rules.
22672 * README (Testsuite Parameters): Document the READ1 make variable.
22673 (Race detection): New section.
22674 * configure: Regenerate.
22675 * configure.ac: If build==host==target, and running under a
22676 GNU/glibc system, add read1 to the extra Makefile rules.
22677 (EXTRA_RULES): AC_SUBST it.
22678 * lib/read1.c: New file.
22679
22680 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22681
22682 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22683 the handling of variables declared as a typedef to an array
22684 which a DW_AT_data_location attribute.
22685
22686 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22687 Pedro Alves <palves@redhat.com>
22688
22689 PR symtab/14604
22690 PR symtab/14605
22691 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22692 gdb_test.
22693
22694 2014-08-19 Pedro Alves <palves@redhat.com>
22695
22696 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22697
22698 2014-08-19 Yao Qi <yao@codesourcery.com>
22699
22700 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22701 right line.
22702
22703 2014-08-18 David Blaikie <dblaikie@gmail.com>
22704
22705 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22706
22707 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22708
22709 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22710 attribute in array range.
22711
22712 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22713
22714 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22715
22716 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22717
22718 PR c++/17132
22719 * gdb.cp/pr17132.cc: New file.
22720 * gdb.cp/pr17132.exp: New file.
22721
22722 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22723
22724 * gdb.python/py-xmethods.py (A_getarrayind)
22725 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22726 Use 'print' with function call syntax.
22727 (E_method_matcher.match): Fix tab vs space indentation mixup.
22728
22729 2014-08-15 Yao Qi <yao@codesourcery.com>
22730
22731 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22732 false.
22733
22734 2014-08-15 Yao Qi <yao@codesourcery.com>
22735
22736 * gdb.cp/casts.exp: Set print symbol off.
22737 * gdb.cp/class2.exp: Likewise.
22738 * gdb.cp/overload.exp: Likewise.
22739 * gdb.cp/templates.exp: Likewise.
22740
22741 2014-08-11 Doug Evans <dje@google.com>
22742
22743 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22744 (test_load_shlib): Update.
22745
22746 2014-08-09 Yao Qi <yao@codesourcery.com>
22747
22748 * gdb.base/display.exp: Invoke is_address_zero_readable.
22749 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22750 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22751 * gdb.base/hbreak-unmapped.exp: Return if
22752 is_address_zero_readable returns true.
22753 * gdb.base/signest.exp: Likewise.
22754 * gdb.base/signull.exp: Likewise.
22755 * gdb.base/sigbpt.exp: Likewise.
22756 * gdb.guile/scm-disasm.exp: Do the test if
22757 is_address_zero_readable returns false.
22758 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22759 * gdb.python/py-arch.exp: Likewise.
22760 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22761 * lib/gdb.exp (is_address_zero_readable): New proc.
22762
22763 2014-08-09 Yao Qi <yao@codesourcery.com>
22764
22765 PR testsuite/13443
22766 * gdb.mi/mi-var-display.exp: Make test messages unique.
22767
22768 2014-08-04 Tom Tromey <tromey@redhat.com>
22769
22770 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22771 target 0".
22772
22773 2014-08-04 Tom Tromey <tromey@redhat.com>
22774
22775 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22776 "target_resume".
22777
22778 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22779
22780 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22781 inner_vla_struct_object_size.
22782 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22783 as xfail.
22784
22785 2014-07-30 Pedro Alves <palves@redhat.com>
22786
22787 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22788 comment.
22789
22790 2014-07-29 Yao Qi <yao@codesourcery.com>
22791
22792 PR gdb/17206
22793 * gdb.base/until-nodebug.exp: New.
22794
22795 2014-07-28 Doug Evans <xdje42@gmail.com>
22796
22797 PR guile/17203
22798 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22799 previously existing parameter, and previously ambiguously spelled
22800 parameter.
22801
22802 2014-07-28 Will Newton <will.newton@linaro.org>
22803
22804 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22805
22806 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22807 Doug Evans <xdje42@gmail.com>
22808
22809 PR guile/17146
22810 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22811
22812 2014-07-25 Pedro Alves <palves@redhat.com>
22813
22814 * gdb.threads/signal-command-handle-nopass.c: New file.
22815 * gdb.threads/signal-command-handle-nopass.exp: New file.
22816 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22817 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22818 * gdb.threads/signal-delivered-right-thread.c: New file.
22819 * gdb.threads/signal-delivered-right-thread.exp: New file.
22820
22821 2014-07-25 Pedro Alves <palves@redhat.com>
22822
22823 * gdb.base/double-prompt-target-event-error.exp
22824 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22825 match.
22826 (cancel_pagination_in_target_event): Rework double prompt
22827 detection.
22828 * gdb.base/paginate-after-ctrl-c-running.exp
22829 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22830 <return>' match.
22831 * gdb.base/paginate-bg-execution.exp
22832 (test_bg_execution_pagination_return)
22833 (test_bg_execution_pagination_cancel): Remove '-notransfer
22834 <return>' matches.
22835 * gdb.base/paginate-execution-startup.exp
22836 (test_fg_execution_pagination_return)
22837 (test_fg_execution_pagination_cancel): Remove '-notransfer
22838 <return>' matches.
22839 * gdb.base/paginate-inferior-exit.exp
22840 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22841 match.
22842 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22843 * lib/gdb.exp (pagination_prompt): Run text through
22844 string_to_regexp.
22845 (gdb_test_multiple): Match $pagination_prompt instead of
22846 "<return>".
22847 (string_to_regexp): Move to lib/gdb-utils.exp.
22848
22849 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22850
22851 * gdb.arch/amd64-entry-value-paramref.S: New file.
22852 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22853 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22854 * gdb.arch/amd64-optimout-repeat.S: New file.
22855 * gdb.arch/amd64-optimout-repeat.c: New file.
22856 * gdb.arch/amd64-optimout-repeat.exp: New file.
22857
22858 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22859
22860 PR gdb/17170
22861 * gdb.base/statistics.exp: New file.
22862
22863 2014-07-17 Doug Evans <dje@google.com>
22864
22865 PR gdb/17170
22866 * gdb.base/maint.exp: Update testing of per-command stats.
22867
22868 2014-07-16 Pedro Alves <palves@redhat.com>
22869
22870 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22871 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22872 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22873 (tfile_write_buf): New functions.
22874 (add_memory_block): Rewrite using the above.
22875 (adjust_function_address): New function.
22876 (FUNCTION_ADDRESS): New macro.
22877 (write_basic_trace_file): Remove short_x local, and use
22878 tfile_write_16. Change type of func_addr local to unsigned long
22879 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22880 here. Cast argument of add_memory_block to char pointer.
22881 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22882 (main): Remove parameters.
22883 * gdb.trace/tfile.exp: Remove nowarnings.
22884
22885 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22886
22887 * gdb.base/debug-expr.exp: Test string evaluation with
22888 "debug expression" on.
22889
22890 2014-07-15 Pedro Alves <palves@redhat.com>
22891
22892 * gdb.base/reread.exp: Use clean_restart.
22893
22894 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22895
22896 * gdb.arch/avr-flash-qualifer.c: New.
22897 * gdb.arch/avr-flash-qualifer.exp: New.
22898
22899 2014-07-14 Pedro Alves <palves@redhat.com>
22900
22901 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22902 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22903
22904 2014-07-14 Pedro Alves <palves@redhat.com>
22905
22906 * gdb.base/double-prompt-target-event-error.c: New file.
22907 * gdb.base/double-prompt-target-event-error.exp: New file.
22908
22909 2014-07-14 Pedro Alves <palves@redhat.com>
22910
22911 PR gdb/17072
22912 * gdb.base/paginate-inferior-exit.c: New file.
22913 * gdb.base/paginate-inferior-exit.exp: New file.
22914
22915 2014-07-14 Pedro Alves <palves@redhat.com>
22916
22917 PR gdb/17072
22918 * gdb.base/paginate-bg-execution.c: New file.
22919 * gdb.base/paginate-bg-execution.exp: New file.
22920
22921 2014-07-14 Pedro Alves <palves@redhat.com>
22922
22923 PR gdb/17072
22924 * gdb.base/paginate-execution-startup.c: New file.
22925 * gdb.base/paginate-execution-startup.exp: New file.
22926 * lib/gdb.exp (pagination_prompt): New global.
22927 (default_gdb_spawn): New procedure, factored out from
22928 default_gdb_spawn.
22929 (default_gdb_start): Adjust to call default_gdb_spawn.
22930 (gdb_spawn): New procedure.
22931
22932 2014-07-14 Pedro Alves <palves@redhat.com>
22933
22934 * lib/gdb.exp (gdb_assert): New procedure.
22935 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22936
22937 2014-07-14 Pedro Alves <palves@redhat.com>
22938
22939 * gdb.base/execution-termios.c: New file.
22940 * gdb.base/execution-termios.exp: New file.
22941
22942 2014-07-14 Tom Tromey <tromey@redhat.com>
22943
22944 * gdb.cp/vla-cxx.cc: New file.
22945 * gdb.cp/vla-cxx.exp: New file.
22946
22947 2014-07-14 Tom Tromey <tromey@redhat.com>
22948
22949 * gdb.reverse/rerun-prec.c: New file.
22950 * gdb.reverse/rerun-prec.exp: New file.
22951
22952 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22953 Maciej W. Rozycki <macro@codesourcery.com>
22954
22955 * lib/gdb-utils.exp: New file.
22956 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22957 inline `gdb_init_command' processing.
22958 (gdb_start_cmd): Likewise.
22959 * lib/mi-support.exp (mi_run_cmd): Likewise.
22960 * README: Document `gdb_init_command' and `gdb_init_commands'.
22961
22962 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22963
22964 Fix false FAIL running under a very long directory name.
22965 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22966 and "set print elements 10000". Twice.
22967
22968 2014-07-11 Yao Qi <yao@codesourcery.com>
22969
22970 * gdb.base/exprs.exp: "set print symbol off".
22971
22972 2014-07-11 Pedro Alves <palves@redhat.com>
22973
22974 * gdb.threads/kill.c: New file.
22975 * gdb.threads/kill.exp: New file.
22976
22977 2014-07-10 Yao Qi <yao@codesourcery.com>
22978
22979 * gdb.trace/tfile.c (write_basic_trace_file)
22980 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22981 address written to trace file.
22982
22983 2014-07-09 Pedro Alves <palves@redhat.com>
22984
22985 * gdb.base/attach-wait-input.exp: New file.
22986 * gdb.base/attach-wait-input.c: New file.
22987
22988 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22989
22990 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22991 setting up test structures.
22992 (main): Call new test function.
22993 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22994 test function, continue into test function and walk test
22995 structures.
22996
22997 2014-07-02 Yao Qi <yao@codesourcery.com>
22998
22999 * gdb.trace/entry-values.c: Define labels 'foo_start' and
23000 'bar_start' at the beginning of functions 'foo' and 'bar'
23001 respectively.
23002 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
23003 instead of 'foo' and 'bar'.
23004
23005 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
23006
23007 * gdb.btrace/segv.exp: New.
23008 * gdb.btrace/segv.c: New.
23009
23010 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
23011
23012 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
23013 instruction.
23014
23015 2014-06-30 Mark Wielaard <mjw@redhat.com>
23016
23017 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
23018 vulture, vilify, villar): New volatile array constants.
23019 (vindictive, vegetation): New const volatile array constants.
23020 * gdb.base/volatile.exp: Test volatile and const volatile array
23021 types.
23022
23023 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
23024
23025 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
23026 target lacks support for awatch, rwatch, or hbreak.
23027
23028 2014-06-27 Yao Qi <yao@codesourcery.com>
23029
23030 * gdb.multi/dummy-frame-restore.exp: New.
23031 * gdb.multi/dummy-frame-restore.c: New.
23032
23033 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
23034
23035 * gdb.btrace/gcore.exp: New.
23036
23037 2014-06-23 Pedro Alves <palves@redhat.com>
23038
23039 * gdb.base/watchpoint-reuse-slot.c: New file.
23040 * gdb.base/watchpoint-reuse-slot.exp: New file.
23041
23042 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
23043
23044 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
23045 progspace's filename in 'info', 'enable' and 'disable' command
23046 tests.
23047
23048 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
23049
23050 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
23051 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23052 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
23053
23054 2014-06-20 Gary Benson <gbenson@redhat.com>
23055
23056 * gdb.arch/i386-avx.exp: Fix include file location.
23057 * gdb.arch/i386-sse.exp: Likewise.
23058
23059 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
23060
23061 * gdb.dlang/expression.exp: New file.
23062
23063 2014-06-19 Pedro Alves <palves@redhat.com>
23064
23065 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
23066 out from ...
23067 (top level): ... here. Iterate running tests under different
23068 scheduler-locking settings.
23069
23070 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
23071
23072 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
23073 to DW_FORM_addr and use non-zero addresses.
23074
23075 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
23076
23077 PR gdb/17017
23078 * gdb.python/py-xmethods.cc: Add global function call counters and
23079 increment them in their respective functions. Remove "cout"
23080 statements.
23081 * gdb.python/py-xmethods.exp: Make tests check the global function
23082 call counters instead of depending on inferior IO.
23083
23084 2014-06-18 Don Breazeal <donb@codesourcery.com>
23085
23086 * gdb.base/foll-fork.exp (default_fork_parent_follow):
23087 Deleted procedure.
23088 (explicit_fork_parent_follow): Deleted procedure.
23089 (explicit_fork_child_follow): Deleted procedure.
23090 (test_follow_fork): New procedure.
23091 (do_fork_tests): Replace calls to deleted procedures with
23092 calls to test_follow_fork and reset GDB for subsequent
23093 procedure calls.
23094
23095 2014-06-17 Yao Qi <yao@codesourcery.com>
23096
23097 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
23098 CP1252.
23099
23100 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
23101
23102 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
23103 Initialize ptr and S explicitly.
23104 (skip_type_update_when_not_use_rtti_test): Likewise.
23105
23106 2014-06-16 Keith Seitz <keiths@redhat.com>
23107
23108 PR mi/15863
23109 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
23110 the inferior is started.
23111
23112 2014-06-16 Pedro Alves <palves@redhat.com>
23113
23114 * gdb.base/break-main-file-remove-fail.c: New file.
23115 * gdb.base/break-main-file-remove-fail.exp: New file.
23116 * gdb.base/break-unload-file.exp: Use build_executable instead of
23117 prepare_for_testing.
23118 (test_break): New parameter "initial_load". Handle it.
23119 (top level): Add initial_load cmdline/file axis.
23120
23121 2014-06-12 Tom Tromey <tromey@redhat.com>
23122
23123 * gdb.base/completion.exp: Don't use directory name in test.
23124
23125 2014-06-09 Gary Benson <gbenson@redhat.com>
23126
23127 * gdb.base/sigall.c [Functions to send signals]: Reorder to
23128 separate the always-available ANSI-standard signals from the
23129 signals that require checking.
23130 (main): Likewise.
23131 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
23132 Likewise.
23133 (main): Likewise.
23134
23135 2014-06-07 Keith Seitz <keiths@redhat.com>
23136
23137 Revert:
23138 PR c++/16253
23139 * gdb.cp/var-tag.cc: New file.
23140 * gdb.cp/var-tag.exp: New file.
23141 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23142 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23143 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23144 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23145
23146 2014-06-06 Doug Evans <xdje42@gmail.com>
23147
23148 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
23149
23150 2014-06-06 Pedro Alves <palves@redhat.com>
23151
23152 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
23153 in target debug output instead of looking at RSP packets,
23154 disabling the test on any target that uses hardware stepping.
23155 Update comments.
23156
23157 2014-06-06 Pedro Alves <palves@redhat.com>
23158
23159 * gdb.base/break-unload-file.exp: Fix typo.
23160
23161 2014-06-06 Yao Qi <yao@codesourcery.com>
23162
23163 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
23164 from "jit_function" to "^jit_function".
23165
23166 2014-06-06 Yao Qi <yao@codesourcery.com>
23167
23168 * gdb.base/async.c (foo): Add one statement.
23169 * gdb.base/async.exp: Get the next instruction address and
23170 match the output of "nexti" by instruction address. Match
23171 the hex address in the output of "finish".
23172
23173 2014-06-06 Gary Benson <gbenson@redhat.com>
23174
23175 * gdb.base/call-signals.c: Remove preprocessor conditionals
23176 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
23177 SIGSEGV and SIGTERM.
23178 * gdb.base/sigall.c: Likewise.
23179 * gdb.base/unwindonsignal.c: Likewise.
23180 * gdb.reverse/sigall-reverse.c: Likewise.
23181
23182 2014-06-06 Yao Qi <yao@codesourcery.com>
23183
23184 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
23185 readable, skip the test.
23186
23187 2014-06-06 Yao Qi <yao@codesourcery.com>
23188
23189 * gdb.threads/staticthreads.c (thread_function): Move the line
23190 setting breakpoint on forward.
23191 * gdb.threads/staticthreads.exp: Update comments.
23192
23193 2014-06-05 Ludovic Courtès <ludo@gnu.org>
23194
23195 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
23196 "history-append! type error".
23197
23198 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
23199
23200 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
23201 erroneous dprintf expected input.
23202
23203 2014-06-04 Doug Evans <xdje42@gmail.com>
23204
23205 * gdb.guile/scm-generics.exp: Delete.
23206
23207 2014-06-04 Doug Evans <xdje42@gmail.com>
23208
23209 * gdb.guile/scm-breakpoint.exp: Update.
23210 Add tests for breakpoint registration.
23211
23212 2014-06-04 Tom Tromey <tromey@redhat.com>
23213
23214 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
23215 VLA-in-union.
23216 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
23217 inner_vla_struct, vla_union types. Initialize objects of those
23218 types and compute their sizes.
23219
23220 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
23221 Hui Zhu <hui@codesourcery.com>
23222
23223 * gdb.base/fileio.exp: Add test for shell not available as well as
23224 available.
23225 * gdb.base/fileio.c (test_system): Check for shell twice.
23226
23227 2014-06-04 Yao Qi <yao@codesourcery.com>
23228
23229 * gdb.base/auto-connect-native-target.exp: Remove redundant
23230 space from the regexp pattern.
23231
23232 2014-06-04 Yao Qi <yao@codesourcery.com>
23233
23234 * gdb.base/default.exp: Replace "child" with "native" in
23235 regexp pattern.
23236
23237 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
23238
23239 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
23240 * gdb.python/py-xmethods.exp: New tests to test xmethods.
23241 * gdb.python/py-xmethods.py: Python script supporting the
23242 new testcase and tests.
23243
23244 2014-06-03 Joel Brobecker <brobecker@adacore.com>
23245 Pedro Alves <palves@redhat.com>
23246
23247 PR breakpoints/17000
23248 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
23249 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
23250
23251 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
23252
23253 * gdb.base/subst.exp: Add tests to verify partial path matching
23254 output.
23255
23256 2014-06-03 Pedro Alves <palves@redhat.com>
23257
23258 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
23259 target that doesn't use software single-stepping.
23260
23261 2014-06-03 Pedro Alves <palves@redhat.com>
23262
23263 PR breakpoints/17000
23264 * gdb.base/sss-bp-on-user-bp-2.c: New file.
23265 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
23266
23267 2014-06-02 Doug Evans <xdje42@gmail.com>
23268
23269 * gdb.guile/scm-parameter.exp: New file.
23270
23271 2014-06-02 Doug Evans <xdje42@gmail.com>
23272
23273 * gdb.guile/scm-cmd.c: New file.
23274 * gdb.guile/scm-cmd.exp: New file.
23275
23276 2014-06-02 Doug Evans <xdje42@gmail.com>
23277
23278 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
23279 pretty-printer lookup.
23280 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
23281 (make-pp_s-printer): Call it.
23282 (make-pretty-printer-from-dict): New function.
23283 (lookup-pretty-printer-maker-from-dict): New function.
23284 (*pretty-printer*): Simplify.
23285 (make-objfile-pp_s-printer): New function.
23286 (install-objfile-pretty-printers!): New function.
23287 (make-progspace-pp_s-printer): New function.
23288 (install-progspace-pretty-printers!): New function.
23289 * gdb.guile/scm-progspace.c: New file.
23290 * gdb.guile/scm-progspace.exp: New file.
23291
23292 2014-06-02 Pedro Alves <palves@redhat.com>
23293
23294 * gdb.base/dprintf-bp-same-addr.c: New file.
23295 * gdb.base/dprintf-bp-same-addr.exp: New file.
23296
23297 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23298
23299 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
23300 * gdb.arch/powerpc-power.s: Likewise.
23301
23302 2014-06-02 Joel Brobecker <brobecker@adacore.com>
23303
23304 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
23305
23306 2014-06-01 Yao Qi <yao@codesourcery.com>
23307
23308 * gdb.base/watchpoint.exp (test_watch_location): Check null
23309 pointer can be dereferenced. If not, do the test, otherwise
23310 skip it.
23311
23312 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23313
23314 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
23315 results.
23316 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
23317
23318 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23319
23320 * gdb.arch/amd64-invalid-stack-middle.S: New file.
23321 * gdb.arch/amd64-invalid-stack-middle.c: New file.
23322 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
23323 * gdb.arch/amd64-invalid-stack-top.c: New file.
23324 * gdb.arch/amd64-invalid-stack-top.exp: New file.
23325
23326 2014-05-30 Pedro Alves <palves@redhat.com>
23327
23328 PR breakpoints/17000
23329 * gdb.base/sss-bp-on-user-bp.c: New file.
23330 * gdb.base/sss-bp-on-user-bp.exp: New file.
23331
23332 2014-05-30 David Blaikie <dblaikie@gmail.com>
23333
23334 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
23335 gnu_inline semantics via attribute.
23336 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
23337 source explicitly specifies the required semantics.
23338
23339 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23340
23341 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23342
23343 2014-05-29 Pedro Alves <palves@redhat.com>
23344 Tom Tromey <tromey@redhat.com>
23345
23346 * gdb.base/async-shell.exp: Don't enable target-async.
23347 * gdb.base/async.exp
23348 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
23349 parameter. Adjust.
23350 (top level): Don't test with "target-async".
23351 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23352 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23353 * gdb.base/inferior-died.exp: Don't enable target-async.
23354 * gdb.base/interrupt-noterm.exp: Likewise.
23355 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23356 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23357 * gdb.mi/mi-nonstop.exp: Likewise.
23358 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23359 * gdb.mi/mi-nsintrall.exp: Likewise.
23360 * gdb.mi/mi-nsmoribund.exp: Likewise.
23361 * gdb.mi/mi-nsthrexec.exp: Likewise.
23362 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23363 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23364 * gdb.python/py-evsignal.exp: Don't enable target-async.
23365 * gdb.python/py-evthreads.exp: Likewise.
23366 * gdb.python/py-prompt.exp: Likewise.
23367 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23368 * gdb.server/solib-list.exp: Don't enable target-async.
23369 * gdb.threads/thread-specific-bp.exp: Likewise.
23370 * lib/mi-support.exp: Adjust to use mi-async.
23371
23372 2014-05-29 Pedro Alves <palves@redhat.com>
23373
23374 PR gdb/13860
23375 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23376 reason, even in sync mode.
23377
23378 2014-05-29 Pedro Alves <palves@redhat.com>
23379 Hui Zhu <hui@codesourcery.com>
23380
23381 PR PR15693
23382 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23383 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23384 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23385 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23386
23387 2014-05-28 Joel Brobecker <brobecker@adacore.com>
23388
23389 * config/monitor.exp (gdb_target_monitor): Replace use of
23390 "set remotebaud" by "set serial baud".
23391
23392 2014-05-26 Andy Wingo <wingo@igalia.com>
23393
23394 * gdb.guile/scm-breakpoint.exp:
23395 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23396 properties instead of gdb-object-properties.
23397
23398 2014-05-26 Yao Qi <yao@codesourcery.com>
23399
23400 * gdb.server/no-thread-db.exp: Specify source file name
23401 explicitly when setting a breakpoint.
23402
23403 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23404
23405 * gdb.btrace/vdso.c: New.
23406 * gdb.btrace/vdso.exp: New.
23407
23408 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23409
23410 * gdb.base/gcore.exp (capture_command_output): Move ...
23411 * lib/gdb.exp (capture_command_output): ... here.
23412
23413 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23414
23415 * gdb.btrace/data.exp: Test memory access during btrace replay.
23416
23417 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23418
23419 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23420
23421 2014-05-21 Pedro Alves <palves@redhat.com>
23422
23423 PR gdb/13860
23424 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23425 (top level): Test that output related to execution commands is
23426 sent to the console with CLI commands, but not with MI commands.
23427 Test that breakpoint events are always mirrored to the console.
23428 Also expect the new source line to be output after a "next" in
23429 async mode too. Make it a pass/fail test.
23430 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23431 output.
23432 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23433
23434 2014-05-21 Pedro Alves <palves@redhat.com>
23435
23436 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23437 Use them to test variations of "list" after reaching a breakpoint.
23438 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23439 Test "list" with listsize 10 after reaching a breakpoint.
23440 * gdb.python/python.exp (decode_line current location line
23441 number): Adjust expected line number.
23442
23443 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23444
23445 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23446 behavior for $args, pass it directly to "run".
23447
23448 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23449
23450 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23451 30000 to 65536.
23452
23453 2014-05-21 Pedro Alves <palves@redhat.com>
23454
23455 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23456 auto-connect-native-target off".
23457 * gdb.base/auto-connect-native-target.c: New file.
23458 * gdb.base/auto-connect-native-target.exp: New file.
23459
23460 2014-05-21 Pedro Alves <palves@redhat.com>
23461
23462 * gdb.base/default.exp: Test "target native" instead of "target
23463 child".
23464
23465 2014-05-21 Mark Wielaard <mjw@redhat.com>
23466
23467 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23468
23469 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23470
23471 Fix TLS access for -static -pthread.
23472 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23473 <HAVE_TLS> (thread_function, main): Initialize it.
23474 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23475 Add clean_restart.
23476 <$have_tls != "">: Check TLSVAR.
23477
23478 2014-05-21 Pedro Alves <palves@redhat.com>
23479
23480 * gdb.base/dcache-line-read-error.c: New.
23481 * gdb.base/dcache-line-read-error.exp: New.
23482
23483 2014-05-20 Pedro Alves <palves@redhat.com>
23484
23485 * gdb.base/compare-sections.c: New file.
23486 * gdb.base/compare-sections.exp: New file.
23487
23488 2014-05-20 Pedro Alves <palves@redhat.com>
23489
23490 * gdb.base/break-idempotent.c: New file.
23491 * gdb.base/break-idempotent.exp: New file.
23492
23493 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23494
23495 * gdb.btrace/nohist.exp: New.
23496
23497 2014-05-20 Yao Qi <yao@codesourcery.com>
23498
23499 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23500 gdb.reverse directory and gdb_reverse_timeout exists in board
23501 setting.
23502 * README: Document gdb_reverse_timeout.
23503
23504 2014-05-20 Yao Qi <yao@codesourcery.com>
23505
23506 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23507 'test_file_name'. Treat args as a string instead of a list.
23508 (gdb_init): Rename argument 'args' by 'test_file_name'.
23509
23510 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23511
23512 * gdb.arch/powerpc-power.exp: New file.
23513 * gdb.arch/powerpc-power.s: New file.
23514
23515 2014-05-16 Doug Evans <dje@google.com>
23516
23517 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23518 * gdb.base/completion.exp: Check that all expected files exist
23519 before doing file completion.
23520
23521 2014-05-16 Doug Evans <dje@google.com>
23522
23523 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23524 Update.
23525 (do_syscall_tests_without_xml): Update.
23526
23527 2014-05-16 Pedro Alves <palves@redhat.com>
23528
23529 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23530 instead of "unknown output after running".
23531
23532 2014-05-16 Yao Qi <yao@codesourcery.com>
23533
23534 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23535 file1.txt from host at the end.
23536 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23537
23538 2014-05-15 Doug Evans <dje@google.com>
23539
23540 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23541 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23542 loading file. Add test for TU lookup.
23543
23544 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23545
23546 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23547 calling "-exec-arguments" or "set args" before running the
23548 inferior.
23549
23550 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23551
23552 * lib/mi-support.exp (mi_expect_stop): Expect message for
23553 inferiors that exit with non-zero exit code.
23554
23555 2014-05-14 Yao Qi <yao@codesourcery.com>
23556
23557 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23558 match absolute path on remote host.
23559 (test_file_list_exec_source_files): Remove "/" from the
23560 pattern.
23561
23562 2014-05-14 Yao Qi <yao@codesourcery.com>
23563
23564 * boards/local-remote-host-notty.exp (${board}_file): New
23565 proc.
23566
23567 2014-05-07 Kyle McMartin <kyle@redhat.com>
23568
23569 Pushed by Joel Brobecker <brobecker@adacore.com>.
23570 * gdb.arch/aarch64-atomic-inst.c: New file.
23571 * gdb.arch/aarch64-atomic-inst.exp: New file.
23572
23573 2014-05-07 Yao Qi <yao@codesourcery.com>
23574
23575 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23576 in current context" too.
23577
23578 2014-05-05 Keith Seitz <keiths@redhat.com>
23579
23580 * gdb.linespec/ls-dollar.exp: Add test for linespec
23581 file:convenience_variable.
23582
23583 2014-05-05 Yao Qi <yao@codesourcery.com>
23584
23585 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23586 traceframes into tfile and ctf trace files. Read data from
23587 trace file and test collected data.
23588 (gdb_collect_locals_test): Likewise.
23589 (gdb_unavailable_registers_test): Likewise.
23590 (gdb_unavailable_floats): Likewise.
23591 (gdb_collect_globals_test): Likewise.
23592 (top-level): Append "ctf" to trace_file_targets if GDB
23593 supports.
23594
23595 2014-05-05 Yao Qi <yao@codesourcery.com>
23596
23597 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23598 code to ...
23599 (gdb_collect_args_test_1): ... it. New proc.
23600 (gdb_collect_locals_test): Move some code to ...
23601 (gdb_collect_locals_test_1): ... it. New proc.
23602 (gdb_unavailable_registers_test): Move some code to ...
23603 (gdb_unavailable_registers_test_1): ... it. New proc.
23604 (gdb_unavailable_floats): Move some code to ...
23605 (gdb_unavailable_floats_1): ... it. New proc.
23606
23607 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23608
23609 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23610 probes to test for bitness recognition.
23611 * gdb.arch/amd64-stap-optional-prefix.exp
23612 (test_probe_value_without_reg): New procedure.
23613 Add code to test for different kinds of bitness.
23614
23615 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23616
23617 PR breakpoints/16889
23618 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23619 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23620
23621 2014-05-01 Pedro Alves <palves@redhat.com>
23622
23623 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23624 gdb_file_cmd if no file is specified.
23625 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23626 last_loaded_file to set the remote exec-file.
23627
23628 2014-05-01 Pedro Alves <palves@redhat.com>
23629
23630 * boards/local-remote-host.exp: New file.
23631
23632 2014-05-01 Pedro Alves <palves@redhat.com>
23633
23634 * boards/local-remote-host.exp: Rename to ...
23635 * boards/local-remote-host-notty.exp: ... this.
23636
23637 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23638
23639 * gdb.ada/dyn_arrayidx: New testcase.
23640
23641 2014-04-26 Yao Qi <yao@codesourcery.com>
23642
23643 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23644 and compute the length of function main. Save it in
23645 $main_length.
23646 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23647 (top-level): Use gdb_compile to compile objects into
23648 executable and restart GDB. Remove invocation to
23649 prepare_for_testing.
23650
23651 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23652 Pedro Alves <palves@redhat.com>
23653
23654 PR server/16255
23655 * gdb.multi/multi-attach.c: New file.
23656 * gdb.multi/multi-attach.exp: New file.
23657
23658 2014-04-25 Pedro Alves <palves@redhat.com>
23659
23660 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23661 user.
23662 (top level): Test that "set remote conditional-breakpoints-packet
23663 off" works as intended.
23664 * gdb.base/dprintf.exp: Test that "set remote
23665 breakpoint-commands-packet off" works as intended.
23666 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23667 New function.
23668 (top level): Call it.
23669 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23670 remote fast-tracepoints-packet off" works as intended.
23671 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23672 * lib/gdb.exp (gdb_is_target_remote): ... here.
23673
23674 2014-04-24 David Blaikie <dblaikie@gmail.com>
23675
23676 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23677 ensure clang would not discard them.
23678 * gdb.base/gdbvars.c: Ditto.
23679 * gdb.base/memattr.c: Ditto.
23680 * gdb.base/whatis.c: Ditto.
23681 * gdb.python/py-prettyprint.c: Ditto.
23682 * gdb.trace/actions.c: Ditto.
23683 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23684 ensure clang would not discard it.
23685
23686 2014-04-24 David Blaikie <dblaikie@gmail.com>
23687
23688 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23689 clang to emit the full definition of type required by the test
23690 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23691
23692 2014-04-24 David Blaikie <dblaikie@gmail.com>
23693
23694 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23695 coax Clang into emitting the definition of the type.
23696 * gdb.cp/pr10728-x.h (y): Ditto.
23697 * gdb.cp/pr10728-y.cc (y): Ditto.
23698
23699 2014-04-24 David Blaikie <dblaikie@gmail.com>
23700
23701 * gdb.base/label.exp: XFAIL label related tests under Clang.
23702 * gdb.cp/cplabel.exp: Ditto.
23703 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23704 under Clang those using labels.
23705
23706 2014-04-25 Yao Qi <yao@codesourcery.com>
23707
23708 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23709 double_label.
23710 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23711 partial_label and double_label.
23712
23713 2014-04-24 David Blaikie <dblaikie@gmail.com>
23714
23715 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23716
23717 2014-04-24 David Blaikie <dblaikie@gmail.com>
23718
23719 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23720 of the function to work across GCC and Clang.
23721 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23722 pointer types (const void ** const V void **).
23723
23724 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23725 Walfred Tedeschi <walfred.tedeschi@intel.com>
23726
23727 * Makefile.in (EXECUTABLES): Added i386-avx512.
23728 * gdb.arch/i386-avx512.c: New file.
23729 * gdb.arch/i386-avx512.exp: Likewise.
23730
23731 2014-04-23 Keith Seitz <keiths@redhat.com>
23732
23733 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23734 (mi_make_breakpoint_table): New procedure.
23735 (mi_create_breakpoint): Use mi_make_breakpoint
23736 and return the result.
23737 (mi_make_breakpoint): New procedure.
23738 (mi_build_kv_pairs): New procedure.
23739
23740 * gdb.mi/mi-break.exp: Remove unused globals,
23741 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23742 All callers updated.
23743 * gdb.mi/mi-dprintf.exp: Use variable to track command
23744 number.
23745 Update all callers of mi_create_breakpoint and use
23746 mi_make_breakpoint_table.
23747 Remove any unused global variables.
23748 * gdb.mi/mi-nonstop.exp: Likewise.
23749 * gdb.mi/mi-nsintrall.exp: Likewise.
23750 * gdb.mi/mi-nsmoribund.exp: Likewise.
23751 * gdb.mi/mi-nsthrexec.exp: Likewise.
23752 * gdb.mi/mi-reverse.exp: Likewise.
23753 * gdb.mi/mi-simplerun.exp: Likewise.
23754 * gdb.mi/mi-stepn.exp: Likewise.
23755 * gdb.mi/mi-syn-frame.exp: Likewise.
23756 * gdb.mi/mi-until.exp: Likewise.
23757 * gdb.mi/mi-var-cp.exp: Likewise.
23758 * gdb.mi/mi-var-display.exp: Likewise.
23759 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23760 * gdb.mi/mi2-var-child.exp: Likewise.
23761 * gdb.mi/mi-vla-c99.exp: Likewise.
23762 * lib/mi-support.exp: Likewise.
23763
23764 From Ian Lance Taylor <iant@cygnus.com>:
23765 * lib/gdb.exp (parse_args): New procedure.
23766
23767 2014-04-23 Pedro Alves <palves@redhat.com>
23768
23769 * gdb.base/break-unload-file.c: New file.
23770 * gdb.base/break-unload-file.exp: New file.
23771 * gdb.base/sym-file-lib.c (baz): New function.
23772 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23773 field.
23774 (load): Store the segment's mapped size.
23775 (unload): New function.
23776 (unload_shlib): New function.
23777 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23778 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23779 set a breakpoint at baz, and call it.
23780 * gdb.base/sym-file.exp: New tests for stale breakpoint
23781 instructions.
23782
23783 2014-04-23 Pedro Alves <palves@redhat.com>
23784
23785 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23786 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23787 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23788 * gdb.base/hbreak-unmapped.c: New file.
23789 * gdb.base/hbreak-unmapped.exp: New file.
23790 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23791 * lib/gdb.exp (gdb_is_target_remote): ... here.
23792
23793 2014-04-22 Pedro Alves <palves@redhat.com>
23794
23795 * gdb.base/consecutive-step-over.c: New file.
23796 * gdb.base/consecutive-step-over.exp: New file.
23797
23798 2014-04-22 Pedro Alves <palves@redhat.com>
23799
23800 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23801 instead of send_gdb/gdb_expect.
23802
23803 2014-04-22 Yao Qi <yao@codesourcery.com>
23804
23805 * lib/trace-support.exp (generate_tracefile): New procedure.
23806 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23807 return 0.
23808 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23809 if generate_tracefile returns 1.
23810
23811 2014-04-18 Tom Tromey <palves@redhat.com>
23812 Pedro alves <tromey@redhat.com>
23813
23814 PR backtrace/15558
23815 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23816 with a backtrace limit.
23817 * gdb.python/py-frame-inline.exp: Test running to an inline
23818 function with a backtrace limit, and printing the newest frame.
23819 * gdb.python/py-frame-inline.c (main): Call f.
23820
23821 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23822
23823 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23824
23825 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23826
23827 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23828 Drop prefix from unsupported source file path.
23829
23830 2014-04-17 Yao Qi <yao@codesourcery.com>
23831
23832 * lib/gdb.exp (with_target_charset): New proc.
23833 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23834 with_target_charset.
23835 (test_print_strings): Likewise.
23836 (test_repeat_bytes): Likewise.
23837 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23838 for some tests.
23839
23840 2014-04-16 Keith Seitz <keiths@redhat.com>
23841
23842 PR gdb/15827
23843 * gdb.dwarf2/corrupt.c: New file.
23844 * gdb.dwarf2/corrupt.exp: New file.
23845
23846 2014-04-16 Keith Seitz <keiths@redhat.com>
23847
23848 PR c++/16597
23849 * gdb.cp/namelessclass.cc: New file.
23850 * gdb.cp/namelessclass.exp: New file.
23851 * gdb.cp/namelessclass.S: New file.
23852
23853 2014-04-16 Doug Evans <dje@google.com>
23854
23855 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23856 Add comment.
23857 (gdbserver_default_get_comm_port): New function.
23858 (gdbserver_start): Check if board file provided
23859 "gdbserver,get_comm_port" and use it if so.
23860 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23861 (gdb,socketport): Set to "stdio".
23862 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23863 (stdio_gdbserver_template): Delete.
23864 (${board}_get_remote_address): Update.
23865 (${board}_build_remote_cmd): Delete.
23866 (${board}_get_comm_port): New function.
23867 (${board}_spawn): Update.
23868 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23869 Delete.
23870 (${board}_get_remote_address): Update.
23871 (${board}_get_comm_port): New function.
23872
23873 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23874
23875 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23876 appearing in any order.
23877
23878 2014-04-15 Doug Evans <dje@google.com>
23879
23880 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23881 uninitialized value of "description".
23882
23883 2014-04-15 Keith Seitz <keiths@redhat.com>
23884
23885 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23886 Remove unused globals.
23887 (test_running_the_program): Likewise.
23888 (test_controlled_execution): Likewise.
23889 (test_controlling_breakpoints): Likewise.
23890 (test_program_termination): Likewise.
23891
23892 2014-04-15 Keith Seitz <keiths@redhat.com>
23893
23894 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23895 unused globals.
23896 (test_rbreak_creation_and_listing): Likewise.
23897 (test_ignore_count): Likewise.
23898 (test_error): Likewise.
23899
23900 2014-04-15 Pedro Alves <palves@redhat.com>
23901
23902 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23903 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23904 sym-file-loader.c.
23905 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23906 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23907 to sym-file-loader.c.
23908 (struct library): Forward declare.
23909 (load_shlib, lookup_function): Change prototypes.
23910 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23911 (translate_offset): Remove declarations.
23912 (get_text_addr): New declaration.
23913 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23914 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23915 sym-file-loader.h.
23916 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23917 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23918 here from sym-file-loader.h.
23919 (struct library): New structure.
23920 (load_shlib, lookup_function): Change prototypes and adjust to
23921 work with a struct library.
23922 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23923 (translate_offset): Make static.
23924 (get_text_addr): New function.
23925 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23926
23927 2014-04-15 Pedro Alves <palves@redhat.com>
23928
23929 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23930
23931 2014-04-15 Pedro Alves <palves@redhat.com>
23932
23933 * gdb.base/sym-file-loader.c: Include <limits.h>.
23934 (SELF_LINK): New define.
23935 (get_origin): New function.
23936 (load_shlib): Use it.
23937 * gdb.base/sym-file.exp: Don't early return if the target is
23938 remote. Use runto_main, and issue fail is that fails. Use
23939 gdb_load_shlibs.
23940 (shlib_name): Delete.
23941 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23942
23943 2014-04-15 Pedro Alves <palves@redhat.com>
23944
23945 * gdb.base/sym-file.exp: Remove regex characters from test
23946 message. Don't refer to breakpoint numbers in test messages.
23947
23948 2014-04-14 Keith Seitz <keiths@redhat.com>
23949
23950 PR c++/16253
23951 * gdb.cp/var-tag.cc: New file.
23952 * gdb.cp/var-tag.exp: New file.
23953 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23954 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23955 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23956 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23957
23958 2014-04-14 Tom Tromey <tromey@redhat.com>
23959
23960 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23961 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23962 type.
23963 * gdb.cp/enum-class.exp: New file.
23964 * gdb.cp/enum-class.cc: New file.
23965
23966 2014-04-14 Tom Tromey <tromey@redhat.com>
23967
23968 * gdb.dwarf2/enum-type.exp: New file.
23969
23970 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23971
23972 * gdb.mi/mi-vla-c99.exp: New file.
23973 * gdb.mi/vla.c: New file.
23974
23975 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23976
23977 * gdb.base/vla-datatypes.c: New file.
23978 * gdb.base/vla-datatypes.exp: New file.
23979
23980 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23981
23982 * gdb.base/vla-ptr.c: New file.
23983 * gdb.base/vla-ptr.exp: New file.
23984
23985 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23986
23987 * gdb.dwarf2/count.exp: New file.
23988
23989 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23990
23991 * gdb.base/vla-sideeffect.c: New file.
23992 * gdb.base/vla-sideeffect.exp: New file.
23993
23994 2014-04-14 David Blaikie <dblaikie@gmail.com>
23995
23996 * gdb.mi/non-stop.c: Add return value for non-void function return
23997 statement.
23998 * gdb.threads/staticthreads.c: Ditto.
23999
24000 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
24001 Doug Evans <xdje42@gmail.com>
24002
24003 * gdb.guile/scm-value.c: Improve test case.
24004 * gdb.guile/scm-value.exp: Add new test.
24005
24006 2014-04-11 David Blaikie <dblaikie@gmail.com>
24007
24008 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
24009 override Clang's default.
24010
24011 2014-04-11 Joel Brobecker <brobecker@adacore.com>
24012
24013 Revert the following changes (regressions):
24014
24015 * gdb.base/vla-sideeffect.c: New file.
24016 * gdb.base/vla-sideeffect.exp: New file.
24017
24018 * gdb.dwarf2/count.exp: New file.
24019
24020 * gdb.base/vla-multi.c: New file.
24021 * gdb.base/vla-multi.exp: New file.
24022
24023 * gdb.base/vla-ptr.c: New file.
24024 * gdb.base/vla-ptr.exp: New file.
24025
24026 * gdb.base/vla-datatypes.c: New file.
24027 * gdb.base/vla-datatypes.exp: New file.
24028
24029 * gdb.mi/mi-vla-c99.exp: New file.
24030 * gdb.mi/vla.c: New file.
24031
24032 2014-04-11 Keith Seitz <keiths@redhat.com>
24033
24034 PR c++/16675
24035 * gdb.cp/cpsizeof.exp: New file.
24036 * gdb.cp/cpsizeof.cc: New file.
24037
24038 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24039
24040 * gdb.mi/mi-vla-c99.exp: New file.
24041 * gdb.mi/vla.c: New file.
24042
24043 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24044
24045 * gdb.base/vla-datatypes.c: New file.
24046 * gdb.base/vla-datatypes.exp: New file.
24047
24048 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24049
24050 * gdb.base/vla-ptr.c: New file.
24051 * gdb.base/vla-ptr.exp: New file.
24052
24053 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24054
24055 * gdb.base/vla-multi.c: New file.
24056 * gdb.base/vla-multi.exp: New file.
24057
24058 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24059
24060 * gdb.dwarf2/count.exp: New file.
24061
24062 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24063
24064 * gdb.base/vla-sideeffect.c: New file.
24065 * gdb.base/vla-sideeffect.exp: New file.
24066
24067 2014-04-11 Yao Qi <yao@codesourcery.com>
24068
24069 * gdb.base/completion.exp: Check file exists before running tests
24070 on file completion.
24071
24072 2014-04-10 Pedro Alves <palves@redhat.com>
24073
24074 * gdb.base/cond-eval-mode.c: New file.
24075 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
24076 prepare_for_testing to build the new file. Check result of
24077 runto_main.
24078 (test_break, test_watch): New procedures.
24079 (top level): Use them.
24080
24081 2014-04-08 Pierre Muller <muller@sourceware.org>
24082
24083 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
24084 Ctrl-V use for mingw hosts.
24085
24086 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
24087
24088 * gdb.python/py-value.c: Improve test case.
24089 * gdb.python/py-value.exp: Add new test.
24090
24091 2014-04-07 David Blaikie <dblaikie@gmail.com>
24092
24093 * lib/compiler.c: Identify the clang compiler.
24094 * lib/compiler.cc: Ditto.
24095
24096 2014-04-03 Yao Qi <yao@codesourcery.com>
24097
24098 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
24099
24100 2014-04-01 Anton Blanchard <anton@samba.org>
24101
24102 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
24103 messages unique.
24104
24105 2014-04-01 Anton Blanchard <anton@samba.org>
24106
24107 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
24108 prepare_for_testing.
24109
24110 2014-04-01 Anton Blanchard <anton@samba.org>
24111
24112 * gdb.arch/ppc64-atomic-inst.c: Remove.
24113 * gdb.arch/ppc64-atomic-inst.S: New file.
24114 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
24115
24116 2014-03-31 Doug Evans <dje@google.com>
24117
24118 * gdb.base/print-symbol-loading-lib.c: New file.
24119 * gdb.base/print-symbol-loading-main.c: New file.
24120 * gdb.base/print-symbol-loading.exp: New file.
24121
24122 2014-03-31 Yao Qi <yao@codesourcery.com>
24123
24124 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
24125
24126 2014-03-28 Joel Brobecker <brobecker@adacore.com>
24127
24128 * gdb.ada/mi_dyn_arr: New testcase.
24129
24130 2014-03-27 Doug Evans <dje@google.com>
24131
24132 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
24133
24134 2014-03-27 Yao Qi <yao@codesourcery.com>
24135
24136 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
24137 if target is nios2-*-*.
24138
24139 2014-03-26 Yao Qi <yao@codesourcery.com>
24140
24141 * lib/gdb.exp (readline_is_used): New proc.
24142 * gdb.base/completion.exp: Move tests on command complete up.
24143 Skip the rest of tests if readline is not used.
24144 * gdb.ada/complete.exp: Skp the test if readline is not
24145 used.
24146 * gdb.base/filesym.exp: Likewise.
24147 * gdb.base/macscp.exp: Likewise.
24148 * gdb.base/readline-ask.exp: Likewise.
24149 * gdb.base/readline.exp: Likewise.
24150 * gdb.python/py-cmd.exp: Likewise.
24151 * gdb.trace/tfile.exp: Likewise.
24152
24153 2014-03-26 Yao Qi <yao@codesourcery.com>
24154
24155 * gdb.base/macscp.exp: Fix code format issues.
24156
24157 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
24158
24159 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
24160 * gdb.asm/powerpc64le.inc: New file.
24161
24162 2014-03-25 Pedro Alves <palves@redhat.com>
24163 Doug Evans <dje@google.com>
24164
24165 * gdb.base/source-execution.c: New file.
24166 * gdb.base/source-execution.exp: New file.
24167 * gdb.base/source-execution.gdb: New file.
24168
24169 2014-03-24 Doug Evans <dje@google.com>
24170
24171 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
24172 using fission.
24173
24174 2014-03-24 Hui Zhu <hui@codesourcery.com>
24175 Pedro Alves <palves@redhat.com>
24176
24177 PR breakpoints/16101
24178 * gdb.base/dprintf.exp: Use unsupported rather than changing the
24179 test pass/fail messages. Detect missing support for dprintf when
24180 breakpoints are actually inserted.
24181 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
24182 breakpoints are actually inserted.
24183 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
24184 fails.
24185
24186 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
24187
24188 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
24189
24190 2014-03-22 Doug Evans <xdje42@gmail.com>
24191
24192 * gdb.python/python.exp (python not supported): Verify multi-line
24193 python command issues an error.
24194 * gdb.guile/guile.exp (guile not supported): Verify multi-line
24195 guile command issues an error.
24196
24197 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
24198
24199 * gdb.threads/thread-specific.exp: Handle the lack of usable
24200 $this_breakpoint and $this_thread.
24201
24202 2014-03-21 Hui Zhu <hui@codesourcery.com>
24203
24204 * gdb.base/attach.exp (do_command_attach_tests): New.
24205
24206 2014-03-20 Tom Tromey <tromey@redhat.com>
24207 Pedro Alves <palves@redhat.com>
24208
24209 PR cli/15718
24210 * gdb.base/condbreak-call-false.c: New file.
24211 * gdb.base/condbreak-call-false.exp: New file.
24212
24213 2014-03-20 Pedro Alves <palves@redhat.com>
24214
24215 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
24216 Delete.
24217 (block_signals, unblock_signals): Delete.
24218 (child_function_2, main): Remove references to deleted variable
24219 and functions.
24220
24221 2014-03-20 Pedro Alves <palves@redhat.com>
24222
24223 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
24224 Use pthread_kill to signal thread 2.
24225 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24226 Adjust to make the test send itself a signal rather than using the
24227 host's "kill" command.
24228
24229 2014-03-20 Pedro Alves <palves@redhat.com>
24230
24231 * gdb.threads/multiple-step-overs.c: New file.
24232 * gdb.threads/multiple-step-overs.exp: New file.
24233 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24234 Adjust expected infrun debug output.
24235
24236 2014-03-20 Pedro Alves <palves@redhat.com>
24237
24238 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
24239 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
24240
24241 2014-03-20 Pedro Alves <palves@redhat.com>
24242
24243 PR breakpoints/7143
24244 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
24245 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
24246 of gdb_test_multiple.
24247 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
24248 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
24249
24250 2014-03-20 Pedro Alves <palves@redhat.com>
24251
24252 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
24253 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
24254
24255 2014-03-19 Pedro Alves <palves@redhat.com>
24256
24257 * gdb.base/async.exp: Remove early return.
24258
24259 2014-03-19 Pedro Alves <palves@redhat.com>
24260
24261 * gdb.base/async.exp (step& tests): Pass explicit test messages.
24262
24263 2014-03-19 Pedro Alves <palves@redhat.com>
24264
24265 * gdb.base/async.exp (test_background): Expect \r\n after
24266 "completed." in the fail pattern.
24267
24268 2014-03-19 Pedro Alves <palves@redhat.com>
24269
24270 * gdb.base/async.exp (test_background): New procedure.
24271 Use it for all background execution command tests.
24272
24273 2014-03-19 Pedro Alves <palves@redhat.com>
24274
24275 * gdb.base/async.exp: Use prepare_for_testing.
24276
24277 2014-03-19 Pedro Alves <palves@redhat.com>
24278
24279 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
24280 the same line.
24281
24282 2014-03-19 Pedro Alves <palves@redhat.com>
24283
24284 * gdb.base/async.c (main): Add "jump here" and "until here" line
24285 marker comments.
24286 * gdb.base/async.exp (jump_here): New global.
24287 (jump& test): Use it.
24288 (until_here): New global.
24289 (until& test): Use it.
24290
24291 2014-03-19 Pedro Alves <palves@redhat.com>
24292
24293 * gdb.base/async.exp: Don't frob gdb_protocol.
24294
24295 2014-03-18 Doug Evans <xdje42@gmail.com>
24296
24297 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
24298 Fix spelling of exec-done-display.
24299
24300 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
24301
24302 PR gdb/15358
24303 * gdb.base/gdb-sigterm.c: New file.
24304 * gdb.base/gdb-sigterm.exp: New file.
24305
24306 2014-03-18 Pedro Alves <palves@redhat.com>
24307
24308 PR gdb/13860
24309 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
24310 * lib/mi-support.exp (mi_expect_stop): Add special handling for
24311 solib-event.
24312
24313 2014-03-17 Joel Brobecker <brobecker@adacore.com>
24314
24315 * gdb.ada/pckd_arr_ren: New testcase.
24316
24317 2014-03-13 Doug Evans <xdje42@gmail.com>
24318
24319 PR guile/16612
24320 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
24321 collect after discarding symbols.
24322
24323 2014-03-13 Ludovic Courtès <ludo@gnu.org>
24324 Doug Evans <xdje42@gmail.com>
24325
24326 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
24327 to history survives a gc.
24328
24329 2014-03-13 Pedro Alves <palves@redhat.com>
24330
24331 * gdb.base/default.exp: Don't test "target procfs".
24332
24333 2014-03-13 Pedro Alves <palves@redhat.com>
24334
24335 * gdb.base/default.exp: Update "target child" and "target procfs"
24336 tests to not expect "Unix".
24337
24338 2014-03-12 Tom Tromey <tromey@redhat.com>
24339
24340 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
24341 New procs. Add target-async tests.
24342 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
24343 Add target-async tests.
24344
24345 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24346
24347 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
24348 'func_start' and 'func_end' for the beginning and end of the
24349 function code, respectively.
24350 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24351 'func_end' instead of 'func' and 'main'.
24352
24353 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24354
24355 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24356 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24357 generate the debug info assembler source.
24358
24359 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24360
24361 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24362 * gdb.dwarf2/arr-subrange.exp: Likewise.
24363 * gdb.dwarf2/dwz.exp: Likewise.
24364 * gdb.dwarf2/method-ptr.exp: Likewise.
24365 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24366 * gdb.dwarf2/subrange.exp: Likewise.
24367 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24368 * gdb.dwarf2/implptrpiece.exp: Likewise.
24369 * gdb.dwarf2/nostaticblock.exp: Likewise.
24370
24371 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24372
24373 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24374 directory to absolute path name arguments.
24375
24376 2014-03-10 Joel Brobecker <brobecker@adacore.com>
24377
24378 * gdb.ada/tagged_access: New testcase.
24379
24380 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24381
24382 * gdb.btrace/data.exp: Update expected output.
24383
24384 2014-03-06 Yao Qi <yao@codesourcery.com>
24385
24386 * gdb.trace/pr16508.exp: New file.
24387
24388 2014-03-05 Pedro Alves <palves@redhat.com>
24389
24390 PR gdb/16575
24391 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24392 procedure.
24393 (top level): Adjust to use it. Add tests that exercise breakpoint
24394 interaction with the code-cache.
24395
24396 2014-02-26 Ludovic Courtès <ludo@gnu.org>
24397
24398 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24399 test for 'history-append!'.
24400
24401 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24402
24403 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24404 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24405 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24406 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24407 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24408 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24409
24410 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24411
24412 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24413 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24414 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24415
24416 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24417
24418 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24419
24420 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24421
24422 * gdb.dwarf2/arr-stride.c: New file.
24423 * gdb.dwarf2/arr-stride.exp: New file.
24424
24425 2014-02-26 Pedro Alves <palves@redhat.com>
24426
24427 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24428 that won't ever trigger. Make sure that GDB reports the correct
24429 breakpoint that caused the stop.
24430
24431 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24432
24433 PR gdb/16626
24434 * gdb.base/auto-load-script: New file.
24435 * gdb.base/auto-load.c: New file.
24436 * gdb.base/auto-load.exp: New file.
24437
24438 PR gdb/16626
24439 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24440
24441 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24442
24443 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24444 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24445
24446 2014-02-24 Doug Evans <dje@google.com>
24447
24448 * lib/gdb.exp (run_on_host): Log error output if program fails.
24449
24450 2014-02-21 Pedro Alves <palves@redhat.com>
24451
24452 * gdb.threads/step-after-sr-lock.c: Rename to ...
24453 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24454 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24455 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24456 ... this.
24457
24458 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24459
24460 PR tdep/16397
24461 * gdb.arch/amd64-stap-special-operands.exp: New file.
24462 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24463 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24464 * gdb.arch/amd64-stap-triplet.S: Likewise.
24465 * gdb.arch/amd64-stap-triplet.c: Likewise.
24466
24467 2014-02-20 Joel Brobecker <brobecker@adacore.com>
24468
24469 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24470 in .section pseudo-op.
24471
24472 2014-02-20 lin zuojian <manjian2006@gmail.com>
24473 Joel Brobecker <brobecker@adacore.com>
24474 Doug Evans <xdje42@gmail.com>
24475
24476 PR symtab/16581
24477 * gdb.dwarf2/dw2-icycle.S: New file.
24478 * gdb.dwarf2/dw2-icycle.c: New file.
24479 * gdb.dwarf2/dw2-icycle.exp: New file.
24480
24481 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24482
24483 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24484 operations on gdb.Value objects.
24485 * gdb.python/py-value-cc.exp: Add new test to test operations on
24486 gdb.Value objects.
24487
24488 2014-02-18 Doug Evans <dje@google.com>
24489
24490 * Makefile.in (TESTS): New variable.
24491 (expanded_tests, expanded_tests_or_none): New variables
24492 (check-single): Pass $(expanded_tests_or_none) to runtest.
24493 (check-parallel): Only run tests in $(TESTS) if non-empty.
24494 (check/no-matching-tests-found): New rule.
24495 * README: Document TESTS makefile variable.
24496
24497 2014-02-18 Doug Evans <dje@google.com>
24498
24499 * Makefile.in (check-parallel): rm -rf outputs temp.
24500
24501 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24502
24503 Fix "ERROR: no fileid for" in the testsuite.
24504 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24505
24506 2014-02-12 Doug Evans <dje@google.com>
24507
24508 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24509 (MISCELLANEOUS): New variable.
24510 (clean): rm -rf $(MISCELLANEOUS).
24511 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24512 dwp live in the same directory as symlinks, with each symlink pointed
24513 to a differently named file in a different directory.
24514
24515 2014-02-11 Doug Evans <dje@google.com>
24516
24517 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24518 of Tcl file commands.
24519
24520 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24521
24522 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24523 "kill -SIGUSR1 -1".
24524
24525 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24526
24527 * gdb.ada/tick_length_array_enum_idx: New testcase.
24528
24529 2014-02-10 Doug Evans <xdje42@gmail.com>
24530
24531 * configure.ac (AC_OUTPUT): Add gdb.guile.
24532 * configure: Regenerate.
24533 * lib/gdb-guile.exp: New file.
24534 * lib/gdb.exp (get_target_charset): New function.
24535 * gdb.base/help.exp: Update expected output from "apropos apropos".
24536 * gdb.guile/Makefile.in: New file.
24537 * gdb.guile/guile.exp: New file.
24538 * gdb.guile/scm-arch.c: New file.
24539 * gdb.guile/scm-arch.exp: New file.
24540 * gdb.guile/scm-block.c: New file.
24541 * gdb.guile/scm-block.exp: New file.
24542 * gdb.guile/scm-breakpoint.c: New file.
24543 * gdb.guile/scm-breakpoint.exp: New file.
24544 * gdb.guile/scm-disasm.c: New file.
24545 * gdb.guile/scm-disasm.exp: New file.
24546 * gdb.guile/scm-equal.c: New file.
24547 * gdb.guile/scm-equal.exp: New file.
24548 * gdb.guile/scm-error.exp: New file.
24549 * gdb.guile/scm-error.scm: New file.
24550 * gdb.guile/scm-frame-args.c: New file.
24551 * gdb.guile/scm-frame-args.exp: New file.
24552 * gdb.guile/scm-frame-args.scm: New file.
24553 * gdb.guile/scm-frame-inline.c: New file.
24554 * gdb.guile/scm-frame-inline.exp: New file.
24555 * gdb.guile/scm-frame.c: New file.
24556 * gdb.guile/scm-frame.exp: New file.
24557 * gdb.guile/scm-generics.exp: New file.
24558 * gdb.guile/scm-gsmob.exp: New file.
24559 * gdb.guile/scm-iterator.c: New file.
24560 * gdb.guile/scm-iterator.exp: New file.
24561 * gdb.guile/scm-math.c: New file.
24562 * gdb.guile/scm-math.exp: New file.
24563 * gdb.guile/scm-objfile-script-gdb.in: New file.
24564 * gdb.guile/scm-objfile-script.c: New file.
24565 * gdb.guile/scm-objfile-script.exp: New file.
24566 * gdb.guile/scm-objfile.c: New file.
24567 * gdb.guile/scm-objfile.exp: New file.
24568 * gdb.guile/scm-ports.exp: New file.
24569 * gdb.guile/scm-pretty-print.c: New file.
24570 * gdb.guile/scm-pretty-print.exp: New file.
24571 * gdb.guile/scm-pretty-print.scm: New file.
24572 * gdb.guile/scm-section-script.c: New file.
24573 * gdb.guile/scm-section-script.exp: New file.
24574 * gdb.guile/scm-section-script.scm: New file.
24575 * gdb.guile/scm-symbol.c: New file.
24576 * gdb.guile/scm-symbol.exp: New file.
24577 * gdb.guile/scm-symtab-2.c: New file.
24578 * gdb.guile/scm-symtab.c: New file.
24579 * gdb.guile/scm-symtab.exp: New file.
24580 * gdb.guile/scm-type.c: New file.
24581 * gdb.guile/scm-type.exp: New file.
24582 * gdb.guile/scm-value-cc.cc: New file.
24583 * gdb.guile/scm-value-cc.exp: New file.
24584 * gdb.guile/scm-value.c: New file.
24585 * gdb.guile/scm-value.exp: New file.
24586 * gdb.guile/source2.scm: New file.
24587 * gdb.guile/types-module.cc: New file.
24588 * gdb.guile/types-module.exp: New file.
24589
24590 2014-02-10 Yao Qi <yao@codesourcery.com>
24591
24592 PR testsuite/16543
24593 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24594 * configure: Regenerated.
24595 * Makefile.in: New file.
24596
24597 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24598
24599 * gdb.python/py-framefilter.exp: Fix typo.
24600
24601 2014-02-08 Yao Qi <yao@codesourcery.com>
24602
24603 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24604 that no =breakpoint-modified is emitted when breakpoints are
24605 modified through MI commands.
24606
24607 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24608 Pedro Alves <palves@redhat.com>
24609
24610 * gdb.threads/step-after-sr-lock.c: New file.
24611 * gdb.threads/step-after-sr-lock.exp: New file.
24612
24613 2014-02-07 Pedro Alves <palves@redhat.com>
24614
24615 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24616
24617 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24618
24619 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24620 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24621
24622 2014-02-06 Doug Evans <xdje42@gmail.com>
24623
24624 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24625 output.
24626
24627 * gdb.gdb/python-interrupts.exp: New file.
24628
24629 2014-02-05 Yao Qi <yao@codesourcery.com>
24630
24631 * gdb.trace/report.exp (use_collected_data): Test the output
24632 of "info threads" and "info inferiors".
24633
24634 2014-02-05 Yao Qi <yao@codesourcery.com>
24635
24636 Revert this patch:
24637
24638 2013-05-24 Yao Qi <yao@codesourcery.com>
24639
24640 * gdb.trace/tfile.exp: Test inferior and thread.
24641
24642 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24643
24644 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24645 on a function.
24646 * gdb.base/step-bt.c: Call hello via function pointer to make
24647 sure its first instruction is executed on powerpc64le-linux.
24648
24649 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24650
24651 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24652
24653 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24654
24655 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24656 of the test patterns for use on little-endian systems.
24657
24658 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24659
24660 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24661 (decimal_vector): Fix for little-endian.
24662
24663 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24664
24665 * gdb.arch/sparc-sysstep.exp: New file.
24666 * gdb.arch/sparc-sysstep.c: Likewise.
24667
24668 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24669
24670 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24671
24672 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24673
24674 2014-01-23 Tom Tromey <tromey@redhat.com>
24675
24676 * gdb.ada/array_char_idx: New testcase.
24677
24678 2014-01-23 Tom Tromey <tromey@redhat.com>
24679
24680 PR python/16487:
24681 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24682 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24683 classes.
24684
24685 2014-01-23 Tom Tromey <tromey@redhat.com>
24686
24687 PR python/16491:
24688 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24689 string from an inferior frame.
24690 * gdb.python/py-framefilter-mi.exp: Update.
24691
24692 2014-01-22 Doug Evans <dje@google.com>
24693
24694 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24695
24696 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24697
24698 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24699
24700 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24701
24702 * gdb.trace/entry-values.exp: Remove excess space character from
24703 regex patterns. Handle s390 call instruction.
24704
24705 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24706
24707 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24708 define "*_start" label. Make "name" static.
24709 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24710 ${name} by references to ${name}_start.
24711
24712 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24713
24714 * gdb.base/info-macros.exp: Remove "debug" from the compile
24715 options.
24716
24717 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24718
24719 * gdb.dlang/demangle.exp: New file.
24720
24721 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24722
24723 * gdb.dlang/primitive-types.exp: New file.
24724
24725 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24726
24727 * configure.ac: Create gdb.dlang/Makefile.
24728 * configure: Regenerate.
24729 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24730 * gdb.dlang/Makefile.in: New file.
24731 * lib/d-support.exp: New file.
24732 * lib/gdb.exp (skip_d_tests): New proc.
24733
24734 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24735
24736 * gdb.btrace/delta.exp: Check reverse stepi.
24737 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24738 * gdb.btrace/finish.exp: New.
24739 * gdb.btrace/next.exp: New.
24740 * gdb.btrace/nexti.exp: New.
24741 * gdb.btrace/record_goto.c: Add comments.
24742 * gdb.btrace/step.exp: New.
24743 * gdb.btrace/stepi.exp: New.
24744 * gdb.btrace/multi-thread-step.c: New.
24745 * gdb.btrace/multi-thread-step.exp: New.
24746 * gdb.btrace/rn-dl-bind.c: New.
24747 * gdb.btrace/rn-dl-bind.exp: New.
24748 * gdb.btrace/data.c: New.
24749 * gdb.btrace/data.exp: New.
24750 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24751
24752 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24753
24754 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24755 * gdb.btrace/exception.exp: Update.
24756 * gdb.btrace/instruction_history.exp: Update.
24757 * gdb.btrace/record_goto.exp: Update.
24758 * gdb.btrace/tailcall.exp: Update.
24759 * gdb.btrace/unknown_functions.exp: Update.
24760 * gdb.btrace/delta.exp: New.
24761
24762 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24763
24764 * gdb.btrace/record_goto.exp: Add backtrace test.
24765 * gdb.btrace/tailcall.exp: Add backtrace test.
24766
24767 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24768
24769 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24770 * gdb.btrace/record_goto.c: New.
24771 * gdb.btrace/record_goto.exp: New.
24772 * gdb.btrace/x86-record_goto.S: New.
24773
24774 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24775
24776 * gdb.btrace/function_call_history.exp: Update tests.
24777 * gdb.btrace/instruction_history.exp: Update tests.
24778
24779 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24780
24781 * gdb.btrace/function_call_history.exp: Fix expected field
24782 order for "record function-call-history".
24783 Add new tests for "record function-call-history /c".
24784 * gdb.btrace/exception.cc: New.
24785 * gdb.btrace/exception.exp: New.
24786 * gdb.btrace/tailcall.exp: New.
24787 * gdb.btrace/x86-tailcall.S: New.
24788 * gdb.btrace/x86-tailcall.c: New.
24789 * gdb.btrace/unknown_functions.c: New.
24790 * gdb.btrace/unknown_functions.exp: New.
24791 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24792
24793 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24794
24795 * gdb.btrace/instruction_history.exp: Update.
24796 * gdb.btrace/function_call_history.exp: Update.
24797
24798 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24799
24800 * gdb.btrace/function_call_history.exp: Fix expected function
24801 trace.
24802 * gdb.btrace/instruction_history.exp: Initialize traced.
24803 Remove traced_functions.
24804
24805 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24806
24807 * gdb.btrace/function_call_history.exp: Update
24808 * gdb.btrace/instruction_history.exp: Update.
24809
24810 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24811
24812 * gdb.btrace/enable.exp: Update expected text.
24813
24814 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24815
24816 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24817 bytes.
24818
24819 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24820
24821 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24822
24823 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24824
24825 * lib/gdb.exp (supports_process_record): Return true for
24826 arm*-linux*. (supports_reverse): Likewise.
24827
24828 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24829
24830 PR python/15464
24831 PR python/16113
24832 * gdb.python/py-type.c: Enhance test case.
24833 * gdb.python/py-value-cc.cc: Likewise
24834 * gdb.python/py-type.exp: Add new tests.
24835 * gdb.python/py-value-cc.exp: Likewise
24836
24837 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24838 Pedro Alves <palves@redhat.com>
24839
24840 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24841 Make "name" extern.
24842 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24843 references to ${name}_start by references to ${name}.
24844
24845 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24846
24847 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24848
24849 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24850
24851 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24852
24853 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24854 Pedro Alves <palves@redhat.com>
24855
24856 * gdb.mi/mi-info-os.exp: Connect to the target with
24857 mi_gdb_target_load.
24858
24859 2014-01-08 Pedro Alves <palves@redhat.com>
24860
24861 * gdb.threads/reconnect-signal.c: New file.
24862 * gdb.threads/reconnect-signal.exp: New file.
24863
24864 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24865
24866 * gdb.base/source-dir.exp: New file.
24867
24868 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24869
24870 * gdb.ada/mi_interface: New testcase.
24871
24872 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24873
24874 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24875 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24876 gdb.ada/pp-rec-component/pck.ads: New files.
24877
24878 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24879
24880 * gdb.python/py-pp-integral.c: New file.
24881 * gdb.python/py-pp-integral.py: New file.
24882 * gdb.python/py-pp-integral.exp: New file.
24883
24884 For older changes see ChangeLog-1993-2013.
24885 \f
24886 ;; Local Variables:
24887 ;; mode: change-log
24888 ;; left-margin: 8
24889 ;; fill-column: 74
24890 ;; version-control: never
24891 ;; End:
24892
24893 Copyright 2014-2021 Free Software Foundation, Inc.
24894 Copying and distribution of this file, with or without modification,
24895 are permitted provided the copyright notice and this notice are preserved.
This page took 0.505222 seconds and 5 git commands to generate.