]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb: change info sources to group results by objfile
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/info_sources_2-header.h: New file.
4 * gdb.base/info_sources_2-lib.c: New file.
5 * gdb.base/info_sources_2-test.c: New file.
6 * gdb.base/info_sources_2.exp: New file.
7
8 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
9
10 * gdb.mi/mi-info-sources.exp: Add additional tests.
11
12 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * gdb.dwarf2/dw2-filename.exp: Update expected results.
15 * gdb.mi/mi-file.exp: Likewise.
16 * gdb.mi/mi-info-sources-base.c: New file.
17 * gdb.mi/mi-info-sources.c: New file.
18 * gdb.mi/mi-info-sources.exp: New file.
19
20 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * gdb.cp/method-call-in-c.cc (struct foo_type): Add static member
23 function static_method.
24 (global_var): New global.
25 (main): Use new static_method to ensure it is compiled in.
26 * gdb.cp/method-call-in-c.exp: Test calls to static member
27 function.
28
29 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
30
31 PR gdb/27994
32 * gdb.cp/method-call-in-c.cc (struct foo_type): Add operator+=,
33 change initial value of var member variable.
34 (main): Make use of foo_type's operator+=.
35 * gdb.cp/method-call-in-c.exp: Test use of operator+=.
36
37 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
38
39 PR gdb/27994
40 * gdb.cp/method-call-in-c.cc: New file.
41 * gdb.cp/method-call-in-c.exp: New file.
42
43 2021-06-25 Tom Tromey <tom@tromey.com>
44
45 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): Add "style"
46 parameter.
47 * gdb.rust/dwindex.exp: New file.
48 * gdb.rust/dwindex.rs: New file.
49
50 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
51
52 * gdb.python/py-breakpoint.c (do_throw): New function.
53 (main): Call do_throw.
54 * gdb.python/py-breakpoint.exp (test_catchpoints): New proc.
55
56 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * gdb.guile/scm-breakpoint.exp (test_catchpoints): New proc.
59
60 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Add new tests.
63
64 gdb/testsuite/ChangeLog
65 2021-06-25 Carl Love <cel@us.ibm.com>
66
67 * gdb.arch/powerpc-plxv-norel.exp: Add call to skip_power_isa_3_1_tests.
68 * lib/gdb.exp(skip_power_isa_3_1_tests): New gdb_caching_proc test.
69
70 2021-06-25 Tom Tromey <tromey@adacore.com>
71
72 * gdb.ada/py_range.exp: Add type name test cases.
73
74 2021-06-24 Tom de Vries <tdevries@suse.de>
75
76 * gdb.base/info-macros.exp: Add <EOL> after trailing whitespace in
77 test names.
78
79 2021-06-24 Tom de Vries <tdevries@suse.de>
80
81 * gdb.base/argv0-symlink.exp: Use with_test_prefix.
82
83 2021-06-23 Tom de Vries <tdevries@suse.de>
84
85 * lib/gdb.exp (gdb_test_lines): Rewrite to accept single
86 multiline tcl regexp.
87 * gdb.base/info-types.exp.tcl: Update. Make empty line at end of
88 regexp optional.
89 * gdb.base/info-macros.exp: Update.
90 * gdb.cp/cplusfuncs.exp: Update.
91
92 2021-06-22 Andreas Schwab <schwab@suse.de>
93
94 PR symtab/27999
95 * lib/dwarf.exp (start_end): New proc inside loclists.
96 * gdb.dwarf2/loclists-start-end.exp: New file.
97 * gdb.dwarf2/loclists-start-end.c: New file.
98
99 2021-06-22 Tom de Vries <tdevries@suse.de>
100
101 * gdb.dwarf2/imported-unit-c.exp: New file.
102
103 2021-06-22 Andrew Burgess <andrew.burgess@embecosm.com>
104
105 * gdb.server/server-kill.exp: Introduce global kill_pid_of, and
106 make use of this in prepare to select which pid we should kill.
107 Run all the tests twice with a different kill_pid_of value.
108 (prepare): Make use of kill_pid_of.
109 (test_stepi): New proc.
110
111 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
112
113 * gdb.python/py-frame.exp: Add Frame.level tests.
114 * gdb.python/py-pending-frame-level.c: New file.
115 * gdb.python/py-pending-frame-level.exp: New file.
116 * gdb.python/py-pending-frame-level.py: New file.
117
118 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 * gdb.python/py-unwind-user-regs.c: New file.
121 * gdb.python/py-unwind-user-regs.exp: New file.
122 * gdb.python/py-unwind-user-regs.py: New file.
123
124 2021-06-17 Carl Love <cel@us.ibm.com>
125
126 * gdb.arch/powerpc-power8.exp(bctar, bctarl): Update mnemonics
127 to bgetar and bgetarl.
128 * gdb.arch/powerpc-power8.s((bctar, bctarl): Update comments
129 for mnemonics to bgetar and bnstarl.
130
131 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
132
133 * gdb.base/args.exp: Check target, KFAIL if remote.
134 (args_test): Add parameter and use it.
135
136 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
137
138 * gdb.base/args.exp: Remove trailing parenthesis in test names.
139
140 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
141
142 * gdb.base/args.exp: Use $old_gdbflags in all tests.
143
144 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
145
146 * gdb.base/args.exp: Use save_vars.
147
148 2021-06-14 Pedro Alves <pedro@palves.net>
149
150 * gdb.base/annota1.exp: Build list using [list] instead of {}.
151 Tell [join] to join with no character. Build expected pattern in
152 separate variable instead of in the -re expression directly.
153
154 2021-06-11 Kevin Buettner <kevinb@redhat.com>
155
156 * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
157 timeout.
158
159 2021-06-11 Kevin Buettner <kevinb@redhat.com>
160
161 * gdb.base/print-symbol-loading.exp (proc test_load_shlib):
162 Allow "Symbols already loaded for..." messages.
163
164 2021-06-11 Kevin Buettner <kevinb@redhat.com>
165
166 * gdb.base/execl-update-breakpoints.exp: Add regular
167 expression for optionally matching output related to
168 libthread_db.
169 * gdb.base/fork-print-inferior-events.exp: Likewise.
170
171 2021-06-11 Felix Willgerodt <felix.willgerodt@intel.com>
172
173 * gdb.mi/array.f: Convert into...
174 * gdb.mi/array.f90: ...this.
175 * gdb.mi/mi-var-child-f.exp: Use array.f90.
176
177 2021-06-11 Tom Tromey <tom@tromey.com>
178
179 PR rust/23427
180 * lib/rust-support.exp (rust_compiler_version): New caching proc.
181 * gdb.rust/rawids.exp: New file.
182 * gdb.rust/rawids.rs: New file.
183
184 2021-06-10 Simon Marchi <simon.marchi@polymtl.ca>
185
186 * lib/gdb.exp (default_gdb_exit): Unset gdb_tty_name.
187 (spawn_capture_tty_name): New, override builtin spawn.
188 (default_gdb_spawn): Capture GDB's TTY name.
189 * lib/tuiterm.exp (tuiterm_spawn): Remove.
190 (tuiterm_env_init, tuiterm_env_finish): Remove spawn override.
191 (Term) <resize>: Use new variable name.
192 (tuiterm_env_init, tuiterm_env_finish): Remove.
193 (tuiterm_env): Don't call tuiterm_env_init and register
194 tuiterm_env_finish in gdb_finish_hooks.
195 (gdb_finish_hooks): Remove.
196 (gdb_finish): Don't call finish hooks.
197
198 2021-06-10 Tom de Vries <tdevries@suse.de>
199
200 * gdb.mi/user-selected-context-sync.c (child_sub_function, main):
201 Rewrite while (1) using dummy loop body.
202
203 2021-06-10 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
204
205 * gdb.base/foll-exec.c: convert the multi-line function call into
206 single line.
207
208 2021-06-10 Tom de Vries <tdevries@suse.de>
209
210 * lib/cp-support.exp (cp_test_ptype_class): Break up regexp.
211 * gdb.cp/nested-types.exp: Remove usage of read1 timeout factor.
212
213 2021-06-10 Tom de Vries <tdevries@suse.de>
214
215 * gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
216
217 2021-06-09 Tom Tromey <tromey@adacore.com>
218
219 * README (Example): Update read1 example.
220
221 2021-06-09 Simon Marchi <simon.marchi@polymtl.ca>
222
223 * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
224
225 2021-06-08 Lancelot Six <lsix@lancelotsix.com>
226
227 * gdb.base/premature-dummy-frame-removal.py (TestUnwinder): Use
228 'is None' instead of '== None' and 'is not None' instead of
229 '!= None'.
230 * gdb.python/py-frame-args.py (lookup_function): Same.
231 * gdb.python/py-framefilter-invalidarg.py (Reverse_Function): Same.
232 * gdb.python/py-framefilter.py (Reverse_Function): Same.
233 * gdb.python/py-nested-maps.py (lookup_function): Same.
234 * gdb.python/py-objfile-script-gdb.py (lookup_function): Same.
235 * gdb.python/py-prettyprint.py (lookup_function): Same.
236 * gdb.python/py-section-script.py (lookup_function): Same.
237 * gdb.python/py-unwind-inline.py (dummy_unwinder): Same.
238 * gdb.python/python.exp: Same.
239 * gdb.rust/pp.py (lookup_function): Same.
240
241 2021-06-08 Tom de Vries <tdevries@suse.de>
242
243 * lib/gdb.exp (multi_line): Require more than one argument.
244 * gdb.base/gdbinit-history.exp: Update multi_line call.
245 * gdb.base/jit-reader.exp: Remove multi_line call.
246 * gdb.fortran/dynamic-ptype-whatis.exp: Same.
247
248 2021-06-08 Tom de Vries <tdevries@suse.de>
249
250 * gdb.base/info-types.exp.tcl (match_line, gdb_test_lines): Move ...
251 * lib/gdb.exp: ... here.
252 * gdb.base/info-macros.exp: Use gdb_test_lines.
253
254 2021-06-08 Tom de Vries <tdevries@suse.de>
255
256 * gdb.base/info-types.exp.tcl (match_line): Handle --any.
257 (gdb_test_lines): Factor out of ...
258 (run_test): ... here.
259
260 2021-06-08 Tom de Vries <tdevries@suse.de>
261
262 * gdb.base/batch-preserve-term-settings.exp (spawn_shell): Fix
263 matching of initial prompt.
264
265 2021-06-08 Tom de Vries <tdevries@suse.de>
266
267 * gdb.threads/multi-create-ns-info-thr.exp: Limit breakpoint regexp to
268 one line.
269
270 2021-06-08 Tom de Vries <tdevries@suse.de>
271
272 * gdb.base/sect-cmd.exp: Use gdb_test. Use -wrap "". Fix
273 test name.
274
275 2021-06-08 Tom de Vries <tdevries@suse.de>
276
277 * gdb.base/sect-cmd.exp: Fix saw_section_address_line regexp.
278
279 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
280
281 * gdb.base/continue-all-already-running.exp: Call fail if can't
282 run to main.
283
284 2021-06-07 Andrew Burgess <andrew.burgess@embecosm.com>
285
286 PR gdb/27847
287 * gdb.dwarf2/dw2-weird-type-len.c: New file.
288 * gdb.dwarf2/dw2-weird-type-len.exp: New file.
289
290 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
291
292 * gdb.base/attach.exp (test_command_line_attach_run): Use
293 proc_with_prefix.
294
295 2021-06-07 Tom de Vries <tdevries@suse.de>
296
297 PR testsuite/27908
298 * gdb.base/run-attach-while-running.exp (test): Don't match prompt
299 after attach using '$gdb_prompt $'.
300
301 2021-06-07 Tom de Vries <tdevries@suse.de>
302
303 * gdb.base/info-types.exp.tcl: Remove "File .*" matching from regexp
304 matching state machine.
305
306 2021-06-07 Tom de Vries <tdevries@suse.de>
307
308 * gdb.base/new-ui-pending-input.exp
309 (test_command_line_new_ui_pending_input): Fix regexp for "initial
310 prompt on extra console".
311
312 2021-06-07 Tom de Vries <tdevries@suse.de>
313
314 * gdb.base/info-types.exp.tcl (run_test): Move "random line" regexp
315 up.
316
317 2021-06-06 Simon Marchi <simon.marchi@efficios.com>
318
319 * gdb.server/stop-reply-no-thread-multi.exp: Clear sysroot when
320 host and target are local.
321
322 2021-06-05 Hannes Domani <ssbssa@yahoo.de>
323
324 * gdb.python/py-symbol.exp: Fix tests for Python 3.
325
326 2021-06-05 Shahab Vahedi <shahab@synopsys.com>
327
328 * gdb.arch/arc-disassembler-options.exp: New test.
329 * gdb.arch/arc-disassembler-options.s: New test source.
330
331 2021-06-04 Tom Tromey <tromey@adacore.com>
332
333 * gdb.ada/array_of_symbolic_length.exp: New file.
334 * gdb.ada/array_of_symbolic_length/foo.adb: New file.
335 * gdb.ada/array_of_symbolic_length/gl.adb: New file.
336 * gdb.ada/array_of_symbolic_length/gl.ads: New file.
337 * gdb.ada/array_of_symbolic_length/pck.adb: New file.
338 * gdb.ada/array_of_symbolic_length/pck.ads: New file.
339
340 2021-06-03 Magne Hov <mhov@undo.io>
341
342 PR python/27841
343 * gdb.python/py-events.exp: Extend inferior exit tests.
344 * gdb.python/py-events.py: Print inferior exit PID.
345
346 2021-06-03 Hannes Domani <ssbssa@yahoo.de>
347
348 * gdb.python/py-symbol.exp: Test symbol constants.
349
350 2021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
351
352 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
353
354 2021-06-02 Carl Love <cel@us.ibm.com>
355
356 * gdb.threads/threadapply.c: Add global mybarrier.
357 (main): Add pthread_barrier_init.
358 (thread_function): Replace while loop with myp increment and
359 pthread_barrier_wait.
360
361 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * lib/gdb.exp (gdb_compile): Only add the -J option when using a
364 gcc based Fortran compiler, for example, flang does not support
365 this option.
366
367 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
370
371 2021-06-01 Tom Tromey <tromey@adacore.com>
372
373 * Makefile.in (all): Don't print anything.
374 ($(abs_builddir)/site.exp site.exp): Use $(ECHO_GEN).
375 (expect-read1): Likewise.
376 (read1.so): Use $(ECHO_CC).
377 Include silent-rules.mk.
378
379 2021-06-01 Tom Tromey <tromey@adacore.com>
380
381 * aclocal.m4, configure.ac, configure: Remove.
382 * Makefile.in (EXTRA_RULES): Remove.
383 ($(abs_builddir)/site.exp site.exp): Don't depend on
384 config.status.
385 (distclean maintainer-clean realclean, Makefile): Update.
386 (config.status): Remove target.
387 (lib/pdtrace): New target.
388 (all): Don't depend on EXTRA_RULES.
389 (check-read1): Depend on read1.so, expect-read1.
390
391 2021-06-01 Tom de Vries <tdevries@suse.de>
392
393 PR symtab/26096
394 * gdb.cp/cold-clone.cc: New test.
395 * gdb.cp/cold-clone.exp: New file.
396
397 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
398
399 * gdb.gdb/unittest.c: New file.
400 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
401 into GDB.
402
403 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
404
405 * gdb.base/premature-dummy-frame-removal.c: New file.
406 * gdb.base/premature-dummy-frame-removal.exp: New file.
407 * gdb.base/premature-dummy-frame-removal.py: New file.
408
409 2021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
410
411 * gdb.base/reverse-init-functions.exp: New.
412
413 2021-05-27 Tom de Vries <tdevries@suse.de>
414
415 PR symtab/27919
416 PR testsuite/27920
417 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
418 -readnow.
419
420 2021-05-27 Tom de Vries <tdevries@suse.de>
421
422 PR testsuite/27921
423 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
424 (local_add_gdb_index): ... this.
425
426 2021-05-21 Tom de Vries <tdevries@suse.de>
427
428 PR testsuite/25047
429 * boards/cc-with-gnu-debuglink.exp: New file.
430
431 2021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
432
433 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
434 a dead code with an assignment to a global var. Fix a
435 whitespacing problem around an assignment operator.
436
437 2021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
438
439 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
440 for the powerpc64 LE target.
441 * gdb.arch/powerpc-prologue.exp: Test Harness.
442
443 2021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
444
445 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
446 duplicate test names.
447
448 2021-05-19 Tom de Vries <tdevries@suse.de>
449
450 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
451
452 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
453
454 * gdb.python/py-framefilter-gdb.py.in: Rename to:
455 * gdb.python/py-framefilter-gdb.py: ... this.
456 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
457 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
458
459 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
460
461 * gdb.python/py-framefilter-gdb.py.in: Re-format.
462 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
463
464 2021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
465
466 * gdb.base/class-allocatable-array.exp: Modified test for clang.
467
468 2021-05-16 Weimin Pan <weimin.pan@oracle.com>
469
470 * gdb.ctf/funcreturn.exp: New file.
471 * gdb.ctf/whatis.c: Copy from gdb.base.
472
473 2021-05-14 Tom Tromey <tom@tromey.com>
474
475 * gdb.rust/pp.exp: New file.
476 * gdb.rust/pp.py: New file.
477 * gdb.rust/pp.rs: New file.
478
479 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
480
481 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
482 remove the directory.
483 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
484
485 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
486
487 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
488
489 2021-05-14 Kent Cheung <kent.cheung@arm.com>
490 Andrew Burgess <andrew.burgess@embecosm.com>
491
492 * gdb.python/py-format-string.c: Added a variable to test.
493 * gdb.python/py-format-string.exp: Check string representation is
494 printed at appropriate max_depth settings.
495 * gdb.python/py-nested-maps.exp: Likewise.
496 * gdb.guile/scm-pretty-print.exp: Add additional tests.
497
498 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
499
500 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
501 unique names, also wrap proc body in with_test_prefix.
502
503 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
504
505 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
506 duplicate test names.
507 * gdb.guile/scm-parameter.exp: Provide test names to avoid
508 duplicate names based on the command being run.
509 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
510 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
511 loading a support module.
512 (test_equality): Update test name to match the actual test, making
513 the name unique in the process.
514 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
515 to resolve duplicate tests.
516 (test_inferior_function_call): Likewise.
517 (test_subscript_regression): Likewise.
518
519 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
522 silence PASS lines.
523 (gdb_install_guile_module): Likewise.
524
525 2021-05-12 George Barrett <bob@bob131.so>
526
527 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
528 value-const-value.
529
530 2021-05-12 George Barrett <bob@bob131.so>
531
532 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
533 value-reference-value. Add test for value-rvalue-reference-value.
534
535 2021-05-11 Tom de Vries <tdevries@suse.de>
536
537 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
538 Add "set debug infrun 1" commented out.
539
540 2021-05-11 Tom de Vries <tdevries@suse.de>
541
542 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
543
544 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
545
546 * gdb.fortran/array-element.exp: Breakpoint location is modified.
547
548 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
549
550 PR gdb/27614
551 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
552
553 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
554
555 * gdb.guile/guile.exp: Don't use the source directory as a
556 temporary HOME directory.
557
558 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
559
560 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
561 parameters.
562
563 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
564
565 * gdb.guile/guile.exp: Add an extra test.
566
567 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
570 gdb_test_no_output.
571
572 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
573
574 * Re-format all Python files using black.
575 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
576
577 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
578
579 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
580 watchpoint object before and after registering it with GDB.
581
582 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
583
584 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
585 'proc_with_prefix', remove use of 'with_test_prefix', and
586 reindent.
587 (test_bkpt_deletion): Likewise.
588 (test_bkpt_cond_and_cmds): Likewise.
589 (test_bkpt_invisible): Likewise.
590 (test_watchpoints): Likewise.
591 (test_bkpt_internal): Likewise.
592 (test_bkpt_eval_funcs): Likewise.
593 (test_bkpt_registration): Likewise.
594 (test_bkpt_address): Convert to 'proc_with_prefix'.
595 (test_bkpt_probe): Likewise.
596
597 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
598
599 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
600 names to avoid duplicates.
601 (test_bkpt_cond_and_cmds): Likewise.
602 (test_bkpt_eval_funcs): Likewise.
603
604 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
605
606 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
607 for the -break-condition command's "--force" flag.
608
609 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
610
611 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
612 is called by the test.
613
614 2021-05-05 Tom de Vries <tdevries@suse.de>
615
616 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
617 "Reading symbols" or "Expanding full symbols" lines. Using timeout
618 factor of 2 for attach.
619
620 2021-05-05 Tom de Vries <tdevries@suse.de>
621
622 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
623 "LWP <n> exited" messages.
624
625 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
626
627 * gdb.python/py-type.exp (test_fields): Test calling fields on
628 an int type.
629
630 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
631
632 * gdb.python/flexible-array-member.exp: Adjust expected range
633 value for member declared with 0 size. Test accessing range
634 tuple through range type.
635
636 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
637
638 PR testsuite/27788
639 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
640 expected results when environment variable PYTHONDONTWRITEBYTECODE
641 is set.
642
643 2021-04-30 Tom Tromey <tromey@adacore.com>
644
645 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
646 (Confused_Array): New types.
647 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
648 * gdb.ada/enum_idx_packed.exp: Add new tests.
649
650 2021-04-30 Tom de Vries <tdevries@suse.de>
651
652 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
653 existing timeout factors.
654
655 2021-04-30 Tom de Vries <tdevries@suse.de>
656
657 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
658
659 2021-04-29 Tom de Vries <tdevries@suse.de>
660
661 PR testsuite/27786
662 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
663 remotetimeout to 4.
664
665 2021-04-28 Tom Tromey <tromey@adacore.com>
666
667 * gdb.ada/null_overload.exp: New file.
668 * gdb.ada/null_overload/foo.adb: New file.
669
670 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
671
672 * gdb.python/py-startup-opt.exp: New file.
673
674 2021-04-27 Luis Machado <luis.machado@linaro.org>
675
676 * gdb.base/maint.exp: Drop a pattern that is not needed.
677 * lib/gdb.exp (readnow): Match line-by-line.
678
679 2021-04-27 Luis Machado <luis.machado@linaro.org>
680
681 * gdb.xml/tdesc-reload.exp: Pass -lbl.
682
683 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
684 Simon Marchi <simon.marchi@polymtl.ca>
685
686 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
687 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
688 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
689 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
690 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
691 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
692
693 2021-04-26 Tom Tromey <tromey@adacore.com>
694
695 PR gdb/27743:
696 * gdb.dwarf2/imported-unit-bp.exp: New file.
697 * gdb.dwarf2/imported-unit-bp-main.c: New file.
698 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
699
700 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
701
702 PR gdb/27773
703 * gdb.base/dump.exp: Test dump to non-existent dir.
704
705 2021-04-26 Luis Machado <luis.machado@linaro.org>
706
707 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
708 comparison.
709
710 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
711
712 PR gdb/22640
713 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
714 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
715 changes the default behavior of 'ptype/o'. Update to take into
716 account new horizontal layout.
717 * gdb.rust/simple.exp: Update ptype test to check new horizontal
718 layout.
719 * gdb.rust/union.exp: Same.
720
721 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
722
723 * gdb.base/info_sources.exp: Add new tests.
724
725 2021-04-22 Tom Tromey <tom@tromey.com>
726
727 * gdb.base/ptype-offsets.cc (struct empty_member): New.
728 (main): Use empty_member.
729 * gdb.base/ptype-offsets.exp: Add new test.
730
731 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
732
733 * gdb.python/flexible-array-member.exp: Add check for Python
734 support.
735
736 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
737
738 PR gdb/27757
739 * gdb.python/flexible-array-member.c: New test.
740 * gdb.python/flexible-array-member.exp: New test.
741 * gdb.guile/scm-type.exp (test_range): Add test for flexible
742 array member.
743 * gdb.guile/scm-type.c (struct flex_member): New.
744 (main): Use it.
745
746 2021-04-22 Tom Tromey <tom@tromey.com>
747
748 * gdb.rust/modules.exp: Add checks for syntax errors.
749 * gdb.rust/expr.exp: Add checks for syntax errors.
750 * gdb.rust/simple.exp: Add checks for syntax errors.
751
752 2021-04-21 Carl Love <cel@us.ibm.com>
753
754 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
755 Update expected string for gdb_test "bt".
756
757 * lib/valgrind.exp: Add set remotetimeout 3.
758 Increase vgdb wait from 1 to 2.
759 Add max-invoke-ms option to vgdb command line.
760
761 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
762
763 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
764 conditions.
765
766 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
767 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
768
769 * gdb.mi/mi-break.exp: Fix the duplicate test names.
770
771 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
772
773 * gdb.base/address_space_qualifier.exp: New file.
774
775 2021-04-19 Tom Tromey <tromey@adacore.com>
776
777 PR gdb/27742:
778 * gdb.opt/inline-locals.exp: Update kfail patterns.
779
780 2021-04-17 Tom Tromey <tom@tromey.com>
781
782 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
783
784 2021-04-16 Tom Tromey <tom@tromey.com>
785
786 * gdb.rust/simple.exp: Change error text.
787 * gdb.rust/expr.exp: Change error text.
788
789 2021-04-16 Tom Tromey <tom@tromey.com>
790
791 * gdb.rust/simple.exp: Add parens to 'as' test.
792
793 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
794
795 * boards/simavr.exp: Set debug_flags.
796
797 2021-04-16 Luis Machado <luis.machado@linaro.org>
798
799 * gdb.dwarf2/dw2-bfloat16.exp: New file.
800
801 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
802
803 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
804 including a path in the test name.
805
806 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
807
808 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
809
810 2021-04-15 Tom Tromey <tromey@adacore.com>
811
812 * gdb.dwarf2/arr-stride.exp: Add test.
813
814 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
815
816 * gdb.base/startup-file.exp: Add more tests.
817
818 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
819
820 PR cli/25956
821 * gdb.base/early-init-file.c: New file.
822 * gdb.base/early-init-file.exp: New file.
823 * lib/gdb-utils.exp (style): Handle style 'none'.
824
825 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
826
827 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
828 @DW_INL_declared_inlined for the inline attribute.
829
830 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
831
832 * gdb.opt/inline-locals.c (scoped): New function.
833 (main): Call 'scoped'.
834 * gdb.opt/inline-locals.exp: Update with "info locals" tests
835 for scoped variables.
836 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
837 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
838
839 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
840
841 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
842
843 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
844
845 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
846
847 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
848
849 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
850 non-relative plxv instructions.
851 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
852
853 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
854
855 PR gdb/27525
856 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
857 exercise single-stepping over subpcis,lnia,addpcis instructions
858 with displacement.
859 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
860 of addpcis/lnia/subpcis instructions.
861 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
862 exercise single-stepping over lnia instructions with displacement.
863 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
864 lnia instructions.
865
866 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
867
868 * gdb.arch/powerpc-power10.s: New test for instructions.
869 * gdb.arch/powerpc-power10.exp: Harness to run the test.
870
871 2021-4-12 Carl Love <cel@us.ibm.com>
872
873 * gdb.arch/vsx-vsr-float128.c: New test file.
874 * gdb.arch/vsx-vsr-float128.exp: New expect file.
875
876 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
877
878 * gdb.btrace/reconnect.exp: Relax expected stepi output.
879
880 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
881
882 * gdb.base/ctf-ptype.c: Add struct link containing a forward
883 reference type.
884 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
885
886 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
887
888 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
889 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
890
891 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
892
893 * gdb.cp/rvalue-ref-params.cc (f3): New function.
894 (f4): New function.
895 (global_int): New global variable.
896 (global_float): Likeiwse.
897 (main): Call both new functions.
898 * gdb.cp/rvalue-ref-params.exp: Add new tests.
899
900 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
901
902 * gdb.dwarf2/fission-relative-dwo.c: New file.
903 * gdb.dwarf2/fission-relative-dwo.exp: New file.
904
905 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
906
907 * gdb.dwarf2/fission-absolute-dwo.c: New file.
908 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
909 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
910 instead of build_executable_from_fission_assembler.
911 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
912 * gdb.dwarf2/fission-loclists.exp: Likewise.
913
914 * gdb.dwarf2/fission-multi-cu.S: Delete file.
915 * gdb.dwarf2/fission-multi-cu.c: New file based on old
916 fission-multi-cu1.c and fission-multi-cu2.c files.
917 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
918 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
919 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
920 * gdb.dwarf2/fission-reread.exp: Likewise.
921 * lib/dwarf.exp (extract_dwo_information): New proc.
922 (strip_dwo_information): New proc.
923 (build_executable_and_dwo_files): New proc.
924 (build_executable_from_fission_assembler): Delete.
925 (Dwarf::_debug_addr_index): New variable.
926 (Dwarf::_cu_is_fission): New variable.
927 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
928 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
929 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
930 if this is a fission CU.
931 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
932 (Dwarf::debug_addr_label): New proc.
933 (Dwarf::cu): Initialise _cu_is_fission.
934 (Dwarf::tu): Likewise.
935 (Dwarf::assemble): Initialise _debug_addr_index.
936
937 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
938
939 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
940
941 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
942
943 * gdb.python/py-parameter.exp: Add test for reading data-directory
944 using gdb.parameter API.
945
946 2021-04-06 Tom de Vries <tdevries@suse.de>
947
948 PR breakpoints/25884
949 * gdb.opt/inline-cmds.exp: Remove kfail.
950
951 2021-04-06 Tom de Vries <tdevries@suse.de>
952
953 PR testsuite/27691
954 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
955 file "".
956
957 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
958
959 * lib/pdtrace.in: Fix obvious typo.
960
961 2021-03-31 Tom Tromey <tromey@adacore.com>
962
963 * lib/dwarf.exp (Dwarf::_get_args): New proc.
964 (Dwarf::_location): Use it.
965
966 2021-03-31 Tom de Vries <tdevries@suse.de>
967
968 PR testsuite/27667
969 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
970
971 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
972
973 PR gdb/27541
974 * gdb.base/index-cache-load-twice.exp: Remove.
975 * gdb.base/index-cache-load-twice.c: Remove.
976 * gdb.dwarf2/per-bfd-sharing.exp: New.
977 * gdb.dwarf2/per-bfd-sharing.c: New.
978
979 2021-03-30 Tom de Vries <tdevries@suse.de>
980
981 PR testsuite/27604
982 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
983
984 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
985
986 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
987 the infinite loop to avoid a Clang bug.
988
989 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
990
991 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
992 names for uniqueness.
993 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
994 uniqueness.
995
996 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
997
998 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
999 member.
1000 (make_container): Initialise is_array_p.
1001 * gdb.python/py-prettyprint.exp: Add new tests.
1002 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
1003 Check is_array_p and possibly return 'array'.
1004
1005 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1006
1007 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
1008 * gdb.cp/casts.exp: Give tests unique names.
1009 * gdb.cp/filename.exp: Likewise.
1010 * gdb.cp/gdb2495.exp: Likewise.
1011 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
1012 * gdb.cp/misc.exp: Rename test to make it unique.
1013 * gdb.cp/nsnested.exp: Give tests unique names.
1014 * gdb.cp/ovldbreak.exp: Likewise.
1015 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
1016 being tested. This also removes the duplicate test name.
1017 * gdb.cp/ref-types.exp: Likewise.
1018 * gdb.cp/temargs.exp: Likewise.
1019
1020 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1021
1022 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
1023 square brackets in test.
1024
1025 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1026
1027 * gdb.cp/maint.exp (test_first_component): Run more tests with a
1028 variable number of spaces, this removes the duplicate testing of
1029 'operator ->' which existed before.
1030
1031 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1032
1033 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
1034 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
1035 duplicates, and also to avoid having a string inside parentheses
1036 at the end of test names.
1037
1038 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1039
1040 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
1041 Avoid repeated uses of 'runto', and instread just progress once
1042 through the test stopping at different breakpoints. Give comments
1043 a capital letter and full stop. Give duplicate tests unique names.
1044
1045 2021-03-25 Pedro Alves <pedro@palves.net>
1046
1047 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
1048 "target_non_stop" parameter and use it.
1049 (top level): Add "maint set target-non-stop on/off" testing axis.
1050
1051 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
1052
1053 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
1054 gdb_test_multiple.
1055
1056 2021-03-24 Luis Machado <luis.machado@linaro.org>
1057
1058 * gdb.arch/aarch64-mte.c: New file.
1059 * gdb.arch/aarch64-mte.exp: New test.
1060 * gdb.base/memtag.c: New file.
1061 * gdb.base/memtag.exp: New test.
1062 * lib/gdb.exp (supports_memtag): New function.
1063
1064 2021-03-24 Luis Machado <luis.machado@linaro.org>
1065
1066 * gdb.base/options.exp: Adjust for new print options.
1067 * gdb.base/with.exp: Likewise.
1068
1069 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1070
1071 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
1072 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
1073
1074 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1075
1076 * gdb.dwarf2/dw2-using-debug-str.c: New file.
1077 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
1078 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
1079 not .debug_string.
1080
1081 2021-03-20 Tom Tromey <tom@tromey.com>
1082
1083 * gdb.base/maint.exp: Update "maint print statistics" output.
1084
1085 2021-03-19 Kevin Buettner <kevinb@redhat.com>
1086
1087 * lib/gdbserver-support.exp (gdbserver_exit): Use the
1088 "-nowait" flag when waiting for gdbserver to exit.
1089
1090 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
1091
1092 * gdb.base/info-macros.exp: Append -fdebug-macro to
1093 additional_flags for clang.
1094 * gdb.base/macscp.exp: Likewise.
1095 * gdb.base/style.exp: Likewise.
1096 * gdb.linespec/macro-relative.exp: Likewise.
1097
1098 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
1099 Pedro Alves <pedro@palves.net>
1100
1101 * gdb.base/run-attach-while-running.exp: New.
1102 * gdb.base/run-attach-while-running.c: New.
1103
1104 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1105
1106 * gdb.python/py-framefilter-addr.c: New file.
1107 * gdb.python/py-framefilter-addr.exp: New file.
1108 * gdb.python/py-framefilter-addr.py: New file.
1109
1110 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1111
1112 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
1113 Make use of $gdb_test_name instead of creating a separate $test
1114 variable.
1115 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
1116 adding a '($name)' at the end of each test. This also catches the
1117 one place where '($name)' was missing, and so caused a duplicate
1118 test name.
1119 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
1120 duplicate test names based on the command being tested.
1121 * gdb.threads/signal-command-multiple-signals-pending.exp:
1122 Likewise.
1123 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
1124 avoid duplicate testnames when a test script uses this proc and
1125 also gdb_compile_pthreads.
1126 * lib/prelink-support.exp (build_executable_own_libs): Use
1127 with_test_prefix to avoid duplicate test names when we call
1128 build_executable twice.
1129
1130 2021-03-15 Tom Tromey <tromey@adacore.com>
1131
1132 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
1133
1134 2021-03-15 Tom Tromey <tromey@adacore.com>
1135
1136 * gdb.ada/varsize_limit.exp: Add new test.
1137 * gdb.ada/varsize_limit/vsizelim.adb: Update.
1138
1139 2021-03-15 Tom Tromey <tromey@adacore.com>
1140
1141 * gdb.ada/operator_call/twovecs.ads: New file.
1142 * gdb.ada/operator_call/twovecs.adb: New file.
1143 * gdb.ada/operator_call/opcall.adb: New file.
1144 * gdb.ada/operator_call.exp: New file.
1145
1146 2021-03-15 Tom Tromey <tromey@adacore.com>
1147
1148 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
1149 * gdb.ada/enums_overload/enums_overload.ads: New file.
1150 * gdb.ada/enums_overload/enums_overload.adb: New file.
1151 * gdb.ada/enums_overload.exp: New file.
1152
1153 2021-03-15 Tom Tromey <tromey@adacore.com>
1154
1155 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
1156 Declare.
1157 * gdb.ada/assign_arr/target_wrapper.adb: New file.
1158 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
1159 Call Put.
1160 * gdb.ada/assign_arr.exp: Update.
1161
1162 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
1163
1164 * gdb.python/py-auto-load-chaining-f1.c: New file.
1165 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
1166 * gdb.python/py-auto-load-chaining-f2.c: New file.
1167 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
1168 * gdb.python/py-auto-load-chaining.c: New file.
1169 * gdb.python/py-auto-load-chaining.exp: New file.
1170
1171 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1172
1173 * gdb.python/py-bad-printers.exp: Extend test names to make them
1174 unique.
1175 * gdb.python/py-events.exp: Likewise.
1176 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1177 * gdb.python/py-frame-inline.exp: Likewise.
1178 * gdb.python/py-frame.exp: Likewise.
1179 * gdb.python/py-infthread.exp: Likewise.
1180
1181 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1182
1183 * gdb.python/py-value-cc.exp: Remove a duplicate test.
1184
1185 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1186
1187 * gdb.python/lib-types.exp: Update the test to check the correct
1188 python variable.
1189
1190 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1191
1192 * gdb.python/py-explore-cc.exp: Extend test names to make them
1193 unique.
1194
1195 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1196
1197 * gdb.python/py-lookup-type.exp: Remove duplicate test.
1198
1199 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.python/py-symtab.exp: Extend test names to make them
1202 unique.
1203
1204 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1205
1206 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
1207 names unique.
1208
1209 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1210
1211 * gdb.python/py-block.exp: Give tests unique names.
1212
1213 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1214
1215 * gdb.python/py-pp-maint.exp: Extend test names to make them
1216 unique.
1217
1218 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1219
1220 * gdb.python/py-explore.exp: Add with_test_prefix to make test
1221 names unique.
1222
1223 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
1226
1227 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1228
1229 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
1230 names unique.
1231
1232 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1233
1234 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
1235 test names unique.
1236
1237 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1238
1239 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
1240 unique.
1241
1242 2021-03-09 Tom Tromey <tromey@adacore.com>
1243
1244 * gdb.base/cast-call.exp: New file.
1245 * gdb.base/cast-call.c: New file.
1246
1247 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1248
1249 * gdb.gdb/python-helper.exp: New file.
1250
1251 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
1252
1253 * gdb.fortran/intrinsics.exp: Add LOC tests.
1254
1255 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * gdb.fortran/shape.exp: New file.
1258 * gdb.fortran/shape.f90: New file.
1259
1260 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1261
1262 * gdb.fortran/size.exp: New file.
1263 * gdb.fortran/size.f90: New file.
1264
1265 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * gdb.fortran/rank.exp: New file.
1268 * gdb.fortran/rank.f90: New file.
1269
1270 2021-03-08 Tom Tromey <tom@tromey.com>
1271
1272 * gdb.fortran/debug-expr.exp: Update tests.
1273
1274 2021-03-08 Tom Tromey <tom@tromey.com>
1275
1276 * gdb.base/debug-expr.exp: Update expected dump output.
1277
1278 2021-03-06 Tom Tromey <tom@tromey.com>
1279
1280 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
1281 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
1282 * gdb.dwarf2/dwznolink.exp: New file.
1283
1284 2021-03-05 Mark Wielaard <mark@klomp.org>
1285
1286 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
1287
1288 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
1289
1290 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
1291
1292 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1293
1294 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
1295
1296 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1297
1298 * gdb.btrace/non-stop.exp: Adjust expected source lines.
1299
1300 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1301
1302 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
1303
1304 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1305
1306 * gdb.btrace/exception.cc (main): Update test source.
1307 * gdb.btrace/exception.exp: Update patterns.
1308 * gdb.btrace/function_call_history.exp: Likewise.
1309
1310 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1311
1312 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
1313
1314 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1315
1316 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
1317 reverse-continue to breakpoint.
1318
1319 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1320
1321 * gdb.btrace/delta.exp: Remove instruction-history and
1322 function-call-history checks.
1323
1324 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1325
1326 * README (Note): Add nopie_ldflag.
1327 * lib/gdb.exp (gdb_compile): Extend nopie handling.
1328
1329 2021-03-02 Tom Tromey <tromey@adacore.com>
1330
1331 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
1332 encodings.
1333
1334 2021-02-27 Lancelot Six <lsix@lancelotix.com>
1335
1336 PR gdb/27393
1337 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
1338
1339
1340 2021-02-26 Tom Tromey <tom@tromey.com>
1341
1342 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
1343
1344 2021-02-26 Jan Vrany <jan.vrany@labware.com>
1345
1346 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1347 Remove trailing \n from expected output.
1348
1349 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1350
1351 * lib/gdb.exp (use_gdb_stub): Extend comment.
1352
1353 2021-02-25 Jan Matyas <jmatyas@codasip.com>
1354
1355 PR gdb/26819
1356 * gdb.server/stop-reply-no-thread.exp: Add two test
1357 scenarios that cover remote targets which do not have
1358 the concept of threads.
1359
1360 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1361
1362 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1363
1364 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1365
1366 PR fortran/26155
1367 * gdb.fortran/call-no-debug-func.f90: New file.
1368 * gdb.fortran/call-no-debug-prog.f90: New file.
1369 * gdb.fortran/call-no-debug.exp: New file.
1370
1371 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * gdb.fortran/associated.exp: New file.
1374 * gdb.fortran/associated.f90: New file.
1375
1376 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1377
1378 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1379
1380 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.base/sect-cmd.exp: Update expected results.
1383
1384 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1385
1386 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1387 techniques. Enable the test for all targets.
1388
1389 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1390
1391 * gdb.base/maint-info-sections.exp: Add new tests.
1392 (check_maint_info_target_sections_output): New proc.
1393
1394 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1395
1396 * gdb.arch/riscv-default-tdesc.exp: New file.
1397
1398 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1399
1400 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1401
1402 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * gdb.arch/i386-biarch-core.exp: Add target check.
1405
1406 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1407
1408 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1409
1410 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1411
1412 * gdb.fortran/allocated.exp: New file.
1413 * gdb.fortran/allocated.f90: New file.
1414
1415 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1416
1417 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1418
1419 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1420
1421 * gdb.base/maint-info-sections.exp: Update expected output, and
1422 add additional tests. Again.
1423
1424 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * gdb.base/maint-info-sections.exp: Update expected output, and
1427 add additional tests.
1428
1429 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1430
1431 * gdb.base/maint-info-sections.exp: New file, content is moved
1432 from gdb.base/maint.exp and cleaned up to use latest testsuite
1433 techniques.
1434 * gdb.base/maint.exp: Tests moved out to
1435 gdb.base/maint-info-sections.exp.
1436
1437 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
1438
1439 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1440 GDBFLAGS.
1441
1442 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * gdb.fortran/lbound-ubound.F90: New file.
1445 * gdb.fortran/lbound-ubound.exp: New file.
1446
1447 2021-02-10 Tom de Vries <tdevries@suse.de>
1448
1449 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1450 "Restore saved setting of complaints".
1451
1452 2021-02-09 Tom de Vries <tdevries@suse.de>
1453
1454 PR symtab/27341
1455 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1456 (gdb_load_no_complaints): ... here.
1457 * gdb.fortran/function-calls.exp: Add test-case.
1458
1459 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
1460
1461 * gdb.threads/signal-command-handle-nopass.exp: Call
1462 'standard_testfile' before using 'testfile'.
1463 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1464 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1465 * gdb.threads/signal-sigtrap.exp: Likewise
1466
1467 2021-02-08 Luis Machado <luis.machado@linaro.org>
1468
1469 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1470
1471 2021-02-08 Tom de Vries <tdevries@suse.de>
1472
1473 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1474
1475 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1476
1477 * gdb.python/tui-window-disabled.c: New file.
1478 * gdb.python/tui-window-disabled.exp: New file.
1479 * gdb.python/tui-window-disabled.py: New file.
1480
1481 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1482
1483 * gdb.python/tui-window.exp: Add new tests.
1484 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1485 TestWindow object into global the_window.
1486 <remote_title>: New method.
1487 (delete_window_title): New function.
1488
1489 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1490
1491 * gdb.tui/winheight.exp: Add more tests.
1492
1493 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1494
1495 * gdb.python/py-framefilter.exp: Update expected results.
1496 * gdb.python/python.exp: Update expected results.
1497
1498 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1499
1500 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1501 about bug in GDB, update expected results, and add more tests.
1502
1503 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1504
1505 * gdb.tui/scroll.exp: New file.
1506 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1507 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1508 remaining lines up.
1509 (Term::check_region_contents): New proc.
1510 (Term::check_box_contents): Use check_region_contents.
1511
1512 2021-02-06 Tom de Vries <tdevries@suse.de>
1513
1514 PR testsuite/26922
1515 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1516 scrolling.
1517
1518 2021-02-05 Tom de Vries <tdevries@suse.de>
1519
1520 PR breakpoints/27313
1521 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1522 rejected.
1523
1524 2021-02-05 Tom de Vries <tdevries@suse.de>
1525
1526 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1527 * gdb.fortran/mixed-lang-stack.exp: Same.
1528
1529 2021-02-05 Tom de Vries <tdevries@suse.de>
1530
1531 PR exp/27265
1532 * gdb.base/complex-parts.exp: Add tests.
1533
1534 2021-02-05 Tom de Vries <tdevries@suse.de>
1535
1536 PR symtab/27307
1537 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1538
1539 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1540
1541 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1542
1543 2021-02-03 Pedro Alves <pedro@palves.net>
1544
1545 * gdb.threads/detach-step-over.c: New file.
1546 * gdb.threads/detach-step-over.exp: New file.
1547
1548 2021-02-03 Pedro Alves <pedro@palves.net>
1549
1550 * gdb.threads/attach-non-stop.c: New file.
1551 * gdb.threads/attach-non-stop.exp: New file.
1552
1553 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1554
1555 * gdb.base/inferior-noarg.c: New test.
1556 * gdb.base/inferior-noarg.exp: New test.
1557
1558 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1559
1560 * gdb.base/scope.exp: Use proc_with_prefix.
1561
1562 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1563
1564 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1565 table proc.
1566 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1567 .debug_rnglists table without offset array.
1568 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1569 .debug_loclists table without offset array.
1570
1571 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1572
1573 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1574 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1575 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1576 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1577 attribute
1578
1579 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1580
1581 PR gdb/26813
1582 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1583 (loclists): New proc.
1584 * gdb.dwarf2/loclists-multiple-cus.c: New.
1585 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1586 * gdb.dwarf2/loclists-sec-offset.c: New.
1587 * gdb.dwarf2/loclists-sec-offset.exp: New.
1588
1589 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1590
1591 * lib/dwarf.exp (_location): Add parameters.
1592 (_handle_DW_FORM): Adjust.
1593
1594 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1595
1596 PR gdb/26813
1597 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1598 (cu): Generate header for DWARF 5.
1599 (rnglists): New proc.
1600 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1601 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1602
1603 2021-02-02 Tom de Vries <tdevries@suse.de>
1604
1605 PR symtab/24620
1606 * gdb.dwarf2/fission-reread.exp: Add test-case.
1607
1608 2021-02-01 Tom de Vries <tdevries@suse.de>
1609
1610 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1611 * gdb.dwarf2/fission-loclists-pie.S: Same.
1612 * gdb.dwarf2/fission-loclists.S: Same.
1613 * gdb.dwarf2/fission-multi-cu.S: Same.
1614 * gdb.dwarf2/fission-reread.S: Same.
1615 * gdb.dwarf2/fission-base.exp: Use DWO.
1616 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1617 * gdb.dwarf2/fission-loclists.exp: Same.
1618 * gdb.dwarf2/fission-multi-cu.exp: Same.
1619 * gdb.dwarf2/fission-reread.exp: Same.
1620
1621 2021-01-29 Tom de Vries <tdevries@suse.de>
1622
1623 PR breakpoints/26063
1624 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1625 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1626
1627 2021-01-29 Tom de Vries <tdevries@suse.de>
1628
1629 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1630
1631 2021-01-28 Tom de Vries <tdevries@suse.de>
1632
1633 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1634 in the backtrace, and use that in the rest of the test instead of
1635 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1636
1637 2021-01-28 Tom de Vries <tdevries@suse.de>
1638
1639 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1640 * gdb.arch/i386-sse-stack-align.c: Same.
1641 * gdb.arch/i386-sse-stack-align.exp: Same.
1642
1643 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1644
1645 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1646
1647 2021-01-28 Tom de Vries <tdevries@suse.de>
1648
1649 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1650
1651 2021-01-28 Tom de Vries <tdevries@suse.de>
1652
1653 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1654 "maint info line-table". Make PASS pattern more specific. Make
1655 FAIL pattern work for -m32.
1656
1657 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1658
1659 PR gdb/27133
1660 * gdb.base/ui-redirect.exp: Add test case that ensures that
1661 redirecting both logging and debug does not cause gdb to crash.
1662
1663
1664 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1665
1666 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1667
1668 2021-01-26 Tom de Vries <tdevries@suse.de>
1669
1670 * gdb.threads/killed-outside.exp: Allow regular output.
1671
1672 2021-01-26 Tom de Vries <tdevries@suse.de>
1673
1674 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1675
1676 2021-01-25 Tom de Vries <tdevries@suse.de>
1677
1678 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1679 * lib/gdb.exp: Use gdb_load_no_complaints.
1680
1681 2021-01-25 Tom Tromey <tromey@adacore.com>
1682
1683 * gdb.ada/fixed_points.exp: Add regression test.
1684 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1685 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1686
1687 2021-01-25 Tom Tromey <tromey@adacore.com>
1688
1689 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1690
1691 2021-01-25 Tom Tromey <tromey@adacore.com>
1692
1693 * gdb.ada/local-enum.exp: New file.
1694 * gdb.ada/local-enum/local.adb: New file.
1695
1696 2021-01-23 Tom Tromey <tom@tromey.com>
1697
1698 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1699
1700 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1701
1702 * gdb.base/line65535.exp: Fix test expectation.
1703
1704 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1705
1706 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1707 suppression.
1708 (default_gdb_exit): Likewise.
1709 (default_gdb_spawn): Likewise.
1710 (send_gdb): Likewise.
1711 (gdb_expect): Likewise.
1712 (gdb_expect_list): Likewise.
1713 (default_gdb_init): Likewise.
1714 (gdb_suppress_entire_file): Remove.
1715 (gdb_suppress_tests): Remove.
1716 (gdb_stop_suppressing_tests): Remove.
1717 (gdb_clear_suppressed): Remove.
1718 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1719 related to test suppression.
1720 (default_mi_gdb_start): Likewise.
1721 (mi_gdb_reinitialize_dir): Likewise.
1722 (mi_gdb_test): Likewise.
1723 (mi_run_cmd_full): Likewise.
1724 (mi_runto_helper): Likewise.
1725 (mi_execute_to): Likewise.
1726 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1727 * gdb.base/bitfields.exp: Likewise.
1728 * gdb.base/bitfields2.exp: Likewise.
1729 * gdb.base/break.exp: Likewise.
1730 * gdb.base/call-sc.exp: Likewise.
1731 * gdb.base/callfuncs.exp: Likewise.
1732 * gdb.base/dfp-test.exp: Likewise.
1733 * gdb.base/endian.exp: Likewise.
1734 * gdb.base/exprs.exp: Likewise.
1735 * gdb.base/funcargs.exp: Likewise.
1736 * gdb.base/hbreak2.exp: Likewise.
1737 * gdb.base/recurse.exp: Likewise.
1738 * gdb.base/scope.exp: Likewise.
1739 * gdb.base/sepdebug.exp: Likewise.
1740 * gdb.base/structs.exp: Likewise.
1741 * gdb.base/until.exp: Likewise.
1742 * gdb.cp/misc.exp: Likewise.
1743
1744 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1745
1746 PR cli/25956
1747 * gdb.base/style.exp (run_style_tests): Add version string test.
1748 (test_startup_version_string): Use version style name.
1749 * lib/gdb-utils.exp (style): Handle version style name.
1750
1751 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1752
1753 * gdb.base/style.exp (limited_style): New proc.
1754 (clean_restart_and_disable): New proc.
1755 (run_style_tests): New proc. Most of the old tests from this file
1756 are now in this proc.
1757 (test_startup_version_string): New proc. Reamining test from the
1758 old file is in this proc.
1759
1760 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1761
1762 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1763 Adjust to "set debug remote" changes.
1764
1765 2021-01-21 Luis Machado <luis.machado@linaro.org>
1766
1767 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1768 message.
1769
1770 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1771
1772 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1773
1774 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1775
1776 PR python/19151
1777 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1778
1779 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1780
1781 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1782
1783 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1784
1785 * lib/tuiterm.exp: Add links in comments.
1786
1787 2021-01-20 Tom de Vries <tdevries@suse.de>
1788
1789 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1790 offset.
1791
1792 2021-01-20 Tom de Vries <tdevries@suse.de>
1793
1794 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1795
1796 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1797
1798 * gdb.arch/amd64-stap-expressions.S: New file.
1799 * gdb.arch/amd64-stap-expressions.exp: New file.
1800
1801 2021-01-19 Tom de Vries <tdevries@suse.de>
1802
1803 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1804 sequence.
1805
1806 2021-01-19 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1809
1810 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1811
1812 * gdb.fortran/array-slices.exp (run_test): Avoid including
1813 addresses in test names.
1814
1815 2021-01-15 Tom de Vries <tdevries@suse.de>
1816
1817 PR testsuite/26997
1818 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1819 when adding sizeof.
1820
1821 2021-01-14 Tom de Vries <tdevries@suse.de>
1822
1823 PR testsuite/24590
1824 * gdb.base/style.exp: Handle shorter argv in frame command output.
1825
1826 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1827
1828 PR gdb/26819
1829 * gdb.server/stop-reply-no-thread-multi.c: New file.
1830 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1831
1832 2021-01-12 Tom de Vries <tdevries@suse.de>
1833
1834 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1835 (main): Remove call to have_mpx.
1836 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1837 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1838 (main): Remote call to have_mpx.
1839 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1840 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1841 (main): Remove call to have_mpx.
1842 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1843 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1844 (main): Remove call to have_mpx.
1845 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1846 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1847 (main): Remote call to have_mpx.
1848 * gdb.arch/i386-mpx.exp: Use have_mpx.
1849 * lib/gdb.exp (have_mpx): New proc.
1850
1851 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1852
1853 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1854
1855 2021-01-12 Tom de Vries <tdevries@suse.de>
1856
1857 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1858
1859 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1860
1861 * gdb.fortran/debug-expr.exp: Add new tests.
1862
1863 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1864
1865 * gdb.fortran/dot-ops.exp: Add new tests.
1866
1867 2021-01-11 Tom de Vries <tdevries@suse.de>
1868
1869 PR testsuite/26968
1870 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1871 Move insn setting $eax to before probe point.
1872
1873 2021-01-09 Tom Tromey <tom@tromey.com>
1874
1875 * gdb.trace/ax.exp: Do not require an "ext".
1876
1877 2021-01-08 Tom Tromey <tromey@adacore.com>
1878
1879 * gdb.ada/voidctx/pck.adb: New file.
1880 * gdb.ada/voidctx/pck.ads: New file.
1881 * gdb.ada/voidctx/voidctx.adb: New file.
1882 * gdb.ada/voidctx.exp: New file.
1883
1884 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1885
1886 PR gdb/27157
1887 * gdb.base/empty-host-env-vars.exp: New test.
1888
1889 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 * gdb.base/completion.exp: Add a new test.
1892
1893 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1894
1895 * gdb.fortran/intvar-dynamic-types.exp: New file.
1896 * gdb.fortran/intvar-dynamic-types.f90: New file.
1897
1898 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1899
1900 * gdb.fortran/intvar-array.exp: New file.
1901 * gdb.fortran/intvar-array.f90: New file.
1902
1903 2021-01-07 Tom Tromey <tromey@adacore.com>
1904
1905 * gdb.ada/assign_arr.exp: Add 'others' test.
1906
1907 2021-01-06 Tom Tromey <tromey@adacore.com>
1908
1909 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1910 (FP4_Type): New type.
1911 (FP4_Var): New variable.
1912 * gdb.ada/fixed_points/fixed_points.adb: Update.
1913 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1914
1915 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1916
1917 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1918 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1919 Pass prompt containing debug print to gdb_test_sequence.
1920
1921 2021-01-04 Tom de Vries <tdevries@suse.de>
1922
1923 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1924
1925 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1926
1927
1928
1929 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1930
1931 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1932 * gdb.server/connect-without-multi-process.exp: Likewise.
1933 * gdb.server/exit-multiple-threads.exp: Likewise.
1934 * gdb.server/ext-attach.exp: Likewise.
1935 * gdb.server/ext-restart.exp: Likewise.
1936 * gdb.server/ext-run.exp: Likewise.
1937 * gdb.server/ext-wrapper.exp: Likewise.
1938 * gdb.server/multi-ui-errors.exp: Likewise.
1939 * gdb.server/no-thread-db.exp: Likewise.
1940 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1941 * gdb.server/run-without-local-binary.exp: Likewise.
1942 * gdb.server/server-kill.exp: Likewise.
1943 * gdb.server/server-run.exp: Likewise.
1944 * gdb.server/solib-list.exp: Likewise.
1945 * gdb.server/stop-reply-no-thread.exp: Likewise.
1946 * gdb.server/wrapper.exp: Likewise.
1947 * gdb.server/sysroot.exp: Increase timeout when testing the
1948 target: sysroot.
1949
1950 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1951
1952 * gdb.server/server-run.exp: Use clean_restart.
1953
1954 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1955
1956 * gdb.server/ext-run.exp: Use clean_restart.
1957
1958 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1959
1960 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1961 instead of prepare_for_testing.
1962
1963 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1964
1965 * gdb.server/solib-list.exp: Use clean_restart.
1966
1967 2021-01-04 Tom de Vries <tdevries@suse.de>
1968
1969 * gdb.base/morestack.c: Remove printf.
1970 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1971
1972 2020-12-31 Tom Tromey <tom@tromey.com>
1973
1974 * gdb.rust/simple.exp: Update output for Rust 1.49.
1975
1976 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1977
1978 * gdb.cp/step-and-next-inline.exp: Fix test case.
1979
1980 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1981
1982 * gdb.python/py-frame-args.exp: De-duplicate test names.
1983
1984 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1985
1986 PR gdb/27059
1987 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1988 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1989
1990 2020-12-21 Peter Waller <p@pwaller.net>
1991
1992 * gdb.base/style-interp-exec-mi.exp: New.
1993 * gdb.base/style-interp-exec-mi.c: New.
1994
1995 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1996
1997 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1998 gdb_test. Use proc_with_prefix.
1999
2000 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2001
2002 * gdb.btrace/exception.exp: Build with nopie.
2003 * gdb.btrace/function_call_history.exp: Likewise.
2004 * gdb.btrace/unknown_functions.exp: Likewise.
2005
2006 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2007
2008 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
2009
2010 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2011
2012 * gdb.python/py-record-btrace.exp: Make test names unique.
2013 * gdb.python/py-record-full.exp: Likewise.
2014
2015 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2016
2017 * gdb.btrace/data.exp: Make test names unique.
2018 * gdb.btrace/delta.exp: Likewise.
2019 * gdb.btrace/enable.exp: Likewise.
2020 * gdb.btrace/function_call_history.exp: Likewise.
2021 * gdb.btrace/nohist.exp: Likewise.
2022 * gdb.btrace/non-stop.exp: Likewise.
2023 * gdb.btrace/rn-dl-bind.exp: Likewise.
2024 * gdb.btrace/step.exp: Likewise.
2025 * gdb.btrace/stepi.exp: Likewise.
2026 * gdb.btrace/tailcall.exp: Likewise.
2027
2028 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2029
2030 * gdb.btrace/enable.exp: Update error message.
2031 * gdb.btrace/multi-inferior.exp: Likewise.
2032 * gdb.btrace/reconnect.exp: Likewise.
2033 * gdb.python/py-record-btrace.exp: Likewise.
2034 * gdb.python/py-record-full.exp: Likewise.
2035
2036 2020-12-20 Tom de Vries <tdevries@suse.de>
2037
2038 * lib/gdb.exp (save_target_board_info): New proc.
2039 (gdb_compile_shlib): Use save_target_board_info.
2040
2041 2020-12-19 Tom de Vries <tdevries@suse.de>
2042
2043 * lib/gdb.exp (supports_scalar_storage_order_attribute)
2044 (supports_gnuc): New proc.
2045 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
2046 test_compiler_info calls. Add unsupported message.
2047 * gdb.base/endianity.c: Use TEST_SSO.
2048
2049 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
2050
2051 PR exp/27070
2052 * gdb.python/compare-enum-type-a.c: New test.
2053 * gdb.python/compare-enum-type-b.c: New test.
2054 * gdb.python/compare-enum-type.exp: New file.
2055 * gdb.python/compare-enum-type.h: New test.
2056
2057 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
2058
2059 * gdb.python/py-format-string.exp: Add tests for address keyword.
2060
2061 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
2062
2063 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
2064
2065 2020-12-18 Tom Tromey <tromey@adacore.com>
2066
2067 * gdb.ada/fixed_points.exp: Also run with
2068 -fgnat-encodings=minimal. Update expected output.
2069
2070 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
2071
2072 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
2073 * gdb.base/continue-all-already-running.exp: Likewise.
2074 * gdb.base/moribund-step.exp: Likewise.
2075 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
2076
2077 2020-12-16 Tom de Vries <tdevries@suse.de>
2078
2079 * gdb.base/batch-preserve-term-settings.exp:
2080
2081 2020-12-16 Tom de Vries <tdevries@suse.de>
2082
2083 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
2084 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
2085
2086 2020-12-16 Luis Machado <luis.machado@linaro.org>
2087
2088 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
2089 pointer-based memory accesses.
2090 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
2091 hw watchpoint cases.
2092
2093 2020-12-15 Rae Kim <rae.kim@gmail.com>
2094
2095 * gdb.base/document.exp: New test.
2096
2097 2020-12-15 Tom Tromey <tromey@adacore.com>
2098
2099 * gdb.base/style.exp: Add deprecation tests.
2100
2101 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
2102
2103 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
2104
2105 2020-12-14 Mark Wielaard <mark@klomp.org>
2106
2107 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
2108 specially, set attr_form_comment to the actual FORM string used.
2109
2110 2020-12-14 Mark Wielaard <mark@klomp.org>
2111
2112 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
2113 _constants(SPECIAL_expr) here, but set it...
2114 (Dwarf::cu): ...here based on _cu_version.
2115
2116 2020-12-14 Tom de Vries <tdevries@suse.de>
2117
2118 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
2119 pass -fPIC.
2120 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
2121 * gdb.base/break-probes.exp: Same.
2122 * gdb.base/ctxobj.exp: Same.
2123 * gdb.base/dso2dso.exp: Same.
2124 * gdb.base/global-var-nested-by-dso.exp: Same.
2125 * gdb.base/info-shared.exp: Same.
2126 * gdb.base/jit-reader-simple.exp: Same.
2127 * gdb.base/print-file-var.exp: Same.
2128 * gdb.base/skip-solib.exp: Same.
2129 * gdb.btrace/dlopen.exp: Same.
2130
2131 2020-12-14 Tom de Vries <tdevries@suse.de>
2132
2133 PR testsuite/26963
2134 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
2135
2136 2020-12-14 Tom de Vries <tdevries@suse.de>
2137
2138 PR testsuite/26962
2139 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
2140 cast it to its declared type".
2141
2142 2020-12-14 Tom de Vries <tdevries@suse.de>
2143
2144 PR testsuite/26951
2145 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
2146 shell prompt.
2147
2148 2020-12-14 Tom Tromey <tromey@adacore.com>
2149
2150 * gdb.ada/nested.exp: Add new tests.
2151 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
2152
2153 2020-12-14 Tom Tromey <tromey@adacore.com>
2154
2155 * gdb.dwarf2/ada-thick-pointer.exp: New file.
2156
2157 2020-12-14 Tom Tromey <tromey@adacore.com>
2158
2159 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
2160
2161 2020-12-13 Tom de Vries <tdevries@suse.de>
2162
2163 PR testsuite/26953
2164 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
2165 attribute support if compiler doesn't support it.
2166
2167 2020-12-13 Tom de Vries <tdevries@suse.de>
2168
2169 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
2170 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
2171 source to shared lib. Add ada to options.
2172
2173 2020-12-13 Tom de Vries <tdevries@suse.de>
2174
2175 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
2176 calling gnatbind and gnatlink.
2177
2178 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2179
2180 * gdb.base/dcache-flush.c: New file.
2181 * gdb.base/dcache-flush.exp: New file.
2182
2183 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2184
2185 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
2186 commands.
2187 * gdb.base/killed-outside.exp: Likewise.
2188 * gdb.opt/inline-bt.exp: Likewise.
2189 * gdb.perf/gmonster-null-lookup.py: Likewise.
2190 * gdb.perf/gmonster-print-cerr.py: Likewise.
2191 * gdb.perf/gmonster-ptype-string.py: Likewise.
2192 * gdb.python/py-unwind.exp: Likewise.
2193
2194 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2195
2196 * gdb.base/commands.exp: Update expected results.
2197
2198 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2199
2200 PR cli/15104
2201 * gdb.base/commands.exp: Add additional tests.
2202 * gdb.base/completion.exp: Add additional tests.
2203
2204 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2205
2206 * gdb.base/completion.exp: Add additional tests.
2207
2208 2020-12-11 Tom de Vries <tdevries@suse.de>
2209
2210 PR testsuite/26991
2211 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
2212 violations by setting bounds registers if the bounds are passed in the
2213 Bounds Table.
2214
2215 2020-12-11 Tom de Vries <tdevries@suse.de>
2216
2217 PR testsuite/26954
2218 * gdb.base/float128.exp: Detect and handle no mpfr support.
2219
2220 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
2221
2222 PR gdb/24694
2223 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
2224 calls.
2225
2226 2020-12-10 Tom de Vries <tdevries@suse.de>
2227
2228 PR testsuite/26947
2229 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
2230 braces for tcl 8.5 and earlier.
2231
2232 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
2233
2234 PR 26875, PR 26901
2235 * gdb.base/flexible-array-member.c: New test.
2236 * gdb.base/flexible-array-member.exp: New test.
2237
2238 2020-12-08 Tom de Vries <tdevries@suse.de>
2239
2240 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
2241 using is_amd64_regs_target.
2242
2243 2020-12-08 Tom de Vries <tdevries@suse.de>
2244
2245 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
2246 self_id.
2247
2248 2020-12-07 Pedro Alves <pedro@palves.net>
2249
2250 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
2251 'additional_flags' variable.
2252
2253 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2254
2255 * gdb.linespec/explicit.exp: Extend with a test to check completing
2256 '-' after seemingly complete options.
2257
2258 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2259
2260 * gdb.linespec/keywords.exp: Add tests to check positional
2261 flexibility of "-force-condition".
2262
2263 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2264
2265 * gdb.base/bp-cmds-run-with-ex.c: New file.
2266 * gdb.base/bp-cmds-run-with-ex.exp: New file.
2267 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
2268 * gdb.gdb/python-interrupts.exp: Update the call to
2269 'catch_command_errors' with the new argument.
2270 * gdb.gdb/python-selftest.exp: Ditto.
2271
2272 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2273
2274 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
2275 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2276 * gdb.threads/non-stop-fair-events.exp: Likewise.
2277
2278 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2279
2280 * gdb.threads/step-over-exec.exp: New.
2281 * gdb.threads/step-over-exec.c: New.
2282 * gdb.threads/step-over-exec-execd.c: New.
2283 * lib/my-syscalls.S: New.
2284 * lib/my-syscalls.h: New.
2285
2286 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2287
2288 * lib/dwarf.exp (declare_labels): Use name as text if text is
2289 not provided.
2290
2291 2020-12-04 Tom de Vries <tdevries@suse.de>
2292
2293 PR testsuite/26990
2294 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
2295 are unsupported.
2296
2297 2020-12-04 Tom de Vries <tdevries@suse.de>
2298
2299 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
2300 clause.
2301
2302 2020-12-04 Tom de Vries <tdevries@suse.de>
2303
2304 * gdb.reverse/insn-reverse.exp: Fix count handling.
2305
2306 2020-12-04 Tom de Vries <tdevries@suse.de>
2307
2308 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
2309 __x86_64__.
2310
2311 2020-12-04 Tom de Vries <tdevries@suse.de>
2312
2313 * gdb.reverse/insn-reverse.c (test_nr): New var.
2314 (usage, parse_args): New function.
2315 (main): Call parse_args. Only run test for test_nr.
2316 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
2317 and bail out. Run subtests individually, using an inferior arg
2318 specifying the subtest.
2319
2320 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2321
2322 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
2323
2324 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2325
2326 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
2327 update test to use this.
2328
2329 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2330
2331 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
2332
2333 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2334
2335 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
2336 (do_test): Don't use with_test_prefix.
2337 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
2338 (do_test): Don't use with_test_prefix.
2339 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
2340 (do_test): Don't use with_test_prefix.
2341 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
2342 (do_test): Don't use with_test_prefix.
2343
2344 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2345
2346 * gdb.threads/non-ldr-exit.exp: Fix comment.
2347
2348 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2349
2350 * gdb.xml/maint-xml-dump-03.xml: New file.
2351
2352 2020-11-30 Tom de Vries <tdevries@suse.de>
2353
2354 PR symtab/26905
2355 * gdb.dwarf2/count.exp: Remove kfails.
2356
2357 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2358
2359 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
2360 indices.
2361
2362 2020-11-24 Joel Brobecker <brobecker@adacore.com>
2363
2364 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
2365 the "ptype pck__fp1_range_var" test for the module-2 and pascal
2366 languages. Remove the associated setup_xfail.
2367
2368 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
2369
2370 * lib/gdb.exp (gdb_assert): Show error message on error.
2371
2372 2020-11-23 Tom de Vries <tdevries@suse.de>
2373
2374 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
2375 * gdb.ada/mod_from_name.exp: Same.
2376 * gdb.ada/pckd_arr_ren.exp: Same.
2377
2378 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2379
2380 * gdb.base/template.exp: New.
2381 * gdb.base/template.c: New.
2382
2383 2020-11-22 Gary Benson <gbenson@redhat.com>
2384
2385 PR gdb/26905
2386 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2387 is defined using a DW_AT_count which references another DIE.
2388
2389 2020-11-21 Tom de Vries <tdevries@suse.de>
2390
2391 * gdb.base/vla-ptr.exp: Add XFAIL.
2392
2393 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2394
2395 * gdb.fortran/array-slices-bad.exp: New file.
2396 * gdb.fortran/array-slices-bad.f90: New file.
2397 * gdb.fortran/array-slices-sub-slices.exp: New file.
2398 * gdb.fortran/array-slices-sub-slices.f90: New file.
2399 * gdb.fortran/array-slices.exp: Rewrite tests.
2400 * gdb.fortran/array-slices.f90: Rewrite tests.
2401 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2402
2403 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb.base/completion.exp: Add new completion tests.
2406
2407 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2408
2409 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2410 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2411 * gdb.mi/mi-nsintrall.exp: Likewise.
2412 * gdb.mi/mi-nsmoribund.exp: Likewise.
2413 * gdb.mi/mi-nsthrexec.exp: Likewise.
2414 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2415
2416 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2417
2418 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2419 of perror.
2420
2421 2020-11-18 Joseph Myers <joseph@codesourcery.com>
2422
2423 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2424 $arg.exe exists but $arg does not.
2425
2426 2020-11-17 Gary Benson <gbenson@redhat.com>
2427
2428 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2429 __attribute__ ((used)).
2430
2431 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2432
2433 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2434
2435 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2436
2437 * gdb.base/completion.exp: Add new tests.
2438
2439 2020-11-16 Tom Tromey <tromey@adacore.com>
2440
2441 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2442 tests.
2443
2444 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2445
2446 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2447 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2448 (main): Add reference to pck__fp1_var2.
2449 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2450
2451 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2452
2453 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2454
2455 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2456
2457 * gdb.ada/fixed_points.exp: Add ptype tests.
2458 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2459
2460 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2461
2462 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2463
2464 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2465
2466 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2467 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2468 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2469 New files.
2470 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2471
2472 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2473 New files.
2474
2475 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2476
2477 PR cli/26879
2478 * gdb.fortran/completion.exp: New file.
2479 * gdb.fortran/completion.f90: New file.
2480
2481 2020-11-12 Joseph Myers <joseph@codesourcery.com>
2482
2483 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2484 but $arg does not.
2485
2486 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2487
2488 * gdb.fortran/types.exp: Add more tests.
2489
2490 2020-11-12 Tom Tromey <tom@tromey.com>
2491
2492 PR rust/26799:
2493 * gdb.rust/traits.exp: Remove kfails.
2494
2495 2020-11-12 Gary Benson <gbenson@redhat.com>
2496
2497 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2498 statement.
2499
2500 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
2501
2502 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2503 always-inserted" axis.
2504 (do_test): Add breakpoint_always_inserted parameter.
2505
2506 2020-11-10 Tom Tromey <tromey@adacore.com>
2507
2508 * gdb.ada/bias.exp: Update.
2509 * gdb.ada/bias/bias.adb (X): Change value.
2510
2511 2020-11-10 Gary Benson <gbenson@redhat.com>
2512
2513 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2514 regexp fragment in parentheses to prevent false matching.
2515
2516 2020-11-10 Gary Benson <gbenson@redhat.com>
2517
2518 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2519
2520 2020-11-10 Gary Benson <gbenson@redhat.com>
2521
2522 * gdb.cp/step-and-next-inline.exp: Only require
2523 -gstatement-frontiers when building with GCC.
2524 Only setup KFAIL's for GCC issues when using
2525 a GCC-built executable.
2526
2527 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2528
2529 * gdb.base/debug-expr.c: Add extra function to allow for an
2530 additional test.
2531 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2532 to this proc with gdb_test_debug_expr. Add an extra test.
2533 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2534 to this proc with gdb_test_debug_expr, give the tests names
2535 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2536 calls to this proc with gdb_test_debug_expr, give the tests names
2537 * gdb.fortran/debug-expr.exp: New file.
2538 * gdb.fortran/debug-expr.f90: New file.
2539 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2540
2541 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
2542
2543 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2544 proceduresu.
2545 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2546 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2547 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2548 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2549 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2550 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2551 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2552 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2553
2554 2020-11-04 Tom Tromey <tromey@adacore.com>
2555
2556 * gdb.ada/funcall_ref.exp: Update.
2557 * gdb.ada/var_rec_arr.exp: Update.
2558
2559 2020-11-04 Tom Tromey <tromey@adacore.com>
2560
2561 * gdb.ada/rec_ptype.exp: New file.
2562 * gdb.ada/rec_ptype/main.adb: New file.
2563 * gdb.ada/rec_ptype/p.ads: New file.
2564
2565 2020-11-04 Tom Tromey <tromey@adacore.com>
2566
2567 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2568 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2569 (PT_Full): New variable.
2570 * gdb.ada/tick_length_array_enum_idx/pck.adb
2571 (Full_PT): New type.
2572
2573 2020-11-04 Tom Tromey <tromey@adacore.com>
2574
2575 * gdb.ada/array_of_variant.exp: New file.
2576 * gdb.ada/array_of_variant/p.adb: New file.
2577 * gdb.ada/array_of_variant/pck.ads: New file.
2578 * gdb.ada/array_of_variant/pck.adb: New file.
2579
2580 2020-11-04 Tom Tromey <tromey@adacore.com>
2581
2582 * gdb.ada/enum_idx_packed.exp: Add test.
2583 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2584 New variable.
2585 * gdb.ada/enum_idx_packed/pck.ads (Short)
2586 (Multi_Dimension, Multi_Dimension_Access): New types.
2587
2588 2020-11-04 Tom Tromey <tromey@adacore.com>
2589
2590 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2591
2592 2020-11-04 Tom Tromey <tromey@adacore.com>
2593
2594 * gdb.ada/set_pckd_arr_elt.exp: Also test
2595 -fgnat-encodings=minimal. Add tests.
2596 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2597 Call Update_Small a second time.
2598 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2599 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2600 (Variant_Access): New types.
2601 (New_Variant): Declare.
2602
2603 2020-11-04 Tom Tromey <tromey@adacore.com>
2604
2605 * gdb.ada/mod_from_name.exp: Test printing slice.
2606
2607 2020-11-04 Tom Tromey <tromey@adacore.com>
2608
2609 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2610 values.
2611 * gdb.ada/access_to_unbounded_array.exp: Test different
2612 -fgnat-encodings values.
2613 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2614 values.
2615 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2616 values.
2617 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2618 values.
2619 * gdb.ada/array_of_variable_length.exp: Test different
2620 -fgnat-encodings values.
2621 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2622 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2623 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2624 change.
2625 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2626 values.
2627 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2628 * gdb.ada/out_of_line_in_inlined.exp: Test different
2629 -fgnat-encodings values.
2630 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2631 values.
2632 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2633 values.
2634 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2635 -fgnat-encodings values.
2636 * gdb.ada/variant_record_packed_array.exp: Test different
2637 -fgnat-encodings values.
2638
2639 2020-11-04 Tom Tromey <tromey@adacore.com>
2640
2641 * gdb.ada/enum_idx_packed.exp: Add tests.
2642 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2643 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2644 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2645 declarations.
2646
2647 2020-11-03 Tom de Vries <tdevries@suse.de>
2648
2649 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2650 terminator comments.
2651 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2652 terminator.
2653
2654 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2655
2656 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2657 integer format test with regexp.
2658
2659 2020-11-02 Gary Benson <gbenson@redhat.com>
2660
2661 * gdb.base/print-file-var.exp (test): Separate compiler and
2662 linker options, and build using build_executable_from_specs
2663 to accommodate this.
2664
2665 2020-11-02 Gary Benson <gbenson@redhat.com>
2666
2667 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2668 for .c files compiled as C++ with Clang if any shared
2669 libraries are specified.
2670
2671 2020-11-02 Gary Benson <gbenson@redhat.com>
2672
2673 * lib/attributes.h: New header.
2674 * gdb.base/backtrace.c: Include the above. Replace
2675 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2676 * gdb.base/infcall-nested-structs.c: Likewise.
2677 * gdb.base/vla-optimized-out.c: Likewise.
2678
2679 2020-11-02 Tom de Vries <tdevries@suse.de>
2680
2681 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2682
2683 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2684
2685 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2686 System.Min_Int and System.Max_Int with smaller hardcoded
2687 constants.
2688
2689 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2690
2691 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2692 * configure: Re-generate.
2693
2694 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2695
2696 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2697 expected output.
2698
2699 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2700
2701 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2702 behavior.
2703 * gdb.base/paginate-bg-execution.exp: Ditto.
2704 * gdb.base/paginate-inferior-exit.exp: Ditto.
2705 * gdb.base/double-prompt-target-event-error.c: Remove.
2706 * gdb.base/double-prompt-target-event-error.exp: Remove.
2707
2708 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2709
2710 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2711 inferiors' and 'detach inferiors' do not change the current
2712 inferior.
2713
2714 2020-10-29 Tom de Vries <tdevries@suse.de>
2715
2716 * gdb.threads/tls.exp: Fix DUPLICATEs.
2717
2718 2020-10-28 Tom de Vries <tdevries@suse.de>
2719
2720 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2721
2722 2020-10-28 Tom de Vries <tdevries@suse.de>
2723
2724 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2725 * gdb.base/reread.exp: Same.
2726
2727 2020-10-28 Tom de Vries <tdevries@suse.de>
2728
2729 * lib/gdb.exp (readnow): Handle arg.
2730 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2731
2732 2020-10-28 Tom de Vries <tdevries@suse.de>
2733
2734 * gdb.base/relocate.exp: Update regexp for -readnow.
2735
2736 2020-10-28 Tom de Vries <tdevries@suse.de>
2737
2738 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2739 -readnow.
2740
2741 2020-10-28 Tom de Vries <tdevries@suse.de>
2742
2743 PR symtab/26772
2744 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2745 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2746
2747 2020-10-28 Tom de Vries <tdevries@suse.de>
2748
2749 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2750 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2751 complaint during file command for -readnow.
2752
2753 2020-10-28 Tom de Vries <tdevries@suse.de>
2754
2755 * gdb.cp/nsalias.exp: Fix typo in test name.
2756
2757 2020-10-28 Tom de Vries <tdevries@suse.de>
2758
2759 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2760
2761 2020-10-28 Tom de Vries <tdevries@suse.de>
2762
2763 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2764 -readnow.
2765
2766 2020-10-27 Tom de Vries <tdevries@suse.de>
2767
2768 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2769
2770 2020-10-27 Tom de Vries <tdevries@suse.de>
2771
2772 * gdb.base/maint.exp: Update for -readnow.
2773
2774 2020-10-27 Tom de Vries <tdevries@suse.de>
2775
2776 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2777 -readnow.
2778
2779 2020-10-14 Gary Benson <gbenson@redhat.com>
2780
2781 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2782 "_vptr$Base" as correct, in addition to "_vptr.Base".
2783 (test_mixed): Likewise.
2784
2785 2020-10-27 Gary Benson <gbenson@redhat.com>
2786
2787 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2788 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2789
2790 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2791
2792 * gdb.base/condbreak.exp: Update the completion tests to
2793 consider the '-force' flag.
2794
2795 2020-10-27 Tom de Vries <tdevries@suse.de>
2796
2797 * gdb.base/list-ambiguous-readnow.exp: New file.
2798
2799 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2800
2801 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2802 the condition.
2803 * gdb.linespec/cpcompletion.exp: Update to consider the
2804 '-force-condition' keyword.
2805 * gdb.linespec/explicit.exp: Ditto.
2806 * lib/completion-support.exp: Ditto.
2807
2808 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2809
2810 * gdb.base/condbreak-multi-context.cc: New file.
2811 * gdb.base/condbreak-multi-context.exp: New file.
2812
2813 2020-10-26 Tom Tromey <tom@tromey.com>
2814
2815 * lib/mi-support.exp (default_mi_gdb_start): Call
2816 gdb_stdin_log_init.
2817 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2818 subtract one from gdb_instances.
2819 (gdb_stdin_log_write): Flush in_file.
2820
2821 2020-10-26 Tom de Vries <tdevries@suse.de>
2822
2823 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2824
2825 2020-10-26 Tom Tromey <tromey@adacore.com>
2826
2827 * gdb.ada/unsigned_range/foo.adb: New file.
2828 * gdb.ada/unsigned_range/pack.adb: New file.
2829 * gdb.ada/unsigned_range/pack.ads: New file.
2830 * gdb.ada/unsigned_range.exp: New file.
2831
2832 2020-10-26 Tom de Vries <tdevries@suse.de>
2833
2834 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2835
2836 2020-10-26 Tom de Vries <tdevries@suse.de>
2837
2838 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2839 for CU.
2840 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2841
2842 2020-10-23 Tom de Vries <tdevries@suse.de>
2843
2844 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2845 DW_FORM_string.
2846 (Dwarf::_default_form): New proc.
2847 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2848 guessed.
2849
2850 2020-10-23 Tom de Vries <tdevries@suse.de>
2851
2852 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2853 * gdb.dwarf2/atomic-type.exp: Same.
2854 * gdb.dwarf2/bad-regnum.exp: Same.
2855 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2856 * gdb.dwarf2/dw2-align.exp: Same.
2857 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2858 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2859 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2860 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2861 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2862 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2863 * gdb.dwarf2/enum-type.exp: Same.
2864 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2865 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2866 * gdb.dwarf2/main-subprogram.exp: Same.
2867 * gdb.dwarf2/missing-type-name.exp: Same.
2868 * gdb.dwarf2/nonvar-access.exp: Same.
2869 * gdb.dwarf2/typedef-void-finish.exp: Same.
2870 * gdb.dwarf2/var-access.exp: Same.
2871 * gdb.dwarf2/void-type.exp: Same.
2872
2873 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2874
2875 PR gdb/26693
2876 * gdb.dwarf2/template-specification-full-name.exp: New test.
2877
2878 2020-10-22 Luis Machado <luis.machado@linaro.org>
2879
2880 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2881 expected an offset from the function.
2882 * gdb.base/msym-bp.exp (test): Likewise.
2883
2884 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2885
2886 * gdb.fortran/array-slices.exp: Add a new test.
2887
2888 2020-10-21 Gary Benson <gbenson@redhat.com>
2889
2890 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2891 fullname test with Clang. Also expand comments generally.
2892
2893 2020-10-20 Tom de Vries <tdevries@suse.de>
2894
2895 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2896
2897 2020-10-20 Tom de Vries <tdevries@suse.de>
2898
2899 * gdb.dwarf2/arr-stride.c: Remove.
2900 * gdb.dwarf2/arr-stride.exp: Use main.c.
2901 * gdb.dwarf2/arr-subrange.c: Remove.
2902 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2903 * gdb.dwarf2/bad-regnum.c: Remove.
2904 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2905 * gdb.dwarf2/corrupt.c: Remove.
2906 * gdb.dwarf2/corrupt.exp: Use main.c.
2907 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2908 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2909 * gdb.dwarf2/dw2-icycle.c: Remove.
2910 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2911 * gdb.dwarf2/formdata16.c: Remove.
2912 * gdb.dwarf2/formdata16.exp: Use main.c.
2913 * gdb.dwarf2/implptrconst.c: Remove.
2914 * gdb.dwarf2/implptrconst.exp: Use main.c.
2915 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2916 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2917 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2918 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2919
2920 2020-10-20 Tom de Vries <tdevries@suse.de>
2921
2922 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2923 file.
2924 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2925
2926 2020-10-20 Tom de Vries <tdevries@suse.de>
2927
2928 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2929 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2930 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2931 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2932 * gdb.dwarf2/dw2-ranges.exp: Same.
2933 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2934 * gdb.dwarf2/var-access.exp: Same.
2935
2936 2020-10-19 Tom Tromey <tromey@adacore.com>
2937
2938 PR tui/26719
2939 * gdb.tui/list.exp: Check source window contents after focus
2940 change.
2941
2942 2020-10-17 Tom de Vries <tdevries@suse.de>
2943
2944 PR symtab/26317
2945 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2946
2947 2020-10-17 Tom de Vries <tdevries@suse.de>
2948
2949 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2950 as suffix.
2951 * gdb.dwarf2/atomic.c: Rename to ...
2952 * gdb.dwarf2/atomic-type.c: ... this.
2953 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2954 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2955 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2956 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2957 * gdb.dwarf2/fission-mix2.c: Rename to ...
2958 * gdb.dwarf2/fission-mix-2.c: ... this.
2959 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2960 standard_testfile.
2961 * gdb.dwarf2/ada-valprint-error.exp: Same.
2962 * gdb.dwarf2/arr-stride.exp: Same.
2963 * gdb.dwarf2/arr-subrange.exp: Same.
2964 * gdb.dwarf2/atomic-type.exp: Same.
2965 * gdb.dwarf2/bad-regnum.exp: Same.
2966 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2967 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2968 * gdb.dwarf2/clang-debug-names.exp: Same.
2969 * gdb.dwarf2/comp-unit-lang.exp: Same.
2970 * gdb.dwarf2/corrupt.exp: Same.
2971 * gdb.dwarf2/count.exp: Same.
2972 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2973 * gdb.dwarf2/data-loc.exp: Same.
2974 * gdb.dwarf2/dw2-align.exp: Same.
2975 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2976 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2977 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2978 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2979 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2980 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2981 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2982 * gdb.dwarf2/dw2-inline-param.exp: Same.
2983 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2984 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2985 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2986 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2987 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2988 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2989 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2990 * gdb.dwarf2/dw2-param-error.exp: Same.
2991 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2992 * gdb.dwarf2/dw2-ranges.exp: Same.
2993 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2994 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2995 * gdb.dwarf2/dw4-sig-types.exp: Same.
2996 * gdb.dwarf2/dynarr-ptr.exp: Same.
2997 * gdb.dwarf2/enum-type.exp: Same.
2998 * gdb.dwarf2/fission-mix.exp: Same.
2999 * gdb.dwarf2/formdata16.exp: Same.
3000 * gdb.dwarf2/implptrconst.exp: Same.
3001 * gdb.dwarf2/implptrpiece.exp: Same.
3002 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3003 * gdb.dwarf2/main-subprogram.exp: Same.
3004 * gdb.dwarf2/method-ptr.exp: Same.
3005 * gdb.dwarf2/missing-sig-type.exp: Same.
3006 * gdb.dwarf2/nonvar-access.exp: Same.
3007 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3008 * gdb.dwarf2/shortpiece.exp: Same.
3009 * gdb.dwarf2/staticvirtual.exp: Same.
3010 * gdb.dwarf2/subrange.exp: Same.
3011 * gdb.dwarf2/symtab-producer.exp: Same.
3012 * gdb.dwarf2/typedef-void-finish.exp: Same.
3013 * gdb.dwarf2/var-access.exp: Same.
3014 * gdb.dwarf2/variant.exp: Same.
3015 * gdb.dwarf2/void-type.exp: Same.
3016 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
3017 dw2-ranges-main.c.
3018 * gdb.dwarf2/dw2-ranges-main.c: Remove.
3019
3020 2020-10-16 Tom de Vries <tdevries@suse.de>
3021
3022 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
3023
3024 2020-10-16 Tom de Vries <tdevries@suse.de>
3025
3026 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
3027
3028 2020-10-14 Tom de Vries <tdevries@suse.de>
3029
3030 PR testsuite/26732
3031 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
3032 scenario 2.
3033 * gdb.ada/mi_catch_ex_hand.exp: Same.
3034
3035 2020-10-13 Pedro Alves <pedro@palves.net>
3036
3037 * lib/mi-support.exp (mi_clean_restart): New.
3038 (mi_run_to_main): Delete.
3039 All callers adjust to use mi_clean_restart / mi_runto_main.
3040
3041 2020-10-13 Pedro Alves <pedro@palves.net>
3042
3043 * config/monitor.exp: Use "list -q".
3044 * gdb.arch/gdb1558.exp: Use "break -q".
3045 * gdb.arch/i386-permbkpt.exp: Use "break -q".
3046 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
3047 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
3048 * gdb.base/commands.exp: Use "break -q".
3049 * gdb.base/condbreak.exp: Use "break -q".
3050 * gdb.base/ctf-ptype.exp: Use "list -q".
3051 * gdb.base/define.exp: Use "break -q".
3052 * gdb.base/del.exp: Use "break -q".
3053 * gdb.base/fullname.exp: Use "break -q".
3054 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
3055 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
3056 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
3057 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
3058 "hbreak -q".
3059 * gdb.base/included.exp: Use "list -q".
3060 * gdb.base/label.exp: Use "break -q".
3061 * gdb.base/lineinc.exp: Use "break -q".
3062 * gdb.base/list.exp: Use "list -q".
3063 * gdb.base/macscp.exp: Use "list -q".
3064 * gdb.base/pending.exp: Use "break -q".
3065 * gdb.base/prologue-include.exp: Use "break -q".
3066 * gdb.base/ptype.exp: Use "list -q".
3067 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
3068 * gdb.base/server-del-break.exp: Use "break -q".
3069 * gdb.base/style.exp: Use "break -q".
3070 * gdb.base/symbol-without-target_section.exp: Use "list -q".
3071 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
3072 * gdb.cp/exception.exp: Use "tbreak -q".
3073 * gdb.dwarf2/dw2-error.exp: Use "break -q".
3074 * gdb.dwarf2/fission-mix.exp: Use "break -q".
3075 * gdb.dwarf2/fission-reread.exp: Use "break -q".
3076 * gdb.dwarf2/pr13961.exp: Use "break -q".
3077 * gdb.linespec/explicit.exp: Use "list -q".
3078 * gdb.linespec/linespec.exp: Use "break -q".
3079 * gdb.mi/mi-simplerun.exp: Use "--qualified".
3080 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
3081 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
3082 * gdb.server/connect-without-multi-process.exp: Use "break -q".
3083 * gdb.trace/change-loc.exp: Use "break -q".
3084 * gdb.trace/pending.exp: Use "break -q".
3085 * gdb.tui/basic.exp: Use "list -q".
3086 * gdb.tui/list-before.exp: Use "list -q".
3087 * gdb.tui/list.exp: Use "list -q".
3088 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
3089
3090 2020-10-13 Pedro Alves <pedro@palves.net>
3091
3092 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
3093 saved breakpoints file.
3094 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
3095 inspecting breakpoint list.
3096 * lib/gdb.exp (runto_main): Add "qualified" to options.
3097 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
3098 and handle it.
3099 (mi_runto_main): Pass 1 as qualified argument.
3100
3101 2020-10-13 Pedro Alves <pedro@palves.net>
3102
3103 * lib/mi-support.exp (mi_runto_main): New proc.
3104 (mi_run_to_main): Use it.
3105 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
3106 * gdb.mi/mi-var-cmd.exp: Likewise.
3107 * gdb.mi/mi-var-invalidate.exp: Likewise.
3108 * mi-var-list-children-invalid-grandchild.exp: Likewise.
3109 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3110 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3111 * gdb.mi/user-selected-context-sync.exp: Likewise.
3112 * gdb.opt/inline-cmds.exp: Likewise.
3113 * gdb.python/py-framefilter-mi.exp: Likewise.
3114 * gdb.python/py-mi.exp: Likewise.
3115
3116 2020-10-13 Pedro Alves <pedro@palves.net>
3117
3118 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
3119 "runto main".
3120 * gdb.ada/small_reg_param.exp: Likewise.
3121 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3122 * gdb.base/annota1.exp: Likewise.
3123 * gdb.base/anon.exp: Likewise.
3124 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
3125 * gdb.base/dprintf-non-stop.exp: Likewise.
3126 * gdb.base/dprintf.exp: Likewise.
3127 * gdb.base/gdb11530.exp: Likewise.
3128 * gdb.base/gdb11531.exp: Likewise.
3129 * gdb.base/gnu_vector.exp: Likewise.
3130 * gdb.base/interrupt-noterm.exp: Likewise.
3131 * gdb.base/memattr.exp: Likewise.
3132 * gdb.base/step-over-syscall.exp: Likewise.
3133 * gdb.base/watch-cond-infcall.exp: Likewise.
3134 * gdb.base/watch-read.exp: Likewise.
3135 * gdb.base/watch-vfork.exp: Likewise.
3136 * gdb.base/watch_thread_num.exp: Likewise.
3137 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
3138 * gdb.guile/scm-frame-inline.exp: Likewise.
3139 * gdb.linespec/explicit.exp: Likewise.
3140 * gdb.opt/inline-break.exp: Likewise.
3141 * gdb.python/py-frame-inline.exp: Likewise.
3142 * gdb.reverse/break-precsave.exp: Likewise.
3143 * gdb.reverse/break-reverse.exp: Likewise.
3144 * gdb.reverse/consecutive-precsave.exp: Likewise.
3145 * gdb.reverse/consecutive-reverse.exp: Likewise.
3146 * gdb.reverse/finish-precsave.exp: Likewise.
3147 * gdb.reverse/finish-reverse.exp: Likewise.
3148 * gdb.reverse/fstatat-reverse.exp: Likewise.
3149 * gdb.reverse/getresuid-reverse.exp: Likewise.
3150 * gdb.reverse/i386-precsave.exp: Likewise.
3151 * gdb.reverse/i386-reverse.exp: Likewise.
3152 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3153 * gdb.reverse/i387-env-reverse.exp: Likewise.
3154 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3155 * gdb.reverse/insn-reverse.exp: Likewise.
3156 * gdb.reverse/machinestate-precsave.exp: Likewise.
3157 * gdb.reverse/machinestate.exp: Likewise.
3158 * gdb.reverse/pipe-reverse.exp: Likewise.
3159 * gdb.reverse/readv-reverse.exp: Likewise.
3160 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3161 * gdb.reverse/rerun-prec.exp: Likewise.
3162 * gdb.reverse/s390-mvcle.exp: Likewise.
3163 * gdb.reverse/solib-precsave.exp: Likewise.
3164 * gdb.reverse/solib-reverse.exp: Likewise.
3165 * gdb.reverse/step-precsave.exp: Likewise.
3166 * gdb.reverse/step-reverse.exp: Likewise.
3167 * gdb.reverse/time-reverse.exp: Likewise.
3168 * gdb.reverse/until-precsave.exp: Likewise.
3169 * gdb.reverse/until-reverse.exp: Likewise.
3170 * gdb.reverse/waitpid-reverse.exp: Likewise.
3171 * gdb.reverse/watch-precsave.exp: Likewise.
3172 * gdb.reverse/watch-reverse.exp: Likewise.
3173 * gdb.threads/kill.exp: Likewise.
3174 * gdb.threads/tid-reuse.exp: Likewise.
3175
3176 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3177
3178 PR gdb/26642
3179 * gdb.base/maint-target-async-off.c: New test.
3180 * gdb.base/maint-target-async-off.exp: New test.
3181
3182 2020-10-13 Alan Modra <amodra@gmail.com>
3183
3184 * gdb.arch/powerpc-altivec.s,
3185 * gdb.arch/powerpc-power7.s,
3186 * gdb.arch/powerpc-power8.s,
3187 * gdb.arch/powerpc-power9.s,
3188 * gdb.arch/powerpc-vsx.s,
3189 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
3190 * gdb.arch/powerpc-altivec.exp,
3191 * gdb.arch/powerpc-power7.exp,
3192 * gdb.arch/powerpc-power8.exp,
3193 * gdb.arch/powerpc-power9.exp,
3194 * gdb.arch/powerpc-vsx.exp,
3195 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
3196 disassembly of mfvsrd/mtvsrd.
3197
3198 2020-10-13 Alan Modra <amodra@gmail.com>
3199
3200 * gdb.arch/arm-disassembler-options.exp: Adjust expected
3201 "target architecture" output.
3202 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3203 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3204 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3205 * gdb.arch/s390-disassembler-options.exp: Likewise.
3206
3207 2020-10-12 Pedro Alves <pedro@palves.net>
3208
3209 PR exp/26602
3210 PR c++/26550
3211 * gdb.cp/ambiguous.cc (marker1): Delete.
3212 (main): Initialize all the fields of the locals. Replace marker1
3213 call with a "set breakpoint here" marker.
3214 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
3215 instead of running to marker1. Add tests printing all the
3216 variables and all the fields of the variables.
3217 (test_ambiguous): New proc, expecting the new GDB output when a
3218 field access is ambiguous. Change all "warning: X ambiguous"
3219 tests to use it.
3220
3221 2020-10-12 Gary Benson <gbenson@redhat.com>
3222
3223 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
3224 * gdb.base/msym-bp-2.c (foo): Likewise.
3225 * gdb.base/msym-lang.c (foo): Likewise.
3226 * gdb.base/msym-lang-main.c (foo): Likewise.
3227 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
3228 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
3229 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
3230 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
3231 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
3232 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
3233 * gdb.python/py-objfile.c (static_var): Likewise.
3234 * gdb.python/py-symbol.c (rr): Likewise.
3235 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
3236 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
3237
3238 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
3239
3240 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
3241 output of backtrace.
3242
3243 2020-10-09 Tom Tromey <tromey@adacore.com>
3244
3245 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
3246 (Rec): Add field. Fix range.
3247 * gdb.ada/scalar_storage.exp: Update.
3248
3249 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
3250
3251 PR exp/26714
3252 * gdb.base/printcmds.exp: Add tests for void results.
3253
3254 2020-10-09 Jan Vrany <jan.vrany@labware.com>
3255
3256 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
3257 is emmited for both 'set directories' and 'directory' commands.
3258
3259 2020-10-08 Tom Tromey <tom@tromey.com>
3260
3261 * gdb.base/style.exp: Check that "main"'s name is styled.
3262
3263 2020-10-07 Tom Tromey <tromey@adacore.com>
3264
3265 * gdb.base/find.exp: Rename some tests.
3266
3267 2020-10-06 Gary Benson <gbenson@redhat.com>
3268
3269 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
3270 * gdb.base/list1.c (unused): Likewise.
3271
3272 2020-10-06 Gary Benson <gbenson@redhat.com>
3273
3274 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
3275 __attribute__ ((used)).
3276 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
3277
3278 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
3279
3280 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
3281 make use of regions throughout.
3282 * gdb.base/overlays.exp: Enclose string with variableds in "..",
3283 not {...}.
3284 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
3285
3286 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
3287
3288 * gdb.base/call-sc.c: Fix return struct on stack test case.
3289 * gdb.base/call-sc.exp: Likewise.
3290
3291 2020-10-02 Gary Benson <gbenson@redhat.com>
3292
3293 * README: Fix "paralell".
3294
3295 2020-09-30 Gary Benson <gbenson@redhat.com>
3296
3297 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
3298 Convert directive to lowercase.
3299 (.Labbrev1_begin): Add missing label.
3300 (abbrev code 0x1): Remove DW_AT_stmt_list.
3301 (.Ldie_b): Likewise.
3302
3303 2020-09-27 Tom Tromey <tom@tromey.com>
3304
3305 * gdb.tui/new-layout.exp: Use with_test_prefix.
3306
3307 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
3308
3309 PR python/26586
3310 * gdb.python/python.exp: add test cases for the from_tty
3311 argument to gdb.execute.
3312
3313 2020-09-25 Gary Benson <gbenson@redhat.com>
3314
3315 * gdb.base/infcall-nested-structs.exp.tcl: Add
3316 additional_flags=-Wno-tautological-compare for C++
3317 tests when compiling using Clang.
3318
3319 2020-09-25 Gary Benson <gbenson@redhat.com>
3320
3321 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
3322 for .c files.
3323
3324 2020-09-24 Tom Tromey <tromey@adacore.com>
3325
3326 PR tui/26638:
3327 * gdb.tui/list.exp: Check output of "focus next".
3328
3329 2020-09-23 Tom Tromey <tom@tromey.com>
3330
3331 * gdb.dwarf2/intbits.exp: New file.
3332 * gdb.dwarf2/intbits.c: New file.
3333
3334 2020-09-20 Pedro Alves <pedro@palves.net>
3335
3336 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
3337 spawn_id before calling remote_close. Close secondary MI channel.
3338
3339 2020-09-20 Pedro Alves <pedro@palves.net>
3340
3341 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
3342 fails.
3343
3344 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
3345
3346 * gdb.fortran/array-slices.exp: Update expected results.
3347 * gdb.fortran/class-allocatable-array.exp: Likewise.
3348 * gdb.fortran/multi-dim.exp: Likewise.
3349 * gdb.fortran/vla-type.exp: Likewise.
3350 * gdb.mi/mi-vla-fortran.exp: Likewise.
3351
3352 2020-09-18 Victor Collod <vcollod@nvidia.com>
3353
3354 PR gdb/26635
3355 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
3356 compatible with i386, and move it to...
3357 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
3358 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
3359 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
3360
3361 2020-09-18 Pedro Alves <pedro@palves.net>
3362
3363 PR gdb/26631
3364 * gdb.multi/multi-target-thread-find.exp: New file.
3365
3366 2020-09-18 Pedro Alves <pedro@palves.net>
3367
3368 * gdb.multi/multi-target-continue.exp: New file, factored out from
3369 multi-target.exp.
3370 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
3371 multi-target.exp.
3372 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
3373 multi-target.exp.
3374 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
3375 multi-target.exp.
3376 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
3377 multi-target.exp.
3378 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3379 multi-target.exp.
3380 * gdb.multi/multi-target.exp: Delete.
3381
3382 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3383
3384 * gdb.fortran/array-slices.exp: Add missing message data.
3385
3386 2020-09-17 Pedro Alves <pedro@palves.net>
3387
3388 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3389
3390 2020-09-17 Pedro Alves <pedro@palves.net>
3391
3392 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3393 full prototype.
3394
3395 2020-09-17 Pedro Alves <pedro@palves.net>
3396
3397 * gdb.python/py-as-string.c: Add cast.
3398
3399 2020-09-17 Pedro Alves <pedro@palves.net>
3400
3401 * gdb.base/sizeof.c (fill): Add cast.
3402
3403 2020-09-17 Pedro Alves <pedro@palves.net>
3404
3405 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3406
3407 2020-09-17 Pedro Alves <pedro@palves.net>
3408
3409 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3410 linkage name.
3411 * gdb.base/prologue.exp: Use print /d.
3412 * gdb.base/symbol-alias.exp: Handle C++ output.
3413 * gdb.base/symbol-alias2.c: Handle C++ output.
3414 [__cplusplus] (func): Explicitly specify linkage name.
3415
3416 2020-09-17 Pedro Alves <pedro@palves.net>
3417
3418 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3419 (struct my_key_t): ... this. Adjust all references.
3420 (struct value_t): Rename to ...
3421 (struct my_value_t): ... this. Adjust all references.
3422 (create_map, add_map_element, create_map_map)
3423 (add_map_map_element): Add casts.
3424
3425 2020-09-17 Pedro Alves <pedro@palves.net>
3426
3427 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3428 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3429
3430 2020-09-17 Pedro Alves <pedro@palves.net>
3431
3432 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3433
3434 2020-09-17 Pedro Alves <pedro@palves.net>
3435
3436 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3437 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3438 (charfoo, intfoo): Define full prototype.
3439 * gdb.base/ptype1.c (charfoo): Define full prototype.
3440 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3441 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3442
3443 2020-09-17 Pedro Alves <pedro@palves.net>
3444
3445 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3446 Don't define.
3447 (utf_32_string): Compile for both C and C++.
3448 * gdb.base/charset.exp: Use "print /d".
3449
3450 2020-09-17 Pedro Alves <pedro@palves.net>
3451
3452 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3453 (nullptr): Rename to ...
3454 (null_ptr): ... this.
3455 * gdb.base/watchpoint.exp: Adjust to rename.
3456
3457 2020-09-17 Pedro Alves <pedro@palves.net>
3458
3459 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3460 (three_not_flag): Add casts.
3461
3462 2020-09-17 Pedro Alves <pedro@palves.net>
3463
3464 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3465 char array.
3466 (main): Add references to Barrier, TestStrings, TestStringsH and
3467 TestStringsW.
3468 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3469 and expect a full prototype in C++.
3470
3471 2020-09-17 Pedro Alves <pedro@palves.net>
3472
3473 * gdb.base/nested-addr.c (main): Add cast.
3474 * gdb.base/nested-addr.exp: Use "print /d".
3475
3476 2020-09-17 Pedro Alves <pedro@palves.net>
3477
3478 * gdb.base/break.exp (func): New. Use it throughout when
3479 expecting a function name.
3480
3481 2020-09-17 Pedro Alves <pedro@palves.net>
3482
3483 * gdb.base/display.exp: Issue "set print asm-demangle on".
3484
3485 2020-09-17 Pedro Alves <pedro@palves.net>
3486
3487 * gdb.base/find.c: Include <string.h>.
3488 (init_bufs): Add cast.
3489 * gdb.base/find.exp: Issue "set print asm-demangle on".
3490
3491 2020-09-16 Tom Tromey <tromey@adacore.com>
3492
3493 PR gdb/26598:
3494 * gdb.base/skipcxx.exp: New file.
3495 * gdb.base/skipcxx.cc: New file.
3496
3497 2020-09-16 Tom de Vries <tdevries@suse.de>
3498
3499 PR testsuite/26617
3500 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3501 WITH_DEBUG_SECTIONS is defined.
3502 (xstr, str): New macro.
3503 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3504 to get start and size of _Dmain.
3505 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3506 using additional_flags.
3507
3508 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3509
3510 * gdb.base/bp-cmds-sourced-script.c: New file.
3511 * gdb.base/bp-cmds-sourced-script.exp: New test.
3512 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3513
3514 2020-09-16 Tom de Vries <tdevries@suse.de>
3515
3516 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3517 get the gdb prompt after issuing "monitor exit".
3518
3519 2020-09-16 Tom de Vries <tdevries@suse.de>
3520
3521 PR testsuite/26624
3522 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3523
3524 2020-09-16 Tom de Vries <tdevries@suse.de>
3525
3526 PR testsuite/26618
3527 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3528
3529 2020-09-15 Tom Tromey <tromey@adacore.com>
3530
3531 PR rust/26197:
3532 * lib/rust-support.exp (rust_llvm_version): New proc.
3533 * gdb.rust/simple.exp: Check rust_llvm_version.
3534
3535 2020-09-14 Tom de Vries <tdevries@suse.de>
3536
3537 * gdb.rust/traits.exp: Fix PATH warning.
3538
3539 2020-09-13 Pedro Alves <pedro@palves.net>
3540
3541 * gdb.base/catch-follow-exec.c (main): Add explicit return
3542 statement.
3543 * gdb.base/catch-signal.c (main): Likewise.
3544 * gdb.base/condbreak-call-false.c (main): Likewise.
3545 * gdb.base/consecutive.c (main): Add explicit return
3546 statement and return type.
3547 * gdb.base/cursal.c (main): Add explicit return statement.
3548 * gdb.base/cvexpr.c (main): Likewise.
3549 * gdb.base/display.c (main): Add explicit return statement and
3550 return type.
3551 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3552 * gdb.base/endianity.c (main): Likewise.
3553 * gdb.base/execd-prog.c (main): Likewise.
3554 * gdb.base/gdb1090.c (main): Likewise.
3555 * gdb.base/info_qt.c (main): Likewise.
3556 * gdb.base/lineinc.c (main): Likewise.
3557 * gdb.base/load-command.c (main): Likewise.
3558 * gdb.base/macscp1.c (main): Likewise.
3559 * gdb.base/pr10179-a.c (main): Likewise.
3560 * gdb.base/quit-live.c (main): Likewise.
3561 * gdb.base/scope0.c (main): Likewise.
3562 * gdb.base/settings.c (main): Likewise.
3563 * gdb.base/stack-checking.c (main): Return int.
3564 * gdb.base/varargs.c (main): Add explicit return statement.
3565 * gdb.cp/ambiguous.cc (main): Likewise.
3566 * gdb.cp/anon-struct.cc (main): Likewise.
3567 * gdb.cp/anon-union.cc (main): Likewise.
3568 * gdb.cp/bool.cc (main): Likewise.
3569 * gdb.cp/bs15503.cc (main): Likewise.
3570 * gdb.cp/cplusfuncs.cc (main): Likewise.
3571 * gdb.cp/cttiadd.cc (main): Likewise.
3572 * gdb.cp/extern-c.cc (main): Likewise.
3573 * gdb.cp/filename.cc (main): Likewise.
3574 * gdb.cp/formatted-ref.cc (main): Likewise.
3575 * gdb.cp/mb-ctor.cc (main): Likewise.
3576 * gdb.cp/member-ptr.cc (main): Likewise.
3577 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3578 * gdb.cp/overload-const.cc (main): Likewise.
3579 * gdb.cp/paren-type.cc (main): Likewise.
3580 * gdb.cp/parse-lang.cc (main): Likewise.
3581 * gdb.cp/pr-1023.cc (main): Likewise.
3582 * gdb.cp/psmang1.cc (main): Likewise.
3583 * gdb.cp/readnow-language.cc (main): Likewise.
3584 * gdb.cp/ref-params.cc (main): Likewise.
3585 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3586 * gdb.cp/virtbase2.cc (main): Likewise.
3587 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3588 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3589 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3590 * gdb.mi/mi-console.c (main): Likewise.
3591 * gdb.mi/mi-read-memory.c (main): Likewise.
3592 * gdb.modula2/multidim.c (main): Likewise.
3593 * gdb.opt/inline-small-func.c (main): Likewise.
3594 * gdb.python/py-rbreak.c (main): Likewise.
3595 * gdb.stabs/exclfwd1.c (main): Likewise.
3596 * gdb.trace/qtro.c (main): Likewise.
3597
3598 2020-09-13 Pedro Alves <pedro@palves.net>
3599
3600 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3601 instead of getenv.
3602
3603 2020-09-13 Pedro Alves <pedro@palves.net>
3604
3605 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3606 instead of spawning GDB with remote_spawn.
3607 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3608 gdb_spawn instead of spawning GDB with remote_spawn.
3609
3610 2020-09-13 Pedro Alves <pedro@palves.net>
3611
3612 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3613 file and add calls to first and second.
3614 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3615 add call to f.
3616
3617 2020-09-13 Pedro Alves <pedro@palves.net>
3618
3619 * gdb.mi/mi-break-qualified.cc: New file.
3620 * gdb.mi/mi-break-qualified.exp: New file.
3621 * lib/mi-support.exp (mi_create_breakpoint_multi)
3622 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3623 procedures.
3624 (mi_create_breakpoint_1): New, factored out from
3625 mi_create_breakpoint.
3626
3627 2020-09-13 Pedro Alves <pedro@palves.net>
3628
3629 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3630 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3631 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3632 (register_class): Delete.
3633 (main): Don't call register_class.
3634
3635 2020-09-13 Pedro Alves <pedro@palves.net>
3636
3637 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3638 (do_tests): Remove "calling method for small class" test.
3639 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3640 (register_class): Delete.
3641 (main): Don't call register_class.
3642 * gdb.cp/call-method-register.exp: New file, based on bits removed
3643 from classes.exp.
3644 * gdb.cp/call-method-register.cc: New file, based on bits removed
3645 from classes.cc.
3646
3647 2020-09-13 Pedro Alves <pedro@palves.net>
3648
3649 * gdb.base/msym-bp-2.c: New.
3650 * gdb.base/msym-bp-shl-lib.c: New file.
3651 * gdb.base/msym-bp-shl-main-2.c: New file.
3652 * gdb.base/msym-bp-shl-main.c: New file.
3653 * gdb.base/msym-bp-shl.exp: New file.
3654 * gdb.base/msym-bp.c: New file.
3655 * gdb.base/msym-bp.exp: New file.
3656
3657 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3658
3659 * gdb.base/default.exp: Change $_gdb_major to 11.
3660
3661 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3662 Felix Willgerodt <Felix.Willgerodt@intel.com>
3663
3664 * x86-avx512bf16.c: New file.
3665 * x86-avx512bf16.exp: Likewise.
3666 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3667
3668 2020-09-11 Tom de Vries <tdevries@suse.de>
3669
3670 PR exp/26602
3671 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3672
3673 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3674
3675 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3676
3677 2020-09-10 Alan Modra <amodra@gmail.com>
3678
3679 PR 26597
3680 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3681
3682 2020-09-08 Tom de Vries <tdevries@suse.de>
3683
3684 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3685 after gdb_starti_cmd.
3686
3687 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3688
3689 * lib/fortran.exp (fortran_complex8): New proc.
3690 (fortran_complex16): New proc.
3691 * gdb.fortran/complex.exp: Use routines from fortran.exp
3692 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3693 * gdb.fortran/vla-ptr-info.exp: Likewise.
3694
3695 2020-09-03 Tom de Vries <tdevries@suse.de>
3696
3697 PR breakpoint/26546
3698 * gdb.base/label-without-address.exp: Runto main first.
3699
3700 2020-09-02 Tom Tromey <tromey@adacore.com>
3701
3702 * gdb.ada/mi_var_access.exp: Test children of access variable.
3703 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3704 * gdb.ada/mi_var_array.exp: Update.
3705
3706 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3707
3708 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3709 on docker w/ AUFS storage driver.
3710
3711 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3712
3713 * gdb.base/corefile2.exp (renamed binfile): New tests.
3714
3715 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3716
3717 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3718
3719 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3720
3721 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3722 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3723
3724 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3725
3726 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3727 output, printing a "not saved" value from history and printing a
3728 convenience variable created from a "not saved" value.
3729
3730 2020-08-31 Tom de Vries <tdevries@suse.de>
3731
3732 * gdb.base/eh_return.exp: Use nopie.
3733
3734 2020-08-28 Pedro Alves <pedro@palves.net>
3735
3736 * gdb.base/advance-until-multiple-locations.exp
3737 (advance_overload, until_overload): Adjust to match the
3738 frame/function header instead of the source line text.
3739
3740 2020-08-28 Tom de Vries <tdevries@suse.de>
3741
3742 * gdb.base/label-without-address.c: New test.
3743 * gdb.base/label-without-address.exp: New file.
3744
3745 2020-08-27 Pedro Alves <pedro@palves.net>
3746
3747 PR gdb/26523
3748 PR gdb/26524
3749 * gdb.base/advance-until-multiple-locations.cc: New.
3750 * gdb.base/advance-until-multiple-locations.exp: New.
3751
3752 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3753
3754 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3755
3756 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3757
3758 * gdb.arch/amd64-byte.exp: Make test names unique, use
3759 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3760 * gdb.arch/amd64-dword.exp: Likewise.
3761 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3762 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3763 unique.
3764 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3765 * gdb.arch/amd64-word.exp: Make test names unique, use
3766 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3767 * gdb.arch/i386-byte.exp: Make test names unique, use
3768 gdb_breakpoint.
3769 * gdb.arch/i386-word.exp: Likewise.
3770
3771 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3772
3773 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3774
3775 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3776
3777 PR gdb/26532
3778 * gdb.threads/stepi-random-signal.exp: Update pattern.
3779
3780 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3781
3782 PR gdb/26532
3783 * gdb.base/ui-redirect.exp: Update pattern.
3784
3785 2020-08-25 Gary Benson <gbenson@redhat.com>
3786
3787 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3788 when compiling with clang.
3789 * gdb.dwarf2/dw2-restore.exp: Likewise.
3790
3791 2020-08-25 Gary Benson <gbenson@redhat.com>
3792
3793 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3794 Add additional_flags=-Wno-inaccessible-base when compiling
3795 with GCC >= 10.1 or clang. Add additional_flags=-w when
3796 compiling with GCC < 10.
3797
3798 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3799
3800 PR m2/26372
3801 * gdb.modula2/multidim.c: New file.
3802 * gdb.modula2/multidim.exp: New file.
3803
3804 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3805
3806 * lib/gdb.exp (runto): Always emit fail on internal error.
3807
3808 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3809
3810 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3811 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3812 Likewise.
3813 * gdb.threads/stepi-random-signal.exp: Likewise.
3814
3815 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3816
3817 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3818 * gdb.trace/strace.exp: Ditto.
3819
3820 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3821
3822 * gdb.fortran/vla-type.exp: Skip commands not required for
3823 the Flang compiled binaries after prologue fix.
3824
3825 2020-08-17 Tom de Vries <tdevries@suse.de>
3826 Tom Tromey <tromey@adacore.com>
3827
3828 PR rust/26197:
3829 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3830
3831 2020-08-17 Tom Tromey <tromey@adacore.com>
3832
3833 * gdb.ada/mi_var_access.exp: New file.
3834 * gdb.ada/mi_var_access/mi_access.adb: New file.
3835 * gdb.ada/mi_var_access/pck.adb: New file.
3836 * gdb.ada/mi_var_access/pck.ads: New file.
3837
3838 2020-08-16 Tom de Vries <tdevries@suse.de>
3839
3840 PR gdb/25350
3841 * gdb.base/eh_return.c: New test.
3842 * gdb.base/eh_return.exp: New file.
3843
3844 2020-08-15 Tom de Vries <tdevries@suse.de>
3845
3846 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3847 (mixed_func_1d_): Use fortran_charlen_t in decl.
3848
3849 2020-08-15 Tom de Vries <tdevries@suse.de>
3850
3851 PR backtrace/26390
3852 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3853 Update expected pattern.
3854
3855 2020-08-13 Pedro Alves <pedro@palves.net>
3856
3857 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3858 * gdb.fortran/library-module.exp: Likewise.
3859 * gdb.fortran/logical.exp: Likewise.
3860 * gdb.fortran/module.exp: Likewise.
3861 * gdb.fortran/print_type.exp: Likewise.
3862 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3863 * gdb.fortran/vla-datatypes.exp: Likewise.
3864 * gdb.fortran/vla-history.exp: Likewise.
3865 * gdb.fortran/vla-ptr-info.exp: Likewise.
3866 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3867 * gdb.fortran/vla-ptype.exp: Likewise.
3868 * gdb.fortran/vla-sizeof.exp: Likewise.
3869 * gdb.fortran/vla-type.exp: Likewise.
3870 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3871 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3872 * gdb.fortran/vla-value-sub.exp: Likewise.
3873 * gdb.fortran/vla-value.exp: Likewise.
3874
3875 2020-08-13 Pedro Alves <pedro@palves.net>
3876
3877 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3878 * gdb.ada/access_to_packed_array.exp: Likewise.
3879 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3880 * gdb.ada/addr_arith.exp: Likewise.
3881 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3882 * gdb.ada/arr_arr.exp: Likewise.
3883 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3884 * gdb.ada/array_bounds.exp: Likewise.
3885 * gdb.ada/array_of_variable_length.exp: Likewise.
3886 * gdb.ada/array_ptr_renaming.exp: Likewise.
3887 * gdb.ada/array_subscript_addr.exp: Likewise.
3888 * gdb.ada/arraydim.exp: Likewise.
3889 * gdb.ada/arrayparam.exp: Likewise.
3890 * gdb.ada/arrayptr.exp: Likewise.
3891 * gdb.ada/assign_1.exp: Likewise.
3892 * gdb.ada/assign_arr.exp: Likewise.
3893 * gdb.ada/atomic_enum.exp: Likewise.
3894 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3895 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3896 * gdb.ada/bias.exp: Likewise.
3897 * gdb.ada/boolean_expr.exp: Likewise.
3898 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3899 * gdb.ada/bp_enum_homonym.exp: Likewise.
3900 * gdb.ada/bp_inlined_func.exp: Likewise.
3901 * gdb.ada/bp_on_var.exp: Likewise.
3902 * gdb.ada/bp_range_type.exp: Likewise.
3903 * gdb.ada/bp_reset.exp: Likewise.
3904 * gdb.ada/call_pn.exp: Likewise.
3905 * gdb.ada/catch_assert_if.exp: Likewise.
3906 * gdb.ada/catch_ex.exp: Likewise.
3907 * gdb.ada/catch_ex_std.exp: Likewise.
3908 * gdb.ada/char_enum.exp: Likewise.
3909 * gdb.ada/char_param.exp: Likewise.
3910 * gdb.ada/complete.exp: Likewise.
3911 * gdb.ada/cond_lang.exp: Likewise.
3912 * gdb.ada/convvar_comp.exp: Likewise.
3913 * gdb.ada/dgopt.exp: Likewise.
3914 * gdb.ada/disc_arr_bound.exp: Likewise.
3915 * gdb.ada/display_nested.exp: Likewise.
3916 * gdb.ada/dot_all.exp: Likewise.
3917 * gdb.ada/dyn_loc.exp: Likewise.
3918 * gdb.ada/dyn_stride.exp: Likewise.
3919 * gdb.ada/excep_handle.exp: Likewise.
3920 * gdb.ada/expr_delims.exp: Likewise.
3921 * gdb.ada/expr_with_funcall.exp: Likewise.
3922 * gdb.ada/exprs.exp: Likewise.
3923 * gdb.ada/fin_fun_out.exp: Likewise.
3924 * gdb.ada/fixed_cmp.exp: Likewise.
3925 * gdb.ada/formatted_ref.exp: Likewise.
3926 * gdb.ada/frame_arg_lang.exp: Likewise.
3927 * gdb.ada/frame_args.exp: Likewise.
3928 * gdb.ada/fullname_bp.exp: Likewise.
3929 * gdb.ada/fun_addr.exp: Likewise.
3930 * gdb.ada/fun_in_declare.exp: Likewise.
3931 * gdb.ada/fun_overload_menu.exp: Likewise.
3932 * gdb.ada/fun_renaming.exp: Likewise.
3933 * gdb.ada/funcall_char.exp: Likewise.
3934 * gdb.ada/funcall_param.exp: Likewise.
3935 * gdb.ada/funcall_ptr.exp: Likewise.
3936 * gdb.ada/funcall_ref.exp: Likewise.
3937 * gdb.ada/homonym.exp: Likewise.
3938 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3939 * gdb.ada/info_auto_lang.exp: Likewise.
3940 * gdb.ada/info_exc.exp: Likewise.
3941 * gdb.ada/info_types.exp: Likewise.
3942 * gdb.ada/int_deref.exp: Likewise.
3943 * gdb.ada/interface.exp: Likewise.
3944 * gdb.ada/iwide.exp: Likewise.
3945 * gdb.ada/lang_switch.exp: Likewise.
3946 * gdb.ada/length_cond.exp: Likewise.
3947 * gdb.ada/maint_with_ada.exp: Likewise.
3948 * gdb.ada/mi_catch_assert.exp: Likewise.
3949 * gdb.ada/mi_catch_ex.exp: Likewise.
3950 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3951 * gdb.ada/mi_dyn_arr.exp: Likewise.
3952 * gdb.ada/mi_ex_cond.exp: Likewise.
3953 * gdb.ada/mi_exc_info.exp: Likewise.
3954 * gdb.ada/mi_interface.exp: Likewise.
3955 * gdb.ada/mi_prot.exp: Likewise.
3956 * gdb.ada/mi_ref_changeable.exp: Likewise.
3957 * gdb.ada/mi_string_access.exp: Likewise.
3958 * gdb.ada/mi_task_arg.exp: Likewise.
3959 * gdb.ada/mi_task_info.exp: Likewise.
3960 * gdb.ada/mi_var_array.exp: Likewise.
3961 * gdb.ada/mi_var_union.exp: Likewise.
3962 * gdb.ada/mi_variant.exp: Likewise.
3963 * gdb.ada/minsyms.exp: Likewise.
3964 * gdb.ada/mod_from_name.exp: Likewise.
3965 * gdb.ada/nested.exp: Likewise.
3966 * gdb.ada/null_array.exp: Likewise.
3967 * gdb.ada/optim_drec.exp: Likewise.
3968 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3969 * gdb.ada/packed_array_assign.exp: Likewise.
3970 * gdb.ada/packed_tagged.exp: Likewise.
3971 * gdb.ada/pp-rec-component.exp: Likewise.
3972 * gdb.ada/print_chars.exp: Likewise.
3973 * gdb.ada/print_pc.exp: Likewise.
3974 * gdb.ada/ptr_typedef.exp: Likewise.
3975 * gdb.ada/ptype_arith_binop.exp: Likewise.
3976 * gdb.ada/ptype_array.exp: Likewise.
3977 * gdb.ada/ptype_field.exp: Likewise.
3978 * gdb.ada/ptype_tagged_param.exp: Likewise.
3979 * gdb.ada/ptype_union.exp: Likewise.
3980 * gdb.ada/py_range.exp: Likewise.
3981 * gdb.ada/py_taft.exp: Likewise.
3982 * gdb.ada/rdv_wait.exp: Likewise.
3983 * gdb.ada/rec_comp.exp: Likewise.
3984 * gdb.ada/rec_return.exp: Likewise.
3985 * gdb.ada/ref_param.exp: Likewise.
3986 * gdb.ada/ref_tick_size.exp: Likewise.
3987 * gdb.ada/rename_subscript_param.exp: Likewise.
3988 * gdb.ada/repeat_dyn.exp: Likewise.
3989 * gdb.ada/same_component_name.exp: Likewise.
3990 * gdb.ada/same_enum.exp: Likewise.
3991 * gdb.ada/scalar_storage.exp: Likewise.
3992 * gdb.ada/set_wstr.exp: Likewise.
3993 * gdb.ada/small_reg_param.exp: Likewise.
3994 * gdb.ada/str_binop_equal.exp: Likewise.
3995 * gdb.ada/str_ref_cmp.exp: Likewise.
3996 * gdb.ada/str_uninit.exp: Likewise.
3997 * gdb.ada/sub_variant.exp: Likewise.
3998 * gdb.ada/sym_print_name.exp: Likewise.
3999 * gdb.ada/taft_type.exp: Likewise.
4000 * gdb.ada/tagged.exp: Likewise.
4001 * gdb.ada/tagged_access.exp: Likewise.
4002 * gdb.ada/task_bp.exp: Likewise.
4003 * gdb.ada/task_switch_in_core.exp: Likewise.
4004 * gdb.ada/tasks.exp: Likewise.
4005 * gdb.ada/tick_last_segv.exp: Likewise.
4006 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
4007 * gdb.ada/type_coercion.exp: Likewise.
4008 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4009 * gdb.ada/unchecked_union.exp: Likewise.
4010 * gdb.ada/uninitialized_vars.exp: Likewise.
4011 * gdb.ada/var_arr_attrs.exp: Likewise.
4012 * gdb.ada/var_arr_typedef.exp: Likewise.
4013 * gdb.ada/var_rec_arr.exp: Likewise.
4014 * gdb.ada/variant-record.exp: Likewise.
4015 * gdb.ada/variant.exp: Likewise.
4016 * gdb.ada/variant_record_packed_array.exp: Likewise.
4017 * gdb.ada/varsize_limit.exp: Likewise.
4018 * gdb.ada/whatis_array_val.exp: Likewise.
4019 * gdb.ada/widewide.exp: Likewise.
4020 * gdb.ada/win_fu_syms.exp: Likewise.
4021
4022 2020-08-12 Gary Benson <gbenson@redhat.com>
4023
4024 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
4025
4026 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
4027
4028 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
4029 unset the array variable.
4030
4031 2020-08-03 Tom de Vries <tdevries@suse.de>
4032
4033 PR symtab/26333
4034 * lib/dwarf.exp (DW_LNE_user): New proc.
4035 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
4036 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
4037
4038 2020-07-31 Kevin Buettner <kevinb@redhat.com>
4039
4040 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
4041 to 'uintptr_t'
4042 (inttypes.h): Include.
4043
4044 2020-07-31 Kevin Buettner <kevinb@redhat.com>
4045
4046 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
4047 (C5_24k): Delete.
4048 (C5_8k, C5_64k, C5_256k): New macros.
4049 (buf_ro): Allocate 256 KiB of initialized data.
4050
4051 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4052
4053 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
4054 that attempt to overwrite an existing condition with a condition
4055 that fails parsing and also with a condition that parses fine
4056 but contains junk at the end.
4057
4058 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4059
4060 * gdb.base/condbreak-bad.c: New test.
4061 * gdb.base/condbreak-bad.exp: New file.
4062
4063 2020-07-30 Tom de Vries <tdevries@suse.de>
4064
4065 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
4066 out of ...
4067 (GDBInfoModuleSymbols::check_entry): ... here.
4068 (GDBInfoModuleSymbols::check_optional_entry): New proc.
4069 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
4070 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
4071
4072 2020-07-30 Tom de Vries <tdevries@suse.de>
4073
4074 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
4075 "__class_some_module_Number_t" optional.
4076
4077 2020-07-29 Tom de Vries <tdevries@suse.de>
4078
4079 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
4080 multiple locations.
4081
4082 2020-07-29 Tom de Vries <tdevries@suse.de>
4083
4084 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
4085 rather than function name.
4086
4087 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4088
4089 PR symtab/26270:
4090 * gdb.cp/disasm-func-name.cc: New file.
4091 * gdb.cp/disasm-func-name.exp: New file.
4092
4093 2020-07-28 Tom Tromey <tromey@adacore.com>
4094
4095 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
4096 'varval' location.
4097
4098 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4099
4100 * gdb.python/py-unwind.py: Update to make use of a register
4101 descriptor.
4102
4103 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4104
4105 * gdb.python/py-arch-reg-names.exp: Add additional tests.
4106
4107 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
4108
4109 PR fortran/23051
4110 PR fortran/26139
4111 * gdb.fortran/class-allocatable-array.exp: New file.
4112 * gdb.fortran/class-allocatable-array.f90: New file.
4113 * gdb.fortran/pointer-to-pointer.exp: New file.
4114 * gdb.fortran/pointer-to-pointer.f90: New file.
4115
4116 2020-07-25 Tom de Vries <tdevries@suse.de>
4117
4118 PR symtab/26243
4119 * gdb.dwarf2/dw2-line-number-zero.c: New test.
4120 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
4121
4122 2020-07-24 Tom de Vries <tdevries@suse.de>
4123
4124 PR testsuite/26293
4125 * gdb.ada/mi_prot.exp: Require gnatmake-8.
4126
4127 2020-07-23 Pedro Alves <pedro@palves.net>
4128
4129 * gdb.server/server-kill.exp (prepare): New, factored out from the
4130 top level.
4131 (kill_server): New.
4132 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
4133 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
4134
4135 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
4136
4137 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
4138
4139 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
4140
4141 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
4142 Initialize to empty string at top level.
4143 (gdb_wrapper_init): Revert check for file existence on build.
4144 Build the wrapper in its default place, not a build-specific
4145 location. When host == build, make the pathname absolute.
4146 (gdb_compile): Delete leftover declaration of
4147 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
4148 string instead of uninitialized.
4149
4150 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4151
4152 * gdb.base/corefile2.exp: New file.
4153 * gdb.base/coremaker2.exp: New file.
4154
4155 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4156
4157 * gdb.base/coredump-filter.exp: Add second
4158 non-Private-Shared-Anon-File test.
4159 (test_disasm): Rename binfile for test which is expected
4160 to fail.
4161
4162 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4163
4164 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
4165 data in core file".
4166 * gdb.base/coremaker.c (buf2ro): New global.
4167 (mmapdata): Add a read-only mmap mapping.
4168
4169 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4170
4171 PR corefiles/25631
4172 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
4173 New test.
4174 * gdb.base/coremaker.c (buf3): New global.
4175 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
4176 flags.
4177
4178 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4179
4180 * gdb.base/coremaker.c (filler_ro): New global constant.
4181
4182 2020-07-22 Tom Tromey <tromey@adacore.com>
4183
4184 * gdb.ada/mi_prot.exp: New file.
4185 * gdb.ada/mi_prot/pkg.adb: New file.
4186 * gdb.ada/mi_prot/pkg.ads: New file.
4187 * gdb.ada/mi_prot/prot.adb: New file.
4188
4189 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4190
4191 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
4192 loads two JITers.
4193
4194 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4195
4196 * gdb.python/py-arch-reg-groups.exp: Additional tests.
4197
4198 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4199
4200 * gdb.python/py-arch-reg-names.exp: Additional tests.
4201
4202 2020-07-21 Tom de Vries <tdevries@suse.de>
4203
4204 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
4205 breakpoint locations".
4206 * gdb.reverse/solib-reverse.exp: Same.
4207
4208 2020-07-21 Tom de Vries <tdevries@suse.de>
4209
4210 * gdb.reverse/step-reverse.c (callee): Merge statements.
4211
4212 2020-07-21 Tom de Vries <tdevries@suse.de>
4213
4214 * gdb.fortran/info-modules.exp (info module variables): Allow missing
4215 line numbers for some variables.
4216
4217 2020-07-21 Tom de Vries <tdevries@suse.de>
4218
4219 * gdb.opt/inline-locals.c (init_array): New func.
4220 (func1): Use init_array.
4221 * gdb.opt/inline-locals.exp: Update pattern.
4222
4223 2020-07-21 Tom de Vries <tdevries@suse.de>
4224
4225 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
4226 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
4227
4228 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4229
4230 * gdb.guile/source2.scm: Add #f first argument to 'format'.
4231 * gdb.guile/types-module.exp: Remove "ERROR:" from
4232 regexps since Guile 3.0 no longer prints that.
4233
4234 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4235
4236 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
4237 error regexp to match on Guile 2.2.
4238
4239 2020-07-20 Gary Benson <gbenson@redhat.com>
4240
4241 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
4242 with clang.
4243
4244 2020-07-20 Tom de Vries <tdevries@suse.de>
4245
4246 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
4247 (omp_set_lock_in_order): New function.
4248 (single_scope, multi_scope, nested_func, nested_parallel): Use
4249 omp_set_lock_in_order and omp_unset_lock.
4250 (main): Init and destroy lock and lock2.
4251
4252 2020-07-20 Tom de Vries <tdevries@suse.de>
4253
4254 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
4255
4256 2020-07-20 Tom de Vries <tdevries@suse.de>
4257
4258 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
4259
4260 2020-07-17 Tom de Vries <tdevries@suse.de>
4261
4262 * gdb.base/valgrind-infcall-2.c: New test.
4263 * gdb.base/valgrind-infcall-2.exp: New file.
4264 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
4265
4266 2020-07-17 Tom de Vries <tdevries@suse.de>
4267
4268 * gdb.dlang/circular.c (found): Use found_label as label name.
4269 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
4270 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
4271 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
4272 * gdb.dwarf2/ada-linkage-name.exp: Same.
4273 * gdb.dwarf2/arr-subrange.exp: Same.
4274 * gdb.dwarf2/atomic-type.exp: Same.
4275 * gdb.dwarf2/comp-unit-lang.exp: Same.
4276 * gdb.dwarf2/cpp-linkage-name.exp: Same.
4277 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
4278 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
4279 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
4280 * gdb.dwarf2/implptr-64bit.exp: Same.
4281 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4282 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4283 * gdb.dwarf2/imported-unit.exp: Same.
4284 * gdb.dwarf2/main-subprogram.exp: Same.
4285 * gdb.dwarf2/missing-type-name.exp: Same.
4286 * gdb.dwarf2/nonvar-access.exp: Same.
4287 * gdb.dwarf2/struct-with-sig.exp: Same.
4288 * gdb.dwarf2/typedef-void-finish.exp: Same.
4289 * gdb.dwarf2/void-type.exp: Same.
4290
4291 2020-07-17 Tom de Vries <tdevries@suse.de>
4292
4293 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
4294 src parameter.
4295 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
4296 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
4297 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4298 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
4299 * gdb.dwarf2/dwz.exp: Same.
4300 * gdb.dwarf2/implptr-optimized-out.exp: Same.
4301 * gdb.dwarf2/implref-array.exp: Same.
4302 * gdb.dwarf2/implref-const.exp: Same.
4303 * gdb.dwarf2/implref-global.exp: Same.
4304 * gdb.dwarf2/implref-struct.exp: Same.
4305 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
4306 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4307 * gdb.dwarf2/var-access.exp: Same.
4308 * gdb.dwarf2/varval.exp: Same.
4309 * gdb.trace/entry-values.exp: Same.
4310
4311 2020-07-17 Tom de Vries <tdevries@suse.de>
4312
4313 * lib/dwarf.exp (Dwarf::extern): Remove.
4314 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
4315 * gdb.dlang/circular.exp: Same.
4316 * gdb.dwarf2/comp-unit-lang.exp: Same.
4317 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4318 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
4319 * gdb.dwarf2/dwz.exp: Same.
4320 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4321 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4322 * gdb.dwarf2/imported-unit.exp: Same.
4323 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4324
4325 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
4326
4327 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
4328 Use double quotes instead of single quotes.
4329
4330 2020-07-16 Caroline Tice <cmtice@google.com>
4331
4332 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
4333 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
4334
4335 2020-07-16 Tom de Vries <tdevries@suse.de>
4336
4337 * lib/dwarf.exp (program): Initialize _line.
4338 (DW_LNE_end_sequence): Reinitialize _line.
4339 (DW_LNS_advance_line): Update _line.
4340 (line): New proc.
4341 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
4342 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
4343 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
4344 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
4345 * gdb.dwarf2/dw2-is-stmt.exp: Same.
4346 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4347
4348 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4349
4350 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4351 generic.
4352
4353 2020-07-15 Tom de Vries <tdevries@suse.de>
4354
4355 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4356 is_amd64_regs_target.
4357
4358 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4359
4360 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4361 * gdb.fortran/ptype-on-functions.f90: Likewise.
4362
4363 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
4364
4365 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
4366 values in documentation for addr_size to 4 and 8.
4367
4368 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
4369
4370 * gdb.arch/amd64-osabi.exp: Update.
4371 * gdb.arch/arm-disassembler-options.exp: Update.
4372 * gdb.arch/powerpc-disassembler-options.exp: Update.
4373 * gdb.arch/ppc64-symtab-cordic.exp: Update.
4374 * gdb.arch/s390-disassembler-options.exp: Update.
4375 * gdb.base/all-architectures.exp.tcl: Update.
4376 * gdb.base/attach-pie-noexec.exp: Update.
4377 * gdb.base/catch-syscall.exp: Update.
4378 * gdb.xml/tdesc-arch.exp: Update.
4379
4380 2020-07-14 Tom de Vries <tdevries@suse.de>
4381
4382 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4383 (local_gettid): ... this.
4384 (fn): Update.
4385
4386 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4387
4388 * gdb.base/info_sources.exp: Skip directory match tests on
4389 remote hosts.
4390
4391 2020-07-13 Gary Benson <gbenson@redhat.com>
4392
4393 * gdb.base/savedregs.exp (caller): Use parentheses to
4394 make expected expression evaluation ordering explicit.
4395
4396 2020-07-13 Gary Benson <gbenson@redhat.com>
4397
4398 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4399
4400 2020-07-13 Gary Benson <gbenson@redhat.com>
4401
4402 * gdb.base/bigcore.c (main): Use a volatile pointer when
4403 attempting to trigger a SIGSEGV.
4404 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4405 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4406 * gdb.base/savedregs.c (thrower): Likewise.
4407 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4408
4409 2020-07-13 Gary Benson <gbenson@redhat.com>
4410
4411 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4412 defining and using VLA structure fields into...
4413 * gdb.base/vla-struct-fields.c: New file.
4414 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4415 tests into...
4416 * gdb.base/vla-struct-fields.exp: New file.
4417
4418 2020-07-13 Tom de Vries <tdevries@suse.de>
4419
4420 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4421 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4422 * gdb.base/gold-gdb-index.exp: Same.
4423 * gdb.base/morestack.exp: Same.
4424
4425 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4426
4427 PR rust/26121
4428 * gdb.rust/modules.rs: Prevent linker from discarding test
4429 symbol.
4430
4431 2020-07-10 Pedro Alves <pedro@palves.net>
4432
4433 PR gdb/26199
4434 * gdb.multi/multi-target.c (exit_thread): New.
4435 (thread_start): Break loop if EXIT_THREAD.
4436 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4437 (top level) Call test_no_resumed.
4438
4439 2020-07-08 Tom Tromey <tromey@adacore.com>
4440
4441 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4442 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4443
4444 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4445
4446 PR python/22748
4447 * gdb.opt/inline-frame-tailcall.c: New file.
4448 * gdb.opt/inline-frame-tailcall.exp: New file.
4449 * gdb.python/py-unwind-inline.c: New file.
4450 * gdb.python/py-unwind-inline.exp: New file.
4451 * gdb.python/py-unwind-inline.py: New file.
4452
4453 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4454
4455 * gdb.python/py-arch-reg-groups.exp: New file.
4456
4457 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4458
4459 * gdb.python/py-arch-reg-names.exp: New file.
4460
4461 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4462
4463 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4464 gdb.PendingFrame.architecture method.
4465
4466 2020-07-06 Tom de Vries <tdevries@suse.de>
4467
4468 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4469
4470 2020-07-03 Pedro Alves <palves@redhat.com>
4471
4472 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4473 explicitly write negative numbers.
4474 * gdb.base/structs2.exp: Adjust expected output.
4475
4476 2020-07-03 Pedro Alves <palves@redhat.com>
4477
4478 * gdb.base/charset.c (init_string): Change all char parameters to
4479 unsigned char parameters.
4480
4481 2020-07-03 Pedro Alves <palves@redhat.com>
4482
4483 * gdb.base/call-sc.exp (start_scalars_test): Use
4484 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4485 * gdb.base/overlays.c: Remove references to PARAMS.
4486 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4487 * gdb.base/reread.exp: Don't set 'prototypes' global.
4488 * gdb.base/structs.exp (start_structs_test): Use
4489 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4490 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4491 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4492 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4493 call.
4494 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4495
4496 2020-07-03 Pedro Alves <palves@redhat.com>
4497
4498 * gdb.base/m32rovly.c: Delete.
4499 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4500
4501 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4502
4503 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4504 of gdb_py_test_multiple.
4505 * gdb.python/py-cmd.exp: Likewise.
4506 * gdb.python/py-events.exp: Likewise.
4507 * gdb.python/py-function.exp: Likewise.
4508 * gdb.python/py-inferior.exp: Likewise.
4509 * gdb.python/py-infthread.exp: Likewise.
4510 * gdb.python/py-linetable.exp: Likewise.
4511 * gdb.python/py-parameter.exp: Likewise.
4512 * gdb.python/py-value.exp: Likewise.
4513
4514 2020-06-30 Tom de Vries <tdevries@suse.de>
4515
4516 PR testsuite/26175
4517 * lib/future.exp (gdb_default_target_compile): Detect and handle
4518 early_flags.
4519
4520 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
4521
4522 * boards/simavr.exp (gdb_load): Catch errors when closing
4523 previous connection. Close connection, wait for process and
4524 unset simavr_spawn_id on failure.
4525
4526 2020-06-29 Tom de Vries <tdevries@suse.de>
4527
4528 * lib/gdb.exp (unknown): Make test-case unresolved.
4529
4530 2020-06-29 Tom de Vries <tdevries@suse.de>
4531
4532 PR gdb/25475
4533 * gdb.server/solib-list.exp: Verify that the symbol reload
4534 confirmation question is asked.
4535
4536 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4537
4538 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4539 have a input seq nr in each pass message.
4540 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
4541 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4542 * gdb.python/python.exp: Make test names unique,
4543 use gdb_test_multiline instead of gdb_py_test_multiple,
4544 use $gdb_test_name.
4545 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4546
4547 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
4548
4549 * configure.ac: Add --enable-libctf.
4550 * aclocal.m4: sinclude ../config/enable.m4.
4551 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4552 * lib/gdb.exp (skip_ctf_tests): Use it.
4553 * gdb.base/ctf-constvars.exp: Error message tweak.
4554 * gdb.base/ctf-ptype.exp: Likewise.
4555 * configure: Regenerate.
4556
4557 2020-06-26 Gary Benson <gbenson@redhat.com>
4558
4559 * gdb.cp/try_catch.cc: Include string.h.
4560 (main): Replace comparison against string literal with
4561 strcmp, avoiding build failure with -Wstring-compare.
4562 Add "marker test-complete".
4563 * gdb.cp/try_catch.exp: Run the test to the above marker,
4564 then verify that the value of "test" is still true.
4565
4566 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4567
4568 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4569
4570 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4571
4572 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4573
4574 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4575
4576 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4577 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4578 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4579 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4580 * gdb.arch/riscv-tdesc-loading.exp: New file.
4581
4582 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4583
4584 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4585
4586 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4587
4588 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4589 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4590 * gdb.arch/riscv-tdesc-regs.c: New file.
4591 * gdb.arch/riscv-tdesc-regs.exp: New file.
4592
4593 2020-06-24 Pedro Alves <palves@redhat.com>
4594
4595 * gdb.arch/amd64-entry-value-paramref.exp: Use
4596 prepare_for_testing_full and don't pass "c++" for the .S file
4597 build spec.
4598 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4599 $options, since it's an assembly file. Remove -Wno-deprecated.
4600 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4601 compiling C++ programs.
4602
4603 2020-06-24 Pedro Alves <palves@redhat.com>
4604
4605 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4606 Clang, add "-Wno-unknown-warning-option" to the options.
4607
4608 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4609
4610 * gdb.xml/tdesc-reload.c: New file.
4611 * gdb.xml/tdesc-reload.exp: New file.
4612 * gdb.xml/maint-xml-dump-01.xml: New file.
4613 * gdb.xml/maint-xml-dump-02.xml: New file.
4614 * gdb.xml/maint-xml-dump.exp: New file.
4615
4616 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4617
4618 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4619 Adjust for omitted commands when TUI is disabled.
4620
4621 2020-06-23 Gary Benson <gbenson@redhat.com>
4622 Pedro Alves <palves@redhat.com>
4623
4624 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4625 * gdb.cp/nsimport.cc: Likewise.
4626 * gdb.cp/nsnested.cc: Likewise.
4627 * gdb.cp/nsnoimports.cc: Likewise.
4628 * gdb.cp/nsusing.cc: Likewise.
4629 * gdb.cp/smartp.cc: Likewise.
4630 * gdb.python/py-pp-integral.c: Likewise.
4631 * gdb.python/py-pp-re-notag.c: Likewise.
4632
4633 2020-06-23 Gary Benson <gbenson@redhat.com>
4634
4635 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4636 * gdb.cp/nsimport.cc: Likewise.
4637 * gdb.cp/nsnested.cc: Likewise.
4638 * gdb.cp/nsnoimports.cc: Likewise.
4639 * gdb.cp/nsusing.cc: Likewise.
4640 * gdb.cp/smartp.cc: Likewise.
4641 * gdb.python/py-pp-integral.c: Likewise.
4642 * gdb.python/py-pp-re-notag.c: Likewise.
4643
4644 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4645
4646 * gdb.base/default-args.exp: New test.
4647 * gdb.base/default-args.c: New file.
4648 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4649 * gdb.base/default.exp: Update to new help text.
4650 * gdb.base/help.exp: Likewise.
4651 * gdb.base/page.exp: Likewise.
4652 * gdb.base/style.exp: Likewise.
4653 * gdb.guile/guile.exp: Likewise.
4654 * gdb.python/python.exp: Likewise.
4655
4656 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4657
4658 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4659 remote host. Fix search path syntax on Windows host.
4660
4661 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4662
4663 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4664 over 'exec-file-mismatch'.
4665 * gdb.base/attach.c: Mark should_exit volatile.
4666 * gdb.base/attach2.c: Likewise. Add a comment explaining
4667 why the sleep cannot be big.
4668 * gdb.base/attach3.c: New file.
4669
4670 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4671
4672 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4673 prefix optional.
4674
4675 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4676
4677 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4678 for remote host.
4679
4680 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4681 Hafiz Abid Qadeer <abidh@codesourcery.com>
4682
4683 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4684 file sent to remote host.
4685 (top level): Allow int32_t as type of 32-bit register.
4686
4687 2020-06-19 Tom de Vries <tdevries@suse.de>
4688
4689 * lib/gdb.exp (gdb_note): New proc.
4690 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4691 (gdb_default_target_compile): ... here. Only call
4692 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4693 (use_gdb_compile): Change to array.
4694 (toplevel): Update sets of use_gdb_compile to specify language.
4695 Warn about default_target_compile override. Store dejagnu's version
4696 of default_target_compile in dejagnu_default_target_compile.
4697
4698 2020-06-18 Tom de Vries <tdevries@suse.de>
4699
4700 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4701 (default_gdb_init): ... here.
4702
4703 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4704
4705 Fix TUI support checks in gdb.tui tests.
4706
4707 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4708 just say UNSUPPORTED.
4709 * gdb.tui/corefile-run.exp: Likewise.
4710 * gdb.tui/empty.exp: Likewise.
4711 * gdb.tui/list-before.exp: Likewise.
4712 * gdb.tui/list.exp: Likewise.
4713 * gdb.tui/main.exp: Likewise.
4714 * gdb.tui/regs.exp: Likewise.
4715 * gdb.tui/resize.exp: Likewise.
4716 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4717 * gdb.tui/tui-layout-asm.exp: Likewise.
4718 * gdb.tui/tui-missing-src.exp: Likewise.
4719 * gdb.tui/winheight.exp: Likewise.
4720 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4721
4722 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4723
4724 Fix TCL error in gdb.python/py-format-string.exp.
4725
4726 * gdb.python/py-format-string.exp: Move test for python support
4727 earlier, out of function body.
4728
4729 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4730
4731 * gdb.base/index-cache-load-twice.c: New.
4732 * gdb.base/index-cache-load-twice.exp: New.
4733
4734 2020-06-17 Keith Seitz <keiths@redhat.com>
4735
4736 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4737 when executing "gdb --configuration".
4738
4739 2020-06-17 Tom de Vries <tdevries@suse.de>
4740
4741 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4742 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4743 conditional on presence of gdb_tcl_unknown.
4744 (gdb_finish): Make override undo conditional on presence of
4745 gdb_tcl_unknown.
4746
4747 2020-06-16 Tom Tromey <tom@tromey.com>
4748
4749 * gdb.python/tui-window.py (failwin): New function. Register it
4750 as a TUI window type.
4751 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4752
4753 2020-06-16 Gary Benson <gbenson@redhat.com>
4754
4755 * gdb.python/py-nested-maps.c (create_map): Add missing return
4756 value.
4757 (create_map_map): Likewise.
4758
4759 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4760
4761 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4762 variable.
4763 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4764 and use the already-defined 'options' variable.
4765
4766 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4767 Tom de Vries <tdevries@suse.de>
4768
4769 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4770 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4771 (gdb_setup_known_globals): New proc.
4772 (gdb_cleanup_globals): New proc.
4773 * lib/gdb.exp (load_lib): New override proc.
4774 (gdb_stdin_log_init): Set var in_file as persistent global.
4775 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4776 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4777 fpc_compiler as persistent global.
4778
4779 2020-06-12 Tom de Vries <tdevries@suse.de>
4780
4781 * lib/tuiterm.exp (spawn): Rename to ...
4782 (tui_spawn): ... this.
4783 (toplevel): Move rename of spawn ...
4784 (gdb_init_tuiterm): ... here. New proc.
4785 (gdb_finish_tuiterm): New proc.
4786 * lib/gdb.exp (gdb_finish_hooks): New global var.
4787 (gdb_finish): Handle gdb_finish_hooks.
4788 (tuiterm_env): New proc.
4789 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4790 tuiterm_env.
4791 * gdb.tui/basic.exp: Same.
4792 * gdb.tui/corefile-run.exp: Same.
4793 * gdb.tui/empty.exp: Same.
4794 * gdb.tui/list-before.exp: Same.
4795 * gdb.tui/list.exp: Same.
4796 * gdb.tui/main.exp: Same.
4797 * gdb.tui/new-layout.exp: Same.
4798 * gdb.tui/regs.exp: Same.
4799 * gdb.tui/resize.exp: Same.
4800 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4801 * gdb.tui/tui-layout-asm.exp: Same.
4802 * gdb.tui/tui-missing-src.exp: Same.
4803 * gdb.tui/winheight.exp: Same.
4804
4805 2020-06-12 Tom de Vries <tdevries@suse.de>
4806
4807 PR testsuite/26110
4808 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4809 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4810
4811 2020-06-11 Tom Tromey <tom@tromey.com>
4812
4813 PR gdb/18318:
4814 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4815 floating point tests.
4816
4817 2020-06-11 Keith Seitz <keiths@redhat.com>
4818
4819 PR gdb/21356
4820 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4821 vla_struct.
4822 Add new struct vla_typedef and union vla_typedef_union and
4823 corresponding instantiation objects.
4824 Initialize new objects.
4825 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4826 and vla_typedef_union_object.
4827 Fixup type for vla_struct_object.
4828
4829 2020-06-11 Tom de Vries <tdevries@suse.de>
4830
4831 * lib/gdb.exp (with_override): New proc, factored out of ...
4832 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4833
4834 2020-06-10 Tom de Vries <tdevries@suse.de>
4835
4836 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4837
4838 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4839
4840 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4841 parameter, update callers.
4842
4843 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4844
4845 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4846 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4847 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4848
4849 2020-06-04 Tom de Vries <tdevries@suse.de>
4850
4851 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4852
4853 2020-06-04 Tom de Vries <tdevries@suse.de>
4854
4855 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4856 exp_continue.
4857
4858 2020-06-04 Tom de Vries <tdevries@suse.de>
4859
4860 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4861
4862 2020-06-03 Tom de Vries <tdevries@suse.de>
4863
4864 PR symtab/26046
4865 * gdb.cp/breakpoint-locs-2.cc: New test.
4866 * gdb.cp/breakpoint-locs.cc: New test.
4867 * gdb.cp/breakpoint-locs.exp: New file.
4868 * gdb.cp/breakpoint-locs.h: New test.
4869
4870 2020-06-03 Tom de Vries <tdevries@suse.de>
4871
4872 PR testsuite/25609
4873 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4874 value of global verbose.
4875 * gdb.base/jit-elf.exp: Same.
4876 * gdb.base/jit-reader.exp: Same.
4877
4878 2020-06-02 Tom de Vries <tdevries@suse.de>
4879
4880 * gdb.dwarf2/multidictionary.exp: Don't use
4881 gdb_spawn_with_cmdline_opts.
4882
4883 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4884
4885 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4886 use_header case.
4887 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4888 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4889 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4890 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4891 * gdb.dwarf2/dw2-inline-header.c: New file.
4892 * gdb.dwarf2/dw2-inline-header.h: New file.
4893
4894 2020-05-30 Pedro Alves <palves@redhat.com>
4895
4896 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4897 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4898
4899 2020-05-29 Gary Benson <gbenson@redhat.com>
4900
4901 * gdb.compile/compile-cplus.exp (additional_flags): Also
4902 set when building with clang.
4903 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4904 when building with clang.
4905
4906 2020-05-29 Gary Benson <gbenson@redhat.com>
4907
4908 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4909 building with clang.
4910 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4911
4912 2020-05-29 Gary Benson <gbenson@redhat.com>
4913
4914 * gdb.cp/koenig.exp (prepare_for_testing): Add
4915 additional_flags=-Wno-unused-comparison.
4916 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4917
4918 2020-05-28 Gary Benson <gbenson@redhat.com>
4919
4920 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4921 statement.
4922
4923 2020-05-28 Gary Benson <gbenson@redhat.com>
4924
4925 * gdb.cp/classes.exp (prepare_for_testing): Add
4926 additional_flags=-Wno-deprecated-register.
4927 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4928 * gdb.cp/misc.exp: Likewise.
4929
4930 2020-05-28 Gary Benson <gbenson@redhat.com>
4931
4932 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4933 (test_op_new::operator new): Add return statement.
4934 (test_op_new_array::operator new[]): Likewise.
4935
4936 2020-05-27 Pedro Alves <palves@redhat.com>
4937
4938 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4939 check. Use test_gdb_complete_unique instead of
4940 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4941 test_gdb_complete_multiple instead of
4942 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4943
4944 2020-05-27 Luis Machado <luis.machado@linaro.org>
4945
4946 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4947 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4948 * gdb.arch/arm-disassembler-options.exp: Likewise.
4949 * gdb.arch/arm-disp-step.exp: Likewise.
4950 * gdb.arch/thumb-prologue.exp: Likewise.
4951 * gdb.base/async.exp: Likewise.
4952 * gdb.base/auxv.exp: Likewise.
4953 * gdb.base/complex-parts.exp: Likewise.
4954 * gdb.base/ena-dis-br.exp: Likewise.
4955 * gdb.base/foll-exec.exp: Likewise.
4956 * gdb.base/permissions.exp: Likewise.
4957 * gdb.base/relocate.exp: Likewise.
4958 * gdb.base/return2.exp: Likewise.
4959 * gdb.base/sigbpt.exp: Likewise.
4960 * gdb.base/siginfo-obj.exp: Likewise.
4961 * gdb.cp/converts.exp: Likewise.
4962 * gdb.cp/exceptprint.exp: Likewise.
4963 * gdb.cp/inherit.exp: Likewise.
4964 * gdb.cp/nsnoimports.exp: Likewise.
4965 * gdb.cp/virtbase2.exp: Likewise.
4966 * gdb.mi/mi-var-cmd.exp: Likewise.
4967 * gdb.mi/var-cmd.c: Likewise.
4968
4969 2020-05-26 Tom Tromey <tromey@adacore.com>
4970
4971 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4972
4973 2020-05-26 Tom Tromey <tromey@adacore.com>
4974
4975 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4976 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4977 type.
4978 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4979 variable.
4980
4981 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4982
4983 * Makefile.in: Use = instead of == for the test command
4984 for portability.
4985
4986 2020-05-26 Tom de Vries <tdevries@suse.de>
4987
4988 * gdb.base/gold-gdb-index-2.c: New test.
4989 * gdb.base/gold-gdb-index.c: New test.
4990 * gdb.base/gold-gdb-index.exp: New file.
4991 * gdb.base/gold-gdb-index.h: New test.
4992
4993 2020-05-25 Tom de Vries <tdevries@suse.de>
4994
4995 * boards/gold-gdb-index.exp: New file.
4996
4997 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4998
4999 * boards/simavr.exp: New file.
5000
5001 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
5002
5003 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
5004 * gdb.base/inferior-args.exp: New file.
5005 * gdb.base/inferior-args.c: New file.
5006
5007 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
5008
5009 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
5010 inferior_args. Pass it to gdb_reload.
5011 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
5012 inferior_args.
5013 (gdb_reload): Add inferior_args argument.
5014 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
5015 pass it to gdbserver_run.
5016 * boards/native-gdbserver.exp: Do not set noargs.
5017 * boards/native-extended-gdbserver.exp (gdb_reload): Add
5018 inferior_args argument.
5019 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
5020 * gdb.base/a2-run.exp: Check for use_gdb_stub.
5021 * gdb.base/args.exp: Likewise.
5022
5023 2020-05-25 Tom de Vries <tdevries@suse.de>
5024
5025 * lib/gdb.exp (exec_is_pie): Add comment.
5026
5027 2020-05-25 Tom de Vries <tdevries@suse.de>
5028
5029 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
5030 instead of $binfile in the untested message.
5031
5032 2020-05-25 Tom de Vries <tdevries@suse.de>
5033
5034 PR testsuite/26031
5035 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
5036
5037 2020-05-25 Tom de Vries <tdevries@suse.de>
5038
5039 * boards/gold.exp: New file.
5040
5041 2020-05-23 Tom Tromey <tom@tromey.com>
5042
5043 * gdb.base/style.exp: Remove completion styling test.
5044 * lib/gdb-utils.exp (style): Remove completion styles.
5045
5046 2020-05-23 Tom Tromey <tom@tromey.com>
5047
5048 * gdb.base/style.exp: Add completion styling test.
5049 * lib/gdb-utils.exp (style): Add completion styles.
5050
5051 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
5052
5053 * gdb.base/annota1.exp: Update expected results.
5054 * gdb.cp/annota2.exp: Update expected results, remove duplicate
5055 test name.
5056 * gdb.cp/annota3.exp: Update expected results.
5057
5058 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
5059
5060 PR gdb/26016
5061 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
5062 against MAP_FAILED.
5063 * gdb.base/coremaker.c (mmapdata): Likewise.
5064 * gdb.base/jit-reader-host.c (main): Likewise.
5065 * gdb.base/sym-file-loader.c (load): Likewise.
5066 (load_shlib): Likewise.
5067
5068 2020-05-20 Tom Tromey <tromey@adacore.com>
5069
5070 * gdb.ada/array_char_idx.exp: Recognize initialized array.
5071
5072 2020-05-20 Tom de Vries <tdevries@suse.de>
5073
5074 PR symtab/25833
5075 * gdb.base/with-mf-inc.c: New test.
5076 * gdb.base/with-mf-main.c: New test.
5077 * gdb.base/with-mf.exp: New file.
5078
5079 2020-05-19 Tom Tromey <tromey@adacore.com>
5080
5081 * gdb.rust/simple.exp: Restore missing test result.
5082
5083 2020-05-19 Tom de Vries <tdevries@suse.de>
5084
5085 * gdb.base/gdb-caching-proc.exp: Fix typo.
5086
5087 2020-05-19 Tom Tromey <tromey@adacore.com>
5088
5089 * gdb.rust/simple.exp: Add some test descriptions.
5090 (test_one_slice): Use with_test_prefix.
5091
5092 2020-05-18 Tom de Vries <tdevries@suse.de>
5093
5094 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
5095
5096 2020-05-17 Pedro Alves <palves@redhat.com>
5097
5098 PR gdb/25741
5099 * gdb.base/hw-sw-break-same-address.exp: New file.
5100
5101 2020-05-16 Pedro Alves <palves@redhat.com>
5102
5103 * gdb.multi/multi-re-run.exp (test_re_run): Switch
5104 LAST_LOADED_FILE accordingly.
5105
5106 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5107
5108 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
5109
5110 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5111
5112 * gdb.base/help.exp: Test apropos and help for commands
5113 having aliases. Fixed comments not starting with an
5114 upper-case letter or not finishing with a dot.
5115
5116 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5117
5118 * gdb.base/alias.exp: Update help output check.
5119
5120 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5121
5122 * gdb.base/default.exp: Update output following fixes.
5123
5124 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5125
5126 * gdb.base/alias.exp: Test aliases starting with a prefix of
5127 another alias.
5128
5129 2020-05-15 Gary Benson <gbenson@redhat.com>
5130
5131 * gdb.base/info-os.c (main): Add return statement.
5132 * gdb.base/info_minsym.c (minsym_fun): Likewise.
5133 * gdb.base/large-frame-2.c (func): Likewise.
5134 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
5135 * gdb.base/pr10179-b.c (foo2): Likewise.
5136 * gdb.base/valgrind-disp-step.c (foo): Likewise.
5137 * gdb.base/watch-cond.c (func): Likewise.
5138 * gdb.multi/goodbye.c (verylongfun): Likewise.
5139 * gdb.multi/hello.c (commonfun): Likewise.
5140 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
5141 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
5142 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5143 Likewise.
5144 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
5145 * gdb.threads/interrupt-while-step-over.c (child_function):
5146 Likewise.
5147 * gdb.trace/actions-changed.c (end): Likewise.
5148
5149 2020-05-15 Gary Benson <gbenson@redhat.com>
5150
5151 * gdb.opencl/callfuncs.exp: Report when test skipped.
5152 * gdb.opencl/convs_casts.exp: Likewise.
5153 * gdb.opencl/datatypes.exp: Likewise.
5154 * gdb.opencl/operators.exp: Likewise.
5155 * gdb.opencl/vec_comps.exp: Likewise.
5156
5157 2020-05-15 Tom de Vries <tdevries@suse.de>
5158
5159 * gdb.base/align.exp.in: Rename to ...
5160 * gdb.base/align.exp.tcl: ... this.
5161 * gdb.base/align-c++.exp: Update.
5162 * gdb.base/align-c.exp: Update.
5163 * gdb.base/all-architectures.exp.in: Rename to ...
5164 * gdb.base/all-architectures.exp: ... this.
5165 * gdb.base/all-architectures-0.exp: Update.
5166 * gdb.base/all-architectures-1.exp: Update.
5167 * gdb.base/all-architectures-2.exp: Update.
5168 * gdb.base/all-architectures-3.exp: Update.
5169 * gdb.base/all-architectures-4.exp: Update.
5170 * gdb.base/all-architectures-5.exp: Update.
5171 * gdb.base/all-architectures-6.exp: Update.
5172 * gdb.base/all-architectures-7.exp: Update.
5173 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
5174 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
5175 * gdb.base/infcall-nested-structs-c++.exp: Update.
5176 * gdb.base/infcall-nested-structs-c.exp: Update.
5177 * gdb.base/info-types.exp.in: Rename to ...
5178 * gdb.base/info-types.exp.tcl: ... this.
5179 * gdb.base/info-types-c++.exp: Update.
5180 * gdb.base/info-types-c.exp: Update.
5181 * gdb.base/max-depth.exp.in: Rename to ...
5182 * gdb.base/max-depth.exp.tcl: ... this.
5183 * gdb.base/max-depth-c++.exp: Update.
5184 * gdb.base/max-depth-c.exp: Update.
5185 * gdb.cp/cpexprs.exp.in: Rename to ...
5186 * gdb.cp/cpexprs.exp.tcl: ... this.
5187 * gdb.cp/cpexprs-debug-types.exp: Update.
5188 * gdb.cp/cpexprs.exp: Update.
5189 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
5190 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
5191 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
5192 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
5193 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
5194 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
5195 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
5196 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
5197 * gdb.dwarf2/clang-debug-names-2.exp: Update.
5198 * gdb.dwarf2/clang-debug-names.exp: Update.
5199
5200 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
5201
5202 * lib/check-test-names.exp: Remove code that prevents this file
5203 loading when tests are run in parallel.
5204
5205 2020-05-15 Pedro Alves <palves@redhat.com>
5206
5207 * gdb.multi/multi-kill.exp (start_inferior): Remove
5208 'testpid' parameter. Refer to namespace variable directly.
5209 (testpid): Declare as namespace variable.
5210
5211 2020-05-15 Pedro Alves <palves@redhat.com>
5212
5213 * gdb.multi/multi-kill.exp: Wrap in namespace.
5214 (start_inferior): Add TESTPID parameter. Use it instead of the
5215 testpid global.
5216 (top level): Define empty TESTPID array, and pass it down to
5217 start_inferior.
5218
5219 2020-05-14 Tom de Vries <tdevries@suse.de>
5220
5221 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
5222 output.
5223
5224 2020-05-14 Tom de Vries <tdevries@suse.de>
5225
5226 * gdb.base/align.exp: Split into ...
5227 * gdb.base/align.exp.in: ...
5228 * gdb.base/align-c++.exp: ...
5229 * gdb.base/align-c.exp: ... these.
5230 * gdb.base/infcall-nested-structs.exp: Split into ...
5231 * gdb.base/infcall-nested-structs.exp.in: ...
5232 * gdb.base/infcall-nested-structs-c++.exp: ...
5233 * gdb.base/infcall-nested-structs-c.exp: ... these.
5234 * gdb.base/info-types.exp: Split into ...
5235 * gdb.base/info-types.exp.in: ...
5236 * gdb.base/info-types-c++.exp: ...
5237 * gdb.base/info-types-c.exp: ... these.
5238 * gdb.base/max-depth.exp: Split into ...
5239 * gdb.base/max-depth.exp.in: ...
5240 * gdb.base/max-depth-c++.exp: ...
5241 * gdb.base/max-depth-c.exp: ... these.
5242 * gdb.cp/infcall-nodebug.exp: Split into ...
5243 * gdb.cp/infcall-nodebug.exp.in: ...
5244 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
5245 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
5246 * gdb.cp/infcall-nodebug-c-d0.exp: ...
5247 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
5248
5249 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5250 Pedro Alves <palves@redhat.com>
5251
5252 * gdb.multi/multi-exit.c: New file.
5253 * gdb.multi/multi-exit.exp: New file.
5254 * gdb.multi/multi-kill.c: New file.
5255 * gdb.multi/multi-kill.exp: New file.
5256
5257 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5258
5259 * gdb.base/annota1.exp: Update the expected output.
5260 * gdb.cp/annota2.exp: Ditto.
5261
5262 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
5263
5264 * lib/check-test-names.exp: Disable when testing is being run in
5265 parallel.
5266
5267 2020-05-12 Tom de Vries <tdevries@suse.de>
5268
5269 * gdb.base/jit-elf.exp: Fix string concat.
5270
5271 2020-05-12 Tom de Vries <tdevries@suse.de>
5272
5273 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
5274 messages.
5275
5276 2020-05-12 Tom de Vries <tdevries@suse.de>
5277
5278 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
5279
5280 2020-05-12 Tom de Vries <tdevries@suse.de>
5281
5282 * gdb.ada/catch_ex.exp: Use with_test_prefix.
5283 * gdb.ada/mi_catch_ex.exp: Same.
5284 * gdb.ada/mi_catch_ex_hand.exp: Same.
5285
5286 2020-05-12 Tom de Vries <tdevries@suse.de>
5287
5288 * gdb.fortran/complex.exp: Use with_test_prefix.
5289
5290 2020-05-12 Tom de Vries <tdevries@suse.de>
5291
5292 * gdb.trace/passcount.exp: Fix test-names.
5293
5294 2020-05-12 Tom de Vries <tdevries@suse.de>
5295
5296 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
5297
5298 2020-05-12 Tom de Vries <tdevries@suse.de>
5299
5300 * gdb.gdb/complaints.exp: Use with_test_prefix.
5301 * gdb.xml/tdesc-regs.exp: Same.
5302 * gdb.opt/inline-locals.exp: Fix test name.
5303
5304 2020-05-12 Tom de Vries <tdevries@suse.de>
5305
5306 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
5307 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
5308 * gdb.dwarf2/implref-struct.exp: Same.
5309 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
5310 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
5311
5312 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
5313
5314 * gdb.base/jit-so.exp (one_jit_test): Change test name.
5315
5316 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5317
5318 * lib/check-test-names.exp (all_test_names): New module variable.
5319 (counts): Add 'duplicates' field.
5320 (_check_duplicates): New procedure.
5321 (check): Also check for duplicates.
5322 (do_log_summary): Print duplicates count.
5323 (do_reset_vars): Reset counter for duplicate test names, and
5324 discard all know test names.
5325
5326 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5327
5328 * lib/gdb.exp: Include check-test-names.exp library.
5329 * lib/check-test-names.exp: New file.
5330
5331 2020-05-11 Tom de Vries <tdevries@suse.de>
5332
5333 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
5334
5335 2020-05-11 Keith Seitz <keiths@redhat.com>
5336
5337 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
5338
5339 2020-05-11 Tom de Vries <tdevries@suse.de>
5340
5341 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
5342 * gdb.cp/cpexprs.exp.in: .. here.
5343 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
5344 cpexprs.exp.
5345
5346 2020-05-11 Keith Seitz <keiths@redhat.com>
5347
5348 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
5349 test names.
5350 * gdb.ada/arrayptr.exp: Likewise.
5351 * gdb.ada/assign_arr.exp: Likewise.
5352 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
5353 * gdb.ada/bp_on_var.exp: Likewise.
5354 * gdb.ada/call_pn.exp: Likewise.
5355 * gdb.ada/complete.exp: Likewise.
5356 * gdb.ada/fun_overload_menu.exp: Likewise.
5357 * gdb.ada/funcall_param.exp: Likewise.
5358 * gdb.ada/funcall_ref.exp: Likewise.
5359 * gdb.ada/packed_array_assign.exp: Likewise.
5360 * gdb.ada/same_component_name.exp: Likewise.
5361 * gdb.ada/type_coercion.exp: Likewise.
5362 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
5363 * gdb.ada/variant_record_packed_array.exp: Likewise.
5364
5365 2020-05-11 Tom de Vries <tdevries@suse.de>
5366
5367 PR symtab/25941
5368 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
5369 out of ...
5370 * gdb.dwarf2/clang-debug-names.exp: ... here.
5371 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
5372 clang-debug-names.exp.in.
5373 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
5374 * gdb.dwarf2/clang-debug-names-2.c: New test.
5375
5376 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5377
5378 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5379 (fortran_runto_main): New Proc, fortran version of runto_main.
5380 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5381 * gdb.fortran/array-bounds.exp: Likewise.
5382 * gdb.fortran/array-slices.exp: Likewise.
5383 * gdb.fortran/block-data.exp: Likewise.
5384 * gdb.fortran/charset.exp: Likewise.
5385 * gdb.fortran/common-block.exp: Likewise.
5386 * gdb.fortran/complex.exp: Likewise.
5387 * gdb.fortran/derived-type-function.exp: Likewise.
5388 * gdb.fortran/derived-type.exp: Likewise.
5389 * gdb.fortran/info-modules.exp: Likewise.
5390 * gdb.fortran/info-types.exp: Likewise.
5391 * gdb.fortran/intrinsics.exp: Likewise.
5392 * gdb.fortran/library-module.exp: Likewise.
5393 * gdb.fortran/logical.exp: Likewise.
5394 * gdb.fortran/max-depth.exp: Likewise.
5395 * gdb.fortran/module.exp: Likewise.
5396 * gdb.fortran/multi-dim.exp: Likewise.
5397 * gdb.fortran/nested-funcs.exp: Likewise.
5398 * gdb.fortran/print-formatted.exp: Likewise.
5399 * gdb.fortran/print_type.exp: Likewise.
5400 * gdb.fortran/printing-types.exp: Likewise.
5401 * gdb.fortran/ptr-indentation.exp: Likewise.
5402 * gdb.fortran/ptype-on-functions.exp: Likewise.
5403 * gdb.fortran/subarray.exp: Likewise.
5404 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5405 * gdb.fortran/vla-datatypes.exp: Likewise.
5406 * gdb.fortran/vla-history.exp: Likewise.
5407 * gdb.fortran/vla-ptr-info.exp: Likewise.
5408 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5409 * gdb.fortran/vla-ptype.exp: Likewise.
5410 * gdb.fortran/vla-sizeof.exp: Likewise.
5411 * gdb.fortran/vla-type.exp: Likewise.
5412 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5413 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5414 * gdb.fortran/vla-value-sub.exp: Likewise.
5415 * gdb.fortran/vla-value.exp: Likewise.
5416 * gdb.fortran/whatis_type.exp: Likewise.
5417 * gdb.mi/mi-var-child-f.exp: Likewise.
5418
5419 2020-05-09 Tom de Vries <tdevries@suse.de>
5420
5421 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5422
5423 2020-05-08 Tom de Vries <tdevries@suse.de>
5424
5425 * gdb.dwarf2/clang-debug-names.c: New test.
5426 * gdb.dwarf2/clang-debug-names.exp: New file.
5427
5428 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
5429
5430 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5431 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5432
5433 2020-05-06 Tom de Vries <tdevries@suse.de>
5434
5435 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5436 breakpoint is at a "recommended breakpoint location".
5437 * gdb.reverse/consecutive-reverse.exp: Same.
5438
5439 2020-05-06 Tom de Vries <tdevries@suse.de>
5440
5441 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5442 address.
5443
5444 2020-05-06 Tom de Vries <tdevries@suse.de>
5445
5446 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5447
5448 2020-05-06 Tom de Vries <tdevries@suse.de>
5449
5450 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5451 info for r.
5452
5453 2020-05-06 Tom de Vries <tdevries@suse.de>
5454
5455 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5456 necessary.
5457
5458 2020-05-06 Tom de Vries <tdevries@suse.de>
5459
5460 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5461 void.
5462
5463 2020-05-06 Tom de Vries <tdevries@suse.de>
5464
5465 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5466 of ...
5467 * gdb.base/async.exp: ... here.
5468 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5469 "recommended breakpoint location".
5470
5471 2020-05-06 Tom de Vries <tdevries@suse.de>
5472
5473 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5474
5475 2020-05-04 Tom de Vries <tdevries@suse.de>
5476
5477 * gdb.base/async.exp: Check whether instruction addresses are a
5478 "recommended breakpoint location".
5479
5480 2020-05-03 Tom Tromey <tom@tromey.com>
5481
5482 * gdb.base/sepdebug.exp: Remove "catch" test.
5483 * gdb.base/break.exp: Remove "catch" test.
5484 * gdb.base/default.exp: Update expected output.
5485
5486 2020-05-02 Tom de Vries <tdevries@suse.de>
5487
5488 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5489 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5490 * gdb.arch/i386-mpx-map.exp: Same.
5491 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5492 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5493 * gdb.arch/i386-mpx.exp: Same.
5494
5495 2020-05-02 Tom de Vries <tdevries@suse.de>
5496
5497 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5498
5499 2020-05-01 Tom de Vries <tdevries@suse.de>
5500
5501 * gdb.ada/operator_bp.exp: Allow more than required amount of
5502 breakpoint.
5503
5504 2020-05-01 Tom de Vries <tdevries@suse.de>
5505
5506 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5507
5508 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5509
5510 PR gdb/18706
5511 * gdb.cp/stub-array-size.cc: New test.
5512 * gdb.cp/stub-array-size.exp: New file.
5513 * gdb.cp/stub-array-size.h: New test.
5514 * gdb.cp/stub-array-size2.cc: New test.
5515
5516 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5517
5518 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5519 output to the new format.
5520
5521 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5522
5523 * gdb.base/break.exp: Use with_test_prefix.
5524
5525 2020-04-29 Tom de Vries <tdevries@suse.de>
5526
5527 * lib/gdb.exp (debug_types): New proc.
5528 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5529 * gdb.python/py-symtab.exp: Same.
5530
5531 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
5532
5533 PR gdb/17320
5534 * gdb.base/pretty-array.c: New test.
5535 * gdb.base/pretty-array.exp: New file.
5536
5537 2020-04-29 Tom de Vries <tdevries@suse.de>
5538
5539 PR symtab/25889
5540 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5541 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5542 and include cpexprs.exp.
5543
5544 2020-04-28 Mark Williams <mark@myosotissp.com>
5545
5546 PR gdb/24480
5547 * dw4-toplevel-types.exp: Test for top level types.
5548 * dw4-toplevel-types.cc: Test for top level types.
5549
5550 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5551
5552 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5553 (theads -> threads).
5554
5555 2020-04-28 Tom de Vries <tdevries@suse.de>
5556
5557 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5558
5559 2020-04-28 Tom de Vries <tdevries@suse.de>
5560
5561 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5562
5563 2020-04-28 Tom de Vries <tdevries@suse.de>
5564
5565 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5566
5567 2020-04-28 Tom de Vries <tdevries@suse.de>
5568
5569 * gdb.dwarf2/main-foo.c: New test.
5570 * gdb.dwarf2/struct-with-sig.exp: New file.
5571
5572 2020-04-25 Tom de Vries <tdevries@suse.de>
5573
5574 * boards/debug-types.exp: New file.
5575
5576 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5577
5578 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5579
5580 2020-04-24 Tom Tromey <tom@tromey.com>
5581
5582 PR symtab/12707:
5583 * gdb.python/py-symbol.exp: Update expected results for
5584 linkage_name test.
5585 * gdb.cp/print-demangle.exp: New file.
5586 * gdb.base/c-linkage-name.exp: Fix test.
5587 * gdb.guile/scm-symbol.exp: Update expected results for
5588 linkage_name test.
5589
5590 2020-04-24 Tom Tromey <tom@tromey.com>
5591
5592 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5593 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5594 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5595 assembler.
5596
5597 2020-04-24 Tom de Vries <tdevries@suse.de>
5598
5599 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5600 C++.
5601
5602 2020-04-24 Tom Tromey <tromey@adacore.com>
5603
5604 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5605 values.
5606 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5607 values. Update test for minimal encodings.
5608 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5609 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5610 values. Update test for minimal encodings.
5611
5612 2020-04-24 Tom Tromey <tromey@adacore.com>
5613
5614 PR python/23662:
5615 * gdb.ada/variant.exp: Add Python checks.
5616 * gdb.rust/simple.exp: Add dynamic type checks.
5617
5618 2020-04-24 Tom Tromey <tromey@adacore.com>
5619
5620 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5621 Make array type matching more lax.
5622 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5623 * gdb.ada/mi_variant.exp: New file.
5624 * gdb.ada/mi_variant/pck.ads: New file.
5625 * gdb.ada/mi_variant/pkg.adb: New file.
5626 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5627 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5628
5629 2020-04-24 Tom Tromey <tromey@adacore.com>
5630
5631 * gdb.ada/variant.exp: Add dynamic field offset tests.
5632 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5633 * gdb.ada/variant/pkg.adb: Add new variables.
5634
5635 2020-04-24 Tom Tromey <tromey@adacore.com>
5636
5637 * gdb.ada/variant.exp: New file
5638 * gdb.ada/variant/pkg.adb: New file
5639 * gdb.ada/variant/pck.adb: New file
5640
5641 2020-04-24 Tom de Vries <tdevries@suse.de>
5642
5643 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5644
5645 2020-04-24 Tom de Vries <tdevries@suse.de>
5646
5647 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5648 flags.
5649
5650 2020-04-24 Tom de Vries <tdevries@suse.de>
5651
5652 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5653
5654 2020-04-24 Tom de Vries <tdevries@suse.de>
5655
5656 * lib/gdb.exp (default_gdb_start): Handle eof.
5657 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5658 failure.
5659 * gdb.base/readnever.exp: Handle clean_restart failure.
5660
5661 2020-04-23 Tom de Vries <tdevries@suse.de>
5662
5663 * gdb.base/decl-before-def.exp: Run to main and print a again.
5664
5665 2020-04-23 Tom de Vries <tdevries@suse.de>
5666
5667 * gdb.base/decl-before-def-decl.c: New test.
5668 * gdb.base/decl-before-def-def.c: New test.
5669 * gdb.base/decl-before-def.exp: New file.
5670
5671 2020-04-23 Tom de Vries <tdevries@suse.de>
5672
5673 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5674
5675 2020-04-22 Tom de Vries <tdevries@suse.de>
5676
5677 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5678 debug_info_offset.
5679 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5680 before $objsfile in the line line.
5681
5682 2020-04-22 Tom de Vries <tdevries@suse.de>
5683
5684 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5685
5686 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5687
5688 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5689 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5690 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5691 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5692 * gdb.base/jit-protocol.h: Update definitions to match all usage
5693 contexts.
5694
5695 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5696
5697 * gdb.base: Rename all jit related test and source files.
5698
5699 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5700
5701 * gdb.base/jit-reader.exp: Relax register output check.
5702
5703 2020-04-22 Tom de Vries <tdevries@suse.de>
5704
5705 PR symtab/25764
5706 * gdb.base/psym-external-decl-2.c: New test.
5707 * gdb.base/psym-external-decl.c: New test.
5708 * gdb.base/psym-external-decl.exp: New file.
5709 * gdb.threads/tls.exp: Add PR25807 kfail.
5710
5711 2020-04-22 Tom de Vries <tdevries@suse.de>
5712
5713 PR symtab/25801
5714 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5715 in "info source" output.
5716
5717 2020-04-22 Tom de Vries <tdevries@suse.de>
5718
5719 PR symtab/25700
5720 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5721 symtab for imported_unit.c.
5722
5723 2020-04-21 Gary Benson <gbenson@redhat.com>
5724
5725 * gdb.base/advance.c (func): New argument, to match call site.
5726 (func2, func3): Add return statements.
5727
5728 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5729
5730 * gdb.multi/run-only-second-inf.c: New file.
5731 * gdb.multi/run-only-second-inf.exp: New file.
5732
5733 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5734
5735 * gdb.btrace/multi-inferior.c: New test.
5736 * gdb.btrace/multi-inferior.exp: New file.
5737
5738 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5739
5740 * gdb.btrace/enable-new-thread.c: New test.
5741 * gdb.btrace/enable-new-thread.exp: New file.
5742
5743 2020-04-21 Tom de Vries <tdevries@suse.de>
5744
5745 PR gdb/25471
5746 * gdb.threads/killed-outside.c: New test.
5747 * gdb.threads/killed-outside.exp: New file.
5748
5749 2020-04-20 Gary Benson <gbenson@redhat.com>
5750
5751 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5752 * gdb.base/nested-subp2.exp: Likewise.
5753 * gdb.base/nested-subp3.exp: Likewise.
5754
5755 2020-04-20 Gary Benson <gbenson@redhat.com>
5756
5757 * gdb.base/nested-subp1.exp: Disable test when using clang.
5758 * gdb.base/nested-subp2.exp: Likewise.
5759 * gdb.base/nested-subp3.exp: Likewise.
5760
5761 2020-04-20 Gary Benson <gbenson@redhat.com>
5762
5763 * gdb.cp/exception.cc: Fix compilation error with clang.
5764
5765 2020-04-20 Gary Benson <gbenson@redhat.com>
5766
5767 * gdb.trace/tspeed.c: Fix compilation error with clang.
5768
5769 2020-04-20 Gary Benson <gbenson@redhat.com>
5770
5771 * gdb.base/jit-main.c: Fix compilation error with clang.
5772
5773 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5774
5775 * gdb.base/attach-twice.c: Include "sys/types.h".
5776 (PTRACE_ATTACH): Add fallback definition.
5777 (main): Pass `0' to the 4th argument of `ptrace'.
5778
5779 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5780
5781 * gdb.base/fork-running-state.c: Include "signal.h".
5782
5783 2020-04-17 Tom Tromey <tromey@adacore.com>
5784
5785 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5786 Update tests.
5787 * gdb.btrace/cpu.exp: Update tests.
5788 * gdb.base/maint.exp: Update tests.
5789 * gdb.base/default.exp: Update tests.
5790 * gdb.base/completion.exp: Update tests.
5791
5792 2020-04-16 Tom de Vries <tdevries@suse.de>
5793
5794 PR symtab/25791
5795 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5796 (ensure_gdb_index): and factor out and move ...
5797 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5798 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5799
5800 2020-04-16 Tom de Vries <tdevries@suse.de>
5801
5802 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5803 loading exec.
5804
5805 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5806
5807 * gdb.base/many-completions.exp: New file.
5808
5809 2020-04-14 Tom de Vries <tdevries@suse.de>
5810
5811 PR symtab/25718
5812 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5813
5814 2020-04-14 Tom de Vries <tdevries@suse.de>
5815
5816 PR symtab/25720
5817 * gdb.base/maint-expand-symbols-header-file.c: New test.
5818 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5819 * gdb.base/maint-expand-symbols-header-file.h: New test.
5820
5821 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5822
5823 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5824 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5825 get_func_info.
5826 (get_func_info): Delete.
5827 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5828 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5829 * lib/dwarf.exp (get_func_info): New function.
5830
5831 2020-04-13 Tom de Vries <tdevries@suse.de>
5832
5833 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5834 to what find_gnatmake does.
5835
5836 2020-04-10 Tom de Vries <tdevries@suse.de>
5837
5838 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5839 -readnow.
5840
5841 2020-04-10 Tom de Vries <tdevries@suse.de>
5842
5843 PR cli/25808
5844 * gdb.base/style.c: Add leading newlines.
5845 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5846 Check listing of main's one-line body.
5847
5848 2020-04-08 Tom de Vries <tdevries@suse.de>
5849
5850 * lib/gdb.exp (psymtabs_p): New proc.
5851 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5852 importing unit" unsupported if there are no partial symbols.
5853
5854 2020-04-08 Tom de Vries <tdevries@suse.de>
5855
5856 PR testsuite/25760
5857 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5858
5859 2020-04-07 Tom de Vries <tdevries@suse.de>
5860
5861 PR symtab/25796
5862 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5863
5864 2020-04-07 Tom de Vries <tdevries@suse.de>
5865
5866 * gdb.base/check-psymtab.c: New test.
5867 * gdb.base/check-psymtab.exp: New file.
5868
5869 2020-04-06 Tom Tromey <tromey@adacore.com>
5870
5871 * gdb.ada/variant-record/proc.adb: New file.
5872 * gdb.ada/variant-record/value.adb: New file.
5873 * gdb.ada/variant-record/value.s: New file.
5874 * gdb.ada/variant-record.exp: New file.
5875
5876 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5877
5878 PR gdb/25325
5879 * gdb.cp/typed-enum.cc: New test.
5880 * gdb.cp/typed-enum.exp: New file.
5881
5882 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5883
5884 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5885 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5886 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5887 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5888 * gdb.opt/inline-small-func.c: New file.
5889 * gdb.opt/inline-small-func.exp: New file.
5890 * gdb.opt/inline-small-func.h: New file.
5891
5892 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5893
5894 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5895 function.
5896
5897 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5898
5899 * lib/dwarf.exp (function_range): Allow compiler options to be
5900 specified.
5901
5902 2020-04-02 Tom de Vries <tdevries@suse.de>
5903
5904 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5905 __attribute__((always_inline)).
5906 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5907
5908 2020-04-02 Tom de Vries <tdevries@suse.de>
5909
5910 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5911 (gdbserver_gdb_exit): ... here. Add timeout warning.
5912 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5913 (connect_target_extended_remote): Append new server_spawn_id to
5914 server_spawn_ids.
5915 (cleanup): New proc.
5916 (setup, <toplevel>): Call cleanup.
5917
5918 2020-04-02 Tom de Vries <tdevries@suse.de>
5919
5920 * gdb.base/main-psymtab.exp: New file.
5921
5922 2020-04-02 Tom de Vries <tdevries@suse.de>
5923
5924 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5925
5926 2020-04-01 Tom Tromey <tom@tromey.com>
5927
5928 * gdb.base/complex-parts.exp: Add type tests.
5929
5930 2020-04-01 Tom Tromey <tom@tromey.com>
5931
5932 * gdb.base/complex-parts.exp: Add arithmetic tests.
5933
5934 2020-04-01 Tom Tromey <tom@tromey.com>
5935
5936 * gdb.compile/compile.exp: Update.
5937 * gdb.compile/compile-cplus.exp: Update.
5938 * gdb.base/varargs.exp: Update.
5939 * gdb.base/floatn.exp: Update.
5940 * gdb.base/endianity.exp: Update.
5941 * gdb.base/callfuncs.exp (do_function_calls): Update.
5942 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5943 (complex_float_integral_args): Update.
5944 * gdb.base/complex.exp: Update.
5945 * gdb.base/complex-parts.exp: Update.
5946
5947 2020-04-01 Tom Tromey <tromey@adacore.com>
5948
5949 * gdb.rust/union.rs: New file.
5950 * gdb.rust/union.exp: New file.
5951 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5952 (main): Update.
5953 * gdb.rust/simple.exp: Move union tests to union.exp.
5954
5955 2020-04-01 Tom Tromey <tromey@adacore.com>
5956
5957 * gdb.rust/simple.rs (main): Remove "y0".
5958
5959 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5960
5961 * gdb.multi/stop-all-on-exit.c: New test.
5962 * gdb.multi/stop-all-on-exit.exp: New file.
5963
5964 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5965
5966 PR gdb/24789
5967 * gdb.cp/misc.cc: Add integer reference variable.
5968 * gdb.cp/misc.exp: Add test.
5969
5970 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5971
5972 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5973 scenario to cover execution until the end and also the case
5974
5975 2020-03-31 Tom de Vries <tdevries@suse.de>
5976
5977 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5978 c. Use "maint info symtabs" to check symtab expansion.
5979
5980 2020-03-30 Tom de Vries <tdevries@suse.de>
5981
5982 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5983 unsupported.
5984 (verify_psymtab_expanded): Move ...
5985 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5986 test.
5987 (readnow): New proc.
5988
5989 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5990
5991 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5992 with $hex.
5993
5994 2020-03-20 Tom Tromey <tromey@adacore.com>
5995
5996 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5997
5998 2020-03-20 Tom Tromey <tromey@adacore.com>
5999
6000 * gdb.ada/sub_variant/subv.adb: New file.
6001 * gdb.ada/sub_variant.exp: New file.
6002
6003 2020-03-20 Tom de Vries <tdevries@suse.de>
6004
6005 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
6006 first break fails.
6007 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
6008
6009 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6010
6011 * gdb.server/exit-multiple-threads.c: New file.
6012 * gdb.server/exit-multiple-threads.exp: New file.
6013
6014 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6015
6016 * gdb.fortran/mixed-lang-stack.c: New file.
6017 * gdb.fortran/mixed-lang-stack.cpp: New file.
6018 * gdb.fortran/mixed-lang-stack.exp: New file.
6019 * gdb.fortran/mixed-lang-stack.f90: New file.
6020
6021 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6022
6023 * gdb.linespec/cp-completion-aliases.cc: New file.
6024 * gdb.linespec/cp-completion-aliases.exp: New file.
6025
6026 2020-03-19 Tom de Vries <tdevries@suse.de>
6027
6028 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
6029 more precise.
6030
6031 2020-03-18 Tom de Vries <tdevries@suse.de>
6032
6033 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
6034 * gdb.dwarf2/break-inline-psymtab.c: New test.
6035 * gdb.dwarf2/break-inline-psymtab.exp: New file.
6036
6037 2020-03-16 Tom de Vries <tdevries@suse.de>
6038
6039 * lib/cache.exp (gdb_do_cache): Add and handle local variables
6040 cache_verify and cache_verify_proc.
6041
6042 2020-03-15 Tom de Vries <tdevries@suse.de>
6043
6044 * gdb.server/solib-list.exp: Handle
6045 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
6046
6047 2020-03-15 Tom de Vries <tdevries@suse.de>
6048
6049 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
6050 objfiles".
6051
6052 2020-03-14 Tom Tromey <tom@tromey.com>
6053
6054 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
6055
6056 2020-03-14 Tom de Vries <tdevries@suse.de>
6057
6058 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
6059
6060 2020-03-14 Tom de Vries <tdevries@suse.de>
6061
6062 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
6063 result in line-by-line fashion.
6064
6065 2020-03-14 Tom de Vries <tdevries@suse.de>
6066
6067 * lib/gdb.exp (supports_statement_frontiers): New proc.
6068 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
6069
6070 2020-03-14 Tom de Vries <tdevries@suse.de>
6071
6072 * gdb.base/printcmds.exp: Add missing quoting for "print
6073 teststring2".
6074
6075 2020-03-13 Tom Tromey <tom@tromey.com>
6076
6077 * gdb.base/printcmds.exp (test_print_strings): Add regression
6078 test.
6079 * gdb.base/printcmds.c (charptr): New typedef.
6080 (teststring2): New global.
6081
6082 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
6083
6084 * gdb.base/break-interp.exp: Use the tail of the filename, not the
6085 full path in the test name.
6086 (test_ld): Add some with_test_prefix blocks to make test names
6087 unique.
6088
6089 2020-03-13 Tom de Vries <tdevries@suse.de>
6090
6091 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
6092
6093 2020-03-13 Tom de Vries <tdevries@suse.de>
6094
6095 * gdb.mi/mi-sym-info.exp: Make matching more precise.
6096
6097 2020-03-13 Tom de Vries <tdevries@suse.de>
6098
6099 PR symtab/25646
6100 * gdb.dwarf2/imported-unit.exp: Add test.
6101
6102 2020-03-13 Tom de Vries <tdevries@suse.de>
6103
6104 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
6105 (var1, var2): New variable.
6106 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
6107 matching symbols.
6108
6109 2020-03-13 Tom de Vries <tdevries@suse.de>
6110
6111 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
6112 (Term::command): Use prompt prefix.
6113 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
6114 * gdb.tui/tui-layout-asm-short-prog.exp: Use
6115 command_no_prompt_prefix instead of prefix.
6116 * gdb.tui/tui-layout-asm.exp: Same.
6117
6118 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
6119
6120 * gdb.base/break-interp.exp: Use foreach_with_prefix.
6121
6122 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
6123
6124 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
6125 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
6126 on" while stepping over the test instruction, match printed
6127 message.
6128
6129 2020-03-12 Tom de Vries <tdevries@suse.de>
6130
6131 * gdb.base/info-types.exp: Use exp_continue during matching of output
6132 of "info types".
6133
6134 2020-03-12 Tom de Vries <tdevries@suse.de>
6135
6136 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
6137
6138 2020-03-12 Tom de Vries <tdevries@suse.de>
6139
6140 * gdb.fortran/module.exp: Use exp_continue during matching of output
6141 of "info variable -n".
6142
6143 2020-03-12 Tom de Vries <tdevries@suse.de>
6144
6145 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
6146 gdb.dwarf2/dw2-ranges-base.c.
6147
6148 2020-03-12 Tom de Vries <tdevries@suse.de>
6149
6150 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
6151 in presence of GLIBC debuginfo.
6152
6153 2020-03-12 Tom de Vries <tdevries@suse.de>
6154
6155 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
6156 $core.
6157
6158 2020-03-12 Tom de Vries <tdevries@suse.de>
6159
6160 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
6161 more precise.
6162
6163 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
6164
6165 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
6166 from Unix to Windows path.
6167
6168 2020-03-11 Tom de Vries <tdevries@suse.de>
6169
6170 * gdb.ada/minsyms.exp: Set language to ada.
6171
6172 2020-03-11 Tom de Vries <tdevries@suse.de>
6173
6174 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
6175
6176 2020-03-11 Tom de Vries <tdevries@suse.de>
6177
6178 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
6179
6180 2020-03-11 Tom Tromey <tromey@adacore.com>
6181
6182 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
6183
6184 2020-03-11 Tom de Vries <tdevries@suse.de>
6185
6186 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
6187
6188 2020-03-11 Tom de Vries <tdevries@suse.de>
6189
6190 * gdb.base/break-interp.exp: Limit verbose scope.
6191
6192 2020-03-11 Tom de Vries <tdevries@suse.de>
6193
6194 * gdb.fortran/logical.f90: Define variable with character type.
6195 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
6196
6197 2020-03-11 Tom de Vries <tdevries@suse.de>
6198
6199 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
6200
6201 2020-03-11 Tom de Vries <tdevries@suse.de>
6202
6203 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
6204 symtabs.
6205
6206 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6207 Bernd Edlinger <bernd.edlinger@hotmail.de>
6208
6209 * gdb.cp/step-and-next-inline.cc: New file.
6210 * gdb.cp/step-and-next-inline.exp: New file.
6211 * gdb.cp/step-and-next-inline.h: New file.
6212 * gdb.dwarf2/dw2-is-stmt.c: New file.
6213 * gdb.dwarf2/dw2-is-stmt.exp: New file.
6214 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
6215 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
6216 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
6217
6218 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6219
6220 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
6221 is-stmt flag in the line table.
6222
6223 2020-03-09 Tom de Vries <tdevries@suse.de>
6224
6225 * lib/gdb.exp (cached_file): Create cache dir.
6226
6227 2020-03-07 Tom de Vries <tdevries@suse.de>
6228
6229 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
6230 * gdb.cp/rvalue-ref-params.exp: Same.
6231
6232 2020-03-06 Tom de Vries <tdevries@suse.de>
6233
6234 * lib/gdb.exp (tentative_rename, cached_file): New proc.
6235 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
6236
6237 2020-03-06 Tom de Vries <tdevries@suse.de>
6238
6239 * README: Fix "the the".
6240 * gdb.base/dprintf.exp: Same.
6241
6242 2020-03-05 Tom de Vries <tdevries@suse.de>
6243
6244 * gdb.base/maint.exp: Update "main print statistics" expected output.
6245
6246 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6247
6248 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
6249 (fortran_int8): Likewise.
6250 (fortran_real4): Likewise.
6251 (fortran_real8): Likewise.
6252 (fortran_complex4): Likewise.
6253 (fortran_logical4): Likewise.
6254 (fortran_character1): Likewise.
6255
6256 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
6257
6258 * gdb.fortran/logical.exp: Add tests that any non-zero value is
6259 printed as true.
6260
6261 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
6262
6263 * gdb.base/printcmds.exp: Add test to verify printf of a
6264 variable holding an address.
6265
6266 2020-03-03 Tom de Vries <tdevries@suse.de>
6267
6268 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
6269
6270 2020-03-03 Tom de Vries <tdevries@suse.de>
6271
6272 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
6273 gdb_test_multiple call.
6274
6275 2020-03-03 Tom de Vries <tdevries@suse.de>
6276
6277 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
6278 gdb_test_multiple calls.
6279
6280 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6281
6282 * gdb.base/default.exp: Remove test of 'set history filename'.
6283 * gdb.base/gdbinit-history.exp: Add tests for setting the history
6284 filename to the empty string.
6285 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
6286 and GDBHISTSIZE.
6287
6288 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6289
6290 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
6291 disabled.
6292
6293 2020-03-02 Pedro Alves <palves@redhat.com>
6294 Tom de Vries <tdevries@suse.de>
6295
6296 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
6297 -prompt prefix, before user_code argument. Add -lbl option likewise.
6298 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
6299 (gdb_is_target_1): Add -prompt prefix and move to before user_code
6300 argument.
6301 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
6302 have "\r\n" at start-of-line, instead of at end-of-line.
6303
6304 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
6305
6306 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
6307 libinproctrace.so.
6308
6309 2020-02-28 Luis Machado <luis.machado@linaro.org>
6310
6311 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
6312 to "p/x".
6313
6314 2020-02-28 Luis Machado <luis.machado@linaro.org>
6315
6316 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
6317 asm/ptrace.h and error.h.
6318
6319 2020-02-28 Tom de Vries <tdevries@suse.de>
6320
6321 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
6322 (struct wrapper, do_something, mundane/symada__cS): Move ...
6323 * gdb.base/c-linkage-name-2.c: ... here. New source file.
6324 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
6325 Update "print symada__cS before partial symtab expansion" regexp.
6326 Update breakpoint location. Flush symbol cache after expansion.
6327
6328 2020-02-28 Luis Machado <luis.machado@linaro.org>
6329
6330 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
6331
6332 2020-02-27 Tom de Vries <tdevries@suse.de>
6333
6334 * config/sid.exp: Remove unused globals.
6335 * gdb.base/attach.exp: Same.
6336 * gdb.base/catch-load.exp: Same.
6337 * gdb.base/dbx.exp: Same.
6338 * lib/gdb.exp: Same.
6339 * lib/mi-support.exp: Same.
6340 * lib/prompt.exp: Same.
6341
6342 2020-02-27 Tom de Vries <tdevries@suse.de>
6343
6344 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
6345 not set.
6346
6347 2020-02-26 Aaron Merey <amerey@redhat.com>
6348
6349 * gdb.debuginfod: New directory for debuginfod tests.
6350 * gdb.debuginfod/main.c: New test file.
6351 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6352
6353 2020-02-26 Tom de Vries <tdevries@suse.de>
6354
6355 PR gdb/25603
6356 * gdb.base/persistent-lang.cc: New test.
6357 * gdb.base/persistent-lang.exp: New file.
6358
6359 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6360
6361 * gdb.fortran/derived-type-striding.exp: Add a new test.
6362 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
6363 new test.
6364
6365 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6366
6367 * gdb.base/cached-source-file.exp: Avoid source file paths in test
6368 names.
6369
6370 2020-02-25 Tom de Vries <tdevries@suse.de>
6371
6372 PR go/18926
6373 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6374
6375 2020-02-24 Tom de Vries <tdevries@suse.de>
6376
6377 PR gdb/25592
6378 * gdb.base/info-locals-unused-static-var.c: New test.
6379 * gdb.base/info-locals-unused-static-var.exp: New file.
6380
6381 2020-02-22 Tom Tromey <tom@tromey.com>
6382
6383 * gdb.python/tui-window.exp: New file.
6384 * gdb.python/tui-window.py: New file.
6385
6386 2020-02-22 Tom Tromey <tom@tromey.com>
6387
6388 PR tui/17850:
6389 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6390 tests.
6391
6392 2020-02-22 Tom Tromey <tom@tromey.com>
6393
6394 * gdb.tui/new-layout.exp: Add sub-layout tests.
6395
6396 2020-02-22 Tom Tromey <tom@tromey.com>
6397
6398 * gdb.tui/new-layout.exp: New file.
6399
6400 2020-02-22 Tom Tromey <tom@tromey.com>
6401
6402 * gdb.rust/rust-style.rs: New file.
6403 * gdb.rust/rust-style.exp: New file.
6404 * gdb.base/style.exp: Test structure printing.
6405 * gdb.base/style.c (struct some_struct): New type.
6406 (enum etype): New type.
6407 (struct_value): New global.
6408
6409 2020-02-21 Tom de Vries <tdevries@suse.de>
6410
6411 PR go/18926
6412 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6413 Remove blanket xfails. Use message argument for gdb_breakpoint.
6414 Make continuing to breakpoint test conditional on setting breakpoint.
6415 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6416 DW_AT_name attribute. Add xfail for GCC PR93866.
6417
6418 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6419
6420 * gdb.dwarf2/cpp-linkage-name.c: New file.
6421 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6422
6423 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
6424
6425 * lib/gdb.exp (gdb_wrapper_init): Reset
6426 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6427 not exist.
6428
6429 2020-02-20 Tom de Vries <tdevries@suse.de>
6430
6431 PR go/17018
6432 * gdb.go/hello.exp: Copy ...
6433 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6434 print of st to print value of global definition. Add xfail for GCC
6435 PR93844.
6436 * gdb.go/hello.exp: Remove printing of st before definition.
6437 * gdb.go/hello.go: Copy ...
6438 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6439 to st.
6440 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6441
6442 2020-02-20 Tom de Vries <tdevries@suse.de>
6443
6444 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6445 (gdb_simple_compile): Handle compile_flags go by using .go extension
6446 for source file.
6447 * gdb.go/chan.exp: Use support_go_compile.
6448 * gdb.go/handcall.exp: Same.
6449 * gdb.go/hello.exp: Same.
6450 * gdb.go/integers.exp: Same.
6451 * gdb.go/max-depth.exp: Same.
6452 * gdb.go/methods.exp: Same.
6453 * gdb.go/package.exp: Same.
6454 * gdb.go/strings.exp: Same.
6455 * gdb.go/types.exp: Same.
6456 * gdb.go/unsafe.exp: Same.
6457
6458 2020-02-19 Tom de Vries <tdevries@suse.de>
6459
6460 * gdb.python/lib-types.exp: Make xfail more strict.
6461
6462 2020-02-19 Tom de Vries <tdevries@suse.de>
6463
6464 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6465
6466 2020-02-19 Doug Evans <dje@google.com>
6467
6468 PR rust/25535
6469 * gdb.rust/simple.exp: Add test.
6470 * gdb.rust/simple.rs: Add test.
6471
6472 2020-02-19 Tom de Vries <tdevries@suse.de>
6473
6474 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6475 output line-by-line.
6476
6477 2020-02-19 Tom de Vries <tdevries@suse.de>
6478
6479 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6480
6481 2020-02-19 Tom de Vries <tdevries@suse.de>
6482
6483 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6484 prelink.
6485
6486 2020-02-19 Tom de Vries <tdevries@suse.de>
6487
6488 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6489 (gdb_do_cache): Use gdb_do_cache_wrap.
6490 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6491
6492 2020-02-19 Tom de Vries <tdevries@suse.de>
6493
6494 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6495 gdb_compile option.
6496
6497 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6498
6499 * gdb.base/printcmds.exp (test_print_enums): Update expected
6500 output.
6501
6502 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6503
6504 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6505 for "unknown".
6506
6507 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6508
6509 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6510 enumerator.
6511
6512 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6513
6514 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6515 FE_, add FE_NONE.
6516 (three): Update.
6517 (enum flag_enum_without_zero): New enum.
6518 (flag_enum_without_zero): New variable.
6519 (enum not_flag_enum): New enum.
6520 (three_not_flag): New variable.
6521 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6522 (test_print_enums): Add more tests for printing flag enums.
6523
6524 2020-02-18 Tom de Vries <tdevries@suse.de>
6525
6526 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6527 (gdb_compile_ada): ... here.
6528 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6529 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6530
6531 2020-02-14 Tom Tromey <tom@tromey.com>
6532
6533 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6534 build directory.
6535 * boards/gdbserver-base.exp: Update path to gdbserver.
6536
6537 2020-02-13 Tom de Vries <tdevries@suse.de>
6538
6539 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6540
6541 2020-02-13 Tom de Vries <tdevries@suse.de>
6542
6543 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6544 are missing.
6545
6546 2020-02-13 Tom de Vries <tdevries@suse.de>
6547
6548 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6549 call.
6550
6551 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6552
6553 PR tui/25126
6554 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6555 * gdb.base/cached-source-file.c: New file.
6556 * gdb.base/cached-source-file.exp: New file.
6557
6558 2020-02-11 Tom de Vries <tdevries@suse.de>
6559
6560 PR testsuite/25488
6561 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6562
6563 2020-02-10 Tom de Vries <tdevries@suse.de>
6564
6565 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6566
6567 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6568
6569 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6570 and $after_addr are both integers before making a comparison.
6571
6572 2020-02-09 Tom de Vries <tdevries@suse.de>
6573
6574 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6575 command output and paste it into gdb.log. If any, paste catch message
6576 to gdb.log.
6577
6578 2020-02-07 Tom Tromey <tromey@adacore.com>
6579
6580 PR breakpoints/24915:
6581 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6582
6583 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6584
6585 * gdb.tui/tui-missing-src.exp: Add the "missing source
6586 file" test for the TUI.
6587
6588 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6589
6590 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6591 including a port number in the output.
6592
6593 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6594
6595 * lib/fortran.exp (fortran_int4): Handle clang.
6596 (fortran_int8): Likewise.
6597 (fortran_real4): Likewise.
6598 (fortran_real8): Likewise.
6599 (fortran_complex4): Likewise.
6600 (fortran_logical4): Likewise.
6601 (fortran_character1): Likewise.
6602
6603 2020-02-04 Tom de Vries <tdevries@suse.de>
6604
6605 * README (Race detection): Add note.
6606
6607 2020-02-04 Tom de Vries <tdevries@suse.de>
6608
6609 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6610
6611 2020-02-04 Tom de Vries <tdevries@suse.de>
6612
6613 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6614
6615 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6616
6617 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6618 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6619 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6620 blttar, bnetarl.
6621 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6622 binary for blttar, bnetarl.
6623 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6624 wait instruction. Delete ldmx test.
6625 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6626
6627 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6628
6629 * gdb.fortran/array-bounds-high.exp: New file.
6630 * gdb.fortran/array-bounds-high.f90: New file.
6631
6632 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6633
6634 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6635 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6636
6637 2020-02-01 Tom de Vries <tdevries@suse.de>
6638
6639 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6640
6641 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6642
6643 PR tui/9765
6644 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6645 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6646
6647 2020-01-29 Luis Machado <luis.machado@linaro.org>
6648
6649 * gdb.arch/aarch64-brk-patterns.c: New source file.
6650 * gdb.arch/aarch64-brk-patterns.exp: New test.
6651
6652 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6653
6654 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6655 GCC/Clang version.
6656 * gdb.cp/pass-by-ref.exp: Ditto.
6657
6658 2020-01-29 Tom de Vries <tdevries@suse.de>
6659
6660 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6661 * gdb.threads/watchpoint-fork-mt.c: Same.
6662 * gdb.threads/watchpoint-fork-parent.c: Same.
6663 * gdb.threads/watchpoint-fork-st.c: Same.
6664 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6665
6666 2020-01-27 Luis Machado <luis.machado@linaro.org>
6667
6668 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6669 sitting at a syscall instruction when we hit the syscall function's
6670 breakpoint.
6671 Check PC against one obtained with the x command.
6672 Validate syscall number.
6673 (step_over_syscall): Don't continue to the syscall instruction if
6674 we're already there.
6675
6676 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6677
6678 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6679
6680 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6681
6682 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6683 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6684
6685 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6686
6687 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6688 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6689
6690 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6691
6692 * gdb.base/maint.exp: Update line table parsing test.
6693 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6694
6695 2020-01-24 Pedro Alves <palves@redhat.com>
6696
6697 PR gdb/25410
6698 * gdb.multi/multi-re-run-1.c: New.
6699 * gdb.multi/multi-re-run-2.c: New.
6700 * gdb.multi/multi-re-run.exp: New.
6701
6702 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6703
6704 PR gdb/23718
6705 * gdb.server/server-kill-python.exp: New file.
6706
6707 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6708
6709 * gdb.server/multi-ui-errors.c: New file.
6710 * gdb.server/multi-ui-errors.exp: New file.
6711
6712 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6713
6714 PR tui/9765
6715 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6716
6717 2020-01-19 Tom Tromey <tom@tromey.com>
6718
6719 * gdb.tui/main.exp: Add check for plain "file".
6720
6721 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6722
6723 * lib/gdb.exp: Fix spelling error (seperatelly).
6724
6725 2020-01-14 Tom Tromey <tom@tromey.com>
6726
6727 PR symtab/12535:
6728 * gdb.python/python.exp: Test decode_line with empty string
6729 argument.
6730
6731 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6732
6733 * gdb.base/skip-inline.exp: Extend test.
6734
6735 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6736
6737 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6738 * gdb.dwarf2/dw2-bad-elf.c: New file.
6739 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6740
6741 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6742
6743 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6744 _line_saw_file.
6745
6746 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6747
6748 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6749 border.
6750
6751 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6752
6753 * gdb.multi/multi-target.exp (setup): Factor out "info
6754 connections" and "info inferiors" tests to ...
6755 (test_info_inferiors): ... this new procedure.
6756 (top level): Run new "info-inferiors" tests.
6757
6758 2020-01-10 Pedro Alves <palves@redhat.com>
6759
6760 * gdb.server/bkpt-other-inferior.exp: New file.
6761
6762 2020-01-10 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6765 of "add-inferior".
6766 * gdb.base/quit-live.exp: Likewise.
6767 * gdb.base/remote-exec-file.exp: Likewise.
6768 * gdb.guile/scm-progspace.exp: Likewise.
6769 * gdb.linespec/linespec.exp: Likewise.
6770 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6771 * gdb.mi/user-selected-context-sync.exp: Likewise.
6772 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6773 "info inferiors" tests.
6774 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6775 "add-inferior".
6776 * gdb.multi/watchpoint-multi.exp: Likewise.
6777 * gdb.python/py-inferior.exp: Likewise.
6778 * gdb.server/extended-remote-restart.exp: Likewise.
6779 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6780 "info inferiors".
6781 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6782 * gdb.trace/report.exp: Likewise.
6783
6784 2020-01-10 Pedro Alves <palves@redhat.com>
6785
6786 * gdb.multi/multi-target.c: New file.
6787 * gdb.multi/multi-target.exp: New file.
6788 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6789 mode requested, but remote does not support non-stop".
6790
6791 2020-01-10 Pedro Alves <palves@redhat.com>
6792
6793 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6794 disconnect before reconnecting.
6795
6796 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6797 Pedro Alves <palves@redhat.com>
6798
6799 * gdb.server/connect-without-multi-process.exp: Also test
6800 continuing to end.
6801
6802 2020-01-10 Pedro Alves <palves@redhat.com>
6803
6804 * gdb.base/remote-exec-file.exp: New file.
6805
6806 2020-01-10 Pedro Alves <palves@redhat.com>
6807
6808 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6809 output.
6810 * gdb.threads/async.c: New.
6811 * gdb.threads/async.exp: New.
6812 * gdb.multi/tids-gid-reset.c: New.
6813 * gdb.multi/tids-gid-reset.exp: New.
6814
6815 2020-01-10 George Barrett <bob@bob131.so>
6816
6817 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6818 to help in finding the image relocation offset.
6819 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6820 options in arguments.
6821 (stap_test_no_debuginfo): Likewise.
6822 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6823 test variants.
6824 (stap_test): Add null semaphore relocation test.
6825
6826 2020-01-10 George Barrett <bob@bob131.so>
6827
6828 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6829 * gdb.base/stap-probe.exp: Likewise.
6830 (stap_test): Pass argument as an additional flag.
6831 (stap_test_no_debuginfo): Likewise.
6832 (stap_test): Check `info probes stap' output for semaphore
6833 addresses if the test binary is supposed to have them.
6834
6835 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6836
6837 * gdb.tui/basic.exp: Add more scrolling tests.
6838
6839 2020-01-09 Tom Tromey <tom@tromey.com>
6840
6841 PR tui/18932:
6842 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6843 meangingful value.
6844 (Term::command, Term::resize): Update.
6845 * gdb.tui/basic.exp: Add scrolling test.
6846
6847 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6848
6849 * gdb.tui/tui-layout-asm.exp: New file.
6850
6851 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6852
6853 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6854
6855 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6856
6857 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6858 (Term::enter_tui): Use Term::prepare_for_tui.
6859
6860 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6861
6862 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6863 called.
6864
6865 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6866
6867 * gdb.base/skip.exp: Fix race condition in test.
6868
6869 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6870
6871 * gdb.base/backtrace.c: New file.
6872 * gdb.base/backtrace.exp: New file.
6873
6874 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6875
6876 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6877
6878 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6879
6880 * gdb.base/style.exp: Test that warnings are styled.
6881
6882 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6883
6884 * gdb.base/line65535.exp: New file.
6885 * gdb.base/line65535.c: New file.
6886
6887 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6888
6889 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6890 * lib/gnat_debug_info_test.adb: New file.
6891 * gdb.ada/ptype_tagged_param.exp: Use
6892 gnat_runtime_has_debug_info, expect a different output if
6893 runtime does not have debug info.
6894
6895 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6896
6897 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6898 (another) quote in test name.
6899
6900 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6901
6902 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6903 Add quote in test name.
6904
6905 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6906
6907 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6908 directory instead.
6909 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6910 * gdb.cp/pass-by-ref-2.cc: New file.
6911 * gdb.cp/pass-by-ref-2.exp: New file.
6912
6913 2019-12-20 Tom Tromey <tom@tromey.com>
6914
6915 * gdb.tui/list-before.exp: New file.
6916
6917 2019-12-20 Tom Tromey <tom@tromey.com>
6918
6919 * gdb.tui/list.exp: Check for source on initial listing.
6920
6921 2019-12-11 Tom Tromey <tromey@adacore.com>
6922
6923 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6924 Add crlf test.
6925
6926 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6927
6928 * gdb.base/default.exp: Update value of $_gdb_major.
6929
6930 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6931
6932 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6933
6934 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6935
6936 * gdb.base/skip.exp: Whitespace fix.
6937
6938 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6939
6940 * gdb.base/skip-inline.c: New file.
6941 * gdb.base/skip-inline.exp: New file.
6942
6943 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6944
6945 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6946 jit_function_00 to jit_function_stack_mangle.
6947 * gdb.base/jithost.c (jit_function_t): Rename to...
6948 (jit_function_stack_mangle_t): ... this.
6949 (jit_function_add_t): New typedef.
6950 (jit_function_00_code): Rename to...
6951 (jit_function_stack_mangle_code): ... this, make static.
6952 (jit_function_add_code): New.
6953 (main): Generate "add" function and call it. Adjust to changes
6954 in jithost_abi.
6955 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6956 (struct jithost_abi) <begin, end>: Remove fields.
6957 <object, function_stack_mangle, function_add>: New fields.
6958 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6959 code_end>: Remove fields.
6960 <func_stack_mangle>: New field.
6961 (read_debug_info): Adjust to renaming, create block for "add"
6962 function.
6963 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6964
6965 2019-12-11 Tom Tromey <tom@tromey.com>
6966
6967 * gdb.tui/resize.exp: Fix regexp.
6968 * gdb.tui/regs.exp: Fix regexps.
6969 * gdb.tui/main.exp: Fix regexp.
6970
6971 2019-12-11 Tom Tromey <tom@tromey.com>
6972
6973 * gdb.tui/resize.exp: Update.
6974 * gdb.tui/empty.exp (layouts): Update.
6975
6976 2019-12-11 Tom Tromey <tom@tromey.com>
6977
6978 * gdb.tui/regs.exp: Update.
6979 * gdb.tui/empty.exp (layouts): Update.
6980 * gdb.tui/basic.exp: Update.
6981 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6982
6983 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6984
6985 * gdb.base/options.exp: Add -raw-values in the print completion list.
6986 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6987
6988 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6989
6990 * gdb.threads/omp-par-scope.c: New file.
6991 * gdb/threads/omp-par-scope.exp: New file.
6992
6993 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6994
6995 * lib/gdb.exp (support_nested_function_tests): New proc.
6996
6997 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6998
6999 * lib/gdb.exp (gdb_compile_openmp): New proc.
7000 (build_executable_from_specs): Add an "openmp" option.
7001 (gdb_compile_pthreads): Add non-executable case.
7002
7003 2019-12-10 Tom Tromey <tromey@adacore.com>
7004
7005 * gdb.ada/unchecked_union.exp: New file.
7006 * gdb.ada/unchecked_union/pck.adb: New file.
7007 * gdb.ada/unchecked_union/pck.ads: New file.
7008 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
7009 * gdb-utils.exp (string_to_regexp): Also quote "?".
7010
7011 2019-12-10 George Barrett <bob@bob131.so>
7012
7013 Test scripted probe breakpoints.
7014 * gdb.guile/scm-breakpoint.c (main): Add probe point.
7015 * gdb.python/py-breakpoint.c (main): Likewise.
7016 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
7017 specifier test.
7018 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
7019
7020 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7021
7022 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
7023 an rvalue parameter.
7024 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
7025 parameter.
7026
7027 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7028
7029 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
7030 modules.
7031
7032 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7033
7034 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
7035 broken version of GCC.
7036
7037 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7038
7039 * gdb.fortran/info-modules.exp: Rewrite to make use of new
7040 sym-info-cmds library.
7041 * gdb.fortran/info-types.exp: Likewise.
7042 * lib/sym-info-cmds.exp: New file.
7043
7044 2019-12-08 Tom de Vries <tdevries@suse.de>
7045
7046 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
7047
7048 2019-12-07 Keith Seitz <keiths@redhat.com>
7049
7050 * gdb.base/corefile-buildid-shlib-shr.c: New file.
7051 * gdb.base/corefile-buildid-shlib.c: New file.
7052 * gdb.base/corefile-buildid.c: New file.
7053 * gdb.base/corefile-buildid.exp: New file.
7054
7055 2019-12-06 Tom de Vries <tdevries@suse.de>
7056
7057 * gdb.dwarf2/varval.exp: Add decl before def test.
7058
7059 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7060
7061 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
7062
7063 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7064
7065 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
7066 CV and reference conversion for overload resolution.
7067 * gdb.cp/rvalue-ref-overload.exp: Test it.
7068
7069 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7070
7071 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
7072 * gdb.base/frameapply.exp: Test faas without command.
7073
7074 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7075
7076 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
7077 Fortran tests.
7078 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
7079 order.
7080
7081 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7082
7083 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
7084 casting to type with no kind specified.
7085 (test_basic_parsing_of_type_kinds): Additional tests for types
7086 with no kind specified, and add tests for single/double
7087 precision/complex types.
7088
7089 2019-12-04 Tom Tromey <tromey@adacore.com>
7090
7091 * gdb.base/endianity.c (struct other) <x>: New field.
7092 (main): Initialize it.
7093 * gdb.base/endianity.exp: Update.
7094
7095 2019-12-04 Tom Tromey <tromey@adacore.com>
7096
7097 * gdb.ada/scalar_storage/storage.adb: New file.
7098 * gdb.ada/scalar_storage/pck.adb: New file.
7099 * gdb.ada/scalar_storage/pck.ads: New file.
7100 * gdb.ada/scalar_storage.exp: New file.
7101
7102 2019-12-04 Tom Tromey <tromey@adacore.com>
7103
7104 * gdb.base/endianity.c (struct otherendian) <f>: New field.
7105 (main): Initialize it.
7106 * gdb.base/endianity.exp: Update.
7107
7108 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7109
7110 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
7111
7112 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7113
7114 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
7115 -symbol-info-module-functions and -symbol-info-module-variables.
7116
7117 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
7118
7119 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
7120
7121 2019-12-01 Richard Bunt <richard.bunt@arm.com>
7122 Andrew Burgess <andrew.burgess@embecosm.com>
7123
7124 * gdb.fortran/derived-type-striding.exp: New file.
7125 * gdb.fortran/derived-type-striding.f90: New file.
7126 * gdb.fortran/array-slices.exp: New file.
7127 * gdb.fortran/array-slices.f90: New file.
7128
7129 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7130
7131 * gdb.base/define.exp: Test . in command names.
7132 * gdb.base/setshow.exp: Update test, as . is now part of
7133 command name.
7134
7135 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7136
7137 * gdb.base/define-prefix.exp: New file.
7138
7139 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
7140
7141 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
7142 compile.
7143 (skip_btrace_pt_tests): Likewise.
7144
7145 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7146
7147 * gdb.fortran/info-modules.exp: Compile source files in correct
7148 order.
7149
7150 2019-11-27 Kevin Buettner <kevinb@redhat.com>
7151
7152 * gdb.dwarf2/imported-unit.exp: New file.
7153 * gdb.dwarf2/imported-unit.c: New file.
7154
7155 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7156
7157 * gdb.mi/mi-fortran-modules-2.f90: New file.
7158 * gdb.mi/mi-fortran-modules.exp: New file.
7159 * gdb.mi/mi-fortran-modules.f90: New file.
7160
7161 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7162
7163 * gdb.mi/mi-sym-info-1.c: New file.
7164 * gdb.mi/mi-sym-info-2.c: New file.
7165 * gdb.mi/mi-sym-info.exp: New file.
7166
7167 2019-11-22 Tom Tromey <tromey@adacore.com>
7168
7169 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
7170 * gdb.ada/tasks/foo.adb: Add another stopping location.
7171
7172 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
7173
7174 * gdb.base/endianity.c: New test.
7175 * gdb.base/endianity.exp: New file.
7176
7177 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
7178
7179 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
7180
7181 2019-11-21 Tom de Vries <tdevries@suse.de>
7182
7183 PR gdb/24956
7184 * gdb.base/ui-redirect.exp: Test output of user-defined command.
7185
7186 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7187
7188 * gdb.python/py-progspace.exp: Add missing parentheses on some
7189 'print' commands.
7190
7191 2019-11-19 Tom Tromey <tom@tromey.com>
7192
7193 * gdb.tui/winheight.exp: New file.
7194
7195 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7196
7197 * gdb.base/ctf-whatis.c: Delete.
7198 * gdb.base/ctf-whatis.exp: Delete.
7199 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
7200
7201 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7202
7203 * gdb.base/ctf-cvexpr.exp: Delete.
7204 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
7205
7206 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7207
7208 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
7209 the compiler. Clean up header comment a little.
7210 * gdb.base/ctf-ptype.exp: Likewise.
7211 * gdb.base/ctf-whatis.exp: Likewise.
7212 * lib/gdb.exp (skip_ctf_tests): New proc.
7213
7214 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
7215
7216 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
7217 * gdb.tui/corefile-run.exp: New file.
7218
7219 2019-11-14 Tom Tromey <tromey@adacore.com>
7220
7221 * gdb.base/gdbvars.exp (test_convenience_variables): Add
7222 regression tests.
7223
7224 2019-11-12 Tom Tromey <tom@tromey.com>
7225
7226 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
7227 after any command. Expect prompt after WAIT_FOR is seen.
7228 (enter_tui): Enable resize messages.
7229 (command): Expect command in output.
7230 (get_line): Avoid error when cursor appears to be off-screen.
7231 (dump_screen): Include screen size in title.
7232 (_do_resize): New proc, from "resize".
7233 (resize): Rewrite. Do resize in two steps.
7234 * gdb.tui/empty.exp (layouts): Fix entries.
7235 (check_boxes): Remove xfail.
7236 (check_text): Dump screen on failure.
7237
7238 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7239
7240 * gdb.python/py-symbol.exp: Add test for
7241 gdb.lookup_static_symbols.
7242
7243 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7244
7245 * gdb.python/py-symbol.c: Declare and call function from new
7246 py-symbol-2.c file.
7247 * gdb.python/py-symbol.exp: Compile both source files, and add new
7248 tests for gdb.lookup_static_symbol.
7249 * gdb.python/py-symbol-2.c: New file.
7250
7251 2019-11-02 Tom de Vries <tdevries@suse.de>
7252
7253 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
7254 * gdb.base/anon.exp: Same.
7255 * gdb.base/auto-connect-native-target.exp: Same.
7256 * gdb.base/call-ar-st.exp: Same.
7257 * gdb.base/catch-syscall.exp: Same.
7258 * gdb.base/commands.exp: Same.
7259 * gdb.base/default.exp: Same.
7260 * gdb.base/display.exp: Same.
7261 * gdb.base/float.exp: Same.
7262 * gdb.base/foll-fork.exp: Same.
7263 * gdb.base/help.exp: Same.
7264 * gdb.base/info-macros.exp: Same.
7265 * gdb.base/info-proc.exp: Same.
7266 * gdb.base/info-target.exp: Same.
7267 * gdb.base/long_long.exp: Same.
7268 * gdb.base/macscp.exp: Same.
7269 * gdb.base/memattr.exp: Same.
7270 * gdb.base/nofield.exp: Same.
7271 * gdb.base/pointers.exp: Same.
7272 * gdb.base/printcmds.exp: Same.
7273 * gdb.base/ptype.exp: Same.
7274 * gdb.base/restore.exp: Same.
7275 * gdb.base/return.exp: Same.
7276 * gdb.base/scope.exp: Same.
7277 * gdb.base/set-noassign.exp: Same.
7278 * gdb.base/setshow.exp: Same.
7279 * gdb.base/shlib-call.exp: Same.
7280 * gdb.base/signals.exp: Same.
7281 * gdb.base/sigstep.exp: Same.
7282 * gdb.base/skip.exp: Same.
7283 * gdb.base/solib-symbol.exp: Same.
7284 * gdb.base/stap-probe.exp: Same.
7285 * gdb.base/step-line.exp: Same.
7286 * gdb.base/step-test.exp: Same.
7287 * gdb.base/style.exp: Same.
7288 * gdb.base/varargs.exp: Same.
7289 * gdb.base/vla-datatypes.exp: Same.
7290 * gdb.base/vla-ptr.exp: Same.
7291 * gdb.base/vla-sideeffect.exp: Same.
7292 * gdb.base/volatile.exp: Same.
7293 * gdb.base/watch-cond-infcall.exp: Same.
7294 * gdb.base/watchpoint.exp: Same.
7295
7296 2019-11-02 Tom de Vries <tdevries@suse.de>
7297
7298 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
7299 * gdb.cp/cpexprs.exp: Same.
7300 * gdb.cp/except-multi-location.exp: Same.
7301 * gdb.cp/exceptprint.exp: Same.
7302 * gdb.cp/gdb2384.exp: Same.
7303 * gdb.cp/inherit.exp: Same.
7304 * gdb.cp/m-static.exp: Same.
7305 * gdb.cp/meth-typedefs.exp: Same.
7306 * gdb.cp/misc.exp: Same.
7307 * gdb.cp/namespace.exp: Same.
7308 * gdb.cp/non-trivial-retval.exp: Same.
7309 * gdb.cp/overload.exp: Same.
7310 * gdb.cp/pr17132.exp: Same.
7311 * gdb.cp/re-set-overloaded.exp: Same.
7312 * gdb.cp/rvalue-ref-types.exp: Same.
7313 * gdb.cp/templates.exp: Same.
7314
7315 2019-11-01 Luis Machado <luis.machado@linaro.org>
7316
7317 PR gdb/25124
7318
7319 * gdb.arch/pr25124.S: New file.
7320 * gdb.arch/pr25124.exp: New file.
7321
7322 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7323
7324 * gdb.fortran/info-modules.exp: Update expected results, and add
7325 additional tests for 'info module functinos', and 'info module
7326 variables'.
7327 * gdb.fortran/info-types.exp: Update expected results.
7328 * gdb.fortran/info-types.f90: Extend testcase with additional
7329 module variables and functions.
7330
7331 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7332
7333 * gdb.fortran/info-modules.exp: New file.
7334 * gdb.fortran/info-types.exp: Build with new file.
7335 * gdb.fortran/info-types.f90: Include and use new module.
7336 * gdb.fortran/info-types-2.f90: New file.
7337
7338 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7339
7340 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
7341 * gdb.base/settings.exp: Test all settings types using
7342 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
7343 that now verifies that the value of "maint show" is the same as
7344 returned by the settings functions. Test the type of the
7345 maintenance settings.
7346 * gdb.base/default.exp: Update show_conv_list.
7347
7348 2019-10-31 Tom de Vries <tdevries@suse.de>
7349
7350 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
7351 gdb_test.
7352 * gdb.arch/amd64-disp-step.exp: Same.
7353 * gdb.asm/asm-source.exp: Same.
7354 * gdb.btrace/buffer-size.exp: Same.
7355 * gdb.btrace/cpu.exp: Same.
7356 * gdb.btrace/enable.exp: Same.
7357 * gdb.dwarf2/count.exp: Same.
7358 * gdb.dwarf2/dw2-ranges-func.exp: Same.
7359 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
7360 * gdb.fortran/vla-datatypes.exp: Same.
7361 * gdb.fortran/vla-history.exp: Same.
7362 * gdb.fortran/vla-ptype.exp: Same.
7363 * gdb.fortran/vla-value.exp: Same.
7364 * gdb.fortran/whatis_type.exp: Same.
7365 * gdb.guile/guile.exp: Same.
7366 * gdb.multi/tids.exp: Same.
7367 * gdb.python/py-finish-breakpoint.exp: Same.
7368 * gdb.python/py-framefilter.exp: Same.
7369 * gdb.python/py-pp-registration.exp: Same.
7370 * gdb.python/py-xmethods.exp: Same.
7371 * gdb.python/python.exp: Same.
7372 * gdb.server/connect-with-no-symbol-file.exp: Same.
7373 * gdb.server/no-thread-db.exp: Same.
7374 * gdb.server/run-without-local-binary.exp: Same.
7375 * gdb.stabs/weird.exp: Same.
7376 * gdb.threads/attach-many-short-lived-threads.exp: Same.
7377 * gdb.threads/thread-find.exp: Same.
7378 * gdb.threads/tls-shared.exp: Same.
7379 * gdb.threads/tls.exp: Same.
7380 * gdb.threads/wp-replication.exp: Same.
7381 * gdb.trace/ax.exp: Same.
7382 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7383
7384 2019-10-31 Tom de Vries <tdevries@suse.de>
7385
7386 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7387 * gdb.ada/array_subscript_addr.exp: Same.
7388 * gdb.ada/arrayidx.exp: Same.
7389 * gdb.ada/arrayparam.exp: Same.
7390 * gdb.ada/arrayptr.exp: Same.
7391 * gdb.ada/boolean_expr.exp: Same.
7392 * gdb.ada/call_pn.exp: Same.
7393 * gdb.ada/complete.exp: Same.
7394 * gdb.ada/fixed_cmp.exp: Same.
7395 * gdb.ada/fun_addr.exp: Same.
7396 * gdb.ada/funcall_param.exp: Same.
7397 * gdb.ada/interface.exp: Same.
7398 * gdb.ada/mod_from_name.exp: Same.
7399 * gdb.ada/null_array.exp: Same.
7400 * gdb.ada/packed_array.exp: Same.
7401 * gdb.ada/packed_tagged.exp: Same.
7402 * gdb.ada/print_chars.exp: Same.
7403 * gdb.ada/print_pc.exp: Same.
7404 * gdb.ada/ptype_arith_binop.exp: Same.
7405 * gdb.ada/ptype_field.exp: Same.
7406 * gdb.ada/ptype_tagged_param.exp: Same.
7407 * gdb.ada/rec_return.exp: Same.
7408 * gdb.ada/ref_tick_size.exp: Same.
7409 * gdb.ada/str_ref_cmp.exp: Same.
7410 * gdb.ada/taft_type.exp: Same.
7411 * gdb.ada/tagged.exp: Same.
7412 * gdb.ada/type_coercion.exp: Same.
7413 * gdb.ada/uninitialized_vars.exp: Same.
7414
7415 2019-10-30 Tom de Vries <tdevries@suse.de>
7416
7417 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7418
7419 2019-10-26 Tom de Vries <tdevries@suse.de>
7420
7421 * gdb.base/bigcore.c: Fix typos in comments.
7422 * gdb.base/ctf-ptype.c: Same.
7423 * gdb.base/long_long.c: Same.
7424 * gdb.dwarf2/dw2-op-out-param.S: Same.
7425 * gdb.python/py-evthreads.c: Same.
7426 * gdb.reverse/i387-stack-reverse.c: Same.
7427 * gdb.trace/tfile.c: Same.
7428 * lib/compiler.c: Same.
7429 * lib/compiler.cc: Same.
7430
7431 2019-10-25 Tom de Vries <tdevries@suse.de>
7432
7433 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7434 gdb_test_multiple calls.
7435 * gdb.reverse/sigall-reverse.exp: Same.
7436 * gdb.reverse/solib-precsave.exp: Same.
7437 * gdb.reverse/solib-reverse.exp: Same.
7438 * gdb.reverse/until-precsave.exp: Same.
7439 * gdb.reverse/until-reverse.exp: Same.
7440
7441 2019-10-24 Tom de Vries <tdevries@suse.de>
7442
7443 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7444 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7445 kfail using -wrap pattern flag and convenience variable
7446 gdb_test_name.
7447
7448 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7449
7450 * gdb.python/py-progspace.exp: Add tests for the
7451 Progspace.block_for_pc method.
7452
7453 2019-10-23 Tom Tromey <tom@tromey.com>
7454
7455 * configure: Rebuild.
7456 * aclocal.m4: Use m4_include, not sinclude.
7457
7458 2019-10-21 Tom de Vries <tdevries@suse.de>
7459
7460 * gdb.base/infcall-nested-structs.c: Add
7461 __attribute__((noinline,noclone)) to all functions.
7462 (call_all): Add missing variable initialization. Simplify return value.
7463 (breakpt): Increment volatile variable, to prevent call from being
7464 optimized out.
7465 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7466
7467 2019-10-17 Tom de Vries <tdevries@suse.de>
7468
7469 * gdb.fortran/module.exp: Allow info variables to print info for files
7470 other than module.f90.
7471
7472 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7473
7474 * gdb.fortran/module.exp: Extend with 'info variables' test.
7475
7476 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7477
7478 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7479 F77_FOR_TARGET.
7480
7481 2019-10-16 Tom de Vries <tdevries@suse.de>
7482
7483 PR tdep/25096
7484 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7485
7486 2019-10-16 Tom de Vries <tdevries@suse.de>
7487
7488 PR tdep/24104
7489 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7490 Add KFAIL for PR tdep/25096.
7491
7492 2019-10-16 Tom de Vries <tdevries@suse.de>
7493
7494 PR testsuite/25059
7495 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7496
7497 2019-10-16 Tom de Vries <tdevries@suse.de>
7498
7499 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7500 as signed.
7501
7502 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7503
7504 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7505 one instead of increasing timeout.
7506
7507 2019-10-13 Tom de Vries <tdevries@suse.de>
7508
7509 PR record/25038
7510 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7511 * gdb.reverse/sigall-reverse.exp: Same.
7512 * gdb.reverse/solib-precsave.exp: Same.
7513 * gdb.reverse/solib-reverse.exp: Same.
7514 * gdb.reverse/step-precsave.exp: Same.
7515 * gdb.reverse/until-precsave.exp: Same.
7516 * gdb.reverse/until-reverse.exp: Same.
7517 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7518
7519 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7520
7521 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7522 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7523 (cmp_struct_05_01, cmp_struct_static_02_01)
7524 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7525 comparisons.
7526
7527 2019-10-10 Tom de Vries <tdevries@suse.de>
7528
7529 PR testsuite/24888
7530 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7531 gnatlink.
7532
7533 2019-10-09 Tom de Vries <tdevries@suse.de>
7534
7535 PR testsuite/25048
7536 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7537
7538 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7539
7540 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7541 exceptions due to missing debug information.
7542
7543 2019-10-07 Tom de Vries <tdevries@suse.de>
7544
7545 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7546
7547 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7548
7549 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7550 * gdb.base/annota1.exp: Update to use gdb_test_name.
7551
7552 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
7553
7554 * gdb.base/ctf-whatis.exp: New file.
7555 * gdb.base/ctf-whatis.c: New file.
7556 * gdb.base/ctf-ptype.exp: New file.
7557 * gdb.base/ctf-ptype.c: New file.
7558 * gdb.base/ctf-constvars.exp: New file.
7559 * gdb.base/ctf-constvars.c: New file.
7560 * gdb.base/ctf-cvexpr.exp: New file.
7561
7562 2019-10-04 Tom de Vries <tdevries@suse.de>
7563
7564 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7565 for loop.
7566
7567 2019-10-03 Tom Tromey <tom@tromey.com>
7568
7569 PR rust/24976:
7570 * gdb.rust/simple.rs (Union2): New type.
7571 (main): Use Union2.
7572 * gdb.rust/simple.exp: Add test.
7573
7574 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7575
7576 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7577 nested function prefix.
7578
7579 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7580 Richard Bunt <richard.bunt@arm.com>
7581 Andrew Burgess <andrew.burgess@embecosm.com>
7582
7583 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7584 nested functions.
7585 * gdb.fortran/nested-funcs.f90: Update expected results.
7586 * gdb.fortran/nested-funcs-2.exp: New file.
7587 * gdb.fortran/nested-funcs-2.f90: New file.
7588
7589 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7590
7591 * gdb.python/py-parameter.exp: Make test names unique.
7592 * gdb.python/py-template.exp: Likewise.
7593 * gdb.python/py-value.exp: Likewise.
7594
7595 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7596
7597 * gdb.base/break-interp.exp: Reduce test name duplication.
7598 * gdb.base/call-sc.exp: Likewise.
7599 * gdb.base/callfuncs.exp: Likewise.
7600 * gdb.base/charset.exp: Likewise.
7601 * gdb.base/dump.exp: Likewise.
7602 * gdb.base/ena-dis-br.exp: Likewise.
7603 * gdb.base/relational.exp: Likewise.
7604 * gdb.base/step-over-syscall.exp: Likewise.
7605 * gdb.base/structs.exp: Likewise.
7606
7607 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7608
7609 * gdb.linespec/explicit.exp: Make test names unique.
7610 * gdb.linespec/ls-errs.exp: Likewise.
7611
7612 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7613
7614 * gdb.reverse/break-precsave.exp: Make test names unique.
7615 * gdb.reverse/break-reverse.exp: Likewise.
7616 * gdb.reverse/finish-precsave.exp: Likewise.
7617 * gdb.reverse/finish-reverse.exp: Likewise.
7618 * gdb.reverse/machinestate-precsave.exp: Likewise.
7619 * gdb.reverse/machinestate.exp: Likewise.
7620 * gdb.reverse/readv-reverse.exp: Likewise.
7621 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7622 * gdb.reverse/sigall-precsave.exp: Likewise.
7623 * gdb.reverse/sigall-reverse.exp: Likewise.
7624 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7625 * gdb.reverse/watch-precsave.exp: Likewise.
7626 * gdb.reverse/watch-reverse.exp: Likewise.
7627
7628 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7629
7630 * gdb.threads/stop-with-handle.c: New file.
7631 * gdb.threads/stop-with-handle.exp: New file.
7632
7633 2019-10-03 Tom de Vries <tdevries@suse.de>
7634
7635 PR testsuite/25059
7636 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7637 directory" line to be missing.
7638
7639 2019-10-03 Tom de Vries <tdevries@suse.de>
7640
7641 PR testsuite/25059
7642 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7643 type optional.
7644
7645 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7646
7647 * gdb.python/py-format-string.c (string.h): New include.
7648 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7649 the same value, for endianness-independence.
7650 * gdb.python/py-format-string.exp (default_regexp_dict)
7651 (test_pretty_structs, test_format): Adjust expected output to the
7652 changed initialization.
7653
7654 2019-10-02 Tom Tromey <tromey@adacore.com>
7655
7656 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7657
7658 2019-10-02 Pedro Alves <palves@redhat.com>
7659 Andrew Burgess <andrew.burgess@embecosm.com>
7660
7661 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7662 "print-file-var.h".
7663 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7664 (get_version_1): Print this_version_id and its address.
7665 Add extern "C" wrappers around interface functions.
7666 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7667 "print-file-var.h".
7668 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7669 (get_version_2): Print this_version_id and its address.
7670 Add extern "C" wrappers around interface functions.
7671 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7672 <stddef.h> and "print-file-var.h".
7673 Add extern "C" wrappers around interface functions.
7674 [VERSION_ID_MAIN] (this_version_id): Define.
7675 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7676 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7677 up extern "C" blocks.
7678 * gdb.base/print-file-var.exp (test): New, factored out from top
7679 level.
7680 (top level): Test all combinations of attribute hidden or not,
7681 dlopen or not, and this_version_id symbol in main file or not.
7682 Compile tests as both C++ and C, make test names unique.
7683
7684 2019-10-01 Tom Tromey <tom@tromey.com>
7685
7686 * gdb.base/style.exp: Test "show logging filename".
7687
7688 2019-10-01 Tom Tromey <tom@tromey.com>
7689
7690 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7691 * gdb.base/style.exp: Add metadata style test.
7692
7693 2019-10-01 Tom Tromey <tom@tromey.com>
7694
7695 * gdb.base/style.exp: Test "pwd".
7696
7697 2019-10-01 Tom Tromey <tom@tromey.com>
7698
7699 * gdb.base/style.exp: Update tests.
7700
7701 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7702
7703 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7704 'six' to unsigned.
7705 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7706 'five'. Use an all-ones bit pattern for each.
7707 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7708 to its changed values.
7709
7710 2019-09-30 Tom Tromey <tromey@adacore.com>
7711
7712 * gdb.rust/traits.rs: Disable all warnings.
7713
7714 2019-09-29 Tom de Vries <tdevries@suse.de>
7715
7716 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7717
7718 2019-09-29 Tom de Vries <tdevries@suse.de>
7719
7720 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7721
7722 2019-09-27 Tom de Vries <tdevries@suse.de>
7723
7724 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7725
7726 2019-09-27 Tom de Vries <tdevries@suse.de>
7727
7728 PR record/23188
7729 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7730
7731 2019-09-26 Tom Tromey <tromey@adacore.com>
7732
7733 * gdb.ada/py_taft.exp: New file.
7734 * gdb.ada/py_taft/main.adb: New file.
7735 * gdb.ada/py_taft/pkg.adb: New file.
7736 * gdb.ada/py_taft/pkg.ads: New file.
7737
7738 2019-09-24 Tom de Vries <tdevries@suse.de>
7739
7740 PR gdb/24598
7741 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7742
7743 2019-09-22 Tom de Vries <tdevries@suse.de>
7744
7745 * gdb.base/restore.exp: Allow register variables to be optimized out at
7746 -O0.
7747
7748 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7749
7750 * gdb.arch/spu-info.exp: Remove file.
7751 * gdb.arch/spu-info.c: Remove file.
7752 * gdb.arch/spu-ls.exp: Remove file.
7753 * gdb.arch/spu-ls.c: Remove file.
7754
7755 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7756 * gdb.asm/spu.inc: Remove file.
7757
7758 * gdb.base/dump.exp: Remove support for spu*-*-*.
7759 * gdb.base/stack-checking.exp: Likewise.
7760 * gdb.base/overlays.exp: Likewise.
7761 * gdb.base/ovlymgr.c: Likewise.
7762 * gdb.base/spu.ld: Remove file.
7763
7764 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7765 * gdb.cp/cpexprs.exp: Likewise.
7766 * gdb.cp/exception.exp: Likewise.
7767 * gdb.cp/gdb2495.exp: Likewise.
7768 * gdb.cp/mb-templates.exp: Likewise.
7769 * gdb.cp/pr9167.exp: Likewise.
7770 * gdb.cp/userdef.exp: Likewise.
7771
7772 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7773
7774 * gdb.cell: Remove directory.
7775 * lib/cell.exp: Remove file.
7776
7777 2019-09-19 Tom de Vries <tdevries@suse.de>
7778
7779 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7780
7781 2019-09-19 Tom de Vries <tdevries@suse.de>
7782
7783 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7784
7785 2019-09-19 Tom de Vries <tdevries@suse.de>
7786
7787 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7788 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7789 (gdb_target_cmd): ... here.
7790 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7791 value 2.
7792
7793 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7794
7795 * gdb.base/source-dir.exp: Avoid having directory names in test
7796 names.
7797
7798 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7799
7800 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7801 directory.
7802
7803 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7804
7805 * gdb.base/list-missing-source.exp: New file.
7806
7807 2019-09-14 Tom de Vries <tdevries@suse.de>
7808
7809 PR teststuite/24599
7810 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7811 * lib/ada.exp (gnatmake_version_at_least): New proc.
7812
7813 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7814
7815 * gdb.base/maint.exp: Use exec_has_index_section.
7816
7817 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7818
7819 * gdb.base/maint.exp: Add test for 'maint info sections'.
7820
7821 2019-09-12 Tom de Vries <tdevries@suse.de>
7822
7823 * gdb.base/store.exp: Allow register variables to be optimized out at
7824 -O0.
7825
7826 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7827
7828 * gdb.ada/rdv_wait.exp: Update to new task names.
7829 * gdb.base/task_switch_in_core.exp: Likewise.
7830 * gdb.base/info_sources_base.c: Likewise.
7831
7832 2019-09-10 Tom Tromey <tromey@adacore.com>
7833
7834 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7835
7836 2019-09-10 Tom Tromey <tromey@adacore.com>
7837
7838 * gdb.ada/dgopt.exp: New file.
7839 * gdb.ada/dgopt/x.adb: New file.
7840
7841 2019-09-08 Tom Tromey <tom@tromey.com>
7842
7843 * gdb.tui/resize.exp: Remove setup_xfail.
7844 * gdb.tui/regs.exp: Remove setup_xfail.
7845 * gdb.tui/basic.exp: Remove setup_xfail.
7846
7847 2019-09-06 David Blaikie <dblaikie@gmail.com>
7848
7849 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7850 * gdb.cp/cplabel.exp: Ditto.
7851 * gdb.linespec/ls-errs.exp: Ditto.
7852
7853 2019-09-05 Tom de Vries <tdevries@suse.de>
7854
7855 * lib/gdb.exp (cmp_file_string): New proc.
7856 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7857 runto_main. Verify save breakpoints output.
7858
7859 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7860
7861 * gdb.base/info-var.exp: Test info variables without running
7862 to main, to avoid expect's buffer overflow.
7863
7864 2019-09-03 Tom Tromey <tromey@adacore.com>
7865
7866 * gdb.ada/bias.exp: New file.
7867 * gdb.ada/bias/bias.adb: New file.
7868 * gdb.ada/print_chars.exp: Add regression test.
7869 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7870 (MC): New variable.
7871
7872 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7873
7874 * gdb.base/argv0-symlink.exp: Run only on native target
7875 and local host.
7876
7877 2019-08-29 Tom de Vries <tdevries@suse.de>
7878
7879 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7880 diverse debug info.
7881 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7882
7883 2019-08-28 Tom de Vries <tdevries@suse.de>
7884
7885 * gdb.base/info-var.exp: Allow info variables to print info for files
7886 other than info-var-f1.c and info-var-f2.c.
7887
7888 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7889
7890 * gdb.fortran/info-types.exp: Add module.
7891 * gdb.fortran/info-types.f90: Update expected results.
7892
7893 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7894
7895 * gdb.fortran/info-types.exp: New file.
7896 * gdb.fortran/info-types.f90: New file.
7897 * lib/fortran.exp (fortran_character1): New proc.
7898
7899 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7900
7901 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7902 functions'. Reindent as needed.
7903 * gdb.base/info-var-f1.c: New file.
7904 * gdb.base/info-var-f2.c: New file.
7905 * gdb.base/info-var.exp: New file.
7906 * gdb.base/info-var.h: New file.
7907
7908 2019-08-26 Tom de Vries <tdevries@suse.de>
7909
7910 PR c++/24852
7911 * gdb.cp/no-libstdcxx-probe.exp: New test.
7912
7913 2019-08-26 Tom de Vries <tdevries@suse.de>
7914
7915 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7916 * tests need to be skipped.
7917 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7918 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7919 mi_skip_libstdcxx_probe_tests.
7920
7921 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7922
7923 * gdb.python/py-xmethods.exp: Use raw strings when passing
7924 arguments to SimpleXMethodMatcher.
7925
7926 2019-08-22 Tom de Vries <tdevries@suse.de>
7927
7928 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7929 more informative.
7930
7931 2019-08-21 Pedro Alves <palves@redhat.com>
7932
7933 * gdb.base/with.exp: Test "with" with no arguments.
7934
7935 2019-08-21 Tom de Vries <tdevries@suse.de>
7936
7937 * gdb.base/gdb-caching-proc.exp: Sort files.
7938
7939 2019-08-20 Tom de Vries <tdevries@suse.de>
7940
7941 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7942 compilation.
7943
7944 2019-08-16 Tom de Vries <tdevries@suse.de>
7945
7946 * gdb.base/compare-sections.exp ("after run to main"): Allow
7947 mismatched read-only sections for PIE executables.
7948
7949 2019-08-16 Tom Tromey <tom@tromey.com>
7950
7951 * lib/tuiterm.exp (_csi_Z): New proc.
7952 * gdb.tui/basic.exp: Update window positions.
7953 * gdb.tui/empty.exp: Update window positions.
7954
7955 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7956
7957 * gdb.base/examine-backward.exp: Correct regexp for
7958 "examine 3 bytes backward from ${address_zero}".
7959
7960 2019-08-15 Tom Tromey <tom@tromey.com>
7961
7962 * gdb.tui/empty.exp: Enable resizing tests.
7963
7964 2019-08-15 Tom Tromey <tromey@adacore.com>
7965
7966 * gdb.ada/char_enum.exp: Add regression tests.
7967 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7968 and '0'.
7969 (Char, Gchar): Update.
7970 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7971
7972 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7973
7974 * gdb.python/python.exp: Expect a leading underscore on
7975 GdbOutput{,Error}File.
7976
7977 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7978
7979 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7980 Windows host.
7981
7982 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7983
7984 * gdb.base/batch-preserve-term-settings.exp
7985 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7986
7987 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7988
7989 * lib/gdb.exp: When running on a mingw target, replace
7990 /x/ with x:/.
7991
7992 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7993
7994 * gdb.arch/aarch64-prologue.c: New test.
7995 * gdb.arch/aarch64-prologue.exp: New file.
7996
7997 2019-08-13 Tom de Vries <tdevries@suse.de>
7998
7999 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
8000 Thread.
8001
8002 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
8003
8004 * gdb.python/py-completion.exp: Download the .py file to the host
8005 and use its host pathname. Conditionalize tests that use
8006 tab completion and manipulate files on the build machine.
8007 * gdb.python/py-events.exp: Download the .py file to the host
8008 and use its host pathname.
8009 * gdb.python/py-evsignal.exp: Likewise.
8010 * gdb.python/py-evthreads.exp: Likewise.
8011 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
8012 pathname syntax.
8013 * gdb.python/py-framefilter.exp: Download the .py file to the right
8014 place on the host. Match Windows pathname syntax.
8015 * gdb.python/py-mi-var-info-path-expression.exp: Download the
8016 .py file to the host and use its host pathname.
8017 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
8018 * gdb.python/py-objfile.exp: Expect a host pathname, not a
8019 build pathname. Skip symlink test on Windows host. Add missing
8020 newline at end of file.
8021 * gdb.python/py-pp-maint.exp: Download the .py file to the host
8022 and use its host pathname.
8023 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
8024 * gdb.python/py-section-script.exp: Use host location of binfile
8025 on safe-path. Use correct path separator on Windows host.
8026 Reorder alternatives in gdb_test_multiple to prevent matching
8027 the wrong alternative on success.
8028 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
8029
8030 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
8031
8032 * gdb.gdb/selftest.exp (test_with_self): Update test to now
8033 expect the GDB inferior to no longer immediately stop after
8034 being resumed with "signal SIGINT".
8035
8036 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
8037
8038 * gdb.linespec/break-ask.exp: Generalize regexps to match
8039 Windows pathnames too.
8040
8041 2019-08-08 Tom de Vries <tdevries@suse.de>
8042
8043 PR testsuite/24862
8044 * lib/tuiterm.exp (_accept): Fix CSI regexp.
8045
8046 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8047
8048 * gdb.base/style.exp: Update tests for help doc new invariants.
8049 * gdb.base/help.exp: Likewise.
8050
8051 2019-08-06 Tom Tromey <tom@tromey.com>
8052
8053 * gdb.base/style.exp: Add disassemble test.
8054 * gdb.base/style.c (some_called_function): New function.
8055 (main): Use it.
8056
8057 2019-08-05 Christian Biesinger <cbiesinger@google.com>
8058
8059 * gdb.python/py-block.exp: Test dictionary access on blocks.
8060
8061 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
8062
8063 PR gdb/24863
8064 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
8065 -list-thread-groups --available test when running under
8066 check-read1.
8067
8068 2019-08-05 Tom de Vries <tdevries@suse.de>
8069
8070 PR testsuite/24863
8071 * lib/gdb.exp (with_read1_timeout_factor): New proc.
8072 * gdb.base/help.exp: Use with_read1_timeout_factor.
8073 * gdb.base/info-macros.exp: Same.
8074 * gdb.cp/nested-types.exp: Same.
8075
8076 2019-08-05 Tom de Vries <tdevries@suse.de>
8077
8078 * lib/gdb.exp (version_at_least): Factor out of ...
8079 (tcl_version_at_least): ... here.
8080 (gdb_compile): Fail if pie results in non-PIE executable.
8081 (readelf_version, readelf_prints_pie): New proc.
8082 (exec_is_pie): Return -1 if unknown.
8083
8084 2019-08-05 Tom de Vries <tdevries@suse.de>
8085
8086 * lib/gdb.exp (tcl_version_at_least): Fix typo.
8087
8088 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8089
8090 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
8091
8092 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8093
8094 * lib/completion-support.exp (test_gdb_complete_none): Skip
8095 tab completion tests if no readline support.
8096 (test_gdb_complete_unique_re): Likewise.
8097 (test_gdb_complete_multiple): Likewise.
8098
8099 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8100
8101 * gdb.base/info_sources.exp: New file.
8102 * gdb.base/info_sources.c: New file.
8103 * gdb.base/info_sources_base.c: New file.
8104
8105 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8106
8107 * gdb.base/batch-exit-status.exp: Call test_exit_status with
8108 prefix argument.
8109 (test_exit_status): Add prefix argument.
8110
8111 2019-08-01 Tom de Vries <tdevries@suse.de>
8112
8113 PR testsuite/24863
8114 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
8115 calling exp_continue for new thread and thread exited messages.
8116
8117 2019-08-01 Tom de Vries <tdevries@suse.de>
8118
8119 PR testsuite/24863
8120 * gdb.base/structs.exp: Fix check-read1 timeout using
8121 gdb_test_sequence.
8122 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
8123
8124 2019-08-01 Tom de Vries <tdevries@suse.de>
8125
8126 PR testsuite/24863
8127 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
8128 line.
8129
8130 2019-08-01 Tom de Vries <tdevries@suse.de>
8131
8132 PR testsuite/24863
8133 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
8134
8135 2019-07-30 Tom Tromey <tromey@adacore.com>
8136
8137 * gdb.ada/display_nested.exp: New file.
8138 * gdb.ada/display_nested/foo.adb: New file.
8139 * gdb.ada/display_nested/pack.adb: New file.
8140 * gdb.ada/display_nested/pack.ads: New file.
8141
8142 2019-07-30 Christian Biesinger <cbiesinger@google.com>
8143
8144 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
8145 namespace.
8146 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
8147
8148 2019-07-30 Tom de Vries <tdevries@suse.de>
8149
8150 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
8151 instead.
8152
8153 2019-07-30 Tom de Vries <tdevries@suse.de>
8154
8155 PR testsuite/24834
8156 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
8157 (exec_is_pie): New proc.
8158
8159 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8160
8161 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
8162
8163 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8164
8165 * gdb.python/py-objfile.c: Add global and static vars.
8166 * gdb.python/py-objfile.exp: Test new functions Objfile.
8167 lookup_global_symbol and lookup_static_symbol.
8168
8169 2019-07-29 Tom Tromey <tom@tromey.com>
8170
8171 * lib/tuiterm.exp (Term::_csi_@): New proc.
8172 (Term::_csi_X): Don't move cursor.
8173
8174 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8175
8176 * gdb.base/options.exp: Update backtrace - completion to
8177 new option -frame-info.
8178 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
8179 Test new 'set print frame-info'. Test backtrace -frame-info
8180 overriding 'set print frame-info'.
8181 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
8182 Test new 'set print frame-info'.
8183 Verify consistency of backtrace with and without filters, with and
8184 without -no-filters.
8185 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
8186 default.
8187
8188 2019-07-29 Tom de Vries <tdevries@suse.de>
8189
8190 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
8191 no arguments".
8192
8193 2019-07-29 Tom de Vries <tdevries@suse.de>
8194
8195 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
8196 is a substring of the first for "complete non-unique file name".
8197
8198 2019-07-29 Tom de Vries <tdevries@suse.de>
8199
8200 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
8201 with ".*".
8202
8203 2019-07-29 Tom de Vries <tdevries@suse.de>
8204
8205 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
8206 Pass prompt_regexp parameter to gdb_test_multiple calls.
8207
8208 2019-07-29 Tom de Vries <tdevries@suse.de>
8209
8210 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
8211 print registers" regexps.
8212
8213 2019-07-29 Tom de Vries <tdevries@suse.de>
8214
8215 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
8216
8217 2019-07-29 Tom de Vries <tdevries@suse.de>
8218
8219 PR gdb/24855
8220 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
8221 (skip_python_tests_prompt): Add prompt_regexp argument to
8222 gdb_test_multiple calls.
8223
8224 2019-07-27 Tom Tromey <tom@tromey.com>
8225
8226 * gdb.tui/main.exp: New file.
8227
8228 2019-07-27 Tom Tromey <tom@tromey.com>
8229
8230 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
8231 optional.
8232 * gdb.tui/empty.exp: New file.
8233
8234 2019-07-27 Tom Tromey <tom@tromey.com>
8235
8236 * lib/tuiterm.exp (spawn): New proc.
8237 (Term::resize): New proc.
8238 * gdb.tui/resize.exp: New file.
8239
8240 2019-07-27 Tom Tromey <tom@tromey.com>
8241
8242 * gdb.tui/list.exp: New file.
8243
8244 2019-07-27 Tom Tromey <tom@tromey.com>
8245
8246 * gdb.tui/regs.exp: New file.
8247
8248 2019-07-27 Tom Tromey <tom@tromey.com>
8249
8250 * gdb.tui/basic.exp: Add "layout split" test.
8251
8252 2019-07-27 Tom Tromey <tom@tromey.com>
8253
8254 * gdb.tui/basic.exp: Add "layout asm" test.
8255
8256 2019-07-27 Tom Tromey <tom@tromey.com>
8257
8258 * lib/tuiterm.exp: New file.
8259 * gdb.tui/basic.exp: New file.
8260
8261 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8262
8263 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
8264 Enable tests associated with this flag. Adjust regex
8265 referencing "foo_low" to now refer to "foo_cold" instead.
8266
8267 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8268
8269 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
8270 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
8271 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
8272 foo_cold. Revise comments to match.
8273 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
8274 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
8275 were wrapped into this proc; Call do_test in loop from outermost
8276 level.
8277 (foo_low): Rename all occurrences to "foo_cold".
8278 (backtrace from baz): New test.
8279 (x2/i foo_cold): New test.
8280 (info line *foo_cold): New test.
8281
8282 2019-07-26 Tom de Vries <tdevries@suse.de>
8283
8284 * gdb.arch/i386-pkru.exp: Fix unterminated string.
8285
8286 2019-07-25 Tom de Vries <tdevries@suse.de>
8287
8288 PR testsuite/24830
8289 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
8290 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
8291 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
8292 (skip_libstdcxx_probe_tests): ... here.
8293 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
8294
8295 2019-07-24 Tom de Vries <tdevries@suse.de>
8296
8297 PR testsuite/24807
8298 * gdb.objc/basicclass.m: Include stdio.h.
8299 * gdb.objc/nondebug.m: Same.
8300 * gdb.objc/objcdecode.m: Same.
8301
8302 2019-07-24 Tom de Vries <tdevries@suse.de>
8303
8304 PR testsuite/24612
8305 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
8306 additional_flags.
8307
8308 2019-07-24 Tom de Vries <tdevries@suse.de>
8309
8310 PR testsuite/24831
8311 * gdb.multi/tids.exp: Update error messages for info threads.
8312
8313 2019-07-24 Tom de Vries <tdevries@suse.de>
8314
8315 * gdb.base/info-types.exp: Allow info types to print info for more than
8316 one file.
8317
8318 2019-07-23 Tom de Vries <tdevries@suse.de>
8319
8320 PR testsuite/24842
8321 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
8322 gdb_spawn_with_cmdline_opts.
8323
8324 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
8325
8326 * gdb.arch/arm-cmse-sgstubs.c: New test.
8327 * gdb.arch/arm-cmse-sgstubs.exp: New file.
8328
8329 2019-07-23 Tom de Vries <tdevries@suse.de>
8330
8331 PR testsuite/24711
8332 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
8333 issuing next command.
8334
8335 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8336
8337 * gdb.ada/info_auto_lang.exp: Update expected results.
8338 * gdb.base/info-types.c: Add additional types to check.
8339 * gdb.base/info-types.exp: Update expected results.
8340
8341 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8342
8343 * gdb.base/info-types.c: New file.
8344 * gdb.base/info-types.exp: New file.
8345
8346 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
8347
8348 * gdb.arch/riscv-bp-infcall.c: New file.
8349 * gdb.arch/riscv-bp-infcall.exp: New file.
8350
8351 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8352
8353 PR breakpoints/24541
8354 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
8355
8356 2019-07-14 Tom de Vries <tdevries@suse.de>
8357
8358 PR testsuite/24760
8359 * gdb.objc/basicclass.exp: Fix unterminated string.
8360
8361 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
8362 Andrew Burgess <andrew.burgess@embecosm.com>
8363
8364 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
8365 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
8366 negative bounds.
8367 * gdb.fortran/vla-value.exp: Print elements of an array with
8368 negative bounds.
8369 * gdb.fortran/vla.f90: Setup an array with negative bounds for
8370 testing.
8371
8372 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
8373
8374 * gdb.base/options.exp (expect_string): Dequote strings in
8375 results.
8376 (test-string): Test strings with different quoting and reindent.
8377
8378 2019-07-10 Tom Tromey <tromey@adacore.com>
8379
8380 * gdb.ada/mi_ex_cond.exp: Update expected results.
8381 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8382 * gdb.ada/mi_catch_ex.exp: Update expected results.
8383 * gdb.ada/mi_catch_assert.exp: Update expected results.
8384 * gdb.ada/catch_ex.exp (catch_exception_info)
8385 (catch_exception_entry, catch_assert_entry)
8386 (catch_unhandled_entry): Update.
8387 * gdb.ada/catch_assert_if.exp: Update expected results.
8388
8389 2019-07-10 Richard Bunt <richard.bunt@arm.com>
8390 Stephen Roberts <stephen.roberts@arm.com>
8391
8392 * gdb.base/define.exp: Restore original prompt.
8393
8394 2019-07-09 Pedro Alves <palves@redhat.com>
8395
8396 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8397 breakpoints" output.
8398 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8399 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8400 throw" creates breakpoint.
8401 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8402 'type="catchpoint"'.
8403
8404 2019-07-09 Pedro Alves <palves@redhat.com>
8405
8406 PR c++/15468
8407 * gdb.cp/except-multi-location-lib.cc: New.
8408 * gdb.cp/except-multi-location-main.cc: New.
8409 * gdb.cp/except-multi-location.exp: New.
8410
8411 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8412
8413 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8414 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8415 argument and update callers.
8416
8417 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8418
8419 * gdb.arch/amd64-break-on-asm-line.S: New file.
8420 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8421
8422 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8423
8424 * gdb.base/printcmds.exp: Test printing C string and
8425 C wide string convenience vars without transiting via the inferior.
8426 Also make test names unique.
8427
8428 2019-07-08 Alan Hayward <alan.hayward@arm.com>
8429
8430 PR breakpoints/25011
8431 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8432
8433 2019-07-04 Pedro Alves <palves@redhat.com>
8434
8435 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8436 body returned ok(0), break(3) or continue(4).
8437 * gdb.testsuite/foreach_with_prefix.exp: New file.
8438
8439 2019-07-04 Alan Hayward <alan.hayward@arm.com>
8440
8441 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8442
8443 2019-07-03 Pedro Alves <palves@redhat.com>
8444
8445 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8446 "return -code".
8447
8448 2019-07-03 Pedro Alves <palves@redhat.com>
8449
8450 PR cli/24732
8451 * gdb.base/shell.exp: Load completion-support.exp.
8452 Adjust expected error output. Add completion tests.
8453
8454 2019-07-03 Pedro Alves <palves@redhat.com>
8455
8456 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8457 string_to_regexp.
8458
8459 2019-07-03 Pedro Alves <palves@redhat.com>
8460
8461 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8462 (expect_integer): Adjust to expect "-string".
8463 (expect_string): New.
8464 (all_options): Expect "-string".
8465 (test-flag, test-boolean): Adjust to expect "-string".
8466 (test-string): New proc.
8467 (top level): Call it.
8468
8469 2019-07-03 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8472 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8473 the expected output in the success.
8474
8475 2019-07-03 Pedro Alves <palves@redhat.com>
8476
8477 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8478 Split one gdb_test_multiple call in two to avoid a race.
8479
8480 2019-07-03 Pedro Alves <palves@redhat.com>
8481
8482 * gdb.base/with.c: New file.
8483 * gdb.base/with.exp: New file.
8484
8485 2019-07-03 Pedro Alves <palves@redhat.com>
8486
8487 * gdb.base/settings.exp: Replace all references to "maint
8488 test-settings set" with references to "maint set test-settings",
8489 and all references to "maint test-settings show" with references
8490 to "maint show test-settings".
8491
8492 2019-07-03 Pedro Alves <palves@redhat.com>
8493
8494 * gdb.base/settings.exp (test-string): Adjust expected out when
8495 testing "maint test-settings show filename"
8496
8497 2019-07-02 Pedro Alves <palves@redhat.com>
8498
8499 * gdb.base/options.exp (test-info-threads): New procedure.
8500 (top level): Call it.
8501
8502 2019-06-28 Tom Tromey <tromey@adacore.com>
8503
8504 * gdb.dwarf2/ada-linkage-name.c: New file.
8505 * gdb.dwarf2/ada-linkage-name.exp: New file.
8506
8507 2019-06-27 Tom Tromey <tromey@adacore.com>
8508
8509 PR c++/20020:
8510 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8511
8512 2019-06-26 Tom de Vries <tdevries@suse.de>
8513
8514 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8515
8516 2019-06-26 Tom de Vries <tdevries@suse.de>
8517
8518 * gdb.base/index-cache.exp: Add back missing debug option.
8519
8520 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8521
8522 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8523
8524 2019-06-25 Tom de Vries <tdevries@suse.de>
8525
8526 PR testsuite/24727
8527 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8528
8529 2019-06-24 Tom de Vries <tdevries@suse.de>
8530
8531 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8532
8533 2019-06-24 Tom de Vries <tdevries@suse.de>
8534
8535 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8536 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8537 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8538
8539 2019-06-24 Tom de Vries <tdevries@suse.de>
8540
8541 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8542
8543 2019-06-21 Tom de Vries <tdevries@suse.de>
8544
8545 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8546
8547 2019-06-21 Tom de Vries <tdevries@suse.de>
8548
8549 PR testsuite/24518
8550 PR ada/24713
8551 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8552 index.
8553
8554 2019-06-19 Tom Tromey <tromey@adacore.com>
8555
8556 * gdb.ada/length_cond.exp: Add intro comment.
8557
8558 2019-06-19 Tom Tromey <tromey@adacore.com>
8559
8560 * gdb.ada/length_cond.exp: New file.
8561 * gdb.ada/length_cond/length_cond.adb: New file.
8562 * gdb.ada/length_cond/pck.adb: New file.
8563 * gdb.ada/length_cond/pck.ads: New file.
8564
8565 2019-06-18 Tom de Vries <tdevries@suse.de>
8566
8567 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8568
8569 2019-06-18 Tom Tromey <tromey@adacore.com>
8570
8571 * gdb.base/list0.h: Add comment explaining control character.
8572
8573 2019-06-18 Tom de Vries <tdevries@suse.de>
8574
8575 * boards/fission.exp: Break up long debug_flags line.
8576
8577 2019-06-16 Tom de Vries <tdevries@suse.de>
8578
8579 PR gdb/24445
8580 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8581 generated index.
8582
8583 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8584
8585 PR gdb/24686
8586 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8587 improve detection of bug gdb/24541.
8588
8589 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8590
8591 PR gdb/24669
8592 * gdb.base/index-cache.exp (uses_readnow,
8593 expecting_index_cache_use): Define global variable.
8594 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8595 expecting_index_cache_use.
8596
8597 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8598 Andrew Burgess <andrew.burgess@embecosm.com>
8599
8600 * gdb.fortran/pointers.f90: New file.
8601 * gdb.fortran/print_type.exp: New file.
8602 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8603 * gdb.fortran/vla-type.exp: Likewise.
8604 * gdb.fortran/vla-value.exp: Likewise.
8605 * gdb.mi/mi-vla-fortran.exp: Likewise.
8606
8607 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8608
8609 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8610 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8611 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8612 as a stop reason.
8613
8614 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8615
8616 * gdb.base/annota1.exp: Update expected results.
8617 * gdb.cp/annota2.exp: Likewise.
8618 * gdb.cp/annota3.exp: Likewise.
8619
8620 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8621
8622 * gdb.base/style-logging.exp: Remove path from test name.
8623
8624 2019-06-14 Tom Tromey <tromey@adacore.com>
8625
8626 PR gdb/24502:
8627 * gdb.base/style-logging.exp: New file.
8628
8629 2019-06-14 Tom Tromey <tromey@adacore.com>
8630
8631 * gdb.base/symfile-warn.exp: New file.
8632 * gdb.base/symfile-warn.c: New file.
8633
8634 2019-06-14 Tom Tromey <tromey@adacore.com>
8635
8636 * gdb.base/annotate-symlink.exp: New file.
8637
8638 2019-06-14 Tom Tromey <tromey@adacore.com>
8639
8640 * gdb.ada/set_wstr.exp: Add reassignment test.
8641
8642 2019-06-14 Tom Tromey <tromey@adacore.com>
8643
8644 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8645 'unchecked_access and 'unrestricted_access as well.
8646
8647 2019-06-14 Tom Tromey <tromey@adacore.com>
8648
8649 PR ada/24539:
8650 * gdb.ada/vla.exp: Update tests.
8651 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8652 pragma.
8653
8654 2019-06-13 Pedro Alves <palves@redhat.com>
8655
8656 * gdb.base/settings.exp (test-integer): Test junk after
8657 "unlimited".
8658
8659 2019-06-13 Pedro Alves <palves@redhat.com>
8660
8661 * gdb.base/options.exp (test-thread-apply): New.
8662 (top level): Call it.
8663
8664 2019-06-13 Pedro Alves <palves@redhat.com>
8665
8666 * gdb.base/options.exp (test-frame-apply): New.
8667 (top level): Test print commands with different "frame apply"
8668 prefixes.
8669
8670 2019-06-13 Pedro Alves <palves@redhat.com>
8671
8672 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8673 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8674 'max_completions' parameter and handle it.
8675 (test_gdb_completion_offers_commands): New.
8676
8677 2019-06-13 Pedro Alves <palves@redhat.com>
8678
8679 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8680
8681 2019-06-13 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.base/options.exp (test-backtrace): New.
8684 (top level): Call it.
8685
8686 2019-06-13 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.guile/scm-frame-args.exp: Use "set print
8689 raw-frame-arguments" instead of "set print raw frame-arguments".
8690 * gdb.python/py-frame-args.exp: Likewise.
8691
8692 2019-06-13 Pedro Alves <palves@redhat.com>
8693
8694 * gdb.compile/compile.exp: Adjust expected output to option
8695 processing changes.
8696
8697 2019-06-13 Pedro Alves <palves@redhat.com>
8698
8699 * gdb.base/options.exp: Build executable.
8700 (test-print): New procedure.
8701 (top level): Call it, once for "print" and another for "compile
8702 print".
8703
8704 2019-06-13 Pedro Alves <palves@redhat.com>
8705
8706 * gdb.base/options.c: New file.
8707 * gdb.base/options.exp: New file.
8708
8709 2019-06-13 Pedro Alves <palves@redhat.com>
8710
8711 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8712 that "o" is ambiguous.
8713
8714 2019-06-13 Pedro Alves <palves@redhat.com>
8715
8716 * gdb.base/settings.c: New file.
8717 * gdb.base/settings.exp: New file.
8718
8719 2019-06-13 Pedro Alves <palves@redhat.com>
8720
8721 * gdb.base/completion.exp: Fix comment typo.
8722
8723 2019-06-13 Pedro Alves <palves@redhat.com>
8724
8725 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8726 foo --1" test.
8727
8728 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8729
8730 * gdb.fortran/block-data.f: New.
8731 * gdb.fortran/block-data.exp: New.
8732
8733 2019-06-11 Tom de Vries <tdevries@suse.de>
8734
8735 PR testsuite/24521
8736 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8737 message.
8738
8739 2019-06-11 Tom de Vries <tdevries@suse.de>
8740
8741 PR testsuite/24521
8742 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8743
8744 2019-06-11 Tom de Vries <tdevries@suse.de>
8745
8746 * boards/readnow.exp: New file.
8747
8748 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8749
8750 * gdb.fortran/vla-sizeof.exp: Update expected results.
8751
8752 2019-06-06 Amos Bird <amosbird@gmail.com>
8753
8754 * gdb.base/annota1.exp (thread_switch): Add test for
8755 thread-exited annotation.
8756
8757 2019-06-06 Tom Tromey <tromey@adacore.com>
8758
8759 * gdb.base/maint.exp: Expect command started/finished output.
8760
8761 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8762
8763 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8764 comment.
8765 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8766
8767 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8768
8769 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8770 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8771 * gdb.arch/riscv-unwind-long-insn.c: New file.
8772 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8773
8774 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8775
8776 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8777
8778 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8779
8780 * lib/gdb.exp (help_list_trailer): New regexp variable
8781 factorizing the help trailer message.
8782 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8783 arg to allow to better factorize various tests.
8784 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8785 (test_prefix_command_help): Use help_list_trailer.
8786 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8787 * gdb.guile/scm-cmd.exp: Likewise.
8788 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8789 * gdb.base/help.exp: Use test_user_defined_class_help.
8790 * gdb.base/style.exp: Add tests for styling of help and apropos.
8791 * lib/gdb-utils.exp (style): Add title and highlight styles.
8792
8793 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8794
8795 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8796 $_shell_exitsignal.
8797 * gdb.base/default.exp: Update for new convenience variables.
8798
8799 2019-05-29 Tom Tromey <tromey@adacore.com>
8800
8801 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8802 to "break complete ada" test case's regexp.
8803
8804 2019-05-29 Tom Tromey <tromey@adacore.com>
8805
8806 PR c++/20020:
8807 * gdb.cp/constexpr-field.exp: New file.
8808 * gdb.cp/constexpr-field.cc: New file.
8809
8810 2019-05-29 Tom Tromey <tromey@adacore.com>
8811
8812 * gdb.base/finish.exp (finish_no_print): New proc.
8813 (finish_tests): Call it.
8814
8815 2019-05-24 Tom de Vries <tdevries@suse.de>
8816
8817 * gdb.dwarf2/gdb-add-index.exp: New file.
8818
8819 2019-05-22 Tom Tromey <tromey@adacore.com>
8820
8821 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8822 * gdb.base/style.exp: Use "style".
8823 * lib/gdb-utils.exp (style): New proc.
8824
8825 2019-05-22 Tom de Vries <tdevries@suse.de>
8826
8827 * gdb.base/align.exp: Require c++11.
8828
8829 2019-05-22 Tom de Vries <tdevries@suse.de>
8830
8831 PR testsuite/24586
8832 * gdb.python/py-mi-var-info-path-expression.exp: Call
8833 mi_skip_python_tests to check if python is supported.
8834
8835 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8836
8837 * gdb.arch/aarch64-pauth.c: New test.
8838 * gdb.arch/aarch64-pauth.exp: New file.
8839
8840 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8841
8842 * README (Re-running Tests Outside The Testsuite): New section.
8843
8844 2019-05-21 Tom de Vries <tdevries@suse.de>
8845
8846 * gdb.arch/amd64-eval.exp: Require c++11.
8847 * gdb.base/max-depth.exp: Same.
8848 * gdb.compile/compile-cplus-array-decay.exp: Same.
8849 * gdb.cp/meth-typedefs.exp: Same.
8850 * gdb.cp/subtypes.exp: Same.
8851 * gdb.cp/temargs.exp: Same.
8852
8853 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8854
8855 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8856
8857 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8858
8859 PR gdb/18644
8860 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8861 * gdb.fortran/printing-types.exp: Add new test.
8862 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8863 testing.
8864 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8865 setup_kfail call.
8866
8867 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8868
8869 * README (Running the Testsuite): Change example.
8870 (Testsuite Parameters): Remove TRANSCRIPT.
8871 * lib/gdb.exp: Remove TRANSCRIPT check.
8872
8873 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8874
8875 * README (Testsuite Parameters): Add replay logging to
8876 GDBSERVER_DEBUG.
8877 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8878 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8879 as a comma separated list.
8880 (gdb_debug_init): Override procedure.
8881
8882 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8883
8884 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8885 (gdb_write_cmd_file): New procedure.
8886 * lib/gdbserver-support.exp (gdbserver_start): Call
8887 gdbserver_write_cmd_file.
8888 (gdbserver_write_cmd_file): New procedure.
8889
8890 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8891
8892 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8893 (delete_breakpoints): Likewise.
8894 (gdb_run_cmd): Likewise.
8895 (gdb_start_cmd): Likewise.
8896 (gdb_starti_cmd): Likewise.
8897 (gdb_internal_error_resync): Likewise.
8898 (gdb_test_multiple): Likewise.
8899 (gdb_reinitialize_dir): Likewise.
8900 (default_gdb_exit): Likewise.
8901 (gdb_file_cmd): Mark kill as optional.
8902 (default_gdb_start): Call gdb_stdin_log_init.
8903 (send_gdb): Call gdb_stdin_log_write.
8904 (rerun_to_main): Mark Y as an answer.
8905 (gdb_stdin_log_init): New function.
8906 (gdb_stdin_log_write): Likewise.
8907
8908 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8909
8910 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8911 * gdb.base/debug-expr.exp: Likewise.
8912 * gdb.base/foll-fork.exp: Likewise.
8913 * gdb.base/foll-vfork.exp: Likewise.
8914 * gdb.base/fork-print-inferior-events.exp: Likewise.
8915 * gdb.base/gdb-sigterm.exp: Likewise.
8916 * gdb.base/gdbinit-history.exp: Likewise.
8917 * gdb.base/osabi.exp: Likewise.
8918 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8919 * gdb.base/ui-redirect.exp: Likewise.
8920 * gdb.gdb/unittest.exp: Likewise.
8921 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8922 * gdb.mi/mi-watch.exp: Likewise.
8923 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8924 * gdb.mi/user-selected-context-sync.exp: Likewise.
8925 * gdb.python/python.exp: Disable debug test when debugging.
8926 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8927 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8928 Likewise.
8929 * gdb.threads/stepi-random-signal.exp: Likewise.
8930
8931 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8932
8933 * Makefile.in: Pass through GDB_DEBUG.
8934 * README (Testsuite Parameters): Add GDB_DEBUG.
8935 (gdb,debug): Add board setting.
8936 * lib/gdb.exp (default_gdb_start): Start debugging.
8937 (gdb_debug_enabled): New procedure.
8938 (gdb_debug_init): Likewise.
8939
8940 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8941
8942 * Makefile.in: Pass through GDB_DEBUG.
8943 * README (Testsuite Parameters): Add GDB_DEBUG.
8944 (gdb,debug): Add board setting.
8945 * lib/gdb.exp (default_gdb_start): Start debugging.
8946 (gdb_debug_enabled): New procedure.
8947 (gdb_debug_init): Likewise.
8948
8949 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8950
8951 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8952
8953 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8954
8955 * gdb.base/ui-redirect.exp: Test redirection.
8956
8957 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8958
8959 * gdb.mi/mi-complete.exp: New file.
8960 * gdb.mi/mi-complete.cc: Likewise.
8961
8962 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8963
8964 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8965 indexed and sliced arrays, and pointers to arrays.
8966
8967 2019-05-14 Tom Tromey <tromey@adacore.com>
8968
8969 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8970 styling test.
8971
8972 2019-05-14 Tom de Vries <tdevries@suse.de>
8973
8974 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8975 selection entry encoding.
8976
8977 2019-05-10 Tom Tromey <tromey@adacore.com>
8978
8979 * gdb.ada/info_exc.exp: Add "complete" test.
8980
8981 2019-05-09 Tom de Vries <tdevries@suse.de>
8982
8983 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8984 CU-relative.
8985
8986 2019-05-09 Tom de Vries <tdevries@suse.de>
8987
8988 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8989 CU-relative.
8990
8991 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8992
8993 * gdb.ada/frame_arg_lang.exp: New testcase.
8994 * gdb.ada/frame_arg_lang/bla.adb: New file.
8995 * gdb.ada/frame_arg_lang/pck.ads: New file.
8996 * gdb.ada/frame_arg_lang/pck.adb: New file.
8997 * gdb.ada/frame_arg_lang/foo.c: New file.
8998
8999 2019-05-08 Tom Tromey <tromey@adacore.com>
9000
9001 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
9002
9003 2019-05-08 Tom Tromey <tromey@adacore.com>
9004
9005 * gdb.base/ptype-offsets.exp: Update tests.
9006
9007 2019-05-08 Tom Tromey <tromey@adacore.com>
9008
9009 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
9010 cases.
9011 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
9012 "short".
9013
9014 2019-05-08 Tom Tromey <tromey@adacore.com>
9015
9016 * gdb.ada/vla.exp: New file.
9017 * gdb.ada/vla/vla.adb: New file.
9018
9019 2019-05-07 Tom de Vries <tdevries@suse.de>
9020
9021 * gdb.base/index-cache.exp (ls_host): Fix return statement.
9022
9023 2019-05-07 Tom de Vries <tdevries@suse.de>
9024
9025 PR testsuite/24522
9026 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
9027 section.
9028
9029 2019-05-07 Tom de Vries <tdevries@suse.de>
9030
9031 PR testsuite/24522
9032 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
9033 .debug_aranges section.
9034
9035 2019-05-07 Tom de Vries <tdevries@suse.de>
9036
9037 PR testsuite/24159
9038 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
9039
9040 2019-05-06 Tom de Vries <tdevries@suse.de>
9041
9042 * lib/gdb.exp (exec_has_index_section): New proc.
9043 * gdb.base/index-cache.exp: Handle case that binfile contains an index
9044 section.
9045
9046 2019-05-04 Tom de Vries <tdevries@suse.de>
9047
9048 * boards/cc-with-debug-names.exp: New file.
9049
9050 2019-05-03 Tom Tromey <tromey@adacore.com>
9051
9052 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
9053 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
9054 * gdb.ada/char_enum.exp: Add test.
9055
9056 2019-05-03 Tom de Vries <tdevries@suse.de>
9057
9058 * boards/cc-with-gdb-index.exp: New file.
9059
9060 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
9061
9062 * gdb.rust/simple.exp: Add new test case.
9063 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
9064 (main): Initialise an instance of the new struct.
9065
9066 2019-05-01 Tom Tromey <tromey@adacore.com>
9067
9068 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
9069 record.
9070 (NPR): New variable.
9071 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
9072 test.
9073
9074 2019-05-01 Tom Tromey <tromey@adacore.com>
9075
9076 * gdb.ada/packed_array_assign.exp: Add packed assignment
9077 regression test.
9078
9079 2019-05-01 Tom de Vries <tdevries@suse.de>
9080
9081 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
9082
9083 2019-05-01 Tom de Vries <tdevries@suse.de>
9084
9085 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
9086
9087 2019-04-30 Ali Tamur <tamur@google.com>
9088
9089 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
9090
9091 2019-04-30 Tom Tromey <tromey@adacore.com>
9092
9093 * lib/ada.exp (find_ada_tool): New proc.
9094 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
9095 * gdb.ada/catch_ex_std.exp: New file.
9096 * gdb.ada/catch_ex_std/foo.adb: New file.
9097 * gdb.ada/catch_ex_std/some_package.adb: New file.
9098 * gdb.ada/catch_ex_std/some_package.ads: New file.
9099
9100 2019-04-30 Tom Tromey <tromey@adacore.com>
9101
9102 PR c++/24470:
9103 * gdb.cp/temargs.cc: Add test code from PR.
9104
9105 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9106
9107 * gdb.fortran/vla-datatypes.exp: Update expected results.
9108 * gdb.fortran/vla-ptype.exp: Likewise.
9109 * gdb.fortran/vla-type.exp: Likewise.
9110 * gdb.fortran/vla-value.exp: Likewise.
9111
9112 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9113
9114 * gdb.fortran/ptr-indentation.exp: Update expected results.
9115 * gdb.fortran/ptype-on-functions.exp: Likewise.
9116 * gdb.fortran/vla-ptr-info.exp: Likewise.
9117 * gdb.fortran/vla-value.exp: Likewise.
9118
9119 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9120
9121 * gdb.fortran/ptype-on-functions.exp: New file.
9122 * gdb.fortran/ptype-on-functions.f90: New file.
9123
9124 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9125
9126 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
9127 case void string.
9128
9129 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9130
9131 * gdb.fortran/complex.exp: Expand.
9132 * gdb.fortran/complex.f: Renamed to...
9133 * gdb.fortran/complex.f90: ...this, and extended to add more
9134 complex values.
9135
9136 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9137
9138 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
9139 MODULO, CMPLX.
9140
9141 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9142 Richard Bunt <richard.bunt@arm.com>
9143
9144 * gdb.base/max-depth.c: New file.
9145 * gdb.base/max-depth.exp: New file.
9146 * gdb.python/py-nested-maps.c: New file.
9147 * gdb.python/py-nested-maps.exp: New file.
9148 * gdb.python/py-nested-maps.py: New file.
9149 * gdb.python/py-format-string.exp (test_max_depth): New proc.
9150 (test_all_common): Call test_max_depth.
9151 * gdb.fortran/max-depth.exp: New file.
9152 * gdb.fortran/max-depth.f90: New file.
9153 * gdb.go/max-depth.exp: New file.
9154 * gdb.go/max-depth.go: New file.
9155 * gdb.modula2/max-depth.exp: New file.
9156 * gdb.modula2/max-depth.c: New file.
9157 * lib/gdb.exp (get_print_expr_at_depths): New proc.
9158
9159 2019-04-29 Tom de Vries <tdevries@suse.de>
9160
9161 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
9162
9163 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9164
9165 * gdb.base/callexit.exp: Test may-call-functions off.
9166
9167 2019-04-25 Keith Seitz <keiths@redhat.com>
9168
9169 PR c++/24367
9170 * gdb.cp/meth-typedefs.cc (incomplete_struct)
9171 (another_incomplete_struct, test_incomplete): New definitions.
9172 (main): Use new definitions.
9173 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
9174 functions.
9175
9176 2019-04-25 Ali Tamur <tamur@google.com>
9177
9178 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9179
9180 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9181
9182 PR corefiles/11608
9183 PR corefiles/18187
9184 * gdb.base/coredump-filter-build-id.exp: New file.
9185
9186 2019-04-25 Alan Hayward <alan.hayward@arm.com>
9187
9188 * Makefile.in: Pass through GDBSERVER_DEBUG.
9189 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
9190 (gdbserver,debug): Add board setting.
9191 * gdb.trace/tspeed.exp: Skip when debugging.
9192 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
9193 * lib/gdbserver-support.exp: Likewise
9194
9195 2019-04-24 Tom Tromey <tromey@adacore.com>
9196
9197 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
9198 Rust.
9199
9200 2019-04-24 Tom Tromey <tromey@adacore.com>
9201
9202 * gdb.arch/amd64-eval.exp: Test bitfield return.
9203 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
9204 (class Foo) <return_bitfields>: New method.
9205 (main): Call it.
9206
9207 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9208
9209 * gdb.cp/many-args.cc: New file.
9210 * gdb.cp/many-args.exp: New file.
9211
9212 2019-04-23 Tom de Vries <tdevries@suse.de>
9213
9214 PR gdb/24433
9215 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
9216
9217 2019-04-23 Alan Hayward <alan.hayward@arm.com>
9218
9219 * gdb.trace/backtrace.exp: Use nopie flag.
9220 * gdb.trace/circ.exp: Likewise.
9221 * gdb.trace/collection.exp: Likewise.
9222 * gdb.trace/ftrace.exp: Likewise.
9223 * gdb.trace/mi-trace-unavailable.exp: Likewise.
9224 * gdb.trace/mi-traceframe-changed.exp: Likewise.
9225 * gdb.trace/qtro.exp: Likewise.
9226 * gdb.trace/read-memory.exp: Likewise.
9227 * gdb.trace/report.exp: Likewise.
9228 * gdb.trace/tfile.exp: Likewise.
9229 * gdb.trace/tfind.exp: Likewise.
9230 * gdb.trace/unavailable.exp: Likewise.
9231
9232 2019-04-22 Pedro Alves <palves@redhat.com>
9233
9234 * gdb.base/solib-probes-nosharedlibrary.c,
9235 gdb.base/solib-probes-nosharedlibrary.exp: New files.
9236
9237 2019-04-19 Tom Tromey <tromey@adacore.com>
9238
9239 * gdb.ada/ptype_union.c: New file.
9240 * gdb.ada/ptype_union.exp: New file.
9241
9242 2019-04-19 Tom Tromey <tromey@adacore.com>
9243
9244 PR symtab/24423:
9245 * gdb.base/list0.h (foo): Add a control-l character.
9246
9247 2019-04-18 Tom de Vries <tdevries@suse.de>
9248
9249 PR gdb/24433
9250 * boards/local-board.exp: Set sysroot to "".
9251
9252 2019-04-18 Tom de Vries <tdevries@suse.de>
9253 Pedro Alves <palves@redhat.com>
9254
9255 PR gdb/24454
9256 * gdb.threads/vfork-follow-child-exec.c: New file.
9257 * gdb.threads/vfork-follow-child-exec.exp: New file.
9258 * gdb.threads/vfork-follow-child-exit.c: New file.
9259 * gdb.threads/vfork-follow-child-exit.exp: New file.
9260
9261 2019-04-15 Leszek Swirski <leszeks@google.com>
9262
9263 * gdb.arch/amd64-eval.cc: New file.
9264 * gdb.arch/amd64-eval.exp: New file.
9265
9266 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9267
9268 * gdb.server/sysroot.c: New test.
9269 * gdb.server/sysroot.exp: New file.
9270 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
9271 matching param.
9272
9273 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9274
9275 * gdb.base/align.exp: Extend test to cover structures containing
9276 only static fields.
9277
9278 2019-04-11 Tom de Vries <tdevries@suse.de>
9279
9280 * boards/cc-with-dwz-m.exp: New file.
9281 * boards/cc-with-dwz.exp: New file.
9282 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
9283
9284 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9285
9286 * gdb.base/start-cpp.exp: New file.
9287 * gdb.base/start-cpp.cc: New file.
9288
9289 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9290
9291 * gdb.python/py-thrhandle.exp: Adjust tests to call
9292 thread_from_handle instead of thread_from_thread_handle.
9293
9294 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9295
9296 * gdb.python/py-thrhandle.exp: Add tests for
9297 gdb.InferiorThread.handle.
9298
9299 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9300
9301 * gdb.python/py-function.exp: Check calling helper function from
9302 all languages.
9303 * lib/gdb.exp (gdb_supported_languages): New proc.
9304
9305 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9306
9307 * gdb.base/complex-parts.c: New file.
9308 * gdb.base/complex-parts.exp: New file.
9309
9310 2019-04-01 Tom Tromey <tromey@adacore.com>
9311
9312 PR symtab/23331:
9313 * gdb.dwarf2/dw2-ranges-main.c: New file.
9314 * gdb.dwarf2/dw2-ranges-psym.c: New file.
9315 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
9316
9317 2019-03-30 Simon Marchi <simark@simark.ca>
9318
9319 * gdb.base/default.exp: Add values for $_gdb_major and
9320 $_gdb_minor.
9321
9322 2019-03-29 Tom Tromey <tromey@adacore.com>
9323
9324 * gdb.base/help.exp: Tighten apropos regexp.
9325
9326 2019-03-29 Keith Seitz <keiths@redhat.com>
9327
9328 * gdb.fortran/array-bounds.exp: New file.
9329 * gdb.fortran/array-bounds.f90: New file.
9330
9331 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9332
9333 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
9334
9335 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9336
9337 * gdb.multi/hello.c (main): Increase alarm timer.
9338
9339 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9340
9341 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
9342 factor when no hardware watchpoint support.
9343
9344 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9345 Pedro Alves <palves@redhat.com>
9346
9347 * boards/local-board.exp: set sysroot to /.
9348
9349 2019-03-27 Alan Hayward <alan.hayward@arm.com>
9350
9351 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
9352 in child.
9353
9354 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9355
9356 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
9357 field.
9358 (make_container): Initialise new field.
9359 * gdb.python/py-prettyprint.exp: Add new tests.
9360 * gdb.python/py-prettyprint.py (class ContainerPrinter)
9361 <display_hint>: New method.
9362
9363 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9364
9365 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
9366 gdb_continue_to_breakpoint more throughout this test.
9367 (run_lang_tests) Supply unique test names, and use
9368 gdb_test_no_output.
9369
9370 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9371
9372 * gdb.base/finish-pretty.exp: Update expected results.
9373 * gdb.base/pretty-print.c: New file.
9374 * gdb.base/pretty-print.exp: New file.
9375
9376 2019-03-25 Pedro Alves <palves@redhat.com>
9377
9378 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9379 move comments outside list. Append '-i "" eof' section.
9380
9381 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9382
9383 PR testsuite/25016
9384 * README: Add pie options.
9385 * gdb.base/break-interp.exp: Ensure pie is disabled.
9386 * gdb.base/dump.exp: Likewise.
9387 * lib/gdb.exp (gdb_compile): Add pie option.
9388
9389 2019-03-19 Tom Tromey <tromey@adacore.com>
9390
9391 * gdb.mi/mi2-cli-display.c: New file.
9392 * gdb.mi/mi2-cli-display.exp: New file.
9393
9394 2019-03-18 Joel Brobecker <brobecker@adacore.com>
9395 Tom Tromey <tromey@adacore.com>
9396
9397 * gdb.ada/ptype_array/pck.adb: New file.
9398 * gdb.ada/ptype_array/pck.ads: New file.
9399 * gdb.ada/ptype_array/foo.adb: New file.
9400 * gdb.ada/ptype_array.exp: New file.
9401
9402 2019-03-14 Tom Tromey <tromey@adacore.com>
9403
9404 * gdb.base/style.exp: Add "set style sources" test.
9405
9406 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9407
9408 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9409 * mi-breakpoint-multiple-locations.exp: ... this.
9410 (make_breakpoints_pattern): New proc.
9411 (do_test): Add mi_version parameter, test -break-insert,
9412 -break-info and =breakpoint-created.
9413
9414 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9415
9416 * config/default.exp: Remove 'load_lib gdb.exp'.
9417 * config/monitor.exp: Likewise.
9418 * config/sid.exp: Likewise.
9419 * config/sim.exp: Likewise.
9420 * config/slite.exp: Likewise.
9421 * config/unix.exp: Likewise.
9422 * gdb.base/default.exp: Remove unhelpful comment.
9423
9424 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9425
9426 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9427
9428 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9429
9430 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9431
9432 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9433
9434 * gdb.fortran/type-kinds.exp: Update expected results.
9435
9436 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9437
9438 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9439
9440 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9441
9442 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9443 function.
9444 (test_basic_parsing_of_type_kinds): Expand types tested.
9445 (test_parsing_invalid_type_kinds): New function.
9446
9447 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9448
9449 * gdb.fortran/intrinsics.exp: New file.
9450 * gdb.fortran/intrinsics.f90: New file.
9451 * gdb.fortran/type-kinds.exp: New file.
9452
9453 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9454
9455 * gdb.fortran/dot-ops.exp: New file.
9456
9457 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9458
9459 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9460 Check upper and lower case logical literals.
9461
9462 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9463
9464 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9465 Remove duplicate tests.
9466
9467 2019-03-06 Alan Hayward <alan.hayward@arm.com>
9468
9469 * lib/gdb.exp (builtin_cd): rename of cd.
9470 (cd): Override builtin.
9471
9472 2019-03-06 Richard Bunt <richard.bunt@arm.com>
9473
9474 * gdb.fortran/function-calls.exp: New file.
9475 * gdb.fortran/function-calls.f90: New test.
9476
9477 2019-03-04 Richard Bunt <richard.bunt@arm.com>
9478
9479 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9480 on user program standard output.
9481 * gdb.fortran/short-circuit-argument-list.f90: Record function
9482 calls.
9483
9484 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9485
9486 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9487 failure.
9488
9489 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9490
9491 PR gdb/8527
9492 * gdb.base/interrupt-daemon-attach.c,
9493 gdb.base/interrupt-daemon-attach.exp: New test.
9494
9495 2019-02-27 Pedro Alves <palves@redhat.com>
9496
9497 * gdb.base/page.exp: Add tests for "set width/height -1".
9498
9499 2019-02-27 Pedro Alves <palves@redhat.com>
9500
9501 * gdb.base/page.exp: Add tests for "set/show width/height" with
9502 "infinite" values.
9503
9504 2019-02-27 Tom Tromey <tromey@adacore.com>
9505
9506 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9507 2.4.
9508 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9509 workaround.
9510
9511 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9512
9513 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9514 tests for structs with static members.
9515
9516 2019-02-26 Tom Tromey <tromey@adacore.com>
9517
9518 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9519 ValueError, not TypeError.
9520
9521 2019-02-26 Kevin Buettner <kevinb@redhat.com>
9522
9523 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9524 call from main program.
9525
9526 2019-02-23 Joel Brobecker <brobecker@adacore.com>
9527
9528 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9529 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9530 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9531 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9532 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9533
9534 2019-02-22 Keith Seitz <keiths@redhat.com>
9535
9536 PR symtab/23853
9537 * gdb.base/symlink-sourcefile.c: New file.
9538 * gdb.base/symlink-sourcefile.exp: New file.
9539
9540 2019-02-20 Tom Tromey <tom@tromey.com>
9541
9542 * gdb.base/info_qt.exp: Update.
9543
9544 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9545
9546 * gdb.base/source.exp: Move "error in sourced script" code to
9547 the end.
9548 * gdb.base/source-error.gdb: Move contents to
9549 source-error-1.gdb. Add new code to source source-error-1.gdb.
9550 * gdb.base/source-error-1.gdb: New file, from previous
9551 source-error.gdb.
9552
9553 2019-02-17 Tom Tromey <tom@tromey.com>
9554
9555 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9556 for macro styling.
9557 * gdb.base/style.c (SOME_MACRO): New macro.
9558
9559 2019-02-17 Tom Tromey <tom@tromey.com>
9560
9561 * gdb.base/style.exp: Add line-wrapping tests.
9562 * gdb.base/page.exp: Add test for quitting during pagination.
9563
9564 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9565
9566 * gdb.ada/big_packed_array: New testcase.
9567 * gdb.ada/homonym.exp: Fix incorrect expected output for
9568 "break <homonym__get_value>" test.
9569
9570 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9571
9572 PR breakpoints/21870
9573 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9574 and prepare_for_testing. Add comment.
9575 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9576 redundant cleanup call. Clean up comment.
9577
9578 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9579
9580 PR breakpoints/21870
9581 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9582 * gdb.arch/aarch64-dbreg-contents.c: New file.
9583
9584 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9585
9586 * gdb.ada/mi_ref_changeable: New testcase.
9587
9588 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9589
9590 * gdb.base/attach.exp: Add double attach test.
9591
9592 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9593
9594 * lib/gdb.exp (default_gdb_start): Don't match pagination
9595 prompt.
9596 (gdb_init): Set stty_init.
9597
9598 2019-01-27 Tom Tromey <tom@tromey.com>
9599
9600 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9601 skip_python_tests.
9602
9603 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9604
9605 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9606 New structure.
9607 (struct struct_static_02_02): Likewise.
9608 (struct struct_static_02_03): Likewise.
9609 (struct struct_static_02_04): Likewise.
9610 (struct struct_static_04_01): Likewise.
9611 (struct struct_static_04_02): Likewise.
9612 (struct struct_static_04_03): Likewise.
9613 (struct struct_static_04_04): Likewise.
9614 (struct struct_static_06_01): Likewise.
9615 (struct struct_static_06_02): Likewise.
9616 (struct struct_static_06_03): Likewise.
9617 (struct struct_static_06_04): Likewise.
9618 (cmp_struct_static_02_01): Likewise.
9619 (cmp_struct_static_02_02): Likewise.
9620 (cmp_struct_static_02_03): Likewise.
9621 (cmp_struct_static_02_04): Likewise.
9622 (cmp_struct_static_04_01): Likewise.
9623 (cmp_struct_static_04_02): Likewise.
9624 (cmp_struct_static_04_03): Likewise.
9625 (cmp_struct_static_04_04): Likewise.
9626 (cmp_struct_static_06_01): Likewise.
9627 (cmp_struct_static_06_02): Likewise.
9628 (cmp_struct_static_06_03): Likewise.
9629 (cmp_struct_static_06_04): Likewise.
9630 (call_all): Test new structs.
9631 * gdb.base/infcall-nested-structs.exp: Likewise.
9632
9633 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9634 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9635
9636 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9637 * gdb.base/stack-protector.c: New test.
9638 * gdb.base/stack-protector.exp: New file.
9639 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9640 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9641 option.
9642 (gdb_compile): Remove stack protector for GCC and prevent
9643 recursion.
9644
9645 2019-01-16 Keith Seitz <keiths@redhat.com>
9646
9647 PR gdb/23773
9648 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9649
9650 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9651
9652 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9653 aliases.
9654 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9655 tests.
9656 * gdb.arch/powerpc-vector-regs.c: New file.
9657 * gdb.arch/powerpc-vector-regs.exp: New file.
9658
9659 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9660
9661 * gdb.arch/altivec-regs.exp: Fix the list passed to
9662 gdb_expect_list when testing "info vector".
9663
9664 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9665
9666 * gdb.base/style.exp: Don't include path in testname.
9667
9668 2019-01-10 Keith Seitz <keiths@redhat.com>
9669
9670 PR gdb/23712
9671 PR symtab/23010
9672 * gdb.dwarf2/multidictionary.exp: New file.
9673
9674 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9675
9676 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9677 (test_gnuv3_style_demangling): ... this.
9678 (test_lucid_style_demangling): Remove.
9679 (test_arm_style_demangling): Remove.
9680 (test_hp_style_demangling): Remove.
9681 (do_tests): Remove calls to the above.
9682
9683 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9684
9685 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9686 case.
9687
9688 2019-01-06 Tom Tromey <tom@tromey.com>
9689
9690 PR gdb/28155:
9691 * gdb.dwarf2/typedef-void-finish.exp: New file.
9692
9693 2018-12-28 Tom Tromey <tom@tromey.com>
9694 Simon Marchi <simark@simark.ca>
9695
9696 * gdb.base/jit-exec.exp: New file.
9697 * gdb.base/jit-exec.c: New file.
9698 * gdb.base/jit-execd.c: New file.
9699
9700 2018-12-28 Tom Tromey <tom@tromey.com>
9701
9702 * gdb.base/style.exp: Update test to check for address styling.
9703
9704 2018-12-28 Tom Tromey <tom@tromey.com>
9705
9706 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9707 message.
9708
9709 2018-12-28 Tom Tromey <tom@tromey.com>
9710
9711 * gdb.base/style.exp: Add test for version number styling.
9712
9713 2018-12-28 Tom Tromey <tom@tromey.com>
9714
9715 * gdb.base/style.exp: Add test for print_address_symbolic.
9716
9717 2018-12-28 Tom Tromey <tom@tromey.com>
9718
9719 * gdb.base/style.exp: Add test for breakpoint setting.
9720
9721 2018-12-28 Tom Tromey <tom@tromey.com>
9722
9723 * gdb.base/style.exp: Add test for variable names.
9724
9725 2018-12-28 Tom Tromey <tom@tromey.com>
9726
9727 * gdb.base/style.exp: New file.
9728 * gdb.base/style.c: New file.
9729
9730 2018-12-28 Tom Tromey <tom@tromey.com>
9731
9732 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9733 "dumb".
9734 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9735 the TERM environment variable.
9736
9737 2018-12-27 Tom Tromey <tom@tromey.com>
9738
9739 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9740 pagination test.
9741
9742 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9743
9744 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9745 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9746
9747 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9748
9749 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9750 Filename a.adb changed to bp_fun_addr.adb.
9751 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9752
9753 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9754
9755 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9756 non-PIE executables.
9757 * README: Mention the gdb,nopie_flag board setting.
9758 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9759 non-PIE executable.
9760 * gdb.arch/amd64-entry-value.exp: Likewise.
9761 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9762 * gdb.arch/i386-float.exp: Likewise.
9763 * gdb.arch/i386-signal.exp: Likewise.
9764 * gdb.mi/mi-reg-undefined.exp: Likewise.
9765
9766 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9767
9768 PR gdb/23974
9769 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9770
9771 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9772
9773 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9774 Update order of results accordingly.
9775
9776 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9777
9778 * gdb.base/annota1.exp: Update a test regexp.
9779
9780 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9781
9782 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9783
9784 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9785
9786 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9787 (reuse_time): Initialize to REUSE_TIME_CAP.
9788 (check_rc): New function.
9789 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9790 Check pthread_create rc.
9791 (spawner_thread_func): Check pthread_create and pthread_join rc.
9792
9793 2018-12-08 Pedro Alves <palves@redhat.com>
9794
9795 * gdb.base/list.exp (test_forward_search): Rename to ...
9796 (test_forward_reverse_search): ... this. Also test reverse-search
9797 and the forward-search alias.
9798
9799 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9800
9801 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9802 local timeout variable before return, and remove all local timeout
9803 variable entirely.
9804 (gdb_load): Likewise.
9805
9806 2018-12-01 Tom de Vries <tdevries@suse.de>
9807
9808 * gdb.base/gdb-caching-proc.exp: New file.
9809
9810 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9811
9812 * Makefile.in (TIMESTAMP): New variable.
9813 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9814 command.
9815 (check-single-racy): Likewise.
9816 (check/%.exp): Likewise.
9817 (check-racy/%.exp): Likewise.
9818 (workers/%.worker): Likewise.
9819 (build-perf): Likewise.
9820 (check-perf): Likewise.
9821 * README: Describe new "TS" and "TS_FORMAT" variables.
9822 * print-ts.py: New file.
9823
9824 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9825
9826 PR python/23714
9827 * gdb.python/python.exp: Test command repetition after
9828 gdb.execute.
9829
9830 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9831
9832 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9833 is correctly aligned.
9834
9835 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9836
9837 * gdb.ada/info_auto_lang.exp: New testcase.
9838 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9839 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9840 * gdb.ada/info_auto_lang/some_c.c: New file.
9841
9842 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9843
9844 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9845 FUNC_lang language syntax.
9846
9847 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9848
9849 * gdb.base/info_minsym.c: New file.
9850 * gdb.base/info_minsym.exp: New file.
9851
9852 2018-11-19 Tom Tromey <tom@tromey.com>
9853
9854 PR rust/23625:
9855 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9856 * gdb.rust/expr.exp: Update expected output. Change one test.
9857
9858 2018-11-19 Tom Tromey <tom@tromey.com>
9859
9860 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9861
9862 2018-11-19 Pedro Alves <palves@redhat.com>
9863
9864 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9865 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9866 see the expected warning.
9867
9868 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9869
9870 PR gdb/22736:
9871 * gdb.cp/infcall-nodebug-lib.c: New test.
9872 * gdb.cp/infcall-nodebug-main.c: New test.
9873 * gdb.cp/infcall-nodebug.exp: New file.
9874
9875 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9876
9877 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9878 completer tests.
9879
9880 2018-11-09 Tom de Vries <tdevries@suse.de>
9881
9882 * gdb.base/msym-lang.c: New test.
9883 * gdb.base/msym-lang.exp: New file.
9884 * gdb.base/msym-lang-main.c: New test.
9885
9886 2018-11-08 Tom Tromey <tom@tromey.com>
9887
9888 PR gdb/23555:
9889 PR gdb/23838:
9890 * gdb.base/warning.exp: New file.
9891
9892 2018-11-08 Jan Beulich <jbeulich@suse.com>
9893
9894 * testsuite/gdb.arch/i386-avx512.c,
9895 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9896
9897 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9898
9899 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9900 point hardware.
9901
9902 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9903
9904 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9905 * gdb.dwarf2/missing-type-name.exp: New file.
9906
9907 2018-11-06 Tom de Vries <tdevries@suse.de>
9908
9909 * gdb.base/many-headers.c: New test.
9910 * gdb.base/many-headers.exp: New file.
9911
9912 2018-11-06 Jim Wilson <jimw@sifive.com>
9913
9914 * gdb.base/code_elim.exp: For riscv, set additional_flags
9915 to include -msmall-data-limit=0.
9916
9917 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9918
9919 * gdb.ada/watch_minus_l: New testcase.
9920
9921 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9922
9923 * gdb.arch/aix-sighandle.c: New file.
9924 * gdb.arch/aix-sighandle.exp: New file.
9925
9926 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9927
9928 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9929 registers being unions.
9930
9931 2018-10-31 Tom de Vries <tdevries@suse.de>
9932
9933 * lib/valgrind.exp: New file.
9934 (vgdb_start, vgdb_stop): New procs, factored out of ...
9935 * gdb.base/valgrind-bt.exp: ... here, ...
9936 * gdb.base/valgrind-disp-step.exp: ... here and ...
9937 * gdb.base/valgrind-infcall.exp: ... here.
9938
9939 2018-10-31 Tom de Vries <tdevries@suse.de>
9940
9941 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9942
9943 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9944
9945 * gdb.dwarf2/void-type.c: New file.
9946 * gdb.dwarf2/void-type.exp: New file.
9947
9948 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9949
9950 * gdb.base/info_qt.c: New file.
9951 * gdb.base/info_qt.exp: New file.
9952
9953 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9954
9955 * gdb.arch/powerpc-htm-regs.c: New file.
9956 * gdb.arch/powerpc-htm-regs.exp: New file.
9957
9958 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9959
9960 * gdb.arch/powerpc-tar.c: New file.
9961 * gdb.arch/powerpc-tar.exp: New file.
9962
9963 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9964
9965 * gdb.arch/powerpc-ppr-dscr.c: New file.
9966 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9967
9968 2018-10-25 Tom de Vries <tdevries@suse.de>
9969
9970 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9971
9972 2018-10-24 Tom de Vries <tdevries@suse.de>
9973
9974 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9975 longer exists error.
9976
9977 2018-10-24 Tom de Vries <tdevries@suse.de>
9978
9979 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9980
9981 2018-10-24 Tom de Vries <tdevries@suse.de>
9982
9983 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9984 --db-attach in valgrind.
9985
9986 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9987
9988 * gdb.arch/riscv-reg-aliases.c: New file.
9989 * gdb.arch/riscv-reg-aliases.exp: New file.
9990
9991 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9992
9993 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9994
9995 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9996
9997 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9998
9999 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10000
10001 * gdb.cp/ovldbreak.exp: Fix regexps.
10002
10003 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10004
10005 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
10006
10007 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
10008
10009 PR cli/23785
10010 * gdb.base/restore.exp: New test to check if "restore" with an
10011 invalid file doesn't segfault.
10012
10013 2018-10-18 Tom de Vries <tdevries@suse.de>
10014
10015 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
10016 * gdb.ada/excep_handle.exp: Same.
10017 * gdb.ada/mi_string_access.exp: Same.
10018 * gdb.ada/mi_var_union.exp: Same.
10019 * gdb.arch/arc-analyze-prologue.exp: Same.
10020 * gdb.arch/arc-decode-insn.exp: Same.
10021 * gdb.base/readnever.exp: Same.
10022 * gdb.fortran/printing-types.exp: Same.
10023 * gdb.guile/scm-lazy-string.exp: Same.
10024
10025 2018-10-16 Tom de Vries <tdevries@suse.de>
10026
10027 PR gdb/23730
10028 * gdb.base/catch-follow-exec.c: Add copyright notice.
10029 * gdb.base/catch-follow-exec.exp: Rewrite to use
10030 gdb_spawn_with_cmdline_opts. Require gdb-native.
10031
10032 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
10033
10034 * gdb.trace/actions-changed.exp: Check for arch support.
10035 * gdb.trace/actions.exp: Likewise.
10036 * gdb.trace/ax.exp: Likewise.
10037 * gdb.trace/backtrace.exp: Likewise.
10038 * gdb.trace/change-loc.exp: Likewise.
10039 * gdb.trace/deltrace.exp: Likewise.
10040 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
10041 * gdb.trace/ftrace.exp: Likewise.
10042 * gdb.trace/infotrace.exp: Check for arch support.
10043 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
10044 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
10045 * gdb.trace/mi-tsv-changed.exp: Likewise.
10046 * gdb.trace/packetlen.exp: Likewise.
10047 * gdb.trace/passc-dyn.exp: Likewise.
10048 * gdb.trace/passcount.exp: Likewise.
10049 * gdb.trace/pending.exp: Likewise.
10050 * gdb.trace/range-stepping.exp: Check for shlib support.
10051 * gdb.trace/report.exp: Check for arch support.
10052 * gdb.trace/save-trace.exp: Likewise.
10053 * gdb.trace/signal.exp: Check for signal support.
10054 * gdb.trace/tfind.exp: Check for arch support.
10055 * gdb.trace/trace-break.exp: Check for arch and shlib support.
10056 * gdb.trace/trace-common.h: Add comment.
10057 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
10058 * gdb.trace/trace-enable-disable.exp: Likewise.
10059 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
10060 * gdb.trace/tracecmd.exp: Check for arch support.
10061 * gdb.trace/tspeed.exp: Check for shlib and target support.
10062 * gdb.trace/tstatus.exp: Check for arch support.
10063 * gdb.trace/tsv.exp: Likewise.
10064 * gdb.trace/while-dyn.exp: Likewise.
10065 * gdb.trace/while-stepping.exp: Likewise.
10066 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
10067
10068 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
10069
10070 * gdb.trace/tspeed.exp: Remove nowarnings.
10071 (prepare_for_trace_test): Declare "global ipalib".
10072 * gdb.trace/tspeed.c: Include unistd.h.
10073 (main): Remove superfluous printf argument.
10074
10075 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
10076
10077 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
10078 directory prefix on the filename.
10079
10080 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
10081
10082 * gdb.gdb/unittest.exp: Update expected message informing that
10083 selftests have been disabled.
10084 * gdb.server/unittest.exp: Likewise.
10085
10086 2018-10-09 Tom de Vries <tdevries@suse.de>
10087
10088 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
10089 with runto_main.
10090
10091 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
10092
10093 PR c++/16841
10094 * gdb.cp/virtbase2.cc: New file.
10095 * gdb.cp/virtbase2.exp: New file.
10096
10097 2018-10-06 Tom Tromey <tom@tromey.com>
10098
10099 PR python/19399:
10100 * gdb.python/py-inferior.exp: Add architecture test.
10101
10102 2018-10-06 Tom Tromey <tom@tromey.com>
10103
10104 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
10105 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
10106
10107 2018-10-06 Tom Tromey <tom@tromey.com>
10108
10109 * gdb.python/py-breakpoint.exp (check_last_event): Check location
10110 of a "throw" catchpoint.
10111
10112 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
10113
10114 * gdb.base/info-proc.exp: Update string expected from "help info
10115 proc".
10116
10117 2018-10-04 Tom Tromey <tom@tromey.com>
10118
10119 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
10120 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
10121 (test_initial_complaints, test_empty_complaints): Update.
10122 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10123
10124 2018-10-04 Tom Tromey <tom@tromey.com>
10125
10126 PR cli/19551:
10127 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
10128 * lib/gdb.exp (gdb_file_cmd): Update.
10129 * gdb.stabs/weird.exp (print_weird_var): Update.
10130 * gdb.server/solib-list.exp: Update.
10131 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
10132 * gdb.mi/mi-cli.exp: Update.
10133 * gdb.linespec/linespec.exp: Update.
10134 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10135 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
10136 * gdb.cp/cp-relocate.exp: Update.
10137 * gdb.base/sym-file.exp: Update.
10138 * gdb.base/relocate.exp: Update.
10139 * gdb.base/readnever.exp: Update.
10140 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10141 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
10142 * gdb.base/dbx.exp (gdb_file_cmd): Update.
10143 * gdb.base/code_elim.exp: Update.
10144 * gdb.base/break-unload-file.exp (test_break): Update.
10145 * gdb.base/break-interp.exp (test_attach_gdb): Update.
10146 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
10147 Update.
10148 * gdb.base/attach.exp (do_attach_tests): Update.
10149 * gdb.base/sepdebug.exp: Update.
10150 * gdb.python/py-section-script.exp: Update.
10151
10152 2018-10-04 Tom Tromey <tom@tromey.com>
10153
10154 PR cli/22234:
10155 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
10156 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
10157 output.
10158
10159 2018-10-04 Tom Tromey <tom@tromey.com>
10160
10161 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
10162 set width and height to 0.
10163 (test_command_line_attach_run): Use -quiet.
10164
10165 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
10166
10167 * lib/gdb.exp (skip_ifunc_tests): New.
10168 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
10169 other compile failures.
10170 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
10171
10172 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
10173
10174 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
10175 is_amd64_regs_target.
10176
10177 2018-10-01 Alan Hayward <alan.hayward@arm.com>
10178
10179 * gdb.arch/aarch64-sighandler-regs.c: New test.
10180 * gdb.arch/aarch64-sighandler-regs.exp: New file.
10181 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
10182
10183 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
10184
10185 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
10186 assembly.
10187
10188 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
10189
10190 * gdb.base/frame-selection.exp: New file.
10191 * gdb.base/frame-selection.c: New file.
10192
10193 2018-09-27 Alan Hayward <alan.hayward@arm.com>
10194
10195 * gdb.threads/check-libthread-db.c (thread_routine): Use a
10196 pthread barrier.
10197 (main): Likewise.
10198
10199 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
10200
10201 * gdb.base/large-frame-1.c: New file.
10202 * gdb.base/large-frame-2.c: New file.
10203 * gdb.base/large-frame.exp: New file.
10204 * gdb.base/large-frame.h: New file.
10205
10206 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
10207
10208 PR gdb/20948
10209 * gdb.base/write_mem.exp: New test.
10210 * gdb.base/write_mem.c: Likewise.
10211
10212 2018-09-23 Tom Tromey <tom@tromey.com>
10213
10214 PR python/18852:
10215 * gdb.python/py-parameter.exp: Add test for parameter that throws
10216 on "set".
10217
10218 2018-09-23 Tom Tromey <tom@tromey.com>
10219
10220 PR python/17284:
10221 * gdb.python/py-template.exp (test_template_arg): Add test for
10222 negative template argument number.
10223
10224 2018-09-23 Tom Tromey <tom@tromey.com>
10225
10226 PR python/14062:
10227 * gdb.python/python.exp: Add test for post_event error.
10228
10229 2018-09-23 Tom Tromey <tom@tromey.com>
10230
10231 PR python/18170:
10232 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
10233 convert pointers to int and long.
10234
10235 2018-09-23 Tom Tromey <tom@tromey.com>
10236
10237 PR python/20126:
10238 * gdb.python/py-value.exp (test_value_numeric_ops): Add
10239 signed-ness conversion tests.
10240
10241 2018-09-23 Tom Tromey <tom@tromey.com>
10242
10243 PR python/18352;
10244 * gdb.python/py-value.exp (test_float_conversion): New proc.
10245 Use it.
10246
10247 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
10248
10249 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
10250
10251 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
10252
10253 * gdb.base/complete-empty.exp: Skip tab-completion tests if
10254 no readline.
10255 * gdb.base/utf8-identifiers.exp: Likewise.
10256 * gdb.cp/cpcompletion.exp: Likewise.
10257 * gdb.linespec/cpcompletion.exp: Likewise.
10258 * gdb.linespec/cpls-abi-tag.exp: Likewise.
10259 * gdb.linespec/cpls-ops.exp: Likewise.
10260
10261 2018-09-19 Richard Bunt <richard.bunt@arm.com>
10262 Chris January <chris.january@arm.com>
10263
10264 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
10265 * gdb.fortran/short-circuit-argument-list.exp: New file.
10266 * gdb.fortran/short-circuit-argument-list.f90: New test.
10267
10268 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10269
10270 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
10271 "arch=" keyword when executing "-stack-list-frames".
10272
10273 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10274
10275 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
10276 "arch=" keyword when executing "-stack-list-frames".
10277
10278 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10279
10280 * gdb.ada/complete.exp: Expect for "@" when doing "complete
10281 break ada".
10282
10283 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
10284
10285 PR python/23669
10286 * gdb.python/python.exp: Test gdb.execute("show commands").
10287
10288 2018-09-16 Tom Tromey <tom@tromey.com>
10289
10290 * gdb.base/new-ui.exp (do_execution_tests): Update.
10291 * gdb.base/dbx.exp (test_breakpoints): Update.
10292
10293 2018-09-14 Alan Hayward <alan.hayward@arm.com>
10294
10295 * lib/gdb.exp (gdb_simple_compile): Add proc.
10296 (is_elf_target): Use gdb_simple_compile.
10297 (skip_altivec_tests): Likewise.
10298 (skip_vsx_tests): Likewise.
10299 (skip_tsx_tests): Likewise.
10300 (skip_btrace_tests): Likewise.
10301 (skip_btrace_pt_tests): Likewise.
10302 (gdb_can_simple_compile): Likewise.
10303 (gdb_has_argv0): Likewise.
10304 (gdb_target_symbol_prefix): Likewise.
10305 (target_supports_scheduler_locking): Likewise.
10306
10307 2018-09-13 Tom Tromey <tom@tromey.com>
10308
10309 * Makefile.in (TAGS): Recognize proc_with_prefix and
10310 gdb_caching_proc.
10311
10312 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10313
10314 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
10315 method.
10316
10317 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10318
10319 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
10320 and a few other Inferior properties when the Inferior is no
10321 longer valid.
10322
10323 2018-09-13 Tom Tromey <tom@tromey.com>
10324
10325 PR rust/23650:
10326 * gdb.rust/simple.exp: Add test for enum field access error.
10327
10328 2018-09-13 Tom Tromey <tom@tromey.com>
10329
10330 PR rust/23626:
10331 * gdb.rust/simple.rs (EmptyEnum): New type.
10332 (main): Use it.
10333 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
10334
10335 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10336
10337 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
10338 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
10339 * gdb.python/py-symtab.exp: Update test printing an objfile.
10340
10341 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
10342
10343 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
10344 object.
10345
10346 2018-09-12 Alan Hayward <alan.hayward@arm.com>
10347
10348 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
10349 (support_complex_tests): Use gdb_can_simple_compile.
10350 (is_ilp32_target): Likewise.
10351 (is_lp64_target): Likewise.
10352 (is_64_target): Likewise.
10353 (is_amd64_regs_target): Likewise.
10354 (is_aarch32_target): Likewise.
10355 (gdb_int128_helper): Likewise.
10356
10357 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10358
10359 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10360
10361 2018-09-10 Jerome Guitton <guitton@adacore.com>
10362
10363 * gdb.ada/same_component_name: Add test for case of tagged record
10364 with variable-length fields.
10365
10366 2018-09-10 Xavier Roirand <roirand@adacore.com>
10367
10368 * gdb.ada/access_to_unbounded_array.exp: New testcase.
10369 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
10370 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
10371 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
10372
10373 2018-09-10 Xavier Roirand <roirand@adacore.com>
10374
10375 * gdb.ada/mi_string_access.exp: New testcase.
10376 * gdb.ada/mi_string_access/bar.adb: New file.
10377 * gdb.ada/mi_string_access/pck.adb: New file.
10378 * gdb.ada/mi_string_access/pck.asd: New file.
10379
10380 2018-09-10 Xavier Roirand <roirand@adacore.com>
10381
10382 * gdb.ada/mi_var_union.exp: New testcase.
10383 * gdb.ada/mi_var_union/bar.adb: New file.
10384 * gdb.ada/mi_var_union/pck.adb: New file.
10385 * gdb.ada/mi_var_union/pck.asd: New file.
10386
10387 2018-09-08 Tom Tromey <tom@tromey.com>
10388
10389 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10390
10391 2018-09-08 Tom Tromey <tom@tromey.com>
10392
10393 PR python/16047:
10394 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10395 (register_pretty_printers): Register new printer.
10396 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10397 test.
10398 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10399 (an_int_type3): New global.
10400
10401 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10402
10403 * gdb.ada/expr_with_funcall: New testcase.
10404
10405 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10406
10407 * gdb.ada/packed_array_assign: New testcase.
10408
10409 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10410
10411 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10412 names, and add test prefixes to make test names unique.
10413
10414 2018-09-05 Tom de Vries <tdevries@suse.de>
10415
10416 * gdb.dwarf2/varval.exp: Add test.
10417
10418 2018-09-04 Gary Benson <gbenson@redhat.com>
10419
10420 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10421 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10422
10423 2018-08-31 Tom Tromey <tom@tromey.com>
10424
10425 * gdb.rust/simple.rs: Rename second variable "v".
10426
10427 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10428
10429 * gdb.base/funcargs.c (use_a): New function.
10430 (recurse): Call use_a.
10431
10432 2018-08-29 Keith Seitz <keiths@redhat.com>
10433
10434 * gdb.compile/compile-cplus-anonymous.cc: New file.
10435 * gdb.compile/compile-cplus-anonymous.exp: New file.
10436 * gdb.compile/compile-cplus-array-decay.cc: New file.
10437 * gdb.compile/compile-cplus-array-decay.exp: New file.
10438 * gdb.compile/compile-cplus-inherit.cc: New file.
10439 * gdb.compile/compile-cplus-inherit.exp: New file.
10440 * gdb.compile/compile-cplus-member.cc: New file.
10441 * gdb.compile/compile-cplus-member.exp: New file.
10442 * gdb.compile/compile-cplus-method.cc: New file.
10443 * gdb.compile/compile-cplus-method.exp: New file.
10444 * gdb.compile/compile-cplus-mod.c: "New" file.
10445 * gdb.compile/compile-cplus-namespace.cc: New file.
10446 * gdb.compile/compile-cplus-namespace.exp: New file.
10447 * gdb.compile/compile-cplus-nested.cc: New file.
10448 * gdb.compile/compile-cplus-nested.exp: New file.
10449 * gdb.compile/compile-cplus-print.c: "New" file.
10450 * gdb.compile/compile-cplus-print.exp: "New" file.
10451 * gdb.compile/compile-cplus-virtual.cc: New file.
10452 * gdb.compile/compile-cplus-virtual.exp: New file.
10453 * gdb.compile/compile-cplus.c: "New" file.
10454 * gdb.compile/compile-cplus.exp: "New" file.
10455 * lib/compile-support.exp: New file.
10456
10457 2018-08-16 Gary Benson <gbenson@redhat.com>
10458
10459 PR gdb/13000:
10460 * gdb.base/batch-exit-status.exp: New file.
10461 * gdb.base/batch-exit-status.good-commands: Likewise.
10462 * gdb.base/batch-exit-status.bad-commands: Likewise.
10463
10464 2018-08-29 Alan Hayward <alan.hayward@arm.com>
10465
10466 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10467 (struct struct02): Likewise.
10468 (struct struct03): Likewise.
10469 (struct struct04): Likewise.
10470 (struct struct_01_01): New struct.
10471 (struct struct_01_02): Likewise.
10472 (struct struct_01_03): Likewise.
10473 (struct struct_01_04): Likewise.
10474 (struct struct_02_01): Likewise.
10475 (struct struct_02_02): Likewise.
10476 (struct struct_02_03): Likewise.
10477 (struct struct_02_04): Likewise.
10478 (struct struct_04_01): Likewise.
10479 (struct struct_04_02): Likewise.
10480 (struct struct_04_03): Likewise.
10481 (struct struct_04_04): Likewise.
10482 (struct struct_05_01): Likewise.
10483 (struct struct_05_02): Likewise.
10484 (struct struct_05_03): Likewise.
10485 (struct struct_05_04): Likewise.
10486 (cmp_struct01): Remove function.
10487 (cmp_struct02): Likewise.
10488 (cmp_struct03): Likewise.
10489 (cmp_struct04): Likewise.
10490 (cmp_struct_01_01): Add Function.
10491 (cmp_struct_01_02): Likewise.
10492 (cmp_struct_01_03): Likewise.
10493 (cmp_struct_01_04): Likewise.
10494 (cmp_struct_02_01): Likewise.
10495 (cmp_struct_02_02): Likewise.
10496 (cmp_struct_02_03): Likewise.
10497 (cmp_struct_02_04): Likewise.
10498 (cmp_struct_04_01): Likewise.
10499 (cmp_struct_04_02): Likewise.
10500 (cmp_struct_04_03): Likewise.
10501 (cmp_struct_04_04): Likewise.
10502 (cmp_struct_05_01): Likewise.
10503 (cmp_struct_05_02): Likewise.
10504 (cmp_struct_05_03): Likewise.
10505 (cmp_struct_05_04): Likewise.
10506 (call_all): Add new structs.
10507 * gdb.base/infcall-nested-structs.exp: Likewise.
10508
10509 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10510
10511 * gdb.python/py-framefilter-mi.exp: Update regexp to
10512 check for "arch" field in frame output.
10513
10514 2018-08-23 Kevin Buettner <kevinb@redhat.com>
10515
10516 * gdb.dwarf2/dw2-ranges-func.c: New file.
10517 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10518
10519 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10520
10521 * gdb.base/term.exp: Compare terminal settings with values from
10522 the inferior.
10523 * gdb.base/term.c: Get and set terminal settings.
10524
10525 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10526
10527 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10528 accommodate new "arch" field in frame output.
10529 * gdb.mi/mi-return.exp: Likewise.
10530 * gdb.mi/mi-stack.exp: Likewise.
10531 * gdb.mi/mi-syn-frame.exp: Likewise.
10532 * gdb.mi/user-selected-context-sync.exp: Likewise.
10533
10534 2018-08-19 Michael Spang <spang@google.com>
10535
10536 PR gdb/11786
10537 * gdb.base/gcore-tls-pie.c: New file.
10538 * gdb.base/gcore-tls-pie.exp: New file.
10539
10540 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10541
10542 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10543 * gdb.dwarf2/varval.c: New file.
10544 * gdb.dwarf2/varval.exp: New file.
10545
10546 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10547
10548 PR gdb/18931
10549 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10550
10551 2018-08-16 Keith Seitz <keiths@redhat.com>
10552
10553 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10554 tests expected to pass.
10555
10556 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10557
10558 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10559 -data-disassemble -a.
10560 (test_disassembly_bogus_args): Likewise.
10561
10562 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10563
10564 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10565
10566 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10567
10568 * gdb.base/vla-optimized-out.exp: Add new test.
10569
10570 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10571
10572 * gdb.base/vla-optimized-out-o3.exp: Delete.
10573 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10574 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10575 deleted tests.
10576
10577 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10578
10579 PR gdb/18050:
10580 * gdb.server/extended-remote-restart.c: New file.
10581 * gdb.server/extended-remote-restart.exp: New file.
10582
10583 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10584
10585 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10586 "set variable index = 42".
10587
10588 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10589
10590 * boards/index-cache-gdb.exp: New file.
10591 * gdb.dwarf2/index-cache.exp: New file.
10592 * gdb.dwarf2/index-cache.c: New file.
10593 * gdb.base/maint.exp: Check if we are using the index cache.
10594
10595 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10596
10597 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10598 MAKEFLAGS.
10599
10600 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10601
10602 * dg-extract-results.sh: Move to toplevel contrib.
10603 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10604 * Makefile.in (check-parallel-racy): Likewise.
10605
10606 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10607
10608 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10609 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10610 tests if the target supports scheduler locking.
10611
10612 2018-08-04 Tom de Vries <tdevries@suse.de>
10613
10614 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10615
10616 2018-08-02 Tom Tromey <tom@tromey.com>
10617
10618 PR symtab/16842.
10619 * gdb.cp/temargs.exp: Test "info address" of a template
10620 parameter.
10621
10622 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10623
10624 * gdb.python/py-mi-var-info-path-expression.c: New file.
10625 * gdb.python/py-mi-var-info-path-expression.py: New file.
10626 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10627
10628 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10629
10630 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10631 error after "cannot resolve name" string.
10632
10633 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10634
10635 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10636 started.
10637 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10638
10639 2018-07-28 Tom de Vries <tdevries@suse.de>
10640
10641 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10642
10643 2018-07-26 Tom de Vries <tdevries@suse.de>
10644
10645 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10646
10647 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10648
10649 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10650 is visible.
10651
10652 2018-07-26 Tom de Vries <tdevries@suse.de>
10653
10654 PR breakpoints/23366
10655 * gdb.base/catch-follow-exec.c: New test.
10656 * gdb.base/catch-follow-exec.exp: New file.
10657
10658 2018-07-25 Tom de Vries <tdevries@suse.de>
10659
10660 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10661 vla-optimized-out.c.
10662
10663 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10664
10665 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10666 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10667
10668 2018-07-20 Tom de Vries <tdevries@suse.de>
10669
10670 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10671 NOCLONE macro.
10672 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10673
10674 2018-07-19 Tom de Vries <tdevries@suse.de>
10675
10676 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10677 regular expression.
10678
10679 2018-07-18 Tom de Vries <tdevries@suse.de>
10680
10681 * gdb.base/vla-optimized-out.c: New test.
10682 * gdb.base/vla-optimized-out.exp: New file.
10683
10684 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10685
10686 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10687 message "No address associated with hostname" when gdbserver
10688 cannot resolve the hostname.
10689
10690 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10691
10692 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10693 Add some test prefixes to make tests unique.
10694
10695 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10696
10697 * gdb.base/frameapply.c: New file.
10698 * gdb.base/frameapply.exp: New file.
10699
10700 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10701
10702 * gdb.base/skip.exp: Update expected error message.
10703
10704 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10705 Jan Kratochvil <jan.kratochvil@redhat.com>
10706 Paul Fertser <fercerpav@gmail.com>
10707 Tsutomu Seki <sekiriki@gmail.com>
10708
10709 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10710 parameter.
10711 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10712 by default.
10713 * boards/native-gdbserver.exp: Likewise.
10714 * gdb.server/run-without-local-binary.exp: Improve regexp used
10715 for detecting when a remote debugging connection succeeds.
10716 * gdb.server/server-connect.exp: New file.
10717 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10718 Do not prefix the port number with ":".
10719 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10720 support for detecting and using it. Add '$debughost_gdbserver'
10721 to the list of arguments used to start gdbserver. Handle case
10722 when gdbserver cannot resolve a network name.
10723
10724 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10725
10726 PR c++/23373
10727 * gdb.base/ptype-offsets.cc (struct static_member): New
10728 struct.
10729 (main) <stmember>: New variable.
10730 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10731 with a static member in it.
10732
10733 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10734
10735 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10736 watchpoints enabled and disabled.
10737
10738 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10739
10740 * gdb.base/examine-backward.exp: Still run tests around address
10741 0x0, even if address 0x0 is not readable. Update the pattern for
10742 matching address 0x0 in expected output.
10743
10744 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10745
10746 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10747 malloc/free.
10748
10749 2018-07-04 Tom de Vries <tdevries@suse.de>
10750
10751 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10752
10753 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10754
10755 PR tdep/8282
10756 * gdb.arch/mips-disassembler-options.exp: New test.
10757 * gdb.arch/mips-disassembler-options.s: New test source.
10758
10759 2018-06-29 Pedro Alves <palves@redhat.com>
10760
10761 * gdb.threads/names.exp: Adjust expected "info threads" output.
10762
10763 2018-06-29 Pedro Alves <palves@redhat.com>
10764
10765 * gdb.opt/inline-break.exp (line number, address): Add "info
10766 break" tests.
10767
10768 2018-06-29 Pedro Alves <palves@redhat.com>
10769
10770 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10771 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10772 number and address and running to them.
10773
10774 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10775
10776 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10777
10778 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10779
10780 * lib/compiler.c: Remove executable permission flag.
10781
10782 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10783
10784 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10785 code.
10786 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10787
10788 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10789
10790 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10791
10792 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10793
10794 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10795 address argument is omitted.
10796
10797 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10798
10799 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10800
10801 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10802
10803 PR gdb/21695
10804 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10805 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10806
10807 2018-06-26 Tom Tromey <tom@tromey.com>
10808
10809 PR rust/22574:
10810 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10811 * gdb.rust/simple.rs (struct SimpleLayout): New.
10812
10813 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10814
10815 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10816 "info registers" output.
10817
10818 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10819
10820 * gdb.base/watchpoint-hw-attach.c: New test.
10821 * gdb.base/watchpoint-hw-attach.exp: New file.
10822
10823 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10824
10825 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10826 through /bin/sh.
10827 * boards/dwarf4-gdb-index.exp: Likewise.
10828 * boards/fission-dwp.exp: Likewise.
10829
10830 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10831
10832 * gdb.base/float128.exp: Add comment and improved fail message
10833 to the failure case of "print large128" test.
10834
10835 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10836
10837 * configure.ac: Remove AC_PREREQ.
10838 * configure: Re-generate.
10839
10840 2018-06-19 Pedro Alves <palves@redhat.com>
10841
10842 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10843 (func_extern_caller): New.
10844 (main): Call func_extern_caller.
10845 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10846 logic change.
10847
10848 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10849
10850 PR gdb/16841
10851 * gdb.cp/typedef-base.cc: New file.
10852 * gdb.cp/typedef-base.exp: New file.
10853
10854 2018-06-18 Tom de Vries <tdevries@suse.de>
10855
10856 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10857
10858 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10859 Richard Bunt <Richard.Bunt@arm.com>
10860
10861 * gdb.threads/attach-slow-waitpid.c: New file.
10862 * gdb.threads/attach-slow-waitpid.exp: New file.
10863 * gdb.threads/slow-waitpid.c: New file.
10864
10865 2018-06-14 Pedro Alves <palves@redhat.com>
10866
10867 * gdb.base/fork-running-state.c: Include <errno.h>.
10868 (exit_if_relative_exits): New.
10869 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10870 exits.
10871 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10872 child exits.
10873
10874 2018-06-14 Tom de Vries <tdevries@suse.de>
10875
10876 PR cli/22573
10877 * gdb.base/finish-pretty.c: New test.
10878 * gdb.base/finish-pretty.exp: New file.
10879
10880 2018-06-14 Pedro Alves <palves@redhat.com>
10881
10882 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10883 gdb's expected startup output.
10884
10885 2018-06-14 Pedro Alves <palves@redhat.com>
10886
10887 * lib/selftest-support.exp (selftest_setup): Remove inlined
10888 function handling.
10889
10890 2018-06-14 Tom de Vries <tdevries@suse.de>
10891
10892 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10893 matching of breakpoint printing.
10894
10895 2018-06-13 Tom de Vries <tdevries@suse.de>
10896
10897 PR testsuite/23269
10898 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10899 (fork_child): ... here, and ...
10900 (fork_parent): ... here.
10901
10902 2018-06-12 Tom de Vries <tdevries@suse.de>
10903
10904 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10905
10906 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10907 Stephen Roberts <stephen.roberts@arm.com>
10908
10909 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10910 rewrite test to describe action performed, rather than possible
10911 failure.
10912
10913 2018-06-08 Gary Benson <gbenson@redhat.com>
10914
10915 * gdb.threads/check-libthread-db.exp: New file.
10916 * gdb.threads/check-libthread-db.c: Likewise.
10917
10918 2018-06-05 Tom Tromey <tom@tromey.com>
10919
10920 * gdb.base/default.exp: Update expected "show version" output.
10921
10922 2018-06-05 Tom Tromey <tom@tromey.com>
10923
10924 PR cli/12326:
10925 * gdb.cp/static-print-quit.exp: Update.
10926 * lib/gdb.exp (pagination_prompt): Update.
10927 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10928 * gdb.python/python.exp: Update.
10929
10930 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10931
10932 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10933
10934 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10935
10936 * gdb.ada/bp_fun_addr: New testcase.
10937
10938 2018-06-01 Tom Tromey <tom@tromey.com>
10939
10940 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10941 results.
10942 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10943 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10944 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10945 * gdb.base/maint.exp (maint_pass_if): Update.
10946
10947 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10948
10949 * gdb.base/endian.exp: New test.
10950 * gdb.base/endian.c: New test source.
10951
10952 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10953
10954 PR gdb/23203
10955 * gdb.base/bt-selected-frame.c: New file.
10956 * gdb.base/bt-selected-frame.exp: New file.
10957 * lib/gdb.exp (get_current_frame_number): New function.
10958
10959 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10960 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.threads/tls-core.c: Include <stdlib.h>
10963 (thread_proc): Call `abort'.
10964 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10965 (tls_core_test): New procedure, bits factored out from ...
10966 (top level): ... here. Test both native cores and gcore cores.
10967
10968 2018-05-23 Tom Tromey <tom@tromey.com>
10969
10970 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10971
10972 2018-05-23 Tom Tromey <tom@tromey.com>
10973
10974 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10975 symfile_complaints.
10976 (test_short_complaints): Likewise.
10977 (test_empty_complaints): Likewise.
10978 (test_initial_complaints): Update.
10979
10980 2018-05-23 Tom Tromey <tom@tromey.com>
10981
10982 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10983
10984 2018-05-23 Tom Tromey <tom@tromey.com>
10985
10986 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10987 (test_short_complaints): Update.
10988
10989 2018-05-22 Pedro Alves <palves@redhat.com>
10990
10991 * gdb.base/remote.exp: Only gdb_start after compiling the
10992 testcase. Issue "disconnect" before testing "set remote" command
10993 defaults. Issue clean_restart before running to main.
10994
10995 2018-05-22 Pedro Alves <palves@redhat.com>
10996
10997 * gdb.base/remote.exp: Adjust expected output of "show remote
10998 memory-write-packet-size". Add tests for "set remote
10999 memory-write-packet-size 0" and "set remote
11000 memory-write-packet-size fixed/limit".
11001
11002 2018-05-22 Pedro Alves <palves@redhat.com>
11003
11004 PR gdb/22973
11005 * gdb.base/utf8-identifiers.c: New file.
11006 * gdb.base/utf8-identifiers.exp: New file.
11007
11008 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11009
11010 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
11011
11012 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11013
11014 * gdb.arch/powerpc-vsx-gcore.exp: New file.
11015
11016 2018-05-18 Tom Tromey <tom@tromey.com>
11017
11018 * gdb.base/ptype-offsets.exp: Update.
11019
11020 2018-05-17 Keith Seitz <keiths@redhat.com>
11021
11022 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
11023 in expected breakpoint stop locations.
11024 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
11025 move to proper scope to test variable values.
11026 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
11027 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
11028 New functions.
11029 (main): Call not_inline_func3.
11030 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
11031 inline_func1, inline_func2, and inline_func3. Test that when each
11032 breakpoint is hit, GDB properly reports both the stop location
11033 and the backtrace. Repeat tests for temporary breakpoints.
11034
11035 2018-05-15 Maciej W. Rozycki <macro@mips.com>
11036
11037 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
11038 rather then trying to access it in determining whether the PID
11039 of `gdbserver' could have been retrieved.
11040
11041 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
11042
11043 * gdb.arch/amd64-init-x87-values.S: New file.
11044 * gdb.arch/amd64-init-x87-values.exp: New file.
11045
11046 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11047
11048 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
11049
11050 2018-05-04 Tom Tromey <tom@tromey.com>
11051
11052 PR python/22730:
11053 * gdb.python/python.exp: Test multi-line execute.
11054
11055 2018-05-04 Tom Tromey <tom@tromey.com>
11056
11057 PR python/22731:
11058 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
11059
11060 2018-05-04 Tom Tromey <tom@tromey.com>
11061
11062 PR gdb/11750:
11063 * gdb.base/define.exp: Test defining a user command inside a user
11064 command.
11065 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
11066
11067 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11068 Pedro Alves <palves@redhat.com>
11069
11070 PR breakpoints/19806 and support for PR external/20207.
11071 * gdb.base/watchpoint-unaligned.c: New file.
11072 * gdb.base/watchpoint-unaligned.exp: New file.
11073
11074 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11075
11076 * gdb.base/maint.exp: Make test names unique, use
11077 test_prefix_command_help to test 'help maint info', and remove
11078 repeated test of 'help maint'.
11079
11080 2018-05-04 Tom Tromey <tom@tromey.com>
11081
11082 PR gdb/22619:
11083 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
11084 behavior.
11085
11086 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11087
11088 * gdb.base/maint.exp: Process output from 'maint print registers'
11089 line at a time.
11090
11091 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11092
11093 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
11094 timeout.
11095
11096 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
11097
11098 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
11099 filter pattern.
11100
11101 2018-05-02 Pedro Alves <palves@redhat.com>
11102
11103 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
11104 to_log_command renames.
11105 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
11106
11107 2018-05-02 Tom Tromey <tom@tromey.com>
11108
11109 * gdb.python/py-parameter.exp: Set test message.
11110
11111 2018-05-02 Tom Tromey <tom@tromey.com>
11112
11113 PR python/20084:
11114 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
11115 PARAM_ZUINTEGER_UNLIMITED tests.
11116
11117 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
11118
11119 PR rust/23124
11120 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
11121 when casting.
11122
11123 2018-04-30 Tom Tromey <tom@tromey.com>
11124
11125 * gdb.python/py-type.exp: Check align attribute.
11126 * gdb.python/py-type.c: New "aligncheck" global.
11127
11128 2018-04-30 Tom Tromey <tom@tromey.com>
11129
11130 PR exp/17095:
11131 * gdb.dwarf2/dw2-align.exp: New file.
11132 * gdb.cp/align.exp: New file.
11133 * gdb.base/align.exp: New file.
11134 * lib/gdb.exp (gdb_int128_helper): New proc.
11135 (has_int128_c, has_int128_cxx): New caching procs.
11136
11137 2018-04-27 Tom Tromey <tom@tromey.com>
11138
11139 PR rust/22545:
11140 * gdb.rust/simple.exp: Add inclusive range tests.
11141
11142 2018-04-26 Pedro Alves <palves@redhat.com>
11143
11144 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
11145 ifunc breakpoint locations correctly of ifunc breakpoints set
11146 while the program resolves the ifunc.
11147
11148 2018-04-26 Pedro Alves <palves@redhat.com>
11149
11150 * gdb.base/gnu-ifunc-final.c: New file.
11151 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
11152 * gdb.base/gnu-ifunc.exp (executable): Delete.
11153 (staticexecutable): Adjust.
11154 (lib_opts, exec_opts): Delete.
11155 (make_binsuffix, build, set-break): New procedures.
11156 (misc_tests): New, with tests factored out from the top level.
11157 (top level): Test different combinations of ifunc resolver name,
11158 resolver with and with debug info, and ifunc target with and
11159 without debug info. Wrap static tests with with_target_prefix.
11160
11161 2018-04-26 Pedro Alves <palves@redhat.com>
11162
11163 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
11164 return type" warnings.
11165
11166 2018-04-25 Pedro Alves <palves@redhat.com>
11167
11168 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
11169 killed".
11170 * gdb.base/kill-after-signal.exp: Likewise.
11171 * gdb.threads/kill.exp: Likewise.
11172
11173 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11174 Sergio Durigan Junior <sergiodj@redhat.com>
11175 Pedro Alves <palves@redhat.com>
11176
11177 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
11178 regexps to expect for '[Inferior ... detached]' as well.
11179 * gdb.base/attach.exp: Likewise.
11180 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
11181 "gdb_continue_to_end".
11182 (test_catch_syscall_with_wrong_args): Likewise.
11183 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
11184 ']'. Don't set 'verbose' on.
11185 * gdb.base/foll-vfork.exp: Likewise.
11186 * gdb.base/fork-print-inferior-events.c: New file.
11187 * gdb.base/fork-print-inferior-events.exp: New file.
11188 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
11189 '[Inferior ... has been killed]' message.
11190 * gdb.base/kill-after-signal.exp: Likewise.
11191 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
11192 detach message.
11193 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
11194 message.
11195 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
11196 regexps to expect for '[Inferior ... detached]' as well.
11197 * gdb.threads/process-dies-while-detaching.exp: Likewise.
11198
11199 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
11200
11201 PR gdb/23104
11202 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
11203
11204 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
11205
11206 PR gdb/23095
11207 * gdb.base/break-probes.exp: Pass shlib_load to
11208 prepare_for_testing. Set normal_bp to r_debug_state if target is
11209 bsd.
11210
11211 2018-04-19 Richard Bunt <richard.bunt@arm.com>
11212
11213 * gdb.threads/multiple-successive-infcall.c: New test.
11214 * gdb.threads/multiple-successive-infcall.exp: New file.
11215
11216 2018-04-17 Tom Tromey <tom@tromey.com>
11217
11218 * gdb.rust/simple.rs (Union): New type.
11219 (main): New local "u".
11220 * gdb.rust/simple.exp (test_one_slice): Add new test case.
11221
11222 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11223
11224 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
11225 number information in output of "whereis" command.
11226 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
11227
11228 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11229
11230 * gdb.ada/info_types.exp: Adjust expected output to the line
11231 numbers now printed by "info var/func/type".
11232 * gdb.base/completion.exp: Likewise.
11233 * gdb.base/included.exp: Likewise.
11234 * gdb.cp/cp-relocate.exp: Likewise.
11235 * gdb.cp/cplusfuncs.exp: Likewise.
11236 * gdb.cp/namespace.exp: Likewise.
11237 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
11238
11239 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11240
11241 * gdb.btrace/cpu.exp: New.
11242
11243 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11244
11245 * gdb.base/step-indirect-call-thunk.exp: New.
11246 * gdb.base/step-indirect-call-thunk.c: New.
11247 * gdb.reverse/step-indirect-call-thunk.exp: New.
11248 * gdb.reverse/step-indirect-call-thunk.c: New.
11249
11250 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
11251
11252 * gdb.base/pie-fork.c: New file.
11253 * gdb.base/pie-fork.exp: New file.
11254
11255 2018-04-11 Tom Tromey <tom@tromey.com>
11256
11257 * gdb.rust/simple.exp: Add test for ".." struct initializer.
11258
11259 2018-04-10 Pedro Alves <palves@redhat.com>
11260
11261 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
11262 exits. Instead loop running forever.
11263 (fork_parent): Run forever too.
11264
11265 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11266
11267 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
11268 mi_continue_to_line.
11269 * gdb.mi/mi-stack.c (callee4): Add comment.
11270
11271 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11272
11273 * gdb.mi/mi-stack.exp: Fix indentation.
11274
11275 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11276
11277 PR gdb/22979
11278 * gdb.arch/amd64-osabi.exp: New file.
11279
11280 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11281
11282 PR gdb/22980
11283 * gdb.base/osabi.exp: New file.
11284
11285 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
11286
11287 * gdb.cp/static-typedef-print.exp: New file.
11288 * gdb.cp/static-typedef-print.cc: New file.
11289
11290 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11291
11292 * gdb.ada/varsize_limit: New testcase.
11293
11294 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11295
11296 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
11297
11298 * gdb.ada/notcplusplus: New testcase.
11299
11300 * gdb.base/c-linkage-name.c: New file.
11301 * gdb.base/c-linkage-name.exp: New testcase.
11302
11303 2018-03-26 Tom Tromey <tom@tromey.com>
11304
11305 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
11306 * gdb.python/py-framefilter.py (name_error): New global.
11307 (ErrorInName.function): Use name_error.
11308
11309 2018-03-26 Tom Tromey <tom@tromey.com>
11310
11311 PR backtrace/15582:
11312 * gdb.python/py-framefilter.exp: Add "bt hide" test.
11313
11314 2018-03-23 Keith Seitz <keiths@redhat.com>
11315
11316 PR c++/22968
11317 * gdb.cp/subtypes.exp: New file.
11318 * gdb.cp/subtypes.h: New file.
11319 * gdb.cp/subtypes.cc: New file.
11320 * gdb.cp/subtypes-2.cc: New file.
11321
11322 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11323
11324 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
11325 (done): Call '_exit' not 'exit' to avoid atexit handlers.
11326 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
11327 -nostartfiles when compiling the test. Confirm that all registers
11328 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
11329
11330 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11331
11332 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
11333 option, syntax was wrong anyway.
11334 * gdb.arch/arm-disp-step.exp: Likewise.
11335 * gdb.arch/sparc64-regs.exp: Likewise.
11336 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
11337 option, syntax was wrong anyway, switch to use
11338 prepare_for_testing.
11339 * gdb.arch/i386-disp-step.exp: Likewise.
11340
11341 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
11342
11343 * gdb.ada/exec_changed.exp: Replace "target_info exists
11344 use_gdb_stub" by "use_gdb_stub".
11345 * gdb.ada/start.exp: Likewise.
11346 * gdb.base/async-shell.exp: Likewise.
11347 * gdb.base/attach-pie-misread.exp: Likewise.
11348 * gdb.base/attach-wait-input.exp: Likewise.
11349 * gdb.base/break-entry.exp: Likewise.
11350 * gdb.base/break-interp.exp: Likewise.
11351 * gdb.base/dprintf-detach.exp: Likewise.
11352 * gdb.base/nostdlib.exp: Likewise.
11353 * gdb.base/solib-nodir.exp: Likewise.
11354 * gdb.base/statistics.exp: Likewise.
11355 * gdb.base/testenv.exp: Likewise.
11356 * gdb.mi/mi-exec-run.exp: Likewise.
11357 * gdb.mi/mi-start.exp: Likewise.
11358 * gdb.multi/dummy-frame-restore.exp: Likewise.
11359 * gdb.multi/multi-arch-exec.exp: Likewise.
11360 * gdb.multi/multi-arch.exp: Likewise.
11361 * gdb.multi/tids.exp: Likewise.
11362 * gdb.multi/watchpoint-multi.exp: Likewise.
11363 * gdb.python/py-events.exp: Likewise.
11364 * gdb.threads/attach-into-signal.exp: Likewise.
11365 * gdb.threads/attach-stopped.exp: Likewise.
11366 * gdb.threads/threadapply.exp: Likewise.
11367 * lib/selftest-support.exp: Likewise.
11368
11369 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11370
11371 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11372
11373 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
11374
11375 * gdb.perf/template-breakpoints.cc: New file.
11376 * gdb.perf/template-breakpoints.exp: New file.
11377 * gdb.perf/template-breakpoints.py: New file.
11378
11379 2018-03-19 Tom Tromey <tom@tromey.com>
11380
11381 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11382 y0.
11383 * gdb.rust/simple.exp: Test bare identifier form of struct
11384 initializer.
11385
11386 2018-03-19 Tom Tromey <tom@tromey.com>
11387
11388 * gdb.gdb/observer.exp: Remove.
11389
11390 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11391
11392 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11393 "qualified" option when setting breakpoints.
11394 * gdb.trace/backtrace.exp: Likewise.
11395 * gdb.trace/circ.exp: Likewise.
11396 * gdb.trace/collection.exp: Likewise.
11397 * gdb.trace/disconnected-tracing.exp: Likewise.
11398 * gdb.trace/ftrace-lock.exp: Likewise.
11399 * gdb.trace/ftrace.exp: Likewise.
11400 * gdb.trace/infotrace.exp: Likewise.
11401 * gdb.trace/packetlen.exp: Likewise.
11402 * gdb.trace/passc-dyn.exp: Likewise.
11403 * gdb.trace/qtro.exp: Likewise.
11404 * gdb.trace/read-memory.exp: Likewise.
11405 * gdb.trace/report.exp: Likewise.
11406 * gdb.trace/signal.exp: Likewise.
11407 * gdb.trace/status-stop.exp: Likewise.
11408 * gdb.trace/strace.exp: Likewise.
11409 * gdb.trace/tfind.exp: Likewise.
11410 * gdb.trace/trace-break.exp: Likewise.
11411 * gdb.trace/trace-condition.exp: Likewise.
11412 * gdb.trace/trace-mt.exp: Likewise.
11413 * gdb.trace/tstatus.exp: Likewise.
11414 * gdb.trace/tsv.exp: Likewise.
11415 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11416 * gdb.trace/unavailable.exp: Likewise.
11417 * gdb.trace/while-dyn.exp: Likewise.
11418
11419 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11420
11421 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11422 that libinproctrace is copied to the target.
11423
11424 2018-03-14 Tom Tromey <tom@tromey.com>
11425
11426 PR cli/14977:
11427 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11428 a null pointer.
11429 * gdb.base/wchar.exp: Likewise.
11430
11431 2018-03-14 Tom Tromey <tom@tromey.com>
11432
11433 PR cli/19918:
11434 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11435 flag.
11436
11437 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11438
11439 PR gdb/22841
11440 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11441 "target" to remote_exec.
11442
11443 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11444
11445 PR gdb/22841
11446 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11447 ${board}_upload): Remove.
11448
11449 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11450
11451 * gdb.cp/watch-cp.cc: New test.
11452 * gdb.cp/watch-cp.exp: New file.
11453
11454 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11455
11456 * gdb.base/infcall-nested-structs.exp: New file.
11457 * gdb.base/infcall-nested-structs.c: New file.
11458 * gdb.base/float.exp: Add riscv support.
11459
11460 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11461
11462 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11463 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11464
11465 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11466
11467 * gdb.server/abspath.exp: New file.
11468 * lib/gdb.exp (with_cwd): New procedure.
11469
11470 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11471
11472 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11473 use it.
11474 (gdb_is_target_remote_prompt): New proc.
11475 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11476 (gdb_is_target_native): Pass prompt parameter to
11477 gdb_is_target_1.
11478
11479 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11480
11481 * gdb.base/load-command.c: New file.
11482 * gdb.base/load-command.exp: New file.
11483 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11484 (gdb_is_target_1): ...this, and generalize for other targets
11485 than just remote.
11486 (gdb_is_target_remote): Use gdb_is_target_1.
11487 (gdb_is_target_native): use gdb_is_target_1.
11488
11489 2018-02-26 Tom Tromey <tom@tromey.com>
11490
11491 PR python/16497:
11492 * gdb.python/py-framefilter.exp: Update test.
11493
11494 2018-02-26 Tom Tromey <tom@tromey.com>
11495
11496 * gdb.dwarf2/variant.c: New file.
11497 * gdb.dwarf2/variant.exp: New file.
11498
11499 2018-02-26 Tom Tromey <tom@tromey.com>
11500
11501 * gdb.rust/simple.exp: Accept more possible results in enum test.
11502
11503 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11504
11505 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11506 parentheses.
11507
11508 2018-02-23 Maciej W. Rozycki <macro@mips.com>
11509
11510 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11511 name of a variable: $actual_linejj -> $actual_line.
11512
11513 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11514
11515 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11516
11517 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11518
11519 * gdb.btrace/buffer-size.exp: Do not force BTS.
11520
11521 2018-02-14 Pedro Alves <palves@redhat.com>
11522
11523 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11524 getting a "Quit".
11525
11526 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11527
11528 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11529 Fix test name.
11530
11531 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11532
11533 * gdb.cp/m-static.exp: Check type of optimized out static
11534 member.
11535
11536 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11537
11538 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11539 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11540
11541 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11542 Leszek Swirski <leszeks@google.com>
11543
11544 * gdb.python/py-prettyprint.c
11545 (struct to_string_returns_value_inner,
11546 struct to_string_returns_value_wrapper): New.
11547 (main): Add tsrvw variable.
11548 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11549 ToStringReturnsValueWrapper): New classes.
11550 (register_pretty_printers): Register new pretty-printers.
11551 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11552 recursive pretty printer.
11553 * gdb.python/py-mi.exp: Likewise.
11554
11555 2018-02-01 Leszek Swirski <leszeks@google.com>
11556
11557 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11558 functions with the same name as an include file are parsed
11559 correctly.
11560
11561 2018-02-01 Yao Qi <yao.qi@linaro.org>
11562
11563 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11564 "\[^\r\n\]*".
11565
11566 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11567
11568 * gdb.arch/powerpc-prologue-frame.s: New file.
11569 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11570 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11571
11572 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11573
11574 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11575
11576 2018-01-30 Pedro Alves <palves@redhat.com>
11577
11578 PR gdb/13211
11579 * gdb.base/interrupt-daemon.c: New.
11580 * gdb.base/interrupt-daemon.exp: New.
11581 * gdb.multi/multi-term-settings.c: New.
11582 * gdb.multi/multi-term-settings.exp: New.
11583
11584 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11585
11586 * gdb.base/break.exp: Save the location where the breakpoint
11587 on break.c:47 was actually inserted when debugging the version
11588 compiled at -O2 and use it in the expected output of the "info
11589 break" test performed soon after.
11590
11591 2018-01-22 Pedro Alves <palves@redhat.com>
11592 Sergio Durigan Junior <sergiodj@redhat.com>
11593
11594 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11595 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11596
11597 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11598
11599 * gdb.base/break-include.c, gdb.base/break-include.inc,
11600 gdb.base/break-include.exp: New files.
11601 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11602 line number now being the actual line number where the breakpoint
11603 was inserted.
11604 * gdb.mi/mi-break.exp: Likewise.
11605 * gdb.mi/mi-reverse.exp: Likewise.
11606 * gdb.mi/mi-simplerun.exp: Ditto.
11607
11608 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11609
11610 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11611 varobj.
11612 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11613
11614 2018-01-21 Don Breazeal <donb@codesourcery.com>
11615 Andrew Burgess <andrew.burgess@embecosm.com>
11616
11617 * gdb.mi/basics.c: Add new global.
11618 * gdb.mi/mi-frame-regs.exp: New file.
11619 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11620 case.
11621
11622 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11623
11624 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11625 non-parameter, and on an unknown symbol.
11626
11627 2018-01-19 Tom Tromey <tom@tromey.com>
11628
11629 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11630 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11631
11632 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11633
11634 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11635 setrlimit and chdir to int.
11636
11637 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11638
11639 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11640 function.
11641 (my_tend): Likewise.
11642 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11643 rationale of avoiding FP- and vector instructions.
11644
11645 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11646
11647 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11648 "info reg" with "\[ \t\]*".
11649 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11650 "\[ \t\]+".
11651 * gdb.arch/s390-multiarch.exp: Ditto.
11652 * gdb.base/pc-fp.exp: Ditto.
11653 * gdb.reverse/i386-precsave.exp: Ditto.
11654 * gdb.reverse/i386-reverse.exp: Ditto.
11655 * gdb.reverse/i387-env-reverse.exp: Ditto.
11656 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11657
11658 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11659
11660 * lib/gdb.exp (gdb_compile): Re-enable use of
11661 universal_compile_options for languages other than Rust.
11662
11663 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11664
11665 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11666
11667 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11668
11669 PR gdb/16577
11670 * gdb.base/solib-vanish.exp: New.
11671 * gdb.base/solib-vanish-main.c: New.
11672 * gdb.base/solib-vanish-lib1.c: New.
11673 * gdb.base/solib-vanish-lib2.c: New.
11674
11675 2018-01-17 Yao Qi <yao.qi@linaro.org>
11676
11677 * gdb.compile/compile.exp: Match the address printed for
11678 frame in the output of command "bt".
11679
11680 2018-01-15 Tom Tromey <tom@tromey.com>
11681
11682 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11683 compute sp_reg.
11684
11685 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11686
11687 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11688 to prepare.
11689 (prepare): Return 0 on error, 1 on success.
11690
11691 2018-01-12 Pedro Alves <palves@redhat.com>
11692
11693 * gdb.base/continue-after-aborted-step-over.c: New.
11694 * gdb.base/continue-after-aborted-step-over.exp: New.
11695
11696 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11697
11698 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11699 options when not creating an executable.
11700
11701 2018-01-11 Pedro Alves <palves@redhat.com>
11702
11703 PR remote/22597
11704 * gdb.server/stop-reply-no-thread.c: New file.
11705 * gdb.server/stop-reply-no-thread.exp: New file.
11706
11707 2018-01-10 Pedro Alves <palves@redhat.com>
11708
11709 PR gdb/22670
11710 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11711 functions too. Test setting breakpoints and printing C functions
11712 with no debug info too.
11713 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11714
11715 2018-01-10 Pedro Alves <palves@redhat.com>
11716
11717 PR gdb/22670
11718 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11719 a fail.
11720
11721 2018-01-10 Pedro Alves <palves@redhat.com>
11722
11723 PR gdb/22670
11724 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11725
11726 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11727
11728 * gdb.server/unittest.exp: Match the output in non-development
11729 mode.
11730
11731 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11732
11733 * gdb.gdb/unittest.exp: Match output in non-development mode.
11734
11735 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11736
11737 * gdb.ada/access_tagged_param.exp: Relax expected output
11738 for value of "ObjL" in "continue" to pck.inspect breakpoint
11739 test.
11740
11741 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11742
11743 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11744 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11745
11746 2018-01-05 Pedro Alves <palves@redhat.com>
11747
11748 PR gdb/18653
11749 * gdb.base/libsegfault.exp: New.
11750
11751 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11752
11753 PR gdb/22670
11754 * gdb.ada/access_tagged_param.exp: New file.
11755 * gdb.ada/access_tagged_param/foo.adb: New file.
11756
11757 2018-01-05 Pedro Alves <palves@redhat.com>
11758
11759 PR gdb/22670
11760 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11761 exercise lower case too, and to exercise both full matching and
11762 wild matching.
11763
11764 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11765
11766 * gdb.ada/rename_subscript_param: New testcase.
11767
11768 2018-01-05 Jerome Guitton <guitton@adacore.com>
11769
11770 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11771
11772 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11773
11774 * gdb.ada/convvar_comp: New testcase.
11775
11776 2018-01-05 Xavier Roirand <roirand@adacore.com>
11777
11778 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11779 (My_Table): New global variable.
11780 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11781
11782 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11783
11784 PR gdb/22670
11785 * gdb.ada/maint_with_ada: New testcase.
11786
11787 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11788
11789 PR gdb/22670
11790 * gdb.ada/bp_c_mixed_case: New testcase.
11791
11792 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11793
11794 PR gdb/22670
11795 * gdb.ada/complete.exp: Add "complete break ada" test.
11796
11797 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11798
11799 PR gdb/22670
11800 * gdb.ada/info_addr_mixed_case: New testcase.
11801
11802 2018-01-03 Xavier Roirand <roirand@adacore.com>
11803
11804 * gdb.ada/excep_handle.exp: New testcase.
11805 * gdb.ada/excep_handle/foo.adb: New file.
11806 * gdb.ada/excep_handle/pck.ads: New file.
11807
11808 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11809
11810 * gdb.base/step-line.c: Add extra empty line in copyright header.
11811 * gdb.base/step-line.inp: Likewise.
11812
11813 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11814
11815 * gdb.ada/dyn_stride.exp: Add slice test.
11816
11817 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11818
11819 * gdb.ada/dyn_stride: New testcase.
11820
11821 2017-12-27 Stafford Horne <shorne@gmail.com>
11822
11823 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11824 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11825
11826 2017-12-27 Stafford Horne <shorne@gmail.com>
11827
11828 * gdb.base/reggroups.c: New file.
11829 * gdb.base/reggroups.exp: New file.
11830
11831 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11832
11833 * gdb.dwarf2/ada-valprint-error.c: New file.
11834 * gdb.dwarf2/ada-valprint-error.exp: New file.
11835
11836 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11837
11838 * gdb.ada/assign_arr: New testcase.
11839
11840 2017-12-18 Xavier Roirand <roirand@adacore.com>
11841
11842 * gdb.ada/funcall_ptr: New testcase.
11843
11844 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11845
11846 PR cli/16224
11847 * gdb.base/ptype-offsets.cc: New file.
11848 * gdb.base/ptype-offsets.exp: New file.
11849
11850 2017-12-15 Yao Qi <yao.qi@linaro.org>
11851
11852 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11853 if XML is disabled.
11854
11855 2017-12-15 Xavier Roirand <roirand@adacore.com>
11856
11857 * gdb.ada/same_component_name: New testcase.
11858
11859 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11860
11861 * gdb.ada/str_binop_equal: New testcase.
11862
11863 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11864
11865 * gdb.ada/task_switch_in_core: New testcase.
11866
11867 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11868
11869 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11870 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11871 call test_bkpt_qualified.
11872 (test_bkpt_qualified): New proc.
11873
11874 2017-12-13 Pedro Alves <palves@redhat.com>
11875
11876 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11877 Tighten regexp by matching with an anchor.
11878
11879 2017-12-13 Pedro Alves <palves@redhat.com>
11880
11881 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11882 ("expression with namespace"): New set of tests.
11883 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11884 (Nested::Test_NS::qux): New.
11885 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11886 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11887
11888 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11889
11890 * gdb.base/server-del-break.c: New file.
11891 * gdb.base/server-del-break.exp: New file.
11892
11893 2017-12-12 Stafford Horne <shorne@gmail.com>
11894
11895 * gdb.xml/tdesc-regs.exp: Add or1k support.
11896
11897 2017-12-12 Stafford Horne <shorne@gmail.com>
11898
11899 * gdb.base/bp-permanent.c: Define nop of or1k.
11900
11901 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11902
11903 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11904 output with components being reordered.
11905
11906 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11907
11908 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11909 output with components being reordered.
11910
11911 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11912 Pedro Alves <palves@redhat.com>
11913
11914 * gdb.base/maint.exp (check for .gdb_index): Check also for
11915 .debug_names.
11916 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11917 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11918 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11919 (.gdb_index used after symbol reloading): Support also .debug_names.
11920 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11921
11922 2017-12-08 Yao Qi <yao.qi@linaro.org>
11923
11924 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11925 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11926
11927 2017-12-08 Yao Qi <yao.qi@linaro.org>
11928
11929 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11930 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11931
11932 2017-12-08 Yao Qi <yao.qi@linaro.org>
11933
11934 * gdb.arch/aarch64-tagged-pointer.c: New file.
11935 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11936
11937 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11938
11939 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11940 "int".
11941
11942 2017-12-07 Keith Seitz <keiths@redhat.com>
11943
11944 PR breakpoints/22569
11945 * gdb.linespec/ls-errs.exp: Change expected result of "break
11946 -source this file has spaces.c -line 3".
11947 Check that an explicit source file followed by whitespace is
11948 identified as an invalid explicit location.
11949
11950 2017-12-07 Keith Seitz <keiths@redhat.com>
11951
11952 * gdb.cp/nested-types.cc: New file.
11953 * gdb.cp/nested-types.exp: New file.
11954 * lib/cp-support.exp: Load data-structures.exp library.
11955 (debug_cp_test_ptype_class): New global.
11956 (cp_ptype_class_verbose, next_line): New procedures.
11957 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11958 Add and document new return value.
11959 Switch the list of lines to a queue.
11960 Add support for new `type' key for nested type definitions.
11961 Add debugging/troubleshooting messages.
11962 * lib/data-structures.exp: New file.
11963
11964 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11965
11966 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11967 with proc_with_prefix, don't use with_test_prefix.
11968
11969 2017-12-07 Tom Tromey <tom@tromey.com>
11970
11971 * gdb.base/break.exp: Add test for empty "commands".
11972
11973 2017-12-07 Yao Qi <yao.qi@linaro.org>
11974
11975 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11976 malloc and catch syscall.
11977
11978 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11979
11980 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11981 tests for explicit locations.
11982
11983 2017-12-06 Pedro Alves <palves@redhat.com>
11984
11985 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11986 force-disabling XML descriptions.
11987
11988 2017-12-04 Pedro Alves <palves@redhat.com>
11989
11990 PR gdb/22499
11991 * gdb.arch/amd64-disp-step-avx.S: New file.
11992 * gdb.arch/amd64-disp-step-avx.exp: New file.
11993
11994 2017-12-03 Pedro Alves <palves@redhat.com>
11995
11996 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11997 and <string.h>.
11998 (parent_function): Print distinct messages when waitpid fails, or
11999 the child exits with a signal, or the child exits for an unhandled
12000 reason.
12001 * gdb.threads/process-dies-while-detaching.exp
12002 (detach_and_expect_exit): New 'inf_output_re' parameter and use
12003 it. Wait for both inferior output and GDB's prompt. Use an
12004 indirect spawn id list.
12005 (do_detach): New parameter 'child_exit'. Use it to compute
12006 expected inferior output.
12007 (test_detach, test_detach_watch, test_detach_killed_outside):
12008 Adjust to pass down the expected child exit kind.
12009
12010 2017-12-01 Joel Brobecker <brobecker@adacore.com>
12011 Sergio Durigan Junior <sergiodj@redhat.com>
12012 Pedro Alves <palves@redhat.com>
12013
12014 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
12015
12016 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
12017
12018 * gdb.base/relocate.exp: Add tests to guarantee that arguments
12019 to 'symbol-file' and 'add-symbol-file' can be
12020 position-independent.
12021
12022 2017-12-01 Yao Qi <yao.qi@linaro.org>
12023
12024 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
12025 the URL in copyright header.
12026 * gdb.arch/aarch64-fp.exp: Likewise.
12027 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
12028 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
12029 * gdb.base/expand-psymtabs.exp: Likewise.
12030 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
12031 * gdb.fortran/common-block.exp: Likewise.
12032 * gdb.fortran/common-block.f90: Likewise.
12033 * gdb.fortran/logical.exp: Likewise.
12034 * gdb.fortran/vla-datatypes.f90: Likewise.
12035 * gdb.fortran/vla-sub.f90: Likewise.
12036
12037 2017-11-30 Joel Brobecker <brobecker@adacore.com>
12038
12039 * gdb.ada/repeat_dyn: New testcase.
12040
12041 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
12042
12043 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
12044 Update for changed thread numbering.
12045 * gdb.cell/bt.exp: Update for changed GDB output.
12046
12047 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
12048
12049 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
12050 setting isremote by hand.
12051 * boards/dwarf4-gdb-index.exp: Likewise.
12052 * boards/fission.exp: Likewise.
12053 * boards/stabs.exp: Likewise.
12054
12055 2017-11-30 Pedro Alves <palves@redhat.com>
12056
12057 * gdb.linespec/cpls-ops.exp
12058 (check_explicit_skips_function_argument): Extract the underlying
12059 type of size_t instead of hardcoding it.
12060
12061 2017-11-29 Pedro Alves <palves@redhat.com>
12062
12063 PR c++/19436
12064 * gdb.linespec/cpls-abi-tag.cc: New file.
12065 * gdb.linespec/cpls-abi-tag.exp: New file.
12066
12067 2017-11-29 Pedro Alves <palves@redhat.com>
12068
12069 * gdb.base/langs.exp: Use -qualified.
12070 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
12071 it.
12072 * gdb.cp/namespace.exp: Use -qualified.
12073 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
12074 (overload-3, template-overload, template-ret-type, const-overload)
12075 (const-overload-quoted, anon-ns, ambiguous-prefix): New
12076 procedures.
12077 (test_driver): Call them.
12078 * gdb.cp/save-bp-qualified.cc: New.
12079 * gdb.cp/save-bp-qualified.exp: New.
12080 * gdb.linespec/explicit.exp: Test -qualified.
12081 * lib/completion-support.exp (completion::explicit_opts_list): Add
12082 "-qualified".
12083 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
12084
12085 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
12086
12087 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
12088
12089 2017-11-29 Tom Tromey <tom@tromey.com>
12090
12091 * gdb.base/relocate.exp: Update invalid argument test.
12092 Add new tests for invalid arguments.
12093
12094 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12095
12096 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
12097 Return 0 as a long.
12098 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
12099
12100 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12101
12102 * gdb.cp/breakpoint.cc (bar): Set return type to void.
12103 * gdb.cp/psymtab-parameter.cc (func): Likewise.
12104 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
12105 func ().
12106 * gdb.cp/shadow.cc (B.func): Return 0.
12107
12108 2017-11-27 Joel Brobecker <brobecker@adacore.com>
12109
12110 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
12111 expected output in gdb_expect call to allow the exception
12112 message to be present as well. Fix syntax confusion to avoid
12113 TCL thinking that exception_name is an array.
12114
12115 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
12116
12117 * gdb.arch/spu-info.c: Include <unistd.h>.
12118 (do_signal_test): Fix broken calls to write.
12119 * gdb.arch/spu-info.exp: Use prepare_for_testing.
12120 Fix checks for empty mailboxes. Update signal tests for corrected
12121 do_signal_test routine. Allow nonzero event status.
12122 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
12123 * gdb.cell/arch.exp: Use standard_output_file.
12124 * gdb.cell/break.exp: Likewise.
12125 * gdb.cell/bt.exp: Likewise.
12126 * gdb.cell/core.exp: Likewise.
12127 * gdb.cell/dwarfaddr.exp: Likewise.
12128 * gdb.cell/ea-cache.exp: Likewise.
12129 * gdb.cell/ea-standalone.exp: Likewise.
12130 * gdb.cell/f-regs.exp: Likewise.
12131 * gdb.cell/fork.exp: Likewise.
12132 * gdb.cell/gcore.exp: Likewise.
12133 * gdb.cell/mem-access.exp: Likewise.
12134 * gdb.cell/ptype.exp: Likewise.
12135 * gdb.cell/registers.exp: Likewise.
12136 * gdb.cell/sizeof.exp: Likewise.
12137 * gdb.cell/solib-symbol.exp: Likewise.
12138 * gdb.cell/solib.exp: Likewise.
12139
12140 2017-11-25 Pedro Alves <palves@redhat.com>
12141
12142 * gdb.base/complete-empty.exp: New file.
12143 * gdb.base/completion.exp: Adjust.
12144
12145 2017-11-25 Pedro Alves <palves@redhat.com>
12146
12147 * gdb.linespec/cpls-ops.cc: New file.
12148 * gdb.linespec/cpls-ops.exp: New file.
12149 * lib/completion-support.exp (test_complete_prefix_range_re): New,
12150 factored out from ...
12151 (test_complete_prefix_range): ... this.
12152
12153 2017-11-24 Pedro Alves <palves@redhat.com>
12154
12155 * gdb.linespec/cpcompletion.exp: New file.
12156 * gdb.linespec/cpls-hyphen.cc: New file.
12157 * gdb.linespec/cpls.cc: New file.
12158 * gdb.linespec/cpls2.cc: New file.
12159 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
12160 test to use test_gdb_complete_unique. Add label completion,
12161 keyword completion and explicit location completion tests.
12162 * lib/completion-support.exp: New file.
12163
12164 2017-11-24 Joel Brobecker <brobecker@adacore.com>
12165
12166 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
12167 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
12168 when hitting an exception catchpoint.
12169
12170 2017-11-22 Yao Qi <yao.qi@linaro.org>
12171
12172 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
12173
12174 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
12175
12176 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
12177 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
12178 * gdb.dwarf2/info-locals-optimized-out.c: New file.
12179
12180 2017-11-22 Yao Qi <yao.qi@linaro.org>
12181
12182 * gdb.base/info-os.exp: Pass pthreads.
12183 * gdb.multi/multi-attach.exp: Likewise.
12184
12185 2017-11-22 Yao Qi <yao.qi@linaro.org>
12186
12187 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
12188 compiler.
12189
12190 2017-11-22 Yao Qi <yao.qi@linaro.org>
12191
12192 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
12193 * gdb.base/break-interp.exp: Likewise.
12194 * gdb.base/jit-attach-pie.exp: Likewise.
12195
12196 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12197
12198 * gdb.base/float128.c (large128): New variable.
12199 * gdb.base/float128.exp: Add test to print largest __float128 value.
12200
12201 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12202
12203 * gdb.arch/vsx-regs.exp: Update register content checks.
12204
12205 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
12206
12207 * gdb.arch/ppc-longdouble.exp: New file.
12208 * gdb.arch/ppc-longdouble.c: Likewise.
12209
12210 2017-11-21 Pedro Alves <palves@redhat.com>
12211
12212 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
12213
12214 2017-11-20 Pedro Alves <palves@redhat.com>
12215
12216 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
12217 (long_double_typedef): New typedefs.
12218 Use DEF on double and long double.
12219 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
12220 cases.
12221 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
12222 and 'long_double_ptr_same_size' locals. Use them to decide
12223 whether cast from array/function to float is valid/invalid.
12224
12225 2017-11-17 Tom Tromey <tom@tromey.com>
12226
12227 * gdb.rust/traits.rs: New file.
12228 * gdb.rust/traits.exp: New file.
12229
12230 2017-11-17 Joel Brobecker <brobecker@adacore.com>
12231
12232 * gdb.ada/minsyms: New testcase.
12233
12234 2017-11-16 Pedro Alves <palves@redhat.com>
12235
12236 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
12237 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
12238
12239 2017-11-16 Pedro Alves <palves@redhat.com>
12240
12241 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
12242 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
12243
12244 2017-11-16 Pedro Alves <palves@redhat.com>
12245
12246 * gdb.server/reconnect-ctrl-c.c: New file.
12247 * gdb.server/reconnect-ctrl-c.exp: New file.
12248
12249 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
12250
12251 * gdb.python/py-rbreak.exp: New file.
12252 * gdb.python/py-rbreak.c: New file.
12253 * gdb.python/py-rbreak-func2.c: New file.
12254
12255 2017-11-16 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
12258 pattern.
12259 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
12260 GDB.
12261
12262 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
12263
12264 * gdb.tui/completionn.exp (test_tab_completion): Add space in
12265 regex.
12266
12267 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
12268
12269 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
12270 test names.
12271
12272 2017-11-09 Pedro Alves <palves@redhat.com>
12273
12274 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
12275 factored out from ...
12276 (top level): ... here, and adjusted to avoid expecting beyond the
12277 prompt in a single gdb_test_multiple.
12278
12279 2017-11-09 Pedro Alves <palves@redhat.com>
12280
12281 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
12282 output.
12283 * gdb.server/ext-attach.exp ("kill" test): Likewise.
12284 * gdb.server/ext-restart.exp ("kill" test): Likewise.
12285 * gdb.server/ext-run.exp ("kill" test): Likewise.
12286 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
12287
12288 2017-11-09 Pedro Alves <palves@redhat.com>
12289
12290 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
12291 match till end of line.
12292
12293 2017-11-09 Pedro Alves <palves@redhat.com>
12294
12295 * gdb.base/memattr.exp: Tighten regexes to match the end line.
12296
12297 2017-11-09 Pedro Alves <palves@redhat.com>
12298
12299 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
12300 New procedures, factored out from ...
12301 (top level): ... here, and adjusted to avoid expecting beyond the
12302 prompt in one go.
12303
12304 2017-11-09 Pedro Alves <palves@redhat.com>
12305
12306 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
12307 output. Fix '?' match.
12308
12309 2017-11-08 Joel Brobecker <brobecker@adacore.com>
12310
12311 * gdb.ada/scoped_watch: New testcase.
12312 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
12313 which is actually correct.
12314 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
12315 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
12316
12317 2017-11-08 Pedro Alves <palves@redhat.com>
12318
12319 * gdb.gdb/complaints.exp (test_initial_complaints)
12320 (test_serial_complaints, test_short_complaints): Call
12321 complaint_internal instead of complaint.
12322
12323 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
12324
12325 * gdb.threads/tls-core.c: New file.
12326 * gdb.threads/tls-core.exp: Likewise.
12327
12328 2017-11-08 Pedro Alves <palves@redhat.com>
12329
12330 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
12331 (p Exported_Capitalized): New test.
12332 (p exported_capitalized): New test.
12333
12334 2017-11-07 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.cp/ena-dis-br-range.exp: Add more tests.
12337
12338 2017-11-07 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
12341 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
12342 (disable_invalid, disable_inverted, disable_negative): New
12343 procedures.
12344 ("bad numbers"): New set of tests.
12345
12346 2017-11-07 Pedro Alves <palves@redhat.com>
12347
12348 * gdb.cp/ena-dis-br-range.exp: Add tests.
12349
12350 2017-11-07 Pedro Alves <palves@redhat.com>
12351
12352 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12353
12354 2017-11-07 Xavier Roirand <roirand@adacore.com>
12355 Pedro Alves <palves@redhat.com>
12356
12357 * gdb.base/ena-dis-br.exp: Add reference to
12358 gdb.cp/ena-dis-br-range.exp.
12359 * gdb.cp/ena-dis-br-range.exp: New file.
12360 * gdb.cp/ena-dis-br-range.cc: New file.
12361
12362 2017-11-06 Pedro Alves <palves@redhat.com>
12363
12364 * gdb.base/attach-non-pgrp-leader.c: New.
12365 * gdb.base/attach-non-pgrp-leader.exp: New.
12366
12367 2017-11-06 Pedro Alves <palves@redhat.com>
12368
12369 * configure.ac: No longer check for termio.h and sgtty.h.
12370 * configure: Regenerate.
12371 * remote-utils.c: Include termios.h instead of gdb_termios.h.
12372 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
12373 Remove termio and sgtty code.
12374
12375 2017-11-03 Yao Qi <yao.qi@linaro.org>
12376
12377 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12378 in GDB is disabled.
12379
12380 2017-11-03 Yao Qi <yao.qi@linaro.org>
12381
12382 * gdb.python/py-thrhandle.exp: Skip it if python is not
12383 enabled.
12384
12385 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12386
12387 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12388 as a breakpoint command.
12389
12390 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12391
12392 PR python/21213
12393 * gdb.python/py-infthread.exp: Test calling
12394 InferiorThread.inferior () multiple times in a row.
12395
12396 2017-10-27 Keith Seitz <keiths@redhat.com>
12397
12398 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12399 Test "info break" for every inlined function breakpoint.
12400
12401 2017-10-27 Yao Qi <yao.qi@linaro.org>
12402
12403 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12404
12405 2017-10-26 Patrick Frants <osscontribute@gmail.com>
12406
12407 * gdb.cp/classes.exp (test_static_members): Test printing
12408 Outer::instance.
12409 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12410 (Inner::instance, Outer::instance): New.
12411
12412 2017-10-24 Pedro Alves <palves@redhat.com>
12413
12414 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12415 extra console" test in two stages.
12416
12417 2017-10-24 Pedro Alves <palves@redhat.com>
12418
12419 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12420
12421 2017-10-24 Pedro Alves <palves@redhat.com>
12422
12423 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12424 loop.
12425
12426 2017-10-24 Pedro Alves <palves@redhat.com>
12427
12428 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12429 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12430
12431 2017-10-24 Pedro Alves <palves@redhat.com>
12432
12433 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12434 parameter and handle it. Don't output read value in test name.
12435
12436 2017-10-24 Pedro Alves <palves@redhat.com>
12437
12438 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12439 custom test name.
12440
12441 2017-10-24 Pedro Alves <palves@redhat.com>
12442
12443 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12444 include the unstable output directory name in the test's name.
12445 (initial_setup_simple) <'set args'>: Use custom test name.
12446
12447 2017-10-24 Pedro Alves <palves@redhat.com>
12448
12449 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12450 with explicit test name.
12451
12452 2017-10-20 Pedro Alves <palves@redhat.com>
12453
12454 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12455 'wait -i'. Use gdb_assert and remote_close.
12456
12457 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12458
12459 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12460 number from variable rather than hard-coded.
12461
12462 2017-10-19 Pedro Alves <palves@redhat.com>
12463
12464 * gdb.base/long-inferior-output.c: New file.
12465 * gdb.base/long-inferior-output.exp: New file.
12466
12467 2017-11-18 Keith Seitz <keiths@redhat.com>
12468
12469 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12470 method.
12471 (main): Call it.
12472 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12473 Add additional user-defined conversion operator tests.
12474
12475 2017-10-17 Pedro Alves <palves@redhat.com>
12476
12477 * boards/native-stdio-gdbserver.exp: Load "local-board".
12478
12479 2017-10-17 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.base/quit-live.c: New file.
12482 * gdb.base/quit-live.exp: New file.
12483
12484 2017-10-16 Keith Seitz <keiths@redhat.com>
12485
12486 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12487 (class_with_protected_typedef, class_with_private_typedef)
12488 (struct_with_public_typedef, struct_with_protected_typedef)
12489 (struct_with_private_typedef): New classes/structs.
12490 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12491 typedefs and access specifiers.
12492
12493 2017-10-16 Pedro Alves <palves@redhat.com>
12494 Simon Marchi <simon.marchi@polymtl.ca>
12495
12496 * README (Local vs Remote vs Native): New section.
12497 * boards/local-board.exp: New file, with bits factored out from
12498 ...
12499 * boards/native-extended-gdbserver.exp: ... here. Load
12500 "local-board".
12501 * boards/native-gdbserver.exp: Load "local-board".
12502 (${board}_spawn, ${board}_exec): Delete.
12503 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12504 ...
12505 * boards/stdio-gdbserver-base.exp: ... this new file.
12506 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12507 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12508 procedure.
12509 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12510 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12511 stdio_gdbserver_command.
12512 (${board}_get_remote_address, ${board}_get_comm_port)
12513 (${board}_download, ${board}_upload): Delete.
12514 (get_target_remote_pipe_cmd): New.
12515
12516 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12517
12518 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12519 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12520 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12521 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12522 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12523 remove with_test_prefix.
12524
12525 2017-10-13 Pedro Alves <palves@redhat.com>
12526
12527 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12528 * gdb.base/annota1.exp: Use it instead of is_remote.
12529 * gdb.base/annota3.exp: Use it instead of is_remote.
12530 * gdb.cp/annota2.exp: Use it instead of is_remote.
12531 * gdb.cp/annota3.exp: Use it instead of is_remote.
12532 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12533
12534 2017-10-13 Pedro Alves <palves@redhat.com>
12535
12536 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12537 (test_num_test_vars, run_and_count_vars, find_env)
12538 (test_set_unset_env, test_inherit_env_var): New procedures.
12539 (top level): Use them.
12540
12541 2017-10-13 Pedro Alves <palves@redhat.com>
12542
12543 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12544 also skip on stub-like targets.
12545
12546 2017-10-13 Pedro Alves <palves@redhat.com>
12547
12548 PR gdb/22293
12549 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12550 (top level): Move some tests to ...
12551 (test_not_found): ... this new procedure.
12552 (top level): Call it.
12553
12554 2017-10-13 Pedro Alves <palves@redhat.com>
12555
12556 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12557 expect different "info terminal" output if testing with a
12558 non-native target.
12559
12560 2017-10-13 Pedro Alves <palves@redhat.com>
12561 Simon Marchi <simon.marchi@polymtl.ca>
12562
12563 PR python/12966
12564 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12565
12566 2017-10-13 Pedro Alves <palves@redhat.com>
12567
12568 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12569 already.
12570
12571 2017-10-13 Pedro Alves <palves@redhat.com>
12572
12573 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12574 is_remote.
12575
12576 2017-10-13 Pedro Alves <palves@redhat.com>
12577
12578 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12579 is_remote.
12580
12581 2017-10-13 Pedro Alves <palves@redhat.com>
12582
12583 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12584 is set.
12585 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12586 instead of is_remote.
12587
12588 2017-10-13 Pedro Alves <palves@redhat.com>
12589
12590 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12591 (top level): Add comment.
12592
12593 2017-10-13 Pedro Alves <palves@redhat.com>
12594
12595 * gdb.base/remote.exp (top level): Fix comment typo and add
12596 missing return.
12597
12598 2017-10-13 Pedro Alves <palves@redhat.com>
12599 Simon Marchi <simon.marchi@polymtl.ca>
12600
12601 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12602 calls and add comments. Skip test if use_gdb_stub is set.
12603 (top level): Use "set cwd" command instead of "cd" command.
12604
12605 2017-10-13 Pedro Alves <palves@redhat.com>
12606
12607 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12608 is_remote target check.
12609
12610 2017-10-13 Pedro Alves <palves@redhat.com>
12611
12612 * gdb.base/scope.exp: Use build_executable + clean_restart +
12613 gdb_file_cmd instead of prepare_for_testing and no longer skip
12614 "before run" tests on is_remote target boards. Update comments.
12615 * boards/native-extended-gdbserver.exp
12616 (extended_gdbserver_load_last_file): New, factored out from ...
12617 (gdb_load): ... this. Move further below and add comment.
12618 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12619
12620 2017-10-12 Pedro Alves <palves@redhat.com>
12621
12622 * gdb.base/attach.exp: Remove references to gdb64.
12623 * gdb.base/dbx.exp: Remove references to gdb64.
12624
12625 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12626 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.base/label.exp: Remove is_remote target check.
12629
12630 2017-10-12 Pedro Alves <palves@redhat.com>
12631
12632 * gdb.base/auvx.exp (coredir): Update comment.
12633 (top level) <core_works>: Use "set cwd" command instead of "cd"
12634 command.
12635
12636 2017-10-12 Pedro Alves <palves@redhat.com>
12637 Simon Marchi <simon.marchi@polymtl.ca>
12638
12639 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12640 target boards.
12641
12642 2017-10-12 Pedro Alves <palves@redhat.com>
12643 Simon Marchi <simon.marchi@polymtl.ca>
12644
12645 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12646 Instead skip if there's any gdb_protocol set.
12647
12648 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12649 Pedro Alves <palves@redhat.com>
12650
12651 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12652
12653 2017-10-12 Pedro Alves <palves@redhat.com>
12654 Simon Marchi <simon.marchi@polymtl.ca>
12655
12656 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12657 instead of on dejagnu remote boards.
12658
12659 2017-10-12 Pedro Alves <palves@redhat.com>
12660 Simon Marchi <simon.marchi@polymtl.ca>
12661
12662 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12663 checks. Use build_executable + clean_restart instead of
12664 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12665 of enabling non-stop after starting gdb.
12666
12667 2017-10-12 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12670 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12671 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12672 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12673
12674 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12675
12676 * gdb.arch/arc-tdesc-cpu.exp: New file.
12677 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12678
12679 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12680
12681 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12682
12683 2017-10-10 Pedro Alves <palves@redhat.com>
12684
12685 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12686 expect CLI output.
12687
12688 2017-10-10 Pedro Alves <palves@redhat.com>
12689
12690 * lib/selftest-support.exp (selftest_setup): Update for
12691 captured_command_loop's prototype change.
12692
12693 2017-10-09 Pedro Alves <palves@redhat.com>
12694
12695 Test both arch1=>arch2 and arch2=>arch1.
12696
12697 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12698 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12699 factored out to...
12700 (append_arch1_options, append_arch2_options, append_arch_options)
12701 (build_executables): New procedures.
12702 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12703 local.
12704 (top level): Add new 'first_arch' testing axis.
12705
12706 2017-10-09 Pedro Alves <palves@redhat.com>
12707
12708 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12709 (barrier): New.
12710 (thread_start, all_started): New functions.
12711 (main): Spawn new thread and wait until it is scheduled.
12712 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12713 option.
12714 (do_test): Add 'selected_thread' parameter. Run to all_started
12715 instead of main. Explicitly set the breakpoint at main. Switch
12716 to the SELECTED_THREAD thread.
12717 (top level): Test handling the exec event with either the main
12718 thread or the second thread selected.
12719
12720 2017-10-09 Pedro Alves <palves@redhat.com>
12721
12722 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12723 logic. Move STOP marker after the value checks.
12724 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12725 regexp.
12726
12727 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12728
12729 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12730
12731 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12732
12733 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12734 integer-to-dfp conversion.
12735 * gdb.base/dfp-test.exp: Likewise.
12736
12737 2017-10-04 Pedro Alves <palves@redhat.com>
12738
12739 * gdb.multi/hangout.c: Include <unistd.h>.
12740 (hangout_loop): New function.
12741 (main): Call alarm. Call hangout_loop in a loop.
12742 * gdb.multi/hello.c: Include <unistd.h>.
12743 (hello_loop): New function.
12744 (main): Call alarm. Call hangout_loop in a loop.
12745 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12746 inferior with the other selected.
12747
12748 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12749
12750 * gdb.mi/list-thread-groups-available.exp: New file.
12751 * gdb.mi/list-thread-groups-available.c: New file.
12752
12753 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12754
12755 * gdb.base/set-cwd.exp: Make it available on
12756 native-extended-gdbserver.
12757
12758 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12759
12760 * gdb.base/set-cwd.c: New file.
12761 * gdb.base/set-cwd.exp: Likewise.
12762
12763 2017-10-02 Tom Tromey <tom@tromey.com>
12764
12765 PR rust/22236:
12766 * gdb.rust/simple.rs (main): New variable "fslice".
12767 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12768
12769 2017-10-02 Tom Tromey <tom@tromey.com>
12770
12771 * gdb.rust/simple.exp: Test ptype of a slice.
12772
12773 2017-10-02 Tom Tromey <tom@tromey.com>
12774
12775 * gdb.rust/simple.exp: Test index of slice.
12776
12777 2017-09-27 Tom Tromey <tom@tromey.com>
12778
12779 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12780
12781 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12782 Pedro Alves <palves@redhat.com>
12783
12784 * gdb.base/compare-sections.exp (get value of read-only section): Read
12785 as unsigned value.
12786 (corrupt read-only section): Likewise and don't set written if patching
12787 failed.
12788
12789 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12790
12791 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12792 files.
12793
12794 2017-09-20 Pedro Alves <palves@redhat.com>
12795
12796 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12797 symbol names in gdb's output.
12798 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12799
12800 2017-09-20 Pedro Alves <palves@redhat.com>
12801
12802 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12803 Rename to ...
12804 (test_list_ambiguous_symbol): ... this and add a symbol name
12805 parameter. Adjust.
12806 (test_list_ambiguous_function): Reimplement on top of
12807 test_list_ambiguous_symbol and also test listing ambiguous
12808 variables.
12809 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12810 (ambiguous_fun): ... this.
12811 (ambiguous_var): New.
12812 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12813 (ambiguous_fun): ... this.
12814 (ambiguous_var): New.
12815
12816 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12817
12818 * gdb.base/starti.c: New file.
12819 * gdb.base/starti.exp: New file.
12820 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12821
12822 2017-09-14 Pedro Alves <palves@redhat.com>
12823
12824 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12825 (top level): Use it instead of runto.
12826
12827 2017-09-11 Tom Tromey <tom@tromey.com>
12828
12829 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12830
12831 2017-09-11 Tom Tromey <tom@tromey.com>
12832
12833 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12834 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12835
12836 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12837
12838 * gdb.fortran/printing-types.exp: New file.
12839 * gdb.fortran/printing-types.exp: New file.
12840
12841 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12842
12843 * gdb.fortran/vla-ptype.exp: Fix typos.
12844 * gdb.fortran/vla-value.exp: Same.
12845
12846 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12847
12848 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12849 * gdb.mi/mi-var-child-f.exp: Likewise.
12850 * gdb.mi/mi-vla-fortran.exp: Likewise.
12851
12852 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12853 Christoph Weinmann <christoph.t.weinmann@intel.com>
12854 Bernhard Heckel <bernhard.heckel@intel.com>
12855
12856 * gdb.fortran/ptr-indentation.f90: New file.
12857 * gdb.fortran/ptr-indentation.exp: New file.
12858
12859 2017-09-05 Tom Tromey <tom@tromey.com>
12860
12861 PR gdb/22010:
12862 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12863
12864 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12865
12866 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12867
12868 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12869
12870 * gdb.threads/tls-nodebug-pie.c: New file.
12871 * gdb.threads/tls-nodebug-pie.exp: New file.
12872
12873 2017-09-05 Tom Tromey <tom@tromey.com>
12874
12875 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12876 for rust.
12877
12878 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12879
12880 * gdb.multi/multi-arch-exec.exp: Test with different
12881 "follow-exec-mode" settings.
12882 (do_test): New procedure.
12883
12884 2017-09-04 Pedro Alves <palves@redhat.com>
12885
12886 * gdb.base/func-static.c (S::method const, S::method volatile)
12887 (S::method volatile const): New methods.
12888 (c_s, v_s, cv_s): New instances.
12889 (main): Call method() on them.
12890 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12891 (cannot_resolve): New procedure.
12892 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12893 print-quote-unquoted columns.
12894 (do_test): Test printing each scope too.
12895
12896 2017-09-04 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.base/local-static.exp: Also test with
12899 class::method::variable wholly quoted.
12900 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12901
12902 2017-09-04 Pedro Alves <palves@redhat.com>
12903
12904 * gdb.base/local-static.c: New.
12905 * gdb.base/local-static.cc: New.
12906 * gdb.base/local-static.exp: New.
12907
12908 2017-09-04 Pedro Alves <palves@redhat.com>
12909
12910 * gdb.asm/asm-source.exp: Add casts to int.
12911 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12912 (dataglobal64_1, dataglobal64_2): New globals.
12913 * gdb.base/nodebug.exp: Test different expressions involving the
12914 new globals, with print, whatis and ptype. Add casts to int.
12915 * gdb.base/solib-display.exp: Add casts to int.
12916 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12917 * gdb.cp/m-static.exp: Add cast to int.
12918 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12919 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12920 tls variable with no debug info without a cast. Test with a cast
12921 to int too.
12922 * gdb.trace/entry-values.exp: Add casts.
12923
12924 2017-09-04 Pedro Alves <palves@redhat.com>
12925
12926 * gdb.base/nodebug.exp: Test that ptype's error about functions
12927 with unknown return type includes the function name too.
12928
12929 2017-09-04 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12932 return type of munmap in infcall.
12933 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12934 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12935 type of ftell in infcall.
12936 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12937 type of getpid in infcall.
12938 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12939 infcall.
12940 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12941 Bail on failure to extract the pid.
12942 * gdb.base/nodebug.c: #include <stdint.h>.
12943 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12944 New functions.
12945 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12946 Change expected output of print/whatis/ptype with functions with
12947 no debug info. Test all supported languages. Call
12948 test_call_promotion.
12949 * gdb.compile/compile.exp: Adjust expected output to expect
12950 warning.
12951 * gdb.threads/siginfo-threads.exp: Likewise.
12952
12953 2017-09-04 Pedro Alves <palves@redhat.com>
12954
12955 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12956 "prototypes". Test calling float functions via prototyped and
12957 unprototyped function pointers.
12958 (perform_all_tests): New parameter "prototypes". Pass it down.
12959 (top level): Pass down "prototypes" parameter to
12960 perform_all_tests.
12961
12962 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12963
12964 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12965 Test with nested loops.
12966
12967 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12968
12969 * gdb.base/commands.exp: Call the new procedures.
12970 (loop_break_test, loop_continue_test): New procedures.
12971
12972 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12973
12974 * gdb.base/commands.exp: Call new procedure.
12975 (define_if_without_arg_test): New procedure.
12976
12977 2017-09-04 Pedro Alves <palves@redhat.com>
12978
12979 * gdb.base/list-ambiguous.exp: New file.
12980 * gdb.base/list-ambiguous0.c: New file.
12981 * gdb.base/list-ambiguous1.c: New file.
12982 * gdb.base/list.exp (test_list_range): Adjust expected output.
12983
12984 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12985
12986 * gdb.base/share-env-with-gdbserver.c: New file.
12987 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12988
12989 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12990
12991 * gdb.base/commands.exp (gdbvar_simple_if_test,
12992 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12993 progvar_simple_if_test, progvar_simple_while_test,
12994 progvar_complex_if_while_test, user_defined_command_test,
12995 user_defined_command_args_eval,
12996 user_defined_command_args_stack_test,
12997 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12998 temporary_breakpoint_commands,
12999 gdb_test_no_prompt, redefine_hook_test,
13000 redefine_backtrace_test): Remove "global gdb_prompt".
13001
13002 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
13003
13004 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
13005 New proc, call it from toplevel.
13006
13007 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
13008
13009 PR remote/21852
13010 * gdb.server/normal.c: New file, copied from gdb.base.
13011 * gdb.server/run-without-local-binary.exp: New file.
13012
13013 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
13014
13015 * gdb.arch/sparc64-adi.exp: New file.
13016 * gdb.arch/sparc64-adi.c: New file.
13017
13018 2017-08-22 Pedro Alves <palves@redhat.com>
13019
13020 * gdb.cp/overload.exp (line_range_pattern): New procedure.
13021 (top level): Add "list all overloads" tests.
13022
13023 2017-08-22 Tom Tromey <tom@tromey.com>
13024
13025 * gdb.gdb/xfullpath.exp: Remove.
13026
13027 2017-08-21 Pedro Alves <palves@redhat.com>
13028
13029 PR gdb/19487
13030 * gdb.base/symbol-alias.c: New.
13031 * gdb.base/symbol-alias2.c: New.
13032 * gdb.base/symbol-alias.exp: New.
13033
13034 2017-08-21 Pedro Alves <palves@redhat.com>
13035
13036 * gdb.base/dfp-test.c
13037 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
13038 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
13039 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
13040 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
13041 * gdb.base/whatis-ptype-typedefs.c: New.
13042 * gdb.base/whatis-ptype-typedefs.exp: New.
13043 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
13044 (an_int, an_int_type, an_int_type2): New globals.
13045 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
13046 involving typedefs and cast expressions.
13047 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
13048 (lookup_typedefs_function): New.
13049 (typedefs_pretty_printers_dict): New.
13050 (top level): Register lookup_typedefs_function in
13051 gdb.pretty_printers.
13052
13053 2017-08-18 Yao Qi <yao.qi@linaro.org>
13054
13055 * gdb.server/unittest.exp: New.
13056
13057 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
13058
13059 PR gdb/21954
13060 * gdb.base/environ.exp: Add test to check if 'unset environment'
13061 works.
13062
13063 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13064
13065 * lib/gdb.exp (universal_compile_options): New caching proc.
13066 (gdb_compile): Suppress GCC's coloring of messages.
13067
13068 2017-08-14 Tom Tromey <tom@tromey.com>
13069
13070 PR gdb/21675:
13071 * gdb.base/printcmds.exp (test_radices): New function.
13072 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
13073 * gdb.base/sizeof.exp (check_valueof): Use p/d.
13074 * lib/gdb.exp (get_integer_valueof): Use p/d.
13075
13076 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
13077
13078 * lib/gdb.exp (get_valueof): Don't capture end-of-line
13079 characters.
13080
13081 2017-08-05 Tom Tromey <tom@tromey.com>
13082
13083 * gdb.rust/simple.exp: Allow String to appear in a different
13084 namespace.
13085
13086 2017-07-26 Yao Qi <yao.qi@linaro.org>
13087
13088 * gdb.gdb/unittest.exp: Invoke command
13089 "maintenance check xml-descriptions".
13090
13091 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13092
13093 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
13094 calling context.
13095 (hex128): Drop erroneous calculation of parameters.
13096
13097 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
13098
13099 * gdb.python/py-unwind.exp: Disable stack protection when
13100 building test file.
13101
13102 2017-07-20 Pedro Alves <palves@redhat.com>
13103
13104 * gdb.base/default.exp (set language): Adjust expected output.
13105
13106 2017-07-20 Pedro Alves <palves@redhat.com>
13107
13108 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
13109 (test_minsym): ... this, and make static.
13110 (get_pck__foo__bar__minsym): Rename to ...
13111 (get_test_minsym): ... this.
13112 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
13113 symbol names and comments.
13114 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
13115 (get_test_minsym): ... this.
13116 (pck__foo__bar__minsym__2): Rename to ...
13117 (test_minsym): ... this.
13118 (main): Adjust.
13119
13120 2017-07-17 Pedro Alves <palves@redhat.com>
13121
13122 * gdb.base/completion.exp: Adjust expected output.
13123 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
13124 the completer works.
13125
13126 2017-07-17 Pedro Alves <palves@redhat.com>
13127
13128 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
13129
13130 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
13131
13132 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
13133
13134 2017-07-14 Tom Tromey <tom@tromey.com>
13135
13136 PR rust/21764:
13137 * gdb.rust/simple.exp: Add tests.
13138
13139 2017-07-14 Tom Tromey <tom@tromey.com>
13140
13141 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
13142
13143 2017-07-14 Pedro Alves <palves@redhat.com>
13144
13145 * gdb.linespec/base/one/thefile.cc (z1): New function.
13146 * gdb.linespec/base/two/thefile.cc (z2): New function.
13147 * gdb.linespec/linespec.exp: Add tests.
13148
13149 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13150
13151 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
13152 to mi_create_breakpoint.
13153
13154 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13155
13156 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
13157 mi_create_breakpoint.
13158
13159 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
13160
13161 * gdb.dlang/demangle.exp: Update for demangling changes.
13162
13163 2017-07-09 Tom Tromey <tom@tromey.com>
13164
13165 * gdb.dwarf2/shortpiece.exp: New file.
13166
13167 2017-07-06 David Blaikie <dblaikie@gmail.com>
13168
13169 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
13170 built from fissiont-multi-cu{1,2}.c.
13171 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
13172 except putting 'main' and 'func' in separate CUs in the same DWO file.
13173 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
13174 test.
13175 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
13176 test.
13177
13178 2017-07-06 Pedro Alves <palves@redhat.com>
13179
13180 * gdb.python/py-unwind.exp: Test flushregs.
13181
13182 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13183
13184 PR cli/21688
13185 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
13186 tests for alias commands and trailing whitespace.
13187
13188 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13189
13190 PR cli/21688
13191 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
13192 procedure. Call it.
13193
13194 2017-06-29 Pedro Alves <palves@redhat.com>
13195
13196 * gdb.base/printcmds.exp: Add tests.
13197
13198 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
13199
13200 PR gdb/21337
13201 * gdb.base/reread-readsym.exp: New file.
13202 * gdb.base/reread-readsym.c: New file.
13203
13204 2017-06-21 Kevin Buettner <kevinb@redhat.com>
13205
13206 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
13207 subpattern.
13208
13209 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
13210
13211 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
13212 extended mnemonic.
13213 * gdb.arch/powerpc-power9.s: Likewise.
13214
13215 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13216
13217 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
13218 on 32-bit x86 targets. Exploit is_*_target macros where
13219 appropriate.
13220
13221 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13222
13223 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
13224 register pieces.
13225
13226 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13227
13228 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
13229 located in one or more DWARF pieces.
13230
13231 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13232
13233 * lib/gdb.exp (get_endianness): New proc.
13234 * gdb.arch/aarch64-fp.exp: Use it.
13235 * gdb.arch/altivec-regs.exp: Likewise.
13236 * gdb.arch/e500-regs.exp: Likewise.
13237 * gdb.arch/vsx-regs.exp: Likewise.
13238 * gdb.base/dump.exp: Likewise.
13239 * gdb.base/funcargs.exp: Likewise.
13240 * gdb.base/gnu_vector.exp: Likewise.
13241 * gdb.dwarf2/formdata16.exp: Likewise.
13242 * gdb.dwarf2/implptrpiece.exp: Likewise.
13243 * gdb.dwarf2/nonvar-access.exp: Likewise.
13244 * gdb.python/py-inferior.exp: Likewise.
13245 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
13246
13247 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13248
13249 PR gdb/21226
13250 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
13251 stack value pieces are taken from the LSB end.
13252
13253 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13254
13255 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
13256 variable at nonzero offset.
13257
13258 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13259
13260 * gdb.dwarf2/var-access.c: New file.
13261 * gdb.dwarf2/var-access.exp: New test.
13262 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
13263
13264 2017-06-12 Tom Tromey <tom@tromey.com>
13265
13266 * gdb.dwarf2/formdata16.exp: Add tests.
13267
13268 2017-06-12 Tom Tromey <tom@tromey.com>
13269
13270 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
13271
13272 2017-06-12 Tom Tromey <tom@tromey.com>
13273
13274 PR exp/16225:
13275 * gdb.reverse/i386-sse-reverse.exp: Update tests.
13276 * gdb.arch/vsx-regs.exp: Update tests.
13277 * gdb.arch/s390-vregs.exp (hex128): New proc.
13278 Update test.
13279 * gdb.arch/altivec-regs.exp: Update tests.
13280
13281 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13282
13283 * gdb.base/startup-with-shell.c: New file.
13284 * gdb.base/startup-with-shell.exp: Likewise.
13285
13286 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13287
13288 * gdb.server/non-existing-program.exp: Update regex in order to
13289 reflect the fact that gdbserver is now using fork_inferior (with a
13290 shell) to startup the inferior.
13291
13292 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
13293
13294 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
13295 support function calls from GDB.
13296
13297 2017-05-21 Tom Tromey <tom@tromey.com>
13298
13299 PR rust/21466:
13300 * gdb.rust/unsized.exp: New file.
13301 * gdb.rust/unsized.rs: New file.
13302
13303 2017-05-19 Tom Tromey <tom@tromey.com>
13304
13305 PR rust/21484:
13306 * gdb.rust/watch.exp: New file.
13307 * gdb.rust/watch.rs: New file.
13308
13309 2017-05-18 Tom Tromey <tom@tromey.com>
13310
13311 * gdb.rust/simple.exp: Allow Box to be qualified.
13312
13313 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
13314
13315 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
13316
13317 2017-05-18 Pedro Alves <palves@redhat.com>
13318
13319 * gdb.base/fileio.c (test_write, test_read, test_close)
13320 (test_fstat): Don't print 'ret' in the fail path.
13321
13322 2017-05-18 Pedro Alves <palves@redhat.com>
13323
13324 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
13325 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
13326 (test_system, test_rename, test_unlink, test_time): Change
13327 prototypes.
13328 * gdb.base/fileio.exp (stop_msg): Adjust.
13329
13330 2017-05-18 Pedro Alves <palves@redhat.com>
13331
13332 * gdb.base/fileio.c (null_str): New global.
13333 (test_stat): Use it.
13334 * gdb.base/fileio.exp: Remove nowarnings.
13335
13336 2017-05-17 Yao Qi <yao.qi@linaro.org>
13337
13338 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
13339
13340 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
13341
13342 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
13343 argument command.
13344 (top-level): Invoke test_set_inferior_tty.
13345
13346 2017-05-04 Pedro Alves <palves@redhat.com>
13347
13348 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
13349 Add parens to print call for Python 3.
13350
13351 2017-05-03 Keith Seitz <keiths@redhat.com>
13352
13353 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13354 (main): Call it.
13355
13356 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13357
13358 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
13359 to prev and next.
13360
13361 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13362
13363 * gdb.python/py-record-btrace.exp: Remove test for
13364 gdb.BtraceInstruction.error.
13365
13366 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13367
13368 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13369
13370 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13371
13372 * gdb.python/py-record-btrace-threads.c: New file.
13373 * gdb.python/py-record-btrace-threads.exp: New file.
13374
13375 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
13376
13377 PR testsuite/8595
13378 * gdb.base/environ.exp: Make test available in all architectures.
13379 Move bits related to "info program" testing to
13380 gdb.base/info-program.exp. Rewrite tests to use the two new
13381 procedures mentione below.
13382 (test_set_show_env_var) New procedure.
13383 (test_set_show_env_var_equal): Likewise.
13384 * gdb.base/info-program.exp: New file.
13385
13386 2017-04-27 Keith Seitz <keiths@redhat.com>
13387
13388 * gdb.cp/oranking.cc (test15): New function.
13389 (main): Call test15 and declare additional variables for testing.
13390 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13391 "p foo101('abc')" tests.
13392 Add tests for cv qualifier overloads.
13393 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13394 "lvalue reference overload" test.
13395 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13396 "print value of f1 on Child&& in f2" test.
13397
13398 2017-04-19 Pedro Alves <palves@redhat.com>
13399
13400 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13401 procedure.
13402 (top level): Call it.
13403 * lib/gdb.exp (gdb_define_cmd): New procedure.
13404
13405 2017-04-12 Pedro Alves <palves@redhat.com>
13406
13407 PR gdb/21323
13408 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13409 (wchar): New global.
13410 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13411 (do_test_wide_char, wide_char_types_no_program, top level): Add
13412 wchar_t testing.
13413
13414 2017-04-12 Pedro Alves <palves@redhat.com>
13415
13416 PR c++/21323
13417 * gdb.cp/wide_char_types.c: New file.
13418 * gdb.cp/wide_char_types.exp: New file.
13419
13420 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13421
13422 PR gdb/21352
13423 * gdb.trace/tsv.exp: Add test for "tsave -r".
13424
13425 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13426
13427 * gdb.dlang/watch-loc.c: New file.
13428 * gdb.dlang/watch-loc.exp: New file.
13429
13430 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13431
13432 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13433
13434 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13435
13436 * gdb.arch/arc-analyze-prologue.S: New file.
13437 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13438
13439 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13440
13441 * gdb.arch/arc-decode-insn.S: New file.
13442 * gdb.arch/arc-decode-insn.exp: Likewise.
13443
13444 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13445
13446 PR tdep/20928
13447 * gdb.arch/sparc64-regs.exp: New file.
13448 * gdb.arch/sparc64-regs.S: Likewise.
13449
13450 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13451
13452 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13453 and memory view on Python 3.
13454
13455 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
13456 Keith Seitz <keiths@redhat.com>
13457
13458 PR gdb/14441
13459 * gdb.cp/demangle.exp: Add rvalue reference tests.
13460 * gdb.cp/rvalue-ref-casts.cc: New file.
13461 * gdb.cp/rvalue-ref-casts.exp: New file.
13462 * gdb.cp/rvalue-ref-overload.cc: New file.
13463 * gdb.cp/rvalue-ref-overload.exp: New file.
13464 * gdb.cp/rvalue-ref-params.cc: New file.
13465 * gdb.cp/rvalue-ref-params.exp: New file.
13466 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13467 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13468 * gdb.cp/rvalue-ref-types.cc: New file.
13469 * gdb.cp/rvalue-ref-types.exp: New file.
13470 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13471 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13472
13473 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13474
13475 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13476 New procedure.
13477
13478 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13479
13480 * lib/mi-support.exp (mi_gdb_test): Add additional message
13481 for unexpected output.
13482
13483 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13484
13485 * gdb.base/examine-backward.c (Barrier): New character array
13486 constant, to ensure that TestStrings is preceded by a string
13487 terminator.
13488
13489 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13490
13491 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13492 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13493 and implicit pointer into such a location.
13494
13495 2017-03-16 Doug Evans <dje@google.com>
13496
13497 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13498
13499 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13500
13501 * gdb.cp/m-static.exp: Fix expectation for prototype of
13502 test5.single_constructor and single_constructor::single_constructor.
13503
13504 2017-03-16 Doug Evans <dje@google.com>
13505
13506 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13507 * gdb.guile/scm-lazy-string.c: New file.
13508 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13509 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13510 for pointer, array, typedef lazy strings.
13511
13512 2017-03-16 Doug Evans <dje@google.com>
13513
13514 PR python/17728, python/18439, python/18779
13515 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13516 * gdb.python/py-lazy-string.c (pointer): New typedef.
13517 (main): New locals ptr, array, typedef_ptr.
13518 * gdb.python/py-value.exp: Move lazy string tests to ...
13519 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13520 array, typedef lazy strings.
13521
13522 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13523
13524 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13525 Add optional 'test' parameter.
13526
13527 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13528
13529 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13530 Skip for versions of DejaGnu < 1.5.
13531
13532 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13533
13534 * lib/gdb.exp (dejagnu_version): New proc.
13535 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13536 Use dejagnu_version.
13537
13538 2017-03-10 Keith Seitz <keiths@redhat.com>
13539
13540 PR c++/8128
13541 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13542 type from destructor regexps.
13543 Add a branch which actually passes the test.
13544 Adjust "ptype t5i" test names.
13545
13546 2017-03-08 Pedro Alves <palves@redhat.com>
13547
13548 * gdb.base/step-over-exit.exp: Add explicit test message.
13549
13550 2017-03-08 Pedro Alves <palves@redhat.com>
13551
13552 PR gdb/18360
13553 * gdb.threads/interrupt-while-step-over.c: New file.
13554 * gdb.threads/interrupt-while-step-over.exp: New file.
13555
13556 2017-03-08 Pedro Alves <palves@redhat.com>
13557
13558 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13559 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13560
13561 2017-03-08 Pedro Alves <palves@redhat.com>
13562
13563 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13564 PKRU as not supported as a PASS.
13565
13566 2017-03-08 Pedro Alves <palves@redhat.com>
13567
13568 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13569 prefix instead of $binfile1/$binfile2.
13570 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13571 in test message.
13572 * gdb.python/py-completion.exp: Use "load python file" as test
13573 messages instead of unstable path names.
13574
13575 2017-03-08 Pedro Alves <palves@redhat.com>
13576 Jan Kratochvil <jan.kratochvil@redhat.com>
13577
13578 PR cli/21218
13579 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13580 New proc.
13581 (top level): Call it.
13582
13583 2017-03-08 Pedro Alves <palves@redhat.com>
13584
13585 PR tui/21216
13586 * gdb.tui/tui-nl-filtered-output.exp: New file.
13587
13588 2017-03-08 Pedro Alves <palves@redhat.com>
13589
13590 * gdb.base/completion.exp: Move TUI completion tests to ...
13591 * gdb.tui/completion.exp: ... this new file.
13592
13593 2017-03-08 Pedro Alves <palves@redhat.com>
13594
13595 * gdb.base/tui-disasm-long-lines.c,
13596 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13597 gdb.base/tui-layout.exp: Move to ...
13598 * gdb.tui/: ... this new directory.
13599
13600 2017-03-07 Pedro Alves <palves@redhat.com>
13601
13602 * gdb.base/tui-layout.c: New file.
13603 * gdb.base/tui-layout.exp: New file.
13604
13605 2017-03-07 Pedro Alves <palves@redhat.com>
13606
13607 * gdb.base/tui-layout.c: Rename to ...
13608 * gdb.base/tui-disasm-long-lines.c: ... this.
13609 * gdb.base/tui-layout.exp: Rename to ...
13610 * gdb.base/tui-disasm-long-lines.exp: ... this.
13611
13612 2017-03-07 Pedro Alves <palves@redhat.com>
13613
13614 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13615
13616 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13617
13618 * i386-mpx-call.c: New file.
13619 * i386-mpx-call.exp: New file.
13620
13621 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13622
13623 * gdb.arch/powerpc-power.exp: Delete test.
13624 * gdb.arch/powerpc-power.s: Likewise.
13625 * gdb.disasm/disassembler-options.exp: New test.
13626 * gdb.arch/powerpc-altivec.exp: Likewise.
13627 * gdb.arch/powerpc-altivec.s: Likewise.
13628 * gdb.arch/powerpc-altivec2.exp: Likewise.
13629 * gdb.arch/powerpc-altivec2.s: Likewise.
13630 * gdb.arch/powerpc-altivec3.exp: Likewise.
13631 * gdb.arch/powerpc-altivec3.s: Likewise.
13632 * gdb.arch/powerpc-power7.exp: Likewise.
13633 * gdb.arch/powerpc-power7.s: Likewise.
13634 * gdb.arch/powerpc-power8.exp: Likewise.
13635 * gdb.arch/powerpc-power8.s: Likewise.
13636 * gdb.arch/powerpc-power9.exp: Likewise.
13637 * gdb.arch/powerpc-power9.s: Likewise.
13638 * gdb.arch/powerpc-vsx.exp: Likewise.
13639 * gdb.arch/powerpc-vsx.s: Likewise.
13640 * gdb.arch/powerpc-vsx2.exp: Likewise.
13641 * gdb.arch/powerpc-vsx2.s: Likewise.
13642 * gdb.arch/powerpc-vsx3.exp: Likewise.
13643 * gdb.arch/powerpc-vsx3.s: Likewise.
13644 * gdb.arch/arm-disassembler-options.exp: Likewise.
13645 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13646 * gdb.arch/s390-disassembler-options.exp: Likewise.
13647
13648 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13649
13650 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13651 (check_supported_features): ... this. Changed return type to void.
13652 (supports_rdseed): New static global.
13653 (rdseed): Check supports_rdseed.
13654 (initialize): Call check_supported_features.
13655
13656 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13657
13658 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13659 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13660 and lqarx/stqcx.
13661 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13662 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13663
13664 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13665
13666 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13667 uppercase.
13668
13669 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13670
13671 * gdb.dwarf2/formdata16.c: New file.
13672 * gdb.dwarf2/formdata16.exp: New file.
13673 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13674
13675 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13676
13677 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13678 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13679 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13680 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13681 DW_AT_GNU_*.
13682
13683 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13684
13685 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13686
13687 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13688
13689 PR gdb/21164
13690 * gdb.base/maint.exp: Add testcases for when the commands do
13691 not have arguments.
13692
13693 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13694
13695 * gdb.cp/chained-calls.exp: Use p instead of P.
13696
13697 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13698
13699 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13700 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13701
13702 2017-02-14 Tom Tromey <tom@tromey.com>
13703
13704 PR python/13598:
13705 * gdb.python/py-events.exp: Add before_prompt event tests.
13706
13707 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13708
13709 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13710
13711 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13712
13713 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13714 (main): Call my_unique_function_name.
13715 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13716 completion of patterns with a single match.
13717 Add missing -re switches to gdb_test_multiple calls.
13718
13719 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13720
13721 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13722 return if core file is not recognized.
13723
13724 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13725
13726 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13727 and extra UIs.
13728
13729 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13730
13731 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13732 proc_with_prefix.
13733
13734 2017-02-10 Tom Tromey <tom@tromey.com>
13735
13736 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13737
13738 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13739
13740 PR gdb/21122
13741 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13742
13743 2017-02-08 Jerome Guitton <guitton@adacore.com>
13744
13745 * gdb.base/define.exp: Add test for command abbreviations
13746 in define.
13747
13748 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13749
13750 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13751 * gdb.reverse/insn-reverse-x86.c: New file.
13752
13753 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13754
13755 PR tdep/20936
13756 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13757
13758 2017-02-03 Tom Tromey <tom@tromey.com>
13759
13760 PR rust/21097:
13761 * gdb.rust/simple.exp: Add new tests.
13762
13763 2017-02-02 Pedro Alves <palves@redhat.com>
13764
13765 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13766 tests.
13767
13768 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13769
13770 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13771 taking a 2-byte value out of a 4-byte DWARF implicit value on
13772 big-endian targets.
13773 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13774 logic. Add test cases for DW_OP_implicit.
13775
13776 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13777
13778 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13779
13780 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13781
13782 * gdb.btrace/enable.exp: Call gdb_exit before
13783 skip_gdbserver_tests.
13784
13785 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13786
13787 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13788 GDBFLAGS.
13789
13790 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13791
13792 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13793 the test is skipped.
13794 * gdb.btrace/data.exp: Likewise.
13795 * gdb.btrace/delta.exp: Likewise.
13796 * gdb.btrace/dlopen.exp: Likewise.
13797 * gdb.btrace/enable-running.exp: Likewise.
13798 * gdb.btrace/enable.exp: Likewise.
13799 * gdb.btrace/exception.exp: Likewise.
13800 * gdb.btrace/function_call_history.exp: Likewise.
13801 * gdb.btrace/gcore.exp: Likewise.
13802 * gdb.btrace/instruction_history.exp: Likewise.
13803 * gdb.btrace/multi-thread-step.exp: Likewise.
13804 * gdb.btrace/nohist.exp: Likewise.
13805 * gdb.btrace/non-stop.exp: Likewise.
13806 * gdb.btrace/reconnect.exp: Likewise.
13807 * gdb.btrace/record_goto-step.exp: Likewise.
13808 * gdb.btrace/record_goto.exp: Likewise.
13809 * gdb.btrace/rn-dl-bind.exp: Likewise.
13810 * gdb.btrace/segv.exp: Likewise.
13811 * gdb.btrace/step.exp: Likewise.
13812 * gdb.btrace/stepi.exp: Likewise.
13813 * gdb.btrace/tailcall-only.exp: Likewise.
13814 * gdb.btrace/tailcall.exp: Likewise.
13815 * gdb.btrace/tsx.exp: Likewise.
13816 * gdb.btrace/unknown_functions.exp: Likewise.
13817 * gdb.btrace/vdso.exp: Likewise.
13818
13819 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13820
13821 * gdb.btrace/enable-running.c: New.
13822 * gdb.btrace/enable-running.exp: New.
13823
13824 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13825
13826 * gdb.arch/amd64-gs_base.c: New file.
13827 * gdb.arch/amd64-gs_base.exp: New file.
13828
13829 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13830
13831 * lib/memory.exp: Remove spurious empty newlines.
13832
13833 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13834
13835 * gdb.python/py-bad-printers.exp: Load python file using "source".
13836 * gdb.python/py-events.exp: Likewise.
13837 * gdb.python/py-evsignal.exp: Likewise.
13838 * gdb.python/py-evthreads.exp: Likewise.
13839 * gdb.python/py-frame-args.exp: Likewise.
13840 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13841 * gdb.python/py-framefilter-mi.exp: Likewise.
13842 * gdb.python/py-framefilter.exp: Likewise.
13843 * gdb.python/py-mi.exp: Likewise.
13844 * gdb.python/py-pp-maint.exp: Likewise.
13845 * gdb.python/py-pp-registration.exp: Likewise.
13846 * gdb.python/py-prettyprint.exp: Likewise.
13847 (run_lang_tests): Likewise.
13848 * gdb.python/py-typeprint.exp: Likewise.
13849
13850 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13851
13852 * lib/memory.exp: New file.
13853 * lib/gdb.exp: Load memory.exp.
13854 * gdb.base/memattr.exp (delete_memory): Move proc to
13855 lib/memory.exp and rename to delete_memory_regions.
13856 Replace delete_memory with delete_memory_regions.
13857 Cleanup memory regions before tests.
13858 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13859 before tests.
13860
13861 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13862
13863 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13864 files.
13865 (initialize): New function conditionally defined.
13866 (testcases): Move within conditional block.
13867 (main): Call initialize.
13868 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13869 of gdb.reverse/insn-reverse.c.
13870 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13871 gdb.reverse/insn-reverse.c.
13872
13873 2017-01-26 Yao Qi <yao.qi@linaro.org>
13874
13875 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13876 disassemble on address 0.
13877
13878 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13879 Yao Qi <yao.qi@linaro.org>
13880
13881 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13882 * gdb.dwarf2/implptr-64bit.S: Remove.
13883 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13884 variables in caller's context. Add DW_OP_implicit_value.
13885
13886 2017-01-25 Yao Qi <yao.qi@linaro.org>
13887
13888 * lib/dwarf.exp (Dwarf::_location): Handle
13889 DW_OP_GNU_implicit_pointer with proper size.
13890
13891 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13892
13893 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13894 and add untested calls.
13895
13896 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13897
13898 * gdb.python/python.exp: Check line number against what GDB thinks
13899 the line number is for func1.
13900
13901 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13902
13903 * gdb.dlang/debug-expr.exp: New file.
13904
13905 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13906
13907 Fix test names for the following files:
13908
13909 * gdb.ada/exec_changed.exp
13910 * gdb.ada/info_types.exp
13911 * gdb.arch/aarch64-atomic-inst.exp
13912 * gdb.arch/aarch64-fp.exp
13913 * gdb.arch/altivec-abi.exp
13914 * gdb.arch/altivec-regs.exp
13915 * gdb.arch/amd64-byte.exp
13916 * gdb.arch/amd64-disp-step.exp
13917 * gdb.arch/amd64-dword.exp
13918 * gdb.arch/amd64-entry-value-inline.exp
13919 * gdb.arch/amd64-entry-value-param.exp
13920 * gdb.arch/amd64-entry-value-paramref.exp
13921 * gdb.arch/amd64-entry-value.exp
13922 * gdb.arch/amd64-i386-address.exp
13923 * gdb.arch/amd64-invalid-stack-middle.exp
13924 * gdb.arch/amd64-invalid-stack-top.exp
13925 * gdb.arch/amd64-optimout-repeat.exp
13926 * gdb.arch/amd64-prologue-skip.exp
13927 * gdb.arch/amd64-prologue-xmm.exp
13928 * gdb.arch/amd64-stap-special-operands.exp
13929 * gdb.arch/amd64-stap-wrong-subexp.exp
13930 * gdb.arch/amd64-tailcall-cxx.exp
13931 * gdb.arch/amd64-tailcall-noret.exp
13932 * gdb.arch/amd64-tailcall-ret.exp
13933 * gdb.arch/amd64-tailcall-self.exp
13934 * gdb.arch/amd64-word.exp
13935 * gdb.arch/arm-bl-branch-dest.exp
13936 * gdb.arch/arm-disp-step.exp
13937 * gdb.arch/arm-neon.exp
13938 * gdb.arch/arm-single-step-kernel-helper.exp
13939 * gdb.arch/avr-flash-qualifier.exp
13940 * gdb.arch/disp-step-insn-reloc.exp
13941 * gdb.arch/e500-abi.exp
13942 * gdb.arch/e500-regs.exp
13943 * gdb.arch/ftrace-insn-reloc.exp
13944 * gdb.arch/i386-avx512.exp
13945 * gdb.arch/i386-bp_permanent.exp
13946 * gdb.arch/i386-byte.exp
13947 * gdb.arch/i386-cfi-notcurrent.exp
13948 * gdb.arch/i386-disp-step.exp
13949 * gdb.arch/i386-dr3-watch.exp
13950 * gdb.arch/i386-float.exp
13951 * gdb.arch/i386-gnu-cfi.exp
13952 * gdb.arch/i386-mpx-map.exp
13953 * gdb.arch/i386-mpx-sigsegv.exp
13954 * gdb.arch/i386-mpx-simple_segv.exp
13955 * gdb.arch/i386-mpx.exp
13956 * gdb.arch/i386-permbkpt.exp
13957 * gdb.arch/i386-prologue.exp
13958 * gdb.arch/i386-signal.exp
13959 * gdb.arch/i386-size-overlap.exp
13960 * gdb.arch/i386-unwind.exp
13961 * gdb.arch/i386-word.exp
13962 * gdb.arch/mips-fcr.exp
13963 * gdb.arch/powerpc-d128-regs.exp
13964 * gdb.arch/powerpc-stackless.exp
13965 * gdb.arch/ppc64-atomic-inst.exp
13966 * gdb.arch/s390-stackless.exp
13967 * gdb.arch/s390-tdbregs.exp
13968 * gdb.arch/s390-vregs.exp
13969 * gdb.arch/sparc-sysstep.exp
13970 * gdb.arch/thumb-bx-pc.exp
13971 * gdb.arch/thumb-singlestep.exp
13972 * gdb.arch/thumb2-it.exp
13973 * gdb.arch/vsx-regs.exp
13974 * gdb.asm/asm-source.exp
13975 * gdb.base/a2-run.exp
13976 * gdb.base/advance.exp
13977 * gdb.base/all-bin.exp
13978 * gdb.base/anon.exp
13979 * gdb.base/args.exp
13980 * gdb.base/arithmet.exp
13981 * gdb.base/async-shell.exp
13982 * gdb.base/async.exp
13983 * gdb.base/attach-pie-noexec.exp
13984 * gdb.base/attach-twice.exp
13985 * gdb.base/auto-load.exp
13986 * gdb.base/bang.exp
13987 * gdb.base/bitfields.exp
13988 * gdb.base/break-always.exp
13989 * gdb.base/break-caller-line.exp
13990 * gdb.base/break-entry.exp
13991 * gdb.base/break-inline.exp
13992 * gdb.base/break-on-linker-gcd-function.exp
13993 * gdb.base/break-probes.exp
13994 * gdb.base/break.exp
13995 * gdb.base/breakpoint-shadow.exp
13996 * gdb.base/call-ar-st.exp
13997 * gdb.base/call-sc.exp
13998 * gdb.base/call-signal-resume.exp
13999 * gdb.base/call-strs.exp
14000 * gdb.base/callfuncs.exp
14001 * gdb.base/catch-fork-static.exp
14002 * gdb.base/catch-gdb-caused-signals.exp
14003 * gdb.base/catch-load.exp
14004 * gdb.base/catch-signal-fork.exp
14005 * gdb.base/catch-signal.exp
14006 * gdb.base/catch-syscall.exp
14007 * gdb.base/charset.exp
14008 * gdb.base/checkpoint.exp
14009 * gdb.base/chng-syms.exp
14010 * gdb.base/code-expr.exp
14011 * gdb.base/code_elim.exp
14012 * gdb.base/commands.exp
14013 * gdb.base/completion.exp
14014 * gdb.base/complex.exp
14015 * gdb.base/cond-expr.exp
14016 * gdb.base/condbreak.exp
14017 * gdb.base/consecutive.exp
14018 * gdb.base/continue-all-already-running.exp
14019 * gdb.base/coredump-filter.exp
14020 * gdb.base/corefile.exp
14021 * gdb.base/dbx.exp
14022 * gdb.base/debug-expr.exp
14023 * gdb.base/define.exp
14024 * gdb.base/del.exp
14025 * gdb.base/disabled-location.exp
14026 * gdb.base/disasm-end-cu.exp
14027 * gdb.base/disasm-optim.exp
14028 * gdb.base/display.exp
14029 * gdb.base/duplicate-bp.exp
14030 * gdb.base/ena-dis-br.exp
14031 * gdb.base/ending-run.exp
14032 * gdb.base/enumval.exp
14033 * gdb.base/environ.exp
14034 * gdb.base/eu-strip-infcall.exp
14035 * gdb.base/eval-avoid-side-effects.exp
14036 * gdb.base/eval-skip.exp
14037 * gdb.base/exitsignal.exp
14038 * gdb.base/expand-psymtabs.exp
14039 * gdb.base/filesym.exp
14040 * gdb.base/find-unmapped.exp
14041 * gdb.base/finish.exp
14042 * gdb.base/float.exp
14043 * gdb.base/foll-exec-mode.exp
14044 * gdb.base/foll-exec.exp
14045 * gdb.base/foll-fork.exp
14046 * gdb.base/fortran-sym-case.exp
14047 * gdb.base/freebpcmd.exp
14048 * gdb.base/func-ptr.exp
14049 * gdb.base/func-ptrs.exp
14050 * gdb.base/funcargs.exp
14051 * gdb.base/gcore-buffer-overflow.exp
14052 * gdb.base/gcore-relro-pie.exp
14053 * gdb.base/gcore-relro.exp
14054 * gdb.base/gcore.exp
14055 * gdb.base/gdb1090.exp
14056 * gdb.base/gdb11530.exp
14057 * gdb.base/gdb11531.exp
14058 * gdb.base/gdb1821.exp
14059 * gdb.base/gdbindex-stabs.exp
14060 * gdb.base/gdbvars.exp
14061 * gdb.base/hbreak.exp
14062 * gdb.base/hbreak2.exp
14063 * gdb.base/included.exp
14064 * gdb.base/infcall-input.exp
14065 * gdb.base/inferior-died.exp
14066 * gdb.base/infnan.exp
14067 * gdb.base/info-macros.exp
14068 * gdb.base/info-os.exp
14069 * gdb.base/info-proc.exp
14070 * gdb.base/info-shared.exp
14071 * gdb.base/info-target.exp
14072 * gdb.base/infoline.exp
14073 * gdb.base/interp.exp
14074 * gdb.base/interrupt.exp
14075 * gdb.base/jit-reader.exp
14076 * gdb.base/jit-simple.exp
14077 * gdb.base/kill-after-signal.exp
14078 * gdb.base/kill-detach-inferiors-cmd.exp
14079 * gdb.base/label.exp
14080 * gdb.base/langs.exp
14081 * gdb.base/ldbl_e308.exp
14082 * gdb.base/line-symtabs.exp
14083 * gdb.base/linespecs.exp
14084 * gdb.base/list.exp
14085 * gdb.base/long_long.exp
14086 * gdb.base/longest-types.exp
14087 * gdb.base/maint.exp
14088 * gdb.base/max-value-size.exp
14089 * gdb.base/memattr.exp
14090 * gdb.base/mips_pro.exp
14091 * gdb.base/morestack.exp
14092 * gdb.base/moribund-step.exp
14093 * gdb.base/multi-forks.exp
14094 * gdb.base/nested-addr.exp
14095 * gdb.base/nextoverexit.exp
14096 * gdb.base/noreturn-finish.exp
14097 * gdb.base/noreturn-return.exp
14098 * gdb.base/nostdlib.exp
14099 * gdb.base/offsets.exp
14100 * gdb.base/opaque.exp
14101 * gdb.base/pc-fp.exp
14102 * gdb.base/permissions.exp
14103 * gdb.base/print-symbol-loading.exp
14104 * gdb.base/prologue-include.exp
14105 * gdb.base/psymtab.exp
14106 * gdb.base/ptype.exp
14107 * gdb.base/random-signal.exp
14108 * gdb.base/randomize.exp
14109 * gdb.base/range-stepping.exp
14110 * gdb.base/readline-ask.exp
14111 * gdb.base/recpar.exp
14112 * gdb.base/recurse.exp
14113 * gdb.base/relational.exp
14114 * gdb.base/restore.exp
14115 * gdb.base/return-nodebug.exp
14116 * gdb.base/return.exp
14117 * gdb.base/run-after-attach.exp
14118 * gdb.base/save-bp.exp
14119 * gdb.base/scope.exp
14120 * gdb.base/sect-cmd.exp
14121 * gdb.base/set-lang-auto.exp
14122 * gdb.base/set-noassign.exp
14123 * gdb.base/setvar.exp
14124 * gdb.base/sigall.exp
14125 * gdb.base/sigbpt.exp
14126 * gdb.base/siginfo-addr.exp
14127 * gdb.base/siginfo-infcall.exp
14128 * gdb.base/siginfo-obj.exp
14129 * gdb.base/siginfo.exp
14130 * gdb.base/signals-state-child.exp
14131 * gdb.base/signest.exp
14132 * gdb.base/sigstep.exp
14133 * gdb.base/sizeof.exp
14134 * gdb.base/skip.exp
14135 * gdb.base/solib-corrupted.exp
14136 * gdb.base/solib-nodir.exp
14137 * gdb.base/solib-search.exp
14138 * gdb.base/stack-checking.exp
14139 * gdb.base/stale-infcall.exp
14140 * gdb.base/stap-probe.exp
14141 * gdb.base/start.exp
14142 * gdb.base/step-break.exp
14143 * gdb.base/step-bt.exp
14144 * gdb.base/step-line.exp
14145 * gdb.base/step-over-exit.exp
14146 * gdb.base/step-over-syscall.exp
14147 * gdb.base/step-resume-infcall.exp
14148 * gdb.base/step-test.exp
14149 * gdb.base/store.exp
14150 * gdb.base/structs3.exp
14151 * gdb.base/sym-file.exp
14152 * gdb.base/symbol-without-target_section.exp
14153 * gdb.base/term.exp
14154 * gdb.base/testenv.exp
14155 * gdb.base/ui-redirect.exp
14156 * gdb.base/until.exp
14157 * gdb.base/unwindonsignal.exp
14158 * gdb.base/value-double-free.exp
14159 * gdb.base/vla-datatypes.exp
14160 * gdb.base/vla-ptr.exp
14161 * gdb.base/vla-sideeffect.exp
14162 * gdb.base/volatile.exp
14163 * gdb.base/watch-cond-infcall.exp
14164 * gdb.base/watch-cond.exp
14165 * gdb.base/watch-non-mem.exp
14166 * gdb.base/watch-read.exp
14167 * gdb.base/watch-vfork.exp
14168 * gdb.base/watchpoint-cond-gone.exp
14169 * gdb.base/watchpoint-delete.exp
14170 * gdb.base/watchpoint-hw-hit-once.exp
14171 * gdb.base/watchpoint-hw.exp
14172 * gdb.base/watchpoint-stops-at-right-insn.exp
14173 * gdb.base/watchpoints.exp
14174 * gdb.base/wchar.exp
14175 * gdb.base/whatis-exp.exp
14176 * gdb.btrace/buffer-size.exp
14177 * gdb.btrace/data.exp
14178 * gdb.btrace/delta.exp
14179 * gdb.btrace/dlopen.exp
14180 * gdb.btrace/enable.exp
14181 * gdb.btrace/exception.exp
14182 * gdb.btrace/function_call_history.exp
14183 * gdb.btrace/gcore.exp
14184 * gdb.btrace/instruction_history.exp
14185 * gdb.btrace/nohist.exp
14186 * gdb.btrace/reconnect.exp
14187 * gdb.btrace/record_goto-step.exp
14188 * gdb.btrace/record_goto.exp
14189 * gdb.btrace/rn-dl-bind.exp
14190 * gdb.btrace/segv.exp
14191 * gdb.btrace/step.exp
14192 * gdb.btrace/stepi.exp
14193 * gdb.btrace/tailcall-only.exp
14194 * gdb.btrace/tailcall.exp
14195 * gdb.btrace/tsx.exp
14196 * gdb.btrace/unknown_functions.exp
14197 * gdb.btrace/vdso.exp
14198 * gdb.compile/compile-ifunc.exp
14199 * gdb.compile/compile-ops.exp
14200 * gdb.compile/compile-print.exp
14201 * gdb.compile/compile-setjmp.exp
14202 * gdb.cp/abstract-origin.exp
14203 * gdb.cp/ambiguous.exp
14204 * gdb.cp/annota2.exp
14205 * gdb.cp/annota3.exp
14206 * gdb.cp/anon-ns.exp
14207 * gdb.cp/anon-struct.exp
14208 * gdb.cp/anon-union.exp
14209 * gdb.cp/arg-reference.exp
14210 * gdb.cp/baseenum.exp
14211 * gdb.cp/bool.exp
14212 * gdb.cp/breakpoint.exp
14213 * gdb.cp/bs15503.exp
14214 * gdb.cp/call-c.exp
14215 * gdb.cp/casts.exp
14216 * gdb.cp/chained-calls.exp
14217 * gdb.cp/class2.exp
14218 * gdb.cp/classes.exp
14219 * gdb.cp/cmpd-minsyms.exp
14220 * gdb.cp/converts.exp
14221 * gdb.cp/cp-relocate.exp
14222 * gdb.cp/cpcompletion.exp
14223 * gdb.cp/cpexprs.exp
14224 * gdb.cp/cplabel.exp
14225 * gdb.cp/cplusfuncs.exp
14226 * gdb.cp/cpsizeof.exp
14227 * gdb.cp/ctti.exp
14228 * gdb.cp/derivation.exp
14229 * gdb.cp/destrprint.exp
14230 * gdb.cp/dispcxx.exp
14231 * gdb.cp/enum-class.exp
14232 * gdb.cp/exception.exp
14233 * gdb.cp/exceptprint.exp
14234 * gdb.cp/expand-psymtabs-cxx.exp
14235 * gdb.cp/expand-sals.exp
14236 * gdb.cp/extern-c.exp
14237 * gdb.cp/filename.exp
14238 * gdb.cp/formatted-ref.exp
14239 * gdb.cp/fpointer.exp
14240 * gdb.cp/gdb1355.exp
14241 * gdb.cp/gdb2495.exp
14242 * gdb.cp/hang.exp
14243 * gdb.cp/impl-this.exp
14244 * gdb.cp/infcall-dlopen.exp
14245 * gdb.cp/inherit.exp
14246 * gdb.cp/iostream.exp
14247 * gdb.cp/koenig.exp
14248 * gdb.cp/local.exp
14249 * gdb.cp/m-data.exp
14250 * gdb.cp/m-static.exp
14251 * gdb.cp/mb-ctor.exp
14252 * gdb.cp/mb-inline.exp
14253 * gdb.cp/mb-templates.exp
14254 * gdb.cp/member-name.exp
14255 * gdb.cp/member-ptr.exp
14256 * gdb.cp/meth-typedefs.exp
14257 * gdb.cp/method.exp
14258 * gdb.cp/method2.exp
14259 * gdb.cp/minsym-fallback.exp
14260 * gdb.cp/misc.exp
14261 * gdb.cp/namelessclass.exp
14262 * gdb.cp/namespace-enum.exp
14263 * gdb.cp/namespace-nested-import.exp
14264 * gdb.cp/namespace.exp
14265 * gdb.cp/nextoverthrow.exp
14266 * gdb.cp/no-dmgl-verbose.exp
14267 * gdb.cp/non-trivial-retval.exp
14268 * gdb.cp/noparam.exp
14269 * gdb.cp/nsdecl.exp
14270 * gdb.cp/nsimport.exp
14271 * gdb.cp/nsnested.exp
14272 * gdb.cp/nsnoimports.exp
14273 * gdb.cp/nsrecurs.exp
14274 * gdb.cp/nsstress.exp
14275 * gdb.cp/nsusing.exp
14276 * gdb.cp/operator.exp
14277 * gdb.cp/oranking.exp
14278 * gdb.cp/overload-const.exp
14279 * gdb.cp/overload.exp
14280 * gdb.cp/ovldbreak.exp
14281 * gdb.cp/ovsrch.exp
14282 * gdb.cp/paren-type.exp
14283 * gdb.cp/parse-lang.exp
14284 * gdb.cp/pass-by-ref.exp
14285 * gdb.cp/pr-1023.exp
14286 * gdb.cp/pr-1210.exp
14287 * gdb.cp/pr-574.exp
14288 * gdb.cp/pr10687.exp
14289 * gdb.cp/pr12028.exp
14290 * gdb.cp/pr17132.exp
14291 * gdb.cp/pr17494.exp
14292 * gdb.cp/pr9067.exp
14293 * gdb.cp/pr9167.exp
14294 * gdb.cp/pr9631.exp
14295 * gdb.cp/printmethod.exp
14296 * gdb.cp/psmang.exp
14297 * gdb.cp/psymtab-parameter.exp
14298 * gdb.cp/ptype-cv-cp.exp
14299 * gdb.cp/ptype-flags.exp
14300 * gdb.cp/re-set-overloaded.exp
14301 * gdb.cp/ref-types.exp
14302 * gdb.cp/rtti.exp
14303 * gdb.cp/scope-err.exp
14304 * gdb.cp/shadow.exp
14305 * gdb.cp/smartp.exp
14306 * gdb.cp/static-method.exp
14307 * gdb.cp/static-print-quit.exp
14308 * gdb.cp/temargs.exp
14309 * gdb.cp/templates.exp
14310 * gdb.cp/try_catch.exp
14311 * gdb.cp/typedef-operator.exp
14312 * gdb.cp/typeid.exp
14313 * gdb.cp/userdef.exp
14314 * gdb.cp/using-crash.exp
14315 * gdb.cp/var-tag.exp
14316 * gdb.cp/virtbase.exp
14317 * gdb.cp/virtfunc.exp
14318 * gdb.cp/virtfunc2.exp
14319 * gdb.cp/vla-cxx.exp
14320 * gdb.disasm/t01_mov.exp
14321 * gdb.disasm/t02_mova.exp
14322 * gdb.disasm/t03_add.exp
14323 * gdb.disasm/t04_sub.exp
14324 * gdb.disasm/t05_cmp.exp
14325 * gdb.disasm/t06_ari2.exp
14326 * gdb.disasm/t07_ari3.exp
14327 * gdb.disasm/t08_or.exp
14328 * gdb.disasm/t09_xor.exp
14329 * gdb.disasm/t10_and.exp
14330 * gdb.disasm/t11_logs.exp
14331 * gdb.disasm/t12_bit.exp
14332 * gdb.disasm/t13_otr.exp
14333 * gdb.dlang/circular.exp
14334 * gdb.dwarf2/arr-stride.exp
14335 * gdb.dwarf2/arr-subrange.exp
14336 * gdb.dwarf2/atomic-type.exp
14337 * gdb.dwarf2/bad-regnum.exp
14338 * gdb.dwarf2/bitfield-parent-optimized-out.exp
14339 * gdb.dwarf2/callframecfa.exp
14340 * gdb.dwarf2/clztest.exp
14341 * gdb.dwarf2/corrupt.exp
14342 * gdb.dwarf2/data-loc.exp
14343 * gdb.dwarf2/dup-psym.exp
14344 * gdb.dwarf2/dw2-anon-mptr.exp
14345 * gdb.dwarf2/dw2-anonymous-func.exp
14346 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
14347 * gdb.dwarf2/dw2-bad-unresolved.exp
14348 * gdb.dwarf2/dw2-basic.exp
14349 * gdb.dwarf2/dw2-canonicalize-type.exp
14350 * gdb.dwarf2/dw2-case-insensitive.exp
14351 * gdb.dwarf2/dw2-common-block.exp
14352 * gdb.dwarf2/dw2-compdir-oldgcc.exp
14353 * gdb.dwarf2/dw2-compressed.exp
14354 * gdb.dwarf2/dw2-const.exp
14355 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
14356 * gdb.dwarf2/dw2-cu-size.exp
14357 * gdb.dwarf2/dw2-dup-frame.exp
14358 * gdb.dwarf2/dw2-entry-value.exp
14359 * gdb.dwarf2/dw2-icycle.exp
14360 * gdb.dwarf2/dw2-ifort-parameter.exp
14361 * gdb.dwarf2/dw2-inline-break.exp
14362 * gdb.dwarf2/dw2-inline-param.exp
14363 * gdb.dwarf2/dw2-intercu.exp
14364 * gdb.dwarf2/dw2-intermix.exp
14365 * gdb.dwarf2/dw2-lexical-block-bare.exp
14366 * gdb.dwarf2/dw2-linkage-name-trust.exp
14367 * gdb.dwarf2/dw2-minsym-in-cu.exp
14368 * gdb.dwarf2/dw2-noloc.exp
14369 * gdb.dwarf2/dw2-op-call.exp
14370 * gdb.dwarf2/dw2-op-out-param.exp
14371 * gdb.dwarf2/dw2-opt-structptr.exp
14372 * gdb.dwarf2/dw2-param-error.exp
14373 * gdb.dwarf2/dw2-producer.exp
14374 * gdb.dwarf2/dw2-ranges-base.exp
14375 * gdb.dwarf2/dw2-ref-missing-frame.exp
14376 * gdb.dwarf2/dw2-reg-undefined.exp
14377 * gdb.dwarf2/dw2-regno-invalid.exp
14378 * gdb.dwarf2/dw2-restore.exp
14379 * gdb.dwarf2/dw2-restrict.exp
14380 * gdb.dwarf2/dw2-single-line-discriminators.exp
14381 * gdb.dwarf2/dw2-strp.exp
14382 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14383 * gdb.dwarf2/dw2-unresolved.exp
14384 * gdb.dwarf2/dw2-var-zero-addr.exp
14385 * gdb.dwarf2/dw4-sig-types.exp
14386 * gdb.dwarf2/dwz.exp
14387 * gdb.dwarf2/dynarr-ptr.exp
14388 * gdb.dwarf2/enum-type.exp
14389 * gdb.dwarf2/gdb-index.exp
14390 * gdb.dwarf2/implptr-64bit.exp
14391 * gdb.dwarf2/implptr-optimized-out.exp
14392 * gdb.dwarf2/implptr.exp
14393 * gdb.dwarf2/implref-array.exp
14394 * gdb.dwarf2/implref-const.exp
14395 * gdb.dwarf2/implref-global.exp
14396 * gdb.dwarf2/implref-struct.exp
14397 * gdb.dwarf2/mac-fileno.exp
14398 * gdb.dwarf2/main-subprogram.exp
14399 * gdb.dwarf2/member-ptr-forwardref.exp
14400 * gdb.dwarf2/method-ptr.exp
14401 * gdb.dwarf2/missing-sig-type.exp
14402 * gdb.dwarf2/nonvar-access.exp
14403 * gdb.dwarf2/opaque-type-lookup.exp
14404 * gdb.dwarf2/pieces-optimized-out.exp
14405 * gdb.dwarf2/pieces.exp
14406 * gdb.dwarf2/pr10770.exp
14407 * gdb.dwarf2/pr13961.exp
14408 * gdb.dwarf2/staticvirtual.exp
14409 * gdb.dwarf2/subrange.exp
14410 * gdb.dwarf2/symtab-producer.exp
14411 * gdb.dwarf2/trace-crash.exp
14412 * gdb.dwarf2/typeddwarf.exp
14413 * gdb.dwarf2/valop.exp
14414 * gdb.dwarf2/watch-notconst.exp
14415 * gdb.fortran/array-element.exp
14416 * gdb.fortran/charset.exp
14417 * gdb.fortran/common-block.exp
14418 * gdb.fortran/complex.exp
14419 * gdb.fortran/derived-type-function.exp
14420 * gdb.fortran/derived-type.exp
14421 * gdb.fortran/logical.exp
14422 * gdb.fortran/module.exp
14423 * gdb.fortran/multi-dim.exp
14424 * gdb.fortran/nested-funcs.exp
14425 * gdb.fortran/print-formatted.exp
14426 * gdb.fortran/subarray.exp
14427 * gdb.fortran/vla-alloc-assoc.exp
14428 * gdb.fortran/vla-datatypes.exp
14429 * gdb.fortran/vla-history.exp
14430 * gdb.fortran/vla-ptr-info.exp
14431 * gdb.fortran/vla-ptype-sub.exp
14432 * gdb.fortran/vla-ptype.exp
14433 * gdb.fortran/vla-sizeof.exp
14434 * gdb.fortran/vla-type.exp
14435 * gdb.fortran/vla-value-sub-arbitrary.exp
14436 * gdb.fortran/vla-value-sub-finish.exp
14437 * gdb.fortran/vla-value-sub.exp
14438 * gdb.fortran/vla-value.exp
14439 * gdb.fortran/whatis_type.exp
14440 * gdb.go/chan.exp
14441 * gdb.go/handcall.exp
14442 * gdb.go/hello.exp
14443 * gdb.go/integers.exp
14444 * gdb.go/methods.exp
14445 * gdb.go/package.exp
14446 * gdb.go/strings.exp
14447 * gdb.go/types.exp
14448 * gdb.go/unsafe.exp
14449 * gdb.guile/scm-arch.exp
14450 * gdb.guile/scm-block.exp
14451 * gdb.guile/scm-breakpoint.exp
14452 * gdb.guile/scm-cmd.exp
14453 * gdb.guile/scm-disasm.exp
14454 * gdb.guile/scm-equal.exp
14455 * gdb.guile/scm-frame-args.exp
14456 * gdb.guile/scm-frame-inline.exp
14457 * gdb.guile/scm-frame.exp
14458 * gdb.guile/scm-iterator.exp
14459 * gdb.guile/scm-math.exp
14460 * gdb.guile/scm-objfile.exp
14461 * gdb.guile/scm-ports.exp
14462 * gdb.guile/scm-symbol.exp
14463 * gdb.guile/scm-symtab.exp
14464 * gdb.guile/scm-value-cc.exp
14465 * gdb.guile/types-module.exp
14466 * gdb.linespec/break-ask.exp
14467 * gdb.linespec/cpexplicit.exp
14468 * gdb.linespec/explicit.exp
14469 * gdb.linespec/keywords.exp
14470 * gdb.linespec/linespec.exp
14471 * gdb.linespec/ls-dollar.exp
14472 * gdb.linespec/ls-errs.exp
14473 * gdb.linespec/skip-two.exp
14474 * gdb.linespec/thread.exp
14475 * gdb.mi/mi-async.exp
14476 * gdb.mi/mi-basics.exp
14477 * gdb.mi/mi-break.exp
14478 * gdb.mi/mi-catch-load.exp
14479 * gdb.mi/mi-cli.exp
14480 * gdb.mi/mi-cmd-param-changed.exp
14481 * gdb.mi/mi-console.exp
14482 * gdb.mi/mi-detach.exp
14483 * gdb.mi/mi-disassemble.exp
14484 * gdb.mi/mi-eval.exp
14485 * gdb.mi/mi-file-transfer.exp
14486 * gdb.mi/mi-file.exp
14487 * gdb.mi/mi-fill-memory.exp
14488 * gdb.mi/mi-inheritance-syntax-error.exp
14489 * gdb.mi/mi-linespec-err-cp.exp
14490 * gdb.mi/mi-logging.exp
14491 * gdb.mi/mi-memory-changed.exp
14492 * gdb.mi/mi-read-memory.exp
14493 * gdb.mi/mi-record-changed.exp
14494 * gdb.mi/mi-reg-undefined.exp
14495 * gdb.mi/mi-regs.exp
14496 * gdb.mi/mi-return.exp
14497 * gdb.mi/mi-reverse.exp
14498 * gdb.mi/mi-simplerun.exp
14499 * gdb.mi/mi-solib.exp
14500 * gdb.mi/mi-stack.exp
14501 * gdb.mi/mi-stepi.exp
14502 * gdb.mi/mi-syn-frame.exp
14503 * gdb.mi/mi-until.exp
14504 * gdb.mi/mi-var-block.exp
14505 * gdb.mi/mi-var-child.exp
14506 * gdb.mi/mi-var-cmd.exp
14507 * gdb.mi/mi-var-cp.exp
14508 * gdb.mi/mi-var-display.exp
14509 * gdb.mi/mi-var-invalidate.exp
14510 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14511 * gdb.mi/mi-vla-fortran.exp
14512 * gdb.mi/mi-watch.exp
14513 * gdb.mi/mi2-var-child.exp
14514 * gdb.mi/user-selected-context-sync.exp
14515 * gdb.modula2/unbounded-array.exp
14516 * gdb.multi/dummy-frame-restore.exp
14517 * gdb.multi/multi-arch-exec.exp
14518 * gdb.multi/multi-arch.exp
14519 * gdb.multi/tids.exp
14520 * gdb.multi/watchpoint-multi.exp
14521 * gdb.opencl/callfuncs.exp
14522 * gdb.opencl/convs_casts.exp
14523 * gdb.opencl/datatypes.exp
14524 * gdb.opencl/operators.exp
14525 * gdb.opencl/vec_comps.exp
14526 * gdb.opt/clobbered-registers-O2.exp
14527 * gdb.opt/inline-break.exp
14528 * gdb.opt/inline-bt.exp
14529 * gdb.opt/inline-cmds.exp
14530 * gdb.opt/inline-locals.exp
14531 * gdb.pascal/case-insensitive-symbols.exp
14532 * gdb.pascal/floats.exp
14533 * gdb.pascal/gdb11492.exp
14534 * gdb.python/lib-types.exp
14535 * gdb.python/py-arch.exp
14536 * gdb.python/py-as-string.exp
14537 * gdb.python/py-bad-printers.exp
14538 * gdb.python/py-block.exp
14539 * gdb.python/py-breakpoint-create-fail.exp
14540 * gdb.python/py-breakpoint.exp
14541 * gdb.python/py-caller-is.exp
14542 * gdb.python/py-cmd.exp
14543 * gdb.python/py-explore-cc.exp
14544 * gdb.python/py-explore.exp
14545 * gdb.python/py-finish-breakpoint.exp
14546 * gdb.python/py-finish-breakpoint2.exp
14547 * gdb.python/py-frame-args.exp
14548 * gdb.python/py-frame-inline.exp
14549 * gdb.python/py-frame.exp
14550 * gdb.python/py-framefilter-mi.exp
14551 * gdb.python/py-infthread.exp
14552 * gdb.python/py-lazy-string.exp
14553 * gdb.python/py-linetable.exp
14554 * gdb.python/py-mi-events.exp
14555 * gdb.python/py-mi-objfile.exp
14556 * gdb.python/py-mi.exp
14557 * gdb.python/py-objfile.exp
14558 * gdb.python/py-pp-integral.exp
14559 * gdb.python/py-pp-maint.exp
14560 * gdb.python/py-pp-re-notag.exp
14561 * gdb.python/py-pp-registration.exp
14562 * gdb.python/py-recurse-unwind.exp
14563 * gdb.python/py-strfns.exp
14564 * gdb.python/py-symbol.exp
14565 * gdb.python/py-symtab.exp
14566 * gdb.python/py-sync-interp.exp
14567 * gdb.python/py-typeprint.exp
14568 * gdb.python/py-unwind-maint.exp
14569 * gdb.python/py-unwind.exp
14570 * gdb.python/py-value-cc.exp
14571 * gdb.python/py-xmethods.exp
14572 * gdb.reverse/amd64-tailcall-reverse.exp
14573 * gdb.reverse/break-precsave.exp
14574 * gdb.reverse/break-reverse.exp
14575 * gdb.reverse/consecutive-precsave.exp
14576 * gdb.reverse/consecutive-reverse.exp
14577 * gdb.reverse/finish-precsave.exp
14578 * gdb.reverse/finish-reverse-bkpt.exp
14579 * gdb.reverse/finish-reverse.exp
14580 * gdb.reverse/fstatat-reverse.exp
14581 * gdb.reverse/getresuid-reverse.exp
14582 * gdb.reverse/i386-precsave.exp
14583 * gdb.reverse/i386-reverse.exp
14584 * gdb.reverse/i386-sse-reverse.exp
14585 * gdb.reverse/i387-env-reverse.exp
14586 * gdb.reverse/i387-stack-reverse.exp
14587 * gdb.reverse/insn-reverse.exp
14588 * gdb.reverse/machinestate-precsave.exp
14589 * gdb.reverse/machinestate.exp
14590 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14591 * gdb.reverse/pipe-reverse.exp
14592 * gdb.reverse/readv-reverse.exp
14593 * gdb.reverse/recvmsg-reverse.exp
14594 * gdb.reverse/rerun-prec.exp
14595 * gdb.reverse/s390-mvcle.exp
14596 * gdb.reverse/step-precsave.exp
14597 * gdb.reverse/step-reverse.exp
14598 * gdb.reverse/time-reverse.exp
14599 * gdb.reverse/until-precsave.exp
14600 * gdb.reverse/until-reverse.exp
14601 * gdb.reverse/waitpid-reverse.exp
14602 * gdb.reverse/watch-precsave.exp
14603 * gdb.reverse/watch-reverse.exp
14604 * gdb.rust/generics.exp
14605 * gdb.rust/methods.exp
14606 * gdb.rust/modules.exp
14607 * gdb.rust/simple.exp
14608 * gdb.server/connect-with-no-symbol-file.exp
14609 * gdb.server/ext-attach.exp
14610 * gdb.server/ext-restart.exp
14611 * gdb.server/ext-wrapper.exp
14612 * gdb.server/file-transfer.exp
14613 * gdb.server/server-exec-info.exp
14614 * gdb.server/server-kill.exp
14615 * gdb.server/server-mon.exp
14616 * gdb.server/wrapper.exp
14617 * gdb.stabs/exclfwd.exp
14618 * gdb.stabs/gdb11479.exp
14619 * gdb.threads/clone-new-thread-event.exp
14620 * gdb.threads/corethreads.exp
14621 * gdb.threads/current-lwp-dead.exp
14622 * gdb.threads/dlopen-libpthread.exp
14623 * gdb.threads/gcore-thread.exp
14624 * gdb.threads/sigstep-threads.exp
14625 * gdb.threads/watchpoint-fork.exp
14626 * gdb.trace/actions-changed.exp
14627 * gdb.trace/backtrace.exp
14628 * gdb.trace/change-loc.exp
14629 * gdb.trace/circ.exp
14630 * gdb.trace/collection.exp
14631 * gdb.trace/disconnected-tracing.exp
14632 * gdb.trace/ftrace.exp
14633 * gdb.trace/mi-trace-frame-collected.exp
14634 * gdb.trace/mi-trace-unavailable.exp
14635 * gdb.trace/mi-traceframe-changed.exp
14636 * gdb.trace/mi-tsv-changed.exp
14637 * gdb.trace/no-attach-trace.exp
14638 * gdb.trace/passc-dyn.exp
14639 * gdb.trace/qtro.exp
14640 * gdb.trace/range-stepping.exp
14641 * gdb.trace/read-memory.exp
14642 * gdb.trace/save-trace.exp
14643 * gdb.trace/signal.exp
14644 * gdb.trace/status-stop.exp
14645 * gdb.trace/tfile.exp
14646 * gdb.trace/trace-break.exp
14647 * gdb.trace/trace-buffer-size.exp
14648 * gdb.trace/trace-condition.exp
14649 * gdb.trace/tracefile-pseudo-reg.exp
14650 * gdb.trace/tstatus.exp
14651 * gdb.trace/unavailable.exp
14652 * gdb.trace/while-dyn.exp
14653 * gdb.trace/while-stepping.exp
14654
14655 2016-12-22 Doug Evans <xdje42@gmail.com>
14656
14657 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14658 and msymbols.
14659
14660 2016-12-19 Yao Qi <yao.qi@linaro.org>
14661
14662 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14663 (test_with_self): Don't call do_steps_and_nexts, and remove
14664 code about stepping into xmalloc.
14665
14666 2016-12-09 Yao Qi <yao.qi@linaro.org>
14667
14668 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14669
14670 2016-12-09 Yao Qi <yao.qi@linaro.org>
14671
14672 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14673
14674 2016-12-09 Pedro Alves <palves@redhat.com>
14675
14676 * gdb.base/all-architectures-0.exp: New file.
14677 * gdb.base/all-architectures-1.exp: New file.
14678 * gdb.base/all-architectures-2.exp: New file.
14679 * gdb.base/all-architectures-3.exp: New file.
14680 * gdb.base/all-architectures-4.exp: New file.
14681 * gdb.base/all-architectures-5.exp: New file.
14682 * gdb.base/all-architectures-6.exp: New file.
14683 * gdb.base/all-architectures-7.exp: New file.
14684 * gdb.base/all-architectures.exp.in: New file.
14685
14686 2016-12-09 Yao Qi <yao.qi@linaro.org>
14687
14688 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14689
14690 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14691
14692 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14693 possible.
14694 Remove useless pattern-matching code.
14695
14696 2016-12-02 Pedro Alves <palves@redhat.com>
14697
14698 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14699 procedure.
14700 (top level): Call it.
14701
14702 2016-12-02 Pedro Alves <palves@redhat.com>
14703
14704 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14705 New procedure.
14706 (top level): Call it.
14707
14708 2016-12-02 Pedro Alves <palves@redhat.com>
14709
14710 PR cli/20559
14711 * gdb.base/commands.exp (user_defined_command_args_eval): New
14712 procedure.
14713 (top level): Call it.
14714
14715 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14716
14717 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14718 timeout handling.
14719
14720 2016-12-02 Tom Tromey <tom@tromey.com>
14721
14722 * gdb.dwarf2/main-subprogram.c: New file.
14723 * gdb.dwarf2/main-subprogram.exp: New file.
14724
14725 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14726
14727 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14728 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14729 gdb_test_no_output for a couple of cases.
14730 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14731
14732 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14733
14734 Fix test names and standardize compilation error messages throughout
14735 the following files:
14736
14737 * gdb.ada/start.exp
14738 * gdb.arch/alpha-step.exp
14739 * gdb.arch/e500-prologue.exp
14740 * gdb.arch/ftrace-insn-reloc.exp
14741 * gdb.arch/gdb1291.exp
14742 * gdb.arch/gdb1431.exp
14743 * gdb.arch/gdb1558.exp
14744 * gdb.arch/i386-dr3-watch.exp
14745 * gdb.arch/i386-sse-stack-align.exp
14746 * gdb.arch/ia64-breakpoint-shadow.exp
14747 * gdb.arch/pa-nullify.exp
14748 * gdb.arch/powerpc-aix-prologue.exp
14749 * gdb.arch/thumb-bx-pc.exp
14750 * gdb.base/annota1.exp
14751 * gdb.base/annota3.exp
14752 * gdb.base/arrayidx.exp
14753 * gdb.base/assign.exp
14754 * gdb.base/attach.exp
14755 * gdb.base/auxv.exp
14756 * gdb.base/bang.exp
14757 * gdb.base/bfp-test.exp
14758 * gdb.base/bigcore.exp
14759 * gdb.base/bitfields2.exp
14760 * gdb.base/break-fun-addr.exp
14761 * gdb.base/break-probes.exp
14762 * gdb.base/call-rt-st.exp
14763 * gdb.base/callexit.exp
14764 * gdb.base/catch-fork-kill.exp
14765 * gdb.base/charset.exp
14766 * gdb.base/checkpoint.exp
14767 * gdb.base/comprdebug.exp
14768 * gdb.base/constvars.exp
14769 * gdb.base/coredump-filter.exp
14770 * gdb.base/cursal.exp
14771 * gdb.base/cvexpr.exp
14772 * gdb.base/detach.exp
14773 * gdb.base/display.exp
14774 * gdb.base/dmsym.exp
14775 * gdb.base/dprintf-pending.exp
14776 * gdb.base/dso2dso.exp
14777 * gdb.base/dtrace-probe.exp
14778 * gdb.base/dump.exp
14779 * gdb.base/enum_cond.exp
14780 * gdb.base/exe-lock.exp
14781 * gdb.base/exec-invalid-sysroot.exp
14782 * gdb.base/execl-update-breakpoints.exp
14783 * gdb.base/exprs.exp
14784 * gdb.base/fileio.exp
14785 * gdb.base/find.exp
14786 * gdb.base/finish.exp
14787 * gdb.base/fixsection.exp
14788 * gdb.base/foll-vfork.exp
14789 * gdb.base/frame-args.exp
14790 * gdb.base/gcore.exp
14791 * gdb.base/gdb1250.exp
14792 * gdb.base/global-var-nested-by-dso.exp
14793 * gdb.base/gnu-ifunc.exp
14794 * gdb.base/hashline1.exp
14795 * gdb.base/hashline2.exp
14796 * gdb.base/hashline3.exp
14797 * gdb.base/hbreak-in-shr-unsupported.exp
14798 * gdb.base/huge.exp
14799 * gdb.base/infcall-input.exp
14800 * gdb.base/info-fun.exp
14801 * gdb.base/info-shared.exp
14802 * gdb.base/jit-simple.exp
14803 * gdb.base/jit-so.exp
14804 * gdb.base/jit.exp
14805 * gdb.base/jump.exp
14806 * gdb.base/label.exp
14807 * gdb.base/lineinc.exp
14808 * gdb.base/logical.exp
14809 * gdb.base/longjmp.exp
14810 * gdb.base/macscp.exp
14811 * gdb.base/miscexprs.exp
14812 * gdb.base/new-ui-echo.exp
14813 * gdb.base/new-ui-pending-input.exp
14814 * gdb.base/new-ui.exp
14815 * gdb.base/nodebug.exp
14816 * gdb.base/nofield.exp
14817 * gdb.base/offsets.exp
14818 * gdb.base/overlays.exp
14819 * gdb.base/pending.exp
14820 * gdb.base/pointers.exp
14821 * gdb.base/pr11022.exp
14822 * gdb.base/printcmds.exp
14823 * gdb.base/prologue.exp
14824 * gdb.base/ptr-typedef.exp
14825 * gdb.base/realname-expand.exp
14826 * gdb.base/relativedebug.exp
14827 * gdb.base/relocate.exp
14828 * gdb.base/remote.exp
14829 * gdb.base/reread.exp
14830 * gdb.base/return2.exp
14831 * gdb.base/savedregs.exp
14832 * gdb.base/sep.exp
14833 * gdb.base/sepdebug.exp
14834 * gdb.base/sepsymtab.exp
14835 * gdb.base/set-inferior-tty.exp
14836 * gdb.base/setshow.exp
14837 * gdb.base/shlib-call.exp
14838 * gdb.base/sigaltstack.exp
14839 * gdb.base/siginfo-addr.exp
14840 * gdb.base/signals.exp
14841 * gdb.base/signull.exp
14842 * gdb.base/sigrepeat.exp
14843 * gdb.base/so-impl-ld.exp
14844 * gdb.base/solib-display.exp
14845 * gdb.base/solib-overlap.exp
14846 * gdb.base/solib-search.exp
14847 * gdb.base/solib-symbol.exp
14848 * gdb.base/structs.exp
14849 * gdb.base/structs2.exp
14850 * gdb.base/symtab-search-order.exp
14851 * gdb.base/twice.exp
14852 * gdb.base/unload.exp
14853 * gdb.base/varargs.exp
14854 * gdb.base/watchpoint-solib.exp
14855 * gdb.base/watchpoint.exp
14856 * gdb.base/whatis.exp
14857 * gdb.base/wrong_frame_bt_full.exp
14858 * gdb.btrace/dlopen.exp
14859 * gdb.cell/ea-standalone.exp
14860 * gdb.cell/ea-test.exp
14861 * gdb.cp/dispcxx.exp
14862 * gdb.cp/gdb2384.exp
14863 * gdb.cp/method2.exp
14864 * gdb.cp/nextoverthrow.exp
14865 * gdb.cp/pr10728.exp
14866 * gdb.disasm/am33.exp
14867 * gdb.disasm/h8300s.exp
14868 * gdb.disasm/mn10300.exp
14869 * gdb.disasm/sh3.exp
14870 * gdb.dwarf2/dw2-dir-file-name.exp
14871 * gdb.fortran/complex.exp
14872 * gdb.fortran/library-module.exp
14873 * gdb.guile/scm-pretty-print.exp
14874 * gdb.guile/scm-symbol.exp
14875 * gdb.guile/scm-type.exp
14876 * gdb.guile/scm-value.exp
14877 * gdb.linespec/linespec.exp
14878 * gdb.mi/gdb701.exp
14879 * gdb.mi/gdb792.exp
14880 * gdb.mi/mi-breakpoint-changed.exp
14881 * gdb.mi/mi-dprintf-pending.exp
14882 * gdb.mi/mi-dprintf.exp
14883 * gdb.mi/mi-exit-code.exp
14884 * gdb.mi/mi-pending.exp
14885 * gdb.mi/mi-solib.exp
14886 * gdb.mi/new-ui-mi-sync.exp
14887 * gdb.mi/pr11022.exp
14888 * gdb.mi/user-selected-context-sync.exp
14889 * gdb.opt/solib-intra-step.exp
14890 * gdb.python/py-events.exp
14891 * gdb.python/py-finish-breakpoint.exp
14892 * gdb.python/py-mi.exp
14893 * gdb.python/py-prettyprint.exp
14894 * gdb.python/py-shared.exp
14895 * gdb.python/py-symbol.exp
14896 * gdb.python/py-template.exp
14897 * gdb.python/py-type.exp
14898 * gdb.python/py-value.exp
14899 * gdb.reverse/solib-precsave.exp
14900 * gdb.reverse/solib-reverse.exp
14901 * gdb.server/solib-list.exp
14902 * gdb.stabs/weird.exp
14903 * gdb.threads/reconnect-signal.exp
14904 * gdb.threads/stepi-random-signal.exp
14905 * gdb.trace/actions.exp
14906 * gdb.trace/ax.exp
14907 * gdb.trace/backtrace.exp
14908 * gdb.trace/change-loc.exp
14909 * gdb.trace/deltrace.exp
14910 * gdb.trace/ftrace-lock.exp
14911 * gdb.trace/ftrace.exp
14912 * gdb.trace/infotrace.exp
14913 * gdb.trace/mi-tracepoint-changed.exp
14914 * gdb.trace/packetlen.exp
14915 * gdb.trace/passcount.exp
14916 * gdb.trace/pending.exp
14917 * gdb.trace/range-stepping.exp
14918 * gdb.trace/report.exp
14919 * gdb.trace/stap-trace.exp
14920 * gdb.trace/tfind.exp
14921 * gdb.trace/trace-break.exp
14922 * gdb.trace/trace-condition.exp
14923 * gdb.trace/trace-enable-disable.exp
14924 * gdb.trace/trace-mt.exp
14925 * gdb.trace/tracecmd.exp
14926 * gdb.trace/tspeed.exp
14927 * gdb.trace/tsv.exp
14928 * lib/perftest.exp
14929
14930 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14931
14932 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14933 with gdb_test_no_output.
14934 Use command as test name.
14935
14936 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14937
14938 Fix test names starting with uppercase throughout the files.
14939
14940 * gdb.ada/assign_1.exp
14941 * gdb.ada/boolean_expr.exp
14942 * gdb.base/arrayidx.exp
14943 * gdb.base/del.exp
14944 * gdb.base/gcore-buffer-overflow.exp
14945 * gdb.base/testenv.exp
14946 * gdb.compile/compile.exp
14947 * gdb.python/py-framefilter-invalidarg.exp
14948 * gdb.python/py-framefilter.exp
14949
14950 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14951
14952 Fix test names starting with uppercase throughout the files.
14953
14954 * gdb.ada/array_return.exp
14955 * gdb.ada/expr_delims.exp
14956 * gdb.ada/mi_dyn_arr.exp
14957 * gdb.ada/mi_interface.exp
14958 * gdb.ada/mi_var_array.exp
14959 * gdb.ada/watch_arg.exp
14960 * gdb.arch/alpha-step.exp
14961 * gdb.arch/altivec-regs.exp
14962 * gdb.arch/e500-regs.exp
14963 * gdb.arch/powerpc-d128-regs.exp
14964 * gdb.base/arrayidx.exp
14965 * gdb.base/break.exp
14966 * gdb.base/checkpoint.exp
14967 * gdb.base/debug-expr.exp
14968 * gdb.base/dmsym.exp
14969 * gdb.base/radix.exp
14970 * gdb.base/sepdebug.exp
14971 * gdb.base/testenv.exp
14972 * gdb.base/watch_thread_num.exp
14973 * gdb.base/watchpoint-cond-gone.exp
14974 * gdb.cell/break.exp
14975 * gdb.cell/ea-cache.exp
14976 * gdb.compile/compile.exp
14977 * gdb.cp/gdb2495.exp
14978 * gdb.gdb/selftest.exp
14979 * gdb.gdb/xfullpath.exp
14980 * gdb.go/hello.exp
14981 * gdb.go/integers.exp
14982 * gdb.objc/basicclass.exp
14983 * gdb.pascal/hello.exp
14984 * gdb.pascal/integers.exp
14985 * gdb.python/py-breakpoint.exp
14986 * gdb.python/py-cmd.exp
14987 * gdb.python/py-linetable.exp
14988 * gdb.python/py-xmethods.exp
14989 * gdb.python/python.exp
14990 * gdb.reverse/consecutive-precsave.exp
14991 * gdb.reverse/finish-precsave.exp
14992 * gdb.reverse/i386-precsave.exp
14993 * gdb.reverse/machinestate-precsave.exp
14994 * gdb.reverse/sigall-precsave.exp
14995 * gdb.reverse/solib-precsave.exp
14996 * gdb.reverse/step-precsave.exp
14997 * gdb.reverse/until-precsave.exp
14998 * gdb.reverse/watch-precsave.exp
14999 * gdb.threads/leader-exit.exp
15000 * gdb.threads/pthreads.exp
15001 * gdb.threads/wp-replication.exp
15002 * gdb.trace/actions.exp
15003 * gdb.trace/mi-tsv-changed.exp
15004 * gdb.trace/tsv.exp
15005
15006 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15007
15008 Fix test names starting with uppercase throughout the files.
15009
15010 * gdb.arch/i386-bp_permanent.exp
15011 * gdb.arch/i386-gnu-cfi.exp
15012 * gdb.base/disasm-end-cu.exp
15013 * gdb.base/macscp.exp
15014 * gdb.base/pending.exp
15015 * gdb.base/watch_thread_num.exp
15016 * gdb.cp/exception.exp
15017 * gdb.cp/gdb2495.exp
15018 * gdb.cp/local.exp
15019 * gdb.python/py-evsignal.exp
15020 * gdb.python/python.exp
15021 * gdb.trace/tracecmd.exp
15022
15023 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15024
15025 Fix test names starting with uppercase throughout the files.
15026
15027 * gdb.base/charset.exp
15028 * gdb.base/eval.exp
15029 * gdb.base/multi-forks.exp
15030 * gdb.guile/scm-progspace.exp
15031 * gdb.opencl/datatypes.exp
15032 * gdb.python/py-block.exp
15033 * gdb.python/py-function.exp
15034 * gdb.python/py-symbol.exp
15035 * gdb.python/py-symtab.exp
15036 * gdb.python/py-xmethods.exp
15037 * gdb.reverse/break-precsave.exp
15038 * gdb.reverse/break-reverse.exp
15039 * gdb.reverse/consecutive-precsave.exp
15040 * gdb.reverse/consecutive-reverse.exp
15041 * gdb.reverse/finish-precsave.exp
15042 * gdb.reverse/finish-reverse-bkpt.exp
15043 * gdb.reverse/finish-reverse.exp
15044 * gdb.reverse/fstatat-reverse.exp
15045 * gdb.reverse/getresuid-reverse.exp
15046 * gdb.reverse/i386-precsave.exp
15047 * gdb.reverse/i386-reverse.exp
15048 * gdb.reverse/i386-sse-reverse.exp
15049 * gdb.reverse/i387-stack-reverse.exp
15050 * gdb.reverse/insn-reverse.exp
15051 * gdb.reverse/machinestate-precsave.exp
15052 * gdb.reverse/machinestate.exp
15053 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15054 * gdb.reverse/pipe-reverse.exp
15055 * gdb.reverse/readv-reverse.exp
15056 * gdb.reverse/recvmsg-reverse.exp
15057 * gdb.reverse/rerun-prec.exp
15058 * gdb.reverse/s390-mvcle.exp
15059 * gdb.reverse/sigall-precsave.exp
15060 * gdb.reverse/sigall-reverse.exp
15061 * gdb.reverse/solib-precsave.exp
15062 * gdb.reverse/solib-reverse.exp
15063 * gdb.reverse/step-precsave.exp
15064 * gdb.reverse/step-reverse.exp
15065 * gdb.reverse/time-reverse.exp
15066 * gdb.reverse/until-precsave.exp
15067 * gdb.reverse/until-reverse.exp
15068 * gdb.reverse/waitpid-reverse.exp
15069 * gdb.reverse/watch-precsave.exp
15070 * gdb.reverse/watch-reverse.exp
15071
15072 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15073
15074 Fix test names starting with uppercase throughout the files.
15075
15076 * gdb.arch/i386-mpx-simple_segv.exp
15077 * gdb.arch/i386-mpx.exp
15078 * gdb.arch/i386-permbkpt.exp
15079 * gdb.arch/pa-nullify.exp
15080 * gdb.arch/powerpc-d128-regs.exp
15081 * gdb.arch/vsx-regs.exp
15082 * gdb.base/bfp-test.exp
15083 * gdb.base/break.exp
15084 * gdb.base/breakpoint-shadow.exp
15085 * gdb.base/callfuncs.exp
15086 * gdb.base/charset.exp
15087 * gdb.base/commands.exp
15088 * gdb.base/completion.exp
15089 * gdb.base/dfp-test.exp
15090 * gdb.base/echo.exp
15091 * gdb.base/ending-run.exp
15092 * gdb.base/eval.exp
15093 * gdb.base/expand-psymtabs.exp
15094 * gdb.base/float128.exp
15095 * gdb.base/floatn.exp
15096 * gdb.base/foll-exec-mode.exp
15097 * gdb.base/gdb1056.exp
15098 * gdb.base/gdb11531.exp
15099 * gdb.base/kill-after-signal.exp
15100 * gdb.base/multi-forks.exp
15101 * gdb.base/overlays.exp
15102 * gdb.base/pending.exp
15103 * gdb.base/sepdebug.exp
15104 * gdb.base/testenv.exp
15105 * gdb.base/valgrind-db-attach.exp
15106 * gdb.base/watch_thread_num.exp
15107 * gdb.base/watchpoint-cond-gone.exp
15108 * gdb.base/watchpoint.exp
15109 * gdb.base/watchpoints.exp
15110 * gdb.cp/arg-reference.exp
15111 * gdb.cp/baseenum.exp
15112 * gdb.cp/operator.exp
15113 * gdb.cp/shadow.exp
15114 * gdb.dwarf2/dw2-op-out-param.exp
15115 * gdb.dwarf2/dw2-reg-undefined.exp
15116 * gdb.go/chan.exp
15117 * gdb.go/hello.exp
15118 * gdb.go/integers.exp
15119 * gdb.go/methods.exp
15120 * gdb.go/package.exp
15121 * gdb.guile/scm-parameter.exp
15122 * gdb.guile/scm-progspace.exp
15123 * gdb.guile/scm-value.exp
15124 * gdb.mi/mi-pending.exp
15125 * gdb.mi/user-selected-context-sync.exp
15126 * gdb.multi/multi-attach.exp
15127 * gdb.multi/tids.exp
15128 * gdb.opt/clobbered-registers-O2.exp
15129 * gdb.pascal/floats.exp
15130 * gdb.pascal/integers.exp
15131 * gdb.python/py-block.exp
15132 * gdb.python/py-events.exp
15133 * gdb.python/py-parameter.exp
15134 * gdb.python/py-symbol.exp
15135 * gdb.python/py-symtab.exp
15136 * gdb.python/py-type.exp
15137 * gdb.python/py-value.exp
15138 * gdb.python/py-xmethods.exp
15139 * gdb.python/python.exp
15140 * gdb.reverse/break-precsave.exp
15141 * gdb.reverse/consecutive-precsave.exp
15142 * gdb.reverse/finish-precsave.exp
15143 * gdb.reverse/i386-precsave.exp
15144 * gdb.reverse/machinestate-precsave.exp
15145 * gdb.reverse/sigall-precsave.exp
15146 * gdb.reverse/solib-precsave.exp
15147 * gdb.reverse/step-precsave.exp
15148 * gdb.reverse/until-precsave.exp
15149 * gdb.reverse/watch-precsave.exp
15150 * gdb.server/ext-attach.exp
15151 * gdb.server/ext-restart.exp
15152 * gdb.server/ext-run.exp
15153 * gdb.server/ext-wrapper.exp
15154 * gdb.stabs/gdb11479.exp
15155 * gdb.stabs/weird.exp
15156 * gdb.threads/attach-many-short-lived-threads.exp
15157 * gdb.threads/kill.exp
15158 * gdb.threads/watchpoint-fork.exp
15159
15160 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15161
15162 Fix test names starting with uppercase throughout all the files below.
15163
15164 * gdb.ada/array_return.exp
15165 * gdb.ada/catch_ex.exp
15166 * gdb.ada/info_exc.exp
15167 * gdb.ada/mi_catch_ex.exp
15168 * gdb.ada/mi_dyn_arr.exp
15169 * gdb.ada/mi_ex_cond.exp
15170 * gdb.ada/mi_exc_info.exp
15171 * gdb.ada/mi_interface.exp
15172 * gdb.ada/mi_task_arg.exp
15173 * gdb.ada/mi_task_info.exp
15174 * gdb.ada/mi_var_array.exp
15175 * gdb.arch/alpha-step.exp
15176 * gdb.arch/amd64-disp-step.exp
15177 * gdb.arch/arm-disp-step.exp
15178 * gdb.arch/disp-step-insn-reloc.exp
15179 * gdb.arch/e500-prologue.exp
15180 * gdb.arch/ftrace-insn-reloc.exp
15181 * gdb.arch/gdb1558.exp
15182 * gdb.arch/i386-bp_permanent.exp
15183 * gdb.arch/i386-disp-step.exp
15184 * gdb.arch/i386-float.exp
15185 * gdb.arch/i386-gnu-cfi.exp
15186 * gdb.arch/ia64-breakpoint-shadow.exp
15187 * gdb.arch/mips16-thunks.exp
15188 * gdb.arch/pa-nullify.exp
15189 * gdb.arch/powerpc-aix-prologue.exp
15190 * gdb.arch/powerpc-power.exp
15191 * gdb.arch/ppc-dfp.exp
15192 * gdb.arch/s390-tdbregs.exp
15193 * gdb.arch/spu-info.exp
15194 * gdb.arch/spu-ls.exp
15195 * gdb.arch/thumb-bx-pc.exp
15196 * gdb.base/advance.exp
15197 * gdb.base/annota-input-while-running.exp
15198 * gdb.base/arrayidx.exp
15199 * gdb.base/asmlabel.exp
15200 * gdb.base/async.exp
15201 * gdb.base/attach-wait-input.exp
15202 * gdb.base/auto-connect-native-target.exp
15203 * gdb.base/batch-preserve-term-settings.exp
15204 * gdb.base/bfp-test.exp
15205 * gdb.base/bigcore.exp
15206 * gdb.base/bp-permanent.exp
15207 * gdb.base/break-always.exp
15208 * gdb.base/break-fun-addr.exp
15209 * gdb.base/break-idempotent.exp
15210 * gdb.base/break-main-file-remove-fail.exp
15211 * gdb.base/break-probes.exp
15212 * gdb.base/break-unload-file.exp
15213 * gdb.base/break.exp
15214 * gdb.base/call-ar-st.exp
15215 * gdb.base/call-rt-st.exp
15216 * gdb.base/call-sc.exp
15217 * gdb.base/call-signal-resume.exp
15218 * gdb.base/call-strs.exp
15219 * gdb.base/callexit.exp
15220 * gdb.base/callfuncs.exp
15221 * gdb.base/catch-gdb-caused-signals.exp
15222 * gdb.base/catch-signal-siginfo-cond.exp
15223 * gdb.base/catch-syscall.exp
15224 * gdb.base/compare-sections.exp
15225 * gdb.base/cond-eval-mode.exp
15226 * gdb.base/condbreak-call-false.exp
15227 * gdb.base/consecutive-step-over.exp
15228 * gdb.base/cursal.exp
15229 * gdb.base/disabled-location.exp
15230 * gdb.base/disasm-end-cu.exp
15231 * gdb.base/display.exp
15232 * gdb.base/double-prompt-target-event-error.exp
15233 * gdb.base/dprintf-bp-same-addr.exp
15234 * gdb.base/dprintf-detach.exp
15235 * gdb.base/dprintf-next.exp
15236 * gdb.base/dprintf-non-stop.exp
15237 * gdb.base/dprintf-pending.exp
15238 * gdb.base/dso2dso.exp
15239 * gdb.base/ending-run.exp
15240 * gdb.base/enum_cond.exp
15241 * gdb.base/examine-backward.exp
15242 * gdb.base/exe-lock.exp
15243 * gdb.base/exec-invalid-sysroot.exp
15244 * gdb.base/execl-update-breakpoints.exp
15245 * gdb.base/execution-termios.exp
15246 * gdb.base/fileio.exp
15247 * gdb.base/fixsection.exp
15248 * gdb.base/foll-exec-mode.exp
15249 * gdb.base/foll-exec.exp
15250 * gdb.base/fork-running-state.exp
15251 * gdb.base/frame-args.exp
15252 * gdb.base/fullpath-expand.exp
15253 * gdb.base/func-ptr.exp
15254 * gdb.base/gcore-relro-pie.exp
15255 * gdb.base/gdb1090.exp
15256 * gdb.base/gdb1555.exp
15257 * gdb.base/global-var-nested-by-dso.exp
15258 * gdb.base/gnu-ifunc.exp
15259 * gdb.base/hbreak-in-shr-unsupported.exp
15260 * gdb.base/hbreak-unmapped.exp
15261 * gdb.base/hook-stop.exp
15262 * gdb.base/infcall-input.exp
15263 * gdb.base/info-fun.exp
15264 * gdb.base/info-shared.exp
15265 * gdb.base/interrupt-noterm.exp
15266 * gdb.base/jit-so.exp
15267 * gdb.base/jit.exp
15268 * gdb.base/line-symtabs.exp
15269 * gdb.base/list.exp
15270 * gdb.base/longjmp.exp
15271 * gdb.base/macscp.exp
15272 * gdb.base/max-value-size.exp
15273 * gdb.base/nodebug.exp
15274 * gdb.base/nofield.exp
15275 * gdb.base/overlays.exp
15276 * gdb.base/paginate-after-ctrl-c-running.exp
15277 * gdb.base/paginate-bg-execution.exp
15278 * gdb.base/paginate-inferior-exit.exp
15279 * gdb.base/pending.exp
15280 * gdb.base/pr11022.exp
15281 * gdb.base/printcmds.exp
15282 * gdb.base/ptr-typedef.exp
15283 * gdb.base/ptype.exp
15284 * gdb.base/randomize.exp
15285 * gdb.base/range-stepping.exp
15286 * gdb.base/realname-expand.exp
15287 * gdb.base/relativedebug.exp
15288 * gdb.base/remote.exp
15289 * gdb.base/savedregs.exp
15290 * gdb.base/sepdebug.exp
15291 * gdb.base/set-noassign.exp
15292 * gdb.base/shlib-call.exp
15293 * gdb.base/shreloc.exp
15294 * gdb.base/sigaltstack.exp
15295 * gdb.base/sigbpt.exp
15296 * gdb.base/siginfo-addr.exp
15297 * gdb.base/siginfo-obj.exp
15298 * gdb.base/siginfo-thread.exp
15299 * gdb.base/signest.exp
15300 * gdb.base/signull.exp
15301 * gdb.base/sigrepeat.exp
15302 * gdb.base/skip.exp
15303 * gdb.base/so-impl-ld.exp
15304 * gdb.base/solib-corrupted.exp
15305 * gdb.base/solib-disc.exp
15306 * gdb.base/solib-display.exp
15307 * gdb.base/solib-overlap.exp
15308 * gdb.base/solib-search.exp
15309 * gdb.base/solib-symbol.exp
15310 * gdb.base/source-execution.exp
15311 * gdb.base/sss-bp-on-user-bp-2.exp
15312 * gdb.base/sss-bp-on-user-bp.exp
15313 * gdb.base/stack-checking.exp
15314 * gdb.base/stale-infcall.exp
15315 * gdb.base/step-break.exp
15316 * gdb.base/step-line.exp
15317 * gdb.base/step-over-exit.exp
15318 * gdb.base/step-test.exp
15319 * gdb.base/structs.exp
15320 * gdb.base/sym-file.exp
15321 * gdb.base/symtab-search-order.exp
15322 * gdb.base/term.exp
15323 * gdb.base/type-opaque.exp
15324 * gdb.base/unload.exp
15325 * gdb.base/until-nodebug.exp
15326 * gdb.base/until.exp
15327 * gdb.base/unwindonsignal.exp
15328 * gdb.base/watch-cond.exp
15329 * gdb.base/watch-non-mem.exp
15330 * gdb.base/watch_thread_num.exp
15331 * gdb.base/watchpoint-reuse-slot.exp
15332 * gdb.base/watchpoint-solib.exp
15333 * gdb.base/watchpoint.exp
15334 * gdb.btrace/dlopen.exp
15335 * gdb.cell/arch.exp
15336 * gdb.cell/break.exp
15337 * gdb.cell/bt.exp
15338 * gdb.cell/core.exp
15339 * gdb.cell/data.exp
15340 * gdb.cell/dwarfaddr.exp
15341 * gdb.cell/ea-cache.exp
15342 * gdb.cell/ea-standalone.exp
15343 * gdb.cell/ea-test.exp
15344 * gdb.cell/f-regs.exp
15345 * gdb.cell/fork.exp
15346 * gdb.cell/gcore.exp
15347 * gdb.cell/mem-access.exp
15348 * gdb.cell/ptype.exp
15349 * gdb.cell/registers.exp
15350 * gdb.cell/sizeof.exp
15351 * gdb.cell/solib-symbol.exp
15352 * gdb.cell/solib.exp
15353 * gdb.compile/compile-tls.exp
15354 * gdb.cp/exception.exp
15355 * gdb.cp/gdb2495.exp
15356 * gdb.cp/local.exp
15357 * gdb.cp/mb-inline.exp
15358 * gdb.cp/mb-templates.exp
15359 * gdb.cp/pr10687.exp
15360 * gdb.cp/pr9167.exp
15361 * gdb.cp/scope-err.exp
15362 * gdb.cp/templates.exp
15363 * gdb.cp/virtfunc.exp
15364 * gdb.dwarf2/dw2-dir-file-name.exp
15365 * gdb.dwarf2/dw2-single-line-discriminators.exp
15366 * gdb.fortran/complex.exp
15367 * gdb.fortran/library-module.exp
15368 * gdb.guile/guile.exp
15369 * gdb.guile/scm-cmd.exp
15370 * gdb.guile/scm-frame-inline.exp
15371 * gdb.guile/scm-objfile.exp
15372 * gdb.guile/scm-pretty-print.exp
15373 * gdb.guile/scm-symbol.exp
15374 * gdb.guile/scm-type.exp
15375 * gdb.guile/scm-value.exp
15376 * gdb.linespec/keywords.exp
15377 * gdb.linespec/ls-errs.exp
15378 * gdb.linespec/macro-relative.exp
15379 * gdb.linespec/thread.exp
15380 * gdb.mi/mi-breakpoint-changed.exp
15381 * gdb.mi/mi-dprintf-pending.exp
15382 * gdb.mi/mi-fullname-deleted.exp
15383 * gdb.mi/mi-logging.exp
15384 * gdb.mi/mi-pending.exp
15385 * gdb.mi/mi-solib.exp
15386 * gdb.mi/new-ui-mi-sync.exp
15387 * gdb.mi/user-selected-context-sync.exp
15388 * gdb.multi/dummy-frame-restore.exp
15389 * gdb.multi/multi-arch-exec.exp
15390 * gdb.multi/remove-inferiors.exp
15391 * gdb.multi/watchpoint-multi-exit.exp
15392 * gdb.opt/solib-intra-step.exp
15393 * gdb.perf/backtrace.exp
15394 * gdb.perf/single-step.exp
15395 * gdb.perf/skip-command.exp
15396 * gdb.perf/skip-prologue.exp
15397 * gdb.perf/solib.exp
15398 * gdb.python/lib-types.exp
15399 * gdb.python/py-as-string.exp
15400 * gdb.python/py-bad-printers.exp
15401 * gdb.python/py-block.exp
15402 * gdb.python/py-breakpoint.exp
15403 * gdb.python/py-cmd.exp
15404 * gdb.python/py-events.exp
15405 * gdb.python/py-evthreads.exp
15406 * gdb.python/py-finish-breakpoint.exp
15407 * gdb.python/py-finish-breakpoint2.exp
15408 * gdb.python/py-frame-inline.exp
15409 * gdb.python/py-frame.exp
15410 * gdb.python/py-inferior.exp
15411 * gdb.python/py-infthread.exp
15412 * gdb.python/py-mi.exp
15413 * gdb.python/py-objfile.exp
15414 * gdb.python/py-pp-maint.exp
15415 * gdb.python/py-pp-registration.exp
15416 * gdb.python/py-prettyprint.exp
15417 * gdb.python/py-recurse-unwind.exp
15418 * gdb.python/py-shared.exp
15419 * gdb.python/py-symbol.exp
15420 * gdb.python/py-symtab.exp
15421 * gdb.python/py-template.exp
15422 * gdb.python/py-type.exp
15423 * gdb.python/py-unwind-maint.exp
15424 * gdb.python/py-unwind.exp
15425 * gdb.python/py-value.exp
15426 * gdb.python/python.exp
15427 * gdb.reverse/finish-reverse-bkpt.exp
15428 * gdb.reverse/insn-reverse.exp
15429 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15430 * gdb.reverse/solib-precsave.exp
15431 * gdb.reverse/solib-reverse.exp
15432 * gdb.stabs/gdb11479.exp
15433 * gdb.stabs/weird.exp
15434 * gdb.threads/fork-child-threads.exp
15435 * gdb.threads/fork-plus-threads.exp
15436 * gdb.threads/fork-thread-pending.exp
15437 * gdb.threads/forking-threads-plus-breakpoint.exp
15438 * gdb.threads/hand-call-in-threads.exp
15439 * gdb.threads/interrupted-hand-call.exp
15440 * gdb.threads/linux-dp.exp
15441 * gdb.threads/local-watch-wrong-thread.exp
15442 * gdb.threads/next-while-other-thread-longjmps.exp
15443 * gdb.threads/non-ldr-exit.exp
15444 * gdb.threads/pending-step.exp
15445 * gdb.threads/print-threads.exp
15446 * gdb.threads/process-dies-while-detaching.exp
15447 * gdb.threads/process-dies-while-handling-bp.exp
15448 * gdb.threads/pthreads.exp
15449 * gdb.threads/queue-signal.exp
15450 * gdb.threads/reconnect-signal.exp
15451 * gdb.threads/signal-command-handle-nopass.exp
15452 * gdb.threads/signal-command-multiple-signals-pending.exp
15453 * gdb.threads/signal-delivered-right-thread.exp
15454 * gdb.threads/signal-sigtrap.exp
15455 * gdb.threads/sigthread.exp
15456 * gdb.threads/staticthreads.exp
15457 * gdb.threads/stepi-random-signal.exp
15458 * gdb.threads/thread-unwindonsignal.exp
15459 * gdb.threads/thread_check.exp
15460 * gdb.threads/thread_events.exp
15461 * gdb.threads/tid-reuse.exp
15462 * gdb.threads/tls-nodebug.exp
15463 * gdb.threads/tls-shared.exp
15464 * gdb.threads/tls-so_extern.exp
15465 * gdb.threads/tls.exp
15466 * gdb.threads/wp-replication.exp
15467 * gdb.trace/actions-changed.exp
15468 * gdb.trace/actions.exp
15469 * gdb.trace/backtrace.exp
15470 * gdb.trace/change-loc.exp
15471 * gdb.trace/collection.exp
15472 * gdb.trace/deltrace.exp
15473 * gdb.trace/disconnected-tracing.exp
15474 * gdb.trace/entry-values.exp
15475 * gdb.trace/ftrace-lock.exp
15476 * gdb.trace/ftrace.exp
15477 * gdb.trace/infotrace.exp
15478 * gdb.trace/mi-trace-frame-collected.exp
15479 * gdb.trace/mi-trace-unavailable.exp
15480 * gdb.trace/mi-traceframe-changed.exp
15481 * gdb.trace/mi-tracepoint-changed.exp
15482 * gdb.trace/mi-tsv-changed.exp
15483 * gdb.trace/no-attach-trace.exp
15484 * gdb.trace/packetlen.exp
15485 * gdb.trace/passc-dyn.exp
15486 * gdb.trace/passcount.exp
15487 * gdb.trace/pending.exp
15488 * gdb.trace/pr16508.exp
15489 * gdb.trace/qtro.exp
15490 * gdb.trace/range-stepping.exp
15491 * gdb.trace/read-memory.exp
15492 * gdb.trace/report.exp
15493 * gdb.trace/save-trace.exp
15494 * gdb.trace/signal.exp
15495 * gdb.trace/stap-trace.exp
15496 * gdb.trace/status-stop.exp
15497 * gdb.trace/strace.exp
15498 * gdb.trace/tfile.exp
15499 * gdb.trace/tfind.exp
15500 * gdb.trace/trace-break.exp
15501 * gdb.trace/trace-condition.exp
15502 * gdb.trace/trace-enable-disable.exp
15503 * gdb.trace/trace-mt.exp
15504 * gdb.trace/tracecmd.exp
15505 * gdb.trace/tracefile-pseudo-reg.exp
15506 * gdb.trace/tspeed.exp
15507 * gdb.trace/tstatus.exp
15508 * gdb.trace/tsv.exp
15509 * gdb.trace/unavailable.exp
15510 * gdb.trace/while-dyn.exp
15511 * gdb.trace/while-stepping.exp
15512 * lib/gdb-guile.exp
15513 * lib/gdb.exp
15514 * lib/mi-support.exp
15515 * lib/pascal.exp
15516 * lib/perftest.exp
15517 * lib/prelink-support.exp
15518 * lib/selftest-support.exp
15519
15520 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15521
15522 * Makefile.in: Include disable-implicit-rules.mk.
15523
15524 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15525
15526 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15527 non-byte-aligned bit fields.
15528
15529 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15530
15531 PR gdb/12616
15532 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15533 respects the DW_AT_data_bit_offset attribute.
15534
15535 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15536
15537 * gdb.base/default.exp: Fix output of "set language".
15538
15539 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15540
15541 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15542 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15543 make.
15544 * configure.ac: Remove checks for the make program.
15545 * configure: Re-generate.
15546
15547 2016-11-16 Kevin Buettner <kevinb@redhat.com>
15548
15549 * gdb.python/py-recurse-unwind.c (main): Add loop.
15550 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15551 to read_register() and gdb.parse_and_eval(). Make each code
15552 call a separate case that can be individually tested.
15553 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15554 proc. Call cont_and_backtrace for each of the code paths that
15555 we want to test in the unwinder.
15556
15557 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15558
15559 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15560 the definition of struct S.
15561
15562 2016-11-11 Catherine Moore <clm@codesourcery.com>
15563
15564 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15565
15566 2016-11-09 Pedro Alves <palves@redhat.com>
15567
15568 * gdb.base/commands.exp (runto_or_return): New procedure.
15569 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15570 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15571 (progvar_simple_while_test, progvar_complex_if_while_test)
15572 (if_while_breakpoint_command_test)
15573 (infrun_breakpoint_command_test, breakpoint_command_test)
15574 (user_defined_command_test, watchpoint_command_test)
15575 (test_command_prompt_position, redefine_hook_test)
15576 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15577 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15578 multi_line_input and multi_line. Remove gdb_expect and
15579 gdb_stop_suppressing_tests uses.
15580 * lib/gdb.exp (valnum_re): New global.
15581 (multi_line_input): New procedure.
15582
15583 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15584
15585 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15586 Remove.
15587 (test_setup): Define with proc_with_prefix.
15588 (test_cli_inferior): Likewise.
15589 (test_cli_thread): Likewise.
15590 (test_cli_frame): Likewise.
15591 (test_cli_select_frame): Likewise.
15592 (test_cli_up_down): Likewise.
15593 (test_mi_thread_select): Likewise.
15594 (test_mi_stack_select_frame): Likewise.
15595 (test_cli_in_mi_inferior): Likewise.
15596 (test_cli_in_mi_thread): Likewise.
15597 (test_cli_in_mi_frame): Likewise.
15598 (top level): Do not use with_test_prefix_procname.
15599
15600 2016-11-09 Pedro Alves <palves@redhat.com>
15601
15602 * gdb.base/commands.exp (gdbvar_simple_if_test)
15603 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15604 (progvar_simple_if_test, progvar_simple_while_test)
15605 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15606 (infrun_breakpoint_command_test, breakpoint_command_test)
15607 (user_defined_command_test, watchpoint_command_test)
15608 (test_command_prompt_position, deprecated_command_test)
15609 (bp_deleted_in_command, temporary_breakpoint_commands)
15610 (stray_arg0_test, source_file_with_indented_comment)
15611 (recursive_source_test, if_commands_test)
15612 (error_clears_commands_left, redefine_hook_test)
15613 (redefine_backtrace_test): Use proc_with_prefix.
15614 * lib/gdb.exp (proc_with_prefix): New proc.
15615
15616 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15617
15618 * gdb.base/tui-layout.c: New file.
15619 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15620 disassembly window contains very long lines.
15621
15622 2016-11-08 Tom Tromey <tom@tromey.com>
15623
15624 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15625 depend on Python 2.
15626
15627 2016-11-08 Tom Tromey <tom@tromey.com>
15628
15629 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15630 New method.
15631
15632 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15633
15634 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15635
15636 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15637
15638 * gdb.rust/simple.rs: Add test for univariant enums without
15639 discriminants and for encoded struct-like enums.
15640
15641 2016-10-28 Pedro Alves <palves@redhat.com>
15642
15643 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15644 gdb_test_multiple, tighten regexps and match symtabs and line
15645 tables incrementally.
15646
15647 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15648
15649 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15650 general.
15651
15652 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15653
15654 * gdb.base/exec-invalid-sysroot.exp: New file.
15655
15656 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15657
15658 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15659
15660 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15661
15662 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15663
15664 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15665
15666 * gdb.base/killed-outside.exp: Remove $options from a call to
15667 `prepare_for_testing'.
15668
15669 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15670
15671 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15672 Change test message.
15673
15674 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15675
15676 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15677 Update comment.
15678
15679 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15680
15681 * gdb.trace/mi-trace-save.exp: New file.
15682
15683 2016-10-13 Yao Qi <yao.qi@linaro.org>
15684
15685 * gdb.base/code_elim.exp (get_var_address): Remove.
15686 * gdb.base/relocate.exp: Likewise.
15687 * gdb.base/shreloc.exp: Likewise.
15688 * lib/gdb.exp (get_var_address): New.
15689
15690 2016-10-13 Yao Qi <yao.qi@linaro.org>
15691
15692 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15693 floating point tests if $skip_float_test is false.
15694
15695 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15696
15697 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15698 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15699 argc values.
15700 Add 1 to argc so we guarantee distinct initial/modified argc values.
15701
15702 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15703
15704 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15705
15706 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15707
15708 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15709 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15710 * gdb.arch/vsx-regs.exp: Likewise.
15711
15712 2016-10-07 Yao Qi <yao.qi@linaro.org>
15713
15714 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15715
15716 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15717
15718 * gdb.python/python.exp: Test decode_line("*0").
15719
15720 2016-10-06 Doug Evans <dje@google.com>
15721
15722 * gdb.python/py-value.exp (test_value_creation): Add test for large
15723 unsigned 64-bit value.
15724
15725 2016-10-06 Tom Tromey <tom@tromey.com>
15726
15727 * gdb.compile/compile.exp: Change java tests to rust.
15728 * gdb.base/setshow.exp: Change java tests to rust.
15729 * gdb.base/default.exp: Remove java from language list.
15730 * README (Examples): Update language example.
15731 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15732 test.
15733 * lib/gdb.exp (skip_java_tests): Remove.
15734 * lib/java.exp: Remove.
15735 * gdb.java: Remove.
15736
15737 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15738
15739 * gdb.arch/mips-fcr.exp: New test.
15740 * gdb.arch/mips-fcr.c: Source for the new test.
15741
15742 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15743
15744 * gdb.base/solib-disc.exp: Use `standard_output_file'
15745 throughout.
15746
15747 2016-10-06 Pedro Alves <palves@redhat.com>
15748
15749 * gdb.base/jit-simple-dl.c: New file.
15750 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15751 * gdb.base/jit-simple.c: ... this.
15752 * gdb.base/jit-simple.exp (jit_run): Delete.
15753 (build_jit): New proc.
15754 (jit_test_reread): Recompile either the main program or the shared
15755 library, depending on what is being tested. Skip changing address
15756 if caller wants to. Compare before/after addresses. If testing
15757 standalone, explicitly load the binary. Test "maint info
15758 breakpoints".
15759 (top level): Add "standalone vs shared lib" and "change address"
15760 vs "same address" axes.
15761
15762 2016-10-06 Pedro Alves <palves@redhat.com>
15763
15764 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15765 call.
15766 (jit_run): Delete.
15767 (jit_test_reread): Use with_test_prefix. Reload the main binary
15768 explicitly. Compare the before/after addresses of the JIT
15769 descriptor.
15770
15771 2016-08-15 Doug Evans <dje@google.com>
15772
15773 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15774 for single bitfields is bool.
15775 * gdb.xml/tdesc-regs.exp: Ditto.
15776
15777 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15778
15779 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15780
15781 2016-10-05 Yao Qi <yao.qi@linaro.org>
15782
15783 * lib/gdb.exp (support_complex_tests): Return zero if
15784 gdb_skip_float_test return true.
15785
15786 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15787 Simon Marchi <simon.marchi@ericsson.com>
15788
15789 PR gdb/20487
15790 * gdb.mi/user-selected-context-sync.exp: New file.
15791 * gdb.mi/user-selected-context-sync.c: New file.
15792
15793 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15794 Simon Marchi <simon.marchi@ericsson.com>
15795
15796 PR gdb/20487
15797 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15798 =thread-select-event check.
15799
15800 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15801
15802 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15803 the compulsory L operand changes.
15804 * gdb.arch/powerpc-power.s: Likewise.
15805
15806 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15807
15808 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15809 * gdb.base/jit-attach-pie.c: New file.
15810 * gdb.base/jit-attach-pie.exp: New file.
15811
15812 2016-09-28 Pedro Alves <palves@redhat.com>
15813
15814 * gdb.base/infcall-input.c: New file.
15815 * gdb.base/infcall-input.exp: New file.
15816
15817 2016-09-22 Yao Qi <yao.qi@linaro.org>
15818
15819 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15820 (gdb_exit): Rename it to ...
15821 (gdbserver_gdb_exit): ... Close GDBserver.
15822 (gdb_exit): New proc, call gdbserver_gdb_exit.
15823 (mi_gdb_exit): Likewise.
15824
15825 2016-09-22 Yao Qi <yao.qi@linaro.org>
15826
15827 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15828 path.
15829 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15830 Remove duplication.
15831
15832 2016-09-22 Yao Qi <yao.qi@linaro.org>
15833
15834 * lib/gdbserver-support.exp: Check the existence of
15835 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15836
15837 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15838
15839 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15840
15841 2016-09-21 Tom Tromey <tom@tromey.com>
15842
15843 PR gdb/20604:
15844 * gdb.base/quit.exp: New file.
15845
15846 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15847
15848 * .gitignore: New file.
15849
15850 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15851
15852 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15853 throughout.
15854
15855 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15856
15857 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15858
15859 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15860
15861 * gdb.cp/casts.cc (decltype): Move it ...
15862 (main): ... with its call to ...
15863 * gdb.cp/casts03.cc: ... a new file.
15864 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15865
15866 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15867
15868 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15869
15870 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15871
15872 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15873 and sync up the test with tests in gas/testsuite/gas/ppc.
15874 * gdb.arch/powerpc-power.exp: Likewise.
15875
15876 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15877
15878 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15879
15880 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15881 Jan Kratochvil <jan.kratochvil@redhat.com>
15882
15883 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15884 make m1's definition to be different from m2's. Use 'dummy' as an
15885 argument for probe 'two'.
15886
15887 2016-09-10 Jon Beniston <jon@beniston.com>
15888
15889 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15890 for sim target.
15891
15892 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15893
15894 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15895 variable declaration.
15896 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15897 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15898 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15899 received HWCAP as its argument.
15900
15901 2016-09-06 Pedro Alves <palves@redhat.com>
15902
15903 * gdb.base/new-ui-pending-input.c: New file.
15904 * gdb.base/new-ui-pending-input.exp: New file.
15905 * gdb.exp (clear_gdb_spawn_id): New procedure.
15906 (with_spawn_id): Check whether gdb_spawn_id exists before
15907 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15908 on exit.
15909
15910 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15911
15912 * gdb.base/float128.c: New file.
15913 * gdb.base/float128.exp: Likewise.
15914 * gdb.base/floatn.c: Likewise.
15915 * gdb.base/floatn.exp: Likewise.
15916
15917 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15918
15919 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15920
15921 2016-09-05 Pedro Alves <palves@redhat.com>
15922
15923 PR backtrace/19927
15924 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15925 unwinders are immediately called as side effect of "source" or
15926 "disable unwinder" commands.
15927 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15928
15929 2016-09-02 Yao Qi <yao.qi@linaro.org>
15930
15931 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15932 is true and $type is "float" or "double".
15933
15934 2016-09-02 Yao Qi <yao.qi@linaro.org>
15935
15936 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15937 true.
15938 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15939 * gdb.base/call-rt-st.exp: Likewise.
15940 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15941 return value instead of gdb,skip_float_test.
15942 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15943 (do_function_calls): Use its return value instead of
15944 gdb,skip_float_test.
15945 * gdb.base/finish.exp: Likewise.
15946 * gdb.base/funcargs.exp: Likewise.
15947 * gdb.base/return.exp: Likewise.
15948 * gdb.base/return2.exp: Likewise.
15949 * gdb.base/varargs.exp: Likewise.
15950 * lib/gdb.exp (gdb_skip_float_test): Change it to
15951 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15952
15953 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15954
15955 * gdb.multi/tids.exp: Test "thread apply all".
15956
15957 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15958
15959 * gdb.base/default.exp (tty): Remove.
15960
15961 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15962
15963 * gdb.python/py-recurse-unwind.c: New file.
15964 * gdb.python/py-recurse-unwind.py: New file.
15965 * gdb.python/py-recurse-unwind.exp: New file.
15966
15967 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15968
15969 * gdb.base/set-inferior-tty.exp: New file.
15970 * gdb.base/set-inferior-tty.c: New file.
15971
15972 2016-08-23 Pedro Alves <palves@redhat.com>
15973
15974 PR gdb/20494
15975 * gdb.base/new-ui-echo.c: New file.
15976 * gdb.base/new-ui-echo.exp: New file.
15977
15978 2016-08-23 Yao Qi <yao.qi@linaro.org>
15979
15980 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15981 gdbserver_spawn.
15982 * gdb.server/connect-without-multi-process.exp (do_test):
15983 Likewise.
15984
15985 2016-08-23 Yao Qi <yao.qi@linaro.org>
15986
15987 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15988 standalone_txt. Delete gdb_txt and standalone_txt on host
15989 and target. Spawn the binary on target. Copy files from
15990 target to host.
15991
15992 2016-08-22 Pedro Alves <palves@redhat.com>
15993
15994 PR gdb/20505
15995 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15996 with_test_prefix. Factor out bits to ...
15997 (test_no_vdso): ... this new procedure.
15998
15999 2016-08-19 Carl Love <cel@us.ibm.com>
16000
16001 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
16002 maintaining separate logic for constructing the output path.
16003 * gdb.arch/powerpc-d128-regs.exp: Likewise.
16004 * gdb.arch/ppc-dfp.exp: Likewise.
16005 * gdb.arch/ppc-fp.exp: Likewise.
16006 * gdb.arch/vsx-regs.exp: Likewise.
16007 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
16008 binprefix for generating the additional binary files.
16009
16010 2016-08-19 Pedro Alves <palves@redhat.com>
16011
16012 * gdb.trace/mi-trace-frame-collected.exp
16013 (test_trace_frame_collected): On x32, expect two registers.
16014
16015 2016-08-18 Carl Love <cel@us.ibm.com>
16016
16017 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
16018 and sync up the test with tests in gas/testsuite/gas/ppc.
16019 * gdb.arch/powerpc-power.exp: Likewise.
16020
16021 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
16022
16023 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
16024 expected error message.
16025
16026 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
16027
16028 * gdb.multi/remove-inferiors.exp: New file.
16029 * gdb.multi/remove-inferiors.c: New file.
16030
16031 2016-08-12 Yao Qi <yao.qi@linaro.org>
16032
16033 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
16034 argument list.
16035
16036 2016-08-10 Pedro Alves <palves@redhat.com>
16037
16038 PR gdb/19187
16039 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
16040 setup_kfails.
16041
16042 2016-08-09 Pedro Alves <palves@redhat.com>
16043 Simon Marchi <simon.marchi@ericsson.com>
16044
16045 PR gdb/20418
16046 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
16047 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
16048
16049 2016-08-09 Pedro Alves <palves@redhat.com>
16050
16051 PR mi/20431
16052 * gdb.mi/mi-cmd-error.exp: New file.
16053
16054 2016-08-09 Pedro Alves <palves@redhat.com>
16055
16056 PR gdb/18653
16057 * gdb.base/signals-state-child.c: New file.
16058 * gdb.base/signals-state-child.exp: New file.
16059 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
16060
16061 2016-08-09 Pedro Alves <palves@redhat.com>
16062
16063 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
16064
16065 2016-08-03 Tom Tromey <tom@tromey.com>
16066
16067 PR python/18565:
16068 * gdb.python/py-frame-inline.exp: Add Frame.function test.
16069
16070 2016-08-01 Yao Qi <yao.qi@linaro.org>
16071
16072 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
16073 variable mode to "multi-process" if $multi_process is 1, otherwise
16074 set it to "single-process".
16075
16076 2016-08-01 Yao Qi <yao.qi@linaro.org>
16077
16078 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
16079 * gdb.cp/cpexprs.exp: Likewise.
16080 * gdb.cp/m-static.exp: Likewise.
16081
16082 2016-07-26 Tom Tromey <tom@tromey.com>
16083
16084 PR python/20190:
16085 * gdb.threads/tls.exp (check_thread_local): Add python symbol
16086 test.
16087
16088 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
16089
16090 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
16091 selecting assembly source files.
16092 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
16093 assembly source files.
16094 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
16095 assembly source files.
16096 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
16097 selecting assembly source files.
16098
16099 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
16100
16101 * gdb.base/new-ui.exp (do_test_invalid_args): New
16102 procedure.
16103
16104 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
16105
16106 * gdb.btrace/reconnect.c: New file.
16107 * gdb.btrace/reconnect.exp: New file.
16108
16109 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
16110
16111 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
16112 to test_catch_syscall_group.
16113 (test_catch_syscall_group): New.
16114
16115 2016-07-21 Tom Tromey <tom@tromey.com>
16116
16117 * gdb.rust/simple.rs (main): Use empty struct expression.
16118 * gdb.rust/simple.exp: Add tests for empty struct expression.
16119
16120 2016-07-21 Yao Qi <yao.qi@linaro.org>
16121
16122 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
16123 if gdb_skip_xml_test is true on some targets.
16124
16125 2016-07-21 Yao Qi <yao.qi@linaro.org>
16126
16127 * gdb.server/solib-list.exp: Unset last_loaded_file.
16128
16129 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16130
16131 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
16132 "step into captured_main (args)".
16133
16134 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16135
16136 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
16137
16138 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16139
16140 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
16141
16142 2016-07-19 Pedro Alves <palves@redhat.com>
16143
16144 * gdb.opt/inline-break.exp: Remove optimize=-O2.
16145 * gdb.opt/inline-bt.exp: Likewise.
16146 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
16147 additional_flags=-Winline.
16148 * gdb.opt/inline-locals.exp: Likewise.
16149 * gdb.opt/inline-markers.c (ATTR): Define.
16150 (inlined_fn): Use it.
16151
16152 2016-07-19 Yao Qi <yao.qi@linaro.org>
16153
16154 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
16155 (test_with_self): Remove some code. Remove argument executable.
16156 (top-level): Use do_self_tests.
16157
16158 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
16159 Don Breazeal <donb@codesourcery.com>
16160
16161 * gdb.base/maint.exp: Escape paths used in regular expressions.
16162 * gdb.stabs/weird.exp: Likewise.
16163
16164 2016-07-13 Tom Tromey <tom@tromey.com>
16165
16166 PR python/15620, PR python/18620:
16167 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
16168 (test_bkpt_events): New procs.
16169
16170 2016-07-13 Tom Tromey <tom@tromey.com>
16171
16172 PR python/17698:
16173 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
16174 test.
16175 (test_watchpoints): Likewise.
16176 (test_bkpt_pending): New proc.
16177
16178 2016-07-13 Tom Tromey <tom@tromey.com>
16179
16180 PR cli/18053:
16181 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
16182 completion test.
16183
16184 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16185
16186 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
16187 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
16188 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
16189 f_label.
16190 (g): Rename g_end_lbl to g_label.
16191 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
16192 low_pc and high_pc.
16193 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
16194
16195 2016-07-12 Tom Tromey <tom@tromey.com>
16196
16197 PR python/19293:
16198 * gdb.python/py-unwind-maint.exp: Update tests.
16199
16200 2016-07-12 Yao Qi <yao.qi@linaro.org>
16201
16202 * lib/selftest-support.exp (selftest_setup): Match the output
16203 when captured_main is inlined.
16204
16205 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
16206
16207 * gdb.fortran/derived-types.exp (result_line, result_line_2):
16208 New variables.
16209 (print this%a, print this%b, print this): New tests.
16210 * gdb.fortran/derived-types.f90 (this): New object and
16211 initialization.
16212
16213 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16214
16215 * gdb.ada/arraydim.exp: Remove extra directory level in build
16216 directory.
16217
16218 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16219
16220 * lib/ada.exp: Remove extra directory level in build directory.
16221 * gdb.ada/cond_lang.exp: Likewise.
16222 * gdb.ada/exec_changed.exp: Likewise.
16223 * gdb.ada/lang_switch.exp: Likewise.
16224
16225 2016-07-06 Manish Goregaokar <manish@mozilla.com>
16226
16227 * simple.rs: Add test for raw pointer subscripting.
16228 * simple.exp: Add test expectations.
16229
16230 2016-07-05 Yao Qi <yao.qi@linaro.org>
16231
16232 * gdb.mi/mi-reverse.exp: Match =record-started output.
16233
16234 2016-07-01 Pedro Alves <palves@redhat.com>
16235
16236 * gdb.base/jit-reader.exp (info_registers_current_frame): New
16237 procedure.
16238 (jit_reader_test): Test the jit reader's unwinder.
16239 * gdb.base/jithost.c (jit_function_00_code): New global.
16240 (main): Use memcpy to fill in the mmapped code, instead of poking
16241 bytes manually here.
16242 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
16243 value.
16244 (read_debug_info): Save the function's range.
16245 (read_sp): New function.
16246 (unwind_frame): Use it. Also unwind RBP.
16247 (get_frame_id): Use read_sp.
16248 (gdb_init_reader): Use calloc instead of malloc.
16249 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
16250 parameter. Use gdb_test_multiple.
16251
16252 2016-07-01 Pedro Alves <palves@redhat.com>
16253 Antoine Tremblay <antoine.tremblay@ericsson.com>
16254
16255 * gdb.threads/process-dies-while-detaching.c: New file.
16256 * gdb.threads/process-dies-while-detaching.exp: New file.
16257
16258 2016-07-01 Pedro Alves <palves@redhat.com>
16259
16260 * gdb.multi/watchpoint-multi-exit.c: New file.
16261 * gdb.multi/watchpoint-multi-exit.exp: New file.
16262
16263 2016-06-30 Pedro Alves <palves@redhat.com>
16264
16265 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
16266 unset inferior_spawn_id.
16267
16268 2016-06-30 Pedro Alves <palves@redhat.com>
16269
16270 * lib/mi-support.exp (default_mi_gdb_start): Declare global
16271 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
16272
16273 2016-06-29 Yao Qi <yao.qi@linaro.org>
16274
16275 * gdb.base/return.c: Add copyright header.
16276
16277 2016-06-29 Tom Tromey <tom@tromey.com>
16278
16279 PR python/20129:
16280 * gdb.python/py-framefilter.exp: Add tests for setting priority
16281 and disabling of non-existent frame filter.
16282
16283 2016-06-29 Yao Qi <yao.qi@linaro.org>
16284
16285 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
16286 0x0f07ff.
16287
16288 2016-06-28 Yao Qi <yao.qi@linaro.org>
16289
16290 * gdb.base/catch-syscall.exp: Remove check on isnative and target
16291 triplets. Start gdb, execute catch syscall, and continue. Check
16292 gdb's output to determine catch syscall is supported.
16293
16294 2016-06-27 Manish Goregaokar <manish@mozilla.com>
16295
16296 * gdb.rust/simple.rs: Add test for returning unit in a function.
16297 * gdb.rust/simple.exp: Add expectation for functions returning
16298 unit.
16299
16300 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
16301
16302 * gdb.python/py-breakpoint-create-fail.c,
16303 gdb.python/py-breakpoint-create-fail.exp,
16304 gdb.python/py-breakpoint-create-fail.py: New testcase.
16305
16306 2016-06-25 Manish Goregaokar <manish@mozilla.com>
16307
16308 PR gdb/20239
16309 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
16310 * gdb.rust/simple.exp: Add test expectations for new NonZero
16311 tests.
16312
16313 2016-06-24 David Taylor <dtaylor@emc.com>
16314
16315 * gdb.base/offsets.exp: New file.
16316 * gdb.base/offsets.c: New file.
16317
16318 2016-06-23 Tom Tromey <tom@tromey.com>
16319
16320 PR gdb/16483:
16321 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
16322 before any filters are loaded.
16323
16324 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
16325
16326 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
16327 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
16328 structs.
16329 * gdb.fortran/derived-type-function.exp: New file.
16330 * gdb.fortran/derived-type-function.f90: New file.
16331
16332
16333 2016-06-21 Pedro Alves <palves@redhat.com>
16334
16335 * gdb.base/new-ui.exp: New file.
16336 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
16337 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
16338 (with_spawn_id): New procedure.
16339
16340 2016-06-21 Pedro Alves <palves@redhat.com>
16341
16342 * gdb.mi/mi-exec-run.exp: New file.
16343
16344 2016-06-21 Pedro Alves <palves@redhat.com>
16345
16346 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
16347 breakpoint command's output on the main UI.
16348 (test_break): New procedure, factored out from calls in the top
16349 level.
16350 (top level): Use foreach_with_prefix to test MI as main UI and as
16351 separate UI.
16352
16353 2016-06-21 Pedro Alves <palves@redhat.com>
16354
16355 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
16356 (test_awatch_creation_and_listing)
16357 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
16358 Remove 'type' parameter.
16359 (test_watchpoint_all): New parameter mi_mode. Remove
16360 with_test_prefix.
16361 (top level): Use foreach_with_prefix, and add main/separate UI MI
16362 testing axis.
16363
16364 2016-06-21 Pedro Alves <palves@redhat.com>
16365
16366 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
16367 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
16368 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
16369 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
16370 (gdb_main_spawn_id, mi_spawn_id): Declare and
16371 comment.
16372 (mi_create_inferior_pty): New procedure,
16373 factored out from default_mi_gdb_start.
16374 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
16375 procedures.
16376 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
16377 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16378 Use mi_create_inferior_pty.
16379 (mi_gdb_start): Use eval to pass down args list.
16380
16381 2016-06-21 Pedro Alves <palves@redhat.com>
16382
16383 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16384 * gdb.opt/inline-cmds.exp: Add MI tests.
16385
16386 2016-06-21 Pedro Alves <palves@redhat.com>
16387
16388 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16389
16390 2016-06-21 Pedro Alves <palves@redhat.com>
16391
16392 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16393 (top level): Use it instead of mi_execute_to.
16394
16395 2016-06-21 Pedro Alves <palves@redhat.com>
16396
16397 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16398 (cont_handler_str): New.
16399 (signal_stop_handler): Set stop_handler_str instead of printing to
16400 stdout.
16401 (continue_handler): Set cont_handler_str instead of printing to
16402 stdout.
16403 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16404 mi_send_resuming_command. Print stop_handler_str and
16405 cont_handler_str instead of expecting the python events print
16406 directly.
16407
16408 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16409
16410 * gdb.base/jit-reader.exp: New file.
16411 * gdb.base/jithost.c: New file.
16412 * gdb.base/jithost.h: New file.
16413 * gdb.base/jitreader.c : New file.
16414 * gdb.base/jit-protocol.h: New file.
16415
16416 2016-06-17 Yao Qi <yao.qi@linaro.org>
16417
16418 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16419 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16420 and detach-on-fork. Adjust tests.
16421 (top level): Invoke break_cond_on_syscall with combinations of
16422 syscall, follow-fork-mode and detach-on-fork.
16423
16424 2016-06-17 Yao Qi <yao.qi@linaro.org>
16425
16426 * gdb.base/step-over-exit.c: New.
16427 * gdb.base/step-over-exit.exp: New.
16428
16429 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16430
16431 * gdb.base/float.exp: Add target check for nds32*-*-*.
16432 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16433
16434 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16435
16436 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16437 for unsupported target features.
16438 * gdb.base/call-rt-st.exp: Likewise.
16439 * gdb.base/call-sc.exp: Likewise.
16440 * gdb.base/call-signal-resume.exp: Likewise.
16441 * gdb.base/call-strs.exp: Likewise.
16442 * gdb.base/callexit.exp: Likewise.
16443 * gdb.base/callfuncs.exp: Likewise.
16444 * gdb.base/nodebug.exp: Likewise.
16445 * gdb.base/printcmds.exp: Likewise.
16446 * gdb.base/ptype.exp: Likewise.
16447 * gdb.base/structs.exp: Likewise.
16448 * gdb.base/unwindonsignal.exp: Likewise.
16449 * gdb.cp/gdb2495.exp: Likewise.
16450 * gdb.cp/templates.exp: Likewise.
16451 * gdb.cp/virtfunc.exp: Likewise.
16452 * gdb.threads/hand-call-in-threads.exp: Likewise.
16453 * gdb.threads/interrupted-hand-call.exp: Likewise.
16454 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16455
16456 2016-06-10 Tom Tromey <tom@tromey.com>
16457
16458 PR rust/20110:
16459 * gdb.rust/expr.exp: Add test for integer constant larger than
16460 i32.
16461
16462 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16463
16464 * gdb.fortran/nested-funcs.exp: New.
16465 * gdb.fortran/nested-funcs.f90: New.
16466
16467 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16468
16469 * gdb.base/examine-backward.c: New file.
16470 * gdb.base/examine-backward.exp: New file.
16471
16472 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16473
16474 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16475 matching.
16476
16477 2016-06-02 Tom Tromey <tom@tromey.com>
16478
16479 PR python/18984:
16480 * gdb.python/py-shared.exp: Add solib_name test.
16481
16482 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16483
16484 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16485
16486 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16487
16488 PR c++/19893
16489 * gdb.dwarf2/implref.exp: Rename to...
16490 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16491 * gdb.dwarf2/implref-array.c: New file.
16492 * gdb.dwarf2/implref-array.exp: Likewise.
16493 * gdb.dwarf2/implref-global.c: Likewise.
16494 * gdb.dwarf2/implref-global.exp: Likewise.
16495 * gdb.dwarf2/implref-struct.c: Likewise.
16496 * gdb.dwarf2/implref-struct.exp: Likewise.
16497
16498 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16499
16500 * gdb.trace/trace-condition.exp: Add 64bit tests.
16501
16502 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16503
16504 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16505 bits types.
16506 (main): Adapt to 8 to 64 bits types.
16507 * gdb.trace/trace-condition.exp: Add new tests.
16508
16509 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16510
16511 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16512
16513 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16514
16515 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16516 Move condition tests...
16517 * gdb.trace/trace-condition.exp: Here.
16518
16519 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16520
16521 * gdb.trace/trace-condition.exp: Add counter-case tests.
16522
16523 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16524
16525 PR c++/15231
16526 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16527 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16528
16529 2016-05-27 Pedro Alves <palves@redhat.com>
16530
16531 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16532 New procedure.
16533 (top level): Call it, and bail out of DejaGnu is known to be bad.
16534
16535 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16536
16537 * gdb.base/whatis.c: Extend the test case.
16538 * gdb.base/whatis.exp: Add additional tests.
16539
16540 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16541
16542 * gdb.fortran/type.f90: Add pointer variable.
16543 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16544
16545 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16546
16547 * gdb.fortran/vla-type.exp: Fix testcase name.
16548
16549 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16550
16551 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16552
16553 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16554
16555 * gdb.fortran/type.f90: Add nested structures.
16556 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16557 * gdb.fortran/derived-type.exp: Adapt expected output.
16558 * gdb.fortran/vla-type.exp: Adapt expected output.
16559
16560 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16561
16562 * gdb.fortran/whatis_type.exp: Adapt expected output.
16563
16564 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16565
16566 * gdb.fortran/print_type.exp: Fix expected output.
16567 * gdb.fortran/whatis_type.exp: Fix expected output.
16568
16569 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16570
16571 * gdb.fortran/whatis_type.exp: Use multi_line.
16572
16573 2016-05-24 Tom Tromey <tom@tromey.com>
16574
16575 PR python/17386:
16576 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16577 use value as an index.
16578
16579 2016-05-23 Tom Tromey <tom@tromey.com>
16580
16581 PR python/17981:
16582 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16583 no-breakpoint case.
16584
16585 2016-05-24 Pedro Alves <palves@redhat.com>
16586
16587 PR gdb/19828
16588 * gdb.threads/clone-attach-detach.c: New file.
16589 * gdb.threads/clone-attach-detach.exp: New file.
16590
16591 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16592
16593 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16594
16595 2016-05-23 Tom Tromey <tom@tromey.com>
16596
16597 PR python/19438, PR python/18393:
16598 * gdb.python/py-progspace.exp: Add "dir" test.
16599 * gdb.python/py-objfile.exp: Add "dir" test.
16600
16601 2016-05-23 Yao Qi <yao.qi@linaro.org>
16602
16603 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16604 * gdb.arch/thumb2-it.exp: Likewise.
16605
16606 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16607
16608 * gdb.mi/mi-threads-interrupt.c: New file.
16609 * gdb.mi/mi-threads-interrupt.exp: New file.
16610
16611 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16612
16613 PR gdb/18077
16614 * gdb.mi/mi-async-run.exp: New file.
16615 * gdb.mi/mi-async-run.c: New file.
16616
16617 2016-05-17 Tom Tromey <tom@tromey.com>
16618 Manish Goregaokar <manishsmail@gmail.com>
16619
16620 * lib/rust-support.exp: New file.
16621 * lib/gdb.exp (skip_rust_tests): New proc.
16622 (build_executable_from_specs): Handle rust.
16623 * lib/future.exp (gdb_find_rustc): New proc.
16624 (gdb_default_target_compile): Handle rust.
16625 * gdb.rust/expr.exp: New file.
16626 * gdb.rust/generics.exp: New file.
16627 * gdb.rust/generics.rs: New file.
16628 * gdb.rust/methods.exp: New file.
16629 * gdb.rust/methods.rs: New file.
16630 * gdb.rust/modules.exp: New file.
16631 * gdb.rust/modules.rs: New file.
16632 * gdb.rust/simple.exp: New file.
16633 * gdb.rust/simple.rs: New file.
16634
16635 2016-05-17 Tom Tromey <tom@tromey.com>
16636
16637 * gdb.base/default.exp (set language): Add rust.
16638
16639 2016-05-17 Tom Tromey <tom@tromey.com>
16640
16641 * gdb.gdb/unittest.exp: New file.
16642
16643 2016-05-16 Yao Qi <yao.qi@linaro.org>
16644
16645 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16646 shell_prompt. Update shell_prompt_re.
16647
16648 2016-05-12 Doug Evans <dje@google.com>
16649
16650 PR symtab/19999
16651 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16652 $options when building executable.
16653 * gdb.dwarf2/fission-loclists-pie.S: New file.
16654 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16655
16656 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16657
16658 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16659 of [is_remote target],
16660
16661 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16662
16663 * lib/gdb.exp (use_gdb_stub): New procedure.
16664
16665 2016-05-03 Yunlian Jiang <yunlian@google.com>
16666 Doug Evans <dje@google.com>
16667
16668 PR symtab/19914
16669 * gdb.dwarf2/dwp-sepdebug.c: New file.
16670 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16671
16672 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16673
16674 * gdb.base/detach.exp: Remove is_remote check.
16675
16676 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16677
16678 * gdb.base/annota-input-while-running.exp: Don't check for
16679 [is_remote target]. Enable annotations after running to main.
16680 Remove unused "set test..." line.
16681
16682 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16683
16684 * gdb.trace/trace-enable-disable.exp: New file.
16685 * gdb.trace/trace-enable-disable.c: New file.
16686
16687 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16688
16689 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16690 use it in info sharedlibrary test.
16691 * gdb.trace/ftrace-lock.exp: Likewise.
16692 * gdb.trace/ftrace.exp: Likewise.
16693 * gdb.trace/range-stepping.exp: Likewise.
16694 * gdb.trace/trace-break.exp: Likewise.
16695 * gdb.trace/trace-condition.exp: Likewise.
16696 * gdb.trace/trace-mt.exp: Likewise.
16697
16698 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16699
16700 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16701 (gdb_load_shlib): ... this.
16702 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16703 gdb_load_shlib.
16704 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16705 * gdb.base/ctxobj.exp: Likewise.
16706 * gdb.base/dprintf-pending.exp: Likewise.
16707 * gdb.base/dso2dso.exp: Likewise.
16708 * gdb.base/fixsection.exp: Likewise.
16709 * gdb.base/gcore-relro.exp: Likewise.
16710 * gdb.base/gdb1555.exp: Likewise.
16711 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16712 * gdb.base/gnu-ifunc.exp: Likewise.
16713 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16714 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16715 * gdb.base/pending.exp: Likewise.
16716 * gdb.base/print-file-var.exp: Likewise.
16717 * gdb.base/print-symbol-loading.exp: Likewise.
16718 * gdb.base/shlib-call.exp: Likewise.
16719 * gdb.base/shreloc.exp: Likewise.
16720 * gdb.base/so-impl-ld.exp: Likewise.
16721 * gdb.base/solib-disc.exp: Likewise.
16722 * gdb.base/solib-nodir.exp: Likewise.
16723 * gdb.base/solib-overlap.exp: Likewise.
16724 * gdb.base/solib-symbol.exp: Likewise.
16725 * gdb.base/solib-weak.exp (do_test): Likewise.
16726 * gdb.base/sym-file.exp: Likewise.
16727 * gdb.base/symtab-search-order.exp: Likewise.
16728 * gdb.base/type-opaque.exp: Likewise.
16729 * gdb.base/unload.exp: Likewise.
16730 * gdb.base/watchpoint-solib.exp: Likewise.
16731 * gdb.compile/compile.exp: Likewise.
16732 * gdb.cp/gdb2384.exp: Likewise.
16733 * gdb.cp/infcall-dlopen.exp: Likewise.
16734 * gdb.cp/re-set-overloaded.exp: Likewise.
16735 * gdb.fortran/library-module.exp: Likewise.
16736 * gdb.opt/solib-intra-step.exp: Likewise.
16737 * gdb.python/py-finish-breakpoint.exp: Likewise.
16738 * gdb.python/py-shared.exp: Likewise.
16739 * gdb.reverse/solib-precsave.exp: Likewise.
16740 * gdb.reverse/solib-reverse.exp: Likewise.
16741 * gdb.server/solib-list.exp: Likewise.
16742 * gdb.threads/dlopen-libpthread.exp: Likewise.
16743 * gdb.threads/tls-shared.exp: Likewise.
16744 * gdb.threads/tls-so_extern.exp: Likewise.
16745 * gdb.trace/change-loc.exp: Likewise.
16746 * gdb.trace/ftrace-lock.exp: Likewise.
16747 * gdb.trace/ftrace.exp: Likewise.
16748 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16749 * gdb.trace/pending.exp: Likewise.
16750 * gdb.trace/range-stepping.exp: Likewise.
16751 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16752 (strace_info_marker): Likewise.
16753 (strace_probe_marker): Likewise.
16754 (strace_trace_on_same_addr): Likewise.
16755 (strace_trace_on_diff_addr): Likewise.
16756 * gdb.trace/trace-break.exp: Likewise.
16757 * gdb.trace/trace-condition.exp: Likewise.
16758 * gdb.trace/trace-mt.exp: Likewise.
16759
16760 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16761
16762 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16763 result of gdb_remote_download.
16764 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16765 * gdb.base/dso2dso.exp: Likewise.
16766 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16767 * gdb.base/print-file-var.exp: Likewise.
16768 * gdb.base/shlib-call.exp: Likewise.
16769 * gdb.base/shreloc.exp: Likewise.
16770 * gdb.base/solib-overlap.exp: Likewise.
16771 * gdb.base/solib-weak.exp (do_test): Likewise.
16772 * gdb.base/unload.exp: Likewise.
16773
16774 2016-04-27 Yao Qi <yao.qi@linaro.org>
16775
16776 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16777 exists.
16778
16779 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16780
16781 * vla-type.exp: Print structure from toplevel.
16782
16783 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16784
16785 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16786 of dynamic types.
16787 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16788 of dynamic types.
16789
16790 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16791
16792 * gdb.fortran/vla-type.f90: New file.
16793 * gdb.fortran/vla-type.exp: New file.
16794
16795 2016-04-25 Yao Qi <yao.qi@linaro.org>
16796
16797 * gdb.base/branch-to-self.c: New file.
16798 * gdb.base/branch-to-self.exp: New file.
16799
16800 2016-04-22 Yao Qi <yao.qi@linaro.org>
16801
16802 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16803 more after $hex.
16804
16805 2016-04-22 Yao Qi <yao.qi@linaro.org>
16806
16807 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16808 * gdb.base/annota3.exp: Likewise.
16809
16810 2016-04-22 Yao Qi <yao.qi@linaro.org>
16811
16812 * gdb.reverse/step-precsave.exp: Do one step and test program
16813 stops in "callee" and do multiple steps until program goes out
16814 of "callee".
16815 * gdb.reverse/step-reverse.exp: Likewise.
16816
16817 2016-04-22 Yao Qi <yao.qi@linaro.org>
16818
16819 * gdb.trace/signal.exp: Also pass if
16820 $tracepoint_hits($i) > $iterations.
16821
16822 2016-04-22 Yao Qi <yao.qi@linaro.org>
16823
16824 * gdb.trace/signal.c: New file.
16825 * gdb.trace/signal.exp: New file.
16826
16827 2016-04-19 Doug Evans <xdje42@gmail.com>
16828
16829 * gdb.base/bad-file.exp: New file.
16830
16831 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16832
16833 * gdb.dwarf2/implref.exp: New file.
16834
16835 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16836
16837 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16838 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16839 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16840 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16841 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16842 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16843 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16844 * lib/fortran.exp (fortran_int4): New procedure.
16845 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16846 (fortran_logical4): Likewise.
16847
16848 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16849
16850 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16851
16852 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16853
16854 * lib/compiler.c: Add Intel specific preprocessor macros.
16855 * lib/compiler.cc: Likewise.
16856
16857 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16858
16859 * gdb.server/connect-with-no-symbol-file.c: New file.
16860 * gdb.server/connect-with-no-symbol-file.exp: New file.
16861
16862 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16863
16864 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16865
16866 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16867
16868 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16869 standard output directory.
16870
16871 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16872
16873 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16874
16875 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16876
16877 * gdb.btrace/instruction_history.c (loop): Add declaration.
16878
16879 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16880
16881 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16882
16883 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16884
16885 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16886 parentheses to print.
16887 (continue_handler): Likewise.
16888
16889 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16890
16891 * gdb.server/solib-list.exp: Remove is_remote check.
16892 Pass shlib= to gdb_compile. Don't link shared library with
16893 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16894 Run binary filename through "readlink -f" on the target.
16895
16896 2016-04-08 Pedro Alves <palves@redhat.com>
16897
16898 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16899 interpreter filename as argument to gdbserver_spawn.
16900 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16901 Return empty if $last_loaded_file does not exist.
16902
16903 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16904
16905 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16906 * gdb.base/jit-main.c: Use exit after usage.
16907
16908 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16909
16910 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16911 GDBHISTSIZE prior to the tests.
16912 * gdb.base/gdbinit-history.exp: Likewise.
16913
16914 2016-04-07 Pedro Alves <palves@redhat.com>
16915
16916 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16917 instead of build_executable. Use gdb_load_shlibs.
16918
16919 2016-04-07 Yao Qi <yao.qi@linaro.org>
16920
16921 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16922 Execute "si" command.
16923
16924 2016-04-07 Yao Qi <yao.qi@linaro.org>
16925
16926 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16927 number instead of the comments on some line.
16928
16929 2016-04-06 Don Breazeal <donb@codesourcery.com>
16930
16931 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16932 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16933
16934 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16935
16936 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16937 standard_output_file. Remove unused binfile variable.
16938
16939 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16940
16941 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16942 * gdb.python/py-mi-objfile.exp: Match "list main" output
16943 in console format.
16944
16945 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16946
16947 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16948 absolute.
16949
16950 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16951
16952 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16953 absolute.
16954 * gdb.trace/ftrace.exp: Likewise.
16955 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16956 targets as well.
16957 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16958 (gdb_load_shlibs): Copy libraries to test directory when testing
16959 natively. Only set solib-search-path if testing remotely.
16960 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16961
16962 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16963
16964 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16965 gdb_download. Use it even if the target is not remote.
16966 * gdb.base/jit.exp (compile_jit_test): Likewise.
16967 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16968 output directory if the destination board is local, otherwise use
16969 the standard remote_download from DejaGnu.
16970 (gdb_download): Remove.
16971 (gdb_load_shlibs): Use gdb_remote_download instead of
16972 gdb_download.
16973 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16974 Use gdb_remote_download instead of gdb_download. Use it even if
16975 the target is not remote.
16976 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16977 instead of gdb_download.
16978
16979 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16980
16981 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16982 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16983 run.
16984
16985 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16986
16987 PR gdb/19820
16988 * gdb.base/printcmds.exp: Add artificial arrays tests.
16989
16990 2016-03-31 Pedro Alves <palves@redhat.com>
16991
16992 PR gdb/19858
16993 * gdb.base/jit-main.c: Include unistd.h.
16994 (ATTACH): Define to 0 if not already defined.
16995 (wait_for_gdb, mypid): New globals.
16996 (WAIT_FOR_GDB): New macro.
16997 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16998 some breakpoint locations.
16999 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
17000 New procedures.
17001 (one_jit_test): Add REATTACH parameter, and handle it. Use
17002 continue_to_test_location.
17003 (top level): Test attach, and adjusts calls to one_jit_test.
17004
17005 2016-03-31 Pedro Alves <palves@redhat.com>
17006
17007 PR gdb/19858
17008 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
17009 BINSUFFIX parameter, and handle it.
17010 (top level): Adjust calls compile_jit_test.
17011
17012 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
17013
17014 PR python/19743
17015 * gdb.python/py-mi-events-gdb.py: New file.
17016 * gdb.python/py-mi-events.c: New file.
17017 * gdb.python/py-mi-events.exp: New file.
17018
17019 2016-03-30 Yao Qi <yao.qi@linaro.org>
17020
17021 * gdb.reverse/until-precsave.exp: Match function name only.
17022 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
17023 Move malloc to a condition block.
17024 * gdb.reverse/until-reverse.exp: Match function name only.
17025
17026 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
17027
17028 * gdb.trace/ftrace.exp: Set arg0exp for s390.
17029 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
17030 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
17031 variable for GPR 0 instead of assuming it is register 0.
17032 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
17033 * lib/trace-support.exp: Add s390 registers.
17034
17035 2016-03-29 Yao Qi <yao.qi@linaro.org>
17036
17037 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
17038
17039 2016-03-24 Yao Qi <yao.qi@linaro.org>
17040
17041 * gdb.reverse/break-reverse.exp: Add quotation mark in the
17042 test message.
17043
17044 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17045
17046 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
17047 maintaining separate logic for constructing the output path.
17048
17049 2016-03-16 Don Breazeal <donb@codesourcery.com>
17050
17051 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
17052 Retry fork and waitpid on interrupted system call errors.
17053 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17054 Use with_timeout_factor to increase timeout by factor of 10.
17055
17056 2016-03-15 Don Breazeal <donb@codesourcery.com>
17057
17058 * gdb.cp/scope-err.cc: New test program.
17059 * gdb.cp/scope-err.exp: New test script.
17060 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
17061 lines and "set breakpoint here" comment.
17062 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
17063 Fixed some whitespace and format issues.
17064 * gdb.mi/mi-linespec-err-cp.cc: New test program.
17065 * gdb.mi/mi-linespec-err-cp.exp: New test script.
17066
17067 2016-03-15 Doug Evans <dje@google.com>
17068
17069 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
17070 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
17071 All callers updated. Add tests for enums, mixed flags register.
17072
17073 2016-03-15 Doug Evans <dje@google.com>
17074
17075 * gdb.base/skip.c (main): Call test_skip_file_and_function.
17076 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
17077
17078 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
17079
17080 * gdb.base/default.exp: Add $_as_string to the list of expected
17081 convenience functions.
17082
17083 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
17084
17085 * gdb.base/maint.exp: New tests for 'maint info line-table'.
17086
17087 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
17088
17089 * gdb.python/py-as-string.exp: New file.
17090 * gdb.python/py-as-string.c: New file.
17091
17092 2016-03-09 Pedro Alves <palves@redhat.com>
17093
17094 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
17095 signal" -> "Thread NN received signal" output change.
17096 * gdb.threads/ia64-sigill.exp: Likewise.
17097 * gdb.threads/linux-dp.exp: Likewise.
17098 * gdb.threads/manythreads.exp: Likewise.
17099 * gdb.threads/pending-step.exp: Likewise.
17100 * gdb.threads/print-threads.exp: Likewise.
17101 * gdb.threads/sigstep-threads.exp: Likewise.
17102 * gdb.threads/staticthreads.exp: Likewise.
17103 * gdb.threads/tls.exp: Likewise.
17104
17105 2016-03-09 Pedro Alves <palves@redhat.com>
17106
17107 * gdb.base/command-line-input.exp: New file.
17108
17109 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17110
17111 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
17112 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
17113 * gdb.trace/pending.exp: Accept leading dot before function name.
17114 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
17115 * lib/trace-support.exp: Set registers for ppc.
17116
17117 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17118
17119 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
17120 use it for disassembly; accept .main in addition to main in backtrace.
17121
17122 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
17123 Marcin Kościelnicki <koriakin@0x04.net>
17124
17125 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
17126 (gdb_recursion_test_ptr): New global variable.
17127 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
17128 gdb_recursion_test.
17129 (gdb_c_test): Ditto.
17130
17131 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17132
17133 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
17134 ordering.
17135
17136 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17137
17138 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
17139 (bar): Add bar_start_lbl label.
17140 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
17141 of foo/bar for emitting DWARF and tracing.
17142
17143 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
17144
17145 * analyze-racy-logs.py: Set executable bit.
17146
17147 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
17148
17149 * Makefile.in (DEFAULT_RACY_ITER): New variable.
17150 (CHECK_TARGET_TMP): Likewise.
17151 (check-single-racy): New rule.
17152 (check-parallel-racy): Likewise.
17153 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
17154 (do-check-parallel-racy): New rule.
17155 (check-racy/%.exp): Likewise.
17156 * README (Racy testcases): New section.
17157 * analyze-racy-logs.py: New file.
17158
17159 2016-03-03 Doug Evans <dje@google.com>
17160
17161 * gdb.base/skip.exp: Use with_test_prefix.
17162
17163 2016-03-03 Yao Qi <yao.qi@linaro.org>
17164
17165 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
17166 Invoke step_over_syscall "clone" and break_cond_on_syscall
17167 "clone".
17168 * gdb.base/step-over-clone.c: New file.
17169
17170 2016-03-03 Yao Qi <yao.qi@linaro.org>
17171
17172 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
17173 code format.
17174
17175 2016-03-03 Yao Qi <yao.qi@linaro.org>
17176
17177 * gdb.base/disp-step-fork.c: Rename to ...
17178 * gdb.base/step-over-fork.c: ... it. New file.
17179 * gdb.base/disp-step-vfork.c: Rename to ...
17180 * gdb.base/step-over-vfork.c: ... it. New file.
17181 * gdb.base/disp-step-syscall.exp: Rename to ...
17182 * gdb.base/step-over-syscall.exp: ... it. New file.
17183 (disp_step_cross_syscall): Rename to ...
17184 (step_over_syscall): ... it.
17185
17186 2016-03-03 Yao Qi <yao.qi@linaro.org>
17187
17188 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
17189 If target supports condition evaluation on target, invoke
17190 break_cond_on_syscall for fork and vfork.
17191
17192 2016-03-03 Yao Qi <yao.qi@linaro.org>
17193
17194 * gdb.base/disp-step-syscall.exp: Don't invoke
17195 support_displaced_stepping.
17196 (disp_step_cross_syscall): Test with displaced stepping off and
17197 on if supported.
17198
17199 2016-03-03 Yao Qi <yao.qi@linaro.org>
17200
17201 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
17202 proc.
17203 (setup): New proc.
17204 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
17205 and setup.
17206
17207 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17208
17209 * gdb.fortran/vla-history.exp: Remove breakpoint.
17210
17211 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17212
17213 * gdb.fortran/vla-history.exp: Lookup array elements and printing
17214 exceeds timeout.
17215
17216 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17217
17218 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
17219 breakpoint.
17220
17221 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17222
17223 * gdb.mi/vla.f90: Nullify pointer after declaration.
17224
17225 2016-03-01 Pedro Alves <palves@redhat.com>
17226
17227 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
17228
17229 2016-03-01 Pedro Alves <palves@redhat.com>
17230
17231 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
17232 before anything else.
17233 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
17234 _GNU_SOURCE here.
17235 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
17236 before anything else.
17237 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
17238
17239 2016-03-01 Pedro Alves <palves@redhat.com>
17240
17241 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
17242
17243 2016-03-01 Yao Qi <yao.qi@linaro.org>
17244
17245 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
17246 prepare_for_testing.
17247
17248 2016-03-01 Yao Qi <yao.qi@linaro.org>
17249
17250 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
17251
17252 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17253
17254 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
17255 manually constructing the output path.
17256
17257 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17258
17259 * gdb.arch/s390-stackless.S: New.
17260 * gdb.arch/s390-stackless.exp: New.
17261
17262 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
17263
17264 * gdb.dlang/circular.c: New file.
17265 * gdb.dlang/circular.exp: New file.
17266
17267 2016-02-26 Yao Qi <yao.qi@linaro.org>
17268
17269 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
17270 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
17271 (testcases): Update.
17272
17273 2016-02-26 Yao Qi <yao.qi@linaro.org>
17274
17275 * gdb.reverse/aarch64.c: Rename to ...
17276 * gdb.reverse/insn-reverse.c: ... it.
17277 * gdb.reverse/aarch64.exp: Rename to ...
17278 * gdb.reverse/insn-reverse.exp: ... it.
17279
17280 2016-02-26 Yao Qi <yao.qi@linaro.org>
17281
17282 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
17283 (testcase_ftype): New.
17284 (testcases): New array.
17285 (n_testcases): New.
17286 (main): Call each element in testcases.
17287 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
17288 (read_testcase): New.
17289 Do the tests in a loop.
17290
17291 2016-02-25 Yao Qi <yao.qi@linaro.org>
17292
17293 * gdb.base/branches.c: Remove.
17294
17295 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17296
17297 PR gdb/13808
17298 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
17299
17300 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17301
17302 * gdb.trace/ftrace.exp: Remove unnecessary target check.
17303
17304 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17305
17306 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
17307 change x86_64 call_insn to 'callq'.
17308
17309 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17310
17311 * gdb.trace/tfile-avx.c: Move to...
17312 * gdb.trace/tracefile-pseudo-reg.c: Here.
17313 * gdb.trace/tfile-avx.exp: Move to...
17314 * gdb.trace/tracefile-pseudo-reg.exp: Here.
17315
17316 2016-02-24 Gary Benson <gbenson@redhat.com>
17317
17318 * gdb.base/attach-pie-noexec.exp: Do not expect an error
17319 message on attach.
17320
17321 2016-02-23 Doug Evans <dje@google.com>
17322
17323 * gdb.base/skip.c (test_skip): New function.
17324 (end_test_skip_file_and_function): New function.
17325 (test_skip_file_and_function): New function.
17326 * gdb.base/skip1.c (test_skip): New function.
17327 (skip1_test_skip_file_and_function): New function.
17328 * gdb.base/skip.exp: Add tests for new skip options.
17329 * gdb.base/skip-solib.exp: Update expected output.
17330 * gdb.perf/skip-command.cc: New file.
17331 * gdb.perf/skip-command.exp: New file.
17332 * gdb.perf/skip-command.py: New file.
17333
17334 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
17335
17336 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
17337 info registers pattern.
17338
17339 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
17340
17341 * lib/future.exp: Add D support.
17342 (gdb_find_gdc): New proc.
17343 (gdb_default_target_compile): Add D support.
17344
17345 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
17346
17347 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
17348 user+system time.
17349 (trace_speed_test): Determine the iteration count for a time
17350 between 15..30 seconds.
17351
17352 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
17353
17354 * gdb.arch/i386-mpx-sigsegv.c: New file.
17355 * gdb.arch/i386-mpx-sigsegv.exp: New file.
17356 * gdb.arch/i386-mpx-simple_segv.c: New file.
17357 * gdb.arch/i386-mpx-simple_segv.exp: New file.
17358
17359 2016-02-18 Yao Qi <yao.qi@linaro.org>
17360
17361 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17362 Don't call setup_kfail.
17363
17364 2016-02-18 Yao Qi <yao.qi@linaro.org>
17365
17366 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17367 Set "set breakpoint condition-evaluation" per $cond_bp_target.
17368
17369 2016-02-16 Doug Evans <dje@google.com>
17370
17371 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
17372 * gdb.base/skip1.c: Ditto.
17373 * gdb.base/skip.exp: Whitespace cleanup.
17374
17375 2016-02-16 Don Breazeal <donb@codesourcery.com>
17376
17377 PR remote/19496
17378 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17379 Remove kfail for PR remote/19496.
17380
17381 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17382
17383 * lib/gdb.exp (standard_temp_file): Return a path specific to
17384 the runtest invocation.
17385
17386 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17387
17388 * gdb.trace/save-trace.exp: Change relative path to be in the
17389 standard output directory.
17390
17391 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17392
17393 * gdb.arch/i386-prologue.c: Add missing prototypes.
17394
17395 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17396
17397 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17398 * gdb.arch/i386-prologue.exp: Likewise.
17399 * gdb.arch/i386-size.exp: Likewise.
17400
17401 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17402
17403 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17404 define object file path.
17405 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17406 file path.
17407 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17408 standard_output_file to define binfile.
17409
17410 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17411
17412 Fix compatibility with recent gfortran-5.3.1.
17413 * gdb.fortran/vla-history.exp (print vla1 allocated)
17414 (print vla2 allocated, print $2, print $3): Remove
17415 (print $4): Rename to ...
17416 (print $2): ... here.
17417 (print $9): Rename to ...
17418 (print $5): ... here.
17419 (print $10): Rename to ...
17420 (print $6): ... here.
17421 * gdb.fortran/vla.f90: Add pvla initialization.
17422
17423 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17424
17425 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17426 New test.
17427 * gdb.fortran/vla-value-sub.exp: Likewise.
17428
17429 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17430
17431 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17432
17433 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17434
17435 * i386-biarch-core.exp: Define corefile using
17436 standard_output_file.
17437
17438 2016-02-12 Yao Qi <yao.qi@linaro.org>
17439
17440 * gdb.arch/arm-single-step-kernel-helper.c: New.
17441 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17442
17443 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17444
17445 * gdb.btrace/tailcall-only.exp: New.
17446 * gdb.btrace/tailcall-only.c: New.
17447 * gdb.btrace/x86_64-tailcall-only.S: New.
17448 * gdb.btrace/i686-tailcall-only.S: New.
17449
17450 2016-02-11 Pedro Alves <palves@redhat.com>
17451
17452 * README (Parallel testing): Add missing double quotes.
17453
17454 2016-02-11 Pedro Alves <palves@redhat.com>
17455
17456 * README (Parallel testing): New section.
17457 (GDB_PARALLEL): Rewrite.
17458 (FORCE_PARALLEL): Document.
17459
17460 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17461
17462 * gdb.trace/tfile-avx.c: New test.
17463 * gdb.trace/tfile-avx.exp: New test.
17464
17465 2016-02-09 Keith Seitz <keiths@redhat.com>
17466
17467 PR breakpoints/19546
17468 * gdb.base/infcall-exec.c: New file.
17469 * gdb.base/infcall-exec2.c: New file.
17470 * gdb.base/infcall-exec.exp: New file.
17471
17472 2016-02-09 Keith Seitz <keiths@redhat.com>
17473
17474 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17475 (toplevel): Call test_bkpt_address.
17476
17477 2016-02-09 Keith Seitz <keiths@redhat.com>
17478
17479 PR python/19506
17480 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17481 (toplevel): Call test_bkpt_address.
17482
17483 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17484
17485 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17486 to AC_OUTPUT.
17487 * configure: Regenerate.
17488
17489 2016-02-09 Pedro Alves <palves@redhat.com>
17490
17491 PR breakpoints/19548
17492 * gdb.base/execl-update-breakpoints.c (some_function): New
17493 function.
17494 (main): Call it.
17495 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17496 Tighten expected GDB output.
17497
17498 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17499
17500 * Makefile.in (ALL_SUBDIRS): Remove.
17501 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17502 (distclean maintainer-clean realclean): Likewise.
17503 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17504 * configure: Regenerate.
17505 * gdb.ada/Makefile.in: Delete.
17506 * gdb.arch/Makefile.in: Likewise.
17507 * gdb.asm/Makefile.in: Likewise.
17508 * gdb.base/Makefile.in: Likewise.
17509 * gdb.btrace/Makefile.in: Likewise.
17510 * gdb.cell/Makefile.in: Likewise.
17511 * gdb.compile/Makefile.in: Likewise.
17512 * gdb.cp/Makefile.in: Likewise.
17513 * gdb.disasm/Makefile.in: Likewise.
17514 * gdb.dlang/Makefile.in: Likewise.
17515 * gdb.dwarf2/Makefile.in: Likewise.
17516 * gdb.fortran/Makefile.in: Likewise.
17517 * gdb.gdb/Makefile.in: Likewise.
17518 * gdb.go/Makefile.in: Likewise.
17519 * gdb.guile/Makefile.in: Likewise.
17520 * gdb.java/Makefile.in: Likewise.
17521 * gdb.linespec/Makefile.in: Likewise.
17522 * gdb.mi/Makefile.in: Likewise.
17523 * gdb.modula2/Makefile.in: Likewise.
17524 * gdb.multi/Makefile.in: Likewise.
17525 * gdb.objc/Makefile.in: Likewise.
17526 * gdb.opencl/Makefile.in: Likewise.
17527 * gdb.opt/Makefile.in: Likewise.
17528 * gdb.pascal/Makefile.in: Likewise.
17529 * gdb.perf/Makefile.in: Likewise.
17530 * gdb.python/Makefile.in: Likewise.
17531 * gdb.reverse/Makefile.in: Likewise.
17532 * gdb.server/Makefile.in: Likewise.
17533 * gdb.stabs/Makefile.in: Likewise.
17534 * gdb.threads/Makefile.in: Likewise.
17535 * gdb.trace/Makefile.in: Likewise.
17536 * gdb.xml/Makefile.in: Likewise.
17537 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17538 GDB_PARALLEL.
17539 (standard_output_file): Remove check for GDB_PARALLEL, always
17540 return path in outputs/$subdir/$testname.
17541
17542 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17543
17544 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17545 (site.exp): Assign abs_srcdir to tcl's srcdir.
17546
17547 2016-02-04 Yao Qi <yao.qi@linaro.org>
17548
17549 * gdb.base/foll-exec-mode.c: Include limits.h.
17550 (main): Add parameters argc and argv. Get directory from
17551 argv[0].
17552 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17553 compilation.
17554 * gdb.base/foll-exec.c: Include limits.h.
17555 (main): Add parameters argc and argv.
17556 Get directory from argv[0].
17557 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17558 Adjust tests on the number of lines as source code changed.
17559 * gdb.base/foll-vfork-exit.c: Include limits.h.
17560 (main): Add one line of statement before vfork.
17561 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17562 (main): Add parameters argc and argv. Get directory from
17563 argv[0].
17564 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17565 (setup_gdb): Set tbreak to skip some source lines.
17566 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17567 (main): Add parameters argc and argv. Get directory from
17568 argv[0].
17569 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17570 compilation.
17571 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17572 (main): Add parameters argc and argv. Get directory from
17573 argv[0].
17574 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17575 compilation.
17576
17577 2016-02-01 Doug Evans <dje@google.com>
17578
17579 * gdb.base/skip.exp: Clean up multiple references to same test name.
17580
17581 2016-02-01 Pedro Alves <palves@redhat.com>
17582
17583 PR remote/19496
17584 * gdb.threads/forking-threads-plus-breakpoint.exp
17585 (displaced_stepping_supported): New global.
17586 (probe_displaced_stepping_support): New procedure.
17587 (do_test): Add 'displaced' parameter, and use it.
17588 (top level): Check for displaced stepping support. Add displaced
17589 stepping on/off testing axis.
17590
17591 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17592
17593 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17594 pointer. Don't perform further tests on the unassociated pointer
17595 if the first test fails.
17596
17597 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17598
17599 * gdb.base/max-value-size.c: New file.
17600 * gdb.base/max-value-size.exp: New file.
17601 * gdb.base/huge.exp: Disable max-value-size for this test.
17602
17603 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17604
17605 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17606
17607 2016-01-28 Yao Qi <yao.qi@linaro.org>
17608
17609 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17610
17611 2016-01-25 Pedro Alves <palves@redhat.com>
17612
17613 PR threads/19461
17614 * gdb.base/fork-running-state.c: New file.
17615 * gdb.base/fork-running-state.exp: New file.
17616
17617 2016-01-25 Pedro Alves <palves@redhat.com>
17618
17619 PR gdb/19494
17620 * gdb.base/catch-fork-kill.c: New file.
17621 * gdb.base/catch-fork-kill.exp: New file.
17622
17623 2016-01-25 Pedro Alves <palves@redhat.com>
17624
17625 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17626 Delete, moved to lib/gdb.exp.
17627 * gdb.threads/forking-threads-plus-breakpoint.exp
17628 (foreach_with_prefix): Likewise.
17629 * gdb.threads/process-dies-while-handling-bp.exp
17630 (foreach_with_prefix): Likewise.
17631 * lib/gdb.exp (foreach_with_prefix): New procedure.
17632
17633 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17634
17635 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17636 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17637
17638 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17639
17640 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17641 endian targets.
17642
17643 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17644 Pedro Alves <palves@redhat.com>
17645
17646 Fix testsuite compatibility with Guile.
17647 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17648 number.
17649
17650 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17651
17652 Fix testsuite compatibility with Guile.
17653 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17654 (thread 1): New test for backtrace through signal handler.
17655
17656 2016-01-22 Yao Qi <yao.qi@linaro.org>
17657
17658 PR testsuite/19491
17659 * gdb.base/multi-forks.c: Include
17660 ../lib/unbuffer_output.c
17661 (main): Call gdb_unbuffer_output.
17662
17663 2016-01-21 Doug Evans <dje@google.com>
17664
17665 * lib/ada.exp (gdb_compile_ada): Fix typo.
17666
17667 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17668
17669 * gdb.base/break-fun-addr.exp: New file.
17670 * gdb.base/break-fun-addr1.c: New file.
17671 * gdb.base/break-fun-addr2.c: New file.
17672
17673 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17674
17675 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17676 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17677 enum flag values.
17678
17679 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17680
17681 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17682 when GDB can not set the vector return value. Add more comments
17683 for clarification.
17684
17685 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17686
17687 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17688 command.
17689
17690 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17691
17692 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17693
17694 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17695
17696 * Makefile.in (check-single): Pass --status to runtest.
17697 (check/%.exp): Likewise.
17698
17699 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17700
17701 * Makefile.in (check-parallel): Propagate return code from make
17702 do-check-parallel.
17703
17704 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17705
17706 * gdb.trace/ftrace.exp: Fix expected message on continue.
17707 * gdb.trace/pending.exp: Fix expected message on continue.
17708 * gdb.trace/trace-break.exp: Fix expected message on continue.
17709
17710 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17711
17712 * lib/gdb.exp (gdb_test): Remove unused global references.
17713
17714 2016-01-18 Pedro Alves <palves@redhat.com>
17715
17716 * gdb.base/async-shell.exp: Adjust expected output.
17717 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17718 * gdb.base/siginfo-thread.exp: Adjust expected output.
17719 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17720 * gdb.java/jnpe.exp: Adjust expected output.
17721 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17722 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17723 * gdb.threads/leader-exit.exp: Adjust expected output.
17724 * gdb.threads/manythreads.exp: Adjust expected output.
17725 * gdb.threads/pthreads.exp: Adjust expected output.
17726 * gdb.threads/schedlock.exp: Adjust expected output.
17727 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17728 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17729 expected output.
17730 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17731 output.
17732 * gdb.threads/sigthread.exp: Adjust expected output.
17733 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17734
17735 2016-01-18 Yao Qi <yao.qi@linaro.org>
17736
17737 * gdb.guile/scm-section-script.c: Replace @progbits with
17738 %progbits.
17739 * gdb.python/py-section-script.c: Likewise.
17740
17741 2016-01-15 Pedro Alves <palves@redhat.com>
17742
17743 * gdb.multi/tids.exp: Test star wildcard ranges.
17744
17745 2016-01-15 Pedro Alves <palves@redhat.com>
17746
17747 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17748 command from "thread apply" invocation.
17749 (thr_apply_info_thr_invalid): Default the expected output to the
17750 input tid list.
17751 (top level): Add tests that use convenience variables. Add tests
17752 for "thread apply" with a valid TID list, but missing the command.
17753
17754 2016-01-13 Pedro Alves <palves@redhat.com>
17755
17756 * gdb.base/default.exp: Expect $_gthread as well.
17757 * gdb.multi/tids.exp: Test $_gthread.
17758 * gdb.threads/thread-specific.exp: Test $_gthread.
17759
17760 2016-01-13 Pedro Alves <palves@redhat.com>
17761
17762 * gdb.multi/tids.exp: Test "info threads -gid".
17763
17764 2016-01-13 Pedro Alves <palves@redhat.com>
17765
17766 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17767 Breakpoint.thread.
17768 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17769
17770 2016-01-07 Pedro Alves <palves@redhat.com>
17771
17772 * gdb.base/break.exp: Adjust to output changes.
17773 * gdb.base/hbreak2.exp: Likewise.
17774 * gdb.base/sepdebug.exp: Likewise.
17775 * gdb.base/watch_thread_num.exp: Likewise.
17776 * gdb.linespec/keywords.exp: Likewise.
17777 * gdb.multi/info-threads.exp: Likewise.
17778 * gdb.threads/thread-find.exp: Likewise.
17779 * gdb.multi/tids.c: New file.
17780 * gdb.multi/tids.exp: New file.
17781
17782 2016-01-13 Pedro Alves <palves@redhat.com>
17783
17784 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17785
17786 2016-01-13 Pedro Alves <palves@redhat.com>
17787
17788 * gdb.base/default.exp: Expect $_inferior as well.
17789 * gdb.multi/base.exp: Test $_inferior.
17790
17791 2016-01-13 Pedro Alves <palves@redhat.com>
17792
17793 PR breakpoints/19388
17794 * gdb.base/catch-signal-siginfo-cond.c: New file.
17795 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17796
17797 2016-01-12 Josh Stone <jistone@redhat.com>
17798 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17799
17800 * gdb.base/catch-syscall.c (do_execve): New variable.
17801 (main): Conditionally trigger an execve.
17802 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17803 (test_catch_syscall_execve): New, check entry/return across execve.
17804 (do_syscall_tests): Call test_catch_syscall_execve.
17805
17806 2016-01-12 Pedro Alves <palves@redhat.com>
17807
17808 * gdb.base/random-signal.exp (do_test): New procedure, with body
17809 of testcase moved in.
17810
17811 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17812 Pedro Alves <palves@redhat.com>
17813
17814 * gdb.base/funcargs.exp (finish from indirectly called function):
17815 Reintroduce the case for 'First'.
17816
17817 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17818 Pedro Alves <palves@redhat.com>
17819
17820 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17821 (tcatch_vfork_then_child_follow_exec)
17822 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17823 identification.
17824
17825 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17826
17827 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17828 and repeats to unlimited.
17829 * gdb.python/py-value.exp: Likewise.
17830 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17831 and repeats to unlimited.
17832
17833 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17834
17835 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17836 and reordering the functions.
17837 * gdb.multi/hangout.c: Likewise.
17838 * gdb.multi/hello.c: Likewise.
17839
17840 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17841
17842 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17843 absolute.
17844 (SingleStatisticTestResult.report): Use dict.keys instead of
17845 dict.iterkeys.
17846
17847 2016-01-06 Pedro Alves <palves@redhat.com>
17848
17849 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17850
17851 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17852
17853 * gdb.btrace/dlopen.exp: New.
17854 * gdb.btrace/dlopen.c: New.
17855 * gdb.btrace/dlopen-dso.c: New.
17856
17857 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17858
17859 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17860 PATTERN argument is optional.
17861
17862 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17863
17864 * lib/ada.exp (target_compile_ada_from_dir): New function.
17865 (gdb_compile_ada): Reimplement avoiding the use of project files.
17866 * gdb.ada/gnat_ada.gpr: Delete.
17867 * gdb.ada/cond_lang.exp: Adjust test to make path before
17868 filename optional.
17869 * gdb.ada/small_reg_param.exp: Likewise.
17870
17871 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17872
17873 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17874
17875 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17876
17877 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17878 case.
17879
17880 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17881
17882 * gdb.base/break.exp: Remove dead code.
17883 * gdb.base/sepdebug.exp: Likewise.
17884
17885 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17886
17887 * gdb.asm/asm-source.exp: Remove HP-UX references.
17888 * gdb.base/annota1.exp: Likewise.
17889 * gdb.base/annota3.exp: Likewise.
17890 * gdb.base/attach.exp: Likewise.
17891 * gdb.base/bigcore.exp: Likewise.
17892 * gdb.base/break.exp: Likewise.
17893 * gdb.base/call-ar-st.exp: Likewise.
17894 * gdb.base/callfuncs.exp: Likewise.
17895 * gdb.base/catch-fork-static.exp: Likewise.
17896 * gdb.base/display.exp: Likewise.
17897 * gdb.base/foll-exec-mode.exp: Likewise.
17898 * gdb.base/foll-exec.exp: Likewise.
17899 * gdb.base/foll-fork.exp: Likewise.
17900 * gdb.base/foll-vfork.exp: Likewise.
17901 * gdb.base/funcargs.exp: Likewise.
17902 * gdb.base/hbreak2.exp: Likewise.
17903 * gdb.base/inferior-died.exp: Likewise.
17904 * gdb.base/interrupt.exp: Likewise.
17905 * gdb.base/multi-forks.exp: Likewise.
17906 * gdb.base/nodebug.exp: Likewise.
17907 * gdb.base/sepdebug.exp: Likewise.
17908 * gdb.base/solib1.c: Likewise.
17909 * gdb.base/step-test.exp: Likewise.
17910 * gdb.mi/non-stop.c: Likewise.
17911 * gdb.mi/pthreads.c: Likewise.
17912 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17913 * gdb.threads/pthreads.c: Likewise.
17914 * gdb.threads/staticthreads.exp: Likewise.
17915 * lib/future.exp: Likewise.
17916 * lib/gdb.exp: Likewise.
17917 * gdb.base/so-indr-cl.c: Remove.
17918 * gdb.base/so-indr-cl.exp: Likewise.
17919 * gdb.base/solib.c: Likewise.
17920 * gdb.base/solib.exp: Likewise.
17921 * gdb.base/solib2.c: Likewise.
17922
17923 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17924
17925 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17926 * gdb.base/call-ar-st.exp: Likewise.
17927 * gdb.base/callfuncs.exp: Likewise.
17928 * gdb.base/condbreak.exp: Likewise.
17929 * gdb.base/constvars.exp: Likewise.
17930 * gdb.base/hbreak2.exp: Likewise.
17931 * gdb.base/langs.exp: Likewise.
17932 * gdb.base/list.exp: Likewise.
17933 * gdb.base/long_long.exp: Likewise.
17934 * gdb.base/ptype.exp: Likewise.
17935 * gdb.base/scope.exp: Likewise.
17936 * gdb.base/signals.exp: Likewise.
17937 * gdb.base/so-impl-ld.exp: Likewise.
17938 * gdb.base/varargs.exp: Likewise.
17939 * gdb.base/volatile.exp: Likewise.
17940 * gdb.base/whatis.exp: Likewise.
17941 * gdb.cp/cplusfuncs.exp: Likewise.
17942 * gdb.cp/inherit.exp: Likewise.
17943 * gdb.cp/local.exp: Likewise.
17944 * gdb.cp/member-ptr.exp: Likewise.
17945 * gdb.cp/method.exp: Likewise.
17946 * gdb.cp/overload.exp: Likewise.
17947 * gdb.cp/templates.exp: Likewise.
17948 * gdb.stabs/weird.exp: Likewise.
17949 * lib/compiler.c: Likewise.
17950 * lib/compiler.cc: Likewise.
17951 * lib/cp-support.exp: Likewise.
17952 * lib/gdb.exp: Likewise.
17953
17954 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17955
17956 * configure.ac: Remove HP-UX case.
17957 * configure: Regenerate.
17958
17959 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17960
17961 * lib/gdb.exp (gdb_compile): Add function doc.
17962
17963 2015-12-17 Pedro Alves <palves@redhat.com>
17964
17965 PR threads/19354
17966 * gdb.multi/info-threads.exp: New file.
17967
17968 2015-12-15 Yao Qi <yao.qi@linaro.org>
17969
17970 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17971 is aarch64*-*-*.
17972
17973 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17974
17975 * gdb.base/history-duplicates.exp: Skip if no readline support.
17976
17977 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17978
17979 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17980
17981 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17982
17983 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17984
17985 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17986
17987 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17988 ctrl-C if nointerrupts target property is set.
17989 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17990 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17991 * gdb.base/paginate-bg-execution.exp: Likewise.
17992 * gdb.base/paginate-execution-startup.exp: Likewise.
17993 * gdb.base/random-signal.exp: Likewise.
17994 * gdb.base/range-stepping.exp: Likewise.
17995 * gdb.cp/annota2.exp: Likewise.
17996 * gdb.cp/annota3.exp: Likewise.
17997 * gdb.gdb/selftest.exp: Likewise.
17998 * gdb.threads/continue-pending-status.exp: Likewise.
17999 * gdb.threads/leader-exit.exp: Likewise.
18000 * gdb.threads/manythreads.exp: Likewise.
18001 * gdb.threads/pthreads.exp: Likewise.
18002 * gdb.threads/schedlock.exp: Likewise.
18003 * gdb.threads/sigthread.exp: Likewise.
18004
18005 2015-12-11 Don Breazeal <donb@codesourcery.com>
18006
18007 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
18008 remote.
18009 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
18010 * gdb.base/foll-exec.exp (main): Enable for target remote.
18011 * gdb.base/foll-fork.exp (main): Likewise.
18012 * gdb.base/foll-vfork.exp (main): Likewise.
18013 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
18014 (proc continue_to_exit_bp_loc): Use clean_restart.
18015 * gdb.base/pie-execl.exp (main): Disable for target remote.
18016 * gdb.base/watch-vfork.exp (main): Enable for target remote.
18017 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
18018 * gdb.threads/execl.exp (main): Likewise.
18019 * gdb.threads/fork-child-threads.exp (main): Likewise.
18020 * gdb.threads/fork-plus-threads.exp (main): Disable for target
18021 remote.
18022 * gdb.threads/fork-thread-pending.exp (main): Enable for target
18023 remote.
18024 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
18025 pid.tid style ptids, instead of just tid.
18026 * gdb.threads/thread-execl.exp (main): Enable for target remote.
18027 * gdb.threads/watchpoint-fork.exp (main): Likewise.
18028 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
18029 ptids, instead of just tid.
18030
18031 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18032
18033 * gdb.base/list.exp (test_list_forward): Add end of file error
18034 test.
18035 (test_repeat_list_command): Add end of file error test.
18036 (test_list_backwards): Add beginning of file error test.
18037
18038 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18039
18040 * gdb.base/list.exp (test_list_invalid_args): New function,
18041 defined, and called.
18042
18043 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18044
18045 * gdb.base/list.exp (test_list): Make test names unique.
18046
18047 2015-12-11 Yao Qi <yao.qi@linaro.org>
18048
18049 * gdb.base/coremaker2.c: Remove.
18050
18051 2015-12-10 Pedro Alves <palves@redhat.com>
18052
18053 * gdb.multi/base.exp: Remove stale "spaces" references.
18054
18055 2015-12-10 Pedro Alves <palves@redhat.com>
18056
18057 * gdb.multi/base.exp: Don't use nowarnings.
18058 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
18059 * gdb.multi/hangout.c: Include stdio.h.
18060 * gdb.multi/hello.c: Include stdlib.h.
18061 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
18062 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
18063 * gdb.multi/multi-arch.exp: Don't use nowarnings.
18064
18065 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
18066
18067 * gdb.dwarf2/dw2-ranges-base.c: New file.
18068 * gdb.dwarf2/dw2-ranges-base.exp: New file.
18069 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
18070 support additional line table, and debug ranges generation.
18071 (Dwarf::ranges): New function, generate .debug_ranges.
18072 (Dwarf::lines): Support generating simple line table programs.
18073 (Dwarf::assemble): Initialise new namespace variables.
18074
18075 2015-12-09 Kevin Buettner <kevinb@redhat.com>
18076
18077 * gdb.base/async.exp (proc test_background): Add case for
18078 asynchronous execution not supported.
18079
18080 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
18081
18082 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
18083 format and change test names to make them unique.
18084
18085 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
18086 Pedro Alves <pedro@redhat.com>
18087
18088 PR gdb/18702
18089 Add checking of floatformats setup on x86_64 hosts.
18090 * gdb.arch/i386-float.S (main): Load bigval and smallval.
18091 (smallval, bigval): New labels/constants.
18092 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
18093 float" after loading bigval and smallval.
18094
18095 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
18096
18097 * gdb.ada/fun_overload_menu.exp: New testcase.
18098 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
18099
18100 2015-12-04 Josh Stone <jistone@redhat.com>
18101
18102 * gdb.base/catch-fork-static.exp: New.
18103
18104 2015-12-03 Yao Qi <yao.qi@linaro.org>
18105
18106 * gdb.base/sizeof.c: Don't include stdio.h and
18107 ../lib/unbuffer_output.c.
18108 (main): New variable 'size' and 'value'. Remove printf and
18109 gdb_unbuffer_output. Assign return value to size and value.
18110 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
18111 at the beginning.
18112 (check_sizeof): Check the result by printing variable 'size'.
18113 (check_valueof): Check the result by printing variable 'value'.
18114
18115 2015-12-01 Yao Qi <yao.qi@linaro.org>
18116
18117 * gdb.base/disp-step-syscall.exp: Define syscall instruction
18118 for aarch64*-*-linux* target.
18119
18120 2015-11-30 Pedro Alves <palves@redhat.com>
18121
18122 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
18123
18124 2015-11-30 Pedro Alves <palves@redhat.com>
18125
18126 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
18127 Handle non-stop mode vCont replies.
18128
18129 2015-11-30 Pedro Alves <palves@redhat.com>
18130
18131 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
18132 prepare_for_testing. Start gdb with "set non-stop on" appended to
18133 GDBFLAGS. Lax expected stop output.
18134
18135 2015-11-27 Yao Qi <yao.qi@linaro.org>
18136
18137 * gdb.arch/arm-neon.exp: New.
18138 * gdb.arch/arm-neon.c: New.
18139
18140 2015-11-27 Yao Qi <yao.qi@linaro.org>
18141
18142 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
18143
18144 2015-11-27 Yao Qi <yao.qi@linaro.org>
18145
18146 * gdb.cp/annota2.exp: Allow multiple occurrences of the
18147 frames-invalid annotation.
18148
18149 2015-11-27 Yao Qi <yao.qi@linaro.org>
18150
18151 * gdb.cp/annota2.exp: Use ${frames_invalid}.
18152
18153 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
18154
18155 * gdb.threads/names.exp: New file.
18156 * gdb.threads/names.c: New file.
18157 * README: Mention gdb,no_thread_names.
18158
18159 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
18160
18161 PR 19297
18162 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
18163 support" error.
18164
18165 2015-11-24 Pedro Alves <palves@redhat.com>
18166
18167 PR 17539
18168 * gdb.base/display.exp: Expect displays to be sorted in ascending
18169 order. Use multi_line.
18170 * gdb.base/solib-display.exp: Likewise.
18171
18172 2015-11-24 Pedro Alves <palves@redhat.com>
18173
18174 PR 17539
18175 * gdb.base/display.exp: Expect displays to be sorted in ascending
18176 order. Use multi_line.
18177 * gdb.base/solib-display.exp: Likewise.
18178
18179 2015-11-24 Pedro Alves <palves@redhat.com>
18180
18181 PR 17539
18182 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
18183 threads in ascending order.
18184 * gdb.base/foll-fork.exp: Likewise.
18185 * gdb.base/foll-vfork.exp: Likewise.
18186 * gdb.base/multi-forks.exp: Likewise.
18187 * gdb.mi/mi-nonstop.exp: Likewise.
18188 * gdb.mi/mi-nsintrall.exp: Likewise.
18189 * gdb.multi/base.exp: Likewise.
18190 * gdb.multi/multi-arch.exp: Likewise.
18191 * gdb.python/py-inferior.exp: Likewise.
18192 * gdb.threads/break-while-running.exp: Likewise.
18193 * gdb.threads/execl.exp: Likewise.
18194 * gdb.threads/gcore-thread.exp: Likewise.
18195 * gdb.threads/info-threads-cur-sal.exp: Likewise.
18196 * gdb.threads/kill.exp: Likewise.
18197 * gdb.threads/linux-dp.exp: Likewise.
18198 * gdb.threads/multiple-step-overs.exp: Likewise.
18199 * gdb.threads/next-bp-other-thread.exp: Likewise.
18200 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
18201 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
18202 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
18203 * gdb.threads/thread-find.exp: Likewise.
18204 * gdb.threads/tls.exp: Likewise.
18205 * lib/mi-support.exp (mi_reverse_list): Delete.
18206 (mi_check_thread_states): No longer reverse list.
18207
18208 2015-11-24 Pedro Alves <palves@redhat.com>
18209
18210 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
18211 use lowercase.
18212
18213 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18214
18215 * gdb.trace/actions.c: Include trace-common.h.
18216 (main): Add a location for a fast tracepoint.
18217 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
18218 the normal tracepoints.
18219 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
18220
18221 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18222
18223 * save-trace.exp: Factor out code to these...
18224 (gdb_save_tracepoints): New.
18225 (gdb_load_tracepoints): New.
18226 (do_save_load_test): New.
18227
18228 2015-11-23 Kevin Buettner <kevinb@redhat.com>
18229
18230 * gdb.base/asmlabel.exp: New test.
18231 * gdb.base/asmlabel.c: New test case.
18232
18233 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18234
18235 * gdb.base/wrong_frame_bt_full-main.c: New file.
18236 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
18237 * gdb.base/wrong_frame_bt_full.exp: New file.
18238
18239 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18240
18241 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
18242
18243 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18244
18245 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
18246 pstate register when comparing registers values in
18247 sparc64-*-linux-gnu targets to avoid spurious differences.
18248
18249 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18250
18251 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
18252
18253 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
18254
18255 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
18256 as type argument to gdb_compile.
18257 * gdb.base/nested-subp2.exp: Likewise.
18258 * gdb.base/nested-subp3.exp: Likewise.
18259
18260 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
18261
18262 * lib/dwarf.exp (_note): Fix left shift of negative value.
18263 * gdb.trace/trace-condition.exp: Likewise.
18264
18265 2015-11-13 Yao Qi <yao.qi@linaro.org>
18266
18267 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
18268 comments about d10v.
18269 (test_scalar_returns): Likewise.
18270 * gdb.base/d10v.ld: Remove.
18271 * gdb.base/overlays.exp: Remove the target triplet checking for
18272 d10v-*-*.
18273 * gdb.base/structs.exp (test_struct_returns): Remove the
18274 comments about d10v.
18275 (test_struct_calls): Likewise.
18276
18277 2015-11-13 Yao Qi <yao.qi@linaro.org>
18278
18279 * gdb.base/gnu_vector.exp: Check the return value by "p res".
18280 * gdb.base/gnu_vector.c: Don't include stdio.h.
18281 (main): Don't print res and call add_some_intvecs.
18282
18283 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
18284
18285 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
18286 macro.
18287 (func5): Removed.
18288 (func4): Use FAST_TRACEPOINT_LABEL.
18289 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
18290 macro.
18291 (func): Removed.
18292 (thread_function): Use FAST_TRACEPOINT_LABEL.
18293 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
18294 (func): Remove.
18295 (marker): Use FAST_TRACEPOINT_LABEL.
18296 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
18297 (pendfunc1): Remove.
18298 (pendfunc): Use FAST_TRACEPOINT_LABEL.
18299 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
18300 (foo): Remove.
18301 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
18302 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
18303 macro.
18304 (func): Remove.
18305 (marker): Use FAST_TRACEPOINT_LABEL.
18306 * gdb.trace/trace-common.h: New header.
18307 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
18308 macro.
18309 (func): Remove.
18310 (marker): Use FAST_TRACEPOINT_LABEL.
18311 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
18312 (func): Remove.
18313 (thread_function): Use FAST_TRACEPOINT_LABEL.
18314
18315 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
18316
18317 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
18318 in front.
18319 * gdb.trace/change-loc.exp: Use global pcreg definition.
18320 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
18321 * gdb.trace/entry-values.exp: Use global spreg definition, add $
18322 in front.
18323 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
18324 * gdb.trace/pending.exp: Likewise.
18325 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
18326 * gdb.trace/trace-break.exp: Likewise.
18327 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
18328 in front.
18329 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
18330 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
18331 in front.
18332 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
18333
18334 2015-11-09 Joel Brobecker <brobecker@adacore.com>
18335
18336 * gdb.ada/fin_fun_out: New testcase.
18337
18338 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18339
18340 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
18341 value associated with DW_AT_byte_size.
18342 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
18343 constants for DW_AT_byte_size, DW_AT_lower_bound, and
18344 DW_AT_upper_bound.
18345
18346 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18347
18348 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
18349 (gdb_target_symbol_prefix_flags): Define in terms of _asm
18350 version.
18351 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
18352 gdb.dwarf2/dw2-canonicalize-type.exp,
18353 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
18354 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
18355 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
18356 provided by gdb_target_symbol_prefix_flags_asm.
18357 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
18358 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
18359 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
18360 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
18361 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
18362 macros where needed). Use this macro for symbols which require
18363 the prefix provided by SYMBOL_PREFIX.
18364
18365 2015-11-05 Kevin Buettner <kevinb@redhat.com>
18366
18367 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
18368 New procs.
18369 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
18370 representing expressions, of more than one list element.
18371 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
18372 to prepend linker symbol prefix to f.
18373 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
18374 table_1 and table_2.
18375 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
18376 Likewise, for f and g.
18377 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18378 for ptr.
18379 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18380 for main.
18381 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18382 table_1_ptr and table_2_ptr.
18383
18384 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18385 Joel Brobecker <brobecker@adacore.com>
18386
18387 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18388
18389 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18390
18391 * gdb.reverse/s390-mvcle.c: New test.
18392 * gdb.reverse/s390-mvcle.exp: New file.
18393 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18394
18395 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18396
18397 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18398
18399 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18400
18401 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18402 reaching marker2.
18403 * gdb.reverse/getresuid-reverse.exp: Likewise.
18404 * gdb.reverse/pipe-reverse.exp: Likewise.
18405 * gdb.reverse/readv-reverse.exp: Likewise.
18406 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18407 * gdb.reverse/time-reverse.exp: Likewise.
18408 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18409
18410 2015-10-30 Yao Qi <yao.qi@linaro.org>
18411
18412 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18413 (empty_cycle): Remove.
18414 (main): Don't call empty_cycle. Don't use watch_count_done.
18415 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18416 empty_cycle. Rewrite the code counting HW watchpoints.
18417
18418 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18419
18420 * gdb.reverse/fstatat-reverse.c: New test.
18421 * gdb.reverse/fstatat-reverse.exp: New file.
18422 * gdb.reverse/getresuid-reverse.c: New test.
18423 * gdb.reverse/getresuid-reverse.exp: New file.
18424 * gdb.reverse/pipe-reverse.c: New test.
18425 * gdb.reverse/pipe-reverse.exp: New file.
18426 * gdb.reverse/readv-reverse.c: New test.
18427 * gdb.reverse/readv-reverse.exp: New file.
18428 * gdb.reverse/recvmsg-reverse.c: New test.
18429 * gdb.reverse/recvmsg-reverse.exp: New file.
18430 * gdb.reverse/time-reverse.c: New test.
18431 * gdb.reverse/time-reverse.exp: New file.
18432 * gdb.reverse/waitpid-reverse.c: New test.
18433 * gdb.reverse/waitpid-reverse.exp: New file.
18434
18435 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18436
18437 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18438
18439 2015-10-26 Doug Evans <dje@google.com>
18440
18441 PR symtab/17391
18442 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18443 * gdb.dwarf2/bad-regnum.c: New file.
18444 * gdb.dwarf2/bad-regnum.exp: New file.
18445
18446 2015-10-26 Doug Evans <dje@google.com>
18447
18448 PR python/18938
18449 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18450 file.
18451
18452 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18453
18454 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18455 for a change by "Mention language in compile error message".
18456
18457 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18458
18459 PR python/18073
18460 * gdb.python/py-type.c (C::a_method): New.
18461 (C::a_const_method): New.
18462 (C::a_static_method): New.
18463 (a_function): New.
18464 * gdb.python/py-type.exp (test_fields): Test getting fields
18465 from function and method.
18466
18467 2015-10-21 Keven Boell <keven.boell@intel.com>
18468
18469 * gdb.fortran/vla-alloc-assoc.exp: New file.
18470 * gdb.fortran/vla-datatypes.exp: New file.
18471 * gdb.fortran/vla-datatypes.f90: New file.
18472 * gdb.fortran/vla-history.exp: New file.
18473 * gdb.fortran/vla-ptype-sub.exp: New file.
18474 * gdb.fortran/vla-ptype.exp: New file.
18475 * gdb.fortran/vla-sizeof.exp: New file.
18476 * gdb.fortran/vla-sub.f90: New file.
18477 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18478 * gdb.fortran/vla-value-sub-finish.exp: New file.
18479 * gdb.fortran/vla-value-sub.exp: New file.
18480 * gdb.fortran/vla-value.exp: New file.
18481 * gdb.fortran/vla-ptr-info.exp: New file.
18482 * gdb.mi/mi-vla-fortran.exp: New file.
18483 * gdb.mi/vla.f90: New file.
18484
18485 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18486
18487 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18488 of hardwired timeout value.
18489
18490 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18491 Pedro Alves <palves@redhat.com>
18492
18493 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18494 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18495
18496 2015-10-19 Josh Stone <jistone@redhat.com>
18497
18498 * gdb.base/catch-syscall.c: Include <sched.h>.
18499 (unknown_syscall): New variable.
18500 (main): Trigger a vfork and an unknown syscall.
18501 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18502 (unknown_syscall_number): Likewise.
18503 (check_call_to_syscall): Accept an optional syscall pattern.
18504 (check_return_from_syscall): Likewise.
18505 (check_continue): Likewise.
18506 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18507 (test_catch_syscall_skipping_return): New test toggling off 'catch
18508 syscall' to step over the syscall return, then toggling back on.
18509 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18510 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18511 (do_syscall_tests): Call test_catch_syscall_without_args and
18512 test_catch_syscall_mid_vfork.
18513 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18514 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18515
18516 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
18517
18518 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18519 print g_vE): Add new pass patterns.
18520 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18521 print various symbol names for vptr fields.
18522
18523 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18524
18525 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18526 results.
18527
18528 2015-10-12 Yao Qi <yao.qi@linaro.org>
18529
18530 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18531
18532 2015-10-12 Yao Qi <yao.qi@linaro.org>
18533
18534 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18535 is aarch64*-*-linux*.
18536
18537 2015-10-12 Yao Qi <yao.qi@linaro.org>
18538
18539 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18540 (can_relocate_bcond_true): ... it.
18541 (can_relocate_bcond_false): New function.
18542 (foo): Likewise.
18543 (can_relocate_bl): Likewise.
18544 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18545 can_relocate_bl.
18546
18547 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18548
18549 * gdb.base/nested-addr.c: New file.
18550 * gdb.base/nested-addr.exp: New testcase.
18551
18552 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18553
18554 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18555 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18556 its output. Ignore the output of "record goto begin" and instead
18557 check that GDB is replaying.
18558
18559 2015-10-09 Pedro Alves <palves@redhat.com>
18560
18561 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18562 (top level): Use it in the run with no args test.
18563
18564 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18565
18566 * gdb.dlang/properties.exp: New file.
18567
18568 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18569
18570 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18571 whether or not address 0x1000 is mapped on the target.
18572
18573 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18574
18575 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18576 build.
18577
18578 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18579
18580 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18581 instruction-history test.
18582
18583 2015-09-28 Doug Evans <dje@google.com>
18584
18585 * gdb.base/gcore.c (array_func): Add reference to static_array.
18586
18587 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18588
18589 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18590 source line.
18591
18592 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18593
18594 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18595 short or char as base type.
18596
18597 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18598
18599 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18600 to allow any size enum.
18601
18602 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18603
18604 * gdb.ada/array_ptr_renaming.exp: New testcase.
18605 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18606 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18607
18608 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18609
18610 * gdb.trace/ftrace-lock.c: New file.
18611 * gdb.trace/ftrace-lock.exp: New file.
18612
18613 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18614
18615 * gdb.arch/insn-reloc.c: New file.
18616 * gdb.arch/ftrace-insn-reloc.exp: New file.
18617
18618 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18619
18620 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18621 instruction.
18622 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18623 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18624 * gdb.trace/range-stepping.c: Likewise.
18625 * gdb.trace/trace-break.c: Likewise.
18626 * gdb.trace/trace-mt.c (thread_function): Likewise.
18627 * gdb.trace/ftrace.c (marker): Likewise.
18628 * gdb.trace/trace-condition.c (marker): Likewise.
18629 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18630 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18631 is_aarch64_target.
18632
18633 2015-09-18 Doug Evans <xdje42@gmail.com>
18634
18635 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18636 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18637
18638 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18639
18640 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18641 the breakpoint.
18642
18643 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18644
18645 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18646 the pending breakpoint. Remove timeout override for "Run till
18647 MI pending breakpoint on pendfunc3 on thread 2" test.
18648
18649 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18650
18651 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18652 filename pattern.
18653
18654 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18655
18656 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18657 in breakpoint filename pattern.
18658
18659 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18660
18661 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18662
18663 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18664
18665 * gdb.linespec/explicit.exp: Check for readline support for
18666 tab-completion tests. Fix obvious typo.
18667
18668 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18669
18670 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18671 and replay.
18672
18673 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18674
18675 * gdb.btrace/non-stop.c: New.
18676 * gdb.btrace/non-stop.exp: New.
18677
18678 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18679 Yao Qi <yao.qi@linaro.org>
18680
18681 * gdb.trace/trace-condition.c: New file.
18682 * gdb.trace/trace-condition.exp: New file.
18683
18684 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18685
18686 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18687 for testing bytecode compilation.
18688
18689 2015-09-16 Pedro Alves <palves@redhat.com>
18690 Sandra Loosemore <sandra@codesourcery.com>
18691
18692 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18693 (SECONDS): Redefine.
18694 (main): Call pthread_kill and alarm early.
18695 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18696 support.
18697 (test): If the target can't hardware step and doesn't support
18698 displaced stepping, increase the timeout.
18699
18700 2015-09-16 Pedro Alves <palves@redhat.com>
18701
18702 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18703 (enable_debug): New procedures.
18704 (test): Use them. Bail out if waiting for threads fails.
18705 (top level): Bail out if a test fails.
18706
18707 2015-09-16 Yao Qi <yao.qi@linaro.org>
18708
18709 * gdb.asm/asm-source.exp: Set asm-arch for
18710 aarch64*-*-* target.
18711 * gdb.asm/aarch64.inc: New file.
18712
18713 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18714
18715 * gdb.ada/array_of_variable_length.exp: New testcase.
18716 * gdb.ada/array_of_variable_length/foo.adb: New file.
18717 * gdb.ada/array_of_variable_length/pck.adb: New file.
18718 * gdb.ada/array_of_variable_length/pck.ads: New file.
18719
18720 2015-09-15 Doug Evans <dje@google.com>
18721
18722 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18723 of function static local variable.
18724
18725 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18726
18727 * gdb.threads/tls-so_extern.exp: New test file.
18728 * gdb.threads/tls-so_extern.c: New test file.
18729 * gdb.threads/tls-so_extern_main.c: New test file.
18730
18731 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18732
18733 * gdb.opt/solib-intra-step-lib.c: New file.
18734 * gdb.opt/solib-intra-step-main.c: New file.
18735 * gdb.opt/solib-intra-step.exp: New file.
18736
18737 2015-09-15 Pedro Alves <palves@redhat.com>
18738
18739 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18740 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18741
18742 2015-09-14 Pedro Alves <palves@redhat.com>
18743
18744 * gdb.base/hook-stop-continue.c: Delete.
18745 * gdb.base/hook-stop-continue.exp: Delete.
18746 * gdb.base/hook-stop-frame.c: Delete.
18747 * gdb.base/hook-stop-frame.exp: Delete.
18748 * gdb.base/hook-stop.c: New file.
18749 * gdb.base/hook-stop.exp: New file.
18750
18751 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18752
18753 * gdb.ada/access_to_packed_array.exp: New testcase.
18754 * gdb.ada/access_to_packed_array/foo.adb: New file.
18755 * gdb.ada/access_to_packed_array/pack.adb: New file.
18756 * gdb.ada/access_to_packed_array/pack.ads: New file.
18757
18758 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18759
18760 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18761 buffer size test.
18762
18763 2015-09-11 Don Breazeal <donb@codesourcery.com>
18764
18765 * gdb.base/foll-exec.c: Add copyright header. Fix
18766 formatting issues.
18767 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18768 (do_exec_tests): Use clean_restart in place of zap_session,
18769 and for test initialization. Fix formatting issues. Use
18770 fail in place of perror.
18771 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18772 an expect statement to match an expression with output from
18773 the program under debug.
18774 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18775 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18776 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18777 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18778 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18779
18780 2015-09-09 Doug Evans <dje@google.com>
18781
18782 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18783
18784 2015-09-09 Doug Evans <dje@google.com>
18785
18786 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18787
18788 2015-09-09 Doug Evans <dje@google.com>
18789
18790 * gdb.base/savedregs.exp: Fix typo.
18791
18792 2015-09-09 Pedro Alves <palves@redhat.com>
18793
18794 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18795
18796 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18797
18798 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18799 command actually switches threads. Give up on remaining
18800 tests if target fails to stop at breakpoint.
18801
18802 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18803
18804 * gdb.ada/funcall_char.exp: New testcase.
18805 * gdb.ada/funcall_char/foo.adb: New file.
18806
18807 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18808
18809 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18810 expected outputs. Add two testcases for completing ambiguous
18811 functions.
18812 * gdb.ada/complete/aux_pck.adb: New file.
18813 * gdb.ada/complete/aux_pck.ads: New file.
18814 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18815 Ambiguous_Func functions.
18816 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18817 * gdb.ada/complete/pck.adb: Likewise.
18818
18819 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18820
18821 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18822 failures to run the test program under GDB.
18823
18824 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18825
18826 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18827 to C.
18828
18829 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18830
18831 * gdb.base/run-after-attach.exp: New test file.
18832 * gdb.base/run-after-attach.c: New test file.
18833
18834 2015-08-26 Don Breazeal <donb@codesourcery.com>
18835
18836 * gdb.base/foll-exec-2.c: New test program.
18837 * gdb.base/foll-exec-2.exp: New test.
18838
18839 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18840
18841 * gdb.base/nested-subp1.exp: New file.
18842 * gdb.base/nested-subp1.c: New file.
18843 * gdb.base/nested-subp2.exp: New file.
18844 * gdb.base/nested-subp2.c: New file.
18845 * gdb.base/nested-subp3.exp: New file.
18846 * gdb.base/nested-subp3.c: New file.
18847
18848 2015-08-24 Pedro Alves <palves@redhat.com>
18849
18850 * gdb.server/connect-without-multi-process.c: New file.
18851 * gdb.server/connect-without-multi-process.exp: New file.
18852
18853 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18854
18855 * gdb.opt/inline-markers.c: Make z int.
18856
18857 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18858
18859 * gdb.opt/inline-markers.c: Make z volatile.
18860
18861 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18862
18863 * gdb.opt/inline-bt.c: New volatile global z.
18864 * gdb.opt/inline-cmds.c: Likewise.
18865 * gdb.opt/inline-locals.c: Likewise.
18866 * gdb.opt/inline-markers.c: New extern global z.
18867 (marker): Use z.
18868 (inline_fn): Likewise.
18869
18870 2015-08-24 Pedro Alves <palves@redhat.com>
18871
18872 * config/m32r-stub.exp: Remove file.
18873 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18874 * gdb.base/call-rt-st.exp: Likewise.
18875 * gdb.base/call-strs.exp: Likewise.
18876 * gdb.base/default.exp: Remove references to h8300-*-hms and
18877 *-*-udi*.
18878 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18879
18880 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18881
18882 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18883 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18884 and "return" use KFAIL when GDB can not read/write the vector
18885 return value.
18886
18887 2015-08-21 Gary Benson <gbenson@redhat.com>
18888
18889 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18890
18891 2015-08-20 Pedro Alves <palves@redhat.com>
18892
18893 * gdb.server/solib-list.exp: No longer expect an interior stop in
18894 non-stop mode.
18895
18896 2015-08-20 Pedro Alves <palves@redhat.com>
18897
18898 * gdb.server/connect-stopped-target.c: New file.
18899 * gdb.server/connect-stopped-target.exp: New file.
18900
18901 2015-08-20 Pedro Alves <palves@redhat.com>
18902
18903 * gdb.dwarf2/comp-unit-lang.exp: New file.
18904 * gdb.dwarf2/comp-unit-lang.c: New file.
18905
18906 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18907
18908 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18909 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18910
18911 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18912
18913 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18914 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18915
18916 2015-08-18 Doug Evans <dje@google.com>
18917 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18918
18919 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18920 skip_python_tests. New arg prompt_regexp.
18921 (skip_python_tests): New function.
18922 * lib/mi-support.exp (mi_skip_python_tests): New function.
18923 * gdb.python/py-mi-objfile-gdb.py: New file.
18924 * gdb.python/py-mi-objfile.c: New file.
18925 * gdb.python/py-mi-objfile.exp: New file.
18926
18927 2015-08-17 Keith Seitz <keiths@redhat.com>
18928
18929 * gdb.linespec/explicit.exp: Move strace test from here ...
18930 * gdb.trace/strace.exp: ... to here.
18931
18932 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18933
18934 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18935 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18936
18937 2015-08-14 Doug Evans <xdje42@gmail.com>
18938
18939 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18940 inferior before selecting a new file.
18941
18942 2015-08-14 Doug Evans <xdje42@gmail.com>
18943
18944 * gdb.mi/mi-disassemble.exp: Update.
18945 * gdb.base/disasm-optim.S: New file.
18946 * gdb.base/disasm-optim.c: New file.
18947 * gdb.base/disasm-optim.h: New file.
18948 * gdb.base/disasm-optim.exp: New file.
18949
18950 2015-08-14 Keith Seitz <keiths@redhat.com>
18951
18952 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18953 "evaluated-by".
18954
18955 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18956
18957 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18958
18959 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18960
18961 * gdb.ada/fun_renaming.exp: New testcase.
18962 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18963 * gdb.ada/fun_renaming/pack.adb: New file.
18964 * gdb.ada/fun_renaming/pack.ads: New file.
18965
18966 2015-08-12 Keith Seitz <keiths@redhat.com>
18967
18968 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18969 gdb_get_line_number.
18970
18971 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18972
18973 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18974 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18975 gdb.base/dso2dso.exp: New files.
18976
18977 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18978 Pedro Alves <palves@redhat.com>
18979 Keith Seitz <keiths@redhat.com>
18980
18981 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18982 GDBFLAGS.
18983
18984 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18985
18986 * gdb.base/gdbhistsize-history.exp
18987 (test_histsize_history_setting): Use save_vars.
18988 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18989 Use save_vars.
18990 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18991 * gdb.base/readline.exp: Use save_vars.
18992
18993 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18994
18995 * lib/gdb.exp (save_vars): New proc.
18996
18997 2015-08-11 Keith Seitz <keiths@redhat.com>
18998
18999 * gdb.base/help.exp: Update help_breakpoint_text.
19000
19001 2015-08-11 Keith Seitz <keiths@redhat.com>
19002
19003 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
19004 (at toplevel): Call test_explicit_breakpoints.
19005 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
19006 breakpoints.
19007 * lib/mi-support.exp (mi_make_breakpoint): Add support for
19008 breakpoint conditions, "-cond".
19009
19010 2015-08-11 Keith Seitz <keiths@redhat.com>
19011
19012 * gdb.linespec/3explicit.c: New file.
19013 * gdb.linespec/cpexplicit.cc: New file.
19014 * gdb.linespec/cpexplicit.exp: New file.
19015 * gdb.linespec/explicit.c: New file.
19016 * gdb.linespec/explicit.exp: New file.
19017 * gdb.linespec/explicit2.c: New file.
19018 * gdb.linespec/ls-errs.exp: Add explicit location tests.
19019 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
19020 before using in the matching pattern.
19021 Clarify that `prefix' is a regular expression.
19022
19023 2015-08-11 Keith Seitz <keiths@redhat.com>
19024
19025 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
19026 test.
19027 Add tests for missing ",FMT" and ",".
19028
19029 2015-08-10 Doug Evans <dje@google.com>
19030 Keith Seitz <keiths@redhat.com>
19031
19032 PR gdb/17960
19033 * gdb.base/completion.exp: Add location completer tests.
19034
19035 2015-08-07 Pedro Alves <palves@redhat.com>
19036
19037 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
19038 tests here.
19039 (top level): Run do_test with and without displaced stepping.
19040
19041 2015-08-07 Pedro Alves <palves@redhat.com>
19042
19043 * gdb.base/valgrind-disp-step.c: New file.
19044 * gdb.base/valgrind-disp-step.exp: New file.
19045
19046 2015-08-07 Pedro Alves <palves@redhat.com>
19047
19048 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
19049 Delete function.
19050 (main): Add alarm. Run an infinite loop instead of calling
19051 wait_threads.
19052 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
19053 comment.
19054 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
19055 Delete function.
19056 (main): Add alarm. Run an infinite loop instead of calling
19057 wait_threads.
19058 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
19059 comment.
19060
19061 2015-08-07 Pedro Alves <palves@redhat.com>
19062
19063 * gdb.base/checkpoint-ns.exp: New file.
19064 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
19065 standard_testfile.
19066
19067 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
19068
19069 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
19070 * gdb.btrace/instruction_history.exp: Update.
19071 * gdb.btrace/tsx.exp: New.
19072 * gdb.btrace/tsx.c: New.
19073
19074 2015-08-06 Pedro Alves <palves@redhat.com>
19075
19076 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
19077 increase timeout.
19078 * gdb.reverse/until-precsave.exp: Bump timeouts.
19079
19080 2015-08-06 Pedro Alves <palves@redhat.com>
19081
19082 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
19083
19084 2015-08-06 Pedro Alves <palves@redhat.com>
19085
19086 PR gdb/18749
19087 * gdb.threads/process-dies-while-handling-bp.c: New file.
19088 * gdb.threads/process-dies-while-handling-bp.exp: New file.
19089
19090 2015-08-06 Pedro Alves <palves@redhat.com>
19091
19092 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
19093 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
19094
19095 2015-08-05 Pedro Alves <palves@redhat.com>
19096
19097 * gdb.threads/next-while-other-thread-longjmps.c: New file.
19098 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
19099
19100 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
19101
19102 * gdb.base/bp-permanent.exp: Report test as unsupported if
19103 the target cannot stop at the permanent breakpoint.
19104
19105 2015-08-03 Doug Evans <dje@google.com>
19106
19107 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
19108 10000.
19109
19110 2015-08-03 Doug Evans <dje@google.com>
19111
19112 * Makefile.in (workers/%.worker, build-perf): New rule.
19113 (GDB_PERFTEST_MODE): New variable.
19114 (check-perf): Use it.
19115 (clean): Clean up gdb.perf parallel build subdirs.
19116 * lib/build-piece.exp: New file.
19117 * lib/gdb.exp (make_gdb_parallel_path): New function
19118 (standard_output_file, standard_temp_file): Call it.
19119 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19120 of $GDB_PARALLEL.
19121 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
19122
19123 2015-08-03 Doug Evans <dje@google.com>
19124
19125 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
19126 (LOG_FILE_NAME): New global.
19127 (TextReporter.__init__): Initialize self.txt_sum.
19128 (TextReporter.report): Add support for multiple data-points.
19129 Move report to perftest.sum, put raw data in perftest.log.
19130 (TextReporter.start): Open sum and log files.
19131 (TextReporter.end): Close sum and log files.
19132 * gdb.perf/lib/perftest/testresult.py
19133 (SingleStatisticTestResult.record): Handle multiple data-points.
19134
19135 2015-07-31 Pedro Alves <palves@redhat.com>
19136
19137 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
19138 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19139 kill_wait_spawned_process instead of explicit "kill -9".
19140 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
19141 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19142 kill_wait_spawned_process.
19143 * gdb.base/attach-twice.exp: Likewise.
19144 * gdb.base/attach.exp: Likewise.
19145 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
19146 gdb_test_multiple.
19147 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
19148 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19149 kill_wait_spawned_process.
19150 * gdb.base/valgrind-infcall.exp: Likewise.
19151 * gdb.multi/multi-attach.exp: Likewise.
19152 * gdb.python/py-prompt.exp: Likewise.
19153 * gdb.python/py-sync-interp.exp: Likewise.
19154 * gdb.server/ext-attach.exp: Likewise.
19155 * gdb.threads/attach-into-signal.exp (corefunc): Use
19156 spawn_wait_for_attach, spawn_id_get_pid and
19157 kill_wait_spawned_process.
19158 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
19159 spawn_wait_for_attach returning a spawn id instead of a pid. Use
19160 spawn_id_get_pid and kill_wait_spawned_process.
19161 * gdb.threads/attach-stopped.exp (corefunc): Use
19162 spawn_wait_for_attach, spawn_id_get_pid and
19163 kill_wait_spawned_process.
19164 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
19165 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19166 kill_wait_spawned_process instead of explicit "kill -9".
19167 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
19168 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
19169 (spawn_wait_for_attach): Use spawn instead of exec to spawn
19170 processes. Don't map cygwin/windows pids here. Now returns a
19171 spawn id list.
19172
19173 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19174
19175 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
19176 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
19177 correct patch.
19178
19179 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19180
19181 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
19182
19183 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19184
19185 Reapply:
19186 2014-05-21 Mark Wielaard <mjw@redhat.com>
19187
19188 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19189
19190 2015-07-30 Pedro Alves <palves@redhat.com>
19191
19192 * linux-low.c (handle_extended_wait): Set the child's last
19193 reported status to TARGET_WAITKIND_STOPPED.
19194
19195 2015-07-30 Pedro Alves <palves@redhat.com>
19196
19197 PR threads/18600
19198 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
19199 only shows inferior 1.
19200
19201 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
19202 Pedro Alves <palves@redhat.com>
19203
19204 PR threads/18600
19205 * gdb.threads/fork-plus-threads.c: New file.
19206 * gdb.threads/fork-plus-threads.exp: New file.
19207
19208 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19209
19210 * gdb.base/batch-preserve-term-settings.exp
19211 (test_terminal_settings_preserved_after_cli_exit): Use
19212 send_quit_command.
19213
19214 2015-07-29 Pedro Alves <palves@redhat.com>
19215 Don Breazeal <donb@codesourcery.com>
19216
19217 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
19218 output from both inferior_spawn_id and gdb_spawn_id.
19219
19220 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19221
19222 * gdb.threads/attach-into-signal.exp (corefunc): Use
19223 with_test_prefix on nested loops, uniquefying the test messages.
19224
19225 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19226
19227 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
19228 commit.
19229
19230 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19231
19232 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
19233 New proc.
19234 (test_terminal_settings_preserved_after_sigterm): New test.
19235
19236 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19237
19238 * gdb.base/batch-preserve-term-settings.exp
19239 (test_terminal_settings_preserved_after_cli_exit): New test.
19240
19241 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19242
19243 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
19244 manipulation of saved_gdbflags.
19245 (test_terminal_settings_preserved): Remove global declaration of
19246 the unused variable pagination_prompt. Remove manipulation of
19247 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
19248 GDBFLAGS.
19249
19250 2015-07-29 Pedro Alves <palves@redhat.com>
19251
19252 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
19253
19254 2015-07-29 Pedro Alves <palves@redhat.com>
19255
19256 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
19257 at the top.
19258
19259 2015-07-29 Pedro Alves <palves@redhat.com>
19260
19261 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
19262 (main): Call gdb_unbuffer_output.
19263 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
19264 (main): Call gdb_unbuffer_output.
19265 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
19266 (main): Call gdb_unbuffer_output.
19267 * gdb.base/call-strs.exp: Adjust to step over the
19268 gdb_unbuffer_output call.
19269 * gdb.base/catch-gdb-caused-signals.c: Include
19270 "../lib/unbuffer_output.c".
19271 (main): Call gdb_unbuffer_output.
19272 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
19273 (main): Call gdb_unbuffer_output.
19274 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
19275 (main): Call gdb_unbuffer_output.
19276 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
19277 (main): Call gdb_unbuffer_output.
19278 * gdb.base/shlib-call.exp: Adjust to step over the
19279 gdb_unbuffer_output call.
19280 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
19281 (main): Call gdb_unbuffer_output.
19282 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
19283 (main): Call gdb_unbuffer_output.
19284 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
19285 (main): Rename to ...
19286 (test): ... this.
19287 (main): Reimplement.
19288 * gdb.base/varargs.exp: Run to test instead of to main.
19289 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19290 (main): Call gdb_unbuffer_output.
19291
19292 2015-07-29 Pedro Alves <palves@redhat.com>
19293
19294 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
19295 factore out from mi_continue_dprintf. For call-style dprintfs,
19296 expect dprintf output out of $inferior_spawn_id.
19297 (mi_continue_dprintf): Use mi_expect_dprintf.
19298 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19299 (main): Call gdb_unbuffer_output.
19300
19301 2015-07-29 Pedro Alves <palves@redhat.com>
19302
19303 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
19304 (default_mi_gdb_start): Set inferior_spawn_id instead of
19305 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
19306 gdb_spawn_id.
19307 (mi_gdb_test): Always expect inferior output from both
19308 $inferior_spawn_id and $gdb_spawn_id.
19309
19310 2015-07-29 Pedro Alves <palves@redhat.com>
19311
19312 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
19313 send_inferior and $inferior_spawn_id.
19314
19315 2015-07-29 Pedro Alves <palves@redhat.com>
19316
19317 * gdb.gdb/complaints.exp (test_initial_complaints)
19318 (test_serial_complaints, test_short_complaints): Use
19319 gdb_test_stdio.
19320 (test_empty_complaint): Handle $inferior_spawn_id !=
19321 $gdb_spawn_id.
19322
19323 2015-07-29 Pedro Alves <palves@redhat.com>
19324
19325 * gdb.base/varargs.exp: Use gdb_test_stdio.
19326
19327 2015-07-29 Pedro Alves <palves@redhat.com>
19328
19329 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
19330
19331 2015-07-29 Pedro Alves <palves@redhat.com>
19332
19333 * gdb.base/ending-run.exp: Use gdb_test_stdio.
19334
19335 2015-07-29 Pedro Alves <palves@redhat.com>
19336
19337 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
19338 parameter into two new parameters, "inf_result" and "gdb_result".
19339 Expect inferior output and gdb output from $inferior_spawn_id and
19340 $gdb_spawn_id, respectively. Adjust all callers.
19341
19342 2015-07-29 Pedro Alves <palves@redhat.com>
19343
19344 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
19345 of gdb_test_sequence.
19346
19347 2015-07-29 Pedro Alves <palves@redhat.com>
19348
19349 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
19350 (saw_spurious_output): Expect inferior output from
19351 $inferior_spawn_id. Use gdb_test_stdio.
19352
19353 2015-07-29 Pedro Alves <palves@redhat.com>
19354
19355 * gdb.base/dprintf.exp: Use standard_testfile. Change
19356 prepare_for_testing call.
19357 (srcfile): Don't set.
19358 (restart): New procedure.
19359 (test_dprintf): New procecure, use to continue over dprintfs.
19360 (test_call, test_agent): New procedures, tests moved here.
19361 Restart gdb and recreate dprintfs. Adjust expected output.
19362
19363 2015-07-29 Pedro Alves <palves@redhat.com>
19364
19365 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19366
19367 2015-07-29 Pedro Alves <palves@redhat.com>
19368
19369 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19370
19371 2015-07-29 Pedro Alves <palves@redhat.com>
19372
19373 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19374 gdb_test_stdio.
19375
19376 2015-07-29 Pedro Alves <palves@redhat.com>
19377
19378 * lib/gdb.exp (gdb_test_stdio): New procedure.
19379
19380 2015-07-29 Pedro Alves <palves@redhat.com>
19381
19382 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19383
19384 2015-07-29 Pedro Alves <palves@redhat.com>
19385
19386 * gdb.base/call-signal-resume.exp: Remove check for
19387 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19388 * gdb.base/unwindonsignal.exp: Likewise.
19389 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19390 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19391
19392 2015-07-29 Pedro Alves <palves@redhat.com>
19393
19394 * gdb.base/siginfo-addr.c (pass): New function.
19395 (handler): Call it iff si_addr is correct.
19396 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19397 Set a breakpoint at "pass" and continue to it.
19398
19399 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19400
19401 * gdb.python/py-objfile.exp: Make some tests have unique names.
19402 * gdb.python/py-pp-registration.exp: Likewise.
19403
19404 2015-07-28 Pedro Alves <palves@redhat.com>
19405
19406 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19407
19408 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19409
19410 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19411
19412 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19413
19414 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19415
19416 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19417
19418 * gdb.base/gdb-sigterm-2.exp: New test.
19419
19420 2015-07-25 Doug Evans <xdje42@gmail.com>
19421
19422 Revert:
19423 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19424 (workers/%.worker, build-perf): New rule.
19425 (GDB_PERFTEST_MODE): New variable.
19426 (check-perf): Use it.
19427 (clean): Clean up gdb.perf parallel build subdirs.
19428 * lib/build-piece.exp: New file.
19429 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19430 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19431 name.
19432 (standard_temp_file): Ditto.
19433 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19434 of $GDB_PARALLEL.
19435
19436 2015-07-24 Doug Evans <dje@google.com>
19437
19438 * gdb.perf/lib/perftest/utils.py: New file.
19439 * gdb.perf/gm-hello.cc: New file.
19440 * gdb.perf/gm-pervasive-typedef.cc: New file.
19441 * gdb.perf/gm-pervasive-typedef.h: New file.
19442 * gdb.perf/gm-std.cc: New file.
19443 * gdb.perf/gm-std.h: New file.
19444 * gdb.perf/gm-use-cerr.cc: New file.
19445 * gdb.perf/gm-utils.h: New file.
19446 * gdb.perf/gmonster-null-lookup.py: New file.
19447 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19448 * gdb.perf/gmonster-print-cerr.py: New file.
19449 * gdb.perf/gmonster-ptype-string.py: New file.
19450 * gdb.perf/gmonster-runto-main.py: New file.
19451 * gdb.perf/gmonster-select-file.py: New file.
19452 * gdb.perf/gmonster1-null-lookup.exp: New file.
19453 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19454 * gdb.perf/gmonster1-print-cerr.exp: New file.
19455 * gdb.perf/gmonster1-ptype-string.exp: New file.
19456 * gdb.perf/gmonster1-runto-main.exp: New file.
19457 * gdb.perf/gmonster1-select-file.exp: New file.
19458 * gdb.perf/gmonster1.cc: New file.
19459 * gdb.perf/gmonster1.exp: New file.
19460 * gdb.perf/gmonster2-null-lookup.exp: New file.
19461 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19462 * gdb.perf/gmonster2-print-cerr.exp: New file.
19463 * gdb.perf/gmonster2-ptype-string.exp: New file.
19464 * gdb.perf/gmonster2-runto-main.exp: New file.
19465 * gdb.perf/gmonster2-select-file.exp: New file.
19466 * gdb.perf/gmonster2.cc: New file.
19467 * gdb.perf/gmonster2.exp: New file.
19468
19469 2015-07-24 Doug Evans <dje@google.com>
19470
19471 * gdb.perf/README: New file.
19472 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19473 * lib/gen-perf-test.exp: New file.
19474
19475 2015-07-24 Doug Evans <dje@google.com>
19476
19477 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19478 (PerfTest::startup): New function.
19479 (PerfTest::run): Return result of calling body.
19480 (PerfTest::assemble): Rewrite.
19481 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19482 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19483 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19484 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19485 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19486
19487 2015-07-24 Doug Evans <dje@google.com>
19488
19489 * lib/gdb.exp (clean_restart): Make executable optional.
19490
19491 2015-07-24 Doug Evans <dje@google.com>
19492
19493 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19494 compiler_info references.
19495 * gdb.cp/temargs.exp: Ditto.
19496 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19497 (get_compiler_info): Early exit if already computed. Set compiler_info
19498 to "unknown" if there was a problem.
19499 (test_compiler_info): Add function comment. Call get_compiler_info.
19500
19501 2015-07-24 Doug Evans <dje@google.com>
19502
19503 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19504 (workers/%.worker, build-perf): New rule.
19505 (GDB_PERFTEST_MODE): New variable.
19506 (check-perf): Use it.
19507 (clean): Clean up gdb.perf parallel build subdirs.
19508 * lib/build-piece.exp: New file.
19509 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19510 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19511 name.
19512 (standard_temp_file): Ditto.
19513 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19514 of $GDB_PARALLEL.
19515
19516 2015-07-24 Doug Evans <dje@google.com>
19517
19518 * lib/future.exp (gdb_default_target_compile): New option
19519 "early_flags".
19520 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19521 --as-needed.
19522
19523 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19524
19525 * gdb.base/catch-syscall.exp: Call gdb_exit before
19526 gdb_skip_xml_test.
19527
19528 2015-07-24 Pedro Alves <palves@redhat.com>
19529
19530 * gdb.python/py-events.exp: Accept output between the stop event
19531 and the prompt.
19532 * gdb.python/py-evsignal.exp: Likewise.
19533 * gdb.python/py-evthreads.exp: Likewise.
19534
19535 2015-07-24 Pedro Alves <palves@redhat.com>
19536
19537 PR gdb/18717
19538 * gdb.threads/non-ldr-exit.c: New file.
19539 * gdb.threads/non-ldr-exit.exp: New file.
19540
19541 2015-07-24 Yao Qi <yao.qi@linaro.org>
19542
19543 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19544 restarting process.
19545
19546 2015-07-24 Yao Qi <yao.qi@linaro.org>
19547
19548 * gdb.server/ext-restart.exp: New file.
19549
19550 2015-07-24 Yao Qi <yao.qi@linaro.org>
19551
19552 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19553 argument options.
19554 * gdb.server/ext-wrapper.exp: New file.
19555
19556 2015-07-23 Doug Evans <dje@google.com>
19557
19558 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19559 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19560
19561 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19562
19563 * gdb.ada/var_arr_typedef.exp: New testcase.
19564 * gdb.ada/var_arr_typedef/pack.adb: New file.
19565 * gdb.ada/var_arr_typedef/pack.ads: New file.
19566 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19567
19568 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19569
19570 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19571
19572 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19573
19574 * gdb.arch/i386-biarch-core.exp: Replace istarget
19575 by "complete set gnutarget". Remove expectation for the "core-file"
19576 command.
19577
19578 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19579
19580 Revert the previous commit:
19581 Tests for validate symbol file using build-id.
19582
19583 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19584
19585 Tests for validate symbol file using build-id.
19586 * gdb.base/solib-mismatch-lib.c: New file.
19587 * gdb.base/solib-mismatch-libmod.c: New file.
19588 * gdb.base/solib-mismatch.c: New file.
19589 * gdb.base/solib-mismatch.exp: New file.
19590
19591 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19592
19593 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19594 nios2-*-linux*.
19595 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19596 * gdb.base/siginfo.exp: Likewise.
19597 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19598
19599 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19600
19601 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19602 Move it to ...
19603 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19604 ... here.
19605 * gdb.trace/range-stepping.exp: Check that the target supports
19606 range stepping.
19607
19608 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19609
19610 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19611
19612 2015-07-14 Pedro Alves <palves@redhat.com>
19613
19614 * gdb.base/killed-outside.exp: New file.
19615 * gdb.base/killed-outside.c: New file.
19616
19617 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19618
19619 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19620 (n at main): New.
19621 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19622
19623 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19624
19625 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19626 infcall tests instead of setting up for KFAIL.
19627
19628 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19629
19630 * gdb.btrace/record_goto-step.exp: New.
19631
19632 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19633
19634 PR compile/18484
19635 * gdb.compile/compile.c (struct struct_type): Add volatile to
19636 selffield's type.
19637 * gdb.compile/compile.exp
19638 (compile code struct_object.selffield = &struct_object): Skip further
19639 struct_object tests if this one xfails.
19640
19641 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19642
19643 PR exp/18617
19644 * gdb.trace/ax.exp: Add test.
19645
19646 2015-07-07 Yao Qi <yao.qi@linaro.org>
19647
19648 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19649 instead of istarget "aarch64*-*-*".
19650 * gdb.arch/aarch64-fp.exp: Likewise.
19651 * gdb.base/float.exp: Likewise.
19652 * gdb.reverse/aarch64.exp: Likewise.
19653 * lib/gdb.exp (is_aarch64_target): New proc.
19654
19655 2015-07-07 Yao Qi <yao.qi@linaro.org>
19656
19657 * lib/gdb.exp (is_aarch32_target): New proc.
19658 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19659 instead of "istarget "arm*-*-*"".
19660 * gdb.arch/arm-disp-step.exp: Likewise.
19661 * gdb.arch/thumb-bx-pc.exp: Likewise.
19662 * gdb.arch/thumb-prologue.exp: Likewise.
19663 * gdb.arch/thumb-singlestep.exp: Likewise.
19664 * gdb.base/disp-step-syscall.exp: Likewise.
19665 * gdb.base/float.exp: Likewise.
19666
19667 2015-07-07 Yao Qi <yao.qi@linaro.org>
19668
19669 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19670 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19671
19672 2015-07-07 Yao Qi <yao.qi@linaro.org>
19673
19674 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19675 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19676 if it exists.
19677 * gdb.multi/multi-arch.exp: Likewise.
19678
19679 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19680
19681 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19682 print.
19683
19684 2015-07-07 Yao Qi <yao.qi@linaro.org>
19685
19686 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19687
19688 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19689
19690 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19691 '[' and ']' characters.
19692
19693 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19694
19695 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19696
19697 2015-06-29 Pedro Alves <palves@redhat.com>
19698
19699 PR threads/18127
19700 * gdb.threads/hand-call-new-thread.c: New file.
19701 * gdb.threads/hand-call-new-thread.c: New file.
19702
19703 2015-06-26 Keith Seitz <keiths@redhat.com>
19704 Doug Evans <dje@google.com>
19705
19706 PR 16253
19707 * gdb.cp/var-tag-2.cc: New file.
19708 * gdb.cp/var-tag-3.cc: New file.
19709 * gdb.cp/var-tag-4.cc: New file.
19710 * gdb.cp/var-tag.cc: New file.
19711 * gdb.cp/var-tag.exp: New file.
19712
19713 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19714
19715 * gdb.base/history-duplicates.exp: New test.
19716
19717 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19718
19719 * gdb.base/completion.exp: Test the completion of the "focus"
19720 command.
19721
19722 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19723
19724 * gdb.arch/amd64-prologue-skip.S: New file.
19725 * gdb.arch/amd64-prologue-skip.exp: New file.
19726
19727 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19728
19729 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19730 is_address_zero_readable check.
19731
19732 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19733
19734 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19735 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19736
19737 2015-06-24 Yao Qi <yao.qi@linaro.org>
19738
19739 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19740 linux targets.
19741
19742 2015-06-24 Yao Qi <yao.qi@linaro.org>
19743
19744 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19745 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19746 * gdb.base/siginfo-thread.exp: Likewise.
19747
19748 2015-06-22 Yao Qi <yao.qi@linaro.org>
19749
19750 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19751
19752 2015-06-22 Yao Qi <yao.qi@linaro.org>
19753
19754 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19755 aarch64*-*-*.
19756 (skip_hw_watchpoint_tests): Likewise.
19757
19758 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19759
19760 * gdb.base/gdbinit-history.exp: Test the interaction between
19761 setting GDBHISTSIZE and setting the history size via .gdbinit.
19762
19763 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19764
19765 PR gdb/16999
19766 * gdb.base/gdbhistsize-history.exp: New test.
19767
19768 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19769
19770 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19771 with GDBHISTSIZE.
19772 * gdb.base/readline.exp: Likewise.
19773
19774 2015-06-17 Yao Qi <yao.qi@linaro.org>
19775
19776 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19777 line.
19778
19779 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19780
19781 * gdb.base/gdbinit-history.exp: Add test case to check that
19782 an unlimited history file does not get truncated on exit.
19783
19784 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19785
19786 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19787 (VECTOR): New macro. Use it...
19788 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19789 ...for these typedefs.
19790 (int8, char1, int1, double1): New typedefs.
19791 (struct just_int2, struct two_int2): New structures.
19792 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19793 (add_structvecs, add_singlevecs): New functions.
19794 (main): Call add_some_intvecs twice.
19795 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19796 the compile and exit upon failure. Try compiling for the "native"
19797 architecture. Test inferior function calls with vector arguments
19798 and vector return value handling with "finish" and "return".
19799
19800 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19801
19802 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19803 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19804 PE file.
19805 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19806
19807 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19808
19809 PR breakpoints/16465
19810 * gdb.mi/mi-dprintf-pending.c: New file.
19811 * gdb.mi/mi-dprintf-pending.exp: New test.
19812 * gdb.mi/mi-dprintf-pendshr.c: New file.
19813
19814 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19815 Mircea Gherzan <mircea.gherzan@intel.com>
19816
19817 * gdb.arch/i386-mpx-map.c: New file.
19818 * gdb.arch/i386-mpx-map.exp: New File.
19819
19820 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19821
19822 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19823 * gdb.arch/i386-mpx.exp: Indentation fixed.
19824
19825 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19826
19827 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19828 function and improved indentation.
19829 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19830 gdb_test_multiple. Added additional tests to skip the test.
19831
19832 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19833
19834 * gdb.arch/i386-avx512.c: Change path in include file.
19835 * gdb.arch/i386-avx512.exp: Change include dir path
19836 compilation flag.
19837 * gdb.arch/i386-mpx.c: Change path in include file.
19838 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19839 flag.
19840
19841 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19842
19843 * gdb.compile/compile-print.exp (compile print *vararray@3)
19844 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19845
19846 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19847
19848 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19849 (do not keep jit in memory): ... this.
19850 (expect 5): Change it to ...
19851 (expect no 5): ... this.
19852
19853 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19854
19855 PR gdb/15564
19856 * gdb.mi/mi-detach.exp: New file.
19857
19858 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19859
19860 PR symtab/18392
19861 * gdb.arch/amd64-tailcall-self.S: New file.
19862 * gdb.arch/amd64-tailcall-self.c: New file.
19863 * gdb.arch/amd64-tailcall-self.exp: New file.
19864
19865 2015-05-28 Don Breazeal <donb@codesourcery.com>
19866
19867 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19868 tests for remote targets by checking is_target_gdbserver.
19869
19870 2015-05-27 Doug Evans <dje@google.com>
19871
19872 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19873 * gdb.dwarf2/opaque-type-lookup.c: New file.
19874 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19875
19876 2015-05-26 Doug Evans <dje@google.com>
19877
19878 * gdb.cp/iostream.cc: New file.
19879 * gdb.cp/iostream.exp: New file.
19880
19881 2015-05-26 Doug Evans <dje@google.com>
19882
19883 * gdb.dwarf2/dw2-op-call.exp: Update.
19884 * gdb.dwarf2/dw4-sig-types.exp: Update.
19885 * gdb.dwarf2/implptr.exp: Update.
19886 * gdb.mi/mi-cmd-param-changed.exp: Update.
19887
19888 2015-05-26 Doug Evans <dje@google.com>
19889
19890 * gdb.python/py-lazy-string.c: New file.
19891 * gdb.python/py-lazy-string.exp: New file.
19892 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19893 (main): Update. Add estring3.
19894 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19895 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19896
19897 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19898 Yao Qi <yao.qi@linaro.org>
19899
19900 * gdb.reverse/aarch64.c: New.
19901 * gdb.reverse/aarch64.exp: New.
19902
19903 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19904
19905 * lib/gdb.exp (supports_process_record): Return true for
19906 aarch64*-linux*.
19907 (supports_reverse): Likewise.
19908
19909 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19910
19911 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19912 Use with_test_prefix.
19913
19914 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19915
19916 * gdb.base/completion.exp: Add test for completion of layout
19917 names.
19918
19919 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19920
19921 * lib/gdb.exp (skip_tui_tests): New proc.
19922 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19923
19924 2015-05-19 Pedro Alves <palves@redhat.com>
19925
19926 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19927 Save the whole env array instead of just HOME. Unset HISTSIZE in
19928 the environment while testing. Restore whole environment
19929 afterwards.
19930
19931 2015-05-16 Doug Evans <xdje42@gmail.com>
19932
19933 * gdb.guile/scm-ports.c: New file.
19934 * gdb.guile/scm-ports.exp: Add memory port tests.
19935
19936 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19937
19938 * gdb.compile/compile-print.c: New file.
19939 * gdb.compile/compile-print.exp: New file.
19940
19941 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19942
19943 * gdb.compile/compile-ops.exp: Cast param to void.
19944 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19945 (compile code struct_object.selffield = &struct_object): Add xfail.
19946
19947 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19948
19949 * gdb.ada/arr_enum_with_gap: New testcase.
19950
19951 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19952
19953 * gdb.ada/byte_packed_arr: New testcase.
19954
19955 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19956
19957 * gdb.ada/pckd_neg: New testcase.
19958
19959 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19960
19961 PR gdb/17820
19962 * gdb.base/gdbinit-history.exp: New test.
19963 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19964 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19965
19966 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19967
19968 * gdb.python/py-xmethods.cc: Enhance test case.
19969 * gdb.python/py-xmethods.exp: New tests.
19970 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19971 function.
19972 (B_indexoper): Likewise.
19973 (global_dm_list) : Add new xmethod worker functions.
19974
19975 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19976
19977 * gdb.base/coredump-filter.exp: Correctly unset
19978 "coredump_var_addr" array.
19979
19980 2015-05-08 Pedro Alves <palves@redhat.com>
19981
19982 * gdb.server/non-existing-program.exp: Unset spawn_id.
19983
19984 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19985
19986 PR python/18291
19987 * gdb.python/py-xmethods.exp: Add tests.
19988
19989 2015-05-08 Yao Qi <yao.qi@linaro.org>
19990
19991 PR gdb/18208
19992 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19993 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19994 function set_coredump_filter, and remove remote_exec call.
19995 Remove argument ipid. Callers update.
19996 (top level): Don't get inferior's PID.
19997
19998 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19999
20000 * gdb.base/watch_thread_num.exp: Skip test on targets without
20001 access watchpoints.
20002
20003 2015-05-06 Pedro Alves <palves@redhat.com>
20004
20005 PR server/18081
20006 * gdb.server/non-existing-program.exp: New file.
20007
20008 2015-05-05 Joel Brobecker <brobecker@adacore.com>
20009
20010 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
20011
20012 2015-05-05 Joel Brobecker <brobecker@adacore.com>
20013
20014 * gdb.ada/out_of_line_in_inlined: New testcase.
20015
20016 2015-05-05 Joel Brobecker <brobecker@adacore.com>
20017
20018 * gdb.ada/var_rec_arr: New testcase.
20019
20020 2015-04-30 Yao Qi <yao.qi@linaro.org>
20021
20022 * gdb.base/break-idempotent.exp: If
20023 skip_hw_watchpoint_multi_tests returns true, skip the tests
20024 on "rwatch" and "awatch".
20025
20026 2015-04-30 Yao Qi <yao.qi@linaro.org>
20027
20028 * gdb.base/relativedebug.exp: Invoke gdb command
20029 "info sharedlibrary", and if libc.so doesn't have debug info,
20030 skip the test.
20031
20032 2015-04-29 Doug Evans <dje@google.com>
20033
20034 * gdb.python/py-xmethods.exp: Add ptype tests.
20035 * gdb.python/py-xmethods.py (E_method_char_worker): Add
20036 get_result_type method.
20037
20038 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
20039
20040 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
20041 the target does not support hardware watchpoints.
20042
20043 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
20044
20045 * gdb.base/break-always.exp: Abort testing if writing to memory
20046 causes an error.
20047
20048 2015-04-28 Doug Evans <dje@google.com>
20049
20050 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
20051 * gdb.python/py-pp-registration.exp: ... here. New file.
20052 * gdb.python/py-pp-registration.c: New file.
20053 * gdb.python/py-pp-registration.py: New file.
20054
20055 2015-04-28 Doug Evans <dje@google.com>
20056
20057 * gdb.python/py-bad-printers.c: New file.
20058 * gdb.python/py-bad-printers.py: New file.
20059 * gdb.python/py-bad-printers.exp: New file.
20060
20061 2015-04-28 Sasha Smundak <asmundak@google.com>
20062
20063 * gdb.python/py-type.exp: New test.
20064
20065 2015-04-28 Andy Wingo <wingo@igalia.com>
20066
20067 * gdb.python/py-parameter.exp:
20068 * gdb.guile/scm-parameter.exp: Escape the path that we are
20069 matching against, as it might contain characters that are special
20070 to regular expressions.
20071
20072 2015-04-27 Joel Brobecker <brobecker@adacore.com>
20073
20074 * gdb.ada/rec_comp: New testcase.
20075
20076 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
20077
20078 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
20079 before using it.
20080
20081 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
20082
20083 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
20084 new tests for verilog output.
20085
20086 2015-04-24 Yao Qi <yao.qi@linaro.org>
20087
20088 * boards/remote-gdbserver-on-localhost.exp: New file.
20089
20090 2015-04-23 Pedro Alves <palves@redhat.com>
20091
20092 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
20093 $inferior_spawn_id instead of $inferior_spawn_id directly. On
20094 "end of file", remove $inferior_spawn_id from the indirect list.
20095
20096 2015-04-23 Pedro Alves <palves@redhat.com>
20097
20098 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
20099
20100 2015-04-23 Pedro Alves <palves@redhat.com>
20101
20102 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
20103 on $any_spawn_id instead of only on $gdb_spawn_id.
20104
20105 2015-04-21 Pierre Muller <muller@sourceware.org>
20106
20107 PR pascal/17815
20108 * lib/pascal.exp (gpc_compile): Add new option "class".
20109 (fpc_compile): Likewise.
20110 * gdb.pascal/case-insensitive-symbols.pas: New file.
20111 * gdb.pascal/case-insensitive-symbols.exp: New file.
20112
20113 2015-04-20 Gary Benson <gbenson@redhat.com>
20114
20115 * gdb.base/attach.exp: Fix three extended remote failures.
20116
20117 2015-04-17 Gary Benson <gbenson@redhat.com>
20118
20119 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
20120 the main executable over the remote protocol.
20121
20122 2015-04-16 Pedro Alves <palves@redhat.com>
20123
20124 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
20125 a new gdbserver if gdbserver_reconnect_p is set.
20126
20127 2015-04-16 Pedro Alves <palves@redhat.com>
20128
20129 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
20130 is set, don't exit gdbserver.
20131
20132 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20133
20134 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
20135 appropriate .insn, such that an older assembler can be used.
20136 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
20137 the z/Architecture instruction set on 31-bit targets as well.
20138
20139 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20140
20141 * gdb.go/handcall.exp: Remove all logic related to the first
20142 breakpoint and rely on go_runto_main instead.
20143 * gdb.go/strings.exp: Likewise.
20144 * gdb.go/unsafe.exp: Likewise.
20145 * gdb.go/hello.exp: Likewise. Also rename the remaining
20146 breakpoint marker to "breakpoint 1".
20147 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
20148 * gdb.go/strings.go: Likewise.
20149 * gdb.go/unsafe.go: Likewise.
20150 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
20151 "set breakpoint 2 here" and rename the remaining breakpoint marker
20152 to "breakpoint 1".
20153
20154 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
20155
20156 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
20157 if itertools.imap is not present.
20158 * gdb.python/py-objfile.exp: Add parentheses.
20159 * gdb.python/py-type.exp: Same.
20160 * gdb.python/py-unwind-maint.py: Same.
20161
20162 2015-04-15 Yao Qi <yao.qi@linaro.org>
20163
20164 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
20165 of ":$ptr_size" and set its form explicitly.
20166
20167 2015-04-15 Pedro Alves <palves@redhat.com>
20168 Yao Qi <yao.qi@linaro.org>
20169
20170 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
20171 timeout by factor of 4.
20172 (test_regular_watch): Likewise.
20173 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
20174 * gdb.reverse/sigall-reverse.exp: Likewise.
20175 * gdb.reverse/until-precsave.exp: Likewise.
20176 * lib/gdb.exp (with_timeout_factor): New proc.
20177 (gdb_expect): Move some code to ...
20178 (get_largest_timeout): ... here. New procedure.
20179
20180 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
20181
20182 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
20183
20184 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20185
20186 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
20187 to write to the .text section.
20188
20189 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20190
20191 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
20192 Handle the case of targets that do not provide PID information.
20193
20194 2015-04-13 Yao Qi <yao.qi@linaro.org>
20195
20196 * lib/gdbserver-support.exp (gdb_exit): Catch exception
20197 and use expect instead of gdb_expect.
20198
20199 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
20200
20201 * gdb.base/coredump-filter.exp: Rename variable "addr" to
20202 "coredump_var_addr" to avoid naming conflict with other testcases.
20203
20204 2015-04-10 Pedro Alves <palves@redhat.com>
20205
20206 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
20207 gdb_test_sequence and gdb_assert.
20208
20209 2015-04-10 Pedro Alves <palves@redhat.com>
20210
20211 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
20212 test messages that don't include the breakpoint address.
20213
20214 2015-04-10 Yao Qi <yao.qi@linaro.org>
20215
20216 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
20217 false for some offset and width combinations which aren't
20218 supported by linux kernel.
20219
20220 2015-04-10 Pedro Alves <palves@redhat.com>
20221
20222 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
20223 procedure, factored out from ...
20224 (top level): ... here. Add "set displaced-stepping" testing axis.
20225 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
20226 parameter "displaced". Use it.
20227 (top level): Use foreach and add "set displaced-stepping" testing
20228 axis.
20229
20230 2015-04-10 Pedro Alves <palves@redhat.com>
20231
20232 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
20233 Remove comment.
20234 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
20235 both the address of the instruction that triggers the watchpoint
20236 and the address of the instruction immediately after, and use
20237 those addresses for the test. Fix comment.
20238
20239 2015-04-10 Pedro Alves <palves@redhat.com>
20240
20241 * gdb.base/sigstep.exp (breakpoint_to_handler)
20242 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
20243 Test "backtrace" in handler.
20244 (breakpoint_over_handler): New parameter 'displaced'. Use it.
20245 (top level): Add new "displaced" test axis to
20246 breakpoint_to_handler, breakpoint_to_handler_entry and
20247 breakpoint_over_handler.
20248
20249 2015-04-10 Pedro Alves <palves@redhat.com>
20250
20251 PR gdb/18216
20252 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
20253
20254 2015-04-10 Yao Qi <yao.qi@linaro.org>
20255
20256 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
20257 (test_add_rn_pc): New function.
20258 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
20259 (top level): Invoke test_add_rn_pc.
20260
20261 2015-04-10 Pedro Alves <palves@redhat.com>
20262
20263 PR gdb/13858
20264 * gdb.base/step-over-no-symbols.exp: New file.
20265
20266 2015-04-09 Andy Wingo <wingo@igalia.com>
20267
20268 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
20269 after the Python tests.
20270
20271 2015-04-08 Keith Seitz <keiths@redhat.com>
20272
20273 PR python/16699
20274 * gdb.python/py-completion.exp: New tests for completion.
20275 * gdb.python/py-completion.py (CompleteLimit1): New class.
20276 (CompleteLimit2): Likewise.
20277 (CompleteLimit3): Likewise.
20278 (CompleteLimit4): Likewise.
20279 (CompleteLimit5): Likewise.
20280 (CompleteLimit6): Likewise.
20281 (CompleteLimit7): Likewise.
20282
20283 2015-04-08 Pedro Alves <palves@redhat.com>
20284
20285 PR gdb/18214
20286 PR gdb/18216
20287 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
20288 function.
20289 (main): Install it as SIGUSR1 handler.
20290 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
20291 parameter. Always use "setup" as prefix. Toggle "set
20292 displaced-stepping" off/on depending on global. Don't switch to
20293 thread 1 here.
20294 (top level): Add displaced stepping "off/on" test axis. Update
20295 "setup" calls. Wrap each subtest with with_test_prefix. Test
20296 continuing with a queued signal in each thread.
20297
20298 2015-04-08 Pedro Alves <palves@redhat.com>
20299
20300 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
20301 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
20302 gdb_breakpoint instead of gdb_test that doesn't expect anything.
20303 Return early if running to main fails.
20304 * gdb.trace/while-stepping.exp: Likewise.
20305
20306 2015-04-07 Pedro Alves <palves@redhat.com>
20307
20308 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
20309 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
20310 interact with inferior program.
20311
20312 2015-04-07 Pedro Alves <palves@redhat.com>
20313
20314 * lib/gdb.exp (inferior_spawn_id): New global.
20315 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
20316 spawn id after processing the user code.
20317 (default_gdb_start): Set inferior_spawn_id.
20318 (send_inferior): New procedure.
20319 * lib/gdbserver-support.exp (gdbserver_start): Set
20320 inferior_spawn_id.
20321 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
20322
20323 2015-04-07 Pedro Alves <palves@redhat.com>
20324
20325 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
20326 * lib/gdbserver-support.exp (gdbserver_start): Make
20327 $server_spawn_id global.
20328 (gdbserver_start): Don't wait for gdbserver's spawn id with
20329 expect_background.
20330 (close_gdbserver): New procedure.
20331 (gdb_exit): Rename the default version and reimplement.
20332
20333 2015-04-07 Pedro Alves <palves@redhat.com>
20334
20335 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
20336 append the substituted item, not the original item.
20337
20338 2015-04-07 Pedro Alves <palves@redhat.com>
20339
20340 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
20341 gdb_expect.
20342
20343 2015-04-07 Pedro Alves <palves@redhat.com>
20344
20345 * gdb.base/interrupt.exp: Don't handle the case of the inferior
20346 output appearing once only.
20347
20348 2015-04-07 Pedro Alves <palves@redhat.com>
20349
20350 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
20351 that doesn't expect anything. Return early if running to main
20352 fails.
20353
20354 2015-04-07 Yao Qi <yao.qi@linaro.org>
20355
20356 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
20357 (child_function): Call alarm.
20358 (main): Move call to alarm into the loop.
20359 * gdb.threads/non-stop-fair-events.exp: Build program with
20360 -DTIMEOUT=$timeout.
20361
20362 2015-04-06 Doug Evans <xdje42@gmail.com>
20363
20364 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
20365 Fix dest parameter to board_info.
20366 (fpc_compile): Ditto.
20367 (gdb_compile_pascal): Rename dest arg to destfile.
20368
20369 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
20370
20371 * gdb.ada/funcall_ref.exp: New file.
20372 * gdb.ada/funcall_ref/foo.adb: New file.
20373
20374 2015-04-02 Yao Qi <yao.qi@linaro.org>
20375
20376 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
20377 is remote.
20378
20379 2015-04-02 Gary Benson <gbenson@redhat.com>
20380
20381 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20382
20383 2015-04-01 Sasha Smundak <asmundak@google.com>
20384
20385 * gdb.python/py-unwind-maint.c: New file.
20386 * gdb.python/py-unwind-maint.exp: New test.
20387 * gdb.python/py-unwind-maint.py: New file.
20388 * gdb.python/py-unwind.c: New file.
20389 * gdb.python/py-unwind.exp: New test.
20390 * gdb.python/py-unwind.py: New test.
20391
20392 2015-04-01 Pedro Alves <palves@redhat.com>
20393
20394 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20395 to fail instead of non-existent $test.
20396
20397 2015-04-01 Pedro Alves <palves@redhat.com>
20398
20399 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20400 GDBFLAGS if not empty.
20401
20402 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20403
20404 * gdb.ada/complete.exp: Remove "multi_line".
20405 * gdb.ada/info_exc.exp: Remove "multi_line".
20406 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20407 * gdb.ada/ptype_field.exp: Remove "multi_line".
20408 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20409 * gdb.ada/tagged.exp: Remove "multi_line".
20410 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20411 [multi_line ...]
20412 * gdb.btrace/delta.exp: Likewise.
20413 * gdb.btrace/exception.exp: Likewise.
20414 * gdb.btrace/function_call_history.exp: Likewise.
20415 * gdb.btrace/instruction_history.exp: Likewise.
20416 * gdb.btrace/nohist.exp: Likewise.
20417 * gdb.btrace/record_goto.exp: Likewise.
20418 * gdb.btrace/segv.exp: Likewise.
20419 * gdb.btrace/stepi.exp: Likewise.
20420 * gdb.btrace/tailcall.exp: Likewise.
20421 * gdb.btrace/unknown_functions.exp: Likewise.
20422 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20423 * lib/gdb.exp: Add the "multi_line" helper.
20424
20425 2015-04-01 Pedro Alves <palves@redhat.com>
20426
20427 * gdb.threads/tid-reuse.c: New file.
20428 * gdb.threads/tid-reuse.exp: New file.
20429
20430 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20431
20432 PR corefiles/16092
20433 * gdb.base/coredump-filter.c: New file.
20434 * gdb.base/coredump-filter.exp: Likewise.
20435
20436 2015-03-27 Petr Machata <pmachata@redhat.com>
20437
20438 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20439 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20440 (Dwarf::assemble): Initialize them.
20441 (Dwarf::lines): New function.
20442
20443 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20444
20445 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20446 SYMBOL_PREFIX for x86_64-*-cygwin.
20447
20448 2015-03-26 Andy Wingo <wingo@igalia.com>
20449
20450 PR symtab/18148
20451 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20452 const_value but not a location.
20453 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20454 location defined in non-main CUs are visible.
20455
20456 2015-03-26 Yao Qi <yao.qi@linaro.org>
20457
20458 PR testsuite/18139
20459 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20460 Add a line number entry for the same line.
20461 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20462 Add a line number entry for the same line.
20463
20464 2015-03-26 Yao Qi <yao.qi@linaro.org>
20465
20466 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20467 .int 0.
20468 (func): Likewise. Add .Lfunc_1 label.
20469 Use .Lfunc_1 label.
20470 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20471 .int 0.
20472 (func): Likewise.
20473 Use .Lfunc_1 label.
20474
20475 2015-03-26 Yao Qi <yao.qi@linaro.org>
20476
20477 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20478 Call gdb_compile instead to compile each .s files without debug
20479 information.
20480
20481 2015-03-26 Yao Qi <yao.qi@linaro.org>
20482
20483 * gdb.base/savedregs.exp (process_saved_regs): Make
20484 "Saved registers:" optional in the pattern.
20485
20486 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20487
20488 * gdb.btrace/next.exp: Merged into step.exp.
20489 * gdb.btrace/finish.exp: Merged into step.exp.
20490 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20491 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20492 "record goto" and checking the exact replay position.
20493 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20494 check for "Recording format" in "info record" output.
20495 * gdb.btrace/record_goto.exp: Choose test file based on target.
20496 * gdb.btrace/x86-record_goto.S: Renamed into ...
20497 * gdb.btrace/x86_64-record_goto.S: ... this.
20498 * gdb.btrace/i686-record_goto.S: New.
20499 * gdb.btrace/x86-tailcall.S: Renamed into ...
20500 * gdb.btrace/x86_64-tailcall.S: ... this.
20501 * gdb.btrace/i686-tailcall.S: New.
20502 * gdb.btrace/x86-tailcall.c: Renamed into ...
20503 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20504 separate statements. Update test.
20505 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20506 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20507 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20508 * gdb.btrace/tailcall.exp: Choose test file based on target.
20509 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20510
20511 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20512
20513 * gdb.btrace/exception.exp: Increase BTS buffer size.
20514
20515 2015-03-24 Pedro Alves <palves@redhat.com>
20516
20517 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20518
20519 2015-03-24 Pedro Alves <palves@redhat.com>
20520
20521 * gdb.threads/schedlock.exp (test_step): No longer expect that
20522 "set scheduler-locking step" with "next" over a function call runs
20523 threads unlocked.
20524
20525 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20526
20527 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20528
20529 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20530
20531 PR breakpoints/16466
20532 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20533 * gdb.mi/mi-pending.c (thread_func): New function.
20534 (int main): Add threading support required.
20535 * gdb.mi/mi-pending.exp: Add tests for this issue.
20536 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20537 (pendfunc2): Remove stdio dependency.
20538 * gdb.mi/mi-pendshr2.c: New file.
20539
20540 2015-03-23 Keith Seitz <keiths@redhat.com>
20541
20542 * gdb.linespec/keywords.c: New file.
20543 * gdb.linespec/keywords.exp: New file.
20544
20545 2015-03-23 Keith Seitz <keiths@redhat.com>
20546
20547 PR gdb/18021
20548 * gdb.dwarf2/staticvirtual.exp: New test.
20549
20550 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20551
20552 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20553 * README: Remove HP-UX and gdb.hp.
20554 (configuration):
20555 * configure: Regenerate.
20556 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20557 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20558 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20559 gdb.hp/gdb.defects/Makefile.
20560 * gdb.hp/Makefile.in: File deleted.
20561 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20562 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20563 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20564 * gdb.hp/gdb.aCC/run.c: File deleted.
20565 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20566 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20567 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20568 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20569 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20570 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20571 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20572 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20573 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20574 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20575 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20576 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20577 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20578 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20579 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20580 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20581 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20582 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20583 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20584 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20585 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20586 * gdb.hp/gdb.compat/average.c: File deleted.
20587 * gdb.hp/gdb.compat/sum.c: File deleted.
20588 * gdb.hp/gdb.compat/xdb.c: File deleted.
20589 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20590 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20591 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20592 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20593 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20594 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20595 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20596 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20597 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20598 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20599 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20600 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20601 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20602 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20603 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20604 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20605 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20606 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20607 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20608 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20609 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20610 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20611 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20612 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20613 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20614 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20615 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20616 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20617 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20618 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20619 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20620 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20621 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20622 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20623 * gdb.hp/tools/odump: File deleted.
20624
20625 2015-03-19 Pedro Alves <palves@redhat.com>
20626
20627 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20628 (saw_thread_3): New globals.
20629 (top level): Increment them when an event for the corresponding
20630 thread is seen.
20631 (no thread starvation): New test.
20632
20633 2015-03-19 Pedro Alves <palves@redhat.com>
20634
20635 * gdb.threads/continue-pending-status.c: New file.
20636 * gdb.threads/continue-pending-status.exp: New file.
20637
20638 2015-03-18 Pedro Alves <palves@redhat.com>
20639
20640 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20641 Use gdb_is_target_remote instead of is_remote. Use
20642 gdb_test_multiple instead of gdb_expect. Exit early if
20643 gdb_test_multiple hits its internal matches. Tighten stepi tests
20644 expected output. Fail on exit with any signal, instead of just
20645 SIGILL.
20646
20647 2015-03-18 Yao Qi <yao.qi@linaro.org>
20648
20649 PR tdep/18107
20650 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20651 variable.
20652 * gdb.base/catch-syscall.exp: Don't skip it on
20653 aarch64*-*-linux* target. Remove elements in all_syscalls.
20654 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20655 target.
20656 (setup_all_syscalls): New proc.
20657
20658 2015-03-16 Yao Qi <yao.qi@linaro.org>
20659
20660 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20661 (top level): Skip tests if valid_addr_p returns false for
20662 $cmd1 or $cmd2.
20663
20664 2015-03-11 Andy Wingo <wingo@igalia.com>
20665
20666 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20667
20668 2015-03-11 Yao Qi <yao.qi@linaro.org>
20669
20670 * gdb.base/catch-syscall.exp: Fix typo in comments.
20671
20672 2015-03-11 Yao Qi <yao.qi@linaro.org>
20673
20674 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20675
20676 2015-03-09 Pedro Alves <palves@redhat.com>
20677
20678 * dg-extract-results.py: Delete.
20679
20680 2015-03-09 Pedro Alves <palves@redhat.com>
20681
20682 Merge dg-extract-results.sh from GCC upstream (r218843).
20683
20684 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20685 * dg-extract-results.sh: Use --text with grep to avoid issues with
20686 binary files. Fall back to cat -v, if that doesn't work.
20687
20688 2015-03-05 Pedro Alves <palves@redhat.com>
20689
20690 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20691
20692 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20693
20694 * lib/mi-support.exp (mi_expect_interrupt): Accept
20695 alternative event for when in all-stop mode.
20696
20697 2015-03-04 Pedro Alves <palves@redhat.com>
20698
20699 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20700
20701 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20702
20703 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20704
20705 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20706
20707 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20708 regexps for GDB's current line display, accept a hex address
20709 preceding the line number.
20710
20711 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20712
20713 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20714 the 'arch1' variable for "s390*-linux*" targets.
20715
20716 2015-03-04 Pedro Alves <palves@redhat.com>
20717
20718 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20719 (main): Pass missing retval argument to pthread_join call.
20720
20721 2015-03-02 Pedro Alves <palves@redhat.com>
20722
20723 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20724 (top level): Call do_test with non-stop as well.
20725
20726 2015-03-02 Pedro Alves <palves@redhat.com>
20727
20728 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20729 -1.
20730
20731 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20732
20733 * gdb.arch/s390-vregs.exp: New test.
20734 * gdb.arch/s390-vregs.S: New file.
20735
20736 2015-02-27 Pedro Alves <palves@redhat.com>
20737
20738 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20739 call to catch_command_errors.
20740 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20741 catch_command_errors.
20742
20743 2015-02-27 Pedro Alves <palves@redhat.com>
20744
20745 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20746 "true" for boolean result.
20747 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20748 prototype of main.
20749
20750 2015-02-27 Pedro Alves <palves@redhat.com>
20751
20752 * lib/unbuffer_output.c: New file.
20753 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20754 (main): Call gdb_unbuffer_output.
20755
20756 2015-02-27 Yao Qi <yao.qi@linaro.org>
20757
20758 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20759 target.
20760
20761 2015-02-26 Doug Evans <dje@google.com>
20762
20763 * gdb.cp/class2.cc (Dbase, D): New classes.
20764 (main): New local delta.
20765 * gdb.cp/class2.exp: Test printing delta.
20766 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20767 (dynbar): New global.
20768 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20769
20770 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20771
20772 * gdb.compile/compile-ifunc.c: New file.
20773 * gdb.compile/compile-ifunc.exp: New file.
20774
20775 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20776
20777 * gdb.base/structs.exp: Check for correct struct on finish.
20778
20779 2015-02-26 Yao Qi <yao.qi@linaro.org>
20780
20781 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20782 is zero.
20783
20784 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20785
20786 * gdb.arch/cordic.ko.bz2: New file.
20787 * gdb.arch/cordic.ko.debug.bz2: New file.
20788 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20789
20790 2015-02-25 Yao Qi <yao.qi@linaro.org>
20791
20792 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20793 aarch64*-*-* target.
20794
20795 2015-02-23 Pedro Alves <palves@redhat.com>
20796
20797 * lib/gdb.exp (delete_breakpoints): Rewrite using
20798 gdb_test_multiple.
20799
20800 2015-02-23 Pedro Alves <palves@redhat.com>
20801
20802 * gdb.base/info-os.c: Include stdlib.h.
20803
20804 2015-02-22 Doug Evans <xdje42@gmail.com>
20805
20806 PR symtab/17855
20807 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20808 is read after symbols have been re-read.
20809 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20810 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20811
20812 2015-02-21 Doug Evans <dje@google.com>
20813
20814 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20815
20816 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20817
20818 PR corefiles/17808
20819 * gdb.arch/i386-biarch-core.core.bz2: New file.
20820 * gdb.arch/i386-biarch-core.exp: New file.
20821
20822 2015-02-21 Pedro Alves <palves@redhat.com>
20823
20824 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20825 runto_main fails.
20826
20827 2015-02-20 Pedro Alves <palves@redhat.com>
20828
20829 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20830 info probes.
20831
20832 2015-02-20 Pedro Alves <palves@redhat.com>
20833
20834 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20835
20836 2015-02-20 Pedro Alves <palves@redhat.com>
20837
20838 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20839 clean_restart before gdb_target_supports_trace.
20840
20841 2015-02-20 Pedro Alves <palves@redhat.com>
20842
20843 PR threads/18006
20844 * gdb.threads/clone-thread_db.c: New file.
20845 * gdb.threads/clone-thread_db.exp: New file.
20846
20847 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20848
20849 PR breakpoints/16812
20850 * gdb.base/catch-gdb-caused-signals.c: New file.
20851 * gdb.base/catch-gdb-caused-signals.exp: New file.
20852
20853 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20854
20855 * configure: Regenerated.
20856 * configure.ac: Use GDB_AC_TRANSFORM.
20857 * aclocal.m4: sinclude ../transform.m4.
20858
20859 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20860
20861 * lib/dtrace.exp: New file.
20862 * gdb.base/dtrace-probe.exp: Likewise.
20863 * gdb.base/dtrace-probe.d: Likewise.
20864 * gdb.base/dtrace-probe.c: Likewise.
20865 * lib/pdtrace.in: Likewise.
20866 * configure.ac: Output variables with the transformed names of
20867 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20868 * configure: Regenerated.
20869
20870 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20871
20872 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20873 expected message when trying to access $_probe_* convenience
20874 variables while not on a probe.
20875
20876 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20877
20878 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20879
20880 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20881
20882 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20883 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20884
20885 2015-02-10 Doug Evans <xdje42@gmail.com>
20886
20887 * lib/gdb.exp (gdb_load): Always return a result.
20888
20889 2015-02-10 Pedro Alves <palves@redhat.com>
20890
20891 * gdb.threads/signal-sigtrap.c: New file.
20892 * gdb.threads/signal-sigtrap.exp: New file.
20893
20894 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20895
20896 * gdb.trace/no-attach-trace.c: New file.
20897 * gdb.trace/no-attach-trace.exp: New file.
20898
20899 2015-02-09 Mark Wielaard <mjw@redhat.com>
20900
20901 * gdb.dwarf2/atomic.c: New file.
20902 * gdb.dwarf2/atomic-type.exp: Likewise.
20903
20904 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20905
20906 * gdb.btrace/buffer-size.exp: Update "info record" output.
20907 * gdb.btrace/delta.exp: Update "info record" output.
20908 * gdb.btrace/enable.exp: Update "info record" output.
20909 * gdb.btrace/finish.exp: Update "info record" output.
20910 * gdb.btrace/instruction_history.exp: Update "info record" output.
20911 * gdb.btrace/next.exp: Update "info record" output.
20912 * gdb.btrace/nexti.exp: Update "info record" output.
20913 * gdb.btrace/step.exp: Update "info record" output.
20914 * gdb.btrace/stepi.exp: Update "info record" output.
20915 * gdb.btrace/nohist.exp: Update "info record" output.
20916
20917 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20918
20919 * gdb.btrace/buffer-size: New.
20920
20921 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20922
20923 * gdb.btrace/delta.exp: Update "info record" output.
20924 * gdb.btrace/enable.exp: Update "info record" output.
20925 * gdb.btrace/finish.exp: Update "info record" output.
20926 * gdb.btrace/instruction_history.exp: Update "info record" output.
20927 * gdb.btrace/next.exp: Update "info record" output.
20928 * gdb.btrace/nexti.exp: Update "info record" output.
20929 * gdb.btrace/step.exp: Update "info record" output.
20930 * gdb.btrace/stepi.exp: Update "info record" output.
20931 * gdb.btrace/nohist.exp: Update "info record" output.
20932
20933 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20934
20935 PR gdb/15678
20936 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20937
20938 2015-02-06 Pedro Alves <palves@redhat.com>
20939
20940 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20941 macro.
20942 (seconds_left, again): New globals.
20943 (main): Wait seconds_left in a 1-second sleep loop instead of
20944 sleeping 180 seconds. If 'again' is set, reset the seconds
20945 counter.
20946 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20947 'again' in the inferior before detaching. Print the seconds left.
20948 (options): New global.
20949 (top level): Build program with -DTIMEOUT=$timeout.
20950
20951 2015-02-06 Pedro Alves <palves@redhat.com>
20952
20953 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20954 determine how many seconds to pass to 'alarm'.
20955 * gdb.base/gdb-sigterm.exp (top level): Build program with
20956 -DTIMEOUT=$timeout.
20957 (do_test): Return success/failure indication. Add more verbose
20958 logging. Don't fail if 200 single steps are seen. Instead, fail
20959 when the test times out.
20960 (passes): New global.
20961 (top level): Break the testing loop if testing fails on any
20962 iteration. Use gdb_assert.
20963
20964 2015-02-04 Don Breazeal <donb@codesourcery.com>
20965
20966 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20967 and initialize them.
20968 (ipc_cleanup): New function.
20969 (main): Don't declare shmid, semid, and msqid. Add a call to
20970 atexit so that we call ipc_cleanup on exit.
20971
20972 2015-02-04 Pedro Alves <palves@redhat.com>
20973
20974 * boards/native-extended-gdbserver.exp: Remove any target variant
20975 specifications from the board name before clearing the isremote
20976 flag from board_info.
20977
20978 2015-01-31 Doug Evans <xdje42@gmail.com>
20979
20980 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20981
20982 2015-01-31 Gary Benson <gbenson@redhat.com>
20983
20984 * gdb.base/completion.exp: Disable completion limiting for
20985 existing tests. Add new tests to check completion limiting.
20986 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20987
20988 2015-01-31 Doug Evans <xdje42@gmail.com>
20989
20990 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20991
20992 2015-01-31 Doug Evans <xdje42@gmail.com>
20993
20994 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20995 entries. Duplicate file section script entries.
20996 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20997 inlined entries. Add test for safe-path rejection.
20998 * gdb.python/py-section-script.c: Add duplicate inlined section script
20999 entries. Duplicate file section script entries.
21000 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
21001 inlined entries. Add test for safe-path rejection.
21002
21003 2015-01-29 Joel Brobecker <brobecker@adacore.com>
21004
21005 * gdb.ada/disc_arr_bound: New testcase.
21006
21007 2015-01-29 Joel Brobecker <brobecker@adacore.com>
21008
21009 * gdb.ada/mi_var_array: New testcase.
21010
21011 2015-01-27 Doug Evans <dje@google.com>
21012
21013 * gdb.python/py-objfile.exp: Add tests for objfile.username.
21014 Add test for objfile.filename, objfile.username after objfile
21015 has been unloaded.
21016
21017 2015-01-26 Joel Brobecker <brobecker@adacore.com>
21018
21019 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
21020 the second test to print the name attribute of value
21021 returned by the call to gdb.lookup_type, and adjust
21022 the expected output accordingly.
21023
21024 2015-01-25 Mark Wielaard <mjw@redhat.com>
21025
21026 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
21027 * gdb.base/disp-step-fork.c: Include unistd.h.
21028 * gdb.base/siginfo-obj.c: Include stdio.h.
21029 * gdb.base/siginfo-thread.c: Likewise.
21030 * gdb.mi/non-stop.c: Include unistd.h.
21031 * gdb.mi/nsthrexec.c: Include stdio.h.
21032 * gdb.mi/pthreads.c: Include unistd.h.
21033 * gdb.modula2/unbounded1.c (main): Declare returns int.
21034 * gdb.reverse/consecutive-reverse.c: Likewise.
21035 * gdb.threads/create-fail.c: Include unistd.h.
21036 * gdb.threads/killed.c: Likewise.
21037 * gdb.threads/linux-dp.c: Likewise.
21038 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
21039 * gdb.threads/non-ldr-exc-2.c: Likewise.
21040 * gdb.threads/non-ldr-exc-3.c: Likewise.
21041 * gdb.threads/non-ldr-exc-4.c: Likewise.
21042 * gdb.threads/pthreads.c: Include unistd.h.
21043 (main): Declare returns int.
21044 * gdb.threads/tls-main.c (foo): New declaration.
21045 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
21046
21047 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
21048
21049 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
21050 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
21051
21052 2015-01-15 Mark Wielaard <mjw@redhat.com>
21053
21054 * gdb.base/noreturn-return.c: New file.
21055 * gdb.base/noreturn-return.exp: New file.
21056 * gdb.base/noreturn-finish.c: New file.
21057 * gdb.base/noreturn-finish.exp: New file.
21058
21059 2015-01-23 Pedro Alves <palves@redhat.com>
21060
21061 * gdb.threads/continue-pending-after-query.c: New file.
21062 * gdb.threads/continue-pending-after-query.exp: New file.
21063
21064 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
21065 Simon Marchi <simon.marchi@ericsson.com>
21066
21067 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
21068 * gdb.base/valgrind-db-attach.exp: Same.
21069 * gdb.base/valgrind-infcall.exp: Same.
21070 * lib/mi-support.exp (default_mi_gdb_start): Same.
21071 * lib/prompt.exp (default_prompt_gdb_start): Same.
21072 * lib/gdb.exp (default_gdb_spawn): Same.
21073 (gdb_interact): New.
21074
21075
21076 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21077
21078 * gdb.compile/compile.exp (pointer to jit function): New test.
21079
21080 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
21081
21082 * lib/gdb.exp (supports_process_record): Return true for
21083 powerpc*-*-linux*.
21084 (supports_reverse): Likewise.
21085
21086 2015-01-15 Don Breazeal <donb@codesourcery.com>
21087
21088 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
21089 instead of checking whether the target board is remote and
21090 use spawn_wait_for_attach instead of exec/sleep.
21091 * gdb.base/attach-twice.exp: Likewise.
21092
21093 2015-01-15 Joel Brobecker <brobecker@adacore.com>
21094
21095 * gdb.ada/var_arr_attrs: New testcase.
21096
21097 2015-01-14 Pedro Alves <palves@redhat.com>
21098 Joel Brobecker <brobecker@adacore.com>
21099
21100 PR gdb/17525
21101 * gdb.base/bp-cmds-execution-x-script.c: New file.
21102 * gdb.base/bp-cmds-execution-x-script.exp: New file.
21103 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
21104
21105 2015-01-14 Pedro Alves <palves@redhat.com>
21106
21107 PR cli/17828
21108 * gdb.base/batch-preserve-term-settings.c: New file.
21109 * gdb.base/batch-preserve-term-settings.exp: New file.
21110
21111 2015-01-13 Doug Evans <dje@google.com>
21112
21113 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
21114 binary.
21115
21116 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21117
21118 * Makefile.in (clean mostlyclean): Do not delete *.py.
21119
21120 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21121
21122 * gdb.python/py-lookup-type.exp: New file.
21123
21124 2015-01-12 Pedro Alves <palves@redhat.com>
21125
21126 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
21127 restore GDBFLAGS before returning.
21128
21129 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21130
21131 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
21132 is_amd64_regs_target and is_x86_like_target.
21133
21134 2015-01-11 Doug Evans <xdje42@gmail.com>
21135
21136 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
21137 is given without an explicit form.
21138 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
21139 attributes.
21140 * gdb.dwarf/corrupt.exp: Ditto.
21141 * gdb.dwarf2/enum-type.exp: Ditto.
21142 * gdb.trace/entry-values.exp: Ditto.
21143 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
21144
21145 2015-01-11 Doug Evans <xdje42@gmail.com>
21146
21147 PR gdb/15830
21148 * gdb.base/maint.exp: Remove references to "maint demangle".
21149 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
21150 Add tests for explicitly specifying language to demangle.
21151 * gdb.dlang/demangle.exp: Ditto.
21152
21153 2015-01-09 Pedro Alves <palves@redhat.com>
21154
21155 * gdb.threads/non-stop-fair-events.c: New file.
21156 * gdb.threads/non-stop-fair-events.exp: New file.
21157
21158 2015-01-09 Pedro Alves <palves@redhat.com>
21159
21160 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
21161 the global scope. Set a breakpoint after all threads are started
21162 rather than stepping over two source lines. Expect the prompt.
21163 * gdb.base/watch_thread_num.c (threads_started_barrier): New
21164 global.
21165 (NUM): Now 15.
21166 (main): Use threads_started_barrier to wait for all threads to
21167 start. Main thread no longer calls thread_function. Exit after
21168 180 seconds.
21169 (loop): New function.
21170 (thread_function): Wait on threads_started_barrier barrier. Call
21171 'loop' at each iteration.
21172 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
21173 threads have started, instead of hardcoding number of "next"
21174 steps. Use an access watchpoint instead of a write watchpoint.
21175
21176 2015-01-09 Pedro Alves <palves@redhat.com>
21177
21178 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
21179 (thread_func): Wait on barrier.
21180 (main): Wait for all threads to start before stopping GDB.
21181 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
21182 global.
21183 (thread1_func, thread2_func): Wait on barrier.
21184 (main): Wait for all threads to start before stopping GDB.
21185 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
21186 New global.
21187 (thread1_func, thread2_func): Wait on barrier.
21188 (main): Wait for all threads to start before stopping GDB.
21189
21190 2015-01-09 Pedro Alves <palves@redhat.com>
21191
21192 * gdb.threads/attach-many-short-lived-threads.c: New file.
21193 * gdb.threads/attach-many-short-lived-threads.exp: New file.
21194
21195 2014-01-09 Pedro Alves <palves@redhat.com>
21196
21197 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
21198 instead of to thread 2.
21199 * gdb.threads/signal-command-multiple-signals-pending.c (main):
21200 Add barrier around each pthread_create call instead of around all
21201 calls.
21202 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
21203 Set a break on thread_function and have the child threads hit it
21204 one at at a time.
21205
21206 2015-01-09 Pedro Alves <palves@redhat.com>
21207
21208 * lib/gdb.exp (can_spawn_for_attach): New procedure.
21209 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
21210 false.
21211 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
21212 checking whether the target board is remote.
21213 * gdb.multi/multi-attach.exp: Likewise.
21214 * gdb.python/py-sync-interp.exp: Likewise.
21215 * gdb.server/ext-attach.exp: Likewise.
21216 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
21217 tests that need to attach, instead of checking whether the target
21218 board is remote at the top of the file.
21219
21220 2015-01-08 Yao Qi <yao@codesourcery.com>
21221
21222 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
21223
21224 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21225
21226 Fix testcase compilation.
21227 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
21228
21229 2015-01-06 Joel Brobecker <brobecker@adacore.com>
21230
21231 * gdb.python/py-type.exp: Add a couple test about empty
21232 array creation, and negative-length array creation.
21233
21234 2015-01-02 Doug Evans <xdje42@gmail.com>
21235
21236 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
21237
21238 2015-01-02 Doug Evans <dje@google.com>
21239
21240 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
21241
21242 2014-12-29 Yao Qi <yao@codesourcery.com>
21243
21244 * gdb.trace/entry-values.exp: Update comments. Rename variable
21245 bar_call_foo to returned_from_foo.
21246
21247 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
21248
21249 PR gdb/17394
21250 * gdb.linespec/break-asm-file.c: New file.
21251 * gdb.linespec/break-asm-file.exp: New file.
21252 * gdb.linespec/break-asm-file0.s: New file.
21253 * gdb.linespec/break-asm-file1.s: New file.
21254
21255 2014-12-18 Nigel Stephens <nigel@mips.com>
21256 Maciej W. Rozycki <macro@codesourcery.com>
21257
21258 * gdb.base/float.exp: Handle the new output from "info float" on
21259 MIPS targets.
21260
21261 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21262
21263 Fix MinGW compilation.
21264 * gdb.compile/compile-ops.exp: Update untested message if
21265 !skip_compile_feature_tests.
21266 * gdb.compile/compile-setjmp.exp: Likewise.
21267 * gdb.compile/compile-tls.exp: Likewise.
21268 * gdb.compile/compile.exp: Likewise.
21269 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
21270 supported on this host".
21271
21272 2014-12-16 Doug Evans <xdje42@gmail.com>
21273
21274 * boards/stabs.exp: New file.
21275
21276 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
21277
21278 * gdb.base/completion.exp: Adjust to format changes of "maint
21279 print user-registers".
21280
21281 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
21282
21283 PR server/17457
21284 * gdb.arch/aarch64-fp.c: New file.
21285 * gdb.arch/aarch64-fp.exp: New file.
21286
21287 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
21288
21289 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
21290 r210637, r210913, r211666, r215400, r215817).
21291
21292 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
21293 * dg-extract-results.py: New file.
21294 * dg-extract-results.sh: Use it if the environment seems
21295 suitable.
21296
21297 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
21298
21299 * dg-extract-results.py (parse_run): Handle warnings that
21300 are printed before a test harness is run.
21301
21302 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
21303
21304 * dg-extract-results.py (Named): Remove __cmp__ method.
21305 (output_variation): Use a key to sort variation.harnesses.
21306
21307 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
21308
21309 * dg-extract-results.py: For Python 3, force sys.stdout to
21310 handle surrogate escape sequences.
21311 (safe_open): New function.
21312 (output_segment, main): Use it.
21313
21314 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
21315
21316 * dg-extract-results.py (Prog.result_re): Include options
21317 in test name.
21318
21319 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
21320
21321 * dg-extract-results.py (output_variation): Always sort if
21322 do_sum.
21323
21324 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
21325
21326 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
21327 as long as we get pagination notifications.
21328
21329 2014-12-15 Jason Merrill <jason@redhat.com>
21330
21331 * Makefile.in (check-gdb.%): Restore.
21332 * README: Mention it.
21333
21334 2014-12-13 Joel Brobecker <brobecker@adacore.com>
21335
21336 * gdb.ada/str_uninit: New testcase.
21337
21338 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21339
21340 PR symtab/17642
21341 * gdb.base/vla-stub-define.c: New file.
21342 * gdb.base/vla-stub.c: New file.
21343 * gdb.base/vla-stub.exp: New file.
21344
21345 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
21346 Jan Kratochvil <jan.kratochvil@redhat.com>
21347 Tom Tromey <tromey@redhat.com>
21348
21349 * configure.ac: Add gdb.compile/.
21350 * configure: Regenerate.
21351 * gdb.compile/Makefile.in: New file.
21352 * gdb.compile/compile-ops.exp: New file.
21353 * gdb.compile/compile-ops.c: New file.
21354 * gdb.compile/compile-tls.c: New file.
21355 * gdb.compile/compile-tls.exp: New file.
21356 * gdb.compile/compile-constvar.S: New file.
21357 * gdb.compile/compile-constvar.c: New file.
21358 * gdb.compile/compile-mod.c: New file.
21359 * gdb.compile/compile-nodebug.c: New file.
21360 * gdb.compile/compile-setjmp-mod.c: New file.
21361 * gdb.compile/compile-setjmp.c: New file.
21362 * gdb.compile/compile-setjmp.exp: New file.
21363 * gdb.compile/compile-shlib.c: New file.
21364 * gdb.compile/compile.c: New file.
21365 * gdb.compile/compile.exp: New file.
21366 * lib/gdb.exp (skip_compile_feature_tests): New proc.
21367
21368 2014-12-12 Tom Tromey <tromey@redhat.com>
21369
21370 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
21371 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
21372
21373 2014-12-12 Doug Evans <dje@google.com>
21374
21375 * lib/gdb-python.exp (get_python_valueof): New function.
21376 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
21377
21378 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21379
21380 * gdb.base/completion.exp: Add test for completion of "info
21381 registers ".
21382
21383 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21384
21385 * gdb.base/func-ptrs.c: New file.
21386 * gdb.base/func-ptrs.exp: New file.
21387
21388 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21389
21390 PR breakpoints/17012
21391 * gdb.base/dprintf-detach.c: New file.
21392 * gdb.base/dprintf-detach.exp: New file.
21393
21394 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21395
21396 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21397 * lib/gdb.exp (target_is_gdbserver): New procedure.
21398
21399 2014-12-08 Doug Evans <dje@google.com>
21400
21401 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21402
21403 2014-12-05 Yao Qi <yao@codesourcery.com>
21404
21405 * gdb.guile/scm-error.exp: Remove the third argument to
21406 gdb_remote_download.
21407 * gdb.guile/scm-frame-args.exp: Likewise.
21408 * gdb.guile/scm-section-script.exp: Likewise.
21409
21410 2014-12-05 Yao Qi <yao@codesourcery.com>
21411
21412 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21413
21414 2014-12-04 Doug Evans <dje@google.com>
21415
21416 * gdb.python/py-objfile.exp: Add tests for
21417 objfile.add_separate_debug_file.
21418
21419 2014-12-04 Doug Evans <dje@google.com>
21420
21421 * lib/gdb.exp (get_build_id): New function.
21422 (build_id_debug_filename_get): Rewrite to use it.
21423 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21424
21425 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21426
21427 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21428 `method(long)', not just 0x0.
21429 * gdb.cp/nsalias.exp: Align code labels to 4.
21430 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21431 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21432 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21433 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21434 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21435 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21436
21437 2014-12-02 Doug Evans <dje@google.com>
21438
21439 PR symtab/17602
21440 * gdb.cp/anon-ns.cc: Move guts of this file to ...
21441 * gdb.cp/anon-ns2.cc: ... here. New file.
21442 * gdb.cp/anon-ns.exp: Update.
21443
21444 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
21445
21446 * gdb.python/py-events.py (inferior_call_handler): New.
21447 (register_changed_handler, memory_changed_handler): New.
21448 (test_events.invoke): Register new handlers.
21449 * gdb.python/py-events.exp: Add tests for inferior call,
21450 memory_changed and register_changed events.
21451
21452 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21453
21454 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21455 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21456 if the linker doesn't understand this.
21457
21458 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21459
21460 * gdb.python/python.exp: Change expected reply to help().
21461
21462 2014-12-01 Yao Qi <yao@codesourcery.com>
21463
21464 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21465 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21466 * configure: Re-generated.
21467
21468 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21469
21470 * gdb.cp/chained-calls.cc: New file.
21471 * gdb.cp/chained-calls.exp: New file.
21472 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21473
21474 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21475
21476 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21477 * gdb.dwarf2/symtab-producer.exp: Same.
21478 * gdb.gdb/python-interrupts.exp: Same.
21479 * gdb.gdb/python-selftest.exp: Same.
21480 * gdb.python/py-linetable.exp: Same.
21481 * gdb.python/py-type.exp: Same.
21482 * gdb.python/py-value-cc.exp: Same.
21483 * gdb.python/py-value.exp: Same.
21484
21485 2014-11-28 Yao Qi <yao@codesourcery.com>
21486
21487 * gdb.base/break-probes.exp: Match library name prefixed with
21488 sysroot.
21489
21490 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21491
21492 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21493 test expected output. Add parentheses for the call to print.
21494 Remove L suffix from integers.
21495
21496 2014-11-26 Doug Evans <dje@google.com>
21497
21498 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21499
21500 2014-11-22 Yao Qi <yao@codesourcery.com>
21501
21502 * gdb.trace/entry-values.c: Remove asms.
21503 (foo): Add foo_label.
21504 (bar): Add bar_label.
21505 * gdb.trace/entry-values.exp: Remove code computing foo's
21506 length and bar's length.
21507 (Dwarf::assemble): Invoke function_range for bar and use
21508 MACRO_AT_func for foo.
21509
21510 2014-11-22 Yao Qi <yao@codesourcery.com>
21511
21512 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21513 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21514 Use .Lgcc43_procstart instead of gcc43.
21515
21516 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21517
21518 * gdb.ada/n_arr_bound: New testcase.
21519
21520 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21521
21522 PR breakpoints/10737
21523 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21524 test_catch_syscall_multi_arch.
21525 (test_catch_syscall_multi_arch): New function.
21526
21527 2014-11-20 Doug Evans <xdje42@gmail.com>
21528
21529 * gdb.base/maint.exp: Update expected output.
21530
21531 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21532
21533 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21534 4-byte instruction on S390.
21535
21536 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21537
21538 * gdb.ada/arr_arr: New testcase.
21539
21540 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21541
21542 * gdb.ada/pkd_arr_elem: New Testcase.
21543
21544 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
21545
21546 * gdb.reverse/break-precsave: Expect completion message for
21547 core file reads.
21548 * gdb.reverse/consecutive-precsave.exp: Likewise.
21549 * gdb.reverse/finish-precsave.exp: Likewise.
21550 * gdb.reverse/i386-precsave.exp: Likewise.
21551 * gdb.reverse/machinestate-precsave.exp: Likewise.
21552 * gdb.reverse/sigall-precsave.exp: Likewise.
21553 * gdb.reverse/solib-precsave.exp: Likewise.
21554 * gdb.reverse/step-precsave.exp: Likewise.
21555 * gdb.reverse/until-precsave.exp: Likewise.
21556 * gdb.reverse/watch-precsave.exp: Likewise.
21557
21558 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21559
21560 * gdb.base/bp-permanent.c: Include unistd.h.
21561 * gdb.python/py-framefilter-mi.c (main): Add return type.
21562 * gdb.python/py-framefilter.c (main): Likewise.
21563 * gdb.trace/actions-changed.c (main): Likewise.
21564
21565 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21566
21567 * gdb.mi/until.c: Add eye-catchers.
21568 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21569 line numbers.
21570
21571 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21572
21573 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21574 function header variants in break1.c.
21575 * gdb.base/ena-dis-br.exp: Likewise.
21576 * gdb.base/hbreak2.exp: Likewise.
21577 * gdb.reverse/until-precsave.exp: Drop references to removed
21578 non-prototype function header variants in ur1.c.
21579 * gdb.reverse/until-reverse.exp: Likewise.
21580
21581 2014-11-17 Petr Machata <pmachata@redhat.com>
21582
21583 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21584 ${_cu_offset_size} bytes abbrev offset.
21585
21586 2014-11-15 Doug Evans <xdje42@gmail.com>
21587
21588 PR symtab/17559
21589 * gdb.base/line-symtabs.exp: New file.
21590 * gdb.base/line-symtabs.c: New file.
21591 * gdb.base/line-symtabs.h: New file.
21592
21593 2014-11-14 Yao Qi <yao@codesourcery.com>
21594
21595 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21596 (func): Add label func_label.
21597 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21598 Replace low_pc and high_pc with MACRO_AT_range.
21599 Replace name, low_pc and high_pc with MACRO_AT_func.
21600
21601 2014-11-14 Yao Qi <yao@codesourcery.com>
21602
21603 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21604 Replace name, low_pc and high_pc with MACRO_AT_func.
21605
21606 2014-11-14 Yao Qi <yao@codesourcery.com>
21607
21608 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21609 produce debug information.
21610 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21611
21612 2014-11-14 Yao Qi <yao@codesourcery.com>
21613
21614 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21615 object and get function length.
21616 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21617 with MACRO_AT_func.
21618 (top-level): Replace gdb_compile and clean_restart with
21619 prepare_for_testing.
21620 * gdb.dwarf2/main.c (main): Add label main_label.
21621
21622 2014-11-14 Yao Qi <yao@codesourcery.com>
21623
21624 * lib/dwarf.exp (function_range): New procedure.
21625 (Dwarf::_handle_macro_at_func): New procedure.
21626 (Dwarf::_handle_macro_at_range): New procedure.
21627 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21628
21629 2014-11-14 Yao Qi <yao@codesourcery.com>
21630
21631 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21632 (_handle_attribute): New procedure.
21633
21634 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21635
21636 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21637 * gdb.base/call-sc.c (zed): Likewise.
21638 * gdb.base/checkpoint.c (main): Likewise.
21639 * gdb.base/dump.c (main): Likewise.
21640 * gdb.base/gcore.c (main): Likewise.
21641 * gdb.base/huge.c (main): Likewise.
21642 * gdb.base/multi-forks.c (main): Likewise.
21643 * gdb.base/pr10179-a.c (main): Likewise.
21644 * gdb.base/savedregs.c (main): Likewise.
21645 * gdb.base/sigaltstack.c (main): Likewise.
21646 * gdb.base/siginfo.c (main): Likewise.
21647 * gdb.base/structs.c (zed): Likewise.
21648 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21649 * gdb.mi/mi-syn-frame.c (main): Likewise.
21650 * gdb.mi/until.c (foo, main): Likewise.
21651 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21652 * gdb.base/solib-weak.c (foo): Declare.
21653 * gdb.base/attach-twice.c: Include stdio.h.
21654 * gdb.base/weaklib1.c: Likewise.
21655 * gdb.base/weaklib2.c: Likewise.
21656 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21657 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21658 unistd.h.
21659 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21660 * gdb.mi/mi-exit-code.c: Likewise.
21661 * gdb.base/break-interp-lib.c: Include string.h.
21662 * gdb.base/coremaker.c: Likewise.
21663 * gdb.base/testenv.c: Likewise.
21664 * gdb.python/py-finish-breakpoint.c: Likewise.
21665 * gdb.base/inferior-died.c: Include sys/wait.h.
21666 * gdb.base/fileio.c: Include time.h.
21667 * gdb.base/async-shell.c: Include unistd.h.
21668 * gdb.base/dprintf-non-stop.c: Likewise.
21669 * gdb.base/info-os.c: Likewise.
21670 * gdb.mi/mi-console.c: Likewise.
21671 * gdb.mi/watch-nonstop.c: Likewise.
21672 * gdb.python/py-events.c: Likewise.
21673 * gdb.base/async.c (baz): Move up before its invocation.
21674 * gdb.base/code_elim2.c (my_global_func): Likewise.
21675 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21676 * gdb.base/advance.c (func2): Likewise.
21677
21678 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21679
21680 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21681 variant.
21682 * gdb.base/annota3.c: Likewise.
21683 * gdb.base/async.c: Likewise.
21684 * gdb.base/average.c: Likewise.
21685 * gdb.base/call-ar-st.c: Likewise.
21686 * gdb.base/call-rt-st.c: Likewise.
21687 * gdb.base/call-sc.c: Likewise.
21688 * gdb.base/call-strs.c: Likewise.
21689 * gdb.base/ending-run.c: Likewise.
21690 * gdb.base/execd-prog.c: Likewise.
21691 * gdb.base/exprs.c: Likewise.
21692 * gdb.base/foll-exec.c: Likewise.
21693 * gdb.base/foll-fork.c: Likewise.
21694 * gdb.base/foll-vfork.c: Likewise.
21695 * gdb.base/funcargs.c: Likewise.
21696 * gdb.base/gcore.c: Likewise.
21697 * gdb.base/jump.c: Likewise.
21698 * gdb.base/langs0.c: Likewise.
21699 * gdb.base/langs1.c: Likewise.
21700 * gdb.base/langs2.c: Likewise.
21701 * gdb.base/mips_pro.c: Likewise.
21702 * gdb.base/nodebug.c: Likewise.
21703 * gdb.base/opaque0.c: Likewise.
21704 * gdb.base/opaque1.c: Likewise.
21705 * gdb.base/recurse.c: Likewise.
21706 * gdb.base/run.c: Likewise.
21707 * gdb.base/scope0.c: Likewise.
21708 * gdb.base/scope1.c: Likewise.
21709 * gdb.base/setshow.c: Likewise.
21710 * gdb.base/setvar.c: Likewise.
21711 * gdb.base/shmain.c: Likewise.
21712 * gdb.base/shr1.c: Likewise.
21713 * gdb.base/shr2.c: Likewise.
21714 * gdb.base/sigall.c: Likewise.
21715 * gdb.base/signals.c: Likewise.
21716 * gdb.base/so-indr-cl.c: Likewise.
21717 * gdb.base/solib2.c: Likewise.
21718 * gdb.base/structs.c: Likewise.
21719 * gdb.base/sum.c: Likewise.
21720 * gdb.base/vforked-prog.c: Likewise.
21721 * gdb.base/watchpoint.c: Likewise.
21722 * gdb.reverse/shr2.c: Likewise.
21723 * gdb.reverse/until-reverse.c: Likewise.
21724 * gdb.reverse/ur1.c: Likewise.
21725 * gdb.reverse/watch-reverse.c: Likewise.
21726
21727 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21728
21729 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21730 variant.
21731 * gdb.base/sepdebug.exp: Drop references to removed code.
21732
21733 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21734
21735 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21736 variant. Preserve original line numbering.
21737 * gdb.base/list1.c: Likewise.
21738
21739 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21740
21741 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21742 variant.
21743 * gdb.base/break1.c: Likewise.
21744 * gdb.base/break.exp: Drop references to removed code.
21745
21746 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21747
21748 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21749 variant.
21750
21751 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21752
21753 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21754
21755 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21756
21757 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21758 logic into perform_all_tests() and invoke it with and without
21759 function header prototypes.
21760 (do_function_calls): Remove conditional XFAIL for PR 5318.
21761 (rerun_and_prepare): Remove duplicate code.
21762 (perform_all_tests): New. Main logic moved here.
21763
21764 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21765
21766 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21767 code guarded by #ifdef NO_PROTOTYPES.
21768 (t_double_many_args): Likewise.
21769 (DEF_FUNC_MANY_ARGS_1): Likewise.
21770 (DEF_FUNC_VALUES_1): Likewise.
21771 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21772 guarded by #ifdef PROTOTYPES.
21773
21774 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21775
21776 * gdb.mi/mi-console.c: Add eye-catcher.
21777 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21778 instead of literal line number.
21779
21780 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21781
21782 * gdb.base/shr2.c: Add eye-catcher.
21783 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21784 line number.
21785
21786 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21787
21788 * gdb.base/jump.c: Add eye-catchers.
21789 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21790 numbers.
21791
21792 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21793
21794 * gdb.base/execd-prog.c: Add eye-catchers.
21795 * gdb.base/foll-exec.c: Likewise.
21796 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21797 line numbers.
21798
21799 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21800
21801 * gdb.base/ending-run.c: Add eye-catchers.
21802 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21803 literal line numbers.
21804
21805 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21806
21807 * gdb.base/call-rt-st.c: Add eye-catchers.
21808 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21809 literal line numbers.
21810
21811 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21812
21813 * gdb.base/call-ar-st.c: Add eye-catchers.
21814 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21815 literal line numbers.
21816
21817 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21818
21819 * gdb.base/average.c: Add eye-catchers.
21820 * gdb.base/sum.c: Likewise.
21821 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21822 regexps dynamically.
21823
21824 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21825
21826 * gdb.base/solib1.c: Add eye-catchers.
21827 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21828 literal line numbers.
21829
21830 2014-11-12 Pedro Alves <palves@redhat.com>
21831
21832 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21833 leader has exited.
21834
21835 2014-11-12 Pedro Alves <palves@redhat.com>
21836
21837 * gdb.arch/i386-bp_permanent.c: New file.
21838 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21839 (srcfile): Set to i386-bp_permanent.c.
21840 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21841 that stepi does not execute the 'leave' instruction, instead of
21842 testing it does execute.
21843 * gdb.base/bp-permanent.c: New file.
21844 * gdb.base/bp-permanent.exp: New file.
21845
21846 2014-11-10 Doug Evans <xdje42@gmail.com>
21847
21848 PR symtab/17564
21849 * gdb.base/symtab-search-order.exp: New file.
21850 * gdb.base/symtab-search-order.c: New file.
21851 * gdb.base/symtab-search-order-1.c: New file.
21852 * gdb.base/symtab-search-order-shlib-1.c: New file.
21853
21854 2014-11-07 Pedro Alves <palves@redhat.com>
21855
21856 PR gdb/17511
21857 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21858 i?86-*-linux*.
21859
21860 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21861
21862 PR c++/17494
21863 * gdb.cp/pr17494.cc: New file.
21864 * gdb.cp/pr17494.exp: New file.
21865
21866 2014-11-02 Yao Qi <yao@codesourcery.com>
21867
21868 * gdb.python/python.exp: Get working directory and match the
21869 output of "set extended-prompt \\w " with it.
21870
21871 2014-10-30 Doug Evans <dje@google.com>
21872
21873 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21874 in objfiles.
21875 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21876 in progspaces.
21877
21878 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21879
21880 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21881 * gdb.base/realname-expand.exp: Likewise.
21882 * gdb.linespec/macro-relative.exp: Likewise.
21883
21884 2014-10-29 Pedro Alves <palves@redhat.com>
21885
21886 PR gdb/17408
21887 * gdb.threads/schedlock.c (some_function): New function.
21888 (call_function): New global.
21889 (MAYBE_CALL_SOME_FUNCTION): New macro.
21890 (thread_function): Call it.
21891 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21892 and use it instead of a global counter. Adjust all callers.
21893 (get_current_thread): Use "find current thread" for test message
21894 here rather than having all callers pass down the same string.
21895 (goto_loop): New procedure, factored out from ...
21896 (my_continue): ... this.
21897 (step_ten_loops): Change parameter from test message to command to
21898 use. Adjust.
21899 (list_count): Delete global.
21900 (check_result): New procedure, factored out from duplicate top
21901 level code.
21902 (continue tests): Wrap in with_test_prefix.
21903 (test_step): New procedure, factored out from duplicate top level
21904 code.
21905 (top level): Test "step" in combination with all scheduler-locking
21906 modes. Test "next" in combination with all scheduler-locking
21907 modes, and in combination with stepping over a function call or
21908 not.
21909 * gdb.threads/next-bp-other-thread.c: New file.
21910 * gdb.threads/next-bp-other-thread.exp: New file.
21911
21912 2014-10-29 Pedro Alves <palves@redhat.com>
21913
21914 PR python/17372
21915 * gdb.python/python.exp: Test a multi-line command that spawns
21916 interactive Python.
21917 * gdb.base/multi-line-starts-subshell.exp: New file.
21918
21919 2014-10-29 Yao Qi <yao@codesourcery.com>
21920
21921 * gdb.base/fileio.exp: Make directories on host.
21922
21923 2014-10-29 Yao Qi <yao@codesourcery.com>
21924
21925 * gdb.base/fileio.c (test_write): Close the file.
21926
21927 2014-10-28 Pedro Alves <palves@redhat.com>
21928
21929 PR gdb/12623
21930 * gdb.base/sigstep.c (no_handler): New global.
21931 (main): If 'no_handler is true, set the signal handlers to
21932 SIG_IGN.
21933 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21934 with_sw_watch and no_handler parameters. Handle them.
21935 (top level) <stepping over handler when stopped at a breakpoint
21936 test>: Add a test axis for testing with a software watchpoint, and
21937 another for testing with the signal handler set to SIG_IGN.
21938 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21939 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21940
21941 2014-10-28 Pedro Alves <palves@redhat.com>
21942
21943 PR gdb/17511
21944 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21945 * gdb.base/sigstep.exp (other_handler_location): New global.
21946 (advance): Support stepping into the signal handler, and running
21947 commands while in the handler.
21948 (in_handler_map): New global.
21949 (top level): In the advance test, add combinations for getting
21950 into the handler with stepping commands, and for running commands
21951 in the handler. Add comment descripting the advancei tests.
21952
21953 2014-10-28 Pedro Alves <palves@redhat.com>
21954
21955 * gdb.base/sigstep.exp: Use build_executable instead of
21956 prepare_for_testing.
21957 (top level): Move code that starts GDB, runs to main and creates a
21958 display to ...
21959 (restart): ... this new procedure.
21960 (top level): Move backtrace from signal handler test to ...
21961 (validate_backtrace): ... this new procedure.
21962 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21963 with_test_prefix. Always restart GDB.
21964 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21965 with_test_prefix. Always restart GDB. No need to delete
21966 breakpoints after the test.
21967 (test_skip_handler): Remove prefix parameter.
21968 (skip_over_handler, breakpoint_to_handler)
21969 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21970 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21971 restart GDB. No need to delete breakpoints after the test.
21972 (top level): Use foreach to call the test procedures with
21973 different commands.
21974
21975 2014-10-28 Pedro Alves <palves@redhat.com>
21976
21977 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21978 instead of GNATS numbers.
21979 * gdb.base/sigbpt.exp: Likewise.
21980 * gdb.base/siginfo.exp: Likewise.
21981 * gdb.base/sigstep.exp: Likewise.
21982
21983 2014-10-27 Pedro Alves <palves@redhat.com>
21984
21985 * gdb.base/sigstep.c (dummy): New global.
21986 (main): Issue a couple writes to the new global.
21987 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21988 procedures.
21989 (skip_over_handler): Use test_skip_handler.
21990 (top level): Call skip_over_handler for stepi and nexti too.
21991 (breakpoint_over_handler): Use test_skip_handler.
21992 (top level): Call breakpoint_over_handler for stepi and nexti too.
21993
21994 2014-10-27 Yao Qi <yao@codesourcery.com>
21995
21996 * gdb.trace/tfile.c (adjust_function_address)
21997 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21998 function descriptor.
21999
22000 2014-10-24 Don Breazeal <donb@codesourcery.com>
22001
22002 * gdb.base/foll-fork.exp (test_follow_fork,
22003 catch_fork_child_follow): Check for updated fork messages emitted
22004 from infrun.c.
22005 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
22006 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
22007 vfork_and_exec_child_follow_through_step): Check for updated vfork
22008 messages emitted from infrun.c.
22009
22010 2014-10-24 Pedro Alves <palves@redhat.com>
22011
22012 * gdb.base/corefile.exp: Remove references to ultrix.
22013 * gdb.base/interrupt.exp: Likewise.
22014 * gdb.base/whatis.exp: Likewise.
22015 * gdb.gdb/selftest.exp: Likewise.
22016 * gdb.threads/manythreads.exp: Likewise.
22017 * gdb.threads/print-threads.exp: Likewise.
22018 * gdb.threads/pthreads.exp:: Likewise.
22019 * gdb.threads/schedlock.exp: Likewise.
22020
22021 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
22022
22023 * gdb.cp/non-trivial-retval.cc: Add a test case.
22024 * gdb.cp/non-trivial-retval.exp: Add a test.
22025
22026 2014-10-20 Yao Qi <yao@codesourcery.com>
22027
22028 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
22029 * gdb.python/py-objfile-script-gdb.py: New file.
22030 * gdb.python/py-objfile-script.exp: Update reference to
22031 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
22032 of remote_download. Remove the dest file.
22033
22034 2014-10-20 Yao Qi <yao@codesourcery.com>
22035
22036 * gdb.base/checkpoint.exp: Don't remove file copied on host.
22037 * gdb.base/step-line.exp: Likewise.
22038 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22039 * gdb.dwarf2/dw2-basic.exp: Likewise.
22040 * gdb.dwarf2/dw2-compressed.exp: Likewise.
22041 * gdb.dwarf2/dw2-filename.exp: Likewise.
22042 * gdb.dwarf2/dw2-intercu.exp: Likewise.
22043 * gdb.dwarf2/dw2-intermix.exp: Likewise.
22044 * gdb.dwarf2/dw2-producer.exp: Likewise.
22045 * gdb.dwarf2/mac-fileno.exp: Likewise.
22046 * gdb.python/py-frame-args.exp: Likewise.
22047 * gdb.python/py-framefilter.exp: Likewise.
22048 * gdb.python/py-mi.exp: Likewise.
22049 * gdb.python/py-objfile-script.exp: Likewise
22050 * gdb.python/py-pp-integral.exp: Likewise.
22051 * gdb.python/py-pp-re-notag.exp: Likewise.
22052 * gdb.python/py-prettyprint.exp: Likewise.
22053 * gdb.python/py-section-script.exp: Likewise.
22054 * gdb.python/py-typeprint.exp: Likewise.
22055 * gdb.python/py-xmethods.exp: Likewise.
22056 * gdb.stabs/weird.exp: Likewise.
22057 * gdb.xml/tdesc-regs.exp: Likewise.
22058
22059 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
22060
22061 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
22062 (out_cu): Use addr_len for the size of addresses.
22063 (out_line): Likewise. Size DW_LNE_set_address instruction
22064 according to addr_len.
22065 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
22066 (FUNC): Add START_INSNS to definition.
22067
22068 2014-10-18 Yao Qi <yao@codesourcery.com>
22069
22070 * gdb.base/argv0-symlink.exp: Check argv[0] value if
22071 gdb_has_argv0 return true.
22072 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
22073 check [target_info exists noargs], check [gdb_has_argv0]
22074 instead.
22075 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22076 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
22077 procedures.
22078
22079 2014-10-17 Doug Evans <dje@google.com>
22080
22081 * gdb.python/py-events.exp: Update expected output for clear_objfiles
22082 event.
22083 * gdb.python/py-events.py: Add clear_objfiles event.
22084
22085 2014-10-17 Doug Evans <dje@google.com>
22086
22087 * gdb.python/py-objfile.exp: Test progspace attribute.
22088
22089 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
22090
22091 * gdb.guile/scm-breakpoint.exp: Do not assume any
22092 directory separators when matching source file paths.
22093 * gdb.python/py-breakpoint.exp: Likewise.
22094 * gdb.reverse/break-precsave.exp: Likewise.
22095 * gdb.reverse/break-reverse.exp: Likewise.
22096 * gdb.reverse/consecutive-precsave.exp: Likewise.
22097 * gdb.reverse/finish-precsave.exp: Likewise.
22098 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
22099 * gdb.reverse/finish-reverse.exp: Likewise.
22100 * gdb.reverse/i386-precsave.exp: Likewise.
22101 * gdb.reverse/i387-env-reverse.exp: Likewise.
22102 * gdb.reverse/i387-stack-reverse.exp: Likewise.
22103 * gdb.reverse/machinestate-precsave.exp: Likewise.
22104 * gdb.reverse/machinestate.exp: Likewise.
22105 * gdb.reverse/sigall-precsave.exp: Likewise.
22106 * gdb.reverse/solib-precsave.exp: Likewise.
22107 * gdb.reverse/step-precsave.exp: Likewise.
22108 * gdb.reverse/until-precsave.exp: Likewise.
22109 * gdb.reverse/watch-precsave.exp: Likewise.
22110 * gdb.reverse/watch-reverse.exp: Likewise.
22111
22112 2014-10-17 Yao Qi <yao@codesourcery.com>
22113
22114 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
22115 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
22116
22117 2014-10-17 Pedro Alves <palves@redhat.com>
22118
22119 PR gdb/17471
22120 * gdb.base/bg-execution-repeat.c: New file.
22121 * gdb.base/bg-execution-repeat.exp: New file.
22122
22123 2014-10-17 Pedro Alves <palves@redhat.com>
22124
22125 PR gdb/17300
22126 * gdb.base/continue-all-already-running.c: New file.
22127 * gdb.base/continue-all-already-running.exp: New file.
22128
22129 2014-10-17 Pedro Alves <palves@redhat.com>
22130
22131 PR gdb/17472
22132 * gdb.base/annota-input-while-running.c: New file.
22133 * gdb.base/annota-input-while-running.exp: New file.
22134
22135 2014-10-17 Pedro Alves <palves@redhat.com>
22136
22137 * gdb.base/callfuncs.exp: emove references to osf.
22138 * gdb.base/sigall.exp: Likewise.
22139 * gdb.gdb/selftest.exp: Likewise.
22140 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
22141 * gdb.mi/non-stop.c: Likewise.
22142 * gdb.mi/pthreads.c: Likewise.
22143 * gdb.reverse/sigall-precsave.exp: Likewise.
22144 * gdb.reverse/sigall-reverse.exp: Likewise.
22145 * gdb.threads/pthreads.c: Likewise.
22146 * gdb.threads/pthreads.exp: Likewise.
22147
22148 2014-10-17 Yao Qi <yao@codesourcery.com>
22149
22150 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
22151 check 'target_info exists noargs'.
22152 (test_command_prompt_position): Likewise.
22153 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
22154 Remove "set args".
22155 (progvar_simple_while_test): Likewise.
22156 (progvar_complex_if_while_test): Likewise.
22157 (if_while_breakpoint_command_test): Likewise.
22158 (infrun_breakpoint_command_test): Likewise.
22159 (breakpoint_command_test): Likewise.
22160 (watchpoint_command_test): Likewise.
22161 (bp_deleted_in_command_test): Likewise.
22162 (temporary_breakpoint_commands): Likewise.
22163
22164 2014-10-16 Yao Qi <yao@codesourcery.com>
22165
22166 * gdb.base/remotetimeout.exp: Remove noargs checking.
22167
22168 2014-10-15 Pedro Alves <palves@redhat.com>
22169
22170 PR breakpoints/9649
22171 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
22172 * gdb.base/breakpoint-in-ro-region.exp
22173 (probe_target_hardware_step): New procedure.
22174 (top level): Probe hardware stepping and hardware breakpoint
22175 support. Test stepping through a read-only region, with both
22176 "breakpoint auto-hw" on and off and both "always-inserted" on and
22177 off.
22178
22179 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
22180
22181 * gdb.dlang/demangle.exp: Update for demangling changes.
22182
22183 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22184
22185 * gdb.cp/non-trivial-retval.cc: Add new test cases.
22186 * gdb.cp/non-trivial-retval.exp: Add new tests.
22187
22188 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22189
22190 PR c++/13403
22191 PR c++/15154
22192 * gdb.cp/non-trivial-retval.cc: New file.
22193 * gdb.cp/non-trivial-retval.exp: New file.
22194
22195 2014-10-15 Yao Qi <yao@codesourcery.com>
22196
22197 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
22198 remote host.
22199
22200 2014-10-15 Yao Qi <yao@codesourcery.com>
22201
22202 * gdb.python/py-symbol.exp: Match file base name if host is
22203 remote, otherwise match file name with dir name.
22204 * gdb.python/py-symtab.exp: Likewise.
22205 * gdb.python/python.exp: Likewise.
22206
22207 2014-10-15 Yao Qi <yao@codesourcery.com>
22208
22209 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
22210 pattern.
22211 * gdb.python/py-symtab.exp: Likewise.
22212 * gdb.python/python.exp: Remove trailing ".*". Fix typo
22213 locationn.
22214
22215 2014-10-14 Joel Brobecker <brobecker@adacore.com>
22216
22217 * gdb.ada/addr_arith: New testcase.
22218
22219 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
22220
22221 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
22222 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
22223 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
22224 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
22225
22226 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
22227
22228 * gdb.arch/stap-eval-lang-ada.S: Likewise.
22229 * gdb.arch/stap-eval-lang-ada.c: Likewise.
22230 * gdb.arch/stap-eval-lang-ada.exp: New file.
22231
22232 2014-10-14 Yao Qi <yao@codesourcery.com>
22233
22234 * gdb.mi/mi-var-child.c (nothing1): New function.
22235 (nothing2): New function.
22236 (do_children_tests): Set function pointers by nothing1 and
22237 nothing2.
22238 * gdb.mi/mi-var-child.exp: Step over new added statements.
22239 Update test to match the new output.
22240 * gdb.mi/var-cmd.c (nothing1): New function.
22241 (nothing2): New function.
22242 (do_children_tests): Set function pointers by nothing1 and
22243 nothing2.
22244 * gdb.mi/mi-var-display.exp: Update test to match output.
22245 Step to the line specified by $line_dct_nothing.
22246 Increase the number of lines to step.
22247
22248 2014-10-14 Yao Qi <yao@codesourcery.com>
22249
22250 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
22251 tests.
22252 * gdb.mi/mi2-var-child.exp: Likewise.
22253
22254 2014-10-13 Doug Evans <dje@google.com>
22255
22256 * gdb.python/py-objfile.exp: Change name of file name test.
22257
22258 2014-10-13 Doug Evans <dje@google.com>
22259
22260 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
22261 from the start of the CU.
22262
22263 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
22264 Yao Qi <yao@codesourcery.com>
22265
22266 Fix "save breakpoints" for "catch" command.
22267 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
22268 Remove -nonewline. Match also the added "main" line.
22269
22270 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22271
22272 Fix "save breakpoints" for "disable $bpnum" command.
22273 * gdb.base/save-bp.c (main): Add label.
22274 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
22275
22276 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22277
22278 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
22279
22280 2014-10-11 Yao Qi <yao@codesourcery.com>
22281
22282 * gdb.server/server-kill.exp: Execute command
22283 "set remote trace-status-packet on" before "tstatus".
22284
22285 2014-10-11 Yao Qi <yao@codesourcery.com>
22286
22287 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
22288 (main): Call getppid.
22289 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
22290 and continue to it. Read variable "server_pid".
22291
22292 2014-10-11 Yao Qi <yao@codesourcery.com>
22293
22294 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
22295
22296 2014-10-11 Yao Qi <yao@codesourcery.com>
22297
22298 * gdb.threads/thread-find.exp: Don't execute command
22299 "info threads".
22300 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
22301 * gdb.threads/linux-dp.exp: Don't check the condition
22302 $threads_created equals to zero.
22303
22304 2014-10-10 Pedro Alves <palves@redhat.com>
22305
22306 * gdb.base/bigcore.exp: Remove references to IRIX.
22307 * gdb.base/funcargs.exp: Likewise.
22308 * gdb.base/interrupt.exp: Likewise.
22309 * gdb.base/mips_pro.exp: Likewise.
22310 * gdb.base/nodebug.exp: Likewise.
22311 * gdb.base/setvar.exp: Likewise.
22312 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
22313
22314 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
22315 Pedro Alves <palves@redhat.com>
22316
22317 PR symtab/14466
22318 * gdb.base/vdso-warning.c: New file.
22319 * gdb.base/vdso-warning.exp: New file.
22320
22321 2014-10-02 Doug Evans <dje@google.com>
22322
22323 * gdb.base/structs.c (main): Don't run forever.
22324
22325 2014-10-02 Pedro Alves <palves@redhat.com>
22326
22327 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
22328 (top level) <stop threads 1, stop threads 2>: Use it.
22329
22330 2014-10-02 Pedro Alves <palves@redhat.com>
22331
22332 * gdb.threads/break-while-running.exp (test): Add new
22333 'update_thread_list' argument. Skip "info threads" if false.
22334 (top level): Add new 'update_thread_list' axis.
22335
22336 2014-10-02 Pedro Alves <palves@redhat.com>
22337
22338 PR breakpoints/17431
22339 * gdb.base/execl-update-breakpoints.c: New file.
22340 * gdb.base/execl-update-breakpoints.exp: New file.
22341
22342 2014-10-01 Pedro Alves <palves@redhat.com>
22343
22344 * gdb.base/breakpoint-in-ro-region.c: New file.
22345 * gdb.base/breakpoint-in-ro-region.exp: New file.
22346
22347 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
22348
22349 * gdb.mi/mi-exit-code.exp: New file.
22350 * gdb.mi/mi-exit-code.c: New file.
22351
22352 2014-09-30 Yao Qi <yao@codesourcery.com>
22353
22354 * lib/prelink-support.exp (build_executable_own_libs): Error if
22355 the target isn't native.
22356
22357 2014-09-30 Yao Qi <yao@codesourcery.com>
22358
22359 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22360 false.
22361
22362 2014-09-22 Pedro Alves <palves@redhat.com>
22363
22364 * gdb.threads/break-while-running.exp: New file.
22365 * gdb.threads/break-while-running.c: New file.
22366
22367 2014-09-19 Yao Qi <yao@codesourcery.com>
22368
22369 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
22370 Invoke test. Restart GDB with --readnow and invoke test again.
22371
22372 2014-09-19 Yao Qi <yao@codesourcery.com>
22373
22374 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
22375 proc set_breakpoint_on_gcd_function. Invoke
22376 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
22377 invoke set_breakpoint_on_gcd_function again.
22378
22379 2014-09-18 Doug Evans <dje@google.com>
22380
22381 * gdb.dwarf2/symtab-producer.exp: New file.
22382
22383 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22384
22385 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22386 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22387 * gdb.base/global-var-nested-by-dso.c: Likewise.
22388 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22389
22390 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22391 Pedro Alves <palves@redhat.com>
22392
22393 * gdb.base/watch-bitfields.exp: Pass string other than test file
22394 name to prepare_for_testing.
22395 (watch): New procedure.
22396 (expect_watchpoint): Use with_test_prefix.
22397 (top level): Factor out tests to ...
22398 (test_watch_location, test_regular_watch): ... these new
22399 procedures, and use with_test_prefix and gdb_continue_to_end.
22400
22401 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22402
22403 PR breakpoints/12526
22404 * gdb.base/watch-bitfields.exp: New file.
22405 * gdb.base/watch-bitfields.c: New file.
22406
22407 2014-09-16 Pedro Alves <palves@redhat.com>
22408
22409 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22410 software and hardware addresses, not software address against
22411 itself.
22412
22413 2014-09-16 Pedro Alves <palves@redhat.com>
22414
22415 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22416 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22417
22418 2014-09-16 Pedro Alves <palves@redhat.com>
22419
22420 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22421 files.
22422 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22423 "*-*-vxworks*" throughout.
22424 * gdb.base/break.exp: Likewise.
22425 * gdb.base/default.exp: Likewise.
22426 * gdb.base/scope.exp: Likewise.
22427 * gdb.base/sepdebug.exp: Likewise.
22428 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22429 throughout.
22430 * gdb.base/run.c: Likewise.
22431 * gdb.base/sepdebug.c: Likewise.
22432 * gdb.hp/gdb.aCC/run.c: Likewise.
22433 * gdb.reverse/until-reverse.c: Likewise.
22434 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22435
22436 2014-09-16 Yao Qi <yao@codesourcery.com>
22437
22438 * boards/local-remote-host-native.exp: New file.
22439
22440 2014-09-14 Doug Evans <xdje42@gmail.com>
22441
22442 * gdb.threads/queue-signal.c (thread_count): New variable.
22443 (thread_count_mutex, thread_count_condvar): New variables.
22444 (incr_thread_count, wait_all_threads_running): New functions.
22445 (main): Wait for all threads to be in their thread functions.
22446
22447 2014-09-13 Doug Evans <xdje42@gmail.com>
22448
22449 * gdb.threads/queue-signal.c: New file.
22450 * gdb.threads/queue-signal.exp: New file.
22451
22452 2014-09-13 Doug Evans <xdje42@gmail.com>
22453
22454 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22455 be consistent with what default_gdb_init uses.
22456 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22457 the plain text of the prompt. Add some logging printfs.
22458 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22459
22460 2014-09-12 Pedro Alves <palves@redhat.com>
22461
22462 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22463 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22464 * gdb.arch/i386-size-overlap.exp: Likewise.
22465 * gdb.arch/i386-size.exp: Likewise.
22466 * gdb.arch/i386-unwind.exp: Likewise.
22467 * gdb.base/a2-run.exp: Likewise.
22468 * gdb.base/break.exp: Likewise.
22469 * gdb.base/charset.exp: Likewise.
22470 * gdb.base/chng-syms.exp: Likewise.
22471 * gdb.base/commands.exp: Likewise.
22472 * gdb.base/dbx.exp: Likewise.
22473 * gdb.base/find.exp: Likewise.
22474 * gdb.base/funcargs.exp: Likewise.
22475 * gdb.base/jit-simple.exp: Likewise.
22476 * gdb.base/reread.exp: Likewise.
22477 * gdb.base/sepdebug.exp: Likewise.
22478 * gdb.base/step-bt.exp: Likewise.
22479 * gdb.cp/mb-inline.exp: Likewise.
22480 * gdb.cp/mb-templates.exp: Likewise.
22481 * gdb.objc/basicclass.exp: Likewise.
22482 * gdb.threads/killed.exp: Likewise.
22483
22484 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22485
22486 PR tdep/17379
22487 * gdb.arch/powerpc-stackless.S: New file.
22488 * gdb.arch/powerpc-stackless.exp: New file.
22489
22490 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22491
22492 * gdb.base/attach.c: Include unistd.h.
22493 (main): Call alarm. Add label postloop.
22494 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22495 gdb_breakpoint, gdb_continue_to_breakpoint.
22496 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22497
22498 2014-09-11 Pedro Alves <palves@redhat.com>
22499
22500 PR gdb/17347
22501 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22502 * gdb.base/attach.exp (test_command_line_attach_run): New
22503 procedure.
22504 (top level): Call it.
22505
22506 2014-09-11 Pedro Alves <palves@redhat.com>
22507
22508 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22509 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22510 (do_command_attach_tests): Use spawn_wait_for_attach.
22511 * gdb.base/solib-overlap.exp: Likewise.
22512 * gdb.multi/multi-attach.exp: Likewise.
22513 * gdb.python/py-prompt.exp: Likewise.
22514 * gdb.python/py-sync-interp.exp: Likewise.
22515 * gdb.server/ext-attach.exp: Likewise.
22516
22517 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22518
22519 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22520 command in testcase. Simplify testcase.
22521
22522 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22523
22524 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22525
22526 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22527
22528 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22529
22530 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22531
22532 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22533
22534 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22535
22536 * gdb.dwarf2/dynarr-ptr.c: New file.
22537 * gdb.dwarf2/dynarr-ptr.exp: New file.
22538
22539 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22540
22541 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22542 of 30 rather than hardcoding 120 for a slow test case. Take the
22543 `gdb,timeout' target setting into account for this calculation.
22544 Don't extend the timeout for the test cases that don't need it.
22545
22546 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22547
22548 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22549 a factor of 2 for a slow test case. Take the `gdb,timeout'
22550 target setting into account for this calculation.
22551 * gdb.reverse/until-precsave.exp: Increase the timeout by
22552 a factor of 15 and 3 respectively rather than adding 120
22553 for a pair of slow test cases. Take the `gdb,timeout'
22554 target setting into account for this calculation.
22555
22556 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22557
22558 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22559 timeout, don't pass one down to gdb_expect.
22560 (gdb_expect): Rework timeout selection.
22561
22562 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22563
22564 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22565 exception on timeout.
22566 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22567 (gdbserver_start_extended): Catch any `gdbserver_start' error
22568 exceptions.
22569 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22570 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22571 `gdbserver_gdb_load' error exceptions.
22572
22573 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22574
22575 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22576 120 on waiting for the TCP socket to open.
22577
22578 2014-09-09 Doug Evans <xdje42@gmail.com>
22579
22580 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22581 _caller_matches, _any_caller_is, _any_caller_matches.
22582
22583 2014-09-09 Doug Evans <xdje42@gmail.com>
22584
22585 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22586
22587 2014-09-09 Yao Qi <yao@codesourcery.com>
22588
22589 * gdb.mi/mi-var-display.exp: Set print symbol off.
22590
22591 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22592
22593 PR gdb/17035
22594 * gdb.base/commands.exp: Add tests to verify user-defined
22595 commands with empty bodies.
22596 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22597 python commands in `show user command`.
22598 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22599 scheme commands in `show user command`.
22600
22601 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22602
22603 PR python/17355
22604 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22605 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22606 * gdb.python/py-framefilter-invalidarg.exp: New file.
22607 * gdb.python/py-framefilter-invalidarg.py: New file.
22608
22609 2014-09-06 Doug Evans <xdje42@gmail.com>
22610
22611 PR 15276
22612 * gdb.python/py-caller-is.c: New file.
22613 * gdb.python/py-caller-is.exp: New file.
22614
22615 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22616
22617 PR gdb/17235
22618 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22619 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22620
22621 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22622
22623 PR fortran/17237
22624 * gdb.fortran/print-formatted.exp: New file.
22625 * gdb.fortran/print-formatted.f90: Likewise.
22626
22627 2014-09-03 Sasha Smundak <asmundak@google.com>
22628
22629 * gdb.python/py-frame.exp: Test Frame.read_register.
22630
22631 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22632
22633 PR python/16699
22634 * gdb.python/py-completion.exp: New file.
22635 * gdb.python/py-completion.py: Likewise.
22636
22637 2014-08-28 Doug Evans <dje@google.com>
22638
22639 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22640 eax,etc. are live with values set by gdb and thus the compiler can't
22641 use them.
22642 * gdb.arch/i386-pseudo.c (main): Ditto.
22643
22644 2014-08-27 Doug Evans <dje@google.com>
22645
22646 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22647
22648 2014-08-25 Doug Evans <dje@google.com>
22649
22650 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22651 (main): Ditto.
22652
22653 2014-08-25 Doug Evans <dje@google.com>
22654
22655 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22656
22657 2014-08-24 Yao Qi <yao@codesourcery.com>
22658
22659 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22660 symbol off.
22661 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22662
22663 2014-08-22 Doug Evans <dje@google.com>
22664
22665 PR 17276
22666 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22667 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22668 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22669
22670 2014-08-22 Yao Qi <yao@codesourcery.com>
22671
22672 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22673 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22674 * gdb.python/python.exp: Likewise. Use .py file on the host
22675 instead of the build.
22676
22677 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22678
22679 * gdb.threads/gcore-stale-thread.c: New file.
22680 * gdb.threads/gcore-stale-thread.exp: New file.
22681
22682 2014-08-21 Pedro Alves <palves@redhat.com>
22683
22684 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22685 * gdb.base/gcore-relro-pie.exp: Likewise.
22686 * gdb.base/gcore-relro.exp: Likewise.
22687 * gdb.base/gcore.exp: Likewise.
22688 * gdb.base/print-symbol-loading.exp: Likewise.
22689 * gdb.threads/gcore-thread.exp: Likewise.
22690 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22691
22692 2014-08-20 Pedro Alves <palves@redhat.com>
22693 Jan Kratochvil <jan.kratochvil@redhat.com>
22694
22695 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22696 configure.
22697 (EXPECT): Handle READ1 being set.
22698 (all): Depend on EXTRA_RULES.
22699 (check-read1, expect-read1, read1.so, read1): New rules.
22700 * README (Testsuite Parameters): Document the READ1 make variable.
22701 (Race detection): New section.
22702 * configure: Regenerate.
22703 * configure.ac: If build==host==target, and running under a
22704 GNU/glibc system, add read1 to the extra Makefile rules.
22705 (EXTRA_RULES): AC_SUBST it.
22706 * lib/read1.c: New file.
22707
22708 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22709
22710 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22711 the handling of variables declared as a typedef to an array
22712 which a DW_AT_data_location attribute.
22713
22714 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22715 Pedro Alves <palves@redhat.com>
22716
22717 PR symtab/14604
22718 PR symtab/14605
22719 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22720 gdb_test.
22721
22722 2014-08-19 Pedro Alves <palves@redhat.com>
22723
22724 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22725
22726 2014-08-19 Yao Qi <yao@codesourcery.com>
22727
22728 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22729 right line.
22730
22731 2014-08-18 David Blaikie <dblaikie@gmail.com>
22732
22733 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22734
22735 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22736
22737 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22738 attribute in array range.
22739
22740 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22741
22742 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22743
22744 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22745
22746 PR c++/17132
22747 * gdb.cp/pr17132.cc: New file.
22748 * gdb.cp/pr17132.exp: New file.
22749
22750 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22751
22752 * gdb.python/py-xmethods.py (A_getarrayind)
22753 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22754 Use 'print' with function call syntax.
22755 (E_method_matcher.match): Fix tab vs space indentation mixup.
22756
22757 2014-08-15 Yao Qi <yao@codesourcery.com>
22758
22759 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22760 false.
22761
22762 2014-08-15 Yao Qi <yao@codesourcery.com>
22763
22764 * gdb.cp/casts.exp: Set print symbol off.
22765 * gdb.cp/class2.exp: Likewise.
22766 * gdb.cp/overload.exp: Likewise.
22767 * gdb.cp/templates.exp: Likewise.
22768
22769 2014-08-11 Doug Evans <dje@google.com>
22770
22771 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22772 (test_load_shlib): Update.
22773
22774 2014-08-09 Yao Qi <yao@codesourcery.com>
22775
22776 * gdb.base/display.exp: Invoke is_address_zero_readable.
22777 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22778 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22779 * gdb.base/hbreak-unmapped.exp: Return if
22780 is_address_zero_readable returns true.
22781 * gdb.base/signest.exp: Likewise.
22782 * gdb.base/signull.exp: Likewise.
22783 * gdb.base/sigbpt.exp: Likewise.
22784 * gdb.guile/scm-disasm.exp: Do the test if
22785 is_address_zero_readable returns false.
22786 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22787 * gdb.python/py-arch.exp: Likewise.
22788 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22789 * lib/gdb.exp (is_address_zero_readable): New proc.
22790
22791 2014-08-09 Yao Qi <yao@codesourcery.com>
22792
22793 PR testsuite/13443
22794 * gdb.mi/mi-var-display.exp: Make test messages unique.
22795
22796 2014-08-04 Tom Tromey <tromey@redhat.com>
22797
22798 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22799 target 0".
22800
22801 2014-08-04 Tom Tromey <tromey@redhat.com>
22802
22803 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22804 "target_resume".
22805
22806 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22807
22808 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22809 inner_vla_struct_object_size.
22810 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22811 as xfail.
22812
22813 2014-07-30 Pedro Alves <palves@redhat.com>
22814
22815 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22816 comment.
22817
22818 2014-07-29 Yao Qi <yao@codesourcery.com>
22819
22820 PR gdb/17206
22821 * gdb.base/until-nodebug.exp: New.
22822
22823 2014-07-28 Doug Evans <xdje42@gmail.com>
22824
22825 PR guile/17203
22826 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22827 previously existing parameter, and previously ambiguously spelled
22828 parameter.
22829
22830 2014-07-28 Will Newton <will.newton@linaro.org>
22831
22832 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22833
22834 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22835 Doug Evans <xdje42@gmail.com>
22836
22837 PR guile/17146
22838 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22839
22840 2014-07-25 Pedro Alves <palves@redhat.com>
22841
22842 * gdb.threads/signal-command-handle-nopass.c: New file.
22843 * gdb.threads/signal-command-handle-nopass.exp: New file.
22844 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22845 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22846 * gdb.threads/signal-delivered-right-thread.c: New file.
22847 * gdb.threads/signal-delivered-right-thread.exp: New file.
22848
22849 2014-07-25 Pedro Alves <palves@redhat.com>
22850
22851 * gdb.base/double-prompt-target-event-error.exp
22852 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22853 match.
22854 (cancel_pagination_in_target_event): Rework double prompt
22855 detection.
22856 * gdb.base/paginate-after-ctrl-c-running.exp
22857 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22858 <return>' match.
22859 * gdb.base/paginate-bg-execution.exp
22860 (test_bg_execution_pagination_return)
22861 (test_bg_execution_pagination_cancel): Remove '-notransfer
22862 <return>' matches.
22863 * gdb.base/paginate-execution-startup.exp
22864 (test_fg_execution_pagination_return)
22865 (test_fg_execution_pagination_cancel): Remove '-notransfer
22866 <return>' matches.
22867 * gdb.base/paginate-inferior-exit.exp
22868 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22869 match.
22870 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22871 * lib/gdb.exp (pagination_prompt): Run text through
22872 string_to_regexp.
22873 (gdb_test_multiple): Match $pagination_prompt instead of
22874 "<return>".
22875 (string_to_regexp): Move to lib/gdb-utils.exp.
22876
22877 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22878
22879 * gdb.arch/amd64-entry-value-paramref.S: New file.
22880 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22881 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22882 * gdb.arch/amd64-optimout-repeat.S: New file.
22883 * gdb.arch/amd64-optimout-repeat.c: New file.
22884 * gdb.arch/amd64-optimout-repeat.exp: New file.
22885
22886 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22887
22888 PR gdb/17170
22889 * gdb.base/statistics.exp: New file.
22890
22891 2014-07-17 Doug Evans <dje@google.com>
22892
22893 PR gdb/17170
22894 * gdb.base/maint.exp: Update testing of per-command stats.
22895
22896 2014-07-16 Pedro Alves <palves@redhat.com>
22897
22898 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22899 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22900 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22901 (tfile_write_buf): New functions.
22902 (add_memory_block): Rewrite using the above.
22903 (adjust_function_address): New function.
22904 (FUNCTION_ADDRESS): New macro.
22905 (write_basic_trace_file): Remove short_x local, and use
22906 tfile_write_16. Change type of func_addr local to unsigned long
22907 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22908 here. Cast argument of add_memory_block to char pointer.
22909 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22910 (main): Remove parameters.
22911 * gdb.trace/tfile.exp: Remove nowarnings.
22912
22913 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22914
22915 * gdb.base/debug-expr.exp: Test string evaluation with
22916 "debug expression" on.
22917
22918 2014-07-15 Pedro Alves <palves@redhat.com>
22919
22920 * gdb.base/reread.exp: Use clean_restart.
22921
22922 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22923
22924 * gdb.arch/avr-flash-qualifer.c: New.
22925 * gdb.arch/avr-flash-qualifer.exp: New.
22926
22927 2014-07-14 Pedro Alves <palves@redhat.com>
22928
22929 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22930 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22931
22932 2014-07-14 Pedro Alves <palves@redhat.com>
22933
22934 * gdb.base/double-prompt-target-event-error.c: New file.
22935 * gdb.base/double-prompt-target-event-error.exp: New file.
22936
22937 2014-07-14 Pedro Alves <palves@redhat.com>
22938
22939 PR gdb/17072
22940 * gdb.base/paginate-inferior-exit.c: New file.
22941 * gdb.base/paginate-inferior-exit.exp: New file.
22942
22943 2014-07-14 Pedro Alves <palves@redhat.com>
22944
22945 PR gdb/17072
22946 * gdb.base/paginate-bg-execution.c: New file.
22947 * gdb.base/paginate-bg-execution.exp: New file.
22948
22949 2014-07-14 Pedro Alves <palves@redhat.com>
22950
22951 PR gdb/17072
22952 * gdb.base/paginate-execution-startup.c: New file.
22953 * gdb.base/paginate-execution-startup.exp: New file.
22954 * lib/gdb.exp (pagination_prompt): New global.
22955 (default_gdb_spawn): New procedure, factored out from
22956 default_gdb_spawn.
22957 (default_gdb_start): Adjust to call default_gdb_spawn.
22958 (gdb_spawn): New procedure.
22959
22960 2014-07-14 Pedro Alves <palves@redhat.com>
22961
22962 * lib/gdb.exp (gdb_assert): New procedure.
22963 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22964
22965 2014-07-14 Pedro Alves <palves@redhat.com>
22966
22967 * gdb.base/execution-termios.c: New file.
22968 * gdb.base/execution-termios.exp: New file.
22969
22970 2014-07-14 Tom Tromey <tromey@redhat.com>
22971
22972 * gdb.cp/vla-cxx.cc: New file.
22973 * gdb.cp/vla-cxx.exp: New file.
22974
22975 2014-07-14 Tom Tromey <tromey@redhat.com>
22976
22977 * gdb.reverse/rerun-prec.c: New file.
22978 * gdb.reverse/rerun-prec.exp: New file.
22979
22980 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22981 Maciej W. Rozycki <macro@codesourcery.com>
22982
22983 * lib/gdb-utils.exp: New file.
22984 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22985 inline `gdb_init_command' processing.
22986 (gdb_start_cmd): Likewise.
22987 * lib/mi-support.exp (mi_run_cmd): Likewise.
22988 * README: Document `gdb_init_command' and `gdb_init_commands'.
22989
22990 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22991
22992 Fix false FAIL running under a very long directory name.
22993 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22994 and "set print elements 10000". Twice.
22995
22996 2014-07-11 Yao Qi <yao@codesourcery.com>
22997
22998 * gdb.base/exprs.exp: "set print symbol off".
22999
23000 2014-07-11 Pedro Alves <palves@redhat.com>
23001
23002 * gdb.threads/kill.c: New file.
23003 * gdb.threads/kill.exp: New file.
23004
23005 2014-07-10 Yao Qi <yao@codesourcery.com>
23006
23007 * gdb.trace/tfile.c (write_basic_trace_file)
23008 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
23009 address written to trace file.
23010
23011 2014-07-09 Pedro Alves <palves@redhat.com>
23012
23013 * gdb.base/attach-wait-input.exp: New file.
23014 * gdb.base/attach-wait-input.c: New file.
23015
23016 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
23017
23018 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
23019 setting up test structures.
23020 (main): Call new test function.
23021 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
23022 test function, continue into test function and walk test
23023 structures.
23024
23025 2014-07-02 Yao Qi <yao@codesourcery.com>
23026
23027 * gdb.trace/entry-values.c: Define labels 'foo_start' and
23028 'bar_start' at the beginning of functions 'foo' and 'bar'
23029 respectively.
23030 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
23031 instead of 'foo' and 'bar'.
23032
23033 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
23034
23035 * gdb.btrace/segv.exp: New.
23036 * gdb.btrace/segv.c: New.
23037
23038 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
23039
23040 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
23041 instruction.
23042
23043 2014-06-30 Mark Wielaard <mjw@redhat.com>
23044
23045 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
23046 vulture, vilify, villar): New volatile array constants.
23047 (vindictive, vegetation): New const volatile array constants.
23048 * gdb.base/volatile.exp: Test volatile and const volatile array
23049 types.
23050
23051 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
23052
23053 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
23054 target lacks support for awatch, rwatch, or hbreak.
23055
23056 2014-06-27 Yao Qi <yao@codesourcery.com>
23057
23058 * gdb.multi/dummy-frame-restore.exp: New.
23059 * gdb.multi/dummy-frame-restore.c: New.
23060
23061 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
23062
23063 * gdb.btrace/gcore.exp: New.
23064
23065 2014-06-23 Pedro Alves <palves@redhat.com>
23066
23067 * gdb.base/watchpoint-reuse-slot.c: New file.
23068 * gdb.base/watchpoint-reuse-slot.exp: New file.
23069
23070 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
23071
23072 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
23073 progspace's filename in 'info', 'enable' and 'disable' command
23074 tests.
23075
23076 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
23077
23078 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
23079 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23080 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
23081
23082 2014-06-20 Gary Benson <gbenson@redhat.com>
23083
23084 * gdb.arch/i386-avx.exp: Fix include file location.
23085 * gdb.arch/i386-sse.exp: Likewise.
23086
23087 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
23088
23089 * gdb.dlang/expression.exp: New file.
23090
23091 2014-06-19 Pedro Alves <palves@redhat.com>
23092
23093 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
23094 out from ...
23095 (top level): ... here. Iterate running tests under different
23096 scheduler-locking settings.
23097
23098 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
23099
23100 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
23101 to DW_FORM_addr and use non-zero addresses.
23102
23103 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
23104
23105 PR gdb/17017
23106 * gdb.python/py-xmethods.cc: Add global function call counters and
23107 increment them in their respective functions. Remove "cout"
23108 statements.
23109 * gdb.python/py-xmethods.exp: Make tests check the global function
23110 call counters instead of depending on inferior IO.
23111
23112 2014-06-18 Don Breazeal <donb@codesourcery.com>
23113
23114 * gdb.base/foll-fork.exp (default_fork_parent_follow):
23115 Deleted procedure.
23116 (explicit_fork_parent_follow): Deleted procedure.
23117 (explicit_fork_child_follow): Deleted procedure.
23118 (test_follow_fork): New procedure.
23119 (do_fork_tests): Replace calls to deleted procedures with
23120 calls to test_follow_fork and reset GDB for subsequent
23121 procedure calls.
23122
23123 2014-06-17 Yao Qi <yao@codesourcery.com>
23124
23125 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
23126 CP1252.
23127
23128 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
23129
23130 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
23131 Initialize ptr and S explicitly.
23132 (skip_type_update_when_not_use_rtti_test): Likewise.
23133
23134 2014-06-16 Keith Seitz <keiths@redhat.com>
23135
23136 PR mi/15863
23137 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
23138 the inferior is started.
23139
23140 2014-06-16 Pedro Alves <palves@redhat.com>
23141
23142 * gdb.base/break-main-file-remove-fail.c: New file.
23143 * gdb.base/break-main-file-remove-fail.exp: New file.
23144 * gdb.base/break-unload-file.exp: Use build_executable instead of
23145 prepare_for_testing.
23146 (test_break): New parameter "initial_load". Handle it.
23147 (top level): Add initial_load cmdline/file axis.
23148
23149 2014-06-12 Tom Tromey <tromey@redhat.com>
23150
23151 * gdb.base/completion.exp: Don't use directory name in test.
23152
23153 2014-06-09 Gary Benson <gbenson@redhat.com>
23154
23155 * gdb.base/sigall.c [Functions to send signals]: Reorder to
23156 separate the always-available ANSI-standard signals from the
23157 signals that require checking.
23158 (main): Likewise.
23159 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
23160 Likewise.
23161 (main): Likewise.
23162
23163 2014-06-07 Keith Seitz <keiths@redhat.com>
23164
23165 Revert:
23166 PR c++/16253
23167 * gdb.cp/var-tag.cc: New file.
23168 * gdb.cp/var-tag.exp: New file.
23169 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23170 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23171 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23172 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23173
23174 2014-06-06 Doug Evans <xdje42@gmail.com>
23175
23176 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
23177
23178 2014-06-06 Pedro Alves <palves@redhat.com>
23179
23180 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
23181 in target debug output instead of looking at RSP packets,
23182 disabling the test on any target that uses hardware stepping.
23183 Update comments.
23184
23185 2014-06-06 Pedro Alves <palves@redhat.com>
23186
23187 * gdb.base/break-unload-file.exp: Fix typo.
23188
23189 2014-06-06 Yao Qi <yao@codesourcery.com>
23190
23191 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
23192 from "jit_function" to "^jit_function".
23193
23194 2014-06-06 Yao Qi <yao@codesourcery.com>
23195
23196 * gdb.base/async.c (foo): Add one statement.
23197 * gdb.base/async.exp: Get the next instruction address and
23198 match the output of "nexti" by instruction address. Match
23199 the hex address in the output of "finish".
23200
23201 2014-06-06 Gary Benson <gbenson@redhat.com>
23202
23203 * gdb.base/call-signals.c: Remove preprocessor conditionals
23204 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
23205 SIGSEGV and SIGTERM.
23206 * gdb.base/sigall.c: Likewise.
23207 * gdb.base/unwindonsignal.c: Likewise.
23208 * gdb.reverse/sigall-reverse.c: Likewise.
23209
23210 2014-06-06 Yao Qi <yao@codesourcery.com>
23211
23212 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
23213 readable, skip the test.
23214
23215 2014-06-06 Yao Qi <yao@codesourcery.com>
23216
23217 * gdb.threads/staticthreads.c (thread_function): Move the line
23218 setting breakpoint on forward.
23219 * gdb.threads/staticthreads.exp: Update comments.
23220
23221 2014-06-05 Ludovic Courtès <ludo@gnu.org>
23222
23223 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
23224 "history-append! type error".
23225
23226 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
23227
23228 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
23229 erroneous dprintf expected input.
23230
23231 2014-06-04 Doug Evans <xdje42@gmail.com>
23232
23233 * gdb.guile/scm-generics.exp: Delete.
23234
23235 2014-06-04 Doug Evans <xdje42@gmail.com>
23236
23237 * gdb.guile/scm-breakpoint.exp: Update.
23238 Add tests for breakpoint registration.
23239
23240 2014-06-04 Tom Tromey <tromey@redhat.com>
23241
23242 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
23243 VLA-in-union.
23244 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
23245 inner_vla_struct, vla_union types. Initialize objects of those
23246 types and compute their sizes.
23247
23248 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
23249 Hui Zhu <hui@codesourcery.com>
23250
23251 * gdb.base/fileio.exp: Add test for shell not available as well as
23252 available.
23253 * gdb.base/fileio.c (test_system): Check for shell twice.
23254
23255 2014-06-04 Yao Qi <yao@codesourcery.com>
23256
23257 * gdb.base/auto-connect-native-target.exp: Remove redundant
23258 space from the regexp pattern.
23259
23260 2014-06-04 Yao Qi <yao@codesourcery.com>
23261
23262 * gdb.base/default.exp: Replace "child" with "native" in
23263 regexp pattern.
23264
23265 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
23266
23267 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
23268 * gdb.python/py-xmethods.exp: New tests to test xmethods.
23269 * gdb.python/py-xmethods.py: Python script supporting the
23270 new testcase and tests.
23271
23272 2014-06-03 Joel Brobecker <brobecker@adacore.com>
23273 Pedro Alves <palves@redhat.com>
23274
23275 PR breakpoints/17000
23276 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
23277 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
23278
23279 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
23280
23281 * gdb.base/subst.exp: Add tests to verify partial path matching
23282 output.
23283
23284 2014-06-03 Pedro Alves <palves@redhat.com>
23285
23286 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
23287 target that doesn't use software single-stepping.
23288
23289 2014-06-03 Pedro Alves <palves@redhat.com>
23290
23291 PR breakpoints/17000
23292 * gdb.base/sss-bp-on-user-bp-2.c: New file.
23293 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
23294
23295 2014-06-02 Doug Evans <xdje42@gmail.com>
23296
23297 * gdb.guile/scm-parameter.exp: New file.
23298
23299 2014-06-02 Doug Evans <xdje42@gmail.com>
23300
23301 * gdb.guile/scm-cmd.c: New file.
23302 * gdb.guile/scm-cmd.exp: New file.
23303
23304 2014-06-02 Doug Evans <xdje42@gmail.com>
23305
23306 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
23307 pretty-printer lookup.
23308 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
23309 (make-pp_s-printer): Call it.
23310 (make-pretty-printer-from-dict): New function.
23311 (lookup-pretty-printer-maker-from-dict): New function.
23312 (*pretty-printer*): Simplify.
23313 (make-objfile-pp_s-printer): New function.
23314 (install-objfile-pretty-printers!): New function.
23315 (make-progspace-pp_s-printer): New function.
23316 (install-progspace-pretty-printers!): New function.
23317 * gdb.guile/scm-progspace.c: New file.
23318 * gdb.guile/scm-progspace.exp: New file.
23319
23320 2014-06-02 Pedro Alves <palves@redhat.com>
23321
23322 * gdb.base/dprintf-bp-same-addr.c: New file.
23323 * gdb.base/dprintf-bp-same-addr.exp: New file.
23324
23325 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23326
23327 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
23328 * gdb.arch/powerpc-power.s: Likewise.
23329
23330 2014-06-02 Joel Brobecker <brobecker@adacore.com>
23331
23332 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
23333
23334 2014-06-01 Yao Qi <yao@codesourcery.com>
23335
23336 * gdb.base/watchpoint.exp (test_watch_location): Check null
23337 pointer can be dereferenced. If not, do the test, otherwise
23338 skip it.
23339
23340 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23341
23342 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
23343 results.
23344 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
23345
23346 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23347
23348 * gdb.arch/amd64-invalid-stack-middle.S: New file.
23349 * gdb.arch/amd64-invalid-stack-middle.c: New file.
23350 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
23351 * gdb.arch/amd64-invalid-stack-top.c: New file.
23352 * gdb.arch/amd64-invalid-stack-top.exp: New file.
23353
23354 2014-05-30 Pedro Alves <palves@redhat.com>
23355
23356 PR breakpoints/17000
23357 * gdb.base/sss-bp-on-user-bp.c: New file.
23358 * gdb.base/sss-bp-on-user-bp.exp: New file.
23359
23360 2014-05-30 David Blaikie <dblaikie@gmail.com>
23361
23362 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
23363 gnu_inline semantics via attribute.
23364 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
23365 source explicitly specifies the required semantics.
23366
23367 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23368
23369 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23370
23371 2014-05-29 Pedro Alves <palves@redhat.com>
23372 Tom Tromey <tromey@redhat.com>
23373
23374 * gdb.base/async-shell.exp: Don't enable target-async.
23375 * gdb.base/async.exp
23376 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
23377 parameter. Adjust.
23378 (top level): Don't test with "target-async".
23379 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23380 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23381 * gdb.base/inferior-died.exp: Don't enable target-async.
23382 * gdb.base/interrupt-noterm.exp: Likewise.
23383 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23384 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23385 * gdb.mi/mi-nonstop.exp: Likewise.
23386 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23387 * gdb.mi/mi-nsintrall.exp: Likewise.
23388 * gdb.mi/mi-nsmoribund.exp: Likewise.
23389 * gdb.mi/mi-nsthrexec.exp: Likewise.
23390 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23391 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23392 * gdb.python/py-evsignal.exp: Don't enable target-async.
23393 * gdb.python/py-evthreads.exp: Likewise.
23394 * gdb.python/py-prompt.exp: Likewise.
23395 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23396 * gdb.server/solib-list.exp: Don't enable target-async.
23397 * gdb.threads/thread-specific-bp.exp: Likewise.
23398 * lib/mi-support.exp: Adjust to use mi-async.
23399
23400 2014-05-29 Pedro Alves <palves@redhat.com>
23401
23402 PR gdb/13860
23403 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23404 reason, even in sync mode.
23405
23406 2014-05-29 Pedro Alves <palves@redhat.com>
23407 Hui Zhu <hui@codesourcery.com>
23408
23409 PR PR15693
23410 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23411 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23412 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23413 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23414
23415 2014-05-28 Joel Brobecker <brobecker@adacore.com>
23416
23417 * config/monitor.exp (gdb_target_monitor): Replace use of
23418 "set remotebaud" by "set serial baud".
23419
23420 2014-05-26 Andy Wingo <wingo@igalia.com>
23421
23422 * gdb.guile/scm-breakpoint.exp:
23423 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23424 properties instead of gdb-object-properties.
23425
23426 2014-05-26 Yao Qi <yao@codesourcery.com>
23427
23428 * gdb.server/no-thread-db.exp: Specify source file name
23429 explicitly when setting a breakpoint.
23430
23431 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23432
23433 * gdb.btrace/vdso.c: New.
23434 * gdb.btrace/vdso.exp: New.
23435
23436 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23437
23438 * gdb.base/gcore.exp (capture_command_output): Move ...
23439 * lib/gdb.exp (capture_command_output): ... here.
23440
23441 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23442
23443 * gdb.btrace/data.exp: Test memory access during btrace replay.
23444
23445 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23446
23447 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23448
23449 2014-05-21 Pedro Alves <palves@redhat.com>
23450
23451 PR gdb/13860
23452 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23453 (top level): Test that output related to execution commands is
23454 sent to the console with CLI commands, but not with MI commands.
23455 Test that breakpoint events are always mirrored to the console.
23456 Also expect the new source line to be output after a "next" in
23457 async mode too. Make it a pass/fail test.
23458 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23459 output.
23460 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23461
23462 2014-05-21 Pedro Alves <palves@redhat.com>
23463
23464 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23465 Use them to test variations of "list" after reaching a breakpoint.
23466 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23467 Test "list" with listsize 10 after reaching a breakpoint.
23468 * gdb.python/python.exp (decode_line current location line
23469 number): Adjust expected line number.
23470
23471 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23472
23473 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23474 behavior for $args, pass it directly to "run".
23475
23476 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23477
23478 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23479 30000 to 65536.
23480
23481 2014-05-21 Pedro Alves <palves@redhat.com>
23482
23483 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23484 auto-connect-native-target off".
23485 * gdb.base/auto-connect-native-target.c: New file.
23486 * gdb.base/auto-connect-native-target.exp: New file.
23487
23488 2014-05-21 Pedro Alves <palves@redhat.com>
23489
23490 * gdb.base/default.exp: Test "target native" instead of "target
23491 child".
23492
23493 2014-05-21 Mark Wielaard <mjw@redhat.com>
23494
23495 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23496
23497 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23498
23499 Fix TLS access for -static -pthread.
23500 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23501 <HAVE_TLS> (thread_function, main): Initialize it.
23502 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23503 Add clean_restart.
23504 <$have_tls != "">: Check TLSVAR.
23505
23506 2014-05-21 Pedro Alves <palves@redhat.com>
23507
23508 * gdb.base/dcache-line-read-error.c: New.
23509 * gdb.base/dcache-line-read-error.exp: New.
23510
23511 2014-05-20 Pedro Alves <palves@redhat.com>
23512
23513 * gdb.base/compare-sections.c: New file.
23514 * gdb.base/compare-sections.exp: New file.
23515
23516 2014-05-20 Pedro Alves <palves@redhat.com>
23517
23518 * gdb.base/break-idempotent.c: New file.
23519 * gdb.base/break-idempotent.exp: New file.
23520
23521 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23522
23523 * gdb.btrace/nohist.exp: New.
23524
23525 2014-05-20 Yao Qi <yao@codesourcery.com>
23526
23527 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23528 gdb.reverse directory and gdb_reverse_timeout exists in board
23529 setting.
23530 * README: Document gdb_reverse_timeout.
23531
23532 2014-05-20 Yao Qi <yao@codesourcery.com>
23533
23534 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23535 'test_file_name'. Treat args as a string instead of a list.
23536 (gdb_init): Rename argument 'args' by 'test_file_name'.
23537
23538 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23539
23540 * gdb.arch/powerpc-power.exp: New file.
23541 * gdb.arch/powerpc-power.s: New file.
23542
23543 2014-05-16 Doug Evans <dje@google.com>
23544
23545 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23546 * gdb.base/completion.exp: Check that all expected files exist
23547 before doing file completion.
23548
23549 2014-05-16 Doug Evans <dje@google.com>
23550
23551 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23552 Update.
23553 (do_syscall_tests_without_xml): Update.
23554
23555 2014-05-16 Pedro Alves <palves@redhat.com>
23556
23557 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23558 instead of "unknown output after running".
23559
23560 2014-05-16 Yao Qi <yao@codesourcery.com>
23561
23562 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23563 file1.txt from host at the end.
23564 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23565
23566 2014-05-15 Doug Evans <dje@google.com>
23567
23568 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23569 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23570 loading file. Add test for TU lookup.
23571
23572 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23573
23574 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23575 calling "-exec-arguments" or "set args" before running the
23576 inferior.
23577
23578 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23579
23580 * lib/mi-support.exp (mi_expect_stop): Expect message for
23581 inferiors that exit with non-zero exit code.
23582
23583 2014-05-14 Yao Qi <yao@codesourcery.com>
23584
23585 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23586 match absolute path on remote host.
23587 (test_file_list_exec_source_files): Remove "/" from the
23588 pattern.
23589
23590 2014-05-14 Yao Qi <yao@codesourcery.com>
23591
23592 * boards/local-remote-host-notty.exp (${board}_file): New
23593 proc.
23594
23595 2014-05-07 Kyle McMartin <kyle@redhat.com>
23596
23597 Pushed by Joel Brobecker <brobecker@adacore.com>.
23598 * gdb.arch/aarch64-atomic-inst.c: New file.
23599 * gdb.arch/aarch64-atomic-inst.exp: New file.
23600
23601 2014-05-07 Yao Qi <yao@codesourcery.com>
23602
23603 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23604 in current context" too.
23605
23606 2014-05-05 Keith Seitz <keiths@redhat.com>
23607
23608 * gdb.linespec/ls-dollar.exp: Add test for linespec
23609 file:convenience_variable.
23610
23611 2014-05-05 Yao Qi <yao@codesourcery.com>
23612
23613 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23614 traceframes into tfile and ctf trace files. Read data from
23615 trace file and test collected data.
23616 (gdb_collect_locals_test): Likewise.
23617 (gdb_unavailable_registers_test): Likewise.
23618 (gdb_unavailable_floats): Likewise.
23619 (gdb_collect_globals_test): Likewise.
23620 (top-level): Append "ctf" to trace_file_targets if GDB
23621 supports.
23622
23623 2014-05-05 Yao Qi <yao@codesourcery.com>
23624
23625 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23626 code to ...
23627 (gdb_collect_args_test_1): ... it. New proc.
23628 (gdb_collect_locals_test): Move some code to ...
23629 (gdb_collect_locals_test_1): ... it. New proc.
23630 (gdb_unavailable_registers_test): Move some code to ...
23631 (gdb_unavailable_registers_test_1): ... it. New proc.
23632 (gdb_unavailable_floats): Move some code to ...
23633 (gdb_unavailable_floats_1): ... it. New proc.
23634
23635 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23636
23637 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23638 probes to test for bitness recognition.
23639 * gdb.arch/amd64-stap-optional-prefix.exp
23640 (test_probe_value_without_reg): New procedure.
23641 Add code to test for different kinds of bitness.
23642
23643 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23644
23645 PR breakpoints/16889
23646 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23647 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23648
23649 2014-05-01 Pedro Alves <palves@redhat.com>
23650
23651 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23652 gdb_file_cmd if no file is specified.
23653 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23654 last_loaded_file to set the remote exec-file.
23655
23656 2014-05-01 Pedro Alves <palves@redhat.com>
23657
23658 * boards/local-remote-host.exp: New file.
23659
23660 2014-05-01 Pedro Alves <palves@redhat.com>
23661
23662 * boards/local-remote-host.exp: Rename to ...
23663 * boards/local-remote-host-notty.exp: ... this.
23664
23665 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23666
23667 * gdb.ada/dyn_arrayidx: New testcase.
23668
23669 2014-04-26 Yao Qi <yao@codesourcery.com>
23670
23671 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23672 and compute the length of function main. Save it in
23673 $main_length.
23674 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23675 (top-level): Use gdb_compile to compile objects into
23676 executable and restart GDB. Remove invocation to
23677 prepare_for_testing.
23678
23679 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23680 Pedro Alves <palves@redhat.com>
23681
23682 PR server/16255
23683 * gdb.multi/multi-attach.c: New file.
23684 * gdb.multi/multi-attach.exp: New file.
23685
23686 2014-04-25 Pedro Alves <palves@redhat.com>
23687
23688 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23689 user.
23690 (top level): Test that "set remote conditional-breakpoints-packet
23691 off" works as intended.
23692 * gdb.base/dprintf.exp: Test that "set remote
23693 breakpoint-commands-packet off" works as intended.
23694 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23695 New function.
23696 (top level): Call it.
23697 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23698 remote fast-tracepoints-packet off" works as intended.
23699 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23700 * lib/gdb.exp (gdb_is_target_remote): ... here.
23701
23702 2014-04-24 David Blaikie <dblaikie@gmail.com>
23703
23704 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23705 ensure clang would not discard them.
23706 * gdb.base/gdbvars.c: Ditto.
23707 * gdb.base/memattr.c: Ditto.
23708 * gdb.base/whatis.c: Ditto.
23709 * gdb.python/py-prettyprint.c: Ditto.
23710 * gdb.trace/actions.c: Ditto.
23711 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23712 ensure clang would not discard it.
23713
23714 2014-04-24 David Blaikie <dblaikie@gmail.com>
23715
23716 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23717 clang to emit the full definition of type required by the test
23718 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23719
23720 2014-04-24 David Blaikie <dblaikie@gmail.com>
23721
23722 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23723 coax Clang into emitting the definition of the type.
23724 * gdb.cp/pr10728-x.h (y): Ditto.
23725 * gdb.cp/pr10728-y.cc (y): Ditto.
23726
23727 2014-04-24 David Blaikie <dblaikie@gmail.com>
23728
23729 * gdb.base/label.exp: XFAIL label related tests under Clang.
23730 * gdb.cp/cplabel.exp: Ditto.
23731 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23732 under Clang those using labels.
23733
23734 2014-04-25 Yao Qi <yao@codesourcery.com>
23735
23736 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23737 double_label.
23738 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23739 partial_label and double_label.
23740
23741 2014-04-24 David Blaikie <dblaikie@gmail.com>
23742
23743 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23744
23745 2014-04-24 David Blaikie <dblaikie@gmail.com>
23746
23747 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23748 of the function to work across GCC and Clang.
23749 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23750 pointer types (const void ** const V void **).
23751
23752 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23753 Walfred Tedeschi <walfred.tedeschi@intel.com>
23754
23755 * Makefile.in (EXECUTABLES): Added i386-avx512.
23756 * gdb.arch/i386-avx512.c: New file.
23757 * gdb.arch/i386-avx512.exp: Likewise.
23758
23759 2014-04-23 Keith Seitz <keiths@redhat.com>
23760
23761 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23762 (mi_make_breakpoint_table): New procedure.
23763 (mi_create_breakpoint): Use mi_make_breakpoint
23764 and return the result.
23765 (mi_make_breakpoint): New procedure.
23766 (mi_build_kv_pairs): New procedure.
23767
23768 * gdb.mi/mi-break.exp: Remove unused globals,
23769 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23770 All callers updated.
23771 * gdb.mi/mi-dprintf.exp: Use variable to track command
23772 number.
23773 Update all callers of mi_create_breakpoint and use
23774 mi_make_breakpoint_table.
23775 Remove any unused global variables.
23776 * gdb.mi/mi-nonstop.exp: Likewise.
23777 * gdb.mi/mi-nsintrall.exp: Likewise.
23778 * gdb.mi/mi-nsmoribund.exp: Likewise.
23779 * gdb.mi/mi-nsthrexec.exp: Likewise.
23780 * gdb.mi/mi-reverse.exp: Likewise.
23781 * gdb.mi/mi-simplerun.exp: Likewise.
23782 * gdb.mi/mi-stepn.exp: Likewise.
23783 * gdb.mi/mi-syn-frame.exp: Likewise.
23784 * gdb.mi/mi-until.exp: Likewise.
23785 * gdb.mi/mi-var-cp.exp: Likewise.
23786 * gdb.mi/mi-var-display.exp: Likewise.
23787 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23788 * gdb.mi/mi2-var-child.exp: Likewise.
23789 * gdb.mi/mi-vla-c99.exp: Likewise.
23790 * lib/mi-support.exp: Likewise.
23791
23792 From Ian Lance Taylor <iant@cygnus.com>:
23793 * lib/gdb.exp (parse_args): New procedure.
23794
23795 2014-04-23 Pedro Alves <palves@redhat.com>
23796
23797 * gdb.base/break-unload-file.c: New file.
23798 * gdb.base/break-unload-file.exp: New file.
23799 * gdb.base/sym-file-lib.c (baz): New function.
23800 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23801 field.
23802 (load): Store the segment's mapped size.
23803 (unload): New function.
23804 (unload_shlib): New function.
23805 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23806 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23807 set a breakpoint at baz, and call it.
23808 * gdb.base/sym-file.exp: New tests for stale breakpoint
23809 instructions.
23810
23811 2014-04-23 Pedro Alves <palves@redhat.com>
23812
23813 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23814 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23815 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23816 * gdb.base/hbreak-unmapped.c: New file.
23817 * gdb.base/hbreak-unmapped.exp: New file.
23818 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23819 * lib/gdb.exp (gdb_is_target_remote): ... here.
23820
23821 2014-04-22 Pedro Alves <palves@redhat.com>
23822
23823 * gdb.base/consecutive-step-over.c: New file.
23824 * gdb.base/consecutive-step-over.exp: New file.
23825
23826 2014-04-22 Pedro Alves <palves@redhat.com>
23827
23828 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23829 instead of send_gdb/gdb_expect.
23830
23831 2014-04-22 Yao Qi <yao@codesourcery.com>
23832
23833 * lib/trace-support.exp (generate_tracefile): New procedure.
23834 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23835 return 0.
23836 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23837 if generate_tracefile returns 1.
23838
23839 2014-04-18 Tom Tromey <palves@redhat.com>
23840 Pedro alves <tromey@redhat.com>
23841
23842 PR backtrace/15558
23843 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23844 with a backtrace limit.
23845 * gdb.python/py-frame-inline.exp: Test running to an inline
23846 function with a backtrace limit, and printing the newest frame.
23847 * gdb.python/py-frame-inline.c (main): Call f.
23848
23849 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23850
23851 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23852
23853 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23854
23855 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23856 Drop prefix from unsupported source file path.
23857
23858 2014-04-17 Yao Qi <yao@codesourcery.com>
23859
23860 * lib/gdb.exp (with_target_charset): New proc.
23861 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23862 with_target_charset.
23863 (test_print_strings): Likewise.
23864 (test_repeat_bytes): Likewise.
23865 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23866 for some tests.
23867
23868 2014-04-16 Keith Seitz <keiths@redhat.com>
23869
23870 PR gdb/15827
23871 * gdb.dwarf2/corrupt.c: New file.
23872 * gdb.dwarf2/corrupt.exp: New file.
23873
23874 2014-04-16 Keith Seitz <keiths@redhat.com>
23875
23876 PR c++/16597
23877 * gdb.cp/namelessclass.cc: New file.
23878 * gdb.cp/namelessclass.exp: New file.
23879 * gdb.cp/namelessclass.S: New file.
23880
23881 2014-04-16 Doug Evans <dje@google.com>
23882
23883 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23884 Add comment.
23885 (gdbserver_default_get_comm_port): New function.
23886 (gdbserver_start): Check if board file provided
23887 "gdbserver,get_comm_port" and use it if so.
23888 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23889 (gdb,socketport): Set to "stdio".
23890 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23891 (stdio_gdbserver_template): Delete.
23892 (${board}_get_remote_address): Update.
23893 (${board}_build_remote_cmd): Delete.
23894 (${board}_get_comm_port): New function.
23895 (${board}_spawn): Update.
23896 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23897 Delete.
23898 (${board}_get_remote_address): Update.
23899 (${board}_get_comm_port): New function.
23900
23901 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23902
23903 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23904 appearing in any order.
23905
23906 2014-04-15 Doug Evans <dje@google.com>
23907
23908 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23909 uninitialized value of "description".
23910
23911 2014-04-15 Keith Seitz <keiths@redhat.com>
23912
23913 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23914 Remove unused globals.
23915 (test_running_the_program): Likewise.
23916 (test_controlled_execution): Likewise.
23917 (test_controlling_breakpoints): Likewise.
23918 (test_program_termination): Likewise.
23919
23920 2014-04-15 Keith Seitz <keiths@redhat.com>
23921
23922 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23923 unused globals.
23924 (test_rbreak_creation_and_listing): Likewise.
23925 (test_ignore_count): Likewise.
23926 (test_error): Likewise.
23927
23928 2014-04-15 Pedro Alves <palves@redhat.com>
23929
23930 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23931 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23932 sym-file-loader.c.
23933 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23934 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23935 to sym-file-loader.c.
23936 (struct library): Forward declare.
23937 (load_shlib, lookup_function): Change prototypes.
23938 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23939 (translate_offset): Remove declarations.
23940 (get_text_addr): New declaration.
23941 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23942 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23943 sym-file-loader.h.
23944 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23945 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23946 here from sym-file-loader.h.
23947 (struct library): New structure.
23948 (load_shlib, lookup_function): Change prototypes and adjust to
23949 work with a struct library.
23950 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23951 (translate_offset): Make static.
23952 (get_text_addr): New function.
23953 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23954
23955 2014-04-15 Pedro Alves <palves@redhat.com>
23956
23957 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23958
23959 2014-04-15 Pedro Alves <palves@redhat.com>
23960
23961 * gdb.base/sym-file-loader.c: Include <limits.h>.
23962 (SELF_LINK): New define.
23963 (get_origin): New function.
23964 (load_shlib): Use it.
23965 * gdb.base/sym-file.exp: Don't early return if the target is
23966 remote. Use runto_main, and issue fail is that fails. Use
23967 gdb_load_shlibs.
23968 (shlib_name): Delete.
23969 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23970
23971 2014-04-15 Pedro Alves <palves@redhat.com>
23972
23973 * gdb.base/sym-file.exp: Remove regex characters from test
23974 message. Don't refer to breakpoint numbers in test messages.
23975
23976 2014-04-14 Keith Seitz <keiths@redhat.com>
23977
23978 PR c++/16253
23979 * gdb.cp/var-tag.cc: New file.
23980 * gdb.cp/var-tag.exp: New file.
23981 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23982 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23983 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23984 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23985
23986 2014-04-14 Tom Tromey <tromey@redhat.com>
23987
23988 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23989 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23990 type.
23991 * gdb.cp/enum-class.exp: New file.
23992 * gdb.cp/enum-class.cc: New file.
23993
23994 2014-04-14 Tom Tromey <tromey@redhat.com>
23995
23996 * gdb.dwarf2/enum-type.exp: New file.
23997
23998 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23999
24000 * gdb.mi/mi-vla-c99.exp: New file.
24001 * gdb.mi/vla.c: New file.
24002
24003 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24004
24005 * gdb.base/vla-datatypes.c: New file.
24006 * gdb.base/vla-datatypes.exp: New file.
24007
24008 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24009
24010 * gdb.base/vla-ptr.c: New file.
24011 * gdb.base/vla-ptr.exp: New file.
24012
24013 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24014
24015 * gdb.dwarf2/count.exp: New file.
24016
24017 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24018
24019 * gdb.base/vla-sideeffect.c: New file.
24020 * gdb.base/vla-sideeffect.exp: New file.
24021
24022 2014-04-14 David Blaikie <dblaikie@gmail.com>
24023
24024 * gdb.mi/non-stop.c: Add return value for non-void function return
24025 statement.
24026 * gdb.threads/staticthreads.c: Ditto.
24027
24028 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
24029 Doug Evans <xdje42@gmail.com>
24030
24031 * gdb.guile/scm-value.c: Improve test case.
24032 * gdb.guile/scm-value.exp: Add new test.
24033
24034 2014-04-11 David Blaikie <dblaikie@gmail.com>
24035
24036 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
24037 override Clang's default.
24038
24039 2014-04-11 Joel Brobecker <brobecker@adacore.com>
24040
24041 Revert the following changes (regressions):
24042
24043 * gdb.base/vla-sideeffect.c: New file.
24044 * gdb.base/vla-sideeffect.exp: New file.
24045
24046 * gdb.dwarf2/count.exp: New file.
24047
24048 * gdb.base/vla-multi.c: New file.
24049 * gdb.base/vla-multi.exp: New file.
24050
24051 * gdb.base/vla-ptr.c: New file.
24052 * gdb.base/vla-ptr.exp: New file.
24053
24054 * gdb.base/vla-datatypes.c: New file.
24055 * gdb.base/vla-datatypes.exp: New file.
24056
24057 * gdb.mi/mi-vla-c99.exp: New file.
24058 * gdb.mi/vla.c: New file.
24059
24060 2014-04-11 Keith Seitz <keiths@redhat.com>
24061
24062 PR c++/16675
24063 * gdb.cp/cpsizeof.exp: New file.
24064 * gdb.cp/cpsizeof.cc: New file.
24065
24066 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24067
24068 * gdb.mi/mi-vla-c99.exp: New file.
24069 * gdb.mi/vla.c: New file.
24070
24071 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24072
24073 * gdb.base/vla-datatypes.c: New file.
24074 * gdb.base/vla-datatypes.exp: New file.
24075
24076 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24077
24078 * gdb.base/vla-ptr.c: New file.
24079 * gdb.base/vla-ptr.exp: New file.
24080
24081 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24082
24083 * gdb.base/vla-multi.c: New file.
24084 * gdb.base/vla-multi.exp: New file.
24085
24086 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24087
24088 * gdb.dwarf2/count.exp: New file.
24089
24090 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24091
24092 * gdb.base/vla-sideeffect.c: New file.
24093 * gdb.base/vla-sideeffect.exp: New file.
24094
24095 2014-04-11 Yao Qi <yao@codesourcery.com>
24096
24097 * gdb.base/completion.exp: Check file exists before running tests
24098 on file completion.
24099
24100 2014-04-10 Pedro Alves <palves@redhat.com>
24101
24102 * gdb.base/cond-eval-mode.c: New file.
24103 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
24104 prepare_for_testing to build the new file. Check result of
24105 runto_main.
24106 (test_break, test_watch): New procedures.
24107 (top level): Use them.
24108
24109 2014-04-08 Pierre Muller <muller@sourceware.org>
24110
24111 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
24112 Ctrl-V use for mingw hosts.
24113
24114 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
24115
24116 * gdb.python/py-value.c: Improve test case.
24117 * gdb.python/py-value.exp: Add new test.
24118
24119 2014-04-07 David Blaikie <dblaikie@gmail.com>
24120
24121 * lib/compiler.c: Identify the clang compiler.
24122 * lib/compiler.cc: Ditto.
24123
24124 2014-04-03 Yao Qi <yao@codesourcery.com>
24125
24126 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
24127
24128 2014-04-01 Anton Blanchard <anton@samba.org>
24129
24130 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
24131 messages unique.
24132
24133 2014-04-01 Anton Blanchard <anton@samba.org>
24134
24135 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
24136 prepare_for_testing.
24137
24138 2014-04-01 Anton Blanchard <anton@samba.org>
24139
24140 * gdb.arch/ppc64-atomic-inst.c: Remove.
24141 * gdb.arch/ppc64-atomic-inst.S: New file.
24142 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
24143
24144 2014-03-31 Doug Evans <dje@google.com>
24145
24146 * gdb.base/print-symbol-loading-lib.c: New file.
24147 * gdb.base/print-symbol-loading-main.c: New file.
24148 * gdb.base/print-symbol-loading.exp: New file.
24149
24150 2014-03-31 Yao Qi <yao@codesourcery.com>
24151
24152 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
24153
24154 2014-03-28 Joel Brobecker <brobecker@adacore.com>
24155
24156 * gdb.ada/mi_dyn_arr: New testcase.
24157
24158 2014-03-27 Doug Evans <dje@google.com>
24159
24160 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
24161
24162 2014-03-27 Yao Qi <yao@codesourcery.com>
24163
24164 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
24165 if target is nios2-*-*.
24166
24167 2014-03-26 Yao Qi <yao@codesourcery.com>
24168
24169 * lib/gdb.exp (readline_is_used): New proc.
24170 * gdb.base/completion.exp: Move tests on command complete up.
24171 Skip the rest of tests if readline is not used.
24172 * gdb.ada/complete.exp: Skp the test if readline is not
24173 used.
24174 * gdb.base/filesym.exp: Likewise.
24175 * gdb.base/macscp.exp: Likewise.
24176 * gdb.base/readline-ask.exp: Likewise.
24177 * gdb.base/readline.exp: Likewise.
24178 * gdb.python/py-cmd.exp: Likewise.
24179 * gdb.trace/tfile.exp: Likewise.
24180
24181 2014-03-26 Yao Qi <yao@codesourcery.com>
24182
24183 * gdb.base/macscp.exp: Fix code format issues.
24184
24185 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
24186
24187 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
24188 * gdb.asm/powerpc64le.inc: New file.
24189
24190 2014-03-25 Pedro Alves <palves@redhat.com>
24191 Doug Evans <dje@google.com>
24192
24193 * gdb.base/source-execution.c: New file.
24194 * gdb.base/source-execution.exp: New file.
24195 * gdb.base/source-execution.gdb: New file.
24196
24197 2014-03-24 Doug Evans <dje@google.com>
24198
24199 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
24200 using fission.
24201
24202 2014-03-24 Hui Zhu <hui@codesourcery.com>
24203 Pedro Alves <palves@redhat.com>
24204
24205 PR breakpoints/16101
24206 * gdb.base/dprintf.exp: Use unsupported rather than changing the
24207 test pass/fail messages. Detect missing support for dprintf when
24208 breakpoints are actually inserted.
24209 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
24210 breakpoints are actually inserted.
24211 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
24212 fails.
24213
24214 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
24215
24216 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
24217
24218 2014-03-22 Doug Evans <xdje42@gmail.com>
24219
24220 * gdb.python/python.exp (python not supported): Verify multi-line
24221 python command issues an error.
24222 * gdb.guile/guile.exp (guile not supported): Verify multi-line
24223 guile command issues an error.
24224
24225 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
24226
24227 * gdb.threads/thread-specific.exp: Handle the lack of usable
24228 $this_breakpoint and $this_thread.
24229
24230 2014-03-21 Hui Zhu <hui@codesourcery.com>
24231
24232 * gdb.base/attach.exp (do_command_attach_tests): New.
24233
24234 2014-03-20 Tom Tromey <tromey@redhat.com>
24235 Pedro Alves <palves@redhat.com>
24236
24237 PR cli/15718
24238 * gdb.base/condbreak-call-false.c: New file.
24239 * gdb.base/condbreak-call-false.exp: New file.
24240
24241 2014-03-20 Pedro Alves <palves@redhat.com>
24242
24243 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
24244 Delete.
24245 (block_signals, unblock_signals): Delete.
24246 (child_function_2, main): Remove references to deleted variable
24247 and functions.
24248
24249 2014-03-20 Pedro Alves <palves@redhat.com>
24250
24251 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
24252 Use pthread_kill to signal thread 2.
24253 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24254 Adjust to make the test send itself a signal rather than using the
24255 host's "kill" command.
24256
24257 2014-03-20 Pedro Alves <palves@redhat.com>
24258
24259 * gdb.threads/multiple-step-overs.c: New file.
24260 * gdb.threads/multiple-step-overs.exp: New file.
24261 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24262 Adjust expected infrun debug output.
24263
24264 2014-03-20 Pedro Alves <palves@redhat.com>
24265
24266 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
24267 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
24268
24269 2014-03-20 Pedro Alves <palves@redhat.com>
24270
24271 PR breakpoints/7143
24272 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
24273 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
24274 of gdb_test_multiple.
24275 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
24276 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
24277
24278 2014-03-20 Pedro Alves <palves@redhat.com>
24279
24280 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
24281 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
24282
24283 2014-03-19 Pedro Alves <palves@redhat.com>
24284
24285 * gdb.base/async.exp: Remove early return.
24286
24287 2014-03-19 Pedro Alves <palves@redhat.com>
24288
24289 * gdb.base/async.exp (step& tests): Pass explicit test messages.
24290
24291 2014-03-19 Pedro Alves <palves@redhat.com>
24292
24293 * gdb.base/async.exp (test_background): Expect \r\n after
24294 "completed." in the fail pattern.
24295
24296 2014-03-19 Pedro Alves <palves@redhat.com>
24297
24298 * gdb.base/async.exp (test_background): New procedure.
24299 Use it for all background execution command tests.
24300
24301 2014-03-19 Pedro Alves <palves@redhat.com>
24302
24303 * gdb.base/async.exp: Use prepare_for_testing.
24304
24305 2014-03-19 Pedro Alves <palves@redhat.com>
24306
24307 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
24308 the same line.
24309
24310 2014-03-19 Pedro Alves <palves@redhat.com>
24311
24312 * gdb.base/async.c (main): Add "jump here" and "until here" line
24313 marker comments.
24314 * gdb.base/async.exp (jump_here): New global.
24315 (jump& test): Use it.
24316 (until_here): New global.
24317 (until& test): Use it.
24318
24319 2014-03-19 Pedro Alves <palves@redhat.com>
24320
24321 * gdb.base/async.exp: Don't frob gdb_protocol.
24322
24323 2014-03-18 Doug Evans <xdje42@gmail.com>
24324
24325 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
24326 Fix spelling of exec-done-display.
24327
24328 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
24329
24330 PR gdb/15358
24331 * gdb.base/gdb-sigterm.c: New file.
24332 * gdb.base/gdb-sigterm.exp: New file.
24333
24334 2014-03-18 Pedro Alves <palves@redhat.com>
24335
24336 PR gdb/13860
24337 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
24338 * lib/mi-support.exp (mi_expect_stop): Add special handling for
24339 solib-event.
24340
24341 2014-03-17 Joel Brobecker <brobecker@adacore.com>
24342
24343 * gdb.ada/pckd_arr_ren: New testcase.
24344
24345 2014-03-13 Doug Evans <xdje42@gmail.com>
24346
24347 PR guile/16612
24348 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
24349 collect after discarding symbols.
24350
24351 2014-03-13 Ludovic Courtès <ludo@gnu.org>
24352 Doug Evans <xdje42@gmail.com>
24353
24354 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
24355 to history survives a gc.
24356
24357 2014-03-13 Pedro Alves <palves@redhat.com>
24358
24359 * gdb.base/default.exp: Don't test "target procfs".
24360
24361 2014-03-13 Pedro Alves <palves@redhat.com>
24362
24363 * gdb.base/default.exp: Update "target child" and "target procfs"
24364 tests to not expect "Unix".
24365
24366 2014-03-12 Tom Tromey <tromey@redhat.com>
24367
24368 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
24369 New procs. Add target-async tests.
24370 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
24371 Add target-async tests.
24372
24373 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24374
24375 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
24376 'func_start' and 'func_end' for the beginning and end of the
24377 function code, respectively.
24378 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24379 'func_end' instead of 'func' and 'main'.
24380
24381 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24382
24383 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24384 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24385 generate the debug info assembler source.
24386
24387 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24388
24389 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24390 * gdb.dwarf2/arr-subrange.exp: Likewise.
24391 * gdb.dwarf2/dwz.exp: Likewise.
24392 * gdb.dwarf2/method-ptr.exp: Likewise.
24393 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24394 * gdb.dwarf2/subrange.exp: Likewise.
24395 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24396 * gdb.dwarf2/implptrpiece.exp: Likewise.
24397 * gdb.dwarf2/nostaticblock.exp: Likewise.
24398
24399 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24400
24401 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24402 directory to absolute path name arguments.
24403
24404 2014-03-10 Joel Brobecker <brobecker@adacore.com>
24405
24406 * gdb.ada/tagged_access: New testcase.
24407
24408 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24409
24410 * gdb.btrace/data.exp: Update expected output.
24411
24412 2014-03-06 Yao Qi <yao@codesourcery.com>
24413
24414 * gdb.trace/pr16508.exp: New file.
24415
24416 2014-03-05 Pedro Alves <palves@redhat.com>
24417
24418 PR gdb/16575
24419 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24420 procedure.
24421 (top level): Adjust to use it. Add tests that exercise breakpoint
24422 interaction with the code-cache.
24423
24424 2014-02-26 Ludovic Courtès <ludo@gnu.org>
24425
24426 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24427 test for 'history-append!'.
24428
24429 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24430
24431 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24432 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24433 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24434 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24435 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24436 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24437
24438 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24439
24440 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24441 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24442 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24443
24444 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24445
24446 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24447
24448 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24449
24450 * gdb.dwarf2/arr-stride.c: New file.
24451 * gdb.dwarf2/arr-stride.exp: New file.
24452
24453 2014-02-26 Pedro Alves <palves@redhat.com>
24454
24455 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24456 that won't ever trigger. Make sure that GDB reports the correct
24457 breakpoint that caused the stop.
24458
24459 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24460
24461 PR gdb/16626
24462 * gdb.base/auto-load-script: New file.
24463 * gdb.base/auto-load.c: New file.
24464 * gdb.base/auto-load.exp: New file.
24465
24466 PR gdb/16626
24467 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24468
24469 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24470
24471 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24472 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24473
24474 2014-02-24 Doug Evans <dje@google.com>
24475
24476 * lib/gdb.exp (run_on_host): Log error output if program fails.
24477
24478 2014-02-21 Pedro Alves <palves@redhat.com>
24479
24480 * gdb.threads/step-after-sr-lock.c: Rename to ...
24481 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24482 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24483 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24484 ... this.
24485
24486 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24487
24488 PR tdep/16397
24489 * gdb.arch/amd64-stap-special-operands.exp: New file.
24490 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24491 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24492 * gdb.arch/amd64-stap-triplet.S: Likewise.
24493 * gdb.arch/amd64-stap-triplet.c: Likewise.
24494
24495 2014-02-20 Joel Brobecker <brobecker@adacore.com>
24496
24497 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24498 in .section pseudo-op.
24499
24500 2014-02-20 lin zuojian <manjian2006@gmail.com>
24501 Joel Brobecker <brobecker@adacore.com>
24502 Doug Evans <xdje42@gmail.com>
24503
24504 PR symtab/16581
24505 * gdb.dwarf2/dw2-icycle.S: New file.
24506 * gdb.dwarf2/dw2-icycle.c: New file.
24507 * gdb.dwarf2/dw2-icycle.exp: New file.
24508
24509 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24510
24511 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24512 operations on gdb.Value objects.
24513 * gdb.python/py-value-cc.exp: Add new test to test operations on
24514 gdb.Value objects.
24515
24516 2014-02-18 Doug Evans <dje@google.com>
24517
24518 * Makefile.in (TESTS): New variable.
24519 (expanded_tests, expanded_tests_or_none): New variables
24520 (check-single): Pass $(expanded_tests_or_none) to runtest.
24521 (check-parallel): Only run tests in $(TESTS) if non-empty.
24522 (check/no-matching-tests-found): New rule.
24523 * README: Document TESTS makefile variable.
24524
24525 2014-02-18 Doug Evans <dje@google.com>
24526
24527 * Makefile.in (check-parallel): rm -rf outputs temp.
24528
24529 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24530
24531 Fix "ERROR: no fileid for" in the testsuite.
24532 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24533
24534 2014-02-12 Doug Evans <dje@google.com>
24535
24536 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24537 (MISCELLANEOUS): New variable.
24538 (clean): rm -rf $(MISCELLANEOUS).
24539 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24540 dwp live in the same directory as symlinks, with each symlink pointed
24541 to a differently named file in a different directory.
24542
24543 2014-02-11 Doug Evans <dje@google.com>
24544
24545 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24546 of Tcl file commands.
24547
24548 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24549
24550 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24551 "kill -SIGUSR1 -1".
24552
24553 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24554
24555 * gdb.ada/tick_length_array_enum_idx: New testcase.
24556
24557 2014-02-10 Doug Evans <xdje42@gmail.com>
24558
24559 * configure.ac (AC_OUTPUT): Add gdb.guile.
24560 * configure: Regenerate.
24561 * lib/gdb-guile.exp: New file.
24562 * lib/gdb.exp (get_target_charset): New function.
24563 * gdb.base/help.exp: Update expected output from "apropos apropos".
24564 * gdb.guile/Makefile.in: New file.
24565 * gdb.guile/guile.exp: New file.
24566 * gdb.guile/scm-arch.c: New file.
24567 * gdb.guile/scm-arch.exp: New file.
24568 * gdb.guile/scm-block.c: New file.
24569 * gdb.guile/scm-block.exp: New file.
24570 * gdb.guile/scm-breakpoint.c: New file.
24571 * gdb.guile/scm-breakpoint.exp: New file.
24572 * gdb.guile/scm-disasm.c: New file.
24573 * gdb.guile/scm-disasm.exp: New file.
24574 * gdb.guile/scm-equal.c: New file.
24575 * gdb.guile/scm-equal.exp: New file.
24576 * gdb.guile/scm-error.exp: New file.
24577 * gdb.guile/scm-error.scm: New file.
24578 * gdb.guile/scm-frame-args.c: New file.
24579 * gdb.guile/scm-frame-args.exp: New file.
24580 * gdb.guile/scm-frame-args.scm: New file.
24581 * gdb.guile/scm-frame-inline.c: New file.
24582 * gdb.guile/scm-frame-inline.exp: New file.
24583 * gdb.guile/scm-frame.c: New file.
24584 * gdb.guile/scm-frame.exp: New file.
24585 * gdb.guile/scm-generics.exp: New file.
24586 * gdb.guile/scm-gsmob.exp: New file.
24587 * gdb.guile/scm-iterator.c: New file.
24588 * gdb.guile/scm-iterator.exp: New file.
24589 * gdb.guile/scm-math.c: New file.
24590 * gdb.guile/scm-math.exp: New file.
24591 * gdb.guile/scm-objfile-script-gdb.in: New file.
24592 * gdb.guile/scm-objfile-script.c: New file.
24593 * gdb.guile/scm-objfile-script.exp: New file.
24594 * gdb.guile/scm-objfile.c: New file.
24595 * gdb.guile/scm-objfile.exp: New file.
24596 * gdb.guile/scm-ports.exp: New file.
24597 * gdb.guile/scm-pretty-print.c: New file.
24598 * gdb.guile/scm-pretty-print.exp: New file.
24599 * gdb.guile/scm-pretty-print.scm: New file.
24600 * gdb.guile/scm-section-script.c: New file.
24601 * gdb.guile/scm-section-script.exp: New file.
24602 * gdb.guile/scm-section-script.scm: New file.
24603 * gdb.guile/scm-symbol.c: New file.
24604 * gdb.guile/scm-symbol.exp: New file.
24605 * gdb.guile/scm-symtab-2.c: New file.
24606 * gdb.guile/scm-symtab.c: New file.
24607 * gdb.guile/scm-symtab.exp: New file.
24608 * gdb.guile/scm-type.c: New file.
24609 * gdb.guile/scm-type.exp: New file.
24610 * gdb.guile/scm-value-cc.cc: New file.
24611 * gdb.guile/scm-value-cc.exp: New file.
24612 * gdb.guile/scm-value.c: New file.
24613 * gdb.guile/scm-value.exp: New file.
24614 * gdb.guile/source2.scm: New file.
24615 * gdb.guile/types-module.cc: New file.
24616 * gdb.guile/types-module.exp: New file.
24617
24618 2014-02-10 Yao Qi <yao@codesourcery.com>
24619
24620 PR testsuite/16543
24621 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24622 * configure: Regenerated.
24623 * Makefile.in: New file.
24624
24625 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24626
24627 * gdb.python/py-framefilter.exp: Fix typo.
24628
24629 2014-02-08 Yao Qi <yao@codesourcery.com>
24630
24631 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24632 that no =breakpoint-modified is emitted when breakpoints are
24633 modified through MI commands.
24634
24635 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24636 Pedro Alves <palves@redhat.com>
24637
24638 * gdb.threads/step-after-sr-lock.c: New file.
24639 * gdb.threads/step-after-sr-lock.exp: New file.
24640
24641 2014-02-07 Pedro Alves <palves@redhat.com>
24642
24643 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24644
24645 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24646
24647 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24648 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24649
24650 2014-02-06 Doug Evans <xdje42@gmail.com>
24651
24652 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24653 output.
24654
24655 * gdb.gdb/python-interrupts.exp: New file.
24656
24657 2014-02-05 Yao Qi <yao@codesourcery.com>
24658
24659 * gdb.trace/report.exp (use_collected_data): Test the output
24660 of "info threads" and "info inferiors".
24661
24662 2014-02-05 Yao Qi <yao@codesourcery.com>
24663
24664 Revert this patch:
24665
24666 2013-05-24 Yao Qi <yao@codesourcery.com>
24667
24668 * gdb.trace/tfile.exp: Test inferior and thread.
24669
24670 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24671
24672 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24673 on a function.
24674 * gdb.base/step-bt.c: Call hello via function pointer to make
24675 sure its first instruction is executed on powerpc64le-linux.
24676
24677 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24678
24679 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24680
24681 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24682
24683 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24684 of the test patterns for use on little-endian systems.
24685
24686 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24687
24688 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24689 (decimal_vector): Fix for little-endian.
24690
24691 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24692
24693 * gdb.arch/sparc-sysstep.exp: New file.
24694 * gdb.arch/sparc-sysstep.c: Likewise.
24695
24696 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24697
24698 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24699
24700 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24701
24702 2014-01-23 Tom Tromey <tromey@redhat.com>
24703
24704 * gdb.ada/array_char_idx: New testcase.
24705
24706 2014-01-23 Tom Tromey <tromey@redhat.com>
24707
24708 PR python/16487:
24709 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24710 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24711 classes.
24712
24713 2014-01-23 Tom Tromey <tromey@redhat.com>
24714
24715 PR python/16491:
24716 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24717 string from an inferior frame.
24718 * gdb.python/py-framefilter-mi.exp: Update.
24719
24720 2014-01-22 Doug Evans <dje@google.com>
24721
24722 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24723
24724 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24725
24726 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24727
24728 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24729
24730 * gdb.trace/entry-values.exp: Remove excess space character from
24731 regex patterns. Handle s390 call instruction.
24732
24733 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24734
24735 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24736 define "*_start" label. Make "name" static.
24737 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24738 ${name} by references to ${name}_start.
24739
24740 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24741
24742 * gdb.base/info-macros.exp: Remove "debug" from the compile
24743 options.
24744
24745 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24746
24747 * gdb.dlang/demangle.exp: New file.
24748
24749 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24750
24751 * gdb.dlang/primitive-types.exp: New file.
24752
24753 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24754
24755 * configure.ac: Create gdb.dlang/Makefile.
24756 * configure: Regenerate.
24757 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24758 * gdb.dlang/Makefile.in: New file.
24759 * lib/d-support.exp: New file.
24760 * lib/gdb.exp (skip_d_tests): New proc.
24761
24762 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24763
24764 * gdb.btrace/delta.exp: Check reverse stepi.
24765 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24766 * gdb.btrace/finish.exp: New.
24767 * gdb.btrace/next.exp: New.
24768 * gdb.btrace/nexti.exp: New.
24769 * gdb.btrace/record_goto.c: Add comments.
24770 * gdb.btrace/step.exp: New.
24771 * gdb.btrace/stepi.exp: New.
24772 * gdb.btrace/multi-thread-step.c: New.
24773 * gdb.btrace/multi-thread-step.exp: New.
24774 * gdb.btrace/rn-dl-bind.c: New.
24775 * gdb.btrace/rn-dl-bind.exp: New.
24776 * gdb.btrace/data.c: New.
24777 * gdb.btrace/data.exp: New.
24778 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24779
24780 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24781
24782 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24783 * gdb.btrace/exception.exp: Update.
24784 * gdb.btrace/instruction_history.exp: Update.
24785 * gdb.btrace/record_goto.exp: Update.
24786 * gdb.btrace/tailcall.exp: Update.
24787 * gdb.btrace/unknown_functions.exp: Update.
24788 * gdb.btrace/delta.exp: New.
24789
24790 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24791
24792 * gdb.btrace/record_goto.exp: Add backtrace test.
24793 * gdb.btrace/tailcall.exp: Add backtrace test.
24794
24795 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24796
24797 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24798 * gdb.btrace/record_goto.c: New.
24799 * gdb.btrace/record_goto.exp: New.
24800 * gdb.btrace/x86-record_goto.S: New.
24801
24802 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24803
24804 * gdb.btrace/function_call_history.exp: Update tests.
24805 * gdb.btrace/instruction_history.exp: Update tests.
24806
24807 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24808
24809 * gdb.btrace/function_call_history.exp: Fix expected field
24810 order for "record function-call-history".
24811 Add new tests for "record function-call-history /c".
24812 * gdb.btrace/exception.cc: New.
24813 * gdb.btrace/exception.exp: New.
24814 * gdb.btrace/tailcall.exp: New.
24815 * gdb.btrace/x86-tailcall.S: New.
24816 * gdb.btrace/x86-tailcall.c: New.
24817 * gdb.btrace/unknown_functions.c: New.
24818 * gdb.btrace/unknown_functions.exp: New.
24819 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24820
24821 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24822
24823 * gdb.btrace/instruction_history.exp: Update.
24824 * gdb.btrace/function_call_history.exp: Update.
24825
24826 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24827
24828 * gdb.btrace/function_call_history.exp: Fix expected function
24829 trace.
24830 * gdb.btrace/instruction_history.exp: Initialize traced.
24831 Remove traced_functions.
24832
24833 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24834
24835 * gdb.btrace/function_call_history.exp: Update
24836 * gdb.btrace/instruction_history.exp: Update.
24837
24838 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24839
24840 * gdb.btrace/enable.exp: Update expected text.
24841
24842 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24843
24844 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24845 bytes.
24846
24847 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24848
24849 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24850
24851 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24852
24853 * lib/gdb.exp (supports_process_record): Return true for
24854 arm*-linux*. (supports_reverse): Likewise.
24855
24856 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24857
24858 PR python/15464
24859 PR python/16113
24860 * gdb.python/py-type.c: Enhance test case.
24861 * gdb.python/py-value-cc.cc: Likewise
24862 * gdb.python/py-type.exp: Add new tests.
24863 * gdb.python/py-value-cc.exp: Likewise
24864
24865 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24866 Pedro Alves <palves@redhat.com>
24867
24868 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24869 Make "name" extern.
24870 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24871 references to ${name}_start by references to ${name}.
24872
24873 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24874
24875 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24876
24877 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24878
24879 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24880
24881 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24882 Pedro Alves <palves@redhat.com>
24883
24884 * gdb.mi/mi-info-os.exp: Connect to the target with
24885 mi_gdb_target_load.
24886
24887 2014-01-08 Pedro Alves <palves@redhat.com>
24888
24889 * gdb.threads/reconnect-signal.c: New file.
24890 * gdb.threads/reconnect-signal.exp: New file.
24891
24892 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24893
24894 * gdb.base/source-dir.exp: New file.
24895
24896 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24897
24898 * gdb.ada/mi_interface: New testcase.
24899
24900 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24901
24902 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24903 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24904 gdb.ada/pp-rec-component/pck.ads: New files.
24905
24906 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24907
24908 * gdb.python/py-pp-integral.c: New file.
24909 * gdb.python/py-pp-integral.py: New file.
24910 * gdb.python/py-pp-integral.exp: New file.
24911
24912 For older changes see ChangeLog-1993-2013.
24913 \f
24914 ;; Local Variables:
24915 ;; mode: change-log
24916 ;; left-margin: 8
24917 ;; fill-column: 74
24918 ;; version-control: never
24919 ;; End:
24920
24921 Copyright 2014-2021 Free Software Foundation, Inc.
24922 Copying and distribution of this file, with or without modification,
24923 are permitted provided the copyright notice and this notice are preserved.