]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb/remote: handle target dying just before a stepi
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-06-22 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.server/server-kill.exp: Introduce global kill_pid_of, and
4 make use of this in prepare to select which pid we should kill.
5 Run all the tests twice with a different kill_pid_of value.
6 (prepare): Make use of kill_pid_of.
7 (test_stepi): New proc.
8
9 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
10
11 * gdb.python/py-frame.exp: Add Frame.level tests.
12 * gdb.python/py-pending-frame-level.c: New file.
13 * gdb.python/py-pending-frame-level.exp: New file.
14 * gdb.python/py-pending-frame-level.py: New file.
15
16 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * gdb.python/py-unwind-user-regs.c: New file.
19 * gdb.python/py-unwind-user-regs.exp: New file.
20 * gdb.python/py-unwind-user-regs.py: New file.
21
22 2021-06-17 Carl Love <cel@us.ibm.com>
23
24 * gdb.arch/powerpc-power8.exp(bctar, bctarl): Update mnemonics
25 to bgetar and bgetarl.
26 * gdb.arch/powerpc-power8.s((bctar, bctarl): Update comments
27 for mnemonics to bgetar and bnstarl.
28
29 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
30
31 * gdb.base/args.exp: Check target, KFAIL if remote.
32 (args_test): Add parameter and use it.
33
34 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
35
36 * gdb.base/args.exp: Remove trailing parenthesis in test names.
37
38 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
39
40 * gdb.base/args.exp: Use $old_gdbflags in all tests.
41
42 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
43
44 * gdb.base/args.exp: Use save_vars.
45
46 2021-06-14 Pedro Alves <pedro@palves.net>
47
48 * gdb.base/annota1.exp: Build list using [list] instead of {}.
49 Tell [join] to join with no character. Build expected pattern in
50 separate variable instead of in the -re expression directly.
51
52 2021-06-11 Kevin Buettner <kevinb@redhat.com>
53
54 * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
55 timeout.
56
57 2021-06-11 Kevin Buettner <kevinb@redhat.com>
58
59 * gdb.base/print-symbol-loading.exp (proc test_load_shlib):
60 Allow "Symbols already loaded for..." messages.
61
62 2021-06-11 Kevin Buettner <kevinb@redhat.com>
63
64 * gdb.base/execl-update-breakpoints.exp: Add regular
65 expression for optionally matching output related to
66 libthread_db.
67 * gdb.base/fork-print-inferior-events.exp: Likewise.
68
69 2021-06-11 Felix Willgerodt <felix.willgerodt@intel.com>
70
71 * gdb.mi/array.f: Convert into...
72 * gdb.mi/array.f90: ...this.
73 * gdb.mi/mi-var-child-f.exp: Use array.f90.
74
75 2021-06-11 Tom Tromey <tom@tromey.com>
76
77 PR rust/23427
78 * lib/rust-support.exp (rust_compiler_version): New caching proc.
79 * gdb.rust/rawids.exp: New file.
80 * gdb.rust/rawids.rs: New file.
81
82 2021-06-10 Simon Marchi <simon.marchi@polymtl.ca>
83
84 * lib/gdb.exp (default_gdb_exit): Unset gdb_tty_name.
85 (spawn_capture_tty_name): New, override builtin spawn.
86 (default_gdb_spawn): Capture GDB's TTY name.
87 * lib/tuiterm.exp (tuiterm_spawn): Remove.
88 (tuiterm_env_init, tuiterm_env_finish): Remove spawn override.
89 (Term) <resize>: Use new variable name.
90 (tuiterm_env_init, tuiterm_env_finish): Remove.
91 (tuiterm_env): Don't call tuiterm_env_init and register
92 tuiterm_env_finish in gdb_finish_hooks.
93 (gdb_finish_hooks): Remove.
94 (gdb_finish): Don't call finish hooks.
95
96 2021-06-10 Tom de Vries <tdevries@suse.de>
97
98 * gdb.mi/user-selected-context-sync.c (child_sub_function, main):
99 Rewrite while (1) using dummy loop body.
100
101 2021-06-10 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
102
103 * gdb.base/foll-exec.c: convert the multi-line function call into
104 single line.
105
106 2021-06-10 Tom de Vries <tdevries@suse.de>
107
108 * lib/cp-support.exp (cp_test_ptype_class): Break up regexp.
109 * gdb.cp/nested-types.exp: Remove usage of read1 timeout factor.
110
111 2021-06-10 Tom de Vries <tdevries@suse.de>
112
113 * gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
114
115 2021-06-09 Tom Tromey <tromey@adacore.com>
116
117 * README (Example): Update read1 example.
118
119 2021-06-09 Simon Marchi <simon.marchi@polymtl.ca>
120
121 * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
122
123 2021-06-08 Lancelot Six <lsix@lancelotsix.com>
124
125 * gdb.base/premature-dummy-frame-removal.py (TestUnwinder): Use
126 'is None' instead of '== None' and 'is not None' instead of
127 '!= None'.
128 * gdb.python/py-frame-args.py (lookup_function): Same.
129 * gdb.python/py-framefilter-invalidarg.py (Reverse_Function): Same.
130 * gdb.python/py-framefilter.py (Reverse_Function): Same.
131 * gdb.python/py-nested-maps.py (lookup_function): Same.
132 * gdb.python/py-objfile-script-gdb.py (lookup_function): Same.
133 * gdb.python/py-prettyprint.py (lookup_function): Same.
134 * gdb.python/py-section-script.py (lookup_function): Same.
135 * gdb.python/py-unwind-inline.py (dummy_unwinder): Same.
136 * gdb.python/python.exp: Same.
137 * gdb.rust/pp.py (lookup_function): Same.
138
139 2021-06-08 Tom de Vries <tdevries@suse.de>
140
141 * lib/gdb.exp (multi_line): Require more than one argument.
142 * gdb.base/gdbinit-history.exp: Update multi_line call.
143 * gdb.base/jit-reader.exp: Remove multi_line call.
144 * gdb.fortran/dynamic-ptype-whatis.exp: Same.
145
146 2021-06-08 Tom de Vries <tdevries@suse.de>
147
148 * gdb.base/info-types.exp.tcl (match_line, gdb_test_lines): Move ...
149 * lib/gdb.exp: ... here.
150 * gdb.base/info-macros.exp: Use gdb_test_lines.
151
152 2021-06-08 Tom de Vries <tdevries@suse.de>
153
154 * gdb.base/info-types.exp.tcl (match_line): Handle --any.
155 (gdb_test_lines): Factor out of ...
156 (run_test): ... here.
157
158 2021-06-08 Tom de Vries <tdevries@suse.de>
159
160 * gdb.base/batch-preserve-term-settings.exp (spawn_shell): Fix
161 matching of initial prompt.
162
163 2021-06-08 Tom de Vries <tdevries@suse.de>
164
165 * gdb.threads/multi-create-ns-info-thr.exp: Limit breakpoint regexp to
166 one line.
167
168 2021-06-08 Tom de Vries <tdevries@suse.de>
169
170 * gdb.base/sect-cmd.exp: Use gdb_test. Use -wrap "". Fix
171 test name.
172
173 2021-06-08 Tom de Vries <tdevries@suse.de>
174
175 * gdb.base/sect-cmd.exp: Fix saw_section_address_line regexp.
176
177 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
178
179 * gdb.base/continue-all-already-running.exp: Call fail if can't
180 run to main.
181
182 2021-06-07 Andrew Burgess <andrew.burgess@embecosm.com>
183
184 PR gdb/27847
185 * gdb.dwarf2/dw2-weird-type-len.c: New file.
186 * gdb.dwarf2/dw2-weird-type-len.exp: New file.
187
188 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
189
190 * gdb.base/attach.exp (test_command_line_attach_run): Use
191 proc_with_prefix.
192
193 2021-06-07 Tom de Vries <tdevries@suse.de>
194
195 PR testsuite/27908
196 * gdb.base/run-attach-while-running.exp (test): Don't match prompt
197 after attach using '$gdb_prompt $'.
198
199 2021-06-07 Tom de Vries <tdevries@suse.de>
200
201 * gdb.base/info-types.exp.tcl: Remove "File .*" matching from regexp
202 matching state machine.
203
204 2021-06-07 Tom de Vries <tdevries@suse.de>
205
206 * gdb.base/new-ui-pending-input.exp
207 (test_command_line_new_ui_pending_input): Fix regexp for "initial
208 prompt on extra console".
209
210 2021-06-07 Tom de Vries <tdevries@suse.de>
211
212 * gdb.base/info-types.exp.tcl (run_test): Move "random line" regexp
213 up.
214
215 2021-06-06 Simon Marchi <simon.marchi@efficios.com>
216
217 * gdb.server/stop-reply-no-thread-multi.exp: Clear sysroot when
218 host and target are local.
219
220 2021-06-05 Hannes Domani <ssbssa@yahoo.de>
221
222 * gdb.python/py-symbol.exp: Fix tests for Python 3.
223
224 2021-06-05 Shahab Vahedi <shahab@synopsys.com>
225
226 * gdb.arch/arc-disassembler-options.exp: New test.
227 * gdb.arch/arc-disassembler-options.s: New test source.
228
229 2021-06-04 Tom Tromey <tromey@adacore.com>
230
231 * gdb.ada/array_of_symbolic_length.exp: New file.
232 * gdb.ada/array_of_symbolic_length/foo.adb: New file.
233 * gdb.ada/array_of_symbolic_length/gl.adb: New file.
234 * gdb.ada/array_of_symbolic_length/gl.ads: New file.
235 * gdb.ada/array_of_symbolic_length/pck.adb: New file.
236 * gdb.ada/array_of_symbolic_length/pck.ads: New file.
237
238 2021-06-03 Magne Hov <mhov@undo.io>
239
240 PR python/27841
241 * gdb.python/py-events.exp: Extend inferior exit tests.
242 * gdb.python/py-events.py: Print inferior exit PID.
243
244 2021-06-03 Hannes Domani <ssbssa@yahoo.de>
245
246 * gdb.python/py-symbol.exp: Test symbol constants.
247
248 2021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
249
250 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
251
252 2021-06-02 Carl Love <cel@us.ibm.com>
253
254 * gdb.threads/threadapply.c: Add global mybarrier.
255 (main): Add pthread_barrier_init.
256 (thread_function): Replace while loop with myp increment and
257 pthread_barrier_wait.
258
259 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * lib/gdb.exp (gdb_compile): Only add the -J option when using a
262 gcc based Fortran compiler, for example, flang does not support
263 this option.
264
265 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
268
269 2021-06-01 Tom Tromey <tromey@adacore.com>
270
271 * Makefile.in (all): Don't print anything.
272 ($(abs_builddir)/site.exp site.exp): Use $(ECHO_GEN).
273 (expect-read1): Likewise.
274 (read1.so): Use $(ECHO_CC).
275 Include silent-rules.mk.
276
277 2021-06-01 Tom Tromey <tromey@adacore.com>
278
279 * aclocal.m4, configure.ac, configure: Remove.
280 * Makefile.in (EXTRA_RULES): Remove.
281 ($(abs_builddir)/site.exp site.exp): Don't depend on
282 config.status.
283 (distclean maintainer-clean realclean, Makefile): Update.
284 (config.status): Remove target.
285 (lib/pdtrace): New target.
286 (all): Don't depend on EXTRA_RULES.
287 (check-read1): Depend on read1.so, expect-read1.
288
289 2021-06-01 Tom de Vries <tdevries@suse.de>
290
291 PR symtab/26096
292 * gdb.cp/cold-clone.cc: New test.
293 * gdb.cp/cold-clone.exp: New file.
294
295 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * gdb.gdb/unittest.c: New file.
298 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
299 into GDB.
300
301 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb.base/premature-dummy-frame-removal.c: New file.
304 * gdb.base/premature-dummy-frame-removal.exp: New file.
305 * gdb.base/premature-dummy-frame-removal.py: New file.
306
307 2021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
308
309 * gdb.base/reverse-init-functions.exp: New.
310
311 2021-05-27 Tom de Vries <tdevries@suse.de>
312
313 PR symtab/27919
314 PR testsuite/27920
315 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
316 -readnow.
317
318 2021-05-27 Tom de Vries <tdevries@suse.de>
319
320 PR testsuite/27921
321 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
322 (local_add_gdb_index): ... this.
323
324 2021-05-21 Tom de Vries <tdevries@suse.de>
325
326 PR testsuite/25047
327 * boards/cc-with-gnu-debuglink.exp: New file.
328
329 2021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
330
331 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
332 a dead code with an assignment to a global var. Fix a
333 whitespacing problem around an assignment operator.
334
335 2021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
336
337 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
338 for the powerpc64 LE target.
339 * gdb.arch/powerpc-prologue.exp: Test Harness.
340
341 2021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
342
343 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
344 duplicate test names.
345
346 2021-05-19 Tom de Vries <tdevries@suse.de>
347
348 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
349
350 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
351
352 * gdb.python/py-framefilter-gdb.py.in: Rename to:
353 * gdb.python/py-framefilter-gdb.py: ... this.
354 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
355 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
356
357 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
358
359 * gdb.python/py-framefilter-gdb.py.in: Re-format.
360 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
361
362 2021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
363
364 * gdb.base/class-allocatable-array.exp: Modified test for clang.
365
366 2021-05-16 Weimin Pan <weimin.pan@oracle.com>
367
368 * gdb.ctf/funcreturn.exp: New file.
369 * gdb.ctf/whatis.c: Copy from gdb.base.
370
371 2021-05-14 Tom Tromey <tom@tromey.com>
372
373 * gdb.rust/pp.exp: New file.
374 * gdb.rust/pp.py: New file.
375 * gdb.rust/pp.rs: New file.
376
377 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
378
379 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
380 remove the directory.
381 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
382
383 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
384
385 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
386
387 2021-05-14 Kent Cheung <kent.cheung@arm.com>
388 Andrew Burgess <andrew.burgess@embecosm.com>
389
390 * gdb.python/py-format-string.c: Added a variable to test.
391 * gdb.python/py-format-string.exp: Check string representation is
392 printed at appropriate max_depth settings.
393 * gdb.python/py-nested-maps.exp: Likewise.
394 * gdb.guile/scm-pretty-print.exp: Add additional tests.
395
396 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
397
398 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
399 unique names, also wrap proc body in with_test_prefix.
400
401 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
404 duplicate test names.
405 * gdb.guile/scm-parameter.exp: Provide test names to avoid
406 duplicate names based on the command being run.
407 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
408 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
409 loading a support module.
410 (test_equality): Update test name to match the actual test, making
411 the name unique in the process.
412 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
413 to resolve duplicate tests.
414 (test_inferior_function_call): Likewise.
415 (test_subscript_regression): Likewise.
416
417 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
418
419 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
420 silence PASS lines.
421 (gdb_install_guile_module): Likewise.
422
423 2021-05-12 George Barrett <bob@bob131.so>
424
425 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
426 value-const-value.
427
428 2021-05-12 George Barrett <bob@bob131.so>
429
430 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
431 value-reference-value. Add test for value-rvalue-reference-value.
432
433 2021-05-11 Tom de Vries <tdevries@suse.de>
434
435 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
436 Add "set debug infrun 1" commented out.
437
438 2021-05-11 Tom de Vries <tdevries@suse.de>
439
440 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
441
442 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
443
444 * gdb.fortran/array-element.exp: Breakpoint location is modified.
445
446 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
447
448 PR gdb/27614
449 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
450
451 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
452
453 * gdb.guile/guile.exp: Don't use the source directory as a
454 temporary HOME directory.
455
456 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
457
458 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
459 parameters.
460
461 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 * gdb.guile/guile.exp: Add an extra test.
464
465 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
468 gdb_test_no_output.
469
470 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
471
472 * Re-format all Python files using black.
473 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
474
475 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
476
477 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
478 watchpoint object before and after registering it with GDB.
479
480 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
481
482 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
483 'proc_with_prefix', remove use of 'with_test_prefix', and
484 reindent.
485 (test_bkpt_deletion): Likewise.
486 (test_bkpt_cond_and_cmds): Likewise.
487 (test_bkpt_invisible): Likewise.
488 (test_watchpoints): Likewise.
489 (test_bkpt_internal): Likewise.
490 (test_bkpt_eval_funcs): Likewise.
491 (test_bkpt_registration): Likewise.
492 (test_bkpt_address): Convert to 'proc_with_prefix'.
493 (test_bkpt_probe): Likewise.
494
495 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
496
497 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
498 names to avoid duplicates.
499 (test_bkpt_cond_and_cmds): Likewise.
500 (test_bkpt_eval_funcs): Likewise.
501
502 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
503
504 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
505 for the -break-condition command's "--force" flag.
506
507 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
508
509 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
510 is called by the test.
511
512 2021-05-05 Tom de Vries <tdevries@suse.de>
513
514 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
515 "Reading symbols" or "Expanding full symbols" lines. Using timeout
516 factor of 2 for attach.
517
518 2021-05-05 Tom de Vries <tdevries@suse.de>
519
520 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
521 "LWP <n> exited" messages.
522
523 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
524
525 * gdb.python/py-type.exp (test_fields): Test calling fields on
526 an int type.
527
528 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
529
530 * gdb.python/flexible-array-member.exp: Adjust expected range
531 value for member declared with 0 size. Test accessing range
532 tuple through range type.
533
534 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
535
536 PR testsuite/27788
537 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
538 expected results when environment variable PYTHONDONTWRITEBYTECODE
539 is set.
540
541 2021-04-30 Tom Tromey <tromey@adacore.com>
542
543 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
544 (Confused_Array): New types.
545 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
546 * gdb.ada/enum_idx_packed.exp: Add new tests.
547
548 2021-04-30 Tom de Vries <tdevries@suse.de>
549
550 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
551 existing timeout factors.
552
553 2021-04-30 Tom de Vries <tdevries@suse.de>
554
555 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
556
557 2021-04-29 Tom de Vries <tdevries@suse.de>
558
559 PR testsuite/27786
560 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
561 remotetimeout to 4.
562
563 2021-04-28 Tom Tromey <tromey@adacore.com>
564
565 * gdb.ada/null_overload.exp: New file.
566 * gdb.ada/null_overload/foo.adb: New file.
567
568 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
569
570 * gdb.python/py-startup-opt.exp: New file.
571
572 2021-04-27 Luis Machado <luis.machado@linaro.org>
573
574 * gdb.base/maint.exp: Drop a pattern that is not needed.
575 * lib/gdb.exp (readnow): Match line-by-line.
576
577 2021-04-27 Luis Machado <luis.machado@linaro.org>
578
579 * gdb.xml/tdesc-reload.exp: Pass -lbl.
580
581 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
582 Simon Marchi <simon.marchi@polymtl.ca>
583
584 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
585 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
586 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
587 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
588 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
589 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
590
591 2021-04-26 Tom Tromey <tromey@adacore.com>
592
593 PR gdb/27743:
594 * gdb.dwarf2/imported-unit-bp.exp: New file.
595 * gdb.dwarf2/imported-unit-bp-main.c: New file.
596 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
597
598 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
599
600 PR gdb/27773
601 * gdb.base/dump.exp: Test dump to non-existent dir.
602
603 2021-04-26 Luis Machado <luis.machado@linaro.org>
604
605 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
606 comparison.
607
608 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
609
610 PR gdb/22640
611 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
612 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
613 changes the default behavior of 'ptype/o'. Update to take into
614 account new horizontal layout.
615 * gdb.rust/simple.exp: Update ptype test to check new horizontal
616 layout.
617 * gdb.rust/union.exp: Same.
618
619 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
620
621 * gdb.base/info_sources.exp: Add new tests.
622
623 2021-04-22 Tom Tromey <tom@tromey.com>
624
625 * gdb.base/ptype-offsets.cc (struct empty_member): New.
626 (main): Use empty_member.
627 * gdb.base/ptype-offsets.exp: Add new test.
628
629 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
630
631 * gdb.python/flexible-array-member.exp: Add check for Python
632 support.
633
634 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
635
636 PR gdb/27757
637 * gdb.python/flexible-array-member.c: New test.
638 * gdb.python/flexible-array-member.exp: New test.
639 * gdb.guile/scm-type.exp (test_range): Add test for flexible
640 array member.
641 * gdb.guile/scm-type.c (struct flex_member): New.
642 (main): Use it.
643
644 2021-04-22 Tom Tromey <tom@tromey.com>
645
646 * gdb.rust/modules.exp: Add checks for syntax errors.
647 * gdb.rust/expr.exp: Add checks for syntax errors.
648 * gdb.rust/simple.exp: Add checks for syntax errors.
649
650 2021-04-21 Carl Love <cel@us.ibm.com>
651
652 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
653 Update expected string for gdb_test "bt".
654
655 * lib/valgrind.exp: Add set remotetimeout 3.
656 Increase vgdb wait from 1 to 2.
657 Add max-invoke-ms option to vgdb command line.
658
659 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
660
661 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
662 conditions.
663
664 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
665 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
666
667 * gdb.mi/mi-break.exp: Fix the duplicate test names.
668
669 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
670
671 * gdb.base/address_space_qualifier.exp: New file.
672
673 2021-04-19 Tom Tromey <tromey@adacore.com>
674
675 PR gdb/27742:
676 * gdb.opt/inline-locals.exp: Update kfail patterns.
677
678 2021-04-17 Tom Tromey <tom@tromey.com>
679
680 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
681
682 2021-04-16 Tom Tromey <tom@tromey.com>
683
684 * gdb.rust/simple.exp: Change error text.
685 * gdb.rust/expr.exp: Change error text.
686
687 2021-04-16 Tom Tromey <tom@tromey.com>
688
689 * gdb.rust/simple.exp: Add parens to 'as' test.
690
691 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
692
693 * boards/simavr.exp: Set debug_flags.
694
695 2021-04-16 Luis Machado <luis.machado@linaro.org>
696
697 * gdb.dwarf2/dw2-bfloat16.exp: New file.
698
699 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
700
701 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
702 including a path in the test name.
703
704 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
705
706 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
707
708 2021-04-15 Tom Tromey <tromey@adacore.com>
709
710 * gdb.dwarf2/arr-stride.exp: Add test.
711
712 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
713
714 * gdb.base/startup-file.exp: Add more tests.
715
716 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
717
718 PR cli/25956
719 * gdb.base/early-init-file.c: New file.
720 * gdb.base/early-init-file.exp: New file.
721 * lib/gdb-utils.exp (style): Handle style 'none'.
722
723 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
724
725 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
726 @DW_INL_declared_inlined for the inline attribute.
727
728 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
729
730 * gdb.opt/inline-locals.c (scoped): New function.
731 (main): Call 'scoped'.
732 * gdb.opt/inline-locals.exp: Update with "info locals" tests
733 for scoped variables.
734 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
735 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
736
737 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
738
739 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
740
741 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
742
743 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
744
745 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
746
747 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
748 non-relative plxv instructions.
749 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
750
751 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
752
753 PR gdb/27525
754 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
755 exercise single-stepping over subpcis,lnia,addpcis instructions
756 with displacement.
757 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
758 of addpcis/lnia/subpcis instructions.
759 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
760 exercise single-stepping over lnia instructions with displacement.
761 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
762 lnia instructions.
763
764 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
765
766 * gdb.arch/powerpc-power10.s: New test for instructions.
767 * gdb.arch/powerpc-power10.exp: Harness to run the test.
768
769 2021-4-12 Carl Love <cel@us.ibm.com>
770
771 * gdb.arch/vsx-vsr-float128.c: New test file.
772 * gdb.arch/vsx-vsr-float128.exp: New expect file.
773
774 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
775
776 * gdb.btrace/reconnect.exp: Relax expected stepi output.
777
778 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
779
780 * gdb.base/ctf-ptype.c: Add struct link containing a forward
781 reference type.
782 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
783
784 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
785
786 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
787 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
788
789 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
790
791 * gdb.cp/rvalue-ref-params.cc (f3): New function.
792 (f4): New function.
793 (global_int): New global variable.
794 (global_float): Likeiwse.
795 (main): Call both new functions.
796 * gdb.cp/rvalue-ref-params.exp: Add new tests.
797
798 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
799
800 * gdb.dwarf2/fission-relative-dwo.c: New file.
801 * gdb.dwarf2/fission-relative-dwo.exp: New file.
802
803 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
804
805 * gdb.dwarf2/fission-absolute-dwo.c: New file.
806 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
807 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
808 instead of build_executable_from_fission_assembler.
809 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
810 * gdb.dwarf2/fission-loclists.exp: Likewise.
811
812 * gdb.dwarf2/fission-multi-cu.S: Delete file.
813 * gdb.dwarf2/fission-multi-cu.c: New file based on old
814 fission-multi-cu1.c and fission-multi-cu2.c files.
815 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
816 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
817 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
818 * gdb.dwarf2/fission-reread.exp: Likewise.
819 * lib/dwarf.exp (extract_dwo_information): New proc.
820 (strip_dwo_information): New proc.
821 (build_executable_and_dwo_files): New proc.
822 (build_executable_from_fission_assembler): Delete.
823 (Dwarf::_debug_addr_index): New variable.
824 (Dwarf::_cu_is_fission): New variable.
825 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
826 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
827 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
828 if this is a fission CU.
829 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
830 (Dwarf::debug_addr_label): New proc.
831 (Dwarf::cu): Initialise _cu_is_fission.
832 (Dwarf::tu): Likewise.
833 (Dwarf::assemble): Initialise _debug_addr_index.
834
835 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
838
839 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
840
841 * gdb.python/py-parameter.exp: Add test for reading data-directory
842 using gdb.parameter API.
843
844 2021-04-06 Tom de Vries <tdevries@suse.de>
845
846 PR breakpoints/25884
847 * gdb.opt/inline-cmds.exp: Remove kfail.
848
849 2021-04-06 Tom de Vries <tdevries@suse.de>
850
851 PR testsuite/27691
852 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
853 file "".
854
855 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
856
857 * lib/pdtrace.in: Fix obvious typo.
858
859 2021-03-31 Tom Tromey <tromey@adacore.com>
860
861 * lib/dwarf.exp (Dwarf::_get_args): New proc.
862 (Dwarf::_location): Use it.
863
864 2021-03-31 Tom de Vries <tdevries@suse.de>
865
866 PR testsuite/27667
867 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
868
869 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
870
871 PR gdb/27541
872 * gdb.base/index-cache-load-twice.exp: Remove.
873 * gdb.base/index-cache-load-twice.c: Remove.
874 * gdb.dwarf2/per-bfd-sharing.exp: New.
875 * gdb.dwarf2/per-bfd-sharing.c: New.
876
877 2021-03-30 Tom de Vries <tdevries@suse.de>
878
879 PR testsuite/27604
880 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
881
882 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
883
884 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
885 the infinite loop to avoid a Clang bug.
886
887 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
888
889 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
890 names for uniqueness.
891 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
892 uniqueness.
893
894 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
895
896 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
897 member.
898 (make_container): Initialise is_array_p.
899 * gdb.python/py-prettyprint.exp: Add new tests.
900 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
901 Check is_array_p and possibly return 'array'.
902
903 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
904
905 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
906 * gdb.cp/casts.exp: Give tests unique names.
907 * gdb.cp/filename.exp: Likewise.
908 * gdb.cp/gdb2495.exp: Likewise.
909 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
910 * gdb.cp/misc.exp: Rename test to make it unique.
911 * gdb.cp/nsnested.exp: Give tests unique names.
912 * gdb.cp/ovldbreak.exp: Likewise.
913 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
914 being tested. This also removes the duplicate test name.
915 * gdb.cp/ref-types.exp: Likewise.
916 * gdb.cp/temargs.exp: Likewise.
917
918 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
919
920 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
921 square brackets in test.
922
923 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
924
925 * gdb.cp/maint.exp (test_first_component): Run more tests with a
926 variable number of spaces, this removes the duplicate testing of
927 'operator ->' which existed before.
928
929 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
930
931 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
932 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
933 duplicates, and also to avoid having a string inside parentheses
934 at the end of test names.
935
936 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
937
938 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
939 Avoid repeated uses of 'runto', and instread just progress once
940 through the test stopping at different breakpoints. Give comments
941 a capital letter and full stop. Give duplicate tests unique names.
942
943 2021-03-25 Pedro Alves <pedro@palves.net>
944
945 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
946 "target_non_stop" parameter and use it.
947 (top level): Add "maint set target-non-stop on/off" testing axis.
948
949 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
950
951 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
952 gdb_test_multiple.
953
954 2021-03-24 Luis Machado <luis.machado@linaro.org>
955
956 * gdb.arch/aarch64-mte.c: New file.
957 * gdb.arch/aarch64-mte.exp: New test.
958 * gdb.base/memtag.c: New file.
959 * gdb.base/memtag.exp: New test.
960 * lib/gdb.exp (supports_memtag): New function.
961
962 2021-03-24 Luis Machado <luis.machado@linaro.org>
963
964 * gdb.base/options.exp: Adjust for new print options.
965 * gdb.base/with.exp: Likewise.
966
967 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
970 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
971
972 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
973
974 * gdb.dwarf2/dw2-using-debug-str.c: New file.
975 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
976 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
977 not .debug_string.
978
979 2021-03-20 Tom Tromey <tom@tromey.com>
980
981 * gdb.base/maint.exp: Update "maint print statistics" output.
982
983 2021-03-19 Kevin Buettner <kevinb@redhat.com>
984
985 * lib/gdbserver-support.exp (gdbserver_exit): Use the
986 "-nowait" flag when waiting for gdbserver to exit.
987
988 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
989
990 * gdb.base/info-macros.exp: Append -fdebug-macro to
991 additional_flags for clang.
992 * gdb.base/macscp.exp: Likewise.
993 * gdb.base/style.exp: Likewise.
994 * gdb.linespec/macro-relative.exp: Likewise.
995
996 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
997 Pedro Alves <pedro@palves.net>
998
999 * gdb.base/run-attach-while-running.exp: New.
1000 * gdb.base/run-attach-while-running.c: New.
1001
1002 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1003
1004 * gdb.python/py-framefilter-addr.c: New file.
1005 * gdb.python/py-framefilter-addr.exp: New file.
1006 * gdb.python/py-framefilter-addr.py: New file.
1007
1008 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1009
1010 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
1011 Make use of $gdb_test_name instead of creating a separate $test
1012 variable.
1013 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
1014 adding a '($name)' at the end of each test. This also catches the
1015 one place where '($name)' was missing, and so caused a duplicate
1016 test name.
1017 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
1018 duplicate test names based on the command being tested.
1019 * gdb.threads/signal-command-multiple-signals-pending.exp:
1020 Likewise.
1021 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
1022 avoid duplicate testnames when a test script uses this proc and
1023 also gdb_compile_pthreads.
1024 * lib/prelink-support.exp (build_executable_own_libs): Use
1025 with_test_prefix to avoid duplicate test names when we call
1026 build_executable twice.
1027
1028 2021-03-15 Tom Tromey <tromey@adacore.com>
1029
1030 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
1031
1032 2021-03-15 Tom Tromey <tromey@adacore.com>
1033
1034 * gdb.ada/varsize_limit.exp: Add new test.
1035 * gdb.ada/varsize_limit/vsizelim.adb: Update.
1036
1037 2021-03-15 Tom Tromey <tromey@adacore.com>
1038
1039 * gdb.ada/operator_call/twovecs.ads: New file.
1040 * gdb.ada/operator_call/twovecs.adb: New file.
1041 * gdb.ada/operator_call/opcall.adb: New file.
1042 * gdb.ada/operator_call.exp: New file.
1043
1044 2021-03-15 Tom Tromey <tromey@adacore.com>
1045
1046 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
1047 * gdb.ada/enums_overload/enums_overload.ads: New file.
1048 * gdb.ada/enums_overload/enums_overload.adb: New file.
1049 * gdb.ada/enums_overload.exp: New file.
1050
1051 2021-03-15 Tom Tromey <tromey@adacore.com>
1052
1053 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
1054 Declare.
1055 * gdb.ada/assign_arr/target_wrapper.adb: New file.
1056 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
1057 Call Put.
1058 * gdb.ada/assign_arr.exp: Update.
1059
1060 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
1061
1062 * gdb.python/py-auto-load-chaining-f1.c: New file.
1063 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
1064 * gdb.python/py-auto-load-chaining-f2.c: New file.
1065 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
1066 * gdb.python/py-auto-load-chaining.c: New file.
1067 * gdb.python/py-auto-load-chaining.exp: New file.
1068
1069 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1070
1071 * gdb.python/py-bad-printers.exp: Extend test names to make them
1072 unique.
1073 * gdb.python/py-events.exp: Likewise.
1074 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1075 * gdb.python/py-frame-inline.exp: Likewise.
1076 * gdb.python/py-frame.exp: Likewise.
1077 * gdb.python/py-infthread.exp: Likewise.
1078
1079 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1080
1081 * gdb.python/py-value-cc.exp: Remove a duplicate test.
1082
1083 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1084
1085 * gdb.python/lib-types.exp: Update the test to check the correct
1086 python variable.
1087
1088 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1089
1090 * gdb.python/py-explore-cc.exp: Extend test names to make them
1091 unique.
1092
1093 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1094
1095 * gdb.python/py-lookup-type.exp: Remove duplicate test.
1096
1097 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1098
1099 * gdb.python/py-symtab.exp: Extend test names to make them
1100 unique.
1101
1102 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1103
1104 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
1105 names unique.
1106
1107 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1108
1109 * gdb.python/py-block.exp: Give tests unique names.
1110
1111 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1112
1113 * gdb.python/py-pp-maint.exp: Extend test names to make them
1114 unique.
1115
1116 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.python/py-explore.exp: Add with_test_prefix to make test
1119 names unique.
1120
1121 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1122
1123 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
1124
1125 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1126
1127 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
1128 names unique.
1129
1130 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1131
1132 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
1133 test names unique.
1134
1135 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
1138 unique.
1139
1140 2021-03-09 Tom Tromey <tromey@adacore.com>
1141
1142 * gdb.base/cast-call.exp: New file.
1143 * gdb.base/cast-call.c: New file.
1144
1145 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1146
1147 * gdb.gdb/python-helper.exp: New file.
1148
1149 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
1150
1151 * gdb.fortran/intrinsics.exp: Add LOC tests.
1152
1153 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1154
1155 * gdb.fortran/shape.exp: New file.
1156 * gdb.fortran/shape.f90: New file.
1157
1158 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1159
1160 * gdb.fortran/size.exp: New file.
1161 * gdb.fortran/size.f90: New file.
1162
1163 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1164
1165 * gdb.fortran/rank.exp: New file.
1166 * gdb.fortran/rank.f90: New file.
1167
1168 2021-03-08 Tom Tromey <tom@tromey.com>
1169
1170 * gdb.fortran/debug-expr.exp: Update tests.
1171
1172 2021-03-08 Tom Tromey <tom@tromey.com>
1173
1174 * gdb.base/debug-expr.exp: Update expected dump output.
1175
1176 2021-03-06 Tom Tromey <tom@tromey.com>
1177
1178 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
1179 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
1180 * gdb.dwarf2/dwznolink.exp: New file.
1181
1182 2021-03-05 Mark Wielaard <mark@klomp.org>
1183
1184 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
1185
1186 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
1187
1188 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
1189
1190 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1191
1192 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
1193
1194 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1195
1196 * gdb.btrace/non-stop.exp: Adjust expected source lines.
1197
1198 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1199
1200 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
1201
1202 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1203
1204 * gdb.btrace/exception.cc (main): Update test source.
1205 * gdb.btrace/exception.exp: Update patterns.
1206 * gdb.btrace/function_call_history.exp: Likewise.
1207
1208 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1209
1210 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
1211
1212 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1213
1214 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
1215 reverse-continue to breakpoint.
1216
1217 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1218
1219 * gdb.btrace/delta.exp: Remove instruction-history and
1220 function-call-history checks.
1221
1222 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1223
1224 * README (Note): Add nopie_ldflag.
1225 * lib/gdb.exp (gdb_compile): Extend nopie handling.
1226
1227 2021-03-02 Tom Tromey <tromey@adacore.com>
1228
1229 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
1230 encodings.
1231
1232 2021-02-27 Lancelot Six <lsix@lancelotix.com>
1233
1234 PR gdb/27393
1235 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
1236
1237
1238 2021-02-26 Tom Tromey <tom@tromey.com>
1239
1240 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
1241
1242 2021-02-26 Jan Vrany <jan.vrany@labware.com>
1243
1244 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1245 Remove trailing \n from expected output.
1246
1247 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1248
1249 * lib/gdb.exp (use_gdb_stub): Extend comment.
1250
1251 2021-02-25 Jan Matyas <jmatyas@codasip.com>
1252
1253 PR gdb/26819
1254 * gdb.server/stop-reply-no-thread.exp: Add two test
1255 scenarios that cover remote targets which do not have
1256 the concept of threads.
1257
1258 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1259
1260 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1261
1262 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1263
1264 PR fortran/26155
1265 * gdb.fortran/call-no-debug-func.f90: New file.
1266 * gdb.fortran/call-no-debug-prog.f90: New file.
1267 * gdb.fortran/call-no-debug.exp: New file.
1268
1269 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1270
1271 * gdb.fortran/associated.exp: New file.
1272 * gdb.fortran/associated.f90: New file.
1273
1274 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1277
1278 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1279
1280 * gdb.base/sect-cmd.exp: Update expected results.
1281
1282 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1283
1284 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1285 techniques. Enable the test for all targets.
1286
1287 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1288
1289 * gdb.base/maint-info-sections.exp: Add new tests.
1290 (check_maint_info_target_sections_output): New proc.
1291
1292 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1293
1294 * gdb.arch/riscv-default-tdesc.exp: New file.
1295
1296 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1297
1298 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1299
1300 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * gdb.arch/i386-biarch-core.exp: Add target check.
1303
1304 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1305
1306 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1307
1308 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1309
1310 * gdb.fortran/allocated.exp: New file.
1311 * gdb.fortran/allocated.f90: New file.
1312
1313 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1314
1315 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1316
1317 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1318
1319 * gdb.base/maint-info-sections.exp: Update expected output, and
1320 add additional tests. Again.
1321
1322 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1323
1324 * gdb.base/maint-info-sections.exp: Update expected output, and
1325 add additional tests.
1326
1327 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1328
1329 * gdb.base/maint-info-sections.exp: New file, content is moved
1330 from gdb.base/maint.exp and cleaned up to use latest testsuite
1331 techniques.
1332 * gdb.base/maint.exp: Tests moved out to
1333 gdb.base/maint-info-sections.exp.
1334
1335 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
1336
1337 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1338 GDBFLAGS.
1339
1340 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1341
1342 * gdb.fortran/lbound-ubound.F90: New file.
1343 * gdb.fortran/lbound-ubound.exp: New file.
1344
1345 2021-02-10 Tom de Vries <tdevries@suse.de>
1346
1347 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1348 "Restore saved setting of complaints".
1349
1350 2021-02-09 Tom de Vries <tdevries@suse.de>
1351
1352 PR symtab/27341
1353 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1354 (gdb_load_no_complaints): ... here.
1355 * gdb.fortran/function-calls.exp: Add test-case.
1356
1357 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
1358
1359 * gdb.threads/signal-command-handle-nopass.exp: Call
1360 'standard_testfile' before using 'testfile'.
1361 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1362 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1363 * gdb.threads/signal-sigtrap.exp: Likewise
1364
1365 2021-02-08 Luis Machado <luis.machado@linaro.org>
1366
1367 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1368
1369 2021-02-08 Tom de Vries <tdevries@suse.de>
1370
1371 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1372
1373 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1374
1375 * gdb.python/tui-window-disabled.c: New file.
1376 * gdb.python/tui-window-disabled.exp: New file.
1377 * gdb.python/tui-window-disabled.py: New file.
1378
1379 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1380
1381 * gdb.python/tui-window.exp: Add new tests.
1382 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1383 TestWindow object into global the_window.
1384 <remote_title>: New method.
1385 (delete_window_title): New function.
1386
1387 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 * gdb.tui/winheight.exp: Add more tests.
1390
1391 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1392
1393 * gdb.python/py-framefilter.exp: Update expected results.
1394 * gdb.python/python.exp: Update expected results.
1395
1396 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1397
1398 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1399 about bug in GDB, update expected results, and add more tests.
1400
1401 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * gdb.tui/scroll.exp: New file.
1404 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1405 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1406 remaining lines up.
1407 (Term::check_region_contents): New proc.
1408 (Term::check_box_contents): Use check_region_contents.
1409
1410 2021-02-06 Tom de Vries <tdevries@suse.de>
1411
1412 PR testsuite/26922
1413 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1414 scrolling.
1415
1416 2021-02-05 Tom de Vries <tdevries@suse.de>
1417
1418 PR breakpoints/27313
1419 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1420 rejected.
1421
1422 2021-02-05 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1425 * gdb.fortran/mixed-lang-stack.exp: Same.
1426
1427 2021-02-05 Tom de Vries <tdevries@suse.de>
1428
1429 PR exp/27265
1430 * gdb.base/complex-parts.exp: Add tests.
1431
1432 2021-02-05 Tom de Vries <tdevries@suse.de>
1433
1434 PR symtab/27307
1435 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1436
1437 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1438
1439 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1440
1441 2021-02-03 Pedro Alves <pedro@palves.net>
1442
1443 * gdb.threads/detach-step-over.c: New file.
1444 * gdb.threads/detach-step-over.exp: New file.
1445
1446 2021-02-03 Pedro Alves <pedro@palves.net>
1447
1448 * gdb.threads/attach-non-stop.c: New file.
1449 * gdb.threads/attach-non-stop.exp: New file.
1450
1451 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1452
1453 * gdb.base/inferior-noarg.c: New test.
1454 * gdb.base/inferior-noarg.exp: New test.
1455
1456 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1457
1458 * gdb.base/scope.exp: Use proc_with_prefix.
1459
1460 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1461
1462 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1463 table proc.
1464 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1465 .debug_rnglists table without offset array.
1466 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1467 .debug_loclists table without offset array.
1468
1469 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1470
1471 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1472 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1473 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1474 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1475 attribute
1476
1477 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1478
1479 PR gdb/26813
1480 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1481 (loclists): New proc.
1482 * gdb.dwarf2/loclists-multiple-cus.c: New.
1483 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1484 * gdb.dwarf2/loclists-sec-offset.c: New.
1485 * gdb.dwarf2/loclists-sec-offset.exp: New.
1486
1487 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1488
1489 * lib/dwarf.exp (_location): Add parameters.
1490 (_handle_DW_FORM): Adjust.
1491
1492 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1493
1494 PR gdb/26813
1495 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1496 (cu): Generate header for DWARF 5.
1497 (rnglists): New proc.
1498 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1499 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1500
1501 2021-02-02 Tom de Vries <tdevries@suse.de>
1502
1503 PR symtab/24620
1504 * gdb.dwarf2/fission-reread.exp: Add test-case.
1505
1506 2021-02-01 Tom de Vries <tdevries@suse.de>
1507
1508 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1509 * gdb.dwarf2/fission-loclists-pie.S: Same.
1510 * gdb.dwarf2/fission-loclists.S: Same.
1511 * gdb.dwarf2/fission-multi-cu.S: Same.
1512 * gdb.dwarf2/fission-reread.S: Same.
1513 * gdb.dwarf2/fission-base.exp: Use DWO.
1514 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1515 * gdb.dwarf2/fission-loclists.exp: Same.
1516 * gdb.dwarf2/fission-multi-cu.exp: Same.
1517 * gdb.dwarf2/fission-reread.exp: Same.
1518
1519 2021-01-29 Tom de Vries <tdevries@suse.de>
1520
1521 PR breakpoints/26063
1522 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1523 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1524
1525 2021-01-29 Tom de Vries <tdevries@suse.de>
1526
1527 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1528
1529 2021-01-28 Tom de Vries <tdevries@suse.de>
1530
1531 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1532 in the backtrace, and use that in the rest of the test instead of
1533 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1534
1535 2021-01-28 Tom de Vries <tdevries@suse.de>
1536
1537 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1538 * gdb.arch/i386-sse-stack-align.c: Same.
1539 * gdb.arch/i386-sse-stack-align.exp: Same.
1540
1541 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1542
1543 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1544
1545 2021-01-28 Tom de Vries <tdevries@suse.de>
1546
1547 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1548
1549 2021-01-28 Tom de Vries <tdevries@suse.de>
1550
1551 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1552 "maint info line-table". Make PASS pattern more specific. Make
1553 FAIL pattern work for -m32.
1554
1555 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1556
1557 PR gdb/27133
1558 * gdb.base/ui-redirect.exp: Add test case that ensures that
1559 redirecting both logging and debug does not cause gdb to crash.
1560
1561
1562 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1563
1564 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1565
1566 2021-01-26 Tom de Vries <tdevries@suse.de>
1567
1568 * gdb.threads/killed-outside.exp: Allow regular output.
1569
1570 2021-01-26 Tom de Vries <tdevries@suse.de>
1571
1572 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1573
1574 2021-01-25 Tom de Vries <tdevries@suse.de>
1575
1576 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1577 * lib/gdb.exp: Use gdb_load_no_complaints.
1578
1579 2021-01-25 Tom Tromey <tromey@adacore.com>
1580
1581 * gdb.ada/fixed_points.exp: Add regression test.
1582 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1583 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1584
1585 2021-01-25 Tom Tromey <tromey@adacore.com>
1586
1587 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1588
1589 2021-01-25 Tom Tromey <tromey@adacore.com>
1590
1591 * gdb.ada/local-enum.exp: New file.
1592 * gdb.ada/local-enum/local.adb: New file.
1593
1594 2021-01-23 Tom Tromey <tom@tromey.com>
1595
1596 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1597
1598 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1599
1600 * gdb.base/line65535.exp: Fix test expectation.
1601
1602 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1603
1604 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1605 suppression.
1606 (default_gdb_exit): Likewise.
1607 (default_gdb_spawn): Likewise.
1608 (send_gdb): Likewise.
1609 (gdb_expect): Likewise.
1610 (gdb_expect_list): Likewise.
1611 (default_gdb_init): Likewise.
1612 (gdb_suppress_entire_file): Remove.
1613 (gdb_suppress_tests): Remove.
1614 (gdb_stop_suppressing_tests): Remove.
1615 (gdb_clear_suppressed): Remove.
1616 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1617 related to test suppression.
1618 (default_mi_gdb_start): Likewise.
1619 (mi_gdb_reinitialize_dir): Likewise.
1620 (mi_gdb_test): Likewise.
1621 (mi_run_cmd_full): Likewise.
1622 (mi_runto_helper): Likewise.
1623 (mi_execute_to): Likewise.
1624 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1625 * gdb.base/bitfields.exp: Likewise.
1626 * gdb.base/bitfields2.exp: Likewise.
1627 * gdb.base/break.exp: Likewise.
1628 * gdb.base/call-sc.exp: Likewise.
1629 * gdb.base/callfuncs.exp: Likewise.
1630 * gdb.base/dfp-test.exp: Likewise.
1631 * gdb.base/endian.exp: Likewise.
1632 * gdb.base/exprs.exp: Likewise.
1633 * gdb.base/funcargs.exp: Likewise.
1634 * gdb.base/hbreak2.exp: Likewise.
1635 * gdb.base/recurse.exp: Likewise.
1636 * gdb.base/scope.exp: Likewise.
1637 * gdb.base/sepdebug.exp: Likewise.
1638 * gdb.base/structs.exp: Likewise.
1639 * gdb.base/until.exp: Likewise.
1640 * gdb.cp/misc.exp: Likewise.
1641
1642 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1643
1644 PR cli/25956
1645 * gdb.base/style.exp (run_style_tests): Add version string test.
1646 (test_startup_version_string): Use version style name.
1647 * lib/gdb-utils.exp (style): Handle version style name.
1648
1649 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 * gdb.base/style.exp (limited_style): New proc.
1652 (clean_restart_and_disable): New proc.
1653 (run_style_tests): New proc. Most of the old tests from this file
1654 are now in this proc.
1655 (test_startup_version_string): New proc. Reamining test from the
1656 old file is in this proc.
1657
1658 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1659
1660 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1661 Adjust to "set debug remote" changes.
1662
1663 2021-01-21 Luis Machado <luis.machado@linaro.org>
1664
1665 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1666 message.
1667
1668 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1669
1670 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1671
1672 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1673
1674 PR python/19151
1675 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1676
1677 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1678
1679 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1680
1681 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1682
1683 * lib/tuiterm.exp: Add links in comments.
1684
1685 2021-01-20 Tom de Vries <tdevries@suse.de>
1686
1687 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1688 offset.
1689
1690 2021-01-20 Tom de Vries <tdevries@suse.de>
1691
1692 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1693
1694 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1695
1696 * gdb.arch/amd64-stap-expressions.S: New file.
1697 * gdb.arch/amd64-stap-expressions.exp: New file.
1698
1699 2021-01-19 Tom de Vries <tdevries@suse.de>
1700
1701 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1702 sequence.
1703
1704 2021-01-19 Tom de Vries <tdevries@suse.de>
1705
1706 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1707
1708 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1709
1710 * gdb.fortran/array-slices.exp (run_test): Avoid including
1711 addresses in test names.
1712
1713 2021-01-15 Tom de Vries <tdevries@suse.de>
1714
1715 PR testsuite/26997
1716 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1717 when adding sizeof.
1718
1719 2021-01-14 Tom de Vries <tdevries@suse.de>
1720
1721 PR testsuite/24590
1722 * gdb.base/style.exp: Handle shorter argv in frame command output.
1723
1724 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1725
1726 PR gdb/26819
1727 * gdb.server/stop-reply-no-thread-multi.c: New file.
1728 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1729
1730 2021-01-12 Tom de Vries <tdevries@suse.de>
1731
1732 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1733 (main): Remove call to have_mpx.
1734 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1735 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1736 (main): Remote call to have_mpx.
1737 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1738 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1739 (main): Remove call to have_mpx.
1740 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1741 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1742 (main): Remove call to have_mpx.
1743 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1744 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1745 (main): Remote call to have_mpx.
1746 * gdb.arch/i386-mpx.exp: Use have_mpx.
1747 * lib/gdb.exp (have_mpx): New proc.
1748
1749 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1750
1751 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1752
1753 2021-01-12 Tom de Vries <tdevries@suse.de>
1754
1755 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1756
1757 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1758
1759 * gdb.fortran/debug-expr.exp: Add new tests.
1760
1761 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1762
1763 * gdb.fortran/dot-ops.exp: Add new tests.
1764
1765 2021-01-11 Tom de Vries <tdevries@suse.de>
1766
1767 PR testsuite/26968
1768 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1769 Move insn setting $eax to before probe point.
1770
1771 2021-01-09 Tom Tromey <tom@tromey.com>
1772
1773 * gdb.trace/ax.exp: Do not require an "ext".
1774
1775 2021-01-08 Tom Tromey <tromey@adacore.com>
1776
1777 * gdb.ada/voidctx/pck.adb: New file.
1778 * gdb.ada/voidctx/pck.ads: New file.
1779 * gdb.ada/voidctx/voidctx.adb: New file.
1780 * gdb.ada/voidctx.exp: New file.
1781
1782 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1783
1784 PR gdb/27157
1785 * gdb.base/empty-host-env-vars.exp: New test.
1786
1787 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1788
1789 * gdb.base/completion.exp: Add a new test.
1790
1791 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1792
1793 * gdb.fortran/intvar-dynamic-types.exp: New file.
1794 * gdb.fortran/intvar-dynamic-types.f90: New file.
1795
1796 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1797
1798 * gdb.fortran/intvar-array.exp: New file.
1799 * gdb.fortran/intvar-array.f90: New file.
1800
1801 2021-01-07 Tom Tromey <tromey@adacore.com>
1802
1803 * gdb.ada/assign_arr.exp: Add 'others' test.
1804
1805 2021-01-06 Tom Tromey <tromey@adacore.com>
1806
1807 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1808 (FP4_Type): New type.
1809 (FP4_Var): New variable.
1810 * gdb.ada/fixed_points/fixed_points.adb: Update.
1811 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1812
1813 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1814
1815 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1816 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1817 Pass prompt containing debug print to gdb_test_sequence.
1818
1819 2021-01-04 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1822
1823 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1824
1825
1826
1827 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1828
1829 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1830 * gdb.server/connect-without-multi-process.exp: Likewise.
1831 * gdb.server/exit-multiple-threads.exp: Likewise.
1832 * gdb.server/ext-attach.exp: Likewise.
1833 * gdb.server/ext-restart.exp: Likewise.
1834 * gdb.server/ext-run.exp: Likewise.
1835 * gdb.server/ext-wrapper.exp: Likewise.
1836 * gdb.server/multi-ui-errors.exp: Likewise.
1837 * gdb.server/no-thread-db.exp: Likewise.
1838 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1839 * gdb.server/run-without-local-binary.exp: Likewise.
1840 * gdb.server/server-kill.exp: Likewise.
1841 * gdb.server/server-run.exp: Likewise.
1842 * gdb.server/solib-list.exp: Likewise.
1843 * gdb.server/stop-reply-no-thread.exp: Likewise.
1844 * gdb.server/wrapper.exp: Likewise.
1845 * gdb.server/sysroot.exp: Increase timeout when testing the
1846 target: sysroot.
1847
1848 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1849
1850 * gdb.server/server-run.exp: Use clean_restart.
1851
1852 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1853
1854 * gdb.server/ext-run.exp: Use clean_restart.
1855
1856 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1857
1858 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1859 instead of prepare_for_testing.
1860
1861 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1862
1863 * gdb.server/solib-list.exp: Use clean_restart.
1864
1865 2021-01-04 Tom de Vries <tdevries@suse.de>
1866
1867 * gdb.base/morestack.c: Remove printf.
1868 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1869
1870 2020-12-31 Tom Tromey <tom@tromey.com>
1871
1872 * gdb.rust/simple.exp: Update output for Rust 1.49.
1873
1874 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1875
1876 * gdb.cp/step-and-next-inline.exp: Fix test case.
1877
1878 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1879
1880 * gdb.python/py-frame-args.exp: De-duplicate test names.
1881
1882 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1883
1884 PR gdb/27059
1885 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1886 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1887
1888 2020-12-21 Peter Waller <p@pwaller.net>
1889
1890 * gdb.base/style-interp-exec-mi.exp: New.
1891 * gdb.base/style-interp-exec-mi.c: New.
1892
1893 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1894
1895 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1896 gdb_test. Use proc_with_prefix.
1897
1898 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1899
1900 * gdb.btrace/exception.exp: Build with nopie.
1901 * gdb.btrace/function_call_history.exp: Likewise.
1902 * gdb.btrace/unknown_functions.exp: Likewise.
1903
1904 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1905
1906 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1907
1908 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1909
1910 * gdb.python/py-record-btrace.exp: Make test names unique.
1911 * gdb.python/py-record-full.exp: Likewise.
1912
1913 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1914
1915 * gdb.btrace/data.exp: Make test names unique.
1916 * gdb.btrace/delta.exp: Likewise.
1917 * gdb.btrace/enable.exp: Likewise.
1918 * gdb.btrace/function_call_history.exp: Likewise.
1919 * gdb.btrace/nohist.exp: Likewise.
1920 * gdb.btrace/non-stop.exp: Likewise.
1921 * gdb.btrace/rn-dl-bind.exp: Likewise.
1922 * gdb.btrace/step.exp: Likewise.
1923 * gdb.btrace/stepi.exp: Likewise.
1924 * gdb.btrace/tailcall.exp: Likewise.
1925
1926 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1927
1928 * gdb.btrace/enable.exp: Update error message.
1929 * gdb.btrace/multi-inferior.exp: Likewise.
1930 * gdb.btrace/reconnect.exp: Likewise.
1931 * gdb.python/py-record-btrace.exp: Likewise.
1932 * gdb.python/py-record-full.exp: Likewise.
1933
1934 2020-12-20 Tom de Vries <tdevries@suse.de>
1935
1936 * lib/gdb.exp (save_target_board_info): New proc.
1937 (gdb_compile_shlib): Use save_target_board_info.
1938
1939 2020-12-19 Tom de Vries <tdevries@suse.de>
1940
1941 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1942 (supports_gnuc): New proc.
1943 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1944 test_compiler_info calls. Add unsupported message.
1945 * gdb.base/endianity.c: Use TEST_SSO.
1946
1947 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
1948
1949 PR exp/27070
1950 * gdb.python/compare-enum-type-a.c: New test.
1951 * gdb.python/compare-enum-type-b.c: New test.
1952 * gdb.python/compare-enum-type.exp: New file.
1953 * gdb.python/compare-enum-type.h: New test.
1954
1955 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1956
1957 * gdb.python/py-format-string.exp: Add tests for address keyword.
1958
1959 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1960
1961 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1962
1963 2020-12-18 Tom Tromey <tromey@adacore.com>
1964
1965 * gdb.ada/fixed_points.exp: Also run with
1966 -fgnat-encodings=minimal. Update expected output.
1967
1968 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
1969
1970 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1971 * gdb.base/continue-all-already-running.exp: Likewise.
1972 * gdb.base/moribund-step.exp: Likewise.
1973 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1974
1975 2020-12-16 Tom de Vries <tdevries@suse.de>
1976
1977 * gdb.base/batch-preserve-term-settings.exp:
1978
1979 2020-12-16 Tom de Vries <tdevries@suse.de>
1980
1981 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1982 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1983
1984 2020-12-16 Luis Machado <luis.machado@linaro.org>
1985
1986 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1987 pointer-based memory accesses.
1988 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1989 hw watchpoint cases.
1990
1991 2020-12-15 Rae Kim <rae.kim@gmail.com>
1992
1993 * gdb.base/document.exp: New test.
1994
1995 2020-12-15 Tom Tromey <tromey@adacore.com>
1996
1997 * gdb.base/style.exp: Add deprecation tests.
1998
1999 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
2000
2001 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
2002
2003 2020-12-14 Mark Wielaard <mark@klomp.org>
2004
2005 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
2006 specially, set attr_form_comment to the actual FORM string used.
2007
2008 2020-12-14 Mark Wielaard <mark@klomp.org>
2009
2010 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
2011 _constants(SPECIAL_expr) here, but set it...
2012 (Dwarf::cu): ...here based on _cu_version.
2013
2014 2020-12-14 Tom de Vries <tdevries@suse.de>
2015
2016 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
2017 pass -fPIC.
2018 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
2019 * gdb.base/break-probes.exp: Same.
2020 * gdb.base/ctxobj.exp: Same.
2021 * gdb.base/dso2dso.exp: Same.
2022 * gdb.base/global-var-nested-by-dso.exp: Same.
2023 * gdb.base/info-shared.exp: Same.
2024 * gdb.base/jit-reader-simple.exp: Same.
2025 * gdb.base/print-file-var.exp: Same.
2026 * gdb.base/skip-solib.exp: Same.
2027 * gdb.btrace/dlopen.exp: Same.
2028
2029 2020-12-14 Tom de Vries <tdevries@suse.de>
2030
2031 PR testsuite/26963
2032 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
2033
2034 2020-12-14 Tom de Vries <tdevries@suse.de>
2035
2036 PR testsuite/26962
2037 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
2038 cast it to its declared type".
2039
2040 2020-12-14 Tom de Vries <tdevries@suse.de>
2041
2042 PR testsuite/26951
2043 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
2044 shell prompt.
2045
2046 2020-12-14 Tom Tromey <tromey@adacore.com>
2047
2048 * gdb.ada/nested.exp: Add new tests.
2049 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
2050
2051 2020-12-14 Tom Tromey <tromey@adacore.com>
2052
2053 * gdb.dwarf2/ada-thick-pointer.exp: New file.
2054
2055 2020-12-14 Tom Tromey <tromey@adacore.com>
2056
2057 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
2058
2059 2020-12-13 Tom de Vries <tdevries@suse.de>
2060
2061 PR testsuite/26953
2062 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
2063 attribute support if compiler doesn't support it.
2064
2065 2020-12-13 Tom de Vries <tdevries@suse.de>
2066
2067 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
2068 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
2069 source to shared lib. Add ada to options.
2070
2071 2020-12-13 Tom de Vries <tdevries@suse.de>
2072
2073 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
2074 calling gnatbind and gnatlink.
2075
2076 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2077
2078 * gdb.base/dcache-flush.c: New file.
2079 * gdb.base/dcache-flush.exp: New file.
2080
2081 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2082
2083 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
2084 commands.
2085 * gdb.base/killed-outside.exp: Likewise.
2086 * gdb.opt/inline-bt.exp: Likewise.
2087 * gdb.perf/gmonster-null-lookup.py: Likewise.
2088 * gdb.perf/gmonster-print-cerr.py: Likewise.
2089 * gdb.perf/gmonster-ptype-string.py: Likewise.
2090 * gdb.python/py-unwind.exp: Likewise.
2091
2092 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2093
2094 * gdb.base/commands.exp: Update expected results.
2095
2096 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2097
2098 PR cli/15104
2099 * gdb.base/commands.exp: Add additional tests.
2100 * gdb.base/completion.exp: Add additional tests.
2101
2102 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2103
2104 * gdb.base/completion.exp: Add additional tests.
2105
2106 2020-12-11 Tom de Vries <tdevries@suse.de>
2107
2108 PR testsuite/26991
2109 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
2110 violations by setting bounds registers if the bounds are passed in the
2111 Bounds Table.
2112
2113 2020-12-11 Tom de Vries <tdevries@suse.de>
2114
2115 PR testsuite/26954
2116 * gdb.base/float128.exp: Detect and handle no mpfr support.
2117
2118 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
2119
2120 PR gdb/24694
2121 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
2122 calls.
2123
2124 2020-12-10 Tom de Vries <tdevries@suse.de>
2125
2126 PR testsuite/26947
2127 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
2128 braces for tcl 8.5 and earlier.
2129
2130 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
2131
2132 PR 26875, PR 26901
2133 * gdb.base/flexible-array-member.c: New test.
2134 * gdb.base/flexible-array-member.exp: New test.
2135
2136 2020-12-08 Tom de Vries <tdevries@suse.de>
2137
2138 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
2139 using is_amd64_regs_target.
2140
2141 2020-12-08 Tom de Vries <tdevries@suse.de>
2142
2143 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
2144 self_id.
2145
2146 2020-12-07 Pedro Alves <pedro@palves.net>
2147
2148 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
2149 'additional_flags' variable.
2150
2151 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2152
2153 * gdb.linespec/explicit.exp: Extend with a test to check completing
2154 '-' after seemingly complete options.
2155
2156 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2157
2158 * gdb.linespec/keywords.exp: Add tests to check positional
2159 flexibility of "-force-condition".
2160
2161 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2162
2163 * gdb.base/bp-cmds-run-with-ex.c: New file.
2164 * gdb.base/bp-cmds-run-with-ex.exp: New file.
2165 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
2166 * gdb.gdb/python-interrupts.exp: Update the call to
2167 'catch_command_errors' with the new argument.
2168 * gdb.gdb/python-selftest.exp: Ditto.
2169
2170 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2171
2172 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
2173 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2174 * gdb.threads/non-stop-fair-events.exp: Likewise.
2175
2176 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2177
2178 * gdb.threads/step-over-exec.exp: New.
2179 * gdb.threads/step-over-exec.c: New.
2180 * gdb.threads/step-over-exec-execd.c: New.
2181 * lib/my-syscalls.S: New.
2182 * lib/my-syscalls.h: New.
2183
2184 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2185
2186 * lib/dwarf.exp (declare_labels): Use name as text if text is
2187 not provided.
2188
2189 2020-12-04 Tom de Vries <tdevries@suse.de>
2190
2191 PR testsuite/26990
2192 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
2193 are unsupported.
2194
2195 2020-12-04 Tom de Vries <tdevries@suse.de>
2196
2197 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
2198 clause.
2199
2200 2020-12-04 Tom de Vries <tdevries@suse.de>
2201
2202 * gdb.reverse/insn-reverse.exp: Fix count handling.
2203
2204 2020-12-04 Tom de Vries <tdevries@suse.de>
2205
2206 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
2207 __x86_64__.
2208
2209 2020-12-04 Tom de Vries <tdevries@suse.de>
2210
2211 * gdb.reverse/insn-reverse.c (test_nr): New var.
2212 (usage, parse_args): New function.
2213 (main): Call parse_args. Only run test for test_nr.
2214 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
2215 and bail out. Run subtests individually, using an inferior arg
2216 specifying the subtest.
2217
2218 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2219
2220 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
2221
2222 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
2225 update test to use this.
2226
2227 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2228
2229 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
2230
2231 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2232
2233 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
2234 (do_test): Don't use with_test_prefix.
2235 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
2236 (do_test): Don't use with_test_prefix.
2237 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
2238 (do_test): Don't use with_test_prefix.
2239 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
2240 (do_test): Don't use with_test_prefix.
2241
2242 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2243
2244 * gdb.threads/non-ldr-exit.exp: Fix comment.
2245
2246 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2247
2248 * gdb.xml/maint-xml-dump-03.xml: New file.
2249
2250 2020-11-30 Tom de Vries <tdevries@suse.de>
2251
2252 PR symtab/26905
2253 * gdb.dwarf2/count.exp: Remove kfails.
2254
2255 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2256
2257 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
2258 indices.
2259
2260 2020-11-24 Joel Brobecker <brobecker@adacore.com>
2261
2262 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
2263 the "ptype pck__fp1_range_var" test for the module-2 and pascal
2264 languages. Remove the associated setup_xfail.
2265
2266 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
2267
2268 * lib/gdb.exp (gdb_assert): Show error message on error.
2269
2270 2020-11-23 Tom de Vries <tdevries@suse.de>
2271
2272 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
2273 * gdb.ada/mod_from_name.exp: Same.
2274 * gdb.ada/pckd_arr_ren.exp: Same.
2275
2276 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2277
2278 * gdb.base/template.exp: New.
2279 * gdb.base/template.c: New.
2280
2281 2020-11-22 Gary Benson <gbenson@redhat.com>
2282
2283 PR gdb/26905
2284 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2285 is defined using a DW_AT_count which references another DIE.
2286
2287 2020-11-21 Tom de Vries <tdevries@suse.de>
2288
2289 * gdb.base/vla-ptr.exp: Add XFAIL.
2290
2291 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2292
2293 * gdb.fortran/array-slices-bad.exp: New file.
2294 * gdb.fortran/array-slices-bad.f90: New file.
2295 * gdb.fortran/array-slices-sub-slices.exp: New file.
2296 * gdb.fortran/array-slices-sub-slices.f90: New file.
2297 * gdb.fortran/array-slices.exp: Rewrite tests.
2298 * gdb.fortran/array-slices.f90: Rewrite tests.
2299 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2300
2301 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2302
2303 * gdb.base/completion.exp: Add new completion tests.
2304
2305 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2306
2307 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2308 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2309 * gdb.mi/mi-nsintrall.exp: Likewise.
2310 * gdb.mi/mi-nsmoribund.exp: Likewise.
2311 * gdb.mi/mi-nsthrexec.exp: Likewise.
2312 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2313
2314 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2315
2316 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2317 of perror.
2318
2319 2020-11-18 Joseph Myers <joseph@codesourcery.com>
2320
2321 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2322 $arg.exe exists but $arg does not.
2323
2324 2020-11-17 Gary Benson <gbenson@redhat.com>
2325
2326 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2327 __attribute__ ((used)).
2328
2329 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2332
2333 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2334
2335 * gdb.base/completion.exp: Add new tests.
2336
2337 2020-11-16 Tom Tromey <tromey@adacore.com>
2338
2339 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2340 tests.
2341
2342 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2343
2344 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2345 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2346 (main): Add reference to pck__fp1_var2.
2347 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2348
2349 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2350
2351 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2352
2353 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2354
2355 * gdb.ada/fixed_points.exp: Add ptype tests.
2356 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2357
2358 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2359
2360 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2361
2362 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2363
2364 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2365 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2366 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2367 New files.
2368 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2369
2370 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2371 New files.
2372
2373 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2374
2375 PR cli/26879
2376 * gdb.fortran/completion.exp: New file.
2377 * gdb.fortran/completion.f90: New file.
2378
2379 2020-11-12 Joseph Myers <joseph@codesourcery.com>
2380
2381 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2382 but $arg does not.
2383
2384 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2385
2386 * gdb.fortran/types.exp: Add more tests.
2387
2388 2020-11-12 Tom Tromey <tom@tromey.com>
2389
2390 PR rust/26799:
2391 * gdb.rust/traits.exp: Remove kfails.
2392
2393 2020-11-12 Gary Benson <gbenson@redhat.com>
2394
2395 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2396 statement.
2397
2398 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
2399
2400 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2401 always-inserted" axis.
2402 (do_test): Add breakpoint_always_inserted parameter.
2403
2404 2020-11-10 Tom Tromey <tromey@adacore.com>
2405
2406 * gdb.ada/bias.exp: Update.
2407 * gdb.ada/bias/bias.adb (X): Change value.
2408
2409 2020-11-10 Gary Benson <gbenson@redhat.com>
2410
2411 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2412 regexp fragment in parentheses to prevent false matching.
2413
2414 2020-11-10 Gary Benson <gbenson@redhat.com>
2415
2416 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2417
2418 2020-11-10 Gary Benson <gbenson@redhat.com>
2419
2420 * gdb.cp/step-and-next-inline.exp: Only require
2421 -gstatement-frontiers when building with GCC.
2422 Only setup KFAIL's for GCC issues when using
2423 a GCC-built executable.
2424
2425 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2426
2427 * gdb.base/debug-expr.c: Add extra function to allow for an
2428 additional test.
2429 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2430 to this proc with gdb_test_debug_expr. Add an extra test.
2431 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2432 to this proc with gdb_test_debug_expr, give the tests names
2433 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2434 calls to this proc with gdb_test_debug_expr, give the tests names
2435 * gdb.fortran/debug-expr.exp: New file.
2436 * gdb.fortran/debug-expr.f90: New file.
2437 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2438
2439 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
2440
2441 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2442 proceduresu.
2443 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2444 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2445 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2446 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2447 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2448 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2449 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2450 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2451
2452 2020-11-04 Tom Tromey <tromey@adacore.com>
2453
2454 * gdb.ada/funcall_ref.exp: Update.
2455 * gdb.ada/var_rec_arr.exp: Update.
2456
2457 2020-11-04 Tom Tromey <tromey@adacore.com>
2458
2459 * gdb.ada/rec_ptype.exp: New file.
2460 * gdb.ada/rec_ptype/main.adb: New file.
2461 * gdb.ada/rec_ptype/p.ads: New file.
2462
2463 2020-11-04 Tom Tromey <tromey@adacore.com>
2464
2465 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2466 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2467 (PT_Full): New variable.
2468 * gdb.ada/tick_length_array_enum_idx/pck.adb
2469 (Full_PT): New type.
2470
2471 2020-11-04 Tom Tromey <tromey@adacore.com>
2472
2473 * gdb.ada/array_of_variant.exp: New file.
2474 * gdb.ada/array_of_variant/p.adb: New file.
2475 * gdb.ada/array_of_variant/pck.ads: New file.
2476 * gdb.ada/array_of_variant/pck.adb: New file.
2477
2478 2020-11-04 Tom Tromey <tromey@adacore.com>
2479
2480 * gdb.ada/enum_idx_packed.exp: Add test.
2481 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2482 New variable.
2483 * gdb.ada/enum_idx_packed/pck.ads (Short)
2484 (Multi_Dimension, Multi_Dimension_Access): New types.
2485
2486 2020-11-04 Tom Tromey <tromey@adacore.com>
2487
2488 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2489
2490 2020-11-04 Tom Tromey <tromey@adacore.com>
2491
2492 * gdb.ada/set_pckd_arr_elt.exp: Also test
2493 -fgnat-encodings=minimal. Add tests.
2494 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2495 Call Update_Small a second time.
2496 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2497 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2498 (Variant_Access): New types.
2499 (New_Variant): Declare.
2500
2501 2020-11-04 Tom Tromey <tromey@adacore.com>
2502
2503 * gdb.ada/mod_from_name.exp: Test printing slice.
2504
2505 2020-11-04 Tom Tromey <tromey@adacore.com>
2506
2507 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2508 values.
2509 * gdb.ada/access_to_unbounded_array.exp: Test different
2510 -fgnat-encodings values.
2511 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2512 values.
2513 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2514 values.
2515 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2516 values.
2517 * gdb.ada/array_of_variable_length.exp: Test different
2518 -fgnat-encodings values.
2519 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2520 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2521 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2522 change.
2523 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2524 values.
2525 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2526 * gdb.ada/out_of_line_in_inlined.exp: Test different
2527 -fgnat-encodings values.
2528 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2529 values.
2530 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2531 values.
2532 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2533 -fgnat-encodings values.
2534 * gdb.ada/variant_record_packed_array.exp: Test different
2535 -fgnat-encodings values.
2536
2537 2020-11-04 Tom Tromey <tromey@adacore.com>
2538
2539 * gdb.ada/enum_idx_packed.exp: Add tests.
2540 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2541 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2542 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2543 declarations.
2544
2545 2020-11-03 Tom de Vries <tdevries@suse.de>
2546
2547 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2548 terminator comments.
2549 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2550 terminator.
2551
2552 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2553
2554 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2555 integer format test with regexp.
2556
2557 2020-11-02 Gary Benson <gbenson@redhat.com>
2558
2559 * gdb.base/print-file-var.exp (test): Separate compiler and
2560 linker options, and build using build_executable_from_specs
2561 to accommodate this.
2562
2563 2020-11-02 Gary Benson <gbenson@redhat.com>
2564
2565 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2566 for .c files compiled as C++ with Clang if any shared
2567 libraries are specified.
2568
2569 2020-11-02 Gary Benson <gbenson@redhat.com>
2570
2571 * lib/attributes.h: New header.
2572 * gdb.base/backtrace.c: Include the above. Replace
2573 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2574 * gdb.base/infcall-nested-structs.c: Likewise.
2575 * gdb.base/vla-optimized-out.c: Likewise.
2576
2577 2020-11-02 Tom de Vries <tdevries@suse.de>
2578
2579 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2580
2581 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2582
2583 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2584 System.Min_Int and System.Max_Int with smaller hardcoded
2585 constants.
2586
2587 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2588
2589 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2590 * configure: Re-generate.
2591
2592 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2593
2594 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2595 expected output.
2596
2597 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2598
2599 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2600 behavior.
2601 * gdb.base/paginate-bg-execution.exp: Ditto.
2602 * gdb.base/paginate-inferior-exit.exp: Ditto.
2603 * gdb.base/double-prompt-target-event-error.c: Remove.
2604 * gdb.base/double-prompt-target-event-error.exp: Remove.
2605
2606 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2607
2608 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2609 inferiors' and 'detach inferiors' do not change the current
2610 inferior.
2611
2612 2020-10-29 Tom de Vries <tdevries@suse.de>
2613
2614 * gdb.threads/tls.exp: Fix DUPLICATEs.
2615
2616 2020-10-28 Tom de Vries <tdevries@suse.de>
2617
2618 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2619
2620 2020-10-28 Tom de Vries <tdevries@suse.de>
2621
2622 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2623 * gdb.base/reread.exp: Same.
2624
2625 2020-10-28 Tom de Vries <tdevries@suse.de>
2626
2627 * lib/gdb.exp (readnow): Handle arg.
2628 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2629
2630 2020-10-28 Tom de Vries <tdevries@suse.de>
2631
2632 * gdb.base/relocate.exp: Update regexp for -readnow.
2633
2634 2020-10-28 Tom de Vries <tdevries@suse.de>
2635
2636 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2637 -readnow.
2638
2639 2020-10-28 Tom de Vries <tdevries@suse.de>
2640
2641 PR symtab/26772
2642 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2643 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2644
2645 2020-10-28 Tom de Vries <tdevries@suse.de>
2646
2647 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2648 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2649 complaint during file command for -readnow.
2650
2651 2020-10-28 Tom de Vries <tdevries@suse.de>
2652
2653 * gdb.cp/nsalias.exp: Fix typo in test name.
2654
2655 2020-10-28 Tom de Vries <tdevries@suse.de>
2656
2657 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2658
2659 2020-10-28 Tom de Vries <tdevries@suse.de>
2660
2661 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2662 -readnow.
2663
2664 2020-10-27 Tom de Vries <tdevries@suse.de>
2665
2666 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2667
2668 2020-10-27 Tom de Vries <tdevries@suse.de>
2669
2670 * gdb.base/maint.exp: Update for -readnow.
2671
2672 2020-10-27 Tom de Vries <tdevries@suse.de>
2673
2674 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2675 -readnow.
2676
2677 2020-10-14 Gary Benson <gbenson@redhat.com>
2678
2679 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2680 "_vptr$Base" as correct, in addition to "_vptr.Base".
2681 (test_mixed): Likewise.
2682
2683 2020-10-27 Gary Benson <gbenson@redhat.com>
2684
2685 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2686 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2687
2688 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2689
2690 * gdb.base/condbreak.exp: Update the completion tests to
2691 consider the '-force' flag.
2692
2693 2020-10-27 Tom de Vries <tdevries@suse.de>
2694
2695 * gdb.base/list-ambiguous-readnow.exp: New file.
2696
2697 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2698
2699 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2700 the condition.
2701 * gdb.linespec/cpcompletion.exp: Update to consider the
2702 '-force-condition' keyword.
2703 * gdb.linespec/explicit.exp: Ditto.
2704 * lib/completion-support.exp: Ditto.
2705
2706 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2707
2708 * gdb.base/condbreak-multi-context.cc: New file.
2709 * gdb.base/condbreak-multi-context.exp: New file.
2710
2711 2020-10-26 Tom Tromey <tom@tromey.com>
2712
2713 * lib/mi-support.exp (default_mi_gdb_start): Call
2714 gdb_stdin_log_init.
2715 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2716 subtract one from gdb_instances.
2717 (gdb_stdin_log_write): Flush in_file.
2718
2719 2020-10-26 Tom de Vries <tdevries@suse.de>
2720
2721 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2722
2723 2020-10-26 Tom Tromey <tromey@adacore.com>
2724
2725 * gdb.ada/unsigned_range/foo.adb: New file.
2726 * gdb.ada/unsigned_range/pack.adb: New file.
2727 * gdb.ada/unsigned_range/pack.ads: New file.
2728 * gdb.ada/unsigned_range.exp: New file.
2729
2730 2020-10-26 Tom de Vries <tdevries@suse.de>
2731
2732 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2733
2734 2020-10-26 Tom de Vries <tdevries@suse.de>
2735
2736 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2737 for CU.
2738 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2739
2740 2020-10-23 Tom de Vries <tdevries@suse.de>
2741
2742 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2743 DW_FORM_string.
2744 (Dwarf::_default_form): New proc.
2745 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2746 guessed.
2747
2748 2020-10-23 Tom de Vries <tdevries@suse.de>
2749
2750 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2751 * gdb.dwarf2/atomic-type.exp: Same.
2752 * gdb.dwarf2/bad-regnum.exp: Same.
2753 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2754 * gdb.dwarf2/dw2-align.exp: Same.
2755 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2756 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2757 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2758 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2759 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2760 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2761 * gdb.dwarf2/enum-type.exp: Same.
2762 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2763 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2764 * gdb.dwarf2/main-subprogram.exp: Same.
2765 * gdb.dwarf2/missing-type-name.exp: Same.
2766 * gdb.dwarf2/nonvar-access.exp: Same.
2767 * gdb.dwarf2/typedef-void-finish.exp: Same.
2768 * gdb.dwarf2/var-access.exp: Same.
2769 * gdb.dwarf2/void-type.exp: Same.
2770
2771 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2772
2773 PR gdb/26693
2774 * gdb.dwarf2/template-specification-full-name.exp: New test.
2775
2776 2020-10-22 Luis Machado <luis.machado@linaro.org>
2777
2778 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2779 expected an offset from the function.
2780 * gdb.base/msym-bp.exp (test): Likewise.
2781
2782 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2783
2784 * gdb.fortran/array-slices.exp: Add a new test.
2785
2786 2020-10-21 Gary Benson <gbenson@redhat.com>
2787
2788 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2789 fullname test with Clang. Also expand comments generally.
2790
2791 2020-10-20 Tom de Vries <tdevries@suse.de>
2792
2793 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2794
2795 2020-10-20 Tom de Vries <tdevries@suse.de>
2796
2797 * gdb.dwarf2/arr-stride.c: Remove.
2798 * gdb.dwarf2/arr-stride.exp: Use main.c.
2799 * gdb.dwarf2/arr-subrange.c: Remove.
2800 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2801 * gdb.dwarf2/bad-regnum.c: Remove.
2802 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2803 * gdb.dwarf2/corrupt.c: Remove.
2804 * gdb.dwarf2/corrupt.exp: Use main.c.
2805 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2806 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2807 * gdb.dwarf2/dw2-icycle.c: Remove.
2808 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2809 * gdb.dwarf2/formdata16.c: Remove.
2810 * gdb.dwarf2/formdata16.exp: Use main.c.
2811 * gdb.dwarf2/implptrconst.c: Remove.
2812 * gdb.dwarf2/implptrconst.exp: Use main.c.
2813 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2814 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2815 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2816 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2817
2818 2020-10-20 Tom de Vries <tdevries@suse.de>
2819
2820 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2821 file.
2822 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2823
2824 2020-10-20 Tom de Vries <tdevries@suse.de>
2825
2826 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2827 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2828 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2829 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2830 * gdb.dwarf2/dw2-ranges.exp: Same.
2831 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2832 * gdb.dwarf2/var-access.exp: Same.
2833
2834 2020-10-19 Tom Tromey <tromey@adacore.com>
2835
2836 PR tui/26719
2837 * gdb.tui/list.exp: Check source window contents after focus
2838 change.
2839
2840 2020-10-17 Tom de Vries <tdevries@suse.de>
2841
2842 PR symtab/26317
2843 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2844
2845 2020-10-17 Tom de Vries <tdevries@suse.de>
2846
2847 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2848 as suffix.
2849 * gdb.dwarf2/atomic.c: Rename to ...
2850 * gdb.dwarf2/atomic-type.c: ... this.
2851 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2852 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2853 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2854 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2855 * gdb.dwarf2/fission-mix2.c: Rename to ...
2856 * gdb.dwarf2/fission-mix-2.c: ... this.
2857 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2858 standard_testfile.
2859 * gdb.dwarf2/ada-valprint-error.exp: Same.
2860 * gdb.dwarf2/arr-stride.exp: Same.
2861 * gdb.dwarf2/arr-subrange.exp: Same.
2862 * gdb.dwarf2/atomic-type.exp: Same.
2863 * gdb.dwarf2/bad-regnum.exp: Same.
2864 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2865 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2866 * gdb.dwarf2/clang-debug-names.exp: Same.
2867 * gdb.dwarf2/comp-unit-lang.exp: Same.
2868 * gdb.dwarf2/corrupt.exp: Same.
2869 * gdb.dwarf2/count.exp: Same.
2870 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2871 * gdb.dwarf2/data-loc.exp: Same.
2872 * gdb.dwarf2/dw2-align.exp: Same.
2873 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2874 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2875 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2876 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2877 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2878 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2879 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2880 * gdb.dwarf2/dw2-inline-param.exp: Same.
2881 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2882 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2883 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2884 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2885 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2886 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2887 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2888 * gdb.dwarf2/dw2-param-error.exp: Same.
2889 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2890 * gdb.dwarf2/dw2-ranges.exp: Same.
2891 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2892 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2893 * gdb.dwarf2/dw4-sig-types.exp: Same.
2894 * gdb.dwarf2/dynarr-ptr.exp: Same.
2895 * gdb.dwarf2/enum-type.exp: Same.
2896 * gdb.dwarf2/fission-mix.exp: Same.
2897 * gdb.dwarf2/formdata16.exp: Same.
2898 * gdb.dwarf2/implptrconst.exp: Same.
2899 * gdb.dwarf2/implptrpiece.exp: Same.
2900 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2901 * gdb.dwarf2/main-subprogram.exp: Same.
2902 * gdb.dwarf2/method-ptr.exp: Same.
2903 * gdb.dwarf2/missing-sig-type.exp: Same.
2904 * gdb.dwarf2/nonvar-access.exp: Same.
2905 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2906 * gdb.dwarf2/shortpiece.exp: Same.
2907 * gdb.dwarf2/staticvirtual.exp: Same.
2908 * gdb.dwarf2/subrange.exp: Same.
2909 * gdb.dwarf2/symtab-producer.exp: Same.
2910 * gdb.dwarf2/typedef-void-finish.exp: Same.
2911 * gdb.dwarf2/var-access.exp: Same.
2912 * gdb.dwarf2/variant.exp: Same.
2913 * gdb.dwarf2/void-type.exp: Same.
2914 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2915 dw2-ranges-main.c.
2916 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2917
2918 2020-10-16 Tom de Vries <tdevries@suse.de>
2919
2920 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2921
2922 2020-10-16 Tom de Vries <tdevries@suse.de>
2923
2924 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2925
2926 2020-10-14 Tom de Vries <tdevries@suse.de>
2927
2928 PR testsuite/26732
2929 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2930 scenario 2.
2931 * gdb.ada/mi_catch_ex_hand.exp: Same.
2932
2933 2020-10-13 Pedro Alves <pedro@palves.net>
2934
2935 * lib/mi-support.exp (mi_clean_restart): New.
2936 (mi_run_to_main): Delete.
2937 All callers adjust to use mi_clean_restart / mi_runto_main.
2938
2939 2020-10-13 Pedro Alves <pedro@palves.net>
2940
2941 * config/monitor.exp: Use "list -q".
2942 * gdb.arch/gdb1558.exp: Use "break -q".
2943 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2944 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2945 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2946 * gdb.base/commands.exp: Use "break -q".
2947 * gdb.base/condbreak.exp: Use "break -q".
2948 * gdb.base/ctf-ptype.exp: Use "list -q".
2949 * gdb.base/define.exp: Use "break -q".
2950 * gdb.base/del.exp: Use "break -q".
2951 * gdb.base/fullname.exp: Use "break -q".
2952 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2953 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2954 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2955 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2956 "hbreak -q".
2957 * gdb.base/included.exp: Use "list -q".
2958 * gdb.base/label.exp: Use "break -q".
2959 * gdb.base/lineinc.exp: Use "break -q".
2960 * gdb.base/list.exp: Use "list -q".
2961 * gdb.base/macscp.exp: Use "list -q".
2962 * gdb.base/pending.exp: Use "break -q".
2963 * gdb.base/prologue-include.exp: Use "break -q".
2964 * gdb.base/ptype.exp: Use "list -q".
2965 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2966 * gdb.base/server-del-break.exp: Use "break -q".
2967 * gdb.base/style.exp: Use "break -q".
2968 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2969 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2970 * gdb.cp/exception.exp: Use "tbreak -q".
2971 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2972 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2973 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2974 * gdb.dwarf2/pr13961.exp: Use "break -q".
2975 * gdb.linespec/explicit.exp: Use "list -q".
2976 * gdb.linespec/linespec.exp: Use "break -q".
2977 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2978 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2979 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2980 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2981 * gdb.trace/change-loc.exp: Use "break -q".
2982 * gdb.trace/pending.exp: Use "break -q".
2983 * gdb.tui/basic.exp: Use "list -q".
2984 * gdb.tui/list-before.exp: Use "list -q".
2985 * gdb.tui/list.exp: Use "list -q".
2986 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2987
2988 2020-10-13 Pedro Alves <pedro@palves.net>
2989
2990 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2991 saved breakpoints file.
2992 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2993 inspecting breakpoint list.
2994 * lib/gdb.exp (runto_main): Add "qualified" to options.
2995 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2996 and handle it.
2997 (mi_runto_main): Pass 1 as qualified argument.
2998
2999 2020-10-13 Pedro Alves <pedro@palves.net>
3000
3001 * lib/mi-support.exp (mi_runto_main): New proc.
3002 (mi_run_to_main): Use it.
3003 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
3004 * gdb.mi/mi-var-cmd.exp: Likewise.
3005 * gdb.mi/mi-var-invalidate.exp: Likewise.
3006 * mi-var-list-children-invalid-grandchild.exp: Likewise.
3007 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3008 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3009 * gdb.mi/user-selected-context-sync.exp: Likewise.
3010 * gdb.opt/inline-cmds.exp: Likewise.
3011 * gdb.python/py-framefilter-mi.exp: Likewise.
3012 * gdb.python/py-mi.exp: Likewise.
3013
3014 2020-10-13 Pedro Alves <pedro@palves.net>
3015
3016 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
3017 "runto main".
3018 * gdb.ada/small_reg_param.exp: Likewise.
3019 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3020 * gdb.base/annota1.exp: Likewise.
3021 * gdb.base/anon.exp: Likewise.
3022 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
3023 * gdb.base/dprintf-non-stop.exp: Likewise.
3024 * gdb.base/dprintf.exp: Likewise.
3025 * gdb.base/gdb11530.exp: Likewise.
3026 * gdb.base/gdb11531.exp: Likewise.
3027 * gdb.base/gnu_vector.exp: Likewise.
3028 * gdb.base/interrupt-noterm.exp: Likewise.
3029 * gdb.base/memattr.exp: Likewise.
3030 * gdb.base/step-over-syscall.exp: Likewise.
3031 * gdb.base/watch-cond-infcall.exp: Likewise.
3032 * gdb.base/watch-read.exp: Likewise.
3033 * gdb.base/watch-vfork.exp: Likewise.
3034 * gdb.base/watch_thread_num.exp: Likewise.
3035 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
3036 * gdb.guile/scm-frame-inline.exp: Likewise.
3037 * gdb.linespec/explicit.exp: Likewise.
3038 * gdb.opt/inline-break.exp: Likewise.
3039 * gdb.python/py-frame-inline.exp: Likewise.
3040 * gdb.reverse/break-precsave.exp: Likewise.
3041 * gdb.reverse/break-reverse.exp: Likewise.
3042 * gdb.reverse/consecutive-precsave.exp: Likewise.
3043 * gdb.reverse/consecutive-reverse.exp: Likewise.
3044 * gdb.reverse/finish-precsave.exp: Likewise.
3045 * gdb.reverse/finish-reverse.exp: Likewise.
3046 * gdb.reverse/fstatat-reverse.exp: Likewise.
3047 * gdb.reverse/getresuid-reverse.exp: Likewise.
3048 * gdb.reverse/i386-precsave.exp: Likewise.
3049 * gdb.reverse/i386-reverse.exp: Likewise.
3050 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3051 * gdb.reverse/i387-env-reverse.exp: Likewise.
3052 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3053 * gdb.reverse/insn-reverse.exp: Likewise.
3054 * gdb.reverse/machinestate-precsave.exp: Likewise.
3055 * gdb.reverse/machinestate.exp: Likewise.
3056 * gdb.reverse/pipe-reverse.exp: Likewise.
3057 * gdb.reverse/readv-reverse.exp: Likewise.
3058 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3059 * gdb.reverse/rerun-prec.exp: Likewise.
3060 * gdb.reverse/s390-mvcle.exp: Likewise.
3061 * gdb.reverse/solib-precsave.exp: Likewise.
3062 * gdb.reverse/solib-reverse.exp: Likewise.
3063 * gdb.reverse/step-precsave.exp: Likewise.
3064 * gdb.reverse/step-reverse.exp: Likewise.
3065 * gdb.reverse/time-reverse.exp: Likewise.
3066 * gdb.reverse/until-precsave.exp: Likewise.
3067 * gdb.reverse/until-reverse.exp: Likewise.
3068 * gdb.reverse/waitpid-reverse.exp: Likewise.
3069 * gdb.reverse/watch-precsave.exp: Likewise.
3070 * gdb.reverse/watch-reverse.exp: Likewise.
3071 * gdb.threads/kill.exp: Likewise.
3072 * gdb.threads/tid-reuse.exp: Likewise.
3073
3074 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3075
3076 PR gdb/26642
3077 * gdb.base/maint-target-async-off.c: New test.
3078 * gdb.base/maint-target-async-off.exp: New test.
3079
3080 2020-10-13 Alan Modra <amodra@gmail.com>
3081
3082 * gdb.arch/powerpc-altivec.s,
3083 * gdb.arch/powerpc-power7.s,
3084 * gdb.arch/powerpc-power8.s,
3085 * gdb.arch/powerpc-power9.s,
3086 * gdb.arch/powerpc-vsx.s,
3087 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
3088 * gdb.arch/powerpc-altivec.exp,
3089 * gdb.arch/powerpc-power7.exp,
3090 * gdb.arch/powerpc-power8.exp,
3091 * gdb.arch/powerpc-power9.exp,
3092 * gdb.arch/powerpc-vsx.exp,
3093 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
3094 disassembly of mfvsrd/mtvsrd.
3095
3096 2020-10-13 Alan Modra <amodra@gmail.com>
3097
3098 * gdb.arch/arm-disassembler-options.exp: Adjust expected
3099 "target architecture" output.
3100 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3101 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3102 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3103 * gdb.arch/s390-disassembler-options.exp: Likewise.
3104
3105 2020-10-12 Pedro Alves <pedro@palves.net>
3106
3107 PR exp/26602
3108 PR c++/26550
3109 * gdb.cp/ambiguous.cc (marker1): Delete.
3110 (main): Initialize all the fields of the locals. Replace marker1
3111 call with a "set breakpoint here" marker.
3112 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
3113 instead of running to marker1. Add tests printing all the
3114 variables and all the fields of the variables.
3115 (test_ambiguous): New proc, expecting the new GDB output when a
3116 field access is ambiguous. Change all "warning: X ambiguous"
3117 tests to use it.
3118
3119 2020-10-12 Gary Benson <gbenson@redhat.com>
3120
3121 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
3122 * gdb.base/msym-bp-2.c (foo): Likewise.
3123 * gdb.base/msym-lang.c (foo): Likewise.
3124 * gdb.base/msym-lang-main.c (foo): Likewise.
3125 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
3126 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
3127 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
3128 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
3129 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
3130 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
3131 * gdb.python/py-objfile.c (static_var): Likewise.
3132 * gdb.python/py-symbol.c (rr): Likewise.
3133 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
3134 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
3135
3136 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
3137
3138 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
3139 output of backtrace.
3140
3141 2020-10-09 Tom Tromey <tromey@adacore.com>
3142
3143 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
3144 (Rec): Add field. Fix range.
3145 * gdb.ada/scalar_storage.exp: Update.
3146
3147 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
3148
3149 PR exp/26714
3150 * gdb.base/printcmds.exp: Add tests for void results.
3151
3152 2020-10-09 Jan Vrany <jan.vrany@labware.com>
3153
3154 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
3155 is emmited for both 'set directories' and 'directory' commands.
3156
3157 2020-10-08 Tom Tromey <tom@tromey.com>
3158
3159 * gdb.base/style.exp: Check that "main"'s name is styled.
3160
3161 2020-10-07 Tom Tromey <tromey@adacore.com>
3162
3163 * gdb.base/find.exp: Rename some tests.
3164
3165 2020-10-06 Gary Benson <gbenson@redhat.com>
3166
3167 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
3168 * gdb.base/list1.c (unused): Likewise.
3169
3170 2020-10-06 Gary Benson <gbenson@redhat.com>
3171
3172 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
3173 __attribute__ ((used)).
3174 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
3175
3176 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
3177
3178 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
3179 make use of regions throughout.
3180 * gdb.base/overlays.exp: Enclose string with variableds in "..",
3181 not {...}.
3182 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
3183
3184 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
3185
3186 * gdb.base/call-sc.c: Fix return struct on stack test case.
3187 * gdb.base/call-sc.exp: Likewise.
3188
3189 2020-10-02 Gary Benson <gbenson@redhat.com>
3190
3191 * README: Fix "paralell".
3192
3193 2020-09-30 Gary Benson <gbenson@redhat.com>
3194
3195 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
3196 Convert directive to lowercase.
3197 (.Labbrev1_begin): Add missing label.
3198 (abbrev code 0x1): Remove DW_AT_stmt_list.
3199 (.Ldie_b): Likewise.
3200
3201 2020-09-27 Tom Tromey <tom@tromey.com>
3202
3203 * gdb.tui/new-layout.exp: Use with_test_prefix.
3204
3205 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
3206
3207 PR python/26586
3208 * gdb.python/python.exp: add test cases for the from_tty
3209 argument to gdb.execute.
3210
3211 2020-09-25 Gary Benson <gbenson@redhat.com>
3212
3213 * gdb.base/infcall-nested-structs.exp.tcl: Add
3214 additional_flags=-Wno-tautological-compare for C++
3215 tests when compiling using Clang.
3216
3217 2020-09-25 Gary Benson <gbenson@redhat.com>
3218
3219 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
3220 for .c files.
3221
3222 2020-09-24 Tom Tromey <tromey@adacore.com>
3223
3224 PR tui/26638:
3225 * gdb.tui/list.exp: Check output of "focus next".
3226
3227 2020-09-23 Tom Tromey <tom@tromey.com>
3228
3229 * gdb.dwarf2/intbits.exp: New file.
3230 * gdb.dwarf2/intbits.c: New file.
3231
3232 2020-09-20 Pedro Alves <pedro@palves.net>
3233
3234 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
3235 spawn_id before calling remote_close. Close secondary MI channel.
3236
3237 2020-09-20 Pedro Alves <pedro@palves.net>
3238
3239 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
3240 fails.
3241
3242 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
3243
3244 * gdb.fortran/array-slices.exp: Update expected results.
3245 * gdb.fortran/class-allocatable-array.exp: Likewise.
3246 * gdb.fortran/multi-dim.exp: Likewise.
3247 * gdb.fortran/vla-type.exp: Likewise.
3248 * gdb.mi/mi-vla-fortran.exp: Likewise.
3249
3250 2020-09-18 Victor Collod <vcollod@nvidia.com>
3251
3252 PR gdb/26635
3253 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
3254 compatible with i386, and move it to...
3255 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
3256 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
3257 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
3258
3259 2020-09-18 Pedro Alves <pedro@palves.net>
3260
3261 PR gdb/26631
3262 * gdb.multi/multi-target-thread-find.exp: New file.
3263
3264 2020-09-18 Pedro Alves <pedro@palves.net>
3265
3266 * gdb.multi/multi-target-continue.exp: New file, factored out from
3267 multi-target.exp.
3268 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
3269 multi-target.exp.
3270 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
3271 multi-target.exp.
3272 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
3273 multi-target.exp.
3274 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
3275 multi-target.exp.
3276 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3277 multi-target.exp.
3278 * gdb.multi/multi-target.exp: Delete.
3279
3280 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3281
3282 * gdb.fortran/array-slices.exp: Add missing message data.
3283
3284 2020-09-17 Pedro Alves <pedro@palves.net>
3285
3286 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3287
3288 2020-09-17 Pedro Alves <pedro@palves.net>
3289
3290 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3291 full prototype.
3292
3293 2020-09-17 Pedro Alves <pedro@palves.net>
3294
3295 * gdb.python/py-as-string.c: Add cast.
3296
3297 2020-09-17 Pedro Alves <pedro@palves.net>
3298
3299 * gdb.base/sizeof.c (fill): Add cast.
3300
3301 2020-09-17 Pedro Alves <pedro@palves.net>
3302
3303 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3304
3305 2020-09-17 Pedro Alves <pedro@palves.net>
3306
3307 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3308 linkage name.
3309 * gdb.base/prologue.exp: Use print /d.
3310 * gdb.base/symbol-alias.exp: Handle C++ output.
3311 * gdb.base/symbol-alias2.c: Handle C++ output.
3312 [__cplusplus] (func): Explicitly specify linkage name.
3313
3314 2020-09-17 Pedro Alves <pedro@palves.net>
3315
3316 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3317 (struct my_key_t): ... this. Adjust all references.
3318 (struct value_t): Rename to ...
3319 (struct my_value_t): ... this. Adjust all references.
3320 (create_map, add_map_element, create_map_map)
3321 (add_map_map_element): Add casts.
3322
3323 2020-09-17 Pedro Alves <pedro@palves.net>
3324
3325 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3326 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3327
3328 2020-09-17 Pedro Alves <pedro@palves.net>
3329
3330 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3331
3332 2020-09-17 Pedro Alves <pedro@palves.net>
3333
3334 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3335 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3336 (charfoo, intfoo): Define full prototype.
3337 * gdb.base/ptype1.c (charfoo): Define full prototype.
3338 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3339 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3340
3341 2020-09-17 Pedro Alves <pedro@palves.net>
3342
3343 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3344 Don't define.
3345 (utf_32_string): Compile for both C and C++.
3346 * gdb.base/charset.exp: Use "print /d".
3347
3348 2020-09-17 Pedro Alves <pedro@palves.net>
3349
3350 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3351 (nullptr): Rename to ...
3352 (null_ptr): ... this.
3353 * gdb.base/watchpoint.exp: Adjust to rename.
3354
3355 2020-09-17 Pedro Alves <pedro@palves.net>
3356
3357 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3358 (three_not_flag): Add casts.
3359
3360 2020-09-17 Pedro Alves <pedro@palves.net>
3361
3362 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3363 char array.
3364 (main): Add references to Barrier, TestStrings, TestStringsH and
3365 TestStringsW.
3366 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3367 and expect a full prototype in C++.
3368
3369 2020-09-17 Pedro Alves <pedro@palves.net>
3370
3371 * gdb.base/nested-addr.c (main): Add cast.
3372 * gdb.base/nested-addr.exp: Use "print /d".
3373
3374 2020-09-17 Pedro Alves <pedro@palves.net>
3375
3376 * gdb.base/break.exp (func): New. Use it throughout when
3377 expecting a function name.
3378
3379 2020-09-17 Pedro Alves <pedro@palves.net>
3380
3381 * gdb.base/display.exp: Issue "set print asm-demangle on".
3382
3383 2020-09-17 Pedro Alves <pedro@palves.net>
3384
3385 * gdb.base/find.c: Include <string.h>.
3386 (init_bufs): Add cast.
3387 * gdb.base/find.exp: Issue "set print asm-demangle on".
3388
3389 2020-09-16 Tom Tromey <tromey@adacore.com>
3390
3391 PR gdb/26598:
3392 * gdb.base/skipcxx.exp: New file.
3393 * gdb.base/skipcxx.cc: New file.
3394
3395 2020-09-16 Tom de Vries <tdevries@suse.de>
3396
3397 PR testsuite/26617
3398 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3399 WITH_DEBUG_SECTIONS is defined.
3400 (xstr, str): New macro.
3401 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3402 to get start and size of _Dmain.
3403 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3404 using additional_flags.
3405
3406 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3407
3408 * gdb.base/bp-cmds-sourced-script.c: New file.
3409 * gdb.base/bp-cmds-sourced-script.exp: New test.
3410 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3411
3412 2020-09-16 Tom de Vries <tdevries@suse.de>
3413
3414 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3415 get the gdb prompt after issuing "monitor exit".
3416
3417 2020-09-16 Tom de Vries <tdevries@suse.de>
3418
3419 PR testsuite/26624
3420 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3421
3422 2020-09-16 Tom de Vries <tdevries@suse.de>
3423
3424 PR testsuite/26618
3425 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3426
3427 2020-09-15 Tom Tromey <tromey@adacore.com>
3428
3429 PR rust/26197:
3430 * lib/rust-support.exp (rust_llvm_version): New proc.
3431 * gdb.rust/simple.exp: Check rust_llvm_version.
3432
3433 2020-09-14 Tom de Vries <tdevries@suse.de>
3434
3435 * gdb.rust/traits.exp: Fix PATH warning.
3436
3437 2020-09-13 Pedro Alves <pedro@palves.net>
3438
3439 * gdb.base/catch-follow-exec.c (main): Add explicit return
3440 statement.
3441 * gdb.base/catch-signal.c (main): Likewise.
3442 * gdb.base/condbreak-call-false.c (main): Likewise.
3443 * gdb.base/consecutive.c (main): Add explicit return
3444 statement and return type.
3445 * gdb.base/cursal.c (main): Add explicit return statement.
3446 * gdb.base/cvexpr.c (main): Likewise.
3447 * gdb.base/display.c (main): Add explicit return statement and
3448 return type.
3449 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3450 * gdb.base/endianity.c (main): Likewise.
3451 * gdb.base/execd-prog.c (main): Likewise.
3452 * gdb.base/gdb1090.c (main): Likewise.
3453 * gdb.base/info_qt.c (main): Likewise.
3454 * gdb.base/lineinc.c (main): Likewise.
3455 * gdb.base/load-command.c (main): Likewise.
3456 * gdb.base/macscp1.c (main): Likewise.
3457 * gdb.base/pr10179-a.c (main): Likewise.
3458 * gdb.base/quit-live.c (main): Likewise.
3459 * gdb.base/scope0.c (main): Likewise.
3460 * gdb.base/settings.c (main): Likewise.
3461 * gdb.base/stack-checking.c (main): Return int.
3462 * gdb.base/varargs.c (main): Add explicit return statement.
3463 * gdb.cp/ambiguous.cc (main): Likewise.
3464 * gdb.cp/anon-struct.cc (main): Likewise.
3465 * gdb.cp/anon-union.cc (main): Likewise.
3466 * gdb.cp/bool.cc (main): Likewise.
3467 * gdb.cp/bs15503.cc (main): Likewise.
3468 * gdb.cp/cplusfuncs.cc (main): Likewise.
3469 * gdb.cp/cttiadd.cc (main): Likewise.
3470 * gdb.cp/extern-c.cc (main): Likewise.
3471 * gdb.cp/filename.cc (main): Likewise.
3472 * gdb.cp/formatted-ref.cc (main): Likewise.
3473 * gdb.cp/mb-ctor.cc (main): Likewise.
3474 * gdb.cp/member-ptr.cc (main): Likewise.
3475 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3476 * gdb.cp/overload-const.cc (main): Likewise.
3477 * gdb.cp/paren-type.cc (main): Likewise.
3478 * gdb.cp/parse-lang.cc (main): Likewise.
3479 * gdb.cp/pr-1023.cc (main): Likewise.
3480 * gdb.cp/psmang1.cc (main): Likewise.
3481 * gdb.cp/readnow-language.cc (main): Likewise.
3482 * gdb.cp/ref-params.cc (main): Likewise.
3483 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3484 * gdb.cp/virtbase2.cc (main): Likewise.
3485 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3486 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3487 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3488 * gdb.mi/mi-console.c (main): Likewise.
3489 * gdb.mi/mi-read-memory.c (main): Likewise.
3490 * gdb.modula2/multidim.c (main): Likewise.
3491 * gdb.opt/inline-small-func.c (main): Likewise.
3492 * gdb.python/py-rbreak.c (main): Likewise.
3493 * gdb.stabs/exclfwd1.c (main): Likewise.
3494 * gdb.trace/qtro.c (main): Likewise.
3495
3496 2020-09-13 Pedro Alves <pedro@palves.net>
3497
3498 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3499 instead of getenv.
3500
3501 2020-09-13 Pedro Alves <pedro@palves.net>
3502
3503 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3504 instead of spawning GDB with remote_spawn.
3505 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3506 gdb_spawn instead of spawning GDB with remote_spawn.
3507
3508 2020-09-13 Pedro Alves <pedro@palves.net>
3509
3510 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3511 file and add calls to first and second.
3512 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3513 add call to f.
3514
3515 2020-09-13 Pedro Alves <pedro@palves.net>
3516
3517 * gdb.mi/mi-break-qualified.cc: New file.
3518 * gdb.mi/mi-break-qualified.exp: New file.
3519 * lib/mi-support.exp (mi_create_breakpoint_multi)
3520 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3521 procedures.
3522 (mi_create_breakpoint_1): New, factored out from
3523 mi_create_breakpoint.
3524
3525 2020-09-13 Pedro Alves <pedro@palves.net>
3526
3527 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3528 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3529 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3530 (register_class): Delete.
3531 (main): Don't call register_class.
3532
3533 2020-09-13 Pedro Alves <pedro@palves.net>
3534
3535 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3536 (do_tests): Remove "calling method for small class" test.
3537 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3538 (register_class): Delete.
3539 (main): Don't call register_class.
3540 * gdb.cp/call-method-register.exp: New file, based on bits removed
3541 from classes.exp.
3542 * gdb.cp/call-method-register.cc: New file, based on bits removed
3543 from classes.cc.
3544
3545 2020-09-13 Pedro Alves <pedro@palves.net>
3546
3547 * gdb.base/msym-bp-2.c: New.
3548 * gdb.base/msym-bp-shl-lib.c: New file.
3549 * gdb.base/msym-bp-shl-main-2.c: New file.
3550 * gdb.base/msym-bp-shl-main.c: New file.
3551 * gdb.base/msym-bp-shl.exp: New file.
3552 * gdb.base/msym-bp.c: New file.
3553 * gdb.base/msym-bp.exp: New file.
3554
3555 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3556
3557 * gdb.base/default.exp: Change $_gdb_major to 11.
3558
3559 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3560 Felix Willgerodt <Felix.Willgerodt@intel.com>
3561
3562 * x86-avx512bf16.c: New file.
3563 * x86-avx512bf16.exp: Likewise.
3564 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3565
3566 2020-09-11 Tom de Vries <tdevries@suse.de>
3567
3568 PR exp/26602
3569 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3570
3571 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3572
3573 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3574
3575 2020-09-10 Alan Modra <amodra@gmail.com>
3576
3577 PR 26597
3578 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3579
3580 2020-09-08 Tom de Vries <tdevries@suse.de>
3581
3582 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3583 after gdb_starti_cmd.
3584
3585 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3586
3587 * lib/fortran.exp (fortran_complex8): New proc.
3588 (fortran_complex16): New proc.
3589 * gdb.fortran/complex.exp: Use routines from fortran.exp
3590 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3591 * gdb.fortran/vla-ptr-info.exp: Likewise.
3592
3593 2020-09-03 Tom de Vries <tdevries@suse.de>
3594
3595 PR breakpoint/26546
3596 * gdb.base/label-without-address.exp: Runto main first.
3597
3598 2020-09-02 Tom Tromey <tromey@adacore.com>
3599
3600 * gdb.ada/mi_var_access.exp: Test children of access variable.
3601 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3602 * gdb.ada/mi_var_array.exp: Update.
3603
3604 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3605
3606 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3607 on docker w/ AUFS storage driver.
3608
3609 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3610
3611 * gdb.base/corefile2.exp (renamed binfile): New tests.
3612
3613 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3614
3615 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3616
3617 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3618
3619 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3620 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3621
3622 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3623
3624 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3625 output, printing a "not saved" value from history and printing a
3626 convenience variable created from a "not saved" value.
3627
3628 2020-08-31 Tom de Vries <tdevries@suse.de>
3629
3630 * gdb.base/eh_return.exp: Use nopie.
3631
3632 2020-08-28 Pedro Alves <pedro@palves.net>
3633
3634 * gdb.base/advance-until-multiple-locations.exp
3635 (advance_overload, until_overload): Adjust to match the
3636 frame/function header instead of the source line text.
3637
3638 2020-08-28 Tom de Vries <tdevries@suse.de>
3639
3640 * gdb.base/label-without-address.c: New test.
3641 * gdb.base/label-without-address.exp: New file.
3642
3643 2020-08-27 Pedro Alves <pedro@palves.net>
3644
3645 PR gdb/26523
3646 PR gdb/26524
3647 * gdb.base/advance-until-multiple-locations.cc: New.
3648 * gdb.base/advance-until-multiple-locations.exp: New.
3649
3650 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3651
3652 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3653
3654 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3655
3656 * gdb.arch/amd64-byte.exp: Make test names unique, use
3657 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3658 * gdb.arch/amd64-dword.exp: Likewise.
3659 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3660 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3661 unique.
3662 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3663 * gdb.arch/amd64-word.exp: Make test names unique, use
3664 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3665 * gdb.arch/i386-byte.exp: Make test names unique, use
3666 gdb_breakpoint.
3667 * gdb.arch/i386-word.exp: Likewise.
3668
3669 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3670
3671 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3672
3673 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3674
3675 PR gdb/26532
3676 * gdb.threads/stepi-random-signal.exp: Update pattern.
3677
3678 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3679
3680 PR gdb/26532
3681 * gdb.base/ui-redirect.exp: Update pattern.
3682
3683 2020-08-25 Gary Benson <gbenson@redhat.com>
3684
3685 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3686 when compiling with clang.
3687 * gdb.dwarf2/dw2-restore.exp: Likewise.
3688
3689 2020-08-25 Gary Benson <gbenson@redhat.com>
3690
3691 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3692 Add additional_flags=-Wno-inaccessible-base when compiling
3693 with GCC >= 10.1 or clang. Add additional_flags=-w when
3694 compiling with GCC < 10.
3695
3696 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3697
3698 PR m2/26372
3699 * gdb.modula2/multidim.c: New file.
3700 * gdb.modula2/multidim.exp: New file.
3701
3702 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3703
3704 * lib/gdb.exp (runto): Always emit fail on internal error.
3705
3706 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3707
3708 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3709 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3710 Likewise.
3711 * gdb.threads/stepi-random-signal.exp: Likewise.
3712
3713 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3714
3715 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3716 * gdb.trace/strace.exp: Ditto.
3717
3718 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3719
3720 * gdb.fortran/vla-type.exp: Skip commands not required for
3721 the Flang compiled binaries after prologue fix.
3722
3723 2020-08-17 Tom de Vries <tdevries@suse.de>
3724 Tom Tromey <tromey@adacore.com>
3725
3726 PR rust/26197:
3727 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3728
3729 2020-08-17 Tom Tromey <tromey@adacore.com>
3730
3731 * gdb.ada/mi_var_access.exp: New file.
3732 * gdb.ada/mi_var_access/mi_access.adb: New file.
3733 * gdb.ada/mi_var_access/pck.adb: New file.
3734 * gdb.ada/mi_var_access/pck.ads: New file.
3735
3736 2020-08-16 Tom de Vries <tdevries@suse.de>
3737
3738 PR gdb/25350
3739 * gdb.base/eh_return.c: New test.
3740 * gdb.base/eh_return.exp: New file.
3741
3742 2020-08-15 Tom de Vries <tdevries@suse.de>
3743
3744 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3745 (mixed_func_1d_): Use fortran_charlen_t in decl.
3746
3747 2020-08-15 Tom de Vries <tdevries@suse.de>
3748
3749 PR backtrace/26390
3750 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3751 Update expected pattern.
3752
3753 2020-08-13 Pedro Alves <pedro@palves.net>
3754
3755 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3756 * gdb.fortran/library-module.exp: Likewise.
3757 * gdb.fortran/logical.exp: Likewise.
3758 * gdb.fortran/module.exp: Likewise.
3759 * gdb.fortran/print_type.exp: Likewise.
3760 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3761 * gdb.fortran/vla-datatypes.exp: Likewise.
3762 * gdb.fortran/vla-history.exp: Likewise.
3763 * gdb.fortran/vla-ptr-info.exp: Likewise.
3764 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3765 * gdb.fortran/vla-ptype.exp: Likewise.
3766 * gdb.fortran/vla-sizeof.exp: Likewise.
3767 * gdb.fortran/vla-type.exp: Likewise.
3768 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3769 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3770 * gdb.fortran/vla-value-sub.exp: Likewise.
3771 * gdb.fortran/vla-value.exp: Likewise.
3772
3773 2020-08-13 Pedro Alves <pedro@palves.net>
3774
3775 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3776 * gdb.ada/access_to_packed_array.exp: Likewise.
3777 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3778 * gdb.ada/addr_arith.exp: Likewise.
3779 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3780 * gdb.ada/arr_arr.exp: Likewise.
3781 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3782 * gdb.ada/array_bounds.exp: Likewise.
3783 * gdb.ada/array_of_variable_length.exp: Likewise.
3784 * gdb.ada/array_ptr_renaming.exp: Likewise.
3785 * gdb.ada/array_subscript_addr.exp: Likewise.
3786 * gdb.ada/arraydim.exp: Likewise.
3787 * gdb.ada/arrayparam.exp: Likewise.
3788 * gdb.ada/arrayptr.exp: Likewise.
3789 * gdb.ada/assign_1.exp: Likewise.
3790 * gdb.ada/assign_arr.exp: Likewise.
3791 * gdb.ada/atomic_enum.exp: Likewise.
3792 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3793 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3794 * gdb.ada/bias.exp: Likewise.
3795 * gdb.ada/boolean_expr.exp: Likewise.
3796 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3797 * gdb.ada/bp_enum_homonym.exp: Likewise.
3798 * gdb.ada/bp_inlined_func.exp: Likewise.
3799 * gdb.ada/bp_on_var.exp: Likewise.
3800 * gdb.ada/bp_range_type.exp: Likewise.
3801 * gdb.ada/bp_reset.exp: Likewise.
3802 * gdb.ada/call_pn.exp: Likewise.
3803 * gdb.ada/catch_assert_if.exp: Likewise.
3804 * gdb.ada/catch_ex.exp: Likewise.
3805 * gdb.ada/catch_ex_std.exp: Likewise.
3806 * gdb.ada/char_enum.exp: Likewise.
3807 * gdb.ada/char_param.exp: Likewise.
3808 * gdb.ada/complete.exp: Likewise.
3809 * gdb.ada/cond_lang.exp: Likewise.
3810 * gdb.ada/convvar_comp.exp: Likewise.
3811 * gdb.ada/dgopt.exp: Likewise.
3812 * gdb.ada/disc_arr_bound.exp: Likewise.
3813 * gdb.ada/display_nested.exp: Likewise.
3814 * gdb.ada/dot_all.exp: Likewise.
3815 * gdb.ada/dyn_loc.exp: Likewise.
3816 * gdb.ada/dyn_stride.exp: Likewise.
3817 * gdb.ada/excep_handle.exp: Likewise.
3818 * gdb.ada/expr_delims.exp: Likewise.
3819 * gdb.ada/expr_with_funcall.exp: Likewise.
3820 * gdb.ada/exprs.exp: Likewise.
3821 * gdb.ada/fin_fun_out.exp: Likewise.
3822 * gdb.ada/fixed_cmp.exp: Likewise.
3823 * gdb.ada/formatted_ref.exp: Likewise.
3824 * gdb.ada/frame_arg_lang.exp: Likewise.
3825 * gdb.ada/frame_args.exp: Likewise.
3826 * gdb.ada/fullname_bp.exp: Likewise.
3827 * gdb.ada/fun_addr.exp: Likewise.
3828 * gdb.ada/fun_in_declare.exp: Likewise.
3829 * gdb.ada/fun_overload_menu.exp: Likewise.
3830 * gdb.ada/fun_renaming.exp: Likewise.
3831 * gdb.ada/funcall_char.exp: Likewise.
3832 * gdb.ada/funcall_param.exp: Likewise.
3833 * gdb.ada/funcall_ptr.exp: Likewise.
3834 * gdb.ada/funcall_ref.exp: Likewise.
3835 * gdb.ada/homonym.exp: Likewise.
3836 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3837 * gdb.ada/info_auto_lang.exp: Likewise.
3838 * gdb.ada/info_exc.exp: Likewise.
3839 * gdb.ada/info_types.exp: Likewise.
3840 * gdb.ada/int_deref.exp: Likewise.
3841 * gdb.ada/interface.exp: Likewise.
3842 * gdb.ada/iwide.exp: Likewise.
3843 * gdb.ada/lang_switch.exp: Likewise.
3844 * gdb.ada/length_cond.exp: Likewise.
3845 * gdb.ada/maint_with_ada.exp: Likewise.
3846 * gdb.ada/mi_catch_assert.exp: Likewise.
3847 * gdb.ada/mi_catch_ex.exp: Likewise.
3848 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3849 * gdb.ada/mi_dyn_arr.exp: Likewise.
3850 * gdb.ada/mi_ex_cond.exp: Likewise.
3851 * gdb.ada/mi_exc_info.exp: Likewise.
3852 * gdb.ada/mi_interface.exp: Likewise.
3853 * gdb.ada/mi_prot.exp: Likewise.
3854 * gdb.ada/mi_ref_changeable.exp: Likewise.
3855 * gdb.ada/mi_string_access.exp: Likewise.
3856 * gdb.ada/mi_task_arg.exp: Likewise.
3857 * gdb.ada/mi_task_info.exp: Likewise.
3858 * gdb.ada/mi_var_array.exp: Likewise.
3859 * gdb.ada/mi_var_union.exp: Likewise.
3860 * gdb.ada/mi_variant.exp: Likewise.
3861 * gdb.ada/minsyms.exp: Likewise.
3862 * gdb.ada/mod_from_name.exp: Likewise.
3863 * gdb.ada/nested.exp: Likewise.
3864 * gdb.ada/null_array.exp: Likewise.
3865 * gdb.ada/optim_drec.exp: Likewise.
3866 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3867 * gdb.ada/packed_array_assign.exp: Likewise.
3868 * gdb.ada/packed_tagged.exp: Likewise.
3869 * gdb.ada/pp-rec-component.exp: Likewise.
3870 * gdb.ada/print_chars.exp: Likewise.
3871 * gdb.ada/print_pc.exp: Likewise.
3872 * gdb.ada/ptr_typedef.exp: Likewise.
3873 * gdb.ada/ptype_arith_binop.exp: Likewise.
3874 * gdb.ada/ptype_array.exp: Likewise.
3875 * gdb.ada/ptype_field.exp: Likewise.
3876 * gdb.ada/ptype_tagged_param.exp: Likewise.
3877 * gdb.ada/ptype_union.exp: Likewise.
3878 * gdb.ada/py_range.exp: Likewise.
3879 * gdb.ada/py_taft.exp: Likewise.
3880 * gdb.ada/rdv_wait.exp: Likewise.
3881 * gdb.ada/rec_comp.exp: Likewise.
3882 * gdb.ada/rec_return.exp: Likewise.
3883 * gdb.ada/ref_param.exp: Likewise.
3884 * gdb.ada/ref_tick_size.exp: Likewise.
3885 * gdb.ada/rename_subscript_param.exp: Likewise.
3886 * gdb.ada/repeat_dyn.exp: Likewise.
3887 * gdb.ada/same_component_name.exp: Likewise.
3888 * gdb.ada/same_enum.exp: Likewise.
3889 * gdb.ada/scalar_storage.exp: Likewise.
3890 * gdb.ada/set_wstr.exp: Likewise.
3891 * gdb.ada/small_reg_param.exp: Likewise.
3892 * gdb.ada/str_binop_equal.exp: Likewise.
3893 * gdb.ada/str_ref_cmp.exp: Likewise.
3894 * gdb.ada/str_uninit.exp: Likewise.
3895 * gdb.ada/sub_variant.exp: Likewise.
3896 * gdb.ada/sym_print_name.exp: Likewise.
3897 * gdb.ada/taft_type.exp: Likewise.
3898 * gdb.ada/tagged.exp: Likewise.
3899 * gdb.ada/tagged_access.exp: Likewise.
3900 * gdb.ada/task_bp.exp: Likewise.
3901 * gdb.ada/task_switch_in_core.exp: Likewise.
3902 * gdb.ada/tasks.exp: Likewise.
3903 * gdb.ada/tick_last_segv.exp: Likewise.
3904 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3905 * gdb.ada/type_coercion.exp: Likewise.
3906 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3907 * gdb.ada/unchecked_union.exp: Likewise.
3908 * gdb.ada/uninitialized_vars.exp: Likewise.
3909 * gdb.ada/var_arr_attrs.exp: Likewise.
3910 * gdb.ada/var_arr_typedef.exp: Likewise.
3911 * gdb.ada/var_rec_arr.exp: Likewise.
3912 * gdb.ada/variant-record.exp: Likewise.
3913 * gdb.ada/variant.exp: Likewise.
3914 * gdb.ada/variant_record_packed_array.exp: Likewise.
3915 * gdb.ada/varsize_limit.exp: Likewise.
3916 * gdb.ada/whatis_array_val.exp: Likewise.
3917 * gdb.ada/widewide.exp: Likewise.
3918 * gdb.ada/win_fu_syms.exp: Likewise.
3919
3920 2020-08-12 Gary Benson <gbenson@redhat.com>
3921
3922 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3923
3924 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3925
3926 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3927 unset the array variable.
3928
3929 2020-08-03 Tom de Vries <tdevries@suse.de>
3930
3931 PR symtab/26333
3932 * lib/dwarf.exp (DW_LNE_user): New proc.
3933 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3934 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3935
3936 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3937
3938 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3939 to 'uintptr_t'
3940 (inttypes.h): Include.
3941
3942 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3943
3944 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3945 (C5_24k): Delete.
3946 (C5_8k, C5_64k, C5_256k): New macros.
3947 (buf_ro): Allocate 256 KiB of initialized data.
3948
3949 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3950
3951 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3952 that attempt to overwrite an existing condition with a condition
3953 that fails parsing and also with a condition that parses fine
3954 but contains junk at the end.
3955
3956 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3957
3958 * gdb.base/condbreak-bad.c: New test.
3959 * gdb.base/condbreak-bad.exp: New file.
3960
3961 2020-07-30 Tom de Vries <tdevries@suse.de>
3962
3963 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3964 out of ...
3965 (GDBInfoModuleSymbols::check_entry): ... here.
3966 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3967 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3968 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3969
3970 2020-07-30 Tom de Vries <tdevries@suse.de>
3971
3972 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3973 "__class_some_module_Number_t" optional.
3974
3975 2020-07-29 Tom de Vries <tdevries@suse.de>
3976
3977 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3978 multiple locations.
3979
3980 2020-07-29 Tom de Vries <tdevries@suse.de>
3981
3982 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3983 rather than function name.
3984
3985 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3986
3987 PR symtab/26270:
3988 * gdb.cp/disasm-func-name.cc: New file.
3989 * gdb.cp/disasm-func-name.exp: New file.
3990
3991 2020-07-28 Tom Tromey <tromey@adacore.com>
3992
3993 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3994 'varval' location.
3995
3996 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3997
3998 * gdb.python/py-unwind.py: Update to make use of a register
3999 descriptor.
4000
4001 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4002
4003 * gdb.python/py-arch-reg-names.exp: Add additional tests.
4004
4005 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
4006
4007 PR fortran/23051
4008 PR fortran/26139
4009 * gdb.fortran/class-allocatable-array.exp: New file.
4010 * gdb.fortran/class-allocatable-array.f90: New file.
4011 * gdb.fortran/pointer-to-pointer.exp: New file.
4012 * gdb.fortran/pointer-to-pointer.f90: New file.
4013
4014 2020-07-25 Tom de Vries <tdevries@suse.de>
4015
4016 PR symtab/26243
4017 * gdb.dwarf2/dw2-line-number-zero.c: New test.
4018 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
4019
4020 2020-07-24 Tom de Vries <tdevries@suse.de>
4021
4022 PR testsuite/26293
4023 * gdb.ada/mi_prot.exp: Require gnatmake-8.
4024
4025 2020-07-23 Pedro Alves <pedro@palves.net>
4026
4027 * gdb.server/server-kill.exp (prepare): New, factored out from the
4028 top level.
4029 (kill_server): New.
4030 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
4031 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
4032
4033 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
4034
4035 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
4036
4037 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
4038
4039 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
4040 Initialize to empty string at top level.
4041 (gdb_wrapper_init): Revert check for file existence on build.
4042 Build the wrapper in its default place, not a build-specific
4043 location. When host == build, make the pathname absolute.
4044 (gdb_compile): Delete leftover declaration of
4045 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
4046 string instead of uninitialized.
4047
4048 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4049
4050 * gdb.base/corefile2.exp: New file.
4051 * gdb.base/coremaker2.exp: New file.
4052
4053 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4054
4055 * gdb.base/coredump-filter.exp: Add second
4056 non-Private-Shared-Anon-File test.
4057 (test_disasm): Rename binfile for test which is expected
4058 to fail.
4059
4060 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4061
4062 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
4063 data in core file".
4064 * gdb.base/coremaker.c (buf2ro): New global.
4065 (mmapdata): Add a read-only mmap mapping.
4066
4067 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4068
4069 PR corefiles/25631
4070 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
4071 New test.
4072 * gdb.base/coremaker.c (buf3): New global.
4073 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
4074 flags.
4075
4076 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4077
4078 * gdb.base/coremaker.c (filler_ro): New global constant.
4079
4080 2020-07-22 Tom Tromey <tromey@adacore.com>
4081
4082 * gdb.ada/mi_prot.exp: New file.
4083 * gdb.ada/mi_prot/pkg.adb: New file.
4084 * gdb.ada/mi_prot/pkg.ads: New file.
4085 * gdb.ada/mi_prot/prot.adb: New file.
4086
4087 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4088
4089 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
4090 loads two JITers.
4091
4092 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4093
4094 * gdb.python/py-arch-reg-groups.exp: Additional tests.
4095
4096 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4097
4098 * gdb.python/py-arch-reg-names.exp: Additional tests.
4099
4100 2020-07-21 Tom de Vries <tdevries@suse.de>
4101
4102 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
4103 breakpoint locations".
4104 * gdb.reverse/solib-reverse.exp: Same.
4105
4106 2020-07-21 Tom de Vries <tdevries@suse.de>
4107
4108 * gdb.reverse/step-reverse.c (callee): Merge statements.
4109
4110 2020-07-21 Tom de Vries <tdevries@suse.de>
4111
4112 * gdb.fortran/info-modules.exp (info module variables): Allow missing
4113 line numbers for some variables.
4114
4115 2020-07-21 Tom de Vries <tdevries@suse.de>
4116
4117 * gdb.opt/inline-locals.c (init_array): New func.
4118 (func1): Use init_array.
4119 * gdb.opt/inline-locals.exp: Update pattern.
4120
4121 2020-07-21 Tom de Vries <tdevries@suse.de>
4122
4123 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
4124 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
4125
4126 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4127
4128 * gdb.guile/source2.scm: Add #f first argument to 'format'.
4129 * gdb.guile/types-module.exp: Remove "ERROR:" from
4130 regexps since Guile 3.0 no longer prints that.
4131
4132 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4133
4134 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
4135 error regexp to match on Guile 2.2.
4136
4137 2020-07-20 Gary Benson <gbenson@redhat.com>
4138
4139 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
4140 with clang.
4141
4142 2020-07-20 Tom de Vries <tdevries@suse.de>
4143
4144 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
4145 (omp_set_lock_in_order): New function.
4146 (single_scope, multi_scope, nested_func, nested_parallel): Use
4147 omp_set_lock_in_order and omp_unset_lock.
4148 (main): Init and destroy lock and lock2.
4149
4150 2020-07-20 Tom de Vries <tdevries@suse.de>
4151
4152 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
4153
4154 2020-07-20 Tom de Vries <tdevries@suse.de>
4155
4156 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
4157
4158 2020-07-17 Tom de Vries <tdevries@suse.de>
4159
4160 * gdb.base/valgrind-infcall-2.c: New test.
4161 * gdb.base/valgrind-infcall-2.exp: New file.
4162 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
4163
4164 2020-07-17 Tom de Vries <tdevries@suse.de>
4165
4166 * gdb.dlang/circular.c (found): Use found_label as label name.
4167 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
4168 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
4169 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
4170 * gdb.dwarf2/ada-linkage-name.exp: Same.
4171 * gdb.dwarf2/arr-subrange.exp: Same.
4172 * gdb.dwarf2/atomic-type.exp: Same.
4173 * gdb.dwarf2/comp-unit-lang.exp: Same.
4174 * gdb.dwarf2/cpp-linkage-name.exp: Same.
4175 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
4176 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
4177 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
4178 * gdb.dwarf2/implptr-64bit.exp: Same.
4179 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4180 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4181 * gdb.dwarf2/imported-unit.exp: Same.
4182 * gdb.dwarf2/main-subprogram.exp: Same.
4183 * gdb.dwarf2/missing-type-name.exp: Same.
4184 * gdb.dwarf2/nonvar-access.exp: Same.
4185 * gdb.dwarf2/struct-with-sig.exp: Same.
4186 * gdb.dwarf2/typedef-void-finish.exp: Same.
4187 * gdb.dwarf2/void-type.exp: Same.
4188
4189 2020-07-17 Tom de Vries <tdevries@suse.de>
4190
4191 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
4192 src parameter.
4193 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
4194 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
4195 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4196 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
4197 * gdb.dwarf2/dwz.exp: Same.
4198 * gdb.dwarf2/implptr-optimized-out.exp: Same.
4199 * gdb.dwarf2/implref-array.exp: Same.
4200 * gdb.dwarf2/implref-const.exp: Same.
4201 * gdb.dwarf2/implref-global.exp: Same.
4202 * gdb.dwarf2/implref-struct.exp: Same.
4203 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
4204 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4205 * gdb.dwarf2/var-access.exp: Same.
4206 * gdb.dwarf2/varval.exp: Same.
4207 * gdb.trace/entry-values.exp: Same.
4208
4209 2020-07-17 Tom de Vries <tdevries@suse.de>
4210
4211 * lib/dwarf.exp (Dwarf::extern): Remove.
4212 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
4213 * gdb.dlang/circular.exp: Same.
4214 * gdb.dwarf2/comp-unit-lang.exp: Same.
4215 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4216 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
4217 * gdb.dwarf2/dwz.exp: Same.
4218 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4219 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4220 * gdb.dwarf2/imported-unit.exp: Same.
4221 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4222
4223 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
4224
4225 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
4226 Use double quotes instead of single quotes.
4227
4228 2020-07-16 Caroline Tice <cmtice@google.com>
4229
4230 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
4231 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
4232
4233 2020-07-16 Tom de Vries <tdevries@suse.de>
4234
4235 * lib/dwarf.exp (program): Initialize _line.
4236 (DW_LNE_end_sequence): Reinitialize _line.
4237 (DW_LNS_advance_line): Update _line.
4238 (line): New proc.
4239 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
4240 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
4241 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
4242 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
4243 * gdb.dwarf2/dw2-is-stmt.exp: Same.
4244 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4245
4246 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4247
4248 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4249 generic.
4250
4251 2020-07-15 Tom de Vries <tdevries@suse.de>
4252
4253 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4254 is_amd64_regs_target.
4255
4256 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4257
4258 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4259 * gdb.fortran/ptype-on-functions.f90: Likewise.
4260
4261 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
4262
4263 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
4264 values in documentation for addr_size to 4 and 8.
4265
4266 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
4267
4268 * gdb.arch/amd64-osabi.exp: Update.
4269 * gdb.arch/arm-disassembler-options.exp: Update.
4270 * gdb.arch/powerpc-disassembler-options.exp: Update.
4271 * gdb.arch/ppc64-symtab-cordic.exp: Update.
4272 * gdb.arch/s390-disassembler-options.exp: Update.
4273 * gdb.base/all-architectures.exp.tcl: Update.
4274 * gdb.base/attach-pie-noexec.exp: Update.
4275 * gdb.base/catch-syscall.exp: Update.
4276 * gdb.xml/tdesc-arch.exp: Update.
4277
4278 2020-07-14 Tom de Vries <tdevries@suse.de>
4279
4280 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4281 (local_gettid): ... this.
4282 (fn): Update.
4283
4284 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4285
4286 * gdb.base/info_sources.exp: Skip directory match tests on
4287 remote hosts.
4288
4289 2020-07-13 Gary Benson <gbenson@redhat.com>
4290
4291 * gdb.base/savedregs.exp (caller): Use parentheses to
4292 make expected expression evaluation ordering explicit.
4293
4294 2020-07-13 Gary Benson <gbenson@redhat.com>
4295
4296 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4297
4298 2020-07-13 Gary Benson <gbenson@redhat.com>
4299
4300 * gdb.base/bigcore.c (main): Use a volatile pointer when
4301 attempting to trigger a SIGSEGV.
4302 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4303 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4304 * gdb.base/savedregs.c (thrower): Likewise.
4305 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4306
4307 2020-07-13 Gary Benson <gbenson@redhat.com>
4308
4309 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4310 defining and using VLA structure fields into...
4311 * gdb.base/vla-struct-fields.c: New file.
4312 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4313 tests into...
4314 * gdb.base/vla-struct-fields.exp: New file.
4315
4316 2020-07-13 Tom de Vries <tdevries@suse.de>
4317
4318 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4319 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4320 * gdb.base/gold-gdb-index.exp: Same.
4321 * gdb.base/morestack.exp: Same.
4322
4323 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4324
4325 PR rust/26121
4326 * gdb.rust/modules.rs: Prevent linker from discarding test
4327 symbol.
4328
4329 2020-07-10 Pedro Alves <pedro@palves.net>
4330
4331 PR gdb/26199
4332 * gdb.multi/multi-target.c (exit_thread): New.
4333 (thread_start): Break loop if EXIT_THREAD.
4334 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4335 (top level) Call test_no_resumed.
4336
4337 2020-07-08 Tom Tromey <tromey@adacore.com>
4338
4339 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4340 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4341
4342 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4343
4344 PR python/22748
4345 * gdb.opt/inline-frame-tailcall.c: New file.
4346 * gdb.opt/inline-frame-tailcall.exp: New file.
4347 * gdb.python/py-unwind-inline.c: New file.
4348 * gdb.python/py-unwind-inline.exp: New file.
4349 * gdb.python/py-unwind-inline.py: New file.
4350
4351 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4352
4353 * gdb.python/py-arch-reg-groups.exp: New file.
4354
4355 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4356
4357 * gdb.python/py-arch-reg-names.exp: New file.
4358
4359 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4360
4361 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4362 gdb.PendingFrame.architecture method.
4363
4364 2020-07-06 Tom de Vries <tdevries@suse.de>
4365
4366 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4367
4368 2020-07-03 Pedro Alves <palves@redhat.com>
4369
4370 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4371 explicitly write negative numbers.
4372 * gdb.base/structs2.exp: Adjust expected output.
4373
4374 2020-07-03 Pedro Alves <palves@redhat.com>
4375
4376 * gdb.base/charset.c (init_string): Change all char parameters to
4377 unsigned char parameters.
4378
4379 2020-07-03 Pedro Alves <palves@redhat.com>
4380
4381 * gdb.base/call-sc.exp (start_scalars_test): Use
4382 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4383 * gdb.base/overlays.c: Remove references to PARAMS.
4384 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4385 * gdb.base/reread.exp: Don't set 'prototypes' global.
4386 * gdb.base/structs.exp (start_structs_test): Use
4387 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4388 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4389 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4390 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4391 call.
4392 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4393
4394 2020-07-03 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.base/m32rovly.c: Delete.
4397 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4398
4399 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4400
4401 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4402 of gdb_py_test_multiple.
4403 * gdb.python/py-cmd.exp: Likewise.
4404 * gdb.python/py-events.exp: Likewise.
4405 * gdb.python/py-function.exp: Likewise.
4406 * gdb.python/py-inferior.exp: Likewise.
4407 * gdb.python/py-infthread.exp: Likewise.
4408 * gdb.python/py-linetable.exp: Likewise.
4409 * gdb.python/py-parameter.exp: Likewise.
4410 * gdb.python/py-value.exp: Likewise.
4411
4412 2020-06-30 Tom de Vries <tdevries@suse.de>
4413
4414 PR testsuite/26175
4415 * lib/future.exp (gdb_default_target_compile): Detect and handle
4416 early_flags.
4417
4418 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
4419
4420 * boards/simavr.exp (gdb_load): Catch errors when closing
4421 previous connection. Close connection, wait for process and
4422 unset simavr_spawn_id on failure.
4423
4424 2020-06-29 Tom de Vries <tdevries@suse.de>
4425
4426 * lib/gdb.exp (unknown): Make test-case unresolved.
4427
4428 2020-06-29 Tom de Vries <tdevries@suse.de>
4429
4430 PR gdb/25475
4431 * gdb.server/solib-list.exp: Verify that the symbol reload
4432 confirmation question is asked.
4433
4434 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4435
4436 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4437 have a input seq nr in each pass message.
4438 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
4439 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4440 * gdb.python/python.exp: Make test names unique,
4441 use gdb_test_multiline instead of gdb_py_test_multiple,
4442 use $gdb_test_name.
4443 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4444
4445 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
4446
4447 * configure.ac: Add --enable-libctf.
4448 * aclocal.m4: sinclude ../config/enable.m4.
4449 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4450 * lib/gdb.exp (skip_ctf_tests): Use it.
4451 * gdb.base/ctf-constvars.exp: Error message tweak.
4452 * gdb.base/ctf-ptype.exp: Likewise.
4453 * configure: Regenerate.
4454
4455 2020-06-26 Gary Benson <gbenson@redhat.com>
4456
4457 * gdb.cp/try_catch.cc: Include string.h.
4458 (main): Replace comparison against string literal with
4459 strcmp, avoiding build failure with -Wstring-compare.
4460 Add "marker test-complete".
4461 * gdb.cp/try_catch.exp: Run the test to the above marker,
4462 then verify that the value of "test" is still true.
4463
4464 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4465
4466 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4467
4468 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4469
4470 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4471
4472 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4473
4474 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4475 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4476 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4477 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4478 * gdb.arch/riscv-tdesc-loading.exp: New file.
4479
4480 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4481
4482 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4483
4484 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4485
4486 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4487 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4488 * gdb.arch/riscv-tdesc-regs.c: New file.
4489 * gdb.arch/riscv-tdesc-regs.exp: New file.
4490
4491 2020-06-24 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.arch/amd64-entry-value-paramref.exp: Use
4494 prepare_for_testing_full and don't pass "c++" for the .S file
4495 build spec.
4496 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4497 $options, since it's an assembly file. Remove -Wno-deprecated.
4498 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4499 compiling C++ programs.
4500
4501 2020-06-24 Pedro Alves <palves@redhat.com>
4502
4503 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4504 Clang, add "-Wno-unknown-warning-option" to the options.
4505
4506 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4507
4508 * gdb.xml/tdesc-reload.c: New file.
4509 * gdb.xml/tdesc-reload.exp: New file.
4510 * gdb.xml/maint-xml-dump-01.xml: New file.
4511 * gdb.xml/maint-xml-dump-02.xml: New file.
4512 * gdb.xml/maint-xml-dump.exp: New file.
4513
4514 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4515
4516 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4517 Adjust for omitted commands when TUI is disabled.
4518
4519 2020-06-23 Gary Benson <gbenson@redhat.com>
4520 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4523 * gdb.cp/nsimport.cc: Likewise.
4524 * gdb.cp/nsnested.cc: Likewise.
4525 * gdb.cp/nsnoimports.cc: Likewise.
4526 * gdb.cp/nsusing.cc: Likewise.
4527 * gdb.cp/smartp.cc: Likewise.
4528 * gdb.python/py-pp-integral.c: Likewise.
4529 * gdb.python/py-pp-re-notag.c: Likewise.
4530
4531 2020-06-23 Gary Benson <gbenson@redhat.com>
4532
4533 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4534 * gdb.cp/nsimport.cc: Likewise.
4535 * gdb.cp/nsnested.cc: Likewise.
4536 * gdb.cp/nsnoimports.cc: Likewise.
4537 * gdb.cp/nsusing.cc: Likewise.
4538 * gdb.cp/smartp.cc: Likewise.
4539 * gdb.python/py-pp-integral.c: Likewise.
4540 * gdb.python/py-pp-re-notag.c: Likewise.
4541
4542 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4543
4544 * gdb.base/default-args.exp: New test.
4545 * gdb.base/default-args.c: New file.
4546 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4547 * gdb.base/default.exp: Update to new help text.
4548 * gdb.base/help.exp: Likewise.
4549 * gdb.base/page.exp: Likewise.
4550 * gdb.base/style.exp: Likewise.
4551 * gdb.guile/guile.exp: Likewise.
4552 * gdb.python/python.exp: Likewise.
4553
4554 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4555
4556 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4557 remote host. Fix search path syntax on Windows host.
4558
4559 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4560
4561 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4562 over 'exec-file-mismatch'.
4563 * gdb.base/attach.c: Mark should_exit volatile.
4564 * gdb.base/attach2.c: Likewise. Add a comment explaining
4565 why the sleep cannot be big.
4566 * gdb.base/attach3.c: New file.
4567
4568 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4569
4570 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4571 prefix optional.
4572
4573 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4574
4575 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4576 for remote host.
4577
4578 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4579 Hafiz Abid Qadeer <abidh@codesourcery.com>
4580
4581 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4582 file sent to remote host.
4583 (top level): Allow int32_t as type of 32-bit register.
4584
4585 2020-06-19 Tom de Vries <tdevries@suse.de>
4586
4587 * lib/gdb.exp (gdb_note): New proc.
4588 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4589 (gdb_default_target_compile): ... here. Only call
4590 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4591 (use_gdb_compile): Change to array.
4592 (toplevel): Update sets of use_gdb_compile to specify language.
4593 Warn about default_target_compile override. Store dejagnu's version
4594 of default_target_compile in dejagnu_default_target_compile.
4595
4596 2020-06-18 Tom de Vries <tdevries@suse.de>
4597
4598 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4599 (default_gdb_init): ... here.
4600
4601 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4602
4603 Fix TUI support checks in gdb.tui tests.
4604
4605 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4606 just say UNSUPPORTED.
4607 * gdb.tui/corefile-run.exp: Likewise.
4608 * gdb.tui/empty.exp: Likewise.
4609 * gdb.tui/list-before.exp: Likewise.
4610 * gdb.tui/list.exp: Likewise.
4611 * gdb.tui/main.exp: Likewise.
4612 * gdb.tui/regs.exp: Likewise.
4613 * gdb.tui/resize.exp: Likewise.
4614 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4615 * gdb.tui/tui-layout-asm.exp: Likewise.
4616 * gdb.tui/tui-missing-src.exp: Likewise.
4617 * gdb.tui/winheight.exp: Likewise.
4618 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4619
4620 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4621
4622 Fix TCL error in gdb.python/py-format-string.exp.
4623
4624 * gdb.python/py-format-string.exp: Move test for python support
4625 earlier, out of function body.
4626
4627 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4628
4629 * gdb.base/index-cache-load-twice.c: New.
4630 * gdb.base/index-cache-load-twice.exp: New.
4631
4632 2020-06-17 Keith Seitz <keiths@redhat.com>
4633
4634 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4635 when executing "gdb --configuration".
4636
4637 2020-06-17 Tom de Vries <tdevries@suse.de>
4638
4639 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4640 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4641 conditional on presence of gdb_tcl_unknown.
4642 (gdb_finish): Make override undo conditional on presence of
4643 gdb_tcl_unknown.
4644
4645 2020-06-16 Tom Tromey <tom@tromey.com>
4646
4647 * gdb.python/tui-window.py (failwin): New function. Register it
4648 as a TUI window type.
4649 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4650
4651 2020-06-16 Gary Benson <gbenson@redhat.com>
4652
4653 * gdb.python/py-nested-maps.c (create_map): Add missing return
4654 value.
4655 (create_map_map): Likewise.
4656
4657 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4658
4659 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4660 variable.
4661 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4662 and use the already-defined 'options' variable.
4663
4664 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4665 Tom de Vries <tdevries@suse.de>
4666
4667 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4668 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4669 (gdb_setup_known_globals): New proc.
4670 (gdb_cleanup_globals): New proc.
4671 * lib/gdb.exp (load_lib): New override proc.
4672 (gdb_stdin_log_init): Set var in_file as persistent global.
4673 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4674 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4675 fpc_compiler as persistent global.
4676
4677 2020-06-12 Tom de Vries <tdevries@suse.de>
4678
4679 * lib/tuiterm.exp (spawn): Rename to ...
4680 (tui_spawn): ... this.
4681 (toplevel): Move rename of spawn ...
4682 (gdb_init_tuiterm): ... here. New proc.
4683 (gdb_finish_tuiterm): New proc.
4684 * lib/gdb.exp (gdb_finish_hooks): New global var.
4685 (gdb_finish): Handle gdb_finish_hooks.
4686 (tuiterm_env): New proc.
4687 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4688 tuiterm_env.
4689 * gdb.tui/basic.exp: Same.
4690 * gdb.tui/corefile-run.exp: Same.
4691 * gdb.tui/empty.exp: Same.
4692 * gdb.tui/list-before.exp: Same.
4693 * gdb.tui/list.exp: Same.
4694 * gdb.tui/main.exp: Same.
4695 * gdb.tui/new-layout.exp: Same.
4696 * gdb.tui/regs.exp: Same.
4697 * gdb.tui/resize.exp: Same.
4698 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4699 * gdb.tui/tui-layout-asm.exp: Same.
4700 * gdb.tui/tui-missing-src.exp: Same.
4701 * gdb.tui/winheight.exp: Same.
4702
4703 2020-06-12 Tom de Vries <tdevries@suse.de>
4704
4705 PR testsuite/26110
4706 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4707 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4708
4709 2020-06-11 Tom Tromey <tom@tromey.com>
4710
4711 PR gdb/18318:
4712 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4713 floating point tests.
4714
4715 2020-06-11 Keith Seitz <keiths@redhat.com>
4716
4717 PR gdb/21356
4718 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4719 vla_struct.
4720 Add new struct vla_typedef and union vla_typedef_union and
4721 corresponding instantiation objects.
4722 Initialize new objects.
4723 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4724 and vla_typedef_union_object.
4725 Fixup type for vla_struct_object.
4726
4727 2020-06-11 Tom de Vries <tdevries@suse.de>
4728
4729 * lib/gdb.exp (with_override): New proc, factored out of ...
4730 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4731
4732 2020-06-10 Tom de Vries <tdevries@suse.de>
4733
4734 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4735
4736 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4737
4738 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4739 parameter, update callers.
4740
4741 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4742
4743 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4744 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4745 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4746
4747 2020-06-04 Tom de Vries <tdevries@suse.de>
4748
4749 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4750
4751 2020-06-04 Tom de Vries <tdevries@suse.de>
4752
4753 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4754 exp_continue.
4755
4756 2020-06-04 Tom de Vries <tdevries@suse.de>
4757
4758 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4759
4760 2020-06-03 Tom de Vries <tdevries@suse.de>
4761
4762 PR symtab/26046
4763 * gdb.cp/breakpoint-locs-2.cc: New test.
4764 * gdb.cp/breakpoint-locs.cc: New test.
4765 * gdb.cp/breakpoint-locs.exp: New file.
4766 * gdb.cp/breakpoint-locs.h: New test.
4767
4768 2020-06-03 Tom de Vries <tdevries@suse.de>
4769
4770 PR testsuite/25609
4771 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4772 value of global verbose.
4773 * gdb.base/jit-elf.exp: Same.
4774 * gdb.base/jit-reader.exp: Same.
4775
4776 2020-06-02 Tom de Vries <tdevries@suse.de>
4777
4778 * gdb.dwarf2/multidictionary.exp: Don't use
4779 gdb_spawn_with_cmdline_opts.
4780
4781 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4782
4783 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4784 use_header case.
4785 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4786 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4787 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4788 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4789 * gdb.dwarf2/dw2-inline-header.c: New file.
4790 * gdb.dwarf2/dw2-inline-header.h: New file.
4791
4792 2020-05-30 Pedro Alves <palves@redhat.com>
4793
4794 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4795 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4796
4797 2020-05-29 Gary Benson <gbenson@redhat.com>
4798
4799 * gdb.compile/compile-cplus.exp (additional_flags): Also
4800 set when building with clang.
4801 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4802 when building with clang.
4803
4804 2020-05-29 Gary Benson <gbenson@redhat.com>
4805
4806 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4807 building with clang.
4808 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4809
4810 2020-05-29 Gary Benson <gbenson@redhat.com>
4811
4812 * gdb.cp/koenig.exp (prepare_for_testing): Add
4813 additional_flags=-Wno-unused-comparison.
4814 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4815
4816 2020-05-28 Gary Benson <gbenson@redhat.com>
4817
4818 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4819 statement.
4820
4821 2020-05-28 Gary Benson <gbenson@redhat.com>
4822
4823 * gdb.cp/classes.exp (prepare_for_testing): Add
4824 additional_flags=-Wno-deprecated-register.
4825 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4826 * gdb.cp/misc.exp: Likewise.
4827
4828 2020-05-28 Gary Benson <gbenson@redhat.com>
4829
4830 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4831 (test_op_new::operator new): Add return statement.
4832 (test_op_new_array::operator new[]): Likewise.
4833
4834 2020-05-27 Pedro Alves <palves@redhat.com>
4835
4836 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4837 check. Use test_gdb_complete_unique instead of
4838 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4839 test_gdb_complete_multiple instead of
4840 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4841
4842 2020-05-27 Luis Machado <luis.machado@linaro.org>
4843
4844 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4845 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4846 * gdb.arch/arm-disassembler-options.exp: Likewise.
4847 * gdb.arch/arm-disp-step.exp: Likewise.
4848 * gdb.arch/thumb-prologue.exp: Likewise.
4849 * gdb.base/async.exp: Likewise.
4850 * gdb.base/auxv.exp: Likewise.
4851 * gdb.base/complex-parts.exp: Likewise.
4852 * gdb.base/ena-dis-br.exp: Likewise.
4853 * gdb.base/foll-exec.exp: Likewise.
4854 * gdb.base/permissions.exp: Likewise.
4855 * gdb.base/relocate.exp: Likewise.
4856 * gdb.base/return2.exp: Likewise.
4857 * gdb.base/sigbpt.exp: Likewise.
4858 * gdb.base/siginfo-obj.exp: Likewise.
4859 * gdb.cp/converts.exp: Likewise.
4860 * gdb.cp/exceptprint.exp: Likewise.
4861 * gdb.cp/inherit.exp: Likewise.
4862 * gdb.cp/nsnoimports.exp: Likewise.
4863 * gdb.cp/virtbase2.exp: Likewise.
4864 * gdb.mi/mi-var-cmd.exp: Likewise.
4865 * gdb.mi/var-cmd.c: Likewise.
4866
4867 2020-05-26 Tom Tromey <tromey@adacore.com>
4868
4869 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4870
4871 2020-05-26 Tom Tromey <tromey@adacore.com>
4872
4873 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4874 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4875 type.
4876 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4877 variable.
4878
4879 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4880
4881 * Makefile.in: Use = instead of == for the test command
4882 for portability.
4883
4884 2020-05-26 Tom de Vries <tdevries@suse.de>
4885
4886 * gdb.base/gold-gdb-index-2.c: New test.
4887 * gdb.base/gold-gdb-index.c: New test.
4888 * gdb.base/gold-gdb-index.exp: New file.
4889 * gdb.base/gold-gdb-index.h: New test.
4890
4891 2020-05-25 Tom de Vries <tdevries@suse.de>
4892
4893 * boards/gold-gdb-index.exp: New file.
4894
4895 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4896
4897 * boards/simavr.exp: New file.
4898
4899 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4900
4901 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4902 * gdb.base/inferior-args.exp: New file.
4903 * gdb.base/inferior-args.c: New file.
4904
4905 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4906
4907 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4908 inferior_args. Pass it to gdb_reload.
4909 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4910 inferior_args.
4911 (gdb_reload): Add inferior_args argument.
4912 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4913 pass it to gdbserver_run.
4914 * boards/native-gdbserver.exp: Do not set noargs.
4915 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4916 inferior_args argument.
4917 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4918 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4919 * gdb.base/args.exp: Likewise.
4920
4921 2020-05-25 Tom de Vries <tdevries@suse.de>
4922
4923 * lib/gdb.exp (exec_is_pie): Add comment.
4924
4925 2020-05-25 Tom de Vries <tdevries@suse.de>
4926
4927 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4928 instead of $binfile in the untested message.
4929
4930 2020-05-25 Tom de Vries <tdevries@suse.de>
4931
4932 PR testsuite/26031
4933 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4934
4935 2020-05-25 Tom de Vries <tdevries@suse.de>
4936
4937 * boards/gold.exp: New file.
4938
4939 2020-05-23 Tom Tromey <tom@tromey.com>
4940
4941 * gdb.base/style.exp: Remove completion styling test.
4942 * lib/gdb-utils.exp (style): Remove completion styles.
4943
4944 2020-05-23 Tom Tromey <tom@tromey.com>
4945
4946 * gdb.base/style.exp: Add completion styling test.
4947 * lib/gdb-utils.exp (style): Add completion styles.
4948
4949 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4950
4951 * gdb.base/annota1.exp: Update expected results.
4952 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4953 test name.
4954 * gdb.cp/annota3.exp: Update expected results.
4955
4956 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
4957
4958 PR gdb/26016
4959 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4960 against MAP_FAILED.
4961 * gdb.base/coremaker.c (mmapdata): Likewise.
4962 * gdb.base/jit-reader-host.c (main): Likewise.
4963 * gdb.base/sym-file-loader.c (load): Likewise.
4964 (load_shlib): Likewise.
4965
4966 2020-05-20 Tom Tromey <tromey@adacore.com>
4967
4968 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4969
4970 2020-05-20 Tom de Vries <tdevries@suse.de>
4971
4972 PR symtab/25833
4973 * gdb.base/with-mf-inc.c: New test.
4974 * gdb.base/with-mf-main.c: New test.
4975 * gdb.base/with-mf.exp: New file.
4976
4977 2020-05-19 Tom Tromey <tromey@adacore.com>
4978
4979 * gdb.rust/simple.exp: Restore missing test result.
4980
4981 2020-05-19 Tom de Vries <tdevries@suse.de>
4982
4983 * gdb.base/gdb-caching-proc.exp: Fix typo.
4984
4985 2020-05-19 Tom Tromey <tromey@adacore.com>
4986
4987 * gdb.rust/simple.exp: Add some test descriptions.
4988 (test_one_slice): Use with_test_prefix.
4989
4990 2020-05-18 Tom de Vries <tdevries@suse.de>
4991
4992 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4993
4994 2020-05-17 Pedro Alves <palves@redhat.com>
4995
4996 PR gdb/25741
4997 * gdb.base/hw-sw-break-same-address.exp: New file.
4998
4999 2020-05-16 Pedro Alves <palves@redhat.com>
5000
5001 * gdb.multi/multi-re-run.exp (test_re_run): Switch
5002 LAST_LOADED_FILE accordingly.
5003
5004 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5005
5006 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
5007
5008 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5009
5010 * gdb.base/help.exp: Test apropos and help for commands
5011 having aliases. Fixed comments not starting with an
5012 upper-case letter or not finishing with a dot.
5013
5014 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5015
5016 * gdb.base/alias.exp: Update help output check.
5017
5018 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5019
5020 * gdb.base/default.exp: Update output following fixes.
5021
5022 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5023
5024 * gdb.base/alias.exp: Test aliases starting with a prefix of
5025 another alias.
5026
5027 2020-05-15 Gary Benson <gbenson@redhat.com>
5028
5029 * gdb.base/info-os.c (main): Add return statement.
5030 * gdb.base/info_minsym.c (minsym_fun): Likewise.
5031 * gdb.base/large-frame-2.c (func): Likewise.
5032 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
5033 * gdb.base/pr10179-b.c (foo2): Likewise.
5034 * gdb.base/valgrind-disp-step.c (foo): Likewise.
5035 * gdb.base/watch-cond.c (func): Likewise.
5036 * gdb.multi/goodbye.c (verylongfun): Likewise.
5037 * gdb.multi/hello.c (commonfun): Likewise.
5038 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
5039 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
5040 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5041 Likewise.
5042 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
5043 * gdb.threads/interrupt-while-step-over.c (child_function):
5044 Likewise.
5045 * gdb.trace/actions-changed.c (end): Likewise.
5046
5047 2020-05-15 Gary Benson <gbenson@redhat.com>
5048
5049 * gdb.opencl/callfuncs.exp: Report when test skipped.
5050 * gdb.opencl/convs_casts.exp: Likewise.
5051 * gdb.opencl/datatypes.exp: Likewise.
5052 * gdb.opencl/operators.exp: Likewise.
5053 * gdb.opencl/vec_comps.exp: Likewise.
5054
5055 2020-05-15 Tom de Vries <tdevries@suse.de>
5056
5057 * gdb.base/align.exp.in: Rename to ...
5058 * gdb.base/align.exp.tcl: ... this.
5059 * gdb.base/align-c++.exp: Update.
5060 * gdb.base/align-c.exp: Update.
5061 * gdb.base/all-architectures.exp.in: Rename to ...
5062 * gdb.base/all-architectures.exp: ... this.
5063 * gdb.base/all-architectures-0.exp: Update.
5064 * gdb.base/all-architectures-1.exp: Update.
5065 * gdb.base/all-architectures-2.exp: Update.
5066 * gdb.base/all-architectures-3.exp: Update.
5067 * gdb.base/all-architectures-4.exp: Update.
5068 * gdb.base/all-architectures-5.exp: Update.
5069 * gdb.base/all-architectures-6.exp: Update.
5070 * gdb.base/all-architectures-7.exp: Update.
5071 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
5072 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
5073 * gdb.base/infcall-nested-structs-c++.exp: Update.
5074 * gdb.base/infcall-nested-structs-c.exp: Update.
5075 * gdb.base/info-types.exp.in: Rename to ...
5076 * gdb.base/info-types.exp.tcl: ... this.
5077 * gdb.base/info-types-c++.exp: Update.
5078 * gdb.base/info-types-c.exp: Update.
5079 * gdb.base/max-depth.exp.in: Rename to ...
5080 * gdb.base/max-depth.exp.tcl: ... this.
5081 * gdb.base/max-depth-c++.exp: Update.
5082 * gdb.base/max-depth-c.exp: Update.
5083 * gdb.cp/cpexprs.exp.in: Rename to ...
5084 * gdb.cp/cpexprs.exp.tcl: ... this.
5085 * gdb.cp/cpexprs-debug-types.exp: Update.
5086 * gdb.cp/cpexprs.exp: Update.
5087 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
5088 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
5089 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
5090 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
5091 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
5092 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
5093 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
5094 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
5095 * gdb.dwarf2/clang-debug-names-2.exp: Update.
5096 * gdb.dwarf2/clang-debug-names.exp: Update.
5097
5098 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
5099
5100 * lib/check-test-names.exp: Remove code that prevents this file
5101 loading when tests are run in parallel.
5102
5103 2020-05-15 Pedro Alves <palves@redhat.com>
5104
5105 * gdb.multi/multi-kill.exp (start_inferior): Remove
5106 'testpid' parameter. Refer to namespace variable directly.
5107 (testpid): Declare as namespace variable.
5108
5109 2020-05-15 Pedro Alves <palves@redhat.com>
5110
5111 * gdb.multi/multi-kill.exp: Wrap in namespace.
5112 (start_inferior): Add TESTPID parameter. Use it instead of the
5113 testpid global.
5114 (top level): Define empty TESTPID array, and pass it down to
5115 start_inferior.
5116
5117 2020-05-14 Tom de Vries <tdevries@suse.de>
5118
5119 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
5120 output.
5121
5122 2020-05-14 Tom de Vries <tdevries@suse.de>
5123
5124 * gdb.base/align.exp: Split into ...
5125 * gdb.base/align.exp.in: ...
5126 * gdb.base/align-c++.exp: ...
5127 * gdb.base/align-c.exp: ... these.
5128 * gdb.base/infcall-nested-structs.exp: Split into ...
5129 * gdb.base/infcall-nested-structs.exp.in: ...
5130 * gdb.base/infcall-nested-structs-c++.exp: ...
5131 * gdb.base/infcall-nested-structs-c.exp: ... these.
5132 * gdb.base/info-types.exp: Split into ...
5133 * gdb.base/info-types.exp.in: ...
5134 * gdb.base/info-types-c++.exp: ...
5135 * gdb.base/info-types-c.exp: ... these.
5136 * gdb.base/max-depth.exp: Split into ...
5137 * gdb.base/max-depth.exp.in: ...
5138 * gdb.base/max-depth-c++.exp: ...
5139 * gdb.base/max-depth-c.exp: ... these.
5140 * gdb.cp/infcall-nodebug.exp: Split into ...
5141 * gdb.cp/infcall-nodebug.exp.in: ...
5142 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
5143 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
5144 * gdb.cp/infcall-nodebug-c-d0.exp: ...
5145 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
5146
5147 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5148 Pedro Alves <palves@redhat.com>
5149
5150 * gdb.multi/multi-exit.c: New file.
5151 * gdb.multi/multi-exit.exp: New file.
5152 * gdb.multi/multi-kill.c: New file.
5153 * gdb.multi/multi-kill.exp: New file.
5154
5155 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5156
5157 * gdb.base/annota1.exp: Update the expected output.
5158 * gdb.cp/annota2.exp: Ditto.
5159
5160 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
5161
5162 * lib/check-test-names.exp: Disable when testing is being run in
5163 parallel.
5164
5165 2020-05-12 Tom de Vries <tdevries@suse.de>
5166
5167 * gdb.base/jit-elf.exp: Fix string concat.
5168
5169 2020-05-12 Tom de Vries <tdevries@suse.de>
5170
5171 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
5172 messages.
5173
5174 2020-05-12 Tom de Vries <tdevries@suse.de>
5175
5176 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
5177
5178 2020-05-12 Tom de Vries <tdevries@suse.de>
5179
5180 * gdb.ada/catch_ex.exp: Use with_test_prefix.
5181 * gdb.ada/mi_catch_ex.exp: Same.
5182 * gdb.ada/mi_catch_ex_hand.exp: Same.
5183
5184 2020-05-12 Tom de Vries <tdevries@suse.de>
5185
5186 * gdb.fortran/complex.exp: Use with_test_prefix.
5187
5188 2020-05-12 Tom de Vries <tdevries@suse.de>
5189
5190 * gdb.trace/passcount.exp: Fix test-names.
5191
5192 2020-05-12 Tom de Vries <tdevries@suse.de>
5193
5194 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
5195
5196 2020-05-12 Tom de Vries <tdevries@suse.de>
5197
5198 * gdb.gdb/complaints.exp: Use with_test_prefix.
5199 * gdb.xml/tdesc-regs.exp: Same.
5200 * gdb.opt/inline-locals.exp: Fix test name.
5201
5202 2020-05-12 Tom de Vries <tdevries@suse.de>
5203
5204 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
5205 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
5206 * gdb.dwarf2/implref-struct.exp: Same.
5207 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
5208 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
5209
5210 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
5211
5212 * gdb.base/jit-so.exp (one_jit_test): Change test name.
5213
5214 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5215
5216 * lib/check-test-names.exp (all_test_names): New module variable.
5217 (counts): Add 'duplicates' field.
5218 (_check_duplicates): New procedure.
5219 (check): Also check for duplicates.
5220 (do_log_summary): Print duplicates count.
5221 (do_reset_vars): Reset counter for duplicate test names, and
5222 discard all know test names.
5223
5224 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5225
5226 * lib/gdb.exp: Include check-test-names.exp library.
5227 * lib/check-test-names.exp: New file.
5228
5229 2020-05-11 Tom de Vries <tdevries@suse.de>
5230
5231 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
5232
5233 2020-05-11 Keith Seitz <keiths@redhat.com>
5234
5235 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
5236
5237 2020-05-11 Tom de Vries <tdevries@suse.de>
5238
5239 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
5240 * gdb.cp/cpexprs.exp.in: .. here.
5241 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
5242 cpexprs.exp.
5243
5244 2020-05-11 Keith Seitz <keiths@redhat.com>
5245
5246 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
5247 test names.
5248 * gdb.ada/arrayptr.exp: Likewise.
5249 * gdb.ada/assign_arr.exp: Likewise.
5250 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
5251 * gdb.ada/bp_on_var.exp: Likewise.
5252 * gdb.ada/call_pn.exp: Likewise.
5253 * gdb.ada/complete.exp: Likewise.
5254 * gdb.ada/fun_overload_menu.exp: Likewise.
5255 * gdb.ada/funcall_param.exp: Likewise.
5256 * gdb.ada/funcall_ref.exp: Likewise.
5257 * gdb.ada/packed_array_assign.exp: Likewise.
5258 * gdb.ada/same_component_name.exp: Likewise.
5259 * gdb.ada/type_coercion.exp: Likewise.
5260 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
5261 * gdb.ada/variant_record_packed_array.exp: Likewise.
5262
5263 2020-05-11 Tom de Vries <tdevries@suse.de>
5264
5265 PR symtab/25941
5266 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
5267 out of ...
5268 * gdb.dwarf2/clang-debug-names.exp: ... here.
5269 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
5270 clang-debug-names.exp.in.
5271 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
5272 * gdb.dwarf2/clang-debug-names-2.c: New test.
5273
5274 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5275
5276 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5277 (fortran_runto_main): New Proc, fortran version of runto_main.
5278 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5279 * gdb.fortran/array-bounds.exp: Likewise.
5280 * gdb.fortran/array-slices.exp: Likewise.
5281 * gdb.fortran/block-data.exp: Likewise.
5282 * gdb.fortran/charset.exp: Likewise.
5283 * gdb.fortran/common-block.exp: Likewise.
5284 * gdb.fortran/complex.exp: Likewise.
5285 * gdb.fortran/derived-type-function.exp: Likewise.
5286 * gdb.fortran/derived-type.exp: Likewise.
5287 * gdb.fortran/info-modules.exp: Likewise.
5288 * gdb.fortran/info-types.exp: Likewise.
5289 * gdb.fortran/intrinsics.exp: Likewise.
5290 * gdb.fortran/library-module.exp: Likewise.
5291 * gdb.fortran/logical.exp: Likewise.
5292 * gdb.fortran/max-depth.exp: Likewise.
5293 * gdb.fortran/module.exp: Likewise.
5294 * gdb.fortran/multi-dim.exp: Likewise.
5295 * gdb.fortran/nested-funcs.exp: Likewise.
5296 * gdb.fortran/print-formatted.exp: Likewise.
5297 * gdb.fortran/print_type.exp: Likewise.
5298 * gdb.fortran/printing-types.exp: Likewise.
5299 * gdb.fortran/ptr-indentation.exp: Likewise.
5300 * gdb.fortran/ptype-on-functions.exp: Likewise.
5301 * gdb.fortran/subarray.exp: Likewise.
5302 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5303 * gdb.fortran/vla-datatypes.exp: Likewise.
5304 * gdb.fortran/vla-history.exp: Likewise.
5305 * gdb.fortran/vla-ptr-info.exp: Likewise.
5306 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5307 * gdb.fortran/vla-ptype.exp: Likewise.
5308 * gdb.fortran/vla-sizeof.exp: Likewise.
5309 * gdb.fortran/vla-type.exp: Likewise.
5310 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5311 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5312 * gdb.fortran/vla-value-sub.exp: Likewise.
5313 * gdb.fortran/vla-value.exp: Likewise.
5314 * gdb.fortran/whatis_type.exp: Likewise.
5315 * gdb.mi/mi-var-child-f.exp: Likewise.
5316
5317 2020-05-09 Tom de Vries <tdevries@suse.de>
5318
5319 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5320
5321 2020-05-08 Tom de Vries <tdevries@suse.de>
5322
5323 * gdb.dwarf2/clang-debug-names.c: New test.
5324 * gdb.dwarf2/clang-debug-names.exp: New file.
5325
5326 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
5327
5328 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5329 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5330
5331 2020-05-06 Tom de Vries <tdevries@suse.de>
5332
5333 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5334 breakpoint is at a "recommended breakpoint location".
5335 * gdb.reverse/consecutive-reverse.exp: Same.
5336
5337 2020-05-06 Tom de Vries <tdevries@suse.de>
5338
5339 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5340 address.
5341
5342 2020-05-06 Tom de Vries <tdevries@suse.de>
5343
5344 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5345
5346 2020-05-06 Tom de Vries <tdevries@suse.de>
5347
5348 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5349 info for r.
5350
5351 2020-05-06 Tom de Vries <tdevries@suse.de>
5352
5353 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5354 necessary.
5355
5356 2020-05-06 Tom de Vries <tdevries@suse.de>
5357
5358 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5359 void.
5360
5361 2020-05-06 Tom de Vries <tdevries@suse.de>
5362
5363 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5364 of ...
5365 * gdb.base/async.exp: ... here.
5366 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5367 "recommended breakpoint location".
5368
5369 2020-05-06 Tom de Vries <tdevries@suse.de>
5370
5371 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5372
5373 2020-05-04 Tom de Vries <tdevries@suse.de>
5374
5375 * gdb.base/async.exp: Check whether instruction addresses are a
5376 "recommended breakpoint location".
5377
5378 2020-05-03 Tom Tromey <tom@tromey.com>
5379
5380 * gdb.base/sepdebug.exp: Remove "catch" test.
5381 * gdb.base/break.exp: Remove "catch" test.
5382 * gdb.base/default.exp: Update expected output.
5383
5384 2020-05-02 Tom de Vries <tdevries@suse.de>
5385
5386 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5387 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5388 * gdb.arch/i386-mpx-map.exp: Same.
5389 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5390 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5391 * gdb.arch/i386-mpx.exp: Same.
5392
5393 2020-05-02 Tom de Vries <tdevries@suse.de>
5394
5395 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5396
5397 2020-05-01 Tom de Vries <tdevries@suse.de>
5398
5399 * gdb.ada/operator_bp.exp: Allow more than required amount of
5400 breakpoint.
5401
5402 2020-05-01 Tom de Vries <tdevries@suse.de>
5403
5404 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5405
5406 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5407
5408 PR gdb/18706
5409 * gdb.cp/stub-array-size.cc: New test.
5410 * gdb.cp/stub-array-size.exp: New file.
5411 * gdb.cp/stub-array-size.h: New test.
5412 * gdb.cp/stub-array-size2.cc: New test.
5413
5414 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5415
5416 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5417 output to the new format.
5418
5419 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5420
5421 * gdb.base/break.exp: Use with_test_prefix.
5422
5423 2020-04-29 Tom de Vries <tdevries@suse.de>
5424
5425 * lib/gdb.exp (debug_types): New proc.
5426 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5427 * gdb.python/py-symtab.exp: Same.
5428
5429 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
5430
5431 PR gdb/17320
5432 * gdb.base/pretty-array.c: New test.
5433 * gdb.base/pretty-array.exp: New file.
5434
5435 2020-04-29 Tom de Vries <tdevries@suse.de>
5436
5437 PR symtab/25889
5438 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5439 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5440 and include cpexprs.exp.
5441
5442 2020-04-28 Mark Williams <mark@myosotissp.com>
5443
5444 PR gdb/24480
5445 * dw4-toplevel-types.exp: Test for top level types.
5446 * dw4-toplevel-types.cc: Test for top level types.
5447
5448 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5449
5450 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5451 (theads -> threads).
5452
5453 2020-04-28 Tom de Vries <tdevries@suse.de>
5454
5455 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5456
5457 2020-04-28 Tom de Vries <tdevries@suse.de>
5458
5459 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5460
5461 2020-04-28 Tom de Vries <tdevries@suse.de>
5462
5463 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5464
5465 2020-04-28 Tom de Vries <tdevries@suse.de>
5466
5467 * gdb.dwarf2/main-foo.c: New test.
5468 * gdb.dwarf2/struct-with-sig.exp: New file.
5469
5470 2020-04-25 Tom de Vries <tdevries@suse.de>
5471
5472 * boards/debug-types.exp: New file.
5473
5474 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5475
5476 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5477
5478 2020-04-24 Tom Tromey <tom@tromey.com>
5479
5480 PR symtab/12707:
5481 * gdb.python/py-symbol.exp: Update expected results for
5482 linkage_name test.
5483 * gdb.cp/print-demangle.exp: New file.
5484 * gdb.base/c-linkage-name.exp: Fix test.
5485 * gdb.guile/scm-symbol.exp: Update expected results for
5486 linkage_name test.
5487
5488 2020-04-24 Tom Tromey <tom@tromey.com>
5489
5490 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5491 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5492 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5493 assembler.
5494
5495 2020-04-24 Tom de Vries <tdevries@suse.de>
5496
5497 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5498 C++.
5499
5500 2020-04-24 Tom Tromey <tromey@adacore.com>
5501
5502 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5503 values.
5504 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5505 values. Update test for minimal encodings.
5506 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5507 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5508 values. Update test for minimal encodings.
5509
5510 2020-04-24 Tom Tromey <tromey@adacore.com>
5511
5512 PR python/23662:
5513 * gdb.ada/variant.exp: Add Python checks.
5514 * gdb.rust/simple.exp: Add dynamic type checks.
5515
5516 2020-04-24 Tom Tromey <tromey@adacore.com>
5517
5518 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5519 Make array type matching more lax.
5520 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5521 * gdb.ada/mi_variant.exp: New file.
5522 * gdb.ada/mi_variant/pck.ads: New file.
5523 * gdb.ada/mi_variant/pkg.adb: New file.
5524 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5525 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5526
5527 2020-04-24 Tom Tromey <tromey@adacore.com>
5528
5529 * gdb.ada/variant.exp: Add dynamic field offset tests.
5530 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5531 * gdb.ada/variant/pkg.adb: Add new variables.
5532
5533 2020-04-24 Tom Tromey <tromey@adacore.com>
5534
5535 * gdb.ada/variant.exp: New file
5536 * gdb.ada/variant/pkg.adb: New file
5537 * gdb.ada/variant/pck.adb: New file
5538
5539 2020-04-24 Tom de Vries <tdevries@suse.de>
5540
5541 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5542
5543 2020-04-24 Tom de Vries <tdevries@suse.de>
5544
5545 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5546 flags.
5547
5548 2020-04-24 Tom de Vries <tdevries@suse.de>
5549
5550 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5551
5552 2020-04-24 Tom de Vries <tdevries@suse.de>
5553
5554 * lib/gdb.exp (default_gdb_start): Handle eof.
5555 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5556 failure.
5557 * gdb.base/readnever.exp: Handle clean_restart failure.
5558
5559 2020-04-23 Tom de Vries <tdevries@suse.de>
5560
5561 * gdb.base/decl-before-def.exp: Run to main and print a again.
5562
5563 2020-04-23 Tom de Vries <tdevries@suse.de>
5564
5565 * gdb.base/decl-before-def-decl.c: New test.
5566 * gdb.base/decl-before-def-def.c: New test.
5567 * gdb.base/decl-before-def.exp: New file.
5568
5569 2020-04-23 Tom de Vries <tdevries@suse.de>
5570
5571 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5572
5573 2020-04-22 Tom de Vries <tdevries@suse.de>
5574
5575 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5576 debug_info_offset.
5577 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5578 before $objsfile in the line line.
5579
5580 2020-04-22 Tom de Vries <tdevries@suse.de>
5581
5582 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5583
5584 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5585
5586 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5587 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5588 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5589 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5590 * gdb.base/jit-protocol.h: Update definitions to match all usage
5591 contexts.
5592
5593 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5594
5595 * gdb.base: Rename all jit related test and source files.
5596
5597 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5598
5599 * gdb.base/jit-reader.exp: Relax register output check.
5600
5601 2020-04-22 Tom de Vries <tdevries@suse.de>
5602
5603 PR symtab/25764
5604 * gdb.base/psym-external-decl-2.c: New test.
5605 * gdb.base/psym-external-decl.c: New test.
5606 * gdb.base/psym-external-decl.exp: New file.
5607 * gdb.threads/tls.exp: Add PR25807 kfail.
5608
5609 2020-04-22 Tom de Vries <tdevries@suse.de>
5610
5611 PR symtab/25801
5612 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5613 in "info source" output.
5614
5615 2020-04-22 Tom de Vries <tdevries@suse.de>
5616
5617 PR symtab/25700
5618 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5619 symtab for imported_unit.c.
5620
5621 2020-04-21 Gary Benson <gbenson@redhat.com>
5622
5623 * gdb.base/advance.c (func): New argument, to match call site.
5624 (func2, func3): Add return statements.
5625
5626 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5627
5628 * gdb.multi/run-only-second-inf.c: New file.
5629 * gdb.multi/run-only-second-inf.exp: New file.
5630
5631 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5632
5633 * gdb.btrace/multi-inferior.c: New test.
5634 * gdb.btrace/multi-inferior.exp: New file.
5635
5636 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5637
5638 * gdb.btrace/enable-new-thread.c: New test.
5639 * gdb.btrace/enable-new-thread.exp: New file.
5640
5641 2020-04-21 Tom de Vries <tdevries@suse.de>
5642
5643 PR gdb/25471
5644 * gdb.threads/killed-outside.c: New test.
5645 * gdb.threads/killed-outside.exp: New file.
5646
5647 2020-04-20 Gary Benson <gbenson@redhat.com>
5648
5649 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5650 * gdb.base/nested-subp2.exp: Likewise.
5651 * gdb.base/nested-subp3.exp: Likewise.
5652
5653 2020-04-20 Gary Benson <gbenson@redhat.com>
5654
5655 * gdb.base/nested-subp1.exp: Disable test when using clang.
5656 * gdb.base/nested-subp2.exp: Likewise.
5657 * gdb.base/nested-subp3.exp: Likewise.
5658
5659 2020-04-20 Gary Benson <gbenson@redhat.com>
5660
5661 * gdb.cp/exception.cc: Fix compilation error with clang.
5662
5663 2020-04-20 Gary Benson <gbenson@redhat.com>
5664
5665 * gdb.trace/tspeed.c: Fix compilation error with clang.
5666
5667 2020-04-20 Gary Benson <gbenson@redhat.com>
5668
5669 * gdb.base/jit-main.c: Fix compilation error with clang.
5670
5671 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5672
5673 * gdb.base/attach-twice.c: Include "sys/types.h".
5674 (PTRACE_ATTACH): Add fallback definition.
5675 (main): Pass `0' to the 4th argument of `ptrace'.
5676
5677 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5678
5679 * gdb.base/fork-running-state.c: Include "signal.h".
5680
5681 2020-04-17 Tom Tromey <tromey@adacore.com>
5682
5683 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5684 Update tests.
5685 * gdb.btrace/cpu.exp: Update tests.
5686 * gdb.base/maint.exp: Update tests.
5687 * gdb.base/default.exp: Update tests.
5688 * gdb.base/completion.exp: Update tests.
5689
5690 2020-04-16 Tom de Vries <tdevries@suse.de>
5691
5692 PR symtab/25791
5693 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5694 (ensure_gdb_index): and factor out and move ...
5695 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5696 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5697
5698 2020-04-16 Tom de Vries <tdevries@suse.de>
5699
5700 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5701 loading exec.
5702
5703 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5704
5705 * gdb.base/many-completions.exp: New file.
5706
5707 2020-04-14 Tom de Vries <tdevries@suse.de>
5708
5709 PR symtab/25718
5710 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5711
5712 2020-04-14 Tom de Vries <tdevries@suse.de>
5713
5714 PR symtab/25720
5715 * gdb.base/maint-expand-symbols-header-file.c: New test.
5716 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5717 * gdb.base/maint-expand-symbols-header-file.h: New test.
5718
5719 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5720
5721 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5722 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5723 get_func_info.
5724 (get_func_info): Delete.
5725 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5726 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5727 * lib/dwarf.exp (get_func_info): New function.
5728
5729 2020-04-13 Tom de Vries <tdevries@suse.de>
5730
5731 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5732 to what find_gnatmake does.
5733
5734 2020-04-10 Tom de Vries <tdevries@suse.de>
5735
5736 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5737 -readnow.
5738
5739 2020-04-10 Tom de Vries <tdevries@suse.de>
5740
5741 PR cli/25808
5742 * gdb.base/style.c: Add leading newlines.
5743 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5744 Check listing of main's one-line body.
5745
5746 2020-04-08 Tom de Vries <tdevries@suse.de>
5747
5748 * lib/gdb.exp (psymtabs_p): New proc.
5749 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5750 importing unit" unsupported if there are no partial symbols.
5751
5752 2020-04-08 Tom de Vries <tdevries@suse.de>
5753
5754 PR testsuite/25760
5755 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5756
5757 2020-04-07 Tom de Vries <tdevries@suse.de>
5758
5759 PR symtab/25796
5760 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5761
5762 2020-04-07 Tom de Vries <tdevries@suse.de>
5763
5764 * gdb.base/check-psymtab.c: New test.
5765 * gdb.base/check-psymtab.exp: New file.
5766
5767 2020-04-06 Tom Tromey <tromey@adacore.com>
5768
5769 * gdb.ada/variant-record/proc.adb: New file.
5770 * gdb.ada/variant-record/value.adb: New file.
5771 * gdb.ada/variant-record/value.s: New file.
5772 * gdb.ada/variant-record.exp: New file.
5773
5774 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5775
5776 PR gdb/25325
5777 * gdb.cp/typed-enum.cc: New test.
5778 * gdb.cp/typed-enum.exp: New file.
5779
5780 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5781
5782 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5783 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5784 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5785 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5786 * gdb.opt/inline-small-func.c: New file.
5787 * gdb.opt/inline-small-func.exp: New file.
5788 * gdb.opt/inline-small-func.h: New file.
5789
5790 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5791
5792 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5793 function.
5794
5795 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5796
5797 * lib/dwarf.exp (function_range): Allow compiler options to be
5798 specified.
5799
5800 2020-04-02 Tom de Vries <tdevries@suse.de>
5801
5802 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5803 __attribute__((always_inline)).
5804 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5805
5806 2020-04-02 Tom de Vries <tdevries@suse.de>
5807
5808 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5809 (gdbserver_gdb_exit): ... here. Add timeout warning.
5810 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5811 (connect_target_extended_remote): Append new server_spawn_id to
5812 server_spawn_ids.
5813 (cleanup): New proc.
5814 (setup, <toplevel>): Call cleanup.
5815
5816 2020-04-02 Tom de Vries <tdevries@suse.de>
5817
5818 * gdb.base/main-psymtab.exp: New file.
5819
5820 2020-04-02 Tom de Vries <tdevries@suse.de>
5821
5822 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5823
5824 2020-04-01 Tom Tromey <tom@tromey.com>
5825
5826 * gdb.base/complex-parts.exp: Add type tests.
5827
5828 2020-04-01 Tom Tromey <tom@tromey.com>
5829
5830 * gdb.base/complex-parts.exp: Add arithmetic tests.
5831
5832 2020-04-01 Tom Tromey <tom@tromey.com>
5833
5834 * gdb.compile/compile.exp: Update.
5835 * gdb.compile/compile-cplus.exp: Update.
5836 * gdb.base/varargs.exp: Update.
5837 * gdb.base/floatn.exp: Update.
5838 * gdb.base/endianity.exp: Update.
5839 * gdb.base/callfuncs.exp (do_function_calls): Update.
5840 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5841 (complex_float_integral_args): Update.
5842 * gdb.base/complex.exp: Update.
5843 * gdb.base/complex-parts.exp: Update.
5844
5845 2020-04-01 Tom Tromey <tromey@adacore.com>
5846
5847 * gdb.rust/union.rs: New file.
5848 * gdb.rust/union.exp: New file.
5849 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5850 (main): Update.
5851 * gdb.rust/simple.exp: Move union tests to union.exp.
5852
5853 2020-04-01 Tom Tromey <tromey@adacore.com>
5854
5855 * gdb.rust/simple.rs (main): Remove "y0".
5856
5857 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5858
5859 * gdb.multi/stop-all-on-exit.c: New test.
5860 * gdb.multi/stop-all-on-exit.exp: New file.
5861
5862 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5863
5864 PR gdb/24789
5865 * gdb.cp/misc.cc: Add integer reference variable.
5866 * gdb.cp/misc.exp: Add test.
5867
5868 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5869
5870 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5871 scenario to cover execution until the end and also the case
5872
5873 2020-03-31 Tom de Vries <tdevries@suse.de>
5874
5875 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5876 c. Use "maint info symtabs" to check symtab expansion.
5877
5878 2020-03-30 Tom de Vries <tdevries@suse.de>
5879
5880 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5881 unsupported.
5882 (verify_psymtab_expanded): Move ...
5883 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5884 test.
5885 (readnow): New proc.
5886
5887 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5888
5889 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5890 with $hex.
5891
5892 2020-03-20 Tom Tromey <tromey@adacore.com>
5893
5894 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5895
5896 2020-03-20 Tom Tromey <tromey@adacore.com>
5897
5898 * gdb.ada/sub_variant/subv.adb: New file.
5899 * gdb.ada/sub_variant.exp: New file.
5900
5901 2020-03-20 Tom de Vries <tdevries@suse.de>
5902
5903 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5904 first break fails.
5905 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5906
5907 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5908
5909 * gdb.server/exit-multiple-threads.c: New file.
5910 * gdb.server/exit-multiple-threads.exp: New file.
5911
5912 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5913
5914 * gdb.fortran/mixed-lang-stack.c: New file.
5915 * gdb.fortran/mixed-lang-stack.cpp: New file.
5916 * gdb.fortran/mixed-lang-stack.exp: New file.
5917 * gdb.fortran/mixed-lang-stack.f90: New file.
5918
5919 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5920
5921 * gdb.linespec/cp-completion-aliases.cc: New file.
5922 * gdb.linespec/cp-completion-aliases.exp: New file.
5923
5924 2020-03-19 Tom de Vries <tdevries@suse.de>
5925
5926 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5927 more precise.
5928
5929 2020-03-18 Tom de Vries <tdevries@suse.de>
5930
5931 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5932 * gdb.dwarf2/break-inline-psymtab.c: New test.
5933 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5934
5935 2020-03-16 Tom de Vries <tdevries@suse.de>
5936
5937 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5938 cache_verify and cache_verify_proc.
5939
5940 2020-03-15 Tom de Vries <tdevries@suse.de>
5941
5942 * gdb.server/solib-list.exp: Handle
5943 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5944
5945 2020-03-15 Tom de Vries <tdevries@suse.de>
5946
5947 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5948 objfiles".
5949
5950 2020-03-14 Tom Tromey <tom@tromey.com>
5951
5952 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5953
5954 2020-03-14 Tom de Vries <tdevries@suse.de>
5955
5956 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5957
5958 2020-03-14 Tom de Vries <tdevries@suse.de>
5959
5960 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5961 result in line-by-line fashion.
5962
5963 2020-03-14 Tom de Vries <tdevries@suse.de>
5964
5965 * lib/gdb.exp (supports_statement_frontiers): New proc.
5966 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5967
5968 2020-03-14 Tom de Vries <tdevries@suse.de>
5969
5970 * gdb.base/printcmds.exp: Add missing quoting for "print
5971 teststring2".
5972
5973 2020-03-13 Tom Tromey <tom@tromey.com>
5974
5975 * gdb.base/printcmds.exp (test_print_strings): Add regression
5976 test.
5977 * gdb.base/printcmds.c (charptr): New typedef.
5978 (teststring2): New global.
5979
5980 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5981
5982 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5983 full path in the test name.
5984 (test_ld): Add some with_test_prefix blocks to make test names
5985 unique.
5986
5987 2020-03-13 Tom de Vries <tdevries@suse.de>
5988
5989 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5990
5991 2020-03-13 Tom de Vries <tdevries@suse.de>
5992
5993 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5994
5995 2020-03-13 Tom de Vries <tdevries@suse.de>
5996
5997 PR symtab/25646
5998 * gdb.dwarf2/imported-unit.exp: Add test.
5999
6000 2020-03-13 Tom de Vries <tdevries@suse.de>
6001
6002 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
6003 (var1, var2): New variable.
6004 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
6005 matching symbols.
6006
6007 2020-03-13 Tom de Vries <tdevries@suse.de>
6008
6009 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
6010 (Term::command): Use prompt prefix.
6011 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
6012 * gdb.tui/tui-layout-asm-short-prog.exp: Use
6013 command_no_prompt_prefix instead of prefix.
6014 * gdb.tui/tui-layout-asm.exp: Same.
6015
6016 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
6017
6018 * gdb.base/break-interp.exp: Use foreach_with_prefix.
6019
6020 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
6021
6022 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
6023 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
6024 on" while stepping over the test instruction, match printed
6025 message.
6026
6027 2020-03-12 Tom de Vries <tdevries@suse.de>
6028
6029 * gdb.base/info-types.exp: Use exp_continue during matching of output
6030 of "info types".
6031
6032 2020-03-12 Tom de Vries <tdevries@suse.de>
6033
6034 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
6035
6036 2020-03-12 Tom de Vries <tdevries@suse.de>
6037
6038 * gdb.fortran/module.exp: Use exp_continue during matching of output
6039 of "info variable -n".
6040
6041 2020-03-12 Tom de Vries <tdevries@suse.de>
6042
6043 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
6044 gdb.dwarf2/dw2-ranges-base.c.
6045
6046 2020-03-12 Tom de Vries <tdevries@suse.de>
6047
6048 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
6049 in presence of GLIBC debuginfo.
6050
6051 2020-03-12 Tom de Vries <tdevries@suse.de>
6052
6053 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
6054 $core.
6055
6056 2020-03-12 Tom de Vries <tdevries@suse.de>
6057
6058 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
6059 more precise.
6060
6061 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
6062
6063 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
6064 from Unix to Windows path.
6065
6066 2020-03-11 Tom de Vries <tdevries@suse.de>
6067
6068 * gdb.ada/minsyms.exp: Set language to ada.
6069
6070 2020-03-11 Tom de Vries <tdevries@suse.de>
6071
6072 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
6073
6074 2020-03-11 Tom de Vries <tdevries@suse.de>
6075
6076 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
6077
6078 2020-03-11 Tom Tromey <tromey@adacore.com>
6079
6080 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
6081
6082 2020-03-11 Tom de Vries <tdevries@suse.de>
6083
6084 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
6085
6086 2020-03-11 Tom de Vries <tdevries@suse.de>
6087
6088 * gdb.base/break-interp.exp: Limit verbose scope.
6089
6090 2020-03-11 Tom de Vries <tdevries@suse.de>
6091
6092 * gdb.fortran/logical.f90: Define variable with character type.
6093 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
6094
6095 2020-03-11 Tom de Vries <tdevries@suse.de>
6096
6097 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
6098
6099 2020-03-11 Tom de Vries <tdevries@suse.de>
6100
6101 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
6102 symtabs.
6103
6104 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6105 Bernd Edlinger <bernd.edlinger@hotmail.de>
6106
6107 * gdb.cp/step-and-next-inline.cc: New file.
6108 * gdb.cp/step-and-next-inline.exp: New file.
6109 * gdb.cp/step-and-next-inline.h: New file.
6110 * gdb.dwarf2/dw2-is-stmt.c: New file.
6111 * gdb.dwarf2/dw2-is-stmt.exp: New file.
6112 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
6113 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
6114 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
6115
6116 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6117
6118 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
6119 is-stmt flag in the line table.
6120
6121 2020-03-09 Tom de Vries <tdevries@suse.de>
6122
6123 * lib/gdb.exp (cached_file): Create cache dir.
6124
6125 2020-03-07 Tom de Vries <tdevries@suse.de>
6126
6127 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
6128 * gdb.cp/rvalue-ref-params.exp: Same.
6129
6130 2020-03-06 Tom de Vries <tdevries@suse.de>
6131
6132 * lib/gdb.exp (tentative_rename, cached_file): New proc.
6133 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
6134
6135 2020-03-06 Tom de Vries <tdevries@suse.de>
6136
6137 * README: Fix "the the".
6138 * gdb.base/dprintf.exp: Same.
6139
6140 2020-03-05 Tom de Vries <tdevries@suse.de>
6141
6142 * gdb.base/maint.exp: Update "main print statistics" expected output.
6143
6144 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6145
6146 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
6147 (fortran_int8): Likewise.
6148 (fortran_real4): Likewise.
6149 (fortran_real8): Likewise.
6150 (fortran_complex4): Likewise.
6151 (fortran_logical4): Likewise.
6152 (fortran_character1): Likewise.
6153
6154 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
6155
6156 * gdb.fortran/logical.exp: Add tests that any non-zero value is
6157 printed as true.
6158
6159 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
6160
6161 * gdb.base/printcmds.exp: Add test to verify printf of a
6162 variable holding an address.
6163
6164 2020-03-03 Tom de Vries <tdevries@suse.de>
6165
6166 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
6167
6168 2020-03-03 Tom de Vries <tdevries@suse.de>
6169
6170 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
6171 gdb_test_multiple call.
6172
6173 2020-03-03 Tom de Vries <tdevries@suse.de>
6174
6175 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
6176 gdb_test_multiple calls.
6177
6178 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6179
6180 * gdb.base/default.exp: Remove test of 'set history filename'.
6181 * gdb.base/gdbinit-history.exp: Add tests for setting the history
6182 filename to the empty string.
6183 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
6184 and GDBHISTSIZE.
6185
6186 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6187
6188 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
6189 disabled.
6190
6191 2020-03-02 Pedro Alves <palves@redhat.com>
6192 Tom de Vries <tdevries@suse.de>
6193
6194 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
6195 -prompt prefix, before user_code argument. Add -lbl option likewise.
6196 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
6197 (gdb_is_target_1): Add -prompt prefix and move to before user_code
6198 argument.
6199 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
6200 have "\r\n" at start-of-line, instead of at end-of-line.
6201
6202 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
6203
6204 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
6205 libinproctrace.so.
6206
6207 2020-02-28 Luis Machado <luis.machado@linaro.org>
6208
6209 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
6210 to "p/x".
6211
6212 2020-02-28 Luis Machado <luis.machado@linaro.org>
6213
6214 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
6215 asm/ptrace.h and error.h.
6216
6217 2020-02-28 Tom de Vries <tdevries@suse.de>
6218
6219 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
6220 (struct wrapper, do_something, mundane/symada__cS): Move ...
6221 * gdb.base/c-linkage-name-2.c: ... here. New source file.
6222 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
6223 Update "print symada__cS before partial symtab expansion" regexp.
6224 Update breakpoint location. Flush symbol cache after expansion.
6225
6226 2020-02-28 Luis Machado <luis.machado@linaro.org>
6227
6228 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
6229
6230 2020-02-27 Tom de Vries <tdevries@suse.de>
6231
6232 * config/sid.exp: Remove unused globals.
6233 * gdb.base/attach.exp: Same.
6234 * gdb.base/catch-load.exp: Same.
6235 * gdb.base/dbx.exp: Same.
6236 * lib/gdb.exp: Same.
6237 * lib/mi-support.exp: Same.
6238 * lib/prompt.exp: Same.
6239
6240 2020-02-27 Tom de Vries <tdevries@suse.de>
6241
6242 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
6243 not set.
6244
6245 2020-02-26 Aaron Merey <amerey@redhat.com>
6246
6247 * gdb.debuginfod: New directory for debuginfod tests.
6248 * gdb.debuginfod/main.c: New test file.
6249 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6250
6251 2020-02-26 Tom de Vries <tdevries@suse.de>
6252
6253 PR gdb/25603
6254 * gdb.base/persistent-lang.cc: New test.
6255 * gdb.base/persistent-lang.exp: New file.
6256
6257 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6258
6259 * gdb.fortran/derived-type-striding.exp: Add a new test.
6260 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
6261 new test.
6262
6263 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6264
6265 * gdb.base/cached-source-file.exp: Avoid source file paths in test
6266 names.
6267
6268 2020-02-25 Tom de Vries <tdevries@suse.de>
6269
6270 PR go/18926
6271 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6272
6273 2020-02-24 Tom de Vries <tdevries@suse.de>
6274
6275 PR gdb/25592
6276 * gdb.base/info-locals-unused-static-var.c: New test.
6277 * gdb.base/info-locals-unused-static-var.exp: New file.
6278
6279 2020-02-22 Tom Tromey <tom@tromey.com>
6280
6281 * gdb.python/tui-window.exp: New file.
6282 * gdb.python/tui-window.py: New file.
6283
6284 2020-02-22 Tom Tromey <tom@tromey.com>
6285
6286 PR tui/17850:
6287 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6288 tests.
6289
6290 2020-02-22 Tom Tromey <tom@tromey.com>
6291
6292 * gdb.tui/new-layout.exp: Add sub-layout tests.
6293
6294 2020-02-22 Tom Tromey <tom@tromey.com>
6295
6296 * gdb.tui/new-layout.exp: New file.
6297
6298 2020-02-22 Tom Tromey <tom@tromey.com>
6299
6300 * gdb.rust/rust-style.rs: New file.
6301 * gdb.rust/rust-style.exp: New file.
6302 * gdb.base/style.exp: Test structure printing.
6303 * gdb.base/style.c (struct some_struct): New type.
6304 (enum etype): New type.
6305 (struct_value): New global.
6306
6307 2020-02-21 Tom de Vries <tdevries@suse.de>
6308
6309 PR go/18926
6310 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6311 Remove blanket xfails. Use message argument for gdb_breakpoint.
6312 Make continuing to breakpoint test conditional on setting breakpoint.
6313 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6314 DW_AT_name attribute. Add xfail for GCC PR93866.
6315
6316 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6317
6318 * gdb.dwarf2/cpp-linkage-name.c: New file.
6319 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6320
6321 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
6322
6323 * lib/gdb.exp (gdb_wrapper_init): Reset
6324 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6325 not exist.
6326
6327 2020-02-20 Tom de Vries <tdevries@suse.de>
6328
6329 PR go/17018
6330 * gdb.go/hello.exp: Copy ...
6331 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6332 print of st to print value of global definition. Add xfail for GCC
6333 PR93844.
6334 * gdb.go/hello.exp: Remove printing of st before definition.
6335 * gdb.go/hello.go: Copy ...
6336 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6337 to st.
6338 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6339
6340 2020-02-20 Tom de Vries <tdevries@suse.de>
6341
6342 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6343 (gdb_simple_compile): Handle compile_flags go by using .go extension
6344 for source file.
6345 * gdb.go/chan.exp: Use support_go_compile.
6346 * gdb.go/handcall.exp: Same.
6347 * gdb.go/hello.exp: Same.
6348 * gdb.go/integers.exp: Same.
6349 * gdb.go/max-depth.exp: Same.
6350 * gdb.go/methods.exp: Same.
6351 * gdb.go/package.exp: Same.
6352 * gdb.go/strings.exp: Same.
6353 * gdb.go/types.exp: Same.
6354 * gdb.go/unsafe.exp: Same.
6355
6356 2020-02-19 Tom de Vries <tdevries@suse.de>
6357
6358 * gdb.python/lib-types.exp: Make xfail more strict.
6359
6360 2020-02-19 Tom de Vries <tdevries@suse.de>
6361
6362 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6363
6364 2020-02-19 Doug Evans <dje@google.com>
6365
6366 PR rust/25535
6367 * gdb.rust/simple.exp: Add test.
6368 * gdb.rust/simple.rs: Add test.
6369
6370 2020-02-19 Tom de Vries <tdevries@suse.de>
6371
6372 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6373 output line-by-line.
6374
6375 2020-02-19 Tom de Vries <tdevries@suse.de>
6376
6377 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6378
6379 2020-02-19 Tom de Vries <tdevries@suse.de>
6380
6381 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6382 prelink.
6383
6384 2020-02-19 Tom de Vries <tdevries@suse.de>
6385
6386 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6387 (gdb_do_cache): Use gdb_do_cache_wrap.
6388 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6389
6390 2020-02-19 Tom de Vries <tdevries@suse.de>
6391
6392 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6393 gdb_compile option.
6394
6395 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6396
6397 * gdb.base/printcmds.exp (test_print_enums): Update expected
6398 output.
6399
6400 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6401
6402 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6403 for "unknown".
6404
6405 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6406
6407 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6408 enumerator.
6409
6410 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6411
6412 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6413 FE_, add FE_NONE.
6414 (three): Update.
6415 (enum flag_enum_without_zero): New enum.
6416 (flag_enum_without_zero): New variable.
6417 (enum not_flag_enum): New enum.
6418 (three_not_flag): New variable.
6419 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6420 (test_print_enums): Add more tests for printing flag enums.
6421
6422 2020-02-18 Tom de Vries <tdevries@suse.de>
6423
6424 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6425 (gdb_compile_ada): ... here.
6426 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6427 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6428
6429 2020-02-14 Tom Tromey <tom@tromey.com>
6430
6431 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6432 build directory.
6433 * boards/gdbserver-base.exp: Update path to gdbserver.
6434
6435 2020-02-13 Tom de Vries <tdevries@suse.de>
6436
6437 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6438
6439 2020-02-13 Tom de Vries <tdevries@suse.de>
6440
6441 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6442 are missing.
6443
6444 2020-02-13 Tom de Vries <tdevries@suse.de>
6445
6446 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6447 call.
6448
6449 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6450
6451 PR tui/25126
6452 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6453 * gdb.base/cached-source-file.c: New file.
6454 * gdb.base/cached-source-file.exp: New file.
6455
6456 2020-02-11 Tom de Vries <tdevries@suse.de>
6457
6458 PR testsuite/25488
6459 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6460
6461 2020-02-10 Tom de Vries <tdevries@suse.de>
6462
6463 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6464
6465 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6466
6467 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6468 and $after_addr are both integers before making a comparison.
6469
6470 2020-02-09 Tom de Vries <tdevries@suse.de>
6471
6472 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6473 command output and paste it into gdb.log. If any, paste catch message
6474 to gdb.log.
6475
6476 2020-02-07 Tom Tromey <tromey@adacore.com>
6477
6478 PR breakpoints/24915:
6479 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6480
6481 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6482
6483 * gdb.tui/tui-missing-src.exp: Add the "missing source
6484 file" test for the TUI.
6485
6486 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6487
6488 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6489 including a port number in the output.
6490
6491 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6492
6493 * lib/fortran.exp (fortran_int4): Handle clang.
6494 (fortran_int8): Likewise.
6495 (fortran_real4): Likewise.
6496 (fortran_real8): Likewise.
6497 (fortran_complex4): Likewise.
6498 (fortran_logical4): Likewise.
6499 (fortran_character1): Likewise.
6500
6501 2020-02-04 Tom de Vries <tdevries@suse.de>
6502
6503 * README (Race detection): Add note.
6504
6505 2020-02-04 Tom de Vries <tdevries@suse.de>
6506
6507 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6508
6509 2020-02-04 Tom de Vries <tdevries@suse.de>
6510
6511 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6512
6513 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6514
6515 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6516 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6517 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6518 blttar, bnetarl.
6519 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6520 binary for blttar, bnetarl.
6521 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6522 wait instruction. Delete ldmx test.
6523 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6524
6525 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6526
6527 * gdb.fortran/array-bounds-high.exp: New file.
6528 * gdb.fortran/array-bounds-high.f90: New file.
6529
6530 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6531
6532 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6533 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6534
6535 2020-02-01 Tom de Vries <tdevries@suse.de>
6536
6537 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6538
6539 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6540
6541 PR tui/9765
6542 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6543 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6544
6545 2020-01-29 Luis Machado <luis.machado@linaro.org>
6546
6547 * gdb.arch/aarch64-brk-patterns.c: New source file.
6548 * gdb.arch/aarch64-brk-patterns.exp: New test.
6549
6550 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6551
6552 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6553 GCC/Clang version.
6554 * gdb.cp/pass-by-ref.exp: Ditto.
6555
6556 2020-01-29 Tom de Vries <tdevries@suse.de>
6557
6558 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6559 * gdb.threads/watchpoint-fork-mt.c: Same.
6560 * gdb.threads/watchpoint-fork-parent.c: Same.
6561 * gdb.threads/watchpoint-fork-st.c: Same.
6562 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6563
6564 2020-01-27 Luis Machado <luis.machado@linaro.org>
6565
6566 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6567 sitting at a syscall instruction when we hit the syscall function's
6568 breakpoint.
6569 Check PC against one obtained with the x command.
6570 Validate syscall number.
6571 (step_over_syscall): Don't continue to the syscall instruction if
6572 we're already there.
6573
6574 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6575
6576 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6577
6578 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6579
6580 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6581 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6582
6583 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6584
6585 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6586 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6587
6588 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6589
6590 * gdb.base/maint.exp: Update line table parsing test.
6591 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6592
6593 2020-01-24 Pedro Alves <palves@redhat.com>
6594
6595 PR gdb/25410
6596 * gdb.multi/multi-re-run-1.c: New.
6597 * gdb.multi/multi-re-run-2.c: New.
6598 * gdb.multi/multi-re-run.exp: New.
6599
6600 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6601
6602 PR gdb/23718
6603 * gdb.server/server-kill-python.exp: New file.
6604
6605 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6606
6607 * gdb.server/multi-ui-errors.c: New file.
6608 * gdb.server/multi-ui-errors.exp: New file.
6609
6610 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6611
6612 PR tui/9765
6613 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6614
6615 2020-01-19 Tom Tromey <tom@tromey.com>
6616
6617 * gdb.tui/main.exp: Add check for plain "file".
6618
6619 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6620
6621 * lib/gdb.exp: Fix spelling error (seperatelly).
6622
6623 2020-01-14 Tom Tromey <tom@tromey.com>
6624
6625 PR symtab/12535:
6626 * gdb.python/python.exp: Test decode_line with empty string
6627 argument.
6628
6629 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6630
6631 * gdb.base/skip-inline.exp: Extend test.
6632
6633 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6634
6635 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6636 * gdb.dwarf2/dw2-bad-elf.c: New file.
6637 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6638
6639 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6640
6641 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6642 _line_saw_file.
6643
6644 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6645
6646 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6647 border.
6648
6649 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6650
6651 * gdb.multi/multi-target.exp (setup): Factor out "info
6652 connections" and "info inferiors" tests to ...
6653 (test_info_inferiors): ... this new procedure.
6654 (top level): Run new "info-inferiors" tests.
6655
6656 2020-01-10 Pedro Alves <palves@redhat.com>
6657
6658 * gdb.server/bkpt-other-inferior.exp: New file.
6659
6660 2020-01-10 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6663 of "add-inferior".
6664 * gdb.base/quit-live.exp: Likewise.
6665 * gdb.base/remote-exec-file.exp: Likewise.
6666 * gdb.guile/scm-progspace.exp: Likewise.
6667 * gdb.linespec/linespec.exp: Likewise.
6668 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6669 * gdb.mi/user-selected-context-sync.exp: Likewise.
6670 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6671 "info inferiors" tests.
6672 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6673 "add-inferior".
6674 * gdb.multi/watchpoint-multi.exp: Likewise.
6675 * gdb.python/py-inferior.exp: Likewise.
6676 * gdb.server/extended-remote-restart.exp: Likewise.
6677 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6678 "info inferiors".
6679 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6680 * gdb.trace/report.exp: Likewise.
6681
6682 2020-01-10 Pedro Alves <palves@redhat.com>
6683
6684 * gdb.multi/multi-target.c: New file.
6685 * gdb.multi/multi-target.exp: New file.
6686 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6687 mode requested, but remote does not support non-stop".
6688
6689 2020-01-10 Pedro Alves <palves@redhat.com>
6690
6691 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6692 disconnect before reconnecting.
6693
6694 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6695 Pedro Alves <palves@redhat.com>
6696
6697 * gdb.server/connect-without-multi-process.exp: Also test
6698 continuing to end.
6699
6700 2020-01-10 Pedro Alves <palves@redhat.com>
6701
6702 * gdb.base/remote-exec-file.exp: New file.
6703
6704 2020-01-10 Pedro Alves <palves@redhat.com>
6705
6706 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6707 output.
6708 * gdb.threads/async.c: New.
6709 * gdb.threads/async.exp: New.
6710 * gdb.multi/tids-gid-reset.c: New.
6711 * gdb.multi/tids-gid-reset.exp: New.
6712
6713 2020-01-10 George Barrett <bob@bob131.so>
6714
6715 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6716 to help in finding the image relocation offset.
6717 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6718 options in arguments.
6719 (stap_test_no_debuginfo): Likewise.
6720 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6721 test variants.
6722 (stap_test): Add null semaphore relocation test.
6723
6724 2020-01-10 George Barrett <bob@bob131.so>
6725
6726 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6727 * gdb.base/stap-probe.exp: Likewise.
6728 (stap_test): Pass argument as an additional flag.
6729 (stap_test_no_debuginfo): Likewise.
6730 (stap_test): Check `info probes stap' output for semaphore
6731 addresses if the test binary is supposed to have them.
6732
6733 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6734
6735 * gdb.tui/basic.exp: Add more scrolling tests.
6736
6737 2020-01-09 Tom Tromey <tom@tromey.com>
6738
6739 PR tui/18932:
6740 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6741 meangingful value.
6742 (Term::command, Term::resize): Update.
6743 * gdb.tui/basic.exp: Add scrolling test.
6744
6745 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6746
6747 * gdb.tui/tui-layout-asm.exp: New file.
6748
6749 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6750
6751 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6752
6753 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6754
6755 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6756 (Term::enter_tui): Use Term::prepare_for_tui.
6757
6758 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6759
6760 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6761 called.
6762
6763 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6764
6765 * gdb.base/skip.exp: Fix race condition in test.
6766
6767 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6768
6769 * gdb.base/backtrace.c: New file.
6770 * gdb.base/backtrace.exp: New file.
6771
6772 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6773
6774 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6775
6776 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6777
6778 * gdb.base/style.exp: Test that warnings are styled.
6779
6780 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6781
6782 * gdb.base/line65535.exp: New file.
6783 * gdb.base/line65535.c: New file.
6784
6785 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6786
6787 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6788 * lib/gnat_debug_info_test.adb: New file.
6789 * gdb.ada/ptype_tagged_param.exp: Use
6790 gnat_runtime_has_debug_info, expect a different output if
6791 runtime does not have debug info.
6792
6793 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6794
6795 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6796 (another) quote in test name.
6797
6798 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6799
6800 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6801 Add quote in test name.
6802
6803 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6804
6805 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6806 directory instead.
6807 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6808 * gdb.cp/pass-by-ref-2.cc: New file.
6809 * gdb.cp/pass-by-ref-2.exp: New file.
6810
6811 2019-12-20 Tom Tromey <tom@tromey.com>
6812
6813 * gdb.tui/list-before.exp: New file.
6814
6815 2019-12-20 Tom Tromey <tom@tromey.com>
6816
6817 * gdb.tui/list.exp: Check for source on initial listing.
6818
6819 2019-12-11 Tom Tromey <tromey@adacore.com>
6820
6821 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6822 Add crlf test.
6823
6824 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6825
6826 * gdb.base/default.exp: Update value of $_gdb_major.
6827
6828 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6829
6830 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6831
6832 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6833
6834 * gdb.base/skip.exp: Whitespace fix.
6835
6836 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6837
6838 * gdb.base/skip-inline.c: New file.
6839 * gdb.base/skip-inline.exp: New file.
6840
6841 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6842
6843 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6844 jit_function_00 to jit_function_stack_mangle.
6845 * gdb.base/jithost.c (jit_function_t): Rename to...
6846 (jit_function_stack_mangle_t): ... this.
6847 (jit_function_add_t): New typedef.
6848 (jit_function_00_code): Rename to...
6849 (jit_function_stack_mangle_code): ... this, make static.
6850 (jit_function_add_code): New.
6851 (main): Generate "add" function and call it. Adjust to changes
6852 in jithost_abi.
6853 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6854 (struct jithost_abi) <begin, end>: Remove fields.
6855 <object, function_stack_mangle, function_add>: New fields.
6856 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6857 code_end>: Remove fields.
6858 <func_stack_mangle>: New field.
6859 (read_debug_info): Adjust to renaming, create block for "add"
6860 function.
6861 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6862
6863 2019-12-11 Tom Tromey <tom@tromey.com>
6864
6865 * gdb.tui/resize.exp: Fix regexp.
6866 * gdb.tui/regs.exp: Fix regexps.
6867 * gdb.tui/main.exp: Fix regexp.
6868
6869 2019-12-11 Tom Tromey <tom@tromey.com>
6870
6871 * gdb.tui/resize.exp: Update.
6872 * gdb.tui/empty.exp (layouts): Update.
6873
6874 2019-12-11 Tom Tromey <tom@tromey.com>
6875
6876 * gdb.tui/regs.exp: Update.
6877 * gdb.tui/empty.exp (layouts): Update.
6878 * gdb.tui/basic.exp: Update.
6879 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6880
6881 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6882
6883 * gdb.base/options.exp: Add -raw-values in the print completion list.
6884 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6885
6886 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6887
6888 * gdb.threads/omp-par-scope.c: New file.
6889 * gdb/threads/omp-par-scope.exp: New file.
6890
6891 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6892
6893 * lib/gdb.exp (support_nested_function_tests): New proc.
6894
6895 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6896
6897 * lib/gdb.exp (gdb_compile_openmp): New proc.
6898 (build_executable_from_specs): Add an "openmp" option.
6899 (gdb_compile_pthreads): Add non-executable case.
6900
6901 2019-12-10 Tom Tromey <tromey@adacore.com>
6902
6903 * gdb.ada/unchecked_union.exp: New file.
6904 * gdb.ada/unchecked_union/pck.adb: New file.
6905 * gdb.ada/unchecked_union/pck.ads: New file.
6906 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6907 * gdb-utils.exp (string_to_regexp): Also quote "?".
6908
6909 2019-12-10 George Barrett <bob@bob131.so>
6910
6911 Test scripted probe breakpoints.
6912 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6913 * gdb.python/py-breakpoint.c (main): Likewise.
6914 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6915 specifier test.
6916 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6917
6918 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6919
6920 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6921 an rvalue parameter.
6922 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6923 parameter.
6924
6925 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6926
6927 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6928 modules.
6929
6930 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6931
6932 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6933 broken version of GCC.
6934
6935 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6936
6937 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6938 sym-info-cmds library.
6939 * gdb.fortran/info-types.exp: Likewise.
6940 * lib/sym-info-cmds.exp: New file.
6941
6942 2019-12-08 Tom de Vries <tdevries@suse.de>
6943
6944 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6945
6946 2019-12-07 Keith Seitz <keiths@redhat.com>
6947
6948 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6949 * gdb.base/corefile-buildid-shlib.c: New file.
6950 * gdb.base/corefile-buildid.c: New file.
6951 * gdb.base/corefile-buildid.exp: New file.
6952
6953 2019-12-06 Tom de Vries <tdevries@suse.de>
6954
6955 * gdb.dwarf2/varval.exp: Add decl before def test.
6956
6957 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6958
6959 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6960
6961 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6962
6963 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6964 CV and reference conversion for overload resolution.
6965 * gdb.cp/rvalue-ref-overload.exp: Test it.
6966
6967 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6968
6969 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6970 * gdb.base/frameapply.exp: Test faas without command.
6971
6972 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6973
6974 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6975 Fortran tests.
6976 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6977 order.
6978
6979 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6980
6981 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6982 casting to type with no kind specified.
6983 (test_basic_parsing_of_type_kinds): Additional tests for types
6984 with no kind specified, and add tests for single/double
6985 precision/complex types.
6986
6987 2019-12-04 Tom Tromey <tromey@adacore.com>
6988
6989 * gdb.base/endianity.c (struct other) <x>: New field.
6990 (main): Initialize it.
6991 * gdb.base/endianity.exp: Update.
6992
6993 2019-12-04 Tom Tromey <tromey@adacore.com>
6994
6995 * gdb.ada/scalar_storage/storage.adb: New file.
6996 * gdb.ada/scalar_storage/pck.adb: New file.
6997 * gdb.ada/scalar_storage/pck.ads: New file.
6998 * gdb.ada/scalar_storage.exp: New file.
6999
7000 2019-12-04 Tom Tromey <tromey@adacore.com>
7001
7002 * gdb.base/endianity.c (struct otherendian) <f>: New field.
7003 (main): Initialize it.
7004 * gdb.base/endianity.exp: Update.
7005
7006 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7007
7008 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
7009
7010 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7011
7012 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
7013 -symbol-info-module-functions and -symbol-info-module-variables.
7014
7015 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
7016
7017 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
7018
7019 2019-12-01 Richard Bunt <richard.bunt@arm.com>
7020 Andrew Burgess <andrew.burgess@embecosm.com>
7021
7022 * gdb.fortran/derived-type-striding.exp: New file.
7023 * gdb.fortran/derived-type-striding.f90: New file.
7024 * gdb.fortran/array-slices.exp: New file.
7025 * gdb.fortran/array-slices.f90: New file.
7026
7027 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7028
7029 * gdb.base/define.exp: Test . in command names.
7030 * gdb.base/setshow.exp: Update test, as . is now part of
7031 command name.
7032
7033 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7034
7035 * gdb.base/define-prefix.exp: New file.
7036
7037 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
7038
7039 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
7040 compile.
7041 (skip_btrace_pt_tests): Likewise.
7042
7043 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7044
7045 * gdb.fortran/info-modules.exp: Compile source files in correct
7046 order.
7047
7048 2019-11-27 Kevin Buettner <kevinb@redhat.com>
7049
7050 * gdb.dwarf2/imported-unit.exp: New file.
7051 * gdb.dwarf2/imported-unit.c: New file.
7052
7053 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7054
7055 * gdb.mi/mi-fortran-modules-2.f90: New file.
7056 * gdb.mi/mi-fortran-modules.exp: New file.
7057 * gdb.mi/mi-fortran-modules.f90: New file.
7058
7059 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7060
7061 * gdb.mi/mi-sym-info-1.c: New file.
7062 * gdb.mi/mi-sym-info-2.c: New file.
7063 * gdb.mi/mi-sym-info.exp: New file.
7064
7065 2019-11-22 Tom Tromey <tromey@adacore.com>
7066
7067 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
7068 * gdb.ada/tasks/foo.adb: Add another stopping location.
7069
7070 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
7071
7072 * gdb.base/endianity.c: New test.
7073 * gdb.base/endianity.exp: New file.
7074
7075 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
7076
7077 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
7078
7079 2019-11-21 Tom de Vries <tdevries@suse.de>
7080
7081 PR gdb/24956
7082 * gdb.base/ui-redirect.exp: Test output of user-defined command.
7083
7084 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7085
7086 * gdb.python/py-progspace.exp: Add missing parentheses on some
7087 'print' commands.
7088
7089 2019-11-19 Tom Tromey <tom@tromey.com>
7090
7091 * gdb.tui/winheight.exp: New file.
7092
7093 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7094
7095 * gdb.base/ctf-whatis.c: Delete.
7096 * gdb.base/ctf-whatis.exp: Delete.
7097 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
7098
7099 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7100
7101 * gdb.base/ctf-cvexpr.exp: Delete.
7102 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
7103
7104 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7105
7106 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
7107 the compiler. Clean up header comment a little.
7108 * gdb.base/ctf-ptype.exp: Likewise.
7109 * gdb.base/ctf-whatis.exp: Likewise.
7110 * lib/gdb.exp (skip_ctf_tests): New proc.
7111
7112 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
7113
7114 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
7115 * gdb.tui/corefile-run.exp: New file.
7116
7117 2019-11-14 Tom Tromey <tromey@adacore.com>
7118
7119 * gdb.base/gdbvars.exp (test_convenience_variables): Add
7120 regression tests.
7121
7122 2019-11-12 Tom Tromey <tom@tromey.com>
7123
7124 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
7125 after any command. Expect prompt after WAIT_FOR is seen.
7126 (enter_tui): Enable resize messages.
7127 (command): Expect command in output.
7128 (get_line): Avoid error when cursor appears to be off-screen.
7129 (dump_screen): Include screen size in title.
7130 (_do_resize): New proc, from "resize".
7131 (resize): Rewrite. Do resize in two steps.
7132 * gdb.tui/empty.exp (layouts): Fix entries.
7133 (check_boxes): Remove xfail.
7134 (check_text): Dump screen on failure.
7135
7136 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7137
7138 * gdb.python/py-symbol.exp: Add test for
7139 gdb.lookup_static_symbols.
7140
7141 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7142
7143 * gdb.python/py-symbol.c: Declare and call function from new
7144 py-symbol-2.c file.
7145 * gdb.python/py-symbol.exp: Compile both source files, and add new
7146 tests for gdb.lookup_static_symbol.
7147 * gdb.python/py-symbol-2.c: New file.
7148
7149 2019-11-02 Tom de Vries <tdevries@suse.de>
7150
7151 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
7152 * gdb.base/anon.exp: Same.
7153 * gdb.base/auto-connect-native-target.exp: Same.
7154 * gdb.base/call-ar-st.exp: Same.
7155 * gdb.base/catch-syscall.exp: Same.
7156 * gdb.base/commands.exp: Same.
7157 * gdb.base/default.exp: Same.
7158 * gdb.base/display.exp: Same.
7159 * gdb.base/float.exp: Same.
7160 * gdb.base/foll-fork.exp: Same.
7161 * gdb.base/help.exp: Same.
7162 * gdb.base/info-macros.exp: Same.
7163 * gdb.base/info-proc.exp: Same.
7164 * gdb.base/info-target.exp: Same.
7165 * gdb.base/long_long.exp: Same.
7166 * gdb.base/macscp.exp: Same.
7167 * gdb.base/memattr.exp: Same.
7168 * gdb.base/nofield.exp: Same.
7169 * gdb.base/pointers.exp: Same.
7170 * gdb.base/printcmds.exp: Same.
7171 * gdb.base/ptype.exp: Same.
7172 * gdb.base/restore.exp: Same.
7173 * gdb.base/return.exp: Same.
7174 * gdb.base/scope.exp: Same.
7175 * gdb.base/set-noassign.exp: Same.
7176 * gdb.base/setshow.exp: Same.
7177 * gdb.base/shlib-call.exp: Same.
7178 * gdb.base/signals.exp: Same.
7179 * gdb.base/sigstep.exp: Same.
7180 * gdb.base/skip.exp: Same.
7181 * gdb.base/solib-symbol.exp: Same.
7182 * gdb.base/stap-probe.exp: Same.
7183 * gdb.base/step-line.exp: Same.
7184 * gdb.base/step-test.exp: Same.
7185 * gdb.base/style.exp: Same.
7186 * gdb.base/varargs.exp: Same.
7187 * gdb.base/vla-datatypes.exp: Same.
7188 * gdb.base/vla-ptr.exp: Same.
7189 * gdb.base/vla-sideeffect.exp: Same.
7190 * gdb.base/volatile.exp: Same.
7191 * gdb.base/watch-cond-infcall.exp: Same.
7192 * gdb.base/watchpoint.exp: Same.
7193
7194 2019-11-02 Tom de Vries <tdevries@suse.de>
7195
7196 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
7197 * gdb.cp/cpexprs.exp: Same.
7198 * gdb.cp/except-multi-location.exp: Same.
7199 * gdb.cp/exceptprint.exp: Same.
7200 * gdb.cp/gdb2384.exp: Same.
7201 * gdb.cp/inherit.exp: Same.
7202 * gdb.cp/m-static.exp: Same.
7203 * gdb.cp/meth-typedefs.exp: Same.
7204 * gdb.cp/misc.exp: Same.
7205 * gdb.cp/namespace.exp: Same.
7206 * gdb.cp/non-trivial-retval.exp: Same.
7207 * gdb.cp/overload.exp: Same.
7208 * gdb.cp/pr17132.exp: Same.
7209 * gdb.cp/re-set-overloaded.exp: Same.
7210 * gdb.cp/rvalue-ref-types.exp: Same.
7211 * gdb.cp/templates.exp: Same.
7212
7213 2019-11-01 Luis Machado <luis.machado@linaro.org>
7214
7215 PR gdb/25124
7216
7217 * gdb.arch/pr25124.S: New file.
7218 * gdb.arch/pr25124.exp: New file.
7219
7220 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7221
7222 * gdb.fortran/info-modules.exp: Update expected results, and add
7223 additional tests for 'info module functinos', and 'info module
7224 variables'.
7225 * gdb.fortran/info-types.exp: Update expected results.
7226 * gdb.fortran/info-types.f90: Extend testcase with additional
7227 module variables and functions.
7228
7229 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7230
7231 * gdb.fortran/info-modules.exp: New file.
7232 * gdb.fortran/info-types.exp: Build with new file.
7233 * gdb.fortran/info-types.f90: Include and use new module.
7234 * gdb.fortran/info-types-2.f90: New file.
7235
7236 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7237
7238 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
7239 * gdb.base/settings.exp: Test all settings types using
7240 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
7241 that now verifies that the value of "maint show" is the same as
7242 returned by the settings functions. Test the type of the
7243 maintenance settings.
7244 * gdb.base/default.exp: Update show_conv_list.
7245
7246 2019-10-31 Tom de Vries <tdevries@suse.de>
7247
7248 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
7249 gdb_test.
7250 * gdb.arch/amd64-disp-step.exp: Same.
7251 * gdb.asm/asm-source.exp: Same.
7252 * gdb.btrace/buffer-size.exp: Same.
7253 * gdb.btrace/cpu.exp: Same.
7254 * gdb.btrace/enable.exp: Same.
7255 * gdb.dwarf2/count.exp: Same.
7256 * gdb.dwarf2/dw2-ranges-func.exp: Same.
7257 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
7258 * gdb.fortran/vla-datatypes.exp: Same.
7259 * gdb.fortran/vla-history.exp: Same.
7260 * gdb.fortran/vla-ptype.exp: Same.
7261 * gdb.fortran/vla-value.exp: Same.
7262 * gdb.fortran/whatis_type.exp: Same.
7263 * gdb.guile/guile.exp: Same.
7264 * gdb.multi/tids.exp: Same.
7265 * gdb.python/py-finish-breakpoint.exp: Same.
7266 * gdb.python/py-framefilter.exp: Same.
7267 * gdb.python/py-pp-registration.exp: Same.
7268 * gdb.python/py-xmethods.exp: Same.
7269 * gdb.python/python.exp: Same.
7270 * gdb.server/connect-with-no-symbol-file.exp: Same.
7271 * gdb.server/no-thread-db.exp: Same.
7272 * gdb.server/run-without-local-binary.exp: Same.
7273 * gdb.stabs/weird.exp: Same.
7274 * gdb.threads/attach-many-short-lived-threads.exp: Same.
7275 * gdb.threads/thread-find.exp: Same.
7276 * gdb.threads/tls-shared.exp: Same.
7277 * gdb.threads/tls.exp: Same.
7278 * gdb.threads/wp-replication.exp: Same.
7279 * gdb.trace/ax.exp: Same.
7280 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7281
7282 2019-10-31 Tom de Vries <tdevries@suse.de>
7283
7284 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7285 * gdb.ada/array_subscript_addr.exp: Same.
7286 * gdb.ada/arrayidx.exp: Same.
7287 * gdb.ada/arrayparam.exp: Same.
7288 * gdb.ada/arrayptr.exp: Same.
7289 * gdb.ada/boolean_expr.exp: Same.
7290 * gdb.ada/call_pn.exp: Same.
7291 * gdb.ada/complete.exp: Same.
7292 * gdb.ada/fixed_cmp.exp: Same.
7293 * gdb.ada/fun_addr.exp: Same.
7294 * gdb.ada/funcall_param.exp: Same.
7295 * gdb.ada/interface.exp: Same.
7296 * gdb.ada/mod_from_name.exp: Same.
7297 * gdb.ada/null_array.exp: Same.
7298 * gdb.ada/packed_array.exp: Same.
7299 * gdb.ada/packed_tagged.exp: Same.
7300 * gdb.ada/print_chars.exp: Same.
7301 * gdb.ada/print_pc.exp: Same.
7302 * gdb.ada/ptype_arith_binop.exp: Same.
7303 * gdb.ada/ptype_field.exp: Same.
7304 * gdb.ada/ptype_tagged_param.exp: Same.
7305 * gdb.ada/rec_return.exp: Same.
7306 * gdb.ada/ref_tick_size.exp: Same.
7307 * gdb.ada/str_ref_cmp.exp: Same.
7308 * gdb.ada/taft_type.exp: Same.
7309 * gdb.ada/tagged.exp: Same.
7310 * gdb.ada/type_coercion.exp: Same.
7311 * gdb.ada/uninitialized_vars.exp: Same.
7312
7313 2019-10-30 Tom de Vries <tdevries@suse.de>
7314
7315 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7316
7317 2019-10-26 Tom de Vries <tdevries@suse.de>
7318
7319 * gdb.base/bigcore.c: Fix typos in comments.
7320 * gdb.base/ctf-ptype.c: Same.
7321 * gdb.base/long_long.c: Same.
7322 * gdb.dwarf2/dw2-op-out-param.S: Same.
7323 * gdb.python/py-evthreads.c: Same.
7324 * gdb.reverse/i387-stack-reverse.c: Same.
7325 * gdb.trace/tfile.c: Same.
7326 * lib/compiler.c: Same.
7327 * lib/compiler.cc: Same.
7328
7329 2019-10-25 Tom de Vries <tdevries@suse.de>
7330
7331 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7332 gdb_test_multiple calls.
7333 * gdb.reverse/sigall-reverse.exp: Same.
7334 * gdb.reverse/solib-precsave.exp: Same.
7335 * gdb.reverse/solib-reverse.exp: Same.
7336 * gdb.reverse/until-precsave.exp: Same.
7337 * gdb.reverse/until-reverse.exp: Same.
7338
7339 2019-10-24 Tom de Vries <tdevries@suse.de>
7340
7341 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7342 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7343 kfail using -wrap pattern flag and convenience variable
7344 gdb_test_name.
7345
7346 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7347
7348 * gdb.python/py-progspace.exp: Add tests for the
7349 Progspace.block_for_pc method.
7350
7351 2019-10-23 Tom Tromey <tom@tromey.com>
7352
7353 * configure: Rebuild.
7354 * aclocal.m4: Use m4_include, not sinclude.
7355
7356 2019-10-21 Tom de Vries <tdevries@suse.de>
7357
7358 * gdb.base/infcall-nested-structs.c: Add
7359 __attribute__((noinline,noclone)) to all functions.
7360 (call_all): Add missing variable initialization. Simplify return value.
7361 (breakpt): Increment volatile variable, to prevent call from being
7362 optimized out.
7363 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7364
7365 2019-10-17 Tom de Vries <tdevries@suse.de>
7366
7367 * gdb.fortran/module.exp: Allow info variables to print info for files
7368 other than module.f90.
7369
7370 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7371
7372 * gdb.fortran/module.exp: Extend with 'info variables' test.
7373
7374 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7375
7376 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7377 F77_FOR_TARGET.
7378
7379 2019-10-16 Tom de Vries <tdevries@suse.de>
7380
7381 PR tdep/25096
7382 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7383
7384 2019-10-16 Tom de Vries <tdevries@suse.de>
7385
7386 PR tdep/24104
7387 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7388 Add KFAIL for PR tdep/25096.
7389
7390 2019-10-16 Tom de Vries <tdevries@suse.de>
7391
7392 PR testsuite/25059
7393 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7394
7395 2019-10-16 Tom de Vries <tdevries@suse.de>
7396
7397 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7398 as signed.
7399
7400 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7401
7402 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7403 one instead of increasing timeout.
7404
7405 2019-10-13 Tom de Vries <tdevries@suse.de>
7406
7407 PR record/25038
7408 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7409 * gdb.reverse/sigall-reverse.exp: Same.
7410 * gdb.reverse/solib-precsave.exp: Same.
7411 * gdb.reverse/solib-reverse.exp: Same.
7412 * gdb.reverse/step-precsave.exp: Same.
7413 * gdb.reverse/until-precsave.exp: Same.
7414 * gdb.reverse/until-reverse.exp: Same.
7415 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7416
7417 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7418
7419 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7420 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7421 (cmp_struct_05_01, cmp_struct_static_02_01)
7422 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7423 comparisons.
7424
7425 2019-10-10 Tom de Vries <tdevries@suse.de>
7426
7427 PR testsuite/24888
7428 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7429 gnatlink.
7430
7431 2019-10-09 Tom de Vries <tdevries@suse.de>
7432
7433 PR testsuite/25048
7434 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7435
7436 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7437
7438 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7439 exceptions due to missing debug information.
7440
7441 2019-10-07 Tom de Vries <tdevries@suse.de>
7442
7443 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7444
7445 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7446
7447 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7448 * gdb.base/annota1.exp: Update to use gdb_test_name.
7449
7450 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
7451
7452 * gdb.base/ctf-whatis.exp: New file.
7453 * gdb.base/ctf-whatis.c: New file.
7454 * gdb.base/ctf-ptype.exp: New file.
7455 * gdb.base/ctf-ptype.c: New file.
7456 * gdb.base/ctf-constvars.exp: New file.
7457 * gdb.base/ctf-constvars.c: New file.
7458 * gdb.base/ctf-cvexpr.exp: New file.
7459
7460 2019-10-04 Tom de Vries <tdevries@suse.de>
7461
7462 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7463 for loop.
7464
7465 2019-10-03 Tom Tromey <tom@tromey.com>
7466
7467 PR rust/24976:
7468 * gdb.rust/simple.rs (Union2): New type.
7469 (main): Use Union2.
7470 * gdb.rust/simple.exp: Add test.
7471
7472 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7473
7474 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7475 nested function prefix.
7476
7477 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7478 Richard Bunt <richard.bunt@arm.com>
7479 Andrew Burgess <andrew.burgess@embecosm.com>
7480
7481 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7482 nested functions.
7483 * gdb.fortran/nested-funcs.f90: Update expected results.
7484 * gdb.fortran/nested-funcs-2.exp: New file.
7485 * gdb.fortran/nested-funcs-2.f90: New file.
7486
7487 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7488
7489 * gdb.python/py-parameter.exp: Make test names unique.
7490 * gdb.python/py-template.exp: Likewise.
7491 * gdb.python/py-value.exp: Likewise.
7492
7493 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7494
7495 * gdb.base/break-interp.exp: Reduce test name duplication.
7496 * gdb.base/call-sc.exp: Likewise.
7497 * gdb.base/callfuncs.exp: Likewise.
7498 * gdb.base/charset.exp: Likewise.
7499 * gdb.base/dump.exp: Likewise.
7500 * gdb.base/ena-dis-br.exp: Likewise.
7501 * gdb.base/relational.exp: Likewise.
7502 * gdb.base/step-over-syscall.exp: Likewise.
7503 * gdb.base/structs.exp: Likewise.
7504
7505 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7506
7507 * gdb.linespec/explicit.exp: Make test names unique.
7508 * gdb.linespec/ls-errs.exp: Likewise.
7509
7510 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7511
7512 * gdb.reverse/break-precsave.exp: Make test names unique.
7513 * gdb.reverse/break-reverse.exp: Likewise.
7514 * gdb.reverse/finish-precsave.exp: Likewise.
7515 * gdb.reverse/finish-reverse.exp: Likewise.
7516 * gdb.reverse/machinestate-precsave.exp: Likewise.
7517 * gdb.reverse/machinestate.exp: Likewise.
7518 * gdb.reverse/readv-reverse.exp: Likewise.
7519 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7520 * gdb.reverse/sigall-precsave.exp: Likewise.
7521 * gdb.reverse/sigall-reverse.exp: Likewise.
7522 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7523 * gdb.reverse/watch-precsave.exp: Likewise.
7524 * gdb.reverse/watch-reverse.exp: Likewise.
7525
7526 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7527
7528 * gdb.threads/stop-with-handle.c: New file.
7529 * gdb.threads/stop-with-handle.exp: New file.
7530
7531 2019-10-03 Tom de Vries <tdevries@suse.de>
7532
7533 PR testsuite/25059
7534 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7535 directory" line to be missing.
7536
7537 2019-10-03 Tom de Vries <tdevries@suse.de>
7538
7539 PR testsuite/25059
7540 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7541 type optional.
7542
7543 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7544
7545 * gdb.python/py-format-string.c (string.h): New include.
7546 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7547 the same value, for endianness-independence.
7548 * gdb.python/py-format-string.exp (default_regexp_dict)
7549 (test_pretty_structs, test_format): Adjust expected output to the
7550 changed initialization.
7551
7552 2019-10-02 Tom Tromey <tromey@adacore.com>
7553
7554 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7555
7556 2019-10-02 Pedro Alves <palves@redhat.com>
7557 Andrew Burgess <andrew.burgess@embecosm.com>
7558
7559 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7560 "print-file-var.h".
7561 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7562 (get_version_1): Print this_version_id and its address.
7563 Add extern "C" wrappers around interface functions.
7564 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7565 "print-file-var.h".
7566 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7567 (get_version_2): Print this_version_id and its address.
7568 Add extern "C" wrappers around interface functions.
7569 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7570 <stddef.h> and "print-file-var.h".
7571 Add extern "C" wrappers around interface functions.
7572 [VERSION_ID_MAIN] (this_version_id): Define.
7573 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7574 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7575 up extern "C" blocks.
7576 * gdb.base/print-file-var.exp (test): New, factored out from top
7577 level.
7578 (top level): Test all combinations of attribute hidden or not,
7579 dlopen or not, and this_version_id symbol in main file or not.
7580 Compile tests as both C++ and C, make test names unique.
7581
7582 2019-10-01 Tom Tromey <tom@tromey.com>
7583
7584 * gdb.base/style.exp: Test "show logging filename".
7585
7586 2019-10-01 Tom Tromey <tom@tromey.com>
7587
7588 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7589 * gdb.base/style.exp: Add metadata style test.
7590
7591 2019-10-01 Tom Tromey <tom@tromey.com>
7592
7593 * gdb.base/style.exp: Test "pwd".
7594
7595 2019-10-01 Tom Tromey <tom@tromey.com>
7596
7597 * gdb.base/style.exp: Update tests.
7598
7599 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7600
7601 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7602 'six' to unsigned.
7603 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7604 'five'. Use an all-ones bit pattern for each.
7605 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7606 to its changed values.
7607
7608 2019-09-30 Tom Tromey <tromey@adacore.com>
7609
7610 * gdb.rust/traits.rs: Disable all warnings.
7611
7612 2019-09-29 Tom de Vries <tdevries@suse.de>
7613
7614 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7615
7616 2019-09-29 Tom de Vries <tdevries@suse.de>
7617
7618 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7619
7620 2019-09-27 Tom de Vries <tdevries@suse.de>
7621
7622 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7623
7624 2019-09-27 Tom de Vries <tdevries@suse.de>
7625
7626 PR record/23188
7627 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7628
7629 2019-09-26 Tom Tromey <tromey@adacore.com>
7630
7631 * gdb.ada/py_taft.exp: New file.
7632 * gdb.ada/py_taft/main.adb: New file.
7633 * gdb.ada/py_taft/pkg.adb: New file.
7634 * gdb.ada/py_taft/pkg.ads: New file.
7635
7636 2019-09-24 Tom de Vries <tdevries@suse.de>
7637
7638 PR gdb/24598
7639 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7640
7641 2019-09-22 Tom de Vries <tdevries@suse.de>
7642
7643 * gdb.base/restore.exp: Allow register variables to be optimized out at
7644 -O0.
7645
7646 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7647
7648 * gdb.arch/spu-info.exp: Remove file.
7649 * gdb.arch/spu-info.c: Remove file.
7650 * gdb.arch/spu-ls.exp: Remove file.
7651 * gdb.arch/spu-ls.c: Remove file.
7652
7653 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7654 * gdb.asm/spu.inc: Remove file.
7655
7656 * gdb.base/dump.exp: Remove support for spu*-*-*.
7657 * gdb.base/stack-checking.exp: Likewise.
7658 * gdb.base/overlays.exp: Likewise.
7659 * gdb.base/ovlymgr.c: Likewise.
7660 * gdb.base/spu.ld: Remove file.
7661
7662 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7663 * gdb.cp/cpexprs.exp: Likewise.
7664 * gdb.cp/exception.exp: Likewise.
7665 * gdb.cp/gdb2495.exp: Likewise.
7666 * gdb.cp/mb-templates.exp: Likewise.
7667 * gdb.cp/pr9167.exp: Likewise.
7668 * gdb.cp/userdef.exp: Likewise.
7669
7670 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7671
7672 * gdb.cell: Remove directory.
7673 * lib/cell.exp: Remove file.
7674
7675 2019-09-19 Tom de Vries <tdevries@suse.de>
7676
7677 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7678
7679 2019-09-19 Tom de Vries <tdevries@suse.de>
7680
7681 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7682
7683 2019-09-19 Tom de Vries <tdevries@suse.de>
7684
7685 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7686 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7687 (gdb_target_cmd): ... here.
7688 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7689 value 2.
7690
7691 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7692
7693 * gdb.base/source-dir.exp: Avoid having directory names in test
7694 names.
7695
7696 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7697
7698 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7699 directory.
7700
7701 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7702
7703 * gdb.base/list-missing-source.exp: New file.
7704
7705 2019-09-14 Tom de Vries <tdevries@suse.de>
7706
7707 PR teststuite/24599
7708 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7709 * lib/ada.exp (gnatmake_version_at_least): New proc.
7710
7711 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7712
7713 * gdb.base/maint.exp: Use exec_has_index_section.
7714
7715 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7716
7717 * gdb.base/maint.exp: Add test for 'maint info sections'.
7718
7719 2019-09-12 Tom de Vries <tdevries@suse.de>
7720
7721 * gdb.base/store.exp: Allow register variables to be optimized out at
7722 -O0.
7723
7724 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7725
7726 * gdb.ada/rdv_wait.exp: Update to new task names.
7727 * gdb.base/task_switch_in_core.exp: Likewise.
7728 * gdb.base/info_sources_base.c: Likewise.
7729
7730 2019-09-10 Tom Tromey <tromey@adacore.com>
7731
7732 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7733
7734 2019-09-10 Tom Tromey <tromey@adacore.com>
7735
7736 * gdb.ada/dgopt.exp: New file.
7737 * gdb.ada/dgopt/x.adb: New file.
7738
7739 2019-09-08 Tom Tromey <tom@tromey.com>
7740
7741 * gdb.tui/resize.exp: Remove setup_xfail.
7742 * gdb.tui/regs.exp: Remove setup_xfail.
7743 * gdb.tui/basic.exp: Remove setup_xfail.
7744
7745 2019-09-06 David Blaikie <dblaikie@gmail.com>
7746
7747 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7748 * gdb.cp/cplabel.exp: Ditto.
7749 * gdb.linespec/ls-errs.exp: Ditto.
7750
7751 2019-09-05 Tom de Vries <tdevries@suse.de>
7752
7753 * lib/gdb.exp (cmp_file_string): New proc.
7754 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7755 runto_main. Verify save breakpoints output.
7756
7757 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7758
7759 * gdb.base/info-var.exp: Test info variables without running
7760 to main, to avoid expect's buffer overflow.
7761
7762 2019-09-03 Tom Tromey <tromey@adacore.com>
7763
7764 * gdb.ada/bias.exp: New file.
7765 * gdb.ada/bias/bias.adb: New file.
7766 * gdb.ada/print_chars.exp: Add regression test.
7767 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7768 (MC): New variable.
7769
7770 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7771
7772 * gdb.base/argv0-symlink.exp: Run only on native target
7773 and local host.
7774
7775 2019-08-29 Tom de Vries <tdevries@suse.de>
7776
7777 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7778 diverse debug info.
7779 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7780
7781 2019-08-28 Tom de Vries <tdevries@suse.de>
7782
7783 * gdb.base/info-var.exp: Allow info variables to print info for files
7784 other than info-var-f1.c and info-var-f2.c.
7785
7786 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7787
7788 * gdb.fortran/info-types.exp: Add module.
7789 * gdb.fortran/info-types.f90: Update expected results.
7790
7791 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7792
7793 * gdb.fortran/info-types.exp: New file.
7794 * gdb.fortran/info-types.f90: New file.
7795 * lib/fortran.exp (fortran_character1): New proc.
7796
7797 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7798
7799 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7800 functions'. Reindent as needed.
7801 * gdb.base/info-var-f1.c: New file.
7802 * gdb.base/info-var-f2.c: New file.
7803 * gdb.base/info-var.exp: New file.
7804 * gdb.base/info-var.h: New file.
7805
7806 2019-08-26 Tom de Vries <tdevries@suse.de>
7807
7808 PR c++/24852
7809 * gdb.cp/no-libstdcxx-probe.exp: New test.
7810
7811 2019-08-26 Tom de Vries <tdevries@suse.de>
7812
7813 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7814 * tests need to be skipped.
7815 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7816 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7817 mi_skip_libstdcxx_probe_tests.
7818
7819 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7820
7821 * gdb.python/py-xmethods.exp: Use raw strings when passing
7822 arguments to SimpleXMethodMatcher.
7823
7824 2019-08-22 Tom de Vries <tdevries@suse.de>
7825
7826 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7827 more informative.
7828
7829 2019-08-21 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.base/with.exp: Test "with" with no arguments.
7832
7833 2019-08-21 Tom de Vries <tdevries@suse.de>
7834
7835 * gdb.base/gdb-caching-proc.exp: Sort files.
7836
7837 2019-08-20 Tom de Vries <tdevries@suse.de>
7838
7839 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7840 compilation.
7841
7842 2019-08-16 Tom de Vries <tdevries@suse.de>
7843
7844 * gdb.base/compare-sections.exp ("after run to main"): Allow
7845 mismatched read-only sections for PIE executables.
7846
7847 2019-08-16 Tom Tromey <tom@tromey.com>
7848
7849 * lib/tuiterm.exp (_csi_Z): New proc.
7850 * gdb.tui/basic.exp: Update window positions.
7851 * gdb.tui/empty.exp: Update window positions.
7852
7853 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7854
7855 * gdb.base/examine-backward.exp: Correct regexp for
7856 "examine 3 bytes backward from ${address_zero}".
7857
7858 2019-08-15 Tom Tromey <tom@tromey.com>
7859
7860 * gdb.tui/empty.exp: Enable resizing tests.
7861
7862 2019-08-15 Tom Tromey <tromey@adacore.com>
7863
7864 * gdb.ada/char_enum.exp: Add regression tests.
7865 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7866 and '0'.
7867 (Char, Gchar): Update.
7868 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7869
7870 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7871
7872 * gdb.python/python.exp: Expect a leading underscore on
7873 GdbOutput{,Error}File.
7874
7875 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7876
7877 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7878 Windows host.
7879
7880 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7881
7882 * gdb.base/batch-preserve-term-settings.exp
7883 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7884
7885 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7886
7887 * lib/gdb.exp: When running on a mingw target, replace
7888 /x/ with x:/.
7889
7890 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7891
7892 * gdb.arch/aarch64-prologue.c: New test.
7893 * gdb.arch/aarch64-prologue.exp: New file.
7894
7895 2019-08-13 Tom de Vries <tdevries@suse.de>
7896
7897 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7898 Thread.
7899
7900 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7901
7902 * gdb.python/py-completion.exp: Download the .py file to the host
7903 and use its host pathname. Conditionalize tests that use
7904 tab completion and manipulate files on the build machine.
7905 * gdb.python/py-events.exp: Download the .py file to the host
7906 and use its host pathname.
7907 * gdb.python/py-evsignal.exp: Likewise.
7908 * gdb.python/py-evthreads.exp: Likewise.
7909 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7910 pathname syntax.
7911 * gdb.python/py-framefilter.exp: Download the .py file to the right
7912 place on the host. Match Windows pathname syntax.
7913 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7914 .py file to the host and use its host pathname.
7915 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7916 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7917 build pathname. Skip symlink test on Windows host. Add missing
7918 newline at end of file.
7919 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7920 and use its host pathname.
7921 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7922 * gdb.python/py-section-script.exp: Use host location of binfile
7923 on safe-path. Use correct path separator on Windows host.
7924 Reorder alternatives in gdb_test_multiple to prevent matching
7925 the wrong alternative on success.
7926 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7927
7928 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7929
7930 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7931 expect the GDB inferior to no longer immediately stop after
7932 being resumed with "signal SIGINT".
7933
7934 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7935
7936 * gdb.linespec/break-ask.exp: Generalize regexps to match
7937 Windows pathnames too.
7938
7939 2019-08-08 Tom de Vries <tdevries@suse.de>
7940
7941 PR testsuite/24862
7942 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7943
7944 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7945
7946 * gdb.base/style.exp: Update tests for help doc new invariants.
7947 * gdb.base/help.exp: Likewise.
7948
7949 2019-08-06 Tom Tromey <tom@tromey.com>
7950
7951 * gdb.base/style.exp: Add disassemble test.
7952 * gdb.base/style.c (some_called_function): New function.
7953 (main): Use it.
7954
7955 2019-08-05 Christian Biesinger <cbiesinger@google.com>
7956
7957 * gdb.python/py-block.exp: Test dictionary access on blocks.
7958
7959 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
7960
7961 PR gdb/24863
7962 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7963 -list-thread-groups --available test when running under
7964 check-read1.
7965
7966 2019-08-05 Tom de Vries <tdevries@suse.de>
7967
7968 PR testsuite/24863
7969 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7970 * gdb.base/help.exp: Use with_read1_timeout_factor.
7971 * gdb.base/info-macros.exp: Same.
7972 * gdb.cp/nested-types.exp: Same.
7973
7974 2019-08-05 Tom de Vries <tdevries@suse.de>
7975
7976 * lib/gdb.exp (version_at_least): Factor out of ...
7977 (tcl_version_at_least): ... here.
7978 (gdb_compile): Fail if pie results in non-PIE executable.
7979 (readelf_version, readelf_prints_pie): New proc.
7980 (exec_is_pie): Return -1 if unknown.
7981
7982 2019-08-05 Tom de Vries <tdevries@suse.de>
7983
7984 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7985
7986 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7987
7988 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7989
7990 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7991
7992 * lib/completion-support.exp (test_gdb_complete_none): Skip
7993 tab completion tests if no readline support.
7994 (test_gdb_complete_unique_re): Likewise.
7995 (test_gdb_complete_multiple): Likewise.
7996
7997 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7998
7999 * gdb.base/info_sources.exp: New file.
8000 * gdb.base/info_sources.c: New file.
8001 * gdb.base/info_sources_base.c: New file.
8002
8003 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8004
8005 * gdb.base/batch-exit-status.exp: Call test_exit_status with
8006 prefix argument.
8007 (test_exit_status): Add prefix argument.
8008
8009 2019-08-01 Tom de Vries <tdevries@suse.de>
8010
8011 PR testsuite/24863
8012 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
8013 calling exp_continue for new thread and thread exited messages.
8014
8015 2019-08-01 Tom de Vries <tdevries@suse.de>
8016
8017 PR testsuite/24863
8018 * gdb.base/structs.exp: Fix check-read1 timeout using
8019 gdb_test_sequence.
8020 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
8021
8022 2019-08-01 Tom de Vries <tdevries@suse.de>
8023
8024 PR testsuite/24863
8025 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
8026 line.
8027
8028 2019-08-01 Tom de Vries <tdevries@suse.de>
8029
8030 PR testsuite/24863
8031 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
8032
8033 2019-07-30 Tom Tromey <tromey@adacore.com>
8034
8035 * gdb.ada/display_nested.exp: New file.
8036 * gdb.ada/display_nested/foo.adb: New file.
8037 * gdb.ada/display_nested/pack.adb: New file.
8038 * gdb.ada/display_nested/pack.ads: New file.
8039
8040 2019-07-30 Christian Biesinger <cbiesinger@google.com>
8041
8042 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
8043 namespace.
8044 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
8045
8046 2019-07-30 Tom de Vries <tdevries@suse.de>
8047
8048 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
8049 instead.
8050
8051 2019-07-30 Tom de Vries <tdevries@suse.de>
8052
8053 PR testsuite/24834
8054 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
8055 (exec_is_pie): New proc.
8056
8057 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8058
8059 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
8060
8061 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8062
8063 * gdb.python/py-objfile.c: Add global and static vars.
8064 * gdb.python/py-objfile.exp: Test new functions Objfile.
8065 lookup_global_symbol and lookup_static_symbol.
8066
8067 2019-07-29 Tom Tromey <tom@tromey.com>
8068
8069 * lib/tuiterm.exp (Term::_csi_@): New proc.
8070 (Term::_csi_X): Don't move cursor.
8071
8072 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8073
8074 * gdb.base/options.exp: Update backtrace - completion to
8075 new option -frame-info.
8076 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
8077 Test new 'set print frame-info'. Test backtrace -frame-info
8078 overriding 'set print frame-info'.
8079 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
8080 Test new 'set print frame-info'.
8081 Verify consistency of backtrace with and without filters, with and
8082 without -no-filters.
8083 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
8084 default.
8085
8086 2019-07-29 Tom de Vries <tdevries@suse.de>
8087
8088 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
8089 no arguments".
8090
8091 2019-07-29 Tom de Vries <tdevries@suse.de>
8092
8093 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
8094 is a substring of the first for "complete non-unique file name".
8095
8096 2019-07-29 Tom de Vries <tdevries@suse.de>
8097
8098 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
8099 with ".*".
8100
8101 2019-07-29 Tom de Vries <tdevries@suse.de>
8102
8103 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
8104 Pass prompt_regexp parameter to gdb_test_multiple calls.
8105
8106 2019-07-29 Tom de Vries <tdevries@suse.de>
8107
8108 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
8109 print registers" regexps.
8110
8111 2019-07-29 Tom de Vries <tdevries@suse.de>
8112
8113 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
8114
8115 2019-07-29 Tom de Vries <tdevries@suse.de>
8116
8117 PR gdb/24855
8118 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
8119 (skip_python_tests_prompt): Add prompt_regexp argument to
8120 gdb_test_multiple calls.
8121
8122 2019-07-27 Tom Tromey <tom@tromey.com>
8123
8124 * gdb.tui/main.exp: New file.
8125
8126 2019-07-27 Tom Tromey <tom@tromey.com>
8127
8128 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
8129 optional.
8130 * gdb.tui/empty.exp: New file.
8131
8132 2019-07-27 Tom Tromey <tom@tromey.com>
8133
8134 * lib/tuiterm.exp (spawn): New proc.
8135 (Term::resize): New proc.
8136 * gdb.tui/resize.exp: New file.
8137
8138 2019-07-27 Tom Tromey <tom@tromey.com>
8139
8140 * gdb.tui/list.exp: New file.
8141
8142 2019-07-27 Tom Tromey <tom@tromey.com>
8143
8144 * gdb.tui/regs.exp: New file.
8145
8146 2019-07-27 Tom Tromey <tom@tromey.com>
8147
8148 * gdb.tui/basic.exp: Add "layout split" test.
8149
8150 2019-07-27 Tom Tromey <tom@tromey.com>
8151
8152 * gdb.tui/basic.exp: Add "layout asm" test.
8153
8154 2019-07-27 Tom Tromey <tom@tromey.com>
8155
8156 * lib/tuiterm.exp: New file.
8157 * gdb.tui/basic.exp: New file.
8158
8159 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8160
8161 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
8162 Enable tests associated with this flag. Adjust regex
8163 referencing "foo_low" to now refer to "foo_cold" instead.
8164
8165 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8166
8167 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
8168 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
8169 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
8170 foo_cold. Revise comments to match.
8171 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
8172 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
8173 were wrapped into this proc; Call do_test in loop from outermost
8174 level.
8175 (foo_low): Rename all occurrences to "foo_cold".
8176 (backtrace from baz): New test.
8177 (x2/i foo_cold): New test.
8178 (info line *foo_cold): New test.
8179
8180 2019-07-26 Tom de Vries <tdevries@suse.de>
8181
8182 * gdb.arch/i386-pkru.exp: Fix unterminated string.
8183
8184 2019-07-25 Tom de Vries <tdevries@suse.de>
8185
8186 PR testsuite/24830
8187 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
8188 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
8189 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
8190 (skip_libstdcxx_probe_tests): ... here.
8191 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
8192
8193 2019-07-24 Tom de Vries <tdevries@suse.de>
8194
8195 PR testsuite/24807
8196 * gdb.objc/basicclass.m: Include stdio.h.
8197 * gdb.objc/nondebug.m: Same.
8198 * gdb.objc/objcdecode.m: Same.
8199
8200 2019-07-24 Tom de Vries <tdevries@suse.de>
8201
8202 PR testsuite/24612
8203 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
8204 additional_flags.
8205
8206 2019-07-24 Tom de Vries <tdevries@suse.de>
8207
8208 PR testsuite/24831
8209 * gdb.multi/tids.exp: Update error messages for info threads.
8210
8211 2019-07-24 Tom de Vries <tdevries@suse.de>
8212
8213 * gdb.base/info-types.exp: Allow info types to print info for more than
8214 one file.
8215
8216 2019-07-23 Tom de Vries <tdevries@suse.de>
8217
8218 PR testsuite/24842
8219 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
8220 gdb_spawn_with_cmdline_opts.
8221
8222 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
8223
8224 * gdb.arch/arm-cmse-sgstubs.c: New test.
8225 * gdb.arch/arm-cmse-sgstubs.exp: New file.
8226
8227 2019-07-23 Tom de Vries <tdevries@suse.de>
8228
8229 PR testsuite/24711
8230 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
8231 issuing next command.
8232
8233 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8234
8235 * gdb.ada/info_auto_lang.exp: Update expected results.
8236 * gdb.base/info-types.c: Add additional types to check.
8237 * gdb.base/info-types.exp: Update expected results.
8238
8239 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8240
8241 * gdb.base/info-types.c: New file.
8242 * gdb.base/info-types.exp: New file.
8243
8244 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
8245
8246 * gdb.arch/riscv-bp-infcall.c: New file.
8247 * gdb.arch/riscv-bp-infcall.exp: New file.
8248
8249 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8250
8251 PR breakpoints/24541
8252 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
8253
8254 2019-07-14 Tom de Vries <tdevries@suse.de>
8255
8256 PR testsuite/24760
8257 * gdb.objc/basicclass.exp: Fix unterminated string.
8258
8259 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
8260 Andrew Burgess <andrew.burgess@embecosm.com>
8261
8262 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
8263 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
8264 negative bounds.
8265 * gdb.fortran/vla-value.exp: Print elements of an array with
8266 negative bounds.
8267 * gdb.fortran/vla.f90: Setup an array with negative bounds for
8268 testing.
8269
8270 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
8271
8272 * gdb.base/options.exp (expect_string): Dequote strings in
8273 results.
8274 (test-string): Test strings with different quoting and reindent.
8275
8276 2019-07-10 Tom Tromey <tromey@adacore.com>
8277
8278 * gdb.ada/mi_ex_cond.exp: Update expected results.
8279 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8280 * gdb.ada/mi_catch_ex.exp: Update expected results.
8281 * gdb.ada/mi_catch_assert.exp: Update expected results.
8282 * gdb.ada/catch_ex.exp (catch_exception_info)
8283 (catch_exception_entry, catch_assert_entry)
8284 (catch_unhandled_entry): Update.
8285 * gdb.ada/catch_assert_if.exp: Update expected results.
8286
8287 2019-07-10 Richard Bunt <richard.bunt@arm.com>
8288 Stephen Roberts <stephen.roberts@arm.com>
8289
8290 * gdb.base/define.exp: Restore original prompt.
8291
8292 2019-07-09 Pedro Alves <palves@redhat.com>
8293
8294 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8295 breakpoints" output.
8296 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8297 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8298 throw" creates breakpoint.
8299 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8300 'type="catchpoint"'.
8301
8302 2019-07-09 Pedro Alves <palves@redhat.com>
8303
8304 PR c++/15468
8305 * gdb.cp/except-multi-location-lib.cc: New.
8306 * gdb.cp/except-multi-location-main.cc: New.
8307 * gdb.cp/except-multi-location.exp: New.
8308
8309 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8310
8311 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8312 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8313 argument and update callers.
8314
8315 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8316
8317 * gdb.arch/amd64-break-on-asm-line.S: New file.
8318 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8319
8320 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8321
8322 * gdb.base/printcmds.exp: Test printing C string and
8323 C wide string convenience vars without transiting via the inferior.
8324 Also make test names unique.
8325
8326 2019-07-08 Alan Hayward <alan.hayward@arm.com>
8327
8328 PR breakpoints/25011
8329 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8330
8331 2019-07-04 Pedro Alves <palves@redhat.com>
8332
8333 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8334 body returned ok(0), break(3) or continue(4).
8335 * gdb.testsuite/foreach_with_prefix.exp: New file.
8336
8337 2019-07-04 Alan Hayward <alan.hayward@arm.com>
8338
8339 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8340
8341 2019-07-03 Pedro Alves <palves@redhat.com>
8342
8343 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8344 "return -code".
8345
8346 2019-07-03 Pedro Alves <palves@redhat.com>
8347
8348 PR cli/24732
8349 * gdb.base/shell.exp: Load completion-support.exp.
8350 Adjust expected error output. Add completion tests.
8351
8352 2019-07-03 Pedro Alves <palves@redhat.com>
8353
8354 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8355 string_to_regexp.
8356
8357 2019-07-03 Pedro Alves <palves@redhat.com>
8358
8359 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8360 (expect_integer): Adjust to expect "-string".
8361 (expect_string): New.
8362 (all_options): Expect "-string".
8363 (test-flag, test-boolean): Adjust to expect "-string".
8364 (test-string): New proc.
8365 (top level): Call it.
8366
8367 2019-07-03 Pedro Alves <palves@redhat.com>
8368
8369 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8370 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8371 the expected output in the success.
8372
8373 2019-07-03 Pedro Alves <palves@redhat.com>
8374
8375 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8376 Split one gdb_test_multiple call in two to avoid a race.
8377
8378 2019-07-03 Pedro Alves <palves@redhat.com>
8379
8380 * gdb.base/with.c: New file.
8381 * gdb.base/with.exp: New file.
8382
8383 2019-07-03 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.base/settings.exp: Replace all references to "maint
8386 test-settings set" with references to "maint set test-settings",
8387 and all references to "maint test-settings show" with references
8388 to "maint show test-settings".
8389
8390 2019-07-03 Pedro Alves <palves@redhat.com>
8391
8392 * gdb.base/settings.exp (test-string): Adjust expected out when
8393 testing "maint test-settings show filename"
8394
8395 2019-07-02 Pedro Alves <palves@redhat.com>
8396
8397 * gdb.base/options.exp (test-info-threads): New procedure.
8398 (top level): Call it.
8399
8400 2019-06-28 Tom Tromey <tromey@adacore.com>
8401
8402 * gdb.dwarf2/ada-linkage-name.c: New file.
8403 * gdb.dwarf2/ada-linkage-name.exp: New file.
8404
8405 2019-06-27 Tom Tromey <tromey@adacore.com>
8406
8407 PR c++/20020:
8408 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8409
8410 2019-06-26 Tom de Vries <tdevries@suse.de>
8411
8412 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8413
8414 2019-06-26 Tom de Vries <tdevries@suse.de>
8415
8416 * gdb.base/index-cache.exp: Add back missing debug option.
8417
8418 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8419
8420 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8421
8422 2019-06-25 Tom de Vries <tdevries@suse.de>
8423
8424 PR testsuite/24727
8425 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8426
8427 2019-06-24 Tom de Vries <tdevries@suse.de>
8428
8429 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8430
8431 2019-06-24 Tom de Vries <tdevries@suse.de>
8432
8433 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8434 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8435 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8436
8437 2019-06-24 Tom de Vries <tdevries@suse.de>
8438
8439 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8440
8441 2019-06-21 Tom de Vries <tdevries@suse.de>
8442
8443 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8444
8445 2019-06-21 Tom de Vries <tdevries@suse.de>
8446
8447 PR testsuite/24518
8448 PR ada/24713
8449 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8450 index.
8451
8452 2019-06-19 Tom Tromey <tromey@adacore.com>
8453
8454 * gdb.ada/length_cond.exp: Add intro comment.
8455
8456 2019-06-19 Tom Tromey <tromey@adacore.com>
8457
8458 * gdb.ada/length_cond.exp: New file.
8459 * gdb.ada/length_cond/length_cond.adb: New file.
8460 * gdb.ada/length_cond/pck.adb: New file.
8461 * gdb.ada/length_cond/pck.ads: New file.
8462
8463 2019-06-18 Tom de Vries <tdevries@suse.de>
8464
8465 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8466
8467 2019-06-18 Tom Tromey <tromey@adacore.com>
8468
8469 * gdb.base/list0.h: Add comment explaining control character.
8470
8471 2019-06-18 Tom de Vries <tdevries@suse.de>
8472
8473 * boards/fission.exp: Break up long debug_flags line.
8474
8475 2019-06-16 Tom de Vries <tdevries@suse.de>
8476
8477 PR gdb/24445
8478 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8479 generated index.
8480
8481 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8482
8483 PR gdb/24686
8484 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8485 improve detection of bug gdb/24541.
8486
8487 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8488
8489 PR gdb/24669
8490 * gdb.base/index-cache.exp (uses_readnow,
8491 expecting_index_cache_use): Define global variable.
8492 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8493 expecting_index_cache_use.
8494
8495 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8496 Andrew Burgess <andrew.burgess@embecosm.com>
8497
8498 * gdb.fortran/pointers.f90: New file.
8499 * gdb.fortran/print_type.exp: New file.
8500 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8501 * gdb.fortran/vla-type.exp: Likewise.
8502 * gdb.fortran/vla-value.exp: Likewise.
8503 * gdb.mi/mi-vla-fortran.exp: Likewise.
8504
8505 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8506
8507 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8508 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8509 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8510 as a stop reason.
8511
8512 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8513
8514 * gdb.base/annota1.exp: Update expected results.
8515 * gdb.cp/annota2.exp: Likewise.
8516 * gdb.cp/annota3.exp: Likewise.
8517
8518 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8519
8520 * gdb.base/style-logging.exp: Remove path from test name.
8521
8522 2019-06-14 Tom Tromey <tromey@adacore.com>
8523
8524 PR gdb/24502:
8525 * gdb.base/style-logging.exp: New file.
8526
8527 2019-06-14 Tom Tromey <tromey@adacore.com>
8528
8529 * gdb.base/symfile-warn.exp: New file.
8530 * gdb.base/symfile-warn.c: New file.
8531
8532 2019-06-14 Tom Tromey <tromey@adacore.com>
8533
8534 * gdb.base/annotate-symlink.exp: New file.
8535
8536 2019-06-14 Tom Tromey <tromey@adacore.com>
8537
8538 * gdb.ada/set_wstr.exp: Add reassignment test.
8539
8540 2019-06-14 Tom Tromey <tromey@adacore.com>
8541
8542 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8543 'unchecked_access and 'unrestricted_access as well.
8544
8545 2019-06-14 Tom Tromey <tromey@adacore.com>
8546
8547 PR ada/24539:
8548 * gdb.ada/vla.exp: Update tests.
8549 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8550 pragma.
8551
8552 2019-06-13 Pedro Alves <palves@redhat.com>
8553
8554 * gdb.base/settings.exp (test-integer): Test junk after
8555 "unlimited".
8556
8557 2019-06-13 Pedro Alves <palves@redhat.com>
8558
8559 * gdb.base/options.exp (test-thread-apply): New.
8560 (top level): Call it.
8561
8562 2019-06-13 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.base/options.exp (test-frame-apply): New.
8565 (top level): Test print commands with different "frame apply"
8566 prefixes.
8567
8568 2019-06-13 Pedro Alves <palves@redhat.com>
8569
8570 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8571 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8572 'max_completions' parameter and handle it.
8573 (test_gdb_completion_offers_commands): New.
8574
8575 2019-06-13 Pedro Alves <palves@redhat.com>
8576
8577 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8578
8579 2019-06-13 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.base/options.exp (test-backtrace): New.
8582 (top level): Call it.
8583
8584 2019-06-13 Pedro Alves <palves@redhat.com>
8585
8586 * gdb.guile/scm-frame-args.exp: Use "set print
8587 raw-frame-arguments" instead of "set print raw frame-arguments".
8588 * gdb.python/py-frame-args.exp: Likewise.
8589
8590 2019-06-13 Pedro Alves <palves@redhat.com>
8591
8592 * gdb.compile/compile.exp: Adjust expected output to option
8593 processing changes.
8594
8595 2019-06-13 Pedro Alves <palves@redhat.com>
8596
8597 * gdb.base/options.exp: Build executable.
8598 (test-print): New procedure.
8599 (top level): Call it, once for "print" and another for "compile
8600 print".
8601
8602 2019-06-13 Pedro Alves <palves@redhat.com>
8603
8604 * gdb.base/options.c: New file.
8605 * gdb.base/options.exp: New file.
8606
8607 2019-06-13 Pedro Alves <palves@redhat.com>
8608
8609 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8610 that "o" is ambiguous.
8611
8612 2019-06-13 Pedro Alves <palves@redhat.com>
8613
8614 * gdb.base/settings.c: New file.
8615 * gdb.base/settings.exp: New file.
8616
8617 2019-06-13 Pedro Alves <palves@redhat.com>
8618
8619 * gdb.base/completion.exp: Fix comment typo.
8620
8621 2019-06-13 Pedro Alves <palves@redhat.com>
8622
8623 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8624 foo --1" test.
8625
8626 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8627
8628 * gdb.fortran/block-data.f: New.
8629 * gdb.fortran/block-data.exp: New.
8630
8631 2019-06-11 Tom de Vries <tdevries@suse.de>
8632
8633 PR testsuite/24521
8634 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8635 message.
8636
8637 2019-06-11 Tom de Vries <tdevries@suse.de>
8638
8639 PR testsuite/24521
8640 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8641
8642 2019-06-11 Tom de Vries <tdevries@suse.de>
8643
8644 * boards/readnow.exp: New file.
8645
8646 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8647
8648 * gdb.fortran/vla-sizeof.exp: Update expected results.
8649
8650 2019-06-06 Amos Bird <amosbird@gmail.com>
8651
8652 * gdb.base/annota1.exp (thread_switch): Add test for
8653 thread-exited annotation.
8654
8655 2019-06-06 Tom Tromey <tromey@adacore.com>
8656
8657 * gdb.base/maint.exp: Expect command started/finished output.
8658
8659 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8660
8661 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8662 comment.
8663 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8664
8665 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8666
8667 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8668 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8669 * gdb.arch/riscv-unwind-long-insn.c: New file.
8670 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8671
8672 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8673
8674 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8675
8676 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8677
8678 * lib/gdb.exp (help_list_trailer): New regexp variable
8679 factorizing the help trailer message.
8680 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8681 arg to allow to better factorize various tests.
8682 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8683 (test_prefix_command_help): Use help_list_trailer.
8684 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8685 * gdb.guile/scm-cmd.exp: Likewise.
8686 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8687 * gdb.base/help.exp: Use test_user_defined_class_help.
8688 * gdb.base/style.exp: Add tests for styling of help and apropos.
8689 * lib/gdb-utils.exp (style): Add title and highlight styles.
8690
8691 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8692
8693 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8694 $_shell_exitsignal.
8695 * gdb.base/default.exp: Update for new convenience variables.
8696
8697 2019-05-29 Tom Tromey <tromey@adacore.com>
8698
8699 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8700 to "break complete ada" test case's regexp.
8701
8702 2019-05-29 Tom Tromey <tromey@adacore.com>
8703
8704 PR c++/20020:
8705 * gdb.cp/constexpr-field.exp: New file.
8706 * gdb.cp/constexpr-field.cc: New file.
8707
8708 2019-05-29 Tom Tromey <tromey@adacore.com>
8709
8710 * gdb.base/finish.exp (finish_no_print): New proc.
8711 (finish_tests): Call it.
8712
8713 2019-05-24 Tom de Vries <tdevries@suse.de>
8714
8715 * gdb.dwarf2/gdb-add-index.exp: New file.
8716
8717 2019-05-22 Tom Tromey <tromey@adacore.com>
8718
8719 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8720 * gdb.base/style.exp: Use "style".
8721 * lib/gdb-utils.exp (style): New proc.
8722
8723 2019-05-22 Tom de Vries <tdevries@suse.de>
8724
8725 * gdb.base/align.exp: Require c++11.
8726
8727 2019-05-22 Tom de Vries <tdevries@suse.de>
8728
8729 PR testsuite/24586
8730 * gdb.python/py-mi-var-info-path-expression.exp: Call
8731 mi_skip_python_tests to check if python is supported.
8732
8733 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8734
8735 * gdb.arch/aarch64-pauth.c: New test.
8736 * gdb.arch/aarch64-pauth.exp: New file.
8737
8738 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8739
8740 * README (Re-running Tests Outside The Testsuite): New section.
8741
8742 2019-05-21 Tom de Vries <tdevries@suse.de>
8743
8744 * gdb.arch/amd64-eval.exp: Require c++11.
8745 * gdb.base/max-depth.exp: Same.
8746 * gdb.compile/compile-cplus-array-decay.exp: Same.
8747 * gdb.cp/meth-typedefs.exp: Same.
8748 * gdb.cp/subtypes.exp: Same.
8749 * gdb.cp/temargs.exp: Same.
8750
8751 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8752
8753 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8754
8755 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8756
8757 PR gdb/18644
8758 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8759 * gdb.fortran/printing-types.exp: Add new test.
8760 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8761 testing.
8762 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8763 setup_kfail call.
8764
8765 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8766
8767 * README (Running the Testsuite): Change example.
8768 (Testsuite Parameters): Remove TRANSCRIPT.
8769 * lib/gdb.exp: Remove TRANSCRIPT check.
8770
8771 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8772
8773 * README (Testsuite Parameters): Add replay logging to
8774 GDBSERVER_DEBUG.
8775 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8776 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8777 as a comma separated list.
8778 (gdb_debug_init): Override procedure.
8779
8780 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8781
8782 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8783 (gdb_write_cmd_file): New procedure.
8784 * lib/gdbserver-support.exp (gdbserver_start): Call
8785 gdbserver_write_cmd_file.
8786 (gdbserver_write_cmd_file): New procedure.
8787
8788 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8789
8790 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8791 (delete_breakpoints): Likewise.
8792 (gdb_run_cmd): Likewise.
8793 (gdb_start_cmd): Likewise.
8794 (gdb_starti_cmd): Likewise.
8795 (gdb_internal_error_resync): Likewise.
8796 (gdb_test_multiple): Likewise.
8797 (gdb_reinitialize_dir): Likewise.
8798 (default_gdb_exit): Likewise.
8799 (gdb_file_cmd): Mark kill as optional.
8800 (default_gdb_start): Call gdb_stdin_log_init.
8801 (send_gdb): Call gdb_stdin_log_write.
8802 (rerun_to_main): Mark Y as an answer.
8803 (gdb_stdin_log_init): New function.
8804 (gdb_stdin_log_write): Likewise.
8805
8806 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8807
8808 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8809 * gdb.base/debug-expr.exp: Likewise.
8810 * gdb.base/foll-fork.exp: Likewise.
8811 * gdb.base/foll-vfork.exp: Likewise.
8812 * gdb.base/fork-print-inferior-events.exp: Likewise.
8813 * gdb.base/gdb-sigterm.exp: Likewise.
8814 * gdb.base/gdbinit-history.exp: Likewise.
8815 * gdb.base/osabi.exp: Likewise.
8816 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8817 * gdb.base/ui-redirect.exp: Likewise.
8818 * gdb.gdb/unittest.exp: Likewise.
8819 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8820 * gdb.mi/mi-watch.exp: Likewise.
8821 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8822 * gdb.mi/user-selected-context-sync.exp: Likewise.
8823 * gdb.python/python.exp: Disable debug test when debugging.
8824 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8825 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8826 Likewise.
8827 * gdb.threads/stepi-random-signal.exp: Likewise.
8828
8829 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8830
8831 * Makefile.in: Pass through GDB_DEBUG.
8832 * README (Testsuite Parameters): Add GDB_DEBUG.
8833 (gdb,debug): Add board setting.
8834 * lib/gdb.exp (default_gdb_start): Start debugging.
8835 (gdb_debug_enabled): New procedure.
8836 (gdb_debug_init): Likewise.
8837
8838 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8839
8840 * Makefile.in: Pass through GDB_DEBUG.
8841 * README (Testsuite Parameters): Add GDB_DEBUG.
8842 (gdb,debug): Add board setting.
8843 * lib/gdb.exp (default_gdb_start): Start debugging.
8844 (gdb_debug_enabled): New procedure.
8845 (gdb_debug_init): Likewise.
8846
8847 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8848
8849 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8850
8851 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8852
8853 * gdb.base/ui-redirect.exp: Test redirection.
8854
8855 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8856
8857 * gdb.mi/mi-complete.exp: New file.
8858 * gdb.mi/mi-complete.cc: Likewise.
8859
8860 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8861
8862 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8863 indexed and sliced arrays, and pointers to arrays.
8864
8865 2019-05-14 Tom Tromey <tromey@adacore.com>
8866
8867 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8868 styling test.
8869
8870 2019-05-14 Tom de Vries <tdevries@suse.de>
8871
8872 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8873 selection entry encoding.
8874
8875 2019-05-10 Tom Tromey <tromey@adacore.com>
8876
8877 * gdb.ada/info_exc.exp: Add "complete" test.
8878
8879 2019-05-09 Tom de Vries <tdevries@suse.de>
8880
8881 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8882 CU-relative.
8883
8884 2019-05-09 Tom de Vries <tdevries@suse.de>
8885
8886 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8887 CU-relative.
8888
8889 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8890
8891 * gdb.ada/frame_arg_lang.exp: New testcase.
8892 * gdb.ada/frame_arg_lang/bla.adb: New file.
8893 * gdb.ada/frame_arg_lang/pck.ads: New file.
8894 * gdb.ada/frame_arg_lang/pck.adb: New file.
8895 * gdb.ada/frame_arg_lang/foo.c: New file.
8896
8897 2019-05-08 Tom Tromey <tromey@adacore.com>
8898
8899 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8900
8901 2019-05-08 Tom Tromey <tromey@adacore.com>
8902
8903 * gdb.base/ptype-offsets.exp: Update tests.
8904
8905 2019-05-08 Tom Tromey <tromey@adacore.com>
8906
8907 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8908 cases.
8909 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8910 "short".
8911
8912 2019-05-08 Tom Tromey <tromey@adacore.com>
8913
8914 * gdb.ada/vla.exp: New file.
8915 * gdb.ada/vla/vla.adb: New file.
8916
8917 2019-05-07 Tom de Vries <tdevries@suse.de>
8918
8919 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8920
8921 2019-05-07 Tom de Vries <tdevries@suse.de>
8922
8923 PR testsuite/24522
8924 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8925 section.
8926
8927 2019-05-07 Tom de Vries <tdevries@suse.de>
8928
8929 PR testsuite/24522
8930 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8931 .debug_aranges section.
8932
8933 2019-05-07 Tom de Vries <tdevries@suse.de>
8934
8935 PR testsuite/24159
8936 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8937
8938 2019-05-06 Tom de Vries <tdevries@suse.de>
8939
8940 * lib/gdb.exp (exec_has_index_section): New proc.
8941 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8942 section.
8943
8944 2019-05-04 Tom de Vries <tdevries@suse.de>
8945
8946 * boards/cc-with-debug-names.exp: New file.
8947
8948 2019-05-03 Tom Tromey <tromey@adacore.com>
8949
8950 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8951 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8952 * gdb.ada/char_enum.exp: Add test.
8953
8954 2019-05-03 Tom de Vries <tdevries@suse.de>
8955
8956 * boards/cc-with-gdb-index.exp: New file.
8957
8958 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8959
8960 * gdb.rust/simple.exp: Add new test case.
8961 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8962 (main): Initialise an instance of the new struct.
8963
8964 2019-05-01 Tom Tromey <tromey@adacore.com>
8965
8966 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8967 record.
8968 (NPR): New variable.
8969 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8970 test.
8971
8972 2019-05-01 Tom Tromey <tromey@adacore.com>
8973
8974 * gdb.ada/packed_array_assign.exp: Add packed assignment
8975 regression test.
8976
8977 2019-05-01 Tom de Vries <tdevries@suse.de>
8978
8979 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8980
8981 2019-05-01 Tom de Vries <tdevries@suse.de>
8982
8983 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8984
8985 2019-04-30 Ali Tamur <tamur@google.com>
8986
8987 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8988
8989 2019-04-30 Tom Tromey <tromey@adacore.com>
8990
8991 * lib/ada.exp (find_ada_tool): New proc.
8992 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8993 * gdb.ada/catch_ex_std.exp: New file.
8994 * gdb.ada/catch_ex_std/foo.adb: New file.
8995 * gdb.ada/catch_ex_std/some_package.adb: New file.
8996 * gdb.ada/catch_ex_std/some_package.ads: New file.
8997
8998 2019-04-30 Tom Tromey <tromey@adacore.com>
8999
9000 PR c++/24470:
9001 * gdb.cp/temargs.cc: Add test code from PR.
9002
9003 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9004
9005 * gdb.fortran/vla-datatypes.exp: Update expected results.
9006 * gdb.fortran/vla-ptype.exp: Likewise.
9007 * gdb.fortran/vla-type.exp: Likewise.
9008 * gdb.fortran/vla-value.exp: Likewise.
9009
9010 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9011
9012 * gdb.fortran/ptr-indentation.exp: Update expected results.
9013 * gdb.fortran/ptype-on-functions.exp: Likewise.
9014 * gdb.fortran/vla-ptr-info.exp: Likewise.
9015 * gdb.fortran/vla-value.exp: Likewise.
9016
9017 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9018
9019 * gdb.fortran/ptype-on-functions.exp: New file.
9020 * gdb.fortran/ptype-on-functions.f90: New file.
9021
9022 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9023
9024 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
9025 case void string.
9026
9027 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9028
9029 * gdb.fortran/complex.exp: Expand.
9030 * gdb.fortran/complex.f: Renamed to...
9031 * gdb.fortran/complex.f90: ...this, and extended to add more
9032 complex values.
9033
9034 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9035
9036 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
9037 MODULO, CMPLX.
9038
9039 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9040 Richard Bunt <richard.bunt@arm.com>
9041
9042 * gdb.base/max-depth.c: New file.
9043 * gdb.base/max-depth.exp: New file.
9044 * gdb.python/py-nested-maps.c: New file.
9045 * gdb.python/py-nested-maps.exp: New file.
9046 * gdb.python/py-nested-maps.py: New file.
9047 * gdb.python/py-format-string.exp (test_max_depth): New proc.
9048 (test_all_common): Call test_max_depth.
9049 * gdb.fortran/max-depth.exp: New file.
9050 * gdb.fortran/max-depth.f90: New file.
9051 * gdb.go/max-depth.exp: New file.
9052 * gdb.go/max-depth.go: New file.
9053 * gdb.modula2/max-depth.exp: New file.
9054 * gdb.modula2/max-depth.c: New file.
9055 * lib/gdb.exp (get_print_expr_at_depths): New proc.
9056
9057 2019-04-29 Tom de Vries <tdevries@suse.de>
9058
9059 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
9060
9061 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9062
9063 * gdb.base/callexit.exp: Test may-call-functions off.
9064
9065 2019-04-25 Keith Seitz <keiths@redhat.com>
9066
9067 PR c++/24367
9068 * gdb.cp/meth-typedefs.cc (incomplete_struct)
9069 (another_incomplete_struct, test_incomplete): New definitions.
9070 (main): Use new definitions.
9071 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
9072 functions.
9073
9074 2019-04-25 Ali Tamur <tamur@google.com>
9075
9076 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9077
9078 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9079
9080 PR corefiles/11608
9081 PR corefiles/18187
9082 * gdb.base/coredump-filter-build-id.exp: New file.
9083
9084 2019-04-25 Alan Hayward <alan.hayward@arm.com>
9085
9086 * Makefile.in: Pass through GDBSERVER_DEBUG.
9087 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
9088 (gdbserver,debug): Add board setting.
9089 * gdb.trace/tspeed.exp: Skip when debugging.
9090 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
9091 * lib/gdbserver-support.exp: Likewise
9092
9093 2019-04-24 Tom Tromey <tromey@adacore.com>
9094
9095 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
9096 Rust.
9097
9098 2019-04-24 Tom Tromey <tromey@adacore.com>
9099
9100 * gdb.arch/amd64-eval.exp: Test bitfield return.
9101 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
9102 (class Foo) <return_bitfields>: New method.
9103 (main): Call it.
9104
9105 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9106
9107 * gdb.cp/many-args.cc: New file.
9108 * gdb.cp/many-args.exp: New file.
9109
9110 2019-04-23 Tom de Vries <tdevries@suse.de>
9111
9112 PR gdb/24433
9113 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
9114
9115 2019-04-23 Alan Hayward <alan.hayward@arm.com>
9116
9117 * gdb.trace/backtrace.exp: Use nopie flag.
9118 * gdb.trace/circ.exp: Likewise.
9119 * gdb.trace/collection.exp: Likewise.
9120 * gdb.trace/ftrace.exp: Likewise.
9121 * gdb.trace/mi-trace-unavailable.exp: Likewise.
9122 * gdb.trace/mi-traceframe-changed.exp: Likewise.
9123 * gdb.trace/qtro.exp: Likewise.
9124 * gdb.trace/read-memory.exp: Likewise.
9125 * gdb.trace/report.exp: Likewise.
9126 * gdb.trace/tfile.exp: Likewise.
9127 * gdb.trace/tfind.exp: Likewise.
9128 * gdb.trace/unavailable.exp: Likewise.
9129
9130 2019-04-22 Pedro Alves <palves@redhat.com>
9131
9132 * gdb.base/solib-probes-nosharedlibrary.c,
9133 gdb.base/solib-probes-nosharedlibrary.exp: New files.
9134
9135 2019-04-19 Tom Tromey <tromey@adacore.com>
9136
9137 * gdb.ada/ptype_union.c: New file.
9138 * gdb.ada/ptype_union.exp: New file.
9139
9140 2019-04-19 Tom Tromey <tromey@adacore.com>
9141
9142 PR symtab/24423:
9143 * gdb.base/list0.h (foo): Add a control-l character.
9144
9145 2019-04-18 Tom de Vries <tdevries@suse.de>
9146
9147 PR gdb/24433
9148 * boards/local-board.exp: Set sysroot to "".
9149
9150 2019-04-18 Tom de Vries <tdevries@suse.de>
9151 Pedro Alves <palves@redhat.com>
9152
9153 PR gdb/24454
9154 * gdb.threads/vfork-follow-child-exec.c: New file.
9155 * gdb.threads/vfork-follow-child-exec.exp: New file.
9156 * gdb.threads/vfork-follow-child-exit.c: New file.
9157 * gdb.threads/vfork-follow-child-exit.exp: New file.
9158
9159 2019-04-15 Leszek Swirski <leszeks@google.com>
9160
9161 * gdb.arch/amd64-eval.cc: New file.
9162 * gdb.arch/amd64-eval.exp: New file.
9163
9164 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9165
9166 * gdb.server/sysroot.c: New test.
9167 * gdb.server/sysroot.exp: New file.
9168 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
9169 matching param.
9170
9171 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9172
9173 * gdb.base/align.exp: Extend test to cover structures containing
9174 only static fields.
9175
9176 2019-04-11 Tom de Vries <tdevries@suse.de>
9177
9178 * boards/cc-with-dwz-m.exp: New file.
9179 * boards/cc-with-dwz.exp: New file.
9180 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
9181
9182 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9183
9184 * gdb.base/start-cpp.exp: New file.
9185 * gdb.base/start-cpp.cc: New file.
9186
9187 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9188
9189 * gdb.python/py-thrhandle.exp: Adjust tests to call
9190 thread_from_handle instead of thread_from_thread_handle.
9191
9192 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9193
9194 * gdb.python/py-thrhandle.exp: Add tests for
9195 gdb.InferiorThread.handle.
9196
9197 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9198
9199 * gdb.python/py-function.exp: Check calling helper function from
9200 all languages.
9201 * lib/gdb.exp (gdb_supported_languages): New proc.
9202
9203 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9204
9205 * gdb.base/complex-parts.c: New file.
9206 * gdb.base/complex-parts.exp: New file.
9207
9208 2019-04-01 Tom Tromey <tromey@adacore.com>
9209
9210 PR symtab/23331:
9211 * gdb.dwarf2/dw2-ranges-main.c: New file.
9212 * gdb.dwarf2/dw2-ranges-psym.c: New file.
9213 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
9214
9215 2019-03-30 Simon Marchi <simark@simark.ca>
9216
9217 * gdb.base/default.exp: Add values for $_gdb_major and
9218 $_gdb_minor.
9219
9220 2019-03-29 Tom Tromey <tromey@adacore.com>
9221
9222 * gdb.base/help.exp: Tighten apropos regexp.
9223
9224 2019-03-29 Keith Seitz <keiths@redhat.com>
9225
9226 * gdb.fortran/array-bounds.exp: New file.
9227 * gdb.fortran/array-bounds.f90: New file.
9228
9229 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9230
9231 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
9232
9233 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9234
9235 * gdb.multi/hello.c (main): Increase alarm timer.
9236
9237 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9238
9239 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
9240 factor when no hardware watchpoint support.
9241
9242 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9243 Pedro Alves <palves@redhat.com>
9244
9245 * boards/local-board.exp: set sysroot to /.
9246
9247 2019-03-27 Alan Hayward <alan.hayward@arm.com>
9248
9249 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
9250 in child.
9251
9252 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9253
9254 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
9255 field.
9256 (make_container): Initialise new field.
9257 * gdb.python/py-prettyprint.exp: Add new tests.
9258 * gdb.python/py-prettyprint.py (class ContainerPrinter)
9259 <display_hint>: New method.
9260
9261 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9262
9263 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
9264 gdb_continue_to_breakpoint more throughout this test.
9265 (run_lang_tests) Supply unique test names, and use
9266 gdb_test_no_output.
9267
9268 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9269
9270 * gdb.base/finish-pretty.exp: Update expected results.
9271 * gdb.base/pretty-print.c: New file.
9272 * gdb.base/pretty-print.exp: New file.
9273
9274 2019-03-25 Pedro Alves <palves@redhat.com>
9275
9276 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9277 move comments outside list. Append '-i "" eof' section.
9278
9279 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9280
9281 PR testsuite/25016
9282 * README: Add pie options.
9283 * gdb.base/break-interp.exp: Ensure pie is disabled.
9284 * gdb.base/dump.exp: Likewise.
9285 * lib/gdb.exp (gdb_compile): Add pie option.
9286
9287 2019-03-19 Tom Tromey <tromey@adacore.com>
9288
9289 * gdb.mi/mi2-cli-display.c: New file.
9290 * gdb.mi/mi2-cli-display.exp: New file.
9291
9292 2019-03-18 Joel Brobecker <brobecker@adacore.com>
9293 Tom Tromey <tromey@adacore.com>
9294
9295 * gdb.ada/ptype_array/pck.adb: New file.
9296 * gdb.ada/ptype_array/pck.ads: New file.
9297 * gdb.ada/ptype_array/foo.adb: New file.
9298 * gdb.ada/ptype_array.exp: New file.
9299
9300 2019-03-14 Tom Tromey <tromey@adacore.com>
9301
9302 * gdb.base/style.exp: Add "set style sources" test.
9303
9304 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9305
9306 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9307 * mi-breakpoint-multiple-locations.exp: ... this.
9308 (make_breakpoints_pattern): New proc.
9309 (do_test): Add mi_version parameter, test -break-insert,
9310 -break-info and =breakpoint-created.
9311
9312 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9313
9314 * config/default.exp: Remove 'load_lib gdb.exp'.
9315 * config/monitor.exp: Likewise.
9316 * config/sid.exp: Likewise.
9317 * config/sim.exp: Likewise.
9318 * config/slite.exp: Likewise.
9319 * config/unix.exp: Likewise.
9320 * gdb.base/default.exp: Remove unhelpful comment.
9321
9322 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9323
9324 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9325
9326 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9327
9328 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9329
9330 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9331
9332 * gdb.fortran/type-kinds.exp: Update expected results.
9333
9334 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9335
9336 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9337
9338 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9339
9340 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9341 function.
9342 (test_basic_parsing_of_type_kinds): Expand types tested.
9343 (test_parsing_invalid_type_kinds): New function.
9344
9345 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9346
9347 * gdb.fortran/intrinsics.exp: New file.
9348 * gdb.fortran/intrinsics.f90: New file.
9349 * gdb.fortran/type-kinds.exp: New file.
9350
9351 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9352
9353 * gdb.fortran/dot-ops.exp: New file.
9354
9355 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9356
9357 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9358 Check upper and lower case logical literals.
9359
9360 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9361
9362 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9363 Remove duplicate tests.
9364
9365 2019-03-06 Alan Hayward <alan.hayward@arm.com>
9366
9367 * lib/gdb.exp (builtin_cd): rename of cd.
9368 (cd): Override builtin.
9369
9370 2019-03-06 Richard Bunt <richard.bunt@arm.com>
9371
9372 * gdb.fortran/function-calls.exp: New file.
9373 * gdb.fortran/function-calls.f90: New test.
9374
9375 2019-03-04 Richard Bunt <richard.bunt@arm.com>
9376
9377 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9378 on user program standard output.
9379 * gdb.fortran/short-circuit-argument-list.f90: Record function
9380 calls.
9381
9382 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9383
9384 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9385 failure.
9386
9387 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9388
9389 PR gdb/8527
9390 * gdb.base/interrupt-daemon-attach.c,
9391 gdb.base/interrupt-daemon-attach.exp: New test.
9392
9393 2019-02-27 Pedro Alves <palves@redhat.com>
9394
9395 * gdb.base/page.exp: Add tests for "set width/height -1".
9396
9397 2019-02-27 Pedro Alves <palves@redhat.com>
9398
9399 * gdb.base/page.exp: Add tests for "set/show width/height" with
9400 "infinite" values.
9401
9402 2019-02-27 Tom Tromey <tromey@adacore.com>
9403
9404 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9405 2.4.
9406 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9407 workaround.
9408
9409 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9410
9411 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9412 tests for structs with static members.
9413
9414 2019-02-26 Tom Tromey <tromey@adacore.com>
9415
9416 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9417 ValueError, not TypeError.
9418
9419 2019-02-26 Kevin Buettner <kevinb@redhat.com>
9420
9421 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9422 call from main program.
9423
9424 2019-02-23 Joel Brobecker <brobecker@adacore.com>
9425
9426 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9427 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9428 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9429 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9430 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9431
9432 2019-02-22 Keith Seitz <keiths@redhat.com>
9433
9434 PR symtab/23853
9435 * gdb.base/symlink-sourcefile.c: New file.
9436 * gdb.base/symlink-sourcefile.exp: New file.
9437
9438 2019-02-20 Tom Tromey <tom@tromey.com>
9439
9440 * gdb.base/info_qt.exp: Update.
9441
9442 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9443
9444 * gdb.base/source.exp: Move "error in sourced script" code to
9445 the end.
9446 * gdb.base/source-error.gdb: Move contents to
9447 source-error-1.gdb. Add new code to source source-error-1.gdb.
9448 * gdb.base/source-error-1.gdb: New file, from previous
9449 source-error.gdb.
9450
9451 2019-02-17 Tom Tromey <tom@tromey.com>
9452
9453 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9454 for macro styling.
9455 * gdb.base/style.c (SOME_MACRO): New macro.
9456
9457 2019-02-17 Tom Tromey <tom@tromey.com>
9458
9459 * gdb.base/style.exp: Add line-wrapping tests.
9460 * gdb.base/page.exp: Add test for quitting during pagination.
9461
9462 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9463
9464 * gdb.ada/big_packed_array: New testcase.
9465 * gdb.ada/homonym.exp: Fix incorrect expected output for
9466 "break <homonym__get_value>" test.
9467
9468 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9469
9470 PR breakpoints/21870
9471 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9472 and prepare_for_testing. Add comment.
9473 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9474 redundant cleanup call. Clean up comment.
9475
9476 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9477
9478 PR breakpoints/21870
9479 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9480 * gdb.arch/aarch64-dbreg-contents.c: New file.
9481
9482 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9483
9484 * gdb.ada/mi_ref_changeable: New testcase.
9485
9486 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9487
9488 * gdb.base/attach.exp: Add double attach test.
9489
9490 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9491
9492 * lib/gdb.exp (default_gdb_start): Don't match pagination
9493 prompt.
9494 (gdb_init): Set stty_init.
9495
9496 2019-01-27 Tom Tromey <tom@tromey.com>
9497
9498 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9499 skip_python_tests.
9500
9501 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9502
9503 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9504 New structure.
9505 (struct struct_static_02_02): Likewise.
9506 (struct struct_static_02_03): Likewise.
9507 (struct struct_static_02_04): Likewise.
9508 (struct struct_static_04_01): Likewise.
9509 (struct struct_static_04_02): Likewise.
9510 (struct struct_static_04_03): Likewise.
9511 (struct struct_static_04_04): Likewise.
9512 (struct struct_static_06_01): Likewise.
9513 (struct struct_static_06_02): Likewise.
9514 (struct struct_static_06_03): Likewise.
9515 (struct struct_static_06_04): Likewise.
9516 (cmp_struct_static_02_01): Likewise.
9517 (cmp_struct_static_02_02): Likewise.
9518 (cmp_struct_static_02_03): Likewise.
9519 (cmp_struct_static_02_04): Likewise.
9520 (cmp_struct_static_04_01): Likewise.
9521 (cmp_struct_static_04_02): Likewise.
9522 (cmp_struct_static_04_03): Likewise.
9523 (cmp_struct_static_04_04): Likewise.
9524 (cmp_struct_static_06_01): Likewise.
9525 (cmp_struct_static_06_02): Likewise.
9526 (cmp_struct_static_06_03): Likewise.
9527 (cmp_struct_static_06_04): Likewise.
9528 (call_all): Test new structs.
9529 * gdb.base/infcall-nested-structs.exp: Likewise.
9530
9531 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9532 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9533
9534 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9535 * gdb.base/stack-protector.c: New test.
9536 * gdb.base/stack-protector.exp: New file.
9537 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9538 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9539 option.
9540 (gdb_compile): Remove stack protector for GCC and prevent
9541 recursion.
9542
9543 2019-01-16 Keith Seitz <keiths@redhat.com>
9544
9545 PR gdb/23773
9546 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9547
9548 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9549
9550 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9551 aliases.
9552 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9553 tests.
9554 * gdb.arch/powerpc-vector-regs.c: New file.
9555 * gdb.arch/powerpc-vector-regs.exp: New file.
9556
9557 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9558
9559 * gdb.arch/altivec-regs.exp: Fix the list passed to
9560 gdb_expect_list when testing "info vector".
9561
9562 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9563
9564 * gdb.base/style.exp: Don't include path in testname.
9565
9566 2019-01-10 Keith Seitz <keiths@redhat.com>
9567
9568 PR gdb/23712
9569 PR symtab/23010
9570 * gdb.dwarf2/multidictionary.exp: New file.
9571
9572 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9573
9574 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9575 (test_gnuv3_style_demangling): ... this.
9576 (test_lucid_style_demangling): Remove.
9577 (test_arm_style_demangling): Remove.
9578 (test_hp_style_demangling): Remove.
9579 (do_tests): Remove calls to the above.
9580
9581 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9582
9583 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9584 case.
9585
9586 2019-01-06 Tom Tromey <tom@tromey.com>
9587
9588 PR gdb/28155:
9589 * gdb.dwarf2/typedef-void-finish.exp: New file.
9590
9591 2018-12-28 Tom Tromey <tom@tromey.com>
9592 Simon Marchi <simark@simark.ca>
9593
9594 * gdb.base/jit-exec.exp: New file.
9595 * gdb.base/jit-exec.c: New file.
9596 * gdb.base/jit-execd.c: New file.
9597
9598 2018-12-28 Tom Tromey <tom@tromey.com>
9599
9600 * gdb.base/style.exp: Update test to check for address styling.
9601
9602 2018-12-28 Tom Tromey <tom@tromey.com>
9603
9604 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9605 message.
9606
9607 2018-12-28 Tom Tromey <tom@tromey.com>
9608
9609 * gdb.base/style.exp: Add test for version number styling.
9610
9611 2018-12-28 Tom Tromey <tom@tromey.com>
9612
9613 * gdb.base/style.exp: Add test for print_address_symbolic.
9614
9615 2018-12-28 Tom Tromey <tom@tromey.com>
9616
9617 * gdb.base/style.exp: Add test for breakpoint setting.
9618
9619 2018-12-28 Tom Tromey <tom@tromey.com>
9620
9621 * gdb.base/style.exp: Add test for variable names.
9622
9623 2018-12-28 Tom Tromey <tom@tromey.com>
9624
9625 * gdb.base/style.exp: New file.
9626 * gdb.base/style.c: New file.
9627
9628 2018-12-28 Tom Tromey <tom@tromey.com>
9629
9630 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9631 "dumb".
9632 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9633 the TERM environment variable.
9634
9635 2018-12-27 Tom Tromey <tom@tromey.com>
9636
9637 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9638 pagination test.
9639
9640 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9641
9642 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9643 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9644
9645 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9646
9647 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9648 Filename a.adb changed to bp_fun_addr.adb.
9649 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9650
9651 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9652
9653 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9654 non-PIE executables.
9655 * README: Mention the gdb,nopie_flag board setting.
9656 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9657 non-PIE executable.
9658 * gdb.arch/amd64-entry-value.exp: Likewise.
9659 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9660 * gdb.arch/i386-float.exp: Likewise.
9661 * gdb.arch/i386-signal.exp: Likewise.
9662 * gdb.mi/mi-reg-undefined.exp: Likewise.
9663
9664 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9665
9666 PR gdb/23974
9667 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9668
9669 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9670
9671 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9672 Update order of results accordingly.
9673
9674 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9675
9676 * gdb.base/annota1.exp: Update a test regexp.
9677
9678 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9679
9680 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9681
9682 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9683
9684 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9685 (reuse_time): Initialize to REUSE_TIME_CAP.
9686 (check_rc): New function.
9687 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9688 Check pthread_create rc.
9689 (spawner_thread_func): Check pthread_create and pthread_join rc.
9690
9691 2018-12-08 Pedro Alves <palves@redhat.com>
9692
9693 * gdb.base/list.exp (test_forward_search): Rename to ...
9694 (test_forward_reverse_search): ... this. Also test reverse-search
9695 and the forward-search alias.
9696
9697 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9698
9699 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9700 local timeout variable before return, and remove all local timeout
9701 variable entirely.
9702 (gdb_load): Likewise.
9703
9704 2018-12-01 Tom de Vries <tdevries@suse.de>
9705
9706 * gdb.base/gdb-caching-proc.exp: New file.
9707
9708 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9709
9710 * Makefile.in (TIMESTAMP): New variable.
9711 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9712 command.
9713 (check-single-racy): Likewise.
9714 (check/%.exp): Likewise.
9715 (check-racy/%.exp): Likewise.
9716 (workers/%.worker): Likewise.
9717 (build-perf): Likewise.
9718 (check-perf): Likewise.
9719 * README: Describe new "TS" and "TS_FORMAT" variables.
9720 * print-ts.py: New file.
9721
9722 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9723
9724 PR python/23714
9725 * gdb.python/python.exp: Test command repetition after
9726 gdb.execute.
9727
9728 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9729
9730 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9731 is correctly aligned.
9732
9733 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9734
9735 * gdb.ada/info_auto_lang.exp: New testcase.
9736 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9737 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9738 * gdb.ada/info_auto_lang/some_c.c: New file.
9739
9740 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9741
9742 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9743 FUNC_lang language syntax.
9744
9745 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9746
9747 * gdb.base/info_minsym.c: New file.
9748 * gdb.base/info_minsym.exp: New file.
9749
9750 2018-11-19 Tom Tromey <tom@tromey.com>
9751
9752 PR rust/23625:
9753 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9754 * gdb.rust/expr.exp: Update expected output. Change one test.
9755
9756 2018-11-19 Tom Tromey <tom@tromey.com>
9757
9758 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9759
9760 2018-11-19 Pedro Alves <palves@redhat.com>
9761
9762 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9763 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9764 see the expected warning.
9765
9766 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9767
9768 PR gdb/22736:
9769 * gdb.cp/infcall-nodebug-lib.c: New test.
9770 * gdb.cp/infcall-nodebug-main.c: New test.
9771 * gdb.cp/infcall-nodebug.exp: New file.
9772
9773 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9774
9775 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9776 completer tests.
9777
9778 2018-11-09 Tom de Vries <tdevries@suse.de>
9779
9780 * gdb.base/msym-lang.c: New test.
9781 * gdb.base/msym-lang.exp: New file.
9782 * gdb.base/msym-lang-main.c: New test.
9783
9784 2018-11-08 Tom Tromey <tom@tromey.com>
9785
9786 PR gdb/23555:
9787 PR gdb/23838:
9788 * gdb.base/warning.exp: New file.
9789
9790 2018-11-08 Jan Beulich <jbeulich@suse.com>
9791
9792 * testsuite/gdb.arch/i386-avx512.c,
9793 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9794
9795 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9796
9797 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9798 point hardware.
9799
9800 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9801
9802 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9803 * gdb.dwarf2/missing-type-name.exp: New file.
9804
9805 2018-11-06 Tom de Vries <tdevries@suse.de>
9806
9807 * gdb.base/many-headers.c: New test.
9808 * gdb.base/many-headers.exp: New file.
9809
9810 2018-11-06 Jim Wilson <jimw@sifive.com>
9811
9812 * gdb.base/code_elim.exp: For riscv, set additional_flags
9813 to include -msmall-data-limit=0.
9814
9815 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9816
9817 * gdb.ada/watch_minus_l: New testcase.
9818
9819 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9820
9821 * gdb.arch/aix-sighandle.c: New file.
9822 * gdb.arch/aix-sighandle.exp: New file.
9823
9824 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9825
9826 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9827 registers being unions.
9828
9829 2018-10-31 Tom de Vries <tdevries@suse.de>
9830
9831 * lib/valgrind.exp: New file.
9832 (vgdb_start, vgdb_stop): New procs, factored out of ...
9833 * gdb.base/valgrind-bt.exp: ... here, ...
9834 * gdb.base/valgrind-disp-step.exp: ... here and ...
9835 * gdb.base/valgrind-infcall.exp: ... here.
9836
9837 2018-10-31 Tom de Vries <tdevries@suse.de>
9838
9839 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9840
9841 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9842
9843 * gdb.dwarf2/void-type.c: New file.
9844 * gdb.dwarf2/void-type.exp: New file.
9845
9846 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9847
9848 * gdb.base/info_qt.c: New file.
9849 * gdb.base/info_qt.exp: New file.
9850
9851 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9852
9853 * gdb.arch/powerpc-htm-regs.c: New file.
9854 * gdb.arch/powerpc-htm-regs.exp: New file.
9855
9856 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9857
9858 * gdb.arch/powerpc-tar.c: New file.
9859 * gdb.arch/powerpc-tar.exp: New file.
9860
9861 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9862
9863 * gdb.arch/powerpc-ppr-dscr.c: New file.
9864 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9865
9866 2018-10-25 Tom de Vries <tdevries@suse.de>
9867
9868 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9869
9870 2018-10-24 Tom de Vries <tdevries@suse.de>
9871
9872 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9873 longer exists error.
9874
9875 2018-10-24 Tom de Vries <tdevries@suse.de>
9876
9877 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9878
9879 2018-10-24 Tom de Vries <tdevries@suse.de>
9880
9881 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9882 --db-attach in valgrind.
9883
9884 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9885
9886 * gdb.arch/riscv-reg-aliases.c: New file.
9887 * gdb.arch/riscv-reg-aliases.exp: New file.
9888
9889 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9890
9891 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9892
9893 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9894
9895 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9896
9897 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9898
9899 * gdb.cp/ovldbreak.exp: Fix regexps.
9900
9901 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9902
9903 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9904
9905 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9906
9907 PR cli/23785
9908 * gdb.base/restore.exp: New test to check if "restore" with an
9909 invalid file doesn't segfault.
9910
9911 2018-10-18 Tom de Vries <tdevries@suse.de>
9912
9913 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9914 * gdb.ada/excep_handle.exp: Same.
9915 * gdb.ada/mi_string_access.exp: Same.
9916 * gdb.ada/mi_var_union.exp: Same.
9917 * gdb.arch/arc-analyze-prologue.exp: Same.
9918 * gdb.arch/arc-decode-insn.exp: Same.
9919 * gdb.base/readnever.exp: Same.
9920 * gdb.fortran/printing-types.exp: Same.
9921 * gdb.guile/scm-lazy-string.exp: Same.
9922
9923 2018-10-16 Tom de Vries <tdevries@suse.de>
9924
9925 PR gdb/23730
9926 * gdb.base/catch-follow-exec.c: Add copyright notice.
9927 * gdb.base/catch-follow-exec.exp: Rewrite to use
9928 gdb_spawn_with_cmdline_opts. Require gdb-native.
9929
9930 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9931
9932 * gdb.trace/actions-changed.exp: Check for arch support.
9933 * gdb.trace/actions.exp: Likewise.
9934 * gdb.trace/ax.exp: Likewise.
9935 * gdb.trace/backtrace.exp: Likewise.
9936 * gdb.trace/change-loc.exp: Likewise.
9937 * gdb.trace/deltrace.exp: Likewise.
9938 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9939 * gdb.trace/ftrace.exp: Likewise.
9940 * gdb.trace/infotrace.exp: Check for arch support.
9941 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9942 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9943 * gdb.trace/mi-tsv-changed.exp: Likewise.
9944 * gdb.trace/packetlen.exp: Likewise.
9945 * gdb.trace/passc-dyn.exp: Likewise.
9946 * gdb.trace/passcount.exp: Likewise.
9947 * gdb.trace/pending.exp: Likewise.
9948 * gdb.trace/range-stepping.exp: Check for shlib support.
9949 * gdb.trace/report.exp: Check for arch support.
9950 * gdb.trace/save-trace.exp: Likewise.
9951 * gdb.trace/signal.exp: Check for signal support.
9952 * gdb.trace/tfind.exp: Check for arch support.
9953 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9954 * gdb.trace/trace-common.h: Add comment.
9955 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9956 * gdb.trace/trace-enable-disable.exp: Likewise.
9957 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9958 * gdb.trace/tracecmd.exp: Check for arch support.
9959 * gdb.trace/tspeed.exp: Check for shlib and target support.
9960 * gdb.trace/tstatus.exp: Check for arch support.
9961 * gdb.trace/tsv.exp: Likewise.
9962 * gdb.trace/while-dyn.exp: Likewise.
9963 * gdb.trace/while-stepping.exp: Likewise.
9964 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9965
9966 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9967
9968 * gdb.trace/tspeed.exp: Remove nowarnings.
9969 (prepare_for_trace_test): Declare "global ipalib".
9970 * gdb.trace/tspeed.c: Include unistd.h.
9971 (main): Remove superfluous printf argument.
9972
9973 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9974
9975 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9976 directory prefix on the filename.
9977
9978 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9979
9980 * gdb.gdb/unittest.exp: Update expected message informing that
9981 selftests have been disabled.
9982 * gdb.server/unittest.exp: Likewise.
9983
9984 2018-10-09 Tom de Vries <tdevries@suse.de>
9985
9986 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9987 with runto_main.
9988
9989 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
9990
9991 PR c++/16841
9992 * gdb.cp/virtbase2.cc: New file.
9993 * gdb.cp/virtbase2.exp: New file.
9994
9995 2018-10-06 Tom Tromey <tom@tromey.com>
9996
9997 PR python/19399:
9998 * gdb.python/py-inferior.exp: Add architecture test.
9999
10000 2018-10-06 Tom Tromey <tom@tromey.com>
10001
10002 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
10003 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
10004
10005 2018-10-06 Tom Tromey <tom@tromey.com>
10006
10007 * gdb.python/py-breakpoint.exp (check_last_event): Check location
10008 of a "throw" catchpoint.
10009
10010 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
10011
10012 * gdb.base/info-proc.exp: Update string expected from "help info
10013 proc".
10014
10015 2018-10-04 Tom Tromey <tom@tromey.com>
10016
10017 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
10018 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
10019 (test_initial_complaints, test_empty_complaints): Update.
10020 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10021
10022 2018-10-04 Tom Tromey <tom@tromey.com>
10023
10024 PR cli/19551:
10025 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
10026 * lib/gdb.exp (gdb_file_cmd): Update.
10027 * gdb.stabs/weird.exp (print_weird_var): Update.
10028 * gdb.server/solib-list.exp: Update.
10029 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
10030 * gdb.mi/mi-cli.exp: Update.
10031 * gdb.linespec/linespec.exp: Update.
10032 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10033 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
10034 * gdb.cp/cp-relocate.exp: Update.
10035 * gdb.base/sym-file.exp: Update.
10036 * gdb.base/relocate.exp: Update.
10037 * gdb.base/readnever.exp: Update.
10038 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10039 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
10040 * gdb.base/dbx.exp (gdb_file_cmd): Update.
10041 * gdb.base/code_elim.exp: Update.
10042 * gdb.base/break-unload-file.exp (test_break): Update.
10043 * gdb.base/break-interp.exp (test_attach_gdb): Update.
10044 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
10045 Update.
10046 * gdb.base/attach.exp (do_attach_tests): Update.
10047 * gdb.base/sepdebug.exp: Update.
10048 * gdb.python/py-section-script.exp: Update.
10049
10050 2018-10-04 Tom Tromey <tom@tromey.com>
10051
10052 PR cli/22234:
10053 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
10054 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
10055 output.
10056
10057 2018-10-04 Tom Tromey <tom@tromey.com>
10058
10059 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
10060 set width and height to 0.
10061 (test_command_line_attach_run): Use -quiet.
10062
10063 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
10064
10065 * lib/gdb.exp (skip_ifunc_tests): New.
10066 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
10067 other compile failures.
10068 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
10069
10070 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
10071
10072 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
10073 is_amd64_regs_target.
10074
10075 2018-10-01 Alan Hayward <alan.hayward@arm.com>
10076
10077 * gdb.arch/aarch64-sighandler-regs.c: New test.
10078 * gdb.arch/aarch64-sighandler-regs.exp: New file.
10079 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
10080
10081 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
10082
10083 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
10084 assembly.
10085
10086 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
10087
10088 * gdb.base/frame-selection.exp: New file.
10089 * gdb.base/frame-selection.c: New file.
10090
10091 2018-09-27 Alan Hayward <alan.hayward@arm.com>
10092
10093 * gdb.threads/check-libthread-db.c (thread_routine): Use a
10094 pthread barrier.
10095 (main): Likewise.
10096
10097 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
10098
10099 * gdb.base/large-frame-1.c: New file.
10100 * gdb.base/large-frame-2.c: New file.
10101 * gdb.base/large-frame.exp: New file.
10102 * gdb.base/large-frame.h: New file.
10103
10104 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
10105
10106 PR gdb/20948
10107 * gdb.base/write_mem.exp: New test.
10108 * gdb.base/write_mem.c: Likewise.
10109
10110 2018-09-23 Tom Tromey <tom@tromey.com>
10111
10112 PR python/18852:
10113 * gdb.python/py-parameter.exp: Add test for parameter that throws
10114 on "set".
10115
10116 2018-09-23 Tom Tromey <tom@tromey.com>
10117
10118 PR python/17284:
10119 * gdb.python/py-template.exp (test_template_arg): Add test for
10120 negative template argument number.
10121
10122 2018-09-23 Tom Tromey <tom@tromey.com>
10123
10124 PR python/14062:
10125 * gdb.python/python.exp: Add test for post_event error.
10126
10127 2018-09-23 Tom Tromey <tom@tromey.com>
10128
10129 PR python/18170:
10130 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
10131 convert pointers to int and long.
10132
10133 2018-09-23 Tom Tromey <tom@tromey.com>
10134
10135 PR python/20126:
10136 * gdb.python/py-value.exp (test_value_numeric_ops): Add
10137 signed-ness conversion tests.
10138
10139 2018-09-23 Tom Tromey <tom@tromey.com>
10140
10141 PR python/18352;
10142 * gdb.python/py-value.exp (test_float_conversion): New proc.
10143 Use it.
10144
10145 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
10146
10147 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
10148
10149 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
10150
10151 * gdb.base/complete-empty.exp: Skip tab-completion tests if
10152 no readline.
10153 * gdb.base/utf8-identifiers.exp: Likewise.
10154 * gdb.cp/cpcompletion.exp: Likewise.
10155 * gdb.linespec/cpcompletion.exp: Likewise.
10156 * gdb.linespec/cpls-abi-tag.exp: Likewise.
10157 * gdb.linespec/cpls-ops.exp: Likewise.
10158
10159 2018-09-19 Richard Bunt <richard.bunt@arm.com>
10160 Chris January <chris.january@arm.com>
10161
10162 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
10163 * gdb.fortran/short-circuit-argument-list.exp: New file.
10164 * gdb.fortran/short-circuit-argument-list.f90: New test.
10165
10166 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10167
10168 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
10169 "arch=" keyword when executing "-stack-list-frames".
10170
10171 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10172
10173 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
10174 "arch=" keyword when executing "-stack-list-frames".
10175
10176 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10177
10178 * gdb.ada/complete.exp: Expect for "@" when doing "complete
10179 break ada".
10180
10181 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
10182
10183 PR python/23669
10184 * gdb.python/python.exp: Test gdb.execute("show commands").
10185
10186 2018-09-16 Tom Tromey <tom@tromey.com>
10187
10188 * gdb.base/new-ui.exp (do_execution_tests): Update.
10189 * gdb.base/dbx.exp (test_breakpoints): Update.
10190
10191 2018-09-14 Alan Hayward <alan.hayward@arm.com>
10192
10193 * lib/gdb.exp (gdb_simple_compile): Add proc.
10194 (is_elf_target): Use gdb_simple_compile.
10195 (skip_altivec_tests): Likewise.
10196 (skip_vsx_tests): Likewise.
10197 (skip_tsx_tests): Likewise.
10198 (skip_btrace_tests): Likewise.
10199 (skip_btrace_pt_tests): Likewise.
10200 (gdb_can_simple_compile): Likewise.
10201 (gdb_has_argv0): Likewise.
10202 (gdb_target_symbol_prefix): Likewise.
10203 (target_supports_scheduler_locking): Likewise.
10204
10205 2018-09-13 Tom Tromey <tom@tromey.com>
10206
10207 * Makefile.in (TAGS): Recognize proc_with_prefix and
10208 gdb_caching_proc.
10209
10210 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10211
10212 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
10213 method.
10214
10215 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10216
10217 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
10218 and a few other Inferior properties when the Inferior is no
10219 longer valid.
10220
10221 2018-09-13 Tom Tromey <tom@tromey.com>
10222
10223 PR rust/23650:
10224 * gdb.rust/simple.exp: Add test for enum field access error.
10225
10226 2018-09-13 Tom Tromey <tom@tromey.com>
10227
10228 PR rust/23626:
10229 * gdb.rust/simple.rs (EmptyEnum): New type.
10230 (main): Use it.
10231 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
10232
10233 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10234
10235 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
10236 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
10237 * gdb.python/py-symtab.exp: Update test printing an objfile.
10238
10239 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
10240
10241 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
10242 object.
10243
10244 2018-09-12 Alan Hayward <alan.hayward@arm.com>
10245
10246 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
10247 (support_complex_tests): Use gdb_can_simple_compile.
10248 (is_ilp32_target): Likewise.
10249 (is_lp64_target): Likewise.
10250 (is_64_target): Likewise.
10251 (is_amd64_regs_target): Likewise.
10252 (is_aarch32_target): Likewise.
10253 (gdb_int128_helper): Likewise.
10254
10255 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10256
10257 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10258
10259 2018-09-10 Jerome Guitton <guitton@adacore.com>
10260
10261 * gdb.ada/same_component_name: Add test for case of tagged record
10262 with variable-length fields.
10263
10264 2018-09-10 Xavier Roirand <roirand@adacore.com>
10265
10266 * gdb.ada/access_to_unbounded_array.exp: New testcase.
10267 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
10268 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
10269 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
10270
10271 2018-09-10 Xavier Roirand <roirand@adacore.com>
10272
10273 * gdb.ada/mi_string_access.exp: New testcase.
10274 * gdb.ada/mi_string_access/bar.adb: New file.
10275 * gdb.ada/mi_string_access/pck.adb: New file.
10276 * gdb.ada/mi_string_access/pck.asd: New file.
10277
10278 2018-09-10 Xavier Roirand <roirand@adacore.com>
10279
10280 * gdb.ada/mi_var_union.exp: New testcase.
10281 * gdb.ada/mi_var_union/bar.adb: New file.
10282 * gdb.ada/mi_var_union/pck.adb: New file.
10283 * gdb.ada/mi_var_union/pck.asd: New file.
10284
10285 2018-09-08 Tom Tromey <tom@tromey.com>
10286
10287 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10288
10289 2018-09-08 Tom Tromey <tom@tromey.com>
10290
10291 PR python/16047:
10292 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10293 (register_pretty_printers): Register new printer.
10294 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10295 test.
10296 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10297 (an_int_type3): New global.
10298
10299 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10300
10301 * gdb.ada/expr_with_funcall: New testcase.
10302
10303 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10304
10305 * gdb.ada/packed_array_assign: New testcase.
10306
10307 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10308
10309 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10310 names, and add test prefixes to make test names unique.
10311
10312 2018-09-05 Tom de Vries <tdevries@suse.de>
10313
10314 * gdb.dwarf2/varval.exp: Add test.
10315
10316 2018-09-04 Gary Benson <gbenson@redhat.com>
10317
10318 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10319 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10320
10321 2018-08-31 Tom Tromey <tom@tromey.com>
10322
10323 * gdb.rust/simple.rs: Rename second variable "v".
10324
10325 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10326
10327 * gdb.base/funcargs.c (use_a): New function.
10328 (recurse): Call use_a.
10329
10330 2018-08-29 Keith Seitz <keiths@redhat.com>
10331
10332 * gdb.compile/compile-cplus-anonymous.cc: New file.
10333 * gdb.compile/compile-cplus-anonymous.exp: New file.
10334 * gdb.compile/compile-cplus-array-decay.cc: New file.
10335 * gdb.compile/compile-cplus-array-decay.exp: New file.
10336 * gdb.compile/compile-cplus-inherit.cc: New file.
10337 * gdb.compile/compile-cplus-inherit.exp: New file.
10338 * gdb.compile/compile-cplus-member.cc: New file.
10339 * gdb.compile/compile-cplus-member.exp: New file.
10340 * gdb.compile/compile-cplus-method.cc: New file.
10341 * gdb.compile/compile-cplus-method.exp: New file.
10342 * gdb.compile/compile-cplus-mod.c: "New" file.
10343 * gdb.compile/compile-cplus-namespace.cc: New file.
10344 * gdb.compile/compile-cplus-namespace.exp: New file.
10345 * gdb.compile/compile-cplus-nested.cc: New file.
10346 * gdb.compile/compile-cplus-nested.exp: New file.
10347 * gdb.compile/compile-cplus-print.c: "New" file.
10348 * gdb.compile/compile-cplus-print.exp: "New" file.
10349 * gdb.compile/compile-cplus-virtual.cc: New file.
10350 * gdb.compile/compile-cplus-virtual.exp: New file.
10351 * gdb.compile/compile-cplus.c: "New" file.
10352 * gdb.compile/compile-cplus.exp: "New" file.
10353 * lib/compile-support.exp: New file.
10354
10355 2018-08-16 Gary Benson <gbenson@redhat.com>
10356
10357 PR gdb/13000:
10358 * gdb.base/batch-exit-status.exp: New file.
10359 * gdb.base/batch-exit-status.good-commands: Likewise.
10360 * gdb.base/batch-exit-status.bad-commands: Likewise.
10361
10362 2018-08-29 Alan Hayward <alan.hayward@arm.com>
10363
10364 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10365 (struct struct02): Likewise.
10366 (struct struct03): Likewise.
10367 (struct struct04): Likewise.
10368 (struct struct_01_01): New struct.
10369 (struct struct_01_02): Likewise.
10370 (struct struct_01_03): Likewise.
10371 (struct struct_01_04): Likewise.
10372 (struct struct_02_01): Likewise.
10373 (struct struct_02_02): Likewise.
10374 (struct struct_02_03): Likewise.
10375 (struct struct_02_04): Likewise.
10376 (struct struct_04_01): Likewise.
10377 (struct struct_04_02): Likewise.
10378 (struct struct_04_03): Likewise.
10379 (struct struct_04_04): Likewise.
10380 (struct struct_05_01): Likewise.
10381 (struct struct_05_02): Likewise.
10382 (struct struct_05_03): Likewise.
10383 (struct struct_05_04): Likewise.
10384 (cmp_struct01): Remove function.
10385 (cmp_struct02): Likewise.
10386 (cmp_struct03): Likewise.
10387 (cmp_struct04): Likewise.
10388 (cmp_struct_01_01): Add Function.
10389 (cmp_struct_01_02): Likewise.
10390 (cmp_struct_01_03): Likewise.
10391 (cmp_struct_01_04): Likewise.
10392 (cmp_struct_02_01): Likewise.
10393 (cmp_struct_02_02): Likewise.
10394 (cmp_struct_02_03): Likewise.
10395 (cmp_struct_02_04): Likewise.
10396 (cmp_struct_04_01): Likewise.
10397 (cmp_struct_04_02): Likewise.
10398 (cmp_struct_04_03): Likewise.
10399 (cmp_struct_04_04): Likewise.
10400 (cmp_struct_05_01): Likewise.
10401 (cmp_struct_05_02): Likewise.
10402 (cmp_struct_05_03): Likewise.
10403 (cmp_struct_05_04): Likewise.
10404 (call_all): Add new structs.
10405 * gdb.base/infcall-nested-structs.exp: Likewise.
10406
10407 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10408
10409 * gdb.python/py-framefilter-mi.exp: Update regexp to
10410 check for "arch" field in frame output.
10411
10412 2018-08-23 Kevin Buettner <kevinb@redhat.com>
10413
10414 * gdb.dwarf2/dw2-ranges-func.c: New file.
10415 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10416
10417 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10418
10419 * gdb.base/term.exp: Compare terminal settings with values from
10420 the inferior.
10421 * gdb.base/term.c: Get and set terminal settings.
10422
10423 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10424
10425 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10426 accommodate new "arch" field in frame output.
10427 * gdb.mi/mi-return.exp: Likewise.
10428 * gdb.mi/mi-stack.exp: Likewise.
10429 * gdb.mi/mi-syn-frame.exp: Likewise.
10430 * gdb.mi/user-selected-context-sync.exp: Likewise.
10431
10432 2018-08-19 Michael Spang <spang@google.com>
10433
10434 PR gdb/11786
10435 * gdb.base/gcore-tls-pie.c: New file.
10436 * gdb.base/gcore-tls-pie.exp: New file.
10437
10438 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10439
10440 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10441 * gdb.dwarf2/varval.c: New file.
10442 * gdb.dwarf2/varval.exp: New file.
10443
10444 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10445
10446 PR gdb/18931
10447 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10448
10449 2018-08-16 Keith Seitz <keiths@redhat.com>
10450
10451 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10452 tests expected to pass.
10453
10454 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10455
10456 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10457 -data-disassemble -a.
10458 (test_disassembly_bogus_args): Likewise.
10459
10460 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10461
10462 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10463
10464 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10465
10466 * gdb.base/vla-optimized-out.exp: Add new test.
10467
10468 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10469
10470 * gdb.base/vla-optimized-out-o3.exp: Delete.
10471 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10472 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10473 deleted tests.
10474
10475 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10476
10477 PR gdb/18050:
10478 * gdb.server/extended-remote-restart.c: New file.
10479 * gdb.server/extended-remote-restart.exp: New file.
10480
10481 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10482
10483 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10484 "set variable index = 42".
10485
10486 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10487
10488 * boards/index-cache-gdb.exp: New file.
10489 * gdb.dwarf2/index-cache.exp: New file.
10490 * gdb.dwarf2/index-cache.c: New file.
10491 * gdb.base/maint.exp: Check if we are using the index cache.
10492
10493 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10494
10495 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10496 MAKEFLAGS.
10497
10498 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10499
10500 * dg-extract-results.sh: Move to toplevel contrib.
10501 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10502 * Makefile.in (check-parallel-racy): Likewise.
10503
10504 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10505
10506 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10507 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10508 tests if the target supports scheduler locking.
10509
10510 2018-08-04 Tom de Vries <tdevries@suse.de>
10511
10512 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10513
10514 2018-08-02 Tom Tromey <tom@tromey.com>
10515
10516 PR symtab/16842.
10517 * gdb.cp/temargs.exp: Test "info address" of a template
10518 parameter.
10519
10520 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10521
10522 * gdb.python/py-mi-var-info-path-expression.c: New file.
10523 * gdb.python/py-mi-var-info-path-expression.py: New file.
10524 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10525
10526 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10527
10528 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10529 error after "cannot resolve name" string.
10530
10531 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10532
10533 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10534 started.
10535 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10536
10537 2018-07-28 Tom de Vries <tdevries@suse.de>
10538
10539 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10540
10541 2018-07-26 Tom de Vries <tdevries@suse.de>
10542
10543 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10544
10545 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10546
10547 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10548 is visible.
10549
10550 2018-07-26 Tom de Vries <tdevries@suse.de>
10551
10552 PR breakpoints/23366
10553 * gdb.base/catch-follow-exec.c: New test.
10554 * gdb.base/catch-follow-exec.exp: New file.
10555
10556 2018-07-25 Tom de Vries <tdevries@suse.de>
10557
10558 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10559 vla-optimized-out.c.
10560
10561 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10562
10563 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10564 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10565
10566 2018-07-20 Tom de Vries <tdevries@suse.de>
10567
10568 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10569 NOCLONE macro.
10570 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10571
10572 2018-07-19 Tom de Vries <tdevries@suse.de>
10573
10574 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10575 regular expression.
10576
10577 2018-07-18 Tom de Vries <tdevries@suse.de>
10578
10579 * gdb.base/vla-optimized-out.c: New test.
10580 * gdb.base/vla-optimized-out.exp: New file.
10581
10582 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10583
10584 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10585 message "No address associated with hostname" when gdbserver
10586 cannot resolve the hostname.
10587
10588 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10589
10590 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10591 Add some test prefixes to make tests unique.
10592
10593 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10594
10595 * gdb.base/frameapply.c: New file.
10596 * gdb.base/frameapply.exp: New file.
10597
10598 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10599
10600 * gdb.base/skip.exp: Update expected error message.
10601
10602 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10603 Jan Kratochvil <jan.kratochvil@redhat.com>
10604 Paul Fertser <fercerpav@gmail.com>
10605 Tsutomu Seki <sekiriki@gmail.com>
10606
10607 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10608 parameter.
10609 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10610 by default.
10611 * boards/native-gdbserver.exp: Likewise.
10612 * gdb.server/run-without-local-binary.exp: Improve regexp used
10613 for detecting when a remote debugging connection succeeds.
10614 * gdb.server/server-connect.exp: New file.
10615 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10616 Do not prefix the port number with ":".
10617 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10618 support for detecting and using it. Add '$debughost_gdbserver'
10619 to the list of arguments used to start gdbserver. Handle case
10620 when gdbserver cannot resolve a network name.
10621
10622 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10623
10624 PR c++/23373
10625 * gdb.base/ptype-offsets.cc (struct static_member): New
10626 struct.
10627 (main) <stmember>: New variable.
10628 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10629 with a static member in it.
10630
10631 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10632
10633 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10634 watchpoints enabled and disabled.
10635
10636 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10637
10638 * gdb.base/examine-backward.exp: Still run tests around address
10639 0x0, even if address 0x0 is not readable. Update the pattern for
10640 matching address 0x0 in expected output.
10641
10642 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10643
10644 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10645 malloc/free.
10646
10647 2018-07-04 Tom de Vries <tdevries@suse.de>
10648
10649 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10650
10651 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10652
10653 PR tdep/8282
10654 * gdb.arch/mips-disassembler-options.exp: New test.
10655 * gdb.arch/mips-disassembler-options.s: New test source.
10656
10657 2018-06-29 Pedro Alves <palves@redhat.com>
10658
10659 * gdb.threads/names.exp: Adjust expected "info threads" output.
10660
10661 2018-06-29 Pedro Alves <palves@redhat.com>
10662
10663 * gdb.opt/inline-break.exp (line number, address): Add "info
10664 break" tests.
10665
10666 2018-06-29 Pedro Alves <palves@redhat.com>
10667
10668 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10669 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10670 number and address and running to them.
10671
10672 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10673
10674 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10675
10676 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10677
10678 * lib/compiler.c: Remove executable permission flag.
10679
10680 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10681
10682 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10683 code.
10684 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10685
10686 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10687
10688 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10689
10690 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10691
10692 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10693 address argument is omitted.
10694
10695 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10696
10697 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10698
10699 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10700
10701 PR gdb/21695
10702 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10703 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10704
10705 2018-06-26 Tom Tromey <tom@tromey.com>
10706
10707 PR rust/22574:
10708 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10709 * gdb.rust/simple.rs (struct SimpleLayout): New.
10710
10711 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10712
10713 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10714 "info registers" output.
10715
10716 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10717
10718 * gdb.base/watchpoint-hw-attach.c: New test.
10719 * gdb.base/watchpoint-hw-attach.exp: New file.
10720
10721 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10722
10723 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10724 through /bin/sh.
10725 * boards/dwarf4-gdb-index.exp: Likewise.
10726 * boards/fission-dwp.exp: Likewise.
10727
10728 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10729
10730 * gdb.base/float128.exp: Add comment and improved fail message
10731 to the failure case of "print large128" test.
10732
10733 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10734
10735 * configure.ac: Remove AC_PREREQ.
10736 * configure: Re-generate.
10737
10738 2018-06-19 Pedro Alves <palves@redhat.com>
10739
10740 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10741 (func_extern_caller): New.
10742 (main): Call func_extern_caller.
10743 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10744 logic change.
10745
10746 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10747
10748 PR gdb/16841
10749 * gdb.cp/typedef-base.cc: New file.
10750 * gdb.cp/typedef-base.exp: New file.
10751
10752 2018-06-18 Tom de Vries <tdevries@suse.de>
10753
10754 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10755
10756 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10757 Richard Bunt <Richard.Bunt@arm.com>
10758
10759 * gdb.threads/attach-slow-waitpid.c: New file.
10760 * gdb.threads/attach-slow-waitpid.exp: New file.
10761 * gdb.threads/slow-waitpid.c: New file.
10762
10763 2018-06-14 Pedro Alves <palves@redhat.com>
10764
10765 * gdb.base/fork-running-state.c: Include <errno.h>.
10766 (exit_if_relative_exits): New.
10767 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10768 exits.
10769 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10770 child exits.
10771
10772 2018-06-14 Tom de Vries <tdevries@suse.de>
10773
10774 PR cli/22573
10775 * gdb.base/finish-pretty.c: New test.
10776 * gdb.base/finish-pretty.exp: New file.
10777
10778 2018-06-14 Pedro Alves <palves@redhat.com>
10779
10780 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10781 gdb's expected startup output.
10782
10783 2018-06-14 Pedro Alves <palves@redhat.com>
10784
10785 * lib/selftest-support.exp (selftest_setup): Remove inlined
10786 function handling.
10787
10788 2018-06-14 Tom de Vries <tdevries@suse.de>
10789
10790 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10791 matching of breakpoint printing.
10792
10793 2018-06-13 Tom de Vries <tdevries@suse.de>
10794
10795 PR testsuite/23269
10796 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10797 (fork_child): ... here, and ...
10798 (fork_parent): ... here.
10799
10800 2018-06-12 Tom de Vries <tdevries@suse.de>
10801
10802 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10803
10804 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10805 Stephen Roberts <stephen.roberts@arm.com>
10806
10807 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10808 rewrite test to describe action performed, rather than possible
10809 failure.
10810
10811 2018-06-08 Gary Benson <gbenson@redhat.com>
10812
10813 * gdb.threads/check-libthread-db.exp: New file.
10814 * gdb.threads/check-libthread-db.c: Likewise.
10815
10816 2018-06-05 Tom Tromey <tom@tromey.com>
10817
10818 * gdb.base/default.exp: Update expected "show version" output.
10819
10820 2018-06-05 Tom Tromey <tom@tromey.com>
10821
10822 PR cli/12326:
10823 * gdb.cp/static-print-quit.exp: Update.
10824 * lib/gdb.exp (pagination_prompt): Update.
10825 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10826 * gdb.python/python.exp: Update.
10827
10828 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10829
10830 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10831
10832 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10833
10834 * gdb.ada/bp_fun_addr: New testcase.
10835
10836 2018-06-01 Tom Tromey <tom@tromey.com>
10837
10838 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10839 results.
10840 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10841 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10842 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10843 * gdb.base/maint.exp (maint_pass_if): Update.
10844
10845 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10846
10847 * gdb.base/endian.exp: New test.
10848 * gdb.base/endian.c: New test source.
10849
10850 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10851
10852 PR gdb/23203
10853 * gdb.base/bt-selected-frame.c: New file.
10854 * gdb.base/bt-selected-frame.exp: New file.
10855 * lib/gdb.exp (get_current_frame_number): New function.
10856
10857 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10858 Pedro Alves <palves@redhat.com>
10859
10860 * gdb.threads/tls-core.c: Include <stdlib.h>
10861 (thread_proc): Call `abort'.
10862 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10863 (tls_core_test): New procedure, bits factored out from ...
10864 (top level): ... here. Test both native cores and gcore cores.
10865
10866 2018-05-23 Tom Tromey <tom@tromey.com>
10867
10868 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10869
10870 2018-05-23 Tom Tromey <tom@tromey.com>
10871
10872 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10873 symfile_complaints.
10874 (test_short_complaints): Likewise.
10875 (test_empty_complaints): Likewise.
10876 (test_initial_complaints): Update.
10877
10878 2018-05-23 Tom Tromey <tom@tromey.com>
10879
10880 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10881
10882 2018-05-23 Tom Tromey <tom@tromey.com>
10883
10884 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10885 (test_short_complaints): Update.
10886
10887 2018-05-22 Pedro Alves <palves@redhat.com>
10888
10889 * gdb.base/remote.exp: Only gdb_start after compiling the
10890 testcase. Issue "disconnect" before testing "set remote" command
10891 defaults. Issue clean_restart before running to main.
10892
10893 2018-05-22 Pedro Alves <palves@redhat.com>
10894
10895 * gdb.base/remote.exp: Adjust expected output of "show remote
10896 memory-write-packet-size". Add tests for "set remote
10897 memory-write-packet-size 0" and "set remote
10898 memory-write-packet-size fixed/limit".
10899
10900 2018-05-22 Pedro Alves <palves@redhat.com>
10901
10902 PR gdb/22973
10903 * gdb.base/utf8-identifiers.c: New file.
10904 * gdb.base/utf8-identifiers.exp: New file.
10905
10906 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10907
10908 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10909
10910 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10911
10912 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10913
10914 2018-05-18 Tom Tromey <tom@tromey.com>
10915
10916 * gdb.base/ptype-offsets.exp: Update.
10917
10918 2018-05-17 Keith Seitz <keiths@redhat.com>
10919
10920 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10921 in expected breakpoint stop locations.
10922 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10923 move to proper scope to test variable values.
10924 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10925 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10926 New functions.
10927 (main): Call not_inline_func3.
10928 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10929 inline_func1, inline_func2, and inline_func3. Test that when each
10930 breakpoint is hit, GDB properly reports both the stop location
10931 and the backtrace. Repeat tests for temporary breakpoints.
10932
10933 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10934
10935 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10936 rather then trying to access it in determining whether the PID
10937 of `gdbserver' could have been retrieved.
10938
10939 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10940
10941 * gdb.arch/amd64-init-x87-values.S: New file.
10942 * gdb.arch/amd64-init-x87-values.exp: New file.
10943
10944 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10945
10946 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10947
10948 2018-05-04 Tom Tromey <tom@tromey.com>
10949
10950 PR python/22730:
10951 * gdb.python/python.exp: Test multi-line execute.
10952
10953 2018-05-04 Tom Tromey <tom@tromey.com>
10954
10955 PR python/22731:
10956 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10957
10958 2018-05-04 Tom Tromey <tom@tromey.com>
10959
10960 PR gdb/11750:
10961 * gdb.base/define.exp: Test defining a user command inside a user
10962 command.
10963 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10964
10965 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10966 Pedro Alves <palves@redhat.com>
10967
10968 PR breakpoints/19806 and support for PR external/20207.
10969 * gdb.base/watchpoint-unaligned.c: New file.
10970 * gdb.base/watchpoint-unaligned.exp: New file.
10971
10972 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10973
10974 * gdb.base/maint.exp: Make test names unique, use
10975 test_prefix_command_help to test 'help maint info', and remove
10976 repeated test of 'help maint'.
10977
10978 2018-05-04 Tom Tromey <tom@tromey.com>
10979
10980 PR gdb/22619:
10981 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10982 behavior.
10983
10984 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10985
10986 * gdb.base/maint.exp: Process output from 'maint print registers'
10987 line at a time.
10988
10989 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10990
10991 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10992 timeout.
10993
10994 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10995
10996 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10997 filter pattern.
10998
10999 2018-05-02 Pedro Alves <palves@redhat.com>
11000
11001 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
11002 to_log_command renames.
11003 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
11004
11005 2018-05-02 Tom Tromey <tom@tromey.com>
11006
11007 * gdb.python/py-parameter.exp: Set test message.
11008
11009 2018-05-02 Tom Tromey <tom@tromey.com>
11010
11011 PR python/20084:
11012 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
11013 PARAM_ZUINTEGER_UNLIMITED tests.
11014
11015 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
11016
11017 PR rust/23124
11018 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
11019 when casting.
11020
11021 2018-04-30 Tom Tromey <tom@tromey.com>
11022
11023 * gdb.python/py-type.exp: Check align attribute.
11024 * gdb.python/py-type.c: New "aligncheck" global.
11025
11026 2018-04-30 Tom Tromey <tom@tromey.com>
11027
11028 PR exp/17095:
11029 * gdb.dwarf2/dw2-align.exp: New file.
11030 * gdb.cp/align.exp: New file.
11031 * gdb.base/align.exp: New file.
11032 * lib/gdb.exp (gdb_int128_helper): New proc.
11033 (has_int128_c, has_int128_cxx): New caching procs.
11034
11035 2018-04-27 Tom Tromey <tom@tromey.com>
11036
11037 PR rust/22545:
11038 * gdb.rust/simple.exp: Add inclusive range tests.
11039
11040 2018-04-26 Pedro Alves <palves@redhat.com>
11041
11042 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
11043 ifunc breakpoint locations correctly of ifunc breakpoints set
11044 while the program resolves the ifunc.
11045
11046 2018-04-26 Pedro Alves <palves@redhat.com>
11047
11048 * gdb.base/gnu-ifunc-final.c: New file.
11049 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
11050 * gdb.base/gnu-ifunc.exp (executable): Delete.
11051 (staticexecutable): Adjust.
11052 (lib_opts, exec_opts): Delete.
11053 (make_binsuffix, build, set-break): New procedures.
11054 (misc_tests): New, with tests factored out from the top level.
11055 (top level): Test different combinations of ifunc resolver name,
11056 resolver with and with debug info, and ifunc target with and
11057 without debug info. Wrap static tests with with_target_prefix.
11058
11059 2018-04-26 Pedro Alves <palves@redhat.com>
11060
11061 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
11062 return type" warnings.
11063
11064 2018-04-25 Pedro Alves <palves@redhat.com>
11065
11066 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
11067 killed".
11068 * gdb.base/kill-after-signal.exp: Likewise.
11069 * gdb.threads/kill.exp: Likewise.
11070
11071 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11072 Sergio Durigan Junior <sergiodj@redhat.com>
11073 Pedro Alves <palves@redhat.com>
11074
11075 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
11076 regexps to expect for '[Inferior ... detached]' as well.
11077 * gdb.base/attach.exp: Likewise.
11078 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
11079 "gdb_continue_to_end".
11080 (test_catch_syscall_with_wrong_args): Likewise.
11081 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
11082 ']'. Don't set 'verbose' on.
11083 * gdb.base/foll-vfork.exp: Likewise.
11084 * gdb.base/fork-print-inferior-events.c: New file.
11085 * gdb.base/fork-print-inferior-events.exp: New file.
11086 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
11087 '[Inferior ... has been killed]' message.
11088 * gdb.base/kill-after-signal.exp: Likewise.
11089 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
11090 detach message.
11091 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
11092 message.
11093 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
11094 regexps to expect for '[Inferior ... detached]' as well.
11095 * gdb.threads/process-dies-while-detaching.exp: Likewise.
11096
11097 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
11098
11099 PR gdb/23104
11100 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
11101
11102 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
11103
11104 PR gdb/23095
11105 * gdb.base/break-probes.exp: Pass shlib_load to
11106 prepare_for_testing. Set normal_bp to r_debug_state if target is
11107 bsd.
11108
11109 2018-04-19 Richard Bunt <richard.bunt@arm.com>
11110
11111 * gdb.threads/multiple-successive-infcall.c: New test.
11112 * gdb.threads/multiple-successive-infcall.exp: New file.
11113
11114 2018-04-17 Tom Tromey <tom@tromey.com>
11115
11116 * gdb.rust/simple.rs (Union): New type.
11117 (main): New local "u".
11118 * gdb.rust/simple.exp (test_one_slice): Add new test case.
11119
11120 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11121
11122 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
11123 number information in output of "whereis" command.
11124 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
11125
11126 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11127
11128 * gdb.ada/info_types.exp: Adjust expected output to the line
11129 numbers now printed by "info var/func/type".
11130 * gdb.base/completion.exp: Likewise.
11131 * gdb.base/included.exp: Likewise.
11132 * gdb.cp/cp-relocate.exp: Likewise.
11133 * gdb.cp/cplusfuncs.exp: Likewise.
11134 * gdb.cp/namespace.exp: Likewise.
11135 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
11136
11137 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11138
11139 * gdb.btrace/cpu.exp: New.
11140
11141 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11142
11143 * gdb.base/step-indirect-call-thunk.exp: New.
11144 * gdb.base/step-indirect-call-thunk.c: New.
11145 * gdb.reverse/step-indirect-call-thunk.exp: New.
11146 * gdb.reverse/step-indirect-call-thunk.c: New.
11147
11148 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
11149
11150 * gdb.base/pie-fork.c: New file.
11151 * gdb.base/pie-fork.exp: New file.
11152
11153 2018-04-11 Tom Tromey <tom@tromey.com>
11154
11155 * gdb.rust/simple.exp: Add test for ".." struct initializer.
11156
11157 2018-04-10 Pedro Alves <palves@redhat.com>
11158
11159 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
11160 exits. Instead loop running forever.
11161 (fork_parent): Run forever too.
11162
11163 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11164
11165 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
11166 mi_continue_to_line.
11167 * gdb.mi/mi-stack.c (callee4): Add comment.
11168
11169 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11170
11171 * gdb.mi/mi-stack.exp: Fix indentation.
11172
11173 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11174
11175 PR gdb/22979
11176 * gdb.arch/amd64-osabi.exp: New file.
11177
11178 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11179
11180 PR gdb/22980
11181 * gdb.base/osabi.exp: New file.
11182
11183 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
11184
11185 * gdb.cp/static-typedef-print.exp: New file.
11186 * gdb.cp/static-typedef-print.cc: New file.
11187
11188 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11189
11190 * gdb.ada/varsize_limit: New testcase.
11191
11192 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11193
11194 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
11195
11196 * gdb.ada/notcplusplus: New testcase.
11197
11198 * gdb.base/c-linkage-name.c: New file.
11199 * gdb.base/c-linkage-name.exp: New testcase.
11200
11201 2018-03-26 Tom Tromey <tom@tromey.com>
11202
11203 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
11204 * gdb.python/py-framefilter.py (name_error): New global.
11205 (ErrorInName.function): Use name_error.
11206
11207 2018-03-26 Tom Tromey <tom@tromey.com>
11208
11209 PR backtrace/15582:
11210 * gdb.python/py-framefilter.exp: Add "bt hide" test.
11211
11212 2018-03-23 Keith Seitz <keiths@redhat.com>
11213
11214 PR c++/22968
11215 * gdb.cp/subtypes.exp: New file.
11216 * gdb.cp/subtypes.h: New file.
11217 * gdb.cp/subtypes.cc: New file.
11218 * gdb.cp/subtypes-2.cc: New file.
11219
11220 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11221
11222 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
11223 (done): Call '_exit' not 'exit' to avoid atexit handlers.
11224 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
11225 -nostartfiles when compiling the test. Confirm that all registers
11226 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
11227
11228 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11229
11230 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
11231 option, syntax was wrong anyway.
11232 * gdb.arch/arm-disp-step.exp: Likewise.
11233 * gdb.arch/sparc64-regs.exp: Likewise.
11234 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
11235 option, syntax was wrong anyway, switch to use
11236 prepare_for_testing.
11237 * gdb.arch/i386-disp-step.exp: Likewise.
11238
11239 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
11240
11241 * gdb.ada/exec_changed.exp: Replace "target_info exists
11242 use_gdb_stub" by "use_gdb_stub".
11243 * gdb.ada/start.exp: Likewise.
11244 * gdb.base/async-shell.exp: Likewise.
11245 * gdb.base/attach-pie-misread.exp: Likewise.
11246 * gdb.base/attach-wait-input.exp: Likewise.
11247 * gdb.base/break-entry.exp: Likewise.
11248 * gdb.base/break-interp.exp: Likewise.
11249 * gdb.base/dprintf-detach.exp: Likewise.
11250 * gdb.base/nostdlib.exp: Likewise.
11251 * gdb.base/solib-nodir.exp: Likewise.
11252 * gdb.base/statistics.exp: Likewise.
11253 * gdb.base/testenv.exp: Likewise.
11254 * gdb.mi/mi-exec-run.exp: Likewise.
11255 * gdb.mi/mi-start.exp: Likewise.
11256 * gdb.multi/dummy-frame-restore.exp: Likewise.
11257 * gdb.multi/multi-arch-exec.exp: Likewise.
11258 * gdb.multi/multi-arch.exp: Likewise.
11259 * gdb.multi/tids.exp: Likewise.
11260 * gdb.multi/watchpoint-multi.exp: Likewise.
11261 * gdb.python/py-events.exp: Likewise.
11262 * gdb.threads/attach-into-signal.exp: Likewise.
11263 * gdb.threads/attach-stopped.exp: Likewise.
11264 * gdb.threads/threadapply.exp: Likewise.
11265 * lib/selftest-support.exp: Likewise.
11266
11267 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11268
11269 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11270
11271 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
11272
11273 * gdb.perf/template-breakpoints.cc: New file.
11274 * gdb.perf/template-breakpoints.exp: New file.
11275 * gdb.perf/template-breakpoints.py: New file.
11276
11277 2018-03-19 Tom Tromey <tom@tromey.com>
11278
11279 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11280 y0.
11281 * gdb.rust/simple.exp: Test bare identifier form of struct
11282 initializer.
11283
11284 2018-03-19 Tom Tromey <tom@tromey.com>
11285
11286 * gdb.gdb/observer.exp: Remove.
11287
11288 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11289
11290 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11291 "qualified" option when setting breakpoints.
11292 * gdb.trace/backtrace.exp: Likewise.
11293 * gdb.trace/circ.exp: Likewise.
11294 * gdb.trace/collection.exp: Likewise.
11295 * gdb.trace/disconnected-tracing.exp: Likewise.
11296 * gdb.trace/ftrace-lock.exp: Likewise.
11297 * gdb.trace/ftrace.exp: Likewise.
11298 * gdb.trace/infotrace.exp: Likewise.
11299 * gdb.trace/packetlen.exp: Likewise.
11300 * gdb.trace/passc-dyn.exp: Likewise.
11301 * gdb.trace/qtro.exp: Likewise.
11302 * gdb.trace/read-memory.exp: Likewise.
11303 * gdb.trace/report.exp: Likewise.
11304 * gdb.trace/signal.exp: Likewise.
11305 * gdb.trace/status-stop.exp: Likewise.
11306 * gdb.trace/strace.exp: Likewise.
11307 * gdb.trace/tfind.exp: Likewise.
11308 * gdb.trace/trace-break.exp: Likewise.
11309 * gdb.trace/trace-condition.exp: Likewise.
11310 * gdb.trace/trace-mt.exp: Likewise.
11311 * gdb.trace/tstatus.exp: Likewise.
11312 * gdb.trace/tsv.exp: Likewise.
11313 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11314 * gdb.trace/unavailable.exp: Likewise.
11315 * gdb.trace/while-dyn.exp: Likewise.
11316
11317 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11318
11319 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11320 that libinproctrace is copied to the target.
11321
11322 2018-03-14 Tom Tromey <tom@tromey.com>
11323
11324 PR cli/14977:
11325 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11326 a null pointer.
11327 * gdb.base/wchar.exp: Likewise.
11328
11329 2018-03-14 Tom Tromey <tom@tromey.com>
11330
11331 PR cli/19918:
11332 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11333 flag.
11334
11335 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11336
11337 PR gdb/22841
11338 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11339 "target" to remote_exec.
11340
11341 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11342
11343 PR gdb/22841
11344 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11345 ${board}_upload): Remove.
11346
11347 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11348
11349 * gdb.cp/watch-cp.cc: New test.
11350 * gdb.cp/watch-cp.exp: New file.
11351
11352 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11353
11354 * gdb.base/infcall-nested-structs.exp: New file.
11355 * gdb.base/infcall-nested-structs.c: New file.
11356 * gdb.base/float.exp: Add riscv support.
11357
11358 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11359
11360 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11361 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11362
11363 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11364
11365 * gdb.server/abspath.exp: New file.
11366 * lib/gdb.exp (with_cwd): New procedure.
11367
11368 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11369
11370 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11371 use it.
11372 (gdb_is_target_remote_prompt): New proc.
11373 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11374 (gdb_is_target_native): Pass prompt parameter to
11375 gdb_is_target_1.
11376
11377 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11378
11379 * gdb.base/load-command.c: New file.
11380 * gdb.base/load-command.exp: New file.
11381 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11382 (gdb_is_target_1): ...this, and generalize for other targets
11383 than just remote.
11384 (gdb_is_target_remote): Use gdb_is_target_1.
11385 (gdb_is_target_native): use gdb_is_target_1.
11386
11387 2018-02-26 Tom Tromey <tom@tromey.com>
11388
11389 PR python/16497:
11390 * gdb.python/py-framefilter.exp: Update test.
11391
11392 2018-02-26 Tom Tromey <tom@tromey.com>
11393
11394 * gdb.dwarf2/variant.c: New file.
11395 * gdb.dwarf2/variant.exp: New file.
11396
11397 2018-02-26 Tom Tromey <tom@tromey.com>
11398
11399 * gdb.rust/simple.exp: Accept more possible results in enum test.
11400
11401 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11402
11403 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11404 parentheses.
11405
11406 2018-02-23 Maciej W. Rozycki <macro@mips.com>
11407
11408 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11409 name of a variable: $actual_linejj -> $actual_line.
11410
11411 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11412
11413 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11414
11415 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11416
11417 * gdb.btrace/buffer-size.exp: Do not force BTS.
11418
11419 2018-02-14 Pedro Alves <palves@redhat.com>
11420
11421 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11422 getting a "Quit".
11423
11424 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11425
11426 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11427 Fix test name.
11428
11429 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11430
11431 * gdb.cp/m-static.exp: Check type of optimized out static
11432 member.
11433
11434 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11435
11436 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11437 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11438
11439 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11440 Leszek Swirski <leszeks@google.com>
11441
11442 * gdb.python/py-prettyprint.c
11443 (struct to_string_returns_value_inner,
11444 struct to_string_returns_value_wrapper): New.
11445 (main): Add tsrvw variable.
11446 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11447 ToStringReturnsValueWrapper): New classes.
11448 (register_pretty_printers): Register new pretty-printers.
11449 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11450 recursive pretty printer.
11451 * gdb.python/py-mi.exp: Likewise.
11452
11453 2018-02-01 Leszek Swirski <leszeks@google.com>
11454
11455 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11456 functions with the same name as an include file are parsed
11457 correctly.
11458
11459 2018-02-01 Yao Qi <yao.qi@linaro.org>
11460
11461 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11462 "\[^\r\n\]*".
11463
11464 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11465
11466 * gdb.arch/powerpc-prologue-frame.s: New file.
11467 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11468 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11469
11470 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11471
11472 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11473
11474 2018-01-30 Pedro Alves <palves@redhat.com>
11475
11476 PR gdb/13211
11477 * gdb.base/interrupt-daemon.c: New.
11478 * gdb.base/interrupt-daemon.exp: New.
11479 * gdb.multi/multi-term-settings.c: New.
11480 * gdb.multi/multi-term-settings.exp: New.
11481
11482 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11483
11484 * gdb.base/break.exp: Save the location where the breakpoint
11485 on break.c:47 was actually inserted when debugging the version
11486 compiled at -O2 and use it in the expected output of the "info
11487 break" test performed soon after.
11488
11489 2018-01-22 Pedro Alves <palves@redhat.com>
11490 Sergio Durigan Junior <sergiodj@redhat.com>
11491
11492 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11493 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11494
11495 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11496
11497 * gdb.base/break-include.c, gdb.base/break-include.inc,
11498 gdb.base/break-include.exp: New files.
11499 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11500 line number now being the actual line number where the breakpoint
11501 was inserted.
11502 * gdb.mi/mi-break.exp: Likewise.
11503 * gdb.mi/mi-reverse.exp: Likewise.
11504 * gdb.mi/mi-simplerun.exp: Ditto.
11505
11506 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11507
11508 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11509 varobj.
11510 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11511
11512 2018-01-21 Don Breazeal <donb@codesourcery.com>
11513 Andrew Burgess <andrew.burgess@embecosm.com>
11514
11515 * gdb.mi/basics.c: Add new global.
11516 * gdb.mi/mi-frame-regs.exp: New file.
11517 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11518 case.
11519
11520 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11521
11522 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11523 non-parameter, and on an unknown symbol.
11524
11525 2018-01-19 Tom Tromey <tom@tromey.com>
11526
11527 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11528 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11529
11530 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11531
11532 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11533 setrlimit and chdir to int.
11534
11535 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11536
11537 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11538 function.
11539 (my_tend): Likewise.
11540 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11541 rationale of avoiding FP- and vector instructions.
11542
11543 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11544
11545 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11546 "info reg" with "\[ \t\]*".
11547 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11548 "\[ \t\]+".
11549 * gdb.arch/s390-multiarch.exp: Ditto.
11550 * gdb.base/pc-fp.exp: Ditto.
11551 * gdb.reverse/i386-precsave.exp: Ditto.
11552 * gdb.reverse/i386-reverse.exp: Ditto.
11553 * gdb.reverse/i387-env-reverse.exp: Ditto.
11554 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11555
11556 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11557
11558 * lib/gdb.exp (gdb_compile): Re-enable use of
11559 universal_compile_options for languages other than Rust.
11560
11561 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11562
11563 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11564
11565 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11566
11567 PR gdb/16577
11568 * gdb.base/solib-vanish.exp: New.
11569 * gdb.base/solib-vanish-main.c: New.
11570 * gdb.base/solib-vanish-lib1.c: New.
11571 * gdb.base/solib-vanish-lib2.c: New.
11572
11573 2018-01-17 Yao Qi <yao.qi@linaro.org>
11574
11575 * gdb.compile/compile.exp: Match the address printed for
11576 frame in the output of command "bt".
11577
11578 2018-01-15 Tom Tromey <tom@tromey.com>
11579
11580 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11581 compute sp_reg.
11582
11583 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11584
11585 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11586 to prepare.
11587 (prepare): Return 0 on error, 1 on success.
11588
11589 2018-01-12 Pedro Alves <palves@redhat.com>
11590
11591 * gdb.base/continue-after-aborted-step-over.c: New.
11592 * gdb.base/continue-after-aborted-step-over.exp: New.
11593
11594 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11595
11596 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11597 options when not creating an executable.
11598
11599 2018-01-11 Pedro Alves <palves@redhat.com>
11600
11601 PR remote/22597
11602 * gdb.server/stop-reply-no-thread.c: New file.
11603 * gdb.server/stop-reply-no-thread.exp: New file.
11604
11605 2018-01-10 Pedro Alves <palves@redhat.com>
11606
11607 PR gdb/22670
11608 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11609 functions too. Test setting breakpoints and printing C functions
11610 with no debug info too.
11611 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11612
11613 2018-01-10 Pedro Alves <palves@redhat.com>
11614
11615 PR gdb/22670
11616 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11617 a fail.
11618
11619 2018-01-10 Pedro Alves <palves@redhat.com>
11620
11621 PR gdb/22670
11622 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11623
11624 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11625
11626 * gdb.server/unittest.exp: Match the output in non-development
11627 mode.
11628
11629 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11630
11631 * gdb.gdb/unittest.exp: Match output in non-development mode.
11632
11633 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11634
11635 * gdb.ada/access_tagged_param.exp: Relax expected output
11636 for value of "ObjL" in "continue" to pck.inspect breakpoint
11637 test.
11638
11639 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11640
11641 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11642 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11643
11644 2018-01-05 Pedro Alves <palves@redhat.com>
11645
11646 PR gdb/18653
11647 * gdb.base/libsegfault.exp: New.
11648
11649 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11650
11651 PR gdb/22670
11652 * gdb.ada/access_tagged_param.exp: New file.
11653 * gdb.ada/access_tagged_param/foo.adb: New file.
11654
11655 2018-01-05 Pedro Alves <palves@redhat.com>
11656
11657 PR gdb/22670
11658 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11659 exercise lower case too, and to exercise both full matching and
11660 wild matching.
11661
11662 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11663
11664 * gdb.ada/rename_subscript_param: New testcase.
11665
11666 2018-01-05 Jerome Guitton <guitton@adacore.com>
11667
11668 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11669
11670 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11671
11672 * gdb.ada/convvar_comp: New testcase.
11673
11674 2018-01-05 Xavier Roirand <roirand@adacore.com>
11675
11676 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11677 (My_Table): New global variable.
11678 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11679
11680 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11681
11682 PR gdb/22670
11683 * gdb.ada/maint_with_ada: New testcase.
11684
11685 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11686
11687 PR gdb/22670
11688 * gdb.ada/bp_c_mixed_case: New testcase.
11689
11690 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11691
11692 PR gdb/22670
11693 * gdb.ada/complete.exp: Add "complete break ada" test.
11694
11695 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11696
11697 PR gdb/22670
11698 * gdb.ada/info_addr_mixed_case: New testcase.
11699
11700 2018-01-03 Xavier Roirand <roirand@adacore.com>
11701
11702 * gdb.ada/excep_handle.exp: New testcase.
11703 * gdb.ada/excep_handle/foo.adb: New file.
11704 * gdb.ada/excep_handle/pck.ads: New file.
11705
11706 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11707
11708 * gdb.base/step-line.c: Add extra empty line in copyright header.
11709 * gdb.base/step-line.inp: Likewise.
11710
11711 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11712
11713 * gdb.ada/dyn_stride.exp: Add slice test.
11714
11715 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11716
11717 * gdb.ada/dyn_stride: New testcase.
11718
11719 2017-12-27 Stafford Horne <shorne@gmail.com>
11720
11721 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11722 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11723
11724 2017-12-27 Stafford Horne <shorne@gmail.com>
11725
11726 * gdb.base/reggroups.c: New file.
11727 * gdb.base/reggroups.exp: New file.
11728
11729 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11730
11731 * gdb.dwarf2/ada-valprint-error.c: New file.
11732 * gdb.dwarf2/ada-valprint-error.exp: New file.
11733
11734 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11735
11736 * gdb.ada/assign_arr: New testcase.
11737
11738 2017-12-18 Xavier Roirand <roirand@adacore.com>
11739
11740 * gdb.ada/funcall_ptr: New testcase.
11741
11742 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11743
11744 PR cli/16224
11745 * gdb.base/ptype-offsets.cc: New file.
11746 * gdb.base/ptype-offsets.exp: New file.
11747
11748 2017-12-15 Yao Qi <yao.qi@linaro.org>
11749
11750 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11751 if XML is disabled.
11752
11753 2017-12-15 Xavier Roirand <roirand@adacore.com>
11754
11755 * gdb.ada/same_component_name: New testcase.
11756
11757 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11758
11759 * gdb.ada/str_binop_equal: New testcase.
11760
11761 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11762
11763 * gdb.ada/task_switch_in_core: New testcase.
11764
11765 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11766
11767 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11768 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11769 call test_bkpt_qualified.
11770 (test_bkpt_qualified): New proc.
11771
11772 2017-12-13 Pedro Alves <palves@redhat.com>
11773
11774 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11775 Tighten regexp by matching with an anchor.
11776
11777 2017-12-13 Pedro Alves <palves@redhat.com>
11778
11779 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11780 ("expression with namespace"): New set of tests.
11781 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11782 (Nested::Test_NS::qux): New.
11783 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11784 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11785
11786 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11787
11788 * gdb.base/server-del-break.c: New file.
11789 * gdb.base/server-del-break.exp: New file.
11790
11791 2017-12-12 Stafford Horne <shorne@gmail.com>
11792
11793 * gdb.xml/tdesc-regs.exp: Add or1k support.
11794
11795 2017-12-12 Stafford Horne <shorne@gmail.com>
11796
11797 * gdb.base/bp-permanent.c: Define nop of or1k.
11798
11799 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11800
11801 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11802 output with components being reordered.
11803
11804 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11805
11806 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11807 output with components being reordered.
11808
11809 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11810 Pedro Alves <palves@redhat.com>
11811
11812 * gdb.base/maint.exp (check for .gdb_index): Check also for
11813 .debug_names.
11814 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11815 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11816 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11817 (.gdb_index used after symbol reloading): Support also .debug_names.
11818 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11819
11820 2017-12-08 Yao Qi <yao.qi@linaro.org>
11821
11822 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11823 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11824
11825 2017-12-08 Yao Qi <yao.qi@linaro.org>
11826
11827 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11828 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11829
11830 2017-12-08 Yao Qi <yao.qi@linaro.org>
11831
11832 * gdb.arch/aarch64-tagged-pointer.c: New file.
11833 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11834
11835 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11836
11837 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11838 "int".
11839
11840 2017-12-07 Keith Seitz <keiths@redhat.com>
11841
11842 PR breakpoints/22569
11843 * gdb.linespec/ls-errs.exp: Change expected result of "break
11844 -source this file has spaces.c -line 3".
11845 Check that an explicit source file followed by whitespace is
11846 identified as an invalid explicit location.
11847
11848 2017-12-07 Keith Seitz <keiths@redhat.com>
11849
11850 * gdb.cp/nested-types.cc: New file.
11851 * gdb.cp/nested-types.exp: New file.
11852 * lib/cp-support.exp: Load data-structures.exp library.
11853 (debug_cp_test_ptype_class): New global.
11854 (cp_ptype_class_verbose, next_line): New procedures.
11855 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11856 Add and document new return value.
11857 Switch the list of lines to a queue.
11858 Add support for new `type' key for nested type definitions.
11859 Add debugging/troubleshooting messages.
11860 * lib/data-structures.exp: New file.
11861
11862 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11863
11864 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11865 with proc_with_prefix, don't use with_test_prefix.
11866
11867 2017-12-07 Tom Tromey <tom@tromey.com>
11868
11869 * gdb.base/break.exp: Add test for empty "commands".
11870
11871 2017-12-07 Yao Qi <yao.qi@linaro.org>
11872
11873 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11874 malloc and catch syscall.
11875
11876 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11877
11878 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11879 tests for explicit locations.
11880
11881 2017-12-06 Pedro Alves <palves@redhat.com>
11882
11883 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11884 force-disabling XML descriptions.
11885
11886 2017-12-04 Pedro Alves <palves@redhat.com>
11887
11888 PR gdb/22499
11889 * gdb.arch/amd64-disp-step-avx.S: New file.
11890 * gdb.arch/amd64-disp-step-avx.exp: New file.
11891
11892 2017-12-03 Pedro Alves <palves@redhat.com>
11893
11894 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11895 and <string.h>.
11896 (parent_function): Print distinct messages when waitpid fails, or
11897 the child exits with a signal, or the child exits for an unhandled
11898 reason.
11899 * gdb.threads/process-dies-while-detaching.exp
11900 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11901 it. Wait for both inferior output and GDB's prompt. Use an
11902 indirect spawn id list.
11903 (do_detach): New parameter 'child_exit'. Use it to compute
11904 expected inferior output.
11905 (test_detach, test_detach_watch, test_detach_killed_outside):
11906 Adjust to pass down the expected child exit kind.
11907
11908 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11909 Sergio Durigan Junior <sergiodj@redhat.com>
11910 Pedro Alves <palves@redhat.com>
11911
11912 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11913
11914 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11915
11916 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11917 to 'symbol-file' and 'add-symbol-file' can be
11918 position-independent.
11919
11920 2017-12-01 Yao Qi <yao.qi@linaro.org>
11921
11922 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11923 the URL in copyright header.
11924 * gdb.arch/aarch64-fp.exp: Likewise.
11925 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11926 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11927 * gdb.base/expand-psymtabs.exp: Likewise.
11928 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11929 * gdb.fortran/common-block.exp: Likewise.
11930 * gdb.fortran/common-block.f90: Likewise.
11931 * gdb.fortran/logical.exp: Likewise.
11932 * gdb.fortran/vla-datatypes.f90: Likewise.
11933 * gdb.fortran/vla-sub.f90: Likewise.
11934
11935 2017-11-30 Joel Brobecker <brobecker@adacore.com>
11936
11937 * gdb.ada/repeat_dyn: New testcase.
11938
11939 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11940
11941 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11942 Update for changed thread numbering.
11943 * gdb.cell/bt.exp: Update for changed GDB output.
11944
11945 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11946
11947 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11948 setting isremote by hand.
11949 * boards/dwarf4-gdb-index.exp: Likewise.
11950 * boards/fission.exp: Likewise.
11951 * boards/stabs.exp: Likewise.
11952
11953 2017-11-30 Pedro Alves <palves@redhat.com>
11954
11955 * gdb.linespec/cpls-ops.exp
11956 (check_explicit_skips_function_argument): Extract the underlying
11957 type of size_t instead of hardcoding it.
11958
11959 2017-11-29 Pedro Alves <palves@redhat.com>
11960
11961 PR c++/19436
11962 * gdb.linespec/cpls-abi-tag.cc: New file.
11963 * gdb.linespec/cpls-abi-tag.exp: New file.
11964
11965 2017-11-29 Pedro Alves <palves@redhat.com>
11966
11967 * gdb.base/langs.exp: Use -qualified.
11968 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11969 it.
11970 * gdb.cp/namespace.exp: Use -qualified.
11971 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11972 (overload-3, template-overload, template-ret-type, const-overload)
11973 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11974 procedures.
11975 (test_driver): Call them.
11976 * gdb.cp/save-bp-qualified.cc: New.
11977 * gdb.cp/save-bp-qualified.exp: New.
11978 * gdb.linespec/explicit.exp: Test -qualified.
11979 * lib/completion-support.exp (completion::explicit_opts_list): Add
11980 "-qualified".
11981 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11982
11983 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11984
11985 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11986
11987 2017-11-29 Tom Tromey <tom@tromey.com>
11988
11989 * gdb.base/relocate.exp: Update invalid argument test.
11990 Add new tests for invalid arguments.
11991
11992 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11993
11994 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11995 Return 0 as a long.
11996 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11997
11998 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11999
12000 * gdb.cp/breakpoint.cc (bar): Set return type to void.
12001 * gdb.cp/psymtab-parameter.cc (func): Likewise.
12002 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
12003 func ().
12004 * gdb.cp/shadow.cc (B.func): Return 0.
12005
12006 2017-11-27 Joel Brobecker <brobecker@adacore.com>
12007
12008 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
12009 expected output in gdb_expect call to allow the exception
12010 message to be present as well. Fix syntax confusion to avoid
12011 TCL thinking that exception_name is an array.
12012
12013 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
12014
12015 * gdb.arch/spu-info.c: Include <unistd.h>.
12016 (do_signal_test): Fix broken calls to write.
12017 * gdb.arch/spu-info.exp: Use prepare_for_testing.
12018 Fix checks for empty mailboxes. Update signal tests for corrected
12019 do_signal_test routine. Allow nonzero event status.
12020 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
12021 * gdb.cell/arch.exp: Use standard_output_file.
12022 * gdb.cell/break.exp: Likewise.
12023 * gdb.cell/bt.exp: Likewise.
12024 * gdb.cell/core.exp: Likewise.
12025 * gdb.cell/dwarfaddr.exp: Likewise.
12026 * gdb.cell/ea-cache.exp: Likewise.
12027 * gdb.cell/ea-standalone.exp: Likewise.
12028 * gdb.cell/f-regs.exp: Likewise.
12029 * gdb.cell/fork.exp: Likewise.
12030 * gdb.cell/gcore.exp: Likewise.
12031 * gdb.cell/mem-access.exp: Likewise.
12032 * gdb.cell/ptype.exp: Likewise.
12033 * gdb.cell/registers.exp: Likewise.
12034 * gdb.cell/sizeof.exp: Likewise.
12035 * gdb.cell/solib-symbol.exp: Likewise.
12036 * gdb.cell/solib.exp: Likewise.
12037
12038 2017-11-25 Pedro Alves <palves@redhat.com>
12039
12040 * gdb.base/complete-empty.exp: New file.
12041 * gdb.base/completion.exp: Adjust.
12042
12043 2017-11-25 Pedro Alves <palves@redhat.com>
12044
12045 * gdb.linespec/cpls-ops.cc: New file.
12046 * gdb.linespec/cpls-ops.exp: New file.
12047 * lib/completion-support.exp (test_complete_prefix_range_re): New,
12048 factored out from ...
12049 (test_complete_prefix_range): ... this.
12050
12051 2017-11-24 Pedro Alves <palves@redhat.com>
12052
12053 * gdb.linespec/cpcompletion.exp: New file.
12054 * gdb.linespec/cpls-hyphen.cc: New file.
12055 * gdb.linespec/cpls.cc: New file.
12056 * gdb.linespec/cpls2.cc: New file.
12057 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
12058 test to use test_gdb_complete_unique. Add label completion,
12059 keyword completion and explicit location completion tests.
12060 * lib/completion-support.exp: New file.
12061
12062 2017-11-24 Joel Brobecker <brobecker@adacore.com>
12063
12064 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
12065 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
12066 when hitting an exception catchpoint.
12067
12068 2017-11-22 Yao Qi <yao.qi@linaro.org>
12069
12070 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
12071
12072 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
12073
12074 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
12075 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
12076 * gdb.dwarf2/info-locals-optimized-out.c: New file.
12077
12078 2017-11-22 Yao Qi <yao.qi@linaro.org>
12079
12080 * gdb.base/info-os.exp: Pass pthreads.
12081 * gdb.multi/multi-attach.exp: Likewise.
12082
12083 2017-11-22 Yao Qi <yao.qi@linaro.org>
12084
12085 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
12086 compiler.
12087
12088 2017-11-22 Yao Qi <yao.qi@linaro.org>
12089
12090 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
12091 * gdb.base/break-interp.exp: Likewise.
12092 * gdb.base/jit-attach-pie.exp: Likewise.
12093
12094 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12095
12096 * gdb.base/float128.c (large128): New variable.
12097 * gdb.base/float128.exp: Add test to print largest __float128 value.
12098
12099 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12100
12101 * gdb.arch/vsx-regs.exp: Update register content checks.
12102
12103 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
12104
12105 * gdb.arch/ppc-longdouble.exp: New file.
12106 * gdb.arch/ppc-longdouble.c: Likewise.
12107
12108 2017-11-21 Pedro Alves <palves@redhat.com>
12109
12110 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
12111
12112 2017-11-20 Pedro Alves <palves@redhat.com>
12113
12114 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
12115 (long_double_typedef): New typedefs.
12116 Use DEF on double and long double.
12117 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
12118 cases.
12119 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
12120 and 'long_double_ptr_same_size' locals. Use them to decide
12121 whether cast from array/function to float is valid/invalid.
12122
12123 2017-11-17 Tom Tromey <tom@tromey.com>
12124
12125 * gdb.rust/traits.rs: New file.
12126 * gdb.rust/traits.exp: New file.
12127
12128 2017-11-17 Joel Brobecker <brobecker@adacore.com>
12129
12130 * gdb.ada/minsyms: New testcase.
12131
12132 2017-11-16 Pedro Alves <palves@redhat.com>
12133
12134 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
12135 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
12136
12137 2017-11-16 Pedro Alves <palves@redhat.com>
12138
12139 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
12140 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
12141
12142 2017-11-16 Pedro Alves <palves@redhat.com>
12143
12144 * gdb.server/reconnect-ctrl-c.c: New file.
12145 * gdb.server/reconnect-ctrl-c.exp: New file.
12146
12147 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
12148
12149 * gdb.python/py-rbreak.exp: New file.
12150 * gdb.python/py-rbreak.c: New file.
12151 * gdb.python/py-rbreak-func2.c: New file.
12152
12153 2017-11-16 Pedro Alves <palves@redhat.com>
12154
12155 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
12156 pattern.
12157 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
12158 GDB.
12159
12160 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
12161
12162 * gdb.tui/completionn.exp (test_tab_completion): Add space in
12163 regex.
12164
12165 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
12166
12167 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
12168 test names.
12169
12170 2017-11-09 Pedro Alves <palves@redhat.com>
12171
12172 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
12173 factored out from ...
12174 (top level): ... here, and adjusted to avoid expecting beyond the
12175 prompt in a single gdb_test_multiple.
12176
12177 2017-11-09 Pedro Alves <palves@redhat.com>
12178
12179 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
12180 output.
12181 * gdb.server/ext-attach.exp ("kill" test): Likewise.
12182 * gdb.server/ext-restart.exp ("kill" test): Likewise.
12183 * gdb.server/ext-run.exp ("kill" test): Likewise.
12184 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
12185
12186 2017-11-09 Pedro Alves <palves@redhat.com>
12187
12188 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
12189 match till end of line.
12190
12191 2017-11-09 Pedro Alves <palves@redhat.com>
12192
12193 * gdb.base/memattr.exp: Tighten regexes to match the end line.
12194
12195 2017-11-09 Pedro Alves <palves@redhat.com>
12196
12197 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
12198 New procedures, factored out from ...
12199 (top level): ... here, and adjusted to avoid expecting beyond the
12200 prompt in one go.
12201
12202 2017-11-09 Pedro Alves <palves@redhat.com>
12203
12204 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
12205 output. Fix '?' match.
12206
12207 2017-11-08 Joel Brobecker <brobecker@adacore.com>
12208
12209 * gdb.ada/scoped_watch: New testcase.
12210 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
12211 which is actually correct.
12212 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
12213 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
12214
12215 2017-11-08 Pedro Alves <palves@redhat.com>
12216
12217 * gdb.gdb/complaints.exp (test_initial_complaints)
12218 (test_serial_complaints, test_short_complaints): Call
12219 complaint_internal instead of complaint.
12220
12221 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
12222
12223 * gdb.threads/tls-core.c: New file.
12224 * gdb.threads/tls-core.exp: Likewise.
12225
12226 2017-11-08 Pedro Alves <palves@redhat.com>
12227
12228 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
12229 (p Exported_Capitalized): New test.
12230 (p exported_capitalized): New test.
12231
12232 2017-11-07 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.cp/ena-dis-br-range.exp: Add more tests.
12235
12236 2017-11-07 Pedro Alves <palves@redhat.com>
12237
12238 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
12239 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
12240 (disable_invalid, disable_inverted, disable_negative): New
12241 procedures.
12242 ("bad numbers"): New set of tests.
12243
12244 2017-11-07 Pedro Alves <palves@redhat.com>
12245
12246 * gdb.cp/ena-dis-br-range.exp: Add tests.
12247
12248 2017-11-07 Pedro Alves <palves@redhat.com>
12249
12250 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12251
12252 2017-11-07 Xavier Roirand <roirand@adacore.com>
12253 Pedro Alves <palves@redhat.com>
12254
12255 * gdb.base/ena-dis-br.exp: Add reference to
12256 gdb.cp/ena-dis-br-range.exp.
12257 * gdb.cp/ena-dis-br-range.exp: New file.
12258 * gdb.cp/ena-dis-br-range.cc: New file.
12259
12260 2017-11-06 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.base/attach-non-pgrp-leader.c: New.
12263 * gdb.base/attach-non-pgrp-leader.exp: New.
12264
12265 2017-11-06 Pedro Alves <palves@redhat.com>
12266
12267 * configure.ac: No longer check for termio.h and sgtty.h.
12268 * configure: Regenerate.
12269 * remote-utils.c: Include termios.h instead of gdb_termios.h.
12270 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
12271 Remove termio and sgtty code.
12272
12273 2017-11-03 Yao Qi <yao.qi@linaro.org>
12274
12275 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12276 in GDB is disabled.
12277
12278 2017-11-03 Yao Qi <yao.qi@linaro.org>
12279
12280 * gdb.python/py-thrhandle.exp: Skip it if python is not
12281 enabled.
12282
12283 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12284
12285 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12286 as a breakpoint command.
12287
12288 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12289
12290 PR python/21213
12291 * gdb.python/py-infthread.exp: Test calling
12292 InferiorThread.inferior () multiple times in a row.
12293
12294 2017-10-27 Keith Seitz <keiths@redhat.com>
12295
12296 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12297 Test "info break" for every inlined function breakpoint.
12298
12299 2017-10-27 Yao Qi <yao.qi@linaro.org>
12300
12301 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12302
12303 2017-10-26 Patrick Frants <osscontribute@gmail.com>
12304
12305 * gdb.cp/classes.exp (test_static_members): Test printing
12306 Outer::instance.
12307 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12308 (Inner::instance, Outer::instance): New.
12309
12310 2017-10-24 Pedro Alves <palves@redhat.com>
12311
12312 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12313 extra console" test in two stages.
12314
12315 2017-10-24 Pedro Alves <palves@redhat.com>
12316
12317 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12318
12319 2017-10-24 Pedro Alves <palves@redhat.com>
12320
12321 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12322 loop.
12323
12324 2017-10-24 Pedro Alves <palves@redhat.com>
12325
12326 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12327 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12328
12329 2017-10-24 Pedro Alves <palves@redhat.com>
12330
12331 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12332 parameter and handle it. Don't output read value in test name.
12333
12334 2017-10-24 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12337 custom test name.
12338
12339 2017-10-24 Pedro Alves <palves@redhat.com>
12340
12341 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12342 include the unstable output directory name in the test's name.
12343 (initial_setup_simple) <'set args'>: Use custom test name.
12344
12345 2017-10-24 Pedro Alves <palves@redhat.com>
12346
12347 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12348 with explicit test name.
12349
12350 2017-10-20 Pedro Alves <palves@redhat.com>
12351
12352 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12353 'wait -i'. Use gdb_assert and remote_close.
12354
12355 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12356
12357 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12358 number from variable rather than hard-coded.
12359
12360 2017-10-19 Pedro Alves <palves@redhat.com>
12361
12362 * gdb.base/long-inferior-output.c: New file.
12363 * gdb.base/long-inferior-output.exp: New file.
12364
12365 2017-11-18 Keith Seitz <keiths@redhat.com>
12366
12367 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12368 method.
12369 (main): Call it.
12370 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12371 Add additional user-defined conversion operator tests.
12372
12373 2017-10-17 Pedro Alves <palves@redhat.com>
12374
12375 * boards/native-stdio-gdbserver.exp: Load "local-board".
12376
12377 2017-10-17 Pedro Alves <palves@redhat.com>
12378
12379 * gdb.base/quit-live.c: New file.
12380 * gdb.base/quit-live.exp: New file.
12381
12382 2017-10-16 Keith Seitz <keiths@redhat.com>
12383
12384 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12385 (class_with_protected_typedef, class_with_private_typedef)
12386 (struct_with_public_typedef, struct_with_protected_typedef)
12387 (struct_with_private_typedef): New classes/structs.
12388 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12389 typedefs and access specifiers.
12390
12391 2017-10-16 Pedro Alves <palves@redhat.com>
12392 Simon Marchi <simon.marchi@polymtl.ca>
12393
12394 * README (Local vs Remote vs Native): New section.
12395 * boards/local-board.exp: New file, with bits factored out from
12396 ...
12397 * boards/native-extended-gdbserver.exp: ... here. Load
12398 "local-board".
12399 * boards/native-gdbserver.exp: Load "local-board".
12400 (${board}_spawn, ${board}_exec): Delete.
12401 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12402 ...
12403 * boards/stdio-gdbserver-base.exp: ... this new file.
12404 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12405 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12406 procedure.
12407 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12408 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12409 stdio_gdbserver_command.
12410 (${board}_get_remote_address, ${board}_get_comm_port)
12411 (${board}_download, ${board}_upload): Delete.
12412 (get_target_remote_pipe_cmd): New.
12413
12414 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12415
12416 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12417 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12418 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12419 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12420 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12421 remove with_test_prefix.
12422
12423 2017-10-13 Pedro Alves <palves@redhat.com>
12424
12425 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12426 * gdb.base/annota1.exp: Use it instead of is_remote.
12427 * gdb.base/annota3.exp: Use it instead of is_remote.
12428 * gdb.cp/annota2.exp: Use it instead of is_remote.
12429 * gdb.cp/annota3.exp: Use it instead of is_remote.
12430 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12431
12432 2017-10-13 Pedro Alves <palves@redhat.com>
12433
12434 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12435 (test_num_test_vars, run_and_count_vars, find_env)
12436 (test_set_unset_env, test_inherit_env_var): New procedures.
12437 (top level): Use them.
12438
12439 2017-10-13 Pedro Alves <palves@redhat.com>
12440
12441 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12442 also skip on stub-like targets.
12443
12444 2017-10-13 Pedro Alves <palves@redhat.com>
12445
12446 PR gdb/22293
12447 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12448 (top level): Move some tests to ...
12449 (test_not_found): ... this new procedure.
12450 (top level): Call it.
12451
12452 2017-10-13 Pedro Alves <palves@redhat.com>
12453
12454 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12455 expect different "info terminal" output if testing with a
12456 non-native target.
12457
12458 2017-10-13 Pedro Alves <palves@redhat.com>
12459 Simon Marchi <simon.marchi@polymtl.ca>
12460
12461 PR python/12966
12462 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12463
12464 2017-10-13 Pedro Alves <palves@redhat.com>
12465
12466 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12467 already.
12468
12469 2017-10-13 Pedro Alves <palves@redhat.com>
12470
12471 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12472 is_remote.
12473
12474 2017-10-13 Pedro Alves <palves@redhat.com>
12475
12476 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12477 is_remote.
12478
12479 2017-10-13 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12482 is set.
12483 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12484 instead of is_remote.
12485
12486 2017-10-13 Pedro Alves <palves@redhat.com>
12487
12488 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12489 (top level): Add comment.
12490
12491 2017-10-13 Pedro Alves <palves@redhat.com>
12492
12493 * gdb.base/remote.exp (top level): Fix comment typo and add
12494 missing return.
12495
12496 2017-10-13 Pedro Alves <palves@redhat.com>
12497 Simon Marchi <simon.marchi@polymtl.ca>
12498
12499 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12500 calls and add comments. Skip test if use_gdb_stub is set.
12501 (top level): Use "set cwd" command instead of "cd" command.
12502
12503 2017-10-13 Pedro Alves <palves@redhat.com>
12504
12505 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12506 is_remote target check.
12507
12508 2017-10-13 Pedro Alves <palves@redhat.com>
12509
12510 * gdb.base/scope.exp: Use build_executable + clean_restart +
12511 gdb_file_cmd instead of prepare_for_testing and no longer skip
12512 "before run" tests on is_remote target boards. Update comments.
12513 * boards/native-extended-gdbserver.exp
12514 (extended_gdbserver_load_last_file): New, factored out from ...
12515 (gdb_load): ... this. Move further below and add comment.
12516 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12517
12518 2017-10-12 Pedro Alves <palves@redhat.com>
12519
12520 * gdb.base/attach.exp: Remove references to gdb64.
12521 * gdb.base/dbx.exp: Remove references to gdb64.
12522
12523 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12524 Pedro Alves <palves@redhat.com>
12525
12526 * gdb.base/label.exp: Remove is_remote target check.
12527
12528 2017-10-12 Pedro Alves <palves@redhat.com>
12529
12530 * gdb.base/auvx.exp (coredir): Update comment.
12531 (top level) <core_works>: Use "set cwd" command instead of "cd"
12532 command.
12533
12534 2017-10-12 Pedro Alves <palves@redhat.com>
12535 Simon Marchi <simon.marchi@polymtl.ca>
12536
12537 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12538 target boards.
12539
12540 2017-10-12 Pedro Alves <palves@redhat.com>
12541 Simon Marchi <simon.marchi@polymtl.ca>
12542
12543 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12544 Instead skip if there's any gdb_protocol set.
12545
12546 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12547 Pedro Alves <palves@redhat.com>
12548
12549 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12550
12551 2017-10-12 Pedro Alves <palves@redhat.com>
12552 Simon Marchi <simon.marchi@polymtl.ca>
12553
12554 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12555 instead of on dejagnu remote boards.
12556
12557 2017-10-12 Pedro Alves <palves@redhat.com>
12558 Simon Marchi <simon.marchi@polymtl.ca>
12559
12560 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12561 checks. Use build_executable + clean_restart instead of
12562 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12563 of enabling non-stop after starting gdb.
12564
12565 2017-10-12 Pedro Alves <palves@redhat.com>
12566
12567 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12568 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12569 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12570 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12571
12572 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12573
12574 * gdb.arch/arc-tdesc-cpu.exp: New file.
12575 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12576
12577 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12578
12579 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12580
12581 2017-10-10 Pedro Alves <palves@redhat.com>
12582
12583 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12584 expect CLI output.
12585
12586 2017-10-10 Pedro Alves <palves@redhat.com>
12587
12588 * lib/selftest-support.exp (selftest_setup): Update for
12589 captured_command_loop's prototype change.
12590
12591 2017-10-09 Pedro Alves <palves@redhat.com>
12592
12593 Test both arch1=>arch2 and arch2=>arch1.
12594
12595 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12596 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12597 factored out to...
12598 (append_arch1_options, append_arch2_options, append_arch_options)
12599 (build_executables): New procedures.
12600 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12601 local.
12602 (top level): Add new 'first_arch' testing axis.
12603
12604 2017-10-09 Pedro Alves <palves@redhat.com>
12605
12606 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12607 (barrier): New.
12608 (thread_start, all_started): New functions.
12609 (main): Spawn new thread and wait until it is scheduled.
12610 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12611 option.
12612 (do_test): Add 'selected_thread' parameter. Run to all_started
12613 instead of main. Explicitly set the breakpoint at main. Switch
12614 to the SELECTED_THREAD thread.
12615 (top level): Test handling the exec event with either the main
12616 thread or the second thread selected.
12617
12618 2017-10-09 Pedro Alves <palves@redhat.com>
12619
12620 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12621 logic. Move STOP marker after the value checks.
12622 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12623 regexp.
12624
12625 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12626
12627 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12628
12629 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12630
12631 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12632 integer-to-dfp conversion.
12633 * gdb.base/dfp-test.exp: Likewise.
12634
12635 2017-10-04 Pedro Alves <palves@redhat.com>
12636
12637 * gdb.multi/hangout.c: Include <unistd.h>.
12638 (hangout_loop): New function.
12639 (main): Call alarm. Call hangout_loop in a loop.
12640 * gdb.multi/hello.c: Include <unistd.h>.
12641 (hello_loop): New function.
12642 (main): Call alarm. Call hangout_loop in a loop.
12643 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12644 inferior with the other selected.
12645
12646 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12647
12648 * gdb.mi/list-thread-groups-available.exp: New file.
12649 * gdb.mi/list-thread-groups-available.c: New file.
12650
12651 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12652
12653 * gdb.base/set-cwd.exp: Make it available on
12654 native-extended-gdbserver.
12655
12656 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12657
12658 * gdb.base/set-cwd.c: New file.
12659 * gdb.base/set-cwd.exp: Likewise.
12660
12661 2017-10-02 Tom Tromey <tom@tromey.com>
12662
12663 PR rust/22236:
12664 * gdb.rust/simple.rs (main): New variable "fslice".
12665 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12666
12667 2017-10-02 Tom Tromey <tom@tromey.com>
12668
12669 * gdb.rust/simple.exp: Test ptype of a slice.
12670
12671 2017-10-02 Tom Tromey <tom@tromey.com>
12672
12673 * gdb.rust/simple.exp: Test index of slice.
12674
12675 2017-09-27 Tom Tromey <tom@tromey.com>
12676
12677 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12678
12679 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12680 Pedro Alves <palves@redhat.com>
12681
12682 * gdb.base/compare-sections.exp (get value of read-only section): Read
12683 as unsigned value.
12684 (corrupt read-only section): Likewise and don't set written if patching
12685 failed.
12686
12687 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12688
12689 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12690 files.
12691
12692 2017-09-20 Pedro Alves <palves@redhat.com>
12693
12694 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12695 symbol names in gdb's output.
12696 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12697
12698 2017-09-20 Pedro Alves <palves@redhat.com>
12699
12700 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12701 Rename to ...
12702 (test_list_ambiguous_symbol): ... this and add a symbol name
12703 parameter. Adjust.
12704 (test_list_ambiguous_function): Reimplement on top of
12705 test_list_ambiguous_symbol and also test listing ambiguous
12706 variables.
12707 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12708 (ambiguous_fun): ... this.
12709 (ambiguous_var): New.
12710 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12711 (ambiguous_fun): ... this.
12712 (ambiguous_var): New.
12713
12714 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12715
12716 * gdb.base/starti.c: New file.
12717 * gdb.base/starti.exp: New file.
12718 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12719
12720 2017-09-14 Pedro Alves <palves@redhat.com>
12721
12722 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12723 (top level): Use it instead of runto.
12724
12725 2017-09-11 Tom Tromey <tom@tromey.com>
12726
12727 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12728
12729 2017-09-11 Tom Tromey <tom@tromey.com>
12730
12731 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12732 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12733
12734 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12735
12736 * gdb.fortran/printing-types.exp: New file.
12737 * gdb.fortran/printing-types.exp: New file.
12738
12739 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12740
12741 * gdb.fortran/vla-ptype.exp: Fix typos.
12742 * gdb.fortran/vla-value.exp: Same.
12743
12744 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12745
12746 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12747 * gdb.mi/mi-var-child-f.exp: Likewise.
12748 * gdb.mi/mi-vla-fortran.exp: Likewise.
12749
12750 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12751 Christoph Weinmann <christoph.t.weinmann@intel.com>
12752 Bernhard Heckel <bernhard.heckel@intel.com>
12753
12754 * gdb.fortran/ptr-indentation.f90: New file.
12755 * gdb.fortran/ptr-indentation.exp: New file.
12756
12757 2017-09-05 Tom Tromey <tom@tromey.com>
12758
12759 PR gdb/22010:
12760 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12761
12762 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12763
12764 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12765
12766 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12767
12768 * gdb.threads/tls-nodebug-pie.c: New file.
12769 * gdb.threads/tls-nodebug-pie.exp: New file.
12770
12771 2017-09-05 Tom Tromey <tom@tromey.com>
12772
12773 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12774 for rust.
12775
12776 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12777
12778 * gdb.multi/multi-arch-exec.exp: Test with different
12779 "follow-exec-mode" settings.
12780 (do_test): New procedure.
12781
12782 2017-09-04 Pedro Alves <palves@redhat.com>
12783
12784 * gdb.base/func-static.c (S::method const, S::method volatile)
12785 (S::method volatile const): New methods.
12786 (c_s, v_s, cv_s): New instances.
12787 (main): Call method() on them.
12788 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12789 (cannot_resolve): New procedure.
12790 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12791 print-quote-unquoted columns.
12792 (do_test): Test printing each scope too.
12793
12794 2017-09-04 Pedro Alves <palves@redhat.com>
12795
12796 * gdb.base/local-static.exp: Also test with
12797 class::method::variable wholly quoted.
12798 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12799
12800 2017-09-04 Pedro Alves <palves@redhat.com>
12801
12802 * gdb.base/local-static.c: New.
12803 * gdb.base/local-static.cc: New.
12804 * gdb.base/local-static.exp: New.
12805
12806 2017-09-04 Pedro Alves <palves@redhat.com>
12807
12808 * gdb.asm/asm-source.exp: Add casts to int.
12809 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12810 (dataglobal64_1, dataglobal64_2): New globals.
12811 * gdb.base/nodebug.exp: Test different expressions involving the
12812 new globals, with print, whatis and ptype. Add casts to int.
12813 * gdb.base/solib-display.exp: Add casts to int.
12814 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12815 * gdb.cp/m-static.exp: Add cast to int.
12816 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12817 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12818 tls variable with no debug info without a cast. Test with a cast
12819 to int too.
12820 * gdb.trace/entry-values.exp: Add casts.
12821
12822 2017-09-04 Pedro Alves <palves@redhat.com>
12823
12824 * gdb.base/nodebug.exp: Test that ptype's error about functions
12825 with unknown return type includes the function name too.
12826
12827 2017-09-04 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12830 return type of munmap in infcall.
12831 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12832 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12833 type of ftell in infcall.
12834 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12835 type of getpid in infcall.
12836 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12837 infcall.
12838 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12839 Bail on failure to extract the pid.
12840 * gdb.base/nodebug.c: #include <stdint.h>.
12841 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12842 New functions.
12843 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12844 Change expected output of print/whatis/ptype with functions with
12845 no debug info. Test all supported languages. Call
12846 test_call_promotion.
12847 * gdb.compile/compile.exp: Adjust expected output to expect
12848 warning.
12849 * gdb.threads/siginfo-threads.exp: Likewise.
12850
12851 2017-09-04 Pedro Alves <palves@redhat.com>
12852
12853 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12854 "prototypes". Test calling float functions via prototyped and
12855 unprototyped function pointers.
12856 (perform_all_tests): New parameter "prototypes". Pass it down.
12857 (top level): Pass down "prototypes" parameter to
12858 perform_all_tests.
12859
12860 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12861
12862 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12863 Test with nested loops.
12864
12865 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12866
12867 * gdb.base/commands.exp: Call the new procedures.
12868 (loop_break_test, loop_continue_test): New procedures.
12869
12870 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12871
12872 * gdb.base/commands.exp: Call new procedure.
12873 (define_if_without_arg_test): New procedure.
12874
12875 2017-09-04 Pedro Alves <palves@redhat.com>
12876
12877 * gdb.base/list-ambiguous.exp: New file.
12878 * gdb.base/list-ambiguous0.c: New file.
12879 * gdb.base/list-ambiguous1.c: New file.
12880 * gdb.base/list.exp (test_list_range): Adjust expected output.
12881
12882 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12883
12884 * gdb.base/share-env-with-gdbserver.c: New file.
12885 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12886
12887 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12888
12889 * gdb.base/commands.exp (gdbvar_simple_if_test,
12890 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12891 progvar_simple_if_test, progvar_simple_while_test,
12892 progvar_complex_if_while_test, user_defined_command_test,
12893 user_defined_command_args_eval,
12894 user_defined_command_args_stack_test,
12895 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12896 temporary_breakpoint_commands,
12897 gdb_test_no_prompt, redefine_hook_test,
12898 redefine_backtrace_test): Remove "global gdb_prompt".
12899
12900 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12901
12902 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12903 New proc, call it from toplevel.
12904
12905 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12906
12907 PR remote/21852
12908 * gdb.server/normal.c: New file, copied from gdb.base.
12909 * gdb.server/run-without-local-binary.exp: New file.
12910
12911 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12912
12913 * gdb.arch/sparc64-adi.exp: New file.
12914 * gdb.arch/sparc64-adi.c: New file.
12915
12916 2017-08-22 Pedro Alves <palves@redhat.com>
12917
12918 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12919 (top level): Add "list all overloads" tests.
12920
12921 2017-08-22 Tom Tromey <tom@tromey.com>
12922
12923 * gdb.gdb/xfullpath.exp: Remove.
12924
12925 2017-08-21 Pedro Alves <palves@redhat.com>
12926
12927 PR gdb/19487
12928 * gdb.base/symbol-alias.c: New.
12929 * gdb.base/symbol-alias2.c: New.
12930 * gdb.base/symbol-alias.exp: New.
12931
12932 2017-08-21 Pedro Alves <palves@redhat.com>
12933
12934 * gdb.base/dfp-test.c
12935 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12936 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12937 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12938 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12939 * gdb.base/whatis-ptype-typedefs.c: New.
12940 * gdb.base/whatis-ptype-typedefs.exp: New.
12941 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12942 (an_int, an_int_type, an_int_type2): New globals.
12943 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12944 involving typedefs and cast expressions.
12945 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12946 (lookup_typedefs_function): New.
12947 (typedefs_pretty_printers_dict): New.
12948 (top level): Register lookup_typedefs_function in
12949 gdb.pretty_printers.
12950
12951 2017-08-18 Yao Qi <yao.qi@linaro.org>
12952
12953 * gdb.server/unittest.exp: New.
12954
12955 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12956
12957 PR gdb/21954
12958 * gdb.base/environ.exp: Add test to check if 'unset environment'
12959 works.
12960
12961 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12962
12963 * lib/gdb.exp (universal_compile_options): New caching proc.
12964 (gdb_compile): Suppress GCC's coloring of messages.
12965
12966 2017-08-14 Tom Tromey <tom@tromey.com>
12967
12968 PR gdb/21675:
12969 * gdb.base/printcmds.exp (test_radices): New function.
12970 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12971 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12972 * lib/gdb.exp (get_integer_valueof): Use p/d.
12973
12974 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12975
12976 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12977 characters.
12978
12979 2017-08-05 Tom Tromey <tom@tromey.com>
12980
12981 * gdb.rust/simple.exp: Allow String to appear in a different
12982 namespace.
12983
12984 2017-07-26 Yao Qi <yao.qi@linaro.org>
12985
12986 * gdb.gdb/unittest.exp: Invoke command
12987 "maintenance check xml-descriptions".
12988
12989 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12990
12991 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12992 calling context.
12993 (hex128): Drop erroneous calculation of parameters.
12994
12995 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12996
12997 * gdb.python/py-unwind.exp: Disable stack protection when
12998 building test file.
12999
13000 2017-07-20 Pedro Alves <palves@redhat.com>
13001
13002 * gdb.base/default.exp (set language): Adjust expected output.
13003
13004 2017-07-20 Pedro Alves <palves@redhat.com>
13005
13006 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
13007 (test_minsym): ... this, and make static.
13008 (get_pck__foo__bar__minsym): Rename to ...
13009 (get_test_minsym): ... this.
13010 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
13011 symbol names and comments.
13012 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
13013 (get_test_minsym): ... this.
13014 (pck__foo__bar__minsym__2): Rename to ...
13015 (test_minsym): ... this.
13016 (main): Adjust.
13017
13018 2017-07-17 Pedro Alves <palves@redhat.com>
13019
13020 * gdb.base/completion.exp: Adjust expected output.
13021 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
13022 the completer works.
13023
13024 2017-07-17 Pedro Alves <palves@redhat.com>
13025
13026 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
13027
13028 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
13029
13030 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
13031
13032 2017-07-14 Tom Tromey <tom@tromey.com>
13033
13034 PR rust/21764:
13035 * gdb.rust/simple.exp: Add tests.
13036
13037 2017-07-14 Tom Tromey <tom@tromey.com>
13038
13039 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
13040
13041 2017-07-14 Pedro Alves <palves@redhat.com>
13042
13043 * gdb.linespec/base/one/thefile.cc (z1): New function.
13044 * gdb.linespec/base/two/thefile.cc (z2): New function.
13045 * gdb.linespec/linespec.exp: Add tests.
13046
13047 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13048
13049 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
13050 to mi_create_breakpoint.
13051
13052 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13053
13054 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
13055 mi_create_breakpoint.
13056
13057 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
13058
13059 * gdb.dlang/demangle.exp: Update for demangling changes.
13060
13061 2017-07-09 Tom Tromey <tom@tromey.com>
13062
13063 * gdb.dwarf2/shortpiece.exp: New file.
13064
13065 2017-07-06 David Blaikie <dblaikie@gmail.com>
13066
13067 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
13068 built from fissiont-multi-cu{1,2}.c.
13069 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
13070 except putting 'main' and 'func' in separate CUs in the same DWO file.
13071 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
13072 test.
13073 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
13074 test.
13075
13076 2017-07-06 Pedro Alves <palves@redhat.com>
13077
13078 * gdb.python/py-unwind.exp: Test flushregs.
13079
13080 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13081
13082 PR cli/21688
13083 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
13084 tests for alias commands and trailing whitespace.
13085
13086 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13087
13088 PR cli/21688
13089 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
13090 procedure. Call it.
13091
13092 2017-06-29 Pedro Alves <palves@redhat.com>
13093
13094 * gdb.base/printcmds.exp: Add tests.
13095
13096 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
13097
13098 PR gdb/21337
13099 * gdb.base/reread-readsym.exp: New file.
13100 * gdb.base/reread-readsym.c: New file.
13101
13102 2017-06-21 Kevin Buettner <kevinb@redhat.com>
13103
13104 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
13105 subpattern.
13106
13107 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
13108
13109 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
13110 extended mnemonic.
13111 * gdb.arch/powerpc-power9.s: Likewise.
13112
13113 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13114
13115 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
13116 on 32-bit x86 targets. Exploit is_*_target macros where
13117 appropriate.
13118
13119 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13120
13121 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
13122 register pieces.
13123
13124 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13125
13126 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
13127 located in one or more DWARF pieces.
13128
13129 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13130
13131 * lib/gdb.exp (get_endianness): New proc.
13132 * gdb.arch/aarch64-fp.exp: Use it.
13133 * gdb.arch/altivec-regs.exp: Likewise.
13134 * gdb.arch/e500-regs.exp: Likewise.
13135 * gdb.arch/vsx-regs.exp: Likewise.
13136 * gdb.base/dump.exp: Likewise.
13137 * gdb.base/funcargs.exp: Likewise.
13138 * gdb.base/gnu_vector.exp: Likewise.
13139 * gdb.dwarf2/formdata16.exp: Likewise.
13140 * gdb.dwarf2/implptrpiece.exp: Likewise.
13141 * gdb.dwarf2/nonvar-access.exp: Likewise.
13142 * gdb.python/py-inferior.exp: Likewise.
13143 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
13144
13145 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13146
13147 PR gdb/21226
13148 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
13149 stack value pieces are taken from the LSB end.
13150
13151 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13152
13153 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
13154 variable at nonzero offset.
13155
13156 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13157
13158 * gdb.dwarf2/var-access.c: New file.
13159 * gdb.dwarf2/var-access.exp: New test.
13160 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
13161
13162 2017-06-12 Tom Tromey <tom@tromey.com>
13163
13164 * gdb.dwarf2/formdata16.exp: Add tests.
13165
13166 2017-06-12 Tom Tromey <tom@tromey.com>
13167
13168 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
13169
13170 2017-06-12 Tom Tromey <tom@tromey.com>
13171
13172 PR exp/16225:
13173 * gdb.reverse/i386-sse-reverse.exp: Update tests.
13174 * gdb.arch/vsx-regs.exp: Update tests.
13175 * gdb.arch/s390-vregs.exp (hex128): New proc.
13176 Update test.
13177 * gdb.arch/altivec-regs.exp: Update tests.
13178
13179 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13180
13181 * gdb.base/startup-with-shell.c: New file.
13182 * gdb.base/startup-with-shell.exp: Likewise.
13183
13184 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13185
13186 * gdb.server/non-existing-program.exp: Update regex in order to
13187 reflect the fact that gdbserver is now using fork_inferior (with a
13188 shell) to startup the inferior.
13189
13190 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
13191
13192 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
13193 support function calls from GDB.
13194
13195 2017-05-21 Tom Tromey <tom@tromey.com>
13196
13197 PR rust/21466:
13198 * gdb.rust/unsized.exp: New file.
13199 * gdb.rust/unsized.rs: New file.
13200
13201 2017-05-19 Tom Tromey <tom@tromey.com>
13202
13203 PR rust/21484:
13204 * gdb.rust/watch.exp: New file.
13205 * gdb.rust/watch.rs: New file.
13206
13207 2017-05-18 Tom Tromey <tom@tromey.com>
13208
13209 * gdb.rust/simple.exp: Allow Box to be qualified.
13210
13211 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
13212
13213 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
13214
13215 2017-05-18 Pedro Alves <palves@redhat.com>
13216
13217 * gdb.base/fileio.c (test_write, test_read, test_close)
13218 (test_fstat): Don't print 'ret' in the fail path.
13219
13220 2017-05-18 Pedro Alves <palves@redhat.com>
13221
13222 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
13223 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
13224 (test_system, test_rename, test_unlink, test_time): Change
13225 prototypes.
13226 * gdb.base/fileio.exp (stop_msg): Adjust.
13227
13228 2017-05-18 Pedro Alves <palves@redhat.com>
13229
13230 * gdb.base/fileio.c (null_str): New global.
13231 (test_stat): Use it.
13232 * gdb.base/fileio.exp: Remove nowarnings.
13233
13234 2017-05-17 Yao Qi <yao.qi@linaro.org>
13235
13236 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
13237
13238 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
13239
13240 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
13241 argument command.
13242 (top-level): Invoke test_set_inferior_tty.
13243
13244 2017-05-04 Pedro Alves <palves@redhat.com>
13245
13246 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
13247 Add parens to print call for Python 3.
13248
13249 2017-05-03 Keith Seitz <keiths@redhat.com>
13250
13251 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13252 (main): Call it.
13253
13254 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13255
13256 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
13257 to prev and next.
13258
13259 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13260
13261 * gdb.python/py-record-btrace.exp: Remove test for
13262 gdb.BtraceInstruction.error.
13263
13264 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13265
13266 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13267
13268 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13269
13270 * gdb.python/py-record-btrace-threads.c: New file.
13271 * gdb.python/py-record-btrace-threads.exp: New file.
13272
13273 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
13274
13275 PR testsuite/8595
13276 * gdb.base/environ.exp: Make test available in all architectures.
13277 Move bits related to "info program" testing to
13278 gdb.base/info-program.exp. Rewrite tests to use the two new
13279 procedures mentione below.
13280 (test_set_show_env_var) New procedure.
13281 (test_set_show_env_var_equal): Likewise.
13282 * gdb.base/info-program.exp: New file.
13283
13284 2017-04-27 Keith Seitz <keiths@redhat.com>
13285
13286 * gdb.cp/oranking.cc (test15): New function.
13287 (main): Call test15 and declare additional variables for testing.
13288 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13289 "p foo101('abc')" tests.
13290 Add tests for cv qualifier overloads.
13291 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13292 "lvalue reference overload" test.
13293 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13294 "print value of f1 on Child&& in f2" test.
13295
13296 2017-04-19 Pedro Alves <palves@redhat.com>
13297
13298 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13299 procedure.
13300 (top level): Call it.
13301 * lib/gdb.exp (gdb_define_cmd): New procedure.
13302
13303 2017-04-12 Pedro Alves <palves@redhat.com>
13304
13305 PR gdb/21323
13306 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13307 (wchar): New global.
13308 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13309 (do_test_wide_char, wide_char_types_no_program, top level): Add
13310 wchar_t testing.
13311
13312 2017-04-12 Pedro Alves <palves@redhat.com>
13313
13314 PR c++/21323
13315 * gdb.cp/wide_char_types.c: New file.
13316 * gdb.cp/wide_char_types.exp: New file.
13317
13318 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13319
13320 PR gdb/21352
13321 * gdb.trace/tsv.exp: Add test for "tsave -r".
13322
13323 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13324
13325 * gdb.dlang/watch-loc.c: New file.
13326 * gdb.dlang/watch-loc.exp: New file.
13327
13328 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13329
13330 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13331
13332 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13333
13334 * gdb.arch/arc-analyze-prologue.S: New file.
13335 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13336
13337 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13338
13339 * gdb.arch/arc-decode-insn.S: New file.
13340 * gdb.arch/arc-decode-insn.exp: Likewise.
13341
13342 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13343
13344 PR tdep/20928
13345 * gdb.arch/sparc64-regs.exp: New file.
13346 * gdb.arch/sparc64-regs.S: Likewise.
13347
13348 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13349
13350 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13351 and memory view on Python 3.
13352
13353 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
13354 Keith Seitz <keiths@redhat.com>
13355
13356 PR gdb/14441
13357 * gdb.cp/demangle.exp: Add rvalue reference tests.
13358 * gdb.cp/rvalue-ref-casts.cc: New file.
13359 * gdb.cp/rvalue-ref-casts.exp: New file.
13360 * gdb.cp/rvalue-ref-overload.cc: New file.
13361 * gdb.cp/rvalue-ref-overload.exp: New file.
13362 * gdb.cp/rvalue-ref-params.cc: New file.
13363 * gdb.cp/rvalue-ref-params.exp: New file.
13364 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13365 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13366 * gdb.cp/rvalue-ref-types.cc: New file.
13367 * gdb.cp/rvalue-ref-types.exp: New file.
13368 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13369 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13370
13371 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13372
13373 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13374 New procedure.
13375
13376 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13377
13378 * lib/mi-support.exp (mi_gdb_test): Add additional message
13379 for unexpected output.
13380
13381 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13382
13383 * gdb.base/examine-backward.c (Barrier): New character array
13384 constant, to ensure that TestStrings is preceded by a string
13385 terminator.
13386
13387 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13388
13389 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13390 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13391 and implicit pointer into such a location.
13392
13393 2017-03-16 Doug Evans <dje@google.com>
13394
13395 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13396
13397 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13398
13399 * gdb.cp/m-static.exp: Fix expectation for prototype of
13400 test5.single_constructor and single_constructor::single_constructor.
13401
13402 2017-03-16 Doug Evans <dje@google.com>
13403
13404 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13405 * gdb.guile/scm-lazy-string.c: New file.
13406 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13407 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13408 for pointer, array, typedef lazy strings.
13409
13410 2017-03-16 Doug Evans <dje@google.com>
13411
13412 PR python/17728, python/18439, python/18779
13413 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13414 * gdb.python/py-lazy-string.c (pointer): New typedef.
13415 (main): New locals ptr, array, typedef_ptr.
13416 * gdb.python/py-value.exp: Move lazy string tests to ...
13417 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13418 array, typedef lazy strings.
13419
13420 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13421
13422 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13423 Add optional 'test' parameter.
13424
13425 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13426
13427 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13428 Skip for versions of DejaGnu < 1.5.
13429
13430 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13431
13432 * lib/gdb.exp (dejagnu_version): New proc.
13433 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13434 Use dejagnu_version.
13435
13436 2017-03-10 Keith Seitz <keiths@redhat.com>
13437
13438 PR c++/8128
13439 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13440 type from destructor regexps.
13441 Add a branch which actually passes the test.
13442 Adjust "ptype t5i" test names.
13443
13444 2017-03-08 Pedro Alves <palves@redhat.com>
13445
13446 * gdb.base/step-over-exit.exp: Add explicit test message.
13447
13448 2017-03-08 Pedro Alves <palves@redhat.com>
13449
13450 PR gdb/18360
13451 * gdb.threads/interrupt-while-step-over.c: New file.
13452 * gdb.threads/interrupt-while-step-over.exp: New file.
13453
13454 2017-03-08 Pedro Alves <palves@redhat.com>
13455
13456 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13457 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13458
13459 2017-03-08 Pedro Alves <palves@redhat.com>
13460
13461 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13462 PKRU as not supported as a PASS.
13463
13464 2017-03-08 Pedro Alves <palves@redhat.com>
13465
13466 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13467 prefix instead of $binfile1/$binfile2.
13468 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13469 in test message.
13470 * gdb.python/py-completion.exp: Use "load python file" as test
13471 messages instead of unstable path names.
13472
13473 2017-03-08 Pedro Alves <palves@redhat.com>
13474 Jan Kratochvil <jan.kratochvil@redhat.com>
13475
13476 PR cli/21218
13477 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13478 New proc.
13479 (top level): Call it.
13480
13481 2017-03-08 Pedro Alves <palves@redhat.com>
13482
13483 PR tui/21216
13484 * gdb.tui/tui-nl-filtered-output.exp: New file.
13485
13486 2017-03-08 Pedro Alves <palves@redhat.com>
13487
13488 * gdb.base/completion.exp: Move TUI completion tests to ...
13489 * gdb.tui/completion.exp: ... this new file.
13490
13491 2017-03-08 Pedro Alves <palves@redhat.com>
13492
13493 * gdb.base/tui-disasm-long-lines.c,
13494 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13495 gdb.base/tui-layout.exp: Move to ...
13496 * gdb.tui/: ... this new directory.
13497
13498 2017-03-07 Pedro Alves <palves@redhat.com>
13499
13500 * gdb.base/tui-layout.c: New file.
13501 * gdb.base/tui-layout.exp: New file.
13502
13503 2017-03-07 Pedro Alves <palves@redhat.com>
13504
13505 * gdb.base/tui-layout.c: Rename to ...
13506 * gdb.base/tui-disasm-long-lines.c: ... this.
13507 * gdb.base/tui-layout.exp: Rename to ...
13508 * gdb.base/tui-disasm-long-lines.exp: ... this.
13509
13510 2017-03-07 Pedro Alves <palves@redhat.com>
13511
13512 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13513
13514 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13515
13516 * i386-mpx-call.c: New file.
13517 * i386-mpx-call.exp: New file.
13518
13519 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13520
13521 * gdb.arch/powerpc-power.exp: Delete test.
13522 * gdb.arch/powerpc-power.s: Likewise.
13523 * gdb.disasm/disassembler-options.exp: New test.
13524 * gdb.arch/powerpc-altivec.exp: Likewise.
13525 * gdb.arch/powerpc-altivec.s: Likewise.
13526 * gdb.arch/powerpc-altivec2.exp: Likewise.
13527 * gdb.arch/powerpc-altivec2.s: Likewise.
13528 * gdb.arch/powerpc-altivec3.exp: Likewise.
13529 * gdb.arch/powerpc-altivec3.s: Likewise.
13530 * gdb.arch/powerpc-power7.exp: Likewise.
13531 * gdb.arch/powerpc-power7.s: Likewise.
13532 * gdb.arch/powerpc-power8.exp: Likewise.
13533 * gdb.arch/powerpc-power8.s: Likewise.
13534 * gdb.arch/powerpc-power9.exp: Likewise.
13535 * gdb.arch/powerpc-power9.s: Likewise.
13536 * gdb.arch/powerpc-vsx.exp: Likewise.
13537 * gdb.arch/powerpc-vsx.s: Likewise.
13538 * gdb.arch/powerpc-vsx2.exp: Likewise.
13539 * gdb.arch/powerpc-vsx2.s: Likewise.
13540 * gdb.arch/powerpc-vsx3.exp: Likewise.
13541 * gdb.arch/powerpc-vsx3.s: Likewise.
13542 * gdb.arch/arm-disassembler-options.exp: Likewise.
13543 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13544 * gdb.arch/s390-disassembler-options.exp: Likewise.
13545
13546 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13547
13548 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13549 (check_supported_features): ... this. Changed return type to void.
13550 (supports_rdseed): New static global.
13551 (rdseed): Check supports_rdseed.
13552 (initialize): Call check_supported_features.
13553
13554 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13555
13556 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13557 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13558 and lqarx/stqcx.
13559 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13560 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13561
13562 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13563
13564 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13565 uppercase.
13566
13567 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13568
13569 * gdb.dwarf2/formdata16.c: New file.
13570 * gdb.dwarf2/formdata16.exp: New file.
13571 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13572
13573 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13574
13575 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13576 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13577 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13578 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13579 DW_AT_GNU_*.
13580
13581 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13582
13583 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13584
13585 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13586
13587 PR gdb/21164
13588 * gdb.base/maint.exp: Add testcases for when the commands do
13589 not have arguments.
13590
13591 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13592
13593 * gdb.cp/chained-calls.exp: Use p instead of P.
13594
13595 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13596
13597 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13598 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13599
13600 2017-02-14 Tom Tromey <tom@tromey.com>
13601
13602 PR python/13598:
13603 * gdb.python/py-events.exp: Add before_prompt event tests.
13604
13605 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13606
13607 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13608
13609 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13610
13611 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13612 (main): Call my_unique_function_name.
13613 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13614 completion of patterns with a single match.
13615 Add missing -re switches to gdb_test_multiple calls.
13616
13617 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13618
13619 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13620 return if core file is not recognized.
13621
13622 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13623
13624 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13625 and extra UIs.
13626
13627 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13628
13629 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13630 proc_with_prefix.
13631
13632 2017-02-10 Tom Tromey <tom@tromey.com>
13633
13634 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13635
13636 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13637
13638 PR gdb/21122
13639 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13640
13641 2017-02-08 Jerome Guitton <guitton@adacore.com>
13642
13643 * gdb.base/define.exp: Add test for command abbreviations
13644 in define.
13645
13646 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13647
13648 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13649 * gdb.reverse/insn-reverse-x86.c: New file.
13650
13651 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13652
13653 PR tdep/20936
13654 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13655
13656 2017-02-03 Tom Tromey <tom@tromey.com>
13657
13658 PR rust/21097:
13659 * gdb.rust/simple.exp: Add new tests.
13660
13661 2017-02-02 Pedro Alves <palves@redhat.com>
13662
13663 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13664 tests.
13665
13666 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13667
13668 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13669 taking a 2-byte value out of a 4-byte DWARF implicit value on
13670 big-endian targets.
13671 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13672 logic. Add test cases for DW_OP_implicit.
13673
13674 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13675
13676 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13677
13678 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13679
13680 * gdb.btrace/enable.exp: Call gdb_exit before
13681 skip_gdbserver_tests.
13682
13683 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13684
13685 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13686 GDBFLAGS.
13687
13688 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13689
13690 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13691 the test is skipped.
13692 * gdb.btrace/data.exp: Likewise.
13693 * gdb.btrace/delta.exp: Likewise.
13694 * gdb.btrace/dlopen.exp: Likewise.
13695 * gdb.btrace/enable-running.exp: Likewise.
13696 * gdb.btrace/enable.exp: Likewise.
13697 * gdb.btrace/exception.exp: Likewise.
13698 * gdb.btrace/function_call_history.exp: Likewise.
13699 * gdb.btrace/gcore.exp: Likewise.
13700 * gdb.btrace/instruction_history.exp: Likewise.
13701 * gdb.btrace/multi-thread-step.exp: Likewise.
13702 * gdb.btrace/nohist.exp: Likewise.
13703 * gdb.btrace/non-stop.exp: Likewise.
13704 * gdb.btrace/reconnect.exp: Likewise.
13705 * gdb.btrace/record_goto-step.exp: Likewise.
13706 * gdb.btrace/record_goto.exp: Likewise.
13707 * gdb.btrace/rn-dl-bind.exp: Likewise.
13708 * gdb.btrace/segv.exp: Likewise.
13709 * gdb.btrace/step.exp: Likewise.
13710 * gdb.btrace/stepi.exp: Likewise.
13711 * gdb.btrace/tailcall-only.exp: Likewise.
13712 * gdb.btrace/tailcall.exp: Likewise.
13713 * gdb.btrace/tsx.exp: Likewise.
13714 * gdb.btrace/unknown_functions.exp: Likewise.
13715 * gdb.btrace/vdso.exp: Likewise.
13716
13717 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13718
13719 * gdb.btrace/enable-running.c: New.
13720 * gdb.btrace/enable-running.exp: New.
13721
13722 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13723
13724 * gdb.arch/amd64-gs_base.c: New file.
13725 * gdb.arch/amd64-gs_base.exp: New file.
13726
13727 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13728
13729 * lib/memory.exp: Remove spurious empty newlines.
13730
13731 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13732
13733 * gdb.python/py-bad-printers.exp: Load python file using "source".
13734 * gdb.python/py-events.exp: Likewise.
13735 * gdb.python/py-evsignal.exp: Likewise.
13736 * gdb.python/py-evthreads.exp: Likewise.
13737 * gdb.python/py-frame-args.exp: Likewise.
13738 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13739 * gdb.python/py-framefilter-mi.exp: Likewise.
13740 * gdb.python/py-framefilter.exp: Likewise.
13741 * gdb.python/py-mi.exp: Likewise.
13742 * gdb.python/py-pp-maint.exp: Likewise.
13743 * gdb.python/py-pp-registration.exp: Likewise.
13744 * gdb.python/py-prettyprint.exp: Likewise.
13745 (run_lang_tests): Likewise.
13746 * gdb.python/py-typeprint.exp: Likewise.
13747
13748 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13749
13750 * lib/memory.exp: New file.
13751 * lib/gdb.exp: Load memory.exp.
13752 * gdb.base/memattr.exp (delete_memory): Move proc to
13753 lib/memory.exp and rename to delete_memory_regions.
13754 Replace delete_memory with delete_memory_regions.
13755 Cleanup memory regions before tests.
13756 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13757 before tests.
13758
13759 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13760
13761 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13762 files.
13763 (initialize): New function conditionally defined.
13764 (testcases): Move within conditional block.
13765 (main): Call initialize.
13766 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13767 of gdb.reverse/insn-reverse.c.
13768 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13769 gdb.reverse/insn-reverse.c.
13770
13771 2017-01-26 Yao Qi <yao.qi@linaro.org>
13772
13773 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13774 disassemble on address 0.
13775
13776 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13777 Yao Qi <yao.qi@linaro.org>
13778
13779 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13780 * gdb.dwarf2/implptr-64bit.S: Remove.
13781 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13782 variables in caller's context. Add DW_OP_implicit_value.
13783
13784 2017-01-25 Yao Qi <yao.qi@linaro.org>
13785
13786 * lib/dwarf.exp (Dwarf::_location): Handle
13787 DW_OP_GNU_implicit_pointer with proper size.
13788
13789 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13790
13791 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13792 and add untested calls.
13793
13794 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13795
13796 * gdb.python/python.exp: Check line number against what GDB thinks
13797 the line number is for func1.
13798
13799 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13800
13801 * gdb.dlang/debug-expr.exp: New file.
13802
13803 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13804
13805 Fix test names for the following files:
13806
13807 * gdb.ada/exec_changed.exp
13808 * gdb.ada/info_types.exp
13809 * gdb.arch/aarch64-atomic-inst.exp
13810 * gdb.arch/aarch64-fp.exp
13811 * gdb.arch/altivec-abi.exp
13812 * gdb.arch/altivec-regs.exp
13813 * gdb.arch/amd64-byte.exp
13814 * gdb.arch/amd64-disp-step.exp
13815 * gdb.arch/amd64-dword.exp
13816 * gdb.arch/amd64-entry-value-inline.exp
13817 * gdb.arch/amd64-entry-value-param.exp
13818 * gdb.arch/amd64-entry-value-paramref.exp
13819 * gdb.arch/amd64-entry-value.exp
13820 * gdb.arch/amd64-i386-address.exp
13821 * gdb.arch/amd64-invalid-stack-middle.exp
13822 * gdb.arch/amd64-invalid-stack-top.exp
13823 * gdb.arch/amd64-optimout-repeat.exp
13824 * gdb.arch/amd64-prologue-skip.exp
13825 * gdb.arch/amd64-prologue-xmm.exp
13826 * gdb.arch/amd64-stap-special-operands.exp
13827 * gdb.arch/amd64-stap-wrong-subexp.exp
13828 * gdb.arch/amd64-tailcall-cxx.exp
13829 * gdb.arch/amd64-tailcall-noret.exp
13830 * gdb.arch/amd64-tailcall-ret.exp
13831 * gdb.arch/amd64-tailcall-self.exp
13832 * gdb.arch/amd64-word.exp
13833 * gdb.arch/arm-bl-branch-dest.exp
13834 * gdb.arch/arm-disp-step.exp
13835 * gdb.arch/arm-neon.exp
13836 * gdb.arch/arm-single-step-kernel-helper.exp
13837 * gdb.arch/avr-flash-qualifier.exp
13838 * gdb.arch/disp-step-insn-reloc.exp
13839 * gdb.arch/e500-abi.exp
13840 * gdb.arch/e500-regs.exp
13841 * gdb.arch/ftrace-insn-reloc.exp
13842 * gdb.arch/i386-avx512.exp
13843 * gdb.arch/i386-bp_permanent.exp
13844 * gdb.arch/i386-byte.exp
13845 * gdb.arch/i386-cfi-notcurrent.exp
13846 * gdb.arch/i386-disp-step.exp
13847 * gdb.arch/i386-dr3-watch.exp
13848 * gdb.arch/i386-float.exp
13849 * gdb.arch/i386-gnu-cfi.exp
13850 * gdb.arch/i386-mpx-map.exp
13851 * gdb.arch/i386-mpx-sigsegv.exp
13852 * gdb.arch/i386-mpx-simple_segv.exp
13853 * gdb.arch/i386-mpx.exp
13854 * gdb.arch/i386-permbkpt.exp
13855 * gdb.arch/i386-prologue.exp
13856 * gdb.arch/i386-signal.exp
13857 * gdb.arch/i386-size-overlap.exp
13858 * gdb.arch/i386-unwind.exp
13859 * gdb.arch/i386-word.exp
13860 * gdb.arch/mips-fcr.exp
13861 * gdb.arch/powerpc-d128-regs.exp
13862 * gdb.arch/powerpc-stackless.exp
13863 * gdb.arch/ppc64-atomic-inst.exp
13864 * gdb.arch/s390-stackless.exp
13865 * gdb.arch/s390-tdbregs.exp
13866 * gdb.arch/s390-vregs.exp
13867 * gdb.arch/sparc-sysstep.exp
13868 * gdb.arch/thumb-bx-pc.exp
13869 * gdb.arch/thumb-singlestep.exp
13870 * gdb.arch/thumb2-it.exp
13871 * gdb.arch/vsx-regs.exp
13872 * gdb.asm/asm-source.exp
13873 * gdb.base/a2-run.exp
13874 * gdb.base/advance.exp
13875 * gdb.base/all-bin.exp
13876 * gdb.base/anon.exp
13877 * gdb.base/args.exp
13878 * gdb.base/arithmet.exp
13879 * gdb.base/async-shell.exp
13880 * gdb.base/async.exp
13881 * gdb.base/attach-pie-noexec.exp
13882 * gdb.base/attach-twice.exp
13883 * gdb.base/auto-load.exp
13884 * gdb.base/bang.exp
13885 * gdb.base/bitfields.exp
13886 * gdb.base/break-always.exp
13887 * gdb.base/break-caller-line.exp
13888 * gdb.base/break-entry.exp
13889 * gdb.base/break-inline.exp
13890 * gdb.base/break-on-linker-gcd-function.exp
13891 * gdb.base/break-probes.exp
13892 * gdb.base/break.exp
13893 * gdb.base/breakpoint-shadow.exp
13894 * gdb.base/call-ar-st.exp
13895 * gdb.base/call-sc.exp
13896 * gdb.base/call-signal-resume.exp
13897 * gdb.base/call-strs.exp
13898 * gdb.base/callfuncs.exp
13899 * gdb.base/catch-fork-static.exp
13900 * gdb.base/catch-gdb-caused-signals.exp
13901 * gdb.base/catch-load.exp
13902 * gdb.base/catch-signal-fork.exp
13903 * gdb.base/catch-signal.exp
13904 * gdb.base/catch-syscall.exp
13905 * gdb.base/charset.exp
13906 * gdb.base/checkpoint.exp
13907 * gdb.base/chng-syms.exp
13908 * gdb.base/code-expr.exp
13909 * gdb.base/code_elim.exp
13910 * gdb.base/commands.exp
13911 * gdb.base/completion.exp
13912 * gdb.base/complex.exp
13913 * gdb.base/cond-expr.exp
13914 * gdb.base/condbreak.exp
13915 * gdb.base/consecutive.exp
13916 * gdb.base/continue-all-already-running.exp
13917 * gdb.base/coredump-filter.exp
13918 * gdb.base/corefile.exp
13919 * gdb.base/dbx.exp
13920 * gdb.base/debug-expr.exp
13921 * gdb.base/define.exp
13922 * gdb.base/del.exp
13923 * gdb.base/disabled-location.exp
13924 * gdb.base/disasm-end-cu.exp
13925 * gdb.base/disasm-optim.exp
13926 * gdb.base/display.exp
13927 * gdb.base/duplicate-bp.exp
13928 * gdb.base/ena-dis-br.exp
13929 * gdb.base/ending-run.exp
13930 * gdb.base/enumval.exp
13931 * gdb.base/environ.exp
13932 * gdb.base/eu-strip-infcall.exp
13933 * gdb.base/eval-avoid-side-effects.exp
13934 * gdb.base/eval-skip.exp
13935 * gdb.base/exitsignal.exp
13936 * gdb.base/expand-psymtabs.exp
13937 * gdb.base/filesym.exp
13938 * gdb.base/find-unmapped.exp
13939 * gdb.base/finish.exp
13940 * gdb.base/float.exp
13941 * gdb.base/foll-exec-mode.exp
13942 * gdb.base/foll-exec.exp
13943 * gdb.base/foll-fork.exp
13944 * gdb.base/fortran-sym-case.exp
13945 * gdb.base/freebpcmd.exp
13946 * gdb.base/func-ptr.exp
13947 * gdb.base/func-ptrs.exp
13948 * gdb.base/funcargs.exp
13949 * gdb.base/gcore-buffer-overflow.exp
13950 * gdb.base/gcore-relro-pie.exp
13951 * gdb.base/gcore-relro.exp
13952 * gdb.base/gcore.exp
13953 * gdb.base/gdb1090.exp
13954 * gdb.base/gdb11530.exp
13955 * gdb.base/gdb11531.exp
13956 * gdb.base/gdb1821.exp
13957 * gdb.base/gdbindex-stabs.exp
13958 * gdb.base/gdbvars.exp
13959 * gdb.base/hbreak.exp
13960 * gdb.base/hbreak2.exp
13961 * gdb.base/included.exp
13962 * gdb.base/infcall-input.exp
13963 * gdb.base/inferior-died.exp
13964 * gdb.base/infnan.exp
13965 * gdb.base/info-macros.exp
13966 * gdb.base/info-os.exp
13967 * gdb.base/info-proc.exp
13968 * gdb.base/info-shared.exp
13969 * gdb.base/info-target.exp
13970 * gdb.base/infoline.exp
13971 * gdb.base/interp.exp
13972 * gdb.base/interrupt.exp
13973 * gdb.base/jit-reader.exp
13974 * gdb.base/jit-simple.exp
13975 * gdb.base/kill-after-signal.exp
13976 * gdb.base/kill-detach-inferiors-cmd.exp
13977 * gdb.base/label.exp
13978 * gdb.base/langs.exp
13979 * gdb.base/ldbl_e308.exp
13980 * gdb.base/line-symtabs.exp
13981 * gdb.base/linespecs.exp
13982 * gdb.base/list.exp
13983 * gdb.base/long_long.exp
13984 * gdb.base/longest-types.exp
13985 * gdb.base/maint.exp
13986 * gdb.base/max-value-size.exp
13987 * gdb.base/memattr.exp
13988 * gdb.base/mips_pro.exp
13989 * gdb.base/morestack.exp
13990 * gdb.base/moribund-step.exp
13991 * gdb.base/multi-forks.exp
13992 * gdb.base/nested-addr.exp
13993 * gdb.base/nextoverexit.exp
13994 * gdb.base/noreturn-finish.exp
13995 * gdb.base/noreturn-return.exp
13996 * gdb.base/nostdlib.exp
13997 * gdb.base/offsets.exp
13998 * gdb.base/opaque.exp
13999 * gdb.base/pc-fp.exp
14000 * gdb.base/permissions.exp
14001 * gdb.base/print-symbol-loading.exp
14002 * gdb.base/prologue-include.exp
14003 * gdb.base/psymtab.exp
14004 * gdb.base/ptype.exp
14005 * gdb.base/random-signal.exp
14006 * gdb.base/randomize.exp
14007 * gdb.base/range-stepping.exp
14008 * gdb.base/readline-ask.exp
14009 * gdb.base/recpar.exp
14010 * gdb.base/recurse.exp
14011 * gdb.base/relational.exp
14012 * gdb.base/restore.exp
14013 * gdb.base/return-nodebug.exp
14014 * gdb.base/return.exp
14015 * gdb.base/run-after-attach.exp
14016 * gdb.base/save-bp.exp
14017 * gdb.base/scope.exp
14018 * gdb.base/sect-cmd.exp
14019 * gdb.base/set-lang-auto.exp
14020 * gdb.base/set-noassign.exp
14021 * gdb.base/setvar.exp
14022 * gdb.base/sigall.exp
14023 * gdb.base/sigbpt.exp
14024 * gdb.base/siginfo-addr.exp
14025 * gdb.base/siginfo-infcall.exp
14026 * gdb.base/siginfo-obj.exp
14027 * gdb.base/siginfo.exp
14028 * gdb.base/signals-state-child.exp
14029 * gdb.base/signest.exp
14030 * gdb.base/sigstep.exp
14031 * gdb.base/sizeof.exp
14032 * gdb.base/skip.exp
14033 * gdb.base/solib-corrupted.exp
14034 * gdb.base/solib-nodir.exp
14035 * gdb.base/solib-search.exp
14036 * gdb.base/stack-checking.exp
14037 * gdb.base/stale-infcall.exp
14038 * gdb.base/stap-probe.exp
14039 * gdb.base/start.exp
14040 * gdb.base/step-break.exp
14041 * gdb.base/step-bt.exp
14042 * gdb.base/step-line.exp
14043 * gdb.base/step-over-exit.exp
14044 * gdb.base/step-over-syscall.exp
14045 * gdb.base/step-resume-infcall.exp
14046 * gdb.base/step-test.exp
14047 * gdb.base/store.exp
14048 * gdb.base/structs3.exp
14049 * gdb.base/sym-file.exp
14050 * gdb.base/symbol-without-target_section.exp
14051 * gdb.base/term.exp
14052 * gdb.base/testenv.exp
14053 * gdb.base/ui-redirect.exp
14054 * gdb.base/until.exp
14055 * gdb.base/unwindonsignal.exp
14056 * gdb.base/value-double-free.exp
14057 * gdb.base/vla-datatypes.exp
14058 * gdb.base/vla-ptr.exp
14059 * gdb.base/vla-sideeffect.exp
14060 * gdb.base/volatile.exp
14061 * gdb.base/watch-cond-infcall.exp
14062 * gdb.base/watch-cond.exp
14063 * gdb.base/watch-non-mem.exp
14064 * gdb.base/watch-read.exp
14065 * gdb.base/watch-vfork.exp
14066 * gdb.base/watchpoint-cond-gone.exp
14067 * gdb.base/watchpoint-delete.exp
14068 * gdb.base/watchpoint-hw-hit-once.exp
14069 * gdb.base/watchpoint-hw.exp
14070 * gdb.base/watchpoint-stops-at-right-insn.exp
14071 * gdb.base/watchpoints.exp
14072 * gdb.base/wchar.exp
14073 * gdb.base/whatis-exp.exp
14074 * gdb.btrace/buffer-size.exp
14075 * gdb.btrace/data.exp
14076 * gdb.btrace/delta.exp
14077 * gdb.btrace/dlopen.exp
14078 * gdb.btrace/enable.exp
14079 * gdb.btrace/exception.exp
14080 * gdb.btrace/function_call_history.exp
14081 * gdb.btrace/gcore.exp
14082 * gdb.btrace/instruction_history.exp
14083 * gdb.btrace/nohist.exp
14084 * gdb.btrace/reconnect.exp
14085 * gdb.btrace/record_goto-step.exp
14086 * gdb.btrace/record_goto.exp
14087 * gdb.btrace/rn-dl-bind.exp
14088 * gdb.btrace/segv.exp
14089 * gdb.btrace/step.exp
14090 * gdb.btrace/stepi.exp
14091 * gdb.btrace/tailcall-only.exp
14092 * gdb.btrace/tailcall.exp
14093 * gdb.btrace/tsx.exp
14094 * gdb.btrace/unknown_functions.exp
14095 * gdb.btrace/vdso.exp
14096 * gdb.compile/compile-ifunc.exp
14097 * gdb.compile/compile-ops.exp
14098 * gdb.compile/compile-print.exp
14099 * gdb.compile/compile-setjmp.exp
14100 * gdb.cp/abstract-origin.exp
14101 * gdb.cp/ambiguous.exp
14102 * gdb.cp/annota2.exp
14103 * gdb.cp/annota3.exp
14104 * gdb.cp/anon-ns.exp
14105 * gdb.cp/anon-struct.exp
14106 * gdb.cp/anon-union.exp
14107 * gdb.cp/arg-reference.exp
14108 * gdb.cp/baseenum.exp
14109 * gdb.cp/bool.exp
14110 * gdb.cp/breakpoint.exp
14111 * gdb.cp/bs15503.exp
14112 * gdb.cp/call-c.exp
14113 * gdb.cp/casts.exp
14114 * gdb.cp/chained-calls.exp
14115 * gdb.cp/class2.exp
14116 * gdb.cp/classes.exp
14117 * gdb.cp/cmpd-minsyms.exp
14118 * gdb.cp/converts.exp
14119 * gdb.cp/cp-relocate.exp
14120 * gdb.cp/cpcompletion.exp
14121 * gdb.cp/cpexprs.exp
14122 * gdb.cp/cplabel.exp
14123 * gdb.cp/cplusfuncs.exp
14124 * gdb.cp/cpsizeof.exp
14125 * gdb.cp/ctti.exp
14126 * gdb.cp/derivation.exp
14127 * gdb.cp/destrprint.exp
14128 * gdb.cp/dispcxx.exp
14129 * gdb.cp/enum-class.exp
14130 * gdb.cp/exception.exp
14131 * gdb.cp/exceptprint.exp
14132 * gdb.cp/expand-psymtabs-cxx.exp
14133 * gdb.cp/expand-sals.exp
14134 * gdb.cp/extern-c.exp
14135 * gdb.cp/filename.exp
14136 * gdb.cp/formatted-ref.exp
14137 * gdb.cp/fpointer.exp
14138 * gdb.cp/gdb1355.exp
14139 * gdb.cp/gdb2495.exp
14140 * gdb.cp/hang.exp
14141 * gdb.cp/impl-this.exp
14142 * gdb.cp/infcall-dlopen.exp
14143 * gdb.cp/inherit.exp
14144 * gdb.cp/iostream.exp
14145 * gdb.cp/koenig.exp
14146 * gdb.cp/local.exp
14147 * gdb.cp/m-data.exp
14148 * gdb.cp/m-static.exp
14149 * gdb.cp/mb-ctor.exp
14150 * gdb.cp/mb-inline.exp
14151 * gdb.cp/mb-templates.exp
14152 * gdb.cp/member-name.exp
14153 * gdb.cp/member-ptr.exp
14154 * gdb.cp/meth-typedefs.exp
14155 * gdb.cp/method.exp
14156 * gdb.cp/method2.exp
14157 * gdb.cp/minsym-fallback.exp
14158 * gdb.cp/misc.exp
14159 * gdb.cp/namelessclass.exp
14160 * gdb.cp/namespace-enum.exp
14161 * gdb.cp/namespace-nested-import.exp
14162 * gdb.cp/namespace.exp
14163 * gdb.cp/nextoverthrow.exp
14164 * gdb.cp/no-dmgl-verbose.exp
14165 * gdb.cp/non-trivial-retval.exp
14166 * gdb.cp/noparam.exp
14167 * gdb.cp/nsdecl.exp
14168 * gdb.cp/nsimport.exp
14169 * gdb.cp/nsnested.exp
14170 * gdb.cp/nsnoimports.exp
14171 * gdb.cp/nsrecurs.exp
14172 * gdb.cp/nsstress.exp
14173 * gdb.cp/nsusing.exp
14174 * gdb.cp/operator.exp
14175 * gdb.cp/oranking.exp
14176 * gdb.cp/overload-const.exp
14177 * gdb.cp/overload.exp
14178 * gdb.cp/ovldbreak.exp
14179 * gdb.cp/ovsrch.exp
14180 * gdb.cp/paren-type.exp
14181 * gdb.cp/parse-lang.exp
14182 * gdb.cp/pass-by-ref.exp
14183 * gdb.cp/pr-1023.exp
14184 * gdb.cp/pr-1210.exp
14185 * gdb.cp/pr-574.exp
14186 * gdb.cp/pr10687.exp
14187 * gdb.cp/pr12028.exp
14188 * gdb.cp/pr17132.exp
14189 * gdb.cp/pr17494.exp
14190 * gdb.cp/pr9067.exp
14191 * gdb.cp/pr9167.exp
14192 * gdb.cp/pr9631.exp
14193 * gdb.cp/printmethod.exp
14194 * gdb.cp/psmang.exp
14195 * gdb.cp/psymtab-parameter.exp
14196 * gdb.cp/ptype-cv-cp.exp
14197 * gdb.cp/ptype-flags.exp
14198 * gdb.cp/re-set-overloaded.exp
14199 * gdb.cp/ref-types.exp
14200 * gdb.cp/rtti.exp
14201 * gdb.cp/scope-err.exp
14202 * gdb.cp/shadow.exp
14203 * gdb.cp/smartp.exp
14204 * gdb.cp/static-method.exp
14205 * gdb.cp/static-print-quit.exp
14206 * gdb.cp/temargs.exp
14207 * gdb.cp/templates.exp
14208 * gdb.cp/try_catch.exp
14209 * gdb.cp/typedef-operator.exp
14210 * gdb.cp/typeid.exp
14211 * gdb.cp/userdef.exp
14212 * gdb.cp/using-crash.exp
14213 * gdb.cp/var-tag.exp
14214 * gdb.cp/virtbase.exp
14215 * gdb.cp/virtfunc.exp
14216 * gdb.cp/virtfunc2.exp
14217 * gdb.cp/vla-cxx.exp
14218 * gdb.disasm/t01_mov.exp
14219 * gdb.disasm/t02_mova.exp
14220 * gdb.disasm/t03_add.exp
14221 * gdb.disasm/t04_sub.exp
14222 * gdb.disasm/t05_cmp.exp
14223 * gdb.disasm/t06_ari2.exp
14224 * gdb.disasm/t07_ari3.exp
14225 * gdb.disasm/t08_or.exp
14226 * gdb.disasm/t09_xor.exp
14227 * gdb.disasm/t10_and.exp
14228 * gdb.disasm/t11_logs.exp
14229 * gdb.disasm/t12_bit.exp
14230 * gdb.disasm/t13_otr.exp
14231 * gdb.dlang/circular.exp
14232 * gdb.dwarf2/arr-stride.exp
14233 * gdb.dwarf2/arr-subrange.exp
14234 * gdb.dwarf2/atomic-type.exp
14235 * gdb.dwarf2/bad-regnum.exp
14236 * gdb.dwarf2/bitfield-parent-optimized-out.exp
14237 * gdb.dwarf2/callframecfa.exp
14238 * gdb.dwarf2/clztest.exp
14239 * gdb.dwarf2/corrupt.exp
14240 * gdb.dwarf2/data-loc.exp
14241 * gdb.dwarf2/dup-psym.exp
14242 * gdb.dwarf2/dw2-anon-mptr.exp
14243 * gdb.dwarf2/dw2-anonymous-func.exp
14244 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
14245 * gdb.dwarf2/dw2-bad-unresolved.exp
14246 * gdb.dwarf2/dw2-basic.exp
14247 * gdb.dwarf2/dw2-canonicalize-type.exp
14248 * gdb.dwarf2/dw2-case-insensitive.exp
14249 * gdb.dwarf2/dw2-common-block.exp
14250 * gdb.dwarf2/dw2-compdir-oldgcc.exp
14251 * gdb.dwarf2/dw2-compressed.exp
14252 * gdb.dwarf2/dw2-const.exp
14253 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
14254 * gdb.dwarf2/dw2-cu-size.exp
14255 * gdb.dwarf2/dw2-dup-frame.exp
14256 * gdb.dwarf2/dw2-entry-value.exp
14257 * gdb.dwarf2/dw2-icycle.exp
14258 * gdb.dwarf2/dw2-ifort-parameter.exp
14259 * gdb.dwarf2/dw2-inline-break.exp
14260 * gdb.dwarf2/dw2-inline-param.exp
14261 * gdb.dwarf2/dw2-intercu.exp
14262 * gdb.dwarf2/dw2-intermix.exp
14263 * gdb.dwarf2/dw2-lexical-block-bare.exp
14264 * gdb.dwarf2/dw2-linkage-name-trust.exp
14265 * gdb.dwarf2/dw2-minsym-in-cu.exp
14266 * gdb.dwarf2/dw2-noloc.exp
14267 * gdb.dwarf2/dw2-op-call.exp
14268 * gdb.dwarf2/dw2-op-out-param.exp
14269 * gdb.dwarf2/dw2-opt-structptr.exp
14270 * gdb.dwarf2/dw2-param-error.exp
14271 * gdb.dwarf2/dw2-producer.exp
14272 * gdb.dwarf2/dw2-ranges-base.exp
14273 * gdb.dwarf2/dw2-ref-missing-frame.exp
14274 * gdb.dwarf2/dw2-reg-undefined.exp
14275 * gdb.dwarf2/dw2-regno-invalid.exp
14276 * gdb.dwarf2/dw2-restore.exp
14277 * gdb.dwarf2/dw2-restrict.exp
14278 * gdb.dwarf2/dw2-single-line-discriminators.exp
14279 * gdb.dwarf2/dw2-strp.exp
14280 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14281 * gdb.dwarf2/dw2-unresolved.exp
14282 * gdb.dwarf2/dw2-var-zero-addr.exp
14283 * gdb.dwarf2/dw4-sig-types.exp
14284 * gdb.dwarf2/dwz.exp
14285 * gdb.dwarf2/dynarr-ptr.exp
14286 * gdb.dwarf2/enum-type.exp
14287 * gdb.dwarf2/gdb-index.exp
14288 * gdb.dwarf2/implptr-64bit.exp
14289 * gdb.dwarf2/implptr-optimized-out.exp
14290 * gdb.dwarf2/implptr.exp
14291 * gdb.dwarf2/implref-array.exp
14292 * gdb.dwarf2/implref-const.exp
14293 * gdb.dwarf2/implref-global.exp
14294 * gdb.dwarf2/implref-struct.exp
14295 * gdb.dwarf2/mac-fileno.exp
14296 * gdb.dwarf2/main-subprogram.exp
14297 * gdb.dwarf2/member-ptr-forwardref.exp
14298 * gdb.dwarf2/method-ptr.exp
14299 * gdb.dwarf2/missing-sig-type.exp
14300 * gdb.dwarf2/nonvar-access.exp
14301 * gdb.dwarf2/opaque-type-lookup.exp
14302 * gdb.dwarf2/pieces-optimized-out.exp
14303 * gdb.dwarf2/pieces.exp
14304 * gdb.dwarf2/pr10770.exp
14305 * gdb.dwarf2/pr13961.exp
14306 * gdb.dwarf2/staticvirtual.exp
14307 * gdb.dwarf2/subrange.exp
14308 * gdb.dwarf2/symtab-producer.exp
14309 * gdb.dwarf2/trace-crash.exp
14310 * gdb.dwarf2/typeddwarf.exp
14311 * gdb.dwarf2/valop.exp
14312 * gdb.dwarf2/watch-notconst.exp
14313 * gdb.fortran/array-element.exp
14314 * gdb.fortran/charset.exp
14315 * gdb.fortran/common-block.exp
14316 * gdb.fortran/complex.exp
14317 * gdb.fortran/derived-type-function.exp
14318 * gdb.fortran/derived-type.exp
14319 * gdb.fortran/logical.exp
14320 * gdb.fortran/module.exp
14321 * gdb.fortran/multi-dim.exp
14322 * gdb.fortran/nested-funcs.exp
14323 * gdb.fortran/print-formatted.exp
14324 * gdb.fortran/subarray.exp
14325 * gdb.fortran/vla-alloc-assoc.exp
14326 * gdb.fortran/vla-datatypes.exp
14327 * gdb.fortran/vla-history.exp
14328 * gdb.fortran/vla-ptr-info.exp
14329 * gdb.fortran/vla-ptype-sub.exp
14330 * gdb.fortran/vla-ptype.exp
14331 * gdb.fortran/vla-sizeof.exp
14332 * gdb.fortran/vla-type.exp
14333 * gdb.fortran/vla-value-sub-arbitrary.exp
14334 * gdb.fortran/vla-value-sub-finish.exp
14335 * gdb.fortran/vla-value-sub.exp
14336 * gdb.fortran/vla-value.exp
14337 * gdb.fortran/whatis_type.exp
14338 * gdb.go/chan.exp
14339 * gdb.go/handcall.exp
14340 * gdb.go/hello.exp
14341 * gdb.go/integers.exp
14342 * gdb.go/methods.exp
14343 * gdb.go/package.exp
14344 * gdb.go/strings.exp
14345 * gdb.go/types.exp
14346 * gdb.go/unsafe.exp
14347 * gdb.guile/scm-arch.exp
14348 * gdb.guile/scm-block.exp
14349 * gdb.guile/scm-breakpoint.exp
14350 * gdb.guile/scm-cmd.exp
14351 * gdb.guile/scm-disasm.exp
14352 * gdb.guile/scm-equal.exp
14353 * gdb.guile/scm-frame-args.exp
14354 * gdb.guile/scm-frame-inline.exp
14355 * gdb.guile/scm-frame.exp
14356 * gdb.guile/scm-iterator.exp
14357 * gdb.guile/scm-math.exp
14358 * gdb.guile/scm-objfile.exp
14359 * gdb.guile/scm-ports.exp
14360 * gdb.guile/scm-symbol.exp
14361 * gdb.guile/scm-symtab.exp
14362 * gdb.guile/scm-value-cc.exp
14363 * gdb.guile/types-module.exp
14364 * gdb.linespec/break-ask.exp
14365 * gdb.linespec/cpexplicit.exp
14366 * gdb.linespec/explicit.exp
14367 * gdb.linespec/keywords.exp
14368 * gdb.linespec/linespec.exp
14369 * gdb.linespec/ls-dollar.exp
14370 * gdb.linespec/ls-errs.exp
14371 * gdb.linespec/skip-two.exp
14372 * gdb.linespec/thread.exp
14373 * gdb.mi/mi-async.exp
14374 * gdb.mi/mi-basics.exp
14375 * gdb.mi/mi-break.exp
14376 * gdb.mi/mi-catch-load.exp
14377 * gdb.mi/mi-cli.exp
14378 * gdb.mi/mi-cmd-param-changed.exp
14379 * gdb.mi/mi-console.exp
14380 * gdb.mi/mi-detach.exp
14381 * gdb.mi/mi-disassemble.exp
14382 * gdb.mi/mi-eval.exp
14383 * gdb.mi/mi-file-transfer.exp
14384 * gdb.mi/mi-file.exp
14385 * gdb.mi/mi-fill-memory.exp
14386 * gdb.mi/mi-inheritance-syntax-error.exp
14387 * gdb.mi/mi-linespec-err-cp.exp
14388 * gdb.mi/mi-logging.exp
14389 * gdb.mi/mi-memory-changed.exp
14390 * gdb.mi/mi-read-memory.exp
14391 * gdb.mi/mi-record-changed.exp
14392 * gdb.mi/mi-reg-undefined.exp
14393 * gdb.mi/mi-regs.exp
14394 * gdb.mi/mi-return.exp
14395 * gdb.mi/mi-reverse.exp
14396 * gdb.mi/mi-simplerun.exp
14397 * gdb.mi/mi-solib.exp
14398 * gdb.mi/mi-stack.exp
14399 * gdb.mi/mi-stepi.exp
14400 * gdb.mi/mi-syn-frame.exp
14401 * gdb.mi/mi-until.exp
14402 * gdb.mi/mi-var-block.exp
14403 * gdb.mi/mi-var-child.exp
14404 * gdb.mi/mi-var-cmd.exp
14405 * gdb.mi/mi-var-cp.exp
14406 * gdb.mi/mi-var-display.exp
14407 * gdb.mi/mi-var-invalidate.exp
14408 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14409 * gdb.mi/mi-vla-fortran.exp
14410 * gdb.mi/mi-watch.exp
14411 * gdb.mi/mi2-var-child.exp
14412 * gdb.mi/user-selected-context-sync.exp
14413 * gdb.modula2/unbounded-array.exp
14414 * gdb.multi/dummy-frame-restore.exp
14415 * gdb.multi/multi-arch-exec.exp
14416 * gdb.multi/multi-arch.exp
14417 * gdb.multi/tids.exp
14418 * gdb.multi/watchpoint-multi.exp
14419 * gdb.opencl/callfuncs.exp
14420 * gdb.opencl/convs_casts.exp
14421 * gdb.opencl/datatypes.exp
14422 * gdb.opencl/operators.exp
14423 * gdb.opencl/vec_comps.exp
14424 * gdb.opt/clobbered-registers-O2.exp
14425 * gdb.opt/inline-break.exp
14426 * gdb.opt/inline-bt.exp
14427 * gdb.opt/inline-cmds.exp
14428 * gdb.opt/inline-locals.exp
14429 * gdb.pascal/case-insensitive-symbols.exp
14430 * gdb.pascal/floats.exp
14431 * gdb.pascal/gdb11492.exp
14432 * gdb.python/lib-types.exp
14433 * gdb.python/py-arch.exp
14434 * gdb.python/py-as-string.exp
14435 * gdb.python/py-bad-printers.exp
14436 * gdb.python/py-block.exp
14437 * gdb.python/py-breakpoint-create-fail.exp
14438 * gdb.python/py-breakpoint.exp
14439 * gdb.python/py-caller-is.exp
14440 * gdb.python/py-cmd.exp
14441 * gdb.python/py-explore-cc.exp
14442 * gdb.python/py-explore.exp
14443 * gdb.python/py-finish-breakpoint.exp
14444 * gdb.python/py-finish-breakpoint2.exp
14445 * gdb.python/py-frame-args.exp
14446 * gdb.python/py-frame-inline.exp
14447 * gdb.python/py-frame.exp
14448 * gdb.python/py-framefilter-mi.exp
14449 * gdb.python/py-infthread.exp
14450 * gdb.python/py-lazy-string.exp
14451 * gdb.python/py-linetable.exp
14452 * gdb.python/py-mi-events.exp
14453 * gdb.python/py-mi-objfile.exp
14454 * gdb.python/py-mi.exp
14455 * gdb.python/py-objfile.exp
14456 * gdb.python/py-pp-integral.exp
14457 * gdb.python/py-pp-maint.exp
14458 * gdb.python/py-pp-re-notag.exp
14459 * gdb.python/py-pp-registration.exp
14460 * gdb.python/py-recurse-unwind.exp
14461 * gdb.python/py-strfns.exp
14462 * gdb.python/py-symbol.exp
14463 * gdb.python/py-symtab.exp
14464 * gdb.python/py-sync-interp.exp
14465 * gdb.python/py-typeprint.exp
14466 * gdb.python/py-unwind-maint.exp
14467 * gdb.python/py-unwind.exp
14468 * gdb.python/py-value-cc.exp
14469 * gdb.python/py-xmethods.exp
14470 * gdb.reverse/amd64-tailcall-reverse.exp
14471 * gdb.reverse/break-precsave.exp
14472 * gdb.reverse/break-reverse.exp
14473 * gdb.reverse/consecutive-precsave.exp
14474 * gdb.reverse/consecutive-reverse.exp
14475 * gdb.reverse/finish-precsave.exp
14476 * gdb.reverse/finish-reverse-bkpt.exp
14477 * gdb.reverse/finish-reverse.exp
14478 * gdb.reverse/fstatat-reverse.exp
14479 * gdb.reverse/getresuid-reverse.exp
14480 * gdb.reverse/i386-precsave.exp
14481 * gdb.reverse/i386-reverse.exp
14482 * gdb.reverse/i386-sse-reverse.exp
14483 * gdb.reverse/i387-env-reverse.exp
14484 * gdb.reverse/i387-stack-reverse.exp
14485 * gdb.reverse/insn-reverse.exp
14486 * gdb.reverse/machinestate-precsave.exp
14487 * gdb.reverse/machinestate.exp
14488 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14489 * gdb.reverse/pipe-reverse.exp
14490 * gdb.reverse/readv-reverse.exp
14491 * gdb.reverse/recvmsg-reverse.exp
14492 * gdb.reverse/rerun-prec.exp
14493 * gdb.reverse/s390-mvcle.exp
14494 * gdb.reverse/step-precsave.exp
14495 * gdb.reverse/step-reverse.exp
14496 * gdb.reverse/time-reverse.exp
14497 * gdb.reverse/until-precsave.exp
14498 * gdb.reverse/until-reverse.exp
14499 * gdb.reverse/waitpid-reverse.exp
14500 * gdb.reverse/watch-precsave.exp
14501 * gdb.reverse/watch-reverse.exp
14502 * gdb.rust/generics.exp
14503 * gdb.rust/methods.exp
14504 * gdb.rust/modules.exp
14505 * gdb.rust/simple.exp
14506 * gdb.server/connect-with-no-symbol-file.exp
14507 * gdb.server/ext-attach.exp
14508 * gdb.server/ext-restart.exp
14509 * gdb.server/ext-wrapper.exp
14510 * gdb.server/file-transfer.exp
14511 * gdb.server/server-exec-info.exp
14512 * gdb.server/server-kill.exp
14513 * gdb.server/server-mon.exp
14514 * gdb.server/wrapper.exp
14515 * gdb.stabs/exclfwd.exp
14516 * gdb.stabs/gdb11479.exp
14517 * gdb.threads/clone-new-thread-event.exp
14518 * gdb.threads/corethreads.exp
14519 * gdb.threads/current-lwp-dead.exp
14520 * gdb.threads/dlopen-libpthread.exp
14521 * gdb.threads/gcore-thread.exp
14522 * gdb.threads/sigstep-threads.exp
14523 * gdb.threads/watchpoint-fork.exp
14524 * gdb.trace/actions-changed.exp
14525 * gdb.trace/backtrace.exp
14526 * gdb.trace/change-loc.exp
14527 * gdb.trace/circ.exp
14528 * gdb.trace/collection.exp
14529 * gdb.trace/disconnected-tracing.exp
14530 * gdb.trace/ftrace.exp
14531 * gdb.trace/mi-trace-frame-collected.exp
14532 * gdb.trace/mi-trace-unavailable.exp
14533 * gdb.trace/mi-traceframe-changed.exp
14534 * gdb.trace/mi-tsv-changed.exp
14535 * gdb.trace/no-attach-trace.exp
14536 * gdb.trace/passc-dyn.exp
14537 * gdb.trace/qtro.exp
14538 * gdb.trace/range-stepping.exp
14539 * gdb.trace/read-memory.exp
14540 * gdb.trace/save-trace.exp
14541 * gdb.trace/signal.exp
14542 * gdb.trace/status-stop.exp
14543 * gdb.trace/tfile.exp
14544 * gdb.trace/trace-break.exp
14545 * gdb.trace/trace-buffer-size.exp
14546 * gdb.trace/trace-condition.exp
14547 * gdb.trace/tracefile-pseudo-reg.exp
14548 * gdb.trace/tstatus.exp
14549 * gdb.trace/unavailable.exp
14550 * gdb.trace/while-dyn.exp
14551 * gdb.trace/while-stepping.exp
14552
14553 2016-12-22 Doug Evans <xdje42@gmail.com>
14554
14555 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14556 and msymbols.
14557
14558 2016-12-19 Yao Qi <yao.qi@linaro.org>
14559
14560 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14561 (test_with_self): Don't call do_steps_and_nexts, and remove
14562 code about stepping into xmalloc.
14563
14564 2016-12-09 Yao Qi <yao.qi@linaro.org>
14565
14566 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14567
14568 2016-12-09 Yao Qi <yao.qi@linaro.org>
14569
14570 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14571
14572 2016-12-09 Pedro Alves <palves@redhat.com>
14573
14574 * gdb.base/all-architectures-0.exp: New file.
14575 * gdb.base/all-architectures-1.exp: New file.
14576 * gdb.base/all-architectures-2.exp: New file.
14577 * gdb.base/all-architectures-3.exp: New file.
14578 * gdb.base/all-architectures-4.exp: New file.
14579 * gdb.base/all-architectures-5.exp: New file.
14580 * gdb.base/all-architectures-6.exp: New file.
14581 * gdb.base/all-architectures-7.exp: New file.
14582 * gdb.base/all-architectures.exp.in: New file.
14583
14584 2016-12-09 Yao Qi <yao.qi@linaro.org>
14585
14586 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14587
14588 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14589
14590 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14591 possible.
14592 Remove useless pattern-matching code.
14593
14594 2016-12-02 Pedro Alves <palves@redhat.com>
14595
14596 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14597 procedure.
14598 (top level): Call it.
14599
14600 2016-12-02 Pedro Alves <palves@redhat.com>
14601
14602 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14603 New procedure.
14604 (top level): Call it.
14605
14606 2016-12-02 Pedro Alves <palves@redhat.com>
14607
14608 PR cli/20559
14609 * gdb.base/commands.exp (user_defined_command_args_eval): New
14610 procedure.
14611 (top level): Call it.
14612
14613 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14614
14615 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14616 timeout handling.
14617
14618 2016-12-02 Tom Tromey <tom@tromey.com>
14619
14620 * gdb.dwarf2/main-subprogram.c: New file.
14621 * gdb.dwarf2/main-subprogram.exp: New file.
14622
14623 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14624
14625 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14626 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14627 gdb_test_no_output for a couple of cases.
14628 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14629
14630 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14631
14632 Fix test names and standardize compilation error messages throughout
14633 the following files:
14634
14635 * gdb.ada/start.exp
14636 * gdb.arch/alpha-step.exp
14637 * gdb.arch/e500-prologue.exp
14638 * gdb.arch/ftrace-insn-reloc.exp
14639 * gdb.arch/gdb1291.exp
14640 * gdb.arch/gdb1431.exp
14641 * gdb.arch/gdb1558.exp
14642 * gdb.arch/i386-dr3-watch.exp
14643 * gdb.arch/i386-sse-stack-align.exp
14644 * gdb.arch/ia64-breakpoint-shadow.exp
14645 * gdb.arch/pa-nullify.exp
14646 * gdb.arch/powerpc-aix-prologue.exp
14647 * gdb.arch/thumb-bx-pc.exp
14648 * gdb.base/annota1.exp
14649 * gdb.base/annota3.exp
14650 * gdb.base/arrayidx.exp
14651 * gdb.base/assign.exp
14652 * gdb.base/attach.exp
14653 * gdb.base/auxv.exp
14654 * gdb.base/bang.exp
14655 * gdb.base/bfp-test.exp
14656 * gdb.base/bigcore.exp
14657 * gdb.base/bitfields2.exp
14658 * gdb.base/break-fun-addr.exp
14659 * gdb.base/break-probes.exp
14660 * gdb.base/call-rt-st.exp
14661 * gdb.base/callexit.exp
14662 * gdb.base/catch-fork-kill.exp
14663 * gdb.base/charset.exp
14664 * gdb.base/checkpoint.exp
14665 * gdb.base/comprdebug.exp
14666 * gdb.base/constvars.exp
14667 * gdb.base/coredump-filter.exp
14668 * gdb.base/cursal.exp
14669 * gdb.base/cvexpr.exp
14670 * gdb.base/detach.exp
14671 * gdb.base/display.exp
14672 * gdb.base/dmsym.exp
14673 * gdb.base/dprintf-pending.exp
14674 * gdb.base/dso2dso.exp
14675 * gdb.base/dtrace-probe.exp
14676 * gdb.base/dump.exp
14677 * gdb.base/enum_cond.exp
14678 * gdb.base/exe-lock.exp
14679 * gdb.base/exec-invalid-sysroot.exp
14680 * gdb.base/execl-update-breakpoints.exp
14681 * gdb.base/exprs.exp
14682 * gdb.base/fileio.exp
14683 * gdb.base/find.exp
14684 * gdb.base/finish.exp
14685 * gdb.base/fixsection.exp
14686 * gdb.base/foll-vfork.exp
14687 * gdb.base/frame-args.exp
14688 * gdb.base/gcore.exp
14689 * gdb.base/gdb1250.exp
14690 * gdb.base/global-var-nested-by-dso.exp
14691 * gdb.base/gnu-ifunc.exp
14692 * gdb.base/hashline1.exp
14693 * gdb.base/hashline2.exp
14694 * gdb.base/hashline3.exp
14695 * gdb.base/hbreak-in-shr-unsupported.exp
14696 * gdb.base/huge.exp
14697 * gdb.base/infcall-input.exp
14698 * gdb.base/info-fun.exp
14699 * gdb.base/info-shared.exp
14700 * gdb.base/jit-simple.exp
14701 * gdb.base/jit-so.exp
14702 * gdb.base/jit.exp
14703 * gdb.base/jump.exp
14704 * gdb.base/label.exp
14705 * gdb.base/lineinc.exp
14706 * gdb.base/logical.exp
14707 * gdb.base/longjmp.exp
14708 * gdb.base/macscp.exp
14709 * gdb.base/miscexprs.exp
14710 * gdb.base/new-ui-echo.exp
14711 * gdb.base/new-ui-pending-input.exp
14712 * gdb.base/new-ui.exp
14713 * gdb.base/nodebug.exp
14714 * gdb.base/nofield.exp
14715 * gdb.base/offsets.exp
14716 * gdb.base/overlays.exp
14717 * gdb.base/pending.exp
14718 * gdb.base/pointers.exp
14719 * gdb.base/pr11022.exp
14720 * gdb.base/printcmds.exp
14721 * gdb.base/prologue.exp
14722 * gdb.base/ptr-typedef.exp
14723 * gdb.base/realname-expand.exp
14724 * gdb.base/relativedebug.exp
14725 * gdb.base/relocate.exp
14726 * gdb.base/remote.exp
14727 * gdb.base/reread.exp
14728 * gdb.base/return2.exp
14729 * gdb.base/savedregs.exp
14730 * gdb.base/sep.exp
14731 * gdb.base/sepdebug.exp
14732 * gdb.base/sepsymtab.exp
14733 * gdb.base/set-inferior-tty.exp
14734 * gdb.base/setshow.exp
14735 * gdb.base/shlib-call.exp
14736 * gdb.base/sigaltstack.exp
14737 * gdb.base/siginfo-addr.exp
14738 * gdb.base/signals.exp
14739 * gdb.base/signull.exp
14740 * gdb.base/sigrepeat.exp
14741 * gdb.base/so-impl-ld.exp
14742 * gdb.base/solib-display.exp
14743 * gdb.base/solib-overlap.exp
14744 * gdb.base/solib-search.exp
14745 * gdb.base/solib-symbol.exp
14746 * gdb.base/structs.exp
14747 * gdb.base/structs2.exp
14748 * gdb.base/symtab-search-order.exp
14749 * gdb.base/twice.exp
14750 * gdb.base/unload.exp
14751 * gdb.base/varargs.exp
14752 * gdb.base/watchpoint-solib.exp
14753 * gdb.base/watchpoint.exp
14754 * gdb.base/whatis.exp
14755 * gdb.base/wrong_frame_bt_full.exp
14756 * gdb.btrace/dlopen.exp
14757 * gdb.cell/ea-standalone.exp
14758 * gdb.cell/ea-test.exp
14759 * gdb.cp/dispcxx.exp
14760 * gdb.cp/gdb2384.exp
14761 * gdb.cp/method2.exp
14762 * gdb.cp/nextoverthrow.exp
14763 * gdb.cp/pr10728.exp
14764 * gdb.disasm/am33.exp
14765 * gdb.disasm/h8300s.exp
14766 * gdb.disasm/mn10300.exp
14767 * gdb.disasm/sh3.exp
14768 * gdb.dwarf2/dw2-dir-file-name.exp
14769 * gdb.fortran/complex.exp
14770 * gdb.fortran/library-module.exp
14771 * gdb.guile/scm-pretty-print.exp
14772 * gdb.guile/scm-symbol.exp
14773 * gdb.guile/scm-type.exp
14774 * gdb.guile/scm-value.exp
14775 * gdb.linespec/linespec.exp
14776 * gdb.mi/gdb701.exp
14777 * gdb.mi/gdb792.exp
14778 * gdb.mi/mi-breakpoint-changed.exp
14779 * gdb.mi/mi-dprintf-pending.exp
14780 * gdb.mi/mi-dprintf.exp
14781 * gdb.mi/mi-exit-code.exp
14782 * gdb.mi/mi-pending.exp
14783 * gdb.mi/mi-solib.exp
14784 * gdb.mi/new-ui-mi-sync.exp
14785 * gdb.mi/pr11022.exp
14786 * gdb.mi/user-selected-context-sync.exp
14787 * gdb.opt/solib-intra-step.exp
14788 * gdb.python/py-events.exp
14789 * gdb.python/py-finish-breakpoint.exp
14790 * gdb.python/py-mi.exp
14791 * gdb.python/py-prettyprint.exp
14792 * gdb.python/py-shared.exp
14793 * gdb.python/py-symbol.exp
14794 * gdb.python/py-template.exp
14795 * gdb.python/py-type.exp
14796 * gdb.python/py-value.exp
14797 * gdb.reverse/solib-precsave.exp
14798 * gdb.reverse/solib-reverse.exp
14799 * gdb.server/solib-list.exp
14800 * gdb.stabs/weird.exp
14801 * gdb.threads/reconnect-signal.exp
14802 * gdb.threads/stepi-random-signal.exp
14803 * gdb.trace/actions.exp
14804 * gdb.trace/ax.exp
14805 * gdb.trace/backtrace.exp
14806 * gdb.trace/change-loc.exp
14807 * gdb.trace/deltrace.exp
14808 * gdb.trace/ftrace-lock.exp
14809 * gdb.trace/ftrace.exp
14810 * gdb.trace/infotrace.exp
14811 * gdb.trace/mi-tracepoint-changed.exp
14812 * gdb.trace/packetlen.exp
14813 * gdb.trace/passcount.exp
14814 * gdb.trace/pending.exp
14815 * gdb.trace/range-stepping.exp
14816 * gdb.trace/report.exp
14817 * gdb.trace/stap-trace.exp
14818 * gdb.trace/tfind.exp
14819 * gdb.trace/trace-break.exp
14820 * gdb.trace/trace-condition.exp
14821 * gdb.trace/trace-enable-disable.exp
14822 * gdb.trace/trace-mt.exp
14823 * gdb.trace/tracecmd.exp
14824 * gdb.trace/tspeed.exp
14825 * gdb.trace/tsv.exp
14826 * lib/perftest.exp
14827
14828 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14829
14830 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14831 with gdb_test_no_output.
14832 Use command as test name.
14833
14834 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14835
14836 Fix test names starting with uppercase throughout the files.
14837
14838 * gdb.ada/assign_1.exp
14839 * gdb.ada/boolean_expr.exp
14840 * gdb.base/arrayidx.exp
14841 * gdb.base/del.exp
14842 * gdb.base/gcore-buffer-overflow.exp
14843 * gdb.base/testenv.exp
14844 * gdb.compile/compile.exp
14845 * gdb.python/py-framefilter-invalidarg.exp
14846 * gdb.python/py-framefilter.exp
14847
14848 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14849
14850 Fix test names starting with uppercase throughout the files.
14851
14852 * gdb.ada/array_return.exp
14853 * gdb.ada/expr_delims.exp
14854 * gdb.ada/mi_dyn_arr.exp
14855 * gdb.ada/mi_interface.exp
14856 * gdb.ada/mi_var_array.exp
14857 * gdb.ada/watch_arg.exp
14858 * gdb.arch/alpha-step.exp
14859 * gdb.arch/altivec-regs.exp
14860 * gdb.arch/e500-regs.exp
14861 * gdb.arch/powerpc-d128-regs.exp
14862 * gdb.base/arrayidx.exp
14863 * gdb.base/break.exp
14864 * gdb.base/checkpoint.exp
14865 * gdb.base/debug-expr.exp
14866 * gdb.base/dmsym.exp
14867 * gdb.base/radix.exp
14868 * gdb.base/sepdebug.exp
14869 * gdb.base/testenv.exp
14870 * gdb.base/watch_thread_num.exp
14871 * gdb.base/watchpoint-cond-gone.exp
14872 * gdb.cell/break.exp
14873 * gdb.cell/ea-cache.exp
14874 * gdb.compile/compile.exp
14875 * gdb.cp/gdb2495.exp
14876 * gdb.gdb/selftest.exp
14877 * gdb.gdb/xfullpath.exp
14878 * gdb.go/hello.exp
14879 * gdb.go/integers.exp
14880 * gdb.objc/basicclass.exp
14881 * gdb.pascal/hello.exp
14882 * gdb.pascal/integers.exp
14883 * gdb.python/py-breakpoint.exp
14884 * gdb.python/py-cmd.exp
14885 * gdb.python/py-linetable.exp
14886 * gdb.python/py-xmethods.exp
14887 * gdb.python/python.exp
14888 * gdb.reverse/consecutive-precsave.exp
14889 * gdb.reverse/finish-precsave.exp
14890 * gdb.reverse/i386-precsave.exp
14891 * gdb.reverse/machinestate-precsave.exp
14892 * gdb.reverse/sigall-precsave.exp
14893 * gdb.reverse/solib-precsave.exp
14894 * gdb.reverse/step-precsave.exp
14895 * gdb.reverse/until-precsave.exp
14896 * gdb.reverse/watch-precsave.exp
14897 * gdb.threads/leader-exit.exp
14898 * gdb.threads/pthreads.exp
14899 * gdb.threads/wp-replication.exp
14900 * gdb.trace/actions.exp
14901 * gdb.trace/mi-tsv-changed.exp
14902 * gdb.trace/tsv.exp
14903
14904 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14905
14906 Fix test names starting with uppercase throughout the files.
14907
14908 * gdb.arch/i386-bp_permanent.exp
14909 * gdb.arch/i386-gnu-cfi.exp
14910 * gdb.base/disasm-end-cu.exp
14911 * gdb.base/macscp.exp
14912 * gdb.base/pending.exp
14913 * gdb.base/watch_thread_num.exp
14914 * gdb.cp/exception.exp
14915 * gdb.cp/gdb2495.exp
14916 * gdb.cp/local.exp
14917 * gdb.python/py-evsignal.exp
14918 * gdb.python/python.exp
14919 * gdb.trace/tracecmd.exp
14920
14921 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14922
14923 Fix test names starting with uppercase throughout the files.
14924
14925 * gdb.base/charset.exp
14926 * gdb.base/eval.exp
14927 * gdb.base/multi-forks.exp
14928 * gdb.guile/scm-progspace.exp
14929 * gdb.opencl/datatypes.exp
14930 * gdb.python/py-block.exp
14931 * gdb.python/py-function.exp
14932 * gdb.python/py-symbol.exp
14933 * gdb.python/py-symtab.exp
14934 * gdb.python/py-xmethods.exp
14935 * gdb.reverse/break-precsave.exp
14936 * gdb.reverse/break-reverse.exp
14937 * gdb.reverse/consecutive-precsave.exp
14938 * gdb.reverse/consecutive-reverse.exp
14939 * gdb.reverse/finish-precsave.exp
14940 * gdb.reverse/finish-reverse-bkpt.exp
14941 * gdb.reverse/finish-reverse.exp
14942 * gdb.reverse/fstatat-reverse.exp
14943 * gdb.reverse/getresuid-reverse.exp
14944 * gdb.reverse/i386-precsave.exp
14945 * gdb.reverse/i386-reverse.exp
14946 * gdb.reverse/i386-sse-reverse.exp
14947 * gdb.reverse/i387-stack-reverse.exp
14948 * gdb.reverse/insn-reverse.exp
14949 * gdb.reverse/machinestate-precsave.exp
14950 * gdb.reverse/machinestate.exp
14951 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14952 * gdb.reverse/pipe-reverse.exp
14953 * gdb.reverse/readv-reverse.exp
14954 * gdb.reverse/recvmsg-reverse.exp
14955 * gdb.reverse/rerun-prec.exp
14956 * gdb.reverse/s390-mvcle.exp
14957 * gdb.reverse/sigall-precsave.exp
14958 * gdb.reverse/sigall-reverse.exp
14959 * gdb.reverse/solib-precsave.exp
14960 * gdb.reverse/solib-reverse.exp
14961 * gdb.reverse/step-precsave.exp
14962 * gdb.reverse/step-reverse.exp
14963 * gdb.reverse/time-reverse.exp
14964 * gdb.reverse/until-precsave.exp
14965 * gdb.reverse/until-reverse.exp
14966 * gdb.reverse/waitpid-reverse.exp
14967 * gdb.reverse/watch-precsave.exp
14968 * gdb.reverse/watch-reverse.exp
14969
14970 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14971
14972 Fix test names starting with uppercase throughout the files.
14973
14974 * gdb.arch/i386-mpx-simple_segv.exp
14975 * gdb.arch/i386-mpx.exp
14976 * gdb.arch/i386-permbkpt.exp
14977 * gdb.arch/pa-nullify.exp
14978 * gdb.arch/powerpc-d128-regs.exp
14979 * gdb.arch/vsx-regs.exp
14980 * gdb.base/bfp-test.exp
14981 * gdb.base/break.exp
14982 * gdb.base/breakpoint-shadow.exp
14983 * gdb.base/callfuncs.exp
14984 * gdb.base/charset.exp
14985 * gdb.base/commands.exp
14986 * gdb.base/completion.exp
14987 * gdb.base/dfp-test.exp
14988 * gdb.base/echo.exp
14989 * gdb.base/ending-run.exp
14990 * gdb.base/eval.exp
14991 * gdb.base/expand-psymtabs.exp
14992 * gdb.base/float128.exp
14993 * gdb.base/floatn.exp
14994 * gdb.base/foll-exec-mode.exp
14995 * gdb.base/gdb1056.exp
14996 * gdb.base/gdb11531.exp
14997 * gdb.base/kill-after-signal.exp
14998 * gdb.base/multi-forks.exp
14999 * gdb.base/overlays.exp
15000 * gdb.base/pending.exp
15001 * gdb.base/sepdebug.exp
15002 * gdb.base/testenv.exp
15003 * gdb.base/valgrind-db-attach.exp
15004 * gdb.base/watch_thread_num.exp
15005 * gdb.base/watchpoint-cond-gone.exp
15006 * gdb.base/watchpoint.exp
15007 * gdb.base/watchpoints.exp
15008 * gdb.cp/arg-reference.exp
15009 * gdb.cp/baseenum.exp
15010 * gdb.cp/operator.exp
15011 * gdb.cp/shadow.exp
15012 * gdb.dwarf2/dw2-op-out-param.exp
15013 * gdb.dwarf2/dw2-reg-undefined.exp
15014 * gdb.go/chan.exp
15015 * gdb.go/hello.exp
15016 * gdb.go/integers.exp
15017 * gdb.go/methods.exp
15018 * gdb.go/package.exp
15019 * gdb.guile/scm-parameter.exp
15020 * gdb.guile/scm-progspace.exp
15021 * gdb.guile/scm-value.exp
15022 * gdb.mi/mi-pending.exp
15023 * gdb.mi/user-selected-context-sync.exp
15024 * gdb.multi/multi-attach.exp
15025 * gdb.multi/tids.exp
15026 * gdb.opt/clobbered-registers-O2.exp
15027 * gdb.pascal/floats.exp
15028 * gdb.pascal/integers.exp
15029 * gdb.python/py-block.exp
15030 * gdb.python/py-events.exp
15031 * gdb.python/py-parameter.exp
15032 * gdb.python/py-symbol.exp
15033 * gdb.python/py-symtab.exp
15034 * gdb.python/py-type.exp
15035 * gdb.python/py-value.exp
15036 * gdb.python/py-xmethods.exp
15037 * gdb.python/python.exp
15038 * gdb.reverse/break-precsave.exp
15039 * gdb.reverse/consecutive-precsave.exp
15040 * gdb.reverse/finish-precsave.exp
15041 * gdb.reverse/i386-precsave.exp
15042 * gdb.reverse/machinestate-precsave.exp
15043 * gdb.reverse/sigall-precsave.exp
15044 * gdb.reverse/solib-precsave.exp
15045 * gdb.reverse/step-precsave.exp
15046 * gdb.reverse/until-precsave.exp
15047 * gdb.reverse/watch-precsave.exp
15048 * gdb.server/ext-attach.exp
15049 * gdb.server/ext-restart.exp
15050 * gdb.server/ext-run.exp
15051 * gdb.server/ext-wrapper.exp
15052 * gdb.stabs/gdb11479.exp
15053 * gdb.stabs/weird.exp
15054 * gdb.threads/attach-many-short-lived-threads.exp
15055 * gdb.threads/kill.exp
15056 * gdb.threads/watchpoint-fork.exp
15057
15058 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15059
15060 Fix test names starting with uppercase throughout all the files below.
15061
15062 * gdb.ada/array_return.exp
15063 * gdb.ada/catch_ex.exp
15064 * gdb.ada/info_exc.exp
15065 * gdb.ada/mi_catch_ex.exp
15066 * gdb.ada/mi_dyn_arr.exp
15067 * gdb.ada/mi_ex_cond.exp
15068 * gdb.ada/mi_exc_info.exp
15069 * gdb.ada/mi_interface.exp
15070 * gdb.ada/mi_task_arg.exp
15071 * gdb.ada/mi_task_info.exp
15072 * gdb.ada/mi_var_array.exp
15073 * gdb.arch/alpha-step.exp
15074 * gdb.arch/amd64-disp-step.exp
15075 * gdb.arch/arm-disp-step.exp
15076 * gdb.arch/disp-step-insn-reloc.exp
15077 * gdb.arch/e500-prologue.exp
15078 * gdb.arch/ftrace-insn-reloc.exp
15079 * gdb.arch/gdb1558.exp
15080 * gdb.arch/i386-bp_permanent.exp
15081 * gdb.arch/i386-disp-step.exp
15082 * gdb.arch/i386-float.exp
15083 * gdb.arch/i386-gnu-cfi.exp
15084 * gdb.arch/ia64-breakpoint-shadow.exp
15085 * gdb.arch/mips16-thunks.exp
15086 * gdb.arch/pa-nullify.exp
15087 * gdb.arch/powerpc-aix-prologue.exp
15088 * gdb.arch/powerpc-power.exp
15089 * gdb.arch/ppc-dfp.exp
15090 * gdb.arch/s390-tdbregs.exp
15091 * gdb.arch/spu-info.exp
15092 * gdb.arch/spu-ls.exp
15093 * gdb.arch/thumb-bx-pc.exp
15094 * gdb.base/advance.exp
15095 * gdb.base/annota-input-while-running.exp
15096 * gdb.base/arrayidx.exp
15097 * gdb.base/asmlabel.exp
15098 * gdb.base/async.exp
15099 * gdb.base/attach-wait-input.exp
15100 * gdb.base/auto-connect-native-target.exp
15101 * gdb.base/batch-preserve-term-settings.exp
15102 * gdb.base/bfp-test.exp
15103 * gdb.base/bigcore.exp
15104 * gdb.base/bp-permanent.exp
15105 * gdb.base/break-always.exp
15106 * gdb.base/break-fun-addr.exp
15107 * gdb.base/break-idempotent.exp
15108 * gdb.base/break-main-file-remove-fail.exp
15109 * gdb.base/break-probes.exp
15110 * gdb.base/break-unload-file.exp
15111 * gdb.base/break.exp
15112 * gdb.base/call-ar-st.exp
15113 * gdb.base/call-rt-st.exp
15114 * gdb.base/call-sc.exp
15115 * gdb.base/call-signal-resume.exp
15116 * gdb.base/call-strs.exp
15117 * gdb.base/callexit.exp
15118 * gdb.base/callfuncs.exp
15119 * gdb.base/catch-gdb-caused-signals.exp
15120 * gdb.base/catch-signal-siginfo-cond.exp
15121 * gdb.base/catch-syscall.exp
15122 * gdb.base/compare-sections.exp
15123 * gdb.base/cond-eval-mode.exp
15124 * gdb.base/condbreak-call-false.exp
15125 * gdb.base/consecutive-step-over.exp
15126 * gdb.base/cursal.exp
15127 * gdb.base/disabled-location.exp
15128 * gdb.base/disasm-end-cu.exp
15129 * gdb.base/display.exp
15130 * gdb.base/double-prompt-target-event-error.exp
15131 * gdb.base/dprintf-bp-same-addr.exp
15132 * gdb.base/dprintf-detach.exp
15133 * gdb.base/dprintf-next.exp
15134 * gdb.base/dprintf-non-stop.exp
15135 * gdb.base/dprintf-pending.exp
15136 * gdb.base/dso2dso.exp
15137 * gdb.base/ending-run.exp
15138 * gdb.base/enum_cond.exp
15139 * gdb.base/examine-backward.exp
15140 * gdb.base/exe-lock.exp
15141 * gdb.base/exec-invalid-sysroot.exp
15142 * gdb.base/execl-update-breakpoints.exp
15143 * gdb.base/execution-termios.exp
15144 * gdb.base/fileio.exp
15145 * gdb.base/fixsection.exp
15146 * gdb.base/foll-exec-mode.exp
15147 * gdb.base/foll-exec.exp
15148 * gdb.base/fork-running-state.exp
15149 * gdb.base/frame-args.exp
15150 * gdb.base/fullpath-expand.exp
15151 * gdb.base/func-ptr.exp
15152 * gdb.base/gcore-relro-pie.exp
15153 * gdb.base/gdb1090.exp
15154 * gdb.base/gdb1555.exp
15155 * gdb.base/global-var-nested-by-dso.exp
15156 * gdb.base/gnu-ifunc.exp
15157 * gdb.base/hbreak-in-shr-unsupported.exp
15158 * gdb.base/hbreak-unmapped.exp
15159 * gdb.base/hook-stop.exp
15160 * gdb.base/infcall-input.exp
15161 * gdb.base/info-fun.exp
15162 * gdb.base/info-shared.exp
15163 * gdb.base/interrupt-noterm.exp
15164 * gdb.base/jit-so.exp
15165 * gdb.base/jit.exp
15166 * gdb.base/line-symtabs.exp
15167 * gdb.base/list.exp
15168 * gdb.base/longjmp.exp
15169 * gdb.base/macscp.exp
15170 * gdb.base/max-value-size.exp
15171 * gdb.base/nodebug.exp
15172 * gdb.base/nofield.exp
15173 * gdb.base/overlays.exp
15174 * gdb.base/paginate-after-ctrl-c-running.exp
15175 * gdb.base/paginate-bg-execution.exp
15176 * gdb.base/paginate-inferior-exit.exp
15177 * gdb.base/pending.exp
15178 * gdb.base/pr11022.exp
15179 * gdb.base/printcmds.exp
15180 * gdb.base/ptr-typedef.exp
15181 * gdb.base/ptype.exp
15182 * gdb.base/randomize.exp
15183 * gdb.base/range-stepping.exp
15184 * gdb.base/realname-expand.exp
15185 * gdb.base/relativedebug.exp
15186 * gdb.base/remote.exp
15187 * gdb.base/savedregs.exp
15188 * gdb.base/sepdebug.exp
15189 * gdb.base/set-noassign.exp
15190 * gdb.base/shlib-call.exp
15191 * gdb.base/shreloc.exp
15192 * gdb.base/sigaltstack.exp
15193 * gdb.base/sigbpt.exp
15194 * gdb.base/siginfo-addr.exp
15195 * gdb.base/siginfo-obj.exp
15196 * gdb.base/siginfo-thread.exp
15197 * gdb.base/signest.exp
15198 * gdb.base/signull.exp
15199 * gdb.base/sigrepeat.exp
15200 * gdb.base/skip.exp
15201 * gdb.base/so-impl-ld.exp
15202 * gdb.base/solib-corrupted.exp
15203 * gdb.base/solib-disc.exp
15204 * gdb.base/solib-display.exp
15205 * gdb.base/solib-overlap.exp
15206 * gdb.base/solib-search.exp
15207 * gdb.base/solib-symbol.exp
15208 * gdb.base/source-execution.exp
15209 * gdb.base/sss-bp-on-user-bp-2.exp
15210 * gdb.base/sss-bp-on-user-bp.exp
15211 * gdb.base/stack-checking.exp
15212 * gdb.base/stale-infcall.exp
15213 * gdb.base/step-break.exp
15214 * gdb.base/step-line.exp
15215 * gdb.base/step-over-exit.exp
15216 * gdb.base/step-test.exp
15217 * gdb.base/structs.exp
15218 * gdb.base/sym-file.exp
15219 * gdb.base/symtab-search-order.exp
15220 * gdb.base/term.exp
15221 * gdb.base/type-opaque.exp
15222 * gdb.base/unload.exp
15223 * gdb.base/until-nodebug.exp
15224 * gdb.base/until.exp
15225 * gdb.base/unwindonsignal.exp
15226 * gdb.base/watch-cond.exp
15227 * gdb.base/watch-non-mem.exp
15228 * gdb.base/watch_thread_num.exp
15229 * gdb.base/watchpoint-reuse-slot.exp
15230 * gdb.base/watchpoint-solib.exp
15231 * gdb.base/watchpoint.exp
15232 * gdb.btrace/dlopen.exp
15233 * gdb.cell/arch.exp
15234 * gdb.cell/break.exp
15235 * gdb.cell/bt.exp
15236 * gdb.cell/core.exp
15237 * gdb.cell/data.exp
15238 * gdb.cell/dwarfaddr.exp
15239 * gdb.cell/ea-cache.exp
15240 * gdb.cell/ea-standalone.exp
15241 * gdb.cell/ea-test.exp
15242 * gdb.cell/f-regs.exp
15243 * gdb.cell/fork.exp
15244 * gdb.cell/gcore.exp
15245 * gdb.cell/mem-access.exp
15246 * gdb.cell/ptype.exp
15247 * gdb.cell/registers.exp
15248 * gdb.cell/sizeof.exp
15249 * gdb.cell/solib-symbol.exp
15250 * gdb.cell/solib.exp
15251 * gdb.compile/compile-tls.exp
15252 * gdb.cp/exception.exp
15253 * gdb.cp/gdb2495.exp
15254 * gdb.cp/local.exp
15255 * gdb.cp/mb-inline.exp
15256 * gdb.cp/mb-templates.exp
15257 * gdb.cp/pr10687.exp
15258 * gdb.cp/pr9167.exp
15259 * gdb.cp/scope-err.exp
15260 * gdb.cp/templates.exp
15261 * gdb.cp/virtfunc.exp
15262 * gdb.dwarf2/dw2-dir-file-name.exp
15263 * gdb.dwarf2/dw2-single-line-discriminators.exp
15264 * gdb.fortran/complex.exp
15265 * gdb.fortran/library-module.exp
15266 * gdb.guile/guile.exp
15267 * gdb.guile/scm-cmd.exp
15268 * gdb.guile/scm-frame-inline.exp
15269 * gdb.guile/scm-objfile.exp
15270 * gdb.guile/scm-pretty-print.exp
15271 * gdb.guile/scm-symbol.exp
15272 * gdb.guile/scm-type.exp
15273 * gdb.guile/scm-value.exp
15274 * gdb.linespec/keywords.exp
15275 * gdb.linespec/ls-errs.exp
15276 * gdb.linespec/macro-relative.exp
15277 * gdb.linespec/thread.exp
15278 * gdb.mi/mi-breakpoint-changed.exp
15279 * gdb.mi/mi-dprintf-pending.exp
15280 * gdb.mi/mi-fullname-deleted.exp
15281 * gdb.mi/mi-logging.exp
15282 * gdb.mi/mi-pending.exp
15283 * gdb.mi/mi-solib.exp
15284 * gdb.mi/new-ui-mi-sync.exp
15285 * gdb.mi/user-selected-context-sync.exp
15286 * gdb.multi/dummy-frame-restore.exp
15287 * gdb.multi/multi-arch-exec.exp
15288 * gdb.multi/remove-inferiors.exp
15289 * gdb.multi/watchpoint-multi-exit.exp
15290 * gdb.opt/solib-intra-step.exp
15291 * gdb.perf/backtrace.exp
15292 * gdb.perf/single-step.exp
15293 * gdb.perf/skip-command.exp
15294 * gdb.perf/skip-prologue.exp
15295 * gdb.perf/solib.exp
15296 * gdb.python/lib-types.exp
15297 * gdb.python/py-as-string.exp
15298 * gdb.python/py-bad-printers.exp
15299 * gdb.python/py-block.exp
15300 * gdb.python/py-breakpoint.exp
15301 * gdb.python/py-cmd.exp
15302 * gdb.python/py-events.exp
15303 * gdb.python/py-evthreads.exp
15304 * gdb.python/py-finish-breakpoint.exp
15305 * gdb.python/py-finish-breakpoint2.exp
15306 * gdb.python/py-frame-inline.exp
15307 * gdb.python/py-frame.exp
15308 * gdb.python/py-inferior.exp
15309 * gdb.python/py-infthread.exp
15310 * gdb.python/py-mi.exp
15311 * gdb.python/py-objfile.exp
15312 * gdb.python/py-pp-maint.exp
15313 * gdb.python/py-pp-registration.exp
15314 * gdb.python/py-prettyprint.exp
15315 * gdb.python/py-recurse-unwind.exp
15316 * gdb.python/py-shared.exp
15317 * gdb.python/py-symbol.exp
15318 * gdb.python/py-symtab.exp
15319 * gdb.python/py-template.exp
15320 * gdb.python/py-type.exp
15321 * gdb.python/py-unwind-maint.exp
15322 * gdb.python/py-unwind.exp
15323 * gdb.python/py-value.exp
15324 * gdb.python/python.exp
15325 * gdb.reverse/finish-reverse-bkpt.exp
15326 * gdb.reverse/insn-reverse.exp
15327 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15328 * gdb.reverse/solib-precsave.exp
15329 * gdb.reverse/solib-reverse.exp
15330 * gdb.stabs/gdb11479.exp
15331 * gdb.stabs/weird.exp
15332 * gdb.threads/fork-child-threads.exp
15333 * gdb.threads/fork-plus-threads.exp
15334 * gdb.threads/fork-thread-pending.exp
15335 * gdb.threads/forking-threads-plus-breakpoint.exp
15336 * gdb.threads/hand-call-in-threads.exp
15337 * gdb.threads/interrupted-hand-call.exp
15338 * gdb.threads/linux-dp.exp
15339 * gdb.threads/local-watch-wrong-thread.exp
15340 * gdb.threads/next-while-other-thread-longjmps.exp
15341 * gdb.threads/non-ldr-exit.exp
15342 * gdb.threads/pending-step.exp
15343 * gdb.threads/print-threads.exp
15344 * gdb.threads/process-dies-while-detaching.exp
15345 * gdb.threads/process-dies-while-handling-bp.exp
15346 * gdb.threads/pthreads.exp
15347 * gdb.threads/queue-signal.exp
15348 * gdb.threads/reconnect-signal.exp
15349 * gdb.threads/signal-command-handle-nopass.exp
15350 * gdb.threads/signal-command-multiple-signals-pending.exp
15351 * gdb.threads/signal-delivered-right-thread.exp
15352 * gdb.threads/signal-sigtrap.exp
15353 * gdb.threads/sigthread.exp
15354 * gdb.threads/staticthreads.exp
15355 * gdb.threads/stepi-random-signal.exp
15356 * gdb.threads/thread-unwindonsignal.exp
15357 * gdb.threads/thread_check.exp
15358 * gdb.threads/thread_events.exp
15359 * gdb.threads/tid-reuse.exp
15360 * gdb.threads/tls-nodebug.exp
15361 * gdb.threads/tls-shared.exp
15362 * gdb.threads/tls-so_extern.exp
15363 * gdb.threads/tls.exp
15364 * gdb.threads/wp-replication.exp
15365 * gdb.trace/actions-changed.exp
15366 * gdb.trace/actions.exp
15367 * gdb.trace/backtrace.exp
15368 * gdb.trace/change-loc.exp
15369 * gdb.trace/collection.exp
15370 * gdb.trace/deltrace.exp
15371 * gdb.trace/disconnected-tracing.exp
15372 * gdb.trace/entry-values.exp
15373 * gdb.trace/ftrace-lock.exp
15374 * gdb.trace/ftrace.exp
15375 * gdb.trace/infotrace.exp
15376 * gdb.trace/mi-trace-frame-collected.exp
15377 * gdb.trace/mi-trace-unavailable.exp
15378 * gdb.trace/mi-traceframe-changed.exp
15379 * gdb.trace/mi-tracepoint-changed.exp
15380 * gdb.trace/mi-tsv-changed.exp
15381 * gdb.trace/no-attach-trace.exp
15382 * gdb.trace/packetlen.exp
15383 * gdb.trace/passc-dyn.exp
15384 * gdb.trace/passcount.exp
15385 * gdb.trace/pending.exp
15386 * gdb.trace/pr16508.exp
15387 * gdb.trace/qtro.exp
15388 * gdb.trace/range-stepping.exp
15389 * gdb.trace/read-memory.exp
15390 * gdb.trace/report.exp
15391 * gdb.trace/save-trace.exp
15392 * gdb.trace/signal.exp
15393 * gdb.trace/stap-trace.exp
15394 * gdb.trace/status-stop.exp
15395 * gdb.trace/strace.exp
15396 * gdb.trace/tfile.exp
15397 * gdb.trace/tfind.exp
15398 * gdb.trace/trace-break.exp
15399 * gdb.trace/trace-condition.exp
15400 * gdb.trace/trace-enable-disable.exp
15401 * gdb.trace/trace-mt.exp
15402 * gdb.trace/tracecmd.exp
15403 * gdb.trace/tracefile-pseudo-reg.exp
15404 * gdb.trace/tspeed.exp
15405 * gdb.trace/tstatus.exp
15406 * gdb.trace/tsv.exp
15407 * gdb.trace/unavailable.exp
15408 * gdb.trace/while-dyn.exp
15409 * gdb.trace/while-stepping.exp
15410 * lib/gdb-guile.exp
15411 * lib/gdb.exp
15412 * lib/mi-support.exp
15413 * lib/pascal.exp
15414 * lib/perftest.exp
15415 * lib/prelink-support.exp
15416 * lib/selftest-support.exp
15417
15418 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15419
15420 * Makefile.in: Include disable-implicit-rules.mk.
15421
15422 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15423
15424 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15425 non-byte-aligned bit fields.
15426
15427 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15428
15429 PR gdb/12616
15430 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15431 respects the DW_AT_data_bit_offset attribute.
15432
15433 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15434
15435 * gdb.base/default.exp: Fix output of "set language".
15436
15437 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15438
15439 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15440 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15441 make.
15442 * configure.ac: Remove checks for the make program.
15443 * configure: Re-generate.
15444
15445 2016-11-16 Kevin Buettner <kevinb@redhat.com>
15446
15447 * gdb.python/py-recurse-unwind.c (main): Add loop.
15448 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15449 to read_register() and gdb.parse_and_eval(). Make each code
15450 call a separate case that can be individually tested.
15451 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15452 proc. Call cont_and_backtrace for each of the code paths that
15453 we want to test in the unwinder.
15454
15455 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15456
15457 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15458 the definition of struct S.
15459
15460 2016-11-11 Catherine Moore <clm@codesourcery.com>
15461
15462 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15463
15464 2016-11-09 Pedro Alves <palves@redhat.com>
15465
15466 * gdb.base/commands.exp (runto_or_return): New procedure.
15467 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15468 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15469 (progvar_simple_while_test, progvar_complex_if_while_test)
15470 (if_while_breakpoint_command_test)
15471 (infrun_breakpoint_command_test, breakpoint_command_test)
15472 (user_defined_command_test, watchpoint_command_test)
15473 (test_command_prompt_position, redefine_hook_test)
15474 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15475 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15476 multi_line_input and multi_line. Remove gdb_expect and
15477 gdb_stop_suppressing_tests uses.
15478 * lib/gdb.exp (valnum_re): New global.
15479 (multi_line_input): New procedure.
15480
15481 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15482
15483 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15484 Remove.
15485 (test_setup): Define with proc_with_prefix.
15486 (test_cli_inferior): Likewise.
15487 (test_cli_thread): Likewise.
15488 (test_cli_frame): Likewise.
15489 (test_cli_select_frame): Likewise.
15490 (test_cli_up_down): Likewise.
15491 (test_mi_thread_select): Likewise.
15492 (test_mi_stack_select_frame): Likewise.
15493 (test_cli_in_mi_inferior): Likewise.
15494 (test_cli_in_mi_thread): Likewise.
15495 (test_cli_in_mi_frame): Likewise.
15496 (top level): Do not use with_test_prefix_procname.
15497
15498 2016-11-09 Pedro Alves <palves@redhat.com>
15499
15500 * gdb.base/commands.exp (gdbvar_simple_if_test)
15501 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15502 (progvar_simple_if_test, progvar_simple_while_test)
15503 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15504 (infrun_breakpoint_command_test, breakpoint_command_test)
15505 (user_defined_command_test, watchpoint_command_test)
15506 (test_command_prompt_position, deprecated_command_test)
15507 (bp_deleted_in_command, temporary_breakpoint_commands)
15508 (stray_arg0_test, source_file_with_indented_comment)
15509 (recursive_source_test, if_commands_test)
15510 (error_clears_commands_left, redefine_hook_test)
15511 (redefine_backtrace_test): Use proc_with_prefix.
15512 * lib/gdb.exp (proc_with_prefix): New proc.
15513
15514 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15515
15516 * gdb.base/tui-layout.c: New file.
15517 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15518 disassembly window contains very long lines.
15519
15520 2016-11-08 Tom Tromey <tom@tromey.com>
15521
15522 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15523 depend on Python 2.
15524
15525 2016-11-08 Tom Tromey <tom@tromey.com>
15526
15527 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15528 New method.
15529
15530 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15531
15532 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15533
15534 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15535
15536 * gdb.rust/simple.rs: Add test for univariant enums without
15537 discriminants and for encoded struct-like enums.
15538
15539 2016-10-28 Pedro Alves <palves@redhat.com>
15540
15541 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15542 gdb_test_multiple, tighten regexps and match symtabs and line
15543 tables incrementally.
15544
15545 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15546
15547 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15548 general.
15549
15550 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15551
15552 * gdb.base/exec-invalid-sysroot.exp: New file.
15553
15554 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15555
15556 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15557
15558 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15559
15560 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15561
15562 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15563
15564 * gdb.base/killed-outside.exp: Remove $options from a call to
15565 `prepare_for_testing'.
15566
15567 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15568
15569 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15570 Change test message.
15571
15572 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15573
15574 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15575 Update comment.
15576
15577 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15578
15579 * gdb.trace/mi-trace-save.exp: New file.
15580
15581 2016-10-13 Yao Qi <yao.qi@linaro.org>
15582
15583 * gdb.base/code_elim.exp (get_var_address): Remove.
15584 * gdb.base/relocate.exp: Likewise.
15585 * gdb.base/shreloc.exp: Likewise.
15586 * lib/gdb.exp (get_var_address): New.
15587
15588 2016-10-13 Yao Qi <yao.qi@linaro.org>
15589
15590 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15591 floating point tests if $skip_float_test is false.
15592
15593 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15594
15595 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15596 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15597 argc values.
15598 Add 1 to argc so we guarantee distinct initial/modified argc values.
15599
15600 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15601
15602 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15603
15604 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15605
15606 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15607 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15608 * gdb.arch/vsx-regs.exp: Likewise.
15609
15610 2016-10-07 Yao Qi <yao.qi@linaro.org>
15611
15612 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15613
15614 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15615
15616 * gdb.python/python.exp: Test decode_line("*0").
15617
15618 2016-10-06 Doug Evans <dje@google.com>
15619
15620 * gdb.python/py-value.exp (test_value_creation): Add test for large
15621 unsigned 64-bit value.
15622
15623 2016-10-06 Tom Tromey <tom@tromey.com>
15624
15625 * gdb.compile/compile.exp: Change java tests to rust.
15626 * gdb.base/setshow.exp: Change java tests to rust.
15627 * gdb.base/default.exp: Remove java from language list.
15628 * README (Examples): Update language example.
15629 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15630 test.
15631 * lib/gdb.exp (skip_java_tests): Remove.
15632 * lib/java.exp: Remove.
15633 * gdb.java: Remove.
15634
15635 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15636
15637 * gdb.arch/mips-fcr.exp: New test.
15638 * gdb.arch/mips-fcr.c: Source for the new test.
15639
15640 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15641
15642 * gdb.base/solib-disc.exp: Use `standard_output_file'
15643 throughout.
15644
15645 2016-10-06 Pedro Alves <palves@redhat.com>
15646
15647 * gdb.base/jit-simple-dl.c: New file.
15648 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15649 * gdb.base/jit-simple.c: ... this.
15650 * gdb.base/jit-simple.exp (jit_run): Delete.
15651 (build_jit): New proc.
15652 (jit_test_reread): Recompile either the main program or the shared
15653 library, depending on what is being tested. Skip changing address
15654 if caller wants to. Compare before/after addresses. If testing
15655 standalone, explicitly load the binary. Test "maint info
15656 breakpoints".
15657 (top level): Add "standalone vs shared lib" and "change address"
15658 vs "same address" axes.
15659
15660 2016-10-06 Pedro Alves <palves@redhat.com>
15661
15662 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15663 call.
15664 (jit_run): Delete.
15665 (jit_test_reread): Use with_test_prefix. Reload the main binary
15666 explicitly. Compare the before/after addresses of the JIT
15667 descriptor.
15668
15669 2016-08-15 Doug Evans <dje@google.com>
15670
15671 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15672 for single bitfields is bool.
15673 * gdb.xml/tdesc-regs.exp: Ditto.
15674
15675 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15676
15677 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15678
15679 2016-10-05 Yao Qi <yao.qi@linaro.org>
15680
15681 * lib/gdb.exp (support_complex_tests): Return zero if
15682 gdb_skip_float_test return true.
15683
15684 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15685 Simon Marchi <simon.marchi@ericsson.com>
15686
15687 PR gdb/20487
15688 * gdb.mi/user-selected-context-sync.exp: New file.
15689 * gdb.mi/user-selected-context-sync.c: New file.
15690
15691 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15692 Simon Marchi <simon.marchi@ericsson.com>
15693
15694 PR gdb/20487
15695 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15696 =thread-select-event check.
15697
15698 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15699
15700 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15701 the compulsory L operand changes.
15702 * gdb.arch/powerpc-power.s: Likewise.
15703
15704 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15705
15706 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15707 * gdb.base/jit-attach-pie.c: New file.
15708 * gdb.base/jit-attach-pie.exp: New file.
15709
15710 2016-09-28 Pedro Alves <palves@redhat.com>
15711
15712 * gdb.base/infcall-input.c: New file.
15713 * gdb.base/infcall-input.exp: New file.
15714
15715 2016-09-22 Yao Qi <yao.qi@linaro.org>
15716
15717 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15718 (gdb_exit): Rename it to ...
15719 (gdbserver_gdb_exit): ... Close GDBserver.
15720 (gdb_exit): New proc, call gdbserver_gdb_exit.
15721 (mi_gdb_exit): Likewise.
15722
15723 2016-09-22 Yao Qi <yao.qi@linaro.org>
15724
15725 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15726 path.
15727 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15728 Remove duplication.
15729
15730 2016-09-22 Yao Qi <yao.qi@linaro.org>
15731
15732 * lib/gdbserver-support.exp: Check the existence of
15733 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15734
15735 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15736
15737 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15738
15739 2016-09-21 Tom Tromey <tom@tromey.com>
15740
15741 PR gdb/20604:
15742 * gdb.base/quit.exp: New file.
15743
15744 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15745
15746 * .gitignore: New file.
15747
15748 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15749
15750 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15751 throughout.
15752
15753 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15754
15755 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15756
15757 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15758
15759 * gdb.cp/casts.cc (decltype): Move it ...
15760 (main): ... with its call to ...
15761 * gdb.cp/casts03.cc: ... a new file.
15762 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15763
15764 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15765
15766 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15767
15768 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15769
15770 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15771 and sync up the test with tests in gas/testsuite/gas/ppc.
15772 * gdb.arch/powerpc-power.exp: Likewise.
15773
15774 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15775
15776 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15777
15778 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15779 Jan Kratochvil <jan.kratochvil@redhat.com>
15780
15781 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15782 make m1's definition to be different from m2's. Use 'dummy' as an
15783 argument for probe 'two'.
15784
15785 2016-09-10 Jon Beniston <jon@beniston.com>
15786
15787 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15788 for sim target.
15789
15790 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15791
15792 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15793 variable declaration.
15794 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15795 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15796 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15797 received HWCAP as its argument.
15798
15799 2016-09-06 Pedro Alves <palves@redhat.com>
15800
15801 * gdb.base/new-ui-pending-input.c: New file.
15802 * gdb.base/new-ui-pending-input.exp: New file.
15803 * gdb.exp (clear_gdb_spawn_id): New procedure.
15804 (with_spawn_id): Check whether gdb_spawn_id exists before
15805 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15806 on exit.
15807
15808 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15809
15810 * gdb.base/float128.c: New file.
15811 * gdb.base/float128.exp: Likewise.
15812 * gdb.base/floatn.c: Likewise.
15813 * gdb.base/floatn.exp: Likewise.
15814
15815 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15816
15817 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15818
15819 2016-09-05 Pedro Alves <palves@redhat.com>
15820
15821 PR backtrace/19927
15822 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15823 unwinders are immediately called as side effect of "source" or
15824 "disable unwinder" commands.
15825 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15826
15827 2016-09-02 Yao Qi <yao.qi@linaro.org>
15828
15829 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15830 is true and $type is "float" or "double".
15831
15832 2016-09-02 Yao Qi <yao.qi@linaro.org>
15833
15834 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15835 true.
15836 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15837 * gdb.base/call-rt-st.exp: Likewise.
15838 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15839 return value instead of gdb,skip_float_test.
15840 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15841 (do_function_calls): Use its return value instead of
15842 gdb,skip_float_test.
15843 * gdb.base/finish.exp: Likewise.
15844 * gdb.base/funcargs.exp: Likewise.
15845 * gdb.base/return.exp: Likewise.
15846 * gdb.base/return2.exp: Likewise.
15847 * gdb.base/varargs.exp: Likewise.
15848 * lib/gdb.exp (gdb_skip_float_test): Change it to
15849 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15850
15851 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15852
15853 * gdb.multi/tids.exp: Test "thread apply all".
15854
15855 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15856
15857 * gdb.base/default.exp (tty): Remove.
15858
15859 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15860
15861 * gdb.python/py-recurse-unwind.c: New file.
15862 * gdb.python/py-recurse-unwind.py: New file.
15863 * gdb.python/py-recurse-unwind.exp: New file.
15864
15865 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15866
15867 * gdb.base/set-inferior-tty.exp: New file.
15868 * gdb.base/set-inferior-tty.c: New file.
15869
15870 2016-08-23 Pedro Alves <palves@redhat.com>
15871
15872 PR gdb/20494
15873 * gdb.base/new-ui-echo.c: New file.
15874 * gdb.base/new-ui-echo.exp: New file.
15875
15876 2016-08-23 Yao Qi <yao.qi@linaro.org>
15877
15878 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15879 gdbserver_spawn.
15880 * gdb.server/connect-without-multi-process.exp (do_test):
15881 Likewise.
15882
15883 2016-08-23 Yao Qi <yao.qi@linaro.org>
15884
15885 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15886 standalone_txt. Delete gdb_txt and standalone_txt on host
15887 and target. Spawn the binary on target. Copy files from
15888 target to host.
15889
15890 2016-08-22 Pedro Alves <palves@redhat.com>
15891
15892 PR gdb/20505
15893 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15894 with_test_prefix. Factor out bits to ...
15895 (test_no_vdso): ... this new procedure.
15896
15897 2016-08-19 Carl Love <cel@us.ibm.com>
15898
15899 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15900 maintaining separate logic for constructing the output path.
15901 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15902 * gdb.arch/ppc-dfp.exp: Likewise.
15903 * gdb.arch/ppc-fp.exp: Likewise.
15904 * gdb.arch/vsx-regs.exp: Likewise.
15905 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15906 binprefix for generating the additional binary files.
15907
15908 2016-08-19 Pedro Alves <palves@redhat.com>
15909
15910 * gdb.trace/mi-trace-frame-collected.exp
15911 (test_trace_frame_collected): On x32, expect two registers.
15912
15913 2016-08-18 Carl Love <cel@us.ibm.com>
15914
15915 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15916 and sync up the test with tests in gas/testsuite/gas/ppc.
15917 * gdb.arch/powerpc-power.exp: Likewise.
15918
15919 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15920
15921 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15922 expected error message.
15923
15924 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15925
15926 * gdb.multi/remove-inferiors.exp: New file.
15927 * gdb.multi/remove-inferiors.c: New file.
15928
15929 2016-08-12 Yao Qi <yao.qi@linaro.org>
15930
15931 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15932 argument list.
15933
15934 2016-08-10 Pedro Alves <palves@redhat.com>
15935
15936 PR gdb/19187
15937 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15938 setup_kfails.
15939
15940 2016-08-09 Pedro Alves <palves@redhat.com>
15941 Simon Marchi <simon.marchi@ericsson.com>
15942
15943 PR gdb/20418
15944 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15945 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15946
15947 2016-08-09 Pedro Alves <palves@redhat.com>
15948
15949 PR mi/20431
15950 * gdb.mi/mi-cmd-error.exp: New file.
15951
15952 2016-08-09 Pedro Alves <palves@redhat.com>
15953
15954 PR gdb/18653
15955 * gdb.base/signals-state-child.c: New file.
15956 * gdb.base/signals-state-child.exp: New file.
15957 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15958
15959 2016-08-09 Pedro Alves <palves@redhat.com>
15960
15961 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15962
15963 2016-08-03 Tom Tromey <tom@tromey.com>
15964
15965 PR python/18565:
15966 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15967
15968 2016-08-01 Yao Qi <yao.qi@linaro.org>
15969
15970 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15971 variable mode to "multi-process" if $multi_process is 1, otherwise
15972 set it to "single-process".
15973
15974 2016-08-01 Yao Qi <yao.qi@linaro.org>
15975
15976 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15977 * gdb.cp/cpexprs.exp: Likewise.
15978 * gdb.cp/m-static.exp: Likewise.
15979
15980 2016-07-26 Tom Tromey <tom@tromey.com>
15981
15982 PR python/20190:
15983 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15984 test.
15985
15986 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15987
15988 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15989 selecting assembly source files.
15990 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15991 assembly source files.
15992 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15993 assembly source files.
15994 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15995 selecting assembly source files.
15996
15997 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15998
15999 * gdb.base/new-ui.exp (do_test_invalid_args): New
16000 procedure.
16001
16002 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
16003
16004 * gdb.btrace/reconnect.c: New file.
16005 * gdb.btrace/reconnect.exp: New file.
16006
16007 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
16008
16009 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
16010 to test_catch_syscall_group.
16011 (test_catch_syscall_group): New.
16012
16013 2016-07-21 Tom Tromey <tom@tromey.com>
16014
16015 * gdb.rust/simple.rs (main): Use empty struct expression.
16016 * gdb.rust/simple.exp: Add tests for empty struct expression.
16017
16018 2016-07-21 Yao Qi <yao.qi@linaro.org>
16019
16020 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
16021 if gdb_skip_xml_test is true on some targets.
16022
16023 2016-07-21 Yao Qi <yao.qi@linaro.org>
16024
16025 * gdb.server/solib-list.exp: Unset last_loaded_file.
16026
16027 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16028
16029 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
16030 "step into captured_main (args)".
16031
16032 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16033
16034 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
16035
16036 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16037
16038 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
16039
16040 2016-07-19 Pedro Alves <palves@redhat.com>
16041
16042 * gdb.opt/inline-break.exp: Remove optimize=-O2.
16043 * gdb.opt/inline-bt.exp: Likewise.
16044 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
16045 additional_flags=-Winline.
16046 * gdb.opt/inline-locals.exp: Likewise.
16047 * gdb.opt/inline-markers.c (ATTR): Define.
16048 (inlined_fn): Use it.
16049
16050 2016-07-19 Yao Qi <yao.qi@linaro.org>
16051
16052 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
16053 (test_with_self): Remove some code. Remove argument executable.
16054 (top-level): Use do_self_tests.
16055
16056 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
16057 Don Breazeal <donb@codesourcery.com>
16058
16059 * gdb.base/maint.exp: Escape paths used in regular expressions.
16060 * gdb.stabs/weird.exp: Likewise.
16061
16062 2016-07-13 Tom Tromey <tom@tromey.com>
16063
16064 PR python/15620, PR python/18620:
16065 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
16066 (test_bkpt_events): New procs.
16067
16068 2016-07-13 Tom Tromey <tom@tromey.com>
16069
16070 PR python/17698:
16071 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
16072 test.
16073 (test_watchpoints): Likewise.
16074 (test_bkpt_pending): New proc.
16075
16076 2016-07-13 Tom Tromey <tom@tromey.com>
16077
16078 PR cli/18053:
16079 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
16080 completion test.
16081
16082 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16083
16084 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
16085 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
16086 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
16087 f_label.
16088 (g): Rename g_end_lbl to g_label.
16089 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
16090 low_pc and high_pc.
16091 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
16092
16093 2016-07-12 Tom Tromey <tom@tromey.com>
16094
16095 PR python/19293:
16096 * gdb.python/py-unwind-maint.exp: Update tests.
16097
16098 2016-07-12 Yao Qi <yao.qi@linaro.org>
16099
16100 * lib/selftest-support.exp (selftest_setup): Match the output
16101 when captured_main is inlined.
16102
16103 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
16104
16105 * gdb.fortran/derived-types.exp (result_line, result_line_2):
16106 New variables.
16107 (print this%a, print this%b, print this): New tests.
16108 * gdb.fortran/derived-types.f90 (this): New object and
16109 initialization.
16110
16111 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16112
16113 * gdb.ada/arraydim.exp: Remove extra directory level in build
16114 directory.
16115
16116 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16117
16118 * lib/ada.exp: Remove extra directory level in build directory.
16119 * gdb.ada/cond_lang.exp: Likewise.
16120 * gdb.ada/exec_changed.exp: Likewise.
16121 * gdb.ada/lang_switch.exp: Likewise.
16122
16123 2016-07-06 Manish Goregaokar <manish@mozilla.com>
16124
16125 * simple.rs: Add test for raw pointer subscripting.
16126 * simple.exp: Add test expectations.
16127
16128 2016-07-05 Yao Qi <yao.qi@linaro.org>
16129
16130 * gdb.mi/mi-reverse.exp: Match =record-started output.
16131
16132 2016-07-01 Pedro Alves <palves@redhat.com>
16133
16134 * gdb.base/jit-reader.exp (info_registers_current_frame): New
16135 procedure.
16136 (jit_reader_test): Test the jit reader's unwinder.
16137 * gdb.base/jithost.c (jit_function_00_code): New global.
16138 (main): Use memcpy to fill in the mmapped code, instead of poking
16139 bytes manually here.
16140 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
16141 value.
16142 (read_debug_info): Save the function's range.
16143 (read_sp): New function.
16144 (unwind_frame): Use it. Also unwind RBP.
16145 (get_frame_id): Use read_sp.
16146 (gdb_init_reader): Use calloc instead of malloc.
16147 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
16148 parameter. Use gdb_test_multiple.
16149
16150 2016-07-01 Pedro Alves <palves@redhat.com>
16151 Antoine Tremblay <antoine.tremblay@ericsson.com>
16152
16153 * gdb.threads/process-dies-while-detaching.c: New file.
16154 * gdb.threads/process-dies-while-detaching.exp: New file.
16155
16156 2016-07-01 Pedro Alves <palves@redhat.com>
16157
16158 * gdb.multi/watchpoint-multi-exit.c: New file.
16159 * gdb.multi/watchpoint-multi-exit.exp: New file.
16160
16161 2016-06-30 Pedro Alves <palves@redhat.com>
16162
16163 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
16164 unset inferior_spawn_id.
16165
16166 2016-06-30 Pedro Alves <palves@redhat.com>
16167
16168 * lib/mi-support.exp (default_mi_gdb_start): Declare global
16169 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
16170
16171 2016-06-29 Yao Qi <yao.qi@linaro.org>
16172
16173 * gdb.base/return.c: Add copyright header.
16174
16175 2016-06-29 Tom Tromey <tom@tromey.com>
16176
16177 PR python/20129:
16178 * gdb.python/py-framefilter.exp: Add tests for setting priority
16179 and disabling of non-existent frame filter.
16180
16181 2016-06-29 Yao Qi <yao.qi@linaro.org>
16182
16183 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
16184 0x0f07ff.
16185
16186 2016-06-28 Yao Qi <yao.qi@linaro.org>
16187
16188 * gdb.base/catch-syscall.exp: Remove check on isnative and target
16189 triplets. Start gdb, execute catch syscall, and continue. Check
16190 gdb's output to determine catch syscall is supported.
16191
16192 2016-06-27 Manish Goregaokar <manish@mozilla.com>
16193
16194 * gdb.rust/simple.rs: Add test for returning unit in a function.
16195 * gdb.rust/simple.exp: Add expectation for functions returning
16196 unit.
16197
16198 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
16199
16200 * gdb.python/py-breakpoint-create-fail.c,
16201 gdb.python/py-breakpoint-create-fail.exp,
16202 gdb.python/py-breakpoint-create-fail.py: New testcase.
16203
16204 2016-06-25 Manish Goregaokar <manish@mozilla.com>
16205
16206 PR gdb/20239
16207 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
16208 * gdb.rust/simple.exp: Add test expectations for new NonZero
16209 tests.
16210
16211 2016-06-24 David Taylor <dtaylor@emc.com>
16212
16213 * gdb.base/offsets.exp: New file.
16214 * gdb.base/offsets.c: New file.
16215
16216 2016-06-23 Tom Tromey <tom@tromey.com>
16217
16218 PR gdb/16483:
16219 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
16220 before any filters are loaded.
16221
16222 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
16223
16224 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
16225 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
16226 structs.
16227 * gdb.fortran/derived-type-function.exp: New file.
16228 * gdb.fortran/derived-type-function.f90: New file.
16229
16230
16231 2016-06-21 Pedro Alves <palves@redhat.com>
16232
16233 * gdb.base/new-ui.exp: New file.
16234 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
16235 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
16236 (with_spawn_id): New procedure.
16237
16238 2016-06-21 Pedro Alves <palves@redhat.com>
16239
16240 * gdb.mi/mi-exec-run.exp: New file.
16241
16242 2016-06-21 Pedro Alves <palves@redhat.com>
16243
16244 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
16245 breakpoint command's output on the main UI.
16246 (test_break): New procedure, factored out from calls in the top
16247 level.
16248 (top level): Use foreach_with_prefix to test MI as main UI and as
16249 separate UI.
16250
16251 2016-06-21 Pedro Alves <palves@redhat.com>
16252
16253 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
16254 (test_awatch_creation_and_listing)
16255 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
16256 Remove 'type' parameter.
16257 (test_watchpoint_all): New parameter mi_mode. Remove
16258 with_test_prefix.
16259 (top level): Use foreach_with_prefix, and add main/separate UI MI
16260 testing axis.
16261
16262 2016-06-21 Pedro Alves <palves@redhat.com>
16263
16264 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
16265 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
16266 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
16267 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
16268 (gdb_main_spawn_id, mi_spawn_id): Declare and
16269 comment.
16270 (mi_create_inferior_pty): New procedure,
16271 factored out from default_mi_gdb_start.
16272 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
16273 procedures.
16274 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
16275 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16276 Use mi_create_inferior_pty.
16277 (mi_gdb_start): Use eval to pass down args list.
16278
16279 2016-06-21 Pedro Alves <palves@redhat.com>
16280
16281 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16282 * gdb.opt/inline-cmds.exp: Add MI tests.
16283
16284 2016-06-21 Pedro Alves <palves@redhat.com>
16285
16286 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16287
16288 2016-06-21 Pedro Alves <palves@redhat.com>
16289
16290 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16291 (top level): Use it instead of mi_execute_to.
16292
16293 2016-06-21 Pedro Alves <palves@redhat.com>
16294
16295 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16296 (cont_handler_str): New.
16297 (signal_stop_handler): Set stop_handler_str instead of printing to
16298 stdout.
16299 (continue_handler): Set cont_handler_str instead of printing to
16300 stdout.
16301 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16302 mi_send_resuming_command. Print stop_handler_str and
16303 cont_handler_str instead of expecting the python events print
16304 directly.
16305
16306 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16307
16308 * gdb.base/jit-reader.exp: New file.
16309 * gdb.base/jithost.c: New file.
16310 * gdb.base/jithost.h: New file.
16311 * gdb.base/jitreader.c : New file.
16312 * gdb.base/jit-protocol.h: New file.
16313
16314 2016-06-17 Yao Qi <yao.qi@linaro.org>
16315
16316 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16317 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16318 and detach-on-fork. Adjust tests.
16319 (top level): Invoke break_cond_on_syscall with combinations of
16320 syscall, follow-fork-mode and detach-on-fork.
16321
16322 2016-06-17 Yao Qi <yao.qi@linaro.org>
16323
16324 * gdb.base/step-over-exit.c: New.
16325 * gdb.base/step-over-exit.exp: New.
16326
16327 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16328
16329 * gdb.base/float.exp: Add target check for nds32*-*-*.
16330 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16331
16332 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16333
16334 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16335 for unsupported target features.
16336 * gdb.base/call-rt-st.exp: Likewise.
16337 * gdb.base/call-sc.exp: Likewise.
16338 * gdb.base/call-signal-resume.exp: Likewise.
16339 * gdb.base/call-strs.exp: Likewise.
16340 * gdb.base/callexit.exp: Likewise.
16341 * gdb.base/callfuncs.exp: Likewise.
16342 * gdb.base/nodebug.exp: Likewise.
16343 * gdb.base/printcmds.exp: Likewise.
16344 * gdb.base/ptype.exp: Likewise.
16345 * gdb.base/structs.exp: Likewise.
16346 * gdb.base/unwindonsignal.exp: Likewise.
16347 * gdb.cp/gdb2495.exp: Likewise.
16348 * gdb.cp/templates.exp: Likewise.
16349 * gdb.cp/virtfunc.exp: Likewise.
16350 * gdb.threads/hand-call-in-threads.exp: Likewise.
16351 * gdb.threads/interrupted-hand-call.exp: Likewise.
16352 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16353
16354 2016-06-10 Tom Tromey <tom@tromey.com>
16355
16356 PR rust/20110:
16357 * gdb.rust/expr.exp: Add test for integer constant larger than
16358 i32.
16359
16360 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16361
16362 * gdb.fortran/nested-funcs.exp: New.
16363 * gdb.fortran/nested-funcs.f90: New.
16364
16365 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16366
16367 * gdb.base/examine-backward.c: New file.
16368 * gdb.base/examine-backward.exp: New file.
16369
16370 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16371
16372 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16373 matching.
16374
16375 2016-06-02 Tom Tromey <tom@tromey.com>
16376
16377 PR python/18984:
16378 * gdb.python/py-shared.exp: Add solib_name test.
16379
16380 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16381
16382 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16383
16384 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16385
16386 PR c++/19893
16387 * gdb.dwarf2/implref.exp: Rename to...
16388 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16389 * gdb.dwarf2/implref-array.c: New file.
16390 * gdb.dwarf2/implref-array.exp: Likewise.
16391 * gdb.dwarf2/implref-global.c: Likewise.
16392 * gdb.dwarf2/implref-global.exp: Likewise.
16393 * gdb.dwarf2/implref-struct.c: Likewise.
16394 * gdb.dwarf2/implref-struct.exp: Likewise.
16395
16396 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16397
16398 * gdb.trace/trace-condition.exp: Add 64bit tests.
16399
16400 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16401
16402 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16403 bits types.
16404 (main): Adapt to 8 to 64 bits types.
16405 * gdb.trace/trace-condition.exp: Add new tests.
16406
16407 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16408
16409 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16410
16411 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16412
16413 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16414 Move condition tests...
16415 * gdb.trace/trace-condition.exp: Here.
16416
16417 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16418
16419 * gdb.trace/trace-condition.exp: Add counter-case tests.
16420
16421 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16422
16423 PR c++/15231
16424 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16425 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16426
16427 2016-05-27 Pedro Alves <palves@redhat.com>
16428
16429 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16430 New procedure.
16431 (top level): Call it, and bail out of DejaGnu is known to be bad.
16432
16433 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16434
16435 * gdb.base/whatis.c: Extend the test case.
16436 * gdb.base/whatis.exp: Add additional tests.
16437
16438 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16439
16440 * gdb.fortran/type.f90: Add pointer variable.
16441 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16442
16443 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16444
16445 * gdb.fortran/vla-type.exp: Fix testcase name.
16446
16447 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16448
16449 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16450
16451 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16452
16453 * gdb.fortran/type.f90: Add nested structures.
16454 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16455 * gdb.fortran/derived-type.exp: Adapt expected output.
16456 * gdb.fortran/vla-type.exp: Adapt expected output.
16457
16458 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16459
16460 * gdb.fortran/whatis_type.exp: Adapt expected output.
16461
16462 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16463
16464 * gdb.fortran/print_type.exp: Fix expected output.
16465 * gdb.fortran/whatis_type.exp: Fix expected output.
16466
16467 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16468
16469 * gdb.fortran/whatis_type.exp: Use multi_line.
16470
16471 2016-05-24 Tom Tromey <tom@tromey.com>
16472
16473 PR python/17386:
16474 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16475 use value as an index.
16476
16477 2016-05-23 Tom Tromey <tom@tromey.com>
16478
16479 PR python/17981:
16480 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16481 no-breakpoint case.
16482
16483 2016-05-24 Pedro Alves <palves@redhat.com>
16484
16485 PR gdb/19828
16486 * gdb.threads/clone-attach-detach.c: New file.
16487 * gdb.threads/clone-attach-detach.exp: New file.
16488
16489 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16490
16491 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16492
16493 2016-05-23 Tom Tromey <tom@tromey.com>
16494
16495 PR python/19438, PR python/18393:
16496 * gdb.python/py-progspace.exp: Add "dir" test.
16497 * gdb.python/py-objfile.exp: Add "dir" test.
16498
16499 2016-05-23 Yao Qi <yao.qi@linaro.org>
16500
16501 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16502 * gdb.arch/thumb2-it.exp: Likewise.
16503
16504 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16505
16506 * gdb.mi/mi-threads-interrupt.c: New file.
16507 * gdb.mi/mi-threads-interrupt.exp: New file.
16508
16509 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16510
16511 PR gdb/18077
16512 * gdb.mi/mi-async-run.exp: New file.
16513 * gdb.mi/mi-async-run.c: New file.
16514
16515 2016-05-17 Tom Tromey <tom@tromey.com>
16516 Manish Goregaokar <manishsmail@gmail.com>
16517
16518 * lib/rust-support.exp: New file.
16519 * lib/gdb.exp (skip_rust_tests): New proc.
16520 (build_executable_from_specs): Handle rust.
16521 * lib/future.exp (gdb_find_rustc): New proc.
16522 (gdb_default_target_compile): Handle rust.
16523 * gdb.rust/expr.exp: New file.
16524 * gdb.rust/generics.exp: New file.
16525 * gdb.rust/generics.rs: New file.
16526 * gdb.rust/methods.exp: New file.
16527 * gdb.rust/methods.rs: New file.
16528 * gdb.rust/modules.exp: New file.
16529 * gdb.rust/modules.rs: New file.
16530 * gdb.rust/simple.exp: New file.
16531 * gdb.rust/simple.rs: New file.
16532
16533 2016-05-17 Tom Tromey <tom@tromey.com>
16534
16535 * gdb.base/default.exp (set language): Add rust.
16536
16537 2016-05-17 Tom Tromey <tom@tromey.com>
16538
16539 * gdb.gdb/unittest.exp: New file.
16540
16541 2016-05-16 Yao Qi <yao.qi@linaro.org>
16542
16543 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16544 shell_prompt. Update shell_prompt_re.
16545
16546 2016-05-12 Doug Evans <dje@google.com>
16547
16548 PR symtab/19999
16549 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16550 $options when building executable.
16551 * gdb.dwarf2/fission-loclists-pie.S: New file.
16552 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16553
16554 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16555
16556 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16557 of [is_remote target],
16558
16559 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16560
16561 * lib/gdb.exp (use_gdb_stub): New procedure.
16562
16563 2016-05-03 Yunlian Jiang <yunlian@google.com>
16564 Doug Evans <dje@google.com>
16565
16566 PR symtab/19914
16567 * gdb.dwarf2/dwp-sepdebug.c: New file.
16568 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16569
16570 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16571
16572 * gdb.base/detach.exp: Remove is_remote check.
16573
16574 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16575
16576 * gdb.base/annota-input-while-running.exp: Don't check for
16577 [is_remote target]. Enable annotations after running to main.
16578 Remove unused "set test..." line.
16579
16580 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16581
16582 * gdb.trace/trace-enable-disable.exp: New file.
16583 * gdb.trace/trace-enable-disable.c: New file.
16584
16585 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16586
16587 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16588 use it in info sharedlibrary test.
16589 * gdb.trace/ftrace-lock.exp: Likewise.
16590 * gdb.trace/ftrace.exp: Likewise.
16591 * gdb.trace/range-stepping.exp: Likewise.
16592 * gdb.trace/trace-break.exp: Likewise.
16593 * gdb.trace/trace-condition.exp: Likewise.
16594 * gdb.trace/trace-mt.exp: Likewise.
16595
16596 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16597
16598 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16599 (gdb_load_shlib): ... this.
16600 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16601 gdb_load_shlib.
16602 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16603 * gdb.base/ctxobj.exp: Likewise.
16604 * gdb.base/dprintf-pending.exp: Likewise.
16605 * gdb.base/dso2dso.exp: Likewise.
16606 * gdb.base/fixsection.exp: Likewise.
16607 * gdb.base/gcore-relro.exp: Likewise.
16608 * gdb.base/gdb1555.exp: Likewise.
16609 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16610 * gdb.base/gnu-ifunc.exp: Likewise.
16611 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16612 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16613 * gdb.base/pending.exp: Likewise.
16614 * gdb.base/print-file-var.exp: Likewise.
16615 * gdb.base/print-symbol-loading.exp: Likewise.
16616 * gdb.base/shlib-call.exp: Likewise.
16617 * gdb.base/shreloc.exp: Likewise.
16618 * gdb.base/so-impl-ld.exp: Likewise.
16619 * gdb.base/solib-disc.exp: Likewise.
16620 * gdb.base/solib-nodir.exp: Likewise.
16621 * gdb.base/solib-overlap.exp: Likewise.
16622 * gdb.base/solib-symbol.exp: Likewise.
16623 * gdb.base/solib-weak.exp (do_test): Likewise.
16624 * gdb.base/sym-file.exp: Likewise.
16625 * gdb.base/symtab-search-order.exp: Likewise.
16626 * gdb.base/type-opaque.exp: Likewise.
16627 * gdb.base/unload.exp: Likewise.
16628 * gdb.base/watchpoint-solib.exp: Likewise.
16629 * gdb.compile/compile.exp: Likewise.
16630 * gdb.cp/gdb2384.exp: Likewise.
16631 * gdb.cp/infcall-dlopen.exp: Likewise.
16632 * gdb.cp/re-set-overloaded.exp: Likewise.
16633 * gdb.fortran/library-module.exp: Likewise.
16634 * gdb.opt/solib-intra-step.exp: Likewise.
16635 * gdb.python/py-finish-breakpoint.exp: Likewise.
16636 * gdb.python/py-shared.exp: Likewise.
16637 * gdb.reverse/solib-precsave.exp: Likewise.
16638 * gdb.reverse/solib-reverse.exp: Likewise.
16639 * gdb.server/solib-list.exp: Likewise.
16640 * gdb.threads/dlopen-libpthread.exp: Likewise.
16641 * gdb.threads/tls-shared.exp: Likewise.
16642 * gdb.threads/tls-so_extern.exp: Likewise.
16643 * gdb.trace/change-loc.exp: Likewise.
16644 * gdb.trace/ftrace-lock.exp: Likewise.
16645 * gdb.trace/ftrace.exp: Likewise.
16646 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16647 * gdb.trace/pending.exp: Likewise.
16648 * gdb.trace/range-stepping.exp: Likewise.
16649 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16650 (strace_info_marker): Likewise.
16651 (strace_probe_marker): Likewise.
16652 (strace_trace_on_same_addr): Likewise.
16653 (strace_trace_on_diff_addr): Likewise.
16654 * gdb.trace/trace-break.exp: Likewise.
16655 * gdb.trace/trace-condition.exp: Likewise.
16656 * gdb.trace/trace-mt.exp: Likewise.
16657
16658 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16659
16660 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16661 result of gdb_remote_download.
16662 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16663 * gdb.base/dso2dso.exp: Likewise.
16664 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16665 * gdb.base/print-file-var.exp: Likewise.
16666 * gdb.base/shlib-call.exp: Likewise.
16667 * gdb.base/shreloc.exp: Likewise.
16668 * gdb.base/solib-overlap.exp: Likewise.
16669 * gdb.base/solib-weak.exp (do_test): Likewise.
16670 * gdb.base/unload.exp: Likewise.
16671
16672 2016-04-27 Yao Qi <yao.qi@linaro.org>
16673
16674 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16675 exists.
16676
16677 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16678
16679 * vla-type.exp: Print structure from toplevel.
16680
16681 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16682
16683 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16684 of dynamic types.
16685 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16686 of dynamic types.
16687
16688 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16689
16690 * gdb.fortran/vla-type.f90: New file.
16691 * gdb.fortran/vla-type.exp: New file.
16692
16693 2016-04-25 Yao Qi <yao.qi@linaro.org>
16694
16695 * gdb.base/branch-to-self.c: New file.
16696 * gdb.base/branch-to-self.exp: New file.
16697
16698 2016-04-22 Yao Qi <yao.qi@linaro.org>
16699
16700 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16701 more after $hex.
16702
16703 2016-04-22 Yao Qi <yao.qi@linaro.org>
16704
16705 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16706 * gdb.base/annota3.exp: Likewise.
16707
16708 2016-04-22 Yao Qi <yao.qi@linaro.org>
16709
16710 * gdb.reverse/step-precsave.exp: Do one step and test program
16711 stops in "callee" and do multiple steps until program goes out
16712 of "callee".
16713 * gdb.reverse/step-reverse.exp: Likewise.
16714
16715 2016-04-22 Yao Qi <yao.qi@linaro.org>
16716
16717 * gdb.trace/signal.exp: Also pass if
16718 $tracepoint_hits($i) > $iterations.
16719
16720 2016-04-22 Yao Qi <yao.qi@linaro.org>
16721
16722 * gdb.trace/signal.c: New file.
16723 * gdb.trace/signal.exp: New file.
16724
16725 2016-04-19 Doug Evans <xdje42@gmail.com>
16726
16727 * gdb.base/bad-file.exp: New file.
16728
16729 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16730
16731 * gdb.dwarf2/implref.exp: New file.
16732
16733 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16734
16735 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16736 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16737 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16738 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16739 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16740 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16741 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16742 * lib/fortran.exp (fortran_int4): New procedure.
16743 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16744 (fortran_logical4): Likewise.
16745
16746 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16747
16748 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16749
16750 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16751
16752 * lib/compiler.c: Add Intel specific preprocessor macros.
16753 * lib/compiler.cc: Likewise.
16754
16755 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16756
16757 * gdb.server/connect-with-no-symbol-file.c: New file.
16758 * gdb.server/connect-with-no-symbol-file.exp: New file.
16759
16760 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16761
16762 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16763
16764 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16765
16766 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16767 standard output directory.
16768
16769 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16770
16771 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16772
16773 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16774
16775 * gdb.btrace/instruction_history.c (loop): Add declaration.
16776
16777 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16778
16779 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16780
16781 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16782
16783 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16784 parentheses to print.
16785 (continue_handler): Likewise.
16786
16787 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16788
16789 * gdb.server/solib-list.exp: Remove is_remote check.
16790 Pass shlib= to gdb_compile. Don't link shared library with
16791 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16792 Run binary filename through "readlink -f" on the target.
16793
16794 2016-04-08 Pedro Alves <palves@redhat.com>
16795
16796 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16797 interpreter filename as argument to gdbserver_spawn.
16798 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16799 Return empty if $last_loaded_file does not exist.
16800
16801 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16802
16803 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16804 * gdb.base/jit-main.c: Use exit after usage.
16805
16806 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16807
16808 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16809 GDBHISTSIZE prior to the tests.
16810 * gdb.base/gdbinit-history.exp: Likewise.
16811
16812 2016-04-07 Pedro Alves <palves@redhat.com>
16813
16814 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16815 instead of build_executable. Use gdb_load_shlibs.
16816
16817 2016-04-07 Yao Qi <yao.qi@linaro.org>
16818
16819 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16820 Execute "si" command.
16821
16822 2016-04-07 Yao Qi <yao.qi@linaro.org>
16823
16824 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16825 number instead of the comments on some line.
16826
16827 2016-04-06 Don Breazeal <donb@codesourcery.com>
16828
16829 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16830 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16831
16832 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16833
16834 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16835 standard_output_file. Remove unused binfile variable.
16836
16837 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16838
16839 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16840 * gdb.python/py-mi-objfile.exp: Match "list main" output
16841 in console format.
16842
16843 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16844
16845 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16846 absolute.
16847
16848 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16849
16850 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16851 absolute.
16852 * gdb.trace/ftrace.exp: Likewise.
16853 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16854 targets as well.
16855 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16856 (gdb_load_shlibs): Copy libraries to test directory when testing
16857 natively. Only set solib-search-path if testing remotely.
16858 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16859
16860 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16861
16862 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16863 gdb_download. Use it even if the target is not remote.
16864 * gdb.base/jit.exp (compile_jit_test): Likewise.
16865 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16866 output directory if the destination board is local, otherwise use
16867 the standard remote_download from DejaGnu.
16868 (gdb_download): Remove.
16869 (gdb_load_shlibs): Use gdb_remote_download instead of
16870 gdb_download.
16871 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16872 Use gdb_remote_download instead of gdb_download. Use it even if
16873 the target is not remote.
16874 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16875 instead of gdb_download.
16876
16877 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16878
16879 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16880 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16881 run.
16882
16883 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16884
16885 PR gdb/19820
16886 * gdb.base/printcmds.exp: Add artificial arrays tests.
16887
16888 2016-03-31 Pedro Alves <palves@redhat.com>
16889
16890 PR gdb/19858
16891 * gdb.base/jit-main.c: Include unistd.h.
16892 (ATTACH): Define to 0 if not already defined.
16893 (wait_for_gdb, mypid): New globals.
16894 (WAIT_FOR_GDB): New macro.
16895 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16896 some breakpoint locations.
16897 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16898 New procedures.
16899 (one_jit_test): Add REATTACH parameter, and handle it. Use
16900 continue_to_test_location.
16901 (top level): Test attach, and adjusts calls to one_jit_test.
16902
16903 2016-03-31 Pedro Alves <palves@redhat.com>
16904
16905 PR gdb/19858
16906 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16907 BINSUFFIX parameter, and handle it.
16908 (top level): Adjust calls compile_jit_test.
16909
16910 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16911
16912 PR python/19743
16913 * gdb.python/py-mi-events-gdb.py: New file.
16914 * gdb.python/py-mi-events.c: New file.
16915 * gdb.python/py-mi-events.exp: New file.
16916
16917 2016-03-30 Yao Qi <yao.qi@linaro.org>
16918
16919 * gdb.reverse/until-precsave.exp: Match function name only.
16920 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16921 Move malloc to a condition block.
16922 * gdb.reverse/until-reverse.exp: Match function name only.
16923
16924 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16925
16926 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16927 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16928 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16929 variable for GPR 0 instead of assuming it is register 0.
16930 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16931 * lib/trace-support.exp: Add s390 registers.
16932
16933 2016-03-29 Yao Qi <yao.qi@linaro.org>
16934
16935 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16936
16937 2016-03-24 Yao Qi <yao.qi@linaro.org>
16938
16939 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16940 test message.
16941
16942 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16943
16944 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16945 maintaining separate logic for constructing the output path.
16946
16947 2016-03-16 Don Breazeal <donb@codesourcery.com>
16948
16949 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16950 Retry fork and waitpid on interrupted system call errors.
16951 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16952 Use with_timeout_factor to increase timeout by factor of 10.
16953
16954 2016-03-15 Don Breazeal <donb@codesourcery.com>
16955
16956 * gdb.cp/scope-err.cc: New test program.
16957 * gdb.cp/scope-err.exp: New test script.
16958 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16959 lines and "set breakpoint here" comment.
16960 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16961 Fixed some whitespace and format issues.
16962 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16963 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16964
16965 2016-03-15 Doug Evans <dje@google.com>
16966
16967 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16968 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16969 All callers updated. Add tests for enums, mixed flags register.
16970
16971 2016-03-15 Doug Evans <dje@google.com>
16972
16973 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16974 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16975
16976 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16977
16978 * gdb.base/default.exp: Add $_as_string to the list of expected
16979 convenience functions.
16980
16981 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16982
16983 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16984
16985 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16986
16987 * gdb.python/py-as-string.exp: New file.
16988 * gdb.python/py-as-string.c: New file.
16989
16990 2016-03-09 Pedro Alves <palves@redhat.com>
16991
16992 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16993 signal" -> "Thread NN received signal" output change.
16994 * gdb.threads/ia64-sigill.exp: Likewise.
16995 * gdb.threads/linux-dp.exp: Likewise.
16996 * gdb.threads/manythreads.exp: Likewise.
16997 * gdb.threads/pending-step.exp: Likewise.
16998 * gdb.threads/print-threads.exp: Likewise.
16999 * gdb.threads/sigstep-threads.exp: Likewise.
17000 * gdb.threads/staticthreads.exp: Likewise.
17001 * gdb.threads/tls.exp: Likewise.
17002
17003 2016-03-09 Pedro Alves <palves@redhat.com>
17004
17005 * gdb.base/command-line-input.exp: New file.
17006
17007 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17008
17009 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
17010 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
17011 * gdb.trace/pending.exp: Accept leading dot before function name.
17012 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
17013 * lib/trace-support.exp: Set registers for ppc.
17014
17015 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17016
17017 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
17018 use it for disassembly; accept .main in addition to main in backtrace.
17019
17020 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
17021 Marcin Kościelnicki <koriakin@0x04.net>
17022
17023 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
17024 (gdb_recursion_test_ptr): New global variable.
17025 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
17026 gdb_recursion_test.
17027 (gdb_c_test): Ditto.
17028
17029 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17030
17031 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
17032 ordering.
17033
17034 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17035
17036 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
17037 (bar): Add bar_start_lbl label.
17038 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
17039 of foo/bar for emitting DWARF and tracing.
17040
17041 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
17042
17043 * analyze-racy-logs.py: Set executable bit.
17044
17045 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
17046
17047 * Makefile.in (DEFAULT_RACY_ITER): New variable.
17048 (CHECK_TARGET_TMP): Likewise.
17049 (check-single-racy): New rule.
17050 (check-parallel-racy): Likewise.
17051 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
17052 (do-check-parallel-racy): New rule.
17053 (check-racy/%.exp): Likewise.
17054 * README (Racy testcases): New section.
17055 * analyze-racy-logs.py: New file.
17056
17057 2016-03-03 Doug Evans <dje@google.com>
17058
17059 * gdb.base/skip.exp: Use with_test_prefix.
17060
17061 2016-03-03 Yao Qi <yao.qi@linaro.org>
17062
17063 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
17064 Invoke step_over_syscall "clone" and break_cond_on_syscall
17065 "clone".
17066 * gdb.base/step-over-clone.c: New file.
17067
17068 2016-03-03 Yao Qi <yao.qi@linaro.org>
17069
17070 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
17071 code format.
17072
17073 2016-03-03 Yao Qi <yao.qi@linaro.org>
17074
17075 * gdb.base/disp-step-fork.c: Rename to ...
17076 * gdb.base/step-over-fork.c: ... it. New file.
17077 * gdb.base/disp-step-vfork.c: Rename to ...
17078 * gdb.base/step-over-vfork.c: ... it. New file.
17079 * gdb.base/disp-step-syscall.exp: Rename to ...
17080 * gdb.base/step-over-syscall.exp: ... it. New file.
17081 (disp_step_cross_syscall): Rename to ...
17082 (step_over_syscall): ... it.
17083
17084 2016-03-03 Yao Qi <yao.qi@linaro.org>
17085
17086 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
17087 If target supports condition evaluation on target, invoke
17088 break_cond_on_syscall for fork and vfork.
17089
17090 2016-03-03 Yao Qi <yao.qi@linaro.org>
17091
17092 * gdb.base/disp-step-syscall.exp: Don't invoke
17093 support_displaced_stepping.
17094 (disp_step_cross_syscall): Test with displaced stepping off and
17095 on if supported.
17096
17097 2016-03-03 Yao Qi <yao.qi@linaro.org>
17098
17099 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
17100 proc.
17101 (setup): New proc.
17102 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
17103 and setup.
17104
17105 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17106
17107 * gdb.fortran/vla-history.exp: Remove breakpoint.
17108
17109 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17110
17111 * gdb.fortran/vla-history.exp: Lookup array elements and printing
17112 exceeds timeout.
17113
17114 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17115
17116 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
17117 breakpoint.
17118
17119 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17120
17121 * gdb.mi/vla.f90: Nullify pointer after declaration.
17122
17123 2016-03-01 Pedro Alves <palves@redhat.com>
17124
17125 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
17126
17127 2016-03-01 Pedro Alves <palves@redhat.com>
17128
17129 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
17130 before anything else.
17131 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
17132 _GNU_SOURCE here.
17133 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
17134 before anything else.
17135 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
17136
17137 2016-03-01 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
17140
17141 2016-03-01 Yao Qi <yao.qi@linaro.org>
17142
17143 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
17144 prepare_for_testing.
17145
17146 2016-03-01 Yao Qi <yao.qi@linaro.org>
17147
17148 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
17149
17150 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17151
17152 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
17153 manually constructing the output path.
17154
17155 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17156
17157 * gdb.arch/s390-stackless.S: New.
17158 * gdb.arch/s390-stackless.exp: New.
17159
17160 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
17161
17162 * gdb.dlang/circular.c: New file.
17163 * gdb.dlang/circular.exp: New file.
17164
17165 2016-02-26 Yao Qi <yao.qi@linaro.org>
17166
17167 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
17168 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
17169 (testcases): Update.
17170
17171 2016-02-26 Yao Qi <yao.qi@linaro.org>
17172
17173 * gdb.reverse/aarch64.c: Rename to ...
17174 * gdb.reverse/insn-reverse.c: ... it.
17175 * gdb.reverse/aarch64.exp: Rename to ...
17176 * gdb.reverse/insn-reverse.exp: ... it.
17177
17178 2016-02-26 Yao Qi <yao.qi@linaro.org>
17179
17180 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
17181 (testcase_ftype): New.
17182 (testcases): New array.
17183 (n_testcases): New.
17184 (main): Call each element in testcases.
17185 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
17186 (read_testcase): New.
17187 Do the tests in a loop.
17188
17189 2016-02-25 Yao Qi <yao.qi@linaro.org>
17190
17191 * gdb.base/branches.c: Remove.
17192
17193 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17194
17195 PR gdb/13808
17196 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
17197
17198 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17199
17200 * gdb.trace/ftrace.exp: Remove unnecessary target check.
17201
17202 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17203
17204 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
17205 change x86_64 call_insn to 'callq'.
17206
17207 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17208
17209 * gdb.trace/tfile-avx.c: Move to...
17210 * gdb.trace/tracefile-pseudo-reg.c: Here.
17211 * gdb.trace/tfile-avx.exp: Move to...
17212 * gdb.trace/tracefile-pseudo-reg.exp: Here.
17213
17214 2016-02-24 Gary Benson <gbenson@redhat.com>
17215
17216 * gdb.base/attach-pie-noexec.exp: Do not expect an error
17217 message on attach.
17218
17219 2016-02-23 Doug Evans <dje@google.com>
17220
17221 * gdb.base/skip.c (test_skip): New function.
17222 (end_test_skip_file_and_function): New function.
17223 (test_skip_file_and_function): New function.
17224 * gdb.base/skip1.c (test_skip): New function.
17225 (skip1_test_skip_file_and_function): New function.
17226 * gdb.base/skip.exp: Add tests for new skip options.
17227 * gdb.base/skip-solib.exp: Update expected output.
17228 * gdb.perf/skip-command.cc: New file.
17229 * gdb.perf/skip-command.exp: New file.
17230 * gdb.perf/skip-command.py: New file.
17231
17232 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
17233
17234 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
17235 info registers pattern.
17236
17237 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
17238
17239 * lib/future.exp: Add D support.
17240 (gdb_find_gdc): New proc.
17241 (gdb_default_target_compile): Add D support.
17242
17243 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
17244
17245 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
17246 user+system time.
17247 (trace_speed_test): Determine the iteration count for a time
17248 between 15..30 seconds.
17249
17250 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
17251
17252 * gdb.arch/i386-mpx-sigsegv.c: New file.
17253 * gdb.arch/i386-mpx-sigsegv.exp: New file.
17254 * gdb.arch/i386-mpx-simple_segv.c: New file.
17255 * gdb.arch/i386-mpx-simple_segv.exp: New file.
17256
17257 2016-02-18 Yao Qi <yao.qi@linaro.org>
17258
17259 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17260 Don't call setup_kfail.
17261
17262 2016-02-18 Yao Qi <yao.qi@linaro.org>
17263
17264 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17265 Set "set breakpoint condition-evaluation" per $cond_bp_target.
17266
17267 2016-02-16 Doug Evans <dje@google.com>
17268
17269 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
17270 * gdb.base/skip1.c: Ditto.
17271 * gdb.base/skip.exp: Whitespace cleanup.
17272
17273 2016-02-16 Don Breazeal <donb@codesourcery.com>
17274
17275 PR remote/19496
17276 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17277 Remove kfail for PR remote/19496.
17278
17279 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17280
17281 * lib/gdb.exp (standard_temp_file): Return a path specific to
17282 the runtest invocation.
17283
17284 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17285
17286 * gdb.trace/save-trace.exp: Change relative path to be in the
17287 standard output directory.
17288
17289 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17290
17291 * gdb.arch/i386-prologue.c: Add missing prototypes.
17292
17293 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17294
17295 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17296 * gdb.arch/i386-prologue.exp: Likewise.
17297 * gdb.arch/i386-size.exp: Likewise.
17298
17299 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17300
17301 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17302 define object file path.
17303 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17304 file path.
17305 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17306 standard_output_file to define binfile.
17307
17308 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17309
17310 Fix compatibility with recent gfortran-5.3.1.
17311 * gdb.fortran/vla-history.exp (print vla1 allocated)
17312 (print vla2 allocated, print $2, print $3): Remove
17313 (print $4): Rename to ...
17314 (print $2): ... here.
17315 (print $9): Rename to ...
17316 (print $5): ... here.
17317 (print $10): Rename to ...
17318 (print $6): ... here.
17319 * gdb.fortran/vla.f90: Add pvla initialization.
17320
17321 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17322
17323 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17324 New test.
17325 * gdb.fortran/vla-value-sub.exp: Likewise.
17326
17327 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17328
17329 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17330
17331 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17332
17333 * i386-biarch-core.exp: Define corefile using
17334 standard_output_file.
17335
17336 2016-02-12 Yao Qi <yao.qi@linaro.org>
17337
17338 * gdb.arch/arm-single-step-kernel-helper.c: New.
17339 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17340
17341 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17342
17343 * gdb.btrace/tailcall-only.exp: New.
17344 * gdb.btrace/tailcall-only.c: New.
17345 * gdb.btrace/x86_64-tailcall-only.S: New.
17346 * gdb.btrace/i686-tailcall-only.S: New.
17347
17348 2016-02-11 Pedro Alves <palves@redhat.com>
17349
17350 * README (Parallel testing): Add missing double quotes.
17351
17352 2016-02-11 Pedro Alves <palves@redhat.com>
17353
17354 * README (Parallel testing): New section.
17355 (GDB_PARALLEL): Rewrite.
17356 (FORCE_PARALLEL): Document.
17357
17358 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17359
17360 * gdb.trace/tfile-avx.c: New test.
17361 * gdb.trace/tfile-avx.exp: New test.
17362
17363 2016-02-09 Keith Seitz <keiths@redhat.com>
17364
17365 PR breakpoints/19546
17366 * gdb.base/infcall-exec.c: New file.
17367 * gdb.base/infcall-exec2.c: New file.
17368 * gdb.base/infcall-exec.exp: New file.
17369
17370 2016-02-09 Keith Seitz <keiths@redhat.com>
17371
17372 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17373 (toplevel): Call test_bkpt_address.
17374
17375 2016-02-09 Keith Seitz <keiths@redhat.com>
17376
17377 PR python/19506
17378 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17379 (toplevel): Call test_bkpt_address.
17380
17381 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17382
17383 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17384 to AC_OUTPUT.
17385 * configure: Regenerate.
17386
17387 2016-02-09 Pedro Alves <palves@redhat.com>
17388
17389 PR breakpoints/19548
17390 * gdb.base/execl-update-breakpoints.c (some_function): New
17391 function.
17392 (main): Call it.
17393 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17394 Tighten expected GDB output.
17395
17396 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17397
17398 * Makefile.in (ALL_SUBDIRS): Remove.
17399 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17400 (distclean maintainer-clean realclean): Likewise.
17401 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17402 * configure: Regenerate.
17403 * gdb.ada/Makefile.in: Delete.
17404 * gdb.arch/Makefile.in: Likewise.
17405 * gdb.asm/Makefile.in: Likewise.
17406 * gdb.base/Makefile.in: Likewise.
17407 * gdb.btrace/Makefile.in: Likewise.
17408 * gdb.cell/Makefile.in: Likewise.
17409 * gdb.compile/Makefile.in: Likewise.
17410 * gdb.cp/Makefile.in: Likewise.
17411 * gdb.disasm/Makefile.in: Likewise.
17412 * gdb.dlang/Makefile.in: Likewise.
17413 * gdb.dwarf2/Makefile.in: Likewise.
17414 * gdb.fortran/Makefile.in: Likewise.
17415 * gdb.gdb/Makefile.in: Likewise.
17416 * gdb.go/Makefile.in: Likewise.
17417 * gdb.guile/Makefile.in: Likewise.
17418 * gdb.java/Makefile.in: Likewise.
17419 * gdb.linespec/Makefile.in: Likewise.
17420 * gdb.mi/Makefile.in: Likewise.
17421 * gdb.modula2/Makefile.in: Likewise.
17422 * gdb.multi/Makefile.in: Likewise.
17423 * gdb.objc/Makefile.in: Likewise.
17424 * gdb.opencl/Makefile.in: Likewise.
17425 * gdb.opt/Makefile.in: Likewise.
17426 * gdb.pascal/Makefile.in: Likewise.
17427 * gdb.perf/Makefile.in: Likewise.
17428 * gdb.python/Makefile.in: Likewise.
17429 * gdb.reverse/Makefile.in: Likewise.
17430 * gdb.server/Makefile.in: Likewise.
17431 * gdb.stabs/Makefile.in: Likewise.
17432 * gdb.threads/Makefile.in: Likewise.
17433 * gdb.trace/Makefile.in: Likewise.
17434 * gdb.xml/Makefile.in: Likewise.
17435 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17436 GDB_PARALLEL.
17437 (standard_output_file): Remove check for GDB_PARALLEL, always
17438 return path in outputs/$subdir/$testname.
17439
17440 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17441
17442 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17443 (site.exp): Assign abs_srcdir to tcl's srcdir.
17444
17445 2016-02-04 Yao Qi <yao.qi@linaro.org>
17446
17447 * gdb.base/foll-exec-mode.c: Include limits.h.
17448 (main): Add parameters argc and argv. Get directory from
17449 argv[0].
17450 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17451 compilation.
17452 * gdb.base/foll-exec.c: Include limits.h.
17453 (main): Add parameters argc and argv.
17454 Get directory from argv[0].
17455 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17456 Adjust tests on the number of lines as source code changed.
17457 * gdb.base/foll-vfork-exit.c: Include limits.h.
17458 (main): Add one line of statement before vfork.
17459 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17460 (main): Add parameters argc and argv. Get directory from
17461 argv[0].
17462 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17463 (setup_gdb): Set tbreak to skip some source lines.
17464 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17465 (main): Add parameters argc and argv. Get directory from
17466 argv[0].
17467 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17468 compilation.
17469 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17470 (main): Add parameters argc and argv. Get directory from
17471 argv[0].
17472 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17473 compilation.
17474
17475 2016-02-01 Doug Evans <dje@google.com>
17476
17477 * gdb.base/skip.exp: Clean up multiple references to same test name.
17478
17479 2016-02-01 Pedro Alves <palves@redhat.com>
17480
17481 PR remote/19496
17482 * gdb.threads/forking-threads-plus-breakpoint.exp
17483 (displaced_stepping_supported): New global.
17484 (probe_displaced_stepping_support): New procedure.
17485 (do_test): Add 'displaced' parameter, and use it.
17486 (top level): Check for displaced stepping support. Add displaced
17487 stepping on/off testing axis.
17488
17489 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17490
17491 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17492 pointer. Don't perform further tests on the unassociated pointer
17493 if the first test fails.
17494
17495 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17496
17497 * gdb.base/max-value-size.c: New file.
17498 * gdb.base/max-value-size.exp: New file.
17499 * gdb.base/huge.exp: Disable max-value-size for this test.
17500
17501 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17502
17503 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17504
17505 2016-01-28 Yao Qi <yao.qi@linaro.org>
17506
17507 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17508
17509 2016-01-25 Pedro Alves <palves@redhat.com>
17510
17511 PR threads/19461
17512 * gdb.base/fork-running-state.c: New file.
17513 * gdb.base/fork-running-state.exp: New file.
17514
17515 2016-01-25 Pedro Alves <palves@redhat.com>
17516
17517 PR gdb/19494
17518 * gdb.base/catch-fork-kill.c: New file.
17519 * gdb.base/catch-fork-kill.exp: New file.
17520
17521 2016-01-25 Pedro Alves <palves@redhat.com>
17522
17523 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17524 Delete, moved to lib/gdb.exp.
17525 * gdb.threads/forking-threads-plus-breakpoint.exp
17526 (foreach_with_prefix): Likewise.
17527 * gdb.threads/process-dies-while-handling-bp.exp
17528 (foreach_with_prefix): Likewise.
17529 * lib/gdb.exp (foreach_with_prefix): New procedure.
17530
17531 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17532
17533 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17534 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17535
17536 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17537
17538 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17539 endian targets.
17540
17541 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17542 Pedro Alves <palves@redhat.com>
17543
17544 Fix testsuite compatibility with Guile.
17545 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17546 number.
17547
17548 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17549
17550 Fix testsuite compatibility with Guile.
17551 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17552 (thread 1): New test for backtrace through signal handler.
17553
17554 2016-01-22 Yao Qi <yao.qi@linaro.org>
17555
17556 PR testsuite/19491
17557 * gdb.base/multi-forks.c: Include
17558 ../lib/unbuffer_output.c
17559 (main): Call gdb_unbuffer_output.
17560
17561 2016-01-21 Doug Evans <dje@google.com>
17562
17563 * lib/ada.exp (gdb_compile_ada): Fix typo.
17564
17565 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17566
17567 * gdb.base/break-fun-addr.exp: New file.
17568 * gdb.base/break-fun-addr1.c: New file.
17569 * gdb.base/break-fun-addr2.c: New file.
17570
17571 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17572
17573 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17574 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17575 enum flag values.
17576
17577 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17578
17579 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17580 when GDB can not set the vector return value. Add more comments
17581 for clarification.
17582
17583 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17584
17585 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17586 command.
17587
17588 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17589
17590 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17591
17592 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17593
17594 * Makefile.in (check-single): Pass --status to runtest.
17595 (check/%.exp): Likewise.
17596
17597 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17598
17599 * Makefile.in (check-parallel): Propagate return code from make
17600 do-check-parallel.
17601
17602 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17603
17604 * gdb.trace/ftrace.exp: Fix expected message on continue.
17605 * gdb.trace/pending.exp: Fix expected message on continue.
17606 * gdb.trace/trace-break.exp: Fix expected message on continue.
17607
17608 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17609
17610 * lib/gdb.exp (gdb_test): Remove unused global references.
17611
17612 2016-01-18 Pedro Alves <palves@redhat.com>
17613
17614 * gdb.base/async-shell.exp: Adjust expected output.
17615 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17616 * gdb.base/siginfo-thread.exp: Adjust expected output.
17617 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17618 * gdb.java/jnpe.exp: Adjust expected output.
17619 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17620 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17621 * gdb.threads/leader-exit.exp: Adjust expected output.
17622 * gdb.threads/manythreads.exp: Adjust expected output.
17623 * gdb.threads/pthreads.exp: Adjust expected output.
17624 * gdb.threads/schedlock.exp: Adjust expected output.
17625 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17626 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17627 expected output.
17628 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17629 output.
17630 * gdb.threads/sigthread.exp: Adjust expected output.
17631 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17632
17633 2016-01-18 Yao Qi <yao.qi@linaro.org>
17634
17635 * gdb.guile/scm-section-script.c: Replace @progbits with
17636 %progbits.
17637 * gdb.python/py-section-script.c: Likewise.
17638
17639 2016-01-15 Pedro Alves <palves@redhat.com>
17640
17641 * gdb.multi/tids.exp: Test star wildcard ranges.
17642
17643 2016-01-15 Pedro Alves <palves@redhat.com>
17644
17645 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17646 command from "thread apply" invocation.
17647 (thr_apply_info_thr_invalid): Default the expected output to the
17648 input tid list.
17649 (top level): Add tests that use convenience variables. Add tests
17650 for "thread apply" with a valid TID list, but missing the command.
17651
17652 2016-01-13 Pedro Alves <palves@redhat.com>
17653
17654 * gdb.base/default.exp: Expect $_gthread as well.
17655 * gdb.multi/tids.exp: Test $_gthread.
17656 * gdb.threads/thread-specific.exp: Test $_gthread.
17657
17658 2016-01-13 Pedro Alves <palves@redhat.com>
17659
17660 * gdb.multi/tids.exp: Test "info threads -gid".
17661
17662 2016-01-13 Pedro Alves <palves@redhat.com>
17663
17664 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17665 Breakpoint.thread.
17666 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17667
17668 2016-01-07 Pedro Alves <palves@redhat.com>
17669
17670 * gdb.base/break.exp: Adjust to output changes.
17671 * gdb.base/hbreak2.exp: Likewise.
17672 * gdb.base/sepdebug.exp: Likewise.
17673 * gdb.base/watch_thread_num.exp: Likewise.
17674 * gdb.linespec/keywords.exp: Likewise.
17675 * gdb.multi/info-threads.exp: Likewise.
17676 * gdb.threads/thread-find.exp: Likewise.
17677 * gdb.multi/tids.c: New file.
17678 * gdb.multi/tids.exp: New file.
17679
17680 2016-01-13 Pedro Alves <palves@redhat.com>
17681
17682 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17683
17684 2016-01-13 Pedro Alves <palves@redhat.com>
17685
17686 * gdb.base/default.exp: Expect $_inferior as well.
17687 * gdb.multi/base.exp: Test $_inferior.
17688
17689 2016-01-13 Pedro Alves <palves@redhat.com>
17690
17691 PR breakpoints/19388
17692 * gdb.base/catch-signal-siginfo-cond.c: New file.
17693 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17694
17695 2016-01-12 Josh Stone <jistone@redhat.com>
17696 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17697
17698 * gdb.base/catch-syscall.c (do_execve): New variable.
17699 (main): Conditionally trigger an execve.
17700 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17701 (test_catch_syscall_execve): New, check entry/return across execve.
17702 (do_syscall_tests): Call test_catch_syscall_execve.
17703
17704 2016-01-12 Pedro Alves <palves@redhat.com>
17705
17706 * gdb.base/random-signal.exp (do_test): New procedure, with body
17707 of testcase moved in.
17708
17709 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17710 Pedro Alves <palves@redhat.com>
17711
17712 * gdb.base/funcargs.exp (finish from indirectly called function):
17713 Reintroduce the case for 'First'.
17714
17715 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17716 Pedro Alves <palves@redhat.com>
17717
17718 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17719 (tcatch_vfork_then_child_follow_exec)
17720 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17721 identification.
17722
17723 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17724
17725 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17726 and repeats to unlimited.
17727 * gdb.python/py-value.exp: Likewise.
17728 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17729 and repeats to unlimited.
17730
17731 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17732
17733 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17734 and reordering the functions.
17735 * gdb.multi/hangout.c: Likewise.
17736 * gdb.multi/hello.c: Likewise.
17737
17738 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17739
17740 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17741 absolute.
17742 (SingleStatisticTestResult.report): Use dict.keys instead of
17743 dict.iterkeys.
17744
17745 2016-01-06 Pedro Alves <palves@redhat.com>
17746
17747 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17748
17749 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17750
17751 * gdb.btrace/dlopen.exp: New.
17752 * gdb.btrace/dlopen.c: New.
17753 * gdb.btrace/dlopen-dso.c: New.
17754
17755 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17756
17757 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17758 PATTERN argument is optional.
17759
17760 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17761
17762 * lib/ada.exp (target_compile_ada_from_dir): New function.
17763 (gdb_compile_ada): Reimplement avoiding the use of project files.
17764 * gdb.ada/gnat_ada.gpr: Delete.
17765 * gdb.ada/cond_lang.exp: Adjust test to make path before
17766 filename optional.
17767 * gdb.ada/small_reg_param.exp: Likewise.
17768
17769 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17770
17771 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17772
17773 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17774
17775 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17776 case.
17777
17778 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17779
17780 * gdb.base/break.exp: Remove dead code.
17781 * gdb.base/sepdebug.exp: Likewise.
17782
17783 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17784
17785 * gdb.asm/asm-source.exp: Remove HP-UX references.
17786 * gdb.base/annota1.exp: Likewise.
17787 * gdb.base/annota3.exp: Likewise.
17788 * gdb.base/attach.exp: Likewise.
17789 * gdb.base/bigcore.exp: Likewise.
17790 * gdb.base/break.exp: Likewise.
17791 * gdb.base/call-ar-st.exp: Likewise.
17792 * gdb.base/callfuncs.exp: Likewise.
17793 * gdb.base/catch-fork-static.exp: Likewise.
17794 * gdb.base/display.exp: Likewise.
17795 * gdb.base/foll-exec-mode.exp: Likewise.
17796 * gdb.base/foll-exec.exp: Likewise.
17797 * gdb.base/foll-fork.exp: Likewise.
17798 * gdb.base/foll-vfork.exp: Likewise.
17799 * gdb.base/funcargs.exp: Likewise.
17800 * gdb.base/hbreak2.exp: Likewise.
17801 * gdb.base/inferior-died.exp: Likewise.
17802 * gdb.base/interrupt.exp: Likewise.
17803 * gdb.base/multi-forks.exp: Likewise.
17804 * gdb.base/nodebug.exp: Likewise.
17805 * gdb.base/sepdebug.exp: Likewise.
17806 * gdb.base/solib1.c: Likewise.
17807 * gdb.base/step-test.exp: Likewise.
17808 * gdb.mi/non-stop.c: Likewise.
17809 * gdb.mi/pthreads.c: Likewise.
17810 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17811 * gdb.threads/pthreads.c: Likewise.
17812 * gdb.threads/staticthreads.exp: Likewise.
17813 * lib/future.exp: Likewise.
17814 * lib/gdb.exp: Likewise.
17815 * gdb.base/so-indr-cl.c: Remove.
17816 * gdb.base/so-indr-cl.exp: Likewise.
17817 * gdb.base/solib.c: Likewise.
17818 * gdb.base/solib.exp: Likewise.
17819 * gdb.base/solib2.c: Likewise.
17820
17821 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17822
17823 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17824 * gdb.base/call-ar-st.exp: Likewise.
17825 * gdb.base/callfuncs.exp: Likewise.
17826 * gdb.base/condbreak.exp: Likewise.
17827 * gdb.base/constvars.exp: Likewise.
17828 * gdb.base/hbreak2.exp: Likewise.
17829 * gdb.base/langs.exp: Likewise.
17830 * gdb.base/list.exp: Likewise.
17831 * gdb.base/long_long.exp: Likewise.
17832 * gdb.base/ptype.exp: Likewise.
17833 * gdb.base/scope.exp: Likewise.
17834 * gdb.base/signals.exp: Likewise.
17835 * gdb.base/so-impl-ld.exp: Likewise.
17836 * gdb.base/varargs.exp: Likewise.
17837 * gdb.base/volatile.exp: Likewise.
17838 * gdb.base/whatis.exp: Likewise.
17839 * gdb.cp/cplusfuncs.exp: Likewise.
17840 * gdb.cp/inherit.exp: Likewise.
17841 * gdb.cp/local.exp: Likewise.
17842 * gdb.cp/member-ptr.exp: Likewise.
17843 * gdb.cp/method.exp: Likewise.
17844 * gdb.cp/overload.exp: Likewise.
17845 * gdb.cp/templates.exp: Likewise.
17846 * gdb.stabs/weird.exp: Likewise.
17847 * lib/compiler.c: Likewise.
17848 * lib/compiler.cc: Likewise.
17849 * lib/cp-support.exp: Likewise.
17850 * lib/gdb.exp: Likewise.
17851
17852 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17853
17854 * configure.ac: Remove HP-UX case.
17855 * configure: Regenerate.
17856
17857 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17858
17859 * lib/gdb.exp (gdb_compile): Add function doc.
17860
17861 2015-12-17 Pedro Alves <palves@redhat.com>
17862
17863 PR threads/19354
17864 * gdb.multi/info-threads.exp: New file.
17865
17866 2015-12-15 Yao Qi <yao.qi@linaro.org>
17867
17868 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17869 is aarch64*-*-*.
17870
17871 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17872
17873 * gdb.base/history-duplicates.exp: Skip if no readline support.
17874
17875 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17876
17877 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17878
17879 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17880
17881 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17882
17883 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17884
17885 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17886 ctrl-C if nointerrupts target property is set.
17887 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17888 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17889 * gdb.base/paginate-bg-execution.exp: Likewise.
17890 * gdb.base/paginate-execution-startup.exp: Likewise.
17891 * gdb.base/random-signal.exp: Likewise.
17892 * gdb.base/range-stepping.exp: Likewise.
17893 * gdb.cp/annota2.exp: Likewise.
17894 * gdb.cp/annota3.exp: Likewise.
17895 * gdb.gdb/selftest.exp: Likewise.
17896 * gdb.threads/continue-pending-status.exp: Likewise.
17897 * gdb.threads/leader-exit.exp: Likewise.
17898 * gdb.threads/manythreads.exp: Likewise.
17899 * gdb.threads/pthreads.exp: Likewise.
17900 * gdb.threads/schedlock.exp: Likewise.
17901 * gdb.threads/sigthread.exp: Likewise.
17902
17903 2015-12-11 Don Breazeal <donb@codesourcery.com>
17904
17905 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17906 remote.
17907 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17908 * gdb.base/foll-exec.exp (main): Enable for target remote.
17909 * gdb.base/foll-fork.exp (main): Likewise.
17910 * gdb.base/foll-vfork.exp (main): Likewise.
17911 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17912 (proc continue_to_exit_bp_loc): Use clean_restart.
17913 * gdb.base/pie-execl.exp (main): Disable for target remote.
17914 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17915 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17916 * gdb.threads/execl.exp (main): Likewise.
17917 * gdb.threads/fork-child-threads.exp (main): Likewise.
17918 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17919 remote.
17920 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17921 remote.
17922 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17923 pid.tid style ptids, instead of just tid.
17924 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17925 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17926 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17927 ptids, instead of just tid.
17928
17929 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17930
17931 * gdb.base/list.exp (test_list_forward): Add end of file error
17932 test.
17933 (test_repeat_list_command): Add end of file error test.
17934 (test_list_backwards): Add beginning of file error test.
17935
17936 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17937
17938 * gdb.base/list.exp (test_list_invalid_args): New function,
17939 defined, and called.
17940
17941 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17942
17943 * gdb.base/list.exp (test_list): Make test names unique.
17944
17945 2015-12-11 Yao Qi <yao.qi@linaro.org>
17946
17947 * gdb.base/coremaker2.c: Remove.
17948
17949 2015-12-10 Pedro Alves <palves@redhat.com>
17950
17951 * gdb.multi/base.exp: Remove stale "spaces" references.
17952
17953 2015-12-10 Pedro Alves <palves@redhat.com>
17954
17955 * gdb.multi/base.exp: Don't use nowarnings.
17956 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17957 * gdb.multi/hangout.c: Include stdio.h.
17958 * gdb.multi/hello.c: Include stdlib.h.
17959 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17960 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17961 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17962
17963 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17964
17965 * gdb.dwarf2/dw2-ranges-base.c: New file.
17966 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17967 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17968 support additional line table, and debug ranges generation.
17969 (Dwarf::ranges): New function, generate .debug_ranges.
17970 (Dwarf::lines): Support generating simple line table programs.
17971 (Dwarf::assemble): Initialise new namespace variables.
17972
17973 2015-12-09 Kevin Buettner <kevinb@redhat.com>
17974
17975 * gdb.base/async.exp (proc test_background): Add case for
17976 asynchronous execution not supported.
17977
17978 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
17979
17980 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17981 format and change test names to make them unique.
17982
17983 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17984 Pedro Alves <pedro@redhat.com>
17985
17986 PR gdb/18702
17987 Add checking of floatformats setup on x86_64 hosts.
17988 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17989 (smallval, bigval): New labels/constants.
17990 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17991 float" after loading bigval and smallval.
17992
17993 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17994
17995 * gdb.ada/fun_overload_menu.exp: New testcase.
17996 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17997
17998 2015-12-04 Josh Stone <jistone@redhat.com>
17999
18000 * gdb.base/catch-fork-static.exp: New.
18001
18002 2015-12-03 Yao Qi <yao.qi@linaro.org>
18003
18004 * gdb.base/sizeof.c: Don't include stdio.h and
18005 ../lib/unbuffer_output.c.
18006 (main): New variable 'size' and 'value'. Remove printf and
18007 gdb_unbuffer_output. Assign return value to size and value.
18008 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
18009 at the beginning.
18010 (check_sizeof): Check the result by printing variable 'size'.
18011 (check_valueof): Check the result by printing variable 'value'.
18012
18013 2015-12-01 Yao Qi <yao.qi@linaro.org>
18014
18015 * gdb.base/disp-step-syscall.exp: Define syscall instruction
18016 for aarch64*-*-linux* target.
18017
18018 2015-11-30 Pedro Alves <palves@redhat.com>
18019
18020 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
18021
18022 2015-11-30 Pedro Alves <palves@redhat.com>
18023
18024 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
18025 Handle non-stop mode vCont replies.
18026
18027 2015-11-30 Pedro Alves <palves@redhat.com>
18028
18029 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
18030 prepare_for_testing. Start gdb with "set non-stop on" appended to
18031 GDBFLAGS. Lax expected stop output.
18032
18033 2015-11-27 Yao Qi <yao.qi@linaro.org>
18034
18035 * gdb.arch/arm-neon.exp: New.
18036 * gdb.arch/arm-neon.c: New.
18037
18038 2015-11-27 Yao Qi <yao.qi@linaro.org>
18039
18040 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
18041
18042 2015-11-27 Yao Qi <yao.qi@linaro.org>
18043
18044 * gdb.cp/annota2.exp: Allow multiple occurrences of the
18045 frames-invalid annotation.
18046
18047 2015-11-27 Yao Qi <yao.qi@linaro.org>
18048
18049 * gdb.cp/annota2.exp: Use ${frames_invalid}.
18050
18051 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
18052
18053 * gdb.threads/names.exp: New file.
18054 * gdb.threads/names.c: New file.
18055 * README: Mention gdb,no_thread_names.
18056
18057 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
18058
18059 PR 19297
18060 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
18061 support" error.
18062
18063 2015-11-24 Pedro Alves <palves@redhat.com>
18064
18065 PR 17539
18066 * gdb.base/display.exp: Expect displays to be sorted in ascending
18067 order. Use multi_line.
18068 * gdb.base/solib-display.exp: Likewise.
18069
18070 2015-11-24 Pedro Alves <palves@redhat.com>
18071
18072 PR 17539
18073 * gdb.base/display.exp: Expect displays to be sorted in ascending
18074 order. Use multi_line.
18075 * gdb.base/solib-display.exp: Likewise.
18076
18077 2015-11-24 Pedro Alves <palves@redhat.com>
18078
18079 PR 17539
18080 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
18081 threads in ascending order.
18082 * gdb.base/foll-fork.exp: Likewise.
18083 * gdb.base/foll-vfork.exp: Likewise.
18084 * gdb.base/multi-forks.exp: Likewise.
18085 * gdb.mi/mi-nonstop.exp: Likewise.
18086 * gdb.mi/mi-nsintrall.exp: Likewise.
18087 * gdb.multi/base.exp: Likewise.
18088 * gdb.multi/multi-arch.exp: Likewise.
18089 * gdb.python/py-inferior.exp: Likewise.
18090 * gdb.threads/break-while-running.exp: Likewise.
18091 * gdb.threads/execl.exp: Likewise.
18092 * gdb.threads/gcore-thread.exp: Likewise.
18093 * gdb.threads/info-threads-cur-sal.exp: Likewise.
18094 * gdb.threads/kill.exp: Likewise.
18095 * gdb.threads/linux-dp.exp: Likewise.
18096 * gdb.threads/multiple-step-overs.exp: Likewise.
18097 * gdb.threads/next-bp-other-thread.exp: Likewise.
18098 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
18099 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
18100 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
18101 * gdb.threads/thread-find.exp: Likewise.
18102 * gdb.threads/tls.exp: Likewise.
18103 * lib/mi-support.exp (mi_reverse_list): Delete.
18104 (mi_check_thread_states): No longer reverse list.
18105
18106 2015-11-24 Pedro Alves <palves@redhat.com>
18107
18108 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
18109 use lowercase.
18110
18111 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18112
18113 * gdb.trace/actions.c: Include trace-common.h.
18114 (main): Add a location for a fast tracepoint.
18115 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
18116 the normal tracepoints.
18117 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
18118
18119 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18120
18121 * save-trace.exp: Factor out code to these...
18122 (gdb_save_tracepoints): New.
18123 (gdb_load_tracepoints): New.
18124 (do_save_load_test): New.
18125
18126 2015-11-23 Kevin Buettner <kevinb@redhat.com>
18127
18128 * gdb.base/asmlabel.exp: New test.
18129 * gdb.base/asmlabel.c: New test case.
18130
18131 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18132
18133 * gdb.base/wrong_frame_bt_full-main.c: New file.
18134 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
18135 * gdb.base/wrong_frame_bt_full.exp: New file.
18136
18137 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18138
18139 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
18140
18141 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18142
18143 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
18144 pstate register when comparing registers values in
18145 sparc64-*-linux-gnu targets to avoid spurious differences.
18146
18147 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18148
18149 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
18150
18151 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
18152
18153 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
18154 as type argument to gdb_compile.
18155 * gdb.base/nested-subp2.exp: Likewise.
18156 * gdb.base/nested-subp3.exp: Likewise.
18157
18158 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
18159
18160 * lib/dwarf.exp (_note): Fix left shift of negative value.
18161 * gdb.trace/trace-condition.exp: Likewise.
18162
18163 2015-11-13 Yao Qi <yao.qi@linaro.org>
18164
18165 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
18166 comments about d10v.
18167 (test_scalar_returns): Likewise.
18168 * gdb.base/d10v.ld: Remove.
18169 * gdb.base/overlays.exp: Remove the target triplet checking for
18170 d10v-*-*.
18171 * gdb.base/structs.exp (test_struct_returns): Remove the
18172 comments about d10v.
18173 (test_struct_calls): Likewise.
18174
18175 2015-11-13 Yao Qi <yao.qi@linaro.org>
18176
18177 * gdb.base/gnu_vector.exp: Check the return value by "p res".
18178 * gdb.base/gnu_vector.c: Don't include stdio.h.
18179 (main): Don't print res and call add_some_intvecs.
18180
18181 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
18182
18183 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
18184 macro.
18185 (func5): Removed.
18186 (func4): Use FAST_TRACEPOINT_LABEL.
18187 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
18188 macro.
18189 (func): Removed.
18190 (thread_function): Use FAST_TRACEPOINT_LABEL.
18191 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
18192 (func): Remove.
18193 (marker): Use FAST_TRACEPOINT_LABEL.
18194 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
18195 (pendfunc1): Remove.
18196 (pendfunc): Use FAST_TRACEPOINT_LABEL.
18197 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
18198 (foo): Remove.
18199 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
18200 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
18201 macro.
18202 (func): Remove.
18203 (marker): Use FAST_TRACEPOINT_LABEL.
18204 * gdb.trace/trace-common.h: New header.
18205 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
18206 macro.
18207 (func): Remove.
18208 (marker): Use FAST_TRACEPOINT_LABEL.
18209 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
18210 (func): Remove.
18211 (thread_function): Use FAST_TRACEPOINT_LABEL.
18212
18213 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
18214
18215 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
18216 in front.
18217 * gdb.trace/change-loc.exp: Use global pcreg definition.
18218 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
18219 * gdb.trace/entry-values.exp: Use global spreg definition, add $
18220 in front.
18221 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
18222 * gdb.trace/pending.exp: Likewise.
18223 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
18224 * gdb.trace/trace-break.exp: Likewise.
18225 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
18226 in front.
18227 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
18228 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
18229 in front.
18230 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
18231
18232 2015-11-09 Joel Brobecker <brobecker@adacore.com>
18233
18234 * gdb.ada/fin_fun_out: New testcase.
18235
18236 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18237
18238 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
18239 value associated with DW_AT_byte_size.
18240 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
18241 constants for DW_AT_byte_size, DW_AT_lower_bound, and
18242 DW_AT_upper_bound.
18243
18244 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18245
18246 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
18247 (gdb_target_symbol_prefix_flags): Define in terms of _asm
18248 version.
18249 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
18250 gdb.dwarf2/dw2-canonicalize-type.exp,
18251 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
18252 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
18253 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
18254 provided by gdb_target_symbol_prefix_flags_asm.
18255 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
18256 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
18257 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
18258 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
18259 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
18260 macros where needed). Use this macro for symbols which require
18261 the prefix provided by SYMBOL_PREFIX.
18262
18263 2015-11-05 Kevin Buettner <kevinb@redhat.com>
18264
18265 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
18266 New procs.
18267 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
18268 representing expressions, of more than one list element.
18269 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
18270 to prepend linker symbol prefix to f.
18271 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
18272 table_1 and table_2.
18273 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
18274 Likewise, for f and g.
18275 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18276 for ptr.
18277 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18278 for main.
18279 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18280 table_1_ptr and table_2_ptr.
18281
18282 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18283 Joel Brobecker <brobecker@adacore.com>
18284
18285 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18286
18287 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18288
18289 * gdb.reverse/s390-mvcle.c: New test.
18290 * gdb.reverse/s390-mvcle.exp: New file.
18291 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18292
18293 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18294
18295 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18296
18297 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18298
18299 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18300 reaching marker2.
18301 * gdb.reverse/getresuid-reverse.exp: Likewise.
18302 * gdb.reverse/pipe-reverse.exp: Likewise.
18303 * gdb.reverse/readv-reverse.exp: Likewise.
18304 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18305 * gdb.reverse/time-reverse.exp: Likewise.
18306 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18307
18308 2015-10-30 Yao Qi <yao.qi@linaro.org>
18309
18310 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18311 (empty_cycle): Remove.
18312 (main): Don't call empty_cycle. Don't use watch_count_done.
18313 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18314 empty_cycle. Rewrite the code counting HW watchpoints.
18315
18316 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18317
18318 * gdb.reverse/fstatat-reverse.c: New test.
18319 * gdb.reverse/fstatat-reverse.exp: New file.
18320 * gdb.reverse/getresuid-reverse.c: New test.
18321 * gdb.reverse/getresuid-reverse.exp: New file.
18322 * gdb.reverse/pipe-reverse.c: New test.
18323 * gdb.reverse/pipe-reverse.exp: New file.
18324 * gdb.reverse/readv-reverse.c: New test.
18325 * gdb.reverse/readv-reverse.exp: New file.
18326 * gdb.reverse/recvmsg-reverse.c: New test.
18327 * gdb.reverse/recvmsg-reverse.exp: New file.
18328 * gdb.reverse/time-reverse.c: New test.
18329 * gdb.reverse/time-reverse.exp: New file.
18330 * gdb.reverse/waitpid-reverse.c: New test.
18331 * gdb.reverse/waitpid-reverse.exp: New file.
18332
18333 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18334
18335 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18336
18337 2015-10-26 Doug Evans <dje@google.com>
18338
18339 PR symtab/17391
18340 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18341 * gdb.dwarf2/bad-regnum.c: New file.
18342 * gdb.dwarf2/bad-regnum.exp: New file.
18343
18344 2015-10-26 Doug Evans <dje@google.com>
18345
18346 PR python/18938
18347 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18348 file.
18349
18350 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18351
18352 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18353 for a change by "Mention language in compile error message".
18354
18355 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18356
18357 PR python/18073
18358 * gdb.python/py-type.c (C::a_method): New.
18359 (C::a_const_method): New.
18360 (C::a_static_method): New.
18361 (a_function): New.
18362 * gdb.python/py-type.exp (test_fields): Test getting fields
18363 from function and method.
18364
18365 2015-10-21 Keven Boell <keven.boell@intel.com>
18366
18367 * gdb.fortran/vla-alloc-assoc.exp: New file.
18368 * gdb.fortran/vla-datatypes.exp: New file.
18369 * gdb.fortran/vla-datatypes.f90: New file.
18370 * gdb.fortran/vla-history.exp: New file.
18371 * gdb.fortran/vla-ptype-sub.exp: New file.
18372 * gdb.fortran/vla-ptype.exp: New file.
18373 * gdb.fortran/vla-sizeof.exp: New file.
18374 * gdb.fortran/vla-sub.f90: New file.
18375 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18376 * gdb.fortran/vla-value-sub-finish.exp: New file.
18377 * gdb.fortran/vla-value-sub.exp: New file.
18378 * gdb.fortran/vla-value.exp: New file.
18379 * gdb.fortran/vla-ptr-info.exp: New file.
18380 * gdb.mi/mi-vla-fortran.exp: New file.
18381 * gdb.mi/vla.f90: New file.
18382
18383 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18384
18385 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18386 of hardwired timeout value.
18387
18388 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18389 Pedro Alves <palves@redhat.com>
18390
18391 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18392 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18393
18394 2015-10-19 Josh Stone <jistone@redhat.com>
18395
18396 * gdb.base/catch-syscall.c: Include <sched.h>.
18397 (unknown_syscall): New variable.
18398 (main): Trigger a vfork and an unknown syscall.
18399 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18400 (unknown_syscall_number): Likewise.
18401 (check_call_to_syscall): Accept an optional syscall pattern.
18402 (check_return_from_syscall): Likewise.
18403 (check_continue): Likewise.
18404 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18405 (test_catch_syscall_skipping_return): New test toggling off 'catch
18406 syscall' to step over the syscall return, then toggling back on.
18407 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18408 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18409 (do_syscall_tests): Call test_catch_syscall_without_args and
18410 test_catch_syscall_mid_vfork.
18411 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18412 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18413
18414 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
18415
18416 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18417 print g_vE): Add new pass patterns.
18418 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18419 print various symbol names for vptr fields.
18420
18421 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18422
18423 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18424 results.
18425
18426 2015-10-12 Yao Qi <yao.qi@linaro.org>
18427
18428 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18429
18430 2015-10-12 Yao Qi <yao.qi@linaro.org>
18431
18432 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18433 is aarch64*-*-linux*.
18434
18435 2015-10-12 Yao Qi <yao.qi@linaro.org>
18436
18437 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18438 (can_relocate_bcond_true): ... it.
18439 (can_relocate_bcond_false): New function.
18440 (foo): Likewise.
18441 (can_relocate_bl): Likewise.
18442 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18443 can_relocate_bl.
18444
18445 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18446
18447 * gdb.base/nested-addr.c: New file.
18448 * gdb.base/nested-addr.exp: New testcase.
18449
18450 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18451
18452 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18453 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18454 its output. Ignore the output of "record goto begin" and instead
18455 check that GDB is replaying.
18456
18457 2015-10-09 Pedro Alves <palves@redhat.com>
18458
18459 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18460 (top level): Use it in the run with no args test.
18461
18462 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18463
18464 * gdb.dlang/properties.exp: New file.
18465
18466 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18467
18468 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18469 whether or not address 0x1000 is mapped on the target.
18470
18471 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18472
18473 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18474 build.
18475
18476 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18477
18478 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18479 instruction-history test.
18480
18481 2015-09-28 Doug Evans <dje@google.com>
18482
18483 * gdb.base/gcore.c (array_func): Add reference to static_array.
18484
18485 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18486
18487 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18488 source line.
18489
18490 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18491
18492 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18493 short or char as base type.
18494
18495 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18496
18497 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18498 to allow any size enum.
18499
18500 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18501
18502 * gdb.ada/array_ptr_renaming.exp: New testcase.
18503 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18504 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18505
18506 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18507
18508 * gdb.trace/ftrace-lock.c: New file.
18509 * gdb.trace/ftrace-lock.exp: New file.
18510
18511 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18512
18513 * gdb.arch/insn-reloc.c: New file.
18514 * gdb.arch/ftrace-insn-reloc.exp: New file.
18515
18516 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18517
18518 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18519 instruction.
18520 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18521 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18522 * gdb.trace/range-stepping.c: Likewise.
18523 * gdb.trace/trace-break.c: Likewise.
18524 * gdb.trace/trace-mt.c (thread_function): Likewise.
18525 * gdb.trace/ftrace.c (marker): Likewise.
18526 * gdb.trace/trace-condition.c (marker): Likewise.
18527 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18528 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18529 is_aarch64_target.
18530
18531 2015-09-18 Doug Evans <xdje42@gmail.com>
18532
18533 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18534 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18535
18536 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18537
18538 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18539 the breakpoint.
18540
18541 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18542
18543 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18544 the pending breakpoint. Remove timeout override for "Run till
18545 MI pending breakpoint on pendfunc3 on thread 2" test.
18546
18547 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18548
18549 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18550 filename pattern.
18551
18552 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18553
18554 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18555 in breakpoint filename pattern.
18556
18557 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18558
18559 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18560
18561 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18562
18563 * gdb.linespec/explicit.exp: Check for readline support for
18564 tab-completion tests. Fix obvious typo.
18565
18566 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18567
18568 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18569 and replay.
18570
18571 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18572
18573 * gdb.btrace/non-stop.c: New.
18574 * gdb.btrace/non-stop.exp: New.
18575
18576 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18577 Yao Qi <yao.qi@linaro.org>
18578
18579 * gdb.trace/trace-condition.c: New file.
18580 * gdb.trace/trace-condition.exp: New file.
18581
18582 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18583
18584 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18585 for testing bytecode compilation.
18586
18587 2015-09-16 Pedro Alves <palves@redhat.com>
18588 Sandra Loosemore <sandra@codesourcery.com>
18589
18590 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18591 (SECONDS): Redefine.
18592 (main): Call pthread_kill and alarm early.
18593 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18594 support.
18595 (test): If the target can't hardware step and doesn't support
18596 displaced stepping, increase the timeout.
18597
18598 2015-09-16 Pedro Alves <palves@redhat.com>
18599
18600 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18601 (enable_debug): New procedures.
18602 (test): Use them. Bail out if waiting for threads fails.
18603 (top level): Bail out if a test fails.
18604
18605 2015-09-16 Yao Qi <yao.qi@linaro.org>
18606
18607 * gdb.asm/asm-source.exp: Set asm-arch for
18608 aarch64*-*-* target.
18609 * gdb.asm/aarch64.inc: New file.
18610
18611 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18612
18613 * gdb.ada/array_of_variable_length.exp: New testcase.
18614 * gdb.ada/array_of_variable_length/foo.adb: New file.
18615 * gdb.ada/array_of_variable_length/pck.adb: New file.
18616 * gdb.ada/array_of_variable_length/pck.ads: New file.
18617
18618 2015-09-15 Doug Evans <dje@google.com>
18619
18620 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18621 of function static local variable.
18622
18623 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18624
18625 * gdb.threads/tls-so_extern.exp: New test file.
18626 * gdb.threads/tls-so_extern.c: New test file.
18627 * gdb.threads/tls-so_extern_main.c: New test file.
18628
18629 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18630
18631 * gdb.opt/solib-intra-step-lib.c: New file.
18632 * gdb.opt/solib-intra-step-main.c: New file.
18633 * gdb.opt/solib-intra-step.exp: New file.
18634
18635 2015-09-15 Pedro Alves <palves@redhat.com>
18636
18637 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18638 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18639
18640 2015-09-14 Pedro Alves <palves@redhat.com>
18641
18642 * gdb.base/hook-stop-continue.c: Delete.
18643 * gdb.base/hook-stop-continue.exp: Delete.
18644 * gdb.base/hook-stop-frame.c: Delete.
18645 * gdb.base/hook-stop-frame.exp: Delete.
18646 * gdb.base/hook-stop.c: New file.
18647 * gdb.base/hook-stop.exp: New file.
18648
18649 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18650
18651 * gdb.ada/access_to_packed_array.exp: New testcase.
18652 * gdb.ada/access_to_packed_array/foo.adb: New file.
18653 * gdb.ada/access_to_packed_array/pack.adb: New file.
18654 * gdb.ada/access_to_packed_array/pack.ads: New file.
18655
18656 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18657
18658 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18659 buffer size test.
18660
18661 2015-09-11 Don Breazeal <donb@codesourcery.com>
18662
18663 * gdb.base/foll-exec.c: Add copyright header. Fix
18664 formatting issues.
18665 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18666 (do_exec_tests): Use clean_restart in place of zap_session,
18667 and for test initialization. Fix formatting issues. Use
18668 fail in place of perror.
18669 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18670 an expect statement to match an expression with output from
18671 the program under debug.
18672 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18673 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18674 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18675 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18676 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18677
18678 2015-09-09 Doug Evans <dje@google.com>
18679
18680 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18681
18682 2015-09-09 Doug Evans <dje@google.com>
18683
18684 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18685
18686 2015-09-09 Doug Evans <dje@google.com>
18687
18688 * gdb.base/savedregs.exp: Fix typo.
18689
18690 2015-09-09 Pedro Alves <palves@redhat.com>
18691
18692 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18693
18694 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18695
18696 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18697 command actually switches threads. Give up on remaining
18698 tests if target fails to stop at breakpoint.
18699
18700 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18701
18702 * gdb.ada/funcall_char.exp: New testcase.
18703 * gdb.ada/funcall_char/foo.adb: New file.
18704
18705 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18706
18707 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18708 expected outputs. Add two testcases for completing ambiguous
18709 functions.
18710 * gdb.ada/complete/aux_pck.adb: New file.
18711 * gdb.ada/complete/aux_pck.ads: New file.
18712 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18713 Ambiguous_Func functions.
18714 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18715 * gdb.ada/complete/pck.adb: Likewise.
18716
18717 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18718
18719 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18720 failures to run the test program under GDB.
18721
18722 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18723
18724 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18725 to C.
18726
18727 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18728
18729 * gdb.base/run-after-attach.exp: New test file.
18730 * gdb.base/run-after-attach.c: New test file.
18731
18732 2015-08-26 Don Breazeal <donb@codesourcery.com>
18733
18734 * gdb.base/foll-exec-2.c: New test program.
18735 * gdb.base/foll-exec-2.exp: New test.
18736
18737 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18738
18739 * gdb.base/nested-subp1.exp: New file.
18740 * gdb.base/nested-subp1.c: New file.
18741 * gdb.base/nested-subp2.exp: New file.
18742 * gdb.base/nested-subp2.c: New file.
18743 * gdb.base/nested-subp3.exp: New file.
18744 * gdb.base/nested-subp3.c: New file.
18745
18746 2015-08-24 Pedro Alves <palves@redhat.com>
18747
18748 * gdb.server/connect-without-multi-process.c: New file.
18749 * gdb.server/connect-without-multi-process.exp: New file.
18750
18751 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18752
18753 * gdb.opt/inline-markers.c: Make z int.
18754
18755 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18756
18757 * gdb.opt/inline-markers.c: Make z volatile.
18758
18759 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18760
18761 * gdb.opt/inline-bt.c: New volatile global z.
18762 * gdb.opt/inline-cmds.c: Likewise.
18763 * gdb.opt/inline-locals.c: Likewise.
18764 * gdb.opt/inline-markers.c: New extern global z.
18765 (marker): Use z.
18766 (inline_fn): Likewise.
18767
18768 2015-08-24 Pedro Alves <palves@redhat.com>
18769
18770 * config/m32r-stub.exp: Remove file.
18771 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18772 * gdb.base/call-rt-st.exp: Likewise.
18773 * gdb.base/call-strs.exp: Likewise.
18774 * gdb.base/default.exp: Remove references to h8300-*-hms and
18775 *-*-udi*.
18776 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18777
18778 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18779
18780 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18781 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18782 and "return" use KFAIL when GDB can not read/write the vector
18783 return value.
18784
18785 2015-08-21 Gary Benson <gbenson@redhat.com>
18786
18787 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18788
18789 2015-08-20 Pedro Alves <palves@redhat.com>
18790
18791 * gdb.server/solib-list.exp: No longer expect an interior stop in
18792 non-stop mode.
18793
18794 2015-08-20 Pedro Alves <palves@redhat.com>
18795
18796 * gdb.server/connect-stopped-target.c: New file.
18797 * gdb.server/connect-stopped-target.exp: New file.
18798
18799 2015-08-20 Pedro Alves <palves@redhat.com>
18800
18801 * gdb.dwarf2/comp-unit-lang.exp: New file.
18802 * gdb.dwarf2/comp-unit-lang.c: New file.
18803
18804 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18805
18806 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18807 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18808
18809 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18810
18811 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18812 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18813
18814 2015-08-18 Doug Evans <dje@google.com>
18815 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18816
18817 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18818 skip_python_tests. New arg prompt_regexp.
18819 (skip_python_tests): New function.
18820 * lib/mi-support.exp (mi_skip_python_tests): New function.
18821 * gdb.python/py-mi-objfile-gdb.py: New file.
18822 * gdb.python/py-mi-objfile.c: New file.
18823 * gdb.python/py-mi-objfile.exp: New file.
18824
18825 2015-08-17 Keith Seitz <keiths@redhat.com>
18826
18827 * gdb.linespec/explicit.exp: Move strace test from here ...
18828 * gdb.trace/strace.exp: ... to here.
18829
18830 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18831
18832 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18833 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18834
18835 2015-08-14 Doug Evans <xdje42@gmail.com>
18836
18837 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18838 inferior before selecting a new file.
18839
18840 2015-08-14 Doug Evans <xdje42@gmail.com>
18841
18842 * gdb.mi/mi-disassemble.exp: Update.
18843 * gdb.base/disasm-optim.S: New file.
18844 * gdb.base/disasm-optim.c: New file.
18845 * gdb.base/disasm-optim.h: New file.
18846 * gdb.base/disasm-optim.exp: New file.
18847
18848 2015-08-14 Keith Seitz <keiths@redhat.com>
18849
18850 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18851 "evaluated-by".
18852
18853 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18854
18855 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18856
18857 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18858
18859 * gdb.ada/fun_renaming.exp: New testcase.
18860 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18861 * gdb.ada/fun_renaming/pack.adb: New file.
18862 * gdb.ada/fun_renaming/pack.ads: New file.
18863
18864 2015-08-12 Keith Seitz <keiths@redhat.com>
18865
18866 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18867 gdb_get_line_number.
18868
18869 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18870
18871 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18872 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18873 gdb.base/dso2dso.exp: New files.
18874
18875 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18876 Pedro Alves <palves@redhat.com>
18877 Keith Seitz <keiths@redhat.com>
18878
18879 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18880 GDBFLAGS.
18881
18882 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18883
18884 * gdb.base/gdbhistsize-history.exp
18885 (test_histsize_history_setting): Use save_vars.
18886 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18887 Use save_vars.
18888 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18889 * gdb.base/readline.exp: Use save_vars.
18890
18891 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18892
18893 * lib/gdb.exp (save_vars): New proc.
18894
18895 2015-08-11 Keith Seitz <keiths@redhat.com>
18896
18897 * gdb.base/help.exp: Update help_breakpoint_text.
18898
18899 2015-08-11 Keith Seitz <keiths@redhat.com>
18900
18901 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18902 (at toplevel): Call test_explicit_breakpoints.
18903 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18904 breakpoints.
18905 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18906 breakpoint conditions, "-cond".
18907
18908 2015-08-11 Keith Seitz <keiths@redhat.com>
18909
18910 * gdb.linespec/3explicit.c: New file.
18911 * gdb.linespec/cpexplicit.cc: New file.
18912 * gdb.linespec/cpexplicit.exp: New file.
18913 * gdb.linespec/explicit.c: New file.
18914 * gdb.linespec/explicit.exp: New file.
18915 * gdb.linespec/explicit2.c: New file.
18916 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18917 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18918 before using in the matching pattern.
18919 Clarify that `prefix' is a regular expression.
18920
18921 2015-08-11 Keith Seitz <keiths@redhat.com>
18922
18923 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18924 test.
18925 Add tests for missing ",FMT" and ",".
18926
18927 2015-08-10 Doug Evans <dje@google.com>
18928 Keith Seitz <keiths@redhat.com>
18929
18930 PR gdb/17960
18931 * gdb.base/completion.exp: Add location completer tests.
18932
18933 2015-08-07 Pedro Alves <palves@redhat.com>
18934
18935 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18936 tests here.
18937 (top level): Run do_test with and without displaced stepping.
18938
18939 2015-08-07 Pedro Alves <palves@redhat.com>
18940
18941 * gdb.base/valgrind-disp-step.c: New file.
18942 * gdb.base/valgrind-disp-step.exp: New file.
18943
18944 2015-08-07 Pedro Alves <palves@redhat.com>
18945
18946 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18947 Delete function.
18948 (main): Add alarm. Run an infinite loop instead of calling
18949 wait_threads.
18950 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18951 comment.
18952 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18953 Delete function.
18954 (main): Add alarm. Run an infinite loop instead of calling
18955 wait_threads.
18956 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18957 comment.
18958
18959 2015-08-07 Pedro Alves <palves@redhat.com>
18960
18961 * gdb.base/checkpoint-ns.exp: New file.
18962 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18963 standard_testfile.
18964
18965 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18966
18967 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18968 * gdb.btrace/instruction_history.exp: Update.
18969 * gdb.btrace/tsx.exp: New.
18970 * gdb.btrace/tsx.c: New.
18971
18972 2015-08-06 Pedro Alves <palves@redhat.com>
18973
18974 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18975 increase timeout.
18976 * gdb.reverse/until-precsave.exp: Bump timeouts.
18977
18978 2015-08-06 Pedro Alves <palves@redhat.com>
18979
18980 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18981
18982 2015-08-06 Pedro Alves <palves@redhat.com>
18983
18984 PR gdb/18749
18985 * gdb.threads/process-dies-while-handling-bp.c: New file.
18986 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18987
18988 2015-08-06 Pedro Alves <palves@redhat.com>
18989
18990 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18991 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18992
18993 2015-08-05 Pedro Alves <palves@redhat.com>
18994
18995 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18996 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18997
18998 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18999
19000 * gdb.base/bp-permanent.exp: Report test as unsupported if
19001 the target cannot stop at the permanent breakpoint.
19002
19003 2015-08-03 Doug Evans <dje@google.com>
19004
19005 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
19006 10000.
19007
19008 2015-08-03 Doug Evans <dje@google.com>
19009
19010 * Makefile.in (workers/%.worker, build-perf): New rule.
19011 (GDB_PERFTEST_MODE): New variable.
19012 (check-perf): Use it.
19013 (clean): Clean up gdb.perf parallel build subdirs.
19014 * lib/build-piece.exp: New file.
19015 * lib/gdb.exp (make_gdb_parallel_path): New function
19016 (standard_output_file, standard_temp_file): Call it.
19017 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19018 of $GDB_PARALLEL.
19019 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
19020
19021 2015-08-03 Doug Evans <dje@google.com>
19022
19023 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
19024 (LOG_FILE_NAME): New global.
19025 (TextReporter.__init__): Initialize self.txt_sum.
19026 (TextReporter.report): Add support for multiple data-points.
19027 Move report to perftest.sum, put raw data in perftest.log.
19028 (TextReporter.start): Open sum and log files.
19029 (TextReporter.end): Close sum and log files.
19030 * gdb.perf/lib/perftest/testresult.py
19031 (SingleStatisticTestResult.record): Handle multiple data-points.
19032
19033 2015-07-31 Pedro Alves <palves@redhat.com>
19034
19035 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
19036 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19037 kill_wait_spawned_process instead of explicit "kill -9".
19038 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
19039 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19040 kill_wait_spawned_process.
19041 * gdb.base/attach-twice.exp: Likewise.
19042 * gdb.base/attach.exp: Likewise.
19043 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
19044 gdb_test_multiple.
19045 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
19046 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19047 kill_wait_spawned_process.
19048 * gdb.base/valgrind-infcall.exp: Likewise.
19049 * gdb.multi/multi-attach.exp: Likewise.
19050 * gdb.python/py-prompt.exp: Likewise.
19051 * gdb.python/py-sync-interp.exp: Likewise.
19052 * gdb.server/ext-attach.exp: Likewise.
19053 * gdb.threads/attach-into-signal.exp (corefunc): Use
19054 spawn_wait_for_attach, spawn_id_get_pid and
19055 kill_wait_spawned_process.
19056 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
19057 spawn_wait_for_attach returning a spawn id instead of a pid. Use
19058 spawn_id_get_pid and kill_wait_spawned_process.
19059 * gdb.threads/attach-stopped.exp (corefunc): Use
19060 spawn_wait_for_attach, spawn_id_get_pid and
19061 kill_wait_spawned_process.
19062 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
19063 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19064 kill_wait_spawned_process instead of explicit "kill -9".
19065 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
19066 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
19067 (spawn_wait_for_attach): Use spawn instead of exec to spawn
19068 processes. Don't map cygwin/windows pids here. Now returns a
19069 spawn id list.
19070
19071 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19072
19073 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
19074 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
19075 correct patch.
19076
19077 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19078
19079 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
19080
19081 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19082
19083 Reapply:
19084 2014-05-21 Mark Wielaard <mjw@redhat.com>
19085
19086 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19087
19088 2015-07-30 Pedro Alves <palves@redhat.com>
19089
19090 * linux-low.c (handle_extended_wait): Set the child's last
19091 reported status to TARGET_WAITKIND_STOPPED.
19092
19093 2015-07-30 Pedro Alves <palves@redhat.com>
19094
19095 PR threads/18600
19096 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
19097 only shows inferior 1.
19098
19099 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
19100 Pedro Alves <palves@redhat.com>
19101
19102 PR threads/18600
19103 * gdb.threads/fork-plus-threads.c: New file.
19104 * gdb.threads/fork-plus-threads.exp: New file.
19105
19106 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19107
19108 * gdb.base/batch-preserve-term-settings.exp
19109 (test_terminal_settings_preserved_after_cli_exit): Use
19110 send_quit_command.
19111
19112 2015-07-29 Pedro Alves <palves@redhat.com>
19113 Don Breazeal <donb@codesourcery.com>
19114
19115 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
19116 output from both inferior_spawn_id and gdb_spawn_id.
19117
19118 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19119
19120 * gdb.threads/attach-into-signal.exp (corefunc): Use
19121 with_test_prefix on nested loops, uniquefying the test messages.
19122
19123 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19124
19125 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
19126 commit.
19127
19128 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19129
19130 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
19131 New proc.
19132 (test_terminal_settings_preserved_after_sigterm): New test.
19133
19134 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19135
19136 * gdb.base/batch-preserve-term-settings.exp
19137 (test_terminal_settings_preserved_after_cli_exit): New test.
19138
19139 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19140
19141 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
19142 manipulation of saved_gdbflags.
19143 (test_terminal_settings_preserved): Remove global declaration of
19144 the unused variable pagination_prompt. Remove manipulation of
19145 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
19146 GDBFLAGS.
19147
19148 2015-07-29 Pedro Alves <palves@redhat.com>
19149
19150 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
19151
19152 2015-07-29 Pedro Alves <palves@redhat.com>
19153
19154 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
19155 at the top.
19156
19157 2015-07-29 Pedro Alves <palves@redhat.com>
19158
19159 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
19160 (main): Call gdb_unbuffer_output.
19161 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
19162 (main): Call gdb_unbuffer_output.
19163 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
19164 (main): Call gdb_unbuffer_output.
19165 * gdb.base/call-strs.exp: Adjust to step over the
19166 gdb_unbuffer_output call.
19167 * gdb.base/catch-gdb-caused-signals.c: Include
19168 "../lib/unbuffer_output.c".
19169 (main): Call gdb_unbuffer_output.
19170 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
19171 (main): Call gdb_unbuffer_output.
19172 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
19173 (main): Call gdb_unbuffer_output.
19174 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
19175 (main): Call gdb_unbuffer_output.
19176 * gdb.base/shlib-call.exp: Adjust to step over the
19177 gdb_unbuffer_output call.
19178 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
19179 (main): Call gdb_unbuffer_output.
19180 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
19181 (main): Call gdb_unbuffer_output.
19182 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
19183 (main): Rename to ...
19184 (test): ... this.
19185 (main): Reimplement.
19186 * gdb.base/varargs.exp: Run to test instead of to main.
19187 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19188 (main): Call gdb_unbuffer_output.
19189
19190 2015-07-29 Pedro Alves <palves@redhat.com>
19191
19192 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
19193 factore out from mi_continue_dprintf. For call-style dprintfs,
19194 expect dprintf output out of $inferior_spawn_id.
19195 (mi_continue_dprintf): Use mi_expect_dprintf.
19196 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19197 (main): Call gdb_unbuffer_output.
19198
19199 2015-07-29 Pedro Alves <palves@redhat.com>
19200
19201 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
19202 (default_mi_gdb_start): Set inferior_spawn_id instead of
19203 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
19204 gdb_spawn_id.
19205 (mi_gdb_test): Always expect inferior output from both
19206 $inferior_spawn_id and $gdb_spawn_id.
19207
19208 2015-07-29 Pedro Alves <palves@redhat.com>
19209
19210 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
19211 send_inferior and $inferior_spawn_id.
19212
19213 2015-07-29 Pedro Alves <palves@redhat.com>
19214
19215 * gdb.gdb/complaints.exp (test_initial_complaints)
19216 (test_serial_complaints, test_short_complaints): Use
19217 gdb_test_stdio.
19218 (test_empty_complaint): Handle $inferior_spawn_id !=
19219 $gdb_spawn_id.
19220
19221 2015-07-29 Pedro Alves <palves@redhat.com>
19222
19223 * gdb.base/varargs.exp: Use gdb_test_stdio.
19224
19225 2015-07-29 Pedro Alves <palves@redhat.com>
19226
19227 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
19228
19229 2015-07-29 Pedro Alves <palves@redhat.com>
19230
19231 * gdb.base/ending-run.exp: Use gdb_test_stdio.
19232
19233 2015-07-29 Pedro Alves <palves@redhat.com>
19234
19235 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
19236 parameter into two new parameters, "inf_result" and "gdb_result".
19237 Expect inferior output and gdb output from $inferior_spawn_id and
19238 $gdb_spawn_id, respectively. Adjust all callers.
19239
19240 2015-07-29 Pedro Alves <palves@redhat.com>
19241
19242 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
19243 of gdb_test_sequence.
19244
19245 2015-07-29 Pedro Alves <palves@redhat.com>
19246
19247 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
19248 (saw_spurious_output): Expect inferior output from
19249 $inferior_spawn_id. Use gdb_test_stdio.
19250
19251 2015-07-29 Pedro Alves <palves@redhat.com>
19252
19253 * gdb.base/dprintf.exp: Use standard_testfile. Change
19254 prepare_for_testing call.
19255 (srcfile): Don't set.
19256 (restart): New procedure.
19257 (test_dprintf): New procecure, use to continue over dprintfs.
19258 (test_call, test_agent): New procedures, tests moved here.
19259 Restart gdb and recreate dprintfs. Adjust expected output.
19260
19261 2015-07-29 Pedro Alves <palves@redhat.com>
19262
19263 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19264
19265 2015-07-29 Pedro Alves <palves@redhat.com>
19266
19267 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19268
19269 2015-07-29 Pedro Alves <palves@redhat.com>
19270
19271 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19272 gdb_test_stdio.
19273
19274 2015-07-29 Pedro Alves <palves@redhat.com>
19275
19276 * lib/gdb.exp (gdb_test_stdio): New procedure.
19277
19278 2015-07-29 Pedro Alves <palves@redhat.com>
19279
19280 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19281
19282 2015-07-29 Pedro Alves <palves@redhat.com>
19283
19284 * gdb.base/call-signal-resume.exp: Remove check for
19285 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19286 * gdb.base/unwindonsignal.exp: Likewise.
19287 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19288 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19289
19290 2015-07-29 Pedro Alves <palves@redhat.com>
19291
19292 * gdb.base/siginfo-addr.c (pass): New function.
19293 (handler): Call it iff si_addr is correct.
19294 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19295 Set a breakpoint at "pass" and continue to it.
19296
19297 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19298
19299 * gdb.python/py-objfile.exp: Make some tests have unique names.
19300 * gdb.python/py-pp-registration.exp: Likewise.
19301
19302 2015-07-28 Pedro Alves <palves@redhat.com>
19303
19304 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19305
19306 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19307
19308 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19309
19310 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19311
19312 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19313
19314 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19315
19316 * gdb.base/gdb-sigterm-2.exp: New test.
19317
19318 2015-07-25 Doug Evans <xdje42@gmail.com>
19319
19320 Revert:
19321 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19322 (workers/%.worker, build-perf): New rule.
19323 (GDB_PERFTEST_MODE): New variable.
19324 (check-perf): Use it.
19325 (clean): Clean up gdb.perf parallel build subdirs.
19326 * lib/build-piece.exp: New file.
19327 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19328 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19329 name.
19330 (standard_temp_file): Ditto.
19331 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19332 of $GDB_PARALLEL.
19333
19334 2015-07-24 Doug Evans <dje@google.com>
19335
19336 * gdb.perf/lib/perftest/utils.py: New file.
19337 * gdb.perf/gm-hello.cc: New file.
19338 * gdb.perf/gm-pervasive-typedef.cc: New file.
19339 * gdb.perf/gm-pervasive-typedef.h: New file.
19340 * gdb.perf/gm-std.cc: New file.
19341 * gdb.perf/gm-std.h: New file.
19342 * gdb.perf/gm-use-cerr.cc: New file.
19343 * gdb.perf/gm-utils.h: New file.
19344 * gdb.perf/gmonster-null-lookup.py: New file.
19345 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19346 * gdb.perf/gmonster-print-cerr.py: New file.
19347 * gdb.perf/gmonster-ptype-string.py: New file.
19348 * gdb.perf/gmonster-runto-main.py: New file.
19349 * gdb.perf/gmonster-select-file.py: New file.
19350 * gdb.perf/gmonster1-null-lookup.exp: New file.
19351 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19352 * gdb.perf/gmonster1-print-cerr.exp: New file.
19353 * gdb.perf/gmonster1-ptype-string.exp: New file.
19354 * gdb.perf/gmonster1-runto-main.exp: New file.
19355 * gdb.perf/gmonster1-select-file.exp: New file.
19356 * gdb.perf/gmonster1.cc: New file.
19357 * gdb.perf/gmonster1.exp: New file.
19358 * gdb.perf/gmonster2-null-lookup.exp: New file.
19359 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19360 * gdb.perf/gmonster2-print-cerr.exp: New file.
19361 * gdb.perf/gmonster2-ptype-string.exp: New file.
19362 * gdb.perf/gmonster2-runto-main.exp: New file.
19363 * gdb.perf/gmonster2-select-file.exp: New file.
19364 * gdb.perf/gmonster2.cc: New file.
19365 * gdb.perf/gmonster2.exp: New file.
19366
19367 2015-07-24 Doug Evans <dje@google.com>
19368
19369 * gdb.perf/README: New file.
19370 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19371 * lib/gen-perf-test.exp: New file.
19372
19373 2015-07-24 Doug Evans <dje@google.com>
19374
19375 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19376 (PerfTest::startup): New function.
19377 (PerfTest::run): Return result of calling body.
19378 (PerfTest::assemble): Rewrite.
19379 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19380 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19381 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19382 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19383 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19384
19385 2015-07-24 Doug Evans <dje@google.com>
19386
19387 * lib/gdb.exp (clean_restart): Make executable optional.
19388
19389 2015-07-24 Doug Evans <dje@google.com>
19390
19391 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19392 compiler_info references.
19393 * gdb.cp/temargs.exp: Ditto.
19394 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19395 (get_compiler_info): Early exit if already computed. Set compiler_info
19396 to "unknown" if there was a problem.
19397 (test_compiler_info): Add function comment. Call get_compiler_info.
19398
19399 2015-07-24 Doug Evans <dje@google.com>
19400
19401 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19402 (workers/%.worker, build-perf): New rule.
19403 (GDB_PERFTEST_MODE): New variable.
19404 (check-perf): Use it.
19405 (clean): Clean up gdb.perf parallel build subdirs.
19406 * lib/build-piece.exp: New file.
19407 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19408 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19409 name.
19410 (standard_temp_file): Ditto.
19411 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19412 of $GDB_PARALLEL.
19413
19414 2015-07-24 Doug Evans <dje@google.com>
19415
19416 * lib/future.exp (gdb_default_target_compile): New option
19417 "early_flags".
19418 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19419 --as-needed.
19420
19421 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19422
19423 * gdb.base/catch-syscall.exp: Call gdb_exit before
19424 gdb_skip_xml_test.
19425
19426 2015-07-24 Pedro Alves <palves@redhat.com>
19427
19428 * gdb.python/py-events.exp: Accept output between the stop event
19429 and the prompt.
19430 * gdb.python/py-evsignal.exp: Likewise.
19431 * gdb.python/py-evthreads.exp: Likewise.
19432
19433 2015-07-24 Pedro Alves <palves@redhat.com>
19434
19435 PR gdb/18717
19436 * gdb.threads/non-ldr-exit.c: New file.
19437 * gdb.threads/non-ldr-exit.exp: New file.
19438
19439 2015-07-24 Yao Qi <yao.qi@linaro.org>
19440
19441 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19442 restarting process.
19443
19444 2015-07-24 Yao Qi <yao.qi@linaro.org>
19445
19446 * gdb.server/ext-restart.exp: New file.
19447
19448 2015-07-24 Yao Qi <yao.qi@linaro.org>
19449
19450 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19451 argument options.
19452 * gdb.server/ext-wrapper.exp: New file.
19453
19454 2015-07-23 Doug Evans <dje@google.com>
19455
19456 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19457 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19458
19459 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19460
19461 * gdb.ada/var_arr_typedef.exp: New testcase.
19462 * gdb.ada/var_arr_typedef/pack.adb: New file.
19463 * gdb.ada/var_arr_typedef/pack.ads: New file.
19464 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19465
19466 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19467
19468 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19469
19470 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19471
19472 * gdb.arch/i386-biarch-core.exp: Replace istarget
19473 by "complete set gnutarget". Remove expectation for the "core-file"
19474 command.
19475
19476 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19477
19478 Revert the previous commit:
19479 Tests for validate symbol file using build-id.
19480
19481 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19482
19483 Tests for validate symbol file using build-id.
19484 * gdb.base/solib-mismatch-lib.c: New file.
19485 * gdb.base/solib-mismatch-libmod.c: New file.
19486 * gdb.base/solib-mismatch.c: New file.
19487 * gdb.base/solib-mismatch.exp: New file.
19488
19489 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19490
19491 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19492 nios2-*-linux*.
19493 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19494 * gdb.base/siginfo.exp: Likewise.
19495 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19496
19497 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19498
19499 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19500 Move it to ...
19501 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19502 ... here.
19503 * gdb.trace/range-stepping.exp: Check that the target supports
19504 range stepping.
19505
19506 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19507
19508 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19509
19510 2015-07-14 Pedro Alves <palves@redhat.com>
19511
19512 * gdb.base/killed-outside.exp: New file.
19513 * gdb.base/killed-outside.c: New file.
19514
19515 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19516
19517 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19518 (n at main): New.
19519 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19520
19521 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19522
19523 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19524 infcall tests instead of setting up for KFAIL.
19525
19526 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19527
19528 * gdb.btrace/record_goto-step.exp: New.
19529
19530 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19531
19532 PR compile/18484
19533 * gdb.compile/compile.c (struct struct_type): Add volatile to
19534 selffield's type.
19535 * gdb.compile/compile.exp
19536 (compile code struct_object.selffield = &struct_object): Skip further
19537 struct_object tests if this one xfails.
19538
19539 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19540
19541 PR exp/18617
19542 * gdb.trace/ax.exp: Add test.
19543
19544 2015-07-07 Yao Qi <yao.qi@linaro.org>
19545
19546 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19547 instead of istarget "aarch64*-*-*".
19548 * gdb.arch/aarch64-fp.exp: Likewise.
19549 * gdb.base/float.exp: Likewise.
19550 * gdb.reverse/aarch64.exp: Likewise.
19551 * lib/gdb.exp (is_aarch64_target): New proc.
19552
19553 2015-07-07 Yao Qi <yao.qi@linaro.org>
19554
19555 * lib/gdb.exp (is_aarch32_target): New proc.
19556 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19557 instead of "istarget "arm*-*-*"".
19558 * gdb.arch/arm-disp-step.exp: Likewise.
19559 * gdb.arch/thumb-bx-pc.exp: Likewise.
19560 * gdb.arch/thumb-prologue.exp: Likewise.
19561 * gdb.arch/thumb-singlestep.exp: Likewise.
19562 * gdb.base/disp-step-syscall.exp: Likewise.
19563 * gdb.base/float.exp: Likewise.
19564
19565 2015-07-07 Yao Qi <yao.qi@linaro.org>
19566
19567 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19568 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19569
19570 2015-07-07 Yao Qi <yao.qi@linaro.org>
19571
19572 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19573 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19574 if it exists.
19575 * gdb.multi/multi-arch.exp: Likewise.
19576
19577 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19578
19579 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19580 print.
19581
19582 2015-07-07 Yao Qi <yao.qi@linaro.org>
19583
19584 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19585
19586 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19587
19588 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19589 '[' and ']' characters.
19590
19591 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19592
19593 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19594
19595 2015-06-29 Pedro Alves <palves@redhat.com>
19596
19597 PR threads/18127
19598 * gdb.threads/hand-call-new-thread.c: New file.
19599 * gdb.threads/hand-call-new-thread.c: New file.
19600
19601 2015-06-26 Keith Seitz <keiths@redhat.com>
19602 Doug Evans <dje@google.com>
19603
19604 PR 16253
19605 * gdb.cp/var-tag-2.cc: New file.
19606 * gdb.cp/var-tag-3.cc: New file.
19607 * gdb.cp/var-tag-4.cc: New file.
19608 * gdb.cp/var-tag.cc: New file.
19609 * gdb.cp/var-tag.exp: New file.
19610
19611 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19612
19613 * gdb.base/history-duplicates.exp: New test.
19614
19615 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19616
19617 * gdb.base/completion.exp: Test the completion of the "focus"
19618 command.
19619
19620 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19621
19622 * gdb.arch/amd64-prologue-skip.S: New file.
19623 * gdb.arch/amd64-prologue-skip.exp: New file.
19624
19625 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19626
19627 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19628 is_address_zero_readable check.
19629
19630 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19631
19632 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19633 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19634
19635 2015-06-24 Yao Qi <yao.qi@linaro.org>
19636
19637 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19638 linux targets.
19639
19640 2015-06-24 Yao Qi <yao.qi@linaro.org>
19641
19642 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19643 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19644 * gdb.base/siginfo-thread.exp: Likewise.
19645
19646 2015-06-22 Yao Qi <yao.qi@linaro.org>
19647
19648 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19649
19650 2015-06-22 Yao Qi <yao.qi@linaro.org>
19651
19652 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19653 aarch64*-*-*.
19654 (skip_hw_watchpoint_tests): Likewise.
19655
19656 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19657
19658 * gdb.base/gdbinit-history.exp: Test the interaction between
19659 setting GDBHISTSIZE and setting the history size via .gdbinit.
19660
19661 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19662
19663 PR gdb/16999
19664 * gdb.base/gdbhistsize-history.exp: New test.
19665
19666 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19667
19668 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19669 with GDBHISTSIZE.
19670 * gdb.base/readline.exp: Likewise.
19671
19672 2015-06-17 Yao Qi <yao.qi@linaro.org>
19673
19674 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19675 line.
19676
19677 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19678
19679 * gdb.base/gdbinit-history.exp: Add test case to check that
19680 an unlimited history file does not get truncated on exit.
19681
19682 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19683
19684 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19685 (VECTOR): New macro. Use it...
19686 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19687 ...for these typedefs.
19688 (int8, char1, int1, double1): New typedefs.
19689 (struct just_int2, struct two_int2): New structures.
19690 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19691 (add_structvecs, add_singlevecs): New functions.
19692 (main): Call add_some_intvecs twice.
19693 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19694 the compile and exit upon failure. Try compiling for the "native"
19695 architecture. Test inferior function calls with vector arguments
19696 and vector return value handling with "finish" and "return".
19697
19698 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19699
19700 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19701 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19702 PE file.
19703 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19704
19705 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19706
19707 PR breakpoints/16465
19708 * gdb.mi/mi-dprintf-pending.c: New file.
19709 * gdb.mi/mi-dprintf-pending.exp: New test.
19710 * gdb.mi/mi-dprintf-pendshr.c: New file.
19711
19712 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19713 Mircea Gherzan <mircea.gherzan@intel.com>
19714
19715 * gdb.arch/i386-mpx-map.c: New file.
19716 * gdb.arch/i386-mpx-map.exp: New File.
19717
19718 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19719
19720 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19721 * gdb.arch/i386-mpx.exp: Indentation fixed.
19722
19723 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19724
19725 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19726 function and improved indentation.
19727 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19728 gdb_test_multiple. Added additional tests to skip the test.
19729
19730 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19731
19732 * gdb.arch/i386-avx512.c: Change path in include file.
19733 * gdb.arch/i386-avx512.exp: Change include dir path
19734 compilation flag.
19735 * gdb.arch/i386-mpx.c: Change path in include file.
19736 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19737 flag.
19738
19739 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19740
19741 * gdb.compile/compile-print.exp (compile print *vararray@3)
19742 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19743
19744 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19745
19746 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19747 (do not keep jit in memory): ... this.
19748 (expect 5): Change it to ...
19749 (expect no 5): ... this.
19750
19751 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19752
19753 PR gdb/15564
19754 * gdb.mi/mi-detach.exp: New file.
19755
19756 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19757
19758 PR symtab/18392
19759 * gdb.arch/amd64-tailcall-self.S: New file.
19760 * gdb.arch/amd64-tailcall-self.c: New file.
19761 * gdb.arch/amd64-tailcall-self.exp: New file.
19762
19763 2015-05-28 Don Breazeal <donb@codesourcery.com>
19764
19765 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19766 tests for remote targets by checking is_target_gdbserver.
19767
19768 2015-05-27 Doug Evans <dje@google.com>
19769
19770 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19771 * gdb.dwarf2/opaque-type-lookup.c: New file.
19772 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19773
19774 2015-05-26 Doug Evans <dje@google.com>
19775
19776 * gdb.cp/iostream.cc: New file.
19777 * gdb.cp/iostream.exp: New file.
19778
19779 2015-05-26 Doug Evans <dje@google.com>
19780
19781 * gdb.dwarf2/dw2-op-call.exp: Update.
19782 * gdb.dwarf2/dw4-sig-types.exp: Update.
19783 * gdb.dwarf2/implptr.exp: Update.
19784 * gdb.mi/mi-cmd-param-changed.exp: Update.
19785
19786 2015-05-26 Doug Evans <dje@google.com>
19787
19788 * gdb.python/py-lazy-string.c: New file.
19789 * gdb.python/py-lazy-string.exp: New file.
19790 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19791 (main): Update. Add estring3.
19792 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19793 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19794
19795 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19796 Yao Qi <yao.qi@linaro.org>
19797
19798 * gdb.reverse/aarch64.c: New.
19799 * gdb.reverse/aarch64.exp: New.
19800
19801 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19802
19803 * lib/gdb.exp (supports_process_record): Return true for
19804 aarch64*-linux*.
19805 (supports_reverse): Likewise.
19806
19807 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19808
19809 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19810 Use with_test_prefix.
19811
19812 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19813
19814 * gdb.base/completion.exp: Add test for completion of layout
19815 names.
19816
19817 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19818
19819 * lib/gdb.exp (skip_tui_tests): New proc.
19820 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19821
19822 2015-05-19 Pedro Alves <palves@redhat.com>
19823
19824 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19825 Save the whole env array instead of just HOME. Unset HISTSIZE in
19826 the environment while testing. Restore whole environment
19827 afterwards.
19828
19829 2015-05-16 Doug Evans <xdje42@gmail.com>
19830
19831 * gdb.guile/scm-ports.c: New file.
19832 * gdb.guile/scm-ports.exp: Add memory port tests.
19833
19834 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19835
19836 * gdb.compile/compile-print.c: New file.
19837 * gdb.compile/compile-print.exp: New file.
19838
19839 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19840
19841 * gdb.compile/compile-ops.exp: Cast param to void.
19842 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19843 (compile code struct_object.selffield = &struct_object): Add xfail.
19844
19845 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19846
19847 * gdb.ada/arr_enum_with_gap: New testcase.
19848
19849 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19850
19851 * gdb.ada/byte_packed_arr: New testcase.
19852
19853 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19854
19855 * gdb.ada/pckd_neg: New testcase.
19856
19857 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19858
19859 PR gdb/17820
19860 * gdb.base/gdbinit-history.exp: New test.
19861 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19862 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19863
19864 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19865
19866 * gdb.python/py-xmethods.cc: Enhance test case.
19867 * gdb.python/py-xmethods.exp: New tests.
19868 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19869 function.
19870 (B_indexoper): Likewise.
19871 (global_dm_list) : Add new xmethod worker functions.
19872
19873 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19874
19875 * gdb.base/coredump-filter.exp: Correctly unset
19876 "coredump_var_addr" array.
19877
19878 2015-05-08 Pedro Alves <palves@redhat.com>
19879
19880 * gdb.server/non-existing-program.exp: Unset spawn_id.
19881
19882 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19883
19884 PR python/18291
19885 * gdb.python/py-xmethods.exp: Add tests.
19886
19887 2015-05-08 Yao Qi <yao.qi@linaro.org>
19888
19889 PR gdb/18208
19890 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19891 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19892 function set_coredump_filter, and remove remote_exec call.
19893 Remove argument ipid. Callers update.
19894 (top level): Don't get inferior's PID.
19895
19896 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19897
19898 * gdb.base/watch_thread_num.exp: Skip test on targets without
19899 access watchpoints.
19900
19901 2015-05-06 Pedro Alves <palves@redhat.com>
19902
19903 PR server/18081
19904 * gdb.server/non-existing-program.exp: New file.
19905
19906 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19907
19908 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19909
19910 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19911
19912 * gdb.ada/out_of_line_in_inlined: New testcase.
19913
19914 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19915
19916 * gdb.ada/var_rec_arr: New testcase.
19917
19918 2015-04-30 Yao Qi <yao.qi@linaro.org>
19919
19920 * gdb.base/break-idempotent.exp: If
19921 skip_hw_watchpoint_multi_tests returns true, skip the tests
19922 on "rwatch" and "awatch".
19923
19924 2015-04-30 Yao Qi <yao.qi@linaro.org>
19925
19926 * gdb.base/relativedebug.exp: Invoke gdb command
19927 "info sharedlibrary", and if libc.so doesn't have debug info,
19928 skip the test.
19929
19930 2015-04-29 Doug Evans <dje@google.com>
19931
19932 * gdb.python/py-xmethods.exp: Add ptype tests.
19933 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19934 get_result_type method.
19935
19936 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19937
19938 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19939 the target does not support hardware watchpoints.
19940
19941 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19942
19943 * gdb.base/break-always.exp: Abort testing if writing to memory
19944 causes an error.
19945
19946 2015-04-28 Doug Evans <dje@google.com>
19947
19948 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19949 * gdb.python/py-pp-registration.exp: ... here. New file.
19950 * gdb.python/py-pp-registration.c: New file.
19951 * gdb.python/py-pp-registration.py: New file.
19952
19953 2015-04-28 Doug Evans <dje@google.com>
19954
19955 * gdb.python/py-bad-printers.c: New file.
19956 * gdb.python/py-bad-printers.py: New file.
19957 * gdb.python/py-bad-printers.exp: New file.
19958
19959 2015-04-28 Sasha Smundak <asmundak@google.com>
19960
19961 * gdb.python/py-type.exp: New test.
19962
19963 2015-04-28 Andy Wingo <wingo@igalia.com>
19964
19965 * gdb.python/py-parameter.exp:
19966 * gdb.guile/scm-parameter.exp: Escape the path that we are
19967 matching against, as it might contain characters that are special
19968 to regular expressions.
19969
19970 2015-04-27 Joel Brobecker <brobecker@adacore.com>
19971
19972 * gdb.ada/rec_comp: New testcase.
19973
19974 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19975
19976 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19977 before using it.
19978
19979 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19980
19981 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19982 new tests for verilog output.
19983
19984 2015-04-24 Yao Qi <yao.qi@linaro.org>
19985
19986 * boards/remote-gdbserver-on-localhost.exp: New file.
19987
19988 2015-04-23 Pedro Alves <palves@redhat.com>
19989
19990 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19991 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19992 "end of file", remove $inferior_spawn_id from the indirect list.
19993
19994 2015-04-23 Pedro Alves <palves@redhat.com>
19995
19996 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19997
19998 2015-04-23 Pedro Alves <palves@redhat.com>
19999
20000 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
20001 on $any_spawn_id instead of only on $gdb_spawn_id.
20002
20003 2015-04-21 Pierre Muller <muller@sourceware.org>
20004
20005 PR pascal/17815
20006 * lib/pascal.exp (gpc_compile): Add new option "class".
20007 (fpc_compile): Likewise.
20008 * gdb.pascal/case-insensitive-symbols.pas: New file.
20009 * gdb.pascal/case-insensitive-symbols.exp: New file.
20010
20011 2015-04-20 Gary Benson <gbenson@redhat.com>
20012
20013 * gdb.base/attach.exp: Fix three extended remote failures.
20014
20015 2015-04-17 Gary Benson <gbenson@redhat.com>
20016
20017 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
20018 the main executable over the remote protocol.
20019
20020 2015-04-16 Pedro Alves <palves@redhat.com>
20021
20022 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
20023 a new gdbserver if gdbserver_reconnect_p is set.
20024
20025 2015-04-16 Pedro Alves <palves@redhat.com>
20026
20027 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
20028 is set, don't exit gdbserver.
20029
20030 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20031
20032 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
20033 appropriate .insn, such that an older assembler can be used.
20034 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
20035 the z/Architecture instruction set on 31-bit targets as well.
20036
20037 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20038
20039 * gdb.go/handcall.exp: Remove all logic related to the first
20040 breakpoint and rely on go_runto_main instead.
20041 * gdb.go/strings.exp: Likewise.
20042 * gdb.go/unsafe.exp: Likewise.
20043 * gdb.go/hello.exp: Likewise. Also rename the remaining
20044 breakpoint marker to "breakpoint 1".
20045 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
20046 * gdb.go/strings.go: Likewise.
20047 * gdb.go/unsafe.go: Likewise.
20048 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
20049 "set breakpoint 2 here" and rename the remaining breakpoint marker
20050 to "breakpoint 1".
20051
20052 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
20053
20054 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
20055 if itertools.imap is not present.
20056 * gdb.python/py-objfile.exp: Add parentheses.
20057 * gdb.python/py-type.exp: Same.
20058 * gdb.python/py-unwind-maint.py: Same.
20059
20060 2015-04-15 Yao Qi <yao.qi@linaro.org>
20061
20062 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
20063 of ":$ptr_size" and set its form explicitly.
20064
20065 2015-04-15 Pedro Alves <palves@redhat.com>
20066 Yao Qi <yao.qi@linaro.org>
20067
20068 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
20069 timeout by factor of 4.
20070 (test_regular_watch): Likewise.
20071 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
20072 * gdb.reverse/sigall-reverse.exp: Likewise.
20073 * gdb.reverse/until-precsave.exp: Likewise.
20074 * lib/gdb.exp (with_timeout_factor): New proc.
20075 (gdb_expect): Move some code to ...
20076 (get_largest_timeout): ... here. New procedure.
20077
20078 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
20079
20080 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
20081
20082 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20083
20084 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
20085 to write to the .text section.
20086
20087 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20088
20089 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
20090 Handle the case of targets that do not provide PID information.
20091
20092 2015-04-13 Yao Qi <yao.qi@linaro.org>
20093
20094 * lib/gdbserver-support.exp (gdb_exit): Catch exception
20095 and use expect instead of gdb_expect.
20096
20097 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
20098
20099 * gdb.base/coredump-filter.exp: Rename variable "addr" to
20100 "coredump_var_addr" to avoid naming conflict with other testcases.
20101
20102 2015-04-10 Pedro Alves <palves@redhat.com>
20103
20104 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
20105 gdb_test_sequence and gdb_assert.
20106
20107 2015-04-10 Pedro Alves <palves@redhat.com>
20108
20109 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
20110 test messages that don't include the breakpoint address.
20111
20112 2015-04-10 Yao Qi <yao.qi@linaro.org>
20113
20114 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
20115 false for some offset and width combinations which aren't
20116 supported by linux kernel.
20117
20118 2015-04-10 Pedro Alves <palves@redhat.com>
20119
20120 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
20121 procedure, factored out from ...
20122 (top level): ... here. Add "set displaced-stepping" testing axis.
20123 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
20124 parameter "displaced". Use it.
20125 (top level): Use foreach and add "set displaced-stepping" testing
20126 axis.
20127
20128 2015-04-10 Pedro Alves <palves@redhat.com>
20129
20130 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
20131 Remove comment.
20132 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
20133 both the address of the instruction that triggers the watchpoint
20134 and the address of the instruction immediately after, and use
20135 those addresses for the test. Fix comment.
20136
20137 2015-04-10 Pedro Alves <palves@redhat.com>
20138
20139 * gdb.base/sigstep.exp (breakpoint_to_handler)
20140 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
20141 Test "backtrace" in handler.
20142 (breakpoint_over_handler): New parameter 'displaced'. Use it.
20143 (top level): Add new "displaced" test axis to
20144 breakpoint_to_handler, breakpoint_to_handler_entry and
20145 breakpoint_over_handler.
20146
20147 2015-04-10 Pedro Alves <palves@redhat.com>
20148
20149 PR gdb/18216
20150 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
20151
20152 2015-04-10 Yao Qi <yao.qi@linaro.org>
20153
20154 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
20155 (test_add_rn_pc): New function.
20156 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
20157 (top level): Invoke test_add_rn_pc.
20158
20159 2015-04-10 Pedro Alves <palves@redhat.com>
20160
20161 PR gdb/13858
20162 * gdb.base/step-over-no-symbols.exp: New file.
20163
20164 2015-04-09 Andy Wingo <wingo@igalia.com>
20165
20166 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
20167 after the Python tests.
20168
20169 2015-04-08 Keith Seitz <keiths@redhat.com>
20170
20171 PR python/16699
20172 * gdb.python/py-completion.exp: New tests for completion.
20173 * gdb.python/py-completion.py (CompleteLimit1): New class.
20174 (CompleteLimit2): Likewise.
20175 (CompleteLimit3): Likewise.
20176 (CompleteLimit4): Likewise.
20177 (CompleteLimit5): Likewise.
20178 (CompleteLimit6): Likewise.
20179 (CompleteLimit7): Likewise.
20180
20181 2015-04-08 Pedro Alves <palves@redhat.com>
20182
20183 PR gdb/18214
20184 PR gdb/18216
20185 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
20186 function.
20187 (main): Install it as SIGUSR1 handler.
20188 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
20189 parameter. Always use "setup" as prefix. Toggle "set
20190 displaced-stepping" off/on depending on global. Don't switch to
20191 thread 1 here.
20192 (top level): Add displaced stepping "off/on" test axis. Update
20193 "setup" calls. Wrap each subtest with with_test_prefix. Test
20194 continuing with a queued signal in each thread.
20195
20196 2015-04-08 Pedro Alves <palves@redhat.com>
20197
20198 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
20199 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
20200 gdb_breakpoint instead of gdb_test that doesn't expect anything.
20201 Return early if running to main fails.
20202 * gdb.trace/while-stepping.exp: Likewise.
20203
20204 2015-04-07 Pedro Alves <palves@redhat.com>
20205
20206 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
20207 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
20208 interact with inferior program.
20209
20210 2015-04-07 Pedro Alves <palves@redhat.com>
20211
20212 * lib/gdb.exp (inferior_spawn_id): New global.
20213 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
20214 spawn id after processing the user code.
20215 (default_gdb_start): Set inferior_spawn_id.
20216 (send_inferior): New procedure.
20217 * lib/gdbserver-support.exp (gdbserver_start): Set
20218 inferior_spawn_id.
20219 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
20220
20221 2015-04-07 Pedro Alves <palves@redhat.com>
20222
20223 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
20224 * lib/gdbserver-support.exp (gdbserver_start): Make
20225 $server_spawn_id global.
20226 (gdbserver_start): Don't wait for gdbserver's spawn id with
20227 expect_background.
20228 (close_gdbserver): New procedure.
20229 (gdb_exit): Rename the default version and reimplement.
20230
20231 2015-04-07 Pedro Alves <palves@redhat.com>
20232
20233 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
20234 append the substituted item, not the original item.
20235
20236 2015-04-07 Pedro Alves <palves@redhat.com>
20237
20238 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
20239 gdb_expect.
20240
20241 2015-04-07 Pedro Alves <palves@redhat.com>
20242
20243 * gdb.base/interrupt.exp: Don't handle the case of the inferior
20244 output appearing once only.
20245
20246 2015-04-07 Pedro Alves <palves@redhat.com>
20247
20248 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
20249 that doesn't expect anything. Return early if running to main
20250 fails.
20251
20252 2015-04-07 Yao Qi <yao.qi@linaro.org>
20253
20254 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
20255 (child_function): Call alarm.
20256 (main): Move call to alarm into the loop.
20257 * gdb.threads/non-stop-fair-events.exp: Build program with
20258 -DTIMEOUT=$timeout.
20259
20260 2015-04-06 Doug Evans <xdje42@gmail.com>
20261
20262 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
20263 Fix dest parameter to board_info.
20264 (fpc_compile): Ditto.
20265 (gdb_compile_pascal): Rename dest arg to destfile.
20266
20267 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
20268
20269 * gdb.ada/funcall_ref.exp: New file.
20270 * gdb.ada/funcall_ref/foo.adb: New file.
20271
20272 2015-04-02 Yao Qi <yao.qi@linaro.org>
20273
20274 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
20275 is remote.
20276
20277 2015-04-02 Gary Benson <gbenson@redhat.com>
20278
20279 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20280
20281 2015-04-01 Sasha Smundak <asmundak@google.com>
20282
20283 * gdb.python/py-unwind-maint.c: New file.
20284 * gdb.python/py-unwind-maint.exp: New test.
20285 * gdb.python/py-unwind-maint.py: New file.
20286 * gdb.python/py-unwind.c: New file.
20287 * gdb.python/py-unwind.exp: New test.
20288 * gdb.python/py-unwind.py: New test.
20289
20290 2015-04-01 Pedro Alves <palves@redhat.com>
20291
20292 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20293 to fail instead of non-existent $test.
20294
20295 2015-04-01 Pedro Alves <palves@redhat.com>
20296
20297 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20298 GDBFLAGS if not empty.
20299
20300 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20301
20302 * gdb.ada/complete.exp: Remove "multi_line".
20303 * gdb.ada/info_exc.exp: Remove "multi_line".
20304 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20305 * gdb.ada/ptype_field.exp: Remove "multi_line".
20306 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20307 * gdb.ada/tagged.exp: Remove "multi_line".
20308 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20309 [multi_line ...]
20310 * gdb.btrace/delta.exp: Likewise.
20311 * gdb.btrace/exception.exp: Likewise.
20312 * gdb.btrace/function_call_history.exp: Likewise.
20313 * gdb.btrace/instruction_history.exp: Likewise.
20314 * gdb.btrace/nohist.exp: Likewise.
20315 * gdb.btrace/record_goto.exp: Likewise.
20316 * gdb.btrace/segv.exp: Likewise.
20317 * gdb.btrace/stepi.exp: Likewise.
20318 * gdb.btrace/tailcall.exp: Likewise.
20319 * gdb.btrace/unknown_functions.exp: Likewise.
20320 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20321 * lib/gdb.exp: Add the "multi_line" helper.
20322
20323 2015-04-01 Pedro Alves <palves@redhat.com>
20324
20325 * gdb.threads/tid-reuse.c: New file.
20326 * gdb.threads/tid-reuse.exp: New file.
20327
20328 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20329
20330 PR corefiles/16092
20331 * gdb.base/coredump-filter.c: New file.
20332 * gdb.base/coredump-filter.exp: Likewise.
20333
20334 2015-03-27 Petr Machata <pmachata@redhat.com>
20335
20336 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20337 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20338 (Dwarf::assemble): Initialize them.
20339 (Dwarf::lines): New function.
20340
20341 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20342
20343 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20344 SYMBOL_PREFIX for x86_64-*-cygwin.
20345
20346 2015-03-26 Andy Wingo <wingo@igalia.com>
20347
20348 PR symtab/18148
20349 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20350 const_value but not a location.
20351 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20352 location defined in non-main CUs are visible.
20353
20354 2015-03-26 Yao Qi <yao.qi@linaro.org>
20355
20356 PR testsuite/18139
20357 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20358 Add a line number entry for the same line.
20359 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20360 Add a line number entry for the same line.
20361
20362 2015-03-26 Yao Qi <yao.qi@linaro.org>
20363
20364 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20365 .int 0.
20366 (func): Likewise. Add .Lfunc_1 label.
20367 Use .Lfunc_1 label.
20368 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20369 .int 0.
20370 (func): Likewise.
20371 Use .Lfunc_1 label.
20372
20373 2015-03-26 Yao Qi <yao.qi@linaro.org>
20374
20375 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20376 Call gdb_compile instead to compile each .s files without debug
20377 information.
20378
20379 2015-03-26 Yao Qi <yao.qi@linaro.org>
20380
20381 * gdb.base/savedregs.exp (process_saved_regs): Make
20382 "Saved registers:" optional in the pattern.
20383
20384 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20385
20386 * gdb.btrace/next.exp: Merged into step.exp.
20387 * gdb.btrace/finish.exp: Merged into step.exp.
20388 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20389 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20390 "record goto" and checking the exact replay position.
20391 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20392 check for "Recording format" in "info record" output.
20393 * gdb.btrace/record_goto.exp: Choose test file based on target.
20394 * gdb.btrace/x86-record_goto.S: Renamed into ...
20395 * gdb.btrace/x86_64-record_goto.S: ... this.
20396 * gdb.btrace/i686-record_goto.S: New.
20397 * gdb.btrace/x86-tailcall.S: Renamed into ...
20398 * gdb.btrace/x86_64-tailcall.S: ... this.
20399 * gdb.btrace/i686-tailcall.S: New.
20400 * gdb.btrace/x86-tailcall.c: Renamed into ...
20401 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20402 separate statements. Update test.
20403 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20404 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20405 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20406 * gdb.btrace/tailcall.exp: Choose test file based on target.
20407 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20408
20409 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20410
20411 * gdb.btrace/exception.exp: Increase BTS buffer size.
20412
20413 2015-03-24 Pedro Alves <palves@redhat.com>
20414
20415 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20416
20417 2015-03-24 Pedro Alves <palves@redhat.com>
20418
20419 * gdb.threads/schedlock.exp (test_step): No longer expect that
20420 "set scheduler-locking step" with "next" over a function call runs
20421 threads unlocked.
20422
20423 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20424
20425 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20426
20427 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20428
20429 PR breakpoints/16466
20430 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20431 * gdb.mi/mi-pending.c (thread_func): New function.
20432 (int main): Add threading support required.
20433 * gdb.mi/mi-pending.exp: Add tests for this issue.
20434 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20435 (pendfunc2): Remove stdio dependency.
20436 * gdb.mi/mi-pendshr2.c: New file.
20437
20438 2015-03-23 Keith Seitz <keiths@redhat.com>
20439
20440 * gdb.linespec/keywords.c: New file.
20441 * gdb.linespec/keywords.exp: New file.
20442
20443 2015-03-23 Keith Seitz <keiths@redhat.com>
20444
20445 PR gdb/18021
20446 * gdb.dwarf2/staticvirtual.exp: New test.
20447
20448 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20449
20450 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20451 * README: Remove HP-UX and gdb.hp.
20452 (configuration):
20453 * configure: Regenerate.
20454 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20455 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20456 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20457 gdb.hp/gdb.defects/Makefile.
20458 * gdb.hp/Makefile.in: File deleted.
20459 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20460 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20461 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20462 * gdb.hp/gdb.aCC/run.c: File deleted.
20463 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20464 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20465 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20466 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20467 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20468 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20469 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20470 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20471 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20472 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20473 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20474 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20475 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20476 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20477 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20478 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20479 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20480 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20481 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20482 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20483 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20484 * gdb.hp/gdb.compat/average.c: File deleted.
20485 * gdb.hp/gdb.compat/sum.c: File deleted.
20486 * gdb.hp/gdb.compat/xdb.c: File deleted.
20487 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20488 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20489 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20490 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20491 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20492 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20493 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20494 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20495 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20496 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20497 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20498 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20499 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20500 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20501 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20502 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20503 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20504 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20505 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20506 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20507 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20508 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20509 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20510 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20511 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20512 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20513 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20514 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20515 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20516 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20517 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20518 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20519 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20520 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20521 * gdb.hp/tools/odump: File deleted.
20522
20523 2015-03-19 Pedro Alves <palves@redhat.com>
20524
20525 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20526 (saw_thread_3): New globals.
20527 (top level): Increment them when an event for the corresponding
20528 thread is seen.
20529 (no thread starvation): New test.
20530
20531 2015-03-19 Pedro Alves <palves@redhat.com>
20532
20533 * gdb.threads/continue-pending-status.c: New file.
20534 * gdb.threads/continue-pending-status.exp: New file.
20535
20536 2015-03-18 Pedro Alves <palves@redhat.com>
20537
20538 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20539 Use gdb_is_target_remote instead of is_remote. Use
20540 gdb_test_multiple instead of gdb_expect. Exit early if
20541 gdb_test_multiple hits its internal matches. Tighten stepi tests
20542 expected output. Fail on exit with any signal, instead of just
20543 SIGILL.
20544
20545 2015-03-18 Yao Qi <yao.qi@linaro.org>
20546
20547 PR tdep/18107
20548 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20549 variable.
20550 * gdb.base/catch-syscall.exp: Don't skip it on
20551 aarch64*-*-linux* target. Remove elements in all_syscalls.
20552 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20553 target.
20554 (setup_all_syscalls): New proc.
20555
20556 2015-03-16 Yao Qi <yao.qi@linaro.org>
20557
20558 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20559 (top level): Skip tests if valid_addr_p returns false for
20560 $cmd1 or $cmd2.
20561
20562 2015-03-11 Andy Wingo <wingo@igalia.com>
20563
20564 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20565
20566 2015-03-11 Yao Qi <yao.qi@linaro.org>
20567
20568 * gdb.base/catch-syscall.exp: Fix typo in comments.
20569
20570 2015-03-11 Yao Qi <yao.qi@linaro.org>
20571
20572 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20573
20574 2015-03-09 Pedro Alves <palves@redhat.com>
20575
20576 * dg-extract-results.py: Delete.
20577
20578 2015-03-09 Pedro Alves <palves@redhat.com>
20579
20580 Merge dg-extract-results.sh from GCC upstream (r218843).
20581
20582 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20583 * dg-extract-results.sh: Use --text with grep to avoid issues with
20584 binary files. Fall back to cat -v, if that doesn't work.
20585
20586 2015-03-05 Pedro Alves <palves@redhat.com>
20587
20588 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20589
20590 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20591
20592 * lib/mi-support.exp (mi_expect_interrupt): Accept
20593 alternative event for when in all-stop mode.
20594
20595 2015-03-04 Pedro Alves <palves@redhat.com>
20596
20597 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20598
20599 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20600
20601 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20602
20603 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20604
20605 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20606 regexps for GDB's current line display, accept a hex address
20607 preceding the line number.
20608
20609 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20610
20611 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20612 the 'arch1' variable for "s390*-linux*" targets.
20613
20614 2015-03-04 Pedro Alves <palves@redhat.com>
20615
20616 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20617 (main): Pass missing retval argument to pthread_join call.
20618
20619 2015-03-02 Pedro Alves <palves@redhat.com>
20620
20621 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20622 (top level): Call do_test with non-stop as well.
20623
20624 2015-03-02 Pedro Alves <palves@redhat.com>
20625
20626 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20627 -1.
20628
20629 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20630
20631 * gdb.arch/s390-vregs.exp: New test.
20632 * gdb.arch/s390-vregs.S: New file.
20633
20634 2015-02-27 Pedro Alves <palves@redhat.com>
20635
20636 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20637 call to catch_command_errors.
20638 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20639 catch_command_errors.
20640
20641 2015-02-27 Pedro Alves <palves@redhat.com>
20642
20643 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20644 "true" for boolean result.
20645 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20646 prototype of main.
20647
20648 2015-02-27 Pedro Alves <palves@redhat.com>
20649
20650 * lib/unbuffer_output.c: New file.
20651 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20652 (main): Call gdb_unbuffer_output.
20653
20654 2015-02-27 Yao Qi <yao.qi@linaro.org>
20655
20656 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20657 target.
20658
20659 2015-02-26 Doug Evans <dje@google.com>
20660
20661 * gdb.cp/class2.cc (Dbase, D): New classes.
20662 (main): New local delta.
20663 * gdb.cp/class2.exp: Test printing delta.
20664 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20665 (dynbar): New global.
20666 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20667
20668 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20669
20670 * gdb.compile/compile-ifunc.c: New file.
20671 * gdb.compile/compile-ifunc.exp: New file.
20672
20673 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20674
20675 * gdb.base/structs.exp: Check for correct struct on finish.
20676
20677 2015-02-26 Yao Qi <yao.qi@linaro.org>
20678
20679 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20680 is zero.
20681
20682 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20683
20684 * gdb.arch/cordic.ko.bz2: New file.
20685 * gdb.arch/cordic.ko.debug.bz2: New file.
20686 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20687
20688 2015-02-25 Yao Qi <yao.qi@linaro.org>
20689
20690 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20691 aarch64*-*-* target.
20692
20693 2015-02-23 Pedro Alves <palves@redhat.com>
20694
20695 * lib/gdb.exp (delete_breakpoints): Rewrite using
20696 gdb_test_multiple.
20697
20698 2015-02-23 Pedro Alves <palves@redhat.com>
20699
20700 * gdb.base/info-os.c: Include stdlib.h.
20701
20702 2015-02-22 Doug Evans <xdje42@gmail.com>
20703
20704 PR symtab/17855
20705 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20706 is read after symbols have been re-read.
20707 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20708 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20709
20710 2015-02-21 Doug Evans <dje@google.com>
20711
20712 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20713
20714 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20715
20716 PR corefiles/17808
20717 * gdb.arch/i386-biarch-core.core.bz2: New file.
20718 * gdb.arch/i386-biarch-core.exp: New file.
20719
20720 2015-02-21 Pedro Alves <palves@redhat.com>
20721
20722 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20723 runto_main fails.
20724
20725 2015-02-20 Pedro Alves <palves@redhat.com>
20726
20727 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20728 info probes.
20729
20730 2015-02-20 Pedro Alves <palves@redhat.com>
20731
20732 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20733
20734 2015-02-20 Pedro Alves <palves@redhat.com>
20735
20736 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20737 clean_restart before gdb_target_supports_trace.
20738
20739 2015-02-20 Pedro Alves <palves@redhat.com>
20740
20741 PR threads/18006
20742 * gdb.threads/clone-thread_db.c: New file.
20743 * gdb.threads/clone-thread_db.exp: New file.
20744
20745 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20746
20747 PR breakpoints/16812
20748 * gdb.base/catch-gdb-caused-signals.c: New file.
20749 * gdb.base/catch-gdb-caused-signals.exp: New file.
20750
20751 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20752
20753 * configure: Regenerated.
20754 * configure.ac: Use GDB_AC_TRANSFORM.
20755 * aclocal.m4: sinclude ../transform.m4.
20756
20757 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20758
20759 * lib/dtrace.exp: New file.
20760 * gdb.base/dtrace-probe.exp: Likewise.
20761 * gdb.base/dtrace-probe.d: Likewise.
20762 * gdb.base/dtrace-probe.c: Likewise.
20763 * lib/pdtrace.in: Likewise.
20764 * configure.ac: Output variables with the transformed names of
20765 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20766 * configure: Regenerated.
20767
20768 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20769
20770 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20771 expected message when trying to access $_probe_* convenience
20772 variables while not on a probe.
20773
20774 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20775
20776 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20777
20778 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20779
20780 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20781 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20782
20783 2015-02-10 Doug Evans <xdje42@gmail.com>
20784
20785 * lib/gdb.exp (gdb_load): Always return a result.
20786
20787 2015-02-10 Pedro Alves <palves@redhat.com>
20788
20789 * gdb.threads/signal-sigtrap.c: New file.
20790 * gdb.threads/signal-sigtrap.exp: New file.
20791
20792 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20793
20794 * gdb.trace/no-attach-trace.c: New file.
20795 * gdb.trace/no-attach-trace.exp: New file.
20796
20797 2015-02-09 Mark Wielaard <mjw@redhat.com>
20798
20799 * gdb.dwarf2/atomic.c: New file.
20800 * gdb.dwarf2/atomic-type.exp: Likewise.
20801
20802 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20803
20804 * gdb.btrace/buffer-size.exp: Update "info record" output.
20805 * gdb.btrace/delta.exp: Update "info record" output.
20806 * gdb.btrace/enable.exp: Update "info record" output.
20807 * gdb.btrace/finish.exp: Update "info record" output.
20808 * gdb.btrace/instruction_history.exp: Update "info record" output.
20809 * gdb.btrace/next.exp: Update "info record" output.
20810 * gdb.btrace/nexti.exp: Update "info record" output.
20811 * gdb.btrace/step.exp: Update "info record" output.
20812 * gdb.btrace/stepi.exp: Update "info record" output.
20813 * gdb.btrace/nohist.exp: Update "info record" output.
20814
20815 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20816
20817 * gdb.btrace/buffer-size: New.
20818
20819 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20820
20821 * gdb.btrace/delta.exp: Update "info record" output.
20822 * gdb.btrace/enable.exp: Update "info record" output.
20823 * gdb.btrace/finish.exp: Update "info record" output.
20824 * gdb.btrace/instruction_history.exp: Update "info record" output.
20825 * gdb.btrace/next.exp: Update "info record" output.
20826 * gdb.btrace/nexti.exp: Update "info record" output.
20827 * gdb.btrace/step.exp: Update "info record" output.
20828 * gdb.btrace/stepi.exp: Update "info record" output.
20829 * gdb.btrace/nohist.exp: Update "info record" output.
20830
20831 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20832
20833 PR gdb/15678
20834 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20835
20836 2015-02-06 Pedro Alves <palves@redhat.com>
20837
20838 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20839 macro.
20840 (seconds_left, again): New globals.
20841 (main): Wait seconds_left in a 1-second sleep loop instead of
20842 sleeping 180 seconds. If 'again' is set, reset the seconds
20843 counter.
20844 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20845 'again' in the inferior before detaching. Print the seconds left.
20846 (options): New global.
20847 (top level): Build program with -DTIMEOUT=$timeout.
20848
20849 2015-02-06 Pedro Alves <palves@redhat.com>
20850
20851 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20852 determine how many seconds to pass to 'alarm'.
20853 * gdb.base/gdb-sigterm.exp (top level): Build program with
20854 -DTIMEOUT=$timeout.
20855 (do_test): Return success/failure indication. Add more verbose
20856 logging. Don't fail if 200 single steps are seen. Instead, fail
20857 when the test times out.
20858 (passes): New global.
20859 (top level): Break the testing loop if testing fails on any
20860 iteration. Use gdb_assert.
20861
20862 2015-02-04 Don Breazeal <donb@codesourcery.com>
20863
20864 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20865 and initialize them.
20866 (ipc_cleanup): New function.
20867 (main): Don't declare shmid, semid, and msqid. Add a call to
20868 atexit so that we call ipc_cleanup on exit.
20869
20870 2015-02-04 Pedro Alves <palves@redhat.com>
20871
20872 * boards/native-extended-gdbserver.exp: Remove any target variant
20873 specifications from the board name before clearing the isremote
20874 flag from board_info.
20875
20876 2015-01-31 Doug Evans <xdje42@gmail.com>
20877
20878 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20879
20880 2015-01-31 Gary Benson <gbenson@redhat.com>
20881
20882 * gdb.base/completion.exp: Disable completion limiting for
20883 existing tests. Add new tests to check completion limiting.
20884 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20885
20886 2015-01-31 Doug Evans <xdje42@gmail.com>
20887
20888 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20889
20890 2015-01-31 Doug Evans <xdje42@gmail.com>
20891
20892 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20893 entries. Duplicate file section script entries.
20894 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20895 inlined entries. Add test for safe-path rejection.
20896 * gdb.python/py-section-script.c: Add duplicate inlined section script
20897 entries. Duplicate file section script entries.
20898 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20899 inlined entries. Add test for safe-path rejection.
20900
20901 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20902
20903 * gdb.ada/disc_arr_bound: New testcase.
20904
20905 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20906
20907 * gdb.ada/mi_var_array: New testcase.
20908
20909 2015-01-27 Doug Evans <dje@google.com>
20910
20911 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20912 Add test for objfile.filename, objfile.username after objfile
20913 has been unloaded.
20914
20915 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20916
20917 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20918 the second test to print the name attribute of value
20919 returned by the call to gdb.lookup_type, and adjust
20920 the expected output accordingly.
20921
20922 2015-01-25 Mark Wielaard <mjw@redhat.com>
20923
20924 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20925 * gdb.base/disp-step-fork.c: Include unistd.h.
20926 * gdb.base/siginfo-obj.c: Include stdio.h.
20927 * gdb.base/siginfo-thread.c: Likewise.
20928 * gdb.mi/non-stop.c: Include unistd.h.
20929 * gdb.mi/nsthrexec.c: Include stdio.h.
20930 * gdb.mi/pthreads.c: Include unistd.h.
20931 * gdb.modula2/unbounded1.c (main): Declare returns int.
20932 * gdb.reverse/consecutive-reverse.c: Likewise.
20933 * gdb.threads/create-fail.c: Include unistd.h.
20934 * gdb.threads/killed.c: Likewise.
20935 * gdb.threads/linux-dp.c: Likewise.
20936 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20937 * gdb.threads/non-ldr-exc-2.c: Likewise.
20938 * gdb.threads/non-ldr-exc-3.c: Likewise.
20939 * gdb.threads/non-ldr-exc-4.c: Likewise.
20940 * gdb.threads/pthreads.c: Include unistd.h.
20941 (main): Declare returns int.
20942 * gdb.threads/tls-main.c (foo): New declaration.
20943 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20944
20945 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20946
20947 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20948 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20949
20950 2015-01-15 Mark Wielaard <mjw@redhat.com>
20951
20952 * gdb.base/noreturn-return.c: New file.
20953 * gdb.base/noreturn-return.exp: New file.
20954 * gdb.base/noreturn-finish.c: New file.
20955 * gdb.base/noreturn-finish.exp: New file.
20956
20957 2015-01-23 Pedro Alves <palves@redhat.com>
20958
20959 * gdb.threads/continue-pending-after-query.c: New file.
20960 * gdb.threads/continue-pending-after-query.exp: New file.
20961
20962 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20963 Simon Marchi <simon.marchi@ericsson.com>
20964
20965 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20966 * gdb.base/valgrind-db-attach.exp: Same.
20967 * gdb.base/valgrind-infcall.exp: Same.
20968 * lib/mi-support.exp (default_mi_gdb_start): Same.
20969 * lib/prompt.exp (default_prompt_gdb_start): Same.
20970 * lib/gdb.exp (default_gdb_spawn): Same.
20971 (gdb_interact): New.
20972
20973
20974 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20975
20976 * gdb.compile/compile.exp (pointer to jit function): New test.
20977
20978 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
20979
20980 * lib/gdb.exp (supports_process_record): Return true for
20981 powerpc*-*-linux*.
20982 (supports_reverse): Likewise.
20983
20984 2015-01-15 Don Breazeal <donb@codesourcery.com>
20985
20986 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20987 instead of checking whether the target board is remote and
20988 use spawn_wait_for_attach instead of exec/sleep.
20989 * gdb.base/attach-twice.exp: Likewise.
20990
20991 2015-01-15 Joel Brobecker <brobecker@adacore.com>
20992
20993 * gdb.ada/var_arr_attrs: New testcase.
20994
20995 2015-01-14 Pedro Alves <palves@redhat.com>
20996 Joel Brobecker <brobecker@adacore.com>
20997
20998 PR gdb/17525
20999 * gdb.base/bp-cmds-execution-x-script.c: New file.
21000 * gdb.base/bp-cmds-execution-x-script.exp: New file.
21001 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
21002
21003 2015-01-14 Pedro Alves <palves@redhat.com>
21004
21005 PR cli/17828
21006 * gdb.base/batch-preserve-term-settings.c: New file.
21007 * gdb.base/batch-preserve-term-settings.exp: New file.
21008
21009 2015-01-13 Doug Evans <dje@google.com>
21010
21011 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
21012 binary.
21013
21014 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21015
21016 * Makefile.in (clean mostlyclean): Do not delete *.py.
21017
21018 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21019
21020 * gdb.python/py-lookup-type.exp: New file.
21021
21022 2015-01-12 Pedro Alves <palves@redhat.com>
21023
21024 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
21025 restore GDBFLAGS before returning.
21026
21027 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21028
21029 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
21030 is_amd64_regs_target and is_x86_like_target.
21031
21032 2015-01-11 Doug Evans <xdje42@gmail.com>
21033
21034 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
21035 is given without an explicit form.
21036 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
21037 attributes.
21038 * gdb.dwarf/corrupt.exp: Ditto.
21039 * gdb.dwarf2/enum-type.exp: Ditto.
21040 * gdb.trace/entry-values.exp: Ditto.
21041 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
21042
21043 2015-01-11 Doug Evans <xdje42@gmail.com>
21044
21045 PR gdb/15830
21046 * gdb.base/maint.exp: Remove references to "maint demangle".
21047 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
21048 Add tests for explicitly specifying language to demangle.
21049 * gdb.dlang/demangle.exp: Ditto.
21050
21051 2015-01-09 Pedro Alves <palves@redhat.com>
21052
21053 * gdb.threads/non-stop-fair-events.c: New file.
21054 * gdb.threads/non-stop-fair-events.exp: New file.
21055
21056 2015-01-09 Pedro Alves <palves@redhat.com>
21057
21058 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
21059 the global scope. Set a breakpoint after all threads are started
21060 rather than stepping over two source lines. Expect the prompt.
21061 * gdb.base/watch_thread_num.c (threads_started_barrier): New
21062 global.
21063 (NUM): Now 15.
21064 (main): Use threads_started_barrier to wait for all threads to
21065 start. Main thread no longer calls thread_function. Exit after
21066 180 seconds.
21067 (loop): New function.
21068 (thread_function): Wait on threads_started_barrier barrier. Call
21069 'loop' at each iteration.
21070 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
21071 threads have started, instead of hardcoding number of "next"
21072 steps. Use an access watchpoint instead of a write watchpoint.
21073
21074 2015-01-09 Pedro Alves <palves@redhat.com>
21075
21076 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
21077 (thread_func): Wait on barrier.
21078 (main): Wait for all threads to start before stopping GDB.
21079 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
21080 global.
21081 (thread1_func, thread2_func): Wait on barrier.
21082 (main): Wait for all threads to start before stopping GDB.
21083 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
21084 New global.
21085 (thread1_func, thread2_func): Wait on barrier.
21086 (main): Wait for all threads to start before stopping GDB.
21087
21088 2015-01-09 Pedro Alves <palves@redhat.com>
21089
21090 * gdb.threads/attach-many-short-lived-threads.c: New file.
21091 * gdb.threads/attach-many-short-lived-threads.exp: New file.
21092
21093 2014-01-09 Pedro Alves <palves@redhat.com>
21094
21095 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
21096 instead of to thread 2.
21097 * gdb.threads/signal-command-multiple-signals-pending.c (main):
21098 Add barrier around each pthread_create call instead of around all
21099 calls.
21100 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
21101 Set a break on thread_function and have the child threads hit it
21102 one at at a time.
21103
21104 2015-01-09 Pedro Alves <palves@redhat.com>
21105
21106 * lib/gdb.exp (can_spawn_for_attach): New procedure.
21107 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
21108 false.
21109 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
21110 checking whether the target board is remote.
21111 * gdb.multi/multi-attach.exp: Likewise.
21112 * gdb.python/py-sync-interp.exp: Likewise.
21113 * gdb.server/ext-attach.exp: Likewise.
21114 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
21115 tests that need to attach, instead of checking whether the target
21116 board is remote at the top of the file.
21117
21118 2015-01-08 Yao Qi <yao@codesourcery.com>
21119
21120 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
21121
21122 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21123
21124 Fix testcase compilation.
21125 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
21126
21127 2015-01-06 Joel Brobecker <brobecker@adacore.com>
21128
21129 * gdb.python/py-type.exp: Add a couple test about empty
21130 array creation, and negative-length array creation.
21131
21132 2015-01-02 Doug Evans <xdje42@gmail.com>
21133
21134 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
21135
21136 2015-01-02 Doug Evans <dje@google.com>
21137
21138 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
21139
21140 2014-12-29 Yao Qi <yao@codesourcery.com>
21141
21142 * gdb.trace/entry-values.exp: Update comments. Rename variable
21143 bar_call_foo to returned_from_foo.
21144
21145 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
21146
21147 PR gdb/17394
21148 * gdb.linespec/break-asm-file.c: New file.
21149 * gdb.linespec/break-asm-file.exp: New file.
21150 * gdb.linespec/break-asm-file0.s: New file.
21151 * gdb.linespec/break-asm-file1.s: New file.
21152
21153 2014-12-18 Nigel Stephens <nigel@mips.com>
21154 Maciej W. Rozycki <macro@codesourcery.com>
21155
21156 * gdb.base/float.exp: Handle the new output from "info float" on
21157 MIPS targets.
21158
21159 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21160
21161 Fix MinGW compilation.
21162 * gdb.compile/compile-ops.exp: Update untested message if
21163 !skip_compile_feature_tests.
21164 * gdb.compile/compile-setjmp.exp: Likewise.
21165 * gdb.compile/compile-tls.exp: Likewise.
21166 * gdb.compile/compile.exp: Likewise.
21167 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
21168 supported on this host".
21169
21170 2014-12-16 Doug Evans <xdje42@gmail.com>
21171
21172 * boards/stabs.exp: New file.
21173
21174 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
21175
21176 * gdb.base/completion.exp: Adjust to format changes of "maint
21177 print user-registers".
21178
21179 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
21180
21181 PR server/17457
21182 * gdb.arch/aarch64-fp.c: New file.
21183 * gdb.arch/aarch64-fp.exp: New file.
21184
21185 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
21186
21187 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
21188 r210637, r210913, r211666, r215400, r215817).
21189
21190 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
21191 * dg-extract-results.py: New file.
21192 * dg-extract-results.sh: Use it if the environment seems
21193 suitable.
21194
21195 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
21196
21197 * dg-extract-results.py (parse_run): Handle warnings that
21198 are printed before a test harness is run.
21199
21200 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
21201
21202 * dg-extract-results.py (Named): Remove __cmp__ method.
21203 (output_variation): Use a key to sort variation.harnesses.
21204
21205 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
21206
21207 * dg-extract-results.py: For Python 3, force sys.stdout to
21208 handle surrogate escape sequences.
21209 (safe_open): New function.
21210 (output_segment, main): Use it.
21211
21212 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
21213
21214 * dg-extract-results.py (Prog.result_re): Include options
21215 in test name.
21216
21217 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
21218
21219 * dg-extract-results.py (output_variation): Always sort if
21220 do_sum.
21221
21222 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
21223
21224 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
21225 as long as we get pagination notifications.
21226
21227 2014-12-15 Jason Merrill <jason@redhat.com>
21228
21229 * Makefile.in (check-gdb.%): Restore.
21230 * README: Mention it.
21231
21232 2014-12-13 Joel Brobecker <brobecker@adacore.com>
21233
21234 * gdb.ada/str_uninit: New testcase.
21235
21236 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21237
21238 PR symtab/17642
21239 * gdb.base/vla-stub-define.c: New file.
21240 * gdb.base/vla-stub.c: New file.
21241 * gdb.base/vla-stub.exp: New file.
21242
21243 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
21244 Jan Kratochvil <jan.kratochvil@redhat.com>
21245 Tom Tromey <tromey@redhat.com>
21246
21247 * configure.ac: Add gdb.compile/.
21248 * configure: Regenerate.
21249 * gdb.compile/Makefile.in: New file.
21250 * gdb.compile/compile-ops.exp: New file.
21251 * gdb.compile/compile-ops.c: New file.
21252 * gdb.compile/compile-tls.c: New file.
21253 * gdb.compile/compile-tls.exp: New file.
21254 * gdb.compile/compile-constvar.S: New file.
21255 * gdb.compile/compile-constvar.c: New file.
21256 * gdb.compile/compile-mod.c: New file.
21257 * gdb.compile/compile-nodebug.c: New file.
21258 * gdb.compile/compile-setjmp-mod.c: New file.
21259 * gdb.compile/compile-setjmp.c: New file.
21260 * gdb.compile/compile-setjmp.exp: New file.
21261 * gdb.compile/compile-shlib.c: New file.
21262 * gdb.compile/compile.c: New file.
21263 * gdb.compile/compile.exp: New file.
21264 * lib/gdb.exp (skip_compile_feature_tests): New proc.
21265
21266 2014-12-12 Tom Tromey <tromey@redhat.com>
21267
21268 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
21269 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
21270
21271 2014-12-12 Doug Evans <dje@google.com>
21272
21273 * lib/gdb-python.exp (get_python_valueof): New function.
21274 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
21275
21276 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21277
21278 * gdb.base/completion.exp: Add test for completion of "info
21279 registers ".
21280
21281 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21282
21283 * gdb.base/func-ptrs.c: New file.
21284 * gdb.base/func-ptrs.exp: New file.
21285
21286 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21287
21288 PR breakpoints/17012
21289 * gdb.base/dprintf-detach.c: New file.
21290 * gdb.base/dprintf-detach.exp: New file.
21291
21292 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21293
21294 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21295 * lib/gdb.exp (target_is_gdbserver): New procedure.
21296
21297 2014-12-08 Doug Evans <dje@google.com>
21298
21299 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21300
21301 2014-12-05 Yao Qi <yao@codesourcery.com>
21302
21303 * gdb.guile/scm-error.exp: Remove the third argument to
21304 gdb_remote_download.
21305 * gdb.guile/scm-frame-args.exp: Likewise.
21306 * gdb.guile/scm-section-script.exp: Likewise.
21307
21308 2014-12-05 Yao Qi <yao@codesourcery.com>
21309
21310 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21311
21312 2014-12-04 Doug Evans <dje@google.com>
21313
21314 * gdb.python/py-objfile.exp: Add tests for
21315 objfile.add_separate_debug_file.
21316
21317 2014-12-04 Doug Evans <dje@google.com>
21318
21319 * lib/gdb.exp (get_build_id): New function.
21320 (build_id_debug_filename_get): Rewrite to use it.
21321 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21322
21323 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21324
21325 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21326 `method(long)', not just 0x0.
21327 * gdb.cp/nsalias.exp: Align code labels to 4.
21328 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21329 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21330 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21331 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21332 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21333 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21334
21335 2014-12-02 Doug Evans <dje@google.com>
21336
21337 PR symtab/17602
21338 * gdb.cp/anon-ns.cc: Move guts of this file to ...
21339 * gdb.cp/anon-ns2.cc: ... here. New file.
21340 * gdb.cp/anon-ns.exp: Update.
21341
21342 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
21343
21344 * gdb.python/py-events.py (inferior_call_handler): New.
21345 (register_changed_handler, memory_changed_handler): New.
21346 (test_events.invoke): Register new handlers.
21347 * gdb.python/py-events.exp: Add tests for inferior call,
21348 memory_changed and register_changed events.
21349
21350 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21351
21352 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21353 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21354 if the linker doesn't understand this.
21355
21356 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21357
21358 * gdb.python/python.exp: Change expected reply to help().
21359
21360 2014-12-01 Yao Qi <yao@codesourcery.com>
21361
21362 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21363 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21364 * configure: Re-generated.
21365
21366 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21367
21368 * gdb.cp/chained-calls.cc: New file.
21369 * gdb.cp/chained-calls.exp: New file.
21370 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21371
21372 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21373
21374 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21375 * gdb.dwarf2/symtab-producer.exp: Same.
21376 * gdb.gdb/python-interrupts.exp: Same.
21377 * gdb.gdb/python-selftest.exp: Same.
21378 * gdb.python/py-linetable.exp: Same.
21379 * gdb.python/py-type.exp: Same.
21380 * gdb.python/py-value-cc.exp: Same.
21381 * gdb.python/py-value.exp: Same.
21382
21383 2014-11-28 Yao Qi <yao@codesourcery.com>
21384
21385 * gdb.base/break-probes.exp: Match library name prefixed with
21386 sysroot.
21387
21388 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21389
21390 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21391 test expected output. Add parentheses for the call to print.
21392 Remove L suffix from integers.
21393
21394 2014-11-26 Doug Evans <dje@google.com>
21395
21396 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21397
21398 2014-11-22 Yao Qi <yao@codesourcery.com>
21399
21400 * gdb.trace/entry-values.c: Remove asms.
21401 (foo): Add foo_label.
21402 (bar): Add bar_label.
21403 * gdb.trace/entry-values.exp: Remove code computing foo's
21404 length and bar's length.
21405 (Dwarf::assemble): Invoke function_range for bar and use
21406 MACRO_AT_func for foo.
21407
21408 2014-11-22 Yao Qi <yao@codesourcery.com>
21409
21410 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21411 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21412 Use .Lgcc43_procstart instead of gcc43.
21413
21414 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21415
21416 * gdb.ada/n_arr_bound: New testcase.
21417
21418 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21419
21420 PR breakpoints/10737
21421 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21422 test_catch_syscall_multi_arch.
21423 (test_catch_syscall_multi_arch): New function.
21424
21425 2014-11-20 Doug Evans <xdje42@gmail.com>
21426
21427 * gdb.base/maint.exp: Update expected output.
21428
21429 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21430
21431 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21432 4-byte instruction on S390.
21433
21434 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21435
21436 * gdb.ada/arr_arr: New testcase.
21437
21438 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21439
21440 * gdb.ada/pkd_arr_elem: New Testcase.
21441
21442 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
21443
21444 * gdb.reverse/break-precsave: Expect completion message for
21445 core file reads.
21446 * gdb.reverse/consecutive-precsave.exp: Likewise.
21447 * gdb.reverse/finish-precsave.exp: Likewise.
21448 * gdb.reverse/i386-precsave.exp: Likewise.
21449 * gdb.reverse/machinestate-precsave.exp: Likewise.
21450 * gdb.reverse/sigall-precsave.exp: Likewise.
21451 * gdb.reverse/solib-precsave.exp: Likewise.
21452 * gdb.reverse/step-precsave.exp: Likewise.
21453 * gdb.reverse/until-precsave.exp: Likewise.
21454 * gdb.reverse/watch-precsave.exp: Likewise.
21455
21456 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21457
21458 * gdb.base/bp-permanent.c: Include unistd.h.
21459 * gdb.python/py-framefilter-mi.c (main): Add return type.
21460 * gdb.python/py-framefilter.c (main): Likewise.
21461 * gdb.trace/actions-changed.c (main): Likewise.
21462
21463 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21464
21465 * gdb.mi/until.c: Add eye-catchers.
21466 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21467 line numbers.
21468
21469 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21470
21471 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21472 function header variants in break1.c.
21473 * gdb.base/ena-dis-br.exp: Likewise.
21474 * gdb.base/hbreak2.exp: Likewise.
21475 * gdb.reverse/until-precsave.exp: Drop references to removed
21476 non-prototype function header variants in ur1.c.
21477 * gdb.reverse/until-reverse.exp: Likewise.
21478
21479 2014-11-17 Petr Machata <pmachata@redhat.com>
21480
21481 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21482 ${_cu_offset_size} bytes abbrev offset.
21483
21484 2014-11-15 Doug Evans <xdje42@gmail.com>
21485
21486 PR symtab/17559
21487 * gdb.base/line-symtabs.exp: New file.
21488 * gdb.base/line-symtabs.c: New file.
21489 * gdb.base/line-symtabs.h: New file.
21490
21491 2014-11-14 Yao Qi <yao@codesourcery.com>
21492
21493 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21494 (func): Add label func_label.
21495 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21496 Replace low_pc and high_pc with MACRO_AT_range.
21497 Replace name, low_pc and high_pc with MACRO_AT_func.
21498
21499 2014-11-14 Yao Qi <yao@codesourcery.com>
21500
21501 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21502 Replace name, low_pc and high_pc with MACRO_AT_func.
21503
21504 2014-11-14 Yao Qi <yao@codesourcery.com>
21505
21506 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21507 produce debug information.
21508 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21509
21510 2014-11-14 Yao Qi <yao@codesourcery.com>
21511
21512 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21513 object and get function length.
21514 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21515 with MACRO_AT_func.
21516 (top-level): Replace gdb_compile and clean_restart with
21517 prepare_for_testing.
21518 * gdb.dwarf2/main.c (main): Add label main_label.
21519
21520 2014-11-14 Yao Qi <yao@codesourcery.com>
21521
21522 * lib/dwarf.exp (function_range): New procedure.
21523 (Dwarf::_handle_macro_at_func): New procedure.
21524 (Dwarf::_handle_macro_at_range): New procedure.
21525 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21526
21527 2014-11-14 Yao Qi <yao@codesourcery.com>
21528
21529 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21530 (_handle_attribute): New procedure.
21531
21532 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21533
21534 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21535 * gdb.base/call-sc.c (zed): Likewise.
21536 * gdb.base/checkpoint.c (main): Likewise.
21537 * gdb.base/dump.c (main): Likewise.
21538 * gdb.base/gcore.c (main): Likewise.
21539 * gdb.base/huge.c (main): Likewise.
21540 * gdb.base/multi-forks.c (main): Likewise.
21541 * gdb.base/pr10179-a.c (main): Likewise.
21542 * gdb.base/savedregs.c (main): Likewise.
21543 * gdb.base/sigaltstack.c (main): Likewise.
21544 * gdb.base/siginfo.c (main): Likewise.
21545 * gdb.base/structs.c (zed): Likewise.
21546 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21547 * gdb.mi/mi-syn-frame.c (main): Likewise.
21548 * gdb.mi/until.c (foo, main): Likewise.
21549 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21550 * gdb.base/solib-weak.c (foo): Declare.
21551 * gdb.base/attach-twice.c: Include stdio.h.
21552 * gdb.base/weaklib1.c: Likewise.
21553 * gdb.base/weaklib2.c: Likewise.
21554 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21555 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21556 unistd.h.
21557 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21558 * gdb.mi/mi-exit-code.c: Likewise.
21559 * gdb.base/break-interp-lib.c: Include string.h.
21560 * gdb.base/coremaker.c: Likewise.
21561 * gdb.base/testenv.c: Likewise.
21562 * gdb.python/py-finish-breakpoint.c: Likewise.
21563 * gdb.base/inferior-died.c: Include sys/wait.h.
21564 * gdb.base/fileio.c: Include time.h.
21565 * gdb.base/async-shell.c: Include unistd.h.
21566 * gdb.base/dprintf-non-stop.c: Likewise.
21567 * gdb.base/info-os.c: Likewise.
21568 * gdb.mi/mi-console.c: Likewise.
21569 * gdb.mi/watch-nonstop.c: Likewise.
21570 * gdb.python/py-events.c: Likewise.
21571 * gdb.base/async.c (baz): Move up before its invocation.
21572 * gdb.base/code_elim2.c (my_global_func): Likewise.
21573 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21574 * gdb.base/advance.c (func2): Likewise.
21575
21576 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21577
21578 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21579 variant.
21580 * gdb.base/annota3.c: Likewise.
21581 * gdb.base/async.c: Likewise.
21582 * gdb.base/average.c: Likewise.
21583 * gdb.base/call-ar-st.c: Likewise.
21584 * gdb.base/call-rt-st.c: Likewise.
21585 * gdb.base/call-sc.c: Likewise.
21586 * gdb.base/call-strs.c: Likewise.
21587 * gdb.base/ending-run.c: Likewise.
21588 * gdb.base/execd-prog.c: Likewise.
21589 * gdb.base/exprs.c: Likewise.
21590 * gdb.base/foll-exec.c: Likewise.
21591 * gdb.base/foll-fork.c: Likewise.
21592 * gdb.base/foll-vfork.c: Likewise.
21593 * gdb.base/funcargs.c: Likewise.
21594 * gdb.base/gcore.c: Likewise.
21595 * gdb.base/jump.c: Likewise.
21596 * gdb.base/langs0.c: Likewise.
21597 * gdb.base/langs1.c: Likewise.
21598 * gdb.base/langs2.c: Likewise.
21599 * gdb.base/mips_pro.c: Likewise.
21600 * gdb.base/nodebug.c: Likewise.
21601 * gdb.base/opaque0.c: Likewise.
21602 * gdb.base/opaque1.c: Likewise.
21603 * gdb.base/recurse.c: Likewise.
21604 * gdb.base/run.c: Likewise.
21605 * gdb.base/scope0.c: Likewise.
21606 * gdb.base/scope1.c: Likewise.
21607 * gdb.base/setshow.c: Likewise.
21608 * gdb.base/setvar.c: Likewise.
21609 * gdb.base/shmain.c: Likewise.
21610 * gdb.base/shr1.c: Likewise.
21611 * gdb.base/shr2.c: Likewise.
21612 * gdb.base/sigall.c: Likewise.
21613 * gdb.base/signals.c: Likewise.
21614 * gdb.base/so-indr-cl.c: Likewise.
21615 * gdb.base/solib2.c: Likewise.
21616 * gdb.base/structs.c: Likewise.
21617 * gdb.base/sum.c: Likewise.
21618 * gdb.base/vforked-prog.c: Likewise.
21619 * gdb.base/watchpoint.c: Likewise.
21620 * gdb.reverse/shr2.c: Likewise.
21621 * gdb.reverse/until-reverse.c: Likewise.
21622 * gdb.reverse/ur1.c: Likewise.
21623 * gdb.reverse/watch-reverse.c: Likewise.
21624
21625 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21626
21627 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21628 variant.
21629 * gdb.base/sepdebug.exp: Drop references to removed code.
21630
21631 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21632
21633 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21634 variant. Preserve original line numbering.
21635 * gdb.base/list1.c: Likewise.
21636
21637 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21638
21639 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21640 variant.
21641 * gdb.base/break1.c: Likewise.
21642 * gdb.base/break.exp: Drop references to removed code.
21643
21644 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21645
21646 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21647 variant.
21648
21649 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21650
21651 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21652
21653 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21654
21655 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21656 logic into perform_all_tests() and invoke it with and without
21657 function header prototypes.
21658 (do_function_calls): Remove conditional XFAIL for PR 5318.
21659 (rerun_and_prepare): Remove duplicate code.
21660 (perform_all_tests): New. Main logic moved here.
21661
21662 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21663
21664 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21665 code guarded by #ifdef NO_PROTOTYPES.
21666 (t_double_many_args): Likewise.
21667 (DEF_FUNC_MANY_ARGS_1): Likewise.
21668 (DEF_FUNC_VALUES_1): Likewise.
21669 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21670 guarded by #ifdef PROTOTYPES.
21671
21672 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21673
21674 * gdb.mi/mi-console.c: Add eye-catcher.
21675 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21676 instead of literal line number.
21677
21678 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21679
21680 * gdb.base/shr2.c: Add eye-catcher.
21681 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21682 line number.
21683
21684 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21685
21686 * gdb.base/jump.c: Add eye-catchers.
21687 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21688 numbers.
21689
21690 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21691
21692 * gdb.base/execd-prog.c: Add eye-catchers.
21693 * gdb.base/foll-exec.c: Likewise.
21694 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21695 line numbers.
21696
21697 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21698
21699 * gdb.base/ending-run.c: Add eye-catchers.
21700 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21701 literal line numbers.
21702
21703 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21704
21705 * gdb.base/call-rt-st.c: Add eye-catchers.
21706 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21707 literal line numbers.
21708
21709 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21710
21711 * gdb.base/call-ar-st.c: Add eye-catchers.
21712 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21713 literal line numbers.
21714
21715 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21716
21717 * gdb.base/average.c: Add eye-catchers.
21718 * gdb.base/sum.c: Likewise.
21719 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21720 regexps dynamically.
21721
21722 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21723
21724 * gdb.base/solib1.c: Add eye-catchers.
21725 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21726 literal line numbers.
21727
21728 2014-11-12 Pedro Alves <palves@redhat.com>
21729
21730 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21731 leader has exited.
21732
21733 2014-11-12 Pedro Alves <palves@redhat.com>
21734
21735 * gdb.arch/i386-bp_permanent.c: New file.
21736 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21737 (srcfile): Set to i386-bp_permanent.c.
21738 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21739 that stepi does not execute the 'leave' instruction, instead of
21740 testing it does execute.
21741 * gdb.base/bp-permanent.c: New file.
21742 * gdb.base/bp-permanent.exp: New file.
21743
21744 2014-11-10 Doug Evans <xdje42@gmail.com>
21745
21746 PR symtab/17564
21747 * gdb.base/symtab-search-order.exp: New file.
21748 * gdb.base/symtab-search-order.c: New file.
21749 * gdb.base/symtab-search-order-1.c: New file.
21750 * gdb.base/symtab-search-order-shlib-1.c: New file.
21751
21752 2014-11-07 Pedro Alves <palves@redhat.com>
21753
21754 PR gdb/17511
21755 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21756 i?86-*-linux*.
21757
21758 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21759
21760 PR c++/17494
21761 * gdb.cp/pr17494.cc: New file.
21762 * gdb.cp/pr17494.exp: New file.
21763
21764 2014-11-02 Yao Qi <yao@codesourcery.com>
21765
21766 * gdb.python/python.exp: Get working directory and match the
21767 output of "set extended-prompt \\w " with it.
21768
21769 2014-10-30 Doug Evans <dje@google.com>
21770
21771 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21772 in objfiles.
21773 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21774 in progspaces.
21775
21776 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21777
21778 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21779 * gdb.base/realname-expand.exp: Likewise.
21780 * gdb.linespec/macro-relative.exp: Likewise.
21781
21782 2014-10-29 Pedro Alves <palves@redhat.com>
21783
21784 PR gdb/17408
21785 * gdb.threads/schedlock.c (some_function): New function.
21786 (call_function): New global.
21787 (MAYBE_CALL_SOME_FUNCTION): New macro.
21788 (thread_function): Call it.
21789 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21790 and use it instead of a global counter. Adjust all callers.
21791 (get_current_thread): Use "find current thread" for test message
21792 here rather than having all callers pass down the same string.
21793 (goto_loop): New procedure, factored out from ...
21794 (my_continue): ... this.
21795 (step_ten_loops): Change parameter from test message to command to
21796 use. Adjust.
21797 (list_count): Delete global.
21798 (check_result): New procedure, factored out from duplicate top
21799 level code.
21800 (continue tests): Wrap in with_test_prefix.
21801 (test_step): New procedure, factored out from duplicate top level
21802 code.
21803 (top level): Test "step" in combination with all scheduler-locking
21804 modes. Test "next" in combination with all scheduler-locking
21805 modes, and in combination with stepping over a function call or
21806 not.
21807 * gdb.threads/next-bp-other-thread.c: New file.
21808 * gdb.threads/next-bp-other-thread.exp: New file.
21809
21810 2014-10-29 Pedro Alves <palves@redhat.com>
21811
21812 PR python/17372
21813 * gdb.python/python.exp: Test a multi-line command that spawns
21814 interactive Python.
21815 * gdb.base/multi-line-starts-subshell.exp: New file.
21816
21817 2014-10-29 Yao Qi <yao@codesourcery.com>
21818
21819 * gdb.base/fileio.exp: Make directories on host.
21820
21821 2014-10-29 Yao Qi <yao@codesourcery.com>
21822
21823 * gdb.base/fileio.c (test_write): Close the file.
21824
21825 2014-10-28 Pedro Alves <palves@redhat.com>
21826
21827 PR gdb/12623
21828 * gdb.base/sigstep.c (no_handler): New global.
21829 (main): If 'no_handler is true, set the signal handlers to
21830 SIG_IGN.
21831 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21832 with_sw_watch and no_handler parameters. Handle them.
21833 (top level) <stepping over handler when stopped at a breakpoint
21834 test>: Add a test axis for testing with a software watchpoint, and
21835 another for testing with the signal handler set to SIG_IGN.
21836 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21837 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21838
21839 2014-10-28 Pedro Alves <palves@redhat.com>
21840
21841 PR gdb/17511
21842 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21843 * gdb.base/sigstep.exp (other_handler_location): New global.
21844 (advance): Support stepping into the signal handler, and running
21845 commands while in the handler.
21846 (in_handler_map): New global.
21847 (top level): In the advance test, add combinations for getting
21848 into the handler with stepping commands, and for running commands
21849 in the handler. Add comment descripting the advancei tests.
21850
21851 2014-10-28 Pedro Alves <palves@redhat.com>
21852
21853 * gdb.base/sigstep.exp: Use build_executable instead of
21854 prepare_for_testing.
21855 (top level): Move code that starts GDB, runs to main and creates a
21856 display to ...
21857 (restart): ... this new procedure.
21858 (top level): Move backtrace from signal handler test to ...
21859 (validate_backtrace): ... this new procedure.
21860 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21861 with_test_prefix. Always restart GDB.
21862 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21863 with_test_prefix. Always restart GDB. No need to delete
21864 breakpoints after the test.
21865 (test_skip_handler): Remove prefix parameter.
21866 (skip_over_handler, breakpoint_to_handler)
21867 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21868 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21869 restart GDB. No need to delete breakpoints after the test.
21870 (top level): Use foreach to call the test procedures with
21871 different commands.
21872
21873 2014-10-28 Pedro Alves <palves@redhat.com>
21874
21875 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21876 instead of GNATS numbers.
21877 * gdb.base/sigbpt.exp: Likewise.
21878 * gdb.base/siginfo.exp: Likewise.
21879 * gdb.base/sigstep.exp: Likewise.
21880
21881 2014-10-27 Pedro Alves <palves@redhat.com>
21882
21883 * gdb.base/sigstep.c (dummy): New global.
21884 (main): Issue a couple writes to the new global.
21885 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21886 procedures.
21887 (skip_over_handler): Use test_skip_handler.
21888 (top level): Call skip_over_handler for stepi and nexti too.
21889 (breakpoint_over_handler): Use test_skip_handler.
21890 (top level): Call breakpoint_over_handler for stepi and nexti too.
21891
21892 2014-10-27 Yao Qi <yao@codesourcery.com>
21893
21894 * gdb.trace/tfile.c (adjust_function_address)
21895 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21896 function descriptor.
21897
21898 2014-10-24 Don Breazeal <donb@codesourcery.com>
21899
21900 * gdb.base/foll-fork.exp (test_follow_fork,
21901 catch_fork_child_follow): Check for updated fork messages emitted
21902 from infrun.c.
21903 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21904 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21905 vfork_and_exec_child_follow_through_step): Check for updated vfork
21906 messages emitted from infrun.c.
21907
21908 2014-10-24 Pedro Alves <palves@redhat.com>
21909
21910 * gdb.base/corefile.exp: Remove references to ultrix.
21911 * gdb.base/interrupt.exp: Likewise.
21912 * gdb.base/whatis.exp: Likewise.
21913 * gdb.gdb/selftest.exp: Likewise.
21914 * gdb.threads/manythreads.exp: Likewise.
21915 * gdb.threads/print-threads.exp: Likewise.
21916 * gdb.threads/pthreads.exp:: Likewise.
21917 * gdb.threads/schedlock.exp: Likewise.
21918
21919 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21920
21921 * gdb.cp/non-trivial-retval.cc: Add a test case.
21922 * gdb.cp/non-trivial-retval.exp: Add a test.
21923
21924 2014-10-20 Yao Qi <yao@codesourcery.com>
21925
21926 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21927 * gdb.python/py-objfile-script-gdb.py: New file.
21928 * gdb.python/py-objfile-script.exp: Update reference to
21929 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21930 of remote_download. Remove the dest file.
21931
21932 2014-10-20 Yao Qi <yao@codesourcery.com>
21933
21934 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21935 * gdb.base/step-line.exp: Likewise.
21936 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21937 * gdb.dwarf2/dw2-basic.exp: Likewise.
21938 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21939 * gdb.dwarf2/dw2-filename.exp: Likewise.
21940 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21941 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21942 * gdb.dwarf2/dw2-producer.exp: Likewise.
21943 * gdb.dwarf2/mac-fileno.exp: Likewise.
21944 * gdb.python/py-frame-args.exp: Likewise.
21945 * gdb.python/py-framefilter.exp: Likewise.
21946 * gdb.python/py-mi.exp: Likewise.
21947 * gdb.python/py-objfile-script.exp: Likewise
21948 * gdb.python/py-pp-integral.exp: Likewise.
21949 * gdb.python/py-pp-re-notag.exp: Likewise.
21950 * gdb.python/py-prettyprint.exp: Likewise.
21951 * gdb.python/py-section-script.exp: Likewise.
21952 * gdb.python/py-typeprint.exp: Likewise.
21953 * gdb.python/py-xmethods.exp: Likewise.
21954 * gdb.stabs/weird.exp: Likewise.
21955 * gdb.xml/tdesc-regs.exp: Likewise.
21956
21957 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21958
21959 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21960 (out_cu): Use addr_len for the size of addresses.
21961 (out_line): Likewise. Size DW_LNE_set_address instruction
21962 according to addr_len.
21963 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21964 (FUNC): Add START_INSNS to definition.
21965
21966 2014-10-18 Yao Qi <yao@codesourcery.com>
21967
21968 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21969 gdb_has_argv0 return true.
21970 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21971 check [target_info exists noargs], check [gdb_has_argv0]
21972 instead.
21973 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21974 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21975 procedures.
21976
21977 2014-10-17 Doug Evans <dje@google.com>
21978
21979 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21980 event.
21981 * gdb.python/py-events.py: Add clear_objfiles event.
21982
21983 2014-10-17 Doug Evans <dje@google.com>
21984
21985 * gdb.python/py-objfile.exp: Test progspace attribute.
21986
21987 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
21988
21989 * gdb.guile/scm-breakpoint.exp: Do not assume any
21990 directory separators when matching source file paths.
21991 * gdb.python/py-breakpoint.exp: Likewise.
21992 * gdb.reverse/break-precsave.exp: Likewise.
21993 * gdb.reverse/break-reverse.exp: Likewise.
21994 * gdb.reverse/consecutive-precsave.exp: Likewise.
21995 * gdb.reverse/finish-precsave.exp: Likewise.
21996 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21997 * gdb.reverse/finish-reverse.exp: Likewise.
21998 * gdb.reverse/i386-precsave.exp: Likewise.
21999 * gdb.reverse/i387-env-reverse.exp: Likewise.
22000 * gdb.reverse/i387-stack-reverse.exp: Likewise.
22001 * gdb.reverse/machinestate-precsave.exp: Likewise.
22002 * gdb.reverse/machinestate.exp: Likewise.
22003 * gdb.reverse/sigall-precsave.exp: Likewise.
22004 * gdb.reverse/solib-precsave.exp: Likewise.
22005 * gdb.reverse/step-precsave.exp: Likewise.
22006 * gdb.reverse/until-precsave.exp: Likewise.
22007 * gdb.reverse/watch-precsave.exp: Likewise.
22008 * gdb.reverse/watch-reverse.exp: Likewise.
22009
22010 2014-10-17 Yao Qi <yao@codesourcery.com>
22011
22012 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
22013 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
22014
22015 2014-10-17 Pedro Alves <palves@redhat.com>
22016
22017 PR gdb/17471
22018 * gdb.base/bg-execution-repeat.c: New file.
22019 * gdb.base/bg-execution-repeat.exp: New file.
22020
22021 2014-10-17 Pedro Alves <palves@redhat.com>
22022
22023 PR gdb/17300
22024 * gdb.base/continue-all-already-running.c: New file.
22025 * gdb.base/continue-all-already-running.exp: New file.
22026
22027 2014-10-17 Pedro Alves <palves@redhat.com>
22028
22029 PR gdb/17472
22030 * gdb.base/annota-input-while-running.c: New file.
22031 * gdb.base/annota-input-while-running.exp: New file.
22032
22033 2014-10-17 Pedro Alves <palves@redhat.com>
22034
22035 * gdb.base/callfuncs.exp: emove references to osf.
22036 * gdb.base/sigall.exp: Likewise.
22037 * gdb.gdb/selftest.exp: Likewise.
22038 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
22039 * gdb.mi/non-stop.c: Likewise.
22040 * gdb.mi/pthreads.c: Likewise.
22041 * gdb.reverse/sigall-precsave.exp: Likewise.
22042 * gdb.reverse/sigall-reverse.exp: Likewise.
22043 * gdb.threads/pthreads.c: Likewise.
22044 * gdb.threads/pthreads.exp: Likewise.
22045
22046 2014-10-17 Yao Qi <yao@codesourcery.com>
22047
22048 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
22049 check 'target_info exists noargs'.
22050 (test_command_prompt_position): Likewise.
22051 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
22052 Remove "set args".
22053 (progvar_simple_while_test): Likewise.
22054 (progvar_complex_if_while_test): Likewise.
22055 (if_while_breakpoint_command_test): Likewise.
22056 (infrun_breakpoint_command_test): Likewise.
22057 (breakpoint_command_test): Likewise.
22058 (watchpoint_command_test): Likewise.
22059 (bp_deleted_in_command_test): Likewise.
22060 (temporary_breakpoint_commands): Likewise.
22061
22062 2014-10-16 Yao Qi <yao@codesourcery.com>
22063
22064 * gdb.base/remotetimeout.exp: Remove noargs checking.
22065
22066 2014-10-15 Pedro Alves <palves@redhat.com>
22067
22068 PR breakpoints/9649
22069 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
22070 * gdb.base/breakpoint-in-ro-region.exp
22071 (probe_target_hardware_step): New procedure.
22072 (top level): Probe hardware stepping and hardware breakpoint
22073 support. Test stepping through a read-only region, with both
22074 "breakpoint auto-hw" on and off and both "always-inserted" on and
22075 off.
22076
22077 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
22078
22079 * gdb.dlang/demangle.exp: Update for demangling changes.
22080
22081 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22082
22083 * gdb.cp/non-trivial-retval.cc: Add new test cases.
22084 * gdb.cp/non-trivial-retval.exp: Add new tests.
22085
22086 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22087
22088 PR c++/13403
22089 PR c++/15154
22090 * gdb.cp/non-trivial-retval.cc: New file.
22091 * gdb.cp/non-trivial-retval.exp: New file.
22092
22093 2014-10-15 Yao Qi <yao@codesourcery.com>
22094
22095 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
22096 remote host.
22097
22098 2014-10-15 Yao Qi <yao@codesourcery.com>
22099
22100 * gdb.python/py-symbol.exp: Match file base name if host is
22101 remote, otherwise match file name with dir name.
22102 * gdb.python/py-symtab.exp: Likewise.
22103 * gdb.python/python.exp: Likewise.
22104
22105 2014-10-15 Yao Qi <yao@codesourcery.com>
22106
22107 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
22108 pattern.
22109 * gdb.python/py-symtab.exp: Likewise.
22110 * gdb.python/python.exp: Remove trailing ".*". Fix typo
22111 locationn.
22112
22113 2014-10-14 Joel Brobecker <brobecker@adacore.com>
22114
22115 * gdb.ada/addr_arith: New testcase.
22116
22117 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
22118
22119 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
22120 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
22121 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
22122 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
22123
22124 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
22125
22126 * gdb.arch/stap-eval-lang-ada.S: Likewise.
22127 * gdb.arch/stap-eval-lang-ada.c: Likewise.
22128 * gdb.arch/stap-eval-lang-ada.exp: New file.
22129
22130 2014-10-14 Yao Qi <yao@codesourcery.com>
22131
22132 * gdb.mi/mi-var-child.c (nothing1): New function.
22133 (nothing2): New function.
22134 (do_children_tests): Set function pointers by nothing1 and
22135 nothing2.
22136 * gdb.mi/mi-var-child.exp: Step over new added statements.
22137 Update test to match the new output.
22138 * gdb.mi/var-cmd.c (nothing1): New function.
22139 (nothing2): New function.
22140 (do_children_tests): Set function pointers by nothing1 and
22141 nothing2.
22142 * gdb.mi/mi-var-display.exp: Update test to match output.
22143 Step to the line specified by $line_dct_nothing.
22144 Increase the number of lines to step.
22145
22146 2014-10-14 Yao Qi <yao@codesourcery.com>
22147
22148 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
22149 tests.
22150 * gdb.mi/mi2-var-child.exp: Likewise.
22151
22152 2014-10-13 Doug Evans <dje@google.com>
22153
22154 * gdb.python/py-objfile.exp: Change name of file name test.
22155
22156 2014-10-13 Doug Evans <dje@google.com>
22157
22158 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
22159 from the start of the CU.
22160
22161 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
22162 Yao Qi <yao@codesourcery.com>
22163
22164 Fix "save breakpoints" for "catch" command.
22165 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
22166 Remove -nonewline. Match also the added "main" line.
22167
22168 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22169
22170 Fix "save breakpoints" for "disable $bpnum" command.
22171 * gdb.base/save-bp.c (main): Add label.
22172 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
22173
22174 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22175
22176 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
22177
22178 2014-10-11 Yao Qi <yao@codesourcery.com>
22179
22180 * gdb.server/server-kill.exp: Execute command
22181 "set remote trace-status-packet on" before "tstatus".
22182
22183 2014-10-11 Yao Qi <yao@codesourcery.com>
22184
22185 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
22186 (main): Call getppid.
22187 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
22188 and continue to it. Read variable "server_pid".
22189
22190 2014-10-11 Yao Qi <yao@codesourcery.com>
22191
22192 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
22193
22194 2014-10-11 Yao Qi <yao@codesourcery.com>
22195
22196 * gdb.threads/thread-find.exp: Don't execute command
22197 "info threads".
22198 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
22199 * gdb.threads/linux-dp.exp: Don't check the condition
22200 $threads_created equals to zero.
22201
22202 2014-10-10 Pedro Alves <palves@redhat.com>
22203
22204 * gdb.base/bigcore.exp: Remove references to IRIX.
22205 * gdb.base/funcargs.exp: Likewise.
22206 * gdb.base/interrupt.exp: Likewise.
22207 * gdb.base/mips_pro.exp: Likewise.
22208 * gdb.base/nodebug.exp: Likewise.
22209 * gdb.base/setvar.exp: Likewise.
22210 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
22211
22212 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
22213 Pedro Alves <palves@redhat.com>
22214
22215 PR symtab/14466
22216 * gdb.base/vdso-warning.c: New file.
22217 * gdb.base/vdso-warning.exp: New file.
22218
22219 2014-10-02 Doug Evans <dje@google.com>
22220
22221 * gdb.base/structs.c (main): Don't run forever.
22222
22223 2014-10-02 Pedro Alves <palves@redhat.com>
22224
22225 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
22226 (top level) <stop threads 1, stop threads 2>: Use it.
22227
22228 2014-10-02 Pedro Alves <palves@redhat.com>
22229
22230 * gdb.threads/break-while-running.exp (test): Add new
22231 'update_thread_list' argument. Skip "info threads" if false.
22232 (top level): Add new 'update_thread_list' axis.
22233
22234 2014-10-02 Pedro Alves <palves@redhat.com>
22235
22236 PR breakpoints/17431
22237 * gdb.base/execl-update-breakpoints.c: New file.
22238 * gdb.base/execl-update-breakpoints.exp: New file.
22239
22240 2014-10-01 Pedro Alves <palves@redhat.com>
22241
22242 * gdb.base/breakpoint-in-ro-region.c: New file.
22243 * gdb.base/breakpoint-in-ro-region.exp: New file.
22244
22245 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
22246
22247 * gdb.mi/mi-exit-code.exp: New file.
22248 * gdb.mi/mi-exit-code.c: New file.
22249
22250 2014-09-30 Yao Qi <yao@codesourcery.com>
22251
22252 * lib/prelink-support.exp (build_executable_own_libs): Error if
22253 the target isn't native.
22254
22255 2014-09-30 Yao Qi <yao@codesourcery.com>
22256
22257 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22258 false.
22259
22260 2014-09-22 Pedro Alves <palves@redhat.com>
22261
22262 * gdb.threads/break-while-running.exp: New file.
22263 * gdb.threads/break-while-running.c: New file.
22264
22265 2014-09-19 Yao Qi <yao@codesourcery.com>
22266
22267 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
22268 Invoke test. Restart GDB with --readnow and invoke test again.
22269
22270 2014-09-19 Yao Qi <yao@codesourcery.com>
22271
22272 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
22273 proc set_breakpoint_on_gcd_function. Invoke
22274 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
22275 invoke set_breakpoint_on_gcd_function again.
22276
22277 2014-09-18 Doug Evans <dje@google.com>
22278
22279 * gdb.dwarf2/symtab-producer.exp: New file.
22280
22281 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22282
22283 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22284 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22285 * gdb.base/global-var-nested-by-dso.c: Likewise.
22286 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22287
22288 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22289 Pedro Alves <palves@redhat.com>
22290
22291 * gdb.base/watch-bitfields.exp: Pass string other than test file
22292 name to prepare_for_testing.
22293 (watch): New procedure.
22294 (expect_watchpoint): Use with_test_prefix.
22295 (top level): Factor out tests to ...
22296 (test_watch_location, test_regular_watch): ... these new
22297 procedures, and use with_test_prefix and gdb_continue_to_end.
22298
22299 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22300
22301 PR breakpoints/12526
22302 * gdb.base/watch-bitfields.exp: New file.
22303 * gdb.base/watch-bitfields.c: New file.
22304
22305 2014-09-16 Pedro Alves <palves@redhat.com>
22306
22307 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22308 software and hardware addresses, not software address against
22309 itself.
22310
22311 2014-09-16 Pedro Alves <palves@redhat.com>
22312
22313 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22314 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22315
22316 2014-09-16 Pedro Alves <palves@redhat.com>
22317
22318 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22319 files.
22320 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22321 "*-*-vxworks*" throughout.
22322 * gdb.base/break.exp: Likewise.
22323 * gdb.base/default.exp: Likewise.
22324 * gdb.base/scope.exp: Likewise.
22325 * gdb.base/sepdebug.exp: Likewise.
22326 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22327 throughout.
22328 * gdb.base/run.c: Likewise.
22329 * gdb.base/sepdebug.c: Likewise.
22330 * gdb.hp/gdb.aCC/run.c: Likewise.
22331 * gdb.reverse/until-reverse.c: Likewise.
22332 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22333
22334 2014-09-16 Yao Qi <yao@codesourcery.com>
22335
22336 * boards/local-remote-host-native.exp: New file.
22337
22338 2014-09-14 Doug Evans <xdje42@gmail.com>
22339
22340 * gdb.threads/queue-signal.c (thread_count): New variable.
22341 (thread_count_mutex, thread_count_condvar): New variables.
22342 (incr_thread_count, wait_all_threads_running): New functions.
22343 (main): Wait for all threads to be in their thread functions.
22344
22345 2014-09-13 Doug Evans <xdje42@gmail.com>
22346
22347 * gdb.threads/queue-signal.c: New file.
22348 * gdb.threads/queue-signal.exp: New file.
22349
22350 2014-09-13 Doug Evans <xdje42@gmail.com>
22351
22352 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22353 be consistent with what default_gdb_init uses.
22354 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22355 the plain text of the prompt. Add some logging printfs.
22356 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22357
22358 2014-09-12 Pedro Alves <palves@redhat.com>
22359
22360 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22361 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22362 * gdb.arch/i386-size-overlap.exp: Likewise.
22363 * gdb.arch/i386-size.exp: Likewise.
22364 * gdb.arch/i386-unwind.exp: Likewise.
22365 * gdb.base/a2-run.exp: Likewise.
22366 * gdb.base/break.exp: Likewise.
22367 * gdb.base/charset.exp: Likewise.
22368 * gdb.base/chng-syms.exp: Likewise.
22369 * gdb.base/commands.exp: Likewise.
22370 * gdb.base/dbx.exp: Likewise.
22371 * gdb.base/find.exp: Likewise.
22372 * gdb.base/funcargs.exp: Likewise.
22373 * gdb.base/jit-simple.exp: Likewise.
22374 * gdb.base/reread.exp: Likewise.
22375 * gdb.base/sepdebug.exp: Likewise.
22376 * gdb.base/step-bt.exp: Likewise.
22377 * gdb.cp/mb-inline.exp: Likewise.
22378 * gdb.cp/mb-templates.exp: Likewise.
22379 * gdb.objc/basicclass.exp: Likewise.
22380 * gdb.threads/killed.exp: Likewise.
22381
22382 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22383
22384 PR tdep/17379
22385 * gdb.arch/powerpc-stackless.S: New file.
22386 * gdb.arch/powerpc-stackless.exp: New file.
22387
22388 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22389
22390 * gdb.base/attach.c: Include unistd.h.
22391 (main): Call alarm. Add label postloop.
22392 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22393 gdb_breakpoint, gdb_continue_to_breakpoint.
22394 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22395
22396 2014-09-11 Pedro Alves <palves@redhat.com>
22397
22398 PR gdb/17347
22399 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22400 * gdb.base/attach.exp (test_command_line_attach_run): New
22401 procedure.
22402 (top level): Call it.
22403
22404 2014-09-11 Pedro Alves <palves@redhat.com>
22405
22406 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22407 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22408 (do_command_attach_tests): Use spawn_wait_for_attach.
22409 * gdb.base/solib-overlap.exp: Likewise.
22410 * gdb.multi/multi-attach.exp: Likewise.
22411 * gdb.python/py-prompt.exp: Likewise.
22412 * gdb.python/py-sync-interp.exp: Likewise.
22413 * gdb.server/ext-attach.exp: Likewise.
22414
22415 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22416
22417 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22418 command in testcase. Simplify testcase.
22419
22420 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22421
22422 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22423
22424 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22425
22426 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22427
22428 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22429
22430 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22431
22432 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22433
22434 * gdb.dwarf2/dynarr-ptr.c: New file.
22435 * gdb.dwarf2/dynarr-ptr.exp: New file.
22436
22437 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22438
22439 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22440 of 30 rather than hardcoding 120 for a slow test case. Take the
22441 `gdb,timeout' target setting into account for this calculation.
22442 Don't extend the timeout for the test cases that don't need it.
22443
22444 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22445
22446 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22447 a factor of 2 for a slow test case. Take the `gdb,timeout'
22448 target setting into account for this calculation.
22449 * gdb.reverse/until-precsave.exp: Increase the timeout by
22450 a factor of 15 and 3 respectively rather than adding 120
22451 for a pair of slow test cases. Take the `gdb,timeout'
22452 target setting into account for this calculation.
22453
22454 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22455
22456 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22457 timeout, don't pass one down to gdb_expect.
22458 (gdb_expect): Rework timeout selection.
22459
22460 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22461
22462 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22463 exception on timeout.
22464 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22465 (gdbserver_start_extended): Catch any `gdbserver_start' error
22466 exceptions.
22467 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22468 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22469 `gdbserver_gdb_load' error exceptions.
22470
22471 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22472
22473 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22474 120 on waiting for the TCP socket to open.
22475
22476 2014-09-09 Doug Evans <xdje42@gmail.com>
22477
22478 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22479 _caller_matches, _any_caller_is, _any_caller_matches.
22480
22481 2014-09-09 Doug Evans <xdje42@gmail.com>
22482
22483 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22484
22485 2014-09-09 Yao Qi <yao@codesourcery.com>
22486
22487 * gdb.mi/mi-var-display.exp: Set print symbol off.
22488
22489 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22490
22491 PR gdb/17035
22492 * gdb.base/commands.exp: Add tests to verify user-defined
22493 commands with empty bodies.
22494 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22495 python commands in `show user command`.
22496 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22497 scheme commands in `show user command`.
22498
22499 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22500
22501 PR python/17355
22502 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22503 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22504 * gdb.python/py-framefilter-invalidarg.exp: New file.
22505 * gdb.python/py-framefilter-invalidarg.py: New file.
22506
22507 2014-09-06 Doug Evans <xdje42@gmail.com>
22508
22509 PR 15276
22510 * gdb.python/py-caller-is.c: New file.
22511 * gdb.python/py-caller-is.exp: New file.
22512
22513 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22514
22515 PR gdb/17235
22516 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22517 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22518
22519 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22520
22521 PR fortran/17237
22522 * gdb.fortran/print-formatted.exp: New file.
22523 * gdb.fortran/print-formatted.f90: Likewise.
22524
22525 2014-09-03 Sasha Smundak <asmundak@google.com>
22526
22527 * gdb.python/py-frame.exp: Test Frame.read_register.
22528
22529 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22530
22531 PR python/16699
22532 * gdb.python/py-completion.exp: New file.
22533 * gdb.python/py-completion.py: Likewise.
22534
22535 2014-08-28 Doug Evans <dje@google.com>
22536
22537 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22538 eax,etc. are live with values set by gdb and thus the compiler can't
22539 use them.
22540 * gdb.arch/i386-pseudo.c (main): Ditto.
22541
22542 2014-08-27 Doug Evans <dje@google.com>
22543
22544 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22545
22546 2014-08-25 Doug Evans <dje@google.com>
22547
22548 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22549 (main): Ditto.
22550
22551 2014-08-25 Doug Evans <dje@google.com>
22552
22553 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22554
22555 2014-08-24 Yao Qi <yao@codesourcery.com>
22556
22557 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22558 symbol off.
22559 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22560
22561 2014-08-22 Doug Evans <dje@google.com>
22562
22563 PR 17276
22564 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22565 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22566 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22567
22568 2014-08-22 Yao Qi <yao@codesourcery.com>
22569
22570 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22571 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22572 * gdb.python/python.exp: Likewise. Use .py file on the host
22573 instead of the build.
22574
22575 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22576
22577 * gdb.threads/gcore-stale-thread.c: New file.
22578 * gdb.threads/gcore-stale-thread.exp: New file.
22579
22580 2014-08-21 Pedro Alves <palves@redhat.com>
22581
22582 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22583 * gdb.base/gcore-relro-pie.exp: Likewise.
22584 * gdb.base/gcore-relro.exp: Likewise.
22585 * gdb.base/gcore.exp: Likewise.
22586 * gdb.base/print-symbol-loading.exp: Likewise.
22587 * gdb.threads/gcore-thread.exp: Likewise.
22588 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22589
22590 2014-08-20 Pedro Alves <palves@redhat.com>
22591 Jan Kratochvil <jan.kratochvil@redhat.com>
22592
22593 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22594 configure.
22595 (EXPECT): Handle READ1 being set.
22596 (all): Depend on EXTRA_RULES.
22597 (check-read1, expect-read1, read1.so, read1): New rules.
22598 * README (Testsuite Parameters): Document the READ1 make variable.
22599 (Race detection): New section.
22600 * configure: Regenerate.
22601 * configure.ac: If build==host==target, and running under a
22602 GNU/glibc system, add read1 to the extra Makefile rules.
22603 (EXTRA_RULES): AC_SUBST it.
22604 * lib/read1.c: New file.
22605
22606 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22607
22608 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22609 the handling of variables declared as a typedef to an array
22610 which a DW_AT_data_location attribute.
22611
22612 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22613 Pedro Alves <palves@redhat.com>
22614
22615 PR symtab/14604
22616 PR symtab/14605
22617 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22618 gdb_test.
22619
22620 2014-08-19 Pedro Alves <palves@redhat.com>
22621
22622 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22623
22624 2014-08-19 Yao Qi <yao@codesourcery.com>
22625
22626 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22627 right line.
22628
22629 2014-08-18 David Blaikie <dblaikie@gmail.com>
22630
22631 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22632
22633 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22634
22635 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22636 attribute in array range.
22637
22638 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22639
22640 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22641
22642 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22643
22644 PR c++/17132
22645 * gdb.cp/pr17132.cc: New file.
22646 * gdb.cp/pr17132.exp: New file.
22647
22648 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22649
22650 * gdb.python/py-xmethods.py (A_getarrayind)
22651 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22652 Use 'print' with function call syntax.
22653 (E_method_matcher.match): Fix tab vs space indentation mixup.
22654
22655 2014-08-15 Yao Qi <yao@codesourcery.com>
22656
22657 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22658 false.
22659
22660 2014-08-15 Yao Qi <yao@codesourcery.com>
22661
22662 * gdb.cp/casts.exp: Set print symbol off.
22663 * gdb.cp/class2.exp: Likewise.
22664 * gdb.cp/overload.exp: Likewise.
22665 * gdb.cp/templates.exp: Likewise.
22666
22667 2014-08-11 Doug Evans <dje@google.com>
22668
22669 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22670 (test_load_shlib): Update.
22671
22672 2014-08-09 Yao Qi <yao@codesourcery.com>
22673
22674 * gdb.base/display.exp: Invoke is_address_zero_readable.
22675 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22676 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22677 * gdb.base/hbreak-unmapped.exp: Return if
22678 is_address_zero_readable returns true.
22679 * gdb.base/signest.exp: Likewise.
22680 * gdb.base/signull.exp: Likewise.
22681 * gdb.base/sigbpt.exp: Likewise.
22682 * gdb.guile/scm-disasm.exp: Do the test if
22683 is_address_zero_readable returns false.
22684 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22685 * gdb.python/py-arch.exp: Likewise.
22686 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22687 * lib/gdb.exp (is_address_zero_readable): New proc.
22688
22689 2014-08-09 Yao Qi <yao@codesourcery.com>
22690
22691 PR testsuite/13443
22692 * gdb.mi/mi-var-display.exp: Make test messages unique.
22693
22694 2014-08-04 Tom Tromey <tromey@redhat.com>
22695
22696 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22697 target 0".
22698
22699 2014-08-04 Tom Tromey <tromey@redhat.com>
22700
22701 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22702 "target_resume".
22703
22704 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22705
22706 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22707 inner_vla_struct_object_size.
22708 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22709 as xfail.
22710
22711 2014-07-30 Pedro Alves <palves@redhat.com>
22712
22713 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22714 comment.
22715
22716 2014-07-29 Yao Qi <yao@codesourcery.com>
22717
22718 PR gdb/17206
22719 * gdb.base/until-nodebug.exp: New.
22720
22721 2014-07-28 Doug Evans <xdje42@gmail.com>
22722
22723 PR guile/17203
22724 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22725 previously existing parameter, and previously ambiguously spelled
22726 parameter.
22727
22728 2014-07-28 Will Newton <will.newton@linaro.org>
22729
22730 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22731
22732 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22733 Doug Evans <xdje42@gmail.com>
22734
22735 PR guile/17146
22736 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22737
22738 2014-07-25 Pedro Alves <palves@redhat.com>
22739
22740 * gdb.threads/signal-command-handle-nopass.c: New file.
22741 * gdb.threads/signal-command-handle-nopass.exp: New file.
22742 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22743 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22744 * gdb.threads/signal-delivered-right-thread.c: New file.
22745 * gdb.threads/signal-delivered-right-thread.exp: New file.
22746
22747 2014-07-25 Pedro Alves <palves@redhat.com>
22748
22749 * gdb.base/double-prompt-target-event-error.exp
22750 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22751 match.
22752 (cancel_pagination_in_target_event): Rework double prompt
22753 detection.
22754 * gdb.base/paginate-after-ctrl-c-running.exp
22755 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22756 <return>' match.
22757 * gdb.base/paginate-bg-execution.exp
22758 (test_bg_execution_pagination_return)
22759 (test_bg_execution_pagination_cancel): Remove '-notransfer
22760 <return>' matches.
22761 * gdb.base/paginate-execution-startup.exp
22762 (test_fg_execution_pagination_return)
22763 (test_fg_execution_pagination_cancel): Remove '-notransfer
22764 <return>' matches.
22765 * gdb.base/paginate-inferior-exit.exp
22766 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22767 match.
22768 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22769 * lib/gdb.exp (pagination_prompt): Run text through
22770 string_to_regexp.
22771 (gdb_test_multiple): Match $pagination_prompt instead of
22772 "<return>".
22773 (string_to_regexp): Move to lib/gdb-utils.exp.
22774
22775 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22776
22777 * gdb.arch/amd64-entry-value-paramref.S: New file.
22778 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22779 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22780 * gdb.arch/amd64-optimout-repeat.S: New file.
22781 * gdb.arch/amd64-optimout-repeat.c: New file.
22782 * gdb.arch/amd64-optimout-repeat.exp: New file.
22783
22784 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22785
22786 PR gdb/17170
22787 * gdb.base/statistics.exp: New file.
22788
22789 2014-07-17 Doug Evans <dje@google.com>
22790
22791 PR gdb/17170
22792 * gdb.base/maint.exp: Update testing of per-command stats.
22793
22794 2014-07-16 Pedro Alves <palves@redhat.com>
22795
22796 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22797 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22798 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22799 (tfile_write_buf): New functions.
22800 (add_memory_block): Rewrite using the above.
22801 (adjust_function_address): New function.
22802 (FUNCTION_ADDRESS): New macro.
22803 (write_basic_trace_file): Remove short_x local, and use
22804 tfile_write_16. Change type of func_addr local to unsigned long
22805 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22806 here. Cast argument of add_memory_block to char pointer.
22807 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22808 (main): Remove parameters.
22809 * gdb.trace/tfile.exp: Remove nowarnings.
22810
22811 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22812
22813 * gdb.base/debug-expr.exp: Test string evaluation with
22814 "debug expression" on.
22815
22816 2014-07-15 Pedro Alves <palves@redhat.com>
22817
22818 * gdb.base/reread.exp: Use clean_restart.
22819
22820 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22821
22822 * gdb.arch/avr-flash-qualifer.c: New.
22823 * gdb.arch/avr-flash-qualifer.exp: New.
22824
22825 2014-07-14 Pedro Alves <palves@redhat.com>
22826
22827 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22828 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22829
22830 2014-07-14 Pedro Alves <palves@redhat.com>
22831
22832 * gdb.base/double-prompt-target-event-error.c: New file.
22833 * gdb.base/double-prompt-target-event-error.exp: New file.
22834
22835 2014-07-14 Pedro Alves <palves@redhat.com>
22836
22837 PR gdb/17072
22838 * gdb.base/paginate-inferior-exit.c: New file.
22839 * gdb.base/paginate-inferior-exit.exp: New file.
22840
22841 2014-07-14 Pedro Alves <palves@redhat.com>
22842
22843 PR gdb/17072
22844 * gdb.base/paginate-bg-execution.c: New file.
22845 * gdb.base/paginate-bg-execution.exp: New file.
22846
22847 2014-07-14 Pedro Alves <palves@redhat.com>
22848
22849 PR gdb/17072
22850 * gdb.base/paginate-execution-startup.c: New file.
22851 * gdb.base/paginate-execution-startup.exp: New file.
22852 * lib/gdb.exp (pagination_prompt): New global.
22853 (default_gdb_spawn): New procedure, factored out from
22854 default_gdb_spawn.
22855 (default_gdb_start): Adjust to call default_gdb_spawn.
22856 (gdb_spawn): New procedure.
22857
22858 2014-07-14 Pedro Alves <palves@redhat.com>
22859
22860 * lib/gdb.exp (gdb_assert): New procedure.
22861 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22862
22863 2014-07-14 Pedro Alves <palves@redhat.com>
22864
22865 * gdb.base/execution-termios.c: New file.
22866 * gdb.base/execution-termios.exp: New file.
22867
22868 2014-07-14 Tom Tromey <tromey@redhat.com>
22869
22870 * gdb.cp/vla-cxx.cc: New file.
22871 * gdb.cp/vla-cxx.exp: New file.
22872
22873 2014-07-14 Tom Tromey <tromey@redhat.com>
22874
22875 * gdb.reverse/rerun-prec.c: New file.
22876 * gdb.reverse/rerun-prec.exp: New file.
22877
22878 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22879 Maciej W. Rozycki <macro@codesourcery.com>
22880
22881 * lib/gdb-utils.exp: New file.
22882 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22883 inline `gdb_init_command' processing.
22884 (gdb_start_cmd): Likewise.
22885 * lib/mi-support.exp (mi_run_cmd): Likewise.
22886 * README: Document `gdb_init_command' and `gdb_init_commands'.
22887
22888 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22889
22890 Fix false FAIL running under a very long directory name.
22891 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22892 and "set print elements 10000". Twice.
22893
22894 2014-07-11 Yao Qi <yao@codesourcery.com>
22895
22896 * gdb.base/exprs.exp: "set print symbol off".
22897
22898 2014-07-11 Pedro Alves <palves@redhat.com>
22899
22900 * gdb.threads/kill.c: New file.
22901 * gdb.threads/kill.exp: New file.
22902
22903 2014-07-10 Yao Qi <yao@codesourcery.com>
22904
22905 * gdb.trace/tfile.c (write_basic_trace_file)
22906 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22907 address written to trace file.
22908
22909 2014-07-09 Pedro Alves <palves@redhat.com>
22910
22911 * gdb.base/attach-wait-input.exp: New file.
22912 * gdb.base/attach-wait-input.c: New file.
22913
22914 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22915
22916 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22917 setting up test structures.
22918 (main): Call new test function.
22919 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22920 test function, continue into test function and walk test
22921 structures.
22922
22923 2014-07-02 Yao Qi <yao@codesourcery.com>
22924
22925 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22926 'bar_start' at the beginning of functions 'foo' and 'bar'
22927 respectively.
22928 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22929 instead of 'foo' and 'bar'.
22930
22931 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22932
22933 * gdb.btrace/segv.exp: New.
22934 * gdb.btrace/segv.c: New.
22935
22936 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
22937
22938 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22939 instruction.
22940
22941 2014-06-30 Mark Wielaard <mjw@redhat.com>
22942
22943 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22944 vulture, vilify, villar): New volatile array constants.
22945 (vindictive, vegetation): New const volatile array constants.
22946 * gdb.base/volatile.exp: Test volatile and const volatile array
22947 types.
22948
22949 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22950
22951 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22952 target lacks support for awatch, rwatch, or hbreak.
22953
22954 2014-06-27 Yao Qi <yao@codesourcery.com>
22955
22956 * gdb.multi/dummy-frame-restore.exp: New.
22957 * gdb.multi/dummy-frame-restore.c: New.
22958
22959 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22960
22961 * gdb.btrace/gcore.exp: New.
22962
22963 2014-06-23 Pedro Alves <palves@redhat.com>
22964
22965 * gdb.base/watchpoint-reuse-slot.c: New file.
22966 * gdb.base/watchpoint-reuse-slot.exp: New file.
22967
22968 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22969
22970 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22971 progspace's filename in 'info', 'enable' and 'disable' command
22972 tests.
22973
22974 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22975
22976 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22977 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22978 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22979
22980 2014-06-20 Gary Benson <gbenson@redhat.com>
22981
22982 * gdb.arch/i386-avx.exp: Fix include file location.
22983 * gdb.arch/i386-sse.exp: Likewise.
22984
22985 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22986
22987 * gdb.dlang/expression.exp: New file.
22988
22989 2014-06-19 Pedro Alves <palves@redhat.com>
22990
22991 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22992 out from ...
22993 (top level): ... here. Iterate running tests under different
22994 scheduler-locking settings.
22995
22996 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
22997
22998 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22999 to DW_FORM_addr and use non-zero addresses.
23000
23001 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
23002
23003 PR gdb/17017
23004 * gdb.python/py-xmethods.cc: Add global function call counters and
23005 increment them in their respective functions. Remove "cout"
23006 statements.
23007 * gdb.python/py-xmethods.exp: Make tests check the global function
23008 call counters instead of depending on inferior IO.
23009
23010 2014-06-18 Don Breazeal <donb@codesourcery.com>
23011
23012 * gdb.base/foll-fork.exp (default_fork_parent_follow):
23013 Deleted procedure.
23014 (explicit_fork_parent_follow): Deleted procedure.
23015 (explicit_fork_child_follow): Deleted procedure.
23016 (test_follow_fork): New procedure.
23017 (do_fork_tests): Replace calls to deleted procedures with
23018 calls to test_follow_fork and reset GDB for subsequent
23019 procedure calls.
23020
23021 2014-06-17 Yao Qi <yao@codesourcery.com>
23022
23023 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
23024 CP1252.
23025
23026 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
23027
23028 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
23029 Initialize ptr and S explicitly.
23030 (skip_type_update_when_not_use_rtti_test): Likewise.
23031
23032 2014-06-16 Keith Seitz <keiths@redhat.com>
23033
23034 PR mi/15863
23035 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
23036 the inferior is started.
23037
23038 2014-06-16 Pedro Alves <palves@redhat.com>
23039
23040 * gdb.base/break-main-file-remove-fail.c: New file.
23041 * gdb.base/break-main-file-remove-fail.exp: New file.
23042 * gdb.base/break-unload-file.exp: Use build_executable instead of
23043 prepare_for_testing.
23044 (test_break): New parameter "initial_load". Handle it.
23045 (top level): Add initial_load cmdline/file axis.
23046
23047 2014-06-12 Tom Tromey <tromey@redhat.com>
23048
23049 * gdb.base/completion.exp: Don't use directory name in test.
23050
23051 2014-06-09 Gary Benson <gbenson@redhat.com>
23052
23053 * gdb.base/sigall.c [Functions to send signals]: Reorder to
23054 separate the always-available ANSI-standard signals from the
23055 signals that require checking.
23056 (main): Likewise.
23057 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
23058 Likewise.
23059 (main): Likewise.
23060
23061 2014-06-07 Keith Seitz <keiths@redhat.com>
23062
23063 Revert:
23064 PR c++/16253
23065 * gdb.cp/var-tag.cc: New file.
23066 * gdb.cp/var-tag.exp: New file.
23067 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23068 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23069 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23070 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23071
23072 2014-06-06 Doug Evans <xdje42@gmail.com>
23073
23074 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
23075
23076 2014-06-06 Pedro Alves <palves@redhat.com>
23077
23078 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
23079 in target debug output instead of looking at RSP packets,
23080 disabling the test on any target that uses hardware stepping.
23081 Update comments.
23082
23083 2014-06-06 Pedro Alves <palves@redhat.com>
23084
23085 * gdb.base/break-unload-file.exp: Fix typo.
23086
23087 2014-06-06 Yao Qi <yao@codesourcery.com>
23088
23089 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
23090 from "jit_function" to "^jit_function".
23091
23092 2014-06-06 Yao Qi <yao@codesourcery.com>
23093
23094 * gdb.base/async.c (foo): Add one statement.
23095 * gdb.base/async.exp: Get the next instruction address and
23096 match the output of "nexti" by instruction address. Match
23097 the hex address in the output of "finish".
23098
23099 2014-06-06 Gary Benson <gbenson@redhat.com>
23100
23101 * gdb.base/call-signals.c: Remove preprocessor conditionals
23102 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
23103 SIGSEGV and SIGTERM.
23104 * gdb.base/sigall.c: Likewise.
23105 * gdb.base/unwindonsignal.c: Likewise.
23106 * gdb.reverse/sigall-reverse.c: Likewise.
23107
23108 2014-06-06 Yao Qi <yao@codesourcery.com>
23109
23110 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
23111 readable, skip the test.
23112
23113 2014-06-06 Yao Qi <yao@codesourcery.com>
23114
23115 * gdb.threads/staticthreads.c (thread_function): Move the line
23116 setting breakpoint on forward.
23117 * gdb.threads/staticthreads.exp: Update comments.
23118
23119 2014-06-05 Ludovic Courtès <ludo@gnu.org>
23120
23121 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
23122 "history-append! type error".
23123
23124 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
23125
23126 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
23127 erroneous dprintf expected input.
23128
23129 2014-06-04 Doug Evans <xdje42@gmail.com>
23130
23131 * gdb.guile/scm-generics.exp: Delete.
23132
23133 2014-06-04 Doug Evans <xdje42@gmail.com>
23134
23135 * gdb.guile/scm-breakpoint.exp: Update.
23136 Add tests for breakpoint registration.
23137
23138 2014-06-04 Tom Tromey <tromey@redhat.com>
23139
23140 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
23141 VLA-in-union.
23142 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
23143 inner_vla_struct, vla_union types. Initialize objects of those
23144 types and compute their sizes.
23145
23146 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
23147 Hui Zhu <hui@codesourcery.com>
23148
23149 * gdb.base/fileio.exp: Add test for shell not available as well as
23150 available.
23151 * gdb.base/fileio.c (test_system): Check for shell twice.
23152
23153 2014-06-04 Yao Qi <yao@codesourcery.com>
23154
23155 * gdb.base/auto-connect-native-target.exp: Remove redundant
23156 space from the regexp pattern.
23157
23158 2014-06-04 Yao Qi <yao@codesourcery.com>
23159
23160 * gdb.base/default.exp: Replace "child" with "native" in
23161 regexp pattern.
23162
23163 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
23164
23165 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
23166 * gdb.python/py-xmethods.exp: New tests to test xmethods.
23167 * gdb.python/py-xmethods.py: Python script supporting the
23168 new testcase and tests.
23169
23170 2014-06-03 Joel Brobecker <brobecker@adacore.com>
23171 Pedro Alves <palves@redhat.com>
23172
23173 PR breakpoints/17000
23174 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
23175 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
23176
23177 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
23178
23179 * gdb.base/subst.exp: Add tests to verify partial path matching
23180 output.
23181
23182 2014-06-03 Pedro Alves <palves@redhat.com>
23183
23184 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
23185 target that doesn't use software single-stepping.
23186
23187 2014-06-03 Pedro Alves <palves@redhat.com>
23188
23189 PR breakpoints/17000
23190 * gdb.base/sss-bp-on-user-bp-2.c: New file.
23191 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
23192
23193 2014-06-02 Doug Evans <xdje42@gmail.com>
23194
23195 * gdb.guile/scm-parameter.exp: New file.
23196
23197 2014-06-02 Doug Evans <xdje42@gmail.com>
23198
23199 * gdb.guile/scm-cmd.c: New file.
23200 * gdb.guile/scm-cmd.exp: New file.
23201
23202 2014-06-02 Doug Evans <xdje42@gmail.com>
23203
23204 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
23205 pretty-printer lookup.
23206 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
23207 (make-pp_s-printer): Call it.
23208 (make-pretty-printer-from-dict): New function.
23209 (lookup-pretty-printer-maker-from-dict): New function.
23210 (*pretty-printer*): Simplify.
23211 (make-objfile-pp_s-printer): New function.
23212 (install-objfile-pretty-printers!): New function.
23213 (make-progspace-pp_s-printer): New function.
23214 (install-progspace-pretty-printers!): New function.
23215 * gdb.guile/scm-progspace.c: New file.
23216 * gdb.guile/scm-progspace.exp: New file.
23217
23218 2014-06-02 Pedro Alves <palves@redhat.com>
23219
23220 * gdb.base/dprintf-bp-same-addr.c: New file.
23221 * gdb.base/dprintf-bp-same-addr.exp: New file.
23222
23223 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23224
23225 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
23226 * gdb.arch/powerpc-power.s: Likewise.
23227
23228 2014-06-02 Joel Brobecker <brobecker@adacore.com>
23229
23230 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
23231
23232 2014-06-01 Yao Qi <yao@codesourcery.com>
23233
23234 * gdb.base/watchpoint.exp (test_watch_location): Check null
23235 pointer can be dereferenced. If not, do the test, otherwise
23236 skip it.
23237
23238 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23239
23240 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
23241 results.
23242 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
23243
23244 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23245
23246 * gdb.arch/amd64-invalid-stack-middle.S: New file.
23247 * gdb.arch/amd64-invalid-stack-middle.c: New file.
23248 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
23249 * gdb.arch/amd64-invalid-stack-top.c: New file.
23250 * gdb.arch/amd64-invalid-stack-top.exp: New file.
23251
23252 2014-05-30 Pedro Alves <palves@redhat.com>
23253
23254 PR breakpoints/17000
23255 * gdb.base/sss-bp-on-user-bp.c: New file.
23256 * gdb.base/sss-bp-on-user-bp.exp: New file.
23257
23258 2014-05-30 David Blaikie <dblaikie@gmail.com>
23259
23260 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
23261 gnu_inline semantics via attribute.
23262 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
23263 source explicitly specifies the required semantics.
23264
23265 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23266
23267 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23268
23269 2014-05-29 Pedro Alves <palves@redhat.com>
23270 Tom Tromey <tromey@redhat.com>
23271
23272 * gdb.base/async-shell.exp: Don't enable target-async.
23273 * gdb.base/async.exp
23274 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
23275 parameter. Adjust.
23276 (top level): Don't test with "target-async".
23277 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23278 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23279 * gdb.base/inferior-died.exp: Don't enable target-async.
23280 * gdb.base/interrupt-noterm.exp: Likewise.
23281 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23282 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23283 * gdb.mi/mi-nonstop.exp: Likewise.
23284 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23285 * gdb.mi/mi-nsintrall.exp: Likewise.
23286 * gdb.mi/mi-nsmoribund.exp: Likewise.
23287 * gdb.mi/mi-nsthrexec.exp: Likewise.
23288 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23289 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23290 * gdb.python/py-evsignal.exp: Don't enable target-async.
23291 * gdb.python/py-evthreads.exp: Likewise.
23292 * gdb.python/py-prompt.exp: Likewise.
23293 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23294 * gdb.server/solib-list.exp: Don't enable target-async.
23295 * gdb.threads/thread-specific-bp.exp: Likewise.
23296 * lib/mi-support.exp: Adjust to use mi-async.
23297
23298 2014-05-29 Pedro Alves <palves@redhat.com>
23299
23300 PR gdb/13860
23301 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23302 reason, even in sync mode.
23303
23304 2014-05-29 Pedro Alves <palves@redhat.com>
23305 Hui Zhu <hui@codesourcery.com>
23306
23307 PR PR15693
23308 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23309 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23310 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23311 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23312
23313 2014-05-28 Joel Brobecker <brobecker@adacore.com>
23314
23315 * config/monitor.exp (gdb_target_monitor): Replace use of
23316 "set remotebaud" by "set serial baud".
23317
23318 2014-05-26 Andy Wingo <wingo@igalia.com>
23319
23320 * gdb.guile/scm-breakpoint.exp:
23321 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23322 properties instead of gdb-object-properties.
23323
23324 2014-05-26 Yao Qi <yao@codesourcery.com>
23325
23326 * gdb.server/no-thread-db.exp: Specify source file name
23327 explicitly when setting a breakpoint.
23328
23329 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23330
23331 * gdb.btrace/vdso.c: New.
23332 * gdb.btrace/vdso.exp: New.
23333
23334 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23335
23336 * gdb.base/gcore.exp (capture_command_output): Move ...
23337 * lib/gdb.exp (capture_command_output): ... here.
23338
23339 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23340
23341 * gdb.btrace/data.exp: Test memory access during btrace replay.
23342
23343 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23344
23345 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23346
23347 2014-05-21 Pedro Alves <palves@redhat.com>
23348
23349 PR gdb/13860
23350 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23351 (top level): Test that output related to execution commands is
23352 sent to the console with CLI commands, but not with MI commands.
23353 Test that breakpoint events are always mirrored to the console.
23354 Also expect the new source line to be output after a "next" in
23355 async mode too. Make it a pass/fail test.
23356 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23357 output.
23358 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23359
23360 2014-05-21 Pedro Alves <palves@redhat.com>
23361
23362 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23363 Use them to test variations of "list" after reaching a breakpoint.
23364 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23365 Test "list" with listsize 10 after reaching a breakpoint.
23366 * gdb.python/python.exp (decode_line current location line
23367 number): Adjust expected line number.
23368
23369 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23370
23371 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23372 behavior for $args, pass it directly to "run".
23373
23374 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23375
23376 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23377 30000 to 65536.
23378
23379 2014-05-21 Pedro Alves <palves@redhat.com>
23380
23381 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23382 auto-connect-native-target off".
23383 * gdb.base/auto-connect-native-target.c: New file.
23384 * gdb.base/auto-connect-native-target.exp: New file.
23385
23386 2014-05-21 Pedro Alves <palves@redhat.com>
23387
23388 * gdb.base/default.exp: Test "target native" instead of "target
23389 child".
23390
23391 2014-05-21 Mark Wielaard <mjw@redhat.com>
23392
23393 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23394
23395 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23396
23397 Fix TLS access for -static -pthread.
23398 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23399 <HAVE_TLS> (thread_function, main): Initialize it.
23400 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23401 Add clean_restart.
23402 <$have_tls != "">: Check TLSVAR.
23403
23404 2014-05-21 Pedro Alves <palves@redhat.com>
23405
23406 * gdb.base/dcache-line-read-error.c: New.
23407 * gdb.base/dcache-line-read-error.exp: New.
23408
23409 2014-05-20 Pedro Alves <palves@redhat.com>
23410
23411 * gdb.base/compare-sections.c: New file.
23412 * gdb.base/compare-sections.exp: New file.
23413
23414 2014-05-20 Pedro Alves <palves@redhat.com>
23415
23416 * gdb.base/break-idempotent.c: New file.
23417 * gdb.base/break-idempotent.exp: New file.
23418
23419 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23420
23421 * gdb.btrace/nohist.exp: New.
23422
23423 2014-05-20 Yao Qi <yao@codesourcery.com>
23424
23425 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23426 gdb.reverse directory and gdb_reverse_timeout exists in board
23427 setting.
23428 * README: Document gdb_reverse_timeout.
23429
23430 2014-05-20 Yao Qi <yao@codesourcery.com>
23431
23432 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23433 'test_file_name'. Treat args as a string instead of a list.
23434 (gdb_init): Rename argument 'args' by 'test_file_name'.
23435
23436 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23437
23438 * gdb.arch/powerpc-power.exp: New file.
23439 * gdb.arch/powerpc-power.s: New file.
23440
23441 2014-05-16 Doug Evans <dje@google.com>
23442
23443 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23444 * gdb.base/completion.exp: Check that all expected files exist
23445 before doing file completion.
23446
23447 2014-05-16 Doug Evans <dje@google.com>
23448
23449 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23450 Update.
23451 (do_syscall_tests_without_xml): Update.
23452
23453 2014-05-16 Pedro Alves <palves@redhat.com>
23454
23455 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23456 instead of "unknown output after running".
23457
23458 2014-05-16 Yao Qi <yao@codesourcery.com>
23459
23460 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23461 file1.txt from host at the end.
23462 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23463
23464 2014-05-15 Doug Evans <dje@google.com>
23465
23466 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23467 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23468 loading file. Add test for TU lookup.
23469
23470 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23471
23472 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23473 calling "-exec-arguments" or "set args" before running the
23474 inferior.
23475
23476 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23477
23478 * lib/mi-support.exp (mi_expect_stop): Expect message for
23479 inferiors that exit with non-zero exit code.
23480
23481 2014-05-14 Yao Qi <yao@codesourcery.com>
23482
23483 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23484 match absolute path on remote host.
23485 (test_file_list_exec_source_files): Remove "/" from the
23486 pattern.
23487
23488 2014-05-14 Yao Qi <yao@codesourcery.com>
23489
23490 * boards/local-remote-host-notty.exp (${board}_file): New
23491 proc.
23492
23493 2014-05-07 Kyle McMartin <kyle@redhat.com>
23494
23495 Pushed by Joel Brobecker <brobecker@adacore.com>.
23496 * gdb.arch/aarch64-atomic-inst.c: New file.
23497 * gdb.arch/aarch64-atomic-inst.exp: New file.
23498
23499 2014-05-07 Yao Qi <yao@codesourcery.com>
23500
23501 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23502 in current context" too.
23503
23504 2014-05-05 Keith Seitz <keiths@redhat.com>
23505
23506 * gdb.linespec/ls-dollar.exp: Add test for linespec
23507 file:convenience_variable.
23508
23509 2014-05-05 Yao Qi <yao@codesourcery.com>
23510
23511 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23512 traceframes into tfile and ctf trace files. Read data from
23513 trace file and test collected data.
23514 (gdb_collect_locals_test): Likewise.
23515 (gdb_unavailable_registers_test): Likewise.
23516 (gdb_unavailable_floats): Likewise.
23517 (gdb_collect_globals_test): Likewise.
23518 (top-level): Append "ctf" to trace_file_targets if GDB
23519 supports.
23520
23521 2014-05-05 Yao Qi <yao@codesourcery.com>
23522
23523 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23524 code to ...
23525 (gdb_collect_args_test_1): ... it. New proc.
23526 (gdb_collect_locals_test): Move some code to ...
23527 (gdb_collect_locals_test_1): ... it. New proc.
23528 (gdb_unavailable_registers_test): Move some code to ...
23529 (gdb_unavailable_registers_test_1): ... it. New proc.
23530 (gdb_unavailable_floats): Move some code to ...
23531 (gdb_unavailable_floats_1): ... it. New proc.
23532
23533 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23534
23535 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23536 probes to test for bitness recognition.
23537 * gdb.arch/amd64-stap-optional-prefix.exp
23538 (test_probe_value_without_reg): New procedure.
23539 Add code to test for different kinds of bitness.
23540
23541 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23542
23543 PR breakpoints/16889
23544 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23545 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23546
23547 2014-05-01 Pedro Alves <palves@redhat.com>
23548
23549 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23550 gdb_file_cmd if no file is specified.
23551 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23552 last_loaded_file to set the remote exec-file.
23553
23554 2014-05-01 Pedro Alves <palves@redhat.com>
23555
23556 * boards/local-remote-host.exp: New file.
23557
23558 2014-05-01 Pedro Alves <palves@redhat.com>
23559
23560 * boards/local-remote-host.exp: Rename to ...
23561 * boards/local-remote-host-notty.exp: ... this.
23562
23563 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23564
23565 * gdb.ada/dyn_arrayidx: New testcase.
23566
23567 2014-04-26 Yao Qi <yao@codesourcery.com>
23568
23569 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23570 and compute the length of function main. Save it in
23571 $main_length.
23572 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23573 (top-level): Use gdb_compile to compile objects into
23574 executable and restart GDB. Remove invocation to
23575 prepare_for_testing.
23576
23577 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23578 Pedro Alves <palves@redhat.com>
23579
23580 PR server/16255
23581 * gdb.multi/multi-attach.c: New file.
23582 * gdb.multi/multi-attach.exp: New file.
23583
23584 2014-04-25 Pedro Alves <palves@redhat.com>
23585
23586 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23587 user.
23588 (top level): Test that "set remote conditional-breakpoints-packet
23589 off" works as intended.
23590 * gdb.base/dprintf.exp: Test that "set remote
23591 breakpoint-commands-packet off" works as intended.
23592 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23593 New function.
23594 (top level): Call it.
23595 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23596 remote fast-tracepoints-packet off" works as intended.
23597 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23598 * lib/gdb.exp (gdb_is_target_remote): ... here.
23599
23600 2014-04-24 David Blaikie <dblaikie@gmail.com>
23601
23602 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23603 ensure clang would not discard them.
23604 * gdb.base/gdbvars.c: Ditto.
23605 * gdb.base/memattr.c: Ditto.
23606 * gdb.base/whatis.c: Ditto.
23607 * gdb.python/py-prettyprint.c: Ditto.
23608 * gdb.trace/actions.c: Ditto.
23609 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23610 ensure clang would not discard it.
23611
23612 2014-04-24 David Blaikie <dblaikie@gmail.com>
23613
23614 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23615 clang to emit the full definition of type required by the test
23616 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23617
23618 2014-04-24 David Blaikie <dblaikie@gmail.com>
23619
23620 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23621 coax Clang into emitting the definition of the type.
23622 * gdb.cp/pr10728-x.h (y): Ditto.
23623 * gdb.cp/pr10728-y.cc (y): Ditto.
23624
23625 2014-04-24 David Blaikie <dblaikie@gmail.com>
23626
23627 * gdb.base/label.exp: XFAIL label related tests under Clang.
23628 * gdb.cp/cplabel.exp: Ditto.
23629 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23630 under Clang those using labels.
23631
23632 2014-04-25 Yao Qi <yao@codesourcery.com>
23633
23634 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23635 double_label.
23636 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23637 partial_label and double_label.
23638
23639 2014-04-24 David Blaikie <dblaikie@gmail.com>
23640
23641 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23642
23643 2014-04-24 David Blaikie <dblaikie@gmail.com>
23644
23645 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23646 of the function to work across GCC and Clang.
23647 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23648 pointer types (const void ** const V void **).
23649
23650 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23651 Walfred Tedeschi <walfred.tedeschi@intel.com>
23652
23653 * Makefile.in (EXECUTABLES): Added i386-avx512.
23654 * gdb.arch/i386-avx512.c: New file.
23655 * gdb.arch/i386-avx512.exp: Likewise.
23656
23657 2014-04-23 Keith Seitz <keiths@redhat.com>
23658
23659 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23660 (mi_make_breakpoint_table): New procedure.
23661 (mi_create_breakpoint): Use mi_make_breakpoint
23662 and return the result.
23663 (mi_make_breakpoint): New procedure.
23664 (mi_build_kv_pairs): New procedure.
23665
23666 * gdb.mi/mi-break.exp: Remove unused globals,
23667 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23668 All callers updated.
23669 * gdb.mi/mi-dprintf.exp: Use variable to track command
23670 number.
23671 Update all callers of mi_create_breakpoint and use
23672 mi_make_breakpoint_table.
23673 Remove any unused global variables.
23674 * gdb.mi/mi-nonstop.exp: Likewise.
23675 * gdb.mi/mi-nsintrall.exp: Likewise.
23676 * gdb.mi/mi-nsmoribund.exp: Likewise.
23677 * gdb.mi/mi-nsthrexec.exp: Likewise.
23678 * gdb.mi/mi-reverse.exp: Likewise.
23679 * gdb.mi/mi-simplerun.exp: Likewise.
23680 * gdb.mi/mi-stepn.exp: Likewise.
23681 * gdb.mi/mi-syn-frame.exp: Likewise.
23682 * gdb.mi/mi-until.exp: Likewise.
23683 * gdb.mi/mi-var-cp.exp: Likewise.
23684 * gdb.mi/mi-var-display.exp: Likewise.
23685 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23686 * gdb.mi/mi2-var-child.exp: Likewise.
23687 * gdb.mi/mi-vla-c99.exp: Likewise.
23688 * lib/mi-support.exp: Likewise.
23689
23690 From Ian Lance Taylor <iant@cygnus.com>:
23691 * lib/gdb.exp (parse_args): New procedure.
23692
23693 2014-04-23 Pedro Alves <palves@redhat.com>
23694
23695 * gdb.base/break-unload-file.c: New file.
23696 * gdb.base/break-unload-file.exp: New file.
23697 * gdb.base/sym-file-lib.c (baz): New function.
23698 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23699 field.
23700 (load): Store the segment's mapped size.
23701 (unload): New function.
23702 (unload_shlib): New function.
23703 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23704 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23705 set a breakpoint at baz, and call it.
23706 * gdb.base/sym-file.exp: New tests for stale breakpoint
23707 instructions.
23708
23709 2014-04-23 Pedro Alves <palves@redhat.com>
23710
23711 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23712 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23713 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23714 * gdb.base/hbreak-unmapped.c: New file.
23715 * gdb.base/hbreak-unmapped.exp: New file.
23716 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23717 * lib/gdb.exp (gdb_is_target_remote): ... here.
23718
23719 2014-04-22 Pedro Alves <palves@redhat.com>
23720
23721 * gdb.base/consecutive-step-over.c: New file.
23722 * gdb.base/consecutive-step-over.exp: New file.
23723
23724 2014-04-22 Pedro Alves <palves@redhat.com>
23725
23726 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23727 instead of send_gdb/gdb_expect.
23728
23729 2014-04-22 Yao Qi <yao@codesourcery.com>
23730
23731 * lib/trace-support.exp (generate_tracefile): New procedure.
23732 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23733 return 0.
23734 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23735 if generate_tracefile returns 1.
23736
23737 2014-04-18 Tom Tromey <palves@redhat.com>
23738 Pedro alves <tromey@redhat.com>
23739
23740 PR backtrace/15558
23741 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23742 with a backtrace limit.
23743 * gdb.python/py-frame-inline.exp: Test running to an inline
23744 function with a backtrace limit, and printing the newest frame.
23745 * gdb.python/py-frame-inline.c (main): Call f.
23746
23747 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23748
23749 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23750
23751 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23752
23753 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23754 Drop prefix from unsupported source file path.
23755
23756 2014-04-17 Yao Qi <yao@codesourcery.com>
23757
23758 * lib/gdb.exp (with_target_charset): New proc.
23759 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23760 with_target_charset.
23761 (test_print_strings): Likewise.
23762 (test_repeat_bytes): Likewise.
23763 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23764 for some tests.
23765
23766 2014-04-16 Keith Seitz <keiths@redhat.com>
23767
23768 PR gdb/15827
23769 * gdb.dwarf2/corrupt.c: New file.
23770 * gdb.dwarf2/corrupt.exp: New file.
23771
23772 2014-04-16 Keith Seitz <keiths@redhat.com>
23773
23774 PR c++/16597
23775 * gdb.cp/namelessclass.cc: New file.
23776 * gdb.cp/namelessclass.exp: New file.
23777 * gdb.cp/namelessclass.S: New file.
23778
23779 2014-04-16 Doug Evans <dje@google.com>
23780
23781 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23782 Add comment.
23783 (gdbserver_default_get_comm_port): New function.
23784 (gdbserver_start): Check if board file provided
23785 "gdbserver,get_comm_port" and use it if so.
23786 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23787 (gdb,socketport): Set to "stdio".
23788 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23789 (stdio_gdbserver_template): Delete.
23790 (${board}_get_remote_address): Update.
23791 (${board}_build_remote_cmd): Delete.
23792 (${board}_get_comm_port): New function.
23793 (${board}_spawn): Update.
23794 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23795 Delete.
23796 (${board}_get_remote_address): Update.
23797 (${board}_get_comm_port): New function.
23798
23799 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23800
23801 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23802 appearing in any order.
23803
23804 2014-04-15 Doug Evans <dje@google.com>
23805
23806 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23807 uninitialized value of "description".
23808
23809 2014-04-15 Keith Seitz <keiths@redhat.com>
23810
23811 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23812 Remove unused globals.
23813 (test_running_the_program): Likewise.
23814 (test_controlled_execution): Likewise.
23815 (test_controlling_breakpoints): Likewise.
23816 (test_program_termination): Likewise.
23817
23818 2014-04-15 Keith Seitz <keiths@redhat.com>
23819
23820 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23821 unused globals.
23822 (test_rbreak_creation_and_listing): Likewise.
23823 (test_ignore_count): Likewise.
23824 (test_error): Likewise.
23825
23826 2014-04-15 Pedro Alves <palves@redhat.com>
23827
23828 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23829 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23830 sym-file-loader.c.
23831 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23832 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23833 to sym-file-loader.c.
23834 (struct library): Forward declare.
23835 (load_shlib, lookup_function): Change prototypes.
23836 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23837 (translate_offset): Remove declarations.
23838 (get_text_addr): New declaration.
23839 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23840 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23841 sym-file-loader.h.
23842 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23843 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23844 here from sym-file-loader.h.
23845 (struct library): New structure.
23846 (load_shlib, lookup_function): Change prototypes and adjust to
23847 work with a struct library.
23848 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23849 (translate_offset): Make static.
23850 (get_text_addr): New function.
23851 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23852
23853 2014-04-15 Pedro Alves <palves@redhat.com>
23854
23855 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23856
23857 2014-04-15 Pedro Alves <palves@redhat.com>
23858
23859 * gdb.base/sym-file-loader.c: Include <limits.h>.
23860 (SELF_LINK): New define.
23861 (get_origin): New function.
23862 (load_shlib): Use it.
23863 * gdb.base/sym-file.exp: Don't early return if the target is
23864 remote. Use runto_main, and issue fail is that fails. Use
23865 gdb_load_shlibs.
23866 (shlib_name): Delete.
23867 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23868
23869 2014-04-15 Pedro Alves <palves@redhat.com>
23870
23871 * gdb.base/sym-file.exp: Remove regex characters from test
23872 message. Don't refer to breakpoint numbers in test messages.
23873
23874 2014-04-14 Keith Seitz <keiths@redhat.com>
23875
23876 PR c++/16253
23877 * gdb.cp/var-tag.cc: New file.
23878 * gdb.cp/var-tag.exp: New file.
23879 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23880 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23881 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23882 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23883
23884 2014-04-14 Tom Tromey <tromey@redhat.com>
23885
23886 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23887 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23888 type.
23889 * gdb.cp/enum-class.exp: New file.
23890 * gdb.cp/enum-class.cc: New file.
23891
23892 2014-04-14 Tom Tromey <tromey@redhat.com>
23893
23894 * gdb.dwarf2/enum-type.exp: New file.
23895
23896 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23897
23898 * gdb.mi/mi-vla-c99.exp: New file.
23899 * gdb.mi/vla.c: New file.
23900
23901 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23902
23903 * gdb.base/vla-datatypes.c: New file.
23904 * gdb.base/vla-datatypes.exp: New file.
23905
23906 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23907
23908 * gdb.base/vla-ptr.c: New file.
23909 * gdb.base/vla-ptr.exp: New file.
23910
23911 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23912
23913 * gdb.dwarf2/count.exp: New file.
23914
23915 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23916
23917 * gdb.base/vla-sideeffect.c: New file.
23918 * gdb.base/vla-sideeffect.exp: New file.
23919
23920 2014-04-14 David Blaikie <dblaikie@gmail.com>
23921
23922 * gdb.mi/non-stop.c: Add return value for non-void function return
23923 statement.
23924 * gdb.threads/staticthreads.c: Ditto.
23925
23926 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23927 Doug Evans <xdje42@gmail.com>
23928
23929 * gdb.guile/scm-value.c: Improve test case.
23930 * gdb.guile/scm-value.exp: Add new test.
23931
23932 2014-04-11 David Blaikie <dblaikie@gmail.com>
23933
23934 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23935 override Clang's default.
23936
23937 2014-04-11 Joel Brobecker <brobecker@adacore.com>
23938
23939 Revert the following changes (regressions):
23940
23941 * gdb.base/vla-sideeffect.c: New file.
23942 * gdb.base/vla-sideeffect.exp: New file.
23943
23944 * gdb.dwarf2/count.exp: New file.
23945
23946 * gdb.base/vla-multi.c: New file.
23947 * gdb.base/vla-multi.exp: New file.
23948
23949 * gdb.base/vla-ptr.c: New file.
23950 * gdb.base/vla-ptr.exp: New file.
23951
23952 * gdb.base/vla-datatypes.c: New file.
23953 * gdb.base/vla-datatypes.exp: New file.
23954
23955 * gdb.mi/mi-vla-c99.exp: New file.
23956 * gdb.mi/vla.c: New file.
23957
23958 2014-04-11 Keith Seitz <keiths@redhat.com>
23959
23960 PR c++/16675
23961 * gdb.cp/cpsizeof.exp: New file.
23962 * gdb.cp/cpsizeof.cc: New file.
23963
23964 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23965
23966 * gdb.mi/mi-vla-c99.exp: New file.
23967 * gdb.mi/vla.c: New file.
23968
23969 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23970
23971 * gdb.base/vla-datatypes.c: New file.
23972 * gdb.base/vla-datatypes.exp: New file.
23973
23974 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23975
23976 * gdb.base/vla-ptr.c: New file.
23977 * gdb.base/vla-ptr.exp: New file.
23978
23979 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23980
23981 * gdb.base/vla-multi.c: New file.
23982 * gdb.base/vla-multi.exp: New file.
23983
23984 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23985
23986 * gdb.dwarf2/count.exp: New file.
23987
23988 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23989
23990 * gdb.base/vla-sideeffect.c: New file.
23991 * gdb.base/vla-sideeffect.exp: New file.
23992
23993 2014-04-11 Yao Qi <yao@codesourcery.com>
23994
23995 * gdb.base/completion.exp: Check file exists before running tests
23996 on file completion.
23997
23998 2014-04-10 Pedro Alves <palves@redhat.com>
23999
24000 * gdb.base/cond-eval-mode.c: New file.
24001 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
24002 prepare_for_testing to build the new file. Check result of
24003 runto_main.
24004 (test_break, test_watch): New procedures.
24005 (top level): Use them.
24006
24007 2014-04-08 Pierre Muller <muller@sourceware.org>
24008
24009 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
24010 Ctrl-V use for mingw hosts.
24011
24012 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
24013
24014 * gdb.python/py-value.c: Improve test case.
24015 * gdb.python/py-value.exp: Add new test.
24016
24017 2014-04-07 David Blaikie <dblaikie@gmail.com>
24018
24019 * lib/compiler.c: Identify the clang compiler.
24020 * lib/compiler.cc: Ditto.
24021
24022 2014-04-03 Yao Qi <yao@codesourcery.com>
24023
24024 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
24025
24026 2014-04-01 Anton Blanchard <anton@samba.org>
24027
24028 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
24029 messages unique.
24030
24031 2014-04-01 Anton Blanchard <anton@samba.org>
24032
24033 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
24034 prepare_for_testing.
24035
24036 2014-04-01 Anton Blanchard <anton@samba.org>
24037
24038 * gdb.arch/ppc64-atomic-inst.c: Remove.
24039 * gdb.arch/ppc64-atomic-inst.S: New file.
24040 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
24041
24042 2014-03-31 Doug Evans <dje@google.com>
24043
24044 * gdb.base/print-symbol-loading-lib.c: New file.
24045 * gdb.base/print-symbol-loading-main.c: New file.
24046 * gdb.base/print-symbol-loading.exp: New file.
24047
24048 2014-03-31 Yao Qi <yao@codesourcery.com>
24049
24050 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
24051
24052 2014-03-28 Joel Brobecker <brobecker@adacore.com>
24053
24054 * gdb.ada/mi_dyn_arr: New testcase.
24055
24056 2014-03-27 Doug Evans <dje@google.com>
24057
24058 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
24059
24060 2014-03-27 Yao Qi <yao@codesourcery.com>
24061
24062 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
24063 if target is nios2-*-*.
24064
24065 2014-03-26 Yao Qi <yao@codesourcery.com>
24066
24067 * lib/gdb.exp (readline_is_used): New proc.
24068 * gdb.base/completion.exp: Move tests on command complete up.
24069 Skip the rest of tests if readline is not used.
24070 * gdb.ada/complete.exp: Skp the test if readline is not
24071 used.
24072 * gdb.base/filesym.exp: Likewise.
24073 * gdb.base/macscp.exp: Likewise.
24074 * gdb.base/readline-ask.exp: Likewise.
24075 * gdb.base/readline.exp: Likewise.
24076 * gdb.python/py-cmd.exp: Likewise.
24077 * gdb.trace/tfile.exp: Likewise.
24078
24079 2014-03-26 Yao Qi <yao@codesourcery.com>
24080
24081 * gdb.base/macscp.exp: Fix code format issues.
24082
24083 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
24084
24085 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
24086 * gdb.asm/powerpc64le.inc: New file.
24087
24088 2014-03-25 Pedro Alves <palves@redhat.com>
24089 Doug Evans <dje@google.com>
24090
24091 * gdb.base/source-execution.c: New file.
24092 * gdb.base/source-execution.exp: New file.
24093 * gdb.base/source-execution.gdb: New file.
24094
24095 2014-03-24 Doug Evans <dje@google.com>
24096
24097 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
24098 using fission.
24099
24100 2014-03-24 Hui Zhu <hui@codesourcery.com>
24101 Pedro Alves <palves@redhat.com>
24102
24103 PR breakpoints/16101
24104 * gdb.base/dprintf.exp: Use unsupported rather than changing the
24105 test pass/fail messages. Detect missing support for dprintf when
24106 breakpoints are actually inserted.
24107 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
24108 breakpoints are actually inserted.
24109 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
24110 fails.
24111
24112 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
24113
24114 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
24115
24116 2014-03-22 Doug Evans <xdje42@gmail.com>
24117
24118 * gdb.python/python.exp (python not supported): Verify multi-line
24119 python command issues an error.
24120 * gdb.guile/guile.exp (guile not supported): Verify multi-line
24121 guile command issues an error.
24122
24123 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
24124
24125 * gdb.threads/thread-specific.exp: Handle the lack of usable
24126 $this_breakpoint and $this_thread.
24127
24128 2014-03-21 Hui Zhu <hui@codesourcery.com>
24129
24130 * gdb.base/attach.exp (do_command_attach_tests): New.
24131
24132 2014-03-20 Tom Tromey <tromey@redhat.com>
24133 Pedro Alves <palves@redhat.com>
24134
24135 PR cli/15718
24136 * gdb.base/condbreak-call-false.c: New file.
24137 * gdb.base/condbreak-call-false.exp: New file.
24138
24139 2014-03-20 Pedro Alves <palves@redhat.com>
24140
24141 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
24142 Delete.
24143 (block_signals, unblock_signals): Delete.
24144 (child_function_2, main): Remove references to deleted variable
24145 and functions.
24146
24147 2014-03-20 Pedro Alves <palves@redhat.com>
24148
24149 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
24150 Use pthread_kill to signal thread 2.
24151 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24152 Adjust to make the test send itself a signal rather than using the
24153 host's "kill" command.
24154
24155 2014-03-20 Pedro Alves <palves@redhat.com>
24156
24157 * gdb.threads/multiple-step-overs.c: New file.
24158 * gdb.threads/multiple-step-overs.exp: New file.
24159 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24160 Adjust expected infrun debug output.
24161
24162 2014-03-20 Pedro Alves <palves@redhat.com>
24163
24164 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
24165 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
24166
24167 2014-03-20 Pedro Alves <palves@redhat.com>
24168
24169 PR breakpoints/7143
24170 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
24171 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
24172 of gdb_test_multiple.
24173 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
24174 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
24175
24176 2014-03-20 Pedro Alves <palves@redhat.com>
24177
24178 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
24179 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
24180
24181 2014-03-19 Pedro Alves <palves@redhat.com>
24182
24183 * gdb.base/async.exp: Remove early return.
24184
24185 2014-03-19 Pedro Alves <palves@redhat.com>
24186
24187 * gdb.base/async.exp (step& tests): Pass explicit test messages.
24188
24189 2014-03-19 Pedro Alves <palves@redhat.com>
24190
24191 * gdb.base/async.exp (test_background): Expect \r\n after
24192 "completed." in the fail pattern.
24193
24194 2014-03-19 Pedro Alves <palves@redhat.com>
24195
24196 * gdb.base/async.exp (test_background): New procedure.
24197 Use it for all background execution command tests.
24198
24199 2014-03-19 Pedro Alves <palves@redhat.com>
24200
24201 * gdb.base/async.exp: Use prepare_for_testing.
24202
24203 2014-03-19 Pedro Alves <palves@redhat.com>
24204
24205 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
24206 the same line.
24207
24208 2014-03-19 Pedro Alves <palves@redhat.com>
24209
24210 * gdb.base/async.c (main): Add "jump here" and "until here" line
24211 marker comments.
24212 * gdb.base/async.exp (jump_here): New global.
24213 (jump& test): Use it.
24214 (until_here): New global.
24215 (until& test): Use it.
24216
24217 2014-03-19 Pedro Alves <palves@redhat.com>
24218
24219 * gdb.base/async.exp: Don't frob gdb_protocol.
24220
24221 2014-03-18 Doug Evans <xdje42@gmail.com>
24222
24223 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
24224 Fix spelling of exec-done-display.
24225
24226 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
24227
24228 PR gdb/15358
24229 * gdb.base/gdb-sigterm.c: New file.
24230 * gdb.base/gdb-sigterm.exp: New file.
24231
24232 2014-03-18 Pedro Alves <palves@redhat.com>
24233
24234 PR gdb/13860
24235 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
24236 * lib/mi-support.exp (mi_expect_stop): Add special handling for
24237 solib-event.
24238
24239 2014-03-17 Joel Brobecker <brobecker@adacore.com>
24240
24241 * gdb.ada/pckd_arr_ren: New testcase.
24242
24243 2014-03-13 Doug Evans <xdje42@gmail.com>
24244
24245 PR guile/16612
24246 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
24247 collect after discarding symbols.
24248
24249 2014-03-13 Ludovic Courtès <ludo@gnu.org>
24250 Doug Evans <xdje42@gmail.com>
24251
24252 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
24253 to history survives a gc.
24254
24255 2014-03-13 Pedro Alves <palves@redhat.com>
24256
24257 * gdb.base/default.exp: Don't test "target procfs".
24258
24259 2014-03-13 Pedro Alves <palves@redhat.com>
24260
24261 * gdb.base/default.exp: Update "target child" and "target procfs"
24262 tests to not expect "Unix".
24263
24264 2014-03-12 Tom Tromey <tromey@redhat.com>
24265
24266 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
24267 New procs. Add target-async tests.
24268 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
24269 Add target-async tests.
24270
24271 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24272
24273 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
24274 'func_start' and 'func_end' for the beginning and end of the
24275 function code, respectively.
24276 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24277 'func_end' instead of 'func' and 'main'.
24278
24279 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24280
24281 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24282 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24283 generate the debug info assembler source.
24284
24285 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24286
24287 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24288 * gdb.dwarf2/arr-subrange.exp: Likewise.
24289 * gdb.dwarf2/dwz.exp: Likewise.
24290 * gdb.dwarf2/method-ptr.exp: Likewise.
24291 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24292 * gdb.dwarf2/subrange.exp: Likewise.
24293 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24294 * gdb.dwarf2/implptrpiece.exp: Likewise.
24295 * gdb.dwarf2/nostaticblock.exp: Likewise.
24296
24297 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24298
24299 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24300 directory to absolute path name arguments.
24301
24302 2014-03-10 Joel Brobecker <brobecker@adacore.com>
24303
24304 * gdb.ada/tagged_access: New testcase.
24305
24306 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24307
24308 * gdb.btrace/data.exp: Update expected output.
24309
24310 2014-03-06 Yao Qi <yao@codesourcery.com>
24311
24312 * gdb.trace/pr16508.exp: New file.
24313
24314 2014-03-05 Pedro Alves <palves@redhat.com>
24315
24316 PR gdb/16575
24317 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24318 procedure.
24319 (top level): Adjust to use it. Add tests that exercise breakpoint
24320 interaction with the code-cache.
24321
24322 2014-02-26 Ludovic Courtès <ludo@gnu.org>
24323
24324 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24325 test for 'history-append!'.
24326
24327 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24328
24329 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24330 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24331 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24332 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24333 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24334 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24335
24336 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24337
24338 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24339 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24340 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24341
24342 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24343
24344 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24345
24346 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24347
24348 * gdb.dwarf2/arr-stride.c: New file.
24349 * gdb.dwarf2/arr-stride.exp: New file.
24350
24351 2014-02-26 Pedro Alves <palves@redhat.com>
24352
24353 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24354 that won't ever trigger. Make sure that GDB reports the correct
24355 breakpoint that caused the stop.
24356
24357 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24358
24359 PR gdb/16626
24360 * gdb.base/auto-load-script: New file.
24361 * gdb.base/auto-load.c: New file.
24362 * gdb.base/auto-load.exp: New file.
24363
24364 PR gdb/16626
24365 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24366
24367 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24368
24369 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24370 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24371
24372 2014-02-24 Doug Evans <dje@google.com>
24373
24374 * lib/gdb.exp (run_on_host): Log error output if program fails.
24375
24376 2014-02-21 Pedro Alves <palves@redhat.com>
24377
24378 * gdb.threads/step-after-sr-lock.c: Rename to ...
24379 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24380 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24381 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24382 ... this.
24383
24384 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24385
24386 PR tdep/16397
24387 * gdb.arch/amd64-stap-special-operands.exp: New file.
24388 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24389 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24390 * gdb.arch/amd64-stap-triplet.S: Likewise.
24391 * gdb.arch/amd64-stap-triplet.c: Likewise.
24392
24393 2014-02-20 Joel Brobecker <brobecker@adacore.com>
24394
24395 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24396 in .section pseudo-op.
24397
24398 2014-02-20 lin zuojian <manjian2006@gmail.com>
24399 Joel Brobecker <brobecker@adacore.com>
24400 Doug Evans <xdje42@gmail.com>
24401
24402 PR symtab/16581
24403 * gdb.dwarf2/dw2-icycle.S: New file.
24404 * gdb.dwarf2/dw2-icycle.c: New file.
24405 * gdb.dwarf2/dw2-icycle.exp: New file.
24406
24407 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24408
24409 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24410 operations on gdb.Value objects.
24411 * gdb.python/py-value-cc.exp: Add new test to test operations on
24412 gdb.Value objects.
24413
24414 2014-02-18 Doug Evans <dje@google.com>
24415
24416 * Makefile.in (TESTS): New variable.
24417 (expanded_tests, expanded_tests_or_none): New variables
24418 (check-single): Pass $(expanded_tests_or_none) to runtest.
24419 (check-parallel): Only run tests in $(TESTS) if non-empty.
24420 (check/no-matching-tests-found): New rule.
24421 * README: Document TESTS makefile variable.
24422
24423 2014-02-18 Doug Evans <dje@google.com>
24424
24425 * Makefile.in (check-parallel): rm -rf outputs temp.
24426
24427 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24428
24429 Fix "ERROR: no fileid for" in the testsuite.
24430 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24431
24432 2014-02-12 Doug Evans <dje@google.com>
24433
24434 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24435 (MISCELLANEOUS): New variable.
24436 (clean): rm -rf $(MISCELLANEOUS).
24437 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24438 dwp live in the same directory as symlinks, with each symlink pointed
24439 to a differently named file in a different directory.
24440
24441 2014-02-11 Doug Evans <dje@google.com>
24442
24443 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24444 of Tcl file commands.
24445
24446 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24447
24448 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24449 "kill -SIGUSR1 -1".
24450
24451 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24452
24453 * gdb.ada/tick_length_array_enum_idx: New testcase.
24454
24455 2014-02-10 Doug Evans <xdje42@gmail.com>
24456
24457 * configure.ac (AC_OUTPUT): Add gdb.guile.
24458 * configure: Regenerate.
24459 * lib/gdb-guile.exp: New file.
24460 * lib/gdb.exp (get_target_charset): New function.
24461 * gdb.base/help.exp: Update expected output from "apropos apropos".
24462 * gdb.guile/Makefile.in: New file.
24463 * gdb.guile/guile.exp: New file.
24464 * gdb.guile/scm-arch.c: New file.
24465 * gdb.guile/scm-arch.exp: New file.
24466 * gdb.guile/scm-block.c: New file.
24467 * gdb.guile/scm-block.exp: New file.
24468 * gdb.guile/scm-breakpoint.c: New file.
24469 * gdb.guile/scm-breakpoint.exp: New file.
24470 * gdb.guile/scm-disasm.c: New file.
24471 * gdb.guile/scm-disasm.exp: New file.
24472 * gdb.guile/scm-equal.c: New file.
24473 * gdb.guile/scm-equal.exp: New file.
24474 * gdb.guile/scm-error.exp: New file.
24475 * gdb.guile/scm-error.scm: New file.
24476 * gdb.guile/scm-frame-args.c: New file.
24477 * gdb.guile/scm-frame-args.exp: New file.
24478 * gdb.guile/scm-frame-args.scm: New file.
24479 * gdb.guile/scm-frame-inline.c: New file.
24480 * gdb.guile/scm-frame-inline.exp: New file.
24481 * gdb.guile/scm-frame.c: New file.
24482 * gdb.guile/scm-frame.exp: New file.
24483 * gdb.guile/scm-generics.exp: New file.
24484 * gdb.guile/scm-gsmob.exp: New file.
24485 * gdb.guile/scm-iterator.c: New file.
24486 * gdb.guile/scm-iterator.exp: New file.
24487 * gdb.guile/scm-math.c: New file.
24488 * gdb.guile/scm-math.exp: New file.
24489 * gdb.guile/scm-objfile-script-gdb.in: New file.
24490 * gdb.guile/scm-objfile-script.c: New file.
24491 * gdb.guile/scm-objfile-script.exp: New file.
24492 * gdb.guile/scm-objfile.c: New file.
24493 * gdb.guile/scm-objfile.exp: New file.
24494 * gdb.guile/scm-ports.exp: New file.
24495 * gdb.guile/scm-pretty-print.c: New file.
24496 * gdb.guile/scm-pretty-print.exp: New file.
24497 * gdb.guile/scm-pretty-print.scm: New file.
24498 * gdb.guile/scm-section-script.c: New file.
24499 * gdb.guile/scm-section-script.exp: New file.
24500 * gdb.guile/scm-section-script.scm: New file.
24501 * gdb.guile/scm-symbol.c: New file.
24502 * gdb.guile/scm-symbol.exp: New file.
24503 * gdb.guile/scm-symtab-2.c: New file.
24504 * gdb.guile/scm-symtab.c: New file.
24505 * gdb.guile/scm-symtab.exp: New file.
24506 * gdb.guile/scm-type.c: New file.
24507 * gdb.guile/scm-type.exp: New file.
24508 * gdb.guile/scm-value-cc.cc: New file.
24509 * gdb.guile/scm-value-cc.exp: New file.
24510 * gdb.guile/scm-value.c: New file.
24511 * gdb.guile/scm-value.exp: New file.
24512 * gdb.guile/source2.scm: New file.
24513 * gdb.guile/types-module.cc: New file.
24514 * gdb.guile/types-module.exp: New file.
24515
24516 2014-02-10 Yao Qi <yao@codesourcery.com>
24517
24518 PR testsuite/16543
24519 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24520 * configure: Regenerated.
24521 * Makefile.in: New file.
24522
24523 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24524
24525 * gdb.python/py-framefilter.exp: Fix typo.
24526
24527 2014-02-08 Yao Qi <yao@codesourcery.com>
24528
24529 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24530 that no =breakpoint-modified is emitted when breakpoints are
24531 modified through MI commands.
24532
24533 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24534 Pedro Alves <palves@redhat.com>
24535
24536 * gdb.threads/step-after-sr-lock.c: New file.
24537 * gdb.threads/step-after-sr-lock.exp: New file.
24538
24539 2014-02-07 Pedro Alves <palves@redhat.com>
24540
24541 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24542
24543 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24544
24545 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24546 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24547
24548 2014-02-06 Doug Evans <xdje42@gmail.com>
24549
24550 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24551 output.
24552
24553 * gdb.gdb/python-interrupts.exp: New file.
24554
24555 2014-02-05 Yao Qi <yao@codesourcery.com>
24556
24557 * gdb.trace/report.exp (use_collected_data): Test the output
24558 of "info threads" and "info inferiors".
24559
24560 2014-02-05 Yao Qi <yao@codesourcery.com>
24561
24562 Revert this patch:
24563
24564 2013-05-24 Yao Qi <yao@codesourcery.com>
24565
24566 * gdb.trace/tfile.exp: Test inferior and thread.
24567
24568 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24569
24570 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24571 on a function.
24572 * gdb.base/step-bt.c: Call hello via function pointer to make
24573 sure its first instruction is executed on powerpc64le-linux.
24574
24575 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24576
24577 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24578
24579 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24580
24581 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24582 of the test patterns for use on little-endian systems.
24583
24584 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24585
24586 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24587 (decimal_vector): Fix for little-endian.
24588
24589 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24590
24591 * gdb.arch/sparc-sysstep.exp: New file.
24592 * gdb.arch/sparc-sysstep.c: Likewise.
24593
24594 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24595
24596 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24597
24598 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24599
24600 2014-01-23 Tom Tromey <tromey@redhat.com>
24601
24602 * gdb.ada/array_char_idx: New testcase.
24603
24604 2014-01-23 Tom Tromey <tromey@redhat.com>
24605
24606 PR python/16487:
24607 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24608 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24609 classes.
24610
24611 2014-01-23 Tom Tromey <tromey@redhat.com>
24612
24613 PR python/16491:
24614 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24615 string from an inferior frame.
24616 * gdb.python/py-framefilter-mi.exp: Update.
24617
24618 2014-01-22 Doug Evans <dje@google.com>
24619
24620 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24621
24622 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24623
24624 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24625
24626 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24627
24628 * gdb.trace/entry-values.exp: Remove excess space character from
24629 regex patterns. Handle s390 call instruction.
24630
24631 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24632
24633 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24634 define "*_start" label. Make "name" static.
24635 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24636 ${name} by references to ${name}_start.
24637
24638 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24639
24640 * gdb.base/info-macros.exp: Remove "debug" from the compile
24641 options.
24642
24643 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24644
24645 * gdb.dlang/demangle.exp: New file.
24646
24647 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24648
24649 * gdb.dlang/primitive-types.exp: New file.
24650
24651 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24652
24653 * configure.ac: Create gdb.dlang/Makefile.
24654 * configure: Regenerate.
24655 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24656 * gdb.dlang/Makefile.in: New file.
24657 * lib/d-support.exp: New file.
24658 * lib/gdb.exp (skip_d_tests): New proc.
24659
24660 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24661
24662 * gdb.btrace/delta.exp: Check reverse stepi.
24663 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24664 * gdb.btrace/finish.exp: New.
24665 * gdb.btrace/next.exp: New.
24666 * gdb.btrace/nexti.exp: New.
24667 * gdb.btrace/record_goto.c: Add comments.
24668 * gdb.btrace/step.exp: New.
24669 * gdb.btrace/stepi.exp: New.
24670 * gdb.btrace/multi-thread-step.c: New.
24671 * gdb.btrace/multi-thread-step.exp: New.
24672 * gdb.btrace/rn-dl-bind.c: New.
24673 * gdb.btrace/rn-dl-bind.exp: New.
24674 * gdb.btrace/data.c: New.
24675 * gdb.btrace/data.exp: New.
24676 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24677
24678 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24679
24680 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24681 * gdb.btrace/exception.exp: Update.
24682 * gdb.btrace/instruction_history.exp: Update.
24683 * gdb.btrace/record_goto.exp: Update.
24684 * gdb.btrace/tailcall.exp: Update.
24685 * gdb.btrace/unknown_functions.exp: Update.
24686 * gdb.btrace/delta.exp: New.
24687
24688 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24689
24690 * gdb.btrace/record_goto.exp: Add backtrace test.
24691 * gdb.btrace/tailcall.exp: Add backtrace test.
24692
24693 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24694
24695 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24696 * gdb.btrace/record_goto.c: New.
24697 * gdb.btrace/record_goto.exp: New.
24698 * gdb.btrace/x86-record_goto.S: New.
24699
24700 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24701
24702 * gdb.btrace/function_call_history.exp: Update tests.
24703 * gdb.btrace/instruction_history.exp: Update tests.
24704
24705 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24706
24707 * gdb.btrace/function_call_history.exp: Fix expected field
24708 order for "record function-call-history".
24709 Add new tests for "record function-call-history /c".
24710 * gdb.btrace/exception.cc: New.
24711 * gdb.btrace/exception.exp: New.
24712 * gdb.btrace/tailcall.exp: New.
24713 * gdb.btrace/x86-tailcall.S: New.
24714 * gdb.btrace/x86-tailcall.c: New.
24715 * gdb.btrace/unknown_functions.c: New.
24716 * gdb.btrace/unknown_functions.exp: New.
24717 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24718
24719 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24720
24721 * gdb.btrace/instruction_history.exp: Update.
24722 * gdb.btrace/function_call_history.exp: Update.
24723
24724 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24725
24726 * gdb.btrace/function_call_history.exp: Fix expected function
24727 trace.
24728 * gdb.btrace/instruction_history.exp: Initialize traced.
24729 Remove traced_functions.
24730
24731 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24732
24733 * gdb.btrace/function_call_history.exp: Update
24734 * gdb.btrace/instruction_history.exp: Update.
24735
24736 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24737
24738 * gdb.btrace/enable.exp: Update expected text.
24739
24740 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24741
24742 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24743 bytes.
24744
24745 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24746
24747 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24748
24749 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24750
24751 * lib/gdb.exp (supports_process_record): Return true for
24752 arm*-linux*. (supports_reverse): Likewise.
24753
24754 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24755
24756 PR python/15464
24757 PR python/16113
24758 * gdb.python/py-type.c: Enhance test case.
24759 * gdb.python/py-value-cc.cc: Likewise
24760 * gdb.python/py-type.exp: Add new tests.
24761 * gdb.python/py-value-cc.exp: Likewise
24762
24763 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24764 Pedro Alves <palves@redhat.com>
24765
24766 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24767 Make "name" extern.
24768 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24769 references to ${name}_start by references to ${name}.
24770
24771 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24772
24773 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24774
24775 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24776
24777 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24778
24779 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24780 Pedro Alves <palves@redhat.com>
24781
24782 * gdb.mi/mi-info-os.exp: Connect to the target with
24783 mi_gdb_target_load.
24784
24785 2014-01-08 Pedro Alves <palves@redhat.com>
24786
24787 * gdb.threads/reconnect-signal.c: New file.
24788 * gdb.threads/reconnect-signal.exp: New file.
24789
24790 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24791
24792 * gdb.base/source-dir.exp: New file.
24793
24794 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24795
24796 * gdb.ada/mi_interface: New testcase.
24797
24798 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24799
24800 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24801 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24802 gdb.ada/pp-rec-component/pck.ads: New files.
24803
24804 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24805
24806 * gdb.python/py-pp-integral.c: New file.
24807 * gdb.python/py-pp-integral.py: New file.
24808 * gdb.python/py-pp-integral.exp: New file.
24809
24810 For older changes see ChangeLog-1993-2013.
24811 \f
24812 ;; Local Variables:
24813 ;; mode: change-log
24814 ;; left-margin: 8
24815 ;; fill-column: 74
24816 ;; version-control: never
24817 ;; End:
24818
24819 Copyright 2014-2021 Free Software Foundation, Inc.
24820 Copying and distribution of this file, with or without modification,
24821 are permitted provided the copyright notice and this notice are preserved.