[gdb/testsuite] Handle unrecognized command line option in gdb_compile_test
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-09-10 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (gdb_compile_test): Handle unrecognized command line
4 option.
5
6 2021-09-09 Tom de Vries <tdevries@suse.de>
7
8 * gdb.base/coredump-filter-build-id.exp: Handle older eu-unstrip.
9
10 2021-09-09 Tom de Vries <tdevries@suse.de>
11
12 * gdb.mi/mi-sym-info.exp: Fix regexps. Add missing message argument
13 to mi_gdb_test. Factor out regexps for functions and variables.
14
15 2021-09-04 Tom de Vries <tdevries@suse.de>
16
17 PR testsuite/26950
18 * gdb/testsuite/gdb.arch/i386-avx.c (main): Remove call to have_avx.
19 (have_avx): Move ...
20 * gdb/testsuite/lib/gdb.exp (have_avx): ... here. New proc.
21 * gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp: Use have_avx.
22 * gdb/testsuite/gdb.arch/i386-avx.exp: Same.
23
24 2021-09-03 Tom de Vries <tdevries@suse.de>
25
26 * gdb.gdb/complaints.exp: Use untested if clear_complaints cannot
27 be found.
28
29 2021-09-03 Tom de Vries <tdevries@suse.de>
30
31 * lib/selftest-support.exp: Emit untested when not being able to set
32 breakpoint.
33
34 2021-09-01 Tom de Vries <tdevries@suse.de>
35
36 PR testsuite/28298
37 * gdb.dwarf2/fission-base.S: Use DWO instead of XSTR(DWO).
38 * gdb.dwarf2/fission-loclists-pie.S: Same.
39 * gdb.dwarf2/fission-loclists.S: Same.
40 * gdb.dwarf2/fission-reread.S: Same.
41 * gdb.dwarf2/fission-base.exp: Use additional_flags=-DDWO=\"$dwo\".
42 * gdb.dwarf2/fission-loclists-pie.exp: Same.
43 * gdb.dwarf2/fission-loclists.exp: Same.
44 * gdb.dwarf2/fission-reread.exp: Same.
45
46 2021-09-01 Tom de Vries <tdevries@suse.de>
47
48 * gdb.fortran/call-no-debug.exp: Avoid shared lib symbols for
49 find_mangled_name calls.
50
51 2021-08-30 Tom de Vries <tdevries@suse.de>
52
53 PR cli/28290
54 * gdb.base/batch-exit-status.exp: Add gdb '' and gdb '' '' tests.
55
56 2021-08-23 Tom de Vries <tdevries@suse.de>
57
58 PR gdb/26880
59 * gdb.base/non-executable.exp: New file.
60
61 2021-08-06 Simon Marchi <simon.marchi@polymtl.ca>
62 Tom de Vries <tdevries@suse.de>
63
64 PR symtab/28004
65 * gdb.dwarf2/dw2-zero-range-shlib.c: New test.
66 * gdb.dwarf2/dw2-zero-range.c: New test.
67 * gdb.dwarf2/dw2-zero-range.exp: New file.
68
69 2021-08-02 Tom Tromey <tromey@adacore.com>
70
71 PR varobj/28131
72 * gdb.python/py-mi-var-info-path-expression.exp: Add regression
73 test.
74
75 2021-07-26 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
76
77 PR gdb/28076
78 * gdb.mi/mi-break.exp: Add more tests to check clearing the
79 breakpoint condition.
80
81 2021-07-22 Tom de Vries <tdevries@suse.de>
82
83 * gdb.ada/formatted_ref.exp: Add xfail for PR gcc/101575.
84 * gdb.ada/iwide.exp: Same.
85 * gdb.ada/pkd_arr_elem.exp: Same.
86
87 2021-07-22 Tom de Vries <tdevries@suse.de>
88
89 * gdb.cp/step-and-next-inline.cc (tree_check, get_alias_set, main):
90 Tag closing brace with comment.
91 * gdb.cp/step-and-next-inline.h: Update to keep identical with
92 step-and-next-inline.cc.
93 * gdb.cp/step-and-next-inline.exp: Issue extra next when required.
94
95 2021-07-21 Tom de Vries <tdevries@suse.de>
96
97 * lib/gdb.exp (gcc_major_version): New proc.
98 * gdb.base/ptype-offsets.cc: Define static member static_member::Empty.
99 * gdb.cp/templates.exp: Define static member using -DGCC_BUG.
100 * gdb.cp/m-static.exp: Add
101 additional_flags=-fno-eliminate-unused-debug-types.
102 * gdb.cp/pr-574.exp: Same.
103 * gdb.cp/pr9167.exp: Same.
104
105 2021-07-21 Tom de Vries <tdevries@suse.de>
106
107 * gdb.ada/arrayptr.exp: Add KFAILs for PR20991 and PR28115.
108 * gdb.ada/exprs.exp: Add KFAILs for PR20991.
109 * gdb.ada/packed_array_assign.exp: Same.
110
111 2021-07-19 Tom Tromey <tromey@adacore.com>
112
113 PR gdb/28093
114 * gdb.base/langs.exp: Add tests.
115
116 2021-07-14 Tom de Vries <tdevries@suse.de>
117
118 * lib/gdb.exp (have_index): New proc.
119 * gdb.base/gold-gdb-index.exp: Use have_index.
120
121 2021-07-13 Pedro Alves <pedro@palves.net>
122
123 PR gdb/28080
124 * gdb.base/detach-sysroot-target.exp: New.
125 * gdb.base/detach-sysroot-target.c: New.
126
127 2021-07-13 Tom de Vries <tdevries@suse.de>
128
129 PR testsuite/27690
130 * gdb.threads/check-libthread-db.exp: Update patterns for glibc 2.33.
131
132 2021-07-13 Simon Marchi <simon.marchi@polymtl.ca>
133
134 * gdb.mi/interrupt-thread-group.c: New.
135 * gdb.mi/interrupt-thread-group.exp: New.
136
137 2021-07-12 Tom de Vries <tdevries@suse.de>
138
139 PR testsuite/28057
140 * gdb.btrace/tsx.exp: Add pattern for system with tsx disabled in
141 microcode.
142
143 2021-07-12 Tom de Vries <tdevries@suse.de>
144
145 * lib/mi-support.exp (mi_readnow): New proc.
146 * gdb.mi/mi-info-sources.exp: Use nosharedlibrary. Update patterns.
147 Skip tests for readnow. Use "maint expand-symtabs".
148
149 2021-07-08 Tom de Vries <tdevries@suse.de>
150
151 * gdb.guile/scm-breakpoint.exp: Make additional "ERROR: " prefix in
152 exception printing optional.
153
154 2021-07-06 Simon Marchi <simon.marchi@polymtl.ca>
155
156 * configure.ac: Restore.
157 * configure: Re-generate.
158 * aclocal.m4: Re-generate.
159 * Makefile.in (distclean): Add config.status.
160 (Makefile): Adjust paths.
161 (lib/pdtrace): Adjust paths.
162 (config.status): Add.
163
164 2021-07-06 Tom de Vries <tdevries@suse.de>
165
166 * gdb.fortran/ptype-on-functions.exp: Allow both $integer8 and
167 $integer4 for size of string length.
168
169 2021-07-01 Pedro Alves <pedro@palves.net>
170
171 PR mi/15729
172 PR gdb/13463
173 * gdb.base/access-mem-running.c: New.
174 * gdb.base/access-mem-running.exp: New.
175 * gdb.threads/access-mem-running-thread-exit.c: New.
176 * gdb.threads/access-mem-running-thread-exit.exp: New.
177
178 2021-06-29 Simon Marchi <simon.marchi@polymtl.ca>
179
180 * gdb.dwarf2/dw2-reg-undefined.exp: Update regexp.
181
182 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
183
184 * gdb.base/info_sources_2-header.h: New file.
185 * gdb.base/info_sources_2-lib.c: New file.
186 * gdb.base/info_sources_2-test.c: New file.
187 * gdb.base/info_sources_2.exp: New file.
188
189 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
190
191 * gdb.mi/mi-info-sources.exp: Add additional tests.
192
193 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
194
195 * gdb.dwarf2/dw2-filename.exp: Update expected results.
196 * gdb.mi/mi-file.exp: Likewise.
197 * gdb.mi/mi-info-sources-base.c: New file.
198 * gdb.mi/mi-info-sources.c: New file.
199 * gdb.mi/mi-info-sources.exp: New file.
200
201 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
202
203 * gdb.cp/method-call-in-c.cc (struct foo_type): Add static member
204 function static_method.
205 (global_var): New global.
206 (main): Use new static_method to ensure it is compiled in.
207 * gdb.cp/method-call-in-c.exp: Test calls to static member
208 function.
209
210 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 PR gdb/27994
213 * gdb.cp/method-call-in-c.cc (struct foo_type): Add operator+=,
214 change initial value of var member variable.
215 (main): Make use of foo_type's operator+=.
216 * gdb.cp/method-call-in-c.exp: Test use of operator+=.
217
218 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 PR gdb/27994
221 * gdb.cp/method-call-in-c.cc: New file.
222 * gdb.cp/method-call-in-c.exp: New file.
223
224 2021-06-25 Tom Tromey <tom@tromey.com>
225
226 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): Add "style"
227 parameter.
228 * gdb.rust/dwindex.exp: New file.
229 * gdb.rust/dwindex.rs: New file.
230
231 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 * gdb.python/py-breakpoint.c (do_throw): New function.
234 (main): Call do_throw.
235 * gdb.python/py-breakpoint.exp (test_catchpoints): New proc.
236
237 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
238
239 * gdb.guile/scm-breakpoint.exp (test_catchpoints): New proc.
240
241 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
242
243 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Add new tests.
244
245 gdb/testsuite/ChangeLog
246 2021-06-25 Carl Love <cel@us.ibm.com>
247
248 * gdb.arch/powerpc-plxv-norel.exp: Add call to skip_power_isa_3_1_tests.
249 * lib/gdb.exp(skip_power_isa_3_1_tests): New gdb_caching_proc test.
250
251 2021-06-25 Tom Tromey <tromey@adacore.com>
252
253 * gdb.ada/py_range.exp: Add type name test cases.
254
255 2021-06-24 Tom de Vries <tdevries@suse.de>
256
257 * gdb.base/info-macros.exp: Add <EOL> after trailing whitespace in
258 test names.
259
260 2021-06-24 Tom de Vries <tdevries@suse.de>
261
262 * gdb.base/argv0-symlink.exp: Use with_test_prefix.
263
264 2021-06-23 Tom de Vries <tdevries@suse.de>
265
266 * lib/gdb.exp (gdb_test_lines): Rewrite to accept single
267 multiline tcl regexp.
268 * gdb.base/info-types.exp.tcl: Update. Make empty line at end of
269 regexp optional.
270 * gdb.base/info-macros.exp: Update.
271 * gdb.cp/cplusfuncs.exp: Update.
272
273 2021-06-22 Andreas Schwab <schwab@suse.de>
274
275 PR symtab/27999
276 * lib/dwarf.exp (start_end): New proc inside loclists.
277 * gdb.dwarf2/loclists-start-end.exp: New file.
278 * gdb.dwarf2/loclists-start-end.c: New file.
279
280 2021-06-22 Tom de Vries <tdevries@suse.de>
281
282 * gdb.dwarf2/imported-unit-c.exp: New file.
283
284 2021-06-22 Andrew Burgess <andrew.burgess@embecosm.com>
285
286 * gdb.server/server-kill.exp: Introduce global kill_pid_of, and
287 make use of this in prepare to select which pid we should kill.
288 Run all the tests twice with a different kill_pid_of value.
289 (prepare): Make use of kill_pid_of.
290 (test_stepi): New proc.
291
292 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
293
294 * gdb.python/py-frame.exp: Add Frame.level tests.
295 * gdb.python/py-pending-frame-level.c: New file.
296 * gdb.python/py-pending-frame-level.exp: New file.
297 * gdb.python/py-pending-frame-level.py: New file.
298
299 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
300
301 * gdb.python/py-unwind-user-regs.c: New file.
302 * gdb.python/py-unwind-user-regs.exp: New file.
303 * gdb.python/py-unwind-user-regs.py: New file.
304
305 2021-06-17 Carl Love <cel@us.ibm.com>
306
307 * gdb.arch/powerpc-power8.exp(bctar, bctarl): Update mnemonics
308 to bgetar and bgetarl.
309 * gdb.arch/powerpc-power8.s((bctar, bctarl): Update comments
310 for mnemonics to bgetar and bnstarl.
311
312 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
313
314 * gdb.base/args.exp: Check target, KFAIL if remote.
315 (args_test): Add parameter and use it.
316
317 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
318
319 * gdb.base/args.exp: Remove trailing parenthesis in test names.
320
321 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
322
323 * gdb.base/args.exp: Use $old_gdbflags in all tests.
324
325 2021-06-17 Simon Marchi <simon.marchi@efficios.com>
326
327 * gdb.base/args.exp: Use save_vars.
328
329 2021-06-14 Pedro Alves <pedro@palves.net>
330
331 * gdb.base/annota1.exp: Build list using [list] instead of {}.
332 Tell [join] to join with no character. Build expected pattern in
333 separate variable instead of in the -re expression directly.
334
335 2021-06-11 Kevin Buettner <kevinb@redhat.com>
336
337 * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
338 timeout.
339
340 2021-06-11 Kevin Buettner <kevinb@redhat.com>
341
342 * gdb.base/print-symbol-loading.exp (proc test_load_shlib):
343 Allow "Symbols already loaded for..." messages.
344
345 2021-06-11 Kevin Buettner <kevinb@redhat.com>
346
347 * gdb.base/execl-update-breakpoints.exp: Add regular
348 expression for optionally matching output related to
349 libthread_db.
350 * gdb.base/fork-print-inferior-events.exp: Likewise.
351
352 2021-06-11 Felix Willgerodt <felix.willgerodt@intel.com>
353
354 * gdb.mi/array.f: Convert into...
355 * gdb.mi/array.f90: ...this.
356 * gdb.mi/mi-var-child-f.exp: Use array.f90.
357
358 2021-06-11 Tom Tromey <tom@tromey.com>
359
360 PR rust/23427
361 * lib/rust-support.exp (rust_compiler_version): New caching proc.
362 * gdb.rust/rawids.exp: New file.
363 * gdb.rust/rawids.rs: New file.
364
365 2021-06-10 Simon Marchi <simon.marchi@polymtl.ca>
366
367 * lib/gdb.exp (default_gdb_exit): Unset gdb_tty_name.
368 (spawn_capture_tty_name): New, override builtin spawn.
369 (default_gdb_spawn): Capture GDB's TTY name.
370 * lib/tuiterm.exp (tuiterm_spawn): Remove.
371 (tuiterm_env_init, tuiterm_env_finish): Remove spawn override.
372 (Term) <resize>: Use new variable name.
373 (tuiterm_env_init, tuiterm_env_finish): Remove.
374 (tuiterm_env): Don't call tuiterm_env_init and register
375 tuiterm_env_finish in gdb_finish_hooks.
376 (gdb_finish_hooks): Remove.
377 (gdb_finish): Don't call finish hooks.
378
379 2021-06-10 Tom de Vries <tdevries@suse.de>
380
381 * gdb.mi/user-selected-context-sync.c (child_sub_function, main):
382 Rewrite while (1) using dummy loop body.
383
384 2021-06-10 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
385
386 * gdb.base/foll-exec.c: convert the multi-line function call into
387 single line.
388
389 2021-06-10 Tom de Vries <tdevries@suse.de>
390
391 * lib/cp-support.exp (cp_test_ptype_class): Break up regexp.
392 * gdb.cp/nested-types.exp: Remove usage of read1 timeout factor.
393
394 2021-06-10 Tom de Vries <tdevries@suse.de>
395
396 * gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
397
398 2021-06-09 Tom Tromey <tromey@adacore.com>
399
400 * README (Example): Update read1 example.
401
402 2021-06-09 Simon Marchi <simon.marchi@polymtl.ca>
403
404 * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
405
406 2021-06-08 Lancelot Six <lsix@lancelotsix.com>
407
408 * gdb.base/premature-dummy-frame-removal.py (TestUnwinder): Use
409 'is None' instead of '== None' and 'is not None' instead of
410 '!= None'.
411 * gdb.python/py-frame-args.py (lookup_function): Same.
412 * gdb.python/py-framefilter-invalidarg.py (Reverse_Function): Same.
413 * gdb.python/py-framefilter.py (Reverse_Function): Same.
414 * gdb.python/py-nested-maps.py (lookup_function): Same.
415 * gdb.python/py-objfile-script-gdb.py (lookup_function): Same.
416 * gdb.python/py-prettyprint.py (lookup_function): Same.
417 * gdb.python/py-section-script.py (lookup_function): Same.
418 * gdb.python/py-unwind-inline.py (dummy_unwinder): Same.
419 * gdb.python/python.exp: Same.
420 * gdb.rust/pp.py (lookup_function): Same.
421
422 2021-06-08 Tom de Vries <tdevries@suse.de>
423
424 * lib/gdb.exp (multi_line): Require more than one argument.
425 * gdb.base/gdbinit-history.exp: Update multi_line call.
426 * gdb.base/jit-reader.exp: Remove multi_line call.
427 * gdb.fortran/dynamic-ptype-whatis.exp: Same.
428
429 2021-06-08 Tom de Vries <tdevries@suse.de>
430
431 * gdb.base/info-types.exp.tcl (match_line, gdb_test_lines): Move ...
432 * lib/gdb.exp: ... here.
433 * gdb.base/info-macros.exp: Use gdb_test_lines.
434
435 2021-06-08 Tom de Vries <tdevries@suse.de>
436
437 * gdb.base/info-types.exp.tcl (match_line): Handle --any.
438 (gdb_test_lines): Factor out of ...
439 (run_test): ... here.
440
441 2021-06-08 Tom de Vries <tdevries@suse.de>
442
443 * gdb.base/batch-preserve-term-settings.exp (spawn_shell): Fix
444 matching of initial prompt.
445
446 2021-06-08 Tom de Vries <tdevries@suse.de>
447
448 * gdb.threads/multi-create-ns-info-thr.exp: Limit breakpoint regexp to
449 one line.
450
451 2021-06-08 Tom de Vries <tdevries@suse.de>
452
453 * gdb.base/sect-cmd.exp: Use gdb_test. Use -wrap "". Fix
454 test name.
455
456 2021-06-08 Tom de Vries <tdevries@suse.de>
457
458 * gdb.base/sect-cmd.exp: Fix saw_section_address_line regexp.
459
460 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
461
462 * gdb.base/continue-all-already-running.exp: Call fail if can't
463 run to main.
464
465 2021-06-07 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 PR gdb/27847
468 * gdb.dwarf2/dw2-weird-type-len.c: New file.
469 * gdb.dwarf2/dw2-weird-type-len.exp: New file.
470
471 2021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
472
473 * gdb.base/attach.exp (test_command_line_attach_run): Use
474 proc_with_prefix.
475
476 2021-06-07 Tom de Vries <tdevries@suse.de>
477
478 PR testsuite/27908
479 * gdb.base/run-attach-while-running.exp (test): Don't match prompt
480 after attach using '$gdb_prompt $'.
481
482 2021-06-07 Tom de Vries <tdevries@suse.de>
483
484 * gdb.base/info-types.exp.tcl: Remove "File .*" matching from regexp
485 matching state machine.
486
487 2021-06-07 Tom de Vries <tdevries@suse.de>
488
489 * gdb.base/new-ui-pending-input.exp
490 (test_command_line_new_ui_pending_input): Fix regexp for "initial
491 prompt on extra console".
492
493 2021-06-07 Tom de Vries <tdevries@suse.de>
494
495 * gdb.base/info-types.exp.tcl (run_test): Move "random line" regexp
496 up.
497
498 2021-06-06 Simon Marchi <simon.marchi@efficios.com>
499
500 * gdb.server/stop-reply-no-thread-multi.exp: Clear sysroot when
501 host and target are local.
502
503 2021-06-05 Hannes Domani <ssbssa@yahoo.de>
504
505 * gdb.python/py-symbol.exp: Fix tests for Python 3.
506
507 2021-06-05 Shahab Vahedi <shahab@synopsys.com>
508
509 * gdb.arch/arc-disassembler-options.exp: New test.
510 * gdb.arch/arc-disassembler-options.s: New test source.
511
512 2021-06-04 Tom Tromey <tromey@adacore.com>
513
514 * gdb.ada/array_of_symbolic_length.exp: New file.
515 * gdb.ada/array_of_symbolic_length/foo.adb: New file.
516 * gdb.ada/array_of_symbolic_length/gl.adb: New file.
517 * gdb.ada/array_of_symbolic_length/gl.ads: New file.
518 * gdb.ada/array_of_symbolic_length/pck.adb: New file.
519 * gdb.ada/array_of_symbolic_length/pck.ads: New file.
520
521 2021-06-03 Magne Hov <mhov@undo.io>
522
523 PR python/27841
524 * gdb.python/py-events.exp: Extend inferior exit tests.
525 * gdb.python/py-events.py: Print inferior exit PID.
526
527 2021-06-03 Hannes Domani <ssbssa@yahoo.de>
528
529 * gdb.python/py-symbol.exp: Test symbol constants.
530
531 2021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
532
533 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
534
535 2021-06-02 Carl Love <cel@us.ibm.com>
536
537 * gdb.threads/threadapply.c: Add global mybarrier.
538 (main): Add pthread_barrier_init.
539 (thread_function): Replace while loop with myp increment and
540 pthread_barrier_wait.
541
542 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
543
544 * lib/gdb.exp (gdb_compile): Only add the -J option when using a
545 gcc based Fortran compiler, for example, flang does not support
546 this option.
547
548 2021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
549
550 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
551
552 2021-06-01 Tom Tromey <tromey@adacore.com>
553
554 * Makefile.in (all): Don't print anything.
555 ($(abs_builddir)/site.exp site.exp): Use $(ECHO_GEN).
556 (expect-read1): Likewise.
557 (read1.so): Use $(ECHO_CC).
558 Include silent-rules.mk.
559
560 2021-06-01 Tom Tromey <tromey@adacore.com>
561
562 * aclocal.m4, configure.ac, configure: Remove.
563 * Makefile.in (EXTRA_RULES): Remove.
564 ($(abs_builddir)/site.exp site.exp): Don't depend on
565 config.status.
566 (distclean maintainer-clean realclean, Makefile): Update.
567 (config.status): Remove target.
568 (lib/pdtrace): New target.
569 (all): Don't depend on EXTRA_RULES.
570 (check-read1): Depend on read1.so, expect-read1.
571
572 2021-06-01 Tom de Vries <tdevries@suse.de>
573
574 PR symtab/26096
575 * gdb.cp/cold-clone.cc: New test.
576 * gdb.cp/cold-clone.exp: New file.
577
578 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * gdb.gdb/unittest.c: New file.
581 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
582 into GDB.
583
584 2021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
585
586 * gdb.base/premature-dummy-frame-removal.c: New file.
587 * gdb.base/premature-dummy-frame-removal.exp: New file.
588 * gdb.base/premature-dummy-frame-removal.py: New file.
589
590 2021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
591
592 * gdb.base/reverse-init-functions.exp: New.
593
594 2021-05-27 Tom de Vries <tdevries@suse.de>
595
596 PR symtab/27919
597 PR testsuite/27920
598 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
599 -readnow.
600
601 2021-05-27 Tom de Vries <tdevries@suse.de>
602
603 PR testsuite/27921
604 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
605 (local_add_gdb_index): ... this.
606
607 2021-05-21 Tom de Vries <tdevries@suse.de>
608
609 PR testsuite/25047
610 * boards/cc-with-gnu-debuglink.exp: New file.
611
612 2021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
613
614 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
615 a dead code with an assignment to a global var. Fix a
616 whitespacing problem around an assignment operator.
617
618 2021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
619
620 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
621 for the powerpc64 LE target.
622 * gdb.arch/powerpc-prologue.exp: Test Harness.
623
624 2021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
625
626 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
627 duplicate test names.
628
629 2021-05-19 Tom de Vries <tdevries@suse.de>
630
631 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
632
633 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
634
635 * gdb.python/py-framefilter-gdb.py.in: Rename to:
636 * gdb.python/py-framefilter-gdb.py: ... this.
637 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
638 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
639
640 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
641
642 * gdb.python/py-framefilter-gdb.py.in: Re-format.
643 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
644
645 2021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
646
647 * gdb.base/class-allocatable-array.exp: Modified test for clang.
648
649 2021-05-16 Weimin Pan <weimin.pan@oracle.com>
650
651 * gdb.ctf/funcreturn.exp: New file.
652 * gdb.ctf/whatis.c: Copy from gdb.base.
653
654 2021-05-14 Tom Tromey <tom@tromey.com>
655
656 * gdb.rust/pp.exp: New file.
657 * gdb.rust/pp.py: New file.
658 * gdb.rust/pp.rs: New file.
659
660 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
661
662 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
663 remove the directory.
664 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
665
666 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
667
668 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
669
670 2021-05-14 Kent Cheung <kent.cheung@arm.com>
671 Andrew Burgess <andrew.burgess@embecosm.com>
672
673 * gdb.python/py-format-string.c: Added a variable to test.
674 * gdb.python/py-format-string.exp: Check string representation is
675 printed at appropriate max_depth settings.
676 * gdb.python/py-nested-maps.exp: Likewise.
677 * gdb.guile/scm-pretty-print.exp: Add additional tests.
678
679 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
680
681 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
682 unique names, also wrap proc body in with_test_prefix.
683
684 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
685
686 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
687 duplicate test names.
688 * gdb.guile/scm-parameter.exp: Provide test names to avoid
689 duplicate names based on the command being run.
690 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
691 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
692 loading a support module.
693 (test_equality): Update test name to match the actual test, making
694 the name unique in the process.
695 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
696 to resolve duplicate tests.
697 (test_inferior_function_call): Likewise.
698 (test_subscript_regression): Likewise.
699
700 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
701
702 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
703 silence PASS lines.
704 (gdb_install_guile_module): Likewise.
705
706 2021-05-12 George Barrett <bob@bob131.so>
707
708 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
709 value-const-value.
710
711 2021-05-12 George Barrett <bob@bob131.so>
712
713 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
714 value-reference-value. Add test for value-rvalue-reference-value.
715
716 2021-05-11 Tom de Vries <tdevries@suse.de>
717
718 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
719 Add "set debug infrun 1" commented out.
720
721 2021-05-11 Tom de Vries <tdevries@suse.de>
722
723 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
724
725 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
726
727 * gdb.fortran/array-element.exp: Breakpoint location is modified.
728
729 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
730
731 PR gdb/27614
732 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
733
734 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.guile/guile.exp: Don't use the source directory as a
737 temporary HOME directory.
738
739 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
740
741 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
742 parameters.
743
744 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.guile/guile.exp: Add an extra test.
747
748 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
749
750 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
751 gdb_test_no_output.
752
753 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
754
755 * Re-format all Python files using black.
756 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
757
758 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
759
760 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
761 watchpoint object before and after registering it with GDB.
762
763 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
764
765 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
766 'proc_with_prefix', remove use of 'with_test_prefix', and
767 reindent.
768 (test_bkpt_deletion): Likewise.
769 (test_bkpt_cond_and_cmds): Likewise.
770 (test_bkpt_invisible): Likewise.
771 (test_watchpoints): Likewise.
772 (test_bkpt_internal): Likewise.
773 (test_bkpt_eval_funcs): Likewise.
774 (test_bkpt_registration): Likewise.
775 (test_bkpt_address): Convert to 'proc_with_prefix'.
776 (test_bkpt_probe): Likewise.
777
778 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
779
780 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
781 names to avoid duplicates.
782 (test_bkpt_cond_and_cmds): Likewise.
783 (test_bkpt_eval_funcs): Likewise.
784
785 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
786
787 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
788 for the -break-condition command's "--force" flag.
789
790 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
791
792 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
793 is called by the test.
794
795 2021-05-05 Tom de Vries <tdevries@suse.de>
796
797 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
798 "Reading symbols" or "Expanding full symbols" lines. Using timeout
799 factor of 2 for attach.
800
801 2021-05-05 Tom de Vries <tdevries@suse.de>
802
803 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
804 "LWP <n> exited" messages.
805
806 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
807
808 * gdb.python/py-type.exp (test_fields): Test calling fields on
809 an int type.
810
811 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
812
813 * gdb.python/flexible-array-member.exp: Adjust expected range
814 value for member declared with 0 size. Test accessing range
815 tuple through range type.
816
817 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
818
819 PR testsuite/27788
820 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
821 expected results when environment variable PYTHONDONTWRITEBYTECODE
822 is set.
823
824 2021-04-30 Tom Tromey <tromey@adacore.com>
825
826 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
827 (Confused_Array): New types.
828 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
829 * gdb.ada/enum_idx_packed.exp: Add new tests.
830
831 2021-04-30 Tom de Vries <tdevries@suse.de>
832
833 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
834 existing timeout factors.
835
836 2021-04-30 Tom de Vries <tdevries@suse.de>
837
838 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
839
840 2021-04-29 Tom de Vries <tdevries@suse.de>
841
842 PR testsuite/27786
843 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
844 remotetimeout to 4.
845
846 2021-04-28 Tom Tromey <tromey@adacore.com>
847
848 * gdb.ada/null_overload.exp: New file.
849 * gdb.ada/null_overload/foo.adb: New file.
850
851 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
852
853 * gdb.python/py-startup-opt.exp: New file.
854
855 2021-04-27 Luis Machado <luis.machado@linaro.org>
856
857 * gdb.base/maint.exp: Drop a pattern that is not needed.
858 * lib/gdb.exp (readnow): Match line-by-line.
859
860 2021-04-27 Luis Machado <luis.machado@linaro.org>
861
862 * gdb.xml/tdesc-reload.exp: Pass -lbl.
863
864 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
865 Simon Marchi <simon.marchi@polymtl.ca>
866
867 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
868 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
869 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
870 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
871 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
872 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
873
874 2021-04-26 Tom Tromey <tromey@adacore.com>
875
876 PR gdb/27743:
877 * gdb.dwarf2/imported-unit-bp.exp: New file.
878 * gdb.dwarf2/imported-unit-bp-main.c: New file.
879 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
880
881 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
882
883 PR gdb/27773
884 * gdb.base/dump.exp: Test dump to non-existent dir.
885
886 2021-04-26 Luis Machado <luis.machado@linaro.org>
887
888 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
889 comparison.
890
891 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
892
893 PR gdb/22640
894 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
895 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
896 changes the default behavior of 'ptype/o'. Update to take into
897 account new horizontal layout.
898 * gdb.rust/simple.exp: Update ptype test to check new horizontal
899 layout.
900 * gdb.rust/union.exp: Same.
901
902 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
903
904 * gdb.base/info_sources.exp: Add new tests.
905
906 2021-04-22 Tom Tromey <tom@tromey.com>
907
908 * gdb.base/ptype-offsets.cc (struct empty_member): New.
909 (main): Use empty_member.
910 * gdb.base/ptype-offsets.exp: Add new test.
911
912 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
913
914 * gdb.python/flexible-array-member.exp: Add check for Python
915 support.
916
917 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
918
919 PR gdb/27757
920 * gdb.python/flexible-array-member.c: New test.
921 * gdb.python/flexible-array-member.exp: New test.
922 * gdb.guile/scm-type.exp (test_range): Add test for flexible
923 array member.
924 * gdb.guile/scm-type.c (struct flex_member): New.
925 (main): Use it.
926
927 2021-04-22 Tom Tromey <tom@tromey.com>
928
929 * gdb.rust/modules.exp: Add checks for syntax errors.
930 * gdb.rust/expr.exp: Add checks for syntax errors.
931 * gdb.rust/simple.exp: Add checks for syntax errors.
932
933 2021-04-21 Carl Love <cel@us.ibm.com>
934
935 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
936 Update expected string for gdb_test "bt".
937
938 * lib/valgrind.exp: Add set remotetimeout 3.
939 Increase vgdb wait from 1 to 2.
940 Add max-invoke-ms option to vgdb command line.
941
942 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
943
944 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
945 conditions.
946
947 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
948 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
949
950 * gdb.mi/mi-break.exp: Fix the duplicate test names.
951
952 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
953
954 * gdb.base/address_space_qualifier.exp: New file.
955
956 2021-04-19 Tom Tromey <tromey@adacore.com>
957
958 PR gdb/27742:
959 * gdb.opt/inline-locals.exp: Update kfail patterns.
960
961 2021-04-17 Tom Tromey <tom@tromey.com>
962
963 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
964
965 2021-04-16 Tom Tromey <tom@tromey.com>
966
967 * gdb.rust/simple.exp: Change error text.
968 * gdb.rust/expr.exp: Change error text.
969
970 2021-04-16 Tom Tromey <tom@tromey.com>
971
972 * gdb.rust/simple.exp: Add parens to 'as' test.
973
974 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
975
976 * boards/simavr.exp: Set debug_flags.
977
978 2021-04-16 Luis Machado <luis.machado@linaro.org>
979
980 * gdb.dwarf2/dw2-bfloat16.exp: New file.
981
982 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
983
984 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
985 including a path in the test name.
986
987 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
988
989 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
990
991 2021-04-15 Tom Tromey <tromey@adacore.com>
992
993 * gdb.dwarf2/arr-stride.exp: Add test.
994
995 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
996
997 * gdb.base/startup-file.exp: Add more tests.
998
999 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1000
1001 PR cli/25956
1002 * gdb.base/early-init-file.c: New file.
1003 * gdb.base/early-init-file.exp: New file.
1004 * lib/gdb-utils.exp (style): Handle style 'none'.
1005
1006 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1007
1008 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
1009 @DW_INL_declared_inlined for the inline attribute.
1010
1011 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1012
1013 * gdb.opt/inline-locals.c (scoped): New function.
1014 (main): Call 'scoped'.
1015 * gdb.opt/inline-locals.exp: Update with "info locals" tests
1016 for scoped variables.
1017 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
1018 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
1019
1020 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1021
1022 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
1023
1024 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
1025
1026 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
1027
1028 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
1029
1030 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
1031 non-relative plxv instructions.
1032 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
1033
1034 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
1035
1036 PR gdb/27525
1037 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
1038 exercise single-stepping over subpcis,lnia,addpcis instructions
1039 with displacement.
1040 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
1041 of addpcis/lnia/subpcis instructions.
1042 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
1043 exercise single-stepping over lnia instructions with displacement.
1044 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
1045 lnia instructions.
1046
1047 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
1048
1049 * gdb.arch/powerpc-power10.s: New test for instructions.
1050 * gdb.arch/powerpc-power10.exp: Harness to run the test.
1051
1052 2021-4-12 Carl Love <cel@us.ibm.com>
1053
1054 * gdb.arch/vsx-vsr-float128.c: New test file.
1055 * gdb.arch/vsx-vsr-float128.exp: New expect file.
1056
1057 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
1058
1059 * gdb.btrace/reconnect.exp: Relax expected stepi output.
1060
1061 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
1062
1063 * gdb.base/ctf-ptype.c: Add struct link containing a forward
1064 reference type.
1065 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
1066
1067 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
1070 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
1071
1072 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.cp/rvalue-ref-params.cc (f3): New function.
1075 (f4): New function.
1076 (global_int): New global variable.
1077 (global_float): Likeiwse.
1078 (main): Call both new functions.
1079 * gdb.cp/rvalue-ref-params.exp: Add new tests.
1080
1081 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1082
1083 * gdb.dwarf2/fission-relative-dwo.c: New file.
1084 * gdb.dwarf2/fission-relative-dwo.exp: New file.
1085
1086 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * gdb.dwarf2/fission-absolute-dwo.c: New file.
1089 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
1090 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
1091 instead of build_executable_from_fission_assembler.
1092 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
1093 * gdb.dwarf2/fission-loclists.exp: Likewise.
1094
1095 * gdb.dwarf2/fission-multi-cu.S: Delete file.
1096 * gdb.dwarf2/fission-multi-cu.c: New file based on old
1097 fission-multi-cu1.c and fission-multi-cu2.c files.
1098 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
1099 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
1100 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
1101 * gdb.dwarf2/fission-reread.exp: Likewise.
1102 * lib/dwarf.exp (extract_dwo_information): New proc.
1103 (strip_dwo_information): New proc.
1104 (build_executable_and_dwo_files): New proc.
1105 (build_executable_from_fission_assembler): Delete.
1106 (Dwarf::_debug_addr_index): New variable.
1107 (Dwarf::_cu_is_fission): New variable.
1108 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
1109 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
1110 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
1111 if this is a fission CU.
1112 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
1113 (Dwarf::debug_addr_label): New proc.
1114 (Dwarf::cu): Initialise _cu_is_fission.
1115 (Dwarf::tu): Likewise.
1116 (Dwarf::assemble): Initialise _debug_addr_index.
1117
1118 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1119
1120 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
1121
1122 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1123
1124 * gdb.python/py-parameter.exp: Add test for reading data-directory
1125 using gdb.parameter API.
1126
1127 2021-04-06 Tom de Vries <tdevries@suse.de>
1128
1129 PR breakpoints/25884
1130 * gdb.opt/inline-cmds.exp: Remove kfail.
1131
1132 2021-04-06 Tom de Vries <tdevries@suse.de>
1133
1134 PR testsuite/27691
1135 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
1136 file "".
1137
1138 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
1139
1140 * lib/pdtrace.in: Fix obvious typo.
1141
1142 2021-03-31 Tom Tromey <tromey@adacore.com>
1143
1144 * lib/dwarf.exp (Dwarf::_get_args): New proc.
1145 (Dwarf::_location): Use it.
1146
1147 2021-03-31 Tom de Vries <tdevries@suse.de>
1148
1149 PR testsuite/27667
1150 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
1151
1152 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
1153
1154 PR gdb/27541
1155 * gdb.base/index-cache-load-twice.exp: Remove.
1156 * gdb.base/index-cache-load-twice.c: Remove.
1157 * gdb.dwarf2/per-bfd-sharing.exp: New.
1158 * gdb.dwarf2/per-bfd-sharing.c: New.
1159
1160 2021-03-30 Tom de Vries <tdevries@suse.de>
1161
1162 PR testsuite/27604
1163 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
1164
1165 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1166
1167 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
1168 the infinite loop to avoid a Clang bug.
1169
1170 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
1171
1172 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
1173 names for uniqueness.
1174 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
1175 uniqueness.
1176
1177 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
1180 member.
1181 (make_container): Initialise is_array_p.
1182 * gdb.python/py-prettyprint.exp: Add new tests.
1183 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
1184 Check is_array_p and possibly return 'array'.
1185
1186 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1187
1188 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
1189 * gdb.cp/casts.exp: Give tests unique names.
1190 * gdb.cp/filename.exp: Likewise.
1191 * gdb.cp/gdb2495.exp: Likewise.
1192 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
1193 * gdb.cp/misc.exp: Rename test to make it unique.
1194 * gdb.cp/nsnested.exp: Give tests unique names.
1195 * gdb.cp/ovldbreak.exp: Likewise.
1196 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
1197 being tested. This also removes the duplicate test name.
1198 * gdb.cp/ref-types.exp: Likewise.
1199 * gdb.cp/temargs.exp: Likewise.
1200
1201 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
1204 square brackets in test.
1205
1206 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * gdb.cp/maint.exp (test_first_component): Run more tests with a
1209 variable number of spaces, this removes the duplicate testing of
1210 'operator ->' which existed before.
1211
1212 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1213
1214 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
1215 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
1216 duplicates, and also to avoid having a string inside parentheses
1217 at the end of test names.
1218
1219 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
1222 Avoid repeated uses of 'runto', and instread just progress once
1223 through the test stopping at different breakpoints. Give comments
1224 a capital letter and full stop. Give duplicate tests unique names.
1225
1226 2021-03-25 Pedro Alves <pedro@palves.net>
1227
1228 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
1229 "target_non_stop" parameter and use it.
1230 (top level): Add "maint set target-non-stop on/off" testing axis.
1231
1232 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
1233
1234 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
1235 gdb_test_multiple.
1236
1237 2021-03-24 Luis Machado <luis.machado@linaro.org>
1238
1239 * gdb.arch/aarch64-mte.c: New file.
1240 * gdb.arch/aarch64-mte.exp: New test.
1241 * gdb.base/memtag.c: New file.
1242 * gdb.base/memtag.exp: New test.
1243 * lib/gdb.exp (supports_memtag): New function.
1244
1245 2021-03-24 Luis Machado <luis.machado@linaro.org>
1246
1247 * gdb.base/options.exp: Adjust for new print options.
1248 * gdb.base/with.exp: Likewise.
1249
1250 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1251
1252 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
1253 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
1254
1255 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * gdb.dwarf2/dw2-using-debug-str.c: New file.
1258 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
1259 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
1260 not .debug_string.
1261
1262 2021-03-20 Tom Tromey <tom@tromey.com>
1263
1264 * gdb.base/maint.exp: Update "maint print statistics" output.
1265
1266 2021-03-19 Kevin Buettner <kevinb@redhat.com>
1267
1268 * lib/gdbserver-support.exp (gdbserver_exit): Use the
1269 "-nowait" flag when waiting for gdbserver to exit.
1270
1271 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
1272
1273 * gdb.base/info-macros.exp: Append -fdebug-macro to
1274 additional_flags for clang.
1275 * gdb.base/macscp.exp: Likewise.
1276 * gdb.base/style.exp: Likewise.
1277 * gdb.linespec/macro-relative.exp: Likewise.
1278
1279 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
1280 Pedro Alves <pedro@palves.net>
1281
1282 * gdb.base/run-attach-while-running.exp: New.
1283 * gdb.base/run-attach-while-running.c: New.
1284
1285 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1286
1287 * gdb.python/py-framefilter-addr.c: New file.
1288 * gdb.python/py-framefilter-addr.exp: New file.
1289 * gdb.python/py-framefilter-addr.py: New file.
1290
1291 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1292
1293 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
1294 Make use of $gdb_test_name instead of creating a separate $test
1295 variable.
1296 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
1297 adding a '($name)' at the end of each test. This also catches the
1298 one place where '($name)' was missing, and so caused a duplicate
1299 test name.
1300 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
1301 duplicate test names based on the command being tested.
1302 * gdb.threads/signal-command-multiple-signals-pending.exp:
1303 Likewise.
1304 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
1305 avoid duplicate testnames when a test script uses this proc and
1306 also gdb_compile_pthreads.
1307 * lib/prelink-support.exp (build_executable_own_libs): Use
1308 with_test_prefix to avoid duplicate test names when we call
1309 build_executable twice.
1310
1311 2021-03-15 Tom Tromey <tromey@adacore.com>
1312
1313 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
1314
1315 2021-03-15 Tom Tromey <tromey@adacore.com>
1316
1317 * gdb.ada/varsize_limit.exp: Add new test.
1318 * gdb.ada/varsize_limit/vsizelim.adb: Update.
1319
1320 2021-03-15 Tom Tromey <tromey@adacore.com>
1321
1322 * gdb.ada/operator_call/twovecs.ads: New file.
1323 * gdb.ada/operator_call/twovecs.adb: New file.
1324 * gdb.ada/operator_call/opcall.adb: New file.
1325 * gdb.ada/operator_call.exp: New file.
1326
1327 2021-03-15 Tom Tromey <tromey@adacore.com>
1328
1329 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
1330 * gdb.ada/enums_overload/enums_overload.ads: New file.
1331 * gdb.ada/enums_overload/enums_overload.adb: New file.
1332 * gdb.ada/enums_overload.exp: New file.
1333
1334 2021-03-15 Tom Tromey <tromey@adacore.com>
1335
1336 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
1337 Declare.
1338 * gdb.ada/assign_arr/target_wrapper.adb: New file.
1339 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
1340 Call Put.
1341 * gdb.ada/assign_arr.exp: Update.
1342
1343 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
1344
1345 * gdb.python/py-auto-load-chaining-f1.c: New file.
1346 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
1347 * gdb.python/py-auto-load-chaining-f2.c: New file.
1348 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
1349 * gdb.python/py-auto-load-chaining.c: New file.
1350 * gdb.python/py-auto-load-chaining.exp: New file.
1351
1352 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1353
1354 * gdb.python/py-bad-printers.exp: Extend test names to make them
1355 unique.
1356 * gdb.python/py-events.exp: Likewise.
1357 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1358 * gdb.python/py-frame-inline.exp: Likewise.
1359 * gdb.python/py-frame.exp: Likewise.
1360 * gdb.python/py-infthread.exp: Likewise.
1361
1362 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * gdb.python/py-value-cc.exp: Remove a duplicate test.
1365
1366 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1367
1368 * gdb.python/lib-types.exp: Update the test to check the correct
1369 python variable.
1370
1371 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * gdb.python/py-explore-cc.exp: Extend test names to make them
1374 unique.
1375
1376 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1377
1378 * gdb.python/py-lookup-type.exp: Remove duplicate test.
1379
1380 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.python/py-symtab.exp: Extend test names to make them
1383 unique.
1384
1385 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
1388 names unique.
1389
1390 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1391
1392 * gdb.python/py-block.exp: Give tests unique names.
1393
1394 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1395
1396 * gdb.python/py-pp-maint.exp: Extend test names to make them
1397 unique.
1398
1399 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1400
1401 * gdb.python/py-explore.exp: Add with_test_prefix to make test
1402 names unique.
1403
1404 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1405
1406 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
1407
1408 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
1411 names unique.
1412
1413 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
1416 test names unique.
1417
1418 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1419
1420 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
1421 unique.
1422
1423 2021-03-09 Tom Tromey <tromey@adacore.com>
1424
1425 * gdb.base/cast-call.exp: New file.
1426 * gdb.base/cast-call.c: New file.
1427
1428 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * gdb.gdb/python-helper.exp: New file.
1431
1432 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
1433
1434 * gdb.fortran/intrinsics.exp: Add LOC tests.
1435
1436 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1437
1438 * gdb.fortran/shape.exp: New file.
1439 * gdb.fortran/shape.f90: New file.
1440
1441 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1442
1443 * gdb.fortran/size.exp: New file.
1444 * gdb.fortran/size.f90: New file.
1445
1446 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1447
1448 * gdb.fortran/rank.exp: New file.
1449 * gdb.fortran/rank.f90: New file.
1450
1451 2021-03-08 Tom Tromey <tom@tromey.com>
1452
1453 * gdb.fortran/debug-expr.exp: Update tests.
1454
1455 2021-03-08 Tom Tromey <tom@tromey.com>
1456
1457 * gdb.base/debug-expr.exp: Update expected dump output.
1458
1459 2021-03-06 Tom Tromey <tom@tromey.com>
1460
1461 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
1462 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
1463 * gdb.dwarf2/dwznolink.exp: New file.
1464
1465 2021-03-05 Mark Wielaard <mark@klomp.org>
1466
1467 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
1468
1469 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
1470
1471 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
1472
1473 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1474
1475 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
1476
1477 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1478
1479 * gdb.btrace/non-stop.exp: Adjust expected source lines.
1480
1481 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1482
1483 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
1484
1485 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1486
1487 * gdb.btrace/exception.cc (main): Update test source.
1488 * gdb.btrace/exception.exp: Update patterns.
1489 * gdb.btrace/function_call_history.exp: Likewise.
1490
1491 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1492
1493 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
1494
1495 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1496
1497 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
1498 reverse-continue to breakpoint.
1499
1500 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1501
1502 * gdb.btrace/delta.exp: Remove instruction-history and
1503 function-call-history checks.
1504
1505 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1506
1507 * README (Note): Add nopie_ldflag.
1508 * lib/gdb.exp (gdb_compile): Extend nopie handling.
1509
1510 2021-03-02 Tom Tromey <tromey@adacore.com>
1511
1512 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
1513 encodings.
1514
1515 2021-02-27 Lancelot Six <lsix@lancelotix.com>
1516
1517 PR gdb/27393
1518 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
1519
1520
1521 2021-02-26 Tom Tromey <tom@tromey.com>
1522
1523 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
1524
1525 2021-02-26 Jan Vrany <jan.vrany@labware.com>
1526
1527 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1528 Remove trailing \n from expected output.
1529
1530 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1531
1532 * lib/gdb.exp (use_gdb_stub): Extend comment.
1533
1534 2021-02-25 Jan Matyas <jmatyas@codasip.com>
1535
1536 PR gdb/26819
1537 * gdb.server/stop-reply-no-thread.exp: Add two test
1538 scenarios that cover remote targets which do not have
1539 the concept of threads.
1540
1541 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1542
1543 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1544
1545 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1546
1547 PR fortran/26155
1548 * gdb.fortran/call-no-debug-func.f90: New file.
1549 * gdb.fortran/call-no-debug-prog.f90: New file.
1550 * gdb.fortran/call-no-debug.exp: New file.
1551
1552 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.fortran/associated.exp: New file.
1555 * gdb.fortran/associated.f90: New file.
1556
1557 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1558
1559 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1560
1561 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1562
1563 * gdb.base/sect-cmd.exp: Update expected results.
1564
1565 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1566
1567 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1568 techniques. Enable the test for all targets.
1569
1570 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1571
1572 * gdb.base/maint-info-sections.exp: Add new tests.
1573 (check_maint_info_target_sections_output): New proc.
1574
1575 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1576
1577 * gdb.arch/riscv-default-tdesc.exp: New file.
1578
1579 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1580
1581 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1582
1583 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1584
1585 * gdb.arch/i386-biarch-core.exp: Add target check.
1586
1587 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1588
1589 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1590
1591 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1592
1593 * gdb.fortran/allocated.exp: New file.
1594 * gdb.fortran/allocated.f90: New file.
1595
1596 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1597
1598 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1599
1600 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1601
1602 * gdb.base/maint-info-sections.exp: Update expected output, and
1603 add additional tests. Again.
1604
1605 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1606
1607 * gdb.base/maint-info-sections.exp: Update expected output, and
1608 add additional tests.
1609
1610 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1611
1612 * gdb.base/maint-info-sections.exp: New file, content is moved
1613 from gdb.base/maint.exp and cleaned up to use latest testsuite
1614 techniques.
1615 * gdb.base/maint.exp: Tests moved out to
1616 gdb.base/maint-info-sections.exp.
1617
1618 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
1619
1620 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1621 GDBFLAGS.
1622
1623 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1624
1625 * gdb.fortran/lbound-ubound.F90: New file.
1626 * gdb.fortran/lbound-ubound.exp: New file.
1627
1628 2021-02-10 Tom de Vries <tdevries@suse.de>
1629
1630 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1631 "Restore saved setting of complaints".
1632
1633 2021-02-09 Tom de Vries <tdevries@suse.de>
1634
1635 PR symtab/27341
1636 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1637 (gdb_load_no_complaints): ... here.
1638 * gdb.fortran/function-calls.exp: Add test-case.
1639
1640 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
1641
1642 * gdb.threads/signal-command-handle-nopass.exp: Call
1643 'standard_testfile' before using 'testfile'.
1644 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1645 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1646 * gdb.threads/signal-sigtrap.exp: Likewise
1647
1648 2021-02-08 Luis Machado <luis.machado@linaro.org>
1649
1650 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1651
1652 2021-02-08 Tom de Vries <tdevries@suse.de>
1653
1654 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1655
1656 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1657
1658 * gdb.python/tui-window-disabled.c: New file.
1659 * gdb.python/tui-window-disabled.exp: New file.
1660 * gdb.python/tui-window-disabled.py: New file.
1661
1662 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 * gdb.python/tui-window.exp: Add new tests.
1665 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1666 TestWindow object into global the_window.
1667 <remote_title>: New method.
1668 (delete_window_title): New function.
1669
1670 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1671
1672 * gdb.tui/winheight.exp: Add more tests.
1673
1674 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1675
1676 * gdb.python/py-framefilter.exp: Update expected results.
1677 * gdb.python/python.exp: Update expected results.
1678
1679 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1682 about bug in GDB, update expected results, and add more tests.
1683
1684 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1685
1686 * gdb.tui/scroll.exp: New file.
1687 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1688 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1689 remaining lines up.
1690 (Term::check_region_contents): New proc.
1691 (Term::check_box_contents): Use check_region_contents.
1692
1693 2021-02-06 Tom de Vries <tdevries@suse.de>
1694
1695 PR testsuite/26922
1696 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1697 scrolling.
1698
1699 2021-02-05 Tom de Vries <tdevries@suse.de>
1700
1701 PR breakpoints/27313
1702 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1703 rejected.
1704
1705 2021-02-05 Tom de Vries <tdevries@suse.de>
1706
1707 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1708 * gdb.fortran/mixed-lang-stack.exp: Same.
1709
1710 2021-02-05 Tom de Vries <tdevries@suse.de>
1711
1712 PR exp/27265
1713 * gdb.base/complex-parts.exp: Add tests.
1714
1715 2021-02-05 Tom de Vries <tdevries@suse.de>
1716
1717 PR symtab/27307
1718 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1719
1720 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1721
1722 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1723
1724 2021-02-03 Pedro Alves <pedro@palves.net>
1725
1726 * gdb.threads/detach-step-over.c: New file.
1727 * gdb.threads/detach-step-over.exp: New file.
1728
1729 2021-02-03 Pedro Alves <pedro@palves.net>
1730
1731 * gdb.threads/attach-non-stop.c: New file.
1732 * gdb.threads/attach-non-stop.exp: New file.
1733
1734 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1735
1736 * gdb.base/inferior-noarg.c: New test.
1737 * gdb.base/inferior-noarg.exp: New test.
1738
1739 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1740
1741 * gdb.base/scope.exp: Use proc_with_prefix.
1742
1743 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1744
1745 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1746 table proc.
1747 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1748 .debug_rnglists table without offset array.
1749 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1750 .debug_loclists table without offset array.
1751
1752 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1753
1754 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1755 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1756 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1757 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1758 attribute
1759
1760 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1761
1762 PR gdb/26813
1763 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1764 (loclists): New proc.
1765 * gdb.dwarf2/loclists-multiple-cus.c: New.
1766 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1767 * gdb.dwarf2/loclists-sec-offset.c: New.
1768 * gdb.dwarf2/loclists-sec-offset.exp: New.
1769
1770 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1771
1772 * lib/dwarf.exp (_location): Add parameters.
1773 (_handle_DW_FORM): Adjust.
1774
1775 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1776
1777 PR gdb/26813
1778 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1779 (cu): Generate header for DWARF 5.
1780 (rnglists): New proc.
1781 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1782 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1783
1784 2021-02-02 Tom de Vries <tdevries@suse.de>
1785
1786 PR symtab/24620
1787 * gdb.dwarf2/fission-reread.exp: Add test-case.
1788
1789 2021-02-01 Tom de Vries <tdevries@suse.de>
1790
1791 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1792 * gdb.dwarf2/fission-loclists-pie.S: Same.
1793 * gdb.dwarf2/fission-loclists.S: Same.
1794 * gdb.dwarf2/fission-multi-cu.S: Same.
1795 * gdb.dwarf2/fission-reread.S: Same.
1796 * gdb.dwarf2/fission-base.exp: Use DWO.
1797 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1798 * gdb.dwarf2/fission-loclists.exp: Same.
1799 * gdb.dwarf2/fission-multi-cu.exp: Same.
1800 * gdb.dwarf2/fission-reread.exp: Same.
1801
1802 2021-01-29 Tom de Vries <tdevries@suse.de>
1803
1804 PR breakpoints/26063
1805 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1806 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1807
1808 2021-01-29 Tom de Vries <tdevries@suse.de>
1809
1810 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1811
1812 2021-01-28 Tom de Vries <tdevries@suse.de>
1813
1814 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1815 in the backtrace, and use that in the rest of the test instead of
1816 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1817
1818 2021-01-28 Tom de Vries <tdevries@suse.de>
1819
1820 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1821 * gdb.arch/i386-sse-stack-align.c: Same.
1822 * gdb.arch/i386-sse-stack-align.exp: Same.
1823
1824 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1825
1826 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1827
1828 2021-01-28 Tom de Vries <tdevries@suse.de>
1829
1830 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1831
1832 2021-01-28 Tom de Vries <tdevries@suse.de>
1833
1834 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1835 "maint info line-table". Make PASS pattern more specific. Make
1836 FAIL pattern work for -m32.
1837
1838 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1839
1840 PR gdb/27133
1841 * gdb.base/ui-redirect.exp: Add test case that ensures that
1842 redirecting both logging and debug does not cause gdb to crash.
1843
1844
1845 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1846
1847 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1848
1849 2021-01-26 Tom de Vries <tdevries@suse.de>
1850
1851 * gdb.threads/killed-outside.exp: Allow regular output.
1852
1853 2021-01-26 Tom de Vries <tdevries@suse.de>
1854
1855 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1856
1857 2021-01-25 Tom de Vries <tdevries@suse.de>
1858
1859 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1860 * lib/gdb.exp: Use gdb_load_no_complaints.
1861
1862 2021-01-25 Tom Tromey <tromey@adacore.com>
1863
1864 * gdb.ada/fixed_points.exp: Add regression test.
1865 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1866 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1867
1868 2021-01-25 Tom Tromey <tromey@adacore.com>
1869
1870 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1871
1872 2021-01-25 Tom Tromey <tromey@adacore.com>
1873
1874 * gdb.ada/local-enum.exp: New file.
1875 * gdb.ada/local-enum/local.adb: New file.
1876
1877 2021-01-23 Tom Tromey <tom@tromey.com>
1878
1879 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1880
1881 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1882
1883 * gdb.base/line65535.exp: Fix test expectation.
1884
1885 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1886
1887 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1888 suppression.
1889 (default_gdb_exit): Likewise.
1890 (default_gdb_spawn): Likewise.
1891 (send_gdb): Likewise.
1892 (gdb_expect): Likewise.
1893 (gdb_expect_list): Likewise.
1894 (default_gdb_init): Likewise.
1895 (gdb_suppress_entire_file): Remove.
1896 (gdb_suppress_tests): Remove.
1897 (gdb_stop_suppressing_tests): Remove.
1898 (gdb_clear_suppressed): Remove.
1899 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1900 related to test suppression.
1901 (default_mi_gdb_start): Likewise.
1902 (mi_gdb_reinitialize_dir): Likewise.
1903 (mi_gdb_test): Likewise.
1904 (mi_run_cmd_full): Likewise.
1905 (mi_runto_helper): Likewise.
1906 (mi_execute_to): Likewise.
1907 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1908 * gdb.base/bitfields.exp: Likewise.
1909 * gdb.base/bitfields2.exp: Likewise.
1910 * gdb.base/break.exp: Likewise.
1911 * gdb.base/call-sc.exp: Likewise.
1912 * gdb.base/callfuncs.exp: Likewise.
1913 * gdb.base/dfp-test.exp: Likewise.
1914 * gdb.base/endian.exp: Likewise.
1915 * gdb.base/exprs.exp: Likewise.
1916 * gdb.base/funcargs.exp: Likewise.
1917 * gdb.base/hbreak2.exp: Likewise.
1918 * gdb.base/recurse.exp: Likewise.
1919 * gdb.base/scope.exp: Likewise.
1920 * gdb.base/sepdebug.exp: Likewise.
1921 * gdb.base/structs.exp: Likewise.
1922 * gdb.base/until.exp: Likewise.
1923 * gdb.cp/misc.exp: Likewise.
1924
1925 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1926
1927 PR cli/25956
1928 * gdb.base/style.exp (run_style_tests): Add version string test.
1929 (test_startup_version_string): Use version style name.
1930 * lib/gdb-utils.exp (style): Handle version style name.
1931
1932 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1933
1934 * gdb.base/style.exp (limited_style): New proc.
1935 (clean_restart_and_disable): New proc.
1936 (run_style_tests): New proc. Most of the old tests from this file
1937 are now in this proc.
1938 (test_startup_version_string): New proc. Reamining test from the
1939 old file is in this proc.
1940
1941 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1942
1943 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1944 Adjust to "set debug remote" changes.
1945
1946 2021-01-21 Luis Machado <luis.machado@linaro.org>
1947
1948 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1949 message.
1950
1951 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1952
1953 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1954
1955 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1956
1957 PR python/19151
1958 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1959
1960 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1961
1962 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1963
1964 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1965
1966 * lib/tuiterm.exp: Add links in comments.
1967
1968 2021-01-20 Tom de Vries <tdevries@suse.de>
1969
1970 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1971 offset.
1972
1973 2021-01-20 Tom de Vries <tdevries@suse.de>
1974
1975 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1976
1977 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1978
1979 * gdb.arch/amd64-stap-expressions.S: New file.
1980 * gdb.arch/amd64-stap-expressions.exp: New file.
1981
1982 2021-01-19 Tom de Vries <tdevries@suse.de>
1983
1984 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1985 sequence.
1986
1987 2021-01-19 Tom de Vries <tdevries@suse.de>
1988
1989 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1990
1991 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 * gdb.fortran/array-slices.exp (run_test): Avoid including
1994 addresses in test names.
1995
1996 2021-01-15 Tom de Vries <tdevries@suse.de>
1997
1998 PR testsuite/26997
1999 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
2000 when adding sizeof.
2001
2002 2021-01-14 Tom de Vries <tdevries@suse.de>
2003
2004 PR testsuite/24590
2005 * gdb.base/style.exp: Handle shorter argv in frame command output.
2006
2007 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2008
2009 PR gdb/26819
2010 * gdb.server/stop-reply-no-thread-multi.c: New file.
2011 * gdb.server/stop-reply-no-thread-multi.exp: New file.
2012
2013 2021-01-12 Tom de Vries <tdevries@suse.de>
2014
2015 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
2016 (main): Remove call to have_mpx.
2017 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
2018 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
2019 (main): Remote call to have_mpx.
2020 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
2021 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
2022 (main): Remove call to have_mpx.
2023 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
2024 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
2025 (main): Remove call to have_mpx.
2026 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
2027 * gdb.arch/i386-mpx.c (have_mpx): Remove.
2028 (main): Remote call to have_mpx.
2029 * gdb.arch/i386-mpx.exp: Use have_mpx.
2030 * lib/gdb.exp (have_mpx): New proc.
2031
2032 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2033
2034 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
2035
2036 2021-01-12 Tom de Vries <tdevries@suse.de>
2037
2038 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
2039
2040 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2041
2042 * gdb.fortran/debug-expr.exp: Add new tests.
2043
2044 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2045
2046 * gdb.fortran/dot-ops.exp: Add new tests.
2047
2048 2021-01-11 Tom de Vries <tdevries@suse.de>
2049
2050 PR testsuite/26968
2051 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
2052 Move insn setting $eax to before probe point.
2053
2054 2021-01-09 Tom Tromey <tom@tromey.com>
2055
2056 * gdb.trace/ax.exp: Do not require an "ext".
2057
2058 2021-01-08 Tom Tromey <tromey@adacore.com>
2059
2060 * gdb.ada/voidctx/pck.adb: New file.
2061 * gdb.ada/voidctx/pck.ads: New file.
2062 * gdb.ada/voidctx/voidctx.adb: New file.
2063 * gdb.ada/voidctx.exp: New file.
2064
2065 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
2066
2067 PR gdb/27157
2068 * gdb.base/empty-host-env-vars.exp: New test.
2069
2070 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
2071
2072 * gdb.base/completion.exp: Add a new test.
2073
2074 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
2075
2076 * gdb.fortran/intvar-dynamic-types.exp: New file.
2077 * gdb.fortran/intvar-dynamic-types.f90: New file.
2078
2079 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
2080
2081 * gdb.fortran/intvar-array.exp: New file.
2082 * gdb.fortran/intvar-array.f90: New file.
2083
2084 2021-01-07 Tom Tromey <tromey@adacore.com>
2085
2086 * gdb.ada/assign_arr.exp: Add 'others' test.
2087
2088 2021-01-06 Tom Tromey <tromey@adacore.com>
2089
2090 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
2091 (FP4_Type): New type.
2092 (FP4_Var): New variable.
2093 * gdb.ada/fixed_points/fixed_points.adb: Update.
2094 * gdb.ada/fixed_points.exp: Add tests for binary operators.
2095
2096 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
2097
2098 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
2099 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2100 Pass prompt containing debug print to gdb_test_sequence.
2101
2102 2021-01-04 Tom de Vries <tdevries@suse.de>
2103
2104 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
2105
2106 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
2107
2108
2109
2110 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
2111
2112 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
2113 * gdb.server/connect-without-multi-process.exp: Likewise.
2114 * gdb.server/exit-multiple-threads.exp: Likewise.
2115 * gdb.server/ext-attach.exp: Likewise.
2116 * gdb.server/ext-restart.exp: Likewise.
2117 * gdb.server/ext-run.exp: Likewise.
2118 * gdb.server/ext-wrapper.exp: Likewise.
2119 * gdb.server/multi-ui-errors.exp: Likewise.
2120 * gdb.server/no-thread-db.exp: Likewise.
2121 * gdb.server/reconnect-ctrl-c.exp: Likewise.
2122 * gdb.server/run-without-local-binary.exp: Likewise.
2123 * gdb.server/server-kill.exp: Likewise.
2124 * gdb.server/server-run.exp: Likewise.
2125 * gdb.server/solib-list.exp: Likewise.
2126 * gdb.server/stop-reply-no-thread.exp: Likewise.
2127 * gdb.server/wrapper.exp: Likewise.
2128 * gdb.server/sysroot.exp: Increase timeout when testing the
2129 target: sysroot.
2130
2131 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
2132
2133 * gdb.server/server-run.exp: Use clean_restart.
2134
2135 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
2136
2137 * gdb.server/ext-run.exp: Use clean_restart.
2138
2139 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
2140
2141 * gdb.server/stop-reply-no-thread.exp: Use build_executable
2142 instead of prepare_for_testing.
2143
2144 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
2145
2146 * gdb.server/solib-list.exp: Use clean_restart.
2147
2148 2021-01-04 Tom de Vries <tdevries@suse.de>
2149
2150 * gdb.base/morestack.c: Remove printf.
2151 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
2152
2153 2020-12-31 Tom Tromey <tom@tromey.com>
2154
2155 * gdb.rust/simple.exp: Update output for Rust 1.49.
2156
2157 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
2158
2159 * gdb.cp/step-and-next-inline.exp: Fix test case.
2160
2161 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
2162
2163 * gdb.python/py-frame-args.exp: De-duplicate test names.
2164
2165 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2166
2167 PR gdb/27059
2168 * gdb.dwarf2/dyn-type-unallocated.c: New file.
2169 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
2170
2171 2020-12-21 Peter Waller <p@pwaller.net>
2172
2173 * gdb.base/style-interp-exec-mi.exp: New.
2174 * gdb.base/style-interp-exec-mi.c: New.
2175
2176 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2177
2178 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
2179 gdb_test. Use proc_with_prefix.
2180
2181 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2182
2183 * gdb.btrace/exception.exp: Build with nopie.
2184 * gdb.btrace/function_call_history.exp: Likewise.
2185 * gdb.btrace/unknown_functions.exp: Likewise.
2186
2187 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2188
2189 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
2190
2191 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2192
2193 * gdb.python/py-record-btrace.exp: Make test names unique.
2194 * gdb.python/py-record-full.exp: Likewise.
2195
2196 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2197
2198 * gdb.btrace/data.exp: Make test names unique.
2199 * gdb.btrace/delta.exp: Likewise.
2200 * gdb.btrace/enable.exp: Likewise.
2201 * gdb.btrace/function_call_history.exp: Likewise.
2202 * gdb.btrace/nohist.exp: Likewise.
2203 * gdb.btrace/non-stop.exp: Likewise.
2204 * gdb.btrace/rn-dl-bind.exp: Likewise.
2205 * gdb.btrace/step.exp: Likewise.
2206 * gdb.btrace/stepi.exp: Likewise.
2207 * gdb.btrace/tailcall.exp: Likewise.
2208
2209 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2210
2211 * gdb.btrace/enable.exp: Update error message.
2212 * gdb.btrace/multi-inferior.exp: Likewise.
2213 * gdb.btrace/reconnect.exp: Likewise.
2214 * gdb.python/py-record-btrace.exp: Likewise.
2215 * gdb.python/py-record-full.exp: Likewise.
2216
2217 2020-12-20 Tom de Vries <tdevries@suse.de>
2218
2219 * lib/gdb.exp (save_target_board_info): New proc.
2220 (gdb_compile_shlib): Use save_target_board_info.
2221
2222 2020-12-19 Tom de Vries <tdevries@suse.de>
2223
2224 * lib/gdb.exp (supports_scalar_storage_order_attribute)
2225 (supports_gnuc): New proc.
2226 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
2227 test_compiler_info calls. Add unsupported message.
2228 * gdb.base/endianity.c: Use TEST_SSO.
2229
2230 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
2231
2232 PR exp/27070
2233 * gdb.python/compare-enum-type-a.c: New test.
2234 * gdb.python/compare-enum-type-b.c: New test.
2235 * gdb.python/compare-enum-type.exp: New file.
2236 * gdb.python/compare-enum-type.h: New test.
2237
2238 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
2239
2240 * gdb.python/py-format-string.exp: Add tests for address keyword.
2241
2242 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
2243
2244 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
2245
2246 2020-12-18 Tom Tromey <tromey@adacore.com>
2247
2248 * gdb.ada/fixed_points.exp: Also run with
2249 -fgnat-encodings=minimal. Update expected output.
2250
2251 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
2252
2253 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
2254 * gdb.base/continue-all-already-running.exp: Likewise.
2255 * gdb.base/moribund-step.exp: Likewise.
2256 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
2257
2258 2020-12-16 Tom de Vries <tdevries@suse.de>
2259
2260 * gdb.base/batch-preserve-term-settings.exp:
2261
2262 2020-12-16 Tom de Vries <tdevries@suse.de>
2263
2264 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
2265 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
2266
2267 2020-12-16 Luis Machado <luis.machado@linaro.org>
2268
2269 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
2270 pointer-based memory accesses.
2271 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
2272 hw watchpoint cases.
2273
2274 2020-12-15 Rae Kim <rae.kim@gmail.com>
2275
2276 * gdb.base/document.exp: New test.
2277
2278 2020-12-15 Tom Tromey <tromey@adacore.com>
2279
2280 * gdb.base/style.exp: Add deprecation tests.
2281
2282 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
2283
2284 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
2285
2286 2020-12-14 Mark Wielaard <mark@klomp.org>
2287
2288 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
2289 specially, set attr_form_comment to the actual FORM string used.
2290
2291 2020-12-14 Mark Wielaard <mark@klomp.org>
2292
2293 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
2294 _constants(SPECIAL_expr) here, but set it...
2295 (Dwarf::cu): ...here based on _cu_version.
2296
2297 2020-12-14 Tom de Vries <tdevries@suse.de>
2298
2299 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
2300 pass -fPIC.
2301 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
2302 * gdb.base/break-probes.exp: Same.
2303 * gdb.base/ctxobj.exp: Same.
2304 * gdb.base/dso2dso.exp: Same.
2305 * gdb.base/global-var-nested-by-dso.exp: Same.
2306 * gdb.base/info-shared.exp: Same.
2307 * gdb.base/jit-reader-simple.exp: Same.
2308 * gdb.base/print-file-var.exp: Same.
2309 * gdb.base/skip-solib.exp: Same.
2310 * gdb.btrace/dlopen.exp: Same.
2311
2312 2020-12-14 Tom de Vries <tdevries@suse.de>
2313
2314 PR testsuite/26963
2315 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
2316
2317 2020-12-14 Tom de Vries <tdevries@suse.de>
2318
2319 PR testsuite/26962
2320 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
2321 cast it to its declared type".
2322
2323 2020-12-14 Tom de Vries <tdevries@suse.de>
2324
2325 PR testsuite/26951
2326 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
2327 shell prompt.
2328
2329 2020-12-14 Tom Tromey <tromey@adacore.com>
2330
2331 * gdb.ada/nested.exp: Add new tests.
2332 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
2333
2334 2020-12-14 Tom Tromey <tromey@adacore.com>
2335
2336 * gdb.dwarf2/ada-thick-pointer.exp: New file.
2337
2338 2020-12-14 Tom Tromey <tromey@adacore.com>
2339
2340 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
2341
2342 2020-12-13 Tom de Vries <tdevries@suse.de>
2343
2344 PR testsuite/26953
2345 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
2346 attribute support if compiler doesn't support it.
2347
2348 2020-12-13 Tom de Vries <tdevries@suse.de>
2349
2350 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
2351 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
2352 source to shared lib. Add ada to options.
2353
2354 2020-12-13 Tom de Vries <tdevries@suse.de>
2355
2356 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
2357 calling gnatbind and gnatlink.
2358
2359 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2360
2361 * gdb.base/dcache-flush.c: New file.
2362 * gdb.base/dcache-flush.exp: New file.
2363
2364 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2365
2366 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
2367 commands.
2368 * gdb.base/killed-outside.exp: Likewise.
2369 * gdb.opt/inline-bt.exp: Likewise.
2370 * gdb.perf/gmonster-null-lookup.py: Likewise.
2371 * gdb.perf/gmonster-print-cerr.py: Likewise.
2372 * gdb.perf/gmonster-ptype-string.py: Likewise.
2373 * gdb.python/py-unwind.exp: Likewise.
2374
2375 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2376
2377 * gdb.base/commands.exp: Update expected results.
2378
2379 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 PR cli/15104
2382 * gdb.base/commands.exp: Add additional tests.
2383 * gdb.base/completion.exp: Add additional tests.
2384
2385 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2386
2387 * gdb.base/completion.exp: Add additional tests.
2388
2389 2020-12-11 Tom de Vries <tdevries@suse.de>
2390
2391 PR testsuite/26991
2392 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
2393 violations by setting bounds registers if the bounds are passed in the
2394 Bounds Table.
2395
2396 2020-12-11 Tom de Vries <tdevries@suse.de>
2397
2398 PR testsuite/26954
2399 * gdb.base/float128.exp: Detect and handle no mpfr support.
2400
2401 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
2402
2403 PR gdb/24694
2404 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
2405 calls.
2406
2407 2020-12-10 Tom de Vries <tdevries@suse.de>
2408
2409 PR testsuite/26947
2410 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
2411 braces for tcl 8.5 and earlier.
2412
2413 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
2414
2415 PR 26875, PR 26901
2416 * gdb.base/flexible-array-member.c: New test.
2417 * gdb.base/flexible-array-member.exp: New test.
2418
2419 2020-12-08 Tom de Vries <tdevries@suse.de>
2420
2421 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
2422 using is_amd64_regs_target.
2423
2424 2020-12-08 Tom de Vries <tdevries@suse.de>
2425
2426 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
2427 self_id.
2428
2429 2020-12-07 Pedro Alves <pedro@palves.net>
2430
2431 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
2432 'additional_flags' variable.
2433
2434 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2435
2436 * gdb.linespec/explicit.exp: Extend with a test to check completing
2437 '-' after seemingly complete options.
2438
2439 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2440
2441 * gdb.linespec/keywords.exp: Add tests to check positional
2442 flexibility of "-force-condition".
2443
2444 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2445
2446 * gdb.base/bp-cmds-run-with-ex.c: New file.
2447 * gdb.base/bp-cmds-run-with-ex.exp: New file.
2448 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
2449 * gdb.gdb/python-interrupts.exp: Update the call to
2450 'catch_command_errors' with the new argument.
2451 * gdb.gdb/python-selftest.exp: Ditto.
2452
2453 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2454
2455 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
2456 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2457 * gdb.threads/non-stop-fair-events.exp: Likewise.
2458
2459 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2460
2461 * gdb.threads/step-over-exec.exp: New.
2462 * gdb.threads/step-over-exec.c: New.
2463 * gdb.threads/step-over-exec-execd.c: New.
2464 * lib/my-syscalls.S: New.
2465 * lib/my-syscalls.h: New.
2466
2467 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
2468
2469 * lib/dwarf.exp (declare_labels): Use name as text if text is
2470 not provided.
2471
2472 2020-12-04 Tom de Vries <tdevries@suse.de>
2473
2474 PR testsuite/26990
2475 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
2476 are unsupported.
2477
2478 2020-12-04 Tom de Vries <tdevries@suse.de>
2479
2480 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
2481 clause.
2482
2483 2020-12-04 Tom de Vries <tdevries@suse.de>
2484
2485 * gdb.reverse/insn-reverse.exp: Fix count handling.
2486
2487 2020-12-04 Tom de Vries <tdevries@suse.de>
2488
2489 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
2490 __x86_64__.
2491
2492 2020-12-04 Tom de Vries <tdevries@suse.de>
2493
2494 * gdb.reverse/insn-reverse.c (test_nr): New var.
2495 (usage, parse_args): New function.
2496 (main): Call parse_args. Only run test for test_nr.
2497 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
2498 and bail out. Run subtests individually, using an inferior arg
2499 specifying the subtest.
2500
2501 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2502
2503 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
2504
2505 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2506
2507 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
2508 update test to use this.
2509
2510 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2511
2512 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
2513
2514 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2515
2516 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
2517 (do_test): Don't use with_test_prefix.
2518 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
2519 (do_test): Don't use with_test_prefix.
2520 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
2521 (do_test): Don't use with_test_prefix.
2522 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
2523 (do_test): Don't use with_test_prefix.
2524
2525 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2526
2527 * gdb.threads/non-ldr-exit.exp: Fix comment.
2528
2529 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2530
2531 * gdb.xml/maint-xml-dump-03.xml: New file.
2532
2533 2020-11-30 Tom de Vries <tdevries@suse.de>
2534
2535 PR symtab/26905
2536 * gdb.dwarf2/count.exp: Remove kfails.
2537
2538 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2539
2540 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
2541 indices.
2542
2543 2020-11-24 Joel Brobecker <brobecker@adacore.com>
2544
2545 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
2546 the "ptype pck__fp1_range_var" test for the module-2 and pascal
2547 languages. Remove the associated setup_xfail.
2548
2549 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
2550
2551 * lib/gdb.exp (gdb_assert): Show error message on error.
2552
2553 2020-11-23 Tom de Vries <tdevries@suse.de>
2554
2555 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
2556 * gdb.ada/mod_from_name.exp: Same.
2557 * gdb.ada/pckd_arr_ren.exp: Same.
2558
2559 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2560
2561 * gdb.base/template.exp: New.
2562 * gdb.base/template.c: New.
2563
2564 2020-11-22 Gary Benson <gbenson@redhat.com>
2565
2566 PR gdb/26905
2567 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2568 is defined using a DW_AT_count which references another DIE.
2569
2570 2020-11-21 Tom de Vries <tdevries@suse.de>
2571
2572 * gdb.base/vla-ptr.exp: Add XFAIL.
2573
2574 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.fortran/array-slices-bad.exp: New file.
2577 * gdb.fortran/array-slices-bad.f90: New file.
2578 * gdb.fortran/array-slices-sub-slices.exp: New file.
2579 * gdb.fortran/array-slices-sub-slices.f90: New file.
2580 * gdb.fortran/array-slices.exp: Rewrite tests.
2581 * gdb.fortran/array-slices.f90: Rewrite tests.
2582 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2583
2584 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2585
2586 * gdb.base/completion.exp: Add new completion tests.
2587
2588 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2589
2590 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2591 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2592 * gdb.mi/mi-nsintrall.exp: Likewise.
2593 * gdb.mi/mi-nsmoribund.exp: Likewise.
2594 * gdb.mi/mi-nsthrexec.exp: Likewise.
2595 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2596
2597 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2598
2599 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2600 of perror.
2601
2602 2020-11-18 Joseph Myers <joseph@codesourcery.com>
2603
2604 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2605 $arg.exe exists but $arg does not.
2606
2607 2020-11-17 Gary Benson <gbenson@redhat.com>
2608
2609 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2610 __attribute__ ((used)).
2611
2612 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2613
2614 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2615
2616 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2617
2618 * gdb.base/completion.exp: Add new tests.
2619
2620 2020-11-16 Tom Tromey <tromey@adacore.com>
2621
2622 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2623 tests.
2624
2625 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2626
2627 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2628 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2629 (main): Add reference to pck__fp1_var2.
2630 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2631
2632 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2633
2634 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2635
2636 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2637
2638 * gdb.ada/fixed_points.exp: Add ptype tests.
2639 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2640
2641 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2642
2643 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2644
2645 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2646
2647 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2648 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2649 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2650 New files.
2651 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2652
2653 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2654 New files.
2655
2656 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2657
2658 PR cli/26879
2659 * gdb.fortran/completion.exp: New file.
2660 * gdb.fortran/completion.f90: New file.
2661
2662 2020-11-12 Joseph Myers <joseph@codesourcery.com>
2663
2664 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2665 but $arg does not.
2666
2667 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2668
2669 * gdb.fortran/types.exp: Add more tests.
2670
2671 2020-11-12 Tom Tromey <tom@tromey.com>
2672
2673 PR rust/26799:
2674 * gdb.rust/traits.exp: Remove kfails.
2675
2676 2020-11-12 Gary Benson <gbenson@redhat.com>
2677
2678 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2679 statement.
2680
2681 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
2682
2683 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2684 always-inserted" axis.
2685 (do_test): Add breakpoint_always_inserted parameter.
2686
2687 2020-11-10 Tom Tromey <tromey@adacore.com>
2688
2689 * gdb.ada/bias.exp: Update.
2690 * gdb.ada/bias/bias.adb (X): Change value.
2691
2692 2020-11-10 Gary Benson <gbenson@redhat.com>
2693
2694 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2695 regexp fragment in parentheses to prevent false matching.
2696
2697 2020-11-10 Gary Benson <gbenson@redhat.com>
2698
2699 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2700
2701 2020-11-10 Gary Benson <gbenson@redhat.com>
2702
2703 * gdb.cp/step-and-next-inline.exp: Only require
2704 -gstatement-frontiers when building with GCC.
2705 Only setup KFAIL's for GCC issues when using
2706 a GCC-built executable.
2707
2708 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2709
2710 * gdb.base/debug-expr.c: Add extra function to allow for an
2711 additional test.
2712 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2713 to this proc with gdb_test_debug_expr. Add an extra test.
2714 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2715 to this proc with gdb_test_debug_expr, give the tests names
2716 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2717 calls to this proc with gdb_test_debug_expr, give the tests names
2718 * gdb.fortran/debug-expr.exp: New file.
2719 * gdb.fortran/debug-expr.f90: New file.
2720 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2721
2722 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
2723
2724 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2725 proceduresu.
2726 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2727 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2728 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2729 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2730 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2731 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2732 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2733 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2734
2735 2020-11-04 Tom Tromey <tromey@adacore.com>
2736
2737 * gdb.ada/funcall_ref.exp: Update.
2738 * gdb.ada/var_rec_arr.exp: Update.
2739
2740 2020-11-04 Tom Tromey <tromey@adacore.com>
2741
2742 * gdb.ada/rec_ptype.exp: New file.
2743 * gdb.ada/rec_ptype/main.adb: New file.
2744 * gdb.ada/rec_ptype/p.ads: New file.
2745
2746 2020-11-04 Tom Tromey <tromey@adacore.com>
2747
2748 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2749 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2750 (PT_Full): New variable.
2751 * gdb.ada/tick_length_array_enum_idx/pck.adb
2752 (Full_PT): New type.
2753
2754 2020-11-04 Tom Tromey <tromey@adacore.com>
2755
2756 * gdb.ada/array_of_variant.exp: New file.
2757 * gdb.ada/array_of_variant/p.adb: New file.
2758 * gdb.ada/array_of_variant/pck.ads: New file.
2759 * gdb.ada/array_of_variant/pck.adb: New file.
2760
2761 2020-11-04 Tom Tromey <tromey@adacore.com>
2762
2763 * gdb.ada/enum_idx_packed.exp: Add test.
2764 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2765 New variable.
2766 * gdb.ada/enum_idx_packed/pck.ads (Short)
2767 (Multi_Dimension, Multi_Dimension_Access): New types.
2768
2769 2020-11-04 Tom Tromey <tromey@adacore.com>
2770
2771 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2772
2773 2020-11-04 Tom Tromey <tromey@adacore.com>
2774
2775 * gdb.ada/set_pckd_arr_elt.exp: Also test
2776 -fgnat-encodings=minimal. Add tests.
2777 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2778 Call Update_Small a second time.
2779 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2780 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2781 (Variant_Access): New types.
2782 (New_Variant): Declare.
2783
2784 2020-11-04 Tom Tromey <tromey@adacore.com>
2785
2786 * gdb.ada/mod_from_name.exp: Test printing slice.
2787
2788 2020-11-04 Tom Tromey <tromey@adacore.com>
2789
2790 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2791 values.
2792 * gdb.ada/access_to_unbounded_array.exp: Test different
2793 -fgnat-encodings values.
2794 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2795 values.
2796 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2797 values.
2798 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2799 values.
2800 * gdb.ada/array_of_variable_length.exp: Test different
2801 -fgnat-encodings values.
2802 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2803 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2804 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2805 change.
2806 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2807 values.
2808 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2809 * gdb.ada/out_of_line_in_inlined.exp: Test different
2810 -fgnat-encodings values.
2811 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2812 values.
2813 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2814 values.
2815 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2816 -fgnat-encodings values.
2817 * gdb.ada/variant_record_packed_array.exp: Test different
2818 -fgnat-encodings values.
2819
2820 2020-11-04 Tom Tromey <tromey@adacore.com>
2821
2822 * gdb.ada/enum_idx_packed.exp: Add tests.
2823 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2824 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2825 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2826 declarations.
2827
2828 2020-11-03 Tom de Vries <tdevries@suse.de>
2829
2830 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2831 terminator comments.
2832 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2833 terminator.
2834
2835 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2836
2837 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2838 integer format test with regexp.
2839
2840 2020-11-02 Gary Benson <gbenson@redhat.com>
2841
2842 * gdb.base/print-file-var.exp (test): Separate compiler and
2843 linker options, and build using build_executable_from_specs
2844 to accommodate this.
2845
2846 2020-11-02 Gary Benson <gbenson@redhat.com>
2847
2848 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2849 for .c files compiled as C++ with Clang if any shared
2850 libraries are specified.
2851
2852 2020-11-02 Gary Benson <gbenson@redhat.com>
2853
2854 * lib/attributes.h: New header.
2855 * gdb.base/backtrace.c: Include the above. Replace
2856 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2857 * gdb.base/infcall-nested-structs.c: Likewise.
2858 * gdb.base/vla-optimized-out.c: Likewise.
2859
2860 2020-11-02 Tom de Vries <tdevries@suse.de>
2861
2862 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2863
2864 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2865
2866 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2867 System.Min_Int and System.Max_Int with smaller hardcoded
2868 constants.
2869
2870 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2871
2872 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2873 * configure: Re-generate.
2874
2875 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2876
2877 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2878 expected output.
2879
2880 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2881
2882 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2883 behavior.
2884 * gdb.base/paginate-bg-execution.exp: Ditto.
2885 * gdb.base/paginate-inferior-exit.exp: Ditto.
2886 * gdb.base/double-prompt-target-event-error.c: Remove.
2887 * gdb.base/double-prompt-target-event-error.exp: Remove.
2888
2889 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2890
2891 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2892 inferiors' and 'detach inferiors' do not change the current
2893 inferior.
2894
2895 2020-10-29 Tom de Vries <tdevries@suse.de>
2896
2897 * gdb.threads/tls.exp: Fix DUPLICATEs.
2898
2899 2020-10-28 Tom de Vries <tdevries@suse.de>
2900
2901 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2902
2903 2020-10-28 Tom de Vries <tdevries@suse.de>
2904
2905 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2906 * gdb.base/reread.exp: Same.
2907
2908 2020-10-28 Tom de Vries <tdevries@suse.de>
2909
2910 * lib/gdb.exp (readnow): Handle arg.
2911 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2912
2913 2020-10-28 Tom de Vries <tdevries@suse.de>
2914
2915 * gdb.base/relocate.exp: Update regexp for -readnow.
2916
2917 2020-10-28 Tom de Vries <tdevries@suse.de>
2918
2919 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2920 -readnow.
2921
2922 2020-10-28 Tom de Vries <tdevries@suse.de>
2923
2924 PR symtab/26772
2925 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2926 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2927
2928 2020-10-28 Tom de Vries <tdevries@suse.de>
2929
2930 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2931 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2932 complaint during file command for -readnow.
2933
2934 2020-10-28 Tom de Vries <tdevries@suse.de>
2935
2936 * gdb.cp/nsalias.exp: Fix typo in test name.
2937
2938 2020-10-28 Tom de Vries <tdevries@suse.de>
2939
2940 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2941
2942 2020-10-28 Tom de Vries <tdevries@suse.de>
2943
2944 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2945 -readnow.
2946
2947 2020-10-27 Tom de Vries <tdevries@suse.de>
2948
2949 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2950
2951 2020-10-27 Tom de Vries <tdevries@suse.de>
2952
2953 * gdb.base/maint.exp: Update for -readnow.
2954
2955 2020-10-27 Tom de Vries <tdevries@suse.de>
2956
2957 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2958 -readnow.
2959
2960 2020-10-14 Gary Benson <gbenson@redhat.com>
2961
2962 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2963 "_vptr$Base" as correct, in addition to "_vptr.Base".
2964 (test_mixed): Likewise.
2965
2966 2020-10-27 Gary Benson <gbenson@redhat.com>
2967
2968 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2969 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2970
2971 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2972
2973 * gdb.base/condbreak.exp: Update the completion tests to
2974 consider the '-force' flag.
2975
2976 2020-10-27 Tom de Vries <tdevries@suse.de>
2977
2978 * gdb.base/list-ambiguous-readnow.exp: New file.
2979
2980 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2981
2982 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2983 the condition.
2984 * gdb.linespec/cpcompletion.exp: Update to consider the
2985 '-force-condition' keyword.
2986 * gdb.linespec/explicit.exp: Ditto.
2987 * lib/completion-support.exp: Ditto.
2988
2989 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2990
2991 * gdb.base/condbreak-multi-context.cc: New file.
2992 * gdb.base/condbreak-multi-context.exp: New file.
2993
2994 2020-10-26 Tom Tromey <tom@tromey.com>
2995
2996 * lib/mi-support.exp (default_mi_gdb_start): Call
2997 gdb_stdin_log_init.
2998 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2999 subtract one from gdb_instances.
3000 (gdb_stdin_log_write): Flush in_file.
3001
3002 2020-10-26 Tom de Vries <tdevries@suse.de>
3003
3004 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
3005
3006 2020-10-26 Tom Tromey <tromey@adacore.com>
3007
3008 * gdb.ada/unsigned_range/foo.adb: New file.
3009 * gdb.ada/unsigned_range/pack.adb: New file.
3010 * gdb.ada/unsigned_range/pack.ads: New file.
3011 * gdb.ada/unsigned_range.exp: New file.
3012
3013 2020-10-26 Tom de Vries <tdevries@suse.de>
3014
3015 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
3016
3017 2020-10-26 Tom de Vries <tdevries@suse.de>
3018
3019 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
3020 for CU.
3021 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
3022
3023 2020-10-23 Tom de Vries <tdevries@suse.de>
3024
3025 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
3026 DW_FORM_string.
3027 (Dwarf::_default_form): New proc.
3028 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
3029 guessed.
3030
3031 2020-10-23 Tom de Vries <tdevries@suse.de>
3032
3033 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
3034 * gdb.dwarf2/atomic-type.exp: Same.
3035 * gdb.dwarf2/bad-regnum.exp: Same.
3036 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3037 * gdb.dwarf2/dw2-align.exp: Same.
3038 * gdb.dwarf2/dw2-bad-elf.exp: Same.
3039 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3040 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
3041 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
3042 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3043 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
3044 * gdb.dwarf2/enum-type.exp: Same.
3045 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
3046 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3047 * gdb.dwarf2/main-subprogram.exp: Same.
3048 * gdb.dwarf2/missing-type-name.exp: Same.
3049 * gdb.dwarf2/nonvar-access.exp: Same.
3050 * gdb.dwarf2/typedef-void-finish.exp: Same.
3051 * gdb.dwarf2/var-access.exp: Same.
3052 * gdb.dwarf2/void-type.exp: Same.
3053
3054 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
3055
3056 PR gdb/26693
3057 * gdb.dwarf2/template-specification-full-name.exp: New test.
3058
3059 2020-10-22 Luis Machado <luis.machado@linaro.org>
3060
3061 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
3062 expected an offset from the function.
3063 * gdb.base/msym-bp.exp (test): Likewise.
3064
3065 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
3066
3067 * gdb.fortran/array-slices.exp: Add a new test.
3068
3069 2020-10-21 Gary Benson <gbenson@redhat.com>
3070
3071 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
3072 fullname test with Clang. Also expand comments generally.
3073
3074 2020-10-20 Tom de Vries <tdevries@suse.de>
3075
3076 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
3077
3078 2020-10-20 Tom de Vries <tdevries@suse.de>
3079
3080 * gdb.dwarf2/arr-stride.c: Remove.
3081 * gdb.dwarf2/arr-stride.exp: Use main.c.
3082 * gdb.dwarf2/arr-subrange.c: Remove.
3083 * gdb.dwarf2/arr-subrange.exp: Use main.c.
3084 * gdb.dwarf2/bad-regnum.c: Remove.
3085 * gdb.dwarf2/bad-regnum.exp: Use main.c.
3086 * gdb.dwarf2/corrupt.c: Remove.
3087 * gdb.dwarf2/corrupt.exp: Use main.c.
3088 * gdb.dwarf2/dw2-bad-elf.c: Remove.
3089 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
3090 * gdb.dwarf2/dw2-icycle.c: Remove.
3091 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
3092 * gdb.dwarf2/formdata16.c: Remove.
3093 * gdb.dwarf2/formdata16.exp: Use main.c.
3094 * gdb.dwarf2/implptrconst.c: Remove.
3095 * gdb.dwarf2/implptrconst.exp: Use main.c.
3096 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
3097 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
3098 * gdb.dwarf2/opaque-type-lookup.c: Remove.
3099 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
3100
3101 2020-10-20 Tom de Vries <tdevries@suse.de>
3102
3103 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
3104 file.
3105 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
3106
3107 2020-10-20 Tom de Vries <tdevries@suse.de>
3108
3109 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
3110 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
3111 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
3112 * gdb.dwarf2/dw2-ranges-base.exp: Same.
3113 * gdb.dwarf2/dw2-ranges.exp: Same.
3114 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
3115 * gdb.dwarf2/var-access.exp: Same.
3116
3117 2020-10-19 Tom Tromey <tromey@adacore.com>
3118
3119 PR tui/26719
3120 * gdb.tui/list.exp: Check source window contents after focus
3121 change.
3122
3123 2020-10-17 Tom de Vries <tdevries@suse.de>
3124
3125 PR symtab/26317
3126 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
3127
3128 2020-10-17 Tom de Vries <tdevries@suse.de>
3129
3130 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
3131 as suffix.
3132 * gdb.dwarf2/atomic.c: Rename to ...
3133 * gdb.dwarf2/atomic-type.c: ... this.
3134 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
3135 * gdb.dwarf2/dw2-ranges-2.c: ... this.
3136 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
3137 * gdb.dwarf2/dw2-ranges-3.c: ... this.
3138 * gdb.dwarf2/fission-mix2.c: Rename to ...
3139 * gdb.dwarf2/fission-mix-2.c: ... this.
3140 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
3141 standard_testfile.
3142 * gdb.dwarf2/ada-valprint-error.exp: Same.
3143 * gdb.dwarf2/arr-stride.exp: Same.
3144 * gdb.dwarf2/arr-subrange.exp: Same.
3145 * gdb.dwarf2/atomic-type.exp: Same.
3146 * gdb.dwarf2/bad-regnum.exp: Same.
3147 * gdb.dwarf2/break-inline-psymtab.exp: Same.
3148 * gdb.dwarf2/clang-debug-names-2.exp: Same.
3149 * gdb.dwarf2/clang-debug-names.exp: Same.
3150 * gdb.dwarf2/comp-unit-lang.exp: Same.
3151 * gdb.dwarf2/corrupt.exp: Same.
3152 * gdb.dwarf2/count.exp: Same.
3153 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3154 * gdb.dwarf2/data-loc.exp: Same.
3155 * gdb.dwarf2/dw2-align.exp: Same.
3156 * gdb.dwarf2/dw2-bad-elf.exp: Same.
3157 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3158 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
3159 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
3160 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
3161 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3162 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
3163 * gdb.dwarf2/dw2-inline-param.exp: Same.
3164 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3165 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3166 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3167 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3168 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
3169 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
3170 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3171 * gdb.dwarf2/dw2-param-error.exp: Same.
3172 * gdb.dwarf2/dw2-ranges-base.exp: Same.
3173 * gdb.dwarf2/dw2-ranges.exp: Same.
3174 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
3175 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
3176 * gdb.dwarf2/dw4-sig-types.exp: Same.
3177 * gdb.dwarf2/dynarr-ptr.exp: Same.
3178 * gdb.dwarf2/enum-type.exp: Same.
3179 * gdb.dwarf2/fission-mix.exp: Same.
3180 * gdb.dwarf2/formdata16.exp: Same.
3181 * gdb.dwarf2/implptrconst.exp: Same.
3182 * gdb.dwarf2/implptrpiece.exp: Same.
3183 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3184 * gdb.dwarf2/main-subprogram.exp: Same.
3185 * gdb.dwarf2/method-ptr.exp: Same.
3186 * gdb.dwarf2/missing-sig-type.exp: Same.
3187 * gdb.dwarf2/nonvar-access.exp: Same.
3188 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3189 * gdb.dwarf2/shortpiece.exp: Same.
3190 * gdb.dwarf2/staticvirtual.exp: Same.
3191 * gdb.dwarf2/subrange.exp: Same.
3192 * gdb.dwarf2/symtab-producer.exp: Same.
3193 * gdb.dwarf2/typedef-void-finish.exp: Same.
3194 * gdb.dwarf2/var-access.exp: Same.
3195 * gdb.dwarf2/variant.exp: Same.
3196 * gdb.dwarf2/void-type.exp: Same.
3197 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
3198 dw2-ranges-main.c.
3199 * gdb.dwarf2/dw2-ranges-main.c: Remove.
3200
3201 2020-10-16 Tom de Vries <tdevries@suse.de>
3202
3203 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
3204
3205 2020-10-16 Tom de Vries <tdevries@suse.de>
3206
3207 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
3208
3209 2020-10-14 Tom de Vries <tdevries@suse.de>
3210
3211 PR testsuite/26732
3212 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
3213 scenario 2.
3214 * gdb.ada/mi_catch_ex_hand.exp: Same.
3215
3216 2020-10-13 Pedro Alves <pedro@palves.net>
3217
3218 * lib/mi-support.exp (mi_clean_restart): New.
3219 (mi_run_to_main): Delete.
3220 All callers adjust to use mi_clean_restart / mi_runto_main.
3221
3222 2020-10-13 Pedro Alves <pedro@palves.net>
3223
3224 * config/monitor.exp: Use "list -q".
3225 * gdb.arch/gdb1558.exp: Use "break -q".
3226 * gdb.arch/i386-permbkpt.exp: Use "break -q".
3227 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
3228 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
3229 * gdb.base/commands.exp: Use "break -q".
3230 * gdb.base/condbreak.exp: Use "break -q".
3231 * gdb.base/ctf-ptype.exp: Use "list -q".
3232 * gdb.base/define.exp: Use "break -q".
3233 * gdb.base/del.exp: Use "break -q".
3234 * gdb.base/fullname.exp: Use "break -q".
3235 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
3236 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
3237 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
3238 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
3239 "hbreak -q".
3240 * gdb.base/included.exp: Use "list -q".
3241 * gdb.base/label.exp: Use "break -q".
3242 * gdb.base/lineinc.exp: Use "break -q".
3243 * gdb.base/list.exp: Use "list -q".
3244 * gdb.base/macscp.exp: Use "list -q".
3245 * gdb.base/pending.exp: Use "break -q".
3246 * gdb.base/prologue-include.exp: Use "break -q".
3247 * gdb.base/ptype.exp: Use "list -q".
3248 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
3249 * gdb.base/server-del-break.exp: Use "break -q".
3250 * gdb.base/style.exp: Use "break -q".
3251 * gdb.base/symbol-without-target_section.exp: Use "list -q".
3252 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
3253 * gdb.cp/exception.exp: Use "tbreak -q".
3254 * gdb.dwarf2/dw2-error.exp: Use "break -q".
3255 * gdb.dwarf2/fission-mix.exp: Use "break -q".
3256 * gdb.dwarf2/fission-reread.exp: Use "break -q".
3257 * gdb.dwarf2/pr13961.exp: Use "break -q".
3258 * gdb.linespec/explicit.exp: Use "list -q".
3259 * gdb.linespec/linespec.exp: Use "break -q".
3260 * gdb.mi/mi-simplerun.exp: Use "--qualified".
3261 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
3262 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
3263 * gdb.server/connect-without-multi-process.exp: Use "break -q".
3264 * gdb.trace/change-loc.exp: Use "break -q".
3265 * gdb.trace/pending.exp: Use "break -q".
3266 * gdb.tui/basic.exp: Use "list -q".
3267 * gdb.tui/list-before.exp: Use "list -q".
3268 * gdb.tui/list.exp: Use "list -q".
3269 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
3270
3271 2020-10-13 Pedro Alves <pedro@palves.net>
3272
3273 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
3274 saved breakpoints file.
3275 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
3276 inspecting breakpoint list.
3277 * lib/gdb.exp (runto_main): Add "qualified" to options.
3278 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
3279 and handle it.
3280 (mi_runto_main): Pass 1 as qualified argument.
3281
3282 2020-10-13 Pedro Alves <pedro@palves.net>
3283
3284 * lib/mi-support.exp (mi_runto_main): New proc.
3285 (mi_run_to_main): Use it.
3286 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
3287 * gdb.mi/mi-var-cmd.exp: Likewise.
3288 * gdb.mi/mi-var-invalidate.exp: Likewise.
3289 * mi-var-list-children-invalid-grandchild.exp: Likewise.
3290 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3291 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3292 * gdb.mi/user-selected-context-sync.exp: Likewise.
3293 * gdb.opt/inline-cmds.exp: Likewise.
3294 * gdb.python/py-framefilter-mi.exp: Likewise.
3295 * gdb.python/py-mi.exp: Likewise.
3296
3297 2020-10-13 Pedro Alves <pedro@palves.net>
3298
3299 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
3300 "runto main".
3301 * gdb.ada/small_reg_param.exp: Likewise.
3302 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3303 * gdb.base/annota1.exp: Likewise.
3304 * gdb.base/anon.exp: Likewise.
3305 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
3306 * gdb.base/dprintf-non-stop.exp: Likewise.
3307 * gdb.base/dprintf.exp: Likewise.
3308 * gdb.base/gdb11530.exp: Likewise.
3309 * gdb.base/gdb11531.exp: Likewise.
3310 * gdb.base/gnu_vector.exp: Likewise.
3311 * gdb.base/interrupt-noterm.exp: Likewise.
3312 * gdb.base/memattr.exp: Likewise.
3313 * gdb.base/step-over-syscall.exp: Likewise.
3314 * gdb.base/watch-cond-infcall.exp: Likewise.
3315 * gdb.base/watch-read.exp: Likewise.
3316 * gdb.base/watch-vfork.exp: Likewise.
3317 * gdb.base/watch_thread_num.exp: Likewise.
3318 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
3319 * gdb.guile/scm-frame-inline.exp: Likewise.
3320 * gdb.linespec/explicit.exp: Likewise.
3321 * gdb.opt/inline-break.exp: Likewise.
3322 * gdb.python/py-frame-inline.exp: Likewise.
3323 * gdb.reverse/break-precsave.exp: Likewise.
3324 * gdb.reverse/break-reverse.exp: Likewise.
3325 * gdb.reverse/consecutive-precsave.exp: Likewise.
3326 * gdb.reverse/consecutive-reverse.exp: Likewise.
3327 * gdb.reverse/finish-precsave.exp: Likewise.
3328 * gdb.reverse/finish-reverse.exp: Likewise.
3329 * gdb.reverse/fstatat-reverse.exp: Likewise.
3330 * gdb.reverse/getresuid-reverse.exp: Likewise.
3331 * gdb.reverse/i386-precsave.exp: Likewise.
3332 * gdb.reverse/i386-reverse.exp: Likewise.
3333 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3334 * gdb.reverse/i387-env-reverse.exp: Likewise.
3335 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3336 * gdb.reverse/insn-reverse.exp: Likewise.
3337 * gdb.reverse/machinestate-precsave.exp: Likewise.
3338 * gdb.reverse/machinestate.exp: Likewise.
3339 * gdb.reverse/pipe-reverse.exp: Likewise.
3340 * gdb.reverse/readv-reverse.exp: Likewise.
3341 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3342 * gdb.reverse/rerun-prec.exp: Likewise.
3343 * gdb.reverse/s390-mvcle.exp: Likewise.
3344 * gdb.reverse/solib-precsave.exp: Likewise.
3345 * gdb.reverse/solib-reverse.exp: Likewise.
3346 * gdb.reverse/step-precsave.exp: Likewise.
3347 * gdb.reverse/step-reverse.exp: Likewise.
3348 * gdb.reverse/time-reverse.exp: Likewise.
3349 * gdb.reverse/until-precsave.exp: Likewise.
3350 * gdb.reverse/until-reverse.exp: Likewise.
3351 * gdb.reverse/waitpid-reverse.exp: Likewise.
3352 * gdb.reverse/watch-precsave.exp: Likewise.
3353 * gdb.reverse/watch-reverse.exp: Likewise.
3354 * gdb.threads/kill.exp: Likewise.
3355 * gdb.threads/tid-reuse.exp: Likewise.
3356
3357 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3358
3359 PR gdb/26642
3360 * gdb.base/maint-target-async-off.c: New test.
3361 * gdb.base/maint-target-async-off.exp: New test.
3362
3363 2020-10-13 Alan Modra <amodra@gmail.com>
3364
3365 * gdb.arch/powerpc-altivec.s,
3366 * gdb.arch/powerpc-power7.s,
3367 * gdb.arch/powerpc-power8.s,
3368 * gdb.arch/powerpc-power9.s,
3369 * gdb.arch/powerpc-vsx.s,
3370 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
3371 * gdb.arch/powerpc-altivec.exp,
3372 * gdb.arch/powerpc-power7.exp,
3373 * gdb.arch/powerpc-power8.exp,
3374 * gdb.arch/powerpc-power9.exp,
3375 * gdb.arch/powerpc-vsx.exp,
3376 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
3377 disassembly of mfvsrd/mtvsrd.
3378
3379 2020-10-13 Alan Modra <amodra@gmail.com>
3380
3381 * gdb.arch/arm-disassembler-options.exp: Adjust expected
3382 "target architecture" output.
3383 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3384 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3385 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3386 * gdb.arch/s390-disassembler-options.exp: Likewise.
3387
3388 2020-10-12 Pedro Alves <pedro@palves.net>
3389
3390 PR exp/26602
3391 PR c++/26550
3392 * gdb.cp/ambiguous.cc (marker1): Delete.
3393 (main): Initialize all the fields of the locals. Replace marker1
3394 call with a "set breakpoint here" marker.
3395 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
3396 instead of running to marker1. Add tests printing all the
3397 variables and all the fields of the variables.
3398 (test_ambiguous): New proc, expecting the new GDB output when a
3399 field access is ambiguous. Change all "warning: X ambiguous"
3400 tests to use it.
3401
3402 2020-10-12 Gary Benson <gbenson@redhat.com>
3403
3404 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
3405 * gdb.base/msym-bp-2.c (foo): Likewise.
3406 * gdb.base/msym-lang.c (foo): Likewise.
3407 * gdb.base/msym-lang-main.c (foo): Likewise.
3408 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
3409 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
3410 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
3411 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
3412 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
3413 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
3414 * gdb.python/py-objfile.c (static_var): Likewise.
3415 * gdb.python/py-symbol.c (rr): Likewise.
3416 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
3417 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
3418
3419 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
3420
3421 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
3422 output of backtrace.
3423
3424 2020-10-09 Tom Tromey <tromey@adacore.com>
3425
3426 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
3427 (Rec): Add field. Fix range.
3428 * gdb.ada/scalar_storage.exp: Update.
3429
3430 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
3431
3432 PR exp/26714
3433 * gdb.base/printcmds.exp: Add tests for void results.
3434
3435 2020-10-09 Jan Vrany <jan.vrany@labware.com>
3436
3437 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
3438 is emmited for both 'set directories' and 'directory' commands.
3439
3440 2020-10-08 Tom Tromey <tom@tromey.com>
3441
3442 * gdb.base/style.exp: Check that "main"'s name is styled.
3443
3444 2020-10-07 Tom Tromey <tromey@adacore.com>
3445
3446 * gdb.base/find.exp: Rename some tests.
3447
3448 2020-10-06 Gary Benson <gbenson@redhat.com>
3449
3450 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
3451 * gdb.base/list1.c (unused): Likewise.
3452
3453 2020-10-06 Gary Benson <gbenson@redhat.com>
3454
3455 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
3456 __attribute__ ((used)).
3457 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
3458
3459 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
3460
3461 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
3462 make use of regions throughout.
3463 * gdb.base/overlays.exp: Enclose string with variableds in "..",
3464 not {...}.
3465 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
3466
3467 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
3468
3469 * gdb.base/call-sc.c: Fix return struct on stack test case.
3470 * gdb.base/call-sc.exp: Likewise.
3471
3472 2020-10-02 Gary Benson <gbenson@redhat.com>
3473
3474 * README: Fix "paralell".
3475
3476 2020-09-30 Gary Benson <gbenson@redhat.com>
3477
3478 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
3479 Convert directive to lowercase.
3480 (.Labbrev1_begin): Add missing label.
3481 (abbrev code 0x1): Remove DW_AT_stmt_list.
3482 (.Ldie_b): Likewise.
3483
3484 2020-09-27 Tom Tromey <tom@tromey.com>
3485
3486 * gdb.tui/new-layout.exp: Use with_test_prefix.
3487
3488 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
3489
3490 PR python/26586
3491 * gdb.python/python.exp: add test cases for the from_tty
3492 argument to gdb.execute.
3493
3494 2020-09-25 Gary Benson <gbenson@redhat.com>
3495
3496 * gdb.base/infcall-nested-structs.exp.tcl: Add
3497 additional_flags=-Wno-tautological-compare for C++
3498 tests when compiling using Clang.
3499
3500 2020-09-25 Gary Benson <gbenson@redhat.com>
3501
3502 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
3503 for .c files.
3504
3505 2020-09-24 Tom Tromey <tromey@adacore.com>
3506
3507 PR tui/26638:
3508 * gdb.tui/list.exp: Check output of "focus next".
3509
3510 2020-09-23 Tom Tromey <tom@tromey.com>
3511
3512 * gdb.dwarf2/intbits.exp: New file.
3513 * gdb.dwarf2/intbits.c: New file.
3514
3515 2020-09-20 Pedro Alves <pedro@palves.net>
3516
3517 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
3518 spawn_id before calling remote_close. Close secondary MI channel.
3519
3520 2020-09-20 Pedro Alves <pedro@palves.net>
3521
3522 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
3523 fails.
3524
3525 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
3526
3527 * gdb.fortran/array-slices.exp: Update expected results.
3528 * gdb.fortran/class-allocatable-array.exp: Likewise.
3529 * gdb.fortran/multi-dim.exp: Likewise.
3530 * gdb.fortran/vla-type.exp: Likewise.
3531 * gdb.mi/mi-vla-fortran.exp: Likewise.
3532
3533 2020-09-18 Victor Collod <vcollod@nvidia.com>
3534
3535 PR gdb/26635
3536 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
3537 compatible with i386, and move it to...
3538 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
3539 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
3540 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
3541
3542 2020-09-18 Pedro Alves <pedro@palves.net>
3543
3544 PR gdb/26631
3545 * gdb.multi/multi-target-thread-find.exp: New file.
3546
3547 2020-09-18 Pedro Alves <pedro@palves.net>
3548
3549 * gdb.multi/multi-target-continue.exp: New file, factored out from
3550 multi-target.exp.
3551 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
3552 multi-target.exp.
3553 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
3554 multi-target.exp.
3555 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
3556 multi-target.exp.
3557 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
3558 multi-target.exp.
3559 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3560 multi-target.exp.
3561 * gdb.multi/multi-target.exp: Delete.
3562
3563 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * gdb.fortran/array-slices.exp: Add missing message data.
3566
3567 2020-09-17 Pedro Alves <pedro@palves.net>
3568
3569 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3570
3571 2020-09-17 Pedro Alves <pedro@palves.net>
3572
3573 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3574 full prototype.
3575
3576 2020-09-17 Pedro Alves <pedro@palves.net>
3577
3578 * gdb.python/py-as-string.c: Add cast.
3579
3580 2020-09-17 Pedro Alves <pedro@palves.net>
3581
3582 * gdb.base/sizeof.c (fill): Add cast.
3583
3584 2020-09-17 Pedro Alves <pedro@palves.net>
3585
3586 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3587
3588 2020-09-17 Pedro Alves <pedro@palves.net>
3589
3590 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3591 linkage name.
3592 * gdb.base/prologue.exp: Use print /d.
3593 * gdb.base/symbol-alias.exp: Handle C++ output.
3594 * gdb.base/symbol-alias2.c: Handle C++ output.
3595 [__cplusplus] (func): Explicitly specify linkage name.
3596
3597 2020-09-17 Pedro Alves <pedro@palves.net>
3598
3599 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3600 (struct my_key_t): ... this. Adjust all references.
3601 (struct value_t): Rename to ...
3602 (struct my_value_t): ... this. Adjust all references.
3603 (create_map, add_map_element, create_map_map)
3604 (add_map_map_element): Add casts.
3605
3606 2020-09-17 Pedro Alves <pedro@palves.net>
3607
3608 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3609 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3610
3611 2020-09-17 Pedro Alves <pedro@palves.net>
3612
3613 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3614
3615 2020-09-17 Pedro Alves <pedro@palves.net>
3616
3617 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3618 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3619 (charfoo, intfoo): Define full prototype.
3620 * gdb.base/ptype1.c (charfoo): Define full prototype.
3621 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3622 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3623
3624 2020-09-17 Pedro Alves <pedro@palves.net>
3625
3626 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3627 Don't define.
3628 (utf_32_string): Compile for both C and C++.
3629 * gdb.base/charset.exp: Use "print /d".
3630
3631 2020-09-17 Pedro Alves <pedro@palves.net>
3632
3633 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3634 (nullptr): Rename to ...
3635 (null_ptr): ... this.
3636 * gdb.base/watchpoint.exp: Adjust to rename.
3637
3638 2020-09-17 Pedro Alves <pedro@palves.net>
3639
3640 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3641 (three_not_flag): Add casts.
3642
3643 2020-09-17 Pedro Alves <pedro@palves.net>
3644
3645 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3646 char array.
3647 (main): Add references to Barrier, TestStrings, TestStringsH and
3648 TestStringsW.
3649 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3650 and expect a full prototype in C++.
3651
3652 2020-09-17 Pedro Alves <pedro@palves.net>
3653
3654 * gdb.base/nested-addr.c (main): Add cast.
3655 * gdb.base/nested-addr.exp: Use "print /d".
3656
3657 2020-09-17 Pedro Alves <pedro@palves.net>
3658
3659 * gdb.base/break.exp (func): New. Use it throughout when
3660 expecting a function name.
3661
3662 2020-09-17 Pedro Alves <pedro@palves.net>
3663
3664 * gdb.base/display.exp: Issue "set print asm-demangle on".
3665
3666 2020-09-17 Pedro Alves <pedro@palves.net>
3667
3668 * gdb.base/find.c: Include <string.h>.
3669 (init_bufs): Add cast.
3670 * gdb.base/find.exp: Issue "set print asm-demangle on".
3671
3672 2020-09-16 Tom Tromey <tromey@adacore.com>
3673
3674 PR gdb/26598:
3675 * gdb.base/skipcxx.exp: New file.
3676 * gdb.base/skipcxx.cc: New file.
3677
3678 2020-09-16 Tom de Vries <tdevries@suse.de>
3679
3680 PR testsuite/26617
3681 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3682 WITH_DEBUG_SECTIONS is defined.
3683 (xstr, str): New macro.
3684 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3685 to get start and size of _Dmain.
3686 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3687 using additional_flags.
3688
3689 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3690
3691 * gdb.base/bp-cmds-sourced-script.c: New file.
3692 * gdb.base/bp-cmds-sourced-script.exp: New test.
3693 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3694
3695 2020-09-16 Tom de Vries <tdevries@suse.de>
3696
3697 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3698 get the gdb prompt after issuing "monitor exit".
3699
3700 2020-09-16 Tom de Vries <tdevries@suse.de>
3701
3702 PR testsuite/26624
3703 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3704
3705 2020-09-16 Tom de Vries <tdevries@suse.de>
3706
3707 PR testsuite/26618
3708 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3709
3710 2020-09-15 Tom Tromey <tromey@adacore.com>
3711
3712 PR rust/26197:
3713 * lib/rust-support.exp (rust_llvm_version): New proc.
3714 * gdb.rust/simple.exp: Check rust_llvm_version.
3715
3716 2020-09-14 Tom de Vries <tdevries@suse.de>
3717
3718 * gdb.rust/traits.exp: Fix PATH warning.
3719
3720 2020-09-13 Pedro Alves <pedro@palves.net>
3721
3722 * gdb.base/catch-follow-exec.c (main): Add explicit return
3723 statement.
3724 * gdb.base/catch-signal.c (main): Likewise.
3725 * gdb.base/condbreak-call-false.c (main): Likewise.
3726 * gdb.base/consecutive.c (main): Add explicit return
3727 statement and return type.
3728 * gdb.base/cursal.c (main): Add explicit return statement.
3729 * gdb.base/cvexpr.c (main): Likewise.
3730 * gdb.base/display.c (main): Add explicit return statement and
3731 return type.
3732 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3733 * gdb.base/endianity.c (main): Likewise.
3734 * gdb.base/execd-prog.c (main): Likewise.
3735 * gdb.base/gdb1090.c (main): Likewise.
3736 * gdb.base/info_qt.c (main): Likewise.
3737 * gdb.base/lineinc.c (main): Likewise.
3738 * gdb.base/load-command.c (main): Likewise.
3739 * gdb.base/macscp1.c (main): Likewise.
3740 * gdb.base/pr10179-a.c (main): Likewise.
3741 * gdb.base/quit-live.c (main): Likewise.
3742 * gdb.base/scope0.c (main): Likewise.
3743 * gdb.base/settings.c (main): Likewise.
3744 * gdb.base/stack-checking.c (main): Return int.
3745 * gdb.base/varargs.c (main): Add explicit return statement.
3746 * gdb.cp/ambiguous.cc (main): Likewise.
3747 * gdb.cp/anon-struct.cc (main): Likewise.
3748 * gdb.cp/anon-union.cc (main): Likewise.
3749 * gdb.cp/bool.cc (main): Likewise.
3750 * gdb.cp/bs15503.cc (main): Likewise.
3751 * gdb.cp/cplusfuncs.cc (main): Likewise.
3752 * gdb.cp/cttiadd.cc (main): Likewise.
3753 * gdb.cp/extern-c.cc (main): Likewise.
3754 * gdb.cp/filename.cc (main): Likewise.
3755 * gdb.cp/formatted-ref.cc (main): Likewise.
3756 * gdb.cp/mb-ctor.cc (main): Likewise.
3757 * gdb.cp/member-ptr.cc (main): Likewise.
3758 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3759 * gdb.cp/overload-const.cc (main): Likewise.
3760 * gdb.cp/paren-type.cc (main): Likewise.
3761 * gdb.cp/parse-lang.cc (main): Likewise.
3762 * gdb.cp/pr-1023.cc (main): Likewise.
3763 * gdb.cp/psmang1.cc (main): Likewise.
3764 * gdb.cp/readnow-language.cc (main): Likewise.
3765 * gdb.cp/ref-params.cc (main): Likewise.
3766 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3767 * gdb.cp/virtbase2.cc (main): Likewise.
3768 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3769 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3770 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3771 * gdb.mi/mi-console.c (main): Likewise.
3772 * gdb.mi/mi-read-memory.c (main): Likewise.
3773 * gdb.modula2/multidim.c (main): Likewise.
3774 * gdb.opt/inline-small-func.c (main): Likewise.
3775 * gdb.python/py-rbreak.c (main): Likewise.
3776 * gdb.stabs/exclfwd1.c (main): Likewise.
3777 * gdb.trace/qtro.c (main): Likewise.
3778
3779 2020-09-13 Pedro Alves <pedro@palves.net>
3780
3781 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3782 instead of getenv.
3783
3784 2020-09-13 Pedro Alves <pedro@palves.net>
3785
3786 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3787 instead of spawning GDB with remote_spawn.
3788 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3789 gdb_spawn instead of spawning GDB with remote_spawn.
3790
3791 2020-09-13 Pedro Alves <pedro@palves.net>
3792
3793 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3794 file and add calls to first and second.
3795 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3796 add call to f.
3797
3798 2020-09-13 Pedro Alves <pedro@palves.net>
3799
3800 * gdb.mi/mi-break-qualified.cc: New file.
3801 * gdb.mi/mi-break-qualified.exp: New file.
3802 * lib/mi-support.exp (mi_create_breakpoint_multi)
3803 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3804 procedures.
3805 (mi_create_breakpoint_1): New, factored out from
3806 mi_create_breakpoint.
3807
3808 2020-09-13 Pedro Alves <pedro@palves.net>
3809
3810 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3811 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3812 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3813 (register_class): Delete.
3814 (main): Don't call register_class.
3815
3816 2020-09-13 Pedro Alves <pedro@palves.net>
3817
3818 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3819 (do_tests): Remove "calling method for small class" test.
3820 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3821 (register_class): Delete.
3822 (main): Don't call register_class.
3823 * gdb.cp/call-method-register.exp: New file, based on bits removed
3824 from classes.exp.
3825 * gdb.cp/call-method-register.cc: New file, based on bits removed
3826 from classes.cc.
3827
3828 2020-09-13 Pedro Alves <pedro@palves.net>
3829
3830 * gdb.base/msym-bp-2.c: New.
3831 * gdb.base/msym-bp-shl-lib.c: New file.
3832 * gdb.base/msym-bp-shl-main-2.c: New file.
3833 * gdb.base/msym-bp-shl-main.c: New file.
3834 * gdb.base/msym-bp-shl.exp: New file.
3835 * gdb.base/msym-bp.c: New file.
3836 * gdb.base/msym-bp.exp: New file.
3837
3838 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3839
3840 * gdb.base/default.exp: Change $_gdb_major to 11.
3841
3842 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3843 Felix Willgerodt <Felix.Willgerodt@intel.com>
3844
3845 * x86-avx512bf16.c: New file.
3846 * x86-avx512bf16.exp: Likewise.
3847 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3848
3849 2020-09-11 Tom de Vries <tdevries@suse.de>
3850
3851 PR exp/26602
3852 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3853
3854 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3855
3856 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3857
3858 2020-09-10 Alan Modra <amodra@gmail.com>
3859
3860 PR 26597
3861 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3862
3863 2020-09-08 Tom de Vries <tdevries@suse.de>
3864
3865 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3866 after gdb_starti_cmd.
3867
3868 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3869
3870 * lib/fortran.exp (fortran_complex8): New proc.
3871 (fortran_complex16): New proc.
3872 * gdb.fortran/complex.exp: Use routines from fortran.exp
3873 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3874 * gdb.fortran/vla-ptr-info.exp: Likewise.
3875
3876 2020-09-03 Tom de Vries <tdevries@suse.de>
3877
3878 PR breakpoint/26546
3879 * gdb.base/label-without-address.exp: Runto main first.
3880
3881 2020-09-02 Tom Tromey <tromey@adacore.com>
3882
3883 * gdb.ada/mi_var_access.exp: Test children of access variable.
3884 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3885 * gdb.ada/mi_var_array.exp: Update.
3886
3887 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3888
3889 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3890 on docker w/ AUFS storage driver.
3891
3892 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3893
3894 * gdb.base/corefile2.exp (renamed binfile): New tests.
3895
3896 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3897
3898 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3899
3900 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3901
3902 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3903 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3904
3905 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3906
3907 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3908 output, printing a "not saved" value from history and printing a
3909 convenience variable created from a "not saved" value.
3910
3911 2020-08-31 Tom de Vries <tdevries@suse.de>
3912
3913 * gdb.base/eh_return.exp: Use nopie.
3914
3915 2020-08-28 Pedro Alves <pedro@palves.net>
3916
3917 * gdb.base/advance-until-multiple-locations.exp
3918 (advance_overload, until_overload): Adjust to match the
3919 frame/function header instead of the source line text.
3920
3921 2020-08-28 Tom de Vries <tdevries@suse.de>
3922
3923 * gdb.base/label-without-address.c: New test.
3924 * gdb.base/label-without-address.exp: New file.
3925
3926 2020-08-27 Pedro Alves <pedro@palves.net>
3927
3928 PR gdb/26523
3929 PR gdb/26524
3930 * gdb.base/advance-until-multiple-locations.cc: New.
3931 * gdb.base/advance-until-multiple-locations.exp: New.
3932
3933 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3934
3935 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3936
3937 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3938
3939 * gdb.arch/amd64-byte.exp: Make test names unique, use
3940 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3941 * gdb.arch/amd64-dword.exp: Likewise.
3942 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3943 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3944 unique.
3945 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3946 * gdb.arch/amd64-word.exp: Make test names unique, use
3947 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3948 * gdb.arch/i386-byte.exp: Make test names unique, use
3949 gdb_breakpoint.
3950 * gdb.arch/i386-word.exp: Likewise.
3951
3952 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3953
3954 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3955
3956 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3957
3958 PR gdb/26532
3959 * gdb.threads/stepi-random-signal.exp: Update pattern.
3960
3961 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3962
3963 PR gdb/26532
3964 * gdb.base/ui-redirect.exp: Update pattern.
3965
3966 2020-08-25 Gary Benson <gbenson@redhat.com>
3967
3968 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3969 when compiling with clang.
3970 * gdb.dwarf2/dw2-restore.exp: Likewise.
3971
3972 2020-08-25 Gary Benson <gbenson@redhat.com>
3973
3974 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3975 Add additional_flags=-Wno-inaccessible-base when compiling
3976 with GCC >= 10.1 or clang. Add additional_flags=-w when
3977 compiling with GCC < 10.
3978
3979 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3980
3981 PR m2/26372
3982 * gdb.modula2/multidim.c: New file.
3983 * gdb.modula2/multidim.exp: New file.
3984
3985 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3986
3987 * lib/gdb.exp (runto): Always emit fail on internal error.
3988
3989 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3990
3991 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3992 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3993 Likewise.
3994 * gdb.threads/stepi-random-signal.exp: Likewise.
3995
3996 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3997
3998 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3999 * gdb.trace/strace.exp: Ditto.
4000
4001 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4002
4003 * gdb.fortran/vla-type.exp: Skip commands not required for
4004 the Flang compiled binaries after prologue fix.
4005
4006 2020-08-17 Tom de Vries <tdevries@suse.de>
4007 Tom Tromey <tromey@adacore.com>
4008
4009 PR rust/26197:
4010 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
4011
4012 2020-08-17 Tom Tromey <tromey@adacore.com>
4013
4014 * gdb.ada/mi_var_access.exp: New file.
4015 * gdb.ada/mi_var_access/mi_access.adb: New file.
4016 * gdb.ada/mi_var_access/pck.adb: New file.
4017 * gdb.ada/mi_var_access/pck.ads: New file.
4018
4019 2020-08-16 Tom de Vries <tdevries@suse.de>
4020
4021 PR gdb/25350
4022 * gdb.base/eh_return.c: New test.
4023 * gdb.base/eh_return.exp: New file.
4024
4025 2020-08-15 Tom de Vries <tdevries@suse.de>
4026
4027 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
4028 (mixed_func_1d_): Use fortran_charlen_t in decl.
4029
4030 2020-08-15 Tom de Vries <tdevries@suse.de>
4031
4032 PR backtrace/26390
4033 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
4034 Update expected pattern.
4035
4036 2020-08-13 Pedro Alves <pedro@palves.net>
4037
4038 * gdb.fortran/complex.exp: Check skip_fortran_tests.
4039 * gdb.fortran/library-module.exp: Likewise.
4040 * gdb.fortran/logical.exp: Likewise.
4041 * gdb.fortran/module.exp: Likewise.
4042 * gdb.fortran/print_type.exp: Likewise.
4043 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4044 * gdb.fortran/vla-datatypes.exp: Likewise.
4045 * gdb.fortran/vla-history.exp: Likewise.
4046 * gdb.fortran/vla-ptr-info.exp: Likewise.
4047 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4048 * gdb.fortran/vla-ptype.exp: Likewise.
4049 * gdb.fortran/vla-sizeof.exp: Likewise.
4050 * gdb.fortran/vla-type.exp: Likewise.
4051 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4052 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4053 * gdb.fortran/vla-value-sub.exp: Likewise.
4054 * gdb.fortran/vla-value.exp: Likewise.
4055
4056 2020-08-13 Pedro Alves <pedro@palves.net>
4057
4058 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
4059 * gdb.ada/access_to_packed_array.exp: Likewise.
4060 * gdb.ada/access_to_unbounded_array.exp: Likewise.
4061 * gdb.ada/addr_arith.exp: Likewise.
4062 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
4063 * gdb.ada/arr_arr.exp: Likewise.
4064 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
4065 * gdb.ada/array_bounds.exp: Likewise.
4066 * gdb.ada/array_of_variable_length.exp: Likewise.
4067 * gdb.ada/array_ptr_renaming.exp: Likewise.
4068 * gdb.ada/array_subscript_addr.exp: Likewise.
4069 * gdb.ada/arraydim.exp: Likewise.
4070 * gdb.ada/arrayparam.exp: Likewise.
4071 * gdb.ada/arrayptr.exp: Likewise.
4072 * gdb.ada/assign_1.exp: Likewise.
4073 * gdb.ada/assign_arr.exp: Likewise.
4074 * gdb.ada/atomic_enum.exp: Likewise.
4075 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4076 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
4077 * gdb.ada/bias.exp: Likewise.
4078 * gdb.ada/boolean_expr.exp: Likewise.
4079 * gdb.ada/bp_c_mixed_case.exp: Likewise.
4080 * gdb.ada/bp_enum_homonym.exp: Likewise.
4081 * gdb.ada/bp_inlined_func.exp: Likewise.
4082 * gdb.ada/bp_on_var.exp: Likewise.
4083 * gdb.ada/bp_range_type.exp: Likewise.
4084 * gdb.ada/bp_reset.exp: Likewise.
4085 * gdb.ada/call_pn.exp: Likewise.
4086 * gdb.ada/catch_assert_if.exp: Likewise.
4087 * gdb.ada/catch_ex.exp: Likewise.
4088 * gdb.ada/catch_ex_std.exp: Likewise.
4089 * gdb.ada/char_enum.exp: Likewise.
4090 * gdb.ada/char_param.exp: Likewise.
4091 * gdb.ada/complete.exp: Likewise.
4092 * gdb.ada/cond_lang.exp: Likewise.
4093 * gdb.ada/convvar_comp.exp: Likewise.
4094 * gdb.ada/dgopt.exp: Likewise.
4095 * gdb.ada/disc_arr_bound.exp: Likewise.
4096 * gdb.ada/display_nested.exp: Likewise.
4097 * gdb.ada/dot_all.exp: Likewise.
4098 * gdb.ada/dyn_loc.exp: Likewise.
4099 * gdb.ada/dyn_stride.exp: Likewise.
4100 * gdb.ada/excep_handle.exp: Likewise.
4101 * gdb.ada/expr_delims.exp: Likewise.
4102 * gdb.ada/expr_with_funcall.exp: Likewise.
4103 * gdb.ada/exprs.exp: Likewise.
4104 * gdb.ada/fin_fun_out.exp: Likewise.
4105 * gdb.ada/fixed_cmp.exp: Likewise.
4106 * gdb.ada/formatted_ref.exp: Likewise.
4107 * gdb.ada/frame_arg_lang.exp: Likewise.
4108 * gdb.ada/frame_args.exp: Likewise.
4109 * gdb.ada/fullname_bp.exp: Likewise.
4110 * gdb.ada/fun_addr.exp: Likewise.
4111 * gdb.ada/fun_in_declare.exp: Likewise.
4112 * gdb.ada/fun_overload_menu.exp: Likewise.
4113 * gdb.ada/fun_renaming.exp: Likewise.
4114 * gdb.ada/funcall_char.exp: Likewise.
4115 * gdb.ada/funcall_param.exp: Likewise.
4116 * gdb.ada/funcall_ptr.exp: Likewise.
4117 * gdb.ada/funcall_ref.exp: Likewise.
4118 * gdb.ada/homonym.exp: Likewise.
4119 * gdb.ada/info_addr_mixed_case.exp: Likewise.
4120 * gdb.ada/info_auto_lang.exp: Likewise.
4121 * gdb.ada/info_exc.exp: Likewise.
4122 * gdb.ada/info_types.exp: Likewise.
4123 * gdb.ada/int_deref.exp: Likewise.
4124 * gdb.ada/interface.exp: Likewise.
4125 * gdb.ada/iwide.exp: Likewise.
4126 * gdb.ada/lang_switch.exp: Likewise.
4127 * gdb.ada/length_cond.exp: Likewise.
4128 * gdb.ada/maint_with_ada.exp: Likewise.
4129 * gdb.ada/mi_catch_assert.exp: Likewise.
4130 * gdb.ada/mi_catch_ex.exp: Likewise.
4131 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
4132 * gdb.ada/mi_dyn_arr.exp: Likewise.
4133 * gdb.ada/mi_ex_cond.exp: Likewise.
4134 * gdb.ada/mi_exc_info.exp: Likewise.
4135 * gdb.ada/mi_interface.exp: Likewise.
4136 * gdb.ada/mi_prot.exp: Likewise.
4137 * gdb.ada/mi_ref_changeable.exp: Likewise.
4138 * gdb.ada/mi_string_access.exp: Likewise.
4139 * gdb.ada/mi_task_arg.exp: Likewise.
4140 * gdb.ada/mi_task_info.exp: Likewise.
4141 * gdb.ada/mi_var_array.exp: Likewise.
4142 * gdb.ada/mi_var_union.exp: Likewise.
4143 * gdb.ada/mi_variant.exp: Likewise.
4144 * gdb.ada/minsyms.exp: Likewise.
4145 * gdb.ada/mod_from_name.exp: Likewise.
4146 * gdb.ada/nested.exp: Likewise.
4147 * gdb.ada/null_array.exp: Likewise.
4148 * gdb.ada/optim_drec.exp: Likewise.
4149 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
4150 * gdb.ada/packed_array_assign.exp: Likewise.
4151 * gdb.ada/packed_tagged.exp: Likewise.
4152 * gdb.ada/pp-rec-component.exp: Likewise.
4153 * gdb.ada/print_chars.exp: Likewise.
4154 * gdb.ada/print_pc.exp: Likewise.
4155 * gdb.ada/ptr_typedef.exp: Likewise.
4156 * gdb.ada/ptype_arith_binop.exp: Likewise.
4157 * gdb.ada/ptype_array.exp: Likewise.
4158 * gdb.ada/ptype_field.exp: Likewise.
4159 * gdb.ada/ptype_tagged_param.exp: Likewise.
4160 * gdb.ada/ptype_union.exp: Likewise.
4161 * gdb.ada/py_range.exp: Likewise.
4162 * gdb.ada/py_taft.exp: Likewise.
4163 * gdb.ada/rdv_wait.exp: Likewise.
4164 * gdb.ada/rec_comp.exp: Likewise.
4165 * gdb.ada/rec_return.exp: Likewise.
4166 * gdb.ada/ref_param.exp: Likewise.
4167 * gdb.ada/ref_tick_size.exp: Likewise.
4168 * gdb.ada/rename_subscript_param.exp: Likewise.
4169 * gdb.ada/repeat_dyn.exp: Likewise.
4170 * gdb.ada/same_component_name.exp: Likewise.
4171 * gdb.ada/same_enum.exp: Likewise.
4172 * gdb.ada/scalar_storage.exp: Likewise.
4173 * gdb.ada/set_wstr.exp: Likewise.
4174 * gdb.ada/small_reg_param.exp: Likewise.
4175 * gdb.ada/str_binop_equal.exp: Likewise.
4176 * gdb.ada/str_ref_cmp.exp: Likewise.
4177 * gdb.ada/str_uninit.exp: Likewise.
4178 * gdb.ada/sub_variant.exp: Likewise.
4179 * gdb.ada/sym_print_name.exp: Likewise.
4180 * gdb.ada/taft_type.exp: Likewise.
4181 * gdb.ada/tagged.exp: Likewise.
4182 * gdb.ada/tagged_access.exp: Likewise.
4183 * gdb.ada/task_bp.exp: Likewise.
4184 * gdb.ada/task_switch_in_core.exp: Likewise.
4185 * gdb.ada/tasks.exp: Likewise.
4186 * gdb.ada/tick_last_segv.exp: Likewise.
4187 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
4188 * gdb.ada/type_coercion.exp: Likewise.
4189 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4190 * gdb.ada/unchecked_union.exp: Likewise.
4191 * gdb.ada/uninitialized_vars.exp: Likewise.
4192 * gdb.ada/var_arr_attrs.exp: Likewise.
4193 * gdb.ada/var_arr_typedef.exp: Likewise.
4194 * gdb.ada/var_rec_arr.exp: Likewise.
4195 * gdb.ada/variant-record.exp: Likewise.
4196 * gdb.ada/variant.exp: Likewise.
4197 * gdb.ada/variant_record_packed_array.exp: Likewise.
4198 * gdb.ada/varsize_limit.exp: Likewise.
4199 * gdb.ada/whatis_array_val.exp: Likewise.
4200 * gdb.ada/widewide.exp: Likewise.
4201 * gdb.ada/win_fu_syms.exp: Likewise.
4202
4203 2020-08-12 Gary Benson <gbenson@redhat.com>
4204
4205 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
4206
4207 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
4208
4209 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
4210 unset the array variable.
4211
4212 2020-08-03 Tom de Vries <tdevries@suse.de>
4213
4214 PR symtab/26333
4215 * lib/dwarf.exp (DW_LNE_user): New proc.
4216 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
4217 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
4218
4219 2020-07-31 Kevin Buettner <kevinb@redhat.com>
4220
4221 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
4222 to 'uintptr_t'
4223 (inttypes.h): Include.
4224
4225 2020-07-31 Kevin Buettner <kevinb@redhat.com>
4226
4227 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
4228 (C5_24k): Delete.
4229 (C5_8k, C5_64k, C5_256k): New macros.
4230 (buf_ro): Allocate 256 KiB of initialized data.
4231
4232 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4233
4234 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
4235 that attempt to overwrite an existing condition with a condition
4236 that fails parsing and also with a condition that parses fine
4237 but contains junk at the end.
4238
4239 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4240
4241 * gdb.base/condbreak-bad.c: New test.
4242 * gdb.base/condbreak-bad.exp: New file.
4243
4244 2020-07-30 Tom de Vries <tdevries@suse.de>
4245
4246 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
4247 out of ...
4248 (GDBInfoModuleSymbols::check_entry): ... here.
4249 (GDBInfoModuleSymbols::check_optional_entry): New proc.
4250 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
4251 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
4252
4253 2020-07-30 Tom de Vries <tdevries@suse.de>
4254
4255 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
4256 "__class_some_module_Number_t" optional.
4257
4258 2020-07-29 Tom de Vries <tdevries@suse.de>
4259
4260 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
4261 multiple locations.
4262
4263 2020-07-29 Tom de Vries <tdevries@suse.de>
4264
4265 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
4266 rather than function name.
4267
4268 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4269
4270 PR symtab/26270:
4271 * gdb.cp/disasm-func-name.cc: New file.
4272 * gdb.cp/disasm-func-name.exp: New file.
4273
4274 2020-07-28 Tom Tromey <tromey@adacore.com>
4275
4276 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
4277 'varval' location.
4278
4279 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4280
4281 * gdb.python/py-unwind.py: Update to make use of a register
4282 descriptor.
4283
4284 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4285
4286 * gdb.python/py-arch-reg-names.exp: Add additional tests.
4287
4288 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
4289
4290 PR fortran/23051
4291 PR fortran/26139
4292 * gdb.fortran/class-allocatable-array.exp: New file.
4293 * gdb.fortran/class-allocatable-array.f90: New file.
4294 * gdb.fortran/pointer-to-pointer.exp: New file.
4295 * gdb.fortran/pointer-to-pointer.f90: New file.
4296
4297 2020-07-25 Tom de Vries <tdevries@suse.de>
4298
4299 PR symtab/26243
4300 * gdb.dwarf2/dw2-line-number-zero.c: New test.
4301 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
4302
4303 2020-07-24 Tom de Vries <tdevries@suse.de>
4304
4305 PR testsuite/26293
4306 * gdb.ada/mi_prot.exp: Require gnatmake-8.
4307
4308 2020-07-23 Pedro Alves <pedro@palves.net>
4309
4310 * gdb.server/server-kill.exp (prepare): New, factored out from the
4311 top level.
4312 (kill_server): New.
4313 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
4314 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
4315
4316 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
4317
4318 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
4319
4320 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
4321
4322 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
4323 Initialize to empty string at top level.
4324 (gdb_wrapper_init): Revert check for file existence on build.
4325 Build the wrapper in its default place, not a build-specific
4326 location. When host == build, make the pathname absolute.
4327 (gdb_compile): Delete leftover declaration of
4328 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
4329 string instead of uninitialized.
4330
4331 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4332
4333 * gdb.base/corefile2.exp: New file.
4334 * gdb.base/coremaker2.exp: New file.
4335
4336 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4337
4338 * gdb.base/coredump-filter.exp: Add second
4339 non-Private-Shared-Anon-File test.
4340 (test_disasm): Rename binfile for test which is expected
4341 to fail.
4342
4343 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4344
4345 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
4346 data in core file".
4347 * gdb.base/coremaker.c (buf2ro): New global.
4348 (mmapdata): Add a read-only mmap mapping.
4349
4350 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4351
4352 PR corefiles/25631
4353 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
4354 New test.
4355 * gdb.base/coremaker.c (buf3): New global.
4356 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
4357 flags.
4358
4359 2020-07-22 Kevin Buettner <kevinb@redhat.com>
4360
4361 * gdb.base/coremaker.c (filler_ro): New global constant.
4362
4363 2020-07-22 Tom Tromey <tromey@adacore.com>
4364
4365 * gdb.ada/mi_prot.exp: New file.
4366 * gdb.ada/mi_prot/pkg.adb: New file.
4367 * gdb.ada/mi_prot/pkg.ads: New file.
4368 * gdb.ada/mi_prot/prot.adb: New file.
4369
4370 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4371
4372 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
4373 loads two JITers.
4374
4375 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4376
4377 * gdb.python/py-arch-reg-groups.exp: Additional tests.
4378
4379 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4380
4381 * gdb.python/py-arch-reg-names.exp: Additional tests.
4382
4383 2020-07-21 Tom de Vries <tdevries@suse.de>
4384
4385 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
4386 breakpoint locations".
4387 * gdb.reverse/solib-reverse.exp: Same.
4388
4389 2020-07-21 Tom de Vries <tdevries@suse.de>
4390
4391 * gdb.reverse/step-reverse.c (callee): Merge statements.
4392
4393 2020-07-21 Tom de Vries <tdevries@suse.de>
4394
4395 * gdb.fortran/info-modules.exp (info module variables): Allow missing
4396 line numbers for some variables.
4397
4398 2020-07-21 Tom de Vries <tdevries@suse.de>
4399
4400 * gdb.opt/inline-locals.c (init_array): New func.
4401 (func1): Use init_array.
4402 * gdb.opt/inline-locals.exp: Update pattern.
4403
4404 2020-07-21 Tom de Vries <tdevries@suse.de>
4405
4406 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
4407 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
4408
4409 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4410
4411 * gdb.guile/source2.scm: Add #f first argument to 'format'.
4412 * gdb.guile/types-module.exp: Remove "ERROR:" from
4413 regexps since Guile 3.0 no longer prints that.
4414
4415 2020-07-20 Ludovic Courtès <ludo@gnu.org>
4416
4417 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
4418 error regexp to match on Guile 2.2.
4419
4420 2020-07-20 Gary Benson <gbenson@redhat.com>
4421
4422 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
4423 with clang.
4424
4425 2020-07-20 Tom de Vries <tdevries@suse.de>
4426
4427 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
4428 (omp_set_lock_in_order): New function.
4429 (single_scope, multi_scope, nested_func, nested_parallel): Use
4430 omp_set_lock_in_order and omp_unset_lock.
4431 (main): Init and destroy lock and lock2.
4432
4433 2020-07-20 Tom de Vries <tdevries@suse.de>
4434
4435 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
4436
4437 2020-07-20 Tom de Vries <tdevries@suse.de>
4438
4439 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
4440
4441 2020-07-17 Tom de Vries <tdevries@suse.de>
4442
4443 * gdb.base/valgrind-infcall-2.c: New test.
4444 * gdb.base/valgrind-infcall-2.exp: New file.
4445 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
4446
4447 2020-07-17 Tom de Vries <tdevries@suse.de>
4448
4449 * gdb.dlang/circular.c (found): Use found_label as label name.
4450 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
4451 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
4452 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
4453 * gdb.dwarf2/ada-linkage-name.exp: Same.
4454 * gdb.dwarf2/arr-subrange.exp: Same.
4455 * gdb.dwarf2/atomic-type.exp: Same.
4456 * gdb.dwarf2/comp-unit-lang.exp: Same.
4457 * gdb.dwarf2/cpp-linkage-name.exp: Same.
4458 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
4459 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
4460 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
4461 * gdb.dwarf2/implptr-64bit.exp: Same.
4462 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4463 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4464 * gdb.dwarf2/imported-unit.exp: Same.
4465 * gdb.dwarf2/main-subprogram.exp: Same.
4466 * gdb.dwarf2/missing-type-name.exp: Same.
4467 * gdb.dwarf2/nonvar-access.exp: Same.
4468 * gdb.dwarf2/struct-with-sig.exp: Same.
4469 * gdb.dwarf2/typedef-void-finish.exp: Same.
4470 * gdb.dwarf2/void-type.exp: Same.
4471
4472 2020-07-17 Tom de Vries <tdevries@suse.de>
4473
4474 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
4475 src parameter.
4476 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
4477 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
4478 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4479 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
4480 * gdb.dwarf2/dwz.exp: Same.
4481 * gdb.dwarf2/implptr-optimized-out.exp: Same.
4482 * gdb.dwarf2/implref-array.exp: Same.
4483 * gdb.dwarf2/implref-const.exp: Same.
4484 * gdb.dwarf2/implref-global.exp: Same.
4485 * gdb.dwarf2/implref-struct.exp: Same.
4486 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
4487 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4488 * gdb.dwarf2/var-access.exp: Same.
4489 * gdb.dwarf2/varval.exp: Same.
4490 * gdb.trace/entry-values.exp: Same.
4491
4492 2020-07-17 Tom de Vries <tdevries@suse.de>
4493
4494 * lib/dwarf.exp (Dwarf::extern): Remove.
4495 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
4496 * gdb.dlang/circular.exp: Same.
4497 * gdb.dwarf2/comp-unit-lang.exp: Same.
4498 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4499 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
4500 * gdb.dwarf2/dwz.exp: Same.
4501 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4502 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4503 * gdb.dwarf2/imported-unit.exp: Same.
4504 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4505
4506 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
4507
4508 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
4509 Use double quotes instead of single quotes.
4510
4511 2020-07-16 Caroline Tice <cmtice@google.com>
4512
4513 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
4514 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
4515
4516 2020-07-16 Tom de Vries <tdevries@suse.de>
4517
4518 * lib/dwarf.exp (program): Initialize _line.
4519 (DW_LNE_end_sequence): Reinitialize _line.
4520 (DW_LNS_advance_line): Update _line.
4521 (line): New proc.
4522 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
4523 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
4524 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
4525 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
4526 * gdb.dwarf2/dw2-is-stmt.exp: Same.
4527 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4528
4529 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4530
4531 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4532 generic.
4533
4534 2020-07-15 Tom de Vries <tdevries@suse.de>
4535
4536 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4537 is_amd64_regs_target.
4538
4539 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4540
4541 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4542 * gdb.fortran/ptype-on-functions.f90: Likewise.
4543
4544 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
4545
4546 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
4547 values in documentation for addr_size to 4 and 8.
4548
4549 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
4550
4551 * gdb.arch/amd64-osabi.exp: Update.
4552 * gdb.arch/arm-disassembler-options.exp: Update.
4553 * gdb.arch/powerpc-disassembler-options.exp: Update.
4554 * gdb.arch/ppc64-symtab-cordic.exp: Update.
4555 * gdb.arch/s390-disassembler-options.exp: Update.
4556 * gdb.base/all-architectures.exp.tcl: Update.
4557 * gdb.base/attach-pie-noexec.exp: Update.
4558 * gdb.base/catch-syscall.exp: Update.
4559 * gdb.xml/tdesc-arch.exp: Update.
4560
4561 2020-07-14 Tom de Vries <tdevries@suse.de>
4562
4563 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4564 (local_gettid): ... this.
4565 (fn): Update.
4566
4567 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4568
4569 * gdb.base/info_sources.exp: Skip directory match tests on
4570 remote hosts.
4571
4572 2020-07-13 Gary Benson <gbenson@redhat.com>
4573
4574 * gdb.base/savedregs.exp (caller): Use parentheses to
4575 make expected expression evaluation ordering explicit.
4576
4577 2020-07-13 Gary Benson <gbenson@redhat.com>
4578
4579 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4580
4581 2020-07-13 Gary Benson <gbenson@redhat.com>
4582
4583 * gdb.base/bigcore.c (main): Use a volatile pointer when
4584 attempting to trigger a SIGSEGV.
4585 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4586 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4587 * gdb.base/savedregs.c (thrower): Likewise.
4588 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4589
4590 2020-07-13 Gary Benson <gbenson@redhat.com>
4591
4592 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4593 defining and using VLA structure fields into...
4594 * gdb.base/vla-struct-fields.c: New file.
4595 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4596 tests into...
4597 * gdb.base/vla-struct-fields.exp: New file.
4598
4599 2020-07-13 Tom de Vries <tdevries@suse.de>
4600
4601 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4602 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4603 * gdb.base/gold-gdb-index.exp: Same.
4604 * gdb.base/morestack.exp: Same.
4605
4606 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4607
4608 PR rust/26121
4609 * gdb.rust/modules.rs: Prevent linker from discarding test
4610 symbol.
4611
4612 2020-07-10 Pedro Alves <pedro@palves.net>
4613
4614 PR gdb/26199
4615 * gdb.multi/multi-target.c (exit_thread): New.
4616 (thread_start): Break loop if EXIT_THREAD.
4617 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4618 (top level) Call test_no_resumed.
4619
4620 2020-07-08 Tom Tromey <tromey@adacore.com>
4621
4622 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4623 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4624
4625 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4626
4627 PR python/22748
4628 * gdb.opt/inline-frame-tailcall.c: New file.
4629 * gdb.opt/inline-frame-tailcall.exp: New file.
4630 * gdb.python/py-unwind-inline.c: New file.
4631 * gdb.python/py-unwind-inline.exp: New file.
4632 * gdb.python/py-unwind-inline.py: New file.
4633
4634 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4635
4636 * gdb.python/py-arch-reg-groups.exp: New file.
4637
4638 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4639
4640 * gdb.python/py-arch-reg-names.exp: New file.
4641
4642 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4643
4644 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4645 gdb.PendingFrame.architecture method.
4646
4647 2020-07-06 Tom de Vries <tdevries@suse.de>
4648
4649 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4650
4651 2020-07-03 Pedro Alves <palves@redhat.com>
4652
4653 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4654 explicitly write negative numbers.
4655 * gdb.base/structs2.exp: Adjust expected output.
4656
4657 2020-07-03 Pedro Alves <palves@redhat.com>
4658
4659 * gdb.base/charset.c (init_string): Change all char parameters to
4660 unsigned char parameters.
4661
4662 2020-07-03 Pedro Alves <palves@redhat.com>
4663
4664 * gdb.base/call-sc.exp (start_scalars_test): Use
4665 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4666 * gdb.base/overlays.c: Remove references to PARAMS.
4667 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4668 * gdb.base/reread.exp: Don't set 'prototypes' global.
4669 * gdb.base/structs.exp (start_structs_test): Use
4670 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4671 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4672 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4673 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4674 call.
4675 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4676
4677 2020-07-03 Pedro Alves <palves@redhat.com>
4678
4679 * gdb.base/m32rovly.c: Delete.
4680 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4681
4682 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4683
4684 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4685 of gdb_py_test_multiple.
4686 * gdb.python/py-cmd.exp: Likewise.
4687 * gdb.python/py-events.exp: Likewise.
4688 * gdb.python/py-function.exp: Likewise.
4689 * gdb.python/py-inferior.exp: Likewise.
4690 * gdb.python/py-infthread.exp: Likewise.
4691 * gdb.python/py-linetable.exp: Likewise.
4692 * gdb.python/py-parameter.exp: Likewise.
4693 * gdb.python/py-value.exp: Likewise.
4694
4695 2020-06-30 Tom de Vries <tdevries@suse.de>
4696
4697 PR testsuite/26175
4698 * lib/future.exp (gdb_default_target_compile): Detect and handle
4699 early_flags.
4700
4701 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
4702
4703 * boards/simavr.exp (gdb_load): Catch errors when closing
4704 previous connection. Close connection, wait for process and
4705 unset simavr_spawn_id on failure.
4706
4707 2020-06-29 Tom de Vries <tdevries@suse.de>
4708
4709 * lib/gdb.exp (unknown): Make test-case unresolved.
4710
4711 2020-06-29 Tom de Vries <tdevries@suse.de>
4712
4713 PR gdb/25475
4714 * gdb.server/solib-list.exp: Verify that the symbol reload
4715 confirmation question is asked.
4716
4717 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4718
4719 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4720 have a input seq nr in each pass message.
4721 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
4722 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4723 * gdb.python/python.exp: Make test names unique,
4724 use gdb_test_multiline instead of gdb_py_test_multiple,
4725 use $gdb_test_name.
4726 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4727
4728 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
4729
4730 * configure.ac: Add --enable-libctf.
4731 * aclocal.m4: sinclude ../config/enable.m4.
4732 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4733 * lib/gdb.exp (skip_ctf_tests): Use it.
4734 * gdb.base/ctf-constvars.exp: Error message tweak.
4735 * gdb.base/ctf-ptype.exp: Likewise.
4736 * configure: Regenerate.
4737
4738 2020-06-26 Gary Benson <gbenson@redhat.com>
4739
4740 * gdb.cp/try_catch.cc: Include string.h.
4741 (main): Replace comparison against string literal with
4742 strcmp, avoiding build failure with -Wstring-compare.
4743 Add "marker test-complete".
4744 * gdb.cp/try_catch.exp: Run the test to the above marker,
4745 then verify that the value of "test" is still true.
4746
4747 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4748
4749 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4750
4751 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4752
4753 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4754
4755 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4756
4757 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4758 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4759 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4760 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4761 * gdb.arch/riscv-tdesc-loading.exp: New file.
4762
4763 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4764
4765 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4766
4767 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4768
4769 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4770 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4771 * gdb.arch/riscv-tdesc-regs.c: New file.
4772 * gdb.arch/riscv-tdesc-regs.exp: New file.
4773
4774 2020-06-24 Pedro Alves <palves@redhat.com>
4775
4776 * gdb.arch/amd64-entry-value-paramref.exp: Use
4777 prepare_for_testing_full and don't pass "c++" for the .S file
4778 build spec.
4779 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4780 $options, since it's an assembly file. Remove -Wno-deprecated.
4781 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4782 compiling C++ programs.
4783
4784 2020-06-24 Pedro Alves <palves@redhat.com>
4785
4786 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4787 Clang, add "-Wno-unknown-warning-option" to the options.
4788
4789 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4790
4791 * gdb.xml/tdesc-reload.c: New file.
4792 * gdb.xml/tdesc-reload.exp: New file.
4793 * gdb.xml/maint-xml-dump-01.xml: New file.
4794 * gdb.xml/maint-xml-dump-02.xml: New file.
4795 * gdb.xml/maint-xml-dump.exp: New file.
4796
4797 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4798
4799 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4800 Adjust for omitted commands when TUI is disabled.
4801
4802 2020-06-23 Gary Benson <gbenson@redhat.com>
4803 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4806 * gdb.cp/nsimport.cc: Likewise.
4807 * gdb.cp/nsnested.cc: Likewise.
4808 * gdb.cp/nsnoimports.cc: Likewise.
4809 * gdb.cp/nsusing.cc: Likewise.
4810 * gdb.cp/smartp.cc: Likewise.
4811 * gdb.python/py-pp-integral.c: Likewise.
4812 * gdb.python/py-pp-re-notag.c: Likewise.
4813
4814 2020-06-23 Gary Benson <gbenson@redhat.com>
4815
4816 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4817 * gdb.cp/nsimport.cc: Likewise.
4818 * gdb.cp/nsnested.cc: Likewise.
4819 * gdb.cp/nsnoimports.cc: Likewise.
4820 * gdb.cp/nsusing.cc: Likewise.
4821 * gdb.cp/smartp.cc: Likewise.
4822 * gdb.python/py-pp-integral.c: Likewise.
4823 * gdb.python/py-pp-re-notag.c: Likewise.
4824
4825 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4826
4827 * gdb.base/default-args.exp: New test.
4828 * gdb.base/default-args.c: New file.
4829 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4830 * gdb.base/default.exp: Update to new help text.
4831 * gdb.base/help.exp: Likewise.
4832 * gdb.base/page.exp: Likewise.
4833 * gdb.base/style.exp: Likewise.
4834 * gdb.guile/guile.exp: Likewise.
4835 * gdb.python/python.exp: Likewise.
4836
4837 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4838
4839 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4840 remote host. Fix search path syntax on Windows host.
4841
4842 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4843
4844 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4845 over 'exec-file-mismatch'.
4846 * gdb.base/attach.c: Mark should_exit volatile.
4847 * gdb.base/attach2.c: Likewise. Add a comment explaining
4848 why the sleep cannot be big.
4849 * gdb.base/attach3.c: New file.
4850
4851 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4852
4853 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4854 prefix optional.
4855
4856 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4857
4858 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4859 for remote host.
4860
4861 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4862 Hafiz Abid Qadeer <abidh@codesourcery.com>
4863
4864 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4865 file sent to remote host.
4866 (top level): Allow int32_t as type of 32-bit register.
4867
4868 2020-06-19 Tom de Vries <tdevries@suse.de>
4869
4870 * lib/gdb.exp (gdb_note): New proc.
4871 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4872 (gdb_default_target_compile): ... here. Only call
4873 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4874 (use_gdb_compile): Change to array.
4875 (toplevel): Update sets of use_gdb_compile to specify language.
4876 Warn about default_target_compile override. Store dejagnu's version
4877 of default_target_compile in dejagnu_default_target_compile.
4878
4879 2020-06-18 Tom de Vries <tdevries@suse.de>
4880
4881 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4882 (default_gdb_init): ... here.
4883
4884 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4885
4886 Fix TUI support checks in gdb.tui tests.
4887
4888 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4889 just say UNSUPPORTED.
4890 * gdb.tui/corefile-run.exp: Likewise.
4891 * gdb.tui/empty.exp: Likewise.
4892 * gdb.tui/list-before.exp: Likewise.
4893 * gdb.tui/list.exp: Likewise.
4894 * gdb.tui/main.exp: Likewise.
4895 * gdb.tui/regs.exp: Likewise.
4896 * gdb.tui/resize.exp: Likewise.
4897 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4898 * gdb.tui/tui-layout-asm.exp: Likewise.
4899 * gdb.tui/tui-missing-src.exp: Likewise.
4900 * gdb.tui/winheight.exp: Likewise.
4901 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4902
4903 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4904
4905 Fix TCL error in gdb.python/py-format-string.exp.
4906
4907 * gdb.python/py-format-string.exp: Move test for python support
4908 earlier, out of function body.
4909
4910 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4911
4912 * gdb.base/index-cache-load-twice.c: New.
4913 * gdb.base/index-cache-load-twice.exp: New.
4914
4915 2020-06-17 Keith Seitz <keiths@redhat.com>
4916
4917 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4918 when executing "gdb --configuration".
4919
4920 2020-06-17 Tom de Vries <tdevries@suse.de>
4921
4922 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4923 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4924 conditional on presence of gdb_tcl_unknown.
4925 (gdb_finish): Make override undo conditional on presence of
4926 gdb_tcl_unknown.
4927
4928 2020-06-16 Tom Tromey <tom@tromey.com>
4929
4930 * gdb.python/tui-window.py (failwin): New function. Register it
4931 as a TUI window type.
4932 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4933
4934 2020-06-16 Gary Benson <gbenson@redhat.com>
4935
4936 * gdb.python/py-nested-maps.c (create_map): Add missing return
4937 value.
4938 (create_map_map): Likewise.
4939
4940 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4941
4942 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4943 variable.
4944 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4945 and use the already-defined 'options' variable.
4946
4947 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4948 Tom de Vries <tdevries@suse.de>
4949
4950 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4951 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4952 (gdb_setup_known_globals): New proc.
4953 (gdb_cleanup_globals): New proc.
4954 * lib/gdb.exp (load_lib): New override proc.
4955 (gdb_stdin_log_init): Set var in_file as persistent global.
4956 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4957 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4958 fpc_compiler as persistent global.
4959
4960 2020-06-12 Tom de Vries <tdevries@suse.de>
4961
4962 * lib/tuiterm.exp (spawn): Rename to ...
4963 (tui_spawn): ... this.
4964 (toplevel): Move rename of spawn ...
4965 (gdb_init_tuiterm): ... here. New proc.
4966 (gdb_finish_tuiterm): New proc.
4967 * lib/gdb.exp (gdb_finish_hooks): New global var.
4968 (gdb_finish): Handle gdb_finish_hooks.
4969 (tuiterm_env): New proc.
4970 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4971 tuiterm_env.
4972 * gdb.tui/basic.exp: Same.
4973 * gdb.tui/corefile-run.exp: Same.
4974 * gdb.tui/empty.exp: Same.
4975 * gdb.tui/list-before.exp: Same.
4976 * gdb.tui/list.exp: Same.
4977 * gdb.tui/main.exp: Same.
4978 * gdb.tui/new-layout.exp: Same.
4979 * gdb.tui/regs.exp: Same.
4980 * gdb.tui/resize.exp: Same.
4981 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4982 * gdb.tui/tui-layout-asm.exp: Same.
4983 * gdb.tui/tui-missing-src.exp: Same.
4984 * gdb.tui/winheight.exp: Same.
4985
4986 2020-06-12 Tom de Vries <tdevries@suse.de>
4987
4988 PR testsuite/26110
4989 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4990 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4991
4992 2020-06-11 Tom Tromey <tom@tromey.com>
4993
4994 PR gdb/18318:
4995 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4996 floating point tests.
4997
4998 2020-06-11 Keith Seitz <keiths@redhat.com>
4999
5000 PR gdb/21356
5001 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
5002 vla_struct.
5003 Add new struct vla_typedef and union vla_typedef_union and
5004 corresponding instantiation objects.
5005 Initialize new objects.
5006 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
5007 and vla_typedef_union_object.
5008 Fixup type for vla_struct_object.
5009
5010 2020-06-11 Tom de Vries <tdevries@suse.de>
5011
5012 * lib/gdb.exp (with_override): New proc, factored out of ...
5013 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
5014
5015 2020-06-10 Tom de Vries <tdevries@suse.de>
5016
5017 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
5018
5019 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
5020
5021 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
5022 parameter, update callers.
5023
5024 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
5025
5026 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
5027 * gdb.dwarf2/share-psymtabs-bt.c: New file.
5028 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
5029
5030 2020-06-04 Tom de Vries <tdevries@suse.de>
5031
5032 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
5033
5034 2020-06-04 Tom de Vries <tdevries@suse.de>
5035
5036 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
5037 exp_continue.
5038
5039 2020-06-04 Tom de Vries <tdevries@suse.de>
5040
5041 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
5042
5043 2020-06-03 Tom de Vries <tdevries@suse.de>
5044
5045 PR symtab/26046
5046 * gdb.cp/breakpoint-locs-2.cc: New test.
5047 * gdb.cp/breakpoint-locs.cc: New test.
5048 * gdb.cp/breakpoint-locs.exp: New file.
5049 * gdb.cp/breakpoint-locs.h: New test.
5050
5051 2020-06-03 Tom de Vries <tdevries@suse.de>
5052
5053 PR testsuite/25609
5054 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
5055 value of global verbose.
5056 * gdb.base/jit-elf.exp: Same.
5057 * gdb.base/jit-reader.exp: Same.
5058
5059 2020-06-02 Tom de Vries <tdevries@suse.de>
5060
5061 * gdb.dwarf2/multidictionary.exp: Don't use
5062 gdb_spawn_with_cmdline_opts.
5063
5064 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
5065
5066 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
5067 use_header case.
5068 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
5069 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
5070 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
5071 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
5072 * gdb.dwarf2/dw2-inline-header.c: New file.
5073 * gdb.dwarf2/dw2-inline-header.h: New file.
5074
5075 2020-05-30 Pedro Alves <palves@redhat.com>
5076
5077 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
5078 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
5079
5080 2020-05-29 Gary Benson <gbenson@redhat.com>
5081
5082 * gdb.compile/compile-cplus.exp (additional_flags): Also
5083 set when building with clang.
5084 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
5085 when building with clang.
5086
5087 2020-05-29 Gary Benson <gbenson@redhat.com>
5088
5089 * gdb.arch/i386-avx.exp (additional_flags): Also set when
5090 building with clang.
5091 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
5092
5093 2020-05-29 Gary Benson <gbenson@redhat.com>
5094
5095 * gdb.cp/koenig.exp (prepare_for_testing): Add
5096 additional_flags=-Wno-unused-comparison.
5097 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
5098
5099 2020-05-28 Gary Benson <gbenson@redhat.com>
5100
5101 * gdb.base/sigaltstack.c (catcher): Add default case to switch
5102 statement.
5103
5104 2020-05-28 Gary Benson <gbenson@redhat.com>
5105
5106 * gdb.cp/classes.exp (prepare_for_testing): Add
5107 additional_flags=-Wno-deprecated-register.
5108 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
5109 * gdb.cp/misc.exp: Likewise.
5110
5111 2020-05-28 Gary Benson <gbenson@redhat.com>
5112
5113 * gdb.linespec/cpls-ops.cc (dummy): New static global.
5114 (test_op_new::operator new): Add return statement.
5115 (test_op_new_array::operator new[]): Likewise.
5116
5117 2020-05-27 Pedro Alves <palves@redhat.com>
5118
5119 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
5120 check. Use test_gdb_complete_unique instead of
5121 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
5122 test_gdb_complete_multiple instead of
5123 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
5124
5125 2020-05-27 Luis Machado <luis.machado@linaro.org>
5126
5127 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
5128 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
5129 * gdb.arch/arm-disassembler-options.exp: Likewise.
5130 * gdb.arch/arm-disp-step.exp: Likewise.
5131 * gdb.arch/thumb-prologue.exp: Likewise.
5132 * gdb.base/async.exp: Likewise.
5133 * gdb.base/auxv.exp: Likewise.
5134 * gdb.base/complex-parts.exp: Likewise.
5135 * gdb.base/ena-dis-br.exp: Likewise.
5136 * gdb.base/foll-exec.exp: Likewise.
5137 * gdb.base/permissions.exp: Likewise.
5138 * gdb.base/relocate.exp: Likewise.
5139 * gdb.base/return2.exp: Likewise.
5140 * gdb.base/sigbpt.exp: Likewise.
5141 * gdb.base/siginfo-obj.exp: Likewise.
5142 * gdb.cp/converts.exp: Likewise.
5143 * gdb.cp/exceptprint.exp: Likewise.
5144 * gdb.cp/inherit.exp: Likewise.
5145 * gdb.cp/nsnoimports.exp: Likewise.
5146 * gdb.cp/virtbase2.exp: Likewise.
5147 * gdb.mi/mi-var-cmd.exp: Likewise.
5148 * gdb.mi/var-cmd.c: Likewise.
5149
5150 2020-05-26 Tom Tromey <tromey@adacore.com>
5151
5152 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
5153
5154 2020-05-26 Tom Tromey <tromey@adacore.com>
5155
5156 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
5157 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
5158 type.
5159 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
5160 variable.
5161
5162 2020-05-26 Christian Biesinger <cbiesinger@google.com>
5163
5164 * Makefile.in: Use = instead of == for the test command
5165 for portability.
5166
5167 2020-05-26 Tom de Vries <tdevries@suse.de>
5168
5169 * gdb.base/gold-gdb-index-2.c: New test.
5170 * gdb.base/gold-gdb-index.c: New test.
5171 * gdb.base/gold-gdb-index.exp: New file.
5172 * gdb.base/gold-gdb-index.h: New test.
5173
5174 2020-05-25 Tom de Vries <tdevries@suse.de>
5175
5176 * boards/gold-gdb-index.exp: New file.
5177
5178 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
5179
5180 * boards/simavr.exp: New file.
5181
5182 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
5183
5184 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
5185 * gdb.base/inferior-args.exp: New file.
5186 * gdb.base/inferior-args.c: New file.
5187
5188 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
5189
5190 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
5191 inferior_args. Pass it to gdb_reload.
5192 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
5193 inferior_args.
5194 (gdb_reload): Add inferior_args argument.
5195 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
5196 pass it to gdbserver_run.
5197 * boards/native-gdbserver.exp: Do not set noargs.
5198 * boards/native-extended-gdbserver.exp (gdb_reload): Add
5199 inferior_args argument.
5200 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
5201 * gdb.base/a2-run.exp: Check for use_gdb_stub.
5202 * gdb.base/args.exp: Likewise.
5203
5204 2020-05-25 Tom de Vries <tdevries@suse.de>
5205
5206 * lib/gdb.exp (exec_is_pie): Add comment.
5207
5208 2020-05-25 Tom de Vries <tdevries@suse.de>
5209
5210 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
5211 instead of $binfile in the untested message.
5212
5213 2020-05-25 Tom de Vries <tdevries@suse.de>
5214
5215 PR testsuite/26031
5216 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
5217
5218 2020-05-25 Tom de Vries <tdevries@suse.de>
5219
5220 * boards/gold.exp: New file.
5221
5222 2020-05-23 Tom Tromey <tom@tromey.com>
5223
5224 * gdb.base/style.exp: Remove completion styling test.
5225 * lib/gdb-utils.exp (style): Remove completion styles.
5226
5227 2020-05-23 Tom Tromey <tom@tromey.com>
5228
5229 * gdb.base/style.exp: Add completion styling test.
5230 * lib/gdb-utils.exp (style): Add completion styles.
5231
5232 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
5233
5234 * gdb.base/annota1.exp: Update expected results.
5235 * gdb.cp/annota2.exp: Update expected results, remove duplicate
5236 test name.
5237 * gdb.cp/annota3.exp: Update expected results.
5238
5239 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
5240
5241 PR gdb/26016
5242 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
5243 against MAP_FAILED.
5244 * gdb.base/coremaker.c (mmapdata): Likewise.
5245 * gdb.base/jit-reader-host.c (main): Likewise.
5246 * gdb.base/sym-file-loader.c (load): Likewise.
5247 (load_shlib): Likewise.
5248
5249 2020-05-20 Tom Tromey <tromey@adacore.com>
5250
5251 * gdb.ada/array_char_idx.exp: Recognize initialized array.
5252
5253 2020-05-20 Tom de Vries <tdevries@suse.de>
5254
5255 PR symtab/25833
5256 * gdb.base/with-mf-inc.c: New test.
5257 * gdb.base/with-mf-main.c: New test.
5258 * gdb.base/with-mf.exp: New file.
5259
5260 2020-05-19 Tom Tromey <tromey@adacore.com>
5261
5262 * gdb.rust/simple.exp: Restore missing test result.
5263
5264 2020-05-19 Tom de Vries <tdevries@suse.de>
5265
5266 * gdb.base/gdb-caching-proc.exp: Fix typo.
5267
5268 2020-05-19 Tom Tromey <tromey@adacore.com>
5269
5270 * gdb.rust/simple.exp: Add some test descriptions.
5271 (test_one_slice): Use with_test_prefix.
5272
5273 2020-05-18 Tom de Vries <tdevries@suse.de>
5274
5275 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
5276
5277 2020-05-17 Pedro Alves <palves@redhat.com>
5278
5279 PR gdb/25741
5280 * gdb.base/hw-sw-break-same-address.exp: New file.
5281
5282 2020-05-16 Pedro Alves <palves@redhat.com>
5283
5284 * gdb.multi/multi-re-run.exp (test_re_run): Switch
5285 LAST_LOADED_FILE accordingly.
5286
5287 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5288
5289 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
5290
5291 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5292
5293 * gdb.base/help.exp: Test apropos and help for commands
5294 having aliases. Fixed comments not starting with an
5295 upper-case letter or not finishing with a dot.
5296
5297 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5298
5299 * gdb.base/alias.exp: Update help output check.
5300
5301 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5302
5303 * gdb.base/default.exp: Update output following fixes.
5304
5305 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5306
5307 * gdb.base/alias.exp: Test aliases starting with a prefix of
5308 another alias.
5309
5310 2020-05-15 Gary Benson <gbenson@redhat.com>
5311
5312 * gdb.base/info-os.c (main): Add return statement.
5313 * gdb.base/info_minsym.c (minsym_fun): Likewise.
5314 * gdb.base/large-frame-2.c (func): Likewise.
5315 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
5316 * gdb.base/pr10179-b.c (foo2): Likewise.
5317 * gdb.base/valgrind-disp-step.c (foo): Likewise.
5318 * gdb.base/watch-cond.c (func): Likewise.
5319 * gdb.multi/goodbye.c (verylongfun): Likewise.
5320 * gdb.multi/hello.c (commonfun): Likewise.
5321 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
5322 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
5323 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5324 Likewise.
5325 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
5326 * gdb.threads/interrupt-while-step-over.c (child_function):
5327 Likewise.
5328 * gdb.trace/actions-changed.c (end): Likewise.
5329
5330 2020-05-15 Gary Benson <gbenson@redhat.com>
5331
5332 * gdb.opencl/callfuncs.exp: Report when test skipped.
5333 * gdb.opencl/convs_casts.exp: Likewise.
5334 * gdb.opencl/datatypes.exp: Likewise.
5335 * gdb.opencl/operators.exp: Likewise.
5336 * gdb.opencl/vec_comps.exp: Likewise.
5337
5338 2020-05-15 Tom de Vries <tdevries@suse.de>
5339
5340 * gdb.base/align.exp.in: Rename to ...
5341 * gdb.base/align.exp.tcl: ... this.
5342 * gdb.base/align-c++.exp: Update.
5343 * gdb.base/align-c.exp: Update.
5344 * gdb.base/all-architectures.exp.in: Rename to ...
5345 * gdb.base/all-architectures.exp: ... this.
5346 * gdb.base/all-architectures-0.exp: Update.
5347 * gdb.base/all-architectures-1.exp: Update.
5348 * gdb.base/all-architectures-2.exp: Update.
5349 * gdb.base/all-architectures-3.exp: Update.
5350 * gdb.base/all-architectures-4.exp: Update.
5351 * gdb.base/all-architectures-5.exp: Update.
5352 * gdb.base/all-architectures-6.exp: Update.
5353 * gdb.base/all-architectures-7.exp: Update.
5354 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
5355 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
5356 * gdb.base/infcall-nested-structs-c++.exp: Update.
5357 * gdb.base/infcall-nested-structs-c.exp: Update.
5358 * gdb.base/info-types.exp.in: Rename to ...
5359 * gdb.base/info-types.exp.tcl: ... this.
5360 * gdb.base/info-types-c++.exp: Update.
5361 * gdb.base/info-types-c.exp: Update.
5362 * gdb.base/max-depth.exp.in: Rename to ...
5363 * gdb.base/max-depth.exp.tcl: ... this.
5364 * gdb.base/max-depth-c++.exp: Update.
5365 * gdb.base/max-depth-c.exp: Update.
5366 * gdb.cp/cpexprs.exp.in: Rename to ...
5367 * gdb.cp/cpexprs.exp.tcl: ... this.
5368 * gdb.cp/cpexprs-debug-types.exp: Update.
5369 * gdb.cp/cpexprs.exp: Update.
5370 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
5371 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
5372 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
5373 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
5374 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
5375 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
5376 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
5377 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
5378 * gdb.dwarf2/clang-debug-names-2.exp: Update.
5379 * gdb.dwarf2/clang-debug-names.exp: Update.
5380
5381 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
5382
5383 * lib/check-test-names.exp: Remove code that prevents this file
5384 loading when tests are run in parallel.
5385
5386 2020-05-15 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.multi/multi-kill.exp (start_inferior): Remove
5389 'testpid' parameter. Refer to namespace variable directly.
5390 (testpid): Declare as namespace variable.
5391
5392 2020-05-15 Pedro Alves <palves@redhat.com>
5393
5394 * gdb.multi/multi-kill.exp: Wrap in namespace.
5395 (start_inferior): Add TESTPID parameter. Use it instead of the
5396 testpid global.
5397 (top level): Define empty TESTPID array, and pass it down to
5398 start_inferior.
5399
5400 2020-05-14 Tom de Vries <tdevries@suse.de>
5401
5402 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
5403 output.
5404
5405 2020-05-14 Tom de Vries <tdevries@suse.de>
5406
5407 * gdb.base/align.exp: Split into ...
5408 * gdb.base/align.exp.in: ...
5409 * gdb.base/align-c++.exp: ...
5410 * gdb.base/align-c.exp: ... these.
5411 * gdb.base/infcall-nested-structs.exp: Split into ...
5412 * gdb.base/infcall-nested-structs.exp.in: ...
5413 * gdb.base/infcall-nested-structs-c++.exp: ...
5414 * gdb.base/infcall-nested-structs-c.exp: ... these.
5415 * gdb.base/info-types.exp: Split into ...
5416 * gdb.base/info-types.exp.in: ...
5417 * gdb.base/info-types-c++.exp: ...
5418 * gdb.base/info-types-c.exp: ... these.
5419 * gdb.base/max-depth.exp: Split into ...
5420 * gdb.base/max-depth.exp.in: ...
5421 * gdb.base/max-depth-c++.exp: ...
5422 * gdb.base/max-depth-c.exp: ... these.
5423 * gdb.cp/infcall-nodebug.exp: Split into ...
5424 * gdb.cp/infcall-nodebug.exp.in: ...
5425 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
5426 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
5427 * gdb.cp/infcall-nodebug-c-d0.exp: ...
5428 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
5429
5430 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5431 Pedro Alves <palves@redhat.com>
5432
5433 * gdb.multi/multi-exit.c: New file.
5434 * gdb.multi/multi-exit.exp: New file.
5435 * gdb.multi/multi-kill.c: New file.
5436 * gdb.multi/multi-kill.exp: New file.
5437
5438 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5439
5440 * gdb.base/annota1.exp: Update the expected output.
5441 * gdb.cp/annota2.exp: Ditto.
5442
5443 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
5444
5445 * lib/check-test-names.exp: Disable when testing is being run in
5446 parallel.
5447
5448 2020-05-12 Tom de Vries <tdevries@suse.de>
5449
5450 * gdb.base/jit-elf.exp: Fix string concat.
5451
5452 2020-05-12 Tom de Vries <tdevries@suse.de>
5453
5454 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
5455 messages.
5456
5457 2020-05-12 Tom de Vries <tdevries@suse.de>
5458
5459 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
5460
5461 2020-05-12 Tom de Vries <tdevries@suse.de>
5462
5463 * gdb.ada/catch_ex.exp: Use with_test_prefix.
5464 * gdb.ada/mi_catch_ex.exp: Same.
5465 * gdb.ada/mi_catch_ex_hand.exp: Same.
5466
5467 2020-05-12 Tom de Vries <tdevries@suse.de>
5468
5469 * gdb.fortran/complex.exp: Use with_test_prefix.
5470
5471 2020-05-12 Tom de Vries <tdevries@suse.de>
5472
5473 * gdb.trace/passcount.exp: Fix test-names.
5474
5475 2020-05-12 Tom de Vries <tdevries@suse.de>
5476
5477 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
5478
5479 2020-05-12 Tom de Vries <tdevries@suse.de>
5480
5481 * gdb.gdb/complaints.exp: Use with_test_prefix.
5482 * gdb.xml/tdesc-regs.exp: Same.
5483 * gdb.opt/inline-locals.exp: Fix test name.
5484
5485 2020-05-12 Tom de Vries <tdevries@suse.de>
5486
5487 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
5488 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
5489 * gdb.dwarf2/implref-struct.exp: Same.
5490 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
5491 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
5492
5493 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
5494
5495 * gdb.base/jit-so.exp (one_jit_test): Change test name.
5496
5497 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5498
5499 * lib/check-test-names.exp (all_test_names): New module variable.
5500 (counts): Add 'duplicates' field.
5501 (_check_duplicates): New procedure.
5502 (check): Also check for duplicates.
5503 (do_log_summary): Print duplicates count.
5504 (do_reset_vars): Reset counter for duplicate test names, and
5505 discard all know test names.
5506
5507 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5508
5509 * lib/gdb.exp: Include check-test-names.exp library.
5510 * lib/check-test-names.exp: New file.
5511
5512 2020-05-11 Tom de Vries <tdevries@suse.de>
5513
5514 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
5515
5516 2020-05-11 Keith Seitz <keiths@redhat.com>
5517
5518 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
5519
5520 2020-05-11 Tom de Vries <tdevries@suse.de>
5521
5522 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
5523 * gdb.cp/cpexprs.exp.in: .. here.
5524 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
5525 cpexprs.exp.
5526
5527 2020-05-11 Keith Seitz <keiths@redhat.com>
5528
5529 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
5530 test names.
5531 * gdb.ada/arrayptr.exp: Likewise.
5532 * gdb.ada/assign_arr.exp: Likewise.
5533 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
5534 * gdb.ada/bp_on_var.exp: Likewise.
5535 * gdb.ada/call_pn.exp: Likewise.
5536 * gdb.ada/complete.exp: Likewise.
5537 * gdb.ada/fun_overload_menu.exp: Likewise.
5538 * gdb.ada/funcall_param.exp: Likewise.
5539 * gdb.ada/funcall_ref.exp: Likewise.
5540 * gdb.ada/packed_array_assign.exp: Likewise.
5541 * gdb.ada/same_component_name.exp: Likewise.
5542 * gdb.ada/type_coercion.exp: Likewise.
5543 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
5544 * gdb.ada/variant_record_packed_array.exp: Likewise.
5545
5546 2020-05-11 Tom de Vries <tdevries@suse.de>
5547
5548 PR symtab/25941
5549 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
5550 out of ...
5551 * gdb.dwarf2/clang-debug-names.exp: ... here.
5552 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
5553 clang-debug-names.exp.in.
5554 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
5555 * gdb.dwarf2/clang-debug-names-2.c: New test.
5556
5557 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5558
5559 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5560 (fortran_runto_main): New Proc, fortran version of runto_main.
5561 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5562 * gdb.fortran/array-bounds.exp: Likewise.
5563 * gdb.fortran/array-slices.exp: Likewise.
5564 * gdb.fortran/block-data.exp: Likewise.
5565 * gdb.fortran/charset.exp: Likewise.
5566 * gdb.fortran/common-block.exp: Likewise.
5567 * gdb.fortran/complex.exp: Likewise.
5568 * gdb.fortran/derived-type-function.exp: Likewise.
5569 * gdb.fortran/derived-type.exp: Likewise.
5570 * gdb.fortran/info-modules.exp: Likewise.
5571 * gdb.fortran/info-types.exp: Likewise.
5572 * gdb.fortran/intrinsics.exp: Likewise.
5573 * gdb.fortran/library-module.exp: Likewise.
5574 * gdb.fortran/logical.exp: Likewise.
5575 * gdb.fortran/max-depth.exp: Likewise.
5576 * gdb.fortran/module.exp: Likewise.
5577 * gdb.fortran/multi-dim.exp: Likewise.
5578 * gdb.fortran/nested-funcs.exp: Likewise.
5579 * gdb.fortran/print-formatted.exp: Likewise.
5580 * gdb.fortran/print_type.exp: Likewise.
5581 * gdb.fortran/printing-types.exp: Likewise.
5582 * gdb.fortran/ptr-indentation.exp: Likewise.
5583 * gdb.fortran/ptype-on-functions.exp: Likewise.
5584 * gdb.fortran/subarray.exp: Likewise.
5585 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5586 * gdb.fortran/vla-datatypes.exp: Likewise.
5587 * gdb.fortran/vla-history.exp: Likewise.
5588 * gdb.fortran/vla-ptr-info.exp: Likewise.
5589 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5590 * gdb.fortran/vla-ptype.exp: Likewise.
5591 * gdb.fortran/vla-sizeof.exp: Likewise.
5592 * gdb.fortran/vla-type.exp: Likewise.
5593 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5594 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5595 * gdb.fortran/vla-value-sub.exp: Likewise.
5596 * gdb.fortran/vla-value.exp: Likewise.
5597 * gdb.fortran/whatis_type.exp: Likewise.
5598 * gdb.mi/mi-var-child-f.exp: Likewise.
5599
5600 2020-05-09 Tom de Vries <tdevries@suse.de>
5601
5602 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5603
5604 2020-05-08 Tom de Vries <tdevries@suse.de>
5605
5606 * gdb.dwarf2/clang-debug-names.c: New test.
5607 * gdb.dwarf2/clang-debug-names.exp: New file.
5608
5609 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
5610
5611 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5612 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5613
5614 2020-05-06 Tom de Vries <tdevries@suse.de>
5615
5616 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5617 breakpoint is at a "recommended breakpoint location".
5618 * gdb.reverse/consecutive-reverse.exp: Same.
5619
5620 2020-05-06 Tom de Vries <tdevries@suse.de>
5621
5622 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5623 address.
5624
5625 2020-05-06 Tom de Vries <tdevries@suse.de>
5626
5627 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5628
5629 2020-05-06 Tom de Vries <tdevries@suse.de>
5630
5631 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5632 info for r.
5633
5634 2020-05-06 Tom de Vries <tdevries@suse.de>
5635
5636 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5637 necessary.
5638
5639 2020-05-06 Tom de Vries <tdevries@suse.de>
5640
5641 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5642 void.
5643
5644 2020-05-06 Tom de Vries <tdevries@suse.de>
5645
5646 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5647 of ...
5648 * gdb.base/async.exp: ... here.
5649 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5650 "recommended breakpoint location".
5651
5652 2020-05-06 Tom de Vries <tdevries@suse.de>
5653
5654 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5655
5656 2020-05-04 Tom de Vries <tdevries@suse.de>
5657
5658 * gdb.base/async.exp: Check whether instruction addresses are a
5659 "recommended breakpoint location".
5660
5661 2020-05-03 Tom Tromey <tom@tromey.com>
5662
5663 * gdb.base/sepdebug.exp: Remove "catch" test.
5664 * gdb.base/break.exp: Remove "catch" test.
5665 * gdb.base/default.exp: Update expected output.
5666
5667 2020-05-02 Tom de Vries <tdevries@suse.de>
5668
5669 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5670 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5671 * gdb.arch/i386-mpx-map.exp: Same.
5672 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5673 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5674 * gdb.arch/i386-mpx.exp: Same.
5675
5676 2020-05-02 Tom de Vries <tdevries@suse.de>
5677
5678 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5679
5680 2020-05-01 Tom de Vries <tdevries@suse.de>
5681
5682 * gdb.ada/operator_bp.exp: Allow more than required amount of
5683 breakpoint.
5684
5685 2020-05-01 Tom de Vries <tdevries@suse.de>
5686
5687 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5688
5689 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5690
5691 PR gdb/18706
5692 * gdb.cp/stub-array-size.cc: New test.
5693 * gdb.cp/stub-array-size.exp: New file.
5694 * gdb.cp/stub-array-size.h: New test.
5695 * gdb.cp/stub-array-size2.cc: New test.
5696
5697 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5698
5699 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5700 output to the new format.
5701
5702 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5703
5704 * gdb.base/break.exp: Use with_test_prefix.
5705
5706 2020-04-29 Tom de Vries <tdevries@suse.de>
5707
5708 * lib/gdb.exp (debug_types): New proc.
5709 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5710 * gdb.python/py-symtab.exp: Same.
5711
5712 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
5713
5714 PR gdb/17320
5715 * gdb.base/pretty-array.c: New test.
5716 * gdb.base/pretty-array.exp: New file.
5717
5718 2020-04-29 Tom de Vries <tdevries@suse.de>
5719
5720 PR symtab/25889
5721 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5722 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5723 and include cpexprs.exp.
5724
5725 2020-04-28 Mark Williams <mark@myosotissp.com>
5726
5727 PR gdb/24480
5728 * dw4-toplevel-types.exp: Test for top level types.
5729 * dw4-toplevel-types.cc: Test for top level types.
5730
5731 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5732
5733 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5734 (theads -> threads).
5735
5736 2020-04-28 Tom de Vries <tdevries@suse.de>
5737
5738 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5739
5740 2020-04-28 Tom de Vries <tdevries@suse.de>
5741
5742 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5743
5744 2020-04-28 Tom de Vries <tdevries@suse.de>
5745
5746 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5747
5748 2020-04-28 Tom de Vries <tdevries@suse.de>
5749
5750 * gdb.dwarf2/main-foo.c: New test.
5751 * gdb.dwarf2/struct-with-sig.exp: New file.
5752
5753 2020-04-25 Tom de Vries <tdevries@suse.de>
5754
5755 * boards/debug-types.exp: New file.
5756
5757 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5758
5759 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5760
5761 2020-04-24 Tom Tromey <tom@tromey.com>
5762
5763 PR symtab/12707:
5764 * gdb.python/py-symbol.exp: Update expected results for
5765 linkage_name test.
5766 * gdb.cp/print-demangle.exp: New file.
5767 * gdb.base/c-linkage-name.exp: Fix test.
5768 * gdb.guile/scm-symbol.exp: Update expected results for
5769 linkage_name test.
5770
5771 2020-04-24 Tom Tromey <tom@tromey.com>
5772
5773 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5774 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5775 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5776 assembler.
5777
5778 2020-04-24 Tom de Vries <tdevries@suse.de>
5779
5780 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5781 C++.
5782
5783 2020-04-24 Tom Tromey <tromey@adacore.com>
5784
5785 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5786 values.
5787 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5788 values. Update test for minimal encodings.
5789 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5790 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5791 values. Update test for minimal encodings.
5792
5793 2020-04-24 Tom Tromey <tromey@adacore.com>
5794
5795 PR python/23662:
5796 * gdb.ada/variant.exp: Add Python checks.
5797 * gdb.rust/simple.exp: Add dynamic type checks.
5798
5799 2020-04-24 Tom Tromey <tromey@adacore.com>
5800
5801 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5802 Make array type matching more lax.
5803 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5804 * gdb.ada/mi_variant.exp: New file.
5805 * gdb.ada/mi_variant/pck.ads: New file.
5806 * gdb.ada/mi_variant/pkg.adb: New file.
5807 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5808 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5809
5810 2020-04-24 Tom Tromey <tromey@adacore.com>
5811
5812 * gdb.ada/variant.exp: Add dynamic field offset tests.
5813 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5814 * gdb.ada/variant/pkg.adb: Add new variables.
5815
5816 2020-04-24 Tom Tromey <tromey@adacore.com>
5817
5818 * gdb.ada/variant.exp: New file
5819 * gdb.ada/variant/pkg.adb: New file
5820 * gdb.ada/variant/pck.adb: New file
5821
5822 2020-04-24 Tom de Vries <tdevries@suse.de>
5823
5824 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5825
5826 2020-04-24 Tom de Vries <tdevries@suse.de>
5827
5828 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5829 flags.
5830
5831 2020-04-24 Tom de Vries <tdevries@suse.de>
5832
5833 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5834
5835 2020-04-24 Tom de Vries <tdevries@suse.de>
5836
5837 * lib/gdb.exp (default_gdb_start): Handle eof.
5838 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5839 failure.
5840 * gdb.base/readnever.exp: Handle clean_restart failure.
5841
5842 2020-04-23 Tom de Vries <tdevries@suse.de>
5843
5844 * gdb.base/decl-before-def.exp: Run to main and print a again.
5845
5846 2020-04-23 Tom de Vries <tdevries@suse.de>
5847
5848 * gdb.base/decl-before-def-decl.c: New test.
5849 * gdb.base/decl-before-def-def.c: New test.
5850 * gdb.base/decl-before-def.exp: New file.
5851
5852 2020-04-23 Tom de Vries <tdevries@suse.de>
5853
5854 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5855
5856 2020-04-22 Tom de Vries <tdevries@suse.de>
5857
5858 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5859 debug_info_offset.
5860 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5861 before $objsfile in the line line.
5862
5863 2020-04-22 Tom de Vries <tdevries@suse.de>
5864
5865 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5866
5867 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5868
5869 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5870 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5871 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5872 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5873 * gdb.base/jit-protocol.h: Update definitions to match all usage
5874 contexts.
5875
5876 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5877
5878 * gdb.base: Rename all jit related test and source files.
5879
5880 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5881
5882 * gdb.base/jit-reader.exp: Relax register output check.
5883
5884 2020-04-22 Tom de Vries <tdevries@suse.de>
5885
5886 PR symtab/25764
5887 * gdb.base/psym-external-decl-2.c: New test.
5888 * gdb.base/psym-external-decl.c: New test.
5889 * gdb.base/psym-external-decl.exp: New file.
5890 * gdb.threads/tls.exp: Add PR25807 kfail.
5891
5892 2020-04-22 Tom de Vries <tdevries@suse.de>
5893
5894 PR symtab/25801
5895 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5896 in "info source" output.
5897
5898 2020-04-22 Tom de Vries <tdevries@suse.de>
5899
5900 PR symtab/25700
5901 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5902 symtab for imported_unit.c.
5903
5904 2020-04-21 Gary Benson <gbenson@redhat.com>
5905
5906 * gdb.base/advance.c (func): New argument, to match call site.
5907 (func2, func3): Add return statements.
5908
5909 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5910
5911 * gdb.multi/run-only-second-inf.c: New file.
5912 * gdb.multi/run-only-second-inf.exp: New file.
5913
5914 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5915
5916 * gdb.btrace/multi-inferior.c: New test.
5917 * gdb.btrace/multi-inferior.exp: New file.
5918
5919 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5920
5921 * gdb.btrace/enable-new-thread.c: New test.
5922 * gdb.btrace/enable-new-thread.exp: New file.
5923
5924 2020-04-21 Tom de Vries <tdevries@suse.de>
5925
5926 PR gdb/25471
5927 * gdb.threads/killed-outside.c: New test.
5928 * gdb.threads/killed-outside.exp: New file.
5929
5930 2020-04-20 Gary Benson <gbenson@redhat.com>
5931
5932 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5933 * gdb.base/nested-subp2.exp: Likewise.
5934 * gdb.base/nested-subp3.exp: Likewise.
5935
5936 2020-04-20 Gary Benson <gbenson@redhat.com>
5937
5938 * gdb.base/nested-subp1.exp: Disable test when using clang.
5939 * gdb.base/nested-subp2.exp: Likewise.
5940 * gdb.base/nested-subp3.exp: Likewise.
5941
5942 2020-04-20 Gary Benson <gbenson@redhat.com>
5943
5944 * gdb.cp/exception.cc: Fix compilation error with clang.
5945
5946 2020-04-20 Gary Benson <gbenson@redhat.com>
5947
5948 * gdb.trace/tspeed.c: Fix compilation error with clang.
5949
5950 2020-04-20 Gary Benson <gbenson@redhat.com>
5951
5952 * gdb.base/jit-main.c: Fix compilation error with clang.
5953
5954 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5955
5956 * gdb.base/attach-twice.c: Include "sys/types.h".
5957 (PTRACE_ATTACH): Add fallback definition.
5958 (main): Pass `0' to the 4th argument of `ptrace'.
5959
5960 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5961
5962 * gdb.base/fork-running-state.c: Include "signal.h".
5963
5964 2020-04-17 Tom Tromey <tromey@adacore.com>
5965
5966 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5967 Update tests.
5968 * gdb.btrace/cpu.exp: Update tests.
5969 * gdb.base/maint.exp: Update tests.
5970 * gdb.base/default.exp: Update tests.
5971 * gdb.base/completion.exp: Update tests.
5972
5973 2020-04-16 Tom de Vries <tdevries@suse.de>
5974
5975 PR symtab/25791
5976 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5977 (ensure_gdb_index): and factor out and move ...
5978 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5979 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5980
5981 2020-04-16 Tom de Vries <tdevries@suse.de>
5982
5983 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5984 loading exec.
5985
5986 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5987
5988 * gdb.base/many-completions.exp: New file.
5989
5990 2020-04-14 Tom de Vries <tdevries@suse.de>
5991
5992 PR symtab/25718
5993 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5994
5995 2020-04-14 Tom de Vries <tdevries@suse.de>
5996
5997 PR symtab/25720
5998 * gdb.base/maint-expand-symbols-header-file.c: New test.
5999 * gdb.base/maint-expand-symbols-header-file.exp: New file.
6000 * gdb.base/maint-expand-symbols-header-file.h: New test.
6001
6002 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
6003
6004 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
6005 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
6006 get_func_info.
6007 (get_func_info): Delete.
6008 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
6009 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
6010 * lib/dwarf.exp (get_func_info): New function.
6011
6012 2020-04-13 Tom de Vries <tdevries@suse.de>
6013
6014 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
6015 to what find_gnatmake does.
6016
6017 2020-04-10 Tom de Vries <tdevries@suse.de>
6018
6019 * gdb.base/style.exp: Expect "Expanding full symbols" message for
6020 -readnow.
6021
6022 2020-04-10 Tom de Vries <tdevries@suse.de>
6023
6024 PR cli/25808
6025 * gdb.base/style.c: Add leading newlines.
6026 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
6027 Check listing of main's one-line body.
6028
6029 2020-04-08 Tom de Vries <tdevries@suse.de>
6030
6031 * lib/gdb.exp (psymtabs_p): New proc.
6032 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
6033 importing unit" unsupported if there are no partial symbols.
6034
6035 2020-04-08 Tom de Vries <tdevries@suse.de>
6036
6037 PR testsuite/25760
6038 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
6039
6040 2020-04-07 Tom de Vries <tdevries@suse.de>
6041
6042 PR symtab/25796
6043 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
6044
6045 2020-04-07 Tom de Vries <tdevries@suse.de>
6046
6047 * gdb.base/check-psymtab.c: New test.
6048 * gdb.base/check-psymtab.exp: New file.
6049
6050 2020-04-06 Tom Tromey <tromey@adacore.com>
6051
6052 * gdb.ada/variant-record/proc.adb: New file.
6053 * gdb.ada/variant-record/value.adb: New file.
6054 * gdb.ada/variant-record/value.s: New file.
6055 * gdb.ada/variant-record.exp: New file.
6056
6057 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
6058
6059 PR gdb/25325
6060 * gdb.cp/typed-enum.cc: New test.
6061 * gdb.cp/typed-enum.exp: New file.
6062
6063 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
6064
6065 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
6066 * gdb.dwarf2/dw2-inline-small-func.c: New file.
6067 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
6068 * gdb.dwarf2/dw2-inline-small-func.h: New file.
6069 * gdb.opt/inline-small-func.c: New file.
6070 * gdb.opt/inline-small-func.exp: New file.
6071 * gdb.opt/inline-small-func.h: New file.
6072
6073 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
6074
6075 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
6076 function.
6077
6078 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
6079
6080 * lib/dwarf.exp (function_range): Allow compiler options to be
6081 specified.
6082
6083 2020-04-02 Tom de Vries <tdevries@suse.de>
6084
6085 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
6086 __attribute__((always_inline)).
6087 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
6088
6089 2020-04-02 Tom de Vries <tdevries@suse.de>
6090
6091 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
6092 (gdbserver_gdb_exit): ... here. Add timeout warning.
6093 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
6094 (connect_target_extended_remote): Append new server_spawn_id to
6095 server_spawn_ids.
6096 (cleanup): New proc.
6097 (setup, <toplevel>): Call cleanup.
6098
6099 2020-04-02 Tom de Vries <tdevries@suse.de>
6100
6101 * gdb.base/main-psymtab.exp: New file.
6102
6103 2020-04-02 Tom de Vries <tdevries@suse.de>
6104
6105 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
6106
6107 2020-04-01 Tom Tromey <tom@tromey.com>
6108
6109 * gdb.base/complex-parts.exp: Add type tests.
6110
6111 2020-04-01 Tom Tromey <tom@tromey.com>
6112
6113 * gdb.base/complex-parts.exp: Add arithmetic tests.
6114
6115 2020-04-01 Tom Tromey <tom@tromey.com>
6116
6117 * gdb.compile/compile.exp: Update.
6118 * gdb.compile/compile-cplus.exp: Update.
6119 * gdb.base/varargs.exp: Update.
6120 * gdb.base/floatn.exp: Update.
6121 * gdb.base/endianity.exp: Update.
6122 * gdb.base/callfuncs.exp (do_function_calls): Update.
6123 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
6124 (complex_float_integral_args): Update.
6125 * gdb.base/complex.exp: Update.
6126 * gdb.base/complex-parts.exp: Update.
6127
6128 2020-04-01 Tom Tromey <tromey@adacore.com>
6129
6130 * gdb.rust/union.rs: New file.
6131 * gdb.rust/union.exp: New file.
6132 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
6133 (main): Update.
6134 * gdb.rust/simple.exp: Move union tests to union.exp.
6135
6136 2020-04-01 Tom Tromey <tromey@adacore.com>
6137
6138 * gdb.rust/simple.rs (main): Remove "y0".
6139
6140 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6141
6142 * gdb.multi/stop-all-on-exit.c: New test.
6143 * gdb.multi/stop-all-on-exit.exp: New file.
6144
6145 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
6146
6147 PR gdb/24789
6148 * gdb.cp/misc.cc: Add integer reference variable.
6149 * gdb.cp/misc.exp: Add test.
6150
6151 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6152
6153 * gdb.server/stop-reply-no-thread.exp: Enhance the test
6154 scenario to cover execution until the end and also the case
6155
6156 2020-03-31 Tom de Vries <tdevries@suse.de>
6157
6158 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
6159 c. Use "maint info symtabs" to check symtab expansion.
6160
6161 2020-03-30 Tom de Vries <tdevries@suse.de>
6162
6163 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
6164 unsupported.
6165 (verify_psymtab_expanded): Move ...
6166 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
6167 test.
6168 (readnow): New proc.
6169
6170 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6171
6172 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
6173 with $hex.
6174
6175 2020-03-20 Tom Tromey <tromey@adacore.com>
6176
6177 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
6178
6179 2020-03-20 Tom Tromey <tromey@adacore.com>
6180
6181 * gdb.ada/sub_variant/subv.adb: New file.
6182 * gdb.ada/sub_variant.exp: New file.
6183
6184 2020-03-20 Tom de Vries <tdevries@suse.de>
6185
6186 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
6187 first break fails.
6188 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
6189
6190 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6191
6192 * gdb.server/exit-multiple-threads.c: New file.
6193 * gdb.server/exit-multiple-threads.exp: New file.
6194
6195 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6196
6197 * gdb.fortran/mixed-lang-stack.c: New file.
6198 * gdb.fortran/mixed-lang-stack.cpp: New file.
6199 * gdb.fortran/mixed-lang-stack.exp: New file.
6200 * gdb.fortran/mixed-lang-stack.f90: New file.
6201
6202 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6203
6204 * gdb.linespec/cp-completion-aliases.cc: New file.
6205 * gdb.linespec/cp-completion-aliases.exp: New file.
6206
6207 2020-03-19 Tom de Vries <tdevries@suse.de>
6208
6209 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
6210 more precise.
6211
6212 2020-03-18 Tom de Vries <tdevries@suse.de>
6213
6214 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
6215 * gdb.dwarf2/break-inline-psymtab.c: New test.
6216 * gdb.dwarf2/break-inline-psymtab.exp: New file.
6217
6218 2020-03-16 Tom de Vries <tdevries@suse.de>
6219
6220 * lib/cache.exp (gdb_do_cache): Add and handle local variables
6221 cache_verify and cache_verify_proc.
6222
6223 2020-03-15 Tom de Vries <tdevries@suse.de>
6224
6225 * gdb.server/solib-list.exp: Handle
6226 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
6227
6228 2020-03-15 Tom de Vries <tdevries@suse.de>
6229
6230 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
6231 objfiles".
6232
6233 2020-03-14 Tom Tromey <tom@tromey.com>
6234
6235 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
6236
6237 2020-03-14 Tom de Vries <tdevries@suse.de>
6238
6239 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
6240
6241 2020-03-14 Tom de Vries <tdevries@suse.de>
6242
6243 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
6244 result in line-by-line fashion.
6245
6246 2020-03-14 Tom de Vries <tdevries@suse.de>
6247
6248 * lib/gdb.exp (supports_statement_frontiers): New proc.
6249 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
6250
6251 2020-03-14 Tom de Vries <tdevries@suse.de>
6252
6253 * gdb.base/printcmds.exp: Add missing quoting for "print
6254 teststring2".
6255
6256 2020-03-13 Tom Tromey <tom@tromey.com>
6257
6258 * gdb.base/printcmds.exp (test_print_strings): Add regression
6259 test.
6260 * gdb.base/printcmds.c (charptr): New typedef.
6261 (teststring2): New global.
6262
6263 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
6264
6265 * gdb.base/break-interp.exp: Use the tail of the filename, not the
6266 full path in the test name.
6267 (test_ld): Add some with_test_prefix blocks to make test names
6268 unique.
6269
6270 2020-03-13 Tom de Vries <tdevries@suse.de>
6271
6272 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
6273
6274 2020-03-13 Tom de Vries <tdevries@suse.de>
6275
6276 * gdb.mi/mi-sym-info.exp: Make matching more precise.
6277
6278 2020-03-13 Tom de Vries <tdevries@suse.de>
6279
6280 PR symtab/25646
6281 * gdb.dwarf2/imported-unit.exp: Add test.
6282
6283 2020-03-13 Tom de Vries <tdevries@suse.de>
6284
6285 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
6286 (var1, var2): New variable.
6287 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
6288 matching symbols.
6289
6290 2020-03-13 Tom de Vries <tdevries@suse.de>
6291
6292 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
6293 (Term::command): Use prompt prefix.
6294 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
6295 * gdb.tui/tui-layout-asm-short-prog.exp: Use
6296 command_no_prompt_prefix instead of prefix.
6297 * gdb.tui/tui-layout-asm.exp: Same.
6298
6299 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
6300
6301 * gdb.base/break-interp.exp: Use foreach_with_prefix.
6302
6303 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
6304
6305 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
6306 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
6307 on" while stepping over the test instruction, match printed
6308 message.
6309
6310 2020-03-12 Tom de Vries <tdevries@suse.de>
6311
6312 * gdb.base/info-types.exp: Use exp_continue during matching of output
6313 of "info types".
6314
6315 2020-03-12 Tom de Vries <tdevries@suse.de>
6316
6317 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
6318
6319 2020-03-12 Tom de Vries <tdevries@suse.de>
6320
6321 * gdb.fortran/module.exp: Use exp_continue during matching of output
6322 of "info variable -n".
6323
6324 2020-03-12 Tom de Vries <tdevries@suse.de>
6325
6326 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
6327 gdb.dwarf2/dw2-ranges-base.c.
6328
6329 2020-03-12 Tom de Vries <tdevries@suse.de>
6330
6331 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
6332 in presence of GLIBC debuginfo.
6333
6334 2020-03-12 Tom de Vries <tdevries@suse.de>
6335
6336 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
6337 $core.
6338
6339 2020-03-12 Tom de Vries <tdevries@suse.de>
6340
6341 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
6342 more precise.
6343
6344 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
6345
6346 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
6347 from Unix to Windows path.
6348
6349 2020-03-11 Tom de Vries <tdevries@suse.de>
6350
6351 * gdb.ada/minsyms.exp: Set language to ada.
6352
6353 2020-03-11 Tom de Vries <tdevries@suse.de>
6354
6355 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
6356
6357 2020-03-11 Tom de Vries <tdevries@suse.de>
6358
6359 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
6360
6361 2020-03-11 Tom Tromey <tromey@adacore.com>
6362
6363 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
6364
6365 2020-03-11 Tom de Vries <tdevries@suse.de>
6366
6367 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
6368
6369 2020-03-11 Tom de Vries <tdevries@suse.de>
6370
6371 * gdb.base/break-interp.exp: Limit verbose scope.
6372
6373 2020-03-11 Tom de Vries <tdevries@suse.de>
6374
6375 * gdb.fortran/logical.f90: Define variable with character type.
6376 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
6377
6378 2020-03-11 Tom de Vries <tdevries@suse.de>
6379
6380 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
6381
6382 2020-03-11 Tom de Vries <tdevries@suse.de>
6383
6384 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
6385 symtabs.
6386
6387 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6388 Bernd Edlinger <bernd.edlinger@hotmail.de>
6389
6390 * gdb.cp/step-and-next-inline.cc: New file.
6391 * gdb.cp/step-and-next-inline.exp: New file.
6392 * gdb.cp/step-and-next-inline.h: New file.
6393 * gdb.dwarf2/dw2-is-stmt.c: New file.
6394 * gdb.dwarf2/dw2-is-stmt.exp: New file.
6395 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
6396 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
6397 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
6398
6399 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6400
6401 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
6402 is-stmt flag in the line table.
6403
6404 2020-03-09 Tom de Vries <tdevries@suse.de>
6405
6406 * lib/gdb.exp (cached_file): Create cache dir.
6407
6408 2020-03-07 Tom de Vries <tdevries@suse.de>
6409
6410 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
6411 * gdb.cp/rvalue-ref-params.exp: Same.
6412
6413 2020-03-06 Tom de Vries <tdevries@suse.de>
6414
6415 * lib/gdb.exp (tentative_rename, cached_file): New proc.
6416 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
6417
6418 2020-03-06 Tom de Vries <tdevries@suse.de>
6419
6420 * README: Fix "the the".
6421 * gdb.base/dprintf.exp: Same.
6422
6423 2020-03-05 Tom de Vries <tdevries@suse.de>
6424
6425 * gdb.base/maint.exp: Update "main print statistics" expected output.
6426
6427 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6428
6429 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
6430 (fortran_int8): Likewise.
6431 (fortran_real4): Likewise.
6432 (fortran_real8): Likewise.
6433 (fortran_complex4): Likewise.
6434 (fortran_logical4): Likewise.
6435 (fortran_character1): Likewise.
6436
6437 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
6438
6439 * gdb.fortran/logical.exp: Add tests that any non-zero value is
6440 printed as true.
6441
6442 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
6443
6444 * gdb.base/printcmds.exp: Add test to verify printf of a
6445 variable holding an address.
6446
6447 2020-03-03 Tom de Vries <tdevries@suse.de>
6448
6449 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
6450
6451 2020-03-03 Tom de Vries <tdevries@suse.de>
6452
6453 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
6454 gdb_test_multiple call.
6455
6456 2020-03-03 Tom de Vries <tdevries@suse.de>
6457
6458 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
6459 gdb_test_multiple calls.
6460
6461 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6462
6463 * gdb.base/default.exp: Remove test of 'set history filename'.
6464 * gdb.base/gdbinit-history.exp: Add tests for setting the history
6465 filename to the empty string.
6466 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
6467 and GDBHISTSIZE.
6468
6469 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6470
6471 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
6472 disabled.
6473
6474 2020-03-02 Pedro Alves <palves@redhat.com>
6475 Tom de Vries <tdevries@suse.de>
6476
6477 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
6478 -prompt prefix, before user_code argument. Add -lbl option likewise.
6479 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
6480 (gdb_is_target_1): Add -prompt prefix and move to before user_code
6481 argument.
6482 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
6483 have "\r\n" at start-of-line, instead of at end-of-line.
6484
6485 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
6486
6487 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
6488 libinproctrace.so.
6489
6490 2020-02-28 Luis Machado <luis.machado@linaro.org>
6491
6492 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
6493 to "p/x".
6494
6495 2020-02-28 Luis Machado <luis.machado@linaro.org>
6496
6497 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
6498 asm/ptrace.h and error.h.
6499
6500 2020-02-28 Tom de Vries <tdevries@suse.de>
6501
6502 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
6503 (struct wrapper, do_something, mundane/symada__cS): Move ...
6504 * gdb.base/c-linkage-name-2.c: ... here. New source file.
6505 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
6506 Update "print symada__cS before partial symtab expansion" regexp.
6507 Update breakpoint location. Flush symbol cache after expansion.
6508
6509 2020-02-28 Luis Machado <luis.machado@linaro.org>
6510
6511 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
6512
6513 2020-02-27 Tom de Vries <tdevries@suse.de>
6514
6515 * config/sid.exp: Remove unused globals.
6516 * gdb.base/attach.exp: Same.
6517 * gdb.base/catch-load.exp: Same.
6518 * gdb.base/dbx.exp: Same.
6519 * lib/gdb.exp: Same.
6520 * lib/mi-support.exp: Same.
6521 * lib/prompt.exp: Same.
6522
6523 2020-02-27 Tom de Vries <tdevries@suse.de>
6524
6525 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
6526 not set.
6527
6528 2020-02-26 Aaron Merey <amerey@redhat.com>
6529
6530 * gdb.debuginfod: New directory for debuginfod tests.
6531 * gdb.debuginfod/main.c: New test file.
6532 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6533
6534 2020-02-26 Tom de Vries <tdevries@suse.de>
6535
6536 PR gdb/25603
6537 * gdb.base/persistent-lang.cc: New test.
6538 * gdb.base/persistent-lang.exp: New file.
6539
6540 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6541
6542 * gdb.fortran/derived-type-striding.exp: Add a new test.
6543 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
6544 new test.
6545
6546 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6547
6548 * gdb.base/cached-source-file.exp: Avoid source file paths in test
6549 names.
6550
6551 2020-02-25 Tom de Vries <tdevries@suse.de>
6552
6553 PR go/18926
6554 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6555
6556 2020-02-24 Tom de Vries <tdevries@suse.de>
6557
6558 PR gdb/25592
6559 * gdb.base/info-locals-unused-static-var.c: New test.
6560 * gdb.base/info-locals-unused-static-var.exp: New file.
6561
6562 2020-02-22 Tom Tromey <tom@tromey.com>
6563
6564 * gdb.python/tui-window.exp: New file.
6565 * gdb.python/tui-window.py: New file.
6566
6567 2020-02-22 Tom Tromey <tom@tromey.com>
6568
6569 PR tui/17850:
6570 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6571 tests.
6572
6573 2020-02-22 Tom Tromey <tom@tromey.com>
6574
6575 * gdb.tui/new-layout.exp: Add sub-layout tests.
6576
6577 2020-02-22 Tom Tromey <tom@tromey.com>
6578
6579 * gdb.tui/new-layout.exp: New file.
6580
6581 2020-02-22 Tom Tromey <tom@tromey.com>
6582
6583 * gdb.rust/rust-style.rs: New file.
6584 * gdb.rust/rust-style.exp: New file.
6585 * gdb.base/style.exp: Test structure printing.
6586 * gdb.base/style.c (struct some_struct): New type.
6587 (enum etype): New type.
6588 (struct_value): New global.
6589
6590 2020-02-21 Tom de Vries <tdevries@suse.de>
6591
6592 PR go/18926
6593 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6594 Remove blanket xfails. Use message argument for gdb_breakpoint.
6595 Make continuing to breakpoint test conditional on setting breakpoint.
6596 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6597 DW_AT_name attribute. Add xfail for GCC PR93866.
6598
6599 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6600
6601 * gdb.dwarf2/cpp-linkage-name.c: New file.
6602 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6603
6604 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
6605
6606 * lib/gdb.exp (gdb_wrapper_init): Reset
6607 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6608 not exist.
6609
6610 2020-02-20 Tom de Vries <tdevries@suse.de>
6611
6612 PR go/17018
6613 * gdb.go/hello.exp: Copy ...
6614 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6615 print of st to print value of global definition. Add xfail for GCC
6616 PR93844.
6617 * gdb.go/hello.exp: Remove printing of st before definition.
6618 * gdb.go/hello.go: Copy ...
6619 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6620 to st.
6621 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6622
6623 2020-02-20 Tom de Vries <tdevries@suse.de>
6624
6625 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6626 (gdb_simple_compile): Handle compile_flags go by using .go extension
6627 for source file.
6628 * gdb.go/chan.exp: Use support_go_compile.
6629 * gdb.go/handcall.exp: Same.
6630 * gdb.go/hello.exp: Same.
6631 * gdb.go/integers.exp: Same.
6632 * gdb.go/max-depth.exp: Same.
6633 * gdb.go/methods.exp: Same.
6634 * gdb.go/package.exp: Same.
6635 * gdb.go/strings.exp: Same.
6636 * gdb.go/types.exp: Same.
6637 * gdb.go/unsafe.exp: Same.
6638
6639 2020-02-19 Tom de Vries <tdevries@suse.de>
6640
6641 * gdb.python/lib-types.exp: Make xfail more strict.
6642
6643 2020-02-19 Tom de Vries <tdevries@suse.de>
6644
6645 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6646
6647 2020-02-19 Doug Evans <dje@google.com>
6648
6649 PR rust/25535
6650 * gdb.rust/simple.exp: Add test.
6651 * gdb.rust/simple.rs: Add test.
6652
6653 2020-02-19 Tom de Vries <tdevries@suse.de>
6654
6655 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6656 output line-by-line.
6657
6658 2020-02-19 Tom de Vries <tdevries@suse.de>
6659
6660 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6661
6662 2020-02-19 Tom de Vries <tdevries@suse.de>
6663
6664 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6665 prelink.
6666
6667 2020-02-19 Tom de Vries <tdevries@suse.de>
6668
6669 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6670 (gdb_do_cache): Use gdb_do_cache_wrap.
6671 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6672
6673 2020-02-19 Tom de Vries <tdevries@suse.de>
6674
6675 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6676 gdb_compile option.
6677
6678 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6679
6680 * gdb.base/printcmds.exp (test_print_enums): Update expected
6681 output.
6682
6683 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6684
6685 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6686 for "unknown".
6687
6688 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6689
6690 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6691 enumerator.
6692
6693 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6694
6695 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6696 FE_, add FE_NONE.
6697 (three): Update.
6698 (enum flag_enum_without_zero): New enum.
6699 (flag_enum_without_zero): New variable.
6700 (enum not_flag_enum): New enum.
6701 (three_not_flag): New variable.
6702 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6703 (test_print_enums): Add more tests for printing flag enums.
6704
6705 2020-02-18 Tom de Vries <tdevries@suse.de>
6706
6707 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6708 (gdb_compile_ada): ... here.
6709 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6710 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6711
6712 2020-02-14 Tom Tromey <tom@tromey.com>
6713
6714 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6715 build directory.
6716 * boards/gdbserver-base.exp: Update path to gdbserver.
6717
6718 2020-02-13 Tom de Vries <tdevries@suse.de>
6719
6720 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6721
6722 2020-02-13 Tom de Vries <tdevries@suse.de>
6723
6724 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6725 are missing.
6726
6727 2020-02-13 Tom de Vries <tdevries@suse.de>
6728
6729 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6730 call.
6731
6732 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6733
6734 PR tui/25126
6735 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6736 * gdb.base/cached-source-file.c: New file.
6737 * gdb.base/cached-source-file.exp: New file.
6738
6739 2020-02-11 Tom de Vries <tdevries@suse.de>
6740
6741 PR testsuite/25488
6742 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6743
6744 2020-02-10 Tom de Vries <tdevries@suse.de>
6745
6746 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6747
6748 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6749
6750 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6751 and $after_addr are both integers before making a comparison.
6752
6753 2020-02-09 Tom de Vries <tdevries@suse.de>
6754
6755 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6756 command output and paste it into gdb.log. If any, paste catch message
6757 to gdb.log.
6758
6759 2020-02-07 Tom Tromey <tromey@adacore.com>
6760
6761 PR breakpoints/24915:
6762 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6763
6764 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6765
6766 * gdb.tui/tui-missing-src.exp: Add the "missing source
6767 file" test for the TUI.
6768
6769 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6770
6771 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6772 including a port number in the output.
6773
6774 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6775
6776 * lib/fortran.exp (fortran_int4): Handle clang.
6777 (fortran_int8): Likewise.
6778 (fortran_real4): Likewise.
6779 (fortran_real8): Likewise.
6780 (fortran_complex4): Likewise.
6781 (fortran_logical4): Likewise.
6782 (fortran_character1): Likewise.
6783
6784 2020-02-04 Tom de Vries <tdevries@suse.de>
6785
6786 * README (Race detection): Add note.
6787
6788 2020-02-04 Tom de Vries <tdevries@suse.de>
6789
6790 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6791
6792 2020-02-04 Tom de Vries <tdevries@suse.de>
6793
6794 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6795
6796 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6797
6798 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6799 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6800 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6801 blttar, bnetarl.
6802 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6803 binary for blttar, bnetarl.
6804 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6805 wait instruction. Delete ldmx test.
6806 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6807
6808 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6809
6810 * gdb.fortran/array-bounds-high.exp: New file.
6811 * gdb.fortran/array-bounds-high.f90: New file.
6812
6813 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6814
6815 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6816 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6817
6818 2020-02-01 Tom de Vries <tdevries@suse.de>
6819
6820 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6821
6822 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6823
6824 PR tui/9765
6825 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6826 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6827
6828 2020-01-29 Luis Machado <luis.machado@linaro.org>
6829
6830 * gdb.arch/aarch64-brk-patterns.c: New source file.
6831 * gdb.arch/aarch64-brk-patterns.exp: New test.
6832
6833 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6834
6835 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6836 GCC/Clang version.
6837 * gdb.cp/pass-by-ref.exp: Ditto.
6838
6839 2020-01-29 Tom de Vries <tdevries@suse.de>
6840
6841 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6842 * gdb.threads/watchpoint-fork-mt.c: Same.
6843 * gdb.threads/watchpoint-fork-parent.c: Same.
6844 * gdb.threads/watchpoint-fork-st.c: Same.
6845 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6846
6847 2020-01-27 Luis Machado <luis.machado@linaro.org>
6848
6849 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6850 sitting at a syscall instruction when we hit the syscall function's
6851 breakpoint.
6852 Check PC against one obtained with the x command.
6853 Validate syscall number.
6854 (step_over_syscall): Don't continue to the syscall instruction if
6855 we're already there.
6856
6857 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6858
6859 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6860
6861 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6862
6863 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6864 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6865
6866 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6867
6868 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6869 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6870
6871 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6872
6873 * gdb.base/maint.exp: Update line table parsing test.
6874 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6875
6876 2020-01-24 Pedro Alves <palves@redhat.com>
6877
6878 PR gdb/25410
6879 * gdb.multi/multi-re-run-1.c: New.
6880 * gdb.multi/multi-re-run-2.c: New.
6881 * gdb.multi/multi-re-run.exp: New.
6882
6883 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6884
6885 PR gdb/23718
6886 * gdb.server/server-kill-python.exp: New file.
6887
6888 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6889
6890 * gdb.server/multi-ui-errors.c: New file.
6891 * gdb.server/multi-ui-errors.exp: New file.
6892
6893 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6894
6895 PR tui/9765
6896 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6897
6898 2020-01-19 Tom Tromey <tom@tromey.com>
6899
6900 * gdb.tui/main.exp: Add check for plain "file".
6901
6902 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6903
6904 * lib/gdb.exp: Fix spelling error (seperatelly).
6905
6906 2020-01-14 Tom Tromey <tom@tromey.com>
6907
6908 PR symtab/12535:
6909 * gdb.python/python.exp: Test decode_line with empty string
6910 argument.
6911
6912 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6913
6914 * gdb.base/skip-inline.exp: Extend test.
6915
6916 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6917
6918 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6919 * gdb.dwarf2/dw2-bad-elf.c: New file.
6920 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6921
6922 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6923
6924 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6925 _line_saw_file.
6926
6927 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6928
6929 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6930 border.
6931
6932 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6933
6934 * gdb.multi/multi-target.exp (setup): Factor out "info
6935 connections" and "info inferiors" tests to ...
6936 (test_info_inferiors): ... this new procedure.
6937 (top level): Run new "info-inferiors" tests.
6938
6939 2020-01-10 Pedro Alves <palves@redhat.com>
6940
6941 * gdb.server/bkpt-other-inferior.exp: New file.
6942
6943 2020-01-10 Pedro Alves <palves@redhat.com>
6944
6945 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6946 of "add-inferior".
6947 * gdb.base/quit-live.exp: Likewise.
6948 * gdb.base/remote-exec-file.exp: Likewise.
6949 * gdb.guile/scm-progspace.exp: Likewise.
6950 * gdb.linespec/linespec.exp: Likewise.
6951 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6952 * gdb.mi/user-selected-context-sync.exp: Likewise.
6953 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6954 "info inferiors" tests.
6955 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6956 "add-inferior".
6957 * gdb.multi/watchpoint-multi.exp: Likewise.
6958 * gdb.python/py-inferior.exp: Likewise.
6959 * gdb.server/extended-remote-restart.exp: Likewise.
6960 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6961 "info inferiors".
6962 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6963 * gdb.trace/report.exp: Likewise.
6964
6965 2020-01-10 Pedro Alves <palves@redhat.com>
6966
6967 * gdb.multi/multi-target.c: New file.
6968 * gdb.multi/multi-target.exp: New file.
6969 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6970 mode requested, but remote does not support non-stop".
6971
6972 2020-01-10 Pedro Alves <palves@redhat.com>
6973
6974 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6975 disconnect before reconnecting.
6976
6977 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6978 Pedro Alves <palves@redhat.com>
6979
6980 * gdb.server/connect-without-multi-process.exp: Also test
6981 continuing to end.
6982
6983 2020-01-10 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.base/remote-exec-file.exp: New file.
6986
6987 2020-01-10 Pedro Alves <palves@redhat.com>
6988
6989 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6990 output.
6991 * gdb.threads/async.c: New.
6992 * gdb.threads/async.exp: New.
6993 * gdb.multi/tids-gid-reset.c: New.
6994 * gdb.multi/tids-gid-reset.exp: New.
6995
6996 2020-01-10 George Barrett <bob@bob131.so>
6997
6998 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6999 to help in finding the image relocation offset.
7000 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
7001 options in arguments.
7002 (stap_test_no_debuginfo): Likewise.
7003 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
7004 test variants.
7005 (stap_test): Add null semaphore relocation test.
7006
7007 2020-01-10 George Barrett <bob@bob131.so>
7008
7009 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
7010 * gdb.base/stap-probe.exp: Likewise.
7011 (stap_test): Pass argument as an additional flag.
7012 (stap_test_no_debuginfo): Likewise.
7013 (stap_test): Check `info probes stap' output for semaphore
7014 addresses if the test binary is supposed to have them.
7015
7016 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7017
7018 * gdb.tui/basic.exp: Add more scrolling tests.
7019
7020 2020-01-09 Tom Tromey <tom@tromey.com>
7021
7022 PR tui/18932:
7023 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
7024 meangingful value.
7025 (Term::command, Term::resize): Update.
7026 * gdb.tui/basic.exp: Add scrolling test.
7027
7028 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7029
7030 * gdb.tui/tui-layout-asm.exp: New file.
7031
7032 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7033
7034 * lib/tuiterm.exp (Term::check_box_contents): New proc.
7035
7036 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7037
7038 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
7039 (Term::enter_tui): Use Term::prepare_for_tui.
7040
7041 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7042
7043 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
7044 called.
7045
7046 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7047
7048 * gdb.base/skip.exp: Fix race condition in test.
7049
7050 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
7051
7052 * gdb.base/backtrace.c: New file.
7053 * gdb.base/backtrace.exp: New file.
7054
7055 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
7056
7057 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
7058
7059 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7060
7061 * gdb.base/style.exp: Test that warnings are styled.
7062
7063 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
7064
7065 * gdb.base/line65535.exp: New file.
7066 * gdb.base/line65535.c: New file.
7067
7068 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
7069
7070 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
7071 * lib/gnat_debug_info_test.adb: New file.
7072 * gdb.ada/ptype_tagged_param.exp: Use
7073 gnat_runtime_has_debug_info, expect a different output if
7074 runtime does not have debug info.
7075
7076 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
7077
7078 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
7079 (another) quote in test name.
7080
7081 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
7082
7083 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
7084 Add quote in test name.
7085
7086 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7087
7088 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
7089 directory instead.
7090 * gdb.cp/pass-by-ref.exp: Extend with more cases.
7091 * gdb.cp/pass-by-ref-2.cc: New file.
7092 * gdb.cp/pass-by-ref-2.exp: New file.
7093
7094 2019-12-20 Tom Tromey <tom@tromey.com>
7095
7096 * gdb.tui/list-before.exp: New file.
7097
7098 2019-12-20 Tom Tromey <tom@tromey.com>
7099
7100 * gdb.tui/list.exp: Check for source on initial listing.
7101
7102 2019-12-11 Tom Tromey <tromey@adacore.com>
7103
7104 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
7105 Add crlf test.
7106
7107 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
7108
7109 * gdb.base/default.exp: Update value of $_gdb_major.
7110
7111 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
7112
7113 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
7114
7115 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
7116
7117 * gdb.base/skip.exp: Whitespace fix.
7118
7119 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
7120
7121 * gdb.base/skip-inline.c: New file.
7122 * gdb.base/skip-inline.exp: New file.
7123
7124 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
7125
7126 * gdb.base/jit-reader.exp (jit_reader_test): Rename
7127 jit_function_00 to jit_function_stack_mangle.
7128 * gdb.base/jithost.c (jit_function_t): Rename to...
7129 (jit_function_stack_mangle_t): ... this.
7130 (jit_function_add_t): New typedef.
7131 (jit_function_00_code): Rename to...
7132 (jit_function_stack_mangle_code): ... this, make static.
7133 (jit_function_add_code): New.
7134 (main): Generate "add" function and call it. Adjust to changes
7135 in jithost_abi.
7136 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
7137 (struct jithost_abi) <begin, end>: Remove fields.
7138 <object, function_stack_mangle, function_add>: New fields.
7139 * gdb.base/jitreader.c (struct reader_state) <code_begin,
7140 code_end>: Remove fields.
7141 <func_stack_mangle>: New field.
7142 (read_debug_info): Adjust to renaming, create block for "add"
7143 function.
7144 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
7145
7146 2019-12-11 Tom Tromey <tom@tromey.com>
7147
7148 * gdb.tui/resize.exp: Fix regexp.
7149 * gdb.tui/regs.exp: Fix regexps.
7150 * gdb.tui/main.exp: Fix regexp.
7151
7152 2019-12-11 Tom Tromey <tom@tromey.com>
7153
7154 * gdb.tui/resize.exp: Update.
7155 * gdb.tui/empty.exp (layouts): Update.
7156
7157 2019-12-11 Tom Tromey <tom@tromey.com>
7158
7159 * gdb.tui/regs.exp: Update.
7160 * gdb.tui/empty.exp (layouts): Update.
7161 * gdb.tui/basic.exp: Update.
7162 * lib/tuiterm.exp (_check_box): Don't check bottom border.
7163
7164 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7165
7166 * gdb.base/options.exp: Add -raw-values in the print completion list.
7167 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
7168
7169 2019-12-10 Kevin Buettner <kevinb@redhat.com>
7170
7171 * gdb.threads/omp-par-scope.c: New file.
7172 * gdb/threads/omp-par-scope.exp: New file.
7173
7174 2019-12-10 Kevin Buettner <kevinb@redhat.com>
7175
7176 * lib/gdb.exp (support_nested_function_tests): New proc.
7177
7178 2019-12-10 Kevin Buettner <kevinb@redhat.com>
7179
7180 * lib/gdb.exp (gdb_compile_openmp): New proc.
7181 (build_executable_from_specs): Add an "openmp" option.
7182 (gdb_compile_pthreads): Add non-executable case.
7183
7184 2019-12-10 Tom Tromey <tromey@adacore.com>
7185
7186 * gdb.ada/unchecked_union.exp: New file.
7187 * gdb.ada/unchecked_union/pck.adb: New file.
7188 * gdb.ada/unchecked_union/pck.ads: New file.
7189 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
7190 * gdb-utils.exp (string_to_regexp): Also quote "?".
7191
7192 2019-12-10 George Barrett <bob@bob131.so>
7193
7194 Test scripted probe breakpoints.
7195 * gdb.guile/scm-breakpoint.c (main): Add probe point.
7196 * gdb.python/py-breakpoint.c (main): Likewise.
7197 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
7198 specifier test.
7199 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
7200
7201 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7202
7203 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
7204 an rvalue parameter.
7205 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
7206 parameter.
7207
7208 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7209
7210 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
7211 modules.
7212
7213 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7214
7215 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
7216 broken version of GCC.
7217
7218 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7219
7220 * gdb.fortran/info-modules.exp: Rewrite to make use of new
7221 sym-info-cmds library.
7222 * gdb.fortran/info-types.exp: Likewise.
7223 * lib/sym-info-cmds.exp: New file.
7224
7225 2019-12-08 Tom de Vries <tdevries@suse.de>
7226
7227 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
7228
7229 2019-12-07 Keith Seitz <keiths@redhat.com>
7230
7231 * gdb.base/corefile-buildid-shlib-shr.c: New file.
7232 * gdb.base/corefile-buildid-shlib.c: New file.
7233 * gdb.base/corefile-buildid.c: New file.
7234 * gdb.base/corefile-buildid.exp: New file.
7235
7236 2019-12-06 Tom de Vries <tdevries@suse.de>
7237
7238 * gdb.dwarf2/varval.exp: Add decl before def test.
7239
7240 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7241
7242 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
7243
7244 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7245
7246 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
7247 CV and reference conversion for overload resolution.
7248 * gdb.cp/rvalue-ref-overload.exp: Test it.
7249
7250 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7251
7252 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
7253 * gdb.base/frameapply.exp: Test faas without command.
7254
7255 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7256
7257 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
7258 Fortran tests.
7259 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
7260 order.
7261
7262 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7263
7264 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
7265 casting to type with no kind specified.
7266 (test_basic_parsing_of_type_kinds): Additional tests for types
7267 with no kind specified, and add tests for single/double
7268 precision/complex types.
7269
7270 2019-12-04 Tom Tromey <tromey@adacore.com>
7271
7272 * gdb.base/endianity.c (struct other) <x>: New field.
7273 (main): Initialize it.
7274 * gdb.base/endianity.exp: Update.
7275
7276 2019-12-04 Tom Tromey <tromey@adacore.com>
7277
7278 * gdb.ada/scalar_storage/storage.adb: New file.
7279 * gdb.ada/scalar_storage/pck.adb: New file.
7280 * gdb.ada/scalar_storage/pck.ads: New file.
7281 * gdb.ada/scalar_storage.exp: New file.
7282
7283 2019-12-04 Tom Tromey <tromey@adacore.com>
7284
7285 * gdb.base/endianity.c (struct otherendian) <f>: New field.
7286 (main): Initialize it.
7287 * gdb.base/endianity.exp: Update.
7288
7289 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7290
7291 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
7292
7293 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7294
7295 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
7296 -symbol-info-module-functions and -symbol-info-module-variables.
7297
7298 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
7299
7300 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
7301
7302 2019-12-01 Richard Bunt <richard.bunt@arm.com>
7303 Andrew Burgess <andrew.burgess@embecosm.com>
7304
7305 * gdb.fortran/derived-type-striding.exp: New file.
7306 * gdb.fortran/derived-type-striding.f90: New file.
7307 * gdb.fortran/array-slices.exp: New file.
7308 * gdb.fortran/array-slices.f90: New file.
7309
7310 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7311
7312 * gdb.base/define.exp: Test . in command names.
7313 * gdb.base/setshow.exp: Update test, as . is now part of
7314 command name.
7315
7316 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7317
7318 * gdb.base/define-prefix.exp: New file.
7319
7320 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
7321
7322 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
7323 compile.
7324 (skip_btrace_pt_tests): Likewise.
7325
7326 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7327
7328 * gdb.fortran/info-modules.exp: Compile source files in correct
7329 order.
7330
7331 2019-11-27 Kevin Buettner <kevinb@redhat.com>
7332
7333 * gdb.dwarf2/imported-unit.exp: New file.
7334 * gdb.dwarf2/imported-unit.c: New file.
7335
7336 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7337
7338 * gdb.mi/mi-fortran-modules-2.f90: New file.
7339 * gdb.mi/mi-fortran-modules.exp: New file.
7340 * gdb.mi/mi-fortran-modules.f90: New file.
7341
7342 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7343
7344 * gdb.mi/mi-sym-info-1.c: New file.
7345 * gdb.mi/mi-sym-info-2.c: New file.
7346 * gdb.mi/mi-sym-info.exp: New file.
7347
7348 2019-11-22 Tom Tromey <tromey@adacore.com>
7349
7350 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
7351 * gdb.ada/tasks/foo.adb: Add another stopping location.
7352
7353 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
7354
7355 * gdb.base/endianity.c: New test.
7356 * gdb.base/endianity.exp: New file.
7357
7358 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
7359
7360 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
7361
7362 2019-11-21 Tom de Vries <tdevries@suse.de>
7363
7364 PR gdb/24956
7365 * gdb.base/ui-redirect.exp: Test output of user-defined command.
7366
7367 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7368
7369 * gdb.python/py-progspace.exp: Add missing parentheses on some
7370 'print' commands.
7371
7372 2019-11-19 Tom Tromey <tom@tromey.com>
7373
7374 * gdb.tui/winheight.exp: New file.
7375
7376 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7377
7378 * gdb.base/ctf-whatis.c: Delete.
7379 * gdb.base/ctf-whatis.exp: Delete.
7380 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
7381
7382 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7383
7384 * gdb.base/ctf-cvexpr.exp: Delete.
7385 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
7386
7387 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7388
7389 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
7390 the compiler. Clean up header comment a little.
7391 * gdb.base/ctf-ptype.exp: Likewise.
7392 * gdb.base/ctf-whatis.exp: Likewise.
7393 * lib/gdb.exp (skip_ctf_tests): New proc.
7394
7395 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
7396
7397 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
7398 * gdb.tui/corefile-run.exp: New file.
7399
7400 2019-11-14 Tom Tromey <tromey@adacore.com>
7401
7402 * gdb.base/gdbvars.exp (test_convenience_variables): Add
7403 regression tests.
7404
7405 2019-11-12 Tom Tromey <tom@tromey.com>
7406
7407 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
7408 after any command. Expect prompt after WAIT_FOR is seen.
7409 (enter_tui): Enable resize messages.
7410 (command): Expect command in output.
7411 (get_line): Avoid error when cursor appears to be off-screen.
7412 (dump_screen): Include screen size in title.
7413 (_do_resize): New proc, from "resize".
7414 (resize): Rewrite. Do resize in two steps.
7415 * gdb.tui/empty.exp (layouts): Fix entries.
7416 (check_boxes): Remove xfail.
7417 (check_text): Dump screen on failure.
7418
7419 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7420
7421 * gdb.python/py-symbol.exp: Add test for
7422 gdb.lookup_static_symbols.
7423
7424 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7425
7426 * gdb.python/py-symbol.c: Declare and call function from new
7427 py-symbol-2.c file.
7428 * gdb.python/py-symbol.exp: Compile both source files, and add new
7429 tests for gdb.lookup_static_symbol.
7430 * gdb.python/py-symbol-2.c: New file.
7431
7432 2019-11-02 Tom de Vries <tdevries@suse.de>
7433
7434 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
7435 * gdb.base/anon.exp: Same.
7436 * gdb.base/auto-connect-native-target.exp: Same.
7437 * gdb.base/call-ar-st.exp: Same.
7438 * gdb.base/catch-syscall.exp: Same.
7439 * gdb.base/commands.exp: Same.
7440 * gdb.base/default.exp: Same.
7441 * gdb.base/display.exp: Same.
7442 * gdb.base/float.exp: Same.
7443 * gdb.base/foll-fork.exp: Same.
7444 * gdb.base/help.exp: Same.
7445 * gdb.base/info-macros.exp: Same.
7446 * gdb.base/info-proc.exp: Same.
7447 * gdb.base/info-target.exp: Same.
7448 * gdb.base/long_long.exp: Same.
7449 * gdb.base/macscp.exp: Same.
7450 * gdb.base/memattr.exp: Same.
7451 * gdb.base/nofield.exp: Same.
7452 * gdb.base/pointers.exp: Same.
7453 * gdb.base/printcmds.exp: Same.
7454 * gdb.base/ptype.exp: Same.
7455 * gdb.base/restore.exp: Same.
7456 * gdb.base/return.exp: Same.
7457 * gdb.base/scope.exp: Same.
7458 * gdb.base/set-noassign.exp: Same.
7459 * gdb.base/setshow.exp: Same.
7460 * gdb.base/shlib-call.exp: Same.
7461 * gdb.base/signals.exp: Same.
7462 * gdb.base/sigstep.exp: Same.
7463 * gdb.base/skip.exp: Same.
7464 * gdb.base/solib-symbol.exp: Same.
7465 * gdb.base/stap-probe.exp: Same.
7466 * gdb.base/step-line.exp: Same.
7467 * gdb.base/step-test.exp: Same.
7468 * gdb.base/style.exp: Same.
7469 * gdb.base/varargs.exp: Same.
7470 * gdb.base/vla-datatypes.exp: Same.
7471 * gdb.base/vla-ptr.exp: Same.
7472 * gdb.base/vla-sideeffect.exp: Same.
7473 * gdb.base/volatile.exp: Same.
7474 * gdb.base/watch-cond-infcall.exp: Same.
7475 * gdb.base/watchpoint.exp: Same.
7476
7477 2019-11-02 Tom de Vries <tdevries@suse.de>
7478
7479 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
7480 * gdb.cp/cpexprs.exp: Same.
7481 * gdb.cp/except-multi-location.exp: Same.
7482 * gdb.cp/exceptprint.exp: Same.
7483 * gdb.cp/gdb2384.exp: Same.
7484 * gdb.cp/inherit.exp: Same.
7485 * gdb.cp/m-static.exp: Same.
7486 * gdb.cp/meth-typedefs.exp: Same.
7487 * gdb.cp/misc.exp: Same.
7488 * gdb.cp/namespace.exp: Same.
7489 * gdb.cp/non-trivial-retval.exp: Same.
7490 * gdb.cp/overload.exp: Same.
7491 * gdb.cp/pr17132.exp: Same.
7492 * gdb.cp/re-set-overloaded.exp: Same.
7493 * gdb.cp/rvalue-ref-types.exp: Same.
7494 * gdb.cp/templates.exp: Same.
7495
7496 2019-11-01 Luis Machado <luis.machado@linaro.org>
7497
7498 PR gdb/25124
7499
7500 * gdb.arch/pr25124.S: New file.
7501 * gdb.arch/pr25124.exp: New file.
7502
7503 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7504
7505 * gdb.fortran/info-modules.exp: Update expected results, and add
7506 additional tests for 'info module functinos', and 'info module
7507 variables'.
7508 * gdb.fortran/info-types.exp: Update expected results.
7509 * gdb.fortran/info-types.f90: Extend testcase with additional
7510 module variables and functions.
7511
7512 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7513
7514 * gdb.fortran/info-modules.exp: New file.
7515 * gdb.fortran/info-types.exp: Build with new file.
7516 * gdb.fortran/info-types.f90: Include and use new module.
7517 * gdb.fortran/info-types-2.f90: New file.
7518
7519 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7520
7521 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
7522 * gdb.base/settings.exp: Test all settings types using
7523 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
7524 that now verifies that the value of "maint show" is the same as
7525 returned by the settings functions. Test the type of the
7526 maintenance settings.
7527 * gdb.base/default.exp: Update show_conv_list.
7528
7529 2019-10-31 Tom de Vries <tdevries@suse.de>
7530
7531 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
7532 gdb_test.
7533 * gdb.arch/amd64-disp-step.exp: Same.
7534 * gdb.asm/asm-source.exp: Same.
7535 * gdb.btrace/buffer-size.exp: Same.
7536 * gdb.btrace/cpu.exp: Same.
7537 * gdb.btrace/enable.exp: Same.
7538 * gdb.dwarf2/count.exp: Same.
7539 * gdb.dwarf2/dw2-ranges-func.exp: Same.
7540 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
7541 * gdb.fortran/vla-datatypes.exp: Same.
7542 * gdb.fortran/vla-history.exp: Same.
7543 * gdb.fortran/vla-ptype.exp: Same.
7544 * gdb.fortran/vla-value.exp: Same.
7545 * gdb.fortran/whatis_type.exp: Same.
7546 * gdb.guile/guile.exp: Same.
7547 * gdb.multi/tids.exp: Same.
7548 * gdb.python/py-finish-breakpoint.exp: Same.
7549 * gdb.python/py-framefilter.exp: Same.
7550 * gdb.python/py-pp-registration.exp: Same.
7551 * gdb.python/py-xmethods.exp: Same.
7552 * gdb.python/python.exp: Same.
7553 * gdb.server/connect-with-no-symbol-file.exp: Same.
7554 * gdb.server/no-thread-db.exp: Same.
7555 * gdb.server/run-without-local-binary.exp: Same.
7556 * gdb.stabs/weird.exp: Same.
7557 * gdb.threads/attach-many-short-lived-threads.exp: Same.
7558 * gdb.threads/thread-find.exp: Same.
7559 * gdb.threads/tls-shared.exp: Same.
7560 * gdb.threads/tls.exp: Same.
7561 * gdb.threads/wp-replication.exp: Same.
7562 * gdb.trace/ax.exp: Same.
7563 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7564
7565 2019-10-31 Tom de Vries <tdevries@suse.de>
7566
7567 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7568 * gdb.ada/array_subscript_addr.exp: Same.
7569 * gdb.ada/arrayidx.exp: Same.
7570 * gdb.ada/arrayparam.exp: Same.
7571 * gdb.ada/arrayptr.exp: Same.
7572 * gdb.ada/boolean_expr.exp: Same.
7573 * gdb.ada/call_pn.exp: Same.
7574 * gdb.ada/complete.exp: Same.
7575 * gdb.ada/fixed_cmp.exp: Same.
7576 * gdb.ada/fun_addr.exp: Same.
7577 * gdb.ada/funcall_param.exp: Same.
7578 * gdb.ada/interface.exp: Same.
7579 * gdb.ada/mod_from_name.exp: Same.
7580 * gdb.ada/null_array.exp: Same.
7581 * gdb.ada/packed_array.exp: Same.
7582 * gdb.ada/packed_tagged.exp: Same.
7583 * gdb.ada/print_chars.exp: Same.
7584 * gdb.ada/print_pc.exp: Same.
7585 * gdb.ada/ptype_arith_binop.exp: Same.
7586 * gdb.ada/ptype_field.exp: Same.
7587 * gdb.ada/ptype_tagged_param.exp: Same.
7588 * gdb.ada/rec_return.exp: Same.
7589 * gdb.ada/ref_tick_size.exp: Same.
7590 * gdb.ada/str_ref_cmp.exp: Same.
7591 * gdb.ada/taft_type.exp: Same.
7592 * gdb.ada/tagged.exp: Same.
7593 * gdb.ada/type_coercion.exp: Same.
7594 * gdb.ada/uninitialized_vars.exp: Same.
7595
7596 2019-10-30 Tom de Vries <tdevries@suse.de>
7597
7598 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7599
7600 2019-10-26 Tom de Vries <tdevries@suse.de>
7601
7602 * gdb.base/bigcore.c: Fix typos in comments.
7603 * gdb.base/ctf-ptype.c: Same.
7604 * gdb.base/long_long.c: Same.
7605 * gdb.dwarf2/dw2-op-out-param.S: Same.
7606 * gdb.python/py-evthreads.c: Same.
7607 * gdb.reverse/i387-stack-reverse.c: Same.
7608 * gdb.trace/tfile.c: Same.
7609 * lib/compiler.c: Same.
7610 * lib/compiler.cc: Same.
7611
7612 2019-10-25 Tom de Vries <tdevries@suse.de>
7613
7614 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7615 gdb_test_multiple calls.
7616 * gdb.reverse/sigall-reverse.exp: Same.
7617 * gdb.reverse/solib-precsave.exp: Same.
7618 * gdb.reverse/solib-reverse.exp: Same.
7619 * gdb.reverse/until-precsave.exp: Same.
7620 * gdb.reverse/until-reverse.exp: Same.
7621
7622 2019-10-24 Tom de Vries <tdevries@suse.de>
7623
7624 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7625 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7626 kfail using -wrap pattern flag and convenience variable
7627 gdb_test_name.
7628
7629 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7630
7631 * gdb.python/py-progspace.exp: Add tests for the
7632 Progspace.block_for_pc method.
7633
7634 2019-10-23 Tom Tromey <tom@tromey.com>
7635
7636 * configure: Rebuild.
7637 * aclocal.m4: Use m4_include, not sinclude.
7638
7639 2019-10-21 Tom de Vries <tdevries@suse.de>
7640
7641 * gdb.base/infcall-nested-structs.c: Add
7642 __attribute__((noinline,noclone)) to all functions.
7643 (call_all): Add missing variable initialization. Simplify return value.
7644 (breakpt): Increment volatile variable, to prevent call from being
7645 optimized out.
7646 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7647
7648 2019-10-17 Tom de Vries <tdevries@suse.de>
7649
7650 * gdb.fortran/module.exp: Allow info variables to print info for files
7651 other than module.f90.
7652
7653 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7654
7655 * gdb.fortran/module.exp: Extend with 'info variables' test.
7656
7657 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7658
7659 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7660 F77_FOR_TARGET.
7661
7662 2019-10-16 Tom de Vries <tdevries@suse.de>
7663
7664 PR tdep/25096
7665 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7666
7667 2019-10-16 Tom de Vries <tdevries@suse.de>
7668
7669 PR tdep/24104
7670 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7671 Add KFAIL for PR tdep/25096.
7672
7673 2019-10-16 Tom de Vries <tdevries@suse.de>
7674
7675 PR testsuite/25059
7676 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7677
7678 2019-10-16 Tom de Vries <tdevries@suse.de>
7679
7680 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7681 as signed.
7682
7683 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7684
7685 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7686 one instead of increasing timeout.
7687
7688 2019-10-13 Tom de Vries <tdevries@suse.de>
7689
7690 PR record/25038
7691 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7692 * gdb.reverse/sigall-reverse.exp: Same.
7693 * gdb.reverse/solib-precsave.exp: Same.
7694 * gdb.reverse/solib-reverse.exp: Same.
7695 * gdb.reverse/step-precsave.exp: Same.
7696 * gdb.reverse/until-precsave.exp: Same.
7697 * gdb.reverse/until-reverse.exp: Same.
7698 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7699
7700 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7701
7702 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7703 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7704 (cmp_struct_05_01, cmp_struct_static_02_01)
7705 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7706 comparisons.
7707
7708 2019-10-10 Tom de Vries <tdevries@suse.de>
7709
7710 PR testsuite/24888
7711 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7712 gnatlink.
7713
7714 2019-10-09 Tom de Vries <tdevries@suse.de>
7715
7716 PR testsuite/25048
7717 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7718
7719 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7720
7721 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7722 exceptions due to missing debug information.
7723
7724 2019-10-07 Tom de Vries <tdevries@suse.de>
7725
7726 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7727
7728 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7729
7730 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7731 * gdb.base/annota1.exp: Update to use gdb_test_name.
7732
7733 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
7734
7735 * gdb.base/ctf-whatis.exp: New file.
7736 * gdb.base/ctf-whatis.c: New file.
7737 * gdb.base/ctf-ptype.exp: New file.
7738 * gdb.base/ctf-ptype.c: New file.
7739 * gdb.base/ctf-constvars.exp: New file.
7740 * gdb.base/ctf-constvars.c: New file.
7741 * gdb.base/ctf-cvexpr.exp: New file.
7742
7743 2019-10-04 Tom de Vries <tdevries@suse.de>
7744
7745 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7746 for loop.
7747
7748 2019-10-03 Tom Tromey <tom@tromey.com>
7749
7750 PR rust/24976:
7751 * gdb.rust/simple.rs (Union2): New type.
7752 (main): Use Union2.
7753 * gdb.rust/simple.exp: Add test.
7754
7755 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7756
7757 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7758 nested function prefix.
7759
7760 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7761 Richard Bunt <richard.bunt@arm.com>
7762 Andrew Burgess <andrew.burgess@embecosm.com>
7763
7764 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7765 nested functions.
7766 * gdb.fortran/nested-funcs.f90: Update expected results.
7767 * gdb.fortran/nested-funcs-2.exp: New file.
7768 * gdb.fortran/nested-funcs-2.f90: New file.
7769
7770 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7771
7772 * gdb.python/py-parameter.exp: Make test names unique.
7773 * gdb.python/py-template.exp: Likewise.
7774 * gdb.python/py-value.exp: Likewise.
7775
7776 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7777
7778 * gdb.base/break-interp.exp: Reduce test name duplication.
7779 * gdb.base/call-sc.exp: Likewise.
7780 * gdb.base/callfuncs.exp: Likewise.
7781 * gdb.base/charset.exp: Likewise.
7782 * gdb.base/dump.exp: Likewise.
7783 * gdb.base/ena-dis-br.exp: Likewise.
7784 * gdb.base/relational.exp: Likewise.
7785 * gdb.base/step-over-syscall.exp: Likewise.
7786 * gdb.base/structs.exp: Likewise.
7787
7788 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7789
7790 * gdb.linespec/explicit.exp: Make test names unique.
7791 * gdb.linespec/ls-errs.exp: Likewise.
7792
7793 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7794
7795 * gdb.reverse/break-precsave.exp: Make test names unique.
7796 * gdb.reverse/break-reverse.exp: Likewise.
7797 * gdb.reverse/finish-precsave.exp: Likewise.
7798 * gdb.reverse/finish-reverse.exp: Likewise.
7799 * gdb.reverse/machinestate-precsave.exp: Likewise.
7800 * gdb.reverse/machinestate.exp: Likewise.
7801 * gdb.reverse/readv-reverse.exp: Likewise.
7802 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7803 * gdb.reverse/sigall-precsave.exp: Likewise.
7804 * gdb.reverse/sigall-reverse.exp: Likewise.
7805 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7806 * gdb.reverse/watch-precsave.exp: Likewise.
7807 * gdb.reverse/watch-reverse.exp: Likewise.
7808
7809 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7810
7811 * gdb.threads/stop-with-handle.c: New file.
7812 * gdb.threads/stop-with-handle.exp: New file.
7813
7814 2019-10-03 Tom de Vries <tdevries@suse.de>
7815
7816 PR testsuite/25059
7817 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7818 directory" line to be missing.
7819
7820 2019-10-03 Tom de Vries <tdevries@suse.de>
7821
7822 PR testsuite/25059
7823 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7824 type optional.
7825
7826 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7827
7828 * gdb.python/py-format-string.c (string.h): New include.
7829 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7830 the same value, for endianness-independence.
7831 * gdb.python/py-format-string.exp (default_regexp_dict)
7832 (test_pretty_structs, test_format): Adjust expected output to the
7833 changed initialization.
7834
7835 2019-10-02 Tom Tromey <tromey@adacore.com>
7836
7837 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7838
7839 2019-10-02 Pedro Alves <palves@redhat.com>
7840 Andrew Burgess <andrew.burgess@embecosm.com>
7841
7842 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7843 "print-file-var.h".
7844 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7845 (get_version_1): Print this_version_id and its address.
7846 Add extern "C" wrappers around interface functions.
7847 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7848 "print-file-var.h".
7849 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7850 (get_version_2): Print this_version_id and its address.
7851 Add extern "C" wrappers around interface functions.
7852 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7853 <stddef.h> and "print-file-var.h".
7854 Add extern "C" wrappers around interface functions.
7855 [VERSION_ID_MAIN] (this_version_id): Define.
7856 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7857 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7858 up extern "C" blocks.
7859 * gdb.base/print-file-var.exp (test): New, factored out from top
7860 level.
7861 (top level): Test all combinations of attribute hidden or not,
7862 dlopen or not, and this_version_id symbol in main file or not.
7863 Compile tests as both C++ and C, make test names unique.
7864
7865 2019-10-01 Tom Tromey <tom@tromey.com>
7866
7867 * gdb.base/style.exp: Test "show logging filename".
7868
7869 2019-10-01 Tom Tromey <tom@tromey.com>
7870
7871 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7872 * gdb.base/style.exp: Add metadata style test.
7873
7874 2019-10-01 Tom Tromey <tom@tromey.com>
7875
7876 * gdb.base/style.exp: Test "pwd".
7877
7878 2019-10-01 Tom Tromey <tom@tromey.com>
7879
7880 * gdb.base/style.exp: Update tests.
7881
7882 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7883
7884 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7885 'six' to unsigned.
7886 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7887 'five'. Use an all-ones bit pattern for each.
7888 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7889 to its changed values.
7890
7891 2019-09-30 Tom Tromey <tromey@adacore.com>
7892
7893 * gdb.rust/traits.rs: Disable all warnings.
7894
7895 2019-09-29 Tom de Vries <tdevries@suse.de>
7896
7897 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7898
7899 2019-09-29 Tom de Vries <tdevries@suse.de>
7900
7901 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7902
7903 2019-09-27 Tom de Vries <tdevries@suse.de>
7904
7905 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7906
7907 2019-09-27 Tom de Vries <tdevries@suse.de>
7908
7909 PR record/23188
7910 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7911
7912 2019-09-26 Tom Tromey <tromey@adacore.com>
7913
7914 * gdb.ada/py_taft.exp: New file.
7915 * gdb.ada/py_taft/main.adb: New file.
7916 * gdb.ada/py_taft/pkg.adb: New file.
7917 * gdb.ada/py_taft/pkg.ads: New file.
7918
7919 2019-09-24 Tom de Vries <tdevries@suse.de>
7920
7921 PR gdb/24598
7922 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7923
7924 2019-09-22 Tom de Vries <tdevries@suse.de>
7925
7926 * gdb.base/restore.exp: Allow register variables to be optimized out at
7927 -O0.
7928
7929 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7930
7931 * gdb.arch/spu-info.exp: Remove file.
7932 * gdb.arch/spu-info.c: Remove file.
7933 * gdb.arch/spu-ls.exp: Remove file.
7934 * gdb.arch/spu-ls.c: Remove file.
7935
7936 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7937 * gdb.asm/spu.inc: Remove file.
7938
7939 * gdb.base/dump.exp: Remove support for spu*-*-*.
7940 * gdb.base/stack-checking.exp: Likewise.
7941 * gdb.base/overlays.exp: Likewise.
7942 * gdb.base/ovlymgr.c: Likewise.
7943 * gdb.base/spu.ld: Remove file.
7944
7945 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7946 * gdb.cp/cpexprs.exp: Likewise.
7947 * gdb.cp/exception.exp: Likewise.
7948 * gdb.cp/gdb2495.exp: Likewise.
7949 * gdb.cp/mb-templates.exp: Likewise.
7950 * gdb.cp/pr9167.exp: Likewise.
7951 * gdb.cp/userdef.exp: Likewise.
7952
7953 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7954
7955 * gdb.cell: Remove directory.
7956 * lib/cell.exp: Remove file.
7957
7958 2019-09-19 Tom de Vries <tdevries@suse.de>
7959
7960 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7961
7962 2019-09-19 Tom de Vries <tdevries@suse.de>
7963
7964 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7965
7966 2019-09-19 Tom de Vries <tdevries@suse.de>
7967
7968 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7969 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7970 (gdb_target_cmd): ... here.
7971 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7972 value 2.
7973
7974 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7975
7976 * gdb.base/source-dir.exp: Avoid having directory names in test
7977 names.
7978
7979 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7980
7981 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7982 directory.
7983
7984 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7985
7986 * gdb.base/list-missing-source.exp: New file.
7987
7988 2019-09-14 Tom de Vries <tdevries@suse.de>
7989
7990 PR teststuite/24599
7991 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7992 * lib/ada.exp (gnatmake_version_at_least): New proc.
7993
7994 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7995
7996 * gdb.base/maint.exp: Use exec_has_index_section.
7997
7998 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7999
8000 * gdb.base/maint.exp: Add test for 'maint info sections'.
8001
8002 2019-09-12 Tom de Vries <tdevries@suse.de>
8003
8004 * gdb.base/store.exp: Allow register variables to be optimized out at
8005 -O0.
8006
8007 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8008
8009 * gdb.ada/rdv_wait.exp: Update to new task names.
8010 * gdb.base/task_switch_in_core.exp: Likewise.
8011 * gdb.base/info_sources_base.c: Likewise.
8012
8013 2019-09-10 Tom Tromey <tromey@adacore.com>
8014
8015 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
8016
8017 2019-09-10 Tom Tromey <tromey@adacore.com>
8018
8019 * gdb.ada/dgopt.exp: New file.
8020 * gdb.ada/dgopt/x.adb: New file.
8021
8022 2019-09-08 Tom Tromey <tom@tromey.com>
8023
8024 * gdb.tui/resize.exp: Remove setup_xfail.
8025 * gdb.tui/regs.exp: Remove setup_xfail.
8026 * gdb.tui/basic.exp: Remove setup_xfail.
8027
8028 2019-09-06 David Blaikie <dblaikie@gmail.com>
8029
8030 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
8031 * gdb.cp/cplabel.exp: Ditto.
8032 * gdb.linespec/ls-errs.exp: Ditto.
8033
8034 2019-09-05 Tom de Vries <tdevries@suse.de>
8035
8036 * lib/gdb.exp (cmp_file_string): New proc.
8037 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
8038 runto_main. Verify save breakpoints output.
8039
8040 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8041
8042 * gdb.base/info-var.exp: Test info variables without running
8043 to main, to avoid expect's buffer overflow.
8044
8045 2019-09-03 Tom Tromey <tromey@adacore.com>
8046
8047 * gdb.ada/bias.exp: New file.
8048 * gdb.ada/bias/bias.adb: New file.
8049 * gdb.ada/print_chars.exp: Add regression test.
8050 * gdb.ada/print_chars/foo.adb (My_Character): New type.
8051 (MC): New variable.
8052
8053 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
8054
8055 * gdb.base/argv0-symlink.exp: Run only on native target
8056 and local host.
8057
8058 2019-08-29 Tom de Vries <tdevries@suse.de>
8059
8060 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
8061 diverse debug info.
8062 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
8063
8064 2019-08-28 Tom de Vries <tdevries@suse.de>
8065
8066 * gdb.base/info-var.exp: Allow info variables to print info for files
8067 other than info-var-f1.c and info-var-f2.c.
8068
8069 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
8070
8071 * gdb.fortran/info-types.exp: Add module.
8072 * gdb.fortran/info-types.f90: Update expected results.
8073
8074 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
8075
8076 * gdb.fortran/info-types.exp: New file.
8077 * gdb.fortran/info-types.f90: New file.
8078 * lib/fortran.exp (fortran_character1): New proc.
8079
8080 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
8081
8082 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
8083 functions'. Reindent as needed.
8084 * gdb.base/info-var-f1.c: New file.
8085 * gdb.base/info-var-f2.c: New file.
8086 * gdb.base/info-var.exp: New file.
8087 * gdb.base/info-var.h: New file.
8088
8089 2019-08-26 Tom de Vries <tdevries@suse.de>
8090
8091 PR c++/24852
8092 * gdb.cp/no-libstdcxx-probe.exp: New test.
8093
8094 2019-08-26 Tom de Vries <tdevries@suse.de>
8095
8096 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
8097 * tests need to be skipped.
8098 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
8099 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
8100 mi_skip_libstdcxx_probe_tests.
8101
8102 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
8103
8104 * gdb.python/py-xmethods.exp: Use raw strings when passing
8105 arguments to SimpleXMethodMatcher.
8106
8107 2019-08-22 Tom de Vries <tdevries@suse.de>
8108
8109 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
8110 more informative.
8111
8112 2019-08-21 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.base/with.exp: Test "with" with no arguments.
8115
8116 2019-08-21 Tom de Vries <tdevries@suse.de>
8117
8118 * gdb.base/gdb-caching-proc.exp: Sort files.
8119
8120 2019-08-20 Tom de Vries <tdevries@suse.de>
8121
8122 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
8123 compilation.
8124
8125 2019-08-16 Tom de Vries <tdevries@suse.de>
8126
8127 * gdb.base/compare-sections.exp ("after run to main"): Allow
8128 mismatched read-only sections for PIE executables.
8129
8130 2019-08-16 Tom Tromey <tom@tromey.com>
8131
8132 * lib/tuiterm.exp (_csi_Z): New proc.
8133 * gdb.tui/basic.exp: Update window positions.
8134 * gdb.tui/empty.exp: Update window positions.
8135
8136 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
8137
8138 * gdb.base/examine-backward.exp: Correct regexp for
8139 "examine 3 bytes backward from ${address_zero}".
8140
8141 2019-08-15 Tom Tromey <tom@tromey.com>
8142
8143 * gdb.tui/empty.exp: Enable resizing tests.
8144
8145 2019-08-15 Tom Tromey <tromey@adacore.com>
8146
8147 * gdb.ada/char_enum.exp: Add regression tests.
8148 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
8149 and '0'.
8150 (Char, Gchar): Update.
8151 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
8152
8153 2019-08-15 Christian Biesinger <cbiesinger@google.com>
8154
8155 * gdb.python/python.exp: Expect a leading underscore on
8156 GdbOutput{,Error}File.
8157
8158 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
8159
8160 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
8161 Windows host.
8162
8163 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
8164
8165 * gdb.base/batch-preserve-term-settings.exp
8166 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
8167
8168 2019-08-15 Christian Biesinger <cbiesinger@google.com>
8169
8170 * lib/gdb.exp: When running on a mingw target, replace
8171 /x/ with x:/.
8172
8173 2019-08-14 Alan Hayward <alan.hayward@arm.com>
8174
8175 * gdb.arch/aarch64-prologue.c: New test.
8176 * gdb.arch/aarch64-prologue.exp: New file.
8177
8178 2019-08-13 Tom de Vries <tdevries@suse.de>
8179
8180 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
8181 Thread.
8182
8183 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
8184
8185 * gdb.python/py-completion.exp: Download the .py file to the host
8186 and use its host pathname. Conditionalize tests that use
8187 tab completion and manipulate files on the build machine.
8188 * gdb.python/py-events.exp: Download the .py file to the host
8189 and use its host pathname.
8190 * gdb.python/py-evsignal.exp: Likewise.
8191 * gdb.python/py-evthreads.exp: Likewise.
8192 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
8193 pathname syntax.
8194 * gdb.python/py-framefilter.exp: Download the .py file to the right
8195 place on the host. Match Windows pathname syntax.
8196 * gdb.python/py-mi-var-info-path-expression.exp: Download the
8197 .py file to the host and use its host pathname.
8198 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
8199 * gdb.python/py-objfile.exp: Expect a host pathname, not a
8200 build pathname. Skip symlink test on Windows host. Add missing
8201 newline at end of file.
8202 * gdb.python/py-pp-maint.exp: Download the .py file to the host
8203 and use its host pathname.
8204 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
8205 * gdb.python/py-section-script.exp: Use host location of binfile
8206 on safe-path. Use correct path separator on Windows host.
8207 Reorder alternatives in gdb_test_multiple to prevent matching
8208 the wrong alternative on success.
8209 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
8210
8211 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
8212
8213 * gdb.gdb/selftest.exp (test_with_self): Update test to now
8214 expect the GDB inferior to no longer immediately stop after
8215 being resumed with "signal SIGINT".
8216
8217 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
8218
8219 * gdb.linespec/break-ask.exp: Generalize regexps to match
8220 Windows pathnames too.
8221
8222 2019-08-08 Tom de Vries <tdevries@suse.de>
8223
8224 PR testsuite/24862
8225 * lib/tuiterm.exp (_accept): Fix CSI regexp.
8226
8227 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8228
8229 * gdb.base/style.exp: Update tests for help doc new invariants.
8230 * gdb.base/help.exp: Likewise.
8231
8232 2019-08-06 Tom Tromey <tom@tromey.com>
8233
8234 * gdb.base/style.exp: Add disassemble test.
8235 * gdb.base/style.c (some_called_function): New function.
8236 (main): Use it.
8237
8238 2019-08-05 Christian Biesinger <cbiesinger@google.com>
8239
8240 * gdb.python/py-block.exp: Test dictionary access on blocks.
8241
8242 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
8243
8244 PR gdb/24863
8245 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
8246 -list-thread-groups --available test when running under
8247 check-read1.
8248
8249 2019-08-05 Tom de Vries <tdevries@suse.de>
8250
8251 PR testsuite/24863
8252 * lib/gdb.exp (with_read1_timeout_factor): New proc.
8253 * gdb.base/help.exp: Use with_read1_timeout_factor.
8254 * gdb.base/info-macros.exp: Same.
8255 * gdb.cp/nested-types.exp: Same.
8256
8257 2019-08-05 Tom de Vries <tdevries@suse.de>
8258
8259 * lib/gdb.exp (version_at_least): Factor out of ...
8260 (tcl_version_at_least): ... here.
8261 (gdb_compile): Fail if pie results in non-PIE executable.
8262 (readelf_version, readelf_prints_pie): New proc.
8263 (exec_is_pie): Return -1 if unknown.
8264
8265 2019-08-05 Tom de Vries <tdevries@suse.de>
8266
8267 * lib/gdb.exp (tcl_version_at_least): Fix typo.
8268
8269 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8270
8271 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
8272
8273 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8274
8275 * lib/completion-support.exp (test_gdb_complete_none): Skip
8276 tab completion tests if no readline support.
8277 (test_gdb_complete_unique_re): Likewise.
8278 (test_gdb_complete_multiple): Likewise.
8279
8280 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8281
8282 * gdb.base/info_sources.exp: New file.
8283 * gdb.base/info_sources.c: New file.
8284 * gdb.base/info_sources_base.c: New file.
8285
8286 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8287
8288 * gdb.base/batch-exit-status.exp: Call test_exit_status with
8289 prefix argument.
8290 (test_exit_status): Add prefix argument.
8291
8292 2019-08-01 Tom de Vries <tdevries@suse.de>
8293
8294 PR testsuite/24863
8295 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
8296 calling exp_continue for new thread and thread exited messages.
8297
8298 2019-08-01 Tom de Vries <tdevries@suse.de>
8299
8300 PR testsuite/24863
8301 * gdb.base/structs.exp: Fix check-read1 timeout using
8302 gdb_test_sequence.
8303 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
8304
8305 2019-08-01 Tom de Vries <tdevries@suse.de>
8306
8307 PR testsuite/24863
8308 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
8309 line.
8310
8311 2019-08-01 Tom de Vries <tdevries@suse.de>
8312
8313 PR testsuite/24863
8314 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
8315
8316 2019-07-30 Tom Tromey <tromey@adacore.com>
8317
8318 * gdb.ada/display_nested.exp: New file.
8319 * gdb.ada/display_nested/foo.adb: New file.
8320 * gdb.ada/display_nested/pack.adb: New file.
8321 * gdb.ada/display_nested/pack.ads: New file.
8322
8323 2019-07-30 Christian Biesinger <cbiesinger@google.com>
8324
8325 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
8326 namespace.
8327 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
8328
8329 2019-07-30 Tom de Vries <tdevries@suse.de>
8330
8331 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
8332 instead.
8333
8334 2019-07-30 Tom de Vries <tdevries@suse.de>
8335
8336 PR testsuite/24834
8337 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
8338 (exec_is_pie): New proc.
8339
8340 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8341
8342 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
8343
8344 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8345
8346 * gdb.python/py-objfile.c: Add global and static vars.
8347 * gdb.python/py-objfile.exp: Test new functions Objfile.
8348 lookup_global_symbol and lookup_static_symbol.
8349
8350 2019-07-29 Tom Tromey <tom@tromey.com>
8351
8352 * lib/tuiterm.exp (Term::_csi_@): New proc.
8353 (Term::_csi_X): Don't move cursor.
8354
8355 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8356
8357 * gdb.base/options.exp: Update backtrace - completion to
8358 new option -frame-info.
8359 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
8360 Test new 'set print frame-info'. Test backtrace -frame-info
8361 overriding 'set print frame-info'.
8362 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
8363 Test new 'set print frame-info'.
8364 Verify consistency of backtrace with and without filters, with and
8365 without -no-filters.
8366 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
8367 default.
8368
8369 2019-07-29 Tom de Vries <tdevries@suse.de>
8370
8371 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
8372 no arguments".
8373
8374 2019-07-29 Tom de Vries <tdevries@suse.de>
8375
8376 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
8377 is a substring of the first for "complete non-unique file name".
8378
8379 2019-07-29 Tom de Vries <tdevries@suse.de>
8380
8381 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
8382 with ".*".
8383
8384 2019-07-29 Tom de Vries <tdevries@suse.de>
8385
8386 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
8387 Pass prompt_regexp parameter to gdb_test_multiple calls.
8388
8389 2019-07-29 Tom de Vries <tdevries@suse.de>
8390
8391 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
8392 print registers" regexps.
8393
8394 2019-07-29 Tom de Vries <tdevries@suse.de>
8395
8396 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
8397
8398 2019-07-29 Tom de Vries <tdevries@suse.de>
8399
8400 PR gdb/24855
8401 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
8402 (skip_python_tests_prompt): Add prompt_regexp argument to
8403 gdb_test_multiple calls.
8404
8405 2019-07-27 Tom Tromey <tom@tromey.com>
8406
8407 * gdb.tui/main.exp: New file.
8408
8409 2019-07-27 Tom Tromey <tom@tromey.com>
8410
8411 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
8412 optional.
8413 * gdb.tui/empty.exp: New file.
8414
8415 2019-07-27 Tom Tromey <tom@tromey.com>
8416
8417 * lib/tuiterm.exp (spawn): New proc.
8418 (Term::resize): New proc.
8419 * gdb.tui/resize.exp: New file.
8420
8421 2019-07-27 Tom Tromey <tom@tromey.com>
8422
8423 * gdb.tui/list.exp: New file.
8424
8425 2019-07-27 Tom Tromey <tom@tromey.com>
8426
8427 * gdb.tui/regs.exp: New file.
8428
8429 2019-07-27 Tom Tromey <tom@tromey.com>
8430
8431 * gdb.tui/basic.exp: Add "layout split" test.
8432
8433 2019-07-27 Tom Tromey <tom@tromey.com>
8434
8435 * gdb.tui/basic.exp: Add "layout asm" test.
8436
8437 2019-07-27 Tom Tromey <tom@tromey.com>
8438
8439 * lib/tuiterm.exp: New file.
8440 * gdb.tui/basic.exp: New file.
8441
8442 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8443
8444 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
8445 Enable tests associated with this flag. Adjust regex
8446 referencing "foo_low" to now refer to "foo_cold" instead.
8447
8448 2019-07-27 Kevin Buettner <kevinb@redhat.com>
8449
8450 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
8451 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
8452 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
8453 foo_cold. Revise comments to match.
8454 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
8455 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
8456 were wrapped into this proc; Call do_test in loop from outermost
8457 level.
8458 (foo_low): Rename all occurrences to "foo_cold".
8459 (backtrace from baz): New test.
8460 (x2/i foo_cold): New test.
8461 (info line *foo_cold): New test.
8462
8463 2019-07-26 Tom de Vries <tdevries@suse.de>
8464
8465 * gdb.arch/i386-pkru.exp: Fix unterminated string.
8466
8467 2019-07-25 Tom de Vries <tdevries@suse.de>
8468
8469 PR testsuite/24830
8470 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
8471 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
8472 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
8473 (skip_libstdcxx_probe_tests): ... here.
8474 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
8475
8476 2019-07-24 Tom de Vries <tdevries@suse.de>
8477
8478 PR testsuite/24807
8479 * gdb.objc/basicclass.m: Include stdio.h.
8480 * gdb.objc/nondebug.m: Same.
8481 * gdb.objc/objcdecode.m: Same.
8482
8483 2019-07-24 Tom de Vries <tdevries@suse.de>
8484
8485 PR testsuite/24612
8486 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
8487 additional_flags.
8488
8489 2019-07-24 Tom de Vries <tdevries@suse.de>
8490
8491 PR testsuite/24831
8492 * gdb.multi/tids.exp: Update error messages for info threads.
8493
8494 2019-07-24 Tom de Vries <tdevries@suse.de>
8495
8496 * gdb.base/info-types.exp: Allow info types to print info for more than
8497 one file.
8498
8499 2019-07-23 Tom de Vries <tdevries@suse.de>
8500
8501 PR testsuite/24842
8502 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
8503 gdb_spawn_with_cmdline_opts.
8504
8505 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
8506
8507 * gdb.arch/arm-cmse-sgstubs.c: New test.
8508 * gdb.arch/arm-cmse-sgstubs.exp: New file.
8509
8510 2019-07-23 Tom de Vries <tdevries@suse.de>
8511
8512 PR testsuite/24711
8513 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
8514 issuing next command.
8515
8516 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8517
8518 * gdb.ada/info_auto_lang.exp: Update expected results.
8519 * gdb.base/info-types.c: Add additional types to check.
8520 * gdb.base/info-types.exp: Update expected results.
8521
8522 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8523
8524 * gdb.base/info-types.c: New file.
8525 * gdb.base/info-types.exp: New file.
8526
8527 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
8528
8529 * gdb.arch/riscv-bp-infcall.c: New file.
8530 * gdb.arch/riscv-bp-infcall.exp: New file.
8531
8532 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8533
8534 PR breakpoints/24541
8535 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
8536
8537 2019-07-14 Tom de Vries <tdevries@suse.de>
8538
8539 PR testsuite/24760
8540 * gdb.objc/basicclass.exp: Fix unterminated string.
8541
8542 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
8543 Andrew Burgess <andrew.burgess@embecosm.com>
8544
8545 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
8546 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
8547 negative bounds.
8548 * gdb.fortran/vla-value.exp: Print elements of an array with
8549 negative bounds.
8550 * gdb.fortran/vla.f90: Setup an array with negative bounds for
8551 testing.
8552
8553 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
8554
8555 * gdb.base/options.exp (expect_string): Dequote strings in
8556 results.
8557 (test-string): Test strings with different quoting and reindent.
8558
8559 2019-07-10 Tom Tromey <tromey@adacore.com>
8560
8561 * gdb.ada/mi_ex_cond.exp: Update expected results.
8562 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8563 * gdb.ada/mi_catch_ex.exp: Update expected results.
8564 * gdb.ada/mi_catch_assert.exp: Update expected results.
8565 * gdb.ada/catch_ex.exp (catch_exception_info)
8566 (catch_exception_entry, catch_assert_entry)
8567 (catch_unhandled_entry): Update.
8568 * gdb.ada/catch_assert_if.exp: Update expected results.
8569
8570 2019-07-10 Richard Bunt <richard.bunt@arm.com>
8571 Stephen Roberts <stephen.roberts@arm.com>
8572
8573 * gdb.base/define.exp: Restore original prompt.
8574
8575 2019-07-09 Pedro Alves <palves@redhat.com>
8576
8577 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8578 breakpoints" output.
8579 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8580 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8581 throw" creates breakpoint.
8582 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8583 'type="catchpoint"'.
8584
8585 2019-07-09 Pedro Alves <palves@redhat.com>
8586
8587 PR c++/15468
8588 * gdb.cp/except-multi-location-lib.cc: New.
8589 * gdb.cp/except-multi-location-main.cc: New.
8590 * gdb.cp/except-multi-location.exp: New.
8591
8592 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8593
8594 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8595 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8596 argument and update callers.
8597
8598 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8599
8600 * gdb.arch/amd64-break-on-asm-line.S: New file.
8601 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8602
8603 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8604
8605 * gdb.base/printcmds.exp: Test printing C string and
8606 C wide string convenience vars without transiting via the inferior.
8607 Also make test names unique.
8608
8609 2019-07-08 Alan Hayward <alan.hayward@arm.com>
8610
8611 PR breakpoints/25011
8612 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8613
8614 2019-07-04 Pedro Alves <palves@redhat.com>
8615
8616 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8617 body returned ok(0), break(3) or continue(4).
8618 * gdb.testsuite/foreach_with_prefix.exp: New file.
8619
8620 2019-07-04 Alan Hayward <alan.hayward@arm.com>
8621
8622 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8623
8624 2019-07-03 Pedro Alves <palves@redhat.com>
8625
8626 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8627 "return -code".
8628
8629 2019-07-03 Pedro Alves <palves@redhat.com>
8630
8631 PR cli/24732
8632 * gdb.base/shell.exp: Load completion-support.exp.
8633 Adjust expected error output. Add completion tests.
8634
8635 2019-07-03 Pedro Alves <palves@redhat.com>
8636
8637 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8638 string_to_regexp.
8639
8640 2019-07-03 Pedro Alves <palves@redhat.com>
8641
8642 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8643 (expect_integer): Adjust to expect "-string".
8644 (expect_string): New.
8645 (all_options): Expect "-string".
8646 (test-flag, test-boolean): Adjust to expect "-string".
8647 (test-string): New proc.
8648 (top level): Call it.
8649
8650 2019-07-03 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8653 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8654 the expected output in the success.
8655
8656 2019-07-03 Pedro Alves <palves@redhat.com>
8657
8658 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8659 Split one gdb_test_multiple call in two to avoid a race.
8660
8661 2019-07-03 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.base/with.c: New file.
8664 * gdb.base/with.exp: New file.
8665
8666 2019-07-03 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.base/settings.exp: Replace all references to "maint
8669 test-settings set" with references to "maint set test-settings",
8670 and all references to "maint test-settings show" with references
8671 to "maint show test-settings".
8672
8673 2019-07-03 Pedro Alves <palves@redhat.com>
8674
8675 * gdb.base/settings.exp (test-string): Adjust expected out when
8676 testing "maint test-settings show filename"
8677
8678 2019-07-02 Pedro Alves <palves@redhat.com>
8679
8680 * gdb.base/options.exp (test-info-threads): New procedure.
8681 (top level): Call it.
8682
8683 2019-06-28 Tom Tromey <tromey@adacore.com>
8684
8685 * gdb.dwarf2/ada-linkage-name.c: New file.
8686 * gdb.dwarf2/ada-linkage-name.exp: New file.
8687
8688 2019-06-27 Tom Tromey <tromey@adacore.com>
8689
8690 PR c++/20020:
8691 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8692
8693 2019-06-26 Tom de Vries <tdevries@suse.de>
8694
8695 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8696
8697 2019-06-26 Tom de Vries <tdevries@suse.de>
8698
8699 * gdb.base/index-cache.exp: Add back missing debug option.
8700
8701 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8702
8703 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8704
8705 2019-06-25 Tom de Vries <tdevries@suse.de>
8706
8707 PR testsuite/24727
8708 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8709
8710 2019-06-24 Tom de Vries <tdevries@suse.de>
8711
8712 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8713
8714 2019-06-24 Tom de Vries <tdevries@suse.de>
8715
8716 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8717 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8718 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8719
8720 2019-06-24 Tom de Vries <tdevries@suse.de>
8721
8722 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8723
8724 2019-06-21 Tom de Vries <tdevries@suse.de>
8725
8726 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8727
8728 2019-06-21 Tom de Vries <tdevries@suse.de>
8729
8730 PR testsuite/24518
8731 PR ada/24713
8732 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8733 index.
8734
8735 2019-06-19 Tom Tromey <tromey@adacore.com>
8736
8737 * gdb.ada/length_cond.exp: Add intro comment.
8738
8739 2019-06-19 Tom Tromey <tromey@adacore.com>
8740
8741 * gdb.ada/length_cond.exp: New file.
8742 * gdb.ada/length_cond/length_cond.adb: New file.
8743 * gdb.ada/length_cond/pck.adb: New file.
8744 * gdb.ada/length_cond/pck.ads: New file.
8745
8746 2019-06-18 Tom de Vries <tdevries@suse.de>
8747
8748 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8749
8750 2019-06-18 Tom Tromey <tromey@adacore.com>
8751
8752 * gdb.base/list0.h: Add comment explaining control character.
8753
8754 2019-06-18 Tom de Vries <tdevries@suse.de>
8755
8756 * boards/fission.exp: Break up long debug_flags line.
8757
8758 2019-06-16 Tom de Vries <tdevries@suse.de>
8759
8760 PR gdb/24445
8761 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8762 generated index.
8763
8764 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8765
8766 PR gdb/24686
8767 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8768 improve detection of bug gdb/24541.
8769
8770 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8771
8772 PR gdb/24669
8773 * gdb.base/index-cache.exp (uses_readnow,
8774 expecting_index_cache_use): Define global variable.
8775 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8776 expecting_index_cache_use.
8777
8778 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8779 Andrew Burgess <andrew.burgess@embecosm.com>
8780
8781 * gdb.fortran/pointers.f90: New file.
8782 * gdb.fortran/print_type.exp: New file.
8783 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8784 * gdb.fortran/vla-type.exp: Likewise.
8785 * gdb.fortran/vla-value.exp: Likewise.
8786 * gdb.mi/mi-vla-fortran.exp: Likewise.
8787
8788 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8789
8790 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8791 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8792 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8793 as a stop reason.
8794
8795 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8796
8797 * gdb.base/annota1.exp: Update expected results.
8798 * gdb.cp/annota2.exp: Likewise.
8799 * gdb.cp/annota3.exp: Likewise.
8800
8801 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8802
8803 * gdb.base/style-logging.exp: Remove path from test name.
8804
8805 2019-06-14 Tom Tromey <tromey@adacore.com>
8806
8807 PR gdb/24502:
8808 * gdb.base/style-logging.exp: New file.
8809
8810 2019-06-14 Tom Tromey <tromey@adacore.com>
8811
8812 * gdb.base/symfile-warn.exp: New file.
8813 * gdb.base/symfile-warn.c: New file.
8814
8815 2019-06-14 Tom Tromey <tromey@adacore.com>
8816
8817 * gdb.base/annotate-symlink.exp: New file.
8818
8819 2019-06-14 Tom Tromey <tromey@adacore.com>
8820
8821 * gdb.ada/set_wstr.exp: Add reassignment test.
8822
8823 2019-06-14 Tom Tromey <tromey@adacore.com>
8824
8825 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8826 'unchecked_access and 'unrestricted_access as well.
8827
8828 2019-06-14 Tom Tromey <tromey@adacore.com>
8829
8830 PR ada/24539:
8831 * gdb.ada/vla.exp: Update tests.
8832 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8833 pragma.
8834
8835 2019-06-13 Pedro Alves <palves@redhat.com>
8836
8837 * gdb.base/settings.exp (test-integer): Test junk after
8838 "unlimited".
8839
8840 2019-06-13 Pedro Alves <palves@redhat.com>
8841
8842 * gdb.base/options.exp (test-thread-apply): New.
8843 (top level): Call it.
8844
8845 2019-06-13 Pedro Alves <palves@redhat.com>
8846
8847 * gdb.base/options.exp (test-frame-apply): New.
8848 (top level): Test print commands with different "frame apply"
8849 prefixes.
8850
8851 2019-06-13 Pedro Alves <palves@redhat.com>
8852
8853 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8854 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8855 'max_completions' parameter and handle it.
8856 (test_gdb_completion_offers_commands): New.
8857
8858 2019-06-13 Pedro Alves <palves@redhat.com>
8859
8860 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8861
8862 2019-06-13 Pedro Alves <palves@redhat.com>
8863
8864 * gdb.base/options.exp (test-backtrace): New.
8865 (top level): Call it.
8866
8867 2019-06-13 Pedro Alves <palves@redhat.com>
8868
8869 * gdb.guile/scm-frame-args.exp: Use "set print
8870 raw-frame-arguments" instead of "set print raw frame-arguments".
8871 * gdb.python/py-frame-args.exp: Likewise.
8872
8873 2019-06-13 Pedro Alves <palves@redhat.com>
8874
8875 * gdb.compile/compile.exp: Adjust expected output to option
8876 processing changes.
8877
8878 2019-06-13 Pedro Alves <palves@redhat.com>
8879
8880 * gdb.base/options.exp: Build executable.
8881 (test-print): New procedure.
8882 (top level): Call it, once for "print" and another for "compile
8883 print".
8884
8885 2019-06-13 Pedro Alves <palves@redhat.com>
8886
8887 * gdb.base/options.c: New file.
8888 * gdb.base/options.exp: New file.
8889
8890 2019-06-13 Pedro Alves <palves@redhat.com>
8891
8892 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8893 that "o" is ambiguous.
8894
8895 2019-06-13 Pedro Alves <palves@redhat.com>
8896
8897 * gdb.base/settings.c: New file.
8898 * gdb.base/settings.exp: New file.
8899
8900 2019-06-13 Pedro Alves <palves@redhat.com>
8901
8902 * gdb.base/completion.exp: Fix comment typo.
8903
8904 2019-06-13 Pedro Alves <palves@redhat.com>
8905
8906 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8907 foo --1" test.
8908
8909 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8910
8911 * gdb.fortran/block-data.f: New.
8912 * gdb.fortran/block-data.exp: New.
8913
8914 2019-06-11 Tom de Vries <tdevries@suse.de>
8915
8916 PR testsuite/24521
8917 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8918 message.
8919
8920 2019-06-11 Tom de Vries <tdevries@suse.de>
8921
8922 PR testsuite/24521
8923 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8924
8925 2019-06-11 Tom de Vries <tdevries@suse.de>
8926
8927 * boards/readnow.exp: New file.
8928
8929 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8930
8931 * gdb.fortran/vla-sizeof.exp: Update expected results.
8932
8933 2019-06-06 Amos Bird <amosbird@gmail.com>
8934
8935 * gdb.base/annota1.exp (thread_switch): Add test for
8936 thread-exited annotation.
8937
8938 2019-06-06 Tom Tromey <tromey@adacore.com>
8939
8940 * gdb.base/maint.exp: Expect command started/finished output.
8941
8942 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8943
8944 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8945 comment.
8946 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8947
8948 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8949
8950 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8951 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8952 * gdb.arch/riscv-unwind-long-insn.c: New file.
8953 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8954
8955 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8956
8957 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8958
8959 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8960
8961 * lib/gdb.exp (help_list_trailer): New regexp variable
8962 factorizing the help trailer message.
8963 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8964 arg to allow to better factorize various tests.
8965 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8966 (test_prefix_command_help): Use help_list_trailer.
8967 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8968 * gdb.guile/scm-cmd.exp: Likewise.
8969 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8970 * gdb.base/help.exp: Use test_user_defined_class_help.
8971 * gdb.base/style.exp: Add tests for styling of help and apropos.
8972 * lib/gdb-utils.exp (style): Add title and highlight styles.
8973
8974 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8975
8976 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8977 $_shell_exitsignal.
8978 * gdb.base/default.exp: Update for new convenience variables.
8979
8980 2019-05-29 Tom Tromey <tromey@adacore.com>
8981
8982 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8983 to "break complete ada" test case's regexp.
8984
8985 2019-05-29 Tom Tromey <tromey@adacore.com>
8986
8987 PR c++/20020:
8988 * gdb.cp/constexpr-field.exp: New file.
8989 * gdb.cp/constexpr-field.cc: New file.
8990
8991 2019-05-29 Tom Tromey <tromey@adacore.com>
8992
8993 * gdb.base/finish.exp (finish_no_print): New proc.
8994 (finish_tests): Call it.
8995
8996 2019-05-24 Tom de Vries <tdevries@suse.de>
8997
8998 * gdb.dwarf2/gdb-add-index.exp: New file.
8999
9000 2019-05-22 Tom Tromey <tromey@adacore.com>
9001
9002 * gdb.base/info-shared.exp (check_info_shared): Use "style".
9003 * gdb.base/style.exp: Use "style".
9004 * lib/gdb-utils.exp (style): New proc.
9005
9006 2019-05-22 Tom de Vries <tdevries@suse.de>
9007
9008 * gdb.base/align.exp: Require c++11.
9009
9010 2019-05-22 Tom de Vries <tdevries@suse.de>
9011
9012 PR testsuite/24586
9013 * gdb.python/py-mi-var-info-path-expression.exp: Call
9014 mi_skip_python_tests to check if python is supported.
9015
9016 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9017
9018 * gdb.arch/aarch64-pauth.c: New test.
9019 * gdb.arch/aarch64-pauth.exp: New file.
9020
9021 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9022
9023 * README (Re-running Tests Outside The Testsuite): New section.
9024
9025 2019-05-21 Tom de Vries <tdevries@suse.de>
9026
9027 * gdb.arch/amd64-eval.exp: Require c++11.
9028 * gdb.base/max-depth.exp: Same.
9029 * gdb.compile/compile-cplus-array-decay.exp: Same.
9030 * gdb.cp/meth-typedefs.exp: Same.
9031 * gdb.cp/subtypes.exp: Same.
9032 * gdb.cp/temargs.exp: Same.
9033
9034 2019-05-21 Alan Hayward <alan.hayward@arm.com>
9035
9036 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
9037
9038 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9039
9040 PR gdb/18644
9041 * gdb.fortran/complex.exp: Remove setup_kfail calls.
9042 * gdb.fortran/printing-types.exp: Add new test.
9043 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
9044 testing.
9045 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
9046 setup_kfail call.
9047
9048 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9049
9050 * README (Running the Testsuite): Change example.
9051 (Testsuite Parameters): Remove TRANSCRIPT.
9052 * lib/gdb.exp: Remove TRANSCRIPT check.
9053
9054 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9055
9056 * README (Testsuite Parameters): Add replay logging to
9057 GDBSERVER_DEBUG.
9058 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
9059 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
9060 as a comma separated list.
9061 (gdb_debug_init): Override procedure.
9062
9063 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9064
9065 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
9066 (gdb_write_cmd_file): New procedure.
9067 * lib/gdbserver-support.exp (gdbserver_start): Call
9068 gdbserver_write_cmd_file.
9069 (gdbserver_write_cmd_file): New procedure.
9070
9071 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9072
9073 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
9074 (delete_breakpoints): Likewise.
9075 (gdb_run_cmd): Likewise.
9076 (gdb_start_cmd): Likewise.
9077 (gdb_starti_cmd): Likewise.
9078 (gdb_internal_error_resync): Likewise.
9079 (gdb_test_multiple): Likewise.
9080 (gdb_reinitialize_dir): Likewise.
9081 (default_gdb_exit): Likewise.
9082 (gdb_file_cmd): Mark kill as optional.
9083 (default_gdb_start): Call gdb_stdin_log_init.
9084 (send_gdb): Call gdb_stdin_log_write.
9085 (rerun_to_main): Mark Y as an answer.
9086 (gdb_stdin_log_init): New function.
9087 (gdb_stdin_log_write): Likewise.
9088
9089 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9090
9091 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
9092 * gdb.base/debug-expr.exp: Likewise.
9093 * gdb.base/foll-fork.exp: Likewise.
9094 * gdb.base/foll-vfork.exp: Likewise.
9095 * gdb.base/fork-print-inferior-events.exp: Likewise.
9096 * gdb.base/gdb-sigterm.exp: Likewise.
9097 * gdb.base/gdbinit-history.exp: Likewise.
9098 * gdb.base/osabi.exp: Likewise.
9099 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9100 * gdb.base/ui-redirect.exp: Likewise.
9101 * gdb.gdb/unittest.exp: Likewise.
9102 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
9103 * gdb.mi/mi-watch.exp: Likewise.
9104 * gdb.mi/new-ui-mi-sync.exp: Likewise.
9105 * gdb.mi/user-selected-context-sync.exp: Likewise.
9106 * gdb.python/python.exp: Disable debug test when debugging.
9107 * gdb.threads/check-libthread-db.exp: Disable when debugging.
9108 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
9109 Likewise.
9110 * gdb.threads/stepi-random-signal.exp: Likewise.
9111
9112 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9113
9114 * Makefile.in: Pass through GDB_DEBUG.
9115 * README (Testsuite Parameters): Add GDB_DEBUG.
9116 (gdb,debug): Add board setting.
9117 * lib/gdb.exp (default_gdb_start): Start debugging.
9118 (gdb_debug_enabled): New procedure.
9119 (gdb_debug_init): Likewise.
9120
9121 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9122
9123 * Makefile.in: Pass through GDB_DEBUG.
9124 * README (Testsuite Parameters): Add GDB_DEBUG.
9125 (gdb,debug): Add board setting.
9126 * lib/gdb.exp (default_gdb_start): Start debugging.
9127 (gdb_debug_enabled): New procedure.
9128 (gdb_debug_init): Likewise.
9129
9130 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9131
9132 * gdb.base/ui-redirect.exp: Add debug redirect tests.
9133
9134 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9135
9136 * gdb.base/ui-redirect.exp: Test redirection.
9137
9138 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9139
9140 * gdb.mi/mi-complete.exp: New file.
9141 * gdb.mi/mi-complete.cc: Likewise.
9142
9143 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
9144
9145 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
9146 indexed and sliced arrays, and pointers to arrays.
9147
9148 2019-05-14 Tom Tromey <tromey@adacore.com>
9149
9150 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
9151 styling test.
9152
9153 2019-05-14 Tom de Vries <tdevries@suse.de>
9154
9155 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
9156 selection entry encoding.
9157
9158 2019-05-10 Tom Tromey <tromey@adacore.com>
9159
9160 * gdb.ada/info_exc.exp: Add "complete" test.
9161
9162 2019-05-09 Tom de Vries <tdevries@suse.de>
9163
9164 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
9165 CU-relative.
9166
9167 2019-05-09 Tom de Vries <tdevries@suse.de>
9168
9169 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
9170 CU-relative.
9171
9172 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9173
9174 * gdb.ada/frame_arg_lang.exp: New testcase.
9175 * gdb.ada/frame_arg_lang/bla.adb: New file.
9176 * gdb.ada/frame_arg_lang/pck.ads: New file.
9177 * gdb.ada/frame_arg_lang/pck.adb: New file.
9178 * gdb.ada/frame_arg_lang/foo.c: New file.
9179
9180 2019-05-08 Tom Tromey <tromey@adacore.com>
9181
9182 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
9183
9184 2019-05-08 Tom Tromey <tromey@adacore.com>
9185
9186 * gdb.base/ptype-offsets.exp: Update tests.
9187
9188 2019-05-08 Tom Tromey <tromey@adacore.com>
9189
9190 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
9191 cases.
9192 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
9193 "short".
9194
9195 2019-05-08 Tom Tromey <tromey@adacore.com>
9196
9197 * gdb.ada/vla.exp: New file.
9198 * gdb.ada/vla/vla.adb: New file.
9199
9200 2019-05-07 Tom de Vries <tdevries@suse.de>
9201
9202 * gdb.base/index-cache.exp (ls_host): Fix return statement.
9203
9204 2019-05-07 Tom de Vries <tdevries@suse.de>
9205
9206 PR testsuite/24522
9207 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
9208 section.
9209
9210 2019-05-07 Tom de Vries <tdevries@suse.de>
9211
9212 PR testsuite/24522
9213 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
9214 .debug_aranges section.
9215
9216 2019-05-07 Tom de Vries <tdevries@suse.de>
9217
9218 PR testsuite/24159
9219 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
9220
9221 2019-05-06 Tom de Vries <tdevries@suse.de>
9222
9223 * lib/gdb.exp (exec_has_index_section): New proc.
9224 * gdb.base/index-cache.exp: Handle case that binfile contains an index
9225 section.
9226
9227 2019-05-04 Tom de Vries <tdevries@suse.de>
9228
9229 * boards/cc-with-debug-names.exp: New file.
9230
9231 2019-05-03 Tom Tromey <tromey@adacore.com>
9232
9233 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
9234 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
9235 * gdb.ada/char_enum.exp: Add test.
9236
9237 2019-05-03 Tom de Vries <tdevries@suse.de>
9238
9239 * boards/cc-with-gdb-index.exp: New file.
9240
9241 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
9242
9243 * gdb.rust/simple.exp: Add new test case.
9244 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
9245 (main): Initialise an instance of the new struct.
9246
9247 2019-05-01 Tom Tromey <tromey@adacore.com>
9248
9249 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
9250 record.
9251 (NPR): New variable.
9252 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
9253 test.
9254
9255 2019-05-01 Tom Tromey <tromey@adacore.com>
9256
9257 * gdb.ada/packed_array_assign.exp: Add packed assignment
9258 regression test.
9259
9260 2019-05-01 Tom de Vries <tdevries@suse.de>
9261
9262 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
9263
9264 2019-05-01 Tom de Vries <tdevries@suse.de>
9265
9266 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
9267
9268 2019-04-30 Ali Tamur <tamur@google.com>
9269
9270 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
9271
9272 2019-04-30 Tom Tromey <tromey@adacore.com>
9273
9274 * lib/ada.exp (find_ada_tool): New proc.
9275 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
9276 * gdb.ada/catch_ex_std.exp: New file.
9277 * gdb.ada/catch_ex_std/foo.adb: New file.
9278 * gdb.ada/catch_ex_std/some_package.adb: New file.
9279 * gdb.ada/catch_ex_std/some_package.ads: New file.
9280
9281 2019-04-30 Tom Tromey <tromey@adacore.com>
9282
9283 PR c++/24470:
9284 * gdb.cp/temargs.cc: Add test code from PR.
9285
9286 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9287
9288 * gdb.fortran/vla-datatypes.exp: Update expected results.
9289 * gdb.fortran/vla-ptype.exp: Likewise.
9290 * gdb.fortran/vla-type.exp: Likewise.
9291 * gdb.fortran/vla-value.exp: Likewise.
9292
9293 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9294
9295 * gdb.fortran/ptr-indentation.exp: Update expected results.
9296 * gdb.fortran/ptype-on-functions.exp: Likewise.
9297 * gdb.fortran/vla-ptr-info.exp: Likewise.
9298 * gdb.fortran/vla-value.exp: Likewise.
9299
9300 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9301
9302 * gdb.fortran/ptype-on-functions.exp: New file.
9303 * gdb.fortran/ptype-on-functions.f90: New file.
9304
9305 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9306
9307 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
9308 case void string.
9309
9310 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9311
9312 * gdb.fortran/complex.exp: Expand.
9313 * gdb.fortran/complex.f: Renamed to...
9314 * gdb.fortran/complex.f90: ...this, and extended to add more
9315 complex values.
9316
9317 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9318
9319 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
9320 MODULO, CMPLX.
9321
9322 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9323 Richard Bunt <richard.bunt@arm.com>
9324
9325 * gdb.base/max-depth.c: New file.
9326 * gdb.base/max-depth.exp: New file.
9327 * gdb.python/py-nested-maps.c: New file.
9328 * gdb.python/py-nested-maps.exp: New file.
9329 * gdb.python/py-nested-maps.py: New file.
9330 * gdb.python/py-format-string.exp (test_max_depth): New proc.
9331 (test_all_common): Call test_max_depth.
9332 * gdb.fortran/max-depth.exp: New file.
9333 * gdb.fortran/max-depth.f90: New file.
9334 * gdb.go/max-depth.exp: New file.
9335 * gdb.go/max-depth.go: New file.
9336 * gdb.modula2/max-depth.exp: New file.
9337 * gdb.modula2/max-depth.c: New file.
9338 * lib/gdb.exp (get_print_expr_at_depths): New proc.
9339
9340 2019-04-29 Tom de Vries <tdevries@suse.de>
9341
9342 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
9343
9344 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9345
9346 * gdb.base/callexit.exp: Test may-call-functions off.
9347
9348 2019-04-25 Keith Seitz <keiths@redhat.com>
9349
9350 PR c++/24367
9351 * gdb.cp/meth-typedefs.cc (incomplete_struct)
9352 (another_incomplete_struct, test_incomplete): New definitions.
9353 (main): Use new definitions.
9354 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
9355 functions.
9356
9357 2019-04-25 Ali Tamur <tamur@google.com>
9358
9359 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9360
9361 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9362
9363 PR corefiles/11608
9364 PR corefiles/18187
9365 * gdb.base/coredump-filter-build-id.exp: New file.
9366
9367 2019-04-25 Alan Hayward <alan.hayward@arm.com>
9368
9369 * Makefile.in: Pass through GDBSERVER_DEBUG.
9370 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
9371 (gdbserver,debug): Add board setting.
9372 * gdb.trace/tspeed.exp: Skip when debugging.
9373 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
9374 * lib/gdbserver-support.exp: Likewise
9375
9376 2019-04-24 Tom Tromey <tromey@adacore.com>
9377
9378 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
9379 Rust.
9380
9381 2019-04-24 Tom Tromey <tromey@adacore.com>
9382
9383 * gdb.arch/amd64-eval.exp: Test bitfield return.
9384 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
9385 (class Foo) <return_bitfields>: New method.
9386 (main): Call it.
9387
9388 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9389
9390 * gdb.cp/many-args.cc: New file.
9391 * gdb.cp/many-args.exp: New file.
9392
9393 2019-04-23 Tom de Vries <tdevries@suse.de>
9394
9395 PR gdb/24433
9396 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
9397
9398 2019-04-23 Alan Hayward <alan.hayward@arm.com>
9399
9400 * gdb.trace/backtrace.exp: Use nopie flag.
9401 * gdb.trace/circ.exp: Likewise.
9402 * gdb.trace/collection.exp: Likewise.
9403 * gdb.trace/ftrace.exp: Likewise.
9404 * gdb.trace/mi-trace-unavailable.exp: Likewise.
9405 * gdb.trace/mi-traceframe-changed.exp: Likewise.
9406 * gdb.trace/qtro.exp: Likewise.
9407 * gdb.trace/read-memory.exp: Likewise.
9408 * gdb.trace/report.exp: Likewise.
9409 * gdb.trace/tfile.exp: Likewise.
9410 * gdb.trace/tfind.exp: Likewise.
9411 * gdb.trace/unavailable.exp: Likewise.
9412
9413 2019-04-22 Pedro Alves <palves@redhat.com>
9414
9415 * gdb.base/solib-probes-nosharedlibrary.c,
9416 gdb.base/solib-probes-nosharedlibrary.exp: New files.
9417
9418 2019-04-19 Tom Tromey <tromey@adacore.com>
9419
9420 * gdb.ada/ptype_union.c: New file.
9421 * gdb.ada/ptype_union.exp: New file.
9422
9423 2019-04-19 Tom Tromey <tromey@adacore.com>
9424
9425 PR symtab/24423:
9426 * gdb.base/list0.h (foo): Add a control-l character.
9427
9428 2019-04-18 Tom de Vries <tdevries@suse.de>
9429
9430 PR gdb/24433
9431 * boards/local-board.exp: Set sysroot to "".
9432
9433 2019-04-18 Tom de Vries <tdevries@suse.de>
9434 Pedro Alves <palves@redhat.com>
9435
9436 PR gdb/24454
9437 * gdb.threads/vfork-follow-child-exec.c: New file.
9438 * gdb.threads/vfork-follow-child-exec.exp: New file.
9439 * gdb.threads/vfork-follow-child-exit.c: New file.
9440 * gdb.threads/vfork-follow-child-exit.exp: New file.
9441
9442 2019-04-15 Leszek Swirski <leszeks@google.com>
9443
9444 * gdb.arch/amd64-eval.cc: New file.
9445 * gdb.arch/amd64-eval.exp: New file.
9446
9447 2019-04-11 Alan Hayward <alan.hayward@arm.com>
9448
9449 * gdb.server/sysroot.c: New test.
9450 * gdb.server/sysroot.exp: New file.
9451 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
9452 matching param.
9453
9454 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9455
9456 * gdb.base/align.exp: Extend test to cover structures containing
9457 only static fields.
9458
9459 2019-04-11 Tom de Vries <tdevries@suse.de>
9460
9461 * boards/cc-with-dwz-m.exp: New file.
9462 * boards/cc-with-dwz.exp: New file.
9463 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
9464
9465 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
9466
9467 * gdb.base/start-cpp.exp: New file.
9468 * gdb.base/start-cpp.cc: New file.
9469
9470 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9471
9472 * gdb.python/py-thrhandle.exp: Adjust tests to call
9473 thread_from_handle instead of thread_from_thread_handle.
9474
9475 2019-04-08 Kevin Buettner <kevinb@redhat.com>
9476
9477 * gdb.python/py-thrhandle.exp: Add tests for
9478 gdb.InferiorThread.handle.
9479
9480 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9481
9482 * gdb.python/py-function.exp: Check calling helper function from
9483 all languages.
9484 * lib/gdb.exp (gdb_supported_languages): New proc.
9485
9486 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9487
9488 * gdb.base/complex-parts.c: New file.
9489 * gdb.base/complex-parts.exp: New file.
9490
9491 2019-04-01 Tom Tromey <tromey@adacore.com>
9492
9493 PR symtab/23331:
9494 * gdb.dwarf2/dw2-ranges-main.c: New file.
9495 * gdb.dwarf2/dw2-ranges-psym.c: New file.
9496 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
9497
9498 2019-03-30 Simon Marchi <simark@simark.ca>
9499
9500 * gdb.base/default.exp: Add values for $_gdb_major and
9501 $_gdb_minor.
9502
9503 2019-03-29 Tom Tromey <tromey@adacore.com>
9504
9505 * gdb.base/help.exp: Tighten apropos regexp.
9506
9507 2019-03-29 Keith Seitz <keiths@redhat.com>
9508
9509 * gdb.fortran/array-bounds.exp: New file.
9510 * gdb.fortran/array-bounds.f90: New file.
9511
9512 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9513
9514 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
9515
9516 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9517
9518 * gdb.multi/hello.c (main): Increase alarm timer.
9519
9520 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9521
9522 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
9523 factor when no hardware watchpoint support.
9524
9525 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9526 Pedro Alves <palves@redhat.com>
9527
9528 * boards/local-board.exp: set sysroot to /.
9529
9530 2019-03-27 Alan Hayward <alan.hayward@arm.com>
9531
9532 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
9533 in child.
9534
9535 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9536
9537 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
9538 field.
9539 (make_container): Initialise new field.
9540 * gdb.python/py-prettyprint.exp: Add new tests.
9541 * gdb.python/py-prettyprint.py (class ContainerPrinter)
9542 <display_hint>: New method.
9543
9544 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9545
9546 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
9547 gdb_continue_to_breakpoint more throughout this test.
9548 (run_lang_tests) Supply unique test names, and use
9549 gdb_test_no_output.
9550
9551 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9552
9553 * gdb.base/finish-pretty.exp: Update expected results.
9554 * gdb.base/pretty-print.c: New file.
9555 * gdb.base/pretty-print.exp: New file.
9556
9557 2019-03-25 Pedro Alves <palves@redhat.com>
9558
9559 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9560 move comments outside list. Append '-i "" eof' section.
9561
9562 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9563
9564 PR testsuite/25016
9565 * README: Add pie options.
9566 * gdb.base/break-interp.exp: Ensure pie is disabled.
9567 * gdb.base/dump.exp: Likewise.
9568 * lib/gdb.exp (gdb_compile): Add pie option.
9569
9570 2019-03-19 Tom Tromey <tromey@adacore.com>
9571
9572 * gdb.mi/mi2-cli-display.c: New file.
9573 * gdb.mi/mi2-cli-display.exp: New file.
9574
9575 2019-03-18 Joel Brobecker <brobecker@adacore.com>
9576 Tom Tromey <tromey@adacore.com>
9577
9578 * gdb.ada/ptype_array/pck.adb: New file.
9579 * gdb.ada/ptype_array/pck.ads: New file.
9580 * gdb.ada/ptype_array/foo.adb: New file.
9581 * gdb.ada/ptype_array.exp: New file.
9582
9583 2019-03-14 Tom Tromey <tromey@adacore.com>
9584
9585 * gdb.base/style.exp: Add "set style sources" test.
9586
9587 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9588
9589 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9590 * mi-breakpoint-multiple-locations.exp: ... this.
9591 (make_breakpoints_pattern): New proc.
9592 (do_test): Add mi_version parameter, test -break-insert,
9593 -break-info and =breakpoint-created.
9594
9595 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9596
9597 * config/default.exp: Remove 'load_lib gdb.exp'.
9598 * config/monitor.exp: Likewise.
9599 * config/sid.exp: Likewise.
9600 * config/sim.exp: Likewise.
9601 * config/slite.exp: Likewise.
9602 * config/unix.exp: Likewise.
9603 * gdb.base/default.exp: Remove unhelpful comment.
9604
9605 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9606
9607 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9608
9609 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9610
9611 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9612
9613 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9614
9615 * gdb.fortran/type-kinds.exp: Update expected results.
9616
9617 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9618
9619 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9620
9621 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9622
9623 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9624 function.
9625 (test_basic_parsing_of_type_kinds): Expand types tested.
9626 (test_parsing_invalid_type_kinds): New function.
9627
9628 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9629
9630 * gdb.fortran/intrinsics.exp: New file.
9631 * gdb.fortran/intrinsics.f90: New file.
9632 * gdb.fortran/type-kinds.exp: New file.
9633
9634 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9635
9636 * gdb.fortran/dot-ops.exp: New file.
9637
9638 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9639
9640 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9641 Check upper and lower case logical literals.
9642
9643 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9644
9645 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9646 Remove duplicate tests.
9647
9648 2019-03-06 Alan Hayward <alan.hayward@arm.com>
9649
9650 * lib/gdb.exp (builtin_cd): rename of cd.
9651 (cd): Override builtin.
9652
9653 2019-03-06 Richard Bunt <richard.bunt@arm.com>
9654
9655 * gdb.fortran/function-calls.exp: New file.
9656 * gdb.fortran/function-calls.f90: New test.
9657
9658 2019-03-04 Richard Bunt <richard.bunt@arm.com>
9659
9660 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9661 on user program standard output.
9662 * gdb.fortran/short-circuit-argument-list.f90: Record function
9663 calls.
9664
9665 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9666
9667 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9668 failure.
9669
9670 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9671
9672 PR gdb/8527
9673 * gdb.base/interrupt-daemon-attach.c,
9674 gdb.base/interrupt-daemon-attach.exp: New test.
9675
9676 2019-02-27 Pedro Alves <palves@redhat.com>
9677
9678 * gdb.base/page.exp: Add tests for "set width/height -1".
9679
9680 2019-02-27 Pedro Alves <palves@redhat.com>
9681
9682 * gdb.base/page.exp: Add tests for "set/show width/height" with
9683 "infinite" values.
9684
9685 2019-02-27 Tom Tromey <tromey@adacore.com>
9686
9687 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9688 2.4.
9689 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9690 workaround.
9691
9692 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9693
9694 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9695 tests for structs with static members.
9696
9697 2019-02-26 Tom Tromey <tromey@adacore.com>
9698
9699 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9700 ValueError, not TypeError.
9701
9702 2019-02-26 Kevin Buettner <kevinb@redhat.com>
9703
9704 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9705 call from main program.
9706
9707 2019-02-23 Joel Brobecker <brobecker@adacore.com>
9708
9709 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9710 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9711 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9712 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9713 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9714
9715 2019-02-22 Keith Seitz <keiths@redhat.com>
9716
9717 PR symtab/23853
9718 * gdb.base/symlink-sourcefile.c: New file.
9719 * gdb.base/symlink-sourcefile.exp: New file.
9720
9721 2019-02-20 Tom Tromey <tom@tromey.com>
9722
9723 * gdb.base/info_qt.exp: Update.
9724
9725 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9726
9727 * gdb.base/source.exp: Move "error in sourced script" code to
9728 the end.
9729 * gdb.base/source-error.gdb: Move contents to
9730 source-error-1.gdb. Add new code to source source-error-1.gdb.
9731 * gdb.base/source-error-1.gdb: New file, from previous
9732 source-error.gdb.
9733
9734 2019-02-17 Tom Tromey <tom@tromey.com>
9735
9736 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9737 for macro styling.
9738 * gdb.base/style.c (SOME_MACRO): New macro.
9739
9740 2019-02-17 Tom Tromey <tom@tromey.com>
9741
9742 * gdb.base/style.exp: Add line-wrapping tests.
9743 * gdb.base/page.exp: Add test for quitting during pagination.
9744
9745 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9746
9747 * gdb.ada/big_packed_array: New testcase.
9748 * gdb.ada/homonym.exp: Fix incorrect expected output for
9749 "break <homonym__get_value>" test.
9750
9751 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9752
9753 PR breakpoints/21870
9754 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9755 and prepare_for_testing. Add comment.
9756 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9757 redundant cleanup call. Clean up comment.
9758
9759 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9760
9761 PR breakpoints/21870
9762 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9763 * gdb.arch/aarch64-dbreg-contents.c: New file.
9764
9765 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9766
9767 * gdb.ada/mi_ref_changeable: New testcase.
9768
9769 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9770
9771 * gdb.base/attach.exp: Add double attach test.
9772
9773 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9774
9775 * lib/gdb.exp (default_gdb_start): Don't match pagination
9776 prompt.
9777 (gdb_init): Set stty_init.
9778
9779 2019-01-27 Tom Tromey <tom@tromey.com>
9780
9781 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9782 skip_python_tests.
9783
9784 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9785
9786 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9787 New structure.
9788 (struct struct_static_02_02): Likewise.
9789 (struct struct_static_02_03): Likewise.
9790 (struct struct_static_02_04): Likewise.
9791 (struct struct_static_04_01): Likewise.
9792 (struct struct_static_04_02): Likewise.
9793 (struct struct_static_04_03): Likewise.
9794 (struct struct_static_04_04): Likewise.
9795 (struct struct_static_06_01): Likewise.
9796 (struct struct_static_06_02): Likewise.
9797 (struct struct_static_06_03): Likewise.
9798 (struct struct_static_06_04): Likewise.
9799 (cmp_struct_static_02_01): Likewise.
9800 (cmp_struct_static_02_02): Likewise.
9801 (cmp_struct_static_02_03): Likewise.
9802 (cmp_struct_static_02_04): Likewise.
9803 (cmp_struct_static_04_01): Likewise.
9804 (cmp_struct_static_04_02): Likewise.
9805 (cmp_struct_static_04_03): Likewise.
9806 (cmp_struct_static_04_04): Likewise.
9807 (cmp_struct_static_06_01): Likewise.
9808 (cmp_struct_static_06_02): Likewise.
9809 (cmp_struct_static_06_03): Likewise.
9810 (cmp_struct_static_06_04): Likewise.
9811 (call_all): Test new structs.
9812 * gdb.base/infcall-nested-structs.exp: Likewise.
9813
9814 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9815 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9816
9817 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9818 * gdb.base/stack-protector.c: New test.
9819 * gdb.base/stack-protector.exp: New file.
9820 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9821 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9822 option.
9823 (gdb_compile): Remove stack protector for GCC and prevent
9824 recursion.
9825
9826 2019-01-16 Keith Seitz <keiths@redhat.com>
9827
9828 PR gdb/23773
9829 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9830
9831 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9832
9833 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9834 aliases.
9835 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9836 tests.
9837 * gdb.arch/powerpc-vector-regs.c: New file.
9838 * gdb.arch/powerpc-vector-regs.exp: New file.
9839
9840 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9841
9842 * gdb.arch/altivec-regs.exp: Fix the list passed to
9843 gdb_expect_list when testing "info vector".
9844
9845 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9846
9847 * gdb.base/style.exp: Don't include path in testname.
9848
9849 2019-01-10 Keith Seitz <keiths@redhat.com>
9850
9851 PR gdb/23712
9852 PR symtab/23010
9853 * gdb.dwarf2/multidictionary.exp: New file.
9854
9855 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9856
9857 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9858 (test_gnuv3_style_demangling): ... this.
9859 (test_lucid_style_demangling): Remove.
9860 (test_arm_style_demangling): Remove.
9861 (test_hp_style_demangling): Remove.
9862 (do_tests): Remove calls to the above.
9863
9864 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9865
9866 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9867 case.
9868
9869 2019-01-06 Tom Tromey <tom@tromey.com>
9870
9871 PR gdb/28155:
9872 * gdb.dwarf2/typedef-void-finish.exp: New file.
9873
9874 2018-12-28 Tom Tromey <tom@tromey.com>
9875 Simon Marchi <simark@simark.ca>
9876
9877 * gdb.base/jit-exec.exp: New file.
9878 * gdb.base/jit-exec.c: New file.
9879 * gdb.base/jit-execd.c: New file.
9880
9881 2018-12-28 Tom Tromey <tom@tromey.com>
9882
9883 * gdb.base/style.exp: Update test to check for address styling.
9884
9885 2018-12-28 Tom Tromey <tom@tromey.com>
9886
9887 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9888 message.
9889
9890 2018-12-28 Tom Tromey <tom@tromey.com>
9891
9892 * gdb.base/style.exp: Add test for version number styling.
9893
9894 2018-12-28 Tom Tromey <tom@tromey.com>
9895
9896 * gdb.base/style.exp: Add test for print_address_symbolic.
9897
9898 2018-12-28 Tom Tromey <tom@tromey.com>
9899
9900 * gdb.base/style.exp: Add test for breakpoint setting.
9901
9902 2018-12-28 Tom Tromey <tom@tromey.com>
9903
9904 * gdb.base/style.exp: Add test for variable names.
9905
9906 2018-12-28 Tom Tromey <tom@tromey.com>
9907
9908 * gdb.base/style.exp: New file.
9909 * gdb.base/style.c: New file.
9910
9911 2018-12-28 Tom Tromey <tom@tromey.com>
9912
9913 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9914 "dumb".
9915 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9916 the TERM environment variable.
9917
9918 2018-12-27 Tom Tromey <tom@tromey.com>
9919
9920 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9921 pagination test.
9922
9923 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9924
9925 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9926 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9927
9928 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9929
9930 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9931 Filename a.adb changed to bp_fun_addr.adb.
9932 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9933
9934 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9935
9936 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9937 non-PIE executables.
9938 * README: Mention the gdb,nopie_flag board setting.
9939 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9940 non-PIE executable.
9941 * gdb.arch/amd64-entry-value.exp: Likewise.
9942 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9943 * gdb.arch/i386-float.exp: Likewise.
9944 * gdb.arch/i386-signal.exp: Likewise.
9945 * gdb.mi/mi-reg-undefined.exp: Likewise.
9946
9947 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9948
9949 PR gdb/23974
9950 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9951
9952 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9953
9954 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9955 Update order of results accordingly.
9956
9957 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9958
9959 * gdb.base/annota1.exp: Update a test regexp.
9960
9961 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9962
9963 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9964
9965 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9966
9967 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9968 (reuse_time): Initialize to REUSE_TIME_CAP.
9969 (check_rc): New function.
9970 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9971 Check pthread_create rc.
9972 (spawner_thread_func): Check pthread_create and pthread_join rc.
9973
9974 2018-12-08 Pedro Alves <palves@redhat.com>
9975
9976 * gdb.base/list.exp (test_forward_search): Rename to ...
9977 (test_forward_reverse_search): ... this. Also test reverse-search
9978 and the forward-search alias.
9979
9980 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9981
9982 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9983 local timeout variable before return, and remove all local timeout
9984 variable entirely.
9985 (gdb_load): Likewise.
9986
9987 2018-12-01 Tom de Vries <tdevries@suse.de>
9988
9989 * gdb.base/gdb-caching-proc.exp: New file.
9990
9991 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9992
9993 * Makefile.in (TIMESTAMP): New variable.
9994 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9995 command.
9996 (check-single-racy): Likewise.
9997 (check/%.exp): Likewise.
9998 (check-racy/%.exp): Likewise.
9999 (workers/%.worker): Likewise.
10000 (build-perf): Likewise.
10001 (check-perf): Likewise.
10002 * README: Describe new "TS" and "TS_FORMAT" variables.
10003 * print-ts.py: New file.
10004
10005 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
10006
10007 PR python/23714
10008 * gdb.python/python.exp: Test command repetition after
10009 gdb.execute.
10010
10011 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
10012
10013 * gdb.opt/inline-break.exp: Add test that info breakpoint output
10014 is correctly aligned.
10015
10016 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10017
10018 * gdb.ada/info_auto_lang.exp: New testcase.
10019 * gdb.ada/info_auto_lang/global_pack.ads: New file.
10020 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
10021 * gdb.ada/info_auto_lang/some_c.c: New file.
10022
10023 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10024
10025 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
10026 FUNC_lang language syntax.
10027
10028 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10029
10030 * gdb.base/info_minsym.c: New file.
10031 * gdb.base/info_minsym.exp: New file.
10032
10033 2018-11-19 Tom Tromey <tom@tromey.com>
10034
10035 PR rust/23625:
10036 * gdb.rust/simple.exp: Add ptype test. Update expected output.
10037 * gdb.rust/expr.exp: Update expected output. Change one test.
10038
10039 2018-11-19 Tom Tromey <tom@tromey.com>
10040
10041 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
10042
10043 2018-11-19 Pedro Alves <palves@redhat.com>
10044
10045 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
10046 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
10047 see the expected warning.
10048
10049 2018-11-16 Alan Hayward <alan.hayward@arm.com>
10050
10051 PR gdb/22736:
10052 * gdb.cp/infcall-nodebug-lib.c: New test.
10053 * gdb.cp/infcall-nodebug-main.c: New test.
10054 * gdb.cp/infcall-nodebug.exp: New file.
10055
10056 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
10057
10058 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
10059 completer tests.
10060
10061 2018-11-09 Tom de Vries <tdevries@suse.de>
10062
10063 * gdb.base/msym-lang.c: New test.
10064 * gdb.base/msym-lang.exp: New file.
10065 * gdb.base/msym-lang-main.c: New test.
10066
10067 2018-11-08 Tom Tromey <tom@tromey.com>
10068
10069 PR gdb/23555:
10070 PR gdb/23838:
10071 * gdb.base/warning.exp: New file.
10072
10073 2018-11-08 Jan Beulich <jbeulich@suse.com>
10074
10075 * testsuite/gdb.arch/i386-avx512.c,
10076 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
10077
10078 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
10079
10080 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
10081 point hardware.
10082
10083 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
10084
10085 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
10086 * gdb.dwarf2/missing-type-name.exp: New file.
10087
10088 2018-11-06 Tom de Vries <tdevries@suse.de>
10089
10090 * gdb.base/many-headers.c: New test.
10091 * gdb.base/many-headers.exp: New file.
10092
10093 2018-11-06 Jim Wilson <jimw@sifive.com>
10094
10095 * gdb.base/code_elim.exp: For riscv, set additional_flags
10096 to include -msmall-data-limit=0.
10097
10098 2018-11-01 Joel Brobecker <brobecker@adacore.com>
10099
10100 * gdb.ada/watch_minus_l: New testcase.
10101
10102 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
10103
10104 * gdb.arch/aix-sighandle.c: New file.
10105 * gdb.arch/aix-sighandle.exp: New file.
10106
10107 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
10108
10109 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
10110 registers being unions.
10111
10112 2018-10-31 Tom de Vries <tdevries@suse.de>
10113
10114 * lib/valgrind.exp: New file.
10115 (vgdb_start, vgdb_stop): New procs, factored out of ...
10116 * gdb.base/valgrind-bt.exp: ... here, ...
10117 * gdb.base/valgrind-disp-step.exp: ... here and ...
10118 * gdb.base/valgrind-infcall.exp: ... here.
10119
10120 2018-10-31 Tom de Vries <tdevries@suse.de>
10121
10122 * lib/gdb.exp (get_valueof): Don't output read value in test name.
10123
10124 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
10125
10126 * gdb.dwarf2/void-type.c: New file.
10127 * gdb.dwarf2/void-type.exp: New file.
10128
10129 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10130
10131 * gdb.base/info_qt.c: New file.
10132 * gdb.base/info_qt.exp: New file.
10133
10134 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
10135
10136 * gdb.arch/powerpc-htm-regs.c: New file.
10137 * gdb.arch/powerpc-htm-regs.exp: New file.
10138
10139 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
10140
10141 * gdb.arch/powerpc-tar.c: New file.
10142 * gdb.arch/powerpc-tar.exp: New file.
10143
10144 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
10145
10146 * gdb.arch/powerpc-ppr-dscr.c: New file.
10147 * gdb.arch/powerpc-ppr-dscr.exp: New file.
10148
10149 2018-10-25 Tom de Vries <tdevries@suse.de>
10150
10151 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
10152
10153 2018-10-24 Tom de Vries <tdevries@suse.de>
10154
10155 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
10156 longer exists error.
10157
10158 2018-10-24 Tom de Vries <tdevries@suse.de>
10159
10160 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
10161
10162 2018-10-24 Tom de Vries <tdevries@suse.de>
10163
10164 * gdb.base/valgrind-db-attach.exp: Handle removed support for
10165 --db-attach in valgrind.
10166
10167 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
10168
10169 * gdb.arch/riscv-reg-aliases.c: New file.
10170 * gdb.arch/riscv-reg-aliases.exp: New file.
10171
10172 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10173
10174 * gdb.python/py-cmd.exp: Check for gdb_prompt.
10175
10176 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10177
10178 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
10179
10180 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10181
10182 * gdb.cp/ovldbreak.exp: Fix regexps.
10183
10184 2018-10-19 Alan Hayward <alan.hayward@arm.com>
10185
10186 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
10187
10188 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
10189
10190 PR cli/23785
10191 * gdb.base/restore.exp: New test to check if "restore" with an
10192 invalid file doesn't segfault.
10193
10194 2018-10-18 Tom de Vries <tdevries@suse.de>
10195
10196 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
10197 * gdb.ada/excep_handle.exp: Same.
10198 * gdb.ada/mi_string_access.exp: Same.
10199 * gdb.ada/mi_var_union.exp: Same.
10200 * gdb.arch/arc-analyze-prologue.exp: Same.
10201 * gdb.arch/arc-decode-insn.exp: Same.
10202 * gdb.base/readnever.exp: Same.
10203 * gdb.fortran/printing-types.exp: Same.
10204 * gdb.guile/scm-lazy-string.exp: Same.
10205
10206 2018-10-16 Tom de Vries <tdevries@suse.de>
10207
10208 PR gdb/23730
10209 * gdb.base/catch-follow-exec.c: Add copyright notice.
10210 * gdb.base/catch-follow-exec.exp: Rewrite to use
10211 gdb_spawn_with_cmdline_opts. Require gdb-native.
10212
10213 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
10214
10215 * gdb.trace/actions-changed.exp: Check for arch support.
10216 * gdb.trace/actions.exp: Likewise.
10217 * gdb.trace/ax.exp: Likewise.
10218 * gdb.trace/backtrace.exp: Likewise.
10219 * gdb.trace/change-loc.exp: Likewise.
10220 * gdb.trace/deltrace.exp: Likewise.
10221 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
10222 * gdb.trace/ftrace.exp: Likewise.
10223 * gdb.trace/infotrace.exp: Check for arch support.
10224 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
10225 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
10226 * gdb.trace/mi-tsv-changed.exp: Likewise.
10227 * gdb.trace/packetlen.exp: Likewise.
10228 * gdb.trace/passc-dyn.exp: Likewise.
10229 * gdb.trace/passcount.exp: Likewise.
10230 * gdb.trace/pending.exp: Likewise.
10231 * gdb.trace/range-stepping.exp: Check for shlib support.
10232 * gdb.trace/report.exp: Check for arch support.
10233 * gdb.trace/save-trace.exp: Likewise.
10234 * gdb.trace/signal.exp: Check for signal support.
10235 * gdb.trace/tfind.exp: Check for arch support.
10236 * gdb.trace/trace-break.exp: Check for arch and shlib support.
10237 * gdb.trace/trace-common.h: Add comment.
10238 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
10239 * gdb.trace/trace-enable-disable.exp: Likewise.
10240 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
10241 * gdb.trace/tracecmd.exp: Check for arch support.
10242 * gdb.trace/tspeed.exp: Check for shlib and target support.
10243 * gdb.trace/tstatus.exp: Check for arch support.
10244 * gdb.trace/tsv.exp: Likewise.
10245 * gdb.trace/while-dyn.exp: Likewise.
10246 * gdb.trace/while-stepping.exp: Likewise.
10247 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
10248
10249 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
10250
10251 * gdb.trace/tspeed.exp: Remove nowarnings.
10252 (prepare_for_trace_test): Declare "global ipalib".
10253 * gdb.trace/tspeed.c: Include unistd.h.
10254 (main): Remove superfluous printf argument.
10255
10256 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
10257
10258 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
10259 directory prefix on the filename.
10260
10261 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
10262
10263 * gdb.gdb/unittest.exp: Update expected message informing that
10264 selftests have been disabled.
10265 * gdb.server/unittest.exp: Likewise.
10266
10267 2018-10-09 Tom de Vries <tdevries@suse.de>
10268
10269 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
10270 with runto_main.
10271
10272 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
10273
10274 PR c++/16841
10275 * gdb.cp/virtbase2.cc: New file.
10276 * gdb.cp/virtbase2.exp: New file.
10277
10278 2018-10-06 Tom Tromey <tom@tromey.com>
10279
10280 PR python/19399:
10281 * gdb.python/py-inferior.exp: Add architecture test.
10282
10283 2018-10-06 Tom Tromey <tom@tromey.com>
10284
10285 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
10286 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
10287
10288 2018-10-06 Tom Tromey <tom@tromey.com>
10289
10290 * gdb.python/py-breakpoint.exp (check_last_event): Check location
10291 of a "throw" catchpoint.
10292
10293 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
10294
10295 * gdb.base/info-proc.exp: Update string expected from "help info
10296 proc".
10297
10298 2018-10-04 Tom Tromey <tom@tromey.com>
10299
10300 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
10301 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
10302 (test_initial_complaints, test_empty_complaints): Update.
10303 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10304
10305 2018-10-04 Tom Tromey <tom@tromey.com>
10306
10307 PR cli/19551:
10308 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
10309 * lib/gdb.exp (gdb_file_cmd): Update.
10310 * gdb.stabs/weird.exp (print_weird_var): Update.
10311 * gdb.server/solib-list.exp: Update.
10312 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
10313 * gdb.mi/mi-cli.exp: Update.
10314 * gdb.linespec/linespec.exp: Update.
10315 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10316 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
10317 * gdb.cp/cp-relocate.exp: Update.
10318 * gdb.base/sym-file.exp: Update.
10319 * gdb.base/relocate.exp: Update.
10320 * gdb.base/readnever.exp: Update.
10321 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10322 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
10323 * gdb.base/dbx.exp (gdb_file_cmd): Update.
10324 * gdb.base/code_elim.exp: Update.
10325 * gdb.base/break-unload-file.exp (test_break): Update.
10326 * gdb.base/break-interp.exp (test_attach_gdb): Update.
10327 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
10328 Update.
10329 * gdb.base/attach.exp (do_attach_tests): Update.
10330 * gdb.base/sepdebug.exp: Update.
10331 * gdb.python/py-section-script.exp: Update.
10332
10333 2018-10-04 Tom Tromey <tom@tromey.com>
10334
10335 PR cli/22234:
10336 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
10337 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
10338 output.
10339
10340 2018-10-04 Tom Tromey <tom@tromey.com>
10341
10342 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
10343 set width and height to 0.
10344 (test_command_line_attach_run): Use -quiet.
10345
10346 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
10347
10348 * lib/gdb.exp (skip_ifunc_tests): New.
10349 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
10350 other compile failures.
10351 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
10352
10353 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
10354
10355 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
10356 is_amd64_regs_target.
10357
10358 2018-10-01 Alan Hayward <alan.hayward@arm.com>
10359
10360 * gdb.arch/aarch64-sighandler-regs.c: New test.
10361 * gdb.arch/aarch64-sighandler-regs.exp: New file.
10362 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
10363
10364 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
10365
10366 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
10367 assembly.
10368
10369 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
10370
10371 * gdb.base/frame-selection.exp: New file.
10372 * gdb.base/frame-selection.c: New file.
10373
10374 2018-09-27 Alan Hayward <alan.hayward@arm.com>
10375
10376 * gdb.threads/check-libthread-db.c (thread_routine): Use a
10377 pthread barrier.
10378 (main): Likewise.
10379
10380 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
10381
10382 * gdb.base/large-frame-1.c: New file.
10383 * gdb.base/large-frame-2.c: New file.
10384 * gdb.base/large-frame.exp: New file.
10385 * gdb.base/large-frame.h: New file.
10386
10387 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
10388
10389 PR gdb/20948
10390 * gdb.base/write_mem.exp: New test.
10391 * gdb.base/write_mem.c: Likewise.
10392
10393 2018-09-23 Tom Tromey <tom@tromey.com>
10394
10395 PR python/18852:
10396 * gdb.python/py-parameter.exp: Add test for parameter that throws
10397 on "set".
10398
10399 2018-09-23 Tom Tromey <tom@tromey.com>
10400
10401 PR python/17284:
10402 * gdb.python/py-template.exp (test_template_arg): Add test for
10403 negative template argument number.
10404
10405 2018-09-23 Tom Tromey <tom@tromey.com>
10406
10407 PR python/14062:
10408 * gdb.python/python.exp: Add test for post_event error.
10409
10410 2018-09-23 Tom Tromey <tom@tromey.com>
10411
10412 PR python/18170:
10413 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
10414 convert pointers to int and long.
10415
10416 2018-09-23 Tom Tromey <tom@tromey.com>
10417
10418 PR python/20126:
10419 * gdb.python/py-value.exp (test_value_numeric_ops): Add
10420 signed-ness conversion tests.
10421
10422 2018-09-23 Tom Tromey <tom@tromey.com>
10423
10424 PR python/18352;
10425 * gdb.python/py-value.exp (test_float_conversion): New proc.
10426 Use it.
10427
10428 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
10429
10430 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
10431
10432 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
10433
10434 * gdb.base/complete-empty.exp: Skip tab-completion tests if
10435 no readline.
10436 * gdb.base/utf8-identifiers.exp: Likewise.
10437 * gdb.cp/cpcompletion.exp: Likewise.
10438 * gdb.linespec/cpcompletion.exp: Likewise.
10439 * gdb.linespec/cpls-abi-tag.exp: Likewise.
10440 * gdb.linespec/cpls-ops.exp: Likewise.
10441
10442 2018-09-19 Richard Bunt <richard.bunt@arm.com>
10443 Chris January <chris.january@arm.com>
10444
10445 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
10446 * gdb.fortran/short-circuit-argument-list.exp: New file.
10447 * gdb.fortran/short-circuit-argument-list.f90: New test.
10448
10449 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10450
10451 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
10452 "arch=" keyword when executing "-stack-list-frames".
10453
10454 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10455
10456 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
10457 "arch=" keyword when executing "-stack-list-frames".
10458
10459 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10460
10461 * gdb.ada/complete.exp: Expect for "@" when doing "complete
10462 break ada".
10463
10464 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
10465
10466 PR python/23669
10467 * gdb.python/python.exp: Test gdb.execute("show commands").
10468
10469 2018-09-16 Tom Tromey <tom@tromey.com>
10470
10471 * gdb.base/new-ui.exp (do_execution_tests): Update.
10472 * gdb.base/dbx.exp (test_breakpoints): Update.
10473
10474 2018-09-14 Alan Hayward <alan.hayward@arm.com>
10475
10476 * lib/gdb.exp (gdb_simple_compile): Add proc.
10477 (is_elf_target): Use gdb_simple_compile.
10478 (skip_altivec_tests): Likewise.
10479 (skip_vsx_tests): Likewise.
10480 (skip_tsx_tests): Likewise.
10481 (skip_btrace_tests): Likewise.
10482 (skip_btrace_pt_tests): Likewise.
10483 (gdb_can_simple_compile): Likewise.
10484 (gdb_has_argv0): Likewise.
10485 (gdb_target_symbol_prefix): Likewise.
10486 (target_supports_scheduler_locking): Likewise.
10487
10488 2018-09-13 Tom Tromey <tom@tromey.com>
10489
10490 * Makefile.in (TAGS): Recognize proc_with_prefix and
10491 gdb_caching_proc.
10492
10493 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10494
10495 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
10496 method.
10497
10498 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10499
10500 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
10501 and a few other Inferior properties when the Inferior is no
10502 longer valid.
10503
10504 2018-09-13 Tom Tromey <tom@tromey.com>
10505
10506 PR rust/23650:
10507 * gdb.rust/simple.exp: Add test for enum field access error.
10508
10509 2018-09-13 Tom Tromey <tom@tromey.com>
10510
10511 PR rust/23626:
10512 * gdb.rust/simple.rs (EmptyEnum): New type.
10513 (main): Use it.
10514 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
10515
10516 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10517
10518 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
10519 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
10520 * gdb.python/py-symtab.exp: Update test printing an objfile.
10521
10522 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
10523
10524 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
10525 object.
10526
10527 2018-09-12 Alan Hayward <alan.hayward@arm.com>
10528
10529 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
10530 (support_complex_tests): Use gdb_can_simple_compile.
10531 (is_ilp32_target): Likewise.
10532 (is_lp64_target): Likewise.
10533 (is_64_target): Likewise.
10534 (is_amd64_regs_target): Likewise.
10535 (is_aarch32_target): Likewise.
10536 (gdb_int128_helper): Likewise.
10537
10538 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10539
10540 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10541
10542 2018-09-10 Jerome Guitton <guitton@adacore.com>
10543
10544 * gdb.ada/same_component_name: Add test for case of tagged record
10545 with variable-length fields.
10546
10547 2018-09-10 Xavier Roirand <roirand@adacore.com>
10548
10549 * gdb.ada/access_to_unbounded_array.exp: New testcase.
10550 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
10551 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
10552 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
10553
10554 2018-09-10 Xavier Roirand <roirand@adacore.com>
10555
10556 * gdb.ada/mi_string_access.exp: New testcase.
10557 * gdb.ada/mi_string_access/bar.adb: New file.
10558 * gdb.ada/mi_string_access/pck.adb: New file.
10559 * gdb.ada/mi_string_access/pck.asd: New file.
10560
10561 2018-09-10 Xavier Roirand <roirand@adacore.com>
10562
10563 * gdb.ada/mi_var_union.exp: New testcase.
10564 * gdb.ada/mi_var_union/bar.adb: New file.
10565 * gdb.ada/mi_var_union/pck.adb: New file.
10566 * gdb.ada/mi_var_union/pck.asd: New file.
10567
10568 2018-09-08 Tom Tromey <tom@tromey.com>
10569
10570 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10571
10572 2018-09-08 Tom Tromey <tom@tromey.com>
10573
10574 PR python/16047:
10575 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10576 (register_pretty_printers): Register new printer.
10577 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10578 test.
10579 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10580 (an_int_type3): New global.
10581
10582 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10583
10584 * gdb.ada/expr_with_funcall: New testcase.
10585
10586 2018-09-08 Joel Brobecker <brobecker@adacore.com>
10587
10588 * gdb.ada/packed_array_assign: New testcase.
10589
10590 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10591
10592 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10593 names, and add test prefixes to make test names unique.
10594
10595 2018-09-05 Tom de Vries <tdevries@suse.de>
10596
10597 * gdb.dwarf2/varval.exp: Add test.
10598
10599 2018-09-04 Gary Benson <gbenson@redhat.com>
10600
10601 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10602 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10603
10604 2018-08-31 Tom Tromey <tom@tromey.com>
10605
10606 * gdb.rust/simple.rs: Rename second variable "v".
10607
10608 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10609
10610 * gdb.base/funcargs.c (use_a): New function.
10611 (recurse): Call use_a.
10612
10613 2018-08-29 Keith Seitz <keiths@redhat.com>
10614
10615 * gdb.compile/compile-cplus-anonymous.cc: New file.
10616 * gdb.compile/compile-cplus-anonymous.exp: New file.
10617 * gdb.compile/compile-cplus-array-decay.cc: New file.
10618 * gdb.compile/compile-cplus-array-decay.exp: New file.
10619 * gdb.compile/compile-cplus-inherit.cc: New file.
10620 * gdb.compile/compile-cplus-inherit.exp: New file.
10621 * gdb.compile/compile-cplus-member.cc: New file.
10622 * gdb.compile/compile-cplus-member.exp: New file.
10623 * gdb.compile/compile-cplus-method.cc: New file.
10624 * gdb.compile/compile-cplus-method.exp: New file.
10625 * gdb.compile/compile-cplus-mod.c: "New" file.
10626 * gdb.compile/compile-cplus-namespace.cc: New file.
10627 * gdb.compile/compile-cplus-namespace.exp: New file.
10628 * gdb.compile/compile-cplus-nested.cc: New file.
10629 * gdb.compile/compile-cplus-nested.exp: New file.
10630 * gdb.compile/compile-cplus-print.c: "New" file.
10631 * gdb.compile/compile-cplus-print.exp: "New" file.
10632 * gdb.compile/compile-cplus-virtual.cc: New file.
10633 * gdb.compile/compile-cplus-virtual.exp: New file.
10634 * gdb.compile/compile-cplus.c: "New" file.
10635 * gdb.compile/compile-cplus.exp: "New" file.
10636 * lib/compile-support.exp: New file.
10637
10638 2018-08-16 Gary Benson <gbenson@redhat.com>
10639
10640 PR gdb/13000:
10641 * gdb.base/batch-exit-status.exp: New file.
10642 * gdb.base/batch-exit-status.good-commands: Likewise.
10643 * gdb.base/batch-exit-status.bad-commands: Likewise.
10644
10645 2018-08-29 Alan Hayward <alan.hayward@arm.com>
10646
10647 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10648 (struct struct02): Likewise.
10649 (struct struct03): Likewise.
10650 (struct struct04): Likewise.
10651 (struct struct_01_01): New struct.
10652 (struct struct_01_02): Likewise.
10653 (struct struct_01_03): Likewise.
10654 (struct struct_01_04): Likewise.
10655 (struct struct_02_01): Likewise.
10656 (struct struct_02_02): Likewise.
10657 (struct struct_02_03): Likewise.
10658 (struct struct_02_04): Likewise.
10659 (struct struct_04_01): Likewise.
10660 (struct struct_04_02): Likewise.
10661 (struct struct_04_03): Likewise.
10662 (struct struct_04_04): Likewise.
10663 (struct struct_05_01): Likewise.
10664 (struct struct_05_02): Likewise.
10665 (struct struct_05_03): Likewise.
10666 (struct struct_05_04): Likewise.
10667 (cmp_struct01): Remove function.
10668 (cmp_struct02): Likewise.
10669 (cmp_struct03): Likewise.
10670 (cmp_struct04): Likewise.
10671 (cmp_struct_01_01): Add Function.
10672 (cmp_struct_01_02): Likewise.
10673 (cmp_struct_01_03): Likewise.
10674 (cmp_struct_01_04): Likewise.
10675 (cmp_struct_02_01): Likewise.
10676 (cmp_struct_02_02): Likewise.
10677 (cmp_struct_02_03): Likewise.
10678 (cmp_struct_02_04): Likewise.
10679 (cmp_struct_04_01): Likewise.
10680 (cmp_struct_04_02): Likewise.
10681 (cmp_struct_04_03): Likewise.
10682 (cmp_struct_04_04): Likewise.
10683 (cmp_struct_05_01): Likewise.
10684 (cmp_struct_05_02): Likewise.
10685 (cmp_struct_05_03): Likewise.
10686 (cmp_struct_05_04): Likewise.
10687 (call_all): Add new structs.
10688 * gdb.base/infcall-nested-structs.exp: Likewise.
10689
10690 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10691
10692 * gdb.python/py-framefilter-mi.exp: Update regexp to
10693 check for "arch" field in frame output.
10694
10695 2018-08-23 Kevin Buettner <kevinb@redhat.com>
10696
10697 * gdb.dwarf2/dw2-ranges-func.c: New file.
10698 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10699
10700 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10701
10702 * gdb.base/term.exp: Compare terminal settings with values from
10703 the inferior.
10704 * gdb.base/term.c: Get and set terminal settings.
10705
10706 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10707
10708 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10709 accommodate new "arch" field in frame output.
10710 * gdb.mi/mi-return.exp: Likewise.
10711 * gdb.mi/mi-stack.exp: Likewise.
10712 * gdb.mi/mi-syn-frame.exp: Likewise.
10713 * gdb.mi/user-selected-context-sync.exp: Likewise.
10714
10715 2018-08-19 Michael Spang <spang@google.com>
10716
10717 PR gdb/11786
10718 * gdb.base/gcore-tls-pie.c: New file.
10719 * gdb.base/gcore-tls-pie.exp: New file.
10720
10721 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10722
10723 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10724 * gdb.dwarf2/varval.c: New file.
10725 * gdb.dwarf2/varval.exp: New file.
10726
10727 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10728
10729 PR gdb/18931
10730 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10731
10732 2018-08-16 Keith Seitz <keiths@redhat.com>
10733
10734 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10735 tests expected to pass.
10736
10737 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10738
10739 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10740 -data-disassemble -a.
10741 (test_disassembly_bogus_args): Likewise.
10742
10743 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10744
10745 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10746
10747 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10748
10749 * gdb.base/vla-optimized-out.exp: Add new test.
10750
10751 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10752
10753 * gdb.base/vla-optimized-out-o3.exp: Delete.
10754 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10755 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10756 deleted tests.
10757
10758 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10759
10760 PR gdb/18050:
10761 * gdb.server/extended-remote-restart.c: New file.
10762 * gdb.server/extended-remote-restart.exp: New file.
10763
10764 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10765
10766 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10767 "set variable index = 42".
10768
10769 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10770
10771 * boards/index-cache-gdb.exp: New file.
10772 * gdb.dwarf2/index-cache.exp: New file.
10773 * gdb.dwarf2/index-cache.c: New file.
10774 * gdb.base/maint.exp: Check if we are using the index cache.
10775
10776 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10777
10778 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10779 MAKEFLAGS.
10780
10781 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10782
10783 * dg-extract-results.sh: Move to toplevel contrib.
10784 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10785 * Makefile.in (check-parallel-racy): Likewise.
10786
10787 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10788
10789 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10790 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10791 tests if the target supports scheduler locking.
10792
10793 2018-08-04 Tom de Vries <tdevries@suse.de>
10794
10795 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10796
10797 2018-08-02 Tom Tromey <tom@tromey.com>
10798
10799 PR symtab/16842.
10800 * gdb.cp/temargs.exp: Test "info address" of a template
10801 parameter.
10802
10803 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10804
10805 * gdb.python/py-mi-var-info-path-expression.c: New file.
10806 * gdb.python/py-mi-var-info-path-expression.py: New file.
10807 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10808
10809 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10810
10811 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10812 error after "cannot resolve name" string.
10813
10814 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10815
10816 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10817 started.
10818 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10819
10820 2018-07-28 Tom de Vries <tdevries@suse.de>
10821
10822 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10823
10824 2018-07-26 Tom de Vries <tdevries@suse.de>
10825
10826 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10827
10828 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10829
10830 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10831 is visible.
10832
10833 2018-07-26 Tom de Vries <tdevries@suse.de>
10834
10835 PR breakpoints/23366
10836 * gdb.base/catch-follow-exec.c: New test.
10837 * gdb.base/catch-follow-exec.exp: New file.
10838
10839 2018-07-25 Tom de Vries <tdevries@suse.de>
10840
10841 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10842 vla-optimized-out.c.
10843
10844 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10845
10846 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10847 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10848
10849 2018-07-20 Tom de Vries <tdevries@suse.de>
10850
10851 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10852 NOCLONE macro.
10853 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10854
10855 2018-07-19 Tom de Vries <tdevries@suse.de>
10856
10857 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10858 regular expression.
10859
10860 2018-07-18 Tom de Vries <tdevries@suse.de>
10861
10862 * gdb.base/vla-optimized-out.c: New test.
10863 * gdb.base/vla-optimized-out.exp: New file.
10864
10865 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10866
10867 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10868 message "No address associated with hostname" when gdbserver
10869 cannot resolve the hostname.
10870
10871 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10872
10873 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10874 Add some test prefixes to make tests unique.
10875
10876 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10877
10878 * gdb.base/frameapply.c: New file.
10879 * gdb.base/frameapply.exp: New file.
10880
10881 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10882
10883 * gdb.base/skip.exp: Update expected error message.
10884
10885 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10886 Jan Kratochvil <jan.kratochvil@redhat.com>
10887 Paul Fertser <fercerpav@gmail.com>
10888 Tsutomu Seki <sekiriki@gmail.com>
10889
10890 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10891 parameter.
10892 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10893 by default.
10894 * boards/native-gdbserver.exp: Likewise.
10895 * gdb.server/run-without-local-binary.exp: Improve regexp used
10896 for detecting when a remote debugging connection succeeds.
10897 * gdb.server/server-connect.exp: New file.
10898 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10899 Do not prefix the port number with ":".
10900 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10901 support for detecting and using it. Add '$debughost_gdbserver'
10902 to the list of arguments used to start gdbserver. Handle case
10903 when gdbserver cannot resolve a network name.
10904
10905 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10906
10907 PR c++/23373
10908 * gdb.base/ptype-offsets.cc (struct static_member): New
10909 struct.
10910 (main) <stmember>: New variable.
10911 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10912 with a static member in it.
10913
10914 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10915
10916 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10917 watchpoints enabled and disabled.
10918
10919 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10920
10921 * gdb.base/examine-backward.exp: Still run tests around address
10922 0x0, even if address 0x0 is not readable. Update the pattern for
10923 matching address 0x0 in expected output.
10924
10925 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10926
10927 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10928 malloc/free.
10929
10930 2018-07-04 Tom de Vries <tdevries@suse.de>
10931
10932 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10933
10934 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10935
10936 PR tdep/8282
10937 * gdb.arch/mips-disassembler-options.exp: New test.
10938 * gdb.arch/mips-disassembler-options.s: New test source.
10939
10940 2018-06-29 Pedro Alves <palves@redhat.com>
10941
10942 * gdb.threads/names.exp: Adjust expected "info threads" output.
10943
10944 2018-06-29 Pedro Alves <palves@redhat.com>
10945
10946 * gdb.opt/inline-break.exp (line number, address): Add "info
10947 break" tests.
10948
10949 2018-06-29 Pedro Alves <palves@redhat.com>
10950
10951 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10952 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10953 number and address and running to them.
10954
10955 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10956
10957 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10958
10959 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10960
10961 * lib/compiler.c: Remove executable permission flag.
10962
10963 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10964
10965 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10966 code.
10967 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10968
10969 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10970
10971 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10972
10973 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10974
10975 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10976 address argument is omitted.
10977
10978 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10979
10980 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10981
10982 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10983
10984 PR gdb/21695
10985 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10986 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10987
10988 2018-06-26 Tom Tromey <tom@tromey.com>
10989
10990 PR rust/22574:
10991 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10992 * gdb.rust/simple.rs (struct SimpleLayout): New.
10993
10994 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10995
10996 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10997 "info registers" output.
10998
10999 2018-06-21 Richard Bunt <richard.bunt@arm.com>
11000
11001 * gdb.base/watchpoint-hw-attach.c: New test.
11002 * gdb.base/watchpoint-hw-attach.exp: New file.
11003
11004 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
11005
11006 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
11007 through /bin/sh.
11008 * boards/dwarf4-gdb-index.exp: Likewise.
11009 * boards/fission-dwp.exp: Likewise.
11010
11011 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
11012
11013 * gdb.base/float128.exp: Add comment and improved fail message
11014 to the failure case of "print large128" test.
11015
11016 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
11017
11018 * configure.ac: Remove AC_PREREQ.
11019 * configure: Re-generate.
11020
11021 2018-06-19 Pedro Alves <palves@redhat.com>
11022
11023 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
11024 (func_extern_caller): New.
11025 (main): Call func_extern_caller.
11026 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
11027 logic change.
11028
11029 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
11030
11031 PR gdb/16841
11032 * gdb.cp/typedef-base.cc: New file.
11033 * gdb.cp/typedef-base.exp: New file.
11034
11035 2018-06-18 Tom de Vries <tdevries@suse.de>
11036
11037 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
11038
11039 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
11040 Richard Bunt <Richard.Bunt@arm.com>
11041
11042 * gdb.threads/attach-slow-waitpid.c: New file.
11043 * gdb.threads/attach-slow-waitpid.exp: New file.
11044 * gdb.threads/slow-waitpid.c: New file.
11045
11046 2018-06-14 Pedro Alves <palves@redhat.com>
11047
11048 * gdb.base/fork-running-state.c: Include <errno.h>.
11049 (exit_if_relative_exits): New.
11050 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
11051 exits.
11052 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
11053 child exits.
11054
11055 2018-06-14 Tom de Vries <tdevries@suse.de>
11056
11057 PR cli/22573
11058 * gdb.base/finish-pretty.c: New test.
11059 * gdb.base/finish-pretty.exp: New file.
11060
11061 2018-06-14 Pedro Alves <palves@redhat.com>
11062
11063 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
11064 gdb's expected startup output.
11065
11066 2018-06-14 Pedro Alves <palves@redhat.com>
11067
11068 * lib/selftest-support.exp (selftest_setup): Remove inlined
11069 function handling.
11070
11071 2018-06-14 Tom de Vries <tdevries@suse.de>
11072
11073 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
11074 matching of breakpoint printing.
11075
11076 2018-06-13 Tom de Vries <tdevries@suse.de>
11077
11078 PR testsuite/23269
11079 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
11080 (fork_child): ... here, and ...
11081 (fork_parent): ... here.
11082
11083 2018-06-12 Tom de Vries <tdevries@suse.de>
11084
11085 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
11086
11087 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
11088 Stephen Roberts <stephen.roberts@arm.com>
11089
11090 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
11091 rewrite test to describe action performed, rather than possible
11092 failure.
11093
11094 2018-06-08 Gary Benson <gbenson@redhat.com>
11095
11096 * gdb.threads/check-libthread-db.exp: New file.
11097 * gdb.threads/check-libthread-db.c: Likewise.
11098
11099 2018-06-05 Tom Tromey <tom@tromey.com>
11100
11101 * gdb.base/default.exp: Update expected "show version" output.
11102
11103 2018-06-05 Tom Tromey <tom@tromey.com>
11104
11105 PR cli/12326:
11106 * gdb.cp/static-print-quit.exp: Update.
11107 * lib/gdb.exp (pagination_prompt): Update.
11108 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
11109 * gdb.python/python.exp: Update.
11110
11111 2018-06-04 Joel Brobecker <brobecker@adacore.com>
11112
11113 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
11114
11115 2018-06-01 Joel Brobecker <brobecker@adacore.com>
11116
11117 * gdb.ada/bp_fun_addr: New testcase.
11118
11119 2018-06-01 Tom Tromey <tom@tromey.com>
11120
11121 * gdb.xml/tdesc-regs.exp (load_description): Update expected
11122 results.
11123 * gdb.dwarf2/method-ptr.exp: Set language to C++.
11124 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
11125 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
11126 * gdb.base/maint.exp (maint_pass_if): Update.
11127
11128 2018-05-31 Maciej W. Rozycki <macro@mips.com>
11129
11130 * gdb.base/endian.exp: New test.
11131 * gdb.base/endian.c: New test source.
11132
11133 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
11134
11135 PR gdb/23203
11136 * gdb.base/bt-selected-frame.c: New file.
11137 * gdb.base/bt-selected-frame.exp: New file.
11138 * lib/gdb.exp (get_current_frame_number): New function.
11139
11140 2018-05-24 Maciej W. Rozycki <macro@mips.com>
11141 Pedro Alves <palves@redhat.com>
11142
11143 * gdb.threads/tls-core.c: Include <stdlib.h>
11144 (thread_proc): Call `abort'.
11145 * gdb.threads/tls-core.exp: Generate a core with core_find too.
11146 (tls_core_test): New procedure, bits factored out from ...
11147 (top level): ... here. Test both native cores and gcore cores.
11148
11149 2018-05-23 Tom Tromey <tom@tromey.com>
11150
11151 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
11152
11153 2018-05-23 Tom Tromey <tom@tromey.com>
11154
11155 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
11156 symfile_complaints.
11157 (test_short_complaints): Likewise.
11158 (test_empty_complaints): Likewise.
11159 (test_initial_complaints): Update.
11160
11161 2018-05-23 Tom Tromey <tom@tromey.com>
11162
11163 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
11164
11165 2018-05-23 Tom Tromey <tom@tromey.com>
11166
11167 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
11168 (test_short_complaints): Update.
11169
11170 2018-05-22 Pedro Alves <palves@redhat.com>
11171
11172 * gdb.base/remote.exp: Only gdb_start after compiling the
11173 testcase. Issue "disconnect" before testing "set remote" command
11174 defaults. Issue clean_restart before running to main.
11175
11176 2018-05-22 Pedro Alves <palves@redhat.com>
11177
11178 * gdb.base/remote.exp: Adjust expected output of "show remote
11179 memory-write-packet-size". Add tests for "set remote
11180 memory-write-packet-size 0" and "set remote
11181 memory-write-packet-size fixed/limit".
11182
11183 2018-05-22 Pedro Alves <palves@redhat.com>
11184
11185 PR gdb/22973
11186 * gdb.base/utf8-identifiers.c: New file.
11187 * gdb.base/utf8-identifiers.exp: New file.
11188
11189 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11190
11191 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
11192
11193 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11194
11195 * gdb.arch/powerpc-vsx-gcore.exp: New file.
11196
11197 2018-05-18 Tom Tromey <tom@tromey.com>
11198
11199 * gdb.base/ptype-offsets.exp: Update.
11200
11201 2018-05-17 Keith Seitz <keiths@redhat.com>
11202
11203 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
11204 in expected breakpoint stop locations.
11205 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
11206 move to proper scope to test variable values.
11207 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
11208 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
11209 New functions.
11210 (main): Call not_inline_func3.
11211 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
11212 inline_func1, inline_func2, and inline_func3. Test that when each
11213 breakpoint is hit, GDB properly reports both the stop location
11214 and the backtrace. Repeat tests for temporary breakpoints.
11215
11216 2018-05-15 Maciej W. Rozycki <macro@mips.com>
11217
11218 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
11219 rather then trying to access it in determining whether the PID
11220 of `gdbserver' could have been retrieved.
11221
11222 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
11223
11224 * gdb.arch/amd64-init-x87-values.S: New file.
11225 * gdb.arch/amd64-init-x87-values.exp: New file.
11226
11227 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11228
11229 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
11230
11231 2018-05-04 Tom Tromey <tom@tromey.com>
11232
11233 PR python/22730:
11234 * gdb.python/python.exp: Test multi-line execute.
11235
11236 2018-05-04 Tom Tromey <tom@tromey.com>
11237
11238 PR python/22731:
11239 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
11240
11241 2018-05-04 Tom Tromey <tom@tromey.com>
11242
11243 PR gdb/11750:
11244 * gdb.base/define.exp: Test defining a user command inside a user
11245 command.
11246 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
11247
11248 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11249 Pedro Alves <palves@redhat.com>
11250
11251 PR breakpoints/19806 and support for PR external/20207.
11252 * gdb.base/watchpoint-unaligned.c: New file.
11253 * gdb.base/watchpoint-unaligned.exp: New file.
11254
11255 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11256
11257 * gdb.base/maint.exp: Make test names unique, use
11258 test_prefix_command_help to test 'help maint info', and remove
11259 repeated test of 'help maint'.
11260
11261 2018-05-04 Tom Tromey <tom@tromey.com>
11262
11263 PR gdb/22619:
11264 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
11265 behavior.
11266
11267 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11268
11269 * gdb.base/maint.exp: Process output from 'maint print registers'
11270 line at a time.
11271
11272 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11273
11274 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
11275 timeout.
11276
11277 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
11278
11279 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
11280 filter pattern.
11281
11282 2018-05-02 Pedro Alves <palves@redhat.com>
11283
11284 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
11285 to_log_command renames.
11286 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
11287
11288 2018-05-02 Tom Tromey <tom@tromey.com>
11289
11290 * gdb.python/py-parameter.exp: Set test message.
11291
11292 2018-05-02 Tom Tromey <tom@tromey.com>
11293
11294 PR python/20084:
11295 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
11296 PARAM_ZUINTEGER_UNLIMITED tests.
11297
11298 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
11299
11300 PR rust/23124
11301 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
11302 when casting.
11303
11304 2018-04-30 Tom Tromey <tom@tromey.com>
11305
11306 * gdb.python/py-type.exp: Check align attribute.
11307 * gdb.python/py-type.c: New "aligncheck" global.
11308
11309 2018-04-30 Tom Tromey <tom@tromey.com>
11310
11311 PR exp/17095:
11312 * gdb.dwarf2/dw2-align.exp: New file.
11313 * gdb.cp/align.exp: New file.
11314 * gdb.base/align.exp: New file.
11315 * lib/gdb.exp (gdb_int128_helper): New proc.
11316 (has_int128_c, has_int128_cxx): New caching procs.
11317
11318 2018-04-27 Tom Tromey <tom@tromey.com>
11319
11320 PR rust/22545:
11321 * gdb.rust/simple.exp: Add inclusive range tests.
11322
11323 2018-04-26 Pedro Alves <palves@redhat.com>
11324
11325 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
11326 ifunc breakpoint locations correctly of ifunc breakpoints set
11327 while the program resolves the ifunc.
11328
11329 2018-04-26 Pedro Alves <palves@redhat.com>
11330
11331 * gdb.base/gnu-ifunc-final.c: New file.
11332 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
11333 * gdb.base/gnu-ifunc.exp (executable): Delete.
11334 (staticexecutable): Adjust.
11335 (lib_opts, exec_opts): Delete.
11336 (make_binsuffix, build, set-break): New procedures.
11337 (misc_tests): New, with tests factored out from the top level.
11338 (top level): Test different combinations of ifunc resolver name,
11339 resolver with and with debug info, and ifunc target with and
11340 without debug info. Wrap static tests with with_target_prefix.
11341
11342 2018-04-26 Pedro Alves <palves@redhat.com>
11343
11344 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
11345 return type" warnings.
11346
11347 2018-04-25 Pedro Alves <palves@redhat.com>
11348
11349 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
11350 killed".
11351 * gdb.base/kill-after-signal.exp: Likewise.
11352 * gdb.threads/kill.exp: Likewise.
11353
11354 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11355 Sergio Durigan Junior <sergiodj@redhat.com>
11356 Pedro Alves <palves@redhat.com>
11357
11358 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
11359 regexps to expect for '[Inferior ... detached]' as well.
11360 * gdb.base/attach.exp: Likewise.
11361 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
11362 "gdb_continue_to_end".
11363 (test_catch_syscall_with_wrong_args): Likewise.
11364 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
11365 ']'. Don't set 'verbose' on.
11366 * gdb.base/foll-vfork.exp: Likewise.
11367 * gdb.base/fork-print-inferior-events.c: New file.
11368 * gdb.base/fork-print-inferior-events.exp: New file.
11369 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
11370 '[Inferior ... has been killed]' message.
11371 * gdb.base/kill-after-signal.exp: Likewise.
11372 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
11373 detach message.
11374 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
11375 message.
11376 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
11377 regexps to expect for '[Inferior ... detached]' as well.
11378 * gdb.threads/process-dies-while-detaching.exp: Likewise.
11379
11380 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
11381
11382 PR gdb/23104
11383 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
11384
11385 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
11386
11387 PR gdb/23095
11388 * gdb.base/break-probes.exp: Pass shlib_load to
11389 prepare_for_testing. Set normal_bp to r_debug_state if target is
11390 bsd.
11391
11392 2018-04-19 Richard Bunt <richard.bunt@arm.com>
11393
11394 * gdb.threads/multiple-successive-infcall.c: New test.
11395 * gdb.threads/multiple-successive-infcall.exp: New file.
11396
11397 2018-04-17 Tom Tromey <tom@tromey.com>
11398
11399 * gdb.rust/simple.rs (Union): New type.
11400 (main): New local "u".
11401 * gdb.rust/simple.exp (test_one_slice): Add new test case.
11402
11403 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11404
11405 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
11406 number information in output of "whereis" command.
11407 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
11408
11409 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11410
11411 * gdb.ada/info_types.exp: Adjust expected output to the line
11412 numbers now printed by "info var/func/type".
11413 * gdb.base/completion.exp: Likewise.
11414 * gdb.base/included.exp: Likewise.
11415 * gdb.cp/cp-relocate.exp: Likewise.
11416 * gdb.cp/cplusfuncs.exp: Likewise.
11417 * gdb.cp/namespace.exp: Likewise.
11418 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
11419
11420 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11421
11422 * gdb.btrace/cpu.exp: New.
11423
11424 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11425
11426 * gdb.base/step-indirect-call-thunk.exp: New.
11427 * gdb.base/step-indirect-call-thunk.c: New.
11428 * gdb.reverse/step-indirect-call-thunk.exp: New.
11429 * gdb.reverse/step-indirect-call-thunk.c: New.
11430
11431 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
11432
11433 * gdb.base/pie-fork.c: New file.
11434 * gdb.base/pie-fork.exp: New file.
11435
11436 2018-04-11 Tom Tromey <tom@tromey.com>
11437
11438 * gdb.rust/simple.exp: Add test for ".." struct initializer.
11439
11440 2018-04-10 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
11443 exits. Instead loop running forever.
11444 (fork_parent): Run forever too.
11445
11446 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11447
11448 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
11449 mi_continue_to_line.
11450 * gdb.mi/mi-stack.c (callee4): Add comment.
11451
11452 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11453
11454 * gdb.mi/mi-stack.exp: Fix indentation.
11455
11456 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11457
11458 PR gdb/22979
11459 * gdb.arch/amd64-osabi.exp: New file.
11460
11461 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11462
11463 PR gdb/22980
11464 * gdb.base/osabi.exp: New file.
11465
11466 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
11467
11468 * gdb.cp/static-typedef-print.exp: New file.
11469 * gdb.cp/static-typedef-print.cc: New file.
11470
11471 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11472
11473 * gdb.ada/varsize_limit: New testcase.
11474
11475 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11476
11477 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
11478
11479 * gdb.ada/notcplusplus: New testcase.
11480
11481 * gdb.base/c-linkage-name.c: New file.
11482 * gdb.base/c-linkage-name.exp: New testcase.
11483
11484 2018-03-26 Tom Tromey <tom@tromey.com>
11485
11486 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
11487 * gdb.python/py-framefilter.py (name_error): New global.
11488 (ErrorInName.function): Use name_error.
11489
11490 2018-03-26 Tom Tromey <tom@tromey.com>
11491
11492 PR backtrace/15582:
11493 * gdb.python/py-framefilter.exp: Add "bt hide" test.
11494
11495 2018-03-23 Keith Seitz <keiths@redhat.com>
11496
11497 PR c++/22968
11498 * gdb.cp/subtypes.exp: New file.
11499 * gdb.cp/subtypes.h: New file.
11500 * gdb.cp/subtypes.cc: New file.
11501 * gdb.cp/subtypes-2.cc: New file.
11502
11503 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11504
11505 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
11506 (done): Call '_exit' not 'exit' to avoid atexit handlers.
11507 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
11508 -nostartfiles when compiling the test. Confirm that all registers
11509 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
11510
11511 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11512
11513 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
11514 option, syntax was wrong anyway.
11515 * gdb.arch/arm-disp-step.exp: Likewise.
11516 * gdb.arch/sparc64-regs.exp: Likewise.
11517 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
11518 option, syntax was wrong anyway, switch to use
11519 prepare_for_testing.
11520 * gdb.arch/i386-disp-step.exp: Likewise.
11521
11522 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
11523
11524 * gdb.ada/exec_changed.exp: Replace "target_info exists
11525 use_gdb_stub" by "use_gdb_stub".
11526 * gdb.ada/start.exp: Likewise.
11527 * gdb.base/async-shell.exp: Likewise.
11528 * gdb.base/attach-pie-misread.exp: Likewise.
11529 * gdb.base/attach-wait-input.exp: Likewise.
11530 * gdb.base/break-entry.exp: Likewise.
11531 * gdb.base/break-interp.exp: Likewise.
11532 * gdb.base/dprintf-detach.exp: Likewise.
11533 * gdb.base/nostdlib.exp: Likewise.
11534 * gdb.base/solib-nodir.exp: Likewise.
11535 * gdb.base/statistics.exp: Likewise.
11536 * gdb.base/testenv.exp: Likewise.
11537 * gdb.mi/mi-exec-run.exp: Likewise.
11538 * gdb.mi/mi-start.exp: Likewise.
11539 * gdb.multi/dummy-frame-restore.exp: Likewise.
11540 * gdb.multi/multi-arch-exec.exp: Likewise.
11541 * gdb.multi/multi-arch.exp: Likewise.
11542 * gdb.multi/tids.exp: Likewise.
11543 * gdb.multi/watchpoint-multi.exp: Likewise.
11544 * gdb.python/py-events.exp: Likewise.
11545 * gdb.threads/attach-into-signal.exp: Likewise.
11546 * gdb.threads/attach-stopped.exp: Likewise.
11547 * gdb.threads/threadapply.exp: Likewise.
11548 * lib/selftest-support.exp: Likewise.
11549
11550 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11551
11552 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11553
11554 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
11555
11556 * gdb.perf/template-breakpoints.cc: New file.
11557 * gdb.perf/template-breakpoints.exp: New file.
11558 * gdb.perf/template-breakpoints.py: New file.
11559
11560 2018-03-19 Tom Tromey <tom@tromey.com>
11561
11562 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11563 y0.
11564 * gdb.rust/simple.exp: Test bare identifier form of struct
11565 initializer.
11566
11567 2018-03-19 Tom Tromey <tom@tromey.com>
11568
11569 * gdb.gdb/observer.exp: Remove.
11570
11571 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11572
11573 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11574 "qualified" option when setting breakpoints.
11575 * gdb.trace/backtrace.exp: Likewise.
11576 * gdb.trace/circ.exp: Likewise.
11577 * gdb.trace/collection.exp: Likewise.
11578 * gdb.trace/disconnected-tracing.exp: Likewise.
11579 * gdb.trace/ftrace-lock.exp: Likewise.
11580 * gdb.trace/ftrace.exp: Likewise.
11581 * gdb.trace/infotrace.exp: Likewise.
11582 * gdb.trace/packetlen.exp: Likewise.
11583 * gdb.trace/passc-dyn.exp: Likewise.
11584 * gdb.trace/qtro.exp: Likewise.
11585 * gdb.trace/read-memory.exp: Likewise.
11586 * gdb.trace/report.exp: Likewise.
11587 * gdb.trace/signal.exp: Likewise.
11588 * gdb.trace/status-stop.exp: Likewise.
11589 * gdb.trace/strace.exp: Likewise.
11590 * gdb.trace/tfind.exp: Likewise.
11591 * gdb.trace/trace-break.exp: Likewise.
11592 * gdb.trace/trace-condition.exp: Likewise.
11593 * gdb.trace/trace-mt.exp: Likewise.
11594 * gdb.trace/tstatus.exp: Likewise.
11595 * gdb.trace/tsv.exp: Likewise.
11596 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11597 * gdb.trace/unavailable.exp: Likewise.
11598 * gdb.trace/while-dyn.exp: Likewise.
11599
11600 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11601
11602 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11603 that libinproctrace is copied to the target.
11604
11605 2018-03-14 Tom Tromey <tom@tromey.com>
11606
11607 PR cli/14977:
11608 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11609 a null pointer.
11610 * gdb.base/wchar.exp: Likewise.
11611
11612 2018-03-14 Tom Tromey <tom@tromey.com>
11613
11614 PR cli/19918:
11615 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11616 flag.
11617
11618 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11619
11620 PR gdb/22841
11621 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11622 "target" to remote_exec.
11623
11624 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11625
11626 PR gdb/22841
11627 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11628 ${board}_upload): Remove.
11629
11630 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11631
11632 * gdb.cp/watch-cp.cc: New test.
11633 * gdb.cp/watch-cp.exp: New file.
11634
11635 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11636
11637 * gdb.base/infcall-nested-structs.exp: New file.
11638 * gdb.base/infcall-nested-structs.c: New file.
11639 * gdb.base/float.exp: Add riscv support.
11640
11641 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11642
11643 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11644 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11645
11646 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11647
11648 * gdb.server/abspath.exp: New file.
11649 * lib/gdb.exp (with_cwd): New procedure.
11650
11651 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11652
11653 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11654 use it.
11655 (gdb_is_target_remote_prompt): New proc.
11656 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11657 (gdb_is_target_native): Pass prompt parameter to
11658 gdb_is_target_1.
11659
11660 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11661
11662 * gdb.base/load-command.c: New file.
11663 * gdb.base/load-command.exp: New file.
11664 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11665 (gdb_is_target_1): ...this, and generalize for other targets
11666 than just remote.
11667 (gdb_is_target_remote): Use gdb_is_target_1.
11668 (gdb_is_target_native): use gdb_is_target_1.
11669
11670 2018-02-26 Tom Tromey <tom@tromey.com>
11671
11672 PR python/16497:
11673 * gdb.python/py-framefilter.exp: Update test.
11674
11675 2018-02-26 Tom Tromey <tom@tromey.com>
11676
11677 * gdb.dwarf2/variant.c: New file.
11678 * gdb.dwarf2/variant.exp: New file.
11679
11680 2018-02-26 Tom Tromey <tom@tromey.com>
11681
11682 * gdb.rust/simple.exp: Accept more possible results in enum test.
11683
11684 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11685
11686 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11687 parentheses.
11688
11689 2018-02-23 Maciej W. Rozycki <macro@mips.com>
11690
11691 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11692 name of a variable: $actual_linejj -> $actual_line.
11693
11694 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11695
11696 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11697
11698 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11699
11700 * gdb.btrace/buffer-size.exp: Do not force BTS.
11701
11702 2018-02-14 Pedro Alves <palves@redhat.com>
11703
11704 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11705 getting a "Quit".
11706
11707 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11708
11709 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11710 Fix test name.
11711
11712 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11713
11714 * gdb.cp/m-static.exp: Check type of optimized out static
11715 member.
11716
11717 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11718
11719 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11720 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11721
11722 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11723 Leszek Swirski <leszeks@google.com>
11724
11725 * gdb.python/py-prettyprint.c
11726 (struct to_string_returns_value_inner,
11727 struct to_string_returns_value_wrapper): New.
11728 (main): Add tsrvw variable.
11729 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11730 ToStringReturnsValueWrapper): New classes.
11731 (register_pretty_printers): Register new pretty-printers.
11732 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11733 recursive pretty printer.
11734 * gdb.python/py-mi.exp: Likewise.
11735
11736 2018-02-01 Leszek Swirski <leszeks@google.com>
11737
11738 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11739 functions with the same name as an include file are parsed
11740 correctly.
11741
11742 2018-02-01 Yao Qi <yao.qi@linaro.org>
11743
11744 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11745 "\[^\r\n\]*".
11746
11747 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11748
11749 * gdb.arch/powerpc-prologue-frame.s: New file.
11750 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11751 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11752
11753 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11754
11755 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11756
11757 2018-01-30 Pedro Alves <palves@redhat.com>
11758
11759 PR gdb/13211
11760 * gdb.base/interrupt-daemon.c: New.
11761 * gdb.base/interrupt-daemon.exp: New.
11762 * gdb.multi/multi-term-settings.c: New.
11763 * gdb.multi/multi-term-settings.exp: New.
11764
11765 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11766
11767 * gdb.base/break.exp: Save the location where the breakpoint
11768 on break.c:47 was actually inserted when debugging the version
11769 compiled at -O2 and use it in the expected output of the "info
11770 break" test performed soon after.
11771
11772 2018-01-22 Pedro Alves <palves@redhat.com>
11773 Sergio Durigan Junior <sergiodj@redhat.com>
11774
11775 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11776 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11777
11778 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11779
11780 * gdb.base/break-include.c, gdb.base/break-include.inc,
11781 gdb.base/break-include.exp: New files.
11782 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11783 line number now being the actual line number where the breakpoint
11784 was inserted.
11785 * gdb.mi/mi-break.exp: Likewise.
11786 * gdb.mi/mi-reverse.exp: Likewise.
11787 * gdb.mi/mi-simplerun.exp: Ditto.
11788
11789 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11790
11791 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11792 varobj.
11793 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11794
11795 2018-01-21 Don Breazeal <donb@codesourcery.com>
11796 Andrew Burgess <andrew.burgess@embecosm.com>
11797
11798 * gdb.mi/basics.c: Add new global.
11799 * gdb.mi/mi-frame-regs.exp: New file.
11800 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11801 case.
11802
11803 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11804
11805 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11806 non-parameter, and on an unknown symbol.
11807
11808 2018-01-19 Tom Tromey <tom@tromey.com>
11809
11810 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11811 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11812
11813 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11814
11815 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11816 setrlimit and chdir to int.
11817
11818 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11819
11820 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11821 function.
11822 (my_tend): Likewise.
11823 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11824 rationale of avoiding FP- and vector instructions.
11825
11826 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11827
11828 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11829 "info reg" with "\[ \t\]*".
11830 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11831 "\[ \t\]+".
11832 * gdb.arch/s390-multiarch.exp: Ditto.
11833 * gdb.base/pc-fp.exp: Ditto.
11834 * gdb.reverse/i386-precsave.exp: Ditto.
11835 * gdb.reverse/i386-reverse.exp: Ditto.
11836 * gdb.reverse/i387-env-reverse.exp: Ditto.
11837 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11838
11839 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11840
11841 * lib/gdb.exp (gdb_compile): Re-enable use of
11842 universal_compile_options for languages other than Rust.
11843
11844 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11845
11846 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11847
11848 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11849
11850 PR gdb/16577
11851 * gdb.base/solib-vanish.exp: New.
11852 * gdb.base/solib-vanish-main.c: New.
11853 * gdb.base/solib-vanish-lib1.c: New.
11854 * gdb.base/solib-vanish-lib2.c: New.
11855
11856 2018-01-17 Yao Qi <yao.qi@linaro.org>
11857
11858 * gdb.compile/compile.exp: Match the address printed for
11859 frame in the output of command "bt".
11860
11861 2018-01-15 Tom Tromey <tom@tromey.com>
11862
11863 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11864 compute sp_reg.
11865
11866 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11867
11868 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11869 to prepare.
11870 (prepare): Return 0 on error, 1 on success.
11871
11872 2018-01-12 Pedro Alves <palves@redhat.com>
11873
11874 * gdb.base/continue-after-aborted-step-over.c: New.
11875 * gdb.base/continue-after-aborted-step-over.exp: New.
11876
11877 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11878
11879 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11880 options when not creating an executable.
11881
11882 2018-01-11 Pedro Alves <palves@redhat.com>
11883
11884 PR remote/22597
11885 * gdb.server/stop-reply-no-thread.c: New file.
11886 * gdb.server/stop-reply-no-thread.exp: New file.
11887
11888 2018-01-10 Pedro Alves <palves@redhat.com>
11889
11890 PR gdb/22670
11891 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11892 functions too. Test setting breakpoints and printing C functions
11893 with no debug info too.
11894 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11895
11896 2018-01-10 Pedro Alves <palves@redhat.com>
11897
11898 PR gdb/22670
11899 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11900 a fail.
11901
11902 2018-01-10 Pedro Alves <palves@redhat.com>
11903
11904 PR gdb/22670
11905 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11906
11907 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11908
11909 * gdb.server/unittest.exp: Match the output in non-development
11910 mode.
11911
11912 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11913
11914 * gdb.gdb/unittest.exp: Match output in non-development mode.
11915
11916 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11917
11918 * gdb.ada/access_tagged_param.exp: Relax expected output
11919 for value of "ObjL" in "continue" to pck.inspect breakpoint
11920 test.
11921
11922 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11923
11924 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11925 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11926
11927 2018-01-05 Pedro Alves <palves@redhat.com>
11928
11929 PR gdb/18653
11930 * gdb.base/libsegfault.exp: New.
11931
11932 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11933
11934 PR gdb/22670
11935 * gdb.ada/access_tagged_param.exp: New file.
11936 * gdb.ada/access_tagged_param/foo.adb: New file.
11937
11938 2018-01-05 Pedro Alves <palves@redhat.com>
11939
11940 PR gdb/22670
11941 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11942 exercise lower case too, and to exercise both full matching and
11943 wild matching.
11944
11945 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11946
11947 * gdb.ada/rename_subscript_param: New testcase.
11948
11949 2018-01-05 Jerome Guitton <guitton@adacore.com>
11950
11951 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11952
11953 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11954
11955 * gdb.ada/convvar_comp: New testcase.
11956
11957 2018-01-05 Xavier Roirand <roirand@adacore.com>
11958
11959 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11960 (My_Table): New global variable.
11961 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11962
11963 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11964
11965 PR gdb/22670
11966 * gdb.ada/maint_with_ada: New testcase.
11967
11968 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11969
11970 PR gdb/22670
11971 * gdb.ada/bp_c_mixed_case: New testcase.
11972
11973 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11974
11975 PR gdb/22670
11976 * gdb.ada/complete.exp: Add "complete break ada" test.
11977
11978 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11979
11980 PR gdb/22670
11981 * gdb.ada/info_addr_mixed_case: New testcase.
11982
11983 2018-01-03 Xavier Roirand <roirand@adacore.com>
11984
11985 * gdb.ada/excep_handle.exp: New testcase.
11986 * gdb.ada/excep_handle/foo.adb: New file.
11987 * gdb.ada/excep_handle/pck.ads: New file.
11988
11989 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11990
11991 * gdb.base/step-line.c: Add extra empty line in copyright header.
11992 * gdb.base/step-line.inp: Likewise.
11993
11994 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11995
11996 * gdb.ada/dyn_stride.exp: Add slice test.
11997
11998 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11999
12000 * gdb.ada/dyn_stride: New testcase.
12001
12002 2017-12-27 Stafford Horne <shorne@gmail.com>
12003
12004 * gdb.xml/extra-regs.xml: Add example foo reggroup.
12005 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
12006
12007 2017-12-27 Stafford Horne <shorne@gmail.com>
12008
12009 * gdb.base/reggroups.c: New file.
12010 * gdb.base/reggroups.exp: New file.
12011
12012 2017-12-18 Joel Brobecker <brobecker@adacore.com>
12013
12014 * gdb.dwarf2/ada-valprint-error.c: New file.
12015 * gdb.dwarf2/ada-valprint-error.exp: New file.
12016
12017 2017-12-18 Joel Brobecker <brobecker@adacore.com>
12018
12019 * gdb.ada/assign_arr: New testcase.
12020
12021 2017-12-18 Xavier Roirand <roirand@adacore.com>
12022
12023 * gdb.ada/funcall_ptr: New testcase.
12024
12025 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12026
12027 PR cli/16224
12028 * gdb.base/ptype-offsets.cc: New file.
12029 * gdb.base/ptype-offsets.exp: New file.
12030
12031 2017-12-15 Yao Qi <yao.qi@linaro.org>
12032
12033 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
12034 if XML is disabled.
12035
12036 2017-12-15 Xavier Roirand <roirand@adacore.com>
12037
12038 * gdb.ada/same_component_name: New testcase.
12039
12040 2017-12-14 Joel Brobecker <brobecker@adacore.com>
12041
12042 * gdb.ada/str_binop_equal: New testcase.
12043
12044 2017-12-14 Joel Brobecker <brobecker@adacore.com>
12045
12046 * gdb.ada/task_switch_in_core: New testcase.
12047
12048 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
12049
12050 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
12051 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
12052 call test_bkpt_qualified.
12053 (test_bkpt_qualified): New proc.
12054
12055 2017-12-13 Pedro Alves <palves@redhat.com>
12056
12057 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
12058 Tighten regexp by matching with an anchor.
12059
12060 2017-12-13 Pedro Alves <palves@redhat.com>
12061
12062 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
12063 ("expression with namespace"): New set of tests.
12064 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
12065 (Nested::Test_NS::qux): New.
12066 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
12067 defaults to 'start_quote_char' and 'end_quote_char' parameters.
12068
12069 2017-12-13 Joel Brobecker <brobecker@adacore.com>
12070
12071 * gdb.base/server-del-break.c: New file.
12072 * gdb.base/server-del-break.exp: New file.
12073
12074 2017-12-12 Stafford Horne <shorne@gmail.com>
12075
12076 * gdb.xml/tdesc-regs.exp: Add or1k support.
12077
12078 2017-12-12 Stafford Horne <shorne@gmail.com>
12079
12080 * gdb.base/bp-permanent.c: Define nop of or1k.
12081
12082 2017-12-11 Joel Brobecker <brobecker@adacore.com>
12083
12084 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
12085 output with components being reordered.
12086
12087 2017-12-11 Joel Brobecker <brobecker@adacore.com>
12088
12089 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
12090 output with components being reordered.
12091
12092 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12093 Pedro Alves <palves@redhat.com>
12094
12095 * gdb.base/maint.exp (check for .gdb_index): Check also for
12096 .debug_names.
12097 * gdb.dlang/watch-loc.c (.debug_aranges): New.
12098 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
12099 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
12100 (.gdb_index used after symbol reloading): Support also .debug_names.
12101 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
12102
12103 2017-12-08 Yao Qi <yao.qi@linaro.org>
12104
12105 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
12106 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
12107
12108 2017-12-08 Yao Qi <yao.qi@linaro.org>
12109
12110 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
12111 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
12112
12113 2017-12-08 Yao Qi <yao.qi@linaro.org>
12114
12115 * gdb.arch/aarch64-tagged-pointer.c: New file.
12116 * gdb.arch/aarch64-tagged-pointer.exp: New file.
12117
12118 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
12119
12120 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
12121 "int".
12122
12123 2017-12-07 Keith Seitz <keiths@redhat.com>
12124
12125 PR breakpoints/22569
12126 * gdb.linespec/ls-errs.exp: Change expected result of "break
12127 -source this file has spaces.c -line 3".
12128 Check that an explicit source file followed by whitespace is
12129 identified as an invalid explicit location.
12130
12131 2017-12-07 Keith Seitz <keiths@redhat.com>
12132
12133 * gdb.cp/nested-types.cc: New file.
12134 * gdb.cp/nested-types.exp: New file.
12135 * lib/cp-support.exp: Load data-structures.exp library.
12136 (debug_cp_test_ptype_class): New global.
12137 (cp_ptype_class_verbose, next_line): New procedures.
12138 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
12139 Add and document new return value.
12140 Switch the list of lines to a queue.
12141 Add support for new `type' key for nested type definitions.
12142 Add debugging/troubleshooting messages.
12143 * lib/data-structures.exp: New file.
12144
12145 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
12146
12147 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
12148 with proc_with_prefix, don't use with_test_prefix.
12149
12150 2017-12-07 Tom Tromey <tom@tromey.com>
12151
12152 * gdb.base/break.exp: Add test for empty "commands".
12153
12154 2017-12-07 Yao Qi <yao.qi@linaro.org>
12155
12156 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
12157 malloc and catch syscall.
12158
12159 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
12160
12161 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
12162 tests for explicit locations.
12163
12164 2017-12-06 Pedro Alves <palves@redhat.com>
12165
12166 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
12167 force-disabling XML descriptions.
12168
12169 2017-12-04 Pedro Alves <palves@redhat.com>
12170
12171 PR gdb/22499
12172 * gdb.arch/amd64-disp-step-avx.S: New file.
12173 * gdb.arch/amd64-disp-step-avx.exp: New file.
12174
12175 2017-12-03 Pedro Alves <palves@redhat.com>
12176
12177 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
12178 and <string.h>.
12179 (parent_function): Print distinct messages when waitpid fails, or
12180 the child exits with a signal, or the child exits for an unhandled
12181 reason.
12182 * gdb.threads/process-dies-while-detaching.exp
12183 (detach_and_expect_exit): New 'inf_output_re' parameter and use
12184 it. Wait for both inferior output and GDB's prompt. Use an
12185 indirect spawn id list.
12186 (do_detach): New parameter 'child_exit'. Use it to compute
12187 expected inferior output.
12188 (test_detach, test_detach_watch, test_detach_killed_outside):
12189 Adjust to pass down the expected child exit kind.
12190
12191 2017-12-01 Joel Brobecker <brobecker@adacore.com>
12192 Sergio Durigan Junior <sergiodj@redhat.com>
12193 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
12196
12197 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
12198
12199 * gdb.base/relocate.exp: Add tests to guarantee that arguments
12200 to 'symbol-file' and 'add-symbol-file' can be
12201 position-independent.
12202
12203 2017-12-01 Yao Qi <yao.qi@linaro.org>
12204
12205 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
12206 the URL in copyright header.
12207 * gdb.arch/aarch64-fp.exp: Likewise.
12208 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
12209 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
12210 * gdb.base/expand-psymtabs.exp: Likewise.
12211 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
12212 * gdb.fortran/common-block.exp: Likewise.
12213 * gdb.fortran/common-block.f90: Likewise.
12214 * gdb.fortran/logical.exp: Likewise.
12215 * gdb.fortran/vla-datatypes.f90: Likewise.
12216 * gdb.fortran/vla-sub.f90: Likewise.
12217
12218 2017-11-30 Joel Brobecker <brobecker@adacore.com>
12219
12220 * gdb.ada/repeat_dyn: New testcase.
12221
12222 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
12223
12224 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
12225 Update for changed thread numbering.
12226 * gdb.cell/bt.exp: Update for changed GDB output.
12227
12228 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
12229
12230 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
12231 setting isremote by hand.
12232 * boards/dwarf4-gdb-index.exp: Likewise.
12233 * boards/fission.exp: Likewise.
12234 * boards/stabs.exp: Likewise.
12235
12236 2017-11-30 Pedro Alves <palves@redhat.com>
12237
12238 * gdb.linespec/cpls-ops.exp
12239 (check_explicit_skips_function_argument): Extract the underlying
12240 type of size_t instead of hardcoding it.
12241
12242 2017-11-29 Pedro Alves <palves@redhat.com>
12243
12244 PR c++/19436
12245 * gdb.linespec/cpls-abi-tag.cc: New file.
12246 * gdb.linespec/cpls-abi-tag.exp: New file.
12247
12248 2017-11-29 Pedro Alves <palves@redhat.com>
12249
12250 * gdb.base/langs.exp: Use -qualified.
12251 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
12252 it.
12253 * gdb.cp/namespace.exp: Use -qualified.
12254 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
12255 (overload-3, template-overload, template-ret-type, const-overload)
12256 (const-overload-quoted, anon-ns, ambiguous-prefix): New
12257 procedures.
12258 (test_driver): Call them.
12259 * gdb.cp/save-bp-qualified.cc: New.
12260 * gdb.cp/save-bp-qualified.exp: New.
12261 * gdb.linespec/explicit.exp: Test -qualified.
12262 * lib/completion-support.exp (completion::explicit_opts_list): Add
12263 "-qualified".
12264 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
12265
12266 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
12267
12268 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
12269
12270 2017-11-29 Tom Tromey <tom@tromey.com>
12271
12272 * gdb.base/relocate.exp: Update invalid argument test.
12273 Add new tests for invalid arguments.
12274
12275 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12276
12277 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
12278 Return 0 as a long.
12279 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
12280
12281 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12282
12283 * gdb.cp/breakpoint.cc (bar): Set return type to void.
12284 * gdb.cp/psymtab-parameter.cc (func): Likewise.
12285 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
12286 func ().
12287 * gdb.cp/shadow.cc (B.func): Return 0.
12288
12289 2017-11-27 Joel Brobecker <brobecker@adacore.com>
12290
12291 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
12292 expected output in gdb_expect call to allow the exception
12293 message to be present as well. Fix syntax confusion to avoid
12294 TCL thinking that exception_name is an array.
12295
12296 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
12297
12298 * gdb.arch/spu-info.c: Include <unistd.h>.
12299 (do_signal_test): Fix broken calls to write.
12300 * gdb.arch/spu-info.exp: Use prepare_for_testing.
12301 Fix checks for empty mailboxes. Update signal tests for corrected
12302 do_signal_test routine. Allow nonzero event status.
12303 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
12304 * gdb.cell/arch.exp: Use standard_output_file.
12305 * gdb.cell/break.exp: Likewise.
12306 * gdb.cell/bt.exp: Likewise.
12307 * gdb.cell/core.exp: Likewise.
12308 * gdb.cell/dwarfaddr.exp: Likewise.
12309 * gdb.cell/ea-cache.exp: Likewise.
12310 * gdb.cell/ea-standalone.exp: Likewise.
12311 * gdb.cell/f-regs.exp: Likewise.
12312 * gdb.cell/fork.exp: Likewise.
12313 * gdb.cell/gcore.exp: Likewise.
12314 * gdb.cell/mem-access.exp: Likewise.
12315 * gdb.cell/ptype.exp: Likewise.
12316 * gdb.cell/registers.exp: Likewise.
12317 * gdb.cell/sizeof.exp: Likewise.
12318 * gdb.cell/solib-symbol.exp: Likewise.
12319 * gdb.cell/solib.exp: Likewise.
12320
12321 2017-11-25 Pedro Alves <palves@redhat.com>
12322
12323 * gdb.base/complete-empty.exp: New file.
12324 * gdb.base/completion.exp: Adjust.
12325
12326 2017-11-25 Pedro Alves <palves@redhat.com>
12327
12328 * gdb.linespec/cpls-ops.cc: New file.
12329 * gdb.linespec/cpls-ops.exp: New file.
12330 * lib/completion-support.exp (test_complete_prefix_range_re): New,
12331 factored out from ...
12332 (test_complete_prefix_range): ... this.
12333
12334 2017-11-24 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.linespec/cpcompletion.exp: New file.
12337 * gdb.linespec/cpls-hyphen.cc: New file.
12338 * gdb.linespec/cpls.cc: New file.
12339 * gdb.linespec/cpls2.cc: New file.
12340 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
12341 test to use test_gdb_complete_unique. Add label completion,
12342 keyword completion and explicit location completion tests.
12343 * lib/completion-support.exp: New file.
12344
12345 2017-11-24 Joel Brobecker <brobecker@adacore.com>
12346
12347 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
12348 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
12349 when hitting an exception catchpoint.
12350
12351 2017-11-22 Yao Qi <yao.qi@linaro.org>
12352
12353 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
12354
12355 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
12356
12357 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
12358 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
12359 * gdb.dwarf2/info-locals-optimized-out.c: New file.
12360
12361 2017-11-22 Yao Qi <yao.qi@linaro.org>
12362
12363 * gdb.base/info-os.exp: Pass pthreads.
12364 * gdb.multi/multi-attach.exp: Likewise.
12365
12366 2017-11-22 Yao Qi <yao.qi@linaro.org>
12367
12368 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
12369 compiler.
12370
12371 2017-11-22 Yao Qi <yao.qi@linaro.org>
12372
12373 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
12374 * gdb.base/break-interp.exp: Likewise.
12375 * gdb.base/jit-attach-pie.exp: Likewise.
12376
12377 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12378
12379 * gdb.base/float128.c (large128): New variable.
12380 * gdb.base/float128.exp: Add test to print largest __float128 value.
12381
12382 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12383
12384 * gdb.arch/vsx-regs.exp: Update register content checks.
12385
12386 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
12387
12388 * gdb.arch/ppc-longdouble.exp: New file.
12389 * gdb.arch/ppc-longdouble.c: Likewise.
12390
12391 2017-11-21 Pedro Alves <palves@redhat.com>
12392
12393 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
12394
12395 2017-11-20 Pedro Alves <palves@redhat.com>
12396
12397 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
12398 (long_double_typedef): New typedefs.
12399 Use DEF on double and long double.
12400 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
12401 cases.
12402 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
12403 and 'long_double_ptr_same_size' locals. Use them to decide
12404 whether cast from array/function to float is valid/invalid.
12405
12406 2017-11-17 Tom Tromey <tom@tromey.com>
12407
12408 * gdb.rust/traits.rs: New file.
12409 * gdb.rust/traits.exp: New file.
12410
12411 2017-11-17 Joel Brobecker <brobecker@adacore.com>
12412
12413 * gdb.ada/minsyms: New testcase.
12414
12415 2017-11-16 Pedro Alves <palves@redhat.com>
12416
12417 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
12418 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
12419
12420 2017-11-16 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
12423 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
12424
12425 2017-11-16 Pedro Alves <palves@redhat.com>
12426
12427 * gdb.server/reconnect-ctrl-c.c: New file.
12428 * gdb.server/reconnect-ctrl-c.exp: New file.
12429
12430 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
12431
12432 * gdb.python/py-rbreak.exp: New file.
12433 * gdb.python/py-rbreak.c: New file.
12434 * gdb.python/py-rbreak-func2.c: New file.
12435
12436 2017-11-16 Pedro Alves <palves@redhat.com>
12437
12438 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
12439 pattern.
12440 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
12441 GDB.
12442
12443 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
12444
12445 * gdb.tui/completionn.exp (test_tab_completion): Add space in
12446 regex.
12447
12448 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
12449
12450 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
12451 test names.
12452
12453 2017-11-09 Pedro Alves <palves@redhat.com>
12454
12455 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
12456 factored out from ...
12457 (top level): ... here, and adjusted to avoid expecting beyond the
12458 prompt in a single gdb_test_multiple.
12459
12460 2017-11-09 Pedro Alves <palves@redhat.com>
12461
12462 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
12463 output.
12464 * gdb.server/ext-attach.exp ("kill" test): Likewise.
12465 * gdb.server/ext-restart.exp ("kill" test): Likewise.
12466 * gdb.server/ext-run.exp ("kill" test): Likewise.
12467 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
12468
12469 2017-11-09 Pedro Alves <palves@redhat.com>
12470
12471 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
12472 match till end of line.
12473
12474 2017-11-09 Pedro Alves <palves@redhat.com>
12475
12476 * gdb.base/memattr.exp: Tighten regexes to match the end line.
12477
12478 2017-11-09 Pedro Alves <palves@redhat.com>
12479
12480 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
12481 New procedures, factored out from ...
12482 (top level): ... here, and adjusted to avoid expecting beyond the
12483 prompt in one go.
12484
12485 2017-11-09 Pedro Alves <palves@redhat.com>
12486
12487 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
12488 output. Fix '?' match.
12489
12490 2017-11-08 Joel Brobecker <brobecker@adacore.com>
12491
12492 * gdb.ada/scoped_watch: New testcase.
12493 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
12494 which is actually correct.
12495 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
12496 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
12497
12498 2017-11-08 Pedro Alves <palves@redhat.com>
12499
12500 * gdb.gdb/complaints.exp (test_initial_complaints)
12501 (test_serial_complaints, test_short_complaints): Call
12502 complaint_internal instead of complaint.
12503
12504 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
12505
12506 * gdb.threads/tls-core.c: New file.
12507 * gdb.threads/tls-core.exp: Likewise.
12508
12509 2017-11-08 Pedro Alves <palves@redhat.com>
12510
12511 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
12512 (p Exported_Capitalized): New test.
12513 (p exported_capitalized): New test.
12514
12515 2017-11-07 Pedro Alves <palves@redhat.com>
12516
12517 * gdb.cp/ena-dis-br-range.exp: Add more tests.
12518
12519 2017-11-07 Pedro Alves <palves@redhat.com>
12520
12521 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
12522 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
12523 (disable_invalid, disable_inverted, disable_negative): New
12524 procedures.
12525 ("bad numbers"): New set of tests.
12526
12527 2017-11-07 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.cp/ena-dis-br-range.exp: Add tests.
12530
12531 2017-11-07 Pedro Alves <palves@redhat.com>
12532
12533 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12534
12535 2017-11-07 Xavier Roirand <roirand@adacore.com>
12536 Pedro Alves <palves@redhat.com>
12537
12538 * gdb.base/ena-dis-br.exp: Add reference to
12539 gdb.cp/ena-dis-br-range.exp.
12540 * gdb.cp/ena-dis-br-range.exp: New file.
12541 * gdb.cp/ena-dis-br-range.cc: New file.
12542
12543 2017-11-06 Pedro Alves <palves@redhat.com>
12544
12545 * gdb.base/attach-non-pgrp-leader.c: New.
12546 * gdb.base/attach-non-pgrp-leader.exp: New.
12547
12548 2017-11-06 Pedro Alves <palves@redhat.com>
12549
12550 * configure.ac: No longer check for termio.h and sgtty.h.
12551 * configure: Regenerate.
12552 * remote-utils.c: Include termios.h instead of gdb_termios.h.
12553 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
12554 Remove termio and sgtty code.
12555
12556 2017-11-03 Yao Qi <yao.qi@linaro.org>
12557
12558 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12559 in GDB is disabled.
12560
12561 2017-11-03 Yao Qi <yao.qi@linaro.org>
12562
12563 * gdb.python/py-thrhandle.exp: Skip it if python is not
12564 enabled.
12565
12566 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12567
12568 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12569 as a breakpoint command.
12570
12571 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12572
12573 PR python/21213
12574 * gdb.python/py-infthread.exp: Test calling
12575 InferiorThread.inferior () multiple times in a row.
12576
12577 2017-10-27 Keith Seitz <keiths@redhat.com>
12578
12579 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12580 Test "info break" for every inlined function breakpoint.
12581
12582 2017-10-27 Yao Qi <yao.qi@linaro.org>
12583
12584 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12585
12586 2017-10-26 Patrick Frants <osscontribute@gmail.com>
12587
12588 * gdb.cp/classes.exp (test_static_members): Test printing
12589 Outer::instance.
12590 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12591 (Inner::instance, Outer::instance): New.
12592
12593 2017-10-24 Pedro Alves <palves@redhat.com>
12594
12595 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12596 extra console" test in two stages.
12597
12598 2017-10-24 Pedro Alves <palves@redhat.com>
12599
12600 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12601
12602 2017-10-24 Pedro Alves <palves@redhat.com>
12603
12604 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12605 loop.
12606
12607 2017-10-24 Pedro Alves <palves@redhat.com>
12608
12609 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12610 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12611
12612 2017-10-24 Pedro Alves <palves@redhat.com>
12613
12614 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12615 parameter and handle it. Don't output read value in test name.
12616
12617 2017-10-24 Pedro Alves <palves@redhat.com>
12618
12619 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12620 custom test name.
12621
12622 2017-10-24 Pedro Alves <palves@redhat.com>
12623
12624 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12625 include the unstable output directory name in the test's name.
12626 (initial_setup_simple) <'set args'>: Use custom test name.
12627
12628 2017-10-24 Pedro Alves <palves@redhat.com>
12629
12630 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12631 with explicit test name.
12632
12633 2017-10-20 Pedro Alves <palves@redhat.com>
12634
12635 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12636 'wait -i'. Use gdb_assert and remote_close.
12637
12638 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12639
12640 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12641 number from variable rather than hard-coded.
12642
12643 2017-10-19 Pedro Alves <palves@redhat.com>
12644
12645 * gdb.base/long-inferior-output.c: New file.
12646 * gdb.base/long-inferior-output.exp: New file.
12647
12648 2017-11-18 Keith Seitz <keiths@redhat.com>
12649
12650 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12651 method.
12652 (main): Call it.
12653 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12654 Add additional user-defined conversion operator tests.
12655
12656 2017-10-17 Pedro Alves <palves@redhat.com>
12657
12658 * boards/native-stdio-gdbserver.exp: Load "local-board".
12659
12660 2017-10-17 Pedro Alves <palves@redhat.com>
12661
12662 * gdb.base/quit-live.c: New file.
12663 * gdb.base/quit-live.exp: New file.
12664
12665 2017-10-16 Keith Seitz <keiths@redhat.com>
12666
12667 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12668 (class_with_protected_typedef, class_with_private_typedef)
12669 (struct_with_public_typedef, struct_with_protected_typedef)
12670 (struct_with_private_typedef): New classes/structs.
12671 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12672 typedefs and access specifiers.
12673
12674 2017-10-16 Pedro Alves <palves@redhat.com>
12675 Simon Marchi <simon.marchi@polymtl.ca>
12676
12677 * README (Local vs Remote vs Native): New section.
12678 * boards/local-board.exp: New file, with bits factored out from
12679 ...
12680 * boards/native-extended-gdbserver.exp: ... here. Load
12681 "local-board".
12682 * boards/native-gdbserver.exp: Load "local-board".
12683 (${board}_spawn, ${board}_exec): Delete.
12684 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12685 ...
12686 * boards/stdio-gdbserver-base.exp: ... this new file.
12687 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12688 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12689 procedure.
12690 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12691 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12692 stdio_gdbserver_command.
12693 (${board}_get_remote_address, ${board}_get_comm_port)
12694 (${board}_download, ${board}_upload): Delete.
12695 (get_target_remote_pipe_cmd): New.
12696
12697 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12698
12699 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12700 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12701 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12702 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12703 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12704 remove with_test_prefix.
12705
12706 2017-10-13 Pedro Alves <palves@redhat.com>
12707
12708 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12709 * gdb.base/annota1.exp: Use it instead of is_remote.
12710 * gdb.base/annota3.exp: Use it instead of is_remote.
12711 * gdb.cp/annota2.exp: Use it instead of is_remote.
12712 * gdb.cp/annota3.exp: Use it instead of is_remote.
12713 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12714
12715 2017-10-13 Pedro Alves <palves@redhat.com>
12716
12717 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12718 (test_num_test_vars, run_and_count_vars, find_env)
12719 (test_set_unset_env, test_inherit_env_var): New procedures.
12720 (top level): Use them.
12721
12722 2017-10-13 Pedro Alves <palves@redhat.com>
12723
12724 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12725 also skip on stub-like targets.
12726
12727 2017-10-13 Pedro Alves <palves@redhat.com>
12728
12729 PR gdb/22293
12730 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12731 (top level): Move some tests to ...
12732 (test_not_found): ... this new procedure.
12733 (top level): Call it.
12734
12735 2017-10-13 Pedro Alves <palves@redhat.com>
12736
12737 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12738 expect different "info terminal" output if testing with a
12739 non-native target.
12740
12741 2017-10-13 Pedro Alves <palves@redhat.com>
12742 Simon Marchi <simon.marchi@polymtl.ca>
12743
12744 PR python/12966
12745 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12746
12747 2017-10-13 Pedro Alves <palves@redhat.com>
12748
12749 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12750 already.
12751
12752 2017-10-13 Pedro Alves <palves@redhat.com>
12753
12754 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12755 is_remote.
12756
12757 2017-10-13 Pedro Alves <palves@redhat.com>
12758
12759 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12760 is_remote.
12761
12762 2017-10-13 Pedro Alves <palves@redhat.com>
12763
12764 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12765 is set.
12766 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12767 instead of is_remote.
12768
12769 2017-10-13 Pedro Alves <palves@redhat.com>
12770
12771 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12772 (top level): Add comment.
12773
12774 2017-10-13 Pedro Alves <palves@redhat.com>
12775
12776 * gdb.base/remote.exp (top level): Fix comment typo and add
12777 missing return.
12778
12779 2017-10-13 Pedro Alves <palves@redhat.com>
12780 Simon Marchi <simon.marchi@polymtl.ca>
12781
12782 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12783 calls and add comments. Skip test if use_gdb_stub is set.
12784 (top level): Use "set cwd" command instead of "cd" command.
12785
12786 2017-10-13 Pedro Alves <palves@redhat.com>
12787
12788 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12789 is_remote target check.
12790
12791 2017-10-13 Pedro Alves <palves@redhat.com>
12792
12793 * gdb.base/scope.exp: Use build_executable + clean_restart +
12794 gdb_file_cmd instead of prepare_for_testing and no longer skip
12795 "before run" tests on is_remote target boards. Update comments.
12796 * boards/native-extended-gdbserver.exp
12797 (extended_gdbserver_load_last_file): New, factored out from ...
12798 (gdb_load): ... this. Move further below and add comment.
12799 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12800
12801 2017-10-12 Pedro Alves <palves@redhat.com>
12802
12803 * gdb.base/attach.exp: Remove references to gdb64.
12804 * gdb.base/dbx.exp: Remove references to gdb64.
12805
12806 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12807 Pedro Alves <palves@redhat.com>
12808
12809 * gdb.base/label.exp: Remove is_remote target check.
12810
12811 2017-10-12 Pedro Alves <palves@redhat.com>
12812
12813 * gdb.base/auvx.exp (coredir): Update comment.
12814 (top level) <core_works>: Use "set cwd" command instead of "cd"
12815 command.
12816
12817 2017-10-12 Pedro Alves <palves@redhat.com>
12818 Simon Marchi <simon.marchi@polymtl.ca>
12819
12820 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12821 target boards.
12822
12823 2017-10-12 Pedro Alves <palves@redhat.com>
12824 Simon Marchi <simon.marchi@polymtl.ca>
12825
12826 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12827 Instead skip if there's any gdb_protocol set.
12828
12829 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12830 Pedro Alves <palves@redhat.com>
12831
12832 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12833
12834 2017-10-12 Pedro Alves <palves@redhat.com>
12835 Simon Marchi <simon.marchi@polymtl.ca>
12836
12837 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12838 instead of on dejagnu remote boards.
12839
12840 2017-10-12 Pedro Alves <palves@redhat.com>
12841 Simon Marchi <simon.marchi@polymtl.ca>
12842
12843 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12844 checks. Use build_executable + clean_restart instead of
12845 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12846 of enabling non-stop after starting gdb.
12847
12848 2017-10-12 Pedro Alves <palves@redhat.com>
12849
12850 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12851 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12852 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12853 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12854
12855 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12856
12857 * gdb.arch/arc-tdesc-cpu.exp: New file.
12858 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12859
12860 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12861
12862 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12863
12864 2017-10-10 Pedro Alves <palves@redhat.com>
12865
12866 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12867 expect CLI output.
12868
12869 2017-10-10 Pedro Alves <palves@redhat.com>
12870
12871 * lib/selftest-support.exp (selftest_setup): Update for
12872 captured_command_loop's prototype change.
12873
12874 2017-10-09 Pedro Alves <palves@redhat.com>
12875
12876 Test both arch1=>arch2 and arch2=>arch1.
12877
12878 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12879 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12880 factored out to...
12881 (append_arch1_options, append_arch2_options, append_arch_options)
12882 (build_executables): New procedures.
12883 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12884 local.
12885 (top level): Add new 'first_arch' testing axis.
12886
12887 2017-10-09 Pedro Alves <palves@redhat.com>
12888
12889 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12890 (barrier): New.
12891 (thread_start, all_started): New functions.
12892 (main): Spawn new thread and wait until it is scheduled.
12893 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12894 option.
12895 (do_test): Add 'selected_thread' parameter. Run to all_started
12896 instead of main. Explicitly set the breakpoint at main. Switch
12897 to the SELECTED_THREAD thread.
12898 (top level): Test handling the exec event with either the main
12899 thread or the second thread selected.
12900
12901 2017-10-09 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12904 logic. Move STOP marker after the value checks.
12905 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12906 regexp.
12907
12908 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12909
12910 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12911
12912 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12913
12914 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12915 integer-to-dfp conversion.
12916 * gdb.base/dfp-test.exp: Likewise.
12917
12918 2017-10-04 Pedro Alves <palves@redhat.com>
12919
12920 * gdb.multi/hangout.c: Include <unistd.h>.
12921 (hangout_loop): New function.
12922 (main): Call alarm. Call hangout_loop in a loop.
12923 * gdb.multi/hello.c: Include <unistd.h>.
12924 (hello_loop): New function.
12925 (main): Call alarm. Call hangout_loop in a loop.
12926 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12927 inferior with the other selected.
12928
12929 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12930
12931 * gdb.mi/list-thread-groups-available.exp: New file.
12932 * gdb.mi/list-thread-groups-available.c: New file.
12933
12934 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12935
12936 * gdb.base/set-cwd.exp: Make it available on
12937 native-extended-gdbserver.
12938
12939 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12940
12941 * gdb.base/set-cwd.c: New file.
12942 * gdb.base/set-cwd.exp: Likewise.
12943
12944 2017-10-02 Tom Tromey <tom@tromey.com>
12945
12946 PR rust/22236:
12947 * gdb.rust/simple.rs (main): New variable "fslice".
12948 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12949
12950 2017-10-02 Tom Tromey <tom@tromey.com>
12951
12952 * gdb.rust/simple.exp: Test ptype of a slice.
12953
12954 2017-10-02 Tom Tromey <tom@tromey.com>
12955
12956 * gdb.rust/simple.exp: Test index of slice.
12957
12958 2017-09-27 Tom Tromey <tom@tromey.com>
12959
12960 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12961
12962 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12963 Pedro Alves <palves@redhat.com>
12964
12965 * gdb.base/compare-sections.exp (get value of read-only section): Read
12966 as unsigned value.
12967 (corrupt read-only section): Likewise and don't set written if patching
12968 failed.
12969
12970 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12971
12972 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12973 files.
12974
12975 2017-09-20 Pedro Alves <palves@redhat.com>
12976
12977 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12978 symbol names in gdb's output.
12979 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12980
12981 2017-09-20 Pedro Alves <palves@redhat.com>
12982
12983 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12984 Rename to ...
12985 (test_list_ambiguous_symbol): ... this and add a symbol name
12986 parameter. Adjust.
12987 (test_list_ambiguous_function): Reimplement on top of
12988 test_list_ambiguous_symbol and also test listing ambiguous
12989 variables.
12990 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12991 (ambiguous_fun): ... this.
12992 (ambiguous_var): New.
12993 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12994 (ambiguous_fun): ... this.
12995 (ambiguous_var): New.
12996
12997 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12998
12999 * gdb.base/starti.c: New file.
13000 * gdb.base/starti.exp: New file.
13001 * lib/gdb.exp (gdb_starti_cmd): New procedure.
13002
13003 2017-09-14 Pedro Alves <palves@redhat.com>
13004
13005 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
13006 (top level): Use it instead of runto.
13007
13008 2017-09-11 Tom Tromey <tom@tromey.com>
13009
13010 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
13011
13012 2017-09-11 Tom Tromey <tom@tromey.com>
13013
13014 * gdb.python/py-infthread.exp: Add tests for new_thread event.
13015 * gdb.python/py-inferior.exp: Add tests for new inferior events.
13016
13017 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
13018
13019 * gdb.fortran/printing-types.exp: New file.
13020 * gdb.fortran/printing-types.exp: New file.
13021
13022 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
13023
13024 * gdb.fortran/vla-ptype.exp: Fix typos.
13025 * gdb.fortran/vla-value.exp: Same.
13026
13027 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
13028
13029 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
13030 * gdb.mi/mi-var-child-f.exp: Likewise.
13031 * gdb.mi/mi-vla-fortran.exp: Likewise.
13032
13033 2017-09-08 Frank Penczek <frank.penczek@intel.com>
13034 Christoph Weinmann <christoph.t.weinmann@intel.com>
13035 Bernhard Heckel <bernhard.heckel@intel.com>
13036
13037 * gdb.fortran/ptr-indentation.f90: New file.
13038 * gdb.fortran/ptr-indentation.exp: New file.
13039
13040 2017-09-05 Tom Tromey <tom@tromey.com>
13041
13042 PR gdb/22010:
13043 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
13044
13045 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
13046
13047 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
13048
13049 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13050
13051 * gdb.threads/tls-nodebug-pie.c: New file.
13052 * gdb.threads/tls-nodebug-pie.exp: New file.
13053
13054 2017-09-05 Tom Tromey <tom@tromey.com>
13055
13056 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
13057 for rust.
13058
13059 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
13060
13061 * gdb.multi/multi-arch-exec.exp: Test with different
13062 "follow-exec-mode" settings.
13063 (do_test): New procedure.
13064
13065 2017-09-04 Pedro Alves <palves@redhat.com>
13066
13067 * gdb.base/func-static.c (S::method const, S::method volatile)
13068 (S::method volatile const): New methods.
13069 (c_s, v_s, cv_s): New instances.
13070 (main): Call method() on them.
13071 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
13072 (cannot_resolve): New procedure.
13073 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
13074 print-quote-unquoted columns.
13075 (do_test): Test printing each scope too.
13076
13077 2017-09-04 Pedro Alves <palves@redhat.com>
13078
13079 * gdb.base/local-static.exp: Also test with
13080 class::method::variable wholly quoted.
13081 * gdb.cp/m-static.exp (class::method::variable): Remove test.
13082
13083 2017-09-04 Pedro Alves <palves@redhat.com>
13084
13085 * gdb.base/local-static.c: New.
13086 * gdb.base/local-static.cc: New.
13087 * gdb.base/local-static.exp: New.
13088
13089 2017-09-04 Pedro Alves <palves@redhat.com>
13090
13091 * gdb.asm/asm-source.exp: Add casts to int.
13092 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
13093 (dataglobal64_1, dataglobal64_2): New globals.
13094 * gdb.base/nodebug.exp: Test different expressions involving the
13095 new globals, with print, whatis and ptype. Add casts to int.
13096 * gdb.base/solib-display.exp: Add casts to int.
13097 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
13098 * gdb.cp/m-static.exp: Add cast to int.
13099 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
13100 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
13101 tls variable with no debug info without a cast. Test with a cast
13102 to int too.
13103 * gdb.trace/entry-values.exp: Add casts.
13104
13105 2017-09-04 Pedro Alves <palves@redhat.com>
13106
13107 * gdb.base/nodebug.exp: Test that ptype's error about functions
13108 with unknown return type includes the function name too.
13109
13110 2017-09-04 Pedro Alves <palves@redhat.com>
13111
13112 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
13113 return type of munmap in infcall.
13114 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
13115 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
13116 type of ftell in infcall.
13117 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
13118 type of getpid in infcall.
13119 * gdb.base/infcall-exec.exp: Cast return type of execlp in
13120 infcall.
13121 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
13122 Bail on failure to extract the pid.
13123 * gdb.base/nodebug.c: #include <stdint.h>.
13124 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
13125 New functions.
13126 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
13127 Change expected output of print/whatis/ptype with functions with
13128 no debug info. Test all supported languages. Call
13129 test_call_promotion.
13130 * gdb.compile/compile.exp: Adjust expected output to expect
13131 warning.
13132 * gdb.threads/siginfo-threads.exp: Likewise.
13133
13134 2017-09-04 Pedro Alves <palves@redhat.com>
13135
13136 * gdb.base/callfuncs.exp (do_function_calls): New parameter
13137 "prototypes". Test calling float functions via prototyped and
13138 unprototyped function pointers.
13139 (perform_all_tests): New parameter "prototypes". Pass it down.
13140 (top level): Pass down "prototypes" parameter to
13141 perform_all_tests.
13142
13143 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
13144
13145 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
13146 Test with nested loops.
13147
13148 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
13149
13150 * gdb.base/commands.exp: Call the new procedures.
13151 (loop_break_test, loop_continue_test): New procedures.
13152
13153 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
13154
13155 * gdb.base/commands.exp: Call new procedure.
13156 (define_if_without_arg_test): New procedure.
13157
13158 2017-09-04 Pedro Alves <palves@redhat.com>
13159
13160 * gdb.base/list-ambiguous.exp: New file.
13161 * gdb.base/list-ambiguous0.c: New file.
13162 * gdb.base/list-ambiguous1.c: New file.
13163 * gdb.base/list.exp (test_list_range): Adjust expected output.
13164
13165 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
13166
13167 * gdb.base/share-env-with-gdbserver.c: New file.
13168 * gdb.base/share-env-with-gdbserver.exp: Likewise.
13169
13170 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
13171
13172 * gdb.base/commands.exp (gdbvar_simple_if_test,
13173 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
13174 progvar_simple_if_test, progvar_simple_while_test,
13175 progvar_complex_if_while_test, user_defined_command_test,
13176 user_defined_command_args_eval,
13177 user_defined_command_args_stack_test,
13178 user_defined_command_manyargs_test, bp_deleted_in_command_test,
13179 temporary_breakpoint_commands,
13180 gdb_test_no_prompt, redefine_hook_test,
13181 redefine_backtrace_test): Remove "global gdb_prompt".
13182
13183 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
13184
13185 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
13186 New proc, call it from toplevel.
13187
13188 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
13189
13190 PR remote/21852
13191 * gdb.server/normal.c: New file, copied from gdb.base.
13192 * gdb.server/run-without-local-binary.exp: New file.
13193
13194 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
13195
13196 * gdb.arch/sparc64-adi.exp: New file.
13197 * gdb.arch/sparc64-adi.c: New file.
13198
13199 2017-08-22 Pedro Alves <palves@redhat.com>
13200
13201 * gdb.cp/overload.exp (line_range_pattern): New procedure.
13202 (top level): Add "list all overloads" tests.
13203
13204 2017-08-22 Tom Tromey <tom@tromey.com>
13205
13206 * gdb.gdb/xfullpath.exp: Remove.
13207
13208 2017-08-21 Pedro Alves <palves@redhat.com>
13209
13210 PR gdb/19487
13211 * gdb.base/symbol-alias.c: New.
13212 * gdb.base/symbol-alias2.c: New.
13213 * gdb.base/symbol-alias.exp: New.
13214
13215 2017-08-21 Pedro Alves <palves@redhat.com>
13216
13217 * gdb.base/dfp-test.c
13218 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
13219 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
13220 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
13221 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
13222 * gdb.base/whatis-ptype-typedefs.c: New.
13223 * gdb.base/whatis-ptype-typedefs.exp: New.
13224 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
13225 (an_int, an_int_type, an_int_type2): New globals.
13226 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
13227 involving typedefs and cast expressions.
13228 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
13229 (lookup_typedefs_function): New.
13230 (typedefs_pretty_printers_dict): New.
13231 (top level): Register lookup_typedefs_function in
13232 gdb.pretty_printers.
13233
13234 2017-08-18 Yao Qi <yao.qi@linaro.org>
13235
13236 * gdb.server/unittest.exp: New.
13237
13238 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
13239
13240 PR gdb/21954
13241 * gdb.base/environ.exp: Add test to check if 'unset environment'
13242 works.
13243
13244 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13245
13246 * lib/gdb.exp (universal_compile_options): New caching proc.
13247 (gdb_compile): Suppress GCC's coloring of messages.
13248
13249 2017-08-14 Tom Tromey <tom@tromey.com>
13250
13251 PR gdb/21675:
13252 * gdb.base/printcmds.exp (test_radices): New function.
13253 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
13254 * gdb.base/sizeof.exp (check_valueof): Use p/d.
13255 * lib/gdb.exp (get_integer_valueof): Use p/d.
13256
13257 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
13258
13259 * lib/gdb.exp (get_valueof): Don't capture end-of-line
13260 characters.
13261
13262 2017-08-05 Tom Tromey <tom@tromey.com>
13263
13264 * gdb.rust/simple.exp: Allow String to appear in a different
13265 namespace.
13266
13267 2017-07-26 Yao Qi <yao.qi@linaro.org>
13268
13269 * gdb.gdb/unittest.exp: Invoke command
13270 "maintenance check xml-descriptions".
13271
13272 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13273
13274 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
13275 calling context.
13276 (hex128): Drop erroneous calculation of parameters.
13277
13278 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
13279
13280 * gdb.python/py-unwind.exp: Disable stack protection when
13281 building test file.
13282
13283 2017-07-20 Pedro Alves <palves@redhat.com>
13284
13285 * gdb.base/default.exp (set language): Adjust expected output.
13286
13287 2017-07-20 Pedro Alves <palves@redhat.com>
13288
13289 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
13290 (test_minsym): ... this, and make static.
13291 (get_pck__foo__bar__minsym): Rename to ...
13292 (get_test_minsym): ... this.
13293 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
13294 symbol names and comments.
13295 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
13296 (get_test_minsym): ... this.
13297 (pck__foo__bar__minsym__2): Rename to ...
13298 (test_minsym): ... this.
13299 (main): Adjust.
13300
13301 2017-07-17 Pedro Alves <palves@redhat.com>
13302
13303 * gdb.base/completion.exp: Adjust expected output.
13304 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
13305 the completer works.
13306
13307 2017-07-17 Pedro Alves <palves@redhat.com>
13308
13309 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
13310
13311 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
13312
13313 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
13314
13315 2017-07-14 Tom Tromey <tom@tromey.com>
13316
13317 PR rust/21764:
13318 * gdb.rust/simple.exp: Add tests.
13319
13320 2017-07-14 Tom Tromey <tom@tromey.com>
13321
13322 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
13323
13324 2017-07-14 Pedro Alves <palves@redhat.com>
13325
13326 * gdb.linespec/base/one/thefile.cc (z1): New function.
13327 * gdb.linespec/base/two/thefile.cc (z2): New function.
13328 * gdb.linespec/linespec.exp: Add tests.
13329
13330 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13331
13332 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
13333 to mi_create_breakpoint.
13334
13335 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13336
13337 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
13338 mi_create_breakpoint.
13339
13340 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
13341
13342 * gdb.dlang/demangle.exp: Update for demangling changes.
13343
13344 2017-07-09 Tom Tromey <tom@tromey.com>
13345
13346 * gdb.dwarf2/shortpiece.exp: New file.
13347
13348 2017-07-06 David Blaikie <dblaikie@gmail.com>
13349
13350 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
13351 built from fissiont-multi-cu{1,2}.c.
13352 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
13353 except putting 'main' and 'func' in separate CUs in the same DWO file.
13354 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
13355 test.
13356 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
13357 test.
13358
13359 2017-07-06 Pedro Alves <palves@redhat.com>
13360
13361 * gdb.python/py-unwind.exp: Test flushregs.
13362
13363 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13364
13365 PR cli/21688
13366 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
13367 tests for alias commands and trailing whitespace.
13368
13369 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13370
13371 PR cli/21688
13372 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
13373 procedure. Call it.
13374
13375 2017-06-29 Pedro Alves <palves@redhat.com>
13376
13377 * gdb.base/printcmds.exp: Add tests.
13378
13379 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
13380
13381 PR gdb/21337
13382 * gdb.base/reread-readsym.exp: New file.
13383 * gdb.base/reread-readsym.c: New file.
13384
13385 2017-06-21 Kevin Buettner <kevinb@redhat.com>
13386
13387 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
13388 subpattern.
13389
13390 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
13391
13392 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
13393 extended mnemonic.
13394 * gdb.arch/powerpc-power9.s: Likewise.
13395
13396 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13397
13398 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
13399 on 32-bit x86 targets. Exploit is_*_target macros where
13400 appropriate.
13401
13402 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13403
13404 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
13405 register pieces.
13406
13407 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13408
13409 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
13410 located in one or more DWARF pieces.
13411
13412 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13413
13414 * lib/gdb.exp (get_endianness): New proc.
13415 * gdb.arch/aarch64-fp.exp: Use it.
13416 * gdb.arch/altivec-regs.exp: Likewise.
13417 * gdb.arch/e500-regs.exp: Likewise.
13418 * gdb.arch/vsx-regs.exp: Likewise.
13419 * gdb.base/dump.exp: Likewise.
13420 * gdb.base/funcargs.exp: Likewise.
13421 * gdb.base/gnu_vector.exp: Likewise.
13422 * gdb.dwarf2/formdata16.exp: Likewise.
13423 * gdb.dwarf2/implptrpiece.exp: Likewise.
13424 * gdb.dwarf2/nonvar-access.exp: Likewise.
13425 * gdb.python/py-inferior.exp: Likewise.
13426 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
13427
13428 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13429
13430 PR gdb/21226
13431 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
13432 stack value pieces are taken from the LSB end.
13433
13434 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13435
13436 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
13437 variable at nonzero offset.
13438
13439 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13440
13441 * gdb.dwarf2/var-access.c: New file.
13442 * gdb.dwarf2/var-access.exp: New test.
13443 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
13444
13445 2017-06-12 Tom Tromey <tom@tromey.com>
13446
13447 * gdb.dwarf2/formdata16.exp: Add tests.
13448
13449 2017-06-12 Tom Tromey <tom@tromey.com>
13450
13451 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
13452
13453 2017-06-12 Tom Tromey <tom@tromey.com>
13454
13455 PR exp/16225:
13456 * gdb.reverse/i386-sse-reverse.exp: Update tests.
13457 * gdb.arch/vsx-regs.exp: Update tests.
13458 * gdb.arch/s390-vregs.exp (hex128): New proc.
13459 Update test.
13460 * gdb.arch/altivec-regs.exp: Update tests.
13461
13462 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13463
13464 * gdb.base/startup-with-shell.c: New file.
13465 * gdb.base/startup-with-shell.exp: Likewise.
13466
13467 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13468
13469 * gdb.server/non-existing-program.exp: Update regex in order to
13470 reflect the fact that gdbserver is now using fork_inferior (with a
13471 shell) to startup the inferior.
13472
13473 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
13474
13475 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
13476 support function calls from GDB.
13477
13478 2017-05-21 Tom Tromey <tom@tromey.com>
13479
13480 PR rust/21466:
13481 * gdb.rust/unsized.exp: New file.
13482 * gdb.rust/unsized.rs: New file.
13483
13484 2017-05-19 Tom Tromey <tom@tromey.com>
13485
13486 PR rust/21484:
13487 * gdb.rust/watch.exp: New file.
13488 * gdb.rust/watch.rs: New file.
13489
13490 2017-05-18 Tom Tromey <tom@tromey.com>
13491
13492 * gdb.rust/simple.exp: Allow Box to be qualified.
13493
13494 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
13495
13496 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
13497
13498 2017-05-18 Pedro Alves <palves@redhat.com>
13499
13500 * gdb.base/fileio.c (test_write, test_read, test_close)
13501 (test_fstat): Don't print 'ret' in the fail path.
13502
13503 2017-05-18 Pedro Alves <palves@redhat.com>
13504
13505 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
13506 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
13507 (test_system, test_rename, test_unlink, test_time): Change
13508 prototypes.
13509 * gdb.base/fileio.exp (stop_msg): Adjust.
13510
13511 2017-05-18 Pedro Alves <palves@redhat.com>
13512
13513 * gdb.base/fileio.c (null_str): New global.
13514 (test_stat): Use it.
13515 * gdb.base/fileio.exp: Remove nowarnings.
13516
13517 2017-05-17 Yao Qi <yao.qi@linaro.org>
13518
13519 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
13520
13521 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
13522
13523 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
13524 argument command.
13525 (top-level): Invoke test_set_inferior_tty.
13526
13527 2017-05-04 Pedro Alves <palves@redhat.com>
13528
13529 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
13530 Add parens to print call for Python 3.
13531
13532 2017-05-03 Keith Seitz <keiths@redhat.com>
13533
13534 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13535 (main): Call it.
13536
13537 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13538
13539 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
13540 to prev and next.
13541
13542 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13543
13544 * gdb.python/py-record-btrace.exp: Remove test for
13545 gdb.BtraceInstruction.error.
13546
13547 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13548
13549 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13550
13551 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13552
13553 * gdb.python/py-record-btrace-threads.c: New file.
13554 * gdb.python/py-record-btrace-threads.exp: New file.
13555
13556 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
13557
13558 PR testsuite/8595
13559 * gdb.base/environ.exp: Make test available in all architectures.
13560 Move bits related to "info program" testing to
13561 gdb.base/info-program.exp. Rewrite tests to use the two new
13562 procedures mentione below.
13563 (test_set_show_env_var) New procedure.
13564 (test_set_show_env_var_equal): Likewise.
13565 * gdb.base/info-program.exp: New file.
13566
13567 2017-04-27 Keith Seitz <keiths@redhat.com>
13568
13569 * gdb.cp/oranking.cc (test15): New function.
13570 (main): Call test15 and declare additional variables for testing.
13571 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13572 "p foo101('abc')" tests.
13573 Add tests for cv qualifier overloads.
13574 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13575 "lvalue reference overload" test.
13576 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13577 "print value of f1 on Child&& in f2" test.
13578
13579 2017-04-19 Pedro Alves <palves@redhat.com>
13580
13581 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13582 procedure.
13583 (top level): Call it.
13584 * lib/gdb.exp (gdb_define_cmd): New procedure.
13585
13586 2017-04-12 Pedro Alves <palves@redhat.com>
13587
13588 PR gdb/21323
13589 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13590 (wchar): New global.
13591 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13592 (do_test_wide_char, wide_char_types_no_program, top level): Add
13593 wchar_t testing.
13594
13595 2017-04-12 Pedro Alves <palves@redhat.com>
13596
13597 PR c++/21323
13598 * gdb.cp/wide_char_types.c: New file.
13599 * gdb.cp/wide_char_types.exp: New file.
13600
13601 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13602
13603 PR gdb/21352
13604 * gdb.trace/tsv.exp: Add test for "tsave -r".
13605
13606 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13607
13608 * gdb.dlang/watch-loc.c: New file.
13609 * gdb.dlang/watch-loc.exp: New file.
13610
13611 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13612
13613 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13614
13615 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13616
13617 * gdb.arch/arc-analyze-prologue.S: New file.
13618 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13619
13620 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13621
13622 * gdb.arch/arc-decode-insn.S: New file.
13623 * gdb.arch/arc-decode-insn.exp: Likewise.
13624
13625 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13626
13627 PR tdep/20928
13628 * gdb.arch/sparc64-regs.exp: New file.
13629 * gdb.arch/sparc64-regs.S: Likewise.
13630
13631 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13632
13633 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13634 and memory view on Python 3.
13635
13636 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
13637 Keith Seitz <keiths@redhat.com>
13638
13639 PR gdb/14441
13640 * gdb.cp/demangle.exp: Add rvalue reference tests.
13641 * gdb.cp/rvalue-ref-casts.cc: New file.
13642 * gdb.cp/rvalue-ref-casts.exp: New file.
13643 * gdb.cp/rvalue-ref-overload.cc: New file.
13644 * gdb.cp/rvalue-ref-overload.exp: New file.
13645 * gdb.cp/rvalue-ref-params.cc: New file.
13646 * gdb.cp/rvalue-ref-params.exp: New file.
13647 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13648 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13649 * gdb.cp/rvalue-ref-types.cc: New file.
13650 * gdb.cp/rvalue-ref-types.exp: New file.
13651 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13652 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13653
13654 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13655
13656 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13657 New procedure.
13658
13659 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13660
13661 * lib/mi-support.exp (mi_gdb_test): Add additional message
13662 for unexpected output.
13663
13664 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13665
13666 * gdb.base/examine-backward.c (Barrier): New character array
13667 constant, to ensure that TestStrings is preceded by a string
13668 terminator.
13669
13670 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13671
13672 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13673 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13674 and implicit pointer into such a location.
13675
13676 2017-03-16 Doug Evans <dje@google.com>
13677
13678 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13679
13680 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13681
13682 * gdb.cp/m-static.exp: Fix expectation for prototype of
13683 test5.single_constructor and single_constructor::single_constructor.
13684
13685 2017-03-16 Doug Evans <dje@google.com>
13686
13687 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13688 * gdb.guile/scm-lazy-string.c: New file.
13689 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13690 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13691 for pointer, array, typedef lazy strings.
13692
13693 2017-03-16 Doug Evans <dje@google.com>
13694
13695 PR python/17728, python/18439, python/18779
13696 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13697 * gdb.python/py-lazy-string.c (pointer): New typedef.
13698 (main): New locals ptr, array, typedef_ptr.
13699 * gdb.python/py-value.exp: Move lazy string tests to ...
13700 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13701 array, typedef lazy strings.
13702
13703 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13704
13705 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13706 Add optional 'test' parameter.
13707
13708 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13709
13710 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13711 Skip for versions of DejaGnu < 1.5.
13712
13713 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13714
13715 * lib/gdb.exp (dejagnu_version): New proc.
13716 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13717 Use dejagnu_version.
13718
13719 2017-03-10 Keith Seitz <keiths@redhat.com>
13720
13721 PR c++/8128
13722 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13723 type from destructor regexps.
13724 Add a branch which actually passes the test.
13725 Adjust "ptype t5i" test names.
13726
13727 2017-03-08 Pedro Alves <palves@redhat.com>
13728
13729 * gdb.base/step-over-exit.exp: Add explicit test message.
13730
13731 2017-03-08 Pedro Alves <palves@redhat.com>
13732
13733 PR gdb/18360
13734 * gdb.threads/interrupt-while-step-over.c: New file.
13735 * gdb.threads/interrupt-while-step-over.exp: New file.
13736
13737 2017-03-08 Pedro Alves <palves@redhat.com>
13738
13739 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13740 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13741
13742 2017-03-08 Pedro Alves <palves@redhat.com>
13743
13744 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13745 PKRU as not supported as a PASS.
13746
13747 2017-03-08 Pedro Alves <palves@redhat.com>
13748
13749 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13750 prefix instead of $binfile1/$binfile2.
13751 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13752 in test message.
13753 * gdb.python/py-completion.exp: Use "load python file" as test
13754 messages instead of unstable path names.
13755
13756 2017-03-08 Pedro Alves <palves@redhat.com>
13757 Jan Kratochvil <jan.kratochvil@redhat.com>
13758
13759 PR cli/21218
13760 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13761 New proc.
13762 (top level): Call it.
13763
13764 2017-03-08 Pedro Alves <palves@redhat.com>
13765
13766 PR tui/21216
13767 * gdb.tui/tui-nl-filtered-output.exp: New file.
13768
13769 2017-03-08 Pedro Alves <palves@redhat.com>
13770
13771 * gdb.base/completion.exp: Move TUI completion tests to ...
13772 * gdb.tui/completion.exp: ... this new file.
13773
13774 2017-03-08 Pedro Alves <palves@redhat.com>
13775
13776 * gdb.base/tui-disasm-long-lines.c,
13777 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13778 gdb.base/tui-layout.exp: Move to ...
13779 * gdb.tui/: ... this new directory.
13780
13781 2017-03-07 Pedro Alves <palves@redhat.com>
13782
13783 * gdb.base/tui-layout.c: New file.
13784 * gdb.base/tui-layout.exp: New file.
13785
13786 2017-03-07 Pedro Alves <palves@redhat.com>
13787
13788 * gdb.base/tui-layout.c: Rename to ...
13789 * gdb.base/tui-disasm-long-lines.c: ... this.
13790 * gdb.base/tui-layout.exp: Rename to ...
13791 * gdb.base/tui-disasm-long-lines.exp: ... this.
13792
13793 2017-03-07 Pedro Alves <palves@redhat.com>
13794
13795 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13796
13797 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13798
13799 * i386-mpx-call.c: New file.
13800 * i386-mpx-call.exp: New file.
13801
13802 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13803
13804 * gdb.arch/powerpc-power.exp: Delete test.
13805 * gdb.arch/powerpc-power.s: Likewise.
13806 * gdb.disasm/disassembler-options.exp: New test.
13807 * gdb.arch/powerpc-altivec.exp: Likewise.
13808 * gdb.arch/powerpc-altivec.s: Likewise.
13809 * gdb.arch/powerpc-altivec2.exp: Likewise.
13810 * gdb.arch/powerpc-altivec2.s: Likewise.
13811 * gdb.arch/powerpc-altivec3.exp: Likewise.
13812 * gdb.arch/powerpc-altivec3.s: Likewise.
13813 * gdb.arch/powerpc-power7.exp: Likewise.
13814 * gdb.arch/powerpc-power7.s: Likewise.
13815 * gdb.arch/powerpc-power8.exp: Likewise.
13816 * gdb.arch/powerpc-power8.s: Likewise.
13817 * gdb.arch/powerpc-power9.exp: Likewise.
13818 * gdb.arch/powerpc-power9.s: Likewise.
13819 * gdb.arch/powerpc-vsx.exp: Likewise.
13820 * gdb.arch/powerpc-vsx.s: Likewise.
13821 * gdb.arch/powerpc-vsx2.exp: Likewise.
13822 * gdb.arch/powerpc-vsx2.s: Likewise.
13823 * gdb.arch/powerpc-vsx3.exp: Likewise.
13824 * gdb.arch/powerpc-vsx3.s: Likewise.
13825 * gdb.arch/arm-disassembler-options.exp: Likewise.
13826 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13827 * gdb.arch/s390-disassembler-options.exp: Likewise.
13828
13829 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13830
13831 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13832 (check_supported_features): ... this. Changed return type to void.
13833 (supports_rdseed): New static global.
13834 (rdseed): Check supports_rdseed.
13835 (initialize): Call check_supported_features.
13836
13837 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13838
13839 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13840 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13841 and lqarx/stqcx.
13842 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13843 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13844
13845 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13846
13847 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13848 uppercase.
13849
13850 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13851
13852 * gdb.dwarf2/formdata16.c: New file.
13853 * gdb.dwarf2/formdata16.exp: New file.
13854 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13855
13856 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13857
13858 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13859 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13860 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13861 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13862 DW_AT_GNU_*.
13863
13864 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13865
13866 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13867
13868 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13869
13870 PR gdb/21164
13871 * gdb.base/maint.exp: Add testcases for when the commands do
13872 not have arguments.
13873
13874 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13875
13876 * gdb.cp/chained-calls.exp: Use p instead of P.
13877
13878 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13879
13880 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13881 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13882
13883 2017-02-14 Tom Tromey <tom@tromey.com>
13884
13885 PR python/13598:
13886 * gdb.python/py-events.exp: Add before_prompt event tests.
13887
13888 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13889
13890 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13891
13892 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13893
13894 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13895 (main): Call my_unique_function_name.
13896 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13897 completion of patterns with a single match.
13898 Add missing -re switches to gdb_test_multiple calls.
13899
13900 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13901
13902 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13903 return if core file is not recognized.
13904
13905 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13906
13907 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13908 and extra UIs.
13909
13910 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13911
13912 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13913 proc_with_prefix.
13914
13915 2017-02-10 Tom Tromey <tom@tromey.com>
13916
13917 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13918
13919 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13920
13921 PR gdb/21122
13922 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13923
13924 2017-02-08 Jerome Guitton <guitton@adacore.com>
13925
13926 * gdb.base/define.exp: Add test for command abbreviations
13927 in define.
13928
13929 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13930
13931 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13932 * gdb.reverse/insn-reverse-x86.c: New file.
13933
13934 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13935
13936 PR tdep/20936
13937 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13938
13939 2017-02-03 Tom Tromey <tom@tromey.com>
13940
13941 PR rust/21097:
13942 * gdb.rust/simple.exp: Add new tests.
13943
13944 2017-02-02 Pedro Alves <palves@redhat.com>
13945
13946 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13947 tests.
13948
13949 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13950
13951 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13952 taking a 2-byte value out of a 4-byte DWARF implicit value on
13953 big-endian targets.
13954 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13955 logic. Add test cases for DW_OP_implicit.
13956
13957 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13958
13959 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13960
13961 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13962
13963 * gdb.btrace/enable.exp: Call gdb_exit before
13964 skip_gdbserver_tests.
13965
13966 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13967
13968 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13969 GDBFLAGS.
13970
13971 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13972
13973 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13974 the test is skipped.
13975 * gdb.btrace/data.exp: Likewise.
13976 * gdb.btrace/delta.exp: Likewise.
13977 * gdb.btrace/dlopen.exp: Likewise.
13978 * gdb.btrace/enable-running.exp: Likewise.
13979 * gdb.btrace/enable.exp: Likewise.
13980 * gdb.btrace/exception.exp: Likewise.
13981 * gdb.btrace/function_call_history.exp: Likewise.
13982 * gdb.btrace/gcore.exp: Likewise.
13983 * gdb.btrace/instruction_history.exp: Likewise.
13984 * gdb.btrace/multi-thread-step.exp: Likewise.
13985 * gdb.btrace/nohist.exp: Likewise.
13986 * gdb.btrace/non-stop.exp: Likewise.
13987 * gdb.btrace/reconnect.exp: Likewise.
13988 * gdb.btrace/record_goto-step.exp: Likewise.
13989 * gdb.btrace/record_goto.exp: Likewise.
13990 * gdb.btrace/rn-dl-bind.exp: Likewise.
13991 * gdb.btrace/segv.exp: Likewise.
13992 * gdb.btrace/step.exp: Likewise.
13993 * gdb.btrace/stepi.exp: Likewise.
13994 * gdb.btrace/tailcall-only.exp: Likewise.
13995 * gdb.btrace/tailcall.exp: Likewise.
13996 * gdb.btrace/tsx.exp: Likewise.
13997 * gdb.btrace/unknown_functions.exp: Likewise.
13998 * gdb.btrace/vdso.exp: Likewise.
13999
14000 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
14001
14002 * gdb.btrace/enable-running.c: New.
14003 * gdb.btrace/enable-running.exp: New.
14004
14005 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
14006
14007 * gdb.arch/amd64-gs_base.c: New file.
14008 * gdb.arch/amd64-gs_base.exp: New file.
14009
14010 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
14011
14012 * lib/memory.exp: Remove spurious empty newlines.
14013
14014 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
14015
14016 * gdb.python/py-bad-printers.exp: Load python file using "source".
14017 * gdb.python/py-events.exp: Likewise.
14018 * gdb.python/py-evsignal.exp: Likewise.
14019 * gdb.python/py-evthreads.exp: Likewise.
14020 * gdb.python/py-frame-args.exp: Likewise.
14021 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
14022 * gdb.python/py-framefilter-mi.exp: Likewise.
14023 * gdb.python/py-framefilter.exp: Likewise.
14024 * gdb.python/py-mi.exp: Likewise.
14025 * gdb.python/py-pp-maint.exp: Likewise.
14026 * gdb.python/py-pp-registration.exp: Likewise.
14027 * gdb.python/py-prettyprint.exp: Likewise.
14028 (run_lang_tests): Likewise.
14029 * gdb.python/py-typeprint.exp: Likewise.
14030
14031 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
14032
14033 * lib/memory.exp: New file.
14034 * lib/gdb.exp: Load memory.exp.
14035 * gdb.base/memattr.exp (delete_memory): Move proc to
14036 lib/memory.exp and rename to delete_memory_regions.
14037 Replace delete_memory with delete_memory_regions.
14038 Cleanup memory regions before tests.
14039 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
14040 before tests.
14041
14042 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
14043
14044 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
14045 files.
14046 (initialize): New function conditionally defined.
14047 (testcases): Move within conditional block.
14048 (main): Call initialize.
14049 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
14050 of gdb.reverse/insn-reverse.c.
14051 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
14052 gdb.reverse/insn-reverse.c.
14053
14054 2017-01-26 Yao Qi <yao.qi@linaro.org>
14055
14056 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
14057 disassemble on address 0.
14058
14059 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
14060 Yao Qi <yao.qi@linaro.org>
14061
14062 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
14063 * gdb.dwarf2/implptr-64bit.S: Remove.
14064 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
14065 variables in caller's context. Add DW_OP_implicit_value.
14066
14067 2017-01-25 Yao Qi <yao.qi@linaro.org>
14068
14069 * lib/dwarf.exp (Dwarf::_location): Handle
14070 DW_OP_GNU_implicit_pointer with proper size.
14071
14072 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
14073
14074 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
14075 and add untested calls.
14076
14077 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
14078
14079 * gdb.python/python.exp: Check line number against what GDB thinks
14080 the line number is for func1.
14081
14082 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
14083
14084 * gdb.dlang/debug-expr.exp: New file.
14085
14086 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
14087
14088 Fix test names for the following files:
14089
14090 * gdb.ada/exec_changed.exp
14091 * gdb.ada/info_types.exp
14092 * gdb.arch/aarch64-atomic-inst.exp
14093 * gdb.arch/aarch64-fp.exp
14094 * gdb.arch/altivec-abi.exp
14095 * gdb.arch/altivec-regs.exp
14096 * gdb.arch/amd64-byte.exp
14097 * gdb.arch/amd64-disp-step.exp
14098 * gdb.arch/amd64-dword.exp
14099 * gdb.arch/amd64-entry-value-inline.exp
14100 * gdb.arch/amd64-entry-value-param.exp
14101 * gdb.arch/amd64-entry-value-paramref.exp
14102 * gdb.arch/amd64-entry-value.exp
14103 * gdb.arch/amd64-i386-address.exp
14104 * gdb.arch/amd64-invalid-stack-middle.exp
14105 * gdb.arch/amd64-invalid-stack-top.exp
14106 * gdb.arch/amd64-optimout-repeat.exp
14107 * gdb.arch/amd64-prologue-skip.exp
14108 * gdb.arch/amd64-prologue-xmm.exp
14109 * gdb.arch/amd64-stap-special-operands.exp
14110 * gdb.arch/amd64-stap-wrong-subexp.exp
14111 * gdb.arch/amd64-tailcall-cxx.exp
14112 * gdb.arch/amd64-tailcall-noret.exp
14113 * gdb.arch/amd64-tailcall-ret.exp
14114 * gdb.arch/amd64-tailcall-self.exp
14115 * gdb.arch/amd64-word.exp
14116 * gdb.arch/arm-bl-branch-dest.exp
14117 * gdb.arch/arm-disp-step.exp
14118 * gdb.arch/arm-neon.exp
14119 * gdb.arch/arm-single-step-kernel-helper.exp
14120 * gdb.arch/avr-flash-qualifier.exp
14121 * gdb.arch/disp-step-insn-reloc.exp
14122 * gdb.arch/e500-abi.exp
14123 * gdb.arch/e500-regs.exp
14124 * gdb.arch/ftrace-insn-reloc.exp
14125 * gdb.arch/i386-avx512.exp
14126 * gdb.arch/i386-bp_permanent.exp
14127 * gdb.arch/i386-byte.exp
14128 * gdb.arch/i386-cfi-notcurrent.exp
14129 * gdb.arch/i386-disp-step.exp
14130 * gdb.arch/i386-dr3-watch.exp
14131 * gdb.arch/i386-float.exp
14132 * gdb.arch/i386-gnu-cfi.exp
14133 * gdb.arch/i386-mpx-map.exp
14134 * gdb.arch/i386-mpx-sigsegv.exp
14135 * gdb.arch/i386-mpx-simple_segv.exp
14136 * gdb.arch/i386-mpx.exp
14137 * gdb.arch/i386-permbkpt.exp
14138 * gdb.arch/i386-prologue.exp
14139 * gdb.arch/i386-signal.exp
14140 * gdb.arch/i386-size-overlap.exp
14141 * gdb.arch/i386-unwind.exp
14142 * gdb.arch/i386-word.exp
14143 * gdb.arch/mips-fcr.exp
14144 * gdb.arch/powerpc-d128-regs.exp
14145 * gdb.arch/powerpc-stackless.exp
14146 * gdb.arch/ppc64-atomic-inst.exp
14147 * gdb.arch/s390-stackless.exp
14148 * gdb.arch/s390-tdbregs.exp
14149 * gdb.arch/s390-vregs.exp
14150 * gdb.arch/sparc-sysstep.exp
14151 * gdb.arch/thumb-bx-pc.exp
14152 * gdb.arch/thumb-singlestep.exp
14153 * gdb.arch/thumb2-it.exp
14154 * gdb.arch/vsx-regs.exp
14155 * gdb.asm/asm-source.exp
14156 * gdb.base/a2-run.exp
14157 * gdb.base/advance.exp
14158 * gdb.base/all-bin.exp
14159 * gdb.base/anon.exp
14160 * gdb.base/args.exp
14161 * gdb.base/arithmet.exp
14162 * gdb.base/async-shell.exp
14163 * gdb.base/async.exp
14164 * gdb.base/attach-pie-noexec.exp
14165 * gdb.base/attach-twice.exp
14166 * gdb.base/auto-load.exp
14167 * gdb.base/bang.exp
14168 * gdb.base/bitfields.exp
14169 * gdb.base/break-always.exp
14170 * gdb.base/break-caller-line.exp
14171 * gdb.base/break-entry.exp
14172 * gdb.base/break-inline.exp
14173 * gdb.base/break-on-linker-gcd-function.exp
14174 * gdb.base/break-probes.exp
14175 * gdb.base/break.exp
14176 * gdb.base/breakpoint-shadow.exp
14177 * gdb.base/call-ar-st.exp
14178 * gdb.base/call-sc.exp
14179 * gdb.base/call-signal-resume.exp
14180 * gdb.base/call-strs.exp
14181 * gdb.base/callfuncs.exp
14182 * gdb.base/catch-fork-static.exp
14183 * gdb.base/catch-gdb-caused-signals.exp
14184 * gdb.base/catch-load.exp
14185 * gdb.base/catch-signal-fork.exp
14186 * gdb.base/catch-signal.exp
14187 * gdb.base/catch-syscall.exp
14188 * gdb.base/charset.exp
14189 * gdb.base/checkpoint.exp
14190 * gdb.base/chng-syms.exp
14191 * gdb.base/code-expr.exp
14192 * gdb.base/code_elim.exp
14193 * gdb.base/commands.exp
14194 * gdb.base/completion.exp
14195 * gdb.base/complex.exp
14196 * gdb.base/cond-expr.exp
14197 * gdb.base/condbreak.exp
14198 * gdb.base/consecutive.exp
14199 * gdb.base/continue-all-already-running.exp
14200 * gdb.base/coredump-filter.exp
14201 * gdb.base/corefile.exp
14202 * gdb.base/dbx.exp
14203 * gdb.base/debug-expr.exp
14204 * gdb.base/define.exp
14205 * gdb.base/del.exp
14206 * gdb.base/disabled-location.exp
14207 * gdb.base/disasm-end-cu.exp
14208 * gdb.base/disasm-optim.exp
14209 * gdb.base/display.exp
14210 * gdb.base/duplicate-bp.exp
14211 * gdb.base/ena-dis-br.exp
14212 * gdb.base/ending-run.exp
14213 * gdb.base/enumval.exp
14214 * gdb.base/environ.exp
14215 * gdb.base/eu-strip-infcall.exp
14216 * gdb.base/eval-avoid-side-effects.exp
14217 * gdb.base/eval-skip.exp
14218 * gdb.base/exitsignal.exp
14219 * gdb.base/expand-psymtabs.exp
14220 * gdb.base/filesym.exp
14221 * gdb.base/find-unmapped.exp
14222 * gdb.base/finish.exp
14223 * gdb.base/float.exp
14224 * gdb.base/foll-exec-mode.exp
14225 * gdb.base/foll-exec.exp
14226 * gdb.base/foll-fork.exp
14227 * gdb.base/fortran-sym-case.exp
14228 * gdb.base/freebpcmd.exp
14229 * gdb.base/func-ptr.exp
14230 * gdb.base/func-ptrs.exp
14231 * gdb.base/funcargs.exp
14232 * gdb.base/gcore-buffer-overflow.exp
14233 * gdb.base/gcore-relro-pie.exp
14234 * gdb.base/gcore-relro.exp
14235 * gdb.base/gcore.exp
14236 * gdb.base/gdb1090.exp
14237 * gdb.base/gdb11530.exp
14238 * gdb.base/gdb11531.exp
14239 * gdb.base/gdb1821.exp
14240 * gdb.base/gdbindex-stabs.exp
14241 * gdb.base/gdbvars.exp
14242 * gdb.base/hbreak.exp
14243 * gdb.base/hbreak2.exp
14244 * gdb.base/included.exp
14245 * gdb.base/infcall-input.exp
14246 * gdb.base/inferior-died.exp
14247 * gdb.base/infnan.exp
14248 * gdb.base/info-macros.exp
14249 * gdb.base/info-os.exp
14250 * gdb.base/info-proc.exp
14251 * gdb.base/info-shared.exp
14252 * gdb.base/info-target.exp
14253 * gdb.base/infoline.exp
14254 * gdb.base/interp.exp
14255 * gdb.base/interrupt.exp
14256 * gdb.base/jit-reader.exp
14257 * gdb.base/jit-simple.exp
14258 * gdb.base/kill-after-signal.exp
14259 * gdb.base/kill-detach-inferiors-cmd.exp
14260 * gdb.base/label.exp
14261 * gdb.base/langs.exp
14262 * gdb.base/ldbl_e308.exp
14263 * gdb.base/line-symtabs.exp
14264 * gdb.base/linespecs.exp
14265 * gdb.base/list.exp
14266 * gdb.base/long_long.exp
14267 * gdb.base/longest-types.exp
14268 * gdb.base/maint.exp
14269 * gdb.base/max-value-size.exp
14270 * gdb.base/memattr.exp
14271 * gdb.base/mips_pro.exp
14272 * gdb.base/morestack.exp
14273 * gdb.base/moribund-step.exp
14274 * gdb.base/multi-forks.exp
14275 * gdb.base/nested-addr.exp
14276 * gdb.base/nextoverexit.exp
14277 * gdb.base/noreturn-finish.exp
14278 * gdb.base/noreturn-return.exp
14279 * gdb.base/nostdlib.exp
14280 * gdb.base/offsets.exp
14281 * gdb.base/opaque.exp
14282 * gdb.base/pc-fp.exp
14283 * gdb.base/permissions.exp
14284 * gdb.base/print-symbol-loading.exp
14285 * gdb.base/prologue-include.exp
14286 * gdb.base/psymtab.exp
14287 * gdb.base/ptype.exp
14288 * gdb.base/random-signal.exp
14289 * gdb.base/randomize.exp
14290 * gdb.base/range-stepping.exp
14291 * gdb.base/readline-ask.exp
14292 * gdb.base/recpar.exp
14293 * gdb.base/recurse.exp
14294 * gdb.base/relational.exp
14295 * gdb.base/restore.exp
14296 * gdb.base/return-nodebug.exp
14297 * gdb.base/return.exp
14298 * gdb.base/run-after-attach.exp
14299 * gdb.base/save-bp.exp
14300 * gdb.base/scope.exp
14301 * gdb.base/sect-cmd.exp
14302 * gdb.base/set-lang-auto.exp
14303 * gdb.base/set-noassign.exp
14304 * gdb.base/setvar.exp
14305 * gdb.base/sigall.exp
14306 * gdb.base/sigbpt.exp
14307 * gdb.base/siginfo-addr.exp
14308 * gdb.base/siginfo-infcall.exp
14309 * gdb.base/siginfo-obj.exp
14310 * gdb.base/siginfo.exp
14311 * gdb.base/signals-state-child.exp
14312 * gdb.base/signest.exp
14313 * gdb.base/sigstep.exp
14314 * gdb.base/sizeof.exp
14315 * gdb.base/skip.exp
14316 * gdb.base/solib-corrupted.exp
14317 * gdb.base/solib-nodir.exp
14318 * gdb.base/solib-search.exp
14319 * gdb.base/stack-checking.exp
14320 * gdb.base/stale-infcall.exp
14321 * gdb.base/stap-probe.exp
14322 * gdb.base/start.exp
14323 * gdb.base/step-break.exp
14324 * gdb.base/step-bt.exp
14325 * gdb.base/step-line.exp
14326 * gdb.base/step-over-exit.exp
14327 * gdb.base/step-over-syscall.exp
14328 * gdb.base/step-resume-infcall.exp
14329 * gdb.base/step-test.exp
14330 * gdb.base/store.exp
14331 * gdb.base/structs3.exp
14332 * gdb.base/sym-file.exp
14333 * gdb.base/symbol-without-target_section.exp
14334 * gdb.base/term.exp
14335 * gdb.base/testenv.exp
14336 * gdb.base/ui-redirect.exp
14337 * gdb.base/until.exp
14338 * gdb.base/unwindonsignal.exp
14339 * gdb.base/value-double-free.exp
14340 * gdb.base/vla-datatypes.exp
14341 * gdb.base/vla-ptr.exp
14342 * gdb.base/vla-sideeffect.exp
14343 * gdb.base/volatile.exp
14344 * gdb.base/watch-cond-infcall.exp
14345 * gdb.base/watch-cond.exp
14346 * gdb.base/watch-non-mem.exp
14347 * gdb.base/watch-read.exp
14348 * gdb.base/watch-vfork.exp
14349 * gdb.base/watchpoint-cond-gone.exp
14350 * gdb.base/watchpoint-delete.exp
14351 * gdb.base/watchpoint-hw-hit-once.exp
14352 * gdb.base/watchpoint-hw.exp
14353 * gdb.base/watchpoint-stops-at-right-insn.exp
14354 * gdb.base/watchpoints.exp
14355 * gdb.base/wchar.exp
14356 * gdb.base/whatis-exp.exp
14357 * gdb.btrace/buffer-size.exp
14358 * gdb.btrace/data.exp
14359 * gdb.btrace/delta.exp
14360 * gdb.btrace/dlopen.exp
14361 * gdb.btrace/enable.exp
14362 * gdb.btrace/exception.exp
14363 * gdb.btrace/function_call_history.exp
14364 * gdb.btrace/gcore.exp
14365 * gdb.btrace/instruction_history.exp
14366 * gdb.btrace/nohist.exp
14367 * gdb.btrace/reconnect.exp
14368 * gdb.btrace/record_goto-step.exp
14369 * gdb.btrace/record_goto.exp
14370 * gdb.btrace/rn-dl-bind.exp
14371 * gdb.btrace/segv.exp
14372 * gdb.btrace/step.exp
14373 * gdb.btrace/stepi.exp
14374 * gdb.btrace/tailcall-only.exp
14375 * gdb.btrace/tailcall.exp
14376 * gdb.btrace/tsx.exp
14377 * gdb.btrace/unknown_functions.exp
14378 * gdb.btrace/vdso.exp
14379 * gdb.compile/compile-ifunc.exp
14380 * gdb.compile/compile-ops.exp
14381 * gdb.compile/compile-print.exp
14382 * gdb.compile/compile-setjmp.exp
14383 * gdb.cp/abstract-origin.exp
14384 * gdb.cp/ambiguous.exp
14385 * gdb.cp/annota2.exp
14386 * gdb.cp/annota3.exp
14387 * gdb.cp/anon-ns.exp
14388 * gdb.cp/anon-struct.exp
14389 * gdb.cp/anon-union.exp
14390 * gdb.cp/arg-reference.exp
14391 * gdb.cp/baseenum.exp
14392 * gdb.cp/bool.exp
14393 * gdb.cp/breakpoint.exp
14394 * gdb.cp/bs15503.exp
14395 * gdb.cp/call-c.exp
14396 * gdb.cp/casts.exp
14397 * gdb.cp/chained-calls.exp
14398 * gdb.cp/class2.exp
14399 * gdb.cp/classes.exp
14400 * gdb.cp/cmpd-minsyms.exp
14401 * gdb.cp/converts.exp
14402 * gdb.cp/cp-relocate.exp
14403 * gdb.cp/cpcompletion.exp
14404 * gdb.cp/cpexprs.exp
14405 * gdb.cp/cplabel.exp
14406 * gdb.cp/cplusfuncs.exp
14407 * gdb.cp/cpsizeof.exp
14408 * gdb.cp/ctti.exp
14409 * gdb.cp/derivation.exp
14410 * gdb.cp/destrprint.exp
14411 * gdb.cp/dispcxx.exp
14412 * gdb.cp/enum-class.exp
14413 * gdb.cp/exception.exp
14414 * gdb.cp/exceptprint.exp
14415 * gdb.cp/expand-psymtabs-cxx.exp
14416 * gdb.cp/expand-sals.exp
14417 * gdb.cp/extern-c.exp
14418 * gdb.cp/filename.exp
14419 * gdb.cp/formatted-ref.exp
14420 * gdb.cp/fpointer.exp
14421 * gdb.cp/gdb1355.exp
14422 * gdb.cp/gdb2495.exp
14423 * gdb.cp/hang.exp
14424 * gdb.cp/impl-this.exp
14425 * gdb.cp/infcall-dlopen.exp
14426 * gdb.cp/inherit.exp
14427 * gdb.cp/iostream.exp
14428 * gdb.cp/koenig.exp
14429 * gdb.cp/local.exp
14430 * gdb.cp/m-data.exp
14431 * gdb.cp/m-static.exp
14432 * gdb.cp/mb-ctor.exp
14433 * gdb.cp/mb-inline.exp
14434 * gdb.cp/mb-templates.exp
14435 * gdb.cp/member-name.exp
14436 * gdb.cp/member-ptr.exp
14437 * gdb.cp/meth-typedefs.exp
14438 * gdb.cp/method.exp
14439 * gdb.cp/method2.exp
14440 * gdb.cp/minsym-fallback.exp
14441 * gdb.cp/misc.exp
14442 * gdb.cp/namelessclass.exp
14443 * gdb.cp/namespace-enum.exp
14444 * gdb.cp/namespace-nested-import.exp
14445 * gdb.cp/namespace.exp
14446 * gdb.cp/nextoverthrow.exp
14447 * gdb.cp/no-dmgl-verbose.exp
14448 * gdb.cp/non-trivial-retval.exp
14449 * gdb.cp/noparam.exp
14450 * gdb.cp/nsdecl.exp
14451 * gdb.cp/nsimport.exp
14452 * gdb.cp/nsnested.exp
14453 * gdb.cp/nsnoimports.exp
14454 * gdb.cp/nsrecurs.exp
14455 * gdb.cp/nsstress.exp
14456 * gdb.cp/nsusing.exp
14457 * gdb.cp/operator.exp
14458 * gdb.cp/oranking.exp
14459 * gdb.cp/overload-const.exp
14460 * gdb.cp/overload.exp
14461 * gdb.cp/ovldbreak.exp
14462 * gdb.cp/ovsrch.exp
14463 * gdb.cp/paren-type.exp
14464 * gdb.cp/parse-lang.exp
14465 * gdb.cp/pass-by-ref.exp
14466 * gdb.cp/pr-1023.exp
14467 * gdb.cp/pr-1210.exp
14468 * gdb.cp/pr-574.exp
14469 * gdb.cp/pr10687.exp
14470 * gdb.cp/pr12028.exp
14471 * gdb.cp/pr17132.exp
14472 * gdb.cp/pr17494.exp
14473 * gdb.cp/pr9067.exp
14474 * gdb.cp/pr9167.exp
14475 * gdb.cp/pr9631.exp
14476 * gdb.cp/printmethod.exp
14477 * gdb.cp/psmang.exp
14478 * gdb.cp/psymtab-parameter.exp
14479 * gdb.cp/ptype-cv-cp.exp
14480 * gdb.cp/ptype-flags.exp
14481 * gdb.cp/re-set-overloaded.exp
14482 * gdb.cp/ref-types.exp
14483 * gdb.cp/rtti.exp
14484 * gdb.cp/scope-err.exp
14485 * gdb.cp/shadow.exp
14486 * gdb.cp/smartp.exp
14487 * gdb.cp/static-method.exp
14488 * gdb.cp/static-print-quit.exp
14489 * gdb.cp/temargs.exp
14490 * gdb.cp/templates.exp
14491 * gdb.cp/try_catch.exp
14492 * gdb.cp/typedef-operator.exp
14493 * gdb.cp/typeid.exp
14494 * gdb.cp/userdef.exp
14495 * gdb.cp/using-crash.exp
14496 * gdb.cp/var-tag.exp
14497 * gdb.cp/virtbase.exp
14498 * gdb.cp/virtfunc.exp
14499 * gdb.cp/virtfunc2.exp
14500 * gdb.cp/vla-cxx.exp
14501 * gdb.disasm/t01_mov.exp
14502 * gdb.disasm/t02_mova.exp
14503 * gdb.disasm/t03_add.exp
14504 * gdb.disasm/t04_sub.exp
14505 * gdb.disasm/t05_cmp.exp
14506 * gdb.disasm/t06_ari2.exp
14507 * gdb.disasm/t07_ari3.exp
14508 * gdb.disasm/t08_or.exp
14509 * gdb.disasm/t09_xor.exp
14510 * gdb.disasm/t10_and.exp
14511 * gdb.disasm/t11_logs.exp
14512 * gdb.disasm/t12_bit.exp
14513 * gdb.disasm/t13_otr.exp
14514 * gdb.dlang/circular.exp
14515 * gdb.dwarf2/arr-stride.exp
14516 * gdb.dwarf2/arr-subrange.exp
14517 * gdb.dwarf2/atomic-type.exp
14518 * gdb.dwarf2/bad-regnum.exp
14519 * gdb.dwarf2/bitfield-parent-optimized-out.exp
14520 * gdb.dwarf2/callframecfa.exp
14521 * gdb.dwarf2/clztest.exp
14522 * gdb.dwarf2/corrupt.exp
14523 * gdb.dwarf2/data-loc.exp
14524 * gdb.dwarf2/dup-psym.exp
14525 * gdb.dwarf2/dw2-anon-mptr.exp
14526 * gdb.dwarf2/dw2-anonymous-func.exp
14527 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
14528 * gdb.dwarf2/dw2-bad-unresolved.exp
14529 * gdb.dwarf2/dw2-basic.exp
14530 * gdb.dwarf2/dw2-canonicalize-type.exp
14531 * gdb.dwarf2/dw2-case-insensitive.exp
14532 * gdb.dwarf2/dw2-common-block.exp
14533 * gdb.dwarf2/dw2-compdir-oldgcc.exp
14534 * gdb.dwarf2/dw2-compressed.exp
14535 * gdb.dwarf2/dw2-const.exp
14536 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
14537 * gdb.dwarf2/dw2-cu-size.exp
14538 * gdb.dwarf2/dw2-dup-frame.exp
14539 * gdb.dwarf2/dw2-entry-value.exp
14540 * gdb.dwarf2/dw2-icycle.exp
14541 * gdb.dwarf2/dw2-ifort-parameter.exp
14542 * gdb.dwarf2/dw2-inline-break.exp
14543 * gdb.dwarf2/dw2-inline-param.exp
14544 * gdb.dwarf2/dw2-intercu.exp
14545 * gdb.dwarf2/dw2-intermix.exp
14546 * gdb.dwarf2/dw2-lexical-block-bare.exp
14547 * gdb.dwarf2/dw2-linkage-name-trust.exp
14548 * gdb.dwarf2/dw2-minsym-in-cu.exp
14549 * gdb.dwarf2/dw2-noloc.exp
14550 * gdb.dwarf2/dw2-op-call.exp
14551 * gdb.dwarf2/dw2-op-out-param.exp
14552 * gdb.dwarf2/dw2-opt-structptr.exp
14553 * gdb.dwarf2/dw2-param-error.exp
14554 * gdb.dwarf2/dw2-producer.exp
14555 * gdb.dwarf2/dw2-ranges-base.exp
14556 * gdb.dwarf2/dw2-ref-missing-frame.exp
14557 * gdb.dwarf2/dw2-reg-undefined.exp
14558 * gdb.dwarf2/dw2-regno-invalid.exp
14559 * gdb.dwarf2/dw2-restore.exp
14560 * gdb.dwarf2/dw2-restrict.exp
14561 * gdb.dwarf2/dw2-single-line-discriminators.exp
14562 * gdb.dwarf2/dw2-strp.exp
14563 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14564 * gdb.dwarf2/dw2-unresolved.exp
14565 * gdb.dwarf2/dw2-var-zero-addr.exp
14566 * gdb.dwarf2/dw4-sig-types.exp
14567 * gdb.dwarf2/dwz.exp
14568 * gdb.dwarf2/dynarr-ptr.exp
14569 * gdb.dwarf2/enum-type.exp
14570 * gdb.dwarf2/gdb-index.exp
14571 * gdb.dwarf2/implptr-64bit.exp
14572 * gdb.dwarf2/implptr-optimized-out.exp
14573 * gdb.dwarf2/implptr.exp
14574 * gdb.dwarf2/implref-array.exp
14575 * gdb.dwarf2/implref-const.exp
14576 * gdb.dwarf2/implref-global.exp
14577 * gdb.dwarf2/implref-struct.exp
14578 * gdb.dwarf2/mac-fileno.exp
14579 * gdb.dwarf2/main-subprogram.exp
14580 * gdb.dwarf2/member-ptr-forwardref.exp
14581 * gdb.dwarf2/method-ptr.exp
14582 * gdb.dwarf2/missing-sig-type.exp
14583 * gdb.dwarf2/nonvar-access.exp
14584 * gdb.dwarf2/opaque-type-lookup.exp
14585 * gdb.dwarf2/pieces-optimized-out.exp
14586 * gdb.dwarf2/pieces.exp
14587 * gdb.dwarf2/pr10770.exp
14588 * gdb.dwarf2/pr13961.exp
14589 * gdb.dwarf2/staticvirtual.exp
14590 * gdb.dwarf2/subrange.exp
14591 * gdb.dwarf2/symtab-producer.exp
14592 * gdb.dwarf2/trace-crash.exp
14593 * gdb.dwarf2/typeddwarf.exp
14594 * gdb.dwarf2/valop.exp
14595 * gdb.dwarf2/watch-notconst.exp
14596 * gdb.fortran/array-element.exp
14597 * gdb.fortran/charset.exp
14598 * gdb.fortran/common-block.exp
14599 * gdb.fortran/complex.exp
14600 * gdb.fortran/derived-type-function.exp
14601 * gdb.fortran/derived-type.exp
14602 * gdb.fortran/logical.exp
14603 * gdb.fortran/module.exp
14604 * gdb.fortran/multi-dim.exp
14605 * gdb.fortran/nested-funcs.exp
14606 * gdb.fortran/print-formatted.exp
14607 * gdb.fortran/subarray.exp
14608 * gdb.fortran/vla-alloc-assoc.exp
14609 * gdb.fortran/vla-datatypes.exp
14610 * gdb.fortran/vla-history.exp
14611 * gdb.fortran/vla-ptr-info.exp
14612 * gdb.fortran/vla-ptype-sub.exp
14613 * gdb.fortran/vla-ptype.exp
14614 * gdb.fortran/vla-sizeof.exp
14615 * gdb.fortran/vla-type.exp
14616 * gdb.fortran/vla-value-sub-arbitrary.exp
14617 * gdb.fortran/vla-value-sub-finish.exp
14618 * gdb.fortran/vla-value-sub.exp
14619 * gdb.fortran/vla-value.exp
14620 * gdb.fortran/whatis_type.exp
14621 * gdb.go/chan.exp
14622 * gdb.go/handcall.exp
14623 * gdb.go/hello.exp
14624 * gdb.go/integers.exp
14625 * gdb.go/methods.exp
14626 * gdb.go/package.exp
14627 * gdb.go/strings.exp
14628 * gdb.go/types.exp
14629 * gdb.go/unsafe.exp
14630 * gdb.guile/scm-arch.exp
14631 * gdb.guile/scm-block.exp
14632 * gdb.guile/scm-breakpoint.exp
14633 * gdb.guile/scm-cmd.exp
14634 * gdb.guile/scm-disasm.exp
14635 * gdb.guile/scm-equal.exp
14636 * gdb.guile/scm-frame-args.exp
14637 * gdb.guile/scm-frame-inline.exp
14638 * gdb.guile/scm-frame.exp
14639 * gdb.guile/scm-iterator.exp
14640 * gdb.guile/scm-math.exp
14641 * gdb.guile/scm-objfile.exp
14642 * gdb.guile/scm-ports.exp
14643 * gdb.guile/scm-symbol.exp
14644 * gdb.guile/scm-symtab.exp
14645 * gdb.guile/scm-value-cc.exp
14646 * gdb.guile/types-module.exp
14647 * gdb.linespec/break-ask.exp
14648 * gdb.linespec/cpexplicit.exp
14649 * gdb.linespec/explicit.exp
14650 * gdb.linespec/keywords.exp
14651 * gdb.linespec/linespec.exp
14652 * gdb.linespec/ls-dollar.exp
14653 * gdb.linespec/ls-errs.exp
14654 * gdb.linespec/skip-two.exp
14655 * gdb.linespec/thread.exp
14656 * gdb.mi/mi-async.exp
14657 * gdb.mi/mi-basics.exp
14658 * gdb.mi/mi-break.exp
14659 * gdb.mi/mi-catch-load.exp
14660 * gdb.mi/mi-cli.exp
14661 * gdb.mi/mi-cmd-param-changed.exp
14662 * gdb.mi/mi-console.exp
14663 * gdb.mi/mi-detach.exp
14664 * gdb.mi/mi-disassemble.exp
14665 * gdb.mi/mi-eval.exp
14666 * gdb.mi/mi-file-transfer.exp
14667 * gdb.mi/mi-file.exp
14668 * gdb.mi/mi-fill-memory.exp
14669 * gdb.mi/mi-inheritance-syntax-error.exp
14670 * gdb.mi/mi-linespec-err-cp.exp
14671 * gdb.mi/mi-logging.exp
14672 * gdb.mi/mi-memory-changed.exp
14673 * gdb.mi/mi-read-memory.exp
14674 * gdb.mi/mi-record-changed.exp
14675 * gdb.mi/mi-reg-undefined.exp
14676 * gdb.mi/mi-regs.exp
14677 * gdb.mi/mi-return.exp
14678 * gdb.mi/mi-reverse.exp
14679 * gdb.mi/mi-simplerun.exp
14680 * gdb.mi/mi-solib.exp
14681 * gdb.mi/mi-stack.exp
14682 * gdb.mi/mi-stepi.exp
14683 * gdb.mi/mi-syn-frame.exp
14684 * gdb.mi/mi-until.exp
14685 * gdb.mi/mi-var-block.exp
14686 * gdb.mi/mi-var-child.exp
14687 * gdb.mi/mi-var-cmd.exp
14688 * gdb.mi/mi-var-cp.exp
14689 * gdb.mi/mi-var-display.exp
14690 * gdb.mi/mi-var-invalidate.exp
14691 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14692 * gdb.mi/mi-vla-fortran.exp
14693 * gdb.mi/mi-watch.exp
14694 * gdb.mi/mi2-var-child.exp
14695 * gdb.mi/user-selected-context-sync.exp
14696 * gdb.modula2/unbounded-array.exp
14697 * gdb.multi/dummy-frame-restore.exp
14698 * gdb.multi/multi-arch-exec.exp
14699 * gdb.multi/multi-arch.exp
14700 * gdb.multi/tids.exp
14701 * gdb.multi/watchpoint-multi.exp
14702 * gdb.opencl/callfuncs.exp
14703 * gdb.opencl/convs_casts.exp
14704 * gdb.opencl/datatypes.exp
14705 * gdb.opencl/operators.exp
14706 * gdb.opencl/vec_comps.exp
14707 * gdb.opt/clobbered-registers-O2.exp
14708 * gdb.opt/inline-break.exp
14709 * gdb.opt/inline-bt.exp
14710 * gdb.opt/inline-cmds.exp
14711 * gdb.opt/inline-locals.exp
14712 * gdb.pascal/case-insensitive-symbols.exp
14713 * gdb.pascal/floats.exp
14714 * gdb.pascal/gdb11492.exp
14715 * gdb.python/lib-types.exp
14716 * gdb.python/py-arch.exp
14717 * gdb.python/py-as-string.exp
14718 * gdb.python/py-bad-printers.exp
14719 * gdb.python/py-block.exp
14720 * gdb.python/py-breakpoint-create-fail.exp
14721 * gdb.python/py-breakpoint.exp
14722 * gdb.python/py-caller-is.exp
14723 * gdb.python/py-cmd.exp
14724 * gdb.python/py-explore-cc.exp
14725 * gdb.python/py-explore.exp
14726 * gdb.python/py-finish-breakpoint.exp
14727 * gdb.python/py-finish-breakpoint2.exp
14728 * gdb.python/py-frame-args.exp
14729 * gdb.python/py-frame-inline.exp
14730 * gdb.python/py-frame.exp
14731 * gdb.python/py-framefilter-mi.exp
14732 * gdb.python/py-infthread.exp
14733 * gdb.python/py-lazy-string.exp
14734 * gdb.python/py-linetable.exp
14735 * gdb.python/py-mi-events.exp
14736 * gdb.python/py-mi-objfile.exp
14737 * gdb.python/py-mi.exp
14738 * gdb.python/py-objfile.exp
14739 * gdb.python/py-pp-integral.exp
14740 * gdb.python/py-pp-maint.exp
14741 * gdb.python/py-pp-re-notag.exp
14742 * gdb.python/py-pp-registration.exp
14743 * gdb.python/py-recurse-unwind.exp
14744 * gdb.python/py-strfns.exp
14745 * gdb.python/py-symbol.exp
14746 * gdb.python/py-symtab.exp
14747 * gdb.python/py-sync-interp.exp
14748 * gdb.python/py-typeprint.exp
14749 * gdb.python/py-unwind-maint.exp
14750 * gdb.python/py-unwind.exp
14751 * gdb.python/py-value-cc.exp
14752 * gdb.python/py-xmethods.exp
14753 * gdb.reverse/amd64-tailcall-reverse.exp
14754 * gdb.reverse/break-precsave.exp
14755 * gdb.reverse/break-reverse.exp
14756 * gdb.reverse/consecutive-precsave.exp
14757 * gdb.reverse/consecutive-reverse.exp
14758 * gdb.reverse/finish-precsave.exp
14759 * gdb.reverse/finish-reverse-bkpt.exp
14760 * gdb.reverse/finish-reverse.exp
14761 * gdb.reverse/fstatat-reverse.exp
14762 * gdb.reverse/getresuid-reverse.exp
14763 * gdb.reverse/i386-precsave.exp
14764 * gdb.reverse/i386-reverse.exp
14765 * gdb.reverse/i386-sse-reverse.exp
14766 * gdb.reverse/i387-env-reverse.exp
14767 * gdb.reverse/i387-stack-reverse.exp
14768 * gdb.reverse/insn-reverse.exp
14769 * gdb.reverse/machinestate-precsave.exp
14770 * gdb.reverse/machinestate.exp
14771 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14772 * gdb.reverse/pipe-reverse.exp
14773 * gdb.reverse/readv-reverse.exp
14774 * gdb.reverse/recvmsg-reverse.exp
14775 * gdb.reverse/rerun-prec.exp
14776 * gdb.reverse/s390-mvcle.exp
14777 * gdb.reverse/step-precsave.exp
14778 * gdb.reverse/step-reverse.exp
14779 * gdb.reverse/time-reverse.exp
14780 * gdb.reverse/until-precsave.exp
14781 * gdb.reverse/until-reverse.exp
14782 * gdb.reverse/waitpid-reverse.exp
14783 * gdb.reverse/watch-precsave.exp
14784 * gdb.reverse/watch-reverse.exp
14785 * gdb.rust/generics.exp
14786 * gdb.rust/methods.exp
14787 * gdb.rust/modules.exp
14788 * gdb.rust/simple.exp
14789 * gdb.server/connect-with-no-symbol-file.exp
14790 * gdb.server/ext-attach.exp
14791 * gdb.server/ext-restart.exp
14792 * gdb.server/ext-wrapper.exp
14793 * gdb.server/file-transfer.exp
14794 * gdb.server/server-exec-info.exp
14795 * gdb.server/server-kill.exp
14796 * gdb.server/server-mon.exp
14797 * gdb.server/wrapper.exp
14798 * gdb.stabs/exclfwd.exp
14799 * gdb.stabs/gdb11479.exp
14800 * gdb.threads/clone-new-thread-event.exp
14801 * gdb.threads/corethreads.exp
14802 * gdb.threads/current-lwp-dead.exp
14803 * gdb.threads/dlopen-libpthread.exp
14804 * gdb.threads/gcore-thread.exp
14805 * gdb.threads/sigstep-threads.exp
14806 * gdb.threads/watchpoint-fork.exp
14807 * gdb.trace/actions-changed.exp
14808 * gdb.trace/backtrace.exp
14809 * gdb.trace/change-loc.exp
14810 * gdb.trace/circ.exp
14811 * gdb.trace/collection.exp
14812 * gdb.trace/disconnected-tracing.exp
14813 * gdb.trace/ftrace.exp
14814 * gdb.trace/mi-trace-frame-collected.exp
14815 * gdb.trace/mi-trace-unavailable.exp
14816 * gdb.trace/mi-traceframe-changed.exp
14817 * gdb.trace/mi-tsv-changed.exp
14818 * gdb.trace/no-attach-trace.exp
14819 * gdb.trace/passc-dyn.exp
14820 * gdb.trace/qtro.exp
14821 * gdb.trace/range-stepping.exp
14822 * gdb.trace/read-memory.exp
14823 * gdb.trace/save-trace.exp
14824 * gdb.trace/signal.exp
14825 * gdb.trace/status-stop.exp
14826 * gdb.trace/tfile.exp
14827 * gdb.trace/trace-break.exp
14828 * gdb.trace/trace-buffer-size.exp
14829 * gdb.trace/trace-condition.exp
14830 * gdb.trace/tracefile-pseudo-reg.exp
14831 * gdb.trace/tstatus.exp
14832 * gdb.trace/unavailable.exp
14833 * gdb.trace/while-dyn.exp
14834 * gdb.trace/while-stepping.exp
14835
14836 2016-12-22 Doug Evans <xdje42@gmail.com>
14837
14838 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14839 and msymbols.
14840
14841 2016-12-19 Yao Qi <yao.qi@linaro.org>
14842
14843 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14844 (test_with_self): Don't call do_steps_and_nexts, and remove
14845 code about stepping into xmalloc.
14846
14847 2016-12-09 Yao Qi <yao.qi@linaro.org>
14848
14849 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14850
14851 2016-12-09 Yao Qi <yao.qi@linaro.org>
14852
14853 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14854
14855 2016-12-09 Pedro Alves <palves@redhat.com>
14856
14857 * gdb.base/all-architectures-0.exp: New file.
14858 * gdb.base/all-architectures-1.exp: New file.
14859 * gdb.base/all-architectures-2.exp: New file.
14860 * gdb.base/all-architectures-3.exp: New file.
14861 * gdb.base/all-architectures-4.exp: New file.
14862 * gdb.base/all-architectures-5.exp: New file.
14863 * gdb.base/all-architectures-6.exp: New file.
14864 * gdb.base/all-architectures-7.exp: New file.
14865 * gdb.base/all-architectures.exp.in: New file.
14866
14867 2016-12-09 Yao Qi <yao.qi@linaro.org>
14868
14869 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14870
14871 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14872
14873 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14874 possible.
14875 Remove useless pattern-matching code.
14876
14877 2016-12-02 Pedro Alves <palves@redhat.com>
14878
14879 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14880 procedure.
14881 (top level): Call it.
14882
14883 2016-12-02 Pedro Alves <palves@redhat.com>
14884
14885 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14886 New procedure.
14887 (top level): Call it.
14888
14889 2016-12-02 Pedro Alves <palves@redhat.com>
14890
14891 PR cli/20559
14892 * gdb.base/commands.exp (user_defined_command_args_eval): New
14893 procedure.
14894 (top level): Call it.
14895
14896 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14897
14898 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14899 timeout handling.
14900
14901 2016-12-02 Tom Tromey <tom@tromey.com>
14902
14903 * gdb.dwarf2/main-subprogram.c: New file.
14904 * gdb.dwarf2/main-subprogram.exp: New file.
14905
14906 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14907
14908 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14909 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14910 gdb_test_no_output for a couple of cases.
14911 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14912
14913 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14914
14915 Fix test names and standardize compilation error messages throughout
14916 the following files:
14917
14918 * gdb.ada/start.exp
14919 * gdb.arch/alpha-step.exp
14920 * gdb.arch/e500-prologue.exp
14921 * gdb.arch/ftrace-insn-reloc.exp
14922 * gdb.arch/gdb1291.exp
14923 * gdb.arch/gdb1431.exp
14924 * gdb.arch/gdb1558.exp
14925 * gdb.arch/i386-dr3-watch.exp
14926 * gdb.arch/i386-sse-stack-align.exp
14927 * gdb.arch/ia64-breakpoint-shadow.exp
14928 * gdb.arch/pa-nullify.exp
14929 * gdb.arch/powerpc-aix-prologue.exp
14930 * gdb.arch/thumb-bx-pc.exp
14931 * gdb.base/annota1.exp
14932 * gdb.base/annota3.exp
14933 * gdb.base/arrayidx.exp
14934 * gdb.base/assign.exp
14935 * gdb.base/attach.exp
14936 * gdb.base/auxv.exp
14937 * gdb.base/bang.exp
14938 * gdb.base/bfp-test.exp
14939 * gdb.base/bigcore.exp
14940 * gdb.base/bitfields2.exp
14941 * gdb.base/break-fun-addr.exp
14942 * gdb.base/break-probes.exp
14943 * gdb.base/call-rt-st.exp
14944 * gdb.base/callexit.exp
14945 * gdb.base/catch-fork-kill.exp
14946 * gdb.base/charset.exp
14947 * gdb.base/checkpoint.exp
14948 * gdb.base/comprdebug.exp
14949 * gdb.base/constvars.exp
14950 * gdb.base/coredump-filter.exp
14951 * gdb.base/cursal.exp
14952 * gdb.base/cvexpr.exp
14953 * gdb.base/detach.exp
14954 * gdb.base/display.exp
14955 * gdb.base/dmsym.exp
14956 * gdb.base/dprintf-pending.exp
14957 * gdb.base/dso2dso.exp
14958 * gdb.base/dtrace-probe.exp
14959 * gdb.base/dump.exp
14960 * gdb.base/enum_cond.exp
14961 * gdb.base/exe-lock.exp
14962 * gdb.base/exec-invalid-sysroot.exp
14963 * gdb.base/execl-update-breakpoints.exp
14964 * gdb.base/exprs.exp
14965 * gdb.base/fileio.exp
14966 * gdb.base/find.exp
14967 * gdb.base/finish.exp
14968 * gdb.base/fixsection.exp
14969 * gdb.base/foll-vfork.exp
14970 * gdb.base/frame-args.exp
14971 * gdb.base/gcore.exp
14972 * gdb.base/gdb1250.exp
14973 * gdb.base/global-var-nested-by-dso.exp
14974 * gdb.base/gnu-ifunc.exp
14975 * gdb.base/hashline1.exp
14976 * gdb.base/hashline2.exp
14977 * gdb.base/hashline3.exp
14978 * gdb.base/hbreak-in-shr-unsupported.exp
14979 * gdb.base/huge.exp
14980 * gdb.base/infcall-input.exp
14981 * gdb.base/info-fun.exp
14982 * gdb.base/info-shared.exp
14983 * gdb.base/jit-simple.exp
14984 * gdb.base/jit-so.exp
14985 * gdb.base/jit.exp
14986 * gdb.base/jump.exp
14987 * gdb.base/label.exp
14988 * gdb.base/lineinc.exp
14989 * gdb.base/logical.exp
14990 * gdb.base/longjmp.exp
14991 * gdb.base/macscp.exp
14992 * gdb.base/miscexprs.exp
14993 * gdb.base/new-ui-echo.exp
14994 * gdb.base/new-ui-pending-input.exp
14995 * gdb.base/new-ui.exp
14996 * gdb.base/nodebug.exp
14997 * gdb.base/nofield.exp
14998 * gdb.base/offsets.exp
14999 * gdb.base/overlays.exp
15000 * gdb.base/pending.exp
15001 * gdb.base/pointers.exp
15002 * gdb.base/pr11022.exp
15003 * gdb.base/printcmds.exp
15004 * gdb.base/prologue.exp
15005 * gdb.base/ptr-typedef.exp
15006 * gdb.base/realname-expand.exp
15007 * gdb.base/relativedebug.exp
15008 * gdb.base/relocate.exp
15009 * gdb.base/remote.exp
15010 * gdb.base/reread.exp
15011 * gdb.base/return2.exp
15012 * gdb.base/savedregs.exp
15013 * gdb.base/sep.exp
15014 * gdb.base/sepdebug.exp
15015 * gdb.base/sepsymtab.exp
15016 * gdb.base/set-inferior-tty.exp
15017 * gdb.base/setshow.exp
15018 * gdb.base/shlib-call.exp
15019 * gdb.base/sigaltstack.exp
15020 * gdb.base/siginfo-addr.exp
15021 * gdb.base/signals.exp
15022 * gdb.base/signull.exp
15023 * gdb.base/sigrepeat.exp
15024 * gdb.base/so-impl-ld.exp
15025 * gdb.base/solib-display.exp
15026 * gdb.base/solib-overlap.exp
15027 * gdb.base/solib-search.exp
15028 * gdb.base/solib-symbol.exp
15029 * gdb.base/structs.exp
15030 * gdb.base/structs2.exp
15031 * gdb.base/symtab-search-order.exp
15032 * gdb.base/twice.exp
15033 * gdb.base/unload.exp
15034 * gdb.base/varargs.exp
15035 * gdb.base/watchpoint-solib.exp
15036 * gdb.base/watchpoint.exp
15037 * gdb.base/whatis.exp
15038 * gdb.base/wrong_frame_bt_full.exp
15039 * gdb.btrace/dlopen.exp
15040 * gdb.cell/ea-standalone.exp
15041 * gdb.cell/ea-test.exp
15042 * gdb.cp/dispcxx.exp
15043 * gdb.cp/gdb2384.exp
15044 * gdb.cp/method2.exp
15045 * gdb.cp/nextoverthrow.exp
15046 * gdb.cp/pr10728.exp
15047 * gdb.disasm/am33.exp
15048 * gdb.disasm/h8300s.exp
15049 * gdb.disasm/mn10300.exp
15050 * gdb.disasm/sh3.exp
15051 * gdb.dwarf2/dw2-dir-file-name.exp
15052 * gdb.fortran/complex.exp
15053 * gdb.fortran/library-module.exp
15054 * gdb.guile/scm-pretty-print.exp
15055 * gdb.guile/scm-symbol.exp
15056 * gdb.guile/scm-type.exp
15057 * gdb.guile/scm-value.exp
15058 * gdb.linespec/linespec.exp
15059 * gdb.mi/gdb701.exp
15060 * gdb.mi/gdb792.exp
15061 * gdb.mi/mi-breakpoint-changed.exp
15062 * gdb.mi/mi-dprintf-pending.exp
15063 * gdb.mi/mi-dprintf.exp
15064 * gdb.mi/mi-exit-code.exp
15065 * gdb.mi/mi-pending.exp
15066 * gdb.mi/mi-solib.exp
15067 * gdb.mi/new-ui-mi-sync.exp
15068 * gdb.mi/pr11022.exp
15069 * gdb.mi/user-selected-context-sync.exp
15070 * gdb.opt/solib-intra-step.exp
15071 * gdb.python/py-events.exp
15072 * gdb.python/py-finish-breakpoint.exp
15073 * gdb.python/py-mi.exp
15074 * gdb.python/py-prettyprint.exp
15075 * gdb.python/py-shared.exp
15076 * gdb.python/py-symbol.exp
15077 * gdb.python/py-template.exp
15078 * gdb.python/py-type.exp
15079 * gdb.python/py-value.exp
15080 * gdb.reverse/solib-precsave.exp
15081 * gdb.reverse/solib-reverse.exp
15082 * gdb.server/solib-list.exp
15083 * gdb.stabs/weird.exp
15084 * gdb.threads/reconnect-signal.exp
15085 * gdb.threads/stepi-random-signal.exp
15086 * gdb.trace/actions.exp
15087 * gdb.trace/ax.exp
15088 * gdb.trace/backtrace.exp
15089 * gdb.trace/change-loc.exp
15090 * gdb.trace/deltrace.exp
15091 * gdb.trace/ftrace-lock.exp
15092 * gdb.trace/ftrace.exp
15093 * gdb.trace/infotrace.exp
15094 * gdb.trace/mi-tracepoint-changed.exp
15095 * gdb.trace/packetlen.exp
15096 * gdb.trace/passcount.exp
15097 * gdb.trace/pending.exp
15098 * gdb.trace/range-stepping.exp
15099 * gdb.trace/report.exp
15100 * gdb.trace/stap-trace.exp
15101 * gdb.trace/tfind.exp
15102 * gdb.trace/trace-break.exp
15103 * gdb.trace/trace-condition.exp
15104 * gdb.trace/trace-enable-disable.exp
15105 * gdb.trace/trace-mt.exp
15106 * gdb.trace/tracecmd.exp
15107 * gdb.trace/tspeed.exp
15108 * gdb.trace/tsv.exp
15109 * lib/perftest.exp
15110
15111 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15112
15113 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
15114 with gdb_test_no_output.
15115 Use command as test name.
15116
15117 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15118
15119 Fix test names starting with uppercase throughout the files.
15120
15121 * gdb.ada/assign_1.exp
15122 * gdb.ada/boolean_expr.exp
15123 * gdb.base/arrayidx.exp
15124 * gdb.base/del.exp
15125 * gdb.base/gcore-buffer-overflow.exp
15126 * gdb.base/testenv.exp
15127 * gdb.compile/compile.exp
15128 * gdb.python/py-framefilter-invalidarg.exp
15129 * gdb.python/py-framefilter.exp
15130
15131 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15132
15133 Fix test names starting with uppercase throughout the files.
15134
15135 * gdb.ada/array_return.exp
15136 * gdb.ada/expr_delims.exp
15137 * gdb.ada/mi_dyn_arr.exp
15138 * gdb.ada/mi_interface.exp
15139 * gdb.ada/mi_var_array.exp
15140 * gdb.ada/watch_arg.exp
15141 * gdb.arch/alpha-step.exp
15142 * gdb.arch/altivec-regs.exp
15143 * gdb.arch/e500-regs.exp
15144 * gdb.arch/powerpc-d128-regs.exp
15145 * gdb.base/arrayidx.exp
15146 * gdb.base/break.exp
15147 * gdb.base/checkpoint.exp
15148 * gdb.base/debug-expr.exp
15149 * gdb.base/dmsym.exp
15150 * gdb.base/radix.exp
15151 * gdb.base/sepdebug.exp
15152 * gdb.base/testenv.exp
15153 * gdb.base/watch_thread_num.exp
15154 * gdb.base/watchpoint-cond-gone.exp
15155 * gdb.cell/break.exp
15156 * gdb.cell/ea-cache.exp
15157 * gdb.compile/compile.exp
15158 * gdb.cp/gdb2495.exp
15159 * gdb.gdb/selftest.exp
15160 * gdb.gdb/xfullpath.exp
15161 * gdb.go/hello.exp
15162 * gdb.go/integers.exp
15163 * gdb.objc/basicclass.exp
15164 * gdb.pascal/hello.exp
15165 * gdb.pascal/integers.exp
15166 * gdb.python/py-breakpoint.exp
15167 * gdb.python/py-cmd.exp
15168 * gdb.python/py-linetable.exp
15169 * gdb.python/py-xmethods.exp
15170 * gdb.python/python.exp
15171 * gdb.reverse/consecutive-precsave.exp
15172 * gdb.reverse/finish-precsave.exp
15173 * gdb.reverse/i386-precsave.exp
15174 * gdb.reverse/machinestate-precsave.exp
15175 * gdb.reverse/sigall-precsave.exp
15176 * gdb.reverse/solib-precsave.exp
15177 * gdb.reverse/step-precsave.exp
15178 * gdb.reverse/until-precsave.exp
15179 * gdb.reverse/watch-precsave.exp
15180 * gdb.threads/leader-exit.exp
15181 * gdb.threads/pthreads.exp
15182 * gdb.threads/wp-replication.exp
15183 * gdb.trace/actions.exp
15184 * gdb.trace/mi-tsv-changed.exp
15185 * gdb.trace/tsv.exp
15186
15187 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15188
15189 Fix test names starting with uppercase throughout the files.
15190
15191 * gdb.arch/i386-bp_permanent.exp
15192 * gdb.arch/i386-gnu-cfi.exp
15193 * gdb.base/disasm-end-cu.exp
15194 * gdb.base/macscp.exp
15195 * gdb.base/pending.exp
15196 * gdb.base/watch_thread_num.exp
15197 * gdb.cp/exception.exp
15198 * gdb.cp/gdb2495.exp
15199 * gdb.cp/local.exp
15200 * gdb.python/py-evsignal.exp
15201 * gdb.python/python.exp
15202 * gdb.trace/tracecmd.exp
15203
15204 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15205
15206 Fix test names starting with uppercase throughout the files.
15207
15208 * gdb.base/charset.exp
15209 * gdb.base/eval.exp
15210 * gdb.base/multi-forks.exp
15211 * gdb.guile/scm-progspace.exp
15212 * gdb.opencl/datatypes.exp
15213 * gdb.python/py-block.exp
15214 * gdb.python/py-function.exp
15215 * gdb.python/py-symbol.exp
15216 * gdb.python/py-symtab.exp
15217 * gdb.python/py-xmethods.exp
15218 * gdb.reverse/break-precsave.exp
15219 * gdb.reverse/break-reverse.exp
15220 * gdb.reverse/consecutive-precsave.exp
15221 * gdb.reverse/consecutive-reverse.exp
15222 * gdb.reverse/finish-precsave.exp
15223 * gdb.reverse/finish-reverse-bkpt.exp
15224 * gdb.reverse/finish-reverse.exp
15225 * gdb.reverse/fstatat-reverse.exp
15226 * gdb.reverse/getresuid-reverse.exp
15227 * gdb.reverse/i386-precsave.exp
15228 * gdb.reverse/i386-reverse.exp
15229 * gdb.reverse/i386-sse-reverse.exp
15230 * gdb.reverse/i387-stack-reverse.exp
15231 * gdb.reverse/insn-reverse.exp
15232 * gdb.reverse/machinestate-precsave.exp
15233 * gdb.reverse/machinestate.exp
15234 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15235 * gdb.reverse/pipe-reverse.exp
15236 * gdb.reverse/readv-reverse.exp
15237 * gdb.reverse/recvmsg-reverse.exp
15238 * gdb.reverse/rerun-prec.exp
15239 * gdb.reverse/s390-mvcle.exp
15240 * gdb.reverse/sigall-precsave.exp
15241 * gdb.reverse/sigall-reverse.exp
15242 * gdb.reverse/solib-precsave.exp
15243 * gdb.reverse/solib-reverse.exp
15244 * gdb.reverse/step-precsave.exp
15245 * gdb.reverse/step-reverse.exp
15246 * gdb.reverse/time-reverse.exp
15247 * gdb.reverse/until-precsave.exp
15248 * gdb.reverse/until-reverse.exp
15249 * gdb.reverse/waitpid-reverse.exp
15250 * gdb.reverse/watch-precsave.exp
15251 * gdb.reverse/watch-reverse.exp
15252
15253 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15254
15255 Fix test names starting with uppercase throughout the files.
15256
15257 * gdb.arch/i386-mpx-simple_segv.exp
15258 * gdb.arch/i386-mpx.exp
15259 * gdb.arch/i386-permbkpt.exp
15260 * gdb.arch/pa-nullify.exp
15261 * gdb.arch/powerpc-d128-regs.exp
15262 * gdb.arch/vsx-regs.exp
15263 * gdb.base/bfp-test.exp
15264 * gdb.base/break.exp
15265 * gdb.base/breakpoint-shadow.exp
15266 * gdb.base/callfuncs.exp
15267 * gdb.base/charset.exp
15268 * gdb.base/commands.exp
15269 * gdb.base/completion.exp
15270 * gdb.base/dfp-test.exp
15271 * gdb.base/echo.exp
15272 * gdb.base/ending-run.exp
15273 * gdb.base/eval.exp
15274 * gdb.base/expand-psymtabs.exp
15275 * gdb.base/float128.exp
15276 * gdb.base/floatn.exp
15277 * gdb.base/foll-exec-mode.exp
15278 * gdb.base/gdb1056.exp
15279 * gdb.base/gdb11531.exp
15280 * gdb.base/kill-after-signal.exp
15281 * gdb.base/multi-forks.exp
15282 * gdb.base/overlays.exp
15283 * gdb.base/pending.exp
15284 * gdb.base/sepdebug.exp
15285 * gdb.base/testenv.exp
15286 * gdb.base/valgrind-db-attach.exp
15287 * gdb.base/watch_thread_num.exp
15288 * gdb.base/watchpoint-cond-gone.exp
15289 * gdb.base/watchpoint.exp
15290 * gdb.base/watchpoints.exp
15291 * gdb.cp/arg-reference.exp
15292 * gdb.cp/baseenum.exp
15293 * gdb.cp/operator.exp
15294 * gdb.cp/shadow.exp
15295 * gdb.dwarf2/dw2-op-out-param.exp
15296 * gdb.dwarf2/dw2-reg-undefined.exp
15297 * gdb.go/chan.exp
15298 * gdb.go/hello.exp
15299 * gdb.go/integers.exp
15300 * gdb.go/methods.exp
15301 * gdb.go/package.exp
15302 * gdb.guile/scm-parameter.exp
15303 * gdb.guile/scm-progspace.exp
15304 * gdb.guile/scm-value.exp
15305 * gdb.mi/mi-pending.exp
15306 * gdb.mi/user-selected-context-sync.exp
15307 * gdb.multi/multi-attach.exp
15308 * gdb.multi/tids.exp
15309 * gdb.opt/clobbered-registers-O2.exp
15310 * gdb.pascal/floats.exp
15311 * gdb.pascal/integers.exp
15312 * gdb.python/py-block.exp
15313 * gdb.python/py-events.exp
15314 * gdb.python/py-parameter.exp
15315 * gdb.python/py-symbol.exp
15316 * gdb.python/py-symtab.exp
15317 * gdb.python/py-type.exp
15318 * gdb.python/py-value.exp
15319 * gdb.python/py-xmethods.exp
15320 * gdb.python/python.exp
15321 * gdb.reverse/break-precsave.exp
15322 * gdb.reverse/consecutive-precsave.exp
15323 * gdb.reverse/finish-precsave.exp
15324 * gdb.reverse/i386-precsave.exp
15325 * gdb.reverse/machinestate-precsave.exp
15326 * gdb.reverse/sigall-precsave.exp
15327 * gdb.reverse/solib-precsave.exp
15328 * gdb.reverse/step-precsave.exp
15329 * gdb.reverse/until-precsave.exp
15330 * gdb.reverse/watch-precsave.exp
15331 * gdb.server/ext-attach.exp
15332 * gdb.server/ext-restart.exp
15333 * gdb.server/ext-run.exp
15334 * gdb.server/ext-wrapper.exp
15335 * gdb.stabs/gdb11479.exp
15336 * gdb.stabs/weird.exp
15337 * gdb.threads/attach-many-short-lived-threads.exp
15338 * gdb.threads/kill.exp
15339 * gdb.threads/watchpoint-fork.exp
15340
15341 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
15342
15343 Fix test names starting with uppercase throughout all the files below.
15344
15345 * gdb.ada/array_return.exp
15346 * gdb.ada/catch_ex.exp
15347 * gdb.ada/info_exc.exp
15348 * gdb.ada/mi_catch_ex.exp
15349 * gdb.ada/mi_dyn_arr.exp
15350 * gdb.ada/mi_ex_cond.exp
15351 * gdb.ada/mi_exc_info.exp
15352 * gdb.ada/mi_interface.exp
15353 * gdb.ada/mi_task_arg.exp
15354 * gdb.ada/mi_task_info.exp
15355 * gdb.ada/mi_var_array.exp
15356 * gdb.arch/alpha-step.exp
15357 * gdb.arch/amd64-disp-step.exp
15358 * gdb.arch/arm-disp-step.exp
15359 * gdb.arch/disp-step-insn-reloc.exp
15360 * gdb.arch/e500-prologue.exp
15361 * gdb.arch/ftrace-insn-reloc.exp
15362 * gdb.arch/gdb1558.exp
15363 * gdb.arch/i386-bp_permanent.exp
15364 * gdb.arch/i386-disp-step.exp
15365 * gdb.arch/i386-float.exp
15366 * gdb.arch/i386-gnu-cfi.exp
15367 * gdb.arch/ia64-breakpoint-shadow.exp
15368 * gdb.arch/mips16-thunks.exp
15369 * gdb.arch/pa-nullify.exp
15370 * gdb.arch/powerpc-aix-prologue.exp
15371 * gdb.arch/powerpc-power.exp
15372 * gdb.arch/ppc-dfp.exp
15373 * gdb.arch/s390-tdbregs.exp
15374 * gdb.arch/spu-info.exp
15375 * gdb.arch/spu-ls.exp
15376 * gdb.arch/thumb-bx-pc.exp
15377 * gdb.base/advance.exp
15378 * gdb.base/annota-input-while-running.exp
15379 * gdb.base/arrayidx.exp
15380 * gdb.base/asmlabel.exp
15381 * gdb.base/async.exp
15382 * gdb.base/attach-wait-input.exp
15383 * gdb.base/auto-connect-native-target.exp
15384 * gdb.base/batch-preserve-term-settings.exp
15385 * gdb.base/bfp-test.exp
15386 * gdb.base/bigcore.exp
15387 * gdb.base/bp-permanent.exp
15388 * gdb.base/break-always.exp
15389 * gdb.base/break-fun-addr.exp
15390 * gdb.base/break-idempotent.exp
15391 * gdb.base/break-main-file-remove-fail.exp
15392 * gdb.base/break-probes.exp
15393 * gdb.base/break-unload-file.exp
15394 * gdb.base/break.exp
15395 * gdb.base/call-ar-st.exp
15396 * gdb.base/call-rt-st.exp
15397 * gdb.base/call-sc.exp
15398 * gdb.base/call-signal-resume.exp
15399 * gdb.base/call-strs.exp
15400 * gdb.base/callexit.exp
15401 * gdb.base/callfuncs.exp
15402 * gdb.base/catch-gdb-caused-signals.exp
15403 * gdb.base/catch-signal-siginfo-cond.exp
15404 * gdb.base/catch-syscall.exp
15405 * gdb.base/compare-sections.exp
15406 * gdb.base/cond-eval-mode.exp
15407 * gdb.base/condbreak-call-false.exp
15408 * gdb.base/consecutive-step-over.exp
15409 * gdb.base/cursal.exp
15410 * gdb.base/disabled-location.exp
15411 * gdb.base/disasm-end-cu.exp
15412 * gdb.base/display.exp
15413 * gdb.base/double-prompt-target-event-error.exp
15414 * gdb.base/dprintf-bp-same-addr.exp
15415 * gdb.base/dprintf-detach.exp
15416 * gdb.base/dprintf-next.exp
15417 * gdb.base/dprintf-non-stop.exp
15418 * gdb.base/dprintf-pending.exp
15419 * gdb.base/dso2dso.exp
15420 * gdb.base/ending-run.exp
15421 * gdb.base/enum_cond.exp
15422 * gdb.base/examine-backward.exp
15423 * gdb.base/exe-lock.exp
15424 * gdb.base/exec-invalid-sysroot.exp
15425 * gdb.base/execl-update-breakpoints.exp
15426 * gdb.base/execution-termios.exp
15427 * gdb.base/fileio.exp
15428 * gdb.base/fixsection.exp
15429 * gdb.base/foll-exec-mode.exp
15430 * gdb.base/foll-exec.exp
15431 * gdb.base/fork-running-state.exp
15432 * gdb.base/frame-args.exp
15433 * gdb.base/fullpath-expand.exp
15434 * gdb.base/func-ptr.exp
15435 * gdb.base/gcore-relro-pie.exp
15436 * gdb.base/gdb1090.exp
15437 * gdb.base/gdb1555.exp
15438 * gdb.base/global-var-nested-by-dso.exp
15439 * gdb.base/gnu-ifunc.exp
15440 * gdb.base/hbreak-in-shr-unsupported.exp
15441 * gdb.base/hbreak-unmapped.exp
15442 * gdb.base/hook-stop.exp
15443 * gdb.base/infcall-input.exp
15444 * gdb.base/info-fun.exp
15445 * gdb.base/info-shared.exp
15446 * gdb.base/interrupt-noterm.exp
15447 * gdb.base/jit-so.exp
15448 * gdb.base/jit.exp
15449 * gdb.base/line-symtabs.exp
15450 * gdb.base/list.exp
15451 * gdb.base/longjmp.exp
15452 * gdb.base/macscp.exp
15453 * gdb.base/max-value-size.exp
15454 * gdb.base/nodebug.exp
15455 * gdb.base/nofield.exp
15456 * gdb.base/overlays.exp
15457 * gdb.base/paginate-after-ctrl-c-running.exp
15458 * gdb.base/paginate-bg-execution.exp
15459 * gdb.base/paginate-inferior-exit.exp
15460 * gdb.base/pending.exp
15461 * gdb.base/pr11022.exp
15462 * gdb.base/printcmds.exp
15463 * gdb.base/ptr-typedef.exp
15464 * gdb.base/ptype.exp
15465 * gdb.base/randomize.exp
15466 * gdb.base/range-stepping.exp
15467 * gdb.base/realname-expand.exp
15468 * gdb.base/relativedebug.exp
15469 * gdb.base/remote.exp
15470 * gdb.base/savedregs.exp
15471 * gdb.base/sepdebug.exp
15472 * gdb.base/set-noassign.exp
15473 * gdb.base/shlib-call.exp
15474 * gdb.base/shreloc.exp
15475 * gdb.base/sigaltstack.exp
15476 * gdb.base/sigbpt.exp
15477 * gdb.base/siginfo-addr.exp
15478 * gdb.base/siginfo-obj.exp
15479 * gdb.base/siginfo-thread.exp
15480 * gdb.base/signest.exp
15481 * gdb.base/signull.exp
15482 * gdb.base/sigrepeat.exp
15483 * gdb.base/skip.exp
15484 * gdb.base/so-impl-ld.exp
15485 * gdb.base/solib-corrupted.exp
15486 * gdb.base/solib-disc.exp
15487 * gdb.base/solib-display.exp
15488 * gdb.base/solib-overlap.exp
15489 * gdb.base/solib-search.exp
15490 * gdb.base/solib-symbol.exp
15491 * gdb.base/source-execution.exp
15492 * gdb.base/sss-bp-on-user-bp-2.exp
15493 * gdb.base/sss-bp-on-user-bp.exp
15494 * gdb.base/stack-checking.exp
15495 * gdb.base/stale-infcall.exp
15496 * gdb.base/step-break.exp
15497 * gdb.base/step-line.exp
15498 * gdb.base/step-over-exit.exp
15499 * gdb.base/step-test.exp
15500 * gdb.base/structs.exp
15501 * gdb.base/sym-file.exp
15502 * gdb.base/symtab-search-order.exp
15503 * gdb.base/term.exp
15504 * gdb.base/type-opaque.exp
15505 * gdb.base/unload.exp
15506 * gdb.base/until-nodebug.exp
15507 * gdb.base/until.exp
15508 * gdb.base/unwindonsignal.exp
15509 * gdb.base/watch-cond.exp
15510 * gdb.base/watch-non-mem.exp
15511 * gdb.base/watch_thread_num.exp
15512 * gdb.base/watchpoint-reuse-slot.exp
15513 * gdb.base/watchpoint-solib.exp
15514 * gdb.base/watchpoint.exp
15515 * gdb.btrace/dlopen.exp
15516 * gdb.cell/arch.exp
15517 * gdb.cell/break.exp
15518 * gdb.cell/bt.exp
15519 * gdb.cell/core.exp
15520 * gdb.cell/data.exp
15521 * gdb.cell/dwarfaddr.exp
15522 * gdb.cell/ea-cache.exp
15523 * gdb.cell/ea-standalone.exp
15524 * gdb.cell/ea-test.exp
15525 * gdb.cell/f-regs.exp
15526 * gdb.cell/fork.exp
15527 * gdb.cell/gcore.exp
15528 * gdb.cell/mem-access.exp
15529 * gdb.cell/ptype.exp
15530 * gdb.cell/registers.exp
15531 * gdb.cell/sizeof.exp
15532 * gdb.cell/solib-symbol.exp
15533 * gdb.cell/solib.exp
15534 * gdb.compile/compile-tls.exp
15535 * gdb.cp/exception.exp
15536 * gdb.cp/gdb2495.exp
15537 * gdb.cp/local.exp
15538 * gdb.cp/mb-inline.exp
15539 * gdb.cp/mb-templates.exp
15540 * gdb.cp/pr10687.exp
15541 * gdb.cp/pr9167.exp
15542 * gdb.cp/scope-err.exp
15543 * gdb.cp/templates.exp
15544 * gdb.cp/virtfunc.exp
15545 * gdb.dwarf2/dw2-dir-file-name.exp
15546 * gdb.dwarf2/dw2-single-line-discriminators.exp
15547 * gdb.fortran/complex.exp
15548 * gdb.fortran/library-module.exp
15549 * gdb.guile/guile.exp
15550 * gdb.guile/scm-cmd.exp
15551 * gdb.guile/scm-frame-inline.exp
15552 * gdb.guile/scm-objfile.exp
15553 * gdb.guile/scm-pretty-print.exp
15554 * gdb.guile/scm-symbol.exp
15555 * gdb.guile/scm-type.exp
15556 * gdb.guile/scm-value.exp
15557 * gdb.linespec/keywords.exp
15558 * gdb.linespec/ls-errs.exp
15559 * gdb.linespec/macro-relative.exp
15560 * gdb.linespec/thread.exp
15561 * gdb.mi/mi-breakpoint-changed.exp
15562 * gdb.mi/mi-dprintf-pending.exp
15563 * gdb.mi/mi-fullname-deleted.exp
15564 * gdb.mi/mi-logging.exp
15565 * gdb.mi/mi-pending.exp
15566 * gdb.mi/mi-solib.exp
15567 * gdb.mi/new-ui-mi-sync.exp
15568 * gdb.mi/user-selected-context-sync.exp
15569 * gdb.multi/dummy-frame-restore.exp
15570 * gdb.multi/multi-arch-exec.exp
15571 * gdb.multi/remove-inferiors.exp
15572 * gdb.multi/watchpoint-multi-exit.exp
15573 * gdb.opt/solib-intra-step.exp
15574 * gdb.perf/backtrace.exp
15575 * gdb.perf/single-step.exp
15576 * gdb.perf/skip-command.exp
15577 * gdb.perf/skip-prologue.exp
15578 * gdb.perf/solib.exp
15579 * gdb.python/lib-types.exp
15580 * gdb.python/py-as-string.exp
15581 * gdb.python/py-bad-printers.exp
15582 * gdb.python/py-block.exp
15583 * gdb.python/py-breakpoint.exp
15584 * gdb.python/py-cmd.exp
15585 * gdb.python/py-events.exp
15586 * gdb.python/py-evthreads.exp
15587 * gdb.python/py-finish-breakpoint.exp
15588 * gdb.python/py-finish-breakpoint2.exp
15589 * gdb.python/py-frame-inline.exp
15590 * gdb.python/py-frame.exp
15591 * gdb.python/py-inferior.exp
15592 * gdb.python/py-infthread.exp
15593 * gdb.python/py-mi.exp
15594 * gdb.python/py-objfile.exp
15595 * gdb.python/py-pp-maint.exp
15596 * gdb.python/py-pp-registration.exp
15597 * gdb.python/py-prettyprint.exp
15598 * gdb.python/py-recurse-unwind.exp
15599 * gdb.python/py-shared.exp
15600 * gdb.python/py-symbol.exp
15601 * gdb.python/py-symtab.exp
15602 * gdb.python/py-template.exp
15603 * gdb.python/py-type.exp
15604 * gdb.python/py-unwind-maint.exp
15605 * gdb.python/py-unwind.exp
15606 * gdb.python/py-value.exp
15607 * gdb.python/python.exp
15608 * gdb.reverse/finish-reverse-bkpt.exp
15609 * gdb.reverse/insn-reverse.exp
15610 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15611 * gdb.reverse/solib-precsave.exp
15612 * gdb.reverse/solib-reverse.exp
15613 * gdb.stabs/gdb11479.exp
15614 * gdb.stabs/weird.exp
15615 * gdb.threads/fork-child-threads.exp
15616 * gdb.threads/fork-plus-threads.exp
15617 * gdb.threads/fork-thread-pending.exp
15618 * gdb.threads/forking-threads-plus-breakpoint.exp
15619 * gdb.threads/hand-call-in-threads.exp
15620 * gdb.threads/interrupted-hand-call.exp
15621 * gdb.threads/linux-dp.exp
15622 * gdb.threads/local-watch-wrong-thread.exp
15623 * gdb.threads/next-while-other-thread-longjmps.exp
15624 * gdb.threads/non-ldr-exit.exp
15625 * gdb.threads/pending-step.exp
15626 * gdb.threads/print-threads.exp
15627 * gdb.threads/process-dies-while-detaching.exp
15628 * gdb.threads/process-dies-while-handling-bp.exp
15629 * gdb.threads/pthreads.exp
15630 * gdb.threads/queue-signal.exp
15631 * gdb.threads/reconnect-signal.exp
15632 * gdb.threads/signal-command-handle-nopass.exp
15633 * gdb.threads/signal-command-multiple-signals-pending.exp
15634 * gdb.threads/signal-delivered-right-thread.exp
15635 * gdb.threads/signal-sigtrap.exp
15636 * gdb.threads/sigthread.exp
15637 * gdb.threads/staticthreads.exp
15638 * gdb.threads/stepi-random-signal.exp
15639 * gdb.threads/thread-unwindonsignal.exp
15640 * gdb.threads/thread_check.exp
15641 * gdb.threads/thread_events.exp
15642 * gdb.threads/tid-reuse.exp
15643 * gdb.threads/tls-nodebug.exp
15644 * gdb.threads/tls-shared.exp
15645 * gdb.threads/tls-so_extern.exp
15646 * gdb.threads/tls.exp
15647 * gdb.threads/wp-replication.exp
15648 * gdb.trace/actions-changed.exp
15649 * gdb.trace/actions.exp
15650 * gdb.trace/backtrace.exp
15651 * gdb.trace/change-loc.exp
15652 * gdb.trace/collection.exp
15653 * gdb.trace/deltrace.exp
15654 * gdb.trace/disconnected-tracing.exp
15655 * gdb.trace/entry-values.exp
15656 * gdb.trace/ftrace-lock.exp
15657 * gdb.trace/ftrace.exp
15658 * gdb.trace/infotrace.exp
15659 * gdb.trace/mi-trace-frame-collected.exp
15660 * gdb.trace/mi-trace-unavailable.exp
15661 * gdb.trace/mi-traceframe-changed.exp
15662 * gdb.trace/mi-tracepoint-changed.exp
15663 * gdb.trace/mi-tsv-changed.exp
15664 * gdb.trace/no-attach-trace.exp
15665 * gdb.trace/packetlen.exp
15666 * gdb.trace/passc-dyn.exp
15667 * gdb.trace/passcount.exp
15668 * gdb.trace/pending.exp
15669 * gdb.trace/pr16508.exp
15670 * gdb.trace/qtro.exp
15671 * gdb.trace/range-stepping.exp
15672 * gdb.trace/read-memory.exp
15673 * gdb.trace/report.exp
15674 * gdb.trace/save-trace.exp
15675 * gdb.trace/signal.exp
15676 * gdb.trace/stap-trace.exp
15677 * gdb.trace/status-stop.exp
15678 * gdb.trace/strace.exp
15679 * gdb.trace/tfile.exp
15680 * gdb.trace/tfind.exp
15681 * gdb.trace/trace-break.exp
15682 * gdb.trace/trace-condition.exp
15683 * gdb.trace/trace-enable-disable.exp
15684 * gdb.trace/trace-mt.exp
15685 * gdb.trace/tracecmd.exp
15686 * gdb.trace/tracefile-pseudo-reg.exp
15687 * gdb.trace/tspeed.exp
15688 * gdb.trace/tstatus.exp
15689 * gdb.trace/tsv.exp
15690 * gdb.trace/unavailable.exp
15691 * gdb.trace/while-dyn.exp
15692 * gdb.trace/while-stepping.exp
15693 * lib/gdb-guile.exp
15694 * lib/gdb.exp
15695 * lib/mi-support.exp
15696 * lib/pascal.exp
15697 * lib/perftest.exp
15698 * lib/prelink-support.exp
15699 * lib/selftest-support.exp
15700
15701 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15702
15703 * Makefile.in: Include disable-implicit-rules.mk.
15704
15705 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15706
15707 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15708 non-byte-aligned bit fields.
15709
15710 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15711
15712 PR gdb/12616
15713 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15714 respects the DW_AT_data_bit_offset attribute.
15715
15716 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15717
15718 * gdb.base/default.exp: Fix output of "set language".
15719
15720 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15721
15722 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15723 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15724 make.
15725 * configure.ac: Remove checks for the make program.
15726 * configure: Re-generate.
15727
15728 2016-11-16 Kevin Buettner <kevinb@redhat.com>
15729
15730 * gdb.python/py-recurse-unwind.c (main): Add loop.
15731 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15732 to read_register() and gdb.parse_and_eval(). Make each code
15733 call a separate case that can be individually tested.
15734 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15735 proc. Call cont_and_backtrace for each of the code paths that
15736 we want to test in the unwinder.
15737
15738 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15739
15740 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15741 the definition of struct S.
15742
15743 2016-11-11 Catherine Moore <clm@codesourcery.com>
15744
15745 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15746
15747 2016-11-09 Pedro Alves <palves@redhat.com>
15748
15749 * gdb.base/commands.exp (runto_or_return): New procedure.
15750 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15751 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15752 (progvar_simple_while_test, progvar_complex_if_while_test)
15753 (if_while_breakpoint_command_test)
15754 (infrun_breakpoint_command_test, breakpoint_command_test)
15755 (user_defined_command_test, watchpoint_command_test)
15756 (test_command_prompt_position, redefine_hook_test)
15757 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15758 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15759 multi_line_input and multi_line. Remove gdb_expect and
15760 gdb_stop_suppressing_tests uses.
15761 * lib/gdb.exp (valnum_re): New global.
15762 (multi_line_input): New procedure.
15763
15764 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15765
15766 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15767 Remove.
15768 (test_setup): Define with proc_with_prefix.
15769 (test_cli_inferior): Likewise.
15770 (test_cli_thread): Likewise.
15771 (test_cli_frame): Likewise.
15772 (test_cli_select_frame): Likewise.
15773 (test_cli_up_down): Likewise.
15774 (test_mi_thread_select): Likewise.
15775 (test_mi_stack_select_frame): Likewise.
15776 (test_cli_in_mi_inferior): Likewise.
15777 (test_cli_in_mi_thread): Likewise.
15778 (test_cli_in_mi_frame): Likewise.
15779 (top level): Do not use with_test_prefix_procname.
15780
15781 2016-11-09 Pedro Alves <palves@redhat.com>
15782
15783 * gdb.base/commands.exp (gdbvar_simple_if_test)
15784 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15785 (progvar_simple_if_test, progvar_simple_while_test)
15786 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15787 (infrun_breakpoint_command_test, breakpoint_command_test)
15788 (user_defined_command_test, watchpoint_command_test)
15789 (test_command_prompt_position, deprecated_command_test)
15790 (bp_deleted_in_command, temporary_breakpoint_commands)
15791 (stray_arg0_test, source_file_with_indented_comment)
15792 (recursive_source_test, if_commands_test)
15793 (error_clears_commands_left, redefine_hook_test)
15794 (redefine_backtrace_test): Use proc_with_prefix.
15795 * lib/gdb.exp (proc_with_prefix): New proc.
15796
15797 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15798
15799 * gdb.base/tui-layout.c: New file.
15800 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15801 disassembly window contains very long lines.
15802
15803 2016-11-08 Tom Tromey <tom@tromey.com>
15804
15805 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15806 depend on Python 2.
15807
15808 2016-11-08 Tom Tromey <tom@tromey.com>
15809
15810 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15811 New method.
15812
15813 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15814
15815 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15816
15817 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15818
15819 * gdb.rust/simple.rs: Add test for univariant enums without
15820 discriminants and for encoded struct-like enums.
15821
15822 2016-10-28 Pedro Alves <palves@redhat.com>
15823
15824 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15825 gdb_test_multiple, tighten regexps and match symtabs and line
15826 tables incrementally.
15827
15828 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15829
15830 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15831 general.
15832
15833 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15834
15835 * gdb.base/exec-invalid-sysroot.exp: New file.
15836
15837 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15838
15839 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15840
15841 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15842
15843 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15844
15845 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15846
15847 * gdb.base/killed-outside.exp: Remove $options from a call to
15848 `prepare_for_testing'.
15849
15850 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15851
15852 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15853 Change test message.
15854
15855 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15856
15857 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15858 Update comment.
15859
15860 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15861
15862 * gdb.trace/mi-trace-save.exp: New file.
15863
15864 2016-10-13 Yao Qi <yao.qi@linaro.org>
15865
15866 * gdb.base/code_elim.exp (get_var_address): Remove.
15867 * gdb.base/relocate.exp: Likewise.
15868 * gdb.base/shreloc.exp: Likewise.
15869 * lib/gdb.exp (get_var_address): New.
15870
15871 2016-10-13 Yao Qi <yao.qi@linaro.org>
15872
15873 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15874 floating point tests if $skip_float_test is false.
15875
15876 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15877
15878 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15879 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15880 argc values.
15881 Add 1 to argc so we guarantee distinct initial/modified argc values.
15882
15883 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15884
15885 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15886
15887 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15888
15889 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15890 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15891 * gdb.arch/vsx-regs.exp: Likewise.
15892
15893 2016-10-07 Yao Qi <yao.qi@linaro.org>
15894
15895 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15896
15897 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15898
15899 * gdb.python/python.exp: Test decode_line("*0").
15900
15901 2016-10-06 Doug Evans <dje@google.com>
15902
15903 * gdb.python/py-value.exp (test_value_creation): Add test for large
15904 unsigned 64-bit value.
15905
15906 2016-10-06 Tom Tromey <tom@tromey.com>
15907
15908 * gdb.compile/compile.exp: Change java tests to rust.
15909 * gdb.base/setshow.exp: Change java tests to rust.
15910 * gdb.base/default.exp: Remove java from language list.
15911 * README (Examples): Update language example.
15912 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15913 test.
15914 * lib/gdb.exp (skip_java_tests): Remove.
15915 * lib/java.exp: Remove.
15916 * gdb.java: Remove.
15917
15918 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15919
15920 * gdb.arch/mips-fcr.exp: New test.
15921 * gdb.arch/mips-fcr.c: Source for the new test.
15922
15923 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15924
15925 * gdb.base/solib-disc.exp: Use `standard_output_file'
15926 throughout.
15927
15928 2016-10-06 Pedro Alves <palves@redhat.com>
15929
15930 * gdb.base/jit-simple-dl.c: New file.
15931 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15932 * gdb.base/jit-simple.c: ... this.
15933 * gdb.base/jit-simple.exp (jit_run): Delete.
15934 (build_jit): New proc.
15935 (jit_test_reread): Recompile either the main program or the shared
15936 library, depending on what is being tested. Skip changing address
15937 if caller wants to. Compare before/after addresses. If testing
15938 standalone, explicitly load the binary. Test "maint info
15939 breakpoints".
15940 (top level): Add "standalone vs shared lib" and "change address"
15941 vs "same address" axes.
15942
15943 2016-10-06 Pedro Alves <palves@redhat.com>
15944
15945 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15946 call.
15947 (jit_run): Delete.
15948 (jit_test_reread): Use with_test_prefix. Reload the main binary
15949 explicitly. Compare the before/after addresses of the JIT
15950 descriptor.
15951
15952 2016-08-15 Doug Evans <dje@google.com>
15953
15954 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15955 for single bitfields is bool.
15956 * gdb.xml/tdesc-regs.exp: Ditto.
15957
15958 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15959
15960 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15961
15962 2016-10-05 Yao Qi <yao.qi@linaro.org>
15963
15964 * lib/gdb.exp (support_complex_tests): Return zero if
15965 gdb_skip_float_test return true.
15966
15967 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15968 Simon Marchi <simon.marchi@ericsson.com>
15969
15970 PR gdb/20487
15971 * gdb.mi/user-selected-context-sync.exp: New file.
15972 * gdb.mi/user-selected-context-sync.c: New file.
15973
15974 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15975 Simon Marchi <simon.marchi@ericsson.com>
15976
15977 PR gdb/20487
15978 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15979 =thread-select-event check.
15980
15981 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15982
15983 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15984 the compulsory L operand changes.
15985 * gdb.arch/powerpc-power.s: Likewise.
15986
15987 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15988
15989 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15990 * gdb.base/jit-attach-pie.c: New file.
15991 * gdb.base/jit-attach-pie.exp: New file.
15992
15993 2016-09-28 Pedro Alves <palves@redhat.com>
15994
15995 * gdb.base/infcall-input.c: New file.
15996 * gdb.base/infcall-input.exp: New file.
15997
15998 2016-09-22 Yao Qi <yao.qi@linaro.org>
15999
16000 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
16001 (gdb_exit): Rename it to ...
16002 (gdbserver_gdb_exit): ... Close GDBserver.
16003 (gdb_exit): New proc, call gdbserver_gdb_exit.
16004 (mi_gdb_exit): Likewise.
16005
16006 2016-09-22 Yao Qi <yao.qi@linaro.org>
16007
16008 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
16009 path.
16010 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
16011 Remove duplication.
16012
16013 2016-09-22 Yao Qi <yao.qi@linaro.org>
16014
16015 * lib/gdbserver-support.exp: Check the existence of
16016 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
16017
16018 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
16019
16020 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
16021
16022 2016-09-21 Tom Tromey <tom@tromey.com>
16023
16024 PR gdb/20604:
16025 * gdb.base/quit.exp: New file.
16026
16027 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
16028
16029 * .gitignore: New file.
16030
16031 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
16032
16033 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
16034 throughout.
16035
16036 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16037
16038 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
16039
16040 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16041
16042 * gdb.cp/casts.cc (decltype): Move it ...
16043 (main): ... with its call to ...
16044 * gdb.cp/casts03.cc: ... a new file.
16045 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
16046
16047 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16048
16049 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
16050
16051 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
16052
16053 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
16054 and sync up the test with tests in gas/testsuite/gas/ppc.
16055 * gdb.arch/powerpc-power.exp: Likewise.
16056
16057 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16058
16059 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
16060
16061 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
16062 Jan Kratochvil <jan.kratochvil@redhat.com>
16063
16064 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
16065 make m1's definition to be different from m2's. Use 'dummy' as an
16066 argument for probe 'two'.
16067
16068 2016-09-10 Jon Beniston <jon@beniston.com>
16069
16070 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
16071 for sim target.
16072
16073 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
16074
16075 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
16076 variable declaration.
16077 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
16078 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
16079 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
16080 received HWCAP as its argument.
16081
16082 2016-09-06 Pedro Alves <palves@redhat.com>
16083
16084 * gdb.base/new-ui-pending-input.c: New file.
16085 * gdb.base/new-ui-pending-input.exp: New file.
16086 * gdb.exp (clear_gdb_spawn_id): New procedure.
16087 (with_spawn_id): Check whether gdb_spawn_id exists before
16088 referencing it. If gdb_spawn_id didn't exist on entry, clear it
16089 on exit.
16090
16091 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
16092
16093 * gdb.base/float128.c: New file.
16094 * gdb.base/float128.exp: Likewise.
16095 * gdb.base/floatn.c: Likewise.
16096 * gdb.base/floatn.exp: Likewise.
16097
16098 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
16099
16100 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
16101
16102 2016-09-05 Pedro Alves <palves@redhat.com>
16103
16104 PR backtrace/19927
16105 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
16106 unwinders are immediately called as side effect of "source" or
16107 "disable unwinder" commands.
16108 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
16109
16110 2016-09-02 Yao Qi <yao.qi@linaro.org>
16111
16112 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
16113 is true and $type is "float" or "double".
16114
16115 2016-09-02 Yao Qi <yao.qi@linaro.org>
16116
16117 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
16118 true.
16119 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
16120 * gdb.base/call-rt-st.exp: Likewise.
16121 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
16122 return value instead of gdb,skip_float_test.
16123 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
16124 (do_function_calls): Use its return value instead of
16125 gdb,skip_float_test.
16126 * gdb.base/finish.exp: Likewise.
16127 * gdb.base/funcargs.exp: Likewise.
16128 * gdb.base/return.exp: Likewise.
16129 * gdb.base/return2.exp: Likewise.
16130 * gdb.base/varargs.exp: Likewise.
16131 * lib/gdb.exp (gdb_skip_float_test): Change it to
16132 gdb_caching_proc. Detect the broken ptrace on arm-linux.
16133
16134 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16135
16136 * gdb.multi/tids.exp: Test "thread apply all".
16137
16138 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16139
16140 * gdb.base/default.exp (tty): Remove.
16141
16142 2016-08-24 Kevin Buettner <kevinb@redhat.com>
16143
16144 * gdb.python/py-recurse-unwind.c: New file.
16145 * gdb.python/py-recurse-unwind.py: New file.
16146 * gdb.python/py-recurse-unwind.exp: New file.
16147
16148 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
16149
16150 * gdb.base/set-inferior-tty.exp: New file.
16151 * gdb.base/set-inferior-tty.c: New file.
16152
16153 2016-08-23 Pedro Alves <palves@redhat.com>
16154
16155 PR gdb/20494
16156 * gdb.base/new-ui-echo.c: New file.
16157 * gdb.base/new-ui-echo.exp: New file.
16158
16159 2016-08-23 Yao Qi <yao.qi@linaro.org>
16160
16161 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
16162 gdbserver_spawn.
16163 * gdb.server/connect-without-multi-process.exp (do_test):
16164 Likewise.
16165
16166 2016-08-23 Yao Qi <yao.qi@linaro.org>
16167
16168 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
16169 standalone_txt. Delete gdb_txt and standalone_txt on host
16170 and target. Spawn the binary on target. Copy files from
16171 target to host.
16172
16173 2016-08-22 Pedro Alves <palves@redhat.com>
16174
16175 PR gdb/20505
16176 * gdb.base/vdso-warning.exp: Test core dumps too. Use
16177 with_test_prefix. Factor out bits to ...
16178 (test_no_vdso): ... this new procedure.
16179
16180 2016-08-19 Carl Love <cel@us.ibm.com>
16181
16182 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
16183 maintaining separate logic for constructing the output path.
16184 * gdb.arch/powerpc-d128-regs.exp: Likewise.
16185 * gdb.arch/ppc-dfp.exp: Likewise.
16186 * gdb.arch/ppc-fp.exp: Likewise.
16187 * gdb.arch/vsx-regs.exp: Likewise.
16188 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
16189 binprefix for generating the additional binary files.
16190
16191 2016-08-19 Pedro Alves <palves@redhat.com>
16192
16193 * gdb.trace/mi-trace-frame-collected.exp
16194 (test_trace_frame_collected): On x32, expect two registers.
16195
16196 2016-08-18 Carl Love <cel@us.ibm.com>
16197
16198 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
16199 and sync up the test with tests in gas/testsuite/gas/ppc.
16200 * gdb.arch/powerpc-power.exp: Likewise.
16201
16202 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
16203
16204 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
16205 expected error message.
16206
16207 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
16208
16209 * gdb.multi/remove-inferiors.exp: New file.
16210 * gdb.multi/remove-inferiors.c: New file.
16211
16212 2016-08-12 Yao Qi <yao.qi@linaro.org>
16213
16214 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
16215 argument list.
16216
16217 2016-08-10 Pedro Alves <palves@redhat.com>
16218
16219 PR gdb/19187
16220 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
16221 setup_kfails.
16222
16223 2016-08-09 Pedro Alves <palves@redhat.com>
16224 Simon Marchi <simon.marchi@ericsson.com>
16225
16226 PR gdb/20418
16227 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
16228 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
16229
16230 2016-08-09 Pedro Alves <palves@redhat.com>
16231
16232 PR mi/20431
16233 * gdb.mi/mi-cmd-error.exp: New file.
16234
16235 2016-08-09 Pedro Alves <palves@redhat.com>
16236
16237 PR gdb/18653
16238 * gdb.base/signals-state-child.c: New file.
16239 * gdb.base/signals-state-child.exp: New file.
16240 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
16241
16242 2016-08-09 Pedro Alves <palves@redhat.com>
16243
16244 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
16245
16246 2016-08-03 Tom Tromey <tom@tromey.com>
16247
16248 PR python/18565:
16249 * gdb.python/py-frame-inline.exp: Add Frame.function test.
16250
16251 2016-08-01 Yao Qi <yao.qi@linaro.org>
16252
16253 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
16254 variable mode to "multi-process" if $multi_process is 1, otherwise
16255 set it to "single-process".
16256
16257 2016-08-01 Yao Qi <yao.qi@linaro.org>
16258
16259 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
16260 * gdb.cp/cpexprs.exp: Likewise.
16261 * gdb.cp/m-static.exp: Likewise.
16262
16263 2016-07-26 Tom Tromey <tom@tromey.com>
16264
16265 PR python/20190:
16266 * gdb.threads/tls.exp (check_thread_local): Add python symbol
16267 test.
16268
16269 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
16270
16271 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
16272 selecting assembly source files.
16273 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
16274 assembly source files.
16275 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
16276 assembly source files.
16277 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
16278 selecting assembly source files.
16279
16280 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
16281
16282 * gdb.base/new-ui.exp (do_test_invalid_args): New
16283 procedure.
16284
16285 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
16286
16287 * gdb.btrace/reconnect.c: New file.
16288 * gdb.btrace/reconnect.exp: New file.
16289
16290 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
16291
16292 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
16293 to test_catch_syscall_group.
16294 (test_catch_syscall_group): New.
16295
16296 2016-07-21 Tom Tromey <tom@tromey.com>
16297
16298 * gdb.rust/simple.rs (main): Use empty struct expression.
16299 * gdb.rust/simple.exp: Add tests for empty struct expression.
16300
16301 2016-07-21 Yao Qi <yao.qi@linaro.org>
16302
16303 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
16304 if gdb_skip_xml_test is true on some targets.
16305
16306 2016-07-21 Yao Qi <yao.qi@linaro.org>
16307
16308 * gdb.server/solib-list.exp: Unset last_loaded_file.
16309
16310 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16311
16312 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
16313 "step into captured_main (args)".
16314
16315 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16316
16317 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
16318
16319 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16320
16321 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
16322
16323 2016-07-19 Pedro Alves <palves@redhat.com>
16324
16325 * gdb.opt/inline-break.exp: Remove optimize=-O2.
16326 * gdb.opt/inline-bt.exp: Likewise.
16327 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
16328 additional_flags=-Winline.
16329 * gdb.opt/inline-locals.exp: Likewise.
16330 * gdb.opt/inline-markers.c (ATTR): Define.
16331 (inlined_fn): Use it.
16332
16333 2016-07-19 Yao Qi <yao.qi@linaro.org>
16334
16335 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
16336 (test_with_self): Remove some code. Remove argument executable.
16337 (top-level): Use do_self_tests.
16338
16339 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
16340 Don Breazeal <donb@codesourcery.com>
16341
16342 * gdb.base/maint.exp: Escape paths used in regular expressions.
16343 * gdb.stabs/weird.exp: Likewise.
16344
16345 2016-07-13 Tom Tromey <tom@tromey.com>
16346
16347 PR python/15620, PR python/18620:
16348 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
16349 (test_bkpt_events): New procs.
16350
16351 2016-07-13 Tom Tromey <tom@tromey.com>
16352
16353 PR python/17698:
16354 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
16355 test.
16356 (test_watchpoints): Likewise.
16357 (test_bkpt_pending): New proc.
16358
16359 2016-07-13 Tom Tromey <tom@tromey.com>
16360
16361 PR cli/18053:
16362 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
16363 completion test.
16364
16365 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16366
16367 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
16368 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
16369 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
16370 f_label.
16371 (g): Rename g_end_lbl to g_label.
16372 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
16373 low_pc and high_pc.
16374 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
16375
16376 2016-07-12 Tom Tromey <tom@tromey.com>
16377
16378 PR python/19293:
16379 * gdb.python/py-unwind-maint.exp: Update tests.
16380
16381 2016-07-12 Yao Qi <yao.qi@linaro.org>
16382
16383 * lib/selftest-support.exp (selftest_setup): Match the output
16384 when captured_main is inlined.
16385
16386 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
16387
16388 * gdb.fortran/derived-types.exp (result_line, result_line_2):
16389 New variables.
16390 (print this%a, print this%b, print this): New tests.
16391 * gdb.fortran/derived-types.f90 (this): New object and
16392 initialization.
16393
16394 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16395
16396 * gdb.ada/arraydim.exp: Remove extra directory level in build
16397 directory.
16398
16399 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16400
16401 * lib/ada.exp: Remove extra directory level in build directory.
16402 * gdb.ada/cond_lang.exp: Likewise.
16403 * gdb.ada/exec_changed.exp: Likewise.
16404 * gdb.ada/lang_switch.exp: Likewise.
16405
16406 2016-07-06 Manish Goregaokar <manish@mozilla.com>
16407
16408 * simple.rs: Add test for raw pointer subscripting.
16409 * simple.exp: Add test expectations.
16410
16411 2016-07-05 Yao Qi <yao.qi@linaro.org>
16412
16413 * gdb.mi/mi-reverse.exp: Match =record-started output.
16414
16415 2016-07-01 Pedro Alves <palves@redhat.com>
16416
16417 * gdb.base/jit-reader.exp (info_registers_current_frame): New
16418 procedure.
16419 (jit_reader_test): Test the jit reader's unwinder.
16420 * gdb.base/jithost.c (jit_function_00_code): New global.
16421 (main): Use memcpy to fill in the mmapped code, instead of poking
16422 bytes manually here.
16423 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
16424 value.
16425 (read_debug_info): Save the function's range.
16426 (read_sp): New function.
16427 (unwind_frame): Use it. Also unwind RBP.
16428 (get_frame_id): Use read_sp.
16429 (gdb_init_reader): Use calloc instead of malloc.
16430 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
16431 parameter. Use gdb_test_multiple.
16432
16433 2016-07-01 Pedro Alves <palves@redhat.com>
16434 Antoine Tremblay <antoine.tremblay@ericsson.com>
16435
16436 * gdb.threads/process-dies-while-detaching.c: New file.
16437 * gdb.threads/process-dies-while-detaching.exp: New file.
16438
16439 2016-07-01 Pedro Alves <palves@redhat.com>
16440
16441 * gdb.multi/watchpoint-multi-exit.c: New file.
16442 * gdb.multi/watchpoint-multi-exit.exp: New file.
16443
16444 2016-06-30 Pedro Alves <palves@redhat.com>
16445
16446 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
16447 unset inferior_spawn_id.
16448
16449 2016-06-30 Pedro Alves <palves@redhat.com>
16450
16451 * lib/mi-support.exp (default_mi_gdb_start): Declare global
16452 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
16453
16454 2016-06-29 Yao Qi <yao.qi@linaro.org>
16455
16456 * gdb.base/return.c: Add copyright header.
16457
16458 2016-06-29 Tom Tromey <tom@tromey.com>
16459
16460 PR python/20129:
16461 * gdb.python/py-framefilter.exp: Add tests for setting priority
16462 and disabling of non-existent frame filter.
16463
16464 2016-06-29 Yao Qi <yao.qi@linaro.org>
16465
16466 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
16467 0x0f07ff.
16468
16469 2016-06-28 Yao Qi <yao.qi@linaro.org>
16470
16471 * gdb.base/catch-syscall.exp: Remove check on isnative and target
16472 triplets. Start gdb, execute catch syscall, and continue. Check
16473 gdb's output to determine catch syscall is supported.
16474
16475 2016-06-27 Manish Goregaokar <manish@mozilla.com>
16476
16477 * gdb.rust/simple.rs: Add test for returning unit in a function.
16478 * gdb.rust/simple.exp: Add expectation for functions returning
16479 unit.
16480
16481 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
16482
16483 * gdb.python/py-breakpoint-create-fail.c,
16484 gdb.python/py-breakpoint-create-fail.exp,
16485 gdb.python/py-breakpoint-create-fail.py: New testcase.
16486
16487 2016-06-25 Manish Goregaokar <manish@mozilla.com>
16488
16489 PR gdb/20239
16490 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
16491 * gdb.rust/simple.exp: Add test expectations for new NonZero
16492 tests.
16493
16494 2016-06-24 David Taylor <dtaylor@emc.com>
16495
16496 * gdb.base/offsets.exp: New file.
16497 * gdb.base/offsets.c: New file.
16498
16499 2016-06-23 Tom Tromey <tom@tromey.com>
16500
16501 PR gdb/16483:
16502 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
16503 before any filters are loaded.
16504
16505 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
16506
16507 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
16508 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
16509 structs.
16510 * gdb.fortran/derived-type-function.exp: New file.
16511 * gdb.fortran/derived-type-function.f90: New file.
16512
16513
16514 2016-06-21 Pedro Alves <palves@redhat.com>
16515
16516 * gdb.base/new-ui.exp: New file.
16517 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
16518 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
16519 (with_spawn_id): New procedure.
16520
16521 2016-06-21 Pedro Alves <palves@redhat.com>
16522
16523 * gdb.mi/mi-exec-run.exp: New file.
16524
16525 2016-06-21 Pedro Alves <palves@redhat.com>
16526
16527 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
16528 breakpoint command's output on the main UI.
16529 (test_break): New procedure, factored out from calls in the top
16530 level.
16531 (top level): Use foreach_with_prefix to test MI as main UI and as
16532 separate UI.
16533
16534 2016-06-21 Pedro Alves <palves@redhat.com>
16535
16536 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
16537 (test_awatch_creation_and_listing)
16538 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
16539 Remove 'type' parameter.
16540 (test_watchpoint_all): New parameter mi_mode. Remove
16541 with_test_prefix.
16542 (top level): Use foreach_with_prefix, and add main/separate UI MI
16543 testing axis.
16544
16545 2016-06-21 Pedro Alves <palves@redhat.com>
16546
16547 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
16548 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
16549 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
16550 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
16551 (gdb_main_spawn_id, mi_spawn_id): Declare and
16552 comment.
16553 (mi_create_inferior_pty): New procedure,
16554 factored out from default_mi_gdb_start.
16555 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
16556 procedures.
16557 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
16558 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16559 Use mi_create_inferior_pty.
16560 (mi_gdb_start): Use eval to pass down args list.
16561
16562 2016-06-21 Pedro Alves <palves@redhat.com>
16563
16564 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16565 * gdb.opt/inline-cmds.exp: Add MI tests.
16566
16567 2016-06-21 Pedro Alves <palves@redhat.com>
16568
16569 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16570
16571 2016-06-21 Pedro Alves <palves@redhat.com>
16572
16573 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16574 (top level): Use it instead of mi_execute_to.
16575
16576 2016-06-21 Pedro Alves <palves@redhat.com>
16577
16578 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16579 (cont_handler_str): New.
16580 (signal_stop_handler): Set stop_handler_str instead of printing to
16581 stdout.
16582 (continue_handler): Set cont_handler_str instead of printing to
16583 stdout.
16584 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16585 mi_send_resuming_command. Print stop_handler_str and
16586 cont_handler_str instead of expecting the python events print
16587 directly.
16588
16589 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16590
16591 * gdb.base/jit-reader.exp: New file.
16592 * gdb.base/jithost.c: New file.
16593 * gdb.base/jithost.h: New file.
16594 * gdb.base/jitreader.c : New file.
16595 * gdb.base/jit-protocol.h: New file.
16596
16597 2016-06-17 Yao Qi <yao.qi@linaro.org>
16598
16599 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16600 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16601 and detach-on-fork. Adjust tests.
16602 (top level): Invoke break_cond_on_syscall with combinations of
16603 syscall, follow-fork-mode and detach-on-fork.
16604
16605 2016-06-17 Yao Qi <yao.qi@linaro.org>
16606
16607 * gdb.base/step-over-exit.c: New.
16608 * gdb.base/step-over-exit.exp: New.
16609
16610 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16611
16612 * gdb.base/float.exp: Add target check for nds32*-*-*.
16613 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16614
16615 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16616
16617 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16618 for unsupported target features.
16619 * gdb.base/call-rt-st.exp: Likewise.
16620 * gdb.base/call-sc.exp: Likewise.
16621 * gdb.base/call-signal-resume.exp: Likewise.
16622 * gdb.base/call-strs.exp: Likewise.
16623 * gdb.base/callexit.exp: Likewise.
16624 * gdb.base/callfuncs.exp: Likewise.
16625 * gdb.base/nodebug.exp: Likewise.
16626 * gdb.base/printcmds.exp: Likewise.
16627 * gdb.base/ptype.exp: Likewise.
16628 * gdb.base/structs.exp: Likewise.
16629 * gdb.base/unwindonsignal.exp: Likewise.
16630 * gdb.cp/gdb2495.exp: Likewise.
16631 * gdb.cp/templates.exp: Likewise.
16632 * gdb.cp/virtfunc.exp: Likewise.
16633 * gdb.threads/hand-call-in-threads.exp: Likewise.
16634 * gdb.threads/interrupted-hand-call.exp: Likewise.
16635 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16636
16637 2016-06-10 Tom Tromey <tom@tromey.com>
16638
16639 PR rust/20110:
16640 * gdb.rust/expr.exp: Add test for integer constant larger than
16641 i32.
16642
16643 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16644
16645 * gdb.fortran/nested-funcs.exp: New.
16646 * gdb.fortran/nested-funcs.f90: New.
16647
16648 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16649
16650 * gdb.base/examine-backward.c: New file.
16651 * gdb.base/examine-backward.exp: New file.
16652
16653 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16654
16655 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16656 matching.
16657
16658 2016-06-02 Tom Tromey <tom@tromey.com>
16659
16660 PR python/18984:
16661 * gdb.python/py-shared.exp: Add solib_name test.
16662
16663 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16664
16665 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16666
16667 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16668
16669 PR c++/19893
16670 * gdb.dwarf2/implref.exp: Rename to...
16671 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16672 * gdb.dwarf2/implref-array.c: New file.
16673 * gdb.dwarf2/implref-array.exp: Likewise.
16674 * gdb.dwarf2/implref-global.c: Likewise.
16675 * gdb.dwarf2/implref-global.exp: Likewise.
16676 * gdb.dwarf2/implref-struct.c: Likewise.
16677 * gdb.dwarf2/implref-struct.exp: Likewise.
16678
16679 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16680
16681 * gdb.trace/trace-condition.exp: Add 64bit tests.
16682
16683 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16684
16685 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16686 bits types.
16687 (main): Adapt to 8 to 64 bits types.
16688 * gdb.trace/trace-condition.exp: Add new tests.
16689
16690 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16691
16692 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16693
16694 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16695
16696 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16697 Move condition tests...
16698 * gdb.trace/trace-condition.exp: Here.
16699
16700 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16701
16702 * gdb.trace/trace-condition.exp: Add counter-case tests.
16703
16704 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16705
16706 PR c++/15231
16707 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16708 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16709
16710 2016-05-27 Pedro Alves <palves@redhat.com>
16711
16712 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16713 New procedure.
16714 (top level): Call it, and bail out of DejaGnu is known to be bad.
16715
16716 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16717
16718 * gdb.base/whatis.c: Extend the test case.
16719 * gdb.base/whatis.exp: Add additional tests.
16720
16721 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16722
16723 * gdb.fortran/type.f90: Add pointer variable.
16724 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16725
16726 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16727
16728 * gdb.fortran/vla-type.exp: Fix testcase name.
16729
16730 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16731
16732 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16733
16734 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16735
16736 * gdb.fortran/type.f90: Add nested structures.
16737 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16738 * gdb.fortran/derived-type.exp: Adapt expected output.
16739 * gdb.fortran/vla-type.exp: Adapt expected output.
16740
16741 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16742
16743 * gdb.fortran/whatis_type.exp: Adapt expected output.
16744
16745 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16746
16747 * gdb.fortran/print_type.exp: Fix expected output.
16748 * gdb.fortran/whatis_type.exp: Fix expected output.
16749
16750 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16751
16752 * gdb.fortran/whatis_type.exp: Use multi_line.
16753
16754 2016-05-24 Tom Tromey <tom@tromey.com>
16755
16756 PR python/17386:
16757 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16758 use value as an index.
16759
16760 2016-05-23 Tom Tromey <tom@tromey.com>
16761
16762 PR python/17981:
16763 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16764 no-breakpoint case.
16765
16766 2016-05-24 Pedro Alves <palves@redhat.com>
16767
16768 PR gdb/19828
16769 * gdb.threads/clone-attach-detach.c: New file.
16770 * gdb.threads/clone-attach-detach.exp: New file.
16771
16772 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16773
16774 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16775
16776 2016-05-23 Tom Tromey <tom@tromey.com>
16777
16778 PR python/19438, PR python/18393:
16779 * gdb.python/py-progspace.exp: Add "dir" test.
16780 * gdb.python/py-objfile.exp: Add "dir" test.
16781
16782 2016-05-23 Yao Qi <yao.qi@linaro.org>
16783
16784 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16785 * gdb.arch/thumb2-it.exp: Likewise.
16786
16787 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16788
16789 * gdb.mi/mi-threads-interrupt.c: New file.
16790 * gdb.mi/mi-threads-interrupt.exp: New file.
16791
16792 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16793
16794 PR gdb/18077
16795 * gdb.mi/mi-async-run.exp: New file.
16796 * gdb.mi/mi-async-run.c: New file.
16797
16798 2016-05-17 Tom Tromey <tom@tromey.com>
16799 Manish Goregaokar <manishsmail@gmail.com>
16800
16801 * lib/rust-support.exp: New file.
16802 * lib/gdb.exp (skip_rust_tests): New proc.
16803 (build_executable_from_specs): Handle rust.
16804 * lib/future.exp (gdb_find_rustc): New proc.
16805 (gdb_default_target_compile): Handle rust.
16806 * gdb.rust/expr.exp: New file.
16807 * gdb.rust/generics.exp: New file.
16808 * gdb.rust/generics.rs: New file.
16809 * gdb.rust/methods.exp: New file.
16810 * gdb.rust/methods.rs: New file.
16811 * gdb.rust/modules.exp: New file.
16812 * gdb.rust/modules.rs: New file.
16813 * gdb.rust/simple.exp: New file.
16814 * gdb.rust/simple.rs: New file.
16815
16816 2016-05-17 Tom Tromey <tom@tromey.com>
16817
16818 * gdb.base/default.exp (set language): Add rust.
16819
16820 2016-05-17 Tom Tromey <tom@tromey.com>
16821
16822 * gdb.gdb/unittest.exp: New file.
16823
16824 2016-05-16 Yao Qi <yao.qi@linaro.org>
16825
16826 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16827 shell_prompt. Update shell_prompt_re.
16828
16829 2016-05-12 Doug Evans <dje@google.com>
16830
16831 PR symtab/19999
16832 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16833 $options when building executable.
16834 * gdb.dwarf2/fission-loclists-pie.S: New file.
16835 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16836
16837 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16838
16839 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16840 of [is_remote target],
16841
16842 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16843
16844 * lib/gdb.exp (use_gdb_stub): New procedure.
16845
16846 2016-05-03 Yunlian Jiang <yunlian@google.com>
16847 Doug Evans <dje@google.com>
16848
16849 PR symtab/19914
16850 * gdb.dwarf2/dwp-sepdebug.c: New file.
16851 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16852
16853 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16854
16855 * gdb.base/detach.exp: Remove is_remote check.
16856
16857 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16858
16859 * gdb.base/annota-input-while-running.exp: Don't check for
16860 [is_remote target]. Enable annotations after running to main.
16861 Remove unused "set test..." line.
16862
16863 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16864
16865 * gdb.trace/trace-enable-disable.exp: New file.
16866 * gdb.trace/trace-enable-disable.c: New file.
16867
16868 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16869
16870 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16871 use it in info sharedlibrary test.
16872 * gdb.trace/ftrace-lock.exp: Likewise.
16873 * gdb.trace/ftrace.exp: Likewise.
16874 * gdb.trace/range-stepping.exp: Likewise.
16875 * gdb.trace/trace-break.exp: Likewise.
16876 * gdb.trace/trace-condition.exp: Likewise.
16877 * gdb.trace/trace-mt.exp: Likewise.
16878
16879 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16880
16881 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16882 (gdb_load_shlib): ... this.
16883 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16884 gdb_load_shlib.
16885 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16886 * gdb.base/ctxobj.exp: Likewise.
16887 * gdb.base/dprintf-pending.exp: Likewise.
16888 * gdb.base/dso2dso.exp: Likewise.
16889 * gdb.base/fixsection.exp: Likewise.
16890 * gdb.base/gcore-relro.exp: Likewise.
16891 * gdb.base/gdb1555.exp: Likewise.
16892 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16893 * gdb.base/gnu-ifunc.exp: Likewise.
16894 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16895 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16896 * gdb.base/pending.exp: Likewise.
16897 * gdb.base/print-file-var.exp: Likewise.
16898 * gdb.base/print-symbol-loading.exp: Likewise.
16899 * gdb.base/shlib-call.exp: Likewise.
16900 * gdb.base/shreloc.exp: Likewise.
16901 * gdb.base/so-impl-ld.exp: Likewise.
16902 * gdb.base/solib-disc.exp: Likewise.
16903 * gdb.base/solib-nodir.exp: Likewise.
16904 * gdb.base/solib-overlap.exp: Likewise.
16905 * gdb.base/solib-symbol.exp: Likewise.
16906 * gdb.base/solib-weak.exp (do_test): Likewise.
16907 * gdb.base/sym-file.exp: Likewise.
16908 * gdb.base/symtab-search-order.exp: Likewise.
16909 * gdb.base/type-opaque.exp: Likewise.
16910 * gdb.base/unload.exp: Likewise.
16911 * gdb.base/watchpoint-solib.exp: Likewise.
16912 * gdb.compile/compile.exp: Likewise.
16913 * gdb.cp/gdb2384.exp: Likewise.
16914 * gdb.cp/infcall-dlopen.exp: Likewise.
16915 * gdb.cp/re-set-overloaded.exp: Likewise.
16916 * gdb.fortran/library-module.exp: Likewise.
16917 * gdb.opt/solib-intra-step.exp: Likewise.
16918 * gdb.python/py-finish-breakpoint.exp: Likewise.
16919 * gdb.python/py-shared.exp: Likewise.
16920 * gdb.reverse/solib-precsave.exp: Likewise.
16921 * gdb.reverse/solib-reverse.exp: Likewise.
16922 * gdb.server/solib-list.exp: Likewise.
16923 * gdb.threads/dlopen-libpthread.exp: Likewise.
16924 * gdb.threads/tls-shared.exp: Likewise.
16925 * gdb.threads/tls-so_extern.exp: Likewise.
16926 * gdb.trace/change-loc.exp: Likewise.
16927 * gdb.trace/ftrace-lock.exp: Likewise.
16928 * gdb.trace/ftrace.exp: Likewise.
16929 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16930 * gdb.trace/pending.exp: Likewise.
16931 * gdb.trace/range-stepping.exp: Likewise.
16932 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16933 (strace_info_marker): Likewise.
16934 (strace_probe_marker): Likewise.
16935 (strace_trace_on_same_addr): Likewise.
16936 (strace_trace_on_diff_addr): Likewise.
16937 * gdb.trace/trace-break.exp: Likewise.
16938 * gdb.trace/trace-condition.exp: Likewise.
16939 * gdb.trace/trace-mt.exp: Likewise.
16940
16941 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16942
16943 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16944 result of gdb_remote_download.
16945 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16946 * gdb.base/dso2dso.exp: Likewise.
16947 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16948 * gdb.base/print-file-var.exp: Likewise.
16949 * gdb.base/shlib-call.exp: Likewise.
16950 * gdb.base/shreloc.exp: Likewise.
16951 * gdb.base/solib-overlap.exp: Likewise.
16952 * gdb.base/solib-weak.exp (do_test): Likewise.
16953 * gdb.base/unload.exp: Likewise.
16954
16955 2016-04-27 Yao Qi <yao.qi@linaro.org>
16956
16957 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16958 exists.
16959
16960 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16961
16962 * vla-type.exp: Print structure from toplevel.
16963
16964 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16965
16966 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16967 of dynamic types.
16968 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16969 of dynamic types.
16970
16971 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16972
16973 * gdb.fortran/vla-type.f90: New file.
16974 * gdb.fortran/vla-type.exp: New file.
16975
16976 2016-04-25 Yao Qi <yao.qi@linaro.org>
16977
16978 * gdb.base/branch-to-self.c: New file.
16979 * gdb.base/branch-to-self.exp: New file.
16980
16981 2016-04-22 Yao Qi <yao.qi@linaro.org>
16982
16983 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16984 more after $hex.
16985
16986 2016-04-22 Yao Qi <yao.qi@linaro.org>
16987
16988 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16989 * gdb.base/annota3.exp: Likewise.
16990
16991 2016-04-22 Yao Qi <yao.qi@linaro.org>
16992
16993 * gdb.reverse/step-precsave.exp: Do one step and test program
16994 stops in "callee" and do multiple steps until program goes out
16995 of "callee".
16996 * gdb.reverse/step-reverse.exp: Likewise.
16997
16998 2016-04-22 Yao Qi <yao.qi@linaro.org>
16999
17000 * gdb.trace/signal.exp: Also pass if
17001 $tracepoint_hits($i) > $iterations.
17002
17003 2016-04-22 Yao Qi <yao.qi@linaro.org>
17004
17005 * gdb.trace/signal.c: New file.
17006 * gdb.trace/signal.exp: New file.
17007
17008 2016-04-19 Doug Evans <xdje42@gmail.com>
17009
17010 * gdb.base/bad-file.exp: New file.
17011
17012 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
17013
17014 * gdb.dwarf2/implref.exp: New file.
17015
17016 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
17017
17018 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
17019 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
17020 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
17021 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
17022 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
17023 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
17024 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
17025 * lib/fortran.exp (fortran_int4): New procedure.
17026 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
17027 (fortran_logical4): Likewise.
17028
17029 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
17030
17031 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
17032
17033 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
17034
17035 * lib/compiler.c: Add Intel specific preprocessor macros.
17036 * lib/compiler.cc: Likewise.
17037
17038 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
17039
17040 * gdb.server/connect-with-no-symbol-file.c: New file.
17041 * gdb.server/connect-with-no-symbol-file.exp: New file.
17042
17043 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
17044
17045 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
17046
17047 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
17048
17049 * boards/gdbserver-base.exp (${board}_download): Copy source file to
17050 standard output directory.
17051
17052 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
17053
17054 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
17055
17056 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
17057
17058 * gdb.btrace/instruction_history.c (loop): Add declaration.
17059
17060 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
17061
17062 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
17063
17064 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
17065
17066 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
17067 parentheses to print.
17068 (continue_handler): Likewise.
17069
17070 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
17071
17072 * gdb.server/solib-list.exp: Remove is_remote check.
17073 Pass shlib= to gdb_compile. Don't link shared library with
17074 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
17075 Run binary filename through "readlink -f" on the target.
17076
17077 2016-04-08 Pedro Alves <palves@redhat.com>
17078
17079 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
17080 interpreter filename as argument to gdbserver_spawn.
17081 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
17082 Return empty if $last_loaded_file does not exist.
17083
17084 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17085
17086 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
17087 * gdb.base/jit-main.c: Use exit after usage.
17088
17089 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17090
17091 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
17092 GDBHISTSIZE prior to the tests.
17093 * gdb.base/gdbinit-history.exp: Likewise.
17094
17095 2016-04-07 Pedro Alves <palves@redhat.com>
17096
17097 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
17098 instead of build_executable. Use gdb_load_shlibs.
17099
17100 2016-04-07 Yao Qi <yao.qi@linaro.org>
17101
17102 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
17103 Execute "si" command.
17104
17105 2016-04-07 Yao Qi <yao.qi@linaro.org>
17106
17107 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
17108 number instead of the comments on some line.
17109
17110 2016-04-06 Don Breazeal <donb@codesourcery.com>
17111
17112 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
17113 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
17114
17115 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
17116
17117 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
17118 standard_output_file. Remove unused binfile variable.
17119
17120 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
17121
17122 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
17123 * gdb.python/py-mi-objfile.exp: Match "list main" output
17124 in console format.
17125
17126 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
17127
17128 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
17129 absolute.
17130
17131 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
17132
17133 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
17134 absolute.
17135 * gdb.trace/ftrace.exp: Likewise.
17136 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
17137 targets as well.
17138 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
17139 (gdb_load_shlibs): Copy libraries to test directory when testing
17140 natively. Only set solib-search-path if testing remotely.
17141 * lib/mi-support.exp (mi_load_shlibs): Likewise.
17142
17143 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
17144
17145 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
17146 gdb_download. Use it even if the target is not remote.
17147 * gdb.base/jit.exp (compile_jit_test): Likewise.
17148 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
17149 output directory if the destination board is local, otherwise use
17150 the standard remote_download from DejaGnu.
17151 (gdb_download): Remove.
17152 (gdb_load_shlibs): Use gdb_remote_download instead of
17153 gdb_download.
17154 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
17155 Use gdb_remote_download instead of gdb_download. Use it even if
17156 the target is not remote.
17157 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
17158 instead of gdb_download.
17159
17160 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
17161
17162 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
17163 (test_insert_delete_modify): Call mi_load_shlibs before trying to
17164 run.
17165
17166 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
17167
17168 PR gdb/19820
17169 * gdb.base/printcmds.exp: Add artificial arrays tests.
17170
17171 2016-03-31 Pedro Alves <palves@redhat.com>
17172
17173 PR gdb/19858
17174 * gdb.base/jit-main.c: Include unistd.h.
17175 (ATTACH): Define to 0 if not already defined.
17176 (wait_for_gdb, mypid): New globals.
17177 (WAIT_FOR_GDB): New macro.
17178 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
17179 some breakpoint locations.
17180 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
17181 New procedures.
17182 (one_jit_test): Add REATTACH parameter, and handle it. Use
17183 continue_to_test_location.
17184 (top level): Test attach, and adjusts calls to one_jit_test.
17185
17186 2016-03-31 Pedro Alves <palves@redhat.com>
17187
17188 PR gdb/19858
17189 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
17190 BINSUFFIX parameter, and handle it.
17191 (top level): Adjust calls compile_jit_test.
17192
17193 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
17194
17195 PR python/19743
17196 * gdb.python/py-mi-events-gdb.py: New file.
17197 * gdb.python/py-mi-events.c: New file.
17198 * gdb.python/py-mi-events.exp: New file.
17199
17200 2016-03-30 Yao Qi <yao.qi@linaro.org>
17201
17202 * gdb.reverse/until-precsave.exp: Match function name only.
17203 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
17204 Move malloc to a condition block.
17205 * gdb.reverse/until-reverse.exp: Match function name only.
17206
17207 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
17208
17209 * gdb.trace/ftrace.exp: Set arg0exp for s390.
17210 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
17211 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
17212 variable for GPR 0 instead of assuming it is register 0.
17213 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
17214 * lib/trace-support.exp: Add s390 registers.
17215
17216 2016-03-29 Yao Qi <yao.qi@linaro.org>
17217
17218 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
17219
17220 2016-03-24 Yao Qi <yao.qi@linaro.org>
17221
17222 * gdb.reverse/break-reverse.exp: Add quotation mark in the
17223 test message.
17224
17225 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17226
17227 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
17228 maintaining separate logic for constructing the output path.
17229
17230 2016-03-16 Don Breazeal <donb@codesourcery.com>
17231
17232 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
17233 Retry fork and waitpid on interrupted system call errors.
17234 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17235 Use with_timeout_factor to increase timeout by factor of 10.
17236
17237 2016-03-15 Don Breazeal <donb@codesourcery.com>
17238
17239 * gdb.cp/scope-err.cc: New test program.
17240 * gdb.cp/scope-err.exp: New test script.
17241 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
17242 lines and "set breakpoint here" comment.
17243 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
17244 Fixed some whitespace and format issues.
17245 * gdb.mi/mi-linespec-err-cp.cc: New test program.
17246 * gdb.mi/mi-linespec-err-cp.exp: New test script.
17247
17248 2016-03-15 Doug Evans <dje@google.com>
17249
17250 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
17251 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
17252 All callers updated. Add tests for enums, mixed flags register.
17253
17254 2016-03-15 Doug Evans <dje@google.com>
17255
17256 * gdb.base/skip.c (main): Call test_skip_file_and_function.
17257 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
17258
17259 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
17260
17261 * gdb.base/default.exp: Add $_as_string to the list of expected
17262 convenience functions.
17263
17264 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
17265
17266 * gdb.base/maint.exp: New tests for 'maint info line-table'.
17267
17268 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
17269
17270 * gdb.python/py-as-string.exp: New file.
17271 * gdb.python/py-as-string.c: New file.
17272
17273 2016-03-09 Pedro Alves <palves@redhat.com>
17274
17275 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
17276 signal" -> "Thread NN received signal" output change.
17277 * gdb.threads/ia64-sigill.exp: Likewise.
17278 * gdb.threads/linux-dp.exp: Likewise.
17279 * gdb.threads/manythreads.exp: Likewise.
17280 * gdb.threads/pending-step.exp: Likewise.
17281 * gdb.threads/print-threads.exp: Likewise.
17282 * gdb.threads/sigstep-threads.exp: Likewise.
17283 * gdb.threads/staticthreads.exp: Likewise.
17284 * gdb.threads/tls.exp: Likewise.
17285
17286 2016-03-09 Pedro Alves <palves@redhat.com>
17287
17288 * gdb.base/command-line-input.exp: New file.
17289
17290 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17291
17292 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
17293 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
17294 * gdb.trace/pending.exp: Accept leading dot before function name.
17295 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
17296 * lib/trace-support.exp: Set registers for ppc.
17297
17298 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17299
17300 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
17301 use it for disassembly; accept .main in addition to main in backtrace.
17302
17303 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
17304 Marcin Kościelnicki <koriakin@0x04.net>
17305
17306 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
17307 (gdb_recursion_test_ptr): New global variable.
17308 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
17309 gdb_recursion_test.
17310 (gdb_c_test): Ditto.
17311
17312 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17313
17314 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
17315 ordering.
17316
17317 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17318
17319 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
17320 (bar): Add bar_start_lbl label.
17321 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
17322 of foo/bar for emitting DWARF and tracing.
17323
17324 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
17325
17326 * analyze-racy-logs.py: Set executable bit.
17327
17328 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
17329
17330 * Makefile.in (DEFAULT_RACY_ITER): New variable.
17331 (CHECK_TARGET_TMP): Likewise.
17332 (check-single-racy): New rule.
17333 (check-parallel-racy): Likewise.
17334 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
17335 (do-check-parallel-racy): New rule.
17336 (check-racy/%.exp): Likewise.
17337 * README (Racy testcases): New section.
17338 * analyze-racy-logs.py: New file.
17339
17340 2016-03-03 Doug Evans <dje@google.com>
17341
17342 * gdb.base/skip.exp: Use with_test_prefix.
17343
17344 2016-03-03 Yao Qi <yao.qi@linaro.org>
17345
17346 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
17347 Invoke step_over_syscall "clone" and break_cond_on_syscall
17348 "clone".
17349 * gdb.base/step-over-clone.c: New file.
17350
17351 2016-03-03 Yao Qi <yao.qi@linaro.org>
17352
17353 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
17354 code format.
17355
17356 2016-03-03 Yao Qi <yao.qi@linaro.org>
17357
17358 * gdb.base/disp-step-fork.c: Rename to ...
17359 * gdb.base/step-over-fork.c: ... it. New file.
17360 * gdb.base/disp-step-vfork.c: Rename to ...
17361 * gdb.base/step-over-vfork.c: ... it. New file.
17362 * gdb.base/disp-step-syscall.exp: Rename to ...
17363 * gdb.base/step-over-syscall.exp: ... it. New file.
17364 (disp_step_cross_syscall): Rename to ...
17365 (step_over_syscall): ... it.
17366
17367 2016-03-03 Yao Qi <yao.qi@linaro.org>
17368
17369 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
17370 If target supports condition evaluation on target, invoke
17371 break_cond_on_syscall for fork and vfork.
17372
17373 2016-03-03 Yao Qi <yao.qi@linaro.org>
17374
17375 * gdb.base/disp-step-syscall.exp: Don't invoke
17376 support_displaced_stepping.
17377 (disp_step_cross_syscall): Test with displaced stepping off and
17378 on if supported.
17379
17380 2016-03-03 Yao Qi <yao.qi@linaro.org>
17381
17382 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
17383 proc.
17384 (setup): New proc.
17385 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
17386 and setup.
17387
17388 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17389
17390 * gdb.fortran/vla-history.exp: Remove breakpoint.
17391
17392 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17393
17394 * gdb.fortran/vla-history.exp: Lookup array elements and printing
17395 exceeds timeout.
17396
17397 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17398
17399 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
17400 breakpoint.
17401
17402 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17403
17404 * gdb.mi/vla.f90: Nullify pointer after declaration.
17405
17406 2016-03-01 Pedro Alves <palves@redhat.com>
17407
17408 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
17409
17410 2016-03-01 Pedro Alves <palves@redhat.com>
17411
17412 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
17413 before anything else.
17414 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
17415 _GNU_SOURCE here.
17416 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
17417 before anything else.
17418 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
17419
17420 2016-03-01 Pedro Alves <palves@redhat.com>
17421
17422 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
17423
17424 2016-03-01 Yao Qi <yao.qi@linaro.org>
17425
17426 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
17427 prepare_for_testing.
17428
17429 2016-03-01 Yao Qi <yao.qi@linaro.org>
17430
17431 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
17432
17433 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17434
17435 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
17436 manually constructing the output path.
17437
17438 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17439
17440 * gdb.arch/s390-stackless.S: New.
17441 * gdb.arch/s390-stackless.exp: New.
17442
17443 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
17444
17445 * gdb.dlang/circular.c: New file.
17446 * gdb.dlang/circular.exp: New file.
17447
17448 2016-02-26 Yao Qi <yao.qi@linaro.org>
17449
17450 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
17451 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
17452 (testcases): Update.
17453
17454 2016-02-26 Yao Qi <yao.qi@linaro.org>
17455
17456 * gdb.reverse/aarch64.c: Rename to ...
17457 * gdb.reverse/insn-reverse.c: ... it.
17458 * gdb.reverse/aarch64.exp: Rename to ...
17459 * gdb.reverse/insn-reverse.exp: ... it.
17460
17461 2016-02-26 Yao Qi <yao.qi@linaro.org>
17462
17463 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
17464 (testcase_ftype): New.
17465 (testcases): New array.
17466 (n_testcases): New.
17467 (main): Call each element in testcases.
17468 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
17469 (read_testcase): New.
17470 Do the tests in a loop.
17471
17472 2016-02-25 Yao Qi <yao.qi@linaro.org>
17473
17474 * gdb.base/branches.c: Remove.
17475
17476 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17477
17478 PR gdb/13808
17479 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
17480
17481 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17482
17483 * gdb.trace/ftrace.exp: Remove unnecessary target check.
17484
17485 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17486
17487 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
17488 change x86_64 call_insn to 'callq'.
17489
17490 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17491
17492 * gdb.trace/tfile-avx.c: Move to...
17493 * gdb.trace/tracefile-pseudo-reg.c: Here.
17494 * gdb.trace/tfile-avx.exp: Move to...
17495 * gdb.trace/tracefile-pseudo-reg.exp: Here.
17496
17497 2016-02-24 Gary Benson <gbenson@redhat.com>
17498
17499 * gdb.base/attach-pie-noexec.exp: Do not expect an error
17500 message on attach.
17501
17502 2016-02-23 Doug Evans <dje@google.com>
17503
17504 * gdb.base/skip.c (test_skip): New function.
17505 (end_test_skip_file_and_function): New function.
17506 (test_skip_file_and_function): New function.
17507 * gdb.base/skip1.c (test_skip): New function.
17508 (skip1_test_skip_file_and_function): New function.
17509 * gdb.base/skip.exp: Add tests for new skip options.
17510 * gdb.base/skip-solib.exp: Update expected output.
17511 * gdb.perf/skip-command.cc: New file.
17512 * gdb.perf/skip-command.exp: New file.
17513 * gdb.perf/skip-command.py: New file.
17514
17515 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
17516
17517 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
17518 info registers pattern.
17519
17520 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
17521
17522 * lib/future.exp: Add D support.
17523 (gdb_find_gdc): New proc.
17524 (gdb_default_target_compile): Add D support.
17525
17526 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
17527
17528 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
17529 user+system time.
17530 (trace_speed_test): Determine the iteration count for a time
17531 between 15..30 seconds.
17532
17533 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
17534
17535 * gdb.arch/i386-mpx-sigsegv.c: New file.
17536 * gdb.arch/i386-mpx-sigsegv.exp: New file.
17537 * gdb.arch/i386-mpx-simple_segv.c: New file.
17538 * gdb.arch/i386-mpx-simple_segv.exp: New file.
17539
17540 2016-02-18 Yao Qi <yao.qi@linaro.org>
17541
17542 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17543 Don't call setup_kfail.
17544
17545 2016-02-18 Yao Qi <yao.qi@linaro.org>
17546
17547 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17548 Set "set breakpoint condition-evaluation" per $cond_bp_target.
17549
17550 2016-02-16 Doug Evans <dje@google.com>
17551
17552 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
17553 * gdb.base/skip1.c: Ditto.
17554 * gdb.base/skip.exp: Whitespace cleanup.
17555
17556 2016-02-16 Don Breazeal <donb@codesourcery.com>
17557
17558 PR remote/19496
17559 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17560 Remove kfail for PR remote/19496.
17561
17562 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17563
17564 * lib/gdb.exp (standard_temp_file): Return a path specific to
17565 the runtest invocation.
17566
17567 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17568
17569 * gdb.trace/save-trace.exp: Change relative path to be in the
17570 standard output directory.
17571
17572 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17573
17574 * gdb.arch/i386-prologue.c: Add missing prototypes.
17575
17576 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17577
17578 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17579 * gdb.arch/i386-prologue.exp: Likewise.
17580 * gdb.arch/i386-size.exp: Likewise.
17581
17582 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17583
17584 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17585 define object file path.
17586 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17587 file path.
17588 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17589 standard_output_file to define binfile.
17590
17591 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17592
17593 Fix compatibility with recent gfortran-5.3.1.
17594 * gdb.fortran/vla-history.exp (print vla1 allocated)
17595 (print vla2 allocated, print $2, print $3): Remove
17596 (print $4): Rename to ...
17597 (print $2): ... here.
17598 (print $9): Rename to ...
17599 (print $5): ... here.
17600 (print $10): Rename to ...
17601 (print $6): ... here.
17602 * gdb.fortran/vla.f90: Add pvla initialization.
17603
17604 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17605
17606 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17607 New test.
17608 * gdb.fortran/vla-value-sub.exp: Likewise.
17609
17610 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17611
17612 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17613
17614 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17615
17616 * i386-biarch-core.exp: Define corefile using
17617 standard_output_file.
17618
17619 2016-02-12 Yao Qi <yao.qi@linaro.org>
17620
17621 * gdb.arch/arm-single-step-kernel-helper.c: New.
17622 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17623
17624 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17625
17626 * gdb.btrace/tailcall-only.exp: New.
17627 * gdb.btrace/tailcall-only.c: New.
17628 * gdb.btrace/x86_64-tailcall-only.S: New.
17629 * gdb.btrace/i686-tailcall-only.S: New.
17630
17631 2016-02-11 Pedro Alves <palves@redhat.com>
17632
17633 * README (Parallel testing): Add missing double quotes.
17634
17635 2016-02-11 Pedro Alves <palves@redhat.com>
17636
17637 * README (Parallel testing): New section.
17638 (GDB_PARALLEL): Rewrite.
17639 (FORCE_PARALLEL): Document.
17640
17641 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17642
17643 * gdb.trace/tfile-avx.c: New test.
17644 * gdb.trace/tfile-avx.exp: New test.
17645
17646 2016-02-09 Keith Seitz <keiths@redhat.com>
17647
17648 PR breakpoints/19546
17649 * gdb.base/infcall-exec.c: New file.
17650 * gdb.base/infcall-exec2.c: New file.
17651 * gdb.base/infcall-exec.exp: New file.
17652
17653 2016-02-09 Keith Seitz <keiths@redhat.com>
17654
17655 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17656 (toplevel): Call test_bkpt_address.
17657
17658 2016-02-09 Keith Seitz <keiths@redhat.com>
17659
17660 PR python/19506
17661 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17662 (toplevel): Call test_bkpt_address.
17663
17664 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17665
17666 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17667 to AC_OUTPUT.
17668 * configure: Regenerate.
17669
17670 2016-02-09 Pedro Alves <palves@redhat.com>
17671
17672 PR breakpoints/19548
17673 * gdb.base/execl-update-breakpoints.c (some_function): New
17674 function.
17675 (main): Call it.
17676 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17677 Tighten expected GDB output.
17678
17679 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17680
17681 * Makefile.in (ALL_SUBDIRS): Remove.
17682 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17683 (distclean maintainer-clean realclean): Likewise.
17684 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17685 * configure: Regenerate.
17686 * gdb.ada/Makefile.in: Delete.
17687 * gdb.arch/Makefile.in: Likewise.
17688 * gdb.asm/Makefile.in: Likewise.
17689 * gdb.base/Makefile.in: Likewise.
17690 * gdb.btrace/Makefile.in: Likewise.
17691 * gdb.cell/Makefile.in: Likewise.
17692 * gdb.compile/Makefile.in: Likewise.
17693 * gdb.cp/Makefile.in: Likewise.
17694 * gdb.disasm/Makefile.in: Likewise.
17695 * gdb.dlang/Makefile.in: Likewise.
17696 * gdb.dwarf2/Makefile.in: Likewise.
17697 * gdb.fortran/Makefile.in: Likewise.
17698 * gdb.gdb/Makefile.in: Likewise.
17699 * gdb.go/Makefile.in: Likewise.
17700 * gdb.guile/Makefile.in: Likewise.
17701 * gdb.java/Makefile.in: Likewise.
17702 * gdb.linespec/Makefile.in: Likewise.
17703 * gdb.mi/Makefile.in: Likewise.
17704 * gdb.modula2/Makefile.in: Likewise.
17705 * gdb.multi/Makefile.in: Likewise.
17706 * gdb.objc/Makefile.in: Likewise.
17707 * gdb.opencl/Makefile.in: Likewise.
17708 * gdb.opt/Makefile.in: Likewise.
17709 * gdb.pascal/Makefile.in: Likewise.
17710 * gdb.perf/Makefile.in: Likewise.
17711 * gdb.python/Makefile.in: Likewise.
17712 * gdb.reverse/Makefile.in: Likewise.
17713 * gdb.server/Makefile.in: Likewise.
17714 * gdb.stabs/Makefile.in: Likewise.
17715 * gdb.threads/Makefile.in: Likewise.
17716 * gdb.trace/Makefile.in: Likewise.
17717 * gdb.xml/Makefile.in: Likewise.
17718 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17719 GDB_PARALLEL.
17720 (standard_output_file): Remove check for GDB_PARALLEL, always
17721 return path in outputs/$subdir/$testname.
17722
17723 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17724
17725 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17726 (site.exp): Assign abs_srcdir to tcl's srcdir.
17727
17728 2016-02-04 Yao Qi <yao.qi@linaro.org>
17729
17730 * gdb.base/foll-exec-mode.c: Include limits.h.
17731 (main): Add parameters argc and argv. Get directory from
17732 argv[0].
17733 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17734 compilation.
17735 * gdb.base/foll-exec.c: Include limits.h.
17736 (main): Add parameters argc and argv.
17737 Get directory from argv[0].
17738 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17739 Adjust tests on the number of lines as source code changed.
17740 * gdb.base/foll-vfork-exit.c: Include limits.h.
17741 (main): Add one line of statement before vfork.
17742 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17743 (main): Add parameters argc and argv. Get directory from
17744 argv[0].
17745 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17746 (setup_gdb): Set tbreak to skip some source lines.
17747 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17748 (main): Add parameters argc and argv. Get directory from
17749 argv[0].
17750 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17751 compilation.
17752 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17753 (main): Add parameters argc and argv. Get directory from
17754 argv[0].
17755 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17756 compilation.
17757
17758 2016-02-01 Doug Evans <dje@google.com>
17759
17760 * gdb.base/skip.exp: Clean up multiple references to same test name.
17761
17762 2016-02-01 Pedro Alves <palves@redhat.com>
17763
17764 PR remote/19496
17765 * gdb.threads/forking-threads-plus-breakpoint.exp
17766 (displaced_stepping_supported): New global.
17767 (probe_displaced_stepping_support): New procedure.
17768 (do_test): Add 'displaced' parameter, and use it.
17769 (top level): Check for displaced stepping support. Add displaced
17770 stepping on/off testing axis.
17771
17772 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17773
17774 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17775 pointer. Don't perform further tests on the unassociated pointer
17776 if the first test fails.
17777
17778 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17779
17780 * gdb.base/max-value-size.c: New file.
17781 * gdb.base/max-value-size.exp: New file.
17782 * gdb.base/huge.exp: Disable max-value-size for this test.
17783
17784 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17785
17786 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17787
17788 2016-01-28 Yao Qi <yao.qi@linaro.org>
17789
17790 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17791
17792 2016-01-25 Pedro Alves <palves@redhat.com>
17793
17794 PR threads/19461
17795 * gdb.base/fork-running-state.c: New file.
17796 * gdb.base/fork-running-state.exp: New file.
17797
17798 2016-01-25 Pedro Alves <palves@redhat.com>
17799
17800 PR gdb/19494
17801 * gdb.base/catch-fork-kill.c: New file.
17802 * gdb.base/catch-fork-kill.exp: New file.
17803
17804 2016-01-25 Pedro Alves <palves@redhat.com>
17805
17806 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17807 Delete, moved to lib/gdb.exp.
17808 * gdb.threads/forking-threads-plus-breakpoint.exp
17809 (foreach_with_prefix): Likewise.
17810 * gdb.threads/process-dies-while-handling-bp.exp
17811 (foreach_with_prefix): Likewise.
17812 * lib/gdb.exp (foreach_with_prefix): New procedure.
17813
17814 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17815
17816 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17817 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17818
17819 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17820
17821 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17822 endian targets.
17823
17824 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17825 Pedro Alves <palves@redhat.com>
17826
17827 Fix testsuite compatibility with Guile.
17828 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17829 number.
17830
17831 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17832
17833 Fix testsuite compatibility with Guile.
17834 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17835 (thread 1): New test for backtrace through signal handler.
17836
17837 2016-01-22 Yao Qi <yao.qi@linaro.org>
17838
17839 PR testsuite/19491
17840 * gdb.base/multi-forks.c: Include
17841 ../lib/unbuffer_output.c
17842 (main): Call gdb_unbuffer_output.
17843
17844 2016-01-21 Doug Evans <dje@google.com>
17845
17846 * lib/ada.exp (gdb_compile_ada): Fix typo.
17847
17848 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17849
17850 * gdb.base/break-fun-addr.exp: New file.
17851 * gdb.base/break-fun-addr1.c: New file.
17852 * gdb.base/break-fun-addr2.c: New file.
17853
17854 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17855
17856 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17857 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17858 enum flag values.
17859
17860 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17861
17862 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17863 when GDB can not set the vector return value. Add more comments
17864 for clarification.
17865
17866 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17867
17868 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17869 command.
17870
17871 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17872
17873 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17874
17875 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17876
17877 * Makefile.in (check-single): Pass --status to runtest.
17878 (check/%.exp): Likewise.
17879
17880 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17881
17882 * Makefile.in (check-parallel): Propagate return code from make
17883 do-check-parallel.
17884
17885 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17886
17887 * gdb.trace/ftrace.exp: Fix expected message on continue.
17888 * gdb.trace/pending.exp: Fix expected message on continue.
17889 * gdb.trace/trace-break.exp: Fix expected message on continue.
17890
17891 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17892
17893 * lib/gdb.exp (gdb_test): Remove unused global references.
17894
17895 2016-01-18 Pedro Alves <palves@redhat.com>
17896
17897 * gdb.base/async-shell.exp: Adjust expected output.
17898 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17899 * gdb.base/siginfo-thread.exp: Adjust expected output.
17900 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17901 * gdb.java/jnpe.exp: Adjust expected output.
17902 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17903 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17904 * gdb.threads/leader-exit.exp: Adjust expected output.
17905 * gdb.threads/manythreads.exp: Adjust expected output.
17906 * gdb.threads/pthreads.exp: Adjust expected output.
17907 * gdb.threads/schedlock.exp: Adjust expected output.
17908 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17909 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17910 expected output.
17911 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17912 output.
17913 * gdb.threads/sigthread.exp: Adjust expected output.
17914 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17915
17916 2016-01-18 Yao Qi <yao.qi@linaro.org>
17917
17918 * gdb.guile/scm-section-script.c: Replace @progbits with
17919 %progbits.
17920 * gdb.python/py-section-script.c: Likewise.
17921
17922 2016-01-15 Pedro Alves <palves@redhat.com>
17923
17924 * gdb.multi/tids.exp: Test star wildcard ranges.
17925
17926 2016-01-15 Pedro Alves <palves@redhat.com>
17927
17928 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17929 command from "thread apply" invocation.
17930 (thr_apply_info_thr_invalid): Default the expected output to the
17931 input tid list.
17932 (top level): Add tests that use convenience variables. Add tests
17933 for "thread apply" with a valid TID list, but missing the command.
17934
17935 2016-01-13 Pedro Alves <palves@redhat.com>
17936
17937 * gdb.base/default.exp: Expect $_gthread as well.
17938 * gdb.multi/tids.exp: Test $_gthread.
17939 * gdb.threads/thread-specific.exp: Test $_gthread.
17940
17941 2016-01-13 Pedro Alves <palves@redhat.com>
17942
17943 * gdb.multi/tids.exp: Test "info threads -gid".
17944
17945 2016-01-13 Pedro Alves <palves@redhat.com>
17946
17947 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17948 Breakpoint.thread.
17949 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17950
17951 2016-01-07 Pedro Alves <palves@redhat.com>
17952
17953 * gdb.base/break.exp: Adjust to output changes.
17954 * gdb.base/hbreak2.exp: Likewise.
17955 * gdb.base/sepdebug.exp: Likewise.
17956 * gdb.base/watch_thread_num.exp: Likewise.
17957 * gdb.linespec/keywords.exp: Likewise.
17958 * gdb.multi/info-threads.exp: Likewise.
17959 * gdb.threads/thread-find.exp: Likewise.
17960 * gdb.multi/tids.c: New file.
17961 * gdb.multi/tids.exp: New file.
17962
17963 2016-01-13 Pedro Alves <palves@redhat.com>
17964
17965 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17966
17967 2016-01-13 Pedro Alves <palves@redhat.com>
17968
17969 * gdb.base/default.exp: Expect $_inferior as well.
17970 * gdb.multi/base.exp: Test $_inferior.
17971
17972 2016-01-13 Pedro Alves <palves@redhat.com>
17973
17974 PR breakpoints/19388
17975 * gdb.base/catch-signal-siginfo-cond.c: New file.
17976 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17977
17978 2016-01-12 Josh Stone <jistone@redhat.com>
17979 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17980
17981 * gdb.base/catch-syscall.c (do_execve): New variable.
17982 (main): Conditionally trigger an execve.
17983 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17984 (test_catch_syscall_execve): New, check entry/return across execve.
17985 (do_syscall_tests): Call test_catch_syscall_execve.
17986
17987 2016-01-12 Pedro Alves <palves@redhat.com>
17988
17989 * gdb.base/random-signal.exp (do_test): New procedure, with body
17990 of testcase moved in.
17991
17992 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17993 Pedro Alves <palves@redhat.com>
17994
17995 * gdb.base/funcargs.exp (finish from indirectly called function):
17996 Reintroduce the case for 'First'.
17997
17998 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17999 Pedro Alves <palves@redhat.com>
18000
18001 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
18002 (tcatch_vfork_then_child_follow_exec)
18003 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
18004 identification.
18005
18006 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18007
18008 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
18009 and repeats to unlimited.
18010 * gdb.python/py-value.exp: Likewise.
18011 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
18012 and repeats to unlimited.
18013
18014 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18015
18016 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
18017 and reordering the functions.
18018 * gdb.multi/hangout.c: Likewise.
18019 * gdb.multi/hello.c: Likewise.
18020
18021 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
18022
18023 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
18024 absolute.
18025 (SingleStatisticTestResult.report): Use dict.keys instead of
18026 dict.iterkeys.
18027
18028 2016-01-06 Pedro Alves <palves@redhat.com>
18029
18030 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
18031
18032 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
18033
18034 * gdb.btrace/dlopen.exp: New.
18035 * gdb.btrace/dlopen.c: New.
18036 * gdb.btrace/dlopen-dso.c: New.
18037
18038 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
18039
18040 * lib/gdb.exp (gdb_test): Update comments to clarify that the
18041 PATTERN argument is optional.
18042
18043 2015-12-24 Joel Brobecker <brobecker@adacore.com>
18044
18045 * lib/ada.exp (target_compile_ada_from_dir): New function.
18046 (gdb_compile_ada): Reimplement avoiding the use of project files.
18047 * gdb.ada/gnat_ada.gpr: Delete.
18048 * gdb.ada/cond_lang.exp: Adjust test to make path before
18049 filename optional.
18050 * gdb.ada/small_reg_param.exp: Likewise.
18051
18052 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
18053
18054 * gdb.base/foll-vork.exp: Remove HP-UX special case.
18055
18056 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
18057
18058 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
18059 case.
18060
18061 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
18062
18063 * gdb.base/break.exp: Remove dead code.
18064 * gdb.base/sepdebug.exp: Likewise.
18065
18066 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
18067
18068 * gdb.asm/asm-source.exp: Remove HP-UX references.
18069 * gdb.base/annota1.exp: Likewise.
18070 * gdb.base/annota3.exp: Likewise.
18071 * gdb.base/attach.exp: Likewise.
18072 * gdb.base/bigcore.exp: Likewise.
18073 * gdb.base/break.exp: Likewise.
18074 * gdb.base/call-ar-st.exp: Likewise.
18075 * gdb.base/callfuncs.exp: Likewise.
18076 * gdb.base/catch-fork-static.exp: Likewise.
18077 * gdb.base/display.exp: Likewise.
18078 * gdb.base/foll-exec-mode.exp: Likewise.
18079 * gdb.base/foll-exec.exp: Likewise.
18080 * gdb.base/foll-fork.exp: Likewise.
18081 * gdb.base/foll-vfork.exp: Likewise.
18082 * gdb.base/funcargs.exp: Likewise.
18083 * gdb.base/hbreak2.exp: Likewise.
18084 * gdb.base/inferior-died.exp: Likewise.
18085 * gdb.base/interrupt.exp: Likewise.
18086 * gdb.base/multi-forks.exp: Likewise.
18087 * gdb.base/nodebug.exp: Likewise.
18088 * gdb.base/sepdebug.exp: Likewise.
18089 * gdb.base/solib1.c: Likewise.
18090 * gdb.base/step-test.exp: Likewise.
18091 * gdb.mi/non-stop.c: Likewise.
18092 * gdb.mi/pthreads.c: Likewise.
18093 * gdb.multi/bkpt-multi-exec.ex: Likewise.
18094 * gdb.threads/pthreads.c: Likewise.
18095 * gdb.threads/staticthreads.exp: Likewise.
18096 * lib/future.exp: Likewise.
18097 * lib/gdb.exp: Likewise.
18098 * gdb.base/so-indr-cl.c: Remove.
18099 * gdb.base/so-indr-cl.exp: Likewise.
18100 * gdb.base/solib.c: Likewise.
18101 * gdb.base/solib.exp: Likewise.
18102 * gdb.base/solib2.c: Likewise.
18103
18104 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
18105
18106 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
18107 * gdb.base/call-ar-st.exp: Likewise.
18108 * gdb.base/callfuncs.exp: Likewise.
18109 * gdb.base/condbreak.exp: Likewise.
18110 * gdb.base/constvars.exp: Likewise.
18111 * gdb.base/hbreak2.exp: Likewise.
18112 * gdb.base/langs.exp: Likewise.
18113 * gdb.base/list.exp: Likewise.
18114 * gdb.base/long_long.exp: Likewise.
18115 * gdb.base/ptype.exp: Likewise.
18116 * gdb.base/scope.exp: Likewise.
18117 * gdb.base/signals.exp: Likewise.
18118 * gdb.base/so-impl-ld.exp: Likewise.
18119 * gdb.base/varargs.exp: Likewise.
18120 * gdb.base/volatile.exp: Likewise.
18121 * gdb.base/whatis.exp: Likewise.
18122 * gdb.cp/cplusfuncs.exp: Likewise.
18123 * gdb.cp/inherit.exp: Likewise.
18124 * gdb.cp/local.exp: Likewise.
18125 * gdb.cp/member-ptr.exp: Likewise.
18126 * gdb.cp/method.exp: Likewise.
18127 * gdb.cp/overload.exp: Likewise.
18128 * gdb.cp/templates.exp: Likewise.
18129 * gdb.stabs/weird.exp: Likewise.
18130 * lib/compiler.c: Likewise.
18131 * lib/compiler.cc: Likewise.
18132 * lib/cp-support.exp: Likewise.
18133 * lib/gdb.exp: Likewise.
18134
18135 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
18136
18137 * configure.ac: Remove HP-UX case.
18138 * configure: Regenerate.
18139
18140 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
18141
18142 * lib/gdb.exp (gdb_compile): Add function doc.
18143
18144 2015-12-17 Pedro Alves <palves@redhat.com>
18145
18146 PR threads/19354
18147 * gdb.multi/info-threads.exp: New file.
18148
18149 2015-12-15 Yao Qi <yao.qi@linaro.org>
18150
18151 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
18152 is aarch64*-*-*.
18153
18154 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18155
18156 * gdb.base/history-duplicates.exp: Skip if no readline support.
18157
18158 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18159
18160 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
18161
18162 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18163
18164 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
18165
18166 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18167
18168 * gdb.base/completion.exp: Skip tests that interrupt GDB with
18169 ctrl-C if nointerrupts target property is set.
18170 * gdb.base/double-prompt-target-event-error.exp: Likewise.
18171 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
18172 * gdb.base/paginate-bg-execution.exp: Likewise.
18173 * gdb.base/paginate-execution-startup.exp: Likewise.
18174 * gdb.base/random-signal.exp: Likewise.
18175 * gdb.base/range-stepping.exp: Likewise.
18176 * gdb.cp/annota2.exp: Likewise.
18177 * gdb.cp/annota3.exp: Likewise.
18178 * gdb.gdb/selftest.exp: Likewise.
18179 * gdb.threads/continue-pending-status.exp: Likewise.
18180 * gdb.threads/leader-exit.exp: Likewise.
18181 * gdb.threads/manythreads.exp: Likewise.
18182 * gdb.threads/pthreads.exp: Likewise.
18183 * gdb.threads/schedlock.exp: Likewise.
18184 * gdb.threads/sigthread.exp: Likewise.
18185
18186 2015-12-11 Don Breazeal <donb@codesourcery.com>
18187
18188 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
18189 remote.
18190 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
18191 * gdb.base/foll-exec.exp (main): Enable for target remote.
18192 * gdb.base/foll-fork.exp (main): Likewise.
18193 * gdb.base/foll-vfork.exp (main): Likewise.
18194 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
18195 (proc continue_to_exit_bp_loc): Use clean_restart.
18196 * gdb.base/pie-execl.exp (main): Disable for target remote.
18197 * gdb.base/watch-vfork.exp (main): Enable for target remote.
18198 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
18199 * gdb.threads/execl.exp (main): Likewise.
18200 * gdb.threads/fork-child-threads.exp (main): Likewise.
18201 * gdb.threads/fork-plus-threads.exp (main): Disable for target
18202 remote.
18203 * gdb.threads/fork-thread-pending.exp (main): Enable for target
18204 remote.
18205 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
18206 pid.tid style ptids, instead of just tid.
18207 * gdb.threads/thread-execl.exp (main): Enable for target remote.
18208 * gdb.threads/watchpoint-fork.exp (main): Likewise.
18209 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
18210 ptids, instead of just tid.
18211
18212 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18213
18214 * gdb.base/list.exp (test_list_forward): Add end of file error
18215 test.
18216 (test_repeat_list_command): Add end of file error test.
18217 (test_list_backwards): Add beginning of file error test.
18218
18219 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18220
18221 * gdb.base/list.exp (test_list_invalid_args): New function,
18222 defined, and called.
18223
18224 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18225
18226 * gdb.base/list.exp (test_list): Make test names unique.
18227
18228 2015-12-11 Yao Qi <yao.qi@linaro.org>
18229
18230 * gdb.base/coremaker2.c: Remove.
18231
18232 2015-12-10 Pedro Alves <palves@redhat.com>
18233
18234 * gdb.multi/base.exp: Remove stale "spaces" references.
18235
18236 2015-12-10 Pedro Alves <palves@redhat.com>
18237
18238 * gdb.multi/base.exp: Don't use nowarnings.
18239 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
18240 * gdb.multi/hangout.c: Include stdio.h.
18241 * gdb.multi/hello.c: Include stdlib.h.
18242 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
18243 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
18244 * gdb.multi/multi-arch.exp: Don't use nowarnings.
18245
18246 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
18247
18248 * gdb.dwarf2/dw2-ranges-base.c: New file.
18249 * gdb.dwarf2/dw2-ranges-base.exp: New file.
18250 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
18251 support additional line table, and debug ranges generation.
18252 (Dwarf::ranges): New function, generate .debug_ranges.
18253 (Dwarf::lines): Support generating simple line table programs.
18254 (Dwarf::assemble): Initialise new namespace variables.
18255
18256 2015-12-09 Kevin Buettner <kevinb@redhat.com>
18257
18258 * gdb.base/async.exp (proc test_background): Add case for
18259 asynchronous execution not supported.
18260
18261 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
18262
18263 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
18264 format and change test names to make them unique.
18265
18266 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
18267 Pedro Alves <pedro@redhat.com>
18268
18269 PR gdb/18702
18270 Add checking of floatformats setup on x86_64 hosts.
18271 * gdb.arch/i386-float.S (main): Load bigval and smallval.
18272 (smallval, bigval): New labels/constants.
18273 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
18274 float" after loading bigval and smallval.
18275
18276 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
18277
18278 * gdb.ada/fun_overload_menu.exp: New testcase.
18279 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
18280
18281 2015-12-04 Josh Stone <jistone@redhat.com>
18282
18283 * gdb.base/catch-fork-static.exp: New.
18284
18285 2015-12-03 Yao Qi <yao.qi@linaro.org>
18286
18287 * gdb.base/sizeof.c: Don't include stdio.h and
18288 ../lib/unbuffer_output.c.
18289 (main): New variable 'size' and 'value'. Remove printf and
18290 gdb_unbuffer_output. Assign return value to size and value.
18291 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
18292 at the beginning.
18293 (check_sizeof): Check the result by printing variable 'size'.
18294 (check_valueof): Check the result by printing variable 'value'.
18295
18296 2015-12-01 Yao Qi <yao.qi@linaro.org>
18297
18298 * gdb.base/disp-step-syscall.exp: Define syscall instruction
18299 for aarch64*-*-linux* target.
18300
18301 2015-11-30 Pedro Alves <palves@redhat.com>
18302
18303 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
18304
18305 2015-11-30 Pedro Alves <palves@redhat.com>
18306
18307 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
18308 Handle non-stop mode vCont replies.
18309
18310 2015-11-30 Pedro Alves <palves@redhat.com>
18311
18312 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
18313 prepare_for_testing. Start gdb with "set non-stop on" appended to
18314 GDBFLAGS. Lax expected stop output.
18315
18316 2015-11-27 Yao Qi <yao.qi@linaro.org>
18317
18318 * gdb.arch/arm-neon.exp: New.
18319 * gdb.arch/arm-neon.c: New.
18320
18321 2015-11-27 Yao Qi <yao.qi@linaro.org>
18322
18323 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
18324
18325 2015-11-27 Yao Qi <yao.qi@linaro.org>
18326
18327 * gdb.cp/annota2.exp: Allow multiple occurrences of the
18328 frames-invalid annotation.
18329
18330 2015-11-27 Yao Qi <yao.qi@linaro.org>
18331
18332 * gdb.cp/annota2.exp: Use ${frames_invalid}.
18333
18334 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
18335
18336 * gdb.threads/names.exp: New file.
18337 * gdb.threads/names.c: New file.
18338 * README: Mention gdb,no_thread_names.
18339
18340 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
18341
18342 PR 19297
18343 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
18344 support" error.
18345
18346 2015-11-24 Pedro Alves <palves@redhat.com>
18347
18348 PR 17539
18349 * gdb.base/display.exp: Expect displays to be sorted in ascending
18350 order. Use multi_line.
18351 * gdb.base/solib-display.exp: Likewise.
18352
18353 2015-11-24 Pedro Alves <palves@redhat.com>
18354
18355 PR 17539
18356 * gdb.base/display.exp: Expect displays to be sorted in ascending
18357 order. Use multi_line.
18358 * gdb.base/solib-display.exp: Likewise.
18359
18360 2015-11-24 Pedro Alves <palves@redhat.com>
18361
18362 PR 17539
18363 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
18364 threads in ascending order.
18365 * gdb.base/foll-fork.exp: Likewise.
18366 * gdb.base/foll-vfork.exp: Likewise.
18367 * gdb.base/multi-forks.exp: Likewise.
18368 * gdb.mi/mi-nonstop.exp: Likewise.
18369 * gdb.mi/mi-nsintrall.exp: Likewise.
18370 * gdb.multi/base.exp: Likewise.
18371 * gdb.multi/multi-arch.exp: Likewise.
18372 * gdb.python/py-inferior.exp: Likewise.
18373 * gdb.threads/break-while-running.exp: Likewise.
18374 * gdb.threads/execl.exp: Likewise.
18375 * gdb.threads/gcore-thread.exp: Likewise.
18376 * gdb.threads/info-threads-cur-sal.exp: Likewise.
18377 * gdb.threads/kill.exp: Likewise.
18378 * gdb.threads/linux-dp.exp: Likewise.
18379 * gdb.threads/multiple-step-overs.exp: Likewise.
18380 * gdb.threads/next-bp-other-thread.exp: Likewise.
18381 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
18382 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
18383 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
18384 * gdb.threads/thread-find.exp: Likewise.
18385 * gdb.threads/tls.exp: Likewise.
18386 * lib/mi-support.exp (mi_reverse_list): Delete.
18387 (mi_check_thread_states): No longer reverse list.
18388
18389 2015-11-24 Pedro Alves <palves@redhat.com>
18390
18391 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
18392 use lowercase.
18393
18394 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18395
18396 * gdb.trace/actions.c: Include trace-common.h.
18397 (main): Add a location for a fast tracepoint.
18398 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
18399 the normal tracepoints.
18400 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
18401
18402 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18403
18404 * save-trace.exp: Factor out code to these...
18405 (gdb_save_tracepoints): New.
18406 (gdb_load_tracepoints): New.
18407 (do_save_load_test): New.
18408
18409 2015-11-23 Kevin Buettner <kevinb@redhat.com>
18410
18411 * gdb.base/asmlabel.exp: New test.
18412 * gdb.base/asmlabel.c: New test case.
18413
18414 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18415
18416 * gdb.base/wrong_frame_bt_full-main.c: New file.
18417 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
18418 * gdb.base/wrong_frame_bt_full.exp: New file.
18419
18420 2015-11-23 Joel Brobecker <brobecker@adacore.com>
18421
18422 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
18423
18424 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18425
18426 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
18427 pstate register when comparing registers values in
18428 sparc64-*-linux-gnu targets to avoid spurious differences.
18429
18430 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18431
18432 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
18433
18434 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
18435
18436 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
18437 as type argument to gdb_compile.
18438 * gdb.base/nested-subp2.exp: Likewise.
18439 * gdb.base/nested-subp3.exp: Likewise.
18440
18441 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
18442
18443 * lib/dwarf.exp (_note): Fix left shift of negative value.
18444 * gdb.trace/trace-condition.exp: Likewise.
18445
18446 2015-11-13 Yao Qi <yao.qi@linaro.org>
18447
18448 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
18449 comments about d10v.
18450 (test_scalar_returns): Likewise.
18451 * gdb.base/d10v.ld: Remove.
18452 * gdb.base/overlays.exp: Remove the target triplet checking for
18453 d10v-*-*.
18454 * gdb.base/structs.exp (test_struct_returns): Remove the
18455 comments about d10v.
18456 (test_struct_calls): Likewise.
18457
18458 2015-11-13 Yao Qi <yao.qi@linaro.org>
18459
18460 * gdb.base/gnu_vector.exp: Check the return value by "p res".
18461 * gdb.base/gnu_vector.c: Don't include stdio.h.
18462 (main): Don't print res and call add_some_intvecs.
18463
18464 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
18465
18466 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
18467 macro.
18468 (func5): Removed.
18469 (func4): Use FAST_TRACEPOINT_LABEL.
18470 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
18471 macro.
18472 (func): Removed.
18473 (thread_function): Use FAST_TRACEPOINT_LABEL.
18474 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
18475 (func): Remove.
18476 (marker): Use FAST_TRACEPOINT_LABEL.
18477 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
18478 (pendfunc1): Remove.
18479 (pendfunc): Use FAST_TRACEPOINT_LABEL.
18480 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
18481 (foo): Remove.
18482 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
18483 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
18484 macro.
18485 (func): Remove.
18486 (marker): Use FAST_TRACEPOINT_LABEL.
18487 * gdb.trace/trace-common.h: New header.
18488 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
18489 macro.
18490 (func): Remove.
18491 (marker): Use FAST_TRACEPOINT_LABEL.
18492 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
18493 (func): Remove.
18494 (thread_function): Use FAST_TRACEPOINT_LABEL.
18495
18496 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
18497
18498 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
18499 in front.
18500 * gdb.trace/change-loc.exp: Use global pcreg definition.
18501 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
18502 * gdb.trace/entry-values.exp: Use global spreg definition, add $
18503 in front.
18504 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
18505 * gdb.trace/pending.exp: Likewise.
18506 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
18507 * gdb.trace/trace-break.exp: Likewise.
18508 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
18509 in front.
18510 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
18511 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
18512 in front.
18513 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
18514
18515 2015-11-09 Joel Brobecker <brobecker@adacore.com>
18516
18517 * gdb.ada/fin_fun_out: New testcase.
18518
18519 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18520
18521 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
18522 value associated with DW_AT_byte_size.
18523 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
18524 constants for DW_AT_byte_size, DW_AT_lower_bound, and
18525 DW_AT_upper_bound.
18526
18527 2015-11-07 Kevin Buettner <kevinb@redhat.com>
18528
18529 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
18530 (gdb_target_symbol_prefix_flags): Define in terms of _asm
18531 version.
18532 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
18533 gdb.dwarf2/dw2-canonicalize-type.exp,
18534 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
18535 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
18536 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
18537 provided by gdb_target_symbol_prefix_flags_asm.
18538 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
18539 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
18540 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
18541 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
18542 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
18543 macros where needed). Use this macro for symbols which require
18544 the prefix provided by SYMBOL_PREFIX.
18545
18546 2015-11-05 Kevin Buettner <kevinb@redhat.com>
18547
18548 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
18549 New procs.
18550 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
18551 representing expressions, of more than one list element.
18552 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
18553 to prepend linker symbol prefix to f.
18554 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
18555 table_1 and table_2.
18556 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
18557 Likewise, for f and g.
18558 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18559 for ptr.
18560 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18561 for main.
18562 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18563 table_1_ptr and table_2_ptr.
18564
18565 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18566 Joel Brobecker <brobecker@adacore.com>
18567
18568 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18569
18570 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18571
18572 * gdb.reverse/s390-mvcle.c: New test.
18573 * gdb.reverse/s390-mvcle.exp: New file.
18574 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18575
18576 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18577
18578 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18579
18580 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18581
18582 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18583 reaching marker2.
18584 * gdb.reverse/getresuid-reverse.exp: Likewise.
18585 * gdb.reverse/pipe-reverse.exp: Likewise.
18586 * gdb.reverse/readv-reverse.exp: Likewise.
18587 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18588 * gdb.reverse/time-reverse.exp: Likewise.
18589 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18590
18591 2015-10-30 Yao Qi <yao.qi@linaro.org>
18592
18593 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18594 (empty_cycle): Remove.
18595 (main): Don't call empty_cycle. Don't use watch_count_done.
18596 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18597 empty_cycle. Rewrite the code counting HW watchpoints.
18598
18599 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18600
18601 * gdb.reverse/fstatat-reverse.c: New test.
18602 * gdb.reverse/fstatat-reverse.exp: New file.
18603 * gdb.reverse/getresuid-reverse.c: New test.
18604 * gdb.reverse/getresuid-reverse.exp: New file.
18605 * gdb.reverse/pipe-reverse.c: New test.
18606 * gdb.reverse/pipe-reverse.exp: New file.
18607 * gdb.reverse/readv-reverse.c: New test.
18608 * gdb.reverse/readv-reverse.exp: New file.
18609 * gdb.reverse/recvmsg-reverse.c: New test.
18610 * gdb.reverse/recvmsg-reverse.exp: New file.
18611 * gdb.reverse/time-reverse.c: New test.
18612 * gdb.reverse/time-reverse.exp: New file.
18613 * gdb.reverse/waitpid-reverse.c: New test.
18614 * gdb.reverse/waitpid-reverse.exp: New file.
18615
18616 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18617
18618 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18619
18620 2015-10-26 Doug Evans <dje@google.com>
18621
18622 PR symtab/17391
18623 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18624 * gdb.dwarf2/bad-regnum.c: New file.
18625 * gdb.dwarf2/bad-regnum.exp: New file.
18626
18627 2015-10-26 Doug Evans <dje@google.com>
18628
18629 PR python/18938
18630 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18631 file.
18632
18633 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18634
18635 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18636 for a change by "Mention language in compile error message".
18637
18638 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18639
18640 PR python/18073
18641 * gdb.python/py-type.c (C::a_method): New.
18642 (C::a_const_method): New.
18643 (C::a_static_method): New.
18644 (a_function): New.
18645 * gdb.python/py-type.exp (test_fields): Test getting fields
18646 from function and method.
18647
18648 2015-10-21 Keven Boell <keven.boell@intel.com>
18649
18650 * gdb.fortran/vla-alloc-assoc.exp: New file.
18651 * gdb.fortran/vla-datatypes.exp: New file.
18652 * gdb.fortran/vla-datatypes.f90: New file.
18653 * gdb.fortran/vla-history.exp: New file.
18654 * gdb.fortran/vla-ptype-sub.exp: New file.
18655 * gdb.fortran/vla-ptype.exp: New file.
18656 * gdb.fortran/vla-sizeof.exp: New file.
18657 * gdb.fortran/vla-sub.f90: New file.
18658 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18659 * gdb.fortran/vla-value-sub-finish.exp: New file.
18660 * gdb.fortran/vla-value-sub.exp: New file.
18661 * gdb.fortran/vla-value.exp: New file.
18662 * gdb.fortran/vla-ptr-info.exp: New file.
18663 * gdb.mi/mi-vla-fortran.exp: New file.
18664 * gdb.mi/vla.f90: New file.
18665
18666 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18667
18668 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18669 of hardwired timeout value.
18670
18671 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18672 Pedro Alves <palves@redhat.com>
18673
18674 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18675 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18676
18677 2015-10-19 Josh Stone <jistone@redhat.com>
18678
18679 * gdb.base/catch-syscall.c: Include <sched.h>.
18680 (unknown_syscall): New variable.
18681 (main): Trigger a vfork and an unknown syscall.
18682 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18683 (unknown_syscall_number): Likewise.
18684 (check_call_to_syscall): Accept an optional syscall pattern.
18685 (check_return_from_syscall): Likewise.
18686 (check_continue): Likewise.
18687 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18688 (test_catch_syscall_skipping_return): New test toggling off 'catch
18689 syscall' to step over the syscall return, then toggling back on.
18690 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18691 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18692 (do_syscall_tests): Call test_catch_syscall_without_args and
18693 test_catch_syscall_mid_vfork.
18694 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18695 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18696
18697 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
18698
18699 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18700 print g_vE): Add new pass patterns.
18701 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18702 print various symbol names for vptr fields.
18703
18704 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18705
18706 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18707 results.
18708
18709 2015-10-12 Yao Qi <yao.qi@linaro.org>
18710
18711 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18712
18713 2015-10-12 Yao Qi <yao.qi@linaro.org>
18714
18715 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18716 is aarch64*-*-linux*.
18717
18718 2015-10-12 Yao Qi <yao.qi@linaro.org>
18719
18720 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18721 (can_relocate_bcond_true): ... it.
18722 (can_relocate_bcond_false): New function.
18723 (foo): Likewise.
18724 (can_relocate_bl): Likewise.
18725 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18726 can_relocate_bl.
18727
18728 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18729
18730 * gdb.base/nested-addr.c: New file.
18731 * gdb.base/nested-addr.exp: New testcase.
18732
18733 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18734
18735 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18736 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18737 its output. Ignore the output of "record goto begin" and instead
18738 check that GDB is replaying.
18739
18740 2015-10-09 Pedro Alves <palves@redhat.com>
18741
18742 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18743 (top level): Use it in the run with no args test.
18744
18745 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18746
18747 * gdb.dlang/properties.exp: New file.
18748
18749 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18750
18751 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18752 whether or not address 0x1000 is mapped on the target.
18753
18754 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18755
18756 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18757 build.
18758
18759 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18760
18761 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18762 instruction-history test.
18763
18764 2015-09-28 Doug Evans <dje@google.com>
18765
18766 * gdb.base/gcore.c (array_func): Add reference to static_array.
18767
18768 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18769
18770 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18771 source line.
18772
18773 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18774
18775 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18776 short or char as base type.
18777
18778 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18779
18780 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18781 to allow any size enum.
18782
18783 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18784
18785 * gdb.ada/array_ptr_renaming.exp: New testcase.
18786 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18787 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18788
18789 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18790
18791 * gdb.trace/ftrace-lock.c: New file.
18792 * gdb.trace/ftrace-lock.exp: New file.
18793
18794 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18795
18796 * gdb.arch/insn-reloc.c: New file.
18797 * gdb.arch/ftrace-insn-reloc.exp: New file.
18798
18799 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18800
18801 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18802 instruction.
18803 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18804 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18805 * gdb.trace/range-stepping.c: Likewise.
18806 * gdb.trace/trace-break.c: Likewise.
18807 * gdb.trace/trace-mt.c (thread_function): Likewise.
18808 * gdb.trace/ftrace.c (marker): Likewise.
18809 * gdb.trace/trace-condition.c (marker): Likewise.
18810 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18811 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18812 is_aarch64_target.
18813
18814 2015-09-18 Doug Evans <xdje42@gmail.com>
18815
18816 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18817 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18818
18819 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18820
18821 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18822 the breakpoint.
18823
18824 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18825
18826 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18827 the pending breakpoint. Remove timeout override for "Run till
18828 MI pending breakpoint on pendfunc3 on thread 2" test.
18829
18830 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18831
18832 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18833 filename pattern.
18834
18835 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18836
18837 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18838 in breakpoint filename pattern.
18839
18840 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18841
18842 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18843
18844 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18845
18846 * gdb.linespec/explicit.exp: Check for readline support for
18847 tab-completion tests. Fix obvious typo.
18848
18849 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18850
18851 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18852 and replay.
18853
18854 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18855
18856 * gdb.btrace/non-stop.c: New.
18857 * gdb.btrace/non-stop.exp: New.
18858
18859 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18860 Yao Qi <yao.qi@linaro.org>
18861
18862 * gdb.trace/trace-condition.c: New file.
18863 * gdb.trace/trace-condition.exp: New file.
18864
18865 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18866
18867 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18868 for testing bytecode compilation.
18869
18870 2015-09-16 Pedro Alves <palves@redhat.com>
18871 Sandra Loosemore <sandra@codesourcery.com>
18872
18873 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18874 (SECONDS): Redefine.
18875 (main): Call pthread_kill and alarm early.
18876 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18877 support.
18878 (test): If the target can't hardware step and doesn't support
18879 displaced stepping, increase the timeout.
18880
18881 2015-09-16 Pedro Alves <palves@redhat.com>
18882
18883 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18884 (enable_debug): New procedures.
18885 (test): Use them. Bail out if waiting for threads fails.
18886 (top level): Bail out if a test fails.
18887
18888 2015-09-16 Yao Qi <yao.qi@linaro.org>
18889
18890 * gdb.asm/asm-source.exp: Set asm-arch for
18891 aarch64*-*-* target.
18892 * gdb.asm/aarch64.inc: New file.
18893
18894 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18895
18896 * gdb.ada/array_of_variable_length.exp: New testcase.
18897 * gdb.ada/array_of_variable_length/foo.adb: New file.
18898 * gdb.ada/array_of_variable_length/pck.adb: New file.
18899 * gdb.ada/array_of_variable_length/pck.ads: New file.
18900
18901 2015-09-15 Doug Evans <dje@google.com>
18902
18903 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18904 of function static local variable.
18905
18906 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18907
18908 * gdb.threads/tls-so_extern.exp: New test file.
18909 * gdb.threads/tls-so_extern.c: New test file.
18910 * gdb.threads/tls-so_extern_main.c: New test file.
18911
18912 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18913
18914 * gdb.opt/solib-intra-step-lib.c: New file.
18915 * gdb.opt/solib-intra-step-main.c: New file.
18916 * gdb.opt/solib-intra-step.exp: New file.
18917
18918 2015-09-15 Pedro Alves <palves@redhat.com>
18919
18920 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18921 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18922
18923 2015-09-14 Pedro Alves <palves@redhat.com>
18924
18925 * gdb.base/hook-stop-continue.c: Delete.
18926 * gdb.base/hook-stop-continue.exp: Delete.
18927 * gdb.base/hook-stop-frame.c: Delete.
18928 * gdb.base/hook-stop-frame.exp: Delete.
18929 * gdb.base/hook-stop.c: New file.
18930 * gdb.base/hook-stop.exp: New file.
18931
18932 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18933
18934 * gdb.ada/access_to_packed_array.exp: New testcase.
18935 * gdb.ada/access_to_packed_array/foo.adb: New file.
18936 * gdb.ada/access_to_packed_array/pack.adb: New file.
18937 * gdb.ada/access_to_packed_array/pack.ads: New file.
18938
18939 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18940
18941 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18942 buffer size test.
18943
18944 2015-09-11 Don Breazeal <donb@codesourcery.com>
18945
18946 * gdb.base/foll-exec.c: Add copyright header. Fix
18947 formatting issues.
18948 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18949 (do_exec_tests): Use clean_restart in place of zap_session,
18950 and for test initialization. Fix formatting issues. Use
18951 fail in place of perror.
18952 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18953 an expect statement to match an expression with output from
18954 the program under debug.
18955 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18956 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18957 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18958 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18959 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18960
18961 2015-09-09 Doug Evans <dje@google.com>
18962
18963 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18964
18965 2015-09-09 Doug Evans <dje@google.com>
18966
18967 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18968
18969 2015-09-09 Doug Evans <dje@google.com>
18970
18971 * gdb.base/savedregs.exp: Fix typo.
18972
18973 2015-09-09 Pedro Alves <palves@redhat.com>
18974
18975 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18976
18977 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18978
18979 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18980 command actually switches threads. Give up on remaining
18981 tests if target fails to stop at breakpoint.
18982
18983 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18984
18985 * gdb.ada/funcall_char.exp: New testcase.
18986 * gdb.ada/funcall_char/foo.adb: New file.
18987
18988 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18989
18990 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18991 expected outputs. Add two testcases for completing ambiguous
18992 functions.
18993 * gdb.ada/complete/aux_pck.adb: New file.
18994 * gdb.ada/complete/aux_pck.ads: New file.
18995 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18996 Ambiguous_Func functions.
18997 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18998 * gdb.ada/complete/pck.adb: Likewise.
18999
19000 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
19001
19002 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
19003 failures to run the test program under GDB.
19004
19005 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
19006
19007 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
19008 to C.
19009
19010 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
19011
19012 * gdb.base/run-after-attach.exp: New test file.
19013 * gdb.base/run-after-attach.c: New test file.
19014
19015 2015-08-26 Don Breazeal <donb@codesourcery.com>
19016
19017 * gdb.base/foll-exec-2.c: New test program.
19018 * gdb.base/foll-exec-2.exp: New test.
19019
19020 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
19021
19022 * gdb.base/nested-subp1.exp: New file.
19023 * gdb.base/nested-subp1.c: New file.
19024 * gdb.base/nested-subp2.exp: New file.
19025 * gdb.base/nested-subp2.c: New file.
19026 * gdb.base/nested-subp3.exp: New file.
19027 * gdb.base/nested-subp3.c: New file.
19028
19029 2015-08-24 Pedro Alves <palves@redhat.com>
19030
19031 * gdb.server/connect-without-multi-process.c: New file.
19032 * gdb.server/connect-without-multi-process.exp: New file.
19033
19034 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
19035
19036 * gdb.opt/inline-markers.c: Make z int.
19037
19038 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
19039
19040 * gdb.opt/inline-markers.c: Make z volatile.
19041
19042 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
19043
19044 * gdb.opt/inline-bt.c: New volatile global z.
19045 * gdb.opt/inline-cmds.c: Likewise.
19046 * gdb.opt/inline-locals.c: Likewise.
19047 * gdb.opt/inline-markers.c: New extern global z.
19048 (marker): Use z.
19049 (inline_fn): Likewise.
19050
19051 2015-08-24 Pedro Alves <palves@redhat.com>
19052
19053 * config/m32r-stub.exp: Remove file.
19054 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
19055 * gdb.base/call-rt-st.exp: Likewise.
19056 * gdb.base/call-strs.exp: Likewise.
19057 * gdb.base/default.exp: Remove references to h8300-*-hms and
19058 *-*-udi*.
19059 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
19060
19061 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
19062
19063 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
19064 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
19065 and "return" use KFAIL when GDB can not read/write the vector
19066 return value.
19067
19068 2015-08-21 Gary Benson <gbenson@redhat.com>
19069
19070 * gdb.trace/pending.exp: Cope with remote transfer warnings.
19071
19072 2015-08-20 Pedro Alves <palves@redhat.com>
19073
19074 * gdb.server/solib-list.exp: No longer expect an interior stop in
19075 non-stop mode.
19076
19077 2015-08-20 Pedro Alves <palves@redhat.com>
19078
19079 * gdb.server/connect-stopped-target.c: New file.
19080 * gdb.server/connect-stopped-target.exp: New file.
19081
19082 2015-08-20 Pedro Alves <palves@redhat.com>
19083
19084 * gdb.dwarf2/comp-unit-lang.exp: New file.
19085 * gdb.dwarf2/comp-unit-lang.c: New file.
19086
19087 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
19088
19089 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
19090 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
19091
19092 2015-08-19 Kevin Buettner <kevinb@redhat.com>
19093
19094 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
19095 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
19096
19097 2015-08-18 Doug Evans <dje@google.com>
19098 Adrian Sendroiu <adrian.sendroiu@freescale.com>
19099
19100 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
19101 skip_python_tests. New arg prompt_regexp.
19102 (skip_python_tests): New function.
19103 * lib/mi-support.exp (mi_skip_python_tests): New function.
19104 * gdb.python/py-mi-objfile-gdb.py: New file.
19105 * gdb.python/py-mi-objfile.c: New file.
19106 * gdb.python/py-mi-objfile.exp: New file.
19107
19108 2015-08-17 Keith Seitz <keiths@redhat.com>
19109
19110 * gdb.linespec/explicit.exp: Move strace test from here ...
19111 * gdb.trace/strace.exp: ... to here.
19112
19113 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
19114
19115 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
19116 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
19117
19118 2015-08-14 Doug Evans <xdje42@gmail.com>
19119
19120 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
19121 inferior before selecting a new file.
19122
19123 2015-08-14 Doug Evans <xdje42@gmail.com>
19124
19125 * gdb.mi/mi-disassemble.exp: Update.
19126 * gdb.base/disasm-optim.S: New file.
19127 * gdb.base/disasm-optim.c: New file.
19128 * gdb.base/disasm-optim.h: New file.
19129 * gdb.base/disasm-optim.exp: New file.
19130
19131 2015-08-14 Keith Seitz <keiths@redhat.com>
19132
19133 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
19134 "evaluated-by".
19135
19136 2015-08-13 Joel Brobecker <brobecker@adacore.com>
19137
19138 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
19139
19140 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
19141
19142 * gdb.ada/fun_renaming.exp: New testcase.
19143 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
19144 * gdb.ada/fun_renaming/pack.adb: New file.
19145 * gdb.ada/fun_renaming/pack.ads: New file.
19146
19147 2015-08-12 Keith Seitz <keiths@redhat.com>
19148
19149 * gdb.base/dso2dso.exp: Pass basename of source file in call to
19150 gdb_get_line_number.
19151
19152 2015-08-12 Joel Brobecker <brobecker@adacore.com>
19153
19154 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
19155 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
19156 gdb.base/dso2dso.exp: New files.
19157
19158 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
19159 Pedro Alves <palves@redhat.com>
19160 Keith Seitz <keiths@redhat.com>
19161
19162 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
19163 GDBFLAGS.
19164
19165 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
19166
19167 * gdb.base/gdbhistsize-history.exp
19168 (test_histsize_history_setting): Use save_vars.
19169 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19170 Use save_vars.
19171 (test_no_truncation_of_unlimited_history_file): Use save_vars.
19172 * gdb.base/readline.exp: Use save_vars.
19173
19174 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
19175
19176 * lib/gdb.exp (save_vars): New proc.
19177
19178 2015-08-11 Keith Seitz <keiths@redhat.com>
19179
19180 * gdb.base/help.exp: Update help_breakpoint_text.
19181
19182 2015-08-11 Keith Seitz <keiths@redhat.com>
19183
19184 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
19185 (at toplevel): Call test_explicit_breakpoints.
19186 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
19187 breakpoints.
19188 * lib/mi-support.exp (mi_make_breakpoint): Add support for
19189 breakpoint conditions, "-cond".
19190
19191 2015-08-11 Keith Seitz <keiths@redhat.com>
19192
19193 * gdb.linespec/3explicit.c: New file.
19194 * gdb.linespec/cpexplicit.cc: New file.
19195 * gdb.linespec/cpexplicit.exp: New file.
19196 * gdb.linespec/explicit.c: New file.
19197 * gdb.linespec/explicit.exp: New file.
19198 * gdb.linespec/explicit2.c: New file.
19199 * gdb.linespec/ls-errs.exp: Add explicit location tests.
19200 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
19201 before using in the matching pattern.
19202 Clarify that `prefix' is a regular expression.
19203
19204 2015-08-11 Keith Seitz <keiths@redhat.com>
19205
19206 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
19207 test.
19208 Add tests for missing ",FMT" and ",".
19209
19210 2015-08-10 Doug Evans <dje@google.com>
19211 Keith Seitz <keiths@redhat.com>
19212
19213 PR gdb/17960
19214 * gdb.base/completion.exp: Add location completer tests.
19215
19216 2015-08-07 Pedro Alves <palves@redhat.com>
19217
19218 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
19219 tests here.
19220 (top level): Run do_test with and without displaced stepping.
19221
19222 2015-08-07 Pedro Alves <palves@redhat.com>
19223
19224 * gdb.base/valgrind-disp-step.c: New file.
19225 * gdb.base/valgrind-disp-step.exp: New file.
19226
19227 2015-08-07 Pedro Alves <palves@redhat.com>
19228
19229 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
19230 Delete function.
19231 (main): Add alarm. Run an infinite loop instead of calling
19232 wait_threads.
19233 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
19234 comment.
19235 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
19236 Delete function.
19237 (main): Add alarm. Run an infinite loop instead of calling
19238 wait_threads.
19239 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
19240 comment.
19241
19242 2015-08-07 Pedro Alves <palves@redhat.com>
19243
19244 * gdb.base/checkpoint-ns.exp: New file.
19245 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
19246 standard_testfile.
19247
19248 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
19249
19250 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
19251 * gdb.btrace/instruction_history.exp: Update.
19252 * gdb.btrace/tsx.exp: New.
19253 * gdb.btrace/tsx.c: New.
19254
19255 2015-08-06 Pedro Alves <palves@redhat.com>
19256
19257 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
19258 increase timeout.
19259 * gdb.reverse/until-precsave.exp: Bump timeouts.
19260
19261 2015-08-06 Pedro Alves <palves@redhat.com>
19262
19263 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
19264
19265 2015-08-06 Pedro Alves <palves@redhat.com>
19266
19267 PR gdb/18749
19268 * gdb.threads/process-dies-while-handling-bp.c: New file.
19269 * gdb.threads/process-dies-while-handling-bp.exp: New file.
19270
19271 2015-08-06 Pedro Alves <palves@redhat.com>
19272
19273 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
19274 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
19275
19276 2015-08-05 Pedro Alves <palves@redhat.com>
19277
19278 * gdb.threads/next-while-other-thread-longjmps.c: New file.
19279 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
19280
19281 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
19282
19283 * gdb.base/bp-permanent.exp: Report test as unsupported if
19284 the target cannot stop at the permanent breakpoint.
19285
19286 2015-08-03 Doug Evans <dje@google.com>
19287
19288 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
19289 10000.
19290
19291 2015-08-03 Doug Evans <dje@google.com>
19292
19293 * Makefile.in (workers/%.worker, build-perf): New rule.
19294 (GDB_PERFTEST_MODE): New variable.
19295 (check-perf): Use it.
19296 (clean): Clean up gdb.perf parallel build subdirs.
19297 * lib/build-piece.exp: New file.
19298 * lib/gdb.exp (make_gdb_parallel_path): New function
19299 (standard_output_file, standard_temp_file): Call it.
19300 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19301 of $GDB_PARALLEL.
19302 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
19303
19304 2015-08-03 Doug Evans <dje@google.com>
19305
19306 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
19307 (LOG_FILE_NAME): New global.
19308 (TextReporter.__init__): Initialize self.txt_sum.
19309 (TextReporter.report): Add support for multiple data-points.
19310 Move report to perftest.sum, put raw data in perftest.log.
19311 (TextReporter.start): Open sum and log files.
19312 (TextReporter.end): Close sum and log files.
19313 * gdb.perf/lib/perftest/testresult.py
19314 (SingleStatisticTestResult.record): Handle multiple data-points.
19315
19316 2015-07-31 Pedro Alves <palves@redhat.com>
19317
19318 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
19319 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19320 kill_wait_spawned_process instead of explicit "kill -9".
19321 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
19322 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19323 kill_wait_spawned_process.
19324 * gdb.base/attach-twice.exp: Likewise.
19325 * gdb.base/attach.exp: Likewise.
19326 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
19327 gdb_test_multiple.
19328 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
19329 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19330 kill_wait_spawned_process.
19331 * gdb.base/valgrind-infcall.exp: Likewise.
19332 * gdb.multi/multi-attach.exp: Likewise.
19333 * gdb.python/py-prompt.exp: Likewise.
19334 * gdb.python/py-sync-interp.exp: Likewise.
19335 * gdb.server/ext-attach.exp: Likewise.
19336 * gdb.threads/attach-into-signal.exp (corefunc): Use
19337 spawn_wait_for_attach, spawn_id_get_pid and
19338 kill_wait_spawned_process.
19339 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
19340 spawn_wait_for_attach returning a spawn id instead of a pid. Use
19341 spawn_id_get_pid and kill_wait_spawned_process.
19342 * gdb.threads/attach-stopped.exp (corefunc): Use
19343 spawn_wait_for_attach, spawn_id_get_pid and
19344 kill_wait_spawned_process.
19345 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
19346 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19347 kill_wait_spawned_process instead of explicit "kill -9".
19348 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
19349 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
19350 (spawn_wait_for_attach): Use spawn instead of exec to spawn
19351 processes. Don't map cygwin/windows pids here. Now returns a
19352 spawn id list.
19353
19354 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19355
19356 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
19357 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
19358 correct patch.
19359
19360 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19361
19362 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
19363
19364 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19365
19366 Reapply:
19367 2014-05-21 Mark Wielaard <mjw@redhat.com>
19368
19369 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19370
19371 2015-07-30 Pedro Alves <palves@redhat.com>
19372
19373 * linux-low.c (handle_extended_wait): Set the child's last
19374 reported status to TARGET_WAITKIND_STOPPED.
19375
19376 2015-07-30 Pedro Alves <palves@redhat.com>
19377
19378 PR threads/18600
19379 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
19380 only shows inferior 1.
19381
19382 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
19383 Pedro Alves <palves@redhat.com>
19384
19385 PR threads/18600
19386 * gdb.threads/fork-plus-threads.c: New file.
19387 * gdb.threads/fork-plus-threads.exp: New file.
19388
19389 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19390
19391 * gdb.base/batch-preserve-term-settings.exp
19392 (test_terminal_settings_preserved_after_cli_exit): Use
19393 send_quit_command.
19394
19395 2015-07-29 Pedro Alves <palves@redhat.com>
19396 Don Breazeal <donb@codesourcery.com>
19397
19398 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
19399 output from both inferior_spawn_id and gdb_spawn_id.
19400
19401 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19402
19403 * gdb.threads/attach-into-signal.exp (corefunc): Use
19404 with_test_prefix on nested loops, uniquefying the test messages.
19405
19406 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19407
19408 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
19409 commit.
19410
19411 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19412
19413 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
19414 New proc.
19415 (test_terminal_settings_preserved_after_sigterm): New test.
19416
19417 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19418
19419 * gdb.base/batch-preserve-term-settings.exp
19420 (test_terminal_settings_preserved_after_cli_exit): New test.
19421
19422 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19423
19424 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
19425 manipulation of saved_gdbflags.
19426 (test_terminal_settings_preserved): Remove global declaration of
19427 the unused variable pagination_prompt. Remove manipulation of
19428 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
19429 GDBFLAGS.
19430
19431 2015-07-29 Pedro Alves <palves@redhat.com>
19432
19433 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
19434
19435 2015-07-29 Pedro Alves <palves@redhat.com>
19436
19437 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
19438 at the top.
19439
19440 2015-07-29 Pedro Alves <palves@redhat.com>
19441
19442 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
19443 (main): Call gdb_unbuffer_output.
19444 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
19445 (main): Call gdb_unbuffer_output.
19446 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
19447 (main): Call gdb_unbuffer_output.
19448 * gdb.base/call-strs.exp: Adjust to step over the
19449 gdb_unbuffer_output call.
19450 * gdb.base/catch-gdb-caused-signals.c: Include
19451 "../lib/unbuffer_output.c".
19452 (main): Call gdb_unbuffer_output.
19453 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
19454 (main): Call gdb_unbuffer_output.
19455 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
19456 (main): Call gdb_unbuffer_output.
19457 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
19458 (main): Call gdb_unbuffer_output.
19459 * gdb.base/shlib-call.exp: Adjust to step over the
19460 gdb_unbuffer_output call.
19461 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
19462 (main): Call gdb_unbuffer_output.
19463 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
19464 (main): Call gdb_unbuffer_output.
19465 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
19466 (main): Rename to ...
19467 (test): ... this.
19468 (main): Reimplement.
19469 * gdb.base/varargs.exp: Run to test instead of to main.
19470 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19471 (main): Call gdb_unbuffer_output.
19472
19473 2015-07-29 Pedro Alves <palves@redhat.com>
19474
19475 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
19476 factore out from mi_continue_dprintf. For call-style dprintfs,
19477 expect dprintf output out of $inferior_spawn_id.
19478 (mi_continue_dprintf): Use mi_expect_dprintf.
19479 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19480 (main): Call gdb_unbuffer_output.
19481
19482 2015-07-29 Pedro Alves <palves@redhat.com>
19483
19484 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
19485 (default_mi_gdb_start): Set inferior_spawn_id instead of
19486 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
19487 gdb_spawn_id.
19488 (mi_gdb_test): Always expect inferior output from both
19489 $inferior_spawn_id and $gdb_spawn_id.
19490
19491 2015-07-29 Pedro Alves <palves@redhat.com>
19492
19493 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
19494 send_inferior and $inferior_spawn_id.
19495
19496 2015-07-29 Pedro Alves <palves@redhat.com>
19497
19498 * gdb.gdb/complaints.exp (test_initial_complaints)
19499 (test_serial_complaints, test_short_complaints): Use
19500 gdb_test_stdio.
19501 (test_empty_complaint): Handle $inferior_spawn_id !=
19502 $gdb_spawn_id.
19503
19504 2015-07-29 Pedro Alves <palves@redhat.com>
19505
19506 * gdb.base/varargs.exp: Use gdb_test_stdio.
19507
19508 2015-07-29 Pedro Alves <palves@redhat.com>
19509
19510 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
19511
19512 2015-07-29 Pedro Alves <palves@redhat.com>
19513
19514 * gdb.base/ending-run.exp: Use gdb_test_stdio.
19515
19516 2015-07-29 Pedro Alves <palves@redhat.com>
19517
19518 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
19519 parameter into two new parameters, "inf_result" and "gdb_result".
19520 Expect inferior output and gdb output from $inferior_spawn_id and
19521 $gdb_spawn_id, respectively. Adjust all callers.
19522
19523 2015-07-29 Pedro Alves <palves@redhat.com>
19524
19525 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
19526 of gdb_test_sequence.
19527
19528 2015-07-29 Pedro Alves <palves@redhat.com>
19529
19530 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
19531 (saw_spurious_output): Expect inferior output from
19532 $inferior_spawn_id. Use gdb_test_stdio.
19533
19534 2015-07-29 Pedro Alves <palves@redhat.com>
19535
19536 * gdb.base/dprintf.exp: Use standard_testfile. Change
19537 prepare_for_testing call.
19538 (srcfile): Don't set.
19539 (restart): New procedure.
19540 (test_dprintf): New procecure, use to continue over dprintfs.
19541 (test_call, test_agent): New procedures, tests moved here.
19542 Restart gdb and recreate dprintfs. Adjust expected output.
19543
19544 2015-07-29 Pedro Alves <palves@redhat.com>
19545
19546 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19547
19548 2015-07-29 Pedro Alves <palves@redhat.com>
19549
19550 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19551
19552 2015-07-29 Pedro Alves <palves@redhat.com>
19553
19554 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19555 gdb_test_stdio.
19556
19557 2015-07-29 Pedro Alves <palves@redhat.com>
19558
19559 * lib/gdb.exp (gdb_test_stdio): New procedure.
19560
19561 2015-07-29 Pedro Alves <palves@redhat.com>
19562
19563 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19564
19565 2015-07-29 Pedro Alves <palves@redhat.com>
19566
19567 * gdb.base/call-signal-resume.exp: Remove check for
19568 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19569 * gdb.base/unwindonsignal.exp: Likewise.
19570 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19571 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19572
19573 2015-07-29 Pedro Alves <palves@redhat.com>
19574
19575 * gdb.base/siginfo-addr.c (pass): New function.
19576 (handler): Call it iff si_addr is correct.
19577 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19578 Set a breakpoint at "pass" and continue to it.
19579
19580 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19581
19582 * gdb.python/py-objfile.exp: Make some tests have unique names.
19583 * gdb.python/py-pp-registration.exp: Likewise.
19584
19585 2015-07-28 Pedro Alves <palves@redhat.com>
19586
19587 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19588
19589 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19590
19591 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19592
19593 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19594
19595 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19596
19597 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19598
19599 * gdb.base/gdb-sigterm-2.exp: New test.
19600
19601 2015-07-25 Doug Evans <xdje42@gmail.com>
19602
19603 Revert:
19604 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19605 (workers/%.worker, build-perf): New rule.
19606 (GDB_PERFTEST_MODE): New variable.
19607 (check-perf): Use it.
19608 (clean): Clean up gdb.perf parallel build subdirs.
19609 * lib/build-piece.exp: New file.
19610 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19611 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19612 name.
19613 (standard_temp_file): Ditto.
19614 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19615 of $GDB_PARALLEL.
19616
19617 2015-07-24 Doug Evans <dje@google.com>
19618
19619 * gdb.perf/lib/perftest/utils.py: New file.
19620 * gdb.perf/gm-hello.cc: New file.
19621 * gdb.perf/gm-pervasive-typedef.cc: New file.
19622 * gdb.perf/gm-pervasive-typedef.h: New file.
19623 * gdb.perf/gm-std.cc: New file.
19624 * gdb.perf/gm-std.h: New file.
19625 * gdb.perf/gm-use-cerr.cc: New file.
19626 * gdb.perf/gm-utils.h: New file.
19627 * gdb.perf/gmonster-null-lookup.py: New file.
19628 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19629 * gdb.perf/gmonster-print-cerr.py: New file.
19630 * gdb.perf/gmonster-ptype-string.py: New file.
19631 * gdb.perf/gmonster-runto-main.py: New file.
19632 * gdb.perf/gmonster-select-file.py: New file.
19633 * gdb.perf/gmonster1-null-lookup.exp: New file.
19634 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19635 * gdb.perf/gmonster1-print-cerr.exp: New file.
19636 * gdb.perf/gmonster1-ptype-string.exp: New file.
19637 * gdb.perf/gmonster1-runto-main.exp: New file.
19638 * gdb.perf/gmonster1-select-file.exp: New file.
19639 * gdb.perf/gmonster1.cc: New file.
19640 * gdb.perf/gmonster1.exp: New file.
19641 * gdb.perf/gmonster2-null-lookup.exp: New file.
19642 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19643 * gdb.perf/gmonster2-print-cerr.exp: New file.
19644 * gdb.perf/gmonster2-ptype-string.exp: New file.
19645 * gdb.perf/gmonster2-runto-main.exp: New file.
19646 * gdb.perf/gmonster2-select-file.exp: New file.
19647 * gdb.perf/gmonster2.cc: New file.
19648 * gdb.perf/gmonster2.exp: New file.
19649
19650 2015-07-24 Doug Evans <dje@google.com>
19651
19652 * gdb.perf/README: New file.
19653 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19654 * lib/gen-perf-test.exp: New file.
19655
19656 2015-07-24 Doug Evans <dje@google.com>
19657
19658 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19659 (PerfTest::startup): New function.
19660 (PerfTest::run): Return result of calling body.
19661 (PerfTest::assemble): Rewrite.
19662 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19663 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19664 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19665 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19666 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19667
19668 2015-07-24 Doug Evans <dje@google.com>
19669
19670 * lib/gdb.exp (clean_restart): Make executable optional.
19671
19672 2015-07-24 Doug Evans <dje@google.com>
19673
19674 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19675 compiler_info references.
19676 * gdb.cp/temargs.exp: Ditto.
19677 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19678 (get_compiler_info): Early exit if already computed. Set compiler_info
19679 to "unknown" if there was a problem.
19680 (test_compiler_info): Add function comment. Call get_compiler_info.
19681
19682 2015-07-24 Doug Evans <dje@google.com>
19683
19684 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19685 (workers/%.worker, build-perf): New rule.
19686 (GDB_PERFTEST_MODE): New variable.
19687 (check-perf): Use it.
19688 (clean): Clean up gdb.perf parallel build subdirs.
19689 * lib/build-piece.exp: New file.
19690 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19691 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19692 name.
19693 (standard_temp_file): Ditto.
19694 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19695 of $GDB_PARALLEL.
19696
19697 2015-07-24 Doug Evans <dje@google.com>
19698
19699 * lib/future.exp (gdb_default_target_compile): New option
19700 "early_flags".
19701 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19702 --as-needed.
19703
19704 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19705
19706 * gdb.base/catch-syscall.exp: Call gdb_exit before
19707 gdb_skip_xml_test.
19708
19709 2015-07-24 Pedro Alves <palves@redhat.com>
19710
19711 * gdb.python/py-events.exp: Accept output between the stop event
19712 and the prompt.
19713 * gdb.python/py-evsignal.exp: Likewise.
19714 * gdb.python/py-evthreads.exp: Likewise.
19715
19716 2015-07-24 Pedro Alves <palves@redhat.com>
19717
19718 PR gdb/18717
19719 * gdb.threads/non-ldr-exit.c: New file.
19720 * gdb.threads/non-ldr-exit.exp: New file.
19721
19722 2015-07-24 Yao Qi <yao.qi@linaro.org>
19723
19724 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19725 restarting process.
19726
19727 2015-07-24 Yao Qi <yao.qi@linaro.org>
19728
19729 * gdb.server/ext-restart.exp: New file.
19730
19731 2015-07-24 Yao Qi <yao.qi@linaro.org>
19732
19733 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19734 argument options.
19735 * gdb.server/ext-wrapper.exp: New file.
19736
19737 2015-07-23 Doug Evans <dje@google.com>
19738
19739 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19740 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19741
19742 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19743
19744 * gdb.ada/var_arr_typedef.exp: New testcase.
19745 * gdb.ada/var_arr_typedef/pack.adb: New file.
19746 * gdb.ada/var_arr_typedef/pack.ads: New file.
19747 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19748
19749 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19750
19751 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19752
19753 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19754
19755 * gdb.arch/i386-biarch-core.exp: Replace istarget
19756 by "complete set gnutarget". Remove expectation for the "core-file"
19757 command.
19758
19759 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19760
19761 Revert the previous commit:
19762 Tests for validate symbol file using build-id.
19763
19764 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19765
19766 Tests for validate symbol file using build-id.
19767 * gdb.base/solib-mismatch-lib.c: New file.
19768 * gdb.base/solib-mismatch-libmod.c: New file.
19769 * gdb.base/solib-mismatch.c: New file.
19770 * gdb.base/solib-mismatch.exp: New file.
19771
19772 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19773
19774 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19775 nios2-*-linux*.
19776 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19777 * gdb.base/siginfo.exp: Likewise.
19778 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19779
19780 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19781
19782 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19783 Move it to ...
19784 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19785 ... here.
19786 * gdb.trace/range-stepping.exp: Check that the target supports
19787 range stepping.
19788
19789 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19790
19791 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19792
19793 2015-07-14 Pedro Alves <palves@redhat.com>
19794
19795 * gdb.base/killed-outside.exp: New file.
19796 * gdb.base/killed-outside.c: New file.
19797
19798 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19799
19800 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19801 (n at main): New.
19802 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19803
19804 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19805
19806 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19807 infcall tests instead of setting up for KFAIL.
19808
19809 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19810
19811 * gdb.btrace/record_goto-step.exp: New.
19812
19813 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19814
19815 PR compile/18484
19816 * gdb.compile/compile.c (struct struct_type): Add volatile to
19817 selffield's type.
19818 * gdb.compile/compile.exp
19819 (compile code struct_object.selffield = &struct_object): Skip further
19820 struct_object tests if this one xfails.
19821
19822 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19823
19824 PR exp/18617
19825 * gdb.trace/ax.exp: Add test.
19826
19827 2015-07-07 Yao Qi <yao.qi@linaro.org>
19828
19829 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19830 instead of istarget "aarch64*-*-*".
19831 * gdb.arch/aarch64-fp.exp: Likewise.
19832 * gdb.base/float.exp: Likewise.
19833 * gdb.reverse/aarch64.exp: Likewise.
19834 * lib/gdb.exp (is_aarch64_target): New proc.
19835
19836 2015-07-07 Yao Qi <yao.qi@linaro.org>
19837
19838 * lib/gdb.exp (is_aarch32_target): New proc.
19839 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19840 instead of "istarget "arm*-*-*"".
19841 * gdb.arch/arm-disp-step.exp: Likewise.
19842 * gdb.arch/thumb-bx-pc.exp: Likewise.
19843 * gdb.arch/thumb-prologue.exp: Likewise.
19844 * gdb.arch/thumb-singlestep.exp: Likewise.
19845 * gdb.base/disp-step-syscall.exp: Likewise.
19846 * gdb.base/float.exp: Likewise.
19847
19848 2015-07-07 Yao Qi <yao.qi@linaro.org>
19849
19850 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19851 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19852
19853 2015-07-07 Yao Qi <yao.qi@linaro.org>
19854
19855 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19856 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19857 if it exists.
19858 * gdb.multi/multi-arch.exp: Likewise.
19859
19860 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19861
19862 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19863 print.
19864
19865 2015-07-07 Yao Qi <yao.qi@linaro.org>
19866
19867 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19868
19869 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19870
19871 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19872 '[' and ']' characters.
19873
19874 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19875
19876 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19877
19878 2015-06-29 Pedro Alves <palves@redhat.com>
19879
19880 PR threads/18127
19881 * gdb.threads/hand-call-new-thread.c: New file.
19882 * gdb.threads/hand-call-new-thread.c: New file.
19883
19884 2015-06-26 Keith Seitz <keiths@redhat.com>
19885 Doug Evans <dje@google.com>
19886
19887 PR 16253
19888 * gdb.cp/var-tag-2.cc: New file.
19889 * gdb.cp/var-tag-3.cc: New file.
19890 * gdb.cp/var-tag-4.cc: New file.
19891 * gdb.cp/var-tag.cc: New file.
19892 * gdb.cp/var-tag.exp: New file.
19893
19894 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19895
19896 * gdb.base/history-duplicates.exp: New test.
19897
19898 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19899
19900 * gdb.base/completion.exp: Test the completion of the "focus"
19901 command.
19902
19903 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19904
19905 * gdb.arch/amd64-prologue-skip.S: New file.
19906 * gdb.arch/amd64-prologue-skip.exp: New file.
19907
19908 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19909
19910 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19911 is_address_zero_readable check.
19912
19913 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19914
19915 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19916 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19917
19918 2015-06-24 Yao Qi <yao.qi@linaro.org>
19919
19920 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19921 linux targets.
19922
19923 2015-06-24 Yao Qi <yao.qi@linaro.org>
19924
19925 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19926 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19927 * gdb.base/siginfo-thread.exp: Likewise.
19928
19929 2015-06-22 Yao Qi <yao.qi@linaro.org>
19930
19931 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19932
19933 2015-06-22 Yao Qi <yao.qi@linaro.org>
19934
19935 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19936 aarch64*-*-*.
19937 (skip_hw_watchpoint_tests): Likewise.
19938
19939 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19940
19941 * gdb.base/gdbinit-history.exp: Test the interaction between
19942 setting GDBHISTSIZE and setting the history size via .gdbinit.
19943
19944 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19945
19946 PR gdb/16999
19947 * gdb.base/gdbhistsize-history.exp: New test.
19948
19949 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19950
19951 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19952 with GDBHISTSIZE.
19953 * gdb.base/readline.exp: Likewise.
19954
19955 2015-06-17 Yao Qi <yao.qi@linaro.org>
19956
19957 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19958 line.
19959
19960 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19961
19962 * gdb.base/gdbinit-history.exp: Add test case to check that
19963 an unlimited history file does not get truncated on exit.
19964
19965 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19966
19967 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19968 (VECTOR): New macro. Use it...
19969 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19970 ...for these typedefs.
19971 (int8, char1, int1, double1): New typedefs.
19972 (struct just_int2, struct two_int2): New structures.
19973 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19974 (add_structvecs, add_singlevecs): New functions.
19975 (main): Call add_some_intvecs twice.
19976 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19977 the compile and exit upon failure. Try compiling for the "native"
19978 architecture. Test inferior function calls with vector arguments
19979 and vector return value handling with "finish" and "return".
19980
19981 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19982
19983 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19984 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19985 PE file.
19986 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19987
19988 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19989
19990 PR breakpoints/16465
19991 * gdb.mi/mi-dprintf-pending.c: New file.
19992 * gdb.mi/mi-dprintf-pending.exp: New test.
19993 * gdb.mi/mi-dprintf-pendshr.c: New file.
19994
19995 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19996 Mircea Gherzan <mircea.gherzan@intel.com>
19997
19998 * gdb.arch/i386-mpx-map.c: New file.
19999 * gdb.arch/i386-mpx-map.exp: New File.
20000
20001 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
20002
20003 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
20004 * gdb.arch/i386-mpx.exp: Indentation fixed.
20005
20006 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
20007
20008 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
20009 function and improved indentation.
20010 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
20011 gdb_test_multiple. Added additional tests to skip the test.
20012
20013 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
20014
20015 * gdb.arch/i386-avx512.c: Change path in include file.
20016 * gdb.arch/i386-avx512.exp: Change include dir path
20017 compilation flag.
20018 * gdb.arch/i386-mpx.c: Change path in include file.
20019 * gdb.arch/i386-mpx.exp: Change include dir path compilation
20020 flag.
20021
20022 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
20023
20024 * gdb.compile/compile-print.exp (compile print *vararray@3)
20025 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
20026
20027 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
20028
20029 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
20030 (do not keep jit in memory): ... this.
20031 (expect 5): Change it to ...
20032 (expect no 5): ... this.
20033
20034 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
20035
20036 PR gdb/15564
20037 * gdb.mi/mi-detach.exp: New file.
20038
20039 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
20040
20041 PR symtab/18392
20042 * gdb.arch/amd64-tailcall-self.S: New file.
20043 * gdb.arch/amd64-tailcall-self.c: New file.
20044 * gdb.arch/amd64-tailcall-self.exp: New file.
20045
20046 2015-05-28 Don Breazeal <donb@codesourcery.com>
20047
20048 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
20049 tests for remote targets by checking is_target_gdbserver.
20050
20051 2015-05-27 Doug Evans <dje@google.com>
20052
20053 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
20054 * gdb.dwarf2/opaque-type-lookup.c: New file.
20055 * gdb.dwarf2/opaque-type-lookup.exp: New file.
20056
20057 2015-05-26 Doug Evans <dje@google.com>
20058
20059 * gdb.cp/iostream.cc: New file.
20060 * gdb.cp/iostream.exp: New file.
20061
20062 2015-05-26 Doug Evans <dje@google.com>
20063
20064 * gdb.dwarf2/dw2-op-call.exp: Update.
20065 * gdb.dwarf2/dw4-sig-types.exp: Update.
20066 * gdb.dwarf2/implptr.exp: Update.
20067 * gdb.mi/mi-cmd-param-changed.exp: Update.
20068
20069 2015-05-26 Doug Evans <dje@google.com>
20070
20071 * gdb.python/py-lazy-string.c: New file.
20072 * gdb.python/py-lazy-string.exp: New file.
20073 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
20074 (main): Update. Add estring3.
20075 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
20076 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
20077
20078 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
20079 Yao Qi <yao.qi@linaro.org>
20080
20081 * gdb.reverse/aarch64.c: New.
20082 * gdb.reverse/aarch64.exp: New.
20083
20084 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
20085
20086 * lib/gdb.exp (supports_process_record): Return true for
20087 aarch64*-linux*.
20088 (supports_reverse): Likewise.
20089
20090 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
20091
20092 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
20093 Use with_test_prefix.
20094
20095 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
20096
20097 * gdb.base/completion.exp: Add test for completion of layout
20098 names.
20099
20100 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
20101
20102 * lib/gdb.exp (skip_tui_tests): New proc.
20103 * gdb.base/tui-layout.exp: Check skip_tui_tests.
20104
20105 2015-05-19 Pedro Alves <palves@redhat.com>
20106
20107 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
20108 Save the whole env array instead of just HOME. Unset HISTSIZE in
20109 the environment while testing. Restore whole environment
20110 afterwards.
20111
20112 2015-05-16 Doug Evans <xdje42@gmail.com>
20113
20114 * gdb.guile/scm-ports.c: New file.
20115 * gdb.guile/scm-ports.exp: Add memory port tests.
20116
20117 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20118
20119 * gdb.compile/compile-print.c: New file.
20120 * gdb.compile/compile-print.exp: New file.
20121
20122 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20123
20124 * gdb.compile/compile-ops.exp: Cast param to void.
20125 * gdb.compile/compile.exp: Complete type for _gdb_expr.
20126 (compile code struct_object.selffield = &struct_object): Add xfail.
20127
20128 2015-05-15 Joel Brobecker <brobecker@adacore.com>
20129
20130 * gdb.ada/arr_enum_with_gap: New testcase.
20131
20132 2015-05-15 Joel Brobecker <brobecker@adacore.com>
20133
20134 * gdb.ada/byte_packed_arr: New testcase.
20135
20136 2015-05-15 Joel Brobecker <brobecker@adacore.com>
20137
20138 * gdb.ada/pckd_neg: New testcase.
20139
20140 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
20141
20142 PR gdb/17820
20143 * gdb.base/gdbinit-history.exp: New test.
20144 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
20145 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
20146
20147 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
20148
20149 * gdb.python/py-xmethods.cc: Enhance test case.
20150 * gdb.python/py-xmethods.exp: New tests.
20151 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
20152 function.
20153 (B_indexoper): Likewise.
20154 (global_dm_list) : Add new xmethod worker functions.
20155
20156 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
20157
20158 * gdb.base/coredump-filter.exp: Correctly unset
20159 "coredump_var_addr" array.
20160
20161 2015-05-08 Pedro Alves <palves@redhat.com>
20162
20163 * gdb.server/non-existing-program.exp: Unset spawn_id.
20164
20165 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
20166
20167 PR python/18291
20168 * gdb.python/py-xmethods.exp: Add tests.
20169
20170 2015-05-08 Yao Qi <yao.qi@linaro.org>
20171
20172 PR gdb/18208
20173 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
20174 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
20175 function set_coredump_filter, and remove remote_exec call.
20176 Remove argument ipid. Callers update.
20177 (top level): Don't get inferior's PID.
20178
20179 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
20180
20181 * gdb.base/watch_thread_num.exp: Skip test on targets without
20182 access watchpoints.
20183
20184 2015-05-06 Pedro Alves <palves@redhat.com>
20185
20186 PR server/18081
20187 * gdb.server/non-existing-program.exp: New file.
20188
20189 2015-05-05 Joel Brobecker <brobecker@adacore.com>
20190
20191 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
20192
20193 2015-05-05 Joel Brobecker <brobecker@adacore.com>
20194
20195 * gdb.ada/out_of_line_in_inlined: New testcase.
20196
20197 2015-05-05 Joel Brobecker <brobecker@adacore.com>
20198
20199 * gdb.ada/var_rec_arr: New testcase.
20200
20201 2015-04-30 Yao Qi <yao.qi@linaro.org>
20202
20203 * gdb.base/break-idempotent.exp: If
20204 skip_hw_watchpoint_multi_tests returns true, skip the tests
20205 on "rwatch" and "awatch".
20206
20207 2015-04-30 Yao Qi <yao.qi@linaro.org>
20208
20209 * gdb.base/relativedebug.exp: Invoke gdb command
20210 "info sharedlibrary", and if libc.so doesn't have debug info,
20211 skip the test.
20212
20213 2015-04-29 Doug Evans <dje@google.com>
20214
20215 * gdb.python/py-xmethods.exp: Add ptype tests.
20216 * gdb.python/py-xmethods.py (E_method_char_worker): Add
20217 get_result_type method.
20218
20219 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
20220
20221 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
20222 the target does not support hardware watchpoints.
20223
20224 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
20225
20226 * gdb.base/break-always.exp: Abort testing if writing to memory
20227 causes an error.
20228
20229 2015-04-28 Doug Evans <dje@google.com>
20230
20231 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
20232 * gdb.python/py-pp-registration.exp: ... here. New file.
20233 * gdb.python/py-pp-registration.c: New file.
20234 * gdb.python/py-pp-registration.py: New file.
20235
20236 2015-04-28 Doug Evans <dje@google.com>
20237
20238 * gdb.python/py-bad-printers.c: New file.
20239 * gdb.python/py-bad-printers.py: New file.
20240 * gdb.python/py-bad-printers.exp: New file.
20241
20242 2015-04-28 Sasha Smundak <asmundak@google.com>
20243
20244 * gdb.python/py-type.exp: New test.
20245
20246 2015-04-28 Andy Wingo <wingo@igalia.com>
20247
20248 * gdb.python/py-parameter.exp:
20249 * gdb.guile/scm-parameter.exp: Escape the path that we are
20250 matching against, as it might contain characters that are special
20251 to regular expressions.
20252
20253 2015-04-27 Joel Brobecker <brobecker@adacore.com>
20254
20255 * gdb.ada/rec_comp: New testcase.
20256
20257 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
20258
20259 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
20260 before using it.
20261
20262 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
20263
20264 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
20265 new tests for verilog output.
20266
20267 2015-04-24 Yao Qi <yao.qi@linaro.org>
20268
20269 * boards/remote-gdbserver-on-localhost.exp: New file.
20270
20271 2015-04-23 Pedro Alves <palves@redhat.com>
20272
20273 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
20274 $inferior_spawn_id instead of $inferior_spawn_id directly. On
20275 "end of file", remove $inferior_spawn_id from the indirect list.
20276
20277 2015-04-23 Pedro Alves <palves@redhat.com>
20278
20279 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
20280
20281 2015-04-23 Pedro Alves <palves@redhat.com>
20282
20283 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
20284 on $any_spawn_id instead of only on $gdb_spawn_id.
20285
20286 2015-04-21 Pierre Muller <muller@sourceware.org>
20287
20288 PR pascal/17815
20289 * lib/pascal.exp (gpc_compile): Add new option "class".
20290 (fpc_compile): Likewise.
20291 * gdb.pascal/case-insensitive-symbols.pas: New file.
20292 * gdb.pascal/case-insensitive-symbols.exp: New file.
20293
20294 2015-04-20 Gary Benson <gbenson@redhat.com>
20295
20296 * gdb.base/attach.exp: Fix three extended remote failures.
20297
20298 2015-04-17 Gary Benson <gbenson@redhat.com>
20299
20300 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
20301 the main executable over the remote protocol.
20302
20303 2015-04-16 Pedro Alves <palves@redhat.com>
20304
20305 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
20306 a new gdbserver if gdbserver_reconnect_p is set.
20307
20308 2015-04-16 Pedro Alves <palves@redhat.com>
20309
20310 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
20311 is set, don't exit gdbserver.
20312
20313 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20314
20315 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
20316 appropriate .insn, such that an older assembler can be used.
20317 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
20318 the z/Architecture instruction set on 31-bit targets as well.
20319
20320 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20321
20322 * gdb.go/handcall.exp: Remove all logic related to the first
20323 breakpoint and rely on go_runto_main instead.
20324 * gdb.go/strings.exp: Likewise.
20325 * gdb.go/unsafe.exp: Likewise.
20326 * gdb.go/hello.exp: Likewise. Also rename the remaining
20327 breakpoint marker to "breakpoint 1".
20328 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
20329 * gdb.go/strings.go: Likewise.
20330 * gdb.go/unsafe.go: Likewise.
20331 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
20332 "set breakpoint 2 here" and rename the remaining breakpoint marker
20333 to "breakpoint 1".
20334
20335 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
20336
20337 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
20338 if itertools.imap is not present.
20339 * gdb.python/py-objfile.exp: Add parentheses.
20340 * gdb.python/py-type.exp: Same.
20341 * gdb.python/py-unwind-maint.py: Same.
20342
20343 2015-04-15 Yao Qi <yao.qi@linaro.org>
20344
20345 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
20346 of ":$ptr_size" and set its form explicitly.
20347
20348 2015-04-15 Pedro Alves <palves@redhat.com>
20349 Yao Qi <yao.qi@linaro.org>
20350
20351 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
20352 timeout by factor of 4.
20353 (test_regular_watch): Likewise.
20354 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
20355 * gdb.reverse/sigall-reverse.exp: Likewise.
20356 * gdb.reverse/until-precsave.exp: Likewise.
20357 * lib/gdb.exp (with_timeout_factor): New proc.
20358 (gdb_expect): Move some code to ...
20359 (get_largest_timeout): ... here. New procedure.
20360
20361 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
20362
20363 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
20364
20365 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20366
20367 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
20368 to write to the .text section.
20369
20370 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
20371
20372 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
20373 Handle the case of targets that do not provide PID information.
20374
20375 2015-04-13 Yao Qi <yao.qi@linaro.org>
20376
20377 * lib/gdbserver-support.exp (gdb_exit): Catch exception
20378 and use expect instead of gdb_expect.
20379
20380 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
20381
20382 * gdb.base/coredump-filter.exp: Rename variable "addr" to
20383 "coredump_var_addr" to avoid naming conflict with other testcases.
20384
20385 2015-04-10 Pedro Alves <palves@redhat.com>
20386
20387 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
20388 gdb_test_sequence and gdb_assert.
20389
20390 2015-04-10 Pedro Alves <palves@redhat.com>
20391
20392 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
20393 test messages that don't include the breakpoint address.
20394
20395 2015-04-10 Yao Qi <yao.qi@linaro.org>
20396
20397 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
20398 false for some offset and width combinations which aren't
20399 supported by linux kernel.
20400
20401 2015-04-10 Pedro Alves <palves@redhat.com>
20402
20403 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
20404 procedure, factored out from ...
20405 (top level): ... here. Add "set displaced-stepping" testing axis.
20406 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
20407 parameter "displaced". Use it.
20408 (top level): Use foreach and add "set displaced-stepping" testing
20409 axis.
20410
20411 2015-04-10 Pedro Alves <palves@redhat.com>
20412
20413 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
20414 Remove comment.
20415 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
20416 both the address of the instruction that triggers the watchpoint
20417 and the address of the instruction immediately after, and use
20418 those addresses for the test. Fix comment.
20419
20420 2015-04-10 Pedro Alves <palves@redhat.com>
20421
20422 * gdb.base/sigstep.exp (breakpoint_to_handler)
20423 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
20424 Test "backtrace" in handler.
20425 (breakpoint_over_handler): New parameter 'displaced'. Use it.
20426 (top level): Add new "displaced" test axis to
20427 breakpoint_to_handler, breakpoint_to_handler_entry and
20428 breakpoint_over_handler.
20429
20430 2015-04-10 Pedro Alves <palves@redhat.com>
20431
20432 PR gdb/18216
20433 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
20434
20435 2015-04-10 Yao Qi <yao.qi@linaro.org>
20436
20437 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
20438 (test_add_rn_pc): New function.
20439 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
20440 (top level): Invoke test_add_rn_pc.
20441
20442 2015-04-10 Pedro Alves <palves@redhat.com>
20443
20444 PR gdb/13858
20445 * gdb.base/step-over-no-symbols.exp: New file.
20446
20447 2015-04-09 Andy Wingo <wingo@igalia.com>
20448
20449 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
20450 after the Python tests.
20451
20452 2015-04-08 Keith Seitz <keiths@redhat.com>
20453
20454 PR python/16699
20455 * gdb.python/py-completion.exp: New tests for completion.
20456 * gdb.python/py-completion.py (CompleteLimit1): New class.
20457 (CompleteLimit2): Likewise.
20458 (CompleteLimit3): Likewise.
20459 (CompleteLimit4): Likewise.
20460 (CompleteLimit5): Likewise.
20461 (CompleteLimit6): Likewise.
20462 (CompleteLimit7): Likewise.
20463
20464 2015-04-08 Pedro Alves <palves@redhat.com>
20465
20466 PR gdb/18214
20467 PR gdb/18216
20468 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
20469 function.
20470 (main): Install it as SIGUSR1 handler.
20471 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
20472 parameter. Always use "setup" as prefix. Toggle "set
20473 displaced-stepping" off/on depending on global. Don't switch to
20474 thread 1 here.
20475 (top level): Add displaced stepping "off/on" test axis. Update
20476 "setup" calls. Wrap each subtest with with_test_prefix. Test
20477 continuing with a queued signal in each thread.
20478
20479 2015-04-08 Pedro Alves <palves@redhat.com>
20480
20481 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
20482 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
20483 gdb_breakpoint instead of gdb_test that doesn't expect anything.
20484 Return early if running to main fails.
20485 * gdb.trace/while-stepping.exp: Likewise.
20486
20487 2015-04-07 Pedro Alves <palves@redhat.com>
20488
20489 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
20490 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
20491 interact with inferior program.
20492
20493 2015-04-07 Pedro Alves <palves@redhat.com>
20494
20495 * lib/gdb.exp (inferior_spawn_id): New global.
20496 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
20497 spawn id after processing the user code.
20498 (default_gdb_start): Set inferior_spawn_id.
20499 (send_inferior): New procedure.
20500 * lib/gdbserver-support.exp (gdbserver_start): Set
20501 inferior_spawn_id.
20502 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
20503
20504 2015-04-07 Pedro Alves <palves@redhat.com>
20505
20506 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
20507 * lib/gdbserver-support.exp (gdbserver_start): Make
20508 $server_spawn_id global.
20509 (gdbserver_start): Don't wait for gdbserver's spawn id with
20510 expect_background.
20511 (close_gdbserver): New procedure.
20512 (gdb_exit): Rename the default version and reimplement.
20513
20514 2015-04-07 Pedro Alves <palves@redhat.com>
20515
20516 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
20517 append the substituted item, not the original item.
20518
20519 2015-04-07 Pedro Alves <palves@redhat.com>
20520
20521 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
20522 gdb_expect.
20523
20524 2015-04-07 Pedro Alves <palves@redhat.com>
20525
20526 * gdb.base/interrupt.exp: Don't handle the case of the inferior
20527 output appearing once only.
20528
20529 2015-04-07 Pedro Alves <palves@redhat.com>
20530
20531 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
20532 that doesn't expect anything. Return early if running to main
20533 fails.
20534
20535 2015-04-07 Yao Qi <yao.qi@linaro.org>
20536
20537 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
20538 (child_function): Call alarm.
20539 (main): Move call to alarm into the loop.
20540 * gdb.threads/non-stop-fair-events.exp: Build program with
20541 -DTIMEOUT=$timeout.
20542
20543 2015-04-06 Doug Evans <xdje42@gmail.com>
20544
20545 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
20546 Fix dest parameter to board_info.
20547 (fpc_compile): Ditto.
20548 (gdb_compile_pascal): Rename dest arg to destfile.
20549
20550 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
20551
20552 * gdb.ada/funcall_ref.exp: New file.
20553 * gdb.ada/funcall_ref/foo.adb: New file.
20554
20555 2015-04-02 Yao Qi <yao.qi@linaro.org>
20556
20557 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
20558 is remote.
20559
20560 2015-04-02 Gary Benson <gbenson@redhat.com>
20561
20562 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20563
20564 2015-04-01 Sasha Smundak <asmundak@google.com>
20565
20566 * gdb.python/py-unwind-maint.c: New file.
20567 * gdb.python/py-unwind-maint.exp: New test.
20568 * gdb.python/py-unwind-maint.py: New file.
20569 * gdb.python/py-unwind.c: New file.
20570 * gdb.python/py-unwind.exp: New test.
20571 * gdb.python/py-unwind.py: New test.
20572
20573 2015-04-01 Pedro Alves <palves@redhat.com>
20574
20575 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20576 to fail instead of non-existent $test.
20577
20578 2015-04-01 Pedro Alves <palves@redhat.com>
20579
20580 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20581 GDBFLAGS if not empty.
20582
20583 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20584
20585 * gdb.ada/complete.exp: Remove "multi_line".
20586 * gdb.ada/info_exc.exp: Remove "multi_line".
20587 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20588 * gdb.ada/ptype_field.exp: Remove "multi_line".
20589 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20590 * gdb.ada/tagged.exp: Remove "multi_line".
20591 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20592 [multi_line ...]
20593 * gdb.btrace/delta.exp: Likewise.
20594 * gdb.btrace/exception.exp: Likewise.
20595 * gdb.btrace/function_call_history.exp: Likewise.
20596 * gdb.btrace/instruction_history.exp: Likewise.
20597 * gdb.btrace/nohist.exp: Likewise.
20598 * gdb.btrace/record_goto.exp: Likewise.
20599 * gdb.btrace/segv.exp: Likewise.
20600 * gdb.btrace/stepi.exp: Likewise.
20601 * gdb.btrace/tailcall.exp: Likewise.
20602 * gdb.btrace/unknown_functions.exp: Likewise.
20603 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20604 * lib/gdb.exp: Add the "multi_line" helper.
20605
20606 2015-04-01 Pedro Alves <palves@redhat.com>
20607
20608 * gdb.threads/tid-reuse.c: New file.
20609 * gdb.threads/tid-reuse.exp: New file.
20610
20611 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20612
20613 PR corefiles/16092
20614 * gdb.base/coredump-filter.c: New file.
20615 * gdb.base/coredump-filter.exp: Likewise.
20616
20617 2015-03-27 Petr Machata <pmachata@redhat.com>
20618
20619 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20620 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20621 (Dwarf::assemble): Initialize them.
20622 (Dwarf::lines): New function.
20623
20624 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20625
20626 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20627 SYMBOL_PREFIX for x86_64-*-cygwin.
20628
20629 2015-03-26 Andy Wingo <wingo@igalia.com>
20630
20631 PR symtab/18148
20632 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20633 const_value but not a location.
20634 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20635 location defined in non-main CUs are visible.
20636
20637 2015-03-26 Yao Qi <yao.qi@linaro.org>
20638
20639 PR testsuite/18139
20640 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20641 Add a line number entry for the same line.
20642 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20643 Add a line number entry for the same line.
20644
20645 2015-03-26 Yao Qi <yao.qi@linaro.org>
20646
20647 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20648 .int 0.
20649 (func): Likewise. Add .Lfunc_1 label.
20650 Use .Lfunc_1 label.
20651 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20652 .int 0.
20653 (func): Likewise.
20654 Use .Lfunc_1 label.
20655
20656 2015-03-26 Yao Qi <yao.qi@linaro.org>
20657
20658 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20659 Call gdb_compile instead to compile each .s files without debug
20660 information.
20661
20662 2015-03-26 Yao Qi <yao.qi@linaro.org>
20663
20664 * gdb.base/savedregs.exp (process_saved_regs): Make
20665 "Saved registers:" optional in the pattern.
20666
20667 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20668
20669 * gdb.btrace/next.exp: Merged into step.exp.
20670 * gdb.btrace/finish.exp: Merged into step.exp.
20671 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20672 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20673 "record goto" and checking the exact replay position.
20674 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20675 check for "Recording format" in "info record" output.
20676 * gdb.btrace/record_goto.exp: Choose test file based on target.
20677 * gdb.btrace/x86-record_goto.S: Renamed into ...
20678 * gdb.btrace/x86_64-record_goto.S: ... this.
20679 * gdb.btrace/i686-record_goto.S: New.
20680 * gdb.btrace/x86-tailcall.S: Renamed into ...
20681 * gdb.btrace/x86_64-tailcall.S: ... this.
20682 * gdb.btrace/i686-tailcall.S: New.
20683 * gdb.btrace/x86-tailcall.c: Renamed into ...
20684 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20685 separate statements. Update test.
20686 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20687 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20688 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20689 * gdb.btrace/tailcall.exp: Choose test file based on target.
20690 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20691
20692 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20693
20694 * gdb.btrace/exception.exp: Increase BTS buffer size.
20695
20696 2015-03-24 Pedro Alves <palves@redhat.com>
20697
20698 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20699
20700 2015-03-24 Pedro Alves <palves@redhat.com>
20701
20702 * gdb.threads/schedlock.exp (test_step): No longer expect that
20703 "set scheduler-locking step" with "next" over a function call runs
20704 threads unlocked.
20705
20706 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20707
20708 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20709
20710 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20711
20712 PR breakpoints/16466
20713 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20714 * gdb.mi/mi-pending.c (thread_func): New function.
20715 (int main): Add threading support required.
20716 * gdb.mi/mi-pending.exp: Add tests for this issue.
20717 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20718 (pendfunc2): Remove stdio dependency.
20719 * gdb.mi/mi-pendshr2.c: New file.
20720
20721 2015-03-23 Keith Seitz <keiths@redhat.com>
20722
20723 * gdb.linespec/keywords.c: New file.
20724 * gdb.linespec/keywords.exp: New file.
20725
20726 2015-03-23 Keith Seitz <keiths@redhat.com>
20727
20728 PR gdb/18021
20729 * gdb.dwarf2/staticvirtual.exp: New test.
20730
20731 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20732
20733 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20734 * README: Remove HP-UX and gdb.hp.
20735 (configuration):
20736 * configure: Regenerate.
20737 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20738 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20739 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20740 gdb.hp/gdb.defects/Makefile.
20741 * gdb.hp/Makefile.in: File deleted.
20742 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20743 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20744 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20745 * gdb.hp/gdb.aCC/run.c: File deleted.
20746 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20747 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20748 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20749 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20750 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20751 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20752 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20753 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20754 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20755 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20756 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20757 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20758 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20759 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20760 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20761 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20762 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20763 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20764 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20765 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20766 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20767 * gdb.hp/gdb.compat/average.c: File deleted.
20768 * gdb.hp/gdb.compat/sum.c: File deleted.
20769 * gdb.hp/gdb.compat/xdb.c: File deleted.
20770 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20771 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20772 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20773 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20774 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20775 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20776 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20777 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20778 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20779 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20780 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20781 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20782 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20783 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20784 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20785 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20786 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20787 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20788 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20789 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20790 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20791 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20792 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20793 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20794 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20795 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20796 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20797 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20798 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20799 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20800 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20801 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20802 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20803 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20804 * gdb.hp/tools/odump: File deleted.
20805
20806 2015-03-19 Pedro Alves <palves@redhat.com>
20807
20808 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20809 (saw_thread_3): New globals.
20810 (top level): Increment them when an event for the corresponding
20811 thread is seen.
20812 (no thread starvation): New test.
20813
20814 2015-03-19 Pedro Alves <palves@redhat.com>
20815
20816 * gdb.threads/continue-pending-status.c: New file.
20817 * gdb.threads/continue-pending-status.exp: New file.
20818
20819 2015-03-18 Pedro Alves <palves@redhat.com>
20820
20821 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20822 Use gdb_is_target_remote instead of is_remote. Use
20823 gdb_test_multiple instead of gdb_expect. Exit early if
20824 gdb_test_multiple hits its internal matches. Tighten stepi tests
20825 expected output. Fail on exit with any signal, instead of just
20826 SIGILL.
20827
20828 2015-03-18 Yao Qi <yao.qi@linaro.org>
20829
20830 PR tdep/18107
20831 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20832 variable.
20833 * gdb.base/catch-syscall.exp: Don't skip it on
20834 aarch64*-*-linux* target. Remove elements in all_syscalls.
20835 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20836 target.
20837 (setup_all_syscalls): New proc.
20838
20839 2015-03-16 Yao Qi <yao.qi@linaro.org>
20840
20841 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20842 (top level): Skip tests if valid_addr_p returns false for
20843 $cmd1 or $cmd2.
20844
20845 2015-03-11 Andy Wingo <wingo@igalia.com>
20846
20847 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20848
20849 2015-03-11 Yao Qi <yao.qi@linaro.org>
20850
20851 * gdb.base/catch-syscall.exp: Fix typo in comments.
20852
20853 2015-03-11 Yao Qi <yao.qi@linaro.org>
20854
20855 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20856
20857 2015-03-09 Pedro Alves <palves@redhat.com>
20858
20859 * dg-extract-results.py: Delete.
20860
20861 2015-03-09 Pedro Alves <palves@redhat.com>
20862
20863 Merge dg-extract-results.sh from GCC upstream (r218843).
20864
20865 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20866 * dg-extract-results.sh: Use --text with grep to avoid issues with
20867 binary files. Fall back to cat -v, if that doesn't work.
20868
20869 2015-03-05 Pedro Alves <palves@redhat.com>
20870
20871 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20872
20873 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20874
20875 * lib/mi-support.exp (mi_expect_interrupt): Accept
20876 alternative event for when in all-stop mode.
20877
20878 2015-03-04 Pedro Alves <palves@redhat.com>
20879
20880 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20881
20882 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20883
20884 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20885
20886 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20887
20888 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20889 regexps for GDB's current line display, accept a hex address
20890 preceding the line number.
20891
20892 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20893
20894 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20895 the 'arch1' variable for "s390*-linux*" targets.
20896
20897 2015-03-04 Pedro Alves <palves@redhat.com>
20898
20899 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20900 (main): Pass missing retval argument to pthread_join call.
20901
20902 2015-03-02 Pedro Alves <palves@redhat.com>
20903
20904 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20905 (top level): Call do_test with non-stop as well.
20906
20907 2015-03-02 Pedro Alves <palves@redhat.com>
20908
20909 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20910 -1.
20911
20912 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20913
20914 * gdb.arch/s390-vregs.exp: New test.
20915 * gdb.arch/s390-vregs.S: New file.
20916
20917 2015-02-27 Pedro Alves <palves@redhat.com>
20918
20919 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20920 call to catch_command_errors.
20921 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20922 catch_command_errors.
20923
20924 2015-02-27 Pedro Alves <palves@redhat.com>
20925
20926 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20927 "true" for boolean result.
20928 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20929 prototype of main.
20930
20931 2015-02-27 Pedro Alves <palves@redhat.com>
20932
20933 * lib/unbuffer_output.c: New file.
20934 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20935 (main): Call gdb_unbuffer_output.
20936
20937 2015-02-27 Yao Qi <yao.qi@linaro.org>
20938
20939 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20940 target.
20941
20942 2015-02-26 Doug Evans <dje@google.com>
20943
20944 * gdb.cp/class2.cc (Dbase, D): New classes.
20945 (main): New local delta.
20946 * gdb.cp/class2.exp: Test printing delta.
20947 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20948 (dynbar): New global.
20949 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20950
20951 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20952
20953 * gdb.compile/compile-ifunc.c: New file.
20954 * gdb.compile/compile-ifunc.exp: New file.
20955
20956 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20957
20958 * gdb.base/structs.exp: Check for correct struct on finish.
20959
20960 2015-02-26 Yao Qi <yao.qi@linaro.org>
20961
20962 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20963 is zero.
20964
20965 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20966
20967 * gdb.arch/cordic.ko.bz2: New file.
20968 * gdb.arch/cordic.ko.debug.bz2: New file.
20969 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20970
20971 2015-02-25 Yao Qi <yao.qi@linaro.org>
20972
20973 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20974 aarch64*-*-* target.
20975
20976 2015-02-23 Pedro Alves <palves@redhat.com>
20977
20978 * lib/gdb.exp (delete_breakpoints): Rewrite using
20979 gdb_test_multiple.
20980
20981 2015-02-23 Pedro Alves <palves@redhat.com>
20982
20983 * gdb.base/info-os.c: Include stdlib.h.
20984
20985 2015-02-22 Doug Evans <xdje42@gmail.com>
20986
20987 PR symtab/17855
20988 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20989 is read after symbols have been re-read.
20990 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20991 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20992
20993 2015-02-21 Doug Evans <dje@google.com>
20994
20995 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20996
20997 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20998
20999 PR corefiles/17808
21000 * gdb.arch/i386-biarch-core.core.bz2: New file.
21001 * gdb.arch/i386-biarch-core.exp: New file.
21002
21003 2015-02-21 Pedro Alves <palves@redhat.com>
21004
21005 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
21006 runto_main fails.
21007
21008 2015-02-20 Pedro Alves <palves@redhat.com>
21009
21010 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
21011 info probes.
21012
21013 2015-02-20 Pedro Alves <palves@redhat.com>
21014
21015 * gdb.threads/multi-create-ns-info-thr.exp: New file.
21016
21017 2015-02-20 Pedro Alves <palves@redhat.com>
21018
21019 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
21020 clean_restart before gdb_target_supports_trace.
21021
21022 2015-02-20 Pedro Alves <palves@redhat.com>
21023
21024 PR threads/18006
21025 * gdb.threads/clone-thread_db.c: New file.
21026 * gdb.threads/clone-thread_db.exp: New file.
21027
21028 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
21029
21030 PR breakpoints/16812
21031 * gdb.base/catch-gdb-caused-signals.c: New file.
21032 * gdb.base/catch-gdb-caused-signals.exp: New file.
21033
21034 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
21035
21036 * configure: Regenerated.
21037 * configure.ac: Use GDB_AC_TRANSFORM.
21038 * aclocal.m4: sinclude ../transform.m4.
21039
21040 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
21041
21042 * lib/dtrace.exp: New file.
21043 * gdb.base/dtrace-probe.exp: Likewise.
21044 * gdb.base/dtrace-probe.d: Likewise.
21045 * gdb.base/dtrace-probe.c: Likewise.
21046 * lib/pdtrace.in: Likewise.
21047 * configure.ac: Output variables with the transformed names of
21048 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
21049 * configure: Regenerated.
21050
21051 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
21052
21053 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
21054 expected message when trying to access $_probe_* convenience
21055 variables while not on a probe.
21056
21057 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21058
21059 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
21060
21061 2015-02-11 Pedro Alves <pedro@codesourcery.com>
21062
21063 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
21064 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
21065
21066 2015-02-10 Doug Evans <xdje42@gmail.com>
21067
21068 * lib/gdb.exp (gdb_load): Always return a result.
21069
21070 2015-02-10 Pedro Alves <palves@redhat.com>
21071
21072 * gdb.threads/signal-sigtrap.c: New file.
21073 * gdb.threads/signal-sigtrap.exp: New file.
21074
21075 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
21076
21077 * gdb.trace/no-attach-trace.c: New file.
21078 * gdb.trace/no-attach-trace.exp: New file.
21079
21080 2015-02-09 Mark Wielaard <mjw@redhat.com>
21081
21082 * gdb.dwarf2/atomic.c: New file.
21083 * gdb.dwarf2/atomic-type.exp: Likewise.
21084
21085 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
21086
21087 * gdb.btrace/buffer-size.exp: Update "info record" output.
21088 * gdb.btrace/delta.exp: Update "info record" output.
21089 * gdb.btrace/enable.exp: Update "info record" output.
21090 * gdb.btrace/finish.exp: Update "info record" output.
21091 * gdb.btrace/instruction_history.exp: Update "info record" output.
21092 * gdb.btrace/next.exp: Update "info record" output.
21093 * gdb.btrace/nexti.exp: Update "info record" output.
21094 * gdb.btrace/step.exp: Update "info record" output.
21095 * gdb.btrace/stepi.exp: Update "info record" output.
21096 * gdb.btrace/nohist.exp: Update "info record" output.
21097
21098 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
21099
21100 * gdb.btrace/buffer-size: New.
21101
21102 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
21103
21104 * gdb.btrace/delta.exp: Update "info record" output.
21105 * gdb.btrace/enable.exp: Update "info record" output.
21106 * gdb.btrace/finish.exp: Update "info record" output.
21107 * gdb.btrace/instruction_history.exp: Update "info record" output.
21108 * gdb.btrace/next.exp: Update "info record" output.
21109 * gdb.btrace/nexti.exp: Update "info record" output.
21110 * gdb.btrace/step.exp: Update "info record" output.
21111 * gdb.btrace/stepi.exp: Update "info record" output.
21112 * gdb.btrace/nohist.exp: Update "info record" output.
21113
21114 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
21115
21116 PR gdb/15678
21117 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
21118
21119 2015-02-06 Pedro Alves <palves@redhat.com>
21120
21121 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
21122 macro.
21123 (seconds_left, again): New globals.
21124 (main): Wait seconds_left in a 1-second sleep loop instead of
21125 sleeping 180 seconds. If 'again' is set, reset the seconds
21126 counter.
21127 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
21128 'again' in the inferior before detaching. Print the seconds left.
21129 (options): New global.
21130 (top level): Build program with -DTIMEOUT=$timeout.
21131
21132 2015-02-06 Pedro Alves <palves@redhat.com>
21133
21134 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
21135 determine how many seconds to pass to 'alarm'.
21136 * gdb.base/gdb-sigterm.exp (top level): Build program with
21137 -DTIMEOUT=$timeout.
21138 (do_test): Return success/failure indication. Add more verbose
21139 logging. Don't fail if 200 single steps are seen. Instead, fail
21140 when the test times out.
21141 (passes): New global.
21142 (top level): Break the testing loop if testing fails on any
21143 iteration. Use gdb_assert.
21144
21145 2015-02-04 Don Breazeal <donb@codesourcery.com>
21146
21147 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
21148 and initialize them.
21149 (ipc_cleanup): New function.
21150 (main): Don't declare shmid, semid, and msqid. Add a call to
21151 atexit so that we call ipc_cleanup on exit.
21152
21153 2015-02-04 Pedro Alves <palves@redhat.com>
21154
21155 * boards/native-extended-gdbserver.exp: Remove any target variant
21156 specifications from the board name before clearing the isremote
21157 flag from board_info.
21158
21159 2015-01-31 Doug Evans <xdje42@gmail.com>
21160
21161 * gdb.base/maint.exp <maint print type argc>: Update expected output.
21162
21163 2015-01-31 Gary Benson <gbenson@redhat.com>
21164
21165 * gdb.base/completion.exp: Disable completion limiting for
21166 existing tests. Add new tests to check completion limiting.
21167 * gdb.linespec/ls-errs.exp: Disable completion limiting.
21168
21169 2015-01-31 Doug Evans <xdje42@gmail.com>
21170
21171 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
21172
21173 2015-01-31 Doug Evans <xdje42@gmail.com>
21174
21175 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
21176 entries. Duplicate file section script entries.
21177 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
21178 inlined entries. Add test for safe-path rejection.
21179 * gdb.python/py-section-script.c: Add duplicate inlined section script
21180 entries. Duplicate file section script entries.
21181 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
21182 inlined entries. Add test for safe-path rejection.
21183
21184 2015-01-29 Joel Brobecker <brobecker@adacore.com>
21185
21186 * gdb.ada/disc_arr_bound: New testcase.
21187
21188 2015-01-29 Joel Brobecker <brobecker@adacore.com>
21189
21190 * gdb.ada/mi_var_array: New testcase.
21191
21192 2015-01-27 Doug Evans <dje@google.com>
21193
21194 * gdb.python/py-objfile.exp: Add tests for objfile.username.
21195 Add test for objfile.filename, objfile.username after objfile
21196 has been unloaded.
21197
21198 2015-01-26 Joel Brobecker <brobecker@adacore.com>
21199
21200 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
21201 the second test to print the name attribute of value
21202 returned by the call to gdb.lookup_type, and adjust
21203 the expected output accordingly.
21204
21205 2015-01-25 Mark Wielaard <mjw@redhat.com>
21206
21207 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
21208 * gdb.base/disp-step-fork.c: Include unistd.h.
21209 * gdb.base/siginfo-obj.c: Include stdio.h.
21210 * gdb.base/siginfo-thread.c: Likewise.
21211 * gdb.mi/non-stop.c: Include unistd.h.
21212 * gdb.mi/nsthrexec.c: Include stdio.h.
21213 * gdb.mi/pthreads.c: Include unistd.h.
21214 * gdb.modula2/unbounded1.c (main): Declare returns int.
21215 * gdb.reverse/consecutive-reverse.c: Likewise.
21216 * gdb.threads/create-fail.c: Include unistd.h.
21217 * gdb.threads/killed.c: Likewise.
21218 * gdb.threads/linux-dp.c: Likewise.
21219 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
21220 * gdb.threads/non-ldr-exc-2.c: Likewise.
21221 * gdb.threads/non-ldr-exc-3.c: Likewise.
21222 * gdb.threads/non-ldr-exc-4.c: Likewise.
21223 * gdb.threads/pthreads.c: Include unistd.h.
21224 (main): Declare returns int.
21225 * gdb.threads/tls-main.c (foo): New declaration.
21226 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
21227
21228 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
21229
21230 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
21231 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
21232
21233 2015-01-15 Mark Wielaard <mjw@redhat.com>
21234
21235 * gdb.base/noreturn-return.c: New file.
21236 * gdb.base/noreturn-return.exp: New file.
21237 * gdb.base/noreturn-finish.c: New file.
21238 * gdb.base/noreturn-finish.exp: New file.
21239
21240 2015-01-23 Pedro Alves <palves@redhat.com>
21241
21242 * gdb.threads/continue-pending-after-query.c: New file.
21243 * gdb.threads/continue-pending-after-query.exp: New file.
21244
21245 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
21246 Simon Marchi <simon.marchi@ericsson.com>
21247
21248 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
21249 * gdb.base/valgrind-db-attach.exp: Same.
21250 * gdb.base/valgrind-infcall.exp: Same.
21251 * lib/mi-support.exp (default_mi_gdb_start): Same.
21252 * lib/prompt.exp (default_prompt_gdb_start): Same.
21253 * lib/gdb.exp (default_gdb_spawn): Same.
21254 (gdb_interact): New.
21255
21256
21257 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21258
21259 * gdb.compile/compile.exp (pointer to jit function): New test.
21260
21261 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
21262
21263 * lib/gdb.exp (supports_process_record): Return true for
21264 powerpc*-*-linux*.
21265 (supports_reverse): Likewise.
21266
21267 2015-01-15 Don Breazeal <donb@codesourcery.com>
21268
21269 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
21270 instead of checking whether the target board is remote and
21271 use spawn_wait_for_attach instead of exec/sleep.
21272 * gdb.base/attach-twice.exp: Likewise.
21273
21274 2015-01-15 Joel Brobecker <brobecker@adacore.com>
21275
21276 * gdb.ada/var_arr_attrs: New testcase.
21277
21278 2015-01-14 Pedro Alves <palves@redhat.com>
21279 Joel Brobecker <brobecker@adacore.com>
21280
21281 PR gdb/17525
21282 * gdb.base/bp-cmds-execution-x-script.c: New file.
21283 * gdb.base/bp-cmds-execution-x-script.exp: New file.
21284 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
21285
21286 2015-01-14 Pedro Alves <palves@redhat.com>
21287
21288 PR cli/17828
21289 * gdb.base/batch-preserve-term-settings.c: New file.
21290 * gdb.base/batch-preserve-term-settings.exp: New file.
21291
21292 2015-01-13 Doug Evans <dje@google.com>
21293
21294 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
21295 binary.
21296
21297 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21298
21299 * Makefile.in (clean mostlyclean): Do not delete *.py.
21300
21301 2015-01-13 Joel Brobecker <brobecker@adacore.com>
21302
21303 * gdb.python/py-lookup-type.exp: New file.
21304
21305 2015-01-12 Pedro Alves <palves@redhat.com>
21306
21307 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
21308 restore GDBFLAGS before returning.
21309
21310 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21311
21312 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
21313 is_amd64_regs_target and is_x86_like_target.
21314
21315 2015-01-11 Doug Evans <xdje42@gmail.com>
21316
21317 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
21318 is given without an explicit form.
21319 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
21320 attributes.
21321 * gdb.dwarf/corrupt.exp: Ditto.
21322 * gdb.dwarf2/enum-type.exp: Ditto.
21323 * gdb.trace/entry-values.exp: Ditto.
21324 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
21325
21326 2015-01-11 Doug Evans <xdje42@gmail.com>
21327
21328 PR gdb/15830
21329 * gdb.base/maint.exp: Remove references to "maint demangle".
21330 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
21331 Add tests for explicitly specifying language to demangle.
21332 * gdb.dlang/demangle.exp: Ditto.
21333
21334 2015-01-09 Pedro Alves <palves@redhat.com>
21335
21336 * gdb.threads/non-stop-fair-events.c: New file.
21337 * gdb.threads/non-stop-fair-events.exp: New file.
21338
21339 2015-01-09 Pedro Alves <palves@redhat.com>
21340
21341 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
21342 the global scope. Set a breakpoint after all threads are started
21343 rather than stepping over two source lines. Expect the prompt.
21344 * gdb.base/watch_thread_num.c (threads_started_barrier): New
21345 global.
21346 (NUM): Now 15.
21347 (main): Use threads_started_barrier to wait for all threads to
21348 start. Main thread no longer calls thread_function. Exit after
21349 180 seconds.
21350 (loop): New function.
21351 (thread_function): Wait on threads_started_barrier barrier. Call
21352 'loop' at each iteration.
21353 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
21354 threads have started, instead of hardcoding number of "next"
21355 steps. Use an access watchpoint instead of a write watchpoint.
21356
21357 2015-01-09 Pedro Alves <palves@redhat.com>
21358
21359 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
21360 (thread_func): Wait on barrier.
21361 (main): Wait for all threads to start before stopping GDB.
21362 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
21363 global.
21364 (thread1_func, thread2_func): Wait on barrier.
21365 (main): Wait for all threads to start before stopping GDB.
21366 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
21367 New global.
21368 (thread1_func, thread2_func): Wait on barrier.
21369 (main): Wait for all threads to start before stopping GDB.
21370
21371 2015-01-09 Pedro Alves <palves@redhat.com>
21372
21373 * gdb.threads/attach-many-short-lived-threads.c: New file.
21374 * gdb.threads/attach-many-short-lived-threads.exp: New file.
21375
21376 2014-01-09 Pedro Alves <palves@redhat.com>
21377
21378 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
21379 instead of to thread 2.
21380 * gdb.threads/signal-command-multiple-signals-pending.c (main):
21381 Add barrier around each pthread_create call instead of around all
21382 calls.
21383 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
21384 Set a break on thread_function and have the child threads hit it
21385 one at at a time.
21386
21387 2015-01-09 Pedro Alves <palves@redhat.com>
21388
21389 * lib/gdb.exp (can_spawn_for_attach): New procedure.
21390 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
21391 false.
21392 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
21393 checking whether the target board is remote.
21394 * gdb.multi/multi-attach.exp: Likewise.
21395 * gdb.python/py-sync-interp.exp: Likewise.
21396 * gdb.server/ext-attach.exp: Likewise.
21397 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
21398 tests that need to attach, instead of checking whether the target
21399 board is remote at the top of the file.
21400
21401 2015-01-08 Yao Qi <yao@codesourcery.com>
21402
21403 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
21404
21405 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21406
21407 Fix testcase compilation.
21408 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
21409
21410 2015-01-06 Joel Brobecker <brobecker@adacore.com>
21411
21412 * gdb.python/py-type.exp: Add a couple test about empty
21413 array creation, and negative-length array creation.
21414
21415 2015-01-02 Doug Evans <xdje42@gmail.com>
21416
21417 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
21418
21419 2015-01-02 Doug Evans <dje@google.com>
21420
21421 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
21422
21423 2014-12-29 Yao Qi <yao@codesourcery.com>
21424
21425 * gdb.trace/entry-values.exp: Update comments. Rename variable
21426 bar_call_foo to returned_from_foo.
21427
21428 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
21429
21430 PR gdb/17394
21431 * gdb.linespec/break-asm-file.c: New file.
21432 * gdb.linespec/break-asm-file.exp: New file.
21433 * gdb.linespec/break-asm-file0.s: New file.
21434 * gdb.linespec/break-asm-file1.s: New file.
21435
21436 2014-12-18 Nigel Stephens <nigel@mips.com>
21437 Maciej W. Rozycki <macro@codesourcery.com>
21438
21439 * gdb.base/float.exp: Handle the new output from "info float" on
21440 MIPS targets.
21441
21442 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21443
21444 Fix MinGW compilation.
21445 * gdb.compile/compile-ops.exp: Update untested message if
21446 !skip_compile_feature_tests.
21447 * gdb.compile/compile-setjmp.exp: Likewise.
21448 * gdb.compile/compile-tls.exp: Likewise.
21449 * gdb.compile/compile.exp: Likewise.
21450 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
21451 supported on this host".
21452
21453 2014-12-16 Doug Evans <xdje42@gmail.com>
21454
21455 * boards/stabs.exp: New file.
21456
21457 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
21458
21459 * gdb.base/completion.exp: Adjust to format changes of "maint
21460 print user-registers".
21461
21462 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
21463
21464 PR server/17457
21465 * gdb.arch/aarch64-fp.c: New file.
21466 * gdb.arch/aarch64-fp.exp: New file.
21467
21468 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
21469
21470 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
21471 r210637, r210913, r211666, r215400, r215817).
21472
21473 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
21474 * dg-extract-results.py: New file.
21475 * dg-extract-results.sh: Use it if the environment seems
21476 suitable.
21477
21478 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
21479
21480 * dg-extract-results.py (parse_run): Handle warnings that
21481 are printed before a test harness is run.
21482
21483 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
21484
21485 * dg-extract-results.py (Named): Remove __cmp__ method.
21486 (output_variation): Use a key to sort variation.harnesses.
21487
21488 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
21489
21490 * dg-extract-results.py: For Python 3, force sys.stdout to
21491 handle surrogate escape sequences.
21492 (safe_open): New function.
21493 (output_segment, main): Use it.
21494
21495 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
21496
21497 * dg-extract-results.py (Prog.result_re): Include options
21498 in test name.
21499
21500 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
21501
21502 * dg-extract-results.py (output_variation): Always sort if
21503 do_sum.
21504
21505 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
21506
21507 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
21508 as long as we get pagination notifications.
21509
21510 2014-12-15 Jason Merrill <jason@redhat.com>
21511
21512 * Makefile.in (check-gdb.%): Restore.
21513 * README: Mention it.
21514
21515 2014-12-13 Joel Brobecker <brobecker@adacore.com>
21516
21517 * gdb.ada/str_uninit: New testcase.
21518
21519 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21520
21521 PR symtab/17642
21522 * gdb.base/vla-stub-define.c: New file.
21523 * gdb.base/vla-stub.c: New file.
21524 * gdb.base/vla-stub.exp: New file.
21525
21526 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
21527 Jan Kratochvil <jan.kratochvil@redhat.com>
21528 Tom Tromey <tromey@redhat.com>
21529
21530 * configure.ac: Add gdb.compile/.
21531 * configure: Regenerate.
21532 * gdb.compile/Makefile.in: New file.
21533 * gdb.compile/compile-ops.exp: New file.
21534 * gdb.compile/compile-ops.c: New file.
21535 * gdb.compile/compile-tls.c: New file.
21536 * gdb.compile/compile-tls.exp: New file.
21537 * gdb.compile/compile-constvar.S: New file.
21538 * gdb.compile/compile-constvar.c: New file.
21539 * gdb.compile/compile-mod.c: New file.
21540 * gdb.compile/compile-nodebug.c: New file.
21541 * gdb.compile/compile-setjmp-mod.c: New file.
21542 * gdb.compile/compile-setjmp.c: New file.
21543 * gdb.compile/compile-setjmp.exp: New file.
21544 * gdb.compile/compile-shlib.c: New file.
21545 * gdb.compile/compile.c: New file.
21546 * gdb.compile/compile.exp: New file.
21547 * lib/gdb.exp (skip_compile_feature_tests): New proc.
21548
21549 2014-12-12 Tom Tromey <tromey@redhat.com>
21550
21551 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
21552 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
21553
21554 2014-12-12 Doug Evans <dje@google.com>
21555
21556 * lib/gdb-python.exp (get_python_valueof): New function.
21557 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
21558
21559 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21560
21561 * gdb.base/completion.exp: Add test for completion of "info
21562 registers ".
21563
21564 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21565
21566 * gdb.base/func-ptrs.c: New file.
21567 * gdb.base/func-ptrs.exp: New file.
21568
21569 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21570
21571 PR breakpoints/17012
21572 * gdb.base/dprintf-detach.c: New file.
21573 * gdb.base/dprintf-detach.exp: New file.
21574
21575 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21576
21577 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21578 * lib/gdb.exp (target_is_gdbserver): New procedure.
21579
21580 2014-12-08 Doug Evans <dje@google.com>
21581
21582 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21583
21584 2014-12-05 Yao Qi <yao@codesourcery.com>
21585
21586 * gdb.guile/scm-error.exp: Remove the third argument to
21587 gdb_remote_download.
21588 * gdb.guile/scm-frame-args.exp: Likewise.
21589 * gdb.guile/scm-section-script.exp: Likewise.
21590
21591 2014-12-05 Yao Qi <yao@codesourcery.com>
21592
21593 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21594
21595 2014-12-04 Doug Evans <dje@google.com>
21596
21597 * gdb.python/py-objfile.exp: Add tests for
21598 objfile.add_separate_debug_file.
21599
21600 2014-12-04 Doug Evans <dje@google.com>
21601
21602 * lib/gdb.exp (get_build_id): New function.
21603 (build_id_debug_filename_get): Rewrite to use it.
21604 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21605
21606 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21607
21608 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21609 `method(long)', not just 0x0.
21610 * gdb.cp/nsalias.exp: Align code labels to 4.
21611 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21612 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21613 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21614 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21615 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21616 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21617
21618 2014-12-02 Doug Evans <dje@google.com>
21619
21620 PR symtab/17602
21621 * gdb.cp/anon-ns.cc: Move guts of this file to ...
21622 * gdb.cp/anon-ns2.cc: ... here. New file.
21623 * gdb.cp/anon-ns.exp: Update.
21624
21625 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
21626
21627 * gdb.python/py-events.py (inferior_call_handler): New.
21628 (register_changed_handler, memory_changed_handler): New.
21629 (test_events.invoke): Register new handlers.
21630 * gdb.python/py-events.exp: Add tests for inferior call,
21631 memory_changed and register_changed events.
21632
21633 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21634
21635 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21636 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21637 if the linker doesn't understand this.
21638
21639 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21640
21641 * gdb.python/python.exp: Change expected reply to help().
21642
21643 2014-12-01 Yao Qi <yao@codesourcery.com>
21644
21645 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21646 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21647 * configure: Re-generated.
21648
21649 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21650
21651 * gdb.cp/chained-calls.cc: New file.
21652 * gdb.cp/chained-calls.exp: New file.
21653 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21654
21655 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21656
21657 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21658 * gdb.dwarf2/symtab-producer.exp: Same.
21659 * gdb.gdb/python-interrupts.exp: Same.
21660 * gdb.gdb/python-selftest.exp: Same.
21661 * gdb.python/py-linetable.exp: Same.
21662 * gdb.python/py-type.exp: Same.
21663 * gdb.python/py-value-cc.exp: Same.
21664 * gdb.python/py-value.exp: Same.
21665
21666 2014-11-28 Yao Qi <yao@codesourcery.com>
21667
21668 * gdb.base/break-probes.exp: Match library name prefixed with
21669 sysroot.
21670
21671 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21672
21673 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21674 test expected output. Add parentheses for the call to print.
21675 Remove L suffix from integers.
21676
21677 2014-11-26 Doug Evans <dje@google.com>
21678
21679 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21680
21681 2014-11-22 Yao Qi <yao@codesourcery.com>
21682
21683 * gdb.trace/entry-values.c: Remove asms.
21684 (foo): Add foo_label.
21685 (bar): Add bar_label.
21686 * gdb.trace/entry-values.exp: Remove code computing foo's
21687 length and bar's length.
21688 (Dwarf::assemble): Invoke function_range for bar and use
21689 MACRO_AT_func for foo.
21690
21691 2014-11-22 Yao Qi <yao@codesourcery.com>
21692
21693 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21694 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21695 Use .Lgcc43_procstart instead of gcc43.
21696
21697 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21698
21699 * gdb.ada/n_arr_bound: New testcase.
21700
21701 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21702
21703 PR breakpoints/10737
21704 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21705 test_catch_syscall_multi_arch.
21706 (test_catch_syscall_multi_arch): New function.
21707
21708 2014-11-20 Doug Evans <xdje42@gmail.com>
21709
21710 * gdb.base/maint.exp: Update expected output.
21711
21712 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21713
21714 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21715 4-byte instruction on S390.
21716
21717 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21718
21719 * gdb.ada/arr_arr: New testcase.
21720
21721 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21722
21723 * gdb.ada/pkd_arr_elem: New Testcase.
21724
21725 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
21726
21727 * gdb.reverse/break-precsave: Expect completion message for
21728 core file reads.
21729 * gdb.reverse/consecutive-precsave.exp: Likewise.
21730 * gdb.reverse/finish-precsave.exp: Likewise.
21731 * gdb.reverse/i386-precsave.exp: Likewise.
21732 * gdb.reverse/machinestate-precsave.exp: Likewise.
21733 * gdb.reverse/sigall-precsave.exp: Likewise.
21734 * gdb.reverse/solib-precsave.exp: Likewise.
21735 * gdb.reverse/step-precsave.exp: Likewise.
21736 * gdb.reverse/until-precsave.exp: Likewise.
21737 * gdb.reverse/watch-precsave.exp: Likewise.
21738
21739 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21740
21741 * gdb.base/bp-permanent.c: Include unistd.h.
21742 * gdb.python/py-framefilter-mi.c (main): Add return type.
21743 * gdb.python/py-framefilter.c (main): Likewise.
21744 * gdb.trace/actions-changed.c (main): Likewise.
21745
21746 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21747
21748 * gdb.mi/until.c: Add eye-catchers.
21749 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21750 line numbers.
21751
21752 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21753
21754 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21755 function header variants in break1.c.
21756 * gdb.base/ena-dis-br.exp: Likewise.
21757 * gdb.base/hbreak2.exp: Likewise.
21758 * gdb.reverse/until-precsave.exp: Drop references to removed
21759 non-prototype function header variants in ur1.c.
21760 * gdb.reverse/until-reverse.exp: Likewise.
21761
21762 2014-11-17 Petr Machata <pmachata@redhat.com>
21763
21764 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21765 ${_cu_offset_size} bytes abbrev offset.
21766
21767 2014-11-15 Doug Evans <xdje42@gmail.com>
21768
21769 PR symtab/17559
21770 * gdb.base/line-symtabs.exp: New file.
21771 * gdb.base/line-symtabs.c: New file.
21772 * gdb.base/line-symtabs.h: New file.
21773
21774 2014-11-14 Yao Qi <yao@codesourcery.com>
21775
21776 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21777 (func): Add label func_label.
21778 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21779 Replace low_pc and high_pc with MACRO_AT_range.
21780 Replace name, low_pc and high_pc with MACRO_AT_func.
21781
21782 2014-11-14 Yao Qi <yao@codesourcery.com>
21783
21784 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21785 Replace name, low_pc and high_pc with MACRO_AT_func.
21786
21787 2014-11-14 Yao Qi <yao@codesourcery.com>
21788
21789 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21790 produce debug information.
21791 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21792
21793 2014-11-14 Yao Qi <yao@codesourcery.com>
21794
21795 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21796 object and get function length.
21797 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21798 with MACRO_AT_func.
21799 (top-level): Replace gdb_compile and clean_restart with
21800 prepare_for_testing.
21801 * gdb.dwarf2/main.c (main): Add label main_label.
21802
21803 2014-11-14 Yao Qi <yao@codesourcery.com>
21804
21805 * lib/dwarf.exp (function_range): New procedure.
21806 (Dwarf::_handle_macro_at_func): New procedure.
21807 (Dwarf::_handle_macro_at_range): New procedure.
21808 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21809
21810 2014-11-14 Yao Qi <yao@codesourcery.com>
21811
21812 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21813 (_handle_attribute): New procedure.
21814
21815 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21816
21817 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21818 * gdb.base/call-sc.c (zed): Likewise.
21819 * gdb.base/checkpoint.c (main): Likewise.
21820 * gdb.base/dump.c (main): Likewise.
21821 * gdb.base/gcore.c (main): Likewise.
21822 * gdb.base/huge.c (main): Likewise.
21823 * gdb.base/multi-forks.c (main): Likewise.
21824 * gdb.base/pr10179-a.c (main): Likewise.
21825 * gdb.base/savedregs.c (main): Likewise.
21826 * gdb.base/sigaltstack.c (main): Likewise.
21827 * gdb.base/siginfo.c (main): Likewise.
21828 * gdb.base/structs.c (zed): Likewise.
21829 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21830 * gdb.mi/mi-syn-frame.c (main): Likewise.
21831 * gdb.mi/until.c (foo, main): Likewise.
21832 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21833 * gdb.base/solib-weak.c (foo): Declare.
21834 * gdb.base/attach-twice.c: Include stdio.h.
21835 * gdb.base/weaklib1.c: Likewise.
21836 * gdb.base/weaklib2.c: Likewise.
21837 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21838 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21839 unistd.h.
21840 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21841 * gdb.mi/mi-exit-code.c: Likewise.
21842 * gdb.base/break-interp-lib.c: Include string.h.
21843 * gdb.base/coremaker.c: Likewise.
21844 * gdb.base/testenv.c: Likewise.
21845 * gdb.python/py-finish-breakpoint.c: Likewise.
21846 * gdb.base/inferior-died.c: Include sys/wait.h.
21847 * gdb.base/fileio.c: Include time.h.
21848 * gdb.base/async-shell.c: Include unistd.h.
21849 * gdb.base/dprintf-non-stop.c: Likewise.
21850 * gdb.base/info-os.c: Likewise.
21851 * gdb.mi/mi-console.c: Likewise.
21852 * gdb.mi/watch-nonstop.c: Likewise.
21853 * gdb.python/py-events.c: Likewise.
21854 * gdb.base/async.c (baz): Move up before its invocation.
21855 * gdb.base/code_elim2.c (my_global_func): Likewise.
21856 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21857 * gdb.base/advance.c (func2): Likewise.
21858
21859 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21860
21861 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21862 variant.
21863 * gdb.base/annota3.c: Likewise.
21864 * gdb.base/async.c: Likewise.
21865 * gdb.base/average.c: Likewise.
21866 * gdb.base/call-ar-st.c: Likewise.
21867 * gdb.base/call-rt-st.c: Likewise.
21868 * gdb.base/call-sc.c: Likewise.
21869 * gdb.base/call-strs.c: Likewise.
21870 * gdb.base/ending-run.c: Likewise.
21871 * gdb.base/execd-prog.c: Likewise.
21872 * gdb.base/exprs.c: Likewise.
21873 * gdb.base/foll-exec.c: Likewise.
21874 * gdb.base/foll-fork.c: Likewise.
21875 * gdb.base/foll-vfork.c: Likewise.
21876 * gdb.base/funcargs.c: Likewise.
21877 * gdb.base/gcore.c: Likewise.
21878 * gdb.base/jump.c: Likewise.
21879 * gdb.base/langs0.c: Likewise.
21880 * gdb.base/langs1.c: Likewise.
21881 * gdb.base/langs2.c: Likewise.
21882 * gdb.base/mips_pro.c: Likewise.
21883 * gdb.base/nodebug.c: Likewise.
21884 * gdb.base/opaque0.c: Likewise.
21885 * gdb.base/opaque1.c: Likewise.
21886 * gdb.base/recurse.c: Likewise.
21887 * gdb.base/run.c: Likewise.
21888 * gdb.base/scope0.c: Likewise.
21889 * gdb.base/scope1.c: Likewise.
21890 * gdb.base/setshow.c: Likewise.
21891 * gdb.base/setvar.c: Likewise.
21892 * gdb.base/shmain.c: Likewise.
21893 * gdb.base/shr1.c: Likewise.
21894 * gdb.base/shr2.c: Likewise.
21895 * gdb.base/sigall.c: Likewise.
21896 * gdb.base/signals.c: Likewise.
21897 * gdb.base/so-indr-cl.c: Likewise.
21898 * gdb.base/solib2.c: Likewise.
21899 * gdb.base/structs.c: Likewise.
21900 * gdb.base/sum.c: Likewise.
21901 * gdb.base/vforked-prog.c: Likewise.
21902 * gdb.base/watchpoint.c: Likewise.
21903 * gdb.reverse/shr2.c: Likewise.
21904 * gdb.reverse/until-reverse.c: Likewise.
21905 * gdb.reverse/ur1.c: Likewise.
21906 * gdb.reverse/watch-reverse.c: Likewise.
21907
21908 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21909
21910 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21911 variant.
21912 * gdb.base/sepdebug.exp: Drop references to removed code.
21913
21914 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21915
21916 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21917 variant. Preserve original line numbering.
21918 * gdb.base/list1.c: Likewise.
21919
21920 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21921
21922 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21923 variant.
21924 * gdb.base/break1.c: Likewise.
21925 * gdb.base/break.exp: Drop references to removed code.
21926
21927 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21928
21929 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21930 variant.
21931
21932 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21933
21934 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21935
21936 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21937
21938 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21939 logic into perform_all_tests() and invoke it with and without
21940 function header prototypes.
21941 (do_function_calls): Remove conditional XFAIL for PR 5318.
21942 (rerun_and_prepare): Remove duplicate code.
21943 (perform_all_tests): New. Main logic moved here.
21944
21945 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21946
21947 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21948 code guarded by #ifdef NO_PROTOTYPES.
21949 (t_double_many_args): Likewise.
21950 (DEF_FUNC_MANY_ARGS_1): Likewise.
21951 (DEF_FUNC_VALUES_1): Likewise.
21952 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21953 guarded by #ifdef PROTOTYPES.
21954
21955 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21956
21957 * gdb.mi/mi-console.c: Add eye-catcher.
21958 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21959 instead of literal line number.
21960
21961 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21962
21963 * gdb.base/shr2.c: Add eye-catcher.
21964 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21965 line number.
21966
21967 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21968
21969 * gdb.base/jump.c: Add eye-catchers.
21970 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21971 numbers.
21972
21973 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21974
21975 * gdb.base/execd-prog.c: Add eye-catchers.
21976 * gdb.base/foll-exec.c: Likewise.
21977 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21978 line numbers.
21979
21980 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21981
21982 * gdb.base/ending-run.c: Add eye-catchers.
21983 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21984 literal line numbers.
21985
21986 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21987
21988 * gdb.base/call-rt-st.c: Add eye-catchers.
21989 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21990 literal line numbers.
21991
21992 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21993
21994 * gdb.base/call-ar-st.c: Add eye-catchers.
21995 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21996 literal line numbers.
21997
21998 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21999
22000 * gdb.base/average.c: Add eye-catchers.
22001 * gdb.base/sum.c: Likewise.
22002 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
22003 regexps dynamically.
22004
22005 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
22006
22007 * gdb.base/solib1.c: Add eye-catchers.
22008 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
22009 literal line numbers.
22010
22011 2014-11-12 Pedro Alves <palves@redhat.com>
22012
22013 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
22014 leader has exited.
22015
22016 2014-11-12 Pedro Alves <palves@redhat.com>
22017
22018 * gdb.arch/i386-bp_permanent.c: New file.
22019 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
22020 (srcfile): Set to i386-bp_permanent.c.
22021 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
22022 that stepi does not execute the 'leave' instruction, instead of
22023 testing it does execute.
22024 * gdb.base/bp-permanent.c: New file.
22025 * gdb.base/bp-permanent.exp: New file.
22026
22027 2014-11-10 Doug Evans <xdje42@gmail.com>
22028
22029 PR symtab/17564
22030 * gdb.base/symtab-search-order.exp: New file.
22031 * gdb.base/symtab-search-order.c: New file.
22032 * gdb.base/symtab-search-order-1.c: New file.
22033 * gdb.base/symtab-search-order-shlib-1.c: New file.
22034
22035 2014-11-07 Pedro Alves <palves@redhat.com>
22036
22037 PR gdb/17511
22038 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
22039 i?86-*-linux*.
22040
22041 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
22042
22043 PR c++/17494
22044 * gdb.cp/pr17494.cc: New file.
22045 * gdb.cp/pr17494.exp: New file.
22046
22047 2014-11-02 Yao Qi <yao@codesourcery.com>
22048
22049 * gdb.python/python.exp: Get working directory and match the
22050 output of "set extended-prompt \\w " with it.
22051
22052 2014-10-30 Doug Evans <dje@google.com>
22053
22054 * gdb.python/py-objfile.exp: Add tests for setting random attributes
22055 in objfiles.
22056 * gdb.python/py-progspace.exp: Add tests for setting random attributes
22057 in progspaces.
22058
22059 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
22060
22061 * gdb.base/fullpath-expand.exp: Skip for a remote host.
22062 * gdb.base/realname-expand.exp: Likewise.
22063 * gdb.linespec/macro-relative.exp: Likewise.
22064
22065 2014-10-29 Pedro Alves <palves@redhat.com>
22066
22067 PR gdb/17408
22068 * gdb.threads/schedlock.c (some_function): New function.
22069 (call_function): New global.
22070 (MAYBE_CALL_SOME_FUNCTION): New macro.
22071 (thread_function): Call it.
22072 * gdb.threads/schedlock.exp (get_args): Add description parameter,
22073 and use it instead of a global counter. Adjust all callers.
22074 (get_current_thread): Use "find current thread" for test message
22075 here rather than having all callers pass down the same string.
22076 (goto_loop): New procedure, factored out from ...
22077 (my_continue): ... this.
22078 (step_ten_loops): Change parameter from test message to command to
22079 use. Adjust.
22080 (list_count): Delete global.
22081 (check_result): New procedure, factored out from duplicate top
22082 level code.
22083 (continue tests): Wrap in with_test_prefix.
22084 (test_step): New procedure, factored out from duplicate top level
22085 code.
22086 (top level): Test "step" in combination with all scheduler-locking
22087 modes. Test "next" in combination with all scheduler-locking
22088 modes, and in combination with stepping over a function call or
22089 not.
22090 * gdb.threads/next-bp-other-thread.c: New file.
22091 * gdb.threads/next-bp-other-thread.exp: New file.
22092
22093 2014-10-29 Pedro Alves <palves@redhat.com>
22094
22095 PR python/17372
22096 * gdb.python/python.exp: Test a multi-line command that spawns
22097 interactive Python.
22098 * gdb.base/multi-line-starts-subshell.exp: New file.
22099
22100 2014-10-29 Yao Qi <yao@codesourcery.com>
22101
22102 * gdb.base/fileio.exp: Make directories on host.
22103
22104 2014-10-29 Yao Qi <yao@codesourcery.com>
22105
22106 * gdb.base/fileio.c (test_write): Close the file.
22107
22108 2014-10-28 Pedro Alves <palves@redhat.com>
22109
22110 PR gdb/12623
22111 * gdb.base/sigstep.c (no_handler): New global.
22112 (main): If 'no_handler is true, set the signal handlers to
22113 SIG_IGN.
22114 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
22115 with_sw_watch and no_handler parameters. Handle them.
22116 (top level) <stepping over handler when stopped at a breakpoint
22117 test>: Add a test axis for testing with a software watchpoint, and
22118 another for testing with the signal handler set to SIG_IGN.
22119 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
22120 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
22121
22122 2014-10-28 Pedro Alves <palves@redhat.com>
22123
22124 PR gdb/17511
22125 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
22126 * gdb.base/sigstep.exp (other_handler_location): New global.
22127 (advance): Support stepping into the signal handler, and running
22128 commands while in the handler.
22129 (in_handler_map): New global.
22130 (top level): In the advance test, add combinations for getting
22131 into the handler with stepping commands, and for running commands
22132 in the handler. Add comment descripting the advancei tests.
22133
22134 2014-10-28 Pedro Alves <palves@redhat.com>
22135
22136 * gdb.base/sigstep.exp: Use build_executable instead of
22137 prepare_for_testing.
22138 (top level): Move code that starts GDB, runs to main and creates a
22139 display to ...
22140 (restart): ... this new procedure.
22141 (top level): Move backtrace from signal handler test to ...
22142 (validate_backtrace): ... this new procedure.
22143 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
22144 with_test_prefix. Always restart GDB.
22145 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
22146 with_test_prefix. Always restart GDB. No need to delete
22147 breakpoints after the test.
22148 (test_skip_handler): Remove prefix parameter.
22149 (skip_over_handler, breakpoint_to_handler)
22150 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
22151 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
22152 restart GDB. No need to delete breakpoints after the test.
22153 (top level): Use foreach to call the test procedures with
22154 different commands.
22155
22156 2014-10-28 Pedro Alves <palves@redhat.com>
22157
22158 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
22159 instead of GNATS numbers.
22160 * gdb.base/sigbpt.exp: Likewise.
22161 * gdb.base/siginfo.exp: Likewise.
22162 * gdb.base/sigstep.exp: Likewise.
22163
22164 2014-10-27 Pedro Alves <palves@redhat.com>
22165
22166 * gdb.base/sigstep.c (dummy): New global.
22167 (main): Issue a couple writes to the new global.
22168 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
22169 procedures.
22170 (skip_over_handler): Use test_skip_handler.
22171 (top level): Call skip_over_handler for stepi and nexti too.
22172 (breakpoint_over_handler): Use test_skip_handler.
22173 (top level): Call breakpoint_over_handler for stepi and nexti too.
22174
22175 2014-10-27 Yao Qi <yao@codesourcery.com>
22176
22177 * gdb.trace/tfile.c (adjust_function_address)
22178 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
22179 function descriptor.
22180
22181 2014-10-24 Don Breazeal <donb@codesourcery.com>
22182
22183 * gdb.base/foll-fork.exp (test_follow_fork,
22184 catch_fork_child_follow): Check for updated fork messages emitted
22185 from infrun.c.
22186 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
22187 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
22188 vfork_and_exec_child_follow_through_step): Check for updated vfork
22189 messages emitted from infrun.c.
22190
22191 2014-10-24 Pedro Alves <palves@redhat.com>
22192
22193 * gdb.base/corefile.exp: Remove references to ultrix.
22194 * gdb.base/interrupt.exp: Likewise.
22195 * gdb.base/whatis.exp: Likewise.
22196 * gdb.gdb/selftest.exp: Likewise.
22197 * gdb.threads/manythreads.exp: Likewise.
22198 * gdb.threads/print-threads.exp: Likewise.
22199 * gdb.threads/pthreads.exp:: Likewise.
22200 * gdb.threads/schedlock.exp: Likewise.
22201
22202 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
22203
22204 * gdb.cp/non-trivial-retval.cc: Add a test case.
22205 * gdb.cp/non-trivial-retval.exp: Add a test.
22206
22207 2014-10-20 Yao Qi <yao@codesourcery.com>
22208
22209 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
22210 * gdb.python/py-objfile-script-gdb.py: New file.
22211 * gdb.python/py-objfile-script.exp: Update reference to
22212 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
22213 of remote_download. Remove the dest file.
22214
22215 2014-10-20 Yao Qi <yao@codesourcery.com>
22216
22217 * gdb.base/checkpoint.exp: Don't remove file copied on host.
22218 * gdb.base/step-line.exp: Likewise.
22219 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22220 * gdb.dwarf2/dw2-basic.exp: Likewise.
22221 * gdb.dwarf2/dw2-compressed.exp: Likewise.
22222 * gdb.dwarf2/dw2-filename.exp: Likewise.
22223 * gdb.dwarf2/dw2-intercu.exp: Likewise.
22224 * gdb.dwarf2/dw2-intermix.exp: Likewise.
22225 * gdb.dwarf2/dw2-producer.exp: Likewise.
22226 * gdb.dwarf2/mac-fileno.exp: Likewise.
22227 * gdb.python/py-frame-args.exp: Likewise.
22228 * gdb.python/py-framefilter.exp: Likewise.
22229 * gdb.python/py-mi.exp: Likewise.
22230 * gdb.python/py-objfile-script.exp: Likewise
22231 * gdb.python/py-pp-integral.exp: Likewise.
22232 * gdb.python/py-pp-re-notag.exp: Likewise.
22233 * gdb.python/py-prettyprint.exp: Likewise.
22234 * gdb.python/py-section-script.exp: Likewise.
22235 * gdb.python/py-typeprint.exp: Likewise.
22236 * gdb.python/py-xmethods.exp: Likewise.
22237 * gdb.stabs/weird.exp: Likewise.
22238 * gdb.xml/tdesc-regs.exp: Likewise.
22239
22240 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
22241
22242 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
22243 (out_cu): Use addr_len for the size of addresses.
22244 (out_line): Likewise. Size DW_LNE_set_address instruction
22245 according to addr_len.
22246 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
22247 (FUNC): Add START_INSNS to definition.
22248
22249 2014-10-18 Yao Qi <yao@codesourcery.com>
22250
22251 * gdb.base/argv0-symlink.exp: Check argv[0] value if
22252 gdb_has_argv0 return true.
22253 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
22254 check [target_info exists noargs], check [gdb_has_argv0]
22255 instead.
22256 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22257 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
22258 procedures.
22259
22260 2014-10-17 Doug Evans <dje@google.com>
22261
22262 * gdb.python/py-events.exp: Update expected output for clear_objfiles
22263 event.
22264 * gdb.python/py-events.py: Add clear_objfiles event.
22265
22266 2014-10-17 Doug Evans <dje@google.com>
22267
22268 * gdb.python/py-objfile.exp: Test progspace attribute.
22269
22270 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
22271
22272 * gdb.guile/scm-breakpoint.exp: Do not assume any
22273 directory separators when matching source file paths.
22274 * gdb.python/py-breakpoint.exp: Likewise.
22275 * gdb.reverse/break-precsave.exp: Likewise.
22276 * gdb.reverse/break-reverse.exp: Likewise.
22277 * gdb.reverse/consecutive-precsave.exp: Likewise.
22278 * gdb.reverse/finish-precsave.exp: Likewise.
22279 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
22280 * gdb.reverse/finish-reverse.exp: Likewise.
22281 * gdb.reverse/i386-precsave.exp: Likewise.
22282 * gdb.reverse/i387-env-reverse.exp: Likewise.
22283 * gdb.reverse/i387-stack-reverse.exp: Likewise.
22284 * gdb.reverse/machinestate-precsave.exp: Likewise.
22285 * gdb.reverse/machinestate.exp: Likewise.
22286 * gdb.reverse/sigall-precsave.exp: Likewise.
22287 * gdb.reverse/solib-precsave.exp: Likewise.
22288 * gdb.reverse/step-precsave.exp: Likewise.
22289 * gdb.reverse/until-precsave.exp: Likewise.
22290 * gdb.reverse/watch-precsave.exp: Likewise.
22291 * gdb.reverse/watch-reverse.exp: Likewise.
22292
22293 2014-10-17 Yao Qi <yao@codesourcery.com>
22294
22295 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
22296 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
22297
22298 2014-10-17 Pedro Alves <palves@redhat.com>
22299
22300 PR gdb/17471
22301 * gdb.base/bg-execution-repeat.c: New file.
22302 * gdb.base/bg-execution-repeat.exp: New file.
22303
22304 2014-10-17 Pedro Alves <palves@redhat.com>
22305
22306 PR gdb/17300
22307 * gdb.base/continue-all-already-running.c: New file.
22308 * gdb.base/continue-all-already-running.exp: New file.
22309
22310 2014-10-17 Pedro Alves <palves@redhat.com>
22311
22312 PR gdb/17472
22313 * gdb.base/annota-input-while-running.c: New file.
22314 * gdb.base/annota-input-while-running.exp: New file.
22315
22316 2014-10-17 Pedro Alves <palves@redhat.com>
22317
22318 * gdb.base/callfuncs.exp: emove references to osf.
22319 * gdb.base/sigall.exp: Likewise.
22320 * gdb.gdb/selftest.exp: Likewise.
22321 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
22322 * gdb.mi/non-stop.c: Likewise.
22323 * gdb.mi/pthreads.c: Likewise.
22324 * gdb.reverse/sigall-precsave.exp: Likewise.
22325 * gdb.reverse/sigall-reverse.exp: Likewise.
22326 * gdb.threads/pthreads.c: Likewise.
22327 * gdb.threads/pthreads.exp: Likewise.
22328
22329 2014-10-17 Yao Qi <yao@codesourcery.com>
22330
22331 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
22332 check 'target_info exists noargs'.
22333 (test_command_prompt_position): Likewise.
22334 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
22335 Remove "set args".
22336 (progvar_simple_while_test): Likewise.
22337 (progvar_complex_if_while_test): Likewise.
22338 (if_while_breakpoint_command_test): Likewise.
22339 (infrun_breakpoint_command_test): Likewise.
22340 (breakpoint_command_test): Likewise.
22341 (watchpoint_command_test): Likewise.
22342 (bp_deleted_in_command_test): Likewise.
22343 (temporary_breakpoint_commands): Likewise.
22344
22345 2014-10-16 Yao Qi <yao@codesourcery.com>
22346
22347 * gdb.base/remotetimeout.exp: Remove noargs checking.
22348
22349 2014-10-15 Pedro Alves <palves@redhat.com>
22350
22351 PR breakpoints/9649
22352 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
22353 * gdb.base/breakpoint-in-ro-region.exp
22354 (probe_target_hardware_step): New procedure.
22355 (top level): Probe hardware stepping and hardware breakpoint
22356 support. Test stepping through a read-only region, with both
22357 "breakpoint auto-hw" on and off and both "always-inserted" on and
22358 off.
22359
22360 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
22361
22362 * gdb.dlang/demangle.exp: Update for demangling changes.
22363
22364 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22365
22366 * gdb.cp/non-trivial-retval.cc: Add new test cases.
22367 * gdb.cp/non-trivial-retval.exp: Add new tests.
22368
22369 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22370
22371 PR c++/13403
22372 PR c++/15154
22373 * gdb.cp/non-trivial-retval.cc: New file.
22374 * gdb.cp/non-trivial-retval.exp: New file.
22375
22376 2014-10-15 Yao Qi <yao@codesourcery.com>
22377
22378 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
22379 remote host.
22380
22381 2014-10-15 Yao Qi <yao@codesourcery.com>
22382
22383 * gdb.python/py-symbol.exp: Match file base name if host is
22384 remote, otherwise match file name with dir name.
22385 * gdb.python/py-symtab.exp: Likewise.
22386 * gdb.python/python.exp: Likewise.
22387
22388 2014-10-15 Yao Qi <yao@codesourcery.com>
22389
22390 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
22391 pattern.
22392 * gdb.python/py-symtab.exp: Likewise.
22393 * gdb.python/python.exp: Remove trailing ".*". Fix typo
22394 locationn.
22395
22396 2014-10-14 Joel Brobecker <brobecker@adacore.com>
22397
22398 * gdb.ada/addr_arith: New testcase.
22399
22400 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
22401
22402 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
22403 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
22404 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
22405 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
22406
22407 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
22408
22409 * gdb.arch/stap-eval-lang-ada.S: Likewise.
22410 * gdb.arch/stap-eval-lang-ada.c: Likewise.
22411 * gdb.arch/stap-eval-lang-ada.exp: New file.
22412
22413 2014-10-14 Yao Qi <yao@codesourcery.com>
22414
22415 * gdb.mi/mi-var-child.c (nothing1): New function.
22416 (nothing2): New function.
22417 (do_children_tests): Set function pointers by nothing1 and
22418 nothing2.
22419 * gdb.mi/mi-var-child.exp: Step over new added statements.
22420 Update test to match the new output.
22421 * gdb.mi/var-cmd.c (nothing1): New function.
22422 (nothing2): New function.
22423 (do_children_tests): Set function pointers by nothing1 and
22424 nothing2.
22425 * gdb.mi/mi-var-display.exp: Update test to match output.
22426 Step to the line specified by $line_dct_nothing.
22427 Increase the number of lines to step.
22428
22429 2014-10-14 Yao Qi <yao@codesourcery.com>
22430
22431 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
22432 tests.
22433 * gdb.mi/mi2-var-child.exp: Likewise.
22434
22435 2014-10-13 Doug Evans <dje@google.com>
22436
22437 * gdb.python/py-objfile.exp: Change name of file name test.
22438
22439 2014-10-13 Doug Evans <dje@google.com>
22440
22441 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
22442 from the start of the CU.
22443
22444 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
22445 Yao Qi <yao@codesourcery.com>
22446
22447 Fix "save breakpoints" for "catch" command.
22448 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
22449 Remove -nonewline. Match also the added "main" line.
22450
22451 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22452
22453 Fix "save breakpoints" for "disable $bpnum" command.
22454 * gdb.base/save-bp.c (main): Add label.
22455 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
22456
22457 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22458
22459 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
22460
22461 2014-10-11 Yao Qi <yao@codesourcery.com>
22462
22463 * gdb.server/server-kill.exp: Execute command
22464 "set remote trace-status-packet on" before "tstatus".
22465
22466 2014-10-11 Yao Qi <yao@codesourcery.com>
22467
22468 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
22469 (main): Call getppid.
22470 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
22471 and continue to it. Read variable "server_pid".
22472
22473 2014-10-11 Yao Qi <yao@codesourcery.com>
22474
22475 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
22476
22477 2014-10-11 Yao Qi <yao@codesourcery.com>
22478
22479 * gdb.threads/thread-find.exp: Don't execute command
22480 "info threads".
22481 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
22482 * gdb.threads/linux-dp.exp: Don't check the condition
22483 $threads_created equals to zero.
22484
22485 2014-10-10 Pedro Alves <palves@redhat.com>
22486
22487 * gdb.base/bigcore.exp: Remove references to IRIX.
22488 * gdb.base/funcargs.exp: Likewise.
22489 * gdb.base/interrupt.exp: Likewise.
22490 * gdb.base/mips_pro.exp: Likewise.
22491 * gdb.base/nodebug.exp: Likewise.
22492 * gdb.base/setvar.exp: Likewise.
22493 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
22494
22495 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
22496 Pedro Alves <palves@redhat.com>
22497
22498 PR symtab/14466
22499 * gdb.base/vdso-warning.c: New file.
22500 * gdb.base/vdso-warning.exp: New file.
22501
22502 2014-10-02 Doug Evans <dje@google.com>
22503
22504 * gdb.base/structs.c (main): Don't run forever.
22505
22506 2014-10-02 Pedro Alves <palves@redhat.com>
22507
22508 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
22509 (top level) <stop threads 1, stop threads 2>: Use it.
22510
22511 2014-10-02 Pedro Alves <palves@redhat.com>
22512
22513 * gdb.threads/break-while-running.exp (test): Add new
22514 'update_thread_list' argument. Skip "info threads" if false.
22515 (top level): Add new 'update_thread_list' axis.
22516
22517 2014-10-02 Pedro Alves <palves@redhat.com>
22518
22519 PR breakpoints/17431
22520 * gdb.base/execl-update-breakpoints.c: New file.
22521 * gdb.base/execl-update-breakpoints.exp: New file.
22522
22523 2014-10-01 Pedro Alves <palves@redhat.com>
22524
22525 * gdb.base/breakpoint-in-ro-region.c: New file.
22526 * gdb.base/breakpoint-in-ro-region.exp: New file.
22527
22528 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
22529
22530 * gdb.mi/mi-exit-code.exp: New file.
22531 * gdb.mi/mi-exit-code.c: New file.
22532
22533 2014-09-30 Yao Qi <yao@codesourcery.com>
22534
22535 * lib/prelink-support.exp (build_executable_own_libs): Error if
22536 the target isn't native.
22537
22538 2014-09-30 Yao Qi <yao@codesourcery.com>
22539
22540 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22541 false.
22542
22543 2014-09-22 Pedro Alves <palves@redhat.com>
22544
22545 * gdb.threads/break-while-running.exp: New file.
22546 * gdb.threads/break-while-running.c: New file.
22547
22548 2014-09-19 Yao Qi <yao@codesourcery.com>
22549
22550 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
22551 Invoke test. Restart GDB with --readnow and invoke test again.
22552
22553 2014-09-19 Yao Qi <yao@codesourcery.com>
22554
22555 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
22556 proc set_breakpoint_on_gcd_function. Invoke
22557 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
22558 invoke set_breakpoint_on_gcd_function again.
22559
22560 2014-09-18 Doug Evans <dje@google.com>
22561
22562 * gdb.dwarf2/symtab-producer.exp: New file.
22563
22564 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22565
22566 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22567 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22568 * gdb.base/global-var-nested-by-dso.c: Likewise.
22569 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22570
22571 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22572 Pedro Alves <palves@redhat.com>
22573
22574 * gdb.base/watch-bitfields.exp: Pass string other than test file
22575 name to prepare_for_testing.
22576 (watch): New procedure.
22577 (expect_watchpoint): Use with_test_prefix.
22578 (top level): Factor out tests to ...
22579 (test_watch_location, test_regular_watch): ... these new
22580 procedures, and use with_test_prefix and gdb_continue_to_end.
22581
22582 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22583
22584 PR breakpoints/12526
22585 * gdb.base/watch-bitfields.exp: New file.
22586 * gdb.base/watch-bitfields.c: New file.
22587
22588 2014-09-16 Pedro Alves <palves@redhat.com>
22589
22590 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22591 software and hardware addresses, not software address against
22592 itself.
22593
22594 2014-09-16 Pedro Alves <palves@redhat.com>
22595
22596 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22597 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22598
22599 2014-09-16 Pedro Alves <palves@redhat.com>
22600
22601 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22602 files.
22603 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22604 "*-*-vxworks*" throughout.
22605 * gdb.base/break.exp: Likewise.
22606 * gdb.base/default.exp: Likewise.
22607 * gdb.base/scope.exp: Likewise.
22608 * gdb.base/sepdebug.exp: Likewise.
22609 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22610 throughout.
22611 * gdb.base/run.c: Likewise.
22612 * gdb.base/sepdebug.c: Likewise.
22613 * gdb.hp/gdb.aCC/run.c: Likewise.
22614 * gdb.reverse/until-reverse.c: Likewise.
22615 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22616
22617 2014-09-16 Yao Qi <yao@codesourcery.com>
22618
22619 * boards/local-remote-host-native.exp: New file.
22620
22621 2014-09-14 Doug Evans <xdje42@gmail.com>
22622
22623 * gdb.threads/queue-signal.c (thread_count): New variable.
22624 (thread_count_mutex, thread_count_condvar): New variables.
22625 (incr_thread_count, wait_all_threads_running): New functions.
22626 (main): Wait for all threads to be in their thread functions.
22627
22628 2014-09-13 Doug Evans <xdje42@gmail.com>
22629
22630 * gdb.threads/queue-signal.c: New file.
22631 * gdb.threads/queue-signal.exp: New file.
22632
22633 2014-09-13 Doug Evans <xdje42@gmail.com>
22634
22635 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22636 be consistent with what default_gdb_init uses.
22637 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22638 the plain text of the prompt. Add some logging printfs.
22639 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22640
22641 2014-09-12 Pedro Alves <palves@redhat.com>
22642
22643 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22644 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22645 * gdb.arch/i386-size-overlap.exp: Likewise.
22646 * gdb.arch/i386-size.exp: Likewise.
22647 * gdb.arch/i386-unwind.exp: Likewise.
22648 * gdb.base/a2-run.exp: Likewise.
22649 * gdb.base/break.exp: Likewise.
22650 * gdb.base/charset.exp: Likewise.
22651 * gdb.base/chng-syms.exp: Likewise.
22652 * gdb.base/commands.exp: Likewise.
22653 * gdb.base/dbx.exp: Likewise.
22654 * gdb.base/find.exp: Likewise.
22655 * gdb.base/funcargs.exp: Likewise.
22656 * gdb.base/jit-simple.exp: Likewise.
22657 * gdb.base/reread.exp: Likewise.
22658 * gdb.base/sepdebug.exp: Likewise.
22659 * gdb.base/step-bt.exp: Likewise.
22660 * gdb.cp/mb-inline.exp: Likewise.
22661 * gdb.cp/mb-templates.exp: Likewise.
22662 * gdb.objc/basicclass.exp: Likewise.
22663 * gdb.threads/killed.exp: Likewise.
22664
22665 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22666
22667 PR tdep/17379
22668 * gdb.arch/powerpc-stackless.S: New file.
22669 * gdb.arch/powerpc-stackless.exp: New file.
22670
22671 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22672
22673 * gdb.base/attach.c: Include unistd.h.
22674 (main): Call alarm. Add label postloop.
22675 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22676 gdb_breakpoint, gdb_continue_to_breakpoint.
22677 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22678
22679 2014-09-11 Pedro Alves <palves@redhat.com>
22680
22681 PR gdb/17347
22682 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22683 * gdb.base/attach.exp (test_command_line_attach_run): New
22684 procedure.
22685 (top level): Call it.
22686
22687 2014-09-11 Pedro Alves <palves@redhat.com>
22688
22689 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22690 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22691 (do_command_attach_tests): Use spawn_wait_for_attach.
22692 * gdb.base/solib-overlap.exp: Likewise.
22693 * gdb.multi/multi-attach.exp: Likewise.
22694 * gdb.python/py-prompt.exp: Likewise.
22695 * gdb.python/py-sync-interp.exp: Likewise.
22696 * gdb.server/ext-attach.exp: Likewise.
22697
22698 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22699
22700 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22701 command in testcase. Simplify testcase.
22702
22703 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22704
22705 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22706
22707 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22708
22709 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22710
22711 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22712
22713 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22714
22715 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22716
22717 * gdb.dwarf2/dynarr-ptr.c: New file.
22718 * gdb.dwarf2/dynarr-ptr.exp: New file.
22719
22720 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22721
22722 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22723 of 30 rather than hardcoding 120 for a slow test case. Take the
22724 `gdb,timeout' target setting into account for this calculation.
22725 Don't extend the timeout for the test cases that don't need it.
22726
22727 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22728
22729 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22730 a factor of 2 for a slow test case. Take the `gdb,timeout'
22731 target setting into account for this calculation.
22732 * gdb.reverse/until-precsave.exp: Increase the timeout by
22733 a factor of 15 and 3 respectively rather than adding 120
22734 for a pair of slow test cases. Take the `gdb,timeout'
22735 target setting into account for this calculation.
22736
22737 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22738
22739 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22740 timeout, don't pass one down to gdb_expect.
22741 (gdb_expect): Rework timeout selection.
22742
22743 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22744
22745 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22746 exception on timeout.
22747 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22748 (gdbserver_start_extended): Catch any `gdbserver_start' error
22749 exceptions.
22750 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22751 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22752 `gdbserver_gdb_load' error exceptions.
22753
22754 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22755
22756 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22757 120 on waiting for the TCP socket to open.
22758
22759 2014-09-09 Doug Evans <xdje42@gmail.com>
22760
22761 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22762 _caller_matches, _any_caller_is, _any_caller_matches.
22763
22764 2014-09-09 Doug Evans <xdje42@gmail.com>
22765
22766 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22767
22768 2014-09-09 Yao Qi <yao@codesourcery.com>
22769
22770 * gdb.mi/mi-var-display.exp: Set print symbol off.
22771
22772 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22773
22774 PR gdb/17035
22775 * gdb.base/commands.exp: Add tests to verify user-defined
22776 commands with empty bodies.
22777 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22778 python commands in `show user command`.
22779 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22780 scheme commands in `show user command`.
22781
22782 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22783
22784 PR python/17355
22785 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22786 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22787 * gdb.python/py-framefilter-invalidarg.exp: New file.
22788 * gdb.python/py-framefilter-invalidarg.py: New file.
22789
22790 2014-09-06 Doug Evans <xdje42@gmail.com>
22791
22792 PR 15276
22793 * gdb.python/py-caller-is.c: New file.
22794 * gdb.python/py-caller-is.exp: New file.
22795
22796 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22797
22798 PR gdb/17235
22799 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22800 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22801
22802 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22803
22804 PR fortran/17237
22805 * gdb.fortran/print-formatted.exp: New file.
22806 * gdb.fortran/print-formatted.f90: Likewise.
22807
22808 2014-09-03 Sasha Smundak <asmundak@google.com>
22809
22810 * gdb.python/py-frame.exp: Test Frame.read_register.
22811
22812 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22813
22814 PR python/16699
22815 * gdb.python/py-completion.exp: New file.
22816 * gdb.python/py-completion.py: Likewise.
22817
22818 2014-08-28 Doug Evans <dje@google.com>
22819
22820 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22821 eax,etc. are live with values set by gdb and thus the compiler can't
22822 use them.
22823 * gdb.arch/i386-pseudo.c (main): Ditto.
22824
22825 2014-08-27 Doug Evans <dje@google.com>
22826
22827 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22828
22829 2014-08-25 Doug Evans <dje@google.com>
22830
22831 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22832 (main): Ditto.
22833
22834 2014-08-25 Doug Evans <dje@google.com>
22835
22836 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22837
22838 2014-08-24 Yao Qi <yao@codesourcery.com>
22839
22840 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22841 symbol off.
22842 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22843
22844 2014-08-22 Doug Evans <dje@google.com>
22845
22846 PR 17276
22847 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22848 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22849 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22850
22851 2014-08-22 Yao Qi <yao@codesourcery.com>
22852
22853 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22854 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22855 * gdb.python/python.exp: Likewise. Use .py file on the host
22856 instead of the build.
22857
22858 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22859
22860 * gdb.threads/gcore-stale-thread.c: New file.
22861 * gdb.threads/gcore-stale-thread.exp: New file.
22862
22863 2014-08-21 Pedro Alves <palves@redhat.com>
22864
22865 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22866 * gdb.base/gcore-relro-pie.exp: Likewise.
22867 * gdb.base/gcore-relro.exp: Likewise.
22868 * gdb.base/gcore.exp: Likewise.
22869 * gdb.base/print-symbol-loading.exp: Likewise.
22870 * gdb.threads/gcore-thread.exp: Likewise.
22871 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22872
22873 2014-08-20 Pedro Alves <palves@redhat.com>
22874 Jan Kratochvil <jan.kratochvil@redhat.com>
22875
22876 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22877 configure.
22878 (EXPECT): Handle READ1 being set.
22879 (all): Depend on EXTRA_RULES.
22880 (check-read1, expect-read1, read1.so, read1): New rules.
22881 * README (Testsuite Parameters): Document the READ1 make variable.
22882 (Race detection): New section.
22883 * configure: Regenerate.
22884 * configure.ac: If build==host==target, and running under a
22885 GNU/glibc system, add read1 to the extra Makefile rules.
22886 (EXTRA_RULES): AC_SUBST it.
22887 * lib/read1.c: New file.
22888
22889 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22890
22891 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22892 the handling of variables declared as a typedef to an array
22893 which a DW_AT_data_location attribute.
22894
22895 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22896 Pedro Alves <palves@redhat.com>
22897
22898 PR symtab/14604
22899 PR symtab/14605
22900 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22901 gdb_test.
22902
22903 2014-08-19 Pedro Alves <palves@redhat.com>
22904
22905 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22906
22907 2014-08-19 Yao Qi <yao@codesourcery.com>
22908
22909 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22910 right line.
22911
22912 2014-08-18 David Blaikie <dblaikie@gmail.com>
22913
22914 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22915
22916 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22917
22918 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22919 attribute in array range.
22920
22921 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22922
22923 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22924
22925 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22926
22927 PR c++/17132
22928 * gdb.cp/pr17132.cc: New file.
22929 * gdb.cp/pr17132.exp: New file.
22930
22931 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22932
22933 * gdb.python/py-xmethods.py (A_getarrayind)
22934 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22935 Use 'print' with function call syntax.
22936 (E_method_matcher.match): Fix tab vs space indentation mixup.
22937
22938 2014-08-15 Yao Qi <yao@codesourcery.com>
22939
22940 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22941 false.
22942
22943 2014-08-15 Yao Qi <yao@codesourcery.com>
22944
22945 * gdb.cp/casts.exp: Set print symbol off.
22946 * gdb.cp/class2.exp: Likewise.
22947 * gdb.cp/overload.exp: Likewise.
22948 * gdb.cp/templates.exp: Likewise.
22949
22950 2014-08-11 Doug Evans <dje@google.com>
22951
22952 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22953 (test_load_shlib): Update.
22954
22955 2014-08-09 Yao Qi <yao@codesourcery.com>
22956
22957 * gdb.base/display.exp: Invoke is_address_zero_readable.
22958 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22959 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22960 * gdb.base/hbreak-unmapped.exp: Return if
22961 is_address_zero_readable returns true.
22962 * gdb.base/signest.exp: Likewise.
22963 * gdb.base/signull.exp: Likewise.
22964 * gdb.base/sigbpt.exp: Likewise.
22965 * gdb.guile/scm-disasm.exp: Do the test if
22966 is_address_zero_readable returns false.
22967 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22968 * gdb.python/py-arch.exp: Likewise.
22969 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22970 * lib/gdb.exp (is_address_zero_readable): New proc.
22971
22972 2014-08-09 Yao Qi <yao@codesourcery.com>
22973
22974 PR testsuite/13443
22975 * gdb.mi/mi-var-display.exp: Make test messages unique.
22976
22977 2014-08-04 Tom Tromey <tromey@redhat.com>
22978
22979 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22980 target 0".
22981
22982 2014-08-04 Tom Tromey <tromey@redhat.com>
22983
22984 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22985 "target_resume".
22986
22987 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22988
22989 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22990 inner_vla_struct_object_size.
22991 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22992 as xfail.
22993
22994 2014-07-30 Pedro Alves <palves@redhat.com>
22995
22996 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22997 comment.
22998
22999 2014-07-29 Yao Qi <yao@codesourcery.com>
23000
23001 PR gdb/17206
23002 * gdb.base/until-nodebug.exp: New.
23003
23004 2014-07-28 Doug Evans <xdje42@gmail.com>
23005
23006 PR guile/17203
23007 * gdb.guile/scm-parameter.exp: Add tests for trying to create
23008 previously existing parameter, and previously ambiguously spelled
23009 parameter.
23010
23011 2014-07-28 Will Newton <will.newton@linaro.org>
23012
23013 * gdb.base/varargs.exp: Remove KFAILs for ARM.
23014
23015 2014-07-26 Ludovic Courtès <ludo@gnu.org>
23016 Doug Evans <xdje42@gmail.com>
23017
23018 PR guile/17146
23019 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
23020
23021 2014-07-25 Pedro Alves <palves@redhat.com>
23022
23023 * gdb.threads/signal-command-handle-nopass.c: New file.
23024 * gdb.threads/signal-command-handle-nopass.exp: New file.
23025 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
23026 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
23027 * gdb.threads/signal-delivered-right-thread.c: New file.
23028 * gdb.threads/signal-delivered-right-thread.exp: New file.
23029
23030 2014-07-25 Pedro Alves <palves@redhat.com>
23031
23032 * gdb.base/double-prompt-target-event-error.exp
23033 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
23034 match.
23035 (cancel_pagination_in_target_event): Rework double prompt
23036 detection.
23037 * gdb.base/paginate-after-ctrl-c-running.exp
23038 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
23039 <return>' match.
23040 * gdb.base/paginate-bg-execution.exp
23041 (test_bg_execution_pagination_return)
23042 (test_bg_execution_pagination_cancel): Remove '-notransfer
23043 <return>' matches.
23044 * gdb.base/paginate-execution-startup.exp
23045 (test_fg_execution_pagination_return)
23046 (test_fg_execution_pagination_cancel): Remove '-notransfer
23047 <return>' matches.
23048 * gdb.base/paginate-inferior-exit.exp
23049 (test_paginate_inferior_exited): Remove '-notransfer <return>'
23050 match.
23051 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
23052 * lib/gdb.exp (pagination_prompt): Run text through
23053 string_to_regexp.
23054 (gdb_test_multiple): Match $pagination_prompt instead of
23055 "<return>".
23056 (string_to_regexp): Move to lib/gdb-utils.exp.
23057
23058 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
23059
23060 * gdb.arch/amd64-entry-value-paramref.S: New file.
23061 * gdb.arch/amd64-entry-value-paramref.cc: New file.
23062 * gdb.arch/amd64-entry-value-paramref.exp: New file.
23063 * gdb.arch/amd64-optimout-repeat.S: New file.
23064 * gdb.arch/amd64-optimout-repeat.c: New file.
23065 * gdb.arch/amd64-optimout-repeat.exp: New file.
23066
23067 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
23068
23069 PR gdb/17170
23070 * gdb.base/statistics.exp: New file.
23071
23072 2014-07-17 Doug Evans <dje@google.com>
23073
23074 PR gdb/17170
23075 * gdb.base/maint.exp: Update testing of per-command stats.
23076
23077 2014-07-16 Pedro Alves <palves@redhat.com>
23078
23079 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
23080 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
23081 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
23082 (tfile_write_buf): New functions.
23083 (add_memory_block): Rewrite using the above.
23084 (adjust_function_address): New function.
23085 (FUNCTION_ADDRESS): New macro.
23086 (write_basic_trace_file): Remove short_x local, and use
23087 tfile_write_16. Change type of func_addr local to unsigned long
23088 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
23089 here. Cast argument of add_memory_block to char pointer.
23090 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
23091 (main): Remove parameters.
23092 * gdb.trace/tfile.exp: Remove nowarnings.
23093
23094 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
23095
23096 * gdb.base/debug-expr.exp: Test string evaluation with
23097 "debug expression" on.
23098
23099 2014-07-15 Pedro Alves <palves@redhat.com>
23100
23101 * gdb.base/reread.exp: Use clean_restart.
23102
23103 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
23104
23105 * gdb.arch/avr-flash-qualifer.c: New.
23106 * gdb.arch/avr-flash-qualifer.exp: New.
23107
23108 2014-07-14 Pedro Alves <palves@redhat.com>
23109
23110 * gdb.base/paginate-after-ctrl-c-running.c: New file.
23111 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
23112
23113 2014-07-14 Pedro Alves <palves@redhat.com>
23114
23115 * gdb.base/double-prompt-target-event-error.c: New file.
23116 * gdb.base/double-prompt-target-event-error.exp: New file.
23117
23118 2014-07-14 Pedro Alves <palves@redhat.com>
23119
23120 PR gdb/17072
23121 * gdb.base/paginate-inferior-exit.c: New file.
23122 * gdb.base/paginate-inferior-exit.exp: New file.
23123
23124 2014-07-14 Pedro Alves <palves@redhat.com>
23125
23126 PR gdb/17072
23127 * gdb.base/paginate-bg-execution.c: New file.
23128 * gdb.base/paginate-bg-execution.exp: New file.
23129
23130 2014-07-14 Pedro Alves <palves@redhat.com>
23131
23132 PR gdb/17072
23133 * gdb.base/paginate-execution-startup.c: New file.
23134 * gdb.base/paginate-execution-startup.exp: New file.
23135 * lib/gdb.exp (pagination_prompt): New global.
23136 (default_gdb_spawn): New procedure, factored out from
23137 default_gdb_spawn.
23138 (default_gdb_start): Adjust to call default_gdb_spawn.
23139 (gdb_spawn): New procedure.
23140
23141 2014-07-14 Pedro Alves <palves@redhat.com>
23142
23143 * lib/gdb.exp (gdb_assert): New procedure.
23144 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
23145
23146 2014-07-14 Pedro Alves <palves@redhat.com>
23147
23148 * gdb.base/execution-termios.c: New file.
23149 * gdb.base/execution-termios.exp: New file.
23150
23151 2014-07-14 Tom Tromey <tromey@redhat.com>
23152
23153 * gdb.cp/vla-cxx.cc: New file.
23154 * gdb.cp/vla-cxx.exp: New file.
23155
23156 2014-07-14 Tom Tromey <tromey@redhat.com>
23157
23158 * gdb.reverse/rerun-prec.c: New file.
23159 * gdb.reverse/rerun-prec.exp: New file.
23160
23161 2014-07-12 Maciej W. Rozycki <macro@mips.com>
23162 Maciej W. Rozycki <macro@codesourcery.com>
23163
23164 * lib/gdb-utils.exp: New file.
23165 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
23166 inline `gdb_init_command' processing.
23167 (gdb_start_cmd): Likewise.
23168 * lib/mi-support.exp (mi_run_cmd): Likewise.
23169 * README: Document `gdb_init_command' and `gdb_init_commands'.
23170
23171 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
23172
23173 Fix false FAIL running under a very long directory name.
23174 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
23175 and "set print elements 10000". Twice.
23176
23177 2014-07-11 Yao Qi <yao@codesourcery.com>
23178
23179 * gdb.base/exprs.exp: "set print symbol off".
23180
23181 2014-07-11 Pedro Alves <palves@redhat.com>
23182
23183 * gdb.threads/kill.c: New file.
23184 * gdb.threads/kill.exp: New file.
23185
23186 2014-07-10 Yao Qi <yao@codesourcery.com>
23187
23188 * gdb.trace/tfile.c (write_basic_trace_file)
23189 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
23190 address written to trace file.
23191
23192 2014-07-09 Pedro Alves <palves@redhat.com>
23193
23194 * gdb.base/attach-wait-input.exp: New file.
23195 * gdb.base/attach-wait-input.c: New file.
23196
23197 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
23198
23199 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
23200 setting up test structures.
23201 (main): Call new test function.
23202 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
23203 test function, continue into test function and walk test
23204 structures.
23205
23206 2014-07-02 Yao Qi <yao@codesourcery.com>
23207
23208 * gdb.trace/entry-values.c: Define labels 'foo_start' and
23209 'bar_start' at the beginning of functions 'foo' and 'bar'
23210 respectively.
23211 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
23212 instead of 'foo' and 'bar'.
23213
23214 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
23215
23216 * gdb.btrace/segv.exp: New.
23217 * gdb.btrace/segv.c: New.
23218
23219 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
23220
23221 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
23222 instruction.
23223
23224 2014-06-30 Mark Wielaard <mjw@redhat.com>
23225
23226 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
23227 vulture, vilify, villar): New volatile array constants.
23228 (vindictive, vegetation): New const volatile array constants.
23229 * gdb.base/volatile.exp: Test volatile and const volatile array
23230 types.
23231
23232 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
23233
23234 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
23235 target lacks support for awatch, rwatch, or hbreak.
23236
23237 2014-06-27 Yao Qi <yao@codesourcery.com>
23238
23239 * gdb.multi/dummy-frame-restore.exp: New.
23240 * gdb.multi/dummy-frame-restore.c: New.
23241
23242 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
23243
23244 * gdb.btrace/gcore.exp: New.
23245
23246 2014-06-23 Pedro Alves <palves@redhat.com>
23247
23248 * gdb.base/watchpoint-reuse-slot.c: New file.
23249 * gdb.base/watchpoint-reuse-slot.exp: New file.
23250
23251 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
23252
23253 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
23254 progspace's filename in 'info', 'enable' and 'disable' command
23255 tests.
23256
23257 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
23258
23259 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
23260 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23261 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
23262
23263 2014-06-20 Gary Benson <gbenson@redhat.com>
23264
23265 * gdb.arch/i386-avx.exp: Fix include file location.
23266 * gdb.arch/i386-sse.exp: Likewise.
23267
23268 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
23269
23270 * gdb.dlang/expression.exp: New file.
23271
23272 2014-06-19 Pedro Alves <palves@redhat.com>
23273
23274 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
23275 out from ...
23276 (top level): ... here. Iterate running tests under different
23277 scheduler-locking settings.
23278
23279 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
23280
23281 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
23282 to DW_FORM_addr and use non-zero addresses.
23283
23284 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
23285
23286 PR gdb/17017
23287 * gdb.python/py-xmethods.cc: Add global function call counters and
23288 increment them in their respective functions. Remove "cout"
23289 statements.
23290 * gdb.python/py-xmethods.exp: Make tests check the global function
23291 call counters instead of depending on inferior IO.
23292
23293 2014-06-18 Don Breazeal <donb@codesourcery.com>
23294
23295 * gdb.base/foll-fork.exp (default_fork_parent_follow):
23296 Deleted procedure.
23297 (explicit_fork_parent_follow): Deleted procedure.
23298 (explicit_fork_child_follow): Deleted procedure.
23299 (test_follow_fork): New procedure.
23300 (do_fork_tests): Replace calls to deleted procedures with
23301 calls to test_follow_fork and reset GDB for subsequent
23302 procedure calls.
23303
23304 2014-06-17 Yao Qi <yao@codesourcery.com>
23305
23306 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
23307 CP1252.
23308
23309 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
23310
23311 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
23312 Initialize ptr and S explicitly.
23313 (skip_type_update_when_not_use_rtti_test): Likewise.
23314
23315 2014-06-16 Keith Seitz <keiths@redhat.com>
23316
23317 PR mi/15863
23318 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
23319 the inferior is started.
23320
23321 2014-06-16 Pedro Alves <palves@redhat.com>
23322
23323 * gdb.base/break-main-file-remove-fail.c: New file.
23324 * gdb.base/break-main-file-remove-fail.exp: New file.
23325 * gdb.base/break-unload-file.exp: Use build_executable instead of
23326 prepare_for_testing.
23327 (test_break): New parameter "initial_load". Handle it.
23328 (top level): Add initial_load cmdline/file axis.
23329
23330 2014-06-12 Tom Tromey <tromey@redhat.com>
23331
23332 * gdb.base/completion.exp: Don't use directory name in test.
23333
23334 2014-06-09 Gary Benson <gbenson@redhat.com>
23335
23336 * gdb.base/sigall.c [Functions to send signals]: Reorder to
23337 separate the always-available ANSI-standard signals from the
23338 signals that require checking.
23339 (main): Likewise.
23340 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
23341 Likewise.
23342 (main): Likewise.
23343
23344 2014-06-07 Keith Seitz <keiths@redhat.com>
23345
23346 Revert:
23347 PR c++/16253
23348 * gdb.cp/var-tag.cc: New file.
23349 * gdb.cp/var-tag.exp: New file.
23350 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23351 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23352 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23353 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23354
23355 2014-06-06 Doug Evans <xdje42@gmail.com>
23356
23357 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
23358
23359 2014-06-06 Pedro Alves <palves@redhat.com>
23360
23361 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
23362 in target debug output instead of looking at RSP packets,
23363 disabling the test on any target that uses hardware stepping.
23364 Update comments.
23365
23366 2014-06-06 Pedro Alves <palves@redhat.com>
23367
23368 * gdb.base/break-unload-file.exp: Fix typo.
23369
23370 2014-06-06 Yao Qi <yao@codesourcery.com>
23371
23372 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
23373 from "jit_function" to "^jit_function".
23374
23375 2014-06-06 Yao Qi <yao@codesourcery.com>
23376
23377 * gdb.base/async.c (foo): Add one statement.
23378 * gdb.base/async.exp: Get the next instruction address and
23379 match the output of "nexti" by instruction address. Match
23380 the hex address in the output of "finish".
23381
23382 2014-06-06 Gary Benson <gbenson@redhat.com>
23383
23384 * gdb.base/call-signals.c: Remove preprocessor conditionals
23385 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
23386 SIGSEGV and SIGTERM.
23387 * gdb.base/sigall.c: Likewise.
23388 * gdb.base/unwindonsignal.c: Likewise.
23389 * gdb.reverse/sigall-reverse.c: Likewise.
23390
23391 2014-06-06 Yao Qi <yao@codesourcery.com>
23392
23393 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
23394 readable, skip the test.
23395
23396 2014-06-06 Yao Qi <yao@codesourcery.com>
23397
23398 * gdb.threads/staticthreads.c (thread_function): Move the line
23399 setting breakpoint on forward.
23400 * gdb.threads/staticthreads.exp: Update comments.
23401
23402 2014-06-05 Ludovic Courtès <ludo@gnu.org>
23403
23404 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
23405 "history-append! type error".
23406
23407 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
23408
23409 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
23410 erroneous dprintf expected input.
23411
23412 2014-06-04 Doug Evans <xdje42@gmail.com>
23413
23414 * gdb.guile/scm-generics.exp: Delete.
23415
23416 2014-06-04 Doug Evans <xdje42@gmail.com>
23417
23418 * gdb.guile/scm-breakpoint.exp: Update.
23419 Add tests for breakpoint registration.
23420
23421 2014-06-04 Tom Tromey <tromey@redhat.com>
23422
23423 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
23424 VLA-in-union.
23425 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
23426 inner_vla_struct, vla_union types. Initialize objects of those
23427 types and compute their sizes.
23428
23429 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
23430 Hui Zhu <hui@codesourcery.com>
23431
23432 * gdb.base/fileio.exp: Add test for shell not available as well as
23433 available.
23434 * gdb.base/fileio.c (test_system): Check for shell twice.
23435
23436 2014-06-04 Yao Qi <yao@codesourcery.com>
23437
23438 * gdb.base/auto-connect-native-target.exp: Remove redundant
23439 space from the regexp pattern.
23440
23441 2014-06-04 Yao Qi <yao@codesourcery.com>
23442
23443 * gdb.base/default.exp: Replace "child" with "native" in
23444 regexp pattern.
23445
23446 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
23447
23448 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
23449 * gdb.python/py-xmethods.exp: New tests to test xmethods.
23450 * gdb.python/py-xmethods.py: Python script supporting the
23451 new testcase and tests.
23452
23453 2014-06-03 Joel Brobecker <brobecker@adacore.com>
23454 Pedro Alves <palves@redhat.com>
23455
23456 PR breakpoints/17000
23457 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
23458 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
23459
23460 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
23461
23462 * gdb.base/subst.exp: Add tests to verify partial path matching
23463 output.
23464
23465 2014-06-03 Pedro Alves <palves@redhat.com>
23466
23467 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
23468 target that doesn't use software single-stepping.
23469
23470 2014-06-03 Pedro Alves <palves@redhat.com>
23471
23472 PR breakpoints/17000
23473 * gdb.base/sss-bp-on-user-bp-2.c: New file.
23474 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
23475
23476 2014-06-02 Doug Evans <xdje42@gmail.com>
23477
23478 * gdb.guile/scm-parameter.exp: New file.
23479
23480 2014-06-02 Doug Evans <xdje42@gmail.com>
23481
23482 * gdb.guile/scm-cmd.c: New file.
23483 * gdb.guile/scm-cmd.exp: New file.
23484
23485 2014-06-02 Doug Evans <xdje42@gmail.com>
23486
23487 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
23488 pretty-printer lookup.
23489 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
23490 (make-pp_s-printer): Call it.
23491 (make-pretty-printer-from-dict): New function.
23492 (lookup-pretty-printer-maker-from-dict): New function.
23493 (*pretty-printer*): Simplify.
23494 (make-objfile-pp_s-printer): New function.
23495 (install-objfile-pretty-printers!): New function.
23496 (make-progspace-pp_s-printer): New function.
23497 (install-progspace-pretty-printers!): New function.
23498 * gdb.guile/scm-progspace.c: New file.
23499 * gdb.guile/scm-progspace.exp: New file.
23500
23501 2014-06-02 Pedro Alves <palves@redhat.com>
23502
23503 * gdb.base/dprintf-bp-same-addr.c: New file.
23504 * gdb.base/dprintf-bp-same-addr.exp: New file.
23505
23506 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23507
23508 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
23509 * gdb.arch/powerpc-power.s: Likewise.
23510
23511 2014-06-02 Joel Brobecker <brobecker@adacore.com>
23512
23513 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
23514
23515 2014-06-01 Yao Qi <yao@codesourcery.com>
23516
23517 * gdb.base/watchpoint.exp (test_watch_location): Check null
23518 pointer can be dereferenced. If not, do the test, otherwise
23519 skip it.
23520
23521 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23522
23523 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
23524 results.
23525 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
23526
23527 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
23528
23529 * gdb.arch/amd64-invalid-stack-middle.S: New file.
23530 * gdb.arch/amd64-invalid-stack-middle.c: New file.
23531 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
23532 * gdb.arch/amd64-invalid-stack-top.c: New file.
23533 * gdb.arch/amd64-invalid-stack-top.exp: New file.
23534
23535 2014-05-30 Pedro Alves <palves@redhat.com>
23536
23537 PR breakpoints/17000
23538 * gdb.base/sss-bp-on-user-bp.c: New file.
23539 * gdb.base/sss-bp-on-user-bp.exp: New file.
23540
23541 2014-05-30 David Blaikie <dblaikie@gmail.com>
23542
23543 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
23544 gnu_inline semantics via attribute.
23545 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
23546 source explicitly specifies the required semantics.
23547
23548 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23549
23550 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23551
23552 2014-05-29 Pedro Alves <palves@redhat.com>
23553 Tom Tromey <tromey@redhat.com>
23554
23555 * gdb.base/async-shell.exp: Don't enable target-async.
23556 * gdb.base/async.exp
23557 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
23558 parameter. Adjust.
23559 (top level): Don't test with "target-async".
23560 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23561 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23562 * gdb.base/inferior-died.exp: Don't enable target-async.
23563 * gdb.base/interrupt-noterm.exp: Likewise.
23564 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23565 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23566 * gdb.mi/mi-nonstop.exp: Likewise.
23567 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23568 * gdb.mi/mi-nsintrall.exp: Likewise.
23569 * gdb.mi/mi-nsmoribund.exp: Likewise.
23570 * gdb.mi/mi-nsthrexec.exp: Likewise.
23571 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23572 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23573 * gdb.python/py-evsignal.exp: Don't enable target-async.
23574 * gdb.python/py-evthreads.exp: Likewise.
23575 * gdb.python/py-prompt.exp: Likewise.
23576 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23577 * gdb.server/solib-list.exp: Don't enable target-async.
23578 * gdb.threads/thread-specific-bp.exp: Likewise.
23579 * lib/mi-support.exp: Adjust to use mi-async.
23580
23581 2014-05-29 Pedro Alves <palves@redhat.com>
23582
23583 PR gdb/13860
23584 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23585 reason, even in sync mode.
23586
23587 2014-05-29 Pedro Alves <palves@redhat.com>
23588 Hui Zhu <hui@codesourcery.com>
23589
23590 PR PR15693
23591 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23592 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23593 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23594 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23595
23596 2014-05-28 Joel Brobecker <brobecker@adacore.com>
23597
23598 * config/monitor.exp (gdb_target_monitor): Replace use of
23599 "set remotebaud" by "set serial baud".
23600
23601 2014-05-26 Andy Wingo <wingo@igalia.com>
23602
23603 * gdb.guile/scm-breakpoint.exp:
23604 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23605 properties instead of gdb-object-properties.
23606
23607 2014-05-26 Yao Qi <yao@codesourcery.com>
23608
23609 * gdb.server/no-thread-db.exp: Specify source file name
23610 explicitly when setting a breakpoint.
23611
23612 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23613
23614 * gdb.btrace/vdso.c: New.
23615 * gdb.btrace/vdso.exp: New.
23616
23617 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23618
23619 * gdb.base/gcore.exp (capture_command_output): Move ...
23620 * lib/gdb.exp (capture_command_output): ... here.
23621
23622 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23623
23624 * gdb.btrace/data.exp: Test memory access during btrace replay.
23625
23626 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23627
23628 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23629
23630 2014-05-21 Pedro Alves <palves@redhat.com>
23631
23632 PR gdb/13860
23633 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23634 (top level): Test that output related to execution commands is
23635 sent to the console with CLI commands, but not with MI commands.
23636 Test that breakpoint events are always mirrored to the console.
23637 Also expect the new source line to be output after a "next" in
23638 async mode too. Make it a pass/fail test.
23639 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23640 output.
23641 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23642
23643 2014-05-21 Pedro Alves <palves@redhat.com>
23644
23645 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23646 Use them to test variations of "list" after reaching a breakpoint.
23647 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23648 Test "list" with listsize 10 after reaching a breakpoint.
23649 * gdb.python/python.exp (decode_line current location line
23650 number): Adjust expected line number.
23651
23652 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23653
23654 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23655 behavior for $args, pass it directly to "run".
23656
23657 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23658
23659 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23660 30000 to 65536.
23661
23662 2014-05-21 Pedro Alves <palves@redhat.com>
23663
23664 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23665 auto-connect-native-target off".
23666 * gdb.base/auto-connect-native-target.c: New file.
23667 * gdb.base/auto-connect-native-target.exp: New file.
23668
23669 2014-05-21 Pedro Alves <palves@redhat.com>
23670
23671 * gdb.base/default.exp: Test "target native" instead of "target
23672 child".
23673
23674 2014-05-21 Mark Wielaard <mjw@redhat.com>
23675
23676 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23677
23678 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23679
23680 Fix TLS access for -static -pthread.
23681 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23682 <HAVE_TLS> (thread_function, main): Initialize it.
23683 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23684 Add clean_restart.
23685 <$have_tls != "">: Check TLSVAR.
23686
23687 2014-05-21 Pedro Alves <palves@redhat.com>
23688
23689 * gdb.base/dcache-line-read-error.c: New.
23690 * gdb.base/dcache-line-read-error.exp: New.
23691
23692 2014-05-20 Pedro Alves <palves@redhat.com>
23693
23694 * gdb.base/compare-sections.c: New file.
23695 * gdb.base/compare-sections.exp: New file.
23696
23697 2014-05-20 Pedro Alves <palves@redhat.com>
23698
23699 * gdb.base/break-idempotent.c: New file.
23700 * gdb.base/break-idempotent.exp: New file.
23701
23702 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23703
23704 * gdb.btrace/nohist.exp: New.
23705
23706 2014-05-20 Yao Qi <yao@codesourcery.com>
23707
23708 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23709 gdb.reverse directory and gdb_reverse_timeout exists in board
23710 setting.
23711 * README: Document gdb_reverse_timeout.
23712
23713 2014-05-20 Yao Qi <yao@codesourcery.com>
23714
23715 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23716 'test_file_name'. Treat args as a string instead of a list.
23717 (gdb_init): Rename argument 'args' by 'test_file_name'.
23718
23719 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23720
23721 * gdb.arch/powerpc-power.exp: New file.
23722 * gdb.arch/powerpc-power.s: New file.
23723
23724 2014-05-16 Doug Evans <dje@google.com>
23725
23726 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23727 * gdb.base/completion.exp: Check that all expected files exist
23728 before doing file completion.
23729
23730 2014-05-16 Doug Evans <dje@google.com>
23731
23732 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23733 Update.
23734 (do_syscall_tests_without_xml): Update.
23735
23736 2014-05-16 Pedro Alves <palves@redhat.com>
23737
23738 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23739 instead of "unknown output after running".
23740
23741 2014-05-16 Yao Qi <yao@codesourcery.com>
23742
23743 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23744 file1.txt from host at the end.
23745 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23746
23747 2014-05-15 Doug Evans <dje@google.com>
23748
23749 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23750 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23751 loading file. Add test for TU lookup.
23752
23753 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23754
23755 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23756 calling "-exec-arguments" or "set args" before running the
23757 inferior.
23758
23759 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23760
23761 * lib/mi-support.exp (mi_expect_stop): Expect message for
23762 inferiors that exit with non-zero exit code.
23763
23764 2014-05-14 Yao Qi <yao@codesourcery.com>
23765
23766 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23767 match absolute path on remote host.
23768 (test_file_list_exec_source_files): Remove "/" from the
23769 pattern.
23770
23771 2014-05-14 Yao Qi <yao@codesourcery.com>
23772
23773 * boards/local-remote-host-notty.exp (${board}_file): New
23774 proc.
23775
23776 2014-05-07 Kyle McMartin <kyle@redhat.com>
23777
23778 Pushed by Joel Brobecker <brobecker@adacore.com>.
23779 * gdb.arch/aarch64-atomic-inst.c: New file.
23780 * gdb.arch/aarch64-atomic-inst.exp: New file.
23781
23782 2014-05-07 Yao Qi <yao@codesourcery.com>
23783
23784 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23785 in current context" too.
23786
23787 2014-05-05 Keith Seitz <keiths@redhat.com>
23788
23789 * gdb.linespec/ls-dollar.exp: Add test for linespec
23790 file:convenience_variable.
23791
23792 2014-05-05 Yao Qi <yao@codesourcery.com>
23793
23794 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23795 traceframes into tfile and ctf trace files. Read data from
23796 trace file and test collected data.
23797 (gdb_collect_locals_test): Likewise.
23798 (gdb_unavailable_registers_test): Likewise.
23799 (gdb_unavailable_floats): Likewise.
23800 (gdb_collect_globals_test): Likewise.
23801 (top-level): Append "ctf" to trace_file_targets if GDB
23802 supports.
23803
23804 2014-05-05 Yao Qi <yao@codesourcery.com>
23805
23806 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23807 code to ...
23808 (gdb_collect_args_test_1): ... it. New proc.
23809 (gdb_collect_locals_test): Move some code to ...
23810 (gdb_collect_locals_test_1): ... it. New proc.
23811 (gdb_unavailable_registers_test): Move some code to ...
23812 (gdb_unavailable_registers_test_1): ... it. New proc.
23813 (gdb_unavailable_floats): Move some code to ...
23814 (gdb_unavailable_floats_1): ... it. New proc.
23815
23816 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23817
23818 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23819 probes to test for bitness recognition.
23820 * gdb.arch/amd64-stap-optional-prefix.exp
23821 (test_probe_value_without_reg): New procedure.
23822 Add code to test for different kinds of bitness.
23823
23824 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23825
23826 PR breakpoints/16889
23827 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23828 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23829
23830 2014-05-01 Pedro Alves <palves@redhat.com>
23831
23832 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23833 gdb_file_cmd if no file is specified.
23834 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23835 last_loaded_file to set the remote exec-file.
23836
23837 2014-05-01 Pedro Alves <palves@redhat.com>
23838
23839 * boards/local-remote-host.exp: New file.
23840
23841 2014-05-01 Pedro Alves <palves@redhat.com>
23842
23843 * boards/local-remote-host.exp: Rename to ...
23844 * boards/local-remote-host-notty.exp: ... this.
23845
23846 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23847
23848 * gdb.ada/dyn_arrayidx: New testcase.
23849
23850 2014-04-26 Yao Qi <yao@codesourcery.com>
23851
23852 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23853 and compute the length of function main. Save it in
23854 $main_length.
23855 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23856 (top-level): Use gdb_compile to compile objects into
23857 executable and restart GDB. Remove invocation to
23858 prepare_for_testing.
23859
23860 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23861 Pedro Alves <palves@redhat.com>
23862
23863 PR server/16255
23864 * gdb.multi/multi-attach.c: New file.
23865 * gdb.multi/multi-attach.exp: New file.
23866
23867 2014-04-25 Pedro Alves <palves@redhat.com>
23868
23869 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23870 user.
23871 (top level): Test that "set remote conditional-breakpoints-packet
23872 off" works as intended.
23873 * gdb.base/dprintf.exp: Test that "set remote
23874 breakpoint-commands-packet off" works as intended.
23875 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23876 New function.
23877 (top level): Call it.
23878 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23879 remote fast-tracepoints-packet off" works as intended.
23880 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23881 * lib/gdb.exp (gdb_is_target_remote): ... here.
23882
23883 2014-04-24 David Blaikie <dblaikie@gmail.com>
23884
23885 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23886 ensure clang would not discard them.
23887 * gdb.base/gdbvars.c: Ditto.
23888 * gdb.base/memattr.c: Ditto.
23889 * gdb.base/whatis.c: Ditto.
23890 * gdb.python/py-prettyprint.c: Ditto.
23891 * gdb.trace/actions.c: Ditto.
23892 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23893 ensure clang would not discard it.
23894
23895 2014-04-24 David Blaikie <dblaikie@gmail.com>
23896
23897 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23898 clang to emit the full definition of type required by the test
23899 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23900
23901 2014-04-24 David Blaikie <dblaikie@gmail.com>
23902
23903 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23904 coax Clang into emitting the definition of the type.
23905 * gdb.cp/pr10728-x.h (y): Ditto.
23906 * gdb.cp/pr10728-y.cc (y): Ditto.
23907
23908 2014-04-24 David Blaikie <dblaikie@gmail.com>
23909
23910 * gdb.base/label.exp: XFAIL label related tests under Clang.
23911 * gdb.cp/cplabel.exp: Ditto.
23912 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23913 under Clang those using labels.
23914
23915 2014-04-25 Yao Qi <yao@codesourcery.com>
23916
23917 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23918 double_label.
23919 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23920 partial_label and double_label.
23921
23922 2014-04-24 David Blaikie <dblaikie@gmail.com>
23923
23924 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23925
23926 2014-04-24 David Blaikie <dblaikie@gmail.com>
23927
23928 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23929 of the function to work across GCC and Clang.
23930 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23931 pointer types (const void ** const V void **).
23932
23933 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23934 Walfred Tedeschi <walfred.tedeschi@intel.com>
23935
23936 * Makefile.in (EXECUTABLES): Added i386-avx512.
23937 * gdb.arch/i386-avx512.c: New file.
23938 * gdb.arch/i386-avx512.exp: Likewise.
23939
23940 2014-04-23 Keith Seitz <keiths@redhat.com>
23941
23942 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23943 (mi_make_breakpoint_table): New procedure.
23944 (mi_create_breakpoint): Use mi_make_breakpoint
23945 and return the result.
23946 (mi_make_breakpoint): New procedure.
23947 (mi_build_kv_pairs): New procedure.
23948
23949 * gdb.mi/mi-break.exp: Remove unused globals,
23950 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23951 All callers updated.
23952 * gdb.mi/mi-dprintf.exp: Use variable to track command
23953 number.
23954 Update all callers of mi_create_breakpoint and use
23955 mi_make_breakpoint_table.
23956 Remove any unused global variables.
23957 * gdb.mi/mi-nonstop.exp: Likewise.
23958 * gdb.mi/mi-nsintrall.exp: Likewise.
23959 * gdb.mi/mi-nsmoribund.exp: Likewise.
23960 * gdb.mi/mi-nsthrexec.exp: Likewise.
23961 * gdb.mi/mi-reverse.exp: Likewise.
23962 * gdb.mi/mi-simplerun.exp: Likewise.
23963 * gdb.mi/mi-stepn.exp: Likewise.
23964 * gdb.mi/mi-syn-frame.exp: Likewise.
23965 * gdb.mi/mi-until.exp: Likewise.
23966 * gdb.mi/mi-var-cp.exp: Likewise.
23967 * gdb.mi/mi-var-display.exp: Likewise.
23968 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23969 * gdb.mi/mi2-var-child.exp: Likewise.
23970 * gdb.mi/mi-vla-c99.exp: Likewise.
23971 * lib/mi-support.exp: Likewise.
23972
23973 From Ian Lance Taylor <iant@cygnus.com>:
23974 * lib/gdb.exp (parse_args): New procedure.
23975
23976 2014-04-23 Pedro Alves <palves@redhat.com>
23977
23978 * gdb.base/break-unload-file.c: New file.
23979 * gdb.base/break-unload-file.exp: New file.
23980 * gdb.base/sym-file-lib.c (baz): New function.
23981 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23982 field.
23983 (load): Store the segment's mapped size.
23984 (unload): New function.
23985 (unload_shlib): New function.
23986 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23987 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23988 set a breakpoint at baz, and call it.
23989 * gdb.base/sym-file.exp: New tests for stale breakpoint
23990 instructions.
23991
23992 2014-04-23 Pedro Alves <palves@redhat.com>
23993
23994 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23995 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23996 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23997 * gdb.base/hbreak-unmapped.c: New file.
23998 * gdb.base/hbreak-unmapped.exp: New file.
23999 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
24000 * lib/gdb.exp (gdb_is_target_remote): ... here.
24001
24002 2014-04-22 Pedro Alves <palves@redhat.com>
24003
24004 * gdb.base/consecutive-step-over.c: New file.
24005 * gdb.base/consecutive-step-over.exp: New file.
24006
24007 2014-04-22 Pedro Alves <palves@redhat.com>
24008
24009 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
24010 instead of send_gdb/gdb_expect.
24011
24012 2014-04-22 Yao Qi <yao@codesourcery.com>
24013
24014 * lib/trace-support.exp (generate_tracefile): New procedure.
24015 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
24016 return 0.
24017 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
24018 if generate_tracefile returns 1.
24019
24020 2014-04-18 Tom Tromey <palves@redhat.com>
24021 Pedro alves <tromey@redhat.com>
24022
24023 PR backtrace/15558
24024 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
24025 with a backtrace limit.
24026 * gdb.python/py-frame-inline.exp: Test running to an inline
24027 function with a backtrace limit, and printing the newest frame.
24028 * gdb.python/py-frame-inline.c (main): Call f.
24029
24030 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
24031
24032 * gdb.java/jnpe.exp: Drop srcdir from untested path.
24033
24034 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
24035
24036 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
24037 Drop prefix from unsupported source file path.
24038
24039 2014-04-17 Yao Qi <yao@codesourcery.com>
24040
24041 * lib/gdb.exp (with_target_charset): New proc.
24042 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
24043 with_target_charset.
24044 (test_print_strings): Likewise.
24045 (test_repeat_bytes): Likewise.
24046 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
24047 for some tests.
24048
24049 2014-04-16 Keith Seitz <keiths@redhat.com>
24050
24051 PR gdb/15827
24052 * gdb.dwarf2/corrupt.c: New file.
24053 * gdb.dwarf2/corrupt.exp: New file.
24054
24055 2014-04-16 Keith Seitz <keiths@redhat.com>
24056
24057 PR c++/16597
24058 * gdb.cp/namelessclass.cc: New file.
24059 * gdb.cp/namelessclass.exp: New file.
24060 * gdb.cp/namelessclass.S: New file.
24061
24062 2014-04-16 Doug Evans <dje@google.com>
24063
24064 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
24065 Add comment.
24066 (gdbserver_default_get_comm_port): New function.
24067 (gdbserver_start): Check if board file provided
24068 "gdbserver,get_comm_port" and use it if so.
24069 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
24070 (gdb,socketport): Set to "stdio".
24071 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
24072 (stdio_gdbserver_template): Delete.
24073 (${board}_get_remote_address): Update.
24074 (${board}_build_remote_cmd): Delete.
24075 (${board}_get_comm_port): New function.
24076 (${board}_spawn): Update.
24077 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
24078 Delete.
24079 (${board}_get_remote_address): Update.
24080 (${board}_get_comm_port): New function.
24081
24082 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
24083
24084 * gdb.base/memattr.exp: Improve regexps to handle memory regions
24085 appearing in any order.
24086
24087 2014-04-15 Doug Evans <dje@google.com>
24088
24089 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
24090 uninitialized value of "description".
24091
24092 2014-04-15 Keith Seitz <keiths@redhat.com>
24093
24094 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
24095 Remove unused globals.
24096 (test_running_the_program): Likewise.
24097 (test_controlled_execution): Likewise.
24098 (test_controlling_breakpoints): Likewise.
24099 (test_program_termination): Likewise.
24100
24101 2014-04-15 Keith Seitz <keiths@redhat.com>
24102
24103 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
24104 unused globals.
24105 (test_rbreak_creation_and_listing): Likewise.
24106 (test_ignore_count): Likewise.
24107 (test_error): Likewise.
24108
24109 2014-04-15 Pedro Alves <palves@redhat.com>
24110
24111 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
24112 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
24113 sym-file-loader.c.
24114 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
24115 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
24116 to sym-file-loader.c.
24117 (struct library): Forward declare.
24118 (load_shlib, lookup_function): Change prototypes.
24119 (find_shstrtab, find_strtab, find_shdr, find_symtab)
24120 (translate_offset): Remove declarations.
24121 (get_text_addr): New declaration.
24122 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
24123 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
24124 sym-file-loader.h.
24125 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
24126 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
24127 here from sym-file-loader.h.
24128 (struct library): New structure.
24129 (load_shlib, lookup_function): Change prototypes and adjust to
24130 work with a struct library.
24131 (find_shstrtab, find_strtab, find_shdr, find_symtab)
24132 (translate_offset): Make static.
24133 (get_text_addr): New function.
24134 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
24135
24136 2014-04-15 Pedro Alves <palves@redhat.com>
24137
24138 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
24139
24140 2014-04-15 Pedro Alves <palves@redhat.com>
24141
24142 * gdb.base/sym-file-loader.c: Include <limits.h>.
24143 (SELF_LINK): New define.
24144 (get_origin): New function.
24145 (load_shlib): Use it.
24146 * gdb.base/sym-file.exp: Don't early return if the target is
24147 remote. Use runto_main, and issue fail is that fails. Use
24148 gdb_load_shlibs.
24149 (shlib_name): Delete.
24150 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
24151
24152 2014-04-15 Pedro Alves <palves@redhat.com>
24153
24154 * gdb.base/sym-file.exp: Remove regex characters from test
24155 message. Don't refer to breakpoint numbers in test messages.
24156
24157 2014-04-14 Keith Seitz <keiths@redhat.com>
24158
24159 PR c++/16253
24160 * gdb.cp/var-tag.cc: New file.
24161 * gdb.cp/var-tag.exp: New file.
24162 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
24163 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
24164 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
24165 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
24166
24167 2014-04-14 Tom Tromey <tromey@redhat.com>
24168
24169 * gdb.cp/classes.exp (test_enums): Handle underlying type.
24170 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
24171 type.
24172 * gdb.cp/enum-class.exp: New file.
24173 * gdb.cp/enum-class.cc: New file.
24174
24175 2014-04-14 Tom Tromey <tromey@redhat.com>
24176
24177 * gdb.dwarf2/enum-type.exp: New file.
24178
24179 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24180
24181 * gdb.mi/mi-vla-c99.exp: New file.
24182 * gdb.mi/vla.c: New file.
24183
24184 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24185
24186 * gdb.base/vla-datatypes.c: New file.
24187 * gdb.base/vla-datatypes.exp: New file.
24188
24189 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24190
24191 * gdb.base/vla-ptr.c: New file.
24192 * gdb.base/vla-ptr.exp: New file.
24193
24194 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24195
24196 * gdb.dwarf2/count.exp: New file.
24197
24198 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24199
24200 * gdb.base/vla-sideeffect.c: New file.
24201 * gdb.base/vla-sideeffect.exp: New file.
24202
24203 2014-04-14 David Blaikie <dblaikie@gmail.com>
24204
24205 * gdb.mi/non-stop.c: Add return value for non-void function return
24206 statement.
24207 * gdb.threads/staticthreads.c: Ditto.
24208
24209 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
24210 Doug Evans <xdje42@gmail.com>
24211
24212 * gdb.guile/scm-value.c: Improve test case.
24213 * gdb.guile/scm-value.exp: Add new test.
24214
24215 2014-04-11 David Blaikie <dblaikie@gmail.com>
24216
24217 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
24218 override Clang's default.
24219
24220 2014-04-11 Joel Brobecker <brobecker@adacore.com>
24221
24222 Revert the following changes (regressions):
24223
24224 * gdb.base/vla-sideeffect.c: New file.
24225 * gdb.base/vla-sideeffect.exp: New file.
24226
24227 * gdb.dwarf2/count.exp: New file.
24228
24229 * gdb.base/vla-multi.c: New file.
24230 * gdb.base/vla-multi.exp: New file.
24231
24232 * gdb.base/vla-ptr.c: New file.
24233 * gdb.base/vla-ptr.exp: New file.
24234
24235 * gdb.base/vla-datatypes.c: New file.
24236 * gdb.base/vla-datatypes.exp: New file.
24237
24238 * gdb.mi/mi-vla-c99.exp: New file.
24239 * gdb.mi/vla.c: New file.
24240
24241 2014-04-11 Keith Seitz <keiths@redhat.com>
24242
24243 PR c++/16675
24244 * gdb.cp/cpsizeof.exp: New file.
24245 * gdb.cp/cpsizeof.cc: New file.
24246
24247 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24248
24249 * gdb.mi/mi-vla-c99.exp: New file.
24250 * gdb.mi/vla.c: New file.
24251
24252 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24253
24254 * gdb.base/vla-datatypes.c: New file.
24255 * gdb.base/vla-datatypes.exp: New file.
24256
24257 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24258
24259 * gdb.base/vla-ptr.c: New file.
24260 * gdb.base/vla-ptr.exp: New file.
24261
24262 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24263
24264 * gdb.base/vla-multi.c: New file.
24265 * gdb.base/vla-multi.exp: New file.
24266
24267 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24268
24269 * gdb.dwarf2/count.exp: New file.
24270
24271 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24272
24273 * gdb.base/vla-sideeffect.c: New file.
24274 * gdb.base/vla-sideeffect.exp: New file.
24275
24276 2014-04-11 Yao Qi <yao@codesourcery.com>
24277
24278 * gdb.base/completion.exp: Check file exists before running tests
24279 on file completion.
24280
24281 2014-04-10 Pedro Alves <palves@redhat.com>
24282
24283 * gdb.base/cond-eval-mode.c: New file.
24284 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
24285 prepare_for_testing to build the new file. Check result of
24286 runto_main.
24287 (test_break, test_watch): New procedures.
24288 (top level): Use them.
24289
24290 2014-04-08 Pierre Muller <muller@sourceware.org>
24291
24292 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
24293 Ctrl-V use for mingw hosts.
24294
24295 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
24296
24297 * gdb.python/py-value.c: Improve test case.
24298 * gdb.python/py-value.exp: Add new test.
24299
24300 2014-04-07 David Blaikie <dblaikie@gmail.com>
24301
24302 * lib/compiler.c: Identify the clang compiler.
24303 * lib/compiler.cc: Ditto.
24304
24305 2014-04-03 Yao Qi <yao@codesourcery.com>
24306
24307 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
24308
24309 2014-04-01 Anton Blanchard <anton@samba.org>
24310
24311 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
24312 messages unique.
24313
24314 2014-04-01 Anton Blanchard <anton@samba.org>
24315
24316 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
24317 prepare_for_testing.
24318
24319 2014-04-01 Anton Blanchard <anton@samba.org>
24320
24321 * gdb.arch/ppc64-atomic-inst.c: Remove.
24322 * gdb.arch/ppc64-atomic-inst.S: New file.
24323 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
24324
24325 2014-03-31 Doug Evans <dje@google.com>
24326
24327 * gdb.base/print-symbol-loading-lib.c: New file.
24328 * gdb.base/print-symbol-loading-main.c: New file.
24329 * gdb.base/print-symbol-loading.exp: New file.
24330
24331 2014-03-31 Yao Qi <yao@codesourcery.com>
24332
24333 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
24334
24335 2014-03-28 Joel Brobecker <brobecker@adacore.com>
24336
24337 * gdb.ada/mi_dyn_arr: New testcase.
24338
24339 2014-03-27 Doug Evans <dje@google.com>
24340
24341 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
24342
24343 2014-03-27 Yao Qi <yao@codesourcery.com>
24344
24345 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
24346 if target is nios2-*-*.
24347
24348 2014-03-26 Yao Qi <yao@codesourcery.com>
24349
24350 * lib/gdb.exp (readline_is_used): New proc.
24351 * gdb.base/completion.exp: Move tests on command complete up.
24352 Skip the rest of tests if readline is not used.
24353 * gdb.ada/complete.exp: Skp the test if readline is not
24354 used.
24355 * gdb.base/filesym.exp: Likewise.
24356 * gdb.base/macscp.exp: Likewise.
24357 * gdb.base/readline-ask.exp: Likewise.
24358 * gdb.base/readline.exp: Likewise.
24359 * gdb.python/py-cmd.exp: Likewise.
24360 * gdb.trace/tfile.exp: Likewise.
24361
24362 2014-03-26 Yao Qi <yao@codesourcery.com>
24363
24364 * gdb.base/macscp.exp: Fix code format issues.
24365
24366 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
24367
24368 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
24369 * gdb.asm/powerpc64le.inc: New file.
24370
24371 2014-03-25 Pedro Alves <palves@redhat.com>
24372 Doug Evans <dje@google.com>
24373
24374 * gdb.base/source-execution.c: New file.
24375 * gdb.base/source-execution.exp: New file.
24376 * gdb.base/source-execution.gdb: New file.
24377
24378 2014-03-24 Doug Evans <dje@google.com>
24379
24380 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
24381 using fission.
24382
24383 2014-03-24 Hui Zhu <hui@codesourcery.com>
24384 Pedro Alves <palves@redhat.com>
24385
24386 PR breakpoints/16101
24387 * gdb.base/dprintf.exp: Use unsupported rather than changing the
24388 test pass/fail messages. Detect missing support for dprintf when
24389 breakpoints are actually inserted.
24390 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
24391 breakpoints are actually inserted.
24392 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
24393 fails.
24394
24395 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
24396
24397 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
24398
24399 2014-03-22 Doug Evans <xdje42@gmail.com>
24400
24401 * gdb.python/python.exp (python not supported): Verify multi-line
24402 python command issues an error.
24403 * gdb.guile/guile.exp (guile not supported): Verify multi-line
24404 guile command issues an error.
24405
24406 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
24407
24408 * gdb.threads/thread-specific.exp: Handle the lack of usable
24409 $this_breakpoint and $this_thread.
24410
24411 2014-03-21 Hui Zhu <hui@codesourcery.com>
24412
24413 * gdb.base/attach.exp (do_command_attach_tests): New.
24414
24415 2014-03-20 Tom Tromey <tromey@redhat.com>
24416 Pedro Alves <palves@redhat.com>
24417
24418 PR cli/15718
24419 * gdb.base/condbreak-call-false.c: New file.
24420 * gdb.base/condbreak-call-false.exp: New file.
24421
24422 2014-03-20 Pedro Alves <palves@redhat.com>
24423
24424 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
24425 Delete.
24426 (block_signals, unblock_signals): Delete.
24427 (child_function_2, main): Remove references to deleted variable
24428 and functions.
24429
24430 2014-03-20 Pedro Alves <palves@redhat.com>
24431
24432 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
24433 Use pthread_kill to signal thread 2.
24434 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24435 Adjust to make the test send itself a signal rather than using the
24436 host's "kill" command.
24437
24438 2014-03-20 Pedro Alves <palves@redhat.com>
24439
24440 * gdb.threads/multiple-step-overs.c: New file.
24441 * gdb.threads/multiple-step-overs.exp: New file.
24442 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24443 Adjust expected infrun debug output.
24444
24445 2014-03-20 Pedro Alves <palves@redhat.com>
24446
24447 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
24448 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
24449
24450 2014-03-20 Pedro Alves <palves@redhat.com>
24451
24452 PR breakpoints/7143
24453 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
24454 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
24455 of gdb_test_multiple.
24456 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
24457 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
24458
24459 2014-03-20 Pedro Alves <palves@redhat.com>
24460
24461 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
24462 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
24463
24464 2014-03-19 Pedro Alves <palves@redhat.com>
24465
24466 * gdb.base/async.exp: Remove early return.
24467
24468 2014-03-19 Pedro Alves <palves@redhat.com>
24469
24470 * gdb.base/async.exp (step& tests): Pass explicit test messages.
24471
24472 2014-03-19 Pedro Alves <palves@redhat.com>
24473
24474 * gdb.base/async.exp (test_background): Expect \r\n after
24475 "completed." in the fail pattern.
24476
24477 2014-03-19 Pedro Alves <palves@redhat.com>
24478
24479 * gdb.base/async.exp (test_background): New procedure.
24480 Use it for all background execution command tests.
24481
24482 2014-03-19 Pedro Alves <palves@redhat.com>
24483
24484 * gdb.base/async.exp: Use prepare_for_testing.
24485
24486 2014-03-19 Pedro Alves <palves@redhat.com>
24487
24488 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
24489 the same line.
24490
24491 2014-03-19 Pedro Alves <palves@redhat.com>
24492
24493 * gdb.base/async.c (main): Add "jump here" and "until here" line
24494 marker comments.
24495 * gdb.base/async.exp (jump_here): New global.
24496 (jump& test): Use it.
24497 (until_here): New global.
24498 (until& test): Use it.
24499
24500 2014-03-19 Pedro Alves <palves@redhat.com>
24501
24502 * gdb.base/async.exp: Don't frob gdb_protocol.
24503
24504 2014-03-18 Doug Evans <xdje42@gmail.com>
24505
24506 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
24507 Fix spelling of exec-done-display.
24508
24509 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
24510
24511 PR gdb/15358
24512 * gdb.base/gdb-sigterm.c: New file.
24513 * gdb.base/gdb-sigterm.exp: New file.
24514
24515 2014-03-18 Pedro Alves <palves@redhat.com>
24516
24517 PR gdb/13860
24518 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
24519 * lib/mi-support.exp (mi_expect_stop): Add special handling for
24520 solib-event.
24521
24522 2014-03-17 Joel Brobecker <brobecker@adacore.com>
24523
24524 * gdb.ada/pckd_arr_ren: New testcase.
24525
24526 2014-03-13 Doug Evans <xdje42@gmail.com>
24527
24528 PR guile/16612
24529 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
24530 collect after discarding symbols.
24531
24532 2014-03-13 Ludovic Courtès <ludo@gnu.org>
24533 Doug Evans <xdje42@gmail.com>
24534
24535 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
24536 to history survives a gc.
24537
24538 2014-03-13 Pedro Alves <palves@redhat.com>
24539
24540 * gdb.base/default.exp: Don't test "target procfs".
24541
24542 2014-03-13 Pedro Alves <palves@redhat.com>
24543
24544 * gdb.base/default.exp: Update "target child" and "target procfs"
24545 tests to not expect "Unix".
24546
24547 2014-03-12 Tom Tromey <tromey@redhat.com>
24548
24549 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
24550 New procs. Add target-async tests.
24551 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
24552 Add target-async tests.
24553
24554 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24555
24556 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
24557 'func_start' and 'func_end' for the beginning and end of the
24558 function code, respectively.
24559 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24560 'func_end' instead of 'func' and 'main'.
24561
24562 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24563
24564 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24565 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24566 generate the debug info assembler source.
24567
24568 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24569
24570 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24571 * gdb.dwarf2/arr-subrange.exp: Likewise.
24572 * gdb.dwarf2/dwz.exp: Likewise.
24573 * gdb.dwarf2/method-ptr.exp: Likewise.
24574 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24575 * gdb.dwarf2/subrange.exp: Likewise.
24576 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24577 * gdb.dwarf2/implptrpiece.exp: Likewise.
24578 * gdb.dwarf2/nostaticblock.exp: Likewise.
24579
24580 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24581
24582 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24583 directory to absolute path name arguments.
24584
24585 2014-03-10 Joel Brobecker <brobecker@adacore.com>
24586
24587 * gdb.ada/tagged_access: New testcase.
24588
24589 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24590
24591 * gdb.btrace/data.exp: Update expected output.
24592
24593 2014-03-06 Yao Qi <yao@codesourcery.com>
24594
24595 * gdb.trace/pr16508.exp: New file.
24596
24597 2014-03-05 Pedro Alves <palves@redhat.com>
24598
24599 PR gdb/16575
24600 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24601 procedure.
24602 (top level): Adjust to use it. Add tests that exercise breakpoint
24603 interaction with the code-cache.
24604
24605 2014-02-26 Ludovic Courtès <ludo@gnu.org>
24606
24607 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24608 test for 'history-append!'.
24609
24610 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24611
24612 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24613 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24614 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24615 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24616 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24617 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24618
24619 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24620
24621 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24622 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24623 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24624
24625 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24626
24627 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24628
24629 2014-02-26 Joel Brobecker <brobecker@adacore.com>
24630
24631 * gdb.dwarf2/arr-stride.c: New file.
24632 * gdb.dwarf2/arr-stride.exp: New file.
24633
24634 2014-02-26 Pedro Alves <palves@redhat.com>
24635
24636 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24637 that won't ever trigger. Make sure that GDB reports the correct
24638 breakpoint that caused the stop.
24639
24640 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24641
24642 PR gdb/16626
24643 * gdb.base/auto-load-script: New file.
24644 * gdb.base/auto-load.c: New file.
24645 * gdb.base/auto-load.exp: New file.
24646
24647 PR gdb/16626
24648 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24649
24650 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24651
24652 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24653 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24654
24655 2014-02-24 Doug Evans <dje@google.com>
24656
24657 * lib/gdb.exp (run_on_host): Log error output if program fails.
24658
24659 2014-02-21 Pedro Alves <palves@redhat.com>
24660
24661 * gdb.threads/step-after-sr-lock.c: Rename to ...
24662 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24663 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24664 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24665 ... this.
24666
24667 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24668
24669 PR tdep/16397
24670 * gdb.arch/amd64-stap-special-operands.exp: New file.
24671 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24672 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24673 * gdb.arch/amd64-stap-triplet.S: Likewise.
24674 * gdb.arch/amd64-stap-triplet.c: Likewise.
24675
24676 2014-02-20 Joel Brobecker <brobecker@adacore.com>
24677
24678 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24679 in .section pseudo-op.
24680
24681 2014-02-20 lin zuojian <manjian2006@gmail.com>
24682 Joel Brobecker <brobecker@adacore.com>
24683 Doug Evans <xdje42@gmail.com>
24684
24685 PR symtab/16581
24686 * gdb.dwarf2/dw2-icycle.S: New file.
24687 * gdb.dwarf2/dw2-icycle.c: New file.
24688 * gdb.dwarf2/dw2-icycle.exp: New file.
24689
24690 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24691
24692 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24693 operations on gdb.Value objects.
24694 * gdb.python/py-value-cc.exp: Add new test to test operations on
24695 gdb.Value objects.
24696
24697 2014-02-18 Doug Evans <dje@google.com>
24698
24699 * Makefile.in (TESTS): New variable.
24700 (expanded_tests, expanded_tests_or_none): New variables
24701 (check-single): Pass $(expanded_tests_or_none) to runtest.
24702 (check-parallel): Only run tests in $(TESTS) if non-empty.
24703 (check/no-matching-tests-found): New rule.
24704 * README: Document TESTS makefile variable.
24705
24706 2014-02-18 Doug Evans <dje@google.com>
24707
24708 * Makefile.in (check-parallel): rm -rf outputs temp.
24709
24710 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24711
24712 Fix "ERROR: no fileid for" in the testsuite.
24713 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24714
24715 2014-02-12 Doug Evans <dje@google.com>
24716
24717 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24718 (MISCELLANEOUS): New variable.
24719 (clean): rm -rf $(MISCELLANEOUS).
24720 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24721 dwp live in the same directory as symlinks, with each symlink pointed
24722 to a differently named file in a different directory.
24723
24724 2014-02-11 Doug Evans <dje@google.com>
24725
24726 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24727 of Tcl file commands.
24728
24729 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24730
24731 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24732 "kill -SIGUSR1 -1".
24733
24734 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24735
24736 * gdb.ada/tick_length_array_enum_idx: New testcase.
24737
24738 2014-02-10 Doug Evans <xdje42@gmail.com>
24739
24740 * configure.ac (AC_OUTPUT): Add gdb.guile.
24741 * configure: Regenerate.
24742 * lib/gdb-guile.exp: New file.
24743 * lib/gdb.exp (get_target_charset): New function.
24744 * gdb.base/help.exp: Update expected output from "apropos apropos".
24745 * gdb.guile/Makefile.in: New file.
24746 * gdb.guile/guile.exp: New file.
24747 * gdb.guile/scm-arch.c: New file.
24748 * gdb.guile/scm-arch.exp: New file.
24749 * gdb.guile/scm-block.c: New file.
24750 * gdb.guile/scm-block.exp: New file.
24751 * gdb.guile/scm-breakpoint.c: New file.
24752 * gdb.guile/scm-breakpoint.exp: New file.
24753 * gdb.guile/scm-disasm.c: New file.
24754 * gdb.guile/scm-disasm.exp: New file.
24755 * gdb.guile/scm-equal.c: New file.
24756 * gdb.guile/scm-equal.exp: New file.
24757 * gdb.guile/scm-error.exp: New file.
24758 * gdb.guile/scm-error.scm: New file.
24759 * gdb.guile/scm-frame-args.c: New file.
24760 * gdb.guile/scm-frame-args.exp: New file.
24761 * gdb.guile/scm-frame-args.scm: New file.
24762 * gdb.guile/scm-frame-inline.c: New file.
24763 * gdb.guile/scm-frame-inline.exp: New file.
24764 * gdb.guile/scm-frame.c: New file.
24765 * gdb.guile/scm-frame.exp: New file.
24766 * gdb.guile/scm-generics.exp: New file.
24767 * gdb.guile/scm-gsmob.exp: New file.
24768 * gdb.guile/scm-iterator.c: New file.
24769 * gdb.guile/scm-iterator.exp: New file.
24770 * gdb.guile/scm-math.c: New file.
24771 * gdb.guile/scm-math.exp: New file.
24772 * gdb.guile/scm-objfile-script-gdb.in: New file.
24773 * gdb.guile/scm-objfile-script.c: New file.
24774 * gdb.guile/scm-objfile-script.exp: New file.
24775 * gdb.guile/scm-objfile.c: New file.
24776 * gdb.guile/scm-objfile.exp: New file.
24777 * gdb.guile/scm-ports.exp: New file.
24778 * gdb.guile/scm-pretty-print.c: New file.
24779 * gdb.guile/scm-pretty-print.exp: New file.
24780 * gdb.guile/scm-pretty-print.scm: New file.
24781 * gdb.guile/scm-section-script.c: New file.
24782 * gdb.guile/scm-section-script.exp: New file.
24783 * gdb.guile/scm-section-script.scm: New file.
24784 * gdb.guile/scm-symbol.c: New file.
24785 * gdb.guile/scm-symbol.exp: New file.
24786 * gdb.guile/scm-symtab-2.c: New file.
24787 * gdb.guile/scm-symtab.c: New file.
24788 * gdb.guile/scm-symtab.exp: New file.
24789 * gdb.guile/scm-type.c: New file.
24790 * gdb.guile/scm-type.exp: New file.
24791 * gdb.guile/scm-value-cc.cc: New file.
24792 * gdb.guile/scm-value-cc.exp: New file.
24793 * gdb.guile/scm-value.c: New file.
24794 * gdb.guile/scm-value.exp: New file.
24795 * gdb.guile/source2.scm: New file.
24796 * gdb.guile/types-module.cc: New file.
24797 * gdb.guile/types-module.exp: New file.
24798
24799 2014-02-10 Yao Qi <yao@codesourcery.com>
24800
24801 PR testsuite/16543
24802 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24803 * configure: Regenerated.
24804 * Makefile.in: New file.
24805
24806 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24807
24808 * gdb.python/py-framefilter.exp: Fix typo.
24809
24810 2014-02-08 Yao Qi <yao@codesourcery.com>
24811
24812 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24813 that no =breakpoint-modified is emitted when breakpoints are
24814 modified through MI commands.
24815
24816 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24817 Pedro Alves <palves@redhat.com>
24818
24819 * gdb.threads/step-after-sr-lock.c: New file.
24820 * gdb.threads/step-after-sr-lock.exp: New file.
24821
24822 2014-02-07 Pedro Alves <palves@redhat.com>
24823
24824 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24825
24826 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24827
24828 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24829 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24830
24831 2014-02-06 Doug Evans <xdje42@gmail.com>
24832
24833 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24834 output.
24835
24836 * gdb.gdb/python-interrupts.exp: New file.
24837
24838 2014-02-05 Yao Qi <yao@codesourcery.com>
24839
24840 * gdb.trace/report.exp (use_collected_data): Test the output
24841 of "info threads" and "info inferiors".
24842
24843 2014-02-05 Yao Qi <yao@codesourcery.com>
24844
24845 Revert this patch:
24846
24847 2013-05-24 Yao Qi <yao@codesourcery.com>
24848
24849 * gdb.trace/tfile.exp: Test inferior and thread.
24850
24851 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24852
24853 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24854 on a function.
24855 * gdb.base/step-bt.c: Call hello via function pointer to make
24856 sure its first instruction is executed on powerpc64le-linux.
24857
24858 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24859
24860 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24861
24862 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24863
24864 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24865 of the test patterns for use on little-endian systems.
24866
24867 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24868
24869 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24870 (decimal_vector): Fix for little-endian.
24871
24872 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24873
24874 * gdb.arch/sparc-sysstep.exp: New file.
24875 * gdb.arch/sparc-sysstep.c: Likewise.
24876
24877 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24878
24879 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24880
24881 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24882
24883 2014-01-23 Tom Tromey <tromey@redhat.com>
24884
24885 * gdb.ada/array_char_idx: New testcase.
24886
24887 2014-01-23 Tom Tromey <tromey@redhat.com>
24888
24889 PR python/16487:
24890 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24891 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24892 classes.
24893
24894 2014-01-23 Tom Tromey <tromey@redhat.com>
24895
24896 PR python/16491:
24897 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24898 string from an inferior frame.
24899 * gdb.python/py-framefilter-mi.exp: Update.
24900
24901 2014-01-22 Doug Evans <dje@google.com>
24902
24903 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24904
24905 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24906
24907 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24908
24909 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24910
24911 * gdb.trace/entry-values.exp: Remove excess space character from
24912 regex patterns. Handle s390 call instruction.
24913
24914 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24915
24916 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24917 define "*_start" label. Make "name" static.
24918 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24919 ${name} by references to ${name}_start.
24920
24921 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24922
24923 * gdb.base/info-macros.exp: Remove "debug" from the compile
24924 options.
24925
24926 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24927
24928 * gdb.dlang/demangle.exp: New file.
24929
24930 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24931
24932 * gdb.dlang/primitive-types.exp: New file.
24933
24934 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24935
24936 * configure.ac: Create gdb.dlang/Makefile.
24937 * configure: Regenerate.
24938 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24939 * gdb.dlang/Makefile.in: New file.
24940 * lib/d-support.exp: New file.
24941 * lib/gdb.exp (skip_d_tests): New proc.
24942
24943 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24944
24945 * gdb.btrace/delta.exp: Check reverse stepi.
24946 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24947 * gdb.btrace/finish.exp: New.
24948 * gdb.btrace/next.exp: New.
24949 * gdb.btrace/nexti.exp: New.
24950 * gdb.btrace/record_goto.c: Add comments.
24951 * gdb.btrace/step.exp: New.
24952 * gdb.btrace/stepi.exp: New.
24953 * gdb.btrace/multi-thread-step.c: New.
24954 * gdb.btrace/multi-thread-step.exp: New.
24955 * gdb.btrace/rn-dl-bind.c: New.
24956 * gdb.btrace/rn-dl-bind.exp: New.
24957 * gdb.btrace/data.c: New.
24958 * gdb.btrace/data.exp: New.
24959 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24960
24961 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24962
24963 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24964 * gdb.btrace/exception.exp: Update.
24965 * gdb.btrace/instruction_history.exp: Update.
24966 * gdb.btrace/record_goto.exp: Update.
24967 * gdb.btrace/tailcall.exp: Update.
24968 * gdb.btrace/unknown_functions.exp: Update.
24969 * gdb.btrace/delta.exp: New.
24970
24971 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24972
24973 * gdb.btrace/record_goto.exp: Add backtrace test.
24974 * gdb.btrace/tailcall.exp: Add backtrace test.
24975
24976 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24977
24978 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24979 * gdb.btrace/record_goto.c: New.
24980 * gdb.btrace/record_goto.exp: New.
24981 * gdb.btrace/x86-record_goto.S: New.
24982
24983 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24984
24985 * gdb.btrace/function_call_history.exp: Update tests.
24986 * gdb.btrace/instruction_history.exp: Update tests.
24987
24988 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24989
24990 * gdb.btrace/function_call_history.exp: Fix expected field
24991 order for "record function-call-history".
24992 Add new tests for "record function-call-history /c".
24993 * gdb.btrace/exception.cc: New.
24994 * gdb.btrace/exception.exp: New.
24995 * gdb.btrace/tailcall.exp: New.
24996 * gdb.btrace/x86-tailcall.S: New.
24997 * gdb.btrace/x86-tailcall.c: New.
24998 * gdb.btrace/unknown_functions.c: New.
24999 * gdb.btrace/unknown_functions.exp: New.
25000 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
25001
25002 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25003
25004 * gdb.btrace/instruction_history.exp: Update.
25005 * gdb.btrace/function_call_history.exp: Update.
25006
25007 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25008
25009 * gdb.btrace/function_call_history.exp: Fix expected function
25010 trace.
25011 * gdb.btrace/instruction_history.exp: Initialize traced.
25012 Remove traced_functions.
25013
25014 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25015
25016 * gdb.btrace/function_call_history.exp: Update
25017 * gdb.btrace/instruction_history.exp: Update.
25018
25019 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25020
25021 * gdb.btrace/enable.exp: Update expected text.
25022
25023 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
25024
25025 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
25026 bytes.
25027
25028 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
25029
25030 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
25031
25032 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
25033
25034 * lib/gdb.exp (supports_process_record): Return true for
25035 arm*-linux*. (supports_reverse): Likewise.
25036
25037 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
25038
25039 PR python/15464
25040 PR python/16113
25041 * gdb.python/py-type.c: Enhance test case.
25042 * gdb.python/py-value-cc.cc: Likewise
25043 * gdb.python/py-type.exp: Add new tests.
25044 * gdb.python/py-value-cc.exp: Likewise
25045
25046 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
25047 Pedro Alves <palves@redhat.com>
25048
25049 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
25050 Make "name" extern.
25051 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
25052 references to ${name}_start by references to ${name}.
25053
25054 2014-01-10 Joel Brobecker <brobecker@adacore.com>
25055
25056 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
25057
25058 2014-01-10 Joel Brobecker <brobecker@adacore.com>
25059
25060 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
25061
25062 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
25063 Pedro Alves <palves@redhat.com>
25064
25065 * gdb.mi/mi-info-os.exp: Connect to the target with
25066 mi_gdb_target_load.
25067
25068 2014-01-08 Pedro Alves <palves@redhat.com>
25069
25070 * gdb.threads/reconnect-signal.c: New file.
25071 * gdb.threads/reconnect-signal.exp: New file.
25072
25073 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
25074
25075 * gdb.base/source-dir.exp: New file.
25076
25077 2014-01-07 Joel Brobecker <brobecker@adacore.com>
25078
25079 * gdb.ada/mi_interface: New testcase.
25080
25081 2014-01-07 Joel Brobecker <brobecker@adacore.com>
25082
25083 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
25084 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
25085 gdb.ada/pp-rec-component/pck.ads: New files.
25086
25087 2014-01-07 Joel Brobecker <brobecker@adacore.com>
25088
25089 * gdb.python/py-pp-integral.c: New file.
25090 * gdb.python/py-pp-integral.py: New file.
25091 * gdb.python/py-pp-integral.exp: New file.
25092
25093 For older changes see ChangeLog-1993-2013.
25094 \f
25095 ;; Local Variables:
25096 ;; mode: change-log
25097 ;; left-margin: 8
25098 ;; fill-column: 74
25099 ;; version-control: never
25100 ;; End:
25101
25102 Copyright 2014-2021 Free Software Foundation, Inc.
25103 Copying and distribution of this file, with or without modification,
25104 are permitted provided the copyright notice and this notice are preserved.
This page took 0.591737 seconds and 4 git commands to generate.