]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb: fix regression in evaluate_funcall for non C++ like cases
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 PR gdb/27994
4 * gdb.cp/method-call-in-c.cc: New file.
5 * gdb.cp/method-call-in-c.exp: New file.
6
7 2021-06-25 Tom Tromey <tom@tromey.com>
8
9 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): Add "style"
10 parameter.
11 * gdb.rust/dwindex.exp: New file.
12 * gdb.rust/dwindex.rs: New file.
13
14 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * gdb.python/py-breakpoint.c (do_throw): New function.
17 (main): Call do_throw.
18 * gdb.python/py-breakpoint.exp (test_catchpoints): New proc.
19
20 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * gdb.guile/scm-breakpoint.exp (test_catchpoints): New proc.
23
24 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Add new tests.
27
28 gdb/testsuite/ChangeLog
29 2021-06-25 Carl Love <cel@us.ibm.com>
30
31 * gdb.arch/powerpc-plxv-norel.exp: Add call to skip_power_isa_3_1_tests.
32 * lib/gdb.exp(skip_power_isa_3_1_tests): New gdb_caching_proc test.
33
34 2021-06-25 Tom Tromey <tromey@adacore.com>
35
36 * gdb.ada/py_range.exp: Add type name test cases.
37
38 2021-06-24 Tom de Vries <tdevries@suse.de>
39
40 * gdb.base/info-macros.exp: Add <EOL> after trailing whitespace in
41 test names.
42
43 2021-06-24 Tom de Vries <tdevries@suse.de>
44
45 * gdb.base/argv0-symlink.exp: Use with_test_prefix.
46
47 2021-06-23 Tom de Vries <tdevries@suse.de>
48
49 * lib/gdb.exp (gdb_test_lines): Rewrite to accept single
50 multiline tcl regexp.
51 * gdb.base/info-types.exp.tcl: Update. Make empty line at end of
52 regexp optional.
53 * gdb.base/info-macros.exp: Update.
54 * gdb.cp/cplusfuncs.exp: Update.
55
56 2021-06-22 Andreas Schwab <schwab@suse.de>
57
58 PR symtab/27999
59 * lib/dwarf.exp (start_end): New proc inside loclists.
60 * gdb.dwarf2/loclists-start-end.exp: New file.
61 * gdb.dwarf2/loclists-start-end.c: New file.
62
63 2021-06-22 Tom de Vries <tdevries@suse.de>
64
65 * gdb.dwarf2/imported-unit-c.exp: New file.
66
67 2021-06-22 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * gdb.server/server-kill.exp: Introduce global kill_pid_of, and
70 make use of this in prepare to select which pid we should kill.
71 Run all the tests twice with a different kill_pid_of value.
72 (prepare): Make use of kill_pid_of.
73 (test_stepi): New proc.
74
75 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * gdb.python/py-frame.exp: Add Frame.level tests.
78 * gdb.python/py-pending-frame-level.c: New file.
79 * gdb.python/py-pending-frame-level.exp: New file.
80 * gdb.python/py-pending-frame-level.py: New file.
81
82 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 * gdb.python/py-unwind-user-regs.c: New file.
85 * gdb.python/py-unwind-user-regs.exp: New file.
86 * gdb.python/py-unwind-user-regs.py: New file.
87
88 2021-06-17 Carl Love <cel@us.ibm.com>
89
90 * gdb.arch/powerpc-power8.exp(bctar, bctarl): Update mnemonics
91 to bgetar and bgetarl.
92 * gdb.arch/powerpc-power8.s((bctar, bctarl): Update comments
93 for mnemonics to bgetar and bnstarl.
94
95 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
96
97 * gdb.base/args.exp: Check target, KFAIL if remote.
98 (args_test): Add parameter and use it.
99
100 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
101
102 * gdb.base/args.exp: Remove trailing parenthesis in test names.
103
104 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
105
106 * gdb.base/args.exp: Use $old_gdbflags in all tests.
107
108 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
109
110 * gdb.base/args.exp: Use save_vars.
111
112 2021-06-14 Pedro Alves <pedro@palves.net>
113
114 * gdb.base/annota1.exp: Build list using [list] instead of {}.
115 Tell [join] to join with no character. Build expected pattern in
116 separate variable instead of in the -re expression directly.
117
118 2021-06-11 Kevin Buettner <kevinb@redhat.com>
119
120 * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
121 timeout.
122
123 2021-06-11 Kevin Buettner <kevinb@redhat.com>
124
125 * gdb.base/print-symbol-loading.exp (proc test_load_shlib):
126 Allow "Symbols already loaded for..." messages.
127
128 2021-06-11 Kevin Buettner <kevinb@redhat.com>
129
130 * gdb.base/execl-update-breakpoints.exp: Add regular
131 expression for optionally matching output related to
132 libthread_db.
133 * gdb.base/fork-print-inferior-events.exp: Likewise.
134
135 2021-06-11 Felix Willgerodt <felix.willgerodt@intel.com>
136
137 * gdb.mi/array.f: Convert into...
138 * gdb.mi/array.f90: ...this.
139 * gdb.mi/mi-var-child-f.exp: Use array.f90.
140
141 2021-06-11 Tom Tromey <tom@tromey.com>
142
143 PR rust/23427
144 * lib/rust-support.exp (rust_compiler_version): New caching proc.
145 * gdb.rust/rawids.exp: New file.
146 * gdb.rust/rawids.rs: New file.
147
148 2021-06-10 Simon Marchi <simon.marchi@polymtl.ca>
149
150 * lib/gdb.exp (default_gdb_exit): Unset gdb_tty_name.
151 (spawn_capture_tty_name): New, override builtin spawn.
152 (default_gdb_spawn): Capture GDB's TTY name.
153 * lib/tuiterm.exp (tuiterm_spawn): Remove.
154 (tuiterm_env_init, tuiterm_env_finish): Remove spawn override.
155 (Term) <resize>: Use new variable name.
156 (tuiterm_env_init, tuiterm_env_finish): Remove.
157 (tuiterm_env): Don't call tuiterm_env_init and register
158 tuiterm_env_finish in gdb_finish_hooks.
159 (gdb_finish_hooks): Remove.
160 (gdb_finish): Don't call finish hooks.
161
162 2021-06-10 Tom de Vries <tdevries@suse.de>
163
164 * gdb.mi/user-selected-context-sync.c (child_sub_function, main):
165 Rewrite while (1) using dummy loop body.
166
167 2021-06-10 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
168
169 * gdb.base/foll-exec.c: convert the multi-line function call into
170 single line.
171
172 2021-06-10 Tom de Vries <tdevries@suse.de>
173
174 * lib/cp-support.exp (cp_test_ptype_class): Break up regexp.
175 * gdb.cp/nested-types.exp: Remove usage of read1 timeout factor.
176
177 2021-06-10 Tom de Vries <tdevries@suse.de>
178
179 * gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
180
181 2021-06-09 Tom Tromey <tromey@adacore.com>
182
183 * README (Example): Update read1 example.
184
185 2021-06-09 Simon Marchi <simon.marchi@polymtl.ca>
186
187 * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
188
189 2021-06-08 Lancelot Six <lsix@lancelotsix.com>
190
191 * gdb.base/premature-dummy-frame-removal.py (TestUnwinder): Use
192 'is None' instead of '== None' and 'is not None' instead of
193 '!= None'.
194 * gdb.python/py-frame-args.py (lookup_function): Same.
195 * gdb.python/py-framefilter-invalidarg.py (Reverse_Function): Same.
196 * gdb.python/py-framefilter.py (Reverse_Function): Same.
197 * gdb.python/py-nested-maps.py (lookup_function): Same.
198 * gdb.python/py-objfile-script-gdb.py (lookup_function): Same.
199 * gdb.python/py-prettyprint.py (lookup_function): Same.
200 * gdb.python/py-section-script.py (lookup_function): Same.
201 * gdb.python/py-unwind-inline.py (dummy_unwinder): Same.
202 * gdb.python/python.exp: Same.
203 * gdb.rust/pp.py (lookup_function): Same.
204
205 2021-06-08 Tom de Vries <tdevries@suse.de>
206
207 * lib/gdb.exp (multi_line): Require more than one argument.
208 * gdb.base/gdbinit-history.exp: Update multi_line call.
209 * gdb.base/jit-reader.exp: Remove multi_line call.
210 * gdb.fortran/dynamic-ptype-whatis.exp: Same.
211
212 2021-06-08 Tom de Vries <tdevries@suse.de>
213
214 * gdb.base/info-types.exp.tcl (match_line, gdb_test_lines): Move ...
215 * lib/gdb.exp: ... here.
216 * gdb.base/info-macros.exp: Use gdb_test_lines.
217
218 2021-06-08 Tom de Vries <tdevries@suse.de>
219
220 * gdb.base/info-types.exp.tcl (match_line): Handle --any.
221 (gdb_test_lines): Factor out of ...
222 (run_test): ... here.
223
224 2021-06-08 Tom de Vries <tdevries@suse.de>
225
226 * gdb.base/batch-preserve-term-settings.exp (spawn_shell): Fix
227 matching of initial prompt.
228
229 2021-06-08 Tom de Vries <tdevries@suse.de>
230
231 * gdb.threads/multi-create-ns-info-thr.exp: Limit breakpoint regexp to
232 one line.
233
234 2021-06-08 Tom de Vries <tdevries@suse.de>
235
236 * gdb.base/sect-cmd.exp: Use gdb_test. Use -wrap "". Fix
237 test name.
238
239 2021-06-08 Tom de Vries <tdevries@suse.de>
240
241 * gdb.base/sect-cmd.exp: Fix saw_section_address_line regexp.
242
243 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
244
245 * gdb.base/continue-all-already-running.exp: Call fail if can't
246 run to main.
247
248 2021-06-07 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 PR gdb/27847
251 * gdb.dwarf2/dw2-weird-type-len.c: New file.
252 * gdb.dwarf2/dw2-weird-type-len.exp: New file.
253
254 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
255
256 * gdb.base/attach.exp (test_command_line_attach_run): Use
257 proc_with_prefix.
258
259 2021-06-07 Tom de Vries <tdevries@suse.de>
260
261 PR testsuite/27908
262 * gdb.base/run-attach-while-running.exp (test): Don't match prompt
263 after attach using '$gdb_prompt $'.
264
265 2021-06-07 Tom de Vries <tdevries@suse.de>
266
267 * gdb.base/info-types.exp.tcl: Remove "File .*" matching from regexp
268 matching state machine.
269
270 2021-06-07 Tom de Vries <tdevries@suse.de>
271
272 * gdb.base/new-ui-pending-input.exp
273 (test_command_line_new_ui_pending_input): Fix regexp for "initial
274 prompt on extra console".
275
276 2021-06-07 Tom de Vries <tdevries@suse.de>
277
278 * gdb.base/info-types.exp.tcl (run_test): Move "random line" regexp
279 up.
280
281 2021-06-06 Simon Marchi <simon.marchi@efficios.com>
282
283 * gdb.server/stop-reply-no-thread-multi.exp: Clear sysroot when
284 host and target are local.
285
286 2021-06-05 Hannes Domani <ssbssa@yahoo.de>
287
288 * gdb.python/py-symbol.exp: Fix tests for Python 3.
289
290 2021-06-05 Shahab Vahedi <shahab@synopsys.com>
291
292 * gdb.arch/arc-disassembler-options.exp: New test.
293 * gdb.arch/arc-disassembler-options.s: New test source.
294
295 2021-06-04 Tom Tromey <tromey@adacore.com>
296
297 * gdb.ada/array_of_symbolic_length.exp: New file.
298 * gdb.ada/array_of_symbolic_length/foo.adb: New file.
299 * gdb.ada/array_of_symbolic_length/gl.adb: New file.
300 * gdb.ada/array_of_symbolic_length/gl.ads: New file.
301 * gdb.ada/array_of_symbolic_length/pck.adb: New file.
302 * gdb.ada/array_of_symbolic_length/pck.ads: New file.
303
304 2021-06-03 Magne Hov <mhov@undo.io>
305
306 PR python/27841
307 * gdb.python/py-events.exp: Extend inferior exit tests.
308 * gdb.python/py-events.py: Print inferior exit PID.
309
310 2021-06-03 Hannes Domani <ssbssa@yahoo.de>
311
312 * gdb.python/py-symbol.exp: Test symbol constants.
313
314 2021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
315
316 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
317
318 2021-06-02 Carl Love <cel@us.ibm.com>
319
320 * gdb.threads/threadapply.c: Add global mybarrier.
321 (main): Add pthread_barrier_init.
322 (thread_function): Replace while loop with myp increment and
323 pthread_barrier_wait.
324
325 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * lib/gdb.exp (gdb_compile): Only add the -J option when using a
328 gcc based Fortran compiler, for example, flang does not support
329 this option.
330
331 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
334
335 2021-06-01 Tom Tromey <tromey@adacore.com>
336
337 * Makefile.in (all): Don't print anything.
338 ($(abs_builddir)/site.exp site.exp): Use $(ECHO_GEN).
339 (expect-read1): Likewise.
340 (read1.so): Use $(ECHO_CC).
341 Include silent-rules.mk.
342
343 2021-06-01 Tom Tromey <tromey@adacore.com>
344
345 * aclocal.m4, configure.ac, configure: Remove.
346 * Makefile.in (EXTRA_RULES): Remove.
347 ($(abs_builddir)/site.exp site.exp): Don't depend on
348 config.status.
349 (distclean maintainer-clean realclean, Makefile): Update.
350 (config.status): Remove target.
351 (lib/pdtrace): New target.
352 (all): Don't depend on EXTRA_RULES.
353 (check-read1): Depend on read1.so, expect-read1.
354
355 2021-06-01 Tom de Vries <tdevries@suse.de>
356
357 PR symtab/26096
358 * gdb.cp/cold-clone.cc: New test.
359 * gdb.cp/cold-clone.exp: New file.
360
361 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.gdb/unittest.c: New file.
364 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
365 into GDB.
366
367 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * gdb.base/premature-dummy-frame-removal.c: New file.
370 * gdb.base/premature-dummy-frame-removal.exp: New file.
371 * gdb.base/premature-dummy-frame-removal.py: New file.
372
373 2021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
374
375 * gdb.base/reverse-init-functions.exp: New.
376
377 2021-05-27 Tom de Vries <tdevries@suse.de>
378
379 PR symtab/27919
380 PR testsuite/27920
381 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
382 -readnow.
383
384 2021-05-27 Tom de Vries <tdevries@suse.de>
385
386 PR testsuite/27921
387 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
388 (local_add_gdb_index): ... this.
389
390 2021-05-21 Tom de Vries <tdevries@suse.de>
391
392 PR testsuite/25047
393 * boards/cc-with-gnu-debuglink.exp: New file.
394
395 2021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
396
397 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
398 a dead code with an assignment to a global var. Fix a
399 whitespacing problem around an assignment operator.
400
401 2021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
402
403 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
404 for the powerpc64 LE target.
405 * gdb.arch/powerpc-prologue.exp: Test Harness.
406
407 2021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
410 duplicate test names.
411
412 2021-05-19 Tom de Vries <tdevries@suse.de>
413
414 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
415
416 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
417
418 * gdb.python/py-framefilter-gdb.py.in: Rename to:
419 * gdb.python/py-framefilter-gdb.py: ... this.
420 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
421 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
422
423 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
424
425 * gdb.python/py-framefilter-gdb.py.in: Re-format.
426 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
427
428 2021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
429
430 * gdb.base/class-allocatable-array.exp: Modified test for clang.
431
432 2021-05-16 Weimin Pan <weimin.pan@oracle.com>
433
434 * gdb.ctf/funcreturn.exp: New file.
435 * gdb.ctf/whatis.c: Copy from gdb.base.
436
437 2021-05-14 Tom Tromey <tom@tromey.com>
438
439 * gdb.rust/pp.exp: New file.
440 * gdb.rust/pp.py: New file.
441 * gdb.rust/pp.rs: New file.
442
443 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
444
445 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
446 remove the directory.
447 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
448
449 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
450
451 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
452
453 2021-05-14 Kent Cheung <kent.cheung@arm.com>
454 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * gdb.python/py-format-string.c: Added a variable to test.
457 * gdb.python/py-format-string.exp: Check string representation is
458 printed at appropriate max_depth settings.
459 * gdb.python/py-nested-maps.exp: Likewise.
460 * gdb.guile/scm-pretty-print.exp: Add additional tests.
461
462 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
463
464 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
465 unique names, also wrap proc body in with_test_prefix.
466
467 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
468
469 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
470 duplicate test names.
471 * gdb.guile/scm-parameter.exp: Provide test names to avoid
472 duplicate names based on the command being run.
473 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
474 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
475 loading a support module.
476 (test_equality): Update test name to match the actual test, making
477 the name unique in the process.
478 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
479 to resolve duplicate tests.
480 (test_inferior_function_call): Likewise.
481 (test_subscript_regression): Likewise.
482
483 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
484
485 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
486 silence PASS lines.
487 (gdb_install_guile_module): Likewise.
488
489 2021-05-12 George Barrett <bob@bob131.so>
490
491 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
492 value-const-value.
493
494 2021-05-12 George Barrett <bob@bob131.so>
495
496 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
497 value-reference-value. Add test for value-rvalue-reference-value.
498
499 2021-05-11 Tom de Vries <tdevries@suse.de>
500
501 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
502 Add "set debug infrun 1" commented out.
503
504 2021-05-11 Tom de Vries <tdevries@suse.de>
505
506 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
507
508 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
509
510 * gdb.fortran/array-element.exp: Breakpoint location is modified.
511
512 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
513
514 PR gdb/27614
515 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
516
517 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
518
519 * gdb.guile/guile.exp: Don't use the source directory as a
520 temporary HOME directory.
521
522 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
523
524 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
525 parameters.
526
527 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * gdb.guile/guile.exp: Add an extra test.
530
531 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
532
533 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
534 gdb_test_no_output.
535
536 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
537
538 * Re-format all Python files using black.
539 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
540
541 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
544 watchpoint object before and after registering it with GDB.
545
546 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
547
548 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
549 'proc_with_prefix', remove use of 'with_test_prefix', and
550 reindent.
551 (test_bkpt_deletion): Likewise.
552 (test_bkpt_cond_and_cmds): Likewise.
553 (test_bkpt_invisible): Likewise.
554 (test_watchpoints): Likewise.
555 (test_bkpt_internal): Likewise.
556 (test_bkpt_eval_funcs): Likewise.
557 (test_bkpt_registration): Likewise.
558 (test_bkpt_address): Convert to 'proc_with_prefix'.
559 (test_bkpt_probe): Likewise.
560
561 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
562
563 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
564 names to avoid duplicates.
565 (test_bkpt_cond_and_cmds): Likewise.
566 (test_bkpt_eval_funcs): Likewise.
567
568 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
569
570 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
571 for the -break-condition command's "--force" flag.
572
573 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
574
575 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
576 is called by the test.
577
578 2021-05-05 Tom de Vries <tdevries@suse.de>
579
580 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
581 "Reading symbols" or "Expanding full symbols" lines. Using timeout
582 factor of 2 for attach.
583
584 2021-05-05 Tom de Vries <tdevries@suse.de>
585
586 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
587 "LWP <n> exited" messages.
588
589 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
590
591 * gdb.python/py-type.exp (test_fields): Test calling fields on
592 an int type.
593
594 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
595
596 * gdb.python/flexible-array-member.exp: Adjust expected range
597 value for member declared with 0 size. Test accessing range
598 tuple through range type.
599
600 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 PR testsuite/27788
603 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
604 expected results when environment variable PYTHONDONTWRITEBYTECODE
605 is set.
606
607 2021-04-30 Tom Tromey <tromey@adacore.com>
608
609 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
610 (Confused_Array): New types.
611 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
612 * gdb.ada/enum_idx_packed.exp: Add new tests.
613
614 2021-04-30 Tom de Vries <tdevries@suse.de>
615
616 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
617 existing timeout factors.
618
619 2021-04-30 Tom de Vries <tdevries@suse.de>
620
621 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
622
623 2021-04-29 Tom de Vries <tdevries@suse.de>
624
625 PR testsuite/27786
626 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
627 remotetimeout to 4.
628
629 2021-04-28 Tom Tromey <tromey@adacore.com>
630
631 * gdb.ada/null_overload.exp: New file.
632 * gdb.ada/null_overload/foo.adb: New file.
633
634 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
635
636 * gdb.python/py-startup-opt.exp: New file.
637
638 2021-04-27 Luis Machado <luis.machado@linaro.org>
639
640 * gdb.base/maint.exp: Drop a pattern that is not needed.
641 * lib/gdb.exp (readnow): Match line-by-line.
642
643 2021-04-27 Luis Machado <luis.machado@linaro.org>
644
645 * gdb.xml/tdesc-reload.exp: Pass -lbl.
646
647 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
648 Simon Marchi <simon.marchi@polymtl.ca>
649
650 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
651 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
652 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
653 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
654 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
655 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
656
657 2021-04-26 Tom Tromey <tromey@adacore.com>
658
659 PR gdb/27743:
660 * gdb.dwarf2/imported-unit-bp.exp: New file.
661 * gdb.dwarf2/imported-unit-bp-main.c: New file.
662 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
663
664 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
665
666 PR gdb/27773
667 * gdb.base/dump.exp: Test dump to non-existent dir.
668
669 2021-04-26 Luis Machado <luis.machado@linaro.org>
670
671 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
672 comparison.
673
674 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
675
676 PR gdb/22640
677 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
678 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
679 changes the default behavior of 'ptype/o'. Update to take into
680 account new horizontal layout.
681 * gdb.rust/simple.exp: Update ptype test to check new horizontal
682 layout.
683 * gdb.rust/union.exp: Same.
684
685 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
686
687 * gdb.base/info_sources.exp: Add new tests.
688
689 2021-04-22 Tom Tromey <tom@tromey.com>
690
691 * gdb.base/ptype-offsets.cc (struct empty_member): New.
692 (main): Use empty_member.
693 * gdb.base/ptype-offsets.exp: Add new test.
694
695 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
696
697 * gdb.python/flexible-array-member.exp: Add check for Python
698 support.
699
700 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
701
702 PR gdb/27757
703 * gdb.python/flexible-array-member.c: New test.
704 * gdb.python/flexible-array-member.exp: New test.
705 * gdb.guile/scm-type.exp (test_range): Add test for flexible
706 array member.
707 * gdb.guile/scm-type.c (struct flex_member): New.
708 (main): Use it.
709
710 2021-04-22 Tom Tromey <tom@tromey.com>
711
712 * gdb.rust/modules.exp: Add checks for syntax errors.
713 * gdb.rust/expr.exp: Add checks for syntax errors.
714 * gdb.rust/simple.exp: Add checks for syntax errors.
715
716 2021-04-21 Carl Love <cel@us.ibm.com>
717
718 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
719 Update expected string for gdb_test "bt".
720
721 * lib/valgrind.exp: Add set remotetimeout 3.
722 Increase vgdb wait from 1 to 2.
723 Add max-invoke-ms option to vgdb command line.
724
725 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
726
727 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
728 conditions.
729
730 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
731 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
732
733 * gdb.mi/mi-break.exp: Fix the duplicate test names.
734
735 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
736
737 * gdb.base/address_space_qualifier.exp: New file.
738
739 2021-04-19 Tom Tromey <tromey@adacore.com>
740
741 PR gdb/27742:
742 * gdb.opt/inline-locals.exp: Update kfail patterns.
743
744 2021-04-17 Tom Tromey <tom@tromey.com>
745
746 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
747
748 2021-04-16 Tom Tromey <tom@tromey.com>
749
750 * gdb.rust/simple.exp: Change error text.
751 * gdb.rust/expr.exp: Change error text.
752
753 2021-04-16 Tom Tromey <tom@tromey.com>
754
755 * gdb.rust/simple.exp: Add parens to 'as' test.
756
757 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
758
759 * boards/simavr.exp: Set debug_flags.
760
761 2021-04-16 Luis Machado <luis.machado@linaro.org>
762
763 * gdb.dwarf2/dw2-bfloat16.exp: New file.
764
765 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
766
767 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
768 including a path in the test name.
769
770 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
771
772 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
773
774 2021-04-15 Tom Tromey <tromey@adacore.com>
775
776 * gdb.dwarf2/arr-stride.exp: Add test.
777
778 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
779
780 * gdb.base/startup-file.exp: Add more tests.
781
782 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
783
784 PR cli/25956
785 * gdb.base/early-init-file.c: New file.
786 * gdb.base/early-init-file.exp: New file.
787 * lib/gdb-utils.exp (style): Handle style 'none'.
788
789 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
790
791 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
792 @DW_INL_declared_inlined for the inline attribute.
793
794 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
795
796 * gdb.opt/inline-locals.c (scoped): New function.
797 (main): Call 'scoped'.
798 * gdb.opt/inline-locals.exp: Update with "info locals" tests
799 for scoped variables.
800 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
801 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
802
803 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
804
805 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
806
807 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
808
809 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
810
811 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
812
813 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
814 non-relative plxv instructions.
815 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
816
817 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
818
819 PR gdb/27525
820 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
821 exercise single-stepping over subpcis,lnia,addpcis instructions
822 with displacement.
823 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
824 of addpcis/lnia/subpcis instructions.
825 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
826 exercise single-stepping over lnia instructions with displacement.
827 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
828 lnia instructions.
829
830 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
831
832 * gdb.arch/powerpc-power10.s: New test for instructions.
833 * gdb.arch/powerpc-power10.exp: Harness to run the test.
834
835 2021-4-12 Carl Love <cel@us.ibm.com>
836
837 * gdb.arch/vsx-vsr-float128.c: New test file.
838 * gdb.arch/vsx-vsr-float128.exp: New expect file.
839
840 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
841
842 * gdb.btrace/reconnect.exp: Relax expected stepi output.
843
844 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
845
846 * gdb.base/ctf-ptype.c: Add struct link containing a forward
847 reference type.
848 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
849
850 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
851
852 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
853 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
854
855 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
856
857 * gdb.cp/rvalue-ref-params.cc (f3): New function.
858 (f4): New function.
859 (global_int): New global variable.
860 (global_float): Likeiwse.
861 (main): Call both new functions.
862 * gdb.cp/rvalue-ref-params.exp: Add new tests.
863
864 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
865
866 * gdb.dwarf2/fission-relative-dwo.c: New file.
867 * gdb.dwarf2/fission-relative-dwo.exp: New file.
868
869 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * gdb.dwarf2/fission-absolute-dwo.c: New file.
872 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
873 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
874 instead of build_executable_from_fission_assembler.
875 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
876 * gdb.dwarf2/fission-loclists.exp: Likewise.
877
878 * gdb.dwarf2/fission-multi-cu.S: Delete file.
879 * gdb.dwarf2/fission-multi-cu.c: New file based on old
880 fission-multi-cu1.c and fission-multi-cu2.c files.
881 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
882 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
883 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
884 * gdb.dwarf2/fission-reread.exp: Likewise.
885 * lib/dwarf.exp (extract_dwo_information): New proc.
886 (strip_dwo_information): New proc.
887 (build_executable_and_dwo_files): New proc.
888 (build_executable_from_fission_assembler): Delete.
889 (Dwarf::_debug_addr_index): New variable.
890 (Dwarf::_cu_is_fission): New variable.
891 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
892 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
893 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
894 if this is a fission CU.
895 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
896 (Dwarf::debug_addr_label): New proc.
897 (Dwarf::cu): Initialise _cu_is_fission.
898 (Dwarf::tu): Likewise.
899 (Dwarf::assemble): Initialise _debug_addr_index.
900
901 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
902
903 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
904
905 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
906
907 * gdb.python/py-parameter.exp: Add test for reading data-directory
908 using gdb.parameter API.
909
910 2021-04-06 Tom de Vries <tdevries@suse.de>
911
912 PR breakpoints/25884
913 * gdb.opt/inline-cmds.exp: Remove kfail.
914
915 2021-04-06 Tom de Vries <tdevries@suse.de>
916
917 PR testsuite/27691
918 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
919 file "".
920
921 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
922
923 * lib/pdtrace.in: Fix obvious typo.
924
925 2021-03-31 Tom Tromey <tromey@adacore.com>
926
927 * lib/dwarf.exp (Dwarf::_get_args): New proc.
928 (Dwarf::_location): Use it.
929
930 2021-03-31 Tom de Vries <tdevries@suse.de>
931
932 PR testsuite/27667
933 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
934
935 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
936
937 PR gdb/27541
938 * gdb.base/index-cache-load-twice.exp: Remove.
939 * gdb.base/index-cache-load-twice.c: Remove.
940 * gdb.dwarf2/per-bfd-sharing.exp: New.
941 * gdb.dwarf2/per-bfd-sharing.c: New.
942
943 2021-03-30 Tom de Vries <tdevries@suse.de>
944
945 PR testsuite/27604
946 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
947
948 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
949
950 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
951 the infinite loop to avoid a Clang bug.
952
953 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
954
955 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
956 names for uniqueness.
957 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
958 uniqueness.
959
960 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
961
962 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
963 member.
964 (make_container): Initialise is_array_p.
965 * gdb.python/py-prettyprint.exp: Add new tests.
966 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
967 Check is_array_p and possibly return 'array'.
968
969 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
972 * gdb.cp/casts.exp: Give tests unique names.
973 * gdb.cp/filename.exp: Likewise.
974 * gdb.cp/gdb2495.exp: Likewise.
975 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
976 * gdb.cp/misc.exp: Rename test to make it unique.
977 * gdb.cp/nsnested.exp: Give tests unique names.
978 * gdb.cp/ovldbreak.exp: Likewise.
979 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
980 being tested. This also removes the duplicate test name.
981 * gdb.cp/ref-types.exp: Likewise.
982 * gdb.cp/temargs.exp: Likewise.
983
984 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
985
986 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
987 square brackets in test.
988
989 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
990
991 * gdb.cp/maint.exp (test_first_component): Run more tests with a
992 variable number of spaces, this removes the duplicate testing of
993 'operator ->' which existed before.
994
995 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
996
997 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
998 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
999 duplicates, and also to avoid having a string inside parentheses
1000 at the end of test names.
1001
1002 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1003
1004 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
1005 Avoid repeated uses of 'runto', and instread just progress once
1006 through the test stopping at different breakpoints. Give comments
1007 a capital letter and full stop. Give duplicate tests unique names.
1008
1009 2021-03-25 Pedro Alves <pedro@palves.net>
1010
1011 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
1012 "target_non_stop" parameter and use it.
1013 (top level): Add "maint set target-non-stop on/off" testing axis.
1014
1015 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
1018 gdb_test_multiple.
1019
1020 2021-03-24 Luis Machado <luis.machado@linaro.org>
1021
1022 * gdb.arch/aarch64-mte.c: New file.
1023 * gdb.arch/aarch64-mte.exp: New test.
1024 * gdb.base/memtag.c: New file.
1025 * gdb.base/memtag.exp: New test.
1026 * lib/gdb.exp (supports_memtag): New function.
1027
1028 2021-03-24 Luis Machado <luis.machado@linaro.org>
1029
1030 * gdb.base/options.exp: Adjust for new print options.
1031 * gdb.base/with.exp: Likewise.
1032
1033 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1034
1035 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
1036 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
1037
1038 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1039
1040 * gdb.dwarf2/dw2-using-debug-str.c: New file.
1041 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
1042 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
1043 not .debug_string.
1044
1045 2021-03-20 Tom Tromey <tom@tromey.com>
1046
1047 * gdb.base/maint.exp: Update "maint print statistics" output.
1048
1049 2021-03-19 Kevin Buettner <kevinb@redhat.com>
1050
1051 * lib/gdbserver-support.exp (gdbserver_exit): Use the
1052 "-nowait" flag when waiting for gdbserver to exit.
1053
1054 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
1055
1056 * gdb.base/info-macros.exp: Append -fdebug-macro to
1057 additional_flags for clang.
1058 * gdb.base/macscp.exp: Likewise.
1059 * gdb.base/style.exp: Likewise.
1060 * gdb.linespec/macro-relative.exp: Likewise.
1061
1062 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
1063 Pedro Alves <pedro@palves.net>
1064
1065 * gdb.base/run-attach-while-running.exp: New.
1066 * gdb.base/run-attach-while-running.c: New.
1067
1068 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1069
1070 * gdb.python/py-framefilter-addr.c: New file.
1071 * gdb.python/py-framefilter-addr.exp: New file.
1072 * gdb.python/py-framefilter-addr.py: New file.
1073
1074 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1075
1076 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
1077 Make use of $gdb_test_name instead of creating a separate $test
1078 variable.
1079 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
1080 adding a '($name)' at the end of each test. This also catches the
1081 one place where '($name)' was missing, and so caused a duplicate
1082 test name.
1083 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
1084 duplicate test names based on the command being tested.
1085 * gdb.threads/signal-command-multiple-signals-pending.exp:
1086 Likewise.
1087 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
1088 avoid duplicate testnames when a test script uses this proc and
1089 also gdb_compile_pthreads.
1090 * lib/prelink-support.exp (build_executable_own_libs): Use
1091 with_test_prefix to avoid duplicate test names when we call
1092 build_executable twice.
1093
1094 2021-03-15 Tom Tromey <tromey@adacore.com>
1095
1096 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
1097
1098 2021-03-15 Tom Tromey <tromey@adacore.com>
1099
1100 * gdb.ada/varsize_limit.exp: Add new test.
1101 * gdb.ada/varsize_limit/vsizelim.adb: Update.
1102
1103 2021-03-15 Tom Tromey <tromey@adacore.com>
1104
1105 * gdb.ada/operator_call/twovecs.ads: New file.
1106 * gdb.ada/operator_call/twovecs.adb: New file.
1107 * gdb.ada/operator_call/opcall.adb: New file.
1108 * gdb.ada/operator_call.exp: New file.
1109
1110 2021-03-15 Tom Tromey <tromey@adacore.com>
1111
1112 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
1113 * gdb.ada/enums_overload/enums_overload.ads: New file.
1114 * gdb.ada/enums_overload/enums_overload.adb: New file.
1115 * gdb.ada/enums_overload.exp: New file.
1116
1117 2021-03-15 Tom Tromey <tromey@adacore.com>
1118
1119 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
1120 Declare.
1121 * gdb.ada/assign_arr/target_wrapper.adb: New file.
1122 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
1123 Call Put.
1124 * gdb.ada/assign_arr.exp: Update.
1125
1126 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
1127
1128 * gdb.python/py-auto-load-chaining-f1.c: New file.
1129 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
1130 * gdb.python/py-auto-load-chaining-f2.c: New file.
1131 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
1132 * gdb.python/py-auto-load-chaining.c: New file.
1133 * gdb.python/py-auto-load-chaining.exp: New file.
1134
1135 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * gdb.python/py-bad-printers.exp: Extend test names to make them
1138 unique.
1139 * gdb.python/py-events.exp: Likewise.
1140 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1141 * gdb.python/py-frame-inline.exp: Likewise.
1142 * gdb.python/py-frame.exp: Likewise.
1143 * gdb.python/py-infthread.exp: Likewise.
1144
1145 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1146
1147 * gdb.python/py-value-cc.exp: Remove a duplicate test.
1148
1149 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1150
1151 * gdb.python/lib-types.exp: Update the test to check the correct
1152 python variable.
1153
1154 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1155
1156 * gdb.python/py-explore-cc.exp: Extend test names to make them
1157 unique.
1158
1159 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1160
1161 * gdb.python/py-lookup-type.exp: Remove duplicate test.
1162
1163 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1164
1165 * gdb.python/py-symtab.exp: Extend test names to make them
1166 unique.
1167
1168 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1169
1170 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
1171 names unique.
1172
1173 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1174
1175 * gdb.python/py-block.exp: Give tests unique names.
1176
1177 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 * gdb.python/py-pp-maint.exp: Extend test names to make them
1180 unique.
1181
1182 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1183
1184 * gdb.python/py-explore.exp: Add with_test_prefix to make test
1185 names unique.
1186
1187 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1188
1189 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
1190
1191 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
1194 names unique.
1195
1196 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1197
1198 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
1199 test names unique.
1200
1201 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
1204 unique.
1205
1206 2021-03-09 Tom Tromey <tromey@adacore.com>
1207
1208 * gdb.base/cast-call.exp: New file.
1209 * gdb.base/cast-call.c: New file.
1210
1211 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1212
1213 * gdb.gdb/python-helper.exp: New file.
1214
1215 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
1216
1217 * gdb.fortran/intrinsics.exp: Add LOC tests.
1218
1219 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * gdb.fortran/shape.exp: New file.
1222 * gdb.fortran/shape.f90: New file.
1223
1224 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1225
1226 * gdb.fortran/size.exp: New file.
1227 * gdb.fortran/size.f90: New file.
1228
1229 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1230
1231 * gdb.fortran/rank.exp: New file.
1232 * gdb.fortran/rank.f90: New file.
1233
1234 2021-03-08 Tom Tromey <tom@tromey.com>
1235
1236 * gdb.fortran/debug-expr.exp: Update tests.
1237
1238 2021-03-08 Tom Tromey <tom@tromey.com>
1239
1240 * gdb.base/debug-expr.exp: Update expected dump output.
1241
1242 2021-03-06 Tom Tromey <tom@tromey.com>
1243
1244 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
1245 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
1246 * gdb.dwarf2/dwznolink.exp: New file.
1247
1248 2021-03-05 Mark Wielaard <mark@klomp.org>
1249
1250 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
1251
1252 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
1253
1254 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
1255
1256 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1257
1258 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
1259
1260 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1261
1262 * gdb.btrace/non-stop.exp: Adjust expected source lines.
1263
1264 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1265
1266 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
1267
1268 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1269
1270 * gdb.btrace/exception.cc (main): Update test source.
1271 * gdb.btrace/exception.exp: Update patterns.
1272 * gdb.btrace/function_call_history.exp: Likewise.
1273
1274 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1275
1276 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
1277
1278 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1279
1280 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
1281 reverse-continue to breakpoint.
1282
1283 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1284
1285 * gdb.btrace/delta.exp: Remove instruction-history and
1286 function-call-history checks.
1287
1288 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1289
1290 * README (Note): Add nopie_ldflag.
1291 * lib/gdb.exp (gdb_compile): Extend nopie handling.
1292
1293 2021-03-02 Tom Tromey <tromey@adacore.com>
1294
1295 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
1296 encodings.
1297
1298 2021-02-27 Lancelot Six <lsix@lancelotix.com>
1299
1300 PR gdb/27393
1301 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
1302
1303
1304 2021-02-26 Tom Tromey <tom@tromey.com>
1305
1306 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
1307
1308 2021-02-26 Jan Vrany <jan.vrany@labware.com>
1309
1310 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1311 Remove trailing \n from expected output.
1312
1313 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1314
1315 * lib/gdb.exp (use_gdb_stub): Extend comment.
1316
1317 2021-02-25 Jan Matyas <jmatyas@codasip.com>
1318
1319 PR gdb/26819
1320 * gdb.server/stop-reply-no-thread.exp: Add two test
1321 scenarios that cover remote targets which do not have
1322 the concept of threads.
1323
1324 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1325
1326 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1327
1328 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1329
1330 PR fortran/26155
1331 * gdb.fortran/call-no-debug-func.f90: New file.
1332 * gdb.fortran/call-no-debug-prog.f90: New file.
1333 * gdb.fortran/call-no-debug.exp: New file.
1334
1335 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1336
1337 * gdb.fortran/associated.exp: New file.
1338 * gdb.fortran/associated.f90: New file.
1339
1340 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1341
1342 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1343
1344 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1345
1346 * gdb.base/sect-cmd.exp: Update expected results.
1347
1348 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1349
1350 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1351 techniques. Enable the test for all targets.
1352
1353 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1354
1355 * gdb.base/maint-info-sections.exp: Add new tests.
1356 (check_maint_info_target_sections_output): New proc.
1357
1358 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1359
1360 * gdb.arch/riscv-default-tdesc.exp: New file.
1361
1362 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1365
1366 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1367
1368 * gdb.arch/i386-biarch-core.exp: Add target check.
1369
1370 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1371
1372 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1373
1374 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1375
1376 * gdb.fortran/allocated.exp: New file.
1377 * gdb.fortran/allocated.f90: New file.
1378
1379 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1380
1381 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1382
1383 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1384
1385 * gdb.base/maint-info-sections.exp: Update expected output, and
1386 add additional tests. Again.
1387
1388 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1389
1390 * gdb.base/maint-info-sections.exp: Update expected output, and
1391 add additional tests.
1392
1393 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1394
1395 * gdb.base/maint-info-sections.exp: New file, content is moved
1396 from gdb.base/maint.exp and cleaned up to use latest testsuite
1397 techniques.
1398 * gdb.base/maint.exp: Tests moved out to
1399 gdb.base/maint-info-sections.exp.
1400
1401 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
1402
1403 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1404 GDBFLAGS.
1405
1406 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1407
1408 * gdb.fortran/lbound-ubound.F90: New file.
1409 * gdb.fortran/lbound-ubound.exp: New file.
1410
1411 2021-02-10 Tom de Vries <tdevries@suse.de>
1412
1413 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1414 "Restore saved setting of complaints".
1415
1416 2021-02-09 Tom de Vries <tdevries@suse.de>
1417
1418 PR symtab/27341
1419 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1420 (gdb_load_no_complaints): ... here.
1421 * gdb.fortran/function-calls.exp: Add test-case.
1422
1423 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
1424
1425 * gdb.threads/signal-command-handle-nopass.exp: Call
1426 'standard_testfile' before using 'testfile'.
1427 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1428 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1429 * gdb.threads/signal-sigtrap.exp: Likewise
1430
1431 2021-02-08 Luis Machado <luis.machado@linaro.org>
1432
1433 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1434
1435 2021-02-08 Tom de Vries <tdevries@suse.de>
1436
1437 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1438
1439 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1440
1441 * gdb.python/tui-window-disabled.c: New file.
1442 * gdb.python/tui-window-disabled.exp: New file.
1443 * gdb.python/tui-window-disabled.py: New file.
1444
1445 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1446
1447 * gdb.python/tui-window.exp: Add new tests.
1448 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1449 TestWindow object into global the_window.
1450 <remote_title>: New method.
1451 (delete_window_title): New function.
1452
1453 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1454
1455 * gdb.tui/winheight.exp: Add more tests.
1456
1457 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1458
1459 * gdb.python/py-framefilter.exp: Update expected results.
1460 * gdb.python/python.exp: Update expected results.
1461
1462 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1463
1464 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1465 about bug in GDB, update expected results, and add more tests.
1466
1467 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1468
1469 * gdb.tui/scroll.exp: New file.
1470 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1471 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1472 remaining lines up.
1473 (Term::check_region_contents): New proc.
1474 (Term::check_box_contents): Use check_region_contents.
1475
1476 2021-02-06 Tom de Vries <tdevries@suse.de>
1477
1478 PR testsuite/26922
1479 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1480 scrolling.
1481
1482 2021-02-05 Tom de Vries <tdevries@suse.de>
1483
1484 PR breakpoints/27313
1485 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1486 rejected.
1487
1488 2021-02-05 Tom de Vries <tdevries@suse.de>
1489
1490 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1491 * gdb.fortran/mixed-lang-stack.exp: Same.
1492
1493 2021-02-05 Tom de Vries <tdevries@suse.de>
1494
1495 PR exp/27265
1496 * gdb.base/complex-parts.exp: Add tests.
1497
1498 2021-02-05 Tom de Vries <tdevries@suse.de>
1499
1500 PR symtab/27307
1501 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1502
1503 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1504
1505 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1506
1507 2021-02-03 Pedro Alves <pedro@palves.net>
1508
1509 * gdb.threads/detach-step-over.c: New file.
1510 * gdb.threads/detach-step-over.exp: New file.
1511
1512 2021-02-03 Pedro Alves <pedro@palves.net>
1513
1514 * gdb.threads/attach-non-stop.c: New file.
1515 * gdb.threads/attach-non-stop.exp: New file.
1516
1517 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1518
1519 * gdb.base/inferior-noarg.c: New test.
1520 * gdb.base/inferior-noarg.exp: New test.
1521
1522 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1523
1524 * gdb.base/scope.exp: Use proc_with_prefix.
1525
1526 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1527
1528 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1529 table proc.
1530 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1531 .debug_rnglists table without offset array.
1532 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1533 .debug_loclists table without offset array.
1534
1535 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1536
1537 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1538 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1539 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1540 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1541 attribute
1542
1543 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1544
1545 PR gdb/26813
1546 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1547 (loclists): New proc.
1548 * gdb.dwarf2/loclists-multiple-cus.c: New.
1549 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1550 * gdb.dwarf2/loclists-sec-offset.c: New.
1551 * gdb.dwarf2/loclists-sec-offset.exp: New.
1552
1553 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1554
1555 * lib/dwarf.exp (_location): Add parameters.
1556 (_handle_DW_FORM): Adjust.
1557
1558 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1559
1560 PR gdb/26813
1561 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1562 (cu): Generate header for DWARF 5.
1563 (rnglists): New proc.
1564 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1565 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1566
1567 2021-02-02 Tom de Vries <tdevries@suse.de>
1568
1569 PR symtab/24620
1570 * gdb.dwarf2/fission-reread.exp: Add test-case.
1571
1572 2021-02-01 Tom de Vries <tdevries@suse.de>
1573
1574 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1575 * gdb.dwarf2/fission-loclists-pie.S: Same.
1576 * gdb.dwarf2/fission-loclists.S: Same.
1577 * gdb.dwarf2/fission-multi-cu.S: Same.
1578 * gdb.dwarf2/fission-reread.S: Same.
1579 * gdb.dwarf2/fission-base.exp: Use DWO.
1580 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1581 * gdb.dwarf2/fission-loclists.exp: Same.
1582 * gdb.dwarf2/fission-multi-cu.exp: Same.
1583 * gdb.dwarf2/fission-reread.exp: Same.
1584
1585 2021-01-29 Tom de Vries <tdevries@suse.de>
1586
1587 PR breakpoints/26063
1588 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1589 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1590
1591 2021-01-29 Tom de Vries <tdevries@suse.de>
1592
1593 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1594
1595 2021-01-28 Tom de Vries <tdevries@suse.de>
1596
1597 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1598 in the backtrace, and use that in the rest of the test instead of
1599 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1600
1601 2021-01-28 Tom de Vries <tdevries@suse.de>
1602
1603 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1604 * gdb.arch/i386-sse-stack-align.c: Same.
1605 * gdb.arch/i386-sse-stack-align.exp: Same.
1606
1607 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1608
1609 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1610
1611 2021-01-28 Tom de Vries <tdevries@suse.de>
1612
1613 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1614
1615 2021-01-28 Tom de Vries <tdevries@suse.de>
1616
1617 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1618 "maint info line-table". Make PASS pattern more specific. Make
1619 FAIL pattern work for -m32.
1620
1621 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1622
1623 PR gdb/27133
1624 * gdb.base/ui-redirect.exp: Add test case that ensures that
1625 redirecting both logging and debug does not cause gdb to crash.
1626
1627
1628 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1629
1630 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1631
1632 2021-01-26 Tom de Vries <tdevries@suse.de>
1633
1634 * gdb.threads/killed-outside.exp: Allow regular output.
1635
1636 2021-01-26 Tom de Vries <tdevries@suse.de>
1637
1638 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1639
1640 2021-01-25 Tom de Vries <tdevries@suse.de>
1641
1642 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1643 * lib/gdb.exp: Use gdb_load_no_complaints.
1644
1645 2021-01-25 Tom Tromey <tromey@adacore.com>
1646
1647 * gdb.ada/fixed_points.exp: Add regression test.
1648 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1649 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1650
1651 2021-01-25 Tom Tromey <tromey@adacore.com>
1652
1653 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1654
1655 2021-01-25 Tom Tromey <tromey@adacore.com>
1656
1657 * gdb.ada/local-enum.exp: New file.
1658 * gdb.ada/local-enum/local.adb: New file.
1659
1660 2021-01-23 Tom Tromey <tom@tromey.com>
1661
1662 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1663
1664 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1665
1666 * gdb.base/line65535.exp: Fix test expectation.
1667
1668 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1669
1670 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1671 suppression.
1672 (default_gdb_exit): Likewise.
1673 (default_gdb_spawn): Likewise.
1674 (send_gdb): Likewise.
1675 (gdb_expect): Likewise.
1676 (gdb_expect_list): Likewise.
1677 (default_gdb_init): Likewise.
1678 (gdb_suppress_entire_file): Remove.
1679 (gdb_suppress_tests): Remove.
1680 (gdb_stop_suppressing_tests): Remove.
1681 (gdb_clear_suppressed): Remove.
1682 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1683 related to test suppression.
1684 (default_mi_gdb_start): Likewise.
1685 (mi_gdb_reinitialize_dir): Likewise.
1686 (mi_gdb_test): Likewise.
1687 (mi_run_cmd_full): Likewise.
1688 (mi_runto_helper): Likewise.
1689 (mi_execute_to): Likewise.
1690 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1691 * gdb.base/bitfields.exp: Likewise.
1692 * gdb.base/bitfields2.exp: Likewise.
1693 * gdb.base/break.exp: Likewise.
1694 * gdb.base/call-sc.exp: Likewise.
1695 * gdb.base/callfuncs.exp: Likewise.
1696 * gdb.base/dfp-test.exp: Likewise.
1697 * gdb.base/endian.exp: Likewise.
1698 * gdb.base/exprs.exp: Likewise.
1699 * gdb.base/funcargs.exp: Likewise.
1700 * gdb.base/hbreak2.exp: Likewise.
1701 * gdb.base/recurse.exp: Likewise.
1702 * gdb.base/scope.exp: Likewise.
1703 * gdb.base/sepdebug.exp: Likewise.
1704 * gdb.base/structs.exp: Likewise.
1705 * gdb.base/until.exp: Likewise.
1706 * gdb.cp/misc.exp: Likewise.
1707
1708 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1709
1710 PR cli/25956
1711 * gdb.base/style.exp (run_style_tests): Add version string test.
1712 (test_startup_version_string): Use version style name.
1713 * lib/gdb-utils.exp (style): Handle version style name.
1714
1715 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1716
1717 * gdb.base/style.exp (limited_style): New proc.
1718 (clean_restart_and_disable): New proc.
1719 (run_style_tests): New proc. Most of the old tests from this file
1720 are now in this proc.
1721 (test_startup_version_string): New proc. Reamining test from the
1722 old file is in this proc.
1723
1724 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1725
1726 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1727 Adjust to "set debug remote" changes.
1728
1729 2021-01-21 Luis Machado <luis.machado@linaro.org>
1730
1731 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1732 message.
1733
1734 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1735
1736 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1737
1738 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1739
1740 PR python/19151
1741 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1742
1743 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1744
1745 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1746
1747 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1748
1749 * lib/tuiterm.exp: Add links in comments.
1750
1751 2021-01-20 Tom de Vries <tdevries@suse.de>
1752
1753 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1754 offset.
1755
1756 2021-01-20 Tom de Vries <tdevries@suse.de>
1757
1758 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1759
1760 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1761
1762 * gdb.arch/amd64-stap-expressions.S: New file.
1763 * gdb.arch/amd64-stap-expressions.exp: New file.
1764
1765 2021-01-19 Tom de Vries <tdevries@suse.de>
1766
1767 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1768 sequence.
1769
1770 2021-01-19 Tom de Vries <tdevries@suse.de>
1771
1772 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1773
1774 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1775
1776 * gdb.fortran/array-slices.exp (run_test): Avoid including
1777 addresses in test names.
1778
1779 2021-01-15 Tom de Vries <tdevries@suse.de>
1780
1781 PR testsuite/26997
1782 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1783 when adding sizeof.
1784
1785 2021-01-14 Tom de Vries <tdevries@suse.de>
1786
1787 PR testsuite/24590
1788 * gdb.base/style.exp: Handle shorter argv in frame command output.
1789
1790 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1791
1792 PR gdb/26819
1793 * gdb.server/stop-reply-no-thread-multi.c: New file.
1794 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1795
1796 2021-01-12 Tom de Vries <tdevries@suse.de>
1797
1798 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1799 (main): Remove call to have_mpx.
1800 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1801 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1802 (main): Remote call to have_mpx.
1803 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1804 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1805 (main): Remove call to have_mpx.
1806 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1807 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1808 (main): Remove call to have_mpx.
1809 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1810 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1811 (main): Remote call to have_mpx.
1812 * gdb.arch/i386-mpx.exp: Use have_mpx.
1813 * lib/gdb.exp (have_mpx): New proc.
1814
1815 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1816
1817 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1818
1819 2021-01-12 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1822
1823 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1824
1825 * gdb.fortran/debug-expr.exp: Add new tests.
1826
1827 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1828
1829 * gdb.fortran/dot-ops.exp: Add new tests.
1830
1831 2021-01-11 Tom de Vries <tdevries@suse.de>
1832
1833 PR testsuite/26968
1834 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1835 Move insn setting $eax to before probe point.
1836
1837 2021-01-09 Tom Tromey <tom@tromey.com>
1838
1839 * gdb.trace/ax.exp: Do not require an "ext".
1840
1841 2021-01-08 Tom Tromey <tromey@adacore.com>
1842
1843 * gdb.ada/voidctx/pck.adb: New file.
1844 * gdb.ada/voidctx/pck.ads: New file.
1845 * gdb.ada/voidctx/voidctx.adb: New file.
1846 * gdb.ada/voidctx.exp: New file.
1847
1848 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1849
1850 PR gdb/27157
1851 * gdb.base/empty-host-env-vars.exp: New test.
1852
1853 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1854
1855 * gdb.base/completion.exp: Add a new test.
1856
1857 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1858
1859 * gdb.fortran/intvar-dynamic-types.exp: New file.
1860 * gdb.fortran/intvar-dynamic-types.f90: New file.
1861
1862 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1863
1864 * gdb.fortran/intvar-array.exp: New file.
1865 * gdb.fortran/intvar-array.f90: New file.
1866
1867 2021-01-07 Tom Tromey <tromey@adacore.com>
1868
1869 * gdb.ada/assign_arr.exp: Add 'others' test.
1870
1871 2021-01-06 Tom Tromey <tromey@adacore.com>
1872
1873 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1874 (FP4_Type): New type.
1875 (FP4_Var): New variable.
1876 * gdb.ada/fixed_points/fixed_points.adb: Update.
1877 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1878
1879 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1880
1881 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1882 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1883 Pass prompt containing debug print to gdb_test_sequence.
1884
1885 2021-01-04 Tom de Vries <tdevries@suse.de>
1886
1887 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1888
1889 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1890
1891
1892
1893 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1894
1895 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1896 * gdb.server/connect-without-multi-process.exp: Likewise.
1897 * gdb.server/exit-multiple-threads.exp: Likewise.
1898 * gdb.server/ext-attach.exp: Likewise.
1899 * gdb.server/ext-restart.exp: Likewise.
1900 * gdb.server/ext-run.exp: Likewise.
1901 * gdb.server/ext-wrapper.exp: Likewise.
1902 * gdb.server/multi-ui-errors.exp: Likewise.
1903 * gdb.server/no-thread-db.exp: Likewise.
1904 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1905 * gdb.server/run-without-local-binary.exp: Likewise.
1906 * gdb.server/server-kill.exp: Likewise.
1907 * gdb.server/server-run.exp: Likewise.
1908 * gdb.server/solib-list.exp: Likewise.
1909 * gdb.server/stop-reply-no-thread.exp: Likewise.
1910 * gdb.server/wrapper.exp: Likewise.
1911 * gdb.server/sysroot.exp: Increase timeout when testing the
1912 target: sysroot.
1913
1914 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1915
1916 * gdb.server/server-run.exp: Use clean_restart.
1917
1918 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1919
1920 * gdb.server/ext-run.exp: Use clean_restart.
1921
1922 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1923
1924 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1925 instead of prepare_for_testing.
1926
1927 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1928
1929 * gdb.server/solib-list.exp: Use clean_restart.
1930
1931 2021-01-04 Tom de Vries <tdevries@suse.de>
1932
1933 * gdb.base/morestack.c: Remove printf.
1934 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1935
1936 2020-12-31 Tom Tromey <tom@tromey.com>
1937
1938 * gdb.rust/simple.exp: Update output for Rust 1.49.
1939
1940 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1941
1942 * gdb.cp/step-and-next-inline.exp: Fix test case.
1943
1944 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1945
1946 * gdb.python/py-frame-args.exp: De-duplicate test names.
1947
1948 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1949
1950 PR gdb/27059
1951 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1952 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1953
1954 2020-12-21 Peter Waller <p@pwaller.net>
1955
1956 * gdb.base/style-interp-exec-mi.exp: New.
1957 * gdb.base/style-interp-exec-mi.c: New.
1958
1959 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1960
1961 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1962 gdb_test. Use proc_with_prefix.
1963
1964 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1965
1966 * gdb.btrace/exception.exp: Build with nopie.
1967 * gdb.btrace/function_call_history.exp: Likewise.
1968 * gdb.btrace/unknown_functions.exp: Likewise.
1969
1970 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1971
1972 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1973
1974 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1975
1976 * gdb.python/py-record-btrace.exp: Make test names unique.
1977 * gdb.python/py-record-full.exp: Likewise.
1978
1979 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1980
1981 * gdb.btrace/data.exp: Make test names unique.
1982 * gdb.btrace/delta.exp: Likewise.
1983 * gdb.btrace/enable.exp: Likewise.
1984 * gdb.btrace/function_call_history.exp: Likewise.
1985 * gdb.btrace/nohist.exp: Likewise.
1986 * gdb.btrace/non-stop.exp: Likewise.
1987 * gdb.btrace/rn-dl-bind.exp: Likewise.
1988 * gdb.btrace/step.exp: Likewise.
1989 * gdb.btrace/stepi.exp: Likewise.
1990 * gdb.btrace/tailcall.exp: Likewise.
1991
1992 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1993
1994 * gdb.btrace/enable.exp: Update error message.
1995 * gdb.btrace/multi-inferior.exp: Likewise.
1996 * gdb.btrace/reconnect.exp: Likewise.
1997 * gdb.python/py-record-btrace.exp: Likewise.
1998 * gdb.python/py-record-full.exp: Likewise.
1999
2000 2020-12-20 Tom de Vries <tdevries@suse.de>
2001
2002 * lib/gdb.exp (save_target_board_info): New proc.
2003 (gdb_compile_shlib): Use save_target_board_info.
2004
2005 2020-12-19 Tom de Vries <tdevries@suse.de>
2006
2007 * lib/gdb.exp (supports_scalar_storage_order_attribute)
2008 (supports_gnuc): New proc.
2009 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
2010 test_compiler_info calls. Add unsupported message.
2011 * gdb.base/endianity.c: Use TEST_SSO.
2012
2013 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
2014
2015 PR exp/27070
2016 * gdb.python/compare-enum-type-a.c: New test.
2017 * gdb.python/compare-enum-type-b.c: New test.
2018 * gdb.python/compare-enum-type.exp: New file.
2019 * gdb.python/compare-enum-type.h: New test.
2020
2021 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
2022
2023 * gdb.python/py-format-string.exp: Add tests for address keyword.
2024
2025 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
2026
2027 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
2028
2029 2020-12-18 Tom Tromey <tromey@adacore.com>
2030
2031 * gdb.ada/fixed_points.exp: Also run with
2032 -fgnat-encodings=minimal. Update expected output.
2033
2034 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
2035
2036 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
2037 * gdb.base/continue-all-already-running.exp: Likewise.
2038 * gdb.base/moribund-step.exp: Likewise.
2039 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
2040
2041 2020-12-16 Tom de Vries <tdevries@suse.de>
2042
2043 * gdb.base/batch-preserve-term-settings.exp:
2044
2045 2020-12-16 Tom de Vries <tdevries@suse.de>
2046
2047 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
2048 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
2049
2050 2020-12-16 Luis Machado <luis.machado@linaro.org>
2051
2052 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
2053 pointer-based memory accesses.
2054 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
2055 hw watchpoint cases.
2056
2057 2020-12-15 Rae Kim <rae.kim@gmail.com>
2058
2059 * gdb.base/document.exp: New test.
2060
2061 2020-12-15 Tom Tromey <tromey@adacore.com>
2062
2063 * gdb.base/style.exp: Add deprecation tests.
2064
2065 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
2066
2067 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
2068
2069 2020-12-14 Mark Wielaard <mark@klomp.org>
2070
2071 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
2072 specially, set attr_form_comment to the actual FORM string used.
2073
2074 2020-12-14 Mark Wielaard <mark@klomp.org>
2075
2076 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
2077 _constants(SPECIAL_expr) here, but set it...
2078 (Dwarf::cu): ...here based on _cu_version.
2079
2080 2020-12-14 Tom de Vries <tdevries@suse.de>
2081
2082 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
2083 pass -fPIC.
2084 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
2085 * gdb.base/break-probes.exp: Same.
2086 * gdb.base/ctxobj.exp: Same.
2087 * gdb.base/dso2dso.exp: Same.
2088 * gdb.base/global-var-nested-by-dso.exp: Same.
2089 * gdb.base/info-shared.exp: Same.
2090 * gdb.base/jit-reader-simple.exp: Same.
2091 * gdb.base/print-file-var.exp: Same.
2092 * gdb.base/skip-solib.exp: Same.
2093 * gdb.btrace/dlopen.exp: Same.
2094
2095 2020-12-14 Tom de Vries <tdevries@suse.de>
2096
2097 PR testsuite/26963
2098 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
2099
2100 2020-12-14 Tom de Vries <tdevries@suse.de>
2101
2102 PR testsuite/26962
2103 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
2104 cast it to its declared type".
2105
2106 2020-12-14 Tom de Vries <tdevries@suse.de>
2107
2108 PR testsuite/26951
2109 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
2110 shell prompt.
2111
2112 2020-12-14 Tom Tromey <tromey@adacore.com>
2113
2114 * gdb.ada/nested.exp: Add new tests.
2115 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
2116
2117 2020-12-14 Tom Tromey <tromey@adacore.com>
2118
2119 * gdb.dwarf2/ada-thick-pointer.exp: New file.
2120
2121 2020-12-14 Tom Tromey <tromey@adacore.com>
2122
2123 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
2124
2125 2020-12-13 Tom de Vries <tdevries@suse.de>
2126
2127 PR testsuite/26953
2128 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
2129 attribute support if compiler doesn't support it.
2130
2131 2020-12-13 Tom de Vries <tdevries@suse.de>
2132
2133 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
2134 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
2135 source to shared lib. Add ada to options.
2136
2137 2020-12-13 Tom de Vries <tdevries@suse.de>
2138
2139 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
2140 calling gnatbind and gnatlink.
2141
2142 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2143
2144 * gdb.base/dcache-flush.c: New file.
2145 * gdb.base/dcache-flush.exp: New file.
2146
2147 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2148
2149 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
2150 commands.
2151 * gdb.base/killed-outside.exp: Likewise.
2152 * gdb.opt/inline-bt.exp: Likewise.
2153 * gdb.perf/gmonster-null-lookup.py: Likewise.
2154 * gdb.perf/gmonster-print-cerr.py: Likewise.
2155 * gdb.perf/gmonster-ptype-string.py: Likewise.
2156 * gdb.python/py-unwind.exp: Likewise.
2157
2158 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2159
2160 * gdb.base/commands.exp: Update expected results.
2161
2162 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2163
2164 PR cli/15104
2165 * gdb.base/commands.exp: Add additional tests.
2166 * gdb.base/completion.exp: Add additional tests.
2167
2168 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2169
2170 * gdb.base/completion.exp: Add additional tests.
2171
2172 2020-12-11 Tom de Vries <tdevries@suse.de>
2173
2174 PR testsuite/26991
2175 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
2176 violations by setting bounds registers if the bounds are passed in the
2177 Bounds Table.
2178
2179 2020-12-11 Tom de Vries <tdevries@suse.de>
2180
2181 PR testsuite/26954
2182 * gdb.base/float128.exp: Detect and handle no mpfr support.
2183
2184 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
2185
2186 PR gdb/24694
2187 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
2188 calls.
2189
2190 2020-12-10 Tom de Vries <tdevries@suse.de>
2191
2192 PR testsuite/26947
2193 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
2194 braces for tcl 8.5 and earlier.
2195
2196 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
2197
2198 PR 26875, PR 26901
2199 * gdb.base/flexible-array-member.c: New test.
2200 * gdb.base/flexible-array-member.exp: New test.
2201
2202 2020-12-08 Tom de Vries <tdevries@suse.de>
2203
2204 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
2205 using is_amd64_regs_target.
2206
2207 2020-12-08 Tom de Vries <tdevries@suse.de>
2208
2209 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
2210 self_id.
2211
2212 2020-12-07 Pedro Alves <pedro@palves.net>
2213
2214 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
2215 'additional_flags' variable.
2216
2217 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2218
2219 * gdb.linespec/explicit.exp: Extend with a test to check completing
2220 '-' after seemingly complete options.
2221
2222 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2223
2224 * gdb.linespec/keywords.exp: Add tests to check positional
2225 flexibility of "-force-condition".
2226
2227 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2228
2229 * gdb.base/bp-cmds-run-with-ex.c: New file.
2230 * gdb.base/bp-cmds-run-with-ex.exp: New file.
2231 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
2232 * gdb.gdb/python-interrupts.exp: Update the call to
2233 'catch_command_errors' with the new argument.
2234 * gdb.gdb/python-selftest.exp: Ditto.
2235
2236 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2237
2238 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
2239 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2240 * gdb.threads/non-stop-fair-events.exp: Likewise.
2241
2242 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2243
2244 * gdb.threads/step-over-exec.exp: New.
2245 * gdb.threads/step-over-exec.c: New.
2246 * gdb.threads/step-over-exec-execd.c: New.
2247 * lib/my-syscalls.S: New.
2248 * lib/my-syscalls.h: New.
2249
2250 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2251
2252 * lib/dwarf.exp (declare_labels): Use name as text if text is
2253 not provided.
2254
2255 2020-12-04 Tom de Vries <tdevries@suse.de>
2256
2257 PR testsuite/26990
2258 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
2259 are unsupported.
2260
2261 2020-12-04 Tom de Vries <tdevries@suse.de>
2262
2263 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
2264 clause.
2265
2266 2020-12-04 Tom de Vries <tdevries@suse.de>
2267
2268 * gdb.reverse/insn-reverse.exp: Fix count handling.
2269
2270 2020-12-04 Tom de Vries <tdevries@suse.de>
2271
2272 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
2273 __x86_64__.
2274
2275 2020-12-04 Tom de Vries <tdevries@suse.de>
2276
2277 * gdb.reverse/insn-reverse.c (test_nr): New var.
2278 (usage, parse_args): New function.
2279 (main): Call parse_args. Only run test for test_nr.
2280 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
2281 and bail out. Run subtests individually, using an inferior arg
2282 specifying the subtest.
2283
2284 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
2287
2288 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2289
2290 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
2291 update test to use this.
2292
2293 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2294
2295 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
2296
2297 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2298
2299 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
2300 (do_test): Don't use with_test_prefix.
2301 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
2302 (do_test): Don't use with_test_prefix.
2303 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
2304 (do_test): Don't use with_test_prefix.
2305 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
2306 (do_test): Don't use with_test_prefix.
2307
2308 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2309
2310 * gdb.threads/non-ldr-exit.exp: Fix comment.
2311
2312 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2313
2314 * gdb.xml/maint-xml-dump-03.xml: New file.
2315
2316 2020-11-30 Tom de Vries <tdevries@suse.de>
2317
2318 PR symtab/26905
2319 * gdb.dwarf2/count.exp: Remove kfails.
2320
2321 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2322
2323 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
2324 indices.
2325
2326 2020-11-24 Joel Brobecker <brobecker@adacore.com>
2327
2328 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
2329 the "ptype pck__fp1_range_var" test for the module-2 and pascal
2330 languages. Remove the associated setup_xfail.
2331
2332 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
2333
2334 * lib/gdb.exp (gdb_assert): Show error message on error.
2335
2336 2020-11-23 Tom de Vries <tdevries@suse.de>
2337
2338 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
2339 * gdb.ada/mod_from_name.exp: Same.
2340 * gdb.ada/pckd_arr_ren.exp: Same.
2341
2342 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2343
2344 * gdb.base/template.exp: New.
2345 * gdb.base/template.c: New.
2346
2347 2020-11-22 Gary Benson <gbenson@redhat.com>
2348
2349 PR gdb/26905
2350 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2351 is defined using a DW_AT_count which references another DIE.
2352
2353 2020-11-21 Tom de Vries <tdevries@suse.de>
2354
2355 * gdb.base/vla-ptr.exp: Add XFAIL.
2356
2357 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2358
2359 * gdb.fortran/array-slices-bad.exp: New file.
2360 * gdb.fortran/array-slices-bad.f90: New file.
2361 * gdb.fortran/array-slices-sub-slices.exp: New file.
2362 * gdb.fortran/array-slices-sub-slices.f90: New file.
2363 * gdb.fortran/array-slices.exp: Rewrite tests.
2364 * gdb.fortran/array-slices.f90: Rewrite tests.
2365 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2366
2367 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2368
2369 * gdb.base/completion.exp: Add new completion tests.
2370
2371 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2372
2373 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2374 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2375 * gdb.mi/mi-nsintrall.exp: Likewise.
2376 * gdb.mi/mi-nsmoribund.exp: Likewise.
2377 * gdb.mi/mi-nsthrexec.exp: Likewise.
2378 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2379
2380 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2381
2382 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2383 of perror.
2384
2385 2020-11-18 Joseph Myers <joseph@codesourcery.com>
2386
2387 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2388 $arg.exe exists but $arg does not.
2389
2390 2020-11-17 Gary Benson <gbenson@redhat.com>
2391
2392 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2393 __attribute__ ((used)).
2394
2395 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2398
2399 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2400
2401 * gdb.base/completion.exp: Add new tests.
2402
2403 2020-11-16 Tom Tromey <tromey@adacore.com>
2404
2405 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2406 tests.
2407
2408 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2409
2410 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2411 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2412 (main): Add reference to pck__fp1_var2.
2413 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2414
2415 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2416
2417 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2418
2419 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2420
2421 * gdb.ada/fixed_points.exp: Add ptype tests.
2422 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2423
2424 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2425
2426 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2427
2428 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2429
2430 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2431 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2432 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2433 New files.
2434 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2435
2436 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2437 New files.
2438
2439 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2440
2441 PR cli/26879
2442 * gdb.fortran/completion.exp: New file.
2443 * gdb.fortran/completion.f90: New file.
2444
2445 2020-11-12 Joseph Myers <joseph@codesourcery.com>
2446
2447 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2448 but $arg does not.
2449
2450 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2451
2452 * gdb.fortran/types.exp: Add more tests.
2453
2454 2020-11-12 Tom Tromey <tom@tromey.com>
2455
2456 PR rust/26799:
2457 * gdb.rust/traits.exp: Remove kfails.
2458
2459 2020-11-12 Gary Benson <gbenson@redhat.com>
2460
2461 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2462 statement.
2463
2464 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
2465
2466 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2467 always-inserted" axis.
2468 (do_test): Add breakpoint_always_inserted parameter.
2469
2470 2020-11-10 Tom Tromey <tromey@adacore.com>
2471
2472 * gdb.ada/bias.exp: Update.
2473 * gdb.ada/bias/bias.adb (X): Change value.
2474
2475 2020-11-10 Gary Benson <gbenson@redhat.com>
2476
2477 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2478 regexp fragment in parentheses to prevent false matching.
2479
2480 2020-11-10 Gary Benson <gbenson@redhat.com>
2481
2482 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2483
2484 2020-11-10 Gary Benson <gbenson@redhat.com>
2485
2486 * gdb.cp/step-and-next-inline.exp: Only require
2487 -gstatement-frontiers when building with GCC.
2488 Only setup KFAIL's for GCC issues when using
2489 a GCC-built executable.
2490
2491 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2492
2493 * gdb.base/debug-expr.c: Add extra function to allow for an
2494 additional test.
2495 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2496 to this proc with gdb_test_debug_expr. Add an extra test.
2497 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2498 to this proc with gdb_test_debug_expr, give the tests names
2499 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2500 calls to this proc with gdb_test_debug_expr, give the tests names
2501 * gdb.fortran/debug-expr.exp: New file.
2502 * gdb.fortran/debug-expr.f90: New file.
2503 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2504
2505 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
2506
2507 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2508 proceduresu.
2509 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2510 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2511 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2512 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2513 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2514 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2515 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2516 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2517
2518 2020-11-04 Tom Tromey <tromey@adacore.com>
2519
2520 * gdb.ada/funcall_ref.exp: Update.
2521 * gdb.ada/var_rec_arr.exp: Update.
2522
2523 2020-11-04 Tom Tromey <tromey@adacore.com>
2524
2525 * gdb.ada/rec_ptype.exp: New file.
2526 * gdb.ada/rec_ptype/main.adb: New file.
2527 * gdb.ada/rec_ptype/p.ads: New file.
2528
2529 2020-11-04 Tom Tromey <tromey@adacore.com>
2530
2531 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2532 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2533 (PT_Full): New variable.
2534 * gdb.ada/tick_length_array_enum_idx/pck.adb
2535 (Full_PT): New type.
2536
2537 2020-11-04 Tom Tromey <tromey@adacore.com>
2538
2539 * gdb.ada/array_of_variant.exp: New file.
2540 * gdb.ada/array_of_variant/p.adb: New file.
2541 * gdb.ada/array_of_variant/pck.ads: New file.
2542 * gdb.ada/array_of_variant/pck.adb: New file.
2543
2544 2020-11-04 Tom Tromey <tromey@adacore.com>
2545
2546 * gdb.ada/enum_idx_packed.exp: Add test.
2547 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2548 New variable.
2549 * gdb.ada/enum_idx_packed/pck.ads (Short)
2550 (Multi_Dimension, Multi_Dimension_Access): New types.
2551
2552 2020-11-04 Tom Tromey <tromey@adacore.com>
2553
2554 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2555
2556 2020-11-04 Tom Tromey <tromey@adacore.com>
2557
2558 * gdb.ada/set_pckd_arr_elt.exp: Also test
2559 -fgnat-encodings=minimal. Add tests.
2560 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2561 Call Update_Small a second time.
2562 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2563 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2564 (Variant_Access): New types.
2565 (New_Variant): Declare.
2566
2567 2020-11-04 Tom Tromey <tromey@adacore.com>
2568
2569 * gdb.ada/mod_from_name.exp: Test printing slice.
2570
2571 2020-11-04 Tom Tromey <tromey@adacore.com>
2572
2573 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2574 values.
2575 * gdb.ada/access_to_unbounded_array.exp: Test different
2576 -fgnat-encodings values.
2577 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2578 values.
2579 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2580 values.
2581 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2582 values.
2583 * gdb.ada/array_of_variable_length.exp: Test different
2584 -fgnat-encodings values.
2585 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2586 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2587 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2588 change.
2589 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2590 values.
2591 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2592 * gdb.ada/out_of_line_in_inlined.exp: Test different
2593 -fgnat-encodings values.
2594 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2595 values.
2596 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2597 values.
2598 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2599 -fgnat-encodings values.
2600 * gdb.ada/variant_record_packed_array.exp: Test different
2601 -fgnat-encodings values.
2602
2603 2020-11-04 Tom Tromey <tromey@adacore.com>
2604
2605 * gdb.ada/enum_idx_packed.exp: Add tests.
2606 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2607 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2608 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2609 declarations.
2610
2611 2020-11-03 Tom de Vries <tdevries@suse.de>
2612
2613 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2614 terminator comments.
2615 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2616 terminator.
2617
2618 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2619
2620 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2621 integer format test with regexp.
2622
2623 2020-11-02 Gary Benson <gbenson@redhat.com>
2624
2625 * gdb.base/print-file-var.exp (test): Separate compiler and
2626 linker options, and build using build_executable_from_specs
2627 to accommodate this.
2628
2629 2020-11-02 Gary Benson <gbenson@redhat.com>
2630
2631 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2632 for .c files compiled as C++ with Clang if any shared
2633 libraries are specified.
2634
2635 2020-11-02 Gary Benson <gbenson@redhat.com>
2636
2637 * lib/attributes.h: New header.
2638 * gdb.base/backtrace.c: Include the above. Replace
2639 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2640 * gdb.base/infcall-nested-structs.c: Likewise.
2641 * gdb.base/vla-optimized-out.c: Likewise.
2642
2643 2020-11-02 Tom de Vries <tdevries@suse.de>
2644
2645 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2646
2647 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2648
2649 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2650 System.Min_Int and System.Max_Int with smaller hardcoded
2651 constants.
2652
2653 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2654
2655 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2656 * configure: Re-generate.
2657
2658 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2659
2660 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2661 expected output.
2662
2663 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2664
2665 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2666 behavior.
2667 * gdb.base/paginate-bg-execution.exp: Ditto.
2668 * gdb.base/paginate-inferior-exit.exp: Ditto.
2669 * gdb.base/double-prompt-target-event-error.c: Remove.
2670 * gdb.base/double-prompt-target-event-error.exp: Remove.
2671
2672 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2673
2674 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2675 inferiors' and 'detach inferiors' do not change the current
2676 inferior.
2677
2678 2020-10-29 Tom de Vries <tdevries@suse.de>
2679
2680 * gdb.threads/tls.exp: Fix DUPLICATEs.
2681
2682 2020-10-28 Tom de Vries <tdevries@suse.de>
2683
2684 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2685
2686 2020-10-28 Tom de Vries <tdevries@suse.de>
2687
2688 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2689 * gdb.base/reread.exp: Same.
2690
2691 2020-10-28 Tom de Vries <tdevries@suse.de>
2692
2693 * lib/gdb.exp (readnow): Handle arg.
2694 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2695
2696 2020-10-28 Tom de Vries <tdevries@suse.de>
2697
2698 * gdb.base/relocate.exp: Update regexp for -readnow.
2699
2700 2020-10-28 Tom de Vries <tdevries@suse.de>
2701
2702 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2703 -readnow.
2704
2705 2020-10-28 Tom de Vries <tdevries@suse.de>
2706
2707 PR symtab/26772
2708 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2709 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2710
2711 2020-10-28 Tom de Vries <tdevries@suse.de>
2712
2713 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2714 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2715 complaint during file command for -readnow.
2716
2717 2020-10-28 Tom de Vries <tdevries@suse.de>
2718
2719 * gdb.cp/nsalias.exp: Fix typo in test name.
2720
2721 2020-10-28 Tom de Vries <tdevries@suse.de>
2722
2723 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2724
2725 2020-10-28 Tom de Vries <tdevries@suse.de>
2726
2727 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2728 -readnow.
2729
2730 2020-10-27 Tom de Vries <tdevries@suse.de>
2731
2732 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2733
2734 2020-10-27 Tom de Vries <tdevries@suse.de>
2735
2736 * gdb.base/maint.exp: Update for -readnow.
2737
2738 2020-10-27 Tom de Vries <tdevries@suse.de>
2739
2740 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2741 -readnow.
2742
2743 2020-10-14 Gary Benson <gbenson@redhat.com>
2744
2745 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2746 "_vptr$Base" as correct, in addition to "_vptr.Base".
2747 (test_mixed): Likewise.
2748
2749 2020-10-27 Gary Benson <gbenson@redhat.com>
2750
2751 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2752 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2753
2754 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2755
2756 * gdb.base/condbreak.exp: Update the completion tests to
2757 consider the '-force' flag.
2758
2759 2020-10-27 Tom de Vries <tdevries@suse.de>
2760
2761 * gdb.base/list-ambiguous-readnow.exp: New file.
2762
2763 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2764
2765 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2766 the condition.
2767 * gdb.linespec/cpcompletion.exp: Update to consider the
2768 '-force-condition' keyword.
2769 * gdb.linespec/explicit.exp: Ditto.
2770 * lib/completion-support.exp: Ditto.
2771
2772 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2773
2774 * gdb.base/condbreak-multi-context.cc: New file.
2775 * gdb.base/condbreak-multi-context.exp: New file.
2776
2777 2020-10-26 Tom Tromey <tom@tromey.com>
2778
2779 * lib/mi-support.exp (default_mi_gdb_start): Call
2780 gdb_stdin_log_init.
2781 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2782 subtract one from gdb_instances.
2783 (gdb_stdin_log_write): Flush in_file.
2784
2785 2020-10-26 Tom de Vries <tdevries@suse.de>
2786
2787 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2788
2789 2020-10-26 Tom Tromey <tromey@adacore.com>
2790
2791 * gdb.ada/unsigned_range/foo.adb: New file.
2792 * gdb.ada/unsigned_range/pack.adb: New file.
2793 * gdb.ada/unsigned_range/pack.ads: New file.
2794 * gdb.ada/unsigned_range.exp: New file.
2795
2796 2020-10-26 Tom de Vries <tdevries@suse.de>
2797
2798 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2799
2800 2020-10-26 Tom de Vries <tdevries@suse.de>
2801
2802 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2803 for CU.
2804 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2805
2806 2020-10-23 Tom de Vries <tdevries@suse.de>
2807
2808 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2809 DW_FORM_string.
2810 (Dwarf::_default_form): New proc.
2811 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2812 guessed.
2813
2814 2020-10-23 Tom de Vries <tdevries@suse.de>
2815
2816 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2817 * gdb.dwarf2/atomic-type.exp: Same.
2818 * gdb.dwarf2/bad-regnum.exp: Same.
2819 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2820 * gdb.dwarf2/dw2-align.exp: Same.
2821 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2822 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2823 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2824 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2825 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2826 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2827 * gdb.dwarf2/enum-type.exp: Same.
2828 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2829 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2830 * gdb.dwarf2/main-subprogram.exp: Same.
2831 * gdb.dwarf2/missing-type-name.exp: Same.
2832 * gdb.dwarf2/nonvar-access.exp: Same.
2833 * gdb.dwarf2/typedef-void-finish.exp: Same.
2834 * gdb.dwarf2/var-access.exp: Same.
2835 * gdb.dwarf2/void-type.exp: Same.
2836
2837 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2838
2839 PR gdb/26693
2840 * gdb.dwarf2/template-specification-full-name.exp: New test.
2841
2842 2020-10-22 Luis Machado <luis.machado@linaro.org>
2843
2844 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2845 expected an offset from the function.
2846 * gdb.base/msym-bp.exp (test): Likewise.
2847
2848 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2849
2850 * gdb.fortran/array-slices.exp: Add a new test.
2851
2852 2020-10-21 Gary Benson <gbenson@redhat.com>
2853
2854 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2855 fullname test with Clang. Also expand comments generally.
2856
2857 2020-10-20 Tom de Vries <tdevries@suse.de>
2858
2859 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2860
2861 2020-10-20 Tom de Vries <tdevries@suse.de>
2862
2863 * gdb.dwarf2/arr-stride.c: Remove.
2864 * gdb.dwarf2/arr-stride.exp: Use main.c.
2865 * gdb.dwarf2/arr-subrange.c: Remove.
2866 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2867 * gdb.dwarf2/bad-regnum.c: Remove.
2868 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2869 * gdb.dwarf2/corrupt.c: Remove.
2870 * gdb.dwarf2/corrupt.exp: Use main.c.
2871 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2872 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2873 * gdb.dwarf2/dw2-icycle.c: Remove.
2874 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2875 * gdb.dwarf2/formdata16.c: Remove.
2876 * gdb.dwarf2/formdata16.exp: Use main.c.
2877 * gdb.dwarf2/implptrconst.c: Remove.
2878 * gdb.dwarf2/implptrconst.exp: Use main.c.
2879 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2880 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2881 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2882 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2883
2884 2020-10-20 Tom de Vries <tdevries@suse.de>
2885
2886 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2887 file.
2888 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2889
2890 2020-10-20 Tom de Vries <tdevries@suse.de>
2891
2892 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2893 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2894 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2895 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2896 * gdb.dwarf2/dw2-ranges.exp: Same.
2897 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2898 * gdb.dwarf2/var-access.exp: Same.
2899
2900 2020-10-19 Tom Tromey <tromey@adacore.com>
2901
2902 PR tui/26719
2903 * gdb.tui/list.exp: Check source window contents after focus
2904 change.
2905
2906 2020-10-17 Tom de Vries <tdevries@suse.de>
2907
2908 PR symtab/26317
2909 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2910
2911 2020-10-17 Tom de Vries <tdevries@suse.de>
2912
2913 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2914 as suffix.
2915 * gdb.dwarf2/atomic.c: Rename to ...
2916 * gdb.dwarf2/atomic-type.c: ... this.
2917 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2918 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2919 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2920 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2921 * gdb.dwarf2/fission-mix2.c: Rename to ...
2922 * gdb.dwarf2/fission-mix-2.c: ... this.
2923 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2924 standard_testfile.
2925 * gdb.dwarf2/ada-valprint-error.exp: Same.
2926 * gdb.dwarf2/arr-stride.exp: Same.
2927 * gdb.dwarf2/arr-subrange.exp: Same.
2928 * gdb.dwarf2/atomic-type.exp: Same.
2929 * gdb.dwarf2/bad-regnum.exp: Same.
2930 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2931 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2932 * gdb.dwarf2/clang-debug-names.exp: Same.
2933 * gdb.dwarf2/comp-unit-lang.exp: Same.
2934 * gdb.dwarf2/corrupt.exp: Same.
2935 * gdb.dwarf2/count.exp: Same.
2936 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2937 * gdb.dwarf2/data-loc.exp: Same.
2938 * gdb.dwarf2/dw2-align.exp: Same.
2939 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2940 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2941 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2942 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2943 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2944 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2945 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2946 * gdb.dwarf2/dw2-inline-param.exp: Same.
2947 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2948 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2949 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2950 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2951 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2952 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2953 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2954 * gdb.dwarf2/dw2-param-error.exp: Same.
2955 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2956 * gdb.dwarf2/dw2-ranges.exp: Same.
2957 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2958 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2959 * gdb.dwarf2/dw4-sig-types.exp: Same.
2960 * gdb.dwarf2/dynarr-ptr.exp: Same.
2961 * gdb.dwarf2/enum-type.exp: Same.
2962 * gdb.dwarf2/fission-mix.exp: Same.
2963 * gdb.dwarf2/formdata16.exp: Same.
2964 * gdb.dwarf2/implptrconst.exp: Same.
2965 * gdb.dwarf2/implptrpiece.exp: Same.
2966 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2967 * gdb.dwarf2/main-subprogram.exp: Same.
2968 * gdb.dwarf2/method-ptr.exp: Same.
2969 * gdb.dwarf2/missing-sig-type.exp: Same.
2970 * gdb.dwarf2/nonvar-access.exp: Same.
2971 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2972 * gdb.dwarf2/shortpiece.exp: Same.
2973 * gdb.dwarf2/staticvirtual.exp: Same.
2974 * gdb.dwarf2/subrange.exp: Same.
2975 * gdb.dwarf2/symtab-producer.exp: Same.
2976 * gdb.dwarf2/typedef-void-finish.exp: Same.
2977 * gdb.dwarf2/var-access.exp: Same.
2978 * gdb.dwarf2/variant.exp: Same.
2979 * gdb.dwarf2/void-type.exp: Same.
2980 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2981 dw2-ranges-main.c.
2982 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2983
2984 2020-10-16 Tom de Vries <tdevries@suse.de>
2985
2986 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2987
2988 2020-10-16 Tom de Vries <tdevries@suse.de>
2989
2990 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2991
2992 2020-10-14 Tom de Vries <tdevries@suse.de>
2993
2994 PR testsuite/26732
2995 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2996 scenario 2.
2997 * gdb.ada/mi_catch_ex_hand.exp: Same.
2998
2999 2020-10-13 Pedro Alves <pedro@palves.net>
3000
3001 * lib/mi-support.exp (mi_clean_restart): New.
3002 (mi_run_to_main): Delete.
3003 All callers adjust to use mi_clean_restart / mi_runto_main.
3004
3005 2020-10-13 Pedro Alves <pedro@palves.net>
3006
3007 * config/monitor.exp: Use "list -q".
3008 * gdb.arch/gdb1558.exp: Use "break -q".
3009 * gdb.arch/i386-permbkpt.exp: Use "break -q".
3010 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
3011 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
3012 * gdb.base/commands.exp: Use "break -q".
3013 * gdb.base/condbreak.exp: Use "break -q".
3014 * gdb.base/ctf-ptype.exp: Use "list -q".
3015 * gdb.base/define.exp: Use "break -q".
3016 * gdb.base/del.exp: Use "break -q".
3017 * gdb.base/fullname.exp: Use "break -q".
3018 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
3019 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
3020 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
3021 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
3022 "hbreak -q".
3023 * gdb.base/included.exp: Use "list -q".
3024 * gdb.base/label.exp: Use "break -q".
3025 * gdb.base/lineinc.exp: Use "break -q".
3026 * gdb.base/list.exp: Use "list -q".
3027 * gdb.base/macscp.exp: Use "list -q".
3028 * gdb.base/pending.exp: Use "break -q".
3029 * gdb.base/prologue-include.exp: Use "break -q".
3030 * gdb.base/ptype.exp: Use "list -q".
3031 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
3032 * gdb.base/server-del-break.exp: Use "break -q".
3033 * gdb.base/style.exp: Use "break -q".
3034 * gdb.base/symbol-without-target_section.exp: Use "list -q".
3035 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
3036 * gdb.cp/exception.exp: Use "tbreak -q".
3037 * gdb.dwarf2/dw2-error.exp: Use "break -q".
3038 * gdb.dwarf2/fission-mix.exp: Use "break -q".
3039 * gdb.dwarf2/fission-reread.exp: Use "break -q".
3040 * gdb.dwarf2/pr13961.exp: Use "break -q".
3041 * gdb.linespec/explicit.exp: Use "list -q".
3042 * gdb.linespec/linespec.exp: Use "break -q".
3043 * gdb.mi/mi-simplerun.exp: Use "--qualified".
3044 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
3045 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
3046 * gdb.server/connect-without-multi-process.exp: Use "break -q".
3047 * gdb.trace/change-loc.exp: Use "break -q".
3048 * gdb.trace/pending.exp: Use "break -q".
3049 * gdb.tui/basic.exp: Use "list -q".
3050 * gdb.tui/list-before.exp: Use "list -q".
3051 * gdb.tui/list.exp: Use "list -q".
3052 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
3053
3054 2020-10-13 Pedro Alves <pedro@palves.net>
3055
3056 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
3057 saved breakpoints file.
3058 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
3059 inspecting breakpoint list.
3060 * lib/gdb.exp (runto_main): Add "qualified" to options.
3061 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
3062 and handle it.
3063 (mi_runto_main): Pass 1 as qualified argument.
3064
3065 2020-10-13 Pedro Alves <pedro@palves.net>
3066
3067 * lib/mi-support.exp (mi_runto_main): New proc.
3068 (mi_run_to_main): Use it.
3069 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
3070 * gdb.mi/mi-var-cmd.exp: Likewise.
3071 * gdb.mi/mi-var-invalidate.exp: Likewise.
3072 * mi-var-list-children-invalid-grandchild.exp: Likewise.
3073 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3074 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3075 * gdb.mi/user-selected-context-sync.exp: Likewise.
3076 * gdb.opt/inline-cmds.exp: Likewise.
3077 * gdb.python/py-framefilter-mi.exp: Likewise.
3078 * gdb.python/py-mi.exp: Likewise.
3079
3080 2020-10-13 Pedro Alves <pedro@palves.net>
3081
3082 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
3083 "runto main".
3084 * gdb.ada/small_reg_param.exp: Likewise.
3085 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3086 * gdb.base/annota1.exp: Likewise.
3087 * gdb.base/anon.exp: Likewise.
3088 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
3089 * gdb.base/dprintf-non-stop.exp: Likewise.
3090 * gdb.base/dprintf.exp: Likewise.
3091 * gdb.base/gdb11530.exp: Likewise.
3092 * gdb.base/gdb11531.exp: Likewise.
3093 * gdb.base/gnu_vector.exp: Likewise.
3094 * gdb.base/interrupt-noterm.exp: Likewise.
3095 * gdb.base/memattr.exp: Likewise.
3096 * gdb.base/step-over-syscall.exp: Likewise.
3097 * gdb.base/watch-cond-infcall.exp: Likewise.
3098 * gdb.base/watch-read.exp: Likewise.
3099 * gdb.base/watch-vfork.exp: Likewise.
3100 * gdb.base/watch_thread_num.exp: Likewise.
3101 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
3102 * gdb.guile/scm-frame-inline.exp: Likewise.
3103 * gdb.linespec/explicit.exp: Likewise.
3104 * gdb.opt/inline-break.exp: Likewise.
3105 * gdb.python/py-frame-inline.exp: Likewise.
3106 * gdb.reverse/break-precsave.exp: Likewise.
3107 * gdb.reverse/break-reverse.exp: Likewise.
3108 * gdb.reverse/consecutive-precsave.exp: Likewise.
3109 * gdb.reverse/consecutive-reverse.exp: Likewise.
3110 * gdb.reverse/finish-precsave.exp: Likewise.
3111 * gdb.reverse/finish-reverse.exp: Likewise.
3112 * gdb.reverse/fstatat-reverse.exp: Likewise.
3113 * gdb.reverse/getresuid-reverse.exp: Likewise.
3114 * gdb.reverse/i386-precsave.exp: Likewise.
3115 * gdb.reverse/i386-reverse.exp: Likewise.
3116 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3117 * gdb.reverse/i387-env-reverse.exp: Likewise.
3118 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3119 * gdb.reverse/insn-reverse.exp: Likewise.
3120 * gdb.reverse/machinestate-precsave.exp: Likewise.
3121 * gdb.reverse/machinestate.exp: Likewise.
3122 * gdb.reverse/pipe-reverse.exp: Likewise.
3123 * gdb.reverse/readv-reverse.exp: Likewise.
3124 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3125 * gdb.reverse/rerun-prec.exp: Likewise.
3126 * gdb.reverse/s390-mvcle.exp: Likewise.
3127 * gdb.reverse/solib-precsave.exp: Likewise.
3128 * gdb.reverse/solib-reverse.exp: Likewise.
3129 * gdb.reverse/step-precsave.exp: Likewise.
3130 * gdb.reverse/step-reverse.exp: Likewise.
3131 * gdb.reverse/time-reverse.exp: Likewise.
3132 * gdb.reverse/until-precsave.exp: Likewise.
3133 * gdb.reverse/until-reverse.exp: Likewise.
3134 * gdb.reverse/waitpid-reverse.exp: Likewise.
3135 * gdb.reverse/watch-precsave.exp: Likewise.
3136 * gdb.reverse/watch-reverse.exp: Likewise.
3137 * gdb.threads/kill.exp: Likewise.
3138 * gdb.threads/tid-reuse.exp: Likewise.
3139
3140 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3141
3142 PR gdb/26642
3143 * gdb.base/maint-target-async-off.c: New test.
3144 * gdb.base/maint-target-async-off.exp: New test.
3145
3146 2020-10-13 Alan Modra <amodra@gmail.com>
3147
3148 * gdb.arch/powerpc-altivec.s,
3149 * gdb.arch/powerpc-power7.s,
3150 * gdb.arch/powerpc-power8.s,
3151 * gdb.arch/powerpc-power9.s,
3152 * gdb.arch/powerpc-vsx.s,
3153 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
3154 * gdb.arch/powerpc-altivec.exp,
3155 * gdb.arch/powerpc-power7.exp,
3156 * gdb.arch/powerpc-power8.exp,
3157 * gdb.arch/powerpc-power9.exp,
3158 * gdb.arch/powerpc-vsx.exp,
3159 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
3160 disassembly of mfvsrd/mtvsrd.
3161
3162 2020-10-13 Alan Modra <amodra@gmail.com>
3163
3164 * gdb.arch/arm-disassembler-options.exp: Adjust expected
3165 "target architecture" output.
3166 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3167 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3168 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3169 * gdb.arch/s390-disassembler-options.exp: Likewise.
3170
3171 2020-10-12 Pedro Alves <pedro@palves.net>
3172
3173 PR exp/26602
3174 PR c++/26550
3175 * gdb.cp/ambiguous.cc (marker1): Delete.
3176 (main): Initialize all the fields of the locals. Replace marker1
3177 call with a "set breakpoint here" marker.
3178 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
3179 instead of running to marker1. Add tests printing all the
3180 variables and all the fields of the variables.
3181 (test_ambiguous): New proc, expecting the new GDB output when a
3182 field access is ambiguous. Change all "warning: X ambiguous"
3183 tests to use it.
3184
3185 2020-10-12 Gary Benson <gbenson@redhat.com>
3186
3187 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
3188 * gdb.base/msym-bp-2.c (foo): Likewise.
3189 * gdb.base/msym-lang.c (foo): Likewise.
3190 * gdb.base/msym-lang-main.c (foo): Likewise.
3191 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
3192 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
3193 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
3194 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
3195 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
3196 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
3197 * gdb.python/py-objfile.c (static_var): Likewise.
3198 * gdb.python/py-symbol.c (rr): Likewise.
3199 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
3200 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
3201
3202 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
3203
3204 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
3205 output of backtrace.
3206
3207 2020-10-09 Tom Tromey <tromey@adacore.com>
3208
3209 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
3210 (Rec): Add field. Fix range.
3211 * gdb.ada/scalar_storage.exp: Update.
3212
3213 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
3214
3215 PR exp/26714
3216 * gdb.base/printcmds.exp: Add tests for void results.
3217
3218 2020-10-09 Jan Vrany <jan.vrany@labware.com>
3219
3220 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
3221 is emmited for both 'set directories' and 'directory' commands.
3222
3223 2020-10-08 Tom Tromey <tom@tromey.com>
3224
3225 * gdb.base/style.exp: Check that "main"'s name is styled.
3226
3227 2020-10-07 Tom Tromey <tromey@adacore.com>
3228
3229 * gdb.base/find.exp: Rename some tests.
3230
3231 2020-10-06 Gary Benson <gbenson@redhat.com>
3232
3233 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
3234 * gdb.base/list1.c (unused): Likewise.
3235
3236 2020-10-06 Gary Benson <gbenson@redhat.com>
3237
3238 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
3239 __attribute__ ((used)).
3240 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
3241
3242 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
3243
3244 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
3245 make use of regions throughout.
3246 * gdb.base/overlays.exp: Enclose string with variableds in "..",
3247 not {...}.
3248 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
3249
3250 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
3251
3252 * gdb.base/call-sc.c: Fix return struct on stack test case.
3253 * gdb.base/call-sc.exp: Likewise.
3254
3255 2020-10-02 Gary Benson <gbenson@redhat.com>
3256
3257 * README: Fix "paralell".
3258
3259 2020-09-30 Gary Benson <gbenson@redhat.com>
3260
3261 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
3262 Convert directive to lowercase.
3263 (.Labbrev1_begin): Add missing label.
3264 (abbrev code 0x1): Remove DW_AT_stmt_list.
3265 (.Ldie_b): Likewise.
3266
3267 2020-09-27 Tom Tromey <tom@tromey.com>
3268
3269 * gdb.tui/new-layout.exp: Use with_test_prefix.
3270
3271 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
3272
3273 PR python/26586
3274 * gdb.python/python.exp: add test cases for the from_tty
3275 argument to gdb.execute.
3276
3277 2020-09-25 Gary Benson <gbenson@redhat.com>
3278
3279 * gdb.base/infcall-nested-structs.exp.tcl: Add
3280 additional_flags=-Wno-tautological-compare for C++
3281 tests when compiling using Clang.
3282
3283 2020-09-25 Gary Benson <gbenson@redhat.com>
3284
3285 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
3286 for .c files.
3287
3288 2020-09-24 Tom Tromey <tromey@adacore.com>
3289
3290 PR tui/26638:
3291 * gdb.tui/list.exp: Check output of "focus next".
3292
3293 2020-09-23 Tom Tromey <tom@tromey.com>
3294
3295 * gdb.dwarf2/intbits.exp: New file.
3296 * gdb.dwarf2/intbits.c: New file.
3297
3298 2020-09-20 Pedro Alves <pedro@palves.net>
3299
3300 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
3301 spawn_id before calling remote_close. Close secondary MI channel.
3302
3303 2020-09-20 Pedro Alves <pedro@palves.net>
3304
3305 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
3306 fails.
3307
3308 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
3309
3310 * gdb.fortran/array-slices.exp: Update expected results.
3311 * gdb.fortran/class-allocatable-array.exp: Likewise.
3312 * gdb.fortran/multi-dim.exp: Likewise.
3313 * gdb.fortran/vla-type.exp: Likewise.
3314 * gdb.mi/mi-vla-fortran.exp: Likewise.
3315
3316 2020-09-18 Victor Collod <vcollod@nvidia.com>
3317
3318 PR gdb/26635
3319 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
3320 compatible with i386, and move it to...
3321 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
3322 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
3323 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
3324
3325 2020-09-18 Pedro Alves <pedro@palves.net>
3326
3327 PR gdb/26631
3328 * gdb.multi/multi-target-thread-find.exp: New file.
3329
3330 2020-09-18 Pedro Alves <pedro@palves.net>
3331
3332 * gdb.multi/multi-target-continue.exp: New file, factored out from
3333 multi-target.exp.
3334 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
3335 multi-target.exp.
3336 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
3337 multi-target.exp.
3338 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
3339 multi-target.exp.
3340 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
3341 multi-target.exp.
3342 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3343 multi-target.exp.
3344 * gdb.multi/multi-target.exp: Delete.
3345
3346 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3347
3348 * gdb.fortran/array-slices.exp: Add missing message data.
3349
3350 2020-09-17 Pedro Alves <pedro@palves.net>
3351
3352 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3353
3354 2020-09-17 Pedro Alves <pedro@palves.net>
3355
3356 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3357 full prototype.
3358
3359 2020-09-17 Pedro Alves <pedro@palves.net>
3360
3361 * gdb.python/py-as-string.c: Add cast.
3362
3363 2020-09-17 Pedro Alves <pedro@palves.net>
3364
3365 * gdb.base/sizeof.c (fill): Add cast.
3366
3367 2020-09-17 Pedro Alves <pedro@palves.net>
3368
3369 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3370
3371 2020-09-17 Pedro Alves <pedro@palves.net>
3372
3373 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3374 linkage name.
3375 * gdb.base/prologue.exp: Use print /d.
3376 * gdb.base/symbol-alias.exp: Handle C++ output.
3377 * gdb.base/symbol-alias2.c: Handle C++ output.
3378 [__cplusplus] (func): Explicitly specify linkage name.
3379
3380 2020-09-17 Pedro Alves <pedro@palves.net>
3381
3382 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3383 (struct my_key_t): ... this. Adjust all references.
3384 (struct value_t): Rename to ...
3385 (struct my_value_t): ... this. Adjust all references.
3386 (create_map, add_map_element, create_map_map)
3387 (add_map_map_element): Add casts.
3388
3389 2020-09-17 Pedro Alves <pedro@palves.net>
3390
3391 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3392 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3393
3394 2020-09-17 Pedro Alves <pedro@palves.net>
3395
3396 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3397
3398 2020-09-17 Pedro Alves <pedro@palves.net>
3399
3400 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3401 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3402 (charfoo, intfoo): Define full prototype.
3403 * gdb.base/ptype1.c (charfoo): Define full prototype.
3404 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3405 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3406
3407 2020-09-17 Pedro Alves <pedro@palves.net>
3408
3409 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3410 Don't define.
3411 (utf_32_string): Compile for both C and C++.
3412 * gdb.base/charset.exp: Use "print /d".
3413
3414 2020-09-17 Pedro Alves <pedro@palves.net>
3415
3416 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3417 (nullptr): Rename to ...
3418 (null_ptr): ... this.
3419 * gdb.base/watchpoint.exp: Adjust to rename.
3420
3421 2020-09-17 Pedro Alves <pedro@palves.net>
3422
3423 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3424 (three_not_flag): Add casts.
3425
3426 2020-09-17 Pedro Alves <pedro@palves.net>
3427
3428 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3429 char array.
3430 (main): Add references to Barrier, TestStrings, TestStringsH and
3431 TestStringsW.
3432 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3433 and expect a full prototype in C++.
3434
3435 2020-09-17 Pedro Alves <pedro@palves.net>
3436
3437 * gdb.base/nested-addr.c (main): Add cast.
3438 * gdb.base/nested-addr.exp: Use "print /d".
3439
3440 2020-09-17 Pedro Alves <pedro@palves.net>
3441
3442 * gdb.base/break.exp (func): New. Use it throughout when
3443 expecting a function name.
3444
3445 2020-09-17 Pedro Alves <pedro@palves.net>
3446
3447 * gdb.base/display.exp: Issue "set print asm-demangle on".
3448
3449 2020-09-17 Pedro Alves <pedro@palves.net>
3450
3451 * gdb.base/find.c: Include <string.h>.
3452 (init_bufs): Add cast.
3453 * gdb.base/find.exp: Issue "set print asm-demangle on".
3454
3455 2020-09-16 Tom Tromey <tromey@adacore.com>
3456
3457 PR gdb/26598:
3458 * gdb.base/skipcxx.exp: New file.
3459 * gdb.base/skipcxx.cc: New file.
3460
3461 2020-09-16 Tom de Vries <tdevries@suse.de>
3462
3463 PR testsuite/26617
3464 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3465 WITH_DEBUG_SECTIONS is defined.
3466 (xstr, str): New macro.
3467 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3468 to get start and size of _Dmain.
3469 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3470 using additional_flags.
3471
3472 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3473
3474 * gdb.base/bp-cmds-sourced-script.c: New file.
3475 * gdb.base/bp-cmds-sourced-script.exp: New test.
3476 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3477
3478 2020-09-16 Tom de Vries <tdevries@suse.de>
3479
3480 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3481 get the gdb prompt after issuing "monitor exit".
3482
3483 2020-09-16 Tom de Vries <tdevries@suse.de>
3484
3485 PR testsuite/26624
3486 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3487
3488 2020-09-16 Tom de Vries <tdevries@suse.de>
3489
3490 PR testsuite/26618
3491 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3492
3493 2020-09-15 Tom Tromey <tromey@adacore.com>
3494
3495 PR rust/26197:
3496 * lib/rust-support.exp (rust_llvm_version): New proc.
3497 * gdb.rust/simple.exp: Check rust_llvm_version.
3498
3499 2020-09-14 Tom de Vries <tdevries@suse.de>
3500
3501 * gdb.rust/traits.exp: Fix PATH warning.
3502
3503 2020-09-13 Pedro Alves <pedro@palves.net>
3504
3505 * gdb.base/catch-follow-exec.c (main): Add explicit return
3506 statement.
3507 * gdb.base/catch-signal.c (main): Likewise.
3508 * gdb.base/condbreak-call-false.c (main): Likewise.
3509 * gdb.base/consecutive.c (main): Add explicit return
3510 statement and return type.
3511 * gdb.base/cursal.c (main): Add explicit return statement.
3512 * gdb.base/cvexpr.c (main): Likewise.
3513 * gdb.base/display.c (main): Add explicit return statement and
3514 return type.
3515 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3516 * gdb.base/endianity.c (main): Likewise.
3517 * gdb.base/execd-prog.c (main): Likewise.
3518 * gdb.base/gdb1090.c (main): Likewise.
3519 * gdb.base/info_qt.c (main): Likewise.
3520 * gdb.base/lineinc.c (main): Likewise.
3521 * gdb.base/load-command.c (main): Likewise.
3522 * gdb.base/macscp1.c (main): Likewise.
3523 * gdb.base/pr10179-a.c (main): Likewise.
3524 * gdb.base/quit-live.c (main): Likewise.
3525 * gdb.base/scope0.c (main): Likewise.
3526 * gdb.base/settings.c (main): Likewise.
3527 * gdb.base/stack-checking.c (main): Return int.
3528 * gdb.base/varargs.c (main): Add explicit return statement.
3529 * gdb.cp/ambiguous.cc (main): Likewise.
3530 * gdb.cp/anon-struct.cc (main): Likewise.
3531 * gdb.cp/anon-union.cc (main): Likewise.
3532 * gdb.cp/bool.cc (main): Likewise.
3533 * gdb.cp/bs15503.cc (main): Likewise.
3534 * gdb.cp/cplusfuncs.cc (main): Likewise.
3535 * gdb.cp/cttiadd.cc (main): Likewise.
3536 * gdb.cp/extern-c.cc (main): Likewise.
3537 * gdb.cp/filename.cc (main): Likewise.
3538 * gdb.cp/formatted-ref.cc (main): Likewise.
3539 * gdb.cp/mb-ctor.cc (main): Likewise.
3540 * gdb.cp/member-ptr.cc (main): Likewise.
3541 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3542 * gdb.cp/overload-const.cc (main): Likewise.
3543 * gdb.cp/paren-type.cc (main): Likewise.
3544 * gdb.cp/parse-lang.cc (main): Likewise.
3545 * gdb.cp/pr-1023.cc (main): Likewise.
3546 * gdb.cp/psmang1.cc (main): Likewise.
3547 * gdb.cp/readnow-language.cc (main): Likewise.
3548 * gdb.cp/ref-params.cc (main): Likewise.
3549 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3550 * gdb.cp/virtbase2.cc (main): Likewise.
3551 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3552 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3553 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3554 * gdb.mi/mi-console.c (main): Likewise.
3555 * gdb.mi/mi-read-memory.c (main): Likewise.
3556 * gdb.modula2/multidim.c (main): Likewise.
3557 * gdb.opt/inline-small-func.c (main): Likewise.
3558 * gdb.python/py-rbreak.c (main): Likewise.
3559 * gdb.stabs/exclfwd1.c (main): Likewise.
3560 * gdb.trace/qtro.c (main): Likewise.
3561
3562 2020-09-13 Pedro Alves <pedro@palves.net>
3563
3564 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3565 instead of getenv.
3566
3567 2020-09-13 Pedro Alves <pedro@palves.net>
3568
3569 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3570 instead of spawning GDB with remote_spawn.
3571 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3572 gdb_spawn instead of spawning GDB with remote_spawn.
3573
3574 2020-09-13 Pedro Alves <pedro@palves.net>
3575
3576 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3577 file and add calls to first and second.
3578 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3579 add call to f.
3580
3581 2020-09-13 Pedro Alves <pedro@palves.net>
3582
3583 * gdb.mi/mi-break-qualified.cc: New file.
3584 * gdb.mi/mi-break-qualified.exp: New file.
3585 * lib/mi-support.exp (mi_create_breakpoint_multi)
3586 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3587 procedures.
3588 (mi_create_breakpoint_1): New, factored out from
3589 mi_create_breakpoint.
3590
3591 2020-09-13 Pedro Alves <pedro@palves.net>
3592
3593 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3594 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3595 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3596 (register_class): Delete.
3597 (main): Don't call register_class.
3598
3599 2020-09-13 Pedro Alves <pedro@palves.net>
3600
3601 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3602 (do_tests): Remove "calling method for small class" test.
3603 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3604 (register_class): Delete.
3605 (main): Don't call register_class.
3606 * gdb.cp/call-method-register.exp: New file, based on bits removed
3607 from classes.exp.
3608 * gdb.cp/call-method-register.cc: New file, based on bits removed
3609 from classes.cc.
3610
3611 2020-09-13 Pedro Alves <pedro@palves.net>
3612
3613 * gdb.base/msym-bp-2.c: New.
3614 * gdb.base/msym-bp-shl-lib.c: New file.
3615 * gdb.base/msym-bp-shl-main-2.c: New file.
3616 * gdb.base/msym-bp-shl-main.c: New file.
3617 * gdb.base/msym-bp-shl.exp: New file.
3618 * gdb.base/msym-bp.c: New file.
3619 * gdb.base/msym-bp.exp: New file.
3620
3621 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3622
3623 * gdb.base/default.exp: Change $_gdb_major to 11.
3624
3625 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3626 Felix Willgerodt <Felix.Willgerodt@intel.com>
3627
3628 * x86-avx512bf16.c: New file.
3629 * x86-avx512bf16.exp: Likewise.
3630 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3631
3632 2020-09-11 Tom de Vries <tdevries@suse.de>
3633
3634 PR exp/26602
3635 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3636
3637 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3638
3639 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3640
3641 2020-09-10 Alan Modra <amodra@gmail.com>
3642
3643 PR 26597
3644 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3645
3646 2020-09-08 Tom de Vries <tdevries@suse.de>
3647
3648 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3649 after gdb_starti_cmd.
3650
3651 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3652
3653 * lib/fortran.exp (fortran_complex8): New proc.
3654 (fortran_complex16): New proc.
3655 * gdb.fortran/complex.exp: Use routines from fortran.exp
3656 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3657 * gdb.fortran/vla-ptr-info.exp: Likewise.
3658
3659 2020-09-03 Tom de Vries <tdevries@suse.de>
3660
3661 PR breakpoint/26546
3662 * gdb.base/label-without-address.exp: Runto main first.
3663
3664 2020-09-02 Tom Tromey <tromey@adacore.com>
3665
3666 * gdb.ada/mi_var_access.exp: Test children of access variable.
3667 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3668 * gdb.ada/mi_var_array.exp: Update.
3669
3670 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3671
3672 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3673 on docker w/ AUFS storage driver.
3674
3675 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3676
3677 * gdb.base/corefile2.exp (renamed binfile): New tests.
3678
3679 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3680
3681 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3682
3683 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3684
3685 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3686 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3687
3688 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3689
3690 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3691 output, printing a "not saved" value from history and printing a
3692 convenience variable created from a "not saved" value.
3693
3694 2020-08-31 Tom de Vries <tdevries@suse.de>
3695
3696 * gdb.base/eh_return.exp: Use nopie.
3697
3698 2020-08-28 Pedro Alves <pedro@palves.net>
3699
3700 * gdb.base/advance-until-multiple-locations.exp
3701 (advance_overload, until_overload): Adjust to match the
3702 frame/function header instead of the source line text.
3703
3704 2020-08-28 Tom de Vries <tdevries@suse.de>
3705
3706 * gdb.base/label-without-address.c: New test.
3707 * gdb.base/label-without-address.exp: New file.
3708
3709 2020-08-27 Pedro Alves <pedro@palves.net>
3710
3711 PR gdb/26523
3712 PR gdb/26524
3713 * gdb.base/advance-until-multiple-locations.cc: New.
3714 * gdb.base/advance-until-multiple-locations.exp: New.
3715
3716 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3717
3718 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3719
3720 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * gdb.arch/amd64-byte.exp: Make test names unique, use
3723 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3724 * gdb.arch/amd64-dword.exp: Likewise.
3725 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3726 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3727 unique.
3728 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3729 * gdb.arch/amd64-word.exp: Make test names unique, use
3730 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3731 * gdb.arch/i386-byte.exp: Make test names unique, use
3732 gdb_breakpoint.
3733 * gdb.arch/i386-word.exp: Likewise.
3734
3735 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3736
3737 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3738
3739 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3740
3741 PR gdb/26532
3742 * gdb.threads/stepi-random-signal.exp: Update pattern.
3743
3744 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3745
3746 PR gdb/26532
3747 * gdb.base/ui-redirect.exp: Update pattern.
3748
3749 2020-08-25 Gary Benson <gbenson@redhat.com>
3750
3751 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3752 when compiling with clang.
3753 * gdb.dwarf2/dw2-restore.exp: Likewise.
3754
3755 2020-08-25 Gary Benson <gbenson@redhat.com>
3756
3757 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3758 Add additional_flags=-Wno-inaccessible-base when compiling
3759 with GCC >= 10.1 or clang. Add additional_flags=-w when
3760 compiling with GCC < 10.
3761
3762 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3763
3764 PR m2/26372
3765 * gdb.modula2/multidim.c: New file.
3766 * gdb.modula2/multidim.exp: New file.
3767
3768 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3769
3770 * lib/gdb.exp (runto): Always emit fail on internal error.
3771
3772 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3773
3774 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3775 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3776 Likewise.
3777 * gdb.threads/stepi-random-signal.exp: Likewise.
3778
3779 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3780
3781 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3782 * gdb.trace/strace.exp: Ditto.
3783
3784 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3785
3786 * gdb.fortran/vla-type.exp: Skip commands not required for
3787 the Flang compiled binaries after prologue fix.
3788
3789 2020-08-17 Tom de Vries <tdevries@suse.de>
3790 Tom Tromey <tromey@adacore.com>
3791
3792 PR rust/26197:
3793 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3794
3795 2020-08-17 Tom Tromey <tromey@adacore.com>
3796
3797 * gdb.ada/mi_var_access.exp: New file.
3798 * gdb.ada/mi_var_access/mi_access.adb: New file.
3799 * gdb.ada/mi_var_access/pck.adb: New file.
3800 * gdb.ada/mi_var_access/pck.ads: New file.
3801
3802 2020-08-16 Tom de Vries <tdevries@suse.de>
3803
3804 PR gdb/25350
3805 * gdb.base/eh_return.c: New test.
3806 * gdb.base/eh_return.exp: New file.
3807
3808 2020-08-15 Tom de Vries <tdevries@suse.de>
3809
3810 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3811 (mixed_func_1d_): Use fortran_charlen_t in decl.
3812
3813 2020-08-15 Tom de Vries <tdevries@suse.de>
3814
3815 PR backtrace/26390
3816 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3817 Update expected pattern.
3818
3819 2020-08-13 Pedro Alves <pedro@palves.net>
3820
3821 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3822 * gdb.fortran/library-module.exp: Likewise.
3823 * gdb.fortran/logical.exp: Likewise.
3824 * gdb.fortran/module.exp: Likewise.
3825 * gdb.fortran/print_type.exp: Likewise.
3826 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3827 * gdb.fortran/vla-datatypes.exp: Likewise.
3828 * gdb.fortran/vla-history.exp: Likewise.
3829 * gdb.fortran/vla-ptr-info.exp: Likewise.
3830 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3831 * gdb.fortran/vla-ptype.exp: Likewise.
3832 * gdb.fortran/vla-sizeof.exp: Likewise.
3833 * gdb.fortran/vla-type.exp: Likewise.
3834 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3835 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3836 * gdb.fortran/vla-value-sub.exp: Likewise.
3837 * gdb.fortran/vla-value.exp: Likewise.
3838
3839 2020-08-13 Pedro Alves <pedro@palves.net>
3840
3841 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3842 * gdb.ada/access_to_packed_array.exp: Likewise.
3843 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3844 * gdb.ada/addr_arith.exp: Likewise.
3845 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3846 * gdb.ada/arr_arr.exp: Likewise.
3847 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3848 * gdb.ada/array_bounds.exp: Likewise.
3849 * gdb.ada/array_of_variable_length.exp: Likewise.
3850 * gdb.ada/array_ptr_renaming.exp: Likewise.
3851 * gdb.ada/array_subscript_addr.exp: Likewise.
3852 * gdb.ada/arraydim.exp: Likewise.
3853 * gdb.ada/arrayparam.exp: Likewise.
3854 * gdb.ada/arrayptr.exp: Likewise.
3855 * gdb.ada/assign_1.exp: Likewise.
3856 * gdb.ada/assign_arr.exp: Likewise.
3857 * gdb.ada/atomic_enum.exp: Likewise.
3858 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3859 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3860 * gdb.ada/bias.exp: Likewise.
3861 * gdb.ada/boolean_expr.exp: Likewise.
3862 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3863 * gdb.ada/bp_enum_homonym.exp: Likewise.
3864 * gdb.ada/bp_inlined_func.exp: Likewise.
3865 * gdb.ada/bp_on_var.exp: Likewise.
3866 * gdb.ada/bp_range_type.exp: Likewise.
3867 * gdb.ada/bp_reset.exp: Likewise.
3868 * gdb.ada/call_pn.exp: Likewise.
3869 * gdb.ada/catch_assert_if.exp: Likewise.
3870 * gdb.ada/catch_ex.exp: Likewise.
3871 * gdb.ada/catch_ex_std.exp: Likewise.
3872 * gdb.ada/char_enum.exp: Likewise.
3873 * gdb.ada/char_param.exp: Likewise.
3874 * gdb.ada/complete.exp: Likewise.
3875 * gdb.ada/cond_lang.exp: Likewise.
3876 * gdb.ada/convvar_comp.exp: Likewise.
3877 * gdb.ada/dgopt.exp: Likewise.
3878 * gdb.ada/disc_arr_bound.exp: Likewise.
3879 * gdb.ada/display_nested.exp: Likewise.
3880 * gdb.ada/dot_all.exp: Likewise.
3881 * gdb.ada/dyn_loc.exp: Likewise.
3882 * gdb.ada/dyn_stride.exp: Likewise.
3883 * gdb.ada/excep_handle.exp: Likewise.
3884 * gdb.ada/expr_delims.exp: Likewise.
3885 * gdb.ada/expr_with_funcall.exp: Likewise.
3886 * gdb.ada/exprs.exp: Likewise.
3887 * gdb.ada/fin_fun_out.exp: Likewise.
3888 * gdb.ada/fixed_cmp.exp: Likewise.
3889 * gdb.ada/formatted_ref.exp: Likewise.
3890 * gdb.ada/frame_arg_lang.exp: Likewise.
3891 * gdb.ada/frame_args.exp: Likewise.
3892 * gdb.ada/fullname_bp.exp: Likewise.
3893 * gdb.ada/fun_addr.exp: Likewise.
3894 * gdb.ada/fun_in_declare.exp: Likewise.
3895 * gdb.ada/fun_overload_menu.exp: Likewise.
3896 * gdb.ada/fun_renaming.exp: Likewise.
3897 * gdb.ada/funcall_char.exp: Likewise.
3898 * gdb.ada/funcall_param.exp: Likewise.
3899 * gdb.ada/funcall_ptr.exp: Likewise.
3900 * gdb.ada/funcall_ref.exp: Likewise.
3901 * gdb.ada/homonym.exp: Likewise.
3902 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3903 * gdb.ada/info_auto_lang.exp: Likewise.
3904 * gdb.ada/info_exc.exp: Likewise.
3905 * gdb.ada/info_types.exp: Likewise.
3906 * gdb.ada/int_deref.exp: Likewise.
3907 * gdb.ada/interface.exp: Likewise.
3908 * gdb.ada/iwide.exp: Likewise.
3909 * gdb.ada/lang_switch.exp: Likewise.
3910 * gdb.ada/length_cond.exp: Likewise.
3911 * gdb.ada/maint_with_ada.exp: Likewise.
3912 * gdb.ada/mi_catch_assert.exp: Likewise.
3913 * gdb.ada/mi_catch_ex.exp: Likewise.
3914 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3915 * gdb.ada/mi_dyn_arr.exp: Likewise.
3916 * gdb.ada/mi_ex_cond.exp: Likewise.
3917 * gdb.ada/mi_exc_info.exp: Likewise.
3918 * gdb.ada/mi_interface.exp: Likewise.
3919 * gdb.ada/mi_prot.exp: Likewise.
3920 * gdb.ada/mi_ref_changeable.exp: Likewise.
3921 * gdb.ada/mi_string_access.exp: Likewise.
3922 * gdb.ada/mi_task_arg.exp: Likewise.
3923 * gdb.ada/mi_task_info.exp: Likewise.
3924 * gdb.ada/mi_var_array.exp: Likewise.
3925 * gdb.ada/mi_var_union.exp: Likewise.
3926 * gdb.ada/mi_variant.exp: Likewise.
3927 * gdb.ada/minsyms.exp: Likewise.
3928 * gdb.ada/mod_from_name.exp: Likewise.
3929 * gdb.ada/nested.exp: Likewise.
3930 * gdb.ada/null_array.exp: Likewise.
3931 * gdb.ada/optim_drec.exp: Likewise.
3932 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3933 * gdb.ada/packed_array_assign.exp: Likewise.
3934 * gdb.ada/packed_tagged.exp: Likewise.
3935 * gdb.ada/pp-rec-component.exp: Likewise.
3936 * gdb.ada/print_chars.exp: Likewise.
3937 * gdb.ada/print_pc.exp: Likewise.
3938 * gdb.ada/ptr_typedef.exp: Likewise.
3939 * gdb.ada/ptype_arith_binop.exp: Likewise.
3940 * gdb.ada/ptype_array.exp: Likewise.
3941 * gdb.ada/ptype_field.exp: Likewise.
3942 * gdb.ada/ptype_tagged_param.exp: Likewise.
3943 * gdb.ada/ptype_union.exp: Likewise.
3944 * gdb.ada/py_range.exp: Likewise.
3945 * gdb.ada/py_taft.exp: Likewise.
3946 * gdb.ada/rdv_wait.exp: Likewise.
3947 * gdb.ada/rec_comp.exp: Likewise.
3948 * gdb.ada/rec_return.exp: Likewise.
3949 * gdb.ada/ref_param.exp: Likewise.
3950 * gdb.ada/ref_tick_size.exp: Likewise.
3951 * gdb.ada/rename_subscript_param.exp: Likewise.
3952 * gdb.ada/repeat_dyn.exp: Likewise.
3953 * gdb.ada/same_component_name.exp: Likewise.
3954 * gdb.ada/same_enum.exp: Likewise.
3955 * gdb.ada/scalar_storage.exp: Likewise.
3956 * gdb.ada/set_wstr.exp: Likewise.
3957 * gdb.ada/small_reg_param.exp: Likewise.
3958 * gdb.ada/str_binop_equal.exp: Likewise.
3959 * gdb.ada/str_ref_cmp.exp: Likewise.
3960 * gdb.ada/str_uninit.exp: Likewise.
3961 * gdb.ada/sub_variant.exp: Likewise.
3962 * gdb.ada/sym_print_name.exp: Likewise.
3963 * gdb.ada/taft_type.exp: Likewise.
3964 * gdb.ada/tagged.exp: Likewise.
3965 * gdb.ada/tagged_access.exp: Likewise.
3966 * gdb.ada/task_bp.exp: Likewise.
3967 * gdb.ada/task_switch_in_core.exp: Likewise.
3968 * gdb.ada/tasks.exp: Likewise.
3969 * gdb.ada/tick_last_segv.exp: Likewise.
3970 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3971 * gdb.ada/type_coercion.exp: Likewise.
3972 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3973 * gdb.ada/unchecked_union.exp: Likewise.
3974 * gdb.ada/uninitialized_vars.exp: Likewise.
3975 * gdb.ada/var_arr_attrs.exp: Likewise.
3976 * gdb.ada/var_arr_typedef.exp: Likewise.
3977 * gdb.ada/var_rec_arr.exp: Likewise.
3978 * gdb.ada/variant-record.exp: Likewise.
3979 * gdb.ada/variant.exp: Likewise.
3980 * gdb.ada/variant_record_packed_array.exp: Likewise.
3981 * gdb.ada/varsize_limit.exp: Likewise.
3982 * gdb.ada/whatis_array_val.exp: Likewise.
3983 * gdb.ada/widewide.exp: Likewise.
3984 * gdb.ada/win_fu_syms.exp: Likewise.
3985
3986 2020-08-12 Gary Benson <gbenson@redhat.com>
3987
3988 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3989
3990 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3991
3992 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3993 unset the array variable.
3994
3995 2020-08-03 Tom de Vries <tdevries@suse.de>
3996
3997 PR symtab/26333
3998 * lib/dwarf.exp (DW_LNE_user): New proc.
3999 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
4000 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
4001
4002 2020-07-31 Kevin Buettner <kevinb@redhat.com>
4003
4004 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
4005 to 'uintptr_t'
4006 (inttypes.h): Include.
4007
4008 2020-07-31 Kevin Buettner <kevinb@redhat.com>
4009
4010 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
4011 (C5_24k): Delete.
4012 (C5_8k, C5_64k, C5_256k): New macros.
4013 (buf_ro): Allocate 256 KiB of initialized data.
4014
4015 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4016
4017 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
4018 that attempt to overwrite an existing condition with a condition
4019 that fails parsing and also with a condition that parses fine
4020 but contains junk at the end.
4021
4022 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4023
4024 * gdb.base/condbreak-bad.c: New test.
4025 * gdb.base/condbreak-bad.exp: New file.
4026
4027 2020-07-30 Tom de Vries <tdevries@suse.de>
4028
4029 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
4030 out of ...
4031 (GDBInfoModuleSymbols::check_entry): ... here.
4032 (GDBInfoModuleSymbols::check_optional_entry): New proc.
4033 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
4034 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
4035
4036 2020-07-30 Tom de Vries <tdevries@suse.de>
4037
4038 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
4039 "__class_some_module_Number_t" optional.
4040
4041 2020-07-29 Tom de Vries <tdevries@suse.de>
4042
4043 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
4044 multiple locations.
4045
4046 2020-07-29 Tom de Vries <tdevries@suse.de>
4047
4048 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
4049 rather than function name.
4050
4051 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4052
4053 PR symtab/26270:
4054 * gdb.cp/disasm-func-name.cc: New file.
4055 * gdb.cp/disasm-func-name.exp: New file.
4056
4057 2020-07-28 Tom Tromey <tromey@adacore.com>
4058
4059 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
4060 'varval' location.
4061
4062 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4063
4064 * gdb.python/py-unwind.py: Update to make use of a register
4065 descriptor.
4066
4067 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4068
4069 * gdb.python/py-arch-reg-names.exp: Add additional tests.
4070
4071 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
4072
4073 PR fortran/23051
4074 PR fortran/26139
4075 * gdb.fortran/class-allocatable-array.exp: New file.
4076 * gdb.fortran/class-allocatable-array.f90: New file.
4077 * gdb.fortran/pointer-to-pointer.exp: New file.
4078 * gdb.fortran/pointer-to-pointer.f90: New file.
4079
4080 2020-07-25 Tom de Vries <tdevries@suse.de>
4081
4082 PR symtab/26243
4083 * gdb.dwarf2/dw2-line-number-zero.c: New test.
4084 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
4085
4086 2020-07-24 Tom de Vries <tdevries@suse.de>
4087
4088 PR testsuite/26293
4089 * gdb.ada/mi_prot.exp: Require gnatmake-8.
4090
4091 2020-07-23 Pedro Alves <pedro@palves.net>
4092
4093 * gdb.server/server-kill.exp (prepare): New, factored out from the
4094 top level.
4095 (kill_server): New.
4096 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
4097 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
4098
4099 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
4100
4101 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
4102
4103 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
4104
4105 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
4106 Initialize to empty string at top level.
4107 (gdb_wrapper_init): Revert check for file existence on build.
4108 Build the wrapper in its default place, not a build-specific
4109 location. When host == build, make the pathname absolute.
4110 (gdb_compile): Delete leftover declaration of
4111 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
4112 string instead of uninitialized.
4113
4114 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4115
4116 * gdb.base/corefile2.exp: New file.
4117 * gdb.base/coremaker2.exp: New file.
4118
4119 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4120
4121 * gdb.base/coredump-filter.exp: Add second
4122 non-Private-Shared-Anon-File test.
4123 (test_disasm): Rename binfile for test which is expected
4124 to fail.
4125
4126 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4127
4128 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
4129 data in core file".
4130 * gdb.base/coremaker.c (buf2ro): New global.
4131 (mmapdata): Add a read-only mmap mapping.
4132
4133 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4134
4135 PR corefiles/25631
4136 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
4137 New test.
4138 * gdb.base/coremaker.c (buf3): New global.
4139 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
4140 flags.
4141
4142 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4143
4144 * gdb.base/coremaker.c (filler_ro): New global constant.
4145
4146 2020-07-22 Tom Tromey <tromey@adacore.com>
4147
4148 * gdb.ada/mi_prot.exp: New file.
4149 * gdb.ada/mi_prot/pkg.adb: New file.
4150 * gdb.ada/mi_prot/pkg.ads: New file.
4151 * gdb.ada/mi_prot/prot.adb: New file.
4152
4153 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4154
4155 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
4156 loads two JITers.
4157
4158 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4159
4160 * gdb.python/py-arch-reg-groups.exp: Additional tests.
4161
4162 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4163
4164 * gdb.python/py-arch-reg-names.exp: Additional tests.
4165
4166 2020-07-21 Tom de Vries <tdevries@suse.de>
4167
4168 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
4169 breakpoint locations".
4170 * gdb.reverse/solib-reverse.exp: Same.
4171
4172 2020-07-21 Tom de Vries <tdevries@suse.de>
4173
4174 * gdb.reverse/step-reverse.c (callee): Merge statements.
4175
4176 2020-07-21 Tom de Vries <tdevries@suse.de>
4177
4178 * gdb.fortran/info-modules.exp (info module variables): Allow missing
4179 line numbers for some variables.
4180
4181 2020-07-21 Tom de Vries <tdevries@suse.de>
4182
4183 * gdb.opt/inline-locals.c (init_array): New func.
4184 (func1): Use init_array.
4185 * gdb.opt/inline-locals.exp: Update pattern.
4186
4187 2020-07-21 Tom de Vries <tdevries@suse.de>
4188
4189 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
4190 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
4191
4192 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4193
4194 * gdb.guile/source2.scm: Add #f first argument to 'format'.
4195 * gdb.guile/types-module.exp: Remove "ERROR:" from
4196 regexps since Guile 3.0 no longer prints that.
4197
4198 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4199
4200 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
4201 error regexp to match on Guile 2.2.
4202
4203 2020-07-20 Gary Benson <gbenson@redhat.com>
4204
4205 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
4206 with clang.
4207
4208 2020-07-20 Tom de Vries <tdevries@suse.de>
4209
4210 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
4211 (omp_set_lock_in_order): New function.
4212 (single_scope, multi_scope, nested_func, nested_parallel): Use
4213 omp_set_lock_in_order and omp_unset_lock.
4214 (main): Init and destroy lock and lock2.
4215
4216 2020-07-20 Tom de Vries <tdevries@suse.de>
4217
4218 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
4219
4220 2020-07-20 Tom de Vries <tdevries@suse.de>
4221
4222 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
4223
4224 2020-07-17 Tom de Vries <tdevries@suse.de>
4225
4226 * gdb.base/valgrind-infcall-2.c: New test.
4227 * gdb.base/valgrind-infcall-2.exp: New file.
4228 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
4229
4230 2020-07-17 Tom de Vries <tdevries@suse.de>
4231
4232 * gdb.dlang/circular.c (found): Use found_label as label name.
4233 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
4234 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
4235 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
4236 * gdb.dwarf2/ada-linkage-name.exp: Same.
4237 * gdb.dwarf2/arr-subrange.exp: Same.
4238 * gdb.dwarf2/atomic-type.exp: Same.
4239 * gdb.dwarf2/comp-unit-lang.exp: Same.
4240 * gdb.dwarf2/cpp-linkage-name.exp: Same.
4241 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
4242 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
4243 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
4244 * gdb.dwarf2/implptr-64bit.exp: Same.
4245 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4246 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4247 * gdb.dwarf2/imported-unit.exp: Same.
4248 * gdb.dwarf2/main-subprogram.exp: Same.
4249 * gdb.dwarf2/missing-type-name.exp: Same.
4250 * gdb.dwarf2/nonvar-access.exp: Same.
4251 * gdb.dwarf2/struct-with-sig.exp: Same.
4252 * gdb.dwarf2/typedef-void-finish.exp: Same.
4253 * gdb.dwarf2/void-type.exp: Same.
4254
4255 2020-07-17 Tom de Vries <tdevries@suse.de>
4256
4257 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
4258 src parameter.
4259 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
4260 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
4261 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4262 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
4263 * gdb.dwarf2/dwz.exp: Same.
4264 * gdb.dwarf2/implptr-optimized-out.exp: Same.
4265 * gdb.dwarf2/implref-array.exp: Same.
4266 * gdb.dwarf2/implref-const.exp: Same.
4267 * gdb.dwarf2/implref-global.exp: Same.
4268 * gdb.dwarf2/implref-struct.exp: Same.
4269 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
4270 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4271 * gdb.dwarf2/var-access.exp: Same.
4272 * gdb.dwarf2/varval.exp: Same.
4273 * gdb.trace/entry-values.exp: Same.
4274
4275 2020-07-17 Tom de Vries <tdevries@suse.de>
4276
4277 * lib/dwarf.exp (Dwarf::extern): Remove.
4278 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
4279 * gdb.dlang/circular.exp: Same.
4280 * gdb.dwarf2/comp-unit-lang.exp: Same.
4281 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4282 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
4283 * gdb.dwarf2/dwz.exp: Same.
4284 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4285 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4286 * gdb.dwarf2/imported-unit.exp: Same.
4287 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4288
4289 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
4290
4291 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
4292 Use double quotes instead of single quotes.
4293
4294 2020-07-16 Caroline Tice <cmtice@google.com>
4295
4296 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
4297 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
4298
4299 2020-07-16 Tom de Vries <tdevries@suse.de>
4300
4301 * lib/dwarf.exp (program): Initialize _line.
4302 (DW_LNE_end_sequence): Reinitialize _line.
4303 (DW_LNS_advance_line): Update _line.
4304 (line): New proc.
4305 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
4306 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
4307 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
4308 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
4309 * gdb.dwarf2/dw2-is-stmt.exp: Same.
4310 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4311
4312 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4313
4314 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4315 generic.
4316
4317 2020-07-15 Tom de Vries <tdevries@suse.de>
4318
4319 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4320 is_amd64_regs_target.
4321
4322 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4323
4324 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4325 * gdb.fortran/ptype-on-functions.f90: Likewise.
4326
4327 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
4328
4329 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
4330 values in documentation for addr_size to 4 and 8.
4331
4332 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
4333
4334 * gdb.arch/amd64-osabi.exp: Update.
4335 * gdb.arch/arm-disassembler-options.exp: Update.
4336 * gdb.arch/powerpc-disassembler-options.exp: Update.
4337 * gdb.arch/ppc64-symtab-cordic.exp: Update.
4338 * gdb.arch/s390-disassembler-options.exp: Update.
4339 * gdb.base/all-architectures.exp.tcl: Update.
4340 * gdb.base/attach-pie-noexec.exp: Update.
4341 * gdb.base/catch-syscall.exp: Update.
4342 * gdb.xml/tdesc-arch.exp: Update.
4343
4344 2020-07-14 Tom de Vries <tdevries@suse.de>
4345
4346 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4347 (local_gettid): ... this.
4348 (fn): Update.
4349
4350 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4351
4352 * gdb.base/info_sources.exp: Skip directory match tests on
4353 remote hosts.
4354
4355 2020-07-13 Gary Benson <gbenson@redhat.com>
4356
4357 * gdb.base/savedregs.exp (caller): Use parentheses to
4358 make expected expression evaluation ordering explicit.
4359
4360 2020-07-13 Gary Benson <gbenson@redhat.com>
4361
4362 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4363
4364 2020-07-13 Gary Benson <gbenson@redhat.com>
4365
4366 * gdb.base/bigcore.c (main): Use a volatile pointer when
4367 attempting to trigger a SIGSEGV.
4368 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4369 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4370 * gdb.base/savedregs.c (thrower): Likewise.
4371 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4372
4373 2020-07-13 Gary Benson <gbenson@redhat.com>
4374
4375 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4376 defining and using VLA structure fields into...
4377 * gdb.base/vla-struct-fields.c: New file.
4378 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4379 tests into...
4380 * gdb.base/vla-struct-fields.exp: New file.
4381
4382 2020-07-13 Tom de Vries <tdevries@suse.de>
4383
4384 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4385 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4386 * gdb.base/gold-gdb-index.exp: Same.
4387 * gdb.base/morestack.exp: Same.
4388
4389 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4390
4391 PR rust/26121
4392 * gdb.rust/modules.rs: Prevent linker from discarding test
4393 symbol.
4394
4395 2020-07-10 Pedro Alves <pedro@palves.net>
4396
4397 PR gdb/26199
4398 * gdb.multi/multi-target.c (exit_thread): New.
4399 (thread_start): Break loop if EXIT_THREAD.
4400 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4401 (top level) Call test_no_resumed.
4402
4403 2020-07-08 Tom Tromey <tromey@adacore.com>
4404
4405 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4406 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4407
4408 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4409
4410 PR python/22748
4411 * gdb.opt/inline-frame-tailcall.c: New file.
4412 * gdb.opt/inline-frame-tailcall.exp: New file.
4413 * gdb.python/py-unwind-inline.c: New file.
4414 * gdb.python/py-unwind-inline.exp: New file.
4415 * gdb.python/py-unwind-inline.py: New file.
4416
4417 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4418
4419 * gdb.python/py-arch-reg-groups.exp: New file.
4420
4421 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4422
4423 * gdb.python/py-arch-reg-names.exp: New file.
4424
4425 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4426
4427 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4428 gdb.PendingFrame.architecture method.
4429
4430 2020-07-06 Tom de Vries <tdevries@suse.de>
4431
4432 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4433
4434 2020-07-03 Pedro Alves <palves@redhat.com>
4435
4436 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4437 explicitly write negative numbers.
4438 * gdb.base/structs2.exp: Adjust expected output.
4439
4440 2020-07-03 Pedro Alves <palves@redhat.com>
4441
4442 * gdb.base/charset.c (init_string): Change all char parameters to
4443 unsigned char parameters.
4444
4445 2020-07-03 Pedro Alves <palves@redhat.com>
4446
4447 * gdb.base/call-sc.exp (start_scalars_test): Use
4448 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4449 * gdb.base/overlays.c: Remove references to PARAMS.
4450 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4451 * gdb.base/reread.exp: Don't set 'prototypes' global.
4452 * gdb.base/structs.exp (start_structs_test): Use
4453 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4454 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4455 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4456 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4457 call.
4458 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4459
4460 2020-07-03 Pedro Alves <palves@redhat.com>
4461
4462 * gdb.base/m32rovly.c: Delete.
4463 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4464
4465 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4466
4467 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4468 of gdb_py_test_multiple.
4469 * gdb.python/py-cmd.exp: Likewise.
4470 * gdb.python/py-events.exp: Likewise.
4471 * gdb.python/py-function.exp: Likewise.
4472 * gdb.python/py-inferior.exp: Likewise.
4473 * gdb.python/py-infthread.exp: Likewise.
4474 * gdb.python/py-linetable.exp: Likewise.
4475 * gdb.python/py-parameter.exp: Likewise.
4476 * gdb.python/py-value.exp: Likewise.
4477
4478 2020-06-30 Tom de Vries <tdevries@suse.de>
4479
4480 PR testsuite/26175
4481 * lib/future.exp (gdb_default_target_compile): Detect and handle
4482 early_flags.
4483
4484 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
4485
4486 * boards/simavr.exp (gdb_load): Catch errors when closing
4487 previous connection. Close connection, wait for process and
4488 unset simavr_spawn_id on failure.
4489
4490 2020-06-29 Tom de Vries <tdevries@suse.de>
4491
4492 * lib/gdb.exp (unknown): Make test-case unresolved.
4493
4494 2020-06-29 Tom de Vries <tdevries@suse.de>
4495
4496 PR gdb/25475
4497 * gdb.server/solib-list.exp: Verify that the symbol reload
4498 confirmation question is asked.
4499
4500 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4501
4502 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4503 have a input seq nr in each pass message.
4504 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
4505 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4506 * gdb.python/python.exp: Make test names unique,
4507 use gdb_test_multiline instead of gdb_py_test_multiple,
4508 use $gdb_test_name.
4509 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4510
4511 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
4512
4513 * configure.ac: Add --enable-libctf.
4514 * aclocal.m4: sinclude ../config/enable.m4.
4515 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4516 * lib/gdb.exp (skip_ctf_tests): Use it.
4517 * gdb.base/ctf-constvars.exp: Error message tweak.
4518 * gdb.base/ctf-ptype.exp: Likewise.
4519 * configure: Regenerate.
4520
4521 2020-06-26 Gary Benson <gbenson@redhat.com>
4522
4523 * gdb.cp/try_catch.cc: Include string.h.
4524 (main): Replace comparison against string literal with
4525 strcmp, avoiding build failure with -Wstring-compare.
4526 Add "marker test-complete".
4527 * gdb.cp/try_catch.exp: Run the test to the above marker,
4528 then verify that the value of "test" is still true.
4529
4530 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4531
4532 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4533
4534 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4535
4536 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4537
4538 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4539
4540 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4541 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4542 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4543 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4544 * gdb.arch/riscv-tdesc-loading.exp: New file.
4545
4546 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4547
4548 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4549
4550 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4551
4552 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4553 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4554 * gdb.arch/riscv-tdesc-regs.c: New file.
4555 * gdb.arch/riscv-tdesc-regs.exp: New file.
4556
4557 2020-06-24 Pedro Alves <palves@redhat.com>
4558
4559 * gdb.arch/amd64-entry-value-paramref.exp: Use
4560 prepare_for_testing_full and don't pass "c++" for the .S file
4561 build spec.
4562 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4563 $options, since it's an assembly file. Remove -Wno-deprecated.
4564 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4565 compiling C++ programs.
4566
4567 2020-06-24 Pedro Alves <palves@redhat.com>
4568
4569 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4570 Clang, add "-Wno-unknown-warning-option" to the options.
4571
4572 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4573
4574 * gdb.xml/tdesc-reload.c: New file.
4575 * gdb.xml/tdesc-reload.exp: New file.
4576 * gdb.xml/maint-xml-dump-01.xml: New file.
4577 * gdb.xml/maint-xml-dump-02.xml: New file.
4578 * gdb.xml/maint-xml-dump.exp: New file.
4579
4580 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4581
4582 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4583 Adjust for omitted commands when TUI is disabled.
4584
4585 2020-06-23 Gary Benson <gbenson@redhat.com>
4586 Pedro Alves <palves@redhat.com>
4587
4588 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4589 * gdb.cp/nsimport.cc: Likewise.
4590 * gdb.cp/nsnested.cc: Likewise.
4591 * gdb.cp/nsnoimports.cc: Likewise.
4592 * gdb.cp/nsusing.cc: Likewise.
4593 * gdb.cp/smartp.cc: Likewise.
4594 * gdb.python/py-pp-integral.c: Likewise.
4595 * gdb.python/py-pp-re-notag.c: Likewise.
4596
4597 2020-06-23 Gary Benson <gbenson@redhat.com>
4598
4599 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4600 * gdb.cp/nsimport.cc: Likewise.
4601 * gdb.cp/nsnested.cc: Likewise.
4602 * gdb.cp/nsnoimports.cc: Likewise.
4603 * gdb.cp/nsusing.cc: Likewise.
4604 * gdb.cp/smartp.cc: Likewise.
4605 * gdb.python/py-pp-integral.c: Likewise.
4606 * gdb.python/py-pp-re-notag.c: Likewise.
4607
4608 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4609
4610 * gdb.base/default-args.exp: New test.
4611 * gdb.base/default-args.c: New file.
4612 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4613 * gdb.base/default.exp: Update to new help text.
4614 * gdb.base/help.exp: Likewise.
4615 * gdb.base/page.exp: Likewise.
4616 * gdb.base/style.exp: Likewise.
4617 * gdb.guile/guile.exp: Likewise.
4618 * gdb.python/python.exp: Likewise.
4619
4620 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4621
4622 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4623 remote host. Fix search path syntax on Windows host.
4624
4625 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4626
4627 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4628 over 'exec-file-mismatch'.
4629 * gdb.base/attach.c: Mark should_exit volatile.
4630 * gdb.base/attach2.c: Likewise. Add a comment explaining
4631 why the sleep cannot be big.
4632 * gdb.base/attach3.c: New file.
4633
4634 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4635
4636 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4637 prefix optional.
4638
4639 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4640
4641 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4642 for remote host.
4643
4644 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4645 Hafiz Abid Qadeer <abidh@codesourcery.com>
4646
4647 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4648 file sent to remote host.
4649 (top level): Allow int32_t as type of 32-bit register.
4650
4651 2020-06-19 Tom de Vries <tdevries@suse.de>
4652
4653 * lib/gdb.exp (gdb_note): New proc.
4654 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4655 (gdb_default_target_compile): ... here. Only call
4656 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4657 (use_gdb_compile): Change to array.
4658 (toplevel): Update sets of use_gdb_compile to specify language.
4659 Warn about default_target_compile override. Store dejagnu's version
4660 of default_target_compile in dejagnu_default_target_compile.
4661
4662 2020-06-18 Tom de Vries <tdevries@suse.de>
4663
4664 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4665 (default_gdb_init): ... here.
4666
4667 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4668
4669 Fix TUI support checks in gdb.tui tests.
4670
4671 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4672 just say UNSUPPORTED.
4673 * gdb.tui/corefile-run.exp: Likewise.
4674 * gdb.tui/empty.exp: Likewise.
4675 * gdb.tui/list-before.exp: Likewise.
4676 * gdb.tui/list.exp: Likewise.
4677 * gdb.tui/main.exp: Likewise.
4678 * gdb.tui/regs.exp: Likewise.
4679 * gdb.tui/resize.exp: Likewise.
4680 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4681 * gdb.tui/tui-layout-asm.exp: Likewise.
4682 * gdb.tui/tui-missing-src.exp: Likewise.
4683 * gdb.tui/winheight.exp: Likewise.
4684 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4685
4686 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4687
4688 Fix TCL error in gdb.python/py-format-string.exp.
4689
4690 * gdb.python/py-format-string.exp: Move test for python support
4691 earlier, out of function body.
4692
4693 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4694
4695 * gdb.base/index-cache-load-twice.c: New.
4696 * gdb.base/index-cache-load-twice.exp: New.
4697
4698 2020-06-17 Keith Seitz <keiths@redhat.com>
4699
4700 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4701 when executing "gdb --configuration".
4702
4703 2020-06-17 Tom de Vries <tdevries@suse.de>
4704
4705 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4706 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4707 conditional on presence of gdb_tcl_unknown.
4708 (gdb_finish): Make override undo conditional on presence of
4709 gdb_tcl_unknown.
4710
4711 2020-06-16 Tom Tromey <tom@tromey.com>
4712
4713 * gdb.python/tui-window.py (failwin): New function. Register it
4714 as a TUI window type.
4715 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4716
4717 2020-06-16 Gary Benson <gbenson@redhat.com>
4718
4719 * gdb.python/py-nested-maps.c (create_map): Add missing return
4720 value.
4721 (create_map_map): Likewise.
4722
4723 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4724
4725 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4726 variable.
4727 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4728 and use the already-defined 'options' variable.
4729
4730 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4731 Tom de Vries <tdevries@suse.de>
4732
4733 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4734 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4735 (gdb_setup_known_globals): New proc.
4736 (gdb_cleanup_globals): New proc.
4737 * lib/gdb.exp (load_lib): New override proc.
4738 (gdb_stdin_log_init): Set var in_file as persistent global.
4739 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4740 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4741 fpc_compiler as persistent global.
4742
4743 2020-06-12 Tom de Vries <tdevries@suse.de>
4744
4745 * lib/tuiterm.exp (spawn): Rename to ...
4746 (tui_spawn): ... this.
4747 (toplevel): Move rename of spawn ...
4748 (gdb_init_tuiterm): ... here. New proc.
4749 (gdb_finish_tuiterm): New proc.
4750 * lib/gdb.exp (gdb_finish_hooks): New global var.
4751 (gdb_finish): Handle gdb_finish_hooks.
4752 (tuiterm_env): New proc.
4753 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4754 tuiterm_env.
4755 * gdb.tui/basic.exp: Same.
4756 * gdb.tui/corefile-run.exp: Same.
4757 * gdb.tui/empty.exp: Same.
4758 * gdb.tui/list-before.exp: Same.
4759 * gdb.tui/list.exp: Same.
4760 * gdb.tui/main.exp: Same.
4761 * gdb.tui/new-layout.exp: Same.
4762 * gdb.tui/regs.exp: Same.
4763 * gdb.tui/resize.exp: Same.
4764 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4765 * gdb.tui/tui-layout-asm.exp: Same.
4766 * gdb.tui/tui-missing-src.exp: Same.
4767 * gdb.tui/winheight.exp: Same.
4768
4769 2020-06-12 Tom de Vries <tdevries@suse.de>
4770
4771 PR testsuite/26110
4772 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4773 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4774
4775 2020-06-11 Tom Tromey <tom@tromey.com>
4776
4777 PR gdb/18318:
4778 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4779 floating point tests.
4780
4781 2020-06-11 Keith Seitz <keiths@redhat.com>
4782
4783 PR gdb/21356
4784 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4785 vla_struct.
4786 Add new struct vla_typedef and union vla_typedef_union and
4787 corresponding instantiation objects.
4788 Initialize new objects.
4789 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4790 and vla_typedef_union_object.
4791 Fixup type for vla_struct_object.
4792
4793 2020-06-11 Tom de Vries <tdevries@suse.de>
4794
4795 * lib/gdb.exp (with_override): New proc, factored out of ...
4796 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4797
4798 2020-06-10 Tom de Vries <tdevries@suse.de>
4799
4800 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4801
4802 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4803
4804 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4805 parameter, update callers.
4806
4807 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4808
4809 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4810 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4811 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4812
4813 2020-06-04 Tom de Vries <tdevries@suse.de>
4814
4815 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4816
4817 2020-06-04 Tom de Vries <tdevries@suse.de>
4818
4819 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4820 exp_continue.
4821
4822 2020-06-04 Tom de Vries <tdevries@suse.de>
4823
4824 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4825
4826 2020-06-03 Tom de Vries <tdevries@suse.de>
4827
4828 PR symtab/26046
4829 * gdb.cp/breakpoint-locs-2.cc: New test.
4830 * gdb.cp/breakpoint-locs.cc: New test.
4831 * gdb.cp/breakpoint-locs.exp: New file.
4832 * gdb.cp/breakpoint-locs.h: New test.
4833
4834 2020-06-03 Tom de Vries <tdevries@suse.de>
4835
4836 PR testsuite/25609
4837 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4838 value of global verbose.
4839 * gdb.base/jit-elf.exp: Same.
4840 * gdb.base/jit-reader.exp: Same.
4841
4842 2020-06-02 Tom de Vries <tdevries@suse.de>
4843
4844 * gdb.dwarf2/multidictionary.exp: Don't use
4845 gdb_spawn_with_cmdline_opts.
4846
4847 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4848
4849 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4850 use_header case.
4851 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4852 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4853 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4854 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4855 * gdb.dwarf2/dw2-inline-header.c: New file.
4856 * gdb.dwarf2/dw2-inline-header.h: New file.
4857
4858 2020-05-30 Pedro Alves <palves@redhat.com>
4859
4860 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4861 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4862
4863 2020-05-29 Gary Benson <gbenson@redhat.com>
4864
4865 * gdb.compile/compile-cplus.exp (additional_flags): Also
4866 set when building with clang.
4867 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4868 when building with clang.
4869
4870 2020-05-29 Gary Benson <gbenson@redhat.com>
4871
4872 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4873 building with clang.
4874 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4875
4876 2020-05-29 Gary Benson <gbenson@redhat.com>
4877
4878 * gdb.cp/koenig.exp (prepare_for_testing): Add
4879 additional_flags=-Wno-unused-comparison.
4880 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4881
4882 2020-05-28 Gary Benson <gbenson@redhat.com>
4883
4884 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4885 statement.
4886
4887 2020-05-28 Gary Benson <gbenson@redhat.com>
4888
4889 * gdb.cp/classes.exp (prepare_for_testing): Add
4890 additional_flags=-Wno-deprecated-register.
4891 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4892 * gdb.cp/misc.exp: Likewise.
4893
4894 2020-05-28 Gary Benson <gbenson@redhat.com>
4895
4896 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4897 (test_op_new::operator new): Add return statement.
4898 (test_op_new_array::operator new[]): Likewise.
4899
4900 2020-05-27 Pedro Alves <palves@redhat.com>
4901
4902 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4903 check. Use test_gdb_complete_unique instead of
4904 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4905 test_gdb_complete_multiple instead of
4906 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4907
4908 2020-05-27 Luis Machado <luis.machado@linaro.org>
4909
4910 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4911 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4912 * gdb.arch/arm-disassembler-options.exp: Likewise.
4913 * gdb.arch/arm-disp-step.exp: Likewise.
4914 * gdb.arch/thumb-prologue.exp: Likewise.
4915 * gdb.base/async.exp: Likewise.
4916 * gdb.base/auxv.exp: Likewise.
4917 * gdb.base/complex-parts.exp: Likewise.
4918 * gdb.base/ena-dis-br.exp: Likewise.
4919 * gdb.base/foll-exec.exp: Likewise.
4920 * gdb.base/permissions.exp: Likewise.
4921 * gdb.base/relocate.exp: Likewise.
4922 * gdb.base/return2.exp: Likewise.
4923 * gdb.base/sigbpt.exp: Likewise.
4924 * gdb.base/siginfo-obj.exp: Likewise.
4925 * gdb.cp/converts.exp: Likewise.
4926 * gdb.cp/exceptprint.exp: Likewise.
4927 * gdb.cp/inherit.exp: Likewise.
4928 * gdb.cp/nsnoimports.exp: Likewise.
4929 * gdb.cp/virtbase2.exp: Likewise.
4930 * gdb.mi/mi-var-cmd.exp: Likewise.
4931 * gdb.mi/var-cmd.c: Likewise.
4932
4933 2020-05-26 Tom Tromey <tromey@adacore.com>
4934
4935 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4936
4937 2020-05-26 Tom Tromey <tromey@adacore.com>
4938
4939 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4940 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4941 type.
4942 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4943 variable.
4944
4945 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4946
4947 * Makefile.in: Use = instead of == for the test command
4948 for portability.
4949
4950 2020-05-26 Tom de Vries <tdevries@suse.de>
4951
4952 * gdb.base/gold-gdb-index-2.c: New test.
4953 * gdb.base/gold-gdb-index.c: New test.
4954 * gdb.base/gold-gdb-index.exp: New file.
4955 * gdb.base/gold-gdb-index.h: New test.
4956
4957 2020-05-25 Tom de Vries <tdevries@suse.de>
4958
4959 * boards/gold-gdb-index.exp: New file.
4960
4961 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4962
4963 * boards/simavr.exp: New file.
4964
4965 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4966
4967 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4968 * gdb.base/inferior-args.exp: New file.
4969 * gdb.base/inferior-args.c: New file.
4970
4971 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4972
4973 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4974 inferior_args. Pass it to gdb_reload.
4975 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4976 inferior_args.
4977 (gdb_reload): Add inferior_args argument.
4978 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4979 pass it to gdbserver_run.
4980 * boards/native-gdbserver.exp: Do not set noargs.
4981 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4982 inferior_args argument.
4983 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4984 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4985 * gdb.base/args.exp: Likewise.
4986
4987 2020-05-25 Tom de Vries <tdevries@suse.de>
4988
4989 * lib/gdb.exp (exec_is_pie): Add comment.
4990
4991 2020-05-25 Tom de Vries <tdevries@suse.de>
4992
4993 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4994 instead of $binfile in the untested message.
4995
4996 2020-05-25 Tom de Vries <tdevries@suse.de>
4997
4998 PR testsuite/26031
4999 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
5000
5001 2020-05-25 Tom de Vries <tdevries@suse.de>
5002
5003 * boards/gold.exp: New file.
5004
5005 2020-05-23 Tom Tromey <tom@tromey.com>
5006
5007 * gdb.base/style.exp: Remove completion styling test.
5008 * lib/gdb-utils.exp (style): Remove completion styles.
5009
5010 2020-05-23 Tom Tromey <tom@tromey.com>
5011
5012 * gdb.base/style.exp: Add completion styling test.
5013 * lib/gdb-utils.exp (style): Add completion styles.
5014
5015 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
5016
5017 * gdb.base/annota1.exp: Update expected results.
5018 * gdb.cp/annota2.exp: Update expected results, remove duplicate
5019 test name.
5020 * gdb.cp/annota3.exp: Update expected results.
5021
5022 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
5023
5024 PR gdb/26016
5025 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
5026 against MAP_FAILED.
5027 * gdb.base/coremaker.c (mmapdata): Likewise.
5028 * gdb.base/jit-reader-host.c (main): Likewise.
5029 * gdb.base/sym-file-loader.c (load): Likewise.
5030 (load_shlib): Likewise.
5031
5032 2020-05-20 Tom Tromey <tromey@adacore.com>
5033
5034 * gdb.ada/array_char_idx.exp: Recognize initialized array.
5035
5036 2020-05-20 Tom de Vries <tdevries@suse.de>
5037
5038 PR symtab/25833
5039 * gdb.base/with-mf-inc.c: New test.
5040 * gdb.base/with-mf-main.c: New test.
5041 * gdb.base/with-mf.exp: New file.
5042
5043 2020-05-19 Tom Tromey <tromey@adacore.com>
5044
5045 * gdb.rust/simple.exp: Restore missing test result.
5046
5047 2020-05-19 Tom de Vries <tdevries@suse.de>
5048
5049 * gdb.base/gdb-caching-proc.exp: Fix typo.
5050
5051 2020-05-19 Tom Tromey <tromey@adacore.com>
5052
5053 * gdb.rust/simple.exp: Add some test descriptions.
5054 (test_one_slice): Use with_test_prefix.
5055
5056 2020-05-18 Tom de Vries <tdevries@suse.de>
5057
5058 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
5059
5060 2020-05-17 Pedro Alves <palves@redhat.com>
5061
5062 PR gdb/25741
5063 * gdb.base/hw-sw-break-same-address.exp: New file.
5064
5065 2020-05-16 Pedro Alves <palves@redhat.com>
5066
5067 * gdb.multi/multi-re-run.exp (test_re_run): Switch
5068 LAST_LOADED_FILE accordingly.
5069
5070 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5071
5072 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
5073
5074 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5075
5076 * gdb.base/help.exp: Test apropos and help for commands
5077 having aliases. Fixed comments not starting with an
5078 upper-case letter or not finishing with a dot.
5079
5080 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5081
5082 * gdb.base/alias.exp: Update help output check.
5083
5084 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5085
5086 * gdb.base/default.exp: Update output following fixes.
5087
5088 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5089
5090 * gdb.base/alias.exp: Test aliases starting with a prefix of
5091 another alias.
5092
5093 2020-05-15 Gary Benson <gbenson@redhat.com>
5094
5095 * gdb.base/info-os.c (main): Add return statement.
5096 * gdb.base/info_minsym.c (minsym_fun): Likewise.
5097 * gdb.base/large-frame-2.c (func): Likewise.
5098 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
5099 * gdb.base/pr10179-b.c (foo2): Likewise.
5100 * gdb.base/valgrind-disp-step.c (foo): Likewise.
5101 * gdb.base/watch-cond.c (func): Likewise.
5102 * gdb.multi/goodbye.c (verylongfun): Likewise.
5103 * gdb.multi/hello.c (commonfun): Likewise.
5104 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
5105 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
5106 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5107 Likewise.
5108 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
5109 * gdb.threads/interrupt-while-step-over.c (child_function):
5110 Likewise.
5111 * gdb.trace/actions-changed.c (end): Likewise.
5112
5113 2020-05-15 Gary Benson <gbenson@redhat.com>
5114
5115 * gdb.opencl/callfuncs.exp: Report when test skipped.
5116 * gdb.opencl/convs_casts.exp: Likewise.
5117 * gdb.opencl/datatypes.exp: Likewise.
5118 * gdb.opencl/operators.exp: Likewise.
5119 * gdb.opencl/vec_comps.exp: Likewise.
5120
5121 2020-05-15 Tom de Vries <tdevries@suse.de>
5122
5123 * gdb.base/align.exp.in: Rename to ...
5124 * gdb.base/align.exp.tcl: ... this.
5125 * gdb.base/align-c++.exp: Update.
5126 * gdb.base/align-c.exp: Update.
5127 * gdb.base/all-architectures.exp.in: Rename to ...
5128 * gdb.base/all-architectures.exp: ... this.
5129 * gdb.base/all-architectures-0.exp: Update.
5130 * gdb.base/all-architectures-1.exp: Update.
5131 * gdb.base/all-architectures-2.exp: Update.
5132 * gdb.base/all-architectures-3.exp: Update.
5133 * gdb.base/all-architectures-4.exp: Update.
5134 * gdb.base/all-architectures-5.exp: Update.
5135 * gdb.base/all-architectures-6.exp: Update.
5136 * gdb.base/all-architectures-7.exp: Update.
5137 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
5138 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
5139 * gdb.base/infcall-nested-structs-c++.exp: Update.
5140 * gdb.base/infcall-nested-structs-c.exp: Update.
5141 * gdb.base/info-types.exp.in: Rename to ...
5142 * gdb.base/info-types.exp.tcl: ... this.
5143 * gdb.base/info-types-c++.exp: Update.
5144 * gdb.base/info-types-c.exp: Update.
5145 * gdb.base/max-depth.exp.in: Rename to ...
5146 * gdb.base/max-depth.exp.tcl: ... this.
5147 * gdb.base/max-depth-c++.exp: Update.
5148 * gdb.base/max-depth-c.exp: Update.
5149 * gdb.cp/cpexprs.exp.in: Rename to ...
5150 * gdb.cp/cpexprs.exp.tcl: ... this.
5151 * gdb.cp/cpexprs-debug-types.exp: Update.
5152 * gdb.cp/cpexprs.exp: Update.
5153 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
5154 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
5155 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
5156 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
5157 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
5158 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
5159 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
5160 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
5161 * gdb.dwarf2/clang-debug-names-2.exp: Update.
5162 * gdb.dwarf2/clang-debug-names.exp: Update.
5163
5164 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
5165
5166 * lib/check-test-names.exp: Remove code that prevents this file
5167 loading when tests are run in parallel.
5168
5169 2020-05-15 Pedro Alves <palves@redhat.com>
5170
5171 * gdb.multi/multi-kill.exp (start_inferior): Remove
5172 'testpid' parameter. Refer to namespace variable directly.
5173 (testpid): Declare as namespace variable.
5174
5175 2020-05-15 Pedro Alves <palves@redhat.com>
5176
5177 * gdb.multi/multi-kill.exp: Wrap in namespace.
5178 (start_inferior): Add TESTPID parameter. Use it instead of the
5179 testpid global.
5180 (top level): Define empty TESTPID array, and pass it down to
5181 start_inferior.
5182
5183 2020-05-14 Tom de Vries <tdevries@suse.de>
5184
5185 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
5186 output.
5187
5188 2020-05-14 Tom de Vries <tdevries@suse.de>
5189
5190 * gdb.base/align.exp: Split into ...
5191 * gdb.base/align.exp.in: ...
5192 * gdb.base/align-c++.exp: ...
5193 * gdb.base/align-c.exp: ... these.
5194 * gdb.base/infcall-nested-structs.exp: Split into ...
5195 * gdb.base/infcall-nested-structs.exp.in: ...
5196 * gdb.base/infcall-nested-structs-c++.exp: ...
5197 * gdb.base/infcall-nested-structs-c.exp: ... these.
5198 * gdb.base/info-types.exp: Split into ...
5199 * gdb.base/info-types.exp.in: ...
5200 * gdb.base/info-types-c++.exp: ...
5201 * gdb.base/info-types-c.exp: ... these.
5202 * gdb.base/max-depth.exp: Split into ...
5203 * gdb.base/max-depth.exp.in: ...
5204 * gdb.base/max-depth-c++.exp: ...
5205 * gdb.base/max-depth-c.exp: ... these.
5206 * gdb.cp/infcall-nodebug.exp: Split into ...
5207 * gdb.cp/infcall-nodebug.exp.in: ...
5208 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
5209 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
5210 * gdb.cp/infcall-nodebug-c-d0.exp: ...
5211 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
5212
5213 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5214 Pedro Alves <palves@redhat.com>
5215
5216 * gdb.multi/multi-exit.c: New file.
5217 * gdb.multi/multi-exit.exp: New file.
5218 * gdb.multi/multi-kill.c: New file.
5219 * gdb.multi/multi-kill.exp: New file.
5220
5221 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5222
5223 * gdb.base/annota1.exp: Update the expected output.
5224 * gdb.cp/annota2.exp: Ditto.
5225
5226 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
5227
5228 * lib/check-test-names.exp: Disable when testing is being run in
5229 parallel.
5230
5231 2020-05-12 Tom de Vries <tdevries@suse.de>
5232
5233 * gdb.base/jit-elf.exp: Fix string concat.
5234
5235 2020-05-12 Tom de Vries <tdevries@suse.de>
5236
5237 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
5238 messages.
5239
5240 2020-05-12 Tom de Vries <tdevries@suse.de>
5241
5242 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
5243
5244 2020-05-12 Tom de Vries <tdevries@suse.de>
5245
5246 * gdb.ada/catch_ex.exp: Use with_test_prefix.
5247 * gdb.ada/mi_catch_ex.exp: Same.
5248 * gdb.ada/mi_catch_ex_hand.exp: Same.
5249
5250 2020-05-12 Tom de Vries <tdevries@suse.de>
5251
5252 * gdb.fortran/complex.exp: Use with_test_prefix.
5253
5254 2020-05-12 Tom de Vries <tdevries@suse.de>
5255
5256 * gdb.trace/passcount.exp: Fix test-names.
5257
5258 2020-05-12 Tom de Vries <tdevries@suse.de>
5259
5260 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
5261
5262 2020-05-12 Tom de Vries <tdevries@suse.de>
5263
5264 * gdb.gdb/complaints.exp: Use with_test_prefix.
5265 * gdb.xml/tdesc-regs.exp: Same.
5266 * gdb.opt/inline-locals.exp: Fix test name.
5267
5268 2020-05-12 Tom de Vries <tdevries@suse.de>
5269
5270 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
5271 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
5272 * gdb.dwarf2/implref-struct.exp: Same.
5273 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
5274 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
5275
5276 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
5277
5278 * gdb.base/jit-so.exp (one_jit_test): Change test name.
5279
5280 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5281
5282 * lib/check-test-names.exp (all_test_names): New module variable.
5283 (counts): Add 'duplicates' field.
5284 (_check_duplicates): New procedure.
5285 (check): Also check for duplicates.
5286 (do_log_summary): Print duplicates count.
5287 (do_reset_vars): Reset counter for duplicate test names, and
5288 discard all know test names.
5289
5290 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5291
5292 * lib/gdb.exp: Include check-test-names.exp library.
5293 * lib/check-test-names.exp: New file.
5294
5295 2020-05-11 Tom de Vries <tdevries@suse.de>
5296
5297 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
5298
5299 2020-05-11 Keith Seitz <keiths@redhat.com>
5300
5301 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
5302
5303 2020-05-11 Tom de Vries <tdevries@suse.de>
5304
5305 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
5306 * gdb.cp/cpexprs.exp.in: .. here.
5307 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
5308 cpexprs.exp.
5309
5310 2020-05-11 Keith Seitz <keiths@redhat.com>
5311
5312 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
5313 test names.
5314 * gdb.ada/arrayptr.exp: Likewise.
5315 * gdb.ada/assign_arr.exp: Likewise.
5316 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
5317 * gdb.ada/bp_on_var.exp: Likewise.
5318 * gdb.ada/call_pn.exp: Likewise.
5319 * gdb.ada/complete.exp: Likewise.
5320 * gdb.ada/fun_overload_menu.exp: Likewise.
5321 * gdb.ada/funcall_param.exp: Likewise.
5322 * gdb.ada/funcall_ref.exp: Likewise.
5323 * gdb.ada/packed_array_assign.exp: Likewise.
5324 * gdb.ada/same_component_name.exp: Likewise.
5325 * gdb.ada/type_coercion.exp: Likewise.
5326 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
5327 * gdb.ada/variant_record_packed_array.exp: Likewise.
5328
5329 2020-05-11 Tom de Vries <tdevries@suse.de>
5330
5331 PR symtab/25941
5332 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
5333 out of ...
5334 * gdb.dwarf2/clang-debug-names.exp: ... here.
5335 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
5336 clang-debug-names.exp.in.
5337 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
5338 * gdb.dwarf2/clang-debug-names-2.c: New test.
5339
5340 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5341
5342 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5343 (fortran_runto_main): New Proc, fortran version of runto_main.
5344 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5345 * gdb.fortran/array-bounds.exp: Likewise.
5346 * gdb.fortran/array-slices.exp: Likewise.
5347 * gdb.fortran/block-data.exp: Likewise.
5348 * gdb.fortran/charset.exp: Likewise.
5349 * gdb.fortran/common-block.exp: Likewise.
5350 * gdb.fortran/complex.exp: Likewise.
5351 * gdb.fortran/derived-type-function.exp: Likewise.
5352 * gdb.fortran/derived-type.exp: Likewise.
5353 * gdb.fortran/info-modules.exp: Likewise.
5354 * gdb.fortran/info-types.exp: Likewise.
5355 * gdb.fortran/intrinsics.exp: Likewise.
5356 * gdb.fortran/library-module.exp: Likewise.
5357 * gdb.fortran/logical.exp: Likewise.
5358 * gdb.fortran/max-depth.exp: Likewise.
5359 * gdb.fortran/module.exp: Likewise.
5360 * gdb.fortran/multi-dim.exp: Likewise.
5361 * gdb.fortran/nested-funcs.exp: Likewise.
5362 * gdb.fortran/print-formatted.exp: Likewise.
5363 * gdb.fortran/print_type.exp: Likewise.
5364 * gdb.fortran/printing-types.exp: Likewise.
5365 * gdb.fortran/ptr-indentation.exp: Likewise.
5366 * gdb.fortran/ptype-on-functions.exp: Likewise.
5367 * gdb.fortran/subarray.exp: Likewise.
5368 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5369 * gdb.fortran/vla-datatypes.exp: Likewise.
5370 * gdb.fortran/vla-history.exp: Likewise.
5371 * gdb.fortran/vla-ptr-info.exp: Likewise.
5372 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5373 * gdb.fortran/vla-ptype.exp: Likewise.
5374 * gdb.fortran/vla-sizeof.exp: Likewise.
5375 * gdb.fortran/vla-type.exp: Likewise.
5376 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5377 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5378 * gdb.fortran/vla-value-sub.exp: Likewise.
5379 * gdb.fortran/vla-value.exp: Likewise.
5380 * gdb.fortran/whatis_type.exp: Likewise.
5381 * gdb.mi/mi-var-child-f.exp: Likewise.
5382
5383 2020-05-09 Tom de Vries <tdevries@suse.de>
5384
5385 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5386
5387 2020-05-08 Tom de Vries <tdevries@suse.de>
5388
5389 * gdb.dwarf2/clang-debug-names.c: New test.
5390 * gdb.dwarf2/clang-debug-names.exp: New file.
5391
5392 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
5393
5394 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5395 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5396
5397 2020-05-06 Tom de Vries <tdevries@suse.de>
5398
5399 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5400 breakpoint is at a "recommended breakpoint location".
5401 * gdb.reverse/consecutive-reverse.exp: Same.
5402
5403 2020-05-06 Tom de Vries <tdevries@suse.de>
5404
5405 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5406 address.
5407
5408 2020-05-06 Tom de Vries <tdevries@suse.de>
5409
5410 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5411
5412 2020-05-06 Tom de Vries <tdevries@suse.de>
5413
5414 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5415 info for r.
5416
5417 2020-05-06 Tom de Vries <tdevries@suse.de>
5418
5419 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5420 necessary.
5421
5422 2020-05-06 Tom de Vries <tdevries@suse.de>
5423
5424 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5425 void.
5426
5427 2020-05-06 Tom de Vries <tdevries@suse.de>
5428
5429 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5430 of ...
5431 * gdb.base/async.exp: ... here.
5432 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5433 "recommended breakpoint location".
5434
5435 2020-05-06 Tom de Vries <tdevries@suse.de>
5436
5437 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5438
5439 2020-05-04 Tom de Vries <tdevries@suse.de>
5440
5441 * gdb.base/async.exp: Check whether instruction addresses are a
5442 "recommended breakpoint location".
5443
5444 2020-05-03 Tom Tromey <tom@tromey.com>
5445
5446 * gdb.base/sepdebug.exp: Remove "catch" test.
5447 * gdb.base/break.exp: Remove "catch" test.
5448 * gdb.base/default.exp: Update expected output.
5449
5450 2020-05-02 Tom de Vries <tdevries@suse.de>
5451
5452 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5453 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5454 * gdb.arch/i386-mpx-map.exp: Same.
5455 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5456 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5457 * gdb.arch/i386-mpx.exp: Same.
5458
5459 2020-05-02 Tom de Vries <tdevries@suse.de>
5460
5461 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5462
5463 2020-05-01 Tom de Vries <tdevries@suse.de>
5464
5465 * gdb.ada/operator_bp.exp: Allow more than required amount of
5466 breakpoint.
5467
5468 2020-05-01 Tom de Vries <tdevries@suse.de>
5469
5470 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5471
5472 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5473
5474 PR gdb/18706
5475 * gdb.cp/stub-array-size.cc: New test.
5476 * gdb.cp/stub-array-size.exp: New file.
5477 * gdb.cp/stub-array-size.h: New test.
5478 * gdb.cp/stub-array-size2.cc: New test.
5479
5480 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5481
5482 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5483 output to the new format.
5484
5485 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5486
5487 * gdb.base/break.exp: Use with_test_prefix.
5488
5489 2020-04-29 Tom de Vries <tdevries@suse.de>
5490
5491 * lib/gdb.exp (debug_types): New proc.
5492 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5493 * gdb.python/py-symtab.exp: Same.
5494
5495 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
5496
5497 PR gdb/17320
5498 * gdb.base/pretty-array.c: New test.
5499 * gdb.base/pretty-array.exp: New file.
5500
5501 2020-04-29 Tom de Vries <tdevries@suse.de>
5502
5503 PR symtab/25889
5504 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5505 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5506 and include cpexprs.exp.
5507
5508 2020-04-28 Mark Williams <mark@myosotissp.com>
5509
5510 PR gdb/24480
5511 * dw4-toplevel-types.exp: Test for top level types.
5512 * dw4-toplevel-types.cc: Test for top level types.
5513
5514 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5515
5516 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5517 (theads -> threads).
5518
5519 2020-04-28 Tom de Vries <tdevries@suse.de>
5520
5521 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5522
5523 2020-04-28 Tom de Vries <tdevries@suse.de>
5524
5525 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5526
5527 2020-04-28 Tom de Vries <tdevries@suse.de>
5528
5529 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5530
5531 2020-04-28 Tom de Vries <tdevries@suse.de>
5532
5533 * gdb.dwarf2/main-foo.c: New test.
5534 * gdb.dwarf2/struct-with-sig.exp: New file.
5535
5536 2020-04-25 Tom de Vries <tdevries@suse.de>
5537
5538 * boards/debug-types.exp: New file.
5539
5540 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5541
5542 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5543
5544 2020-04-24 Tom Tromey <tom@tromey.com>
5545
5546 PR symtab/12707:
5547 * gdb.python/py-symbol.exp: Update expected results for
5548 linkage_name test.
5549 * gdb.cp/print-demangle.exp: New file.
5550 * gdb.base/c-linkage-name.exp: Fix test.
5551 * gdb.guile/scm-symbol.exp: Update expected results for
5552 linkage_name test.
5553
5554 2020-04-24 Tom Tromey <tom@tromey.com>
5555
5556 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5557 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5558 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5559 assembler.
5560
5561 2020-04-24 Tom de Vries <tdevries@suse.de>
5562
5563 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5564 C++.
5565
5566 2020-04-24 Tom Tromey <tromey@adacore.com>
5567
5568 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5569 values.
5570 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5571 values. Update test for minimal encodings.
5572 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5573 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5574 values. Update test for minimal encodings.
5575
5576 2020-04-24 Tom Tromey <tromey@adacore.com>
5577
5578 PR python/23662:
5579 * gdb.ada/variant.exp: Add Python checks.
5580 * gdb.rust/simple.exp: Add dynamic type checks.
5581
5582 2020-04-24 Tom Tromey <tromey@adacore.com>
5583
5584 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5585 Make array type matching more lax.
5586 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5587 * gdb.ada/mi_variant.exp: New file.
5588 * gdb.ada/mi_variant/pck.ads: New file.
5589 * gdb.ada/mi_variant/pkg.adb: New file.
5590 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5591 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5592
5593 2020-04-24 Tom Tromey <tromey@adacore.com>
5594
5595 * gdb.ada/variant.exp: Add dynamic field offset tests.
5596 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5597 * gdb.ada/variant/pkg.adb: Add new variables.
5598
5599 2020-04-24 Tom Tromey <tromey@adacore.com>
5600
5601 * gdb.ada/variant.exp: New file
5602 * gdb.ada/variant/pkg.adb: New file
5603 * gdb.ada/variant/pck.adb: New file
5604
5605 2020-04-24 Tom de Vries <tdevries@suse.de>
5606
5607 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5608
5609 2020-04-24 Tom de Vries <tdevries@suse.de>
5610
5611 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5612 flags.
5613
5614 2020-04-24 Tom de Vries <tdevries@suse.de>
5615
5616 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5617
5618 2020-04-24 Tom de Vries <tdevries@suse.de>
5619
5620 * lib/gdb.exp (default_gdb_start): Handle eof.
5621 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5622 failure.
5623 * gdb.base/readnever.exp: Handle clean_restart failure.
5624
5625 2020-04-23 Tom de Vries <tdevries@suse.de>
5626
5627 * gdb.base/decl-before-def.exp: Run to main and print a again.
5628
5629 2020-04-23 Tom de Vries <tdevries@suse.de>
5630
5631 * gdb.base/decl-before-def-decl.c: New test.
5632 * gdb.base/decl-before-def-def.c: New test.
5633 * gdb.base/decl-before-def.exp: New file.
5634
5635 2020-04-23 Tom de Vries <tdevries@suse.de>
5636
5637 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5638
5639 2020-04-22 Tom de Vries <tdevries@suse.de>
5640
5641 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5642 debug_info_offset.
5643 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5644 before $objsfile in the line line.
5645
5646 2020-04-22 Tom de Vries <tdevries@suse.de>
5647
5648 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5649
5650 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5651
5652 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5653 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5654 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5655 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5656 * gdb.base/jit-protocol.h: Update definitions to match all usage
5657 contexts.
5658
5659 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5660
5661 * gdb.base: Rename all jit related test and source files.
5662
5663 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5664
5665 * gdb.base/jit-reader.exp: Relax register output check.
5666
5667 2020-04-22 Tom de Vries <tdevries@suse.de>
5668
5669 PR symtab/25764
5670 * gdb.base/psym-external-decl-2.c: New test.
5671 * gdb.base/psym-external-decl.c: New test.
5672 * gdb.base/psym-external-decl.exp: New file.
5673 * gdb.threads/tls.exp: Add PR25807 kfail.
5674
5675 2020-04-22 Tom de Vries <tdevries@suse.de>
5676
5677 PR symtab/25801
5678 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5679 in "info source" output.
5680
5681 2020-04-22 Tom de Vries <tdevries@suse.de>
5682
5683 PR symtab/25700
5684 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5685 symtab for imported_unit.c.
5686
5687 2020-04-21 Gary Benson <gbenson@redhat.com>
5688
5689 * gdb.base/advance.c (func): New argument, to match call site.
5690 (func2, func3): Add return statements.
5691
5692 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5693
5694 * gdb.multi/run-only-second-inf.c: New file.
5695 * gdb.multi/run-only-second-inf.exp: New file.
5696
5697 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5698
5699 * gdb.btrace/multi-inferior.c: New test.
5700 * gdb.btrace/multi-inferior.exp: New file.
5701
5702 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5703
5704 * gdb.btrace/enable-new-thread.c: New test.
5705 * gdb.btrace/enable-new-thread.exp: New file.
5706
5707 2020-04-21 Tom de Vries <tdevries@suse.de>
5708
5709 PR gdb/25471
5710 * gdb.threads/killed-outside.c: New test.
5711 * gdb.threads/killed-outside.exp: New file.
5712
5713 2020-04-20 Gary Benson <gbenson@redhat.com>
5714
5715 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5716 * gdb.base/nested-subp2.exp: Likewise.
5717 * gdb.base/nested-subp3.exp: Likewise.
5718
5719 2020-04-20 Gary Benson <gbenson@redhat.com>
5720
5721 * gdb.base/nested-subp1.exp: Disable test when using clang.
5722 * gdb.base/nested-subp2.exp: Likewise.
5723 * gdb.base/nested-subp3.exp: Likewise.
5724
5725 2020-04-20 Gary Benson <gbenson@redhat.com>
5726
5727 * gdb.cp/exception.cc: Fix compilation error with clang.
5728
5729 2020-04-20 Gary Benson <gbenson@redhat.com>
5730
5731 * gdb.trace/tspeed.c: Fix compilation error with clang.
5732
5733 2020-04-20 Gary Benson <gbenson@redhat.com>
5734
5735 * gdb.base/jit-main.c: Fix compilation error with clang.
5736
5737 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5738
5739 * gdb.base/attach-twice.c: Include "sys/types.h".
5740 (PTRACE_ATTACH): Add fallback definition.
5741 (main): Pass `0' to the 4th argument of `ptrace'.
5742
5743 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5744
5745 * gdb.base/fork-running-state.c: Include "signal.h".
5746
5747 2020-04-17 Tom Tromey <tromey@adacore.com>
5748
5749 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5750 Update tests.
5751 * gdb.btrace/cpu.exp: Update tests.
5752 * gdb.base/maint.exp: Update tests.
5753 * gdb.base/default.exp: Update tests.
5754 * gdb.base/completion.exp: Update tests.
5755
5756 2020-04-16 Tom de Vries <tdevries@suse.de>
5757
5758 PR symtab/25791
5759 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5760 (ensure_gdb_index): and factor out and move ...
5761 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5762 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5763
5764 2020-04-16 Tom de Vries <tdevries@suse.de>
5765
5766 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5767 loading exec.
5768
5769 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5770
5771 * gdb.base/many-completions.exp: New file.
5772
5773 2020-04-14 Tom de Vries <tdevries@suse.de>
5774
5775 PR symtab/25718
5776 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5777
5778 2020-04-14 Tom de Vries <tdevries@suse.de>
5779
5780 PR symtab/25720
5781 * gdb.base/maint-expand-symbols-header-file.c: New test.
5782 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5783 * gdb.base/maint-expand-symbols-header-file.h: New test.
5784
5785 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5786
5787 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5788 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5789 get_func_info.
5790 (get_func_info): Delete.
5791 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5792 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5793 * lib/dwarf.exp (get_func_info): New function.
5794
5795 2020-04-13 Tom de Vries <tdevries@suse.de>
5796
5797 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5798 to what find_gnatmake does.
5799
5800 2020-04-10 Tom de Vries <tdevries@suse.de>
5801
5802 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5803 -readnow.
5804
5805 2020-04-10 Tom de Vries <tdevries@suse.de>
5806
5807 PR cli/25808
5808 * gdb.base/style.c: Add leading newlines.
5809 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5810 Check listing of main's one-line body.
5811
5812 2020-04-08 Tom de Vries <tdevries@suse.de>
5813
5814 * lib/gdb.exp (psymtabs_p): New proc.
5815 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5816 importing unit" unsupported if there are no partial symbols.
5817
5818 2020-04-08 Tom de Vries <tdevries@suse.de>
5819
5820 PR testsuite/25760
5821 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5822
5823 2020-04-07 Tom de Vries <tdevries@suse.de>
5824
5825 PR symtab/25796
5826 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5827
5828 2020-04-07 Tom de Vries <tdevries@suse.de>
5829
5830 * gdb.base/check-psymtab.c: New test.
5831 * gdb.base/check-psymtab.exp: New file.
5832
5833 2020-04-06 Tom Tromey <tromey@adacore.com>
5834
5835 * gdb.ada/variant-record/proc.adb: New file.
5836 * gdb.ada/variant-record/value.adb: New file.
5837 * gdb.ada/variant-record/value.s: New file.
5838 * gdb.ada/variant-record.exp: New file.
5839
5840 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5841
5842 PR gdb/25325
5843 * gdb.cp/typed-enum.cc: New test.
5844 * gdb.cp/typed-enum.exp: New file.
5845
5846 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5847
5848 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5849 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5850 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5851 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5852 * gdb.opt/inline-small-func.c: New file.
5853 * gdb.opt/inline-small-func.exp: New file.
5854 * gdb.opt/inline-small-func.h: New file.
5855
5856 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5857
5858 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5859 function.
5860
5861 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5862
5863 * lib/dwarf.exp (function_range): Allow compiler options to be
5864 specified.
5865
5866 2020-04-02 Tom de Vries <tdevries@suse.de>
5867
5868 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5869 __attribute__((always_inline)).
5870 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5871
5872 2020-04-02 Tom de Vries <tdevries@suse.de>
5873
5874 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5875 (gdbserver_gdb_exit): ... here. Add timeout warning.
5876 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5877 (connect_target_extended_remote): Append new server_spawn_id to
5878 server_spawn_ids.
5879 (cleanup): New proc.
5880 (setup, <toplevel>): Call cleanup.
5881
5882 2020-04-02 Tom de Vries <tdevries@suse.de>
5883
5884 * gdb.base/main-psymtab.exp: New file.
5885
5886 2020-04-02 Tom de Vries <tdevries@suse.de>
5887
5888 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5889
5890 2020-04-01 Tom Tromey <tom@tromey.com>
5891
5892 * gdb.base/complex-parts.exp: Add type tests.
5893
5894 2020-04-01 Tom Tromey <tom@tromey.com>
5895
5896 * gdb.base/complex-parts.exp: Add arithmetic tests.
5897
5898 2020-04-01 Tom Tromey <tom@tromey.com>
5899
5900 * gdb.compile/compile.exp: Update.
5901 * gdb.compile/compile-cplus.exp: Update.
5902 * gdb.base/varargs.exp: Update.
5903 * gdb.base/floatn.exp: Update.
5904 * gdb.base/endianity.exp: Update.
5905 * gdb.base/callfuncs.exp (do_function_calls): Update.
5906 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5907 (complex_float_integral_args): Update.
5908 * gdb.base/complex.exp: Update.
5909 * gdb.base/complex-parts.exp: Update.
5910
5911 2020-04-01 Tom Tromey <tromey@adacore.com>
5912
5913 * gdb.rust/union.rs: New file.
5914 * gdb.rust/union.exp: New file.
5915 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5916 (main): Update.
5917 * gdb.rust/simple.exp: Move union tests to union.exp.
5918
5919 2020-04-01 Tom Tromey <tromey@adacore.com>
5920
5921 * gdb.rust/simple.rs (main): Remove "y0".
5922
5923 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5924
5925 * gdb.multi/stop-all-on-exit.c: New test.
5926 * gdb.multi/stop-all-on-exit.exp: New file.
5927
5928 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5929
5930 PR gdb/24789
5931 * gdb.cp/misc.cc: Add integer reference variable.
5932 * gdb.cp/misc.exp: Add test.
5933
5934 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5935
5936 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5937 scenario to cover execution until the end and also the case
5938
5939 2020-03-31 Tom de Vries <tdevries@suse.de>
5940
5941 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5942 c. Use "maint info symtabs" to check symtab expansion.
5943
5944 2020-03-30 Tom de Vries <tdevries@suse.de>
5945
5946 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5947 unsupported.
5948 (verify_psymtab_expanded): Move ...
5949 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5950 test.
5951 (readnow): New proc.
5952
5953 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5954
5955 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5956 with $hex.
5957
5958 2020-03-20 Tom Tromey <tromey@adacore.com>
5959
5960 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5961
5962 2020-03-20 Tom Tromey <tromey@adacore.com>
5963
5964 * gdb.ada/sub_variant/subv.adb: New file.
5965 * gdb.ada/sub_variant.exp: New file.
5966
5967 2020-03-20 Tom de Vries <tdevries@suse.de>
5968
5969 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5970 first break fails.
5971 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5972
5973 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5974
5975 * gdb.server/exit-multiple-threads.c: New file.
5976 * gdb.server/exit-multiple-threads.exp: New file.
5977
5978 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5979
5980 * gdb.fortran/mixed-lang-stack.c: New file.
5981 * gdb.fortran/mixed-lang-stack.cpp: New file.
5982 * gdb.fortran/mixed-lang-stack.exp: New file.
5983 * gdb.fortran/mixed-lang-stack.f90: New file.
5984
5985 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5986
5987 * gdb.linespec/cp-completion-aliases.cc: New file.
5988 * gdb.linespec/cp-completion-aliases.exp: New file.
5989
5990 2020-03-19 Tom de Vries <tdevries@suse.de>
5991
5992 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5993 more precise.
5994
5995 2020-03-18 Tom de Vries <tdevries@suse.de>
5996
5997 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5998 * gdb.dwarf2/break-inline-psymtab.c: New test.
5999 * gdb.dwarf2/break-inline-psymtab.exp: New file.
6000
6001 2020-03-16 Tom de Vries <tdevries@suse.de>
6002
6003 * lib/cache.exp (gdb_do_cache): Add and handle local variables
6004 cache_verify and cache_verify_proc.
6005
6006 2020-03-15 Tom de Vries <tdevries@suse.de>
6007
6008 * gdb.server/solib-list.exp: Handle
6009 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
6010
6011 2020-03-15 Tom de Vries <tdevries@suse.de>
6012
6013 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
6014 objfiles".
6015
6016 2020-03-14 Tom Tromey <tom@tromey.com>
6017
6018 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
6019
6020 2020-03-14 Tom de Vries <tdevries@suse.de>
6021
6022 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
6023
6024 2020-03-14 Tom de Vries <tdevries@suse.de>
6025
6026 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
6027 result in line-by-line fashion.
6028
6029 2020-03-14 Tom de Vries <tdevries@suse.de>
6030
6031 * lib/gdb.exp (supports_statement_frontiers): New proc.
6032 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
6033
6034 2020-03-14 Tom de Vries <tdevries@suse.de>
6035
6036 * gdb.base/printcmds.exp: Add missing quoting for "print
6037 teststring2".
6038
6039 2020-03-13 Tom Tromey <tom@tromey.com>
6040
6041 * gdb.base/printcmds.exp (test_print_strings): Add regression
6042 test.
6043 * gdb.base/printcmds.c (charptr): New typedef.
6044 (teststring2): New global.
6045
6046 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
6047
6048 * gdb.base/break-interp.exp: Use the tail of the filename, not the
6049 full path in the test name.
6050 (test_ld): Add some with_test_prefix blocks to make test names
6051 unique.
6052
6053 2020-03-13 Tom de Vries <tdevries@suse.de>
6054
6055 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
6056
6057 2020-03-13 Tom de Vries <tdevries@suse.de>
6058
6059 * gdb.mi/mi-sym-info.exp: Make matching more precise.
6060
6061 2020-03-13 Tom de Vries <tdevries@suse.de>
6062
6063 PR symtab/25646
6064 * gdb.dwarf2/imported-unit.exp: Add test.
6065
6066 2020-03-13 Tom de Vries <tdevries@suse.de>
6067
6068 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
6069 (var1, var2): New variable.
6070 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
6071 matching symbols.
6072
6073 2020-03-13 Tom de Vries <tdevries@suse.de>
6074
6075 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
6076 (Term::command): Use prompt prefix.
6077 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
6078 * gdb.tui/tui-layout-asm-short-prog.exp: Use
6079 command_no_prompt_prefix instead of prefix.
6080 * gdb.tui/tui-layout-asm.exp: Same.
6081
6082 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
6083
6084 * gdb.base/break-interp.exp: Use foreach_with_prefix.
6085
6086 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
6087
6088 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
6089 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
6090 on" while stepping over the test instruction, match printed
6091 message.
6092
6093 2020-03-12 Tom de Vries <tdevries@suse.de>
6094
6095 * gdb.base/info-types.exp: Use exp_continue during matching of output
6096 of "info types".
6097
6098 2020-03-12 Tom de Vries <tdevries@suse.de>
6099
6100 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
6101
6102 2020-03-12 Tom de Vries <tdevries@suse.de>
6103
6104 * gdb.fortran/module.exp: Use exp_continue during matching of output
6105 of "info variable -n".
6106
6107 2020-03-12 Tom de Vries <tdevries@suse.de>
6108
6109 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
6110 gdb.dwarf2/dw2-ranges-base.c.
6111
6112 2020-03-12 Tom de Vries <tdevries@suse.de>
6113
6114 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
6115 in presence of GLIBC debuginfo.
6116
6117 2020-03-12 Tom de Vries <tdevries@suse.de>
6118
6119 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
6120 $core.
6121
6122 2020-03-12 Tom de Vries <tdevries@suse.de>
6123
6124 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
6125 more precise.
6126
6127 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
6128
6129 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
6130 from Unix to Windows path.
6131
6132 2020-03-11 Tom de Vries <tdevries@suse.de>
6133
6134 * gdb.ada/minsyms.exp: Set language to ada.
6135
6136 2020-03-11 Tom de Vries <tdevries@suse.de>
6137
6138 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
6139
6140 2020-03-11 Tom de Vries <tdevries@suse.de>
6141
6142 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
6143
6144 2020-03-11 Tom Tromey <tromey@adacore.com>
6145
6146 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
6147
6148 2020-03-11 Tom de Vries <tdevries@suse.de>
6149
6150 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
6151
6152 2020-03-11 Tom de Vries <tdevries@suse.de>
6153
6154 * gdb.base/break-interp.exp: Limit verbose scope.
6155
6156 2020-03-11 Tom de Vries <tdevries@suse.de>
6157
6158 * gdb.fortran/logical.f90: Define variable with character type.
6159 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
6160
6161 2020-03-11 Tom de Vries <tdevries@suse.de>
6162
6163 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
6164
6165 2020-03-11 Tom de Vries <tdevries@suse.de>
6166
6167 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
6168 symtabs.
6169
6170 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6171 Bernd Edlinger <bernd.edlinger@hotmail.de>
6172
6173 * gdb.cp/step-and-next-inline.cc: New file.
6174 * gdb.cp/step-and-next-inline.exp: New file.
6175 * gdb.cp/step-and-next-inline.h: New file.
6176 * gdb.dwarf2/dw2-is-stmt.c: New file.
6177 * gdb.dwarf2/dw2-is-stmt.exp: New file.
6178 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
6179 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
6180 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
6181
6182 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6183
6184 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
6185 is-stmt flag in the line table.
6186
6187 2020-03-09 Tom de Vries <tdevries@suse.de>
6188
6189 * lib/gdb.exp (cached_file): Create cache dir.
6190
6191 2020-03-07 Tom de Vries <tdevries@suse.de>
6192
6193 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
6194 * gdb.cp/rvalue-ref-params.exp: Same.
6195
6196 2020-03-06 Tom de Vries <tdevries@suse.de>
6197
6198 * lib/gdb.exp (tentative_rename, cached_file): New proc.
6199 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
6200
6201 2020-03-06 Tom de Vries <tdevries@suse.de>
6202
6203 * README: Fix "the the".
6204 * gdb.base/dprintf.exp: Same.
6205
6206 2020-03-05 Tom de Vries <tdevries@suse.de>
6207
6208 * gdb.base/maint.exp: Update "main print statistics" expected output.
6209
6210 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6211
6212 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
6213 (fortran_int8): Likewise.
6214 (fortran_real4): Likewise.
6215 (fortran_real8): Likewise.
6216 (fortran_complex4): Likewise.
6217 (fortran_logical4): Likewise.
6218 (fortran_character1): Likewise.
6219
6220 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
6221
6222 * gdb.fortran/logical.exp: Add tests that any non-zero value is
6223 printed as true.
6224
6225 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
6226
6227 * gdb.base/printcmds.exp: Add test to verify printf of a
6228 variable holding an address.
6229
6230 2020-03-03 Tom de Vries <tdevries@suse.de>
6231
6232 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
6233
6234 2020-03-03 Tom de Vries <tdevries@suse.de>
6235
6236 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
6237 gdb_test_multiple call.
6238
6239 2020-03-03 Tom de Vries <tdevries@suse.de>
6240
6241 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
6242 gdb_test_multiple calls.
6243
6244 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6245
6246 * gdb.base/default.exp: Remove test of 'set history filename'.
6247 * gdb.base/gdbinit-history.exp: Add tests for setting the history
6248 filename to the empty string.
6249 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
6250 and GDBHISTSIZE.
6251
6252 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6253
6254 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
6255 disabled.
6256
6257 2020-03-02 Pedro Alves <palves@redhat.com>
6258 Tom de Vries <tdevries@suse.de>
6259
6260 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
6261 -prompt prefix, before user_code argument. Add -lbl option likewise.
6262 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
6263 (gdb_is_target_1): Add -prompt prefix and move to before user_code
6264 argument.
6265 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
6266 have "\r\n" at start-of-line, instead of at end-of-line.
6267
6268 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
6269
6270 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
6271 libinproctrace.so.
6272
6273 2020-02-28 Luis Machado <luis.machado@linaro.org>
6274
6275 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
6276 to "p/x".
6277
6278 2020-02-28 Luis Machado <luis.machado@linaro.org>
6279
6280 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
6281 asm/ptrace.h and error.h.
6282
6283 2020-02-28 Tom de Vries <tdevries@suse.de>
6284
6285 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
6286 (struct wrapper, do_something, mundane/symada__cS): Move ...
6287 * gdb.base/c-linkage-name-2.c: ... here. New source file.
6288 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
6289 Update "print symada__cS before partial symtab expansion" regexp.
6290 Update breakpoint location. Flush symbol cache after expansion.
6291
6292 2020-02-28 Luis Machado <luis.machado@linaro.org>
6293
6294 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
6295
6296 2020-02-27 Tom de Vries <tdevries@suse.de>
6297
6298 * config/sid.exp: Remove unused globals.
6299 * gdb.base/attach.exp: Same.
6300 * gdb.base/catch-load.exp: Same.
6301 * gdb.base/dbx.exp: Same.
6302 * lib/gdb.exp: Same.
6303 * lib/mi-support.exp: Same.
6304 * lib/prompt.exp: Same.
6305
6306 2020-02-27 Tom de Vries <tdevries@suse.de>
6307
6308 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
6309 not set.
6310
6311 2020-02-26 Aaron Merey <amerey@redhat.com>
6312
6313 * gdb.debuginfod: New directory for debuginfod tests.
6314 * gdb.debuginfod/main.c: New test file.
6315 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6316
6317 2020-02-26 Tom de Vries <tdevries@suse.de>
6318
6319 PR gdb/25603
6320 * gdb.base/persistent-lang.cc: New test.
6321 * gdb.base/persistent-lang.exp: New file.
6322
6323 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6324
6325 * gdb.fortran/derived-type-striding.exp: Add a new test.
6326 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
6327 new test.
6328
6329 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6330
6331 * gdb.base/cached-source-file.exp: Avoid source file paths in test
6332 names.
6333
6334 2020-02-25 Tom de Vries <tdevries@suse.de>
6335
6336 PR go/18926
6337 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6338
6339 2020-02-24 Tom de Vries <tdevries@suse.de>
6340
6341 PR gdb/25592
6342 * gdb.base/info-locals-unused-static-var.c: New test.
6343 * gdb.base/info-locals-unused-static-var.exp: New file.
6344
6345 2020-02-22 Tom Tromey <tom@tromey.com>
6346
6347 * gdb.python/tui-window.exp: New file.
6348 * gdb.python/tui-window.py: New file.
6349
6350 2020-02-22 Tom Tromey <tom@tromey.com>
6351
6352 PR tui/17850:
6353 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6354 tests.
6355
6356 2020-02-22 Tom Tromey <tom@tromey.com>
6357
6358 * gdb.tui/new-layout.exp: Add sub-layout tests.
6359
6360 2020-02-22 Tom Tromey <tom@tromey.com>
6361
6362 * gdb.tui/new-layout.exp: New file.
6363
6364 2020-02-22 Tom Tromey <tom@tromey.com>
6365
6366 * gdb.rust/rust-style.rs: New file.
6367 * gdb.rust/rust-style.exp: New file.
6368 * gdb.base/style.exp: Test structure printing.
6369 * gdb.base/style.c (struct some_struct): New type.
6370 (enum etype): New type.
6371 (struct_value): New global.
6372
6373 2020-02-21 Tom de Vries <tdevries@suse.de>
6374
6375 PR go/18926
6376 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6377 Remove blanket xfails. Use message argument for gdb_breakpoint.
6378 Make continuing to breakpoint test conditional on setting breakpoint.
6379 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6380 DW_AT_name attribute. Add xfail for GCC PR93866.
6381
6382 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6383
6384 * gdb.dwarf2/cpp-linkage-name.c: New file.
6385 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6386
6387 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
6388
6389 * lib/gdb.exp (gdb_wrapper_init): Reset
6390 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6391 not exist.
6392
6393 2020-02-20 Tom de Vries <tdevries@suse.de>
6394
6395 PR go/17018
6396 * gdb.go/hello.exp: Copy ...
6397 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6398 print of st to print value of global definition. Add xfail for GCC
6399 PR93844.
6400 * gdb.go/hello.exp: Remove printing of st before definition.
6401 * gdb.go/hello.go: Copy ...
6402 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6403 to st.
6404 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6405
6406 2020-02-20 Tom de Vries <tdevries@suse.de>
6407
6408 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6409 (gdb_simple_compile): Handle compile_flags go by using .go extension
6410 for source file.
6411 * gdb.go/chan.exp: Use support_go_compile.
6412 * gdb.go/handcall.exp: Same.
6413 * gdb.go/hello.exp: Same.
6414 * gdb.go/integers.exp: Same.
6415 * gdb.go/max-depth.exp: Same.
6416 * gdb.go/methods.exp: Same.
6417 * gdb.go/package.exp: Same.
6418 * gdb.go/strings.exp: Same.
6419 * gdb.go/types.exp: Same.
6420 * gdb.go/unsafe.exp: Same.
6421
6422 2020-02-19 Tom de Vries <tdevries@suse.de>
6423
6424 * gdb.python/lib-types.exp: Make xfail more strict.
6425
6426 2020-02-19 Tom de Vries <tdevries@suse.de>
6427
6428 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6429
6430 2020-02-19 Doug Evans <dje@google.com>
6431
6432 PR rust/25535
6433 * gdb.rust/simple.exp: Add test.
6434 * gdb.rust/simple.rs: Add test.
6435
6436 2020-02-19 Tom de Vries <tdevries@suse.de>
6437
6438 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6439 output line-by-line.
6440
6441 2020-02-19 Tom de Vries <tdevries@suse.de>
6442
6443 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6444
6445 2020-02-19 Tom de Vries <tdevries@suse.de>
6446
6447 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6448 prelink.
6449
6450 2020-02-19 Tom de Vries <tdevries@suse.de>
6451
6452 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6453 (gdb_do_cache): Use gdb_do_cache_wrap.
6454 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6455
6456 2020-02-19 Tom de Vries <tdevries@suse.de>
6457
6458 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6459 gdb_compile option.
6460
6461 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6462
6463 * gdb.base/printcmds.exp (test_print_enums): Update expected
6464 output.
6465
6466 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6467
6468 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6469 for "unknown".
6470
6471 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6472
6473 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6474 enumerator.
6475
6476 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6477
6478 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6479 FE_, add FE_NONE.
6480 (three): Update.
6481 (enum flag_enum_without_zero): New enum.
6482 (flag_enum_without_zero): New variable.
6483 (enum not_flag_enum): New enum.
6484 (three_not_flag): New variable.
6485 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6486 (test_print_enums): Add more tests for printing flag enums.
6487
6488 2020-02-18 Tom de Vries <tdevries@suse.de>
6489
6490 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6491 (gdb_compile_ada): ... here.
6492 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6493 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6494
6495 2020-02-14 Tom Tromey <tom@tromey.com>
6496
6497 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6498 build directory.
6499 * boards/gdbserver-base.exp: Update path to gdbserver.
6500
6501 2020-02-13 Tom de Vries <tdevries@suse.de>
6502
6503 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6504
6505 2020-02-13 Tom de Vries <tdevries@suse.de>
6506
6507 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6508 are missing.
6509
6510 2020-02-13 Tom de Vries <tdevries@suse.de>
6511
6512 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6513 call.
6514
6515 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6516
6517 PR tui/25126
6518 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6519 * gdb.base/cached-source-file.c: New file.
6520 * gdb.base/cached-source-file.exp: New file.
6521
6522 2020-02-11 Tom de Vries <tdevries@suse.de>
6523
6524 PR testsuite/25488
6525 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6526
6527 2020-02-10 Tom de Vries <tdevries@suse.de>
6528
6529 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6530
6531 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6532
6533 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6534 and $after_addr are both integers before making a comparison.
6535
6536 2020-02-09 Tom de Vries <tdevries@suse.de>
6537
6538 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6539 command output and paste it into gdb.log. If any, paste catch message
6540 to gdb.log.
6541
6542 2020-02-07 Tom Tromey <tromey@adacore.com>
6543
6544 PR breakpoints/24915:
6545 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6546
6547 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6548
6549 * gdb.tui/tui-missing-src.exp: Add the "missing source
6550 file" test for the TUI.
6551
6552 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6553
6554 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6555 including a port number in the output.
6556
6557 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6558
6559 * lib/fortran.exp (fortran_int4): Handle clang.
6560 (fortran_int8): Likewise.
6561 (fortran_real4): Likewise.
6562 (fortran_real8): Likewise.
6563 (fortran_complex4): Likewise.
6564 (fortran_logical4): Likewise.
6565 (fortran_character1): Likewise.
6566
6567 2020-02-04 Tom de Vries <tdevries@suse.de>
6568
6569 * README (Race detection): Add note.
6570
6571 2020-02-04 Tom de Vries <tdevries@suse.de>
6572
6573 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6574
6575 2020-02-04 Tom de Vries <tdevries@suse.de>
6576
6577 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6578
6579 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6580
6581 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6582 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6583 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6584 blttar, bnetarl.
6585 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6586 binary for blttar, bnetarl.
6587 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6588 wait instruction. Delete ldmx test.
6589 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6590
6591 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6592
6593 * gdb.fortran/array-bounds-high.exp: New file.
6594 * gdb.fortran/array-bounds-high.f90: New file.
6595
6596 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6597
6598 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6599 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6600
6601 2020-02-01 Tom de Vries <tdevries@suse.de>
6602
6603 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6604
6605 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6606
6607 PR tui/9765
6608 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6609 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6610
6611 2020-01-29 Luis Machado <luis.machado@linaro.org>
6612
6613 * gdb.arch/aarch64-brk-patterns.c: New source file.
6614 * gdb.arch/aarch64-brk-patterns.exp: New test.
6615
6616 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6617
6618 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6619 GCC/Clang version.
6620 * gdb.cp/pass-by-ref.exp: Ditto.
6621
6622 2020-01-29 Tom de Vries <tdevries@suse.de>
6623
6624 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6625 * gdb.threads/watchpoint-fork-mt.c: Same.
6626 * gdb.threads/watchpoint-fork-parent.c: Same.
6627 * gdb.threads/watchpoint-fork-st.c: Same.
6628 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6629
6630 2020-01-27 Luis Machado <luis.machado@linaro.org>
6631
6632 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6633 sitting at a syscall instruction when we hit the syscall function's
6634 breakpoint.
6635 Check PC against one obtained with the x command.
6636 Validate syscall number.
6637 (step_over_syscall): Don't continue to the syscall instruction if
6638 we're already there.
6639
6640 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6641
6642 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6643
6644 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6645
6646 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6647 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6648
6649 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6650
6651 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6652 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6653
6654 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6655
6656 * gdb.base/maint.exp: Update line table parsing test.
6657 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6658
6659 2020-01-24 Pedro Alves <palves@redhat.com>
6660
6661 PR gdb/25410
6662 * gdb.multi/multi-re-run-1.c: New.
6663 * gdb.multi/multi-re-run-2.c: New.
6664 * gdb.multi/multi-re-run.exp: New.
6665
6666 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6667
6668 PR gdb/23718
6669 * gdb.server/server-kill-python.exp: New file.
6670
6671 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6672
6673 * gdb.server/multi-ui-errors.c: New file.
6674 * gdb.server/multi-ui-errors.exp: New file.
6675
6676 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6677
6678 PR tui/9765
6679 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6680
6681 2020-01-19 Tom Tromey <tom@tromey.com>
6682
6683 * gdb.tui/main.exp: Add check for plain "file".
6684
6685 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6686
6687 * lib/gdb.exp: Fix spelling error (seperatelly).
6688
6689 2020-01-14 Tom Tromey <tom@tromey.com>
6690
6691 PR symtab/12535:
6692 * gdb.python/python.exp: Test decode_line with empty string
6693 argument.
6694
6695 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6696
6697 * gdb.base/skip-inline.exp: Extend test.
6698
6699 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6700
6701 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6702 * gdb.dwarf2/dw2-bad-elf.c: New file.
6703 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6704
6705 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6706
6707 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6708 _line_saw_file.
6709
6710 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6711
6712 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6713 border.
6714
6715 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6716
6717 * gdb.multi/multi-target.exp (setup): Factor out "info
6718 connections" and "info inferiors" tests to ...
6719 (test_info_inferiors): ... this new procedure.
6720 (top level): Run new "info-inferiors" tests.
6721
6722 2020-01-10 Pedro Alves <palves@redhat.com>
6723
6724 * gdb.server/bkpt-other-inferior.exp: New file.
6725
6726 2020-01-10 Pedro Alves <palves@redhat.com>
6727
6728 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6729 of "add-inferior".
6730 * gdb.base/quit-live.exp: Likewise.
6731 * gdb.base/remote-exec-file.exp: Likewise.
6732 * gdb.guile/scm-progspace.exp: Likewise.
6733 * gdb.linespec/linespec.exp: Likewise.
6734 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6735 * gdb.mi/user-selected-context-sync.exp: Likewise.
6736 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6737 "info inferiors" tests.
6738 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6739 "add-inferior".
6740 * gdb.multi/watchpoint-multi.exp: Likewise.
6741 * gdb.python/py-inferior.exp: Likewise.
6742 * gdb.server/extended-remote-restart.exp: Likewise.
6743 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6744 "info inferiors".
6745 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6746 * gdb.trace/report.exp: Likewise.
6747
6748 2020-01-10 Pedro Alves <palves@redhat.com>
6749
6750 * gdb.multi/multi-target.c: New file.
6751 * gdb.multi/multi-target.exp: New file.
6752 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6753 mode requested, but remote does not support non-stop".
6754
6755 2020-01-10 Pedro Alves <palves@redhat.com>
6756
6757 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6758 disconnect before reconnecting.
6759
6760 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6761 Pedro Alves <palves@redhat.com>
6762
6763 * gdb.server/connect-without-multi-process.exp: Also test
6764 continuing to end.
6765
6766 2020-01-10 Pedro Alves <palves@redhat.com>
6767
6768 * gdb.base/remote-exec-file.exp: New file.
6769
6770 2020-01-10 Pedro Alves <palves@redhat.com>
6771
6772 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6773 output.
6774 * gdb.threads/async.c: New.
6775 * gdb.threads/async.exp: New.
6776 * gdb.multi/tids-gid-reset.c: New.
6777 * gdb.multi/tids-gid-reset.exp: New.
6778
6779 2020-01-10 George Barrett <bob@bob131.so>
6780
6781 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6782 to help in finding the image relocation offset.
6783 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6784 options in arguments.
6785 (stap_test_no_debuginfo): Likewise.
6786 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6787 test variants.
6788 (stap_test): Add null semaphore relocation test.
6789
6790 2020-01-10 George Barrett <bob@bob131.so>
6791
6792 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6793 * gdb.base/stap-probe.exp: Likewise.
6794 (stap_test): Pass argument as an additional flag.
6795 (stap_test_no_debuginfo): Likewise.
6796 (stap_test): Check `info probes stap' output for semaphore
6797 addresses if the test binary is supposed to have them.
6798
6799 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6800
6801 * gdb.tui/basic.exp: Add more scrolling tests.
6802
6803 2020-01-09 Tom Tromey <tom@tromey.com>
6804
6805 PR tui/18932:
6806 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6807 meangingful value.
6808 (Term::command, Term::resize): Update.
6809 * gdb.tui/basic.exp: Add scrolling test.
6810
6811 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6812
6813 * gdb.tui/tui-layout-asm.exp: New file.
6814
6815 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6816
6817 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6818
6819 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6820
6821 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6822 (Term::enter_tui): Use Term::prepare_for_tui.
6823
6824 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6825
6826 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6827 called.
6828
6829 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6830
6831 * gdb.base/skip.exp: Fix race condition in test.
6832
6833 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6834
6835 * gdb.base/backtrace.c: New file.
6836 * gdb.base/backtrace.exp: New file.
6837
6838 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6839
6840 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6841
6842 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6843
6844 * gdb.base/style.exp: Test that warnings are styled.
6845
6846 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6847
6848 * gdb.base/line65535.exp: New file.
6849 * gdb.base/line65535.c: New file.
6850
6851 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6852
6853 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6854 * lib/gnat_debug_info_test.adb: New file.
6855 * gdb.ada/ptype_tagged_param.exp: Use
6856 gnat_runtime_has_debug_info, expect a different output if
6857 runtime does not have debug info.
6858
6859 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6860
6861 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6862 (another) quote in test name.
6863
6864 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6865
6866 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6867 Add quote in test name.
6868
6869 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6870
6871 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6872 directory instead.
6873 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6874 * gdb.cp/pass-by-ref-2.cc: New file.
6875 * gdb.cp/pass-by-ref-2.exp: New file.
6876
6877 2019-12-20 Tom Tromey <tom@tromey.com>
6878
6879 * gdb.tui/list-before.exp: New file.
6880
6881 2019-12-20 Tom Tromey <tom@tromey.com>
6882
6883 * gdb.tui/list.exp: Check for source on initial listing.
6884
6885 2019-12-11 Tom Tromey <tromey@adacore.com>
6886
6887 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6888 Add crlf test.
6889
6890 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6891
6892 * gdb.base/default.exp: Update value of $_gdb_major.
6893
6894 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6895
6896 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6897
6898 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6899
6900 * gdb.base/skip.exp: Whitespace fix.
6901
6902 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6903
6904 * gdb.base/skip-inline.c: New file.
6905 * gdb.base/skip-inline.exp: New file.
6906
6907 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6908
6909 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6910 jit_function_00 to jit_function_stack_mangle.
6911 * gdb.base/jithost.c (jit_function_t): Rename to...
6912 (jit_function_stack_mangle_t): ... this.
6913 (jit_function_add_t): New typedef.
6914 (jit_function_00_code): Rename to...
6915 (jit_function_stack_mangle_code): ... this, make static.
6916 (jit_function_add_code): New.
6917 (main): Generate "add" function and call it. Adjust to changes
6918 in jithost_abi.
6919 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6920 (struct jithost_abi) <begin, end>: Remove fields.
6921 <object, function_stack_mangle, function_add>: New fields.
6922 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6923 code_end>: Remove fields.
6924 <func_stack_mangle>: New field.
6925 (read_debug_info): Adjust to renaming, create block for "add"
6926 function.
6927 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6928
6929 2019-12-11 Tom Tromey <tom@tromey.com>
6930
6931 * gdb.tui/resize.exp: Fix regexp.
6932 * gdb.tui/regs.exp: Fix regexps.
6933 * gdb.tui/main.exp: Fix regexp.
6934
6935 2019-12-11 Tom Tromey <tom@tromey.com>
6936
6937 * gdb.tui/resize.exp: Update.
6938 * gdb.tui/empty.exp (layouts): Update.
6939
6940 2019-12-11 Tom Tromey <tom@tromey.com>
6941
6942 * gdb.tui/regs.exp: Update.
6943 * gdb.tui/empty.exp (layouts): Update.
6944 * gdb.tui/basic.exp: Update.
6945 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6946
6947 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6948
6949 * gdb.base/options.exp: Add -raw-values in the print completion list.
6950 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6951
6952 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6953
6954 * gdb.threads/omp-par-scope.c: New file.
6955 * gdb/threads/omp-par-scope.exp: New file.
6956
6957 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6958
6959 * lib/gdb.exp (support_nested_function_tests): New proc.
6960
6961 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6962
6963 * lib/gdb.exp (gdb_compile_openmp): New proc.
6964 (build_executable_from_specs): Add an "openmp" option.
6965 (gdb_compile_pthreads): Add non-executable case.
6966
6967 2019-12-10 Tom Tromey <tromey@adacore.com>
6968
6969 * gdb.ada/unchecked_union.exp: New file.
6970 * gdb.ada/unchecked_union/pck.adb: New file.
6971 * gdb.ada/unchecked_union/pck.ads: New file.
6972 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6973 * gdb-utils.exp (string_to_regexp): Also quote "?".
6974
6975 2019-12-10 George Barrett <bob@bob131.so>
6976
6977 Test scripted probe breakpoints.
6978 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6979 * gdb.python/py-breakpoint.c (main): Likewise.
6980 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6981 specifier test.
6982 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6983
6984 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6985
6986 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6987 an rvalue parameter.
6988 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6989 parameter.
6990
6991 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6992
6993 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6994 modules.
6995
6996 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6997
6998 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6999 broken version of GCC.
7000
7001 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7002
7003 * gdb.fortran/info-modules.exp: Rewrite to make use of new
7004 sym-info-cmds library.
7005 * gdb.fortran/info-types.exp: Likewise.
7006 * lib/sym-info-cmds.exp: New file.
7007
7008 2019-12-08 Tom de Vries <tdevries@suse.de>
7009
7010 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
7011
7012 2019-12-07 Keith Seitz <keiths@redhat.com>
7013
7014 * gdb.base/corefile-buildid-shlib-shr.c: New file.
7015 * gdb.base/corefile-buildid-shlib.c: New file.
7016 * gdb.base/corefile-buildid.c: New file.
7017 * gdb.base/corefile-buildid.exp: New file.
7018
7019 2019-12-06 Tom de Vries <tdevries@suse.de>
7020
7021 * gdb.dwarf2/varval.exp: Add decl before def test.
7022
7023 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7024
7025 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
7026
7027 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7028
7029 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
7030 CV and reference conversion for overload resolution.
7031 * gdb.cp/rvalue-ref-overload.exp: Test it.
7032
7033 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7034
7035 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
7036 * gdb.base/frameapply.exp: Test faas without command.
7037
7038 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7039
7040 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
7041 Fortran tests.
7042 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
7043 order.
7044
7045 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7046
7047 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
7048 casting to type with no kind specified.
7049 (test_basic_parsing_of_type_kinds): Additional tests for types
7050 with no kind specified, and add tests for single/double
7051 precision/complex types.
7052
7053 2019-12-04 Tom Tromey <tromey@adacore.com>
7054
7055 * gdb.base/endianity.c (struct other) <x>: New field.
7056 (main): Initialize it.
7057 * gdb.base/endianity.exp: Update.
7058
7059 2019-12-04 Tom Tromey <tromey@adacore.com>
7060
7061 * gdb.ada/scalar_storage/storage.adb: New file.
7062 * gdb.ada/scalar_storage/pck.adb: New file.
7063 * gdb.ada/scalar_storage/pck.ads: New file.
7064 * gdb.ada/scalar_storage.exp: New file.
7065
7066 2019-12-04 Tom Tromey <tromey@adacore.com>
7067
7068 * gdb.base/endianity.c (struct otherendian) <f>: New field.
7069 (main): Initialize it.
7070 * gdb.base/endianity.exp: Update.
7071
7072 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7073
7074 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
7075
7076 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7077
7078 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
7079 -symbol-info-module-functions and -symbol-info-module-variables.
7080
7081 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
7082
7083 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
7084
7085 2019-12-01 Richard Bunt <richard.bunt@arm.com>
7086 Andrew Burgess <andrew.burgess@embecosm.com>
7087
7088 * gdb.fortran/derived-type-striding.exp: New file.
7089 * gdb.fortran/derived-type-striding.f90: New file.
7090 * gdb.fortran/array-slices.exp: New file.
7091 * gdb.fortran/array-slices.f90: New file.
7092
7093 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7094
7095 * gdb.base/define.exp: Test . in command names.
7096 * gdb.base/setshow.exp: Update test, as . is now part of
7097 command name.
7098
7099 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7100
7101 * gdb.base/define-prefix.exp: New file.
7102
7103 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
7104
7105 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
7106 compile.
7107 (skip_btrace_pt_tests): Likewise.
7108
7109 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7110
7111 * gdb.fortran/info-modules.exp: Compile source files in correct
7112 order.
7113
7114 2019-11-27 Kevin Buettner <kevinb@redhat.com>
7115
7116 * gdb.dwarf2/imported-unit.exp: New file.
7117 * gdb.dwarf2/imported-unit.c: New file.
7118
7119 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7120
7121 * gdb.mi/mi-fortran-modules-2.f90: New file.
7122 * gdb.mi/mi-fortran-modules.exp: New file.
7123 * gdb.mi/mi-fortran-modules.f90: New file.
7124
7125 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7126
7127 * gdb.mi/mi-sym-info-1.c: New file.
7128 * gdb.mi/mi-sym-info-2.c: New file.
7129 * gdb.mi/mi-sym-info.exp: New file.
7130
7131 2019-11-22 Tom Tromey <tromey@adacore.com>
7132
7133 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
7134 * gdb.ada/tasks/foo.adb: Add another stopping location.
7135
7136 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
7137
7138 * gdb.base/endianity.c: New test.
7139 * gdb.base/endianity.exp: New file.
7140
7141 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
7142
7143 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
7144
7145 2019-11-21 Tom de Vries <tdevries@suse.de>
7146
7147 PR gdb/24956
7148 * gdb.base/ui-redirect.exp: Test output of user-defined command.
7149
7150 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7151
7152 * gdb.python/py-progspace.exp: Add missing parentheses on some
7153 'print' commands.
7154
7155 2019-11-19 Tom Tromey <tom@tromey.com>
7156
7157 * gdb.tui/winheight.exp: New file.
7158
7159 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7160
7161 * gdb.base/ctf-whatis.c: Delete.
7162 * gdb.base/ctf-whatis.exp: Delete.
7163 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
7164
7165 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7166
7167 * gdb.base/ctf-cvexpr.exp: Delete.
7168 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
7169
7170 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7171
7172 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
7173 the compiler. Clean up header comment a little.
7174 * gdb.base/ctf-ptype.exp: Likewise.
7175 * gdb.base/ctf-whatis.exp: Likewise.
7176 * lib/gdb.exp (skip_ctf_tests): New proc.
7177
7178 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
7179
7180 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
7181 * gdb.tui/corefile-run.exp: New file.
7182
7183 2019-11-14 Tom Tromey <tromey@adacore.com>
7184
7185 * gdb.base/gdbvars.exp (test_convenience_variables): Add
7186 regression tests.
7187
7188 2019-11-12 Tom Tromey <tom@tromey.com>
7189
7190 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
7191 after any command. Expect prompt after WAIT_FOR is seen.
7192 (enter_tui): Enable resize messages.
7193 (command): Expect command in output.
7194 (get_line): Avoid error when cursor appears to be off-screen.
7195 (dump_screen): Include screen size in title.
7196 (_do_resize): New proc, from "resize".
7197 (resize): Rewrite. Do resize in two steps.
7198 * gdb.tui/empty.exp (layouts): Fix entries.
7199 (check_boxes): Remove xfail.
7200 (check_text): Dump screen on failure.
7201
7202 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7203
7204 * gdb.python/py-symbol.exp: Add test for
7205 gdb.lookup_static_symbols.
7206
7207 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7208
7209 * gdb.python/py-symbol.c: Declare and call function from new
7210 py-symbol-2.c file.
7211 * gdb.python/py-symbol.exp: Compile both source files, and add new
7212 tests for gdb.lookup_static_symbol.
7213 * gdb.python/py-symbol-2.c: New file.
7214
7215 2019-11-02 Tom de Vries <tdevries@suse.de>
7216
7217 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
7218 * gdb.base/anon.exp: Same.
7219 * gdb.base/auto-connect-native-target.exp: Same.
7220 * gdb.base/call-ar-st.exp: Same.
7221 * gdb.base/catch-syscall.exp: Same.
7222 * gdb.base/commands.exp: Same.
7223 * gdb.base/default.exp: Same.
7224 * gdb.base/display.exp: Same.
7225 * gdb.base/float.exp: Same.
7226 * gdb.base/foll-fork.exp: Same.
7227 * gdb.base/help.exp: Same.
7228 * gdb.base/info-macros.exp: Same.
7229 * gdb.base/info-proc.exp: Same.
7230 * gdb.base/info-target.exp: Same.
7231 * gdb.base/long_long.exp: Same.
7232 * gdb.base/macscp.exp: Same.
7233 * gdb.base/memattr.exp: Same.
7234 * gdb.base/nofield.exp: Same.
7235 * gdb.base/pointers.exp: Same.
7236 * gdb.base/printcmds.exp: Same.
7237 * gdb.base/ptype.exp: Same.
7238 * gdb.base/restore.exp: Same.
7239 * gdb.base/return.exp: Same.
7240 * gdb.base/scope.exp: Same.
7241 * gdb.base/set-noassign.exp: Same.
7242 * gdb.base/setshow.exp: Same.
7243 * gdb.base/shlib-call.exp: Same.
7244 * gdb.base/signals.exp: Same.
7245 * gdb.base/sigstep.exp: Same.
7246 * gdb.base/skip.exp: Same.
7247 * gdb.base/solib-symbol.exp: Same.
7248 * gdb.base/stap-probe.exp: Same.
7249 * gdb.base/step-line.exp: Same.
7250 * gdb.base/step-test.exp: Same.
7251 * gdb.base/style.exp: Same.
7252 * gdb.base/varargs.exp: Same.
7253 * gdb.base/vla-datatypes.exp: Same.
7254 * gdb.base/vla-ptr.exp: Same.
7255 * gdb.base/vla-sideeffect.exp: Same.
7256 * gdb.base/volatile.exp: Same.
7257 * gdb.base/watch-cond-infcall.exp: Same.
7258 * gdb.base/watchpoint.exp: Same.
7259
7260 2019-11-02 Tom de Vries <tdevries@suse.de>
7261
7262 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
7263 * gdb.cp/cpexprs.exp: Same.
7264 * gdb.cp/except-multi-location.exp: Same.
7265 * gdb.cp/exceptprint.exp: Same.
7266 * gdb.cp/gdb2384.exp: Same.
7267 * gdb.cp/inherit.exp: Same.
7268 * gdb.cp/m-static.exp: Same.
7269 * gdb.cp/meth-typedefs.exp: Same.
7270 * gdb.cp/misc.exp: Same.
7271 * gdb.cp/namespace.exp: Same.
7272 * gdb.cp/non-trivial-retval.exp: Same.
7273 * gdb.cp/overload.exp: Same.
7274 * gdb.cp/pr17132.exp: Same.
7275 * gdb.cp/re-set-overloaded.exp: Same.
7276 * gdb.cp/rvalue-ref-types.exp: Same.
7277 * gdb.cp/templates.exp: Same.
7278
7279 2019-11-01 Luis Machado <luis.machado@linaro.org>
7280
7281 PR gdb/25124
7282
7283 * gdb.arch/pr25124.S: New file.
7284 * gdb.arch/pr25124.exp: New file.
7285
7286 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7287
7288 * gdb.fortran/info-modules.exp: Update expected results, and add
7289 additional tests for 'info module functinos', and 'info module
7290 variables'.
7291 * gdb.fortran/info-types.exp: Update expected results.
7292 * gdb.fortran/info-types.f90: Extend testcase with additional
7293 module variables and functions.
7294
7295 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7296
7297 * gdb.fortran/info-modules.exp: New file.
7298 * gdb.fortran/info-types.exp: Build with new file.
7299 * gdb.fortran/info-types.f90: Include and use new module.
7300 * gdb.fortran/info-types-2.f90: New file.
7301
7302 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7303
7304 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
7305 * gdb.base/settings.exp: Test all settings types using
7306 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
7307 that now verifies that the value of "maint show" is the same as
7308 returned by the settings functions. Test the type of the
7309 maintenance settings.
7310 * gdb.base/default.exp: Update show_conv_list.
7311
7312 2019-10-31 Tom de Vries <tdevries@suse.de>
7313
7314 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
7315 gdb_test.
7316 * gdb.arch/amd64-disp-step.exp: Same.
7317 * gdb.asm/asm-source.exp: Same.
7318 * gdb.btrace/buffer-size.exp: Same.
7319 * gdb.btrace/cpu.exp: Same.
7320 * gdb.btrace/enable.exp: Same.
7321 * gdb.dwarf2/count.exp: Same.
7322 * gdb.dwarf2/dw2-ranges-func.exp: Same.
7323 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
7324 * gdb.fortran/vla-datatypes.exp: Same.
7325 * gdb.fortran/vla-history.exp: Same.
7326 * gdb.fortran/vla-ptype.exp: Same.
7327 * gdb.fortran/vla-value.exp: Same.
7328 * gdb.fortran/whatis_type.exp: Same.
7329 * gdb.guile/guile.exp: Same.
7330 * gdb.multi/tids.exp: Same.
7331 * gdb.python/py-finish-breakpoint.exp: Same.
7332 * gdb.python/py-framefilter.exp: Same.
7333 * gdb.python/py-pp-registration.exp: Same.
7334 * gdb.python/py-xmethods.exp: Same.
7335 * gdb.python/python.exp: Same.
7336 * gdb.server/connect-with-no-symbol-file.exp: Same.
7337 * gdb.server/no-thread-db.exp: Same.
7338 * gdb.server/run-without-local-binary.exp: Same.
7339 * gdb.stabs/weird.exp: Same.
7340 * gdb.threads/attach-many-short-lived-threads.exp: Same.
7341 * gdb.threads/thread-find.exp: Same.
7342 * gdb.threads/tls-shared.exp: Same.
7343 * gdb.threads/tls.exp: Same.
7344 * gdb.threads/wp-replication.exp: Same.
7345 * gdb.trace/ax.exp: Same.
7346 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7347
7348 2019-10-31 Tom de Vries <tdevries@suse.de>
7349
7350 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7351 * gdb.ada/array_subscript_addr.exp: Same.
7352 * gdb.ada/arrayidx.exp: Same.
7353 * gdb.ada/arrayparam.exp: Same.
7354 * gdb.ada/arrayptr.exp: Same.
7355 * gdb.ada/boolean_expr.exp: Same.
7356 * gdb.ada/call_pn.exp: Same.
7357 * gdb.ada/complete.exp: Same.
7358 * gdb.ada/fixed_cmp.exp: Same.
7359 * gdb.ada/fun_addr.exp: Same.
7360 * gdb.ada/funcall_param.exp: Same.
7361 * gdb.ada/interface.exp: Same.
7362 * gdb.ada/mod_from_name.exp: Same.
7363 * gdb.ada/null_array.exp: Same.
7364 * gdb.ada/packed_array.exp: Same.
7365 * gdb.ada/packed_tagged.exp: Same.
7366 * gdb.ada/print_chars.exp: Same.
7367 * gdb.ada/print_pc.exp: Same.
7368 * gdb.ada/ptype_arith_binop.exp: Same.
7369 * gdb.ada/ptype_field.exp: Same.
7370 * gdb.ada/ptype_tagged_param.exp: Same.
7371 * gdb.ada/rec_return.exp: Same.
7372 * gdb.ada/ref_tick_size.exp: Same.
7373 * gdb.ada/str_ref_cmp.exp: Same.
7374 * gdb.ada/taft_type.exp: Same.
7375 * gdb.ada/tagged.exp: Same.
7376 * gdb.ada/type_coercion.exp: Same.
7377 * gdb.ada/uninitialized_vars.exp: Same.
7378
7379 2019-10-30 Tom de Vries <tdevries@suse.de>
7380
7381 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7382
7383 2019-10-26 Tom de Vries <tdevries@suse.de>
7384
7385 * gdb.base/bigcore.c: Fix typos in comments.
7386 * gdb.base/ctf-ptype.c: Same.
7387 * gdb.base/long_long.c: Same.
7388 * gdb.dwarf2/dw2-op-out-param.S: Same.
7389 * gdb.python/py-evthreads.c: Same.
7390 * gdb.reverse/i387-stack-reverse.c: Same.
7391 * gdb.trace/tfile.c: Same.
7392 * lib/compiler.c: Same.
7393 * lib/compiler.cc: Same.
7394
7395 2019-10-25 Tom de Vries <tdevries@suse.de>
7396
7397 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7398 gdb_test_multiple calls.
7399 * gdb.reverse/sigall-reverse.exp: Same.
7400 * gdb.reverse/solib-precsave.exp: Same.
7401 * gdb.reverse/solib-reverse.exp: Same.
7402 * gdb.reverse/until-precsave.exp: Same.
7403 * gdb.reverse/until-reverse.exp: Same.
7404
7405 2019-10-24 Tom de Vries <tdevries@suse.de>
7406
7407 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7408 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7409 kfail using -wrap pattern flag and convenience variable
7410 gdb_test_name.
7411
7412 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7413
7414 * gdb.python/py-progspace.exp: Add tests for the
7415 Progspace.block_for_pc method.
7416
7417 2019-10-23 Tom Tromey <tom@tromey.com>
7418
7419 * configure: Rebuild.
7420 * aclocal.m4: Use m4_include, not sinclude.
7421
7422 2019-10-21 Tom de Vries <tdevries@suse.de>
7423
7424 * gdb.base/infcall-nested-structs.c: Add
7425 __attribute__((noinline,noclone)) to all functions.
7426 (call_all): Add missing variable initialization. Simplify return value.
7427 (breakpt): Increment volatile variable, to prevent call from being
7428 optimized out.
7429 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7430
7431 2019-10-17 Tom de Vries <tdevries@suse.de>
7432
7433 * gdb.fortran/module.exp: Allow info variables to print info for files
7434 other than module.f90.
7435
7436 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7437
7438 * gdb.fortran/module.exp: Extend with 'info variables' test.
7439
7440 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7441
7442 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7443 F77_FOR_TARGET.
7444
7445 2019-10-16 Tom de Vries <tdevries@suse.de>
7446
7447 PR tdep/25096
7448 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7449
7450 2019-10-16 Tom de Vries <tdevries@suse.de>
7451
7452 PR tdep/24104
7453 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7454 Add KFAIL for PR tdep/25096.
7455
7456 2019-10-16 Tom de Vries <tdevries@suse.de>
7457
7458 PR testsuite/25059
7459 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7460
7461 2019-10-16 Tom de Vries <tdevries@suse.de>
7462
7463 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7464 as signed.
7465
7466 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7467
7468 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7469 one instead of increasing timeout.
7470
7471 2019-10-13 Tom de Vries <tdevries@suse.de>
7472
7473 PR record/25038
7474 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7475 * gdb.reverse/sigall-reverse.exp: Same.
7476 * gdb.reverse/solib-precsave.exp: Same.
7477 * gdb.reverse/solib-reverse.exp: Same.
7478 * gdb.reverse/step-precsave.exp: Same.
7479 * gdb.reverse/until-precsave.exp: Same.
7480 * gdb.reverse/until-reverse.exp: Same.
7481 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7482
7483 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7484
7485 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7486 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7487 (cmp_struct_05_01, cmp_struct_static_02_01)
7488 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7489 comparisons.
7490
7491 2019-10-10 Tom de Vries <tdevries@suse.de>
7492
7493 PR testsuite/24888
7494 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7495 gnatlink.
7496
7497 2019-10-09 Tom de Vries <tdevries@suse.de>
7498
7499 PR testsuite/25048
7500 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7501
7502 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7503
7504 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7505 exceptions due to missing debug information.
7506
7507 2019-10-07 Tom de Vries <tdevries@suse.de>
7508
7509 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7510
7511 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7512
7513 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7514 * gdb.base/annota1.exp: Update to use gdb_test_name.
7515
7516 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
7517
7518 * gdb.base/ctf-whatis.exp: New file.
7519 * gdb.base/ctf-whatis.c: New file.
7520 * gdb.base/ctf-ptype.exp: New file.
7521 * gdb.base/ctf-ptype.c: New file.
7522 * gdb.base/ctf-constvars.exp: New file.
7523 * gdb.base/ctf-constvars.c: New file.
7524 * gdb.base/ctf-cvexpr.exp: New file.
7525
7526 2019-10-04 Tom de Vries <tdevries@suse.de>
7527
7528 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7529 for loop.
7530
7531 2019-10-03 Tom Tromey <tom@tromey.com>
7532
7533 PR rust/24976:
7534 * gdb.rust/simple.rs (Union2): New type.
7535 (main): Use Union2.
7536 * gdb.rust/simple.exp: Add test.
7537
7538 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7539
7540 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7541 nested function prefix.
7542
7543 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7544 Richard Bunt <richard.bunt@arm.com>
7545 Andrew Burgess <andrew.burgess@embecosm.com>
7546
7547 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7548 nested functions.
7549 * gdb.fortran/nested-funcs.f90: Update expected results.
7550 * gdb.fortran/nested-funcs-2.exp: New file.
7551 * gdb.fortran/nested-funcs-2.f90: New file.
7552
7553 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7554
7555 * gdb.python/py-parameter.exp: Make test names unique.
7556 * gdb.python/py-template.exp: Likewise.
7557 * gdb.python/py-value.exp: Likewise.
7558
7559 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7560
7561 * gdb.base/break-interp.exp: Reduce test name duplication.
7562 * gdb.base/call-sc.exp: Likewise.
7563 * gdb.base/callfuncs.exp: Likewise.
7564 * gdb.base/charset.exp: Likewise.
7565 * gdb.base/dump.exp: Likewise.
7566 * gdb.base/ena-dis-br.exp: Likewise.
7567 * gdb.base/relational.exp: Likewise.
7568 * gdb.base/step-over-syscall.exp: Likewise.
7569 * gdb.base/structs.exp: Likewise.
7570
7571 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7572
7573 * gdb.linespec/explicit.exp: Make test names unique.
7574 * gdb.linespec/ls-errs.exp: Likewise.
7575
7576 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7577
7578 * gdb.reverse/break-precsave.exp: Make test names unique.
7579 * gdb.reverse/break-reverse.exp: Likewise.
7580 * gdb.reverse/finish-precsave.exp: Likewise.
7581 * gdb.reverse/finish-reverse.exp: Likewise.
7582 * gdb.reverse/machinestate-precsave.exp: Likewise.
7583 * gdb.reverse/machinestate.exp: Likewise.
7584 * gdb.reverse/readv-reverse.exp: Likewise.
7585 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7586 * gdb.reverse/sigall-precsave.exp: Likewise.
7587 * gdb.reverse/sigall-reverse.exp: Likewise.
7588 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7589 * gdb.reverse/watch-precsave.exp: Likewise.
7590 * gdb.reverse/watch-reverse.exp: Likewise.
7591
7592 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7593
7594 * gdb.threads/stop-with-handle.c: New file.
7595 * gdb.threads/stop-with-handle.exp: New file.
7596
7597 2019-10-03 Tom de Vries <tdevries@suse.de>
7598
7599 PR testsuite/25059
7600 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7601 directory" line to be missing.
7602
7603 2019-10-03 Tom de Vries <tdevries@suse.de>
7604
7605 PR testsuite/25059
7606 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7607 type optional.
7608
7609 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7610
7611 * gdb.python/py-format-string.c (string.h): New include.
7612 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7613 the same value, for endianness-independence.
7614 * gdb.python/py-format-string.exp (default_regexp_dict)
7615 (test_pretty_structs, test_format): Adjust expected output to the
7616 changed initialization.
7617
7618 2019-10-02 Tom Tromey <tromey@adacore.com>
7619
7620 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7621
7622 2019-10-02 Pedro Alves <palves@redhat.com>
7623 Andrew Burgess <andrew.burgess@embecosm.com>
7624
7625 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7626 "print-file-var.h".
7627 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7628 (get_version_1): Print this_version_id and its address.
7629 Add extern "C" wrappers around interface functions.
7630 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7631 "print-file-var.h".
7632 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7633 (get_version_2): Print this_version_id and its address.
7634 Add extern "C" wrappers around interface functions.
7635 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7636 <stddef.h> and "print-file-var.h".
7637 Add extern "C" wrappers around interface functions.
7638 [VERSION_ID_MAIN] (this_version_id): Define.
7639 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7640 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7641 up extern "C" blocks.
7642 * gdb.base/print-file-var.exp (test): New, factored out from top
7643 level.
7644 (top level): Test all combinations of attribute hidden or not,
7645 dlopen or not, and this_version_id symbol in main file or not.
7646 Compile tests as both C++ and C, make test names unique.
7647
7648 2019-10-01 Tom Tromey <tom@tromey.com>
7649
7650 * gdb.base/style.exp: Test "show logging filename".
7651
7652 2019-10-01 Tom Tromey <tom@tromey.com>
7653
7654 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7655 * gdb.base/style.exp: Add metadata style test.
7656
7657 2019-10-01 Tom Tromey <tom@tromey.com>
7658
7659 * gdb.base/style.exp: Test "pwd".
7660
7661 2019-10-01 Tom Tromey <tom@tromey.com>
7662
7663 * gdb.base/style.exp: Update tests.
7664
7665 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7666
7667 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7668 'six' to unsigned.
7669 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7670 'five'. Use an all-ones bit pattern for each.
7671 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7672 to its changed values.
7673
7674 2019-09-30 Tom Tromey <tromey@adacore.com>
7675
7676 * gdb.rust/traits.rs: Disable all warnings.
7677
7678 2019-09-29 Tom de Vries <tdevries@suse.de>
7679
7680 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7681
7682 2019-09-29 Tom de Vries <tdevries@suse.de>
7683
7684 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7685
7686 2019-09-27 Tom de Vries <tdevries@suse.de>
7687
7688 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7689
7690 2019-09-27 Tom de Vries <tdevries@suse.de>
7691
7692 PR record/23188
7693 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7694
7695 2019-09-26 Tom Tromey <tromey@adacore.com>
7696
7697 * gdb.ada/py_taft.exp: New file.
7698 * gdb.ada/py_taft/main.adb: New file.
7699 * gdb.ada/py_taft/pkg.adb: New file.
7700 * gdb.ada/py_taft/pkg.ads: New file.
7701
7702 2019-09-24 Tom de Vries <tdevries@suse.de>
7703
7704 PR gdb/24598
7705 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7706
7707 2019-09-22 Tom de Vries <tdevries@suse.de>
7708
7709 * gdb.base/restore.exp: Allow register variables to be optimized out at
7710 -O0.
7711
7712 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7713
7714 * gdb.arch/spu-info.exp: Remove file.
7715 * gdb.arch/spu-info.c: Remove file.
7716 * gdb.arch/spu-ls.exp: Remove file.
7717 * gdb.arch/spu-ls.c: Remove file.
7718
7719 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7720 * gdb.asm/spu.inc: Remove file.
7721
7722 * gdb.base/dump.exp: Remove support for spu*-*-*.
7723 * gdb.base/stack-checking.exp: Likewise.
7724 * gdb.base/overlays.exp: Likewise.
7725 * gdb.base/ovlymgr.c: Likewise.
7726 * gdb.base/spu.ld: Remove file.
7727
7728 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7729 * gdb.cp/cpexprs.exp: Likewise.
7730 * gdb.cp/exception.exp: Likewise.
7731 * gdb.cp/gdb2495.exp: Likewise.
7732 * gdb.cp/mb-templates.exp: Likewise.
7733 * gdb.cp/pr9167.exp: Likewise.
7734 * gdb.cp/userdef.exp: Likewise.
7735
7736 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7737
7738 * gdb.cell: Remove directory.
7739 * lib/cell.exp: Remove file.
7740
7741 2019-09-19 Tom de Vries <tdevries@suse.de>
7742
7743 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7744
7745 2019-09-19 Tom de Vries <tdevries@suse.de>
7746
7747 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7748
7749 2019-09-19 Tom de Vries <tdevries@suse.de>
7750
7751 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7752 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7753 (gdb_target_cmd): ... here.
7754 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7755 value 2.
7756
7757 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7758
7759 * gdb.base/source-dir.exp: Avoid having directory names in test
7760 names.
7761
7762 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7763
7764 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7765 directory.
7766
7767 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7768
7769 * gdb.base/list-missing-source.exp: New file.
7770
7771 2019-09-14 Tom de Vries <tdevries@suse.de>
7772
7773 PR teststuite/24599
7774 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7775 * lib/ada.exp (gnatmake_version_at_least): New proc.
7776
7777 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7778
7779 * gdb.base/maint.exp: Use exec_has_index_section.
7780
7781 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7782
7783 * gdb.base/maint.exp: Add test for 'maint info sections'.
7784
7785 2019-09-12 Tom de Vries <tdevries@suse.de>
7786
7787 * gdb.base/store.exp: Allow register variables to be optimized out at
7788 -O0.
7789
7790 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7791
7792 * gdb.ada/rdv_wait.exp: Update to new task names.
7793 * gdb.base/task_switch_in_core.exp: Likewise.
7794 * gdb.base/info_sources_base.c: Likewise.
7795
7796 2019-09-10 Tom Tromey <tromey@adacore.com>
7797
7798 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7799
7800 2019-09-10 Tom Tromey <tromey@adacore.com>
7801
7802 * gdb.ada/dgopt.exp: New file.
7803 * gdb.ada/dgopt/x.adb: New file.
7804
7805 2019-09-08 Tom Tromey <tom@tromey.com>
7806
7807 * gdb.tui/resize.exp: Remove setup_xfail.
7808 * gdb.tui/regs.exp: Remove setup_xfail.
7809 * gdb.tui/basic.exp: Remove setup_xfail.
7810
7811 2019-09-06 David Blaikie <dblaikie@gmail.com>
7812
7813 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7814 * gdb.cp/cplabel.exp: Ditto.
7815 * gdb.linespec/ls-errs.exp: Ditto.
7816
7817 2019-09-05 Tom de Vries <tdevries@suse.de>
7818
7819 * lib/gdb.exp (cmp_file_string): New proc.
7820 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7821 runto_main. Verify save breakpoints output.
7822
7823 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7824
7825 * gdb.base/info-var.exp: Test info variables without running
7826 to main, to avoid expect's buffer overflow.
7827
7828 2019-09-03 Tom Tromey <tromey@adacore.com>
7829
7830 * gdb.ada/bias.exp: New file.
7831 * gdb.ada/bias/bias.adb: New file.
7832 * gdb.ada/print_chars.exp: Add regression test.
7833 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7834 (MC): New variable.
7835
7836 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7837
7838 * gdb.base/argv0-symlink.exp: Run only on native target
7839 and local host.
7840
7841 2019-08-29 Tom de Vries <tdevries@suse.de>
7842
7843 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7844 diverse debug info.
7845 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7846
7847 2019-08-28 Tom de Vries <tdevries@suse.de>
7848
7849 * gdb.base/info-var.exp: Allow info variables to print info for files
7850 other than info-var-f1.c and info-var-f2.c.
7851
7852 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7853
7854 * gdb.fortran/info-types.exp: Add module.
7855 * gdb.fortran/info-types.f90: Update expected results.
7856
7857 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7858
7859 * gdb.fortran/info-types.exp: New file.
7860 * gdb.fortran/info-types.f90: New file.
7861 * lib/fortran.exp (fortran_character1): New proc.
7862
7863 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7864
7865 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7866 functions'. Reindent as needed.
7867 * gdb.base/info-var-f1.c: New file.
7868 * gdb.base/info-var-f2.c: New file.
7869 * gdb.base/info-var.exp: New file.
7870 * gdb.base/info-var.h: New file.
7871
7872 2019-08-26 Tom de Vries <tdevries@suse.de>
7873
7874 PR c++/24852
7875 * gdb.cp/no-libstdcxx-probe.exp: New test.
7876
7877 2019-08-26 Tom de Vries <tdevries@suse.de>
7878
7879 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7880 * tests need to be skipped.
7881 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7882 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7883 mi_skip_libstdcxx_probe_tests.
7884
7885 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7886
7887 * gdb.python/py-xmethods.exp: Use raw strings when passing
7888 arguments to SimpleXMethodMatcher.
7889
7890 2019-08-22 Tom de Vries <tdevries@suse.de>
7891
7892 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7893 more informative.
7894
7895 2019-08-21 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.base/with.exp: Test "with" with no arguments.
7898
7899 2019-08-21 Tom de Vries <tdevries@suse.de>
7900
7901 * gdb.base/gdb-caching-proc.exp: Sort files.
7902
7903 2019-08-20 Tom de Vries <tdevries@suse.de>
7904
7905 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7906 compilation.
7907
7908 2019-08-16 Tom de Vries <tdevries@suse.de>
7909
7910 * gdb.base/compare-sections.exp ("after run to main"): Allow
7911 mismatched read-only sections for PIE executables.
7912
7913 2019-08-16 Tom Tromey <tom@tromey.com>
7914
7915 * lib/tuiterm.exp (_csi_Z): New proc.
7916 * gdb.tui/basic.exp: Update window positions.
7917 * gdb.tui/empty.exp: Update window positions.
7918
7919 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7920
7921 * gdb.base/examine-backward.exp: Correct regexp for
7922 "examine 3 bytes backward from ${address_zero}".
7923
7924 2019-08-15 Tom Tromey <tom@tromey.com>
7925
7926 * gdb.tui/empty.exp: Enable resizing tests.
7927
7928 2019-08-15 Tom Tromey <tromey@adacore.com>
7929
7930 * gdb.ada/char_enum.exp: Add regression tests.
7931 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7932 and '0'.
7933 (Char, Gchar): Update.
7934 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7935
7936 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7937
7938 * gdb.python/python.exp: Expect a leading underscore on
7939 GdbOutput{,Error}File.
7940
7941 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7942
7943 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7944 Windows host.
7945
7946 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7947
7948 * gdb.base/batch-preserve-term-settings.exp
7949 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7950
7951 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7952
7953 * lib/gdb.exp: When running on a mingw target, replace
7954 /x/ with x:/.
7955
7956 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7957
7958 * gdb.arch/aarch64-prologue.c: New test.
7959 * gdb.arch/aarch64-prologue.exp: New file.
7960
7961 2019-08-13 Tom de Vries <tdevries@suse.de>
7962
7963 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7964 Thread.
7965
7966 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7967
7968 * gdb.python/py-completion.exp: Download the .py file to the host
7969 and use its host pathname. Conditionalize tests that use
7970 tab completion and manipulate files on the build machine.
7971 * gdb.python/py-events.exp: Download the .py file to the host
7972 and use its host pathname.
7973 * gdb.python/py-evsignal.exp: Likewise.
7974 * gdb.python/py-evthreads.exp: Likewise.
7975 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7976 pathname syntax.
7977 * gdb.python/py-framefilter.exp: Download the .py file to the right
7978 place on the host. Match Windows pathname syntax.
7979 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7980 .py file to the host and use its host pathname.
7981 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7982 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7983 build pathname. Skip symlink test on Windows host. Add missing
7984 newline at end of file.
7985 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7986 and use its host pathname.
7987 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7988 * gdb.python/py-section-script.exp: Use host location of binfile
7989 on safe-path. Use correct path separator on Windows host.
7990 Reorder alternatives in gdb_test_multiple to prevent matching
7991 the wrong alternative on success.
7992 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7993
7994 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7995
7996 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7997 expect the GDB inferior to no longer immediately stop after
7998 being resumed with "signal SIGINT".
7999
8000 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
8001
8002 * gdb.linespec/break-ask.exp: Generalize regexps to match
8003 Windows pathnames too.
8004
8005 2019-08-08 Tom de Vries <tdevries@suse.de>
8006
8007 PR testsuite/24862
8008 * lib/tuiterm.exp (_accept): Fix CSI regexp.
8009
8010 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8011
8012 * gdb.base/style.exp: Update tests for help doc new invariants.
8013 * gdb.base/help.exp: Likewise.
8014
8015 2019-08-06 Tom Tromey <tom@tromey.com>
8016
8017 * gdb.base/style.exp: Add disassemble test.
8018 * gdb.base/style.c (some_called_function): New function.
8019 (main): Use it.
8020
8021 2019-08-05 Christian Biesinger <cbiesinger@google.com>
8022
8023 * gdb.python/py-block.exp: Test dictionary access on blocks.
8024
8025 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
8026
8027 PR gdb/24863
8028 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
8029 -list-thread-groups --available test when running under
8030 check-read1.
8031
8032 2019-08-05 Tom de Vries <tdevries@suse.de>
8033
8034 PR testsuite/24863
8035 * lib/gdb.exp (with_read1_timeout_factor): New proc.
8036 * gdb.base/help.exp: Use with_read1_timeout_factor.
8037 * gdb.base/info-macros.exp: Same.
8038 * gdb.cp/nested-types.exp: Same.
8039
8040 2019-08-05 Tom de Vries <tdevries@suse.de>
8041
8042 * lib/gdb.exp (version_at_least): Factor out of ...
8043 (tcl_version_at_least): ... here.
8044 (gdb_compile): Fail if pie results in non-PIE executable.
8045 (readelf_version, readelf_prints_pie): New proc.
8046 (exec_is_pie): Return -1 if unknown.
8047
8048 2019-08-05 Tom de Vries <tdevries@suse.de>
8049
8050 * lib/gdb.exp (tcl_version_at_least): Fix typo.
8051
8052 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8053
8054 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
8055
8056 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8057
8058 * lib/completion-support.exp (test_gdb_complete_none): Skip
8059 tab completion tests if no readline support.
8060 (test_gdb_complete_unique_re): Likewise.
8061 (test_gdb_complete_multiple): Likewise.
8062
8063 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8064
8065 * gdb.base/info_sources.exp: New file.
8066 * gdb.base/info_sources.c: New file.
8067 * gdb.base/info_sources_base.c: New file.
8068
8069 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8070
8071 * gdb.base/batch-exit-status.exp: Call test_exit_status with
8072 prefix argument.
8073 (test_exit_status): Add prefix argument.
8074
8075 2019-08-01 Tom de Vries <tdevries@suse.de>
8076
8077 PR testsuite/24863
8078 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
8079 calling exp_continue for new thread and thread exited messages.
8080
8081 2019-08-01 Tom de Vries <tdevries@suse.de>
8082
8083 PR testsuite/24863
8084 * gdb.base/structs.exp: Fix check-read1 timeout using
8085 gdb_test_sequence.
8086 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
8087
8088 2019-08-01 Tom de Vries <tdevries@suse.de>
8089
8090 PR testsuite/24863
8091 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
8092 line.
8093
8094 2019-08-01 Tom de Vries <tdevries@suse.de>
8095
8096 PR testsuite/24863
8097 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
8098
8099 2019-07-30 Tom Tromey <tromey@adacore.com>
8100
8101 * gdb.ada/display_nested.exp: New file.
8102 * gdb.ada/display_nested/foo.adb: New file.
8103 * gdb.ada/display_nested/pack.adb: New file.
8104 * gdb.ada/display_nested/pack.ads: New file.
8105
8106 2019-07-30 Christian Biesinger <cbiesinger@google.com>
8107
8108 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
8109 namespace.
8110 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
8111
8112 2019-07-30 Tom de Vries <tdevries@suse.de>
8113
8114 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
8115 instead.
8116
8117 2019-07-30 Tom de Vries <tdevries@suse.de>
8118
8119 PR testsuite/24834
8120 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
8121 (exec_is_pie): New proc.
8122
8123 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8124
8125 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
8126
8127 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8128
8129 * gdb.python/py-objfile.c: Add global and static vars.
8130 * gdb.python/py-objfile.exp: Test new functions Objfile.
8131 lookup_global_symbol and lookup_static_symbol.
8132
8133 2019-07-29 Tom Tromey <tom@tromey.com>
8134
8135 * lib/tuiterm.exp (Term::_csi_@): New proc.
8136 (Term::_csi_X): Don't move cursor.
8137
8138 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8139
8140 * gdb.base/options.exp: Update backtrace - completion to
8141 new option -frame-info.
8142 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
8143 Test new 'set print frame-info'. Test backtrace -frame-info
8144 overriding 'set print frame-info'.
8145 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
8146 Test new 'set print frame-info'.
8147 Verify consistency of backtrace with and without filters, with and
8148 without -no-filters.
8149 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
8150 default.
8151
8152 2019-07-29 Tom de Vries <tdevries@suse.de>
8153
8154 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
8155 no arguments".
8156
8157 2019-07-29 Tom de Vries <tdevries@suse.de>
8158
8159 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
8160 is a substring of the first for "complete non-unique file name".
8161
8162 2019-07-29 Tom de Vries <tdevries@suse.de>
8163
8164 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
8165 with ".*".
8166
8167 2019-07-29 Tom de Vries <tdevries@suse.de>
8168
8169 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
8170 Pass prompt_regexp parameter to gdb_test_multiple calls.
8171
8172 2019-07-29 Tom de Vries <tdevries@suse.de>
8173
8174 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
8175 print registers" regexps.
8176
8177 2019-07-29 Tom de Vries <tdevries@suse.de>
8178
8179 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
8180
8181 2019-07-29 Tom de Vries <tdevries@suse.de>
8182
8183 PR gdb/24855
8184 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
8185 (skip_python_tests_prompt): Add prompt_regexp argument to
8186 gdb_test_multiple calls.
8187
8188 2019-07-27 Tom Tromey <tom@tromey.com>
8189
8190 * gdb.tui/main.exp: New file.
8191
8192 2019-07-27 Tom Tromey <tom@tromey.com>
8193
8194 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
8195 optional.
8196 * gdb.tui/empty.exp: New file.
8197
8198 2019-07-27 Tom Tromey <tom@tromey.com>
8199
8200 * lib/tuiterm.exp (spawn): New proc.
8201 (Term::resize): New proc.
8202 * gdb.tui/resize.exp: New file.
8203
8204 2019-07-27 Tom Tromey <tom@tromey.com>
8205
8206 * gdb.tui/list.exp: New file.
8207
8208 2019-07-27 Tom Tromey <tom@tromey.com>
8209
8210 * gdb.tui/regs.exp: New file.
8211
8212 2019-07-27 Tom Tromey <tom@tromey.com>
8213
8214 * gdb.tui/basic.exp: Add "layout split" test.
8215
8216 2019-07-27 Tom Tromey <tom@tromey.com>
8217
8218 * gdb.tui/basic.exp: Add "layout asm" test.
8219
8220 2019-07-27 Tom Tromey <tom@tromey.com>
8221
8222 * lib/tuiterm.exp: New file.
8223 * gdb.tui/basic.exp: New file.
8224
8225 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8226
8227 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
8228 Enable tests associated with this flag. Adjust regex
8229 referencing "foo_low" to now refer to "foo_cold" instead.
8230
8231 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8232
8233 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
8234 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
8235 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
8236 foo_cold. Revise comments to match.
8237 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
8238 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
8239 were wrapped into this proc; Call do_test in loop from outermost
8240 level.
8241 (foo_low): Rename all occurrences to "foo_cold".
8242 (backtrace from baz): New test.
8243 (x2/i foo_cold): New test.
8244 (info line *foo_cold): New test.
8245
8246 2019-07-26 Tom de Vries <tdevries@suse.de>
8247
8248 * gdb.arch/i386-pkru.exp: Fix unterminated string.
8249
8250 2019-07-25 Tom de Vries <tdevries@suse.de>
8251
8252 PR testsuite/24830
8253 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
8254 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
8255 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
8256 (skip_libstdcxx_probe_tests): ... here.
8257 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
8258
8259 2019-07-24 Tom de Vries <tdevries@suse.de>
8260
8261 PR testsuite/24807
8262 * gdb.objc/basicclass.m: Include stdio.h.
8263 * gdb.objc/nondebug.m: Same.
8264 * gdb.objc/objcdecode.m: Same.
8265
8266 2019-07-24 Tom de Vries <tdevries@suse.de>
8267
8268 PR testsuite/24612
8269 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
8270 additional_flags.
8271
8272 2019-07-24 Tom de Vries <tdevries@suse.de>
8273
8274 PR testsuite/24831
8275 * gdb.multi/tids.exp: Update error messages for info threads.
8276
8277 2019-07-24 Tom de Vries <tdevries@suse.de>
8278
8279 * gdb.base/info-types.exp: Allow info types to print info for more than
8280 one file.
8281
8282 2019-07-23 Tom de Vries <tdevries@suse.de>
8283
8284 PR testsuite/24842
8285 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
8286 gdb_spawn_with_cmdline_opts.
8287
8288 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
8289
8290 * gdb.arch/arm-cmse-sgstubs.c: New test.
8291 * gdb.arch/arm-cmse-sgstubs.exp: New file.
8292
8293 2019-07-23 Tom de Vries <tdevries@suse.de>
8294
8295 PR testsuite/24711
8296 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
8297 issuing next command.
8298
8299 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8300
8301 * gdb.ada/info_auto_lang.exp: Update expected results.
8302 * gdb.base/info-types.c: Add additional types to check.
8303 * gdb.base/info-types.exp: Update expected results.
8304
8305 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8306
8307 * gdb.base/info-types.c: New file.
8308 * gdb.base/info-types.exp: New file.
8309
8310 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
8311
8312 * gdb.arch/riscv-bp-infcall.c: New file.
8313 * gdb.arch/riscv-bp-infcall.exp: New file.
8314
8315 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8316
8317 PR breakpoints/24541
8318 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
8319
8320 2019-07-14 Tom de Vries <tdevries@suse.de>
8321
8322 PR testsuite/24760
8323 * gdb.objc/basicclass.exp: Fix unterminated string.
8324
8325 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
8326 Andrew Burgess <andrew.burgess@embecosm.com>
8327
8328 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
8329 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
8330 negative bounds.
8331 * gdb.fortran/vla-value.exp: Print elements of an array with
8332 negative bounds.
8333 * gdb.fortran/vla.f90: Setup an array with negative bounds for
8334 testing.
8335
8336 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
8337
8338 * gdb.base/options.exp (expect_string): Dequote strings in
8339 results.
8340 (test-string): Test strings with different quoting and reindent.
8341
8342 2019-07-10 Tom Tromey <tromey@adacore.com>
8343
8344 * gdb.ada/mi_ex_cond.exp: Update expected results.
8345 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8346 * gdb.ada/mi_catch_ex.exp: Update expected results.
8347 * gdb.ada/mi_catch_assert.exp: Update expected results.
8348 * gdb.ada/catch_ex.exp (catch_exception_info)
8349 (catch_exception_entry, catch_assert_entry)
8350 (catch_unhandled_entry): Update.
8351 * gdb.ada/catch_assert_if.exp: Update expected results.
8352
8353 2019-07-10 Richard Bunt <richard.bunt@arm.com>
8354 Stephen Roberts <stephen.roberts@arm.com>
8355
8356 * gdb.base/define.exp: Restore original prompt.
8357
8358 2019-07-09 Pedro Alves <palves@redhat.com>
8359
8360 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8361 breakpoints" output.
8362 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8363 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8364 throw" creates breakpoint.
8365 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8366 'type="catchpoint"'.
8367
8368 2019-07-09 Pedro Alves <palves@redhat.com>
8369
8370 PR c++/15468
8371 * gdb.cp/except-multi-location-lib.cc: New.
8372 * gdb.cp/except-multi-location-main.cc: New.
8373 * gdb.cp/except-multi-location.exp: New.
8374
8375 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8376
8377 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8378 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8379 argument and update callers.
8380
8381 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8382
8383 * gdb.arch/amd64-break-on-asm-line.S: New file.
8384 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8385
8386 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8387
8388 * gdb.base/printcmds.exp: Test printing C string and
8389 C wide string convenience vars without transiting via the inferior.
8390 Also make test names unique.
8391
8392 2019-07-08 Alan Hayward <alan.hayward@arm.com>
8393
8394 PR breakpoints/25011
8395 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8396
8397 2019-07-04 Pedro Alves <palves@redhat.com>
8398
8399 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8400 body returned ok(0), break(3) or continue(4).
8401 * gdb.testsuite/foreach_with_prefix.exp: New file.
8402
8403 2019-07-04 Alan Hayward <alan.hayward@arm.com>
8404
8405 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8406
8407 2019-07-03 Pedro Alves <palves@redhat.com>
8408
8409 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8410 "return -code".
8411
8412 2019-07-03 Pedro Alves <palves@redhat.com>
8413
8414 PR cli/24732
8415 * gdb.base/shell.exp: Load completion-support.exp.
8416 Adjust expected error output. Add completion tests.
8417
8418 2019-07-03 Pedro Alves <palves@redhat.com>
8419
8420 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8421 string_to_regexp.
8422
8423 2019-07-03 Pedro Alves <palves@redhat.com>
8424
8425 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8426 (expect_integer): Adjust to expect "-string".
8427 (expect_string): New.
8428 (all_options): Expect "-string".
8429 (test-flag, test-boolean): Adjust to expect "-string".
8430 (test-string): New proc.
8431 (top level): Call it.
8432
8433 2019-07-03 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8436 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8437 the expected output in the success.
8438
8439 2019-07-03 Pedro Alves <palves@redhat.com>
8440
8441 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8442 Split one gdb_test_multiple call in two to avoid a race.
8443
8444 2019-07-03 Pedro Alves <palves@redhat.com>
8445
8446 * gdb.base/with.c: New file.
8447 * gdb.base/with.exp: New file.
8448
8449 2019-07-03 Pedro Alves <palves@redhat.com>
8450
8451 * gdb.base/settings.exp: Replace all references to "maint
8452 test-settings set" with references to "maint set test-settings",
8453 and all references to "maint test-settings show" with references
8454 to "maint show test-settings".
8455
8456 2019-07-03 Pedro Alves <palves@redhat.com>
8457
8458 * gdb.base/settings.exp (test-string): Adjust expected out when
8459 testing "maint test-settings show filename"
8460
8461 2019-07-02 Pedro Alves <palves@redhat.com>
8462
8463 * gdb.base/options.exp (test-info-threads): New procedure.
8464 (top level): Call it.
8465
8466 2019-06-28 Tom Tromey <tromey@adacore.com>
8467
8468 * gdb.dwarf2/ada-linkage-name.c: New file.
8469 * gdb.dwarf2/ada-linkage-name.exp: New file.
8470
8471 2019-06-27 Tom Tromey <tromey@adacore.com>
8472
8473 PR c++/20020:
8474 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8475
8476 2019-06-26 Tom de Vries <tdevries@suse.de>
8477
8478 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8479
8480 2019-06-26 Tom de Vries <tdevries@suse.de>
8481
8482 * gdb.base/index-cache.exp: Add back missing debug option.
8483
8484 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8485
8486 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8487
8488 2019-06-25 Tom de Vries <tdevries@suse.de>
8489
8490 PR testsuite/24727
8491 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8492
8493 2019-06-24 Tom de Vries <tdevries@suse.de>
8494
8495 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8496
8497 2019-06-24 Tom de Vries <tdevries@suse.de>
8498
8499 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8500 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8501 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8502
8503 2019-06-24 Tom de Vries <tdevries@suse.de>
8504
8505 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8506
8507 2019-06-21 Tom de Vries <tdevries@suse.de>
8508
8509 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8510
8511 2019-06-21 Tom de Vries <tdevries@suse.de>
8512
8513 PR testsuite/24518
8514 PR ada/24713
8515 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8516 index.
8517
8518 2019-06-19 Tom Tromey <tromey@adacore.com>
8519
8520 * gdb.ada/length_cond.exp: Add intro comment.
8521
8522 2019-06-19 Tom Tromey <tromey@adacore.com>
8523
8524 * gdb.ada/length_cond.exp: New file.
8525 * gdb.ada/length_cond/length_cond.adb: New file.
8526 * gdb.ada/length_cond/pck.adb: New file.
8527 * gdb.ada/length_cond/pck.ads: New file.
8528
8529 2019-06-18 Tom de Vries <tdevries@suse.de>
8530
8531 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8532
8533 2019-06-18 Tom Tromey <tromey@adacore.com>
8534
8535 * gdb.base/list0.h: Add comment explaining control character.
8536
8537 2019-06-18 Tom de Vries <tdevries@suse.de>
8538
8539 * boards/fission.exp: Break up long debug_flags line.
8540
8541 2019-06-16 Tom de Vries <tdevries@suse.de>
8542
8543 PR gdb/24445
8544 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8545 generated index.
8546
8547 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8548
8549 PR gdb/24686
8550 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8551 improve detection of bug gdb/24541.
8552
8553 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8554
8555 PR gdb/24669
8556 * gdb.base/index-cache.exp (uses_readnow,
8557 expecting_index_cache_use): Define global variable.
8558 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8559 expecting_index_cache_use.
8560
8561 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8562 Andrew Burgess <andrew.burgess@embecosm.com>
8563
8564 * gdb.fortran/pointers.f90: New file.
8565 * gdb.fortran/print_type.exp: New file.
8566 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8567 * gdb.fortran/vla-type.exp: Likewise.
8568 * gdb.fortran/vla-value.exp: Likewise.
8569 * gdb.mi/mi-vla-fortran.exp: Likewise.
8570
8571 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8572
8573 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8574 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8575 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8576 as a stop reason.
8577
8578 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8579
8580 * gdb.base/annota1.exp: Update expected results.
8581 * gdb.cp/annota2.exp: Likewise.
8582 * gdb.cp/annota3.exp: Likewise.
8583
8584 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8585
8586 * gdb.base/style-logging.exp: Remove path from test name.
8587
8588 2019-06-14 Tom Tromey <tromey@adacore.com>
8589
8590 PR gdb/24502:
8591 * gdb.base/style-logging.exp: New file.
8592
8593 2019-06-14 Tom Tromey <tromey@adacore.com>
8594
8595 * gdb.base/symfile-warn.exp: New file.
8596 * gdb.base/symfile-warn.c: New file.
8597
8598 2019-06-14 Tom Tromey <tromey@adacore.com>
8599
8600 * gdb.base/annotate-symlink.exp: New file.
8601
8602 2019-06-14 Tom Tromey <tromey@adacore.com>
8603
8604 * gdb.ada/set_wstr.exp: Add reassignment test.
8605
8606 2019-06-14 Tom Tromey <tromey@adacore.com>
8607
8608 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8609 'unchecked_access and 'unrestricted_access as well.
8610
8611 2019-06-14 Tom Tromey <tromey@adacore.com>
8612
8613 PR ada/24539:
8614 * gdb.ada/vla.exp: Update tests.
8615 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8616 pragma.
8617
8618 2019-06-13 Pedro Alves <palves@redhat.com>
8619
8620 * gdb.base/settings.exp (test-integer): Test junk after
8621 "unlimited".
8622
8623 2019-06-13 Pedro Alves <palves@redhat.com>
8624
8625 * gdb.base/options.exp (test-thread-apply): New.
8626 (top level): Call it.
8627
8628 2019-06-13 Pedro Alves <palves@redhat.com>
8629
8630 * gdb.base/options.exp (test-frame-apply): New.
8631 (top level): Test print commands with different "frame apply"
8632 prefixes.
8633
8634 2019-06-13 Pedro Alves <palves@redhat.com>
8635
8636 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8637 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8638 'max_completions' parameter and handle it.
8639 (test_gdb_completion_offers_commands): New.
8640
8641 2019-06-13 Pedro Alves <palves@redhat.com>
8642
8643 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8644
8645 2019-06-13 Pedro Alves <palves@redhat.com>
8646
8647 * gdb.base/options.exp (test-backtrace): New.
8648 (top level): Call it.
8649
8650 2019-06-13 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.guile/scm-frame-args.exp: Use "set print
8653 raw-frame-arguments" instead of "set print raw frame-arguments".
8654 * gdb.python/py-frame-args.exp: Likewise.
8655
8656 2019-06-13 Pedro Alves <palves@redhat.com>
8657
8658 * gdb.compile/compile.exp: Adjust expected output to option
8659 processing changes.
8660
8661 2019-06-13 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.base/options.exp: Build executable.
8664 (test-print): New procedure.
8665 (top level): Call it, once for "print" and another for "compile
8666 print".
8667
8668 2019-06-13 Pedro Alves <palves@redhat.com>
8669
8670 * gdb.base/options.c: New file.
8671 * gdb.base/options.exp: New file.
8672
8673 2019-06-13 Pedro Alves <palves@redhat.com>
8674
8675 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8676 that "o" is ambiguous.
8677
8678 2019-06-13 Pedro Alves <palves@redhat.com>
8679
8680 * gdb.base/settings.c: New file.
8681 * gdb.base/settings.exp: New file.
8682
8683 2019-06-13 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.base/completion.exp: Fix comment typo.
8686
8687 2019-06-13 Pedro Alves <palves@redhat.com>
8688
8689 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8690 foo --1" test.
8691
8692 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8693
8694 * gdb.fortran/block-data.f: New.
8695 * gdb.fortran/block-data.exp: New.
8696
8697 2019-06-11 Tom de Vries <tdevries@suse.de>
8698
8699 PR testsuite/24521
8700 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8701 message.
8702
8703 2019-06-11 Tom de Vries <tdevries@suse.de>
8704
8705 PR testsuite/24521
8706 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8707
8708 2019-06-11 Tom de Vries <tdevries@suse.de>
8709
8710 * boards/readnow.exp: New file.
8711
8712 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8713
8714 * gdb.fortran/vla-sizeof.exp: Update expected results.
8715
8716 2019-06-06 Amos Bird <amosbird@gmail.com>
8717
8718 * gdb.base/annota1.exp (thread_switch): Add test for
8719 thread-exited annotation.
8720
8721 2019-06-06 Tom Tromey <tromey@adacore.com>
8722
8723 * gdb.base/maint.exp: Expect command started/finished output.
8724
8725 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8726
8727 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8728 comment.
8729 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8730
8731 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8732
8733 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8734 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8735 * gdb.arch/riscv-unwind-long-insn.c: New file.
8736 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8737
8738 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8739
8740 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8741
8742 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8743
8744 * lib/gdb.exp (help_list_trailer): New regexp variable
8745 factorizing the help trailer message.
8746 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8747 arg to allow to better factorize various tests.
8748 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8749 (test_prefix_command_help): Use help_list_trailer.
8750 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8751 * gdb.guile/scm-cmd.exp: Likewise.
8752 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8753 * gdb.base/help.exp: Use test_user_defined_class_help.
8754 * gdb.base/style.exp: Add tests for styling of help and apropos.
8755 * lib/gdb-utils.exp (style): Add title and highlight styles.
8756
8757 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8758
8759 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8760 $_shell_exitsignal.
8761 * gdb.base/default.exp: Update for new convenience variables.
8762
8763 2019-05-29 Tom Tromey <tromey@adacore.com>
8764
8765 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8766 to "break complete ada" test case's regexp.
8767
8768 2019-05-29 Tom Tromey <tromey@adacore.com>
8769
8770 PR c++/20020:
8771 * gdb.cp/constexpr-field.exp: New file.
8772 * gdb.cp/constexpr-field.cc: New file.
8773
8774 2019-05-29 Tom Tromey <tromey@adacore.com>
8775
8776 * gdb.base/finish.exp (finish_no_print): New proc.
8777 (finish_tests): Call it.
8778
8779 2019-05-24 Tom de Vries <tdevries@suse.de>
8780
8781 * gdb.dwarf2/gdb-add-index.exp: New file.
8782
8783 2019-05-22 Tom Tromey <tromey@adacore.com>
8784
8785 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8786 * gdb.base/style.exp: Use "style".
8787 * lib/gdb-utils.exp (style): New proc.
8788
8789 2019-05-22 Tom de Vries <tdevries@suse.de>
8790
8791 * gdb.base/align.exp: Require c++11.
8792
8793 2019-05-22 Tom de Vries <tdevries@suse.de>
8794
8795 PR testsuite/24586
8796 * gdb.python/py-mi-var-info-path-expression.exp: Call
8797 mi_skip_python_tests to check if python is supported.
8798
8799 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8800
8801 * gdb.arch/aarch64-pauth.c: New test.
8802 * gdb.arch/aarch64-pauth.exp: New file.
8803
8804 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8805
8806 * README (Re-running Tests Outside The Testsuite): New section.
8807
8808 2019-05-21 Tom de Vries <tdevries@suse.de>
8809
8810 * gdb.arch/amd64-eval.exp: Require c++11.
8811 * gdb.base/max-depth.exp: Same.
8812 * gdb.compile/compile-cplus-array-decay.exp: Same.
8813 * gdb.cp/meth-typedefs.exp: Same.
8814 * gdb.cp/subtypes.exp: Same.
8815 * gdb.cp/temargs.exp: Same.
8816
8817 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8818
8819 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8820
8821 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8822
8823 PR gdb/18644
8824 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8825 * gdb.fortran/printing-types.exp: Add new test.
8826 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8827 testing.
8828 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8829 setup_kfail call.
8830
8831 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8832
8833 * README (Running the Testsuite): Change example.
8834 (Testsuite Parameters): Remove TRANSCRIPT.
8835 * lib/gdb.exp: Remove TRANSCRIPT check.
8836
8837 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8838
8839 * README (Testsuite Parameters): Add replay logging to
8840 GDBSERVER_DEBUG.
8841 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8842 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8843 as a comma separated list.
8844 (gdb_debug_init): Override procedure.
8845
8846 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8847
8848 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8849 (gdb_write_cmd_file): New procedure.
8850 * lib/gdbserver-support.exp (gdbserver_start): Call
8851 gdbserver_write_cmd_file.
8852 (gdbserver_write_cmd_file): New procedure.
8853
8854 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8855
8856 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8857 (delete_breakpoints): Likewise.
8858 (gdb_run_cmd): Likewise.
8859 (gdb_start_cmd): Likewise.
8860 (gdb_starti_cmd): Likewise.
8861 (gdb_internal_error_resync): Likewise.
8862 (gdb_test_multiple): Likewise.
8863 (gdb_reinitialize_dir): Likewise.
8864 (default_gdb_exit): Likewise.
8865 (gdb_file_cmd): Mark kill as optional.
8866 (default_gdb_start): Call gdb_stdin_log_init.
8867 (send_gdb): Call gdb_stdin_log_write.
8868 (rerun_to_main): Mark Y as an answer.
8869 (gdb_stdin_log_init): New function.
8870 (gdb_stdin_log_write): Likewise.
8871
8872 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8873
8874 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8875 * gdb.base/debug-expr.exp: Likewise.
8876 * gdb.base/foll-fork.exp: Likewise.
8877 * gdb.base/foll-vfork.exp: Likewise.
8878 * gdb.base/fork-print-inferior-events.exp: Likewise.
8879 * gdb.base/gdb-sigterm.exp: Likewise.
8880 * gdb.base/gdbinit-history.exp: Likewise.
8881 * gdb.base/osabi.exp: Likewise.
8882 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8883 * gdb.base/ui-redirect.exp: Likewise.
8884 * gdb.gdb/unittest.exp: Likewise.
8885 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8886 * gdb.mi/mi-watch.exp: Likewise.
8887 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8888 * gdb.mi/user-selected-context-sync.exp: Likewise.
8889 * gdb.python/python.exp: Disable debug test when debugging.
8890 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8891 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8892 Likewise.
8893 * gdb.threads/stepi-random-signal.exp: Likewise.
8894
8895 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8896
8897 * Makefile.in: Pass through GDB_DEBUG.
8898 * README (Testsuite Parameters): Add GDB_DEBUG.
8899 (gdb,debug): Add board setting.
8900 * lib/gdb.exp (default_gdb_start): Start debugging.
8901 (gdb_debug_enabled): New procedure.
8902 (gdb_debug_init): Likewise.
8903
8904 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8905
8906 * Makefile.in: Pass through GDB_DEBUG.
8907 * README (Testsuite Parameters): Add GDB_DEBUG.
8908 (gdb,debug): Add board setting.
8909 * lib/gdb.exp (default_gdb_start): Start debugging.
8910 (gdb_debug_enabled): New procedure.
8911 (gdb_debug_init): Likewise.
8912
8913 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8914
8915 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8916
8917 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8918
8919 * gdb.base/ui-redirect.exp: Test redirection.
8920
8921 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8922
8923 * gdb.mi/mi-complete.exp: New file.
8924 * gdb.mi/mi-complete.cc: Likewise.
8925
8926 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8927
8928 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8929 indexed and sliced arrays, and pointers to arrays.
8930
8931 2019-05-14 Tom Tromey <tromey@adacore.com>
8932
8933 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8934 styling test.
8935
8936 2019-05-14 Tom de Vries <tdevries@suse.de>
8937
8938 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8939 selection entry encoding.
8940
8941 2019-05-10 Tom Tromey <tromey@adacore.com>
8942
8943 * gdb.ada/info_exc.exp: Add "complete" test.
8944
8945 2019-05-09 Tom de Vries <tdevries@suse.de>
8946
8947 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8948 CU-relative.
8949
8950 2019-05-09 Tom de Vries <tdevries@suse.de>
8951
8952 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8953 CU-relative.
8954
8955 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8956
8957 * gdb.ada/frame_arg_lang.exp: New testcase.
8958 * gdb.ada/frame_arg_lang/bla.adb: New file.
8959 * gdb.ada/frame_arg_lang/pck.ads: New file.
8960 * gdb.ada/frame_arg_lang/pck.adb: New file.
8961 * gdb.ada/frame_arg_lang/foo.c: New file.
8962
8963 2019-05-08 Tom Tromey <tromey@adacore.com>
8964
8965 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8966
8967 2019-05-08 Tom Tromey <tromey@adacore.com>
8968
8969 * gdb.base/ptype-offsets.exp: Update tests.
8970
8971 2019-05-08 Tom Tromey <tromey@adacore.com>
8972
8973 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8974 cases.
8975 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8976 "short".
8977
8978 2019-05-08 Tom Tromey <tromey@adacore.com>
8979
8980 * gdb.ada/vla.exp: New file.
8981 * gdb.ada/vla/vla.adb: New file.
8982
8983 2019-05-07 Tom de Vries <tdevries@suse.de>
8984
8985 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8986
8987 2019-05-07 Tom de Vries <tdevries@suse.de>
8988
8989 PR testsuite/24522
8990 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8991 section.
8992
8993 2019-05-07 Tom de Vries <tdevries@suse.de>
8994
8995 PR testsuite/24522
8996 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8997 .debug_aranges section.
8998
8999 2019-05-07 Tom de Vries <tdevries@suse.de>
9000
9001 PR testsuite/24159
9002 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
9003
9004 2019-05-06 Tom de Vries <tdevries@suse.de>
9005
9006 * lib/gdb.exp (exec_has_index_section): New proc.
9007 * gdb.base/index-cache.exp: Handle case that binfile contains an index
9008 section.
9009
9010 2019-05-04 Tom de Vries <tdevries@suse.de>
9011
9012 * boards/cc-with-debug-names.exp: New file.
9013
9014 2019-05-03 Tom Tromey <tromey@adacore.com>
9015
9016 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
9017 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
9018 * gdb.ada/char_enum.exp: Add test.
9019
9020 2019-05-03 Tom de Vries <tdevries@suse.de>
9021
9022 * boards/cc-with-gdb-index.exp: New file.
9023
9024 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
9025
9026 * gdb.rust/simple.exp: Add new test case.
9027 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
9028 (main): Initialise an instance of the new struct.
9029
9030 2019-05-01 Tom Tromey <tromey@adacore.com>
9031
9032 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
9033 record.
9034 (NPR): New variable.
9035 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
9036 test.
9037
9038 2019-05-01 Tom Tromey <tromey@adacore.com>
9039
9040 * gdb.ada/packed_array_assign.exp: Add packed assignment
9041 regression test.
9042
9043 2019-05-01 Tom de Vries <tdevries@suse.de>
9044
9045 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
9046
9047 2019-05-01 Tom de Vries <tdevries@suse.de>
9048
9049 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
9050
9051 2019-04-30 Ali Tamur <tamur@google.com>
9052
9053 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
9054
9055 2019-04-30 Tom Tromey <tromey@adacore.com>
9056
9057 * lib/ada.exp (find_ada_tool): New proc.
9058 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
9059 * gdb.ada/catch_ex_std.exp: New file.
9060 * gdb.ada/catch_ex_std/foo.adb: New file.
9061 * gdb.ada/catch_ex_std/some_package.adb: New file.
9062 * gdb.ada/catch_ex_std/some_package.ads: New file.
9063
9064 2019-04-30 Tom Tromey <tromey@adacore.com>
9065
9066 PR c++/24470:
9067 * gdb.cp/temargs.cc: Add test code from PR.
9068
9069 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9070
9071 * gdb.fortran/vla-datatypes.exp: Update expected results.
9072 * gdb.fortran/vla-ptype.exp: Likewise.
9073 * gdb.fortran/vla-type.exp: Likewise.
9074 * gdb.fortran/vla-value.exp: Likewise.
9075
9076 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9077
9078 * gdb.fortran/ptr-indentation.exp: Update expected results.
9079 * gdb.fortran/ptype-on-functions.exp: Likewise.
9080 * gdb.fortran/vla-ptr-info.exp: Likewise.
9081 * gdb.fortran/vla-value.exp: Likewise.
9082
9083 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9084
9085 * gdb.fortran/ptype-on-functions.exp: New file.
9086 * gdb.fortran/ptype-on-functions.f90: New file.
9087
9088 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9089
9090 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
9091 case void string.
9092
9093 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9094
9095 * gdb.fortran/complex.exp: Expand.
9096 * gdb.fortran/complex.f: Renamed to...
9097 * gdb.fortran/complex.f90: ...this, and extended to add more
9098 complex values.
9099
9100 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9101
9102 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
9103 MODULO, CMPLX.
9104
9105 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9106 Richard Bunt <richard.bunt@arm.com>
9107
9108 * gdb.base/max-depth.c: New file.
9109 * gdb.base/max-depth.exp: New file.
9110 * gdb.python/py-nested-maps.c: New file.
9111 * gdb.python/py-nested-maps.exp: New file.
9112 * gdb.python/py-nested-maps.py: New file.
9113 * gdb.python/py-format-string.exp (test_max_depth): New proc.
9114 (test_all_common): Call test_max_depth.
9115 * gdb.fortran/max-depth.exp: New file.
9116 * gdb.fortran/max-depth.f90: New file.
9117 * gdb.go/max-depth.exp: New file.
9118 * gdb.go/max-depth.go: New file.
9119 * gdb.modula2/max-depth.exp: New file.
9120 * gdb.modula2/max-depth.c: New file.
9121 * lib/gdb.exp (get_print_expr_at_depths): New proc.
9122
9123 2019-04-29 Tom de Vries <tdevries@suse.de>
9124
9125 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
9126
9127 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9128
9129 * gdb.base/callexit.exp: Test may-call-functions off.
9130
9131 2019-04-25 Keith Seitz <keiths@redhat.com>
9132
9133 PR c++/24367
9134 * gdb.cp/meth-typedefs.cc (incomplete_struct)
9135 (another_incomplete_struct, test_incomplete): New definitions.
9136 (main): Use new definitions.
9137 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
9138 functions.
9139
9140 2019-04-25 Ali Tamur <tamur@google.com>
9141
9142 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9143
9144 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9145
9146 PR corefiles/11608
9147 PR corefiles/18187
9148 * gdb.base/coredump-filter-build-id.exp: New file.
9149
9150 2019-04-25 Alan Hayward <alan.hayward@arm.com>
9151
9152 * Makefile.in: Pass through GDBSERVER_DEBUG.
9153 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
9154 (gdbserver,debug): Add board setting.
9155 * gdb.trace/tspeed.exp: Skip when debugging.
9156 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
9157 * lib/gdbserver-support.exp: Likewise
9158
9159 2019-04-24 Tom Tromey <tromey@adacore.com>
9160
9161 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
9162 Rust.
9163
9164 2019-04-24 Tom Tromey <tromey@adacore.com>
9165
9166 * gdb.arch/amd64-eval.exp: Test bitfield return.
9167 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
9168 (class Foo) <return_bitfields>: New method.
9169 (main): Call it.
9170
9171 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9172
9173 * gdb.cp/many-args.cc: New file.
9174 * gdb.cp/many-args.exp: New file.
9175
9176 2019-04-23 Tom de Vries <tdevries@suse.de>
9177
9178 PR gdb/24433
9179 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
9180
9181 2019-04-23 Alan Hayward <alan.hayward@arm.com>
9182
9183 * gdb.trace/backtrace.exp: Use nopie flag.
9184 * gdb.trace/circ.exp: Likewise.
9185 * gdb.trace/collection.exp: Likewise.
9186 * gdb.trace/ftrace.exp: Likewise.
9187 * gdb.trace/mi-trace-unavailable.exp: Likewise.
9188 * gdb.trace/mi-traceframe-changed.exp: Likewise.
9189 * gdb.trace/qtro.exp: Likewise.
9190 * gdb.trace/read-memory.exp: Likewise.
9191 * gdb.trace/report.exp: Likewise.
9192 * gdb.trace/tfile.exp: Likewise.
9193 * gdb.trace/tfind.exp: Likewise.
9194 * gdb.trace/unavailable.exp: Likewise.
9195
9196 2019-04-22 Pedro Alves <palves@redhat.com>
9197
9198 * gdb.base/solib-probes-nosharedlibrary.c,
9199 gdb.base/solib-probes-nosharedlibrary.exp: New files.
9200
9201 2019-04-19 Tom Tromey <tromey@adacore.com>
9202
9203 * gdb.ada/ptype_union.c: New file.
9204 * gdb.ada/ptype_union.exp: New file.
9205
9206 2019-04-19 Tom Tromey <tromey@adacore.com>
9207
9208 PR symtab/24423:
9209 * gdb.base/list0.h (foo): Add a control-l character.
9210
9211 2019-04-18 Tom de Vries <tdevries@suse.de>
9212
9213 PR gdb/24433
9214 * boards/local-board.exp: Set sysroot to "".
9215
9216 2019-04-18 Tom de Vries <tdevries@suse.de>
9217 Pedro Alves <palves@redhat.com>
9218
9219 PR gdb/24454
9220 * gdb.threads/vfork-follow-child-exec.c: New file.
9221 * gdb.threads/vfork-follow-child-exec.exp: New file.
9222 * gdb.threads/vfork-follow-child-exit.c: New file.
9223 * gdb.threads/vfork-follow-child-exit.exp: New file.
9224
9225 2019-04-15 Leszek Swirski <leszeks@google.com>
9226
9227 * gdb.arch/amd64-eval.cc: New file.
9228 * gdb.arch/amd64-eval.exp: New file.
9229
9230 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9231
9232 * gdb.server/sysroot.c: New test.
9233 * gdb.server/sysroot.exp: New file.
9234 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
9235 matching param.
9236
9237 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9238
9239 * gdb.base/align.exp: Extend test to cover structures containing
9240 only static fields.
9241
9242 2019-04-11 Tom de Vries <tdevries@suse.de>
9243
9244 * boards/cc-with-dwz-m.exp: New file.
9245 * boards/cc-with-dwz.exp: New file.
9246 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
9247
9248 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9249
9250 * gdb.base/start-cpp.exp: New file.
9251 * gdb.base/start-cpp.cc: New file.
9252
9253 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9254
9255 * gdb.python/py-thrhandle.exp: Adjust tests to call
9256 thread_from_handle instead of thread_from_thread_handle.
9257
9258 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9259
9260 * gdb.python/py-thrhandle.exp: Add tests for
9261 gdb.InferiorThread.handle.
9262
9263 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9264
9265 * gdb.python/py-function.exp: Check calling helper function from
9266 all languages.
9267 * lib/gdb.exp (gdb_supported_languages): New proc.
9268
9269 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9270
9271 * gdb.base/complex-parts.c: New file.
9272 * gdb.base/complex-parts.exp: New file.
9273
9274 2019-04-01 Tom Tromey <tromey@adacore.com>
9275
9276 PR symtab/23331:
9277 * gdb.dwarf2/dw2-ranges-main.c: New file.
9278 * gdb.dwarf2/dw2-ranges-psym.c: New file.
9279 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
9280
9281 2019-03-30 Simon Marchi <simark@simark.ca>
9282
9283 * gdb.base/default.exp: Add values for $_gdb_major and
9284 $_gdb_minor.
9285
9286 2019-03-29 Tom Tromey <tromey@adacore.com>
9287
9288 * gdb.base/help.exp: Tighten apropos regexp.
9289
9290 2019-03-29 Keith Seitz <keiths@redhat.com>
9291
9292 * gdb.fortran/array-bounds.exp: New file.
9293 * gdb.fortran/array-bounds.f90: New file.
9294
9295 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9296
9297 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
9298
9299 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9300
9301 * gdb.multi/hello.c (main): Increase alarm timer.
9302
9303 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9304
9305 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
9306 factor when no hardware watchpoint support.
9307
9308 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9309 Pedro Alves <palves@redhat.com>
9310
9311 * boards/local-board.exp: set sysroot to /.
9312
9313 2019-03-27 Alan Hayward <alan.hayward@arm.com>
9314
9315 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
9316 in child.
9317
9318 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9319
9320 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
9321 field.
9322 (make_container): Initialise new field.
9323 * gdb.python/py-prettyprint.exp: Add new tests.
9324 * gdb.python/py-prettyprint.py (class ContainerPrinter)
9325 <display_hint>: New method.
9326
9327 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9328
9329 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
9330 gdb_continue_to_breakpoint more throughout this test.
9331 (run_lang_tests) Supply unique test names, and use
9332 gdb_test_no_output.
9333
9334 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9335
9336 * gdb.base/finish-pretty.exp: Update expected results.
9337 * gdb.base/pretty-print.c: New file.
9338 * gdb.base/pretty-print.exp: New file.
9339
9340 2019-03-25 Pedro Alves <palves@redhat.com>
9341
9342 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9343 move comments outside list. Append '-i "" eof' section.
9344
9345 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9346
9347 PR testsuite/25016
9348 * README: Add pie options.
9349 * gdb.base/break-interp.exp: Ensure pie is disabled.
9350 * gdb.base/dump.exp: Likewise.
9351 * lib/gdb.exp (gdb_compile): Add pie option.
9352
9353 2019-03-19 Tom Tromey <tromey@adacore.com>
9354
9355 * gdb.mi/mi2-cli-display.c: New file.
9356 * gdb.mi/mi2-cli-display.exp: New file.
9357
9358 2019-03-18 Joel Brobecker <brobecker@adacore.com>
9359 Tom Tromey <tromey@adacore.com>
9360
9361 * gdb.ada/ptype_array/pck.adb: New file.
9362 * gdb.ada/ptype_array/pck.ads: New file.
9363 * gdb.ada/ptype_array/foo.adb: New file.
9364 * gdb.ada/ptype_array.exp: New file.
9365
9366 2019-03-14 Tom Tromey <tromey@adacore.com>
9367
9368 * gdb.base/style.exp: Add "set style sources" test.
9369
9370 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9371
9372 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9373 * mi-breakpoint-multiple-locations.exp: ... this.
9374 (make_breakpoints_pattern): New proc.
9375 (do_test): Add mi_version parameter, test -break-insert,
9376 -break-info and =breakpoint-created.
9377
9378 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9379
9380 * config/default.exp: Remove 'load_lib gdb.exp'.
9381 * config/monitor.exp: Likewise.
9382 * config/sid.exp: Likewise.
9383 * config/sim.exp: Likewise.
9384 * config/slite.exp: Likewise.
9385 * config/unix.exp: Likewise.
9386 * gdb.base/default.exp: Remove unhelpful comment.
9387
9388 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9389
9390 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9391
9392 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9393
9394 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9395
9396 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9397
9398 * gdb.fortran/type-kinds.exp: Update expected results.
9399
9400 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9401
9402 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9403
9404 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9405
9406 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9407 function.
9408 (test_basic_parsing_of_type_kinds): Expand types tested.
9409 (test_parsing_invalid_type_kinds): New function.
9410
9411 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9412
9413 * gdb.fortran/intrinsics.exp: New file.
9414 * gdb.fortran/intrinsics.f90: New file.
9415 * gdb.fortran/type-kinds.exp: New file.
9416
9417 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9418
9419 * gdb.fortran/dot-ops.exp: New file.
9420
9421 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9422
9423 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9424 Check upper and lower case logical literals.
9425
9426 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9427
9428 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9429 Remove duplicate tests.
9430
9431 2019-03-06 Alan Hayward <alan.hayward@arm.com>
9432
9433 * lib/gdb.exp (builtin_cd): rename of cd.
9434 (cd): Override builtin.
9435
9436 2019-03-06 Richard Bunt <richard.bunt@arm.com>
9437
9438 * gdb.fortran/function-calls.exp: New file.
9439 * gdb.fortran/function-calls.f90: New test.
9440
9441 2019-03-04 Richard Bunt <richard.bunt@arm.com>
9442
9443 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9444 on user program standard output.
9445 * gdb.fortran/short-circuit-argument-list.f90: Record function
9446 calls.
9447
9448 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9449
9450 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9451 failure.
9452
9453 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9454
9455 PR gdb/8527
9456 * gdb.base/interrupt-daemon-attach.c,
9457 gdb.base/interrupt-daemon-attach.exp: New test.
9458
9459 2019-02-27 Pedro Alves <palves@redhat.com>
9460
9461 * gdb.base/page.exp: Add tests for "set width/height -1".
9462
9463 2019-02-27 Pedro Alves <palves@redhat.com>
9464
9465 * gdb.base/page.exp: Add tests for "set/show width/height" with
9466 "infinite" values.
9467
9468 2019-02-27 Tom Tromey <tromey@adacore.com>
9469
9470 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9471 2.4.
9472 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9473 workaround.
9474
9475 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9476
9477 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9478 tests for structs with static members.
9479
9480 2019-02-26 Tom Tromey <tromey@adacore.com>
9481
9482 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9483 ValueError, not TypeError.
9484
9485 2019-02-26 Kevin Buettner <kevinb@redhat.com>
9486
9487 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9488 call from main program.
9489
9490 2019-02-23 Joel Brobecker <brobecker@adacore.com>
9491
9492 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9493 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9494 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9495 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9496 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9497
9498 2019-02-22 Keith Seitz <keiths@redhat.com>
9499
9500 PR symtab/23853
9501 * gdb.base/symlink-sourcefile.c: New file.
9502 * gdb.base/symlink-sourcefile.exp: New file.
9503
9504 2019-02-20 Tom Tromey <tom@tromey.com>
9505
9506 * gdb.base/info_qt.exp: Update.
9507
9508 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9509
9510 * gdb.base/source.exp: Move "error in sourced script" code to
9511 the end.
9512 * gdb.base/source-error.gdb: Move contents to
9513 source-error-1.gdb. Add new code to source source-error-1.gdb.
9514 * gdb.base/source-error-1.gdb: New file, from previous
9515 source-error.gdb.
9516
9517 2019-02-17 Tom Tromey <tom@tromey.com>
9518
9519 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9520 for macro styling.
9521 * gdb.base/style.c (SOME_MACRO): New macro.
9522
9523 2019-02-17 Tom Tromey <tom@tromey.com>
9524
9525 * gdb.base/style.exp: Add line-wrapping tests.
9526 * gdb.base/page.exp: Add test for quitting during pagination.
9527
9528 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9529
9530 * gdb.ada/big_packed_array: New testcase.
9531 * gdb.ada/homonym.exp: Fix incorrect expected output for
9532 "break <homonym__get_value>" test.
9533
9534 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9535
9536 PR breakpoints/21870
9537 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9538 and prepare_for_testing. Add comment.
9539 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9540 redundant cleanup call. Clean up comment.
9541
9542 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9543
9544 PR breakpoints/21870
9545 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9546 * gdb.arch/aarch64-dbreg-contents.c: New file.
9547
9548 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9549
9550 * gdb.ada/mi_ref_changeable: New testcase.
9551
9552 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9553
9554 * gdb.base/attach.exp: Add double attach test.
9555
9556 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9557
9558 * lib/gdb.exp (default_gdb_start): Don't match pagination
9559 prompt.
9560 (gdb_init): Set stty_init.
9561
9562 2019-01-27 Tom Tromey <tom@tromey.com>
9563
9564 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9565 skip_python_tests.
9566
9567 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9568
9569 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9570 New structure.
9571 (struct struct_static_02_02): Likewise.
9572 (struct struct_static_02_03): Likewise.
9573 (struct struct_static_02_04): Likewise.
9574 (struct struct_static_04_01): Likewise.
9575 (struct struct_static_04_02): Likewise.
9576 (struct struct_static_04_03): Likewise.
9577 (struct struct_static_04_04): Likewise.
9578 (struct struct_static_06_01): Likewise.
9579 (struct struct_static_06_02): Likewise.
9580 (struct struct_static_06_03): Likewise.
9581 (struct struct_static_06_04): Likewise.
9582 (cmp_struct_static_02_01): Likewise.
9583 (cmp_struct_static_02_02): Likewise.
9584 (cmp_struct_static_02_03): Likewise.
9585 (cmp_struct_static_02_04): Likewise.
9586 (cmp_struct_static_04_01): Likewise.
9587 (cmp_struct_static_04_02): Likewise.
9588 (cmp_struct_static_04_03): Likewise.
9589 (cmp_struct_static_04_04): Likewise.
9590 (cmp_struct_static_06_01): Likewise.
9591 (cmp_struct_static_06_02): Likewise.
9592 (cmp_struct_static_06_03): Likewise.
9593 (cmp_struct_static_06_04): Likewise.
9594 (call_all): Test new structs.
9595 * gdb.base/infcall-nested-structs.exp: Likewise.
9596
9597 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9598 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9599
9600 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9601 * gdb.base/stack-protector.c: New test.
9602 * gdb.base/stack-protector.exp: New file.
9603 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9604 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9605 option.
9606 (gdb_compile): Remove stack protector for GCC and prevent
9607 recursion.
9608
9609 2019-01-16 Keith Seitz <keiths@redhat.com>
9610
9611 PR gdb/23773
9612 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9613
9614 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9615
9616 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9617 aliases.
9618 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9619 tests.
9620 * gdb.arch/powerpc-vector-regs.c: New file.
9621 * gdb.arch/powerpc-vector-regs.exp: New file.
9622
9623 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9624
9625 * gdb.arch/altivec-regs.exp: Fix the list passed to
9626 gdb_expect_list when testing "info vector".
9627
9628 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9629
9630 * gdb.base/style.exp: Don't include path in testname.
9631
9632 2019-01-10 Keith Seitz <keiths@redhat.com>
9633
9634 PR gdb/23712
9635 PR symtab/23010
9636 * gdb.dwarf2/multidictionary.exp: New file.
9637
9638 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9639
9640 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9641 (test_gnuv3_style_demangling): ... this.
9642 (test_lucid_style_demangling): Remove.
9643 (test_arm_style_demangling): Remove.
9644 (test_hp_style_demangling): Remove.
9645 (do_tests): Remove calls to the above.
9646
9647 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9648
9649 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9650 case.
9651
9652 2019-01-06 Tom Tromey <tom@tromey.com>
9653
9654 PR gdb/28155:
9655 * gdb.dwarf2/typedef-void-finish.exp: New file.
9656
9657 2018-12-28 Tom Tromey <tom@tromey.com>
9658 Simon Marchi <simark@simark.ca>
9659
9660 * gdb.base/jit-exec.exp: New file.
9661 * gdb.base/jit-exec.c: New file.
9662 * gdb.base/jit-execd.c: New file.
9663
9664 2018-12-28 Tom Tromey <tom@tromey.com>
9665
9666 * gdb.base/style.exp: Update test to check for address styling.
9667
9668 2018-12-28 Tom Tromey <tom@tromey.com>
9669
9670 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9671 message.
9672
9673 2018-12-28 Tom Tromey <tom@tromey.com>
9674
9675 * gdb.base/style.exp: Add test for version number styling.
9676
9677 2018-12-28 Tom Tromey <tom@tromey.com>
9678
9679 * gdb.base/style.exp: Add test for print_address_symbolic.
9680
9681 2018-12-28 Tom Tromey <tom@tromey.com>
9682
9683 * gdb.base/style.exp: Add test for breakpoint setting.
9684
9685 2018-12-28 Tom Tromey <tom@tromey.com>
9686
9687 * gdb.base/style.exp: Add test for variable names.
9688
9689 2018-12-28 Tom Tromey <tom@tromey.com>
9690
9691 * gdb.base/style.exp: New file.
9692 * gdb.base/style.c: New file.
9693
9694 2018-12-28 Tom Tromey <tom@tromey.com>
9695
9696 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9697 "dumb".
9698 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9699 the TERM environment variable.
9700
9701 2018-12-27 Tom Tromey <tom@tromey.com>
9702
9703 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9704 pagination test.
9705
9706 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9707
9708 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9709 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9710
9711 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9712
9713 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9714 Filename a.adb changed to bp_fun_addr.adb.
9715 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9716
9717 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9718
9719 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9720 non-PIE executables.
9721 * README: Mention the gdb,nopie_flag board setting.
9722 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9723 non-PIE executable.
9724 * gdb.arch/amd64-entry-value.exp: Likewise.
9725 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9726 * gdb.arch/i386-float.exp: Likewise.
9727 * gdb.arch/i386-signal.exp: Likewise.
9728 * gdb.mi/mi-reg-undefined.exp: Likewise.
9729
9730 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9731
9732 PR gdb/23974
9733 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9734
9735 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9736
9737 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9738 Update order of results accordingly.
9739
9740 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9741
9742 * gdb.base/annota1.exp: Update a test regexp.
9743
9744 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9745
9746 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9747
9748 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9749
9750 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9751 (reuse_time): Initialize to REUSE_TIME_CAP.
9752 (check_rc): New function.
9753 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9754 Check pthread_create rc.
9755 (spawner_thread_func): Check pthread_create and pthread_join rc.
9756
9757 2018-12-08 Pedro Alves <palves@redhat.com>
9758
9759 * gdb.base/list.exp (test_forward_search): Rename to ...
9760 (test_forward_reverse_search): ... this. Also test reverse-search
9761 and the forward-search alias.
9762
9763 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9764
9765 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9766 local timeout variable before return, and remove all local timeout
9767 variable entirely.
9768 (gdb_load): Likewise.
9769
9770 2018-12-01 Tom de Vries <tdevries@suse.de>
9771
9772 * gdb.base/gdb-caching-proc.exp: New file.
9773
9774 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9775
9776 * Makefile.in (TIMESTAMP): New variable.
9777 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9778 command.
9779 (check-single-racy): Likewise.
9780 (check/%.exp): Likewise.
9781 (check-racy/%.exp): Likewise.
9782 (workers/%.worker): Likewise.
9783 (build-perf): Likewise.
9784 (check-perf): Likewise.
9785 * README: Describe new "TS" and "TS_FORMAT" variables.
9786 * print-ts.py: New file.
9787
9788 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9789
9790 PR python/23714
9791 * gdb.python/python.exp: Test command repetition after
9792 gdb.execute.
9793
9794 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9795
9796 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9797 is correctly aligned.
9798
9799 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9800
9801 * gdb.ada/info_auto_lang.exp: New testcase.
9802 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9803 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9804 * gdb.ada/info_auto_lang/some_c.c: New file.
9805
9806 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9807
9808 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9809 FUNC_lang language syntax.
9810
9811 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9812
9813 * gdb.base/info_minsym.c: New file.
9814 * gdb.base/info_minsym.exp: New file.
9815
9816 2018-11-19 Tom Tromey <tom@tromey.com>
9817
9818 PR rust/23625:
9819 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9820 * gdb.rust/expr.exp: Update expected output. Change one test.
9821
9822 2018-11-19 Tom Tromey <tom@tromey.com>
9823
9824 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9825
9826 2018-11-19 Pedro Alves <palves@redhat.com>
9827
9828 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9829 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9830 see the expected warning.
9831
9832 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9833
9834 PR gdb/22736:
9835 * gdb.cp/infcall-nodebug-lib.c: New test.
9836 * gdb.cp/infcall-nodebug-main.c: New test.
9837 * gdb.cp/infcall-nodebug.exp: New file.
9838
9839 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9840
9841 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9842 completer tests.
9843
9844 2018-11-09 Tom de Vries <tdevries@suse.de>
9845
9846 * gdb.base/msym-lang.c: New test.
9847 * gdb.base/msym-lang.exp: New file.
9848 * gdb.base/msym-lang-main.c: New test.
9849
9850 2018-11-08 Tom Tromey <tom@tromey.com>
9851
9852 PR gdb/23555:
9853 PR gdb/23838:
9854 * gdb.base/warning.exp: New file.
9855
9856 2018-11-08 Jan Beulich <jbeulich@suse.com>
9857
9858 * testsuite/gdb.arch/i386-avx512.c,
9859 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9860
9861 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9862
9863 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9864 point hardware.
9865
9866 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9867
9868 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9869 * gdb.dwarf2/missing-type-name.exp: New file.
9870
9871 2018-11-06 Tom de Vries <tdevries@suse.de>
9872
9873 * gdb.base/many-headers.c: New test.
9874 * gdb.base/many-headers.exp: New file.
9875
9876 2018-11-06 Jim Wilson <jimw@sifive.com>
9877
9878 * gdb.base/code_elim.exp: For riscv, set additional_flags
9879 to include -msmall-data-limit=0.
9880
9881 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9882
9883 * gdb.ada/watch_minus_l: New testcase.
9884
9885 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9886
9887 * gdb.arch/aix-sighandle.c: New file.
9888 * gdb.arch/aix-sighandle.exp: New file.
9889
9890 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9891
9892 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9893 registers being unions.
9894
9895 2018-10-31 Tom de Vries <tdevries@suse.de>
9896
9897 * lib/valgrind.exp: New file.
9898 (vgdb_start, vgdb_stop): New procs, factored out of ...
9899 * gdb.base/valgrind-bt.exp: ... here, ...
9900 * gdb.base/valgrind-disp-step.exp: ... here and ...
9901 * gdb.base/valgrind-infcall.exp: ... here.
9902
9903 2018-10-31 Tom de Vries <tdevries@suse.de>
9904
9905 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9906
9907 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9908
9909 * gdb.dwarf2/void-type.c: New file.
9910 * gdb.dwarf2/void-type.exp: New file.
9911
9912 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9913
9914 * gdb.base/info_qt.c: New file.
9915 * gdb.base/info_qt.exp: New file.
9916
9917 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9918
9919 * gdb.arch/powerpc-htm-regs.c: New file.
9920 * gdb.arch/powerpc-htm-regs.exp: New file.
9921
9922 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9923
9924 * gdb.arch/powerpc-tar.c: New file.
9925 * gdb.arch/powerpc-tar.exp: New file.
9926
9927 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9928
9929 * gdb.arch/powerpc-ppr-dscr.c: New file.
9930 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9931
9932 2018-10-25 Tom de Vries <tdevries@suse.de>
9933
9934 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9935
9936 2018-10-24 Tom de Vries <tdevries@suse.de>
9937
9938 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9939 longer exists error.
9940
9941 2018-10-24 Tom de Vries <tdevries@suse.de>
9942
9943 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9944
9945 2018-10-24 Tom de Vries <tdevries@suse.de>
9946
9947 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9948 --db-attach in valgrind.
9949
9950 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9951
9952 * gdb.arch/riscv-reg-aliases.c: New file.
9953 * gdb.arch/riscv-reg-aliases.exp: New file.
9954
9955 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9956
9957 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9958
9959 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9960
9961 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9962
9963 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9964
9965 * gdb.cp/ovldbreak.exp: Fix regexps.
9966
9967 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9968
9969 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9970
9971 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9972
9973 PR cli/23785
9974 * gdb.base/restore.exp: New test to check if "restore" with an
9975 invalid file doesn't segfault.
9976
9977 2018-10-18 Tom de Vries <tdevries@suse.de>
9978
9979 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9980 * gdb.ada/excep_handle.exp: Same.
9981 * gdb.ada/mi_string_access.exp: Same.
9982 * gdb.ada/mi_var_union.exp: Same.
9983 * gdb.arch/arc-analyze-prologue.exp: Same.
9984 * gdb.arch/arc-decode-insn.exp: Same.
9985 * gdb.base/readnever.exp: Same.
9986 * gdb.fortran/printing-types.exp: Same.
9987 * gdb.guile/scm-lazy-string.exp: Same.
9988
9989 2018-10-16 Tom de Vries <tdevries@suse.de>
9990
9991 PR gdb/23730
9992 * gdb.base/catch-follow-exec.c: Add copyright notice.
9993 * gdb.base/catch-follow-exec.exp: Rewrite to use
9994 gdb_spawn_with_cmdline_opts. Require gdb-native.
9995
9996 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9997
9998 * gdb.trace/actions-changed.exp: Check for arch support.
9999 * gdb.trace/actions.exp: Likewise.
10000 * gdb.trace/ax.exp: Likewise.
10001 * gdb.trace/backtrace.exp: Likewise.
10002 * gdb.trace/change-loc.exp: Likewise.
10003 * gdb.trace/deltrace.exp: Likewise.
10004 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
10005 * gdb.trace/ftrace.exp: Likewise.
10006 * gdb.trace/infotrace.exp: Check for arch support.
10007 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
10008 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
10009 * gdb.trace/mi-tsv-changed.exp: Likewise.
10010 * gdb.trace/packetlen.exp: Likewise.
10011 * gdb.trace/passc-dyn.exp: Likewise.
10012 * gdb.trace/passcount.exp: Likewise.
10013 * gdb.trace/pending.exp: Likewise.
10014 * gdb.trace/range-stepping.exp: Check for shlib support.
10015 * gdb.trace/report.exp: Check for arch support.
10016 * gdb.trace/save-trace.exp: Likewise.
10017 * gdb.trace/signal.exp: Check for signal support.
10018 * gdb.trace/tfind.exp: Check for arch support.
10019 * gdb.trace/trace-break.exp: Check for arch and shlib support.
10020 * gdb.trace/trace-common.h: Add comment.
10021 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
10022 * gdb.trace/trace-enable-disable.exp: Likewise.
10023 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
10024 * gdb.trace/tracecmd.exp: Check for arch support.
10025 * gdb.trace/tspeed.exp: Check for shlib and target support.
10026 * gdb.trace/tstatus.exp: Check for arch support.
10027 * gdb.trace/tsv.exp: Likewise.
10028 * gdb.trace/while-dyn.exp: Likewise.
10029 * gdb.trace/while-stepping.exp: Likewise.
10030 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
10031
10032 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
10033
10034 * gdb.trace/tspeed.exp: Remove nowarnings.
10035 (prepare_for_trace_test): Declare "global ipalib".
10036 * gdb.trace/tspeed.c: Include unistd.h.
10037 (main): Remove superfluous printf argument.
10038
10039 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
10040
10041 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
10042 directory prefix on the filename.
10043
10044 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
10045
10046 * gdb.gdb/unittest.exp: Update expected message informing that
10047 selftests have been disabled.
10048 * gdb.server/unittest.exp: Likewise.
10049
10050 2018-10-09 Tom de Vries <tdevries@suse.de>
10051
10052 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
10053 with runto_main.
10054
10055 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
10056
10057 PR c++/16841
10058 * gdb.cp/virtbase2.cc: New file.
10059 * gdb.cp/virtbase2.exp: New file.
10060
10061 2018-10-06 Tom Tromey <tom@tromey.com>
10062
10063 PR python/19399:
10064 * gdb.python/py-inferior.exp: Add architecture test.
10065
10066 2018-10-06 Tom Tromey <tom@tromey.com>
10067
10068 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
10069 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
10070
10071 2018-10-06 Tom Tromey <tom@tromey.com>
10072
10073 * gdb.python/py-breakpoint.exp (check_last_event): Check location
10074 of a "throw" catchpoint.
10075
10076 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
10077
10078 * gdb.base/info-proc.exp: Update string expected from "help info
10079 proc".
10080
10081 2018-10-04 Tom Tromey <tom@tromey.com>
10082
10083 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
10084 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
10085 (test_initial_complaints, test_empty_complaints): Update.
10086 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10087
10088 2018-10-04 Tom Tromey <tom@tromey.com>
10089
10090 PR cli/19551:
10091 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
10092 * lib/gdb.exp (gdb_file_cmd): Update.
10093 * gdb.stabs/weird.exp (print_weird_var): Update.
10094 * gdb.server/solib-list.exp: Update.
10095 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
10096 * gdb.mi/mi-cli.exp: Update.
10097 * gdb.linespec/linespec.exp: Update.
10098 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10099 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
10100 * gdb.cp/cp-relocate.exp: Update.
10101 * gdb.base/sym-file.exp: Update.
10102 * gdb.base/relocate.exp: Update.
10103 * gdb.base/readnever.exp: Update.
10104 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10105 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
10106 * gdb.base/dbx.exp (gdb_file_cmd): Update.
10107 * gdb.base/code_elim.exp: Update.
10108 * gdb.base/break-unload-file.exp (test_break): Update.
10109 * gdb.base/break-interp.exp (test_attach_gdb): Update.
10110 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
10111 Update.
10112 * gdb.base/attach.exp (do_attach_tests): Update.
10113 * gdb.base/sepdebug.exp: Update.
10114 * gdb.python/py-section-script.exp: Update.
10115
10116 2018-10-04 Tom Tromey <tom@tromey.com>
10117
10118 PR cli/22234:
10119 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
10120 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
10121 output.
10122
10123 2018-10-04 Tom Tromey <tom@tromey.com>
10124
10125 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
10126 set width and height to 0.
10127 (test_command_line_attach_run): Use -quiet.
10128
10129 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
10130
10131 * lib/gdb.exp (skip_ifunc_tests): New.
10132 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
10133 other compile failures.
10134 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
10135
10136 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
10137
10138 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
10139 is_amd64_regs_target.
10140
10141 2018-10-01 Alan Hayward <alan.hayward@arm.com>
10142
10143 * gdb.arch/aarch64-sighandler-regs.c: New test.
10144 * gdb.arch/aarch64-sighandler-regs.exp: New file.
10145 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
10146
10147 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
10148
10149 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
10150 assembly.
10151
10152 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
10153
10154 * gdb.base/frame-selection.exp: New file.
10155 * gdb.base/frame-selection.c: New file.
10156
10157 2018-09-27 Alan Hayward <alan.hayward@arm.com>
10158
10159 * gdb.threads/check-libthread-db.c (thread_routine): Use a
10160 pthread barrier.
10161 (main): Likewise.
10162
10163 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
10164
10165 * gdb.base/large-frame-1.c: New file.
10166 * gdb.base/large-frame-2.c: New file.
10167 * gdb.base/large-frame.exp: New file.
10168 * gdb.base/large-frame.h: New file.
10169
10170 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
10171
10172 PR gdb/20948
10173 * gdb.base/write_mem.exp: New test.
10174 * gdb.base/write_mem.c: Likewise.
10175
10176 2018-09-23 Tom Tromey <tom@tromey.com>
10177
10178 PR python/18852:
10179 * gdb.python/py-parameter.exp: Add test for parameter that throws
10180 on "set".
10181
10182 2018-09-23 Tom Tromey <tom@tromey.com>
10183
10184 PR python/17284:
10185 * gdb.python/py-template.exp (test_template_arg): Add test for
10186 negative template argument number.
10187
10188 2018-09-23 Tom Tromey <tom@tromey.com>
10189
10190 PR python/14062:
10191 * gdb.python/python.exp: Add test for post_event error.
10192
10193 2018-09-23 Tom Tromey <tom@tromey.com>
10194
10195 PR python/18170:
10196 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
10197 convert pointers to int and long.
10198
10199 2018-09-23 Tom Tromey <tom@tromey.com>
10200
10201 PR python/20126:
10202 * gdb.python/py-value.exp (test_value_numeric_ops): Add
10203 signed-ness conversion tests.
10204
10205 2018-09-23 Tom Tromey <tom@tromey.com>
10206
10207 PR python/18352;
10208 * gdb.python/py-value.exp (test_float_conversion): New proc.
10209 Use it.
10210
10211 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
10212
10213 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
10214
10215 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
10216
10217 * gdb.base/complete-empty.exp: Skip tab-completion tests if
10218 no readline.
10219 * gdb.base/utf8-identifiers.exp: Likewise.
10220 * gdb.cp/cpcompletion.exp: Likewise.
10221 * gdb.linespec/cpcompletion.exp: Likewise.
10222 * gdb.linespec/cpls-abi-tag.exp: Likewise.
10223 * gdb.linespec/cpls-ops.exp: Likewise.
10224
10225 2018-09-19 Richard Bunt <richard.bunt@arm.com>
10226 Chris January <chris.january@arm.com>
10227
10228 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
10229 * gdb.fortran/short-circuit-argument-list.exp: New file.
10230 * gdb.fortran/short-circuit-argument-list.f90: New test.
10231
10232 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10233
10234 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
10235 "arch=" keyword when executing "-stack-list-frames".
10236
10237 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10238
10239 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
10240 "arch=" keyword when executing "-stack-list-frames".
10241
10242 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10243
10244 * gdb.ada/complete.exp: Expect for "@" when doing "complete
10245 break ada".
10246
10247 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
10248
10249 PR python/23669
10250 * gdb.python/python.exp: Test gdb.execute("show commands").
10251
10252 2018-09-16 Tom Tromey <tom@tromey.com>
10253
10254 * gdb.base/new-ui.exp (do_execution_tests): Update.
10255 * gdb.base/dbx.exp (test_breakpoints): Update.
10256
10257 2018-09-14 Alan Hayward <alan.hayward@arm.com>
10258
10259 * lib/gdb.exp (gdb_simple_compile): Add proc.
10260 (is_elf_target): Use gdb_simple_compile.
10261 (skip_altivec_tests): Likewise.
10262 (skip_vsx_tests): Likewise.
10263 (skip_tsx_tests): Likewise.
10264 (skip_btrace_tests): Likewise.
10265 (skip_btrace_pt_tests): Likewise.
10266 (gdb_can_simple_compile): Likewise.
10267 (gdb_has_argv0): Likewise.
10268 (gdb_target_symbol_prefix): Likewise.
10269 (target_supports_scheduler_locking): Likewise.
10270
10271 2018-09-13 Tom Tromey <tom@tromey.com>
10272
10273 * Makefile.in (TAGS): Recognize proc_with_prefix and
10274 gdb_caching_proc.
10275
10276 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10277
10278 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
10279 method.
10280
10281 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10282
10283 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
10284 and a few other Inferior properties when the Inferior is no
10285 longer valid.
10286
10287 2018-09-13 Tom Tromey <tom@tromey.com>
10288
10289 PR rust/23650:
10290 * gdb.rust/simple.exp: Add test for enum field access error.
10291
10292 2018-09-13 Tom Tromey <tom@tromey.com>
10293
10294 PR rust/23626:
10295 * gdb.rust/simple.rs (EmptyEnum): New type.
10296 (main): Use it.
10297 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
10298
10299 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10300
10301 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
10302 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
10303 * gdb.python/py-symtab.exp: Update test printing an objfile.
10304
10305 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
10306
10307 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
10308 object.
10309
10310 2018-09-12 Alan Hayward <alan.hayward@arm.com>
10311
10312 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
10313 (support_complex_tests): Use gdb_can_simple_compile.
10314 (is_ilp32_target): Likewise.
10315 (is_lp64_target): Likewise.
10316 (is_64_target): Likewise.
10317 (is_amd64_regs_target): Likewise.
10318 (is_aarch32_target): Likewise.
10319 (gdb_int128_helper): Likewise.
10320
10321 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10322
10323 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10324
10325 2018-09-10 Jerome Guitton <guitton@adacore.com>
10326
10327 * gdb.ada/same_component_name: Add test for case of tagged record
10328 with variable-length fields.
10329
10330 2018-09-10 Xavier Roirand <roirand@adacore.com>
10331
10332 * gdb.ada/access_to_unbounded_array.exp: New testcase.
10333 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
10334 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
10335 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
10336
10337 2018-09-10 Xavier Roirand <roirand@adacore.com>
10338
10339 * gdb.ada/mi_string_access.exp: New testcase.
10340 * gdb.ada/mi_string_access/bar.adb: New file.
10341 * gdb.ada/mi_string_access/pck.adb: New file.
10342 * gdb.ada/mi_string_access/pck.asd: New file.
10343
10344 2018-09-10 Xavier Roirand <roirand@adacore.com>
10345
10346 * gdb.ada/mi_var_union.exp: New testcase.
10347 * gdb.ada/mi_var_union/bar.adb: New file.
10348 * gdb.ada/mi_var_union/pck.adb: New file.
10349 * gdb.ada/mi_var_union/pck.asd: New file.
10350
10351 2018-09-08 Tom Tromey <tom@tromey.com>
10352
10353 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10354
10355 2018-09-08 Tom Tromey <tom@tromey.com>
10356
10357 PR python/16047:
10358 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10359 (register_pretty_printers): Register new printer.
10360 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10361 test.
10362 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10363 (an_int_type3): New global.
10364
10365 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10366
10367 * gdb.ada/expr_with_funcall: New testcase.
10368
10369 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10370
10371 * gdb.ada/packed_array_assign: New testcase.
10372
10373 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10374
10375 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10376 names, and add test prefixes to make test names unique.
10377
10378 2018-09-05 Tom de Vries <tdevries@suse.de>
10379
10380 * gdb.dwarf2/varval.exp: Add test.
10381
10382 2018-09-04 Gary Benson <gbenson@redhat.com>
10383
10384 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10385 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10386
10387 2018-08-31 Tom Tromey <tom@tromey.com>
10388
10389 * gdb.rust/simple.rs: Rename second variable "v".
10390
10391 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10392
10393 * gdb.base/funcargs.c (use_a): New function.
10394 (recurse): Call use_a.
10395
10396 2018-08-29 Keith Seitz <keiths@redhat.com>
10397
10398 * gdb.compile/compile-cplus-anonymous.cc: New file.
10399 * gdb.compile/compile-cplus-anonymous.exp: New file.
10400 * gdb.compile/compile-cplus-array-decay.cc: New file.
10401 * gdb.compile/compile-cplus-array-decay.exp: New file.
10402 * gdb.compile/compile-cplus-inherit.cc: New file.
10403 * gdb.compile/compile-cplus-inherit.exp: New file.
10404 * gdb.compile/compile-cplus-member.cc: New file.
10405 * gdb.compile/compile-cplus-member.exp: New file.
10406 * gdb.compile/compile-cplus-method.cc: New file.
10407 * gdb.compile/compile-cplus-method.exp: New file.
10408 * gdb.compile/compile-cplus-mod.c: "New" file.
10409 * gdb.compile/compile-cplus-namespace.cc: New file.
10410 * gdb.compile/compile-cplus-namespace.exp: New file.
10411 * gdb.compile/compile-cplus-nested.cc: New file.
10412 * gdb.compile/compile-cplus-nested.exp: New file.
10413 * gdb.compile/compile-cplus-print.c: "New" file.
10414 * gdb.compile/compile-cplus-print.exp: "New" file.
10415 * gdb.compile/compile-cplus-virtual.cc: New file.
10416 * gdb.compile/compile-cplus-virtual.exp: New file.
10417 * gdb.compile/compile-cplus.c: "New" file.
10418 * gdb.compile/compile-cplus.exp: "New" file.
10419 * lib/compile-support.exp: New file.
10420
10421 2018-08-16 Gary Benson <gbenson@redhat.com>
10422
10423 PR gdb/13000:
10424 * gdb.base/batch-exit-status.exp: New file.
10425 * gdb.base/batch-exit-status.good-commands: Likewise.
10426 * gdb.base/batch-exit-status.bad-commands: Likewise.
10427
10428 2018-08-29 Alan Hayward <alan.hayward@arm.com>
10429
10430 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10431 (struct struct02): Likewise.
10432 (struct struct03): Likewise.
10433 (struct struct04): Likewise.
10434 (struct struct_01_01): New struct.
10435 (struct struct_01_02): Likewise.
10436 (struct struct_01_03): Likewise.
10437 (struct struct_01_04): Likewise.
10438 (struct struct_02_01): Likewise.
10439 (struct struct_02_02): Likewise.
10440 (struct struct_02_03): Likewise.
10441 (struct struct_02_04): Likewise.
10442 (struct struct_04_01): Likewise.
10443 (struct struct_04_02): Likewise.
10444 (struct struct_04_03): Likewise.
10445 (struct struct_04_04): Likewise.
10446 (struct struct_05_01): Likewise.
10447 (struct struct_05_02): Likewise.
10448 (struct struct_05_03): Likewise.
10449 (struct struct_05_04): Likewise.
10450 (cmp_struct01): Remove function.
10451 (cmp_struct02): Likewise.
10452 (cmp_struct03): Likewise.
10453 (cmp_struct04): Likewise.
10454 (cmp_struct_01_01): Add Function.
10455 (cmp_struct_01_02): Likewise.
10456 (cmp_struct_01_03): Likewise.
10457 (cmp_struct_01_04): Likewise.
10458 (cmp_struct_02_01): Likewise.
10459 (cmp_struct_02_02): Likewise.
10460 (cmp_struct_02_03): Likewise.
10461 (cmp_struct_02_04): Likewise.
10462 (cmp_struct_04_01): Likewise.
10463 (cmp_struct_04_02): Likewise.
10464 (cmp_struct_04_03): Likewise.
10465 (cmp_struct_04_04): Likewise.
10466 (cmp_struct_05_01): Likewise.
10467 (cmp_struct_05_02): Likewise.
10468 (cmp_struct_05_03): Likewise.
10469 (cmp_struct_05_04): Likewise.
10470 (call_all): Add new structs.
10471 * gdb.base/infcall-nested-structs.exp: Likewise.
10472
10473 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10474
10475 * gdb.python/py-framefilter-mi.exp: Update regexp to
10476 check for "arch" field in frame output.
10477
10478 2018-08-23 Kevin Buettner <kevinb@redhat.com>
10479
10480 * gdb.dwarf2/dw2-ranges-func.c: New file.
10481 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10482
10483 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10484
10485 * gdb.base/term.exp: Compare terminal settings with values from
10486 the inferior.
10487 * gdb.base/term.c: Get and set terminal settings.
10488
10489 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10490
10491 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10492 accommodate new "arch" field in frame output.
10493 * gdb.mi/mi-return.exp: Likewise.
10494 * gdb.mi/mi-stack.exp: Likewise.
10495 * gdb.mi/mi-syn-frame.exp: Likewise.
10496 * gdb.mi/user-selected-context-sync.exp: Likewise.
10497
10498 2018-08-19 Michael Spang <spang@google.com>
10499
10500 PR gdb/11786
10501 * gdb.base/gcore-tls-pie.c: New file.
10502 * gdb.base/gcore-tls-pie.exp: New file.
10503
10504 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10505
10506 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10507 * gdb.dwarf2/varval.c: New file.
10508 * gdb.dwarf2/varval.exp: New file.
10509
10510 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10511
10512 PR gdb/18931
10513 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10514
10515 2018-08-16 Keith Seitz <keiths@redhat.com>
10516
10517 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10518 tests expected to pass.
10519
10520 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10521
10522 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10523 -data-disassemble -a.
10524 (test_disassembly_bogus_args): Likewise.
10525
10526 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10527
10528 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10529
10530 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10531
10532 * gdb.base/vla-optimized-out.exp: Add new test.
10533
10534 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10535
10536 * gdb.base/vla-optimized-out-o3.exp: Delete.
10537 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10538 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10539 deleted tests.
10540
10541 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10542
10543 PR gdb/18050:
10544 * gdb.server/extended-remote-restart.c: New file.
10545 * gdb.server/extended-remote-restart.exp: New file.
10546
10547 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10548
10549 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10550 "set variable index = 42".
10551
10552 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10553
10554 * boards/index-cache-gdb.exp: New file.
10555 * gdb.dwarf2/index-cache.exp: New file.
10556 * gdb.dwarf2/index-cache.c: New file.
10557 * gdb.base/maint.exp: Check if we are using the index cache.
10558
10559 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10560
10561 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10562 MAKEFLAGS.
10563
10564 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10565
10566 * dg-extract-results.sh: Move to toplevel contrib.
10567 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10568 * Makefile.in (check-parallel-racy): Likewise.
10569
10570 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10571
10572 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10573 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10574 tests if the target supports scheduler locking.
10575
10576 2018-08-04 Tom de Vries <tdevries@suse.de>
10577
10578 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10579
10580 2018-08-02 Tom Tromey <tom@tromey.com>
10581
10582 PR symtab/16842.
10583 * gdb.cp/temargs.exp: Test "info address" of a template
10584 parameter.
10585
10586 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10587
10588 * gdb.python/py-mi-var-info-path-expression.c: New file.
10589 * gdb.python/py-mi-var-info-path-expression.py: New file.
10590 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10591
10592 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10593
10594 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10595 error after "cannot resolve name" string.
10596
10597 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10598
10599 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10600 started.
10601 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10602
10603 2018-07-28 Tom de Vries <tdevries@suse.de>
10604
10605 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10606
10607 2018-07-26 Tom de Vries <tdevries@suse.de>
10608
10609 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10610
10611 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10612
10613 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10614 is visible.
10615
10616 2018-07-26 Tom de Vries <tdevries@suse.de>
10617
10618 PR breakpoints/23366
10619 * gdb.base/catch-follow-exec.c: New test.
10620 * gdb.base/catch-follow-exec.exp: New file.
10621
10622 2018-07-25 Tom de Vries <tdevries@suse.de>
10623
10624 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10625 vla-optimized-out.c.
10626
10627 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10628
10629 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10630 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10631
10632 2018-07-20 Tom de Vries <tdevries@suse.de>
10633
10634 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10635 NOCLONE macro.
10636 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10637
10638 2018-07-19 Tom de Vries <tdevries@suse.de>
10639
10640 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10641 regular expression.
10642
10643 2018-07-18 Tom de Vries <tdevries@suse.de>
10644
10645 * gdb.base/vla-optimized-out.c: New test.
10646 * gdb.base/vla-optimized-out.exp: New file.
10647
10648 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10649
10650 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10651 message "No address associated with hostname" when gdbserver
10652 cannot resolve the hostname.
10653
10654 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10655
10656 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10657 Add some test prefixes to make tests unique.
10658
10659 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10660
10661 * gdb.base/frameapply.c: New file.
10662 * gdb.base/frameapply.exp: New file.
10663
10664 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10665
10666 * gdb.base/skip.exp: Update expected error message.
10667
10668 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10669 Jan Kratochvil <jan.kratochvil@redhat.com>
10670 Paul Fertser <fercerpav@gmail.com>
10671 Tsutomu Seki <sekiriki@gmail.com>
10672
10673 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10674 parameter.
10675 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10676 by default.
10677 * boards/native-gdbserver.exp: Likewise.
10678 * gdb.server/run-without-local-binary.exp: Improve regexp used
10679 for detecting when a remote debugging connection succeeds.
10680 * gdb.server/server-connect.exp: New file.
10681 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10682 Do not prefix the port number with ":".
10683 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10684 support for detecting and using it. Add '$debughost_gdbserver'
10685 to the list of arguments used to start gdbserver. Handle case
10686 when gdbserver cannot resolve a network name.
10687
10688 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10689
10690 PR c++/23373
10691 * gdb.base/ptype-offsets.cc (struct static_member): New
10692 struct.
10693 (main) <stmember>: New variable.
10694 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10695 with a static member in it.
10696
10697 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10698
10699 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10700 watchpoints enabled and disabled.
10701
10702 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10703
10704 * gdb.base/examine-backward.exp: Still run tests around address
10705 0x0, even if address 0x0 is not readable. Update the pattern for
10706 matching address 0x0 in expected output.
10707
10708 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10709
10710 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10711 malloc/free.
10712
10713 2018-07-04 Tom de Vries <tdevries@suse.de>
10714
10715 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10716
10717 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10718
10719 PR tdep/8282
10720 * gdb.arch/mips-disassembler-options.exp: New test.
10721 * gdb.arch/mips-disassembler-options.s: New test source.
10722
10723 2018-06-29 Pedro Alves <palves@redhat.com>
10724
10725 * gdb.threads/names.exp: Adjust expected "info threads" output.
10726
10727 2018-06-29 Pedro Alves <palves@redhat.com>
10728
10729 * gdb.opt/inline-break.exp (line number, address): Add "info
10730 break" tests.
10731
10732 2018-06-29 Pedro Alves <palves@redhat.com>
10733
10734 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10735 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10736 number and address and running to them.
10737
10738 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10739
10740 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10741
10742 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10743
10744 * lib/compiler.c: Remove executable permission flag.
10745
10746 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10747
10748 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10749 code.
10750 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10751
10752 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10753
10754 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10755
10756 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10757
10758 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10759 address argument is omitted.
10760
10761 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10762
10763 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10764
10765 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10766
10767 PR gdb/21695
10768 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10769 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10770
10771 2018-06-26 Tom Tromey <tom@tromey.com>
10772
10773 PR rust/22574:
10774 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10775 * gdb.rust/simple.rs (struct SimpleLayout): New.
10776
10777 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10778
10779 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10780 "info registers" output.
10781
10782 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10783
10784 * gdb.base/watchpoint-hw-attach.c: New test.
10785 * gdb.base/watchpoint-hw-attach.exp: New file.
10786
10787 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10788
10789 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10790 through /bin/sh.
10791 * boards/dwarf4-gdb-index.exp: Likewise.
10792 * boards/fission-dwp.exp: Likewise.
10793
10794 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10795
10796 * gdb.base/float128.exp: Add comment and improved fail message
10797 to the failure case of "print large128" test.
10798
10799 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10800
10801 * configure.ac: Remove AC_PREREQ.
10802 * configure: Re-generate.
10803
10804 2018-06-19 Pedro Alves <palves@redhat.com>
10805
10806 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10807 (func_extern_caller): New.
10808 (main): Call func_extern_caller.
10809 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10810 logic change.
10811
10812 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10813
10814 PR gdb/16841
10815 * gdb.cp/typedef-base.cc: New file.
10816 * gdb.cp/typedef-base.exp: New file.
10817
10818 2018-06-18 Tom de Vries <tdevries@suse.de>
10819
10820 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10821
10822 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10823 Richard Bunt <Richard.Bunt@arm.com>
10824
10825 * gdb.threads/attach-slow-waitpid.c: New file.
10826 * gdb.threads/attach-slow-waitpid.exp: New file.
10827 * gdb.threads/slow-waitpid.c: New file.
10828
10829 2018-06-14 Pedro Alves <palves@redhat.com>
10830
10831 * gdb.base/fork-running-state.c: Include <errno.h>.
10832 (exit_if_relative_exits): New.
10833 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10834 exits.
10835 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10836 child exits.
10837
10838 2018-06-14 Tom de Vries <tdevries@suse.de>
10839
10840 PR cli/22573
10841 * gdb.base/finish-pretty.c: New test.
10842 * gdb.base/finish-pretty.exp: New file.
10843
10844 2018-06-14 Pedro Alves <palves@redhat.com>
10845
10846 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10847 gdb's expected startup output.
10848
10849 2018-06-14 Pedro Alves <palves@redhat.com>
10850
10851 * lib/selftest-support.exp (selftest_setup): Remove inlined
10852 function handling.
10853
10854 2018-06-14 Tom de Vries <tdevries@suse.de>
10855
10856 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10857 matching of breakpoint printing.
10858
10859 2018-06-13 Tom de Vries <tdevries@suse.de>
10860
10861 PR testsuite/23269
10862 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10863 (fork_child): ... here, and ...
10864 (fork_parent): ... here.
10865
10866 2018-06-12 Tom de Vries <tdevries@suse.de>
10867
10868 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10869
10870 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10871 Stephen Roberts <stephen.roberts@arm.com>
10872
10873 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10874 rewrite test to describe action performed, rather than possible
10875 failure.
10876
10877 2018-06-08 Gary Benson <gbenson@redhat.com>
10878
10879 * gdb.threads/check-libthread-db.exp: New file.
10880 * gdb.threads/check-libthread-db.c: Likewise.
10881
10882 2018-06-05 Tom Tromey <tom@tromey.com>
10883
10884 * gdb.base/default.exp: Update expected "show version" output.
10885
10886 2018-06-05 Tom Tromey <tom@tromey.com>
10887
10888 PR cli/12326:
10889 * gdb.cp/static-print-quit.exp: Update.
10890 * lib/gdb.exp (pagination_prompt): Update.
10891 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10892 * gdb.python/python.exp: Update.
10893
10894 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10895
10896 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10897
10898 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10899
10900 * gdb.ada/bp_fun_addr: New testcase.
10901
10902 2018-06-01 Tom Tromey <tom@tromey.com>
10903
10904 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10905 results.
10906 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10907 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10908 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10909 * gdb.base/maint.exp (maint_pass_if): Update.
10910
10911 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10912
10913 * gdb.base/endian.exp: New test.
10914 * gdb.base/endian.c: New test source.
10915
10916 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10917
10918 PR gdb/23203
10919 * gdb.base/bt-selected-frame.c: New file.
10920 * gdb.base/bt-selected-frame.exp: New file.
10921 * lib/gdb.exp (get_current_frame_number): New function.
10922
10923 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10924 Pedro Alves <palves@redhat.com>
10925
10926 * gdb.threads/tls-core.c: Include <stdlib.h>
10927 (thread_proc): Call `abort'.
10928 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10929 (tls_core_test): New procedure, bits factored out from ...
10930 (top level): ... here. Test both native cores and gcore cores.
10931
10932 2018-05-23 Tom Tromey <tom@tromey.com>
10933
10934 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10935
10936 2018-05-23 Tom Tromey <tom@tromey.com>
10937
10938 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10939 symfile_complaints.
10940 (test_short_complaints): Likewise.
10941 (test_empty_complaints): Likewise.
10942 (test_initial_complaints): Update.
10943
10944 2018-05-23 Tom Tromey <tom@tromey.com>
10945
10946 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10947
10948 2018-05-23 Tom Tromey <tom@tromey.com>
10949
10950 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10951 (test_short_complaints): Update.
10952
10953 2018-05-22 Pedro Alves <palves@redhat.com>
10954
10955 * gdb.base/remote.exp: Only gdb_start after compiling the
10956 testcase. Issue "disconnect" before testing "set remote" command
10957 defaults. Issue clean_restart before running to main.
10958
10959 2018-05-22 Pedro Alves <palves@redhat.com>
10960
10961 * gdb.base/remote.exp: Adjust expected output of "show remote
10962 memory-write-packet-size". Add tests for "set remote
10963 memory-write-packet-size 0" and "set remote
10964 memory-write-packet-size fixed/limit".
10965
10966 2018-05-22 Pedro Alves <palves@redhat.com>
10967
10968 PR gdb/22973
10969 * gdb.base/utf8-identifiers.c: New file.
10970 * gdb.base/utf8-identifiers.exp: New file.
10971
10972 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10973
10974 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10975
10976 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10977
10978 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10979
10980 2018-05-18 Tom Tromey <tom@tromey.com>
10981
10982 * gdb.base/ptype-offsets.exp: Update.
10983
10984 2018-05-17 Keith Seitz <keiths@redhat.com>
10985
10986 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10987 in expected breakpoint stop locations.
10988 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10989 move to proper scope to test variable values.
10990 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10991 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10992 New functions.
10993 (main): Call not_inline_func3.
10994 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10995 inline_func1, inline_func2, and inline_func3. Test that when each
10996 breakpoint is hit, GDB properly reports both the stop location
10997 and the backtrace. Repeat tests for temporary breakpoints.
10998
10999 2018-05-15 Maciej W. Rozycki <macro@mips.com>
11000
11001 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
11002 rather then trying to access it in determining whether the PID
11003 of `gdbserver' could have been retrieved.
11004
11005 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
11006
11007 * gdb.arch/amd64-init-x87-values.S: New file.
11008 * gdb.arch/amd64-init-x87-values.exp: New file.
11009
11010 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11011
11012 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
11013
11014 2018-05-04 Tom Tromey <tom@tromey.com>
11015
11016 PR python/22730:
11017 * gdb.python/python.exp: Test multi-line execute.
11018
11019 2018-05-04 Tom Tromey <tom@tromey.com>
11020
11021 PR python/22731:
11022 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
11023
11024 2018-05-04 Tom Tromey <tom@tromey.com>
11025
11026 PR gdb/11750:
11027 * gdb.base/define.exp: Test defining a user command inside a user
11028 command.
11029 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
11030
11031 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11032 Pedro Alves <palves@redhat.com>
11033
11034 PR breakpoints/19806 and support for PR external/20207.
11035 * gdb.base/watchpoint-unaligned.c: New file.
11036 * gdb.base/watchpoint-unaligned.exp: New file.
11037
11038 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11039
11040 * gdb.base/maint.exp: Make test names unique, use
11041 test_prefix_command_help to test 'help maint info', and remove
11042 repeated test of 'help maint'.
11043
11044 2018-05-04 Tom Tromey <tom@tromey.com>
11045
11046 PR gdb/22619:
11047 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
11048 behavior.
11049
11050 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11051
11052 * gdb.base/maint.exp: Process output from 'maint print registers'
11053 line at a time.
11054
11055 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11056
11057 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
11058 timeout.
11059
11060 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
11061
11062 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
11063 filter pattern.
11064
11065 2018-05-02 Pedro Alves <palves@redhat.com>
11066
11067 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
11068 to_log_command renames.
11069 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
11070
11071 2018-05-02 Tom Tromey <tom@tromey.com>
11072
11073 * gdb.python/py-parameter.exp: Set test message.
11074
11075 2018-05-02 Tom Tromey <tom@tromey.com>
11076
11077 PR python/20084:
11078 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
11079 PARAM_ZUINTEGER_UNLIMITED tests.
11080
11081 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
11082
11083 PR rust/23124
11084 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
11085 when casting.
11086
11087 2018-04-30 Tom Tromey <tom@tromey.com>
11088
11089 * gdb.python/py-type.exp: Check align attribute.
11090 * gdb.python/py-type.c: New "aligncheck" global.
11091
11092 2018-04-30 Tom Tromey <tom@tromey.com>
11093
11094 PR exp/17095:
11095 * gdb.dwarf2/dw2-align.exp: New file.
11096 * gdb.cp/align.exp: New file.
11097 * gdb.base/align.exp: New file.
11098 * lib/gdb.exp (gdb_int128_helper): New proc.
11099 (has_int128_c, has_int128_cxx): New caching procs.
11100
11101 2018-04-27 Tom Tromey <tom@tromey.com>
11102
11103 PR rust/22545:
11104 * gdb.rust/simple.exp: Add inclusive range tests.
11105
11106 2018-04-26 Pedro Alves <palves@redhat.com>
11107
11108 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
11109 ifunc breakpoint locations correctly of ifunc breakpoints set
11110 while the program resolves the ifunc.
11111
11112 2018-04-26 Pedro Alves <palves@redhat.com>
11113
11114 * gdb.base/gnu-ifunc-final.c: New file.
11115 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
11116 * gdb.base/gnu-ifunc.exp (executable): Delete.
11117 (staticexecutable): Adjust.
11118 (lib_opts, exec_opts): Delete.
11119 (make_binsuffix, build, set-break): New procedures.
11120 (misc_tests): New, with tests factored out from the top level.
11121 (top level): Test different combinations of ifunc resolver name,
11122 resolver with and with debug info, and ifunc target with and
11123 without debug info. Wrap static tests with with_target_prefix.
11124
11125 2018-04-26 Pedro Alves <palves@redhat.com>
11126
11127 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
11128 return type" warnings.
11129
11130 2018-04-25 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
11133 killed".
11134 * gdb.base/kill-after-signal.exp: Likewise.
11135 * gdb.threads/kill.exp: Likewise.
11136
11137 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11138 Sergio Durigan Junior <sergiodj@redhat.com>
11139 Pedro Alves <palves@redhat.com>
11140
11141 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
11142 regexps to expect for '[Inferior ... detached]' as well.
11143 * gdb.base/attach.exp: Likewise.
11144 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
11145 "gdb_continue_to_end".
11146 (test_catch_syscall_with_wrong_args): Likewise.
11147 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
11148 ']'. Don't set 'verbose' on.
11149 * gdb.base/foll-vfork.exp: Likewise.
11150 * gdb.base/fork-print-inferior-events.c: New file.
11151 * gdb.base/fork-print-inferior-events.exp: New file.
11152 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
11153 '[Inferior ... has been killed]' message.
11154 * gdb.base/kill-after-signal.exp: Likewise.
11155 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
11156 detach message.
11157 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
11158 message.
11159 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
11160 regexps to expect for '[Inferior ... detached]' as well.
11161 * gdb.threads/process-dies-while-detaching.exp: Likewise.
11162
11163 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
11164
11165 PR gdb/23104
11166 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
11167
11168 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
11169
11170 PR gdb/23095
11171 * gdb.base/break-probes.exp: Pass shlib_load to
11172 prepare_for_testing. Set normal_bp to r_debug_state if target is
11173 bsd.
11174
11175 2018-04-19 Richard Bunt <richard.bunt@arm.com>
11176
11177 * gdb.threads/multiple-successive-infcall.c: New test.
11178 * gdb.threads/multiple-successive-infcall.exp: New file.
11179
11180 2018-04-17 Tom Tromey <tom@tromey.com>
11181
11182 * gdb.rust/simple.rs (Union): New type.
11183 (main): New local "u".
11184 * gdb.rust/simple.exp (test_one_slice): Add new test case.
11185
11186 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11187
11188 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
11189 number information in output of "whereis" command.
11190 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
11191
11192 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11193
11194 * gdb.ada/info_types.exp: Adjust expected output to the line
11195 numbers now printed by "info var/func/type".
11196 * gdb.base/completion.exp: Likewise.
11197 * gdb.base/included.exp: Likewise.
11198 * gdb.cp/cp-relocate.exp: Likewise.
11199 * gdb.cp/cplusfuncs.exp: Likewise.
11200 * gdb.cp/namespace.exp: Likewise.
11201 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
11202
11203 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11204
11205 * gdb.btrace/cpu.exp: New.
11206
11207 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11208
11209 * gdb.base/step-indirect-call-thunk.exp: New.
11210 * gdb.base/step-indirect-call-thunk.c: New.
11211 * gdb.reverse/step-indirect-call-thunk.exp: New.
11212 * gdb.reverse/step-indirect-call-thunk.c: New.
11213
11214 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
11215
11216 * gdb.base/pie-fork.c: New file.
11217 * gdb.base/pie-fork.exp: New file.
11218
11219 2018-04-11 Tom Tromey <tom@tromey.com>
11220
11221 * gdb.rust/simple.exp: Add test for ".." struct initializer.
11222
11223 2018-04-10 Pedro Alves <palves@redhat.com>
11224
11225 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
11226 exits. Instead loop running forever.
11227 (fork_parent): Run forever too.
11228
11229 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11230
11231 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
11232 mi_continue_to_line.
11233 * gdb.mi/mi-stack.c (callee4): Add comment.
11234
11235 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11236
11237 * gdb.mi/mi-stack.exp: Fix indentation.
11238
11239 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11240
11241 PR gdb/22979
11242 * gdb.arch/amd64-osabi.exp: New file.
11243
11244 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11245
11246 PR gdb/22980
11247 * gdb.base/osabi.exp: New file.
11248
11249 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
11250
11251 * gdb.cp/static-typedef-print.exp: New file.
11252 * gdb.cp/static-typedef-print.cc: New file.
11253
11254 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11255
11256 * gdb.ada/varsize_limit: New testcase.
11257
11258 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11259
11260 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
11261
11262 * gdb.ada/notcplusplus: New testcase.
11263
11264 * gdb.base/c-linkage-name.c: New file.
11265 * gdb.base/c-linkage-name.exp: New testcase.
11266
11267 2018-03-26 Tom Tromey <tom@tromey.com>
11268
11269 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
11270 * gdb.python/py-framefilter.py (name_error): New global.
11271 (ErrorInName.function): Use name_error.
11272
11273 2018-03-26 Tom Tromey <tom@tromey.com>
11274
11275 PR backtrace/15582:
11276 * gdb.python/py-framefilter.exp: Add "bt hide" test.
11277
11278 2018-03-23 Keith Seitz <keiths@redhat.com>
11279
11280 PR c++/22968
11281 * gdb.cp/subtypes.exp: New file.
11282 * gdb.cp/subtypes.h: New file.
11283 * gdb.cp/subtypes.cc: New file.
11284 * gdb.cp/subtypes-2.cc: New file.
11285
11286 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11287
11288 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
11289 (done): Call '_exit' not 'exit' to avoid atexit handlers.
11290 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
11291 -nostartfiles when compiling the test. Confirm that all registers
11292 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
11293
11294 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11295
11296 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
11297 option, syntax was wrong anyway.
11298 * gdb.arch/arm-disp-step.exp: Likewise.
11299 * gdb.arch/sparc64-regs.exp: Likewise.
11300 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
11301 option, syntax was wrong anyway, switch to use
11302 prepare_for_testing.
11303 * gdb.arch/i386-disp-step.exp: Likewise.
11304
11305 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
11306
11307 * gdb.ada/exec_changed.exp: Replace "target_info exists
11308 use_gdb_stub" by "use_gdb_stub".
11309 * gdb.ada/start.exp: Likewise.
11310 * gdb.base/async-shell.exp: Likewise.
11311 * gdb.base/attach-pie-misread.exp: Likewise.
11312 * gdb.base/attach-wait-input.exp: Likewise.
11313 * gdb.base/break-entry.exp: Likewise.
11314 * gdb.base/break-interp.exp: Likewise.
11315 * gdb.base/dprintf-detach.exp: Likewise.
11316 * gdb.base/nostdlib.exp: Likewise.
11317 * gdb.base/solib-nodir.exp: Likewise.
11318 * gdb.base/statistics.exp: Likewise.
11319 * gdb.base/testenv.exp: Likewise.
11320 * gdb.mi/mi-exec-run.exp: Likewise.
11321 * gdb.mi/mi-start.exp: Likewise.
11322 * gdb.multi/dummy-frame-restore.exp: Likewise.
11323 * gdb.multi/multi-arch-exec.exp: Likewise.
11324 * gdb.multi/multi-arch.exp: Likewise.
11325 * gdb.multi/tids.exp: Likewise.
11326 * gdb.multi/watchpoint-multi.exp: Likewise.
11327 * gdb.python/py-events.exp: Likewise.
11328 * gdb.threads/attach-into-signal.exp: Likewise.
11329 * gdb.threads/attach-stopped.exp: Likewise.
11330 * gdb.threads/threadapply.exp: Likewise.
11331 * lib/selftest-support.exp: Likewise.
11332
11333 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11334
11335 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11336
11337 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
11338
11339 * gdb.perf/template-breakpoints.cc: New file.
11340 * gdb.perf/template-breakpoints.exp: New file.
11341 * gdb.perf/template-breakpoints.py: New file.
11342
11343 2018-03-19 Tom Tromey <tom@tromey.com>
11344
11345 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11346 y0.
11347 * gdb.rust/simple.exp: Test bare identifier form of struct
11348 initializer.
11349
11350 2018-03-19 Tom Tromey <tom@tromey.com>
11351
11352 * gdb.gdb/observer.exp: Remove.
11353
11354 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11355
11356 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11357 "qualified" option when setting breakpoints.
11358 * gdb.trace/backtrace.exp: Likewise.
11359 * gdb.trace/circ.exp: Likewise.
11360 * gdb.trace/collection.exp: Likewise.
11361 * gdb.trace/disconnected-tracing.exp: Likewise.
11362 * gdb.trace/ftrace-lock.exp: Likewise.
11363 * gdb.trace/ftrace.exp: Likewise.
11364 * gdb.trace/infotrace.exp: Likewise.
11365 * gdb.trace/packetlen.exp: Likewise.
11366 * gdb.trace/passc-dyn.exp: Likewise.
11367 * gdb.trace/qtro.exp: Likewise.
11368 * gdb.trace/read-memory.exp: Likewise.
11369 * gdb.trace/report.exp: Likewise.
11370 * gdb.trace/signal.exp: Likewise.
11371 * gdb.trace/status-stop.exp: Likewise.
11372 * gdb.trace/strace.exp: Likewise.
11373 * gdb.trace/tfind.exp: Likewise.
11374 * gdb.trace/trace-break.exp: Likewise.
11375 * gdb.trace/trace-condition.exp: Likewise.
11376 * gdb.trace/trace-mt.exp: Likewise.
11377 * gdb.trace/tstatus.exp: Likewise.
11378 * gdb.trace/tsv.exp: Likewise.
11379 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11380 * gdb.trace/unavailable.exp: Likewise.
11381 * gdb.trace/while-dyn.exp: Likewise.
11382
11383 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11384
11385 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11386 that libinproctrace is copied to the target.
11387
11388 2018-03-14 Tom Tromey <tom@tromey.com>
11389
11390 PR cli/14977:
11391 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11392 a null pointer.
11393 * gdb.base/wchar.exp: Likewise.
11394
11395 2018-03-14 Tom Tromey <tom@tromey.com>
11396
11397 PR cli/19918:
11398 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11399 flag.
11400
11401 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11402
11403 PR gdb/22841
11404 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11405 "target" to remote_exec.
11406
11407 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11408
11409 PR gdb/22841
11410 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11411 ${board}_upload): Remove.
11412
11413 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11414
11415 * gdb.cp/watch-cp.cc: New test.
11416 * gdb.cp/watch-cp.exp: New file.
11417
11418 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11419
11420 * gdb.base/infcall-nested-structs.exp: New file.
11421 * gdb.base/infcall-nested-structs.c: New file.
11422 * gdb.base/float.exp: Add riscv support.
11423
11424 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11425
11426 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11427 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11428
11429 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11430
11431 * gdb.server/abspath.exp: New file.
11432 * lib/gdb.exp (with_cwd): New procedure.
11433
11434 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11435
11436 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11437 use it.
11438 (gdb_is_target_remote_prompt): New proc.
11439 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11440 (gdb_is_target_native): Pass prompt parameter to
11441 gdb_is_target_1.
11442
11443 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11444
11445 * gdb.base/load-command.c: New file.
11446 * gdb.base/load-command.exp: New file.
11447 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11448 (gdb_is_target_1): ...this, and generalize for other targets
11449 than just remote.
11450 (gdb_is_target_remote): Use gdb_is_target_1.
11451 (gdb_is_target_native): use gdb_is_target_1.
11452
11453 2018-02-26 Tom Tromey <tom@tromey.com>
11454
11455 PR python/16497:
11456 * gdb.python/py-framefilter.exp: Update test.
11457
11458 2018-02-26 Tom Tromey <tom@tromey.com>
11459
11460 * gdb.dwarf2/variant.c: New file.
11461 * gdb.dwarf2/variant.exp: New file.
11462
11463 2018-02-26 Tom Tromey <tom@tromey.com>
11464
11465 * gdb.rust/simple.exp: Accept more possible results in enum test.
11466
11467 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11468
11469 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11470 parentheses.
11471
11472 2018-02-23 Maciej W. Rozycki <macro@mips.com>
11473
11474 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11475 name of a variable: $actual_linejj -> $actual_line.
11476
11477 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11478
11479 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11480
11481 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11482
11483 * gdb.btrace/buffer-size.exp: Do not force BTS.
11484
11485 2018-02-14 Pedro Alves <palves@redhat.com>
11486
11487 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11488 getting a "Quit".
11489
11490 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11491
11492 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11493 Fix test name.
11494
11495 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11496
11497 * gdb.cp/m-static.exp: Check type of optimized out static
11498 member.
11499
11500 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11501
11502 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11503 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11504
11505 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11506 Leszek Swirski <leszeks@google.com>
11507
11508 * gdb.python/py-prettyprint.c
11509 (struct to_string_returns_value_inner,
11510 struct to_string_returns_value_wrapper): New.
11511 (main): Add tsrvw variable.
11512 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11513 ToStringReturnsValueWrapper): New classes.
11514 (register_pretty_printers): Register new pretty-printers.
11515 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11516 recursive pretty printer.
11517 * gdb.python/py-mi.exp: Likewise.
11518
11519 2018-02-01 Leszek Swirski <leszeks@google.com>
11520
11521 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11522 functions with the same name as an include file are parsed
11523 correctly.
11524
11525 2018-02-01 Yao Qi <yao.qi@linaro.org>
11526
11527 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11528 "\[^\r\n\]*".
11529
11530 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11531
11532 * gdb.arch/powerpc-prologue-frame.s: New file.
11533 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11534 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11535
11536 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11537
11538 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11539
11540 2018-01-30 Pedro Alves <palves@redhat.com>
11541
11542 PR gdb/13211
11543 * gdb.base/interrupt-daemon.c: New.
11544 * gdb.base/interrupt-daemon.exp: New.
11545 * gdb.multi/multi-term-settings.c: New.
11546 * gdb.multi/multi-term-settings.exp: New.
11547
11548 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11549
11550 * gdb.base/break.exp: Save the location where the breakpoint
11551 on break.c:47 was actually inserted when debugging the version
11552 compiled at -O2 and use it in the expected output of the "info
11553 break" test performed soon after.
11554
11555 2018-01-22 Pedro Alves <palves@redhat.com>
11556 Sergio Durigan Junior <sergiodj@redhat.com>
11557
11558 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11559 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11560
11561 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11562
11563 * gdb.base/break-include.c, gdb.base/break-include.inc,
11564 gdb.base/break-include.exp: New files.
11565 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11566 line number now being the actual line number where the breakpoint
11567 was inserted.
11568 * gdb.mi/mi-break.exp: Likewise.
11569 * gdb.mi/mi-reverse.exp: Likewise.
11570 * gdb.mi/mi-simplerun.exp: Ditto.
11571
11572 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11573
11574 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11575 varobj.
11576 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11577
11578 2018-01-21 Don Breazeal <donb@codesourcery.com>
11579 Andrew Burgess <andrew.burgess@embecosm.com>
11580
11581 * gdb.mi/basics.c: Add new global.
11582 * gdb.mi/mi-frame-regs.exp: New file.
11583 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11584 case.
11585
11586 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11587
11588 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11589 non-parameter, and on an unknown symbol.
11590
11591 2018-01-19 Tom Tromey <tom@tromey.com>
11592
11593 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11594 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11595
11596 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11597
11598 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11599 setrlimit and chdir to int.
11600
11601 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11602
11603 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11604 function.
11605 (my_tend): Likewise.
11606 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11607 rationale of avoiding FP- and vector instructions.
11608
11609 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11610
11611 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11612 "info reg" with "\[ \t\]*".
11613 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11614 "\[ \t\]+".
11615 * gdb.arch/s390-multiarch.exp: Ditto.
11616 * gdb.base/pc-fp.exp: Ditto.
11617 * gdb.reverse/i386-precsave.exp: Ditto.
11618 * gdb.reverse/i386-reverse.exp: Ditto.
11619 * gdb.reverse/i387-env-reverse.exp: Ditto.
11620 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11621
11622 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11623
11624 * lib/gdb.exp (gdb_compile): Re-enable use of
11625 universal_compile_options for languages other than Rust.
11626
11627 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11628
11629 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11630
11631 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11632
11633 PR gdb/16577
11634 * gdb.base/solib-vanish.exp: New.
11635 * gdb.base/solib-vanish-main.c: New.
11636 * gdb.base/solib-vanish-lib1.c: New.
11637 * gdb.base/solib-vanish-lib2.c: New.
11638
11639 2018-01-17 Yao Qi <yao.qi@linaro.org>
11640
11641 * gdb.compile/compile.exp: Match the address printed for
11642 frame in the output of command "bt".
11643
11644 2018-01-15 Tom Tromey <tom@tromey.com>
11645
11646 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11647 compute sp_reg.
11648
11649 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11650
11651 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11652 to prepare.
11653 (prepare): Return 0 on error, 1 on success.
11654
11655 2018-01-12 Pedro Alves <palves@redhat.com>
11656
11657 * gdb.base/continue-after-aborted-step-over.c: New.
11658 * gdb.base/continue-after-aborted-step-over.exp: New.
11659
11660 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11661
11662 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11663 options when not creating an executable.
11664
11665 2018-01-11 Pedro Alves <palves@redhat.com>
11666
11667 PR remote/22597
11668 * gdb.server/stop-reply-no-thread.c: New file.
11669 * gdb.server/stop-reply-no-thread.exp: New file.
11670
11671 2018-01-10 Pedro Alves <palves@redhat.com>
11672
11673 PR gdb/22670
11674 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11675 functions too. Test setting breakpoints and printing C functions
11676 with no debug info too.
11677 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11678
11679 2018-01-10 Pedro Alves <palves@redhat.com>
11680
11681 PR gdb/22670
11682 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11683 a fail.
11684
11685 2018-01-10 Pedro Alves <palves@redhat.com>
11686
11687 PR gdb/22670
11688 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11689
11690 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11691
11692 * gdb.server/unittest.exp: Match the output in non-development
11693 mode.
11694
11695 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11696
11697 * gdb.gdb/unittest.exp: Match output in non-development mode.
11698
11699 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11700
11701 * gdb.ada/access_tagged_param.exp: Relax expected output
11702 for value of "ObjL" in "continue" to pck.inspect breakpoint
11703 test.
11704
11705 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11706
11707 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11708 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11709
11710 2018-01-05 Pedro Alves <palves@redhat.com>
11711
11712 PR gdb/18653
11713 * gdb.base/libsegfault.exp: New.
11714
11715 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11716
11717 PR gdb/22670
11718 * gdb.ada/access_tagged_param.exp: New file.
11719 * gdb.ada/access_tagged_param/foo.adb: New file.
11720
11721 2018-01-05 Pedro Alves <palves@redhat.com>
11722
11723 PR gdb/22670
11724 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11725 exercise lower case too, and to exercise both full matching and
11726 wild matching.
11727
11728 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11729
11730 * gdb.ada/rename_subscript_param: New testcase.
11731
11732 2018-01-05 Jerome Guitton <guitton@adacore.com>
11733
11734 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11735
11736 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11737
11738 * gdb.ada/convvar_comp: New testcase.
11739
11740 2018-01-05 Xavier Roirand <roirand@adacore.com>
11741
11742 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11743 (My_Table): New global variable.
11744 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11745
11746 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11747
11748 PR gdb/22670
11749 * gdb.ada/maint_with_ada: New testcase.
11750
11751 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11752
11753 PR gdb/22670
11754 * gdb.ada/bp_c_mixed_case: New testcase.
11755
11756 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11757
11758 PR gdb/22670
11759 * gdb.ada/complete.exp: Add "complete break ada" test.
11760
11761 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11762
11763 PR gdb/22670
11764 * gdb.ada/info_addr_mixed_case: New testcase.
11765
11766 2018-01-03 Xavier Roirand <roirand@adacore.com>
11767
11768 * gdb.ada/excep_handle.exp: New testcase.
11769 * gdb.ada/excep_handle/foo.adb: New file.
11770 * gdb.ada/excep_handle/pck.ads: New file.
11771
11772 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11773
11774 * gdb.base/step-line.c: Add extra empty line in copyright header.
11775 * gdb.base/step-line.inp: Likewise.
11776
11777 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11778
11779 * gdb.ada/dyn_stride.exp: Add slice test.
11780
11781 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11782
11783 * gdb.ada/dyn_stride: New testcase.
11784
11785 2017-12-27 Stafford Horne <shorne@gmail.com>
11786
11787 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11788 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11789
11790 2017-12-27 Stafford Horne <shorne@gmail.com>
11791
11792 * gdb.base/reggroups.c: New file.
11793 * gdb.base/reggroups.exp: New file.
11794
11795 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11796
11797 * gdb.dwarf2/ada-valprint-error.c: New file.
11798 * gdb.dwarf2/ada-valprint-error.exp: New file.
11799
11800 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11801
11802 * gdb.ada/assign_arr: New testcase.
11803
11804 2017-12-18 Xavier Roirand <roirand@adacore.com>
11805
11806 * gdb.ada/funcall_ptr: New testcase.
11807
11808 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11809
11810 PR cli/16224
11811 * gdb.base/ptype-offsets.cc: New file.
11812 * gdb.base/ptype-offsets.exp: New file.
11813
11814 2017-12-15 Yao Qi <yao.qi@linaro.org>
11815
11816 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11817 if XML is disabled.
11818
11819 2017-12-15 Xavier Roirand <roirand@adacore.com>
11820
11821 * gdb.ada/same_component_name: New testcase.
11822
11823 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11824
11825 * gdb.ada/str_binop_equal: New testcase.
11826
11827 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11828
11829 * gdb.ada/task_switch_in_core: New testcase.
11830
11831 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11832
11833 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11834 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11835 call test_bkpt_qualified.
11836 (test_bkpt_qualified): New proc.
11837
11838 2017-12-13 Pedro Alves <palves@redhat.com>
11839
11840 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11841 Tighten regexp by matching with an anchor.
11842
11843 2017-12-13 Pedro Alves <palves@redhat.com>
11844
11845 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11846 ("expression with namespace"): New set of tests.
11847 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11848 (Nested::Test_NS::qux): New.
11849 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11850 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11851
11852 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11853
11854 * gdb.base/server-del-break.c: New file.
11855 * gdb.base/server-del-break.exp: New file.
11856
11857 2017-12-12 Stafford Horne <shorne@gmail.com>
11858
11859 * gdb.xml/tdesc-regs.exp: Add or1k support.
11860
11861 2017-12-12 Stafford Horne <shorne@gmail.com>
11862
11863 * gdb.base/bp-permanent.c: Define nop of or1k.
11864
11865 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11866
11867 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11868 output with components being reordered.
11869
11870 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11871
11872 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11873 output with components being reordered.
11874
11875 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11876 Pedro Alves <palves@redhat.com>
11877
11878 * gdb.base/maint.exp (check for .gdb_index): Check also for
11879 .debug_names.
11880 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11881 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11882 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11883 (.gdb_index used after symbol reloading): Support also .debug_names.
11884 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11885
11886 2017-12-08 Yao Qi <yao.qi@linaro.org>
11887
11888 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11889 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11890
11891 2017-12-08 Yao Qi <yao.qi@linaro.org>
11892
11893 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11894 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11895
11896 2017-12-08 Yao Qi <yao.qi@linaro.org>
11897
11898 * gdb.arch/aarch64-tagged-pointer.c: New file.
11899 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11900
11901 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11902
11903 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11904 "int".
11905
11906 2017-12-07 Keith Seitz <keiths@redhat.com>
11907
11908 PR breakpoints/22569
11909 * gdb.linespec/ls-errs.exp: Change expected result of "break
11910 -source this file has spaces.c -line 3".
11911 Check that an explicit source file followed by whitespace is
11912 identified as an invalid explicit location.
11913
11914 2017-12-07 Keith Seitz <keiths@redhat.com>
11915
11916 * gdb.cp/nested-types.cc: New file.
11917 * gdb.cp/nested-types.exp: New file.
11918 * lib/cp-support.exp: Load data-structures.exp library.
11919 (debug_cp_test_ptype_class): New global.
11920 (cp_ptype_class_verbose, next_line): New procedures.
11921 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11922 Add and document new return value.
11923 Switch the list of lines to a queue.
11924 Add support for new `type' key for nested type definitions.
11925 Add debugging/troubleshooting messages.
11926 * lib/data-structures.exp: New file.
11927
11928 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11929
11930 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11931 with proc_with_prefix, don't use with_test_prefix.
11932
11933 2017-12-07 Tom Tromey <tom@tromey.com>
11934
11935 * gdb.base/break.exp: Add test for empty "commands".
11936
11937 2017-12-07 Yao Qi <yao.qi@linaro.org>
11938
11939 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11940 malloc and catch syscall.
11941
11942 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11943
11944 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11945 tests for explicit locations.
11946
11947 2017-12-06 Pedro Alves <palves@redhat.com>
11948
11949 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11950 force-disabling XML descriptions.
11951
11952 2017-12-04 Pedro Alves <palves@redhat.com>
11953
11954 PR gdb/22499
11955 * gdb.arch/amd64-disp-step-avx.S: New file.
11956 * gdb.arch/amd64-disp-step-avx.exp: New file.
11957
11958 2017-12-03 Pedro Alves <palves@redhat.com>
11959
11960 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11961 and <string.h>.
11962 (parent_function): Print distinct messages when waitpid fails, or
11963 the child exits with a signal, or the child exits for an unhandled
11964 reason.
11965 * gdb.threads/process-dies-while-detaching.exp
11966 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11967 it. Wait for both inferior output and GDB's prompt. Use an
11968 indirect spawn id list.
11969 (do_detach): New parameter 'child_exit'. Use it to compute
11970 expected inferior output.
11971 (test_detach, test_detach_watch, test_detach_killed_outside):
11972 Adjust to pass down the expected child exit kind.
11973
11974 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11975 Sergio Durigan Junior <sergiodj@redhat.com>
11976 Pedro Alves <palves@redhat.com>
11977
11978 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11979
11980 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11981
11982 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11983 to 'symbol-file' and 'add-symbol-file' can be
11984 position-independent.
11985
11986 2017-12-01 Yao Qi <yao.qi@linaro.org>
11987
11988 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11989 the URL in copyright header.
11990 * gdb.arch/aarch64-fp.exp: Likewise.
11991 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11992 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11993 * gdb.base/expand-psymtabs.exp: Likewise.
11994 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11995 * gdb.fortran/common-block.exp: Likewise.
11996 * gdb.fortran/common-block.f90: Likewise.
11997 * gdb.fortran/logical.exp: Likewise.
11998 * gdb.fortran/vla-datatypes.f90: Likewise.
11999 * gdb.fortran/vla-sub.f90: Likewise.
12000
12001 2017-11-30 Joel Brobecker <brobecker@adacore.com>
12002
12003 * gdb.ada/repeat_dyn: New testcase.
12004
12005 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
12006
12007 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
12008 Update for changed thread numbering.
12009 * gdb.cell/bt.exp: Update for changed GDB output.
12010
12011 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
12012
12013 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
12014 setting isremote by hand.
12015 * boards/dwarf4-gdb-index.exp: Likewise.
12016 * boards/fission.exp: Likewise.
12017 * boards/stabs.exp: Likewise.
12018
12019 2017-11-30 Pedro Alves <palves@redhat.com>
12020
12021 * gdb.linespec/cpls-ops.exp
12022 (check_explicit_skips_function_argument): Extract the underlying
12023 type of size_t instead of hardcoding it.
12024
12025 2017-11-29 Pedro Alves <palves@redhat.com>
12026
12027 PR c++/19436
12028 * gdb.linespec/cpls-abi-tag.cc: New file.
12029 * gdb.linespec/cpls-abi-tag.exp: New file.
12030
12031 2017-11-29 Pedro Alves <palves@redhat.com>
12032
12033 * gdb.base/langs.exp: Use -qualified.
12034 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
12035 it.
12036 * gdb.cp/namespace.exp: Use -qualified.
12037 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
12038 (overload-3, template-overload, template-ret-type, const-overload)
12039 (const-overload-quoted, anon-ns, ambiguous-prefix): New
12040 procedures.
12041 (test_driver): Call them.
12042 * gdb.cp/save-bp-qualified.cc: New.
12043 * gdb.cp/save-bp-qualified.exp: New.
12044 * gdb.linespec/explicit.exp: Test -qualified.
12045 * lib/completion-support.exp (completion::explicit_opts_list): Add
12046 "-qualified".
12047 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
12048
12049 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
12050
12051 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
12052
12053 2017-11-29 Tom Tromey <tom@tromey.com>
12054
12055 * gdb.base/relocate.exp: Update invalid argument test.
12056 Add new tests for invalid arguments.
12057
12058 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12059
12060 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
12061 Return 0 as a long.
12062 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
12063
12064 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12065
12066 * gdb.cp/breakpoint.cc (bar): Set return type to void.
12067 * gdb.cp/psymtab-parameter.cc (func): Likewise.
12068 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
12069 func ().
12070 * gdb.cp/shadow.cc (B.func): Return 0.
12071
12072 2017-11-27 Joel Brobecker <brobecker@adacore.com>
12073
12074 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
12075 expected output in gdb_expect call to allow the exception
12076 message to be present as well. Fix syntax confusion to avoid
12077 TCL thinking that exception_name is an array.
12078
12079 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
12080
12081 * gdb.arch/spu-info.c: Include <unistd.h>.
12082 (do_signal_test): Fix broken calls to write.
12083 * gdb.arch/spu-info.exp: Use prepare_for_testing.
12084 Fix checks for empty mailboxes. Update signal tests for corrected
12085 do_signal_test routine. Allow nonzero event status.
12086 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
12087 * gdb.cell/arch.exp: Use standard_output_file.
12088 * gdb.cell/break.exp: Likewise.
12089 * gdb.cell/bt.exp: Likewise.
12090 * gdb.cell/core.exp: Likewise.
12091 * gdb.cell/dwarfaddr.exp: Likewise.
12092 * gdb.cell/ea-cache.exp: Likewise.
12093 * gdb.cell/ea-standalone.exp: Likewise.
12094 * gdb.cell/f-regs.exp: Likewise.
12095 * gdb.cell/fork.exp: Likewise.
12096 * gdb.cell/gcore.exp: Likewise.
12097 * gdb.cell/mem-access.exp: Likewise.
12098 * gdb.cell/ptype.exp: Likewise.
12099 * gdb.cell/registers.exp: Likewise.
12100 * gdb.cell/sizeof.exp: Likewise.
12101 * gdb.cell/solib-symbol.exp: Likewise.
12102 * gdb.cell/solib.exp: Likewise.
12103
12104 2017-11-25 Pedro Alves <palves@redhat.com>
12105
12106 * gdb.base/complete-empty.exp: New file.
12107 * gdb.base/completion.exp: Adjust.
12108
12109 2017-11-25 Pedro Alves <palves@redhat.com>
12110
12111 * gdb.linespec/cpls-ops.cc: New file.
12112 * gdb.linespec/cpls-ops.exp: New file.
12113 * lib/completion-support.exp (test_complete_prefix_range_re): New,
12114 factored out from ...
12115 (test_complete_prefix_range): ... this.
12116
12117 2017-11-24 Pedro Alves <palves@redhat.com>
12118
12119 * gdb.linespec/cpcompletion.exp: New file.
12120 * gdb.linespec/cpls-hyphen.cc: New file.
12121 * gdb.linespec/cpls.cc: New file.
12122 * gdb.linespec/cpls2.cc: New file.
12123 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
12124 test to use test_gdb_complete_unique. Add label completion,
12125 keyword completion and explicit location completion tests.
12126 * lib/completion-support.exp: New file.
12127
12128 2017-11-24 Joel Brobecker <brobecker@adacore.com>
12129
12130 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
12131 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
12132 when hitting an exception catchpoint.
12133
12134 2017-11-22 Yao Qi <yao.qi@linaro.org>
12135
12136 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
12137
12138 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
12139
12140 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
12141 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
12142 * gdb.dwarf2/info-locals-optimized-out.c: New file.
12143
12144 2017-11-22 Yao Qi <yao.qi@linaro.org>
12145
12146 * gdb.base/info-os.exp: Pass pthreads.
12147 * gdb.multi/multi-attach.exp: Likewise.
12148
12149 2017-11-22 Yao Qi <yao.qi@linaro.org>
12150
12151 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
12152 compiler.
12153
12154 2017-11-22 Yao Qi <yao.qi@linaro.org>
12155
12156 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
12157 * gdb.base/break-interp.exp: Likewise.
12158 * gdb.base/jit-attach-pie.exp: Likewise.
12159
12160 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12161
12162 * gdb.base/float128.c (large128): New variable.
12163 * gdb.base/float128.exp: Add test to print largest __float128 value.
12164
12165 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12166
12167 * gdb.arch/vsx-regs.exp: Update register content checks.
12168
12169 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
12170
12171 * gdb.arch/ppc-longdouble.exp: New file.
12172 * gdb.arch/ppc-longdouble.c: Likewise.
12173
12174 2017-11-21 Pedro Alves <palves@redhat.com>
12175
12176 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
12177
12178 2017-11-20 Pedro Alves <palves@redhat.com>
12179
12180 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
12181 (long_double_typedef): New typedefs.
12182 Use DEF on double and long double.
12183 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
12184 cases.
12185 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
12186 and 'long_double_ptr_same_size' locals. Use them to decide
12187 whether cast from array/function to float is valid/invalid.
12188
12189 2017-11-17 Tom Tromey <tom@tromey.com>
12190
12191 * gdb.rust/traits.rs: New file.
12192 * gdb.rust/traits.exp: New file.
12193
12194 2017-11-17 Joel Brobecker <brobecker@adacore.com>
12195
12196 * gdb.ada/minsyms: New testcase.
12197
12198 2017-11-16 Pedro Alves <palves@redhat.com>
12199
12200 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
12201 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
12202
12203 2017-11-16 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
12206 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
12207
12208 2017-11-16 Pedro Alves <palves@redhat.com>
12209
12210 * gdb.server/reconnect-ctrl-c.c: New file.
12211 * gdb.server/reconnect-ctrl-c.exp: New file.
12212
12213 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
12214
12215 * gdb.python/py-rbreak.exp: New file.
12216 * gdb.python/py-rbreak.c: New file.
12217 * gdb.python/py-rbreak-func2.c: New file.
12218
12219 2017-11-16 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
12222 pattern.
12223 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
12224 GDB.
12225
12226 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
12227
12228 * gdb.tui/completionn.exp (test_tab_completion): Add space in
12229 regex.
12230
12231 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
12232
12233 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
12234 test names.
12235
12236 2017-11-09 Pedro Alves <palves@redhat.com>
12237
12238 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
12239 factored out from ...
12240 (top level): ... here, and adjusted to avoid expecting beyond the
12241 prompt in a single gdb_test_multiple.
12242
12243 2017-11-09 Pedro Alves <palves@redhat.com>
12244
12245 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
12246 output.
12247 * gdb.server/ext-attach.exp ("kill" test): Likewise.
12248 * gdb.server/ext-restart.exp ("kill" test): Likewise.
12249 * gdb.server/ext-run.exp ("kill" test): Likewise.
12250 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
12251
12252 2017-11-09 Pedro Alves <palves@redhat.com>
12253
12254 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
12255 match till end of line.
12256
12257 2017-11-09 Pedro Alves <palves@redhat.com>
12258
12259 * gdb.base/memattr.exp: Tighten regexes to match the end line.
12260
12261 2017-11-09 Pedro Alves <palves@redhat.com>
12262
12263 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
12264 New procedures, factored out from ...
12265 (top level): ... here, and adjusted to avoid expecting beyond the
12266 prompt in one go.
12267
12268 2017-11-09 Pedro Alves <palves@redhat.com>
12269
12270 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
12271 output. Fix '?' match.
12272
12273 2017-11-08 Joel Brobecker <brobecker@adacore.com>
12274
12275 * gdb.ada/scoped_watch: New testcase.
12276 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
12277 which is actually correct.
12278 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
12279 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
12280
12281 2017-11-08 Pedro Alves <palves@redhat.com>
12282
12283 * gdb.gdb/complaints.exp (test_initial_complaints)
12284 (test_serial_complaints, test_short_complaints): Call
12285 complaint_internal instead of complaint.
12286
12287 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
12288
12289 * gdb.threads/tls-core.c: New file.
12290 * gdb.threads/tls-core.exp: Likewise.
12291
12292 2017-11-08 Pedro Alves <palves@redhat.com>
12293
12294 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
12295 (p Exported_Capitalized): New test.
12296 (p exported_capitalized): New test.
12297
12298 2017-11-07 Pedro Alves <palves@redhat.com>
12299
12300 * gdb.cp/ena-dis-br-range.exp: Add more tests.
12301
12302 2017-11-07 Pedro Alves <palves@redhat.com>
12303
12304 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
12305 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
12306 (disable_invalid, disable_inverted, disable_negative): New
12307 procedures.
12308 ("bad numbers"): New set of tests.
12309
12310 2017-11-07 Pedro Alves <palves@redhat.com>
12311
12312 * gdb.cp/ena-dis-br-range.exp: Add tests.
12313
12314 2017-11-07 Pedro Alves <palves@redhat.com>
12315
12316 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12317
12318 2017-11-07 Xavier Roirand <roirand@adacore.com>
12319 Pedro Alves <palves@redhat.com>
12320
12321 * gdb.base/ena-dis-br.exp: Add reference to
12322 gdb.cp/ena-dis-br-range.exp.
12323 * gdb.cp/ena-dis-br-range.exp: New file.
12324 * gdb.cp/ena-dis-br-range.cc: New file.
12325
12326 2017-11-06 Pedro Alves <palves@redhat.com>
12327
12328 * gdb.base/attach-non-pgrp-leader.c: New.
12329 * gdb.base/attach-non-pgrp-leader.exp: New.
12330
12331 2017-11-06 Pedro Alves <palves@redhat.com>
12332
12333 * configure.ac: No longer check for termio.h and sgtty.h.
12334 * configure: Regenerate.
12335 * remote-utils.c: Include termios.h instead of gdb_termios.h.
12336 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
12337 Remove termio and sgtty code.
12338
12339 2017-11-03 Yao Qi <yao.qi@linaro.org>
12340
12341 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12342 in GDB is disabled.
12343
12344 2017-11-03 Yao Qi <yao.qi@linaro.org>
12345
12346 * gdb.python/py-thrhandle.exp: Skip it if python is not
12347 enabled.
12348
12349 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12350
12351 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12352 as a breakpoint command.
12353
12354 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12355
12356 PR python/21213
12357 * gdb.python/py-infthread.exp: Test calling
12358 InferiorThread.inferior () multiple times in a row.
12359
12360 2017-10-27 Keith Seitz <keiths@redhat.com>
12361
12362 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12363 Test "info break" for every inlined function breakpoint.
12364
12365 2017-10-27 Yao Qi <yao.qi@linaro.org>
12366
12367 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12368
12369 2017-10-26 Patrick Frants <osscontribute@gmail.com>
12370
12371 * gdb.cp/classes.exp (test_static_members): Test printing
12372 Outer::instance.
12373 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12374 (Inner::instance, Outer::instance): New.
12375
12376 2017-10-24 Pedro Alves <palves@redhat.com>
12377
12378 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12379 extra console" test in two stages.
12380
12381 2017-10-24 Pedro Alves <palves@redhat.com>
12382
12383 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12384
12385 2017-10-24 Pedro Alves <palves@redhat.com>
12386
12387 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12388 loop.
12389
12390 2017-10-24 Pedro Alves <palves@redhat.com>
12391
12392 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12393 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12394
12395 2017-10-24 Pedro Alves <palves@redhat.com>
12396
12397 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12398 parameter and handle it. Don't output read value in test name.
12399
12400 2017-10-24 Pedro Alves <palves@redhat.com>
12401
12402 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12403 custom test name.
12404
12405 2017-10-24 Pedro Alves <palves@redhat.com>
12406
12407 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12408 include the unstable output directory name in the test's name.
12409 (initial_setup_simple) <'set args'>: Use custom test name.
12410
12411 2017-10-24 Pedro Alves <palves@redhat.com>
12412
12413 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12414 with explicit test name.
12415
12416 2017-10-20 Pedro Alves <palves@redhat.com>
12417
12418 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12419 'wait -i'. Use gdb_assert and remote_close.
12420
12421 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12422
12423 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12424 number from variable rather than hard-coded.
12425
12426 2017-10-19 Pedro Alves <palves@redhat.com>
12427
12428 * gdb.base/long-inferior-output.c: New file.
12429 * gdb.base/long-inferior-output.exp: New file.
12430
12431 2017-11-18 Keith Seitz <keiths@redhat.com>
12432
12433 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12434 method.
12435 (main): Call it.
12436 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12437 Add additional user-defined conversion operator tests.
12438
12439 2017-10-17 Pedro Alves <palves@redhat.com>
12440
12441 * boards/native-stdio-gdbserver.exp: Load "local-board".
12442
12443 2017-10-17 Pedro Alves <palves@redhat.com>
12444
12445 * gdb.base/quit-live.c: New file.
12446 * gdb.base/quit-live.exp: New file.
12447
12448 2017-10-16 Keith Seitz <keiths@redhat.com>
12449
12450 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12451 (class_with_protected_typedef, class_with_private_typedef)
12452 (struct_with_public_typedef, struct_with_protected_typedef)
12453 (struct_with_private_typedef): New classes/structs.
12454 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12455 typedefs and access specifiers.
12456
12457 2017-10-16 Pedro Alves <palves@redhat.com>
12458 Simon Marchi <simon.marchi@polymtl.ca>
12459
12460 * README (Local vs Remote vs Native): New section.
12461 * boards/local-board.exp: New file, with bits factored out from
12462 ...
12463 * boards/native-extended-gdbserver.exp: ... here. Load
12464 "local-board".
12465 * boards/native-gdbserver.exp: Load "local-board".
12466 (${board}_spawn, ${board}_exec): Delete.
12467 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12468 ...
12469 * boards/stdio-gdbserver-base.exp: ... this new file.
12470 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12471 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12472 procedure.
12473 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12474 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12475 stdio_gdbserver_command.
12476 (${board}_get_remote_address, ${board}_get_comm_port)
12477 (${board}_download, ${board}_upload): Delete.
12478 (get_target_remote_pipe_cmd): New.
12479
12480 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12481
12482 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12483 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12484 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12485 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12486 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12487 remove with_test_prefix.
12488
12489 2017-10-13 Pedro Alves <palves@redhat.com>
12490
12491 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12492 * gdb.base/annota1.exp: Use it instead of is_remote.
12493 * gdb.base/annota3.exp: Use it instead of is_remote.
12494 * gdb.cp/annota2.exp: Use it instead of is_remote.
12495 * gdb.cp/annota3.exp: Use it instead of is_remote.
12496 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12497
12498 2017-10-13 Pedro Alves <palves@redhat.com>
12499
12500 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12501 (test_num_test_vars, run_and_count_vars, find_env)
12502 (test_set_unset_env, test_inherit_env_var): New procedures.
12503 (top level): Use them.
12504
12505 2017-10-13 Pedro Alves <palves@redhat.com>
12506
12507 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12508 also skip on stub-like targets.
12509
12510 2017-10-13 Pedro Alves <palves@redhat.com>
12511
12512 PR gdb/22293
12513 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12514 (top level): Move some tests to ...
12515 (test_not_found): ... this new procedure.
12516 (top level): Call it.
12517
12518 2017-10-13 Pedro Alves <palves@redhat.com>
12519
12520 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12521 expect different "info terminal" output if testing with a
12522 non-native target.
12523
12524 2017-10-13 Pedro Alves <palves@redhat.com>
12525 Simon Marchi <simon.marchi@polymtl.ca>
12526
12527 PR python/12966
12528 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12529
12530 2017-10-13 Pedro Alves <palves@redhat.com>
12531
12532 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12533 already.
12534
12535 2017-10-13 Pedro Alves <palves@redhat.com>
12536
12537 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12538 is_remote.
12539
12540 2017-10-13 Pedro Alves <palves@redhat.com>
12541
12542 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12543 is_remote.
12544
12545 2017-10-13 Pedro Alves <palves@redhat.com>
12546
12547 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12548 is set.
12549 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12550 instead of is_remote.
12551
12552 2017-10-13 Pedro Alves <palves@redhat.com>
12553
12554 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12555 (top level): Add comment.
12556
12557 2017-10-13 Pedro Alves <palves@redhat.com>
12558
12559 * gdb.base/remote.exp (top level): Fix comment typo and add
12560 missing return.
12561
12562 2017-10-13 Pedro Alves <palves@redhat.com>
12563 Simon Marchi <simon.marchi@polymtl.ca>
12564
12565 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12566 calls and add comments. Skip test if use_gdb_stub is set.
12567 (top level): Use "set cwd" command instead of "cd" command.
12568
12569 2017-10-13 Pedro Alves <palves@redhat.com>
12570
12571 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12572 is_remote target check.
12573
12574 2017-10-13 Pedro Alves <palves@redhat.com>
12575
12576 * gdb.base/scope.exp: Use build_executable + clean_restart +
12577 gdb_file_cmd instead of prepare_for_testing and no longer skip
12578 "before run" tests on is_remote target boards. Update comments.
12579 * boards/native-extended-gdbserver.exp
12580 (extended_gdbserver_load_last_file): New, factored out from ...
12581 (gdb_load): ... this. Move further below and add comment.
12582 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12583
12584 2017-10-12 Pedro Alves <palves@redhat.com>
12585
12586 * gdb.base/attach.exp: Remove references to gdb64.
12587 * gdb.base/dbx.exp: Remove references to gdb64.
12588
12589 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12590 Pedro Alves <palves@redhat.com>
12591
12592 * gdb.base/label.exp: Remove is_remote target check.
12593
12594 2017-10-12 Pedro Alves <palves@redhat.com>
12595
12596 * gdb.base/auvx.exp (coredir): Update comment.
12597 (top level) <core_works>: Use "set cwd" command instead of "cd"
12598 command.
12599
12600 2017-10-12 Pedro Alves <palves@redhat.com>
12601 Simon Marchi <simon.marchi@polymtl.ca>
12602
12603 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12604 target boards.
12605
12606 2017-10-12 Pedro Alves <palves@redhat.com>
12607 Simon Marchi <simon.marchi@polymtl.ca>
12608
12609 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12610 Instead skip if there's any gdb_protocol set.
12611
12612 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12613 Pedro Alves <palves@redhat.com>
12614
12615 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12616
12617 2017-10-12 Pedro Alves <palves@redhat.com>
12618 Simon Marchi <simon.marchi@polymtl.ca>
12619
12620 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12621 instead of on dejagnu remote boards.
12622
12623 2017-10-12 Pedro Alves <palves@redhat.com>
12624 Simon Marchi <simon.marchi@polymtl.ca>
12625
12626 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12627 checks. Use build_executable + clean_restart instead of
12628 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12629 of enabling non-stop after starting gdb.
12630
12631 2017-10-12 Pedro Alves <palves@redhat.com>
12632
12633 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12634 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12635 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12636 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12637
12638 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12639
12640 * gdb.arch/arc-tdesc-cpu.exp: New file.
12641 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12642
12643 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12644
12645 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12646
12647 2017-10-10 Pedro Alves <palves@redhat.com>
12648
12649 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12650 expect CLI output.
12651
12652 2017-10-10 Pedro Alves <palves@redhat.com>
12653
12654 * lib/selftest-support.exp (selftest_setup): Update for
12655 captured_command_loop's prototype change.
12656
12657 2017-10-09 Pedro Alves <palves@redhat.com>
12658
12659 Test both arch1=>arch2 and arch2=>arch1.
12660
12661 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12662 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12663 factored out to...
12664 (append_arch1_options, append_arch2_options, append_arch_options)
12665 (build_executables): New procedures.
12666 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12667 local.
12668 (top level): Add new 'first_arch' testing axis.
12669
12670 2017-10-09 Pedro Alves <palves@redhat.com>
12671
12672 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12673 (barrier): New.
12674 (thread_start, all_started): New functions.
12675 (main): Spawn new thread and wait until it is scheduled.
12676 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12677 option.
12678 (do_test): Add 'selected_thread' parameter. Run to all_started
12679 instead of main. Explicitly set the breakpoint at main. Switch
12680 to the SELECTED_THREAD thread.
12681 (top level): Test handling the exec event with either the main
12682 thread or the second thread selected.
12683
12684 2017-10-09 Pedro Alves <palves@redhat.com>
12685
12686 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12687 logic. Move STOP marker after the value checks.
12688 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12689 regexp.
12690
12691 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12692
12693 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12694
12695 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12696
12697 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12698 integer-to-dfp conversion.
12699 * gdb.base/dfp-test.exp: Likewise.
12700
12701 2017-10-04 Pedro Alves <palves@redhat.com>
12702
12703 * gdb.multi/hangout.c: Include <unistd.h>.
12704 (hangout_loop): New function.
12705 (main): Call alarm. Call hangout_loop in a loop.
12706 * gdb.multi/hello.c: Include <unistd.h>.
12707 (hello_loop): New function.
12708 (main): Call alarm. Call hangout_loop in a loop.
12709 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12710 inferior with the other selected.
12711
12712 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12713
12714 * gdb.mi/list-thread-groups-available.exp: New file.
12715 * gdb.mi/list-thread-groups-available.c: New file.
12716
12717 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12718
12719 * gdb.base/set-cwd.exp: Make it available on
12720 native-extended-gdbserver.
12721
12722 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12723
12724 * gdb.base/set-cwd.c: New file.
12725 * gdb.base/set-cwd.exp: Likewise.
12726
12727 2017-10-02 Tom Tromey <tom@tromey.com>
12728
12729 PR rust/22236:
12730 * gdb.rust/simple.rs (main): New variable "fslice".
12731 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12732
12733 2017-10-02 Tom Tromey <tom@tromey.com>
12734
12735 * gdb.rust/simple.exp: Test ptype of a slice.
12736
12737 2017-10-02 Tom Tromey <tom@tromey.com>
12738
12739 * gdb.rust/simple.exp: Test index of slice.
12740
12741 2017-09-27 Tom Tromey <tom@tromey.com>
12742
12743 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12744
12745 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12746 Pedro Alves <palves@redhat.com>
12747
12748 * gdb.base/compare-sections.exp (get value of read-only section): Read
12749 as unsigned value.
12750 (corrupt read-only section): Likewise and don't set written if patching
12751 failed.
12752
12753 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12754
12755 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12756 files.
12757
12758 2017-09-20 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12761 symbol names in gdb's output.
12762 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12763
12764 2017-09-20 Pedro Alves <palves@redhat.com>
12765
12766 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12767 Rename to ...
12768 (test_list_ambiguous_symbol): ... this and add a symbol name
12769 parameter. Adjust.
12770 (test_list_ambiguous_function): Reimplement on top of
12771 test_list_ambiguous_symbol and also test listing ambiguous
12772 variables.
12773 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12774 (ambiguous_fun): ... this.
12775 (ambiguous_var): New.
12776 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12777 (ambiguous_fun): ... this.
12778 (ambiguous_var): New.
12779
12780 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12781
12782 * gdb.base/starti.c: New file.
12783 * gdb.base/starti.exp: New file.
12784 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12785
12786 2017-09-14 Pedro Alves <palves@redhat.com>
12787
12788 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12789 (top level): Use it instead of runto.
12790
12791 2017-09-11 Tom Tromey <tom@tromey.com>
12792
12793 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12794
12795 2017-09-11 Tom Tromey <tom@tromey.com>
12796
12797 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12798 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12799
12800 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12801
12802 * gdb.fortran/printing-types.exp: New file.
12803 * gdb.fortran/printing-types.exp: New file.
12804
12805 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12806
12807 * gdb.fortran/vla-ptype.exp: Fix typos.
12808 * gdb.fortran/vla-value.exp: Same.
12809
12810 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12811
12812 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12813 * gdb.mi/mi-var-child-f.exp: Likewise.
12814 * gdb.mi/mi-vla-fortran.exp: Likewise.
12815
12816 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12817 Christoph Weinmann <christoph.t.weinmann@intel.com>
12818 Bernhard Heckel <bernhard.heckel@intel.com>
12819
12820 * gdb.fortran/ptr-indentation.f90: New file.
12821 * gdb.fortran/ptr-indentation.exp: New file.
12822
12823 2017-09-05 Tom Tromey <tom@tromey.com>
12824
12825 PR gdb/22010:
12826 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12827
12828 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12829
12830 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12831
12832 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12833
12834 * gdb.threads/tls-nodebug-pie.c: New file.
12835 * gdb.threads/tls-nodebug-pie.exp: New file.
12836
12837 2017-09-05 Tom Tromey <tom@tromey.com>
12838
12839 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12840 for rust.
12841
12842 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12843
12844 * gdb.multi/multi-arch-exec.exp: Test with different
12845 "follow-exec-mode" settings.
12846 (do_test): New procedure.
12847
12848 2017-09-04 Pedro Alves <palves@redhat.com>
12849
12850 * gdb.base/func-static.c (S::method const, S::method volatile)
12851 (S::method volatile const): New methods.
12852 (c_s, v_s, cv_s): New instances.
12853 (main): Call method() on them.
12854 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12855 (cannot_resolve): New procedure.
12856 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12857 print-quote-unquoted columns.
12858 (do_test): Test printing each scope too.
12859
12860 2017-09-04 Pedro Alves <palves@redhat.com>
12861
12862 * gdb.base/local-static.exp: Also test with
12863 class::method::variable wholly quoted.
12864 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12865
12866 2017-09-04 Pedro Alves <palves@redhat.com>
12867
12868 * gdb.base/local-static.c: New.
12869 * gdb.base/local-static.cc: New.
12870 * gdb.base/local-static.exp: New.
12871
12872 2017-09-04 Pedro Alves <palves@redhat.com>
12873
12874 * gdb.asm/asm-source.exp: Add casts to int.
12875 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12876 (dataglobal64_1, dataglobal64_2): New globals.
12877 * gdb.base/nodebug.exp: Test different expressions involving the
12878 new globals, with print, whatis and ptype. Add casts to int.
12879 * gdb.base/solib-display.exp: Add casts to int.
12880 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12881 * gdb.cp/m-static.exp: Add cast to int.
12882 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12883 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12884 tls variable with no debug info without a cast. Test with a cast
12885 to int too.
12886 * gdb.trace/entry-values.exp: Add casts.
12887
12888 2017-09-04 Pedro Alves <palves@redhat.com>
12889
12890 * gdb.base/nodebug.exp: Test that ptype's error about functions
12891 with unknown return type includes the function name too.
12892
12893 2017-09-04 Pedro Alves <palves@redhat.com>
12894
12895 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12896 return type of munmap in infcall.
12897 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12898 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12899 type of ftell in infcall.
12900 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12901 type of getpid in infcall.
12902 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12903 infcall.
12904 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12905 Bail on failure to extract the pid.
12906 * gdb.base/nodebug.c: #include <stdint.h>.
12907 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12908 New functions.
12909 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12910 Change expected output of print/whatis/ptype with functions with
12911 no debug info. Test all supported languages. Call
12912 test_call_promotion.
12913 * gdb.compile/compile.exp: Adjust expected output to expect
12914 warning.
12915 * gdb.threads/siginfo-threads.exp: Likewise.
12916
12917 2017-09-04 Pedro Alves <palves@redhat.com>
12918
12919 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12920 "prototypes". Test calling float functions via prototyped and
12921 unprototyped function pointers.
12922 (perform_all_tests): New parameter "prototypes". Pass it down.
12923 (top level): Pass down "prototypes" parameter to
12924 perform_all_tests.
12925
12926 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12927
12928 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12929 Test with nested loops.
12930
12931 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12932
12933 * gdb.base/commands.exp: Call the new procedures.
12934 (loop_break_test, loop_continue_test): New procedures.
12935
12936 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12937
12938 * gdb.base/commands.exp: Call new procedure.
12939 (define_if_without_arg_test): New procedure.
12940
12941 2017-09-04 Pedro Alves <palves@redhat.com>
12942
12943 * gdb.base/list-ambiguous.exp: New file.
12944 * gdb.base/list-ambiguous0.c: New file.
12945 * gdb.base/list-ambiguous1.c: New file.
12946 * gdb.base/list.exp (test_list_range): Adjust expected output.
12947
12948 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12949
12950 * gdb.base/share-env-with-gdbserver.c: New file.
12951 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12952
12953 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12954
12955 * gdb.base/commands.exp (gdbvar_simple_if_test,
12956 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12957 progvar_simple_if_test, progvar_simple_while_test,
12958 progvar_complex_if_while_test, user_defined_command_test,
12959 user_defined_command_args_eval,
12960 user_defined_command_args_stack_test,
12961 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12962 temporary_breakpoint_commands,
12963 gdb_test_no_prompt, redefine_hook_test,
12964 redefine_backtrace_test): Remove "global gdb_prompt".
12965
12966 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12967
12968 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12969 New proc, call it from toplevel.
12970
12971 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12972
12973 PR remote/21852
12974 * gdb.server/normal.c: New file, copied from gdb.base.
12975 * gdb.server/run-without-local-binary.exp: New file.
12976
12977 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12978
12979 * gdb.arch/sparc64-adi.exp: New file.
12980 * gdb.arch/sparc64-adi.c: New file.
12981
12982 2017-08-22 Pedro Alves <palves@redhat.com>
12983
12984 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12985 (top level): Add "list all overloads" tests.
12986
12987 2017-08-22 Tom Tromey <tom@tromey.com>
12988
12989 * gdb.gdb/xfullpath.exp: Remove.
12990
12991 2017-08-21 Pedro Alves <palves@redhat.com>
12992
12993 PR gdb/19487
12994 * gdb.base/symbol-alias.c: New.
12995 * gdb.base/symbol-alias2.c: New.
12996 * gdb.base/symbol-alias.exp: New.
12997
12998 2017-08-21 Pedro Alves <palves@redhat.com>
12999
13000 * gdb.base/dfp-test.c
13001 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
13002 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
13003 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
13004 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
13005 * gdb.base/whatis-ptype-typedefs.c: New.
13006 * gdb.base/whatis-ptype-typedefs.exp: New.
13007 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
13008 (an_int, an_int_type, an_int_type2): New globals.
13009 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
13010 involving typedefs and cast expressions.
13011 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
13012 (lookup_typedefs_function): New.
13013 (typedefs_pretty_printers_dict): New.
13014 (top level): Register lookup_typedefs_function in
13015 gdb.pretty_printers.
13016
13017 2017-08-18 Yao Qi <yao.qi@linaro.org>
13018
13019 * gdb.server/unittest.exp: New.
13020
13021 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
13022
13023 PR gdb/21954
13024 * gdb.base/environ.exp: Add test to check if 'unset environment'
13025 works.
13026
13027 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13028
13029 * lib/gdb.exp (universal_compile_options): New caching proc.
13030 (gdb_compile): Suppress GCC's coloring of messages.
13031
13032 2017-08-14 Tom Tromey <tom@tromey.com>
13033
13034 PR gdb/21675:
13035 * gdb.base/printcmds.exp (test_radices): New function.
13036 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
13037 * gdb.base/sizeof.exp (check_valueof): Use p/d.
13038 * lib/gdb.exp (get_integer_valueof): Use p/d.
13039
13040 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
13041
13042 * lib/gdb.exp (get_valueof): Don't capture end-of-line
13043 characters.
13044
13045 2017-08-05 Tom Tromey <tom@tromey.com>
13046
13047 * gdb.rust/simple.exp: Allow String to appear in a different
13048 namespace.
13049
13050 2017-07-26 Yao Qi <yao.qi@linaro.org>
13051
13052 * gdb.gdb/unittest.exp: Invoke command
13053 "maintenance check xml-descriptions".
13054
13055 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13056
13057 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
13058 calling context.
13059 (hex128): Drop erroneous calculation of parameters.
13060
13061 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
13062
13063 * gdb.python/py-unwind.exp: Disable stack protection when
13064 building test file.
13065
13066 2017-07-20 Pedro Alves <palves@redhat.com>
13067
13068 * gdb.base/default.exp (set language): Adjust expected output.
13069
13070 2017-07-20 Pedro Alves <palves@redhat.com>
13071
13072 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
13073 (test_minsym): ... this, and make static.
13074 (get_pck__foo__bar__minsym): Rename to ...
13075 (get_test_minsym): ... this.
13076 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
13077 symbol names and comments.
13078 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
13079 (get_test_minsym): ... this.
13080 (pck__foo__bar__minsym__2): Rename to ...
13081 (test_minsym): ... this.
13082 (main): Adjust.
13083
13084 2017-07-17 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.base/completion.exp: Adjust expected output.
13087 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
13088 the completer works.
13089
13090 2017-07-17 Pedro Alves <palves@redhat.com>
13091
13092 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
13093
13094 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
13095
13096 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
13097
13098 2017-07-14 Tom Tromey <tom@tromey.com>
13099
13100 PR rust/21764:
13101 * gdb.rust/simple.exp: Add tests.
13102
13103 2017-07-14 Tom Tromey <tom@tromey.com>
13104
13105 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
13106
13107 2017-07-14 Pedro Alves <palves@redhat.com>
13108
13109 * gdb.linespec/base/one/thefile.cc (z1): New function.
13110 * gdb.linespec/base/two/thefile.cc (z2): New function.
13111 * gdb.linespec/linespec.exp: Add tests.
13112
13113 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13114
13115 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
13116 to mi_create_breakpoint.
13117
13118 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13119
13120 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
13121 mi_create_breakpoint.
13122
13123 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
13124
13125 * gdb.dlang/demangle.exp: Update for demangling changes.
13126
13127 2017-07-09 Tom Tromey <tom@tromey.com>
13128
13129 * gdb.dwarf2/shortpiece.exp: New file.
13130
13131 2017-07-06 David Blaikie <dblaikie@gmail.com>
13132
13133 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
13134 built from fissiont-multi-cu{1,2}.c.
13135 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
13136 except putting 'main' and 'func' in separate CUs in the same DWO file.
13137 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
13138 test.
13139 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
13140 test.
13141
13142 2017-07-06 Pedro Alves <palves@redhat.com>
13143
13144 * gdb.python/py-unwind.exp: Test flushregs.
13145
13146 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13147
13148 PR cli/21688
13149 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
13150 tests for alias commands and trailing whitespace.
13151
13152 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13153
13154 PR cli/21688
13155 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
13156 procedure. Call it.
13157
13158 2017-06-29 Pedro Alves <palves@redhat.com>
13159
13160 * gdb.base/printcmds.exp: Add tests.
13161
13162 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
13163
13164 PR gdb/21337
13165 * gdb.base/reread-readsym.exp: New file.
13166 * gdb.base/reread-readsym.c: New file.
13167
13168 2017-06-21 Kevin Buettner <kevinb@redhat.com>
13169
13170 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
13171 subpattern.
13172
13173 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
13174
13175 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
13176 extended mnemonic.
13177 * gdb.arch/powerpc-power9.s: Likewise.
13178
13179 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13180
13181 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
13182 on 32-bit x86 targets. Exploit is_*_target macros where
13183 appropriate.
13184
13185 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13186
13187 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
13188 register pieces.
13189
13190 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13191
13192 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
13193 located in one or more DWARF pieces.
13194
13195 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13196
13197 * lib/gdb.exp (get_endianness): New proc.
13198 * gdb.arch/aarch64-fp.exp: Use it.
13199 * gdb.arch/altivec-regs.exp: Likewise.
13200 * gdb.arch/e500-regs.exp: Likewise.
13201 * gdb.arch/vsx-regs.exp: Likewise.
13202 * gdb.base/dump.exp: Likewise.
13203 * gdb.base/funcargs.exp: Likewise.
13204 * gdb.base/gnu_vector.exp: Likewise.
13205 * gdb.dwarf2/formdata16.exp: Likewise.
13206 * gdb.dwarf2/implptrpiece.exp: Likewise.
13207 * gdb.dwarf2/nonvar-access.exp: Likewise.
13208 * gdb.python/py-inferior.exp: Likewise.
13209 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
13210
13211 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13212
13213 PR gdb/21226
13214 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
13215 stack value pieces are taken from the LSB end.
13216
13217 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13218
13219 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
13220 variable at nonzero offset.
13221
13222 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13223
13224 * gdb.dwarf2/var-access.c: New file.
13225 * gdb.dwarf2/var-access.exp: New test.
13226 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
13227
13228 2017-06-12 Tom Tromey <tom@tromey.com>
13229
13230 * gdb.dwarf2/formdata16.exp: Add tests.
13231
13232 2017-06-12 Tom Tromey <tom@tromey.com>
13233
13234 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
13235
13236 2017-06-12 Tom Tromey <tom@tromey.com>
13237
13238 PR exp/16225:
13239 * gdb.reverse/i386-sse-reverse.exp: Update tests.
13240 * gdb.arch/vsx-regs.exp: Update tests.
13241 * gdb.arch/s390-vregs.exp (hex128): New proc.
13242 Update test.
13243 * gdb.arch/altivec-regs.exp: Update tests.
13244
13245 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13246
13247 * gdb.base/startup-with-shell.c: New file.
13248 * gdb.base/startup-with-shell.exp: Likewise.
13249
13250 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13251
13252 * gdb.server/non-existing-program.exp: Update regex in order to
13253 reflect the fact that gdbserver is now using fork_inferior (with a
13254 shell) to startup the inferior.
13255
13256 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
13257
13258 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
13259 support function calls from GDB.
13260
13261 2017-05-21 Tom Tromey <tom@tromey.com>
13262
13263 PR rust/21466:
13264 * gdb.rust/unsized.exp: New file.
13265 * gdb.rust/unsized.rs: New file.
13266
13267 2017-05-19 Tom Tromey <tom@tromey.com>
13268
13269 PR rust/21484:
13270 * gdb.rust/watch.exp: New file.
13271 * gdb.rust/watch.rs: New file.
13272
13273 2017-05-18 Tom Tromey <tom@tromey.com>
13274
13275 * gdb.rust/simple.exp: Allow Box to be qualified.
13276
13277 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
13278
13279 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
13280
13281 2017-05-18 Pedro Alves <palves@redhat.com>
13282
13283 * gdb.base/fileio.c (test_write, test_read, test_close)
13284 (test_fstat): Don't print 'ret' in the fail path.
13285
13286 2017-05-18 Pedro Alves <palves@redhat.com>
13287
13288 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
13289 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
13290 (test_system, test_rename, test_unlink, test_time): Change
13291 prototypes.
13292 * gdb.base/fileio.exp (stop_msg): Adjust.
13293
13294 2017-05-18 Pedro Alves <palves@redhat.com>
13295
13296 * gdb.base/fileio.c (null_str): New global.
13297 (test_stat): Use it.
13298 * gdb.base/fileio.exp: Remove nowarnings.
13299
13300 2017-05-17 Yao Qi <yao.qi@linaro.org>
13301
13302 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
13303
13304 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
13305
13306 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
13307 argument command.
13308 (top-level): Invoke test_set_inferior_tty.
13309
13310 2017-05-04 Pedro Alves <palves@redhat.com>
13311
13312 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
13313 Add parens to print call for Python 3.
13314
13315 2017-05-03 Keith Seitz <keiths@redhat.com>
13316
13317 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13318 (main): Call it.
13319
13320 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13321
13322 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
13323 to prev and next.
13324
13325 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13326
13327 * gdb.python/py-record-btrace.exp: Remove test for
13328 gdb.BtraceInstruction.error.
13329
13330 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13331
13332 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13333
13334 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13335
13336 * gdb.python/py-record-btrace-threads.c: New file.
13337 * gdb.python/py-record-btrace-threads.exp: New file.
13338
13339 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
13340
13341 PR testsuite/8595
13342 * gdb.base/environ.exp: Make test available in all architectures.
13343 Move bits related to "info program" testing to
13344 gdb.base/info-program.exp. Rewrite tests to use the two new
13345 procedures mentione below.
13346 (test_set_show_env_var) New procedure.
13347 (test_set_show_env_var_equal): Likewise.
13348 * gdb.base/info-program.exp: New file.
13349
13350 2017-04-27 Keith Seitz <keiths@redhat.com>
13351
13352 * gdb.cp/oranking.cc (test15): New function.
13353 (main): Call test15 and declare additional variables for testing.
13354 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13355 "p foo101('abc')" tests.
13356 Add tests for cv qualifier overloads.
13357 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13358 "lvalue reference overload" test.
13359 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13360 "print value of f1 on Child&& in f2" test.
13361
13362 2017-04-19 Pedro Alves <palves@redhat.com>
13363
13364 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13365 procedure.
13366 (top level): Call it.
13367 * lib/gdb.exp (gdb_define_cmd): New procedure.
13368
13369 2017-04-12 Pedro Alves <palves@redhat.com>
13370
13371 PR gdb/21323
13372 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13373 (wchar): New global.
13374 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13375 (do_test_wide_char, wide_char_types_no_program, top level): Add
13376 wchar_t testing.
13377
13378 2017-04-12 Pedro Alves <palves@redhat.com>
13379
13380 PR c++/21323
13381 * gdb.cp/wide_char_types.c: New file.
13382 * gdb.cp/wide_char_types.exp: New file.
13383
13384 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13385
13386 PR gdb/21352
13387 * gdb.trace/tsv.exp: Add test for "tsave -r".
13388
13389 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13390
13391 * gdb.dlang/watch-loc.c: New file.
13392 * gdb.dlang/watch-loc.exp: New file.
13393
13394 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13395
13396 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13397
13398 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13399
13400 * gdb.arch/arc-analyze-prologue.S: New file.
13401 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13402
13403 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13404
13405 * gdb.arch/arc-decode-insn.S: New file.
13406 * gdb.arch/arc-decode-insn.exp: Likewise.
13407
13408 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13409
13410 PR tdep/20928
13411 * gdb.arch/sparc64-regs.exp: New file.
13412 * gdb.arch/sparc64-regs.S: Likewise.
13413
13414 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13415
13416 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13417 and memory view on Python 3.
13418
13419 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
13420 Keith Seitz <keiths@redhat.com>
13421
13422 PR gdb/14441
13423 * gdb.cp/demangle.exp: Add rvalue reference tests.
13424 * gdb.cp/rvalue-ref-casts.cc: New file.
13425 * gdb.cp/rvalue-ref-casts.exp: New file.
13426 * gdb.cp/rvalue-ref-overload.cc: New file.
13427 * gdb.cp/rvalue-ref-overload.exp: New file.
13428 * gdb.cp/rvalue-ref-params.cc: New file.
13429 * gdb.cp/rvalue-ref-params.exp: New file.
13430 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13431 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13432 * gdb.cp/rvalue-ref-types.cc: New file.
13433 * gdb.cp/rvalue-ref-types.exp: New file.
13434 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13435 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13436
13437 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13438
13439 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13440 New procedure.
13441
13442 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13443
13444 * lib/mi-support.exp (mi_gdb_test): Add additional message
13445 for unexpected output.
13446
13447 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13448
13449 * gdb.base/examine-backward.c (Barrier): New character array
13450 constant, to ensure that TestStrings is preceded by a string
13451 terminator.
13452
13453 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13454
13455 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13456 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13457 and implicit pointer into such a location.
13458
13459 2017-03-16 Doug Evans <dje@google.com>
13460
13461 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13462
13463 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13464
13465 * gdb.cp/m-static.exp: Fix expectation for prototype of
13466 test5.single_constructor and single_constructor::single_constructor.
13467
13468 2017-03-16 Doug Evans <dje@google.com>
13469
13470 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13471 * gdb.guile/scm-lazy-string.c: New file.
13472 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13473 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13474 for pointer, array, typedef lazy strings.
13475
13476 2017-03-16 Doug Evans <dje@google.com>
13477
13478 PR python/17728, python/18439, python/18779
13479 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13480 * gdb.python/py-lazy-string.c (pointer): New typedef.
13481 (main): New locals ptr, array, typedef_ptr.
13482 * gdb.python/py-value.exp: Move lazy string tests to ...
13483 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13484 array, typedef lazy strings.
13485
13486 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13487
13488 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13489 Add optional 'test' parameter.
13490
13491 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13492
13493 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13494 Skip for versions of DejaGnu < 1.5.
13495
13496 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13497
13498 * lib/gdb.exp (dejagnu_version): New proc.
13499 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13500 Use dejagnu_version.
13501
13502 2017-03-10 Keith Seitz <keiths@redhat.com>
13503
13504 PR c++/8128
13505 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13506 type from destructor regexps.
13507 Add a branch which actually passes the test.
13508 Adjust "ptype t5i" test names.
13509
13510 2017-03-08 Pedro Alves <palves@redhat.com>
13511
13512 * gdb.base/step-over-exit.exp: Add explicit test message.
13513
13514 2017-03-08 Pedro Alves <palves@redhat.com>
13515
13516 PR gdb/18360
13517 * gdb.threads/interrupt-while-step-over.c: New file.
13518 * gdb.threads/interrupt-while-step-over.exp: New file.
13519
13520 2017-03-08 Pedro Alves <palves@redhat.com>
13521
13522 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13523 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13524
13525 2017-03-08 Pedro Alves <palves@redhat.com>
13526
13527 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13528 PKRU as not supported as a PASS.
13529
13530 2017-03-08 Pedro Alves <palves@redhat.com>
13531
13532 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13533 prefix instead of $binfile1/$binfile2.
13534 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13535 in test message.
13536 * gdb.python/py-completion.exp: Use "load python file" as test
13537 messages instead of unstable path names.
13538
13539 2017-03-08 Pedro Alves <palves@redhat.com>
13540 Jan Kratochvil <jan.kratochvil@redhat.com>
13541
13542 PR cli/21218
13543 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13544 New proc.
13545 (top level): Call it.
13546
13547 2017-03-08 Pedro Alves <palves@redhat.com>
13548
13549 PR tui/21216
13550 * gdb.tui/tui-nl-filtered-output.exp: New file.
13551
13552 2017-03-08 Pedro Alves <palves@redhat.com>
13553
13554 * gdb.base/completion.exp: Move TUI completion tests to ...
13555 * gdb.tui/completion.exp: ... this new file.
13556
13557 2017-03-08 Pedro Alves <palves@redhat.com>
13558
13559 * gdb.base/tui-disasm-long-lines.c,
13560 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13561 gdb.base/tui-layout.exp: Move to ...
13562 * gdb.tui/: ... this new directory.
13563
13564 2017-03-07 Pedro Alves <palves@redhat.com>
13565
13566 * gdb.base/tui-layout.c: New file.
13567 * gdb.base/tui-layout.exp: New file.
13568
13569 2017-03-07 Pedro Alves <palves@redhat.com>
13570
13571 * gdb.base/tui-layout.c: Rename to ...
13572 * gdb.base/tui-disasm-long-lines.c: ... this.
13573 * gdb.base/tui-layout.exp: Rename to ...
13574 * gdb.base/tui-disasm-long-lines.exp: ... this.
13575
13576 2017-03-07 Pedro Alves <palves@redhat.com>
13577
13578 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13579
13580 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13581
13582 * i386-mpx-call.c: New file.
13583 * i386-mpx-call.exp: New file.
13584
13585 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13586
13587 * gdb.arch/powerpc-power.exp: Delete test.
13588 * gdb.arch/powerpc-power.s: Likewise.
13589 * gdb.disasm/disassembler-options.exp: New test.
13590 * gdb.arch/powerpc-altivec.exp: Likewise.
13591 * gdb.arch/powerpc-altivec.s: Likewise.
13592 * gdb.arch/powerpc-altivec2.exp: Likewise.
13593 * gdb.arch/powerpc-altivec2.s: Likewise.
13594 * gdb.arch/powerpc-altivec3.exp: Likewise.
13595 * gdb.arch/powerpc-altivec3.s: Likewise.
13596 * gdb.arch/powerpc-power7.exp: Likewise.
13597 * gdb.arch/powerpc-power7.s: Likewise.
13598 * gdb.arch/powerpc-power8.exp: Likewise.
13599 * gdb.arch/powerpc-power8.s: Likewise.
13600 * gdb.arch/powerpc-power9.exp: Likewise.
13601 * gdb.arch/powerpc-power9.s: Likewise.
13602 * gdb.arch/powerpc-vsx.exp: Likewise.
13603 * gdb.arch/powerpc-vsx.s: Likewise.
13604 * gdb.arch/powerpc-vsx2.exp: Likewise.
13605 * gdb.arch/powerpc-vsx2.s: Likewise.
13606 * gdb.arch/powerpc-vsx3.exp: Likewise.
13607 * gdb.arch/powerpc-vsx3.s: Likewise.
13608 * gdb.arch/arm-disassembler-options.exp: Likewise.
13609 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13610 * gdb.arch/s390-disassembler-options.exp: Likewise.
13611
13612 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13613
13614 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13615 (check_supported_features): ... this. Changed return type to void.
13616 (supports_rdseed): New static global.
13617 (rdseed): Check supports_rdseed.
13618 (initialize): Call check_supported_features.
13619
13620 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13621
13622 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13623 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13624 and lqarx/stqcx.
13625 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13626 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13627
13628 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13629
13630 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13631 uppercase.
13632
13633 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13634
13635 * gdb.dwarf2/formdata16.c: New file.
13636 * gdb.dwarf2/formdata16.exp: New file.
13637 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13638
13639 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13640
13641 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13642 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13643 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13644 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13645 DW_AT_GNU_*.
13646
13647 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13648
13649 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13650
13651 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13652
13653 PR gdb/21164
13654 * gdb.base/maint.exp: Add testcases for when the commands do
13655 not have arguments.
13656
13657 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13658
13659 * gdb.cp/chained-calls.exp: Use p instead of P.
13660
13661 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13662
13663 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13664 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13665
13666 2017-02-14 Tom Tromey <tom@tromey.com>
13667
13668 PR python/13598:
13669 * gdb.python/py-events.exp: Add before_prompt event tests.
13670
13671 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13672
13673 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13674
13675 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13676
13677 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13678 (main): Call my_unique_function_name.
13679 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13680 completion of patterns with a single match.
13681 Add missing -re switches to gdb_test_multiple calls.
13682
13683 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13684
13685 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13686 return if core file is not recognized.
13687
13688 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13689
13690 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13691 and extra UIs.
13692
13693 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13694
13695 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13696 proc_with_prefix.
13697
13698 2017-02-10 Tom Tromey <tom@tromey.com>
13699
13700 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13701
13702 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13703
13704 PR gdb/21122
13705 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13706
13707 2017-02-08 Jerome Guitton <guitton@adacore.com>
13708
13709 * gdb.base/define.exp: Add test for command abbreviations
13710 in define.
13711
13712 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13713
13714 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13715 * gdb.reverse/insn-reverse-x86.c: New file.
13716
13717 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13718
13719 PR tdep/20936
13720 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13721
13722 2017-02-03 Tom Tromey <tom@tromey.com>
13723
13724 PR rust/21097:
13725 * gdb.rust/simple.exp: Add new tests.
13726
13727 2017-02-02 Pedro Alves <palves@redhat.com>
13728
13729 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13730 tests.
13731
13732 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13733
13734 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13735 taking a 2-byte value out of a 4-byte DWARF implicit value on
13736 big-endian targets.
13737 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13738 logic. Add test cases for DW_OP_implicit.
13739
13740 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13741
13742 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13743
13744 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13745
13746 * gdb.btrace/enable.exp: Call gdb_exit before
13747 skip_gdbserver_tests.
13748
13749 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13750
13751 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13752 GDBFLAGS.
13753
13754 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13755
13756 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13757 the test is skipped.
13758 * gdb.btrace/data.exp: Likewise.
13759 * gdb.btrace/delta.exp: Likewise.
13760 * gdb.btrace/dlopen.exp: Likewise.
13761 * gdb.btrace/enable-running.exp: Likewise.
13762 * gdb.btrace/enable.exp: Likewise.
13763 * gdb.btrace/exception.exp: Likewise.
13764 * gdb.btrace/function_call_history.exp: Likewise.
13765 * gdb.btrace/gcore.exp: Likewise.
13766 * gdb.btrace/instruction_history.exp: Likewise.
13767 * gdb.btrace/multi-thread-step.exp: Likewise.
13768 * gdb.btrace/nohist.exp: Likewise.
13769 * gdb.btrace/non-stop.exp: Likewise.
13770 * gdb.btrace/reconnect.exp: Likewise.
13771 * gdb.btrace/record_goto-step.exp: Likewise.
13772 * gdb.btrace/record_goto.exp: Likewise.
13773 * gdb.btrace/rn-dl-bind.exp: Likewise.
13774 * gdb.btrace/segv.exp: Likewise.
13775 * gdb.btrace/step.exp: Likewise.
13776 * gdb.btrace/stepi.exp: Likewise.
13777 * gdb.btrace/tailcall-only.exp: Likewise.
13778 * gdb.btrace/tailcall.exp: Likewise.
13779 * gdb.btrace/tsx.exp: Likewise.
13780 * gdb.btrace/unknown_functions.exp: Likewise.
13781 * gdb.btrace/vdso.exp: Likewise.
13782
13783 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13784
13785 * gdb.btrace/enable-running.c: New.
13786 * gdb.btrace/enable-running.exp: New.
13787
13788 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13789
13790 * gdb.arch/amd64-gs_base.c: New file.
13791 * gdb.arch/amd64-gs_base.exp: New file.
13792
13793 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13794
13795 * lib/memory.exp: Remove spurious empty newlines.
13796
13797 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13798
13799 * gdb.python/py-bad-printers.exp: Load python file using "source".
13800 * gdb.python/py-events.exp: Likewise.
13801 * gdb.python/py-evsignal.exp: Likewise.
13802 * gdb.python/py-evthreads.exp: Likewise.
13803 * gdb.python/py-frame-args.exp: Likewise.
13804 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13805 * gdb.python/py-framefilter-mi.exp: Likewise.
13806 * gdb.python/py-framefilter.exp: Likewise.
13807 * gdb.python/py-mi.exp: Likewise.
13808 * gdb.python/py-pp-maint.exp: Likewise.
13809 * gdb.python/py-pp-registration.exp: Likewise.
13810 * gdb.python/py-prettyprint.exp: Likewise.
13811 (run_lang_tests): Likewise.
13812 * gdb.python/py-typeprint.exp: Likewise.
13813
13814 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13815
13816 * lib/memory.exp: New file.
13817 * lib/gdb.exp: Load memory.exp.
13818 * gdb.base/memattr.exp (delete_memory): Move proc to
13819 lib/memory.exp and rename to delete_memory_regions.
13820 Replace delete_memory with delete_memory_regions.
13821 Cleanup memory regions before tests.
13822 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13823 before tests.
13824
13825 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13826
13827 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13828 files.
13829 (initialize): New function conditionally defined.
13830 (testcases): Move within conditional block.
13831 (main): Call initialize.
13832 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13833 of gdb.reverse/insn-reverse.c.
13834 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13835 gdb.reverse/insn-reverse.c.
13836
13837 2017-01-26 Yao Qi <yao.qi@linaro.org>
13838
13839 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13840 disassemble on address 0.
13841
13842 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13843 Yao Qi <yao.qi@linaro.org>
13844
13845 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13846 * gdb.dwarf2/implptr-64bit.S: Remove.
13847 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13848 variables in caller's context. Add DW_OP_implicit_value.
13849
13850 2017-01-25 Yao Qi <yao.qi@linaro.org>
13851
13852 * lib/dwarf.exp (Dwarf::_location): Handle
13853 DW_OP_GNU_implicit_pointer with proper size.
13854
13855 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13856
13857 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13858 and add untested calls.
13859
13860 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13861
13862 * gdb.python/python.exp: Check line number against what GDB thinks
13863 the line number is for func1.
13864
13865 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13866
13867 * gdb.dlang/debug-expr.exp: New file.
13868
13869 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13870
13871 Fix test names for the following files:
13872
13873 * gdb.ada/exec_changed.exp
13874 * gdb.ada/info_types.exp
13875 * gdb.arch/aarch64-atomic-inst.exp
13876 * gdb.arch/aarch64-fp.exp
13877 * gdb.arch/altivec-abi.exp
13878 * gdb.arch/altivec-regs.exp
13879 * gdb.arch/amd64-byte.exp
13880 * gdb.arch/amd64-disp-step.exp
13881 * gdb.arch/amd64-dword.exp
13882 * gdb.arch/amd64-entry-value-inline.exp
13883 * gdb.arch/amd64-entry-value-param.exp
13884 * gdb.arch/amd64-entry-value-paramref.exp
13885 * gdb.arch/amd64-entry-value.exp
13886 * gdb.arch/amd64-i386-address.exp
13887 * gdb.arch/amd64-invalid-stack-middle.exp
13888 * gdb.arch/amd64-invalid-stack-top.exp
13889 * gdb.arch/amd64-optimout-repeat.exp
13890 * gdb.arch/amd64-prologue-skip.exp
13891 * gdb.arch/amd64-prologue-xmm.exp
13892 * gdb.arch/amd64-stap-special-operands.exp
13893 * gdb.arch/amd64-stap-wrong-subexp.exp
13894 * gdb.arch/amd64-tailcall-cxx.exp
13895 * gdb.arch/amd64-tailcall-noret.exp
13896 * gdb.arch/amd64-tailcall-ret.exp
13897 * gdb.arch/amd64-tailcall-self.exp
13898 * gdb.arch/amd64-word.exp
13899 * gdb.arch/arm-bl-branch-dest.exp
13900 * gdb.arch/arm-disp-step.exp
13901 * gdb.arch/arm-neon.exp
13902 * gdb.arch/arm-single-step-kernel-helper.exp
13903 * gdb.arch/avr-flash-qualifier.exp
13904 * gdb.arch/disp-step-insn-reloc.exp
13905 * gdb.arch/e500-abi.exp
13906 * gdb.arch/e500-regs.exp
13907 * gdb.arch/ftrace-insn-reloc.exp
13908 * gdb.arch/i386-avx512.exp
13909 * gdb.arch/i386-bp_permanent.exp
13910 * gdb.arch/i386-byte.exp
13911 * gdb.arch/i386-cfi-notcurrent.exp
13912 * gdb.arch/i386-disp-step.exp
13913 * gdb.arch/i386-dr3-watch.exp
13914 * gdb.arch/i386-float.exp
13915 * gdb.arch/i386-gnu-cfi.exp
13916 * gdb.arch/i386-mpx-map.exp
13917 * gdb.arch/i386-mpx-sigsegv.exp
13918 * gdb.arch/i386-mpx-simple_segv.exp
13919 * gdb.arch/i386-mpx.exp
13920 * gdb.arch/i386-permbkpt.exp
13921 * gdb.arch/i386-prologue.exp
13922 * gdb.arch/i386-signal.exp
13923 * gdb.arch/i386-size-overlap.exp
13924 * gdb.arch/i386-unwind.exp
13925 * gdb.arch/i386-word.exp
13926 * gdb.arch/mips-fcr.exp
13927 * gdb.arch/powerpc-d128-regs.exp
13928 * gdb.arch/powerpc-stackless.exp
13929 * gdb.arch/ppc64-atomic-inst.exp
13930 * gdb.arch/s390-stackless.exp
13931 * gdb.arch/s390-tdbregs.exp
13932 * gdb.arch/s390-vregs.exp
13933 * gdb.arch/sparc-sysstep.exp
13934 * gdb.arch/thumb-bx-pc.exp
13935 * gdb.arch/thumb-singlestep.exp
13936 * gdb.arch/thumb2-it.exp
13937 * gdb.arch/vsx-regs.exp
13938 * gdb.asm/asm-source.exp
13939 * gdb.base/a2-run.exp
13940 * gdb.base/advance.exp
13941 * gdb.base/all-bin.exp
13942 * gdb.base/anon.exp
13943 * gdb.base/args.exp
13944 * gdb.base/arithmet.exp
13945 * gdb.base/async-shell.exp
13946 * gdb.base/async.exp
13947 * gdb.base/attach-pie-noexec.exp
13948 * gdb.base/attach-twice.exp
13949 * gdb.base/auto-load.exp
13950 * gdb.base/bang.exp
13951 * gdb.base/bitfields.exp
13952 * gdb.base/break-always.exp
13953 * gdb.base/break-caller-line.exp
13954 * gdb.base/break-entry.exp
13955 * gdb.base/break-inline.exp
13956 * gdb.base/break-on-linker-gcd-function.exp
13957 * gdb.base/break-probes.exp
13958 * gdb.base/break.exp
13959 * gdb.base/breakpoint-shadow.exp
13960 * gdb.base/call-ar-st.exp
13961 * gdb.base/call-sc.exp
13962 * gdb.base/call-signal-resume.exp
13963 * gdb.base/call-strs.exp
13964 * gdb.base/callfuncs.exp
13965 * gdb.base/catch-fork-static.exp
13966 * gdb.base/catch-gdb-caused-signals.exp
13967 * gdb.base/catch-load.exp
13968 * gdb.base/catch-signal-fork.exp
13969 * gdb.base/catch-signal.exp
13970 * gdb.base/catch-syscall.exp
13971 * gdb.base/charset.exp
13972 * gdb.base/checkpoint.exp
13973 * gdb.base/chng-syms.exp
13974 * gdb.base/code-expr.exp
13975 * gdb.base/code_elim.exp
13976 * gdb.base/commands.exp
13977 * gdb.base/completion.exp
13978 * gdb.base/complex.exp
13979 * gdb.base/cond-expr.exp
13980 * gdb.base/condbreak.exp
13981 * gdb.base/consecutive.exp
13982 * gdb.base/continue-all-already-running.exp
13983 * gdb.base/coredump-filter.exp
13984 * gdb.base/corefile.exp
13985 * gdb.base/dbx.exp
13986 * gdb.base/debug-expr.exp
13987 * gdb.base/define.exp
13988 * gdb.base/del.exp
13989 * gdb.base/disabled-location.exp
13990 * gdb.base/disasm-end-cu.exp
13991 * gdb.base/disasm-optim.exp
13992 * gdb.base/display.exp
13993 * gdb.base/duplicate-bp.exp
13994 * gdb.base/ena-dis-br.exp
13995 * gdb.base/ending-run.exp
13996 * gdb.base/enumval.exp
13997 * gdb.base/environ.exp
13998 * gdb.base/eu-strip-infcall.exp
13999 * gdb.base/eval-avoid-side-effects.exp
14000 * gdb.base/eval-skip.exp
14001 * gdb.base/exitsignal.exp
14002 * gdb.base/expand-psymtabs.exp
14003 * gdb.base/filesym.exp
14004 * gdb.base/find-unmapped.exp
14005 * gdb.base/finish.exp
14006 * gdb.base/float.exp
14007 * gdb.base/foll-exec-mode.exp
14008 * gdb.base/foll-exec.exp
14009 * gdb.base/foll-fork.exp
14010 * gdb.base/fortran-sym-case.exp
14011 * gdb.base/freebpcmd.exp
14012 * gdb.base/func-ptr.exp
14013 * gdb.base/func-ptrs.exp
14014 * gdb.base/funcargs.exp
14015 * gdb.base/gcore-buffer-overflow.exp
14016 * gdb.base/gcore-relro-pie.exp
14017 * gdb.base/gcore-relro.exp
14018 * gdb.base/gcore.exp
14019 * gdb.base/gdb1090.exp
14020 * gdb.base/gdb11530.exp
14021 * gdb.base/gdb11531.exp
14022 * gdb.base/gdb1821.exp
14023 * gdb.base/gdbindex-stabs.exp
14024 * gdb.base/gdbvars.exp
14025 * gdb.base/hbreak.exp
14026 * gdb.base/hbreak2.exp
14027 * gdb.base/included.exp
14028 * gdb.base/infcall-input.exp
14029 * gdb.base/inferior-died.exp
14030 * gdb.base/infnan.exp
14031 * gdb.base/info-macros.exp
14032 * gdb.base/info-os.exp
14033 * gdb.base/info-proc.exp
14034 * gdb.base/info-shared.exp
14035 * gdb.base/info-target.exp
14036 * gdb.base/infoline.exp
14037 * gdb.base/interp.exp
14038 * gdb.base/interrupt.exp
14039 * gdb.base/jit-reader.exp
14040 * gdb.base/jit-simple.exp
14041 * gdb.base/kill-after-signal.exp
14042 * gdb.base/kill-detach-inferiors-cmd.exp
14043 * gdb.base/label.exp
14044 * gdb.base/langs.exp
14045 * gdb.base/ldbl_e308.exp
14046 * gdb.base/line-symtabs.exp
14047 * gdb.base/linespecs.exp
14048 * gdb.base/list.exp
14049 * gdb.base/long_long.exp
14050 * gdb.base/longest-types.exp
14051 * gdb.base/maint.exp
14052 * gdb.base/max-value-size.exp
14053 * gdb.base/memattr.exp
14054 * gdb.base/mips_pro.exp
14055 * gdb.base/morestack.exp
14056 * gdb.base/moribund-step.exp
14057 * gdb.base/multi-forks.exp
14058 * gdb.base/nested-addr.exp
14059 * gdb.base/nextoverexit.exp
14060 * gdb.base/noreturn-finish.exp
14061 * gdb.base/noreturn-return.exp
14062 * gdb.base/nostdlib.exp
14063 * gdb.base/offsets.exp
14064 * gdb.base/opaque.exp
14065 * gdb.base/pc-fp.exp
14066 * gdb.base/permissions.exp
14067 * gdb.base/print-symbol-loading.exp
14068 * gdb.base/prologue-include.exp
14069 * gdb.base/psymtab.exp
14070 * gdb.base/ptype.exp
14071 * gdb.base/random-signal.exp
14072 * gdb.base/randomize.exp
14073 * gdb.base/range-stepping.exp
14074 * gdb.base/readline-ask.exp
14075 * gdb.base/recpar.exp
14076 * gdb.base/recurse.exp
14077 * gdb.base/relational.exp
14078 * gdb.base/restore.exp
14079 * gdb.base/return-nodebug.exp
14080 * gdb.base/return.exp
14081 * gdb.base/run-after-attach.exp
14082 * gdb.base/save-bp.exp
14083 * gdb.base/scope.exp
14084 * gdb.base/sect-cmd.exp
14085 * gdb.base/set-lang-auto.exp
14086 * gdb.base/set-noassign.exp
14087 * gdb.base/setvar.exp
14088 * gdb.base/sigall.exp
14089 * gdb.base/sigbpt.exp
14090 * gdb.base/siginfo-addr.exp
14091 * gdb.base/siginfo-infcall.exp
14092 * gdb.base/siginfo-obj.exp
14093 * gdb.base/siginfo.exp
14094 * gdb.base/signals-state-child.exp
14095 * gdb.base/signest.exp
14096 * gdb.base/sigstep.exp
14097 * gdb.base/sizeof.exp
14098 * gdb.base/skip.exp
14099 * gdb.base/solib-corrupted.exp
14100 * gdb.base/solib-nodir.exp
14101 * gdb.base/solib-search.exp
14102 * gdb.base/stack-checking.exp
14103 * gdb.base/stale-infcall.exp
14104 * gdb.base/stap-probe.exp
14105 * gdb.base/start.exp
14106 * gdb.base/step-break.exp
14107 * gdb.base/step-bt.exp
14108 * gdb.base/step-line.exp
14109 * gdb.base/step-over-exit.exp
14110 * gdb.base/step-over-syscall.exp
14111 * gdb.base/step-resume-infcall.exp
14112 * gdb.base/step-test.exp
14113 * gdb.base/store.exp
14114 * gdb.base/structs3.exp
14115 * gdb.base/sym-file.exp
14116 * gdb.base/symbol-without-target_section.exp
14117 * gdb.base/term.exp
14118 * gdb.base/testenv.exp
14119 * gdb.base/ui-redirect.exp
14120 * gdb.base/until.exp
14121 * gdb.base/unwindonsignal.exp
14122 * gdb.base/value-double-free.exp
14123 * gdb.base/vla-datatypes.exp
14124 * gdb.base/vla-ptr.exp
14125 * gdb.base/vla-sideeffect.exp
14126 * gdb.base/volatile.exp
14127 * gdb.base/watch-cond-infcall.exp
14128 * gdb.base/watch-cond.exp
14129 * gdb.base/watch-non-mem.exp
14130 * gdb.base/watch-read.exp
14131 * gdb.base/watch-vfork.exp
14132 * gdb.base/watchpoint-cond-gone.exp
14133 * gdb.base/watchpoint-delete.exp
14134 * gdb.base/watchpoint-hw-hit-once.exp
14135 * gdb.base/watchpoint-hw.exp
14136 * gdb.base/watchpoint-stops-at-right-insn.exp
14137 * gdb.base/watchpoints.exp
14138 * gdb.base/wchar.exp
14139 * gdb.base/whatis-exp.exp
14140 * gdb.btrace/buffer-size.exp
14141 * gdb.btrace/data.exp
14142 * gdb.btrace/delta.exp
14143 * gdb.btrace/dlopen.exp
14144 * gdb.btrace/enable.exp
14145 * gdb.btrace/exception.exp
14146 * gdb.btrace/function_call_history.exp
14147 * gdb.btrace/gcore.exp
14148 * gdb.btrace/instruction_history.exp
14149 * gdb.btrace/nohist.exp
14150 * gdb.btrace/reconnect.exp
14151 * gdb.btrace/record_goto-step.exp
14152 * gdb.btrace/record_goto.exp
14153 * gdb.btrace/rn-dl-bind.exp
14154 * gdb.btrace/segv.exp
14155 * gdb.btrace/step.exp
14156 * gdb.btrace/stepi.exp
14157 * gdb.btrace/tailcall-only.exp
14158 * gdb.btrace/tailcall.exp
14159 * gdb.btrace/tsx.exp
14160 * gdb.btrace/unknown_functions.exp
14161 * gdb.btrace/vdso.exp
14162 * gdb.compile/compile-ifunc.exp
14163 * gdb.compile/compile-ops.exp
14164 * gdb.compile/compile-print.exp
14165 * gdb.compile/compile-setjmp.exp
14166 * gdb.cp/abstract-origin.exp
14167 * gdb.cp/ambiguous.exp
14168 * gdb.cp/annota2.exp
14169 * gdb.cp/annota3.exp
14170 * gdb.cp/anon-ns.exp
14171 * gdb.cp/anon-struct.exp
14172 * gdb.cp/anon-union.exp
14173 * gdb.cp/arg-reference.exp
14174 * gdb.cp/baseenum.exp
14175 * gdb.cp/bool.exp
14176 * gdb.cp/breakpoint.exp
14177 * gdb.cp/bs15503.exp
14178 * gdb.cp/call-c.exp
14179 * gdb.cp/casts.exp
14180 * gdb.cp/chained-calls.exp
14181 * gdb.cp/class2.exp
14182 * gdb.cp/classes.exp
14183 * gdb.cp/cmpd-minsyms.exp
14184 * gdb.cp/converts.exp
14185 * gdb.cp/cp-relocate.exp
14186 * gdb.cp/cpcompletion.exp
14187 * gdb.cp/cpexprs.exp
14188 * gdb.cp/cplabel.exp
14189 * gdb.cp/cplusfuncs.exp
14190 * gdb.cp/cpsizeof.exp
14191 * gdb.cp/ctti.exp
14192 * gdb.cp/derivation.exp
14193 * gdb.cp/destrprint.exp
14194 * gdb.cp/dispcxx.exp
14195 * gdb.cp/enum-class.exp
14196 * gdb.cp/exception.exp
14197 * gdb.cp/exceptprint.exp
14198 * gdb.cp/expand-psymtabs-cxx.exp
14199 * gdb.cp/expand-sals.exp
14200 * gdb.cp/extern-c.exp
14201 * gdb.cp/filename.exp
14202 * gdb.cp/formatted-ref.exp
14203 * gdb.cp/fpointer.exp
14204 * gdb.cp/gdb1355.exp
14205 * gdb.cp/gdb2495.exp
14206 * gdb.cp/hang.exp
14207 * gdb.cp/impl-this.exp
14208 * gdb.cp/infcall-dlopen.exp
14209 * gdb.cp/inherit.exp
14210 * gdb.cp/iostream.exp
14211 * gdb.cp/koenig.exp
14212 * gdb.cp/local.exp
14213 * gdb.cp/m-data.exp
14214 * gdb.cp/m-static.exp
14215 * gdb.cp/mb-ctor.exp
14216 * gdb.cp/mb-inline.exp
14217 * gdb.cp/mb-templates.exp
14218 * gdb.cp/member-name.exp
14219 * gdb.cp/member-ptr.exp
14220 * gdb.cp/meth-typedefs.exp
14221 * gdb.cp/method.exp
14222 * gdb.cp/method2.exp
14223 * gdb.cp/minsym-fallback.exp
14224 * gdb.cp/misc.exp
14225 * gdb.cp/namelessclass.exp
14226 * gdb.cp/namespace-enum.exp
14227 * gdb.cp/namespace-nested-import.exp
14228 * gdb.cp/namespace.exp
14229 * gdb.cp/nextoverthrow.exp
14230 * gdb.cp/no-dmgl-verbose.exp
14231 * gdb.cp/non-trivial-retval.exp
14232 * gdb.cp/noparam.exp
14233 * gdb.cp/nsdecl.exp
14234 * gdb.cp/nsimport.exp
14235 * gdb.cp/nsnested.exp
14236 * gdb.cp/nsnoimports.exp
14237 * gdb.cp/nsrecurs.exp
14238 * gdb.cp/nsstress.exp
14239 * gdb.cp/nsusing.exp
14240 * gdb.cp/operator.exp
14241 * gdb.cp/oranking.exp
14242 * gdb.cp/overload-const.exp
14243 * gdb.cp/overload.exp
14244 * gdb.cp/ovldbreak.exp
14245 * gdb.cp/ovsrch.exp
14246 * gdb.cp/paren-type.exp
14247 * gdb.cp/parse-lang.exp
14248 * gdb.cp/pass-by-ref.exp
14249 * gdb.cp/pr-1023.exp
14250 * gdb.cp/pr-1210.exp
14251 * gdb.cp/pr-574.exp
14252 * gdb.cp/pr10687.exp
14253 * gdb.cp/pr12028.exp
14254 * gdb.cp/pr17132.exp
14255 * gdb.cp/pr17494.exp
14256 * gdb.cp/pr9067.exp
14257 * gdb.cp/pr9167.exp
14258 * gdb.cp/pr9631.exp
14259 * gdb.cp/printmethod.exp
14260 * gdb.cp/psmang.exp
14261 * gdb.cp/psymtab-parameter.exp
14262 * gdb.cp/ptype-cv-cp.exp
14263 * gdb.cp/ptype-flags.exp
14264 * gdb.cp/re-set-overloaded.exp
14265 * gdb.cp/ref-types.exp
14266 * gdb.cp/rtti.exp
14267 * gdb.cp/scope-err.exp
14268 * gdb.cp/shadow.exp
14269 * gdb.cp/smartp.exp
14270 * gdb.cp/static-method.exp
14271 * gdb.cp/static-print-quit.exp
14272 * gdb.cp/temargs.exp
14273 * gdb.cp/templates.exp
14274 * gdb.cp/try_catch.exp
14275 * gdb.cp/typedef-operator.exp
14276 * gdb.cp/typeid.exp
14277 * gdb.cp/userdef.exp
14278 * gdb.cp/using-crash.exp
14279 * gdb.cp/var-tag.exp
14280 * gdb.cp/virtbase.exp
14281 * gdb.cp/virtfunc.exp
14282 * gdb.cp/virtfunc2.exp
14283 * gdb.cp/vla-cxx.exp
14284 * gdb.disasm/t01_mov.exp
14285 * gdb.disasm/t02_mova.exp
14286 * gdb.disasm/t03_add.exp
14287 * gdb.disasm/t04_sub.exp
14288 * gdb.disasm/t05_cmp.exp
14289 * gdb.disasm/t06_ari2.exp
14290 * gdb.disasm/t07_ari3.exp
14291 * gdb.disasm/t08_or.exp
14292 * gdb.disasm/t09_xor.exp
14293 * gdb.disasm/t10_and.exp
14294 * gdb.disasm/t11_logs.exp
14295 * gdb.disasm/t12_bit.exp
14296 * gdb.disasm/t13_otr.exp
14297 * gdb.dlang/circular.exp
14298 * gdb.dwarf2/arr-stride.exp
14299 * gdb.dwarf2/arr-subrange.exp
14300 * gdb.dwarf2/atomic-type.exp
14301 * gdb.dwarf2/bad-regnum.exp
14302 * gdb.dwarf2/bitfield-parent-optimized-out.exp
14303 * gdb.dwarf2/callframecfa.exp
14304 * gdb.dwarf2/clztest.exp
14305 * gdb.dwarf2/corrupt.exp
14306 * gdb.dwarf2/data-loc.exp
14307 * gdb.dwarf2/dup-psym.exp
14308 * gdb.dwarf2/dw2-anon-mptr.exp
14309 * gdb.dwarf2/dw2-anonymous-func.exp
14310 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
14311 * gdb.dwarf2/dw2-bad-unresolved.exp
14312 * gdb.dwarf2/dw2-basic.exp
14313 * gdb.dwarf2/dw2-canonicalize-type.exp
14314 * gdb.dwarf2/dw2-case-insensitive.exp
14315 * gdb.dwarf2/dw2-common-block.exp
14316 * gdb.dwarf2/dw2-compdir-oldgcc.exp
14317 * gdb.dwarf2/dw2-compressed.exp
14318 * gdb.dwarf2/dw2-const.exp
14319 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
14320 * gdb.dwarf2/dw2-cu-size.exp
14321 * gdb.dwarf2/dw2-dup-frame.exp
14322 * gdb.dwarf2/dw2-entry-value.exp
14323 * gdb.dwarf2/dw2-icycle.exp
14324 * gdb.dwarf2/dw2-ifort-parameter.exp
14325 * gdb.dwarf2/dw2-inline-break.exp
14326 * gdb.dwarf2/dw2-inline-param.exp
14327 * gdb.dwarf2/dw2-intercu.exp
14328 * gdb.dwarf2/dw2-intermix.exp
14329 * gdb.dwarf2/dw2-lexical-block-bare.exp
14330 * gdb.dwarf2/dw2-linkage-name-trust.exp
14331 * gdb.dwarf2/dw2-minsym-in-cu.exp
14332 * gdb.dwarf2/dw2-noloc.exp
14333 * gdb.dwarf2/dw2-op-call.exp
14334 * gdb.dwarf2/dw2-op-out-param.exp
14335 * gdb.dwarf2/dw2-opt-structptr.exp
14336 * gdb.dwarf2/dw2-param-error.exp
14337 * gdb.dwarf2/dw2-producer.exp
14338 * gdb.dwarf2/dw2-ranges-base.exp
14339 * gdb.dwarf2/dw2-ref-missing-frame.exp
14340 * gdb.dwarf2/dw2-reg-undefined.exp
14341 * gdb.dwarf2/dw2-regno-invalid.exp
14342 * gdb.dwarf2/dw2-restore.exp
14343 * gdb.dwarf2/dw2-restrict.exp
14344 * gdb.dwarf2/dw2-single-line-discriminators.exp
14345 * gdb.dwarf2/dw2-strp.exp
14346 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14347 * gdb.dwarf2/dw2-unresolved.exp
14348 * gdb.dwarf2/dw2-var-zero-addr.exp
14349 * gdb.dwarf2/dw4-sig-types.exp
14350 * gdb.dwarf2/dwz.exp
14351 * gdb.dwarf2/dynarr-ptr.exp
14352 * gdb.dwarf2/enum-type.exp
14353 * gdb.dwarf2/gdb-index.exp
14354 * gdb.dwarf2/implptr-64bit.exp
14355 * gdb.dwarf2/implptr-optimized-out.exp
14356 * gdb.dwarf2/implptr.exp
14357 * gdb.dwarf2/implref-array.exp
14358 * gdb.dwarf2/implref-const.exp
14359 * gdb.dwarf2/implref-global.exp
14360 * gdb.dwarf2/implref-struct.exp
14361 * gdb.dwarf2/mac-fileno.exp
14362 * gdb.dwarf2/main-subprogram.exp
14363 * gdb.dwarf2/member-ptr-forwardref.exp
14364 * gdb.dwarf2/method-ptr.exp
14365 * gdb.dwarf2/missing-sig-type.exp
14366 * gdb.dwarf2/nonvar-access.exp
14367 * gdb.dwarf2/opaque-type-lookup.exp
14368 * gdb.dwarf2/pieces-optimized-out.exp
14369 * gdb.dwarf2/pieces.exp
14370 * gdb.dwarf2/pr10770.exp
14371 * gdb.dwarf2/pr13961.exp
14372 * gdb.dwarf2/staticvirtual.exp
14373 * gdb.dwarf2/subrange.exp
14374 * gdb.dwarf2/symtab-producer.exp
14375 * gdb.dwarf2/trace-crash.exp
14376 * gdb.dwarf2/typeddwarf.exp
14377 * gdb.dwarf2/valop.exp
14378 * gdb.dwarf2/watch-notconst.exp
14379 * gdb.fortran/array-element.exp
14380 * gdb.fortran/charset.exp
14381 * gdb.fortran/common-block.exp
14382 * gdb.fortran/complex.exp
14383 * gdb.fortran/derived-type-function.exp
14384 * gdb.fortran/derived-type.exp
14385 * gdb.fortran/logical.exp
14386 * gdb.fortran/module.exp
14387 * gdb.fortran/multi-dim.exp
14388 * gdb.fortran/nested-funcs.exp
14389 * gdb.fortran/print-formatted.exp
14390 * gdb.fortran/subarray.exp
14391 * gdb.fortran/vla-alloc-assoc.exp
14392 * gdb.fortran/vla-datatypes.exp
14393 * gdb.fortran/vla-history.exp
14394 * gdb.fortran/vla-ptr-info.exp
14395 * gdb.fortran/vla-ptype-sub.exp
14396 * gdb.fortran/vla-ptype.exp
14397 * gdb.fortran/vla-sizeof.exp
14398 * gdb.fortran/vla-type.exp
14399 * gdb.fortran/vla-value-sub-arbitrary.exp
14400 * gdb.fortran/vla-value-sub-finish.exp
14401 * gdb.fortran/vla-value-sub.exp
14402 * gdb.fortran/vla-value.exp
14403 * gdb.fortran/whatis_type.exp
14404 * gdb.go/chan.exp
14405 * gdb.go/handcall.exp
14406 * gdb.go/hello.exp
14407 * gdb.go/integers.exp
14408 * gdb.go/methods.exp
14409 * gdb.go/package.exp
14410 * gdb.go/strings.exp
14411 * gdb.go/types.exp
14412 * gdb.go/unsafe.exp
14413 * gdb.guile/scm-arch.exp
14414 * gdb.guile/scm-block.exp
14415 * gdb.guile/scm-breakpoint.exp
14416 * gdb.guile/scm-cmd.exp
14417 * gdb.guile/scm-disasm.exp
14418 * gdb.guile/scm-equal.exp
14419 * gdb.guile/scm-frame-args.exp
14420 * gdb.guile/scm-frame-inline.exp
14421 * gdb.guile/scm-frame.exp
14422 * gdb.guile/scm-iterator.exp
14423 * gdb.guile/scm-math.exp
14424 * gdb.guile/scm-objfile.exp
14425 * gdb.guile/scm-ports.exp
14426 * gdb.guile/scm-symbol.exp
14427 * gdb.guile/scm-symtab.exp
14428 * gdb.guile/scm-value-cc.exp
14429 * gdb.guile/types-module.exp
14430 * gdb.linespec/break-ask.exp
14431 * gdb.linespec/cpexplicit.exp
14432 * gdb.linespec/explicit.exp
14433 * gdb.linespec/keywords.exp
14434 * gdb.linespec/linespec.exp
14435 * gdb.linespec/ls-dollar.exp
14436 * gdb.linespec/ls-errs.exp
14437 * gdb.linespec/skip-two.exp
14438 * gdb.linespec/thread.exp
14439 * gdb.mi/mi-async.exp
14440 * gdb.mi/mi-basics.exp
14441 * gdb.mi/mi-break.exp
14442 * gdb.mi/mi-catch-load.exp
14443 * gdb.mi/mi-cli.exp
14444 * gdb.mi/mi-cmd-param-changed.exp
14445 * gdb.mi/mi-console.exp
14446 * gdb.mi/mi-detach.exp
14447 * gdb.mi/mi-disassemble.exp
14448 * gdb.mi/mi-eval.exp
14449 * gdb.mi/mi-file-transfer.exp
14450 * gdb.mi/mi-file.exp
14451 * gdb.mi/mi-fill-memory.exp
14452 * gdb.mi/mi-inheritance-syntax-error.exp
14453 * gdb.mi/mi-linespec-err-cp.exp
14454 * gdb.mi/mi-logging.exp
14455 * gdb.mi/mi-memory-changed.exp
14456 * gdb.mi/mi-read-memory.exp
14457 * gdb.mi/mi-record-changed.exp
14458 * gdb.mi/mi-reg-undefined.exp
14459 * gdb.mi/mi-regs.exp
14460 * gdb.mi/mi-return.exp
14461 * gdb.mi/mi-reverse.exp
14462 * gdb.mi/mi-simplerun.exp
14463 * gdb.mi/mi-solib.exp
14464 * gdb.mi/mi-stack.exp
14465 * gdb.mi/mi-stepi.exp
14466 * gdb.mi/mi-syn-frame.exp
14467 * gdb.mi/mi-until.exp
14468 * gdb.mi/mi-var-block.exp
14469 * gdb.mi/mi-var-child.exp
14470 * gdb.mi/mi-var-cmd.exp
14471 * gdb.mi/mi-var-cp.exp
14472 * gdb.mi/mi-var-display.exp
14473 * gdb.mi/mi-var-invalidate.exp
14474 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14475 * gdb.mi/mi-vla-fortran.exp
14476 * gdb.mi/mi-watch.exp
14477 * gdb.mi/mi2-var-child.exp
14478 * gdb.mi/user-selected-context-sync.exp
14479 * gdb.modula2/unbounded-array.exp
14480 * gdb.multi/dummy-frame-restore.exp
14481 * gdb.multi/multi-arch-exec.exp
14482 * gdb.multi/multi-arch.exp
14483 * gdb.multi/tids.exp
14484 * gdb.multi/watchpoint-multi.exp
14485 * gdb.opencl/callfuncs.exp
14486 * gdb.opencl/convs_casts.exp
14487 * gdb.opencl/datatypes.exp
14488 * gdb.opencl/operators.exp
14489 * gdb.opencl/vec_comps.exp
14490 * gdb.opt/clobbered-registers-O2.exp
14491 * gdb.opt/inline-break.exp
14492 * gdb.opt/inline-bt.exp
14493 * gdb.opt/inline-cmds.exp
14494 * gdb.opt/inline-locals.exp
14495 * gdb.pascal/case-insensitive-symbols.exp
14496 * gdb.pascal/floats.exp
14497 * gdb.pascal/gdb11492.exp
14498 * gdb.python/lib-types.exp
14499 * gdb.python/py-arch.exp
14500 * gdb.python/py-as-string.exp
14501 * gdb.python/py-bad-printers.exp
14502 * gdb.python/py-block.exp
14503 * gdb.python/py-breakpoint-create-fail.exp
14504 * gdb.python/py-breakpoint.exp
14505 * gdb.python/py-caller-is.exp
14506 * gdb.python/py-cmd.exp
14507 * gdb.python/py-explore-cc.exp
14508 * gdb.python/py-explore.exp
14509 * gdb.python/py-finish-breakpoint.exp
14510 * gdb.python/py-finish-breakpoint2.exp
14511 * gdb.python/py-frame-args.exp
14512 * gdb.python/py-frame-inline.exp
14513 * gdb.python/py-frame.exp
14514 * gdb.python/py-framefilter-mi.exp
14515 * gdb.python/py-infthread.exp
14516 * gdb.python/py-lazy-string.exp
14517 * gdb.python/py-linetable.exp
14518 * gdb.python/py-mi-events.exp
14519 * gdb.python/py-mi-objfile.exp
14520 * gdb.python/py-mi.exp
14521 * gdb.python/py-objfile.exp
14522 * gdb.python/py-pp-integral.exp
14523 * gdb.python/py-pp-maint.exp
14524 * gdb.python/py-pp-re-notag.exp
14525 * gdb.python/py-pp-registration.exp
14526 * gdb.python/py-recurse-unwind.exp
14527 * gdb.python/py-strfns.exp
14528 * gdb.python/py-symbol.exp
14529 * gdb.python/py-symtab.exp
14530 * gdb.python/py-sync-interp.exp
14531 * gdb.python/py-typeprint.exp
14532 * gdb.python/py-unwind-maint.exp
14533 * gdb.python/py-unwind.exp
14534 * gdb.python/py-value-cc.exp
14535 * gdb.python/py-xmethods.exp
14536 * gdb.reverse/amd64-tailcall-reverse.exp
14537 * gdb.reverse/break-precsave.exp
14538 * gdb.reverse/break-reverse.exp
14539 * gdb.reverse/consecutive-precsave.exp
14540 * gdb.reverse/consecutive-reverse.exp
14541 * gdb.reverse/finish-precsave.exp
14542 * gdb.reverse/finish-reverse-bkpt.exp
14543 * gdb.reverse/finish-reverse.exp
14544 * gdb.reverse/fstatat-reverse.exp
14545 * gdb.reverse/getresuid-reverse.exp
14546 * gdb.reverse/i386-precsave.exp
14547 * gdb.reverse/i386-reverse.exp
14548 * gdb.reverse/i386-sse-reverse.exp
14549 * gdb.reverse/i387-env-reverse.exp
14550 * gdb.reverse/i387-stack-reverse.exp
14551 * gdb.reverse/insn-reverse.exp
14552 * gdb.reverse/machinestate-precsave.exp
14553 * gdb.reverse/machinestate.exp
14554 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14555 * gdb.reverse/pipe-reverse.exp
14556 * gdb.reverse/readv-reverse.exp
14557 * gdb.reverse/recvmsg-reverse.exp
14558 * gdb.reverse/rerun-prec.exp
14559 * gdb.reverse/s390-mvcle.exp
14560 * gdb.reverse/step-precsave.exp
14561 * gdb.reverse/step-reverse.exp
14562 * gdb.reverse/time-reverse.exp
14563 * gdb.reverse/until-precsave.exp
14564 * gdb.reverse/until-reverse.exp
14565 * gdb.reverse/waitpid-reverse.exp
14566 * gdb.reverse/watch-precsave.exp
14567 * gdb.reverse/watch-reverse.exp
14568 * gdb.rust/generics.exp
14569 * gdb.rust/methods.exp
14570 * gdb.rust/modules.exp
14571 * gdb.rust/simple.exp
14572 * gdb.server/connect-with-no-symbol-file.exp
14573 * gdb.server/ext-attach.exp
14574 * gdb.server/ext-restart.exp
14575 * gdb.server/ext-wrapper.exp
14576 * gdb.server/file-transfer.exp
14577 * gdb.server/server-exec-info.exp
14578 * gdb.server/server-kill.exp
14579 * gdb.server/server-mon.exp
14580 * gdb.server/wrapper.exp
14581 * gdb.stabs/exclfwd.exp
14582 * gdb.stabs/gdb11479.exp
14583 * gdb.threads/clone-new-thread-event.exp
14584 * gdb.threads/corethreads.exp
14585 * gdb.threads/current-lwp-dead.exp
14586 * gdb.threads/dlopen-libpthread.exp
14587 * gdb.threads/gcore-thread.exp
14588 * gdb.threads/sigstep-threads.exp
14589 * gdb.threads/watchpoint-fork.exp
14590 * gdb.trace/actions-changed.exp
14591 * gdb.trace/backtrace.exp
14592 * gdb.trace/change-loc.exp
14593 * gdb.trace/circ.exp
14594 * gdb.trace/collection.exp
14595 * gdb.trace/disconnected-tracing.exp
14596 * gdb.trace/ftrace.exp
14597 * gdb.trace/mi-trace-frame-collected.exp
14598 * gdb.trace/mi-trace-unavailable.exp
14599 * gdb.trace/mi-traceframe-changed.exp
14600 * gdb.trace/mi-tsv-changed.exp
14601 * gdb.trace/no-attach-trace.exp
14602 * gdb.trace/passc-dyn.exp
14603 * gdb.trace/qtro.exp
14604 * gdb.trace/range-stepping.exp
14605 * gdb.trace/read-memory.exp
14606 * gdb.trace/save-trace.exp
14607 * gdb.trace/signal.exp
14608 * gdb.trace/status-stop.exp
14609 * gdb.trace/tfile.exp
14610 * gdb.trace/trace-break.exp
14611 * gdb.trace/trace-buffer-size.exp
14612 * gdb.trace/trace-condition.exp
14613 * gdb.trace/tracefile-pseudo-reg.exp
14614 * gdb.trace/tstatus.exp
14615 * gdb.trace/unavailable.exp
14616 * gdb.trace/while-dyn.exp
14617 * gdb.trace/while-stepping.exp
14618
14619 2016-12-22 Doug Evans <xdje42@gmail.com>
14620
14621 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14622 and msymbols.
14623
14624 2016-12-19 Yao Qi <yao.qi@linaro.org>
14625
14626 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14627 (test_with_self): Don't call do_steps_and_nexts, and remove
14628 code about stepping into xmalloc.
14629
14630 2016-12-09 Yao Qi <yao.qi@linaro.org>
14631
14632 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14633
14634 2016-12-09 Yao Qi <yao.qi@linaro.org>
14635
14636 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14637
14638 2016-12-09 Pedro Alves <palves@redhat.com>
14639
14640 * gdb.base/all-architectures-0.exp: New file.
14641 * gdb.base/all-architectures-1.exp: New file.
14642 * gdb.base/all-architectures-2.exp: New file.
14643 * gdb.base/all-architectures-3.exp: New file.
14644 * gdb.base/all-architectures-4.exp: New file.
14645 * gdb.base/all-architectures-5.exp: New file.
14646 * gdb.base/all-architectures-6.exp: New file.
14647 * gdb.base/all-architectures-7.exp: New file.
14648 * gdb.base/all-architectures.exp.in: New file.
14649
14650 2016-12-09 Yao Qi <yao.qi@linaro.org>
14651
14652 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14653
14654 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14655
14656 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14657 possible.
14658 Remove useless pattern-matching code.
14659
14660 2016-12-02 Pedro Alves <palves@redhat.com>
14661
14662 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14663 procedure.
14664 (top level): Call it.
14665
14666 2016-12-02 Pedro Alves <palves@redhat.com>
14667
14668 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14669 New procedure.
14670 (top level): Call it.
14671
14672 2016-12-02 Pedro Alves <palves@redhat.com>
14673
14674 PR cli/20559
14675 * gdb.base/commands.exp (user_defined_command_args_eval): New
14676 procedure.
14677 (top level): Call it.
14678
14679 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14680
14681 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14682 timeout handling.
14683
14684 2016-12-02 Tom Tromey <tom@tromey.com>
14685
14686 * gdb.dwarf2/main-subprogram.c: New file.
14687 * gdb.dwarf2/main-subprogram.exp: New file.
14688
14689 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14690
14691 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14692 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14693 gdb_test_no_output for a couple of cases.
14694 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14695
14696 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14697
14698 Fix test names and standardize compilation error messages throughout
14699 the following files:
14700
14701 * gdb.ada/start.exp
14702 * gdb.arch/alpha-step.exp
14703 * gdb.arch/e500-prologue.exp
14704 * gdb.arch/ftrace-insn-reloc.exp
14705 * gdb.arch/gdb1291.exp
14706 * gdb.arch/gdb1431.exp
14707 * gdb.arch/gdb1558.exp
14708 * gdb.arch/i386-dr3-watch.exp
14709 * gdb.arch/i386-sse-stack-align.exp
14710 * gdb.arch/ia64-breakpoint-shadow.exp
14711 * gdb.arch/pa-nullify.exp
14712 * gdb.arch/powerpc-aix-prologue.exp
14713 * gdb.arch/thumb-bx-pc.exp
14714 * gdb.base/annota1.exp
14715 * gdb.base/annota3.exp
14716 * gdb.base/arrayidx.exp
14717 * gdb.base/assign.exp
14718 * gdb.base/attach.exp
14719 * gdb.base/auxv.exp
14720 * gdb.base/bang.exp
14721 * gdb.base/bfp-test.exp
14722 * gdb.base/bigcore.exp
14723 * gdb.base/bitfields2.exp
14724 * gdb.base/break-fun-addr.exp
14725 * gdb.base/break-probes.exp
14726 * gdb.base/call-rt-st.exp
14727 * gdb.base/callexit.exp
14728 * gdb.base/catch-fork-kill.exp
14729 * gdb.base/charset.exp
14730 * gdb.base/checkpoint.exp
14731 * gdb.base/comprdebug.exp
14732 * gdb.base/constvars.exp
14733 * gdb.base/coredump-filter.exp
14734 * gdb.base/cursal.exp
14735 * gdb.base/cvexpr.exp
14736 * gdb.base/detach.exp
14737 * gdb.base/display.exp
14738 * gdb.base/dmsym.exp
14739 * gdb.base/dprintf-pending.exp
14740 * gdb.base/dso2dso.exp
14741 * gdb.base/dtrace-probe.exp
14742 * gdb.base/dump.exp
14743 * gdb.base/enum_cond.exp
14744 * gdb.base/exe-lock.exp
14745 * gdb.base/exec-invalid-sysroot.exp
14746 * gdb.base/execl-update-breakpoints.exp
14747 * gdb.base/exprs.exp
14748 * gdb.base/fileio.exp
14749 * gdb.base/find.exp
14750 * gdb.base/finish.exp
14751 * gdb.base/fixsection.exp
14752 * gdb.base/foll-vfork.exp
14753 * gdb.base/frame-args.exp
14754 * gdb.base/gcore.exp
14755 * gdb.base/gdb1250.exp
14756 * gdb.base/global-var-nested-by-dso.exp
14757 * gdb.base/gnu-ifunc.exp
14758 * gdb.base/hashline1.exp
14759 * gdb.base/hashline2.exp
14760 * gdb.base/hashline3.exp
14761 * gdb.base/hbreak-in-shr-unsupported.exp
14762 * gdb.base/huge.exp
14763 * gdb.base/infcall-input.exp
14764 * gdb.base/info-fun.exp
14765 * gdb.base/info-shared.exp
14766 * gdb.base/jit-simple.exp
14767 * gdb.base/jit-so.exp
14768 * gdb.base/jit.exp
14769 * gdb.base/jump.exp
14770 * gdb.base/label.exp
14771 * gdb.base/lineinc.exp
14772 * gdb.base/logical.exp
14773 * gdb.base/longjmp.exp
14774 * gdb.base/macscp.exp
14775 * gdb.base/miscexprs.exp
14776 * gdb.base/new-ui-echo.exp
14777 * gdb.base/new-ui-pending-input.exp
14778 * gdb.base/new-ui.exp
14779 * gdb.base/nodebug.exp
14780 * gdb.base/nofield.exp
14781 * gdb.base/offsets.exp
14782 * gdb.base/overlays.exp
14783 * gdb.base/pending.exp
14784 * gdb.base/pointers.exp
14785 * gdb.base/pr11022.exp
14786 * gdb.base/printcmds.exp
14787 * gdb.base/prologue.exp
14788 * gdb.base/ptr-typedef.exp
14789 * gdb.base/realname-expand.exp
14790 * gdb.base/relativedebug.exp
14791 * gdb.base/relocate.exp
14792 * gdb.base/remote.exp
14793 * gdb.base/reread.exp
14794 * gdb.base/return2.exp
14795 * gdb.base/savedregs.exp
14796 * gdb.base/sep.exp
14797 * gdb.base/sepdebug.exp
14798 * gdb.base/sepsymtab.exp
14799 * gdb.base/set-inferior-tty.exp
14800 * gdb.base/setshow.exp
14801 * gdb.base/shlib-call.exp
14802 * gdb.base/sigaltstack.exp
14803 * gdb.base/siginfo-addr.exp
14804 * gdb.base/signals.exp
14805 * gdb.base/signull.exp
14806 * gdb.base/sigrepeat.exp
14807 * gdb.base/so-impl-ld.exp
14808 * gdb.base/solib-display.exp
14809 * gdb.base/solib-overlap.exp
14810 * gdb.base/solib-search.exp
14811 * gdb.base/solib-symbol.exp
14812 * gdb.base/structs.exp
14813 * gdb.base/structs2.exp
14814 * gdb.base/symtab-search-order.exp
14815 * gdb.base/twice.exp
14816 * gdb.base/unload.exp
14817 * gdb.base/varargs.exp
14818 * gdb.base/watchpoint-solib.exp
14819 * gdb.base/watchpoint.exp
14820 * gdb.base/whatis.exp
14821 * gdb.base/wrong_frame_bt_full.exp
14822 * gdb.btrace/dlopen.exp
14823 * gdb.cell/ea-standalone.exp
14824 * gdb.cell/ea-test.exp
14825 * gdb.cp/dispcxx.exp
14826 * gdb.cp/gdb2384.exp
14827 * gdb.cp/method2.exp
14828 * gdb.cp/nextoverthrow.exp
14829 * gdb.cp/pr10728.exp
14830 * gdb.disasm/am33.exp
14831 * gdb.disasm/h8300s.exp
14832 * gdb.disasm/mn10300.exp
14833 * gdb.disasm/sh3.exp
14834 * gdb.dwarf2/dw2-dir-file-name.exp
14835 * gdb.fortran/complex.exp
14836 * gdb.fortran/library-module.exp
14837 * gdb.guile/scm-pretty-print.exp
14838 * gdb.guile/scm-symbol.exp
14839 * gdb.guile/scm-type.exp
14840 * gdb.guile/scm-value.exp
14841 * gdb.linespec/linespec.exp
14842 * gdb.mi/gdb701.exp
14843 * gdb.mi/gdb792.exp
14844 * gdb.mi/mi-breakpoint-changed.exp
14845 * gdb.mi/mi-dprintf-pending.exp
14846 * gdb.mi/mi-dprintf.exp
14847 * gdb.mi/mi-exit-code.exp
14848 * gdb.mi/mi-pending.exp
14849 * gdb.mi/mi-solib.exp
14850 * gdb.mi/new-ui-mi-sync.exp
14851 * gdb.mi/pr11022.exp
14852 * gdb.mi/user-selected-context-sync.exp
14853 * gdb.opt/solib-intra-step.exp
14854 * gdb.python/py-events.exp
14855 * gdb.python/py-finish-breakpoint.exp
14856 * gdb.python/py-mi.exp
14857 * gdb.python/py-prettyprint.exp
14858 * gdb.python/py-shared.exp
14859 * gdb.python/py-symbol.exp
14860 * gdb.python/py-template.exp
14861 * gdb.python/py-type.exp
14862 * gdb.python/py-value.exp
14863 * gdb.reverse/solib-precsave.exp
14864 * gdb.reverse/solib-reverse.exp
14865 * gdb.server/solib-list.exp
14866 * gdb.stabs/weird.exp
14867 * gdb.threads/reconnect-signal.exp
14868 * gdb.threads/stepi-random-signal.exp
14869 * gdb.trace/actions.exp
14870 * gdb.trace/ax.exp
14871 * gdb.trace/backtrace.exp
14872 * gdb.trace/change-loc.exp
14873 * gdb.trace/deltrace.exp
14874 * gdb.trace/ftrace-lock.exp
14875 * gdb.trace/ftrace.exp
14876 * gdb.trace/infotrace.exp
14877 * gdb.trace/mi-tracepoint-changed.exp
14878 * gdb.trace/packetlen.exp
14879 * gdb.trace/passcount.exp
14880 * gdb.trace/pending.exp
14881 * gdb.trace/range-stepping.exp
14882 * gdb.trace/report.exp
14883 * gdb.trace/stap-trace.exp
14884 * gdb.trace/tfind.exp
14885 * gdb.trace/trace-break.exp
14886 * gdb.trace/trace-condition.exp
14887 * gdb.trace/trace-enable-disable.exp
14888 * gdb.trace/trace-mt.exp
14889 * gdb.trace/tracecmd.exp
14890 * gdb.trace/tspeed.exp
14891 * gdb.trace/tsv.exp
14892 * lib/perftest.exp
14893
14894 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14895
14896 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14897 with gdb_test_no_output.
14898 Use command as test name.
14899
14900 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14901
14902 Fix test names starting with uppercase throughout the files.
14903
14904 * gdb.ada/assign_1.exp
14905 * gdb.ada/boolean_expr.exp
14906 * gdb.base/arrayidx.exp
14907 * gdb.base/del.exp
14908 * gdb.base/gcore-buffer-overflow.exp
14909 * gdb.base/testenv.exp
14910 * gdb.compile/compile.exp
14911 * gdb.python/py-framefilter-invalidarg.exp
14912 * gdb.python/py-framefilter.exp
14913
14914 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14915
14916 Fix test names starting with uppercase throughout the files.
14917
14918 * gdb.ada/array_return.exp
14919 * gdb.ada/expr_delims.exp
14920 * gdb.ada/mi_dyn_arr.exp
14921 * gdb.ada/mi_interface.exp
14922 * gdb.ada/mi_var_array.exp
14923 * gdb.ada/watch_arg.exp
14924 * gdb.arch/alpha-step.exp
14925 * gdb.arch/altivec-regs.exp
14926 * gdb.arch/e500-regs.exp
14927 * gdb.arch/powerpc-d128-regs.exp
14928 * gdb.base/arrayidx.exp
14929 * gdb.base/break.exp
14930 * gdb.base/checkpoint.exp
14931 * gdb.base/debug-expr.exp
14932 * gdb.base/dmsym.exp
14933 * gdb.base/radix.exp
14934 * gdb.base/sepdebug.exp
14935 * gdb.base/testenv.exp
14936 * gdb.base/watch_thread_num.exp
14937 * gdb.base/watchpoint-cond-gone.exp
14938 * gdb.cell/break.exp
14939 * gdb.cell/ea-cache.exp
14940 * gdb.compile/compile.exp
14941 * gdb.cp/gdb2495.exp
14942 * gdb.gdb/selftest.exp
14943 * gdb.gdb/xfullpath.exp
14944 * gdb.go/hello.exp
14945 * gdb.go/integers.exp
14946 * gdb.objc/basicclass.exp
14947 * gdb.pascal/hello.exp
14948 * gdb.pascal/integers.exp
14949 * gdb.python/py-breakpoint.exp
14950 * gdb.python/py-cmd.exp
14951 * gdb.python/py-linetable.exp
14952 * gdb.python/py-xmethods.exp
14953 * gdb.python/python.exp
14954 * gdb.reverse/consecutive-precsave.exp
14955 * gdb.reverse/finish-precsave.exp
14956 * gdb.reverse/i386-precsave.exp
14957 * gdb.reverse/machinestate-precsave.exp
14958 * gdb.reverse/sigall-precsave.exp
14959 * gdb.reverse/solib-precsave.exp
14960 * gdb.reverse/step-precsave.exp
14961 * gdb.reverse/until-precsave.exp
14962 * gdb.reverse/watch-precsave.exp
14963 * gdb.threads/leader-exit.exp
14964 * gdb.threads/pthreads.exp
14965 * gdb.threads/wp-replication.exp
14966 * gdb.trace/actions.exp
14967 * gdb.trace/mi-tsv-changed.exp
14968 * gdb.trace/tsv.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-bp_permanent.exp
14975 * gdb.arch/i386-gnu-cfi.exp
14976 * gdb.base/disasm-end-cu.exp
14977 * gdb.base/macscp.exp
14978 * gdb.base/pending.exp
14979 * gdb.base/watch_thread_num.exp
14980 * gdb.cp/exception.exp
14981 * gdb.cp/gdb2495.exp
14982 * gdb.cp/local.exp
14983 * gdb.python/py-evsignal.exp
14984 * gdb.python/python.exp
14985 * gdb.trace/tracecmd.exp
14986
14987 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14988
14989 Fix test names starting with uppercase throughout the files.
14990
14991 * gdb.base/charset.exp
14992 * gdb.base/eval.exp
14993 * gdb.base/multi-forks.exp
14994 * gdb.guile/scm-progspace.exp
14995 * gdb.opencl/datatypes.exp
14996 * gdb.python/py-block.exp
14997 * gdb.python/py-function.exp
14998 * gdb.python/py-symbol.exp
14999 * gdb.python/py-symtab.exp
15000 * gdb.python/py-xmethods.exp
15001 * gdb.reverse/break-precsave.exp
15002 * gdb.reverse/break-reverse.exp
15003 * gdb.reverse/consecutive-precsave.exp
15004 * gdb.reverse/consecutive-reverse.exp
15005 * gdb.reverse/finish-precsave.exp
15006 * gdb.reverse/finish-reverse-bkpt.exp
15007 * gdb.reverse/finish-reverse.exp
15008 * gdb.reverse/fstatat-reverse.exp
15009 * gdb.reverse/getresuid-reverse.exp
15010 * gdb.reverse/i386-precsave.exp
15011 * gdb.reverse/i386-reverse.exp
15012 * gdb.reverse/i386-sse-reverse.exp
15013 * gdb.reverse/i387-stack-reverse.exp
15014 * gdb.reverse/insn-reverse.exp
15015 * gdb.reverse/machinestate-precsave.exp
15016 * gdb.reverse/machinestate.exp
15017 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15018 * gdb.reverse/pipe-reverse.exp
15019 * gdb.reverse/readv-reverse.exp
15020 * gdb.reverse/recvmsg-reverse.exp
15021 * gdb.reverse/rerun-prec.exp
15022 * gdb.reverse/s390-mvcle.exp
15023 * gdb.reverse/sigall-precsave.exp
15024 * gdb.reverse/sigall-reverse.exp
15025 * gdb.reverse/solib-precsave.exp
15026 * gdb.reverse/solib-reverse.exp
15027 * gdb.reverse/step-precsave.exp
15028 * gdb.reverse/step-reverse.exp
15029 * gdb.reverse/time-reverse.exp
15030 * gdb.reverse/until-precsave.exp
15031 * gdb.reverse/until-reverse.exp
15032 * gdb.reverse/waitpid-reverse.exp
15033 * gdb.reverse/watch-precsave.exp
15034 * gdb.reverse/watch-reverse.exp
15035
15036 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15037
15038 Fix test names starting with uppercase throughout the files.
15039
15040 * gdb.arch/i386-mpx-simple_segv.exp
15041 * gdb.arch/i386-mpx.exp
15042 * gdb.arch/i386-permbkpt.exp
15043 * gdb.arch/pa-nullify.exp
15044 * gdb.arch/powerpc-d128-regs.exp
15045 * gdb.arch/vsx-regs.exp
15046 * gdb.base/bfp-test.exp
15047 * gdb.base/break.exp
15048 * gdb.base/breakpoint-shadow.exp
15049 * gdb.base/callfuncs.exp
15050 * gdb.base/charset.exp
15051 * gdb.base/commands.exp
15052 * gdb.base/completion.exp
15053 * gdb.base/dfp-test.exp
15054 * gdb.base/echo.exp
15055 * gdb.base/ending-run.exp
15056 * gdb.base/eval.exp
15057 * gdb.base/expand-psymtabs.exp
15058 * gdb.base/float128.exp
15059 * gdb.base/floatn.exp
15060 * gdb.base/foll-exec-mode.exp
15061 * gdb.base/gdb1056.exp
15062 * gdb.base/gdb11531.exp
15063 * gdb.base/kill-after-signal.exp
15064 * gdb.base/multi-forks.exp
15065 * gdb.base/overlays.exp
15066 * gdb.base/pending.exp
15067 * gdb.base/sepdebug.exp
15068 * gdb.base/testenv.exp
15069 * gdb.base/valgrind-db-attach.exp
15070 * gdb.base/watch_thread_num.exp
15071 * gdb.base/watchpoint-cond-gone.exp
15072 * gdb.base/watchpoint.exp
15073 * gdb.base/watchpoints.exp
15074 * gdb.cp/arg-reference.exp
15075 * gdb.cp/baseenum.exp
15076 * gdb.cp/operator.exp
15077 * gdb.cp/shadow.exp
15078 * gdb.dwarf2/dw2-op-out-param.exp
15079 * gdb.dwarf2/dw2-reg-undefined.exp
15080 * gdb.go/chan.exp
15081 * gdb.go/hello.exp
15082 * gdb.go/integers.exp
15083 * gdb.go/methods.exp
15084 * gdb.go/package.exp
15085 * gdb.guile/scm-parameter.exp
15086 * gdb.guile/scm-progspace.exp
15087 * gdb.guile/scm-value.exp
15088 * gdb.mi/mi-pending.exp
15089 * gdb.mi/user-selected-context-sync.exp
15090 * gdb.multi/multi-attach.exp
15091 * gdb.multi/tids.exp
15092 * gdb.opt/clobbered-registers-O2.exp
15093 * gdb.pascal/floats.exp
15094 * gdb.pascal/integers.exp
15095 * gdb.python/py-block.exp
15096 * gdb.python/py-events.exp
15097 * gdb.python/py-parameter.exp
15098 * gdb.python/py-symbol.exp
15099 * gdb.python/py-symtab.exp
15100 * gdb.python/py-type.exp
15101 * gdb.python/py-value.exp
15102 * gdb.python/py-xmethods.exp
15103 * gdb.python/python.exp
15104 * gdb.reverse/break-precsave.exp
15105 * gdb.reverse/consecutive-precsave.exp
15106 * gdb.reverse/finish-precsave.exp
15107 * gdb.reverse/i386-precsave.exp
15108 * gdb.reverse/machinestate-precsave.exp
15109 * gdb.reverse/sigall-precsave.exp
15110 * gdb.reverse/solib-precsave.exp
15111 * gdb.reverse/step-precsave.exp
15112 * gdb.reverse/until-precsave.exp
15113 * gdb.reverse/watch-precsave.exp
15114 * gdb.server/ext-attach.exp
15115 * gdb.server/ext-restart.exp
15116 * gdb.server/ext-run.exp
15117 * gdb.server/ext-wrapper.exp
15118 * gdb.stabs/gdb11479.exp
15119 * gdb.stabs/weird.exp
15120 * gdb.threads/attach-many-short-lived-threads.exp
15121 * gdb.threads/kill.exp
15122 * gdb.threads/watchpoint-fork.exp
15123
15124 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15125
15126 Fix test names starting with uppercase throughout all the files below.
15127
15128 * gdb.ada/array_return.exp
15129 * gdb.ada/catch_ex.exp
15130 * gdb.ada/info_exc.exp
15131 * gdb.ada/mi_catch_ex.exp
15132 * gdb.ada/mi_dyn_arr.exp
15133 * gdb.ada/mi_ex_cond.exp
15134 * gdb.ada/mi_exc_info.exp
15135 * gdb.ada/mi_interface.exp
15136 * gdb.ada/mi_task_arg.exp
15137 * gdb.ada/mi_task_info.exp
15138 * gdb.ada/mi_var_array.exp
15139 * gdb.arch/alpha-step.exp
15140 * gdb.arch/amd64-disp-step.exp
15141 * gdb.arch/arm-disp-step.exp
15142 * gdb.arch/disp-step-insn-reloc.exp
15143 * gdb.arch/e500-prologue.exp
15144 * gdb.arch/ftrace-insn-reloc.exp
15145 * gdb.arch/gdb1558.exp
15146 * gdb.arch/i386-bp_permanent.exp
15147 * gdb.arch/i386-disp-step.exp
15148 * gdb.arch/i386-float.exp
15149 * gdb.arch/i386-gnu-cfi.exp
15150 * gdb.arch/ia64-breakpoint-shadow.exp
15151 * gdb.arch/mips16-thunks.exp
15152 * gdb.arch/pa-nullify.exp
15153 * gdb.arch/powerpc-aix-prologue.exp
15154 * gdb.arch/powerpc-power.exp
15155 * gdb.arch/ppc-dfp.exp
15156 * gdb.arch/s390-tdbregs.exp
15157 * gdb.arch/spu-info.exp
15158 * gdb.arch/spu-ls.exp
15159 * gdb.arch/thumb-bx-pc.exp
15160 * gdb.base/advance.exp
15161 * gdb.base/annota-input-while-running.exp
15162 * gdb.base/arrayidx.exp
15163 * gdb.base/asmlabel.exp
15164 * gdb.base/async.exp
15165 * gdb.base/attach-wait-input.exp
15166 * gdb.base/auto-connect-native-target.exp
15167 * gdb.base/batch-preserve-term-settings.exp
15168 * gdb.base/bfp-test.exp
15169 * gdb.base/bigcore.exp
15170 * gdb.base/bp-permanent.exp
15171 * gdb.base/break-always.exp
15172 * gdb.base/break-fun-addr.exp
15173 * gdb.base/break-idempotent.exp
15174 * gdb.base/break-main-file-remove-fail.exp
15175 * gdb.base/break-probes.exp
15176 * gdb.base/break-unload-file.exp
15177 * gdb.base/break.exp
15178 * gdb.base/call-ar-st.exp
15179 * gdb.base/call-rt-st.exp
15180 * gdb.base/call-sc.exp
15181 * gdb.base/call-signal-resume.exp
15182 * gdb.base/call-strs.exp
15183 * gdb.base/callexit.exp
15184 * gdb.base/callfuncs.exp
15185 * gdb.base/catch-gdb-caused-signals.exp
15186 * gdb.base/catch-signal-siginfo-cond.exp
15187 * gdb.base/catch-syscall.exp
15188 * gdb.base/compare-sections.exp
15189 * gdb.base/cond-eval-mode.exp
15190 * gdb.base/condbreak-call-false.exp
15191 * gdb.base/consecutive-step-over.exp
15192 * gdb.base/cursal.exp
15193 * gdb.base/disabled-location.exp
15194 * gdb.base/disasm-end-cu.exp
15195 * gdb.base/display.exp
15196 * gdb.base/double-prompt-target-event-error.exp
15197 * gdb.base/dprintf-bp-same-addr.exp
15198 * gdb.base/dprintf-detach.exp
15199 * gdb.base/dprintf-next.exp
15200 * gdb.base/dprintf-non-stop.exp
15201 * gdb.base/dprintf-pending.exp
15202 * gdb.base/dso2dso.exp
15203 * gdb.base/ending-run.exp
15204 * gdb.base/enum_cond.exp
15205 * gdb.base/examine-backward.exp
15206 * gdb.base/exe-lock.exp
15207 * gdb.base/exec-invalid-sysroot.exp
15208 * gdb.base/execl-update-breakpoints.exp
15209 * gdb.base/execution-termios.exp
15210 * gdb.base/fileio.exp
15211 * gdb.base/fixsection.exp
15212 * gdb.base/foll-exec-mode.exp
15213 * gdb.base/foll-exec.exp
15214 * gdb.base/fork-running-state.exp
15215 * gdb.base/frame-args.exp
15216 * gdb.base/fullpath-expand.exp
15217 * gdb.base/func-ptr.exp
15218 * gdb.base/gcore-relro-pie.exp
15219 * gdb.base/gdb1090.exp
15220 * gdb.base/gdb1555.exp
15221 * gdb.base/global-var-nested-by-dso.exp
15222 * gdb.base/gnu-ifunc.exp
15223 * gdb.base/hbreak-in-shr-unsupported.exp
15224 * gdb.base/hbreak-unmapped.exp
15225 * gdb.base/hook-stop.exp
15226 * gdb.base/infcall-input.exp
15227 * gdb.base/info-fun.exp
15228 * gdb.base/info-shared.exp
15229 * gdb.base/interrupt-noterm.exp
15230 * gdb.base/jit-so.exp
15231 * gdb.base/jit.exp
15232 * gdb.base/line-symtabs.exp
15233 * gdb.base/list.exp
15234 * gdb.base/longjmp.exp
15235 * gdb.base/macscp.exp
15236 * gdb.base/max-value-size.exp
15237 * gdb.base/nodebug.exp
15238 * gdb.base/nofield.exp
15239 * gdb.base/overlays.exp
15240 * gdb.base/paginate-after-ctrl-c-running.exp
15241 * gdb.base/paginate-bg-execution.exp
15242 * gdb.base/paginate-inferior-exit.exp
15243 * gdb.base/pending.exp
15244 * gdb.base/pr11022.exp
15245 * gdb.base/printcmds.exp
15246 * gdb.base/ptr-typedef.exp
15247 * gdb.base/ptype.exp
15248 * gdb.base/randomize.exp
15249 * gdb.base/range-stepping.exp
15250 * gdb.base/realname-expand.exp
15251 * gdb.base/relativedebug.exp
15252 * gdb.base/remote.exp
15253 * gdb.base/savedregs.exp
15254 * gdb.base/sepdebug.exp
15255 * gdb.base/set-noassign.exp
15256 * gdb.base/shlib-call.exp
15257 * gdb.base/shreloc.exp
15258 * gdb.base/sigaltstack.exp
15259 * gdb.base/sigbpt.exp
15260 * gdb.base/siginfo-addr.exp
15261 * gdb.base/siginfo-obj.exp
15262 * gdb.base/siginfo-thread.exp
15263 * gdb.base/signest.exp
15264 * gdb.base/signull.exp
15265 * gdb.base/sigrepeat.exp
15266 * gdb.base/skip.exp
15267 * gdb.base/so-impl-ld.exp
15268 * gdb.base/solib-corrupted.exp
15269 * gdb.base/solib-disc.exp
15270 * gdb.base/solib-display.exp
15271 * gdb.base/solib-overlap.exp
15272 * gdb.base/solib-search.exp
15273 * gdb.base/solib-symbol.exp
15274 * gdb.base/source-execution.exp
15275 * gdb.base/sss-bp-on-user-bp-2.exp
15276 * gdb.base/sss-bp-on-user-bp.exp
15277 * gdb.base/stack-checking.exp
15278 * gdb.base/stale-infcall.exp
15279 * gdb.base/step-break.exp
15280 * gdb.base/step-line.exp
15281 * gdb.base/step-over-exit.exp
15282 * gdb.base/step-test.exp
15283 * gdb.base/structs.exp
15284 * gdb.base/sym-file.exp
15285 * gdb.base/symtab-search-order.exp
15286 * gdb.base/term.exp
15287 * gdb.base/type-opaque.exp
15288 * gdb.base/unload.exp
15289 * gdb.base/until-nodebug.exp
15290 * gdb.base/until.exp
15291 * gdb.base/unwindonsignal.exp
15292 * gdb.base/watch-cond.exp
15293 * gdb.base/watch-non-mem.exp
15294 * gdb.base/watch_thread_num.exp
15295 * gdb.base/watchpoint-reuse-slot.exp
15296 * gdb.base/watchpoint-solib.exp
15297 * gdb.base/watchpoint.exp
15298 * gdb.btrace/dlopen.exp
15299 * gdb.cell/arch.exp
15300 * gdb.cell/break.exp
15301 * gdb.cell/bt.exp
15302 * gdb.cell/core.exp
15303 * gdb.cell/data.exp
15304 * gdb.cell/dwarfaddr.exp
15305 * gdb.cell/ea-cache.exp
15306 * gdb.cell/ea-standalone.exp
15307 * gdb.cell/ea-test.exp
15308 * gdb.cell/f-regs.exp
15309 * gdb.cell/fork.exp
15310 * gdb.cell/gcore.exp
15311 * gdb.cell/mem-access.exp
15312 * gdb.cell/ptype.exp
15313 * gdb.cell/registers.exp
15314 * gdb.cell/sizeof.exp
15315 * gdb.cell/solib-symbol.exp
15316 * gdb.cell/solib.exp
15317 * gdb.compile/compile-tls.exp
15318 * gdb.cp/exception.exp
15319 * gdb.cp/gdb2495.exp
15320 * gdb.cp/local.exp
15321 * gdb.cp/mb-inline.exp
15322 * gdb.cp/mb-templates.exp
15323 * gdb.cp/pr10687.exp
15324 * gdb.cp/pr9167.exp
15325 * gdb.cp/scope-err.exp
15326 * gdb.cp/templates.exp
15327 * gdb.cp/virtfunc.exp
15328 * gdb.dwarf2/dw2-dir-file-name.exp
15329 * gdb.dwarf2/dw2-single-line-discriminators.exp
15330 * gdb.fortran/complex.exp
15331 * gdb.fortran/library-module.exp
15332 * gdb.guile/guile.exp
15333 * gdb.guile/scm-cmd.exp
15334 * gdb.guile/scm-frame-inline.exp
15335 * gdb.guile/scm-objfile.exp
15336 * gdb.guile/scm-pretty-print.exp
15337 * gdb.guile/scm-symbol.exp
15338 * gdb.guile/scm-type.exp
15339 * gdb.guile/scm-value.exp
15340 * gdb.linespec/keywords.exp
15341 * gdb.linespec/ls-errs.exp
15342 * gdb.linespec/macro-relative.exp
15343 * gdb.linespec/thread.exp
15344 * gdb.mi/mi-breakpoint-changed.exp
15345 * gdb.mi/mi-dprintf-pending.exp
15346 * gdb.mi/mi-fullname-deleted.exp
15347 * gdb.mi/mi-logging.exp
15348 * gdb.mi/mi-pending.exp
15349 * gdb.mi/mi-solib.exp
15350 * gdb.mi/new-ui-mi-sync.exp
15351 * gdb.mi/user-selected-context-sync.exp
15352 * gdb.multi/dummy-frame-restore.exp
15353 * gdb.multi/multi-arch-exec.exp
15354 * gdb.multi/remove-inferiors.exp
15355 * gdb.multi/watchpoint-multi-exit.exp
15356 * gdb.opt/solib-intra-step.exp
15357 * gdb.perf/backtrace.exp
15358 * gdb.perf/single-step.exp
15359 * gdb.perf/skip-command.exp
15360 * gdb.perf/skip-prologue.exp
15361 * gdb.perf/solib.exp
15362 * gdb.python/lib-types.exp
15363 * gdb.python/py-as-string.exp
15364 * gdb.python/py-bad-printers.exp
15365 * gdb.python/py-block.exp
15366 * gdb.python/py-breakpoint.exp
15367 * gdb.python/py-cmd.exp
15368 * gdb.python/py-events.exp
15369 * gdb.python/py-evthreads.exp
15370 * gdb.python/py-finish-breakpoint.exp
15371 * gdb.python/py-finish-breakpoint2.exp
15372 * gdb.python/py-frame-inline.exp
15373 * gdb.python/py-frame.exp
15374 * gdb.python/py-inferior.exp
15375 * gdb.python/py-infthread.exp
15376 * gdb.python/py-mi.exp
15377 * gdb.python/py-objfile.exp
15378 * gdb.python/py-pp-maint.exp
15379 * gdb.python/py-pp-registration.exp
15380 * gdb.python/py-prettyprint.exp
15381 * gdb.python/py-recurse-unwind.exp
15382 * gdb.python/py-shared.exp
15383 * gdb.python/py-symbol.exp
15384 * gdb.python/py-symtab.exp
15385 * gdb.python/py-template.exp
15386 * gdb.python/py-type.exp
15387 * gdb.python/py-unwind-maint.exp
15388 * gdb.python/py-unwind.exp
15389 * gdb.python/py-value.exp
15390 * gdb.python/python.exp
15391 * gdb.reverse/finish-reverse-bkpt.exp
15392 * gdb.reverse/insn-reverse.exp
15393 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15394 * gdb.reverse/solib-precsave.exp
15395 * gdb.reverse/solib-reverse.exp
15396 * gdb.stabs/gdb11479.exp
15397 * gdb.stabs/weird.exp
15398 * gdb.threads/fork-child-threads.exp
15399 * gdb.threads/fork-plus-threads.exp
15400 * gdb.threads/fork-thread-pending.exp
15401 * gdb.threads/forking-threads-plus-breakpoint.exp
15402 * gdb.threads/hand-call-in-threads.exp
15403 * gdb.threads/interrupted-hand-call.exp
15404 * gdb.threads/linux-dp.exp
15405 * gdb.threads/local-watch-wrong-thread.exp
15406 * gdb.threads/next-while-other-thread-longjmps.exp
15407 * gdb.threads/non-ldr-exit.exp
15408 * gdb.threads/pending-step.exp
15409 * gdb.threads/print-threads.exp
15410 * gdb.threads/process-dies-while-detaching.exp
15411 * gdb.threads/process-dies-while-handling-bp.exp
15412 * gdb.threads/pthreads.exp
15413 * gdb.threads/queue-signal.exp
15414 * gdb.threads/reconnect-signal.exp
15415 * gdb.threads/signal-command-handle-nopass.exp
15416 * gdb.threads/signal-command-multiple-signals-pending.exp
15417 * gdb.threads/signal-delivered-right-thread.exp
15418 * gdb.threads/signal-sigtrap.exp
15419 * gdb.threads/sigthread.exp
15420 * gdb.threads/staticthreads.exp
15421 * gdb.threads/stepi-random-signal.exp
15422 * gdb.threads/thread-unwindonsignal.exp
15423 * gdb.threads/thread_check.exp
15424 * gdb.threads/thread_events.exp
15425 * gdb.threads/tid-reuse.exp
15426 * gdb.threads/tls-nodebug.exp
15427 * gdb.threads/tls-shared.exp
15428 * gdb.threads/tls-so_extern.exp
15429 * gdb.threads/tls.exp
15430 * gdb.threads/wp-replication.exp
15431 * gdb.trace/actions-changed.exp
15432 * gdb.trace/actions.exp
15433 * gdb.trace/backtrace.exp
15434 * gdb.trace/change-loc.exp
15435 * gdb.trace/collection.exp
15436 * gdb.trace/deltrace.exp
15437 * gdb.trace/disconnected-tracing.exp
15438 * gdb.trace/entry-values.exp
15439 * gdb.trace/ftrace-lock.exp
15440 * gdb.trace/ftrace.exp
15441 * gdb.trace/infotrace.exp
15442 * gdb.trace/mi-trace-frame-collected.exp
15443 * gdb.trace/mi-trace-unavailable.exp
15444 * gdb.trace/mi-traceframe-changed.exp
15445 * gdb.trace/mi-tracepoint-changed.exp
15446 * gdb.trace/mi-tsv-changed.exp
15447 * gdb.trace/no-attach-trace.exp
15448 * gdb.trace/packetlen.exp
15449 * gdb.trace/passc-dyn.exp
15450 * gdb.trace/passcount.exp
15451 * gdb.trace/pending.exp
15452 * gdb.trace/pr16508.exp
15453 * gdb.trace/qtro.exp
15454 * gdb.trace/range-stepping.exp
15455 * gdb.trace/read-memory.exp
15456 * gdb.trace/report.exp
15457 * gdb.trace/save-trace.exp
15458 * gdb.trace/signal.exp
15459 * gdb.trace/stap-trace.exp
15460 * gdb.trace/status-stop.exp
15461 * gdb.trace/strace.exp
15462 * gdb.trace/tfile.exp
15463 * gdb.trace/tfind.exp
15464 * gdb.trace/trace-break.exp
15465 * gdb.trace/trace-condition.exp
15466 * gdb.trace/trace-enable-disable.exp
15467 * gdb.trace/trace-mt.exp
15468 * gdb.trace/tracecmd.exp
15469 * gdb.trace/tracefile-pseudo-reg.exp
15470 * gdb.trace/tspeed.exp
15471 * gdb.trace/tstatus.exp
15472 * gdb.trace/tsv.exp
15473 * gdb.trace/unavailable.exp
15474 * gdb.trace/while-dyn.exp
15475 * gdb.trace/while-stepping.exp
15476 * lib/gdb-guile.exp
15477 * lib/gdb.exp
15478 * lib/mi-support.exp
15479 * lib/pascal.exp
15480 * lib/perftest.exp
15481 * lib/prelink-support.exp
15482 * lib/selftest-support.exp
15483
15484 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15485
15486 * Makefile.in: Include disable-implicit-rules.mk.
15487
15488 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15489
15490 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15491 non-byte-aligned bit fields.
15492
15493 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15494
15495 PR gdb/12616
15496 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15497 respects the DW_AT_data_bit_offset attribute.
15498
15499 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15500
15501 * gdb.base/default.exp: Fix output of "set language".
15502
15503 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15504
15505 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15506 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15507 make.
15508 * configure.ac: Remove checks for the make program.
15509 * configure: Re-generate.
15510
15511 2016-11-16 Kevin Buettner <kevinb@redhat.com>
15512
15513 * gdb.python/py-recurse-unwind.c (main): Add loop.
15514 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15515 to read_register() and gdb.parse_and_eval(). Make each code
15516 call a separate case that can be individually tested.
15517 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15518 proc. Call cont_and_backtrace for each of the code paths that
15519 we want to test in the unwinder.
15520
15521 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15522
15523 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15524 the definition of struct S.
15525
15526 2016-11-11 Catherine Moore <clm@codesourcery.com>
15527
15528 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15529
15530 2016-11-09 Pedro Alves <palves@redhat.com>
15531
15532 * gdb.base/commands.exp (runto_or_return): New procedure.
15533 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15534 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15535 (progvar_simple_while_test, progvar_complex_if_while_test)
15536 (if_while_breakpoint_command_test)
15537 (infrun_breakpoint_command_test, breakpoint_command_test)
15538 (user_defined_command_test, watchpoint_command_test)
15539 (test_command_prompt_position, redefine_hook_test)
15540 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15541 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15542 multi_line_input and multi_line. Remove gdb_expect and
15543 gdb_stop_suppressing_tests uses.
15544 * lib/gdb.exp (valnum_re): New global.
15545 (multi_line_input): New procedure.
15546
15547 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15548
15549 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15550 Remove.
15551 (test_setup): Define with proc_with_prefix.
15552 (test_cli_inferior): Likewise.
15553 (test_cli_thread): Likewise.
15554 (test_cli_frame): Likewise.
15555 (test_cli_select_frame): Likewise.
15556 (test_cli_up_down): Likewise.
15557 (test_mi_thread_select): Likewise.
15558 (test_mi_stack_select_frame): Likewise.
15559 (test_cli_in_mi_inferior): Likewise.
15560 (test_cli_in_mi_thread): Likewise.
15561 (test_cli_in_mi_frame): Likewise.
15562 (top level): Do not use with_test_prefix_procname.
15563
15564 2016-11-09 Pedro Alves <palves@redhat.com>
15565
15566 * gdb.base/commands.exp (gdbvar_simple_if_test)
15567 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15568 (progvar_simple_if_test, progvar_simple_while_test)
15569 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15570 (infrun_breakpoint_command_test, breakpoint_command_test)
15571 (user_defined_command_test, watchpoint_command_test)
15572 (test_command_prompt_position, deprecated_command_test)
15573 (bp_deleted_in_command, temporary_breakpoint_commands)
15574 (stray_arg0_test, source_file_with_indented_comment)
15575 (recursive_source_test, if_commands_test)
15576 (error_clears_commands_left, redefine_hook_test)
15577 (redefine_backtrace_test): Use proc_with_prefix.
15578 * lib/gdb.exp (proc_with_prefix): New proc.
15579
15580 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15581
15582 * gdb.base/tui-layout.c: New file.
15583 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15584 disassembly window contains very long lines.
15585
15586 2016-11-08 Tom Tromey <tom@tromey.com>
15587
15588 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15589 depend on Python 2.
15590
15591 2016-11-08 Tom Tromey <tom@tromey.com>
15592
15593 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15594 New method.
15595
15596 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15597
15598 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15599
15600 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15601
15602 * gdb.rust/simple.rs: Add test for univariant enums without
15603 discriminants and for encoded struct-like enums.
15604
15605 2016-10-28 Pedro Alves <palves@redhat.com>
15606
15607 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15608 gdb_test_multiple, tighten regexps and match symtabs and line
15609 tables incrementally.
15610
15611 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15612
15613 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15614 general.
15615
15616 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15617
15618 * gdb.base/exec-invalid-sysroot.exp: New file.
15619
15620 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15621
15622 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15623
15624 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15625
15626 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15627
15628 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15629
15630 * gdb.base/killed-outside.exp: Remove $options from a call to
15631 `prepare_for_testing'.
15632
15633 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15634
15635 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15636 Change test message.
15637
15638 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15639
15640 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15641 Update comment.
15642
15643 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15644
15645 * gdb.trace/mi-trace-save.exp: New file.
15646
15647 2016-10-13 Yao Qi <yao.qi@linaro.org>
15648
15649 * gdb.base/code_elim.exp (get_var_address): Remove.
15650 * gdb.base/relocate.exp: Likewise.
15651 * gdb.base/shreloc.exp: Likewise.
15652 * lib/gdb.exp (get_var_address): New.
15653
15654 2016-10-13 Yao Qi <yao.qi@linaro.org>
15655
15656 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15657 floating point tests if $skip_float_test is false.
15658
15659 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15660
15661 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15662 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15663 argc values.
15664 Add 1 to argc so we guarantee distinct initial/modified argc values.
15665
15666 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15667
15668 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15669
15670 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15671
15672 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15673 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15674 * gdb.arch/vsx-regs.exp: Likewise.
15675
15676 2016-10-07 Yao Qi <yao.qi@linaro.org>
15677
15678 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15679
15680 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15681
15682 * gdb.python/python.exp: Test decode_line("*0").
15683
15684 2016-10-06 Doug Evans <dje@google.com>
15685
15686 * gdb.python/py-value.exp (test_value_creation): Add test for large
15687 unsigned 64-bit value.
15688
15689 2016-10-06 Tom Tromey <tom@tromey.com>
15690
15691 * gdb.compile/compile.exp: Change java tests to rust.
15692 * gdb.base/setshow.exp: Change java tests to rust.
15693 * gdb.base/default.exp: Remove java from language list.
15694 * README (Examples): Update language example.
15695 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15696 test.
15697 * lib/gdb.exp (skip_java_tests): Remove.
15698 * lib/java.exp: Remove.
15699 * gdb.java: Remove.
15700
15701 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15702
15703 * gdb.arch/mips-fcr.exp: New test.
15704 * gdb.arch/mips-fcr.c: Source for the new test.
15705
15706 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15707
15708 * gdb.base/solib-disc.exp: Use `standard_output_file'
15709 throughout.
15710
15711 2016-10-06 Pedro Alves <palves@redhat.com>
15712
15713 * gdb.base/jit-simple-dl.c: New file.
15714 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15715 * gdb.base/jit-simple.c: ... this.
15716 * gdb.base/jit-simple.exp (jit_run): Delete.
15717 (build_jit): New proc.
15718 (jit_test_reread): Recompile either the main program or the shared
15719 library, depending on what is being tested. Skip changing address
15720 if caller wants to. Compare before/after addresses. If testing
15721 standalone, explicitly load the binary. Test "maint info
15722 breakpoints".
15723 (top level): Add "standalone vs shared lib" and "change address"
15724 vs "same address" axes.
15725
15726 2016-10-06 Pedro Alves <palves@redhat.com>
15727
15728 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15729 call.
15730 (jit_run): Delete.
15731 (jit_test_reread): Use with_test_prefix. Reload the main binary
15732 explicitly. Compare the before/after addresses of the JIT
15733 descriptor.
15734
15735 2016-08-15 Doug Evans <dje@google.com>
15736
15737 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15738 for single bitfields is bool.
15739 * gdb.xml/tdesc-regs.exp: Ditto.
15740
15741 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15742
15743 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15744
15745 2016-10-05 Yao Qi <yao.qi@linaro.org>
15746
15747 * lib/gdb.exp (support_complex_tests): Return zero if
15748 gdb_skip_float_test return true.
15749
15750 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15751 Simon Marchi <simon.marchi@ericsson.com>
15752
15753 PR gdb/20487
15754 * gdb.mi/user-selected-context-sync.exp: New file.
15755 * gdb.mi/user-selected-context-sync.c: New file.
15756
15757 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15758 Simon Marchi <simon.marchi@ericsson.com>
15759
15760 PR gdb/20487
15761 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15762 =thread-select-event check.
15763
15764 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15765
15766 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15767 the compulsory L operand changes.
15768 * gdb.arch/powerpc-power.s: Likewise.
15769
15770 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15771
15772 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15773 * gdb.base/jit-attach-pie.c: New file.
15774 * gdb.base/jit-attach-pie.exp: New file.
15775
15776 2016-09-28 Pedro Alves <palves@redhat.com>
15777
15778 * gdb.base/infcall-input.c: New file.
15779 * gdb.base/infcall-input.exp: New file.
15780
15781 2016-09-22 Yao Qi <yao.qi@linaro.org>
15782
15783 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15784 (gdb_exit): Rename it to ...
15785 (gdbserver_gdb_exit): ... Close GDBserver.
15786 (gdb_exit): New proc, call gdbserver_gdb_exit.
15787 (mi_gdb_exit): Likewise.
15788
15789 2016-09-22 Yao Qi <yao.qi@linaro.org>
15790
15791 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15792 path.
15793 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15794 Remove duplication.
15795
15796 2016-09-22 Yao Qi <yao.qi@linaro.org>
15797
15798 * lib/gdbserver-support.exp: Check the existence of
15799 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15800
15801 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15802
15803 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15804
15805 2016-09-21 Tom Tromey <tom@tromey.com>
15806
15807 PR gdb/20604:
15808 * gdb.base/quit.exp: New file.
15809
15810 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15811
15812 * .gitignore: New file.
15813
15814 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15815
15816 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15817 throughout.
15818
15819 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15820
15821 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15822
15823 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15824
15825 * gdb.cp/casts.cc (decltype): Move it ...
15826 (main): ... with its call to ...
15827 * gdb.cp/casts03.cc: ... a new file.
15828 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15829
15830 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15831
15832 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15833
15834 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15835
15836 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15837 and sync up the test with tests in gas/testsuite/gas/ppc.
15838 * gdb.arch/powerpc-power.exp: Likewise.
15839
15840 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15841
15842 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15843
15844 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15845 Jan Kratochvil <jan.kratochvil@redhat.com>
15846
15847 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15848 make m1's definition to be different from m2's. Use 'dummy' as an
15849 argument for probe 'two'.
15850
15851 2016-09-10 Jon Beniston <jon@beniston.com>
15852
15853 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15854 for sim target.
15855
15856 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15857
15858 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15859 variable declaration.
15860 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15861 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15862 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15863 received HWCAP as its argument.
15864
15865 2016-09-06 Pedro Alves <palves@redhat.com>
15866
15867 * gdb.base/new-ui-pending-input.c: New file.
15868 * gdb.base/new-ui-pending-input.exp: New file.
15869 * gdb.exp (clear_gdb_spawn_id): New procedure.
15870 (with_spawn_id): Check whether gdb_spawn_id exists before
15871 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15872 on exit.
15873
15874 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15875
15876 * gdb.base/float128.c: New file.
15877 * gdb.base/float128.exp: Likewise.
15878 * gdb.base/floatn.c: Likewise.
15879 * gdb.base/floatn.exp: Likewise.
15880
15881 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15882
15883 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15884
15885 2016-09-05 Pedro Alves <palves@redhat.com>
15886
15887 PR backtrace/19927
15888 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15889 unwinders are immediately called as side effect of "source" or
15890 "disable unwinder" commands.
15891 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15892
15893 2016-09-02 Yao Qi <yao.qi@linaro.org>
15894
15895 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15896 is true and $type is "float" or "double".
15897
15898 2016-09-02 Yao Qi <yao.qi@linaro.org>
15899
15900 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15901 true.
15902 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15903 * gdb.base/call-rt-st.exp: Likewise.
15904 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15905 return value instead of gdb,skip_float_test.
15906 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15907 (do_function_calls): Use its return value instead of
15908 gdb,skip_float_test.
15909 * gdb.base/finish.exp: Likewise.
15910 * gdb.base/funcargs.exp: Likewise.
15911 * gdb.base/return.exp: Likewise.
15912 * gdb.base/return2.exp: Likewise.
15913 * gdb.base/varargs.exp: Likewise.
15914 * lib/gdb.exp (gdb_skip_float_test): Change it to
15915 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15916
15917 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15918
15919 * gdb.multi/tids.exp: Test "thread apply all".
15920
15921 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15922
15923 * gdb.base/default.exp (tty): Remove.
15924
15925 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15926
15927 * gdb.python/py-recurse-unwind.c: New file.
15928 * gdb.python/py-recurse-unwind.py: New file.
15929 * gdb.python/py-recurse-unwind.exp: New file.
15930
15931 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15932
15933 * gdb.base/set-inferior-tty.exp: New file.
15934 * gdb.base/set-inferior-tty.c: New file.
15935
15936 2016-08-23 Pedro Alves <palves@redhat.com>
15937
15938 PR gdb/20494
15939 * gdb.base/new-ui-echo.c: New file.
15940 * gdb.base/new-ui-echo.exp: New file.
15941
15942 2016-08-23 Yao Qi <yao.qi@linaro.org>
15943
15944 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15945 gdbserver_spawn.
15946 * gdb.server/connect-without-multi-process.exp (do_test):
15947 Likewise.
15948
15949 2016-08-23 Yao Qi <yao.qi@linaro.org>
15950
15951 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15952 standalone_txt. Delete gdb_txt and standalone_txt on host
15953 and target. Spawn the binary on target. Copy files from
15954 target to host.
15955
15956 2016-08-22 Pedro Alves <palves@redhat.com>
15957
15958 PR gdb/20505
15959 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15960 with_test_prefix. Factor out bits to ...
15961 (test_no_vdso): ... this new procedure.
15962
15963 2016-08-19 Carl Love <cel@us.ibm.com>
15964
15965 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15966 maintaining separate logic for constructing the output path.
15967 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15968 * gdb.arch/ppc-dfp.exp: Likewise.
15969 * gdb.arch/ppc-fp.exp: Likewise.
15970 * gdb.arch/vsx-regs.exp: Likewise.
15971 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15972 binprefix for generating the additional binary files.
15973
15974 2016-08-19 Pedro Alves <palves@redhat.com>
15975
15976 * gdb.trace/mi-trace-frame-collected.exp
15977 (test_trace_frame_collected): On x32, expect two registers.
15978
15979 2016-08-18 Carl Love <cel@us.ibm.com>
15980
15981 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15982 and sync up the test with tests in gas/testsuite/gas/ppc.
15983 * gdb.arch/powerpc-power.exp: Likewise.
15984
15985 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15986
15987 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15988 expected error message.
15989
15990 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15991
15992 * gdb.multi/remove-inferiors.exp: New file.
15993 * gdb.multi/remove-inferiors.c: New file.
15994
15995 2016-08-12 Yao Qi <yao.qi@linaro.org>
15996
15997 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15998 argument list.
15999
16000 2016-08-10 Pedro Alves <palves@redhat.com>
16001
16002 PR gdb/19187
16003 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
16004 setup_kfails.
16005
16006 2016-08-09 Pedro Alves <palves@redhat.com>
16007 Simon Marchi <simon.marchi@ericsson.com>
16008
16009 PR gdb/20418
16010 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
16011 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
16012
16013 2016-08-09 Pedro Alves <palves@redhat.com>
16014
16015 PR mi/20431
16016 * gdb.mi/mi-cmd-error.exp: New file.
16017
16018 2016-08-09 Pedro Alves <palves@redhat.com>
16019
16020 PR gdb/18653
16021 * gdb.base/signals-state-child.c: New file.
16022 * gdb.base/signals-state-child.exp: New file.
16023 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
16024
16025 2016-08-09 Pedro Alves <palves@redhat.com>
16026
16027 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
16028
16029 2016-08-03 Tom Tromey <tom@tromey.com>
16030
16031 PR python/18565:
16032 * gdb.python/py-frame-inline.exp: Add Frame.function test.
16033
16034 2016-08-01 Yao Qi <yao.qi@linaro.org>
16035
16036 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
16037 variable mode to "multi-process" if $multi_process is 1, otherwise
16038 set it to "single-process".
16039
16040 2016-08-01 Yao Qi <yao.qi@linaro.org>
16041
16042 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
16043 * gdb.cp/cpexprs.exp: Likewise.
16044 * gdb.cp/m-static.exp: Likewise.
16045
16046 2016-07-26 Tom Tromey <tom@tromey.com>
16047
16048 PR python/20190:
16049 * gdb.threads/tls.exp (check_thread_local): Add python symbol
16050 test.
16051
16052 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
16053
16054 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
16055 selecting assembly source files.
16056 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
16057 assembly source files.
16058 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
16059 assembly source files.
16060 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
16061 selecting assembly source files.
16062
16063 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
16064
16065 * gdb.base/new-ui.exp (do_test_invalid_args): New
16066 procedure.
16067
16068 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
16069
16070 * gdb.btrace/reconnect.c: New file.
16071 * gdb.btrace/reconnect.exp: New file.
16072
16073 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
16074
16075 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
16076 to test_catch_syscall_group.
16077 (test_catch_syscall_group): New.
16078
16079 2016-07-21 Tom Tromey <tom@tromey.com>
16080
16081 * gdb.rust/simple.rs (main): Use empty struct expression.
16082 * gdb.rust/simple.exp: Add tests for empty struct expression.
16083
16084 2016-07-21 Yao Qi <yao.qi@linaro.org>
16085
16086 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
16087 if gdb_skip_xml_test is true on some targets.
16088
16089 2016-07-21 Yao Qi <yao.qi@linaro.org>
16090
16091 * gdb.server/solib-list.exp: Unset last_loaded_file.
16092
16093 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16094
16095 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
16096 "step into captured_main (args)".
16097
16098 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16099
16100 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
16101
16102 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16103
16104 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
16105
16106 2016-07-19 Pedro Alves <palves@redhat.com>
16107
16108 * gdb.opt/inline-break.exp: Remove optimize=-O2.
16109 * gdb.opt/inline-bt.exp: Likewise.
16110 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
16111 additional_flags=-Winline.
16112 * gdb.opt/inline-locals.exp: Likewise.
16113 * gdb.opt/inline-markers.c (ATTR): Define.
16114 (inlined_fn): Use it.
16115
16116 2016-07-19 Yao Qi <yao.qi@linaro.org>
16117
16118 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
16119 (test_with_self): Remove some code. Remove argument executable.
16120 (top-level): Use do_self_tests.
16121
16122 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
16123 Don Breazeal <donb@codesourcery.com>
16124
16125 * gdb.base/maint.exp: Escape paths used in regular expressions.
16126 * gdb.stabs/weird.exp: Likewise.
16127
16128 2016-07-13 Tom Tromey <tom@tromey.com>
16129
16130 PR python/15620, PR python/18620:
16131 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
16132 (test_bkpt_events): New procs.
16133
16134 2016-07-13 Tom Tromey <tom@tromey.com>
16135
16136 PR python/17698:
16137 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
16138 test.
16139 (test_watchpoints): Likewise.
16140 (test_bkpt_pending): New proc.
16141
16142 2016-07-13 Tom Tromey <tom@tromey.com>
16143
16144 PR cli/18053:
16145 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
16146 completion test.
16147
16148 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16149
16150 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
16151 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
16152 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
16153 f_label.
16154 (g): Rename g_end_lbl to g_label.
16155 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
16156 low_pc and high_pc.
16157 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
16158
16159 2016-07-12 Tom Tromey <tom@tromey.com>
16160
16161 PR python/19293:
16162 * gdb.python/py-unwind-maint.exp: Update tests.
16163
16164 2016-07-12 Yao Qi <yao.qi@linaro.org>
16165
16166 * lib/selftest-support.exp (selftest_setup): Match the output
16167 when captured_main is inlined.
16168
16169 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
16170
16171 * gdb.fortran/derived-types.exp (result_line, result_line_2):
16172 New variables.
16173 (print this%a, print this%b, print this): New tests.
16174 * gdb.fortran/derived-types.f90 (this): New object and
16175 initialization.
16176
16177 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16178
16179 * gdb.ada/arraydim.exp: Remove extra directory level in build
16180 directory.
16181
16182 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16183
16184 * lib/ada.exp: Remove extra directory level in build directory.
16185 * gdb.ada/cond_lang.exp: Likewise.
16186 * gdb.ada/exec_changed.exp: Likewise.
16187 * gdb.ada/lang_switch.exp: Likewise.
16188
16189 2016-07-06 Manish Goregaokar <manish@mozilla.com>
16190
16191 * simple.rs: Add test for raw pointer subscripting.
16192 * simple.exp: Add test expectations.
16193
16194 2016-07-05 Yao Qi <yao.qi@linaro.org>
16195
16196 * gdb.mi/mi-reverse.exp: Match =record-started output.
16197
16198 2016-07-01 Pedro Alves <palves@redhat.com>
16199
16200 * gdb.base/jit-reader.exp (info_registers_current_frame): New
16201 procedure.
16202 (jit_reader_test): Test the jit reader's unwinder.
16203 * gdb.base/jithost.c (jit_function_00_code): New global.
16204 (main): Use memcpy to fill in the mmapped code, instead of poking
16205 bytes manually here.
16206 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
16207 value.
16208 (read_debug_info): Save the function's range.
16209 (read_sp): New function.
16210 (unwind_frame): Use it. Also unwind RBP.
16211 (get_frame_id): Use read_sp.
16212 (gdb_init_reader): Use calloc instead of malloc.
16213 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
16214 parameter. Use gdb_test_multiple.
16215
16216 2016-07-01 Pedro Alves <palves@redhat.com>
16217 Antoine Tremblay <antoine.tremblay@ericsson.com>
16218
16219 * gdb.threads/process-dies-while-detaching.c: New file.
16220 * gdb.threads/process-dies-while-detaching.exp: New file.
16221
16222 2016-07-01 Pedro Alves <palves@redhat.com>
16223
16224 * gdb.multi/watchpoint-multi-exit.c: New file.
16225 * gdb.multi/watchpoint-multi-exit.exp: New file.
16226
16227 2016-06-30 Pedro Alves <palves@redhat.com>
16228
16229 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
16230 unset inferior_spawn_id.
16231
16232 2016-06-30 Pedro Alves <palves@redhat.com>
16233
16234 * lib/mi-support.exp (default_mi_gdb_start): Declare global
16235 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
16236
16237 2016-06-29 Yao Qi <yao.qi@linaro.org>
16238
16239 * gdb.base/return.c: Add copyright header.
16240
16241 2016-06-29 Tom Tromey <tom@tromey.com>
16242
16243 PR python/20129:
16244 * gdb.python/py-framefilter.exp: Add tests for setting priority
16245 and disabling of non-existent frame filter.
16246
16247 2016-06-29 Yao Qi <yao.qi@linaro.org>
16248
16249 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
16250 0x0f07ff.
16251
16252 2016-06-28 Yao Qi <yao.qi@linaro.org>
16253
16254 * gdb.base/catch-syscall.exp: Remove check on isnative and target
16255 triplets. Start gdb, execute catch syscall, and continue. Check
16256 gdb's output to determine catch syscall is supported.
16257
16258 2016-06-27 Manish Goregaokar <manish@mozilla.com>
16259
16260 * gdb.rust/simple.rs: Add test for returning unit in a function.
16261 * gdb.rust/simple.exp: Add expectation for functions returning
16262 unit.
16263
16264 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
16265
16266 * gdb.python/py-breakpoint-create-fail.c,
16267 gdb.python/py-breakpoint-create-fail.exp,
16268 gdb.python/py-breakpoint-create-fail.py: New testcase.
16269
16270 2016-06-25 Manish Goregaokar <manish@mozilla.com>
16271
16272 PR gdb/20239
16273 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
16274 * gdb.rust/simple.exp: Add test expectations for new NonZero
16275 tests.
16276
16277 2016-06-24 David Taylor <dtaylor@emc.com>
16278
16279 * gdb.base/offsets.exp: New file.
16280 * gdb.base/offsets.c: New file.
16281
16282 2016-06-23 Tom Tromey <tom@tromey.com>
16283
16284 PR gdb/16483:
16285 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
16286 before any filters are loaded.
16287
16288 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
16289
16290 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
16291 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
16292 structs.
16293 * gdb.fortran/derived-type-function.exp: New file.
16294 * gdb.fortran/derived-type-function.f90: New file.
16295
16296
16297 2016-06-21 Pedro Alves <palves@redhat.com>
16298
16299 * gdb.base/new-ui.exp: New file.
16300 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
16301 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
16302 (with_spawn_id): New procedure.
16303
16304 2016-06-21 Pedro Alves <palves@redhat.com>
16305
16306 * gdb.mi/mi-exec-run.exp: New file.
16307
16308 2016-06-21 Pedro Alves <palves@redhat.com>
16309
16310 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
16311 breakpoint command's output on the main UI.
16312 (test_break): New procedure, factored out from calls in the top
16313 level.
16314 (top level): Use foreach_with_prefix to test MI as main UI and as
16315 separate UI.
16316
16317 2016-06-21 Pedro Alves <palves@redhat.com>
16318
16319 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
16320 (test_awatch_creation_and_listing)
16321 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
16322 Remove 'type' parameter.
16323 (test_watchpoint_all): New parameter mi_mode. Remove
16324 with_test_prefix.
16325 (top level): Use foreach_with_prefix, and add main/separate UI MI
16326 testing axis.
16327
16328 2016-06-21 Pedro Alves <palves@redhat.com>
16329
16330 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
16331 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
16332 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
16333 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
16334 (gdb_main_spawn_id, mi_spawn_id): Declare and
16335 comment.
16336 (mi_create_inferior_pty): New procedure,
16337 factored out from default_mi_gdb_start.
16338 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
16339 procedures.
16340 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
16341 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16342 Use mi_create_inferior_pty.
16343 (mi_gdb_start): Use eval to pass down args list.
16344
16345 2016-06-21 Pedro Alves <palves@redhat.com>
16346
16347 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16348 * gdb.opt/inline-cmds.exp: Add MI tests.
16349
16350 2016-06-21 Pedro Alves <palves@redhat.com>
16351
16352 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16353
16354 2016-06-21 Pedro Alves <palves@redhat.com>
16355
16356 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16357 (top level): Use it instead of mi_execute_to.
16358
16359 2016-06-21 Pedro Alves <palves@redhat.com>
16360
16361 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16362 (cont_handler_str): New.
16363 (signal_stop_handler): Set stop_handler_str instead of printing to
16364 stdout.
16365 (continue_handler): Set cont_handler_str instead of printing to
16366 stdout.
16367 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16368 mi_send_resuming_command. Print stop_handler_str and
16369 cont_handler_str instead of expecting the python events print
16370 directly.
16371
16372 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16373
16374 * gdb.base/jit-reader.exp: New file.
16375 * gdb.base/jithost.c: New file.
16376 * gdb.base/jithost.h: New file.
16377 * gdb.base/jitreader.c : New file.
16378 * gdb.base/jit-protocol.h: New file.
16379
16380 2016-06-17 Yao Qi <yao.qi@linaro.org>
16381
16382 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16383 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16384 and detach-on-fork. Adjust tests.
16385 (top level): Invoke break_cond_on_syscall with combinations of
16386 syscall, follow-fork-mode and detach-on-fork.
16387
16388 2016-06-17 Yao Qi <yao.qi@linaro.org>
16389
16390 * gdb.base/step-over-exit.c: New.
16391 * gdb.base/step-over-exit.exp: New.
16392
16393 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16394
16395 * gdb.base/float.exp: Add target check for nds32*-*-*.
16396 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16397
16398 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16399
16400 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16401 for unsupported target features.
16402 * gdb.base/call-rt-st.exp: Likewise.
16403 * gdb.base/call-sc.exp: Likewise.
16404 * gdb.base/call-signal-resume.exp: Likewise.
16405 * gdb.base/call-strs.exp: Likewise.
16406 * gdb.base/callexit.exp: Likewise.
16407 * gdb.base/callfuncs.exp: Likewise.
16408 * gdb.base/nodebug.exp: Likewise.
16409 * gdb.base/printcmds.exp: Likewise.
16410 * gdb.base/ptype.exp: Likewise.
16411 * gdb.base/structs.exp: Likewise.
16412 * gdb.base/unwindonsignal.exp: Likewise.
16413 * gdb.cp/gdb2495.exp: Likewise.
16414 * gdb.cp/templates.exp: Likewise.
16415 * gdb.cp/virtfunc.exp: Likewise.
16416 * gdb.threads/hand-call-in-threads.exp: Likewise.
16417 * gdb.threads/interrupted-hand-call.exp: Likewise.
16418 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16419
16420 2016-06-10 Tom Tromey <tom@tromey.com>
16421
16422 PR rust/20110:
16423 * gdb.rust/expr.exp: Add test for integer constant larger than
16424 i32.
16425
16426 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16427
16428 * gdb.fortran/nested-funcs.exp: New.
16429 * gdb.fortran/nested-funcs.f90: New.
16430
16431 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16432
16433 * gdb.base/examine-backward.c: New file.
16434 * gdb.base/examine-backward.exp: New file.
16435
16436 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16437
16438 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16439 matching.
16440
16441 2016-06-02 Tom Tromey <tom@tromey.com>
16442
16443 PR python/18984:
16444 * gdb.python/py-shared.exp: Add solib_name test.
16445
16446 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16447
16448 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16449
16450 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16451
16452 PR c++/19893
16453 * gdb.dwarf2/implref.exp: Rename to...
16454 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16455 * gdb.dwarf2/implref-array.c: New file.
16456 * gdb.dwarf2/implref-array.exp: Likewise.
16457 * gdb.dwarf2/implref-global.c: Likewise.
16458 * gdb.dwarf2/implref-global.exp: Likewise.
16459 * gdb.dwarf2/implref-struct.c: Likewise.
16460 * gdb.dwarf2/implref-struct.exp: Likewise.
16461
16462 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16463
16464 * gdb.trace/trace-condition.exp: Add 64bit tests.
16465
16466 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16467
16468 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16469 bits types.
16470 (main): Adapt to 8 to 64 bits types.
16471 * gdb.trace/trace-condition.exp: Add new tests.
16472
16473 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16474
16475 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16476
16477 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16478
16479 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16480 Move condition tests...
16481 * gdb.trace/trace-condition.exp: Here.
16482
16483 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16484
16485 * gdb.trace/trace-condition.exp: Add counter-case tests.
16486
16487 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16488
16489 PR c++/15231
16490 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16491 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16492
16493 2016-05-27 Pedro Alves <palves@redhat.com>
16494
16495 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16496 New procedure.
16497 (top level): Call it, and bail out of DejaGnu is known to be bad.
16498
16499 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16500
16501 * gdb.base/whatis.c: Extend the test case.
16502 * gdb.base/whatis.exp: Add additional tests.
16503
16504 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16505
16506 * gdb.fortran/type.f90: Add pointer variable.
16507 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16508
16509 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16510
16511 * gdb.fortran/vla-type.exp: Fix testcase name.
16512
16513 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16514
16515 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16516
16517 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16518
16519 * gdb.fortran/type.f90: Add nested structures.
16520 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16521 * gdb.fortran/derived-type.exp: Adapt expected output.
16522 * gdb.fortran/vla-type.exp: Adapt expected output.
16523
16524 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16525
16526 * gdb.fortran/whatis_type.exp: Adapt expected output.
16527
16528 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16529
16530 * gdb.fortran/print_type.exp: Fix expected output.
16531 * gdb.fortran/whatis_type.exp: Fix expected output.
16532
16533 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16534
16535 * gdb.fortran/whatis_type.exp: Use multi_line.
16536
16537 2016-05-24 Tom Tromey <tom@tromey.com>
16538
16539 PR python/17386:
16540 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16541 use value as an index.
16542
16543 2016-05-23 Tom Tromey <tom@tromey.com>
16544
16545 PR python/17981:
16546 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16547 no-breakpoint case.
16548
16549 2016-05-24 Pedro Alves <palves@redhat.com>
16550
16551 PR gdb/19828
16552 * gdb.threads/clone-attach-detach.c: New file.
16553 * gdb.threads/clone-attach-detach.exp: New file.
16554
16555 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16556
16557 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16558
16559 2016-05-23 Tom Tromey <tom@tromey.com>
16560
16561 PR python/19438, PR python/18393:
16562 * gdb.python/py-progspace.exp: Add "dir" test.
16563 * gdb.python/py-objfile.exp: Add "dir" test.
16564
16565 2016-05-23 Yao Qi <yao.qi@linaro.org>
16566
16567 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16568 * gdb.arch/thumb2-it.exp: Likewise.
16569
16570 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16571
16572 * gdb.mi/mi-threads-interrupt.c: New file.
16573 * gdb.mi/mi-threads-interrupt.exp: New file.
16574
16575 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16576
16577 PR gdb/18077
16578 * gdb.mi/mi-async-run.exp: New file.
16579 * gdb.mi/mi-async-run.c: New file.
16580
16581 2016-05-17 Tom Tromey <tom@tromey.com>
16582 Manish Goregaokar <manishsmail@gmail.com>
16583
16584 * lib/rust-support.exp: New file.
16585 * lib/gdb.exp (skip_rust_tests): New proc.
16586 (build_executable_from_specs): Handle rust.
16587 * lib/future.exp (gdb_find_rustc): New proc.
16588 (gdb_default_target_compile): Handle rust.
16589 * gdb.rust/expr.exp: New file.
16590 * gdb.rust/generics.exp: New file.
16591 * gdb.rust/generics.rs: New file.
16592 * gdb.rust/methods.exp: New file.
16593 * gdb.rust/methods.rs: New file.
16594 * gdb.rust/modules.exp: New file.
16595 * gdb.rust/modules.rs: New file.
16596 * gdb.rust/simple.exp: New file.
16597 * gdb.rust/simple.rs: New file.
16598
16599 2016-05-17 Tom Tromey <tom@tromey.com>
16600
16601 * gdb.base/default.exp (set language): Add rust.
16602
16603 2016-05-17 Tom Tromey <tom@tromey.com>
16604
16605 * gdb.gdb/unittest.exp: New file.
16606
16607 2016-05-16 Yao Qi <yao.qi@linaro.org>
16608
16609 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16610 shell_prompt. Update shell_prompt_re.
16611
16612 2016-05-12 Doug Evans <dje@google.com>
16613
16614 PR symtab/19999
16615 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16616 $options when building executable.
16617 * gdb.dwarf2/fission-loclists-pie.S: New file.
16618 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16619
16620 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16621
16622 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16623 of [is_remote target],
16624
16625 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16626
16627 * lib/gdb.exp (use_gdb_stub): New procedure.
16628
16629 2016-05-03 Yunlian Jiang <yunlian@google.com>
16630 Doug Evans <dje@google.com>
16631
16632 PR symtab/19914
16633 * gdb.dwarf2/dwp-sepdebug.c: New file.
16634 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16635
16636 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16637
16638 * gdb.base/detach.exp: Remove is_remote check.
16639
16640 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16641
16642 * gdb.base/annota-input-while-running.exp: Don't check for
16643 [is_remote target]. Enable annotations after running to main.
16644 Remove unused "set test..." line.
16645
16646 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16647
16648 * gdb.trace/trace-enable-disable.exp: New file.
16649 * gdb.trace/trace-enable-disable.c: New file.
16650
16651 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16652
16653 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16654 use it in info sharedlibrary test.
16655 * gdb.trace/ftrace-lock.exp: Likewise.
16656 * gdb.trace/ftrace.exp: Likewise.
16657 * gdb.trace/range-stepping.exp: Likewise.
16658 * gdb.trace/trace-break.exp: Likewise.
16659 * gdb.trace/trace-condition.exp: Likewise.
16660 * gdb.trace/trace-mt.exp: Likewise.
16661
16662 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16663
16664 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16665 (gdb_load_shlib): ... this.
16666 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16667 gdb_load_shlib.
16668 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16669 * gdb.base/ctxobj.exp: Likewise.
16670 * gdb.base/dprintf-pending.exp: Likewise.
16671 * gdb.base/dso2dso.exp: Likewise.
16672 * gdb.base/fixsection.exp: Likewise.
16673 * gdb.base/gcore-relro.exp: Likewise.
16674 * gdb.base/gdb1555.exp: Likewise.
16675 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16676 * gdb.base/gnu-ifunc.exp: Likewise.
16677 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16678 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16679 * gdb.base/pending.exp: Likewise.
16680 * gdb.base/print-file-var.exp: Likewise.
16681 * gdb.base/print-symbol-loading.exp: Likewise.
16682 * gdb.base/shlib-call.exp: Likewise.
16683 * gdb.base/shreloc.exp: Likewise.
16684 * gdb.base/so-impl-ld.exp: Likewise.
16685 * gdb.base/solib-disc.exp: Likewise.
16686 * gdb.base/solib-nodir.exp: Likewise.
16687 * gdb.base/solib-overlap.exp: Likewise.
16688 * gdb.base/solib-symbol.exp: Likewise.
16689 * gdb.base/solib-weak.exp (do_test): Likewise.
16690 * gdb.base/sym-file.exp: Likewise.
16691 * gdb.base/symtab-search-order.exp: Likewise.
16692 * gdb.base/type-opaque.exp: Likewise.
16693 * gdb.base/unload.exp: Likewise.
16694 * gdb.base/watchpoint-solib.exp: Likewise.
16695 * gdb.compile/compile.exp: Likewise.
16696 * gdb.cp/gdb2384.exp: Likewise.
16697 * gdb.cp/infcall-dlopen.exp: Likewise.
16698 * gdb.cp/re-set-overloaded.exp: Likewise.
16699 * gdb.fortran/library-module.exp: Likewise.
16700 * gdb.opt/solib-intra-step.exp: Likewise.
16701 * gdb.python/py-finish-breakpoint.exp: Likewise.
16702 * gdb.python/py-shared.exp: Likewise.
16703 * gdb.reverse/solib-precsave.exp: Likewise.
16704 * gdb.reverse/solib-reverse.exp: Likewise.
16705 * gdb.server/solib-list.exp: Likewise.
16706 * gdb.threads/dlopen-libpthread.exp: Likewise.
16707 * gdb.threads/tls-shared.exp: Likewise.
16708 * gdb.threads/tls-so_extern.exp: Likewise.
16709 * gdb.trace/change-loc.exp: Likewise.
16710 * gdb.trace/ftrace-lock.exp: Likewise.
16711 * gdb.trace/ftrace.exp: Likewise.
16712 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16713 * gdb.trace/pending.exp: Likewise.
16714 * gdb.trace/range-stepping.exp: Likewise.
16715 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16716 (strace_info_marker): Likewise.
16717 (strace_probe_marker): Likewise.
16718 (strace_trace_on_same_addr): Likewise.
16719 (strace_trace_on_diff_addr): Likewise.
16720 * gdb.trace/trace-break.exp: Likewise.
16721 * gdb.trace/trace-condition.exp: Likewise.
16722 * gdb.trace/trace-mt.exp: Likewise.
16723
16724 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16725
16726 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16727 result of gdb_remote_download.
16728 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16729 * gdb.base/dso2dso.exp: Likewise.
16730 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16731 * gdb.base/print-file-var.exp: Likewise.
16732 * gdb.base/shlib-call.exp: Likewise.
16733 * gdb.base/shreloc.exp: Likewise.
16734 * gdb.base/solib-overlap.exp: Likewise.
16735 * gdb.base/solib-weak.exp (do_test): Likewise.
16736 * gdb.base/unload.exp: Likewise.
16737
16738 2016-04-27 Yao Qi <yao.qi@linaro.org>
16739
16740 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16741 exists.
16742
16743 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16744
16745 * vla-type.exp: Print structure from toplevel.
16746
16747 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16748
16749 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16750 of dynamic types.
16751 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16752 of dynamic types.
16753
16754 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16755
16756 * gdb.fortran/vla-type.f90: New file.
16757 * gdb.fortran/vla-type.exp: New file.
16758
16759 2016-04-25 Yao Qi <yao.qi@linaro.org>
16760
16761 * gdb.base/branch-to-self.c: New file.
16762 * gdb.base/branch-to-self.exp: New file.
16763
16764 2016-04-22 Yao Qi <yao.qi@linaro.org>
16765
16766 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16767 more after $hex.
16768
16769 2016-04-22 Yao Qi <yao.qi@linaro.org>
16770
16771 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16772 * gdb.base/annota3.exp: Likewise.
16773
16774 2016-04-22 Yao Qi <yao.qi@linaro.org>
16775
16776 * gdb.reverse/step-precsave.exp: Do one step and test program
16777 stops in "callee" and do multiple steps until program goes out
16778 of "callee".
16779 * gdb.reverse/step-reverse.exp: Likewise.
16780
16781 2016-04-22 Yao Qi <yao.qi@linaro.org>
16782
16783 * gdb.trace/signal.exp: Also pass if
16784 $tracepoint_hits($i) > $iterations.
16785
16786 2016-04-22 Yao Qi <yao.qi@linaro.org>
16787
16788 * gdb.trace/signal.c: New file.
16789 * gdb.trace/signal.exp: New file.
16790
16791 2016-04-19 Doug Evans <xdje42@gmail.com>
16792
16793 * gdb.base/bad-file.exp: New file.
16794
16795 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16796
16797 * gdb.dwarf2/implref.exp: New file.
16798
16799 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16800
16801 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16802 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16803 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16804 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16805 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16806 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16807 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16808 * lib/fortran.exp (fortran_int4): New procedure.
16809 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16810 (fortran_logical4): Likewise.
16811
16812 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16813
16814 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16815
16816 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16817
16818 * lib/compiler.c: Add Intel specific preprocessor macros.
16819 * lib/compiler.cc: Likewise.
16820
16821 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16822
16823 * gdb.server/connect-with-no-symbol-file.c: New file.
16824 * gdb.server/connect-with-no-symbol-file.exp: New file.
16825
16826 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16827
16828 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16829
16830 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16831
16832 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16833 standard output directory.
16834
16835 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16836
16837 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16838
16839 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16840
16841 * gdb.btrace/instruction_history.c (loop): Add declaration.
16842
16843 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16844
16845 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16846
16847 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16848
16849 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16850 parentheses to print.
16851 (continue_handler): Likewise.
16852
16853 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16854
16855 * gdb.server/solib-list.exp: Remove is_remote check.
16856 Pass shlib= to gdb_compile. Don't link shared library with
16857 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16858 Run binary filename through "readlink -f" on the target.
16859
16860 2016-04-08 Pedro Alves <palves@redhat.com>
16861
16862 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16863 interpreter filename as argument to gdbserver_spawn.
16864 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16865 Return empty if $last_loaded_file does not exist.
16866
16867 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16868
16869 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16870 * gdb.base/jit-main.c: Use exit after usage.
16871
16872 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16873
16874 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16875 GDBHISTSIZE prior to the tests.
16876 * gdb.base/gdbinit-history.exp: Likewise.
16877
16878 2016-04-07 Pedro Alves <palves@redhat.com>
16879
16880 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16881 instead of build_executable. Use gdb_load_shlibs.
16882
16883 2016-04-07 Yao Qi <yao.qi@linaro.org>
16884
16885 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16886 Execute "si" command.
16887
16888 2016-04-07 Yao Qi <yao.qi@linaro.org>
16889
16890 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16891 number instead of the comments on some line.
16892
16893 2016-04-06 Don Breazeal <donb@codesourcery.com>
16894
16895 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16896 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16897
16898 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16899
16900 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16901 standard_output_file. Remove unused binfile variable.
16902
16903 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16904
16905 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16906 * gdb.python/py-mi-objfile.exp: Match "list main" output
16907 in console format.
16908
16909 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16910
16911 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16912 absolute.
16913
16914 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16915
16916 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16917 absolute.
16918 * gdb.trace/ftrace.exp: Likewise.
16919 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16920 targets as well.
16921 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16922 (gdb_load_shlibs): Copy libraries to test directory when testing
16923 natively. Only set solib-search-path if testing remotely.
16924 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16925
16926 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16927
16928 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16929 gdb_download. Use it even if the target is not remote.
16930 * gdb.base/jit.exp (compile_jit_test): Likewise.
16931 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16932 output directory if the destination board is local, otherwise use
16933 the standard remote_download from DejaGnu.
16934 (gdb_download): Remove.
16935 (gdb_load_shlibs): Use gdb_remote_download instead of
16936 gdb_download.
16937 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16938 Use gdb_remote_download instead of gdb_download. Use it even if
16939 the target is not remote.
16940 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16941 instead of gdb_download.
16942
16943 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16944
16945 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16946 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16947 run.
16948
16949 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16950
16951 PR gdb/19820
16952 * gdb.base/printcmds.exp: Add artificial arrays tests.
16953
16954 2016-03-31 Pedro Alves <palves@redhat.com>
16955
16956 PR gdb/19858
16957 * gdb.base/jit-main.c: Include unistd.h.
16958 (ATTACH): Define to 0 if not already defined.
16959 (wait_for_gdb, mypid): New globals.
16960 (WAIT_FOR_GDB): New macro.
16961 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16962 some breakpoint locations.
16963 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16964 New procedures.
16965 (one_jit_test): Add REATTACH parameter, and handle it. Use
16966 continue_to_test_location.
16967 (top level): Test attach, and adjusts calls to one_jit_test.
16968
16969 2016-03-31 Pedro Alves <palves@redhat.com>
16970
16971 PR gdb/19858
16972 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16973 BINSUFFIX parameter, and handle it.
16974 (top level): Adjust calls compile_jit_test.
16975
16976 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16977
16978 PR python/19743
16979 * gdb.python/py-mi-events-gdb.py: New file.
16980 * gdb.python/py-mi-events.c: New file.
16981 * gdb.python/py-mi-events.exp: New file.
16982
16983 2016-03-30 Yao Qi <yao.qi@linaro.org>
16984
16985 * gdb.reverse/until-precsave.exp: Match function name only.
16986 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16987 Move malloc to a condition block.
16988 * gdb.reverse/until-reverse.exp: Match function name only.
16989
16990 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16991
16992 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16993 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16994 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16995 variable for GPR 0 instead of assuming it is register 0.
16996 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16997 * lib/trace-support.exp: Add s390 registers.
16998
16999 2016-03-29 Yao Qi <yao.qi@linaro.org>
17000
17001 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
17002
17003 2016-03-24 Yao Qi <yao.qi@linaro.org>
17004
17005 * gdb.reverse/break-reverse.exp: Add quotation mark in the
17006 test message.
17007
17008 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17009
17010 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
17011 maintaining separate logic for constructing the output path.
17012
17013 2016-03-16 Don Breazeal <donb@codesourcery.com>
17014
17015 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
17016 Retry fork and waitpid on interrupted system call errors.
17017 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17018 Use with_timeout_factor to increase timeout by factor of 10.
17019
17020 2016-03-15 Don Breazeal <donb@codesourcery.com>
17021
17022 * gdb.cp/scope-err.cc: New test program.
17023 * gdb.cp/scope-err.exp: New test script.
17024 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
17025 lines and "set breakpoint here" comment.
17026 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
17027 Fixed some whitespace and format issues.
17028 * gdb.mi/mi-linespec-err-cp.cc: New test program.
17029 * gdb.mi/mi-linespec-err-cp.exp: New test script.
17030
17031 2016-03-15 Doug Evans <dje@google.com>
17032
17033 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
17034 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
17035 All callers updated. Add tests for enums, mixed flags register.
17036
17037 2016-03-15 Doug Evans <dje@google.com>
17038
17039 * gdb.base/skip.c (main): Call test_skip_file_and_function.
17040 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
17041
17042 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
17043
17044 * gdb.base/default.exp: Add $_as_string to the list of expected
17045 convenience functions.
17046
17047 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
17048
17049 * gdb.base/maint.exp: New tests for 'maint info line-table'.
17050
17051 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
17052
17053 * gdb.python/py-as-string.exp: New file.
17054 * gdb.python/py-as-string.c: New file.
17055
17056 2016-03-09 Pedro Alves <palves@redhat.com>
17057
17058 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
17059 signal" -> "Thread NN received signal" output change.
17060 * gdb.threads/ia64-sigill.exp: Likewise.
17061 * gdb.threads/linux-dp.exp: Likewise.
17062 * gdb.threads/manythreads.exp: Likewise.
17063 * gdb.threads/pending-step.exp: Likewise.
17064 * gdb.threads/print-threads.exp: Likewise.
17065 * gdb.threads/sigstep-threads.exp: Likewise.
17066 * gdb.threads/staticthreads.exp: Likewise.
17067 * gdb.threads/tls.exp: Likewise.
17068
17069 2016-03-09 Pedro Alves <palves@redhat.com>
17070
17071 * gdb.base/command-line-input.exp: New file.
17072
17073 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17074
17075 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
17076 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
17077 * gdb.trace/pending.exp: Accept leading dot before function name.
17078 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
17079 * lib/trace-support.exp: Set registers for ppc.
17080
17081 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17082
17083 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
17084 use it for disassembly; accept .main in addition to main in backtrace.
17085
17086 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
17087 Marcin Kościelnicki <koriakin@0x04.net>
17088
17089 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
17090 (gdb_recursion_test_ptr): New global variable.
17091 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
17092 gdb_recursion_test.
17093 (gdb_c_test): Ditto.
17094
17095 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17096
17097 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
17098 ordering.
17099
17100 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17101
17102 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
17103 (bar): Add bar_start_lbl label.
17104 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
17105 of foo/bar for emitting DWARF and tracing.
17106
17107 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
17108
17109 * analyze-racy-logs.py: Set executable bit.
17110
17111 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
17112
17113 * Makefile.in (DEFAULT_RACY_ITER): New variable.
17114 (CHECK_TARGET_TMP): Likewise.
17115 (check-single-racy): New rule.
17116 (check-parallel-racy): Likewise.
17117 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
17118 (do-check-parallel-racy): New rule.
17119 (check-racy/%.exp): Likewise.
17120 * README (Racy testcases): New section.
17121 * analyze-racy-logs.py: New file.
17122
17123 2016-03-03 Doug Evans <dje@google.com>
17124
17125 * gdb.base/skip.exp: Use with_test_prefix.
17126
17127 2016-03-03 Yao Qi <yao.qi@linaro.org>
17128
17129 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
17130 Invoke step_over_syscall "clone" and break_cond_on_syscall
17131 "clone".
17132 * gdb.base/step-over-clone.c: New file.
17133
17134 2016-03-03 Yao Qi <yao.qi@linaro.org>
17135
17136 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
17137 code format.
17138
17139 2016-03-03 Yao Qi <yao.qi@linaro.org>
17140
17141 * gdb.base/disp-step-fork.c: Rename to ...
17142 * gdb.base/step-over-fork.c: ... it. New file.
17143 * gdb.base/disp-step-vfork.c: Rename to ...
17144 * gdb.base/step-over-vfork.c: ... it. New file.
17145 * gdb.base/disp-step-syscall.exp: Rename to ...
17146 * gdb.base/step-over-syscall.exp: ... it. New file.
17147 (disp_step_cross_syscall): Rename to ...
17148 (step_over_syscall): ... it.
17149
17150 2016-03-03 Yao Qi <yao.qi@linaro.org>
17151
17152 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
17153 If target supports condition evaluation on target, invoke
17154 break_cond_on_syscall for fork and vfork.
17155
17156 2016-03-03 Yao Qi <yao.qi@linaro.org>
17157
17158 * gdb.base/disp-step-syscall.exp: Don't invoke
17159 support_displaced_stepping.
17160 (disp_step_cross_syscall): Test with displaced stepping off and
17161 on if supported.
17162
17163 2016-03-03 Yao Qi <yao.qi@linaro.org>
17164
17165 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
17166 proc.
17167 (setup): New proc.
17168 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
17169 and setup.
17170
17171 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17172
17173 * gdb.fortran/vla-history.exp: Remove breakpoint.
17174
17175 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17176
17177 * gdb.fortran/vla-history.exp: Lookup array elements and printing
17178 exceeds timeout.
17179
17180 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17181
17182 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
17183 breakpoint.
17184
17185 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17186
17187 * gdb.mi/vla.f90: Nullify pointer after declaration.
17188
17189 2016-03-01 Pedro Alves <palves@redhat.com>
17190
17191 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
17192
17193 2016-03-01 Pedro Alves <palves@redhat.com>
17194
17195 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
17196 before anything else.
17197 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
17198 _GNU_SOURCE here.
17199 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
17200 before anything else.
17201 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
17202
17203 2016-03-01 Pedro Alves <palves@redhat.com>
17204
17205 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
17206
17207 2016-03-01 Yao Qi <yao.qi@linaro.org>
17208
17209 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
17210 prepare_for_testing.
17211
17212 2016-03-01 Yao Qi <yao.qi@linaro.org>
17213
17214 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
17215
17216 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17217
17218 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
17219 manually constructing the output path.
17220
17221 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17222
17223 * gdb.arch/s390-stackless.S: New.
17224 * gdb.arch/s390-stackless.exp: New.
17225
17226 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
17227
17228 * gdb.dlang/circular.c: New file.
17229 * gdb.dlang/circular.exp: New file.
17230
17231 2016-02-26 Yao Qi <yao.qi@linaro.org>
17232
17233 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
17234 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
17235 (testcases): Update.
17236
17237 2016-02-26 Yao Qi <yao.qi@linaro.org>
17238
17239 * gdb.reverse/aarch64.c: Rename to ...
17240 * gdb.reverse/insn-reverse.c: ... it.
17241 * gdb.reverse/aarch64.exp: Rename to ...
17242 * gdb.reverse/insn-reverse.exp: ... it.
17243
17244 2016-02-26 Yao Qi <yao.qi@linaro.org>
17245
17246 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
17247 (testcase_ftype): New.
17248 (testcases): New array.
17249 (n_testcases): New.
17250 (main): Call each element in testcases.
17251 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
17252 (read_testcase): New.
17253 Do the tests in a loop.
17254
17255 2016-02-25 Yao Qi <yao.qi@linaro.org>
17256
17257 * gdb.base/branches.c: Remove.
17258
17259 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17260
17261 PR gdb/13808
17262 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
17263
17264 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17265
17266 * gdb.trace/ftrace.exp: Remove unnecessary target check.
17267
17268 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17269
17270 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
17271 change x86_64 call_insn to 'callq'.
17272
17273 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17274
17275 * gdb.trace/tfile-avx.c: Move to...
17276 * gdb.trace/tracefile-pseudo-reg.c: Here.
17277 * gdb.trace/tfile-avx.exp: Move to...
17278 * gdb.trace/tracefile-pseudo-reg.exp: Here.
17279
17280 2016-02-24 Gary Benson <gbenson@redhat.com>
17281
17282 * gdb.base/attach-pie-noexec.exp: Do not expect an error
17283 message on attach.
17284
17285 2016-02-23 Doug Evans <dje@google.com>
17286
17287 * gdb.base/skip.c (test_skip): New function.
17288 (end_test_skip_file_and_function): New function.
17289 (test_skip_file_and_function): New function.
17290 * gdb.base/skip1.c (test_skip): New function.
17291 (skip1_test_skip_file_and_function): New function.
17292 * gdb.base/skip.exp: Add tests for new skip options.
17293 * gdb.base/skip-solib.exp: Update expected output.
17294 * gdb.perf/skip-command.cc: New file.
17295 * gdb.perf/skip-command.exp: New file.
17296 * gdb.perf/skip-command.py: New file.
17297
17298 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
17299
17300 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
17301 info registers pattern.
17302
17303 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
17304
17305 * lib/future.exp: Add D support.
17306 (gdb_find_gdc): New proc.
17307 (gdb_default_target_compile): Add D support.
17308
17309 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
17310
17311 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
17312 user+system time.
17313 (trace_speed_test): Determine the iteration count for a time
17314 between 15..30 seconds.
17315
17316 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
17317
17318 * gdb.arch/i386-mpx-sigsegv.c: New file.
17319 * gdb.arch/i386-mpx-sigsegv.exp: New file.
17320 * gdb.arch/i386-mpx-simple_segv.c: New file.
17321 * gdb.arch/i386-mpx-simple_segv.exp: New file.
17322
17323 2016-02-18 Yao Qi <yao.qi@linaro.org>
17324
17325 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17326 Don't call setup_kfail.
17327
17328 2016-02-18 Yao Qi <yao.qi@linaro.org>
17329
17330 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17331 Set "set breakpoint condition-evaluation" per $cond_bp_target.
17332
17333 2016-02-16 Doug Evans <dje@google.com>
17334
17335 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
17336 * gdb.base/skip1.c: Ditto.
17337 * gdb.base/skip.exp: Whitespace cleanup.
17338
17339 2016-02-16 Don Breazeal <donb@codesourcery.com>
17340
17341 PR remote/19496
17342 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17343 Remove kfail for PR remote/19496.
17344
17345 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17346
17347 * lib/gdb.exp (standard_temp_file): Return a path specific to
17348 the runtest invocation.
17349
17350 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17351
17352 * gdb.trace/save-trace.exp: Change relative path to be in the
17353 standard output directory.
17354
17355 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17356
17357 * gdb.arch/i386-prologue.c: Add missing prototypes.
17358
17359 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17360
17361 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17362 * gdb.arch/i386-prologue.exp: Likewise.
17363 * gdb.arch/i386-size.exp: Likewise.
17364
17365 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17366
17367 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17368 define object file path.
17369 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17370 file path.
17371 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17372 standard_output_file to define binfile.
17373
17374 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17375
17376 Fix compatibility with recent gfortran-5.3.1.
17377 * gdb.fortran/vla-history.exp (print vla1 allocated)
17378 (print vla2 allocated, print $2, print $3): Remove
17379 (print $4): Rename to ...
17380 (print $2): ... here.
17381 (print $9): Rename to ...
17382 (print $5): ... here.
17383 (print $10): Rename to ...
17384 (print $6): ... here.
17385 * gdb.fortran/vla.f90: Add pvla initialization.
17386
17387 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17388
17389 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17390 New test.
17391 * gdb.fortran/vla-value-sub.exp: Likewise.
17392
17393 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17394
17395 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17396
17397 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17398
17399 * i386-biarch-core.exp: Define corefile using
17400 standard_output_file.
17401
17402 2016-02-12 Yao Qi <yao.qi@linaro.org>
17403
17404 * gdb.arch/arm-single-step-kernel-helper.c: New.
17405 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17406
17407 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17408
17409 * gdb.btrace/tailcall-only.exp: New.
17410 * gdb.btrace/tailcall-only.c: New.
17411 * gdb.btrace/x86_64-tailcall-only.S: New.
17412 * gdb.btrace/i686-tailcall-only.S: New.
17413
17414 2016-02-11 Pedro Alves <palves@redhat.com>
17415
17416 * README (Parallel testing): Add missing double quotes.
17417
17418 2016-02-11 Pedro Alves <palves@redhat.com>
17419
17420 * README (Parallel testing): New section.
17421 (GDB_PARALLEL): Rewrite.
17422 (FORCE_PARALLEL): Document.
17423
17424 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17425
17426 * gdb.trace/tfile-avx.c: New test.
17427 * gdb.trace/tfile-avx.exp: New test.
17428
17429 2016-02-09 Keith Seitz <keiths@redhat.com>
17430
17431 PR breakpoints/19546
17432 * gdb.base/infcall-exec.c: New file.
17433 * gdb.base/infcall-exec2.c: New file.
17434 * gdb.base/infcall-exec.exp: New file.
17435
17436 2016-02-09 Keith Seitz <keiths@redhat.com>
17437
17438 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17439 (toplevel): Call test_bkpt_address.
17440
17441 2016-02-09 Keith Seitz <keiths@redhat.com>
17442
17443 PR python/19506
17444 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17445 (toplevel): Call test_bkpt_address.
17446
17447 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17448
17449 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17450 to AC_OUTPUT.
17451 * configure: Regenerate.
17452
17453 2016-02-09 Pedro Alves <palves@redhat.com>
17454
17455 PR breakpoints/19548
17456 * gdb.base/execl-update-breakpoints.c (some_function): New
17457 function.
17458 (main): Call it.
17459 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17460 Tighten expected GDB output.
17461
17462 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17463
17464 * Makefile.in (ALL_SUBDIRS): Remove.
17465 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17466 (distclean maintainer-clean realclean): Likewise.
17467 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17468 * configure: Regenerate.
17469 * gdb.ada/Makefile.in: Delete.
17470 * gdb.arch/Makefile.in: Likewise.
17471 * gdb.asm/Makefile.in: Likewise.
17472 * gdb.base/Makefile.in: Likewise.
17473 * gdb.btrace/Makefile.in: Likewise.
17474 * gdb.cell/Makefile.in: Likewise.
17475 * gdb.compile/Makefile.in: Likewise.
17476 * gdb.cp/Makefile.in: Likewise.
17477 * gdb.disasm/Makefile.in: Likewise.
17478 * gdb.dlang/Makefile.in: Likewise.
17479 * gdb.dwarf2/Makefile.in: Likewise.
17480 * gdb.fortran/Makefile.in: Likewise.
17481 * gdb.gdb/Makefile.in: Likewise.
17482 * gdb.go/Makefile.in: Likewise.
17483 * gdb.guile/Makefile.in: Likewise.
17484 * gdb.java/Makefile.in: Likewise.
17485 * gdb.linespec/Makefile.in: Likewise.
17486 * gdb.mi/Makefile.in: Likewise.
17487 * gdb.modula2/Makefile.in: Likewise.
17488 * gdb.multi/Makefile.in: Likewise.
17489 * gdb.objc/Makefile.in: Likewise.
17490 * gdb.opencl/Makefile.in: Likewise.
17491 * gdb.opt/Makefile.in: Likewise.
17492 * gdb.pascal/Makefile.in: Likewise.
17493 * gdb.perf/Makefile.in: Likewise.
17494 * gdb.python/Makefile.in: Likewise.
17495 * gdb.reverse/Makefile.in: Likewise.
17496 * gdb.server/Makefile.in: Likewise.
17497 * gdb.stabs/Makefile.in: Likewise.
17498 * gdb.threads/Makefile.in: Likewise.
17499 * gdb.trace/Makefile.in: Likewise.
17500 * gdb.xml/Makefile.in: Likewise.
17501 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17502 GDB_PARALLEL.
17503 (standard_output_file): Remove check for GDB_PARALLEL, always
17504 return path in outputs/$subdir/$testname.
17505
17506 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17507
17508 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17509 (site.exp): Assign abs_srcdir to tcl's srcdir.
17510
17511 2016-02-04 Yao Qi <yao.qi@linaro.org>
17512
17513 * gdb.base/foll-exec-mode.c: Include limits.h.
17514 (main): Add parameters argc and argv. Get directory from
17515 argv[0].
17516 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17517 compilation.
17518 * gdb.base/foll-exec.c: Include limits.h.
17519 (main): Add parameters argc and argv.
17520 Get directory from argv[0].
17521 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17522 Adjust tests on the number of lines as source code changed.
17523 * gdb.base/foll-vfork-exit.c: Include limits.h.
17524 (main): Add one line of statement before vfork.
17525 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17526 (main): Add parameters argc and argv. Get directory from
17527 argv[0].
17528 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17529 (setup_gdb): Set tbreak to skip some source lines.
17530 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17531 (main): Add parameters argc and argv. Get directory from
17532 argv[0].
17533 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17534 compilation.
17535 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17536 (main): Add parameters argc and argv. Get directory from
17537 argv[0].
17538 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17539 compilation.
17540
17541 2016-02-01 Doug Evans <dje@google.com>
17542
17543 * gdb.base/skip.exp: Clean up multiple references to same test name.
17544
17545 2016-02-01 Pedro Alves <palves@redhat.com>
17546
17547 PR remote/19496
17548 * gdb.threads/forking-threads-plus-breakpoint.exp
17549 (displaced_stepping_supported): New global.
17550 (probe_displaced_stepping_support): New procedure.
17551 (do_test): Add 'displaced' parameter, and use it.
17552 (top level): Check for displaced stepping support. Add displaced
17553 stepping on/off testing axis.
17554
17555 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17556
17557 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17558 pointer. Don't perform further tests on the unassociated pointer
17559 if the first test fails.
17560
17561 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17562
17563 * gdb.base/max-value-size.c: New file.
17564 * gdb.base/max-value-size.exp: New file.
17565 * gdb.base/huge.exp: Disable max-value-size for this test.
17566
17567 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17568
17569 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17570
17571 2016-01-28 Yao Qi <yao.qi@linaro.org>
17572
17573 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17574
17575 2016-01-25 Pedro Alves <palves@redhat.com>
17576
17577 PR threads/19461
17578 * gdb.base/fork-running-state.c: New file.
17579 * gdb.base/fork-running-state.exp: New file.
17580
17581 2016-01-25 Pedro Alves <palves@redhat.com>
17582
17583 PR gdb/19494
17584 * gdb.base/catch-fork-kill.c: New file.
17585 * gdb.base/catch-fork-kill.exp: New file.
17586
17587 2016-01-25 Pedro Alves <palves@redhat.com>
17588
17589 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17590 Delete, moved to lib/gdb.exp.
17591 * gdb.threads/forking-threads-plus-breakpoint.exp
17592 (foreach_with_prefix): Likewise.
17593 * gdb.threads/process-dies-while-handling-bp.exp
17594 (foreach_with_prefix): Likewise.
17595 * lib/gdb.exp (foreach_with_prefix): New procedure.
17596
17597 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17598
17599 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17600 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17601
17602 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17603
17604 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17605 endian targets.
17606
17607 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17608 Pedro Alves <palves@redhat.com>
17609
17610 Fix testsuite compatibility with Guile.
17611 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17612 number.
17613
17614 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17615
17616 Fix testsuite compatibility with Guile.
17617 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17618 (thread 1): New test for backtrace through signal handler.
17619
17620 2016-01-22 Yao Qi <yao.qi@linaro.org>
17621
17622 PR testsuite/19491
17623 * gdb.base/multi-forks.c: Include
17624 ../lib/unbuffer_output.c
17625 (main): Call gdb_unbuffer_output.
17626
17627 2016-01-21 Doug Evans <dje@google.com>
17628
17629 * lib/ada.exp (gdb_compile_ada): Fix typo.
17630
17631 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17632
17633 * gdb.base/break-fun-addr.exp: New file.
17634 * gdb.base/break-fun-addr1.c: New file.
17635 * gdb.base/break-fun-addr2.c: New file.
17636
17637 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17638
17639 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17640 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17641 enum flag values.
17642
17643 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17644
17645 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17646 when GDB can not set the vector return value. Add more comments
17647 for clarification.
17648
17649 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17650
17651 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17652 command.
17653
17654 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17655
17656 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17657
17658 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17659
17660 * Makefile.in (check-single): Pass --status to runtest.
17661 (check/%.exp): Likewise.
17662
17663 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17664
17665 * Makefile.in (check-parallel): Propagate return code from make
17666 do-check-parallel.
17667
17668 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17669
17670 * gdb.trace/ftrace.exp: Fix expected message on continue.
17671 * gdb.trace/pending.exp: Fix expected message on continue.
17672 * gdb.trace/trace-break.exp: Fix expected message on continue.
17673
17674 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17675
17676 * lib/gdb.exp (gdb_test): Remove unused global references.
17677
17678 2016-01-18 Pedro Alves <palves@redhat.com>
17679
17680 * gdb.base/async-shell.exp: Adjust expected output.
17681 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17682 * gdb.base/siginfo-thread.exp: Adjust expected output.
17683 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17684 * gdb.java/jnpe.exp: Adjust expected output.
17685 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17686 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17687 * gdb.threads/leader-exit.exp: Adjust expected output.
17688 * gdb.threads/manythreads.exp: Adjust expected output.
17689 * gdb.threads/pthreads.exp: Adjust expected output.
17690 * gdb.threads/schedlock.exp: Adjust expected output.
17691 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17692 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17693 expected output.
17694 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17695 output.
17696 * gdb.threads/sigthread.exp: Adjust expected output.
17697 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17698
17699 2016-01-18 Yao Qi <yao.qi@linaro.org>
17700
17701 * gdb.guile/scm-section-script.c: Replace @progbits with
17702 %progbits.
17703 * gdb.python/py-section-script.c: Likewise.
17704
17705 2016-01-15 Pedro Alves <palves@redhat.com>
17706
17707 * gdb.multi/tids.exp: Test star wildcard ranges.
17708
17709 2016-01-15 Pedro Alves <palves@redhat.com>
17710
17711 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17712 command from "thread apply" invocation.
17713 (thr_apply_info_thr_invalid): Default the expected output to the
17714 input tid list.
17715 (top level): Add tests that use convenience variables. Add tests
17716 for "thread apply" with a valid TID list, but missing the command.
17717
17718 2016-01-13 Pedro Alves <palves@redhat.com>
17719
17720 * gdb.base/default.exp: Expect $_gthread as well.
17721 * gdb.multi/tids.exp: Test $_gthread.
17722 * gdb.threads/thread-specific.exp: Test $_gthread.
17723
17724 2016-01-13 Pedro Alves <palves@redhat.com>
17725
17726 * gdb.multi/tids.exp: Test "info threads -gid".
17727
17728 2016-01-13 Pedro Alves <palves@redhat.com>
17729
17730 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17731 Breakpoint.thread.
17732 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17733
17734 2016-01-07 Pedro Alves <palves@redhat.com>
17735
17736 * gdb.base/break.exp: Adjust to output changes.
17737 * gdb.base/hbreak2.exp: Likewise.
17738 * gdb.base/sepdebug.exp: Likewise.
17739 * gdb.base/watch_thread_num.exp: Likewise.
17740 * gdb.linespec/keywords.exp: Likewise.
17741 * gdb.multi/info-threads.exp: Likewise.
17742 * gdb.threads/thread-find.exp: Likewise.
17743 * gdb.multi/tids.c: New file.
17744 * gdb.multi/tids.exp: New file.
17745
17746 2016-01-13 Pedro Alves <palves@redhat.com>
17747
17748 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17749
17750 2016-01-13 Pedro Alves <palves@redhat.com>
17751
17752 * gdb.base/default.exp: Expect $_inferior as well.
17753 * gdb.multi/base.exp: Test $_inferior.
17754
17755 2016-01-13 Pedro Alves <palves@redhat.com>
17756
17757 PR breakpoints/19388
17758 * gdb.base/catch-signal-siginfo-cond.c: New file.
17759 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17760
17761 2016-01-12 Josh Stone <jistone@redhat.com>
17762 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17763
17764 * gdb.base/catch-syscall.c (do_execve): New variable.
17765 (main): Conditionally trigger an execve.
17766 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17767 (test_catch_syscall_execve): New, check entry/return across execve.
17768 (do_syscall_tests): Call test_catch_syscall_execve.
17769
17770 2016-01-12 Pedro Alves <palves@redhat.com>
17771
17772 * gdb.base/random-signal.exp (do_test): New procedure, with body
17773 of testcase moved in.
17774
17775 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17776 Pedro Alves <palves@redhat.com>
17777
17778 * gdb.base/funcargs.exp (finish from indirectly called function):
17779 Reintroduce the case for 'First'.
17780
17781 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17782 Pedro Alves <palves@redhat.com>
17783
17784 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17785 (tcatch_vfork_then_child_follow_exec)
17786 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17787 identification.
17788
17789 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17790
17791 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17792 and repeats to unlimited.
17793 * gdb.python/py-value.exp: Likewise.
17794 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17795 and repeats to unlimited.
17796
17797 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17798
17799 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17800 and reordering the functions.
17801 * gdb.multi/hangout.c: Likewise.
17802 * gdb.multi/hello.c: Likewise.
17803
17804 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17805
17806 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17807 absolute.
17808 (SingleStatisticTestResult.report): Use dict.keys instead of
17809 dict.iterkeys.
17810
17811 2016-01-06 Pedro Alves <palves@redhat.com>
17812
17813 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17814
17815 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17816
17817 * gdb.btrace/dlopen.exp: New.
17818 * gdb.btrace/dlopen.c: New.
17819 * gdb.btrace/dlopen-dso.c: New.
17820
17821 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17822
17823 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17824 PATTERN argument is optional.
17825
17826 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17827
17828 * lib/ada.exp (target_compile_ada_from_dir): New function.
17829 (gdb_compile_ada): Reimplement avoiding the use of project files.
17830 * gdb.ada/gnat_ada.gpr: Delete.
17831 * gdb.ada/cond_lang.exp: Adjust test to make path before
17832 filename optional.
17833 * gdb.ada/small_reg_param.exp: Likewise.
17834
17835 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17836
17837 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17838
17839 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17840
17841 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17842 case.
17843
17844 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17845
17846 * gdb.base/break.exp: Remove dead code.
17847 * gdb.base/sepdebug.exp: Likewise.
17848
17849 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17850
17851 * gdb.asm/asm-source.exp: Remove HP-UX references.
17852 * gdb.base/annota1.exp: Likewise.
17853 * gdb.base/annota3.exp: Likewise.
17854 * gdb.base/attach.exp: Likewise.
17855 * gdb.base/bigcore.exp: Likewise.
17856 * gdb.base/break.exp: Likewise.
17857 * gdb.base/call-ar-st.exp: Likewise.
17858 * gdb.base/callfuncs.exp: Likewise.
17859 * gdb.base/catch-fork-static.exp: Likewise.
17860 * gdb.base/display.exp: Likewise.
17861 * gdb.base/foll-exec-mode.exp: Likewise.
17862 * gdb.base/foll-exec.exp: Likewise.
17863 * gdb.base/foll-fork.exp: Likewise.
17864 * gdb.base/foll-vfork.exp: Likewise.
17865 * gdb.base/funcargs.exp: Likewise.
17866 * gdb.base/hbreak2.exp: Likewise.
17867 * gdb.base/inferior-died.exp: Likewise.
17868 * gdb.base/interrupt.exp: Likewise.
17869 * gdb.base/multi-forks.exp: Likewise.
17870 * gdb.base/nodebug.exp: Likewise.
17871 * gdb.base/sepdebug.exp: Likewise.
17872 * gdb.base/solib1.c: Likewise.
17873 * gdb.base/step-test.exp: Likewise.
17874 * gdb.mi/non-stop.c: Likewise.
17875 * gdb.mi/pthreads.c: Likewise.
17876 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17877 * gdb.threads/pthreads.c: Likewise.
17878 * gdb.threads/staticthreads.exp: Likewise.
17879 * lib/future.exp: Likewise.
17880 * lib/gdb.exp: Likewise.
17881 * gdb.base/so-indr-cl.c: Remove.
17882 * gdb.base/so-indr-cl.exp: Likewise.
17883 * gdb.base/solib.c: Likewise.
17884 * gdb.base/solib.exp: Likewise.
17885 * gdb.base/solib2.c: Likewise.
17886
17887 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17888
17889 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17890 * gdb.base/call-ar-st.exp: Likewise.
17891 * gdb.base/callfuncs.exp: Likewise.
17892 * gdb.base/condbreak.exp: Likewise.
17893 * gdb.base/constvars.exp: Likewise.
17894 * gdb.base/hbreak2.exp: Likewise.
17895 * gdb.base/langs.exp: Likewise.
17896 * gdb.base/list.exp: Likewise.
17897 * gdb.base/long_long.exp: Likewise.
17898 * gdb.base/ptype.exp: Likewise.
17899 * gdb.base/scope.exp: Likewise.
17900 * gdb.base/signals.exp: Likewise.
17901 * gdb.base/so-impl-ld.exp: Likewise.
17902 * gdb.base/varargs.exp: Likewise.
17903 * gdb.base/volatile.exp: Likewise.
17904 * gdb.base/whatis.exp: Likewise.
17905 * gdb.cp/cplusfuncs.exp: Likewise.
17906 * gdb.cp/inherit.exp: Likewise.
17907 * gdb.cp/local.exp: Likewise.
17908 * gdb.cp/member-ptr.exp: Likewise.
17909 * gdb.cp/method.exp: Likewise.
17910 * gdb.cp/overload.exp: Likewise.
17911 * gdb.cp/templates.exp: Likewise.
17912 * gdb.stabs/weird.exp: Likewise.
17913 * lib/compiler.c: Likewise.
17914 * lib/compiler.cc: Likewise.
17915 * lib/cp-support.exp: Likewise.
17916 * lib/gdb.exp: Likewise.
17917
17918 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17919
17920 * configure.ac: Remove HP-UX case.
17921 * configure: Regenerate.
17922
17923 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17924
17925 * lib/gdb.exp (gdb_compile): Add function doc.
17926
17927 2015-12-17 Pedro Alves <palves@redhat.com>
17928
17929 PR threads/19354
17930 * gdb.multi/info-threads.exp: New file.
17931
17932 2015-12-15 Yao Qi <yao.qi@linaro.org>
17933
17934 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17935 is aarch64*-*-*.
17936
17937 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17938
17939 * gdb.base/history-duplicates.exp: Skip if no readline support.
17940
17941 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17942
17943 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17944
17945 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17946
17947 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17948
17949 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17950
17951 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17952 ctrl-C if nointerrupts target property is set.
17953 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17954 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17955 * gdb.base/paginate-bg-execution.exp: Likewise.
17956 * gdb.base/paginate-execution-startup.exp: Likewise.
17957 * gdb.base/random-signal.exp: Likewise.
17958 * gdb.base/range-stepping.exp: Likewise.
17959 * gdb.cp/annota2.exp: Likewise.
17960 * gdb.cp/annota3.exp: Likewise.
17961 * gdb.gdb/selftest.exp: Likewise.
17962 * gdb.threads/continue-pending-status.exp: Likewise.
17963 * gdb.threads/leader-exit.exp: Likewise.
17964 * gdb.threads/manythreads.exp: Likewise.
17965 * gdb.threads/pthreads.exp: Likewise.
17966 * gdb.threads/schedlock.exp: Likewise.
17967 * gdb.threads/sigthread.exp: Likewise.
17968
17969 2015-12-11 Don Breazeal <donb@codesourcery.com>
17970
17971 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17972 remote.
17973 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17974 * gdb.base/foll-exec.exp (main): Enable for target remote.
17975 * gdb.base/foll-fork.exp (main): Likewise.
17976 * gdb.base/foll-vfork.exp (main): Likewise.
17977 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17978 (proc continue_to_exit_bp_loc): Use clean_restart.
17979 * gdb.base/pie-execl.exp (main): Disable for target remote.
17980 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17981 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17982 * gdb.threads/execl.exp (main): Likewise.
17983 * gdb.threads/fork-child-threads.exp (main): Likewise.
17984 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17985 remote.
17986 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17987 remote.
17988 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17989 pid.tid style ptids, instead of just tid.
17990 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17991 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17992 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17993 ptids, instead of just tid.
17994
17995 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17996
17997 * gdb.base/list.exp (test_list_forward): Add end of file error
17998 test.
17999 (test_repeat_list_command): Add end of file error test.
18000 (test_list_backwards): Add beginning of file error test.
18001
18002 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18003
18004 * gdb.base/list.exp (test_list_invalid_args): New function,
18005 defined, and called.
18006
18007 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18008
18009 * gdb.base/list.exp (test_list): Make test names unique.
18010
18011 2015-12-11 Yao Qi <yao.qi@linaro.org>
18012
18013 * gdb.base/coremaker2.c: Remove.
18014
18015 2015-12-10 Pedro Alves <palves@redhat.com>
18016
18017 * gdb.multi/base.exp: Remove stale "spaces" references.
18018
18019 2015-12-10 Pedro Alves <palves@redhat.com>
18020
18021 * gdb.multi/base.exp: Don't use nowarnings.
18022 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
18023 * gdb.multi/hangout.c: Include stdio.h.
18024 * gdb.multi/hello.c: Include stdlib.h.
18025 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
18026 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
18027 * gdb.multi/multi-arch.exp: Don't use nowarnings.
18028
18029 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
18030
18031 * gdb.dwarf2/dw2-ranges-base.c: New file.
18032 * gdb.dwarf2/dw2-ranges-base.exp: New file.
18033 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
18034 support additional line table, and debug ranges generation.
18035 (Dwarf::ranges): New function, generate .debug_ranges.
18036 (Dwarf::lines): Support generating simple line table programs.
18037 (Dwarf::assemble): Initialise new namespace variables.
18038
18039 2015-12-09 Kevin Buettner <kevinb@redhat.com>
18040
18041 * gdb.base/async.exp (proc test_background): Add case for
18042 asynchronous execution not supported.
18043
18044 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
18045
18046 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
18047 format and change test names to make them unique.
18048
18049 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
18050 Pedro Alves <pedro@redhat.com>
18051
18052 PR gdb/18702
18053 Add checking of floatformats setup on x86_64 hosts.
18054 * gdb.arch/i386-float.S (main): Load bigval and smallval.
18055 (smallval, bigval): New labels/constants.
18056 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
18057 float" after loading bigval and smallval.
18058
18059 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
18060
18061 * gdb.ada/fun_overload_menu.exp: New testcase.
18062 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
18063
18064 2015-12-04 Josh Stone <jistone@redhat.com>
18065
18066 * gdb.base/catch-fork-static.exp: New.
18067
18068 2015-12-03 Yao Qi <yao.qi@linaro.org>
18069
18070 * gdb.base/sizeof.c: Don't include stdio.h and
18071 ../lib/unbuffer_output.c.
18072 (main): New variable 'size' and 'value'. Remove printf and
18073 gdb_unbuffer_output. Assign return value to size and value.
18074 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
18075 at the beginning.
18076 (check_sizeof): Check the result by printing variable 'size'.
18077 (check_valueof): Check the result by printing variable 'value'.
18078
18079 2015-12-01 Yao Qi <yao.qi@linaro.org>
18080
18081 * gdb.base/disp-step-syscall.exp: Define syscall instruction
18082 for aarch64*-*-linux* target.
18083
18084 2015-11-30 Pedro Alves <palves@redhat.com>
18085
18086 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
18087
18088 2015-11-30 Pedro Alves <palves@redhat.com>
18089
18090 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
18091 Handle non-stop mode vCont replies.
18092
18093 2015-11-30 Pedro Alves <palves@redhat.com>
18094
18095 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
18096 prepare_for_testing. Start gdb with "set non-stop on" appended to
18097 GDBFLAGS. Lax expected stop output.
18098
18099 2015-11-27 Yao Qi <yao.qi@linaro.org>
18100
18101 * gdb.arch/arm-neon.exp: New.
18102 * gdb.arch/arm-neon.c: New.
18103
18104 2015-11-27 Yao Qi <yao.qi@linaro.org>
18105
18106 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
18107
18108 2015-11-27 Yao Qi <yao.qi@linaro.org>
18109
18110 * gdb.cp/annota2.exp: Allow multiple occurrences of the
18111 frames-invalid annotation.
18112
18113 2015-11-27 Yao Qi <yao.qi@linaro.org>
18114
18115 * gdb.cp/annota2.exp: Use ${frames_invalid}.
18116
18117 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
18118
18119 * gdb.threads/names.exp: New file.
18120 * gdb.threads/names.c: New file.
18121 * README: Mention gdb,no_thread_names.
18122
18123 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
18124
18125 PR 19297
18126 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
18127 support" error.
18128
18129 2015-11-24 Pedro Alves <palves@redhat.com>
18130
18131 PR 17539
18132 * gdb.base/display.exp: Expect displays to be sorted in ascending
18133 order. Use multi_line.
18134 * gdb.base/solib-display.exp: Likewise.
18135
18136 2015-11-24 Pedro Alves <palves@redhat.com>
18137
18138 PR 17539
18139 * gdb.base/display.exp: Expect displays to be sorted in ascending
18140 order. Use multi_line.
18141 * gdb.base/solib-display.exp: Likewise.
18142
18143 2015-11-24 Pedro Alves <palves@redhat.com>
18144
18145 PR 17539
18146 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
18147 threads in ascending order.
18148 * gdb.base/foll-fork.exp: Likewise.
18149 * gdb.base/foll-vfork.exp: Likewise.
18150 * gdb.base/multi-forks.exp: Likewise.
18151 * gdb.mi/mi-nonstop.exp: Likewise.
18152 * gdb.mi/mi-nsintrall.exp: Likewise.
18153 * gdb.multi/base.exp: Likewise.
18154 * gdb.multi/multi-arch.exp: Likewise.
18155 * gdb.python/py-inferior.exp: Likewise.
18156 * gdb.threads/break-while-running.exp: Likewise.
18157 * gdb.threads/execl.exp: Likewise.
18158 * gdb.threads/gcore-thread.exp: Likewise.
18159 * gdb.threads/info-threads-cur-sal.exp: Likewise.
18160 * gdb.threads/kill.exp: Likewise.
18161 * gdb.threads/linux-dp.exp: Likewise.
18162 * gdb.threads/multiple-step-overs.exp: Likewise.
18163 * gdb.threads/next-bp-other-thread.exp: Likewise.
18164 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
18165 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
18166 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
18167 * gdb.threads/thread-find.exp: Likewise.
18168 * gdb.threads/tls.exp: Likewise.
18169 * lib/mi-support.exp (mi_reverse_list): Delete.
18170 (mi_check_thread_states): No longer reverse list.
18171
18172 2015-11-24 Pedro Alves <palves@redhat.com>
18173
18174 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
18175 use lowercase.
18176
18177 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18178
18179 * gdb.trace/actions.c: Include trace-common.h.
18180 (main): Add a location for a fast tracepoint.
18181 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
18182 the normal tracepoints.
18183 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
18184
18185 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18186
18187 * save-trace.exp: Factor out code to these...
18188 (gdb_save_tracepoints): New.
18189 (gdb_load_tracepoints): New.
18190 (do_save_load_test): New.
18191
18192 2015-11-23 Kevin Buettner <kevinb@redhat.com>
18193
18194 * gdb.base/asmlabel.exp: New test.
18195 * gdb.base/asmlabel.c: New test case.
18196
18197 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18198
18199 * gdb.base/wrong_frame_bt_full-main.c: New file.
18200 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
18201 * gdb.base/wrong_frame_bt_full.exp: New file.
18202
18203 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18204
18205 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
18206
18207 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18208
18209 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
18210 pstate register when comparing registers values in
18211 sparc64-*-linux-gnu targets to avoid spurious differences.
18212
18213 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18214
18215 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
18216
18217 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
18218
18219 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
18220 as type argument to gdb_compile.
18221 * gdb.base/nested-subp2.exp: Likewise.
18222 * gdb.base/nested-subp3.exp: Likewise.
18223
18224 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
18225
18226 * lib/dwarf.exp (_note): Fix left shift of negative value.
18227 * gdb.trace/trace-condition.exp: Likewise.
18228
18229 2015-11-13 Yao Qi <yao.qi@linaro.org>
18230
18231 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
18232 comments about d10v.
18233 (test_scalar_returns): Likewise.
18234 * gdb.base/d10v.ld: Remove.
18235 * gdb.base/overlays.exp: Remove the target triplet checking for
18236 d10v-*-*.
18237 * gdb.base/structs.exp (test_struct_returns): Remove the
18238 comments about d10v.
18239 (test_struct_calls): Likewise.
18240
18241 2015-11-13 Yao Qi <yao.qi@linaro.org>
18242
18243 * gdb.base/gnu_vector.exp: Check the return value by "p res".
18244 * gdb.base/gnu_vector.c: Don't include stdio.h.
18245 (main): Don't print res and call add_some_intvecs.
18246
18247 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
18248
18249 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
18250 macro.
18251 (func5): Removed.
18252 (func4): Use FAST_TRACEPOINT_LABEL.
18253 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
18254 macro.
18255 (func): Removed.
18256 (thread_function): Use FAST_TRACEPOINT_LABEL.
18257 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
18258 (func): Remove.
18259 (marker): Use FAST_TRACEPOINT_LABEL.
18260 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
18261 (pendfunc1): Remove.
18262 (pendfunc): Use FAST_TRACEPOINT_LABEL.
18263 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
18264 (foo): Remove.
18265 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
18266 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
18267 macro.
18268 (func): Remove.
18269 (marker): Use FAST_TRACEPOINT_LABEL.
18270 * gdb.trace/trace-common.h: New header.
18271 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
18272 macro.
18273 (func): Remove.
18274 (marker): Use FAST_TRACEPOINT_LABEL.
18275 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
18276 (func): Remove.
18277 (thread_function): Use FAST_TRACEPOINT_LABEL.
18278
18279 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
18280
18281 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
18282 in front.
18283 * gdb.trace/change-loc.exp: Use global pcreg definition.
18284 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
18285 * gdb.trace/entry-values.exp: Use global spreg definition, add $
18286 in front.
18287 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
18288 * gdb.trace/pending.exp: Likewise.
18289 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
18290 * gdb.trace/trace-break.exp: Likewise.
18291 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
18292 in front.
18293 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
18294 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
18295 in front.
18296 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
18297
18298 2015-11-09 Joel Brobecker <brobecker@adacore.com>
18299
18300 * gdb.ada/fin_fun_out: New testcase.
18301
18302 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18303
18304 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
18305 value associated with DW_AT_byte_size.
18306 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
18307 constants for DW_AT_byte_size, DW_AT_lower_bound, and
18308 DW_AT_upper_bound.
18309
18310 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18311
18312 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
18313 (gdb_target_symbol_prefix_flags): Define in terms of _asm
18314 version.
18315 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
18316 gdb.dwarf2/dw2-canonicalize-type.exp,
18317 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
18318 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
18319 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
18320 provided by gdb_target_symbol_prefix_flags_asm.
18321 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
18322 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
18323 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
18324 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
18325 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
18326 macros where needed). Use this macro for symbols which require
18327 the prefix provided by SYMBOL_PREFIX.
18328
18329 2015-11-05 Kevin Buettner <kevinb@redhat.com>
18330
18331 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
18332 New procs.
18333 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
18334 representing expressions, of more than one list element.
18335 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
18336 to prepend linker symbol prefix to f.
18337 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
18338 table_1 and table_2.
18339 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
18340 Likewise, for f and g.
18341 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18342 for ptr.
18343 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18344 for main.
18345 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18346 table_1_ptr and table_2_ptr.
18347
18348 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18349 Joel Brobecker <brobecker@adacore.com>
18350
18351 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18352
18353 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18354
18355 * gdb.reverse/s390-mvcle.c: New test.
18356 * gdb.reverse/s390-mvcle.exp: New file.
18357 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18358
18359 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18360
18361 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18362
18363 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18364
18365 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18366 reaching marker2.
18367 * gdb.reverse/getresuid-reverse.exp: Likewise.
18368 * gdb.reverse/pipe-reverse.exp: Likewise.
18369 * gdb.reverse/readv-reverse.exp: Likewise.
18370 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18371 * gdb.reverse/time-reverse.exp: Likewise.
18372 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18373
18374 2015-10-30 Yao Qi <yao.qi@linaro.org>
18375
18376 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18377 (empty_cycle): Remove.
18378 (main): Don't call empty_cycle. Don't use watch_count_done.
18379 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18380 empty_cycle. Rewrite the code counting HW watchpoints.
18381
18382 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18383
18384 * gdb.reverse/fstatat-reverse.c: New test.
18385 * gdb.reverse/fstatat-reverse.exp: New file.
18386 * gdb.reverse/getresuid-reverse.c: New test.
18387 * gdb.reverse/getresuid-reverse.exp: New file.
18388 * gdb.reverse/pipe-reverse.c: New test.
18389 * gdb.reverse/pipe-reverse.exp: New file.
18390 * gdb.reverse/readv-reverse.c: New test.
18391 * gdb.reverse/readv-reverse.exp: New file.
18392 * gdb.reverse/recvmsg-reverse.c: New test.
18393 * gdb.reverse/recvmsg-reverse.exp: New file.
18394 * gdb.reverse/time-reverse.c: New test.
18395 * gdb.reverse/time-reverse.exp: New file.
18396 * gdb.reverse/waitpid-reverse.c: New test.
18397 * gdb.reverse/waitpid-reverse.exp: New file.
18398
18399 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18400
18401 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18402
18403 2015-10-26 Doug Evans <dje@google.com>
18404
18405 PR symtab/17391
18406 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18407 * gdb.dwarf2/bad-regnum.c: New file.
18408 * gdb.dwarf2/bad-regnum.exp: New file.
18409
18410 2015-10-26 Doug Evans <dje@google.com>
18411
18412 PR python/18938
18413 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18414 file.
18415
18416 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18417
18418 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18419 for a change by "Mention language in compile error message".
18420
18421 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18422
18423 PR python/18073
18424 * gdb.python/py-type.c (C::a_method): New.
18425 (C::a_const_method): New.
18426 (C::a_static_method): New.
18427 (a_function): New.
18428 * gdb.python/py-type.exp (test_fields): Test getting fields
18429 from function and method.
18430
18431 2015-10-21 Keven Boell <keven.boell@intel.com>
18432
18433 * gdb.fortran/vla-alloc-assoc.exp: New file.
18434 * gdb.fortran/vla-datatypes.exp: New file.
18435 * gdb.fortran/vla-datatypes.f90: New file.
18436 * gdb.fortran/vla-history.exp: New file.
18437 * gdb.fortran/vla-ptype-sub.exp: New file.
18438 * gdb.fortran/vla-ptype.exp: New file.
18439 * gdb.fortran/vla-sizeof.exp: New file.
18440 * gdb.fortran/vla-sub.f90: New file.
18441 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18442 * gdb.fortran/vla-value-sub-finish.exp: New file.
18443 * gdb.fortran/vla-value-sub.exp: New file.
18444 * gdb.fortran/vla-value.exp: New file.
18445 * gdb.fortran/vla-ptr-info.exp: New file.
18446 * gdb.mi/mi-vla-fortran.exp: New file.
18447 * gdb.mi/vla.f90: New file.
18448
18449 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18450
18451 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18452 of hardwired timeout value.
18453
18454 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18455 Pedro Alves <palves@redhat.com>
18456
18457 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18458 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18459
18460 2015-10-19 Josh Stone <jistone@redhat.com>
18461
18462 * gdb.base/catch-syscall.c: Include <sched.h>.
18463 (unknown_syscall): New variable.
18464 (main): Trigger a vfork and an unknown syscall.
18465 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18466 (unknown_syscall_number): Likewise.
18467 (check_call_to_syscall): Accept an optional syscall pattern.
18468 (check_return_from_syscall): Likewise.
18469 (check_continue): Likewise.
18470 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18471 (test_catch_syscall_skipping_return): New test toggling off 'catch
18472 syscall' to step over the syscall return, then toggling back on.
18473 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18474 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18475 (do_syscall_tests): Call test_catch_syscall_without_args and
18476 test_catch_syscall_mid_vfork.
18477 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18478 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18479
18480 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
18481
18482 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18483 print g_vE): Add new pass patterns.
18484 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18485 print various symbol names for vptr fields.
18486
18487 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18488
18489 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18490 results.
18491
18492 2015-10-12 Yao Qi <yao.qi@linaro.org>
18493
18494 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18495
18496 2015-10-12 Yao Qi <yao.qi@linaro.org>
18497
18498 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18499 is aarch64*-*-linux*.
18500
18501 2015-10-12 Yao Qi <yao.qi@linaro.org>
18502
18503 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18504 (can_relocate_bcond_true): ... it.
18505 (can_relocate_bcond_false): New function.
18506 (foo): Likewise.
18507 (can_relocate_bl): Likewise.
18508 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18509 can_relocate_bl.
18510
18511 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18512
18513 * gdb.base/nested-addr.c: New file.
18514 * gdb.base/nested-addr.exp: New testcase.
18515
18516 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18517
18518 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18519 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18520 its output. Ignore the output of "record goto begin" and instead
18521 check that GDB is replaying.
18522
18523 2015-10-09 Pedro Alves <palves@redhat.com>
18524
18525 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18526 (top level): Use it in the run with no args test.
18527
18528 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18529
18530 * gdb.dlang/properties.exp: New file.
18531
18532 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18533
18534 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18535 whether or not address 0x1000 is mapped on the target.
18536
18537 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18538
18539 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18540 build.
18541
18542 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18543
18544 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18545 instruction-history test.
18546
18547 2015-09-28 Doug Evans <dje@google.com>
18548
18549 * gdb.base/gcore.c (array_func): Add reference to static_array.
18550
18551 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18552
18553 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18554 source line.
18555
18556 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18557
18558 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18559 short or char as base type.
18560
18561 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18562
18563 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18564 to allow any size enum.
18565
18566 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18567
18568 * gdb.ada/array_ptr_renaming.exp: New testcase.
18569 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18570 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18571
18572 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18573
18574 * gdb.trace/ftrace-lock.c: New file.
18575 * gdb.trace/ftrace-lock.exp: New file.
18576
18577 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18578
18579 * gdb.arch/insn-reloc.c: New file.
18580 * gdb.arch/ftrace-insn-reloc.exp: New file.
18581
18582 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18583
18584 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18585 instruction.
18586 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18587 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18588 * gdb.trace/range-stepping.c: Likewise.
18589 * gdb.trace/trace-break.c: Likewise.
18590 * gdb.trace/trace-mt.c (thread_function): Likewise.
18591 * gdb.trace/ftrace.c (marker): Likewise.
18592 * gdb.trace/trace-condition.c (marker): Likewise.
18593 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18594 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18595 is_aarch64_target.
18596
18597 2015-09-18 Doug Evans <xdje42@gmail.com>
18598
18599 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18600 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18601
18602 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18603
18604 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18605 the breakpoint.
18606
18607 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18608
18609 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18610 the pending breakpoint. Remove timeout override for "Run till
18611 MI pending breakpoint on pendfunc3 on thread 2" test.
18612
18613 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18614
18615 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18616 filename pattern.
18617
18618 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18619
18620 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18621 in breakpoint filename pattern.
18622
18623 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18624
18625 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18626
18627 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18628
18629 * gdb.linespec/explicit.exp: Check for readline support for
18630 tab-completion tests. Fix obvious typo.
18631
18632 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18633
18634 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18635 and replay.
18636
18637 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18638
18639 * gdb.btrace/non-stop.c: New.
18640 * gdb.btrace/non-stop.exp: New.
18641
18642 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18643 Yao Qi <yao.qi@linaro.org>
18644
18645 * gdb.trace/trace-condition.c: New file.
18646 * gdb.trace/trace-condition.exp: New file.
18647
18648 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18649
18650 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18651 for testing bytecode compilation.
18652
18653 2015-09-16 Pedro Alves <palves@redhat.com>
18654 Sandra Loosemore <sandra@codesourcery.com>
18655
18656 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18657 (SECONDS): Redefine.
18658 (main): Call pthread_kill and alarm early.
18659 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18660 support.
18661 (test): If the target can't hardware step and doesn't support
18662 displaced stepping, increase the timeout.
18663
18664 2015-09-16 Pedro Alves <palves@redhat.com>
18665
18666 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18667 (enable_debug): New procedures.
18668 (test): Use them. Bail out if waiting for threads fails.
18669 (top level): Bail out if a test fails.
18670
18671 2015-09-16 Yao Qi <yao.qi@linaro.org>
18672
18673 * gdb.asm/asm-source.exp: Set asm-arch for
18674 aarch64*-*-* target.
18675 * gdb.asm/aarch64.inc: New file.
18676
18677 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18678
18679 * gdb.ada/array_of_variable_length.exp: New testcase.
18680 * gdb.ada/array_of_variable_length/foo.adb: New file.
18681 * gdb.ada/array_of_variable_length/pck.adb: New file.
18682 * gdb.ada/array_of_variable_length/pck.ads: New file.
18683
18684 2015-09-15 Doug Evans <dje@google.com>
18685
18686 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18687 of function static local variable.
18688
18689 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18690
18691 * gdb.threads/tls-so_extern.exp: New test file.
18692 * gdb.threads/tls-so_extern.c: New test file.
18693 * gdb.threads/tls-so_extern_main.c: New test file.
18694
18695 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18696
18697 * gdb.opt/solib-intra-step-lib.c: New file.
18698 * gdb.opt/solib-intra-step-main.c: New file.
18699 * gdb.opt/solib-intra-step.exp: New file.
18700
18701 2015-09-15 Pedro Alves <palves@redhat.com>
18702
18703 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18704 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18705
18706 2015-09-14 Pedro Alves <palves@redhat.com>
18707
18708 * gdb.base/hook-stop-continue.c: Delete.
18709 * gdb.base/hook-stop-continue.exp: Delete.
18710 * gdb.base/hook-stop-frame.c: Delete.
18711 * gdb.base/hook-stop-frame.exp: Delete.
18712 * gdb.base/hook-stop.c: New file.
18713 * gdb.base/hook-stop.exp: New file.
18714
18715 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18716
18717 * gdb.ada/access_to_packed_array.exp: New testcase.
18718 * gdb.ada/access_to_packed_array/foo.adb: New file.
18719 * gdb.ada/access_to_packed_array/pack.adb: New file.
18720 * gdb.ada/access_to_packed_array/pack.ads: New file.
18721
18722 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18723
18724 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18725 buffer size test.
18726
18727 2015-09-11 Don Breazeal <donb@codesourcery.com>
18728
18729 * gdb.base/foll-exec.c: Add copyright header. Fix
18730 formatting issues.
18731 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18732 (do_exec_tests): Use clean_restart in place of zap_session,
18733 and for test initialization. Fix formatting issues. Use
18734 fail in place of perror.
18735 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18736 an expect statement to match an expression with output from
18737 the program under debug.
18738 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18739 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18740 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18741 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18742 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18743
18744 2015-09-09 Doug Evans <dje@google.com>
18745
18746 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18747
18748 2015-09-09 Doug Evans <dje@google.com>
18749
18750 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18751
18752 2015-09-09 Doug Evans <dje@google.com>
18753
18754 * gdb.base/savedregs.exp: Fix typo.
18755
18756 2015-09-09 Pedro Alves <palves@redhat.com>
18757
18758 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18759
18760 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18761
18762 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18763 command actually switches threads. Give up on remaining
18764 tests if target fails to stop at breakpoint.
18765
18766 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18767
18768 * gdb.ada/funcall_char.exp: New testcase.
18769 * gdb.ada/funcall_char/foo.adb: New file.
18770
18771 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18772
18773 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18774 expected outputs. Add two testcases for completing ambiguous
18775 functions.
18776 * gdb.ada/complete/aux_pck.adb: New file.
18777 * gdb.ada/complete/aux_pck.ads: New file.
18778 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18779 Ambiguous_Func functions.
18780 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18781 * gdb.ada/complete/pck.adb: Likewise.
18782
18783 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18784
18785 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18786 failures to run the test program under GDB.
18787
18788 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18789
18790 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18791 to C.
18792
18793 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18794
18795 * gdb.base/run-after-attach.exp: New test file.
18796 * gdb.base/run-after-attach.c: New test file.
18797
18798 2015-08-26 Don Breazeal <donb@codesourcery.com>
18799
18800 * gdb.base/foll-exec-2.c: New test program.
18801 * gdb.base/foll-exec-2.exp: New test.
18802
18803 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18804
18805 * gdb.base/nested-subp1.exp: New file.
18806 * gdb.base/nested-subp1.c: New file.
18807 * gdb.base/nested-subp2.exp: New file.
18808 * gdb.base/nested-subp2.c: New file.
18809 * gdb.base/nested-subp3.exp: New file.
18810 * gdb.base/nested-subp3.c: New file.
18811
18812 2015-08-24 Pedro Alves <palves@redhat.com>
18813
18814 * gdb.server/connect-without-multi-process.c: New file.
18815 * gdb.server/connect-without-multi-process.exp: New file.
18816
18817 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18818
18819 * gdb.opt/inline-markers.c: Make z int.
18820
18821 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18822
18823 * gdb.opt/inline-markers.c: Make z volatile.
18824
18825 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18826
18827 * gdb.opt/inline-bt.c: New volatile global z.
18828 * gdb.opt/inline-cmds.c: Likewise.
18829 * gdb.opt/inline-locals.c: Likewise.
18830 * gdb.opt/inline-markers.c: New extern global z.
18831 (marker): Use z.
18832 (inline_fn): Likewise.
18833
18834 2015-08-24 Pedro Alves <palves@redhat.com>
18835
18836 * config/m32r-stub.exp: Remove file.
18837 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18838 * gdb.base/call-rt-st.exp: Likewise.
18839 * gdb.base/call-strs.exp: Likewise.
18840 * gdb.base/default.exp: Remove references to h8300-*-hms and
18841 *-*-udi*.
18842 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18843
18844 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18845
18846 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18847 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18848 and "return" use KFAIL when GDB can not read/write the vector
18849 return value.
18850
18851 2015-08-21 Gary Benson <gbenson@redhat.com>
18852
18853 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18854
18855 2015-08-20 Pedro Alves <palves@redhat.com>
18856
18857 * gdb.server/solib-list.exp: No longer expect an interior stop in
18858 non-stop mode.
18859
18860 2015-08-20 Pedro Alves <palves@redhat.com>
18861
18862 * gdb.server/connect-stopped-target.c: New file.
18863 * gdb.server/connect-stopped-target.exp: New file.
18864
18865 2015-08-20 Pedro Alves <palves@redhat.com>
18866
18867 * gdb.dwarf2/comp-unit-lang.exp: New file.
18868 * gdb.dwarf2/comp-unit-lang.c: New file.
18869
18870 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18871
18872 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18873 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18874
18875 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18876
18877 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18878 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18879
18880 2015-08-18 Doug Evans <dje@google.com>
18881 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18882
18883 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18884 skip_python_tests. New arg prompt_regexp.
18885 (skip_python_tests): New function.
18886 * lib/mi-support.exp (mi_skip_python_tests): New function.
18887 * gdb.python/py-mi-objfile-gdb.py: New file.
18888 * gdb.python/py-mi-objfile.c: New file.
18889 * gdb.python/py-mi-objfile.exp: New file.
18890
18891 2015-08-17 Keith Seitz <keiths@redhat.com>
18892
18893 * gdb.linespec/explicit.exp: Move strace test from here ...
18894 * gdb.trace/strace.exp: ... to here.
18895
18896 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18897
18898 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18899 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18900
18901 2015-08-14 Doug Evans <xdje42@gmail.com>
18902
18903 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18904 inferior before selecting a new file.
18905
18906 2015-08-14 Doug Evans <xdje42@gmail.com>
18907
18908 * gdb.mi/mi-disassemble.exp: Update.
18909 * gdb.base/disasm-optim.S: New file.
18910 * gdb.base/disasm-optim.c: New file.
18911 * gdb.base/disasm-optim.h: New file.
18912 * gdb.base/disasm-optim.exp: New file.
18913
18914 2015-08-14 Keith Seitz <keiths@redhat.com>
18915
18916 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18917 "evaluated-by".
18918
18919 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18920
18921 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18922
18923 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18924
18925 * gdb.ada/fun_renaming.exp: New testcase.
18926 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18927 * gdb.ada/fun_renaming/pack.adb: New file.
18928 * gdb.ada/fun_renaming/pack.ads: New file.
18929
18930 2015-08-12 Keith Seitz <keiths@redhat.com>
18931
18932 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18933 gdb_get_line_number.
18934
18935 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18936
18937 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18938 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18939 gdb.base/dso2dso.exp: New files.
18940
18941 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18942 Pedro Alves <palves@redhat.com>
18943 Keith Seitz <keiths@redhat.com>
18944
18945 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18946 GDBFLAGS.
18947
18948 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18949
18950 * gdb.base/gdbhistsize-history.exp
18951 (test_histsize_history_setting): Use save_vars.
18952 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18953 Use save_vars.
18954 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18955 * gdb.base/readline.exp: Use save_vars.
18956
18957 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18958
18959 * lib/gdb.exp (save_vars): New proc.
18960
18961 2015-08-11 Keith Seitz <keiths@redhat.com>
18962
18963 * gdb.base/help.exp: Update help_breakpoint_text.
18964
18965 2015-08-11 Keith Seitz <keiths@redhat.com>
18966
18967 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18968 (at toplevel): Call test_explicit_breakpoints.
18969 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18970 breakpoints.
18971 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18972 breakpoint conditions, "-cond".
18973
18974 2015-08-11 Keith Seitz <keiths@redhat.com>
18975
18976 * gdb.linespec/3explicit.c: New file.
18977 * gdb.linespec/cpexplicit.cc: New file.
18978 * gdb.linespec/cpexplicit.exp: New file.
18979 * gdb.linespec/explicit.c: New file.
18980 * gdb.linespec/explicit.exp: New file.
18981 * gdb.linespec/explicit2.c: New file.
18982 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18983 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18984 before using in the matching pattern.
18985 Clarify that `prefix' is a regular expression.
18986
18987 2015-08-11 Keith Seitz <keiths@redhat.com>
18988
18989 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18990 test.
18991 Add tests for missing ",FMT" and ",".
18992
18993 2015-08-10 Doug Evans <dje@google.com>
18994 Keith Seitz <keiths@redhat.com>
18995
18996 PR gdb/17960
18997 * gdb.base/completion.exp: Add location completer tests.
18998
18999 2015-08-07 Pedro Alves <palves@redhat.com>
19000
19001 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
19002 tests here.
19003 (top level): Run do_test with and without displaced stepping.
19004
19005 2015-08-07 Pedro Alves <palves@redhat.com>
19006
19007 * gdb.base/valgrind-disp-step.c: New file.
19008 * gdb.base/valgrind-disp-step.exp: New file.
19009
19010 2015-08-07 Pedro Alves <palves@redhat.com>
19011
19012 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
19013 Delete function.
19014 (main): Add alarm. Run an infinite loop instead of calling
19015 wait_threads.
19016 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
19017 comment.
19018 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
19019 Delete function.
19020 (main): Add alarm. Run an infinite loop instead of calling
19021 wait_threads.
19022 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
19023 comment.
19024
19025 2015-08-07 Pedro Alves <palves@redhat.com>
19026
19027 * gdb.base/checkpoint-ns.exp: New file.
19028 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
19029 standard_testfile.
19030
19031 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
19032
19033 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
19034 * gdb.btrace/instruction_history.exp: Update.
19035 * gdb.btrace/tsx.exp: New.
19036 * gdb.btrace/tsx.c: New.
19037
19038 2015-08-06 Pedro Alves <palves@redhat.com>
19039
19040 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
19041 increase timeout.
19042 * gdb.reverse/until-precsave.exp: Bump timeouts.
19043
19044 2015-08-06 Pedro Alves <palves@redhat.com>
19045
19046 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
19047
19048 2015-08-06 Pedro Alves <palves@redhat.com>
19049
19050 PR gdb/18749
19051 * gdb.threads/process-dies-while-handling-bp.c: New file.
19052 * gdb.threads/process-dies-while-handling-bp.exp: New file.
19053
19054 2015-08-06 Pedro Alves <palves@redhat.com>
19055
19056 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
19057 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
19058
19059 2015-08-05 Pedro Alves <palves@redhat.com>
19060
19061 * gdb.threads/next-while-other-thread-longjmps.c: New file.
19062 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
19063
19064 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
19065
19066 * gdb.base/bp-permanent.exp: Report test as unsupported if
19067 the target cannot stop at the permanent breakpoint.
19068
19069 2015-08-03 Doug Evans <dje@google.com>
19070
19071 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
19072 10000.
19073
19074 2015-08-03 Doug Evans <dje@google.com>
19075
19076 * Makefile.in (workers/%.worker, build-perf): New rule.
19077 (GDB_PERFTEST_MODE): New variable.
19078 (check-perf): Use it.
19079 (clean): Clean up gdb.perf parallel build subdirs.
19080 * lib/build-piece.exp: New file.
19081 * lib/gdb.exp (make_gdb_parallel_path): New function
19082 (standard_output_file, standard_temp_file): Call it.
19083 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19084 of $GDB_PARALLEL.
19085 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
19086
19087 2015-08-03 Doug Evans <dje@google.com>
19088
19089 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
19090 (LOG_FILE_NAME): New global.
19091 (TextReporter.__init__): Initialize self.txt_sum.
19092 (TextReporter.report): Add support for multiple data-points.
19093 Move report to perftest.sum, put raw data in perftest.log.
19094 (TextReporter.start): Open sum and log files.
19095 (TextReporter.end): Close sum and log files.
19096 * gdb.perf/lib/perftest/testresult.py
19097 (SingleStatisticTestResult.record): Handle multiple data-points.
19098
19099 2015-07-31 Pedro Alves <palves@redhat.com>
19100
19101 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
19102 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19103 kill_wait_spawned_process instead of explicit "kill -9".
19104 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
19105 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19106 kill_wait_spawned_process.
19107 * gdb.base/attach-twice.exp: Likewise.
19108 * gdb.base/attach.exp: Likewise.
19109 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
19110 gdb_test_multiple.
19111 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
19112 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19113 kill_wait_spawned_process.
19114 * gdb.base/valgrind-infcall.exp: Likewise.
19115 * gdb.multi/multi-attach.exp: Likewise.
19116 * gdb.python/py-prompt.exp: Likewise.
19117 * gdb.python/py-sync-interp.exp: Likewise.
19118 * gdb.server/ext-attach.exp: Likewise.
19119 * gdb.threads/attach-into-signal.exp (corefunc): Use
19120 spawn_wait_for_attach, spawn_id_get_pid and
19121 kill_wait_spawned_process.
19122 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
19123 spawn_wait_for_attach returning a spawn id instead of a pid. Use
19124 spawn_id_get_pid and kill_wait_spawned_process.
19125 * gdb.threads/attach-stopped.exp (corefunc): Use
19126 spawn_wait_for_attach, spawn_id_get_pid and
19127 kill_wait_spawned_process.
19128 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
19129 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19130 kill_wait_spawned_process instead of explicit "kill -9".
19131 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
19132 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
19133 (spawn_wait_for_attach): Use spawn instead of exec to spawn
19134 processes. Don't map cygwin/windows pids here. Now returns a
19135 spawn id list.
19136
19137 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19138
19139 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
19140 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
19141 correct patch.
19142
19143 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19144
19145 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
19146
19147 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19148
19149 Reapply:
19150 2014-05-21 Mark Wielaard <mjw@redhat.com>
19151
19152 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19153
19154 2015-07-30 Pedro Alves <palves@redhat.com>
19155
19156 * linux-low.c (handle_extended_wait): Set the child's last
19157 reported status to TARGET_WAITKIND_STOPPED.
19158
19159 2015-07-30 Pedro Alves <palves@redhat.com>
19160
19161 PR threads/18600
19162 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
19163 only shows inferior 1.
19164
19165 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
19166 Pedro Alves <palves@redhat.com>
19167
19168 PR threads/18600
19169 * gdb.threads/fork-plus-threads.c: New file.
19170 * gdb.threads/fork-plus-threads.exp: New file.
19171
19172 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19173
19174 * gdb.base/batch-preserve-term-settings.exp
19175 (test_terminal_settings_preserved_after_cli_exit): Use
19176 send_quit_command.
19177
19178 2015-07-29 Pedro Alves <palves@redhat.com>
19179 Don Breazeal <donb@codesourcery.com>
19180
19181 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
19182 output from both inferior_spawn_id and gdb_spawn_id.
19183
19184 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19185
19186 * gdb.threads/attach-into-signal.exp (corefunc): Use
19187 with_test_prefix on nested loops, uniquefying the test messages.
19188
19189 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19190
19191 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
19192 commit.
19193
19194 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19195
19196 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
19197 New proc.
19198 (test_terminal_settings_preserved_after_sigterm): New test.
19199
19200 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19201
19202 * gdb.base/batch-preserve-term-settings.exp
19203 (test_terminal_settings_preserved_after_cli_exit): New test.
19204
19205 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19206
19207 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
19208 manipulation of saved_gdbflags.
19209 (test_terminal_settings_preserved): Remove global declaration of
19210 the unused variable pagination_prompt. Remove manipulation of
19211 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
19212 GDBFLAGS.
19213
19214 2015-07-29 Pedro Alves <palves@redhat.com>
19215
19216 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
19217
19218 2015-07-29 Pedro Alves <palves@redhat.com>
19219
19220 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
19221 at the top.
19222
19223 2015-07-29 Pedro Alves <palves@redhat.com>
19224
19225 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
19226 (main): Call gdb_unbuffer_output.
19227 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
19228 (main): Call gdb_unbuffer_output.
19229 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
19230 (main): Call gdb_unbuffer_output.
19231 * gdb.base/call-strs.exp: Adjust to step over the
19232 gdb_unbuffer_output call.
19233 * gdb.base/catch-gdb-caused-signals.c: Include
19234 "../lib/unbuffer_output.c".
19235 (main): Call gdb_unbuffer_output.
19236 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
19237 (main): Call gdb_unbuffer_output.
19238 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
19239 (main): Call gdb_unbuffer_output.
19240 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
19241 (main): Call gdb_unbuffer_output.
19242 * gdb.base/shlib-call.exp: Adjust to step over the
19243 gdb_unbuffer_output call.
19244 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
19245 (main): Call gdb_unbuffer_output.
19246 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
19247 (main): Call gdb_unbuffer_output.
19248 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
19249 (main): Rename to ...
19250 (test): ... this.
19251 (main): Reimplement.
19252 * gdb.base/varargs.exp: Run to test instead of to main.
19253 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19254 (main): Call gdb_unbuffer_output.
19255
19256 2015-07-29 Pedro Alves <palves@redhat.com>
19257
19258 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
19259 factore out from mi_continue_dprintf. For call-style dprintfs,
19260 expect dprintf output out of $inferior_spawn_id.
19261 (mi_continue_dprintf): Use mi_expect_dprintf.
19262 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19263 (main): Call gdb_unbuffer_output.
19264
19265 2015-07-29 Pedro Alves <palves@redhat.com>
19266
19267 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
19268 (default_mi_gdb_start): Set inferior_spawn_id instead of
19269 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
19270 gdb_spawn_id.
19271 (mi_gdb_test): Always expect inferior output from both
19272 $inferior_spawn_id and $gdb_spawn_id.
19273
19274 2015-07-29 Pedro Alves <palves@redhat.com>
19275
19276 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
19277 send_inferior and $inferior_spawn_id.
19278
19279 2015-07-29 Pedro Alves <palves@redhat.com>
19280
19281 * gdb.gdb/complaints.exp (test_initial_complaints)
19282 (test_serial_complaints, test_short_complaints): Use
19283 gdb_test_stdio.
19284 (test_empty_complaint): Handle $inferior_spawn_id !=
19285 $gdb_spawn_id.
19286
19287 2015-07-29 Pedro Alves <palves@redhat.com>
19288
19289 * gdb.base/varargs.exp: Use gdb_test_stdio.
19290
19291 2015-07-29 Pedro Alves <palves@redhat.com>
19292
19293 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
19294
19295 2015-07-29 Pedro Alves <palves@redhat.com>
19296
19297 * gdb.base/ending-run.exp: Use gdb_test_stdio.
19298
19299 2015-07-29 Pedro Alves <palves@redhat.com>
19300
19301 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
19302 parameter into two new parameters, "inf_result" and "gdb_result".
19303 Expect inferior output and gdb output from $inferior_spawn_id and
19304 $gdb_spawn_id, respectively. Adjust all callers.
19305
19306 2015-07-29 Pedro Alves <palves@redhat.com>
19307
19308 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
19309 of gdb_test_sequence.
19310
19311 2015-07-29 Pedro Alves <palves@redhat.com>
19312
19313 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
19314 (saw_spurious_output): Expect inferior output from
19315 $inferior_spawn_id. Use gdb_test_stdio.
19316
19317 2015-07-29 Pedro Alves <palves@redhat.com>
19318
19319 * gdb.base/dprintf.exp: Use standard_testfile. Change
19320 prepare_for_testing call.
19321 (srcfile): Don't set.
19322 (restart): New procedure.
19323 (test_dprintf): New procecure, use to continue over dprintfs.
19324 (test_call, test_agent): New procedures, tests moved here.
19325 Restart gdb and recreate dprintfs. Adjust expected output.
19326
19327 2015-07-29 Pedro Alves <palves@redhat.com>
19328
19329 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19330
19331 2015-07-29 Pedro Alves <palves@redhat.com>
19332
19333 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19334
19335 2015-07-29 Pedro Alves <palves@redhat.com>
19336
19337 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19338 gdb_test_stdio.
19339
19340 2015-07-29 Pedro Alves <palves@redhat.com>
19341
19342 * lib/gdb.exp (gdb_test_stdio): New procedure.
19343
19344 2015-07-29 Pedro Alves <palves@redhat.com>
19345
19346 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19347
19348 2015-07-29 Pedro Alves <palves@redhat.com>
19349
19350 * gdb.base/call-signal-resume.exp: Remove check for
19351 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19352 * gdb.base/unwindonsignal.exp: Likewise.
19353 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19354 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19355
19356 2015-07-29 Pedro Alves <palves@redhat.com>
19357
19358 * gdb.base/siginfo-addr.c (pass): New function.
19359 (handler): Call it iff si_addr is correct.
19360 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19361 Set a breakpoint at "pass" and continue to it.
19362
19363 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19364
19365 * gdb.python/py-objfile.exp: Make some tests have unique names.
19366 * gdb.python/py-pp-registration.exp: Likewise.
19367
19368 2015-07-28 Pedro Alves <palves@redhat.com>
19369
19370 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19371
19372 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19373
19374 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19375
19376 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19377
19378 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19379
19380 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19381
19382 * gdb.base/gdb-sigterm-2.exp: New test.
19383
19384 2015-07-25 Doug Evans <xdje42@gmail.com>
19385
19386 Revert:
19387 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19388 (workers/%.worker, build-perf): New rule.
19389 (GDB_PERFTEST_MODE): New variable.
19390 (check-perf): Use it.
19391 (clean): Clean up gdb.perf parallel build subdirs.
19392 * lib/build-piece.exp: New file.
19393 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19394 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19395 name.
19396 (standard_temp_file): Ditto.
19397 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19398 of $GDB_PARALLEL.
19399
19400 2015-07-24 Doug Evans <dje@google.com>
19401
19402 * gdb.perf/lib/perftest/utils.py: New file.
19403 * gdb.perf/gm-hello.cc: New file.
19404 * gdb.perf/gm-pervasive-typedef.cc: New file.
19405 * gdb.perf/gm-pervasive-typedef.h: New file.
19406 * gdb.perf/gm-std.cc: New file.
19407 * gdb.perf/gm-std.h: New file.
19408 * gdb.perf/gm-use-cerr.cc: New file.
19409 * gdb.perf/gm-utils.h: New file.
19410 * gdb.perf/gmonster-null-lookup.py: New file.
19411 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19412 * gdb.perf/gmonster-print-cerr.py: New file.
19413 * gdb.perf/gmonster-ptype-string.py: New file.
19414 * gdb.perf/gmonster-runto-main.py: New file.
19415 * gdb.perf/gmonster-select-file.py: New file.
19416 * gdb.perf/gmonster1-null-lookup.exp: New file.
19417 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19418 * gdb.perf/gmonster1-print-cerr.exp: New file.
19419 * gdb.perf/gmonster1-ptype-string.exp: New file.
19420 * gdb.perf/gmonster1-runto-main.exp: New file.
19421 * gdb.perf/gmonster1-select-file.exp: New file.
19422 * gdb.perf/gmonster1.cc: New file.
19423 * gdb.perf/gmonster1.exp: New file.
19424 * gdb.perf/gmonster2-null-lookup.exp: New file.
19425 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19426 * gdb.perf/gmonster2-print-cerr.exp: New file.
19427 * gdb.perf/gmonster2-ptype-string.exp: New file.
19428 * gdb.perf/gmonster2-runto-main.exp: New file.
19429 * gdb.perf/gmonster2-select-file.exp: New file.
19430 * gdb.perf/gmonster2.cc: New file.
19431 * gdb.perf/gmonster2.exp: New file.
19432
19433 2015-07-24 Doug Evans <dje@google.com>
19434
19435 * gdb.perf/README: New file.
19436 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19437 * lib/gen-perf-test.exp: New file.
19438
19439 2015-07-24 Doug Evans <dje@google.com>
19440
19441 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19442 (PerfTest::startup): New function.
19443 (PerfTest::run): Return result of calling body.
19444 (PerfTest::assemble): Rewrite.
19445 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19446 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19447 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19448 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19449 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19450
19451 2015-07-24 Doug Evans <dje@google.com>
19452
19453 * lib/gdb.exp (clean_restart): Make executable optional.
19454
19455 2015-07-24 Doug Evans <dje@google.com>
19456
19457 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19458 compiler_info references.
19459 * gdb.cp/temargs.exp: Ditto.
19460 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19461 (get_compiler_info): Early exit if already computed. Set compiler_info
19462 to "unknown" if there was a problem.
19463 (test_compiler_info): Add function comment. Call get_compiler_info.
19464
19465 2015-07-24 Doug Evans <dje@google.com>
19466
19467 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19468 (workers/%.worker, build-perf): New rule.
19469 (GDB_PERFTEST_MODE): New variable.
19470 (check-perf): Use it.
19471 (clean): Clean up gdb.perf parallel build subdirs.
19472 * lib/build-piece.exp: New file.
19473 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19474 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19475 name.
19476 (standard_temp_file): Ditto.
19477 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19478 of $GDB_PARALLEL.
19479
19480 2015-07-24 Doug Evans <dje@google.com>
19481
19482 * lib/future.exp (gdb_default_target_compile): New option
19483 "early_flags".
19484 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19485 --as-needed.
19486
19487 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19488
19489 * gdb.base/catch-syscall.exp: Call gdb_exit before
19490 gdb_skip_xml_test.
19491
19492 2015-07-24 Pedro Alves <palves@redhat.com>
19493
19494 * gdb.python/py-events.exp: Accept output between the stop event
19495 and the prompt.
19496 * gdb.python/py-evsignal.exp: Likewise.
19497 * gdb.python/py-evthreads.exp: Likewise.
19498
19499 2015-07-24 Pedro Alves <palves@redhat.com>
19500
19501 PR gdb/18717
19502 * gdb.threads/non-ldr-exit.c: New file.
19503 * gdb.threads/non-ldr-exit.exp: New file.
19504
19505 2015-07-24 Yao Qi <yao.qi@linaro.org>
19506
19507 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19508 restarting process.
19509
19510 2015-07-24 Yao Qi <yao.qi@linaro.org>
19511
19512 * gdb.server/ext-restart.exp: New file.
19513
19514 2015-07-24 Yao Qi <yao.qi@linaro.org>
19515
19516 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19517 argument options.
19518 * gdb.server/ext-wrapper.exp: New file.
19519
19520 2015-07-23 Doug Evans <dje@google.com>
19521
19522 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19523 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19524
19525 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19526
19527 * gdb.ada/var_arr_typedef.exp: New testcase.
19528 * gdb.ada/var_arr_typedef/pack.adb: New file.
19529 * gdb.ada/var_arr_typedef/pack.ads: New file.
19530 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19531
19532 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19533
19534 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19535
19536 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19537
19538 * gdb.arch/i386-biarch-core.exp: Replace istarget
19539 by "complete set gnutarget". Remove expectation for the "core-file"
19540 command.
19541
19542 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19543
19544 Revert the previous commit:
19545 Tests for validate symbol file using build-id.
19546
19547 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19548
19549 Tests for validate symbol file using build-id.
19550 * gdb.base/solib-mismatch-lib.c: New file.
19551 * gdb.base/solib-mismatch-libmod.c: New file.
19552 * gdb.base/solib-mismatch.c: New file.
19553 * gdb.base/solib-mismatch.exp: New file.
19554
19555 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19556
19557 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19558 nios2-*-linux*.
19559 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19560 * gdb.base/siginfo.exp: Likewise.
19561 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19562
19563 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19564
19565 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19566 Move it to ...
19567 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19568 ... here.
19569 * gdb.trace/range-stepping.exp: Check that the target supports
19570 range stepping.
19571
19572 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19573
19574 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19575
19576 2015-07-14 Pedro Alves <palves@redhat.com>
19577
19578 * gdb.base/killed-outside.exp: New file.
19579 * gdb.base/killed-outside.c: New file.
19580
19581 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19582
19583 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19584 (n at main): New.
19585 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19586
19587 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19588
19589 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19590 infcall tests instead of setting up for KFAIL.
19591
19592 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19593
19594 * gdb.btrace/record_goto-step.exp: New.
19595
19596 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19597
19598 PR compile/18484
19599 * gdb.compile/compile.c (struct struct_type): Add volatile to
19600 selffield's type.
19601 * gdb.compile/compile.exp
19602 (compile code struct_object.selffield = &struct_object): Skip further
19603 struct_object tests if this one xfails.
19604
19605 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19606
19607 PR exp/18617
19608 * gdb.trace/ax.exp: Add test.
19609
19610 2015-07-07 Yao Qi <yao.qi@linaro.org>
19611
19612 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19613 instead of istarget "aarch64*-*-*".
19614 * gdb.arch/aarch64-fp.exp: Likewise.
19615 * gdb.base/float.exp: Likewise.
19616 * gdb.reverse/aarch64.exp: Likewise.
19617 * lib/gdb.exp (is_aarch64_target): New proc.
19618
19619 2015-07-07 Yao Qi <yao.qi@linaro.org>
19620
19621 * lib/gdb.exp (is_aarch32_target): New proc.
19622 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19623 instead of "istarget "arm*-*-*"".
19624 * gdb.arch/arm-disp-step.exp: Likewise.
19625 * gdb.arch/thumb-bx-pc.exp: Likewise.
19626 * gdb.arch/thumb-prologue.exp: Likewise.
19627 * gdb.arch/thumb-singlestep.exp: Likewise.
19628 * gdb.base/disp-step-syscall.exp: Likewise.
19629 * gdb.base/float.exp: Likewise.
19630
19631 2015-07-07 Yao Qi <yao.qi@linaro.org>
19632
19633 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19634 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19635
19636 2015-07-07 Yao Qi <yao.qi@linaro.org>
19637
19638 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19639 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19640 if it exists.
19641 * gdb.multi/multi-arch.exp: Likewise.
19642
19643 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19644
19645 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19646 print.
19647
19648 2015-07-07 Yao Qi <yao.qi@linaro.org>
19649
19650 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19651
19652 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19653
19654 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19655 '[' and ']' characters.
19656
19657 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19658
19659 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19660
19661 2015-06-29 Pedro Alves <palves@redhat.com>
19662
19663 PR threads/18127
19664 * gdb.threads/hand-call-new-thread.c: New file.
19665 * gdb.threads/hand-call-new-thread.c: New file.
19666
19667 2015-06-26 Keith Seitz <keiths@redhat.com>
19668 Doug Evans <dje@google.com>
19669
19670 PR 16253
19671 * gdb.cp/var-tag-2.cc: New file.
19672 * gdb.cp/var-tag-3.cc: New file.
19673 * gdb.cp/var-tag-4.cc: New file.
19674 * gdb.cp/var-tag.cc: New file.
19675 * gdb.cp/var-tag.exp: New file.
19676
19677 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19678
19679 * gdb.base/history-duplicates.exp: New test.
19680
19681 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19682
19683 * gdb.base/completion.exp: Test the completion of the "focus"
19684 command.
19685
19686 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19687
19688 * gdb.arch/amd64-prologue-skip.S: New file.
19689 * gdb.arch/amd64-prologue-skip.exp: New file.
19690
19691 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19692
19693 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19694 is_address_zero_readable check.
19695
19696 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19697
19698 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19699 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19700
19701 2015-06-24 Yao Qi <yao.qi@linaro.org>
19702
19703 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19704 linux targets.
19705
19706 2015-06-24 Yao Qi <yao.qi@linaro.org>
19707
19708 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19709 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19710 * gdb.base/siginfo-thread.exp: Likewise.
19711
19712 2015-06-22 Yao Qi <yao.qi@linaro.org>
19713
19714 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19715
19716 2015-06-22 Yao Qi <yao.qi@linaro.org>
19717
19718 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19719 aarch64*-*-*.
19720 (skip_hw_watchpoint_tests): Likewise.
19721
19722 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19723
19724 * gdb.base/gdbinit-history.exp: Test the interaction between
19725 setting GDBHISTSIZE and setting the history size via .gdbinit.
19726
19727 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19728
19729 PR gdb/16999
19730 * gdb.base/gdbhistsize-history.exp: New test.
19731
19732 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19733
19734 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19735 with GDBHISTSIZE.
19736 * gdb.base/readline.exp: Likewise.
19737
19738 2015-06-17 Yao Qi <yao.qi@linaro.org>
19739
19740 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19741 line.
19742
19743 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19744
19745 * gdb.base/gdbinit-history.exp: Add test case to check that
19746 an unlimited history file does not get truncated on exit.
19747
19748 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19749
19750 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19751 (VECTOR): New macro. Use it...
19752 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19753 ...for these typedefs.
19754 (int8, char1, int1, double1): New typedefs.
19755 (struct just_int2, struct two_int2): New structures.
19756 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19757 (add_structvecs, add_singlevecs): New functions.
19758 (main): Call add_some_intvecs twice.
19759 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19760 the compile and exit upon failure. Try compiling for the "native"
19761 architecture. Test inferior function calls with vector arguments
19762 and vector return value handling with "finish" and "return".
19763
19764 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19765
19766 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19767 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19768 PE file.
19769 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19770
19771 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19772
19773 PR breakpoints/16465
19774 * gdb.mi/mi-dprintf-pending.c: New file.
19775 * gdb.mi/mi-dprintf-pending.exp: New test.
19776 * gdb.mi/mi-dprintf-pendshr.c: New file.
19777
19778 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19779 Mircea Gherzan <mircea.gherzan@intel.com>
19780
19781 * gdb.arch/i386-mpx-map.c: New file.
19782 * gdb.arch/i386-mpx-map.exp: New File.
19783
19784 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19785
19786 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19787 * gdb.arch/i386-mpx.exp: Indentation fixed.
19788
19789 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19790
19791 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19792 function and improved indentation.
19793 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19794 gdb_test_multiple. Added additional tests to skip the test.
19795
19796 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19797
19798 * gdb.arch/i386-avx512.c: Change path in include file.
19799 * gdb.arch/i386-avx512.exp: Change include dir path
19800 compilation flag.
19801 * gdb.arch/i386-mpx.c: Change path in include file.
19802 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19803 flag.
19804
19805 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19806
19807 * gdb.compile/compile-print.exp (compile print *vararray@3)
19808 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19809
19810 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19811
19812 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19813 (do not keep jit in memory): ... this.
19814 (expect 5): Change it to ...
19815 (expect no 5): ... this.
19816
19817 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19818
19819 PR gdb/15564
19820 * gdb.mi/mi-detach.exp: New file.
19821
19822 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19823
19824 PR symtab/18392
19825 * gdb.arch/amd64-tailcall-self.S: New file.
19826 * gdb.arch/amd64-tailcall-self.c: New file.
19827 * gdb.arch/amd64-tailcall-self.exp: New file.
19828
19829 2015-05-28 Don Breazeal <donb@codesourcery.com>
19830
19831 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19832 tests for remote targets by checking is_target_gdbserver.
19833
19834 2015-05-27 Doug Evans <dje@google.com>
19835
19836 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19837 * gdb.dwarf2/opaque-type-lookup.c: New file.
19838 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19839
19840 2015-05-26 Doug Evans <dje@google.com>
19841
19842 * gdb.cp/iostream.cc: New file.
19843 * gdb.cp/iostream.exp: New file.
19844
19845 2015-05-26 Doug Evans <dje@google.com>
19846
19847 * gdb.dwarf2/dw2-op-call.exp: Update.
19848 * gdb.dwarf2/dw4-sig-types.exp: Update.
19849 * gdb.dwarf2/implptr.exp: Update.
19850 * gdb.mi/mi-cmd-param-changed.exp: Update.
19851
19852 2015-05-26 Doug Evans <dje@google.com>
19853
19854 * gdb.python/py-lazy-string.c: New file.
19855 * gdb.python/py-lazy-string.exp: New file.
19856 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19857 (main): Update. Add estring3.
19858 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19859 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19860
19861 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19862 Yao Qi <yao.qi@linaro.org>
19863
19864 * gdb.reverse/aarch64.c: New.
19865 * gdb.reverse/aarch64.exp: New.
19866
19867 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19868
19869 * lib/gdb.exp (supports_process_record): Return true for
19870 aarch64*-linux*.
19871 (supports_reverse): Likewise.
19872
19873 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19874
19875 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19876 Use with_test_prefix.
19877
19878 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19879
19880 * gdb.base/completion.exp: Add test for completion of layout
19881 names.
19882
19883 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19884
19885 * lib/gdb.exp (skip_tui_tests): New proc.
19886 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19887
19888 2015-05-19 Pedro Alves <palves@redhat.com>
19889
19890 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19891 Save the whole env array instead of just HOME. Unset HISTSIZE in
19892 the environment while testing. Restore whole environment
19893 afterwards.
19894
19895 2015-05-16 Doug Evans <xdje42@gmail.com>
19896
19897 * gdb.guile/scm-ports.c: New file.
19898 * gdb.guile/scm-ports.exp: Add memory port tests.
19899
19900 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19901
19902 * gdb.compile/compile-print.c: New file.
19903 * gdb.compile/compile-print.exp: New file.
19904
19905 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19906
19907 * gdb.compile/compile-ops.exp: Cast param to void.
19908 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19909 (compile code struct_object.selffield = &struct_object): Add xfail.
19910
19911 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19912
19913 * gdb.ada/arr_enum_with_gap: New testcase.
19914
19915 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19916
19917 * gdb.ada/byte_packed_arr: New testcase.
19918
19919 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19920
19921 * gdb.ada/pckd_neg: New testcase.
19922
19923 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19924
19925 PR gdb/17820
19926 * gdb.base/gdbinit-history.exp: New test.
19927 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19928 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19929
19930 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19931
19932 * gdb.python/py-xmethods.cc: Enhance test case.
19933 * gdb.python/py-xmethods.exp: New tests.
19934 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19935 function.
19936 (B_indexoper): Likewise.
19937 (global_dm_list) : Add new xmethod worker functions.
19938
19939 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19940
19941 * gdb.base/coredump-filter.exp: Correctly unset
19942 "coredump_var_addr" array.
19943
19944 2015-05-08 Pedro Alves <palves@redhat.com>
19945
19946 * gdb.server/non-existing-program.exp: Unset spawn_id.
19947
19948 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19949
19950 PR python/18291
19951 * gdb.python/py-xmethods.exp: Add tests.
19952
19953 2015-05-08 Yao Qi <yao.qi@linaro.org>
19954
19955 PR gdb/18208
19956 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19957 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19958 function set_coredump_filter, and remove remote_exec call.
19959 Remove argument ipid. Callers update.
19960 (top level): Don't get inferior's PID.
19961
19962 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19963
19964 * gdb.base/watch_thread_num.exp: Skip test on targets without
19965 access watchpoints.
19966
19967 2015-05-06 Pedro Alves <palves@redhat.com>
19968
19969 PR server/18081
19970 * gdb.server/non-existing-program.exp: New file.
19971
19972 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19973
19974 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19975
19976 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19977
19978 * gdb.ada/out_of_line_in_inlined: New testcase.
19979
19980 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19981
19982 * gdb.ada/var_rec_arr: New testcase.
19983
19984 2015-04-30 Yao Qi <yao.qi@linaro.org>
19985
19986 * gdb.base/break-idempotent.exp: If
19987 skip_hw_watchpoint_multi_tests returns true, skip the tests
19988 on "rwatch" and "awatch".
19989
19990 2015-04-30 Yao Qi <yao.qi@linaro.org>
19991
19992 * gdb.base/relativedebug.exp: Invoke gdb command
19993 "info sharedlibrary", and if libc.so doesn't have debug info,
19994 skip the test.
19995
19996 2015-04-29 Doug Evans <dje@google.com>
19997
19998 * gdb.python/py-xmethods.exp: Add ptype tests.
19999 * gdb.python/py-xmethods.py (E_method_char_worker): Add
20000 get_result_type method.
20001
20002 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
20003
20004 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
20005 the target does not support hardware watchpoints.
20006
20007 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
20008
20009 * gdb.base/break-always.exp: Abort testing if writing to memory
20010 causes an error.
20011
20012 2015-04-28 Doug Evans <dje@google.com>
20013
20014 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
20015 * gdb.python/py-pp-registration.exp: ... here. New file.
20016 * gdb.python/py-pp-registration.c: New file.
20017 * gdb.python/py-pp-registration.py: New file.
20018
20019 2015-04-28 Doug Evans <dje@google.com>
20020
20021 * gdb.python/py-bad-printers.c: New file.
20022 * gdb.python/py-bad-printers.py: New file.
20023 * gdb.python/py-bad-printers.exp: New file.
20024
20025 2015-04-28 Sasha Smundak <asmundak@google.com>
20026
20027 * gdb.python/py-type.exp: New test.
20028
20029 2015-04-28 Andy Wingo <wingo@igalia.com>
20030
20031 * gdb.python/py-parameter.exp:
20032 * gdb.guile/scm-parameter.exp: Escape the path that we are
20033 matching against, as it might contain characters that are special
20034 to regular expressions.
20035
20036 2015-04-27 Joel Brobecker <brobecker@adacore.com>
20037
20038 * gdb.ada/rec_comp: New testcase.
20039
20040 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
20041
20042 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
20043 before using it.
20044
20045 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
20046
20047 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
20048 new tests for verilog output.
20049
20050 2015-04-24 Yao Qi <yao.qi@linaro.org>
20051
20052 * boards/remote-gdbserver-on-localhost.exp: New file.
20053
20054 2015-04-23 Pedro Alves <palves@redhat.com>
20055
20056 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
20057 $inferior_spawn_id instead of $inferior_spawn_id directly. On
20058 "end of file", remove $inferior_spawn_id from the indirect list.
20059
20060 2015-04-23 Pedro Alves <palves@redhat.com>
20061
20062 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
20063
20064 2015-04-23 Pedro Alves <palves@redhat.com>
20065
20066 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
20067 on $any_spawn_id instead of only on $gdb_spawn_id.
20068
20069 2015-04-21 Pierre Muller <muller@sourceware.org>
20070
20071 PR pascal/17815
20072 * lib/pascal.exp (gpc_compile): Add new option "class".
20073 (fpc_compile): Likewise.
20074 * gdb.pascal/case-insensitive-symbols.pas: New file.
20075 * gdb.pascal/case-insensitive-symbols.exp: New file.
20076
20077 2015-04-20 Gary Benson <gbenson@redhat.com>
20078
20079 * gdb.base/attach.exp: Fix three extended remote failures.
20080
20081 2015-04-17 Gary Benson <gbenson@redhat.com>
20082
20083 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
20084 the main executable over the remote protocol.
20085
20086 2015-04-16 Pedro Alves <palves@redhat.com>
20087
20088 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
20089 a new gdbserver if gdbserver_reconnect_p is set.
20090
20091 2015-04-16 Pedro Alves <palves@redhat.com>
20092
20093 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
20094 is set, don't exit gdbserver.
20095
20096 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20097
20098 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
20099 appropriate .insn, such that an older assembler can be used.
20100 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
20101 the z/Architecture instruction set on 31-bit targets as well.
20102
20103 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20104
20105 * gdb.go/handcall.exp: Remove all logic related to the first
20106 breakpoint and rely on go_runto_main instead.
20107 * gdb.go/strings.exp: Likewise.
20108 * gdb.go/unsafe.exp: Likewise.
20109 * gdb.go/hello.exp: Likewise. Also rename the remaining
20110 breakpoint marker to "breakpoint 1".
20111 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
20112 * gdb.go/strings.go: Likewise.
20113 * gdb.go/unsafe.go: Likewise.
20114 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
20115 "set breakpoint 2 here" and rename the remaining breakpoint marker
20116 to "breakpoint 1".
20117
20118 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
20119
20120 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
20121 if itertools.imap is not present.
20122 * gdb.python/py-objfile.exp: Add parentheses.
20123 * gdb.python/py-type.exp: Same.
20124 * gdb.python/py-unwind-maint.py: Same.
20125
20126 2015-04-15 Yao Qi <yao.qi@linaro.org>
20127
20128 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
20129 of ":$ptr_size" and set its form explicitly.
20130
20131 2015-04-15 Pedro Alves <palves@redhat.com>
20132 Yao Qi <yao.qi@linaro.org>
20133
20134 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
20135 timeout by factor of 4.
20136 (test_regular_watch): Likewise.
20137 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
20138 * gdb.reverse/sigall-reverse.exp: Likewise.
20139 * gdb.reverse/until-precsave.exp: Likewise.
20140 * lib/gdb.exp (with_timeout_factor): New proc.
20141 (gdb_expect): Move some code to ...
20142 (get_largest_timeout): ... here. New procedure.
20143
20144 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
20145
20146 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
20147
20148 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20149
20150 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
20151 to write to the .text section.
20152
20153 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20154
20155 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
20156 Handle the case of targets that do not provide PID information.
20157
20158 2015-04-13 Yao Qi <yao.qi@linaro.org>
20159
20160 * lib/gdbserver-support.exp (gdb_exit): Catch exception
20161 and use expect instead of gdb_expect.
20162
20163 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
20164
20165 * gdb.base/coredump-filter.exp: Rename variable "addr" to
20166 "coredump_var_addr" to avoid naming conflict with other testcases.
20167
20168 2015-04-10 Pedro Alves <palves@redhat.com>
20169
20170 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
20171 gdb_test_sequence and gdb_assert.
20172
20173 2015-04-10 Pedro Alves <palves@redhat.com>
20174
20175 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
20176 test messages that don't include the breakpoint address.
20177
20178 2015-04-10 Yao Qi <yao.qi@linaro.org>
20179
20180 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
20181 false for some offset and width combinations which aren't
20182 supported by linux kernel.
20183
20184 2015-04-10 Pedro Alves <palves@redhat.com>
20185
20186 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
20187 procedure, factored out from ...
20188 (top level): ... here. Add "set displaced-stepping" testing axis.
20189 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
20190 parameter "displaced". Use it.
20191 (top level): Use foreach and add "set displaced-stepping" testing
20192 axis.
20193
20194 2015-04-10 Pedro Alves <palves@redhat.com>
20195
20196 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
20197 Remove comment.
20198 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
20199 both the address of the instruction that triggers the watchpoint
20200 and the address of the instruction immediately after, and use
20201 those addresses for the test. Fix comment.
20202
20203 2015-04-10 Pedro Alves <palves@redhat.com>
20204
20205 * gdb.base/sigstep.exp (breakpoint_to_handler)
20206 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
20207 Test "backtrace" in handler.
20208 (breakpoint_over_handler): New parameter 'displaced'. Use it.
20209 (top level): Add new "displaced" test axis to
20210 breakpoint_to_handler, breakpoint_to_handler_entry and
20211 breakpoint_over_handler.
20212
20213 2015-04-10 Pedro Alves <palves@redhat.com>
20214
20215 PR gdb/18216
20216 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
20217
20218 2015-04-10 Yao Qi <yao.qi@linaro.org>
20219
20220 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
20221 (test_add_rn_pc): New function.
20222 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
20223 (top level): Invoke test_add_rn_pc.
20224
20225 2015-04-10 Pedro Alves <palves@redhat.com>
20226
20227 PR gdb/13858
20228 * gdb.base/step-over-no-symbols.exp: New file.
20229
20230 2015-04-09 Andy Wingo <wingo@igalia.com>
20231
20232 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
20233 after the Python tests.
20234
20235 2015-04-08 Keith Seitz <keiths@redhat.com>
20236
20237 PR python/16699
20238 * gdb.python/py-completion.exp: New tests for completion.
20239 * gdb.python/py-completion.py (CompleteLimit1): New class.
20240 (CompleteLimit2): Likewise.
20241 (CompleteLimit3): Likewise.
20242 (CompleteLimit4): Likewise.
20243 (CompleteLimit5): Likewise.
20244 (CompleteLimit6): Likewise.
20245 (CompleteLimit7): Likewise.
20246
20247 2015-04-08 Pedro Alves <palves@redhat.com>
20248
20249 PR gdb/18214
20250 PR gdb/18216
20251 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
20252 function.
20253 (main): Install it as SIGUSR1 handler.
20254 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
20255 parameter. Always use "setup" as prefix. Toggle "set
20256 displaced-stepping" off/on depending on global. Don't switch to
20257 thread 1 here.
20258 (top level): Add displaced stepping "off/on" test axis. Update
20259 "setup" calls. Wrap each subtest with with_test_prefix. Test
20260 continuing with a queued signal in each thread.
20261
20262 2015-04-08 Pedro Alves <palves@redhat.com>
20263
20264 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
20265 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
20266 gdb_breakpoint instead of gdb_test that doesn't expect anything.
20267 Return early if running to main fails.
20268 * gdb.trace/while-stepping.exp: Likewise.
20269
20270 2015-04-07 Pedro Alves <palves@redhat.com>
20271
20272 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
20273 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
20274 interact with inferior program.
20275
20276 2015-04-07 Pedro Alves <palves@redhat.com>
20277
20278 * lib/gdb.exp (inferior_spawn_id): New global.
20279 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
20280 spawn id after processing the user code.
20281 (default_gdb_start): Set inferior_spawn_id.
20282 (send_inferior): New procedure.
20283 * lib/gdbserver-support.exp (gdbserver_start): Set
20284 inferior_spawn_id.
20285 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
20286
20287 2015-04-07 Pedro Alves <palves@redhat.com>
20288
20289 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
20290 * lib/gdbserver-support.exp (gdbserver_start): Make
20291 $server_spawn_id global.
20292 (gdbserver_start): Don't wait for gdbserver's spawn id with
20293 expect_background.
20294 (close_gdbserver): New procedure.
20295 (gdb_exit): Rename the default version and reimplement.
20296
20297 2015-04-07 Pedro Alves <palves@redhat.com>
20298
20299 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
20300 append the substituted item, not the original item.
20301
20302 2015-04-07 Pedro Alves <palves@redhat.com>
20303
20304 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
20305 gdb_expect.
20306
20307 2015-04-07 Pedro Alves <palves@redhat.com>
20308
20309 * gdb.base/interrupt.exp: Don't handle the case of the inferior
20310 output appearing once only.
20311
20312 2015-04-07 Pedro Alves <palves@redhat.com>
20313
20314 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
20315 that doesn't expect anything. Return early if running to main
20316 fails.
20317
20318 2015-04-07 Yao Qi <yao.qi@linaro.org>
20319
20320 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
20321 (child_function): Call alarm.
20322 (main): Move call to alarm into the loop.
20323 * gdb.threads/non-stop-fair-events.exp: Build program with
20324 -DTIMEOUT=$timeout.
20325
20326 2015-04-06 Doug Evans <xdje42@gmail.com>
20327
20328 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
20329 Fix dest parameter to board_info.
20330 (fpc_compile): Ditto.
20331 (gdb_compile_pascal): Rename dest arg to destfile.
20332
20333 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
20334
20335 * gdb.ada/funcall_ref.exp: New file.
20336 * gdb.ada/funcall_ref/foo.adb: New file.
20337
20338 2015-04-02 Yao Qi <yao.qi@linaro.org>
20339
20340 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
20341 is remote.
20342
20343 2015-04-02 Gary Benson <gbenson@redhat.com>
20344
20345 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20346
20347 2015-04-01 Sasha Smundak <asmundak@google.com>
20348
20349 * gdb.python/py-unwind-maint.c: New file.
20350 * gdb.python/py-unwind-maint.exp: New test.
20351 * gdb.python/py-unwind-maint.py: New file.
20352 * gdb.python/py-unwind.c: New file.
20353 * gdb.python/py-unwind.exp: New test.
20354 * gdb.python/py-unwind.py: New test.
20355
20356 2015-04-01 Pedro Alves <palves@redhat.com>
20357
20358 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20359 to fail instead of non-existent $test.
20360
20361 2015-04-01 Pedro Alves <palves@redhat.com>
20362
20363 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20364 GDBFLAGS if not empty.
20365
20366 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20367
20368 * gdb.ada/complete.exp: Remove "multi_line".
20369 * gdb.ada/info_exc.exp: Remove "multi_line".
20370 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20371 * gdb.ada/ptype_field.exp: Remove "multi_line".
20372 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20373 * gdb.ada/tagged.exp: Remove "multi_line".
20374 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20375 [multi_line ...]
20376 * gdb.btrace/delta.exp: Likewise.
20377 * gdb.btrace/exception.exp: Likewise.
20378 * gdb.btrace/function_call_history.exp: Likewise.
20379 * gdb.btrace/instruction_history.exp: Likewise.
20380 * gdb.btrace/nohist.exp: Likewise.
20381 * gdb.btrace/record_goto.exp: Likewise.
20382 * gdb.btrace/segv.exp: Likewise.
20383 * gdb.btrace/stepi.exp: Likewise.
20384 * gdb.btrace/tailcall.exp: Likewise.
20385 * gdb.btrace/unknown_functions.exp: Likewise.
20386 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20387 * lib/gdb.exp: Add the "multi_line" helper.
20388
20389 2015-04-01 Pedro Alves <palves@redhat.com>
20390
20391 * gdb.threads/tid-reuse.c: New file.
20392 * gdb.threads/tid-reuse.exp: New file.
20393
20394 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20395
20396 PR corefiles/16092
20397 * gdb.base/coredump-filter.c: New file.
20398 * gdb.base/coredump-filter.exp: Likewise.
20399
20400 2015-03-27 Petr Machata <pmachata@redhat.com>
20401
20402 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20403 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20404 (Dwarf::assemble): Initialize them.
20405 (Dwarf::lines): New function.
20406
20407 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20408
20409 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20410 SYMBOL_PREFIX for x86_64-*-cygwin.
20411
20412 2015-03-26 Andy Wingo <wingo@igalia.com>
20413
20414 PR symtab/18148
20415 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20416 const_value but not a location.
20417 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20418 location defined in non-main CUs are visible.
20419
20420 2015-03-26 Yao Qi <yao.qi@linaro.org>
20421
20422 PR testsuite/18139
20423 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20424 Add a line number entry for the same line.
20425 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20426 Add a line number entry for the same line.
20427
20428 2015-03-26 Yao Qi <yao.qi@linaro.org>
20429
20430 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20431 .int 0.
20432 (func): Likewise. Add .Lfunc_1 label.
20433 Use .Lfunc_1 label.
20434 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20435 .int 0.
20436 (func): Likewise.
20437 Use .Lfunc_1 label.
20438
20439 2015-03-26 Yao Qi <yao.qi@linaro.org>
20440
20441 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20442 Call gdb_compile instead to compile each .s files without debug
20443 information.
20444
20445 2015-03-26 Yao Qi <yao.qi@linaro.org>
20446
20447 * gdb.base/savedregs.exp (process_saved_regs): Make
20448 "Saved registers:" optional in the pattern.
20449
20450 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20451
20452 * gdb.btrace/next.exp: Merged into step.exp.
20453 * gdb.btrace/finish.exp: Merged into step.exp.
20454 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20455 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20456 "record goto" and checking the exact replay position.
20457 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20458 check for "Recording format" in "info record" output.
20459 * gdb.btrace/record_goto.exp: Choose test file based on target.
20460 * gdb.btrace/x86-record_goto.S: Renamed into ...
20461 * gdb.btrace/x86_64-record_goto.S: ... this.
20462 * gdb.btrace/i686-record_goto.S: New.
20463 * gdb.btrace/x86-tailcall.S: Renamed into ...
20464 * gdb.btrace/x86_64-tailcall.S: ... this.
20465 * gdb.btrace/i686-tailcall.S: New.
20466 * gdb.btrace/x86-tailcall.c: Renamed into ...
20467 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20468 separate statements. Update test.
20469 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20470 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20471 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20472 * gdb.btrace/tailcall.exp: Choose test file based on target.
20473 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20474
20475 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20476
20477 * gdb.btrace/exception.exp: Increase BTS buffer size.
20478
20479 2015-03-24 Pedro Alves <palves@redhat.com>
20480
20481 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20482
20483 2015-03-24 Pedro Alves <palves@redhat.com>
20484
20485 * gdb.threads/schedlock.exp (test_step): No longer expect that
20486 "set scheduler-locking step" with "next" over a function call runs
20487 threads unlocked.
20488
20489 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20490
20491 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20492
20493 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20494
20495 PR breakpoints/16466
20496 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20497 * gdb.mi/mi-pending.c (thread_func): New function.
20498 (int main): Add threading support required.
20499 * gdb.mi/mi-pending.exp: Add tests for this issue.
20500 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20501 (pendfunc2): Remove stdio dependency.
20502 * gdb.mi/mi-pendshr2.c: New file.
20503
20504 2015-03-23 Keith Seitz <keiths@redhat.com>
20505
20506 * gdb.linespec/keywords.c: New file.
20507 * gdb.linespec/keywords.exp: New file.
20508
20509 2015-03-23 Keith Seitz <keiths@redhat.com>
20510
20511 PR gdb/18021
20512 * gdb.dwarf2/staticvirtual.exp: New test.
20513
20514 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20515
20516 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20517 * README: Remove HP-UX and gdb.hp.
20518 (configuration):
20519 * configure: Regenerate.
20520 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20521 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20522 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20523 gdb.hp/gdb.defects/Makefile.
20524 * gdb.hp/Makefile.in: File deleted.
20525 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20526 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20527 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20528 * gdb.hp/gdb.aCC/run.c: File deleted.
20529 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20530 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20531 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20532 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20533 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20534 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20535 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20536 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20537 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20538 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20539 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20540 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20541 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20542 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20543 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20544 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20545 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20546 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20547 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20548 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20549 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20550 * gdb.hp/gdb.compat/average.c: File deleted.
20551 * gdb.hp/gdb.compat/sum.c: File deleted.
20552 * gdb.hp/gdb.compat/xdb.c: File deleted.
20553 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20554 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20555 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20556 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20557 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20558 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20559 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20560 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20561 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20562 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20563 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20564 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20565 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20566 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20567 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20568 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20569 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20570 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20571 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20572 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20573 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20574 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20575 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20576 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20577 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20578 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20579 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20580 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20581 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20582 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20583 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20584 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20585 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20586 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20587 * gdb.hp/tools/odump: File deleted.
20588
20589 2015-03-19 Pedro Alves <palves@redhat.com>
20590
20591 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20592 (saw_thread_3): New globals.
20593 (top level): Increment them when an event for the corresponding
20594 thread is seen.
20595 (no thread starvation): New test.
20596
20597 2015-03-19 Pedro Alves <palves@redhat.com>
20598
20599 * gdb.threads/continue-pending-status.c: New file.
20600 * gdb.threads/continue-pending-status.exp: New file.
20601
20602 2015-03-18 Pedro Alves <palves@redhat.com>
20603
20604 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20605 Use gdb_is_target_remote instead of is_remote. Use
20606 gdb_test_multiple instead of gdb_expect. Exit early if
20607 gdb_test_multiple hits its internal matches. Tighten stepi tests
20608 expected output. Fail on exit with any signal, instead of just
20609 SIGILL.
20610
20611 2015-03-18 Yao Qi <yao.qi@linaro.org>
20612
20613 PR tdep/18107
20614 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20615 variable.
20616 * gdb.base/catch-syscall.exp: Don't skip it on
20617 aarch64*-*-linux* target. Remove elements in all_syscalls.
20618 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20619 target.
20620 (setup_all_syscalls): New proc.
20621
20622 2015-03-16 Yao Qi <yao.qi@linaro.org>
20623
20624 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20625 (top level): Skip tests if valid_addr_p returns false for
20626 $cmd1 or $cmd2.
20627
20628 2015-03-11 Andy Wingo <wingo@igalia.com>
20629
20630 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20631
20632 2015-03-11 Yao Qi <yao.qi@linaro.org>
20633
20634 * gdb.base/catch-syscall.exp: Fix typo in comments.
20635
20636 2015-03-11 Yao Qi <yao.qi@linaro.org>
20637
20638 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20639
20640 2015-03-09 Pedro Alves <palves@redhat.com>
20641
20642 * dg-extract-results.py: Delete.
20643
20644 2015-03-09 Pedro Alves <palves@redhat.com>
20645
20646 Merge dg-extract-results.sh from GCC upstream (r218843).
20647
20648 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20649 * dg-extract-results.sh: Use --text with grep to avoid issues with
20650 binary files. Fall back to cat -v, if that doesn't work.
20651
20652 2015-03-05 Pedro Alves <palves@redhat.com>
20653
20654 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20655
20656 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20657
20658 * lib/mi-support.exp (mi_expect_interrupt): Accept
20659 alternative event for when in all-stop mode.
20660
20661 2015-03-04 Pedro Alves <palves@redhat.com>
20662
20663 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20664
20665 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20666
20667 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20668
20669 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20670
20671 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20672 regexps for GDB's current line display, accept a hex address
20673 preceding the line number.
20674
20675 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20676
20677 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20678 the 'arch1' variable for "s390*-linux*" targets.
20679
20680 2015-03-04 Pedro Alves <palves@redhat.com>
20681
20682 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20683 (main): Pass missing retval argument to pthread_join call.
20684
20685 2015-03-02 Pedro Alves <palves@redhat.com>
20686
20687 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20688 (top level): Call do_test with non-stop as well.
20689
20690 2015-03-02 Pedro Alves <palves@redhat.com>
20691
20692 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20693 -1.
20694
20695 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20696
20697 * gdb.arch/s390-vregs.exp: New test.
20698 * gdb.arch/s390-vregs.S: New file.
20699
20700 2015-02-27 Pedro Alves <palves@redhat.com>
20701
20702 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20703 call to catch_command_errors.
20704 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20705 catch_command_errors.
20706
20707 2015-02-27 Pedro Alves <palves@redhat.com>
20708
20709 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20710 "true" for boolean result.
20711 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20712 prototype of main.
20713
20714 2015-02-27 Pedro Alves <palves@redhat.com>
20715
20716 * lib/unbuffer_output.c: New file.
20717 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20718 (main): Call gdb_unbuffer_output.
20719
20720 2015-02-27 Yao Qi <yao.qi@linaro.org>
20721
20722 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20723 target.
20724
20725 2015-02-26 Doug Evans <dje@google.com>
20726
20727 * gdb.cp/class2.cc (Dbase, D): New classes.
20728 (main): New local delta.
20729 * gdb.cp/class2.exp: Test printing delta.
20730 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20731 (dynbar): New global.
20732 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20733
20734 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20735
20736 * gdb.compile/compile-ifunc.c: New file.
20737 * gdb.compile/compile-ifunc.exp: New file.
20738
20739 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20740
20741 * gdb.base/structs.exp: Check for correct struct on finish.
20742
20743 2015-02-26 Yao Qi <yao.qi@linaro.org>
20744
20745 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20746 is zero.
20747
20748 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20749
20750 * gdb.arch/cordic.ko.bz2: New file.
20751 * gdb.arch/cordic.ko.debug.bz2: New file.
20752 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20753
20754 2015-02-25 Yao Qi <yao.qi@linaro.org>
20755
20756 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20757 aarch64*-*-* target.
20758
20759 2015-02-23 Pedro Alves <palves@redhat.com>
20760
20761 * lib/gdb.exp (delete_breakpoints): Rewrite using
20762 gdb_test_multiple.
20763
20764 2015-02-23 Pedro Alves <palves@redhat.com>
20765
20766 * gdb.base/info-os.c: Include stdlib.h.
20767
20768 2015-02-22 Doug Evans <xdje42@gmail.com>
20769
20770 PR symtab/17855
20771 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20772 is read after symbols have been re-read.
20773 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20774 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20775
20776 2015-02-21 Doug Evans <dje@google.com>
20777
20778 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20779
20780 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20781
20782 PR corefiles/17808
20783 * gdb.arch/i386-biarch-core.core.bz2: New file.
20784 * gdb.arch/i386-biarch-core.exp: New file.
20785
20786 2015-02-21 Pedro Alves <palves@redhat.com>
20787
20788 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20789 runto_main fails.
20790
20791 2015-02-20 Pedro Alves <palves@redhat.com>
20792
20793 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20794 info probes.
20795
20796 2015-02-20 Pedro Alves <palves@redhat.com>
20797
20798 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20799
20800 2015-02-20 Pedro Alves <palves@redhat.com>
20801
20802 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20803 clean_restart before gdb_target_supports_trace.
20804
20805 2015-02-20 Pedro Alves <palves@redhat.com>
20806
20807 PR threads/18006
20808 * gdb.threads/clone-thread_db.c: New file.
20809 * gdb.threads/clone-thread_db.exp: New file.
20810
20811 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20812
20813 PR breakpoints/16812
20814 * gdb.base/catch-gdb-caused-signals.c: New file.
20815 * gdb.base/catch-gdb-caused-signals.exp: New file.
20816
20817 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20818
20819 * configure: Regenerated.
20820 * configure.ac: Use GDB_AC_TRANSFORM.
20821 * aclocal.m4: sinclude ../transform.m4.
20822
20823 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20824
20825 * lib/dtrace.exp: New file.
20826 * gdb.base/dtrace-probe.exp: Likewise.
20827 * gdb.base/dtrace-probe.d: Likewise.
20828 * gdb.base/dtrace-probe.c: Likewise.
20829 * lib/pdtrace.in: Likewise.
20830 * configure.ac: Output variables with the transformed names of
20831 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20832 * configure: Regenerated.
20833
20834 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20835
20836 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20837 expected message when trying to access $_probe_* convenience
20838 variables while not on a probe.
20839
20840 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20841
20842 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20843
20844 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20845
20846 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20847 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20848
20849 2015-02-10 Doug Evans <xdje42@gmail.com>
20850
20851 * lib/gdb.exp (gdb_load): Always return a result.
20852
20853 2015-02-10 Pedro Alves <palves@redhat.com>
20854
20855 * gdb.threads/signal-sigtrap.c: New file.
20856 * gdb.threads/signal-sigtrap.exp: New file.
20857
20858 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20859
20860 * gdb.trace/no-attach-trace.c: New file.
20861 * gdb.trace/no-attach-trace.exp: New file.
20862
20863 2015-02-09 Mark Wielaard <mjw@redhat.com>
20864
20865 * gdb.dwarf2/atomic.c: New file.
20866 * gdb.dwarf2/atomic-type.exp: Likewise.
20867
20868 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20869
20870 * gdb.btrace/buffer-size.exp: Update "info record" output.
20871 * gdb.btrace/delta.exp: Update "info record" output.
20872 * gdb.btrace/enable.exp: Update "info record" output.
20873 * gdb.btrace/finish.exp: Update "info record" output.
20874 * gdb.btrace/instruction_history.exp: Update "info record" output.
20875 * gdb.btrace/next.exp: Update "info record" output.
20876 * gdb.btrace/nexti.exp: Update "info record" output.
20877 * gdb.btrace/step.exp: Update "info record" output.
20878 * gdb.btrace/stepi.exp: Update "info record" output.
20879 * gdb.btrace/nohist.exp: Update "info record" output.
20880
20881 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20882
20883 * gdb.btrace/buffer-size: New.
20884
20885 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20886
20887 * gdb.btrace/delta.exp: Update "info record" output.
20888 * gdb.btrace/enable.exp: Update "info record" output.
20889 * gdb.btrace/finish.exp: Update "info record" output.
20890 * gdb.btrace/instruction_history.exp: Update "info record" output.
20891 * gdb.btrace/next.exp: Update "info record" output.
20892 * gdb.btrace/nexti.exp: Update "info record" output.
20893 * gdb.btrace/step.exp: Update "info record" output.
20894 * gdb.btrace/stepi.exp: Update "info record" output.
20895 * gdb.btrace/nohist.exp: Update "info record" output.
20896
20897 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20898
20899 PR gdb/15678
20900 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20901
20902 2015-02-06 Pedro Alves <palves@redhat.com>
20903
20904 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20905 macro.
20906 (seconds_left, again): New globals.
20907 (main): Wait seconds_left in a 1-second sleep loop instead of
20908 sleeping 180 seconds. If 'again' is set, reset the seconds
20909 counter.
20910 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20911 'again' in the inferior before detaching. Print the seconds left.
20912 (options): New global.
20913 (top level): Build program with -DTIMEOUT=$timeout.
20914
20915 2015-02-06 Pedro Alves <palves@redhat.com>
20916
20917 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20918 determine how many seconds to pass to 'alarm'.
20919 * gdb.base/gdb-sigterm.exp (top level): Build program with
20920 -DTIMEOUT=$timeout.
20921 (do_test): Return success/failure indication. Add more verbose
20922 logging. Don't fail if 200 single steps are seen. Instead, fail
20923 when the test times out.
20924 (passes): New global.
20925 (top level): Break the testing loop if testing fails on any
20926 iteration. Use gdb_assert.
20927
20928 2015-02-04 Don Breazeal <donb@codesourcery.com>
20929
20930 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20931 and initialize them.
20932 (ipc_cleanup): New function.
20933 (main): Don't declare shmid, semid, and msqid. Add a call to
20934 atexit so that we call ipc_cleanup on exit.
20935
20936 2015-02-04 Pedro Alves <palves@redhat.com>
20937
20938 * boards/native-extended-gdbserver.exp: Remove any target variant
20939 specifications from the board name before clearing the isremote
20940 flag from board_info.
20941
20942 2015-01-31 Doug Evans <xdje42@gmail.com>
20943
20944 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20945
20946 2015-01-31 Gary Benson <gbenson@redhat.com>
20947
20948 * gdb.base/completion.exp: Disable completion limiting for
20949 existing tests. Add new tests to check completion limiting.
20950 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20951
20952 2015-01-31 Doug Evans <xdje42@gmail.com>
20953
20954 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20955
20956 2015-01-31 Doug Evans <xdje42@gmail.com>
20957
20958 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20959 entries. Duplicate file section script entries.
20960 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20961 inlined entries. Add test for safe-path rejection.
20962 * gdb.python/py-section-script.c: Add duplicate inlined section script
20963 entries. Duplicate file section script entries.
20964 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20965 inlined entries. Add test for safe-path rejection.
20966
20967 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20968
20969 * gdb.ada/disc_arr_bound: New testcase.
20970
20971 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20972
20973 * gdb.ada/mi_var_array: New testcase.
20974
20975 2015-01-27 Doug Evans <dje@google.com>
20976
20977 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20978 Add test for objfile.filename, objfile.username after objfile
20979 has been unloaded.
20980
20981 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20982
20983 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20984 the second test to print the name attribute of value
20985 returned by the call to gdb.lookup_type, and adjust
20986 the expected output accordingly.
20987
20988 2015-01-25 Mark Wielaard <mjw@redhat.com>
20989
20990 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20991 * gdb.base/disp-step-fork.c: Include unistd.h.
20992 * gdb.base/siginfo-obj.c: Include stdio.h.
20993 * gdb.base/siginfo-thread.c: Likewise.
20994 * gdb.mi/non-stop.c: Include unistd.h.
20995 * gdb.mi/nsthrexec.c: Include stdio.h.
20996 * gdb.mi/pthreads.c: Include unistd.h.
20997 * gdb.modula2/unbounded1.c (main): Declare returns int.
20998 * gdb.reverse/consecutive-reverse.c: Likewise.
20999 * gdb.threads/create-fail.c: Include unistd.h.
21000 * gdb.threads/killed.c: Likewise.
21001 * gdb.threads/linux-dp.c: Likewise.
21002 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
21003 * gdb.threads/non-ldr-exc-2.c: Likewise.
21004 * gdb.threads/non-ldr-exc-3.c: Likewise.
21005 * gdb.threads/non-ldr-exc-4.c: Likewise.
21006 * gdb.threads/pthreads.c: Include unistd.h.
21007 (main): Declare returns int.
21008 * gdb.threads/tls-main.c (foo): New declaration.
21009 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
21010
21011 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
21012
21013 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
21014 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
21015
21016 2015-01-15 Mark Wielaard <mjw@redhat.com>
21017
21018 * gdb.base/noreturn-return.c: New file.
21019 * gdb.base/noreturn-return.exp: New file.
21020 * gdb.base/noreturn-finish.c: New file.
21021 * gdb.base/noreturn-finish.exp: New file.
21022
21023 2015-01-23 Pedro Alves <palves@redhat.com>
21024
21025 * gdb.threads/continue-pending-after-query.c: New file.
21026 * gdb.threads/continue-pending-after-query.exp: New file.
21027
21028 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
21029 Simon Marchi <simon.marchi@ericsson.com>
21030
21031 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
21032 * gdb.base/valgrind-db-attach.exp: Same.
21033 * gdb.base/valgrind-infcall.exp: Same.
21034 * lib/mi-support.exp (default_mi_gdb_start): Same.
21035 * lib/prompt.exp (default_prompt_gdb_start): Same.
21036 * lib/gdb.exp (default_gdb_spawn): Same.
21037 (gdb_interact): New.
21038
21039
21040 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21041
21042 * gdb.compile/compile.exp (pointer to jit function): New test.
21043
21044 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
21045
21046 * lib/gdb.exp (supports_process_record): Return true for
21047 powerpc*-*-linux*.
21048 (supports_reverse): Likewise.
21049
21050 2015-01-15 Don Breazeal <donb@codesourcery.com>
21051
21052 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
21053 instead of checking whether the target board is remote and
21054 use spawn_wait_for_attach instead of exec/sleep.
21055 * gdb.base/attach-twice.exp: Likewise.
21056
21057 2015-01-15 Joel Brobecker <brobecker@adacore.com>
21058
21059 * gdb.ada/var_arr_attrs: New testcase.
21060
21061 2015-01-14 Pedro Alves <palves@redhat.com>
21062 Joel Brobecker <brobecker@adacore.com>
21063
21064 PR gdb/17525
21065 * gdb.base/bp-cmds-execution-x-script.c: New file.
21066 * gdb.base/bp-cmds-execution-x-script.exp: New file.
21067 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
21068
21069 2015-01-14 Pedro Alves <palves@redhat.com>
21070
21071 PR cli/17828
21072 * gdb.base/batch-preserve-term-settings.c: New file.
21073 * gdb.base/batch-preserve-term-settings.exp: New file.
21074
21075 2015-01-13 Doug Evans <dje@google.com>
21076
21077 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
21078 binary.
21079
21080 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21081
21082 * Makefile.in (clean mostlyclean): Do not delete *.py.
21083
21084 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21085
21086 * gdb.python/py-lookup-type.exp: New file.
21087
21088 2015-01-12 Pedro Alves <palves@redhat.com>
21089
21090 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
21091 restore GDBFLAGS before returning.
21092
21093 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21094
21095 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
21096 is_amd64_regs_target and is_x86_like_target.
21097
21098 2015-01-11 Doug Evans <xdje42@gmail.com>
21099
21100 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
21101 is given without an explicit form.
21102 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
21103 attributes.
21104 * gdb.dwarf/corrupt.exp: Ditto.
21105 * gdb.dwarf2/enum-type.exp: Ditto.
21106 * gdb.trace/entry-values.exp: Ditto.
21107 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
21108
21109 2015-01-11 Doug Evans <xdje42@gmail.com>
21110
21111 PR gdb/15830
21112 * gdb.base/maint.exp: Remove references to "maint demangle".
21113 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
21114 Add tests for explicitly specifying language to demangle.
21115 * gdb.dlang/demangle.exp: Ditto.
21116
21117 2015-01-09 Pedro Alves <palves@redhat.com>
21118
21119 * gdb.threads/non-stop-fair-events.c: New file.
21120 * gdb.threads/non-stop-fair-events.exp: New file.
21121
21122 2015-01-09 Pedro Alves <palves@redhat.com>
21123
21124 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
21125 the global scope. Set a breakpoint after all threads are started
21126 rather than stepping over two source lines. Expect the prompt.
21127 * gdb.base/watch_thread_num.c (threads_started_barrier): New
21128 global.
21129 (NUM): Now 15.
21130 (main): Use threads_started_barrier to wait for all threads to
21131 start. Main thread no longer calls thread_function. Exit after
21132 180 seconds.
21133 (loop): New function.
21134 (thread_function): Wait on threads_started_barrier barrier. Call
21135 'loop' at each iteration.
21136 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
21137 threads have started, instead of hardcoding number of "next"
21138 steps. Use an access watchpoint instead of a write watchpoint.
21139
21140 2015-01-09 Pedro Alves <palves@redhat.com>
21141
21142 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
21143 (thread_func): Wait on barrier.
21144 (main): Wait for all threads to start before stopping GDB.
21145 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
21146 global.
21147 (thread1_func, thread2_func): Wait on barrier.
21148 (main): Wait for all threads to start before stopping GDB.
21149 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
21150 New global.
21151 (thread1_func, thread2_func): Wait on barrier.
21152 (main): Wait for all threads to start before stopping GDB.
21153
21154 2015-01-09 Pedro Alves <palves@redhat.com>
21155
21156 * gdb.threads/attach-many-short-lived-threads.c: New file.
21157 * gdb.threads/attach-many-short-lived-threads.exp: New file.
21158
21159 2014-01-09 Pedro Alves <palves@redhat.com>
21160
21161 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
21162 instead of to thread 2.
21163 * gdb.threads/signal-command-multiple-signals-pending.c (main):
21164 Add barrier around each pthread_create call instead of around all
21165 calls.
21166 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
21167 Set a break on thread_function and have the child threads hit it
21168 one at at a time.
21169
21170 2015-01-09 Pedro Alves <palves@redhat.com>
21171
21172 * lib/gdb.exp (can_spawn_for_attach): New procedure.
21173 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
21174 false.
21175 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
21176 checking whether the target board is remote.
21177 * gdb.multi/multi-attach.exp: Likewise.
21178 * gdb.python/py-sync-interp.exp: Likewise.
21179 * gdb.server/ext-attach.exp: Likewise.
21180 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
21181 tests that need to attach, instead of checking whether the target
21182 board is remote at the top of the file.
21183
21184 2015-01-08 Yao Qi <yao@codesourcery.com>
21185
21186 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
21187
21188 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21189
21190 Fix testcase compilation.
21191 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
21192
21193 2015-01-06 Joel Brobecker <brobecker@adacore.com>
21194
21195 * gdb.python/py-type.exp: Add a couple test about empty
21196 array creation, and negative-length array creation.
21197
21198 2015-01-02 Doug Evans <xdje42@gmail.com>
21199
21200 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
21201
21202 2015-01-02 Doug Evans <dje@google.com>
21203
21204 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
21205
21206 2014-12-29 Yao Qi <yao@codesourcery.com>
21207
21208 * gdb.trace/entry-values.exp: Update comments. Rename variable
21209 bar_call_foo to returned_from_foo.
21210
21211 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
21212
21213 PR gdb/17394
21214 * gdb.linespec/break-asm-file.c: New file.
21215 * gdb.linespec/break-asm-file.exp: New file.
21216 * gdb.linespec/break-asm-file0.s: New file.
21217 * gdb.linespec/break-asm-file1.s: New file.
21218
21219 2014-12-18 Nigel Stephens <nigel@mips.com>
21220 Maciej W. Rozycki <macro@codesourcery.com>
21221
21222 * gdb.base/float.exp: Handle the new output from "info float" on
21223 MIPS targets.
21224
21225 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21226
21227 Fix MinGW compilation.
21228 * gdb.compile/compile-ops.exp: Update untested message if
21229 !skip_compile_feature_tests.
21230 * gdb.compile/compile-setjmp.exp: Likewise.
21231 * gdb.compile/compile-tls.exp: Likewise.
21232 * gdb.compile/compile.exp: Likewise.
21233 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
21234 supported on this host".
21235
21236 2014-12-16 Doug Evans <xdje42@gmail.com>
21237
21238 * boards/stabs.exp: New file.
21239
21240 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
21241
21242 * gdb.base/completion.exp: Adjust to format changes of "maint
21243 print user-registers".
21244
21245 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
21246
21247 PR server/17457
21248 * gdb.arch/aarch64-fp.c: New file.
21249 * gdb.arch/aarch64-fp.exp: New file.
21250
21251 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
21252
21253 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
21254 r210637, r210913, r211666, r215400, r215817).
21255
21256 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
21257 * dg-extract-results.py: New file.
21258 * dg-extract-results.sh: Use it if the environment seems
21259 suitable.
21260
21261 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
21262
21263 * dg-extract-results.py (parse_run): Handle warnings that
21264 are printed before a test harness is run.
21265
21266 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
21267
21268 * dg-extract-results.py (Named): Remove __cmp__ method.
21269 (output_variation): Use a key to sort variation.harnesses.
21270
21271 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
21272
21273 * dg-extract-results.py: For Python 3, force sys.stdout to
21274 handle surrogate escape sequences.
21275 (safe_open): New function.
21276 (output_segment, main): Use it.
21277
21278 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
21279
21280 * dg-extract-results.py (Prog.result_re): Include options
21281 in test name.
21282
21283 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
21284
21285 * dg-extract-results.py (output_variation): Always sort if
21286 do_sum.
21287
21288 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
21289
21290 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
21291 as long as we get pagination notifications.
21292
21293 2014-12-15 Jason Merrill <jason@redhat.com>
21294
21295 * Makefile.in (check-gdb.%): Restore.
21296 * README: Mention it.
21297
21298 2014-12-13 Joel Brobecker <brobecker@adacore.com>
21299
21300 * gdb.ada/str_uninit: New testcase.
21301
21302 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21303
21304 PR symtab/17642
21305 * gdb.base/vla-stub-define.c: New file.
21306 * gdb.base/vla-stub.c: New file.
21307 * gdb.base/vla-stub.exp: New file.
21308
21309 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
21310 Jan Kratochvil <jan.kratochvil@redhat.com>
21311 Tom Tromey <tromey@redhat.com>
21312
21313 * configure.ac: Add gdb.compile/.
21314 * configure: Regenerate.
21315 * gdb.compile/Makefile.in: New file.
21316 * gdb.compile/compile-ops.exp: New file.
21317 * gdb.compile/compile-ops.c: New file.
21318 * gdb.compile/compile-tls.c: New file.
21319 * gdb.compile/compile-tls.exp: New file.
21320 * gdb.compile/compile-constvar.S: New file.
21321 * gdb.compile/compile-constvar.c: New file.
21322 * gdb.compile/compile-mod.c: New file.
21323 * gdb.compile/compile-nodebug.c: New file.
21324 * gdb.compile/compile-setjmp-mod.c: New file.
21325 * gdb.compile/compile-setjmp.c: New file.
21326 * gdb.compile/compile-setjmp.exp: New file.
21327 * gdb.compile/compile-shlib.c: New file.
21328 * gdb.compile/compile.c: New file.
21329 * gdb.compile/compile.exp: New file.
21330 * lib/gdb.exp (skip_compile_feature_tests): New proc.
21331
21332 2014-12-12 Tom Tromey <tromey@redhat.com>
21333
21334 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
21335 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
21336
21337 2014-12-12 Doug Evans <dje@google.com>
21338
21339 * lib/gdb-python.exp (get_python_valueof): New function.
21340 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
21341
21342 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21343
21344 * gdb.base/completion.exp: Add test for completion of "info
21345 registers ".
21346
21347 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21348
21349 * gdb.base/func-ptrs.c: New file.
21350 * gdb.base/func-ptrs.exp: New file.
21351
21352 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21353
21354 PR breakpoints/17012
21355 * gdb.base/dprintf-detach.c: New file.
21356 * gdb.base/dprintf-detach.exp: New file.
21357
21358 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21359
21360 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21361 * lib/gdb.exp (target_is_gdbserver): New procedure.
21362
21363 2014-12-08 Doug Evans <dje@google.com>
21364
21365 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21366
21367 2014-12-05 Yao Qi <yao@codesourcery.com>
21368
21369 * gdb.guile/scm-error.exp: Remove the third argument to
21370 gdb_remote_download.
21371 * gdb.guile/scm-frame-args.exp: Likewise.
21372 * gdb.guile/scm-section-script.exp: Likewise.
21373
21374 2014-12-05 Yao Qi <yao@codesourcery.com>
21375
21376 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21377
21378 2014-12-04 Doug Evans <dje@google.com>
21379
21380 * gdb.python/py-objfile.exp: Add tests for
21381 objfile.add_separate_debug_file.
21382
21383 2014-12-04 Doug Evans <dje@google.com>
21384
21385 * lib/gdb.exp (get_build_id): New function.
21386 (build_id_debug_filename_get): Rewrite to use it.
21387 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21388
21389 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21390
21391 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21392 `method(long)', not just 0x0.
21393 * gdb.cp/nsalias.exp: Align code labels to 4.
21394 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21395 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21396 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21397 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21398 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21399 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21400
21401 2014-12-02 Doug Evans <dje@google.com>
21402
21403 PR symtab/17602
21404 * gdb.cp/anon-ns.cc: Move guts of this file to ...
21405 * gdb.cp/anon-ns2.cc: ... here. New file.
21406 * gdb.cp/anon-ns.exp: Update.
21407
21408 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
21409
21410 * gdb.python/py-events.py (inferior_call_handler): New.
21411 (register_changed_handler, memory_changed_handler): New.
21412 (test_events.invoke): Register new handlers.
21413 * gdb.python/py-events.exp: Add tests for inferior call,
21414 memory_changed and register_changed events.
21415
21416 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21417
21418 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21419 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21420 if the linker doesn't understand this.
21421
21422 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21423
21424 * gdb.python/python.exp: Change expected reply to help().
21425
21426 2014-12-01 Yao Qi <yao@codesourcery.com>
21427
21428 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21429 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21430 * configure: Re-generated.
21431
21432 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21433
21434 * gdb.cp/chained-calls.cc: New file.
21435 * gdb.cp/chained-calls.exp: New file.
21436 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21437
21438 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21439
21440 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21441 * gdb.dwarf2/symtab-producer.exp: Same.
21442 * gdb.gdb/python-interrupts.exp: Same.
21443 * gdb.gdb/python-selftest.exp: Same.
21444 * gdb.python/py-linetable.exp: Same.
21445 * gdb.python/py-type.exp: Same.
21446 * gdb.python/py-value-cc.exp: Same.
21447 * gdb.python/py-value.exp: Same.
21448
21449 2014-11-28 Yao Qi <yao@codesourcery.com>
21450
21451 * gdb.base/break-probes.exp: Match library name prefixed with
21452 sysroot.
21453
21454 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21455
21456 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21457 test expected output. Add parentheses for the call to print.
21458 Remove L suffix from integers.
21459
21460 2014-11-26 Doug Evans <dje@google.com>
21461
21462 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21463
21464 2014-11-22 Yao Qi <yao@codesourcery.com>
21465
21466 * gdb.trace/entry-values.c: Remove asms.
21467 (foo): Add foo_label.
21468 (bar): Add bar_label.
21469 * gdb.trace/entry-values.exp: Remove code computing foo's
21470 length and bar's length.
21471 (Dwarf::assemble): Invoke function_range for bar and use
21472 MACRO_AT_func for foo.
21473
21474 2014-11-22 Yao Qi <yao@codesourcery.com>
21475
21476 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21477 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21478 Use .Lgcc43_procstart instead of gcc43.
21479
21480 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21481
21482 * gdb.ada/n_arr_bound: New testcase.
21483
21484 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21485
21486 PR breakpoints/10737
21487 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21488 test_catch_syscall_multi_arch.
21489 (test_catch_syscall_multi_arch): New function.
21490
21491 2014-11-20 Doug Evans <xdje42@gmail.com>
21492
21493 * gdb.base/maint.exp: Update expected output.
21494
21495 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21496
21497 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21498 4-byte instruction on S390.
21499
21500 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21501
21502 * gdb.ada/arr_arr: New testcase.
21503
21504 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21505
21506 * gdb.ada/pkd_arr_elem: New Testcase.
21507
21508 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
21509
21510 * gdb.reverse/break-precsave: Expect completion message for
21511 core file reads.
21512 * gdb.reverse/consecutive-precsave.exp: Likewise.
21513 * gdb.reverse/finish-precsave.exp: Likewise.
21514 * gdb.reverse/i386-precsave.exp: Likewise.
21515 * gdb.reverse/machinestate-precsave.exp: Likewise.
21516 * gdb.reverse/sigall-precsave.exp: Likewise.
21517 * gdb.reverse/solib-precsave.exp: Likewise.
21518 * gdb.reverse/step-precsave.exp: Likewise.
21519 * gdb.reverse/until-precsave.exp: Likewise.
21520 * gdb.reverse/watch-precsave.exp: Likewise.
21521
21522 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21523
21524 * gdb.base/bp-permanent.c: Include unistd.h.
21525 * gdb.python/py-framefilter-mi.c (main): Add return type.
21526 * gdb.python/py-framefilter.c (main): Likewise.
21527 * gdb.trace/actions-changed.c (main): Likewise.
21528
21529 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21530
21531 * gdb.mi/until.c: Add eye-catchers.
21532 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21533 line numbers.
21534
21535 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21536
21537 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21538 function header variants in break1.c.
21539 * gdb.base/ena-dis-br.exp: Likewise.
21540 * gdb.base/hbreak2.exp: Likewise.
21541 * gdb.reverse/until-precsave.exp: Drop references to removed
21542 non-prototype function header variants in ur1.c.
21543 * gdb.reverse/until-reverse.exp: Likewise.
21544
21545 2014-11-17 Petr Machata <pmachata@redhat.com>
21546
21547 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21548 ${_cu_offset_size} bytes abbrev offset.
21549
21550 2014-11-15 Doug Evans <xdje42@gmail.com>
21551
21552 PR symtab/17559
21553 * gdb.base/line-symtabs.exp: New file.
21554 * gdb.base/line-symtabs.c: New file.
21555 * gdb.base/line-symtabs.h: New file.
21556
21557 2014-11-14 Yao Qi <yao@codesourcery.com>
21558
21559 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21560 (func): Add label func_label.
21561 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21562 Replace low_pc and high_pc with MACRO_AT_range.
21563 Replace name, low_pc and high_pc with MACRO_AT_func.
21564
21565 2014-11-14 Yao Qi <yao@codesourcery.com>
21566
21567 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21568 Replace name, low_pc and high_pc with MACRO_AT_func.
21569
21570 2014-11-14 Yao Qi <yao@codesourcery.com>
21571
21572 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21573 produce debug information.
21574 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21575
21576 2014-11-14 Yao Qi <yao@codesourcery.com>
21577
21578 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21579 object and get function length.
21580 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21581 with MACRO_AT_func.
21582 (top-level): Replace gdb_compile and clean_restart with
21583 prepare_for_testing.
21584 * gdb.dwarf2/main.c (main): Add label main_label.
21585
21586 2014-11-14 Yao Qi <yao@codesourcery.com>
21587
21588 * lib/dwarf.exp (function_range): New procedure.
21589 (Dwarf::_handle_macro_at_func): New procedure.
21590 (Dwarf::_handle_macro_at_range): New procedure.
21591 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21592
21593 2014-11-14 Yao Qi <yao@codesourcery.com>
21594
21595 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21596 (_handle_attribute): New procedure.
21597
21598 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21599
21600 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21601 * gdb.base/call-sc.c (zed): Likewise.
21602 * gdb.base/checkpoint.c (main): Likewise.
21603 * gdb.base/dump.c (main): Likewise.
21604 * gdb.base/gcore.c (main): Likewise.
21605 * gdb.base/huge.c (main): Likewise.
21606 * gdb.base/multi-forks.c (main): Likewise.
21607 * gdb.base/pr10179-a.c (main): Likewise.
21608 * gdb.base/savedregs.c (main): Likewise.
21609 * gdb.base/sigaltstack.c (main): Likewise.
21610 * gdb.base/siginfo.c (main): Likewise.
21611 * gdb.base/structs.c (zed): Likewise.
21612 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21613 * gdb.mi/mi-syn-frame.c (main): Likewise.
21614 * gdb.mi/until.c (foo, main): Likewise.
21615 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21616 * gdb.base/solib-weak.c (foo): Declare.
21617 * gdb.base/attach-twice.c: Include stdio.h.
21618 * gdb.base/weaklib1.c: Likewise.
21619 * gdb.base/weaklib2.c: Likewise.
21620 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21621 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21622 unistd.h.
21623 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21624 * gdb.mi/mi-exit-code.c: Likewise.
21625 * gdb.base/break-interp-lib.c: Include string.h.
21626 * gdb.base/coremaker.c: Likewise.
21627 * gdb.base/testenv.c: Likewise.
21628 * gdb.python/py-finish-breakpoint.c: Likewise.
21629 * gdb.base/inferior-died.c: Include sys/wait.h.
21630 * gdb.base/fileio.c: Include time.h.
21631 * gdb.base/async-shell.c: Include unistd.h.
21632 * gdb.base/dprintf-non-stop.c: Likewise.
21633 * gdb.base/info-os.c: Likewise.
21634 * gdb.mi/mi-console.c: Likewise.
21635 * gdb.mi/watch-nonstop.c: Likewise.
21636 * gdb.python/py-events.c: Likewise.
21637 * gdb.base/async.c (baz): Move up before its invocation.
21638 * gdb.base/code_elim2.c (my_global_func): Likewise.
21639 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21640 * gdb.base/advance.c (func2): Likewise.
21641
21642 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21643
21644 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21645 variant.
21646 * gdb.base/annota3.c: Likewise.
21647 * gdb.base/async.c: Likewise.
21648 * gdb.base/average.c: Likewise.
21649 * gdb.base/call-ar-st.c: Likewise.
21650 * gdb.base/call-rt-st.c: Likewise.
21651 * gdb.base/call-sc.c: Likewise.
21652 * gdb.base/call-strs.c: Likewise.
21653 * gdb.base/ending-run.c: Likewise.
21654 * gdb.base/execd-prog.c: Likewise.
21655 * gdb.base/exprs.c: Likewise.
21656 * gdb.base/foll-exec.c: Likewise.
21657 * gdb.base/foll-fork.c: Likewise.
21658 * gdb.base/foll-vfork.c: Likewise.
21659 * gdb.base/funcargs.c: Likewise.
21660 * gdb.base/gcore.c: Likewise.
21661 * gdb.base/jump.c: Likewise.
21662 * gdb.base/langs0.c: Likewise.
21663 * gdb.base/langs1.c: Likewise.
21664 * gdb.base/langs2.c: Likewise.
21665 * gdb.base/mips_pro.c: Likewise.
21666 * gdb.base/nodebug.c: Likewise.
21667 * gdb.base/opaque0.c: Likewise.
21668 * gdb.base/opaque1.c: Likewise.
21669 * gdb.base/recurse.c: Likewise.
21670 * gdb.base/run.c: Likewise.
21671 * gdb.base/scope0.c: Likewise.
21672 * gdb.base/scope1.c: Likewise.
21673 * gdb.base/setshow.c: Likewise.
21674 * gdb.base/setvar.c: Likewise.
21675 * gdb.base/shmain.c: Likewise.
21676 * gdb.base/shr1.c: Likewise.
21677 * gdb.base/shr2.c: Likewise.
21678 * gdb.base/sigall.c: Likewise.
21679 * gdb.base/signals.c: Likewise.
21680 * gdb.base/so-indr-cl.c: Likewise.
21681 * gdb.base/solib2.c: Likewise.
21682 * gdb.base/structs.c: Likewise.
21683 * gdb.base/sum.c: Likewise.
21684 * gdb.base/vforked-prog.c: Likewise.
21685 * gdb.base/watchpoint.c: Likewise.
21686 * gdb.reverse/shr2.c: Likewise.
21687 * gdb.reverse/until-reverse.c: Likewise.
21688 * gdb.reverse/ur1.c: Likewise.
21689 * gdb.reverse/watch-reverse.c: Likewise.
21690
21691 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21692
21693 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21694 variant.
21695 * gdb.base/sepdebug.exp: Drop references to removed code.
21696
21697 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21698
21699 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21700 variant. Preserve original line numbering.
21701 * gdb.base/list1.c: Likewise.
21702
21703 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21704
21705 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21706 variant.
21707 * gdb.base/break1.c: Likewise.
21708 * gdb.base/break.exp: Drop references to removed code.
21709
21710 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21711
21712 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21713 variant.
21714
21715 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21716
21717 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21718
21719 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21720
21721 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21722 logic into perform_all_tests() and invoke it with and without
21723 function header prototypes.
21724 (do_function_calls): Remove conditional XFAIL for PR 5318.
21725 (rerun_and_prepare): Remove duplicate code.
21726 (perform_all_tests): New. Main logic moved here.
21727
21728 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21729
21730 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21731 code guarded by #ifdef NO_PROTOTYPES.
21732 (t_double_many_args): Likewise.
21733 (DEF_FUNC_MANY_ARGS_1): Likewise.
21734 (DEF_FUNC_VALUES_1): Likewise.
21735 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21736 guarded by #ifdef PROTOTYPES.
21737
21738 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21739
21740 * gdb.mi/mi-console.c: Add eye-catcher.
21741 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21742 instead of literal line number.
21743
21744 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21745
21746 * gdb.base/shr2.c: Add eye-catcher.
21747 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21748 line number.
21749
21750 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21751
21752 * gdb.base/jump.c: Add eye-catchers.
21753 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21754 numbers.
21755
21756 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21757
21758 * gdb.base/execd-prog.c: Add eye-catchers.
21759 * gdb.base/foll-exec.c: Likewise.
21760 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21761 line numbers.
21762
21763 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21764
21765 * gdb.base/ending-run.c: Add eye-catchers.
21766 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21767 literal line numbers.
21768
21769 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21770
21771 * gdb.base/call-rt-st.c: Add eye-catchers.
21772 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21773 literal line numbers.
21774
21775 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21776
21777 * gdb.base/call-ar-st.c: Add eye-catchers.
21778 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21779 literal line numbers.
21780
21781 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21782
21783 * gdb.base/average.c: Add eye-catchers.
21784 * gdb.base/sum.c: Likewise.
21785 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21786 regexps dynamically.
21787
21788 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21789
21790 * gdb.base/solib1.c: Add eye-catchers.
21791 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21792 literal line numbers.
21793
21794 2014-11-12 Pedro Alves <palves@redhat.com>
21795
21796 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21797 leader has exited.
21798
21799 2014-11-12 Pedro Alves <palves@redhat.com>
21800
21801 * gdb.arch/i386-bp_permanent.c: New file.
21802 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21803 (srcfile): Set to i386-bp_permanent.c.
21804 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21805 that stepi does not execute the 'leave' instruction, instead of
21806 testing it does execute.
21807 * gdb.base/bp-permanent.c: New file.
21808 * gdb.base/bp-permanent.exp: New file.
21809
21810 2014-11-10 Doug Evans <xdje42@gmail.com>
21811
21812 PR symtab/17564
21813 * gdb.base/symtab-search-order.exp: New file.
21814 * gdb.base/symtab-search-order.c: New file.
21815 * gdb.base/symtab-search-order-1.c: New file.
21816 * gdb.base/symtab-search-order-shlib-1.c: New file.
21817
21818 2014-11-07 Pedro Alves <palves@redhat.com>
21819
21820 PR gdb/17511
21821 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21822 i?86-*-linux*.
21823
21824 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21825
21826 PR c++/17494
21827 * gdb.cp/pr17494.cc: New file.
21828 * gdb.cp/pr17494.exp: New file.
21829
21830 2014-11-02 Yao Qi <yao@codesourcery.com>
21831
21832 * gdb.python/python.exp: Get working directory and match the
21833 output of "set extended-prompt \\w " with it.
21834
21835 2014-10-30 Doug Evans <dje@google.com>
21836
21837 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21838 in objfiles.
21839 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21840 in progspaces.
21841
21842 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21843
21844 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21845 * gdb.base/realname-expand.exp: Likewise.
21846 * gdb.linespec/macro-relative.exp: Likewise.
21847
21848 2014-10-29 Pedro Alves <palves@redhat.com>
21849
21850 PR gdb/17408
21851 * gdb.threads/schedlock.c (some_function): New function.
21852 (call_function): New global.
21853 (MAYBE_CALL_SOME_FUNCTION): New macro.
21854 (thread_function): Call it.
21855 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21856 and use it instead of a global counter. Adjust all callers.
21857 (get_current_thread): Use "find current thread" for test message
21858 here rather than having all callers pass down the same string.
21859 (goto_loop): New procedure, factored out from ...
21860 (my_continue): ... this.
21861 (step_ten_loops): Change parameter from test message to command to
21862 use. Adjust.
21863 (list_count): Delete global.
21864 (check_result): New procedure, factored out from duplicate top
21865 level code.
21866 (continue tests): Wrap in with_test_prefix.
21867 (test_step): New procedure, factored out from duplicate top level
21868 code.
21869 (top level): Test "step" in combination with all scheduler-locking
21870 modes. Test "next" in combination with all scheduler-locking
21871 modes, and in combination with stepping over a function call or
21872 not.
21873 * gdb.threads/next-bp-other-thread.c: New file.
21874 * gdb.threads/next-bp-other-thread.exp: New file.
21875
21876 2014-10-29 Pedro Alves <palves@redhat.com>
21877
21878 PR python/17372
21879 * gdb.python/python.exp: Test a multi-line command that spawns
21880 interactive Python.
21881 * gdb.base/multi-line-starts-subshell.exp: New file.
21882
21883 2014-10-29 Yao Qi <yao@codesourcery.com>
21884
21885 * gdb.base/fileio.exp: Make directories on host.
21886
21887 2014-10-29 Yao Qi <yao@codesourcery.com>
21888
21889 * gdb.base/fileio.c (test_write): Close the file.
21890
21891 2014-10-28 Pedro Alves <palves@redhat.com>
21892
21893 PR gdb/12623
21894 * gdb.base/sigstep.c (no_handler): New global.
21895 (main): If 'no_handler is true, set the signal handlers to
21896 SIG_IGN.
21897 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21898 with_sw_watch and no_handler parameters. Handle them.
21899 (top level) <stepping over handler when stopped at a breakpoint
21900 test>: Add a test axis for testing with a software watchpoint, and
21901 another for testing with the signal handler set to SIG_IGN.
21902 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21903 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21904
21905 2014-10-28 Pedro Alves <palves@redhat.com>
21906
21907 PR gdb/17511
21908 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21909 * gdb.base/sigstep.exp (other_handler_location): New global.
21910 (advance): Support stepping into the signal handler, and running
21911 commands while in the handler.
21912 (in_handler_map): New global.
21913 (top level): In the advance test, add combinations for getting
21914 into the handler with stepping commands, and for running commands
21915 in the handler. Add comment descripting the advancei tests.
21916
21917 2014-10-28 Pedro Alves <palves@redhat.com>
21918
21919 * gdb.base/sigstep.exp: Use build_executable instead of
21920 prepare_for_testing.
21921 (top level): Move code that starts GDB, runs to main and creates a
21922 display to ...
21923 (restart): ... this new procedure.
21924 (top level): Move backtrace from signal handler test to ...
21925 (validate_backtrace): ... this new procedure.
21926 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21927 with_test_prefix. Always restart GDB.
21928 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21929 with_test_prefix. Always restart GDB. No need to delete
21930 breakpoints after the test.
21931 (test_skip_handler): Remove prefix parameter.
21932 (skip_over_handler, breakpoint_to_handler)
21933 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21934 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21935 restart GDB. No need to delete breakpoints after the test.
21936 (top level): Use foreach to call the test procedures with
21937 different commands.
21938
21939 2014-10-28 Pedro Alves <palves@redhat.com>
21940
21941 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21942 instead of GNATS numbers.
21943 * gdb.base/sigbpt.exp: Likewise.
21944 * gdb.base/siginfo.exp: Likewise.
21945 * gdb.base/sigstep.exp: Likewise.
21946
21947 2014-10-27 Pedro Alves <palves@redhat.com>
21948
21949 * gdb.base/sigstep.c (dummy): New global.
21950 (main): Issue a couple writes to the new global.
21951 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21952 procedures.
21953 (skip_over_handler): Use test_skip_handler.
21954 (top level): Call skip_over_handler for stepi and nexti too.
21955 (breakpoint_over_handler): Use test_skip_handler.
21956 (top level): Call breakpoint_over_handler for stepi and nexti too.
21957
21958 2014-10-27 Yao Qi <yao@codesourcery.com>
21959
21960 * gdb.trace/tfile.c (adjust_function_address)
21961 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21962 function descriptor.
21963
21964 2014-10-24 Don Breazeal <donb@codesourcery.com>
21965
21966 * gdb.base/foll-fork.exp (test_follow_fork,
21967 catch_fork_child_follow): Check for updated fork messages emitted
21968 from infrun.c.
21969 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21970 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21971 vfork_and_exec_child_follow_through_step): Check for updated vfork
21972 messages emitted from infrun.c.
21973
21974 2014-10-24 Pedro Alves <palves@redhat.com>
21975
21976 * gdb.base/corefile.exp: Remove references to ultrix.
21977 * gdb.base/interrupt.exp: Likewise.
21978 * gdb.base/whatis.exp: Likewise.
21979 * gdb.gdb/selftest.exp: Likewise.
21980 * gdb.threads/manythreads.exp: Likewise.
21981 * gdb.threads/print-threads.exp: Likewise.
21982 * gdb.threads/pthreads.exp:: Likewise.
21983 * gdb.threads/schedlock.exp: Likewise.
21984
21985 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21986
21987 * gdb.cp/non-trivial-retval.cc: Add a test case.
21988 * gdb.cp/non-trivial-retval.exp: Add a test.
21989
21990 2014-10-20 Yao Qi <yao@codesourcery.com>
21991
21992 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21993 * gdb.python/py-objfile-script-gdb.py: New file.
21994 * gdb.python/py-objfile-script.exp: Update reference to
21995 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21996 of remote_download. Remove the dest file.
21997
21998 2014-10-20 Yao Qi <yao@codesourcery.com>
21999
22000 * gdb.base/checkpoint.exp: Don't remove file copied on host.
22001 * gdb.base/step-line.exp: Likewise.
22002 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22003 * gdb.dwarf2/dw2-basic.exp: Likewise.
22004 * gdb.dwarf2/dw2-compressed.exp: Likewise.
22005 * gdb.dwarf2/dw2-filename.exp: Likewise.
22006 * gdb.dwarf2/dw2-intercu.exp: Likewise.
22007 * gdb.dwarf2/dw2-intermix.exp: Likewise.
22008 * gdb.dwarf2/dw2-producer.exp: Likewise.
22009 * gdb.dwarf2/mac-fileno.exp: Likewise.
22010 * gdb.python/py-frame-args.exp: Likewise.
22011 * gdb.python/py-framefilter.exp: Likewise.
22012 * gdb.python/py-mi.exp: Likewise.
22013 * gdb.python/py-objfile-script.exp: Likewise
22014 * gdb.python/py-pp-integral.exp: Likewise.
22015 * gdb.python/py-pp-re-notag.exp: Likewise.
22016 * gdb.python/py-prettyprint.exp: Likewise.
22017 * gdb.python/py-section-script.exp: Likewise.
22018 * gdb.python/py-typeprint.exp: Likewise.
22019 * gdb.python/py-xmethods.exp: Likewise.
22020 * gdb.stabs/weird.exp: Likewise.
22021 * gdb.xml/tdesc-regs.exp: Likewise.
22022
22023 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
22024
22025 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
22026 (out_cu): Use addr_len for the size of addresses.
22027 (out_line): Likewise. Size DW_LNE_set_address instruction
22028 according to addr_len.
22029 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
22030 (FUNC): Add START_INSNS to definition.
22031
22032 2014-10-18 Yao Qi <yao@codesourcery.com>
22033
22034 * gdb.base/argv0-symlink.exp: Check argv[0] value if
22035 gdb_has_argv0 return true.
22036 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
22037 check [target_info exists noargs], check [gdb_has_argv0]
22038 instead.
22039 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22040 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
22041 procedures.
22042
22043 2014-10-17 Doug Evans <dje@google.com>
22044
22045 * gdb.python/py-events.exp: Update expected output for clear_objfiles
22046 event.
22047 * gdb.python/py-events.py: Add clear_objfiles event.
22048
22049 2014-10-17 Doug Evans <dje@google.com>
22050
22051 * gdb.python/py-objfile.exp: Test progspace attribute.
22052
22053 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
22054
22055 * gdb.guile/scm-breakpoint.exp: Do not assume any
22056 directory separators when matching source file paths.
22057 * gdb.python/py-breakpoint.exp: Likewise.
22058 * gdb.reverse/break-precsave.exp: Likewise.
22059 * gdb.reverse/break-reverse.exp: Likewise.
22060 * gdb.reverse/consecutive-precsave.exp: Likewise.
22061 * gdb.reverse/finish-precsave.exp: Likewise.
22062 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
22063 * gdb.reverse/finish-reverse.exp: Likewise.
22064 * gdb.reverse/i386-precsave.exp: Likewise.
22065 * gdb.reverse/i387-env-reverse.exp: Likewise.
22066 * gdb.reverse/i387-stack-reverse.exp: Likewise.
22067 * gdb.reverse/machinestate-precsave.exp: Likewise.
22068 * gdb.reverse/machinestate.exp: Likewise.
22069 * gdb.reverse/sigall-precsave.exp: Likewise.
22070 * gdb.reverse/solib-precsave.exp: Likewise.
22071 * gdb.reverse/step-precsave.exp: Likewise.
22072 * gdb.reverse/until-precsave.exp: Likewise.
22073 * gdb.reverse/watch-precsave.exp: Likewise.
22074 * gdb.reverse/watch-reverse.exp: Likewise.
22075
22076 2014-10-17 Yao Qi <yao@codesourcery.com>
22077
22078 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
22079 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
22080
22081 2014-10-17 Pedro Alves <palves@redhat.com>
22082
22083 PR gdb/17471
22084 * gdb.base/bg-execution-repeat.c: New file.
22085 * gdb.base/bg-execution-repeat.exp: New file.
22086
22087 2014-10-17 Pedro Alves <palves@redhat.com>
22088
22089 PR gdb/17300
22090 * gdb.base/continue-all-already-running.c: New file.
22091 * gdb.base/continue-all-already-running.exp: New file.
22092
22093 2014-10-17 Pedro Alves <palves@redhat.com>
22094
22095 PR gdb/17472
22096 * gdb.base/annota-input-while-running.c: New file.
22097 * gdb.base/annota-input-while-running.exp: New file.
22098
22099 2014-10-17 Pedro Alves <palves@redhat.com>
22100
22101 * gdb.base/callfuncs.exp: emove references to osf.
22102 * gdb.base/sigall.exp: Likewise.
22103 * gdb.gdb/selftest.exp: Likewise.
22104 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
22105 * gdb.mi/non-stop.c: Likewise.
22106 * gdb.mi/pthreads.c: Likewise.
22107 * gdb.reverse/sigall-precsave.exp: Likewise.
22108 * gdb.reverse/sigall-reverse.exp: Likewise.
22109 * gdb.threads/pthreads.c: Likewise.
22110 * gdb.threads/pthreads.exp: Likewise.
22111
22112 2014-10-17 Yao Qi <yao@codesourcery.com>
22113
22114 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
22115 check 'target_info exists noargs'.
22116 (test_command_prompt_position): Likewise.
22117 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
22118 Remove "set args".
22119 (progvar_simple_while_test): Likewise.
22120 (progvar_complex_if_while_test): Likewise.
22121 (if_while_breakpoint_command_test): Likewise.
22122 (infrun_breakpoint_command_test): Likewise.
22123 (breakpoint_command_test): Likewise.
22124 (watchpoint_command_test): Likewise.
22125 (bp_deleted_in_command_test): Likewise.
22126 (temporary_breakpoint_commands): Likewise.
22127
22128 2014-10-16 Yao Qi <yao@codesourcery.com>
22129
22130 * gdb.base/remotetimeout.exp: Remove noargs checking.
22131
22132 2014-10-15 Pedro Alves <palves@redhat.com>
22133
22134 PR breakpoints/9649
22135 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
22136 * gdb.base/breakpoint-in-ro-region.exp
22137 (probe_target_hardware_step): New procedure.
22138 (top level): Probe hardware stepping and hardware breakpoint
22139 support. Test stepping through a read-only region, with both
22140 "breakpoint auto-hw" on and off and both "always-inserted" on and
22141 off.
22142
22143 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
22144
22145 * gdb.dlang/demangle.exp: Update for demangling changes.
22146
22147 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22148
22149 * gdb.cp/non-trivial-retval.cc: Add new test cases.
22150 * gdb.cp/non-trivial-retval.exp: Add new tests.
22151
22152 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22153
22154 PR c++/13403
22155 PR c++/15154
22156 * gdb.cp/non-trivial-retval.cc: New file.
22157 * gdb.cp/non-trivial-retval.exp: New file.
22158
22159 2014-10-15 Yao Qi <yao@codesourcery.com>
22160
22161 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
22162 remote host.
22163
22164 2014-10-15 Yao Qi <yao@codesourcery.com>
22165
22166 * gdb.python/py-symbol.exp: Match file base name if host is
22167 remote, otherwise match file name with dir name.
22168 * gdb.python/py-symtab.exp: Likewise.
22169 * gdb.python/python.exp: Likewise.
22170
22171 2014-10-15 Yao Qi <yao@codesourcery.com>
22172
22173 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
22174 pattern.
22175 * gdb.python/py-symtab.exp: Likewise.
22176 * gdb.python/python.exp: Remove trailing ".*". Fix typo
22177 locationn.
22178
22179 2014-10-14 Joel Brobecker <brobecker@adacore.com>
22180
22181 * gdb.ada/addr_arith: New testcase.
22182
22183 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
22184
22185 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
22186 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
22187 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
22188 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
22189
22190 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
22191
22192 * gdb.arch/stap-eval-lang-ada.S: Likewise.
22193 * gdb.arch/stap-eval-lang-ada.c: Likewise.
22194 * gdb.arch/stap-eval-lang-ada.exp: New file.
22195
22196 2014-10-14 Yao Qi <yao@codesourcery.com>
22197
22198 * gdb.mi/mi-var-child.c (nothing1): New function.
22199 (nothing2): New function.
22200 (do_children_tests): Set function pointers by nothing1 and
22201 nothing2.
22202 * gdb.mi/mi-var-child.exp: Step over new added statements.
22203 Update test to match the new output.
22204 * gdb.mi/var-cmd.c (nothing1): New function.
22205 (nothing2): New function.
22206 (do_children_tests): Set function pointers by nothing1 and
22207 nothing2.
22208 * gdb.mi/mi-var-display.exp: Update test to match output.
22209 Step to the line specified by $line_dct_nothing.
22210 Increase the number of lines to step.
22211
22212 2014-10-14 Yao Qi <yao@codesourcery.com>
22213
22214 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
22215 tests.
22216 * gdb.mi/mi2-var-child.exp: Likewise.
22217
22218 2014-10-13 Doug Evans <dje@google.com>
22219
22220 * gdb.python/py-objfile.exp: Change name of file name test.
22221
22222 2014-10-13 Doug Evans <dje@google.com>
22223
22224 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
22225 from the start of the CU.
22226
22227 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
22228 Yao Qi <yao@codesourcery.com>
22229
22230 Fix "save breakpoints" for "catch" command.
22231 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
22232 Remove -nonewline. Match also the added "main" line.
22233
22234 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22235
22236 Fix "save breakpoints" for "disable $bpnum" command.
22237 * gdb.base/save-bp.c (main): Add label.
22238 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
22239
22240 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22241
22242 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
22243
22244 2014-10-11 Yao Qi <yao@codesourcery.com>
22245
22246 * gdb.server/server-kill.exp: Execute command
22247 "set remote trace-status-packet on" before "tstatus".
22248
22249 2014-10-11 Yao Qi <yao@codesourcery.com>
22250
22251 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
22252 (main): Call getppid.
22253 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
22254 and continue to it. Read variable "server_pid".
22255
22256 2014-10-11 Yao Qi <yao@codesourcery.com>
22257
22258 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
22259
22260 2014-10-11 Yao Qi <yao@codesourcery.com>
22261
22262 * gdb.threads/thread-find.exp: Don't execute command
22263 "info threads".
22264 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
22265 * gdb.threads/linux-dp.exp: Don't check the condition
22266 $threads_created equals to zero.
22267
22268 2014-10-10 Pedro Alves <palves@redhat.com>
22269
22270 * gdb.base/bigcore.exp: Remove references to IRIX.
22271 * gdb.base/funcargs.exp: Likewise.
22272 * gdb.base/interrupt.exp: Likewise.
22273 * gdb.base/mips_pro.exp: Likewise.
22274 * gdb.base/nodebug.exp: Likewise.
22275 * gdb.base/setvar.exp: Likewise.
22276 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
22277
22278 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
22279 Pedro Alves <palves@redhat.com>
22280
22281 PR symtab/14466
22282 * gdb.base/vdso-warning.c: New file.
22283 * gdb.base/vdso-warning.exp: New file.
22284
22285 2014-10-02 Doug Evans <dje@google.com>
22286
22287 * gdb.base/structs.c (main): Don't run forever.
22288
22289 2014-10-02 Pedro Alves <palves@redhat.com>
22290
22291 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
22292 (top level) <stop threads 1, stop threads 2>: Use it.
22293
22294 2014-10-02 Pedro Alves <palves@redhat.com>
22295
22296 * gdb.threads/break-while-running.exp (test): Add new
22297 'update_thread_list' argument. Skip "info threads" if false.
22298 (top level): Add new 'update_thread_list' axis.
22299
22300 2014-10-02 Pedro Alves <palves@redhat.com>
22301
22302 PR breakpoints/17431
22303 * gdb.base/execl-update-breakpoints.c: New file.
22304 * gdb.base/execl-update-breakpoints.exp: New file.
22305
22306 2014-10-01 Pedro Alves <palves@redhat.com>
22307
22308 * gdb.base/breakpoint-in-ro-region.c: New file.
22309 * gdb.base/breakpoint-in-ro-region.exp: New file.
22310
22311 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
22312
22313 * gdb.mi/mi-exit-code.exp: New file.
22314 * gdb.mi/mi-exit-code.c: New file.
22315
22316 2014-09-30 Yao Qi <yao@codesourcery.com>
22317
22318 * lib/prelink-support.exp (build_executable_own_libs): Error if
22319 the target isn't native.
22320
22321 2014-09-30 Yao Qi <yao@codesourcery.com>
22322
22323 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22324 false.
22325
22326 2014-09-22 Pedro Alves <palves@redhat.com>
22327
22328 * gdb.threads/break-while-running.exp: New file.
22329 * gdb.threads/break-while-running.c: New file.
22330
22331 2014-09-19 Yao Qi <yao@codesourcery.com>
22332
22333 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
22334 Invoke test. Restart GDB with --readnow and invoke test again.
22335
22336 2014-09-19 Yao Qi <yao@codesourcery.com>
22337
22338 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
22339 proc set_breakpoint_on_gcd_function. Invoke
22340 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
22341 invoke set_breakpoint_on_gcd_function again.
22342
22343 2014-09-18 Doug Evans <dje@google.com>
22344
22345 * gdb.dwarf2/symtab-producer.exp: New file.
22346
22347 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22348
22349 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22350 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22351 * gdb.base/global-var-nested-by-dso.c: Likewise.
22352 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22353
22354 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22355 Pedro Alves <palves@redhat.com>
22356
22357 * gdb.base/watch-bitfields.exp: Pass string other than test file
22358 name to prepare_for_testing.
22359 (watch): New procedure.
22360 (expect_watchpoint): Use with_test_prefix.
22361 (top level): Factor out tests to ...
22362 (test_watch_location, test_regular_watch): ... these new
22363 procedures, and use with_test_prefix and gdb_continue_to_end.
22364
22365 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22366
22367 PR breakpoints/12526
22368 * gdb.base/watch-bitfields.exp: New file.
22369 * gdb.base/watch-bitfields.c: New file.
22370
22371 2014-09-16 Pedro Alves <palves@redhat.com>
22372
22373 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22374 software and hardware addresses, not software address against
22375 itself.
22376
22377 2014-09-16 Pedro Alves <palves@redhat.com>
22378
22379 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22380 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22381
22382 2014-09-16 Pedro Alves <palves@redhat.com>
22383
22384 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22385 files.
22386 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22387 "*-*-vxworks*" throughout.
22388 * gdb.base/break.exp: Likewise.
22389 * gdb.base/default.exp: Likewise.
22390 * gdb.base/scope.exp: Likewise.
22391 * gdb.base/sepdebug.exp: Likewise.
22392 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22393 throughout.
22394 * gdb.base/run.c: Likewise.
22395 * gdb.base/sepdebug.c: Likewise.
22396 * gdb.hp/gdb.aCC/run.c: Likewise.
22397 * gdb.reverse/until-reverse.c: Likewise.
22398 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22399
22400 2014-09-16 Yao Qi <yao@codesourcery.com>
22401
22402 * boards/local-remote-host-native.exp: New file.
22403
22404 2014-09-14 Doug Evans <xdje42@gmail.com>
22405
22406 * gdb.threads/queue-signal.c (thread_count): New variable.
22407 (thread_count_mutex, thread_count_condvar): New variables.
22408 (incr_thread_count, wait_all_threads_running): New functions.
22409 (main): Wait for all threads to be in their thread functions.
22410
22411 2014-09-13 Doug Evans <xdje42@gmail.com>
22412
22413 * gdb.threads/queue-signal.c: New file.
22414 * gdb.threads/queue-signal.exp: New file.
22415
22416 2014-09-13 Doug Evans <xdje42@gmail.com>
22417
22418 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22419 be consistent with what default_gdb_init uses.
22420 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22421 the plain text of the prompt. Add some logging printfs.
22422 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22423
22424 2014-09-12 Pedro Alves <palves@redhat.com>
22425
22426 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22427 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22428 * gdb.arch/i386-size-overlap.exp: Likewise.
22429 * gdb.arch/i386-size.exp: Likewise.
22430 * gdb.arch/i386-unwind.exp: Likewise.
22431 * gdb.base/a2-run.exp: Likewise.
22432 * gdb.base/break.exp: Likewise.
22433 * gdb.base/charset.exp: Likewise.
22434 * gdb.base/chng-syms.exp: Likewise.
22435 * gdb.base/commands.exp: Likewise.
22436 * gdb.base/dbx.exp: Likewise.
22437 * gdb.base/find.exp: Likewise.
22438 * gdb.base/funcargs.exp: Likewise.
22439 * gdb.base/jit-simple.exp: Likewise.
22440 * gdb.base/reread.exp: Likewise.
22441 * gdb.base/sepdebug.exp: Likewise.
22442 * gdb.base/step-bt.exp: Likewise.
22443 * gdb.cp/mb-inline.exp: Likewise.
22444 * gdb.cp/mb-templates.exp: Likewise.
22445 * gdb.objc/basicclass.exp: Likewise.
22446 * gdb.threads/killed.exp: Likewise.
22447
22448 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22449
22450 PR tdep/17379
22451 * gdb.arch/powerpc-stackless.S: New file.
22452 * gdb.arch/powerpc-stackless.exp: New file.
22453
22454 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22455
22456 * gdb.base/attach.c: Include unistd.h.
22457 (main): Call alarm. Add label postloop.
22458 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22459 gdb_breakpoint, gdb_continue_to_breakpoint.
22460 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22461
22462 2014-09-11 Pedro Alves <palves@redhat.com>
22463
22464 PR gdb/17347
22465 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22466 * gdb.base/attach.exp (test_command_line_attach_run): New
22467 procedure.
22468 (top level): Call it.
22469
22470 2014-09-11 Pedro Alves <palves@redhat.com>
22471
22472 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22473 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22474 (do_command_attach_tests): Use spawn_wait_for_attach.
22475 * gdb.base/solib-overlap.exp: Likewise.
22476 * gdb.multi/multi-attach.exp: Likewise.
22477 * gdb.python/py-prompt.exp: Likewise.
22478 * gdb.python/py-sync-interp.exp: Likewise.
22479 * gdb.server/ext-attach.exp: Likewise.
22480
22481 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22482
22483 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22484 command in testcase. Simplify testcase.
22485
22486 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22487
22488 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22489
22490 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22491
22492 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22493
22494 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22495
22496 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22497
22498 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22499
22500 * gdb.dwarf2/dynarr-ptr.c: New file.
22501 * gdb.dwarf2/dynarr-ptr.exp: New file.
22502
22503 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22504
22505 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22506 of 30 rather than hardcoding 120 for a slow test case. Take the
22507 `gdb,timeout' target setting into account for this calculation.
22508 Don't extend the timeout for the test cases that don't need it.
22509
22510 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22511
22512 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22513 a factor of 2 for a slow test case. Take the `gdb,timeout'
22514 target setting into account for this calculation.
22515 * gdb.reverse/until-precsave.exp: Increase the timeout by
22516 a factor of 15 and 3 respectively rather than adding 120
22517 for a pair of slow test cases. Take the `gdb,timeout'
22518 target setting into account for this calculation.
22519
22520 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22521
22522 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22523 timeout, don't pass one down to gdb_expect.
22524 (gdb_expect): Rework timeout selection.
22525
22526 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22527
22528 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22529 exception on timeout.
22530 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22531 (gdbserver_start_extended): Catch any `gdbserver_start' error
22532 exceptions.
22533 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22534 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22535 `gdbserver_gdb_load' error exceptions.
22536
22537 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22538
22539 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22540 120 on waiting for the TCP socket to open.
22541
22542 2014-09-09 Doug Evans <xdje42@gmail.com>
22543
22544 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22545 _caller_matches, _any_caller_is, _any_caller_matches.
22546
22547 2014-09-09 Doug Evans <xdje42@gmail.com>
22548
22549 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22550
22551 2014-09-09 Yao Qi <yao@codesourcery.com>
22552
22553 * gdb.mi/mi-var-display.exp: Set print symbol off.
22554
22555 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22556
22557 PR gdb/17035
22558 * gdb.base/commands.exp: Add tests to verify user-defined
22559 commands with empty bodies.
22560 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22561 python commands in `show user command`.
22562 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22563 scheme commands in `show user command`.
22564
22565 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22566
22567 PR python/17355
22568 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22569 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22570 * gdb.python/py-framefilter-invalidarg.exp: New file.
22571 * gdb.python/py-framefilter-invalidarg.py: New file.
22572
22573 2014-09-06 Doug Evans <xdje42@gmail.com>
22574
22575 PR 15276
22576 * gdb.python/py-caller-is.c: New file.
22577 * gdb.python/py-caller-is.exp: New file.
22578
22579 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22580
22581 PR gdb/17235
22582 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22583 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22584
22585 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22586
22587 PR fortran/17237
22588 * gdb.fortran/print-formatted.exp: New file.
22589 * gdb.fortran/print-formatted.f90: Likewise.
22590
22591 2014-09-03 Sasha Smundak <asmundak@google.com>
22592
22593 * gdb.python/py-frame.exp: Test Frame.read_register.
22594
22595 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22596
22597 PR python/16699
22598 * gdb.python/py-completion.exp: New file.
22599 * gdb.python/py-completion.py: Likewise.
22600
22601 2014-08-28 Doug Evans <dje@google.com>
22602
22603 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22604 eax,etc. are live with values set by gdb and thus the compiler can't
22605 use them.
22606 * gdb.arch/i386-pseudo.c (main): Ditto.
22607
22608 2014-08-27 Doug Evans <dje@google.com>
22609
22610 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22611
22612 2014-08-25 Doug Evans <dje@google.com>
22613
22614 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22615 (main): Ditto.
22616
22617 2014-08-25 Doug Evans <dje@google.com>
22618
22619 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22620
22621 2014-08-24 Yao Qi <yao@codesourcery.com>
22622
22623 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22624 symbol off.
22625 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22626
22627 2014-08-22 Doug Evans <dje@google.com>
22628
22629 PR 17276
22630 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22631 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22632 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22633
22634 2014-08-22 Yao Qi <yao@codesourcery.com>
22635
22636 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22637 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22638 * gdb.python/python.exp: Likewise. Use .py file on the host
22639 instead of the build.
22640
22641 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22642
22643 * gdb.threads/gcore-stale-thread.c: New file.
22644 * gdb.threads/gcore-stale-thread.exp: New file.
22645
22646 2014-08-21 Pedro Alves <palves@redhat.com>
22647
22648 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22649 * gdb.base/gcore-relro-pie.exp: Likewise.
22650 * gdb.base/gcore-relro.exp: Likewise.
22651 * gdb.base/gcore.exp: Likewise.
22652 * gdb.base/print-symbol-loading.exp: Likewise.
22653 * gdb.threads/gcore-thread.exp: Likewise.
22654 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22655
22656 2014-08-20 Pedro Alves <palves@redhat.com>
22657 Jan Kratochvil <jan.kratochvil@redhat.com>
22658
22659 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22660 configure.
22661 (EXPECT): Handle READ1 being set.
22662 (all): Depend on EXTRA_RULES.
22663 (check-read1, expect-read1, read1.so, read1): New rules.
22664 * README (Testsuite Parameters): Document the READ1 make variable.
22665 (Race detection): New section.
22666 * configure: Regenerate.
22667 * configure.ac: If build==host==target, and running under a
22668 GNU/glibc system, add read1 to the extra Makefile rules.
22669 (EXTRA_RULES): AC_SUBST it.
22670 * lib/read1.c: New file.
22671
22672 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22673
22674 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22675 the handling of variables declared as a typedef to an array
22676 which a DW_AT_data_location attribute.
22677
22678 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22679 Pedro Alves <palves@redhat.com>
22680
22681 PR symtab/14604
22682 PR symtab/14605
22683 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22684 gdb_test.
22685
22686 2014-08-19 Pedro Alves <palves@redhat.com>
22687
22688 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22689
22690 2014-08-19 Yao Qi <yao@codesourcery.com>
22691
22692 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22693 right line.
22694
22695 2014-08-18 David Blaikie <dblaikie@gmail.com>
22696
22697 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22698
22699 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22700
22701 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22702 attribute in array range.
22703
22704 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22705
22706 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22707
22708 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22709
22710 PR c++/17132
22711 * gdb.cp/pr17132.cc: New file.
22712 * gdb.cp/pr17132.exp: New file.
22713
22714 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22715
22716 * gdb.python/py-xmethods.py (A_getarrayind)
22717 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22718 Use 'print' with function call syntax.
22719 (E_method_matcher.match): Fix tab vs space indentation mixup.
22720
22721 2014-08-15 Yao Qi <yao@codesourcery.com>
22722
22723 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22724 false.
22725
22726 2014-08-15 Yao Qi <yao@codesourcery.com>
22727
22728 * gdb.cp/casts.exp: Set print symbol off.
22729 * gdb.cp/class2.exp: Likewise.
22730 * gdb.cp/overload.exp: Likewise.
22731 * gdb.cp/templates.exp: Likewise.
22732
22733 2014-08-11 Doug Evans <dje@google.com>
22734
22735 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22736 (test_load_shlib): Update.
22737
22738 2014-08-09 Yao Qi <yao@codesourcery.com>
22739
22740 * gdb.base/display.exp: Invoke is_address_zero_readable.
22741 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22742 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22743 * gdb.base/hbreak-unmapped.exp: Return if
22744 is_address_zero_readable returns true.
22745 * gdb.base/signest.exp: Likewise.
22746 * gdb.base/signull.exp: Likewise.
22747 * gdb.base/sigbpt.exp: Likewise.
22748 * gdb.guile/scm-disasm.exp: Do the test if
22749 is_address_zero_readable returns false.
22750 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22751 * gdb.python/py-arch.exp: Likewise.
22752 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22753 * lib/gdb.exp (is_address_zero_readable): New proc.
22754
22755 2014-08-09 Yao Qi <yao@codesourcery.com>
22756
22757 PR testsuite/13443
22758 * gdb.mi/mi-var-display.exp: Make test messages unique.
22759
22760 2014-08-04 Tom Tromey <tromey@redhat.com>
22761
22762 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22763 target 0".
22764
22765 2014-08-04 Tom Tromey <tromey@redhat.com>
22766
22767 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22768 "target_resume".
22769
22770 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22771
22772 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22773 inner_vla_struct_object_size.
22774 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22775 as xfail.
22776
22777 2014-07-30 Pedro Alves <palves@redhat.com>
22778
22779 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22780 comment.
22781
22782 2014-07-29 Yao Qi <yao@codesourcery.com>
22783
22784 PR gdb/17206
22785 * gdb.base/until-nodebug.exp: New.
22786
22787 2014-07-28 Doug Evans <xdje42@gmail.com>
22788
22789 PR guile/17203
22790 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22791 previously existing parameter, and previously ambiguously spelled
22792 parameter.
22793
22794 2014-07-28 Will Newton <will.newton@linaro.org>
22795
22796 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22797
22798 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22799 Doug Evans <xdje42@gmail.com>
22800
22801 PR guile/17146
22802 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22803
22804 2014-07-25 Pedro Alves <palves@redhat.com>
22805
22806 * gdb.threads/signal-command-handle-nopass.c: New file.
22807 * gdb.threads/signal-command-handle-nopass.exp: New file.
22808 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22809 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22810 * gdb.threads/signal-delivered-right-thread.c: New file.
22811 * gdb.threads/signal-delivered-right-thread.exp: New file.
22812
22813 2014-07-25 Pedro Alves <palves@redhat.com>
22814
22815 * gdb.base/double-prompt-target-event-error.exp
22816 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22817 match.
22818 (cancel_pagination_in_target_event): Rework double prompt
22819 detection.
22820 * gdb.base/paginate-after-ctrl-c-running.exp
22821 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22822 <return>' match.
22823 * gdb.base/paginate-bg-execution.exp
22824 (test_bg_execution_pagination_return)
22825 (test_bg_execution_pagination_cancel): Remove '-notransfer
22826 <return>' matches.
22827 * gdb.base/paginate-execution-startup.exp
22828 (test_fg_execution_pagination_return)
22829 (test_fg_execution_pagination_cancel): Remove '-notransfer
22830 <return>' matches.
22831 * gdb.base/paginate-inferior-exit.exp
22832 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22833 match.
22834 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22835 * lib/gdb.exp (pagination_prompt): Run text through
22836 string_to_regexp.
22837 (gdb_test_multiple): Match $pagination_prompt instead of
22838 "<return>".
22839 (string_to_regexp): Move to lib/gdb-utils.exp.
22840
22841 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22842
22843 * gdb.arch/amd64-entry-value-paramref.S: New file.
22844 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22845 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22846 * gdb.arch/amd64-optimout-repeat.S: New file.
22847 * gdb.arch/amd64-optimout-repeat.c: New file.
22848 * gdb.arch/amd64-optimout-repeat.exp: New file.
22849
22850 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22851
22852 PR gdb/17170
22853 * gdb.base/statistics.exp: New file.
22854
22855 2014-07-17 Doug Evans <dje@google.com>
22856
22857 PR gdb/17170
22858 * gdb.base/maint.exp: Update testing of per-command stats.
22859
22860 2014-07-16 Pedro Alves <palves@redhat.com>
22861
22862 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22863 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22864 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22865 (tfile_write_buf): New functions.
22866 (add_memory_block): Rewrite using the above.
22867 (adjust_function_address): New function.
22868 (FUNCTION_ADDRESS): New macro.
22869 (write_basic_trace_file): Remove short_x local, and use
22870 tfile_write_16. Change type of func_addr local to unsigned long
22871 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22872 here. Cast argument of add_memory_block to char pointer.
22873 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22874 (main): Remove parameters.
22875 * gdb.trace/tfile.exp: Remove nowarnings.
22876
22877 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22878
22879 * gdb.base/debug-expr.exp: Test string evaluation with
22880 "debug expression" on.
22881
22882 2014-07-15 Pedro Alves <palves@redhat.com>
22883
22884 * gdb.base/reread.exp: Use clean_restart.
22885
22886 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22887
22888 * gdb.arch/avr-flash-qualifer.c: New.
22889 * gdb.arch/avr-flash-qualifer.exp: New.
22890
22891 2014-07-14 Pedro Alves <palves@redhat.com>
22892
22893 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22894 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22895
22896 2014-07-14 Pedro Alves <palves@redhat.com>
22897
22898 * gdb.base/double-prompt-target-event-error.c: New file.
22899 * gdb.base/double-prompt-target-event-error.exp: New file.
22900
22901 2014-07-14 Pedro Alves <palves@redhat.com>
22902
22903 PR gdb/17072
22904 * gdb.base/paginate-inferior-exit.c: New file.
22905 * gdb.base/paginate-inferior-exit.exp: New file.
22906
22907 2014-07-14 Pedro Alves <palves@redhat.com>
22908
22909 PR gdb/17072
22910 * gdb.base/paginate-bg-execution.c: New file.
22911 * gdb.base/paginate-bg-execution.exp: New file.
22912
22913 2014-07-14 Pedro Alves <palves@redhat.com>
22914
22915 PR gdb/17072
22916 * gdb.base/paginate-execution-startup.c: New file.
22917 * gdb.base/paginate-execution-startup.exp: New file.
22918 * lib/gdb.exp (pagination_prompt): New global.
22919 (default_gdb_spawn): New procedure, factored out from
22920 default_gdb_spawn.
22921 (default_gdb_start): Adjust to call default_gdb_spawn.
22922 (gdb_spawn): New procedure.
22923
22924 2014-07-14 Pedro Alves <palves@redhat.com>
22925
22926 * lib/gdb.exp (gdb_assert): New procedure.
22927 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22928
22929 2014-07-14 Pedro Alves <palves@redhat.com>
22930
22931 * gdb.base/execution-termios.c: New file.
22932 * gdb.base/execution-termios.exp: New file.
22933
22934 2014-07-14 Tom Tromey <tromey@redhat.com>
22935
22936 * gdb.cp/vla-cxx.cc: New file.
22937 * gdb.cp/vla-cxx.exp: New file.
22938
22939 2014-07-14 Tom Tromey <tromey@redhat.com>
22940
22941 * gdb.reverse/rerun-prec.c: New file.
22942 * gdb.reverse/rerun-prec.exp: New file.
22943
22944 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22945 Maciej W. Rozycki <macro@codesourcery.com>
22946
22947 * lib/gdb-utils.exp: New file.
22948 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22949 inline `gdb_init_command' processing.
22950 (gdb_start_cmd): Likewise.
22951 * lib/mi-support.exp (mi_run_cmd): Likewise.
22952 * README: Document `gdb_init_command' and `gdb_init_commands'.
22953
22954 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22955
22956 Fix false FAIL running under a very long directory name.
22957 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22958 and "set print elements 10000". Twice.
22959
22960 2014-07-11 Yao Qi <yao@codesourcery.com>
22961
22962 * gdb.base/exprs.exp: "set print symbol off".
22963
22964 2014-07-11 Pedro Alves <palves@redhat.com>
22965
22966 * gdb.threads/kill.c: New file.
22967 * gdb.threads/kill.exp: New file.
22968
22969 2014-07-10 Yao Qi <yao@codesourcery.com>
22970
22971 * gdb.trace/tfile.c (write_basic_trace_file)
22972 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22973 address written to trace file.
22974
22975 2014-07-09 Pedro Alves <palves@redhat.com>
22976
22977 * gdb.base/attach-wait-input.exp: New file.
22978 * gdb.base/attach-wait-input.c: New file.
22979
22980 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22981
22982 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22983 setting up test structures.
22984 (main): Call new test function.
22985 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22986 test function, continue into test function and walk test
22987 structures.
22988
22989 2014-07-02 Yao Qi <yao@codesourcery.com>
22990
22991 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22992 'bar_start' at the beginning of functions 'foo' and 'bar'
22993 respectively.
22994 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22995 instead of 'foo' and 'bar'.
22996
22997 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22998
22999 * gdb.btrace/segv.exp: New.
23000 * gdb.btrace/segv.c: New.
23001
23002 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
23003
23004 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
23005 instruction.
23006
23007 2014-06-30 Mark Wielaard <mjw@redhat.com>
23008
23009 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
23010 vulture, vilify, villar): New volatile array constants.
23011 (vindictive, vegetation): New const volatile array constants.
23012 * gdb.base/volatile.exp: Test volatile and const volatile array
23013 types.
23014
23015 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
23016
23017 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
23018 target lacks support for awatch, rwatch, or hbreak.
23019
23020 2014-06-27 Yao Qi <yao@codesourcery.com>
23021
23022 * gdb.multi/dummy-frame-restore.exp: New.
23023 * gdb.multi/dummy-frame-restore.c: New.
23024
23025 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
23026
23027 * gdb.btrace/gcore.exp: New.
23028
23029 2014-06-23 Pedro Alves <palves@redhat.com>
23030
23031 * gdb.base/watchpoint-reuse-slot.c: New file.
23032 * gdb.base/watchpoint-reuse-slot.exp: New file.
23033
23034 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
23035
23036 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
23037 progspace's filename in 'info', 'enable' and 'disable' command
23038 tests.
23039
23040 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
23041
23042 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
23043 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23044 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
23045
23046 2014-06-20 Gary Benson <gbenson@redhat.com>
23047
23048 * gdb.arch/i386-avx.exp: Fix include file location.
23049 * gdb.arch/i386-sse.exp: Likewise.
23050
23051 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
23052
23053 * gdb.dlang/expression.exp: New file.
23054
23055 2014-06-19 Pedro Alves <palves@redhat.com>
23056
23057 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
23058 out from ...
23059 (top level): ... here. Iterate running tests under different
23060 scheduler-locking settings.
23061
23062 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
23063
23064 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
23065 to DW_FORM_addr and use non-zero addresses.
23066
23067 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
23068
23069 PR gdb/17017
23070 * gdb.python/py-xmethods.cc: Add global function call counters and
23071 increment them in their respective functions. Remove "cout"
23072 statements.
23073 * gdb.python/py-xmethods.exp: Make tests check the global function
23074 call counters instead of depending on inferior IO.
23075
23076 2014-06-18 Don Breazeal <donb@codesourcery.com>
23077
23078 * gdb.base/foll-fork.exp (default_fork_parent_follow):
23079 Deleted procedure.
23080 (explicit_fork_parent_follow): Deleted procedure.
23081 (explicit_fork_child_follow): Deleted procedure.
23082 (test_follow_fork): New procedure.
23083 (do_fork_tests): Replace calls to deleted procedures with
23084 calls to test_follow_fork and reset GDB for subsequent
23085 procedure calls.
23086
23087 2014-06-17 Yao Qi <yao@codesourcery.com>
23088
23089 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
23090 CP1252.
23091
23092 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
23093
23094 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
23095 Initialize ptr and S explicitly.
23096 (skip_type_update_when_not_use_rtti_test): Likewise.
23097
23098 2014-06-16 Keith Seitz <keiths@redhat.com>
23099
23100 PR mi/15863
23101 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
23102 the inferior is started.
23103
23104 2014-06-16 Pedro Alves <palves@redhat.com>
23105
23106 * gdb.base/break-main-file-remove-fail.c: New file.
23107 * gdb.base/break-main-file-remove-fail.exp: New file.
23108 * gdb.base/break-unload-file.exp: Use build_executable instead of
23109 prepare_for_testing.
23110 (test_break): New parameter "initial_load". Handle it.
23111 (top level): Add initial_load cmdline/file axis.
23112
23113 2014-06-12 Tom Tromey <tromey@redhat.com>
23114
23115 * gdb.base/completion.exp: Don't use directory name in test.
23116
23117 2014-06-09 Gary Benson <gbenson@redhat.com>
23118
23119 * gdb.base/sigall.c [Functions to send signals]: Reorder to
23120 separate the always-available ANSI-standard signals from the
23121 signals that require checking.
23122 (main): Likewise.
23123 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
23124 Likewise.
23125 (main): Likewise.
23126
23127 2014-06-07 Keith Seitz <keiths@redhat.com>
23128
23129 Revert:
23130 PR c++/16253
23131 * gdb.cp/var-tag.cc: New file.
23132 * gdb.cp/var-tag.exp: New file.
23133 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23134 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23135 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23136 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23137
23138 2014-06-06 Doug Evans <xdje42@gmail.com>
23139
23140 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
23141
23142 2014-06-06 Pedro Alves <palves@redhat.com>
23143
23144 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
23145 in target debug output instead of looking at RSP packets,
23146 disabling the test on any target that uses hardware stepping.
23147 Update comments.
23148
23149 2014-06-06 Pedro Alves <palves@redhat.com>
23150
23151 * gdb.base/break-unload-file.exp: Fix typo.
23152
23153 2014-06-06 Yao Qi <yao@codesourcery.com>
23154
23155 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
23156 from "jit_function" to "^jit_function".
23157
23158 2014-06-06 Yao Qi <yao@codesourcery.com>
23159
23160 * gdb.base/async.c (foo): Add one statement.
23161 * gdb.base/async.exp: Get the next instruction address and
23162 match the output of "nexti" by instruction address. Match
23163 the hex address in the output of "finish".
23164
23165 2014-06-06 Gary Benson <gbenson@redhat.com>
23166
23167 * gdb.base/call-signals.c: Remove preprocessor conditionals
23168 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
23169 SIGSEGV and SIGTERM.
23170 * gdb.base/sigall.c: Likewise.
23171 * gdb.base/unwindonsignal.c: Likewise.
23172 * gdb.reverse/sigall-reverse.c: Likewise.
23173
23174 2014-06-06 Yao Qi <yao@codesourcery.com>
23175
23176 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
23177 readable, skip the test.
23178
23179 2014-06-06 Yao Qi <yao@codesourcery.com>
23180
23181 * gdb.threads/staticthreads.c (thread_function): Move the line
23182 setting breakpoint on forward.
23183 * gdb.threads/staticthreads.exp: Update comments.
23184
23185 2014-06-05 Ludovic Courtès <ludo@gnu.org>
23186
23187 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
23188 "history-append! type error".
23189
23190 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
23191
23192 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
23193 erroneous dprintf expected input.
23194
23195 2014-06-04 Doug Evans <xdje42@gmail.com>
23196
23197 * gdb.guile/scm-generics.exp: Delete.
23198
23199 2014-06-04 Doug Evans <xdje42@gmail.com>
23200
23201 * gdb.guile/scm-breakpoint.exp: Update.
23202 Add tests for breakpoint registration.
23203
23204 2014-06-04 Tom Tromey <tromey@redhat.com>
23205
23206 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
23207 VLA-in-union.
23208 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
23209 inner_vla_struct, vla_union types. Initialize objects of those
23210 types and compute their sizes.
23211
23212 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
23213 Hui Zhu <hui@codesourcery.com>
23214
23215 * gdb.base/fileio.exp: Add test for shell not available as well as
23216 available.
23217 * gdb.base/fileio.c (test_system): Check for shell twice.
23218
23219 2014-06-04 Yao Qi <yao@codesourcery.com>
23220
23221 * gdb.base/auto-connect-native-target.exp: Remove redundant
23222 space from the regexp pattern.
23223
23224 2014-06-04 Yao Qi <yao@codesourcery.com>
23225
23226 * gdb.base/default.exp: Replace "child" with "native" in
23227 regexp pattern.
23228
23229 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
23230
23231 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
23232 * gdb.python/py-xmethods.exp: New tests to test xmethods.
23233 * gdb.python/py-xmethods.py: Python script supporting the
23234 new testcase and tests.
23235
23236 2014-06-03 Joel Brobecker <brobecker@adacore.com>
23237 Pedro Alves <palves@redhat.com>
23238
23239 PR breakpoints/17000
23240 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
23241 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
23242
23243 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
23244
23245 * gdb.base/subst.exp: Add tests to verify partial path matching
23246 output.
23247
23248 2014-06-03 Pedro Alves <palves@redhat.com>
23249
23250 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
23251 target that doesn't use software single-stepping.
23252
23253 2014-06-03 Pedro Alves <palves@redhat.com>
23254
23255 PR breakpoints/17000
23256 * gdb.base/sss-bp-on-user-bp-2.c: New file.
23257 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
23258
23259 2014-06-02 Doug Evans <xdje42@gmail.com>
23260
23261 * gdb.guile/scm-parameter.exp: New file.
23262
23263 2014-06-02 Doug Evans <xdje42@gmail.com>
23264
23265 * gdb.guile/scm-cmd.c: New file.
23266 * gdb.guile/scm-cmd.exp: New file.
23267
23268 2014-06-02 Doug Evans <xdje42@gmail.com>
23269
23270 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
23271 pretty-printer lookup.
23272 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
23273 (make-pp_s-printer): Call it.
23274 (make-pretty-printer-from-dict): New function.
23275 (lookup-pretty-printer-maker-from-dict): New function.
23276 (*pretty-printer*): Simplify.
23277 (make-objfile-pp_s-printer): New function.
23278 (install-objfile-pretty-printers!): New function.
23279 (make-progspace-pp_s-printer): New function.
23280 (install-progspace-pretty-printers!): New function.
23281 * gdb.guile/scm-progspace.c: New file.
23282 * gdb.guile/scm-progspace.exp: New file.
23283
23284 2014-06-02 Pedro Alves <palves@redhat.com>
23285
23286 * gdb.base/dprintf-bp-same-addr.c: New file.
23287 * gdb.base/dprintf-bp-same-addr.exp: New file.
23288
23289 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23290
23291 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
23292 * gdb.arch/powerpc-power.s: Likewise.
23293
23294 2014-06-02 Joel Brobecker <brobecker@adacore.com>
23295
23296 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
23297
23298 2014-06-01 Yao Qi <yao@codesourcery.com>
23299
23300 * gdb.base/watchpoint.exp (test_watch_location): Check null
23301 pointer can be dereferenced. If not, do the test, otherwise
23302 skip it.
23303
23304 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23305
23306 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
23307 results.
23308 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
23309
23310 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23311
23312 * gdb.arch/amd64-invalid-stack-middle.S: New file.
23313 * gdb.arch/amd64-invalid-stack-middle.c: New file.
23314 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
23315 * gdb.arch/amd64-invalid-stack-top.c: New file.
23316 * gdb.arch/amd64-invalid-stack-top.exp: New file.
23317
23318 2014-05-30 Pedro Alves <palves@redhat.com>
23319
23320 PR breakpoints/17000
23321 * gdb.base/sss-bp-on-user-bp.c: New file.
23322 * gdb.base/sss-bp-on-user-bp.exp: New file.
23323
23324 2014-05-30 David Blaikie <dblaikie@gmail.com>
23325
23326 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
23327 gnu_inline semantics via attribute.
23328 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
23329 source explicitly specifies the required semantics.
23330
23331 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23332
23333 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23334
23335 2014-05-29 Pedro Alves <palves@redhat.com>
23336 Tom Tromey <tromey@redhat.com>
23337
23338 * gdb.base/async-shell.exp: Don't enable target-async.
23339 * gdb.base/async.exp
23340 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
23341 parameter. Adjust.
23342 (top level): Don't test with "target-async".
23343 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23344 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23345 * gdb.base/inferior-died.exp: Don't enable target-async.
23346 * gdb.base/interrupt-noterm.exp: Likewise.
23347 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23348 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23349 * gdb.mi/mi-nonstop.exp: Likewise.
23350 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23351 * gdb.mi/mi-nsintrall.exp: Likewise.
23352 * gdb.mi/mi-nsmoribund.exp: Likewise.
23353 * gdb.mi/mi-nsthrexec.exp: Likewise.
23354 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23355 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23356 * gdb.python/py-evsignal.exp: Don't enable target-async.
23357 * gdb.python/py-evthreads.exp: Likewise.
23358 * gdb.python/py-prompt.exp: Likewise.
23359 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23360 * gdb.server/solib-list.exp: Don't enable target-async.
23361 * gdb.threads/thread-specific-bp.exp: Likewise.
23362 * lib/mi-support.exp: Adjust to use mi-async.
23363
23364 2014-05-29 Pedro Alves <palves@redhat.com>
23365
23366 PR gdb/13860
23367 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23368 reason, even in sync mode.
23369
23370 2014-05-29 Pedro Alves <palves@redhat.com>
23371 Hui Zhu <hui@codesourcery.com>
23372
23373 PR PR15693
23374 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23375 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23376 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23377 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23378
23379 2014-05-28 Joel Brobecker <brobecker@adacore.com>
23380
23381 * config/monitor.exp (gdb_target_monitor): Replace use of
23382 "set remotebaud" by "set serial baud".
23383
23384 2014-05-26 Andy Wingo <wingo@igalia.com>
23385
23386 * gdb.guile/scm-breakpoint.exp:
23387 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23388 properties instead of gdb-object-properties.
23389
23390 2014-05-26 Yao Qi <yao@codesourcery.com>
23391
23392 * gdb.server/no-thread-db.exp: Specify source file name
23393 explicitly when setting a breakpoint.
23394
23395 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23396
23397 * gdb.btrace/vdso.c: New.
23398 * gdb.btrace/vdso.exp: New.
23399
23400 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23401
23402 * gdb.base/gcore.exp (capture_command_output): Move ...
23403 * lib/gdb.exp (capture_command_output): ... here.
23404
23405 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23406
23407 * gdb.btrace/data.exp: Test memory access during btrace replay.
23408
23409 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23410
23411 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23412
23413 2014-05-21 Pedro Alves <palves@redhat.com>
23414
23415 PR gdb/13860
23416 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23417 (top level): Test that output related to execution commands is
23418 sent to the console with CLI commands, but not with MI commands.
23419 Test that breakpoint events are always mirrored to the console.
23420 Also expect the new source line to be output after a "next" in
23421 async mode too. Make it a pass/fail test.
23422 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23423 output.
23424 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23425
23426 2014-05-21 Pedro Alves <palves@redhat.com>
23427
23428 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23429 Use them to test variations of "list" after reaching a breakpoint.
23430 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23431 Test "list" with listsize 10 after reaching a breakpoint.
23432 * gdb.python/python.exp (decode_line current location line
23433 number): Adjust expected line number.
23434
23435 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23436
23437 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23438 behavior for $args, pass it directly to "run".
23439
23440 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23441
23442 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23443 30000 to 65536.
23444
23445 2014-05-21 Pedro Alves <palves@redhat.com>
23446
23447 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23448 auto-connect-native-target off".
23449 * gdb.base/auto-connect-native-target.c: New file.
23450 * gdb.base/auto-connect-native-target.exp: New file.
23451
23452 2014-05-21 Pedro Alves <palves@redhat.com>
23453
23454 * gdb.base/default.exp: Test "target native" instead of "target
23455 child".
23456
23457 2014-05-21 Mark Wielaard <mjw@redhat.com>
23458
23459 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23460
23461 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23462
23463 Fix TLS access for -static -pthread.
23464 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23465 <HAVE_TLS> (thread_function, main): Initialize it.
23466 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23467 Add clean_restart.
23468 <$have_tls != "">: Check TLSVAR.
23469
23470 2014-05-21 Pedro Alves <palves@redhat.com>
23471
23472 * gdb.base/dcache-line-read-error.c: New.
23473 * gdb.base/dcache-line-read-error.exp: New.
23474
23475 2014-05-20 Pedro Alves <palves@redhat.com>
23476
23477 * gdb.base/compare-sections.c: New file.
23478 * gdb.base/compare-sections.exp: New file.
23479
23480 2014-05-20 Pedro Alves <palves@redhat.com>
23481
23482 * gdb.base/break-idempotent.c: New file.
23483 * gdb.base/break-idempotent.exp: New file.
23484
23485 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23486
23487 * gdb.btrace/nohist.exp: New.
23488
23489 2014-05-20 Yao Qi <yao@codesourcery.com>
23490
23491 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23492 gdb.reverse directory and gdb_reverse_timeout exists in board
23493 setting.
23494 * README: Document gdb_reverse_timeout.
23495
23496 2014-05-20 Yao Qi <yao@codesourcery.com>
23497
23498 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23499 'test_file_name'. Treat args as a string instead of a list.
23500 (gdb_init): Rename argument 'args' by 'test_file_name'.
23501
23502 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23503
23504 * gdb.arch/powerpc-power.exp: New file.
23505 * gdb.arch/powerpc-power.s: New file.
23506
23507 2014-05-16 Doug Evans <dje@google.com>
23508
23509 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23510 * gdb.base/completion.exp: Check that all expected files exist
23511 before doing file completion.
23512
23513 2014-05-16 Doug Evans <dje@google.com>
23514
23515 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23516 Update.
23517 (do_syscall_tests_without_xml): Update.
23518
23519 2014-05-16 Pedro Alves <palves@redhat.com>
23520
23521 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23522 instead of "unknown output after running".
23523
23524 2014-05-16 Yao Qi <yao@codesourcery.com>
23525
23526 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23527 file1.txt from host at the end.
23528 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23529
23530 2014-05-15 Doug Evans <dje@google.com>
23531
23532 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23533 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23534 loading file. Add test for TU lookup.
23535
23536 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23537
23538 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23539 calling "-exec-arguments" or "set args" before running the
23540 inferior.
23541
23542 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23543
23544 * lib/mi-support.exp (mi_expect_stop): Expect message for
23545 inferiors that exit with non-zero exit code.
23546
23547 2014-05-14 Yao Qi <yao@codesourcery.com>
23548
23549 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23550 match absolute path on remote host.
23551 (test_file_list_exec_source_files): Remove "/" from the
23552 pattern.
23553
23554 2014-05-14 Yao Qi <yao@codesourcery.com>
23555
23556 * boards/local-remote-host-notty.exp (${board}_file): New
23557 proc.
23558
23559 2014-05-07 Kyle McMartin <kyle@redhat.com>
23560
23561 Pushed by Joel Brobecker <brobecker@adacore.com>.
23562 * gdb.arch/aarch64-atomic-inst.c: New file.
23563 * gdb.arch/aarch64-atomic-inst.exp: New file.
23564
23565 2014-05-07 Yao Qi <yao@codesourcery.com>
23566
23567 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23568 in current context" too.
23569
23570 2014-05-05 Keith Seitz <keiths@redhat.com>
23571
23572 * gdb.linespec/ls-dollar.exp: Add test for linespec
23573 file:convenience_variable.
23574
23575 2014-05-05 Yao Qi <yao@codesourcery.com>
23576
23577 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23578 traceframes into tfile and ctf trace files. Read data from
23579 trace file and test collected data.
23580 (gdb_collect_locals_test): Likewise.
23581 (gdb_unavailable_registers_test): Likewise.
23582 (gdb_unavailable_floats): Likewise.
23583 (gdb_collect_globals_test): Likewise.
23584 (top-level): Append "ctf" to trace_file_targets if GDB
23585 supports.
23586
23587 2014-05-05 Yao Qi <yao@codesourcery.com>
23588
23589 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23590 code to ...
23591 (gdb_collect_args_test_1): ... it. New proc.
23592 (gdb_collect_locals_test): Move some code to ...
23593 (gdb_collect_locals_test_1): ... it. New proc.
23594 (gdb_unavailable_registers_test): Move some code to ...
23595 (gdb_unavailable_registers_test_1): ... it. New proc.
23596 (gdb_unavailable_floats): Move some code to ...
23597 (gdb_unavailable_floats_1): ... it. New proc.
23598
23599 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23600
23601 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23602 probes to test for bitness recognition.
23603 * gdb.arch/amd64-stap-optional-prefix.exp
23604 (test_probe_value_without_reg): New procedure.
23605 Add code to test for different kinds of bitness.
23606
23607 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23608
23609 PR breakpoints/16889
23610 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23611 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23612
23613 2014-05-01 Pedro Alves <palves@redhat.com>
23614
23615 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23616 gdb_file_cmd if no file is specified.
23617 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23618 last_loaded_file to set the remote exec-file.
23619
23620 2014-05-01 Pedro Alves <palves@redhat.com>
23621
23622 * boards/local-remote-host.exp: New file.
23623
23624 2014-05-01 Pedro Alves <palves@redhat.com>
23625
23626 * boards/local-remote-host.exp: Rename to ...
23627 * boards/local-remote-host-notty.exp: ... this.
23628
23629 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23630
23631 * gdb.ada/dyn_arrayidx: New testcase.
23632
23633 2014-04-26 Yao Qi <yao@codesourcery.com>
23634
23635 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23636 and compute the length of function main. Save it in
23637 $main_length.
23638 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23639 (top-level): Use gdb_compile to compile objects into
23640 executable and restart GDB. Remove invocation to
23641 prepare_for_testing.
23642
23643 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23644 Pedro Alves <palves@redhat.com>
23645
23646 PR server/16255
23647 * gdb.multi/multi-attach.c: New file.
23648 * gdb.multi/multi-attach.exp: New file.
23649
23650 2014-04-25 Pedro Alves <palves@redhat.com>
23651
23652 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23653 user.
23654 (top level): Test that "set remote conditional-breakpoints-packet
23655 off" works as intended.
23656 * gdb.base/dprintf.exp: Test that "set remote
23657 breakpoint-commands-packet off" works as intended.
23658 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23659 New function.
23660 (top level): Call it.
23661 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23662 remote fast-tracepoints-packet off" works as intended.
23663 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23664 * lib/gdb.exp (gdb_is_target_remote): ... here.
23665
23666 2014-04-24 David Blaikie <dblaikie@gmail.com>
23667
23668 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23669 ensure clang would not discard them.
23670 * gdb.base/gdbvars.c: Ditto.
23671 * gdb.base/memattr.c: Ditto.
23672 * gdb.base/whatis.c: Ditto.
23673 * gdb.python/py-prettyprint.c: Ditto.
23674 * gdb.trace/actions.c: Ditto.
23675 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23676 ensure clang would not discard it.
23677
23678 2014-04-24 David Blaikie <dblaikie@gmail.com>
23679
23680 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23681 clang to emit the full definition of type required by the test
23682 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23683
23684 2014-04-24 David Blaikie <dblaikie@gmail.com>
23685
23686 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23687 coax Clang into emitting the definition of the type.
23688 * gdb.cp/pr10728-x.h (y): Ditto.
23689 * gdb.cp/pr10728-y.cc (y): Ditto.
23690
23691 2014-04-24 David Blaikie <dblaikie@gmail.com>
23692
23693 * gdb.base/label.exp: XFAIL label related tests under Clang.
23694 * gdb.cp/cplabel.exp: Ditto.
23695 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23696 under Clang those using labels.
23697
23698 2014-04-25 Yao Qi <yao@codesourcery.com>
23699
23700 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23701 double_label.
23702 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23703 partial_label and double_label.
23704
23705 2014-04-24 David Blaikie <dblaikie@gmail.com>
23706
23707 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23708
23709 2014-04-24 David Blaikie <dblaikie@gmail.com>
23710
23711 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23712 of the function to work across GCC and Clang.
23713 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23714 pointer types (const void ** const V void **).
23715
23716 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23717 Walfred Tedeschi <walfred.tedeschi@intel.com>
23718
23719 * Makefile.in (EXECUTABLES): Added i386-avx512.
23720 * gdb.arch/i386-avx512.c: New file.
23721 * gdb.arch/i386-avx512.exp: Likewise.
23722
23723 2014-04-23 Keith Seitz <keiths@redhat.com>
23724
23725 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23726 (mi_make_breakpoint_table): New procedure.
23727 (mi_create_breakpoint): Use mi_make_breakpoint
23728 and return the result.
23729 (mi_make_breakpoint): New procedure.
23730 (mi_build_kv_pairs): New procedure.
23731
23732 * gdb.mi/mi-break.exp: Remove unused globals,
23733 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23734 All callers updated.
23735 * gdb.mi/mi-dprintf.exp: Use variable to track command
23736 number.
23737 Update all callers of mi_create_breakpoint and use
23738 mi_make_breakpoint_table.
23739 Remove any unused global variables.
23740 * gdb.mi/mi-nonstop.exp: Likewise.
23741 * gdb.mi/mi-nsintrall.exp: Likewise.
23742 * gdb.mi/mi-nsmoribund.exp: Likewise.
23743 * gdb.mi/mi-nsthrexec.exp: Likewise.
23744 * gdb.mi/mi-reverse.exp: Likewise.
23745 * gdb.mi/mi-simplerun.exp: Likewise.
23746 * gdb.mi/mi-stepn.exp: Likewise.
23747 * gdb.mi/mi-syn-frame.exp: Likewise.
23748 * gdb.mi/mi-until.exp: Likewise.
23749 * gdb.mi/mi-var-cp.exp: Likewise.
23750 * gdb.mi/mi-var-display.exp: Likewise.
23751 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23752 * gdb.mi/mi2-var-child.exp: Likewise.
23753 * gdb.mi/mi-vla-c99.exp: Likewise.
23754 * lib/mi-support.exp: Likewise.
23755
23756 From Ian Lance Taylor <iant@cygnus.com>:
23757 * lib/gdb.exp (parse_args): New procedure.
23758
23759 2014-04-23 Pedro Alves <palves@redhat.com>
23760
23761 * gdb.base/break-unload-file.c: New file.
23762 * gdb.base/break-unload-file.exp: New file.
23763 * gdb.base/sym-file-lib.c (baz): New function.
23764 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23765 field.
23766 (load): Store the segment's mapped size.
23767 (unload): New function.
23768 (unload_shlib): New function.
23769 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23770 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23771 set a breakpoint at baz, and call it.
23772 * gdb.base/sym-file.exp: New tests for stale breakpoint
23773 instructions.
23774
23775 2014-04-23 Pedro Alves <palves@redhat.com>
23776
23777 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23778 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23779 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23780 * gdb.base/hbreak-unmapped.c: New file.
23781 * gdb.base/hbreak-unmapped.exp: New file.
23782 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23783 * lib/gdb.exp (gdb_is_target_remote): ... here.
23784
23785 2014-04-22 Pedro Alves <palves@redhat.com>
23786
23787 * gdb.base/consecutive-step-over.c: New file.
23788 * gdb.base/consecutive-step-over.exp: New file.
23789
23790 2014-04-22 Pedro Alves <palves@redhat.com>
23791
23792 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23793 instead of send_gdb/gdb_expect.
23794
23795 2014-04-22 Yao Qi <yao@codesourcery.com>
23796
23797 * lib/trace-support.exp (generate_tracefile): New procedure.
23798 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23799 return 0.
23800 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23801 if generate_tracefile returns 1.
23802
23803 2014-04-18 Tom Tromey <palves@redhat.com>
23804 Pedro alves <tromey@redhat.com>
23805
23806 PR backtrace/15558
23807 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23808 with a backtrace limit.
23809 * gdb.python/py-frame-inline.exp: Test running to an inline
23810 function with a backtrace limit, and printing the newest frame.
23811 * gdb.python/py-frame-inline.c (main): Call f.
23812
23813 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23814
23815 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23816
23817 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23818
23819 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23820 Drop prefix from unsupported source file path.
23821
23822 2014-04-17 Yao Qi <yao@codesourcery.com>
23823
23824 * lib/gdb.exp (with_target_charset): New proc.
23825 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23826 with_target_charset.
23827 (test_print_strings): Likewise.
23828 (test_repeat_bytes): Likewise.
23829 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23830 for some tests.
23831
23832 2014-04-16 Keith Seitz <keiths@redhat.com>
23833
23834 PR gdb/15827
23835 * gdb.dwarf2/corrupt.c: New file.
23836 * gdb.dwarf2/corrupt.exp: New file.
23837
23838 2014-04-16 Keith Seitz <keiths@redhat.com>
23839
23840 PR c++/16597
23841 * gdb.cp/namelessclass.cc: New file.
23842 * gdb.cp/namelessclass.exp: New file.
23843 * gdb.cp/namelessclass.S: New file.
23844
23845 2014-04-16 Doug Evans <dje@google.com>
23846
23847 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23848 Add comment.
23849 (gdbserver_default_get_comm_port): New function.
23850 (gdbserver_start): Check if board file provided
23851 "gdbserver,get_comm_port" and use it if so.
23852 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23853 (gdb,socketport): Set to "stdio".
23854 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23855 (stdio_gdbserver_template): Delete.
23856 (${board}_get_remote_address): Update.
23857 (${board}_build_remote_cmd): Delete.
23858 (${board}_get_comm_port): New function.
23859 (${board}_spawn): Update.
23860 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23861 Delete.
23862 (${board}_get_remote_address): Update.
23863 (${board}_get_comm_port): New function.
23864
23865 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23866
23867 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23868 appearing in any order.
23869
23870 2014-04-15 Doug Evans <dje@google.com>
23871
23872 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23873 uninitialized value of "description".
23874
23875 2014-04-15 Keith Seitz <keiths@redhat.com>
23876
23877 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23878 Remove unused globals.
23879 (test_running_the_program): Likewise.
23880 (test_controlled_execution): Likewise.
23881 (test_controlling_breakpoints): Likewise.
23882 (test_program_termination): Likewise.
23883
23884 2014-04-15 Keith Seitz <keiths@redhat.com>
23885
23886 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23887 unused globals.
23888 (test_rbreak_creation_and_listing): Likewise.
23889 (test_ignore_count): Likewise.
23890 (test_error): Likewise.
23891
23892 2014-04-15 Pedro Alves <palves@redhat.com>
23893
23894 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23895 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23896 sym-file-loader.c.
23897 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23898 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23899 to sym-file-loader.c.
23900 (struct library): Forward declare.
23901 (load_shlib, lookup_function): Change prototypes.
23902 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23903 (translate_offset): Remove declarations.
23904 (get_text_addr): New declaration.
23905 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23906 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23907 sym-file-loader.h.
23908 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23909 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23910 here from sym-file-loader.h.
23911 (struct library): New structure.
23912 (load_shlib, lookup_function): Change prototypes and adjust to
23913 work with a struct library.
23914 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23915 (translate_offset): Make static.
23916 (get_text_addr): New function.
23917 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23918
23919 2014-04-15 Pedro Alves <palves@redhat.com>
23920
23921 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23922
23923 2014-04-15 Pedro Alves <palves@redhat.com>
23924
23925 * gdb.base/sym-file-loader.c: Include <limits.h>.
23926 (SELF_LINK): New define.
23927 (get_origin): New function.
23928 (load_shlib): Use it.
23929 * gdb.base/sym-file.exp: Don't early return if the target is
23930 remote. Use runto_main, and issue fail is that fails. Use
23931 gdb_load_shlibs.
23932 (shlib_name): Delete.
23933 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23934
23935 2014-04-15 Pedro Alves <palves@redhat.com>
23936
23937 * gdb.base/sym-file.exp: Remove regex characters from test
23938 message. Don't refer to breakpoint numbers in test messages.
23939
23940 2014-04-14 Keith Seitz <keiths@redhat.com>
23941
23942 PR c++/16253
23943 * gdb.cp/var-tag.cc: New file.
23944 * gdb.cp/var-tag.exp: New file.
23945 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23946 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23947 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23948 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23949
23950 2014-04-14 Tom Tromey <tromey@redhat.com>
23951
23952 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23953 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23954 type.
23955 * gdb.cp/enum-class.exp: New file.
23956 * gdb.cp/enum-class.cc: New file.
23957
23958 2014-04-14 Tom Tromey <tromey@redhat.com>
23959
23960 * gdb.dwarf2/enum-type.exp: New file.
23961
23962 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23963
23964 * gdb.mi/mi-vla-c99.exp: New file.
23965 * gdb.mi/vla.c: New file.
23966
23967 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23968
23969 * gdb.base/vla-datatypes.c: New file.
23970 * gdb.base/vla-datatypes.exp: New file.
23971
23972 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23973
23974 * gdb.base/vla-ptr.c: New file.
23975 * gdb.base/vla-ptr.exp: New file.
23976
23977 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23978
23979 * gdb.dwarf2/count.exp: New file.
23980
23981 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23982
23983 * gdb.base/vla-sideeffect.c: New file.
23984 * gdb.base/vla-sideeffect.exp: New file.
23985
23986 2014-04-14 David Blaikie <dblaikie@gmail.com>
23987
23988 * gdb.mi/non-stop.c: Add return value for non-void function return
23989 statement.
23990 * gdb.threads/staticthreads.c: Ditto.
23991
23992 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23993 Doug Evans <xdje42@gmail.com>
23994
23995 * gdb.guile/scm-value.c: Improve test case.
23996 * gdb.guile/scm-value.exp: Add new test.
23997
23998 2014-04-11 David Blaikie <dblaikie@gmail.com>
23999
24000 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
24001 override Clang's default.
24002
24003 2014-04-11 Joel Brobecker <brobecker@adacore.com>
24004
24005 Revert the following changes (regressions):
24006
24007 * gdb.base/vla-sideeffect.c: New file.
24008 * gdb.base/vla-sideeffect.exp: New file.
24009
24010 * gdb.dwarf2/count.exp: New file.
24011
24012 * gdb.base/vla-multi.c: New file.
24013 * gdb.base/vla-multi.exp: New file.
24014
24015 * gdb.base/vla-ptr.c: New file.
24016 * gdb.base/vla-ptr.exp: New file.
24017
24018 * gdb.base/vla-datatypes.c: New file.
24019 * gdb.base/vla-datatypes.exp: New file.
24020
24021 * gdb.mi/mi-vla-c99.exp: New file.
24022 * gdb.mi/vla.c: New file.
24023
24024 2014-04-11 Keith Seitz <keiths@redhat.com>
24025
24026 PR c++/16675
24027 * gdb.cp/cpsizeof.exp: New file.
24028 * gdb.cp/cpsizeof.cc: New file.
24029
24030 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24031
24032 * gdb.mi/mi-vla-c99.exp: New file.
24033 * gdb.mi/vla.c: New file.
24034
24035 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24036
24037 * gdb.base/vla-datatypes.c: New file.
24038 * gdb.base/vla-datatypes.exp: New file.
24039
24040 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24041
24042 * gdb.base/vla-ptr.c: New file.
24043 * gdb.base/vla-ptr.exp: New file.
24044
24045 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24046
24047 * gdb.base/vla-multi.c: New file.
24048 * gdb.base/vla-multi.exp: New file.
24049
24050 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24051
24052 * gdb.dwarf2/count.exp: New file.
24053
24054 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24055
24056 * gdb.base/vla-sideeffect.c: New file.
24057 * gdb.base/vla-sideeffect.exp: New file.
24058
24059 2014-04-11 Yao Qi <yao@codesourcery.com>
24060
24061 * gdb.base/completion.exp: Check file exists before running tests
24062 on file completion.
24063
24064 2014-04-10 Pedro Alves <palves@redhat.com>
24065
24066 * gdb.base/cond-eval-mode.c: New file.
24067 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
24068 prepare_for_testing to build the new file. Check result of
24069 runto_main.
24070 (test_break, test_watch): New procedures.
24071 (top level): Use them.
24072
24073 2014-04-08 Pierre Muller <muller@sourceware.org>
24074
24075 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
24076 Ctrl-V use for mingw hosts.
24077
24078 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
24079
24080 * gdb.python/py-value.c: Improve test case.
24081 * gdb.python/py-value.exp: Add new test.
24082
24083 2014-04-07 David Blaikie <dblaikie@gmail.com>
24084
24085 * lib/compiler.c: Identify the clang compiler.
24086 * lib/compiler.cc: Ditto.
24087
24088 2014-04-03 Yao Qi <yao@codesourcery.com>
24089
24090 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
24091
24092 2014-04-01 Anton Blanchard <anton@samba.org>
24093
24094 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
24095 messages unique.
24096
24097 2014-04-01 Anton Blanchard <anton@samba.org>
24098
24099 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
24100 prepare_for_testing.
24101
24102 2014-04-01 Anton Blanchard <anton@samba.org>
24103
24104 * gdb.arch/ppc64-atomic-inst.c: Remove.
24105 * gdb.arch/ppc64-atomic-inst.S: New file.
24106 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
24107
24108 2014-03-31 Doug Evans <dje@google.com>
24109
24110 * gdb.base/print-symbol-loading-lib.c: New file.
24111 * gdb.base/print-symbol-loading-main.c: New file.
24112 * gdb.base/print-symbol-loading.exp: New file.
24113
24114 2014-03-31 Yao Qi <yao@codesourcery.com>
24115
24116 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
24117
24118 2014-03-28 Joel Brobecker <brobecker@adacore.com>
24119
24120 * gdb.ada/mi_dyn_arr: New testcase.
24121
24122 2014-03-27 Doug Evans <dje@google.com>
24123
24124 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
24125
24126 2014-03-27 Yao Qi <yao@codesourcery.com>
24127
24128 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
24129 if target is nios2-*-*.
24130
24131 2014-03-26 Yao Qi <yao@codesourcery.com>
24132
24133 * lib/gdb.exp (readline_is_used): New proc.
24134 * gdb.base/completion.exp: Move tests on command complete up.
24135 Skip the rest of tests if readline is not used.
24136 * gdb.ada/complete.exp: Skp the test if readline is not
24137 used.
24138 * gdb.base/filesym.exp: Likewise.
24139 * gdb.base/macscp.exp: Likewise.
24140 * gdb.base/readline-ask.exp: Likewise.
24141 * gdb.base/readline.exp: Likewise.
24142 * gdb.python/py-cmd.exp: Likewise.
24143 * gdb.trace/tfile.exp: Likewise.
24144
24145 2014-03-26 Yao Qi <yao@codesourcery.com>
24146
24147 * gdb.base/macscp.exp: Fix code format issues.
24148
24149 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
24150
24151 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
24152 * gdb.asm/powerpc64le.inc: New file.
24153
24154 2014-03-25 Pedro Alves <palves@redhat.com>
24155 Doug Evans <dje@google.com>
24156
24157 * gdb.base/source-execution.c: New file.
24158 * gdb.base/source-execution.exp: New file.
24159 * gdb.base/source-execution.gdb: New file.
24160
24161 2014-03-24 Doug Evans <dje@google.com>
24162
24163 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
24164 using fission.
24165
24166 2014-03-24 Hui Zhu <hui@codesourcery.com>
24167 Pedro Alves <palves@redhat.com>
24168
24169 PR breakpoints/16101
24170 * gdb.base/dprintf.exp: Use unsupported rather than changing the
24171 test pass/fail messages. Detect missing support for dprintf when
24172 breakpoints are actually inserted.
24173 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
24174 breakpoints are actually inserted.
24175 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
24176 fails.
24177
24178 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
24179
24180 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
24181
24182 2014-03-22 Doug Evans <xdje42@gmail.com>
24183
24184 * gdb.python/python.exp (python not supported): Verify multi-line
24185 python command issues an error.
24186 * gdb.guile/guile.exp (guile not supported): Verify multi-line
24187 guile command issues an error.
24188
24189 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
24190
24191 * gdb.threads/thread-specific.exp: Handle the lack of usable
24192 $this_breakpoint and $this_thread.
24193
24194 2014-03-21 Hui Zhu <hui@codesourcery.com>
24195
24196 * gdb.base/attach.exp (do_command_attach_tests): New.
24197
24198 2014-03-20 Tom Tromey <tromey@redhat.com>
24199 Pedro Alves <palves@redhat.com>
24200
24201 PR cli/15718
24202 * gdb.base/condbreak-call-false.c: New file.
24203 * gdb.base/condbreak-call-false.exp: New file.
24204
24205 2014-03-20 Pedro Alves <palves@redhat.com>
24206
24207 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
24208 Delete.
24209 (block_signals, unblock_signals): Delete.
24210 (child_function_2, main): Remove references to deleted variable
24211 and functions.
24212
24213 2014-03-20 Pedro Alves <palves@redhat.com>
24214
24215 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
24216 Use pthread_kill to signal thread 2.
24217 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24218 Adjust to make the test send itself a signal rather than using the
24219 host's "kill" command.
24220
24221 2014-03-20 Pedro Alves <palves@redhat.com>
24222
24223 * gdb.threads/multiple-step-overs.c: New file.
24224 * gdb.threads/multiple-step-overs.exp: New file.
24225 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24226 Adjust expected infrun debug output.
24227
24228 2014-03-20 Pedro Alves <palves@redhat.com>
24229
24230 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
24231 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
24232
24233 2014-03-20 Pedro Alves <palves@redhat.com>
24234
24235 PR breakpoints/7143
24236 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
24237 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
24238 of gdb_test_multiple.
24239 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
24240 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
24241
24242 2014-03-20 Pedro Alves <palves@redhat.com>
24243
24244 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
24245 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
24246
24247 2014-03-19 Pedro Alves <palves@redhat.com>
24248
24249 * gdb.base/async.exp: Remove early return.
24250
24251 2014-03-19 Pedro Alves <palves@redhat.com>
24252
24253 * gdb.base/async.exp (step& tests): Pass explicit test messages.
24254
24255 2014-03-19 Pedro Alves <palves@redhat.com>
24256
24257 * gdb.base/async.exp (test_background): Expect \r\n after
24258 "completed." in the fail pattern.
24259
24260 2014-03-19 Pedro Alves <palves@redhat.com>
24261
24262 * gdb.base/async.exp (test_background): New procedure.
24263 Use it for all background execution command tests.
24264
24265 2014-03-19 Pedro Alves <palves@redhat.com>
24266
24267 * gdb.base/async.exp: Use prepare_for_testing.
24268
24269 2014-03-19 Pedro Alves <palves@redhat.com>
24270
24271 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
24272 the same line.
24273
24274 2014-03-19 Pedro Alves <palves@redhat.com>
24275
24276 * gdb.base/async.c (main): Add "jump here" and "until here" line
24277 marker comments.
24278 * gdb.base/async.exp (jump_here): New global.
24279 (jump& test): Use it.
24280 (until_here): New global.
24281 (until& test): Use it.
24282
24283 2014-03-19 Pedro Alves <palves@redhat.com>
24284
24285 * gdb.base/async.exp: Don't frob gdb_protocol.
24286
24287 2014-03-18 Doug Evans <xdje42@gmail.com>
24288
24289 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
24290 Fix spelling of exec-done-display.
24291
24292 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
24293
24294 PR gdb/15358
24295 * gdb.base/gdb-sigterm.c: New file.
24296 * gdb.base/gdb-sigterm.exp: New file.
24297
24298 2014-03-18 Pedro Alves <palves@redhat.com>
24299
24300 PR gdb/13860
24301 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
24302 * lib/mi-support.exp (mi_expect_stop): Add special handling for
24303 solib-event.
24304
24305 2014-03-17 Joel Brobecker <brobecker@adacore.com>
24306
24307 * gdb.ada/pckd_arr_ren: New testcase.
24308
24309 2014-03-13 Doug Evans <xdje42@gmail.com>
24310
24311 PR guile/16612
24312 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
24313 collect after discarding symbols.
24314
24315 2014-03-13 Ludovic Courtès <ludo@gnu.org>
24316 Doug Evans <xdje42@gmail.com>
24317
24318 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
24319 to history survives a gc.
24320
24321 2014-03-13 Pedro Alves <palves@redhat.com>
24322
24323 * gdb.base/default.exp: Don't test "target procfs".
24324
24325 2014-03-13 Pedro Alves <palves@redhat.com>
24326
24327 * gdb.base/default.exp: Update "target child" and "target procfs"
24328 tests to not expect "Unix".
24329
24330 2014-03-12 Tom Tromey <tromey@redhat.com>
24331
24332 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
24333 New procs. Add target-async tests.
24334 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
24335 Add target-async tests.
24336
24337 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24338
24339 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
24340 'func_start' and 'func_end' for the beginning and end of the
24341 function code, respectively.
24342 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24343 'func_end' instead of 'func' and 'main'.
24344
24345 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24346
24347 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24348 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24349 generate the debug info assembler source.
24350
24351 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24352
24353 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24354 * gdb.dwarf2/arr-subrange.exp: Likewise.
24355 * gdb.dwarf2/dwz.exp: Likewise.
24356 * gdb.dwarf2/method-ptr.exp: Likewise.
24357 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24358 * gdb.dwarf2/subrange.exp: Likewise.
24359 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24360 * gdb.dwarf2/implptrpiece.exp: Likewise.
24361 * gdb.dwarf2/nostaticblock.exp: Likewise.
24362
24363 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24364
24365 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24366 directory to absolute path name arguments.
24367
24368 2014-03-10 Joel Brobecker <brobecker@adacore.com>
24369
24370 * gdb.ada/tagged_access: New testcase.
24371
24372 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24373
24374 * gdb.btrace/data.exp: Update expected output.
24375
24376 2014-03-06 Yao Qi <yao@codesourcery.com>
24377
24378 * gdb.trace/pr16508.exp: New file.
24379
24380 2014-03-05 Pedro Alves <palves@redhat.com>
24381
24382 PR gdb/16575
24383 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24384 procedure.
24385 (top level): Adjust to use it. Add tests that exercise breakpoint
24386 interaction with the code-cache.
24387
24388 2014-02-26 Ludovic Courtès <ludo@gnu.org>
24389
24390 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24391 test for 'history-append!'.
24392
24393 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24394
24395 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24396 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24397 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24398 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24399 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24400 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24401
24402 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24403
24404 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24405 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24406 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24407
24408 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24409
24410 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24411
24412 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24413
24414 * gdb.dwarf2/arr-stride.c: New file.
24415 * gdb.dwarf2/arr-stride.exp: New file.
24416
24417 2014-02-26 Pedro Alves <palves@redhat.com>
24418
24419 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24420 that won't ever trigger. Make sure that GDB reports the correct
24421 breakpoint that caused the stop.
24422
24423 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24424
24425 PR gdb/16626
24426 * gdb.base/auto-load-script: New file.
24427 * gdb.base/auto-load.c: New file.
24428 * gdb.base/auto-load.exp: New file.
24429
24430 PR gdb/16626
24431 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24432
24433 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24434
24435 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24436 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24437
24438 2014-02-24 Doug Evans <dje@google.com>
24439
24440 * lib/gdb.exp (run_on_host): Log error output if program fails.
24441
24442 2014-02-21 Pedro Alves <palves@redhat.com>
24443
24444 * gdb.threads/step-after-sr-lock.c: Rename to ...
24445 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24446 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24447 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24448 ... this.
24449
24450 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24451
24452 PR tdep/16397
24453 * gdb.arch/amd64-stap-special-operands.exp: New file.
24454 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24455 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24456 * gdb.arch/amd64-stap-triplet.S: Likewise.
24457 * gdb.arch/amd64-stap-triplet.c: Likewise.
24458
24459 2014-02-20 Joel Brobecker <brobecker@adacore.com>
24460
24461 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24462 in .section pseudo-op.
24463
24464 2014-02-20 lin zuojian <manjian2006@gmail.com>
24465 Joel Brobecker <brobecker@adacore.com>
24466 Doug Evans <xdje42@gmail.com>
24467
24468 PR symtab/16581
24469 * gdb.dwarf2/dw2-icycle.S: New file.
24470 * gdb.dwarf2/dw2-icycle.c: New file.
24471 * gdb.dwarf2/dw2-icycle.exp: New file.
24472
24473 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24474
24475 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24476 operations on gdb.Value objects.
24477 * gdb.python/py-value-cc.exp: Add new test to test operations on
24478 gdb.Value objects.
24479
24480 2014-02-18 Doug Evans <dje@google.com>
24481
24482 * Makefile.in (TESTS): New variable.
24483 (expanded_tests, expanded_tests_or_none): New variables
24484 (check-single): Pass $(expanded_tests_or_none) to runtest.
24485 (check-parallel): Only run tests in $(TESTS) if non-empty.
24486 (check/no-matching-tests-found): New rule.
24487 * README: Document TESTS makefile variable.
24488
24489 2014-02-18 Doug Evans <dje@google.com>
24490
24491 * Makefile.in (check-parallel): rm -rf outputs temp.
24492
24493 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24494
24495 Fix "ERROR: no fileid for" in the testsuite.
24496 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24497
24498 2014-02-12 Doug Evans <dje@google.com>
24499
24500 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24501 (MISCELLANEOUS): New variable.
24502 (clean): rm -rf $(MISCELLANEOUS).
24503 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24504 dwp live in the same directory as symlinks, with each symlink pointed
24505 to a differently named file in a different directory.
24506
24507 2014-02-11 Doug Evans <dje@google.com>
24508
24509 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24510 of Tcl file commands.
24511
24512 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24513
24514 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24515 "kill -SIGUSR1 -1".
24516
24517 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24518
24519 * gdb.ada/tick_length_array_enum_idx: New testcase.
24520
24521 2014-02-10 Doug Evans <xdje42@gmail.com>
24522
24523 * configure.ac (AC_OUTPUT): Add gdb.guile.
24524 * configure: Regenerate.
24525 * lib/gdb-guile.exp: New file.
24526 * lib/gdb.exp (get_target_charset): New function.
24527 * gdb.base/help.exp: Update expected output from "apropos apropos".
24528 * gdb.guile/Makefile.in: New file.
24529 * gdb.guile/guile.exp: New file.
24530 * gdb.guile/scm-arch.c: New file.
24531 * gdb.guile/scm-arch.exp: New file.
24532 * gdb.guile/scm-block.c: New file.
24533 * gdb.guile/scm-block.exp: New file.
24534 * gdb.guile/scm-breakpoint.c: New file.
24535 * gdb.guile/scm-breakpoint.exp: New file.
24536 * gdb.guile/scm-disasm.c: New file.
24537 * gdb.guile/scm-disasm.exp: New file.
24538 * gdb.guile/scm-equal.c: New file.
24539 * gdb.guile/scm-equal.exp: New file.
24540 * gdb.guile/scm-error.exp: New file.
24541 * gdb.guile/scm-error.scm: New file.
24542 * gdb.guile/scm-frame-args.c: New file.
24543 * gdb.guile/scm-frame-args.exp: New file.
24544 * gdb.guile/scm-frame-args.scm: New file.
24545 * gdb.guile/scm-frame-inline.c: New file.
24546 * gdb.guile/scm-frame-inline.exp: New file.
24547 * gdb.guile/scm-frame.c: New file.
24548 * gdb.guile/scm-frame.exp: New file.
24549 * gdb.guile/scm-generics.exp: New file.
24550 * gdb.guile/scm-gsmob.exp: New file.
24551 * gdb.guile/scm-iterator.c: New file.
24552 * gdb.guile/scm-iterator.exp: New file.
24553 * gdb.guile/scm-math.c: New file.
24554 * gdb.guile/scm-math.exp: New file.
24555 * gdb.guile/scm-objfile-script-gdb.in: New file.
24556 * gdb.guile/scm-objfile-script.c: New file.
24557 * gdb.guile/scm-objfile-script.exp: New file.
24558 * gdb.guile/scm-objfile.c: New file.
24559 * gdb.guile/scm-objfile.exp: New file.
24560 * gdb.guile/scm-ports.exp: New file.
24561 * gdb.guile/scm-pretty-print.c: New file.
24562 * gdb.guile/scm-pretty-print.exp: New file.
24563 * gdb.guile/scm-pretty-print.scm: New file.
24564 * gdb.guile/scm-section-script.c: New file.
24565 * gdb.guile/scm-section-script.exp: New file.
24566 * gdb.guile/scm-section-script.scm: New file.
24567 * gdb.guile/scm-symbol.c: New file.
24568 * gdb.guile/scm-symbol.exp: New file.
24569 * gdb.guile/scm-symtab-2.c: New file.
24570 * gdb.guile/scm-symtab.c: New file.
24571 * gdb.guile/scm-symtab.exp: New file.
24572 * gdb.guile/scm-type.c: New file.
24573 * gdb.guile/scm-type.exp: New file.
24574 * gdb.guile/scm-value-cc.cc: New file.
24575 * gdb.guile/scm-value-cc.exp: New file.
24576 * gdb.guile/scm-value.c: New file.
24577 * gdb.guile/scm-value.exp: New file.
24578 * gdb.guile/source2.scm: New file.
24579 * gdb.guile/types-module.cc: New file.
24580 * gdb.guile/types-module.exp: New file.
24581
24582 2014-02-10 Yao Qi <yao@codesourcery.com>
24583
24584 PR testsuite/16543
24585 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24586 * configure: Regenerated.
24587 * Makefile.in: New file.
24588
24589 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24590
24591 * gdb.python/py-framefilter.exp: Fix typo.
24592
24593 2014-02-08 Yao Qi <yao@codesourcery.com>
24594
24595 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24596 that no =breakpoint-modified is emitted when breakpoints are
24597 modified through MI commands.
24598
24599 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24600 Pedro Alves <palves@redhat.com>
24601
24602 * gdb.threads/step-after-sr-lock.c: New file.
24603 * gdb.threads/step-after-sr-lock.exp: New file.
24604
24605 2014-02-07 Pedro Alves <palves@redhat.com>
24606
24607 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24608
24609 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24610
24611 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24612 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24613
24614 2014-02-06 Doug Evans <xdje42@gmail.com>
24615
24616 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24617 output.
24618
24619 * gdb.gdb/python-interrupts.exp: New file.
24620
24621 2014-02-05 Yao Qi <yao@codesourcery.com>
24622
24623 * gdb.trace/report.exp (use_collected_data): Test the output
24624 of "info threads" and "info inferiors".
24625
24626 2014-02-05 Yao Qi <yao@codesourcery.com>
24627
24628 Revert this patch:
24629
24630 2013-05-24 Yao Qi <yao@codesourcery.com>
24631
24632 * gdb.trace/tfile.exp: Test inferior and thread.
24633
24634 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24635
24636 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24637 on a function.
24638 * gdb.base/step-bt.c: Call hello via function pointer to make
24639 sure its first instruction is executed on powerpc64le-linux.
24640
24641 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24642
24643 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24644
24645 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24646
24647 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24648 of the test patterns for use on little-endian systems.
24649
24650 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24651
24652 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24653 (decimal_vector): Fix for little-endian.
24654
24655 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24656
24657 * gdb.arch/sparc-sysstep.exp: New file.
24658 * gdb.arch/sparc-sysstep.c: Likewise.
24659
24660 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24661
24662 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24663
24664 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24665
24666 2014-01-23 Tom Tromey <tromey@redhat.com>
24667
24668 * gdb.ada/array_char_idx: New testcase.
24669
24670 2014-01-23 Tom Tromey <tromey@redhat.com>
24671
24672 PR python/16487:
24673 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24674 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24675 classes.
24676
24677 2014-01-23 Tom Tromey <tromey@redhat.com>
24678
24679 PR python/16491:
24680 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24681 string from an inferior frame.
24682 * gdb.python/py-framefilter-mi.exp: Update.
24683
24684 2014-01-22 Doug Evans <dje@google.com>
24685
24686 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24687
24688 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24689
24690 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24691
24692 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24693
24694 * gdb.trace/entry-values.exp: Remove excess space character from
24695 regex patterns. Handle s390 call instruction.
24696
24697 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24698
24699 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24700 define "*_start" label. Make "name" static.
24701 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24702 ${name} by references to ${name}_start.
24703
24704 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24705
24706 * gdb.base/info-macros.exp: Remove "debug" from the compile
24707 options.
24708
24709 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24710
24711 * gdb.dlang/demangle.exp: New file.
24712
24713 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24714
24715 * gdb.dlang/primitive-types.exp: New file.
24716
24717 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24718
24719 * configure.ac: Create gdb.dlang/Makefile.
24720 * configure: Regenerate.
24721 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24722 * gdb.dlang/Makefile.in: New file.
24723 * lib/d-support.exp: New file.
24724 * lib/gdb.exp (skip_d_tests): New proc.
24725
24726 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24727
24728 * gdb.btrace/delta.exp: Check reverse stepi.
24729 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24730 * gdb.btrace/finish.exp: New.
24731 * gdb.btrace/next.exp: New.
24732 * gdb.btrace/nexti.exp: New.
24733 * gdb.btrace/record_goto.c: Add comments.
24734 * gdb.btrace/step.exp: New.
24735 * gdb.btrace/stepi.exp: New.
24736 * gdb.btrace/multi-thread-step.c: New.
24737 * gdb.btrace/multi-thread-step.exp: New.
24738 * gdb.btrace/rn-dl-bind.c: New.
24739 * gdb.btrace/rn-dl-bind.exp: New.
24740 * gdb.btrace/data.c: New.
24741 * gdb.btrace/data.exp: New.
24742 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24743
24744 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24745
24746 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24747 * gdb.btrace/exception.exp: Update.
24748 * gdb.btrace/instruction_history.exp: Update.
24749 * gdb.btrace/record_goto.exp: Update.
24750 * gdb.btrace/tailcall.exp: Update.
24751 * gdb.btrace/unknown_functions.exp: Update.
24752 * gdb.btrace/delta.exp: New.
24753
24754 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24755
24756 * gdb.btrace/record_goto.exp: Add backtrace test.
24757 * gdb.btrace/tailcall.exp: Add backtrace test.
24758
24759 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24760
24761 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24762 * gdb.btrace/record_goto.c: New.
24763 * gdb.btrace/record_goto.exp: New.
24764 * gdb.btrace/x86-record_goto.S: New.
24765
24766 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24767
24768 * gdb.btrace/function_call_history.exp: Update tests.
24769 * gdb.btrace/instruction_history.exp: Update tests.
24770
24771 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24772
24773 * gdb.btrace/function_call_history.exp: Fix expected field
24774 order for "record function-call-history".
24775 Add new tests for "record function-call-history /c".
24776 * gdb.btrace/exception.cc: New.
24777 * gdb.btrace/exception.exp: New.
24778 * gdb.btrace/tailcall.exp: New.
24779 * gdb.btrace/x86-tailcall.S: New.
24780 * gdb.btrace/x86-tailcall.c: New.
24781 * gdb.btrace/unknown_functions.c: New.
24782 * gdb.btrace/unknown_functions.exp: New.
24783 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24784
24785 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24786
24787 * gdb.btrace/instruction_history.exp: Update.
24788 * gdb.btrace/function_call_history.exp: Update.
24789
24790 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24791
24792 * gdb.btrace/function_call_history.exp: Fix expected function
24793 trace.
24794 * gdb.btrace/instruction_history.exp: Initialize traced.
24795 Remove traced_functions.
24796
24797 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24798
24799 * gdb.btrace/function_call_history.exp: Update
24800 * gdb.btrace/instruction_history.exp: Update.
24801
24802 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24803
24804 * gdb.btrace/enable.exp: Update expected text.
24805
24806 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24807
24808 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24809 bytes.
24810
24811 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24812
24813 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24814
24815 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24816
24817 * lib/gdb.exp (supports_process_record): Return true for
24818 arm*-linux*. (supports_reverse): Likewise.
24819
24820 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24821
24822 PR python/15464
24823 PR python/16113
24824 * gdb.python/py-type.c: Enhance test case.
24825 * gdb.python/py-value-cc.cc: Likewise
24826 * gdb.python/py-type.exp: Add new tests.
24827 * gdb.python/py-value-cc.exp: Likewise
24828
24829 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24830 Pedro Alves <palves@redhat.com>
24831
24832 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24833 Make "name" extern.
24834 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24835 references to ${name}_start by references to ${name}.
24836
24837 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24838
24839 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24840
24841 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24842
24843 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24844
24845 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24846 Pedro Alves <palves@redhat.com>
24847
24848 * gdb.mi/mi-info-os.exp: Connect to the target with
24849 mi_gdb_target_load.
24850
24851 2014-01-08 Pedro Alves <palves@redhat.com>
24852
24853 * gdb.threads/reconnect-signal.c: New file.
24854 * gdb.threads/reconnect-signal.exp: New file.
24855
24856 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24857
24858 * gdb.base/source-dir.exp: New file.
24859
24860 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24861
24862 * gdb.ada/mi_interface: New testcase.
24863
24864 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24865
24866 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24867 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24868 gdb.ada/pp-rec-component/pck.ads: New files.
24869
24870 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24871
24872 * gdb.python/py-pp-integral.c: New file.
24873 * gdb.python/py-pp-integral.py: New file.
24874 * gdb.python/py-pp-integral.exp: New file.
24875
24876 For older changes see ChangeLog-1993-2013.
24877 \f
24878 ;; Local Variables:
24879 ;; mode: change-log
24880 ;; left-margin: 8
24881 ;; fill-column: 74
24882 ;; version-control: never
24883 ;; End:
24884
24885 Copyright 2014-2021 Free Software Foundation, Inc.
24886 Copying and distribution of this file, with or without modification,
24887 are permitted provided the copyright notice and this notice are preserved.