[gdb/testsuite] Fix fail in gdb.fortran/ptype-on-functions.exp with gcc-7
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-07-06 Tom de Vries <tdevries@suse.de>
2
3 * gdb.fortran/ptype-on-functions.exp: Allow both $integer8 and
4 $integer4 for size of string length.
5
6 2021-07-01 Pedro Alves <pedro@palves.net>
7
8 PR mi/15729
9 PR gdb/13463
10 * gdb.base/access-mem-running.c: New.
11 * gdb.base/access-mem-running.exp: New.
12 * gdb.threads/access-mem-running-thread-exit.c: New.
13 * gdb.threads/access-mem-running-thread-exit.exp: New.
14
15 2021-06-29 Simon Marchi <simon.marchi@polymtl.ca>
16
17 * gdb.dwarf2/dw2-reg-undefined.exp: Update regexp.
18
19 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.base/info_sources_2-header.h: New file.
22 * gdb.base/info_sources_2-lib.c: New file.
23 * gdb.base/info_sources_2-test.c: New file.
24 * gdb.base/info_sources_2.exp: New file.
25
26 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * gdb.mi/mi-info-sources.exp: Add additional tests.
29
30 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.dwarf2/dw2-filename.exp: Update expected results.
33 * gdb.mi/mi-file.exp: Likewise.
34 * gdb.mi/mi-info-sources-base.c: New file.
35 * gdb.mi/mi-info-sources.c: New file.
36 * gdb.mi/mi-info-sources.exp: New file.
37
38 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.cp/method-call-in-c.cc (struct foo_type): Add static member
41 function static_method.
42 (global_var): New global.
43 (main): Use new static_method to ensure it is compiled in.
44 * gdb.cp/method-call-in-c.exp: Test calls to static member
45 function.
46
47 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 PR gdb/27994
50 * gdb.cp/method-call-in-c.cc (struct foo_type): Add operator+=,
51 change initial value of var member variable.
52 (main): Make use of foo_type's operator+=.
53 * gdb.cp/method-call-in-c.exp: Test use of operator+=.
54
55 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
56
57 PR gdb/27994
58 * gdb.cp/method-call-in-c.cc: New file.
59 * gdb.cp/method-call-in-c.exp: New file.
60
61 2021-06-25 Tom Tromey <tom@tromey.com>
62
63 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): Add "style"
64 parameter.
65 * gdb.rust/dwindex.exp: New file.
66 * gdb.rust/dwindex.rs: New file.
67
68 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
69
70 * gdb.python/py-breakpoint.c (do_throw): New function.
71 (main): Call do_throw.
72 * gdb.python/py-breakpoint.exp (test_catchpoints): New proc.
73
74 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
75
76 * gdb.guile/scm-breakpoint.exp (test_catchpoints): New proc.
77
78 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Add new tests.
81
82 gdb/testsuite/ChangeLog
83 2021-06-25 Carl Love <cel@us.ibm.com>
84
85 * gdb.arch/powerpc-plxv-norel.exp: Add call to skip_power_isa_3_1_tests.
86 * lib/gdb.exp(skip_power_isa_3_1_tests): New gdb_caching_proc test.
87
88 2021-06-25 Tom Tromey <tromey@adacore.com>
89
90 * gdb.ada/py_range.exp: Add type name test cases.
91
92 2021-06-24 Tom de Vries <tdevries@suse.de>
93
94 * gdb.base/info-macros.exp: Add <EOL> after trailing whitespace in
95 test names.
96
97 2021-06-24 Tom de Vries <tdevries@suse.de>
98
99 * gdb.base/argv0-symlink.exp: Use with_test_prefix.
100
101 2021-06-23 Tom de Vries <tdevries@suse.de>
102
103 * lib/gdb.exp (gdb_test_lines): Rewrite to accept single
104 multiline tcl regexp.
105 * gdb.base/info-types.exp.tcl: Update. Make empty line at end of
106 regexp optional.
107 * gdb.base/info-macros.exp: Update.
108 * gdb.cp/cplusfuncs.exp: Update.
109
110 2021-06-22 Andreas Schwab <schwab@suse.de>
111
112 PR symtab/27999
113 * lib/dwarf.exp (start_end): New proc inside loclists.
114 * gdb.dwarf2/loclists-start-end.exp: New file.
115 * gdb.dwarf2/loclists-start-end.c: New file.
116
117 2021-06-22 Tom de Vries <tdevries@suse.de>
118
119 * gdb.dwarf2/imported-unit-c.exp: New file.
120
121 2021-06-22 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 * gdb.server/server-kill.exp: Introduce global kill_pid_of, and
124 make use of this in prepare to select which pid we should kill.
125 Run all the tests twice with a different kill_pid_of value.
126 (prepare): Make use of kill_pid_of.
127 (test_stepi): New proc.
128
129 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
130
131 * gdb.python/py-frame.exp: Add Frame.level tests.
132 * gdb.python/py-pending-frame-level.c: New file.
133 * gdb.python/py-pending-frame-level.exp: New file.
134 * gdb.python/py-pending-frame-level.py: New file.
135
136 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * gdb.python/py-unwind-user-regs.c: New file.
139 * gdb.python/py-unwind-user-regs.exp: New file.
140 * gdb.python/py-unwind-user-regs.py: New file.
141
142 2021-06-17 Carl Love <cel@us.ibm.com>
143
144 * gdb.arch/powerpc-power8.exp(bctar, bctarl): Update mnemonics
145 to bgetar and bgetarl.
146 * gdb.arch/powerpc-power8.s((bctar, bctarl): Update comments
147 for mnemonics to bgetar and bnstarl.
148
149 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
150
151 * gdb.base/args.exp: Check target, KFAIL if remote.
152 (args_test): Add parameter and use it.
153
154 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
155
156 * gdb.base/args.exp: Remove trailing parenthesis in test names.
157
158 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
159
160 * gdb.base/args.exp: Use $old_gdbflags in all tests.
161
162 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
163
164 * gdb.base/args.exp: Use save_vars.
165
166 2021-06-14 Pedro Alves <pedro@palves.net>
167
168 * gdb.base/annota1.exp: Build list using [list] instead of {}.
169 Tell [join] to join with no character. Build expected pattern in
170 separate variable instead of in the -re expression directly.
171
172 2021-06-11 Kevin Buettner <kevinb@redhat.com>
173
174 * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
175 timeout.
176
177 2021-06-11 Kevin Buettner <kevinb@redhat.com>
178
179 * gdb.base/print-symbol-loading.exp (proc test_load_shlib):
180 Allow "Symbols already loaded for..." messages.
181
182 2021-06-11 Kevin Buettner <kevinb@redhat.com>
183
184 * gdb.base/execl-update-breakpoints.exp: Add regular
185 expression for optionally matching output related to
186 libthread_db.
187 * gdb.base/fork-print-inferior-events.exp: Likewise.
188
189 2021-06-11 Felix Willgerodt <felix.willgerodt@intel.com>
190
191 * gdb.mi/array.f: Convert into...
192 * gdb.mi/array.f90: ...this.
193 * gdb.mi/mi-var-child-f.exp: Use array.f90.
194
195 2021-06-11 Tom Tromey <tom@tromey.com>
196
197 PR rust/23427
198 * lib/rust-support.exp (rust_compiler_version): New caching proc.
199 * gdb.rust/rawids.exp: New file.
200 * gdb.rust/rawids.rs: New file.
201
202 2021-06-10 Simon Marchi <simon.marchi@polymtl.ca>
203
204 * lib/gdb.exp (default_gdb_exit): Unset gdb_tty_name.
205 (spawn_capture_tty_name): New, override builtin spawn.
206 (default_gdb_spawn): Capture GDB's TTY name.
207 * lib/tuiterm.exp (tuiterm_spawn): Remove.
208 (tuiterm_env_init, tuiterm_env_finish): Remove spawn override.
209 (Term) <resize>: Use new variable name.
210 (tuiterm_env_init, tuiterm_env_finish): Remove.
211 (tuiterm_env): Don't call tuiterm_env_init and register
212 tuiterm_env_finish in gdb_finish_hooks.
213 (gdb_finish_hooks): Remove.
214 (gdb_finish): Don't call finish hooks.
215
216 2021-06-10 Tom de Vries <tdevries@suse.de>
217
218 * gdb.mi/user-selected-context-sync.c (child_sub_function, main):
219 Rewrite while (1) using dummy loop body.
220
221 2021-06-10 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
222
223 * gdb.base/foll-exec.c: convert the multi-line function call into
224 single line.
225
226 2021-06-10 Tom de Vries <tdevries@suse.de>
227
228 * lib/cp-support.exp (cp_test_ptype_class): Break up regexp.
229 * gdb.cp/nested-types.exp: Remove usage of read1 timeout factor.
230
231 2021-06-10 Tom de Vries <tdevries@suse.de>
232
233 * gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
234
235 2021-06-09 Tom Tromey <tromey@adacore.com>
236
237 * README (Example): Update read1 example.
238
239 2021-06-09 Simon Marchi <simon.marchi@polymtl.ca>
240
241 * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
242
243 2021-06-08 Lancelot Six <lsix@lancelotsix.com>
244
245 * gdb.base/premature-dummy-frame-removal.py (TestUnwinder): Use
246 'is None' instead of '== None' and 'is not None' instead of
247 '!= None'.
248 * gdb.python/py-frame-args.py (lookup_function): Same.
249 * gdb.python/py-framefilter-invalidarg.py (Reverse_Function): Same.
250 * gdb.python/py-framefilter.py (Reverse_Function): Same.
251 * gdb.python/py-nested-maps.py (lookup_function): Same.
252 * gdb.python/py-objfile-script-gdb.py (lookup_function): Same.
253 * gdb.python/py-prettyprint.py (lookup_function): Same.
254 * gdb.python/py-section-script.py (lookup_function): Same.
255 * gdb.python/py-unwind-inline.py (dummy_unwinder): Same.
256 * gdb.python/python.exp: Same.
257 * gdb.rust/pp.py (lookup_function): Same.
258
259 2021-06-08 Tom de Vries <tdevries@suse.de>
260
261 * lib/gdb.exp (multi_line): Require more than one argument.
262 * gdb.base/gdbinit-history.exp: Update multi_line call.
263 * gdb.base/jit-reader.exp: Remove multi_line call.
264 * gdb.fortran/dynamic-ptype-whatis.exp: Same.
265
266 2021-06-08 Tom de Vries <tdevries@suse.de>
267
268 * gdb.base/info-types.exp.tcl (match_line, gdb_test_lines): Move ...
269 * lib/gdb.exp: ... here.
270 * gdb.base/info-macros.exp: Use gdb_test_lines.
271
272 2021-06-08 Tom de Vries <tdevries@suse.de>
273
274 * gdb.base/info-types.exp.tcl (match_line): Handle --any.
275 (gdb_test_lines): Factor out of ...
276 (run_test): ... here.
277
278 2021-06-08 Tom de Vries <tdevries@suse.de>
279
280 * gdb.base/batch-preserve-term-settings.exp (spawn_shell): Fix
281 matching of initial prompt.
282
283 2021-06-08 Tom de Vries <tdevries@suse.de>
284
285 * gdb.threads/multi-create-ns-info-thr.exp: Limit breakpoint regexp to
286 one line.
287
288 2021-06-08 Tom de Vries <tdevries@suse.de>
289
290 * gdb.base/sect-cmd.exp: Use gdb_test. Use -wrap "". Fix
291 test name.
292
293 2021-06-08 Tom de Vries <tdevries@suse.de>
294
295 * gdb.base/sect-cmd.exp: Fix saw_section_address_line regexp.
296
297 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
298
299 * gdb.base/continue-all-already-running.exp: Call fail if can't
300 run to main.
301
302 2021-06-07 Andrew Burgess <andrew.burgess@embecosm.com>
303
304 PR gdb/27847
305 * gdb.dwarf2/dw2-weird-type-len.c: New file.
306 * gdb.dwarf2/dw2-weird-type-len.exp: New file.
307
308 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
309
310 * gdb.base/attach.exp (test_command_line_attach_run): Use
311 proc_with_prefix.
312
313 2021-06-07 Tom de Vries <tdevries@suse.de>
314
315 PR testsuite/27908
316 * gdb.base/run-attach-while-running.exp (test): Don't match prompt
317 after attach using '$gdb_prompt $'.
318
319 2021-06-07 Tom de Vries <tdevries@suse.de>
320
321 * gdb.base/info-types.exp.tcl: Remove "File .*" matching from regexp
322 matching state machine.
323
324 2021-06-07 Tom de Vries <tdevries@suse.de>
325
326 * gdb.base/new-ui-pending-input.exp
327 (test_command_line_new_ui_pending_input): Fix regexp for "initial
328 prompt on extra console".
329
330 2021-06-07 Tom de Vries <tdevries@suse.de>
331
332 * gdb.base/info-types.exp.tcl (run_test): Move "random line" regexp
333 up.
334
335 2021-06-06 Simon Marchi <simon.marchi@efficios.com>
336
337 * gdb.server/stop-reply-no-thread-multi.exp: Clear sysroot when
338 host and target are local.
339
340 2021-06-05 Hannes Domani <ssbssa@yahoo.de>
341
342 * gdb.python/py-symbol.exp: Fix tests for Python 3.
343
344 2021-06-05 Shahab Vahedi <shahab@synopsys.com>
345
346 * gdb.arch/arc-disassembler-options.exp: New test.
347 * gdb.arch/arc-disassembler-options.s: New test source.
348
349 2021-06-04 Tom Tromey <tromey@adacore.com>
350
351 * gdb.ada/array_of_symbolic_length.exp: New file.
352 * gdb.ada/array_of_symbolic_length/foo.adb: New file.
353 * gdb.ada/array_of_symbolic_length/gl.adb: New file.
354 * gdb.ada/array_of_symbolic_length/gl.ads: New file.
355 * gdb.ada/array_of_symbolic_length/pck.adb: New file.
356 * gdb.ada/array_of_symbolic_length/pck.ads: New file.
357
358 2021-06-03 Magne Hov <mhov@undo.io>
359
360 PR python/27841
361 * gdb.python/py-events.exp: Extend inferior exit tests.
362 * gdb.python/py-events.py: Print inferior exit PID.
363
364 2021-06-03 Hannes Domani <ssbssa@yahoo.de>
365
366 * gdb.python/py-symbol.exp: Test symbol constants.
367
368 2021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
369
370 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
371
372 2021-06-02 Carl Love <cel@us.ibm.com>
373
374 * gdb.threads/threadapply.c: Add global mybarrier.
375 (main): Add pthread_barrier_init.
376 (thread_function): Replace while loop with myp increment and
377 pthread_barrier_wait.
378
379 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
380
381 * lib/gdb.exp (gdb_compile): Only add the -J option when using a
382 gcc based Fortran compiler, for example, flang does not support
383 this option.
384
385 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
386
387 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
388
389 2021-06-01 Tom Tromey <tromey@adacore.com>
390
391 * Makefile.in (all): Don't print anything.
392 ($(abs_builddir)/site.exp site.exp): Use $(ECHO_GEN).
393 (expect-read1): Likewise.
394 (read1.so): Use $(ECHO_CC).
395 Include silent-rules.mk.
396
397 2021-06-01 Tom Tromey <tromey@adacore.com>
398
399 * aclocal.m4, configure.ac, configure: Remove.
400 * Makefile.in (EXTRA_RULES): Remove.
401 ($(abs_builddir)/site.exp site.exp): Don't depend on
402 config.status.
403 (distclean maintainer-clean realclean, Makefile): Update.
404 (config.status): Remove target.
405 (lib/pdtrace): New target.
406 (all): Don't depend on EXTRA_RULES.
407 (check-read1): Depend on read1.so, expect-read1.
408
409 2021-06-01 Tom de Vries <tdevries@suse.de>
410
411 PR symtab/26096
412 * gdb.cp/cold-clone.cc: New test.
413 * gdb.cp/cold-clone.exp: New file.
414
415 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
416
417 * gdb.gdb/unittest.c: New file.
418 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
419 into GDB.
420
421 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
422
423 * gdb.base/premature-dummy-frame-removal.c: New file.
424 * gdb.base/premature-dummy-frame-removal.exp: New file.
425 * gdb.base/premature-dummy-frame-removal.py: New file.
426
427 2021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
428
429 * gdb.base/reverse-init-functions.exp: New.
430
431 2021-05-27 Tom de Vries <tdevries@suse.de>
432
433 PR symtab/27919
434 PR testsuite/27920
435 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
436 -readnow.
437
438 2021-05-27 Tom de Vries <tdevries@suse.de>
439
440 PR testsuite/27921
441 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
442 (local_add_gdb_index): ... this.
443
444 2021-05-21 Tom de Vries <tdevries@suse.de>
445
446 PR testsuite/25047
447 * boards/cc-with-gnu-debuglink.exp: New file.
448
449 2021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
450
451 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
452 a dead code with an assignment to a global var. Fix a
453 whitespacing problem around an assignment operator.
454
455 2021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
456
457 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
458 for the powerpc64 LE target.
459 * gdb.arch/powerpc-prologue.exp: Test Harness.
460
461 2021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
464 duplicate test names.
465
466 2021-05-19 Tom de Vries <tdevries@suse.de>
467
468 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
469
470 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
471
472 * gdb.python/py-framefilter-gdb.py.in: Rename to:
473 * gdb.python/py-framefilter-gdb.py: ... this.
474 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
475 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
476
477 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
478
479 * gdb.python/py-framefilter-gdb.py.in: Re-format.
480 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
481
482 2021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
483
484 * gdb.base/class-allocatable-array.exp: Modified test for clang.
485
486 2021-05-16 Weimin Pan <weimin.pan@oracle.com>
487
488 * gdb.ctf/funcreturn.exp: New file.
489 * gdb.ctf/whatis.c: Copy from gdb.base.
490
491 2021-05-14 Tom Tromey <tom@tromey.com>
492
493 * gdb.rust/pp.exp: New file.
494 * gdb.rust/pp.py: New file.
495 * gdb.rust/pp.rs: New file.
496
497 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
498
499 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
500 remove the directory.
501 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
502
503 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
504
505 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
506
507 2021-05-14 Kent Cheung <kent.cheung@arm.com>
508 Andrew Burgess <andrew.burgess@embecosm.com>
509
510 * gdb.python/py-format-string.c: Added a variable to test.
511 * gdb.python/py-format-string.exp: Check string representation is
512 printed at appropriate max_depth settings.
513 * gdb.python/py-nested-maps.exp: Likewise.
514 * gdb.guile/scm-pretty-print.exp: Add additional tests.
515
516 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
517
518 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
519 unique names, also wrap proc body in with_test_prefix.
520
521 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
522
523 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
524 duplicate test names.
525 * gdb.guile/scm-parameter.exp: Provide test names to avoid
526 duplicate names based on the command being run.
527 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
528 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
529 loading a support module.
530 (test_equality): Update test name to match the actual test, making
531 the name unique in the process.
532 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
533 to resolve duplicate tests.
534 (test_inferior_function_call): Likewise.
535 (test_subscript_regression): Likewise.
536
537 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
538
539 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
540 silence PASS lines.
541 (gdb_install_guile_module): Likewise.
542
543 2021-05-12 George Barrett <bob@bob131.so>
544
545 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
546 value-const-value.
547
548 2021-05-12 George Barrett <bob@bob131.so>
549
550 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
551 value-reference-value. Add test for value-rvalue-reference-value.
552
553 2021-05-11 Tom de Vries <tdevries@suse.de>
554
555 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
556 Add "set debug infrun 1" commented out.
557
558 2021-05-11 Tom de Vries <tdevries@suse.de>
559
560 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
561
562 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
563
564 * gdb.fortran/array-element.exp: Breakpoint location is modified.
565
566 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
567
568 PR gdb/27614
569 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
570
571 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 * gdb.guile/guile.exp: Don't use the source directory as a
574 temporary HOME directory.
575
576 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
577
578 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
579 parameters.
580
581 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
582
583 * gdb.guile/guile.exp: Add an extra test.
584
585 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
588 gdb_test_no_output.
589
590 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
591
592 * Re-format all Python files using black.
593 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
594
595 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
596
597 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
598 watchpoint object before and after registering it with GDB.
599
600 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
603 'proc_with_prefix', remove use of 'with_test_prefix', and
604 reindent.
605 (test_bkpt_deletion): Likewise.
606 (test_bkpt_cond_and_cmds): Likewise.
607 (test_bkpt_invisible): Likewise.
608 (test_watchpoints): Likewise.
609 (test_bkpt_internal): Likewise.
610 (test_bkpt_eval_funcs): Likewise.
611 (test_bkpt_registration): Likewise.
612 (test_bkpt_address): Convert to 'proc_with_prefix'.
613 (test_bkpt_probe): Likewise.
614
615 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
616
617 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
618 names to avoid duplicates.
619 (test_bkpt_cond_and_cmds): Likewise.
620 (test_bkpt_eval_funcs): Likewise.
621
622 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
623
624 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
625 for the -break-condition command's "--force" flag.
626
627 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
628
629 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
630 is called by the test.
631
632 2021-05-05 Tom de Vries <tdevries@suse.de>
633
634 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
635 "Reading symbols" or "Expanding full symbols" lines. Using timeout
636 factor of 2 for attach.
637
638 2021-05-05 Tom de Vries <tdevries@suse.de>
639
640 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
641 "LWP <n> exited" messages.
642
643 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
644
645 * gdb.python/py-type.exp (test_fields): Test calling fields on
646 an int type.
647
648 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
649
650 * gdb.python/flexible-array-member.exp: Adjust expected range
651 value for member declared with 0 size. Test accessing range
652 tuple through range type.
653
654 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
655
656 PR testsuite/27788
657 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
658 expected results when environment variable PYTHONDONTWRITEBYTECODE
659 is set.
660
661 2021-04-30 Tom Tromey <tromey@adacore.com>
662
663 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
664 (Confused_Array): New types.
665 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
666 * gdb.ada/enum_idx_packed.exp: Add new tests.
667
668 2021-04-30 Tom de Vries <tdevries@suse.de>
669
670 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
671 existing timeout factors.
672
673 2021-04-30 Tom de Vries <tdevries@suse.de>
674
675 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
676
677 2021-04-29 Tom de Vries <tdevries@suse.de>
678
679 PR testsuite/27786
680 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
681 remotetimeout to 4.
682
683 2021-04-28 Tom Tromey <tromey@adacore.com>
684
685 * gdb.ada/null_overload.exp: New file.
686 * gdb.ada/null_overload/foo.adb: New file.
687
688 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.python/py-startup-opt.exp: New file.
691
692 2021-04-27 Luis Machado <luis.machado@linaro.org>
693
694 * gdb.base/maint.exp: Drop a pattern that is not needed.
695 * lib/gdb.exp (readnow): Match line-by-line.
696
697 2021-04-27 Luis Machado <luis.machado@linaro.org>
698
699 * gdb.xml/tdesc-reload.exp: Pass -lbl.
700
701 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
702 Simon Marchi <simon.marchi@polymtl.ca>
703
704 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
705 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
706 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
707 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
708 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
709 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
710
711 2021-04-26 Tom Tromey <tromey@adacore.com>
712
713 PR gdb/27743:
714 * gdb.dwarf2/imported-unit-bp.exp: New file.
715 * gdb.dwarf2/imported-unit-bp-main.c: New file.
716 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
717
718 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
719
720 PR gdb/27773
721 * gdb.base/dump.exp: Test dump to non-existent dir.
722
723 2021-04-26 Luis Machado <luis.machado@linaro.org>
724
725 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
726 comparison.
727
728 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
729
730 PR gdb/22640
731 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
732 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
733 changes the default behavior of 'ptype/o'. Update to take into
734 account new horizontal layout.
735 * gdb.rust/simple.exp: Update ptype test to check new horizontal
736 layout.
737 * gdb.rust/union.exp: Same.
738
739 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * gdb.base/info_sources.exp: Add new tests.
742
743 2021-04-22 Tom Tromey <tom@tromey.com>
744
745 * gdb.base/ptype-offsets.cc (struct empty_member): New.
746 (main): Use empty_member.
747 * gdb.base/ptype-offsets.exp: Add new test.
748
749 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
750
751 * gdb.python/flexible-array-member.exp: Add check for Python
752 support.
753
754 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
755
756 PR gdb/27757
757 * gdb.python/flexible-array-member.c: New test.
758 * gdb.python/flexible-array-member.exp: New test.
759 * gdb.guile/scm-type.exp (test_range): Add test for flexible
760 array member.
761 * gdb.guile/scm-type.c (struct flex_member): New.
762 (main): Use it.
763
764 2021-04-22 Tom Tromey <tom@tromey.com>
765
766 * gdb.rust/modules.exp: Add checks for syntax errors.
767 * gdb.rust/expr.exp: Add checks for syntax errors.
768 * gdb.rust/simple.exp: Add checks for syntax errors.
769
770 2021-04-21 Carl Love <cel@us.ibm.com>
771
772 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
773 Update expected string for gdb_test "bt".
774
775 * lib/valgrind.exp: Add set remotetimeout 3.
776 Increase vgdb wait from 1 to 2.
777 Add max-invoke-ms option to vgdb command line.
778
779 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
780
781 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
782 conditions.
783
784 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
785 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
786
787 * gdb.mi/mi-break.exp: Fix the duplicate test names.
788
789 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
790
791 * gdb.base/address_space_qualifier.exp: New file.
792
793 2021-04-19 Tom Tromey <tromey@adacore.com>
794
795 PR gdb/27742:
796 * gdb.opt/inline-locals.exp: Update kfail patterns.
797
798 2021-04-17 Tom Tromey <tom@tromey.com>
799
800 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
801
802 2021-04-16 Tom Tromey <tom@tromey.com>
803
804 * gdb.rust/simple.exp: Change error text.
805 * gdb.rust/expr.exp: Change error text.
806
807 2021-04-16 Tom Tromey <tom@tromey.com>
808
809 * gdb.rust/simple.exp: Add parens to 'as' test.
810
811 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
812
813 * boards/simavr.exp: Set debug_flags.
814
815 2021-04-16 Luis Machado <luis.machado@linaro.org>
816
817 * gdb.dwarf2/dw2-bfloat16.exp: New file.
818
819 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
820
821 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
822 including a path in the test name.
823
824 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
825
826 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
827
828 2021-04-15 Tom Tromey <tromey@adacore.com>
829
830 * gdb.dwarf2/arr-stride.exp: Add test.
831
832 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.base/startup-file.exp: Add more tests.
835
836 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
837
838 PR cli/25956
839 * gdb.base/early-init-file.c: New file.
840 * gdb.base/early-init-file.exp: New file.
841 * lib/gdb-utils.exp (style): Handle style 'none'.
842
843 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
844
845 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
846 @DW_INL_declared_inlined for the inline attribute.
847
848 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
849
850 * gdb.opt/inline-locals.c (scoped): New function.
851 (main): Call 'scoped'.
852 * gdb.opt/inline-locals.exp: Update with "info locals" tests
853 for scoped variables.
854 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
855 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
856
857 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
858
859 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
860
861 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
862
863 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
864
865 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
866
867 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
868 non-relative plxv instructions.
869 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
870
871 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
872
873 PR gdb/27525
874 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
875 exercise single-stepping over subpcis,lnia,addpcis instructions
876 with displacement.
877 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
878 of addpcis/lnia/subpcis instructions.
879 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
880 exercise single-stepping over lnia instructions with displacement.
881 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
882 lnia instructions.
883
884 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
885
886 * gdb.arch/powerpc-power10.s: New test for instructions.
887 * gdb.arch/powerpc-power10.exp: Harness to run the test.
888
889 2021-4-12 Carl Love <cel@us.ibm.com>
890
891 * gdb.arch/vsx-vsr-float128.c: New test file.
892 * gdb.arch/vsx-vsr-float128.exp: New expect file.
893
894 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
895
896 * gdb.btrace/reconnect.exp: Relax expected stepi output.
897
898 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
899
900 * gdb.base/ctf-ptype.c: Add struct link containing a forward
901 reference type.
902 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
903
904 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
905
906 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
907 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
908
909 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
910
911 * gdb.cp/rvalue-ref-params.cc (f3): New function.
912 (f4): New function.
913 (global_int): New global variable.
914 (global_float): Likeiwse.
915 (main): Call both new functions.
916 * gdb.cp/rvalue-ref-params.exp: Add new tests.
917
918 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
919
920 * gdb.dwarf2/fission-relative-dwo.c: New file.
921 * gdb.dwarf2/fission-relative-dwo.exp: New file.
922
923 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
924
925 * gdb.dwarf2/fission-absolute-dwo.c: New file.
926 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
927 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
928 instead of build_executable_from_fission_assembler.
929 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
930 * gdb.dwarf2/fission-loclists.exp: Likewise.
931
932 * gdb.dwarf2/fission-multi-cu.S: Delete file.
933 * gdb.dwarf2/fission-multi-cu.c: New file based on old
934 fission-multi-cu1.c and fission-multi-cu2.c files.
935 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
936 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
937 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
938 * gdb.dwarf2/fission-reread.exp: Likewise.
939 * lib/dwarf.exp (extract_dwo_information): New proc.
940 (strip_dwo_information): New proc.
941 (build_executable_and_dwo_files): New proc.
942 (build_executable_from_fission_assembler): Delete.
943 (Dwarf::_debug_addr_index): New variable.
944 (Dwarf::_cu_is_fission): New variable.
945 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
946 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
947 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
948 if this is a fission CU.
949 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
950 (Dwarf::debug_addr_label): New proc.
951 (Dwarf::cu): Initialise _cu_is_fission.
952 (Dwarf::tu): Likewise.
953 (Dwarf::assemble): Initialise _debug_addr_index.
954
955 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
956
957 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
958
959 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
960
961 * gdb.python/py-parameter.exp: Add test for reading data-directory
962 using gdb.parameter API.
963
964 2021-04-06 Tom de Vries <tdevries@suse.de>
965
966 PR breakpoints/25884
967 * gdb.opt/inline-cmds.exp: Remove kfail.
968
969 2021-04-06 Tom de Vries <tdevries@suse.de>
970
971 PR testsuite/27691
972 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
973 file "".
974
975 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
976
977 * lib/pdtrace.in: Fix obvious typo.
978
979 2021-03-31 Tom Tromey <tromey@adacore.com>
980
981 * lib/dwarf.exp (Dwarf::_get_args): New proc.
982 (Dwarf::_location): Use it.
983
984 2021-03-31 Tom de Vries <tdevries@suse.de>
985
986 PR testsuite/27667
987 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
988
989 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
990
991 PR gdb/27541
992 * gdb.base/index-cache-load-twice.exp: Remove.
993 * gdb.base/index-cache-load-twice.c: Remove.
994 * gdb.dwarf2/per-bfd-sharing.exp: New.
995 * gdb.dwarf2/per-bfd-sharing.c: New.
996
997 2021-03-30 Tom de Vries <tdevries@suse.de>
998
999 PR testsuite/27604
1000 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
1001
1002 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1003
1004 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
1005 the infinite loop to avoid a Clang bug.
1006
1007 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
1008
1009 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
1010 names for uniqueness.
1011 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
1012 uniqueness.
1013
1014 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1015
1016 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
1017 member.
1018 (make_container): Initialise is_array_p.
1019 * gdb.python/py-prettyprint.exp: Add new tests.
1020 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
1021 Check is_array_p and possibly return 'array'.
1022
1023 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
1026 * gdb.cp/casts.exp: Give tests unique names.
1027 * gdb.cp/filename.exp: Likewise.
1028 * gdb.cp/gdb2495.exp: Likewise.
1029 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
1030 * gdb.cp/misc.exp: Rename test to make it unique.
1031 * gdb.cp/nsnested.exp: Give tests unique names.
1032 * gdb.cp/ovldbreak.exp: Likewise.
1033 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
1034 being tested. This also removes the duplicate test name.
1035 * gdb.cp/ref-types.exp: Likewise.
1036 * gdb.cp/temargs.exp: Likewise.
1037
1038 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1039
1040 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
1041 square brackets in test.
1042
1043 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1044
1045 * gdb.cp/maint.exp (test_first_component): Run more tests with a
1046 variable number of spaces, this removes the duplicate testing of
1047 'operator ->' which existed before.
1048
1049 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1050
1051 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
1052 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
1053 duplicates, and also to avoid having a string inside parentheses
1054 at the end of test names.
1055
1056 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1057
1058 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
1059 Avoid repeated uses of 'runto', and instread just progress once
1060 through the test stopping at different breakpoints. Give comments
1061 a capital letter and full stop. Give duplicate tests unique names.
1062
1063 2021-03-25 Pedro Alves <pedro@palves.net>
1064
1065 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
1066 "target_non_stop" parameter and use it.
1067 (top level): Add "maint set target-non-stop on/off" testing axis.
1068
1069 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
1070
1071 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
1072 gdb_test_multiple.
1073
1074 2021-03-24 Luis Machado <luis.machado@linaro.org>
1075
1076 * gdb.arch/aarch64-mte.c: New file.
1077 * gdb.arch/aarch64-mte.exp: New test.
1078 * gdb.base/memtag.c: New file.
1079 * gdb.base/memtag.exp: New test.
1080 * lib/gdb.exp (supports_memtag): New function.
1081
1082 2021-03-24 Luis Machado <luis.machado@linaro.org>
1083
1084 * gdb.base/options.exp: Adjust for new print options.
1085 * gdb.base/with.exp: Likewise.
1086
1087 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1088
1089 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
1090 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
1091
1092 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1093
1094 * gdb.dwarf2/dw2-using-debug-str.c: New file.
1095 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
1096 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
1097 not .debug_string.
1098
1099 2021-03-20 Tom Tromey <tom@tromey.com>
1100
1101 * gdb.base/maint.exp: Update "maint print statistics" output.
1102
1103 2021-03-19 Kevin Buettner <kevinb@redhat.com>
1104
1105 * lib/gdbserver-support.exp (gdbserver_exit): Use the
1106 "-nowait" flag when waiting for gdbserver to exit.
1107
1108 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
1109
1110 * gdb.base/info-macros.exp: Append -fdebug-macro to
1111 additional_flags for clang.
1112 * gdb.base/macscp.exp: Likewise.
1113 * gdb.base/style.exp: Likewise.
1114 * gdb.linespec/macro-relative.exp: Likewise.
1115
1116 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
1117 Pedro Alves <pedro@palves.net>
1118
1119 * gdb.base/run-attach-while-running.exp: New.
1120 * gdb.base/run-attach-while-running.c: New.
1121
1122 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1123
1124 * gdb.python/py-framefilter-addr.c: New file.
1125 * gdb.python/py-framefilter-addr.exp: New file.
1126 * gdb.python/py-framefilter-addr.py: New file.
1127
1128 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
1131 Make use of $gdb_test_name instead of creating a separate $test
1132 variable.
1133 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
1134 adding a '($name)' at the end of each test. This also catches the
1135 one place where '($name)' was missing, and so caused a duplicate
1136 test name.
1137 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
1138 duplicate test names based on the command being tested.
1139 * gdb.threads/signal-command-multiple-signals-pending.exp:
1140 Likewise.
1141 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
1142 avoid duplicate testnames when a test script uses this proc and
1143 also gdb_compile_pthreads.
1144 * lib/prelink-support.exp (build_executable_own_libs): Use
1145 with_test_prefix to avoid duplicate test names when we call
1146 build_executable twice.
1147
1148 2021-03-15 Tom Tromey <tromey@adacore.com>
1149
1150 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
1151
1152 2021-03-15 Tom Tromey <tromey@adacore.com>
1153
1154 * gdb.ada/varsize_limit.exp: Add new test.
1155 * gdb.ada/varsize_limit/vsizelim.adb: Update.
1156
1157 2021-03-15 Tom Tromey <tromey@adacore.com>
1158
1159 * gdb.ada/operator_call/twovecs.ads: New file.
1160 * gdb.ada/operator_call/twovecs.adb: New file.
1161 * gdb.ada/operator_call/opcall.adb: New file.
1162 * gdb.ada/operator_call.exp: New file.
1163
1164 2021-03-15 Tom Tromey <tromey@adacore.com>
1165
1166 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
1167 * gdb.ada/enums_overload/enums_overload.ads: New file.
1168 * gdb.ada/enums_overload/enums_overload.adb: New file.
1169 * gdb.ada/enums_overload.exp: New file.
1170
1171 2021-03-15 Tom Tromey <tromey@adacore.com>
1172
1173 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
1174 Declare.
1175 * gdb.ada/assign_arr/target_wrapper.adb: New file.
1176 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
1177 Call Put.
1178 * gdb.ada/assign_arr.exp: Update.
1179
1180 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
1181
1182 * gdb.python/py-auto-load-chaining-f1.c: New file.
1183 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
1184 * gdb.python/py-auto-load-chaining-f2.c: New file.
1185 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
1186 * gdb.python/py-auto-load-chaining.c: New file.
1187 * gdb.python/py-auto-load-chaining.exp: New file.
1188
1189 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1190
1191 * gdb.python/py-bad-printers.exp: Extend test names to make them
1192 unique.
1193 * gdb.python/py-events.exp: Likewise.
1194 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1195 * gdb.python/py-frame-inline.exp: Likewise.
1196 * gdb.python/py-frame.exp: Likewise.
1197 * gdb.python/py-infthread.exp: Likewise.
1198
1199 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.python/py-value-cc.exp: Remove a duplicate test.
1202
1203 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1204
1205 * gdb.python/lib-types.exp: Update the test to check the correct
1206 python variable.
1207
1208 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1209
1210 * gdb.python/py-explore-cc.exp: Extend test names to make them
1211 unique.
1212
1213 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1214
1215 * gdb.python/py-lookup-type.exp: Remove duplicate test.
1216
1217 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * gdb.python/py-symtab.exp: Extend test names to make them
1220 unique.
1221
1222 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1223
1224 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
1225 names unique.
1226
1227 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1228
1229 * gdb.python/py-block.exp: Give tests unique names.
1230
1231 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1232
1233 * gdb.python/py-pp-maint.exp: Extend test names to make them
1234 unique.
1235
1236 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1237
1238 * gdb.python/py-explore.exp: Add with_test_prefix to make test
1239 names unique.
1240
1241 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1242
1243 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
1244
1245 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1246
1247 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
1248 names unique.
1249
1250 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1251
1252 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
1253 test names unique.
1254
1255 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
1258 unique.
1259
1260 2021-03-09 Tom Tromey <tromey@adacore.com>
1261
1262 * gdb.base/cast-call.exp: New file.
1263 * gdb.base/cast-call.c: New file.
1264
1265 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * gdb.gdb/python-helper.exp: New file.
1268
1269 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
1270
1271 * gdb.fortran/intrinsics.exp: Add LOC tests.
1272
1273 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1274
1275 * gdb.fortran/shape.exp: New file.
1276 * gdb.fortran/shape.f90: New file.
1277
1278 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1279
1280 * gdb.fortran/size.exp: New file.
1281 * gdb.fortran/size.f90: New file.
1282
1283 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1284
1285 * gdb.fortran/rank.exp: New file.
1286 * gdb.fortran/rank.f90: New file.
1287
1288 2021-03-08 Tom Tromey <tom@tromey.com>
1289
1290 * gdb.fortran/debug-expr.exp: Update tests.
1291
1292 2021-03-08 Tom Tromey <tom@tromey.com>
1293
1294 * gdb.base/debug-expr.exp: Update expected dump output.
1295
1296 2021-03-06 Tom Tromey <tom@tromey.com>
1297
1298 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
1299 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
1300 * gdb.dwarf2/dwznolink.exp: New file.
1301
1302 2021-03-05 Mark Wielaard <mark@klomp.org>
1303
1304 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
1305
1306 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
1307
1308 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
1309
1310 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1311
1312 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
1313
1314 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1315
1316 * gdb.btrace/non-stop.exp: Adjust expected source lines.
1317
1318 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1319
1320 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
1321
1322 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1323
1324 * gdb.btrace/exception.cc (main): Update test source.
1325 * gdb.btrace/exception.exp: Update patterns.
1326 * gdb.btrace/function_call_history.exp: Likewise.
1327
1328 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1329
1330 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
1331
1332 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1333
1334 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
1335 reverse-continue to breakpoint.
1336
1337 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1338
1339 * gdb.btrace/delta.exp: Remove instruction-history and
1340 function-call-history checks.
1341
1342 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1343
1344 * README (Note): Add nopie_ldflag.
1345 * lib/gdb.exp (gdb_compile): Extend nopie handling.
1346
1347 2021-03-02 Tom Tromey <tromey@adacore.com>
1348
1349 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
1350 encodings.
1351
1352 2021-02-27 Lancelot Six <lsix@lancelotix.com>
1353
1354 PR gdb/27393
1355 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
1356
1357
1358 2021-02-26 Tom Tromey <tom@tromey.com>
1359
1360 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
1361
1362 2021-02-26 Jan Vrany <jan.vrany@labware.com>
1363
1364 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1365 Remove trailing \n from expected output.
1366
1367 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1368
1369 * lib/gdb.exp (use_gdb_stub): Extend comment.
1370
1371 2021-02-25 Jan Matyas <jmatyas@codasip.com>
1372
1373 PR gdb/26819
1374 * gdb.server/stop-reply-no-thread.exp: Add two test
1375 scenarios that cover remote targets which do not have
1376 the concept of threads.
1377
1378 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1379
1380 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1381
1382 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1383
1384 PR fortran/26155
1385 * gdb.fortran/call-no-debug-func.f90: New file.
1386 * gdb.fortran/call-no-debug-prog.f90: New file.
1387 * gdb.fortran/call-no-debug.exp: New file.
1388
1389 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1390
1391 * gdb.fortran/associated.exp: New file.
1392 * gdb.fortran/associated.f90: New file.
1393
1394 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1395
1396 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1397
1398 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1399
1400 * gdb.base/sect-cmd.exp: Update expected results.
1401
1402 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1405 techniques. Enable the test for all targets.
1406
1407 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1408
1409 * gdb.base/maint-info-sections.exp: Add new tests.
1410 (check_maint_info_target_sections_output): New proc.
1411
1412 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1413
1414 * gdb.arch/riscv-default-tdesc.exp: New file.
1415
1416 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1417
1418 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1419
1420 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1421
1422 * gdb.arch/i386-biarch-core.exp: Add target check.
1423
1424 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1425
1426 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1427
1428 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * gdb.fortran/allocated.exp: New file.
1431 * gdb.fortran/allocated.f90: New file.
1432
1433 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1434
1435 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1436
1437 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1438
1439 * gdb.base/maint-info-sections.exp: Update expected output, and
1440 add additional tests. Again.
1441
1442 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * gdb.base/maint-info-sections.exp: Update expected output, and
1445 add additional tests.
1446
1447 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1448
1449 * gdb.base/maint-info-sections.exp: New file, content is moved
1450 from gdb.base/maint.exp and cleaned up to use latest testsuite
1451 techniques.
1452 * gdb.base/maint.exp: Tests moved out to
1453 gdb.base/maint-info-sections.exp.
1454
1455 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
1456
1457 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1458 GDBFLAGS.
1459
1460 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1461
1462 * gdb.fortran/lbound-ubound.F90: New file.
1463 * gdb.fortran/lbound-ubound.exp: New file.
1464
1465 2021-02-10 Tom de Vries <tdevries@suse.de>
1466
1467 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1468 "Restore saved setting of complaints".
1469
1470 2021-02-09 Tom de Vries <tdevries@suse.de>
1471
1472 PR symtab/27341
1473 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1474 (gdb_load_no_complaints): ... here.
1475 * gdb.fortran/function-calls.exp: Add test-case.
1476
1477 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
1478
1479 * gdb.threads/signal-command-handle-nopass.exp: Call
1480 'standard_testfile' before using 'testfile'.
1481 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1482 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1483 * gdb.threads/signal-sigtrap.exp: Likewise
1484
1485 2021-02-08 Luis Machado <luis.machado@linaro.org>
1486
1487 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1488
1489 2021-02-08 Tom de Vries <tdevries@suse.de>
1490
1491 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1492
1493 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1494
1495 * gdb.python/tui-window-disabled.c: New file.
1496 * gdb.python/tui-window-disabled.exp: New file.
1497 * gdb.python/tui-window-disabled.py: New file.
1498
1499 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1500
1501 * gdb.python/tui-window.exp: Add new tests.
1502 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1503 TestWindow object into global the_window.
1504 <remote_title>: New method.
1505 (delete_window_title): New function.
1506
1507 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * gdb.tui/winheight.exp: Add more tests.
1510
1511 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1512
1513 * gdb.python/py-framefilter.exp: Update expected results.
1514 * gdb.python/python.exp: Update expected results.
1515
1516 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1517
1518 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1519 about bug in GDB, update expected results, and add more tests.
1520
1521 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1522
1523 * gdb.tui/scroll.exp: New file.
1524 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1525 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1526 remaining lines up.
1527 (Term::check_region_contents): New proc.
1528 (Term::check_box_contents): Use check_region_contents.
1529
1530 2021-02-06 Tom de Vries <tdevries@suse.de>
1531
1532 PR testsuite/26922
1533 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1534 scrolling.
1535
1536 2021-02-05 Tom de Vries <tdevries@suse.de>
1537
1538 PR breakpoints/27313
1539 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1540 rejected.
1541
1542 2021-02-05 Tom de Vries <tdevries@suse.de>
1543
1544 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1545 * gdb.fortran/mixed-lang-stack.exp: Same.
1546
1547 2021-02-05 Tom de Vries <tdevries@suse.de>
1548
1549 PR exp/27265
1550 * gdb.base/complex-parts.exp: Add tests.
1551
1552 2021-02-05 Tom de Vries <tdevries@suse.de>
1553
1554 PR symtab/27307
1555 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1556
1557 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1558
1559 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1560
1561 2021-02-03 Pedro Alves <pedro@palves.net>
1562
1563 * gdb.threads/detach-step-over.c: New file.
1564 * gdb.threads/detach-step-over.exp: New file.
1565
1566 2021-02-03 Pedro Alves <pedro@palves.net>
1567
1568 * gdb.threads/attach-non-stop.c: New file.
1569 * gdb.threads/attach-non-stop.exp: New file.
1570
1571 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1572
1573 * gdb.base/inferior-noarg.c: New test.
1574 * gdb.base/inferior-noarg.exp: New test.
1575
1576 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1577
1578 * gdb.base/scope.exp: Use proc_with_prefix.
1579
1580 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1581
1582 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1583 table proc.
1584 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1585 .debug_rnglists table without offset array.
1586 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1587 .debug_loclists table without offset array.
1588
1589 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1590
1591 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1592 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1593 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1594 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1595 attribute
1596
1597 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1598
1599 PR gdb/26813
1600 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1601 (loclists): New proc.
1602 * gdb.dwarf2/loclists-multiple-cus.c: New.
1603 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1604 * gdb.dwarf2/loclists-sec-offset.c: New.
1605 * gdb.dwarf2/loclists-sec-offset.exp: New.
1606
1607 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1608
1609 * lib/dwarf.exp (_location): Add parameters.
1610 (_handle_DW_FORM): Adjust.
1611
1612 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1613
1614 PR gdb/26813
1615 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1616 (cu): Generate header for DWARF 5.
1617 (rnglists): New proc.
1618 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1619 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1620
1621 2021-02-02 Tom de Vries <tdevries@suse.de>
1622
1623 PR symtab/24620
1624 * gdb.dwarf2/fission-reread.exp: Add test-case.
1625
1626 2021-02-01 Tom de Vries <tdevries@suse.de>
1627
1628 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1629 * gdb.dwarf2/fission-loclists-pie.S: Same.
1630 * gdb.dwarf2/fission-loclists.S: Same.
1631 * gdb.dwarf2/fission-multi-cu.S: Same.
1632 * gdb.dwarf2/fission-reread.S: Same.
1633 * gdb.dwarf2/fission-base.exp: Use DWO.
1634 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1635 * gdb.dwarf2/fission-loclists.exp: Same.
1636 * gdb.dwarf2/fission-multi-cu.exp: Same.
1637 * gdb.dwarf2/fission-reread.exp: Same.
1638
1639 2021-01-29 Tom de Vries <tdevries@suse.de>
1640
1641 PR breakpoints/26063
1642 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1643 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1644
1645 2021-01-29 Tom de Vries <tdevries@suse.de>
1646
1647 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1648
1649 2021-01-28 Tom de Vries <tdevries@suse.de>
1650
1651 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1652 in the backtrace, and use that in the rest of the test instead of
1653 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1654
1655 2021-01-28 Tom de Vries <tdevries@suse.de>
1656
1657 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1658 * gdb.arch/i386-sse-stack-align.c: Same.
1659 * gdb.arch/i386-sse-stack-align.exp: Same.
1660
1661 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1662
1663 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1664
1665 2021-01-28 Tom de Vries <tdevries@suse.de>
1666
1667 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1668
1669 2021-01-28 Tom de Vries <tdevries@suse.de>
1670
1671 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1672 "maint info line-table". Make PASS pattern more specific. Make
1673 FAIL pattern work for -m32.
1674
1675 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1676
1677 PR gdb/27133
1678 * gdb.base/ui-redirect.exp: Add test case that ensures that
1679 redirecting both logging and debug does not cause gdb to crash.
1680
1681
1682 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1683
1684 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1685
1686 2021-01-26 Tom de Vries <tdevries@suse.de>
1687
1688 * gdb.threads/killed-outside.exp: Allow regular output.
1689
1690 2021-01-26 Tom de Vries <tdevries@suse.de>
1691
1692 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1693
1694 2021-01-25 Tom de Vries <tdevries@suse.de>
1695
1696 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1697 * lib/gdb.exp: Use gdb_load_no_complaints.
1698
1699 2021-01-25 Tom Tromey <tromey@adacore.com>
1700
1701 * gdb.ada/fixed_points.exp: Add regression test.
1702 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1703 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1704
1705 2021-01-25 Tom Tromey <tromey@adacore.com>
1706
1707 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1708
1709 2021-01-25 Tom Tromey <tromey@adacore.com>
1710
1711 * gdb.ada/local-enum.exp: New file.
1712 * gdb.ada/local-enum/local.adb: New file.
1713
1714 2021-01-23 Tom Tromey <tom@tromey.com>
1715
1716 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1717
1718 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1719
1720 * gdb.base/line65535.exp: Fix test expectation.
1721
1722 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1723
1724 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1725 suppression.
1726 (default_gdb_exit): Likewise.
1727 (default_gdb_spawn): Likewise.
1728 (send_gdb): Likewise.
1729 (gdb_expect): Likewise.
1730 (gdb_expect_list): Likewise.
1731 (default_gdb_init): Likewise.
1732 (gdb_suppress_entire_file): Remove.
1733 (gdb_suppress_tests): Remove.
1734 (gdb_stop_suppressing_tests): Remove.
1735 (gdb_clear_suppressed): Remove.
1736 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1737 related to test suppression.
1738 (default_mi_gdb_start): Likewise.
1739 (mi_gdb_reinitialize_dir): Likewise.
1740 (mi_gdb_test): Likewise.
1741 (mi_run_cmd_full): Likewise.
1742 (mi_runto_helper): Likewise.
1743 (mi_execute_to): Likewise.
1744 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1745 * gdb.base/bitfields.exp: Likewise.
1746 * gdb.base/bitfields2.exp: Likewise.
1747 * gdb.base/break.exp: Likewise.
1748 * gdb.base/call-sc.exp: Likewise.
1749 * gdb.base/callfuncs.exp: Likewise.
1750 * gdb.base/dfp-test.exp: Likewise.
1751 * gdb.base/endian.exp: Likewise.
1752 * gdb.base/exprs.exp: Likewise.
1753 * gdb.base/funcargs.exp: Likewise.
1754 * gdb.base/hbreak2.exp: Likewise.
1755 * gdb.base/recurse.exp: Likewise.
1756 * gdb.base/scope.exp: Likewise.
1757 * gdb.base/sepdebug.exp: Likewise.
1758 * gdb.base/structs.exp: Likewise.
1759 * gdb.base/until.exp: Likewise.
1760 * gdb.cp/misc.exp: Likewise.
1761
1762 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1763
1764 PR cli/25956
1765 * gdb.base/style.exp (run_style_tests): Add version string test.
1766 (test_startup_version_string): Use version style name.
1767 * lib/gdb-utils.exp (style): Handle version style name.
1768
1769 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1770
1771 * gdb.base/style.exp (limited_style): New proc.
1772 (clean_restart_and_disable): New proc.
1773 (run_style_tests): New proc. Most of the old tests from this file
1774 are now in this proc.
1775 (test_startup_version_string): New proc. Reamining test from the
1776 old file is in this proc.
1777
1778 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1779
1780 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1781 Adjust to "set debug remote" changes.
1782
1783 2021-01-21 Luis Machado <luis.machado@linaro.org>
1784
1785 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1786 message.
1787
1788 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1789
1790 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1791
1792 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1793
1794 PR python/19151
1795 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1796
1797 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1798
1799 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1800
1801 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1802
1803 * lib/tuiterm.exp: Add links in comments.
1804
1805 2021-01-20 Tom de Vries <tdevries@suse.de>
1806
1807 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1808 offset.
1809
1810 2021-01-20 Tom de Vries <tdevries@suse.de>
1811
1812 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1813
1814 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1815
1816 * gdb.arch/amd64-stap-expressions.S: New file.
1817 * gdb.arch/amd64-stap-expressions.exp: New file.
1818
1819 2021-01-19 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1822 sequence.
1823
1824 2021-01-19 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1827
1828 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 * gdb.fortran/array-slices.exp (run_test): Avoid including
1831 addresses in test names.
1832
1833 2021-01-15 Tom de Vries <tdevries@suse.de>
1834
1835 PR testsuite/26997
1836 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1837 when adding sizeof.
1838
1839 2021-01-14 Tom de Vries <tdevries@suse.de>
1840
1841 PR testsuite/24590
1842 * gdb.base/style.exp: Handle shorter argv in frame command output.
1843
1844 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1845
1846 PR gdb/26819
1847 * gdb.server/stop-reply-no-thread-multi.c: New file.
1848 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1849
1850 2021-01-12 Tom de Vries <tdevries@suse.de>
1851
1852 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1853 (main): Remove call to have_mpx.
1854 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1855 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1856 (main): Remote call to have_mpx.
1857 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1858 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1859 (main): Remove call to have_mpx.
1860 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1861 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1862 (main): Remove call to have_mpx.
1863 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1864 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1865 (main): Remote call to have_mpx.
1866 * gdb.arch/i386-mpx.exp: Use have_mpx.
1867 * lib/gdb.exp (have_mpx): New proc.
1868
1869 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1870
1871 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1872
1873 2021-01-12 Tom de Vries <tdevries@suse.de>
1874
1875 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1876
1877 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1878
1879 * gdb.fortran/debug-expr.exp: Add new tests.
1880
1881 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1882
1883 * gdb.fortran/dot-ops.exp: Add new tests.
1884
1885 2021-01-11 Tom de Vries <tdevries@suse.de>
1886
1887 PR testsuite/26968
1888 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1889 Move insn setting $eax to before probe point.
1890
1891 2021-01-09 Tom Tromey <tom@tromey.com>
1892
1893 * gdb.trace/ax.exp: Do not require an "ext".
1894
1895 2021-01-08 Tom Tromey <tromey@adacore.com>
1896
1897 * gdb.ada/voidctx/pck.adb: New file.
1898 * gdb.ada/voidctx/pck.ads: New file.
1899 * gdb.ada/voidctx/voidctx.adb: New file.
1900 * gdb.ada/voidctx.exp: New file.
1901
1902 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1903
1904 PR gdb/27157
1905 * gdb.base/empty-host-env-vars.exp: New test.
1906
1907 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1908
1909 * gdb.base/completion.exp: Add a new test.
1910
1911 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1912
1913 * gdb.fortran/intvar-dynamic-types.exp: New file.
1914 * gdb.fortran/intvar-dynamic-types.f90: New file.
1915
1916 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1917
1918 * gdb.fortran/intvar-array.exp: New file.
1919 * gdb.fortran/intvar-array.f90: New file.
1920
1921 2021-01-07 Tom Tromey <tromey@adacore.com>
1922
1923 * gdb.ada/assign_arr.exp: Add 'others' test.
1924
1925 2021-01-06 Tom Tromey <tromey@adacore.com>
1926
1927 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1928 (FP4_Type): New type.
1929 (FP4_Var): New variable.
1930 * gdb.ada/fixed_points/fixed_points.adb: Update.
1931 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1932
1933 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1934
1935 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1936 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1937 Pass prompt containing debug print to gdb_test_sequence.
1938
1939 2021-01-04 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1942
1943 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1944
1945
1946
1947 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1948
1949 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1950 * gdb.server/connect-without-multi-process.exp: Likewise.
1951 * gdb.server/exit-multiple-threads.exp: Likewise.
1952 * gdb.server/ext-attach.exp: Likewise.
1953 * gdb.server/ext-restart.exp: Likewise.
1954 * gdb.server/ext-run.exp: Likewise.
1955 * gdb.server/ext-wrapper.exp: Likewise.
1956 * gdb.server/multi-ui-errors.exp: Likewise.
1957 * gdb.server/no-thread-db.exp: Likewise.
1958 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1959 * gdb.server/run-without-local-binary.exp: Likewise.
1960 * gdb.server/server-kill.exp: Likewise.
1961 * gdb.server/server-run.exp: Likewise.
1962 * gdb.server/solib-list.exp: Likewise.
1963 * gdb.server/stop-reply-no-thread.exp: Likewise.
1964 * gdb.server/wrapper.exp: Likewise.
1965 * gdb.server/sysroot.exp: Increase timeout when testing the
1966 target: sysroot.
1967
1968 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1969
1970 * gdb.server/server-run.exp: Use clean_restart.
1971
1972 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1973
1974 * gdb.server/ext-run.exp: Use clean_restart.
1975
1976 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1977
1978 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1979 instead of prepare_for_testing.
1980
1981 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1982
1983 * gdb.server/solib-list.exp: Use clean_restart.
1984
1985 2021-01-04 Tom de Vries <tdevries@suse.de>
1986
1987 * gdb.base/morestack.c: Remove printf.
1988 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1989
1990 2020-12-31 Tom Tromey <tom@tromey.com>
1991
1992 * gdb.rust/simple.exp: Update output for Rust 1.49.
1993
1994 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1995
1996 * gdb.cp/step-and-next-inline.exp: Fix test case.
1997
1998 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1999
2000 * gdb.python/py-frame-args.exp: De-duplicate test names.
2001
2002 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2003
2004 PR gdb/27059
2005 * gdb.dwarf2/dyn-type-unallocated.c: New file.
2006 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
2007
2008 2020-12-21 Peter Waller <p@pwaller.net>
2009
2010 * gdb.base/style-interp-exec-mi.exp: New.
2011 * gdb.base/style-interp-exec-mi.c: New.
2012
2013 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2014
2015 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
2016 gdb_test. Use proc_with_prefix.
2017
2018 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2019
2020 * gdb.btrace/exception.exp: Build with nopie.
2021 * gdb.btrace/function_call_history.exp: Likewise.
2022 * gdb.btrace/unknown_functions.exp: Likewise.
2023
2024 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2025
2026 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
2027
2028 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2029
2030 * gdb.python/py-record-btrace.exp: Make test names unique.
2031 * gdb.python/py-record-full.exp: Likewise.
2032
2033 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2034
2035 * gdb.btrace/data.exp: Make test names unique.
2036 * gdb.btrace/delta.exp: Likewise.
2037 * gdb.btrace/enable.exp: Likewise.
2038 * gdb.btrace/function_call_history.exp: Likewise.
2039 * gdb.btrace/nohist.exp: Likewise.
2040 * gdb.btrace/non-stop.exp: Likewise.
2041 * gdb.btrace/rn-dl-bind.exp: Likewise.
2042 * gdb.btrace/step.exp: Likewise.
2043 * gdb.btrace/stepi.exp: Likewise.
2044 * gdb.btrace/tailcall.exp: Likewise.
2045
2046 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2047
2048 * gdb.btrace/enable.exp: Update error message.
2049 * gdb.btrace/multi-inferior.exp: Likewise.
2050 * gdb.btrace/reconnect.exp: Likewise.
2051 * gdb.python/py-record-btrace.exp: Likewise.
2052 * gdb.python/py-record-full.exp: Likewise.
2053
2054 2020-12-20 Tom de Vries <tdevries@suse.de>
2055
2056 * lib/gdb.exp (save_target_board_info): New proc.
2057 (gdb_compile_shlib): Use save_target_board_info.
2058
2059 2020-12-19 Tom de Vries <tdevries@suse.de>
2060
2061 * lib/gdb.exp (supports_scalar_storage_order_attribute)
2062 (supports_gnuc): New proc.
2063 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
2064 test_compiler_info calls. Add unsupported message.
2065 * gdb.base/endianity.c: Use TEST_SSO.
2066
2067 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
2068
2069 PR exp/27070
2070 * gdb.python/compare-enum-type-a.c: New test.
2071 * gdb.python/compare-enum-type-b.c: New test.
2072 * gdb.python/compare-enum-type.exp: New file.
2073 * gdb.python/compare-enum-type.h: New test.
2074
2075 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
2076
2077 * gdb.python/py-format-string.exp: Add tests for address keyword.
2078
2079 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
2080
2081 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
2082
2083 2020-12-18 Tom Tromey <tromey@adacore.com>
2084
2085 * gdb.ada/fixed_points.exp: Also run with
2086 -fgnat-encodings=minimal. Update expected output.
2087
2088 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
2089
2090 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
2091 * gdb.base/continue-all-already-running.exp: Likewise.
2092 * gdb.base/moribund-step.exp: Likewise.
2093 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
2094
2095 2020-12-16 Tom de Vries <tdevries@suse.de>
2096
2097 * gdb.base/batch-preserve-term-settings.exp:
2098
2099 2020-12-16 Tom de Vries <tdevries@suse.de>
2100
2101 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
2102 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
2103
2104 2020-12-16 Luis Machado <luis.machado@linaro.org>
2105
2106 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
2107 pointer-based memory accesses.
2108 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
2109 hw watchpoint cases.
2110
2111 2020-12-15 Rae Kim <rae.kim@gmail.com>
2112
2113 * gdb.base/document.exp: New test.
2114
2115 2020-12-15 Tom Tromey <tromey@adacore.com>
2116
2117 * gdb.base/style.exp: Add deprecation tests.
2118
2119 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
2120
2121 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
2122
2123 2020-12-14 Mark Wielaard <mark@klomp.org>
2124
2125 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
2126 specially, set attr_form_comment to the actual FORM string used.
2127
2128 2020-12-14 Mark Wielaard <mark@klomp.org>
2129
2130 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
2131 _constants(SPECIAL_expr) here, but set it...
2132 (Dwarf::cu): ...here based on _cu_version.
2133
2134 2020-12-14 Tom de Vries <tdevries@suse.de>
2135
2136 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
2137 pass -fPIC.
2138 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
2139 * gdb.base/break-probes.exp: Same.
2140 * gdb.base/ctxobj.exp: Same.
2141 * gdb.base/dso2dso.exp: Same.
2142 * gdb.base/global-var-nested-by-dso.exp: Same.
2143 * gdb.base/info-shared.exp: Same.
2144 * gdb.base/jit-reader-simple.exp: Same.
2145 * gdb.base/print-file-var.exp: Same.
2146 * gdb.base/skip-solib.exp: Same.
2147 * gdb.btrace/dlopen.exp: Same.
2148
2149 2020-12-14 Tom de Vries <tdevries@suse.de>
2150
2151 PR testsuite/26963
2152 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
2153
2154 2020-12-14 Tom de Vries <tdevries@suse.de>
2155
2156 PR testsuite/26962
2157 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
2158 cast it to its declared type".
2159
2160 2020-12-14 Tom de Vries <tdevries@suse.de>
2161
2162 PR testsuite/26951
2163 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
2164 shell prompt.
2165
2166 2020-12-14 Tom Tromey <tromey@adacore.com>
2167
2168 * gdb.ada/nested.exp: Add new tests.
2169 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
2170
2171 2020-12-14 Tom Tromey <tromey@adacore.com>
2172
2173 * gdb.dwarf2/ada-thick-pointer.exp: New file.
2174
2175 2020-12-14 Tom Tromey <tromey@adacore.com>
2176
2177 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
2178
2179 2020-12-13 Tom de Vries <tdevries@suse.de>
2180
2181 PR testsuite/26953
2182 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
2183 attribute support if compiler doesn't support it.
2184
2185 2020-12-13 Tom de Vries <tdevries@suse.de>
2186
2187 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
2188 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
2189 source to shared lib. Add ada to options.
2190
2191 2020-12-13 Tom de Vries <tdevries@suse.de>
2192
2193 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
2194 calling gnatbind and gnatlink.
2195
2196 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2197
2198 * gdb.base/dcache-flush.c: New file.
2199 * gdb.base/dcache-flush.exp: New file.
2200
2201 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2202
2203 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
2204 commands.
2205 * gdb.base/killed-outside.exp: Likewise.
2206 * gdb.opt/inline-bt.exp: Likewise.
2207 * gdb.perf/gmonster-null-lookup.py: Likewise.
2208 * gdb.perf/gmonster-print-cerr.py: Likewise.
2209 * gdb.perf/gmonster-ptype-string.py: Likewise.
2210 * gdb.python/py-unwind.exp: Likewise.
2211
2212 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2213
2214 * gdb.base/commands.exp: Update expected results.
2215
2216 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 PR cli/15104
2219 * gdb.base/commands.exp: Add additional tests.
2220 * gdb.base/completion.exp: Add additional tests.
2221
2222 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * gdb.base/completion.exp: Add additional tests.
2225
2226 2020-12-11 Tom de Vries <tdevries@suse.de>
2227
2228 PR testsuite/26991
2229 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
2230 violations by setting bounds registers if the bounds are passed in the
2231 Bounds Table.
2232
2233 2020-12-11 Tom de Vries <tdevries@suse.de>
2234
2235 PR testsuite/26954
2236 * gdb.base/float128.exp: Detect and handle no mpfr support.
2237
2238 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
2239
2240 PR gdb/24694
2241 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
2242 calls.
2243
2244 2020-12-10 Tom de Vries <tdevries@suse.de>
2245
2246 PR testsuite/26947
2247 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
2248 braces for tcl 8.5 and earlier.
2249
2250 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
2251
2252 PR 26875, PR 26901
2253 * gdb.base/flexible-array-member.c: New test.
2254 * gdb.base/flexible-array-member.exp: New test.
2255
2256 2020-12-08 Tom de Vries <tdevries@suse.de>
2257
2258 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
2259 using is_amd64_regs_target.
2260
2261 2020-12-08 Tom de Vries <tdevries@suse.de>
2262
2263 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
2264 self_id.
2265
2266 2020-12-07 Pedro Alves <pedro@palves.net>
2267
2268 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
2269 'additional_flags' variable.
2270
2271 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2272
2273 * gdb.linespec/explicit.exp: Extend with a test to check completing
2274 '-' after seemingly complete options.
2275
2276 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2277
2278 * gdb.linespec/keywords.exp: Add tests to check positional
2279 flexibility of "-force-condition".
2280
2281 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2282
2283 * gdb.base/bp-cmds-run-with-ex.c: New file.
2284 * gdb.base/bp-cmds-run-with-ex.exp: New file.
2285 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
2286 * gdb.gdb/python-interrupts.exp: Update the call to
2287 'catch_command_errors' with the new argument.
2288 * gdb.gdb/python-selftest.exp: Ditto.
2289
2290 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2291
2292 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
2293 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2294 * gdb.threads/non-stop-fair-events.exp: Likewise.
2295
2296 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2297
2298 * gdb.threads/step-over-exec.exp: New.
2299 * gdb.threads/step-over-exec.c: New.
2300 * gdb.threads/step-over-exec-execd.c: New.
2301 * lib/my-syscalls.S: New.
2302 * lib/my-syscalls.h: New.
2303
2304 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2305
2306 * lib/dwarf.exp (declare_labels): Use name as text if text is
2307 not provided.
2308
2309 2020-12-04 Tom de Vries <tdevries@suse.de>
2310
2311 PR testsuite/26990
2312 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
2313 are unsupported.
2314
2315 2020-12-04 Tom de Vries <tdevries@suse.de>
2316
2317 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
2318 clause.
2319
2320 2020-12-04 Tom de Vries <tdevries@suse.de>
2321
2322 * gdb.reverse/insn-reverse.exp: Fix count handling.
2323
2324 2020-12-04 Tom de Vries <tdevries@suse.de>
2325
2326 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
2327 __x86_64__.
2328
2329 2020-12-04 Tom de Vries <tdevries@suse.de>
2330
2331 * gdb.reverse/insn-reverse.c (test_nr): New var.
2332 (usage, parse_args): New function.
2333 (main): Call parse_args. Only run test for test_nr.
2334 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
2335 and bail out. Run subtests individually, using an inferior arg
2336 specifying the subtest.
2337
2338 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2339
2340 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
2341
2342 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2343
2344 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
2345 update test to use this.
2346
2347 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2348
2349 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
2350
2351 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2352
2353 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
2354 (do_test): Don't use with_test_prefix.
2355 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
2356 (do_test): Don't use with_test_prefix.
2357 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
2358 (do_test): Don't use with_test_prefix.
2359 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
2360 (do_test): Don't use with_test_prefix.
2361
2362 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2363
2364 * gdb.threads/non-ldr-exit.exp: Fix comment.
2365
2366 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2367
2368 * gdb.xml/maint-xml-dump-03.xml: New file.
2369
2370 2020-11-30 Tom de Vries <tdevries@suse.de>
2371
2372 PR symtab/26905
2373 * gdb.dwarf2/count.exp: Remove kfails.
2374
2375 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2376
2377 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
2378 indices.
2379
2380 2020-11-24 Joel Brobecker <brobecker@adacore.com>
2381
2382 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
2383 the "ptype pck__fp1_range_var" test for the module-2 and pascal
2384 languages. Remove the associated setup_xfail.
2385
2386 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
2387
2388 * lib/gdb.exp (gdb_assert): Show error message on error.
2389
2390 2020-11-23 Tom de Vries <tdevries@suse.de>
2391
2392 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
2393 * gdb.ada/mod_from_name.exp: Same.
2394 * gdb.ada/pckd_arr_ren.exp: Same.
2395
2396 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2397
2398 * gdb.base/template.exp: New.
2399 * gdb.base/template.c: New.
2400
2401 2020-11-22 Gary Benson <gbenson@redhat.com>
2402
2403 PR gdb/26905
2404 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2405 is defined using a DW_AT_count which references another DIE.
2406
2407 2020-11-21 Tom de Vries <tdevries@suse.de>
2408
2409 * gdb.base/vla-ptr.exp: Add XFAIL.
2410
2411 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2412
2413 * gdb.fortran/array-slices-bad.exp: New file.
2414 * gdb.fortran/array-slices-bad.f90: New file.
2415 * gdb.fortran/array-slices-sub-slices.exp: New file.
2416 * gdb.fortran/array-slices-sub-slices.f90: New file.
2417 * gdb.fortran/array-slices.exp: Rewrite tests.
2418 * gdb.fortran/array-slices.f90: Rewrite tests.
2419 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2420
2421 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2422
2423 * gdb.base/completion.exp: Add new completion tests.
2424
2425 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2426
2427 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2428 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2429 * gdb.mi/mi-nsintrall.exp: Likewise.
2430 * gdb.mi/mi-nsmoribund.exp: Likewise.
2431 * gdb.mi/mi-nsthrexec.exp: Likewise.
2432 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2433
2434 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2435
2436 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2437 of perror.
2438
2439 2020-11-18 Joseph Myers <joseph@codesourcery.com>
2440
2441 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2442 $arg.exe exists but $arg does not.
2443
2444 2020-11-17 Gary Benson <gbenson@redhat.com>
2445
2446 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2447 __attribute__ ((used)).
2448
2449 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2450
2451 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2452
2453 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2454
2455 * gdb.base/completion.exp: Add new tests.
2456
2457 2020-11-16 Tom Tromey <tromey@adacore.com>
2458
2459 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2460 tests.
2461
2462 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2463
2464 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2465 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2466 (main): Add reference to pck__fp1_var2.
2467 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2468
2469 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2470
2471 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2472
2473 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2474
2475 * gdb.ada/fixed_points.exp: Add ptype tests.
2476 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2477
2478 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2479
2480 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2481
2482 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2483
2484 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2485 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2486 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2487 New files.
2488 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2489
2490 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2491 New files.
2492
2493 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 PR cli/26879
2496 * gdb.fortran/completion.exp: New file.
2497 * gdb.fortran/completion.f90: New file.
2498
2499 2020-11-12 Joseph Myers <joseph@codesourcery.com>
2500
2501 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2502 but $arg does not.
2503
2504 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2505
2506 * gdb.fortran/types.exp: Add more tests.
2507
2508 2020-11-12 Tom Tromey <tom@tromey.com>
2509
2510 PR rust/26799:
2511 * gdb.rust/traits.exp: Remove kfails.
2512
2513 2020-11-12 Gary Benson <gbenson@redhat.com>
2514
2515 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2516 statement.
2517
2518 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
2519
2520 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2521 always-inserted" axis.
2522 (do_test): Add breakpoint_always_inserted parameter.
2523
2524 2020-11-10 Tom Tromey <tromey@adacore.com>
2525
2526 * gdb.ada/bias.exp: Update.
2527 * gdb.ada/bias/bias.adb (X): Change value.
2528
2529 2020-11-10 Gary Benson <gbenson@redhat.com>
2530
2531 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2532 regexp fragment in parentheses to prevent false matching.
2533
2534 2020-11-10 Gary Benson <gbenson@redhat.com>
2535
2536 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2537
2538 2020-11-10 Gary Benson <gbenson@redhat.com>
2539
2540 * gdb.cp/step-and-next-inline.exp: Only require
2541 -gstatement-frontiers when building with GCC.
2542 Only setup KFAIL's for GCC issues when using
2543 a GCC-built executable.
2544
2545 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2546
2547 * gdb.base/debug-expr.c: Add extra function to allow for an
2548 additional test.
2549 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2550 to this proc with gdb_test_debug_expr. Add an extra test.
2551 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2552 to this proc with gdb_test_debug_expr, give the tests names
2553 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2554 calls to this proc with gdb_test_debug_expr, give the tests names
2555 * gdb.fortran/debug-expr.exp: New file.
2556 * gdb.fortran/debug-expr.f90: New file.
2557 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2558
2559 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
2560
2561 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2562 proceduresu.
2563 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2564 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2565 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2566 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2567 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2568 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2569 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2570 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2571
2572 2020-11-04 Tom Tromey <tromey@adacore.com>
2573
2574 * gdb.ada/funcall_ref.exp: Update.
2575 * gdb.ada/var_rec_arr.exp: Update.
2576
2577 2020-11-04 Tom Tromey <tromey@adacore.com>
2578
2579 * gdb.ada/rec_ptype.exp: New file.
2580 * gdb.ada/rec_ptype/main.adb: New file.
2581 * gdb.ada/rec_ptype/p.ads: New file.
2582
2583 2020-11-04 Tom Tromey <tromey@adacore.com>
2584
2585 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2586 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2587 (PT_Full): New variable.
2588 * gdb.ada/tick_length_array_enum_idx/pck.adb
2589 (Full_PT): New type.
2590
2591 2020-11-04 Tom Tromey <tromey@adacore.com>
2592
2593 * gdb.ada/array_of_variant.exp: New file.
2594 * gdb.ada/array_of_variant/p.adb: New file.
2595 * gdb.ada/array_of_variant/pck.ads: New file.
2596 * gdb.ada/array_of_variant/pck.adb: New file.
2597
2598 2020-11-04 Tom Tromey <tromey@adacore.com>
2599
2600 * gdb.ada/enum_idx_packed.exp: Add test.
2601 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2602 New variable.
2603 * gdb.ada/enum_idx_packed/pck.ads (Short)
2604 (Multi_Dimension, Multi_Dimension_Access): New types.
2605
2606 2020-11-04 Tom Tromey <tromey@adacore.com>
2607
2608 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2609
2610 2020-11-04 Tom Tromey <tromey@adacore.com>
2611
2612 * gdb.ada/set_pckd_arr_elt.exp: Also test
2613 -fgnat-encodings=minimal. Add tests.
2614 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2615 Call Update_Small a second time.
2616 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2617 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2618 (Variant_Access): New types.
2619 (New_Variant): Declare.
2620
2621 2020-11-04 Tom Tromey <tromey@adacore.com>
2622
2623 * gdb.ada/mod_from_name.exp: Test printing slice.
2624
2625 2020-11-04 Tom Tromey <tromey@adacore.com>
2626
2627 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2628 values.
2629 * gdb.ada/access_to_unbounded_array.exp: Test different
2630 -fgnat-encodings values.
2631 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2632 values.
2633 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2634 values.
2635 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2636 values.
2637 * gdb.ada/array_of_variable_length.exp: Test different
2638 -fgnat-encodings values.
2639 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2640 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2641 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2642 change.
2643 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2644 values.
2645 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2646 * gdb.ada/out_of_line_in_inlined.exp: Test different
2647 -fgnat-encodings values.
2648 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2649 values.
2650 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2651 values.
2652 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2653 -fgnat-encodings values.
2654 * gdb.ada/variant_record_packed_array.exp: Test different
2655 -fgnat-encodings values.
2656
2657 2020-11-04 Tom Tromey <tromey@adacore.com>
2658
2659 * gdb.ada/enum_idx_packed.exp: Add tests.
2660 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2661 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2662 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2663 declarations.
2664
2665 2020-11-03 Tom de Vries <tdevries@suse.de>
2666
2667 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2668 terminator comments.
2669 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2670 terminator.
2671
2672 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2673
2674 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2675 integer format test with regexp.
2676
2677 2020-11-02 Gary Benson <gbenson@redhat.com>
2678
2679 * gdb.base/print-file-var.exp (test): Separate compiler and
2680 linker options, and build using build_executable_from_specs
2681 to accommodate this.
2682
2683 2020-11-02 Gary Benson <gbenson@redhat.com>
2684
2685 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2686 for .c files compiled as C++ with Clang if any shared
2687 libraries are specified.
2688
2689 2020-11-02 Gary Benson <gbenson@redhat.com>
2690
2691 * lib/attributes.h: New header.
2692 * gdb.base/backtrace.c: Include the above. Replace
2693 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2694 * gdb.base/infcall-nested-structs.c: Likewise.
2695 * gdb.base/vla-optimized-out.c: Likewise.
2696
2697 2020-11-02 Tom de Vries <tdevries@suse.de>
2698
2699 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2700
2701 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2702
2703 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2704 System.Min_Int and System.Max_Int with smaller hardcoded
2705 constants.
2706
2707 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2708
2709 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2710 * configure: Re-generate.
2711
2712 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2713
2714 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2715 expected output.
2716
2717 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2718
2719 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2720 behavior.
2721 * gdb.base/paginate-bg-execution.exp: Ditto.
2722 * gdb.base/paginate-inferior-exit.exp: Ditto.
2723 * gdb.base/double-prompt-target-event-error.c: Remove.
2724 * gdb.base/double-prompt-target-event-error.exp: Remove.
2725
2726 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2727
2728 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2729 inferiors' and 'detach inferiors' do not change the current
2730 inferior.
2731
2732 2020-10-29 Tom de Vries <tdevries@suse.de>
2733
2734 * gdb.threads/tls.exp: Fix DUPLICATEs.
2735
2736 2020-10-28 Tom de Vries <tdevries@suse.de>
2737
2738 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2739
2740 2020-10-28 Tom de Vries <tdevries@suse.de>
2741
2742 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2743 * gdb.base/reread.exp: Same.
2744
2745 2020-10-28 Tom de Vries <tdevries@suse.de>
2746
2747 * lib/gdb.exp (readnow): Handle arg.
2748 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2749
2750 2020-10-28 Tom de Vries <tdevries@suse.de>
2751
2752 * gdb.base/relocate.exp: Update regexp for -readnow.
2753
2754 2020-10-28 Tom de Vries <tdevries@suse.de>
2755
2756 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2757 -readnow.
2758
2759 2020-10-28 Tom de Vries <tdevries@suse.de>
2760
2761 PR symtab/26772
2762 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2763 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2764
2765 2020-10-28 Tom de Vries <tdevries@suse.de>
2766
2767 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2768 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2769 complaint during file command for -readnow.
2770
2771 2020-10-28 Tom de Vries <tdevries@suse.de>
2772
2773 * gdb.cp/nsalias.exp: Fix typo in test name.
2774
2775 2020-10-28 Tom de Vries <tdevries@suse.de>
2776
2777 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2778
2779 2020-10-28 Tom de Vries <tdevries@suse.de>
2780
2781 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2782 -readnow.
2783
2784 2020-10-27 Tom de Vries <tdevries@suse.de>
2785
2786 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2787
2788 2020-10-27 Tom de Vries <tdevries@suse.de>
2789
2790 * gdb.base/maint.exp: Update for -readnow.
2791
2792 2020-10-27 Tom de Vries <tdevries@suse.de>
2793
2794 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2795 -readnow.
2796
2797 2020-10-14 Gary Benson <gbenson@redhat.com>
2798
2799 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2800 "_vptr$Base" as correct, in addition to "_vptr.Base".
2801 (test_mixed): Likewise.
2802
2803 2020-10-27 Gary Benson <gbenson@redhat.com>
2804
2805 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2806 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2807
2808 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2809
2810 * gdb.base/condbreak.exp: Update the completion tests to
2811 consider the '-force' flag.
2812
2813 2020-10-27 Tom de Vries <tdevries@suse.de>
2814
2815 * gdb.base/list-ambiguous-readnow.exp: New file.
2816
2817 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2818
2819 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2820 the condition.
2821 * gdb.linespec/cpcompletion.exp: Update to consider the
2822 '-force-condition' keyword.
2823 * gdb.linespec/explicit.exp: Ditto.
2824 * lib/completion-support.exp: Ditto.
2825
2826 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2827
2828 * gdb.base/condbreak-multi-context.cc: New file.
2829 * gdb.base/condbreak-multi-context.exp: New file.
2830
2831 2020-10-26 Tom Tromey <tom@tromey.com>
2832
2833 * lib/mi-support.exp (default_mi_gdb_start): Call
2834 gdb_stdin_log_init.
2835 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2836 subtract one from gdb_instances.
2837 (gdb_stdin_log_write): Flush in_file.
2838
2839 2020-10-26 Tom de Vries <tdevries@suse.de>
2840
2841 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2842
2843 2020-10-26 Tom Tromey <tromey@adacore.com>
2844
2845 * gdb.ada/unsigned_range/foo.adb: New file.
2846 * gdb.ada/unsigned_range/pack.adb: New file.
2847 * gdb.ada/unsigned_range/pack.ads: New file.
2848 * gdb.ada/unsigned_range.exp: New file.
2849
2850 2020-10-26 Tom de Vries <tdevries@suse.de>
2851
2852 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2853
2854 2020-10-26 Tom de Vries <tdevries@suse.de>
2855
2856 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2857 for CU.
2858 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2859
2860 2020-10-23 Tom de Vries <tdevries@suse.de>
2861
2862 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2863 DW_FORM_string.
2864 (Dwarf::_default_form): New proc.
2865 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2866 guessed.
2867
2868 2020-10-23 Tom de Vries <tdevries@suse.de>
2869
2870 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2871 * gdb.dwarf2/atomic-type.exp: Same.
2872 * gdb.dwarf2/bad-regnum.exp: Same.
2873 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2874 * gdb.dwarf2/dw2-align.exp: Same.
2875 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2876 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2877 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2878 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2879 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2880 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2881 * gdb.dwarf2/enum-type.exp: Same.
2882 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2883 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2884 * gdb.dwarf2/main-subprogram.exp: Same.
2885 * gdb.dwarf2/missing-type-name.exp: Same.
2886 * gdb.dwarf2/nonvar-access.exp: Same.
2887 * gdb.dwarf2/typedef-void-finish.exp: Same.
2888 * gdb.dwarf2/var-access.exp: Same.
2889 * gdb.dwarf2/void-type.exp: Same.
2890
2891 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2892
2893 PR gdb/26693
2894 * gdb.dwarf2/template-specification-full-name.exp: New test.
2895
2896 2020-10-22 Luis Machado <luis.machado@linaro.org>
2897
2898 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2899 expected an offset from the function.
2900 * gdb.base/msym-bp.exp (test): Likewise.
2901
2902 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2903
2904 * gdb.fortran/array-slices.exp: Add a new test.
2905
2906 2020-10-21 Gary Benson <gbenson@redhat.com>
2907
2908 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2909 fullname test with Clang. Also expand comments generally.
2910
2911 2020-10-20 Tom de Vries <tdevries@suse.de>
2912
2913 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2914
2915 2020-10-20 Tom de Vries <tdevries@suse.de>
2916
2917 * gdb.dwarf2/arr-stride.c: Remove.
2918 * gdb.dwarf2/arr-stride.exp: Use main.c.
2919 * gdb.dwarf2/arr-subrange.c: Remove.
2920 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2921 * gdb.dwarf2/bad-regnum.c: Remove.
2922 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2923 * gdb.dwarf2/corrupt.c: Remove.
2924 * gdb.dwarf2/corrupt.exp: Use main.c.
2925 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2926 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2927 * gdb.dwarf2/dw2-icycle.c: Remove.
2928 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2929 * gdb.dwarf2/formdata16.c: Remove.
2930 * gdb.dwarf2/formdata16.exp: Use main.c.
2931 * gdb.dwarf2/implptrconst.c: Remove.
2932 * gdb.dwarf2/implptrconst.exp: Use main.c.
2933 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2934 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2935 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2936 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2937
2938 2020-10-20 Tom de Vries <tdevries@suse.de>
2939
2940 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2941 file.
2942 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2943
2944 2020-10-20 Tom de Vries <tdevries@suse.de>
2945
2946 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2947 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2948 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2949 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2950 * gdb.dwarf2/dw2-ranges.exp: Same.
2951 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2952 * gdb.dwarf2/var-access.exp: Same.
2953
2954 2020-10-19 Tom Tromey <tromey@adacore.com>
2955
2956 PR tui/26719
2957 * gdb.tui/list.exp: Check source window contents after focus
2958 change.
2959
2960 2020-10-17 Tom de Vries <tdevries@suse.de>
2961
2962 PR symtab/26317
2963 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2964
2965 2020-10-17 Tom de Vries <tdevries@suse.de>
2966
2967 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2968 as suffix.
2969 * gdb.dwarf2/atomic.c: Rename to ...
2970 * gdb.dwarf2/atomic-type.c: ... this.
2971 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2972 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2973 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2974 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2975 * gdb.dwarf2/fission-mix2.c: Rename to ...
2976 * gdb.dwarf2/fission-mix-2.c: ... this.
2977 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2978 standard_testfile.
2979 * gdb.dwarf2/ada-valprint-error.exp: Same.
2980 * gdb.dwarf2/arr-stride.exp: Same.
2981 * gdb.dwarf2/arr-subrange.exp: Same.
2982 * gdb.dwarf2/atomic-type.exp: Same.
2983 * gdb.dwarf2/bad-regnum.exp: Same.
2984 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2985 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2986 * gdb.dwarf2/clang-debug-names.exp: Same.
2987 * gdb.dwarf2/comp-unit-lang.exp: Same.
2988 * gdb.dwarf2/corrupt.exp: Same.
2989 * gdb.dwarf2/count.exp: Same.
2990 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2991 * gdb.dwarf2/data-loc.exp: Same.
2992 * gdb.dwarf2/dw2-align.exp: Same.
2993 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2994 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2995 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2996 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2997 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2998 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2999 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
3000 * gdb.dwarf2/dw2-inline-param.exp: Same.
3001 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3002 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3003 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3004 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3005 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
3006 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
3007 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3008 * gdb.dwarf2/dw2-param-error.exp: Same.
3009 * gdb.dwarf2/dw2-ranges-base.exp: Same.
3010 * gdb.dwarf2/dw2-ranges.exp: Same.
3011 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
3012 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
3013 * gdb.dwarf2/dw4-sig-types.exp: Same.
3014 * gdb.dwarf2/dynarr-ptr.exp: Same.
3015 * gdb.dwarf2/enum-type.exp: Same.
3016 * gdb.dwarf2/fission-mix.exp: Same.
3017 * gdb.dwarf2/formdata16.exp: Same.
3018 * gdb.dwarf2/implptrconst.exp: Same.
3019 * gdb.dwarf2/implptrpiece.exp: Same.
3020 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3021 * gdb.dwarf2/main-subprogram.exp: Same.
3022 * gdb.dwarf2/method-ptr.exp: Same.
3023 * gdb.dwarf2/missing-sig-type.exp: Same.
3024 * gdb.dwarf2/nonvar-access.exp: Same.
3025 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3026 * gdb.dwarf2/shortpiece.exp: Same.
3027 * gdb.dwarf2/staticvirtual.exp: Same.
3028 * gdb.dwarf2/subrange.exp: Same.
3029 * gdb.dwarf2/symtab-producer.exp: Same.
3030 * gdb.dwarf2/typedef-void-finish.exp: Same.
3031 * gdb.dwarf2/var-access.exp: Same.
3032 * gdb.dwarf2/variant.exp: Same.
3033 * gdb.dwarf2/void-type.exp: Same.
3034 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
3035 dw2-ranges-main.c.
3036 * gdb.dwarf2/dw2-ranges-main.c: Remove.
3037
3038 2020-10-16 Tom de Vries <tdevries@suse.de>
3039
3040 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
3041
3042 2020-10-16 Tom de Vries <tdevries@suse.de>
3043
3044 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
3045
3046 2020-10-14 Tom de Vries <tdevries@suse.de>
3047
3048 PR testsuite/26732
3049 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
3050 scenario 2.
3051 * gdb.ada/mi_catch_ex_hand.exp: Same.
3052
3053 2020-10-13 Pedro Alves <pedro@palves.net>
3054
3055 * lib/mi-support.exp (mi_clean_restart): New.
3056 (mi_run_to_main): Delete.
3057 All callers adjust to use mi_clean_restart / mi_runto_main.
3058
3059 2020-10-13 Pedro Alves <pedro@palves.net>
3060
3061 * config/monitor.exp: Use "list -q".
3062 * gdb.arch/gdb1558.exp: Use "break -q".
3063 * gdb.arch/i386-permbkpt.exp: Use "break -q".
3064 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
3065 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
3066 * gdb.base/commands.exp: Use "break -q".
3067 * gdb.base/condbreak.exp: Use "break -q".
3068 * gdb.base/ctf-ptype.exp: Use "list -q".
3069 * gdb.base/define.exp: Use "break -q".
3070 * gdb.base/del.exp: Use "break -q".
3071 * gdb.base/fullname.exp: Use "break -q".
3072 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
3073 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
3074 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
3075 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
3076 "hbreak -q".
3077 * gdb.base/included.exp: Use "list -q".
3078 * gdb.base/label.exp: Use "break -q".
3079 * gdb.base/lineinc.exp: Use "break -q".
3080 * gdb.base/list.exp: Use "list -q".
3081 * gdb.base/macscp.exp: Use "list -q".
3082 * gdb.base/pending.exp: Use "break -q".
3083 * gdb.base/prologue-include.exp: Use "break -q".
3084 * gdb.base/ptype.exp: Use "list -q".
3085 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
3086 * gdb.base/server-del-break.exp: Use "break -q".
3087 * gdb.base/style.exp: Use "break -q".
3088 * gdb.base/symbol-without-target_section.exp: Use "list -q".
3089 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
3090 * gdb.cp/exception.exp: Use "tbreak -q".
3091 * gdb.dwarf2/dw2-error.exp: Use "break -q".
3092 * gdb.dwarf2/fission-mix.exp: Use "break -q".
3093 * gdb.dwarf2/fission-reread.exp: Use "break -q".
3094 * gdb.dwarf2/pr13961.exp: Use "break -q".
3095 * gdb.linespec/explicit.exp: Use "list -q".
3096 * gdb.linespec/linespec.exp: Use "break -q".
3097 * gdb.mi/mi-simplerun.exp: Use "--qualified".
3098 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
3099 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
3100 * gdb.server/connect-without-multi-process.exp: Use "break -q".
3101 * gdb.trace/change-loc.exp: Use "break -q".
3102 * gdb.trace/pending.exp: Use "break -q".
3103 * gdb.tui/basic.exp: Use "list -q".
3104 * gdb.tui/list-before.exp: Use "list -q".
3105 * gdb.tui/list.exp: Use "list -q".
3106 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
3107
3108 2020-10-13 Pedro Alves <pedro@palves.net>
3109
3110 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
3111 saved breakpoints file.
3112 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
3113 inspecting breakpoint list.
3114 * lib/gdb.exp (runto_main): Add "qualified" to options.
3115 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
3116 and handle it.
3117 (mi_runto_main): Pass 1 as qualified argument.
3118
3119 2020-10-13 Pedro Alves <pedro@palves.net>
3120
3121 * lib/mi-support.exp (mi_runto_main): New proc.
3122 (mi_run_to_main): Use it.
3123 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
3124 * gdb.mi/mi-var-cmd.exp: Likewise.
3125 * gdb.mi/mi-var-invalidate.exp: Likewise.
3126 * mi-var-list-children-invalid-grandchild.exp: Likewise.
3127 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3128 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3129 * gdb.mi/user-selected-context-sync.exp: Likewise.
3130 * gdb.opt/inline-cmds.exp: Likewise.
3131 * gdb.python/py-framefilter-mi.exp: Likewise.
3132 * gdb.python/py-mi.exp: Likewise.
3133
3134 2020-10-13 Pedro Alves <pedro@palves.net>
3135
3136 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
3137 "runto main".
3138 * gdb.ada/small_reg_param.exp: Likewise.
3139 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3140 * gdb.base/annota1.exp: Likewise.
3141 * gdb.base/anon.exp: Likewise.
3142 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
3143 * gdb.base/dprintf-non-stop.exp: Likewise.
3144 * gdb.base/dprintf.exp: Likewise.
3145 * gdb.base/gdb11530.exp: Likewise.
3146 * gdb.base/gdb11531.exp: Likewise.
3147 * gdb.base/gnu_vector.exp: Likewise.
3148 * gdb.base/interrupt-noterm.exp: Likewise.
3149 * gdb.base/memattr.exp: Likewise.
3150 * gdb.base/step-over-syscall.exp: Likewise.
3151 * gdb.base/watch-cond-infcall.exp: Likewise.
3152 * gdb.base/watch-read.exp: Likewise.
3153 * gdb.base/watch-vfork.exp: Likewise.
3154 * gdb.base/watch_thread_num.exp: Likewise.
3155 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
3156 * gdb.guile/scm-frame-inline.exp: Likewise.
3157 * gdb.linespec/explicit.exp: Likewise.
3158 * gdb.opt/inline-break.exp: Likewise.
3159 * gdb.python/py-frame-inline.exp: Likewise.
3160 * gdb.reverse/break-precsave.exp: Likewise.
3161 * gdb.reverse/break-reverse.exp: Likewise.
3162 * gdb.reverse/consecutive-precsave.exp: Likewise.
3163 * gdb.reverse/consecutive-reverse.exp: Likewise.
3164 * gdb.reverse/finish-precsave.exp: Likewise.
3165 * gdb.reverse/finish-reverse.exp: Likewise.
3166 * gdb.reverse/fstatat-reverse.exp: Likewise.
3167 * gdb.reverse/getresuid-reverse.exp: Likewise.
3168 * gdb.reverse/i386-precsave.exp: Likewise.
3169 * gdb.reverse/i386-reverse.exp: Likewise.
3170 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3171 * gdb.reverse/i387-env-reverse.exp: Likewise.
3172 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3173 * gdb.reverse/insn-reverse.exp: Likewise.
3174 * gdb.reverse/machinestate-precsave.exp: Likewise.
3175 * gdb.reverse/machinestate.exp: Likewise.
3176 * gdb.reverse/pipe-reverse.exp: Likewise.
3177 * gdb.reverse/readv-reverse.exp: Likewise.
3178 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3179 * gdb.reverse/rerun-prec.exp: Likewise.
3180 * gdb.reverse/s390-mvcle.exp: Likewise.
3181 * gdb.reverse/solib-precsave.exp: Likewise.
3182 * gdb.reverse/solib-reverse.exp: Likewise.
3183 * gdb.reverse/step-precsave.exp: Likewise.
3184 * gdb.reverse/step-reverse.exp: Likewise.
3185 * gdb.reverse/time-reverse.exp: Likewise.
3186 * gdb.reverse/until-precsave.exp: Likewise.
3187 * gdb.reverse/until-reverse.exp: Likewise.
3188 * gdb.reverse/waitpid-reverse.exp: Likewise.
3189 * gdb.reverse/watch-precsave.exp: Likewise.
3190 * gdb.reverse/watch-reverse.exp: Likewise.
3191 * gdb.threads/kill.exp: Likewise.
3192 * gdb.threads/tid-reuse.exp: Likewise.
3193
3194 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3195
3196 PR gdb/26642
3197 * gdb.base/maint-target-async-off.c: New test.
3198 * gdb.base/maint-target-async-off.exp: New test.
3199
3200 2020-10-13 Alan Modra <amodra@gmail.com>
3201
3202 * gdb.arch/powerpc-altivec.s,
3203 * gdb.arch/powerpc-power7.s,
3204 * gdb.arch/powerpc-power8.s,
3205 * gdb.arch/powerpc-power9.s,
3206 * gdb.arch/powerpc-vsx.s,
3207 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
3208 * gdb.arch/powerpc-altivec.exp,
3209 * gdb.arch/powerpc-power7.exp,
3210 * gdb.arch/powerpc-power8.exp,
3211 * gdb.arch/powerpc-power9.exp,
3212 * gdb.arch/powerpc-vsx.exp,
3213 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
3214 disassembly of mfvsrd/mtvsrd.
3215
3216 2020-10-13 Alan Modra <amodra@gmail.com>
3217
3218 * gdb.arch/arm-disassembler-options.exp: Adjust expected
3219 "target architecture" output.
3220 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3221 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3222 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3223 * gdb.arch/s390-disassembler-options.exp: Likewise.
3224
3225 2020-10-12 Pedro Alves <pedro@palves.net>
3226
3227 PR exp/26602
3228 PR c++/26550
3229 * gdb.cp/ambiguous.cc (marker1): Delete.
3230 (main): Initialize all the fields of the locals. Replace marker1
3231 call with a "set breakpoint here" marker.
3232 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
3233 instead of running to marker1. Add tests printing all the
3234 variables and all the fields of the variables.
3235 (test_ambiguous): New proc, expecting the new GDB output when a
3236 field access is ambiguous. Change all "warning: X ambiguous"
3237 tests to use it.
3238
3239 2020-10-12 Gary Benson <gbenson@redhat.com>
3240
3241 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
3242 * gdb.base/msym-bp-2.c (foo): Likewise.
3243 * gdb.base/msym-lang.c (foo): Likewise.
3244 * gdb.base/msym-lang-main.c (foo): Likewise.
3245 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
3246 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
3247 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
3248 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
3249 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
3250 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
3251 * gdb.python/py-objfile.c (static_var): Likewise.
3252 * gdb.python/py-symbol.c (rr): Likewise.
3253 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
3254 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
3255
3256 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
3257
3258 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
3259 output of backtrace.
3260
3261 2020-10-09 Tom Tromey <tromey@adacore.com>
3262
3263 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
3264 (Rec): Add field. Fix range.
3265 * gdb.ada/scalar_storage.exp: Update.
3266
3267 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
3268
3269 PR exp/26714
3270 * gdb.base/printcmds.exp: Add tests for void results.
3271
3272 2020-10-09 Jan Vrany <jan.vrany@labware.com>
3273
3274 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
3275 is emmited for both 'set directories' and 'directory' commands.
3276
3277 2020-10-08 Tom Tromey <tom@tromey.com>
3278
3279 * gdb.base/style.exp: Check that "main"'s name is styled.
3280
3281 2020-10-07 Tom Tromey <tromey@adacore.com>
3282
3283 * gdb.base/find.exp: Rename some tests.
3284
3285 2020-10-06 Gary Benson <gbenson@redhat.com>
3286
3287 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
3288 * gdb.base/list1.c (unused): Likewise.
3289
3290 2020-10-06 Gary Benson <gbenson@redhat.com>
3291
3292 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
3293 __attribute__ ((used)).
3294 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
3295
3296 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
3297
3298 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
3299 make use of regions throughout.
3300 * gdb.base/overlays.exp: Enclose string with variableds in "..",
3301 not {...}.
3302 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
3303
3304 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
3305
3306 * gdb.base/call-sc.c: Fix return struct on stack test case.
3307 * gdb.base/call-sc.exp: Likewise.
3308
3309 2020-10-02 Gary Benson <gbenson@redhat.com>
3310
3311 * README: Fix "paralell".
3312
3313 2020-09-30 Gary Benson <gbenson@redhat.com>
3314
3315 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
3316 Convert directive to lowercase.
3317 (.Labbrev1_begin): Add missing label.
3318 (abbrev code 0x1): Remove DW_AT_stmt_list.
3319 (.Ldie_b): Likewise.
3320
3321 2020-09-27 Tom Tromey <tom@tromey.com>
3322
3323 * gdb.tui/new-layout.exp: Use with_test_prefix.
3324
3325 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
3326
3327 PR python/26586
3328 * gdb.python/python.exp: add test cases for the from_tty
3329 argument to gdb.execute.
3330
3331 2020-09-25 Gary Benson <gbenson@redhat.com>
3332
3333 * gdb.base/infcall-nested-structs.exp.tcl: Add
3334 additional_flags=-Wno-tautological-compare for C++
3335 tests when compiling using Clang.
3336
3337 2020-09-25 Gary Benson <gbenson@redhat.com>
3338
3339 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
3340 for .c files.
3341
3342 2020-09-24 Tom Tromey <tromey@adacore.com>
3343
3344 PR tui/26638:
3345 * gdb.tui/list.exp: Check output of "focus next".
3346
3347 2020-09-23 Tom Tromey <tom@tromey.com>
3348
3349 * gdb.dwarf2/intbits.exp: New file.
3350 * gdb.dwarf2/intbits.c: New file.
3351
3352 2020-09-20 Pedro Alves <pedro@palves.net>
3353
3354 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
3355 spawn_id before calling remote_close. Close secondary MI channel.
3356
3357 2020-09-20 Pedro Alves <pedro@palves.net>
3358
3359 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
3360 fails.
3361
3362 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
3363
3364 * gdb.fortran/array-slices.exp: Update expected results.
3365 * gdb.fortran/class-allocatable-array.exp: Likewise.
3366 * gdb.fortran/multi-dim.exp: Likewise.
3367 * gdb.fortran/vla-type.exp: Likewise.
3368 * gdb.mi/mi-vla-fortran.exp: Likewise.
3369
3370 2020-09-18 Victor Collod <vcollod@nvidia.com>
3371
3372 PR gdb/26635
3373 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
3374 compatible with i386, and move it to...
3375 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
3376 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
3377 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
3378
3379 2020-09-18 Pedro Alves <pedro@palves.net>
3380
3381 PR gdb/26631
3382 * gdb.multi/multi-target-thread-find.exp: New file.
3383
3384 2020-09-18 Pedro Alves <pedro@palves.net>
3385
3386 * gdb.multi/multi-target-continue.exp: New file, factored out from
3387 multi-target.exp.
3388 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
3389 multi-target.exp.
3390 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
3391 multi-target.exp.
3392 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
3393 multi-target.exp.
3394 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
3395 multi-target.exp.
3396 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3397 multi-target.exp.
3398 * gdb.multi/multi-target.exp: Delete.
3399
3400 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3401
3402 * gdb.fortran/array-slices.exp: Add missing message data.
3403
3404 2020-09-17 Pedro Alves <pedro@palves.net>
3405
3406 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3407
3408 2020-09-17 Pedro Alves <pedro@palves.net>
3409
3410 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3411 full prototype.
3412
3413 2020-09-17 Pedro Alves <pedro@palves.net>
3414
3415 * gdb.python/py-as-string.c: Add cast.
3416
3417 2020-09-17 Pedro Alves <pedro@palves.net>
3418
3419 * gdb.base/sizeof.c (fill): Add cast.
3420
3421 2020-09-17 Pedro Alves <pedro@palves.net>
3422
3423 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3424
3425 2020-09-17 Pedro Alves <pedro@palves.net>
3426
3427 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3428 linkage name.
3429 * gdb.base/prologue.exp: Use print /d.
3430 * gdb.base/symbol-alias.exp: Handle C++ output.
3431 * gdb.base/symbol-alias2.c: Handle C++ output.
3432 [__cplusplus] (func): Explicitly specify linkage name.
3433
3434 2020-09-17 Pedro Alves <pedro@palves.net>
3435
3436 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3437 (struct my_key_t): ... this. Adjust all references.
3438 (struct value_t): Rename to ...
3439 (struct my_value_t): ... this. Adjust all references.
3440 (create_map, add_map_element, create_map_map)
3441 (add_map_map_element): Add casts.
3442
3443 2020-09-17 Pedro Alves <pedro@palves.net>
3444
3445 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3446 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3447
3448 2020-09-17 Pedro Alves <pedro@palves.net>
3449
3450 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3451
3452 2020-09-17 Pedro Alves <pedro@palves.net>
3453
3454 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3455 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3456 (charfoo, intfoo): Define full prototype.
3457 * gdb.base/ptype1.c (charfoo): Define full prototype.
3458 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3459 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3460
3461 2020-09-17 Pedro Alves <pedro@palves.net>
3462
3463 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3464 Don't define.
3465 (utf_32_string): Compile for both C and C++.
3466 * gdb.base/charset.exp: Use "print /d".
3467
3468 2020-09-17 Pedro Alves <pedro@palves.net>
3469
3470 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3471 (nullptr): Rename to ...
3472 (null_ptr): ... this.
3473 * gdb.base/watchpoint.exp: Adjust to rename.
3474
3475 2020-09-17 Pedro Alves <pedro@palves.net>
3476
3477 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3478 (three_not_flag): Add casts.
3479
3480 2020-09-17 Pedro Alves <pedro@palves.net>
3481
3482 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3483 char array.
3484 (main): Add references to Barrier, TestStrings, TestStringsH and
3485 TestStringsW.
3486 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3487 and expect a full prototype in C++.
3488
3489 2020-09-17 Pedro Alves <pedro@palves.net>
3490
3491 * gdb.base/nested-addr.c (main): Add cast.
3492 * gdb.base/nested-addr.exp: Use "print /d".
3493
3494 2020-09-17 Pedro Alves <pedro@palves.net>
3495
3496 * gdb.base/break.exp (func): New. Use it throughout when
3497 expecting a function name.
3498
3499 2020-09-17 Pedro Alves <pedro@palves.net>
3500
3501 * gdb.base/display.exp: Issue "set print asm-demangle on".
3502
3503 2020-09-17 Pedro Alves <pedro@palves.net>
3504
3505 * gdb.base/find.c: Include <string.h>.
3506 (init_bufs): Add cast.
3507 * gdb.base/find.exp: Issue "set print asm-demangle on".
3508
3509 2020-09-16 Tom Tromey <tromey@adacore.com>
3510
3511 PR gdb/26598:
3512 * gdb.base/skipcxx.exp: New file.
3513 * gdb.base/skipcxx.cc: New file.
3514
3515 2020-09-16 Tom de Vries <tdevries@suse.de>
3516
3517 PR testsuite/26617
3518 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3519 WITH_DEBUG_SECTIONS is defined.
3520 (xstr, str): New macro.
3521 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3522 to get start and size of _Dmain.
3523 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3524 using additional_flags.
3525
3526 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3527
3528 * gdb.base/bp-cmds-sourced-script.c: New file.
3529 * gdb.base/bp-cmds-sourced-script.exp: New test.
3530 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3531
3532 2020-09-16 Tom de Vries <tdevries@suse.de>
3533
3534 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3535 get the gdb prompt after issuing "monitor exit".
3536
3537 2020-09-16 Tom de Vries <tdevries@suse.de>
3538
3539 PR testsuite/26624
3540 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3541
3542 2020-09-16 Tom de Vries <tdevries@suse.de>
3543
3544 PR testsuite/26618
3545 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3546
3547 2020-09-15 Tom Tromey <tromey@adacore.com>
3548
3549 PR rust/26197:
3550 * lib/rust-support.exp (rust_llvm_version): New proc.
3551 * gdb.rust/simple.exp: Check rust_llvm_version.
3552
3553 2020-09-14 Tom de Vries <tdevries@suse.de>
3554
3555 * gdb.rust/traits.exp: Fix PATH warning.
3556
3557 2020-09-13 Pedro Alves <pedro@palves.net>
3558
3559 * gdb.base/catch-follow-exec.c (main): Add explicit return
3560 statement.
3561 * gdb.base/catch-signal.c (main): Likewise.
3562 * gdb.base/condbreak-call-false.c (main): Likewise.
3563 * gdb.base/consecutive.c (main): Add explicit return
3564 statement and return type.
3565 * gdb.base/cursal.c (main): Add explicit return statement.
3566 * gdb.base/cvexpr.c (main): Likewise.
3567 * gdb.base/display.c (main): Add explicit return statement and
3568 return type.
3569 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3570 * gdb.base/endianity.c (main): Likewise.
3571 * gdb.base/execd-prog.c (main): Likewise.
3572 * gdb.base/gdb1090.c (main): Likewise.
3573 * gdb.base/info_qt.c (main): Likewise.
3574 * gdb.base/lineinc.c (main): Likewise.
3575 * gdb.base/load-command.c (main): Likewise.
3576 * gdb.base/macscp1.c (main): Likewise.
3577 * gdb.base/pr10179-a.c (main): Likewise.
3578 * gdb.base/quit-live.c (main): Likewise.
3579 * gdb.base/scope0.c (main): Likewise.
3580 * gdb.base/settings.c (main): Likewise.
3581 * gdb.base/stack-checking.c (main): Return int.
3582 * gdb.base/varargs.c (main): Add explicit return statement.
3583 * gdb.cp/ambiguous.cc (main): Likewise.
3584 * gdb.cp/anon-struct.cc (main): Likewise.
3585 * gdb.cp/anon-union.cc (main): Likewise.
3586 * gdb.cp/bool.cc (main): Likewise.
3587 * gdb.cp/bs15503.cc (main): Likewise.
3588 * gdb.cp/cplusfuncs.cc (main): Likewise.
3589 * gdb.cp/cttiadd.cc (main): Likewise.
3590 * gdb.cp/extern-c.cc (main): Likewise.
3591 * gdb.cp/filename.cc (main): Likewise.
3592 * gdb.cp/formatted-ref.cc (main): Likewise.
3593 * gdb.cp/mb-ctor.cc (main): Likewise.
3594 * gdb.cp/member-ptr.cc (main): Likewise.
3595 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3596 * gdb.cp/overload-const.cc (main): Likewise.
3597 * gdb.cp/paren-type.cc (main): Likewise.
3598 * gdb.cp/parse-lang.cc (main): Likewise.
3599 * gdb.cp/pr-1023.cc (main): Likewise.
3600 * gdb.cp/psmang1.cc (main): Likewise.
3601 * gdb.cp/readnow-language.cc (main): Likewise.
3602 * gdb.cp/ref-params.cc (main): Likewise.
3603 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3604 * gdb.cp/virtbase2.cc (main): Likewise.
3605 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3606 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3607 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3608 * gdb.mi/mi-console.c (main): Likewise.
3609 * gdb.mi/mi-read-memory.c (main): Likewise.
3610 * gdb.modula2/multidim.c (main): Likewise.
3611 * gdb.opt/inline-small-func.c (main): Likewise.
3612 * gdb.python/py-rbreak.c (main): Likewise.
3613 * gdb.stabs/exclfwd1.c (main): Likewise.
3614 * gdb.trace/qtro.c (main): Likewise.
3615
3616 2020-09-13 Pedro Alves <pedro@palves.net>
3617
3618 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3619 instead of getenv.
3620
3621 2020-09-13 Pedro Alves <pedro@palves.net>
3622
3623 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3624 instead of spawning GDB with remote_spawn.
3625 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3626 gdb_spawn instead of spawning GDB with remote_spawn.
3627
3628 2020-09-13 Pedro Alves <pedro@palves.net>
3629
3630 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3631 file and add calls to first and second.
3632 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3633 add call to f.
3634
3635 2020-09-13 Pedro Alves <pedro@palves.net>
3636
3637 * gdb.mi/mi-break-qualified.cc: New file.
3638 * gdb.mi/mi-break-qualified.exp: New file.
3639 * lib/mi-support.exp (mi_create_breakpoint_multi)
3640 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3641 procedures.
3642 (mi_create_breakpoint_1): New, factored out from
3643 mi_create_breakpoint.
3644
3645 2020-09-13 Pedro Alves <pedro@palves.net>
3646
3647 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3648 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3649 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3650 (register_class): Delete.
3651 (main): Don't call register_class.
3652
3653 2020-09-13 Pedro Alves <pedro@palves.net>
3654
3655 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3656 (do_tests): Remove "calling method for small class" test.
3657 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3658 (register_class): Delete.
3659 (main): Don't call register_class.
3660 * gdb.cp/call-method-register.exp: New file, based on bits removed
3661 from classes.exp.
3662 * gdb.cp/call-method-register.cc: New file, based on bits removed
3663 from classes.cc.
3664
3665 2020-09-13 Pedro Alves <pedro@palves.net>
3666
3667 * gdb.base/msym-bp-2.c: New.
3668 * gdb.base/msym-bp-shl-lib.c: New file.
3669 * gdb.base/msym-bp-shl-main-2.c: New file.
3670 * gdb.base/msym-bp-shl-main.c: New file.
3671 * gdb.base/msym-bp-shl.exp: New file.
3672 * gdb.base/msym-bp.c: New file.
3673 * gdb.base/msym-bp.exp: New file.
3674
3675 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3676
3677 * gdb.base/default.exp: Change $_gdb_major to 11.
3678
3679 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3680 Felix Willgerodt <Felix.Willgerodt@intel.com>
3681
3682 * x86-avx512bf16.c: New file.
3683 * x86-avx512bf16.exp: Likewise.
3684 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3685
3686 2020-09-11 Tom de Vries <tdevries@suse.de>
3687
3688 PR exp/26602
3689 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3690
3691 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3692
3693 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3694
3695 2020-09-10 Alan Modra <amodra@gmail.com>
3696
3697 PR 26597
3698 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3699
3700 2020-09-08 Tom de Vries <tdevries@suse.de>
3701
3702 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3703 after gdb_starti_cmd.
3704
3705 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3706
3707 * lib/fortran.exp (fortran_complex8): New proc.
3708 (fortran_complex16): New proc.
3709 * gdb.fortran/complex.exp: Use routines from fortran.exp
3710 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3711 * gdb.fortran/vla-ptr-info.exp: Likewise.
3712
3713 2020-09-03 Tom de Vries <tdevries@suse.de>
3714
3715 PR breakpoint/26546
3716 * gdb.base/label-without-address.exp: Runto main first.
3717
3718 2020-09-02 Tom Tromey <tromey@adacore.com>
3719
3720 * gdb.ada/mi_var_access.exp: Test children of access variable.
3721 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3722 * gdb.ada/mi_var_array.exp: Update.
3723
3724 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3725
3726 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3727 on docker w/ AUFS storage driver.
3728
3729 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3730
3731 * gdb.base/corefile2.exp (renamed binfile): New tests.
3732
3733 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3734
3735 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3736
3737 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3738
3739 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3740 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3741
3742 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3743
3744 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3745 output, printing a "not saved" value from history and printing a
3746 convenience variable created from a "not saved" value.
3747
3748 2020-08-31 Tom de Vries <tdevries@suse.de>
3749
3750 * gdb.base/eh_return.exp: Use nopie.
3751
3752 2020-08-28 Pedro Alves <pedro@palves.net>
3753
3754 * gdb.base/advance-until-multiple-locations.exp
3755 (advance_overload, until_overload): Adjust to match the
3756 frame/function header instead of the source line text.
3757
3758 2020-08-28 Tom de Vries <tdevries@suse.de>
3759
3760 * gdb.base/label-without-address.c: New test.
3761 * gdb.base/label-without-address.exp: New file.
3762
3763 2020-08-27 Pedro Alves <pedro@palves.net>
3764
3765 PR gdb/26523
3766 PR gdb/26524
3767 * gdb.base/advance-until-multiple-locations.cc: New.
3768 * gdb.base/advance-until-multiple-locations.exp: New.
3769
3770 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3771
3772 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3773
3774 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3775
3776 * gdb.arch/amd64-byte.exp: Make test names unique, use
3777 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3778 * gdb.arch/amd64-dword.exp: Likewise.
3779 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3780 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3781 unique.
3782 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3783 * gdb.arch/amd64-word.exp: Make test names unique, use
3784 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3785 * gdb.arch/i386-byte.exp: Make test names unique, use
3786 gdb_breakpoint.
3787 * gdb.arch/i386-word.exp: Likewise.
3788
3789 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3790
3791 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3792
3793 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3794
3795 PR gdb/26532
3796 * gdb.threads/stepi-random-signal.exp: Update pattern.
3797
3798 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3799
3800 PR gdb/26532
3801 * gdb.base/ui-redirect.exp: Update pattern.
3802
3803 2020-08-25 Gary Benson <gbenson@redhat.com>
3804
3805 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3806 when compiling with clang.
3807 * gdb.dwarf2/dw2-restore.exp: Likewise.
3808
3809 2020-08-25 Gary Benson <gbenson@redhat.com>
3810
3811 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3812 Add additional_flags=-Wno-inaccessible-base when compiling
3813 with GCC >= 10.1 or clang. Add additional_flags=-w when
3814 compiling with GCC < 10.
3815
3816 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3817
3818 PR m2/26372
3819 * gdb.modula2/multidim.c: New file.
3820 * gdb.modula2/multidim.exp: New file.
3821
3822 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3823
3824 * lib/gdb.exp (runto): Always emit fail on internal error.
3825
3826 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3827
3828 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3829 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3830 Likewise.
3831 * gdb.threads/stepi-random-signal.exp: Likewise.
3832
3833 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3834
3835 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3836 * gdb.trace/strace.exp: Ditto.
3837
3838 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3839
3840 * gdb.fortran/vla-type.exp: Skip commands not required for
3841 the Flang compiled binaries after prologue fix.
3842
3843 2020-08-17 Tom de Vries <tdevries@suse.de>
3844 Tom Tromey <tromey@adacore.com>
3845
3846 PR rust/26197:
3847 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3848
3849 2020-08-17 Tom Tromey <tromey@adacore.com>
3850
3851 * gdb.ada/mi_var_access.exp: New file.
3852 * gdb.ada/mi_var_access/mi_access.adb: New file.
3853 * gdb.ada/mi_var_access/pck.adb: New file.
3854 * gdb.ada/mi_var_access/pck.ads: New file.
3855
3856 2020-08-16 Tom de Vries <tdevries@suse.de>
3857
3858 PR gdb/25350
3859 * gdb.base/eh_return.c: New test.
3860 * gdb.base/eh_return.exp: New file.
3861
3862 2020-08-15 Tom de Vries <tdevries@suse.de>
3863
3864 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3865 (mixed_func_1d_): Use fortran_charlen_t in decl.
3866
3867 2020-08-15 Tom de Vries <tdevries@suse.de>
3868
3869 PR backtrace/26390
3870 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3871 Update expected pattern.
3872
3873 2020-08-13 Pedro Alves <pedro@palves.net>
3874
3875 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3876 * gdb.fortran/library-module.exp: Likewise.
3877 * gdb.fortran/logical.exp: Likewise.
3878 * gdb.fortran/module.exp: Likewise.
3879 * gdb.fortran/print_type.exp: Likewise.
3880 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3881 * gdb.fortran/vla-datatypes.exp: Likewise.
3882 * gdb.fortran/vla-history.exp: Likewise.
3883 * gdb.fortran/vla-ptr-info.exp: Likewise.
3884 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3885 * gdb.fortran/vla-ptype.exp: Likewise.
3886 * gdb.fortran/vla-sizeof.exp: Likewise.
3887 * gdb.fortran/vla-type.exp: Likewise.
3888 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3889 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3890 * gdb.fortran/vla-value-sub.exp: Likewise.
3891 * gdb.fortran/vla-value.exp: Likewise.
3892
3893 2020-08-13 Pedro Alves <pedro@palves.net>
3894
3895 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3896 * gdb.ada/access_to_packed_array.exp: Likewise.
3897 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3898 * gdb.ada/addr_arith.exp: Likewise.
3899 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3900 * gdb.ada/arr_arr.exp: Likewise.
3901 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3902 * gdb.ada/array_bounds.exp: Likewise.
3903 * gdb.ada/array_of_variable_length.exp: Likewise.
3904 * gdb.ada/array_ptr_renaming.exp: Likewise.
3905 * gdb.ada/array_subscript_addr.exp: Likewise.
3906 * gdb.ada/arraydim.exp: Likewise.
3907 * gdb.ada/arrayparam.exp: Likewise.
3908 * gdb.ada/arrayptr.exp: Likewise.
3909 * gdb.ada/assign_1.exp: Likewise.
3910 * gdb.ada/assign_arr.exp: Likewise.
3911 * gdb.ada/atomic_enum.exp: Likewise.
3912 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3913 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3914 * gdb.ada/bias.exp: Likewise.
3915 * gdb.ada/boolean_expr.exp: Likewise.
3916 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3917 * gdb.ada/bp_enum_homonym.exp: Likewise.
3918 * gdb.ada/bp_inlined_func.exp: Likewise.
3919 * gdb.ada/bp_on_var.exp: Likewise.
3920 * gdb.ada/bp_range_type.exp: Likewise.
3921 * gdb.ada/bp_reset.exp: Likewise.
3922 * gdb.ada/call_pn.exp: Likewise.
3923 * gdb.ada/catch_assert_if.exp: Likewise.
3924 * gdb.ada/catch_ex.exp: Likewise.
3925 * gdb.ada/catch_ex_std.exp: Likewise.
3926 * gdb.ada/char_enum.exp: Likewise.
3927 * gdb.ada/char_param.exp: Likewise.
3928 * gdb.ada/complete.exp: Likewise.
3929 * gdb.ada/cond_lang.exp: Likewise.
3930 * gdb.ada/convvar_comp.exp: Likewise.
3931 * gdb.ada/dgopt.exp: Likewise.
3932 * gdb.ada/disc_arr_bound.exp: Likewise.
3933 * gdb.ada/display_nested.exp: Likewise.
3934 * gdb.ada/dot_all.exp: Likewise.
3935 * gdb.ada/dyn_loc.exp: Likewise.
3936 * gdb.ada/dyn_stride.exp: Likewise.
3937 * gdb.ada/excep_handle.exp: Likewise.
3938 * gdb.ada/expr_delims.exp: Likewise.
3939 * gdb.ada/expr_with_funcall.exp: Likewise.
3940 * gdb.ada/exprs.exp: Likewise.
3941 * gdb.ada/fin_fun_out.exp: Likewise.
3942 * gdb.ada/fixed_cmp.exp: Likewise.
3943 * gdb.ada/formatted_ref.exp: Likewise.
3944 * gdb.ada/frame_arg_lang.exp: Likewise.
3945 * gdb.ada/frame_args.exp: Likewise.
3946 * gdb.ada/fullname_bp.exp: Likewise.
3947 * gdb.ada/fun_addr.exp: Likewise.
3948 * gdb.ada/fun_in_declare.exp: Likewise.
3949 * gdb.ada/fun_overload_menu.exp: Likewise.
3950 * gdb.ada/fun_renaming.exp: Likewise.
3951 * gdb.ada/funcall_char.exp: Likewise.
3952 * gdb.ada/funcall_param.exp: Likewise.
3953 * gdb.ada/funcall_ptr.exp: Likewise.
3954 * gdb.ada/funcall_ref.exp: Likewise.
3955 * gdb.ada/homonym.exp: Likewise.
3956 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3957 * gdb.ada/info_auto_lang.exp: Likewise.
3958 * gdb.ada/info_exc.exp: Likewise.
3959 * gdb.ada/info_types.exp: Likewise.
3960 * gdb.ada/int_deref.exp: Likewise.
3961 * gdb.ada/interface.exp: Likewise.
3962 * gdb.ada/iwide.exp: Likewise.
3963 * gdb.ada/lang_switch.exp: Likewise.
3964 * gdb.ada/length_cond.exp: Likewise.
3965 * gdb.ada/maint_with_ada.exp: Likewise.
3966 * gdb.ada/mi_catch_assert.exp: Likewise.
3967 * gdb.ada/mi_catch_ex.exp: Likewise.
3968 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3969 * gdb.ada/mi_dyn_arr.exp: Likewise.
3970 * gdb.ada/mi_ex_cond.exp: Likewise.
3971 * gdb.ada/mi_exc_info.exp: Likewise.
3972 * gdb.ada/mi_interface.exp: Likewise.
3973 * gdb.ada/mi_prot.exp: Likewise.
3974 * gdb.ada/mi_ref_changeable.exp: Likewise.
3975 * gdb.ada/mi_string_access.exp: Likewise.
3976 * gdb.ada/mi_task_arg.exp: Likewise.
3977 * gdb.ada/mi_task_info.exp: Likewise.
3978 * gdb.ada/mi_var_array.exp: Likewise.
3979 * gdb.ada/mi_var_union.exp: Likewise.
3980 * gdb.ada/mi_variant.exp: Likewise.
3981 * gdb.ada/minsyms.exp: Likewise.
3982 * gdb.ada/mod_from_name.exp: Likewise.
3983 * gdb.ada/nested.exp: Likewise.
3984 * gdb.ada/null_array.exp: Likewise.
3985 * gdb.ada/optim_drec.exp: Likewise.
3986 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3987 * gdb.ada/packed_array_assign.exp: Likewise.
3988 * gdb.ada/packed_tagged.exp: Likewise.
3989 * gdb.ada/pp-rec-component.exp: Likewise.
3990 * gdb.ada/print_chars.exp: Likewise.
3991 * gdb.ada/print_pc.exp: Likewise.
3992 * gdb.ada/ptr_typedef.exp: Likewise.
3993 * gdb.ada/ptype_arith_binop.exp: Likewise.
3994 * gdb.ada/ptype_array.exp: Likewise.
3995 * gdb.ada/ptype_field.exp: Likewise.
3996 * gdb.ada/ptype_tagged_param.exp: Likewise.
3997 * gdb.ada/ptype_union.exp: Likewise.
3998 * gdb.ada/py_range.exp: Likewise.
3999 * gdb.ada/py_taft.exp: Likewise.
4000 * gdb.ada/rdv_wait.exp: Likewise.
4001 * gdb.ada/rec_comp.exp: Likewise.
4002 * gdb.ada/rec_return.exp: Likewise.
4003 * gdb.ada/ref_param.exp: Likewise.
4004 * gdb.ada/ref_tick_size.exp: Likewise.
4005 * gdb.ada/rename_subscript_param.exp: Likewise.
4006 * gdb.ada/repeat_dyn.exp: Likewise.
4007 * gdb.ada/same_component_name.exp: Likewise.
4008 * gdb.ada/same_enum.exp: Likewise.
4009 * gdb.ada/scalar_storage.exp: Likewise.
4010 * gdb.ada/set_wstr.exp: Likewise.
4011 * gdb.ada/small_reg_param.exp: Likewise.
4012 * gdb.ada/str_binop_equal.exp: Likewise.
4013 * gdb.ada/str_ref_cmp.exp: Likewise.
4014 * gdb.ada/str_uninit.exp: Likewise.
4015 * gdb.ada/sub_variant.exp: Likewise.
4016 * gdb.ada/sym_print_name.exp: Likewise.
4017 * gdb.ada/taft_type.exp: Likewise.
4018 * gdb.ada/tagged.exp: Likewise.
4019 * gdb.ada/tagged_access.exp: Likewise.
4020 * gdb.ada/task_bp.exp: Likewise.
4021 * gdb.ada/task_switch_in_core.exp: Likewise.
4022 * gdb.ada/tasks.exp: Likewise.
4023 * gdb.ada/tick_last_segv.exp: Likewise.
4024 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
4025 * gdb.ada/type_coercion.exp: Likewise.
4026 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4027 * gdb.ada/unchecked_union.exp: Likewise.
4028 * gdb.ada/uninitialized_vars.exp: Likewise.
4029 * gdb.ada/var_arr_attrs.exp: Likewise.
4030 * gdb.ada/var_arr_typedef.exp: Likewise.
4031 * gdb.ada/var_rec_arr.exp: Likewise.
4032 * gdb.ada/variant-record.exp: Likewise.
4033 * gdb.ada/variant.exp: Likewise.
4034 * gdb.ada/variant_record_packed_array.exp: Likewise.
4035 * gdb.ada/varsize_limit.exp: Likewise.
4036 * gdb.ada/whatis_array_val.exp: Likewise.
4037 * gdb.ada/widewide.exp: Likewise.
4038 * gdb.ada/win_fu_syms.exp: Likewise.
4039
4040 2020-08-12 Gary Benson <gbenson@redhat.com>
4041
4042 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
4043
4044 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
4045
4046 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
4047 unset the array variable.
4048
4049 2020-08-03 Tom de Vries <tdevries@suse.de>
4050
4051 PR symtab/26333
4052 * lib/dwarf.exp (DW_LNE_user): New proc.
4053 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
4054 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
4055
4056 2020-07-31 Kevin Buettner <kevinb@redhat.com>
4057
4058 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
4059 to 'uintptr_t'
4060 (inttypes.h): Include.
4061
4062 2020-07-31 Kevin Buettner <kevinb@redhat.com>
4063
4064 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
4065 (C5_24k): Delete.
4066 (C5_8k, C5_64k, C5_256k): New macros.
4067 (buf_ro): Allocate 256 KiB of initialized data.
4068
4069 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4070
4071 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
4072 that attempt to overwrite an existing condition with a condition
4073 that fails parsing and also with a condition that parses fine
4074 but contains junk at the end.
4075
4076 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4077
4078 * gdb.base/condbreak-bad.c: New test.
4079 * gdb.base/condbreak-bad.exp: New file.
4080
4081 2020-07-30 Tom de Vries <tdevries@suse.de>
4082
4083 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
4084 out of ...
4085 (GDBInfoModuleSymbols::check_entry): ... here.
4086 (GDBInfoModuleSymbols::check_optional_entry): New proc.
4087 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
4088 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
4089
4090 2020-07-30 Tom de Vries <tdevries@suse.de>
4091
4092 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
4093 "__class_some_module_Number_t" optional.
4094
4095 2020-07-29 Tom de Vries <tdevries@suse.de>
4096
4097 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
4098 multiple locations.
4099
4100 2020-07-29 Tom de Vries <tdevries@suse.de>
4101
4102 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
4103 rather than function name.
4104
4105 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4106
4107 PR symtab/26270:
4108 * gdb.cp/disasm-func-name.cc: New file.
4109 * gdb.cp/disasm-func-name.exp: New file.
4110
4111 2020-07-28 Tom Tromey <tromey@adacore.com>
4112
4113 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
4114 'varval' location.
4115
4116 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4117
4118 * gdb.python/py-unwind.py: Update to make use of a register
4119 descriptor.
4120
4121 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4122
4123 * gdb.python/py-arch-reg-names.exp: Add additional tests.
4124
4125 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
4126
4127 PR fortran/23051
4128 PR fortran/26139
4129 * gdb.fortran/class-allocatable-array.exp: New file.
4130 * gdb.fortran/class-allocatable-array.f90: New file.
4131 * gdb.fortran/pointer-to-pointer.exp: New file.
4132 * gdb.fortran/pointer-to-pointer.f90: New file.
4133
4134 2020-07-25 Tom de Vries <tdevries@suse.de>
4135
4136 PR symtab/26243
4137 * gdb.dwarf2/dw2-line-number-zero.c: New test.
4138 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
4139
4140 2020-07-24 Tom de Vries <tdevries@suse.de>
4141
4142 PR testsuite/26293
4143 * gdb.ada/mi_prot.exp: Require gnatmake-8.
4144
4145 2020-07-23 Pedro Alves <pedro@palves.net>
4146
4147 * gdb.server/server-kill.exp (prepare): New, factored out from the
4148 top level.
4149 (kill_server): New.
4150 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
4151 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
4152
4153 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
4154
4155 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
4156
4157 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
4158
4159 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
4160 Initialize to empty string at top level.
4161 (gdb_wrapper_init): Revert check for file existence on build.
4162 Build the wrapper in its default place, not a build-specific
4163 location. When host == build, make the pathname absolute.
4164 (gdb_compile): Delete leftover declaration of
4165 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
4166 string instead of uninitialized.
4167
4168 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4169
4170 * gdb.base/corefile2.exp: New file.
4171 * gdb.base/coremaker2.exp: New file.
4172
4173 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4174
4175 * gdb.base/coredump-filter.exp: Add second
4176 non-Private-Shared-Anon-File test.
4177 (test_disasm): Rename binfile for test which is expected
4178 to fail.
4179
4180 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4181
4182 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
4183 data in core file".
4184 * gdb.base/coremaker.c (buf2ro): New global.
4185 (mmapdata): Add a read-only mmap mapping.
4186
4187 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4188
4189 PR corefiles/25631
4190 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
4191 New test.
4192 * gdb.base/coremaker.c (buf3): New global.
4193 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
4194 flags.
4195
4196 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4197
4198 * gdb.base/coremaker.c (filler_ro): New global constant.
4199
4200 2020-07-22 Tom Tromey <tromey@adacore.com>
4201
4202 * gdb.ada/mi_prot.exp: New file.
4203 * gdb.ada/mi_prot/pkg.adb: New file.
4204 * gdb.ada/mi_prot/pkg.ads: New file.
4205 * gdb.ada/mi_prot/prot.adb: New file.
4206
4207 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4208
4209 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
4210 loads two JITers.
4211
4212 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4213
4214 * gdb.python/py-arch-reg-groups.exp: Additional tests.
4215
4216 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4217
4218 * gdb.python/py-arch-reg-names.exp: Additional tests.
4219
4220 2020-07-21 Tom de Vries <tdevries@suse.de>
4221
4222 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
4223 breakpoint locations".
4224 * gdb.reverse/solib-reverse.exp: Same.
4225
4226 2020-07-21 Tom de Vries <tdevries@suse.de>
4227
4228 * gdb.reverse/step-reverse.c (callee): Merge statements.
4229
4230 2020-07-21 Tom de Vries <tdevries@suse.de>
4231
4232 * gdb.fortran/info-modules.exp (info module variables): Allow missing
4233 line numbers for some variables.
4234
4235 2020-07-21 Tom de Vries <tdevries@suse.de>
4236
4237 * gdb.opt/inline-locals.c (init_array): New func.
4238 (func1): Use init_array.
4239 * gdb.opt/inline-locals.exp: Update pattern.
4240
4241 2020-07-21 Tom de Vries <tdevries@suse.de>
4242
4243 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
4244 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
4245
4246 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4247
4248 * gdb.guile/source2.scm: Add #f first argument to 'format'.
4249 * gdb.guile/types-module.exp: Remove "ERROR:" from
4250 regexps since Guile 3.0 no longer prints that.
4251
4252 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4253
4254 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
4255 error regexp to match on Guile 2.2.
4256
4257 2020-07-20 Gary Benson <gbenson@redhat.com>
4258
4259 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
4260 with clang.
4261
4262 2020-07-20 Tom de Vries <tdevries@suse.de>
4263
4264 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
4265 (omp_set_lock_in_order): New function.
4266 (single_scope, multi_scope, nested_func, nested_parallel): Use
4267 omp_set_lock_in_order and omp_unset_lock.
4268 (main): Init and destroy lock and lock2.
4269
4270 2020-07-20 Tom de Vries <tdevries@suse.de>
4271
4272 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
4273
4274 2020-07-20 Tom de Vries <tdevries@suse.de>
4275
4276 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
4277
4278 2020-07-17 Tom de Vries <tdevries@suse.de>
4279
4280 * gdb.base/valgrind-infcall-2.c: New test.
4281 * gdb.base/valgrind-infcall-2.exp: New file.
4282 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
4283
4284 2020-07-17 Tom de Vries <tdevries@suse.de>
4285
4286 * gdb.dlang/circular.c (found): Use found_label as label name.
4287 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
4288 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
4289 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
4290 * gdb.dwarf2/ada-linkage-name.exp: Same.
4291 * gdb.dwarf2/arr-subrange.exp: Same.
4292 * gdb.dwarf2/atomic-type.exp: Same.
4293 * gdb.dwarf2/comp-unit-lang.exp: Same.
4294 * gdb.dwarf2/cpp-linkage-name.exp: Same.
4295 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
4296 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
4297 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
4298 * gdb.dwarf2/implptr-64bit.exp: Same.
4299 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4300 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4301 * gdb.dwarf2/imported-unit.exp: Same.
4302 * gdb.dwarf2/main-subprogram.exp: Same.
4303 * gdb.dwarf2/missing-type-name.exp: Same.
4304 * gdb.dwarf2/nonvar-access.exp: Same.
4305 * gdb.dwarf2/struct-with-sig.exp: Same.
4306 * gdb.dwarf2/typedef-void-finish.exp: Same.
4307 * gdb.dwarf2/void-type.exp: Same.
4308
4309 2020-07-17 Tom de Vries <tdevries@suse.de>
4310
4311 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
4312 src parameter.
4313 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
4314 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
4315 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4316 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
4317 * gdb.dwarf2/dwz.exp: Same.
4318 * gdb.dwarf2/implptr-optimized-out.exp: Same.
4319 * gdb.dwarf2/implref-array.exp: Same.
4320 * gdb.dwarf2/implref-const.exp: Same.
4321 * gdb.dwarf2/implref-global.exp: Same.
4322 * gdb.dwarf2/implref-struct.exp: Same.
4323 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
4324 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4325 * gdb.dwarf2/var-access.exp: Same.
4326 * gdb.dwarf2/varval.exp: Same.
4327 * gdb.trace/entry-values.exp: Same.
4328
4329 2020-07-17 Tom de Vries <tdevries@suse.de>
4330
4331 * lib/dwarf.exp (Dwarf::extern): Remove.
4332 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
4333 * gdb.dlang/circular.exp: Same.
4334 * gdb.dwarf2/comp-unit-lang.exp: Same.
4335 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4336 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
4337 * gdb.dwarf2/dwz.exp: Same.
4338 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4339 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4340 * gdb.dwarf2/imported-unit.exp: Same.
4341 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4342
4343 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
4344
4345 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
4346 Use double quotes instead of single quotes.
4347
4348 2020-07-16 Caroline Tice <cmtice@google.com>
4349
4350 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
4351 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
4352
4353 2020-07-16 Tom de Vries <tdevries@suse.de>
4354
4355 * lib/dwarf.exp (program): Initialize _line.
4356 (DW_LNE_end_sequence): Reinitialize _line.
4357 (DW_LNS_advance_line): Update _line.
4358 (line): New proc.
4359 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
4360 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
4361 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
4362 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
4363 * gdb.dwarf2/dw2-is-stmt.exp: Same.
4364 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4365
4366 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4367
4368 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4369 generic.
4370
4371 2020-07-15 Tom de Vries <tdevries@suse.de>
4372
4373 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4374 is_amd64_regs_target.
4375
4376 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4377
4378 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4379 * gdb.fortran/ptype-on-functions.f90: Likewise.
4380
4381 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
4382
4383 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
4384 values in documentation for addr_size to 4 and 8.
4385
4386 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
4387
4388 * gdb.arch/amd64-osabi.exp: Update.
4389 * gdb.arch/arm-disassembler-options.exp: Update.
4390 * gdb.arch/powerpc-disassembler-options.exp: Update.
4391 * gdb.arch/ppc64-symtab-cordic.exp: Update.
4392 * gdb.arch/s390-disassembler-options.exp: Update.
4393 * gdb.base/all-architectures.exp.tcl: Update.
4394 * gdb.base/attach-pie-noexec.exp: Update.
4395 * gdb.base/catch-syscall.exp: Update.
4396 * gdb.xml/tdesc-arch.exp: Update.
4397
4398 2020-07-14 Tom de Vries <tdevries@suse.de>
4399
4400 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4401 (local_gettid): ... this.
4402 (fn): Update.
4403
4404 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4405
4406 * gdb.base/info_sources.exp: Skip directory match tests on
4407 remote hosts.
4408
4409 2020-07-13 Gary Benson <gbenson@redhat.com>
4410
4411 * gdb.base/savedregs.exp (caller): Use parentheses to
4412 make expected expression evaluation ordering explicit.
4413
4414 2020-07-13 Gary Benson <gbenson@redhat.com>
4415
4416 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4417
4418 2020-07-13 Gary Benson <gbenson@redhat.com>
4419
4420 * gdb.base/bigcore.c (main): Use a volatile pointer when
4421 attempting to trigger a SIGSEGV.
4422 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4423 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4424 * gdb.base/savedregs.c (thrower): Likewise.
4425 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4426
4427 2020-07-13 Gary Benson <gbenson@redhat.com>
4428
4429 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4430 defining and using VLA structure fields into...
4431 * gdb.base/vla-struct-fields.c: New file.
4432 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4433 tests into...
4434 * gdb.base/vla-struct-fields.exp: New file.
4435
4436 2020-07-13 Tom de Vries <tdevries@suse.de>
4437
4438 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4439 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4440 * gdb.base/gold-gdb-index.exp: Same.
4441 * gdb.base/morestack.exp: Same.
4442
4443 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4444
4445 PR rust/26121
4446 * gdb.rust/modules.rs: Prevent linker from discarding test
4447 symbol.
4448
4449 2020-07-10 Pedro Alves <pedro@palves.net>
4450
4451 PR gdb/26199
4452 * gdb.multi/multi-target.c (exit_thread): New.
4453 (thread_start): Break loop if EXIT_THREAD.
4454 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4455 (top level) Call test_no_resumed.
4456
4457 2020-07-08 Tom Tromey <tromey@adacore.com>
4458
4459 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4460 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4461
4462 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4463
4464 PR python/22748
4465 * gdb.opt/inline-frame-tailcall.c: New file.
4466 * gdb.opt/inline-frame-tailcall.exp: New file.
4467 * gdb.python/py-unwind-inline.c: New file.
4468 * gdb.python/py-unwind-inline.exp: New file.
4469 * gdb.python/py-unwind-inline.py: New file.
4470
4471 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4472
4473 * gdb.python/py-arch-reg-groups.exp: New file.
4474
4475 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4476
4477 * gdb.python/py-arch-reg-names.exp: New file.
4478
4479 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4480
4481 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4482 gdb.PendingFrame.architecture method.
4483
4484 2020-07-06 Tom de Vries <tdevries@suse.de>
4485
4486 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4487
4488 2020-07-03 Pedro Alves <palves@redhat.com>
4489
4490 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4491 explicitly write negative numbers.
4492 * gdb.base/structs2.exp: Adjust expected output.
4493
4494 2020-07-03 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.base/charset.c (init_string): Change all char parameters to
4497 unsigned char parameters.
4498
4499 2020-07-03 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.base/call-sc.exp (start_scalars_test): Use
4502 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4503 * gdb.base/overlays.c: Remove references to PARAMS.
4504 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4505 * gdb.base/reread.exp: Don't set 'prototypes' global.
4506 * gdb.base/structs.exp (start_structs_test): Use
4507 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4508 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4509 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4510 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4511 call.
4512 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4513
4514 2020-07-03 Pedro Alves <palves@redhat.com>
4515
4516 * gdb.base/m32rovly.c: Delete.
4517 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4518
4519 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4520
4521 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4522 of gdb_py_test_multiple.
4523 * gdb.python/py-cmd.exp: Likewise.
4524 * gdb.python/py-events.exp: Likewise.
4525 * gdb.python/py-function.exp: Likewise.
4526 * gdb.python/py-inferior.exp: Likewise.
4527 * gdb.python/py-infthread.exp: Likewise.
4528 * gdb.python/py-linetable.exp: Likewise.
4529 * gdb.python/py-parameter.exp: Likewise.
4530 * gdb.python/py-value.exp: Likewise.
4531
4532 2020-06-30 Tom de Vries <tdevries@suse.de>
4533
4534 PR testsuite/26175
4535 * lib/future.exp (gdb_default_target_compile): Detect and handle
4536 early_flags.
4537
4538 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
4539
4540 * boards/simavr.exp (gdb_load): Catch errors when closing
4541 previous connection. Close connection, wait for process and
4542 unset simavr_spawn_id on failure.
4543
4544 2020-06-29 Tom de Vries <tdevries@suse.de>
4545
4546 * lib/gdb.exp (unknown): Make test-case unresolved.
4547
4548 2020-06-29 Tom de Vries <tdevries@suse.de>
4549
4550 PR gdb/25475
4551 * gdb.server/solib-list.exp: Verify that the symbol reload
4552 confirmation question is asked.
4553
4554 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4555
4556 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4557 have a input seq nr in each pass message.
4558 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
4559 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4560 * gdb.python/python.exp: Make test names unique,
4561 use gdb_test_multiline instead of gdb_py_test_multiple,
4562 use $gdb_test_name.
4563 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4564
4565 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
4566
4567 * configure.ac: Add --enable-libctf.
4568 * aclocal.m4: sinclude ../config/enable.m4.
4569 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4570 * lib/gdb.exp (skip_ctf_tests): Use it.
4571 * gdb.base/ctf-constvars.exp: Error message tweak.
4572 * gdb.base/ctf-ptype.exp: Likewise.
4573 * configure: Regenerate.
4574
4575 2020-06-26 Gary Benson <gbenson@redhat.com>
4576
4577 * gdb.cp/try_catch.cc: Include string.h.
4578 (main): Replace comparison against string literal with
4579 strcmp, avoiding build failure with -Wstring-compare.
4580 Add "marker test-complete".
4581 * gdb.cp/try_catch.exp: Run the test to the above marker,
4582 then verify that the value of "test" is still true.
4583
4584 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4585
4586 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4587
4588 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4589
4590 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4591
4592 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4593
4594 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4595 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4596 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4597 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4598 * gdb.arch/riscv-tdesc-loading.exp: New file.
4599
4600 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4601
4602 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4603
4604 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4605
4606 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4607 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4608 * gdb.arch/riscv-tdesc-regs.c: New file.
4609 * gdb.arch/riscv-tdesc-regs.exp: New file.
4610
4611 2020-06-24 Pedro Alves <palves@redhat.com>
4612
4613 * gdb.arch/amd64-entry-value-paramref.exp: Use
4614 prepare_for_testing_full and don't pass "c++" for the .S file
4615 build spec.
4616 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4617 $options, since it's an assembly file. Remove -Wno-deprecated.
4618 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4619 compiling C++ programs.
4620
4621 2020-06-24 Pedro Alves <palves@redhat.com>
4622
4623 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4624 Clang, add "-Wno-unknown-warning-option" to the options.
4625
4626 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4627
4628 * gdb.xml/tdesc-reload.c: New file.
4629 * gdb.xml/tdesc-reload.exp: New file.
4630 * gdb.xml/maint-xml-dump-01.xml: New file.
4631 * gdb.xml/maint-xml-dump-02.xml: New file.
4632 * gdb.xml/maint-xml-dump.exp: New file.
4633
4634 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4635
4636 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4637 Adjust for omitted commands when TUI is disabled.
4638
4639 2020-06-23 Gary Benson <gbenson@redhat.com>
4640 Pedro Alves <palves@redhat.com>
4641
4642 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4643 * gdb.cp/nsimport.cc: Likewise.
4644 * gdb.cp/nsnested.cc: Likewise.
4645 * gdb.cp/nsnoimports.cc: Likewise.
4646 * gdb.cp/nsusing.cc: Likewise.
4647 * gdb.cp/smartp.cc: Likewise.
4648 * gdb.python/py-pp-integral.c: Likewise.
4649 * gdb.python/py-pp-re-notag.c: Likewise.
4650
4651 2020-06-23 Gary Benson <gbenson@redhat.com>
4652
4653 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4654 * gdb.cp/nsimport.cc: Likewise.
4655 * gdb.cp/nsnested.cc: Likewise.
4656 * gdb.cp/nsnoimports.cc: Likewise.
4657 * gdb.cp/nsusing.cc: Likewise.
4658 * gdb.cp/smartp.cc: Likewise.
4659 * gdb.python/py-pp-integral.c: Likewise.
4660 * gdb.python/py-pp-re-notag.c: Likewise.
4661
4662 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4663
4664 * gdb.base/default-args.exp: New test.
4665 * gdb.base/default-args.c: New file.
4666 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4667 * gdb.base/default.exp: Update to new help text.
4668 * gdb.base/help.exp: Likewise.
4669 * gdb.base/page.exp: Likewise.
4670 * gdb.base/style.exp: Likewise.
4671 * gdb.guile/guile.exp: Likewise.
4672 * gdb.python/python.exp: Likewise.
4673
4674 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4675
4676 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4677 remote host. Fix search path syntax on Windows host.
4678
4679 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4680
4681 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4682 over 'exec-file-mismatch'.
4683 * gdb.base/attach.c: Mark should_exit volatile.
4684 * gdb.base/attach2.c: Likewise. Add a comment explaining
4685 why the sleep cannot be big.
4686 * gdb.base/attach3.c: New file.
4687
4688 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4689
4690 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4691 prefix optional.
4692
4693 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4694
4695 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4696 for remote host.
4697
4698 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4699 Hafiz Abid Qadeer <abidh@codesourcery.com>
4700
4701 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4702 file sent to remote host.
4703 (top level): Allow int32_t as type of 32-bit register.
4704
4705 2020-06-19 Tom de Vries <tdevries@suse.de>
4706
4707 * lib/gdb.exp (gdb_note): New proc.
4708 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4709 (gdb_default_target_compile): ... here. Only call
4710 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4711 (use_gdb_compile): Change to array.
4712 (toplevel): Update sets of use_gdb_compile to specify language.
4713 Warn about default_target_compile override. Store dejagnu's version
4714 of default_target_compile in dejagnu_default_target_compile.
4715
4716 2020-06-18 Tom de Vries <tdevries@suse.de>
4717
4718 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4719 (default_gdb_init): ... here.
4720
4721 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4722
4723 Fix TUI support checks in gdb.tui tests.
4724
4725 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4726 just say UNSUPPORTED.
4727 * gdb.tui/corefile-run.exp: Likewise.
4728 * gdb.tui/empty.exp: Likewise.
4729 * gdb.tui/list-before.exp: Likewise.
4730 * gdb.tui/list.exp: Likewise.
4731 * gdb.tui/main.exp: Likewise.
4732 * gdb.tui/regs.exp: Likewise.
4733 * gdb.tui/resize.exp: Likewise.
4734 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4735 * gdb.tui/tui-layout-asm.exp: Likewise.
4736 * gdb.tui/tui-missing-src.exp: Likewise.
4737 * gdb.tui/winheight.exp: Likewise.
4738 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4739
4740 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4741
4742 Fix TCL error in gdb.python/py-format-string.exp.
4743
4744 * gdb.python/py-format-string.exp: Move test for python support
4745 earlier, out of function body.
4746
4747 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4748
4749 * gdb.base/index-cache-load-twice.c: New.
4750 * gdb.base/index-cache-load-twice.exp: New.
4751
4752 2020-06-17 Keith Seitz <keiths@redhat.com>
4753
4754 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4755 when executing "gdb --configuration".
4756
4757 2020-06-17 Tom de Vries <tdevries@suse.de>
4758
4759 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4760 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4761 conditional on presence of gdb_tcl_unknown.
4762 (gdb_finish): Make override undo conditional on presence of
4763 gdb_tcl_unknown.
4764
4765 2020-06-16 Tom Tromey <tom@tromey.com>
4766
4767 * gdb.python/tui-window.py (failwin): New function. Register it
4768 as a TUI window type.
4769 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4770
4771 2020-06-16 Gary Benson <gbenson@redhat.com>
4772
4773 * gdb.python/py-nested-maps.c (create_map): Add missing return
4774 value.
4775 (create_map_map): Likewise.
4776
4777 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4778
4779 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4780 variable.
4781 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4782 and use the already-defined 'options' variable.
4783
4784 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4785 Tom de Vries <tdevries@suse.de>
4786
4787 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4788 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4789 (gdb_setup_known_globals): New proc.
4790 (gdb_cleanup_globals): New proc.
4791 * lib/gdb.exp (load_lib): New override proc.
4792 (gdb_stdin_log_init): Set var in_file as persistent global.
4793 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4794 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4795 fpc_compiler as persistent global.
4796
4797 2020-06-12 Tom de Vries <tdevries@suse.de>
4798
4799 * lib/tuiterm.exp (spawn): Rename to ...
4800 (tui_spawn): ... this.
4801 (toplevel): Move rename of spawn ...
4802 (gdb_init_tuiterm): ... here. New proc.
4803 (gdb_finish_tuiterm): New proc.
4804 * lib/gdb.exp (gdb_finish_hooks): New global var.
4805 (gdb_finish): Handle gdb_finish_hooks.
4806 (tuiterm_env): New proc.
4807 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4808 tuiterm_env.
4809 * gdb.tui/basic.exp: Same.
4810 * gdb.tui/corefile-run.exp: Same.
4811 * gdb.tui/empty.exp: Same.
4812 * gdb.tui/list-before.exp: Same.
4813 * gdb.tui/list.exp: Same.
4814 * gdb.tui/main.exp: Same.
4815 * gdb.tui/new-layout.exp: Same.
4816 * gdb.tui/regs.exp: Same.
4817 * gdb.tui/resize.exp: Same.
4818 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4819 * gdb.tui/tui-layout-asm.exp: Same.
4820 * gdb.tui/tui-missing-src.exp: Same.
4821 * gdb.tui/winheight.exp: Same.
4822
4823 2020-06-12 Tom de Vries <tdevries@suse.de>
4824
4825 PR testsuite/26110
4826 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4827 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4828
4829 2020-06-11 Tom Tromey <tom@tromey.com>
4830
4831 PR gdb/18318:
4832 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4833 floating point tests.
4834
4835 2020-06-11 Keith Seitz <keiths@redhat.com>
4836
4837 PR gdb/21356
4838 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4839 vla_struct.
4840 Add new struct vla_typedef and union vla_typedef_union and
4841 corresponding instantiation objects.
4842 Initialize new objects.
4843 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4844 and vla_typedef_union_object.
4845 Fixup type for vla_struct_object.
4846
4847 2020-06-11 Tom de Vries <tdevries@suse.de>
4848
4849 * lib/gdb.exp (with_override): New proc, factored out of ...
4850 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4851
4852 2020-06-10 Tom de Vries <tdevries@suse.de>
4853
4854 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4855
4856 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4857
4858 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4859 parameter, update callers.
4860
4861 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4862
4863 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4864 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4865 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4866
4867 2020-06-04 Tom de Vries <tdevries@suse.de>
4868
4869 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4870
4871 2020-06-04 Tom de Vries <tdevries@suse.de>
4872
4873 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4874 exp_continue.
4875
4876 2020-06-04 Tom de Vries <tdevries@suse.de>
4877
4878 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4879
4880 2020-06-03 Tom de Vries <tdevries@suse.de>
4881
4882 PR symtab/26046
4883 * gdb.cp/breakpoint-locs-2.cc: New test.
4884 * gdb.cp/breakpoint-locs.cc: New test.
4885 * gdb.cp/breakpoint-locs.exp: New file.
4886 * gdb.cp/breakpoint-locs.h: New test.
4887
4888 2020-06-03 Tom de Vries <tdevries@suse.de>
4889
4890 PR testsuite/25609
4891 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4892 value of global verbose.
4893 * gdb.base/jit-elf.exp: Same.
4894 * gdb.base/jit-reader.exp: Same.
4895
4896 2020-06-02 Tom de Vries <tdevries@suse.de>
4897
4898 * gdb.dwarf2/multidictionary.exp: Don't use
4899 gdb_spawn_with_cmdline_opts.
4900
4901 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4902
4903 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4904 use_header case.
4905 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4906 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4907 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4908 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4909 * gdb.dwarf2/dw2-inline-header.c: New file.
4910 * gdb.dwarf2/dw2-inline-header.h: New file.
4911
4912 2020-05-30 Pedro Alves <palves@redhat.com>
4913
4914 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4915 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4916
4917 2020-05-29 Gary Benson <gbenson@redhat.com>
4918
4919 * gdb.compile/compile-cplus.exp (additional_flags): Also
4920 set when building with clang.
4921 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4922 when building with clang.
4923
4924 2020-05-29 Gary Benson <gbenson@redhat.com>
4925
4926 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4927 building with clang.
4928 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4929
4930 2020-05-29 Gary Benson <gbenson@redhat.com>
4931
4932 * gdb.cp/koenig.exp (prepare_for_testing): Add
4933 additional_flags=-Wno-unused-comparison.
4934 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4935
4936 2020-05-28 Gary Benson <gbenson@redhat.com>
4937
4938 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4939 statement.
4940
4941 2020-05-28 Gary Benson <gbenson@redhat.com>
4942
4943 * gdb.cp/classes.exp (prepare_for_testing): Add
4944 additional_flags=-Wno-deprecated-register.
4945 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4946 * gdb.cp/misc.exp: Likewise.
4947
4948 2020-05-28 Gary Benson <gbenson@redhat.com>
4949
4950 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4951 (test_op_new::operator new): Add return statement.
4952 (test_op_new_array::operator new[]): Likewise.
4953
4954 2020-05-27 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4957 check. Use test_gdb_complete_unique instead of
4958 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4959 test_gdb_complete_multiple instead of
4960 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4961
4962 2020-05-27 Luis Machado <luis.machado@linaro.org>
4963
4964 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4965 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4966 * gdb.arch/arm-disassembler-options.exp: Likewise.
4967 * gdb.arch/arm-disp-step.exp: Likewise.
4968 * gdb.arch/thumb-prologue.exp: Likewise.
4969 * gdb.base/async.exp: Likewise.
4970 * gdb.base/auxv.exp: Likewise.
4971 * gdb.base/complex-parts.exp: Likewise.
4972 * gdb.base/ena-dis-br.exp: Likewise.
4973 * gdb.base/foll-exec.exp: Likewise.
4974 * gdb.base/permissions.exp: Likewise.
4975 * gdb.base/relocate.exp: Likewise.
4976 * gdb.base/return2.exp: Likewise.
4977 * gdb.base/sigbpt.exp: Likewise.
4978 * gdb.base/siginfo-obj.exp: Likewise.
4979 * gdb.cp/converts.exp: Likewise.
4980 * gdb.cp/exceptprint.exp: Likewise.
4981 * gdb.cp/inherit.exp: Likewise.
4982 * gdb.cp/nsnoimports.exp: Likewise.
4983 * gdb.cp/virtbase2.exp: Likewise.
4984 * gdb.mi/mi-var-cmd.exp: Likewise.
4985 * gdb.mi/var-cmd.c: Likewise.
4986
4987 2020-05-26 Tom Tromey <tromey@adacore.com>
4988
4989 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4990
4991 2020-05-26 Tom Tromey <tromey@adacore.com>
4992
4993 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4994 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4995 type.
4996 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4997 variable.
4998
4999 2020-05-26 Christian Biesinger <cbiesinger@google.com>
5000
5001 * Makefile.in: Use = instead of == for the test command
5002 for portability.
5003
5004 2020-05-26 Tom de Vries <tdevries@suse.de>
5005
5006 * gdb.base/gold-gdb-index-2.c: New test.
5007 * gdb.base/gold-gdb-index.c: New test.
5008 * gdb.base/gold-gdb-index.exp: New file.
5009 * gdb.base/gold-gdb-index.h: New test.
5010
5011 2020-05-25 Tom de Vries <tdevries@suse.de>
5012
5013 * boards/gold-gdb-index.exp: New file.
5014
5015 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
5016
5017 * boards/simavr.exp: New file.
5018
5019 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
5020
5021 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
5022 * gdb.base/inferior-args.exp: New file.
5023 * gdb.base/inferior-args.c: New file.
5024
5025 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
5026
5027 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
5028 inferior_args. Pass it to gdb_reload.
5029 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
5030 inferior_args.
5031 (gdb_reload): Add inferior_args argument.
5032 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
5033 pass it to gdbserver_run.
5034 * boards/native-gdbserver.exp: Do not set noargs.
5035 * boards/native-extended-gdbserver.exp (gdb_reload): Add
5036 inferior_args argument.
5037 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
5038 * gdb.base/a2-run.exp: Check for use_gdb_stub.
5039 * gdb.base/args.exp: Likewise.
5040
5041 2020-05-25 Tom de Vries <tdevries@suse.de>
5042
5043 * lib/gdb.exp (exec_is_pie): Add comment.
5044
5045 2020-05-25 Tom de Vries <tdevries@suse.de>
5046
5047 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
5048 instead of $binfile in the untested message.
5049
5050 2020-05-25 Tom de Vries <tdevries@suse.de>
5051
5052 PR testsuite/26031
5053 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
5054
5055 2020-05-25 Tom de Vries <tdevries@suse.de>
5056
5057 * boards/gold.exp: New file.
5058
5059 2020-05-23 Tom Tromey <tom@tromey.com>
5060
5061 * gdb.base/style.exp: Remove completion styling test.
5062 * lib/gdb-utils.exp (style): Remove completion styles.
5063
5064 2020-05-23 Tom Tromey <tom@tromey.com>
5065
5066 * gdb.base/style.exp: Add completion styling test.
5067 * lib/gdb-utils.exp (style): Add completion styles.
5068
5069 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
5070
5071 * gdb.base/annota1.exp: Update expected results.
5072 * gdb.cp/annota2.exp: Update expected results, remove duplicate
5073 test name.
5074 * gdb.cp/annota3.exp: Update expected results.
5075
5076 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
5077
5078 PR gdb/26016
5079 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
5080 against MAP_FAILED.
5081 * gdb.base/coremaker.c (mmapdata): Likewise.
5082 * gdb.base/jit-reader-host.c (main): Likewise.
5083 * gdb.base/sym-file-loader.c (load): Likewise.
5084 (load_shlib): Likewise.
5085
5086 2020-05-20 Tom Tromey <tromey@adacore.com>
5087
5088 * gdb.ada/array_char_idx.exp: Recognize initialized array.
5089
5090 2020-05-20 Tom de Vries <tdevries@suse.de>
5091
5092 PR symtab/25833
5093 * gdb.base/with-mf-inc.c: New test.
5094 * gdb.base/with-mf-main.c: New test.
5095 * gdb.base/with-mf.exp: New file.
5096
5097 2020-05-19 Tom Tromey <tromey@adacore.com>
5098
5099 * gdb.rust/simple.exp: Restore missing test result.
5100
5101 2020-05-19 Tom de Vries <tdevries@suse.de>
5102
5103 * gdb.base/gdb-caching-proc.exp: Fix typo.
5104
5105 2020-05-19 Tom Tromey <tromey@adacore.com>
5106
5107 * gdb.rust/simple.exp: Add some test descriptions.
5108 (test_one_slice): Use with_test_prefix.
5109
5110 2020-05-18 Tom de Vries <tdevries@suse.de>
5111
5112 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
5113
5114 2020-05-17 Pedro Alves <palves@redhat.com>
5115
5116 PR gdb/25741
5117 * gdb.base/hw-sw-break-same-address.exp: New file.
5118
5119 2020-05-16 Pedro Alves <palves@redhat.com>
5120
5121 * gdb.multi/multi-re-run.exp (test_re_run): Switch
5122 LAST_LOADED_FILE accordingly.
5123
5124 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5125
5126 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
5127
5128 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5129
5130 * gdb.base/help.exp: Test apropos and help for commands
5131 having aliases. Fixed comments not starting with an
5132 upper-case letter or not finishing with a dot.
5133
5134 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5135
5136 * gdb.base/alias.exp: Update help output check.
5137
5138 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5139
5140 * gdb.base/default.exp: Update output following fixes.
5141
5142 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5143
5144 * gdb.base/alias.exp: Test aliases starting with a prefix of
5145 another alias.
5146
5147 2020-05-15 Gary Benson <gbenson@redhat.com>
5148
5149 * gdb.base/info-os.c (main): Add return statement.
5150 * gdb.base/info_minsym.c (minsym_fun): Likewise.
5151 * gdb.base/large-frame-2.c (func): Likewise.
5152 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
5153 * gdb.base/pr10179-b.c (foo2): Likewise.
5154 * gdb.base/valgrind-disp-step.c (foo): Likewise.
5155 * gdb.base/watch-cond.c (func): Likewise.
5156 * gdb.multi/goodbye.c (verylongfun): Likewise.
5157 * gdb.multi/hello.c (commonfun): Likewise.
5158 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
5159 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
5160 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5161 Likewise.
5162 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
5163 * gdb.threads/interrupt-while-step-over.c (child_function):
5164 Likewise.
5165 * gdb.trace/actions-changed.c (end): Likewise.
5166
5167 2020-05-15 Gary Benson <gbenson@redhat.com>
5168
5169 * gdb.opencl/callfuncs.exp: Report when test skipped.
5170 * gdb.opencl/convs_casts.exp: Likewise.
5171 * gdb.opencl/datatypes.exp: Likewise.
5172 * gdb.opencl/operators.exp: Likewise.
5173 * gdb.opencl/vec_comps.exp: Likewise.
5174
5175 2020-05-15 Tom de Vries <tdevries@suse.de>
5176
5177 * gdb.base/align.exp.in: Rename to ...
5178 * gdb.base/align.exp.tcl: ... this.
5179 * gdb.base/align-c++.exp: Update.
5180 * gdb.base/align-c.exp: Update.
5181 * gdb.base/all-architectures.exp.in: Rename to ...
5182 * gdb.base/all-architectures.exp: ... this.
5183 * gdb.base/all-architectures-0.exp: Update.
5184 * gdb.base/all-architectures-1.exp: Update.
5185 * gdb.base/all-architectures-2.exp: Update.
5186 * gdb.base/all-architectures-3.exp: Update.
5187 * gdb.base/all-architectures-4.exp: Update.
5188 * gdb.base/all-architectures-5.exp: Update.
5189 * gdb.base/all-architectures-6.exp: Update.
5190 * gdb.base/all-architectures-7.exp: Update.
5191 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
5192 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
5193 * gdb.base/infcall-nested-structs-c++.exp: Update.
5194 * gdb.base/infcall-nested-structs-c.exp: Update.
5195 * gdb.base/info-types.exp.in: Rename to ...
5196 * gdb.base/info-types.exp.tcl: ... this.
5197 * gdb.base/info-types-c++.exp: Update.
5198 * gdb.base/info-types-c.exp: Update.
5199 * gdb.base/max-depth.exp.in: Rename to ...
5200 * gdb.base/max-depth.exp.tcl: ... this.
5201 * gdb.base/max-depth-c++.exp: Update.
5202 * gdb.base/max-depth-c.exp: Update.
5203 * gdb.cp/cpexprs.exp.in: Rename to ...
5204 * gdb.cp/cpexprs.exp.tcl: ... this.
5205 * gdb.cp/cpexprs-debug-types.exp: Update.
5206 * gdb.cp/cpexprs.exp: Update.
5207 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
5208 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
5209 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
5210 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
5211 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
5212 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
5213 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
5214 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
5215 * gdb.dwarf2/clang-debug-names-2.exp: Update.
5216 * gdb.dwarf2/clang-debug-names.exp: Update.
5217
5218 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
5219
5220 * lib/check-test-names.exp: Remove code that prevents this file
5221 loading when tests are run in parallel.
5222
5223 2020-05-15 Pedro Alves <palves@redhat.com>
5224
5225 * gdb.multi/multi-kill.exp (start_inferior): Remove
5226 'testpid' parameter. Refer to namespace variable directly.
5227 (testpid): Declare as namespace variable.
5228
5229 2020-05-15 Pedro Alves <palves@redhat.com>
5230
5231 * gdb.multi/multi-kill.exp: Wrap in namespace.
5232 (start_inferior): Add TESTPID parameter. Use it instead of the
5233 testpid global.
5234 (top level): Define empty TESTPID array, and pass it down to
5235 start_inferior.
5236
5237 2020-05-14 Tom de Vries <tdevries@suse.de>
5238
5239 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
5240 output.
5241
5242 2020-05-14 Tom de Vries <tdevries@suse.de>
5243
5244 * gdb.base/align.exp: Split into ...
5245 * gdb.base/align.exp.in: ...
5246 * gdb.base/align-c++.exp: ...
5247 * gdb.base/align-c.exp: ... these.
5248 * gdb.base/infcall-nested-structs.exp: Split into ...
5249 * gdb.base/infcall-nested-structs.exp.in: ...
5250 * gdb.base/infcall-nested-structs-c++.exp: ...
5251 * gdb.base/infcall-nested-structs-c.exp: ... these.
5252 * gdb.base/info-types.exp: Split into ...
5253 * gdb.base/info-types.exp.in: ...
5254 * gdb.base/info-types-c++.exp: ...
5255 * gdb.base/info-types-c.exp: ... these.
5256 * gdb.base/max-depth.exp: Split into ...
5257 * gdb.base/max-depth.exp.in: ...
5258 * gdb.base/max-depth-c++.exp: ...
5259 * gdb.base/max-depth-c.exp: ... these.
5260 * gdb.cp/infcall-nodebug.exp: Split into ...
5261 * gdb.cp/infcall-nodebug.exp.in: ...
5262 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
5263 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
5264 * gdb.cp/infcall-nodebug-c-d0.exp: ...
5265 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
5266
5267 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5268 Pedro Alves <palves@redhat.com>
5269
5270 * gdb.multi/multi-exit.c: New file.
5271 * gdb.multi/multi-exit.exp: New file.
5272 * gdb.multi/multi-kill.c: New file.
5273 * gdb.multi/multi-kill.exp: New file.
5274
5275 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5276
5277 * gdb.base/annota1.exp: Update the expected output.
5278 * gdb.cp/annota2.exp: Ditto.
5279
5280 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
5281
5282 * lib/check-test-names.exp: Disable when testing is being run in
5283 parallel.
5284
5285 2020-05-12 Tom de Vries <tdevries@suse.de>
5286
5287 * gdb.base/jit-elf.exp: Fix string concat.
5288
5289 2020-05-12 Tom de Vries <tdevries@suse.de>
5290
5291 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
5292 messages.
5293
5294 2020-05-12 Tom de Vries <tdevries@suse.de>
5295
5296 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
5297
5298 2020-05-12 Tom de Vries <tdevries@suse.de>
5299
5300 * gdb.ada/catch_ex.exp: Use with_test_prefix.
5301 * gdb.ada/mi_catch_ex.exp: Same.
5302 * gdb.ada/mi_catch_ex_hand.exp: Same.
5303
5304 2020-05-12 Tom de Vries <tdevries@suse.de>
5305
5306 * gdb.fortran/complex.exp: Use with_test_prefix.
5307
5308 2020-05-12 Tom de Vries <tdevries@suse.de>
5309
5310 * gdb.trace/passcount.exp: Fix test-names.
5311
5312 2020-05-12 Tom de Vries <tdevries@suse.de>
5313
5314 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
5315
5316 2020-05-12 Tom de Vries <tdevries@suse.de>
5317
5318 * gdb.gdb/complaints.exp: Use with_test_prefix.
5319 * gdb.xml/tdesc-regs.exp: Same.
5320 * gdb.opt/inline-locals.exp: Fix test name.
5321
5322 2020-05-12 Tom de Vries <tdevries@suse.de>
5323
5324 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
5325 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
5326 * gdb.dwarf2/implref-struct.exp: Same.
5327 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
5328 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
5329
5330 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
5331
5332 * gdb.base/jit-so.exp (one_jit_test): Change test name.
5333
5334 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5335
5336 * lib/check-test-names.exp (all_test_names): New module variable.
5337 (counts): Add 'duplicates' field.
5338 (_check_duplicates): New procedure.
5339 (check): Also check for duplicates.
5340 (do_log_summary): Print duplicates count.
5341 (do_reset_vars): Reset counter for duplicate test names, and
5342 discard all know test names.
5343
5344 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5345
5346 * lib/gdb.exp: Include check-test-names.exp library.
5347 * lib/check-test-names.exp: New file.
5348
5349 2020-05-11 Tom de Vries <tdevries@suse.de>
5350
5351 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
5352
5353 2020-05-11 Keith Seitz <keiths@redhat.com>
5354
5355 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
5356
5357 2020-05-11 Tom de Vries <tdevries@suse.de>
5358
5359 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
5360 * gdb.cp/cpexprs.exp.in: .. here.
5361 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
5362 cpexprs.exp.
5363
5364 2020-05-11 Keith Seitz <keiths@redhat.com>
5365
5366 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
5367 test names.
5368 * gdb.ada/arrayptr.exp: Likewise.
5369 * gdb.ada/assign_arr.exp: Likewise.
5370 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
5371 * gdb.ada/bp_on_var.exp: Likewise.
5372 * gdb.ada/call_pn.exp: Likewise.
5373 * gdb.ada/complete.exp: Likewise.
5374 * gdb.ada/fun_overload_menu.exp: Likewise.
5375 * gdb.ada/funcall_param.exp: Likewise.
5376 * gdb.ada/funcall_ref.exp: Likewise.
5377 * gdb.ada/packed_array_assign.exp: Likewise.
5378 * gdb.ada/same_component_name.exp: Likewise.
5379 * gdb.ada/type_coercion.exp: Likewise.
5380 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
5381 * gdb.ada/variant_record_packed_array.exp: Likewise.
5382
5383 2020-05-11 Tom de Vries <tdevries@suse.de>
5384
5385 PR symtab/25941
5386 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
5387 out of ...
5388 * gdb.dwarf2/clang-debug-names.exp: ... here.
5389 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
5390 clang-debug-names.exp.in.
5391 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
5392 * gdb.dwarf2/clang-debug-names-2.c: New test.
5393
5394 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5395
5396 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5397 (fortran_runto_main): New Proc, fortran version of runto_main.
5398 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5399 * gdb.fortran/array-bounds.exp: Likewise.
5400 * gdb.fortran/array-slices.exp: Likewise.
5401 * gdb.fortran/block-data.exp: Likewise.
5402 * gdb.fortran/charset.exp: Likewise.
5403 * gdb.fortran/common-block.exp: Likewise.
5404 * gdb.fortran/complex.exp: Likewise.
5405 * gdb.fortran/derived-type-function.exp: Likewise.
5406 * gdb.fortran/derived-type.exp: Likewise.
5407 * gdb.fortran/info-modules.exp: Likewise.
5408 * gdb.fortran/info-types.exp: Likewise.
5409 * gdb.fortran/intrinsics.exp: Likewise.
5410 * gdb.fortran/library-module.exp: Likewise.
5411 * gdb.fortran/logical.exp: Likewise.
5412 * gdb.fortran/max-depth.exp: Likewise.
5413 * gdb.fortran/module.exp: Likewise.
5414 * gdb.fortran/multi-dim.exp: Likewise.
5415 * gdb.fortran/nested-funcs.exp: Likewise.
5416 * gdb.fortran/print-formatted.exp: Likewise.
5417 * gdb.fortran/print_type.exp: Likewise.
5418 * gdb.fortran/printing-types.exp: Likewise.
5419 * gdb.fortran/ptr-indentation.exp: Likewise.
5420 * gdb.fortran/ptype-on-functions.exp: Likewise.
5421 * gdb.fortran/subarray.exp: Likewise.
5422 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5423 * gdb.fortran/vla-datatypes.exp: Likewise.
5424 * gdb.fortran/vla-history.exp: Likewise.
5425 * gdb.fortran/vla-ptr-info.exp: Likewise.
5426 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5427 * gdb.fortran/vla-ptype.exp: Likewise.
5428 * gdb.fortran/vla-sizeof.exp: Likewise.
5429 * gdb.fortran/vla-type.exp: Likewise.
5430 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5431 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5432 * gdb.fortran/vla-value-sub.exp: Likewise.
5433 * gdb.fortran/vla-value.exp: Likewise.
5434 * gdb.fortran/whatis_type.exp: Likewise.
5435 * gdb.mi/mi-var-child-f.exp: Likewise.
5436
5437 2020-05-09 Tom de Vries <tdevries@suse.de>
5438
5439 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5440
5441 2020-05-08 Tom de Vries <tdevries@suse.de>
5442
5443 * gdb.dwarf2/clang-debug-names.c: New test.
5444 * gdb.dwarf2/clang-debug-names.exp: New file.
5445
5446 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
5447
5448 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5449 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5450
5451 2020-05-06 Tom de Vries <tdevries@suse.de>
5452
5453 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5454 breakpoint is at a "recommended breakpoint location".
5455 * gdb.reverse/consecutive-reverse.exp: Same.
5456
5457 2020-05-06 Tom de Vries <tdevries@suse.de>
5458
5459 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5460 address.
5461
5462 2020-05-06 Tom de Vries <tdevries@suse.de>
5463
5464 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5465
5466 2020-05-06 Tom de Vries <tdevries@suse.de>
5467
5468 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5469 info for r.
5470
5471 2020-05-06 Tom de Vries <tdevries@suse.de>
5472
5473 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5474 necessary.
5475
5476 2020-05-06 Tom de Vries <tdevries@suse.de>
5477
5478 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5479 void.
5480
5481 2020-05-06 Tom de Vries <tdevries@suse.de>
5482
5483 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5484 of ...
5485 * gdb.base/async.exp: ... here.
5486 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5487 "recommended breakpoint location".
5488
5489 2020-05-06 Tom de Vries <tdevries@suse.de>
5490
5491 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5492
5493 2020-05-04 Tom de Vries <tdevries@suse.de>
5494
5495 * gdb.base/async.exp: Check whether instruction addresses are a
5496 "recommended breakpoint location".
5497
5498 2020-05-03 Tom Tromey <tom@tromey.com>
5499
5500 * gdb.base/sepdebug.exp: Remove "catch" test.
5501 * gdb.base/break.exp: Remove "catch" test.
5502 * gdb.base/default.exp: Update expected output.
5503
5504 2020-05-02 Tom de Vries <tdevries@suse.de>
5505
5506 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5507 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5508 * gdb.arch/i386-mpx-map.exp: Same.
5509 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5510 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5511 * gdb.arch/i386-mpx.exp: Same.
5512
5513 2020-05-02 Tom de Vries <tdevries@suse.de>
5514
5515 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5516
5517 2020-05-01 Tom de Vries <tdevries@suse.de>
5518
5519 * gdb.ada/operator_bp.exp: Allow more than required amount of
5520 breakpoint.
5521
5522 2020-05-01 Tom de Vries <tdevries@suse.de>
5523
5524 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5525
5526 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5527
5528 PR gdb/18706
5529 * gdb.cp/stub-array-size.cc: New test.
5530 * gdb.cp/stub-array-size.exp: New file.
5531 * gdb.cp/stub-array-size.h: New test.
5532 * gdb.cp/stub-array-size2.cc: New test.
5533
5534 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5535
5536 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5537 output to the new format.
5538
5539 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5540
5541 * gdb.base/break.exp: Use with_test_prefix.
5542
5543 2020-04-29 Tom de Vries <tdevries@suse.de>
5544
5545 * lib/gdb.exp (debug_types): New proc.
5546 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5547 * gdb.python/py-symtab.exp: Same.
5548
5549 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
5550
5551 PR gdb/17320
5552 * gdb.base/pretty-array.c: New test.
5553 * gdb.base/pretty-array.exp: New file.
5554
5555 2020-04-29 Tom de Vries <tdevries@suse.de>
5556
5557 PR symtab/25889
5558 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5559 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5560 and include cpexprs.exp.
5561
5562 2020-04-28 Mark Williams <mark@myosotissp.com>
5563
5564 PR gdb/24480
5565 * dw4-toplevel-types.exp: Test for top level types.
5566 * dw4-toplevel-types.cc: Test for top level types.
5567
5568 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5569
5570 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5571 (theads -> threads).
5572
5573 2020-04-28 Tom de Vries <tdevries@suse.de>
5574
5575 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5576
5577 2020-04-28 Tom de Vries <tdevries@suse.de>
5578
5579 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5580
5581 2020-04-28 Tom de Vries <tdevries@suse.de>
5582
5583 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5584
5585 2020-04-28 Tom de Vries <tdevries@suse.de>
5586
5587 * gdb.dwarf2/main-foo.c: New test.
5588 * gdb.dwarf2/struct-with-sig.exp: New file.
5589
5590 2020-04-25 Tom de Vries <tdevries@suse.de>
5591
5592 * boards/debug-types.exp: New file.
5593
5594 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5595
5596 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5597
5598 2020-04-24 Tom Tromey <tom@tromey.com>
5599
5600 PR symtab/12707:
5601 * gdb.python/py-symbol.exp: Update expected results for
5602 linkage_name test.
5603 * gdb.cp/print-demangle.exp: New file.
5604 * gdb.base/c-linkage-name.exp: Fix test.
5605 * gdb.guile/scm-symbol.exp: Update expected results for
5606 linkage_name test.
5607
5608 2020-04-24 Tom Tromey <tom@tromey.com>
5609
5610 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5611 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5612 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5613 assembler.
5614
5615 2020-04-24 Tom de Vries <tdevries@suse.de>
5616
5617 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5618 C++.
5619
5620 2020-04-24 Tom Tromey <tromey@adacore.com>
5621
5622 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5623 values.
5624 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5625 values. Update test for minimal encodings.
5626 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5627 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5628 values. Update test for minimal encodings.
5629
5630 2020-04-24 Tom Tromey <tromey@adacore.com>
5631
5632 PR python/23662:
5633 * gdb.ada/variant.exp: Add Python checks.
5634 * gdb.rust/simple.exp: Add dynamic type checks.
5635
5636 2020-04-24 Tom Tromey <tromey@adacore.com>
5637
5638 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5639 Make array type matching more lax.
5640 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5641 * gdb.ada/mi_variant.exp: New file.
5642 * gdb.ada/mi_variant/pck.ads: New file.
5643 * gdb.ada/mi_variant/pkg.adb: New file.
5644 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5645 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5646
5647 2020-04-24 Tom Tromey <tromey@adacore.com>
5648
5649 * gdb.ada/variant.exp: Add dynamic field offset tests.
5650 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5651 * gdb.ada/variant/pkg.adb: Add new variables.
5652
5653 2020-04-24 Tom Tromey <tromey@adacore.com>
5654
5655 * gdb.ada/variant.exp: New file
5656 * gdb.ada/variant/pkg.adb: New file
5657 * gdb.ada/variant/pck.adb: New file
5658
5659 2020-04-24 Tom de Vries <tdevries@suse.de>
5660
5661 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5662
5663 2020-04-24 Tom de Vries <tdevries@suse.de>
5664
5665 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5666 flags.
5667
5668 2020-04-24 Tom de Vries <tdevries@suse.de>
5669
5670 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5671
5672 2020-04-24 Tom de Vries <tdevries@suse.de>
5673
5674 * lib/gdb.exp (default_gdb_start): Handle eof.
5675 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5676 failure.
5677 * gdb.base/readnever.exp: Handle clean_restart failure.
5678
5679 2020-04-23 Tom de Vries <tdevries@suse.de>
5680
5681 * gdb.base/decl-before-def.exp: Run to main and print a again.
5682
5683 2020-04-23 Tom de Vries <tdevries@suse.de>
5684
5685 * gdb.base/decl-before-def-decl.c: New test.
5686 * gdb.base/decl-before-def-def.c: New test.
5687 * gdb.base/decl-before-def.exp: New file.
5688
5689 2020-04-23 Tom de Vries <tdevries@suse.de>
5690
5691 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5692
5693 2020-04-22 Tom de Vries <tdevries@suse.de>
5694
5695 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5696 debug_info_offset.
5697 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5698 before $objsfile in the line line.
5699
5700 2020-04-22 Tom de Vries <tdevries@suse.de>
5701
5702 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5703
5704 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5705
5706 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5707 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5708 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5709 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5710 * gdb.base/jit-protocol.h: Update definitions to match all usage
5711 contexts.
5712
5713 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5714
5715 * gdb.base: Rename all jit related test and source files.
5716
5717 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5718
5719 * gdb.base/jit-reader.exp: Relax register output check.
5720
5721 2020-04-22 Tom de Vries <tdevries@suse.de>
5722
5723 PR symtab/25764
5724 * gdb.base/psym-external-decl-2.c: New test.
5725 * gdb.base/psym-external-decl.c: New test.
5726 * gdb.base/psym-external-decl.exp: New file.
5727 * gdb.threads/tls.exp: Add PR25807 kfail.
5728
5729 2020-04-22 Tom de Vries <tdevries@suse.de>
5730
5731 PR symtab/25801
5732 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5733 in "info source" output.
5734
5735 2020-04-22 Tom de Vries <tdevries@suse.de>
5736
5737 PR symtab/25700
5738 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5739 symtab for imported_unit.c.
5740
5741 2020-04-21 Gary Benson <gbenson@redhat.com>
5742
5743 * gdb.base/advance.c (func): New argument, to match call site.
5744 (func2, func3): Add return statements.
5745
5746 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5747
5748 * gdb.multi/run-only-second-inf.c: New file.
5749 * gdb.multi/run-only-second-inf.exp: New file.
5750
5751 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5752
5753 * gdb.btrace/multi-inferior.c: New test.
5754 * gdb.btrace/multi-inferior.exp: New file.
5755
5756 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5757
5758 * gdb.btrace/enable-new-thread.c: New test.
5759 * gdb.btrace/enable-new-thread.exp: New file.
5760
5761 2020-04-21 Tom de Vries <tdevries@suse.de>
5762
5763 PR gdb/25471
5764 * gdb.threads/killed-outside.c: New test.
5765 * gdb.threads/killed-outside.exp: New file.
5766
5767 2020-04-20 Gary Benson <gbenson@redhat.com>
5768
5769 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5770 * gdb.base/nested-subp2.exp: Likewise.
5771 * gdb.base/nested-subp3.exp: Likewise.
5772
5773 2020-04-20 Gary Benson <gbenson@redhat.com>
5774
5775 * gdb.base/nested-subp1.exp: Disable test when using clang.
5776 * gdb.base/nested-subp2.exp: Likewise.
5777 * gdb.base/nested-subp3.exp: Likewise.
5778
5779 2020-04-20 Gary Benson <gbenson@redhat.com>
5780
5781 * gdb.cp/exception.cc: Fix compilation error with clang.
5782
5783 2020-04-20 Gary Benson <gbenson@redhat.com>
5784
5785 * gdb.trace/tspeed.c: Fix compilation error with clang.
5786
5787 2020-04-20 Gary Benson <gbenson@redhat.com>
5788
5789 * gdb.base/jit-main.c: Fix compilation error with clang.
5790
5791 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5792
5793 * gdb.base/attach-twice.c: Include "sys/types.h".
5794 (PTRACE_ATTACH): Add fallback definition.
5795 (main): Pass `0' to the 4th argument of `ptrace'.
5796
5797 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5798
5799 * gdb.base/fork-running-state.c: Include "signal.h".
5800
5801 2020-04-17 Tom Tromey <tromey@adacore.com>
5802
5803 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5804 Update tests.
5805 * gdb.btrace/cpu.exp: Update tests.
5806 * gdb.base/maint.exp: Update tests.
5807 * gdb.base/default.exp: Update tests.
5808 * gdb.base/completion.exp: Update tests.
5809
5810 2020-04-16 Tom de Vries <tdevries@suse.de>
5811
5812 PR symtab/25791
5813 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5814 (ensure_gdb_index): and factor out and move ...
5815 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5816 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5817
5818 2020-04-16 Tom de Vries <tdevries@suse.de>
5819
5820 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5821 loading exec.
5822
5823 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5824
5825 * gdb.base/many-completions.exp: New file.
5826
5827 2020-04-14 Tom de Vries <tdevries@suse.de>
5828
5829 PR symtab/25718
5830 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5831
5832 2020-04-14 Tom de Vries <tdevries@suse.de>
5833
5834 PR symtab/25720
5835 * gdb.base/maint-expand-symbols-header-file.c: New test.
5836 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5837 * gdb.base/maint-expand-symbols-header-file.h: New test.
5838
5839 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5840
5841 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5842 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5843 get_func_info.
5844 (get_func_info): Delete.
5845 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5846 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5847 * lib/dwarf.exp (get_func_info): New function.
5848
5849 2020-04-13 Tom de Vries <tdevries@suse.de>
5850
5851 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5852 to what find_gnatmake does.
5853
5854 2020-04-10 Tom de Vries <tdevries@suse.de>
5855
5856 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5857 -readnow.
5858
5859 2020-04-10 Tom de Vries <tdevries@suse.de>
5860
5861 PR cli/25808
5862 * gdb.base/style.c: Add leading newlines.
5863 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5864 Check listing of main's one-line body.
5865
5866 2020-04-08 Tom de Vries <tdevries@suse.de>
5867
5868 * lib/gdb.exp (psymtabs_p): New proc.
5869 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5870 importing unit" unsupported if there are no partial symbols.
5871
5872 2020-04-08 Tom de Vries <tdevries@suse.de>
5873
5874 PR testsuite/25760
5875 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5876
5877 2020-04-07 Tom de Vries <tdevries@suse.de>
5878
5879 PR symtab/25796
5880 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5881
5882 2020-04-07 Tom de Vries <tdevries@suse.de>
5883
5884 * gdb.base/check-psymtab.c: New test.
5885 * gdb.base/check-psymtab.exp: New file.
5886
5887 2020-04-06 Tom Tromey <tromey@adacore.com>
5888
5889 * gdb.ada/variant-record/proc.adb: New file.
5890 * gdb.ada/variant-record/value.adb: New file.
5891 * gdb.ada/variant-record/value.s: New file.
5892 * gdb.ada/variant-record.exp: New file.
5893
5894 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5895
5896 PR gdb/25325
5897 * gdb.cp/typed-enum.cc: New test.
5898 * gdb.cp/typed-enum.exp: New file.
5899
5900 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5901
5902 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5903 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5904 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5905 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5906 * gdb.opt/inline-small-func.c: New file.
5907 * gdb.opt/inline-small-func.exp: New file.
5908 * gdb.opt/inline-small-func.h: New file.
5909
5910 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5911
5912 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5913 function.
5914
5915 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5916
5917 * lib/dwarf.exp (function_range): Allow compiler options to be
5918 specified.
5919
5920 2020-04-02 Tom de Vries <tdevries@suse.de>
5921
5922 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5923 __attribute__((always_inline)).
5924 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5925
5926 2020-04-02 Tom de Vries <tdevries@suse.de>
5927
5928 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5929 (gdbserver_gdb_exit): ... here. Add timeout warning.
5930 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5931 (connect_target_extended_remote): Append new server_spawn_id to
5932 server_spawn_ids.
5933 (cleanup): New proc.
5934 (setup, <toplevel>): Call cleanup.
5935
5936 2020-04-02 Tom de Vries <tdevries@suse.de>
5937
5938 * gdb.base/main-psymtab.exp: New file.
5939
5940 2020-04-02 Tom de Vries <tdevries@suse.de>
5941
5942 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5943
5944 2020-04-01 Tom Tromey <tom@tromey.com>
5945
5946 * gdb.base/complex-parts.exp: Add type tests.
5947
5948 2020-04-01 Tom Tromey <tom@tromey.com>
5949
5950 * gdb.base/complex-parts.exp: Add arithmetic tests.
5951
5952 2020-04-01 Tom Tromey <tom@tromey.com>
5953
5954 * gdb.compile/compile.exp: Update.
5955 * gdb.compile/compile-cplus.exp: Update.
5956 * gdb.base/varargs.exp: Update.
5957 * gdb.base/floatn.exp: Update.
5958 * gdb.base/endianity.exp: Update.
5959 * gdb.base/callfuncs.exp (do_function_calls): Update.
5960 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5961 (complex_float_integral_args): Update.
5962 * gdb.base/complex.exp: Update.
5963 * gdb.base/complex-parts.exp: Update.
5964
5965 2020-04-01 Tom Tromey <tromey@adacore.com>
5966
5967 * gdb.rust/union.rs: New file.
5968 * gdb.rust/union.exp: New file.
5969 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5970 (main): Update.
5971 * gdb.rust/simple.exp: Move union tests to union.exp.
5972
5973 2020-04-01 Tom Tromey <tromey@adacore.com>
5974
5975 * gdb.rust/simple.rs (main): Remove "y0".
5976
5977 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5978
5979 * gdb.multi/stop-all-on-exit.c: New test.
5980 * gdb.multi/stop-all-on-exit.exp: New file.
5981
5982 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5983
5984 PR gdb/24789
5985 * gdb.cp/misc.cc: Add integer reference variable.
5986 * gdb.cp/misc.exp: Add test.
5987
5988 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5989
5990 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5991 scenario to cover execution until the end and also the case
5992
5993 2020-03-31 Tom de Vries <tdevries@suse.de>
5994
5995 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5996 c. Use "maint info symtabs" to check symtab expansion.
5997
5998 2020-03-30 Tom de Vries <tdevries@suse.de>
5999
6000 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
6001 unsupported.
6002 (verify_psymtab_expanded): Move ...
6003 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
6004 test.
6005 (readnow): New proc.
6006
6007 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6008
6009 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
6010 with $hex.
6011
6012 2020-03-20 Tom Tromey <tromey@adacore.com>
6013
6014 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
6015
6016 2020-03-20 Tom Tromey <tromey@adacore.com>
6017
6018 * gdb.ada/sub_variant/subv.adb: New file.
6019 * gdb.ada/sub_variant.exp: New file.
6020
6021 2020-03-20 Tom de Vries <tdevries@suse.de>
6022
6023 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
6024 first break fails.
6025 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
6026
6027 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6028
6029 * gdb.server/exit-multiple-threads.c: New file.
6030 * gdb.server/exit-multiple-threads.exp: New file.
6031
6032 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6033
6034 * gdb.fortran/mixed-lang-stack.c: New file.
6035 * gdb.fortran/mixed-lang-stack.cpp: New file.
6036 * gdb.fortran/mixed-lang-stack.exp: New file.
6037 * gdb.fortran/mixed-lang-stack.f90: New file.
6038
6039 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6040
6041 * gdb.linespec/cp-completion-aliases.cc: New file.
6042 * gdb.linespec/cp-completion-aliases.exp: New file.
6043
6044 2020-03-19 Tom de Vries <tdevries@suse.de>
6045
6046 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
6047 more precise.
6048
6049 2020-03-18 Tom de Vries <tdevries@suse.de>
6050
6051 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
6052 * gdb.dwarf2/break-inline-psymtab.c: New test.
6053 * gdb.dwarf2/break-inline-psymtab.exp: New file.
6054
6055 2020-03-16 Tom de Vries <tdevries@suse.de>
6056
6057 * lib/cache.exp (gdb_do_cache): Add and handle local variables
6058 cache_verify and cache_verify_proc.
6059
6060 2020-03-15 Tom de Vries <tdevries@suse.de>
6061
6062 * gdb.server/solib-list.exp: Handle
6063 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
6064
6065 2020-03-15 Tom de Vries <tdevries@suse.de>
6066
6067 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
6068 objfiles".
6069
6070 2020-03-14 Tom Tromey <tom@tromey.com>
6071
6072 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
6073
6074 2020-03-14 Tom de Vries <tdevries@suse.de>
6075
6076 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
6077
6078 2020-03-14 Tom de Vries <tdevries@suse.de>
6079
6080 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
6081 result in line-by-line fashion.
6082
6083 2020-03-14 Tom de Vries <tdevries@suse.de>
6084
6085 * lib/gdb.exp (supports_statement_frontiers): New proc.
6086 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
6087
6088 2020-03-14 Tom de Vries <tdevries@suse.de>
6089
6090 * gdb.base/printcmds.exp: Add missing quoting for "print
6091 teststring2".
6092
6093 2020-03-13 Tom Tromey <tom@tromey.com>
6094
6095 * gdb.base/printcmds.exp (test_print_strings): Add regression
6096 test.
6097 * gdb.base/printcmds.c (charptr): New typedef.
6098 (teststring2): New global.
6099
6100 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
6101
6102 * gdb.base/break-interp.exp: Use the tail of the filename, not the
6103 full path in the test name.
6104 (test_ld): Add some with_test_prefix blocks to make test names
6105 unique.
6106
6107 2020-03-13 Tom de Vries <tdevries@suse.de>
6108
6109 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
6110
6111 2020-03-13 Tom de Vries <tdevries@suse.de>
6112
6113 * gdb.mi/mi-sym-info.exp: Make matching more precise.
6114
6115 2020-03-13 Tom de Vries <tdevries@suse.de>
6116
6117 PR symtab/25646
6118 * gdb.dwarf2/imported-unit.exp: Add test.
6119
6120 2020-03-13 Tom de Vries <tdevries@suse.de>
6121
6122 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
6123 (var1, var2): New variable.
6124 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
6125 matching symbols.
6126
6127 2020-03-13 Tom de Vries <tdevries@suse.de>
6128
6129 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
6130 (Term::command): Use prompt prefix.
6131 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
6132 * gdb.tui/tui-layout-asm-short-prog.exp: Use
6133 command_no_prompt_prefix instead of prefix.
6134 * gdb.tui/tui-layout-asm.exp: Same.
6135
6136 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
6137
6138 * gdb.base/break-interp.exp: Use foreach_with_prefix.
6139
6140 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
6141
6142 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
6143 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
6144 on" while stepping over the test instruction, match printed
6145 message.
6146
6147 2020-03-12 Tom de Vries <tdevries@suse.de>
6148
6149 * gdb.base/info-types.exp: Use exp_continue during matching of output
6150 of "info types".
6151
6152 2020-03-12 Tom de Vries <tdevries@suse.de>
6153
6154 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
6155
6156 2020-03-12 Tom de Vries <tdevries@suse.de>
6157
6158 * gdb.fortran/module.exp: Use exp_continue during matching of output
6159 of "info variable -n".
6160
6161 2020-03-12 Tom de Vries <tdevries@suse.de>
6162
6163 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
6164 gdb.dwarf2/dw2-ranges-base.c.
6165
6166 2020-03-12 Tom de Vries <tdevries@suse.de>
6167
6168 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
6169 in presence of GLIBC debuginfo.
6170
6171 2020-03-12 Tom de Vries <tdevries@suse.de>
6172
6173 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
6174 $core.
6175
6176 2020-03-12 Tom de Vries <tdevries@suse.de>
6177
6178 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
6179 more precise.
6180
6181 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
6182
6183 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
6184 from Unix to Windows path.
6185
6186 2020-03-11 Tom de Vries <tdevries@suse.de>
6187
6188 * gdb.ada/minsyms.exp: Set language to ada.
6189
6190 2020-03-11 Tom de Vries <tdevries@suse.de>
6191
6192 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
6193
6194 2020-03-11 Tom de Vries <tdevries@suse.de>
6195
6196 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
6197
6198 2020-03-11 Tom Tromey <tromey@adacore.com>
6199
6200 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
6201
6202 2020-03-11 Tom de Vries <tdevries@suse.de>
6203
6204 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
6205
6206 2020-03-11 Tom de Vries <tdevries@suse.de>
6207
6208 * gdb.base/break-interp.exp: Limit verbose scope.
6209
6210 2020-03-11 Tom de Vries <tdevries@suse.de>
6211
6212 * gdb.fortran/logical.f90: Define variable with character type.
6213 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
6214
6215 2020-03-11 Tom de Vries <tdevries@suse.de>
6216
6217 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
6218
6219 2020-03-11 Tom de Vries <tdevries@suse.de>
6220
6221 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
6222 symtabs.
6223
6224 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6225 Bernd Edlinger <bernd.edlinger@hotmail.de>
6226
6227 * gdb.cp/step-and-next-inline.cc: New file.
6228 * gdb.cp/step-and-next-inline.exp: New file.
6229 * gdb.cp/step-and-next-inline.h: New file.
6230 * gdb.dwarf2/dw2-is-stmt.c: New file.
6231 * gdb.dwarf2/dw2-is-stmt.exp: New file.
6232 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
6233 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
6234 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
6235
6236 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6237
6238 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
6239 is-stmt flag in the line table.
6240
6241 2020-03-09 Tom de Vries <tdevries@suse.de>
6242
6243 * lib/gdb.exp (cached_file): Create cache dir.
6244
6245 2020-03-07 Tom de Vries <tdevries@suse.de>
6246
6247 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
6248 * gdb.cp/rvalue-ref-params.exp: Same.
6249
6250 2020-03-06 Tom de Vries <tdevries@suse.de>
6251
6252 * lib/gdb.exp (tentative_rename, cached_file): New proc.
6253 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
6254
6255 2020-03-06 Tom de Vries <tdevries@suse.de>
6256
6257 * README: Fix "the the".
6258 * gdb.base/dprintf.exp: Same.
6259
6260 2020-03-05 Tom de Vries <tdevries@suse.de>
6261
6262 * gdb.base/maint.exp: Update "main print statistics" expected output.
6263
6264 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6265
6266 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
6267 (fortran_int8): Likewise.
6268 (fortran_real4): Likewise.
6269 (fortran_real8): Likewise.
6270 (fortran_complex4): Likewise.
6271 (fortran_logical4): Likewise.
6272 (fortran_character1): Likewise.
6273
6274 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
6275
6276 * gdb.fortran/logical.exp: Add tests that any non-zero value is
6277 printed as true.
6278
6279 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
6280
6281 * gdb.base/printcmds.exp: Add test to verify printf of a
6282 variable holding an address.
6283
6284 2020-03-03 Tom de Vries <tdevries@suse.de>
6285
6286 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
6287
6288 2020-03-03 Tom de Vries <tdevries@suse.de>
6289
6290 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
6291 gdb_test_multiple call.
6292
6293 2020-03-03 Tom de Vries <tdevries@suse.de>
6294
6295 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
6296 gdb_test_multiple calls.
6297
6298 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6299
6300 * gdb.base/default.exp: Remove test of 'set history filename'.
6301 * gdb.base/gdbinit-history.exp: Add tests for setting the history
6302 filename to the empty string.
6303 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
6304 and GDBHISTSIZE.
6305
6306 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6307
6308 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
6309 disabled.
6310
6311 2020-03-02 Pedro Alves <palves@redhat.com>
6312 Tom de Vries <tdevries@suse.de>
6313
6314 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
6315 -prompt prefix, before user_code argument. Add -lbl option likewise.
6316 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
6317 (gdb_is_target_1): Add -prompt prefix and move to before user_code
6318 argument.
6319 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
6320 have "\r\n" at start-of-line, instead of at end-of-line.
6321
6322 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
6323
6324 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
6325 libinproctrace.so.
6326
6327 2020-02-28 Luis Machado <luis.machado@linaro.org>
6328
6329 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
6330 to "p/x".
6331
6332 2020-02-28 Luis Machado <luis.machado@linaro.org>
6333
6334 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
6335 asm/ptrace.h and error.h.
6336
6337 2020-02-28 Tom de Vries <tdevries@suse.de>
6338
6339 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
6340 (struct wrapper, do_something, mundane/symada__cS): Move ...
6341 * gdb.base/c-linkage-name-2.c: ... here. New source file.
6342 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
6343 Update "print symada__cS before partial symtab expansion" regexp.
6344 Update breakpoint location. Flush symbol cache after expansion.
6345
6346 2020-02-28 Luis Machado <luis.machado@linaro.org>
6347
6348 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
6349
6350 2020-02-27 Tom de Vries <tdevries@suse.de>
6351
6352 * config/sid.exp: Remove unused globals.
6353 * gdb.base/attach.exp: Same.
6354 * gdb.base/catch-load.exp: Same.
6355 * gdb.base/dbx.exp: Same.
6356 * lib/gdb.exp: Same.
6357 * lib/mi-support.exp: Same.
6358 * lib/prompt.exp: Same.
6359
6360 2020-02-27 Tom de Vries <tdevries@suse.de>
6361
6362 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
6363 not set.
6364
6365 2020-02-26 Aaron Merey <amerey@redhat.com>
6366
6367 * gdb.debuginfod: New directory for debuginfod tests.
6368 * gdb.debuginfod/main.c: New test file.
6369 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6370
6371 2020-02-26 Tom de Vries <tdevries@suse.de>
6372
6373 PR gdb/25603
6374 * gdb.base/persistent-lang.cc: New test.
6375 * gdb.base/persistent-lang.exp: New file.
6376
6377 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6378
6379 * gdb.fortran/derived-type-striding.exp: Add a new test.
6380 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
6381 new test.
6382
6383 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6384
6385 * gdb.base/cached-source-file.exp: Avoid source file paths in test
6386 names.
6387
6388 2020-02-25 Tom de Vries <tdevries@suse.de>
6389
6390 PR go/18926
6391 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6392
6393 2020-02-24 Tom de Vries <tdevries@suse.de>
6394
6395 PR gdb/25592
6396 * gdb.base/info-locals-unused-static-var.c: New test.
6397 * gdb.base/info-locals-unused-static-var.exp: New file.
6398
6399 2020-02-22 Tom Tromey <tom@tromey.com>
6400
6401 * gdb.python/tui-window.exp: New file.
6402 * gdb.python/tui-window.py: New file.
6403
6404 2020-02-22 Tom Tromey <tom@tromey.com>
6405
6406 PR tui/17850:
6407 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6408 tests.
6409
6410 2020-02-22 Tom Tromey <tom@tromey.com>
6411
6412 * gdb.tui/new-layout.exp: Add sub-layout tests.
6413
6414 2020-02-22 Tom Tromey <tom@tromey.com>
6415
6416 * gdb.tui/new-layout.exp: New file.
6417
6418 2020-02-22 Tom Tromey <tom@tromey.com>
6419
6420 * gdb.rust/rust-style.rs: New file.
6421 * gdb.rust/rust-style.exp: New file.
6422 * gdb.base/style.exp: Test structure printing.
6423 * gdb.base/style.c (struct some_struct): New type.
6424 (enum etype): New type.
6425 (struct_value): New global.
6426
6427 2020-02-21 Tom de Vries <tdevries@suse.de>
6428
6429 PR go/18926
6430 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6431 Remove blanket xfails. Use message argument for gdb_breakpoint.
6432 Make continuing to breakpoint test conditional on setting breakpoint.
6433 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6434 DW_AT_name attribute. Add xfail for GCC PR93866.
6435
6436 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6437
6438 * gdb.dwarf2/cpp-linkage-name.c: New file.
6439 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6440
6441 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
6442
6443 * lib/gdb.exp (gdb_wrapper_init): Reset
6444 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6445 not exist.
6446
6447 2020-02-20 Tom de Vries <tdevries@suse.de>
6448
6449 PR go/17018
6450 * gdb.go/hello.exp: Copy ...
6451 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6452 print of st to print value of global definition. Add xfail for GCC
6453 PR93844.
6454 * gdb.go/hello.exp: Remove printing of st before definition.
6455 * gdb.go/hello.go: Copy ...
6456 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6457 to st.
6458 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6459
6460 2020-02-20 Tom de Vries <tdevries@suse.de>
6461
6462 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6463 (gdb_simple_compile): Handle compile_flags go by using .go extension
6464 for source file.
6465 * gdb.go/chan.exp: Use support_go_compile.
6466 * gdb.go/handcall.exp: Same.
6467 * gdb.go/hello.exp: Same.
6468 * gdb.go/integers.exp: Same.
6469 * gdb.go/max-depth.exp: Same.
6470 * gdb.go/methods.exp: Same.
6471 * gdb.go/package.exp: Same.
6472 * gdb.go/strings.exp: Same.
6473 * gdb.go/types.exp: Same.
6474 * gdb.go/unsafe.exp: Same.
6475
6476 2020-02-19 Tom de Vries <tdevries@suse.de>
6477
6478 * gdb.python/lib-types.exp: Make xfail more strict.
6479
6480 2020-02-19 Tom de Vries <tdevries@suse.de>
6481
6482 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6483
6484 2020-02-19 Doug Evans <dje@google.com>
6485
6486 PR rust/25535
6487 * gdb.rust/simple.exp: Add test.
6488 * gdb.rust/simple.rs: Add test.
6489
6490 2020-02-19 Tom de Vries <tdevries@suse.de>
6491
6492 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6493 output line-by-line.
6494
6495 2020-02-19 Tom de Vries <tdevries@suse.de>
6496
6497 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6498
6499 2020-02-19 Tom de Vries <tdevries@suse.de>
6500
6501 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6502 prelink.
6503
6504 2020-02-19 Tom de Vries <tdevries@suse.de>
6505
6506 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6507 (gdb_do_cache): Use gdb_do_cache_wrap.
6508 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6509
6510 2020-02-19 Tom de Vries <tdevries@suse.de>
6511
6512 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6513 gdb_compile option.
6514
6515 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6516
6517 * gdb.base/printcmds.exp (test_print_enums): Update expected
6518 output.
6519
6520 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6521
6522 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6523 for "unknown".
6524
6525 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6526
6527 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6528 enumerator.
6529
6530 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6531
6532 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6533 FE_, add FE_NONE.
6534 (three): Update.
6535 (enum flag_enum_without_zero): New enum.
6536 (flag_enum_without_zero): New variable.
6537 (enum not_flag_enum): New enum.
6538 (three_not_flag): New variable.
6539 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6540 (test_print_enums): Add more tests for printing flag enums.
6541
6542 2020-02-18 Tom de Vries <tdevries@suse.de>
6543
6544 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6545 (gdb_compile_ada): ... here.
6546 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6547 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6548
6549 2020-02-14 Tom Tromey <tom@tromey.com>
6550
6551 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6552 build directory.
6553 * boards/gdbserver-base.exp: Update path to gdbserver.
6554
6555 2020-02-13 Tom de Vries <tdevries@suse.de>
6556
6557 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6558
6559 2020-02-13 Tom de Vries <tdevries@suse.de>
6560
6561 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6562 are missing.
6563
6564 2020-02-13 Tom de Vries <tdevries@suse.de>
6565
6566 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6567 call.
6568
6569 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6570
6571 PR tui/25126
6572 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6573 * gdb.base/cached-source-file.c: New file.
6574 * gdb.base/cached-source-file.exp: New file.
6575
6576 2020-02-11 Tom de Vries <tdevries@suse.de>
6577
6578 PR testsuite/25488
6579 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6580
6581 2020-02-10 Tom de Vries <tdevries@suse.de>
6582
6583 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6584
6585 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6586
6587 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6588 and $after_addr are both integers before making a comparison.
6589
6590 2020-02-09 Tom de Vries <tdevries@suse.de>
6591
6592 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6593 command output and paste it into gdb.log. If any, paste catch message
6594 to gdb.log.
6595
6596 2020-02-07 Tom Tromey <tromey@adacore.com>
6597
6598 PR breakpoints/24915:
6599 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6600
6601 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6602
6603 * gdb.tui/tui-missing-src.exp: Add the "missing source
6604 file" test for the TUI.
6605
6606 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6607
6608 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6609 including a port number in the output.
6610
6611 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6612
6613 * lib/fortran.exp (fortran_int4): Handle clang.
6614 (fortran_int8): Likewise.
6615 (fortran_real4): Likewise.
6616 (fortran_real8): Likewise.
6617 (fortran_complex4): Likewise.
6618 (fortran_logical4): Likewise.
6619 (fortran_character1): Likewise.
6620
6621 2020-02-04 Tom de Vries <tdevries@suse.de>
6622
6623 * README (Race detection): Add note.
6624
6625 2020-02-04 Tom de Vries <tdevries@suse.de>
6626
6627 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6628
6629 2020-02-04 Tom de Vries <tdevries@suse.de>
6630
6631 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6632
6633 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6634
6635 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6636 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6637 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6638 blttar, bnetarl.
6639 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6640 binary for blttar, bnetarl.
6641 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6642 wait instruction. Delete ldmx test.
6643 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6644
6645 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6646
6647 * gdb.fortran/array-bounds-high.exp: New file.
6648 * gdb.fortran/array-bounds-high.f90: New file.
6649
6650 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6651
6652 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6653 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6654
6655 2020-02-01 Tom de Vries <tdevries@suse.de>
6656
6657 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6658
6659 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6660
6661 PR tui/9765
6662 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6663 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6664
6665 2020-01-29 Luis Machado <luis.machado@linaro.org>
6666
6667 * gdb.arch/aarch64-brk-patterns.c: New source file.
6668 * gdb.arch/aarch64-brk-patterns.exp: New test.
6669
6670 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6671
6672 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6673 GCC/Clang version.
6674 * gdb.cp/pass-by-ref.exp: Ditto.
6675
6676 2020-01-29 Tom de Vries <tdevries@suse.de>
6677
6678 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6679 * gdb.threads/watchpoint-fork-mt.c: Same.
6680 * gdb.threads/watchpoint-fork-parent.c: Same.
6681 * gdb.threads/watchpoint-fork-st.c: Same.
6682 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6683
6684 2020-01-27 Luis Machado <luis.machado@linaro.org>
6685
6686 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6687 sitting at a syscall instruction when we hit the syscall function's
6688 breakpoint.
6689 Check PC against one obtained with the x command.
6690 Validate syscall number.
6691 (step_over_syscall): Don't continue to the syscall instruction if
6692 we're already there.
6693
6694 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6695
6696 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6697
6698 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6699
6700 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6701 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6702
6703 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6704
6705 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6706 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6707
6708 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6709
6710 * gdb.base/maint.exp: Update line table parsing test.
6711 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6712
6713 2020-01-24 Pedro Alves <palves@redhat.com>
6714
6715 PR gdb/25410
6716 * gdb.multi/multi-re-run-1.c: New.
6717 * gdb.multi/multi-re-run-2.c: New.
6718 * gdb.multi/multi-re-run.exp: New.
6719
6720 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6721
6722 PR gdb/23718
6723 * gdb.server/server-kill-python.exp: New file.
6724
6725 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6726
6727 * gdb.server/multi-ui-errors.c: New file.
6728 * gdb.server/multi-ui-errors.exp: New file.
6729
6730 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6731
6732 PR tui/9765
6733 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6734
6735 2020-01-19 Tom Tromey <tom@tromey.com>
6736
6737 * gdb.tui/main.exp: Add check for plain "file".
6738
6739 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6740
6741 * lib/gdb.exp: Fix spelling error (seperatelly).
6742
6743 2020-01-14 Tom Tromey <tom@tromey.com>
6744
6745 PR symtab/12535:
6746 * gdb.python/python.exp: Test decode_line with empty string
6747 argument.
6748
6749 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6750
6751 * gdb.base/skip-inline.exp: Extend test.
6752
6753 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6754
6755 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6756 * gdb.dwarf2/dw2-bad-elf.c: New file.
6757 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6758
6759 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6760
6761 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6762 _line_saw_file.
6763
6764 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6765
6766 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6767 border.
6768
6769 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6770
6771 * gdb.multi/multi-target.exp (setup): Factor out "info
6772 connections" and "info inferiors" tests to ...
6773 (test_info_inferiors): ... this new procedure.
6774 (top level): Run new "info-inferiors" tests.
6775
6776 2020-01-10 Pedro Alves <palves@redhat.com>
6777
6778 * gdb.server/bkpt-other-inferior.exp: New file.
6779
6780 2020-01-10 Pedro Alves <palves@redhat.com>
6781
6782 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6783 of "add-inferior".
6784 * gdb.base/quit-live.exp: Likewise.
6785 * gdb.base/remote-exec-file.exp: Likewise.
6786 * gdb.guile/scm-progspace.exp: Likewise.
6787 * gdb.linespec/linespec.exp: Likewise.
6788 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6789 * gdb.mi/user-selected-context-sync.exp: Likewise.
6790 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6791 "info inferiors" tests.
6792 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6793 "add-inferior".
6794 * gdb.multi/watchpoint-multi.exp: Likewise.
6795 * gdb.python/py-inferior.exp: Likewise.
6796 * gdb.server/extended-remote-restart.exp: Likewise.
6797 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6798 "info inferiors".
6799 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6800 * gdb.trace/report.exp: Likewise.
6801
6802 2020-01-10 Pedro Alves <palves@redhat.com>
6803
6804 * gdb.multi/multi-target.c: New file.
6805 * gdb.multi/multi-target.exp: New file.
6806 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6807 mode requested, but remote does not support non-stop".
6808
6809 2020-01-10 Pedro Alves <palves@redhat.com>
6810
6811 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6812 disconnect before reconnecting.
6813
6814 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6815 Pedro Alves <palves@redhat.com>
6816
6817 * gdb.server/connect-without-multi-process.exp: Also test
6818 continuing to end.
6819
6820 2020-01-10 Pedro Alves <palves@redhat.com>
6821
6822 * gdb.base/remote-exec-file.exp: New file.
6823
6824 2020-01-10 Pedro Alves <palves@redhat.com>
6825
6826 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6827 output.
6828 * gdb.threads/async.c: New.
6829 * gdb.threads/async.exp: New.
6830 * gdb.multi/tids-gid-reset.c: New.
6831 * gdb.multi/tids-gid-reset.exp: New.
6832
6833 2020-01-10 George Barrett <bob@bob131.so>
6834
6835 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6836 to help in finding the image relocation offset.
6837 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6838 options in arguments.
6839 (stap_test_no_debuginfo): Likewise.
6840 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6841 test variants.
6842 (stap_test): Add null semaphore relocation test.
6843
6844 2020-01-10 George Barrett <bob@bob131.so>
6845
6846 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6847 * gdb.base/stap-probe.exp: Likewise.
6848 (stap_test): Pass argument as an additional flag.
6849 (stap_test_no_debuginfo): Likewise.
6850 (stap_test): Check `info probes stap' output for semaphore
6851 addresses if the test binary is supposed to have them.
6852
6853 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6854
6855 * gdb.tui/basic.exp: Add more scrolling tests.
6856
6857 2020-01-09 Tom Tromey <tom@tromey.com>
6858
6859 PR tui/18932:
6860 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6861 meangingful value.
6862 (Term::command, Term::resize): Update.
6863 * gdb.tui/basic.exp: Add scrolling test.
6864
6865 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6866
6867 * gdb.tui/tui-layout-asm.exp: New file.
6868
6869 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6870
6871 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6872
6873 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6874
6875 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6876 (Term::enter_tui): Use Term::prepare_for_tui.
6877
6878 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6879
6880 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6881 called.
6882
6883 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6884
6885 * gdb.base/skip.exp: Fix race condition in test.
6886
6887 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6888
6889 * gdb.base/backtrace.c: New file.
6890 * gdb.base/backtrace.exp: New file.
6891
6892 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6893
6894 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6895
6896 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6897
6898 * gdb.base/style.exp: Test that warnings are styled.
6899
6900 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6901
6902 * gdb.base/line65535.exp: New file.
6903 * gdb.base/line65535.c: New file.
6904
6905 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6906
6907 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6908 * lib/gnat_debug_info_test.adb: New file.
6909 * gdb.ada/ptype_tagged_param.exp: Use
6910 gnat_runtime_has_debug_info, expect a different output if
6911 runtime does not have debug info.
6912
6913 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6914
6915 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6916 (another) quote in test name.
6917
6918 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6919
6920 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6921 Add quote in test name.
6922
6923 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6924
6925 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6926 directory instead.
6927 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6928 * gdb.cp/pass-by-ref-2.cc: New file.
6929 * gdb.cp/pass-by-ref-2.exp: New file.
6930
6931 2019-12-20 Tom Tromey <tom@tromey.com>
6932
6933 * gdb.tui/list-before.exp: New file.
6934
6935 2019-12-20 Tom Tromey <tom@tromey.com>
6936
6937 * gdb.tui/list.exp: Check for source on initial listing.
6938
6939 2019-12-11 Tom Tromey <tromey@adacore.com>
6940
6941 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6942 Add crlf test.
6943
6944 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6945
6946 * gdb.base/default.exp: Update value of $_gdb_major.
6947
6948 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6949
6950 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6951
6952 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6953
6954 * gdb.base/skip.exp: Whitespace fix.
6955
6956 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6957
6958 * gdb.base/skip-inline.c: New file.
6959 * gdb.base/skip-inline.exp: New file.
6960
6961 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6962
6963 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6964 jit_function_00 to jit_function_stack_mangle.
6965 * gdb.base/jithost.c (jit_function_t): Rename to...
6966 (jit_function_stack_mangle_t): ... this.
6967 (jit_function_add_t): New typedef.
6968 (jit_function_00_code): Rename to...
6969 (jit_function_stack_mangle_code): ... this, make static.
6970 (jit_function_add_code): New.
6971 (main): Generate "add" function and call it. Adjust to changes
6972 in jithost_abi.
6973 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6974 (struct jithost_abi) <begin, end>: Remove fields.
6975 <object, function_stack_mangle, function_add>: New fields.
6976 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6977 code_end>: Remove fields.
6978 <func_stack_mangle>: New field.
6979 (read_debug_info): Adjust to renaming, create block for "add"
6980 function.
6981 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6982
6983 2019-12-11 Tom Tromey <tom@tromey.com>
6984
6985 * gdb.tui/resize.exp: Fix regexp.
6986 * gdb.tui/regs.exp: Fix regexps.
6987 * gdb.tui/main.exp: Fix regexp.
6988
6989 2019-12-11 Tom Tromey <tom@tromey.com>
6990
6991 * gdb.tui/resize.exp: Update.
6992 * gdb.tui/empty.exp (layouts): Update.
6993
6994 2019-12-11 Tom Tromey <tom@tromey.com>
6995
6996 * gdb.tui/regs.exp: Update.
6997 * gdb.tui/empty.exp (layouts): Update.
6998 * gdb.tui/basic.exp: Update.
6999 * lib/tuiterm.exp (_check_box): Don't check bottom border.
7000
7001 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7002
7003 * gdb.base/options.exp: Add -raw-values in the print completion list.
7004 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
7005
7006 2019-12-10 Kevin Buettner <kevinb@redhat.com>
7007
7008 * gdb.threads/omp-par-scope.c: New file.
7009 * gdb/threads/omp-par-scope.exp: New file.
7010
7011 2019-12-10 Kevin Buettner <kevinb@redhat.com>
7012
7013 * lib/gdb.exp (support_nested_function_tests): New proc.
7014
7015 2019-12-10 Kevin Buettner <kevinb@redhat.com>
7016
7017 * lib/gdb.exp (gdb_compile_openmp): New proc.
7018 (build_executable_from_specs): Add an "openmp" option.
7019 (gdb_compile_pthreads): Add non-executable case.
7020
7021 2019-12-10 Tom Tromey <tromey@adacore.com>
7022
7023 * gdb.ada/unchecked_union.exp: New file.
7024 * gdb.ada/unchecked_union/pck.adb: New file.
7025 * gdb.ada/unchecked_union/pck.ads: New file.
7026 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
7027 * gdb-utils.exp (string_to_regexp): Also quote "?".
7028
7029 2019-12-10 George Barrett <bob@bob131.so>
7030
7031 Test scripted probe breakpoints.
7032 * gdb.guile/scm-breakpoint.c (main): Add probe point.
7033 * gdb.python/py-breakpoint.c (main): Likewise.
7034 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
7035 specifier test.
7036 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
7037
7038 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7039
7040 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
7041 an rvalue parameter.
7042 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
7043 parameter.
7044
7045 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7046
7047 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
7048 modules.
7049
7050 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7051
7052 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
7053 broken version of GCC.
7054
7055 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7056
7057 * gdb.fortran/info-modules.exp: Rewrite to make use of new
7058 sym-info-cmds library.
7059 * gdb.fortran/info-types.exp: Likewise.
7060 * lib/sym-info-cmds.exp: New file.
7061
7062 2019-12-08 Tom de Vries <tdevries@suse.de>
7063
7064 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
7065
7066 2019-12-07 Keith Seitz <keiths@redhat.com>
7067
7068 * gdb.base/corefile-buildid-shlib-shr.c: New file.
7069 * gdb.base/corefile-buildid-shlib.c: New file.
7070 * gdb.base/corefile-buildid.c: New file.
7071 * gdb.base/corefile-buildid.exp: New file.
7072
7073 2019-12-06 Tom de Vries <tdevries@suse.de>
7074
7075 * gdb.dwarf2/varval.exp: Add decl before def test.
7076
7077 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7078
7079 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
7080
7081 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7082
7083 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
7084 CV and reference conversion for overload resolution.
7085 * gdb.cp/rvalue-ref-overload.exp: Test it.
7086
7087 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7088
7089 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
7090 * gdb.base/frameapply.exp: Test faas without command.
7091
7092 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7093
7094 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
7095 Fortran tests.
7096 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
7097 order.
7098
7099 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7100
7101 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
7102 casting to type with no kind specified.
7103 (test_basic_parsing_of_type_kinds): Additional tests for types
7104 with no kind specified, and add tests for single/double
7105 precision/complex types.
7106
7107 2019-12-04 Tom Tromey <tromey@adacore.com>
7108
7109 * gdb.base/endianity.c (struct other) <x>: New field.
7110 (main): Initialize it.
7111 * gdb.base/endianity.exp: Update.
7112
7113 2019-12-04 Tom Tromey <tromey@adacore.com>
7114
7115 * gdb.ada/scalar_storage/storage.adb: New file.
7116 * gdb.ada/scalar_storage/pck.adb: New file.
7117 * gdb.ada/scalar_storage/pck.ads: New file.
7118 * gdb.ada/scalar_storage.exp: New file.
7119
7120 2019-12-04 Tom Tromey <tromey@adacore.com>
7121
7122 * gdb.base/endianity.c (struct otherendian) <f>: New field.
7123 (main): Initialize it.
7124 * gdb.base/endianity.exp: Update.
7125
7126 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7127
7128 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
7129
7130 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7131
7132 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
7133 -symbol-info-module-functions and -symbol-info-module-variables.
7134
7135 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
7136
7137 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
7138
7139 2019-12-01 Richard Bunt <richard.bunt@arm.com>
7140 Andrew Burgess <andrew.burgess@embecosm.com>
7141
7142 * gdb.fortran/derived-type-striding.exp: New file.
7143 * gdb.fortran/derived-type-striding.f90: New file.
7144 * gdb.fortran/array-slices.exp: New file.
7145 * gdb.fortran/array-slices.f90: New file.
7146
7147 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7148
7149 * gdb.base/define.exp: Test . in command names.
7150 * gdb.base/setshow.exp: Update test, as . is now part of
7151 command name.
7152
7153 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7154
7155 * gdb.base/define-prefix.exp: New file.
7156
7157 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
7158
7159 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
7160 compile.
7161 (skip_btrace_pt_tests): Likewise.
7162
7163 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7164
7165 * gdb.fortran/info-modules.exp: Compile source files in correct
7166 order.
7167
7168 2019-11-27 Kevin Buettner <kevinb@redhat.com>
7169
7170 * gdb.dwarf2/imported-unit.exp: New file.
7171 * gdb.dwarf2/imported-unit.c: New file.
7172
7173 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7174
7175 * gdb.mi/mi-fortran-modules-2.f90: New file.
7176 * gdb.mi/mi-fortran-modules.exp: New file.
7177 * gdb.mi/mi-fortran-modules.f90: New file.
7178
7179 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7180
7181 * gdb.mi/mi-sym-info-1.c: New file.
7182 * gdb.mi/mi-sym-info-2.c: New file.
7183 * gdb.mi/mi-sym-info.exp: New file.
7184
7185 2019-11-22 Tom Tromey <tromey@adacore.com>
7186
7187 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
7188 * gdb.ada/tasks/foo.adb: Add another stopping location.
7189
7190 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
7191
7192 * gdb.base/endianity.c: New test.
7193 * gdb.base/endianity.exp: New file.
7194
7195 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
7196
7197 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
7198
7199 2019-11-21 Tom de Vries <tdevries@suse.de>
7200
7201 PR gdb/24956
7202 * gdb.base/ui-redirect.exp: Test output of user-defined command.
7203
7204 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7205
7206 * gdb.python/py-progspace.exp: Add missing parentheses on some
7207 'print' commands.
7208
7209 2019-11-19 Tom Tromey <tom@tromey.com>
7210
7211 * gdb.tui/winheight.exp: New file.
7212
7213 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7214
7215 * gdb.base/ctf-whatis.c: Delete.
7216 * gdb.base/ctf-whatis.exp: Delete.
7217 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
7218
7219 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7220
7221 * gdb.base/ctf-cvexpr.exp: Delete.
7222 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
7223
7224 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7225
7226 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
7227 the compiler. Clean up header comment a little.
7228 * gdb.base/ctf-ptype.exp: Likewise.
7229 * gdb.base/ctf-whatis.exp: Likewise.
7230 * lib/gdb.exp (skip_ctf_tests): New proc.
7231
7232 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
7233
7234 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
7235 * gdb.tui/corefile-run.exp: New file.
7236
7237 2019-11-14 Tom Tromey <tromey@adacore.com>
7238
7239 * gdb.base/gdbvars.exp (test_convenience_variables): Add
7240 regression tests.
7241
7242 2019-11-12 Tom Tromey <tom@tromey.com>
7243
7244 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
7245 after any command. Expect prompt after WAIT_FOR is seen.
7246 (enter_tui): Enable resize messages.
7247 (command): Expect command in output.
7248 (get_line): Avoid error when cursor appears to be off-screen.
7249 (dump_screen): Include screen size in title.
7250 (_do_resize): New proc, from "resize".
7251 (resize): Rewrite. Do resize in two steps.
7252 * gdb.tui/empty.exp (layouts): Fix entries.
7253 (check_boxes): Remove xfail.
7254 (check_text): Dump screen on failure.
7255
7256 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7257
7258 * gdb.python/py-symbol.exp: Add test for
7259 gdb.lookup_static_symbols.
7260
7261 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7262
7263 * gdb.python/py-symbol.c: Declare and call function from new
7264 py-symbol-2.c file.
7265 * gdb.python/py-symbol.exp: Compile both source files, and add new
7266 tests for gdb.lookup_static_symbol.
7267 * gdb.python/py-symbol-2.c: New file.
7268
7269 2019-11-02 Tom de Vries <tdevries@suse.de>
7270
7271 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
7272 * gdb.base/anon.exp: Same.
7273 * gdb.base/auto-connect-native-target.exp: Same.
7274 * gdb.base/call-ar-st.exp: Same.
7275 * gdb.base/catch-syscall.exp: Same.
7276 * gdb.base/commands.exp: Same.
7277 * gdb.base/default.exp: Same.
7278 * gdb.base/display.exp: Same.
7279 * gdb.base/float.exp: Same.
7280 * gdb.base/foll-fork.exp: Same.
7281 * gdb.base/help.exp: Same.
7282 * gdb.base/info-macros.exp: Same.
7283 * gdb.base/info-proc.exp: Same.
7284 * gdb.base/info-target.exp: Same.
7285 * gdb.base/long_long.exp: Same.
7286 * gdb.base/macscp.exp: Same.
7287 * gdb.base/memattr.exp: Same.
7288 * gdb.base/nofield.exp: Same.
7289 * gdb.base/pointers.exp: Same.
7290 * gdb.base/printcmds.exp: Same.
7291 * gdb.base/ptype.exp: Same.
7292 * gdb.base/restore.exp: Same.
7293 * gdb.base/return.exp: Same.
7294 * gdb.base/scope.exp: Same.
7295 * gdb.base/set-noassign.exp: Same.
7296 * gdb.base/setshow.exp: Same.
7297 * gdb.base/shlib-call.exp: Same.
7298 * gdb.base/signals.exp: Same.
7299 * gdb.base/sigstep.exp: Same.
7300 * gdb.base/skip.exp: Same.
7301 * gdb.base/solib-symbol.exp: Same.
7302 * gdb.base/stap-probe.exp: Same.
7303 * gdb.base/step-line.exp: Same.
7304 * gdb.base/step-test.exp: Same.
7305 * gdb.base/style.exp: Same.
7306 * gdb.base/varargs.exp: Same.
7307 * gdb.base/vla-datatypes.exp: Same.
7308 * gdb.base/vla-ptr.exp: Same.
7309 * gdb.base/vla-sideeffect.exp: Same.
7310 * gdb.base/volatile.exp: Same.
7311 * gdb.base/watch-cond-infcall.exp: Same.
7312 * gdb.base/watchpoint.exp: Same.
7313
7314 2019-11-02 Tom de Vries <tdevries@suse.de>
7315
7316 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
7317 * gdb.cp/cpexprs.exp: Same.
7318 * gdb.cp/except-multi-location.exp: Same.
7319 * gdb.cp/exceptprint.exp: Same.
7320 * gdb.cp/gdb2384.exp: Same.
7321 * gdb.cp/inherit.exp: Same.
7322 * gdb.cp/m-static.exp: Same.
7323 * gdb.cp/meth-typedefs.exp: Same.
7324 * gdb.cp/misc.exp: Same.
7325 * gdb.cp/namespace.exp: Same.
7326 * gdb.cp/non-trivial-retval.exp: Same.
7327 * gdb.cp/overload.exp: Same.
7328 * gdb.cp/pr17132.exp: Same.
7329 * gdb.cp/re-set-overloaded.exp: Same.
7330 * gdb.cp/rvalue-ref-types.exp: Same.
7331 * gdb.cp/templates.exp: Same.
7332
7333 2019-11-01 Luis Machado <luis.machado@linaro.org>
7334
7335 PR gdb/25124
7336
7337 * gdb.arch/pr25124.S: New file.
7338 * gdb.arch/pr25124.exp: New file.
7339
7340 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7341
7342 * gdb.fortran/info-modules.exp: Update expected results, and add
7343 additional tests for 'info module functinos', and 'info module
7344 variables'.
7345 * gdb.fortran/info-types.exp: Update expected results.
7346 * gdb.fortran/info-types.f90: Extend testcase with additional
7347 module variables and functions.
7348
7349 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7350
7351 * gdb.fortran/info-modules.exp: New file.
7352 * gdb.fortran/info-types.exp: Build with new file.
7353 * gdb.fortran/info-types.f90: Include and use new module.
7354 * gdb.fortran/info-types-2.f90: New file.
7355
7356 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7357
7358 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
7359 * gdb.base/settings.exp: Test all settings types using
7360 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
7361 that now verifies that the value of "maint show" is the same as
7362 returned by the settings functions. Test the type of the
7363 maintenance settings.
7364 * gdb.base/default.exp: Update show_conv_list.
7365
7366 2019-10-31 Tom de Vries <tdevries@suse.de>
7367
7368 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
7369 gdb_test.
7370 * gdb.arch/amd64-disp-step.exp: Same.
7371 * gdb.asm/asm-source.exp: Same.
7372 * gdb.btrace/buffer-size.exp: Same.
7373 * gdb.btrace/cpu.exp: Same.
7374 * gdb.btrace/enable.exp: Same.
7375 * gdb.dwarf2/count.exp: Same.
7376 * gdb.dwarf2/dw2-ranges-func.exp: Same.
7377 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
7378 * gdb.fortran/vla-datatypes.exp: Same.
7379 * gdb.fortran/vla-history.exp: Same.
7380 * gdb.fortran/vla-ptype.exp: Same.
7381 * gdb.fortran/vla-value.exp: Same.
7382 * gdb.fortran/whatis_type.exp: Same.
7383 * gdb.guile/guile.exp: Same.
7384 * gdb.multi/tids.exp: Same.
7385 * gdb.python/py-finish-breakpoint.exp: Same.
7386 * gdb.python/py-framefilter.exp: Same.
7387 * gdb.python/py-pp-registration.exp: Same.
7388 * gdb.python/py-xmethods.exp: Same.
7389 * gdb.python/python.exp: Same.
7390 * gdb.server/connect-with-no-symbol-file.exp: Same.
7391 * gdb.server/no-thread-db.exp: Same.
7392 * gdb.server/run-without-local-binary.exp: Same.
7393 * gdb.stabs/weird.exp: Same.
7394 * gdb.threads/attach-many-short-lived-threads.exp: Same.
7395 * gdb.threads/thread-find.exp: Same.
7396 * gdb.threads/tls-shared.exp: Same.
7397 * gdb.threads/tls.exp: Same.
7398 * gdb.threads/wp-replication.exp: Same.
7399 * gdb.trace/ax.exp: Same.
7400 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7401
7402 2019-10-31 Tom de Vries <tdevries@suse.de>
7403
7404 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7405 * gdb.ada/array_subscript_addr.exp: Same.
7406 * gdb.ada/arrayidx.exp: Same.
7407 * gdb.ada/arrayparam.exp: Same.
7408 * gdb.ada/arrayptr.exp: Same.
7409 * gdb.ada/boolean_expr.exp: Same.
7410 * gdb.ada/call_pn.exp: Same.
7411 * gdb.ada/complete.exp: Same.
7412 * gdb.ada/fixed_cmp.exp: Same.
7413 * gdb.ada/fun_addr.exp: Same.
7414 * gdb.ada/funcall_param.exp: Same.
7415 * gdb.ada/interface.exp: Same.
7416 * gdb.ada/mod_from_name.exp: Same.
7417 * gdb.ada/null_array.exp: Same.
7418 * gdb.ada/packed_array.exp: Same.
7419 * gdb.ada/packed_tagged.exp: Same.
7420 * gdb.ada/print_chars.exp: Same.
7421 * gdb.ada/print_pc.exp: Same.
7422 * gdb.ada/ptype_arith_binop.exp: Same.
7423 * gdb.ada/ptype_field.exp: Same.
7424 * gdb.ada/ptype_tagged_param.exp: Same.
7425 * gdb.ada/rec_return.exp: Same.
7426 * gdb.ada/ref_tick_size.exp: Same.
7427 * gdb.ada/str_ref_cmp.exp: Same.
7428 * gdb.ada/taft_type.exp: Same.
7429 * gdb.ada/tagged.exp: Same.
7430 * gdb.ada/type_coercion.exp: Same.
7431 * gdb.ada/uninitialized_vars.exp: Same.
7432
7433 2019-10-30 Tom de Vries <tdevries@suse.de>
7434
7435 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7436
7437 2019-10-26 Tom de Vries <tdevries@suse.de>
7438
7439 * gdb.base/bigcore.c: Fix typos in comments.
7440 * gdb.base/ctf-ptype.c: Same.
7441 * gdb.base/long_long.c: Same.
7442 * gdb.dwarf2/dw2-op-out-param.S: Same.
7443 * gdb.python/py-evthreads.c: Same.
7444 * gdb.reverse/i387-stack-reverse.c: Same.
7445 * gdb.trace/tfile.c: Same.
7446 * lib/compiler.c: Same.
7447 * lib/compiler.cc: Same.
7448
7449 2019-10-25 Tom de Vries <tdevries@suse.de>
7450
7451 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7452 gdb_test_multiple calls.
7453 * gdb.reverse/sigall-reverse.exp: Same.
7454 * gdb.reverse/solib-precsave.exp: Same.
7455 * gdb.reverse/solib-reverse.exp: Same.
7456 * gdb.reverse/until-precsave.exp: Same.
7457 * gdb.reverse/until-reverse.exp: Same.
7458
7459 2019-10-24 Tom de Vries <tdevries@suse.de>
7460
7461 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7462 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7463 kfail using -wrap pattern flag and convenience variable
7464 gdb_test_name.
7465
7466 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7467
7468 * gdb.python/py-progspace.exp: Add tests for the
7469 Progspace.block_for_pc method.
7470
7471 2019-10-23 Tom Tromey <tom@tromey.com>
7472
7473 * configure: Rebuild.
7474 * aclocal.m4: Use m4_include, not sinclude.
7475
7476 2019-10-21 Tom de Vries <tdevries@suse.de>
7477
7478 * gdb.base/infcall-nested-structs.c: Add
7479 __attribute__((noinline,noclone)) to all functions.
7480 (call_all): Add missing variable initialization. Simplify return value.
7481 (breakpt): Increment volatile variable, to prevent call from being
7482 optimized out.
7483 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7484
7485 2019-10-17 Tom de Vries <tdevries@suse.de>
7486
7487 * gdb.fortran/module.exp: Allow info variables to print info for files
7488 other than module.f90.
7489
7490 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7491
7492 * gdb.fortran/module.exp: Extend with 'info variables' test.
7493
7494 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7495
7496 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7497 F77_FOR_TARGET.
7498
7499 2019-10-16 Tom de Vries <tdevries@suse.de>
7500
7501 PR tdep/25096
7502 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7503
7504 2019-10-16 Tom de Vries <tdevries@suse.de>
7505
7506 PR tdep/24104
7507 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7508 Add KFAIL for PR tdep/25096.
7509
7510 2019-10-16 Tom de Vries <tdevries@suse.de>
7511
7512 PR testsuite/25059
7513 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7514
7515 2019-10-16 Tom de Vries <tdevries@suse.de>
7516
7517 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7518 as signed.
7519
7520 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7521
7522 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7523 one instead of increasing timeout.
7524
7525 2019-10-13 Tom de Vries <tdevries@suse.de>
7526
7527 PR record/25038
7528 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7529 * gdb.reverse/sigall-reverse.exp: Same.
7530 * gdb.reverse/solib-precsave.exp: Same.
7531 * gdb.reverse/solib-reverse.exp: Same.
7532 * gdb.reverse/step-precsave.exp: Same.
7533 * gdb.reverse/until-precsave.exp: Same.
7534 * gdb.reverse/until-reverse.exp: Same.
7535 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7536
7537 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7538
7539 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7540 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7541 (cmp_struct_05_01, cmp_struct_static_02_01)
7542 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7543 comparisons.
7544
7545 2019-10-10 Tom de Vries <tdevries@suse.de>
7546
7547 PR testsuite/24888
7548 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7549 gnatlink.
7550
7551 2019-10-09 Tom de Vries <tdevries@suse.de>
7552
7553 PR testsuite/25048
7554 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7555
7556 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7557
7558 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7559 exceptions due to missing debug information.
7560
7561 2019-10-07 Tom de Vries <tdevries@suse.de>
7562
7563 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7564
7565 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7566
7567 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7568 * gdb.base/annota1.exp: Update to use gdb_test_name.
7569
7570 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
7571
7572 * gdb.base/ctf-whatis.exp: New file.
7573 * gdb.base/ctf-whatis.c: New file.
7574 * gdb.base/ctf-ptype.exp: New file.
7575 * gdb.base/ctf-ptype.c: New file.
7576 * gdb.base/ctf-constvars.exp: New file.
7577 * gdb.base/ctf-constvars.c: New file.
7578 * gdb.base/ctf-cvexpr.exp: New file.
7579
7580 2019-10-04 Tom de Vries <tdevries@suse.de>
7581
7582 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7583 for loop.
7584
7585 2019-10-03 Tom Tromey <tom@tromey.com>
7586
7587 PR rust/24976:
7588 * gdb.rust/simple.rs (Union2): New type.
7589 (main): Use Union2.
7590 * gdb.rust/simple.exp: Add test.
7591
7592 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7593
7594 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7595 nested function prefix.
7596
7597 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7598 Richard Bunt <richard.bunt@arm.com>
7599 Andrew Burgess <andrew.burgess@embecosm.com>
7600
7601 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7602 nested functions.
7603 * gdb.fortran/nested-funcs.f90: Update expected results.
7604 * gdb.fortran/nested-funcs-2.exp: New file.
7605 * gdb.fortran/nested-funcs-2.f90: New file.
7606
7607 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7608
7609 * gdb.python/py-parameter.exp: Make test names unique.
7610 * gdb.python/py-template.exp: Likewise.
7611 * gdb.python/py-value.exp: Likewise.
7612
7613 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7614
7615 * gdb.base/break-interp.exp: Reduce test name duplication.
7616 * gdb.base/call-sc.exp: Likewise.
7617 * gdb.base/callfuncs.exp: Likewise.
7618 * gdb.base/charset.exp: Likewise.
7619 * gdb.base/dump.exp: Likewise.
7620 * gdb.base/ena-dis-br.exp: Likewise.
7621 * gdb.base/relational.exp: Likewise.
7622 * gdb.base/step-over-syscall.exp: Likewise.
7623 * gdb.base/structs.exp: Likewise.
7624
7625 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7626
7627 * gdb.linespec/explicit.exp: Make test names unique.
7628 * gdb.linespec/ls-errs.exp: Likewise.
7629
7630 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7631
7632 * gdb.reverse/break-precsave.exp: Make test names unique.
7633 * gdb.reverse/break-reverse.exp: Likewise.
7634 * gdb.reverse/finish-precsave.exp: Likewise.
7635 * gdb.reverse/finish-reverse.exp: Likewise.
7636 * gdb.reverse/machinestate-precsave.exp: Likewise.
7637 * gdb.reverse/machinestate.exp: Likewise.
7638 * gdb.reverse/readv-reverse.exp: Likewise.
7639 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7640 * gdb.reverse/sigall-precsave.exp: Likewise.
7641 * gdb.reverse/sigall-reverse.exp: Likewise.
7642 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7643 * gdb.reverse/watch-precsave.exp: Likewise.
7644 * gdb.reverse/watch-reverse.exp: Likewise.
7645
7646 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7647
7648 * gdb.threads/stop-with-handle.c: New file.
7649 * gdb.threads/stop-with-handle.exp: New file.
7650
7651 2019-10-03 Tom de Vries <tdevries@suse.de>
7652
7653 PR testsuite/25059
7654 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7655 directory" line to be missing.
7656
7657 2019-10-03 Tom de Vries <tdevries@suse.de>
7658
7659 PR testsuite/25059
7660 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7661 type optional.
7662
7663 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7664
7665 * gdb.python/py-format-string.c (string.h): New include.
7666 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7667 the same value, for endianness-independence.
7668 * gdb.python/py-format-string.exp (default_regexp_dict)
7669 (test_pretty_structs, test_format): Adjust expected output to the
7670 changed initialization.
7671
7672 2019-10-02 Tom Tromey <tromey@adacore.com>
7673
7674 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7675
7676 2019-10-02 Pedro Alves <palves@redhat.com>
7677 Andrew Burgess <andrew.burgess@embecosm.com>
7678
7679 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7680 "print-file-var.h".
7681 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7682 (get_version_1): Print this_version_id and its address.
7683 Add extern "C" wrappers around interface functions.
7684 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7685 "print-file-var.h".
7686 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7687 (get_version_2): Print this_version_id and its address.
7688 Add extern "C" wrappers around interface functions.
7689 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7690 <stddef.h> and "print-file-var.h".
7691 Add extern "C" wrappers around interface functions.
7692 [VERSION_ID_MAIN] (this_version_id): Define.
7693 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7694 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7695 up extern "C" blocks.
7696 * gdb.base/print-file-var.exp (test): New, factored out from top
7697 level.
7698 (top level): Test all combinations of attribute hidden or not,
7699 dlopen or not, and this_version_id symbol in main file or not.
7700 Compile tests as both C++ and C, make test names unique.
7701
7702 2019-10-01 Tom Tromey <tom@tromey.com>
7703
7704 * gdb.base/style.exp: Test "show logging filename".
7705
7706 2019-10-01 Tom Tromey <tom@tromey.com>
7707
7708 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7709 * gdb.base/style.exp: Add metadata style test.
7710
7711 2019-10-01 Tom Tromey <tom@tromey.com>
7712
7713 * gdb.base/style.exp: Test "pwd".
7714
7715 2019-10-01 Tom Tromey <tom@tromey.com>
7716
7717 * gdb.base/style.exp: Update tests.
7718
7719 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7720
7721 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7722 'six' to unsigned.
7723 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7724 'five'. Use an all-ones bit pattern for each.
7725 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7726 to its changed values.
7727
7728 2019-09-30 Tom Tromey <tromey@adacore.com>
7729
7730 * gdb.rust/traits.rs: Disable all warnings.
7731
7732 2019-09-29 Tom de Vries <tdevries@suse.de>
7733
7734 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7735
7736 2019-09-29 Tom de Vries <tdevries@suse.de>
7737
7738 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7739
7740 2019-09-27 Tom de Vries <tdevries@suse.de>
7741
7742 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7743
7744 2019-09-27 Tom de Vries <tdevries@suse.de>
7745
7746 PR record/23188
7747 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7748
7749 2019-09-26 Tom Tromey <tromey@adacore.com>
7750
7751 * gdb.ada/py_taft.exp: New file.
7752 * gdb.ada/py_taft/main.adb: New file.
7753 * gdb.ada/py_taft/pkg.adb: New file.
7754 * gdb.ada/py_taft/pkg.ads: New file.
7755
7756 2019-09-24 Tom de Vries <tdevries@suse.de>
7757
7758 PR gdb/24598
7759 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7760
7761 2019-09-22 Tom de Vries <tdevries@suse.de>
7762
7763 * gdb.base/restore.exp: Allow register variables to be optimized out at
7764 -O0.
7765
7766 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7767
7768 * gdb.arch/spu-info.exp: Remove file.
7769 * gdb.arch/spu-info.c: Remove file.
7770 * gdb.arch/spu-ls.exp: Remove file.
7771 * gdb.arch/spu-ls.c: Remove file.
7772
7773 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7774 * gdb.asm/spu.inc: Remove file.
7775
7776 * gdb.base/dump.exp: Remove support for spu*-*-*.
7777 * gdb.base/stack-checking.exp: Likewise.
7778 * gdb.base/overlays.exp: Likewise.
7779 * gdb.base/ovlymgr.c: Likewise.
7780 * gdb.base/spu.ld: Remove file.
7781
7782 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7783 * gdb.cp/cpexprs.exp: Likewise.
7784 * gdb.cp/exception.exp: Likewise.
7785 * gdb.cp/gdb2495.exp: Likewise.
7786 * gdb.cp/mb-templates.exp: Likewise.
7787 * gdb.cp/pr9167.exp: Likewise.
7788 * gdb.cp/userdef.exp: Likewise.
7789
7790 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7791
7792 * gdb.cell: Remove directory.
7793 * lib/cell.exp: Remove file.
7794
7795 2019-09-19 Tom de Vries <tdevries@suse.de>
7796
7797 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7798
7799 2019-09-19 Tom de Vries <tdevries@suse.de>
7800
7801 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7802
7803 2019-09-19 Tom de Vries <tdevries@suse.de>
7804
7805 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7806 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7807 (gdb_target_cmd): ... here.
7808 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7809 value 2.
7810
7811 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7812
7813 * gdb.base/source-dir.exp: Avoid having directory names in test
7814 names.
7815
7816 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7817
7818 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7819 directory.
7820
7821 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7822
7823 * gdb.base/list-missing-source.exp: New file.
7824
7825 2019-09-14 Tom de Vries <tdevries@suse.de>
7826
7827 PR teststuite/24599
7828 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7829 * lib/ada.exp (gnatmake_version_at_least): New proc.
7830
7831 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7832
7833 * gdb.base/maint.exp: Use exec_has_index_section.
7834
7835 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7836
7837 * gdb.base/maint.exp: Add test for 'maint info sections'.
7838
7839 2019-09-12 Tom de Vries <tdevries@suse.de>
7840
7841 * gdb.base/store.exp: Allow register variables to be optimized out at
7842 -O0.
7843
7844 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7845
7846 * gdb.ada/rdv_wait.exp: Update to new task names.
7847 * gdb.base/task_switch_in_core.exp: Likewise.
7848 * gdb.base/info_sources_base.c: Likewise.
7849
7850 2019-09-10 Tom Tromey <tromey@adacore.com>
7851
7852 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7853
7854 2019-09-10 Tom Tromey <tromey@adacore.com>
7855
7856 * gdb.ada/dgopt.exp: New file.
7857 * gdb.ada/dgopt/x.adb: New file.
7858
7859 2019-09-08 Tom Tromey <tom@tromey.com>
7860
7861 * gdb.tui/resize.exp: Remove setup_xfail.
7862 * gdb.tui/regs.exp: Remove setup_xfail.
7863 * gdb.tui/basic.exp: Remove setup_xfail.
7864
7865 2019-09-06 David Blaikie <dblaikie@gmail.com>
7866
7867 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7868 * gdb.cp/cplabel.exp: Ditto.
7869 * gdb.linespec/ls-errs.exp: Ditto.
7870
7871 2019-09-05 Tom de Vries <tdevries@suse.de>
7872
7873 * lib/gdb.exp (cmp_file_string): New proc.
7874 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7875 runto_main. Verify save breakpoints output.
7876
7877 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7878
7879 * gdb.base/info-var.exp: Test info variables without running
7880 to main, to avoid expect's buffer overflow.
7881
7882 2019-09-03 Tom Tromey <tromey@adacore.com>
7883
7884 * gdb.ada/bias.exp: New file.
7885 * gdb.ada/bias/bias.adb: New file.
7886 * gdb.ada/print_chars.exp: Add regression test.
7887 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7888 (MC): New variable.
7889
7890 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7891
7892 * gdb.base/argv0-symlink.exp: Run only on native target
7893 and local host.
7894
7895 2019-08-29 Tom de Vries <tdevries@suse.de>
7896
7897 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7898 diverse debug info.
7899 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7900
7901 2019-08-28 Tom de Vries <tdevries@suse.de>
7902
7903 * gdb.base/info-var.exp: Allow info variables to print info for files
7904 other than info-var-f1.c and info-var-f2.c.
7905
7906 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7907
7908 * gdb.fortran/info-types.exp: Add module.
7909 * gdb.fortran/info-types.f90: Update expected results.
7910
7911 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7912
7913 * gdb.fortran/info-types.exp: New file.
7914 * gdb.fortran/info-types.f90: New file.
7915 * lib/fortran.exp (fortran_character1): New proc.
7916
7917 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7918
7919 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7920 functions'. Reindent as needed.
7921 * gdb.base/info-var-f1.c: New file.
7922 * gdb.base/info-var-f2.c: New file.
7923 * gdb.base/info-var.exp: New file.
7924 * gdb.base/info-var.h: New file.
7925
7926 2019-08-26 Tom de Vries <tdevries@suse.de>
7927
7928 PR c++/24852
7929 * gdb.cp/no-libstdcxx-probe.exp: New test.
7930
7931 2019-08-26 Tom de Vries <tdevries@suse.de>
7932
7933 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7934 * tests need to be skipped.
7935 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7936 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7937 mi_skip_libstdcxx_probe_tests.
7938
7939 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7940
7941 * gdb.python/py-xmethods.exp: Use raw strings when passing
7942 arguments to SimpleXMethodMatcher.
7943
7944 2019-08-22 Tom de Vries <tdevries@suse.de>
7945
7946 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7947 more informative.
7948
7949 2019-08-21 Pedro Alves <palves@redhat.com>
7950
7951 * gdb.base/with.exp: Test "with" with no arguments.
7952
7953 2019-08-21 Tom de Vries <tdevries@suse.de>
7954
7955 * gdb.base/gdb-caching-proc.exp: Sort files.
7956
7957 2019-08-20 Tom de Vries <tdevries@suse.de>
7958
7959 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7960 compilation.
7961
7962 2019-08-16 Tom de Vries <tdevries@suse.de>
7963
7964 * gdb.base/compare-sections.exp ("after run to main"): Allow
7965 mismatched read-only sections for PIE executables.
7966
7967 2019-08-16 Tom Tromey <tom@tromey.com>
7968
7969 * lib/tuiterm.exp (_csi_Z): New proc.
7970 * gdb.tui/basic.exp: Update window positions.
7971 * gdb.tui/empty.exp: Update window positions.
7972
7973 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7974
7975 * gdb.base/examine-backward.exp: Correct regexp for
7976 "examine 3 bytes backward from ${address_zero}".
7977
7978 2019-08-15 Tom Tromey <tom@tromey.com>
7979
7980 * gdb.tui/empty.exp: Enable resizing tests.
7981
7982 2019-08-15 Tom Tromey <tromey@adacore.com>
7983
7984 * gdb.ada/char_enum.exp: Add regression tests.
7985 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7986 and '0'.
7987 (Char, Gchar): Update.
7988 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7989
7990 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7991
7992 * gdb.python/python.exp: Expect a leading underscore on
7993 GdbOutput{,Error}File.
7994
7995 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7996
7997 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7998 Windows host.
7999
8000 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
8001
8002 * gdb.base/batch-preserve-term-settings.exp
8003 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
8004
8005 2019-08-15 Christian Biesinger <cbiesinger@google.com>
8006
8007 * lib/gdb.exp: When running on a mingw target, replace
8008 /x/ with x:/.
8009
8010 2019-08-14 Alan Hayward <alan.hayward@arm.com>
8011
8012 * gdb.arch/aarch64-prologue.c: New test.
8013 * gdb.arch/aarch64-prologue.exp: New file.
8014
8015 2019-08-13 Tom de Vries <tdevries@suse.de>
8016
8017 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
8018 Thread.
8019
8020 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
8021
8022 * gdb.python/py-completion.exp: Download the .py file to the host
8023 and use its host pathname. Conditionalize tests that use
8024 tab completion and manipulate files on the build machine.
8025 * gdb.python/py-events.exp: Download the .py file to the host
8026 and use its host pathname.
8027 * gdb.python/py-evsignal.exp: Likewise.
8028 * gdb.python/py-evthreads.exp: Likewise.
8029 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
8030 pathname syntax.
8031 * gdb.python/py-framefilter.exp: Download the .py file to the right
8032 place on the host. Match Windows pathname syntax.
8033 * gdb.python/py-mi-var-info-path-expression.exp: Download the
8034 .py file to the host and use its host pathname.
8035 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
8036 * gdb.python/py-objfile.exp: Expect a host pathname, not a
8037 build pathname. Skip symlink test on Windows host. Add missing
8038 newline at end of file.
8039 * gdb.python/py-pp-maint.exp: Download the .py file to the host
8040 and use its host pathname.
8041 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
8042 * gdb.python/py-section-script.exp: Use host location of binfile
8043 on safe-path. Use correct path separator on Windows host.
8044 Reorder alternatives in gdb_test_multiple to prevent matching
8045 the wrong alternative on success.
8046 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
8047
8048 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
8049
8050 * gdb.gdb/selftest.exp (test_with_self): Update test to now
8051 expect the GDB inferior to no longer immediately stop after
8052 being resumed with "signal SIGINT".
8053
8054 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
8055
8056 * gdb.linespec/break-ask.exp: Generalize regexps to match
8057 Windows pathnames too.
8058
8059 2019-08-08 Tom de Vries <tdevries@suse.de>
8060
8061 PR testsuite/24862
8062 * lib/tuiterm.exp (_accept): Fix CSI regexp.
8063
8064 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8065
8066 * gdb.base/style.exp: Update tests for help doc new invariants.
8067 * gdb.base/help.exp: Likewise.
8068
8069 2019-08-06 Tom Tromey <tom@tromey.com>
8070
8071 * gdb.base/style.exp: Add disassemble test.
8072 * gdb.base/style.c (some_called_function): New function.
8073 (main): Use it.
8074
8075 2019-08-05 Christian Biesinger <cbiesinger@google.com>
8076
8077 * gdb.python/py-block.exp: Test dictionary access on blocks.
8078
8079 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
8080
8081 PR gdb/24863
8082 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
8083 -list-thread-groups --available test when running under
8084 check-read1.
8085
8086 2019-08-05 Tom de Vries <tdevries@suse.de>
8087
8088 PR testsuite/24863
8089 * lib/gdb.exp (with_read1_timeout_factor): New proc.
8090 * gdb.base/help.exp: Use with_read1_timeout_factor.
8091 * gdb.base/info-macros.exp: Same.
8092 * gdb.cp/nested-types.exp: Same.
8093
8094 2019-08-05 Tom de Vries <tdevries@suse.de>
8095
8096 * lib/gdb.exp (version_at_least): Factor out of ...
8097 (tcl_version_at_least): ... here.
8098 (gdb_compile): Fail if pie results in non-PIE executable.
8099 (readelf_version, readelf_prints_pie): New proc.
8100 (exec_is_pie): Return -1 if unknown.
8101
8102 2019-08-05 Tom de Vries <tdevries@suse.de>
8103
8104 * lib/gdb.exp (tcl_version_at_least): Fix typo.
8105
8106 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8107
8108 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
8109
8110 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8111
8112 * lib/completion-support.exp (test_gdb_complete_none): Skip
8113 tab completion tests if no readline support.
8114 (test_gdb_complete_unique_re): Likewise.
8115 (test_gdb_complete_multiple): Likewise.
8116
8117 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8118
8119 * gdb.base/info_sources.exp: New file.
8120 * gdb.base/info_sources.c: New file.
8121 * gdb.base/info_sources_base.c: New file.
8122
8123 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8124
8125 * gdb.base/batch-exit-status.exp: Call test_exit_status with
8126 prefix argument.
8127 (test_exit_status): Add prefix argument.
8128
8129 2019-08-01 Tom de Vries <tdevries@suse.de>
8130
8131 PR testsuite/24863
8132 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
8133 calling exp_continue for new thread and thread exited messages.
8134
8135 2019-08-01 Tom de Vries <tdevries@suse.de>
8136
8137 PR testsuite/24863
8138 * gdb.base/structs.exp: Fix check-read1 timeout using
8139 gdb_test_sequence.
8140 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
8141
8142 2019-08-01 Tom de Vries <tdevries@suse.de>
8143
8144 PR testsuite/24863
8145 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
8146 line.
8147
8148 2019-08-01 Tom de Vries <tdevries@suse.de>
8149
8150 PR testsuite/24863
8151 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
8152
8153 2019-07-30 Tom Tromey <tromey@adacore.com>
8154
8155 * gdb.ada/display_nested.exp: New file.
8156 * gdb.ada/display_nested/foo.adb: New file.
8157 * gdb.ada/display_nested/pack.adb: New file.
8158 * gdb.ada/display_nested/pack.ads: New file.
8159
8160 2019-07-30 Christian Biesinger <cbiesinger@google.com>
8161
8162 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
8163 namespace.
8164 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
8165
8166 2019-07-30 Tom de Vries <tdevries@suse.de>
8167
8168 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
8169 instead.
8170
8171 2019-07-30 Tom de Vries <tdevries@suse.de>
8172
8173 PR testsuite/24834
8174 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
8175 (exec_is_pie): New proc.
8176
8177 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8178
8179 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
8180
8181 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8182
8183 * gdb.python/py-objfile.c: Add global and static vars.
8184 * gdb.python/py-objfile.exp: Test new functions Objfile.
8185 lookup_global_symbol and lookup_static_symbol.
8186
8187 2019-07-29 Tom Tromey <tom@tromey.com>
8188
8189 * lib/tuiterm.exp (Term::_csi_@): New proc.
8190 (Term::_csi_X): Don't move cursor.
8191
8192 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8193
8194 * gdb.base/options.exp: Update backtrace - completion to
8195 new option -frame-info.
8196 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
8197 Test new 'set print frame-info'. Test backtrace -frame-info
8198 overriding 'set print frame-info'.
8199 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
8200 Test new 'set print frame-info'.
8201 Verify consistency of backtrace with and without filters, with and
8202 without -no-filters.
8203 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
8204 default.
8205
8206 2019-07-29 Tom de Vries <tdevries@suse.de>
8207
8208 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
8209 no arguments".
8210
8211 2019-07-29 Tom de Vries <tdevries@suse.de>
8212
8213 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
8214 is a substring of the first for "complete non-unique file name".
8215
8216 2019-07-29 Tom de Vries <tdevries@suse.de>
8217
8218 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
8219 with ".*".
8220
8221 2019-07-29 Tom de Vries <tdevries@suse.de>
8222
8223 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
8224 Pass prompt_regexp parameter to gdb_test_multiple calls.
8225
8226 2019-07-29 Tom de Vries <tdevries@suse.de>
8227
8228 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
8229 print registers" regexps.
8230
8231 2019-07-29 Tom de Vries <tdevries@suse.de>
8232
8233 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
8234
8235 2019-07-29 Tom de Vries <tdevries@suse.de>
8236
8237 PR gdb/24855
8238 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
8239 (skip_python_tests_prompt): Add prompt_regexp argument to
8240 gdb_test_multiple calls.
8241
8242 2019-07-27 Tom Tromey <tom@tromey.com>
8243
8244 * gdb.tui/main.exp: New file.
8245
8246 2019-07-27 Tom Tromey <tom@tromey.com>
8247
8248 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
8249 optional.
8250 * gdb.tui/empty.exp: New file.
8251
8252 2019-07-27 Tom Tromey <tom@tromey.com>
8253
8254 * lib/tuiterm.exp (spawn): New proc.
8255 (Term::resize): New proc.
8256 * gdb.tui/resize.exp: New file.
8257
8258 2019-07-27 Tom Tromey <tom@tromey.com>
8259
8260 * gdb.tui/list.exp: New file.
8261
8262 2019-07-27 Tom Tromey <tom@tromey.com>
8263
8264 * gdb.tui/regs.exp: New file.
8265
8266 2019-07-27 Tom Tromey <tom@tromey.com>
8267
8268 * gdb.tui/basic.exp: Add "layout split" test.
8269
8270 2019-07-27 Tom Tromey <tom@tromey.com>
8271
8272 * gdb.tui/basic.exp: Add "layout asm" test.
8273
8274 2019-07-27 Tom Tromey <tom@tromey.com>
8275
8276 * lib/tuiterm.exp: New file.
8277 * gdb.tui/basic.exp: New file.
8278
8279 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8280
8281 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
8282 Enable tests associated with this flag. Adjust regex
8283 referencing "foo_low" to now refer to "foo_cold" instead.
8284
8285 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8286
8287 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
8288 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
8289 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
8290 foo_cold. Revise comments to match.
8291 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
8292 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
8293 were wrapped into this proc; Call do_test in loop from outermost
8294 level.
8295 (foo_low): Rename all occurrences to "foo_cold".
8296 (backtrace from baz): New test.
8297 (x2/i foo_cold): New test.
8298 (info line *foo_cold): New test.
8299
8300 2019-07-26 Tom de Vries <tdevries@suse.de>
8301
8302 * gdb.arch/i386-pkru.exp: Fix unterminated string.
8303
8304 2019-07-25 Tom de Vries <tdevries@suse.de>
8305
8306 PR testsuite/24830
8307 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
8308 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
8309 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
8310 (skip_libstdcxx_probe_tests): ... here.
8311 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
8312
8313 2019-07-24 Tom de Vries <tdevries@suse.de>
8314
8315 PR testsuite/24807
8316 * gdb.objc/basicclass.m: Include stdio.h.
8317 * gdb.objc/nondebug.m: Same.
8318 * gdb.objc/objcdecode.m: Same.
8319
8320 2019-07-24 Tom de Vries <tdevries@suse.de>
8321
8322 PR testsuite/24612
8323 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
8324 additional_flags.
8325
8326 2019-07-24 Tom de Vries <tdevries@suse.de>
8327
8328 PR testsuite/24831
8329 * gdb.multi/tids.exp: Update error messages for info threads.
8330
8331 2019-07-24 Tom de Vries <tdevries@suse.de>
8332
8333 * gdb.base/info-types.exp: Allow info types to print info for more than
8334 one file.
8335
8336 2019-07-23 Tom de Vries <tdevries@suse.de>
8337
8338 PR testsuite/24842
8339 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
8340 gdb_spawn_with_cmdline_opts.
8341
8342 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
8343
8344 * gdb.arch/arm-cmse-sgstubs.c: New test.
8345 * gdb.arch/arm-cmse-sgstubs.exp: New file.
8346
8347 2019-07-23 Tom de Vries <tdevries@suse.de>
8348
8349 PR testsuite/24711
8350 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
8351 issuing next command.
8352
8353 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8354
8355 * gdb.ada/info_auto_lang.exp: Update expected results.
8356 * gdb.base/info-types.c: Add additional types to check.
8357 * gdb.base/info-types.exp: Update expected results.
8358
8359 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8360
8361 * gdb.base/info-types.c: New file.
8362 * gdb.base/info-types.exp: New file.
8363
8364 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
8365
8366 * gdb.arch/riscv-bp-infcall.c: New file.
8367 * gdb.arch/riscv-bp-infcall.exp: New file.
8368
8369 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8370
8371 PR breakpoints/24541
8372 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
8373
8374 2019-07-14 Tom de Vries <tdevries@suse.de>
8375
8376 PR testsuite/24760
8377 * gdb.objc/basicclass.exp: Fix unterminated string.
8378
8379 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
8380 Andrew Burgess <andrew.burgess@embecosm.com>
8381
8382 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
8383 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
8384 negative bounds.
8385 * gdb.fortran/vla-value.exp: Print elements of an array with
8386 negative bounds.
8387 * gdb.fortran/vla.f90: Setup an array with negative bounds for
8388 testing.
8389
8390 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
8391
8392 * gdb.base/options.exp (expect_string): Dequote strings in
8393 results.
8394 (test-string): Test strings with different quoting and reindent.
8395
8396 2019-07-10 Tom Tromey <tromey@adacore.com>
8397
8398 * gdb.ada/mi_ex_cond.exp: Update expected results.
8399 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8400 * gdb.ada/mi_catch_ex.exp: Update expected results.
8401 * gdb.ada/mi_catch_assert.exp: Update expected results.
8402 * gdb.ada/catch_ex.exp (catch_exception_info)
8403 (catch_exception_entry, catch_assert_entry)
8404 (catch_unhandled_entry): Update.
8405 * gdb.ada/catch_assert_if.exp: Update expected results.
8406
8407 2019-07-10 Richard Bunt <richard.bunt@arm.com>
8408 Stephen Roberts <stephen.roberts@arm.com>
8409
8410 * gdb.base/define.exp: Restore original prompt.
8411
8412 2019-07-09 Pedro Alves <palves@redhat.com>
8413
8414 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8415 breakpoints" output.
8416 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8417 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8418 throw" creates breakpoint.
8419 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8420 'type="catchpoint"'.
8421
8422 2019-07-09 Pedro Alves <palves@redhat.com>
8423
8424 PR c++/15468
8425 * gdb.cp/except-multi-location-lib.cc: New.
8426 * gdb.cp/except-multi-location-main.cc: New.
8427 * gdb.cp/except-multi-location.exp: New.
8428
8429 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8430
8431 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8432 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8433 argument and update callers.
8434
8435 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8436
8437 * gdb.arch/amd64-break-on-asm-line.S: New file.
8438 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8439
8440 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8441
8442 * gdb.base/printcmds.exp: Test printing C string and
8443 C wide string convenience vars without transiting via the inferior.
8444 Also make test names unique.
8445
8446 2019-07-08 Alan Hayward <alan.hayward@arm.com>
8447
8448 PR breakpoints/25011
8449 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8450
8451 2019-07-04 Pedro Alves <palves@redhat.com>
8452
8453 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8454 body returned ok(0), break(3) or continue(4).
8455 * gdb.testsuite/foreach_with_prefix.exp: New file.
8456
8457 2019-07-04 Alan Hayward <alan.hayward@arm.com>
8458
8459 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8460
8461 2019-07-03 Pedro Alves <palves@redhat.com>
8462
8463 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8464 "return -code".
8465
8466 2019-07-03 Pedro Alves <palves@redhat.com>
8467
8468 PR cli/24732
8469 * gdb.base/shell.exp: Load completion-support.exp.
8470 Adjust expected error output. Add completion tests.
8471
8472 2019-07-03 Pedro Alves <palves@redhat.com>
8473
8474 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8475 string_to_regexp.
8476
8477 2019-07-03 Pedro Alves <palves@redhat.com>
8478
8479 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8480 (expect_integer): Adjust to expect "-string".
8481 (expect_string): New.
8482 (all_options): Expect "-string".
8483 (test-flag, test-boolean): Adjust to expect "-string".
8484 (test-string): New proc.
8485 (top level): Call it.
8486
8487 2019-07-03 Pedro Alves <palves@redhat.com>
8488
8489 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8490 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8491 the expected output in the success.
8492
8493 2019-07-03 Pedro Alves <palves@redhat.com>
8494
8495 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8496 Split one gdb_test_multiple call in two to avoid a race.
8497
8498 2019-07-03 Pedro Alves <palves@redhat.com>
8499
8500 * gdb.base/with.c: New file.
8501 * gdb.base/with.exp: New file.
8502
8503 2019-07-03 Pedro Alves <palves@redhat.com>
8504
8505 * gdb.base/settings.exp: Replace all references to "maint
8506 test-settings set" with references to "maint set test-settings",
8507 and all references to "maint test-settings show" with references
8508 to "maint show test-settings".
8509
8510 2019-07-03 Pedro Alves <palves@redhat.com>
8511
8512 * gdb.base/settings.exp (test-string): Adjust expected out when
8513 testing "maint test-settings show filename"
8514
8515 2019-07-02 Pedro Alves <palves@redhat.com>
8516
8517 * gdb.base/options.exp (test-info-threads): New procedure.
8518 (top level): Call it.
8519
8520 2019-06-28 Tom Tromey <tromey@adacore.com>
8521
8522 * gdb.dwarf2/ada-linkage-name.c: New file.
8523 * gdb.dwarf2/ada-linkage-name.exp: New file.
8524
8525 2019-06-27 Tom Tromey <tromey@adacore.com>
8526
8527 PR c++/20020:
8528 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8529
8530 2019-06-26 Tom de Vries <tdevries@suse.de>
8531
8532 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8533
8534 2019-06-26 Tom de Vries <tdevries@suse.de>
8535
8536 * gdb.base/index-cache.exp: Add back missing debug option.
8537
8538 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8539
8540 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8541
8542 2019-06-25 Tom de Vries <tdevries@suse.de>
8543
8544 PR testsuite/24727
8545 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8546
8547 2019-06-24 Tom de Vries <tdevries@suse.de>
8548
8549 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8550
8551 2019-06-24 Tom de Vries <tdevries@suse.de>
8552
8553 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8554 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8555 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8556
8557 2019-06-24 Tom de Vries <tdevries@suse.de>
8558
8559 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8560
8561 2019-06-21 Tom de Vries <tdevries@suse.de>
8562
8563 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8564
8565 2019-06-21 Tom de Vries <tdevries@suse.de>
8566
8567 PR testsuite/24518
8568 PR ada/24713
8569 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8570 index.
8571
8572 2019-06-19 Tom Tromey <tromey@adacore.com>
8573
8574 * gdb.ada/length_cond.exp: Add intro comment.
8575
8576 2019-06-19 Tom Tromey <tromey@adacore.com>
8577
8578 * gdb.ada/length_cond.exp: New file.
8579 * gdb.ada/length_cond/length_cond.adb: New file.
8580 * gdb.ada/length_cond/pck.adb: New file.
8581 * gdb.ada/length_cond/pck.ads: New file.
8582
8583 2019-06-18 Tom de Vries <tdevries@suse.de>
8584
8585 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8586
8587 2019-06-18 Tom Tromey <tromey@adacore.com>
8588
8589 * gdb.base/list0.h: Add comment explaining control character.
8590
8591 2019-06-18 Tom de Vries <tdevries@suse.de>
8592
8593 * boards/fission.exp: Break up long debug_flags line.
8594
8595 2019-06-16 Tom de Vries <tdevries@suse.de>
8596
8597 PR gdb/24445
8598 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8599 generated index.
8600
8601 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8602
8603 PR gdb/24686
8604 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8605 improve detection of bug gdb/24541.
8606
8607 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8608
8609 PR gdb/24669
8610 * gdb.base/index-cache.exp (uses_readnow,
8611 expecting_index_cache_use): Define global variable.
8612 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8613 expecting_index_cache_use.
8614
8615 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8616 Andrew Burgess <andrew.burgess@embecosm.com>
8617
8618 * gdb.fortran/pointers.f90: New file.
8619 * gdb.fortran/print_type.exp: New file.
8620 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8621 * gdb.fortran/vla-type.exp: Likewise.
8622 * gdb.fortran/vla-value.exp: Likewise.
8623 * gdb.mi/mi-vla-fortran.exp: Likewise.
8624
8625 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8626
8627 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8628 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8629 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8630 as a stop reason.
8631
8632 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8633
8634 * gdb.base/annota1.exp: Update expected results.
8635 * gdb.cp/annota2.exp: Likewise.
8636 * gdb.cp/annota3.exp: Likewise.
8637
8638 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8639
8640 * gdb.base/style-logging.exp: Remove path from test name.
8641
8642 2019-06-14 Tom Tromey <tromey@adacore.com>
8643
8644 PR gdb/24502:
8645 * gdb.base/style-logging.exp: New file.
8646
8647 2019-06-14 Tom Tromey <tromey@adacore.com>
8648
8649 * gdb.base/symfile-warn.exp: New file.
8650 * gdb.base/symfile-warn.c: New file.
8651
8652 2019-06-14 Tom Tromey <tromey@adacore.com>
8653
8654 * gdb.base/annotate-symlink.exp: New file.
8655
8656 2019-06-14 Tom Tromey <tromey@adacore.com>
8657
8658 * gdb.ada/set_wstr.exp: Add reassignment test.
8659
8660 2019-06-14 Tom Tromey <tromey@adacore.com>
8661
8662 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8663 'unchecked_access and 'unrestricted_access as well.
8664
8665 2019-06-14 Tom Tromey <tromey@adacore.com>
8666
8667 PR ada/24539:
8668 * gdb.ada/vla.exp: Update tests.
8669 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8670 pragma.
8671
8672 2019-06-13 Pedro Alves <palves@redhat.com>
8673
8674 * gdb.base/settings.exp (test-integer): Test junk after
8675 "unlimited".
8676
8677 2019-06-13 Pedro Alves <palves@redhat.com>
8678
8679 * gdb.base/options.exp (test-thread-apply): New.
8680 (top level): Call it.
8681
8682 2019-06-13 Pedro Alves <palves@redhat.com>
8683
8684 * gdb.base/options.exp (test-frame-apply): New.
8685 (top level): Test print commands with different "frame apply"
8686 prefixes.
8687
8688 2019-06-13 Pedro Alves <palves@redhat.com>
8689
8690 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8691 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8692 'max_completions' parameter and handle it.
8693 (test_gdb_completion_offers_commands): New.
8694
8695 2019-06-13 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8698
8699 2019-06-13 Pedro Alves <palves@redhat.com>
8700
8701 * gdb.base/options.exp (test-backtrace): New.
8702 (top level): Call it.
8703
8704 2019-06-13 Pedro Alves <palves@redhat.com>
8705
8706 * gdb.guile/scm-frame-args.exp: Use "set print
8707 raw-frame-arguments" instead of "set print raw frame-arguments".
8708 * gdb.python/py-frame-args.exp: Likewise.
8709
8710 2019-06-13 Pedro Alves <palves@redhat.com>
8711
8712 * gdb.compile/compile.exp: Adjust expected output to option
8713 processing changes.
8714
8715 2019-06-13 Pedro Alves <palves@redhat.com>
8716
8717 * gdb.base/options.exp: Build executable.
8718 (test-print): New procedure.
8719 (top level): Call it, once for "print" and another for "compile
8720 print".
8721
8722 2019-06-13 Pedro Alves <palves@redhat.com>
8723
8724 * gdb.base/options.c: New file.
8725 * gdb.base/options.exp: New file.
8726
8727 2019-06-13 Pedro Alves <palves@redhat.com>
8728
8729 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8730 that "o" is ambiguous.
8731
8732 2019-06-13 Pedro Alves <palves@redhat.com>
8733
8734 * gdb.base/settings.c: New file.
8735 * gdb.base/settings.exp: New file.
8736
8737 2019-06-13 Pedro Alves <palves@redhat.com>
8738
8739 * gdb.base/completion.exp: Fix comment typo.
8740
8741 2019-06-13 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8744 foo --1" test.
8745
8746 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8747
8748 * gdb.fortran/block-data.f: New.
8749 * gdb.fortran/block-data.exp: New.
8750
8751 2019-06-11 Tom de Vries <tdevries@suse.de>
8752
8753 PR testsuite/24521
8754 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8755 message.
8756
8757 2019-06-11 Tom de Vries <tdevries@suse.de>
8758
8759 PR testsuite/24521
8760 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8761
8762 2019-06-11 Tom de Vries <tdevries@suse.de>
8763
8764 * boards/readnow.exp: New file.
8765
8766 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8767
8768 * gdb.fortran/vla-sizeof.exp: Update expected results.
8769
8770 2019-06-06 Amos Bird <amosbird@gmail.com>
8771
8772 * gdb.base/annota1.exp (thread_switch): Add test for
8773 thread-exited annotation.
8774
8775 2019-06-06 Tom Tromey <tromey@adacore.com>
8776
8777 * gdb.base/maint.exp: Expect command started/finished output.
8778
8779 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8780
8781 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8782 comment.
8783 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8784
8785 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8786
8787 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8788 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8789 * gdb.arch/riscv-unwind-long-insn.c: New file.
8790 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8791
8792 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8793
8794 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8795
8796 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8797
8798 * lib/gdb.exp (help_list_trailer): New regexp variable
8799 factorizing the help trailer message.
8800 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8801 arg to allow to better factorize various tests.
8802 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8803 (test_prefix_command_help): Use help_list_trailer.
8804 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8805 * gdb.guile/scm-cmd.exp: Likewise.
8806 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8807 * gdb.base/help.exp: Use test_user_defined_class_help.
8808 * gdb.base/style.exp: Add tests for styling of help and apropos.
8809 * lib/gdb-utils.exp (style): Add title and highlight styles.
8810
8811 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8812
8813 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8814 $_shell_exitsignal.
8815 * gdb.base/default.exp: Update for new convenience variables.
8816
8817 2019-05-29 Tom Tromey <tromey@adacore.com>
8818
8819 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8820 to "break complete ada" test case's regexp.
8821
8822 2019-05-29 Tom Tromey <tromey@adacore.com>
8823
8824 PR c++/20020:
8825 * gdb.cp/constexpr-field.exp: New file.
8826 * gdb.cp/constexpr-field.cc: New file.
8827
8828 2019-05-29 Tom Tromey <tromey@adacore.com>
8829
8830 * gdb.base/finish.exp (finish_no_print): New proc.
8831 (finish_tests): Call it.
8832
8833 2019-05-24 Tom de Vries <tdevries@suse.de>
8834
8835 * gdb.dwarf2/gdb-add-index.exp: New file.
8836
8837 2019-05-22 Tom Tromey <tromey@adacore.com>
8838
8839 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8840 * gdb.base/style.exp: Use "style".
8841 * lib/gdb-utils.exp (style): New proc.
8842
8843 2019-05-22 Tom de Vries <tdevries@suse.de>
8844
8845 * gdb.base/align.exp: Require c++11.
8846
8847 2019-05-22 Tom de Vries <tdevries@suse.de>
8848
8849 PR testsuite/24586
8850 * gdb.python/py-mi-var-info-path-expression.exp: Call
8851 mi_skip_python_tests to check if python is supported.
8852
8853 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8854
8855 * gdb.arch/aarch64-pauth.c: New test.
8856 * gdb.arch/aarch64-pauth.exp: New file.
8857
8858 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8859
8860 * README (Re-running Tests Outside The Testsuite): New section.
8861
8862 2019-05-21 Tom de Vries <tdevries@suse.de>
8863
8864 * gdb.arch/amd64-eval.exp: Require c++11.
8865 * gdb.base/max-depth.exp: Same.
8866 * gdb.compile/compile-cplus-array-decay.exp: Same.
8867 * gdb.cp/meth-typedefs.exp: Same.
8868 * gdb.cp/subtypes.exp: Same.
8869 * gdb.cp/temargs.exp: Same.
8870
8871 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8872
8873 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8874
8875 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8876
8877 PR gdb/18644
8878 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8879 * gdb.fortran/printing-types.exp: Add new test.
8880 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8881 testing.
8882 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8883 setup_kfail call.
8884
8885 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8886
8887 * README (Running the Testsuite): Change example.
8888 (Testsuite Parameters): Remove TRANSCRIPT.
8889 * lib/gdb.exp: Remove TRANSCRIPT check.
8890
8891 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8892
8893 * README (Testsuite Parameters): Add replay logging to
8894 GDBSERVER_DEBUG.
8895 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8896 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8897 as a comma separated list.
8898 (gdb_debug_init): Override procedure.
8899
8900 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8901
8902 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8903 (gdb_write_cmd_file): New procedure.
8904 * lib/gdbserver-support.exp (gdbserver_start): Call
8905 gdbserver_write_cmd_file.
8906 (gdbserver_write_cmd_file): New procedure.
8907
8908 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8909
8910 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8911 (delete_breakpoints): Likewise.
8912 (gdb_run_cmd): Likewise.
8913 (gdb_start_cmd): Likewise.
8914 (gdb_starti_cmd): Likewise.
8915 (gdb_internal_error_resync): Likewise.
8916 (gdb_test_multiple): Likewise.
8917 (gdb_reinitialize_dir): Likewise.
8918 (default_gdb_exit): Likewise.
8919 (gdb_file_cmd): Mark kill as optional.
8920 (default_gdb_start): Call gdb_stdin_log_init.
8921 (send_gdb): Call gdb_stdin_log_write.
8922 (rerun_to_main): Mark Y as an answer.
8923 (gdb_stdin_log_init): New function.
8924 (gdb_stdin_log_write): Likewise.
8925
8926 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8927
8928 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8929 * gdb.base/debug-expr.exp: Likewise.
8930 * gdb.base/foll-fork.exp: Likewise.
8931 * gdb.base/foll-vfork.exp: Likewise.
8932 * gdb.base/fork-print-inferior-events.exp: Likewise.
8933 * gdb.base/gdb-sigterm.exp: Likewise.
8934 * gdb.base/gdbinit-history.exp: Likewise.
8935 * gdb.base/osabi.exp: Likewise.
8936 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8937 * gdb.base/ui-redirect.exp: Likewise.
8938 * gdb.gdb/unittest.exp: Likewise.
8939 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8940 * gdb.mi/mi-watch.exp: Likewise.
8941 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8942 * gdb.mi/user-selected-context-sync.exp: Likewise.
8943 * gdb.python/python.exp: Disable debug test when debugging.
8944 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8945 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8946 Likewise.
8947 * gdb.threads/stepi-random-signal.exp: Likewise.
8948
8949 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8950
8951 * Makefile.in: Pass through GDB_DEBUG.
8952 * README (Testsuite Parameters): Add GDB_DEBUG.
8953 (gdb,debug): Add board setting.
8954 * lib/gdb.exp (default_gdb_start): Start debugging.
8955 (gdb_debug_enabled): New procedure.
8956 (gdb_debug_init): Likewise.
8957
8958 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8959
8960 * Makefile.in: Pass through GDB_DEBUG.
8961 * README (Testsuite Parameters): Add GDB_DEBUG.
8962 (gdb,debug): Add board setting.
8963 * lib/gdb.exp (default_gdb_start): Start debugging.
8964 (gdb_debug_enabled): New procedure.
8965 (gdb_debug_init): Likewise.
8966
8967 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8968
8969 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8970
8971 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8972
8973 * gdb.base/ui-redirect.exp: Test redirection.
8974
8975 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8976
8977 * gdb.mi/mi-complete.exp: New file.
8978 * gdb.mi/mi-complete.cc: Likewise.
8979
8980 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8981
8982 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8983 indexed and sliced arrays, and pointers to arrays.
8984
8985 2019-05-14 Tom Tromey <tromey@adacore.com>
8986
8987 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8988 styling test.
8989
8990 2019-05-14 Tom de Vries <tdevries@suse.de>
8991
8992 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8993 selection entry encoding.
8994
8995 2019-05-10 Tom Tromey <tromey@adacore.com>
8996
8997 * gdb.ada/info_exc.exp: Add "complete" test.
8998
8999 2019-05-09 Tom de Vries <tdevries@suse.de>
9000
9001 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
9002 CU-relative.
9003
9004 2019-05-09 Tom de Vries <tdevries@suse.de>
9005
9006 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
9007 CU-relative.
9008
9009 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9010
9011 * gdb.ada/frame_arg_lang.exp: New testcase.
9012 * gdb.ada/frame_arg_lang/bla.adb: New file.
9013 * gdb.ada/frame_arg_lang/pck.ads: New file.
9014 * gdb.ada/frame_arg_lang/pck.adb: New file.
9015 * gdb.ada/frame_arg_lang/foo.c: New file.
9016
9017 2019-05-08 Tom Tromey <tromey@adacore.com>
9018
9019 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
9020
9021 2019-05-08 Tom Tromey <tromey@adacore.com>
9022
9023 * gdb.base/ptype-offsets.exp: Update tests.
9024
9025 2019-05-08 Tom Tromey <tromey@adacore.com>
9026
9027 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
9028 cases.
9029 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
9030 "short".
9031
9032 2019-05-08 Tom Tromey <tromey@adacore.com>
9033
9034 * gdb.ada/vla.exp: New file.
9035 * gdb.ada/vla/vla.adb: New file.
9036
9037 2019-05-07 Tom de Vries <tdevries@suse.de>
9038
9039 * gdb.base/index-cache.exp (ls_host): Fix return statement.
9040
9041 2019-05-07 Tom de Vries <tdevries@suse.de>
9042
9043 PR testsuite/24522
9044 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
9045 section.
9046
9047 2019-05-07 Tom de Vries <tdevries@suse.de>
9048
9049 PR testsuite/24522
9050 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
9051 .debug_aranges section.
9052
9053 2019-05-07 Tom de Vries <tdevries@suse.de>
9054
9055 PR testsuite/24159
9056 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
9057
9058 2019-05-06 Tom de Vries <tdevries@suse.de>
9059
9060 * lib/gdb.exp (exec_has_index_section): New proc.
9061 * gdb.base/index-cache.exp: Handle case that binfile contains an index
9062 section.
9063
9064 2019-05-04 Tom de Vries <tdevries@suse.de>
9065
9066 * boards/cc-with-debug-names.exp: New file.
9067
9068 2019-05-03 Tom Tromey <tromey@adacore.com>
9069
9070 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
9071 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
9072 * gdb.ada/char_enum.exp: Add test.
9073
9074 2019-05-03 Tom de Vries <tdevries@suse.de>
9075
9076 * boards/cc-with-gdb-index.exp: New file.
9077
9078 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
9079
9080 * gdb.rust/simple.exp: Add new test case.
9081 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
9082 (main): Initialise an instance of the new struct.
9083
9084 2019-05-01 Tom Tromey <tromey@adacore.com>
9085
9086 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
9087 record.
9088 (NPR): New variable.
9089 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
9090 test.
9091
9092 2019-05-01 Tom Tromey <tromey@adacore.com>
9093
9094 * gdb.ada/packed_array_assign.exp: Add packed assignment
9095 regression test.
9096
9097 2019-05-01 Tom de Vries <tdevries@suse.de>
9098
9099 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
9100
9101 2019-05-01 Tom de Vries <tdevries@suse.de>
9102
9103 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
9104
9105 2019-04-30 Ali Tamur <tamur@google.com>
9106
9107 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
9108
9109 2019-04-30 Tom Tromey <tromey@adacore.com>
9110
9111 * lib/ada.exp (find_ada_tool): New proc.
9112 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
9113 * gdb.ada/catch_ex_std.exp: New file.
9114 * gdb.ada/catch_ex_std/foo.adb: New file.
9115 * gdb.ada/catch_ex_std/some_package.adb: New file.
9116 * gdb.ada/catch_ex_std/some_package.ads: New file.
9117
9118 2019-04-30 Tom Tromey <tromey@adacore.com>
9119
9120 PR c++/24470:
9121 * gdb.cp/temargs.cc: Add test code from PR.
9122
9123 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9124
9125 * gdb.fortran/vla-datatypes.exp: Update expected results.
9126 * gdb.fortran/vla-ptype.exp: Likewise.
9127 * gdb.fortran/vla-type.exp: Likewise.
9128 * gdb.fortran/vla-value.exp: Likewise.
9129
9130 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9131
9132 * gdb.fortran/ptr-indentation.exp: Update expected results.
9133 * gdb.fortran/ptype-on-functions.exp: Likewise.
9134 * gdb.fortran/vla-ptr-info.exp: Likewise.
9135 * gdb.fortran/vla-value.exp: Likewise.
9136
9137 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9138
9139 * gdb.fortran/ptype-on-functions.exp: New file.
9140 * gdb.fortran/ptype-on-functions.f90: New file.
9141
9142 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9143
9144 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
9145 case void string.
9146
9147 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9148
9149 * gdb.fortran/complex.exp: Expand.
9150 * gdb.fortran/complex.f: Renamed to...
9151 * gdb.fortran/complex.f90: ...this, and extended to add more
9152 complex values.
9153
9154 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9155
9156 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
9157 MODULO, CMPLX.
9158
9159 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9160 Richard Bunt <richard.bunt@arm.com>
9161
9162 * gdb.base/max-depth.c: New file.
9163 * gdb.base/max-depth.exp: New file.
9164 * gdb.python/py-nested-maps.c: New file.
9165 * gdb.python/py-nested-maps.exp: New file.
9166 * gdb.python/py-nested-maps.py: New file.
9167 * gdb.python/py-format-string.exp (test_max_depth): New proc.
9168 (test_all_common): Call test_max_depth.
9169 * gdb.fortran/max-depth.exp: New file.
9170 * gdb.fortran/max-depth.f90: New file.
9171 * gdb.go/max-depth.exp: New file.
9172 * gdb.go/max-depth.go: New file.
9173 * gdb.modula2/max-depth.exp: New file.
9174 * gdb.modula2/max-depth.c: New file.
9175 * lib/gdb.exp (get_print_expr_at_depths): New proc.
9176
9177 2019-04-29 Tom de Vries <tdevries@suse.de>
9178
9179 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
9180
9181 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9182
9183 * gdb.base/callexit.exp: Test may-call-functions off.
9184
9185 2019-04-25 Keith Seitz <keiths@redhat.com>
9186
9187 PR c++/24367
9188 * gdb.cp/meth-typedefs.cc (incomplete_struct)
9189 (another_incomplete_struct, test_incomplete): New definitions.
9190 (main): Use new definitions.
9191 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
9192 functions.
9193
9194 2019-04-25 Ali Tamur <tamur@google.com>
9195
9196 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9197
9198 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9199
9200 PR corefiles/11608
9201 PR corefiles/18187
9202 * gdb.base/coredump-filter-build-id.exp: New file.
9203
9204 2019-04-25 Alan Hayward <alan.hayward@arm.com>
9205
9206 * Makefile.in: Pass through GDBSERVER_DEBUG.
9207 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
9208 (gdbserver,debug): Add board setting.
9209 * gdb.trace/tspeed.exp: Skip when debugging.
9210 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
9211 * lib/gdbserver-support.exp: Likewise
9212
9213 2019-04-24 Tom Tromey <tromey@adacore.com>
9214
9215 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
9216 Rust.
9217
9218 2019-04-24 Tom Tromey <tromey@adacore.com>
9219
9220 * gdb.arch/amd64-eval.exp: Test bitfield return.
9221 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
9222 (class Foo) <return_bitfields>: New method.
9223 (main): Call it.
9224
9225 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9226
9227 * gdb.cp/many-args.cc: New file.
9228 * gdb.cp/many-args.exp: New file.
9229
9230 2019-04-23 Tom de Vries <tdevries@suse.de>
9231
9232 PR gdb/24433
9233 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
9234
9235 2019-04-23 Alan Hayward <alan.hayward@arm.com>
9236
9237 * gdb.trace/backtrace.exp: Use nopie flag.
9238 * gdb.trace/circ.exp: Likewise.
9239 * gdb.trace/collection.exp: Likewise.
9240 * gdb.trace/ftrace.exp: Likewise.
9241 * gdb.trace/mi-trace-unavailable.exp: Likewise.
9242 * gdb.trace/mi-traceframe-changed.exp: Likewise.
9243 * gdb.trace/qtro.exp: Likewise.
9244 * gdb.trace/read-memory.exp: Likewise.
9245 * gdb.trace/report.exp: Likewise.
9246 * gdb.trace/tfile.exp: Likewise.
9247 * gdb.trace/tfind.exp: Likewise.
9248 * gdb.trace/unavailable.exp: Likewise.
9249
9250 2019-04-22 Pedro Alves <palves@redhat.com>
9251
9252 * gdb.base/solib-probes-nosharedlibrary.c,
9253 gdb.base/solib-probes-nosharedlibrary.exp: New files.
9254
9255 2019-04-19 Tom Tromey <tromey@adacore.com>
9256
9257 * gdb.ada/ptype_union.c: New file.
9258 * gdb.ada/ptype_union.exp: New file.
9259
9260 2019-04-19 Tom Tromey <tromey@adacore.com>
9261
9262 PR symtab/24423:
9263 * gdb.base/list0.h (foo): Add a control-l character.
9264
9265 2019-04-18 Tom de Vries <tdevries@suse.de>
9266
9267 PR gdb/24433
9268 * boards/local-board.exp: Set sysroot to "".
9269
9270 2019-04-18 Tom de Vries <tdevries@suse.de>
9271 Pedro Alves <palves@redhat.com>
9272
9273 PR gdb/24454
9274 * gdb.threads/vfork-follow-child-exec.c: New file.
9275 * gdb.threads/vfork-follow-child-exec.exp: New file.
9276 * gdb.threads/vfork-follow-child-exit.c: New file.
9277 * gdb.threads/vfork-follow-child-exit.exp: New file.
9278
9279 2019-04-15 Leszek Swirski <leszeks@google.com>
9280
9281 * gdb.arch/amd64-eval.cc: New file.
9282 * gdb.arch/amd64-eval.exp: New file.
9283
9284 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9285
9286 * gdb.server/sysroot.c: New test.
9287 * gdb.server/sysroot.exp: New file.
9288 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
9289 matching param.
9290
9291 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9292
9293 * gdb.base/align.exp: Extend test to cover structures containing
9294 only static fields.
9295
9296 2019-04-11 Tom de Vries <tdevries@suse.de>
9297
9298 * boards/cc-with-dwz-m.exp: New file.
9299 * boards/cc-with-dwz.exp: New file.
9300 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
9301
9302 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9303
9304 * gdb.base/start-cpp.exp: New file.
9305 * gdb.base/start-cpp.cc: New file.
9306
9307 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9308
9309 * gdb.python/py-thrhandle.exp: Adjust tests to call
9310 thread_from_handle instead of thread_from_thread_handle.
9311
9312 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9313
9314 * gdb.python/py-thrhandle.exp: Add tests for
9315 gdb.InferiorThread.handle.
9316
9317 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9318
9319 * gdb.python/py-function.exp: Check calling helper function from
9320 all languages.
9321 * lib/gdb.exp (gdb_supported_languages): New proc.
9322
9323 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9324
9325 * gdb.base/complex-parts.c: New file.
9326 * gdb.base/complex-parts.exp: New file.
9327
9328 2019-04-01 Tom Tromey <tromey@adacore.com>
9329
9330 PR symtab/23331:
9331 * gdb.dwarf2/dw2-ranges-main.c: New file.
9332 * gdb.dwarf2/dw2-ranges-psym.c: New file.
9333 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
9334
9335 2019-03-30 Simon Marchi <simark@simark.ca>
9336
9337 * gdb.base/default.exp: Add values for $_gdb_major and
9338 $_gdb_minor.
9339
9340 2019-03-29 Tom Tromey <tromey@adacore.com>
9341
9342 * gdb.base/help.exp: Tighten apropos regexp.
9343
9344 2019-03-29 Keith Seitz <keiths@redhat.com>
9345
9346 * gdb.fortran/array-bounds.exp: New file.
9347 * gdb.fortran/array-bounds.f90: New file.
9348
9349 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9350
9351 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
9352
9353 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9354
9355 * gdb.multi/hello.c (main): Increase alarm timer.
9356
9357 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9358
9359 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
9360 factor when no hardware watchpoint support.
9361
9362 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9363 Pedro Alves <palves@redhat.com>
9364
9365 * boards/local-board.exp: set sysroot to /.
9366
9367 2019-03-27 Alan Hayward <alan.hayward@arm.com>
9368
9369 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
9370 in child.
9371
9372 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9373
9374 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
9375 field.
9376 (make_container): Initialise new field.
9377 * gdb.python/py-prettyprint.exp: Add new tests.
9378 * gdb.python/py-prettyprint.py (class ContainerPrinter)
9379 <display_hint>: New method.
9380
9381 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9382
9383 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
9384 gdb_continue_to_breakpoint more throughout this test.
9385 (run_lang_tests) Supply unique test names, and use
9386 gdb_test_no_output.
9387
9388 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9389
9390 * gdb.base/finish-pretty.exp: Update expected results.
9391 * gdb.base/pretty-print.c: New file.
9392 * gdb.base/pretty-print.exp: New file.
9393
9394 2019-03-25 Pedro Alves <palves@redhat.com>
9395
9396 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9397 move comments outside list. Append '-i "" eof' section.
9398
9399 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9400
9401 PR testsuite/25016
9402 * README: Add pie options.
9403 * gdb.base/break-interp.exp: Ensure pie is disabled.
9404 * gdb.base/dump.exp: Likewise.
9405 * lib/gdb.exp (gdb_compile): Add pie option.
9406
9407 2019-03-19 Tom Tromey <tromey@adacore.com>
9408
9409 * gdb.mi/mi2-cli-display.c: New file.
9410 * gdb.mi/mi2-cli-display.exp: New file.
9411
9412 2019-03-18 Joel Brobecker <brobecker@adacore.com>
9413 Tom Tromey <tromey@adacore.com>
9414
9415 * gdb.ada/ptype_array/pck.adb: New file.
9416 * gdb.ada/ptype_array/pck.ads: New file.
9417 * gdb.ada/ptype_array/foo.adb: New file.
9418 * gdb.ada/ptype_array.exp: New file.
9419
9420 2019-03-14 Tom Tromey <tromey@adacore.com>
9421
9422 * gdb.base/style.exp: Add "set style sources" test.
9423
9424 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9425
9426 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9427 * mi-breakpoint-multiple-locations.exp: ... this.
9428 (make_breakpoints_pattern): New proc.
9429 (do_test): Add mi_version parameter, test -break-insert,
9430 -break-info and =breakpoint-created.
9431
9432 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9433
9434 * config/default.exp: Remove 'load_lib gdb.exp'.
9435 * config/monitor.exp: Likewise.
9436 * config/sid.exp: Likewise.
9437 * config/sim.exp: Likewise.
9438 * config/slite.exp: Likewise.
9439 * config/unix.exp: Likewise.
9440 * gdb.base/default.exp: Remove unhelpful comment.
9441
9442 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9443
9444 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9445
9446 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9447
9448 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9449
9450 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9451
9452 * gdb.fortran/type-kinds.exp: Update expected results.
9453
9454 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9455
9456 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9457
9458 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9459
9460 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9461 function.
9462 (test_basic_parsing_of_type_kinds): Expand types tested.
9463 (test_parsing_invalid_type_kinds): New function.
9464
9465 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9466
9467 * gdb.fortran/intrinsics.exp: New file.
9468 * gdb.fortran/intrinsics.f90: New file.
9469 * gdb.fortran/type-kinds.exp: New file.
9470
9471 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9472
9473 * gdb.fortran/dot-ops.exp: New file.
9474
9475 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9476
9477 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9478 Check upper and lower case logical literals.
9479
9480 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9481
9482 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9483 Remove duplicate tests.
9484
9485 2019-03-06 Alan Hayward <alan.hayward@arm.com>
9486
9487 * lib/gdb.exp (builtin_cd): rename of cd.
9488 (cd): Override builtin.
9489
9490 2019-03-06 Richard Bunt <richard.bunt@arm.com>
9491
9492 * gdb.fortran/function-calls.exp: New file.
9493 * gdb.fortran/function-calls.f90: New test.
9494
9495 2019-03-04 Richard Bunt <richard.bunt@arm.com>
9496
9497 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9498 on user program standard output.
9499 * gdb.fortran/short-circuit-argument-list.f90: Record function
9500 calls.
9501
9502 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9503
9504 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9505 failure.
9506
9507 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9508
9509 PR gdb/8527
9510 * gdb.base/interrupt-daemon-attach.c,
9511 gdb.base/interrupt-daemon-attach.exp: New test.
9512
9513 2019-02-27 Pedro Alves <palves@redhat.com>
9514
9515 * gdb.base/page.exp: Add tests for "set width/height -1".
9516
9517 2019-02-27 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.base/page.exp: Add tests for "set/show width/height" with
9520 "infinite" values.
9521
9522 2019-02-27 Tom Tromey <tromey@adacore.com>
9523
9524 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9525 2.4.
9526 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9527 workaround.
9528
9529 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9530
9531 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9532 tests for structs with static members.
9533
9534 2019-02-26 Tom Tromey <tromey@adacore.com>
9535
9536 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9537 ValueError, not TypeError.
9538
9539 2019-02-26 Kevin Buettner <kevinb@redhat.com>
9540
9541 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9542 call from main program.
9543
9544 2019-02-23 Joel Brobecker <brobecker@adacore.com>
9545
9546 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9547 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9548 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9549 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9550 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9551
9552 2019-02-22 Keith Seitz <keiths@redhat.com>
9553
9554 PR symtab/23853
9555 * gdb.base/symlink-sourcefile.c: New file.
9556 * gdb.base/symlink-sourcefile.exp: New file.
9557
9558 2019-02-20 Tom Tromey <tom@tromey.com>
9559
9560 * gdb.base/info_qt.exp: Update.
9561
9562 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9563
9564 * gdb.base/source.exp: Move "error in sourced script" code to
9565 the end.
9566 * gdb.base/source-error.gdb: Move contents to
9567 source-error-1.gdb. Add new code to source source-error-1.gdb.
9568 * gdb.base/source-error-1.gdb: New file, from previous
9569 source-error.gdb.
9570
9571 2019-02-17 Tom Tromey <tom@tromey.com>
9572
9573 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9574 for macro styling.
9575 * gdb.base/style.c (SOME_MACRO): New macro.
9576
9577 2019-02-17 Tom Tromey <tom@tromey.com>
9578
9579 * gdb.base/style.exp: Add line-wrapping tests.
9580 * gdb.base/page.exp: Add test for quitting during pagination.
9581
9582 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9583
9584 * gdb.ada/big_packed_array: New testcase.
9585 * gdb.ada/homonym.exp: Fix incorrect expected output for
9586 "break <homonym__get_value>" test.
9587
9588 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9589
9590 PR breakpoints/21870
9591 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9592 and prepare_for_testing. Add comment.
9593 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9594 redundant cleanup call. Clean up comment.
9595
9596 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9597
9598 PR breakpoints/21870
9599 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9600 * gdb.arch/aarch64-dbreg-contents.c: New file.
9601
9602 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9603
9604 * gdb.ada/mi_ref_changeable: New testcase.
9605
9606 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9607
9608 * gdb.base/attach.exp: Add double attach test.
9609
9610 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9611
9612 * lib/gdb.exp (default_gdb_start): Don't match pagination
9613 prompt.
9614 (gdb_init): Set stty_init.
9615
9616 2019-01-27 Tom Tromey <tom@tromey.com>
9617
9618 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9619 skip_python_tests.
9620
9621 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9622
9623 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9624 New structure.
9625 (struct struct_static_02_02): Likewise.
9626 (struct struct_static_02_03): Likewise.
9627 (struct struct_static_02_04): Likewise.
9628 (struct struct_static_04_01): Likewise.
9629 (struct struct_static_04_02): Likewise.
9630 (struct struct_static_04_03): Likewise.
9631 (struct struct_static_04_04): Likewise.
9632 (struct struct_static_06_01): Likewise.
9633 (struct struct_static_06_02): Likewise.
9634 (struct struct_static_06_03): Likewise.
9635 (struct struct_static_06_04): Likewise.
9636 (cmp_struct_static_02_01): Likewise.
9637 (cmp_struct_static_02_02): Likewise.
9638 (cmp_struct_static_02_03): Likewise.
9639 (cmp_struct_static_02_04): Likewise.
9640 (cmp_struct_static_04_01): Likewise.
9641 (cmp_struct_static_04_02): Likewise.
9642 (cmp_struct_static_04_03): Likewise.
9643 (cmp_struct_static_04_04): Likewise.
9644 (cmp_struct_static_06_01): Likewise.
9645 (cmp_struct_static_06_02): Likewise.
9646 (cmp_struct_static_06_03): Likewise.
9647 (cmp_struct_static_06_04): Likewise.
9648 (call_all): Test new structs.
9649 * gdb.base/infcall-nested-structs.exp: Likewise.
9650
9651 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9652 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9653
9654 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9655 * gdb.base/stack-protector.c: New test.
9656 * gdb.base/stack-protector.exp: New file.
9657 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9658 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9659 option.
9660 (gdb_compile): Remove stack protector for GCC and prevent
9661 recursion.
9662
9663 2019-01-16 Keith Seitz <keiths@redhat.com>
9664
9665 PR gdb/23773
9666 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9667
9668 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9669
9670 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9671 aliases.
9672 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9673 tests.
9674 * gdb.arch/powerpc-vector-regs.c: New file.
9675 * gdb.arch/powerpc-vector-regs.exp: New file.
9676
9677 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9678
9679 * gdb.arch/altivec-regs.exp: Fix the list passed to
9680 gdb_expect_list when testing "info vector".
9681
9682 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9683
9684 * gdb.base/style.exp: Don't include path in testname.
9685
9686 2019-01-10 Keith Seitz <keiths@redhat.com>
9687
9688 PR gdb/23712
9689 PR symtab/23010
9690 * gdb.dwarf2/multidictionary.exp: New file.
9691
9692 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9693
9694 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9695 (test_gnuv3_style_demangling): ... this.
9696 (test_lucid_style_demangling): Remove.
9697 (test_arm_style_demangling): Remove.
9698 (test_hp_style_demangling): Remove.
9699 (do_tests): Remove calls to the above.
9700
9701 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9702
9703 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9704 case.
9705
9706 2019-01-06 Tom Tromey <tom@tromey.com>
9707
9708 PR gdb/28155:
9709 * gdb.dwarf2/typedef-void-finish.exp: New file.
9710
9711 2018-12-28 Tom Tromey <tom@tromey.com>
9712 Simon Marchi <simark@simark.ca>
9713
9714 * gdb.base/jit-exec.exp: New file.
9715 * gdb.base/jit-exec.c: New file.
9716 * gdb.base/jit-execd.c: New file.
9717
9718 2018-12-28 Tom Tromey <tom@tromey.com>
9719
9720 * gdb.base/style.exp: Update test to check for address styling.
9721
9722 2018-12-28 Tom Tromey <tom@tromey.com>
9723
9724 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9725 message.
9726
9727 2018-12-28 Tom Tromey <tom@tromey.com>
9728
9729 * gdb.base/style.exp: Add test for version number styling.
9730
9731 2018-12-28 Tom Tromey <tom@tromey.com>
9732
9733 * gdb.base/style.exp: Add test for print_address_symbolic.
9734
9735 2018-12-28 Tom Tromey <tom@tromey.com>
9736
9737 * gdb.base/style.exp: Add test for breakpoint setting.
9738
9739 2018-12-28 Tom Tromey <tom@tromey.com>
9740
9741 * gdb.base/style.exp: Add test for variable names.
9742
9743 2018-12-28 Tom Tromey <tom@tromey.com>
9744
9745 * gdb.base/style.exp: New file.
9746 * gdb.base/style.c: New file.
9747
9748 2018-12-28 Tom Tromey <tom@tromey.com>
9749
9750 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9751 "dumb".
9752 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9753 the TERM environment variable.
9754
9755 2018-12-27 Tom Tromey <tom@tromey.com>
9756
9757 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9758 pagination test.
9759
9760 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9761
9762 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9763 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9764
9765 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9766
9767 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9768 Filename a.adb changed to bp_fun_addr.adb.
9769 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9770
9771 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9772
9773 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9774 non-PIE executables.
9775 * README: Mention the gdb,nopie_flag board setting.
9776 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9777 non-PIE executable.
9778 * gdb.arch/amd64-entry-value.exp: Likewise.
9779 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9780 * gdb.arch/i386-float.exp: Likewise.
9781 * gdb.arch/i386-signal.exp: Likewise.
9782 * gdb.mi/mi-reg-undefined.exp: Likewise.
9783
9784 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9785
9786 PR gdb/23974
9787 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9788
9789 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9790
9791 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9792 Update order of results accordingly.
9793
9794 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9795
9796 * gdb.base/annota1.exp: Update a test regexp.
9797
9798 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9799
9800 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9801
9802 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9803
9804 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9805 (reuse_time): Initialize to REUSE_TIME_CAP.
9806 (check_rc): New function.
9807 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9808 Check pthread_create rc.
9809 (spawner_thread_func): Check pthread_create and pthread_join rc.
9810
9811 2018-12-08 Pedro Alves <palves@redhat.com>
9812
9813 * gdb.base/list.exp (test_forward_search): Rename to ...
9814 (test_forward_reverse_search): ... this. Also test reverse-search
9815 and the forward-search alias.
9816
9817 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9818
9819 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9820 local timeout variable before return, and remove all local timeout
9821 variable entirely.
9822 (gdb_load): Likewise.
9823
9824 2018-12-01 Tom de Vries <tdevries@suse.de>
9825
9826 * gdb.base/gdb-caching-proc.exp: New file.
9827
9828 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9829
9830 * Makefile.in (TIMESTAMP): New variable.
9831 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9832 command.
9833 (check-single-racy): Likewise.
9834 (check/%.exp): Likewise.
9835 (check-racy/%.exp): Likewise.
9836 (workers/%.worker): Likewise.
9837 (build-perf): Likewise.
9838 (check-perf): Likewise.
9839 * README: Describe new "TS" and "TS_FORMAT" variables.
9840 * print-ts.py: New file.
9841
9842 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9843
9844 PR python/23714
9845 * gdb.python/python.exp: Test command repetition after
9846 gdb.execute.
9847
9848 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9849
9850 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9851 is correctly aligned.
9852
9853 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9854
9855 * gdb.ada/info_auto_lang.exp: New testcase.
9856 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9857 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9858 * gdb.ada/info_auto_lang/some_c.c: New file.
9859
9860 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9861
9862 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9863 FUNC_lang language syntax.
9864
9865 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9866
9867 * gdb.base/info_minsym.c: New file.
9868 * gdb.base/info_minsym.exp: New file.
9869
9870 2018-11-19 Tom Tromey <tom@tromey.com>
9871
9872 PR rust/23625:
9873 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9874 * gdb.rust/expr.exp: Update expected output. Change one test.
9875
9876 2018-11-19 Tom Tromey <tom@tromey.com>
9877
9878 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9879
9880 2018-11-19 Pedro Alves <palves@redhat.com>
9881
9882 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9883 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9884 see the expected warning.
9885
9886 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9887
9888 PR gdb/22736:
9889 * gdb.cp/infcall-nodebug-lib.c: New test.
9890 * gdb.cp/infcall-nodebug-main.c: New test.
9891 * gdb.cp/infcall-nodebug.exp: New file.
9892
9893 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9894
9895 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9896 completer tests.
9897
9898 2018-11-09 Tom de Vries <tdevries@suse.de>
9899
9900 * gdb.base/msym-lang.c: New test.
9901 * gdb.base/msym-lang.exp: New file.
9902 * gdb.base/msym-lang-main.c: New test.
9903
9904 2018-11-08 Tom Tromey <tom@tromey.com>
9905
9906 PR gdb/23555:
9907 PR gdb/23838:
9908 * gdb.base/warning.exp: New file.
9909
9910 2018-11-08 Jan Beulich <jbeulich@suse.com>
9911
9912 * testsuite/gdb.arch/i386-avx512.c,
9913 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9914
9915 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9916
9917 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9918 point hardware.
9919
9920 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9921
9922 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9923 * gdb.dwarf2/missing-type-name.exp: New file.
9924
9925 2018-11-06 Tom de Vries <tdevries@suse.de>
9926
9927 * gdb.base/many-headers.c: New test.
9928 * gdb.base/many-headers.exp: New file.
9929
9930 2018-11-06 Jim Wilson <jimw@sifive.com>
9931
9932 * gdb.base/code_elim.exp: For riscv, set additional_flags
9933 to include -msmall-data-limit=0.
9934
9935 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9936
9937 * gdb.ada/watch_minus_l: New testcase.
9938
9939 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9940
9941 * gdb.arch/aix-sighandle.c: New file.
9942 * gdb.arch/aix-sighandle.exp: New file.
9943
9944 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9945
9946 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9947 registers being unions.
9948
9949 2018-10-31 Tom de Vries <tdevries@suse.de>
9950
9951 * lib/valgrind.exp: New file.
9952 (vgdb_start, vgdb_stop): New procs, factored out of ...
9953 * gdb.base/valgrind-bt.exp: ... here, ...
9954 * gdb.base/valgrind-disp-step.exp: ... here and ...
9955 * gdb.base/valgrind-infcall.exp: ... here.
9956
9957 2018-10-31 Tom de Vries <tdevries@suse.de>
9958
9959 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9960
9961 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9962
9963 * gdb.dwarf2/void-type.c: New file.
9964 * gdb.dwarf2/void-type.exp: New file.
9965
9966 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9967
9968 * gdb.base/info_qt.c: New file.
9969 * gdb.base/info_qt.exp: New file.
9970
9971 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9972
9973 * gdb.arch/powerpc-htm-regs.c: New file.
9974 * gdb.arch/powerpc-htm-regs.exp: New file.
9975
9976 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9977
9978 * gdb.arch/powerpc-tar.c: New file.
9979 * gdb.arch/powerpc-tar.exp: New file.
9980
9981 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9982
9983 * gdb.arch/powerpc-ppr-dscr.c: New file.
9984 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9985
9986 2018-10-25 Tom de Vries <tdevries@suse.de>
9987
9988 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9989
9990 2018-10-24 Tom de Vries <tdevries@suse.de>
9991
9992 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9993 longer exists error.
9994
9995 2018-10-24 Tom de Vries <tdevries@suse.de>
9996
9997 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9998
9999 2018-10-24 Tom de Vries <tdevries@suse.de>
10000
10001 * gdb.base/valgrind-db-attach.exp: Handle removed support for
10002 --db-attach in valgrind.
10003
10004 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
10005
10006 * gdb.arch/riscv-reg-aliases.c: New file.
10007 * gdb.arch/riscv-reg-aliases.exp: New file.
10008
10009 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10010
10011 * gdb.python/py-cmd.exp: Check for gdb_prompt.
10012
10013 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10014
10015 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
10016
10017 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10018
10019 * gdb.cp/ovldbreak.exp: Fix regexps.
10020
10021 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10022
10023 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
10024
10025 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
10026
10027 PR cli/23785
10028 * gdb.base/restore.exp: New test to check if "restore" with an
10029 invalid file doesn't segfault.
10030
10031 2018-10-18 Tom de Vries <tdevries@suse.de>
10032
10033 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
10034 * gdb.ada/excep_handle.exp: Same.
10035 * gdb.ada/mi_string_access.exp: Same.
10036 * gdb.ada/mi_var_union.exp: Same.
10037 * gdb.arch/arc-analyze-prologue.exp: Same.
10038 * gdb.arch/arc-decode-insn.exp: Same.
10039 * gdb.base/readnever.exp: Same.
10040 * gdb.fortran/printing-types.exp: Same.
10041 * gdb.guile/scm-lazy-string.exp: Same.
10042
10043 2018-10-16 Tom de Vries <tdevries@suse.de>
10044
10045 PR gdb/23730
10046 * gdb.base/catch-follow-exec.c: Add copyright notice.
10047 * gdb.base/catch-follow-exec.exp: Rewrite to use
10048 gdb_spawn_with_cmdline_opts. Require gdb-native.
10049
10050 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
10051
10052 * gdb.trace/actions-changed.exp: Check for arch support.
10053 * gdb.trace/actions.exp: Likewise.
10054 * gdb.trace/ax.exp: Likewise.
10055 * gdb.trace/backtrace.exp: Likewise.
10056 * gdb.trace/change-loc.exp: Likewise.
10057 * gdb.trace/deltrace.exp: Likewise.
10058 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
10059 * gdb.trace/ftrace.exp: Likewise.
10060 * gdb.trace/infotrace.exp: Check for arch support.
10061 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
10062 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
10063 * gdb.trace/mi-tsv-changed.exp: Likewise.
10064 * gdb.trace/packetlen.exp: Likewise.
10065 * gdb.trace/passc-dyn.exp: Likewise.
10066 * gdb.trace/passcount.exp: Likewise.
10067 * gdb.trace/pending.exp: Likewise.
10068 * gdb.trace/range-stepping.exp: Check for shlib support.
10069 * gdb.trace/report.exp: Check for arch support.
10070 * gdb.trace/save-trace.exp: Likewise.
10071 * gdb.trace/signal.exp: Check for signal support.
10072 * gdb.trace/tfind.exp: Check for arch support.
10073 * gdb.trace/trace-break.exp: Check for arch and shlib support.
10074 * gdb.trace/trace-common.h: Add comment.
10075 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
10076 * gdb.trace/trace-enable-disable.exp: Likewise.
10077 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
10078 * gdb.trace/tracecmd.exp: Check for arch support.
10079 * gdb.trace/tspeed.exp: Check for shlib and target support.
10080 * gdb.trace/tstatus.exp: Check for arch support.
10081 * gdb.trace/tsv.exp: Likewise.
10082 * gdb.trace/while-dyn.exp: Likewise.
10083 * gdb.trace/while-stepping.exp: Likewise.
10084 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
10085
10086 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
10087
10088 * gdb.trace/tspeed.exp: Remove nowarnings.
10089 (prepare_for_trace_test): Declare "global ipalib".
10090 * gdb.trace/tspeed.c: Include unistd.h.
10091 (main): Remove superfluous printf argument.
10092
10093 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
10094
10095 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
10096 directory prefix on the filename.
10097
10098 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
10099
10100 * gdb.gdb/unittest.exp: Update expected message informing that
10101 selftests have been disabled.
10102 * gdb.server/unittest.exp: Likewise.
10103
10104 2018-10-09 Tom de Vries <tdevries@suse.de>
10105
10106 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
10107 with runto_main.
10108
10109 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
10110
10111 PR c++/16841
10112 * gdb.cp/virtbase2.cc: New file.
10113 * gdb.cp/virtbase2.exp: New file.
10114
10115 2018-10-06 Tom Tromey <tom@tromey.com>
10116
10117 PR python/19399:
10118 * gdb.python/py-inferior.exp: Add architecture test.
10119
10120 2018-10-06 Tom Tromey <tom@tromey.com>
10121
10122 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
10123 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
10124
10125 2018-10-06 Tom Tromey <tom@tromey.com>
10126
10127 * gdb.python/py-breakpoint.exp (check_last_event): Check location
10128 of a "throw" catchpoint.
10129
10130 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
10131
10132 * gdb.base/info-proc.exp: Update string expected from "help info
10133 proc".
10134
10135 2018-10-04 Tom Tromey <tom@tromey.com>
10136
10137 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
10138 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
10139 (test_initial_complaints, test_empty_complaints): Update.
10140 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10141
10142 2018-10-04 Tom Tromey <tom@tromey.com>
10143
10144 PR cli/19551:
10145 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
10146 * lib/gdb.exp (gdb_file_cmd): Update.
10147 * gdb.stabs/weird.exp (print_weird_var): Update.
10148 * gdb.server/solib-list.exp: Update.
10149 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
10150 * gdb.mi/mi-cli.exp: Update.
10151 * gdb.linespec/linespec.exp: Update.
10152 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10153 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
10154 * gdb.cp/cp-relocate.exp: Update.
10155 * gdb.base/sym-file.exp: Update.
10156 * gdb.base/relocate.exp: Update.
10157 * gdb.base/readnever.exp: Update.
10158 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10159 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
10160 * gdb.base/dbx.exp (gdb_file_cmd): Update.
10161 * gdb.base/code_elim.exp: Update.
10162 * gdb.base/break-unload-file.exp (test_break): Update.
10163 * gdb.base/break-interp.exp (test_attach_gdb): Update.
10164 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
10165 Update.
10166 * gdb.base/attach.exp (do_attach_tests): Update.
10167 * gdb.base/sepdebug.exp: Update.
10168 * gdb.python/py-section-script.exp: Update.
10169
10170 2018-10-04 Tom Tromey <tom@tromey.com>
10171
10172 PR cli/22234:
10173 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
10174 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
10175 output.
10176
10177 2018-10-04 Tom Tromey <tom@tromey.com>
10178
10179 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
10180 set width and height to 0.
10181 (test_command_line_attach_run): Use -quiet.
10182
10183 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
10184
10185 * lib/gdb.exp (skip_ifunc_tests): New.
10186 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
10187 other compile failures.
10188 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
10189
10190 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
10191
10192 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
10193 is_amd64_regs_target.
10194
10195 2018-10-01 Alan Hayward <alan.hayward@arm.com>
10196
10197 * gdb.arch/aarch64-sighandler-regs.c: New test.
10198 * gdb.arch/aarch64-sighandler-regs.exp: New file.
10199 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
10200
10201 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
10202
10203 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
10204 assembly.
10205
10206 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
10207
10208 * gdb.base/frame-selection.exp: New file.
10209 * gdb.base/frame-selection.c: New file.
10210
10211 2018-09-27 Alan Hayward <alan.hayward@arm.com>
10212
10213 * gdb.threads/check-libthread-db.c (thread_routine): Use a
10214 pthread barrier.
10215 (main): Likewise.
10216
10217 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
10218
10219 * gdb.base/large-frame-1.c: New file.
10220 * gdb.base/large-frame-2.c: New file.
10221 * gdb.base/large-frame.exp: New file.
10222 * gdb.base/large-frame.h: New file.
10223
10224 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
10225
10226 PR gdb/20948
10227 * gdb.base/write_mem.exp: New test.
10228 * gdb.base/write_mem.c: Likewise.
10229
10230 2018-09-23 Tom Tromey <tom@tromey.com>
10231
10232 PR python/18852:
10233 * gdb.python/py-parameter.exp: Add test for parameter that throws
10234 on "set".
10235
10236 2018-09-23 Tom Tromey <tom@tromey.com>
10237
10238 PR python/17284:
10239 * gdb.python/py-template.exp (test_template_arg): Add test for
10240 negative template argument number.
10241
10242 2018-09-23 Tom Tromey <tom@tromey.com>
10243
10244 PR python/14062:
10245 * gdb.python/python.exp: Add test for post_event error.
10246
10247 2018-09-23 Tom Tromey <tom@tromey.com>
10248
10249 PR python/18170:
10250 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
10251 convert pointers to int and long.
10252
10253 2018-09-23 Tom Tromey <tom@tromey.com>
10254
10255 PR python/20126:
10256 * gdb.python/py-value.exp (test_value_numeric_ops): Add
10257 signed-ness conversion tests.
10258
10259 2018-09-23 Tom Tromey <tom@tromey.com>
10260
10261 PR python/18352;
10262 * gdb.python/py-value.exp (test_float_conversion): New proc.
10263 Use it.
10264
10265 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
10266
10267 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
10268
10269 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
10270
10271 * gdb.base/complete-empty.exp: Skip tab-completion tests if
10272 no readline.
10273 * gdb.base/utf8-identifiers.exp: Likewise.
10274 * gdb.cp/cpcompletion.exp: Likewise.
10275 * gdb.linespec/cpcompletion.exp: Likewise.
10276 * gdb.linespec/cpls-abi-tag.exp: Likewise.
10277 * gdb.linespec/cpls-ops.exp: Likewise.
10278
10279 2018-09-19 Richard Bunt <richard.bunt@arm.com>
10280 Chris January <chris.january@arm.com>
10281
10282 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
10283 * gdb.fortran/short-circuit-argument-list.exp: New file.
10284 * gdb.fortran/short-circuit-argument-list.f90: New test.
10285
10286 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10287
10288 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
10289 "arch=" keyword when executing "-stack-list-frames".
10290
10291 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10292
10293 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
10294 "arch=" keyword when executing "-stack-list-frames".
10295
10296 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10297
10298 * gdb.ada/complete.exp: Expect for "@" when doing "complete
10299 break ada".
10300
10301 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
10302
10303 PR python/23669
10304 * gdb.python/python.exp: Test gdb.execute("show commands").
10305
10306 2018-09-16 Tom Tromey <tom@tromey.com>
10307
10308 * gdb.base/new-ui.exp (do_execution_tests): Update.
10309 * gdb.base/dbx.exp (test_breakpoints): Update.
10310
10311 2018-09-14 Alan Hayward <alan.hayward@arm.com>
10312
10313 * lib/gdb.exp (gdb_simple_compile): Add proc.
10314 (is_elf_target): Use gdb_simple_compile.
10315 (skip_altivec_tests): Likewise.
10316 (skip_vsx_tests): Likewise.
10317 (skip_tsx_tests): Likewise.
10318 (skip_btrace_tests): Likewise.
10319 (skip_btrace_pt_tests): Likewise.
10320 (gdb_can_simple_compile): Likewise.
10321 (gdb_has_argv0): Likewise.
10322 (gdb_target_symbol_prefix): Likewise.
10323 (target_supports_scheduler_locking): Likewise.
10324
10325 2018-09-13 Tom Tromey <tom@tromey.com>
10326
10327 * Makefile.in (TAGS): Recognize proc_with_prefix and
10328 gdb_caching_proc.
10329
10330 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10331
10332 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
10333 method.
10334
10335 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10336
10337 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
10338 and a few other Inferior properties when the Inferior is no
10339 longer valid.
10340
10341 2018-09-13 Tom Tromey <tom@tromey.com>
10342
10343 PR rust/23650:
10344 * gdb.rust/simple.exp: Add test for enum field access error.
10345
10346 2018-09-13 Tom Tromey <tom@tromey.com>
10347
10348 PR rust/23626:
10349 * gdb.rust/simple.rs (EmptyEnum): New type.
10350 (main): Use it.
10351 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
10352
10353 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10354
10355 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
10356 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
10357 * gdb.python/py-symtab.exp: Update test printing an objfile.
10358
10359 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
10360
10361 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
10362 object.
10363
10364 2018-09-12 Alan Hayward <alan.hayward@arm.com>
10365
10366 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
10367 (support_complex_tests): Use gdb_can_simple_compile.
10368 (is_ilp32_target): Likewise.
10369 (is_lp64_target): Likewise.
10370 (is_64_target): Likewise.
10371 (is_amd64_regs_target): Likewise.
10372 (is_aarch32_target): Likewise.
10373 (gdb_int128_helper): Likewise.
10374
10375 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10376
10377 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10378
10379 2018-09-10 Jerome Guitton <guitton@adacore.com>
10380
10381 * gdb.ada/same_component_name: Add test for case of tagged record
10382 with variable-length fields.
10383
10384 2018-09-10 Xavier Roirand <roirand@adacore.com>
10385
10386 * gdb.ada/access_to_unbounded_array.exp: New testcase.
10387 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
10388 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
10389 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
10390
10391 2018-09-10 Xavier Roirand <roirand@adacore.com>
10392
10393 * gdb.ada/mi_string_access.exp: New testcase.
10394 * gdb.ada/mi_string_access/bar.adb: New file.
10395 * gdb.ada/mi_string_access/pck.adb: New file.
10396 * gdb.ada/mi_string_access/pck.asd: New file.
10397
10398 2018-09-10 Xavier Roirand <roirand@adacore.com>
10399
10400 * gdb.ada/mi_var_union.exp: New testcase.
10401 * gdb.ada/mi_var_union/bar.adb: New file.
10402 * gdb.ada/mi_var_union/pck.adb: New file.
10403 * gdb.ada/mi_var_union/pck.asd: New file.
10404
10405 2018-09-08 Tom Tromey <tom@tromey.com>
10406
10407 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10408
10409 2018-09-08 Tom Tromey <tom@tromey.com>
10410
10411 PR python/16047:
10412 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10413 (register_pretty_printers): Register new printer.
10414 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10415 test.
10416 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10417 (an_int_type3): New global.
10418
10419 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10420
10421 * gdb.ada/expr_with_funcall: New testcase.
10422
10423 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10424
10425 * gdb.ada/packed_array_assign: New testcase.
10426
10427 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10428
10429 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10430 names, and add test prefixes to make test names unique.
10431
10432 2018-09-05 Tom de Vries <tdevries@suse.de>
10433
10434 * gdb.dwarf2/varval.exp: Add test.
10435
10436 2018-09-04 Gary Benson <gbenson@redhat.com>
10437
10438 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10439 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10440
10441 2018-08-31 Tom Tromey <tom@tromey.com>
10442
10443 * gdb.rust/simple.rs: Rename second variable "v".
10444
10445 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10446
10447 * gdb.base/funcargs.c (use_a): New function.
10448 (recurse): Call use_a.
10449
10450 2018-08-29 Keith Seitz <keiths@redhat.com>
10451
10452 * gdb.compile/compile-cplus-anonymous.cc: New file.
10453 * gdb.compile/compile-cplus-anonymous.exp: New file.
10454 * gdb.compile/compile-cplus-array-decay.cc: New file.
10455 * gdb.compile/compile-cplus-array-decay.exp: New file.
10456 * gdb.compile/compile-cplus-inherit.cc: New file.
10457 * gdb.compile/compile-cplus-inherit.exp: New file.
10458 * gdb.compile/compile-cplus-member.cc: New file.
10459 * gdb.compile/compile-cplus-member.exp: New file.
10460 * gdb.compile/compile-cplus-method.cc: New file.
10461 * gdb.compile/compile-cplus-method.exp: New file.
10462 * gdb.compile/compile-cplus-mod.c: "New" file.
10463 * gdb.compile/compile-cplus-namespace.cc: New file.
10464 * gdb.compile/compile-cplus-namespace.exp: New file.
10465 * gdb.compile/compile-cplus-nested.cc: New file.
10466 * gdb.compile/compile-cplus-nested.exp: New file.
10467 * gdb.compile/compile-cplus-print.c: "New" file.
10468 * gdb.compile/compile-cplus-print.exp: "New" file.
10469 * gdb.compile/compile-cplus-virtual.cc: New file.
10470 * gdb.compile/compile-cplus-virtual.exp: New file.
10471 * gdb.compile/compile-cplus.c: "New" file.
10472 * gdb.compile/compile-cplus.exp: "New" file.
10473 * lib/compile-support.exp: New file.
10474
10475 2018-08-16 Gary Benson <gbenson@redhat.com>
10476
10477 PR gdb/13000:
10478 * gdb.base/batch-exit-status.exp: New file.
10479 * gdb.base/batch-exit-status.good-commands: Likewise.
10480 * gdb.base/batch-exit-status.bad-commands: Likewise.
10481
10482 2018-08-29 Alan Hayward <alan.hayward@arm.com>
10483
10484 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10485 (struct struct02): Likewise.
10486 (struct struct03): Likewise.
10487 (struct struct04): Likewise.
10488 (struct struct_01_01): New struct.
10489 (struct struct_01_02): Likewise.
10490 (struct struct_01_03): Likewise.
10491 (struct struct_01_04): Likewise.
10492 (struct struct_02_01): Likewise.
10493 (struct struct_02_02): Likewise.
10494 (struct struct_02_03): Likewise.
10495 (struct struct_02_04): Likewise.
10496 (struct struct_04_01): Likewise.
10497 (struct struct_04_02): Likewise.
10498 (struct struct_04_03): Likewise.
10499 (struct struct_04_04): Likewise.
10500 (struct struct_05_01): Likewise.
10501 (struct struct_05_02): Likewise.
10502 (struct struct_05_03): Likewise.
10503 (struct struct_05_04): Likewise.
10504 (cmp_struct01): Remove function.
10505 (cmp_struct02): Likewise.
10506 (cmp_struct03): Likewise.
10507 (cmp_struct04): Likewise.
10508 (cmp_struct_01_01): Add Function.
10509 (cmp_struct_01_02): Likewise.
10510 (cmp_struct_01_03): Likewise.
10511 (cmp_struct_01_04): Likewise.
10512 (cmp_struct_02_01): Likewise.
10513 (cmp_struct_02_02): Likewise.
10514 (cmp_struct_02_03): Likewise.
10515 (cmp_struct_02_04): Likewise.
10516 (cmp_struct_04_01): Likewise.
10517 (cmp_struct_04_02): Likewise.
10518 (cmp_struct_04_03): Likewise.
10519 (cmp_struct_04_04): Likewise.
10520 (cmp_struct_05_01): Likewise.
10521 (cmp_struct_05_02): Likewise.
10522 (cmp_struct_05_03): Likewise.
10523 (cmp_struct_05_04): Likewise.
10524 (call_all): Add new structs.
10525 * gdb.base/infcall-nested-structs.exp: Likewise.
10526
10527 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10528
10529 * gdb.python/py-framefilter-mi.exp: Update regexp to
10530 check for "arch" field in frame output.
10531
10532 2018-08-23 Kevin Buettner <kevinb@redhat.com>
10533
10534 * gdb.dwarf2/dw2-ranges-func.c: New file.
10535 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10536
10537 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10538
10539 * gdb.base/term.exp: Compare terminal settings with values from
10540 the inferior.
10541 * gdb.base/term.c: Get and set terminal settings.
10542
10543 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10544
10545 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10546 accommodate new "arch" field in frame output.
10547 * gdb.mi/mi-return.exp: Likewise.
10548 * gdb.mi/mi-stack.exp: Likewise.
10549 * gdb.mi/mi-syn-frame.exp: Likewise.
10550 * gdb.mi/user-selected-context-sync.exp: Likewise.
10551
10552 2018-08-19 Michael Spang <spang@google.com>
10553
10554 PR gdb/11786
10555 * gdb.base/gcore-tls-pie.c: New file.
10556 * gdb.base/gcore-tls-pie.exp: New file.
10557
10558 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10559
10560 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10561 * gdb.dwarf2/varval.c: New file.
10562 * gdb.dwarf2/varval.exp: New file.
10563
10564 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10565
10566 PR gdb/18931
10567 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10568
10569 2018-08-16 Keith Seitz <keiths@redhat.com>
10570
10571 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10572 tests expected to pass.
10573
10574 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10575
10576 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10577 -data-disassemble -a.
10578 (test_disassembly_bogus_args): Likewise.
10579
10580 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10581
10582 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10583
10584 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10585
10586 * gdb.base/vla-optimized-out.exp: Add new test.
10587
10588 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10589
10590 * gdb.base/vla-optimized-out-o3.exp: Delete.
10591 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10592 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10593 deleted tests.
10594
10595 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10596
10597 PR gdb/18050:
10598 * gdb.server/extended-remote-restart.c: New file.
10599 * gdb.server/extended-remote-restart.exp: New file.
10600
10601 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10602
10603 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10604 "set variable index = 42".
10605
10606 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10607
10608 * boards/index-cache-gdb.exp: New file.
10609 * gdb.dwarf2/index-cache.exp: New file.
10610 * gdb.dwarf2/index-cache.c: New file.
10611 * gdb.base/maint.exp: Check if we are using the index cache.
10612
10613 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10614
10615 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10616 MAKEFLAGS.
10617
10618 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10619
10620 * dg-extract-results.sh: Move to toplevel contrib.
10621 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10622 * Makefile.in (check-parallel-racy): Likewise.
10623
10624 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10625
10626 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10627 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10628 tests if the target supports scheduler locking.
10629
10630 2018-08-04 Tom de Vries <tdevries@suse.de>
10631
10632 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10633
10634 2018-08-02 Tom Tromey <tom@tromey.com>
10635
10636 PR symtab/16842.
10637 * gdb.cp/temargs.exp: Test "info address" of a template
10638 parameter.
10639
10640 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10641
10642 * gdb.python/py-mi-var-info-path-expression.c: New file.
10643 * gdb.python/py-mi-var-info-path-expression.py: New file.
10644 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10645
10646 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10647
10648 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10649 error after "cannot resolve name" string.
10650
10651 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10652
10653 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10654 started.
10655 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10656
10657 2018-07-28 Tom de Vries <tdevries@suse.de>
10658
10659 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10660
10661 2018-07-26 Tom de Vries <tdevries@suse.de>
10662
10663 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10664
10665 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10666
10667 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10668 is visible.
10669
10670 2018-07-26 Tom de Vries <tdevries@suse.de>
10671
10672 PR breakpoints/23366
10673 * gdb.base/catch-follow-exec.c: New test.
10674 * gdb.base/catch-follow-exec.exp: New file.
10675
10676 2018-07-25 Tom de Vries <tdevries@suse.de>
10677
10678 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10679 vla-optimized-out.c.
10680
10681 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10682
10683 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10684 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10685
10686 2018-07-20 Tom de Vries <tdevries@suse.de>
10687
10688 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10689 NOCLONE macro.
10690 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10691
10692 2018-07-19 Tom de Vries <tdevries@suse.de>
10693
10694 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10695 regular expression.
10696
10697 2018-07-18 Tom de Vries <tdevries@suse.de>
10698
10699 * gdb.base/vla-optimized-out.c: New test.
10700 * gdb.base/vla-optimized-out.exp: New file.
10701
10702 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10703
10704 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10705 message "No address associated with hostname" when gdbserver
10706 cannot resolve the hostname.
10707
10708 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10709
10710 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10711 Add some test prefixes to make tests unique.
10712
10713 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10714
10715 * gdb.base/frameapply.c: New file.
10716 * gdb.base/frameapply.exp: New file.
10717
10718 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10719
10720 * gdb.base/skip.exp: Update expected error message.
10721
10722 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10723 Jan Kratochvil <jan.kratochvil@redhat.com>
10724 Paul Fertser <fercerpav@gmail.com>
10725 Tsutomu Seki <sekiriki@gmail.com>
10726
10727 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10728 parameter.
10729 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10730 by default.
10731 * boards/native-gdbserver.exp: Likewise.
10732 * gdb.server/run-without-local-binary.exp: Improve regexp used
10733 for detecting when a remote debugging connection succeeds.
10734 * gdb.server/server-connect.exp: New file.
10735 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10736 Do not prefix the port number with ":".
10737 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10738 support for detecting and using it. Add '$debughost_gdbserver'
10739 to the list of arguments used to start gdbserver. Handle case
10740 when gdbserver cannot resolve a network name.
10741
10742 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10743
10744 PR c++/23373
10745 * gdb.base/ptype-offsets.cc (struct static_member): New
10746 struct.
10747 (main) <stmember>: New variable.
10748 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10749 with a static member in it.
10750
10751 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10752
10753 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10754 watchpoints enabled and disabled.
10755
10756 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10757
10758 * gdb.base/examine-backward.exp: Still run tests around address
10759 0x0, even if address 0x0 is not readable. Update the pattern for
10760 matching address 0x0 in expected output.
10761
10762 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10763
10764 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10765 malloc/free.
10766
10767 2018-07-04 Tom de Vries <tdevries@suse.de>
10768
10769 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10770
10771 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10772
10773 PR tdep/8282
10774 * gdb.arch/mips-disassembler-options.exp: New test.
10775 * gdb.arch/mips-disassembler-options.s: New test source.
10776
10777 2018-06-29 Pedro Alves <palves@redhat.com>
10778
10779 * gdb.threads/names.exp: Adjust expected "info threads" output.
10780
10781 2018-06-29 Pedro Alves <palves@redhat.com>
10782
10783 * gdb.opt/inline-break.exp (line number, address): Add "info
10784 break" tests.
10785
10786 2018-06-29 Pedro Alves <palves@redhat.com>
10787
10788 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10789 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10790 number and address and running to them.
10791
10792 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10793
10794 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10795
10796 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10797
10798 * lib/compiler.c: Remove executable permission flag.
10799
10800 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10801
10802 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10803 code.
10804 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10805
10806 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10807
10808 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10809
10810 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10811
10812 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10813 address argument is omitted.
10814
10815 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10816
10817 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10818
10819 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10820
10821 PR gdb/21695
10822 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10823 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10824
10825 2018-06-26 Tom Tromey <tom@tromey.com>
10826
10827 PR rust/22574:
10828 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10829 * gdb.rust/simple.rs (struct SimpleLayout): New.
10830
10831 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10832
10833 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10834 "info registers" output.
10835
10836 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10837
10838 * gdb.base/watchpoint-hw-attach.c: New test.
10839 * gdb.base/watchpoint-hw-attach.exp: New file.
10840
10841 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10842
10843 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10844 through /bin/sh.
10845 * boards/dwarf4-gdb-index.exp: Likewise.
10846 * boards/fission-dwp.exp: Likewise.
10847
10848 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10849
10850 * gdb.base/float128.exp: Add comment and improved fail message
10851 to the failure case of "print large128" test.
10852
10853 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10854
10855 * configure.ac: Remove AC_PREREQ.
10856 * configure: Re-generate.
10857
10858 2018-06-19 Pedro Alves <palves@redhat.com>
10859
10860 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10861 (func_extern_caller): New.
10862 (main): Call func_extern_caller.
10863 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10864 logic change.
10865
10866 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10867
10868 PR gdb/16841
10869 * gdb.cp/typedef-base.cc: New file.
10870 * gdb.cp/typedef-base.exp: New file.
10871
10872 2018-06-18 Tom de Vries <tdevries@suse.de>
10873
10874 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10875
10876 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10877 Richard Bunt <Richard.Bunt@arm.com>
10878
10879 * gdb.threads/attach-slow-waitpid.c: New file.
10880 * gdb.threads/attach-slow-waitpid.exp: New file.
10881 * gdb.threads/slow-waitpid.c: New file.
10882
10883 2018-06-14 Pedro Alves <palves@redhat.com>
10884
10885 * gdb.base/fork-running-state.c: Include <errno.h>.
10886 (exit_if_relative_exits): New.
10887 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10888 exits.
10889 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10890 child exits.
10891
10892 2018-06-14 Tom de Vries <tdevries@suse.de>
10893
10894 PR cli/22573
10895 * gdb.base/finish-pretty.c: New test.
10896 * gdb.base/finish-pretty.exp: New file.
10897
10898 2018-06-14 Pedro Alves <palves@redhat.com>
10899
10900 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10901 gdb's expected startup output.
10902
10903 2018-06-14 Pedro Alves <palves@redhat.com>
10904
10905 * lib/selftest-support.exp (selftest_setup): Remove inlined
10906 function handling.
10907
10908 2018-06-14 Tom de Vries <tdevries@suse.de>
10909
10910 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10911 matching of breakpoint printing.
10912
10913 2018-06-13 Tom de Vries <tdevries@suse.de>
10914
10915 PR testsuite/23269
10916 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10917 (fork_child): ... here, and ...
10918 (fork_parent): ... here.
10919
10920 2018-06-12 Tom de Vries <tdevries@suse.de>
10921
10922 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10923
10924 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10925 Stephen Roberts <stephen.roberts@arm.com>
10926
10927 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10928 rewrite test to describe action performed, rather than possible
10929 failure.
10930
10931 2018-06-08 Gary Benson <gbenson@redhat.com>
10932
10933 * gdb.threads/check-libthread-db.exp: New file.
10934 * gdb.threads/check-libthread-db.c: Likewise.
10935
10936 2018-06-05 Tom Tromey <tom@tromey.com>
10937
10938 * gdb.base/default.exp: Update expected "show version" output.
10939
10940 2018-06-05 Tom Tromey <tom@tromey.com>
10941
10942 PR cli/12326:
10943 * gdb.cp/static-print-quit.exp: Update.
10944 * lib/gdb.exp (pagination_prompt): Update.
10945 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10946 * gdb.python/python.exp: Update.
10947
10948 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10949
10950 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10951
10952 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10953
10954 * gdb.ada/bp_fun_addr: New testcase.
10955
10956 2018-06-01 Tom Tromey <tom@tromey.com>
10957
10958 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10959 results.
10960 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10961 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10962 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10963 * gdb.base/maint.exp (maint_pass_if): Update.
10964
10965 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10966
10967 * gdb.base/endian.exp: New test.
10968 * gdb.base/endian.c: New test source.
10969
10970 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10971
10972 PR gdb/23203
10973 * gdb.base/bt-selected-frame.c: New file.
10974 * gdb.base/bt-selected-frame.exp: New file.
10975 * lib/gdb.exp (get_current_frame_number): New function.
10976
10977 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10978 Pedro Alves <palves@redhat.com>
10979
10980 * gdb.threads/tls-core.c: Include <stdlib.h>
10981 (thread_proc): Call `abort'.
10982 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10983 (tls_core_test): New procedure, bits factored out from ...
10984 (top level): ... here. Test both native cores and gcore cores.
10985
10986 2018-05-23 Tom Tromey <tom@tromey.com>
10987
10988 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10989
10990 2018-05-23 Tom Tromey <tom@tromey.com>
10991
10992 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10993 symfile_complaints.
10994 (test_short_complaints): Likewise.
10995 (test_empty_complaints): Likewise.
10996 (test_initial_complaints): Update.
10997
10998 2018-05-23 Tom Tromey <tom@tromey.com>
10999
11000 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
11001
11002 2018-05-23 Tom Tromey <tom@tromey.com>
11003
11004 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
11005 (test_short_complaints): Update.
11006
11007 2018-05-22 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.base/remote.exp: Only gdb_start after compiling the
11010 testcase. Issue "disconnect" before testing "set remote" command
11011 defaults. Issue clean_restart before running to main.
11012
11013 2018-05-22 Pedro Alves <palves@redhat.com>
11014
11015 * gdb.base/remote.exp: Adjust expected output of "show remote
11016 memory-write-packet-size". Add tests for "set remote
11017 memory-write-packet-size 0" and "set remote
11018 memory-write-packet-size fixed/limit".
11019
11020 2018-05-22 Pedro Alves <palves@redhat.com>
11021
11022 PR gdb/22973
11023 * gdb.base/utf8-identifiers.c: New file.
11024 * gdb.base/utf8-identifiers.exp: New file.
11025
11026 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11027
11028 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
11029
11030 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11031
11032 * gdb.arch/powerpc-vsx-gcore.exp: New file.
11033
11034 2018-05-18 Tom Tromey <tom@tromey.com>
11035
11036 * gdb.base/ptype-offsets.exp: Update.
11037
11038 2018-05-17 Keith Seitz <keiths@redhat.com>
11039
11040 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
11041 in expected breakpoint stop locations.
11042 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
11043 move to proper scope to test variable values.
11044 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
11045 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
11046 New functions.
11047 (main): Call not_inline_func3.
11048 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
11049 inline_func1, inline_func2, and inline_func3. Test that when each
11050 breakpoint is hit, GDB properly reports both the stop location
11051 and the backtrace. Repeat tests for temporary breakpoints.
11052
11053 2018-05-15 Maciej W. Rozycki <macro@mips.com>
11054
11055 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
11056 rather then trying to access it in determining whether the PID
11057 of `gdbserver' could have been retrieved.
11058
11059 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
11060
11061 * gdb.arch/amd64-init-x87-values.S: New file.
11062 * gdb.arch/amd64-init-x87-values.exp: New file.
11063
11064 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11065
11066 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
11067
11068 2018-05-04 Tom Tromey <tom@tromey.com>
11069
11070 PR python/22730:
11071 * gdb.python/python.exp: Test multi-line execute.
11072
11073 2018-05-04 Tom Tromey <tom@tromey.com>
11074
11075 PR python/22731:
11076 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
11077
11078 2018-05-04 Tom Tromey <tom@tromey.com>
11079
11080 PR gdb/11750:
11081 * gdb.base/define.exp: Test defining a user command inside a user
11082 command.
11083 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
11084
11085 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11086 Pedro Alves <palves@redhat.com>
11087
11088 PR breakpoints/19806 and support for PR external/20207.
11089 * gdb.base/watchpoint-unaligned.c: New file.
11090 * gdb.base/watchpoint-unaligned.exp: New file.
11091
11092 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11093
11094 * gdb.base/maint.exp: Make test names unique, use
11095 test_prefix_command_help to test 'help maint info', and remove
11096 repeated test of 'help maint'.
11097
11098 2018-05-04 Tom Tromey <tom@tromey.com>
11099
11100 PR gdb/22619:
11101 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
11102 behavior.
11103
11104 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11105
11106 * gdb.base/maint.exp: Process output from 'maint print registers'
11107 line at a time.
11108
11109 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11110
11111 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
11112 timeout.
11113
11114 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
11115
11116 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
11117 filter pattern.
11118
11119 2018-05-02 Pedro Alves <palves@redhat.com>
11120
11121 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
11122 to_log_command renames.
11123 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
11124
11125 2018-05-02 Tom Tromey <tom@tromey.com>
11126
11127 * gdb.python/py-parameter.exp: Set test message.
11128
11129 2018-05-02 Tom Tromey <tom@tromey.com>
11130
11131 PR python/20084:
11132 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
11133 PARAM_ZUINTEGER_UNLIMITED tests.
11134
11135 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
11136
11137 PR rust/23124
11138 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
11139 when casting.
11140
11141 2018-04-30 Tom Tromey <tom@tromey.com>
11142
11143 * gdb.python/py-type.exp: Check align attribute.
11144 * gdb.python/py-type.c: New "aligncheck" global.
11145
11146 2018-04-30 Tom Tromey <tom@tromey.com>
11147
11148 PR exp/17095:
11149 * gdb.dwarf2/dw2-align.exp: New file.
11150 * gdb.cp/align.exp: New file.
11151 * gdb.base/align.exp: New file.
11152 * lib/gdb.exp (gdb_int128_helper): New proc.
11153 (has_int128_c, has_int128_cxx): New caching procs.
11154
11155 2018-04-27 Tom Tromey <tom@tromey.com>
11156
11157 PR rust/22545:
11158 * gdb.rust/simple.exp: Add inclusive range tests.
11159
11160 2018-04-26 Pedro Alves <palves@redhat.com>
11161
11162 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
11163 ifunc breakpoint locations correctly of ifunc breakpoints set
11164 while the program resolves the ifunc.
11165
11166 2018-04-26 Pedro Alves <palves@redhat.com>
11167
11168 * gdb.base/gnu-ifunc-final.c: New file.
11169 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
11170 * gdb.base/gnu-ifunc.exp (executable): Delete.
11171 (staticexecutable): Adjust.
11172 (lib_opts, exec_opts): Delete.
11173 (make_binsuffix, build, set-break): New procedures.
11174 (misc_tests): New, with tests factored out from the top level.
11175 (top level): Test different combinations of ifunc resolver name,
11176 resolver with and with debug info, and ifunc target with and
11177 without debug info. Wrap static tests with with_target_prefix.
11178
11179 2018-04-26 Pedro Alves <palves@redhat.com>
11180
11181 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
11182 return type" warnings.
11183
11184 2018-04-25 Pedro Alves <palves@redhat.com>
11185
11186 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
11187 killed".
11188 * gdb.base/kill-after-signal.exp: Likewise.
11189 * gdb.threads/kill.exp: Likewise.
11190
11191 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11192 Sergio Durigan Junior <sergiodj@redhat.com>
11193 Pedro Alves <palves@redhat.com>
11194
11195 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
11196 regexps to expect for '[Inferior ... detached]' as well.
11197 * gdb.base/attach.exp: Likewise.
11198 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
11199 "gdb_continue_to_end".
11200 (test_catch_syscall_with_wrong_args): Likewise.
11201 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
11202 ']'. Don't set 'verbose' on.
11203 * gdb.base/foll-vfork.exp: Likewise.
11204 * gdb.base/fork-print-inferior-events.c: New file.
11205 * gdb.base/fork-print-inferior-events.exp: New file.
11206 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
11207 '[Inferior ... has been killed]' message.
11208 * gdb.base/kill-after-signal.exp: Likewise.
11209 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
11210 detach message.
11211 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
11212 message.
11213 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
11214 regexps to expect for '[Inferior ... detached]' as well.
11215 * gdb.threads/process-dies-while-detaching.exp: Likewise.
11216
11217 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
11218
11219 PR gdb/23104
11220 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
11221
11222 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
11223
11224 PR gdb/23095
11225 * gdb.base/break-probes.exp: Pass shlib_load to
11226 prepare_for_testing. Set normal_bp to r_debug_state if target is
11227 bsd.
11228
11229 2018-04-19 Richard Bunt <richard.bunt@arm.com>
11230
11231 * gdb.threads/multiple-successive-infcall.c: New test.
11232 * gdb.threads/multiple-successive-infcall.exp: New file.
11233
11234 2018-04-17 Tom Tromey <tom@tromey.com>
11235
11236 * gdb.rust/simple.rs (Union): New type.
11237 (main): New local "u".
11238 * gdb.rust/simple.exp (test_one_slice): Add new test case.
11239
11240 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11241
11242 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
11243 number information in output of "whereis" command.
11244 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
11245
11246 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11247
11248 * gdb.ada/info_types.exp: Adjust expected output to the line
11249 numbers now printed by "info var/func/type".
11250 * gdb.base/completion.exp: Likewise.
11251 * gdb.base/included.exp: Likewise.
11252 * gdb.cp/cp-relocate.exp: Likewise.
11253 * gdb.cp/cplusfuncs.exp: Likewise.
11254 * gdb.cp/namespace.exp: Likewise.
11255 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
11256
11257 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11258
11259 * gdb.btrace/cpu.exp: New.
11260
11261 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11262
11263 * gdb.base/step-indirect-call-thunk.exp: New.
11264 * gdb.base/step-indirect-call-thunk.c: New.
11265 * gdb.reverse/step-indirect-call-thunk.exp: New.
11266 * gdb.reverse/step-indirect-call-thunk.c: New.
11267
11268 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
11269
11270 * gdb.base/pie-fork.c: New file.
11271 * gdb.base/pie-fork.exp: New file.
11272
11273 2018-04-11 Tom Tromey <tom@tromey.com>
11274
11275 * gdb.rust/simple.exp: Add test for ".." struct initializer.
11276
11277 2018-04-10 Pedro Alves <palves@redhat.com>
11278
11279 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
11280 exits. Instead loop running forever.
11281 (fork_parent): Run forever too.
11282
11283 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11284
11285 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
11286 mi_continue_to_line.
11287 * gdb.mi/mi-stack.c (callee4): Add comment.
11288
11289 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11290
11291 * gdb.mi/mi-stack.exp: Fix indentation.
11292
11293 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11294
11295 PR gdb/22979
11296 * gdb.arch/amd64-osabi.exp: New file.
11297
11298 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11299
11300 PR gdb/22980
11301 * gdb.base/osabi.exp: New file.
11302
11303 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
11304
11305 * gdb.cp/static-typedef-print.exp: New file.
11306 * gdb.cp/static-typedef-print.cc: New file.
11307
11308 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11309
11310 * gdb.ada/varsize_limit: New testcase.
11311
11312 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11313
11314 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
11315
11316 * gdb.ada/notcplusplus: New testcase.
11317
11318 * gdb.base/c-linkage-name.c: New file.
11319 * gdb.base/c-linkage-name.exp: New testcase.
11320
11321 2018-03-26 Tom Tromey <tom@tromey.com>
11322
11323 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
11324 * gdb.python/py-framefilter.py (name_error): New global.
11325 (ErrorInName.function): Use name_error.
11326
11327 2018-03-26 Tom Tromey <tom@tromey.com>
11328
11329 PR backtrace/15582:
11330 * gdb.python/py-framefilter.exp: Add "bt hide" test.
11331
11332 2018-03-23 Keith Seitz <keiths@redhat.com>
11333
11334 PR c++/22968
11335 * gdb.cp/subtypes.exp: New file.
11336 * gdb.cp/subtypes.h: New file.
11337 * gdb.cp/subtypes.cc: New file.
11338 * gdb.cp/subtypes-2.cc: New file.
11339
11340 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11341
11342 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
11343 (done): Call '_exit' not 'exit' to avoid atexit handlers.
11344 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
11345 -nostartfiles when compiling the test. Confirm that all registers
11346 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
11347
11348 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11349
11350 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
11351 option, syntax was wrong anyway.
11352 * gdb.arch/arm-disp-step.exp: Likewise.
11353 * gdb.arch/sparc64-regs.exp: Likewise.
11354 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
11355 option, syntax was wrong anyway, switch to use
11356 prepare_for_testing.
11357 * gdb.arch/i386-disp-step.exp: Likewise.
11358
11359 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
11360
11361 * gdb.ada/exec_changed.exp: Replace "target_info exists
11362 use_gdb_stub" by "use_gdb_stub".
11363 * gdb.ada/start.exp: Likewise.
11364 * gdb.base/async-shell.exp: Likewise.
11365 * gdb.base/attach-pie-misread.exp: Likewise.
11366 * gdb.base/attach-wait-input.exp: Likewise.
11367 * gdb.base/break-entry.exp: Likewise.
11368 * gdb.base/break-interp.exp: Likewise.
11369 * gdb.base/dprintf-detach.exp: Likewise.
11370 * gdb.base/nostdlib.exp: Likewise.
11371 * gdb.base/solib-nodir.exp: Likewise.
11372 * gdb.base/statistics.exp: Likewise.
11373 * gdb.base/testenv.exp: Likewise.
11374 * gdb.mi/mi-exec-run.exp: Likewise.
11375 * gdb.mi/mi-start.exp: Likewise.
11376 * gdb.multi/dummy-frame-restore.exp: Likewise.
11377 * gdb.multi/multi-arch-exec.exp: Likewise.
11378 * gdb.multi/multi-arch.exp: Likewise.
11379 * gdb.multi/tids.exp: Likewise.
11380 * gdb.multi/watchpoint-multi.exp: Likewise.
11381 * gdb.python/py-events.exp: Likewise.
11382 * gdb.threads/attach-into-signal.exp: Likewise.
11383 * gdb.threads/attach-stopped.exp: Likewise.
11384 * gdb.threads/threadapply.exp: Likewise.
11385 * lib/selftest-support.exp: Likewise.
11386
11387 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11388
11389 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11390
11391 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
11392
11393 * gdb.perf/template-breakpoints.cc: New file.
11394 * gdb.perf/template-breakpoints.exp: New file.
11395 * gdb.perf/template-breakpoints.py: New file.
11396
11397 2018-03-19 Tom Tromey <tom@tromey.com>
11398
11399 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11400 y0.
11401 * gdb.rust/simple.exp: Test bare identifier form of struct
11402 initializer.
11403
11404 2018-03-19 Tom Tromey <tom@tromey.com>
11405
11406 * gdb.gdb/observer.exp: Remove.
11407
11408 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11409
11410 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11411 "qualified" option when setting breakpoints.
11412 * gdb.trace/backtrace.exp: Likewise.
11413 * gdb.trace/circ.exp: Likewise.
11414 * gdb.trace/collection.exp: Likewise.
11415 * gdb.trace/disconnected-tracing.exp: Likewise.
11416 * gdb.trace/ftrace-lock.exp: Likewise.
11417 * gdb.trace/ftrace.exp: Likewise.
11418 * gdb.trace/infotrace.exp: Likewise.
11419 * gdb.trace/packetlen.exp: Likewise.
11420 * gdb.trace/passc-dyn.exp: Likewise.
11421 * gdb.trace/qtro.exp: Likewise.
11422 * gdb.trace/read-memory.exp: Likewise.
11423 * gdb.trace/report.exp: Likewise.
11424 * gdb.trace/signal.exp: Likewise.
11425 * gdb.trace/status-stop.exp: Likewise.
11426 * gdb.trace/strace.exp: Likewise.
11427 * gdb.trace/tfind.exp: Likewise.
11428 * gdb.trace/trace-break.exp: Likewise.
11429 * gdb.trace/trace-condition.exp: Likewise.
11430 * gdb.trace/trace-mt.exp: Likewise.
11431 * gdb.trace/tstatus.exp: Likewise.
11432 * gdb.trace/tsv.exp: Likewise.
11433 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11434 * gdb.trace/unavailable.exp: Likewise.
11435 * gdb.trace/while-dyn.exp: Likewise.
11436
11437 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11438
11439 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11440 that libinproctrace is copied to the target.
11441
11442 2018-03-14 Tom Tromey <tom@tromey.com>
11443
11444 PR cli/14977:
11445 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11446 a null pointer.
11447 * gdb.base/wchar.exp: Likewise.
11448
11449 2018-03-14 Tom Tromey <tom@tromey.com>
11450
11451 PR cli/19918:
11452 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11453 flag.
11454
11455 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11456
11457 PR gdb/22841
11458 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11459 "target" to remote_exec.
11460
11461 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11462
11463 PR gdb/22841
11464 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11465 ${board}_upload): Remove.
11466
11467 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11468
11469 * gdb.cp/watch-cp.cc: New test.
11470 * gdb.cp/watch-cp.exp: New file.
11471
11472 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11473
11474 * gdb.base/infcall-nested-structs.exp: New file.
11475 * gdb.base/infcall-nested-structs.c: New file.
11476 * gdb.base/float.exp: Add riscv support.
11477
11478 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11479
11480 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11481 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11482
11483 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11484
11485 * gdb.server/abspath.exp: New file.
11486 * lib/gdb.exp (with_cwd): New procedure.
11487
11488 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11489
11490 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11491 use it.
11492 (gdb_is_target_remote_prompt): New proc.
11493 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11494 (gdb_is_target_native): Pass prompt parameter to
11495 gdb_is_target_1.
11496
11497 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11498
11499 * gdb.base/load-command.c: New file.
11500 * gdb.base/load-command.exp: New file.
11501 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11502 (gdb_is_target_1): ...this, and generalize for other targets
11503 than just remote.
11504 (gdb_is_target_remote): Use gdb_is_target_1.
11505 (gdb_is_target_native): use gdb_is_target_1.
11506
11507 2018-02-26 Tom Tromey <tom@tromey.com>
11508
11509 PR python/16497:
11510 * gdb.python/py-framefilter.exp: Update test.
11511
11512 2018-02-26 Tom Tromey <tom@tromey.com>
11513
11514 * gdb.dwarf2/variant.c: New file.
11515 * gdb.dwarf2/variant.exp: New file.
11516
11517 2018-02-26 Tom Tromey <tom@tromey.com>
11518
11519 * gdb.rust/simple.exp: Accept more possible results in enum test.
11520
11521 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11522
11523 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11524 parentheses.
11525
11526 2018-02-23 Maciej W. Rozycki <macro@mips.com>
11527
11528 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11529 name of a variable: $actual_linejj -> $actual_line.
11530
11531 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11532
11533 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11534
11535 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11536
11537 * gdb.btrace/buffer-size.exp: Do not force BTS.
11538
11539 2018-02-14 Pedro Alves <palves@redhat.com>
11540
11541 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11542 getting a "Quit".
11543
11544 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11545
11546 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11547 Fix test name.
11548
11549 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11550
11551 * gdb.cp/m-static.exp: Check type of optimized out static
11552 member.
11553
11554 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11555
11556 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11557 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11558
11559 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11560 Leszek Swirski <leszeks@google.com>
11561
11562 * gdb.python/py-prettyprint.c
11563 (struct to_string_returns_value_inner,
11564 struct to_string_returns_value_wrapper): New.
11565 (main): Add tsrvw variable.
11566 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11567 ToStringReturnsValueWrapper): New classes.
11568 (register_pretty_printers): Register new pretty-printers.
11569 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11570 recursive pretty printer.
11571 * gdb.python/py-mi.exp: Likewise.
11572
11573 2018-02-01 Leszek Swirski <leszeks@google.com>
11574
11575 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11576 functions with the same name as an include file are parsed
11577 correctly.
11578
11579 2018-02-01 Yao Qi <yao.qi@linaro.org>
11580
11581 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11582 "\[^\r\n\]*".
11583
11584 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11585
11586 * gdb.arch/powerpc-prologue-frame.s: New file.
11587 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11588 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11589
11590 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11591
11592 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11593
11594 2018-01-30 Pedro Alves <palves@redhat.com>
11595
11596 PR gdb/13211
11597 * gdb.base/interrupt-daemon.c: New.
11598 * gdb.base/interrupt-daemon.exp: New.
11599 * gdb.multi/multi-term-settings.c: New.
11600 * gdb.multi/multi-term-settings.exp: New.
11601
11602 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11603
11604 * gdb.base/break.exp: Save the location where the breakpoint
11605 on break.c:47 was actually inserted when debugging the version
11606 compiled at -O2 and use it in the expected output of the "info
11607 break" test performed soon after.
11608
11609 2018-01-22 Pedro Alves <palves@redhat.com>
11610 Sergio Durigan Junior <sergiodj@redhat.com>
11611
11612 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11613 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11614
11615 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11616
11617 * gdb.base/break-include.c, gdb.base/break-include.inc,
11618 gdb.base/break-include.exp: New files.
11619 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11620 line number now being the actual line number where the breakpoint
11621 was inserted.
11622 * gdb.mi/mi-break.exp: Likewise.
11623 * gdb.mi/mi-reverse.exp: Likewise.
11624 * gdb.mi/mi-simplerun.exp: Ditto.
11625
11626 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11627
11628 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11629 varobj.
11630 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11631
11632 2018-01-21 Don Breazeal <donb@codesourcery.com>
11633 Andrew Burgess <andrew.burgess@embecosm.com>
11634
11635 * gdb.mi/basics.c: Add new global.
11636 * gdb.mi/mi-frame-regs.exp: New file.
11637 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11638 case.
11639
11640 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11641
11642 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11643 non-parameter, and on an unknown symbol.
11644
11645 2018-01-19 Tom Tromey <tom@tromey.com>
11646
11647 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11648 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11649
11650 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11651
11652 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11653 setrlimit and chdir to int.
11654
11655 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11656
11657 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11658 function.
11659 (my_tend): Likewise.
11660 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11661 rationale of avoiding FP- and vector instructions.
11662
11663 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11664
11665 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11666 "info reg" with "\[ \t\]*".
11667 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11668 "\[ \t\]+".
11669 * gdb.arch/s390-multiarch.exp: Ditto.
11670 * gdb.base/pc-fp.exp: Ditto.
11671 * gdb.reverse/i386-precsave.exp: Ditto.
11672 * gdb.reverse/i386-reverse.exp: Ditto.
11673 * gdb.reverse/i387-env-reverse.exp: Ditto.
11674 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11675
11676 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11677
11678 * lib/gdb.exp (gdb_compile): Re-enable use of
11679 universal_compile_options for languages other than Rust.
11680
11681 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11682
11683 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11684
11685 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11686
11687 PR gdb/16577
11688 * gdb.base/solib-vanish.exp: New.
11689 * gdb.base/solib-vanish-main.c: New.
11690 * gdb.base/solib-vanish-lib1.c: New.
11691 * gdb.base/solib-vanish-lib2.c: New.
11692
11693 2018-01-17 Yao Qi <yao.qi@linaro.org>
11694
11695 * gdb.compile/compile.exp: Match the address printed for
11696 frame in the output of command "bt".
11697
11698 2018-01-15 Tom Tromey <tom@tromey.com>
11699
11700 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11701 compute sp_reg.
11702
11703 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11704
11705 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11706 to prepare.
11707 (prepare): Return 0 on error, 1 on success.
11708
11709 2018-01-12 Pedro Alves <palves@redhat.com>
11710
11711 * gdb.base/continue-after-aborted-step-over.c: New.
11712 * gdb.base/continue-after-aborted-step-over.exp: New.
11713
11714 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11715
11716 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11717 options when not creating an executable.
11718
11719 2018-01-11 Pedro Alves <palves@redhat.com>
11720
11721 PR remote/22597
11722 * gdb.server/stop-reply-no-thread.c: New file.
11723 * gdb.server/stop-reply-no-thread.exp: New file.
11724
11725 2018-01-10 Pedro Alves <palves@redhat.com>
11726
11727 PR gdb/22670
11728 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11729 functions too. Test setting breakpoints and printing C functions
11730 with no debug info too.
11731 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11732
11733 2018-01-10 Pedro Alves <palves@redhat.com>
11734
11735 PR gdb/22670
11736 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11737 a fail.
11738
11739 2018-01-10 Pedro Alves <palves@redhat.com>
11740
11741 PR gdb/22670
11742 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11743
11744 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11745
11746 * gdb.server/unittest.exp: Match the output in non-development
11747 mode.
11748
11749 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11750
11751 * gdb.gdb/unittest.exp: Match output in non-development mode.
11752
11753 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11754
11755 * gdb.ada/access_tagged_param.exp: Relax expected output
11756 for value of "ObjL" in "continue" to pck.inspect breakpoint
11757 test.
11758
11759 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11760
11761 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11762 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11763
11764 2018-01-05 Pedro Alves <palves@redhat.com>
11765
11766 PR gdb/18653
11767 * gdb.base/libsegfault.exp: New.
11768
11769 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11770
11771 PR gdb/22670
11772 * gdb.ada/access_tagged_param.exp: New file.
11773 * gdb.ada/access_tagged_param/foo.adb: New file.
11774
11775 2018-01-05 Pedro Alves <palves@redhat.com>
11776
11777 PR gdb/22670
11778 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11779 exercise lower case too, and to exercise both full matching and
11780 wild matching.
11781
11782 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11783
11784 * gdb.ada/rename_subscript_param: New testcase.
11785
11786 2018-01-05 Jerome Guitton <guitton@adacore.com>
11787
11788 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11789
11790 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11791
11792 * gdb.ada/convvar_comp: New testcase.
11793
11794 2018-01-05 Xavier Roirand <roirand@adacore.com>
11795
11796 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11797 (My_Table): New global variable.
11798 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11799
11800 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11801
11802 PR gdb/22670
11803 * gdb.ada/maint_with_ada: New testcase.
11804
11805 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11806
11807 PR gdb/22670
11808 * gdb.ada/bp_c_mixed_case: New testcase.
11809
11810 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11811
11812 PR gdb/22670
11813 * gdb.ada/complete.exp: Add "complete break ada" test.
11814
11815 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11816
11817 PR gdb/22670
11818 * gdb.ada/info_addr_mixed_case: New testcase.
11819
11820 2018-01-03 Xavier Roirand <roirand@adacore.com>
11821
11822 * gdb.ada/excep_handle.exp: New testcase.
11823 * gdb.ada/excep_handle/foo.adb: New file.
11824 * gdb.ada/excep_handle/pck.ads: New file.
11825
11826 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11827
11828 * gdb.base/step-line.c: Add extra empty line in copyright header.
11829 * gdb.base/step-line.inp: Likewise.
11830
11831 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11832
11833 * gdb.ada/dyn_stride.exp: Add slice test.
11834
11835 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11836
11837 * gdb.ada/dyn_stride: New testcase.
11838
11839 2017-12-27 Stafford Horne <shorne@gmail.com>
11840
11841 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11842 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11843
11844 2017-12-27 Stafford Horne <shorne@gmail.com>
11845
11846 * gdb.base/reggroups.c: New file.
11847 * gdb.base/reggroups.exp: New file.
11848
11849 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11850
11851 * gdb.dwarf2/ada-valprint-error.c: New file.
11852 * gdb.dwarf2/ada-valprint-error.exp: New file.
11853
11854 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11855
11856 * gdb.ada/assign_arr: New testcase.
11857
11858 2017-12-18 Xavier Roirand <roirand@adacore.com>
11859
11860 * gdb.ada/funcall_ptr: New testcase.
11861
11862 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11863
11864 PR cli/16224
11865 * gdb.base/ptype-offsets.cc: New file.
11866 * gdb.base/ptype-offsets.exp: New file.
11867
11868 2017-12-15 Yao Qi <yao.qi@linaro.org>
11869
11870 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11871 if XML is disabled.
11872
11873 2017-12-15 Xavier Roirand <roirand@adacore.com>
11874
11875 * gdb.ada/same_component_name: New testcase.
11876
11877 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11878
11879 * gdb.ada/str_binop_equal: New testcase.
11880
11881 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11882
11883 * gdb.ada/task_switch_in_core: New testcase.
11884
11885 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11886
11887 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11888 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11889 call test_bkpt_qualified.
11890 (test_bkpt_qualified): New proc.
11891
11892 2017-12-13 Pedro Alves <palves@redhat.com>
11893
11894 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11895 Tighten regexp by matching with an anchor.
11896
11897 2017-12-13 Pedro Alves <palves@redhat.com>
11898
11899 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11900 ("expression with namespace"): New set of tests.
11901 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11902 (Nested::Test_NS::qux): New.
11903 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11904 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11905
11906 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11907
11908 * gdb.base/server-del-break.c: New file.
11909 * gdb.base/server-del-break.exp: New file.
11910
11911 2017-12-12 Stafford Horne <shorne@gmail.com>
11912
11913 * gdb.xml/tdesc-regs.exp: Add or1k support.
11914
11915 2017-12-12 Stafford Horne <shorne@gmail.com>
11916
11917 * gdb.base/bp-permanent.c: Define nop of or1k.
11918
11919 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11920
11921 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11922 output with components being reordered.
11923
11924 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11925
11926 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11927 output with components being reordered.
11928
11929 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11930 Pedro Alves <palves@redhat.com>
11931
11932 * gdb.base/maint.exp (check for .gdb_index): Check also for
11933 .debug_names.
11934 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11935 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11936 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11937 (.gdb_index used after symbol reloading): Support also .debug_names.
11938 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11939
11940 2017-12-08 Yao Qi <yao.qi@linaro.org>
11941
11942 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11943 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11944
11945 2017-12-08 Yao Qi <yao.qi@linaro.org>
11946
11947 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11948 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11949
11950 2017-12-08 Yao Qi <yao.qi@linaro.org>
11951
11952 * gdb.arch/aarch64-tagged-pointer.c: New file.
11953 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11954
11955 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11956
11957 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11958 "int".
11959
11960 2017-12-07 Keith Seitz <keiths@redhat.com>
11961
11962 PR breakpoints/22569
11963 * gdb.linespec/ls-errs.exp: Change expected result of "break
11964 -source this file has spaces.c -line 3".
11965 Check that an explicit source file followed by whitespace is
11966 identified as an invalid explicit location.
11967
11968 2017-12-07 Keith Seitz <keiths@redhat.com>
11969
11970 * gdb.cp/nested-types.cc: New file.
11971 * gdb.cp/nested-types.exp: New file.
11972 * lib/cp-support.exp: Load data-structures.exp library.
11973 (debug_cp_test_ptype_class): New global.
11974 (cp_ptype_class_verbose, next_line): New procedures.
11975 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11976 Add and document new return value.
11977 Switch the list of lines to a queue.
11978 Add support for new `type' key for nested type definitions.
11979 Add debugging/troubleshooting messages.
11980 * lib/data-structures.exp: New file.
11981
11982 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11983
11984 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11985 with proc_with_prefix, don't use with_test_prefix.
11986
11987 2017-12-07 Tom Tromey <tom@tromey.com>
11988
11989 * gdb.base/break.exp: Add test for empty "commands".
11990
11991 2017-12-07 Yao Qi <yao.qi@linaro.org>
11992
11993 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11994 malloc and catch syscall.
11995
11996 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11997
11998 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11999 tests for explicit locations.
12000
12001 2017-12-06 Pedro Alves <palves@redhat.com>
12002
12003 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
12004 force-disabling XML descriptions.
12005
12006 2017-12-04 Pedro Alves <palves@redhat.com>
12007
12008 PR gdb/22499
12009 * gdb.arch/amd64-disp-step-avx.S: New file.
12010 * gdb.arch/amd64-disp-step-avx.exp: New file.
12011
12012 2017-12-03 Pedro Alves <palves@redhat.com>
12013
12014 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
12015 and <string.h>.
12016 (parent_function): Print distinct messages when waitpid fails, or
12017 the child exits with a signal, or the child exits for an unhandled
12018 reason.
12019 * gdb.threads/process-dies-while-detaching.exp
12020 (detach_and_expect_exit): New 'inf_output_re' parameter and use
12021 it. Wait for both inferior output and GDB's prompt. Use an
12022 indirect spawn id list.
12023 (do_detach): New parameter 'child_exit'. Use it to compute
12024 expected inferior output.
12025 (test_detach, test_detach_watch, test_detach_killed_outside):
12026 Adjust to pass down the expected child exit kind.
12027
12028 2017-12-01 Joel Brobecker <brobecker@adacore.com>
12029 Sergio Durigan Junior <sergiodj@redhat.com>
12030 Pedro Alves <palves@redhat.com>
12031
12032 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
12033
12034 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
12035
12036 * gdb.base/relocate.exp: Add tests to guarantee that arguments
12037 to 'symbol-file' and 'add-symbol-file' can be
12038 position-independent.
12039
12040 2017-12-01 Yao Qi <yao.qi@linaro.org>
12041
12042 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
12043 the URL in copyright header.
12044 * gdb.arch/aarch64-fp.exp: Likewise.
12045 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
12046 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
12047 * gdb.base/expand-psymtabs.exp: Likewise.
12048 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
12049 * gdb.fortran/common-block.exp: Likewise.
12050 * gdb.fortran/common-block.f90: Likewise.
12051 * gdb.fortran/logical.exp: Likewise.
12052 * gdb.fortran/vla-datatypes.f90: Likewise.
12053 * gdb.fortran/vla-sub.f90: Likewise.
12054
12055 2017-11-30 Joel Brobecker <brobecker@adacore.com>
12056
12057 * gdb.ada/repeat_dyn: New testcase.
12058
12059 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
12060
12061 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
12062 Update for changed thread numbering.
12063 * gdb.cell/bt.exp: Update for changed GDB output.
12064
12065 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
12066
12067 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
12068 setting isremote by hand.
12069 * boards/dwarf4-gdb-index.exp: Likewise.
12070 * boards/fission.exp: Likewise.
12071 * boards/stabs.exp: Likewise.
12072
12073 2017-11-30 Pedro Alves <palves@redhat.com>
12074
12075 * gdb.linespec/cpls-ops.exp
12076 (check_explicit_skips_function_argument): Extract the underlying
12077 type of size_t instead of hardcoding it.
12078
12079 2017-11-29 Pedro Alves <palves@redhat.com>
12080
12081 PR c++/19436
12082 * gdb.linespec/cpls-abi-tag.cc: New file.
12083 * gdb.linespec/cpls-abi-tag.exp: New file.
12084
12085 2017-11-29 Pedro Alves <palves@redhat.com>
12086
12087 * gdb.base/langs.exp: Use -qualified.
12088 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
12089 it.
12090 * gdb.cp/namespace.exp: Use -qualified.
12091 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
12092 (overload-3, template-overload, template-ret-type, const-overload)
12093 (const-overload-quoted, anon-ns, ambiguous-prefix): New
12094 procedures.
12095 (test_driver): Call them.
12096 * gdb.cp/save-bp-qualified.cc: New.
12097 * gdb.cp/save-bp-qualified.exp: New.
12098 * gdb.linespec/explicit.exp: Test -qualified.
12099 * lib/completion-support.exp (completion::explicit_opts_list): Add
12100 "-qualified".
12101 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
12102
12103 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
12104
12105 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
12106
12107 2017-11-29 Tom Tromey <tom@tromey.com>
12108
12109 * gdb.base/relocate.exp: Update invalid argument test.
12110 Add new tests for invalid arguments.
12111
12112 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12113
12114 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
12115 Return 0 as a long.
12116 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
12117
12118 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12119
12120 * gdb.cp/breakpoint.cc (bar): Set return type to void.
12121 * gdb.cp/psymtab-parameter.cc (func): Likewise.
12122 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
12123 func ().
12124 * gdb.cp/shadow.cc (B.func): Return 0.
12125
12126 2017-11-27 Joel Brobecker <brobecker@adacore.com>
12127
12128 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
12129 expected output in gdb_expect call to allow the exception
12130 message to be present as well. Fix syntax confusion to avoid
12131 TCL thinking that exception_name is an array.
12132
12133 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
12134
12135 * gdb.arch/spu-info.c: Include <unistd.h>.
12136 (do_signal_test): Fix broken calls to write.
12137 * gdb.arch/spu-info.exp: Use prepare_for_testing.
12138 Fix checks for empty mailboxes. Update signal tests for corrected
12139 do_signal_test routine. Allow nonzero event status.
12140 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
12141 * gdb.cell/arch.exp: Use standard_output_file.
12142 * gdb.cell/break.exp: Likewise.
12143 * gdb.cell/bt.exp: Likewise.
12144 * gdb.cell/core.exp: Likewise.
12145 * gdb.cell/dwarfaddr.exp: Likewise.
12146 * gdb.cell/ea-cache.exp: Likewise.
12147 * gdb.cell/ea-standalone.exp: Likewise.
12148 * gdb.cell/f-regs.exp: Likewise.
12149 * gdb.cell/fork.exp: Likewise.
12150 * gdb.cell/gcore.exp: Likewise.
12151 * gdb.cell/mem-access.exp: Likewise.
12152 * gdb.cell/ptype.exp: Likewise.
12153 * gdb.cell/registers.exp: Likewise.
12154 * gdb.cell/sizeof.exp: Likewise.
12155 * gdb.cell/solib-symbol.exp: Likewise.
12156 * gdb.cell/solib.exp: Likewise.
12157
12158 2017-11-25 Pedro Alves <palves@redhat.com>
12159
12160 * gdb.base/complete-empty.exp: New file.
12161 * gdb.base/completion.exp: Adjust.
12162
12163 2017-11-25 Pedro Alves <palves@redhat.com>
12164
12165 * gdb.linespec/cpls-ops.cc: New file.
12166 * gdb.linespec/cpls-ops.exp: New file.
12167 * lib/completion-support.exp (test_complete_prefix_range_re): New,
12168 factored out from ...
12169 (test_complete_prefix_range): ... this.
12170
12171 2017-11-24 Pedro Alves <palves@redhat.com>
12172
12173 * gdb.linespec/cpcompletion.exp: New file.
12174 * gdb.linespec/cpls-hyphen.cc: New file.
12175 * gdb.linespec/cpls.cc: New file.
12176 * gdb.linespec/cpls2.cc: New file.
12177 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
12178 test to use test_gdb_complete_unique. Add label completion,
12179 keyword completion and explicit location completion tests.
12180 * lib/completion-support.exp: New file.
12181
12182 2017-11-24 Joel Brobecker <brobecker@adacore.com>
12183
12184 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
12185 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
12186 when hitting an exception catchpoint.
12187
12188 2017-11-22 Yao Qi <yao.qi@linaro.org>
12189
12190 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
12191
12192 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
12193
12194 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
12195 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
12196 * gdb.dwarf2/info-locals-optimized-out.c: New file.
12197
12198 2017-11-22 Yao Qi <yao.qi@linaro.org>
12199
12200 * gdb.base/info-os.exp: Pass pthreads.
12201 * gdb.multi/multi-attach.exp: Likewise.
12202
12203 2017-11-22 Yao Qi <yao.qi@linaro.org>
12204
12205 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
12206 compiler.
12207
12208 2017-11-22 Yao Qi <yao.qi@linaro.org>
12209
12210 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
12211 * gdb.base/break-interp.exp: Likewise.
12212 * gdb.base/jit-attach-pie.exp: Likewise.
12213
12214 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12215
12216 * gdb.base/float128.c (large128): New variable.
12217 * gdb.base/float128.exp: Add test to print largest __float128 value.
12218
12219 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12220
12221 * gdb.arch/vsx-regs.exp: Update register content checks.
12222
12223 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
12224
12225 * gdb.arch/ppc-longdouble.exp: New file.
12226 * gdb.arch/ppc-longdouble.c: Likewise.
12227
12228 2017-11-21 Pedro Alves <palves@redhat.com>
12229
12230 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
12231
12232 2017-11-20 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
12235 (long_double_typedef): New typedefs.
12236 Use DEF on double and long double.
12237 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
12238 cases.
12239 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
12240 and 'long_double_ptr_same_size' locals. Use them to decide
12241 whether cast from array/function to float is valid/invalid.
12242
12243 2017-11-17 Tom Tromey <tom@tromey.com>
12244
12245 * gdb.rust/traits.rs: New file.
12246 * gdb.rust/traits.exp: New file.
12247
12248 2017-11-17 Joel Brobecker <brobecker@adacore.com>
12249
12250 * gdb.ada/minsyms: New testcase.
12251
12252 2017-11-16 Pedro Alves <palves@redhat.com>
12253
12254 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
12255 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
12256
12257 2017-11-16 Pedro Alves <palves@redhat.com>
12258
12259 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
12260 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
12261
12262 2017-11-16 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.server/reconnect-ctrl-c.c: New file.
12265 * gdb.server/reconnect-ctrl-c.exp: New file.
12266
12267 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
12268
12269 * gdb.python/py-rbreak.exp: New file.
12270 * gdb.python/py-rbreak.c: New file.
12271 * gdb.python/py-rbreak-func2.c: New file.
12272
12273 2017-11-16 Pedro Alves <palves@redhat.com>
12274
12275 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
12276 pattern.
12277 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
12278 GDB.
12279
12280 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
12281
12282 * gdb.tui/completionn.exp (test_tab_completion): Add space in
12283 regex.
12284
12285 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
12286
12287 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
12288 test names.
12289
12290 2017-11-09 Pedro Alves <palves@redhat.com>
12291
12292 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
12293 factored out from ...
12294 (top level): ... here, and adjusted to avoid expecting beyond the
12295 prompt in a single gdb_test_multiple.
12296
12297 2017-11-09 Pedro Alves <palves@redhat.com>
12298
12299 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
12300 output.
12301 * gdb.server/ext-attach.exp ("kill" test): Likewise.
12302 * gdb.server/ext-restart.exp ("kill" test): Likewise.
12303 * gdb.server/ext-run.exp ("kill" test): Likewise.
12304 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
12305
12306 2017-11-09 Pedro Alves <palves@redhat.com>
12307
12308 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
12309 match till end of line.
12310
12311 2017-11-09 Pedro Alves <palves@redhat.com>
12312
12313 * gdb.base/memattr.exp: Tighten regexes to match the end line.
12314
12315 2017-11-09 Pedro Alves <palves@redhat.com>
12316
12317 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
12318 New procedures, factored out from ...
12319 (top level): ... here, and adjusted to avoid expecting beyond the
12320 prompt in one go.
12321
12322 2017-11-09 Pedro Alves <palves@redhat.com>
12323
12324 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
12325 output. Fix '?' match.
12326
12327 2017-11-08 Joel Brobecker <brobecker@adacore.com>
12328
12329 * gdb.ada/scoped_watch: New testcase.
12330 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
12331 which is actually correct.
12332 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
12333 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
12334
12335 2017-11-08 Pedro Alves <palves@redhat.com>
12336
12337 * gdb.gdb/complaints.exp (test_initial_complaints)
12338 (test_serial_complaints, test_short_complaints): Call
12339 complaint_internal instead of complaint.
12340
12341 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
12342
12343 * gdb.threads/tls-core.c: New file.
12344 * gdb.threads/tls-core.exp: Likewise.
12345
12346 2017-11-08 Pedro Alves <palves@redhat.com>
12347
12348 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
12349 (p Exported_Capitalized): New test.
12350 (p exported_capitalized): New test.
12351
12352 2017-11-07 Pedro Alves <palves@redhat.com>
12353
12354 * gdb.cp/ena-dis-br-range.exp: Add more tests.
12355
12356 2017-11-07 Pedro Alves <palves@redhat.com>
12357
12358 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
12359 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
12360 (disable_invalid, disable_inverted, disable_negative): New
12361 procedures.
12362 ("bad numbers"): New set of tests.
12363
12364 2017-11-07 Pedro Alves <palves@redhat.com>
12365
12366 * gdb.cp/ena-dis-br-range.exp: Add tests.
12367
12368 2017-11-07 Pedro Alves <palves@redhat.com>
12369
12370 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12371
12372 2017-11-07 Xavier Roirand <roirand@adacore.com>
12373 Pedro Alves <palves@redhat.com>
12374
12375 * gdb.base/ena-dis-br.exp: Add reference to
12376 gdb.cp/ena-dis-br-range.exp.
12377 * gdb.cp/ena-dis-br-range.exp: New file.
12378 * gdb.cp/ena-dis-br-range.cc: New file.
12379
12380 2017-11-06 Pedro Alves <palves@redhat.com>
12381
12382 * gdb.base/attach-non-pgrp-leader.c: New.
12383 * gdb.base/attach-non-pgrp-leader.exp: New.
12384
12385 2017-11-06 Pedro Alves <palves@redhat.com>
12386
12387 * configure.ac: No longer check for termio.h and sgtty.h.
12388 * configure: Regenerate.
12389 * remote-utils.c: Include termios.h instead of gdb_termios.h.
12390 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
12391 Remove termio and sgtty code.
12392
12393 2017-11-03 Yao Qi <yao.qi@linaro.org>
12394
12395 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12396 in GDB is disabled.
12397
12398 2017-11-03 Yao Qi <yao.qi@linaro.org>
12399
12400 * gdb.python/py-thrhandle.exp: Skip it if python is not
12401 enabled.
12402
12403 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12404
12405 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12406 as a breakpoint command.
12407
12408 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12409
12410 PR python/21213
12411 * gdb.python/py-infthread.exp: Test calling
12412 InferiorThread.inferior () multiple times in a row.
12413
12414 2017-10-27 Keith Seitz <keiths@redhat.com>
12415
12416 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12417 Test "info break" for every inlined function breakpoint.
12418
12419 2017-10-27 Yao Qi <yao.qi@linaro.org>
12420
12421 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12422
12423 2017-10-26 Patrick Frants <osscontribute@gmail.com>
12424
12425 * gdb.cp/classes.exp (test_static_members): Test printing
12426 Outer::instance.
12427 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12428 (Inner::instance, Outer::instance): New.
12429
12430 2017-10-24 Pedro Alves <palves@redhat.com>
12431
12432 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12433 extra console" test in two stages.
12434
12435 2017-10-24 Pedro Alves <palves@redhat.com>
12436
12437 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12438
12439 2017-10-24 Pedro Alves <palves@redhat.com>
12440
12441 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12442 loop.
12443
12444 2017-10-24 Pedro Alves <palves@redhat.com>
12445
12446 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12447 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12448
12449 2017-10-24 Pedro Alves <palves@redhat.com>
12450
12451 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12452 parameter and handle it. Don't output read value in test name.
12453
12454 2017-10-24 Pedro Alves <palves@redhat.com>
12455
12456 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12457 custom test name.
12458
12459 2017-10-24 Pedro Alves <palves@redhat.com>
12460
12461 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12462 include the unstable output directory name in the test's name.
12463 (initial_setup_simple) <'set args'>: Use custom test name.
12464
12465 2017-10-24 Pedro Alves <palves@redhat.com>
12466
12467 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12468 with explicit test name.
12469
12470 2017-10-20 Pedro Alves <palves@redhat.com>
12471
12472 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12473 'wait -i'. Use gdb_assert and remote_close.
12474
12475 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12476
12477 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12478 number from variable rather than hard-coded.
12479
12480 2017-10-19 Pedro Alves <palves@redhat.com>
12481
12482 * gdb.base/long-inferior-output.c: New file.
12483 * gdb.base/long-inferior-output.exp: New file.
12484
12485 2017-11-18 Keith Seitz <keiths@redhat.com>
12486
12487 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12488 method.
12489 (main): Call it.
12490 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12491 Add additional user-defined conversion operator tests.
12492
12493 2017-10-17 Pedro Alves <palves@redhat.com>
12494
12495 * boards/native-stdio-gdbserver.exp: Load "local-board".
12496
12497 2017-10-17 Pedro Alves <palves@redhat.com>
12498
12499 * gdb.base/quit-live.c: New file.
12500 * gdb.base/quit-live.exp: New file.
12501
12502 2017-10-16 Keith Seitz <keiths@redhat.com>
12503
12504 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12505 (class_with_protected_typedef, class_with_private_typedef)
12506 (struct_with_public_typedef, struct_with_protected_typedef)
12507 (struct_with_private_typedef): New classes/structs.
12508 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12509 typedefs and access specifiers.
12510
12511 2017-10-16 Pedro Alves <palves@redhat.com>
12512 Simon Marchi <simon.marchi@polymtl.ca>
12513
12514 * README (Local vs Remote vs Native): New section.
12515 * boards/local-board.exp: New file, with bits factored out from
12516 ...
12517 * boards/native-extended-gdbserver.exp: ... here. Load
12518 "local-board".
12519 * boards/native-gdbserver.exp: Load "local-board".
12520 (${board}_spawn, ${board}_exec): Delete.
12521 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12522 ...
12523 * boards/stdio-gdbserver-base.exp: ... this new file.
12524 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12525 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12526 procedure.
12527 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12528 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12529 stdio_gdbserver_command.
12530 (${board}_get_remote_address, ${board}_get_comm_port)
12531 (${board}_download, ${board}_upload): Delete.
12532 (get_target_remote_pipe_cmd): New.
12533
12534 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12535
12536 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12537 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12538 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12539 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12540 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12541 remove with_test_prefix.
12542
12543 2017-10-13 Pedro Alves <palves@redhat.com>
12544
12545 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12546 * gdb.base/annota1.exp: Use it instead of is_remote.
12547 * gdb.base/annota3.exp: Use it instead of is_remote.
12548 * gdb.cp/annota2.exp: Use it instead of is_remote.
12549 * gdb.cp/annota3.exp: Use it instead of is_remote.
12550 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12551
12552 2017-10-13 Pedro Alves <palves@redhat.com>
12553
12554 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12555 (test_num_test_vars, run_and_count_vars, find_env)
12556 (test_set_unset_env, test_inherit_env_var): New procedures.
12557 (top level): Use them.
12558
12559 2017-10-13 Pedro Alves <palves@redhat.com>
12560
12561 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12562 also skip on stub-like targets.
12563
12564 2017-10-13 Pedro Alves <palves@redhat.com>
12565
12566 PR gdb/22293
12567 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12568 (top level): Move some tests to ...
12569 (test_not_found): ... this new procedure.
12570 (top level): Call it.
12571
12572 2017-10-13 Pedro Alves <palves@redhat.com>
12573
12574 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12575 expect different "info terminal" output if testing with a
12576 non-native target.
12577
12578 2017-10-13 Pedro Alves <palves@redhat.com>
12579 Simon Marchi <simon.marchi@polymtl.ca>
12580
12581 PR python/12966
12582 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12583
12584 2017-10-13 Pedro Alves <palves@redhat.com>
12585
12586 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12587 already.
12588
12589 2017-10-13 Pedro Alves <palves@redhat.com>
12590
12591 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12592 is_remote.
12593
12594 2017-10-13 Pedro Alves <palves@redhat.com>
12595
12596 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12597 is_remote.
12598
12599 2017-10-13 Pedro Alves <palves@redhat.com>
12600
12601 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12602 is set.
12603 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12604 instead of is_remote.
12605
12606 2017-10-13 Pedro Alves <palves@redhat.com>
12607
12608 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12609 (top level): Add comment.
12610
12611 2017-10-13 Pedro Alves <palves@redhat.com>
12612
12613 * gdb.base/remote.exp (top level): Fix comment typo and add
12614 missing return.
12615
12616 2017-10-13 Pedro Alves <palves@redhat.com>
12617 Simon Marchi <simon.marchi@polymtl.ca>
12618
12619 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12620 calls and add comments. Skip test if use_gdb_stub is set.
12621 (top level): Use "set cwd" command instead of "cd" command.
12622
12623 2017-10-13 Pedro Alves <palves@redhat.com>
12624
12625 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12626 is_remote target check.
12627
12628 2017-10-13 Pedro Alves <palves@redhat.com>
12629
12630 * gdb.base/scope.exp: Use build_executable + clean_restart +
12631 gdb_file_cmd instead of prepare_for_testing and no longer skip
12632 "before run" tests on is_remote target boards. Update comments.
12633 * boards/native-extended-gdbserver.exp
12634 (extended_gdbserver_load_last_file): New, factored out from ...
12635 (gdb_load): ... this. Move further below and add comment.
12636 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12637
12638 2017-10-12 Pedro Alves <palves@redhat.com>
12639
12640 * gdb.base/attach.exp: Remove references to gdb64.
12641 * gdb.base/dbx.exp: Remove references to gdb64.
12642
12643 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12644 Pedro Alves <palves@redhat.com>
12645
12646 * gdb.base/label.exp: Remove is_remote target check.
12647
12648 2017-10-12 Pedro Alves <palves@redhat.com>
12649
12650 * gdb.base/auvx.exp (coredir): Update comment.
12651 (top level) <core_works>: Use "set cwd" command instead of "cd"
12652 command.
12653
12654 2017-10-12 Pedro Alves <palves@redhat.com>
12655 Simon Marchi <simon.marchi@polymtl.ca>
12656
12657 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12658 target boards.
12659
12660 2017-10-12 Pedro Alves <palves@redhat.com>
12661 Simon Marchi <simon.marchi@polymtl.ca>
12662
12663 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12664 Instead skip if there's any gdb_protocol set.
12665
12666 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12667 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12670
12671 2017-10-12 Pedro Alves <palves@redhat.com>
12672 Simon Marchi <simon.marchi@polymtl.ca>
12673
12674 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12675 instead of on dejagnu remote boards.
12676
12677 2017-10-12 Pedro Alves <palves@redhat.com>
12678 Simon Marchi <simon.marchi@polymtl.ca>
12679
12680 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12681 checks. Use build_executable + clean_restart instead of
12682 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12683 of enabling non-stop after starting gdb.
12684
12685 2017-10-12 Pedro Alves <palves@redhat.com>
12686
12687 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12688 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12689 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12690 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12691
12692 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12693
12694 * gdb.arch/arc-tdesc-cpu.exp: New file.
12695 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12696
12697 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12698
12699 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12700
12701 2017-10-10 Pedro Alves <palves@redhat.com>
12702
12703 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12704 expect CLI output.
12705
12706 2017-10-10 Pedro Alves <palves@redhat.com>
12707
12708 * lib/selftest-support.exp (selftest_setup): Update for
12709 captured_command_loop's prototype change.
12710
12711 2017-10-09 Pedro Alves <palves@redhat.com>
12712
12713 Test both arch1=>arch2 and arch2=>arch1.
12714
12715 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12716 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12717 factored out to...
12718 (append_arch1_options, append_arch2_options, append_arch_options)
12719 (build_executables): New procedures.
12720 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12721 local.
12722 (top level): Add new 'first_arch' testing axis.
12723
12724 2017-10-09 Pedro Alves <palves@redhat.com>
12725
12726 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12727 (barrier): New.
12728 (thread_start, all_started): New functions.
12729 (main): Spawn new thread and wait until it is scheduled.
12730 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12731 option.
12732 (do_test): Add 'selected_thread' parameter. Run to all_started
12733 instead of main. Explicitly set the breakpoint at main. Switch
12734 to the SELECTED_THREAD thread.
12735 (top level): Test handling the exec event with either the main
12736 thread or the second thread selected.
12737
12738 2017-10-09 Pedro Alves <palves@redhat.com>
12739
12740 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12741 logic. Move STOP marker after the value checks.
12742 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12743 regexp.
12744
12745 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12746
12747 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12748
12749 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12750
12751 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12752 integer-to-dfp conversion.
12753 * gdb.base/dfp-test.exp: Likewise.
12754
12755 2017-10-04 Pedro Alves <palves@redhat.com>
12756
12757 * gdb.multi/hangout.c: Include <unistd.h>.
12758 (hangout_loop): New function.
12759 (main): Call alarm. Call hangout_loop in a loop.
12760 * gdb.multi/hello.c: Include <unistd.h>.
12761 (hello_loop): New function.
12762 (main): Call alarm. Call hangout_loop in a loop.
12763 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12764 inferior with the other selected.
12765
12766 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12767
12768 * gdb.mi/list-thread-groups-available.exp: New file.
12769 * gdb.mi/list-thread-groups-available.c: New file.
12770
12771 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12772
12773 * gdb.base/set-cwd.exp: Make it available on
12774 native-extended-gdbserver.
12775
12776 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12777
12778 * gdb.base/set-cwd.c: New file.
12779 * gdb.base/set-cwd.exp: Likewise.
12780
12781 2017-10-02 Tom Tromey <tom@tromey.com>
12782
12783 PR rust/22236:
12784 * gdb.rust/simple.rs (main): New variable "fslice".
12785 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12786
12787 2017-10-02 Tom Tromey <tom@tromey.com>
12788
12789 * gdb.rust/simple.exp: Test ptype of a slice.
12790
12791 2017-10-02 Tom Tromey <tom@tromey.com>
12792
12793 * gdb.rust/simple.exp: Test index of slice.
12794
12795 2017-09-27 Tom Tromey <tom@tromey.com>
12796
12797 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12798
12799 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12800 Pedro Alves <palves@redhat.com>
12801
12802 * gdb.base/compare-sections.exp (get value of read-only section): Read
12803 as unsigned value.
12804 (corrupt read-only section): Likewise and don't set written if patching
12805 failed.
12806
12807 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12808
12809 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12810 files.
12811
12812 2017-09-20 Pedro Alves <palves@redhat.com>
12813
12814 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12815 symbol names in gdb's output.
12816 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12817
12818 2017-09-20 Pedro Alves <palves@redhat.com>
12819
12820 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12821 Rename to ...
12822 (test_list_ambiguous_symbol): ... this and add a symbol name
12823 parameter. Adjust.
12824 (test_list_ambiguous_function): Reimplement on top of
12825 test_list_ambiguous_symbol and also test listing ambiguous
12826 variables.
12827 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12828 (ambiguous_fun): ... this.
12829 (ambiguous_var): New.
12830 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12831 (ambiguous_fun): ... this.
12832 (ambiguous_var): New.
12833
12834 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12835
12836 * gdb.base/starti.c: New file.
12837 * gdb.base/starti.exp: New file.
12838 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12839
12840 2017-09-14 Pedro Alves <palves@redhat.com>
12841
12842 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12843 (top level): Use it instead of runto.
12844
12845 2017-09-11 Tom Tromey <tom@tromey.com>
12846
12847 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12848
12849 2017-09-11 Tom Tromey <tom@tromey.com>
12850
12851 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12852 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12853
12854 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12855
12856 * gdb.fortran/printing-types.exp: New file.
12857 * gdb.fortran/printing-types.exp: New file.
12858
12859 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12860
12861 * gdb.fortran/vla-ptype.exp: Fix typos.
12862 * gdb.fortran/vla-value.exp: Same.
12863
12864 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12865
12866 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12867 * gdb.mi/mi-var-child-f.exp: Likewise.
12868 * gdb.mi/mi-vla-fortran.exp: Likewise.
12869
12870 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12871 Christoph Weinmann <christoph.t.weinmann@intel.com>
12872 Bernhard Heckel <bernhard.heckel@intel.com>
12873
12874 * gdb.fortran/ptr-indentation.f90: New file.
12875 * gdb.fortran/ptr-indentation.exp: New file.
12876
12877 2017-09-05 Tom Tromey <tom@tromey.com>
12878
12879 PR gdb/22010:
12880 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12881
12882 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12883
12884 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12885
12886 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12887
12888 * gdb.threads/tls-nodebug-pie.c: New file.
12889 * gdb.threads/tls-nodebug-pie.exp: New file.
12890
12891 2017-09-05 Tom Tromey <tom@tromey.com>
12892
12893 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12894 for rust.
12895
12896 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12897
12898 * gdb.multi/multi-arch-exec.exp: Test with different
12899 "follow-exec-mode" settings.
12900 (do_test): New procedure.
12901
12902 2017-09-04 Pedro Alves <palves@redhat.com>
12903
12904 * gdb.base/func-static.c (S::method const, S::method volatile)
12905 (S::method volatile const): New methods.
12906 (c_s, v_s, cv_s): New instances.
12907 (main): Call method() on them.
12908 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12909 (cannot_resolve): New procedure.
12910 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12911 print-quote-unquoted columns.
12912 (do_test): Test printing each scope too.
12913
12914 2017-09-04 Pedro Alves <palves@redhat.com>
12915
12916 * gdb.base/local-static.exp: Also test with
12917 class::method::variable wholly quoted.
12918 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12919
12920 2017-09-04 Pedro Alves <palves@redhat.com>
12921
12922 * gdb.base/local-static.c: New.
12923 * gdb.base/local-static.cc: New.
12924 * gdb.base/local-static.exp: New.
12925
12926 2017-09-04 Pedro Alves <palves@redhat.com>
12927
12928 * gdb.asm/asm-source.exp: Add casts to int.
12929 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12930 (dataglobal64_1, dataglobal64_2): New globals.
12931 * gdb.base/nodebug.exp: Test different expressions involving the
12932 new globals, with print, whatis and ptype. Add casts to int.
12933 * gdb.base/solib-display.exp: Add casts to int.
12934 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12935 * gdb.cp/m-static.exp: Add cast to int.
12936 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12937 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12938 tls variable with no debug info without a cast. Test with a cast
12939 to int too.
12940 * gdb.trace/entry-values.exp: Add casts.
12941
12942 2017-09-04 Pedro Alves <palves@redhat.com>
12943
12944 * gdb.base/nodebug.exp: Test that ptype's error about functions
12945 with unknown return type includes the function name too.
12946
12947 2017-09-04 Pedro Alves <palves@redhat.com>
12948
12949 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12950 return type of munmap in infcall.
12951 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12952 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12953 type of ftell in infcall.
12954 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12955 type of getpid in infcall.
12956 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12957 infcall.
12958 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12959 Bail on failure to extract the pid.
12960 * gdb.base/nodebug.c: #include <stdint.h>.
12961 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12962 New functions.
12963 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12964 Change expected output of print/whatis/ptype with functions with
12965 no debug info. Test all supported languages. Call
12966 test_call_promotion.
12967 * gdb.compile/compile.exp: Adjust expected output to expect
12968 warning.
12969 * gdb.threads/siginfo-threads.exp: Likewise.
12970
12971 2017-09-04 Pedro Alves <palves@redhat.com>
12972
12973 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12974 "prototypes". Test calling float functions via prototyped and
12975 unprototyped function pointers.
12976 (perform_all_tests): New parameter "prototypes". Pass it down.
12977 (top level): Pass down "prototypes" parameter to
12978 perform_all_tests.
12979
12980 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12981
12982 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12983 Test with nested loops.
12984
12985 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12986
12987 * gdb.base/commands.exp: Call the new procedures.
12988 (loop_break_test, loop_continue_test): New procedures.
12989
12990 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12991
12992 * gdb.base/commands.exp: Call new procedure.
12993 (define_if_without_arg_test): New procedure.
12994
12995 2017-09-04 Pedro Alves <palves@redhat.com>
12996
12997 * gdb.base/list-ambiguous.exp: New file.
12998 * gdb.base/list-ambiguous0.c: New file.
12999 * gdb.base/list-ambiguous1.c: New file.
13000 * gdb.base/list.exp (test_list_range): Adjust expected output.
13001
13002 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
13003
13004 * gdb.base/share-env-with-gdbserver.c: New file.
13005 * gdb.base/share-env-with-gdbserver.exp: Likewise.
13006
13007 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
13008
13009 * gdb.base/commands.exp (gdbvar_simple_if_test,
13010 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
13011 progvar_simple_if_test, progvar_simple_while_test,
13012 progvar_complex_if_while_test, user_defined_command_test,
13013 user_defined_command_args_eval,
13014 user_defined_command_args_stack_test,
13015 user_defined_command_manyargs_test, bp_deleted_in_command_test,
13016 temporary_breakpoint_commands,
13017 gdb_test_no_prompt, redefine_hook_test,
13018 redefine_backtrace_test): Remove "global gdb_prompt".
13019
13020 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
13021
13022 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
13023 New proc, call it from toplevel.
13024
13025 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
13026
13027 PR remote/21852
13028 * gdb.server/normal.c: New file, copied from gdb.base.
13029 * gdb.server/run-without-local-binary.exp: New file.
13030
13031 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
13032
13033 * gdb.arch/sparc64-adi.exp: New file.
13034 * gdb.arch/sparc64-adi.c: New file.
13035
13036 2017-08-22 Pedro Alves <palves@redhat.com>
13037
13038 * gdb.cp/overload.exp (line_range_pattern): New procedure.
13039 (top level): Add "list all overloads" tests.
13040
13041 2017-08-22 Tom Tromey <tom@tromey.com>
13042
13043 * gdb.gdb/xfullpath.exp: Remove.
13044
13045 2017-08-21 Pedro Alves <palves@redhat.com>
13046
13047 PR gdb/19487
13048 * gdb.base/symbol-alias.c: New.
13049 * gdb.base/symbol-alias2.c: New.
13050 * gdb.base/symbol-alias.exp: New.
13051
13052 2017-08-21 Pedro Alves <palves@redhat.com>
13053
13054 * gdb.base/dfp-test.c
13055 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
13056 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
13057 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
13058 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
13059 * gdb.base/whatis-ptype-typedefs.c: New.
13060 * gdb.base/whatis-ptype-typedefs.exp: New.
13061 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
13062 (an_int, an_int_type, an_int_type2): New globals.
13063 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
13064 involving typedefs and cast expressions.
13065 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
13066 (lookup_typedefs_function): New.
13067 (typedefs_pretty_printers_dict): New.
13068 (top level): Register lookup_typedefs_function in
13069 gdb.pretty_printers.
13070
13071 2017-08-18 Yao Qi <yao.qi@linaro.org>
13072
13073 * gdb.server/unittest.exp: New.
13074
13075 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
13076
13077 PR gdb/21954
13078 * gdb.base/environ.exp: Add test to check if 'unset environment'
13079 works.
13080
13081 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13082
13083 * lib/gdb.exp (universal_compile_options): New caching proc.
13084 (gdb_compile): Suppress GCC's coloring of messages.
13085
13086 2017-08-14 Tom Tromey <tom@tromey.com>
13087
13088 PR gdb/21675:
13089 * gdb.base/printcmds.exp (test_radices): New function.
13090 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
13091 * gdb.base/sizeof.exp (check_valueof): Use p/d.
13092 * lib/gdb.exp (get_integer_valueof): Use p/d.
13093
13094 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
13095
13096 * lib/gdb.exp (get_valueof): Don't capture end-of-line
13097 characters.
13098
13099 2017-08-05 Tom Tromey <tom@tromey.com>
13100
13101 * gdb.rust/simple.exp: Allow String to appear in a different
13102 namespace.
13103
13104 2017-07-26 Yao Qi <yao.qi@linaro.org>
13105
13106 * gdb.gdb/unittest.exp: Invoke command
13107 "maintenance check xml-descriptions".
13108
13109 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13110
13111 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
13112 calling context.
13113 (hex128): Drop erroneous calculation of parameters.
13114
13115 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
13116
13117 * gdb.python/py-unwind.exp: Disable stack protection when
13118 building test file.
13119
13120 2017-07-20 Pedro Alves <palves@redhat.com>
13121
13122 * gdb.base/default.exp (set language): Adjust expected output.
13123
13124 2017-07-20 Pedro Alves <palves@redhat.com>
13125
13126 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
13127 (test_minsym): ... this, and make static.
13128 (get_pck__foo__bar__minsym): Rename to ...
13129 (get_test_minsym): ... this.
13130 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
13131 symbol names and comments.
13132 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
13133 (get_test_minsym): ... this.
13134 (pck__foo__bar__minsym__2): Rename to ...
13135 (test_minsym): ... this.
13136 (main): Adjust.
13137
13138 2017-07-17 Pedro Alves <palves@redhat.com>
13139
13140 * gdb.base/completion.exp: Adjust expected output.
13141 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
13142 the completer works.
13143
13144 2017-07-17 Pedro Alves <palves@redhat.com>
13145
13146 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
13147
13148 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
13149
13150 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
13151
13152 2017-07-14 Tom Tromey <tom@tromey.com>
13153
13154 PR rust/21764:
13155 * gdb.rust/simple.exp: Add tests.
13156
13157 2017-07-14 Tom Tromey <tom@tromey.com>
13158
13159 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
13160
13161 2017-07-14 Pedro Alves <palves@redhat.com>
13162
13163 * gdb.linespec/base/one/thefile.cc (z1): New function.
13164 * gdb.linespec/base/two/thefile.cc (z2): New function.
13165 * gdb.linespec/linespec.exp: Add tests.
13166
13167 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13168
13169 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
13170 to mi_create_breakpoint.
13171
13172 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13173
13174 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
13175 mi_create_breakpoint.
13176
13177 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
13178
13179 * gdb.dlang/demangle.exp: Update for demangling changes.
13180
13181 2017-07-09 Tom Tromey <tom@tromey.com>
13182
13183 * gdb.dwarf2/shortpiece.exp: New file.
13184
13185 2017-07-06 David Blaikie <dblaikie@gmail.com>
13186
13187 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
13188 built from fissiont-multi-cu{1,2}.c.
13189 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
13190 except putting 'main' and 'func' in separate CUs in the same DWO file.
13191 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
13192 test.
13193 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
13194 test.
13195
13196 2017-07-06 Pedro Alves <palves@redhat.com>
13197
13198 * gdb.python/py-unwind.exp: Test flushregs.
13199
13200 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13201
13202 PR cli/21688
13203 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
13204 tests for alias commands and trailing whitespace.
13205
13206 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13207
13208 PR cli/21688
13209 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
13210 procedure. Call it.
13211
13212 2017-06-29 Pedro Alves <palves@redhat.com>
13213
13214 * gdb.base/printcmds.exp: Add tests.
13215
13216 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
13217
13218 PR gdb/21337
13219 * gdb.base/reread-readsym.exp: New file.
13220 * gdb.base/reread-readsym.c: New file.
13221
13222 2017-06-21 Kevin Buettner <kevinb@redhat.com>
13223
13224 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
13225 subpattern.
13226
13227 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
13228
13229 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
13230 extended mnemonic.
13231 * gdb.arch/powerpc-power9.s: Likewise.
13232
13233 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13234
13235 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
13236 on 32-bit x86 targets. Exploit is_*_target macros where
13237 appropriate.
13238
13239 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13240
13241 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
13242 register pieces.
13243
13244 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13245
13246 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
13247 located in one or more DWARF pieces.
13248
13249 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13250
13251 * lib/gdb.exp (get_endianness): New proc.
13252 * gdb.arch/aarch64-fp.exp: Use it.
13253 * gdb.arch/altivec-regs.exp: Likewise.
13254 * gdb.arch/e500-regs.exp: Likewise.
13255 * gdb.arch/vsx-regs.exp: Likewise.
13256 * gdb.base/dump.exp: Likewise.
13257 * gdb.base/funcargs.exp: Likewise.
13258 * gdb.base/gnu_vector.exp: Likewise.
13259 * gdb.dwarf2/formdata16.exp: Likewise.
13260 * gdb.dwarf2/implptrpiece.exp: Likewise.
13261 * gdb.dwarf2/nonvar-access.exp: Likewise.
13262 * gdb.python/py-inferior.exp: Likewise.
13263 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
13264
13265 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13266
13267 PR gdb/21226
13268 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
13269 stack value pieces are taken from the LSB end.
13270
13271 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13272
13273 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
13274 variable at nonzero offset.
13275
13276 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13277
13278 * gdb.dwarf2/var-access.c: New file.
13279 * gdb.dwarf2/var-access.exp: New test.
13280 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
13281
13282 2017-06-12 Tom Tromey <tom@tromey.com>
13283
13284 * gdb.dwarf2/formdata16.exp: Add tests.
13285
13286 2017-06-12 Tom Tromey <tom@tromey.com>
13287
13288 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
13289
13290 2017-06-12 Tom Tromey <tom@tromey.com>
13291
13292 PR exp/16225:
13293 * gdb.reverse/i386-sse-reverse.exp: Update tests.
13294 * gdb.arch/vsx-regs.exp: Update tests.
13295 * gdb.arch/s390-vregs.exp (hex128): New proc.
13296 Update test.
13297 * gdb.arch/altivec-regs.exp: Update tests.
13298
13299 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13300
13301 * gdb.base/startup-with-shell.c: New file.
13302 * gdb.base/startup-with-shell.exp: Likewise.
13303
13304 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13305
13306 * gdb.server/non-existing-program.exp: Update regex in order to
13307 reflect the fact that gdbserver is now using fork_inferior (with a
13308 shell) to startup the inferior.
13309
13310 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
13311
13312 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
13313 support function calls from GDB.
13314
13315 2017-05-21 Tom Tromey <tom@tromey.com>
13316
13317 PR rust/21466:
13318 * gdb.rust/unsized.exp: New file.
13319 * gdb.rust/unsized.rs: New file.
13320
13321 2017-05-19 Tom Tromey <tom@tromey.com>
13322
13323 PR rust/21484:
13324 * gdb.rust/watch.exp: New file.
13325 * gdb.rust/watch.rs: New file.
13326
13327 2017-05-18 Tom Tromey <tom@tromey.com>
13328
13329 * gdb.rust/simple.exp: Allow Box to be qualified.
13330
13331 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
13332
13333 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
13334
13335 2017-05-18 Pedro Alves <palves@redhat.com>
13336
13337 * gdb.base/fileio.c (test_write, test_read, test_close)
13338 (test_fstat): Don't print 'ret' in the fail path.
13339
13340 2017-05-18 Pedro Alves <palves@redhat.com>
13341
13342 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
13343 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
13344 (test_system, test_rename, test_unlink, test_time): Change
13345 prototypes.
13346 * gdb.base/fileio.exp (stop_msg): Adjust.
13347
13348 2017-05-18 Pedro Alves <palves@redhat.com>
13349
13350 * gdb.base/fileio.c (null_str): New global.
13351 (test_stat): Use it.
13352 * gdb.base/fileio.exp: Remove nowarnings.
13353
13354 2017-05-17 Yao Qi <yao.qi@linaro.org>
13355
13356 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
13357
13358 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
13359
13360 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
13361 argument command.
13362 (top-level): Invoke test_set_inferior_tty.
13363
13364 2017-05-04 Pedro Alves <palves@redhat.com>
13365
13366 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
13367 Add parens to print call for Python 3.
13368
13369 2017-05-03 Keith Seitz <keiths@redhat.com>
13370
13371 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13372 (main): Call it.
13373
13374 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13375
13376 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
13377 to prev and next.
13378
13379 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13380
13381 * gdb.python/py-record-btrace.exp: Remove test for
13382 gdb.BtraceInstruction.error.
13383
13384 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13385
13386 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13387
13388 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13389
13390 * gdb.python/py-record-btrace-threads.c: New file.
13391 * gdb.python/py-record-btrace-threads.exp: New file.
13392
13393 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
13394
13395 PR testsuite/8595
13396 * gdb.base/environ.exp: Make test available in all architectures.
13397 Move bits related to "info program" testing to
13398 gdb.base/info-program.exp. Rewrite tests to use the two new
13399 procedures mentione below.
13400 (test_set_show_env_var) New procedure.
13401 (test_set_show_env_var_equal): Likewise.
13402 * gdb.base/info-program.exp: New file.
13403
13404 2017-04-27 Keith Seitz <keiths@redhat.com>
13405
13406 * gdb.cp/oranking.cc (test15): New function.
13407 (main): Call test15 and declare additional variables for testing.
13408 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13409 "p foo101('abc')" tests.
13410 Add tests for cv qualifier overloads.
13411 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13412 "lvalue reference overload" test.
13413 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13414 "print value of f1 on Child&& in f2" test.
13415
13416 2017-04-19 Pedro Alves <palves@redhat.com>
13417
13418 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13419 procedure.
13420 (top level): Call it.
13421 * lib/gdb.exp (gdb_define_cmd): New procedure.
13422
13423 2017-04-12 Pedro Alves <palves@redhat.com>
13424
13425 PR gdb/21323
13426 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13427 (wchar): New global.
13428 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13429 (do_test_wide_char, wide_char_types_no_program, top level): Add
13430 wchar_t testing.
13431
13432 2017-04-12 Pedro Alves <palves@redhat.com>
13433
13434 PR c++/21323
13435 * gdb.cp/wide_char_types.c: New file.
13436 * gdb.cp/wide_char_types.exp: New file.
13437
13438 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13439
13440 PR gdb/21352
13441 * gdb.trace/tsv.exp: Add test for "tsave -r".
13442
13443 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13444
13445 * gdb.dlang/watch-loc.c: New file.
13446 * gdb.dlang/watch-loc.exp: New file.
13447
13448 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13449
13450 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13451
13452 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13453
13454 * gdb.arch/arc-analyze-prologue.S: New file.
13455 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13456
13457 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13458
13459 * gdb.arch/arc-decode-insn.S: New file.
13460 * gdb.arch/arc-decode-insn.exp: Likewise.
13461
13462 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13463
13464 PR tdep/20928
13465 * gdb.arch/sparc64-regs.exp: New file.
13466 * gdb.arch/sparc64-regs.S: Likewise.
13467
13468 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13469
13470 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13471 and memory view on Python 3.
13472
13473 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
13474 Keith Seitz <keiths@redhat.com>
13475
13476 PR gdb/14441
13477 * gdb.cp/demangle.exp: Add rvalue reference tests.
13478 * gdb.cp/rvalue-ref-casts.cc: New file.
13479 * gdb.cp/rvalue-ref-casts.exp: New file.
13480 * gdb.cp/rvalue-ref-overload.cc: New file.
13481 * gdb.cp/rvalue-ref-overload.exp: New file.
13482 * gdb.cp/rvalue-ref-params.cc: New file.
13483 * gdb.cp/rvalue-ref-params.exp: New file.
13484 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13485 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13486 * gdb.cp/rvalue-ref-types.cc: New file.
13487 * gdb.cp/rvalue-ref-types.exp: New file.
13488 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13489 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13490
13491 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13492
13493 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13494 New procedure.
13495
13496 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13497
13498 * lib/mi-support.exp (mi_gdb_test): Add additional message
13499 for unexpected output.
13500
13501 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13502
13503 * gdb.base/examine-backward.c (Barrier): New character array
13504 constant, to ensure that TestStrings is preceded by a string
13505 terminator.
13506
13507 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13508
13509 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13510 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13511 and implicit pointer into such a location.
13512
13513 2017-03-16 Doug Evans <dje@google.com>
13514
13515 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13516
13517 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13518
13519 * gdb.cp/m-static.exp: Fix expectation for prototype of
13520 test5.single_constructor and single_constructor::single_constructor.
13521
13522 2017-03-16 Doug Evans <dje@google.com>
13523
13524 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13525 * gdb.guile/scm-lazy-string.c: New file.
13526 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13527 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13528 for pointer, array, typedef lazy strings.
13529
13530 2017-03-16 Doug Evans <dje@google.com>
13531
13532 PR python/17728, python/18439, python/18779
13533 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13534 * gdb.python/py-lazy-string.c (pointer): New typedef.
13535 (main): New locals ptr, array, typedef_ptr.
13536 * gdb.python/py-value.exp: Move lazy string tests to ...
13537 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13538 array, typedef lazy strings.
13539
13540 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13541
13542 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13543 Add optional 'test' parameter.
13544
13545 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13546
13547 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13548 Skip for versions of DejaGnu < 1.5.
13549
13550 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13551
13552 * lib/gdb.exp (dejagnu_version): New proc.
13553 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13554 Use dejagnu_version.
13555
13556 2017-03-10 Keith Seitz <keiths@redhat.com>
13557
13558 PR c++/8128
13559 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13560 type from destructor regexps.
13561 Add a branch which actually passes the test.
13562 Adjust "ptype t5i" test names.
13563
13564 2017-03-08 Pedro Alves <palves@redhat.com>
13565
13566 * gdb.base/step-over-exit.exp: Add explicit test message.
13567
13568 2017-03-08 Pedro Alves <palves@redhat.com>
13569
13570 PR gdb/18360
13571 * gdb.threads/interrupt-while-step-over.c: New file.
13572 * gdb.threads/interrupt-while-step-over.exp: New file.
13573
13574 2017-03-08 Pedro Alves <palves@redhat.com>
13575
13576 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13577 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13578
13579 2017-03-08 Pedro Alves <palves@redhat.com>
13580
13581 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13582 PKRU as not supported as a PASS.
13583
13584 2017-03-08 Pedro Alves <palves@redhat.com>
13585
13586 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13587 prefix instead of $binfile1/$binfile2.
13588 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13589 in test message.
13590 * gdb.python/py-completion.exp: Use "load python file" as test
13591 messages instead of unstable path names.
13592
13593 2017-03-08 Pedro Alves <palves@redhat.com>
13594 Jan Kratochvil <jan.kratochvil@redhat.com>
13595
13596 PR cli/21218
13597 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13598 New proc.
13599 (top level): Call it.
13600
13601 2017-03-08 Pedro Alves <palves@redhat.com>
13602
13603 PR tui/21216
13604 * gdb.tui/tui-nl-filtered-output.exp: New file.
13605
13606 2017-03-08 Pedro Alves <palves@redhat.com>
13607
13608 * gdb.base/completion.exp: Move TUI completion tests to ...
13609 * gdb.tui/completion.exp: ... this new file.
13610
13611 2017-03-08 Pedro Alves <palves@redhat.com>
13612
13613 * gdb.base/tui-disasm-long-lines.c,
13614 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13615 gdb.base/tui-layout.exp: Move to ...
13616 * gdb.tui/: ... this new directory.
13617
13618 2017-03-07 Pedro Alves <palves@redhat.com>
13619
13620 * gdb.base/tui-layout.c: New file.
13621 * gdb.base/tui-layout.exp: New file.
13622
13623 2017-03-07 Pedro Alves <palves@redhat.com>
13624
13625 * gdb.base/tui-layout.c: Rename to ...
13626 * gdb.base/tui-disasm-long-lines.c: ... this.
13627 * gdb.base/tui-layout.exp: Rename to ...
13628 * gdb.base/tui-disasm-long-lines.exp: ... this.
13629
13630 2017-03-07 Pedro Alves <palves@redhat.com>
13631
13632 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13633
13634 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13635
13636 * i386-mpx-call.c: New file.
13637 * i386-mpx-call.exp: New file.
13638
13639 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13640
13641 * gdb.arch/powerpc-power.exp: Delete test.
13642 * gdb.arch/powerpc-power.s: Likewise.
13643 * gdb.disasm/disassembler-options.exp: New test.
13644 * gdb.arch/powerpc-altivec.exp: Likewise.
13645 * gdb.arch/powerpc-altivec.s: Likewise.
13646 * gdb.arch/powerpc-altivec2.exp: Likewise.
13647 * gdb.arch/powerpc-altivec2.s: Likewise.
13648 * gdb.arch/powerpc-altivec3.exp: Likewise.
13649 * gdb.arch/powerpc-altivec3.s: Likewise.
13650 * gdb.arch/powerpc-power7.exp: Likewise.
13651 * gdb.arch/powerpc-power7.s: Likewise.
13652 * gdb.arch/powerpc-power8.exp: Likewise.
13653 * gdb.arch/powerpc-power8.s: Likewise.
13654 * gdb.arch/powerpc-power9.exp: Likewise.
13655 * gdb.arch/powerpc-power9.s: Likewise.
13656 * gdb.arch/powerpc-vsx.exp: Likewise.
13657 * gdb.arch/powerpc-vsx.s: Likewise.
13658 * gdb.arch/powerpc-vsx2.exp: Likewise.
13659 * gdb.arch/powerpc-vsx2.s: Likewise.
13660 * gdb.arch/powerpc-vsx3.exp: Likewise.
13661 * gdb.arch/powerpc-vsx3.s: Likewise.
13662 * gdb.arch/arm-disassembler-options.exp: Likewise.
13663 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13664 * gdb.arch/s390-disassembler-options.exp: Likewise.
13665
13666 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13667
13668 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13669 (check_supported_features): ... this. Changed return type to void.
13670 (supports_rdseed): New static global.
13671 (rdseed): Check supports_rdseed.
13672 (initialize): Call check_supported_features.
13673
13674 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13675
13676 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13677 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13678 and lqarx/stqcx.
13679 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13680 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13681
13682 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13683
13684 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13685 uppercase.
13686
13687 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13688
13689 * gdb.dwarf2/formdata16.c: New file.
13690 * gdb.dwarf2/formdata16.exp: New file.
13691 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13692
13693 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13694
13695 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13696 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13697 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13698 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13699 DW_AT_GNU_*.
13700
13701 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13702
13703 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13704
13705 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13706
13707 PR gdb/21164
13708 * gdb.base/maint.exp: Add testcases for when the commands do
13709 not have arguments.
13710
13711 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13712
13713 * gdb.cp/chained-calls.exp: Use p instead of P.
13714
13715 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13716
13717 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13718 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13719
13720 2017-02-14 Tom Tromey <tom@tromey.com>
13721
13722 PR python/13598:
13723 * gdb.python/py-events.exp: Add before_prompt event tests.
13724
13725 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13726
13727 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13728
13729 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13730
13731 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13732 (main): Call my_unique_function_name.
13733 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13734 completion of patterns with a single match.
13735 Add missing -re switches to gdb_test_multiple calls.
13736
13737 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13738
13739 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13740 return if core file is not recognized.
13741
13742 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13743
13744 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13745 and extra UIs.
13746
13747 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13748
13749 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13750 proc_with_prefix.
13751
13752 2017-02-10 Tom Tromey <tom@tromey.com>
13753
13754 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13755
13756 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13757
13758 PR gdb/21122
13759 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13760
13761 2017-02-08 Jerome Guitton <guitton@adacore.com>
13762
13763 * gdb.base/define.exp: Add test for command abbreviations
13764 in define.
13765
13766 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13767
13768 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13769 * gdb.reverse/insn-reverse-x86.c: New file.
13770
13771 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13772
13773 PR tdep/20936
13774 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13775
13776 2017-02-03 Tom Tromey <tom@tromey.com>
13777
13778 PR rust/21097:
13779 * gdb.rust/simple.exp: Add new tests.
13780
13781 2017-02-02 Pedro Alves <palves@redhat.com>
13782
13783 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13784 tests.
13785
13786 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13787
13788 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13789 taking a 2-byte value out of a 4-byte DWARF implicit value on
13790 big-endian targets.
13791 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13792 logic. Add test cases for DW_OP_implicit.
13793
13794 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13795
13796 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13797
13798 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13799
13800 * gdb.btrace/enable.exp: Call gdb_exit before
13801 skip_gdbserver_tests.
13802
13803 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13804
13805 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13806 GDBFLAGS.
13807
13808 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13809
13810 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13811 the test is skipped.
13812 * gdb.btrace/data.exp: Likewise.
13813 * gdb.btrace/delta.exp: Likewise.
13814 * gdb.btrace/dlopen.exp: Likewise.
13815 * gdb.btrace/enable-running.exp: Likewise.
13816 * gdb.btrace/enable.exp: Likewise.
13817 * gdb.btrace/exception.exp: Likewise.
13818 * gdb.btrace/function_call_history.exp: Likewise.
13819 * gdb.btrace/gcore.exp: Likewise.
13820 * gdb.btrace/instruction_history.exp: Likewise.
13821 * gdb.btrace/multi-thread-step.exp: Likewise.
13822 * gdb.btrace/nohist.exp: Likewise.
13823 * gdb.btrace/non-stop.exp: Likewise.
13824 * gdb.btrace/reconnect.exp: Likewise.
13825 * gdb.btrace/record_goto-step.exp: Likewise.
13826 * gdb.btrace/record_goto.exp: Likewise.
13827 * gdb.btrace/rn-dl-bind.exp: Likewise.
13828 * gdb.btrace/segv.exp: Likewise.
13829 * gdb.btrace/step.exp: Likewise.
13830 * gdb.btrace/stepi.exp: Likewise.
13831 * gdb.btrace/tailcall-only.exp: Likewise.
13832 * gdb.btrace/tailcall.exp: Likewise.
13833 * gdb.btrace/tsx.exp: Likewise.
13834 * gdb.btrace/unknown_functions.exp: Likewise.
13835 * gdb.btrace/vdso.exp: Likewise.
13836
13837 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13838
13839 * gdb.btrace/enable-running.c: New.
13840 * gdb.btrace/enable-running.exp: New.
13841
13842 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13843
13844 * gdb.arch/amd64-gs_base.c: New file.
13845 * gdb.arch/amd64-gs_base.exp: New file.
13846
13847 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13848
13849 * lib/memory.exp: Remove spurious empty newlines.
13850
13851 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13852
13853 * gdb.python/py-bad-printers.exp: Load python file using "source".
13854 * gdb.python/py-events.exp: Likewise.
13855 * gdb.python/py-evsignal.exp: Likewise.
13856 * gdb.python/py-evthreads.exp: Likewise.
13857 * gdb.python/py-frame-args.exp: Likewise.
13858 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13859 * gdb.python/py-framefilter-mi.exp: Likewise.
13860 * gdb.python/py-framefilter.exp: Likewise.
13861 * gdb.python/py-mi.exp: Likewise.
13862 * gdb.python/py-pp-maint.exp: Likewise.
13863 * gdb.python/py-pp-registration.exp: Likewise.
13864 * gdb.python/py-prettyprint.exp: Likewise.
13865 (run_lang_tests): Likewise.
13866 * gdb.python/py-typeprint.exp: Likewise.
13867
13868 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13869
13870 * lib/memory.exp: New file.
13871 * lib/gdb.exp: Load memory.exp.
13872 * gdb.base/memattr.exp (delete_memory): Move proc to
13873 lib/memory.exp and rename to delete_memory_regions.
13874 Replace delete_memory with delete_memory_regions.
13875 Cleanup memory regions before tests.
13876 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13877 before tests.
13878
13879 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13880
13881 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13882 files.
13883 (initialize): New function conditionally defined.
13884 (testcases): Move within conditional block.
13885 (main): Call initialize.
13886 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13887 of gdb.reverse/insn-reverse.c.
13888 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13889 gdb.reverse/insn-reverse.c.
13890
13891 2017-01-26 Yao Qi <yao.qi@linaro.org>
13892
13893 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13894 disassemble on address 0.
13895
13896 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13897 Yao Qi <yao.qi@linaro.org>
13898
13899 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13900 * gdb.dwarf2/implptr-64bit.S: Remove.
13901 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13902 variables in caller's context. Add DW_OP_implicit_value.
13903
13904 2017-01-25 Yao Qi <yao.qi@linaro.org>
13905
13906 * lib/dwarf.exp (Dwarf::_location): Handle
13907 DW_OP_GNU_implicit_pointer with proper size.
13908
13909 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13910
13911 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13912 and add untested calls.
13913
13914 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13915
13916 * gdb.python/python.exp: Check line number against what GDB thinks
13917 the line number is for func1.
13918
13919 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13920
13921 * gdb.dlang/debug-expr.exp: New file.
13922
13923 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13924
13925 Fix test names for the following files:
13926
13927 * gdb.ada/exec_changed.exp
13928 * gdb.ada/info_types.exp
13929 * gdb.arch/aarch64-atomic-inst.exp
13930 * gdb.arch/aarch64-fp.exp
13931 * gdb.arch/altivec-abi.exp
13932 * gdb.arch/altivec-regs.exp
13933 * gdb.arch/amd64-byte.exp
13934 * gdb.arch/amd64-disp-step.exp
13935 * gdb.arch/amd64-dword.exp
13936 * gdb.arch/amd64-entry-value-inline.exp
13937 * gdb.arch/amd64-entry-value-param.exp
13938 * gdb.arch/amd64-entry-value-paramref.exp
13939 * gdb.arch/amd64-entry-value.exp
13940 * gdb.arch/amd64-i386-address.exp
13941 * gdb.arch/amd64-invalid-stack-middle.exp
13942 * gdb.arch/amd64-invalid-stack-top.exp
13943 * gdb.arch/amd64-optimout-repeat.exp
13944 * gdb.arch/amd64-prologue-skip.exp
13945 * gdb.arch/amd64-prologue-xmm.exp
13946 * gdb.arch/amd64-stap-special-operands.exp
13947 * gdb.arch/amd64-stap-wrong-subexp.exp
13948 * gdb.arch/amd64-tailcall-cxx.exp
13949 * gdb.arch/amd64-tailcall-noret.exp
13950 * gdb.arch/amd64-tailcall-ret.exp
13951 * gdb.arch/amd64-tailcall-self.exp
13952 * gdb.arch/amd64-word.exp
13953 * gdb.arch/arm-bl-branch-dest.exp
13954 * gdb.arch/arm-disp-step.exp
13955 * gdb.arch/arm-neon.exp
13956 * gdb.arch/arm-single-step-kernel-helper.exp
13957 * gdb.arch/avr-flash-qualifier.exp
13958 * gdb.arch/disp-step-insn-reloc.exp
13959 * gdb.arch/e500-abi.exp
13960 * gdb.arch/e500-regs.exp
13961 * gdb.arch/ftrace-insn-reloc.exp
13962 * gdb.arch/i386-avx512.exp
13963 * gdb.arch/i386-bp_permanent.exp
13964 * gdb.arch/i386-byte.exp
13965 * gdb.arch/i386-cfi-notcurrent.exp
13966 * gdb.arch/i386-disp-step.exp
13967 * gdb.arch/i386-dr3-watch.exp
13968 * gdb.arch/i386-float.exp
13969 * gdb.arch/i386-gnu-cfi.exp
13970 * gdb.arch/i386-mpx-map.exp
13971 * gdb.arch/i386-mpx-sigsegv.exp
13972 * gdb.arch/i386-mpx-simple_segv.exp
13973 * gdb.arch/i386-mpx.exp
13974 * gdb.arch/i386-permbkpt.exp
13975 * gdb.arch/i386-prologue.exp
13976 * gdb.arch/i386-signal.exp
13977 * gdb.arch/i386-size-overlap.exp
13978 * gdb.arch/i386-unwind.exp
13979 * gdb.arch/i386-word.exp
13980 * gdb.arch/mips-fcr.exp
13981 * gdb.arch/powerpc-d128-regs.exp
13982 * gdb.arch/powerpc-stackless.exp
13983 * gdb.arch/ppc64-atomic-inst.exp
13984 * gdb.arch/s390-stackless.exp
13985 * gdb.arch/s390-tdbregs.exp
13986 * gdb.arch/s390-vregs.exp
13987 * gdb.arch/sparc-sysstep.exp
13988 * gdb.arch/thumb-bx-pc.exp
13989 * gdb.arch/thumb-singlestep.exp
13990 * gdb.arch/thumb2-it.exp
13991 * gdb.arch/vsx-regs.exp
13992 * gdb.asm/asm-source.exp
13993 * gdb.base/a2-run.exp
13994 * gdb.base/advance.exp
13995 * gdb.base/all-bin.exp
13996 * gdb.base/anon.exp
13997 * gdb.base/args.exp
13998 * gdb.base/arithmet.exp
13999 * gdb.base/async-shell.exp
14000 * gdb.base/async.exp
14001 * gdb.base/attach-pie-noexec.exp
14002 * gdb.base/attach-twice.exp
14003 * gdb.base/auto-load.exp
14004 * gdb.base/bang.exp
14005 * gdb.base/bitfields.exp
14006 * gdb.base/break-always.exp
14007 * gdb.base/break-caller-line.exp
14008 * gdb.base/break-entry.exp
14009 * gdb.base/break-inline.exp
14010 * gdb.base/break-on-linker-gcd-function.exp
14011 * gdb.base/break-probes.exp
14012 * gdb.base/break.exp
14013 * gdb.base/breakpoint-shadow.exp
14014 * gdb.base/call-ar-st.exp
14015 * gdb.base/call-sc.exp
14016 * gdb.base/call-signal-resume.exp
14017 * gdb.base/call-strs.exp
14018 * gdb.base/callfuncs.exp
14019 * gdb.base/catch-fork-static.exp
14020 * gdb.base/catch-gdb-caused-signals.exp
14021 * gdb.base/catch-load.exp
14022 * gdb.base/catch-signal-fork.exp
14023 * gdb.base/catch-signal.exp
14024 * gdb.base/catch-syscall.exp
14025 * gdb.base/charset.exp
14026 * gdb.base/checkpoint.exp
14027 * gdb.base/chng-syms.exp
14028 * gdb.base/code-expr.exp
14029 * gdb.base/code_elim.exp
14030 * gdb.base/commands.exp
14031 * gdb.base/completion.exp
14032 * gdb.base/complex.exp
14033 * gdb.base/cond-expr.exp
14034 * gdb.base/condbreak.exp
14035 * gdb.base/consecutive.exp
14036 * gdb.base/continue-all-already-running.exp
14037 * gdb.base/coredump-filter.exp
14038 * gdb.base/corefile.exp
14039 * gdb.base/dbx.exp
14040 * gdb.base/debug-expr.exp
14041 * gdb.base/define.exp
14042 * gdb.base/del.exp
14043 * gdb.base/disabled-location.exp
14044 * gdb.base/disasm-end-cu.exp
14045 * gdb.base/disasm-optim.exp
14046 * gdb.base/display.exp
14047 * gdb.base/duplicate-bp.exp
14048 * gdb.base/ena-dis-br.exp
14049 * gdb.base/ending-run.exp
14050 * gdb.base/enumval.exp
14051 * gdb.base/environ.exp
14052 * gdb.base/eu-strip-infcall.exp
14053 * gdb.base/eval-avoid-side-effects.exp
14054 * gdb.base/eval-skip.exp
14055 * gdb.base/exitsignal.exp
14056 * gdb.base/expand-psymtabs.exp
14057 * gdb.base/filesym.exp
14058 * gdb.base/find-unmapped.exp
14059 * gdb.base/finish.exp
14060 * gdb.base/float.exp
14061 * gdb.base/foll-exec-mode.exp
14062 * gdb.base/foll-exec.exp
14063 * gdb.base/foll-fork.exp
14064 * gdb.base/fortran-sym-case.exp
14065 * gdb.base/freebpcmd.exp
14066 * gdb.base/func-ptr.exp
14067 * gdb.base/func-ptrs.exp
14068 * gdb.base/funcargs.exp
14069 * gdb.base/gcore-buffer-overflow.exp
14070 * gdb.base/gcore-relro-pie.exp
14071 * gdb.base/gcore-relro.exp
14072 * gdb.base/gcore.exp
14073 * gdb.base/gdb1090.exp
14074 * gdb.base/gdb11530.exp
14075 * gdb.base/gdb11531.exp
14076 * gdb.base/gdb1821.exp
14077 * gdb.base/gdbindex-stabs.exp
14078 * gdb.base/gdbvars.exp
14079 * gdb.base/hbreak.exp
14080 * gdb.base/hbreak2.exp
14081 * gdb.base/included.exp
14082 * gdb.base/infcall-input.exp
14083 * gdb.base/inferior-died.exp
14084 * gdb.base/infnan.exp
14085 * gdb.base/info-macros.exp
14086 * gdb.base/info-os.exp
14087 * gdb.base/info-proc.exp
14088 * gdb.base/info-shared.exp
14089 * gdb.base/info-target.exp
14090 * gdb.base/infoline.exp
14091 * gdb.base/interp.exp
14092 * gdb.base/interrupt.exp
14093 * gdb.base/jit-reader.exp
14094 * gdb.base/jit-simple.exp
14095 * gdb.base/kill-after-signal.exp
14096 * gdb.base/kill-detach-inferiors-cmd.exp
14097 * gdb.base/label.exp
14098 * gdb.base/langs.exp
14099 * gdb.base/ldbl_e308.exp
14100 * gdb.base/line-symtabs.exp
14101 * gdb.base/linespecs.exp
14102 * gdb.base/list.exp
14103 * gdb.base/long_long.exp
14104 * gdb.base/longest-types.exp
14105 * gdb.base/maint.exp
14106 * gdb.base/max-value-size.exp
14107 * gdb.base/memattr.exp
14108 * gdb.base/mips_pro.exp
14109 * gdb.base/morestack.exp
14110 * gdb.base/moribund-step.exp
14111 * gdb.base/multi-forks.exp
14112 * gdb.base/nested-addr.exp
14113 * gdb.base/nextoverexit.exp
14114 * gdb.base/noreturn-finish.exp
14115 * gdb.base/noreturn-return.exp
14116 * gdb.base/nostdlib.exp
14117 * gdb.base/offsets.exp
14118 * gdb.base/opaque.exp
14119 * gdb.base/pc-fp.exp
14120 * gdb.base/permissions.exp
14121 * gdb.base/print-symbol-loading.exp
14122 * gdb.base/prologue-include.exp
14123 * gdb.base/psymtab.exp
14124 * gdb.base/ptype.exp
14125 * gdb.base/random-signal.exp
14126 * gdb.base/randomize.exp
14127 * gdb.base/range-stepping.exp
14128 * gdb.base/readline-ask.exp
14129 * gdb.base/recpar.exp
14130 * gdb.base/recurse.exp
14131 * gdb.base/relational.exp
14132 * gdb.base/restore.exp
14133 * gdb.base/return-nodebug.exp
14134 * gdb.base/return.exp
14135 * gdb.base/run-after-attach.exp
14136 * gdb.base/save-bp.exp
14137 * gdb.base/scope.exp
14138 * gdb.base/sect-cmd.exp
14139 * gdb.base/set-lang-auto.exp
14140 * gdb.base/set-noassign.exp
14141 * gdb.base/setvar.exp
14142 * gdb.base/sigall.exp
14143 * gdb.base/sigbpt.exp
14144 * gdb.base/siginfo-addr.exp
14145 * gdb.base/siginfo-infcall.exp
14146 * gdb.base/siginfo-obj.exp
14147 * gdb.base/siginfo.exp
14148 * gdb.base/signals-state-child.exp
14149 * gdb.base/signest.exp
14150 * gdb.base/sigstep.exp
14151 * gdb.base/sizeof.exp
14152 * gdb.base/skip.exp
14153 * gdb.base/solib-corrupted.exp
14154 * gdb.base/solib-nodir.exp
14155 * gdb.base/solib-search.exp
14156 * gdb.base/stack-checking.exp
14157 * gdb.base/stale-infcall.exp
14158 * gdb.base/stap-probe.exp
14159 * gdb.base/start.exp
14160 * gdb.base/step-break.exp
14161 * gdb.base/step-bt.exp
14162 * gdb.base/step-line.exp
14163 * gdb.base/step-over-exit.exp
14164 * gdb.base/step-over-syscall.exp
14165 * gdb.base/step-resume-infcall.exp
14166 * gdb.base/step-test.exp
14167 * gdb.base/store.exp
14168 * gdb.base/structs3.exp
14169 * gdb.base/sym-file.exp
14170 * gdb.base/symbol-without-target_section.exp
14171 * gdb.base/term.exp
14172 * gdb.base/testenv.exp
14173 * gdb.base/ui-redirect.exp
14174 * gdb.base/until.exp
14175 * gdb.base/unwindonsignal.exp
14176 * gdb.base/value-double-free.exp
14177 * gdb.base/vla-datatypes.exp
14178 * gdb.base/vla-ptr.exp
14179 * gdb.base/vla-sideeffect.exp
14180 * gdb.base/volatile.exp
14181 * gdb.base/watch-cond-infcall.exp
14182 * gdb.base/watch-cond.exp
14183 * gdb.base/watch-non-mem.exp
14184 * gdb.base/watch-read.exp
14185 * gdb.base/watch-vfork.exp
14186 * gdb.base/watchpoint-cond-gone.exp
14187 * gdb.base/watchpoint-delete.exp
14188 * gdb.base/watchpoint-hw-hit-once.exp
14189 * gdb.base/watchpoint-hw.exp
14190 * gdb.base/watchpoint-stops-at-right-insn.exp
14191 * gdb.base/watchpoints.exp
14192 * gdb.base/wchar.exp
14193 * gdb.base/whatis-exp.exp
14194 * gdb.btrace/buffer-size.exp
14195 * gdb.btrace/data.exp
14196 * gdb.btrace/delta.exp
14197 * gdb.btrace/dlopen.exp
14198 * gdb.btrace/enable.exp
14199 * gdb.btrace/exception.exp
14200 * gdb.btrace/function_call_history.exp
14201 * gdb.btrace/gcore.exp
14202 * gdb.btrace/instruction_history.exp
14203 * gdb.btrace/nohist.exp
14204 * gdb.btrace/reconnect.exp
14205 * gdb.btrace/record_goto-step.exp
14206 * gdb.btrace/record_goto.exp
14207 * gdb.btrace/rn-dl-bind.exp
14208 * gdb.btrace/segv.exp
14209 * gdb.btrace/step.exp
14210 * gdb.btrace/stepi.exp
14211 * gdb.btrace/tailcall-only.exp
14212 * gdb.btrace/tailcall.exp
14213 * gdb.btrace/tsx.exp
14214 * gdb.btrace/unknown_functions.exp
14215 * gdb.btrace/vdso.exp
14216 * gdb.compile/compile-ifunc.exp
14217 * gdb.compile/compile-ops.exp
14218 * gdb.compile/compile-print.exp
14219 * gdb.compile/compile-setjmp.exp
14220 * gdb.cp/abstract-origin.exp
14221 * gdb.cp/ambiguous.exp
14222 * gdb.cp/annota2.exp
14223 * gdb.cp/annota3.exp
14224 * gdb.cp/anon-ns.exp
14225 * gdb.cp/anon-struct.exp
14226 * gdb.cp/anon-union.exp
14227 * gdb.cp/arg-reference.exp
14228 * gdb.cp/baseenum.exp
14229 * gdb.cp/bool.exp
14230 * gdb.cp/breakpoint.exp
14231 * gdb.cp/bs15503.exp
14232 * gdb.cp/call-c.exp
14233 * gdb.cp/casts.exp
14234 * gdb.cp/chained-calls.exp
14235 * gdb.cp/class2.exp
14236 * gdb.cp/classes.exp
14237 * gdb.cp/cmpd-minsyms.exp
14238 * gdb.cp/converts.exp
14239 * gdb.cp/cp-relocate.exp
14240 * gdb.cp/cpcompletion.exp
14241 * gdb.cp/cpexprs.exp
14242 * gdb.cp/cplabel.exp
14243 * gdb.cp/cplusfuncs.exp
14244 * gdb.cp/cpsizeof.exp
14245 * gdb.cp/ctti.exp
14246 * gdb.cp/derivation.exp
14247 * gdb.cp/destrprint.exp
14248 * gdb.cp/dispcxx.exp
14249 * gdb.cp/enum-class.exp
14250 * gdb.cp/exception.exp
14251 * gdb.cp/exceptprint.exp
14252 * gdb.cp/expand-psymtabs-cxx.exp
14253 * gdb.cp/expand-sals.exp
14254 * gdb.cp/extern-c.exp
14255 * gdb.cp/filename.exp
14256 * gdb.cp/formatted-ref.exp
14257 * gdb.cp/fpointer.exp
14258 * gdb.cp/gdb1355.exp
14259 * gdb.cp/gdb2495.exp
14260 * gdb.cp/hang.exp
14261 * gdb.cp/impl-this.exp
14262 * gdb.cp/infcall-dlopen.exp
14263 * gdb.cp/inherit.exp
14264 * gdb.cp/iostream.exp
14265 * gdb.cp/koenig.exp
14266 * gdb.cp/local.exp
14267 * gdb.cp/m-data.exp
14268 * gdb.cp/m-static.exp
14269 * gdb.cp/mb-ctor.exp
14270 * gdb.cp/mb-inline.exp
14271 * gdb.cp/mb-templates.exp
14272 * gdb.cp/member-name.exp
14273 * gdb.cp/member-ptr.exp
14274 * gdb.cp/meth-typedefs.exp
14275 * gdb.cp/method.exp
14276 * gdb.cp/method2.exp
14277 * gdb.cp/minsym-fallback.exp
14278 * gdb.cp/misc.exp
14279 * gdb.cp/namelessclass.exp
14280 * gdb.cp/namespace-enum.exp
14281 * gdb.cp/namespace-nested-import.exp
14282 * gdb.cp/namespace.exp
14283 * gdb.cp/nextoverthrow.exp
14284 * gdb.cp/no-dmgl-verbose.exp
14285 * gdb.cp/non-trivial-retval.exp
14286 * gdb.cp/noparam.exp
14287 * gdb.cp/nsdecl.exp
14288 * gdb.cp/nsimport.exp
14289 * gdb.cp/nsnested.exp
14290 * gdb.cp/nsnoimports.exp
14291 * gdb.cp/nsrecurs.exp
14292 * gdb.cp/nsstress.exp
14293 * gdb.cp/nsusing.exp
14294 * gdb.cp/operator.exp
14295 * gdb.cp/oranking.exp
14296 * gdb.cp/overload-const.exp
14297 * gdb.cp/overload.exp
14298 * gdb.cp/ovldbreak.exp
14299 * gdb.cp/ovsrch.exp
14300 * gdb.cp/paren-type.exp
14301 * gdb.cp/parse-lang.exp
14302 * gdb.cp/pass-by-ref.exp
14303 * gdb.cp/pr-1023.exp
14304 * gdb.cp/pr-1210.exp
14305 * gdb.cp/pr-574.exp
14306 * gdb.cp/pr10687.exp
14307 * gdb.cp/pr12028.exp
14308 * gdb.cp/pr17132.exp
14309 * gdb.cp/pr17494.exp
14310 * gdb.cp/pr9067.exp
14311 * gdb.cp/pr9167.exp
14312 * gdb.cp/pr9631.exp
14313 * gdb.cp/printmethod.exp
14314 * gdb.cp/psmang.exp
14315 * gdb.cp/psymtab-parameter.exp
14316 * gdb.cp/ptype-cv-cp.exp
14317 * gdb.cp/ptype-flags.exp
14318 * gdb.cp/re-set-overloaded.exp
14319 * gdb.cp/ref-types.exp
14320 * gdb.cp/rtti.exp
14321 * gdb.cp/scope-err.exp
14322 * gdb.cp/shadow.exp
14323 * gdb.cp/smartp.exp
14324 * gdb.cp/static-method.exp
14325 * gdb.cp/static-print-quit.exp
14326 * gdb.cp/temargs.exp
14327 * gdb.cp/templates.exp
14328 * gdb.cp/try_catch.exp
14329 * gdb.cp/typedef-operator.exp
14330 * gdb.cp/typeid.exp
14331 * gdb.cp/userdef.exp
14332 * gdb.cp/using-crash.exp
14333 * gdb.cp/var-tag.exp
14334 * gdb.cp/virtbase.exp
14335 * gdb.cp/virtfunc.exp
14336 * gdb.cp/virtfunc2.exp
14337 * gdb.cp/vla-cxx.exp
14338 * gdb.disasm/t01_mov.exp
14339 * gdb.disasm/t02_mova.exp
14340 * gdb.disasm/t03_add.exp
14341 * gdb.disasm/t04_sub.exp
14342 * gdb.disasm/t05_cmp.exp
14343 * gdb.disasm/t06_ari2.exp
14344 * gdb.disasm/t07_ari3.exp
14345 * gdb.disasm/t08_or.exp
14346 * gdb.disasm/t09_xor.exp
14347 * gdb.disasm/t10_and.exp
14348 * gdb.disasm/t11_logs.exp
14349 * gdb.disasm/t12_bit.exp
14350 * gdb.disasm/t13_otr.exp
14351 * gdb.dlang/circular.exp
14352 * gdb.dwarf2/arr-stride.exp
14353 * gdb.dwarf2/arr-subrange.exp
14354 * gdb.dwarf2/atomic-type.exp
14355 * gdb.dwarf2/bad-regnum.exp
14356 * gdb.dwarf2/bitfield-parent-optimized-out.exp
14357 * gdb.dwarf2/callframecfa.exp
14358 * gdb.dwarf2/clztest.exp
14359 * gdb.dwarf2/corrupt.exp
14360 * gdb.dwarf2/data-loc.exp
14361 * gdb.dwarf2/dup-psym.exp
14362 * gdb.dwarf2/dw2-anon-mptr.exp
14363 * gdb.dwarf2/dw2-anonymous-func.exp
14364 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
14365 * gdb.dwarf2/dw2-bad-unresolved.exp
14366 * gdb.dwarf2/dw2-basic.exp
14367 * gdb.dwarf2/dw2-canonicalize-type.exp
14368 * gdb.dwarf2/dw2-case-insensitive.exp
14369 * gdb.dwarf2/dw2-common-block.exp
14370 * gdb.dwarf2/dw2-compdir-oldgcc.exp
14371 * gdb.dwarf2/dw2-compressed.exp
14372 * gdb.dwarf2/dw2-const.exp
14373 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
14374 * gdb.dwarf2/dw2-cu-size.exp
14375 * gdb.dwarf2/dw2-dup-frame.exp
14376 * gdb.dwarf2/dw2-entry-value.exp
14377 * gdb.dwarf2/dw2-icycle.exp
14378 * gdb.dwarf2/dw2-ifort-parameter.exp
14379 * gdb.dwarf2/dw2-inline-break.exp
14380 * gdb.dwarf2/dw2-inline-param.exp
14381 * gdb.dwarf2/dw2-intercu.exp
14382 * gdb.dwarf2/dw2-intermix.exp
14383 * gdb.dwarf2/dw2-lexical-block-bare.exp
14384 * gdb.dwarf2/dw2-linkage-name-trust.exp
14385 * gdb.dwarf2/dw2-minsym-in-cu.exp
14386 * gdb.dwarf2/dw2-noloc.exp
14387 * gdb.dwarf2/dw2-op-call.exp
14388 * gdb.dwarf2/dw2-op-out-param.exp
14389 * gdb.dwarf2/dw2-opt-structptr.exp
14390 * gdb.dwarf2/dw2-param-error.exp
14391 * gdb.dwarf2/dw2-producer.exp
14392 * gdb.dwarf2/dw2-ranges-base.exp
14393 * gdb.dwarf2/dw2-ref-missing-frame.exp
14394 * gdb.dwarf2/dw2-reg-undefined.exp
14395 * gdb.dwarf2/dw2-regno-invalid.exp
14396 * gdb.dwarf2/dw2-restore.exp
14397 * gdb.dwarf2/dw2-restrict.exp
14398 * gdb.dwarf2/dw2-single-line-discriminators.exp
14399 * gdb.dwarf2/dw2-strp.exp
14400 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14401 * gdb.dwarf2/dw2-unresolved.exp
14402 * gdb.dwarf2/dw2-var-zero-addr.exp
14403 * gdb.dwarf2/dw4-sig-types.exp
14404 * gdb.dwarf2/dwz.exp
14405 * gdb.dwarf2/dynarr-ptr.exp
14406 * gdb.dwarf2/enum-type.exp
14407 * gdb.dwarf2/gdb-index.exp
14408 * gdb.dwarf2/implptr-64bit.exp
14409 * gdb.dwarf2/implptr-optimized-out.exp
14410 * gdb.dwarf2/implptr.exp
14411 * gdb.dwarf2/implref-array.exp
14412 * gdb.dwarf2/implref-const.exp
14413 * gdb.dwarf2/implref-global.exp
14414 * gdb.dwarf2/implref-struct.exp
14415 * gdb.dwarf2/mac-fileno.exp
14416 * gdb.dwarf2/main-subprogram.exp
14417 * gdb.dwarf2/member-ptr-forwardref.exp
14418 * gdb.dwarf2/method-ptr.exp
14419 * gdb.dwarf2/missing-sig-type.exp
14420 * gdb.dwarf2/nonvar-access.exp
14421 * gdb.dwarf2/opaque-type-lookup.exp
14422 * gdb.dwarf2/pieces-optimized-out.exp
14423 * gdb.dwarf2/pieces.exp
14424 * gdb.dwarf2/pr10770.exp
14425 * gdb.dwarf2/pr13961.exp
14426 * gdb.dwarf2/staticvirtual.exp
14427 * gdb.dwarf2/subrange.exp
14428 * gdb.dwarf2/symtab-producer.exp
14429 * gdb.dwarf2/trace-crash.exp
14430 * gdb.dwarf2/typeddwarf.exp
14431 * gdb.dwarf2/valop.exp
14432 * gdb.dwarf2/watch-notconst.exp
14433 * gdb.fortran/array-element.exp
14434 * gdb.fortran/charset.exp
14435 * gdb.fortran/common-block.exp
14436 * gdb.fortran/complex.exp
14437 * gdb.fortran/derived-type-function.exp
14438 * gdb.fortran/derived-type.exp
14439 * gdb.fortran/logical.exp
14440 * gdb.fortran/module.exp
14441 * gdb.fortran/multi-dim.exp
14442 * gdb.fortran/nested-funcs.exp
14443 * gdb.fortran/print-formatted.exp
14444 * gdb.fortran/subarray.exp
14445 * gdb.fortran/vla-alloc-assoc.exp
14446 * gdb.fortran/vla-datatypes.exp
14447 * gdb.fortran/vla-history.exp
14448 * gdb.fortran/vla-ptr-info.exp
14449 * gdb.fortran/vla-ptype-sub.exp
14450 * gdb.fortran/vla-ptype.exp
14451 * gdb.fortran/vla-sizeof.exp
14452 * gdb.fortran/vla-type.exp
14453 * gdb.fortran/vla-value-sub-arbitrary.exp
14454 * gdb.fortran/vla-value-sub-finish.exp
14455 * gdb.fortran/vla-value-sub.exp
14456 * gdb.fortran/vla-value.exp
14457 * gdb.fortran/whatis_type.exp
14458 * gdb.go/chan.exp
14459 * gdb.go/handcall.exp
14460 * gdb.go/hello.exp
14461 * gdb.go/integers.exp
14462 * gdb.go/methods.exp
14463 * gdb.go/package.exp
14464 * gdb.go/strings.exp
14465 * gdb.go/types.exp
14466 * gdb.go/unsafe.exp
14467 * gdb.guile/scm-arch.exp
14468 * gdb.guile/scm-block.exp
14469 * gdb.guile/scm-breakpoint.exp
14470 * gdb.guile/scm-cmd.exp
14471 * gdb.guile/scm-disasm.exp
14472 * gdb.guile/scm-equal.exp
14473 * gdb.guile/scm-frame-args.exp
14474 * gdb.guile/scm-frame-inline.exp
14475 * gdb.guile/scm-frame.exp
14476 * gdb.guile/scm-iterator.exp
14477 * gdb.guile/scm-math.exp
14478 * gdb.guile/scm-objfile.exp
14479 * gdb.guile/scm-ports.exp
14480 * gdb.guile/scm-symbol.exp
14481 * gdb.guile/scm-symtab.exp
14482 * gdb.guile/scm-value-cc.exp
14483 * gdb.guile/types-module.exp
14484 * gdb.linespec/break-ask.exp
14485 * gdb.linespec/cpexplicit.exp
14486 * gdb.linespec/explicit.exp
14487 * gdb.linespec/keywords.exp
14488 * gdb.linespec/linespec.exp
14489 * gdb.linespec/ls-dollar.exp
14490 * gdb.linespec/ls-errs.exp
14491 * gdb.linespec/skip-two.exp
14492 * gdb.linespec/thread.exp
14493 * gdb.mi/mi-async.exp
14494 * gdb.mi/mi-basics.exp
14495 * gdb.mi/mi-break.exp
14496 * gdb.mi/mi-catch-load.exp
14497 * gdb.mi/mi-cli.exp
14498 * gdb.mi/mi-cmd-param-changed.exp
14499 * gdb.mi/mi-console.exp
14500 * gdb.mi/mi-detach.exp
14501 * gdb.mi/mi-disassemble.exp
14502 * gdb.mi/mi-eval.exp
14503 * gdb.mi/mi-file-transfer.exp
14504 * gdb.mi/mi-file.exp
14505 * gdb.mi/mi-fill-memory.exp
14506 * gdb.mi/mi-inheritance-syntax-error.exp
14507 * gdb.mi/mi-linespec-err-cp.exp
14508 * gdb.mi/mi-logging.exp
14509 * gdb.mi/mi-memory-changed.exp
14510 * gdb.mi/mi-read-memory.exp
14511 * gdb.mi/mi-record-changed.exp
14512 * gdb.mi/mi-reg-undefined.exp
14513 * gdb.mi/mi-regs.exp
14514 * gdb.mi/mi-return.exp
14515 * gdb.mi/mi-reverse.exp
14516 * gdb.mi/mi-simplerun.exp
14517 * gdb.mi/mi-solib.exp
14518 * gdb.mi/mi-stack.exp
14519 * gdb.mi/mi-stepi.exp
14520 * gdb.mi/mi-syn-frame.exp
14521 * gdb.mi/mi-until.exp
14522 * gdb.mi/mi-var-block.exp
14523 * gdb.mi/mi-var-child.exp
14524 * gdb.mi/mi-var-cmd.exp
14525 * gdb.mi/mi-var-cp.exp
14526 * gdb.mi/mi-var-display.exp
14527 * gdb.mi/mi-var-invalidate.exp
14528 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14529 * gdb.mi/mi-vla-fortran.exp
14530 * gdb.mi/mi-watch.exp
14531 * gdb.mi/mi2-var-child.exp
14532 * gdb.mi/user-selected-context-sync.exp
14533 * gdb.modula2/unbounded-array.exp
14534 * gdb.multi/dummy-frame-restore.exp
14535 * gdb.multi/multi-arch-exec.exp
14536 * gdb.multi/multi-arch.exp
14537 * gdb.multi/tids.exp
14538 * gdb.multi/watchpoint-multi.exp
14539 * gdb.opencl/callfuncs.exp
14540 * gdb.opencl/convs_casts.exp
14541 * gdb.opencl/datatypes.exp
14542 * gdb.opencl/operators.exp
14543 * gdb.opencl/vec_comps.exp
14544 * gdb.opt/clobbered-registers-O2.exp
14545 * gdb.opt/inline-break.exp
14546 * gdb.opt/inline-bt.exp
14547 * gdb.opt/inline-cmds.exp
14548 * gdb.opt/inline-locals.exp
14549 * gdb.pascal/case-insensitive-symbols.exp
14550 * gdb.pascal/floats.exp
14551 * gdb.pascal/gdb11492.exp
14552 * gdb.python/lib-types.exp
14553 * gdb.python/py-arch.exp
14554 * gdb.python/py-as-string.exp
14555 * gdb.python/py-bad-printers.exp
14556 * gdb.python/py-block.exp
14557 * gdb.python/py-breakpoint-create-fail.exp
14558 * gdb.python/py-breakpoint.exp
14559 * gdb.python/py-caller-is.exp
14560 * gdb.python/py-cmd.exp
14561 * gdb.python/py-explore-cc.exp
14562 * gdb.python/py-explore.exp
14563 * gdb.python/py-finish-breakpoint.exp
14564 * gdb.python/py-finish-breakpoint2.exp
14565 * gdb.python/py-frame-args.exp
14566 * gdb.python/py-frame-inline.exp
14567 * gdb.python/py-frame.exp
14568 * gdb.python/py-framefilter-mi.exp
14569 * gdb.python/py-infthread.exp
14570 * gdb.python/py-lazy-string.exp
14571 * gdb.python/py-linetable.exp
14572 * gdb.python/py-mi-events.exp
14573 * gdb.python/py-mi-objfile.exp
14574 * gdb.python/py-mi.exp
14575 * gdb.python/py-objfile.exp
14576 * gdb.python/py-pp-integral.exp
14577 * gdb.python/py-pp-maint.exp
14578 * gdb.python/py-pp-re-notag.exp
14579 * gdb.python/py-pp-registration.exp
14580 * gdb.python/py-recurse-unwind.exp
14581 * gdb.python/py-strfns.exp
14582 * gdb.python/py-symbol.exp
14583 * gdb.python/py-symtab.exp
14584 * gdb.python/py-sync-interp.exp
14585 * gdb.python/py-typeprint.exp
14586 * gdb.python/py-unwind-maint.exp
14587 * gdb.python/py-unwind.exp
14588 * gdb.python/py-value-cc.exp
14589 * gdb.python/py-xmethods.exp
14590 * gdb.reverse/amd64-tailcall-reverse.exp
14591 * gdb.reverse/break-precsave.exp
14592 * gdb.reverse/break-reverse.exp
14593 * gdb.reverse/consecutive-precsave.exp
14594 * gdb.reverse/consecutive-reverse.exp
14595 * gdb.reverse/finish-precsave.exp
14596 * gdb.reverse/finish-reverse-bkpt.exp
14597 * gdb.reverse/finish-reverse.exp
14598 * gdb.reverse/fstatat-reverse.exp
14599 * gdb.reverse/getresuid-reverse.exp
14600 * gdb.reverse/i386-precsave.exp
14601 * gdb.reverse/i386-reverse.exp
14602 * gdb.reverse/i386-sse-reverse.exp
14603 * gdb.reverse/i387-env-reverse.exp
14604 * gdb.reverse/i387-stack-reverse.exp
14605 * gdb.reverse/insn-reverse.exp
14606 * gdb.reverse/machinestate-precsave.exp
14607 * gdb.reverse/machinestate.exp
14608 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14609 * gdb.reverse/pipe-reverse.exp
14610 * gdb.reverse/readv-reverse.exp
14611 * gdb.reverse/recvmsg-reverse.exp
14612 * gdb.reverse/rerun-prec.exp
14613 * gdb.reverse/s390-mvcle.exp
14614 * gdb.reverse/step-precsave.exp
14615 * gdb.reverse/step-reverse.exp
14616 * gdb.reverse/time-reverse.exp
14617 * gdb.reverse/until-precsave.exp
14618 * gdb.reverse/until-reverse.exp
14619 * gdb.reverse/waitpid-reverse.exp
14620 * gdb.reverse/watch-precsave.exp
14621 * gdb.reverse/watch-reverse.exp
14622 * gdb.rust/generics.exp
14623 * gdb.rust/methods.exp
14624 * gdb.rust/modules.exp
14625 * gdb.rust/simple.exp
14626 * gdb.server/connect-with-no-symbol-file.exp
14627 * gdb.server/ext-attach.exp
14628 * gdb.server/ext-restart.exp
14629 * gdb.server/ext-wrapper.exp
14630 * gdb.server/file-transfer.exp
14631 * gdb.server/server-exec-info.exp
14632 * gdb.server/server-kill.exp
14633 * gdb.server/server-mon.exp
14634 * gdb.server/wrapper.exp
14635 * gdb.stabs/exclfwd.exp
14636 * gdb.stabs/gdb11479.exp
14637 * gdb.threads/clone-new-thread-event.exp
14638 * gdb.threads/corethreads.exp
14639 * gdb.threads/current-lwp-dead.exp
14640 * gdb.threads/dlopen-libpthread.exp
14641 * gdb.threads/gcore-thread.exp
14642 * gdb.threads/sigstep-threads.exp
14643 * gdb.threads/watchpoint-fork.exp
14644 * gdb.trace/actions-changed.exp
14645 * gdb.trace/backtrace.exp
14646 * gdb.trace/change-loc.exp
14647 * gdb.trace/circ.exp
14648 * gdb.trace/collection.exp
14649 * gdb.trace/disconnected-tracing.exp
14650 * gdb.trace/ftrace.exp
14651 * gdb.trace/mi-trace-frame-collected.exp
14652 * gdb.trace/mi-trace-unavailable.exp
14653 * gdb.trace/mi-traceframe-changed.exp
14654 * gdb.trace/mi-tsv-changed.exp
14655 * gdb.trace/no-attach-trace.exp
14656 * gdb.trace/passc-dyn.exp
14657 * gdb.trace/qtro.exp
14658 * gdb.trace/range-stepping.exp
14659 * gdb.trace/read-memory.exp
14660 * gdb.trace/save-trace.exp
14661 * gdb.trace/signal.exp
14662 * gdb.trace/status-stop.exp
14663 * gdb.trace/tfile.exp
14664 * gdb.trace/trace-break.exp
14665 * gdb.trace/trace-buffer-size.exp
14666 * gdb.trace/trace-condition.exp
14667 * gdb.trace/tracefile-pseudo-reg.exp
14668 * gdb.trace/tstatus.exp
14669 * gdb.trace/unavailable.exp
14670 * gdb.trace/while-dyn.exp
14671 * gdb.trace/while-stepping.exp
14672
14673 2016-12-22 Doug Evans <xdje42@gmail.com>
14674
14675 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14676 and msymbols.
14677
14678 2016-12-19 Yao Qi <yao.qi@linaro.org>
14679
14680 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14681 (test_with_self): Don't call do_steps_and_nexts, and remove
14682 code about stepping into xmalloc.
14683
14684 2016-12-09 Yao Qi <yao.qi@linaro.org>
14685
14686 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14687
14688 2016-12-09 Yao Qi <yao.qi@linaro.org>
14689
14690 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14691
14692 2016-12-09 Pedro Alves <palves@redhat.com>
14693
14694 * gdb.base/all-architectures-0.exp: New file.
14695 * gdb.base/all-architectures-1.exp: New file.
14696 * gdb.base/all-architectures-2.exp: New file.
14697 * gdb.base/all-architectures-3.exp: New file.
14698 * gdb.base/all-architectures-4.exp: New file.
14699 * gdb.base/all-architectures-5.exp: New file.
14700 * gdb.base/all-architectures-6.exp: New file.
14701 * gdb.base/all-architectures-7.exp: New file.
14702 * gdb.base/all-architectures.exp.in: New file.
14703
14704 2016-12-09 Yao Qi <yao.qi@linaro.org>
14705
14706 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14707
14708 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14709
14710 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14711 possible.
14712 Remove useless pattern-matching code.
14713
14714 2016-12-02 Pedro Alves <palves@redhat.com>
14715
14716 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14717 procedure.
14718 (top level): Call it.
14719
14720 2016-12-02 Pedro Alves <palves@redhat.com>
14721
14722 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14723 New procedure.
14724 (top level): Call it.
14725
14726 2016-12-02 Pedro Alves <palves@redhat.com>
14727
14728 PR cli/20559
14729 * gdb.base/commands.exp (user_defined_command_args_eval): New
14730 procedure.
14731 (top level): Call it.
14732
14733 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14734
14735 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14736 timeout handling.
14737
14738 2016-12-02 Tom Tromey <tom@tromey.com>
14739
14740 * gdb.dwarf2/main-subprogram.c: New file.
14741 * gdb.dwarf2/main-subprogram.exp: New file.
14742
14743 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14744
14745 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14746 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14747 gdb_test_no_output for a couple of cases.
14748 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14749
14750 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14751
14752 Fix test names and standardize compilation error messages throughout
14753 the following files:
14754
14755 * gdb.ada/start.exp
14756 * gdb.arch/alpha-step.exp
14757 * gdb.arch/e500-prologue.exp
14758 * gdb.arch/ftrace-insn-reloc.exp
14759 * gdb.arch/gdb1291.exp
14760 * gdb.arch/gdb1431.exp
14761 * gdb.arch/gdb1558.exp
14762 * gdb.arch/i386-dr3-watch.exp
14763 * gdb.arch/i386-sse-stack-align.exp
14764 * gdb.arch/ia64-breakpoint-shadow.exp
14765 * gdb.arch/pa-nullify.exp
14766 * gdb.arch/powerpc-aix-prologue.exp
14767 * gdb.arch/thumb-bx-pc.exp
14768 * gdb.base/annota1.exp
14769 * gdb.base/annota3.exp
14770 * gdb.base/arrayidx.exp
14771 * gdb.base/assign.exp
14772 * gdb.base/attach.exp
14773 * gdb.base/auxv.exp
14774 * gdb.base/bang.exp
14775 * gdb.base/bfp-test.exp
14776 * gdb.base/bigcore.exp
14777 * gdb.base/bitfields2.exp
14778 * gdb.base/break-fun-addr.exp
14779 * gdb.base/break-probes.exp
14780 * gdb.base/call-rt-st.exp
14781 * gdb.base/callexit.exp
14782 * gdb.base/catch-fork-kill.exp
14783 * gdb.base/charset.exp
14784 * gdb.base/checkpoint.exp
14785 * gdb.base/comprdebug.exp
14786 * gdb.base/constvars.exp
14787 * gdb.base/coredump-filter.exp
14788 * gdb.base/cursal.exp
14789 * gdb.base/cvexpr.exp
14790 * gdb.base/detach.exp
14791 * gdb.base/display.exp
14792 * gdb.base/dmsym.exp
14793 * gdb.base/dprintf-pending.exp
14794 * gdb.base/dso2dso.exp
14795 * gdb.base/dtrace-probe.exp
14796 * gdb.base/dump.exp
14797 * gdb.base/enum_cond.exp
14798 * gdb.base/exe-lock.exp
14799 * gdb.base/exec-invalid-sysroot.exp
14800 * gdb.base/execl-update-breakpoints.exp
14801 * gdb.base/exprs.exp
14802 * gdb.base/fileio.exp
14803 * gdb.base/find.exp
14804 * gdb.base/finish.exp
14805 * gdb.base/fixsection.exp
14806 * gdb.base/foll-vfork.exp
14807 * gdb.base/frame-args.exp
14808 * gdb.base/gcore.exp
14809 * gdb.base/gdb1250.exp
14810 * gdb.base/global-var-nested-by-dso.exp
14811 * gdb.base/gnu-ifunc.exp
14812 * gdb.base/hashline1.exp
14813 * gdb.base/hashline2.exp
14814 * gdb.base/hashline3.exp
14815 * gdb.base/hbreak-in-shr-unsupported.exp
14816 * gdb.base/huge.exp
14817 * gdb.base/infcall-input.exp
14818 * gdb.base/info-fun.exp
14819 * gdb.base/info-shared.exp
14820 * gdb.base/jit-simple.exp
14821 * gdb.base/jit-so.exp
14822 * gdb.base/jit.exp
14823 * gdb.base/jump.exp
14824 * gdb.base/label.exp
14825 * gdb.base/lineinc.exp
14826 * gdb.base/logical.exp
14827 * gdb.base/longjmp.exp
14828 * gdb.base/macscp.exp
14829 * gdb.base/miscexprs.exp
14830 * gdb.base/new-ui-echo.exp
14831 * gdb.base/new-ui-pending-input.exp
14832 * gdb.base/new-ui.exp
14833 * gdb.base/nodebug.exp
14834 * gdb.base/nofield.exp
14835 * gdb.base/offsets.exp
14836 * gdb.base/overlays.exp
14837 * gdb.base/pending.exp
14838 * gdb.base/pointers.exp
14839 * gdb.base/pr11022.exp
14840 * gdb.base/printcmds.exp
14841 * gdb.base/prologue.exp
14842 * gdb.base/ptr-typedef.exp
14843 * gdb.base/realname-expand.exp
14844 * gdb.base/relativedebug.exp
14845 * gdb.base/relocate.exp
14846 * gdb.base/remote.exp
14847 * gdb.base/reread.exp
14848 * gdb.base/return2.exp
14849 * gdb.base/savedregs.exp
14850 * gdb.base/sep.exp
14851 * gdb.base/sepdebug.exp
14852 * gdb.base/sepsymtab.exp
14853 * gdb.base/set-inferior-tty.exp
14854 * gdb.base/setshow.exp
14855 * gdb.base/shlib-call.exp
14856 * gdb.base/sigaltstack.exp
14857 * gdb.base/siginfo-addr.exp
14858 * gdb.base/signals.exp
14859 * gdb.base/signull.exp
14860 * gdb.base/sigrepeat.exp
14861 * gdb.base/so-impl-ld.exp
14862 * gdb.base/solib-display.exp
14863 * gdb.base/solib-overlap.exp
14864 * gdb.base/solib-search.exp
14865 * gdb.base/solib-symbol.exp
14866 * gdb.base/structs.exp
14867 * gdb.base/structs2.exp
14868 * gdb.base/symtab-search-order.exp
14869 * gdb.base/twice.exp
14870 * gdb.base/unload.exp
14871 * gdb.base/varargs.exp
14872 * gdb.base/watchpoint-solib.exp
14873 * gdb.base/watchpoint.exp
14874 * gdb.base/whatis.exp
14875 * gdb.base/wrong_frame_bt_full.exp
14876 * gdb.btrace/dlopen.exp
14877 * gdb.cell/ea-standalone.exp
14878 * gdb.cell/ea-test.exp
14879 * gdb.cp/dispcxx.exp
14880 * gdb.cp/gdb2384.exp
14881 * gdb.cp/method2.exp
14882 * gdb.cp/nextoverthrow.exp
14883 * gdb.cp/pr10728.exp
14884 * gdb.disasm/am33.exp
14885 * gdb.disasm/h8300s.exp
14886 * gdb.disasm/mn10300.exp
14887 * gdb.disasm/sh3.exp
14888 * gdb.dwarf2/dw2-dir-file-name.exp
14889 * gdb.fortran/complex.exp
14890 * gdb.fortran/library-module.exp
14891 * gdb.guile/scm-pretty-print.exp
14892 * gdb.guile/scm-symbol.exp
14893 * gdb.guile/scm-type.exp
14894 * gdb.guile/scm-value.exp
14895 * gdb.linespec/linespec.exp
14896 * gdb.mi/gdb701.exp
14897 * gdb.mi/gdb792.exp
14898 * gdb.mi/mi-breakpoint-changed.exp
14899 * gdb.mi/mi-dprintf-pending.exp
14900 * gdb.mi/mi-dprintf.exp
14901 * gdb.mi/mi-exit-code.exp
14902 * gdb.mi/mi-pending.exp
14903 * gdb.mi/mi-solib.exp
14904 * gdb.mi/new-ui-mi-sync.exp
14905 * gdb.mi/pr11022.exp
14906 * gdb.mi/user-selected-context-sync.exp
14907 * gdb.opt/solib-intra-step.exp
14908 * gdb.python/py-events.exp
14909 * gdb.python/py-finish-breakpoint.exp
14910 * gdb.python/py-mi.exp
14911 * gdb.python/py-prettyprint.exp
14912 * gdb.python/py-shared.exp
14913 * gdb.python/py-symbol.exp
14914 * gdb.python/py-template.exp
14915 * gdb.python/py-type.exp
14916 * gdb.python/py-value.exp
14917 * gdb.reverse/solib-precsave.exp
14918 * gdb.reverse/solib-reverse.exp
14919 * gdb.server/solib-list.exp
14920 * gdb.stabs/weird.exp
14921 * gdb.threads/reconnect-signal.exp
14922 * gdb.threads/stepi-random-signal.exp
14923 * gdb.trace/actions.exp
14924 * gdb.trace/ax.exp
14925 * gdb.trace/backtrace.exp
14926 * gdb.trace/change-loc.exp
14927 * gdb.trace/deltrace.exp
14928 * gdb.trace/ftrace-lock.exp
14929 * gdb.trace/ftrace.exp
14930 * gdb.trace/infotrace.exp
14931 * gdb.trace/mi-tracepoint-changed.exp
14932 * gdb.trace/packetlen.exp
14933 * gdb.trace/passcount.exp
14934 * gdb.trace/pending.exp
14935 * gdb.trace/range-stepping.exp
14936 * gdb.trace/report.exp
14937 * gdb.trace/stap-trace.exp
14938 * gdb.trace/tfind.exp
14939 * gdb.trace/trace-break.exp
14940 * gdb.trace/trace-condition.exp
14941 * gdb.trace/trace-enable-disable.exp
14942 * gdb.trace/trace-mt.exp
14943 * gdb.trace/tracecmd.exp
14944 * gdb.trace/tspeed.exp
14945 * gdb.trace/tsv.exp
14946 * lib/perftest.exp
14947
14948 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14949
14950 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14951 with gdb_test_no_output.
14952 Use command as test name.
14953
14954 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14955
14956 Fix test names starting with uppercase throughout the files.
14957
14958 * gdb.ada/assign_1.exp
14959 * gdb.ada/boolean_expr.exp
14960 * gdb.base/arrayidx.exp
14961 * gdb.base/del.exp
14962 * gdb.base/gcore-buffer-overflow.exp
14963 * gdb.base/testenv.exp
14964 * gdb.compile/compile.exp
14965 * gdb.python/py-framefilter-invalidarg.exp
14966 * gdb.python/py-framefilter.exp
14967
14968 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14969
14970 Fix test names starting with uppercase throughout the files.
14971
14972 * gdb.ada/array_return.exp
14973 * gdb.ada/expr_delims.exp
14974 * gdb.ada/mi_dyn_arr.exp
14975 * gdb.ada/mi_interface.exp
14976 * gdb.ada/mi_var_array.exp
14977 * gdb.ada/watch_arg.exp
14978 * gdb.arch/alpha-step.exp
14979 * gdb.arch/altivec-regs.exp
14980 * gdb.arch/e500-regs.exp
14981 * gdb.arch/powerpc-d128-regs.exp
14982 * gdb.base/arrayidx.exp
14983 * gdb.base/break.exp
14984 * gdb.base/checkpoint.exp
14985 * gdb.base/debug-expr.exp
14986 * gdb.base/dmsym.exp
14987 * gdb.base/radix.exp
14988 * gdb.base/sepdebug.exp
14989 * gdb.base/testenv.exp
14990 * gdb.base/watch_thread_num.exp
14991 * gdb.base/watchpoint-cond-gone.exp
14992 * gdb.cell/break.exp
14993 * gdb.cell/ea-cache.exp
14994 * gdb.compile/compile.exp
14995 * gdb.cp/gdb2495.exp
14996 * gdb.gdb/selftest.exp
14997 * gdb.gdb/xfullpath.exp
14998 * gdb.go/hello.exp
14999 * gdb.go/integers.exp
15000 * gdb.objc/basicclass.exp
15001 * gdb.pascal/hello.exp
15002 * gdb.pascal/integers.exp
15003 * gdb.python/py-breakpoint.exp
15004 * gdb.python/py-cmd.exp
15005 * gdb.python/py-linetable.exp
15006 * gdb.python/py-xmethods.exp
15007 * gdb.python/python.exp
15008 * gdb.reverse/consecutive-precsave.exp
15009 * gdb.reverse/finish-precsave.exp
15010 * gdb.reverse/i386-precsave.exp
15011 * gdb.reverse/machinestate-precsave.exp
15012 * gdb.reverse/sigall-precsave.exp
15013 * gdb.reverse/solib-precsave.exp
15014 * gdb.reverse/step-precsave.exp
15015 * gdb.reverse/until-precsave.exp
15016 * gdb.reverse/watch-precsave.exp
15017 * gdb.threads/leader-exit.exp
15018 * gdb.threads/pthreads.exp
15019 * gdb.threads/wp-replication.exp
15020 * gdb.trace/actions.exp
15021 * gdb.trace/mi-tsv-changed.exp
15022 * gdb.trace/tsv.exp
15023
15024 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15025
15026 Fix test names starting with uppercase throughout the files.
15027
15028 * gdb.arch/i386-bp_permanent.exp
15029 * gdb.arch/i386-gnu-cfi.exp
15030 * gdb.base/disasm-end-cu.exp
15031 * gdb.base/macscp.exp
15032 * gdb.base/pending.exp
15033 * gdb.base/watch_thread_num.exp
15034 * gdb.cp/exception.exp
15035 * gdb.cp/gdb2495.exp
15036 * gdb.cp/local.exp
15037 * gdb.python/py-evsignal.exp
15038 * gdb.python/python.exp
15039 * gdb.trace/tracecmd.exp
15040
15041 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15042
15043 Fix test names starting with uppercase throughout the files.
15044
15045 * gdb.base/charset.exp
15046 * gdb.base/eval.exp
15047 * gdb.base/multi-forks.exp
15048 * gdb.guile/scm-progspace.exp
15049 * gdb.opencl/datatypes.exp
15050 * gdb.python/py-block.exp
15051 * gdb.python/py-function.exp
15052 * gdb.python/py-symbol.exp
15053 * gdb.python/py-symtab.exp
15054 * gdb.python/py-xmethods.exp
15055 * gdb.reverse/break-precsave.exp
15056 * gdb.reverse/break-reverse.exp
15057 * gdb.reverse/consecutive-precsave.exp
15058 * gdb.reverse/consecutive-reverse.exp
15059 * gdb.reverse/finish-precsave.exp
15060 * gdb.reverse/finish-reverse-bkpt.exp
15061 * gdb.reverse/finish-reverse.exp
15062 * gdb.reverse/fstatat-reverse.exp
15063 * gdb.reverse/getresuid-reverse.exp
15064 * gdb.reverse/i386-precsave.exp
15065 * gdb.reverse/i386-reverse.exp
15066 * gdb.reverse/i386-sse-reverse.exp
15067 * gdb.reverse/i387-stack-reverse.exp
15068 * gdb.reverse/insn-reverse.exp
15069 * gdb.reverse/machinestate-precsave.exp
15070 * gdb.reverse/machinestate.exp
15071 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15072 * gdb.reverse/pipe-reverse.exp
15073 * gdb.reverse/readv-reverse.exp
15074 * gdb.reverse/recvmsg-reverse.exp
15075 * gdb.reverse/rerun-prec.exp
15076 * gdb.reverse/s390-mvcle.exp
15077 * gdb.reverse/sigall-precsave.exp
15078 * gdb.reverse/sigall-reverse.exp
15079 * gdb.reverse/solib-precsave.exp
15080 * gdb.reverse/solib-reverse.exp
15081 * gdb.reverse/step-precsave.exp
15082 * gdb.reverse/step-reverse.exp
15083 * gdb.reverse/time-reverse.exp
15084 * gdb.reverse/until-precsave.exp
15085 * gdb.reverse/until-reverse.exp
15086 * gdb.reverse/waitpid-reverse.exp
15087 * gdb.reverse/watch-precsave.exp
15088 * gdb.reverse/watch-reverse.exp
15089
15090 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15091
15092 Fix test names starting with uppercase throughout the files.
15093
15094 * gdb.arch/i386-mpx-simple_segv.exp
15095 * gdb.arch/i386-mpx.exp
15096 * gdb.arch/i386-permbkpt.exp
15097 * gdb.arch/pa-nullify.exp
15098 * gdb.arch/powerpc-d128-regs.exp
15099 * gdb.arch/vsx-regs.exp
15100 * gdb.base/bfp-test.exp
15101 * gdb.base/break.exp
15102 * gdb.base/breakpoint-shadow.exp
15103 * gdb.base/callfuncs.exp
15104 * gdb.base/charset.exp
15105 * gdb.base/commands.exp
15106 * gdb.base/completion.exp
15107 * gdb.base/dfp-test.exp
15108 * gdb.base/echo.exp
15109 * gdb.base/ending-run.exp
15110 * gdb.base/eval.exp
15111 * gdb.base/expand-psymtabs.exp
15112 * gdb.base/float128.exp
15113 * gdb.base/floatn.exp
15114 * gdb.base/foll-exec-mode.exp
15115 * gdb.base/gdb1056.exp
15116 * gdb.base/gdb11531.exp
15117 * gdb.base/kill-after-signal.exp
15118 * gdb.base/multi-forks.exp
15119 * gdb.base/overlays.exp
15120 * gdb.base/pending.exp
15121 * gdb.base/sepdebug.exp
15122 * gdb.base/testenv.exp
15123 * gdb.base/valgrind-db-attach.exp
15124 * gdb.base/watch_thread_num.exp
15125 * gdb.base/watchpoint-cond-gone.exp
15126 * gdb.base/watchpoint.exp
15127 * gdb.base/watchpoints.exp
15128 * gdb.cp/arg-reference.exp
15129 * gdb.cp/baseenum.exp
15130 * gdb.cp/operator.exp
15131 * gdb.cp/shadow.exp
15132 * gdb.dwarf2/dw2-op-out-param.exp
15133 * gdb.dwarf2/dw2-reg-undefined.exp
15134 * gdb.go/chan.exp
15135 * gdb.go/hello.exp
15136 * gdb.go/integers.exp
15137 * gdb.go/methods.exp
15138 * gdb.go/package.exp
15139 * gdb.guile/scm-parameter.exp
15140 * gdb.guile/scm-progspace.exp
15141 * gdb.guile/scm-value.exp
15142 * gdb.mi/mi-pending.exp
15143 * gdb.mi/user-selected-context-sync.exp
15144 * gdb.multi/multi-attach.exp
15145 * gdb.multi/tids.exp
15146 * gdb.opt/clobbered-registers-O2.exp
15147 * gdb.pascal/floats.exp
15148 * gdb.pascal/integers.exp
15149 * gdb.python/py-block.exp
15150 * gdb.python/py-events.exp
15151 * gdb.python/py-parameter.exp
15152 * gdb.python/py-symbol.exp
15153 * gdb.python/py-symtab.exp
15154 * gdb.python/py-type.exp
15155 * gdb.python/py-value.exp
15156 * gdb.python/py-xmethods.exp
15157 * gdb.python/python.exp
15158 * gdb.reverse/break-precsave.exp
15159 * gdb.reverse/consecutive-precsave.exp
15160 * gdb.reverse/finish-precsave.exp
15161 * gdb.reverse/i386-precsave.exp
15162 * gdb.reverse/machinestate-precsave.exp
15163 * gdb.reverse/sigall-precsave.exp
15164 * gdb.reverse/solib-precsave.exp
15165 * gdb.reverse/step-precsave.exp
15166 * gdb.reverse/until-precsave.exp
15167 * gdb.reverse/watch-precsave.exp
15168 * gdb.server/ext-attach.exp
15169 * gdb.server/ext-restart.exp
15170 * gdb.server/ext-run.exp
15171 * gdb.server/ext-wrapper.exp
15172 * gdb.stabs/gdb11479.exp
15173 * gdb.stabs/weird.exp
15174 * gdb.threads/attach-many-short-lived-threads.exp
15175 * gdb.threads/kill.exp
15176 * gdb.threads/watchpoint-fork.exp
15177
15178 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15179
15180 Fix test names starting with uppercase throughout all the files below.
15181
15182 * gdb.ada/array_return.exp
15183 * gdb.ada/catch_ex.exp
15184 * gdb.ada/info_exc.exp
15185 * gdb.ada/mi_catch_ex.exp
15186 * gdb.ada/mi_dyn_arr.exp
15187 * gdb.ada/mi_ex_cond.exp
15188 * gdb.ada/mi_exc_info.exp
15189 * gdb.ada/mi_interface.exp
15190 * gdb.ada/mi_task_arg.exp
15191 * gdb.ada/mi_task_info.exp
15192 * gdb.ada/mi_var_array.exp
15193 * gdb.arch/alpha-step.exp
15194 * gdb.arch/amd64-disp-step.exp
15195 * gdb.arch/arm-disp-step.exp
15196 * gdb.arch/disp-step-insn-reloc.exp
15197 * gdb.arch/e500-prologue.exp
15198 * gdb.arch/ftrace-insn-reloc.exp
15199 * gdb.arch/gdb1558.exp
15200 * gdb.arch/i386-bp_permanent.exp
15201 * gdb.arch/i386-disp-step.exp
15202 * gdb.arch/i386-float.exp
15203 * gdb.arch/i386-gnu-cfi.exp
15204 * gdb.arch/ia64-breakpoint-shadow.exp
15205 * gdb.arch/mips16-thunks.exp
15206 * gdb.arch/pa-nullify.exp
15207 * gdb.arch/powerpc-aix-prologue.exp
15208 * gdb.arch/powerpc-power.exp
15209 * gdb.arch/ppc-dfp.exp
15210 * gdb.arch/s390-tdbregs.exp
15211 * gdb.arch/spu-info.exp
15212 * gdb.arch/spu-ls.exp
15213 * gdb.arch/thumb-bx-pc.exp
15214 * gdb.base/advance.exp
15215 * gdb.base/annota-input-while-running.exp
15216 * gdb.base/arrayidx.exp
15217 * gdb.base/asmlabel.exp
15218 * gdb.base/async.exp
15219 * gdb.base/attach-wait-input.exp
15220 * gdb.base/auto-connect-native-target.exp
15221 * gdb.base/batch-preserve-term-settings.exp
15222 * gdb.base/bfp-test.exp
15223 * gdb.base/bigcore.exp
15224 * gdb.base/bp-permanent.exp
15225 * gdb.base/break-always.exp
15226 * gdb.base/break-fun-addr.exp
15227 * gdb.base/break-idempotent.exp
15228 * gdb.base/break-main-file-remove-fail.exp
15229 * gdb.base/break-probes.exp
15230 * gdb.base/break-unload-file.exp
15231 * gdb.base/break.exp
15232 * gdb.base/call-ar-st.exp
15233 * gdb.base/call-rt-st.exp
15234 * gdb.base/call-sc.exp
15235 * gdb.base/call-signal-resume.exp
15236 * gdb.base/call-strs.exp
15237 * gdb.base/callexit.exp
15238 * gdb.base/callfuncs.exp
15239 * gdb.base/catch-gdb-caused-signals.exp
15240 * gdb.base/catch-signal-siginfo-cond.exp
15241 * gdb.base/catch-syscall.exp
15242 * gdb.base/compare-sections.exp
15243 * gdb.base/cond-eval-mode.exp
15244 * gdb.base/condbreak-call-false.exp
15245 * gdb.base/consecutive-step-over.exp
15246 * gdb.base/cursal.exp
15247 * gdb.base/disabled-location.exp
15248 * gdb.base/disasm-end-cu.exp
15249 * gdb.base/display.exp
15250 * gdb.base/double-prompt-target-event-error.exp
15251 * gdb.base/dprintf-bp-same-addr.exp
15252 * gdb.base/dprintf-detach.exp
15253 * gdb.base/dprintf-next.exp
15254 * gdb.base/dprintf-non-stop.exp
15255 * gdb.base/dprintf-pending.exp
15256 * gdb.base/dso2dso.exp
15257 * gdb.base/ending-run.exp
15258 * gdb.base/enum_cond.exp
15259 * gdb.base/examine-backward.exp
15260 * gdb.base/exe-lock.exp
15261 * gdb.base/exec-invalid-sysroot.exp
15262 * gdb.base/execl-update-breakpoints.exp
15263 * gdb.base/execution-termios.exp
15264 * gdb.base/fileio.exp
15265 * gdb.base/fixsection.exp
15266 * gdb.base/foll-exec-mode.exp
15267 * gdb.base/foll-exec.exp
15268 * gdb.base/fork-running-state.exp
15269 * gdb.base/frame-args.exp
15270 * gdb.base/fullpath-expand.exp
15271 * gdb.base/func-ptr.exp
15272 * gdb.base/gcore-relro-pie.exp
15273 * gdb.base/gdb1090.exp
15274 * gdb.base/gdb1555.exp
15275 * gdb.base/global-var-nested-by-dso.exp
15276 * gdb.base/gnu-ifunc.exp
15277 * gdb.base/hbreak-in-shr-unsupported.exp
15278 * gdb.base/hbreak-unmapped.exp
15279 * gdb.base/hook-stop.exp
15280 * gdb.base/infcall-input.exp
15281 * gdb.base/info-fun.exp
15282 * gdb.base/info-shared.exp
15283 * gdb.base/interrupt-noterm.exp
15284 * gdb.base/jit-so.exp
15285 * gdb.base/jit.exp
15286 * gdb.base/line-symtabs.exp
15287 * gdb.base/list.exp
15288 * gdb.base/longjmp.exp
15289 * gdb.base/macscp.exp
15290 * gdb.base/max-value-size.exp
15291 * gdb.base/nodebug.exp
15292 * gdb.base/nofield.exp
15293 * gdb.base/overlays.exp
15294 * gdb.base/paginate-after-ctrl-c-running.exp
15295 * gdb.base/paginate-bg-execution.exp
15296 * gdb.base/paginate-inferior-exit.exp
15297 * gdb.base/pending.exp
15298 * gdb.base/pr11022.exp
15299 * gdb.base/printcmds.exp
15300 * gdb.base/ptr-typedef.exp
15301 * gdb.base/ptype.exp
15302 * gdb.base/randomize.exp
15303 * gdb.base/range-stepping.exp
15304 * gdb.base/realname-expand.exp
15305 * gdb.base/relativedebug.exp
15306 * gdb.base/remote.exp
15307 * gdb.base/savedregs.exp
15308 * gdb.base/sepdebug.exp
15309 * gdb.base/set-noassign.exp
15310 * gdb.base/shlib-call.exp
15311 * gdb.base/shreloc.exp
15312 * gdb.base/sigaltstack.exp
15313 * gdb.base/sigbpt.exp
15314 * gdb.base/siginfo-addr.exp
15315 * gdb.base/siginfo-obj.exp
15316 * gdb.base/siginfo-thread.exp
15317 * gdb.base/signest.exp
15318 * gdb.base/signull.exp
15319 * gdb.base/sigrepeat.exp
15320 * gdb.base/skip.exp
15321 * gdb.base/so-impl-ld.exp
15322 * gdb.base/solib-corrupted.exp
15323 * gdb.base/solib-disc.exp
15324 * gdb.base/solib-display.exp
15325 * gdb.base/solib-overlap.exp
15326 * gdb.base/solib-search.exp
15327 * gdb.base/solib-symbol.exp
15328 * gdb.base/source-execution.exp
15329 * gdb.base/sss-bp-on-user-bp-2.exp
15330 * gdb.base/sss-bp-on-user-bp.exp
15331 * gdb.base/stack-checking.exp
15332 * gdb.base/stale-infcall.exp
15333 * gdb.base/step-break.exp
15334 * gdb.base/step-line.exp
15335 * gdb.base/step-over-exit.exp
15336 * gdb.base/step-test.exp
15337 * gdb.base/structs.exp
15338 * gdb.base/sym-file.exp
15339 * gdb.base/symtab-search-order.exp
15340 * gdb.base/term.exp
15341 * gdb.base/type-opaque.exp
15342 * gdb.base/unload.exp
15343 * gdb.base/until-nodebug.exp
15344 * gdb.base/until.exp
15345 * gdb.base/unwindonsignal.exp
15346 * gdb.base/watch-cond.exp
15347 * gdb.base/watch-non-mem.exp
15348 * gdb.base/watch_thread_num.exp
15349 * gdb.base/watchpoint-reuse-slot.exp
15350 * gdb.base/watchpoint-solib.exp
15351 * gdb.base/watchpoint.exp
15352 * gdb.btrace/dlopen.exp
15353 * gdb.cell/arch.exp
15354 * gdb.cell/break.exp
15355 * gdb.cell/bt.exp
15356 * gdb.cell/core.exp
15357 * gdb.cell/data.exp
15358 * gdb.cell/dwarfaddr.exp
15359 * gdb.cell/ea-cache.exp
15360 * gdb.cell/ea-standalone.exp
15361 * gdb.cell/ea-test.exp
15362 * gdb.cell/f-regs.exp
15363 * gdb.cell/fork.exp
15364 * gdb.cell/gcore.exp
15365 * gdb.cell/mem-access.exp
15366 * gdb.cell/ptype.exp
15367 * gdb.cell/registers.exp
15368 * gdb.cell/sizeof.exp
15369 * gdb.cell/solib-symbol.exp
15370 * gdb.cell/solib.exp
15371 * gdb.compile/compile-tls.exp
15372 * gdb.cp/exception.exp
15373 * gdb.cp/gdb2495.exp
15374 * gdb.cp/local.exp
15375 * gdb.cp/mb-inline.exp
15376 * gdb.cp/mb-templates.exp
15377 * gdb.cp/pr10687.exp
15378 * gdb.cp/pr9167.exp
15379 * gdb.cp/scope-err.exp
15380 * gdb.cp/templates.exp
15381 * gdb.cp/virtfunc.exp
15382 * gdb.dwarf2/dw2-dir-file-name.exp
15383 * gdb.dwarf2/dw2-single-line-discriminators.exp
15384 * gdb.fortran/complex.exp
15385 * gdb.fortran/library-module.exp
15386 * gdb.guile/guile.exp
15387 * gdb.guile/scm-cmd.exp
15388 * gdb.guile/scm-frame-inline.exp
15389 * gdb.guile/scm-objfile.exp
15390 * gdb.guile/scm-pretty-print.exp
15391 * gdb.guile/scm-symbol.exp
15392 * gdb.guile/scm-type.exp
15393 * gdb.guile/scm-value.exp
15394 * gdb.linespec/keywords.exp
15395 * gdb.linespec/ls-errs.exp
15396 * gdb.linespec/macro-relative.exp
15397 * gdb.linespec/thread.exp
15398 * gdb.mi/mi-breakpoint-changed.exp
15399 * gdb.mi/mi-dprintf-pending.exp
15400 * gdb.mi/mi-fullname-deleted.exp
15401 * gdb.mi/mi-logging.exp
15402 * gdb.mi/mi-pending.exp
15403 * gdb.mi/mi-solib.exp
15404 * gdb.mi/new-ui-mi-sync.exp
15405 * gdb.mi/user-selected-context-sync.exp
15406 * gdb.multi/dummy-frame-restore.exp
15407 * gdb.multi/multi-arch-exec.exp
15408 * gdb.multi/remove-inferiors.exp
15409 * gdb.multi/watchpoint-multi-exit.exp
15410 * gdb.opt/solib-intra-step.exp
15411 * gdb.perf/backtrace.exp
15412 * gdb.perf/single-step.exp
15413 * gdb.perf/skip-command.exp
15414 * gdb.perf/skip-prologue.exp
15415 * gdb.perf/solib.exp
15416 * gdb.python/lib-types.exp
15417 * gdb.python/py-as-string.exp
15418 * gdb.python/py-bad-printers.exp
15419 * gdb.python/py-block.exp
15420 * gdb.python/py-breakpoint.exp
15421 * gdb.python/py-cmd.exp
15422 * gdb.python/py-events.exp
15423 * gdb.python/py-evthreads.exp
15424 * gdb.python/py-finish-breakpoint.exp
15425 * gdb.python/py-finish-breakpoint2.exp
15426 * gdb.python/py-frame-inline.exp
15427 * gdb.python/py-frame.exp
15428 * gdb.python/py-inferior.exp
15429 * gdb.python/py-infthread.exp
15430 * gdb.python/py-mi.exp
15431 * gdb.python/py-objfile.exp
15432 * gdb.python/py-pp-maint.exp
15433 * gdb.python/py-pp-registration.exp
15434 * gdb.python/py-prettyprint.exp
15435 * gdb.python/py-recurse-unwind.exp
15436 * gdb.python/py-shared.exp
15437 * gdb.python/py-symbol.exp
15438 * gdb.python/py-symtab.exp
15439 * gdb.python/py-template.exp
15440 * gdb.python/py-type.exp
15441 * gdb.python/py-unwind-maint.exp
15442 * gdb.python/py-unwind.exp
15443 * gdb.python/py-value.exp
15444 * gdb.python/python.exp
15445 * gdb.reverse/finish-reverse-bkpt.exp
15446 * gdb.reverse/insn-reverse.exp
15447 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15448 * gdb.reverse/solib-precsave.exp
15449 * gdb.reverse/solib-reverse.exp
15450 * gdb.stabs/gdb11479.exp
15451 * gdb.stabs/weird.exp
15452 * gdb.threads/fork-child-threads.exp
15453 * gdb.threads/fork-plus-threads.exp
15454 * gdb.threads/fork-thread-pending.exp
15455 * gdb.threads/forking-threads-plus-breakpoint.exp
15456 * gdb.threads/hand-call-in-threads.exp
15457 * gdb.threads/interrupted-hand-call.exp
15458 * gdb.threads/linux-dp.exp
15459 * gdb.threads/local-watch-wrong-thread.exp
15460 * gdb.threads/next-while-other-thread-longjmps.exp
15461 * gdb.threads/non-ldr-exit.exp
15462 * gdb.threads/pending-step.exp
15463 * gdb.threads/print-threads.exp
15464 * gdb.threads/process-dies-while-detaching.exp
15465 * gdb.threads/process-dies-while-handling-bp.exp
15466 * gdb.threads/pthreads.exp
15467 * gdb.threads/queue-signal.exp
15468 * gdb.threads/reconnect-signal.exp
15469 * gdb.threads/signal-command-handle-nopass.exp
15470 * gdb.threads/signal-command-multiple-signals-pending.exp
15471 * gdb.threads/signal-delivered-right-thread.exp
15472 * gdb.threads/signal-sigtrap.exp
15473 * gdb.threads/sigthread.exp
15474 * gdb.threads/staticthreads.exp
15475 * gdb.threads/stepi-random-signal.exp
15476 * gdb.threads/thread-unwindonsignal.exp
15477 * gdb.threads/thread_check.exp
15478 * gdb.threads/thread_events.exp
15479 * gdb.threads/tid-reuse.exp
15480 * gdb.threads/tls-nodebug.exp
15481 * gdb.threads/tls-shared.exp
15482 * gdb.threads/tls-so_extern.exp
15483 * gdb.threads/tls.exp
15484 * gdb.threads/wp-replication.exp
15485 * gdb.trace/actions-changed.exp
15486 * gdb.trace/actions.exp
15487 * gdb.trace/backtrace.exp
15488 * gdb.trace/change-loc.exp
15489 * gdb.trace/collection.exp
15490 * gdb.trace/deltrace.exp
15491 * gdb.trace/disconnected-tracing.exp
15492 * gdb.trace/entry-values.exp
15493 * gdb.trace/ftrace-lock.exp
15494 * gdb.trace/ftrace.exp
15495 * gdb.trace/infotrace.exp
15496 * gdb.trace/mi-trace-frame-collected.exp
15497 * gdb.trace/mi-trace-unavailable.exp
15498 * gdb.trace/mi-traceframe-changed.exp
15499 * gdb.trace/mi-tracepoint-changed.exp
15500 * gdb.trace/mi-tsv-changed.exp
15501 * gdb.trace/no-attach-trace.exp
15502 * gdb.trace/packetlen.exp
15503 * gdb.trace/passc-dyn.exp
15504 * gdb.trace/passcount.exp
15505 * gdb.trace/pending.exp
15506 * gdb.trace/pr16508.exp
15507 * gdb.trace/qtro.exp
15508 * gdb.trace/range-stepping.exp
15509 * gdb.trace/read-memory.exp
15510 * gdb.trace/report.exp
15511 * gdb.trace/save-trace.exp
15512 * gdb.trace/signal.exp
15513 * gdb.trace/stap-trace.exp
15514 * gdb.trace/status-stop.exp
15515 * gdb.trace/strace.exp
15516 * gdb.trace/tfile.exp
15517 * gdb.trace/tfind.exp
15518 * gdb.trace/trace-break.exp
15519 * gdb.trace/trace-condition.exp
15520 * gdb.trace/trace-enable-disable.exp
15521 * gdb.trace/trace-mt.exp
15522 * gdb.trace/tracecmd.exp
15523 * gdb.trace/tracefile-pseudo-reg.exp
15524 * gdb.trace/tspeed.exp
15525 * gdb.trace/tstatus.exp
15526 * gdb.trace/tsv.exp
15527 * gdb.trace/unavailable.exp
15528 * gdb.trace/while-dyn.exp
15529 * gdb.trace/while-stepping.exp
15530 * lib/gdb-guile.exp
15531 * lib/gdb.exp
15532 * lib/mi-support.exp
15533 * lib/pascal.exp
15534 * lib/perftest.exp
15535 * lib/prelink-support.exp
15536 * lib/selftest-support.exp
15537
15538 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15539
15540 * Makefile.in: Include disable-implicit-rules.mk.
15541
15542 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15543
15544 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15545 non-byte-aligned bit fields.
15546
15547 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15548
15549 PR gdb/12616
15550 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15551 respects the DW_AT_data_bit_offset attribute.
15552
15553 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15554
15555 * gdb.base/default.exp: Fix output of "set language".
15556
15557 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15558
15559 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15560 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15561 make.
15562 * configure.ac: Remove checks for the make program.
15563 * configure: Re-generate.
15564
15565 2016-11-16 Kevin Buettner <kevinb@redhat.com>
15566
15567 * gdb.python/py-recurse-unwind.c (main): Add loop.
15568 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15569 to read_register() and gdb.parse_and_eval(). Make each code
15570 call a separate case that can be individually tested.
15571 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15572 proc. Call cont_and_backtrace for each of the code paths that
15573 we want to test in the unwinder.
15574
15575 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15576
15577 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15578 the definition of struct S.
15579
15580 2016-11-11 Catherine Moore <clm@codesourcery.com>
15581
15582 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15583
15584 2016-11-09 Pedro Alves <palves@redhat.com>
15585
15586 * gdb.base/commands.exp (runto_or_return): New procedure.
15587 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15588 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15589 (progvar_simple_while_test, progvar_complex_if_while_test)
15590 (if_while_breakpoint_command_test)
15591 (infrun_breakpoint_command_test, breakpoint_command_test)
15592 (user_defined_command_test, watchpoint_command_test)
15593 (test_command_prompt_position, redefine_hook_test)
15594 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15595 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15596 multi_line_input and multi_line. Remove gdb_expect and
15597 gdb_stop_suppressing_tests uses.
15598 * lib/gdb.exp (valnum_re): New global.
15599 (multi_line_input): New procedure.
15600
15601 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15602
15603 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15604 Remove.
15605 (test_setup): Define with proc_with_prefix.
15606 (test_cli_inferior): Likewise.
15607 (test_cli_thread): Likewise.
15608 (test_cli_frame): Likewise.
15609 (test_cli_select_frame): Likewise.
15610 (test_cli_up_down): Likewise.
15611 (test_mi_thread_select): Likewise.
15612 (test_mi_stack_select_frame): Likewise.
15613 (test_cli_in_mi_inferior): Likewise.
15614 (test_cli_in_mi_thread): Likewise.
15615 (test_cli_in_mi_frame): Likewise.
15616 (top level): Do not use with_test_prefix_procname.
15617
15618 2016-11-09 Pedro Alves <palves@redhat.com>
15619
15620 * gdb.base/commands.exp (gdbvar_simple_if_test)
15621 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15622 (progvar_simple_if_test, progvar_simple_while_test)
15623 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15624 (infrun_breakpoint_command_test, breakpoint_command_test)
15625 (user_defined_command_test, watchpoint_command_test)
15626 (test_command_prompt_position, deprecated_command_test)
15627 (bp_deleted_in_command, temporary_breakpoint_commands)
15628 (stray_arg0_test, source_file_with_indented_comment)
15629 (recursive_source_test, if_commands_test)
15630 (error_clears_commands_left, redefine_hook_test)
15631 (redefine_backtrace_test): Use proc_with_prefix.
15632 * lib/gdb.exp (proc_with_prefix): New proc.
15633
15634 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15635
15636 * gdb.base/tui-layout.c: New file.
15637 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15638 disassembly window contains very long lines.
15639
15640 2016-11-08 Tom Tromey <tom@tromey.com>
15641
15642 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15643 depend on Python 2.
15644
15645 2016-11-08 Tom Tromey <tom@tromey.com>
15646
15647 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15648 New method.
15649
15650 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15651
15652 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15653
15654 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15655
15656 * gdb.rust/simple.rs: Add test for univariant enums without
15657 discriminants and for encoded struct-like enums.
15658
15659 2016-10-28 Pedro Alves <palves@redhat.com>
15660
15661 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15662 gdb_test_multiple, tighten regexps and match symtabs and line
15663 tables incrementally.
15664
15665 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15666
15667 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15668 general.
15669
15670 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15671
15672 * gdb.base/exec-invalid-sysroot.exp: New file.
15673
15674 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15675
15676 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15677
15678 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15679
15680 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15681
15682 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15683
15684 * gdb.base/killed-outside.exp: Remove $options from a call to
15685 `prepare_for_testing'.
15686
15687 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15688
15689 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15690 Change test message.
15691
15692 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15693
15694 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15695 Update comment.
15696
15697 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15698
15699 * gdb.trace/mi-trace-save.exp: New file.
15700
15701 2016-10-13 Yao Qi <yao.qi@linaro.org>
15702
15703 * gdb.base/code_elim.exp (get_var_address): Remove.
15704 * gdb.base/relocate.exp: Likewise.
15705 * gdb.base/shreloc.exp: Likewise.
15706 * lib/gdb.exp (get_var_address): New.
15707
15708 2016-10-13 Yao Qi <yao.qi@linaro.org>
15709
15710 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15711 floating point tests if $skip_float_test is false.
15712
15713 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15714
15715 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15716 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15717 argc values.
15718 Add 1 to argc so we guarantee distinct initial/modified argc values.
15719
15720 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15721
15722 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15723
15724 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15725
15726 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15727 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15728 * gdb.arch/vsx-regs.exp: Likewise.
15729
15730 2016-10-07 Yao Qi <yao.qi@linaro.org>
15731
15732 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15733
15734 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15735
15736 * gdb.python/python.exp: Test decode_line("*0").
15737
15738 2016-10-06 Doug Evans <dje@google.com>
15739
15740 * gdb.python/py-value.exp (test_value_creation): Add test for large
15741 unsigned 64-bit value.
15742
15743 2016-10-06 Tom Tromey <tom@tromey.com>
15744
15745 * gdb.compile/compile.exp: Change java tests to rust.
15746 * gdb.base/setshow.exp: Change java tests to rust.
15747 * gdb.base/default.exp: Remove java from language list.
15748 * README (Examples): Update language example.
15749 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15750 test.
15751 * lib/gdb.exp (skip_java_tests): Remove.
15752 * lib/java.exp: Remove.
15753 * gdb.java: Remove.
15754
15755 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15756
15757 * gdb.arch/mips-fcr.exp: New test.
15758 * gdb.arch/mips-fcr.c: Source for the new test.
15759
15760 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15761
15762 * gdb.base/solib-disc.exp: Use `standard_output_file'
15763 throughout.
15764
15765 2016-10-06 Pedro Alves <palves@redhat.com>
15766
15767 * gdb.base/jit-simple-dl.c: New file.
15768 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15769 * gdb.base/jit-simple.c: ... this.
15770 * gdb.base/jit-simple.exp (jit_run): Delete.
15771 (build_jit): New proc.
15772 (jit_test_reread): Recompile either the main program or the shared
15773 library, depending on what is being tested. Skip changing address
15774 if caller wants to. Compare before/after addresses. If testing
15775 standalone, explicitly load the binary. Test "maint info
15776 breakpoints".
15777 (top level): Add "standalone vs shared lib" and "change address"
15778 vs "same address" axes.
15779
15780 2016-10-06 Pedro Alves <palves@redhat.com>
15781
15782 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15783 call.
15784 (jit_run): Delete.
15785 (jit_test_reread): Use with_test_prefix. Reload the main binary
15786 explicitly. Compare the before/after addresses of the JIT
15787 descriptor.
15788
15789 2016-08-15 Doug Evans <dje@google.com>
15790
15791 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15792 for single bitfields is bool.
15793 * gdb.xml/tdesc-regs.exp: Ditto.
15794
15795 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15796
15797 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15798
15799 2016-10-05 Yao Qi <yao.qi@linaro.org>
15800
15801 * lib/gdb.exp (support_complex_tests): Return zero if
15802 gdb_skip_float_test return true.
15803
15804 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15805 Simon Marchi <simon.marchi@ericsson.com>
15806
15807 PR gdb/20487
15808 * gdb.mi/user-selected-context-sync.exp: New file.
15809 * gdb.mi/user-selected-context-sync.c: New file.
15810
15811 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15812 Simon Marchi <simon.marchi@ericsson.com>
15813
15814 PR gdb/20487
15815 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15816 =thread-select-event check.
15817
15818 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15819
15820 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15821 the compulsory L operand changes.
15822 * gdb.arch/powerpc-power.s: Likewise.
15823
15824 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15825
15826 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15827 * gdb.base/jit-attach-pie.c: New file.
15828 * gdb.base/jit-attach-pie.exp: New file.
15829
15830 2016-09-28 Pedro Alves <palves@redhat.com>
15831
15832 * gdb.base/infcall-input.c: New file.
15833 * gdb.base/infcall-input.exp: New file.
15834
15835 2016-09-22 Yao Qi <yao.qi@linaro.org>
15836
15837 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15838 (gdb_exit): Rename it to ...
15839 (gdbserver_gdb_exit): ... Close GDBserver.
15840 (gdb_exit): New proc, call gdbserver_gdb_exit.
15841 (mi_gdb_exit): Likewise.
15842
15843 2016-09-22 Yao Qi <yao.qi@linaro.org>
15844
15845 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15846 path.
15847 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15848 Remove duplication.
15849
15850 2016-09-22 Yao Qi <yao.qi@linaro.org>
15851
15852 * lib/gdbserver-support.exp: Check the existence of
15853 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15854
15855 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15856
15857 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15858
15859 2016-09-21 Tom Tromey <tom@tromey.com>
15860
15861 PR gdb/20604:
15862 * gdb.base/quit.exp: New file.
15863
15864 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15865
15866 * .gitignore: New file.
15867
15868 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15869
15870 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15871 throughout.
15872
15873 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15874
15875 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15876
15877 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15878
15879 * gdb.cp/casts.cc (decltype): Move it ...
15880 (main): ... with its call to ...
15881 * gdb.cp/casts03.cc: ... a new file.
15882 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15883
15884 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15885
15886 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15887
15888 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15889
15890 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15891 and sync up the test with tests in gas/testsuite/gas/ppc.
15892 * gdb.arch/powerpc-power.exp: Likewise.
15893
15894 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15895
15896 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15897
15898 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15899 Jan Kratochvil <jan.kratochvil@redhat.com>
15900
15901 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15902 make m1's definition to be different from m2's. Use 'dummy' as an
15903 argument for probe 'two'.
15904
15905 2016-09-10 Jon Beniston <jon@beniston.com>
15906
15907 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15908 for sim target.
15909
15910 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15911
15912 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15913 variable declaration.
15914 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15915 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15916 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15917 received HWCAP as its argument.
15918
15919 2016-09-06 Pedro Alves <palves@redhat.com>
15920
15921 * gdb.base/new-ui-pending-input.c: New file.
15922 * gdb.base/new-ui-pending-input.exp: New file.
15923 * gdb.exp (clear_gdb_spawn_id): New procedure.
15924 (with_spawn_id): Check whether gdb_spawn_id exists before
15925 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15926 on exit.
15927
15928 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15929
15930 * gdb.base/float128.c: New file.
15931 * gdb.base/float128.exp: Likewise.
15932 * gdb.base/floatn.c: Likewise.
15933 * gdb.base/floatn.exp: Likewise.
15934
15935 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15936
15937 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15938
15939 2016-09-05 Pedro Alves <palves@redhat.com>
15940
15941 PR backtrace/19927
15942 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15943 unwinders are immediately called as side effect of "source" or
15944 "disable unwinder" commands.
15945 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15946
15947 2016-09-02 Yao Qi <yao.qi@linaro.org>
15948
15949 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15950 is true and $type is "float" or "double".
15951
15952 2016-09-02 Yao Qi <yao.qi@linaro.org>
15953
15954 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15955 true.
15956 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15957 * gdb.base/call-rt-st.exp: Likewise.
15958 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15959 return value instead of gdb,skip_float_test.
15960 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15961 (do_function_calls): Use its return value instead of
15962 gdb,skip_float_test.
15963 * gdb.base/finish.exp: Likewise.
15964 * gdb.base/funcargs.exp: Likewise.
15965 * gdb.base/return.exp: Likewise.
15966 * gdb.base/return2.exp: Likewise.
15967 * gdb.base/varargs.exp: Likewise.
15968 * lib/gdb.exp (gdb_skip_float_test): Change it to
15969 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15970
15971 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15972
15973 * gdb.multi/tids.exp: Test "thread apply all".
15974
15975 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15976
15977 * gdb.base/default.exp (tty): Remove.
15978
15979 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15980
15981 * gdb.python/py-recurse-unwind.c: New file.
15982 * gdb.python/py-recurse-unwind.py: New file.
15983 * gdb.python/py-recurse-unwind.exp: New file.
15984
15985 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15986
15987 * gdb.base/set-inferior-tty.exp: New file.
15988 * gdb.base/set-inferior-tty.c: New file.
15989
15990 2016-08-23 Pedro Alves <palves@redhat.com>
15991
15992 PR gdb/20494
15993 * gdb.base/new-ui-echo.c: New file.
15994 * gdb.base/new-ui-echo.exp: New file.
15995
15996 2016-08-23 Yao Qi <yao.qi@linaro.org>
15997
15998 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15999 gdbserver_spawn.
16000 * gdb.server/connect-without-multi-process.exp (do_test):
16001 Likewise.
16002
16003 2016-08-23 Yao Qi <yao.qi@linaro.org>
16004
16005 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
16006 standalone_txt. Delete gdb_txt and standalone_txt on host
16007 and target. Spawn the binary on target. Copy files from
16008 target to host.
16009
16010 2016-08-22 Pedro Alves <palves@redhat.com>
16011
16012 PR gdb/20505
16013 * gdb.base/vdso-warning.exp: Test core dumps too. Use
16014 with_test_prefix. Factor out bits to ...
16015 (test_no_vdso): ... this new procedure.
16016
16017 2016-08-19 Carl Love <cel@us.ibm.com>
16018
16019 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
16020 maintaining separate logic for constructing the output path.
16021 * gdb.arch/powerpc-d128-regs.exp: Likewise.
16022 * gdb.arch/ppc-dfp.exp: Likewise.
16023 * gdb.arch/ppc-fp.exp: Likewise.
16024 * gdb.arch/vsx-regs.exp: Likewise.
16025 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
16026 binprefix for generating the additional binary files.
16027
16028 2016-08-19 Pedro Alves <palves@redhat.com>
16029
16030 * gdb.trace/mi-trace-frame-collected.exp
16031 (test_trace_frame_collected): On x32, expect two registers.
16032
16033 2016-08-18 Carl Love <cel@us.ibm.com>
16034
16035 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
16036 and sync up the test with tests in gas/testsuite/gas/ppc.
16037 * gdb.arch/powerpc-power.exp: Likewise.
16038
16039 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
16040
16041 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
16042 expected error message.
16043
16044 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
16045
16046 * gdb.multi/remove-inferiors.exp: New file.
16047 * gdb.multi/remove-inferiors.c: New file.
16048
16049 2016-08-12 Yao Qi <yao.qi@linaro.org>
16050
16051 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
16052 argument list.
16053
16054 2016-08-10 Pedro Alves <palves@redhat.com>
16055
16056 PR gdb/19187
16057 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
16058 setup_kfails.
16059
16060 2016-08-09 Pedro Alves <palves@redhat.com>
16061 Simon Marchi <simon.marchi@ericsson.com>
16062
16063 PR gdb/20418
16064 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
16065 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
16066
16067 2016-08-09 Pedro Alves <palves@redhat.com>
16068
16069 PR mi/20431
16070 * gdb.mi/mi-cmd-error.exp: New file.
16071
16072 2016-08-09 Pedro Alves <palves@redhat.com>
16073
16074 PR gdb/18653
16075 * gdb.base/signals-state-child.c: New file.
16076 * gdb.base/signals-state-child.exp: New file.
16077 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
16078
16079 2016-08-09 Pedro Alves <palves@redhat.com>
16080
16081 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
16082
16083 2016-08-03 Tom Tromey <tom@tromey.com>
16084
16085 PR python/18565:
16086 * gdb.python/py-frame-inline.exp: Add Frame.function test.
16087
16088 2016-08-01 Yao Qi <yao.qi@linaro.org>
16089
16090 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
16091 variable mode to "multi-process" if $multi_process is 1, otherwise
16092 set it to "single-process".
16093
16094 2016-08-01 Yao Qi <yao.qi@linaro.org>
16095
16096 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
16097 * gdb.cp/cpexprs.exp: Likewise.
16098 * gdb.cp/m-static.exp: Likewise.
16099
16100 2016-07-26 Tom Tromey <tom@tromey.com>
16101
16102 PR python/20190:
16103 * gdb.threads/tls.exp (check_thread_local): Add python symbol
16104 test.
16105
16106 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
16107
16108 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
16109 selecting assembly source files.
16110 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
16111 assembly source files.
16112 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
16113 assembly source files.
16114 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
16115 selecting assembly source files.
16116
16117 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
16118
16119 * gdb.base/new-ui.exp (do_test_invalid_args): New
16120 procedure.
16121
16122 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
16123
16124 * gdb.btrace/reconnect.c: New file.
16125 * gdb.btrace/reconnect.exp: New file.
16126
16127 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
16128
16129 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
16130 to test_catch_syscall_group.
16131 (test_catch_syscall_group): New.
16132
16133 2016-07-21 Tom Tromey <tom@tromey.com>
16134
16135 * gdb.rust/simple.rs (main): Use empty struct expression.
16136 * gdb.rust/simple.exp: Add tests for empty struct expression.
16137
16138 2016-07-21 Yao Qi <yao.qi@linaro.org>
16139
16140 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
16141 if gdb_skip_xml_test is true on some targets.
16142
16143 2016-07-21 Yao Qi <yao.qi@linaro.org>
16144
16145 * gdb.server/solib-list.exp: Unset last_loaded_file.
16146
16147 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16148
16149 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
16150 "step into captured_main (args)".
16151
16152 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16153
16154 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
16155
16156 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16157
16158 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
16159
16160 2016-07-19 Pedro Alves <palves@redhat.com>
16161
16162 * gdb.opt/inline-break.exp: Remove optimize=-O2.
16163 * gdb.opt/inline-bt.exp: Likewise.
16164 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
16165 additional_flags=-Winline.
16166 * gdb.opt/inline-locals.exp: Likewise.
16167 * gdb.opt/inline-markers.c (ATTR): Define.
16168 (inlined_fn): Use it.
16169
16170 2016-07-19 Yao Qi <yao.qi@linaro.org>
16171
16172 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
16173 (test_with_self): Remove some code. Remove argument executable.
16174 (top-level): Use do_self_tests.
16175
16176 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
16177 Don Breazeal <donb@codesourcery.com>
16178
16179 * gdb.base/maint.exp: Escape paths used in regular expressions.
16180 * gdb.stabs/weird.exp: Likewise.
16181
16182 2016-07-13 Tom Tromey <tom@tromey.com>
16183
16184 PR python/15620, PR python/18620:
16185 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
16186 (test_bkpt_events): New procs.
16187
16188 2016-07-13 Tom Tromey <tom@tromey.com>
16189
16190 PR python/17698:
16191 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
16192 test.
16193 (test_watchpoints): Likewise.
16194 (test_bkpt_pending): New proc.
16195
16196 2016-07-13 Tom Tromey <tom@tromey.com>
16197
16198 PR cli/18053:
16199 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
16200 completion test.
16201
16202 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16203
16204 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
16205 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
16206 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
16207 f_label.
16208 (g): Rename g_end_lbl to g_label.
16209 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
16210 low_pc and high_pc.
16211 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
16212
16213 2016-07-12 Tom Tromey <tom@tromey.com>
16214
16215 PR python/19293:
16216 * gdb.python/py-unwind-maint.exp: Update tests.
16217
16218 2016-07-12 Yao Qi <yao.qi@linaro.org>
16219
16220 * lib/selftest-support.exp (selftest_setup): Match the output
16221 when captured_main is inlined.
16222
16223 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
16224
16225 * gdb.fortran/derived-types.exp (result_line, result_line_2):
16226 New variables.
16227 (print this%a, print this%b, print this): New tests.
16228 * gdb.fortran/derived-types.f90 (this): New object and
16229 initialization.
16230
16231 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16232
16233 * gdb.ada/arraydim.exp: Remove extra directory level in build
16234 directory.
16235
16236 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16237
16238 * lib/ada.exp: Remove extra directory level in build directory.
16239 * gdb.ada/cond_lang.exp: Likewise.
16240 * gdb.ada/exec_changed.exp: Likewise.
16241 * gdb.ada/lang_switch.exp: Likewise.
16242
16243 2016-07-06 Manish Goregaokar <manish@mozilla.com>
16244
16245 * simple.rs: Add test for raw pointer subscripting.
16246 * simple.exp: Add test expectations.
16247
16248 2016-07-05 Yao Qi <yao.qi@linaro.org>
16249
16250 * gdb.mi/mi-reverse.exp: Match =record-started output.
16251
16252 2016-07-01 Pedro Alves <palves@redhat.com>
16253
16254 * gdb.base/jit-reader.exp (info_registers_current_frame): New
16255 procedure.
16256 (jit_reader_test): Test the jit reader's unwinder.
16257 * gdb.base/jithost.c (jit_function_00_code): New global.
16258 (main): Use memcpy to fill in the mmapped code, instead of poking
16259 bytes manually here.
16260 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
16261 value.
16262 (read_debug_info): Save the function's range.
16263 (read_sp): New function.
16264 (unwind_frame): Use it. Also unwind RBP.
16265 (get_frame_id): Use read_sp.
16266 (gdb_init_reader): Use calloc instead of malloc.
16267 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
16268 parameter. Use gdb_test_multiple.
16269
16270 2016-07-01 Pedro Alves <palves@redhat.com>
16271 Antoine Tremblay <antoine.tremblay@ericsson.com>
16272
16273 * gdb.threads/process-dies-while-detaching.c: New file.
16274 * gdb.threads/process-dies-while-detaching.exp: New file.
16275
16276 2016-07-01 Pedro Alves <palves@redhat.com>
16277
16278 * gdb.multi/watchpoint-multi-exit.c: New file.
16279 * gdb.multi/watchpoint-multi-exit.exp: New file.
16280
16281 2016-06-30 Pedro Alves <palves@redhat.com>
16282
16283 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
16284 unset inferior_spawn_id.
16285
16286 2016-06-30 Pedro Alves <palves@redhat.com>
16287
16288 * lib/mi-support.exp (default_mi_gdb_start): Declare global
16289 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
16290
16291 2016-06-29 Yao Qi <yao.qi@linaro.org>
16292
16293 * gdb.base/return.c: Add copyright header.
16294
16295 2016-06-29 Tom Tromey <tom@tromey.com>
16296
16297 PR python/20129:
16298 * gdb.python/py-framefilter.exp: Add tests for setting priority
16299 and disabling of non-existent frame filter.
16300
16301 2016-06-29 Yao Qi <yao.qi@linaro.org>
16302
16303 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
16304 0x0f07ff.
16305
16306 2016-06-28 Yao Qi <yao.qi@linaro.org>
16307
16308 * gdb.base/catch-syscall.exp: Remove check on isnative and target
16309 triplets. Start gdb, execute catch syscall, and continue. Check
16310 gdb's output to determine catch syscall is supported.
16311
16312 2016-06-27 Manish Goregaokar <manish@mozilla.com>
16313
16314 * gdb.rust/simple.rs: Add test for returning unit in a function.
16315 * gdb.rust/simple.exp: Add expectation for functions returning
16316 unit.
16317
16318 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
16319
16320 * gdb.python/py-breakpoint-create-fail.c,
16321 gdb.python/py-breakpoint-create-fail.exp,
16322 gdb.python/py-breakpoint-create-fail.py: New testcase.
16323
16324 2016-06-25 Manish Goregaokar <manish@mozilla.com>
16325
16326 PR gdb/20239
16327 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
16328 * gdb.rust/simple.exp: Add test expectations for new NonZero
16329 tests.
16330
16331 2016-06-24 David Taylor <dtaylor@emc.com>
16332
16333 * gdb.base/offsets.exp: New file.
16334 * gdb.base/offsets.c: New file.
16335
16336 2016-06-23 Tom Tromey <tom@tromey.com>
16337
16338 PR gdb/16483:
16339 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
16340 before any filters are loaded.
16341
16342 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
16343
16344 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
16345 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
16346 structs.
16347 * gdb.fortran/derived-type-function.exp: New file.
16348 * gdb.fortran/derived-type-function.f90: New file.
16349
16350
16351 2016-06-21 Pedro Alves <palves@redhat.com>
16352
16353 * gdb.base/new-ui.exp: New file.
16354 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
16355 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
16356 (with_spawn_id): New procedure.
16357
16358 2016-06-21 Pedro Alves <palves@redhat.com>
16359
16360 * gdb.mi/mi-exec-run.exp: New file.
16361
16362 2016-06-21 Pedro Alves <palves@redhat.com>
16363
16364 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
16365 breakpoint command's output on the main UI.
16366 (test_break): New procedure, factored out from calls in the top
16367 level.
16368 (top level): Use foreach_with_prefix to test MI as main UI and as
16369 separate UI.
16370
16371 2016-06-21 Pedro Alves <palves@redhat.com>
16372
16373 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
16374 (test_awatch_creation_and_listing)
16375 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
16376 Remove 'type' parameter.
16377 (test_watchpoint_all): New parameter mi_mode. Remove
16378 with_test_prefix.
16379 (top level): Use foreach_with_prefix, and add main/separate UI MI
16380 testing axis.
16381
16382 2016-06-21 Pedro Alves <palves@redhat.com>
16383
16384 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
16385 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
16386 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
16387 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
16388 (gdb_main_spawn_id, mi_spawn_id): Declare and
16389 comment.
16390 (mi_create_inferior_pty): New procedure,
16391 factored out from default_mi_gdb_start.
16392 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
16393 procedures.
16394 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
16395 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16396 Use mi_create_inferior_pty.
16397 (mi_gdb_start): Use eval to pass down args list.
16398
16399 2016-06-21 Pedro Alves <palves@redhat.com>
16400
16401 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16402 * gdb.opt/inline-cmds.exp: Add MI tests.
16403
16404 2016-06-21 Pedro Alves <palves@redhat.com>
16405
16406 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16407
16408 2016-06-21 Pedro Alves <palves@redhat.com>
16409
16410 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16411 (top level): Use it instead of mi_execute_to.
16412
16413 2016-06-21 Pedro Alves <palves@redhat.com>
16414
16415 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16416 (cont_handler_str): New.
16417 (signal_stop_handler): Set stop_handler_str instead of printing to
16418 stdout.
16419 (continue_handler): Set cont_handler_str instead of printing to
16420 stdout.
16421 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16422 mi_send_resuming_command. Print stop_handler_str and
16423 cont_handler_str instead of expecting the python events print
16424 directly.
16425
16426 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16427
16428 * gdb.base/jit-reader.exp: New file.
16429 * gdb.base/jithost.c: New file.
16430 * gdb.base/jithost.h: New file.
16431 * gdb.base/jitreader.c : New file.
16432 * gdb.base/jit-protocol.h: New file.
16433
16434 2016-06-17 Yao Qi <yao.qi@linaro.org>
16435
16436 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16437 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16438 and detach-on-fork. Adjust tests.
16439 (top level): Invoke break_cond_on_syscall with combinations of
16440 syscall, follow-fork-mode and detach-on-fork.
16441
16442 2016-06-17 Yao Qi <yao.qi@linaro.org>
16443
16444 * gdb.base/step-over-exit.c: New.
16445 * gdb.base/step-over-exit.exp: New.
16446
16447 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16448
16449 * gdb.base/float.exp: Add target check for nds32*-*-*.
16450 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16451
16452 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16453
16454 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16455 for unsupported target features.
16456 * gdb.base/call-rt-st.exp: Likewise.
16457 * gdb.base/call-sc.exp: Likewise.
16458 * gdb.base/call-signal-resume.exp: Likewise.
16459 * gdb.base/call-strs.exp: Likewise.
16460 * gdb.base/callexit.exp: Likewise.
16461 * gdb.base/callfuncs.exp: Likewise.
16462 * gdb.base/nodebug.exp: Likewise.
16463 * gdb.base/printcmds.exp: Likewise.
16464 * gdb.base/ptype.exp: Likewise.
16465 * gdb.base/structs.exp: Likewise.
16466 * gdb.base/unwindonsignal.exp: Likewise.
16467 * gdb.cp/gdb2495.exp: Likewise.
16468 * gdb.cp/templates.exp: Likewise.
16469 * gdb.cp/virtfunc.exp: Likewise.
16470 * gdb.threads/hand-call-in-threads.exp: Likewise.
16471 * gdb.threads/interrupted-hand-call.exp: Likewise.
16472 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16473
16474 2016-06-10 Tom Tromey <tom@tromey.com>
16475
16476 PR rust/20110:
16477 * gdb.rust/expr.exp: Add test for integer constant larger than
16478 i32.
16479
16480 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16481
16482 * gdb.fortran/nested-funcs.exp: New.
16483 * gdb.fortran/nested-funcs.f90: New.
16484
16485 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16486
16487 * gdb.base/examine-backward.c: New file.
16488 * gdb.base/examine-backward.exp: New file.
16489
16490 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16491
16492 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16493 matching.
16494
16495 2016-06-02 Tom Tromey <tom@tromey.com>
16496
16497 PR python/18984:
16498 * gdb.python/py-shared.exp: Add solib_name test.
16499
16500 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16501
16502 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16503
16504 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16505
16506 PR c++/19893
16507 * gdb.dwarf2/implref.exp: Rename to...
16508 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16509 * gdb.dwarf2/implref-array.c: New file.
16510 * gdb.dwarf2/implref-array.exp: Likewise.
16511 * gdb.dwarf2/implref-global.c: Likewise.
16512 * gdb.dwarf2/implref-global.exp: Likewise.
16513 * gdb.dwarf2/implref-struct.c: Likewise.
16514 * gdb.dwarf2/implref-struct.exp: Likewise.
16515
16516 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16517
16518 * gdb.trace/trace-condition.exp: Add 64bit tests.
16519
16520 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16521
16522 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16523 bits types.
16524 (main): Adapt to 8 to 64 bits types.
16525 * gdb.trace/trace-condition.exp: Add new tests.
16526
16527 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16528
16529 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16530
16531 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16532
16533 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16534 Move condition tests...
16535 * gdb.trace/trace-condition.exp: Here.
16536
16537 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16538
16539 * gdb.trace/trace-condition.exp: Add counter-case tests.
16540
16541 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16542
16543 PR c++/15231
16544 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16545 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16546
16547 2016-05-27 Pedro Alves <palves@redhat.com>
16548
16549 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16550 New procedure.
16551 (top level): Call it, and bail out of DejaGnu is known to be bad.
16552
16553 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16554
16555 * gdb.base/whatis.c: Extend the test case.
16556 * gdb.base/whatis.exp: Add additional tests.
16557
16558 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16559
16560 * gdb.fortran/type.f90: Add pointer variable.
16561 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16562
16563 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16564
16565 * gdb.fortran/vla-type.exp: Fix testcase name.
16566
16567 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16568
16569 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16570
16571 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16572
16573 * gdb.fortran/type.f90: Add nested structures.
16574 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16575 * gdb.fortran/derived-type.exp: Adapt expected output.
16576 * gdb.fortran/vla-type.exp: Adapt expected output.
16577
16578 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16579
16580 * gdb.fortran/whatis_type.exp: Adapt expected output.
16581
16582 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16583
16584 * gdb.fortran/print_type.exp: Fix expected output.
16585 * gdb.fortran/whatis_type.exp: Fix expected output.
16586
16587 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16588
16589 * gdb.fortran/whatis_type.exp: Use multi_line.
16590
16591 2016-05-24 Tom Tromey <tom@tromey.com>
16592
16593 PR python/17386:
16594 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16595 use value as an index.
16596
16597 2016-05-23 Tom Tromey <tom@tromey.com>
16598
16599 PR python/17981:
16600 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16601 no-breakpoint case.
16602
16603 2016-05-24 Pedro Alves <palves@redhat.com>
16604
16605 PR gdb/19828
16606 * gdb.threads/clone-attach-detach.c: New file.
16607 * gdb.threads/clone-attach-detach.exp: New file.
16608
16609 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16610
16611 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16612
16613 2016-05-23 Tom Tromey <tom@tromey.com>
16614
16615 PR python/19438, PR python/18393:
16616 * gdb.python/py-progspace.exp: Add "dir" test.
16617 * gdb.python/py-objfile.exp: Add "dir" test.
16618
16619 2016-05-23 Yao Qi <yao.qi@linaro.org>
16620
16621 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16622 * gdb.arch/thumb2-it.exp: Likewise.
16623
16624 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16625
16626 * gdb.mi/mi-threads-interrupt.c: New file.
16627 * gdb.mi/mi-threads-interrupt.exp: New file.
16628
16629 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16630
16631 PR gdb/18077
16632 * gdb.mi/mi-async-run.exp: New file.
16633 * gdb.mi/mi-async-run.c: New file.
16634
16635 2016-05-17 Tom Tromey <tom@tromey.com>
16636 Manish Goregaokar <manishsmail@gmail.com>
16637
16638 * lib/rust-support.exp: New file.
16639 * lib/gdb.exp (skip_rust_tests): New proc.
16640 (build_executable_from_specs): Handle rust.
16641 * lib/future.exp (gdb_find_rustc): New proc.
16642 (gdb_default_target_compile): Handle rust.
16643 * gdb.rust/expr.exp: New file.
16644 * gdb.rust/generics.exp: New file.
16645 * gdb.rust/generics.rs: New file.
16646 * gdb.rust/methods.exp: New file.
16647 * gdb.rust/methods.rs: New file.
16648 * gdb.rust/modules.exp: New file.
16649 * gdb.rust/modules.rs: New file.
16650 * gdb.rust/simple.exp: New file.
16651 * gdb.rust/simple.rs: New file.
16652
16653 2016-05-17 Tom Tromey <tom@tromey.com>
16654
16655 * gdb.base/default.exp (set language): Add rust.
16656
16657 2016-05-17 Tom Tromey <tom@tromey.com>
16658
16659 * gdb.gdb/unittest.exp: New file.
16660
16661 2016-05-16 Yao Qi <yao.qi@linaro.org>
16662
16663 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16664 shell_prompt. Update shell_prompt_re.
16665
16666 2016-05-12 Doug Evans <dje@google.com>
16667
16668 PR symtab/19999
16669 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16670 $options when building executable.
16671 * gdb.dwarf2/fission-loclists-pie.S: New file.
16672 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16673
16674 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16675
16676 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16677 of [is_remote target],
16678
16679 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16680
16681 * lib/gdb.exp (use_gdb_stub): New procedure.
16682
16683 2016-05-03 Yunlian Jiang <yunlian@google.com>
16684 Doug Evans <dje@google.com>
16685
16686 PR symtab/19914
16687 * gdb.dwarf2/dwp-sepdebug.c: New file.
16688 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16689
16690 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16691
16692 * gdb.base/detach.exp: Remove is_remote check.
16693
16694 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16695
16696 * gdb.base/annota-input-while-running.exp: Don't check for
16697 [is_remote target]. Enable annotations after running to main.
16698 Remove unused "set test..." line.
16699
16700 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16701
16702 * gdb.trace/trace-enable-disable.exp: New file.
16703 * gdb.trace/trace-enable-disable.c: New file.
16704
16705 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16706
16707 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16708 use it in info sharedlibrary test.
16709 * gdb.trace/ftrace-lock.exp: Likewise.
16710 * gdb.trace/ftrace.exp: Likewise.
16711 * gdb.trace/range-stepping.exp: Likewise.
16712 * gdb.trace/trace-break.exp: Likewise.
16713 * gdb.trace/trace-condition.exp: Likewise.
16714 * gdb.trace/trace-mt.exp: Likewise.
16715
16716 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16717
16718 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16719 (gdb_load_shlib): ... this.
16720 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16721 gdb_load_shlib.
16722 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16723 * gdb.base/ctxobj.exp: Likewise.
16724 * gdb.base/dprintf-pending.exp: Likewise.
16725 * gdb.base/dso2dso.exp: Likewise.
16726 * gdb.base/fixsection.exp: Likewise.
16727 * gdb.base/gcore-relro.exp: Likewise.
16728 * gdb.base/gdb1555.exp: Likewise.
16729 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16730 * gdb.base/gnu-ifunc.exp: Likewise.
16731 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16732 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16733 * gdb.base/pending.exp: Likewise.
16734 * gdb.base/print-file-var.exp: Likewise.
16735 * gdb.base/print-symbol-loading.exp: Likewise.
16736 * gdb.base/shlib-call.exp: Likewise.
16737 * gdb.base/shreloc.exp: Likewise.
16738 * gdb.base/so-impl-ld.exp: Likewise.
16739 * gdb.base/solib-disc.exp: Likewise.
16740 * gdb.base/solib-nodir.exp: Likewise.
16741 * gdb.base/solib-overlap.exp: Likewise.
16742 * gdb.base/solib-symbol.exp: Likewise.
16743 * gdb.base/solib-weak.exp (do_test): Likewise.
16744 * gdb.base/sym-file.exp: Likewise.
16745 * gdb.base/symtab-search-order.exp: Likewise.
16746 * gdb.base/type-opaque.exp: Likewise.
16747 * gdb.base/unload.exp: Likewise.
16748 * gdb.base/watchpoint-solib.exp: Likewise.
16749 * gdb.compile/compile.exp: Likewise.
16750 * gdb.cp/gdb2384.exp: Likewise.
16751 * gdb.cp/infcall-dlopen.exp: Likewise.
16752 * gdb.cp/re-set-overloaded.exp: Likewise.
16753 * gdb.fortran/library-module.exp: Likewise.
16754 * gdb.opt/solib-intra-step.exp: Likewise.
16755 * gdb.python/py-finish-breakpoint.exp: Likewise.
16756 * gdb.python/py-shared.exp: Likewise.
16757 * gdb.reverse/solib-precsave.exp: Likewise.
16758 * gdb.reverse/solib-reverse.exp: Likewise.
16759 * gdb.server/solib-list.exp: Likewise.
16760 * gdb.threads/dlopen-libpthread.exp: Likewise.
16761 * gdb.threads/tls-shared.exp: Likewise.
16762 * gdb.threads/tls-so_extern.exp: Likewise.
16763 * gdb.trace/change-loc.exp: Likewise.
16764 * gdb.trace/ftrace-lock.exp: Likewise.
16765 * gdb.trace/ftrace.exp: Likewise.
16766 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16767 * gdb.trace/pending.exp: Likewise.
16768 * gdb.trace/range-stepping.exp: Likewise.
16769 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16770 (strace_info_marker): Likewise.
16771 (strace_probe_marker): Likewise.
16772 (strace_trace_on_same_addr): Likewise.
16773 (strace_trace_on_diff_addr): Likewise.
16774 * gdb.trace/trace-break.exp: Likewise.
16775 * gdb.trace/trace-condition.exp: Likewise.
16776 * gdb.trace/trace-mt.exp: Likewise.
16777
16778 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16779
16780 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16781 result of gdb_remote_download.
16782 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16783 * gdb.base/dso2dso.exp: Likewise.
16784 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16785 * gdb.base/print-file-var.exp: Likewise.
16786 * gdb.base/shlib-call.exp: Likewise.
16787 * gdb.base/shreloc.exp: Likewise.
16788 * gdb.base/solib-overlap.exp: Likewise.
16789 * gdb.base/solib-weak.exp (do_test): Likewise.
16790 * gdb.base/unload.exp: Likewise.
16791
16792 2016-04-27 Yao Qi <yao.qi@linaro.org>
16793
16794 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16795 exists.
16796
16797 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16798
16799 * vla-type.exp: Print structure from toplevel.
16800
16801 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16802
16803 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16804 of dynamic types.
16805 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16806 of dynamic types.
16807
16808 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16809
16810 * gdb.fortran/vla-type.f90: New file.
16811 * gdb.fortran/vla-type.exp: New file.
16812
16813 2016-04-25 Yao Qi <yao.qi@linaro.org>
16814
16815 * gdb.base/branch-to-self.c: New file.
16816 * gdb.base/branch-to-self.exp: New file.
16817
16818 2016-04-22 Yao Qi <yao.qi@linaro.org>
16819
16820 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16821 more after $hex.
16822
16823 2016-04-22 Yao Qi <yao.qi@linaro.org>
16824
16825 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16826 * gdb.base/annota3.exp: Likewise.
16827
16828 2016-04-22 Yao Qi <yao.qi@linaro.org>
16829
16830 * gdb.reverse/step-precsave.exp: Do one step and test program
16831 stops in "callee" and do multiple steps until program goes out
16832 of "callee".
16833 * gdb.reverse/step-reverse.exp: Likewise.
16834
16835 2016-04-22 Yao Qi <yao.qi@linaro.org>
16836
16837 * gdb.trace/signal.exp: Also pass if
16838 $tracepoint_hits($i) > $iterations.
16839
16840 2016-04-22 Yao Qi <yao.qi@linaro.org>
16841
16842 * gdb.trace/signal.c: New file.
16843 * gdb.trace/signal.exp: New file.
16844
16845 2016-04-19 Doug Evans <xdje42@gmail.com>
16846
16847 * gdb.base/bad-file.exp: New file.
16848
16849 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16850
16851 * gdb.dwarf2/implref.exp: New file.
16852
16853 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16854
16855 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16856 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16857 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16858 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16859 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16860 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16861 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16862 * lib/fortran.exp (fortran_int4): New procedure.
16863 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16864 (fortran_logical4): Likewise.
16865
16866 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16867
16868 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16869
16870 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16871
16872 * lib/compiler.c: Add Intel specific preprocessor macros.
16873 * lib/compiler.cc: Likewise.
16874
16875 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16876
16877 * gdb.server/connect-with-no-symbol-file.c: New file.
16878 * gdb.server/connect-with-no-symbol-file.exp: New file.
16879
16880 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16881
16882 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16883
16884 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16885
16886 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16887 standard output directory.
16888
16889 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16890
16891 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16892
16893 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16894
16895 * gdb.btrace/instruction_history.c (loop): Add declaration.
16896
16897 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16898
16899 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16900
16901 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16902
16903 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16904 parentheses to print.
16905 (continue_handler): Likewise.
16906
16907 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16908
16909 * gdb.server/solib-list.exp: Remove is_remote check.
16910 Pass shlib= to gdb_compile. Don't link shared library with
16911 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16912 Run binary filename through "readlink -f" on the target.
16913
16914 2016-04-08 Pedro Alves <palves@redhat.com>
16915
16916 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16917 interpreter filename as argument to gdbserver_spawn.
16918 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16919 Return empty if $last_loaded_file does not exist.
16920
16921 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16922
16923 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16924 * gdb.base/jit-main.c: Use exit after usage.
16925
16926 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16927
16928 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16929 GDBHISTSIZE prior to the tests.
16930 * gdb.base/gdbinit-history.exp: Likewise.
16931
16932 2016-04-07 Pedro Alves <palves@redhat.com>
16933
16934 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16935 instead of build_executable. Use gdb_load_shlibs.
16936
16937 2016-04-07 Yao Qi <yao.qi@linaro.org>
16938
16939 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16940 Execute "si" command.
16941
16942 2016-04-07 Yao Qi <yao.qi@linaro.org>
16943
16944 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16945 number instead of the comments on some line.
16946
16947 2016-04-06 Don Breazeal <donb@codesourcery.com>
16948
16949 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16950 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16951
16952 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16953
16954 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16955 standard_output_file. Remove unused binfile variable.
16956
16957 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16958
16959 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16960 * gdb.python/py-mi-objfile.exp: Match "list main" output
16961 in console format.
16962
16963 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16964
16965 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16966 absolute.
16967
16968 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16969
16970 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16971 absolute.
16972 * gdb.trace/ftrace.exp: Likewise.
16973 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16974 targets as well.
16975 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16976 (gdb_load_shlibs): Copy libraries to test directory when testing
16977 natively. Only set solib-search-path if testing remotely.
16978 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16979
16980 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16981
16982 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16983 gdb_download. Use it even if the target is not remote.
16984 * gdb.base/jit.exp (compile_jit_test): Likewise.
16985 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16986 output directory if the destination board is local, otherwise use
16987 the standard remote_download from DejaGnu.
16988 (gdb_download): Remove.
16989 (gdb_load_shlibs): Use gdb_remote_download instead of
16990 gdb_download.
16991 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16992 Use gdb_remote_download instead of gdb_download. Use it even if
16993 the target is not remote.
16994 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16995 instead of gdb_download.
16996
16997 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16998
16999 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
17000 (test_insert_delete_modify): Call mi_load_shlibs before trying to
17001 run.
17002
17003 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
17004
17005 PR gdb/19820
17006 * gdb.base/printcmds.exp: Add artificial arrays tests.
17007
17008 2016-03-31 Pedro Alves <palves@redhat.com>
17009
17010 PR gdb/19858
17011 * gdb.base/jit-main.c: Include unistd.h.
17012 (ATTACH): Define to 0 if not already defined.
17013 (wait_for_gdb, mypid): New globals.
17014 (WAIT_FOR_GDB): New macro.
17015 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
17016 some breakpoint locations.
17017 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
17018 New procedures.
17019 (one_jit_test): Add REATTACH parameter, and handle it. Use
17020 continue_to_test_location.
17021 (top level): Test attach, and adjusts calls to one_jit_test.
17022
17023 2016-03-31 Pedro Alves <palves@redhat.com>
17024
17025 PR gdb/19858
17026 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
17027 BINSUFFIX parameter, and handle it.
17028 (top level): Adjust calls compile_jit_test.
17029
17030 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
17031
17032 PR python/19743
17033 * gdb.python/py-mi-events-gdb.py: New file.
17034 * gdb.python/py-mi-events.c: New file.
17035 * gdb.python/py-mi-events.exp: New file.
17036
17037 2016-03-30 Yao Qi <yao.qi@linaro.org>
17038
17039 * gdb.reverse/until-precsave.exp: Match function name only.
17040 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
17041 Move malloc to a condition block.
17042 * gdb.reverse/until-reverse.exp: Match function name only.
17043
17044 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
17045
17046 * gdb.trace/ftrace.exp: Set arg0exp for s390.
17047 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
17048 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
17049 variable for GPR 0 instead of assuming it is register 0.
17050 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
17051 * lib/trace-support.exp: Add s390 registers.
17052
17053 2016-03-29 Yao Qi <yao.qi@linaro.org>
17054
17055 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
17056
17057 2016-03-24 Yao Qi <yao.qi@linaro.org>
17058
17059 * gdb.reverse/break-reverse.exp: Add quotation mark in the
17060 test message.
17061
17062 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17063
17064 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
17065 maintaining separate logic for constructing the output path.
17066
17067 2016-03-16 Don Breazeal <donb@codesourcery.com>
17068
17069 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
17070 Retry fork and waitpid on interrupted system call errors.
17071 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17072 Use with_timeout_factor to increase timeout by factor of 10.
17073
17074 2016-03-15 Don Breazeal <donb@codesourcery.com>
17075
17076 * gdb.cp/scope-err.cc: New test program.
17077 * gdb.cp/scope-err.exp: New test script.
17078 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
17079 lines and "set breakpoint here" comment.
17080 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
17081 Fixed some whitespace and format issues.
17082 * gdb.mi/mi-linespec-err-cp.cc: New test program.
17083 * gdb.mi/mi-linespec-err-cp.exp: New test script.
17084
17085 2016-03-15 Doug Evans <dje@google.com>
17086
17087 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
17088 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
17089 All callers updated. Add tests for enums, mixed flags register.
17090
17091 2016-03-15 Doug Evans <dje@google.com>
17092
17093 * gdb.base/skip.c (main): Call test_skip_file_and_function.
17094 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
17095
17096 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
17097
17098 * gdb.base/default.exp: Add $_as_string to the list of expected
17099 convenience functions.
17100
17101 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
17102
17103 * gdb.base/maint.exp: New tests for 'maint info line-table'.
17104
17105 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
17106
17107 * gdb.python/py-as-string.exp: New file.
17108 * gdb.python/py-as-string.c: New file.
17109
17110 2016-03-09 Pedro Alves <palves@redhat.com>
17111
17112 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
17113 signal" -> "Thread NN received signal" output change.
17114 * gdb.threads/ia64-sigill.exp: Likewise.
17115 * gdb.threads/linux-dp.exp: Likewise.
17116 * gdb.threads/manythreads.exp: Likewise.
17117 * gdb.threads/pending-step.exp: Likewise.
17118 * gdb.threads/print-threads.exp: Likewise.
17119 * gdb.threads/sigstep-threads.exp: Likewise.
17120 * gdb.threads/staticthreads.exp: Likewise.
17121 * gdb.threads/tls.exp: Likewise.
17122
17123 2016-03-09 Pedro Alves <palves@redhat.com>
17124
17125 * gdb.base/command-line-input.exp: New file.
17126
17127 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17128
17129 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
17130 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
17131 * gdb.trace/pending.exp: Accept leading dot before function name.
17132 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
17133 * lib/trace-support.exp: Set registers for ppc.
17134
17135 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17136
17137 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
17138 use it for disassembly; accept .main in addition to main in backtrace.
17139
17140 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
17141 Marcin Kościelnicki <koriakin@0x04.net>
17142
17143 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
17144 (gdb_recursion_test_ptr): New global variable.
17145 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
17146 gdb_recursion_test.
17147 (gdb_c_test): Ditto.
17148
17149 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17150
17151 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
17152 ordering.
17153
17154 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17155
17156 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
17157 (bar): Add bar_start_lbl label.
17158 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
17159 of foo/bar for emitting DWARF and tracing.
17160
17161 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
17162
17163 * analyze-racy-logs.py: Set executable bit.
17164
17165 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
17166
17167 * Makefile.in (DEFAULT_RACY_ITER): New variable.
17168 (CHECK_TARGET_TMP): Likewise.
17169 (check-single-racy): New rule.
17170 (check-parallel-racy): Likewise.
17171 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
17172 (do-check-parallel-racy): New rule.
17173 (check-racy/%.exp): Likewise.
17174 * README (Racy testcases): New section.
17175 * analyze-racy-logs.py: New file.
17176
17177 2016-03-03 Doug Evans <dje@google.com>
17178
17179 * gdb.base/skip.exp: Use with_test_prefix.
17180
17181 2016-03-03 Yao Qi <yao.qi@linaro.org>
17182
17183 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
17184 Invoke step_over_syscall "clone" and break_cond_on_syscall
17185 "clone".
17186 * gdb.base/step-over-clone.c: New file.
17187
17188 2016-03-03 Yao Qi <yao.qi@linaro.org>
17189
17190 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
17191 code format.
17192
17193 2016-03-03 Yao Qi <yao.qi@linaro.org>
17194
17195 * gdb.base/disp-step-fork.c: Rename to ...
17196 * gdb.base/step-over-fork.c: ... it. New file.
17197 * gdb.base/disp-step-vfork.c: Rename to ...
17198 * gdb.base/step-over-vfork.c: ... it. New file.
17199 * gdb.base/disp-step-syscall.exp: Rename to ...
17200 * gdb.base/step-over-syscall.exp: ... it. New file.
17201 (disp_step_cross_syscall): Rename to ...
17202 (step_over_syscall): ... it.
17203
17204 2016-03-03 Yao Qi <yao.qi@linaro.org>
17205
17206 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
17207 If target supports condition evaluation on target, invoke
17208 break_cond_on_syscall for fork and vfork.
17209
17210 2016-03-03 Yao Qi <yao.qi@linaro.org>
17211
17212 * gdb.base/disp-step-syscall.exp: Don't invoke
17213 support_displaced_stepping.
17214 (disp_step_cross_syscall): Test with displaced stepping off and
17215 on if supported.
17216
17217 2016-03-03 Yao Qi <yao.qi@linaro.org>
17218
17219 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
17220 proc.
17221 (setup): New proc.
17222 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
17223 and setup.
17224
17225 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17226
17227 * gdb.fortran/vla-history.exp: Remove breakpoint.
17228
17229 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17230
17231 * gdb.fortran/vla-history.exp: Lookup array elements and printing
17232 exceeds timeout.
17233
17234 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17235
17236 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
17237 breakpoint.
17238
17239 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17240
17241 * gdb.mi/vla.f90: Nullify pointer after declaration.
17242
17243 2016-03-01 Pedro Alves <palves@redhat.com>
17244
17245 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
17246
17247 2016-03-01 Pedro Alves <palves@redhat.com>
17248
17249 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
17250 before anything else.
17251 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
17252 _GNU_SOURCE here.
17253 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
17254 before anything else.
17255 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
17256
17257 2016-03-01 Pedro Alves <palves@redhat.com>
17258
17259 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
17260
17261 2016-03-01 Yao Qi <yao.qi@linaro.org>
17262
17263 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
17264 prepare_for_testing.
17265
17266 2016-03-01 Yao Qi <yao.qi@linaro.org>
17267
17268 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
17269
17270 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17271
17272 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
17273 manually constructing the output path.
17274
17275 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17276
17277 * gdb.arch/s390-stackless.S: New.
17278 * gdb.arch/s390-stackless.exp: New.
17279
17280 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
17281
17282 * gdb.dlang/circular.c: New file.
17283 * gdb.dlang/circular.exp: New file.
17284
17285 2016-02-26 Yao Qi <yao.qi@linaro.org>
17286
17287 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
17288 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
17289 (testcases): Update.
17290
17291 2016-02-26 Yao Qi <yao.qi@linaro.org>
17292
17293 * gdb.reverse/aarch64.c: Rename to ...
17294 * gdb.reverse/insn-reverse.c: ... it.
17295 * gdb.reverse/aarch64.exp: Rename to ...
17296 * gdb.reverse/insn-reverse.exp: ... it.
17297
17298 2016-02-26 Yao Qi <yao.qi@linaro.org>
17299
17300 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
17301 (testcase_ftype): New.
17302 (testcases): New array.
17303 (n_testcases): New.
17304 (main): Call each element in testcases.
17305 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
17306 (read_testcase): New.
17307 Do the tests in a loop.
17308
17309 2016-02-25 Yao Qi <yao.qi@linaro.org>
17310
17311 * gdb.base/branches.c: Remove.
17312
17313 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17314
17315 PR gdb/13808
17316 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
17317
17318 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17319
17320 * gdb.trace/ftrace.exp: Remove unnecessary target check.
17321
17322 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17323
17324 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
17325 change x86_64 call_insn to 'callq'.
17326
17327 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17328
17329 * gdb.trace/tfile-avx.c: Move to...
17330 * gdb.trace/tracefile-pseudo-reg.c: Here.
17331 * gdb.trace/tfile-avx.exp: Move to...
17332 * gdb.trace/tracefile-pseudo-reg.exp: Here.
17333
17334 2016-02-24 Gary Benson <gbenson@redhat.com>
17335
17336 * gdb.base/attach-pie-noexec.exp: Do not expect an error
17337 message on attach.
17338
17339 2016-02-23 Doug Evans <dje@google.com>
17340
17341 * gdb.base/skip.c (test_skip): New function.
17342 (end_test_skip_file_and_function): New function.
17343 (test_skip_file_and_function): New function.
17344 * gdb.base/skip1.c (test_skip): New function.
17345 (skip1_test_skip_file_and_function): New function.
17346 * gdb.base/skip.exp: Add tests for new skip options.
17347 * gdb.base/skip-solib.exp: Update expected output.
17348 * gdb.perf/skip-command.cc: New file.
17349 * gdb.perf/skip-command.exp: New file.
17350 * gdb.perf/skip-command.py: New file.
17351
17352 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
17353
17354 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
17355 info registers pattern.
17356
17357 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
17358
17359 * lib/future.exp: Add D support.
17360 (gdb_find_gdc): New proc.
17361 (gdb_default_target_compile): Add D support.
17362
17363 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
17364
17365 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
17366 user+system time.
17367 (trace_speed_test): Determine the iteration count for a time
17368 between 15..30 seconds.
17369
17370 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
17371
17372 * gdb.arch/i386-mpx-sigsegv.c: New file.
17373 * gdb.arch/i386-mpx-sigsegv.exp: New file.
17374 * gdb.arch/i386-mpx-simple_segv.c: New file.
17375 * gdb.arch/i386-mpx-simple_segv.exp: New file.
17376
17377 2016-02-18 Yao Qi <yao.qi@linaro.org>
17378
17379 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17380 Don't call setup_kfail.
17381
17382 2016-02-18 Yao Qi <yao.qi@linaro.org>
17383
17384 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17385 Set "set breakpoint condition-evaluation" per $cond_bp_target.
17386
17387 2016-02-16 Doug Evans <dje@google.com>
17388
17389 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
17390 * gdb.base/skip1.c: Ditto.
17391 * gdb.base/skip.exp: Whitespace cleanup.
17392
17393 2016-02-16 Don Breazeal <donb@codesourcery.com>
17394
17395 PR remote/19496
17396 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17397 Remove kfail for PR remote/19496.
17398
17399 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17400
17401 * lib/gdb.exp (standard_temp_file): Return a path specific to
17402 the runtest invocation.
17403
17404 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17405
17406 * gdb.trace/save-trace.exp: Change relative path to be in the
17407 standard output directory.
17408
17409 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17410
17411 * gdb.arch/i386-prologue.c: Add missing prototypes.
17412
17413 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17414
17415 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17416 * gdb.arch/i386-prologue.exp: Likewise.
17417 * gdb.arch/i386-size.exp: Likewise.
17418
17419 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17420
17421 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17422 define object file path.
17423 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17424 file path.
17425 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17426 standard_output_file to define binfile.
17427
17428 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17429
17430 Fix compatibility with recent gfortran-5.3.1.
17431 * gdb.fortran/vla-history.exp (print vla1 allocated)
17432 (print vla2 allocated, print $2, print $3): Remove
17433 (print $4): Rename to ...
17434 (print $2): ... here.
17435 (print $9): Rename to ...
17436 (print $5): ... here.
17437 (print $10): Rename to ...
17438 (print $6): ... here.
17439 * gdb.fortran/vla.f90: Add pvla initialization.
17440
17441 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17442
17443 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17444 New test.
17445 * gdb.fortran/vla-value-sub.exp: Likewise.
17446
17447 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17448
17449 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17450
17451 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17452
17453 * i386-biarch-core.exp: Define corefile using
17454 standard_output_file.
17455
17456 2016-02-12 Yao Qi <yao.qi@linaro.org>
17457
17458 * gdb.arch/arm-single-step-kernel-helper.c: New.
17459 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17460
17461 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17462
17463 * gdb.btrace/tailcall-only.exp: New.
17464 * gdb.btrace/tailcall-only.c: New.
17465 * gdb.btrace/x86_64-tailcall-only.S: New.
17466 * gdb.btrace/i686-tailcall-only.S: New.
17467
17468 2016-02-11 Pedro Alves <palves@redhat.com>
17469
17470 * README (Parallel testing): Add missing double quotes.
17471
17472 2016-02-11 Pedro Alves <palves@redhat.com>
17473
17474 * README (Parallel testing): New section.
17475 (GDB_PARALLEL): Rewrite.
17476 (FORCE_PARALLEL): Document.
17477
17478 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17479
17480 * gdb.trace/tfile-avx.c: New test.
17481 * gdb.trace/tfile-avx.exp: New test.
17482
17483 2016-02-09 Keith Seitz <keiths@redhat.com>
17484
17485 PR breakpoints/19546
17486 * gdb.base/infcall-exec.c: New file.
17487 * gdb.base/infcall-exec2.c: New file.
17488 * gdb.base/infcall-exec.exp: New file.
17489
17490 2016-02-09 Keith Seitz <keiths@redhat.com>
17491
17492 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17493 (toplevel): Call test_bkpt_address.
17494
17495 2016-02-09 Keith Seitz <keiths@redhat.com>
17496
17497 PR python/19506
17498 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17499 (toplevel): Call test_bkpt_address.
17500
17501 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17502
17503 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17504 to AC_OUTPUT.
17505 * configure: Regenerate.
17506
17507 2016-02-09 Pedro Alves <palves@redhat.com>
17508
17509 PR breakpoints/19548
17510 * gdb.base/execl-update-breakpoints.c (some_function): New
17511 function.
17512 (main): Call it.
17513 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17514 Tighten expected GDB output.
17515
17516 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17517
17518 * Makefile.in (ALL_SUBDIRS): Remove.
17519 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17520 (distclean maintainer-clean realclean): Likewise.
17521 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17522 * configure: Regenerate.
17523 * gdb.ada/Makefile.in: Delete.
17524 * gdb.arch/Makefile.in: Likewise.
17525 * gdb.asm/Makefile.in: Likewise.
17526 * gdb.base/Makefile.in: Likewise.
17527 * gdb.btrace/Makefile.in: Likewise.
17528 * gdb.cell/Makefile.in: Likewise.
17529 * gdb.compile/Makefile.in: Likewise.
17530 * gdb.cp/Makefile.in: Likewise.
17531 * gdb.disasm/Makefile.in: Likewise.
17532 * gdb.dlang/Makefile.in: Likewise.
17533 * gdb.dwarf2/Makefile.in: Likewise.
17534 * gdb.fortran/Makefile.in: Likewise.
17535 * gdb.gdb/Makefile.in: Likewise.
17536 * gdb.go/Makefile.in: Likewise.
17537 * gdb.guile/Makefile.in: Likewise.
17538 * gdb.java/Makefile.in: Likewise.
17539 * gdb.linespec/Makefile.in: Likewise.
17540 * gdb.mi/Makefile.in: Likewise.
17541 * gdb.modula2/Makefile.in: Likewise.
17542 * gdb.multi/Makefile.in: Likewise.
17543 * gdb.objc/Makefile.in: Likewise.
17544 * gdb.opencl/Makefile.in: Likewise.
17545 * gdb.opt/Makefile.in: Likewise.
17546 * gdb.pascal/Makefile.in: Likewise.
17547 * gdb.perf/Makefile.in: Likewise.
17548 * gdb.python/Makefile.in: Likewise.
17549 * gdb.reverse/Makefile.in: Likewise.
17550 * gdb.server/Makefile.in: Likewise.
17551 * gdb.stabs/Makefile.in: Likewise.
17552 * gdb.threads/Makefile.in: Likewise.
17553 * gdb.trace/Makefile.in: Likewise.
17554 * gdb.xml/Makefile.in: Likewise.
17555 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17556 GDB_PARALLEL.
17557 (standard_output_file): Remove check for GDB_PARALLEL, always
17558 return path in outputs/$subdir/$testname.
17559
17560 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17561
17562 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17563 (site.exp): Assign abs_srcdir to tcl's srcdir.
17564
17565 2016-02-04 Yao Qi <yao.qi@linaro.org>
17566
17567 * gdb.base/foll-exec-mode.c: Include limits.h.
17568 (main): Add parameters argc and argv. Get directory from
17569 argv[0].
17570 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17571 compilation.
17572 * gdb.base/foll-exec.c: Include limits.h.
17573 (main): Add parameters argc and argv.
17574 Get directory from argv[0].
17575 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17576 Adjust tests on the number of lines as source code changed.
17577 * gdb.base/foll-vfork-exit.c: Include limits.h.
17578 (main): Add one line of statement before vfork.
17579 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17580 (main): Add parameters argc and argv. Get directory from
17581 argv[0].
17582 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17583 (setup_gdb): Set tbreak to skip some source lines.
17584 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17585 (main): Add parameters argc and argv. Get directory from
17586 argv[0].
17587 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17588 compilation.
17589 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17590 (main): Add parameters argc and argv. Get directory from
17591 argv[0].
17592 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17593 compilation.
17594
17595 2016-02-01 Doug Evans <dje@google.com>
17596
17597 * gdb.base/skip.exp: Clean up multiple references to same test name.
17598
17599 2016-02-01 Pedro Alves <palves@redhat.com>
17600
17601 PR remote/19496
17602 * gdb.threads/forking-threads-plus-breakpoint.exp
17603 (displaced_stepping_supported): New global.
17604 (probe_displaced_stepping_support): New procedure.
17605 (do_test): Add 'displaced' parameter, and use it.
17606 (top level): Check for displaced stepping support. Add displaced
17607 stepping on/off testing axis.
17608
17609 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17610
17611 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17612 pointer. Don't perform further tests on the unassociated pointer
17613 if the first test fails.
17614
17615 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17616
17617 * gdb.base/max-value-size.c: New file.
17618 * gdb.base/max-value-size.exp: New file.
17619 * gdb.base/huge.exp: Disable max-value-size for this test.
17620
17621 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17622
17623 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17624
17625 2016-01-28 Yao Qi <yao.qi@linaro.org>
17626
17627 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17628
17629 2016-01-25 Pedro Alves <palves@redhat.com>
17630
17631 PR threads/19461
17632 * gdb.base/fork-running-state.c: New file.
17633 * gdb.base/fork-running-state.exp: New file.
17634
17635 2016-01-25 Pedro Alves <palves@redhat.com>
17636
17637 PR gdb/19494
17638 * gdb.base/catch-fork-kill.c: New file.
17639 * gdb.base/catch-fork-kill.exp: New file.
17640
17641 2016-01-25 Pedro Alves <palves@redhat.com>
17642
17643 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17644 Delete, moved to lib/gdb.exp.
17645 * gdb.threads/forking-threads-plus-breakpoint.exp
17646 (foreach_with_prefix): Likewise.
17647 * gdb.threads/process-dies-while-handling-bp.exp
17648 (foreach_with_prefix): Likewise.
17649 * lib/gdb.exp (foreach_with_prefix): New procedure.
17650
17651 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17652
17653 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17654 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17655
17656 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17657
17658 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17659 endian targets.
17660
17661 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17662 Pedro Alves <palves@redhat.com>
17663
17664 Fix testsuite compatibility with Guile.
17665 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17666 number.
17667
17668 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17669
17670 Fix testsuite compatibility with Guile.
17671 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17672 (thread 1): New test for backtrace through signal handler.
17673
17674 2016-01-22 Yao Qi <yao.qi@linaro.org>
17675
17676 PR testsuite/19491
17677 * gdb.base/multi-forks.c: Include
17678 ../lib/unbuffer_output.c
17679 (main): Call gdb_unbuffer_output.
17680
17681 2016-01-21 Doug Evans <dje@google.com>
17682
17683 * lib/ada.exp (gdb_compile_ada): Fix typo.
17684
17685 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17686
17687 * gdb.base/break-fun-addr.exp: New file.
17688 * gdb.base/break-fun-addr1.c: New file.
17689 * gdb.base/break-fun-addr2.c: New file.
17690
17691 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17692
17693 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17694 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17695 enum flag values.
17696
17697 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17698
17699 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17700 when GDB can not set the vector return value. Add more comments
17701 for clarification.
17702
17703 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17704
17705 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17706 command.
17707
17708 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17709
17710 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17711
17712 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17713
17714 * Makefile.in (check-single): Pass --status to runtest.
17715 (check/%.exp): Likewise.
17716
17717 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17718
17719 * Makefile.in (check-parallel): Propagate return code from make
17720 do-check-parallel.
17721
17722 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17723
17724 * gdb.trace/ftrace.exp: Fix expected message on continue.
17725 * gdb.trace/pending.exp: Fix expected message on continue.
17726 * gdb.trace/trace-break.exp: Fix expected message on continue.
17727
17728 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17729
17730 * lib/gdb.exp (gdb_test): Remove unused global references.
17731
17732 2016-01-18 Pedro Alves <palves@redhat.com>
17733
17734 * gdb.base/async-shell.exp: Adjust expected output.
17735 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17736 * gdb.base/siginfo-thread.exp: Adjust expected output.
17737 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17738 * gdb.java/jnpe.exp: Adjust expected output.
17739 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17740 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17741 * gdb.threads/leader-exit.exp: Adjust expected output.
17742 * gdb.threads/manythreads.exp: Adjust expected output.
17743 * gdb.threads/pthreads.exp: Adjust expected output.
17744 * gdb.threads/schedlock.exp: Adjust expected output.
17745 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17746 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17747 expected output.
17748 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17749 output.
17750 * gdb.threads/sigthread.exp: Adjust expected output.
17751 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17752
17753 2016-01-18 Yao Qi <yao.qi@linaro.org>
17754
17755 * gdb.guile/scm-section-script.c: Replace @progbits with
17756 %progbits.
17757 * gdb.python/py-section-script.c: Likewise.
17758
17759 2016-01-15 Pedro Alves <palves@redhat.com>
17760
17761 * gdb.multi/tids.exp: Test star wildcard ranges.
17762
17763 2016-01-15 Pedro Alves <palves@redhat.com>
17764
17765 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17766 command from "thread apply" invocation.
17767 (thr_apply_info_thr_invalid): Default the expected output to the
17768 input tid list.
17769 (top level): Add tests that use convenience variables. Add tests
17770 for "thread apply" with a valid TID list, but missing the command.
17771
17772 2016-01-13 Pedro Alves <palves@redhat.com>
17773
17774 * gdb.base/default.exp: Expect $_gthread as well.
17775 * gdb.multi/tids.exp: Test $_gthread.
17776 * gdb.threads/thread-specific.exp: Test $_gthread.
17777
17778 2016-01-13 Pedro Alves <palves@redhat.com>
17779
17780 * gdb.multi/tids.exp: Test "info threads -gid".
17781
17782 2016-01-13 Pedro Alves <palves@redhat.com>
17783
17784 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17785 Breakpoint.thread.
17786 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17787
17788 2016-01-07 Pedro Alves <palves@redhat.com>
17789
17790 * gdb.base/break.exp: Adjust to output changes.
17791 * gdb.base/hbreak2.exp: Likewise.
17792 * gdb.base/sepdebug.exp: Likewise.
17793 * gdb.base/watch_thread_num.exp: Likewise.
17794 * gdb.linespec/keywords.exp: Likewise.
17795 * gdb.multi/info-threads.exp: Likewise.
17796 * gdb.threads/thread-find.exp: Likewise.
17797 * gdb.multi/tids.c: New file.
17798 * gdb.multi/tids.exp: New file.
17799
17800 2016-01-13 Pedro Alves <palves@redhat.com>
17801
17802 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17803
17804 2016-01-13 Pedro Alves <palves@redhat.com>
17805
17806 * gdb.base/default.exp: Expect $_inferior as well.
17807 * gdb.multi/base.exp: Test $_inferior.
17808
17809 2016-01-13 Pedro Alves <palves@redhat.com>
17810
17811 PR breakpoints/19388
17812 * gdb.base/catch-signal-siginfo-cond.c: New file.
17813 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17814
17815 2016-01-12 Josh Stone <jistone@redhat.com>
17816 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17817
17818 * gdb.base/catch-syscall.c (do_execve): New variable.
17819 (main): Conditionally trigger an execve.
17820 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17821 (test_catch_syscall_execve): New, check entry/return across execve.
17822 (do_syscall_tests): Call test_catch_syscall_execve.
17823
17824 2016-01-12 Pedro Alves <palves@redhat.com>
17825
17826 * gdb.base/random-signal.exp (do_test): New procedure, with body
17827 of testcase moved in.
17828
17829 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17830 Pedro Alves <palves@redhat.com>
17831
17832 * gdb.base/funcargs.exp (finish from indirectly called function):
17833 Reintroduce the case for 'First'.
17834
17835 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17836 Pedro Alves <palves@redhat.com>
17837
17838 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17839 (tcatch_vfork_then_child_follow_exec)
17840 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17841 identification.
17842
17843 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17844
17845 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17846 and repeats to unlimited.
17847 * gdb.python/py-value.exp: Likewise.
17848 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17849 and repeats to unlimited.
17850
17851 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17852
17853 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17854 and reordering the functions.
17855 * gdb.multi/hangout.c: Likewise.
17856 * gdb.multi/hello.c: Likewise.
17857
17858 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17859
17860 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17861 absolute.
17862 (SingleStatisticTestResult.report): Use dict.keys instead of
17863 dict.iterkeys.
17864
17865 2016-01-06 Pedro Alves <palves@redhat.com>
17866
17867 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17868
17869 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17870
17871 * gdb.btrace/dlopen.exp: New.
17872 * gdb.btrace/dlopen.c: New.
17873 * gdb.btrace/dlopen-dso.c: New.
17874
17875 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17876
17877 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17878 PATTERN argument is optional.
17879
17880 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17881
17882 * lib/ada.exp (target_compile_ada_from_dir): New function.
17883 (gdb_compile_ada): Reimplement avoiding the use of project files.
17884 * gdb.ada/gnat_ada.gpr: Delete.
17885 * gdb.ada/cond_lang.exp: Adjust test to make path before
17886 filename optional.
17887 * gdb.ada/small_reg_param.exp: Likewise.
17888
17889 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17890
17891 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17892
17893 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17894
17895 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17896 case.
17897
17898 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17899
17900 * gdb.base/break.exp: Remove dead code.
17901 * gdb.base/sepdebug.exp: Likewise.
17902
17903 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17904
17905 * gdb.asm/asm-source.exp: Remove HP-UX references.
17906 * gdb.base/annota1.exp: Likewise.
17907 * gdb.base/annota3.exp: Likewise.
17908 * gdb.base/attach.exp: Likewise.
17909 * gdb.base/bigcore.exp: Likewise.
17910 * gdb.base/break.exp: Likewise.
17911 * gdb.base/call-ar-st.exp: Likewise.
17912 * gdb.base/callfuncs.exp: Likewise.
17913 * gdb.base/catch-fork-static.exp: Likewise.
17914 * gdb.base/display.exp: Likewise.
17915 * gdb.base/foll-exec-mode.exp: Likewise.
17916 * gdb.base/foll-exec.exp: Likewise.
17917 * gdb.base/foll-fork.exp: Likewise.
17918 * gdb.base/foll-vfork.exp: Likewise.
17919 * gdb.base/funcargs.exp: Likewise.
17920 * gdb.base/hbreak2.exp: Likewise.
17921 * gdb.base/inferior-died.exp: Likewise.
17922 * gdb.base/interrupt.exp: Likewise.
17923 * gdb.base/multi-forks.exp: Likewise.
17924 * gdb.base/nodebug.exp: Likewise.
17925 * gdb.base/sepdebug.exp: Likewise.
17926 * gdb.base/solib1.c: Likewise.
17927 * gdb.base/step-test.exp: Likewise.
17928 * gdb.mi/non-stop.c: Likewise.
17929 * gdb.mi/pthreads.c: Likewise.
17930 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17931 * gdb.threads/pthreads.c: Likewise.
17932 * gdb.threads/staticthreads.exp: Likewise.
17933 * lib/future.exp: Likewise.
17934 * lib/gdb.exp: Likewise.
17935 * gdb.base/so-indr-cl.c: Remove.
17936 * gdb.base/so-indr-cl.exp: Likewise.
17937 * gdb.base/solib.c: Likewise.
17938 * gdb.base/solib.exp: Likewise.
17939 * gdb.base/solib2.c: Likewise.
17940
17941 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17942
17943 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17944 * gdb.base/call-ar-st.exp: Likewise.
17945 * gdb.base/callfuncs.exp: Likewise.
17946 * gdb.base/condbreak.exp: Likewise.
17947 * gdb.base/constvars.exp: Likewise.
17948 * gdb.base/hbreak2.exp: Likewise.
17949 * gdb.base/langs.exp: Likewise.
17950 * gdb.base/list.exp: Likewise.
17951 * gdb.base/long_long.exp: Likewise.
17952 * gdb.base/ptype.exp: Likewise.
17953 * gdb.base/scope.exp: Likewise.
17954 * gdb.base/signals.exp: Likewise.
17955 * gdb.base/so-impl-ld.exp: Likewise.
17956 * gdb.base/varargs.exp: Likewise.
17957 * gdb.base/volatile.exp: Likewise.
17958 * gdb.base/whatis.exp: Likewise.
17959 * gdb.cp/cplusfuncs.exp: Likewise.
17960 * gdb.cp/inherit.exp: Likewise.
17961 * gdb.cp/local.exp: Likewise.
17962 * gdb.cp/member-ptr.exp: Likewise.
17963 * gdb.cp/method.exp: Likewise.
17964 * gdb.cp/overload.exp: Likewise.
17965 * gdb.cp/templates.exp: Likewise.
17966 * gdb.stabs/weird.exp: Likewise.
17967 * lib/compiler.c: Likewise.
17968 * lib/compiler.cc: Likewise.
17969 * lib/cp-support.exp: Likewise.
17970 * lib/gdb.exp: Likewise.
17971
17972 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17973
17974 * configure.ac: Remove HP-UX case.
17975 * configure: Regenerate.
17976
17977 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17978
17979 * lib/gdb.exp (gdb_compile): Add function doc.
17980
17981 2015-12-17 Pedro Alves <palves@redhat.com>
17982
17983 PR threads/19354
17984 * gdb.multi/info-threads.exp: New file.
17985
17986 2015-12-15 Yao Qi <yao.qi@linaro.org>
17987
17988 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17989 is aarch64*-*-*.
17990
17991 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17992
17993 * gdb.base/history-duplicates.exp: Skip if no readline support.
17994
17995 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17996
17997 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17998
17999 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18000
18001 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
18002
18003 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18004
18005 * gdb.base/completion.exp: Skip tests that interrupt GDB with
18006 ctrl-C if nointerrupts target property is set.
18007 * gdb.base/double-prompt-target-event-error.exp: Likewise.
18008 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
18009 * gdb.base/paginate-bg-execution.exp: Likewise.
18010 * gdb.base/paginate-execution-startup.exp: Likewise.
18011 * gdb.base/random-signal.exp: Likewise.
18012 * gdb.base/range-stepping.exp: Likewise.
18013 * gdb.cp/annota2.exp: Likewise.
18014 * gdb.cp/annota3.exp: Likewise.
18015 * gdb.gdb/selftest.exp: Likewise.
18016 * gdb.threads/continue-pending-status.exp: Likewise.
18017 * gdb.threads/leader-exit.exp: Likewise.
18018 * gdb.threads/manythreads.exp: Likewise.
18019 * gdb.threads/pthreads.exp: Likewise.
18020 * gdb.threads/schedlock.exp: Likewise.
18021 * gdb.threads/sigthread.exp: Likewise.
18022
18023 2015-12-11 Don Breazeal <donb@codesourcery.com>
18024
18025 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
18026 remote.
18027 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
18028 * gdb.base/foll-exec.exp (main): Enable for target remote.
18029 * gdb.base/foll-fork.exp (main): Likewise.
18030 * gdb.base/foll-vfork.exp (main): Likewise.
18031 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
18032 (proc continue_to_exit_bp_loc): Use clean_restart.
18033 * gdb.base/pie-execl.exp (main): Disable for target remote.
18034 * gdb.base/watch-vfork.exp (main): Enable for target remote.
18035 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
18036 * gdb.threads/execl.exp (main): Likewise.
18037 * gdb.threads/fork-child-threads.exp (main): Likewise.
18038 * gdb.threads/fork-plus-threads.exp (main): Disable for target
18039 remote.
18040 * gdb.threads/fork-thread-pending.exp (main): Enable for target
18041 remote.
18042 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
18043 pid.tid style ptids, instead of just tid.
18044 * gdb.threads/thread-execl.exp (main): Enable for target remote.
18045 * gdb.threads/watchpoint-fork.exp (main): Likewise.
18046 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
18047 ptids, instead of just tid.
18048
18049 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18050
18051 * gdb.base/list.exp (test_list_forward): Add end of file error
18052 test.
18053 (test_repeat_list_command): Add end of file error test.
18054 (test_list_backwards): Add beginning of file error test.
18055
18056 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18057
18058 * gdb.base/list.exp (test_list_invalid_args): New function,
18059 defined, and called.
18060
18061 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18062
18063 * gdb.base/list.exp (test_list): Make test names unique.
18064
18065 2015-12-11 Yao Qi <yao.qi@linaro.org>
18066
18067 * gdb.base/coremaker2.c: Remove.
18068
18069 2015-12-10 Pedro Alves <palves@redhat.com>
18070
18071 * gdb.multi/base.exp: Remove stale "spaces" references.
18072
18073 2015-12-10 Pedro Alves <palves@redhat.com>
18074
18075 * gdb.multi/base.exp: Don't use nowarnings.
18076 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
18077 * gdb.multi/hangout.c: Include stdio.h.
18078 * gdb.multi/hello.c: Include stdlib.h.
18079 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
18080 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
18081 * gdb.multi/multi-arch.exp: Don't use nowarnings.
18082
18083 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
18084
18085 * gdb.dwarf2/dw2-ranges-base.c: New file.
18086 * gdb.dwarf2/dw2-ranges-base.exp: New file.
18087 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
18088 support additional line table, and debug ranges generation.
18089 (Dwarf::ranges): New function, generate .debug_ranges.
18090 (Dwarf::lines): Support generating simple line table programs.
18091 (Dwarf::assemble): Initialise new namespace variables.
18092
18093 2015-12-09 Kevin Buettner <kevinb@redhat.com>
18094
18095 * gdb.base/async.exp (proc test_background): Add case for
18096 asynchronous execution not supported.
18097
18098 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
18099
18100 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
18101 format and change test names to make them unique.
18102
18103 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
18104 Pedro Alves <pedro@redhat.com>
18105
18106 PR gdb/18702
18107 Add checking of floatformats setup on x86_64 hosts.
18108 * gdb.arch/i386-float.S (main): Load bigval and smallval.
18109 (smallval, bigval): New labels/constants.
18110 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
18111 float" after loading bigval and smallval.
18112
18113 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
18114
18115 * gdb.ada/fun_overload_menu.exp: New testcase.
18116 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
18117
18118 2015-12-04 Josh Stone <jistone@redhat.com>
18119
18120 * gdb.base/catch-fork-static.exp: New.
18121
18122 2015-12-03 Yao Qi <yao.qi@linaro.org>
18123
18124 * gdb.base/sizeof.c: Don't include stdio.h and
18125 ../lib/unbuffer_output.c.
18126 (main): New variable 'size' and 'value'. Remove printf and
18127 gdb_unbuffer_output. Assign return value to size and value.
18128 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
18129 at the beginning.
18130 (check_sizeof): Check the result by printing variable 'size'.
18131 (check_valueof): Check the result by printing variable 'value'.
18132
18133 2015-12-01 Yao Qi <yao.qi@linaro.org>
18134
18135 * gdb.base/disp-step-syscall.exp: Define syscall instruction
18136 for aarch64*-*-linux* target.
18137
18138 2015-11-30 Pedro Alves <palves@redhat.com>
18139
18140 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
18141
18142 2015-11-30 Pedro Alves <palves@redhat.com>
18143
18144 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
18145 Handle non-stop mode vCont replies.
18146
18147 2015-11-30 Pedro Alves <palves@redhat.com>
18148
18149 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
18150 prepare_for_testing. Start gdb with "set non-stop on" appended to
18151 GDBFLAGS. Lax expected stop output.
18152
18153 2015-11-27 Yao Qi <yao.qi@linaro.org>
18154
18155 * gdb.arch/arm-neon.exp: New.
18156 * gdb.arch/arm-neon.c: New.
18157
18158 2015-11-27 Yao Qi <yao.qi@linaro.org>
18159
18160 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
18161
18162 2015-11-27 Yao Qi <yao.qi@linaro.org>
18163
18164 * gdb.cp/annota2.exp: Allow multiple occurrences of the
18165 frames-invalid annotation.
18166
18167 2015-11-27 Yao Qi <yao.qi@linaro.org>
18168
18169 * gdb.cp/annota2.exp: Use ${frames_invalid}.
18170
18171 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
18172
18173 * gdb.threads/names.exp: New file.
18174 * gdb.threads/names.c: New file.
18175 * README: Mention gdb,no_thread_names.
18176
18177 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
18178
18179 PR 19297
18180 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
18181 support" error.
18182
18183 2015-11-24 Pedro Alves <palves@redhat.com>
18184
18185 PR 17539
18186 * gdb.base/display.exp: Expect displays to be sorted in ascending
18187 order. Use multi_line.
18188 * gdb.base/solib-display.exp: Likewise.
18189
18190 2015-11-24 Pedro Alves <palves@redhat.com>
18191
18192 PR 17539
18193 * gdb.base/display.exp: Expect displays to be sorted in ascending
18194 order. Use multi_line.
18195 * gdb.base/solib-display.exp: Likewise.
18196
18197 2015-11-24 Pedro Alves <palves@redhat.com>
18198
18199 PR 17539
18200 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
18201 threads in ascending order.
18202 * gdb.base/foll-fork.exp: Likewise.
18203 * gdb.base/foll-vfork.exp: Likewise.
18204 * gdb.base/multi-forks.exp: Likewise.
18205 * gdb.mi/mi-nonstop.exp: Likewise.
18206 * gdb.mi/mi-nsintrall.exp: Likewise.
18207 * gdb.multi/base.exp: Likewise.
18208 * gdb.multi/multi-arch.exp: Likewise.
18209 * gdb.python/py-inferior.exp: Likewise.
18210 * gdb.threads/break-while-running.exp: Likewise.
18211 * gdb.threads/execl.exp: Likewise.
18212 * gdb.threads/gcore-thread.exp: Likewise.
18213 * gdb.threads/info-threads-cur-sal.exp: Likewise.
18214 * gdb.threads/kill.exp: Likewise.
18215 * gdb.threads/linux-dp.exp: Likewise.
18216 * gdb.threads/multiple-step-overs.exp: Likewise.
18217 * gdb.threads/next-bp-other-thread.exp: Likewise.
18218 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
18219 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
18220 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
18221 * gdb.threads/thread-find.exp: Likewise.
18222 * gdb.threads/tls.exp: Likewise.
18223 * lib/mi-support.exp (mi_reverse_list): Delete.
18224 (mi_check_thread_states): No longer reverse list.
18225
18226 2015-11-24 Pedro Alves <palves@redhat.com>
18227
18228 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
18229 use lowercase.
18230
18231 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18232
18233 * gdb.trace/actions.c: Include trace-common.h.
18234 (main): Add a location for a fast tracepoint.
18235 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
18236 the normal tracepoints.
18237 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
18238
18239 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18240
18241 * save-trace.exp: Factor out code to these...
18242 (gdb_save_tracepoints): New.
18243 (gdb_load_tracepoints): New.
18244 (do_save_load_test): New.
18245
18246 2015-11-23 Kevin Buettner <kevinb@redhat.com>
18247
18248 * gdb.base/asmlabel.exp: New test.
18249 * gdb.base/asmlabel.c: New test case.
18250
18251 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18252
18253 * gdb.base/wrong_frame_bt_full-main.c: New file.
18254 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
18255 * gdb.base/wrong_frame_bt_full.exp: New file.
18256
18257 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18258
18259 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
18260
18261 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18262
18263 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
18264 pstate register when comparing registers values in
18265 sparc64-*-linux-gnu targets to avoid spurious differences.
18266
18267 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18268
18269 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
18270
18271 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
18272
18273 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
18274 as type argument to gdb_compile.
18275 * gdb.base/nested-subp2.exp: Likewise.
18276 * gdb.base/nested-subp3.exp: Likewise.
18277
18278 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
18279
18280 * lib/dwarf.exp (_note): Fix left shift of negative value.
18281 * gdb.trace/trace-condition.exp: Likewise.
18282
18283 2015-11-13 Yao Qi <yao.qi@linaro.org>
18284
18285 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
18286 comments about d10v.
18287 (test_scalar_returns): Likewise.
18288 * gdb.base/d10v.ld: Remove.
18289 * gdb.base/overlays.exp: Remove the target triplet checking for
18290 d10v-*-*.
18291 * gdb.base/structs.exp (test_struct_returns): Remove the
18292 comments about d10v.
18293 (test_struct_calls): Likewise.
18294
18295 2015-11-13 Yao Qi <yao.qi@linaro.org>
18296
18297 * gdb.base/gnu_vector.exp: Check the return value by "p res".
18298 * gdb.base/gnu_vector.c: Don't include stdio.h.
18299 (main): Don't print res and call add_some_intvecs.
18300
18301 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
18302
18303 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
18304 macro.
18305 (func5): Removed.
18306 (func4): Use FAST_TRACEPOINT_LABEL.
18307 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
18308 macro.
18309 (func): Removed.
18310 (thread_function): Use FAST_TRACEPOINT_LABEL.
18311 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
18312 (func): Remove.
18313 (marker): Use FAST_TRACEPOINT_LABEL.
18314 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
18315 (pendfunc1): Remove.
18316 (pendfunc): Use FAST_TRACEPOINT_LABEL.
18317 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
18318 (foo): Remove.
18319 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
18320 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
18321 macro.
18322 (func): Remove.
18323 (marker): Use FAST_TRACEPOINT_LABEL.
18324 * gdb.trace/trace-common.h: New header.
18325 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
18326 macro.
18327 (func): Remove.
18328 (marker): Use FAST_TRACEPOINT_LABEL.
18329 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
18330 (func): Remove.
18331 (thread_function): Use FAST_TRACEPOINT_LABEL.
18332
18333 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
18334
18335 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
18336 in front.
18337 * gdb.trace/change-loc.exp: Use global pcreg definition.
18338 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
18339 * gdb.trace/entry-values.exp: Use global spreg definition, add $
18340 in front.
18341 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
18342 * gdb.trace/pending.exp: Likewise.
18343 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
18344 * gdb.trace/trace-break.exp: Likewise.
18345 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
18346 in front.
18347 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
18348 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
18349 in front.
18350 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
18351
18352 2015-11-09 Joel Brobecker <brobecker@adacore.com>
18353
18354 * gdb.ada/fin_fun_out: New testcase.
18355
18356 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18357
18358 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
18359 value associated with DW_AT_byte_size.
18360 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
18361 constants for DW_AT_byte_size, DW_AT_lower_bound, and
18362 DW_AT_upper_bound.
18363
18364 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18365
18366 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
18367 (gdb_target_symbol_prefix_flags): Define in terms of _asm
18368 version.
18369 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
18370 gdb.dwarf2/dw2-canonicalize-type.exp,
18371 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
18372 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
18373 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
18374 provided by gdb_target_symbol_prefix_flags_asm.
18375 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
18376 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
18377 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
18378 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
18379 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
18380 macros where needed). Use this macro for symbols which require
18381 the prefix provided by SYMBOL_PREFIX.
18382
18383 2015-11-05 Kevin Buettner <kevinb@redhat.com>
18384
18385 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
18386 New procs.
18387 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
18388 representing expressions, of more than one list element.
18389 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
18390 to prepend linker symbol prefix to f.
18391 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
18392 table_1 and table_2.
18393 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
18394 Likewise, for f and g.
18395 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18396 for ptr.
18397 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18398 for main.
18399 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18400 table_1_ptr and table_2_ptr.
18401
18402 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18403 Joel Brobecker <brobecker@adacore.com>
18404
18405 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18406
18407 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18408
18409 * gdb.reverse/s390-mvcle.c: New test.
18410 * gdb.reverse/s390-mvcle.exp: New file.
18411 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18412
18413 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18414
18415 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18416
18417 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18418
18419 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18420 reaching marker2.
18421 * gdb.reverse/getresuid-reverse.exp: Likewise.
18422 * gdb.reverse/pipe-reverse.exp: Likewise.
18423 * gdb.reverse/readv-reverse.exp: Likewise.
18424 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18425 * gdb.reverse/time-reverse.exp: Likewise.
18426 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18427
18428 2015-10-30 Yao Qi <yao.qi@linaro.org>
18429
18430 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18431 (empty_cycle): Remove.
18432 (main): Don't call empty_cycle. Don't use watch_count_done.
18433 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18434 empty_cycle. Rewrite the code counting HW watchpoints.
18435
18436 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18437
18438 * gdb.reverse/fstatat-reverse.c: New test.
18439 * gdb.reverse/fstatat-reverse.exp: New file.
18440 * gdb.reverse/getresuid-reverse.c: New test.
18441 * gdb.reverse/getresuid-reverse.exp: New file.
18442 * gdb.reverse/pipe-reverse.c: New test.
18443 * gdb.reverse/pipe-reverse.exp: New file.
18444 * gdb.reverse/readv-reverse.c: New test.
18445 * gdb.reverse/readv-reverse.exp: New file.
18446 * gdb.reverse/recvmsg-reverse.c: New test.
18447 * gdb.reverse/recvmsg-reverse.exp: New file.
18448 * gdb.reverse/time-reverse.c: New test.
18449 * gdb.reverse/time-reverse.exp: New file.
18450 * gdb.reverse/waitpid-reverse.c: New test.
18451 * gdb.reverse/waitpid-reverse.exp: New file.
18452
18453 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18454
18455 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18456
18457 2015-10-26 Doug Evans <dje@google.com>
18458
18459 PR symtab/17391
18460 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18461 * gdb.dwarf2/bad-regnum.c: New file.
18462 * gdb.dwarf2/bad-regnum.exp: New file.
18463
18464 2015-10-26 Doug Evans <dje@google.com>
18465
18466 PR python/18938
18467 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18468 file.
18469
18470 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18471
18472 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18473 for a change by "Mention language in compile error message".
18474
18475 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18476
18477 PR python/18073
18478 * gdb.python/py-type.c (C::a_method): New.
18479 (C::a_const_method): New.
18480 (C::a_static_method): New.
18481 (a_function): New.
18482 * gdb.python/py-type.exp (test_fields): Test getting fields
18483 from function and method.
18484
18485 2015-10-21 Keven Boell <keven.boell@intel.com>
18486
18487 * gdb.fortran/vla-alloc-assoc.exp: New file.
18488 * gdb.fortran/vla-datatypes.exp: New file.
18489 * gdb.fortran/vla-datatypes.f90: New file.
18490 * gdb.fortran/vla-history.exp: New file.
18491 * gdb.fortran/vla-ptype-sub.exp: New file.
18492 * gdb.fortran/vla-ptype.exp: New file.
18493 * gdb.fortran/vla-sizeof.exp: New file.
18494 * gdb.fortran/vla-sub.f90: New file.
18495 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18496 * gdb.fortran/vla-value-sub-finish.exp: New file.
18497 * gdb.fortran/vla-value-sub.exp: New file.
18498 * gdb.fortran/vla-value.exp: New file.
18499 * gdb.fortran/vla-ptr-info.exp: New file.
18500 * gdb.mi/mi-vla-fortran.exp: New file.
18501 * gdb.mi/vla.f90: New file.
18502
18503 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18504
18505 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18506 of hardwired timeout value.
18507
18508 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18509 Pedro Alves <palves@redhat.com>
18510
18511 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18512 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18513
18514 2015-10-19 Josh Stone <jistone@redhat.com>
18515
18516 * gdb.base/catch-syscall.c: Include <sched.h>.
18517 (unknown_syscall): New variable.
18518 (main): Trigger a vfork and an unknown syscall.
18519 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18520 (unknown_syscall_number): Likewise.
18521 (check_call_to_syscall): Accept an optional syscall pattern.
18522 (check_return_from_syscall): Likewise.
18523 (check_continue): Likewise.
18524 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18525 (test_catch_syscall_skipping_return): New test toggling off 'catch
18526 syscall' to step over the syscall return, then toggling back on.
18527 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18528 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18529 (do_syscall_tests): Call test_catch_syscall_without_args and
18530 test_catch_syscall_mid_vfork.
18531 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18532 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18533
18534 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
18535
18536 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18537 print g_vE): Add new pass patterns.
18538 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18539 print various symbol names for vptr fields.
18540
18541 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18542
18543 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18544 results.
18545
18546 2015-10-12 Yao Qi <yao.qi@linaro.org>
18547
18548 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18549
18550 2015-10-12 Yao Qi <yao.qi@linaro.org>
18551
18552 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18553 is aarch64*-*-linux*.
18554
18555 2015-10-12 Yao Qi <yao.qi@linaro.org>
18556
18557 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18558 (can_relocate_bcond_true): ... it.
18559 (can_relocate_bcond_false): New function.
18560 (foo): Likewise.
18561 (can_relocate_bl): Likewise.
18562 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18563 can_relocate_bl.
18564
18565 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18566
18567 * gdb.base/nested-addr.c: New file.
18568 * gdb.base/nested-addr.exp: New testcase.
18569
18570 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18571
18572 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18573 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18574 its output. Ignore the output of "record goto begin" and instead
18575 check that GDB is replaying.
18576
18577 2015-10-09 Pedro Alves <palves@redhat.com>
18578
18579 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18580 (top level): Use it in the run with no args test.
18581
18582 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18583
18584 * gdb.dlang/properties.exp: New file.
18585
18586 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18587
18588 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18589 whether or not address 0x1000 is mapped on the target.
18590
18591 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18592
18593 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18594 build.
18595
18596 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18597
18598 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18599 instruction-history test.
18600
18601 2015-09-28 Doug Evans <dje@google.com>
18602
18603 * gdb.base/gcore.c (array_func): Add reference to static_array.
18604
18605 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18606
18607 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18608 source line.
18609
18610 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18611
18612 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18613 short or char as base type.
18614
18615 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18616
18617 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18618 to allow any size enum.
18619
18620 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18621
18622 * gdb.ada/array_ptr_renaming.exp: New testcase.
18623 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18624 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18625
18626 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18627
18628 * gdb.trace/ftrace-lock.c: New file.
18629 * gdb.trace/ftrace-lock.exp: New file.
18630
18631 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18632
18633 * gdb.arch/insn-reloc.c: New file.
18634 * gdb.arch/ftrace-insn-reloc.exp: New file.
18635
18636 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18637
18638 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18639 instruction.
18640 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18641 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18642 * gdb.trace/range-stepping.c: Likewise.
18643 * gdb.trace/trace-break.c: Likewise.
18644 * gdb.trace/trace-mt.c (thread_function): Likewise.
18645 * gdb.trace/ftrace.c (marker): Likewise.
18646 * gdb.trace/trace-condition.c (marker): Likewise.
18647 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18648 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18649 is_aarch64_target.
18650
18651 2015-09-18 Doug Evans <xdje42@gmail.com>
18652
18653 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18654 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18655
18656 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18657
18658 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18659 the breakpoint.
18660
18661 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18662
18663 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18664 the pending breakpoint. Remove timeout override for "Run till
18665 MI pending breakpoint on pendfunc3 on thread 2" test.
18666
18667 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18668
18669 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18670 filename pattern.
18671
18672 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18673
18674 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18675 in breakpoint filename pattern.
18676
18677 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18678
18679 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18680
18681 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18682
18683 * gdb.linespec/explicit.exp: Check for readline support for
18684 tab-completion tests. Fix obvious typo.
18685
18686 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18687
18688 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18689 and replay.
18690
18691 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18692
18693 * gdb.btrace/non-stop.c: New.
18694 * gdb.btrace/non-stop.exp: New.
18695
18696 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18697 Yao Qi <yao.qi@linaro.org>
18698
18699 * gdb.trace/trace-condition.c: New file.
18700 * gdb.trace/trace-condition.exp: New file.
18701
18702 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18703
18704 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18705 for testing bytecode compilation.
18706
18707 2015-09-16 Pedro Alves <palves@redhat.com>
18708 Sandra Loosemore <sandra@codesourcery.com>
18709
18710 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18711 (SECONDS): Redefine.
18712 (main): Call pthread_kill and alarm early.
18713 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18714 support.
18715 (test): If the target can't hardware step and doesn't support
18716 displaced stepping, increase the timeout.
18717
18718 2015-09-16 Pedro Alves <palves@redhat.com>
18719
18720 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18721 (enable_debug): New procedures.
18722 (test): Use them. Bail out if waiting for threads fails.
18723 (top level): Bail out if a test fails.
18724
18725 2015-09-16 Yao Qi <yao.qi@linaro.org>
18726
18727 * gdb.asm/asm-source.exp: Set asm-arch for
18728 aarch64*-*-* target.
18729 * gdb.asm/aarch64.inc: New file.
18730
18731 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18732
18733 * gdb.ada/array_of_variable_length.exp: New testcase.
18734 * gdb.ada/array_of_variable_length/foo.adb: New file.
18735 * gdb.ada/array_of_variable_length/pck.adb: New file.
18736 * gdb.ada/array_of_variable_length/pck.ads: New file.
18737
18738 2015-09-15 Doug Evans <dje@google.com>
18739
18740 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18741 of function static local variable.
18742
18743 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18744
18745 * gdb.threads/tls-so_extern.exp: New test file.
18746 * gdb.threads/tls-so_extern.c: New test file.
18747 * gdb.threads/tls-so_extern_main.c: New test file.
18748
18749 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18750
18751 * gdb.opt/solib-intra-step-lib.c: New file.
18752 * gdb.opt/solib-intra-step-main.c: New file.
18753 * gdb.opt/solib-intra-step.exp: New file.
18754
18755 2015-09-15 Pedro Alves <palves@redhat.com>
18756
18757 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18758 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18759
18760 2015-09-14 Pedro Alves <palves@redhat.com>
18761
18762 * gdb.base/hook-stop-continue.c: Delete.
18763 * gdb.base/hook-stop-continue.exp: Delete.
18764 * gdb.base/hook-stop-frame.c: Delete.
18765 * gdb.base/hook-stop-frame.exp: Delete.
18766 * gdb.base/hook-stop.c: New file.
18767 * gdb.base/hook-stop.exp: New file.
18768
18769 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18770
18771 * gdb.ada/access_to_packed_array.exp: New testcase.
18772 * gdb.ada/access_to_packed_array/foo.adb: New file.
18773 * gdb.ada/access_to_packed_array/pack.adb: New file.
18774 * gdb.ada/access_to_packed_array/pack.ads: New file.
18775
18776 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18777
18778 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18779 buffer size test.
18780
18781 2015-09-11 Don Breazeal <donb@codesourcery.com>
18782
18783 * gdb.base/foll-exec.c: Add copyright header. Fix
18784 formatting issues.
18785 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18786 (do_exec_tests): Use clean_restart in place of zap_session,
18787 and for test initialization. Fix formatting issues. Use
18788 fail in place of perror.
18789 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18790 an expect statement to match an expression with output from
18791 the program under debug.
18792 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18793 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18794 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18795 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18796 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18797
18798 2015-09-09 Doug Evans <dje@google.com>
18799
18800 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18801
18802 2015-09-09 Doug Evans <dje@google.com>
18803
18804 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18805
18806 2015-09-09 Doug Evans <dje@google.com>
18807
18808 * gdb.base/savedregs.exp: Fix typo.
18809
18810 2015-09-09 Pedro Alves <palves@redhat.com>
18811
18812 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18813
18814 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18815
18816 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18817 command actually switches threads. Give up on remaining
18818 tests if target fails to stop at breakpoint.
18819
18820 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18821
18822 * gdb.ada/funcall_char.exp: New testcase.
18823 * gdb.ada/funcall_char/foo.adb: New file.
18824
18825 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18826
18827 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18828 expected outputs. Add two testcases for completing ambiguous
18829 functions.
18830 * gdb.ada/complete/aux_pck.adb: New file.
18831 * gdb.ada/complete/aux_pck.ads: New file.
18832 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18833 Ambiguous_Func functions.
18834 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18835 * gdb.ada/complete/pck.adb: Likewise.
18836
18837 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18838
18839 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18840 failures to run the test program under GDB.
18841
18842 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18843
18844 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18845 to C.
18846
18847 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18848
18849 * gdb.base/run-after-attach.exp: New test file.
18850 * gdb.base/run-after-attach.c: New test file.
18851
18852 2015-08-26 Don Breazeal <donb@codesourcery.com>
18853
18854 * gdb.base/foll-exec-2.c: New test program.
18855 * gdb.base/foll-exec-2.exp: New test.
18856
18857 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18858
18859 * gdb.base/nested-subp1.exp: New file.
18860 * gdb.base/nested-subp1.c: New file.
18861 * gdb.base/nested-subp2.exp: New file.
18862 * gdb.base/nested-subp2.c: New file.
18863 * gdb.base/nested-subp3.exp: New file.
18864 * gdb.base/nested-subp3.c: New file.
18865
18866 2015-08-24 Pedro Alves <palves@redhat.com>
18867
18868 * gdb.server/connect-without-multi-process.c: New file.
18869 * gdb.server/connect-without-multi-process.exp: New file.
18870
18871 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18872
18873 * gdb.opt/inline-markers.c: Make z int.
18874
18875 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18876
18877 * gdb.opt/inline-markers.c: Make z volatile.
18878
18879 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18880
18881 * gdb.opt/inline-bt.c: New volatile global z.
18882 * gdb.opt/inline-cmds.c: Likewise.
18883 * gdb.opt/inline-locals.c: Likewise.
18884 * gdb.opt/inline-markers.c: New extern global z.
18885 (marker): Use z.
18886 (inline_fn): Likewise.
18887
18888 2015-08-24 Pedro Alves <palves@redhat.com>
18889
18890 * config/m32r-stub.exp: Remove file.
18891 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18892 * gdb.base/call-rt-st.exp: Likewise.
18893 * gdb.base/call-strs.exp: Likewise.
18894 * gdb.base/default.exp: Remove references to h8300-*-hms and
18895 *-*-udi*.
18896 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18897
18898 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18899
18900 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18901 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18902 and "return" use KFAIL when GDB can not read/write the vector
18903 return value.
18904
18905 2015-08-21 Gary Benson <gbenson@redhat.com>
18906
18907 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18908
18909 2015-08-20 Pedro Alves <palves@redhat.com>
18910
18911 * gdb.server/solib-list.exp: No longer expect an interior stop in
18912 non-stop mode.
18913
18914 2015-08-20 Pedro Alves <palves@redhat.com>
18915
18916 * gdb.server/connect-stopped-target.c: New file.
18917 * gdb.server/connect-stopped-target.exp: New file.
18918
18919 2015-08-20 Pedro Alves <palves@redhat.com>
18920
18921 * gdb.dwarf2/comp-unit-lang.exp: New file.
18922 * gdb.dwarf2/comp-unit-lang.c: New file.
18923
18924 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18925
18926 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18927 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18928
18929 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18930
18931 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18932 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18933
18934 2015-08-18 Doug Evans <dje@google.com>
18935 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18936
18937 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18938 skip_python_tests. New arg prompt_regexp.
18939 (skip_python_tests): New function.
18940 * lib/mi-support.exp (mi_skip_python_tests): New function.
18941 * gdb.python/py-mi-objfile-gdb.py: New file.
18942 * gdb.python/py-mi-objfile.c: New file.
18943 * gdb.python/py-mi-objfile.exp: New file.
18944
18945 2015-08-17 Keith Seitz <keiths@redhat.com>
18946
18947 * gdb.linespec/explicit.exp: Move strace test from here ...
18948 * gdb.trace/strace.exp: ... to here.
18949
18950 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18951
18952 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18953 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18954
18955 2015-08-14 Doug Evans <xdje42@gmail.com>
18956
18957 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18958 inferior before selecting a new file.
18959
18960 2015-08-14 Doug Evans <xdje42@gmail.com>
18961
18962 * gdb.mi/mi-disassemble.exp: Update.
18963 * gdb.base/disasm-optim.S: New file.
18964 * gdb.base/disasm-optim.c: New file.
18965 * gdb.base/disasm-optim.h: New file.
18966 * gdb.base/disasm-optim.exp: New file.
18967
18968 2015-08-14 Keith Seitz <keiths@redhat.com>
18969
18970 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18971 "evaluated-by".
18972
18973 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18974
18975 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18976
18977 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18978
18979 * gdb.ada/fun_renaming.exp: New testcase.
18980 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18981 * gdb.ada/fun_renaming/pack.adb: New file.
18982 * gdb.ada/fun_renaming/pack.ads: New file.
18983
18984 2015-08-12 Keith Seitz <keiths@redhat.com>
18985
18986 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18987 gdb_get_line_number.
18988
18989 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18990
18991 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18992 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18993 gdb.base/dso2dso.exp: New files.
18994
18995 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18996 Pedro Alves <palves@redhat.com>
18997 Keith Seitz <keiths@redhat.com>
18998
18999 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
19000 GDBFLAGS.
19001
19002 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
19003
19004 * gdb.base/gdbhistsize-history.exp
19005 (test_histsize_history_setting): Use save_vars.
19006 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19007 Use save_vars.
19008 (test_no_truncation_of_unlimited_history_file): Use save_vars.
19009 * gdb.base/readline.exp: Use save_vars.
19010
19011 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
19012
19013 * lib/gdb.exp (save_vars): New proc.
19014
19015 2015-08-11 Keith Seitz <keiths@redhat.com>
19016
19017 * gdb.base/help.exp: Update help_breakpoint_text.
19018
19019 2015-08-11 Keith Seitz <keiths@redhat.com>
19020
19021 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
19022 (at toplevel): Call test_explicit_breakpoints.
19023 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
19024 breakpoints.
19025 * lib/mi-support.exp (mi_make_breakpoint): Add support for
19026 breakpoint conditions, "-cond".
19027
19028 2015-08-11 Keith Seitz <keiths@redhat.com>
19029
19030 * gdb.linespec/3explicit.c: New file.
19031 * gdb.linespec/cpexplicit.cc: New file.
19032 * gdb.linespec/cpexplicit.exp: New file.
19033 * gdb.linespec/explicit.c: New file.
19034 * gdb.linespec/explicit.exp: New file.
19035 * gdb.linespec/explicit2.c: New file.
19036 * gdb.linespec/ls-errs.exp: Add explicit location tests.
19037 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
19038 before using in the matching pattern.
19039 Clarify that `prefix' is a regular expression.
19040
19041 2015-08-11 Keith Seitz <keiths@redhat.com>
19042
19043 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
19044 test.
19045 Add tests for missing ",FMT" and ",".
19046
19047 2015-08-10 Doug Evans <dje@google.com>
19048 Keith Seitz <keiths@redhat.com>
19049
19050 PR gdb/17960
19051 * gdb.base/completion.exp: Add location completer tests.
19052
19053 2015-08-07 Pedro Alves <palves@redhat.com>
19054
19055 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
19056 tests here.
19057 (top level): Run do_test with and without displaced stepping.
19058
19059 2015-08-07 Pedro Alves <palves@redhat.com>
19060
19061 * gdb.base/valgrind-disp-step.c: New file.
19062 * gdb.base/valgrind-disp-step.exp: New file.
19063
19064 2015-08-07 Pedro Alves <palves@redhat.com>
19065
19066 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
19067 Delete function.
19068 (main): Add alarm. Run an infinite loop instead of calling
19069 wait_threads.
19070 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
19071 comment.
19072 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
19073 Delete function.
19074 (main): Add alarm. Run an infinite loop instead of calling
19075 wait_threads.
19076 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
19077 comment.
19078
19079 2015-08-07 Pedro Alves <palves@redhat.com>
19080
19081 * gdb.base/checkpoint-ns.exp: New file.
19082 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
19083 standard_testfile.
19084
19085 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
19086
19087 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
19088 * gdb.btrace/instruction_history.exp: Update.
19089 * gdb.btrace/tsx.exp: New.
19090 * gdb.btrace/tsx.c: New.
19091
19092 2015-08-06 Pedro Alves <palves@redhat.com>
19093
19094 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
19095 increase timeout.
19096 * gdb.reverse/until-precsave.exp: Bump timeouts.
19097
19098 2015-08-06 Pedro Alves <palves@redhat.com>
19099
19100 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
19101
19102 2015-08-06 Pedro Alves <palves@redhat.com>
19103
19104 PR gdb/18749
19105 * gdb.threads/process-dies-while-handling-bp.c: New file.
19106 * gdb.threads/process-dies-while-handling-bp.exp: New file.
19107
19108 2015-08-06 Pedro Alves <palves@redhat.com>
19109
19110 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
19111 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
19112
19113 2015-08-05 Pedro Alves <palves@redhat.com>
19114
19115 * gdb.threads/next-while-other-thread-longjmps.c: New file.
19116 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
19117
19118 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
19119
19120 * gdb.base/bp-permanent.exp: Report test as unsupported if
19121 the target cannot stop at the permanent breakpoint.
19122
19123 2015-08-03 Doug Evans <dje@google.com>
19124
19125 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
19126 10000.
19127
19128 2015-08-03 Doug Evans <dje@google.com>
19129
19130 * Makefile.in (workers/%.worker, build-perf): New rule.
19131 (GDB_PERFTEST_MODE): New variable.
19132 (check-perf): Use it.
19133 (clean): Clean up gdb.perf parallel build subdirs.
19134 * lib/build-piece.exp: New file.
19135 * lib/gdb.exp (make_gdb_parallel_path): New function
19136 (standard_output_file, standard_temp_file): Call it.
19137 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19138 of $GDB_PARALLEL.
19139 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
19140
19141 2015-08-03 Doug Evans <dje@google.com>
19142
19143 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
19144 (LOG_FILE_NAME): New global.
19145 (TextReporter.__init__): Initialize self.txt_sum.
19146 (TextReporter.report): Add support for multiple data-points.
19147 Move report to perftest.sum, put raw data in perftest.log.
19148 (TextReporter.start): Open sum and log files.
19149 (TextReporter.end): Close sum and log files.
19150 * gdb.perf/lib/perftest/testresult.py
19151 (SingleStatisticTestResult.record): Handle multiple data-points.
19152
19153 2015-07-31 Pedro Alves <palves@redhat.com>
19154
19155 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
19156 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19157 kill_wait_spawned_process instead of explicit "kill -9".
19158 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
19159 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19160 kill_wait_spawned_process.
19161 * gdb.base/attach-twice.exp: Likewise.
19162 * gdb.base/attach.exp: Likewise.
19163 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
19164 gdb_test_multiple.
19165 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
19166 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19167 kill_wait_spawned_process.
19168 * gdb.base/valgrind-infcall.exp: Likewise.
19169 * gdb.multi/multi-attach.exp: Likewise.
19170 * gdb.python/py-prompt.exp: Likewise.
19171 * gdb.python/py-sync-interp.exp: Likewise.
19172 * gdb.server/ext-attach.exp: Likewise.
19173 * gdb.threads/attach-into-signal.exp (corefunc): Use
19174 spawn_wait_for_attach, spawn_id_get_pid and
19175 kill_wait_spawned_process.
19176 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
19177 spawn_wait_for_attach returning a spawn id instead of a pid. Use
19178 spawn_id_get_pid and kill_wait_spawned_process.
19179 * gdb.threads/attach-stopped.exp (corefunc): Use
19180 spawn_wait_for_attach, spawn_id_get_pid and
19181 kill_wait_spawned_process.
19182 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
19183 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19184 kill_wait_spawned_process instead of explicit "kill -9".
19185 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
19186 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
19187 (spawn_wait_for_attach): Use spawn instead of exec to spawn
19188 processes. Don't map cygwin/windows pids here. Now returns a
19189 spawn id list.
19190
19191 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19192
19193 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
19194 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
19195 correct patch.
19196
19197 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19198
19199 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
19200
19201 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19202
19203 Reapply:
19204 2014-05-21 Mark Wielaard <mjw@redhat.com>
19205
19206 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19207
19208 2015-07-30 Pedro Alves <palves@redhat.com>
19209
19210 * linux-low.c (handle_extended_wait): Set the child's last
19211 reported status to TARGET_WAITKIND_STOPPED.
19212
19213 2015-07-30 Pedro Alves <palves@redhat.com>
19214
19215 PR threads/18600
19216 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
19217 only shows inferior 1.
19218
19219 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
19220 Pedro Alves <palves@redhat.com>
19221
19222 PR threads/18600
19223 * gdb.threads/fork-plus-threads.c: New file.
19224 * gdb.threads/fork-plus-threads.exp: New file.
19225
19226 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19227
19228 * gdb.base/batch-preserve-term-settings.exp
19229 (test_terminal_settings_preserved_after_cli_exit): Use
19230 send_quit_command.
19231
19232 2015-07-29 Pedro Alves <palves@redhat.com>
19233 Don Breazeal <donb@codesourcery.com>
19234
19235 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
19236 output from both inferior_spawn_id and gdb_spawn_id.
19237
19238 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19239
19240 * gdb.threads/attach-into-signal.exp (corefunc): Use
19241 with_test_prefix on nested loops, uniquefying the test messages.
19242
19243 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19244
19245 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
19246 commit.
19247
19248 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19249
19250 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
19251 New proc.
19252 (test_terminal_settings_preserved_after_sigterm): New test.
19253
19254 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19255
19256 * gdb.base/batch-preserve-term-settings.exp
19257 (test_terminal_settings_preserved_after_cli_exit): New test.
19258
19259 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19260
19261 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
19262 manipulation of saved_gdbflags.
19263 (test_terminal_settings_preserved): Remove global declaration of
19264 the unused variable pagination_prompt. Remove manipulation of
19265 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
19266 GDBFLAGS.
19267
19268 2015-07-29 Pedro Alves <palves@redhat.com>
19269
19270 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
19271
19272 2015-07-29 Pedro Alves <palves@redhat.com>
19273
19274 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
19275 at the top.
19276
19277 2015-07-29 Pedro Alves <palves@redhat.com>
19278
19279 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
19280 (main): Call gdb_unbuffer_output.
19281 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
19282 (main): Call gdb_unbuffer_output.
19283 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
19284 (main): Call gdb_unbuffer_output.
19285 * gdb.base/call-strs.exp: Adjust to step over the
19286 gdb_unbuffer_output call.
19287 * gdb.base/catch-gdb-caused-signals.c: Include
19288 "../lib/unbuffer_output.c".
19289 (main): Call gdb_unbuffer_output.
19290 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
19291 (main): Call gdb_unbuffer_output.
19292 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
19293 (main): Call gdb_unbuffer_output.
19294 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
19295 (main): Call gdb_unbuffer_output.
19296 * gdb.base/shlib-call.exp: Adjust to step over the
19297 gdb_unbuffer_output call.
19298 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
19299 (main): Call gdb_unbuffer_output.
19300 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
19301 (main): Call gdb_unbuffer_output.
19302 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
19303 (main): Rename to ...
19304 (test): ... this.
19305 (main): Reimplement.
19306 * gdb.base/varargs.exp: Run to test instead of to main.
19307 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19308 (main): Call gdb_unbuffer_output.
19309
19310 2015-07-29 Pedro Alves <palves@redhat.com>
19311
19312 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
19313 factore out from mi_continue_dprintf. For call-style dprintfs,
19314 expect dprintf output out of $inferior_spawn_id.
19315 (mi_continue_dprintf): Use mi_expect_dprintf.
19316 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19317 (main): Call gdb_unbuffer_output.
19318
19319 2015-07-29 Pedro Alves <palves@redhat.com>
19320
19321 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
19322 (default_mi_gdb_start): Set inferior_spawn_id instead of
19323 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
19324 gdb_spawn_id.
19325 (mi_gdb_test): Always expect inferior output from both
19326 $inferior_spawn_id and $gdb_spawn_id.
19327
19328 2015-07-29 Pedro Alves <palves@redhat.com>
19329
19330 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
19331 send_inferior and $inferior_spawn_id.
19332
19333 2015-07-29 Pedro Alves <palves@redhat.com>
19334
19335 * gdb.gdb/complaints.exp (test_initial_complaints)
19336 (test_serial_complaints, test_short_complaints): Use
19337 gdb_test_stdio.
19338 (test_empty_complaint): Handle $inferior_spawn_id !=
19339 $gdb_spawn_id.
19340
19341 2015-07-29 Pedro Alves <palves@redhat.com>
19342
19343 * gdb.base/varargs.exp: Use gdb_test_stdio.
19344
19345 2015-07-29 Pedro Alves <palves@redhat.com>
19346
19347 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
19348
19349 2015-07-29 Pedro Alves <palves@redhat.com>
19350
19351 * gdb.base/ending-run.exp: Use gdb_test_stdio.
19352
19353 2015-07-29 Pedro Alves <palves@redhat.com>
19354
19355 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
19356 parameter into two new parameters, "inf_result" and "gdb_result".
19357 Expect inferior output and gdb output from $inferior_spawn_id and
19358 $gdb_spawn_id, respectively. Adjust all callers.
19359
19360 2015-07-29 Pedro Alves <palves@redhat.com>
19361
19362 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
19363 of gdb_test_sequence.
19364
19365 2015-07-29 Pedro Alves <palves@redhat.com>
19366
19367 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
19368 (saw_spurious_output): Expect inferior output from
19369 $inferior_spawn_id. Use gdb_test_stdio.
19370
19371 2015-07-29 Pedro Alves <palves@redhat.com>
19372
19373 * gdb.base/dprintf.exp: Use standard_testfile. Change
19374 prepare_for_testing call.
19375 (srcfile): Don't set.
19376 (restart): New procedure.
19377 (test_dprintf): New procecure, use to continue over dprintfs.
19378 (test_call, test_agent): New procedures, tests moved here.
19379 Restart gdb and recreate dprintfs. Adjust expected output.
19380
19381 2015-07-29 Pedro Alves <palves@redhat.com>
19382
19383 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19384
19385 2015-07-29 Pedro Alves <palves@redhat.com>
19386
19387 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19388
19389 2015-07-29 Pedro Alves <palves@redhat.com>
19390
19391 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19392 gdb_test_stdio.
19393
19394 2015-07-29 Pedro Alves <palves@redhat.com>
19395
19396 * lib/gdb.exp (gdb_test_stdio): New procedure.
19397
19398 2015-07-29 Pedro Alves <palves@redhat.com>
19399
19400 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19401
19402 2015-07-29 Pedro Alves <palves@redhat.com>
19403
19404 * gdb.base/call-signal-resume.exp: Remove check for
19405 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19406 * gdb.base/unwindonsignal.exp: Likewise.
19407 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19408 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19409
19410 2015-07-29 Pedro Alves <palves@redhat.com>
19411
19412 * gdb.base/siginfo-addr.c (pass): New function.
19413 (handler): Call it iff si_addr is correct.
19414 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19415 Set a breakpoint at "pass" and continue to it.
19416
19417 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19418
19419 * gdb.python/py-objfile.exp: Make some tests have unique names.
19420 * gdb.python/py-pp-registration.exp: Likewise.
19421
19422 2015-07-28 Pedro Alves <palves@redhat.com>
19423
19424 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19425
19426 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19427
19428 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19429
19430 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19431
19432 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19433
19434 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19435
19436 * gdb.base/gdb-sigterm-2.exp: New test.
19437
19438 2015-07-25 Doug Evans <xdje42@gmail.com>
19439
19440 Revert:
19441 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19442 (workers/%.worker, build-perf): New rule.
19443 (GDB_PERFTEST_MODE): New variable.
19444 (check-perf): Use it.
19445 (clean): Clean up gdb.perf parallel build subdirs.
19446 * lib/build-piece.exp: New file.
19447 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19448 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19449 name.
19450 (standard_temp_file): Ditto.
19451 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19452 of $GDB_PARALLEL.
19453
19454 2015-07-24 Doug Evans <dje@google.com>
19455
19456 * gdb.perf/lib/perftest/utils.py: New file.
19457 * gdb.perf/gm-hello.cc: New file.
19458 * gdb.perf/gm-pervasive-typedef.cc: New file.
19459 * gdb.perf/gm-pervasive-typedef.h: New file.
19460 * gdb.perf/gm-std.cc: New file.
19461 * gdb.perf/gm-std.h: New file.
19462 * gdb.perf/gm-use-cerr.cc: New file.
19463 * gdb.perf/gm-utils.h: New file.
19464 * gdb.perf/gmonster-null-lookup.py: New file.
19465 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19466 * gdb.perf/gmonster-print-cerr.py: New file.
19467 * gdb.perf/gmonster-ptype-string.py: New file.
19468 * gdb.perf/gmonster-runto-main.py: New file.
19469 * gdb.perf/gmonster-select-file.py: New file.
19470 * gdb.perf/gmonster1-null-lookup.exp: New file.
19471 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19472 * gdb.perf/gmonster1-print-cerr.exp: New file.
19473 * gdb.perf/gmonster1-ptype-string.exp: New file.
19474 * gdb.perf/gmonster1-runto-main.exp: New file.
19475 * gdb.perf/gmonster1-select-file.exp: New file.
19476 * gdb.perf/gmonster1.cc: New file.
19477 * gdb.perf/gmonster1.exp: New file.
19478 * gdb.perf/gmonster2-null-lookup.exp: New file.
19479 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19480 * gdb.perf/gmonster2-print-cerr.exp: New file.
19481 * gdb.perf/gmonster2-ptype-string.exp: New file.
19482 * gdb.perf/gmonster2-runto-main.exp: New file.
19483 * gdb.perf/gmonster2-select-file.exp: New file.
19484 * gdb.perf/gmonster2.cc: New file.
19485 * gdb.perf/gmonster2.exp: New file.
19486
19487 2015-07-24 Doug Evans <dje@google.com>
19488
19489 * gdb.perf/README: New file.
19490 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19491 * lib/gen-perf-test.exp: New file.
19492
19493 2015-07-24 Doug Evans <dje@google.com>
19494
19495 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19496 (PerfTest::startup): New function.
19497 (PerfTest::run): Return result of calling body.
19498 (PerfTest::assemble): Rewrite.
19499 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19500 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19501 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19502 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19503 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19504
19505 2015-07-24 Doug Evans <dje@google.com>
19506
19507 * lib/gdb.exp (clean_restart): Make executable optional.
19508
19509 2015-07-24 Doug Evans <dje@google.com>
19510
19511 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19512 compiler_info references.
19513 * gdb.cp/temargs.exp: Ditto.
19514 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19515 (get_compiler_info): Early exit if already computed. Set compiler_info
19516 to "unknown" if there was a problem.
19517 (test_compiler_info): Add function comment. Call get_compiler_info.
19518
19519 2015-07-24 Doug Evans <dje@google.com>
19520
19521 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19522 (workers/%.worker, build-perf): New rule.
19523 (GDB_PERFTEST_MODE): New variable.
19524 (check-perf): Use it.
19525 (clean): Clean up gdb.perf parallel build subdirs.
19526 * lib/build-piece.exp: New file.
19527 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19528 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19529 name.
19530 (standard_temp_file): Ditto.
19531 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19532 of $GDB_PARALLEL.
19533
19534 2015-07-24 Doug Evans <dje@google.com>
19535
19536 * lib/future.exp (gdb_default_target_compile): New option
19537 "early_flags".
19538 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19539 --as-needed.
19540
19541 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19542
19543 * gdb.base/catch-syscall.exp: Call gdb_exit before
19544 gdb_skip_xml_test.
19545
19546 2015-07-24 Pedro Alves <palves@redhat.com>
19547
19548 * gdb.python/py-events.exp: Accept output between the stop event
19549 and the prompt.
19550 * gdb.python/py-evsignal.exp: Likewise.
19551 * gdb.python/py-evthreads.exp: Likewise.
19552
19553 2015-07-24 Pedro Alves <palves@redhat.com>
19554
19555 PR gdb/18717
19556 * gdb.threads/non-ldr-exit.c: New file.
19557 * gdb.threads/non-ldr-exit.exp: New file.
19558
19559 2015-07-24 Yao Qi <yao.qi@linaro.org>
19560
19561 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19562 restarting process.
19563
19564 2015-07-24 Yao Qi <yao.qi@linaro.org>
19565
19566 * gdb.server/ext-restart.exp: New file.
19567
19568 2015-07-24 Yao Qi <yao.qi@linaro.org>
19569
19570 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19571 argument options.
19572 * gdb.server/ext-wrapper.exp: New file.
19573
19574 2015-07-23 Doug Evans <dje@google.com>
19575
19576 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19577 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19578
19579 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19580
19581 * gdb.ada/var_arr_typedef.exp: New testcase.
19582 * gdb.ada/var_arr_typedef/pack.adb: New file.
19583 * gdb.ada/var_arr_typedef/pack.ads: New file.
19584 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19585
19586 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19587
19588 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19589
19590 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19591
19592 * gdb.arch/i386-biarch-core.exp: Replace istarget
19593 by "complete set gnutarget". Remove expectation for the "core-file"
19594 command.
19595
19596 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19597
19598 Revert the previous commit:
19599 Tests for validate symbol file using build-id.
19600
19601 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19602
19603 Tests for validate symbol file using build-id.
19604 * gdb.base/solib-mismatch-lib.c: New file.
19605 * gdb.base/solib-mismatch-libmod.c: New file.
19606 * gdb.base/solib-mismatch.c: New file.
19607 * gdb.base/solib-mismatch.exp: New file.
19608
19609 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19610
19611 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19612 nios2-*-linux*.
19613 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19614 * gdb.base/siginfo.exp: Likewise.
19615 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19616
19617 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19618
19619 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19620 Move it to ...
19621 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19622 ... here.
19623 * gdb.trace/range-stepping.exp: Check that the target supports
19624 range stepping.
19625
19626 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19627
19628 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19629
19630 2015-07-14 Pedro Alves <palves@redhat.com>
19631
19632 * gdb.base/killed-outside.exp: New file.
19633 * gdb.base/killed-outside.c: New file.
19634
19635 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19636
19637 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19638 (n at main): New.
19639 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19640
19641 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19642
19643 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19644 infcall tests instead of setting up for KFAIL.
19645
19646 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19647
19648 * gdb.btrace/record_goto-step.exp: New.
19649
19650 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19651
19652 PR compile/18484
19653 * gdb.compile/compile.c (struct struct_type): Add volatile to
19654 selffield's type.
19655 * gdb.compile/compile.exp
19656 (compile code struct_object.selffield = &struct_object): Skip further
19657 struct_object tests if this one xfails.
19658
19659 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19660
19661 PR exp/18617
19662 * gdb.trace/ax.exp: Add test.
19663
19664 2015-07-07 Yao Qi <yao.qi@linaro.org>
19665
19666 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19667 instead of istarget "aarch64*-*-*".
19668 * gdb.arch/aarch64-fp.exp: Likewise.
19669 * gdb.base/float.exp: Likewise.
19670 * gdb.reverse/aarch64.exp: Likewise.
19671 * lib/gdb.exp (is_aarch64_target): New proc.
19672
19673 2015-07-07 Yao Qi <yao.qi@linaro.org>
19674
19675 * lib/gdb.exp (is_aarch32_target): New proc.
19676 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19677 instead of "istarget "arm*-*-*"".
19678 * gdb.arch/arm-disp-step.exp: Likewise.
19679 * gdb.arch/thumb-bx-pc.exp: Likewise.
19680 * gdb.arch/thumb-prologue.exp: Likewise.
19681 * gdb.arch/thumb-singlestep.exp: Likewise.
19682 * gdb.base/disp-step-syscall.exp: Likewise.
19683 * gdb.base/float.exp: Likewise.
19684
19685 2015-07-07 Yao Qi <yao.qi@linaro.org>
19686
19687 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19688 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19689
19690 2015-07-07 Yao Qi <yao.qi@linaro.org>
19691
19692 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19693 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19694 if it exists.
19695 * gdb.multi/multi-arch.exp: Likewise.
19696
19697 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19698
19699 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19700 print.
19701
19702 2015-07-07 Yao Qi <yao.qi@linaro.org>
19703
19704 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19705
19706 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19707
19708 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19709 '[' and ']' characters.
19710
19711 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19712
19713 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19714
19715 2015-06-29 Pedro Alves <palves@redhat.com>
19716
19717 PR threads/18127
19718 * gdb.threads/hand-call-new-thread.c: New file.
19719 * gdb.threads/hand-call-new-thread.c: New file.
19720
19721 2015-06-26 Keith Seitz <keiths@redhat.com>
19722 Doug Evans <dje@google.com>
19723
19724 PR 16253
19725 * gdb.cp/var-tag-2.cc: New file.
19726 * gdb.cp/var-tag-3.cc: New file.
19727 * gdb.cp/var-tag-4.cc: New file.
19728 * gdb.cp/var-tag.cc: New file.
19729 * gdb.cp/var-tag.exp: New file.
19730
19731 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19732
19733 * gdb.base/history-duplicates.exp: New test.
19734
19735 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19736
19737 * gdb.base/completion.exp: Test the completion of the "focus"
19738 command.
19739
19740 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19741
19742 * gdb.arch/amd64-prologue-skip.S: New file.
19743 * gdb.arch/amd64-prologue-skip.exp: New file.
19744
19745 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19746
19747 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19748 is_address_zero_readable check.
19749
19750 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19751
19752 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19753 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19754
19755 2015-06-24 Yao Qi <yao.qi@linaro.org>
19756
19757 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19758 linux targets.
19759
19760 2015-06-24 Yao Qi <yao.qi@linaro.org>
19761
19762 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19763 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19764 * gdb.base/siginfo-thread.exp: Likewise.
19765
19766 2015-06-22 Yao Qi <yao.qi@linaro.org>
19767
19768 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19769
19770 2015-06-22 Yao Qi <yao.qi@linaro.org>
19771
19772 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19773 aarch64*-*-*.
19774 (skip_hw_watchpoint_tests): Likewise.
19775
19776 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19777
19778 * gdb.base/gdbinit-history.exp: Test the interaction between
19779 setting GDBHISTSIZE and setting the history size via .gdbinit.
19780
19781 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19782
19783 PR gdb/16999
19784 * gdb.base/gdbhistsize-history.exp: New test.
19785
19786 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19787
19788 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19789 with GDBHISTSIZE.
19790 * gdb.base/readline.exp: Likewise.
19791
19792 2015-06-17 Yao Qi <yao.qi@linaro.org>
19793
19794 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19795 line.
19796
19797 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19798
19799 * gdb.base/gdbinit-history.exp: Add test case to check that
19800 an unlimited history file does not get truncated on exit.
19801
19802 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19803
19804 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19805 (VECTOR): New macro. Use it...
19806 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19807 ...for these typedefs.
19808 (int8, char1, int1, double1): New typedefs.
19809 (struct just_int2, struct two_int2): New structures.
19810 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19811 (add_structvecs, add_singlevecs): New functions.
19812 (main): Call add_some_intvecs twice.
19813 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19814 the compile and exit upon failure. Try compiling for the "native"
19815 architecture. Test inferior function calls with vector arguments
19816 and vector return value handling with "finish" and "return".
19817
19818 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19819
19820 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19821 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19822 PE file.
19823 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19824
19825 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19826
19827 PR breakpoints/16465
19828 * gdb.mi/mi-dprintf-pending.c: New file.
19829 * gdb.mi/mi-dprintf-pending.exp: New test.
19830 * gdb.mi/mi-dprintf-pendshr.c: New file.
19831
19832 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19833 Mircea Gherzan <mircea.gherzan@intel.com>
19834
19835 * gdb.arch/i386-mpx-map.c: New file.
19836 * gdb.arch/i386-mpx-map.exp: New File.
19837
19838 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19839
19840 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19841 * gdb.arch/i386-mpx.exp: Indentation fixed.
19842
19843 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19844
19845 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19846 function and improved indentation.
19847 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19848 gdb_test_multiple. Added additional tests to skip the test.
19849
19850 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19851
19852 * gdb.arch/i386-avx512.c: Change path in include file.
19853 * gdb.arch/i386-avx512.exp: Change include dir path
19854 compilation flag.
19855 * gdb.arch/i386-mpx.c: Change path in include file.
19856 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19857 flag.
19858
19859 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19860
19861 * gdb.compile/compile-print.exp (compile print *vararray@3)
19862 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19863
19864 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19865
19866 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19867 (do not keep jit in memory): ... this.
19868 (expect 5): Change it to ...
19869 (expect no 5): ... this.
19870
19871 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19872
19873 PR gdb/15564
19874 * gdb.mi/mi-detach.exp: New file.
19875
19876 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19877
19878 PR symtab/18392
19879 * gdb.arch/amd64-tailcall-self.S: New file.
19880 * gdb.arch/amd64-tailcall-self.c: New file.
19881 * gdb.arch/amd64-tailcall-self.exp: New file.
19882
19883 2015-05-28 Don Breazeal <donb@codesourcery.com>
19884
19885 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19886 tests for remote targets by checking is_target_gdbserver.
19887
19888 2015-05-27 Doug Evans <dje@google.com>
19889
19890 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19891 * gdb.dwarf2/opaque-type-lookup.c: New file.
19892 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19893
19894 2015-05-26 Doug Evans <dje@google.com>
19895
19896 * gdb.cp/iostream.cc: New file.
19897 * gdb.cp/iostream.exp: New file.
19898
19899 2015-05-26 Doug Evans <dje@google.com>
19900
19901 * gdb.dwarf2/dw2-op-call.exp: Update.
19902 * gdb.dwarf2/dw4-sig-types.exp: Update.
19903 * gdb.dwarf2/implptr.exp: Update.
19904 * gdb.mi/mi-cmd-param-changed.exp: Update.
19905
19906 2015-05-26 Doug Evans <dje@google.com>
19907
19908 * gdb.python/py-lazy-string.c: New file.
19909 * gdb.python/py-lazy-string.exp: New file.
19910 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19911 (main): Update. Add estring3.
19912 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19913 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19914
19915 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19916 Yao Qi <yao.qi@linaro.org>
19917
19918 * gdb.reverse/aarch64.c: New.
19919 * gdb.reverse/aarch64.exp: New.
19920
19921 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19922
19923 * lib/gdb.exp (supports_process_record): Return true for
19924 aarch64*-linux*.
19925 (supports_reverse): Likewise.
19926
19927 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19928
19929 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19930 Use with_test_prefix.
19931
19932 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19933
19934 * gdb.base/completion.exp: Add test for completion of layout
19935 names.
19936
19937 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19938
19939 * lib/gdb.exp (skip_tui_tests): New proc.
19940 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19941
19942 2015-05-19 Pedro Alves <palves@redhat.com>
19943
19944 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19945 Save the whole env array instead of just HOME. Unset HISTSIZE in
19946 the environment while testing. Restore whole environment
19947 afterwards.
19948
19949 2015-05-16 Doug Evans <xdje42@gmail.com>
19950
19951 * gdb.guile/scm-ports.c: New file.
19952 * gdb.guile/scm-ports.exp: Add memory port tests.
19953
19954 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19955
19956 * gdb.compile/compile-print.c: New file.
19957 * gdb.compile/compile-print.exp: New file.
19958
19959 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19960
19961 * gdb.compile/compile-ops.exp: Cast param to void.
19962 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19963 (compile code struct_object.selffield = &struct_object): Add xfail.
19964
19965 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19966
19967 * gdb.ada/arr_enum_with_gap: New testcase.
19968
19969 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19970
19971 * gdb.ada/byte_packed_arr: New testcase.
19972
19973 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19974
19975 * gdb.ada/pckd_neg: New testcase.
19976
19977 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19978
19979 PR gdb/17820
19980 * gdb.base/gdbinit-history.exp: New test.
19981 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19982 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19983
19984 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19985
19986 * gdb.python/py-xmethods.cc: Enhance test case.
19987 * gdb.python/py-xmethods.exp: New tests.
19988 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19989 function.
19990 (B_indexoper): Likewise.
19991 (global_dm_list) : Add new xmethod worker functions.
19992
19993 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19994
19995 * gdb.base/coredump-filter.exp: Correctly unset
19996 "coredump_var_addr" array.
19997
19998 2015-05-08 Pedro Alves <palves@redhat.com>
19999
20000 * gdb.server/non-existing-program.exp: Unset spawn_id.
20001
20002 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
20003
20004 PR python/18291
20005 * gdb.python/py-xmethods.exp: Add tests.
20006
20007 2015-05-08 Yao Qi <yao.qi@linaro.org>
20008
20009 PR gdb/18208
20010 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
20011 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
20012 function set_coredump_filter, and remove remote_exec call.
20013 Remove argument ipid. Callers update.
20014 (top level): Don't get inferior's PID.
20015
20016 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
20017
20018 * gdb.base/watch_thread_num.exp: Skip test on targets without
20019 access watchpoints.
20020
20021 2015-05-06 Pedro Alves <palves@redhat.com>
20022
20023 PR server/18081
20024 * gdb.server/non-existing-program.exp: New file.
20025
20026 2015-05-05 Joel Brobecker <brobecker@adacore.com>
20027
20028 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
20029
20030 2015-05-05 Joel Brobecker <brobecker@adacore.com>
20031
20032 * gdb.ada/out_of_line_in_inlined: New testcase.
20033
20034 2015-05-05 Joel Brobecker <brobecker@adacore.com>
20035
20036 * gdb.ada/var_rec_arr: New testcase.
20037
20038 2015-04-30 Yao Qi <yao.qi@linaro.org>
20039
20040 * gdb.base/break-idempotent.exp: If
20041 skip_hw_watchpoint_multi_tests returns true, skip the tests
20042 on "rwatch" and "awatch".
20043
20044 2015-04-30 Yao Qi <yao.qi@linaro.org>
20045
20046 * gdb.base/relativedebug.exp: Invoke gdb command
20047 "info sharedlibrary", and if libc.so doesn't have debug info,
20048 skip the test.
20049
20050 2015-04-29 Doug Evans <dje@google.com>
20051
20052 * gdb.python/py-xmethods.exp: Add ptype tests.
20053 * gdb.python/py-xmethods.py (E_method_char_worker): Add
20054 get_result_type method.
20055
20056 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
20057
20058 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
20059 the target does not support hardware watchpoints.
20060
20061 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
20062
20063 * gdb.base/break-always.exp: Abort testing if writing to memory
20064 causes an error.
20065
20066 2015-04-28 Doug Evans <dje@google.com>
20067
20068 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
20069 * gdb.python/py-pp-registration.exp: ... here. New file.
20070 * gdb.python/py-pp-registration.c: New file.
20071 * gdb.python/py-pp-registration.py: New file.
20072
20073 2015-04-28 Doug Evans <dje@google.com>
20074
20075 * gdb.python/py-bad-printers.c: New file.
20076 * gdb.python/py-bad-printers.py: New file.
20077 * gdb.python/py-bad-printers.exp: New file.
20078
20079 2015-04-28 Sasha Smundak <asmundak@google.com>
20080
20081 * gdb.python/py-type.exp: New test.
20082
20083 2015-04-28 Andy Wingo <wingo@igalia.com>
20084
20085 * gdb.python/py-parameter.exp:
20086 * gdb.guile/scm-parameter.exp: Escape the path that we are
20087 matching against, as it might contain characters that are special
20088 to regular expressions.
20089
20090 2015-04-27 Joel Brobecker <brobecker@adacore.com>
20091
20092 * gdb.ada/rec_comp: New testcase.
20093
20094 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
20095
20096 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
20097 before using it.
20098
20099 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
20100
20101 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
20102 new tests for verilog output.
20103
20104 2015-04-24 Yao Qi <yao.qi@linaro.org>
20105
20106 * boards/remote-gdbserver-on-localhost.exp: New file.
20107
20108 2015-04-23 Pedro Alves <palves@redhat.com>
20109
20110 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
20111 $inferior_spawn_id instead of $inferior_spawn_id directly. On
20112 "end of file", remove $inferior_spawn_id from the indirect list.
20113
20114 2015-04-23 Pedro Alves <palves@redhat.com>
20115
20116 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
20117
20118 2015-04-23 Pedro Alves <palves@redhat.com>
20119
20120 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
20121 on $any_spawn_id instead of only on $gdb_spawn_id.
20122
20123 2015-04-21 Pierre Muller <muller@sourceware.org>
20124
20125 PR pascal/17815
20126 * lib/pascal.exp (gpc_compile): Add new option "class".
20127 (fpc_compile): Likewise.
20128 * gdb.pascal/case-insensitive-symbols.pas: New file.
20129 * gdb.pascal/case-insensitive-symbols.exp: New file.
20130
20131 2015-04-20 Gary Benson <gbenson@redhat.com>
20132
20133 * gdb.base/attach.exp: Fix three extended remote failures.
20134
20135 2015-04-17 Gary Benson <gbenson@redhat.com>
20136
20137 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
20138 the main executable over the remote protocol.
20139
20140 2015-04-16 Pedro Alves <palves@redhat.com>
20141
20142 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
20143 a new gdbserver if gdbserver_reconnect_p is set.
20144
20145 2015-04-16 Pedro Alves <palves@redhat.com>
20146
20147 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
20148 is set, don't exit gdbserver.
20149
20150 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20151
20152 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
20153 appropriate .insn, such that an older assembler can be used.
20154 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
20155 the z/Architecture instruction set on 31-bit targets as well.
20156
20157 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20158
20159 * gdb.go/handcall.exp: Remove all logic related to the first
20160 breakpoint and rely on go_runto_main instead.
20161 * gdb.go/strings.exp: Likewise.
20162 * gdb.go/unsafe.exp: Likewise.
20163 * gdb.go/hello.exp: Likewise. Also rename the remaining
20164 breakpoint marker to "breakpoint 1".
20165 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
20166 * gdb.go/strings.go: Likewise.
20167 * gdb.go/unsafe.go: Likewise.
20168 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
20169 "set breakpoint 2 here" and rename the remaining breakpoint marker
20170 to "breakpoint 1".
20171
20172 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
20173
20174 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
20175 if itertools.imap is not present.
20176 * gdb.python/py-objfile.exp: Add parentheses.
20177 * gdb.python/py-type.exp: Same.
20178 * gdb.python/py-unwind-maint.py: Same.
20179
20180 2015-04-15 Yao Qi <yao.qi@linaro.org>
20181
20182 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
20183 of ":$ptr_size" and set its form explicitly.
20184
20185 2015-04-15 Pedro Alves <palves@redhat.com>
20186 Yao Qi <yao.qi@linaro.org>
20187
20188 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
20189 timeout by factor of 4.
20190 (test_regular_watch): Likewise.
20191 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
20192 * gdb.reverse/sigall-reverse.exp: Likewise.
20193 * gdb.reverse/until-precsave.exp: Likewise.
20194 * lib/gdb.exp (with_timeout_factor): New proc.
20195 (gdb_expect): Move some code to ...
20196 (get_largest_timeout): ... here. New procedure.
20197
20198 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
20199
20200 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
20201
20202 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20203
20204 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
20205 to write to the .text section.
20206
20207 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20208
20209 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
20210 Handle the case of targets that do not provide PID information.
20211
20212 2015-04-13 Yao Qi <yao.qi@linaro.org>
20213
20214 * lib/gdbserver-support.exp (gdb_exit): Catch exception
20215 and use expect instead of gdb_expect.
20216
20217 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
20218
20219 * gdb.base/coredump-filter.exp: Rename variable "addr" to
20220 "coredump_var_addr" to avoid naming conflict with other testcases.
20221
20222 2015-04-10 Pedro Alves <palves@redhat.com>
20223
20224 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
20225 gdb_test_sequence and gdb_assert.
20226
20227 2015-04-10 Pedro Alves <palves@redhat.com>
20228
20229 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
20230 test messages that don't include the breakpoint address.
20231
20232 2015-04-10 Yao Qi <yao.qi@linaro.org>
20233
20234 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
20235 false for some offset and width combinations which aren't
20236 supported by linux kernel.
20237
20238 2015-04-10 Pedro Alves <palves@redhat.com>
20239
20240 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
20241 procedure, factored out from ...
20242 (top level): ... here. Add "set displaced-stepping" testing axis.
20243 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
20244 parameter "displaced". Use it.
20245 (top level): Use foreach and add "set displaced-stepping" testing
20246 axis.
20247
20248 2015-04-10 Pedro Alves <palves@redhat.com>
20249
20250 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
20251 Remove comment.
20252 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
20253 both the address of the instruction that triggers the watchpoint
20254 and the address of the instruction immediately after, and use
20255 those addresses for the test. Fix comment.
20256
20257 2015-04-10 Pedro Alves <palves@redhat.com>
20258
20259 * gdb.base/sigstep.exp (breakpoint_to_handler)
20260 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
20261 Test "backtrace" in handler.
20262 (breakpoint_over_handler): New parameter 'displaced'. Use it.
20263 (top level): Add new "displaced" test axis to
20264 breakpoint_to_handler, breakpoint_to_handler_entry and
20265 breakpoint_over_handler.
20266
20267 2015-04-10 Pedro Alves <palves@redhat.com>
20268
20269 PR gdb/18216
20270 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
20271
20272 2015-04-10 Yao Qi <yao.qi@linaro.org>
20273
20274 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
20275 (test_add_rn_pc): New function.
20276 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
20277 (top level): Invoke test_add_rn_pc.
20278
20279 2015-04-10 Pedro Alves <palves@redhat.com>
20280
20281 PR gdb/13858
20282 * gdb.base/step-over-no-symbols.exp: New file.
20283
20284 2015-04-09 Andy Wingo <wingo@igalia.com>
20285
20286 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
20287 after the Python tests.
20288
20289 2015-04-08 Keith Seitz <keiths@redhat.com>
20290
20291 PR python/16699
20292 * gdb.python/py-completion.exp: New tests for completion.
20293 * gdb.python/py-completion.py (CompleteLimit1): New class.
20294 (CompleteLimit2): Likewise.
20295 (CompleteLimit3): Likewise.
20296 (CompleteLimit4): Likewise.
20297 (CompleteLimit5): Likewise.
20298 (CompleteLimit6): Likewise.
20299 (CompleteLimit7): Likewise.
20300
20301 2015-04-08 Pedro Alves <palves@redhat.com>
20302
20303 PR gdb/18214
20304 PR gdb/18216
20305 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
20306 function.
20307 (main): Install it as SIGUSR1 handler.
20308 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
20309 parameter. Always use "setup" as prefix. Toggle "set
20310 displaced-stepping" off/on depending on global. Don't switch to
20311 thread 1 here.
20312 (top level): Add displaced stepping "off/on" test axis. Update
20313 "setup" calls. Wrap each subtest with with_test_prefix. Test
20314 continuing with a queued signal in each thread.
20315
20316 2015-04-08 Pedro Alves <palves@redhat.com>
20317
20318 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
20319 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
20320 gdb_breakpoint instead of gdb_test that doesn't expect anything.
20321 Return early if running to main fails.
20322 * gdb.trace/while-stepping.exp: Likewise.
20323
20324 2015-04-07 Pedro Alves <palves@redhat.com>
20325
20326 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
20327 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
20328 interact with inferior program.
20329
20330 2015-04-07 Pedro Alves <palves@redhat.com>
20331
20332 * lib/gdb.exp (inferior_spawn_id): New global.
20333 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
20334 spawn id after processing the user code.
20335 (default_gdb_start): Set inferior_spawn_id.
20336 (send_inferior): New procedure.
20337 * lib/gdbserver-support.exp (gdbserver_start): Set
20338 inferior_spawn_id.
20339 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
20340
20341 2015-04-07 Pedro Alves <palves@redhat.com>
20342
20343 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
20344 * lib/gdbserver-support.exp (gdbserver_start): Make
20345 $server_spawn_id global.
20346 (gdbserver_start): Don't wait for gdbserver's spawn id with
20347 expect_background.
20348 (close_gdbserver): New procedure.
20349 (gdb_exit): Rename the default version and reimplement.
20350
20351 2015-04-07 Pedro Alves <palves@redhat.com>
20352
20353 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
20354 append the substituted item, not the original item.
20355
20356 2015-04-07 Pedro Alves <palves@redhat.com>
20357
20358 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
20359 gdb_expect.
20360
20361 2015-04-07 Pedro Alves <palves@redhat.com>
20362
20363 * gdb.base/interrupt.exp: Don't handle the case of the inferior
20364 output appearing once only.
20365
20366 2015-04-07 Pedro Alves <palves@redhat.com>
20367
20368 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
20369 that doesn't expect anything. Return early if running to main
20370 fails.
20371
20372 2015-04-07 Yao Qi <yao.qi@linaro.org>
20373
20374 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
20375 (child_function): Call alarm.
20376 (main): Move call to alarm into the loop.
20377 * gdb.threads/non-stop-fair-events.exp: Build program with
20378 -DTIMEOUT=$timeout.
20379
20380 2015-04-06 Doug Evans <xdje42@gmail.com>
20381
20382 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
20383 Fix dest parameter to board_info.
20384 (fpc_compile): Ditto.
20385 (gdb_compile_pascal): Rename dest arg to destfile.
20386
20387 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
20388
20389 * gdb.ada/funcall_ref.exp: New file.
20390 * gdb.ada/funcall_ref/foo.adb: New file.
20391
20392 2015-04-02 Yao Qi <yao.qi@linaro.org>
20393
20394 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
20395 is remote.
20396
20397 2015-04-02 Gary Benson <gbenson@redhat.com>
20398
20399 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20400
20401 2015-04-01 Sasha Smundak <asmundak@google.com>
20402
20403 * gdb.python/py-unwind-maint.c: New file.
20404 * gdb.python/py-unwind-maint.exp: New test.
20405 * gdb.python/py-unwind-maint.py: New file.
20406 * gdb.python/py-unwind.c: New file.
20407 * gdb.python/py-unwind.exp: New test.
20408 * gdb.python/py-unwind.py: New test.
20409
20410 2015-04-01 Pedro Alves <palves@redhat.com>
20411
20412 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20413 to fail instead of non-existent $test.
20414
20415 2015-04-01 Pedro Alves <palves@redhat.com>
20416
20417 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20418 GDBFLAGS if not empty.
20419
20420 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20421
20422 * gdb.ada/complete.exp: Remove "multi_line".
20423 * gdb.ada/info_exc.exp: Remove "multi_line".
20424 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20425 * gdb.ada/ptype_field.exp: Remove "multi_line".
20426 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20427 * gdb.ada/tagged.exp: Remove "multi_line".
20428 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20429 [multi_line ...]
20430 * gdb.btrace/delta.exp: Likewise.
20431 * gdb.btrace/exception.exp: Likewise.
20432 * gdb.btrace/function_call_history.exp: Likewise.
20433 * gdb.btrace/instruction_history.exp: Likewise.
20434 * gdb.btrace/nohist.exp: Likewise.
20435 * gdb.btrace/record_goto.exp: Likewise.
20436 * gdb.btrace/segv.exp: Likewise.
20437 * gdb.btrace/stepi.exp: Likewise.
20438 * gdb.btrace/tailcall.exp: Likewise.
20439 * gdb.btrace/unknown_functions.exp: Likewise.
20440 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20441 * lib/gdb.exp: Add the "multi_line" helper.
20442
20443 2015-04-01 Pedro Alves <palves@redhat.com>
20444
20445 * gdb.threads/tid-reuse.c: New file.
20446 * gdb.threads/tid-reuse.exp: New file.
20447
20448 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20449
20450 PR corefiles/16092
20451 * gdb.base/coredump-filter.c: New file.
20452 * gdb.base/coredump-filter.exp: Likewise.
20453
20454 2015-03-27 Petr Machata <pmachata@redhat.com>
20455
20456 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20457 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20458 (Dwarf::assemble): Initialize them.
20459 (Dwarf::lines): New function.
20460
20461 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20462
20463 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20464 SYMBOL_PREFIX for x86_64-*-cygwin.
20465
20466 2015-03-26 Andy Wingo <wingo@igalia.com>
20467
20468 PR symtab/18148
20469 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20470 const_value but not a location.
20471 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20472 location defined in non-main CUs are visible.
20473
20474 2015-03-26 Yao Qi <yao.qi@linaro.org>
20475
20476 PR testsuite/18139
20477 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20478 Add a line number entry for the same line.
20479 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20480 Add a line number entry for the same line.
20481
20482 2015-03-26 Yao Qi <yao.qi@linaro.org>
20483
20484 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20485 .int 0.
20486 (func): Likewise. Add .Lfunc_1 label.
20487 Use .Lfunc_1 label.
20488 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20489 .int 0.
20490 (func): Likewise.
20491 Use .Lfunc_1 label.
20492
20493 2015-03-26 Yao Qi <yao.qi@linaro.org>
20494
20495 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20496 Call gdb_compile instead to compile each .s files without debug
20497 information.
20498
20499 2015-03-26 Yao Qi <yao.qi@linaro.org>
20500
20501 * gdb.base/savedregs.exp (process_saved_regs): Make
20502 "Saved registers:" optional in the pattern.
20503
20504 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20505
20506 * gdb.btrace/next.exp: Merged into step.exp.
20507 * gdb.btrace/finish.exp: Merged into step.exp.
20508 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20509 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20510 "record goto" and checking the exact replay position.
20511 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20512 check for "Recording format" in "info record" output.
20513 * gdb.btrace/record_goto.exp: Choose test file based on target.
20514 * gdb.btrace/x86-record_goto.S: Renamed into ...
20515 * gdb.btrace/x86_64-record_goto.S: ... this.
20516 * gdb.btrace/i686-record_goto.S: New.
20517 * gdb.btrace/x86-tailcall.S: Renamed into ...
20518 * gdb.btrace/x86_64-tailcall.S: ... this.
20519 * gdb.btrace/i686-tailcall.S: New.
20520 * gdb.btrace/x86-tailcall.c: Renamed into ...
20521 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20522 separate statements. Update test.
20523 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20524 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20525 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20526 * gdb.btrace/tailcall.exp: Choose test file based on target.
20527 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20528
20529 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20530
20531 * gdb.btrace/exception.exp: Increase BTS buffer size.
20532
20533 2015-03-24 Pedro Alves <palves@redhat.com>
20534
20535 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20536
20537 2015-03-24 Pedro Alves <palves@redhat.com>
20538
20539 * gdb.threads/schedlock.exp (test_step): No longer expect that
20540 "set scheduler-locking step" with "next" over a function call runs
20541 threads unlocked.
20542
20543 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20544
20545 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20546
20547 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20548
20549 PR breakpoints/16466
20550 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20551 * gdb.mi/mi-pending.c (thread_func): New function.
20552 (int main): Add threading support required.
20553 * gdb.mi/mi-pending.exp: Add tests for this issue.
20554 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20555 (pendfunc2): Remove stdio dependency.
20556 * gdb.mi/mi-pendshr2.c: New file.
20557
20558 2015-03-23 Keith Seitz <keiths@redhat.com>
20559
20560 * gdb.linespec/keywords.c: New file.
20561 * gdb.linespec/keywords.exp: New file.
20562
20563 2015-03-23 Keith Seitz <keiths@redhat.com>
20564
20565 PR gdb/18021
20566 * gdb.dwarf2/staticvirtual.exp: New test.
20567
20568 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20569
20570 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20571 * README: Remove HP-UX and gdb.hp.
20572 (configuration):
20573 * configure: Regenerate.
20574 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20575 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20576 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20577 gdb.hp/gdb.defects/Makefile.
20578 * gdb.hp/Makefile.in: File deleted.
20579 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20580 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20581 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20582 * gdb.hp/gdb.aCC/run.c: File deleted.
20583 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20584 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20585 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20586 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20587 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20588 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20589 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20590 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20591 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20592 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20593 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20594 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20595 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20596 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20597 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20598 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20599 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20600 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20601 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20602 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20603 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20604 * gdb.hp/gdb.compat/average.c: File deleted.
20605 * gdb.hp/gdb.compat/sum.c: File deleted.
20606 * gdb.hp/gdb.compat/xdb.c: File deleted.
20607 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20608 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20609 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20610 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20611 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20612 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20613 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20614 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20615 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20616 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20617 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20618 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20619 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20620 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20621 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20622 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20623 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20624 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20625 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20626 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20627 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20628 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20629 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20630 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20631 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20632 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20633 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20634 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20635 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20636 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20637 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20638 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20639 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20640 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20641 * gdb.hp/tools/odump: File deleted.
20642
20643 2015-03-19 Pedro Alves <palves@redhat.com>
20644
20645 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20646 (saw_thread_3): New globals.
20647 (top level): Increment them when an event for the corresponding
20648 thread is seen.
20649 (no thread starvation): New test.
20650
20651 2015-03-19 Pedro Alves <palves@redhat.com>
20652
20653 * gdb.threads/continue-pending-status.c: New file.
20654 * gdb.threads/continue-pending-status.exp: New file.
20655
20656 2015-03-18 Pedro Alves <palves@redhat.com>
20657
20658 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20659 Use gdb_is_target_remote instead of is_remote. Use
20660 gdb_test_multiple instead of gdb_expect. Exit early if
20661 gdb_test_multiple hits its internal matches. Tighten stepi tests
20662 expected output. Fail on exit with any signal, instead of just
20663 SIGILL.
20664
20665 2015-03-18 Yao Qi <yao.qi@linaro.org>
20666
20667 PR tdep/18107
20668 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20669 variable.
20670 * gdb.base/catch-syscall.exp: Don't skip it on
20671 aarch64*-*-linux* target. Remove elements in all_syscalls.
20672 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20673 target.
20674 (setup_all_syscalls): New proc.
20675
20676 2015-03-16 Yao Qi <yao.qi@linaro.org>
20677
20678 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20679 (top level): Skip tests if valid_addr_p returns false for
20680 $cmd1 or $cmd2.
20681
20682 2015-03-11 Andy Wingo <wingo@igalia.com>
20683
20684 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20685
20686 2015-03-11 Yao Qi <yao.qi@linaro.org>
20687
20688 * gdb.base/catch-syscall.exp: Fix typo in comments.
20689
20690 2015-03-11 Yao Qi <yao.qi@linaro.org>
20691
20692 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20693
20694 2015-03-09 Pedro Alves <palves@redhat.com>
20695
20696 * dg-extract-results.py: Delete.
20697
20698 2015-03-09 Pedro Alves <palves@redhat.com>
20699
20700 Merge dg-extract-results.sh from GCC upstream (r218843).
20701
20702 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20703 * dg-extract-results.sh: Use --text with grep to avoid issues with
20704 binary files. Fall back to cat -v, if that doesn't work.
20705
20706 2015-03-05 Pedro Alves <palves@redhat.com>
20707
20708 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20709
20710 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20711
20712 * lib/mi-support.exp (mi_expect_interrupt): Accept
20713 alternative event for when in all-stop mode.
20714
20715 2015-03-04 Pedro Alves <palves@redhat.com>
20716
20717 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20718
20719 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20720
20721 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20722
20723 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20724
20725 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20726 regexps for GDB's current line display, accept a hex address
20727 preceding the line number.
20728
20729 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20730
20731 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20732 the 'arch1' variable for "s390*-linux*" targets.
20733
20734 2015-03-04 Pedro Alves <palves@redhat.com>
20735
20736 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20737 (main): Pass missing retval argument to pthread_join call.
20738
20739 2015-03-02 Pedro Alves <palves@redhat.com>
20740
20741 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20742 (top level): Call do_test with non-stop as well.
20743
20744 2015-03-02 Pedro Alves <palves@redhat.com>
20745
20746 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20747 -1.
20748
20749 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20750
20751 * gdb.arch/s390-vregs.exp: New test.
20752 * gdb.arch/s390-vregs.S: New file.
20753
20754 2015-02-27 Pedro Alves <palves@redhat.com>
20755
20756 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20757 call to catch_command_errors.
20758 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20759 catch_command_errors.
20760
20761 2015-02-27 Pedro Alves <palves@redhat.com>
20762
20763 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20764 "true" for boolean result.
20765 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20766 prototype of main.
20767
20768 2015-02-27 Pedro Alves <palves@redhat.com>
20769
20770 * lib/unbuffer_output.c: New file.
20771 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20772 (main): Call gdb_unbuffer_output.
20773
20774 2015-02-27 Yao Qi <yao.qi@linaro.org>
20775
20776 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20777 target.
20778
20779 2015-02-26 Doug Evans <dje@google.com>
20780
20781 * gdb.cp/class2.cc (Dbase, D): New classes.
20782 (main): New local delta.
20783 * gdb.cp/class2.exp: Test printing delta.
20784 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20785 (dynbar): New global.
20786 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20787
20788 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20789
20790 * gdb.compile/compile-ifunc.c: New file.
20791 * gdb.compile/compile-ifunc.exp: New file.
20792
20793 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20794
20795 * gdb.base/structs.exp: Check for correct struct on finish.
20796
20797 2015-02-26 Yao Qi <yao.qi@linaro.org>
20798
20799 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20800 is zero.
20801
20802 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20803
20804 * gdb.arch/cordic.ko.bz2: New file.
20805 * gdb.arch/cordic.ko.debug.bz2: New file.
20806 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20807
20808 2015-02-25 Yao Qi <yao.qi@linaro.org>
20809
20810 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20811 aarch64*-*-* target.
20812
20813 2015-02-23 Pedro Alves <palves@redhat.com>
20814
20815 * lib/gdb.exp (delete_breakpoints): Rewrite using
20816 gdb_test_multiple.
20817
20818 2015-02-23 Pedro Alves <palves@redhat.com>
20819
20820 * gdb.base/info-os.c: Include stdlib.h.
20821
20822 2015-02-22 Doug Evans <xdje42@gmail.com>
20823
20824 PR symtab/17855
20825 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20826 is read after symbols have been re-read.
20827 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20828 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20829
20830 2015-02-21 Doug Evans <dje@google.com>
20831
20832 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20833
20834 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20835
20836 PR corefiles/17808
20837 * gdb.arch/i386-biarch-core.core.bz2: New file.
20838 * gdb.arch/i386-biarch-core.exp: New file.
20839
20840 2015-02-21 Pedro Alves <palves@redhat.com>
20841
20842 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20843 runto_main fails.
20844
20845 2015-02-20 Pedro Alves <palves@redhat.com>
20846
20847 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20848 info probes.
20849
20850 2015-02-20 Pedro Alves <palves@redhat.com>
20851
20852 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20853
20854 2015-02-20 Pedro Alves <palves@redhat.com>
20855
20856 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20857 clean_restart before gdb_target_supports_trace.
20858
20859 2015-02-20 Pedro Alves <palves@redhat.com>
20860
20861 PR threads/18006
20862 * gdb.threads/clone-thread_db.c: New file.
20863 * gdb.threads/clone-thread_db.exp: New file.
20864
20865 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20866
20867 PR breakpoints/16812
20868 * gdb.base/catch-gdb-caused-signals.c: New file.
20869 * gdb.base/catch-gdb-caused-signals.exp: New file.
20870
20871 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20872
20873 * configure: Regenerated.
20874 * configure.ac: Use GDB_AC_TRANSFORM.
20875 * aclocal.m4: sinclude ../transform.m4.
20876
20877 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20878
20879 * lib/dtrace.exp: New file.
20880 * gdb.base/dtrace-probe.exp: Likewise.
20881 * gdb.base/dtrace-probe.d: Likewise.
20882 * gdb.base/dtrace-probe.c: Likewise.
20883 * lib/pdtrace.in: Likewise.
20884 * configure.ac: Output variables with the transformed names of
20885 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20886 * configure: Regenerated.
20887
20888 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20889
20890 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20891 expected message when trying to access $_probe_* convenience
20892 variables while not on a probe.
20893
20894 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20895
20896 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20897
20898 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20899
20900 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20901 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20902
20903 2015-02-10 Doug Evans <xdje42@gmail.com>
20904
20905 * lib/gdb.exp (gdb_load): Always return a result.
20906
20907 2015-02-10 Pedro Alves <palves@redhat.com>
20908
20909 * gdb.threads/signal-sigtrap.c: New file.
20910 * gdb.threads/signal-sigtrap.exp: New file.
20911
20912 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20913
20914 * gdb.trace/no-attach-trace.c: New file.
20915 * gdb.trace/no-attach-trace.exp: New file.
20916
20917 2015-02-09 Mark Wielaard <mjw@redhat.com>
20918
20919 * gdb.dwarf2/atomic.c: New file.
20920 * gdb.dwarf2/atomic-type.exp: Likewise.
20921
20922 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20923
20924 * gdb.btrace/buffer-size.exp: Update "info record" output.
20925 * gdb.btrace/delta.exp: Update "info record" output.
20926 * gdb.btrace/enable.exp: Update "info record" output.
20927 * gdb.btrace/finish.exp: Update "info record" output.
20928 * gdb.btrace/instruction_history.exp: Update "info record" output.
20929 * gdb.btrace/next.exp: Update "info record" output.
20930 * gdb.btrace/nexti.exp: Update "info record" output.
20931 * gdb.btrace/step.exp: Update "info record" output.
20932 * gdb.btrace/stepi.exp: Update "info record" output.
20933 * gdb.btrace/nohist.exp: Update "info record" output.
20934
20935 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20936
20937 * gdb.btrace/buffer-size: New.
20938
20939 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20940
20941 * gdb.btrace/delta.exp: Update "info record" output.
20942 * gdb.btrace/enable.exp: Update "info record" output.
20943 * gdb.btrace/finish.exp: Update "info record" output.
20944 * gdb.btrace/instruction_history.exp: Update "info record" output.
20945 * gdb.btrace/next.exp: Update "info record" output.
20946 * gdb.btrace/nexti.exp: Update "info record" output.
20947 * gdb.btrace/step.exp: Update "info record" output.
20948 * gdb.btrace/stepi.exp: Update "info record" output.
20949 * gdb.btrace/nohist.exp: Update "info record" output.
20950
20951 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20952
20953 PR gdb/15678
20954 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20955
20956 2015-02-06 Pedro Alves <palves@redhat.com>
20957
20958 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20959 macro.
20960 (seconds_left, again): New globals.
20961 (main): Wait seconds_left in a 1-second sleep loop instead of
20962 sleeping 180 seconds. If 'again' is set, reset the seconds
20963 counter.
20964 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20965 'again' in the inferior before detaching. Print the seconds left.
20966 (options): New global.
20967 (top level): Build program with -DTIMEOUT=$timeout.
20968
20969 2015-02-06 Pedro Alves <palves@redhat.com>
20970
20971 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20972 determine how many seconds to pass to 'alarm'.
20973 * gdb.base/gdb-sigterm.exp (top level): Build program with
20974 -DTIMEOUT=$timeout.
20975 (do_test): Return success/failure indication. Add more verbose
20976 logging. Don't fail if 200 single steps are seen. Instead, fail
20977 when the test times out.
20978 (passes): New global.
20979 (top level): Break the testing loop if testing fails on any
20980 iteration. Use gdb_assert.
20981
20982 2015-02-04 Don Breazeal <donb@codesourcery.com>
20983
20984 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20985 and initialize them.
20986 (ipc_cleanup): New function.
20987 (main): Don't declare shmid, semid, and msqid. Add a call to
20988 atexit so that we call ipc_cleanup on exit.
20989
20990 2015-02-04 Pedro Alves <palves@redhat.com>
20991
20992 * boards/native-extended-gdbserver.exp: Remove any target variant
20993 specifications from the board name before clearing the isremote
20994 flag from board_info.
20995
20996 2015-01-31 Doug Evans <xdje42@gmail.com>
20997
20998 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20999
21000 2015-01-31 Gary Benson <gbenson@redhat.com>
21001
21002 * gdb.base/completion.exp: Disable completion limiting for
21003 existing tests. Add new tests to check completion limiting.
21004 * gdb.linespec/ls-errs.exp: Disable completion limiting.
21005
21006 2015-01-31 Doug Evans <xdje42@gmail.com>
21007
21008 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
21009
21010 2015-01-31 Doug Evans <xdje42@gmail.com>
21011
21012 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
21013 entries. Duplicate file section script entries.
21014 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
21015 inlined entries. Add test for safe-path rejection.
21016 * gdb.python/py-section-script.c: Add duplicate inlined section script
21017 entries. Duplicate file section script entries.
21018 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
21019 inlined entries. Add test for safe-path rejection.
21020
21021 2015-01-29 Joel Brobecker <brobecker@adacore.com>
21022
21023 * gdb.ada/disc_arr_bound: New testcase.
21024
21025 2015-01-29 Joel Brobecker <brobecker@adacore.com>
21026
21027 * gdb.ada/mi_var_array: New testcase.
21028
21029 2015-01-27 Doug Evans <dje@google.com>
21030
21031 * gdb.python/py-objfile.exp: Add tests for objfile.username.
21032 Add test for objfile.filename, objfile.username after objfile
21033 has been unloaded.
21034
21035 2015-01-26 Joel Brobecker <brobecker@adacore.com>
21036
21037 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
21038 the second test to print the name attribute of value
21039 returned by the call to gdb.lookup_type, and adjust
21040 the expected output accordingly.
21041
21042 2015-01-25 Mark Wielaard <mjw@redhat.com>
21043
21044 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
21045 * gdb.base/disp-step-fork.c: Include unistd.h.
21046 * gdb.base/siginfo-obj.c: Include stdio.h.
21047 * gdb.base/siginfo-thread.c: Likewise.
21048 * gdb.mi/non-stop.c: Include unistd.h.
21049 * gdb.mi/nsthrexec.c: Include stdio.h.
21050 * gdb.mi/pthreads.c: Include unistd.h.
21051 * gdb.modula2/unbounded1.c (main): Declare returns int.
21052 * gdb.reverse/consecutive-reverse.c: Likewise.
21053 * gdb.threads/create-fail.c: Include unistd.h.
21054 * gdb.threads/killed.c: Likewise.
21055 * gdb.threads/linux-dp.c: Likewise.
21056 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
21057 * gdb.threads/non-ldr-exc-2.c: Likewise.
21058 * gdb.threads/non-ldr-exc-3.c: Likewise.
21059 * gdb.threads/non-ldr-exc-4.c: Likewise.
21060 * gdb.threads/pthreads.c: Include unistd.h.
21061 (main): Declare returns int.
21062 * gdb.threads/tls-main.c (foo): New declaration.
21063 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
21064
21065 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
21066
21067 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
21068 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
21069
21070 2015-01-15 Mark Wielaard <mjw@redhat.com>
21071
21072 * gdb.base/noreturn-return.c: New file.
21073 * gdb.base/noreturn-return.exp: New file.
21074 * gdb.base/noreturn-finish.c: New file.
21075 * gdb.base/noreturn-finish.exp: New file.
21076
21077 2015-01-23 Pedro Alves <palves@redhat.com>
21078
21079 * gdb.threads/continue-pending-after-query.c: New file.
21080 * gdb.threads/continue-pending-after-query.exp: New file.
21081
21082 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
21083 Simon Marchi <simon.marchi@ericsson.com>
21084
21085 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
21086 * gdb.base/valgrind-db-attach.exp: Same.
21087 * gdb.base/valgrind-infcall.exp: Same.
21088 * lib/mi-support.exp (default_mi_gdb_start): Same.
21089 * lib/prompt.exp (default_prompt_gdb_start): Same.
21090 * lib/gdb.exp (default_gdb_spawn): Same.
21091 (gdb_interact): New.
21092
21093
21094 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21095
21096 * gdb.compile/compile.exp (pointer to jit function): New test.
21097
21098 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
21099
21100 * lib/gdb.exp (supports_process_record): Return true for
21101 powerpc*-*-linux*.
21102 (supports_reverse): Likewise.
21103
21104 2015-01-15 Don Breazeal <donb@codesourcery.com>
21105
21106 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
21107 instead of checking whether the target board is remote and
21108 use spawn_wait_for_attach instead of exec/sleep.
21109 * gdb.base/attach-twice.exp: Likewise.
21110
21111 2015-01-15 Joel Brobecker <brobecker@adacore.com>
21112
21113 * gdb.ada/var_arr_attrs: New testcase.
21114
21115 2015-01-14 Pedro Alves <palves@redhat.com>
21116 Joel Brobecker <brobecker@adacore.com>
21117
21118 PR gdb/17525
21119 * gdb.base/bp-cmds-execution-x-script.c: New file.
21120 * gdb.base/bp-cmds-execution-x-script.exp: New file.
21121 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
21122
21123 2015-01-14 Pedro Alves <palves@redhat.com>
21124
21125 PR cli/17828
21126 * gdb.base/batch-preserve-term-settings.c: New file.
21127 * gdb.base/batch-preserve-term-settings.exp: New file.
21128
21129 2015-01-13 Doug Evans <dje@google.com>
21130
21131 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
21132 binary.
21133
21134 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21135
21136 * Makefile.in (clean mostlyclean): Do not delete *.py.
21137
21138 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21139
21140 * gdb.python/py-lookup-type.exp: New file.
21141
21142 2015-01-12 Pedro Alves <palves@redhat.com>
21143
21144 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
21145 restore GDBFLAGS before returning.
21146
21147 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21148
21149 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
21150 is_amd64_regs_target and is_x86_like_target.
21151
21152 2015-01-11 Doug Evans <xdje42@gmail.com>
21153
21154 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
21155 is given without an explicit form.
21156 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
21157 attributes.
21158 * gdb.dwarf/corrupt.exp: Ditto.
21159 * gdb.dwarf2/enum-type.exp: Ditto.
21160 * gdb.trace/entry-values.exp: Ditto.
21161 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
21162
21163 2015-01-11 Doug Evans <xdje42@gmail.com>
21164
21165 PR gdb/15830
21166 * gdb.base/maint.exp: Remove references to "maint demangle".
21167 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
21168 Add tests for explicitly specifying language to demangle.
21169 * gdb.dlang/demangle.exp: Ditto.
21170
21171 2015-01-09 Pedro Alves <palves@redhat.com>
21172
21173 * gdb.threads/non-stop-fair-events.c: New file.
21174 * gdb.threads/non-stop-fair-events.exp: New file.
21175
21176 2015-01-09 Pedro Alves <palves@redhat.com>
21177
21178 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
21179 the global scope. Set a breakpoint after all threads are started
21180 rather than stepping over two source lines. Expect the prompt.
21181 * gdb.base/watch_thread_num.c (threads_started_barrier): New
21182 global.
21183 (NUM): Now 15.
21184 (main): Use threads_started_barrier to wait for all threads to
21185 start. Main thread no longer calls thread_function. Exit after
21186 180 seconds.
21187 (loop): New function.
21188 (thread_function): Wait on threads_started_barrier barrier. Call
21189 'loop' at each iteration.
21190 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
21191 threads have started, instead of hardcoding number of "next"
21192 steps. Use an access watchpoint instead of a write watchpoint.
21193
21194 2015-01-09 Pedro Alves <palves@redhat.com>
21195
21196 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
21197 (thread_func): Wait on barrier.
21198 (main): Wait for all threads to start before stopping GDB.
21199 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
21200 global.
21201 (thread1_func, thread2_func): Wait on barrier.
21202 (main): Wait for all threads to start before stopping GDB.
21203 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
21204 New global.
21205 (thread1_func, thread2_func): Wait on barrier.
21206 (main): Wait for all threads to start before stopping GDB.
21207
21208 2015-01-09 Pedro Alves <palves@redhat.com>
21209
21210 * gdb.threads/attach-many-short-lived-threads.c: New file.
21211 * gdb.threads/attach-many-short-lived-threads.exp: New file.
21212
21213 2014-01-09 Pedro Alves <palves@redhat.com>
21214
21215 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
21216 instead of to thread 2.
21217 * gdb.threads/signal-command-multiple-signals-pending.c (main):
21218 Add barrier around each pthread_create call instead of around all
21219 calls.
21220 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
21221 Set a break on thread_function and have the child threads hit it
21222 one at at a time.
21223
21224 2015-01-09 Pedro Alves <palves@redhat.com>
21225
21226 * lib/gdb.exp (can_spawn_for_attach): New procedure.
21227 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
21228 false.
21229 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
21230 checking whether the target board is remote.
21231 * gdb.multi/multi-attach.exp: Likewise.
21232 * gdb.python/py-sync-interp.exp: Likewise.
21233 * gdb.server/ext-attach.exp: Likewise.
21234 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
21235 tests that need to attach, instead of checking whether the target
21236 board is remote at the top of the file.
21237
21238 2015-01-08 Yao Qi <yao@codesourcery.com>
21239
21240 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
21241
21242 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21243
21244 Fix testcase compilation.
21245 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
21246
21247 2015-01-06 Joel Brobecker <brobecker@adacore.com>
21248
21249 * gdb.python/py-type.exp: Add a couple test about empty
21250 array creation, and negative-length array creation.
21251
21252 2015-01-02 Doug Evans <xdje42@gmail.com>
21253
21254 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
21255
21256 2015-01-02 Doug Evans <dje@google.com>
21257
21258 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
21259
21260 2014-12-29 Yao Qi <yao@codesourcery.com>
21261
21262 * gdb.trace/entry-values.exp: Update comments. Rename variable
21263 bar_call_foo to returned_from_foo.
21264
21265 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
21266
21267 PR gdb/17394
21268 * gdb.linespec/break-asm-file.c: New file.
21269 * gdb.linespec/break-asm-file.exp: New file.
21270 * gdb.linespec/break-asm-file0.s: New file.
21271 * gdb.linespec/break-asm-file1.s: New file.
21272
21273 2014-12-18 Nigel Stephens <nigel@mips.com>
21274 Maciej W. Rozycki <macro@codesourcery.com>
21275
21276 * gdb.base/float.exp: Handle the new output from "info float" on
21277 MIPS targets.
21278
21279 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21280
21281 Fix MinGW compilation.
21282 * gdb.compile/compile-ops.exp: Update untested message if
21283 !skip_compile_feature_tests.
21284 * gdb.compile/compile-setjmp.exp: Likewise.
21285 * gdb.compile/compile-tls.exp: Likewise.
21286 * gdb.compile/compile.exp: Likewise.
21287 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
21288 supported on this host".
21289
21290 2014-12-16 Doug Evans <xdje42@gmail.com>
21291
21292 * boards/stabs.exp: New file.
21293
21294 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
21295
21296 * gdb.base/completion.exp: Adjust to format changes of "maint
21297 print user-registers".
21298
21299 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
21300
21301 PR server/17457
21302 * gdb.arch/aarch64-fp.c: New file.
21303 * gdb.arch/aarch64-fp.exp: New file.
21304
21305 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
21306
21307 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
21308 r210637, r210913, r211666, r215400, r215817).
21309
21310 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
21311 * dg-extract-results.py: New file.
21312 * dg-extract-results.sh: Use it if the environment seems
21313 suitable.
21314
21315 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
21316
21317 * dg-extract-results.py (parse_run): Handle warnings that
21318 are printed before a test harness is run.
21319
21320 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
21321
21322 * dg-extract-results.py (Named): Remove __cmp__ method.
21323 (output_variation): Use a key to sort variation.harnesses.
21324
21325 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
21326
21327 * dg-extract-results.py: For Python 3, force sys.stdout to
21328 handle surrogate escape sequences.
21329 (safe_open): New function.
21330 (output_segment, main): Use it.
21331
21332 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
21333
21334 * dg-extract-results.py (Prog.result_re): Include options
21335 in test name.
21336
21337 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
21338
21339 * dg-extract-results.py (output_variation): Always sort if
21340 do_sum.
21341
21342 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
21343
21344 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
21345 as long as we get pagination notifications.
21346
21347 2014-12-15 Jason Merrill <jason@redhat.com>
21348
21349 * Makefile.in (check-gdb.%): Restore.
21350 * README: Mention it.
21351
21352 2014-12-13 Joel Brobecker <brobecker@adacore.com>
21353
21354 * gdb.ada/str_uninit: New testcase.
21355
21356 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21357
21358 PR symtab/17642
21359 * gdb.base/vla-stub-define.c: New file.
21360 * gdb.base/vla-stub.c: New file.
21361 * gdb.base/vla-stub.exp: New file.
21362
21363 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
21364 Jan Kratochvil <jan.kratochvil@redhat.com>
21365 Tom Tromey <tromey@redhat.com>
21366
21367 * configure.ac: Add gdb.compile/.
21368 * configure: Regenerate.
21369 * gdb.compile/Makefile.in: New file.
21370 * gdb.compile/compile-ops.exp: New file.
21371 * gdb.compile/compile-ops.c: New file.
21372 * gdb.compile/compile-tls.c: New file.
21373 * gdb.compile/compile-tls.exp: New file.
21374 * gdb.compile/compile-constvar.S: New file.
21375 * gdb.compile/compile-constvar.c: New file.
21376 * gdb.compile/compile-mod.c: New file.
21377 * gdb.compile/compile-nodebug.c: New file.
21378 * gdb.compile/compile-setjmp-mod.c: New file.
21379 * gdb.compile/compile-setjmp.c: New file.
21380 * gdb.compile/compile-setjmp.exp: New file.
21381 * gdb.compile/compile-shlib.c: New file.
21382 * gdb.compile/compile.c: New file.
21383 * gdb.compile/compile.exp: New file.
21384 * lib/gdb.exp (skip_compile_feature_tests): New proc.
21385
21386 2014-12-12 Tom Tromey <tromey@redhat.com>
21387
21388 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
21389 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
21390
21391 2014-12-12 Doug Evans <dje@google.com>
21392
21393 * lib/gdb-python.exp (get_python_valueof): New function.
21394 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
21395
21396 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21397
21398 * gdb.base/completion.exp: Add test for completion of "info
21399 registers ".
21400
21401 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21402
21403 * gdb.base/func-ptrs.c: New file.
21404 * gdb.base/func-ptrs.exp: New file.
21405
21406 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21407
21408 PR breakpoints/17012
21409 * gdb.base/dprintf-detach.c: New file.
21410 * gdb.base/dprintf-detach.exp: New file.
21411
21412 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21413
21414 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21415 * lib/gdb.exp (target_is_gdbserver): New procedure.
21416
21417 2014-12-08 Doug Evans <dje@google.com>
21418
21419 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21420
21421 2014-12-05 Yao Qi <yao@codesourcery.com>
21422
21423 * gdb.guile/scm-error.exp: Remove the third argument to
21424 gdb_remote_download.
21425 * gdb.guile/scm-frame-args.exp: Likewise.
21426 * gdb.guile/scm-section-script.exp: Likewise.
21427
21428 2014-12-05 Yao Qi <yao@codesourcery.com>
21429
21430 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21431
21432 2014-12-04 Doug Evans <dje@google.com>
21433
21434 * gdb.python/py-objfile.exp: Add tests for
21435 objfile.add_separate_debug_file.
21436
21437 2014-12-04 Doug Evans <dje@google.com>
21438
21439 * lib/gdb.exp (get_build_id): New function.
21440 (build_id_debug_filename_get): Rewrite to use it.
21441 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21442
21443 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21444
21445 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21446 `method(long)', not just 0x0.
21447 * gdb.cp/nsalias.exp: Align code labels to 4.
21448 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21449 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21450 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21451 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21452 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21453 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21454
21455 2014-12-02 Doug Evans <dje@google.com>
21456
21457 PR symtab/17602
21458 * gdb.cp/anon-ns.cc: Move guts of this file to ...
21459 * gdb.cp/anon-ns2.cc: ... here. New file.
21460 * gdb.cp/anon-ns.exp: Update.
21461
21462 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
21463
21464 * gdb.python/py-events.py (inferior_call_handler): New.
21465 (register_changed_handler, memory_changed_handler): New.
21466 (test_events.invoke): Register new handlers.
21467 * gdb.python/py-events.exp: Add tests for inferior call,
21468 memory_changed and register_changed events.
21469
21470 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21471
21472 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21473 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21474 if the linker doesn't understand this.
21475
21476 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21477
21478 * gdb.python/python.exp: Change expected reply to help().
21479
21480 2014-12-01 Yao Qi <yao@codesourcery.com>
21481
21482 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21483 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21484 * configure: Re-generated.
21485
21486 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21487
21488 * gdb.cp/chained-calls.cc: New file.
21489 * gdb.cp/chained-calls.exp: New file.
21490 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21491
21492 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21493
21494 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21495 * gdb.dwarf2/symtab-producer.exp: Same.
21496 * gdb.gdb/python-interrupts.exp: Same.
21497 * gdb.gdb/python-selftest.exp: Same.
21498 * gdb.python/py-linetable.exp: Same.
21499 * gdb.python/py-type.exp: Same.
21500 * gdb.python/py-value-cc.exp: Same.
21501 * gdb.python/py-value.exp: Same.
21502
21503 2014-11-28 Yao Qi <yao@codesourcery.com>
21504
21505 * gdb.base/break-probes.exp: Match library name prefixed with
21506 sysroot.
21507
21508 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21509
21510 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21511 test expected output. Add parentheses for the call to print.
21512 Remove L suffix from integers.
21513
21514 2014-11-26 Doug Evans <dje@google.com>
21515
21516 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21517
21518 2014-11-22 Yao Qi <yao@codesourcery.com>
21519
21520 * gdb.trace/entry-values.c: Remove asms.
21521 (foo): Add foo_label.
21522 (bar): Add bar_label.
21523 * gdb.trace/entry-values.exp: Remove code computing foo's
21524 length and bar's length.
21525 (Dwarf::assemble): Invoke function_range for bar and use
21526 MACRO_AT_func for foo.
21527
21528 2014-11-22 Yao Qi <yao@codesourcery.com>
21529
21530 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21531 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21532 Use .Lgcc43_procstart instead of gcc43.
21533
21534 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21535
21536 * gdb.ada/n_arr_bound: New testcase.
21537
21538 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21539
21540 PR breakpoints/10737
21541 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21542 test_catch_syscall_multi_arch.
21543 (test_catch_syscall_multi_arch): New function.
21544
21545 2014-11-20 Doug Evans <xdje42@gmail.com>
21546
21547 * gdb.base/maint.exp: Update expected output.
21548
21549 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21550
21551 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21552 4-byte instruction on S390.
21553
21554 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21555
21556 * gdb.ada/arr_arr: New testcase.
21557
21558 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21559
21560 * gdb.ada/pkd_arr_elem: New Testcase.
21561
21562 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
21563
21564 * gdb.reverse/break-precsave: Expect completion message for
21565 core file reads.
21566 * gdb.reverse/consecutive-precsave.exp: Likewise.
21567 * gdb.reverse/finish-precsave.exp: Likewise.
21568 * gdb.reverse/i386-precsave.exp: Likewise.
21569 * gdb.reverse/machinestate-precsave.exp: Likewise.
21570 * gdb.reverse/sigall-precsave.exp: Likewise.
21571 * gdb.reverse/solib-precsave.exp: Likewise.
21572 * gdb.reverse/step-precsave.exp: Likewise.
21573 * gdb.reverse/until-precsave.exp: Likewise.
21574 * gdb.reverse/watch-precsave.exp: Likewise.
21575
21576 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21577
21578 * gdb.base/bp-permanent.c: Include unistd.h.
21579 * gdb.python/py-framefilter-mi.c (main): Add return type.
21580 * gdb.python/py-framefilter.c (main): Likewise.
21581 * gdb.trace/actions-changed.c (main): Likewise.
21582
21583 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21584
21585 * gdb.mi/until.c: Add eye-catchers.
21586 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21587 line numbers.
21588
21589 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21590
21591 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21592 function header variants in break1.c.
21593 * gdb.base/ena-dis-br.exp: Likewise.
21594 * gdb.base/hbreak2.exp: Likewise.
21595 * gdb.reverse/until-precsave.exp: Drop references to removed
21596 non-prototype function header variants in ur1.c.
21597 * gdb.reverse/until-reverse.exp: Likewise.
21598
21599 2014-11-17 Petr Machata <pmachata@redhat.com>
21600
21601 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21602 ${_cu_offset_size} bytes abbrev offset.
21603
21604 2014-11-15 Doug Evans <xdje42@gmail.com>
21605
21606 PR symtab/17559
21607 * gdb.base/line-symtabs.exp: New file.
21608 * gdb.base/line-symtabs.c: New file.
21609 * gdb.base/line-symtabs.h: New file.
21610
21611 2014-11-14 Yao Qi <yao@codesourcery.com>
21612
21613 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21614 (func): Add label func_label.
21615 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21616 Replace low_pc and high_pc with MACRO_AT_range.
21617 Replace name, low_pc and high_pc with MACRO_AT_func.
21618
21619 2014-11-14 Yao Qi <yao@codesourcery.com>
21620
21621 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21622 Replace name, low_pc and high_pc with MACRO_AT_func.
21623
21624 2014-11-14 Yao Qi <yao@codesourcery.com>
21625
21626 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21627 produce debug information.
21628 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21629
21630 2014-11-14 Yao Qi <yao@codesourcery.com>
21631
21632 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21633 object and get function length.
21634 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21635 with MACRO_AT_func.
21636 (top-level): Replace gdb_compile and clean_restart with
21637 prepare_for_testing.
21638 * gdb.dwarf2/main.c (main): Add label main_label.
21639
21640 2014-11-14 Yao Qi <yao@codesourcery.com>
21641
21642 * lib/dwarf.exp (function_range): New procedure.
21643 (Dwarf::_handle_macro_at_func): New procedure.
21644 (Dwarf::_handle_macro_at_range): New procedure.
21645 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21646
21647 2014-11-14 Yao Qi <yao@codesourcery.com>
21648
21649 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21650 (_handle_attribute): New procedure.
21651
21652 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21653
21654 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21655 * gdb.base/call-sc.c (zed): Likewise.
21656 * gdb.base/checkpoint.c (main): Likewise.
21657 * gdb.base/dump.c (main): Likewise.
21658 * gdb.base/gcore.c (main): Likewise.
21659 * gdb.base/huge.c (main): Likewise.
21660 * gdb.base/multi-forks.c (main): Likewise.
21661 * gdb.base/pr10179-a.c (main): Likewise.
21662 * gdb.base/savedregs.c (main): Likewise.
21663 * gdb.base/sigaltstack.c (main): Likewise.
21664 * gdb.base/siginfo.c (main): Likewise.
21665 * gdb.base/structs.c (zed): Likewise.
21666 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21667 * gdb.mi/mi-syn-frame.c (main): Likewise.
21668 * gdb.mi/until.c (foo, main): Likewise.
21669 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21670 * gdb.base/solib-weak.c (foo): Declare.
21671 * gdb.base/attach-twice.c: Include stdio.h.
21672 * gdb.base/weaklib1.c: Likewise.
21673 * gdb.base/weaklib2.c: Likewise.
21674 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21675 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21676 unistd.h.
21677 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21678 * gdb.mi/mi-exit-code.c: Likewise.
21679 * gdb.base/break-interp-lib.c: Include string.h.
21680 * gdb.base/coremaker.c: Likewise.
21681 * gdb.base/testenv.c: Likewise.
21682 * gdb.python/py-finish-breakpoint.c: Likewise.
21683 * gdb.base/inferior-died.c: Include sys/wait.h.
21684 * gdb.base/fileio.c: Include time.h.
21685 * gdb.base/async-shell.c: Include unistd.h.
21686 * gdb.base/dprintf-non-stop.c: Likewise.
21687 * gdb.base/info-os.c: Likewise.
21688 * gdb.mi/mi-console.c: Likewise.
21689 * gdb.mi/watch-nonstop.c: Likewise.
21690 * gdb.python/py-events.c: Likewise.
21691 * gdb.base/async.c (baz): Move up before its invocation.
21692 * gdb.base/code_elim2.c (my_global_func): Likewise.
21693 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21694 * gdb.base/advance.c (func2): Likewise.
21695
21696 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21697
21698 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21699 variant.
21700 * gdb.base/annota3.c: Likewise.
21701 * gdb.base/async.c: Likewise.
21702 * gdb.base/average.c: Likewise.
21703 * gdb.base/call-ar-st.c: Likewise.
21704 * gdb.base/call-rt-st.c: Likewise.
21705 * gdb.base/call-sc.c: Likewise.
21706 * gdb.base/call-strs.c: Likewise.
21707 * gdb.base/ending-run.c: Likewise.
21708 * gdb.base/execd-prog.c: Likewise.
21709 * gdb.base/exprs.c: Likewise.
21710 * gdb.base/foll-exec.c: Likewise.
21711 * gdb.base/foll-fork.c: Likewise.
21712 * gdb.base/foll-vfork.c: Likewise.
21713 * gdb.base/funcargs.c: Likewise.
21714 * gdb.base/gcore.c: Likewise.
21715 * gdb.base/jump.c: Likewise.
21716 * gdb.base/langs0.c: Likewise.
21717 * gdb.base/langs1.c: Likewise.
21718 * gdb.base/langs2.c: Likewise.
21719 * gdb.base/mips_pro.c: Likewise.
21720 * gdb.base/nodebug.c: Likewise.
21721 * gdb.base/opaque0.c: Likewise.
21722 * gdb.base/opaque1.c: Likewise.
21723 * gdb.base/recurse.c: Likewise.
21724 * gdb.base/run.c: Likewise.
21725 * gdb.base/scope0.c: Likewise.
21726 * gdb.base/scope1.c: Likewise.
21727 * gdb.base/setshow.c: Likewise.
21728 * gdb.base/setvar.c: Likewise.
21729 * gdb.base/shmain.c: Likewise.
21730 * gdb.base/shr1.c: Likewise.
21731 * gdb.base/shr2.c: Likewise.
21732 * gdb.base/sigall.c: Likewise.
21733 * gdb.base/signals.c: Likewise.
21734 * gdb.base/so-indr-cl.c: Likewise.
21735 * gdb.base/solib2.c: Likewise.
21736 * gdb.base/structs.c: Likewise.
21737 * gdb.base/sum.c: Likewise.
21738 * gdb.base/vforked-prog.c: Likewise.
21739 * gdb.base/watchpoint.c: Likewise.
21740 * gdb.reverse/shr2.c: Likewise.
21741 * gdb.reverse/until-reverse.c: Likewise.
21742 * gdb.reverse/ur1.c: Likewise.
21743 * gdb.reverse/watch-reverse.c: Likewise.
21744
21745 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21746
21747 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21748 variant.
21749 * gdb.base/sepdebug.exp: Drop references to removed code.
21750
21751 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21752
21753 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21754 variant. Preserve original line numbering.
21755 * gdb.base/list1.c: Likewise.
21756
21757 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21758
21759 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21760 variant.
21761 * gdb.base/break1.c: Likewise.
21762 * gdb.base/break.exp: Drop references to removed code.
21763
21764 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21765
21766 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21767 variant.
21768
21769 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21770
21771 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21772
21773 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21774
21775 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21776 logic into perform_all_tests() and invoke it with and without
21777 function header prototypes.
21778 (do_function_calls): Remove conditional XFAIL for PR 5318.
21779 (rerun_and_prepare): Remove duplicate code.
21780 (perform_all_tests): New. Main logic moved here.
21781
21782 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21783
21784 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21785 code guarded by #ifdef NO_PROTOTYPES.
21786 (t_double_many_args): Likewise.
21787 (DEF_FUNC_MANY_ARGS_1): Likewise.
21788 (DEF_FUNC_VALUES_1): Likewise.
21789 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21790 guarded by #ifdef PROTOTYPES.
21791
21792 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21793
21794 * gdb.mi/mi-console.c: Add eye-catcher.
21795 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21796 instead of literal line number.
21797
21798 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21799
21800 * gdb.base/shr2.c: Add eye-catcher.
21801 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21802 line number.
21803
21804 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21805
21806 * gdb.base/jump.c: Add eye-catchers.
21807 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21808 numbers.
21809
21810 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21811
21812 * gdb.base/execd-prog.c: Add eye-catchers.
21813 * gdb.base/foll-exec.c: Likewise.
21814 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21815 line numbers.
21816
21817 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21818
21819 * gdb.base/ending-run.c: Add eye-catchers.
21820 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21821 literal line numbers.
21822
21823 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21824
21825 * gdb.base/call-rt-st.c: Add eye-catchers.
21826 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21827 literal line numbers.
21828
21829 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21830
21831 * gdb.base/call-ar-st.c: Add eye-catchers.
21832 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21833 literal line numbers.
21834
21835 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21836
21837 * gdb.base/average.c: Add eye-catchers.
21838 * gdb.base/sum.c: Likewise.
21839 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21840 regexps dynamically.
21841
21842 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21843
21844 * gdb.base/solib1.c: Add eye-catchers.
21845 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21846 literal line numbers.
21847
21848 2014-11-12 Pedro Alves <palves@redhat.com>
21849
21850 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21851 leader has exited.
21852
21853 2014-11-12 Pedro Alves <palves@redhat.com>
21854
21855 * gdb.arch/i386-bp_permanent.c: New file.
21856 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21857 (srcfile): Set to i386-bp_permanent.c.
21858 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21859 that stepi does not execute the 'leave' instruction, instead of
21860 testing it does execute.
21861 * gdb.base/bp-permanent.c: New file.
21862 * gdb.base/bp-permanent.exp: New file.
21863
21864 2014-11-10 Doug Evans <xdje42@gmail.com>
21865
21866 PR symtab/17564
21867 * gdb.base/symtab-search-order.exp: New file.
21868 * gdb.base/symtab-search-order.c: New file.
21869 * gdb.base/symtab-search-order-1.c: New file.
21870 * gdb.base/symtab-search-order-shlib-1.c: New file.
21871
21872 2014-11-07 Pedro Alves <palves@redhat.com>
21873
21874 PR gdb/17511
21875 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21876 i?86-*-linux*.
21877
21878 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21879
21880 PR c++/17494
21881 * gdb.cp/pr17494.cc: New file.
21882 * gdb.cp/pr17494.exp: New file.
21883
21884 2014-11-02 Yao Qi <yao@codesourcery.com>
21885
21886 * gdb.python/python.exp: Get working directory and match the
21887 output of "set extended-prompt \\w " with it.
21888
21889 2014-10-30 Doug Evans <dje@google.com>
21890
21891 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21892 in objfiles.
21893 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21894 in progspaces.
21895
21896 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21897
21898 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21899 * gdb.base/realname-expand.exp: Likewise.
21900 * gdb.linespec/macro-relative.exp: Likewise.
21901
21902 2014-10-29 Pedro Alves <palves@redhat.com>
21903
21904 PR gdb/17408
21905 * gdb.threads/schedlock.c (some_function): New function.
21906 (call_function): New global.
21907 (MAYBE_CALL_SOME_FUNCTION): New macro.
21908 (thread_function): Call it.
21909 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21910 and use it instead of a global counter. Adjust all callers.
21911 (get_current_thread): Use "find current thread" for test message
21912 here rather than having all callers pass down the same string.
21913 (goto_loop): New procedure, factored out from ...
21914 (my_continue): ... this.
21915 (step_ten_loops): Change parameter from test message to command to
21916 use. Adjust.
21917 (list_count): Delete global.
21918 (check_result): New procedure, factored out from duplicate top
21919 level code.
21920 (continue tests): Wrap in with_test_prefix.
21921 (test_step): New procedure, factored out from duplicate top level
21922 code.
21923 (top level): Test "step" in combination with all scheduler-locking
21924 modes. Test "next" in combination with all scheduler-locking
21925 modes, and in combination with stepping over a function call or
21926 not.
21927 * gdb.threads/next-bp-other-thread.c: New file.
21928 * gdb.threads/next-bp-other-thread.exp: New file.
21929
21930 2014-10-29 Pedro Alves <palves@redhat.com>
21931
21932 PR python/17372
21933 * gdb.python/python.exp: Test a multi-line command that spawns
21934 interactive Python.
21935 * gdb.base/multi-line-starts-subshell.exp: New file.
21936
21937 2014-10-29 Yao Qi <yao@codesourcery.com>
21938
21939 * gdb.base/fileio.exp: Make directories on host.
21940
21941 2014-10-29 Yao Qi <yao@codesourcery.com>
21942
21943 * gdb.base/fileio.c (test_write): Close the file.
21944
21945 2014-10-28 Pedro Alves <palves@redhat.com>
21946
21947 PR gdb/12623
21948 * gdb.base/sigstep.c (no_handler): New global.
21949 (main): If 'no_handler is true, set the signal handlers to
21950 SIG_IGN.
21951 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21952 with_sw_watch and no_handler parameters. Handle them.
21953 (top level) <stepping over handler when stopped at a breakpoint
21954 test>: Add a test axis for testing with a software watchpoint, and
21955 another for testing with the signal handler set to SIG_IGN.
21956 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21957 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21958
21959 2014-10-28 Pedro Alves <palves@redhat.com>
21960
21961 PR gdb/17511
21962 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21963 * gdb.base/sigstep.exp (other_handler_location): New global.
21964 (advance): Support stepping into the signal handler, and running
21965 commands while in the handler.
21966 (in_handler_map): New global.
21967 (top level): In the advance test, add combinations for getting
21968 into the handler with stepping commands, and for running commands
21969 in the handler. Add comment descripting the advancei tests.
21970
21971 2014-10-28 Pedro Alves <palves@redhat.com>
21972
21973 * gdb.base/sigstep.exp: Use build_executable instead of
21974 prepare_for_testing.
21975 (top level): Move code that starts GDB, runs to main and creates a
21976 display to ...
21977 (restart): ... this new procedure.
21978 (top level): Move backtrace from signal handler test to ...
21979 (validate_backtrace): ... this new procedure.
21980 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21981 with_test_prefix. Always restart GDB.
21982 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21983 with_test_prefix. Always restart GDB. No need to delete
21984 breakpoints after the test.
21985 (test_skip_handler): Remove prefix parameter.
21986 (skip_over_handler, breakpoint_to_handler)
21987 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21988 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21989 restart GDB. No need to delete breakpoints after the test.
21990 (top level): Use foreach to call the test procedures with
21991 different commands.
21992
21993 2014-10-28 Pedro Alves <palves@redhat.com>
21994
21995 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21996 instead of GNATS numbers.
21997 * gdb.base/sigbpt.exp: Likewise.
21998 * gdb.base/siginfo.exp: Likewise.
21999 * gdb.base/sigstep.exp: Likewise.
22000
22001 2014-10-27 Pedro Alves <palves@redhat.com>
22002
22003 * gdb.base/sigstep.c (dummy): New global.
22004 (main): Issue a couple writes to the new global.
22005 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
22006 procedures.
22007 (skip_over_handler): Use test_skip_handler.
22008 (top level): Call skip_over_handler for stepi and nexti too.
22009 (breakpoint_over_handler): Use test_skip_handler.
22010 (top level): Call breakpoint_over_handler for stepi and nexti too.
22011
22012 2014-10-27 Yao Qi <yao@codesourcery.com>
22013
22014 * gdb.trace/tfile.c (adjust_function_address)
22015 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
22016 function descriptor.
22017
22018 2014-10-24 Don Breazeal <donb@codesourcery.com>
22019
22020 * gdb.base/foll-fork.exp (test_follow_fork,
22021 catch_fork_child_follow): Check for updated fork messages emitted
22022 from infrun.c.
22023 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
22024 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
22025 vfork_and_exec_child_follow_through_step): Check for updated vfork
22026 messages emitted from infrun.c.
22027
22028 2014-10-24 Pedro Alves <palves@redhat.com>
22029
22030 * gdb.base/corefile.exp: Remove references to ultrix.
22031 * gdb.base/interrupt.exp: Likewise.
22032 * gdb.base/whatis.exp: Likewise.
22033 * gdb.gdb/selftest.exp: Likewise.
22034 * gdb.threads/manythreads.exp: Likewise.
22035 * gdb.threads/print-threads.exp: Likewise.
22036 * gdb.threads/pthreads.exp:: Likewise.
22037 * gdb.threads/schedlock.exp: Likewise.
22038
22039 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
22040
22041 * gdb.cp/non-trivial-retval.cc: Add a test case.
22042 * gdb.cp/non-trivial-retval.exp: Add a test.
22043
22044 2014-10-20 Yao Qi <yao@codesourcery.com>
22045
22046 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
22047 * gdb.python/py-objfile-script-gdb.py: New file.
22048 * gdb.python/py-objfile-script.exp: Update reference to
22049 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
22050 of remote_download. Remove the dest file.
22051
22052 2014-10-20 Yao Qi <yao@codesourcery.com>
22053
22054 * gdb.base/checkpoint.exp: Don't remove file copied on host.
22055 * gdb.base/step-line.exp: Likewise.
22056 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22057 * gdb.dwarf2/dw2-basic.exp: Likewise.
22058 * gdb.dwarf2/dw2-compressed.exp: Likewise.
22059 * gdb.dwarf2/dw2-filename.exp: Likewise.
22060 * gdb.dwarf2/dw2-intercu.exp: Likewise.
22061 * gdb.dwarf2/dw2-intermix.exp: Likewise.
22062 * gdb.dwarf2/dw2-producer.exp: Likewise.
22063 * gdb.dwarf2/mac-fileno.exp: Likewise.
22064 * gdb.python/py-frame-args.exp: Likewise.
22065 * gdb.python/py-framefilter.exp: Likewise.
22066 * gdb.python/py-mi.exp: Likewise.
22067 * gdb.python/py-objfile-script.exp: Likewise
22068 * gdb.python/py-pp-integral.exp: Likewise.
22069 * gdb.python/py-pp-re-notag.exp: Likewise.
22070 * gdb.python/py-prettyprint.exp: Likewise.
22071 * gdb.python/py-section-script.exp: Likewise.
22072 * gdb.python/py-typeprint.exp: Likewise.
22073 * gdb.python/py-xmethods.exp: Likewise.
22074 * gdb.stabs/weird.exp: Likewise.
22075 * gdb.xml/tdesc-regs.exp: Likewise.
22076
22077 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
22078
22079 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
22080 (out_cu): Use addr_len for the size of addresses.
22081 (out_line): Likewise. Size DW_LNE_set_address instruction
22082 according to addr_len.
22083 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
22084 (FUNC): Add START_INSNS to definition.
22085
22086 2014-10-18 Yao Qi <yao@codesourcery.com>
22087
22088 * gdb.base/argv0-symlink.exp: Check argv[0] value if
22089 gdb_has_argv0 return true.
22090 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
22091 check [target_info exists noargs], check [gdb_has_argv0]
22092 instead.
22093 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22094 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
22095 procedures.
22096
22097 2014-10-17 Doug Evans <dje@google.com>
22098
22099 * gdb.python/py-events.exp: Update expected output for clear_objfiles
22100 event.
22101 * gdb.python/py-events.py: Add clear_objfiles event.
22102
22103 2014-10-17 Doug Evans <dje@google.com>
22104
22105 * gdb.python/py-objfile.exp: Test progspace attribute.
22106
22107 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
22108
22109 * gdb.guile/scm-breakpoint.exp: Do not assume any
22110 directory separators when matching source file paths.
22111 * gdb.python/py-breakpoint.exp: Likewise.
22112 * gdb.reverse/break-precsave.exp: Likewise.
22113 * gdb.reverse/break-reverse.exp: Likewise.
22114 * gdb.reverse/consecutive-precsave.exp: Likewise.
22115 * gdb.reverse/finish-precsave.exp: Likewise.
22116 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
22117 * gdb.reverse/finish-reverse.exp: Likewise.
22118 * gdb.reverse/i386-precsave.exp: Likewise.
22119 * gdb.reverse/i387-env-reverse.exp: Likewise.
22120 * gdb.reverse/i387-stack-reverse.exp: Likewise.
22121 * gdb.reverse/machinestate-precsave.exp: Likewise.
22122 * gdb.reverse/machinestate.exp: Likewise.
22123 * gdb.reverse/sigall-precsave.exp: Likewise.
22124 * gdb.reverse/solib-precsave.exp: Likewise.
22125 * gdb.reverse/step-precsave.exp: Likewise.
22126 * gdb.reverse/until-precsave.exp: Likewise.
22127 * gdb.reverse/watch-precsave.exp: Likewise.
22128 * gdb.reverse/watch-reverse.exp: Likewise.
22129
22130 2014-10-17 Yao Qi <yao@codesourcery.com>
22131
22132 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
22133 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
22134
22135 2014-10-17 Pedro Alves <palves@redhat.com>
22136
22137 PR gdb/17471
22138 * gdb.base/bg-execution-repeat.c: New file.
22139 * gdb.base/bg-execution-repeat.exp: New file.
22140
22141 2014-10-17 Pedro Alves <palves@redhat.com>
22142
22143 PR gdb/17300
22144 * gdb.base/continue-all-already-running.c: New file.
22145 * gdb.base/continue-all-already-running.exp: New file.
22146
22147 2014-10-17 Pedro Alves <palves@redhat.com>
22148
22149 PR gdb/17472
22150 * gdb.base/annota-input-while-running.c: New file.
22151 * gdb.base/annota-input-while-running.exp: New file.
22152
22153 2014-10-17 Pedro Alves <palves@redhat.com>
22154
22155 * gdb.base/callfuncs.exp: emove references to osf.
22156 * gdb.base/sigall.exp: Likewise.
22157 * gdb.gdb/selftest.exp: Likewise.
22158 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
22159 * gdb.mi/non-stop.c: Likewise.
22160 * gdb.mi/pthreads.c: Likewise.
22161 * gdb.reverse/sigall-precsave.exp: Likewise.
22162 * gdb.reverse/sigall-reverse.exp: Likewise.
22163 * gdb.threads/pthreads.c: Likewise.
22164 * gdb.threads/pthreads.exp: Likewise.
22165
22166 2014-10-17 Yao Qi <yao@codesourcery.com>
22167
22168 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
22169 check 'target_info exists noargs'.
22170 (test_command_prompt_position): Likewise.
22171 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
22172 Remove "set args".
22173 (progvar_simple_while_test): Likewise.
22174 (progvar_complex_if_while_test): Likewise.
22175 (if_while_breakpoint_command_test): Likewise.
22176 (infrun_breakpoint_command_test): Likewise.
22177 (breakpoint_command_test): Likewise.
22178 (watchpoint_command_test): Likewise.
22179 (bp_deleted_in_command_test): Likewise.
22180 (temporary_breakpoint_commands): Likewise.
22181
22182 2014-10-16 Yao Qi <yao@codesourcery.com>
22183
22184 * gdb.base/remotetimeout.exp: Remove noargs checking.
22185
22186 2014-10-15 Pedro Alves <palves@redhat.com>
22187
22188 PR breakpoints/9649
22189 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
22190 * gdb.base/breakpoint-in-ro-region.exp
22191 (probe_target_hardware_step): New procedure.
22192 (top level): Probe hardware stepping and hardware breakpoint
22193 support. Test stepping through a read-only region, with both
22194 "breakpoint auto-hw" on and off and both "always-inserted" on and
22195 off.
22196
22197 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
22198
22199 * gdb.dlang/demangle.exp: Update for demangling changes.
22200
22201 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22202
22203 * gdb.cp/non-trivial-retval.cc: Add new test cases.
22204 * gdb.cp/non-trivial-retval.exp: Add new tests.
22205
22206 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22207
22208 PR c++/13403
22209 PR c++/15154
22210 * gdb.cp/non-trivial-retval.cc: New file.
22211 * gdb.cp/non-trivial-retval.exp: New file.
22212
22213 2014-10-15 Yao Qi <yao@codesourcery.com>
22214
22215 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
22216 remote host.
22217
22218 2014-10-15 Yao Qi <yao@codesourcery.com>
22219
22220 * gdb.python/py-symbol.exp: Match file base name if host is
22221 remote, otherwise match file name with dir name.
22222 * gdb.python/py-symtab.exp: Likewise.
22223 * gdb.python/python.exp: Likewise.
22224
22225 2014-10-15 Yao Qi <yao@codesourcery.com>
22226
22227 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
22228 pattern.
22229 * gdb.python/py-symtab.exp: Likewise.
22230 * gdb.python/python.exp: Remove trailing ".*". Fix typo
22231 locationn.
22232
22233 2014-10-14 Joel Brobecker <brobecker@adacore.com>
22234
22235 * gdb.ada/addr_arith: New testcase.
22236
22237 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
22238
22239 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
22240 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
22241 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
22242 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
22243
22244 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
22245
22246 * gdb.arch/stap-eval-lang-ada.S: Likewise.
22247 * gdb.arch/stap-eval-lang-ada.c: Likewise.
22248 * gdb.arch/stap-eval-lang-ada.exp: New file.
22249
22250 2014-10-14 Yao Qi <yao@codesourcery.com>
22251
22252 * gdb.mi/mi-var-child.c (nothing1): New function.
22253 (nothing2): New function.
22254 (do_children_tests): Set function pointers by nothing1 and
22255 nothing2.
22256 * gdb.mi/mi-var-child.exp: Step over new added statements.
22257 Update test to match the new output.
22258 * gdb.mi/var-cmd.c (nothing1): New function.
22259 (nothing2): New function.
22260 (do_children_tests): Set function pointers by nothing1 and
22261 nothing2.
22262 * gdb.mi/mi-var-display.exp: Update test to match output.
22263 Step to the line specified by $line_dct_nothing.
22264 Increase the number of lines to step.
22265
22266 2014-10-14 Yao Qi <yao@codesourcery.com>
22267
22268 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
22269 tests.
22270 * gdb.mi/mi2-var-child.exp: Likewise.
22271
22272 2014-10-13 Doug Evans <dje@google.com>
22273
22274 * gdb.python/py-objfile.exp: Change name of file name test.
22275
22276 2014-10-13 Doug Evans <dje@google.com>
22277
22278 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
22279 from the start of the CU.
22280
22281 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
22282 Yao Qi <yao@codesourcery.com>
22283
22284 Fix "save breakpoints" for "catch" command.
22285 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
22286 Remove -nonewline. Match also the added "main" line.
22287
22288 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22289
22290 Fix "save breakpoints" for "disable $bpnum" command.
22291 * gdb.base/save-bp.c (main): Add label.
22292 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
22293
22294 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22295
22296 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
22297
22298 2014-10-11 Yao Qi <yao@codesourcery.com>
22299
22300 * gdb.server/server-kill.exp: Execute command
22301 "set remote trace-status-packet on" before "tstatus".
22302
22303 2014-10-11 Yao Qi <yao@codesourcery.com>
22304
22305 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
22306 (main): Call getppid.
22307 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
22308 and continue to it. Read variable "server_pid".
22309
22310 2014-10-11 Yao Qi <yao@codesourcery.com>
22311
22312 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
22313
22314 2014-10-11 Yao Qi <yao@codesourcery.com>
22315
22316 * gdb.threads/thread-find.exp: Don't execute command
22317 "info threads".
22318 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
22319 * gdb.threads/linux-dp.exp: Don't check the condition
22320 $threads_created equals to zero.
22321
22322 2014-10-10 Pedro Alves <palves@redhat.com>
22323
22324 * gdb.base/bigcore.exp: Remove references to IRIX.
22325 * gdb.base/funcargs.exp: Likewise.
22326 * gdb.base/interrupt.exp: Likewise.
22327 * gdb.base/mips_pro.exp: Likewise.
22328 * gdb.base/nodebug.exp: Likewise.
22329 * gdb.base/setvar.exp: Likewise.
22330 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
22331
22332 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
22333 Pedro Alves <palves@redhat.com>
22334
22335 PR symtab/14466
22336 * gdb.base/vdso-warning.c: New file.
22337 * gdb.base/vdso-warning.exp: New file.
22338
22339 2014-10-02 Doug Evans <dje@google.com>
22340
22341 * gdb.base/structs.c (main): Don't run forever.
22342
22343 2014-10-02 Pedro Alves <palves@redhat.com>
22344
22345 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
22346 (top level) <stop threads 1, stop threads 2>: Use it.
22347
22348 2014-10-02 Pedro Alves <palves@redhat.com>
22349
22350 * gdb.threads/break-while-running.exp (test): Add new
22351 'update_thread_list' argument. Skip "info threads" if false.
22352 (top level): Add new 'update_thread_list' axis.
22353
22354 2014-10-02 Pedro Alves <palves@redhat.com>
22355
22356 PR breakpoints/17431
22357 * gdb.base/execl-update-breakpoints.c: New file.
22358 * gdb.base/execl-update-breakpoints.exp: New file.
22359
22360 2014-10-01 Pedro Alves <palves@redhat.com>
22361
22362 * gdb.base/breakpoint-in-ro-region.c: New file.
22363 * gdb.base/breakpoint-in-ro-region.exp: New file.
22364
22365 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
22366
22367 * gdb.mi/mi-exit-code.exp: New file.
22368 * gdb.mi/mi-exit-code.c: New file.
22369
22370 2014-09-30 Yao Qi <yao@codesourcery.com>
22371
22372 * lib/prelink-support.exp (build_executable_own_libs): Error if
22373 the target isn't native.
22374
22375 2014-09-30 Yao Qi <yao@codesourcery.com>
22376
22377 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22378 false.
22379
22380 2014-09-22 Pedro Alves <palves@redhat.com>
22381
22382 * gdb.threads/break-while-running.exp: New file.
22383 * gdb.threads/break-while-running.c: New file.
22384
22385 2014-09-19 Yao Qi <yao@codesourcery.com>
22386
22387 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
22388 Invoke test. Restart GDB with --readnow and invoke test again.
22389
22390 2014-09-19 Yao Qi <yao@codesourcery.com>
22391
22392 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
22393 proc set_breakpoint_on_gcd_function. Invoke
22394 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
22395 invoke set_breakpoint_on_gcd_function again.
22396
22397 2014-09-18 Doug Evans <dje@google.com>
22398
22399 * gdb.dwarf2/symtab-producer.exp: New file.
22400
22401 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22402
22403 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22404 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22405 * gdb.base/global-var-nested-by-dso.c: Likewise.
22406 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22407
22408 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22409 Pedro Alves <palves@redhat.com>
22410
22411 * gdb.base/watch-bitfields.exp: Pass string other than test file
22412 name to prepare_for_testing.
22413 (watch): New procedure.
22414 (expect_watchpoint): Use with_test_prefix.
22415 (top level): Factor out tests to ...
22416 (test_watch_location, test_regular_watch): ... these new
22417 procedures, and use with_test_prefix and gdb_continue_to_end.
22418
22419 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22420
22421 PR breakpoints/12526
22422 * gdb.base/watch-bitfields.exp: New file.
22423 * gdb.base/watch-bitfields.c: New file.
22424
22425 2014-09-16 Pedro Alves <palves@redhat.com>
22426
22427 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22428 software and hardware addresses, not software address against
22429 itself.
22430
22431 2014-09-16 Pedro Alves <palves@redhat.com>
22432
22433 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22434 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22435
22436 2014-09-16 Pedro Alves <palves@redhat.com>
22437
22438 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22439 files.
22440 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22441 "*-*-vxworks*" throughout.
22442 * gdb.base/break.exp: Likewise.
22443 * gdb.base/default.exp: Likewise.
22444 * gdb.base/scope.exp: Likewise.
22445 * gdb.base/sepdebug.exp: Likewise.
22446 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22447 throughout.
22448 * gdb.base/run.c: Likewise.
22449 * gdb.base/sepdebug.c: Likewise.
22450 * gdb.hp/gdb.aCC/run.c: Likewise.
22451 * gdb.reverse/until-reverse.c: Likewise.
22452 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22453
22454 2014-09-16 Yao Qi <yao@codesourcery.com>
22455
22456 * boards/local-remote-host-native.exp: New file.
22457
22458 2014-09-14 Doug Evans <xdje42@gmail.com>
22459
22460 * gdb.threads/queue-signal.c (thread_count): New variable.
22461 (thread_count_mutex, thread_count_condvar): New variables.
22462 (incr_thread_count, wait_all_threads_running): New functions.
22463 (main): Wait for all threads to be in their thread functions.
22464
22465 2014-09-13 Doug Evans <xdje42@gmail.com>
22466
22467 * gdb.threads/queue-signal.c: New file.
22468 * gdb.threads/queue-signal.exp: New file.
22469
22470 2014-09-13 Doug Evans <xdje42@gmail.com>
22471
22472 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22473 be consistent with what default_gdb_init uses.
22474 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22475 the plain text of the prompt. Add some logging printfs.
22476 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22477
22478 2014-09-12 Pedro Alves <palves@redhat.com>
22479
22480 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22481 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22482 * gdb.arch/i386-size-overlap.exp: Likewise.
22483 * gdb.arch/i386-size.exp: Likewise.
22484 * gdb.arch/i386-unwind.exp: Likewise.
22485 * gdb.base/a2-run.exp: Likewise.
22486 * gdb.base/break.exp: Likewise.
22487 * gdb.base/charset.exp: Likewise.
22488 * gdb.base/chng-syms.exp: Likewise.
22489 * gdb.base/commands.exp: Likewise.
22490 * gdb.base/dbx.exp: Likewise.
22491 * gdb.base/find.exp: Likewise.
22492 * gdb.base/funcargs.exp: Likewise.
22493 * gdb.base/jit-simple.exp: Likewise.
22494 * gdb.base/reread.exp: Likewise.
22495 * gdb.base/sepdebug.exp: Likewise.
22496 * gdb.base/step-bt.exp: Likewise.
22497 * gdb.cp/mb-inline.exp: Likewise.
22498 * gdb.cp/mb-templates.exp: Likewise.
22499 * gdb.objc/basicclass.exp: Likewise.
22500 * gdb.threads/killed.exp: Likewise.
22501
22502 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22503
22504 PR tdep/17379
22505 * gdb.arch/powerpc-stackless.S: New file.
22506 * gdb.arch/powerpc-stackless.exp: New file.
22507
22508 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22509
22510 * gdb.base/attach.c: Include unistd.h.
22511 (main): Call alarm. Add label postloop.
22512 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22513 gdb_breakpoint, gdb_continue_to_breakpoint.
22514 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22515
22516 2014-09-11 Pedro Alves <palves@redhat.com>
22517
22518 PR gdb/17347
22519 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22520 * gdb.base/attach.exp (test_command_line_attach_run): New
22521 procedure.
22522 (top level): Call it.
22523
22524 2014-09-11 Pedro Alves <palves@redhat.com>
22525
22526 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22527 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22528 (do_command_attach_tests): Use spawn_wait_for_attach.
22529 * gdb.base/solib-overlap.exp: Likewise.
22530 * gdb.multi/multi-attach.exp: Likewise.
22531 * gdb.python/py-prompt.exp: Likewise.
22532 * gdb.python/py-sync-interp.exp: Likewise.
22533 * gdb.server/ext-attach.exp: Likewise.
22534
22535 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22536
22537 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22538 command in testcase. Simplify testcase.
22539
22540 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22541
22542 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22543
22544 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22545
22546 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22547
22548 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22549
22550 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22551
22552 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22553
22554 * gdb.dwarf2/dynarr-ptr.c: New file.
22555 * gdb.dwarf2/dynarr-ptr.exp: New file.
22556
22557 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22558
22559 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22560 of 30 rather than hardcoding 120 for a slow test case. Take the
22561 `gdb,timeout' target setting into account for this calculation.
22562 Don't extend the timeout for the test cases that don't need it.
22563
22564 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22565
22566 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22567 a factor of 2 for a slow test case. Take the `gdb,timeout'
22568 target setting into account for this calculation.
22569 * gdb.reverse/until-precsave.exp: Increase the timeout by
22570 a factor of 15 and 3 respectively rather than adding 120
22571 for a pair of slow test cases. Take the `gdb,timeout'
22572 target setting into account for this calculation.
22573
22574 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22575
22576 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22577 timeout, don't pass one down to gdb_expect.
22578 (gdb_expect): Rework timeout selection.
22579
22580 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22581
22582 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22583 exception on timeout.
22584 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22585 (gdbserver_start_extended): Catch any `gdbserver_start' error
22586 exceptions.
22587 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22588 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22589 `gdbserver_gdb_load' error exceptions.
22590
22591 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22592
22593 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22594 120 on waiting for the TCP socket to open.
22595
22596 2014-09-09 Doug Evans <xdje42@gmail.com>
22597
22598 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22599 _caller_matches, _any_caller_is, _any_caller_matches.
22600
22601 2014-09-09 Doug Evans <xdje42@gmail.com>
22602
22603 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22604
22605 2014-09-09 Yao Qi <yao@codesourcery.com>
22606
22607 * gdb.mi/mi-var-display.exp: Set print symbol off.
22608
22609 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22610
22611 PR gdb/17035
22612 * gdb.base/commands.exp: Add tests to verify user-defined
22613 commands with empty bodies.
22614 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22615 python commands in `show user command`.
22616 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22617 scheme commands in `show user command`.
22618
22619 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22620
22621 PR python/17355
22622 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22623 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22624 * gdb.python/py-framefilter-invalidarg.exp: New file.
22625 * gdb.python/py-framefilter-invalidarg.py: New file.
22626
22627 2014-09-06 Doug Evans <xdje42@gmail.com>
22628
22629 PR 15276
22630 * gdb.python/py-caller-is.c: New file.
22631 * gdb.python/py-caller-is.exp: New file.
22632
22633 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22634
22635 PR gdb/17235
22636 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22637 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22638
22639 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22640
22641 PR fortran/17237
22642 * gdb.fortran/print-formatted.exp: New file.
22643 * gdb.fortran/print-formatted.f90: Likewise.
22644
22645 2014-09-03 Sasha Smundak <asmundak@google.com>
22646
22647 * gdb.python/py-frame.exp: Test Frame.read_register.
22648
22649 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22650
22651 PR python/16699
22652 * gdb.python/py-completion.exp: New file.
22653 * gdb.python/py-completion.py: Likewise.
22654
22655 2014-08-28 Doug Evans <dje@google.com>
22656
22657 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22658 eax,etc. are live with values set by gdb and thus the compiler can't
22659 use them.
22660 * gdb.arch/i386-pseudo.c (main): Ditto.
22661
22662 2014-08-27 Doug Evans <dje@google.com>
22663
22664 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22665
22666 2014-08-25 Doug Evans <dje@google.com>
22667
22668 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22669 (main): Ditto.
22670
22671 2014-08-25 Doug Evans <dje@google.com>
22672
22673 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22674
22675 2014-08-24 Yao Qi <yao@codesourcery.com>
22676
22677 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22678 symbol off.
22679 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22680
22681 2014-08-22 Doug Evans <dje@google.com>
22682
22683 PR 17276
22684 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22685 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22686 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22687
22688 2014-08-22 Yao Qi <yao@codesourcery.com>
22689
22690 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22691 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22692 * gdb.python/python.exp: Likewise. Use .py file on the host
22693 instead of the build.
22694
22695 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22696
22697 * gdb.threads/gcore-stale-thread.c: New file.
22698 * gdb.threads/gcore-stale-thread.exp: New file.
22699
22700 2014-08-21 Pedro Alves <palves@redhat.com>
22701
22702 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22703 * gdb.base/gcore-relro-pie.exp: Likewise.
22704 * gdb.base/gcore-relro.exp: Likewise.
22705 * gdb.base/gcore.exp: Likewise.
22706 * gdb.base/print-symbol-loading.exp: Likewise.
22707 * gdb.threads/gcore-thread.exp: Likewise.
22708 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22709
22710 2014-08-20 Pedro Alves <palves@redhat.com>
22711 Jan Kratochvil <jan.kratochvil@redhat.com>
22712
22713 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22714 configure.
22715 (EXPECT): Handle READ1 being set.
22716 (all): Depend on EXTRA_RULES.
22717 (check-read1, expect-read1, read1.so, read1): New rules.
22718 * README (Testsuite Parameters): Document the READ1 make variable.
22719 (Race detection): New section.
22720 * configure: Regenerate.
22721 * configure.ac: If build==host==target, and running under a
22722 GNU/glibc system, add read1 to the extra Makefile rules.
22723 (EXTRA_RULES): AC_SUBST it.
22724 * lib/read1.c: New file.
22725
22726 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22727
22728 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22729 the handling of variables declared as a typedef to an array
22730 which a DW_AT_data_location attribute.
22731
22732 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22733 Pedro Alves <palves@redhat.com>
22734
22735 PR symtab/14604
22736 PR symtab/14605
22737 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22738 gdb_test.
22739
22740 2014-08-19 Pedro Alves <palves@redhat.com>
22741
22742 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22743
22744 2014-08-19 Yao Qi <yao@codesourcery.com>
22745
22746 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22747 right line.
22748
22749 2014-08-18 David Blaikie <dblaikie@gmail.com>
22750
22751 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22752
22753 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22754
22755 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22756 attribute in array range.
22757
22758 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22759
22760 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22761
22762 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22763
22764 PR c++/17132
22765 * gdb.cp/pr17132.cc: New file.
22766 * gdb.cp/pr17132.exp: New file.
22767
22768 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22769
22770 * gdb.python/py-xmethods.py (A_getarrayind)
22771 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22772 Use 'print' with function call syntax.
22773 (E_method_matcher.match): Fix tab vs space indentation mixup.
22774
22775 2014-08-15 Yao Qi <yao@codesourcery.com>
22776
22777 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22778 false.
22779
22780 2014-08-15 Yao Qi <yao@codesourcery.com>
22781
22782 * gdb.cp/casts.exp: Set print symbol off.
22783 * gdb.cp/class2.exp: Likewise.
22784 * gdb.cp/overload.exp: Likewise.
22785 * gdb.cp/templates.exp: Likewise.
22786
22787 2014-08-11 Doug Evans <dje@google.com>
22788
22789 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22790 (test_load_shlib): Update.
22791
22792 2014-08-09 Yao Qi <yao@codesourcery.com>
22793
22794 * gdb.base/display.exp: Invoke is_address_zero_readable.
22795 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22796 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22797 * gdb.base/hbreak-unmapped.exp: Return if
22798 is_address_zero_readable returns true.
22799 * gdb.base/signest.exp: Likewise.
22800 * gdb.base/signull.exp: Likewise.
22801 * gdb.base/sigbpt.exp: Likewise.
22802 * gdb.guile/scm-disasm.exp: Do the test if
22803 is_address_zero_readable returns false.
22804 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22805 * gdb.python/py-arch.exp: Likewise.
22806 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22807 * lib/gdb.exp (is_address_zero_readable): New proc.
22808
22809 2014-08-09 Yao Qi <yao@codesourcery.com>
22810
22811 PR testsuite/13443
22812 * gdb.mi/mi-var-display.exp: Make test messages unique.
22813
22814 2014-08-04 Tom Tromey <tromey@redhat.com>
22815
22816 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22817 target 0".
22818
22819 2014-08-04 Tom Tromey <tromey@redhat.com>
22820
22821 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22822 "target_resume".
22823
22824 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22825
22826 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22827 inner_vla_struct_object_size.
22828 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22829 as xfail.
22830
22831 2014-07-30 Pedro Alves <palves@redhat.com>
22832
22833 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22834 comment.
22835
22836 2014-07-29 Yao Qi <yao@codesourcery.com>
22837
22838 PR gdb/17206
22839 * gdb.base/until-nodebug.exp: New.
22840
22841 2014-07-28 Doug Evans <xdje42@gmail.com>
22842
22843 PR guile/17203
22844 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22845 previously existing parameter, and previously ambiguously spelled
22846 parameter.
22847
22848 2014-07-28 Will Newton <will.newton@linaro.org>
22849
22850 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22851
22852 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22853 Doug Evans <xdje42@gmail.com>
22854
22855 PR guile/17146
22856 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22857
22858 2014-07-25 Pedro Alves <palves@redhat.com>
22859
22860 * gdb.threads/signal-command-handle-nopass.c: New file.
22861 * gdb.threads/signal-command-handle-nopass.exp: New file.
22862 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22863 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22864 * gdb.threads/signal-delivered-right-thread.c: New file.
22865 * gdb.threads/signal-delivered-right-thread.exp: New file.
22866
22867 2014-07-25 Pedro Alves <palves@redhat.com>
22868
22869 * gdb.base/double-prompt-target-event-error.exp
22870 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22871 match.
22872 (cancel_pagination_in_target_event): Rework double prompt
22873 detection.
22874 * gdb.base/paginate-after-ctrl-c-running.exp
22875 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22876 <return>' match.
22877 * gdb.base/paginate-bg-execution.exp
22878 (test_bg_execution_pagination_return)
22879 (test_bg_execution_pagination_cancel): Remove '-notransfer
22880 <return>' matches.
22881 * gdb.base/paginate-execution-startup.exp
22882 (test_fg_execution_pagination_return)
22883 (test_fg_execution_pagination_cancel): Remove '-notransfer
22884 <return>' matches.
22885 * gdb.base/paginate-inferior-exit.exp
22886 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22887 match.
22888 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22889 * lib/gdb.exp (pagination_prompt): Run text through
22890 string_to_regexp.
22891 (gdb_test_multiple): Match $pagination_prompt instead of
22892 "<return>".
22893 (string_to_regexp): Move to lib/gdb-utils.exp.
22894
22895 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22896
22897 * gdb.arch/amd64-entry-value-paramref.S: New file.
22898 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22899 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22900 * gdb.arch/amd64-optimout-repeat.S: New file.
22901 * gdb.arch/amd64-optimout-repeat.c: New file.
22902 * gdb.arch/amd64-optimout-repeat.exp: New file.
22903
22904 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22905
22906 PR gdb/17170
22907 * gdb.base/statistics.exp: New file.
22908
22909 2014-07-17 Doug Evans <dje@google.com>
22910
22911 PR gdb/17170
22912 * gdb.base/maint.exp: Update testing of per-command stats.
22913
22914 2014-07-16 Pedro Alves <palves@redhat.com>
22915
22916 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22917 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22918 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22919 (tfile_write_buf): New functions.
22920 (add_memory_block): Rewrite using the above.
22921 (adjust_function_address): New function.
22922 (FUNCTION_ADDRESS): New macro.
22923 (write_basic_trace_file): Remove short_x local, and use
22924 tfile_write_16. Change type of func_addr local to unsigned long
22925 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22926 here. Cast argument of add_memory_block to char pointer.
22927 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22928 (main): Remove parameters.
22929 * gdb.trace/tfile.exp: Remove nowarnings.
22930
22931 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22932
22933 * gdb.base/debug-expr.exp: Test string evaluation with
22934 "debug expression" on.
22935
22936 2014-07-15 Pedro Alves <palves@redhat.com>
22937
22938 * gdb.base/reread.exp: Use clean_restart.
22939
22940 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22941
22942 * gdb.arch/avr-flash-qualifer.c: New.
22943 * gdb.arch/avr-flash-qualifer.exp: New.
22944
22945 2014-07-14 Pedro Alves <palves@redhat.com>
22946
22947 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22948 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22949
22950 2014-07-14 Pedro Alves <palves@redhat.com>
22951
22952 * gdb.base/double-prompt-target-event-error.c: New file.
22953 * gdb.base/double-prompt-target-event-error.exp: New file.
22954
22955 2014-07-14 Pedro Alves <palves@redhat.com>
22956
22957 PR gdb/17072
22958 * gdb.base/paginate-inferior-exit.c: New file.
22959 * gdb.base/paginate-inferior-exit.exp: New file.
22960
22961 2014-07-14 Pedro Alves <palves@redhat.com>
22962
22963 PR gdb/17072
22964 * gdb.base/paginate-bg-execution.c: New file.
22965 * gdb.base/paginate-bg-execution.exp: New file.
22966
22967 2014-07-14 Pedro Alves <palves@redhat.com>
22968
22969 PR gdb/17072
22970 * gdb.base/paginate-execution-startup.c: New file.
22971 * gdb.base/paginate-execution-startup.exp: New file.
22972 * lib/gdb.exp (pagination_prompt): New global.
22973 (default_gdb_spawn): New procedure, factored out from
22974 default_gdb_spawn.
22975 (default_gdb_start): Adjust to call default_gdb_spawn.
22976 (gdb_spawn): New procedure.
22977
22978 2014-07-14 Pedro Alves <palves@redhat.com>
22979
22980 * lib/gdb.exp (gdb_assert): New procedure.
22981 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22982
22983 2014-07-14 Pedro Alves <palves@redhat.com>
22984
22985 * gdb.base/execution-termios.c: New file.
22986 * gdb.base/execution-termios.exp: New file.
22987
22988 2014-07-14 Tom Tromey <tromey@redhat.com>
22989
22990 * gdb.cp/vla-cxx.cc: New file.
22991 * gdb.cp/vla-cxx.exp: New file.
22992
22993 2014-07-14 Tom Tromey <tromey@redhat.com>
22994
22995 * gdb.reverse/rerun-prec.c: New file.
22996 * gdb.reverse/rerun-prec.exp: New file.
22997
22998 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22999 Maciej W. Rozycki <macro@codesourcery.com>
23000
23001 * lib/gdb-utils.exp: New file.
23002 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
23003 inline `gdb_init_command' processing.
23004 (gdb_start_cmd): Likewise.
23005 * lib/mi-support.exp (mi_run_cmd): Likewise.
23006 * README: Document `gdb_init_command' and `gdb_init_commands'.
23007
23008 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
23009
23010 Fix false FAIL running under a very long directory name.
23011 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
23012 and "set print elements 10000". Twice.
23013
23014 2014-07-11 Yao Qi <yao@codesourcery.com>
23015
23016 * gdb.base/exprs.exp: "set print symbol off".
23017
23018 2014-07-11 Pedro Alves <palves@redhat.com>
23019
23020 * gdb.threads/kill.c: New file.
23021 * gdb.threads/kill.exp: New file.
23022
23023 2014-07-10 Yao Qi <yao@codesourcery.com>
23024
23025 * gdb.trace/tfile.c (write_basic_trace_file)
23026 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
23027 address written to trace file.
23028
23029 2014-07-09 Pedro Alves <palves@redhat.com>
23030
23031 * gdb.base/attach-wait-input.exp: New file.
23032 * gdb.base/attach-wait-input.c: New file.
23033
23034 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
23035
23036 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
23037 setting up test structures.
23038 (main): Call new test function.
23039 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
23040 test function, continue into test function and walk test
23041 structures.
23042
23043 2014-07-02 Yao Qi <yao@codesourcery.com>
23044
23045 * gdb.trace/entry-values.c: Define labels 'foo_start' and
23046 'bar_start' at the beginning of functions 'foo' and 'bar'
23047 respectively.
23048 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
23049 instead of 'foo' and 'bar'.
23050
23051 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
23052
23053 * gdb.btrace/segv.exp: New.
23054 * gdb.btrace/segv.c: New.
23055
23056 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
23057
23058 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
23059 instruction.
23060
23061 2014-06-30 Mark Wielaard <mjw@redhat.com>
23062
23063 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
23064 vulture, vilify, villar): New volatile array constants.
23065 (vindictive, vegetation): New const volatile array constants.
23066 * gdb.base/volatile.exp: Test volatile and const volatile array
23067 types.
23068
23069 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
23070
23071 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
23072 target lacks support for awatch, rwatch, or hbreak.
23073
23074 2014-06-27 Yao Qi <yao@codesourcery.com>
23075
23076 * gdb.multi/dummy-frame-restore.exp: New.
23077 * gdb.multi/dummy-frame-restore.c: New.
23078
23079 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
23080
23081 * gdb.btrace/gcore.exp: New.
23082
23083 2014-06-23 Pedro Alves <palves@redhat.com>
23084
23085 * gdb.base/watchpoint-reuse-slot.c: New file.
23086 * gdb.base/watchpoint-reuse-slot.exp: New file.
23087
23088 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
23089
23090 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
23091 progspace's filename in 'info', 'enable' and 'disable' command
23092 tests.
23093
23094 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
23095
23096 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
23097 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23098 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
23099
23100 2014-06-20 Gary Benson <gbenson@redhat.com>
23101
23102 * gdb.arch/i386-avx.exp: Fix include file location.
23103 * gdb.arch/i386-sse.exp: Likewise.
23104
23105 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
23106
23107 * gdb.dlang/expression.exp: New file.
23108
23109 2014-06-19 Pedro Alves <palves@redhat.com>
23110
23111 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
23112 out from ...
23113 (top level): ... here. Iterate running tests under different
23114 scheduler-locking settings.
23115
23116 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
23117
23118 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
23119 to DW_FORM_addr and use non-zero addresses.
23120
23121 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
23122
23123 PR gdb/17017
23124 * gdb.python/py-xmethods.cc: Add global function call counters and
23125 increment them in their respective functions. Remove "cout"
23126 statements.
23127 * gdb.python/py-xmethods.exp: Make tests check the global function
23128 call counters instead of depending on inferior IO.
23129
23130 2014-06-18 Don Breazeal <donb@codesourcery.com>
23131
23132 * gdb.base/foll-fork.exp (default_fork_parent_follow):
23133 Deleted procedure.
23134 (explicit_fork_parent_follow): Deleted procedure.
23135 (explicit_fork_child_follow): Deleted procedure.
23136 (test_follow_fork): New procedure.
23137 (do_fork_tests): Replace calls to deleted procedures with
23138 calls to test_follow_fork and reset GDB for subsequent
23139 procedure calls.
23140
23141 2014-06-17 Yao Qi <yao@codesourcery.com>
23142
23143 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
23144 CP1252.
23145
23146 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
23147
23148 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
23149 Initialize ptr and S explicitly.
23150 (skip_type_update_when_not_use_rtti_test): Likewise.
23151
23152 2014-06-16 Keith Seitz <keiths@redhat.com>
23153
23154 PR mi/15863
23155 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
23156 the inferior is started.
23157
23158 2014-06-16 Pedro Alves <palves@redhat.com>
23159
23160 * gdb.base/break-main-file-remove-fail.c: New file.
23161 * gdb.base/break-main-file-remove-fail.exp: New file.
23162 * gdb.base/break-unload-file.exp: Use build_executable instead of
23163 prepare_for_testing.
23164 (test_break): New parameter "initial_load". Handle it.
23165 (top level): Add initial_load cmdline/file axis.
23166
23167 2014-06-12 Tom Tromey <tromey@redhat.com>
23168
23169 * gdb.base/completion.exp: Don't use directory name in test.
23170
23171 2014-06-09 Gary Benson <gbenson@redhat.com>
23172
23173 * gdb.base/sigall.c [Functions to send signals]: Reorder to
23174 separate the always-available ANSI-standard signals from the
23175 signals that require checking.
23176 (main): Likewise.
23177 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
23178 Likewise.
23179 (main): Likewise.
23180
23181 2014-06-07 Keith Seitz <keiths@redhat.com>
23182
23183 Revert:
23184 PR c++/16253
23185 * gdb.cp/var-tag.cc: New file.
23186 * gdb.cp/var-tag.exp: New file.
23187 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23188 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23189 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23190 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23191
23192 2014-06-06 Doug Evans <xdje42@gmail.com>
23193
23194 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
23195
23196 2014-06-06 Pedro Alves <palves@redhat.com>
23197
23198 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
23199 in target debug output instead of looking at RSP packets,
23200 disabling the test on any target that uses hardware stepping.
23201 Update comments.
23202
23203 2014-06-06 Pedro Alves <palves@redhat.com>
23204
23205 * gdb.base/break-unload-file.exp: Fix typo.
23206
23207 2014-06-06 Yao Qi <yao@codesourcery.com>
23208
23209 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
23210 from "jit_function" to "^jit_function".
23211
23212 2014-06-06 Yao Qi <yao@codesourcery.com>
23213
23214 * gdb.base/async.c (foo): Add one statement.
23215 * gdb.base/async.exp: Get the next instruction address and
23216 match the output of "nexti" by instruction address. Match
23217 the hex address in the output of "finish".
23218
23219 2014-06-06 Gary Benson <gbenson@redhat.com>
23220
23221 * gdb.base/call-signals.c: Remove preprocessor conditionals
23222 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
23223 SIGSEGV and SIGTERM.
23224 * gdb.base/sigall.c: Likewise.
23225 * gdb.base/unwindonsignal.c: Likewise.
23226 * gdb.reverse/sigall-reverse.c: Likewise.
23227
23228 2014-06-06 Yao Qi <yao@codesourcery.com>
23229
23230 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
23231 readable, skip the test.
23232
23233 2014-06-06 Yao Qi <yao@codesourcery.com>
23234
23235 * gdb.threads/staticthreads.c (thread_function): Move the line
23236 setting breakpoint on forward.
23237 * gdb.threads/staticthreads.exp: Update comments.
23238
23239 2014-06-05 Ludovic Courtès <ludo@gnu.org>
23240
23241 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
23242 "history-append! type error".
23243
23244 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
23245
23246 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
23247 erroneous dprintf expected input.
23248
23249 2014-06-04 Doug Evans <xdje42@gmail.com>
23250
23251 * gdb.guile/scm-generics.exp: Delete.
23252
23253 2014-06-04 Doug Evans <xdje42@gmail.com>
23254
23255 * gdb.guile/scm-breakpoint.exp: Update.
23256 Add tests for breakpoint registration.
23257
23258 2014-06-04 Tom Tromey <tromey@redhat.com>
23259
23260 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
23261 VLA-in-union.
23262 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
23263 inner_vla_struct, vla_union types. Initialize objects of those
23264 types and compute their sizes.
23265
23266 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
23267 Hui Zhu <hui@codesourcery.com>
23268
23269 * gdb.base/fileio.exp: Add test for shell not available as well as
23270 available.
23271 * gdb.base/fileio.c (test_system): Check for shell twice.
23272
23273 2014-06-04 Yao Qi <yao@codesourcery.com>
23274
23275 * gdb.base/auto-connect-native-target.exp: Remove redundant
23276 space from the regexp pattern.
23277
23278 2014-06-04 Yao Qi <yao@codesourcery.com>
23279
23280 * gdb.base/default.exp: Replace "child" with "native" in
23281 regexp pattern.
23282
23283 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
23284
23285 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
23286 * gdb.python/py-xmethods.exp: New tests to test xmethods.
23287 * gdb.python/py-xmethods.py: Python script supporting the
23288 new testcase and tests.
23289
23290 2014-06-03 Joel Brobecker <brobecker@adacore.com>
23291 Pedro Alves <palves@redhat.com>
23292
23293 PR breakpoints/17000
23294 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
23295 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
23296
23297 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
23298
23299 * gdb.base/subst.exp: Add tests to verify partial path matching
23300 output.
23301
23302 2014-06-03 Pedro Alves <palves@redhat.com>
23303
23304 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
23305 target that doesn't use software single-stepping.
23306
23307 2014-06-03 Pedro Alves <palves@redhat.com>
23308
23309 PR breakpoints/17000
23310 * gdb.base/sss-bp-on-user-bp-2.c: New file.
23311 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
23312
23313 2014-06-02 Doug Evans <xdje42@gmail.com>
23314
23315 * gdb.guile/scm-parameter.exp: New file.
23316
23317 2014-06-02 Doug Evans <xdje42@gmail.com>
23318
23319 * gdb.guile/scm-cmd.c: New file.
23320 * gdb.guile/scm-cmd.exp: New file.
23321
23322 2014-06-02 Doug Evans <xdje42@gmail.com>
23323
23324 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
23325 pretty-printer lookup.
23326 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
23327 (make-pp_s-printer): Call it.
23328 (make-pretty-printer-from-dict): New function.
23329 (lookup-pretty-printer-maker-from-dict): New function.
23330 (*pretty-printer*): Simplify.
23331 (make-objfile-pp_s-printer): New function.
23332 (install-objfile-pretty-printers!): New function.
23333 (make-progspace-pp_s-printer): New function.
23334 (install-progspace-pretty-printers!): New function.
23335 * gdb.guile/scm-progspace.c: New file.
23336 * gdb.guile/scm-progspace.exp: New file.
23337
23338 2014-06-02 Pedro Alves <palves@redhat.com>
23339
23340 * gdb.base/dprintf-bp-same-addr.c: New file.
23341 * gdb.base/dprintf-bp-same-addr.exp: New file.
23342
23343 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23344
23345 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
23346 * gdb.arch/powerpc-power.s: Likewise.
23347
23348 2014-06-02 Joel Brobecker <brobecker@adacore.com>
23349
23350 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
23351
23352 2014-06-01 Yao Qi <yao@codesourcery.com>
23353
23354 * gdb.base/watchpoint.exp (test_watch_location): Check null
23355 pointer can be dereferenced. If not, do the test, otherwise
23356 skip it.
23357
23358 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23359
23360 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
23361 results.
23362 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
23363
23364 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23365
23366 * gdb.arch/amd64-invalid-stack-middle.S: New file.
23367 * gdb.arch/amd64-invalid-stack-middle.c: New file.
23368 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
23369 * gdb.arch/amd64-invalid-stack-top.c: New file.
23370 * gdb.arch/amd64-invalid-stack-top.exp: New file.
23371
23372 2014-05-30 Pedro Alves <palves@redhat.com>
23373
23374 PR breakpoints/17000
23375 * gdb.base/sss-bp-on-user-bp.c: New file.
23376 * gdb.base/sss-bp-on-user-bp.exp: New file.
23377
23378 2014-05-30 David Blaikie <dblaikie@gmail.com>
23379
23380 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
23381 gnu_inline semantics via attribute.
23382 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
23383 source explicitly specifies the required semantics.
23384
23385 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23386
23387 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23388
23389 2014-05-29 Pedro Alves <palves@redhat.com>
23390 Tom Tromey <tromey@redhat.com>
23391
23392 * gdb.base/async-shell.exp: Don't enable target-async.
23393 * gdb.base/async.exp
23394 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
23395 parameter. Adjust.
23396 (top level): Don't test with "target-async".
23397 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23398 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23399 * gdb.base/inferior-died.exp: Don't enable target-async.
23400 * gdb.base/interrupt-noterm.exp: Likewise.
23401 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23402 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23403 * gdb.mi/mi-nonstop.exp: Likewise.
23404 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23405 * gdb.mi/mi-nsintrall.exp: Likewise.
23406 * gdb.mi/mi-nsmoribund.exp: Likewise.
23407 * gdb.mi/mi-nsthrexec.exp: Likewise.
23408 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23409 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23410 * gdb.python/py-evsignal.exp: Don't enable target-async.
23411 * gdb.python/py-evthreads.exp: Likewise.
23412 * gdb.python/py-prompt.exp: Likewise.
23413 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23414 * gdb.server/solib-list.exp: Don't enable target-async.
23415 * gdb.threads/thread-specific-bp.exp: Likewise.
23416 * lib/mi-support.exp: Adjust to use mi-async.
23417
23418 2014-05-29 Pedro Alves <palves@redhat.com>
23419
23420 PR gdb/13860
23421 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23422 reason, even in sync mode.
23423
23424 2014-05-29 Pedro Alves <palves@redhat.com>
23425 Hui Zhu <hui@codesourcery.com>
23426
23427 PR PR15693
23428 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23429 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23430 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23431 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23432
23433 2014-05-28 Joel Brobecker <brobecker@adacore.com>
23434
23435 * config/monitor.exp (gdb_target_monitor): Replace use of
23436 "set remotebaud" by "set serial baud".
23437
23438 2014-05-26 Andy Wingo <wingo@igalia.com>
23439
23440 * gdb.guile/scm-breakpoint.exp:
23441 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23442 properties instead of gdb-object-properties.
23443
23444 2014-05-26 Yao Qi <yao@codesourcery.com>
23445
23446 * gdb.server/no-thread-db.exp: Specify source file name
23447 explicitly when setting a breakpoint.
23448
23449 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23450
23451 * gdb.btrace/vdso.c: New.
23452 * gdb.btrace/vdso.exp: New.
23453
23454 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23455
23456 * gdb.base/gcore.exp (capture_command_output): Move ...
23457 * lib/gdb.exp (capture_command_output): ... here.
23458
23459 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23460
23461 * gdb.btrace/data.exp: Test memory access during btrace replay.
23462
23463 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23464
23465 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23466
23467 2014-05-21 Pedro Alves <palves@redhat.com>
23468
23469 PR gdb/13860
23470 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23471 (top level): Test that output related to execution commands is
23472 sent to the console with CLI commands, but not with MI commands.
23473 Test that breakpoint events are always mirrored to the console.
23474 Also expect the new source line to be output after a "next" in
23475 async mode too. Make it a pass/fail test.
23476 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23477 output.
23478 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23479
23480 2014-05-21 Pedro Alves <palves@redhat.com>
23481
23482 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23483 Use them to test variations of "list" after reaching a breakpoint.
23484 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23485 Test "list" with listsize 10 after reaching a breakpoint.
23486 * gdb.python/python.exp (decode_line current location line
23487 number): Adjust expected line number.
23488
23489 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23490
23491 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23492 behavior for $args, pass it directly to "run".
23493
23494 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23495
23496 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23497 30000 to 65536.
23498
23499 2014-05-21 Pedro Alves <palves@redhat.com>
23500
23501 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23502 auto-connect-native-target off".
23503 * gdb.base/auto-connect-native-target.c: New file.
23504 * gdb.base/auto-connect-native-target.exp: New file.
23505
23506 2014-05-21 Pedro Alves <palves@redhat.com>
23507
23508 * gdb.base/default.exp: Test "target native" instead of "target
23509 child".
23510
23511 2014-05-21 Mark Wielaard <mjw@redhat.com>
23512
23513 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23514
23515 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23516
23517 Fix TLS access for -static -pthread.
23518 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23519 <HAVE_TLS> (thread_function, main): Initialize it.
23520 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23521 Add clean_restart.
23522 <$have_tls != "">: Check TLSVAR.
23523
23524 2014-05-21 Pedro Alves <palves@redhat.com>
23525
23526 * gdb.base/dcache-line-read-error.c: New.
23527 * gdb.base/dcache-line-read-error.exp: New.
23528
23529 2014-05-20 Pedro Alves <palves@redhat.com>
23530
23531 * gdb.base/compare-sections.c: New file.
23532 * gdb.base/compare-sections.exp: New file.
23533
23534 2014-05-20 Pedro Alves <palves@redhat.com>
23535
23536 * gdb.base/break-idempotent.c: New file.
23537 * gdb.base/break-idempotent.exp: New file.
23538
23539 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23540
23541 * gdb.btrace/nohist.exp: New.
23542
23543 2014-05-20 Yao Qi <yao@codesourcery.com>
23544
23545 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23546 gdb.reverse directory and gdb_reverse_timeout exists in board
23547 setting.
23548 * README: Document gdb_reverse_timeout.
23549
23550 2014-05-20 Yao Qi <yao@codesourcery.com>
23551
23552 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23553 'test_file_name'. Treat args as a string instead of a list.
23554 (gdb_init): Rename argument 'args' by 'test_file_name'.
23555
23556 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23557
23558 * gdb.arch/powerpc-power.exp: New file.
23559 * gdb.arch/powerpc-power.s: New file.
23560
23561 2014-05-16 Doug Evans <dje@google.com>
23562
23563 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23564 * gdb.base/completion.exp: Check that all expected files exist
23565 before doing file completion.
23566
23567 2014-05-16 Doug Evans <dje@google.com>
23568
23569 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23570 Update.
23571 (do_syscall_tests_without_xml): Update.
23572
23573 2014-05-16 Pedro Alves <palves@redhat.com>
23574
23575 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23576 instead of "unknown output after running".
23577
23578 2014-05-16 Yao Qi <yao@codesourcery.com>
23579
23580 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23581 file1.txt from host at the end.
23582 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23583
23584 2014-05-15 Doug Evans <dje@google.com>
23585
23586 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23587 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23588 loading file. Add test for TU lookup.
23589
23590 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23591
23592 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23593 calling "-exec-arguments" or "set args" before running the
23594 inferior.
23595
23596 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23597
23598 * lib/mi-support.exp (mi_expect_stop): Expect message for
23599 inferiors that exit with non-zero exit code.
23600
23601 2014-05-14 Yao Qi <yao@codesourcery.com>
23602
23603 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23604 match absolute path on remote host.
23605 (test_file_list_exec_source_files): Remove "/" from the
23606 pattern.
23607
23608 2014-05-14 Yao Qi <yao@codesourcery.com>
23609
23610 * boards/local-remote-host-notty.exp (${board}_file): New
23611 proc.
23612
23613 2014-05-07 Kyle McMartin <kyle@redhat.com>
23614
23615 Pushed by Joel Brobecker <brobecker@adacore.com>.
23616 * gdb.arch/aarch64-atomic-inst.c: New file.
23617 * gdb.arch/aarch64-atomic-inst.exp: New file.
23618
23619 2014-05-07 Yao Qi <yao@codesourcery.com>
23620
23621 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23622 in current context" too.
23623
23624 2014-05-05 Keith Seitz <keiths@redhat.com>
23625
23626 * gdb.linespec/ls-dollar.exp: Add test for linespec
23627 file:convenience_variable.
23628
23629 2014-05-05 Yao Qi <yao@codesourcery.com>
23630
23631 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23632 traceframes into tfile and ctf trace files. Read data from
23633 trace file and test collected data.
23634 (gdb_collect_locals_test): Likewise.
23635 (gdb_unavailable_registers_test): Likewise.
23636 (gdb_unavailable_floats): Likewise.
23637 (gdb_collect_globals_test): Likewise.
23638 (top-level): Append "ctf" to trace_file_targets if GDB
23639 supports.
23640
23641 2014-05-05 Yao Qi <yao@codesourcery.com>
23642
23643 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23644 code to ...
23645 (gdb_collect_args_test_1): ... it. New proc.
23646 (gdb_collect_locals_test): Move some code to ...
23647 (gdb_collect_locals_test_1): ... it. New proc.
23648 (gdb_unavailable_registers_test): Move some code to ...
23649 (gdb_unavailable_registers_test_1): ... it. New proc.
23650 (gdb_unavailable_floats): Move some code to ...
23651 (gdb_unavailable_floats_1): ... it. New proc.
23652
23653 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23654
23655 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23656 probes to test for bitness recognition.
23657 * gdb.arch/amd64-stap-optional-prefix.exp
23658 (test_probe_value_without_reg): New procedure.
23659 Add code to test for different kinds of bitness.
23660
23661 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23662
23663 PR breakpoints/16889
23664 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23665 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23666
23667 2014-05-01 Pedro Alves <palves@redhat.com>
23668
23669 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23670 gdb_file_cmd if no file is specified.
23671 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23672 last_loaded_file to set the remote exec-file.
23673
23674 2014-05-01 Pedro Alves <palves@redhat.com>
23675
23676 * boards/local-remote-host.exp: New file.
23677
23678 2014-05-01 Pedro Alves <palves@redhat.com>
23679
23680 * boards/local-remote-host.exp: Rename to ...
23681 * boards/local-remote-host-notty.exp: ... this.
23682
23683 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23684
23685 * gdb.ada/dyn_arrayidx: New testcase.
23686
23687 2014-04-26 Yao Qi <yao@codesourcery.com>
23688
23689 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23690 and compute the length of function main. Save it in
23691 $main_length.
23692 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23693 (top-level): Use gdb_compile to compile objects into
23694 executable and restart GDB. Remove invocation to
23695 prepare_for_testing.
23696
23697 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23698 Pedro Alves <palves@redhat.com>
23699
23700 PR server/16255
23701 * gdb.multi/multi-attach.c: New file.
23702 * gdb.multi/multi-attach.exp: New file.
23703
23704 2014-04-25 Pedro Alves <palves@redhat.com>
23705
23706 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23707 user.
23708 (top level): Test that "set remote conditional-breakpoints-packet
23709 off" works as intended.
23710 * gdb.base/dprintf.exp: Test that "set remote
23711 breakpoint-commands-packet off" works as intended.
23712 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23713 New function.
23714 (top level): Call it.
23715 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23716 remote fast-tracepoints-packet off" works as intended.
23717 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23718 * lib/gdb.exp (gdb_is_target_remote): ... here.
23719
23720 2014-04-24 David Blaikie <dblaikie@gmail.com>
23721
23722 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23723 ensure clang would not discard them.
23724 * gdb.base/gdbvars.c: Ditto.
23725 * gdb.base/memattr.c: Ditto.
23726 * gdb.base/whatis.c: Ditto.
23727 * gdb.python/py-prettyprint.c: Ditto.
23728 * gdb.trace/actions.c: Ditto.
23729 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23730 ensure clang would not discard it.
23731
23732 2014-04-24 David Blaikie <dblaikie@gmail.com>
23733
23734 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23735 clang to emit the full definition of type required by the test
23736 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23737
23738 2014-04-24 David Blaikie <dblaikie@gmail.com>
23739
23740 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23741 coax Clang into emitting the definition of the type.
23742 * gdb.cp/pr10728-x.h (y): Ditto.
23743 * gdb.cp/pr10728-y.cc (y): Ditto.
23744
23745 2014-04-24 David Blaikie <dblaikie@gmail.com>
23746
23747 * gdb.base/label.exp: XFAIL label related tests under Clang.
23748 * gdb.cp/cplabel.exp: Ditto.
23749 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23750 under Clang those using labels.
23751
23752 2014-04-25 Yao Qi <yao@codesourcery.com>
23753
23754 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23755 double_label.
23756 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23757 partial_label and double_label.
23758
23759 2014-04-24 David Blaikie <dblaikie@gmail.com>
23760
23761 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23762
23763 2014-04-24 David Blaikie <dblaikie@gmail.com>
23764
23765 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23766 of the function to work across GCC and Clang.
23767 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23768 pointer types (const void ** const V void **).
23769
23770 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23771 Walfred Tedeschi <walfred.tedeschi@intel.com>
23772
23773 * Makefile.in (EXECUTABLES): Added i386-avx512.
23774 * gdb.arch/i386-avx512.c: New file.
23775 * gdb.arch/i386-avx512.exp: Likewise.
23776
23777 2014-04-23 Keith Seitz <keiths@redhat.com>
23778
23779 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23780 (mi_make_breakpoint_table): New procedure.
23781 (mi_create_breakpoint): Use mi_make_breakpoint
23782 and return the result.
23783 (mi_make_breakpoint): New procedure.
23784 (mi_build_kv_pairs): New procedure.
23785
23786 * gdb.mi/mi-break.exp: Remove unused globals,
23787 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23788 All callers updated.
23789 * gdb.mi/mi-dprintf.exp: Use variable to track command
23790 number.
23791 Update all callers of mi_create_breakpoint and use
23792 mi_make_breakpoint_table.
23793 Remove any unused global variables.
23794 * gdb.mi/mi-nonstop.exp: Likewise.
23795 * gdb.mi/mi-nsintrall.exp: Likewise.
23796 * gdb.mi/mi-nsmoribund.exp: Likewise.
23797 * gdb.mi/mi-nsthrexec.exp: Likewise.
23798 * gdb.mi/mi-reverse.exp: Likewise.
23799 * gdb.mi/mi-simplerun.exp: Likewise.
23800 * gdb.mi/mi-stepn.exp: Likewise.
23801 * gdb.mi/mi-syn-frame.exp: Likewise.
23802 * gdb.mi/mi-until.exp: Likewise.
23803 * gdb.mi/mi-var-cp.exp: Likewise.
23804 * gdb.mi/mi-var-display.exp: Likewise.
23805 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23806 * gdb.mi/mi2-var-child.exp: Likewise.
23807 * gdb.mi/mi-vla-c99.exp: Likewise.
23808 * lib/mi-support.exp: Likewise.
23809
23810 From Ian Lance Taylor <iant@cygnus.com>:
23811 * lib/gdb.exp (parse_args): New procedure.
23812
23813 2014-04-23 Pedro Alves <palves@redhat.com>
23814
23815 * gdb.base/break-unload-file.c: New file.
23816 * gdb.base/break-unload-file.exp: New file.
23817 * gdb.base/sym-file-lib.c (baz): New function.
23818 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23819 field.
23820 (load): Store the segment's mapped size.
23821 (unload): New function.
23822 (unload_shlib): New function.
23823 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23824 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23825 set a breakpoint at baz, and call it.
23826 * gdb.base/sym-file.exp: New tests for stale breakpoint
23827 instructions.
23828
23829 2014-04-23 Pedro Alves <palves@redhat.com>
23830
23831 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23832 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23833 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23834 * gdb.base/hbreak-unmapped.c: New file.
23835 * gdb.base/hbreak-unmapped.exp: New file.
23836 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23837 * lib/gdb.exp (gdb_is_target_remote): ... here.
23838
23839 2014-04-22 Pedro Alves <palves@redhat.com>
23840
23841 * gdb.base/consecutive-step-over.c: New file.
23842 * gdb.base/consecutive-step-over.exp: New file.
23843
23844 2014-04-22 Pedro Alves <palves@redhat.com>
23845
23846 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23847 instead of send_gdb/gdb_expect.
23848
23849 2014-04-22 Yao Qi <yao@codesourcery.com>
23850
23851 * lib/trace-support.exp (generate_tracefile): New procedure.
23852 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23853 return 0.
23854 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23855 if generate_tracefile returns 1.
23856
23857 2014-04-18 Tom Tromey <palves@redhat.com>
23858 Pedro alves <tromey@redhat.com>
23859
23860 PR backtrace/15558
23861 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23862 with a backtrace limit.
23863 * gdb.python/py-frame-inline.exp: Test running to an inline
23864 function with a backtrace limit, and printing the newest frame.
23865 * gdb.python/py-frame-inline.c (main): Call f.
23866
23867 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23868
23869 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23870
23871 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23872
23873 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23874 Drop prefix from unsupported source file path.
23875
23876 2014-04-17 Yao Qi <yao@codesourcery.com>
23877
23878 * lib/gdb.exp (with_target_charset): New proc.
23879 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23880 with_target_charset.
23881 (test_print_strings): Likewise.
23882 (test_repeat_bytes): Likewise.
23883 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23884 for some tests.
23885
23886 2014-04-16 Keith Seitz <keiths@redhat.com>
23887
23888 PR gdb/15827
23889 * gdb.dwarf2/corrupt.c: New file.
23890 * gdb.dwarf2/corrupt.exp: New file.
23891
23892 2014-04-16 Keith Seitz <keiths@redhat.com>
23893
23894 PR c++/16597
23895 * gdb.cp/namelessclass.cc: New file.
23896 * gdb.cp/namelessclass.exp: New file.
23897 * gdb.cp/namelessclass.S: New file.
23898
23899 2014-04-16 Doug Evans <dje@google.com>
23900
23901 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23902 Add comment.
23903 (gdbserver_default_get_comm_port): New function.
23904 (gdbserver_start): Check if board file provided
23905 "gdbserver,get_comm_port" and use it if so.
23906 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23907 (gdb,socketport): Set to "stdio".
23908 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23909 (stdio_gdbserver_template): Delete.
23910 (${board}_get_remote_address): Update.
23911 (${board}_build_remote_cmd): Delete.
23912 (${board}_get_comm_port): New function.
23913 (${board}_spawn): Update.
23914 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23915 Delete.
23916 (${board}_get_remote_address): Update.
23917 (${board}_get_comm_port): New function.
23918
23919 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23920
23921 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23922 appearing in any order.
23923
23924 2014-04-15 Doug Evans <dje@google.com>
23925
23926 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23927 uninitialized value of "description".
23928
23929 2014-04-15 Keith Seitz <keiths@redhat.com>
23930
23931 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23932 Remove unused globals.
23933 (test_running_the_program): Likewise.
23934 (test_controlled_execution): Likewise.
23935 (test_controlling_breakpoints): Likewise.
23936 (test_program_termination): Likewise.
23937
23938 2014-04-15 Keith Seitz <keiths@redhat.com>
23939
23940 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23941 unused globals.
23942 (test_rbreak_creation_and_listing): Likewise.
23943 (test_ignore_count): Likewise.
23944 (test_error): Likewise.
23945
23946 2014-04-15 Pedro Alves <palves@redhat.com>
23947
23948 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23949 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23950 sym-file-loader.c.
23951 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23952 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23953 to sym-file-loader.c.
23954 (struct library): Forward declare.
23955 (load_shlib, lookup_function): Change prototypes.
23956 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23957 (translate_offset): Remove declarations.
23958 (get_text_addr): New declaration.
23959 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23960 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23961 sym-file-loader.h.
23962 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23963 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23964 here from sym-file-loader.h.
23965 (struct library): New structure.
23966 (load_shlib, lookup_function): Change prototypes and adjust to
23967 work with a struct library.
23968 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23969 (translate_offset): Make static.
23970 (get_text_addr): New function.
23971 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23972
23973 2014-04-15 Pedro Alves <palves@redhat.com>
23974
23975 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23976
23977 2014-04-15 Pedro Alves <palves@redhat.com>
23978
23979 * gdb.base/sym-file-loader.c: Include <limits.h>.
23980 (SELF_LINK): New define.
23981 (get_origin): New function.
23982 (load_shlib): Use it.
23983 * gdb.base/sym-file.exp: Don't early return if the target is
23984 remote. Use runto_main, and issue fail is that fails. Use
23985 gdb_load_shlibs.
23986 (shlib_name): Delete.
23987 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23988
23989 2014-04-15 Pedro Alves <palves@redhat.com>
23990
23991 * gdb.base/sym-file.exp: Remove regex characters from test
23992 message. Don't refer to breakpoint numbers in test messages.
23993
23994 2014-04-14 Keith Seitz <keiths@redhat.com>
23995
23996 PR c++/16253
23997 * gdb.cp/var-tag.cc: New file.
23998 * gdb.cp/var-tag.exp: New file.
23999 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
24000 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
24001 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
24002 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
24003
24004 2014-04-14 Tom Tromey <tromey@redhat.com>
24005
24006 * gdb.cp/classes.exp (test_enums): Handle underlying type.
24007 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
24008 type.
24009 * gdb.cp/enum-class.exp: New file.
24010 * gdb.cp/enum-class.cc: New file.
24011
24012 2014-04-14 Tom Tromey <tromey@redhat.com>
24013
24014 * gdb.dwarf2/enum-type.exp: New file.
24015
24016 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24017
24018 * gdb.mi/mi-vla-c99.exp: New file.
24019 * gdb.mi/vla.c: New file.
24020
24021 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24022
24023 * gdb.base/vla-datatypes.c: New file.
24024 * gdb.base/vla-datatypes.exp: New file.
24025
24026 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24027
24028 * gdb.base/vla-ptr.c: New file.
24029 * gdb.base/vla-ptr.exp: New file.
24030
24031 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24032
24033 * gdb.dwarf2/count.exp: New file.
24034
24035 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24036
24037 * gdb.base/vla-sideeffect.c: New file.
24038 * gdb.base/vla-sideeffect.exp: New file.
24039
24040 2014-04-14 David Blaikie <dblaikie@gmail.com>
24041
24042 * gdb.mi/non-stop.c: Add return value for non-void function return
24043 statement.
24044 * gdb.threads/staticthreads.c: Ditto.
24045
24046 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
24047 Doug Evans <xdje42@gmail.com>
24048
24049 * gdb.guile/scm-value.c: Improve test case.
24050 * gdb.guile/scm-value.exp: Add new test.
24051
24052 2014-04-11 David Blaikie <dblaikie@gmail.com>
24053
24054 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
24055 override Clang's default.
24056
24057 2014-04-11 Joel Brobecker <brobecker@adacore.com>
24058
24059 Revert the following changes (regressions):
24060
24061 * gdb.base/vla-sideeffect.c: New file.
24062 * gdb.base/vla-sideeffect.exp: New file.
24063
24064 * gdb.dwarf2/count.exp: New file.
24065
24066 * gdb.base/vla-multi.c: New file.
24067 * gdb.base/vla-multi.exp: New file.
24068
24069 * gdb.base/vla-ptr.c: New file.
24070 * gdb.base/vla-ptr.exp: New file.
24071
24072 * gdb.base/vla-datatypes.c: New file.
24073 * gdb.base/vla-datatypes.exp: New file.
24074
24075 * gdb.mi/mi-vla-c99.exp: New file.
24076 * gdb.mi/vla.c: New file.
24077
24078 2014-04-11 Keith Seitz <keiths@redhat.com>
24079
24080 PR c++/16675
24081 * gdb.cp/cpsizeof.exp: New file.
24082 * gdb.cp/cpsizeof.cc: New file.
24083
24084 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24085
24086 * gdb.mi/mi-vla-c99.exp: New file.
24087 * gdb.mi/vla.c: New file.
24088
24089 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24090
24091 * gdb.base/vla-datatypes.c: New file.
24092 * gdb.base/vla-datatypes.exp: New file.
24093
24094 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24095
24096 * gdb.base/vla-ptr.c: New file.
24097 * gdb.base/vla-ptr.exp: New file.
24098
24099 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24100
24101 * gdb.base/vla-multi.c: New file.
24102 * gdb.base/vla-multi.exp: New file.
24103
24104 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24105
24106 * gdb.dwarf2/count.exp: New file.
24107
24108 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24109
24110 * gdb.base/vla-sideeffect.c: New file.
24111 * gdb.base/vla-sideeffect.exp: New file.
24112
24113 2014-04-11 Yao Qi <yao@codesourcery.com>
24114
24115 * gdb.base/completion.exp: Check file exists before running tests
24116 on file completion.
24117
24118 2014-04-10 Pedro Alves <palves@redhat.com>
24119
24120 * gdb.base/cond-eval-mode.c: New file.
24121 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
24122 prepare_for_testing to build the new file. Check result of
24123 runto_main.
24124 (test_break, test_watch): New procedures.
24125 (top level): Use them.
24126
24127 2014-04-08 Pierre Muller <muller@sourceware.org>
24128
24129 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
24130 Ctrl-V use for mingw hosts.
24131
24132 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
24133
24134 * gdb.python/py-value.c: Improve test case.
24135 * gdb.python/py-value.exp: Add new test.
24136
24137 2014-04-07 David Blaikie <dblaikie@gmail.com>
24138
24139 * lib/compiler.c: Identify the clang compiler.
24140 * lib/compiler.cc: Ditto.
24141
24142 2014-04-03 Yao Qi <yao@codesourcery.com>
24143
24144 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
24145
24146 2014-04-01 Anton Blanchard <anton@samba.org>
24147
24148 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
24149 messages unique.
24150
24151 2014-04-01 Anton Blanchard <anton@samba.org>
24152
24153 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
24154 prepare_for_testing.
24155
24156 2014-04-01 Anton Blanchard <anton@samba.org>
24157
24158 * gdb.arch/ppc64-atomic-inst.c: Remove.
24159 * gdb.arch/ppc64-atomic-inst.S: New file.
24160 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
24161
24162 2014-03-31 Doug Evans <dje@google.com>
24163
24164 * gdb.base/print-symbol-loading-lib.c: New file.
24165 * gdb.base/print-symbol-loading-main.c: New file.
24166 * gdb.base/print-symbol-loading.exp: New file.
24167
24168 2014-03-31 Yao Qi <yao@codesourcery.com>
24169
24170 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
24171
24172 2014-03-28 Joel Brobecker <brobecker@adacore.com>
24173
24174 * gdb.ada/mi_dyn_arr: New testcase.
24175
24176 2014-03-27 Doug Evans <dje@google.com>
24177
24178 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
24179
24180 2014-03-27 Yao Qi <yao@codesourcery.com>
24181
24182 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
24183 if target is nios2-*-*.
24184
24185 2014-03-26 Yao Qi <yao@codesourcery.com>
24186
24187 * lib/gdb.exp (readline_is_used): New proc.
24188 * gdb.base/completion.exp: Move tests on command complete up.
24189 Skip the rest of tests if readline is not used.
24190 * gdb.ada/complete.exp: Skp the test if readline is not
24191 used.
24192 * gdb.base/filesym.exp: Likewise.
24193 * gdb.base/macscp.exp: Likewise.
24194 * gdb.base/readline-ask.exp: Likewise.
24195 * gdb.base/readline.exp: Likewise.
24196 * gdb.python/py-cmd.exp: Likewise.
24197 * gdb.trace/tfile.exp: Likewise.
24198
24199 2014-03-26 Yao Qi <yao@codesourcery.com>
24200
24201 * gdb.base/macscp.exp: Fix code format issues.
24202
24203 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
24204
24205 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
24206 * gdb.asm/powerpc64le.inc: New file.
24207
24208 2014-03-25 Pedro Alves <palves@redhat.com>
24209 Doug Evans <dje@google.com>
24210
24211 * gdb.base/source-execution.c: New file.
24212 * gdb.base/source-execution.exp: New file.
24213 * gdb.base/source-execution.gdb: New file.
24214
24215 2014-03-24 Doug Evans <dje@google.com>
24216
24217 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
24218 using fission.
24219
24220 2014-03-24 Hui Zhu <hui@codesourcery.com>
24221 Pedro Alves <palves@redhat.com>
24222
24223 PR breakpoints/16101
24224 * gdb.base/dprintf.exp: Use unsupported rather than changing the
24225 test pass/fail messages. Detect missing support for dprintf when
24226 breakpoints are actually inserted.
24227 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
24228 breakpoints are actually inserted.
24229 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
24230 fails.
24231
24232 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
24233
24234 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
24235
24236 2014-03-22 Doug Evans <xdje42@gmail.com>
24237
24238 * gdb.python/python.exp (python not supported): Verify multi-line
24239 python command issues an error.
24240 * gdb.guile/guile.exp (guile not supported): Verify multi-line
24241 guile command issues an error.
24242
24243 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
24244
24245 * gdb.threads/thread-specific.exp: Handle the lack of usable
24246 $this_breakpoint and $this_thread.
24247
24248 2014-03-21 Hui Zhu <hui@codesourcery.com>
24249
24250 * gdb.base/attach.exp (do_command_attach_tests): New.
24251
24252 2014-03-20 Tom Tromey <tromey@redhat.com>
24253 Pedro Alves <palves@redhat.com>
24254
24255 PR cli/15718
24256 * gdb.base/condbreak-call-false.c: New file.
24257 * gdb.base/condbreak-call-false.exp: New file.
24258
24259 2014-03-20 Pedro Alves <palves@redhat.com>
24260
24261 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
24262 Delete.
24263 (block_signals, unblock_signals): Delete.
24264 (child_function_2, main): Remove references to deleted variable
24265 and functions.
24266
24267 2014-03-20 Pedro Alves <palves@redhat.com>
24268
24269 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
24270 Use pthread_kill to signal thread 2.
24271 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24272 Adjust to make the test send itself a signal rather than using the
24273 host's "kill" command.
24274
24275 2014-03-20 Pedro Alves <palves@redhat.com>
24276
24277 * gdb.threads/multiple-step-overs.c: New file.
24278 * gdb.threads/multiple-step-overs.exp: New file.
24279 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24280 Adjust expected infrun debug output.
24281
24282 2014-03-20 Pedro Alves <palves@redhat.com>
24283
24284 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
24285 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
24286
24287 2014-03-20 Pedro Alves <palves@redhat.com>
24288
24289 PR breakpoints/7143
24290 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
24291 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
24292 of gdb_test_multiple.
24293 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
24294 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
24295
24296 2014-03-20 Pedro Alves <palves@redhat.com>
24297
24298 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
24299 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
24300
24301 2014-03-19 Pedro Alves <palves@redhat.com>
24302
24303 * gdb.base/async.exp: Remove early return.
24304
24305 2014-03-19 Pedro Alves <palves@redhat.com>
24306
24307 * gdb.base/async.exp (step& tests): Pass explicit test messages.
24308
24309 2014-03-19 Pedro Alves <palves@redhat.com>
24310
24311 * gdb.base/async.exp (test_background): Expect \r\n after
24312 "completed." in the fail pattern.
24313
24314 2014-03-19 Pedro Alves <palves@redhat.com>
24315
24316 * gdb.base/async.exp (test_background): New procedure.
24317 Use it for all background execution command tests.
24318
24319 2014-03-19 Pedro Alves <palves@redhat.com>
24320
24321 * gdb.base/async.exp: Use prepare_for_testing.
24322
24323 2014-03-19 Pedro Alves <palves@redhat.com>
24324
24325 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
24326 the same line.
24327
24328 2014-03-19 Pedro Alves <palves@redhat.com>
24329
24330 * gdb.base/async.c (main): Add "jump here" and "until here" line
24331 marker comments.
24332 * gdb.base/async.exp (jump_here): New global.
24333 (jump& test): Use it.
24334 (until_here): New global.
24335 (until& test): Use it.
24336
24337 2014-03-19 Pedro Alves <palves@redhat.com>
24338
24339 * gdb.base/async.exp: Don't frob gdb_protocol.
24340
24341 2014-03-18 Doug Evans <xdje42@gmail.com>
24342
24343 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
24344 Fix spelling of exec-done-display.
24345
24346 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
24347
24348 PR gdb/15358
24349 * gdb.base/gdb-sigterm.c: New file.
24350 * gdb.base/gdb-sigterm.exp: New file.
24351
24352 2014-03-18 Pedro Alves <palves@redhat.com>
24353
24354 PR gdb/13860
24355 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
24356 * lib/mi-support.exp (mi_expect_stop): Add special handling for
24357 solib-event.
24358
24359 2014-03-17 Joel Brobecker <brobecker@adacore.com>
24360
24361 * gdb.ada/pckd_arr_ren: New testcase.
24362
24363 2014-03-13 Doug Evans <xdje42@gmail.com>
24364
24365 PR guile/16612
24366 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
24367 collect after discarding symbols.
24368
24369 2014-03-13 Ludovic Courtès <ludo@gnu.org>
24370 Doug Evans <xdje42@gmail.com>
24371
24372 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
24373 to history survives a gc.
24374
24375 2014-03-13 Pedro Alves <palves@redhat.com>
24376
24377 * gdb.base/default.exp: Don't test "target procfs".
24378
24379 2014-03-13 Pedro Alves <palves@redhat.com>
24380
24381 * gdb.base/default.exp: Update "target child" and "target procfs"
24382 tests to not expect "Unix".
24383
24384 2014-03-12 Tom Tromey <tromey@redhat.com>
24385
24386 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
24387 New procs. Add target-async tests.
24388 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
24389 Add target-async tests.
24390
24391 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24392
24393 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
24394 'func_start' and 'func_end' for the beginning and end of the
24395 function code, respectively.
24396 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24397 'func_end' instead of 'func' and 'main'.
24398
24399 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24400
24401 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24402 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24403 generate the debug info assembler source.
24404
24405 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24406
24407 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24408 * gdb.dwarf2/arr-subrange.exp: Likewise.
24409 * gdb.dwarf2/dwz.exp: Likewise.
24410 * gdb.dwarf2/method-ptr.exp: Likewise.
24411 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24412 * gdb.dwarf2/subrange.exp: Likewise.
24413 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24414 * gdb.dwarf2/implptrpiece.exp: Likewise.
24415 * gdb.dwarf2/nostaticblock.exp: Likewise.
24416
24417 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24418
24419 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24420 directory to absolute path name arguments.
24421
24422 2014-03-10 Joel Brobecker <brobecker@adacore.com>
24423
24424 * gdb.ada/tagged_access: New testcase.
24425
24426 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24427
24428 * gdb.btrace/data.exp: Update expected output.
24429
24430 2014-03-06 Yao Qi <yao@codesourcery.com>
24431
24432 * gdb.trace/pr16508.exp: New file.
24433
24434 2014-03-05 Pedro Alves <palves@redhat.com>
24435
24436 PR gdb/16575
24437 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24438 procedure.
24439 (top level): Adjust to use it. Add tests that exercise breakpoint
24440 interaction with the code-cache.
24441
24442 2014-02-26 Ludovic Courtès <ludo@gnu.org>
24443
24444 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24445 test for 'history-append!'.
24446
24447 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24448
24449 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24450 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24451 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24452 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24453 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24454 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24455
24456 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24457
24458 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24459 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24460 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24461
24462 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24463
24464 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24465
24466 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24467
24468 * gdb.dwarf2/arr-stride.c: New file.
24469 * gdb.dwarf2/arr-stride.exp: New file.
24470
24471 2014-02-26 Pedro Alves <palves@redhat.com>
24472
24473 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24474 that won't ever trigger. Make sure that GDB reports the correct
24475 breakpoint that caused the stop.
24476
24477 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24478
24479 PR gdb/16626
24480 * gdb.base/auto-load-script: New file.
24481 * gdb.base/auto-load.c: New file.
24482 * gdb.base/auto-load.exp: New file.
24483
24484 PR gdb/16626
24485 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24486
24487 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24488
24489 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24490 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24491
24492 2014-02-24 Doug Evans <dje@google.com>
24493
24494 * lib/gdb.exp (run_on_host): Log error output if program fails.
24495
24496 2014-02-21 Pedro Alves <palves@redhat.com>
24497
24498 * gdb.threads/step-after-sr-lock.c: Rename to ...
24499 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24500 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24501 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24502 ... this.
24503
24504 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24505
24506 PR tdep/16397
24507 * gdb.arch/amd64-stap-special-operands.exp: New file.
24508 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24509 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24510 * gdb.arch/amd64-stap-triplet.S: Likewise.
24511 * gdb.arch/amd64-stap-triplet.c: Likewise.
24512
24513 2014-02-20 Joel Brobecker <brobecker@adacore.com>
24514
24515 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24516 in .section pseudo-op.
24517
24518 2014-02-20 lin zuojian <manjian2006@gmail.com>
24519 Joel Brobecker <brobecker@adacore.com>
24520 Doug Evans <xdje42@gmail.com>
24521
24522 PR symtab/16581
24523 * gdb.dwarf2/dw2-icycle.S: New file.
24524 * gdb.dwarf2/dw2-icycle.c: New file.
24525 * gdb.dwarf2/dw2-icycle.exp: New file.
24526
24527 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24528
24529 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24530 operations on gdb.Value objects.
24531 * gdb.python/py-value-cc.exp: Add new test to test operations on
24532 gdb.Value objects.
24533
24534 2014-02-18 Doug Evans <dje@google.com>
24535
24536 * Makefile.in (TESTS): New variable.
24537 (expanded_tests, expanded_tests_or_none): New variables
24538 (check-single): Pass $(expanded_tests_or_none) to runtest.
24539 (check-parallel): Only run tests in $(TESTS) if non-empty.
24540 (check/no-matching-tests-found): New rule.
24541 * README: Document TESTS makefile variable.
24542
24543 2014-02-18 Doug Evans <dje@google.com>
24544
24545 * Makefile.in (check-parallel): rm -rf outputs temp.
24546
24547 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24548
24549 Fix "ERROR: no fileid for" in the testsuite.
24550 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24551
24552 2014-02-12 Doug Evans <dje@google.com>
24553
24554 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24555 (MISCELLANEOUS): New variable.
24556 (clean): rm -rf $(MISCELLANEOUS).
24557 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24558 dwp live in the same directory as symlinks, with each symlink pointed
24559 to a differently named file in a different directory.
24560
24561 2014-02-11 Doug Evans <dje@google.com>
24562
24563 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24564 of Tcl file commands.
24565
24566 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24567
24568 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24569 "kill -SIGUSR1 -1".
24570
24571 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24572
24573 * gdb.ada/tick_length_array_enum_idx: New testcase.
24574
24575 2014-02-10 Doug Evans <xdje42@gmail.com>
24576
24577 * configure.ac (AC_OUTPUT): Add gdb.guile.
24578 * configure: Regenerate.
24579 * lib/gdb-guile.exp: New file.
24580 * lib/gdb.exp (get_target_charset): New function.
24581 * gdb.base/help.exp: Update expected output from "apropos apropos".
24582 * gdb.guile/Makefile.in: New file.
24583 * gdb.guile/guile.exp: New file.
24584 * gdb.guile/scm-arch.c: New file.
24585 * gdb.guile/scm-arch.exp: New file.
24586 * gdb.guile/scm-block.c: New file.
24587 * gdb.guile/scm-block.exp: New file.
24588 * gdb.guile/scm-breakpoint.c: New file.
24589 * gdb.guile/scm-breakpoint.exp: New file.
24590 * gdb.guile/scm-disasm.c: New file.
24591 * gdb.guile/scm-disasm.exp: New file.
24592 * gdb.guile/scm-equal.c: New file.
24593 * gdb.guile/scm-equal.exp: New file.
24594 * gdb.guile/scm-error.exp: New file.
24595 * gdb.guile/scm-error.scm: New file.
24596 * gdb.guile/scm-frame-args.c: New file.
24597 * gdb.guile/scm-frame-args.exp: New file.
24598 * gdb.guile/scm-frame-args.scm: New file.
24599 * gdb.guile/scm-frame-inline.c: New file.
24600 * gdb.guile/scm-frame-inline.exp: New file.
24601 * gdb.guile/scm-frame.c: New file.
24602 * gdb.guile/scm-frame.exp: New file.
24603 * gdb.guile/scm-generics.exp: New file.
24604 * gdb.guile/scm-gsmob.exp: New file.
24605 * gdb.guile/scm-iterator.c: New file.
24606 * gdb.guile/scm-iterator.exp: New file.
24607 * gdb.guile/scm-math.c: New file.
24608 * gdb.guile/scm-math.exp: New file.
24609 * gdb.guile/scm-objfile-script-gdb.in: New file.
24610 * gdb.guile/scm-objfile-script.c: New file.
24611 * gdb.guile/scm-objfile-script.exp: New file.
24612 * gdb.guile/scm-objfile.c: New file.
24613 * gdb.guile/scm-objfile.exp: New file.
24614 * gdb.guile/scm-ports.exp: New file.
24615 * gdb.guile/scm-pretty-print.c: New file.
24616 * gdb.guile/scm-pretty-print.exp: New file.
24617 * gdb.guile/scm-pretty-print.scm: New file.
24618 * gdb.guile/scm-section-script.c: New file.
24619 * gdb.guile/scm-section-script.exp: New file.
24620 * gdb.guile/scm-section-script.scm: New file.
24621 * gdb.guile/scm-symbol.c: New file.
24622 * gdb.guile/scm-symbol.exp: New file.
24623 * gdb.guile/scm-symtab-2.c: New file.
24624 * gdb.guile/scm-symtab.c: New file.
24625 * gdb.guile/scm-symtab.exp: New file.
24626 * gdb.guile/scm-type.c: New file.
24627 * gdb.guile/scm-type.exp: New file.
24628 * gdb.guile/scm-value-cc.cc: New file.
24629 * gdb.guile/scm-value-cc.exp: New file.
24630 * gdb.guile/scm-value.c: New file.
24631 * gdb.guile/scm-value.exp: New file.
24632 * gdb.guile/source2.scm: New file.
24633 * gdb.guile/types-module.cc: New file.
24634 * gdb.guile/types-module.exp: New file.
24635
24636 2014-02-10 Yao Qi <yao@codesourcery.com>
24637
24638 PR testsuite/16543
24639 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24640 * configure: Regenerated.
24641 * Makefile.in: New file.
24642
24643 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24644
24645 * gdb.python/py-framefilter.exp: Fix typo.
24646
24647 2014-02-08 Yao Qi <yao@codesourcery.com>
24648
24649 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24650 that no =breakpoint-modified is emitted when breakpoints are
24651 modified through MI commands.
24652
24653 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24654 Pedro Alves <palves@redhat.com>
24655
24656 * gdb.threads/step-after-sr-lock.c: New file.
24657 * gdb.threads/step-after-sr-lock.exp: New file.
24658
24659 2014-02-07 Pedro Alves <palves@redhat.com>
24660
24661 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24662
24663 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24664
24665 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24666 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24667
24668 2014-02-06 Doug Evans <xdje42@gmail.com>
24669
24670 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24671 output.
24672
24673 * gdb.gdb/python-interrupts.exp: New file.
24674
24675 2014-02-05 Yao Qi <yao@codesourcery.com>
24676
24677 * gdb.trace/report.exp (use_collected_data): Test the output
24678 of "info threads" and "info inferiors".
24679
24680 2014-02-05 Yao Qi <yao@codesourcery.com>
24681
24682 Revert this patch:
24683
24684 2013-05-24 Yao Qi <yao@codesourcery.com>
24685
24686 * gdb.trace/tfile.exp: Test inferior and thread.
24687
24688 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24689
24690 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24691 on a function.
24692 * gdb.base/step-bt.c: Call hello via function pointer to make
24693 sure its first instruction is executed on powerpc64le-linux.
24694
24695 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24696
24697 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24698
24699 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24700
24701 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24702 of the test patterns for use on little-endian systems.
24703
24704 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24705
24706 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24707 (decimal_vector): Fix for little-endian.
24708
24709 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24710
24711 * gdb.arch/sparc-sysstep.exp: New file.
24712 * gdb.arch/sparc-sysstep.c: Likewise.
24713
24714 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24715
24716 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24717
24718 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24719
24720 2014-01-23 Tom Tromey <tromey@redhat.com>
24721
24722 * gdb.ada/array_char_idx: New testcase.
24723
24724 2014-01-23 Tom Tromey <tromey@redhat.com>
24725
24726 PR python/16487:
24727 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24728 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24729 classes.
24730
24731 2014-01-23 Tom Tromey <tromey@redhat.com>
24732
24733 PR python/16491:
24734 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24735 string from an inferior frame.
24736 * gdb.python/py-framefilter-mi.exp: Update.
24737
24738 2014-01-22 Doug Evans <dje@google.com>
24739
24740 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24741
24742 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24743
24744 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24745
24746 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24747
24748 * gdb.trace/entry-values.exp: Remove excess space character from
24749 regex patterns. Handle s390 call instruction.
24750
24751 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24752
24753 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24754 define "*_start" label. Make "name" static.
24755 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24756 ${name} by references to ${name}_start.
24757
24758 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24759
24760 * gdb.base/info-macros.exp: Remove "debug" from the compile
24761 options.
24762
24763 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24764
24765 * gdb.dlang/demangle.exp: New file.
24766
24767 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24768
24769 * gdb.dlang/primitive-types.exp: New file.
24770
24771 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24772
24773 * configure.ac: Create gdb.dlang/Makefile.
24774 * configure: Regenerate.
24775 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24776 * gdb.dlang/Makefile.in: New file.
24777 * lib/d-support.exp: New file.
24778 * lib/gdb.exp (skip_d_tests): New proc.
24779
24780 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24781
24782 * gdb.btrace/delta.exp: Check reverse stepi.
24783 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24784 * gdb.btrace/finish.exp: New.
24785 * gdb.btrace/next.exp: New.
24786 * gdb.btrace/nexti.exp: New.
24787 * gdb.btrace/record_goto.c: Add comments.
24788 * gdb.btrace/step.exp: New.
24789 * gdb.btrace/stepi.exp: New.
24790 * gdb.btrace/multi-thread-step.c: New.
24791 * gdb.btrace/multi-thread-step.exp: New.
24792 * gdb.btrace/rn-dl-bind.c: New.
24793 * gdb.btrace/rn-dl-bind.exp: New.
24794 * gdb.btrace/data.c: New.
24795 * gdb.btrace/data.exp: New.
24796 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24797
24798 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24799
24800 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24801 * gdb.btrace/exception.exp: Update.
24802 * gdb.btrace/instruction_history.exp: Update.
24803 * gdb.btrace/record_goto.exp: Update.
24804 * gdb.btrace/tailcall.exp: Update.
24805 * gdb.btrace/unknown_functions.exp: Update.
24806 * gdb.btrace/delta.exp: New.
24807
24808 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24809
24810 * gdb.btrace/record_goto.exp: Add backtrace test.
24811 * gdb.btrace/tailcall.exp: Add backtrace test.
24812
24813 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24814
24815 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24816 * gdb.btrace/record_goto.c: New.
24817 * gdb.btrace/record_goto.exp: New.
24818 * gdb.btrace/x86-record_goto.S: New.
24819
24820 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24821
24822 * gdb.btrace/function_call_history.exp: Update tests.
24823 * gdb.btrace/instruction_history.exp: Update tests.
24824
24825 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24826
24827 * gdb.btrace/function_call_history.exp: Fix expected field
24828 order for "record function-call-history".
24829 Add new tests for "record function-call-history /c".
24830 * gdb.btrace/exception.cc: New.
24831 * gdb.btrace/exception.exp: New.
24832 * gdb.btrace/tailcall.exp: New.
24833 * gdb.btrace/x86-tailcall.S: New.
24834 * gdb.btrace/x86-tailcall.c: New.
24835 * gdb.btrace/unknown_functions.c: New.
24836 * gdb.btrace/unknown_functions.exp: New.
24837 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24838
24839 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24840
24841 * gdb.btrace/instruction_history.exp: Update.
24842 * gdb.btrace/function_call_history.exp: Update.
24843
24844 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24845
24846 * gdb.btrace/function_call_history.exp: Fix expected function
24847 trace.
24848 * gdb.btrace/instruction_history.exp: Initialize traced.
24849 Remove traced_functions.
24850
24851 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24852
24853 * gdb.btrace/function_call_history.exp: Update
24854 * gdb.btrace/instruction_history.exp: Update.
24855
24856 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24857
24858 * gdb.btrace/enable.exp: Update expected text.
24859
24860 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24861
24862 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24863 bytes.
24864
24865 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24866
24867 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24868
24869 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24870
24871 * lib/gdb.exp (supports_process_record): Return true for
24872 arm*-linux*. (supports_reverse): Likewise.
24873
24874 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24875
24876 PR python/15464
24877 PR python/16113
24878 * gdb.python/py-type.c: Enhance test case.
24879 * gdb.python/py-value-cc.cc: Likewise
24880 * gdb.python/py-type.exp: Add new tests.
24881 * gdb.python/py-value-cc.exp: Likewise
24882
24883 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24884 Pedro Alves <palves@redhat.com>
24885
24886 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24887 Make "name" extern.
24888 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24889 references to ${name}_start by references to ${name}.
24890
24891 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24892
24893 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24894
24895 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24896
24897 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24898
24899 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24900 Pedro Alves <palves@redhat.com>
24901
24902 * gdb.mi/mi-info-os.exp: Connect to the target with
24903 mi_gdb_target_load.
24904
24905 2014-01-08 Pedro Alves <palves@redhat.com>
24906
24907 * gdb.threads/reconnect-signal.c: New file.
24908 * gdb.threads/reconnect-signal.exp: New file.
24909
24910 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24911
24912 * gdb.base/source-dir.exp: New file.
24913
24914 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24915
24916 * gdb.ada/mi_interface: New testcase.
24917
24918 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24919
24920 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24921 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24922 gdb.ada/pp-rec-component/pck.ads: New files.
24923
24924 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24925
24926 * gdb.python/py-pp-integral.c: New file.
24927 * gdb.python/py-pp-integral.py: New file.
24928 * gdb.python/py-pp-integral.exp: New file.
24929
24930 For older changes see ChangeLog-1993-2013.
24931 \f
24932 ;; Local Variables:
24933 ;; mode: change-log
24934 ;; left-margin: 8
24935 ;; fill-column: 74
24936 ;; version-control: never
24937 ;; End:
24938
24939 Copyright 2014-2021 Free Software Foundation, Inc.
24940 Copying and distribution of this file, with or without modification,
24941 are permitted provided the copyright notice and this notice are preserved.
This page took 0.569935 seconds and 5 git commands to generate.