[gdb/testsuite] Fix corefile-buildid.exp with check-read1
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-02-19 Tom de Vries <tdevries@suse.de>
2
3 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
4 output line-by-line.
5
6 2020-02-19 Tom de Vries <tdevries@suse.de>
7
8 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
9
10 2020-02-19 Tom de Vries <tdevries@suse.de>
11
12 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
13 prelink.
14
15 2020-02-19 Tom de Vries <tdevries@suse.de>
16
17 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
18 (gdb_do_cache): Use gdb_do_cache_wrap.
19 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
20
21 2020-02-19 Tom de Vries <tdevries@suse.de>
22
23 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
24 gdb_compile option.
25
26 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
27
28 * gdb.base/printcmds.exp (test_print_enums): Update expected
29 output.
30
31 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
32
33 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
34 for "unknown".
35
36 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
37
38 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
39 enumerator.
40
41 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
42
43 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
44 FE_, add FE_NONE.
45 (three): Update.
46 (enum flag_enum_without_zero): New enum.
47 (flag_enum_without_zero): New variable.
48 (enum not_flag_enum): New enum.
49 (three_not_flag): New variable.
50 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
51 (test_print_enums): Add more tests for printing flag enums.
52
53 2020-02-18 Tom de Vries <tdevries@suse.de>
54
55 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
56 (gdb_compile_ada): ... here.
57 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
58 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
59
60 2020-02-14 Tom Tromey <tom@tromey.com>
61
62 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
63 build directory.
64 * boards/gdbserver-base.exp: Update path to gdbserver.
65
66 2020-02-13 Tom de Vries <tdevries@suse.de>
67
68 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
69
70 2020-02-13 Tom de Vries <tdevries@suse.de>
71
72 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
73 are missing.
74
75 2020-02-13 Tom de Vries <tdevries@suse.de>
76
77 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
78 call.
79
80 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
81
82 PR tui/25126
83 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
84 * gdb.base/cached-source-file.c: New file.
85 * gdb.base/cached-source-file.exp: New file.
86
87 2020-02-11 Tom de Vries <tdevries@suse.de>
88
89 PR testsuite/25488
90 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
91
92 2020-02-10 Tom de Vries <tdevries@suse.de>
93
94 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
95
96 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
97
98 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
99 and $after_addr are both integers before making a comparison.
100
101 2020-02-09 Tom de Vries <tdevries@suse.de>
102
103 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
104 command output and paste it into gdb.log. If any, paste catch message
105 to gdb.log.
106
107 2020-02-07 Tom Tromey <tromey@adacore.com>
108
109 PR breakpoints/24915:
110 * gdb.base/annotate-symlink.exp: Use setup_xfail.
111
112 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
113
114 * gdb.tui/tui-missing-src.exp: Add the "missing source
115 file" test for the TUI.
116
117 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
118
119 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
120 including a port number in the output.
121
122 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
123
124 * lib/fortran.exp (fortran_int4): Handle clang.
125 (fortran_int8): Likewise.
126 (fortran_real4): Likewise.
127 (fortran_real8): Likewise.
128 (fortran_complex4): Likewise.
129 (fortran_logical4): Likewise.
130 (fortran_character1): Likewise.
131
132 2020-02-04 Tom de Vries <tdevries@suse.de>
133
134 * README (Race detection): Add note.
135
136 2020-02-04 Tom de Vries <tdevries@suse.de>
137
138 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
139
140 2020-02-04 Tom de Vries <tdevries@suse.de>
141
142 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
143
144 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
145
146 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
147 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
148 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
149 blttar, bnetarl.
150 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
151 binary for blttar, bnetarl.
152 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
153 wait instruction. Delete ldmx test.
154 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
155
156 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
157
158 * gdb.fortran/array-bounds-high.exp: New file.
159 * gdb.fortran/array-bounds-high.f90: New file.
160
161 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
162
163 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
164 Replace #include of <sys/fcntl.h> by <fcntl.h>.
165
166 2020-02-01 Tom de Vries <tdevries@suse.de>
167
168 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
169
170 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 PR tui/9765
173 * gdb.tui/tui-layout-asm-short-prog.S: New file.
174 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
175
176 2020-01-29 Luis Machado <luis.machado@linaro.org>
177
178 * gdb.arch/aarch64-brk-patterns.c: New source file.
179 * gdb.arch/aarch64-brk-patterns.exp: New test.
180
181 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
182
183 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
184 GCC/Clang version.
185 * gdb.cp/pass-by-ref.exp: Ditto.
186
187 2020-01-29 Tom de Vries <tdevries@suse.de>
188
189 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
190 * gdb.threads/watchpoint-fork-mt.c: Same.
191 * gdb.threads/watchpoint-fork-parent.c: Same.
192 * gdb.threads/watchpoint-fork-st.c: Same.
193 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
194
195 2020-01-27 Luis Machado <luis.machado@linaro.org>
196
197 * gdb.base/step-over-syscall.exp (setup): Check if we're already
198 sitting at a syscall instruction when we hit the syscall function's
199 breakpoint.
200 Check PC against one obtained with the x command.
201 Validate syscall number.
202 (step_over_syscall): Don't continue to the syscall instruction if
203 we're already there.
204
205 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
206
207 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
208
209 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
210
211 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
212 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
213
214 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * gdb.dwarf2/dw2-inline-stepping.c: New file.
217 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
218
219 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * gdb.base/maint.exp: Update line table parsing test.
222 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
223
224 2020-01-24 Pedro Alves <palves@redhat.com>
225
226 PR gdb/25410
227 * gdb.multi/multi-re-run-1.c: New.
228 * gdb.multi/multi-re-run-2.c: New.
229 * gdb.multi/multi-re-run.exp: New.
230
231 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 PR gdb/23718
234 * gdb.server/server-kill-python.exp: New file.
235
236 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
237
238 * gdb.server/multi-ui-errors.c: New file.
239 * gdb.server/multi-ui-errors.exp: New file.
240
241 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
242
243 PR tui/9765
244 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
245
246 2020-01-19 Tom Tromey <tom@tromey.com>
247
248 * gdb.tui/main.exp: Add check for plain "file".
249
250 2020-01-16 Christian Biesinger <cbiesinger@google.com>
251
252 * lib/gdb.exp: Fix spelling error (seperatelly).
253
254 2020-01-14 Tom Tromey <tom@tromey.com>
255
256 PR symtab/12535:
257 * gdb.python/python.exp: Test decode_line with empty string
258 argument.
259
260 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
261
262 * gdb.base/skip-inline.exp: Extend test.
263
264 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
265
266 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
267 * gdb.dwarf2/dw2-bad-elf.c: New file.
268 * gdb.dwarf2/dw2-bad-elf.exp: New file.
269
270 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
273 _line_saw_file.
274
275 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
276
277 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
278 border.
279
280 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
281
282 * gdb.multi/multi-target.exp (setup): Factor out "info
283 connections" and "info inferiors" tests to ...
284 (test_info_inferiors): ... this new procedure.
285 (top level): Run new "info-inferiors" tests.
286
287 2020-01-10 Pedro Alves <palves@redhat.com>
288
289 * gdb.server/bkpt-other-inferior.exp: New file.
290
291 2020-01-10 Pedro Alves <palves@redhat.com>
292
293 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
294 of "add-inferior".
295 * gdb.base/quit-live.exp: Likewise.
296 * gdb.base/remote-exec-file.exp: Likewise.
297 * gdb.guile/scm-progspace.exp: Likewise.
298 * gdb.linespec/linespec.exp: Likewise.
299 * gdb.mi/new-ui-mi-sync.exp: Likewise.
300 * gdb.mi/user-selected-context-sync.exp: Likewise.
301 * gdb.multi/multi-target.exp (setup): Add "info connection" and
302 "info inferiors" tests.
303 * gdb.multi/remove-inferiors.exp: Adjust expected output of
304 "add-inferior".
305 * gdb.multi/watchpoint-multi.exp: Likewise.
306 * gdb.python/py-inferior.exp: Likewise.
307 * gdb.server/extended-remote-restart.exp: Likewise.
308 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
309 "info inferiors".
310 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
311 * gdb.trace/report.exp: Likewise.
312
313 2020-01-10 Pedro Alves <palves@redhat.com>
314
315 * gdb.multi/multi-target.c: New file.
316 * gdb.multi/multi-target.exp: New file.
317 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
318 mode requested, but remote does not support non-stop".
319
320 2020-01-10 Pedro Alves <palves@redhat.com>
321
322 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
323 disconnect before reconnecting.
324
325 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
326 Pedro Alves <palves@redhat.com>
327
328 * gdb.server/connect-without-multi-process.exp: Also test
329 continuing to end.
330
331 2020-01-10 Pedro Alves <palves@redhat.com>
332
333 * gdb.base/remote-exec-file.exp: New file.
334
335 2020-01-10 Pedro Alves <palves@redhat.com>
336
337 * gdb.base/fork-running-state.exp (do_test): Adjust expected
338 output.
339 * gdb.threads/async.c: New.
340 * gdb.threads/async.exp: New.
341 * gdb.multi/tids-gid-reset.c: New.
342 * gdb.multi/tids-gid-reset.exp: New.
343
344 2020-01-10 George Barrett <bob@bob131.so>
345
346 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
347 to help in finding the image relocation offset.
348 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
349 options in arguments.
350 (stap_test_no_debuginfo): Likewise.
351 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
352 test variants.
353 (stap_test): Add null semaphore relocation test.
354
355 2020-01-10 George Barrett <bob@bob131.so>
356
357 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
358 * gdb.base/stap-probe.exp: Likewise.
359 (stap_test): Pass argument as an additional flag.
360 (stap_test_no_debuginfo): Likewise.
361 (stap_test): Check `info probes stap' output for semaphore
362 addresses if the test binary is supposed to have them.
363
364 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
365
366 * gdb.tui/basic.exp: Add more scrolling tests.
367
368 2020-01-09 Tom Tromey <tom@tromey.com>
369
370 PR tui/18932:
371 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
372 meangingful value.
373 (Term::command, Term::resize): Update.
374 * gdb.tui/basic.exp: Add scrolling test.
375
376 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * gdb.tui/tui-layout-asm.exp: New file.
379
380 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
381
382 * lib/tuiterm.exp (Term::check_box_contents): New proc.
383
384 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
385
386 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
387 (Term::enter_tui): Use Term::prepare_for_tui.
388
389 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
390
391 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
392 called.
393
394 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
395
396 * gdb.base/skip.exp: Fix race condition in test.
397
398 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
399
400 * gdb.base/backtrace.c: New file.
401 * gdb.base/backtrace.exp: New file.
402
403 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
404
405 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
406
407 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
408
409 * gdb.base/style.exp: Test that warnings are styled.
410
411 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
412
413 * gdb.base/line65535.exp: New file.
414 * gdb.base/line65535.c: New file.
415
416 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
417
418 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
419 * lib/gnat_debug_info_test.adb: New file.
420 * gdb.ada/ptype_tagged_param.exp: Use
421 gnat_runtime_has_debug_info, expect a different output if
422 runtime does not have debug info.
423
424 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
425
426 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
427 (another) quote in test name.
428
429 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
430
431 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
432 Add quote in test name.
433
434 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
435
436 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
437 directory instead.
438 * gdb.cp/pass-by-ref.exp: Extend with more cases.
439 * gdb.cp/pass-by-ref-2.cc: New file.
440 * gdb.cp/pass-by-ref-2.exp: New file.
441
442 2019-12-20 Tom Tromey <tom@tromey.com>
443
444 * gdb.tui/list-before.exp: New file.
445
446 2019-12-20 Tom Tromey <tom@tromey.com>
447
448 * gdb.tui/list.exp: Check for source on initial listing.
449
450 2019-12-11 Tom Tromey <tromey@adacore.com>
451
452 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
453 Add crlf test.
454
455 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
456
457 * gdb.base/default.exp: Update value of $_gdb_major.
458
459 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
460
461 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
462
463 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
464
465 * gdb.base/skip.exp: Whitespace fix.
466
467 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
468
469 * gdb.base/skip-inline.c: New file.
470 * gdb.base/skip-inline.exp: New file.
471
472 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
473
474 * gdb.base/jit-reader.exp (jit_reader_test): Rename
475 jit_function_00 to jit_function_stack_mangle.
476 * gdb.base/jithost.c (jit_function_t): Rename to...
477 (jit_function_stack_mangle_t): ... this.
478 (jit_function_add_t): New typedef.
479 (jit_function_00_code): Rename to...
480 (jit_function_stack_mangle_code): ... this, make static.
481 (jit_function_add_code): New.
482 (main): Generate "add" function and call it. Adjust to changes
483 in jithost_abi.
484 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
485 (struct jithost_abi) <begin, end>: Remove fields.
486 <object, function_stack_mangle, function_add>: New fields.
487 * gdb.base/jitreader.c (struct reader_state) <code_begin,
488 code_end>: Remove fields.
489 <func_stack_mangle>: New field.
490 (read_debug_info): Adjust to renaming, create block for "add"
491 function.
492 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
493
494 2019-12-11 Tom Tromey <tom@tromey.com>
495
496 * gdb.tui/resize.exp: Fix regexp.
497 * gdb.tui/regs.exp: Fix regexps.
498 * gdb.tui/main.exp: Fix regexp.
499
500 2019-12-11 Tom Tromey <tom@tromey.com>
501
502 * gdb.tui/resize.exp: Update.
503 * gdb.tui/empty.exp (layouts): Update.
504
505 2019-12-11 Tom Tromey <tom@tromey.com>
506
507 * gdb.tui/regs.exp: Update.
508 * gdb.tui/empty.exp (layouts): Update.
509 * gdb.tui/basic.exp: Update.
510 * lib/tuiterm.exp (_check_box): Don't check bottom border.
511
512 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
513
514 * gdb.base/options.exp: Add -raw-values in the print completion list.
515 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
516
517 2019-12-10 Kevin Buettner <kevinb@redhat.com>
518
519 * gdb.threads/omp-par-scope.c: New file.
520 * gdb/threads/omp-par-scope.exp: New file.
521
522 2019-12-10 Kevin Buettner <kevinb@redhat.com>
523
524 * lib/gdb.exp (support_nested_function_tests): New proc.
525
526 2019-12-10 Kevin Buettner <kevinb@redhat.com>
527
528 * lib/gdb.exp (gdb_compile_openmp): New proc.
529 (build_executable_from_specs): Add an "openmp" option.
530 (gdb_compile_pthreads): Add non-executable case.
531
532 2019-12-10 Tom Tromey <tromey@adacore.com>
533
534 * gdb.ada/unchecked_union.exp: New file.
535 * gdb.ada/unchecked_union/pck.adb: New file.
536 * gdb.ada/unchecked_union/pck.ads: New file.
537 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
538 * gdb-utils.exp (string_to_regexp): Also quote "?".
539
540 2019-12-10 George Barrett <bob@bob131.so>
541
542 Test scripted probe breakpoints.
543 * gdb.guile/scm-breakpoint.c (main): Add probe point.
544 * gdb.python/py-breakpoint.c (main): Likewise.
545 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
546 specifier test.
547 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
548
549 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
550
551 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
552 an rvalue parameter.
553 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
554 parameter.
555
556 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
559 modules.
560
561 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
562
563 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
564 broken version of GCC.
565
566 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
567
568 * gdb.fortran/info-modules.exp: Rewrite to make use of new
569 sym-info-cmds library.
570 * gdb.fortran/info-types.exp: Likewise.
571 * lib/sym-info-cmds.exp: New file.
572
573 2019-12-08 Tom de Vries <tdevries@suse.de>
574
575 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
576
577 2019-12-07 Keith Seitz <keiths@redhat.com>
578
579 * gdb.base/corefile-buildid-shlib-shr.c: New file.
580 * gdb.base/corefile-buildid-shlib.c: New file.
581 * gdb.base/corefile-buildid.c: New file.
582 * gdb.base/corefile-buildid.exp: New file.
583
584 2019-12-06 Tom de Vries <tdevries@suse.de>
585
586 * gdb.dwarf2/varval.exp: Add decl before def test.
587
588 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
589
590 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
591
592 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
593
594 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
595 CV and reference conversion for overload resolution.
596 * gdb.cp/rvalue-ref-overload.exp: Test it.
597
598 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
599
600 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
601 * gdb.base/frameapply.exp: Test faas without command.
602
603 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
604
605 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
606 Fortran tests.
607 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
608 order.
609
610 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
611
612 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
613 casting to type with no kind specified.
614 (test_basic_parsing_of_type_kinds): Additional tests for types
615 with no kind specified, and add tests for single/double
616 precision/complex types.
617
618 2019-12-04 Tom Tromey <tromey@adacore.com>
619
620 * gdb.base/endianity.c (struct other) <x>: New field.
621 (main): Initialize it.
622 * gdb.base/endianity.exp: Update.
623
624 2019-12-04 Tom Tromey <tromey@adacore.com>
625
626 * gdb.ada/scalar_storage/storage.adb: New file.
627 * gdb.ada/scalar_storage/pck.adb: New file.
628 * gdb.ada/scalar_storage/pck.ads: New file.
629 * gdb.ada/scalar_storage.exp: New file.
630
631 2019-12-04 Tom Tromey <tromey@adacore.com>
632
633 * gdb.base/endianity.c (struct otherendian) <f>: New field.
634 (main): Initialize it.
635 * gdb.base/endianity.exp: Update.
636
637 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
638
639 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
640
641 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
642
643 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
644 -symbol-info-module-functions and -symbol-info-module-variables.
645
646 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
647
648 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
649
650 2019-12-01 Richard Bunt <richard.bunt@arm.com>
651 Andrew Burgess <andrew.burgess@embecosm.com>
652
653 * gdb.fortran/derived-type-striding.exp: New file.
654 * gdb.fortran/derived-type-striding.f90: New file.
655 * gdb.fortran/array-slices.exp: New file.
656 * gdb.fortran/array-slices.f90: New file.
657
658 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
659
660 * gdb.base/define.exp: Test . in command names.
661 * gdb.base/setshow.exp: Update test, as . is now part of
662 command name.
663
664 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
665
666 * gdb.base/define-prefix.exp: New file.
667
668 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
669
670 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
671 compile.
672 (skip_btrace_pt_tests): Likewise.
673
674 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
675
676 * gdb.fortran/info-modules.exp: Compile source files in correct
677 order.
678
679 2019-11-27 Kevin Buettner <kevinb@redhat.com>
680
681 * gdb.dwarf2/imported-unit.exp: New file.
682 * gdb.dwarf2/imported-unit.c: New file.
683
684 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
685
686 * gdb.mi/mi-fortran-modules-2.f90: New file.
687 * gdb.mi/mi-fortran-modules.exp: New file.
688 * gdb.mi/mi-fortran-modules.f90: New file.
689
690 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
691
692 * gdb.mi/mi-sym-info-1.c: New file.
693 * gdb.mi/mi-sym-info-2.c: New file.
694 * gdb.mi/mi-sym-info.exp: New file.
695
696 2019-11-22 Tom Tromey <tromey@adacore.com>
697
698 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
699 * gdb.ada/tasks/foo.adb: Add another stopping location.
700
701 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
702
703 * gdb.base/endianity.c: New test.
704 * gdb.base/endianity.exp: New file.
705
706 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
707
708 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
709
710 2019-11-21 Tom de Vries <tdevries@suse.de>
711
712 PR gdb/24956
713 * gdb.base/ui-redirect.exp: Test output of user-defined command.
714
715 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
716
717 * gdb.python/py-progspace.exp: Add missing parentheses on some
718 'print' commands.
719
720 2019-11-19 Tom Tromey <tom@tromey.com>
721
722 * gdb.tui/winheight.exp: New file.
723
724 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * gdb.base/ctf-whatis.c: Delete.
727 * gdb.base/ctf-whatis.exp: Delete.
728 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
729
730 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * gdb.base/ctf-cvexpr.exp: Delete.
733 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
734
735 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
738 the compiler. Clean up header comment a little.
739 * gdb.base/ctf-ptype.exp: Likewise.
740 * gdb.base/ctf-whatis.exp: Likewise.
741 * lib/gdb.exp (skip_ctf_tests): New proc.
742
743 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
744
745 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
746 * gdb.tui/corefile-run.exp: New file.
747
748 2019-11-14 Tom Tromey <tromey@adacore.com>
749
750 * gdb.base/gdbvars.exp (test_convenience_variables): Add
751 regression tests.
752
753 2019-11-12 Tom Tromey <tom@tromey.com>
754
755 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
756 after any command. Expect prompt after WAIT_FOR is seen.
757 (enter_tui): Enable resize messages.
758 (command): Expect command in output.
759 (get_line): Avoid error when cursor appears to be off-screen.
760 (dump_screen): Include screen size in title.
761 (_do_resize): New proc, from "resize".
762 (resize): Rewrite. Do resize in two steps.
763 * gdb.tui/empty.exp (layouts): Fix entries.
764 (check_boxes): Remove xfail.
765 (check_text): Dump screen on failure.
766
767 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
768
769 * gdb.python/py-symbol.exp: Add test for
770 gdb.lookup_static_symbols.
771
772 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
773
774 * gdb.python/py-symbol.c: Declare and call function from new
775 py-symbol-2.c file.
776 * gdb.python/py-symbol.exp: Compile both source files, and add new
777 tests for gdb.lookup_static_symbol.
778 * gdb.python/py-symbol-2.c: New file.
779
780 2019-11-02 Tom de Vries <tdevries@suse.de>
781
782 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
783 * gdb.base/anon.exp: Same.
784 * gdb.base/auto-connect-native-target.exp: Same.
785 * gdb.base/call-ar-st.exp: Same.
786 * gdb.base/catch-syscall.exp: Same.
787 * gdb.base/commands.exp: Same.
788 * gdb.base/default.exp: Same.
789 * gdb.base/display.exp: Same.
790 * gdb.base/float.exp: Same.
791 * gdb.base/foll-fork.exp: Same.
792 * gdb.base/help.exp: Same.
793 * gdb.base/info-macros.exp: Same.
794 * gdb.base/info-proc.exp: Same.
795 * gdb.base/info-target.exp: Same.
796 * gdb.base/long_long.exp: Same.
797 * gdb.base/macscp.exp: Same.
798 * gdb.base/memattr.exp: Same.
799 * gdb.base/nofield.exp: Same.
800 * gdb.base/pointers.exp: Same.
801 * gdb.base/printcmds.exp: Same.
802 * gdb.base/ptype.exp: Same.
803 * gdb.base/restore.exp: Same.
804 * gdb.base/return.exp: Same.
805 * gdb.base/scope.exp: Same.
806 * gdb.base/set-noassign.exp: Same.
807 * gdb.base/setshow.exp: Same.
808 * gdb.base/shlib-call.exp: Same.
809 * gdb.base/signals.exp: Same.
810 * gdb.base/sigstep.exp: Same.
811 * gdb.base/skip.exp: Same.
812 * gdb.base/solib-symbol.exp: Same.
813 * gdb.base/stap-probe.exp: Same.
814 * gdb.base/step-line.exp: Same.
815 * gdb.base/step-test.exp: Same.
816 * gdb.base/style.exp: Same.
817 * gdb.base/varargs.exp: Same.
818 * gdb.base/vla-datatypes.exp: Same.
819 * gdb.base/vla-ptr.exp: Same.
820 * gdb.base/vla-sideeffect.exp: Same.
821 * gdb.base/volatile.exp: Same.
822 * gdb.base/watch-cond-infcall.exp: Same.
823 * gdb.base/watchpoint.exp: Same.
824
825 2019-11-02 Tom de Vries <tdevries@suse.de>
826
827 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
828 * gdb.cp/cpexprs.exp: Same.
829 * gdb.cp/except-multi-location.exp: Same.
830 * gdb.cp/exceptprint.exp: Same.
831 * gdb.cp/gdb2384.exp: Same.
832 * gdb.cp/inherit.exp: Same.
833 * gdb.cp/m-static.exp: Same.
834 * gdb.cp/meth-typedefs.exp: Same.
835 * gdb.cp/misc.exp: Same.
836 * gdb.cp/namespace.exp: Same.
837 * gdb.cp/non-trivial-retval.exp: Same.
838 * gdb.cp/overload.exp: Same.
839 * gdb.cp/pr17132.exp: Same.
840 * gdb.cp/re-set-overloaded.exp: Same.
841 * gdb.cp/rvalue-ref-types.exp: Same.
842 * gdb.cp/templates.exp: Same.
843
844 2019-11-01 Luis Machado <luis.machado@linaro.org>
845
846 PR gdb/25124
847
848 * gdb.arch/pr25124.S: New file.
849 * gdb.arch/pr25124.exp: New file.
850
851 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
852
853 * gdb.fortran/info-modules.exp: Update expected results, and add
854 additional tests for 'info module functinos', and 'info module
855 variables'.
856 * gdb.fortran/info-types.exp: Update expected results.
857 * gdb.fortran/info-types.f90: Extend testcase with additional
858 module variables and functions.
859
860 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
861
862 * gdb.fortran/info-modules.exp: New file.
863 * gdb.fortran/info-types.exp: Build with new file.
864 * gdb.fortran/info-types.f90: Include and use new module.
865 * gdb.fortran/info-types-2.f90: New file.
866
867 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
868
869 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
870 * gdb.base/settings.exp: Test all settings types using
871 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
872 that now verifies that the value of "maint show" is the same as
873 returned by the settings functions. Test the type of the
874 maintenance settings.
875 * gdb.base/default.exp: Update show_conv_list.
876
877 2019-10-31 Tom de Vries <tdevries@suse.de>
878
879 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
880 gdb_test.
881 * gdb.arch/amd64-disp-step.exp: Same.
882 * gdb.asm/asm-source.exp: Same.
883 * gdb.btrace/buffer-size.exp: Same.
884 * gdb.btrace/cpu.exp: Same.
885 * gdb.btrace/enable.exp: Same.
886 * gdb.dwarf2/count.exp: Same.
887 * gdb.dwarf2/dw2-ranges-func.exp: Same.
888 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
889 * gdb.fortran/vla-datatypes.exp: Same.
890 * gdb.fortran/vla-history.exp: Same.
891 * gdb.fortran/vla-ptype.exp: Same.
892 * gdb.fortran/vla-value.exp: Same.
893 * gdb.fortran/whatis_type.exp: Same.
894 * gdb.guile/guile.exp: Same.
895 * gdb.multi/tids.exp: Same.
896 * gdb.python/py-finish-breakpoint.exp: Same.
897 * gdb.python/py-framefilter.exp: Same.
898 * gdb.python/py-pp-registration.exp: Same.
899 * gdb.python/py-xmethods.exp: Same.
900 * gdb.python/python.exp: Same.
901 * gdb.server/connect-with-no-symbol-file.exp: Same.
902 * gdb.server/no-thread-db.exp: Same.
903 * gdb.server/run-without-local-binary.exp: Same.
904 * gdb.stabs/weird.exp: Same.
905 * gdb.threads/attach-many-short-lived-threads.exp: Same.
906 * gdb.threads/thread-find.exp: Same.
907 * gdb.threads/tls-shared.exp: Same.
908 * gdb.threads/tls.exp: Same.
909 * gdb.threads/wp-replication.exp: Same.
910 * gdb.trace/ax.exp: Same.
911 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
912
913 2019-10-31 Tom de Vries <tdevries@suse.de>
914
915 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
916 * gdb.ada/array_subscript_addr.exp: Same.
917 * gdb.ada/arrayidx.exp: Same.
918 * gdb.ada/arrayparam.exp: Same.
919 * gdb.ada/arrayptr.exp: Same.
920 * gdb.ada/boolean_expr.exp: Same.
921 * gdb.ada/call_pn.exp: Same.
922 * gdb.ada/complete.exp: Same.
923 * gdb.ada/fixed_cmp.exp: Same.
924 * gdb.ada/fun_addr.exp: Same.
925 * gdb.ada/funcall_param.exp: Same.
926 * gdb.ada/interface.exp: Same.
927 * gdb.ada/mod_from_name.exp: Same.
928 * gdb.ada/null_array.exp: Same.
929 * gdb.ada/packed_array.exp: Same.
930 * gdb.ada/packed_tagged.exp: Same.
931 * gdb.ada/print_chars.exp: Same.
932 * gdb.ada/print_pc.exp: Same.
933 * gdb.ada/ptype_arith_binop.exp: Same.
934 * gdb.ada/ptype_field.exp: Same.
935 * gdb.ada/ptype_tagged_param.exp: Same.
936 * gdb.ada/rec_return.exp: Same.
937 * gdb.ada/ref_tick_size.exp: Same.
938 * gdb.ada/str_ref_cmp.exp: Same.
939 * gdb.ada/taft_type.exp: Same.
940 * gdb.ada/tagged.exp: Same.
941 * gdb.ada/type_coercion.exp: Same.
942 * gdb.ada/uninitialized_vars.exp: Same.
943
944 2019-10-30 Tom de Vries <tdevries@suse.de>
945
946 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
947
948 2019-10-26 Tom de Vries <tdevries@suse.de>
949
950 * gdb.base/bigcore.c: Fix typos in comments.
951 * gdb.base/ctf-ptype.c: Same.
952 * gdb.base/long_long.c: Same.
953 * gdb.dwarf2/dw2-op-out-param.S: Same.
954 * gdb.python/py-evthreads.c: Same.
955 * gdb.reverse/i387-stack-reverse.c: Same.
956 * gdb.trace/tfile.c: Same.
957 * lib/compiler.c: Same.
958 * lib/compiler.cc: Same.
959
960 2019-10-25 Tom de Vries <tdevries@suse.de>
961
962 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
963 gdb_test_multiple calls.
964 * gdb.reverse/sigall-reverse.exp: Same.
965 * gdb.reverse/solib-precsave.exp: Same.
966 * gdb.reverse/solib-reverse.exp: Same.
967 * gdb.reverse/until-precsave.exp: Same.
968 * gdb.reverse/until-reverse.exp: Same.
969
970 2019-10-24 Tom de Vries <tdevries@suse.de>
971
972 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
973 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
974 kfail using -wrap pattern flag and convenience variable
975 gdb_test_name.
976
977 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.python/py-progspace.exp: Add tests for the
980 Progspace.block_for_pc method.
981
982 2019-10-23 Tom Tromey <tom@tromey.com>
983
984 * configure: Rebuild.
985 * aclocal.m4: Use m4_include, not sinclude.
986
987 2019-10-21 Tom de Vries <tdevries@suse.de>
988
989 * gdb.base/infcall-nested-structs.c: Add
990 __attribute__((noinline,noclone)) to all functions.
991 (call_all): Add missing variable initialization. Simplify return value.
992 (breakpt): Increment volatile variable, to prevent call from being
993 optimized out.
994 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
995
996 2019-10-17 Tom de Vries <tdevries@suse.de>
997
998 * gdb.fortran/module.exp: Allow info variables to print info for files
999 other than module.f90.
1000
1001 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1002
1003 * gdb.fortran/module.exp: Extend with 'info variables' test.
1004
1005 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1006
1007 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1008 F77_FOR_TARGET.
1009
1010 2019-10-16 Tom de Vries <tdevries@suse.de>
1011
1012 PR tdep/25096
1013 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1014
1015 2019-10-16 Tom de Vries <tdevries@suse.de>
1016
1017 PR tdep/24104
1018 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1019 Add KFAIL for PR tdep/25096.
1020
1021 2019-10-16 Tom de Vries <tdevries@suse.de>
1022
1023 PR testsuite/25059
1024 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1025
1026 2019-10-16 Tom de Vries <tdevries@suse.de>
1027
1028 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1029 as signed.
1030
1031 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1032
1033 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1034 one instead of increasing timeout.
1035
1036 2019-10-13 Tom de Vries <tdevries@suse.de>
1037
1038 PR record/25038
1039 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1040 * gdb.reverse/sigall-reverse.exp: Same.
1041 * gdb.reverse/solib-precsave.exp: Same.
1042 * gdb.reverse/solib-reverse.exp: Same.
1043 * gdb.reverse/step-precsave.exp: Same.
1044 * gdb.reverse/until-precsave.exp: Same.
1045 * gdb.reverse/until-reverse.exp: Same.
1046 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1047
1048 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1049
1050 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1051 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1052 (cmp_struct_05_01, cmp_struct_static_02_01)
1053 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1054 comparisons.
1055
1056 2019-10-10 Tom de Vries <tdevries@suse.de>
1057
1058 PR testsuite/24888
1059 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1060 gnatlink.
1061
1062 2019-10-09 Tom de Vries <tdevries@suse.de>
1063
1064 PR testsuite/25048
1065 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1066
1067 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1070 exceptions due to missing debug information.
1071
1072 2019-10-07 Tom de Vries <tdevries@suse.de>
1073
1074 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1075
1076 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1077
1078 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1079 * gdb.base/annota1.exp: Update to use gdb_test_name.
1080
1081 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1082
1083 * gdb.base/ctf-whatis.exp: New file.
1084 * gdb.base/ctf-whatis.c: New file.
1085 * gdb.base/ctf-ptype.exp: New file.
1086 * gdb.base/ctf-ptype.c: New file.
1087 * gdb.base/ctf-constvars.exp: New file.
1088 * gdb.base/ctf-constvars.c: New file.
1089 * gdb.base/ctf-cvexpr.exp: New file.
1090
1091 2019-10-04 Tom de Vries <tdevries@suse.de>
1092
1093 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1094 for loop.
1095
1096 2019-10-03 Tom Tromey <tom@tromey.com>
1097
1098 PR rust/24976:
1099 * gdb.rust/simple.rs (Union2): New type.
1100 (main): Use Union2.
1101 * gdb.rust/simple.exp: Add test.
1102
1103 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1104
1105 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1106 nested function prefix.
1107
1108 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1109 Richard Bunt <richard.bunt@arm.com>
1110 Andrew Burgess <andrew.burgess@embecosm.com>
1111
1112 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1113 nested functions.
1114 * gdb.fortran/nested-funcs.f90: Update expected results.
1115 * gdb.fortran/nested-funcs-2.exp: New file.
1116 * gdb.fortran/nested-funcs-2.f90: New file.
1117
1118 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1119
1120 * gdb.python/py-parameter.exp: Make test names unique.
1121 * gdb.python/py-template.exp: Likewise.
1122 * gdb.python/py-value.exp: Likewise.
1123
1124 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1125
1126 * gdb.base/break-interp.exp: Reduce test name duplication.
1127 * gdb.base/call-sc.exp: Likewise.
1128 * gdb.base/callfuncs.exp: Likewise.
1129 * gdb.base/charset.exp: Likewise.
1130 * gdb.base/dump.exp: Likewise.
1131 * gdb.base/ena-dis-br.exp: Likewise.
1132 * gdb.base/relational.exp: Likewise.
1133 * gdb.base/step-over-syscall.exp: Likewise.
1134 * gdb.base/structs.exp: Likewise.
1135
1136 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1137
1138 * gdb.linespec/explicit.exp: Make test names unique.
1139 * gdb.linespec/ls-errs.exp: Likewise.
1140
1141 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1142
1143 * gdb.reverse/break-precsave.exp: Make test names unique.
1144 * gdb.reverse/break-reverse.exp: Likewise.
1145 * gdb.reverse/finish-precsave.exp: Likewise.
1146 * gdb.reverse/finish-reverse.exp: Likewise.
1147 * gdb.reverse/machinestate-precsave.exp: Likewise.
1148 * gdb.reverse/machinestate.exp: Likewise.
1149 * gdb.reverse/readv-reverse.exp: Likewise.
1150 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1151 * gdb.reverse/sigall-precsave.exp: Likewise.
1152 * gdb.reverse/sigall-reverse.exp: Likewise.
1153 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1154 * gdb.reverse/watch-precsave.exp: Likewise.
1155 * gdb.reverse/watch-reverse.exp: Likewise.
1156
1157 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1158
1159 * gdb.threads/stop-with-handle.c: New file.
1160 * gdb.threads/stop-with-handle.exp: New file.
1161
1162 2019-10-03 Tom de Vries <tdevries@suse.de>
1163
1164 PR testsuite/25059
1165 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1166 directory" line to be missing.
1167
1168 2019-10-03 Tom de Vries <tdevries@suse.de>
1169
1170 PR testsuite/25059
1171 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1172 type optional.
1173
1174 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1175
1176 * gdb.python/py-format-string.c (string.h): New include.
1177 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1178 the same value, for endianness-independence.
1179 * gdb.python/py-format-string.exp (default_regexp_dict)
1180 (test_pretty_structs, test_format): Adjust expected output to the
1181 changed initialization.
1182
1183 2019-10-02 Tom Tromey <tromey@adacore.com>
1184
1185 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1186
1187 2019-10-02 Pedro Alves <palves@redhat.com>
1188 Andrew Burgess <andrew.burgess@embecosm.com>
1189
1190 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1191 "print-file-var.h".
1192 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1193 (get_version_1): Print this_version_id and its address.
1194 Add extern "C" wrappers around interface functions.
1195 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1196 "print-file-var.h".
1197 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1198 (get_version_2): Print this_version_id and its address.
1199 Add extern "C" wrappers around interface functions.
1200 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1201 <stddef.h> and "print-file-var.h".
1202 Add extern "C" wrappers around interface functions.
1203 [VERSION_ID_MAIN] (this_version_id): Define.
1204 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1205 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1206 up extern "C" blocks.
1207 * gdb.base/print-file-var.exp (test): New, factored out from top
1208 level.
1209 (top level): Test all combinations of attribute hidden or not,
1210 dlopen or not, and this_version_id symbol in main file or not.
1211 Compile tests as both C++ and C, make test names unique.
1212
1213 2019-10-01 Tom Tromey <tom@tromey.com>
1214
1215 * gdb.base/style.exp: Test "show logging filename".
1216
1217 2019-10-01 Tom Tromey <tom@tromey.com>
1218
1219 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1220 * gdb.base/style.exp: Add metadata style test.
1221
1222 2019-10-01 Tom Tromey <tom@tromey.com>
1223
1224 * gdb.base/style.exp: Test "pwd".
1225
1226 2019-10-01 Tom Tromey <tom@tromey.com>
1227
1228 * gdb.base/style.exp: Update tests.
1229
1230 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1231
1232 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1233 'six' to unsigned.
1234 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1235 'five'. Use an all-ones bit pattern for each.
1236 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1237 to its changed values.
1238
1239 2019-09-30 Tom Tromey <tromey@adacore.com>
1240
1241 * gdb.rust/traits.rs: Disable all warnings.
1242
1243 2019-09-29 Tom de Vries <tdevries@suse.de>
1244
1245 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1246
1247 2019-09-29 Tom de Vries <tdevries@suse.de>
1248
1249 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1250
1251 2019-09-27 Tom de Vries <tdevries@suse.de>
1252
1253 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1254
1255 2019-09-27 Tom de Vries <tdevries@suse.de>
1256
1257 PR record/23188
1258 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1259
1260 2019-09-26 Tom Tromey <tromey@adacore.com>
1261
1262 * gdb.ada/py_taft.exp: New file.
1263 * gdb.ada/py_taft/main.adb: New file.
1264 * gdb.ada/py_taft/pkg.adb: New file.
1265 * gdb.ada/py_taft/pkg.ads: New file.
1266
1267 2019-09-24 Tom de Vries <tdevries@suse.de>
1268
1269 PR gdb/24598
1270 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1271
1272 2019-09-22 Tom de Vries <tdevries@suse.de>
1273
1274 * gdb.base/restore.exp: Allow register variables to be optimized out at
1275 -O0.
1276
1277 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1278
1279 * gdb.arch/spu-info.exp: Remove file.
1280 * gdb.arch/spu-info.c: Remove file.
1281 * gdb.arch/spu-ls.exp: Remove file.
1282 * gdb.arch/spu-ls.c: Remove file.
1283
1284 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1285 * gdb.asm/spu.inc: Remove file.
1286
1287 * gdb.base/dump.exp: Remove support for spu*-*-*.
1288 * gdb.base/stack-checking.exp: Likewise.
1289 * gdb.base/overlays.exp: Likewise.
1290 * gdb.base/ovlymgr.c: Likewise.
1291 * gdb.base/spu.ld: Remove file.
1292
1293 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1294 * gdb.cp/cpexprs.exp: Likewise.
1295 * gdb.cp/exception.exp: Likewise.
1296 * gdb.cp/gdb2495.exp: Likewise.
1297 * gdb.cp/mb-templates.exp: Likewise.
1298 * gdb.cp/pr9167.exp: Likewise.
1299 * gdb.cp/userdef.exp: Likewise.
1300
1301 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1302
1303 * gdb.cell: Remove directory.
1304 * lib/cell.exp: Remove file.
1305
1306 2019-09-19 Tom de Vries <tdevries@suse.de>
1307
1308 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1309
1310 2019-09-19 Tom de Vries <tdevries@suse.de>
1311
1312 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1313
1314 2019-09-19 Tom de Vries <tdevries@suse.de>
1315
1316 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1317 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1318 (gdb_target_cmd): ... here.
1319 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1320 value 2.
1321
1322 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1323
1324 * gdb.base/source-dir.exp: Avoid having directory names in test
1325 names.
1326
1327 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1328
1329 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1330 directory.
1331
1332 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1333
1334 * gdb.base/list-missing-source.exp: New file.
1335
1336 2019-09-14 Tom de Vries <tdevries@suse.de>
1337
1338 PR teststuite/24599
1339 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1340 * lib/ada.exp (gnatmake_version_at_least): New proc.
1341
1342 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1343
1344 * gdb.base/maint.exp: Use exec_has_index_section.
1345
1346 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1347
1348 * gdb.base/maint.exp: Add test for 'maint info sections'.
1349
1350 2019-09-12 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.base/store.exp: Allow register variables to be optimized out at
1353 -O0.
1354
1355 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1356
1357 * gdb.ada/rdv_wait.exp: Update to new task names.
1358 * gdb.base/task_switch_in_core.exp: Likewise.
1359 * gdb.base/info_sources_base.c: Likewise.
1360
1361 2019-09-10 Tom Tromey <tromey@adacore.com>
1362
1363 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1364
1365 2019-09-10 Tom Tromey <tromey@adacore.com>
1366
1367 * gdb.ada/dgopt.exp: New file.
1368 * gdb.ada/dgopt/x.adb: New file.
1369
1370 2019-09-08 Tom Tromey <tom@tromey.com>
1371
1372 * gdb.tui/resize.exp: Remove setup_xfail.
1373 * gdb.tui/regs.exp: Remove setup_xfail.
1374 * gdb.tui/basic.exp: Remove setup_xfail.
1375
1376 2019-09-06 David Blaikie <dblaikie@gmail.com>
1377
1378 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1379 * gdb.cp/cplabel.exp: Ditto.
1380 * gdb.linespec/ls-errs.exp: Ditto.
1381
1382 2019-09-05 Tom de Vries <tdevries@suse.de>
1383
1384 * lib/gdb.exp (cmp_file_string): New proc.
1385 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1386 runto_main. Verify save breakpoints output.
1387
1388 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1389
1390 * gdb.base/info-var.exp: Test info variables without running
1391 to main, to avoid expect's buffer overflow.
1392
1393 2019-09-03 Tom Tromey <tromey@adacore.com>
1394
1395 * gdb.ada/bias.exp: New file.
1396 * gdb.ada/bias/bias.adb: New file.
1397 * gdb.ada/print_chars.exp: Add regression test.
1398 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1399 (MC): New variable.
1400
1401 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1402
1403 * gdb.base/argv0-symlink.exp: Run only on native target
1404 and local host.
1405
1406 2019-08-29 Tom de Vries <tdevries@suse.de>
1407
1408 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1409 diverse debug info.
1410 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1411
1412 2019-08-28 Tom de Vries <tdevries@suse.de>
1413
1414 * gdb.base/info-var.exp: Allow info variables to print info for files
1415 other than info-var-f1.c and info-var-f2.c.
1416
1417 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 * gdb.fortran/info-types.exp: Add module.
1420 * gdb.fortran/info-types.f90: Update expected results.
1421
1422 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1423
1424 * gdb.fortran/info-types.exp: New file.
1425 * gdb.fortran/info-types.f90: New file.
1426 * lib/fortran.exp (fortran_character1): New proc.
1427
1428 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1431 functions'. Reindent as needed.
1432 * gdb.base/info-var-f1.c: New file.
1433 * gdb.base/info-var-f2.c: New file.
1434 * gdb.base/info-var.exp: New file.
1435 * gdb.base/info-var.h: New file.
1436
1437 2019-08-26 Tom de Vries <tdevries@suse.de>
1438
1439 PR c++/24852
1440 * gdb.cp/no-libstdcxx-probe.exp: New test.
1441
1442 2019-08-26 Tom de Vries <tdevries@suse.de>
1443
1444 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1445 * tests need to be skipped.
1446 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1447 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1448 mi_skip_libstdcxx_probe_tests.
1449
1450 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1451
1452 * gdb.python/py-xmethods.exp: Use raw strings when passing
1453 arguments to SimpleXMethodMatcher.
1454
1455 2019-08-22 Tom de Vries <tdevries@suse.de>
1456
1457 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1458 more informative.
1459
1460 2019-08-21 Pedro Alves <palves@redhat.com>
1461
1462 * gdb.base/with.exp: Test "with" with no arguments.
1463
1464 2019-08-21 Tom de Vries <tdevries@suse.de>
1465
1466 * gdb.base/gdb-caching-proc.exp: Sort files.
1467
1468 2019-08-20 Tom de Vries <tdevries@suse.de>
1469
1470 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1471 compilation.
1472
1473 2019-08-16 Tom de Vries <tdevries@suse.de>
1474
1475 * gdb.base/compare-sections.exp ("after run to main"): Allow
1476 mismatched read-only sections for PIE executables.
1477
1478 2019-08-16 Tom Tromey <tom@tromey.com>
1479
1480 * lib/tuiterm.exp (_csi_Z): New proc.
1481 * gdb.tui/basic.exp: Update window positions.
1482 * gdb.tui/empty.exp: Update window positions.
1483
1484 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1485
1486 * gdb.base/examine-backward.exp: Correct regexp for
1487 "examine 3 bytes backward from ${address_zero}".
1488
1489 2019-08-15 Tom Tromey <tom@tromey.com>
1490
1491 * gdb.tui/empty.exp: Enable resizing tests.
1492
1493 2019-08-15 Tom Tromey <tromey@adacore.com>
1494
1495 * gdb.ada/char_enum.exp: Add regression tests.
1496 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1497 and '0'.
1498 (Char, Gchar): Update.
1499 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1500
1501 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1502
1503 * gdb.python/python.exp: Expect a leading underscore on
1504 GdbOutput{,Error}File.
1505
1506 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1507
1508 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1509 Windows host.
1510
1511 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1512
1513 * gdb.base/batch-preserve-term-settings.exp
1514 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1515
1516 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1517
1518 * lib/gdb.exp: When running on a mingw target, replace
1519 /x/ with x:/.
1520
1521 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1522
1523 * gdb.arch/aarch64-prologue.c: New test.
1524 * gdb.arch/aarch64-prologue.exp: New file.
1525
1526 2019-08-13 Tom de Vries <tdevries@suse.de>
1527
1528 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1529 Thread.
1530
1531 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1532
1533 * gdb.python/py-completion.exp: Download the .py file to the host
1534 and use its host pathname. Conditionalize tests that use
1535 tab completion and manipulate files on the build machine.
1536 * gdb.python/py-events.exp: Download the .py file to the host
1537 and use its host pathname.
1538 * gdb.python/py-evsignal.exp: Likewise.
1539 * gdb.python/py-evthreads.exp: Likewise.
1540 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1541 pathname syntax.
1542 * gdb.python/py-framefilter.exp: Download the .py file to the right
1543 place on the host. Match Windows pathname syntax.
1544 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1545 .py file to the host and use its host pathname.
1546 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1547 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1548 build pathname. Skip symlink test on Windows host. Add missing
1549 newline at end of file.
1550 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1551 and use its host pathname.
1552 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1553 * gdb.python/py-section-script.exp: Use host location of binfile
1554 on safe-path. Use correct path separator on Windows host.
1555 Reorder alternatives in gdb_test_multiple to prevent matching
1556 the wrong alternative on success.
1557 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1558
1559 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1560
1561 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1562 expect the GDB inferior to no longer immediately stop after
1563 being resumed with "signal SIGINT".
1564
1565 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1566
1567 * gdb.linespec/break-ask.exp: Generalize regexps to match
1568 Windows pathnames too.
1569
1570 2019-08-08 Tom de Vries <tdevries@suse.de>
1571
1572 PR testsuite/24862
1573 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1574
1575 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1576
1577 * gdb.base/style.exp: Update tests for help doc new invariants.
1578 * gdb.base/help.exp: Likewise.
1579
1580 2019-08-06 Tom Tromey <tom@tromey.com>
1581
1582 * gdb.base/style.exp: Add disassemble test.
1583 * gdb.base/style.c (some_called_function): New function.
1584 (main): Use it.
1585
1586 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1587
1588 * gdb.python/py-block.exp: Test dictionary access on blocks.
1589
1590 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1591
1592 PR gdb/24863
1593 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1594 -list-thread-groups --available test when running under
1595 check-read1.
1596
1597 2019-08-05 Tom de Vries <tdevries@suse.de>
1598
1599 PR testsuite/24863
1600 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1601 * gdb.base/help.exp: Use with_read1_timeout_factor.
1602 * gdb.base/info-macros.exp: Same.
1603 * gdb.cp/nested-types.exp: Same.
1604
1605 2019-08-05 Tom de Vries <tdevries@suse.de>
1606
1607 * lib/gdb.exp (version_at_least): Factor out of ...
1608 (tcl_version_at_least): ... here.
1609 (gdb_compile): Fail if pie results in non-PIE executable.
1610 (readelf_version, readelf_prints_pie): New proc.
1611 (exec_is_pie): Return -1 if unknown.
1612
1613 2019-08-05 Tom de Vries <tdevries@suse.de>
1614
1615 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1616
1617 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1618
1619 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1620
1621 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1622
1623 * lib/completion-support.exp (test_gdb_complete_none): Skip
1624 tab completion tests if no readline support.
1625 (test_gdb_complete_unique_re): Likewise.
1626 (test_gdb_complete_multiple): Likewise.
1627
1628 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1629
1630 * gdb.base/info_sources.exp: New file.
1631 * gdb.base/info_sources.c: New file.
1632 * gdb.base/info_sources_base.c: New file.
1633
1634 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1635
1636 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1637 prefix argument.
1638 (test_exit_status): Add prefix argument.
1639
1640 2019-08-01 Tom de Vries <tdevries@suse.de>
1641
1642 PR testsuite/24863
1643 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1644 calling exp_continue for new thread and thread exited messages.
1645
1646 2019-08-01 Tom de Vries <tdevries@suse.de>
1647
1648 PR testsuite/24863
1649 * gdb.base/structs.exp: Fix check-read1 timeout using
1650 gdb_test_sequence.
1651 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1652
1653 2019-08-01 Tom de Vries <tdevries@suse.de>
1654
1655 PR testsuite/24863
1656 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1657 line.
1658
1659 2019-08-01 Tom de Vries <tdevries@suse.de>
1660
1661 PR testsuite/24863
1662 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1663
1664 2019-07-30 Tom Tromey <tromey@adacore.com>
1665
1666 * gdb.ada/display_nested.exp: New file.
1667 * gdb.ada/display_nested/foo.adb: New file.
1668 * gdb.ada/display_nested/pack.adb: New file.
1669 * gdb.ada/display_nested/pack.ads: New file.
1670
1671 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1672
1673 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1674 namespace.
1675 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1676
1677 2019-07-30 Tom de Vries <tdevries@suse.de>
1678
1679 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1680 instead.
1681
1682 2019-07-30 Tom de Vries <tdevries@suse.de>
1683
1684 PR testsuite/24834
1685 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1686 (exec_is_pie): New proc.
1687
1688 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1689
1690 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1691
1692 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1693
1694 * gdb.python/py-objfile.c: Add global and static vars.
1695 * gdb.python/py-objfile.exp: Test new functions Objfile.
1696 lookup_global_symbol and lookup_static_symbol.
1697
1698 2019-07-29 Tom Tromey <tom@tromey.com>
1699
1700 * lib/tuiterm.exp (Term::_csi_@): New proc.
1701 (Term::_csi_X): Don't move cursor.
1702
1703 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1704
1705 * gdb.base/options.exp: Update backtrace - completion to
1706 new option -frame-info.
1707 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1708 Test new 'set print frame-info'. Test backtrace -frame-info
1709 overriding 'set print frame-info'.
1710 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1711 Test new 'set print frame-info'.
1712 Verify consistency of backtrace with and without filters, with and
1713 without -no-filters.
1714 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1715 default.
1716
1717 2019-07-29 Tom de Vries <tdevries@suse.de>
1718
1719 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1720 no arguments".
1721
1722 2019-07-29 Tom de Vries <tdevries@suse.de>
1723
1724 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1725 is a substring of the first for "complete non-unique file name".
1726
1727 2019-07-29 Tom de Vries <tdevries@suse.de>
1728
1729 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1730 with ".*".
1731
1732 2019-07-29 Tom de Vries <tdevries@suse.de>
1733
1734 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1735 Pass prompt_regexp parameter to gdb_test_multiple calls.
1736
1737 2019-07-29 Tom de Vries <tdevries@suse.de>
1738
1739 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1740 print registers" regexps.
1741
1742 2019-07-29 Tom de Vries <tdevries@suse.de>
1743
1744 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1745
1746 2019-07-29 Tom de Vries <tdevries@suse.de>
1747
1748 PR gdb/24855
1749 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1750 (skip_python_tests_prompt): Add prompt_regexp argument to
1751 gdb_test_multiple calls.
1752
1753 2019-07-27 Tom Tromey <tom@tromey.com>
1754
1755 * gdb.tui/main.exp: New file.
1756
1757 2019-07-27 Tom Tromey <tom@tromey.com>
1758
1759 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1760 optional.
1761 * gdb.tui/empty.exp: New file.
1762
1763 2019-07-27 Tom Tromey <tom@tromey.com>
1764
1765 * lib/tuiterm.exp (spawn): New proc.
1766 (Term::resize): New proc.
1767 * gdb.tui/resize.exp: New file.
1768
1769 2019-07-27 Tom Tromey <tom@tromey.com>
1770
1771 * gdb.tui/list.exp: New file.
1772
1773 2019-07-27 Tom Tromey <tom@tromey.com>
1774
1775 * gdb.tui/regs.exp: New file.
1776
1777 2019-07-27 Tom Tromey <tom@tromey.com>
1778
1779 * gdb.tui/basic.exp: Add "layout split" test.
1780
1781 2019-07-27 Tom Tromey <tom@tromey.com>
1782
1783 * gdb.tui/basic.exp: Add "layout asm" test.
1784
1785 2019-07-27 Tom Tromey <tom@tromey.com>
1786
1787 * lib/tuiterm.exp: New file.
1788 * gdb.tui/basic.exp: New file.
1789
1790 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1791
1792 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1793 Enable tests associated with this flag. Adjust regex
1794 referencing "foo_low" to now refer to "foo_cold" instead.
1795
1796 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1797
1798 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1799 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1800 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1801 foo_cold. Revise comments to match.
1802 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1803 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1804 were wrapped into this proc; Call do_test in loop from outermost
1805 level.
1806 (foo_low): Rename all occurrences to "foo_cold".
1807 (backtrace from baz): New test.
1808 (x2/i foo_cold): New test.
1809 (info line *foo_cold): New test.
1810
1811 2019-07-26 Tom de Vries <tdevries@suse.de>
1812
1813 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1814
1815 2019-07-25 Tom de Vries <tdevries@suse.de>
1816
1817 PR testsuite/24830
1818 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1819 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1820 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1821 (skip_libstdcxx_probe_tests): ... here.
1822 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1823
1824 2019-07-24 Tom de Vries <tdevries@suse.de>
1825
1826 PR testsuite/24807
1827 * gdb.objc/basicclass.m: Include stdio.h.
1828 * gdb.objc/nondebug.m: Same.
1829 * gdb.objc/objcdecode.m: Same.
1830
1831 2019-07-24 Tom de Vries <tdevries@suse.de>
1832
1833 PR testsuite/24612
1834 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1835 additional_flags.
1836
1837 2019-07-24 Tom de Vries <tdevries@suse.de>
1838
1839 PR testsuite/24831
1840 * gdb.multi/tids.exp: Update error messages for info threads.
1841
1842 2019-07-24 Tom de Vries <tdevries@suse.de>
1843
1844 * gdb.base/info-types.exp: Allow info types to print info for more than
1845 one file.
1846
1847 2019-07-23 Tom de Vries <tdevries@suse.de>
1848
1849 PR testsuite/24842
1850 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1851 gdb_spawn_with_cmdline_opts.
1852
1853 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1854
1855 * gdb.arch/arm-cmse-sgstubs.c: New test.
1856 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1857
1858 2019-07-23 Tom de Vries <tdevries@suse.de>
1859
1860 PR testsuite/24711
1861 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1862 issuing next command.
1863
1864 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1865
1866 * gdb.ada/info_auto_lang.exp: Update expected results.
1867 * gdb.base/info-types.c: Add additional types to check.
1868 * gdb.base/info-types.exp: Update expected results.
1869
1870 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1871
1872 * gdb.base/info-types.c: New file.
1873 * gdb.base/info-types.exp: New file.
1874
1875 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1876
1877 * gdb.arch/riscv-bp-infcall.c: New file.
1878 * gdb.arch/riscv-bp-infcall.exp: New file.
1879
1880 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1881
1882 PR breakpoints/24541
1883 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1884
1885 2019-07-14 Tom de Vries <tdevries@suse.de>
1886
1887 PR testsuite/24760
1888 * gdb.objc/basicclass.exp: Fix unterminated string.
1889
1890 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1891 Andrew Burgess <andrew.burgess@embecosm.com>
1892
1893 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1894 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1895 negative bounds.
1896 * gdb.fortran/vla-value.exp: Print elements of an array with
1897 negative bounds.
1898 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1899 testing.
1900
1901 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1902
1903 * gdb.base/options.exp (expect_string): Dequote strings in
1904 results.
1905 (test-string): Test strings with different quoting and reindent.
1906
1907 2019-07-10 Tom Tromey <tromey@adacore.com>
1908
1909 * gdb.ada/mi_ex_cond.exp: Update expected results.
1910 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1911 * gdb.ada/mi_catch_ex.exp: Update expected results.
1912 * gdb.ada/mi_catch_assert.exp: Update expected results.
1913 * gdb.ada/catch_ex.exp (catch_exception_info)
1914 (catch_exception_entry, catch_assert_entry)
1915 (catch_unhandled_entry): Update.
1916 * gdb.ada/catch_assert_if.exp: Update expected results.
1917
1918 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1919 Stephen Roberts <stephen.roberts@arm.com>
1920
1921 * gdb.base/define.exp: Restore original prompt.
1922
1923 2019-07-09 Pedro Alves <palves@redhat.com>
1924
1925 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1926 breakpoints" output.
1927 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1928 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1929 throw" creates breakpoint.
1930 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1931 'type="catchpoint"'.
1932
1933 2019-07-09 Pedro Alves <palves@redhat.com>
1934
1935 PR c++/15468
1936 * gdb.cp/except-multi-location-lib.cc: New.
1937 * gdb.cp/except-multi-location-main.cc: New.
1938 * gdb.cp/except-multi-location.exp: New.
1939
1940 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1941
1942 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1943 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1944 argument and update callers.
1945
1946 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1947
1948 * gdb.arch/amd64-break-on-asm-line.S: New file.
1949 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1950
1951 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1952
1953 * gdb.base/printcmds.exp: Test printing C string and
1954 C wide string convenience vars without transiting via the inferior.
1955 Also make test names unique.
1956
1957 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1958
1959 PR breakpoints/25011
1960 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1961
1962 2019-07-04 Pedro Alves <palves@redhat.com>
1963
1964 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1965 body returned ok(0), break(3) or continue(4).
1966 * gdb.testsuite/foreach_with_prefix.exp: New file.
1967
1968 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1969
1970 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1971
1972 2019-07-03 Pedro Alves <palves@redhat.com>
1973
1974 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1975 "return -code".
1976
1977 2019-07-03 Pedro Alves <palves@redhat.com>
1978
1979 PR cli/24732
1980 * gdb.base/shell.exp: Load completion-support.exp.
1981 Adjust expected error output. Add completion tests.
1982
1983 2019-07-03 Pedro Alves <palves@redhat.com>
1984
1985 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1986 string_to_regexp.
1987
1988 2019-07-03 Pedro Alves <palves@redhat.com>
1989
1990 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1991 (expect_integer): Adjust to expect "-string".
1992 (expect_string): New.
1993 (all_options): Expect "-string".
1994 (test-flag, test-boolean): Adjust to expect "-string".
1995 (test-string): New proc.
1996 (top level): Call it.
1997
1998 2019-07-03 Pedro Alves <palves@redhat.com>
1999
2000 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2001 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2002 the expected output in the success.
2003
2004 2019-07-03 Pedro Alves <palves@redhat.com>
2005
2006 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2007 Split one gdb_test_multiple call in two to avoid a race.
2008
2009 2019-07-03 Pedro Alves <palves@redhat.com>
2010
2011 * gdb.base/with.c: New file.
2012 * gdb.base/with.exp: New file.
2013
2014 2019-07-03 Pedro Alves <palves@redhat.com>
2015
2016 * gdb.base/settings.exp: Replace all references to "maint
2017 test-settings set" with references to "maint set test-settings",
2018 and all references to "maint test-settings show" with references
2019 to "maint show test-settings".
2020
2021 2019-07-03 Pedro Alves <palves@redhat.com>
2022
2023 * gdb.base/settings.exp (test-string): Adjust expected out when
2024 testing "maint test-settings show filename"
2025
2026 2019-07-02 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.base/options.exp (test-info-threads): New procedure.
2029 (top level): Call it.
2030
2031 2019-06-28 Tom Tromey <tromey@adacore.com>
2032
2033 * gdb.dwarf2/ada-linkage-name.c: New file.
2034 * gdb.dwarf2/ada-linkage-name.exp: New file.
2035
2036 2019-06-27 Tom Tromey <tromey@adacore.com>
2037
2038 PR c++/20020:
2039 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2040
2041 2019-06-26 Tom de Vries <tdevries@suse.de>
2042
2043 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2044
2045 2019-06-26 Tom de Vries <tdevries@suse.de>
2046
2047 * gdb.base/index-cache.exp: Add back missing debug option.
2048
2049 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2050
2051 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2052
2053 2019-06-25 Tom de Vries <tdevries@suse.de>
2054
2055 PR testsuite/24727
2056 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2057
2058 2019-06-24 Tom de Vries <tdevries@suse.de>
2059
2060 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2061
2062 2019-06-24 Tom de Vries <tdevries@suse.de>
2063
2064 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2065 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2066 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2067
2068 2019-06-24 Tom de Vries <tdevries@suse.de>
2069
2070 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2071
2072 2019-06-21 Tom de Vries <tdevries@suse.de>
2073
2074 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2075
2076 2019-06-21 Tom de Vries <tdevries@suse.de>
2077
2078 PR testsuite/24518
2079 PR ada/24713
2080 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2081 index.
2082
2083 2019-06-19 Tom Tromey <tromey@adacore.com>
2084
2085 * gdb.ada/length_cond.exp: Add intro comment.
2086
2087 2019-06-19 Tom Tromey <tromey@adacore.com>
2088
2089 * gdb.ada/length_cond.exp: New file.
2090 * gdb.ada/length_cond/length_cond.adb: New file.
2091 * gdb.ada/length_cond/pck.adb: New file.
2092 * gdb.ada/length_cond/pck.ads: New file.
2093
2094 2019-06-18 Tom de Vries <tdevries@suse.de>
2095
2096 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2097
2098 2019-06-18 Tom Tromey <tromey@adacore.com>
2099
2100 * gdb.base/list0.h: Add comment explaining control character.
2101
2102 2019-06-18 Tom de Vries <tdevries@suse.de>
2103
2104 * boards/fission.exp: Break up long debug_flags line.
2105
2106 2019-06-16 Tom de Vries <tdevries@suse.de>
2107
2108 PR gdb/24445
2109 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2110 generated index.
2111
2112 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2113
2114 PR gdb/24686
2115 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2116 improve detection of bug gdb/24541.
2117
2118 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2119
2120 PR gdb/24669
2121 * gdb.base/index-cache.exp (uses_readnow,
2122 expecting_index_cache_use): Define global variable.
2123 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2124 expecting_index_cache_use.
2125
2126 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2127 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * gdb.fortran/pointers.f90: New file.
2130 * gdb.fortran/print_type.exp: New file.
2131 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2132 * gdb.fortran/vla-type.exp: Likewise.
2133 * gdb.fortran/vla-value.exp: Likewise.
2134 * gdb.mi/mi-vla-fortran.exp: Likewise.
2135
2136 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2137
2138 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2139 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2140 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2141 as a stop reason.
2142
2143 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2144
2145 * gdb.base/annota1.exp: Update expected results.
2146 * gdb.cp/annota2.exp: Likewise.
2147 * gdb.cp/annota3.exp: Likewise.
2148
2149 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2150
2151 * gdb.base/style-logging.exp: Remove path from test name.
2152
2153 2019-06-14 Tom Tromey <tromey@adacore.com>
2154
2155 PR gdb/24502:
2156 * gdb.base/style-logging.exp: New file.
2157
2158 2019-06-14 Tom Tromey <tromey@adacore.com>
2159
2160 * gdb.base/symfile-warn.exp: New file.
2161 * gdb.base/symfile-warn.c: New file.
2162
2163 2019-06-14 Tom Tromey <tromey@adacore.com>
2164
2165 * gdb.base/annotate-symlink.exp: New file.
2166
2167 2019-06-14 Tom Tromey <tromey@adacore.com>
2168
2169 * gdb.ada/set_wstr.exp: Add reassignment test.
2170
2171 2019-06-14 Tom Tromey <tromey@adacore.com>
2172
2173 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2174 'unchecked_access and 'unrestricted_access as well.
2175
2176 2019-06-14 Tom Tromey <tromey@adacore.com>
2177
2178 PR ada/24539:
2179 * gdb.ada/vla.exp: Update tests.
2180 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2181 pragma.
2182
2183 2019-06-13 Pedro Alves <palves@redhat.com>
2184
2185 * gdb.base/settings.exp (test-integer): Test junk after
2186 "unlimited".
2187
2188 2019-06-13 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.base/options.exp (test-thread-apply): New.
2191 (top level): Call it.
2192
2193 2019-06-13 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.base/options.exp (test-frame-apply): New.
2196 (top level): Test print commands with different "frame apply"
2197 prefixes.
2198
2199 2019-06-13 Pedro Alves <palves@redhat.com>
2200
2201 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2202 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2203 'max_completions' parameter and handle it.
2204 (test_gdb_completion_offers_commands): New.
2205
2206 2019-06-13 Pedro Alves <palves@redhat.com>
2207
2208 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2209
2210 2019-06-13 Pedro Alves <palves@redhat.com>
2211
2212 * gdb.base/options.exp (test-backtrace): New.
2213 (top level): Call it.
2214
2215 2019-06-13 Pedro Alves <palves@redhat.com>
2216
2217 * gdb.guile/scm-frame-args.exp: Use "set print
2218 raw-frame-arguments" instead of "set print raw frame-arguments".
2219 * gdb.python/py-frame-args.exp: Likewise.
2220
2221 2019-06-13 Pedro Alves <palves@redhat.com>
2222
2223 * gdb.compile/compile.exp: Adjust expected output to option
2224 processing changes.
2225
2226 2019-06-13 Pedro Alves <palves@redhat.com>
2227
2228 * gdb.base/options.exp: Build executable.
2229 (test-print): New procedure.
2230 (top level): Call it, once for "print" and another for "compile
2231 print".
2232
2233 2019-06-13 Pedro Alves <palves@redhat.com>
2234
2235 * gdb.base/options.c: New file.
2236 * gdb.base/options.exp: New file.
2237
2238 2019-06-13 Pedro Alves <palves@redhat.com>
2239
2240 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2241 that "o" is ambiguous.
2242
2243 2019-06-13 Pedro Alves <palves@redhat.com>
2244
2245 * gdb.base/settings.c: New file.
2246 * gdb.base/settings.exp: New file.
2247
2248 2019-06-13 Pedro Alves <palves@redhat.com>
2249
2250 * gdb.base/completion.exp: Fix comment typo.
2251
2252 2019-06-13 Pedro Alves <palves@redhat.com>
2253
2254 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2255 foo --1" test.
2256
2257 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2258
2259 * gdb.fortran/block-data.f: New.
2260 * gdb.fortran/block-data.exp: New.
2261
2262 2019-06-11 Tom de Vries <tdevries@suse.de>
2263
2264 PR testsuite/24521
2265 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2266 message.
2267
2268 2019-06-11 Tom de Vries <tdevries@suse.de>
2269
2270 PR testsuite/24521
2271 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2272
2273 2019-06-11 Tom de Vries <tdevries@suse.de>
2274
2275 * boards/readnow.exp: New file.
2276
2277 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2278
2279 * gdb.fortran/vla-sizeof.exp: Update expected results.
2280
2281 2019-06-06 Amos Bird <amosbird@gmail.com>
2282
2283 * gdb.base/annota1.exp (thread_switch): Add test for
2284 thread-exited annotation.
2285
2286 2019-06-06 Tom Tromey <tromey@adacore.com>
2287
2288 * gdb.base/maint.exp: Expect command started/finished output.
2289
2290 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2291
2292 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2293 comment.
2294 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2295
2296 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2297
2298 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2299 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2300 * gdb.arch/riscv-unwind-long-insn.c: New file.
2301 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2302
2303 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2304
2305 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2306
2307 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2308
2309 * lib/gdb.exp (help_list_trailer): New regexp variable
2310 factorizing the help trailer message.
2311 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2312 arg to allow to better factorize various tests.
2313 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2314 (test_prefix_command_help): Use help_list_trailer.
2315 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2316 * gdb.guile/scm-cmd.exp: Likewise.
2317 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2318 * gdb.base/help.exp: Use test_user_defined_class_help.
2319 * gdb.base/style.exp: Add tests for styling of help and apropos.
2320 * lib/gdb-utils.exp (style): Add title and highlight styles.
2321
2322 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2323
2324 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2325 $_shell_exitsignal.
2326 * gdb.base/default.exp: Update for new convenience variables.
2327
2328 2019-05-29 Tom Tromey <tromey@adacore.com>
2329
2330 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2331 to "break complete ada" test case's regexp.
2332
2333 2019-05-29 Tom Tromey <tromey@adacore.com>
2334
2335 PR c++/20020:
2336 * gdb.cp/constexpr-field.exp: New file.
2337 * gdb.cp/constexpr-field.cc: New file.
2338
2339 2019-05-29 Tom Tromey <tromey@adacore.com>
2340
2341 * gdb.base/finish.exp (finish_no_print): New proc.
2342 (finish_tests): Call it.
2343
2344 2019-05-24 Tom de Vries <tdevries@suse.de>
2345
2346 * gdb.dwarf2/gdb-add-index.exp: New file.
2347
2348 2019-05-22 Tom Tromey <tromey@adacore.com>
2349
2350 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2351 * gdb.base/style.exp: Use "style".
2352 * lib/gdb-utils.exp (style): New proc.
2353
2354 2019-05-22 Tom de Vries <tdevries@suse.de>
2355
2356 * gdb.base/align.exp: Require c++11.
2357
2358 2019-05-22 Tom de Vries <tdevries@suse.de>
2359
2360 PR testsuite/24586
2361 * gdb.python/py-mi-var-info-path-expression.exp: Call
2362 mi_skip_python_tests to check if python is supported.
2363
2364 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2365
2366 * gdb.arch/aarch64-pauth.c: New test.
2367 * gdb.arch/aarch64-pauth.exp: New file.
2368
2369 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2370
2371 * README (Re-running Tests Outside The Testsuite): New section.
2372
2373 2019-05-21 Tom de Vries <tdevries@suse.de>
2374
2375 * gdb.arch/amd64-eval.exp: Require c++11.
2376 * gdb.base/max-depth.exp: Same.
2377 * gdb.compile/compile-cplus-array-decay.exp: Same.
2378 * gdb.cp/meth-typedefs.exp: Same.
2379 * gdb.cp/subtypes.exp: Same.
2380 * gdb.cp/temargs.exp: Same.
2381
2382 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2383
2384 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2385
2386 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2387
2388 PR gdb/18644
2389 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2390 * gdb.fortran/printing-types.exp: Add new test.
2391 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2392 testing.
2393 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2394 setup_kfail call.
2395
2396 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2397
2398 * README (Running the Testsuite): Change example.
2399 (Testsuite Parameters): Remove TRANSCRIPT.
2400 * lib/gdb.exp: Remove TRANSCRIPT check.
2401
2402 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2403
2404 * README (Testsuite Parameters): Add replay logging to
2405 GDBSERVER_DEBUG.
2406 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2407 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2408 as a comma separated list.
2409 (gdb_debug_init): Override procedure.
2410
2411 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2412
2413 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2414 (gdb_write_cmd_file): New procedure.
2415 * lib/gdbserver-support.exp (gdbserver_start): Call
2416 gdbserver_write_cmd_file.
2417 (gdbserver_write_cmd_file): New procedure.
2418
2419 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2420
2421 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2422 (delete_breakpoints): Likewise.
2423 (gdb_run_cmd): Likewise.
2424 (gdb_start_cmd): Likewise.
2425 (gdb_starti_cmd): Likewise.
2426 (gdb_internal_error_resync): Likewise.
2427 (gdb_test_multiple): Likewise.
2428 (gdb_reinitialize_dir): Likewise.
2429 (default_gdb_exit): Likewise.
2430 (gdb_file_cmd): Mark kill as optional.
2431 (default_gdb_start): Call gdb_stdin_log_init.
2432 (send_gdb): Call gdb_stdin_log_write.
2433 (rerun_to_main): Mark Y as an answer.
2434 (gdb_stdin_log_init): New function.
2435 (gdb_stdin_log_write): Likewise.
2436
2437 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2438
2439 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2440 * gdb.base/debug-expr.exp: Likewise.
2441 * gdb.base/foll-fork.exp: Likewise.
2442 * gdb.base/foll-vfork.exp: Likewise.
2443 * gdb.base/fork-print-inferior-events.exp: Likewise.
2444 * gdb.base/gdb-sigterm.exp: Likewise.
2445 * gdb.base/gdbinit-history.exp: Likewise.
2446 * gdb.base/osabi.exp: Likewise.
2447 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2448 * gdb.base/ui-redirect.exp: Likewise.
2449 * gdb.gdb/unittest.exp: Likewise.
2450 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2451 * gdb.mi/mi-watch.exp: Likewise.
2452 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2453 * gdb.mi/user-selected-context-sync.exp: Likewise.
2454 * gdb.python/python.exp: Disable debug test when debugging.
2455 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2456 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2457 Likewise.
2458 * gdb.threads/stepi-random-signal.exp: Likewise.
2459
2460 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2461
2462 * Makefile.in: Pass through GDB_DEBUG.
2463 * README (Testsuite Parameters): Add GDB_DEBUG.
2464 (gdb,debug): Add board setting.
2465 * lib/gdb.exp (default_gdb_start): Start debugging.
2466 (gdb_debug_enabled): New procedure.
2467 (gdb_debug_init): Likewise.
2468
2469 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2470
2471 * Makefile.in: Pass through GDB_DEBUG.
2472 * README (Testsuite Parameters): Add GDB_DEBUG.
2473 (gdb,debug): Add board setting.
2474 * lib/gdb.exp (default_gdb_start): Start debugging.
2475 (gdb_debug_enabled): New procedure.
2476 (gdb_debug_init): Likewise.
2477
2478 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2479
2480 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2481
2482 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2483
2484 * gdb.base/ui-redirect.exp: Test redirection.
2485
2486 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2487
2488 * gdb.mi/mi-complete.exp: New file.
2489 * gdb.mi/mi-complete.cc: Likewise.
2490
2491 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2492
2493 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2494 indexed and sliced arrays, and pointers to arrays.
2495
2496 2019-05-14 Tom Tromey <tromey@adacore.com>
2497
2498 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2499 styling test.
2500
2501 2019-05-14 Tom de Vries <tdevries@suse.de>
2502
2503 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2504 selection entry encoding.
2505
2506 2019-05-10 Tom Tromey <tromey@adacore.com>
2507
2508 * gdb.ada/info_exc.exp: Add "complete" test.
2509
2510 2019-05-09 Tom de Vries <tdevries@suse.de>
2511
2512 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2513 CU-relative.
2514
2515 2019-05-09 Tom de Vries <tdevries@suse.de>
2516
2517 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2518 CU-relative.
2519
2520 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2521
2522 * gdb.ada/frame_arg_lang.exp: New testcase.
2523 * gdb.ada/frame_arg_lang/bla.adb: New file.
2524 * gdb.ada/frame_arg_lang/pck.ads: New file.
2525 * gdb.ada/frame_arg_lang/pck.adb: New file.
2526 * gdb.ada/frame_arg_lang/foo.c: New file.
2527
2528 2019-05-08 Tom Tromey <tromey@adacore.com>
2529
2530 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2531
2532 2019-05-08 Tom Tromey <tromey@adacore.com>
2533
2534 * gdb.base/ptype-offsets.exp: Update tests.
2535
2536 2019-05-08 Tom Tromey <tromey@adacore.com>
2537
2538 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2539 cases.
2540 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2541 "short".
2542
2543 2019-05-08 Tom Tromey <tromey@adacore.com>
2544
2545 * gdb.ada/vla.exp: New file.
2546 * gdb.ada/vla/vla.adb: New file.
2547
2548 2019-05-07 Tom de Vries <tdevries@suse.de>
2549
2550 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2551
2552 2019-05-07 Tom de Vries <tdevries@suse.de>
2553
2554 PR testsuite/24522
2555 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2556 section.
2557
2558 2019-05-07 Tom de Vries <tdevries@suse.de>
2559
2560 PR testsuite/24522
2561 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2562 .debug_aranges section.
2563
2564 2019-05-07 Tom de Vries <tdevries@suse.de>
2565
2566 PR testsuite/24159
2567 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2568
2569 2019-05-06 Tom de Vries <tdevries@suse.de>
2570
2571 * lib/gdb.exp (exec_has_index_section): New proc.
2572 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2573 section.
2574
2575 2019-05-04 Tom de Vries <tdevries@suse.de>
2576
2577 * boards/cc-with-debug-names.exp: New file.
2578
2579 2019-05-03 Tom Tromey <tromey@adacore.com>
2580
2581 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2582 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2583 * gdb.ada/char_enum.exp: Add test.
2584
2585 2019-05-03 Tom de Vries <tdevries@suse.de>
2586
2587 * boards/cc-with-gdb-index.exp: New file.
2588
2589 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2590
2591 * gdb.rust/simple.exp: Add new test case.
2592 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2593 (main): Initialise an instance of the new struct.
2594
2595 2019-05-01 Tom Tromey <tromey@adacore.com>
2596
2597 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2598 record.
2599 (NPR): New variable.
2600 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2601 test.
2602
2603 2019-05-01 Tom Tromey <tromey@adacore.com>
2604
2605 * gdb.ada/packed_array_assign.exp: Add packed assignment
2606 regression test.
2607
2608 2019-05-01 Tom de Vries <tdevries@suse.de>
2609
2610 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2611
2612 2019-05-01 Tom de Vries <tdevries@suse.de>
2613
2614 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2615
2616 2019-04-30 Ali Tamur <tamur@google.com>
2617
2618 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2619
2620 2019-04-30 Tom Tromey <tromey@adacore.com>
2621
2622 * lib/ada.exp (find_ada_tool): New proc.
2623 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2624 * gdb.ada/catch_ex_std.exp: New file.
2625 * gdb.ada/catch_ex_std/foo.adb: New file.
2626 * gdb.ada/catch_ex_std/some_package.adb: New file.
2627 * gdb.ada/catch_ex_std/some_package.ads: New file.
2628
2629 2019-04-30 Tom Tromey <tromey@adacore.com>
2630
2631 PR c++/24470:
2632 * gdb.cp/temargs.cc: Add test code from PR.
2633
2634 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2635
2636 * gdb.fortran/vla-datatypes.exp: Update expected results.
2637 * gdb.fortran/vla-ptype.exp: Likewise.
2638 * gdb.fortran/vla-type.exp: Likewise.
2639 * gdb.fortran/vla-value.exp: Likewise.
2640
2641 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2642
2643 * gdb.fortran/ptr-indentation.exp: Update expected results.
2644 * gdb.fortran/ptype-on-functions.exp: Likewise.
2645 * gdb.fortran/vla-ptr-info.exp: Likewise.
2646 * gdb.fortran/vla-value.exp: Likewise.
2647
2648 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2649
2650 * gdb.fortran/ptype-on-functions.exp: New file.
2651 * gdb.fortran/ptype-on-functions.f90: New file.
2652
2653 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2654
2655 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2656 case void string.
2657
2658 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2659
2660 * gdb.fortran/complex.exp: Expand.
2661 * gdb.fortran/complex.f: Renamed to...
2662 * gdb.fortran/complex.f90: ...this, and extended to add more
2663 complex values.
2664
2665 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2668 MODULO, CMPLX.
2669
2670 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2671 Richard Bunt <richard.bunt@arm.com>
2672
2673 * gdb.base/max-depth.c: New file.
2674 * gdb.base/max-depth.exp: New file.
2675 * gdb.python/py-nested-maps.c: New file.
2676 * gdb.python/py-nested-maps.exp: New file.
2677 * gdb.python/py-nested-maps.py: New file.
2678 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2679 (test_all_common): Call test_max_depth.
2680 * gdb.fortran/max-depth.exp: New file.
2681 * gdb.fortran/max-depth.f90: New file.
2682 * gdb.go/max-depth.exp: New file.
2683 * gdb.go/max-depth.go: New file.
2684 * gdb.modula2/max-depth.exp: New file.
2685 * gdb.modula2/max-depth.c: New file.
2686 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2687
2688 2019-04-29 Tom de Vries <tdevries@suse.de>
2689
2690 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2691
2692 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2693
2694 * gdb.base/callexit.exp: Test may-call-functions off.
2695
2696 2019-04-25 Keith Seitz <keiths@redhat.com>
2697
2698 PR c++/24367
2699 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2700 (another_incomplete_struct, test_incomplete): New definitions.
2701 (main): Use new definitions.
2702 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2703 functions.
2704
2705 2019-04-25 Ali Tamur <tamur@google.com>
2706
2707 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2708
2709 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2710
2711 PR corefiles/11608
2712 PR corefiles/18187
2713 * gdb.base/coredump-filter-build-id.exp: New file.
2714
2715 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2716
2717 * Makefile.in: Pass through GDBSERVER_DEBUG.
2718 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2719 (gdbserver,debug): Add board setting.
2720 * gdb.trace/tspeed.exp: Skip when debugging.
2721 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2722 * lib/gdbserver-support.exp: Likewise
2723
2724 2019-04-24 Tom Tromey <tromey@adacore.com>
2725
2726 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2727 Rust.
2728
2729 2019-04-24 Tom Tromey <tromey@adacore.com>
2730
2731 * gdb.arch/amd64-eval.exp: Test bitfield return.
2732 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2733 (class Foo) <return_bitfields>: New method.
2734 (main): Call it.
2735
2736 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2737
2738 * gdb.cp/many-args.cc: New file.
2739 * gdb.cp/many-args.exp: New file.
2740
2741 2019-04-23 Tom de Vries <tdevries@suse.de>
2742
2743 PR gdb/24433
2744 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2745
2746 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2747
2748 * gdb.trace/backtrace.exp: Use nopie flag.
2749 * gdb.trace/circ.exp: Likewise.
2750 * gdb.trace/collection.exp: Likewise.
2751 * gdb.trace/ftrace.exp: Likewise.
2752 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2753 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2754 * gdb.trace/qtro.exp: Likewise.
2755 * gdb.trace/read-memory.exp: Likewise.
2756 * gdb.trace/report.exp: Likewise.
2757 * gdb.trace/tfile.exp: Likewise.
2758 * gdb.trace/tfind.exp: Likewise.
2759 * gdb.trace/unavailable.exp: Likewise.
2760
2761 2019-04-22 Pedro Alves <palves@redhat.com>
2762
2763 * gdb.base/solib-probes-nosharedlibrary.c,
2764 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2765
2766 2019-04-19 Tom Tromey <tromey@adacore.com>
2767
2768 * gdb.ada/ptype_union.c: New file.
2769 * gdb.ada/ptype_union.exp: New file.
2770
2771 2019-04-19 Tom Tromey <tromey@adacore.com>
2772
2773 PR symtab/24423:
2774 * gdb.base/list0.h (foo): Add a control-l character.
2775
2776 2019-04-18 Tom de Vries <tdevries@suse.de>
2777
2778 PR gdb/24433
2779 * boards/local-board.exp: Set sysroot to "".
2780
2781 2019-04-18 Tom de Vries <tdevries@suse.de>
2782 Pedro Alves <palves@redhat.com>
2783
2784 PR gdb/24454
2785 * gdb.threads/vfork-follow-child-exec.c: New file.
2786 * gdb.threads/vfork-follow-child-exec.exp: New file.
2787 * gdb.threads/vfork-follow-child-exit.c: New file.
2788 * gdb.threads/vfork-follow-child-exit.exp: New file.
2789
2790 2019-04-15 Leszek Swirski <leszeks@google.com>
2791
2792 * gdb.arch/amd64-eval.cc: New file.
2793 * gdb.arch/amd64-eval.exp: New file.
2794
2795 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2796
2797 * gdb.server/sysroot.c: New test.
2798 * gdb.server/sysroot.exp: New file.
2799 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2800 matching param.
2801
2802 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2803
2804 * gdb.base/align.exp: Extend test to cover structures containing
2805 only static fields.
2806
2807 2019-04-11 Tom de Vries <tdevries@suse.de>
2808
2809 * boards/cc-with-dwz-m.exp: New file.
2810 * boards/cc-with-dwz.exp: New file.
2811 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2812
2813 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2814
2815 * gdb.base/start-cpp.exp: New file.
2816 * gdb.base/start-cpp.cc: New file.
2817
2818 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2819
2820 * gdb.python/py-thrhandle.exp: Adjust tests to call
2821 thread_from_handle instead of thread_from_thread_handle.
2822
2823 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2824
2825 * gdb.python/py-thrhandle.exp: Add tests for
2826 gdb.InferiorThread.handle.
2827
2828 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2829
2830 * gdb.python/py-function.exp: Check calling helper function from
2831 all languages.
2832 * lib/gdb.exp (gdb_supported_languages): New proc.
2833
2834 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2835
2836 * gdb.base/complex-parts.c: New file.
2837 * gdb.base/complex-parts.exp: New file.
2838
2839 2019-04-01 Tom Tromey <tromey@adacore.com>
2840
2841 PR symtab/23331:
2842 * gdb.dwarf2/dw2-ranges-main.c: New file.
2843 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2844 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2845
2846 2019-03-30 Simon Marchi <simark@simark.ca>
2847
2848 * gdb.base/default.exp: Add values for $_gdb_major and
2849 $_gdb_minor.
2850
2851 2019-03-29 Tom Tromey <tromey@adacore.com>
2852
2853 * gdb.base/help.exp: Tighten apropos regexp.
2854
2855 2019-03-29 Keith Seitz <keiths@redhat.com>
2856
2857 * gdb.fortran/array-bounds.exp: New file.
2858 * gdb.fortran/array-bounds.f90: New file.
2859
2860 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2861
2862 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2863
2864 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2865
2866 * gdb.multi/hello.c (main): Increase alarm timer.
2867
2868 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2869
2870 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2871 factor when no hardware watchpoint support.
2872
2873 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2874 Pedro Alves <palves@redhat.com>
2875
2876 * boards/local-board.exp: set sysroot to /.
2877
2878 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2879
2880 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2881 in child.
2882
2883 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2884
2885 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2886 field.
2887 (make_container): Initialise new field.
2888 * gdb.python/py-prettyprint.exp: Add new tests.
2889 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2890 <display_hint>: New method.
2891
2892 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2893
2894 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2895 gdb_continue_to_breakpoint more throughout this test.
2896 (run_lang_tests) Supply unique test names, and use
2897 gdb_test_no_output.
2898
2899 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2900
2901 * gdb.base/finish-pretty.exp: Update expected results.
2902 * gdb.base/pretty-print.c: New file.
2903 * gdb.base/pretty-print.exp: New file.
2904
2905 2019-03-25 Pedro Alves <palves@redhat.com>
2906
2907 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2908 move comments outside list. Append '-i "" eof' section.
2909
2910 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2911
2912 PR testsuite/25016
2913 * README: Add pie options.
2914 * gdb.base/break-interp.exp: Ensure pie is disabled.
2915 * gdb.base/dump.exp: Likewise.
2916 * lib/gdb.exp (gdb_compile): Add pie option.
2917
2918 2019-03-19 Tom Tromey <tromey@adacore.com>
2919
2920 * gdb.mi/mi2-cli-display.c: New file.
2921 * gdb.mi/mi2-cli-display.exp: New file.
2922
2923 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2924 Tom Tromey <tromey@adacore.com>
2925
2926 * gdb.ada/ptype_array/pck.adb: New file.
2927 * gdb.ada/ptype_array/pck.ads: New file.
2928 * gdb.ada/ptype_array/foo.adb: New file.
2929 * gdb.ada/ptype_array.exp: New file.
2930
2931 2019-03-14 Tom Tromey <tromey@adacore.com>
2932
2933 * gdb.base/style.exp: Add "set style sources" test.
2934
2935 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2936
2937 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2938 * mi-breakpoint-multiple-locations.exp: ... this.
2939 (make_breakpoints_pattern): New proc.
2940 (do_test): Add mi_version parameter, test -break-insert,
2941 -break-info and =breakpoint-created.
2942
2943 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2944
2945 * config/default.exp: Remove 'load_lib gdb.exp'.
2946 * config/monitor.exp: Likewise.
2947 * config/sid.exp: Likewise.
2948 * config/sim.exp: Likewise.
2949 * config/slite.exp: Likewise.
2950 * config/unix.exp: Likewise.
2951 * gdb.base/default.exp: Remove unhelpful comment.
2952
2953 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2954
2955 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2956
2957 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2960
2961 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * gdb.fortran/type-kinds.exp: Update expected results.
2964
2965 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2966
2967 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2968
2969 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2970
2971 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2972 function.
2973 (test_basic_parsing_of_type_kinds): Expand types tested.
2974 (test_parsing_invalid_type_kinds): New function.
2975
2976 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2977
2978 * gdb.fortran/intrinsics.exp: New file.
2979 * gdb.fortran/intrinsics.f90: New file.
2980 * gdb.fortran/type-kinds.exp: New file.
2981
2982 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2983
2984 * gdb.fortran/dot-ops.exp: New file.
2985
2986 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2987
2988 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2989 Check upper and lower case logical literals.
2990
2991 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2992
2993 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2994 Remove duplicate tests.
2995
2996 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2997
2998 * lib/gdb.exp (builtin_cd): rename of cd.
2999 (cd): Override builtin.
3000
3001 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3002
3003 * gdb.fortran/function-calls.exp: New file.
3004 * gdb.fortran/function-calls.f90: New test.
3005
3006 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3007
3008 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3009 on user program standard output.
3010 * gdb.fortran/short-circuit-argument-list.f90: Record function
3011 calls.
3012
3013 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3014
3015 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3016 failure.
3017
3018 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3019
3020 PR gdb/8527
3021 * gdb.base/interrupt-daemon-attach.c,
3022 gdb.base/interrupt-daemon-attach.exp: New test.
3023
3024 2019-02-27 Pedro Alves <palves@redhat.com>
3025
3026 * gdb.base/page.exp: Add tests for "set width/height -1".
3027
3028 2019-02-27 Pedro Alves <palves@redhat.com>
3029
3030 * gdb.base/page.exp: Add tests for "set/show width/height" with
3031 "infinite" values.
3032
3033 2019-02-27 Tom Tromey <tromey@adacore.com>
3034
3035 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3036 2.4.
3037 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3038 workaround.
3039
3040 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3041
3042 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3043 tests for structs with static members.
3044
3045 2019-02-26 Tom Tromey <tromey@adacore.com>
3046
3047 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3048 ValueError, not TypeError.
3049
3050 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3051
3052 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3053 call from main program.
3054
3055 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3056
3057 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3058 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3059 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3060 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3061 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3062
3063 2019-02-22 Keith Seitz <keiths@redhat.com>
3064
3065 PR symtab/23853
3066 * gdb.base/symlink-sourcefile.c: New file.
3067 * gdb.base/symlink-sourcefile.exp: New file.
3068
3069 2019-02-20 Tom Tromey <tom@tromey.com>
3070
3071 * gdb.base/info_qt.exp: Update.
3072
3073 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3074
3075 * gdb.base/source.exp: Move "error in sourced script" code to
3076 the end.
3077 * gdb.base/source-error.gdb: Move contents to
3078 source-error-1.gdb. Add new code to source source-error-1.gdb.
3079 * gdb.base/source-error-1.gdb: New file, from previous
3080 source-error.gdb.
3081
3082 2019-02-17 Tom Tromey <tom@tromey.com>
3083
3084 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3085 for macro styling.
3086 * gdb.base/style.c (SOME_MACRO): New macro.
3087
3088 2019-02-17 Tom Tromey <tom@tromey.com>
3089
3090 * gdb.base/style.exp: Add line-wrapping tests.
3091 * gdb.base/page.exp: Add test for quitting during pagination.
3092
3093 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3094
3095 * gdb.ada/big_packed_array: New testcase.
3096 * gdb.ada/homonym.exp: Fix incorrect expected output for
3097 "break <homonym__get_value>" test.
3098
3099 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3100
3101 PR breakpoints/21870
3102 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3103 and prepare_for_testing. Add comment.
3104 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3105 redundant cleanup call. Clean up comment.
3106
3107 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3108
3109 PR breakpoints/21870
3110 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3111 * gdb.arch/aarch64-dbreg-contents.c: New file.
3112
3113 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3114
3115 * gdb.ada/mi_ref_changeable: New testcase.
3116
3117 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3118
3119 * gdb.base/attach.exp: Add double attach test.
3120
3121 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3122
3123 * lib/gdb.exp (default_gdb_start): Don't match pagination
3124 prompt.
3125 (gdb_init): Set stty_init.
3126
3127 2019-01-27 Tom Tromey <tom@tromey.com>
3128
3129 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3130 skip_python_tests.
3131
3132 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3133
3134 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3135 New structure.
3136 (struct struct_static_02_02): Likewise.
3137 (struct struct_static_02_03): Likewise.
3138 (struct struct_static_02_04): Likewise.
3139 (struct struct_static_04_01): Likewise.
3140 (struct struct_static_04_02): Likewise.
3141 (struct struct_static_04_03): Likewise.
3142 (struct struct_static_04_04): Likewise.
3143 (struct struct_static_06_01): Likewise.
3144 (struct struct_static_06_02): Likewise.
3145 (struct struct_static_06_03): Likewise.
3146 (struct struct_static_06_04): Likewise.
3147 (cmp_struct_static_02_01): Likewise.
3148 (cmp_struct_static_02_02): Likewise.
3149 (cmp_struct_static_02_03): Likewise.
3150 (cmp_struct_static_02_04): Likewise.
3151 (cmp_struct_static_04_01): Likewise.
3152 (cmp_struct_static_04_02): Likewise.
3153 (cmp_struct_static_04_03): Likewise.
3154 (cmp_struct_static_04_04): Likewise.
3155 (cmp_struct_static_06_01): Likewise.
3156 (cmp_struct_static_06_02): Likewise.
3157 (cmp_struct_static_06_03): Likewise.
3158 (cmp_struct_static_06_04): Likewise.
3159 (call_all): Test new structs.
3160 * gdb.base/infcall-nested-structs.exp: Likewise.
3161
3162 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3163 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3164
3165 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3166 * gdb.base/stack-protector.c: New test.
3167 * gdb.base/stack-protector.exp: New file.
3168 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3169 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3170 option.
3171 (gdb_compile): Remove stack protector for GCC and prevent
3172 recursion.
3173
3174 2019-01-16 Keith Seitz <keiths@redhat.com>
3175
3176 PR gdb/23773
3177 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3178
3179 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3180
3181 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3182 aliases.
3183 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3184 tests.
3185 * gdb.arch/powerpc-vector-regs.c: New file.
3186 * gdb.arch/powerpc-vector-regs.exp: New file.
3187
3188 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3189
3190 * gdb.arch/altivec-regs.exp: Fix the list passed to
3191 gdb_expect_list when testing "info vector".
3192
3193 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3194
3195 * gdb.base/style.exp: Don't include path in testname.
3196
3197 2019-01-10 Keith Seitz <keiths@redhat.com>
3198
3199 PR gdb/23712
3200 PR symtab/23010
3201 * gdb.dwarf2/multidictionary.exp: New file.
3202
3203 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3204
3205 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3206 (test_gnuv3_style_demangling): ... this.
3207 (test_lucid_style_demangling): Remove.
3208 (test_arm_style_demangling): Remove.
3209 (test_hp_style_demangling): Remove.
3210 (do_tests): Remove calls to the above.
3211
3212 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3213
3214 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3215 case.
3216
3217 2019-01-06 Tom Tromey <tom@tromey.com>
3218
3219 PR gdb/28155:
3220 * gdb.dwarf2/typedef-void-finish.exp: New file.
3221
3222 2018-12-28 Tom Tromey <tom@tromey.com>
3223 Simon Marchi <simark@simark.ca>
3224
3225 * gdb.base/jit-exec.exp: New file.
3226 * gdb.base/jit-exec.c: New file.
3227 * gdb.base/jit-execd.c: New file.
3228
3229 2018-12-28 Tom Tromey <tom@tromey.com>
3230
3231 * gdb.base/style.exp: Update test to check for address styling.
3232
3233 2018-12-28 Tom Tromey <tom@tromey.com>
3234
3235 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3236 message.
3237
3238 2018-12-28 Tom Tromey <tom@tromey.com>
3239
3240 * gdb.base/style.exp: Add test for version number styling.
3241
3242 2018-12-28 Tom Tromey <tom@tromey.com>
3243
3244 * gdb.base/style.exp: Add test for print_address_symbolic.
3245
3246 2018-12-28 Tom Tromey <tom@tromey.com>
3247
3248 * gdb.base/style.exp: Add test for breakpoint setting.
3249
3250 2018-12-28 Tom Tromey <tom@tromey.com>
3251
3252 * gdb.base/style.exp: Add test for variable names.
3253
3254 2018-12-28 Tom Tromey <tom@tromey.com>
3255
3256 * gdb.base/style.exp: New file.
3257 * gdb.base/style.c: New file.
3258
3259 2018-12-28 Tom Tromey <tom@tromey.com>
3260
3261 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3262 "dumb".
3263 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3264 the TERM environment variable.
3265
3266 2018-12-27 Tom Tromey <tom@tromey.com>
3267
3268 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3269 pagination test.
3270
3271 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3272
3273 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3274 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3275
3276 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3277
3278 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3279 Filename a.adb changed to bp_fun_addr.adb.
3280 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3281
3282 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3283
3284 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3285 non-PIE executables.
3286 * README: Mention the gdb,nopie_flag board setting.
3287 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3288 non-PIE executable.
3289 * gdb.arch/amd64-entry-value.exp: Likewise.
3290 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3291 * gdb.arch/i386-float.exp: Likewise.
3292 * gdb.arch/i386-signal.exp: Likewise.
3293 * gdb.mi/mi-reg-undefined.exp: Likewise.
3294
3295 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3296
3297 PR gdb/23974
3298 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3299
3300 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3301
3302 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3303 Update order of results accordingly.
3304
3305 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3306
3307 * gdb.base/annota1.exp: Update a test regexp.
3308
3309 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3310
3311 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3312
3313 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3314
3315 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3316 (reuse_time): Initialize to REUSE_TIME_CAP.
3317 (check_rc): New function.
3318 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3319 Check pthread_create rc.
3320 (spawner_thread_func): Check pthread_create and pthread_join rc.
3321
3322 2018-12-08 Pedro Alves <palves@redhat.com>
3323
3324 * gdb.base/list.exp (test_forward_search): Rename to ...
3325 (test_forward_reverse_search): ... this. Also test reverse-search
3326 and the forward-search alias.
3327
3328 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3329
3330 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3331 local timeout variable before return, and remove all local timeout
3332 variable entirely.
3333 (gdb_load): Likewise.
3334
3335 2018-12-01 Tom de Vries <tdevries@suse.de>
3336
3337 * gdb.base/gdb-caching-proc.exp: New file.
3338
3339 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3340
3341 * Makefile.in (TIMESTAMP): New variable.
3342 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3343 command.
3344 (check-single-racy): Likewise.
3345 (check/%.exp): Likewise.
3346 (check-racy/%.exp): Likewise.
3347 (workers/%.worker): Likewise.
3348 (build-perf): Likewise.
3349 (check-perf): Likewise.
3350 * README: Describe new "TS" and "TS_FORMAT" variables.
3351 * print-ts.py: New file.
3352
3353 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3354
3355 PR python/23714
3356 * gdb.python/python.exp: Test command repetition after
3357 gdb.execute.
3358
3359 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3360
3361 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3362 is correctly aligned.
3363
3364 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3365
3366 * gdb.ada/info_auto_lang.exp: New testcase.
3367 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3368 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3369 * gdb.ada/info_auto_lang/some_c.c: New file.
3370
3371 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3372
3373 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3374 FUNC_lang language syntax.
3375
3376 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3377
3378 * gdb.base/info_minsym.c: New file.
3379 * gdb.base/info_minsym.exp: New file.
3380
3381 2018-11-19 Tom Tromey <tom@tromey.com>
3382
3383 PR rust/23625:
3384 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3385 * gdb.rust/expr.exp: Update expected output. Change one test.
3386
3387 2018-11-19 Tom Tromey <tom@tromey.com>
3388
3389 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3390
3391 2018-11-19 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3394 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3395 see the expected warning.
3396
3397 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3398
3399 PR gdb/22736:
3400 * gdb.cp/infcall-nodebug-lib.c: New test.
3401 * gdb.cp/infcall-nodebug-main.c: New test.
3402 * gdb.cp/infcall-nodebug.exp: New file.
3403
3404 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3405
3406 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3407 completer tests.
3408
3409 2018-11-09 Tom de Vries <tdevries@suse.de>
3410
3411 * gdb.base/msym-lang.c: New test.
3412 * gdb.base/msym-lang.exp: New file.
3413 * gdb.base/msym-lang-main.c: New test.
3414
3415 2018-11-08 Tom Tromey <tom@tromey.com>
3416
3417 PR gdb/23555:
3418 PR gdb/23838:
3419 * gdb.base/warning.exp: New file.
3420
3421 2018-11-08 Jan Beulich <jbeulich@suse.com>
3422
3423 * testsuite/gdb.arch/i386-avx512.c,
3424 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3425
3426 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3427
3428 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3429 point hardware.
3430
3431 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3432
3433 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3434 * gdb.dwarf2/missing-type-name.exp: New file.
3435
3436 2018-11-06 Tom de Vries <tdevries@suse.de>
3437
3438 * gdb.base/many-headers.c: New test.
3439 * gdb.base/many-headers.exp: New file.
3440
3441 2018-11-06 Jim Wilson <jimw@sifive.com>
3442
3443 * gdb.base/code_elim.exp: For riscv, set additional_flags
3444 to include -msmall-data-limit=0.
3445
3446 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3447
3448 * gdb.ada/watch_minus_l: New testcase.
3449
3450 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3451
3452 * gdb.arch/aix-sighandle.c: New file.
3453 * gdb.arch/aix-sighandle.exp: New file.
3454
3455 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3458 registers being unions.
3459
3460 2018-10-31 Tom de Vries <tdevries@suse.de>
3461
3462 * lib/valgrind.exp: New file.
3463 (vgdb_start, vgdb_stop): New procs, factored out of ...
3464 * gdb.base/valgrind-bt.exp: ... here, ...
3465 * gdb.base/valgrind-disp-step.exp: ... here and ...
3466 * gdb.base/valgrind-infcall.exp: ... here.
3467
3468 2018-10-31 Tom de Vries <tdevries@suse.de>
3469
3470 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3471
3472 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3473
3474 * gdb.dwarf2/void-type.c: New file.
3475 * gdb.dwarf2/void-type.exp: New file.
3476
3477 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3478
3479 * gdb.base/info_qt.c: New file.
3480 * gdb.base/info_qt.exp: New file.
3481
3482 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3483
3484 * gdb.arch/powerpc-htm-regs.c: New file.
3485 * gdb.arch/powerpc-htm-regs.exp: New file.
3486
3487 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3488
3489 * gdb.arch/powerpc-tar.c: New file.
3490 * gdb.arch/powerpc-tar.exp: New file.
3491
3492 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3493
3494 * gdb.arch/powerpc-ppr-dscr.c: New file.
3495 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3496
3497 2018-10-25 Tom de Vries <tdevries@suse.de>
3498
3499 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3500
3501 2018-10-24 Tom de Vries <tdevries@suse.de>
3502
3503 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3504 longer exists error.
3505
3506 2018-10-24 Tom de Vries <tdevries@suse.de>
3507
3508 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3509
3510 2018-10-24 Tom de Vries <tdevries@suse.de>
3511
3512 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3513 --db-attach in valgrind.
3514
3515 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3516
3517 * gdb.arch/riscv-reg-aliases.c: New file.
3518 * gdb.arch/riscv-reg-aliases.exp: New file.
3519
3520 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3521
3522 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3523
3524 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3525
3526 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3527
3528 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3529
3530 * gdb.cp/ovldbreak.exp: Fix regexps.
3531
3532 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3533
3534 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3535
3536 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3537
3538 PR cli/23785
3539 * gdb.base/restore.exp: New test to check if "restore" with an
3540 invalid file doesn't segfault.
3541
3542 2018-10-18 Tom de Vries <tdevries@suse.de>
3543
3544 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3545 * gdb.ada/excep_handle.exp: Same.
3546 * gdb.ada/mi_string_access.exp: Same.
3547 * gdb.ada/mi_var_union.exp: Same.
3548 * gdb.arch/arc-analyze-prologue.exp: Same.
3549 * gdb.arch/arc-decode-insn.exp: Same.
3550 * gdb.base/readnever.exp: Same.
3551 * gdb.fortran/printing-types.exp: Same.
3552 * gdb.guile/scm-lazy-string.exp: Same.
3553
3554 2018-10-16 Tom de Vries <tdevries@suse.de>
3555
3556 PR gdb/23730
3557 * gdb.base/catch-follow-exec.c: Add copyright notice.
3558 * gdb.base/catch-follow-exec.exp: Rewrite to use
3559 gdb_spawn_with_cmdline_opts. Require gdb-native.
3560
3561 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3562
3563 * gdb.trace/actions-changed.exp: Check for arch support.
3564 * gdb.trace/actions.exp: Likewise.
3565 * gdb.trace/ax.exp: Likewise.
3566 * gdb.trace/backtrace.exp: Likewise.
3567 * gdb.trace/change-loc.exp: Likewise.
3568 * gdb.trace/deltrace.exp: Likewise.
3569 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3570 * gdb.trace/ftrace.exp: Likewise.
3571 * gdb.trace/infotrace.exp: Check for arch support.
3572 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3573 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3574 * gdb.trace/mi-tsv-changed.exp: Likewise.
3575 * gdb.trace/packetlen.exp: Likewise.
3576 * gdb.trace/passc-dyn.exp: Likewise.
3577 * gdb.trace/passcount.exp: Likewise.
3578 * gdb.trace/pending.exp: Likewise.
3579 * gdb.trace/range-stepping.exp: Check for shlib support.
3580 * gdb.trace/report.exp: Check for arch support.
3581 * gdb.trace/save-trace.exp: Likewise.
3582 * gdb.trace/signal.exp: Check for signal support.
3583 * gdb.trace/tfind.exp: Check for arch support.
3584 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3585 * gdb.trace/trace-common.h: Add comment.
3586 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3587 * gdb.trace/trace-enable-disable.exp: Likewise.
3588 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3589 * gdb.trace/tracecmd.exp: Check for arch support.
3590 * gdb.trace/tspeed.exp: Check for shlib and target support.
3591 * gdb.trace/tstatus.exp: Check for arch support.
3592 * gdb.trace/tsv.exp: Likewise.
3593 * gdb.trace/while-dyn.exp: Likewise.
3594 * gdb.trace/while-stepping.exp: Likewise.
3595 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3596
3597 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3598
3599 * gdb.trace/tspeed.exp: Remove nowarnings.
3600 (prepare_for_trace_test): Declare "global ipalib".
3601 * gdb.trace/tspeed.c: Include unistd.h.
3602 (main): Remove superfluous printf argument.
3603
3604 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3605
3606 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3607 directory prefix on the filename.
3608
3609 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3610
3611 * gdb.gdb/unittest.exp: Update expected message informing that
3612 selftests have been disabled.
3613 * gdb.server/unittest.exp: Likewise.
3614
3615 2018-10-09 Tom de Vries <tdevries@suse.de>
3616
3617 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3618 with runto_main.
3619
3620 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3621
3622 PR c++/16841
3623 * gdb.cp/virtbase2.cc: New file.
3624 * gdb.cp/virtbase2.exp: New file.
3625
3626 2018-10-06 Tom Tromey <tom@tromey.com>
3627
3628 PR python/19399:
3629 * gdb.python/py-inferior.exp: Add architecture test.
3630
3631 2018-10-06 Tom Tromey <tom@tromey.com>
3632
3633 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3634 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3635
3636 2018-10-06 Tom Tromey <tom@tromey.com>
3637
3638 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3639 of a "throw" catchpoint.
3640
3641 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3642
3643 * gdb.base/info-proc.exp: Update string expected from "help info
3644 proc".
3645
3646 2018-10-04 Tom Tromey <tom@tromey.com>
3647
3648 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3649 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3650 (test_initial_complaints, test_empty_complaints): Update.
3651 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3652
3653 2018-10-04 Tom Tromey <tom@tromey.com>
3654
3655 PR cli/19551:
3656 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3657 * lib/gdb.exp (gdb_file_cmd): Update.
3658 * gdb.stabs/weird.exp (print_weird_var): Update.
3659 * gdb.server/solib-list.exp: Update.
3660 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3661 * gdb.mi/mi-cli.exp: Update.
3662 * gdb.linespec/linespec.exp: Update.
3663 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3664 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3665 * gdb.cp/cp-relocate.exp: Update.
3666 * gdb.base/sym-file.exp: Update.
3667 * gdb.base/relocate.exp: Update.
3668 * gdb.base/readnever.exp: Update.
3669 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3670 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3671 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3672 * gdb.base/code_elim.exp: Update.
3673 * gdb.base/break-unload-file.exp (test_break): Update.
3674 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3675 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3676 Update.
3677 * gdb.base/attach.exp (do_attach_tests): Update.
3678 * gdb.base/sepdebug.exp: Update.
3679 * gdb.python/py-section-script.exp: Update.
3680
3681 2018-10-04 Tom Tromey <tom@tromey.com>
3682
3683 PR cli/22234:
3684 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3685 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3686 output.
3687
3688 2018-10-04 Tom Tromey <tom@tromey.com>
3689
3690 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3691 set width and height to 0.
3692 (test_command_line_attach_run): Use -quiet.
3693
3694 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3695
3696 * lib/gdb.exp (skip_ifunc_tests): New.
3697 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3698 other compile failures.
3699 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3700
3701 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3702
3703 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3704 is_amd64_regs_target.
3705
3706 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3707
3708 * gdb.arch/aarch64-sighandler-regs.c: New test.
3709 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3710 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3711
3712 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3713
3714 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3715 assembly.
3716
3717 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3718
3719 * gdb.base/frame-selection.exp: New file.
3720 * gdb.base/frame-selection.c: New file.
3721
3722 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3723
3724 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3725 pthread barrier.
3726 (main): Likewise.
3727
3728 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3729
3730 * gdb.base/large-frame-1.c: New file.
3731 * gdb.base/large-frame-2.c: New file.
3732 * gdb.base/large-frame.exp: New file.
3733 * gdb.base/large-frame.h: New file.
3734
3735 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3736
3737 PR gdb/20948
3738 * gdb.base/write_mem.exp: New test.
3739 * gdb.base/write_mem.c: Likewise.
3740
3741 2018-09-23 Tom Tromey <tom@tromey.com>
3742
3743 PR python/18852:
3744 * gdb.python/py-parameter.exp: Add test for parameter that throws
3745 on "set".
3746
3747 2018-09-23 Tom Tromey <tom@tromey.com>
3748
3749 PR python/17284:
3750 * gdb.python/py-template.exp (test_template_arg): Add test for
3751 negative template argument number.
3752
3753 2018-09-23 Tom Tromey <tom@tromey.com>
3754
3755 PR python/14062:
3756 * gdb.python/python.exp: Add test for post_event error.
3757
3758 2018-09-23 Tom Tromey <tom@tromey.com>
3759
3760 PR python/18170:
3761 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3762 convert pointers to int and long.
3763
3764 2018-09-23 Tom Tromey <tom@tromey.com>
3765
3766 PR python/20126:
3767 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3768 signed-ness conversion tests.
3769
3770 2018-09-23 Tom Tromey <tom@tromey.com>
3771
3772 PR python/18352;
3773 * gdb.python/py-value.exp (test_float_conversion): New proc.
3774 Use it.
3775
3776 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3777
3778 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3779
3780 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3781
3782 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3783 no readline.
3784 * gdb.base/utf8-identifiers.exp: Likewise.
3785 * gdb.cp/cpcompletion.exp: Likewise.
3786 * gdb.linespec/cpcompletion.exp: Likewise.
3787 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3788 * gdb.linespec/cpls-ops.exp: Likewise.
3789
3790 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3791 Chris January <chris.january@arm.com>
3792
3793 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3794 * gdb.fortran/short-circuit-argument-list.exp: New file.
3795 * gdb.fortran/short-circuit-argument-list.f90: New test.
3796
3797 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3798
3799 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3800 "arch=" keyword when executing "-stack-list-frames".
3801
3802 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3803
3804 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3805 "arch=" keyword when executing "-stack-list-frames".
3806
3807 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3808
3809 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3810 break ada".
3811
3812 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3813
3814 PR python/23669
3815 * gdb.python/python.exp: Test gdb.execute("show commands").
3816
3817 2018-09-16 Tom Tromey <tom@tromey.com>
3818
3819 * gdb.base/new-ui.exp (do_execution_tests): Update.
3820 * gdb.base/dbx.exp (test_breakpoints): Update.
3821
3822 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3823
3824 * lib/gdb.exp (gdb_simple_compile): Add proc.
3825 (is_elf_target): Use gdb_simple_compile.
3826 (skip_altivec_tests): Likewise.
3827 (skip_vsx_tests): Likewise.
3828 (skip_tsx_tests): Likewise.
3829 (skip_btrace_tests): Likewise.
3830 (skip_btrace_pt_tests): Likewise.
3831 (gdb_can_simple_compile): Likewise.
3832 (gdb_has_argv0): Likewise.
3833 (gdb_target_symbol_prefix): Likewise.
3834 (target_supports_scheduler_locking): Likewise.
3835
3836 2018-09-13 Tom Tromey <tom@tromey.com>
3837
3838 * Makefile.in (TAGS): Recognize proc_with_prefix and
3839 gdb_caching_proc.
3840
3841 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3842
3843 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3844 method.
3845
3846 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3847
3848 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3849 and a few other Inferior properties when the Inferior is no
3850 longer valid.
3851
3852 2018-09-13 Tom Tromey <tom@tromey.com>
3853
3854 PR rust/23650:
3855 * gdb.rust/simple.exp: Add test for enum field access error.
3856
3857 2018-09-13 Tom Tromey <tom@tromey.com>
3858
3859 PR rust/23626:
3860 * gdb.rust/simple.rs (EmptyEnum): New type.
3861 (main): Use it.
3862 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3863
3864 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3865
3866 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3867 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3868 * gdb.python/py-symtab.exp: Update test printing an objfile.
3869
3870 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3871
3872 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3873 object.
3874
3875 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3876
3877 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3878 (support_complex_tests): Use gdb_can_simple_compile.
3879 (is_ilp32_target): Likewise.
3880 (is_lp64_target): Likewise.
3881 (is_64_target): Likewise.
3882 (is_amd64_regs_target): Likewise.
3883 (is_aarch32_target): Likewise.
3884 (gdb_int128_helper): Likewise.
3885
3886 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3887
3888 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3889
3890 2018-09-10 Jerome Guitton <guitton@adacore.com>
3891
3892 * gdb.ada/same_component_name: Add test for case of tagged record
3893 with variable-length fields.
3894
3895 2018-09-10 Xavier Roirand <roirand@adacore.com>
3896
3897 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3898 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3899 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3900 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3901
3902 2018-09-10 Xavier Roirand <roirand@adacore.com>
3903
3904 * gdb.ada/mi_string_access.exp: New testcase.
3905 * gdb.ada/mi_string_access/bar.adb: New file.
3906 * gdb.ada/mi_string_access/pck.adb: New file.
3907 * gdb.ada/mi_string_access/pck.asd: New file.
3908
3909 2018-09-10 Xavier Roirand <roirand@adacore.com>
3910
3911 * gdb.ada/mi_var_union.exp: New testcase.
3912 * gdb.ada/mi_var_union/bar.adb: New file.
3913 * gdb.ada/mi_var_union/pck.adb: New file.
3914 * gdb.ada/mi_var_union/pck.asd: New file.
3915
3916 2018-09-08 Tom Tromey <tom@tromey.com>
3917
3918 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3919
3920 2018-09-08 Tom Tromey <tom@tromey.com>
3921
3922 PR python/16047:
3923 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3924 (register_pretty_printers): Register new printer.
3925 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3926 test.
3927 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3928 (an_int_type3): New global.
3929
3930 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3931
3932 * gdb.ada/expr_with_funcall: New testcase.
3933
3934 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3935
3936 * gdb.ada/packed_array_assign: New testcase.
3937
3938 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3939
3940 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3941 names, and add test prefixes to make test names unique.
3942
3943 2018-09-05 Tom de Vries <tdevries@suse.de>
3944
3945 * gdb.dwarf2/varval.exp: Add test.
3946
3947 2018-09-04 Gary Benson <gbenson@redhat.com>
3948
3949 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3950 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3951
3952 2018-08-31 Tom Tromey <tom@tromey.com>
3953
3954 * gdb.rust/simple.rs: Rename second variable "v".
3955
3956 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3957
3958 * gdb.base/funcargs.c (use_a): New function.
3959 (recurse): Call use_a.
3960
3961 2018-08-29 Keith Seitz <keiths@redhat.com>
3962
3963 * gdb.compile/compile-cplus-anonymous.cc: New file.
3964 * gdb.compile/compile-cplus-anonymous.exp: New file.
3965 * gdb.compile/compile-cplus-array-decay.cc: New file.
3966 * gdb.compile/compile-cplus-array-decay.exp: New file.
3967 * gdb.compile/compile-cplus-inherit.cc: New file.
3968 * gdb.compile/compile-cplus-inherit.exp: New file.
3969 * gdb.compile/compile-cplus-member.cc: New file.
3970 * gdb.compile/compile-cplus-member.exp: New file.
3971 * gdb.compile/compile-cplus-method.cc: New file.
3972 * gdb.compile/compile-cplus-method.exp: New file.
3973 * gdb.compile/compile-cplus-mod.c: "New" file.
3974 * gdb.compile/compile-cplus-namespace.cc: New file.
3975 * gdb.compile/compile-cplus-namespace.exp: New file.
3976 * gdb.compile/compile-cplus-nested.cc: New file.
3977 * gdb.compile/compile-cplus-nested.exp: New file.
3978 * gdb.compile/compile-cplus-print.c: "New" file.
3979 * gdb.compile/compile-cplus-print.exp: "New" file.
3980 * gdb.compile/compile-cplus-virtual.cc: New file.
3981 * gdb.compile/compile-cplus-virtual.exp: New file.
3982 * gdb.compile/compile-cplus.c: "New" file.
3983 * gdb.compile/compile-cplus.exp: "New" file.
3984 * lib/compile-support.exp: New file.
3985
3986 2018-08-16 Gary Benson <gbenson@redhat.com>
3987
3988 PR gdb/13000:
3989 * gdb.base/batch-exit-status.exp: New file.
3990 * gdb.base/batch-exit-status.good-commands: Likewise.
3991 * gdb.base/batch-exit-status.bad-commands: Likewise.
3992
3993 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3994
3995 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3996 (struct struct02): Likewise.
3997 (struct struct03): Likewise.
3998 (struct struct04): Likewise.
3999 (struct struct_01_01): New struct.
4000 (struct struct_01_02): Likewise.
4001 (struct struct_01_03): Likewise.
4002 (struct struct_01_04): Likewise.
4003 (struct struct_02_01): Likewise.
4004 (struct struct_02_02): Likewise.
4005 (struct struct_02_03): Likewise.
4006 (struct struct_02_04): Likewise.
4007 (struct struct_04_01): Likewise.
4008 (struct struct_04_02): Likewise.
4009 (struct struct_04_03): Likewise.
4010 (struct struct_04_04): Likewise.
4011 (struct struct_05_01): Likewise.
4012 (struct struct_05_02): Likewise.
4013 (struct struct_05_03): Likewise.
4014 (struct struct_05_04): Likewise.
4015 (cmp_struct01): Remove function.
4016 (cmp_struct02): Likewise.
4017 (cmp_struct03): Likewise.
4018 (cmp_struct04): Likewise.
4019 (cmp_struct_01_01): Add Function.
4020 (cmp_struct_01_02): Likewise.
4021 (cmp_struct_01_03): Likewise.
4022 (cmp_struct_01_04): Likewise.
4023 (cmp_struct_02_01): Likewise.
4024 (cmp_struct_02_02): Likewise.
4025 (cmp_struct_02_03): Likewise.
4026 (cmp_struct_02_04): Likewise.
4027 (cmp_struct_04_01): Likewise.
4028 (cmp_struct_04_02): Likewise.
4029 (cmp_struct_04_03): Likewise.
4030 (cmp_struct_04_04): Likewise.
4031 (cmp_struct_05_01): Likewise.
4032 (cmp_struct_05_02): Likewise.
4033 (cmp_struct_05_03): Likewise.
4034 (cmp_struct_05_04): Likewise.
4035 (call_all): Add new structs.
4036 * gdb.base/infcall-nested-structs.exp: Likewise.
4037
4038 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4039
4040 * gdb.python/py-framefilter-mi.exp: Update regexp to
4041 check for "arch" field in frame output.
4042
4043 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4044
4045 * gdb.dwarf2/dw2-ranges-func.c: New file.
4046 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4047
4048 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4049
4050 * gdb.base/term.exp: Compare terminal settings with values from
4051 the inferior.
4052 * gdb.base/term.c: Get and set terminal settings.
4053
4054 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4055
4056 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4057 accommodate new "arch" field in frame output.
4058 * gdb.mi/mi-return.exp: Likewise.
4059 * gdb.mi/mi-stack.exp: Likewise.
4060 * gdb.mi/mi-syn-frame.exp: Likewise.
4061 * gdb.mi/user-selected-context-sync.exp: Likewise.
4062
4063 2018-08-19 Michael Spang <spang@google.com>
4064
4065 PR gdb/11786
4066 * gdb.base/gcore-tls-pie.c: New file.
4067 * gdb.base/gcore-tls-pie.exp: New file.
4068
4069 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4070
4071 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4072 * gdb.dwarf2/varval.c: New file.
4073 * gdb.dwarf2/varval.exp: New file.
4074
4075 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4076
4077 PR gdb/18931
4078 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4079
4080 2018-08-16 Keith Seitz <keiths@redhat.com>
4081
4082 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4083 tests expected to pass.
4084
4085 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4086
4087 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4088 -data-disassemble -a.
4089 (test_disassembly_bogus_args): Likewise.
4090
4091 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4092
4093 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4094
4095 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4096
4097 * gdb.base/vla-optimized-out.exp: Add new test.
4098
4099 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4100
4101 * gdb.base/vla-optimized-out-o3.exp: Delete.
4102 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4103 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4104 deleted tests.
4105
4106 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4107
4108 PR gdb/18050:
4109 * gdb.server/extended-remote-restart.c: New file.
4110 * gdb.server/extended-remote-restart.exp: New file.
4111
4112 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4113
4114 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4115 "set variable index = 42".
4116
4117 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4118
4119 * boards/index-cache-gdb.exp: New file.
4120 * gdb.dwarf2/index-cache.exp: New file.
4121 * gdb.dwarf2/index-cache.c: New file.
4122 * gdb.base/maint.exp: Check if we are using the index cache.
4123
4124 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4125
4126 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4127 MAKEFLAGS.
4128
4129 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4130
4131 * dg-extract-results.sh: Move to toplevel contrib.
4132 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4133 * Makefile.in (check-parallel-racy): Likewise.
4134
4135 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4136
4137 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4138 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4139 tests if the target supports scheduler locking.
4140
4141 2018-08-04 Tom de Vries <tdevries@suse.de>
4142
4143 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4144
4145 2018-08-02 Tom Tromey <tom@tromey.com>
4146
4147 PR symtab/16842.
4148 * gdb.cp/temargs.exp: Test "info address" of a template
4149 parameter.
4150
4151 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4152
4153 * gdb.python/py-mi-var-info-path-expression.c: New file.
4154 * gdb.python/py-mi-var-info-path-expression.py: New file.
4155 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4156
4157 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4158
4159 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4160 error after "cannot resolve name" string.
4161
4162 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4163
4164 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4165 started.
4166 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4167
4168 2018-07-28 Tom de Vries <tdevries@suse.de>
4169
4170 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4171
4172 2018-07-26 Tom de Vries <tdevries@suse.de>
4173
4174 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4175
4176 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4177
4178 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4179 is visible.
4180
4181 2018-07-26 Tom de Vries <tdevries@suse.de>
4182
4183 PR breakpoints/23366
4184 * gdb.base/catch-follow-exec.c: New test.
4185 * gdb.base/catch-follow-exec.exp: New file.
4186
4187 2018-07-25 Tom de Vries <tdevries@suse.de>
4188
4189 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4190 vla-optimized-out.c.
4191
4192 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4193
4194 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4195 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4196
4197 2018-07-20 Tom de Vries <tdevries@suse.de>
4198
4199 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4200 NOCLONE macro.
4201 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4202
4203 2018-07-19 Tom de Vries <tdevries@suse.de>
4204
4205 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4206 regular expression.
4207
4208 2018-07-18 Tom de Vries <tdevries@suse.de>
4209
4210 * gdb.base/vla-optimized-out.c: New test.
4211 * gdb.base/vla-optimized-out.exp: New file.
4212
4213 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4214
4215 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4216 message "No address associated with hostname" when gdbserver
4217 cannot resolve the hostname.
4218
4219 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4220
4221 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4222 Add some test prefixes to make tests unique.
4223
4224 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4225
4226 * gdb.base/frameapply.c: New file.
4227 * gdb.base/frameapply.exp: New file.
4228
4229 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4230
4231 * gdb.base/skip.exp: Update expected error message.
4232
4233 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4234 Jan Kratochvil <jan.kratochvil@redhat.com>
4235 Paul Fertser <fercerpav@gmail.com>
4236 Tsutomu Seki <sekiriki@gmail.com>
4237
4238 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4239 parameter.
4240 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4241 by default.
4242 * boards/native-gdbserver.exp: Likewise.
4243 * gdb.server/run-without-local-binary.exp: Improve regexp used
4244 for detecting when a remote debugging connection succeeds.
4245 * gdb.server/server-connect.exp: New file.
4246 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4247 Do not prefix the port number with ":".
4248 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4249 support for detecting and using it. Add '$debughost_gdbserver'
4250 to the list of arguments used to start gdbserver. Handle case
4251 when gdbserver cannot resolve a network name.
4252
4253 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4254
4255 PR c++/23373
4256 * gdb.base/ptype-offsets.cc (struct static_member): New
4257 struct.
4258 (main) <stmember>: New variable.
4259 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4260 with a static member in it.
4261
4262 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4263
4264 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4265 watchpoints enabled and disabled.
4266
4267 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4268
4269 * gdb.base/examine-backward.exp: Still run tests around address
4270 0x0, even if address 0x0 is not readable. Update the pattern for
4271 matching address 0x0 in expected output.
4272
4273 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4274
4275 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4276 malloc/free.
4277
4278 2018-07-04 Tom de Vries <tdevries@suse.de>
4279
4280 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4281
4282 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4283
4284 PR tdep/8282
4285 * gdb.arch/mips-disassembler-options.exp: New test.
4286 * gdb.arch/mips-disassembler-options.s: New test source.
4287
4288 2018-06-29 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.threads/names.exp: Adjust expected "info threads" output.
4291
4292 2018-06-29 Pedro Alves <palves@redhat.com>
4293
4294 * gdb.opt/inline-break.exp (line number, address): Add "info
4295 break" tests.
4296
4297 2018-06-29 Pedro Alves <palves@redhat.com>
4298
4299 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4300 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4301 number and address and running to them.
4302
4303 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4304
4305 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4306
4307 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4308
4309 * lib/compiler.c: Remove executable permission flag.
4310
4311 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4312
4313 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4314 code.
4315 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4316
4317 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4318
4319 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4320
4321 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4322
4323 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4324 address argument is omitted.
4325
4326 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4327
4328 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4329
4330 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4331
4332 PR gdb/21695
4333 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4334 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4335
4336 2018-06-26 Tom Tromey <tom@tromey.com>
4337
4338 PR rust/22574:
4339 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4340 * gdb.rust/simple.rs (struct SimpleLayout): New.
4341
4342 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4343
4344 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4345 "info registers" output.
4346
4347 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4348
4349 * gdb.base/watchpoint-hw-attach.c: New test.
4350 * gdb.base/watchpoint-hw-attach.exp: New file.
4351
4352 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4353
4354 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4355 through /bin/sh.
4356 * boards/dwarf4-gdb-index.exp: Likewise.
4357 * boards/fission-dwp.exp: Likewise.
4358
4359 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4360
4361 * gdb.base/float128.exp: Add comment and improved fail message
4362 to the failure case of "print large128" test.
4363
4364 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4365
4366 * configure.ac: Remove AC_PREREQ.
4367 * configure: Re-generate.
4368
4369 2018-06-19 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4372 (func_extern_caller): New.
4373 (main): Call func_extern_caller.
4374 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4375 logic change.
4376
4377 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4378
4379 PR gdb/16841
4380 * gdb.cp/typedef-base.cc: New file.
4381 * gdb.cp/typedef-base.exp: New file.
4382
4383 2018-06-18 Tom de Vries <tdevries@suse.de>
4384
4385 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4386
4387 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4388 Richard Bunt <Richard.Bunt@arm.com>
4389
4390 * gdb.threads/attach-slow-waitpid.c: New file.
4391 * gdb.threads/attach-slow-waitpid.exp: New file.
4392 * gdb.threads/slow-waitpid.c: New file.
4393
4394 2018-06-14 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.base/fork-running-state.c: Include <errno.h>.
4397 (exit_if_relative_exits): New.
4398 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4399 exits.
4400 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4401 child exits.
4402
4403 2018-06-14 Tom de Vries <tdevries@suse.de>
4404
4405 PR cli/22573
4406 * gdb.base/finish-pretty.c: New test.
4407 * gdb.base/finish-pretty.exp: New file.
4408
4409 2018-06-14 Pedro Alves <palves@redhat.com>
4410
4411 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4412 gdb's expected startup output.
4413
4414 2018-06-14 Pedro Alves <palves@redhat.com>
4415
4416 * lib/selftest-support.exp (selftest_setup): Remove inlined
4417 function handling.
4418
4419 2018-06-14 Tom de Vries <tdevries@suse.de>
4420
4421 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4422 matching of breakpoint printing.
4423
4424 2018-06-13 Tom de Vries <tdevries@suse.de>
4425
4426 PR testsuite/23269
4427 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4428 (fork_child): ... here, and ...
4429 (fork_parent): ... here.
4430
4431 2018-06-12 Tom de Vries <tdevries@suse.de>
4432
4433 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4434
4435 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4436 Stephen Roberts <stephen.roberts@arm.com>
4437
4438 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4439 rewrite test to describe action performed, rather than possible
4440 failure.
4441
4442 2018-06-08 Gary Benson <gbenson@redhat.com>
4443
4444 * gdb.threads/check-libthread-db.exp: New file.
4445 * gdb.threads/check-libthread-db.c: Likewise.
4446
4447 2018-06-05 Tom Tromey <tom@tromey.com>
4448
4449 * gdb.base/default.exp: Update expected "show version" output.
4450
4451 2018-06-05 Tom Tromey <tom@tromey.com>
4452
4453 PR cli/12326:
4454 * gdb.cp/static-print-quit.exp: Update.
4455 * lib/gdb.exp (pagination_prompt): Update.
4456 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4457 * gdb.python/python.exp: Update.
4458
4459 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4460
4461 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4462
4463 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4464
4465 * gdb.ada/bp_fun_addr: New testcase.
4466
4467 2018-06-01 Tom Tromey <tom@tromey.com>
4468
4469 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4470 results.
4471 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4472 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4473 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4474 * gdb.base/maint.exp (maint_pass_if): Update.
4475
4476 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4477
4478 * gdb.base/endian.exp: New test.
4479 * gdb.base/endian.c: New test source.
4480
4481 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4482
4483 PR gdb/23203
4484 * gdb.base/bt-selected-frame.c: New file.
4485 * gdb.base/bt-selected-frame.exp: New file.
4486 * lib/gdb.exp (get_current_frame_number): New function.
4487
4488 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4489 Pedro Alves <palves@redhat.com>
4490
4491 * gdb.threads/tls-core.c: Include <stdlib.h>
4492 (thread_proc): Call `abort'.
4493 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4494 (tls_core_test): New procedure, bits factored out from ...
4495 (top level): ... here. Test both native cores and gcore cores.
4496
4497 2018-05-23 Tom Tromey <tom@tromey.com>
4498
4499 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4500
4501 2018-05-23 Tom Tromey <tom@tromey.com>
4502
4503 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4504 symfile_complaints.
4505 (test_short_complaints): Likewise.
4506 (test_empty_complaints): Likewise.
4507 (test_initial_complaints): Update.
4508
4509 2018-05-23 Tom Tromey <tom@tromey.com>
4510
4511 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4512
4513 2018-05-23 Tom Tromey <tom@tromey.com>
4514
4515 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4516 (test_short_complaints): Update.
4517
4518 2018-05-22 Pedro Alves <palves@redhat.com>
4519
4520 * gdb.base/remote.exp: Only gdb_start after compiling the
4521 testcase. Issue "disconnect" before testing "set remote" command
4522 defaults. Issue clean_restart before running to main.
4523
4524 2018-05-22 Pedro Alves <palves@redhat.com>
4525
4526 * gdb.base/remote.exp: Adjust expected output of "show remote
4527 memory-write-packet-size". Add tests for "set remote
4528 memory-write-packet-size 0" and "set remote
4529 memory-write-packet-size fixed/limit".
4530
4531 2018-05-22 Pedro Alves <palves@redhat.com>
4532
4533 PR gdb/22973
4534 * gdb.base/utf8-identifiers.c: New file.
4535 * gdb.base/utf8-identifiers.exp: New file.
4536
4537 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4538
4539 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4540
4541 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4542
4543 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4544
4545 2018-05-18 Tom Tromey <tom@tromey.com>
4546
4547 * gdb.base/ptype-offsets.exp: Update.
4548
4549 2018-05-17 Keith Seitz <keiths@redhat.com>
4550
4551 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4552 in expected breakpoint stop locations.
4553 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4554 move to proper scope to test variable values.
4555 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4556 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4557 New functions.
4558 (main): Call not_inline_func3.
4559 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4560 inline_func1, inline_func2, and inline_func3. Test that when each
4561 breakpoint is hit, GDB properly reports both the stop location
4562 and the backtrace. Repeat tests for temporary breakpoints.
4563
4564 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4565
4566 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4567 rather then trying to access it in determining whether the PID
4568 of `gdbserver' could have been retrieved.
4569
4570 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4571
4572 * gdb.arch/amd64-init-x87-values.S: New file.
4573 * gdb.arch/amd64-init-x87-values.exp: New file.
4574
4575 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4576
4577 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4578
4579 2018-05-04 Tom Tromey <tom@tromey.com>
4580
4581 PR python/22730:
4582 * gdb.python/python.exp: Test multi-line execute.
4583
4584 2018-05-04 Tom Tromey <tom@tromey.com>
4585
4586 PR python/22731:
4587 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4588
4589 2018-05-04 Tom Tromey <tom@tromey.com>
4590
4591 PR gdb/11750:
4592 * gdb.base/define.exp: Test defining a user command inside a user
4593 command.
4594 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4595
4596 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4597 Pedro Alves <palves@redhat.com>
4598
4599 PR breakpoints/19806 and support for PR external/20207.
4600 * gdb.base/watchpoint-unaligned.c: New file.
4601 * gdb.base/watchpoint-unaligned.exp: New file.
4602
4603 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4604
4605 * gdb.base/maint.exp: Make test names unique, use
4606 test_prefix_command_help to test 'help maint info', and remove
4607 repeated test of 'help maint'.
4608
4609 2018-05-04 Tom Tromey <tom@tromey.com>
4610
4611 PR gdb/22619:
4612 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4613 behavior.
4614
4615 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4616
4617 * gdb.base/maint.exp: Process output from 'maint print registers'
4618 line at a time.
4619
4620 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4621
4622 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4623 timeout.
4624
4625 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4626
4627 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4628 filter pattern.
4629
4630 2018-05-02 Pedro Alves <palves@redhat.com>
4631
4632 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4633 to_log_command renames.
4634 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4635
4636 2018-05-02 Tom Tromey <tom@tromey.com>
4637
4638 * gdb.python/py-parameter.exp: Set test message.
4639
4640 2018-05-02 Tom Tromey <tom@tromey.com>
4641
4642 PR python/20084:
4643 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4644 PARAM_ZUINTEGER_UNLIMITED tests.
4645
4646 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4647
4648 PR rust/23124
4649 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4650 when casting.
4651
4652 2018-04-30 Tom Tromey <tom@tromey.com>
4653
4654 * gdb.python/py-type.exp: Check align attribute.
4655 * gdb.python/py-type.c: New "aligncheck" global.
4656
4657 2018-04-30 Tom Tromey <tom@tromey.com>
4658
4659 PR exp/17095:
4660 * gdb.dwarf2/dw2-align.exp: New file.
4661 * gdb.cp/align.exp: New file.
4662 * gdb.base/align.exp: New file.
4663 * lib/gdb.exp (gdb_int128_helper): New proc.
4664 (has_int128_c, has_int128_cxx): New caching procs.
4665
4666 2018-04-27 Tom Tromey <tom@tromey.com>
4667
4668 PR rust/22545:
4669 * gdb.rust/simple.exp: Add inclusive range tests.
4670
4671 2018-04-26 Pedro Alves <palves@redhat.com>
4672
4673 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4674 ifunc breakpoint locations correctly of ifunc breakpoints set
4675 while the program resolves the ifunc.
4676
4677 2018-04-26 Pedro Alves <palves@redhat.com>
4678
4679 * gdb.base/gnu-ifunc-final.c: New file.
4680 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4681 * gdb.base/gnu-ifunc.exp (executable): Delete.
4682 (staticexecutable): Adjust.
4683 (lib_opts, exec_opts): Delete.
4684 (make_binsuffix, build, set-break): New procedures.
4685 (misc_tests): New, with tests factored out from the top level.
4686 (top level): Test different combinations of ifunc resolver name,
4687 resolver with and with debug info, and ifunc target with and
4688 without debug info. Wrap static tests with with_target_prefix.
4689
4690 2018-04-26 Pedro Alves <palves@redhat.com>
4691
4692 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4693 return type" warnings.
4694
4695 2018-04-25 Pedro Alves <palves@redhat.com>
4696
4697 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4698 killed".
4699 * gdb.base/kill-after-signal.exp: Likewise.
4700 * gdb.threads/kill.exp: Likewise.
4701
4702 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4703 Sergio Durigan Junior <sergiodj@redhat.com>
4704 Pedro Alves <palves@redhat.com>
4705
4706 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4707 regexps to expect for '[Inferior ... detached]' as well.
4708 * gdb.base/attach.exp: Likewise.
4709 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4710 "gdb_continue_to_end".
4711 (test_catch_syscall_with_wrong_args): Likewise.
4712 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4713 ']'. Don't set 'verbose' on.
4714 * gdb.base/foll-vfork.exp: Likewise.
4715 * gdb.base/fork-print-inferior-events.c: New file.
4716 * gdb.base/fork-print-inferior-events.exp: New file.
4717 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4718 '[Inferior ... has been killed]' message.
4719 * gdb.base/kill-after-signal.exp: Likewise.
4720 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4721 detach message.
4722 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4723 message.
4724 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4725 regexps to expect for '[Inferior ... detached]' as well.
4726 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4727
4728 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4729
4730 PR gdb/23104
4731 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4732
4733 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4734
4735 PR gdb/23095
4736 * gdb.base/break-probes.exp: Pass shlib_load to
4737 prepare_for_testing. Set normal_bp to r_debug_state if target is
4738 bsd.
4739
4740 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4741
4742 * gdb.threads/multiple-successive-infcall.c: New test.
4743 * gdb.threads/multiple-successive-infcall.exp: New file.
4744
4745 2018-04-17 Tom Tromey <tom@tromey.com>
4746
4747 * gdb.rust/simple.rs (Union): New type.
4748 (main): New local "u".
4749 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4750
4751 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4752
4753 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4754 number information in output of "whereis" command.
4755 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4756
4757 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4758
4759 * gdb.ada/info_types.exp: Adjust expected output to the line
4760 numbers now printed by "info var/func/type".
4761 * gdb.base/completion.exp: Likewise.
4762 * gdb.base/included.exp: Likewise.
4763 * gdb.cp/cp-relocate.exp: Likewise.
4764 * gdb.cp/cplusfuncs.exp: Likewise.
4765 * gdb.cp/namespace.exp: Likewise.
4766 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4767
4768 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4769
4770 * gdb.btrace/cpu.exp: New.
4771
4772 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4773
4774 * gdb.base/step-indirect-call-thunk.exp: New.
4775 * gdb.base/step-indirect-call-thunk.c: New.
4776 * gdb.reverse/step-indirect-call-thunk.exp: New.
4777 * gdb.reverse/step-indirect-call-thunk.c: New.
4778
4779 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4780
4781 * gdb.base/pie-fork.c: New file.
4782 * gdb.base/pie-fork.exp: New file.
4783
4784 2018-04-11 Tom Tromey <tom@tromey.com>
4785
4786 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4787
4788 2018-04-10 Pedro Alves <palves@redhat.com>
4789
4790 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4791 exits. Instead loop running forever.
4792 (fork_parent): Run forever too.
4793
4794 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4795
4796 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4797 mi_continue_to_line.
4798 * gdb.mi/mi-stack.c (callee4): Add comment.
4799
4800 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4801
4802 * gdb.mi/mi-stack.exp: Fix indentation.
4803
4804 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4805
4806 PR gdb/22979
4807 * gdb.arch/amd64-osabi.exp: New file.
4808
4809 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4810
4811 PR gdb/22980
4812 * gdb.base/osabi.exp: New file.
4813
4814 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4815
4816 * gdb.cp/static-typedef-print.exp: New file.
4817 * gdb.cp/static-typedef-print.cc: New file.
4818
4819 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4820
4821 * gdb.ada/varsize_limit: New testcase.
4822
4823 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4824
4825 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4826
4827 * gdb.ada/notcplusplus: New testcase.
4828
4829 * gdb.base/c-linkage-name.c: New file.
4830 * gdb.base/c-linkage-name.exp: New testcase.
4831
4832 2018-03-26 Tom Tromey <tom@tromey.com>
4833
4834 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4835 * gdb.python/py-framefilter.py (name_error): New global.
4836 (ErrorInName.function): Use name_error.
4837
4838 2018-03-26 Tom Tromey <tom@tromey.com>
4839
4840 PR backtrace/15582:
4841 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4842
4843 2018-03-23 Keith Seitz <keiths@redhat.com>
4844
4845 PR c++/22968
4846 * gdb.cp/subtypes.exp: New file.
4847 * gdb.cp/subtypes.h: New file.
4848 * gdb.cp/subtypes.cc: New file.
4849 * gdb.cp/subtypes-2.cc: New file.
4850
4851 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4852
4853 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4854 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4855 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4856 -nostartfiles when compiling the test. Confirm that all registers
4857 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4858
4859 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4860
4861 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4862 option, syntax was wrong anyway.
4863 * gdb.arch/arm-disp-step.exp: Likewise.
4864 * gdb.arch/sparc64-regs.exp: Likewise.
4865 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4866 option, syntax was wrong anyway, switch to use
4867 prepare_for_testing.
4868 * gdb.arch/i386-disp-step.exp: Likewise.
4869
4870 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4871
4872 * gdb.ada/exec_changed.exp: Replace "target_info exists
4873 use_gdb_stub" by "use_gdb_stub".
4874 * gdb.ada/start.exp: Likewise.
4875 * gdb.base/async-shell.exp: Likewise.
4876 * gdb.base/attach-pie-misread.exp: Likewise.
4877 * gdb.base/attach-wait-input.exp: Likewise.
4878 * gdb.base/break-entry.exp: Likewise.
4879 * gdb.base/break-interp.exp: Likewise.
4880 * gdb.base/dprintf-detach.exp: Likewise.
4881 * gdb.base/nostdlib.exp: Likewise.
4882 * gdb.base/solib-nodir.exp: Likewise.
4883 * gdb.base/statistics.exp: Likewise.
4884 * gdb.base/testenv.exp: Likewise.
4885 * gdb.mi/mi-exec-run.exp: Likewise.
4886 * gdb.mi/mi-start.exp: Likewise.
4887 * gdb.multi/dummy-frame-restore.exp: Likewise.
4888 * gdb.multi/multi-arch-exec.exp: Likewise.
4889 * gdb.multi/multi-arch.exp: Likewise.
4890 * gdb.multi/tids.exp: Likewise.
4891 * gdb.multi/watchpoint-multi.exp: Likewise.
4892 * gdb.python/py-events.exp: Likewise.
4893 * gdb.threads/attach-into-signal.exp: Likewise.
4894 * gdb.threads/attach-stopped.exp: Likewise.
4895 * gdb.threads/threadapply.exp: Likewise.
4896 * lib/selftest-support.exp: Likewise.
4897
4898 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4899
4900 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4901
4902 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4903
4904 * gdb.perf/template-breakpoints.cc: New file.
4905 * gdb.perf/template-breakpoints.exp: New file.
4906 * gdb.perf/template-breakpoints.py: New file.
4907
4908 2018-03-19 Tom Tromey <tom@tromey.com>
4909
4910 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4911 y0.
4912 * gdb.rust/simple.exp: Test bare identifier form of struct
4913 initializer.
4914
4915 2018-03-19 Tom Tromey <tom@tromey.com>
4916
4917 * gdb.gdb/observer.exp: Remove.
4918
4919 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4920
4921 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4922 "qualified" option when setting breakpoints.
4923 * gdb.trace/backtrace.exp: Likewise.
4924 * gdb.trace/circ.exp: Likewise.
4925 * gdb.trace/collection.exp: Likewise.
4926 * gdb.trace/disconnected-tracing.exp: Likewise.
4927 * gdb.trace/ftrace-lock.exp: Likewise.
4928 * gdb.trace/ftrace.exp: Likewise.
4929 * gdb.trace/infotrace.exp: Likewise.
4930 * gdb.trace/packetlen.exp: Likewise.
4931 * gdb.trace/passc-dyn.exp: Likewise.
4932 * gdb.trace/qtro.exp: Likewise.
4933 * gdb.trace/read-memory.exp: Likewise.
4934 * gdb.trace/report.exp: Likewise.
4935 * gdb.trace/signal.exp: Likewise.
4936 * gdb.trace/status-stop.exp: Likewise.
4937 * gdb.trace/strace.exp: Likewise.
4938 * gdb.trace/tfind.exp: Likewise.
4939 * gdb.trace/trace-break.exp: Likewise.
4940 * gdb.trace/trace-condition.exp: Likewise.
4941 * gdb.trace/trace-mt.exp: Likewise.
4942 * gdb.trace/tstatus.exp: Likewise.
4943 * gdb.trace/tsv.exp: Likewise.
4944 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4945 * gdb.trace/unavailable.exp: Likewise.
4946 * gdb.trace/while-dyn.exp: Likewise.
4947
4948 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4949
4950 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4951 that libinproctrace is copied to the target.
4952
4953 2018-03-14 Tom Tromey <tom@tromey.com>
4954
4955 PR cli/14977:
4956 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4957 a null pointer.
4958 * gdb.base/wchar.exp: Likewise.
4959
4960 2018-03-14 Tom Tromey <tom@tromey.com>
4961
4962 PR cli/19918:
4963 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4964 flag.
4965
4966 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4967
4968 PR gdb/22841
4969 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4970 "target" to remote_exec.
4971
4972 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4973
4974 PR gdb/22841
4975 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4976 ${board}_upload): Remove.
4977
4978 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4979
4980 * gdb.cp/watch-cp.cc: New test.
4981 * gdb.cp/watch-cp.exp: New file.
4982
4983 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4984
4985 * gdb.base/infcall-nested-structs.exp: New file.
4986 * gdb.base/infcall-nested-structs.c: New file.
4987 * gdb.base/float.exp: Add riscv support.
4988
4989 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4990
4991 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4992 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4993
4994 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4995
4996 * gdb.server/abspath.exp: New file.
4997 * lib/gdb.exp (with_cwd): New procedure.
4998
4999 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5000
5001 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5002 use it.
5003 (gdb_is_target_remote_prompt): New proc.
5004 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5005 (gdb_is_target_native): Pass prompt parameter to
5006 gdb_is_target_1.
5007
5008 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5009
5010 * gdb.base/load-command.c: New file.
5011 * gdb.base/load-command.exp: New file.
5012 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5013 (gdb_is_target_1): ...this, and generalize for other targets
5014 than just remote.
5015 (gdb_is_target_remote): Use gdb_is_target_1.
5016 (gdb_is_target_native): use gdb_is_target_1.
5017
5018 2018-02-26 Tom Tromey <tom@tromey.com>
5019
5020 PR python/16497:
5021 * gdb.python/py-framefilter.exp: Update test.
5022
5023 2018-02-26 Tom Tromey <tom@tromey.com>
5024
5025 * gdb.dwarf2/variant.c: New file.
5026 * gdb.dwarf2/variant.exp: New file.
5027
5028 2018-02-26 Tom Tromey <tom@tromey.com>
5029
5030 * gdb.rust/simple.exp: Accept more possible results in enum test.
5031
5032 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5033
5034 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5035 parentheses.
5036
5037 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5038
5039 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5040 name of a variable: $actual_linejj -> $actual_line.
5041
5042 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5043
5044 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5045
5046 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5047
5048 * gdb.btrace/buffer-size.exp: Do not force BTS.
5049
5050 2018-02-14 Pedro Alves <palves@redhat.com>
5051
5052 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5053 getting a "Quit".
5054
5055 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5056
5057 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5058 Fix test name.
5059
5060 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5061
5062 * gdb.cp/m-static.exp: Check type of optimized out static
5063 member.
5064
5065 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5066
5067 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5068 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5069
5070 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5071 Leszek Swirski <leszeks@google.com>
5072
5073 * gdb.python/py-prettyprint.c
5074 (struct to_string_returns_value_inner,
5075 struct to_string_returns_value_wrapper): New.
5076 (main): Add tsrvw variable.
5077 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5078 ToStringReturnsValueWrapper): New classes.
5079 (register_pretty_printers): Register new pretty-printers.
5080 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5081 recursive pretty printer.
5082 * gdb.python/py-mi.exp: Likewise.
5083
5084 2018-02-01 Leszek Swirski <leszeks@google.com>
5085
5086 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5087 functions with the same name as an include file are parsed
5088 correctly.
5089
5090 2018-02-01 Yao Qi <yao.qi@linaro.org>
5091
5092 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5093 "\[^\r\n\]*".
5094
5095 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5096
5097 * gdb.arch/powerpc-prologue-frame.s: New file.
5098 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5099 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5100
5101 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5102
5103 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5104
5105 2018-01-30 Pedro Alves <palves@redhat.com>
5106
5107 PR gdb/13211
5108 * gdb.base/interrupt-daemon.c: New.
5109 * gdb.base/interrupt-daemon.exp: New.
5110 * gdb.multi/multi-term-settings.c: New.
5111 * gdb.multi/multi-term-settings.exp: New.
5112
5113 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5114
5115 * gdb.base/break.exp: Save the location where the breakpoint
5116 on break.c:47 was actually inserted when debugging the version
5117 compiled at -O2 and use it in the expected output of the "info
5118 break" test performed soon after.
5119
5120 2018-01-22 Pedro Alves <palves@redhat.com>
5121 Sergio Durigan Junior <sergiodj@redhat.com>
5122
5123 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5124 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5125
5126 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5127
5128 * gdb.base/break-include.c, gdb.base/break-include.inc,
5129 gdb.base/break-include.exp: New files.
5130 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5131 line number now being the actual line number where the breakpoint
5132 was inserted.
5133 * gdb.mi/mi-break.exp: Likewise.
5134 * gdb.mi/mi-reverse.exp: Likewise.
5135 * gdb.mi/mi-simplerun.exp: Ditto.
5136
5137 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5138
5139 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5140 varobj.
5141 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5142
5143 2018-01-21 Don Breazeal <donb@codesourcery.com>
5144 Andrew Burgess <andrew.burgess@embecosm.com>
5145
5146 * gdb.mi/basics.c: Add new global.
5147 * gdb.mi/mi-frame-regs.exp: New file.
5148 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5149 case.
5150
5151 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5152
5153 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5154 non-parameter, and on an unknown symbol.
5155
5156 2018-01-19 Tom Tromey <tom@tromey.com>
5157
5158 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5159 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5160
5161 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5162
5163 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5164 setrlimit and chdir to int.
5165
5166 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5167
5168 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5169 function.
5170 (my_tend): Likewise.
5171 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5172 rationale of avoiding FP- and vector instructions.
5173
5174 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5175
5176 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5177 "info reg" with "\[ \t\]*".
5178 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5179 "\[ \t\]+".
5180 * gdb.arch/s390-multiarch.exp: Ditto.
5181 * gdb.base/pc-fp.exp: Ditto.
5182 * gdb.reverse/i386-precsave.exp: Ditto.
5183 * gdb.reverse/i386-reverse.exp: Ditto.
5184 * gdb.reverse/i387-env-reverse.exp: Ditto.
5185 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5186
5187 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5188
5189 * lib/gdb.exp (gdb_compile): Re-enable use of
5190 universal_compile_options for languages other than Rust.
5191
5192 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5193
5194 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5195
5196 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5197
5198 PR gdb/16577
5199 * gdb.base/solib-vanish.exp: New.
5200 * gdb.base/solib-vanish-main.c: New.
5201 * gdb.base/solib-vanish-lib1.c: New.
5202 * gdb.base/solib-vanish-lib2.c: New.
5203
5204 2018-01-17 Yao Qi <yao.qi@linaro.org>
5205
5206 * gdb.compile/compile.exp: Match the address printed for
5207 frame in the output of command "bt".
5208
5209 2018-01-15 Tom Tromey <tom@tromey.com>
5210
5211 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5212 compute sp_reg.
5213
5214 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5215
5216 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5217 to prepare.
5218 (prepare): Return 0 on error, 1 on success.
5219
5220 2018-01-12 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.base/continue-after-aborted-step-over.c: New.
5223 * gdb.base/continue-after-aborted-step-over.exp: New.
5224
5225 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5226
5227 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5228 options when not creating an executable.
5229
5230 2018-01-11 Pedro Alves <palves@redhat.com>
5231
5232 PR remote/22597
5233 * gdb.server/stop-reply-no-thread.c: New file.
5234 * gdb.server/stop-reply-no-thread.exp: New file.
5235
5236 2018-01-10 Pedro Alves <palves@redhat.com>
5237
5238 PR gdb/22670
5239 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5240 functions too. Test setting breakpoints and printing C functions
5241 with no debug info too.
5242 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5243
5244 2018-01-10 Pedro Alves <palves@redhat.com>
5245
5246 PR gdb/22670
5247 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5248 a fail.
5249
5250 2018-01-10 Pedro Alves <palves@redhat.com>
5251
5252 PR gdb/22670
5253 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5254
5255 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5256
5257 * gdb.server/unittest.exp: Match the output in non-development
5258 mode.
5259
5260 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5261
5262 * gdb.gdb/unittest.exp: Match output in non-development mode.
5263
5264 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5265
5266 * gdb.ada/access_tagged_param.exp: Relax expected output
5267 for value of "ObjL" in "continue" to pck.inspect breakpoint
5268 test.
5269
5270 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5271
5272 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5273 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5274
5275 2018-01-05 Pedro Alves <palves@redhat.com>
5276
5277 PR gdb/18653
5278 * gdb.base/libsegfault.exp: New.
5279
5280 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5281
5282 PR gdb/22670
5283 * gdb.ada/access_tagged_param.exp: New file.
5284 * gdb.ada/access_tagged_param/foo.adb: New file.
5285
5286 2018-01-05 Pedro Alves <palves@redhat.com>
5287
5288 PR gdb/22670
5289 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5290 exercise lower case too, and to exercise both full matching and
5291 wild matching.
5292
5293 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5294
5295 * gdb.ada/rename_subscript_param: New testcase.
5296
5297 2018-01-05 Jerome Guitton <guitton@adacore.com>
5298
5299 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5300
5301 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5302
5303 * gdb.ada/convvar_comp: New testcase.
5304
5305 2018-01-05 Xavier Roirand <roirand@adacore.com>
5306
5307 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5308 (My_Table): New global variable.
5309 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5310
5311 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5312
5313 PR gdb/22670
5314 * gdb.ada/maint_with_ada: New testcase.
5315
5316 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5317
5318 PR gdb/22670
5319 * gdb.ada/bp_c_mixed_case: New testcase.
5320
5321 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5322
5323 PR gdb/22670
5324 * gdb.ada/complete.exp: Add "complete break ada" test.
5325
5326 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5327
5328 PR gdb/22670
5329 * gdb.ada/info_addr_mixed_case: New testcase.
5330
5331 2018-01-03 Xavier Roirand <roirand@adacore.com>
5332
5333 * gdb.ada/excep_handle.exp: New testcase.
5334 * gdb.ada/excep_handle/foo.adb: New file.
5335 * gdb.ada/excep_handle/pck.ads: New file.
5336
5337 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5338
5339 * gdb.base/step-line.c: Add extra empty line in copyright header.
5340 * gdb.base/step-line.inp: Likewise.
5341
5342 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5343
5344 * gdb.ada/dyn_stride.exp: Add slice test.
5345
5346 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5347
5348 * gdb.ada/dyn_stride: New testcase.
5349
5350 2017-12-27 Stafford Horne <shorne@gmail.com>
5351
5352 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5353 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5354
5355 2017-12-27 Stafford Horne <shorne@gmail.com>
5356
5357 * gdb.base/reggroups.c: New file.
5358 * gdb.base/reggroups.exp: New file.
5359
5360 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5361
5362 * gdb.dwarf2/ada-valprint-error.c: New file.
5363 * gdb.dwarf2/ada-valprint-error.exp: New file.
5364
5365 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5366
5367 * gdb.ada/assign_arr: New testcase.
5368
5369 2017-12-18 Xavier Roirand <roirand@adacore.com>
5370
5371 * gdb.ada/funcall_ptr: New testcase.
5372
5373 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5374
5375 PR cli/16224
5376 * gdb.base/ptype-offsets.cc: New file.
5377 * gdb.base/ptype-offsets.exp: New file.
5378
5379 2017-12-15 Yao Qi <yao.qi@linaro.org>
5380
5381 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5382 if XML is disabled.
5383
5384 2017-12-15 Xavier Roirand <roirand@adacore.com>
5385
5386 * gdb.ada/same_component_name: New testcase.
5387
5388 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5389
5390 * gdb.ada/str_binop_equal: New testcase.
5391
5392 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5393
5394 * gdb.ada/task_switch_in_core: New testcase.
5395
5396 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5397
5398 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5399 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5400 call test_bkpt_qualified.
5401 (test_bkpt_qualified): New proc.
5402
5403 2017-12-13 Pedro Alves <palves@redhat.com>
5404
5405 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5406 Tighten regexp by matching with an anchor.
5407
5408 2017-12-13 Pedro Alves <palves@redhat.com>
5409
5410 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5411 ("expression with namespace"): New set of tests.
5412 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5413 (Nested::Test_NS::qux): New.
5414 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5415 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5416
5417 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5418
5419 * gdb.base/server-del-break.c: New file.
5420 * gdb.base/server-del-break.exp: New file.
5421
5422 2017-12-12 Stafford Horne <shorne@gmail.com>
5423
5424 * gdb.xml/tdesc-regs.exp: Add or1k support.
5425
5426 2017-12-12 Stafford Horne <shorne@gmail.com>
5427
5428 * gdb.base/bp-permanent.c: Define nop of or1k.
5429
5430 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5431
5432 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5433 output with components being reordered.
5434
5435 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5436
5437 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5438 output with components being reordered.
5439
5440 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5441 Pedro Alves <palves@redhat.com>
5442
5443 * gdb.base/maint.exp (check for .gdb_index): Check also for
5444 .debug_names.
5445 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5446 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5447 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5448 (.gdb_index used after symbol reloading): Support also .debug_names.
5449 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5450
5451 2017-12-08 Yao Qi <yao.qi@linaro.org>
5452
5453 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5454 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5455
5456 2017-12-08 Yao Qi <yao.qi@linaro.org>
5457
5458 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5459 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5460
5461 2017-12-08 Yao Qi <yao.qi@linaro.org>
5462
5463 * gdb.arch/aarch64-tagged-pointer.c: New file.
5464 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5465
5466 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5467
5468 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5469 "int".
5470
5471 2017-12-07 Keith Seitz <keiths@redhat.com>
5472
5473 PR breakpoints/22569
5474 * gdb.linespec/ls-errs.exp: Change expected result of "break
5475 -source this file has spaces.c -line 3".
5476 Check that an explicit source file followed by whitespace is
5477 identified as an invalid explicit location.
5478
5479 2017-12-07 Keith Seitz <keiths@redhat.com>
5480
5481 * gdb.cp/nested-types.cc: New file.
5482 * gdb.cp/nested-types.exp: New file.
5483 * lib/cp-support.exp: Load data-structures.exp library.
5484 (debug_cp_test_ptype_class): New global.
5485 (cp_ptype_class_verbose, next_line): New procedures.
5486 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5487 Add and document new return value.
5488 Switch the list of lines to a queue.
5489 Add support for new `type' key for nested type definitions.
5490 Add debugging/troubleshooting messages.
5491 * lib/data-structures.exp: New file.
5492
5493 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5494
5495 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5496 with proc_with_prefix, don't use with_test_prefix.
5497
5498 2017-12-07 Tom Tromey <tom@tromey.com>
5499
5500 * gdb.base/break.exp: Add test for empty "commands".
5501
5502 2017-12-07 Yao Qi <yao.qi@linaro.org>
5503
5504 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5505 malloc and catch syscall.
5506
5507 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5508
5509 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5510 tests for explicit locations.
5511
5512 2017-12-06 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5515 force-disabling XML descriptions.
5516
5517 2017-12-04 Pedro Alves <palves@redhat.com>
5518
5519 PR gdb/22499
5520 * gdb.arch/amd64-disp-step-avx.S: New file.
5521 * gdb.arch/amd64-disp-step-avx.exp: New file.
5522
5523 2017-12-03 Pedro Alves <palves@redhat.com>
5524
5525 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5526 and <string.h>.
5527 (parent_function): Print distinct messages when waitpid fails, or
5528 the child exits with a signal, or the child exits for an unhandled
5529 reason.
5530 * gdb.threads/process-dies-while-detaching.exp
5531 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5532 it. Wait for both inferior output and GDB's prompt. Use an
5533 indirect spawn id list.
5534 (do_detach): New parameter 'child_exit'. Use it to compute
5535 expected inferior output.
5536 (test_detach, test_detach_watch, test_detach_killed_outside):
5537 Adjust to pass down the expected child exit kind.
5538
5539 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5540 Sergio Durigan Junior <sergiodj@redhat.com>
5541 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5544
5545 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5546
5547 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5548 to 'symbol-file' and 'add-symbol-file' can be
5549 position-independent.
5550
5551 2017-12-01 Yao Qi <yao.qi@linaro.org>
5552
5553 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5554 the URL in copyright header.
5555 * gdb.arch/aarch64-fp.exp: Likewise.
5556 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5557 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5558 * gdb.base/expand-psymtabs.exp: Likewise.
5559 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5560 * gdb.fortran/common-block.exp: Likewise.
5561 * gdb.fortran/common-block.f90: Likewise.
5562 * gdb.fortran/logical.exp: Likewise.
5563 * gdb.fortran/vla-datatypes.f90: Likewise.
5564 * gdb.fortran/vla-sub.f90: Likewise.
5565
5566 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5567
5568 * gdb.ada/repeat_dyn: New testcase.
5569
5570 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5571
5572 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5573 Update for changed thread numbering.
5574 * gdb.cell/bt.exp: Update for changed GDB output.
5575
5576 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5577
5578 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5579 setting isremote by hand.
5580 * boards/dwarf4-gdb-index.exp: Likewise.
5581 * boards/fission.exp: Likewise.
5582 * boards/stabs.exp: Likewise.
5583
5584 2017-11-30 Pedro Alves <palves@redhat.com>
5585
5586 * gdb.linespec/cpls-ops.exp
5587 (check_explicit_skips_function_argument): Extract the underlying
5588 type of size_t instead of hardcoding it.
5589
5590 2017-11-29 Pedro Alves <palves@redhat.com>
5591
5592 PR c++/19436
5593 * gdb.linespec/cpls-abi-tag.cc: New file.
5594 * gdb.linespec/cpls-abi-tag.exp: New file.
5595
5596 2017-11-29 Pedro Alves <palves@redhat.com>
5597
5598 * gdb.base/langs.exp: Use -qualified.
5599 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5600 it.
5601 * gdb.cp/namespace.exp: Use -qualified.
5602 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5603 (overload-3, template-overload, template-ret-type, const-overload)
5604 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5605 procedures.
5606 (test_driver): Call them.
5607 * gdb.cp/save-bp-qualified.cc: New.
5608 * gdb.cp/save-bp-qualified.exp: New.
5609 * gdb.linespec/explicit.exp: Test -qualified.
5610 * lib/completion-support.exp (completion::explicit_opts_list): Add
5611 "-qualified".
5612 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5613
5614 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5615
5616 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5617
5618 2017-11-29 Tom Tromey <tom@tromey.com>
5619
5620 * gdb.base/relocate.exp: Update invalid argument test.
5621 Add new tests for invalid arguments.
5622
5623 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5624
5625 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5626 Return 0 as a long.
5627 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5628
5629 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5630
5631 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5632 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5633 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5634 func ().
5635 * gdb.cp/shadow.cc (B.func): Return 0.
5636
5637 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5638
5639 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5640 expected output in gdb_expect call to allow the exception
5641 message to be present as well. Fix syntax confusion to avoid
5642 TCL thinking that exception_name is an array.
5643
5644 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5645
5646 * gdb.arch/spu-info.c: Include <unistd.h>.
5647 (do_signal_test): Fix broken calls to write.
5648 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5649 Fix checks for empty mailboxes. Update signal tests for corrected
5650 do_signal_test routine. Allow nonzero event status.
5651 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5652 * gdb.cell/arch.exp: Use standard_output_file.
5653 * gdb.cell/break.exp: Likewise.
5654 * gdb.cell/bt.exp: Likewise.
5655 * gdb.cell/core.exp: Likewise.
5656 * gdb.cell/dwarfaddr.exp: Likewise.
5657 * gdb.cell/ea-cache.exp: Likewise.
5658 * gdb.cell/ea-standalone.exp: Likewise.
5659 * gdb.cell/f-regs.exp: Likewise.
5660 * gdb.cell/fork.exp: Likewise.
5661 * gdb.cell/gcore.exp: Likewise.
5662 * gdb.cell/mem-access.exp: Likewise.
5663 * gdb.cell/ptype.exp: Likewise.
5664 * gdb.cell/registers.exp: Likewise.
5665 * gdb.cell/sizeof.exp: Likewise.
5666 * gdb.cell/solib-symbol.exp: Likewise.
5667 * gdb.cell/solib.exp: Likewise.
5668
5669 2017-11-25 Pedro Alves <palves@redhat.com>
5670
5671 * gdb.base/complete-empty.exp: New file.
5672 * gdb.base/completion.exp: Adjust.
5673
5674 2017-11-25 Pedro Alves <palves@redhat.com>
5675
5676 * gdb.linespec/cpls-ops.cc: New file.
5677 * gdb.linespec/cpls-ops.exp: New file.
5678 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5679 factored out from ...
5680 (test_complete_prefix_range): ... this.
5681
5682 2017-11-24 Pedro Alves <palves@redhat.com>
5683
5684 * gdb.linespec/cpcompletion.exp: New file.
5685 * gdb.linespec/cpls-hyphen.cc: New file.
5686 * gdb.linespec/cpls.cc: New file.
5687 * gdb.linespec/cpls2.cc: New file.
5688 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5689 test to use test_gdb_complete_unique. Add label completion,
5690 keyword completion and explicit location completion tests.
5691 * lib/completion-support.exp: New file.
5692
5693 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5694
5695 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5696 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5697 when hitting an exception catchpoint.
5698
5699 2017-11-22 Yao Qi <yao.qi@linaro.org>
5700
5701 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5702
5703 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5704
5705 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5706 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5707 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5708
5709 2017-11-22 Yao Qi <yao.qi@linaro.org>
5710
5711 * gdb.base/info-os.exp: Pass pthreads.
5712 * gdb.multi/multi-attach.exp: Likewise.
5713
5714 2017-11-22 Yao Qi <yao.qi@linaro.org>
5715
5716 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5717 compiler.
5718
5719 2017-11-22 Yao Qi <yao.qi@linaro.org>
5720
5721 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5722 * gdb.base/break-interp.exp: Likewise.
5723 * gdb.base/jit-attach-pie.exp: Likewise.
5724
5725 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5726
5727 * gdb.base/float128.c (large128): New variable.
5728 * gdb.base/float128.exp: Add test to print largest __float128 value.
5729
5730 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5731
5732 * gdb.arch/vsx-regs.exp: Update register content checks.
5733
5734 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5735
5736 * gdb.arch/ppc-longdouble.exp: New file.
5737 * gdb.arch/ppc-longdouble.c: Likewise.
5738
5739 2017-11-21 Pedro Alves <palves@redhat.com>
5740
5741 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5742
5743 2017-11-20 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5746 (long_double_typedef): New typedefs.
5747 Use DEF on double and long double.
5748 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5749 cases.
5750 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5751 and 'long_double_ptr_same_size' locals. Use them to decide
5752 whether cast from array/function to float is valid/invalid.
5753
5754 2017-11-17 Tom Tromey <tom@tromey.com>
5755
5756 * gdb.rust/traits.rs: New file.
5757 * gdb.rust/traits.exp: New file.
5758
5759 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5760
5761 * gdb.ada/minsyms: New testcase.
5762
5763 2017-11-16 Pedro Alves <palves@redhat.com>
5764
5765 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5766 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5767
5768 2017-11-16 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5771 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5772
5773 2017-11-16 Pedro Alves <palves@redhat.com>
5774
5775 * gdb.server/reconnect-ctrl-c.c: New file.
5776 * gdb.server/reconnect-ctrl-c.exp: New file.
5777
5778 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5779
5780 * gdb.python/py-rbreak.exp: New file.
5781 * gdb.python/py-rbreak.c: New file.
5782 * gdb.python/py-rbreak-func2.c: New file.
5783
5784 2017-11-16 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5787 pattern.
5788 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5789 GDB.
5790
5791 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5792
5793 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5794 regex.
5795
5796 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5797
5798 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5799 test names.
5800
5801 2017-11-09 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5804 factored out from ...
5805 (top level): ... here, and adjusted to avoid expecting beyond the
5806 prompt in a single gdb_test_multiple.
5807
5808 2017-11-09 Pedro Alves <palves@redhat.com>
5809
5810 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5811 output.
5812 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5813 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5814 * gdb.server/ext-run.exp ("kill" test): Likewise.
5815 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5816
5817 2017-11-09 Pedro Alves <palves@redhat.com>
5818
5819 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5820 match till end of line.
5821
5822 2017-11-09 Pedro Alves <palves@redhat.com>
5823
5824 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5825
5826 2017-11-09 Pedro Alves <palves@redhat.com>
5827
5828 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5829 New procedures, factored out from ...
5830 (top level): ... here, and adjusted to avoid expecting beyond the
5831 prompt in one go.
5832
5833 2017-11-09 Pedro Alves <palves@redhat.com>
5834
5835 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5836 output. Fix '?' match.
5837
5838 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5839
5840 * gdb.ada/scoped_watch: New testcase.
5841 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5842 which is actually correct.
5843 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5844 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5845
5846 2017-11-08 Pedro Alves <palves@redhat.com>
5847
5848 * gdb.gdb/complaints.exp (test_initial_complaints)
5849 (test_serial_complaints, test_short_complaints): Call
5850 complaint_internal instead of complaint.
5851
5852 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5853
5854 * gdb.threads/tls-core.c: New file.
5855 * gdb.threads/tls-core.exp: Likewise.
5856
5857 2017-11-08 Pedro Alves <palves@redhat.com>
5858
5859 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5860 (p Exported_Capitalized): New test.
5861 (p exported_capitalized): New test.
5862
5863 2017-11-07 Pedro Alves <palves@redhat.com>
5864
5865 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5866
5867 2017-11-07 Pedro Alves <palves@redhat.com>
5868
5869 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5870 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5871 (disable_invalid, disable_inverted, disable_negative): New
5872 procedures.
5873 ("bad numbers"): New set of tests.
5874
5875 2017-11-07 Pedro Alves <palves@redhat.com>
5876
5877 * gdb.cp/ena-dis-br-range.exp: Add tests.
5878
5879 2017-11-07 Pedro Alves <palves@redhat.com>
5880
5881 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5882
5883 2017-11-07 Xavier Roirand <roirand@adacore.com>
5884 Pedro Alves <palves@redhat.com>
5885
5886 * gdb.base/ena-dis-br.exp: Add reference to
5887 gdb.cp/ena-dis-br-range.exp.
5888 * gdb.cp/ena-dis-br-range.exp: New file.
5889 * gdb.cp/ena-dis-br-range.cc: New file.
5890
5891 2017-11-06 Pedro Alves <palves@redhat.com>
5892
5893 * gdb.base/attach-non-pgrp-leader.c: New.
5894 * gdb.base/attach-non-pgrp-leader.exp: New.
5895
5896 2017-11-06 Pedro Alves <palves@redhat.com>
5897
5898 * configure.ac: No longer check for termio.h and sgtty.h.
5899 * configure: Regenerate.
5900 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5901 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5902 Remove termio and sgtty code.
5903
5904 2017-11-03 Yao Qi <yao.qi@linaro.org>
5905
5906 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5907 in GDB is disabled.
5908
5909 2017-11-03 Yao Qi <yao.qi@linaro.org>
5910
5911 * gdb.python/py-thrhandle.exp: Skip it if python is not
5912 enabled.
5913
5914 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5915
5916 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5917 as a breakpoint command.
5918
5919 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5920
5921 PR python/21213
5922 * gdb.python/py-infthread.exp: Test calling
5923 InferiorThread.inferior () multiple times in a row.
5924
5925 2017-10-27 Keith Seitz <keiths@redhat.com>
5926
5927 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5928 Test "info break" for every inlined function breakpoint.
5929
5930 2017-10-27 Yao Qi <yao.qi@linaro.org>
5931
5932 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5933
5934 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5935
5936 * gdb.cp/classes.exp (test_static_members): Test printing
5937 Outer::instance.
5938 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5939 (Inner::instance, Outer::instance): New.
5940
5941 2017-10-24 Pedro Alves <palves@redhat.com>
5942
5943 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5944 extra console" test in two stages.
5945
5946 2017-10-24 Pedro Alves <palves@redhat.com>
5947
5948 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5949
5950 2017-10-24 Pedro Alves <palves@redhat.com>
5951
5952 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5953 loop.
5954
5955 2017-10-24 Pedro Alves <palves@redhat.com>
5956
5957 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5958 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5959
5960 2017-10-24 Pedro Alves <palves@redhat.com>
5961
5962 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5963 parameter and handle it. Don't output read value in test name.
5964
5965 2017-10-24 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5968 custom test name.
5969
5970 2017-10-24 Pedro Alves <palves@redhat.com>
5971
5972 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5973 include the unstable output directory name in the test's name.
5974 (initial_setup_simple) <'set args'>: Use custom test name.
5975
5976 2017-10-24 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5979 with explicit test name.
5980
5981 2017-10-20 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5984 'wait -i'. Use gdb_assert and remote_close.
5985
5986 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5987
5988 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5989 number from variable rather than hard-coded.
5990
5991 2017-10-19 Pedro Alves <palves@redhat.com>
5992
5993 * gdb.base/long-inferior-output.c: New file.
5994 * gdb.base/long-inferior-output.exp: New file.
5995
5996 2017-11-18 Keith Seitz <keiths@redhat.com>
5997
5998 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5999 method.
6000 (main): Call it.
6001 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6002 Add additional user-defined conversion operator tests.
6003
6004 2017-10-17 Pedro Alves <palves@redhat.com>
6005
6006 * boards/native-stdio-gdbserver.exp: Load "local-board".
6007
6008 2017-10-17 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.base/quit-live.c: New file.
6011 * gdb.base/quit-live.exp: New file.
6012
6013 2017-10-16 Keith Seitz <keiths@redhat.com>
6014
6015 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6016 (class_with_protected_typedef, class_with_private_typedef)
6017 (struct_with_public_typedef, struct_with_protected_typedef)
6018 (struct_with_private_typedef): New classes/structs.
6019 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6020 typedefs and access specifiers.
6021
6022 2017-10-16 Pedro Alves <palves@redhat.com>
6023 Simon Marchi <simon.marchi@polymtl.ca>
6024
6025 * README (Local vs Remote vs Native): New section.
6026 * boards/local-board.exp: New file, with bits factored out from
6027 ...
6028 * boards/native-extended-gdbserver.exp: ... here. Load
6029 "local-board".
6030 * boards/native-gdbserver.exp: Load "local-board".
6031 (${board}_spawn, ${board}_exec): Delete.
6032 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6033 ...
6034 * boards/stdio-gdbserver-base.exp: ... this new file.
6035 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6036 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6037 procedure.
6038 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6039 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6040 stdio_gdbserver_command.
6041 (${board}_get_remote_address, ${board}_get_comm_port)
6042 (${board}_download, ${board}_upload): Delete.
6043 (get_target_remote_pipe_cmd): New.
6044
6045 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6046
6047 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6048 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6049 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6050 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6051 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6052 remove with_test_prefix.
6053
6054 2017-10-13 Pedro Alves <palves@redhat.com>
6055
6056 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6057 * gdb.base/annota1.exp: Use it instead of is_remote.
6058 * gdb.base/annota3.exp: Use it instead of is_remote.
6059 * gdb.cp/annota2.exp: Use it instead of is_remote.
6060 * gdb.cp/annota3.exp: Use it instead of is_remote.
6061 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6062
6063 2017-10-13 Pedro Alves <palves@redhat.com>
6064
6065 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6066 (test_num_test_vars, run_and_count_vars, find_env)
6067 (test_set_unset_env, test_inherit_env_var): New procedures.
6068 (top level): Use them.
6069
6070 2017-10-13 Pedro Alves <palves@redhat.com>
6071
6072 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6073 also skip on stub-like targets.
6074
6075 2017-10-13 Pedro Alves <palves@redhat.com>
6076
6077 PR gdb/22293
6078 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6079 (top level): Move some tests to ...
6080 (test_not_found): ... this new procedure.
6081 (top level): Call it.
6082
6083 2017-10-13 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6086 expect different "info terminal" output if testing with a
6087 non-native target.
6088
6089 2017-10-13 Pedro Alves <palves@redhat.com>
6090 Simon Marchi <simon.marchi@polymtl.ca>
6091
6092 PR python/12966
6093 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6094
6095 2017-10-13 Pedro Alves <palves@redhat.com>
6096
6097 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6098 already.
6099
6100 2017-10-13 Pedro Alves <palves@redhat.com>
6101
6102 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6103 is_remote.
6104
6105 2017-10-13 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6108 is_remote.
6109
6110 2017-10-13 Pedro Alves <palves@redhat.com>
6111
6112 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6113 is set.
6114 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6115 instead of is_remote.
6116
6117 2017-10-13 Pedro Alves <palves@redhat.com>
6118
6119 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6120 (top level): Add comment.
6121
6122 2017-10-13 Pedro Alves <palves@redhat.com>
6123
6124 * gdb.base/remote.exp (top level): Fix comment typo and add
6125 missing return.
6126
6127 2017-10-13 Pedro Alves <palves@redhat.com>
6128 Simon Marchi <simon.marchi@polymtl.ca>
6129
6130 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6131 calls and add comments. Skip test if use_gdb_stub is set.
6132 (top level): Use "set cwd" command instead of "cd" command.
6133
6134 2017-10-13 Pedro Alves <palves@redhat.com>
6135
6136 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6137 is_remote target check.
6138
6139 2017-10-13 Pedro Alves <palves@redhat.com>
6140
6141 * gdb.base/scope.exp: Use build_executable + clean_restart +
6142 gdb_file_cmd instead of prepare_for_testing and no longer skip
6143 "before run" tests on is_remote target boards. Update comments.
6144 * boards/native-extended-gdbserver.exp
6145 (extended_gdbserver_load_last_file): New, factored out from ...
6146 (gdb_load): ... this. Move further below and add comment.
6147 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6148
6149 2017-10-12 Pedro Alves <palves@redhat.com>
6150
6151 * gdb.base/attach.exp: Remove references to gdb64.
6152 * gdb.base/dbx.exp: Remove references to gdb64.
6153
6154 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6155 Pedro Alves <palves@redhat.com>
6156
6157 * gdb.base/label.exp: Remove is_remote target check.
6158
6159 2017-10-12 Pedro Alves <palves@redhat.com>
6160
6161 * gdb.base/auvx.exp (coredir): Update comment.
6162 (top level) <core_works>: Use "set cwd" command instead of "cd"
6163 command.
6164
6165 2017-10-12 Pedro Alves <palves@redhat.com>
6166 Simon Marchi <simon.marchi@polymtl.ca>
6167
6168 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6169 target boards.
6170
6171 2017-10-12 Pedro Alves <palves@redhat.com>
6172 Simon Marchi <simon.marchi@polymtl.ca>
6173
6174 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6175 Instead skip if there's any gdb_protocol set.
6176
6177 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6178 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6181
6182 2017-10-12 Pedro Alves <palves@redhat.com>
6183 Simon Marchi <simon.marchi@polymtl.ca>
6184
6185 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6186 instead of on dejagnu remote boards.
6187
6188 2017-10-12 Pedro Alves <palves@redhat.com>
6189 Simon Marchi <simon.marchi@polymtl.ca>
6190
6191 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6192 checks. Use build_executable + clean_restart instead of
6193 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6194 of enabling non-stop after starting gdb.
6195
6196 2017-10-12 Pedro Alves <palves@redhat.com>
6197
6198 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6199 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6200 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6201 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6202
6203 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6204
6205 * gdb.arch/arc-tdesc-cpu.exp: New file.
6206 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6207
6208 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6209
6210 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6211
6212 2017-10-10 Pedro Alves <palves@redhat.com>
6213
6214 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6215 expect CLI output.
6216
6217 2017-10-10 Pedro Alves <palves@redhat.com>
6218
6219 * lib/selftest-support.exp (selftest_setup): Update for
6220 captured_command_loop's prototype change.
6221
6222 2017-10-09 Pedro Alves <palves@redhat.com>
6223
6224 Test both arch1=>arch2 and arch2=>arch1.
6225
6226 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6227 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6228 factored out to...
6229 (append_arch1_options, append_arch2_options, append_arch_options)
6230 (build_executables): New procedures.
6231 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6232 local.
6233 (top level): Add new 'first_arch' testing axis.
6234
6235 2017-10-09 Pedro Alves <palves@redhat.com>
6236
6237 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6238 (barrier): New.
6239 (thread_start, all_started): New functions.
6240 (main): Spawn new thread and wait until it is scheduled.
6241 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6242 option.
6243 (do_test): Add 'selected_thread' parameter. Run to all_started
6244 instead of main. Explicitly set the breakpoint at main. Switch
6245 to the SELECTED_THREAD thread.
6246 (top level): Test handling the exec event with either the main
6247 thread or the second thread selected.
6248
6249 2017-10-09 Pedro Alves <palves@redhat.com>
6250
6251 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6252 logic. Move STOP marker after the value checks.
6253 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6254 regexp.
6255
6256 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6257
6258 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6259
6260 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6261
6262 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6263 integer-to-dfp conversion.
6264 * gdb.base/dfp-test.exp: Likewise.
6265
6266 2017-10-04 Pedro Alves <palves@redhat.com>
6267
6268 * gdb.multi/hangout.c: Include <unistd.h>.
6269 (hangout_loop): New function.
6270 (main): Call alarm. Call hangout_loop in a loop.
6271 * gdb.multi/hello.c: Include <unistd.h>.
6272 (hello_loop): New function.
6273 (main): Call alarm. Call hangout_loop in a loop.
6274 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6275 inferior with the other selected.
6276
6277 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6278
6279 * gdb.mi/list-thread-groups-available.exp: New file.
6280 * gdb.mi/list-thread-groups-available.c: New file.
6281
6282 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6283
6284 * gdb.base/set-cwd.exp: Make it available on
6285 native-extended-gdbserver.
6286
6287 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6288
6289 * gdb.base/set-cwd.c: New file.
6290 * gdb.base/set-cwd.exp: Likewise.
6291
6292 2017-10-02 Tom Tromey <tom@tromey.com>
6293
6294 PR rust/22236:
6295 * gdb.rust/simple.rs (main): New variable "fslice".
6296 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6297
6298 2017-10-02 Tom Tromey <tom@tromey.com>
6299
6300 * gdb.rust/simple.exp: Test ptype of a slice.
6301
6302 2017-10-02 Tom Tromey <tom@tromey.com>
6303
6304 * gdb.rust/simple.exp: Test index of slice.
6305
6306 2017-09-27 Tom Tromey <tom@tromey.com>
6307
6308 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6309
6310 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6311 Pedro Alves <palves@redhat.com>
6312
6313 * gdb.base/compare-sections.exp (get value of read-only section): Read
6314 as unsigned value.
6315 (corrupt read-only section): Likewise and don't set written if patching
6316 failed.
6317
6318 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6319
6320 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6321 files.
6322
6323 2017-09-20 Pedro Alves <palves@redhat.com>
6324
6325 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6326 symbol names in gdb's output.
6327 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6328
6329 2017-09-20 Pedro Alves <palves@redhat.com>
6330
6331 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6332 Rename to ...
6333 (test_list_ambiguous_symbol): ... this and add a symbol name
6334 parameter. Adjust.
6335 (test_list_ambiguous_function): Reimplement on top of
6336 test_list_ambiguous_symbol and also test listing ambiguous
6337 variables.
6338 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6339 (ambiguous_fun): ... this.
6340 (ambiguous_var): New.
6341 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6342 (ambiguous_fun): ... this.
6343 (ambiguous_var): New.
6344
6345 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6346
6347 * gdb.base/starti.c: New file.
6348 * gdb.base/starti.exp: New file.
6349 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6350
6351 2017-09-14 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6354 (top level): Use it instead of runto.
6355
6356 2017-09-11 Tom Tromey <tom@tromey.com>
6357
6358 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6359
6360 2017-09-11 Tom Tromey <tom@tromey.com>
6361
6362 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6363 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6364
6365 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6366
6367 * gdb.fortran/printing-types.exp: New file.
6368 * gdb.fortran/printing-types.exp: New file.
6369
6370 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6371
6372 * gdb.fortran/vla-ptype.exp: Fix typos.
6373 * gdb.fortran/vla-value.exp: Same.
6374
6375 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6376
6377 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6378 * gdb.mi/mi-var-child-f.exp: Likewise.
6379 * gdb.mi/mi-vla-fortran.exp: Likewise.
6380
6381 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6382 Christoph Weinmann <christoph.t.weinmann@intel.com>
6383 Bernhard Heckel <bernhard.heckel@intel.com>
6384
6385 * gdb.fortran/ptr-indentation.f90: New file.
6386 * gdb.fortran/ptr-indentation.exp: New file.
6387
6388 2017-09-05 Tom Tromey <tom@tromey.com>
6389
6390 PR gdb/22010:
6391 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6392
6393 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6394
6395 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6396
6397 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6398
6399 * gdb.threads/tls-nodebug-pie.c: New file.
6400 * gdb.threads/tls-nodebug-pie.exp: New file.
6401
6402 2017-09-05 Tom Tromey <tom@tromey.com>
6403
6404 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6405 for rust.
6406
6407 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6408
6409 * gdb.multi/multi-arch-exec.exp: Test with different
6410 "follow-exec-mode" settings.
6411 (do_test): New procedure.
6412
6413 2017-09-04 Pedro Alves <palves@redhat.com>
6414
6415 * gdb.base/func-static.c (S::method const, S::method volatile)
6416 (S::method volatile const): New methods.
6417 (c_s, v_s, cv_s): New instances.
6418 (main): Call method() on them.
6419 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6420 (cannot_resolve): New procedure.
6421 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6422 print-quote-unquoted columns.
6423 (do_test): Test printing each scope too.
6424
6425 2017-09-04 Pedro Alves <palves@redhat.com>
6426
6427 * gdb.base/local-static.exp: Also test with
6428 class::method::variable wholly quoted.
6429 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6430
6431 2017-09-04 Pedro Alves <palves@redhat.com>
6432
6433 * gdb.base/local-static.c: New.
6434 * gdb.base/local-static.cc: New.
6435 * gdb.base/local-static.exp: New.
6436
6437 2017-09-04 Pedro Alves <palves@redhat.com>
6438
6439 * gdb.asm/asm-source.exp: Add casts to int.
6440 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6441 (dataglobal64_1, dataglobal64_2): New globals.
6442 * gdb.base/nodebug.exp: Test different expressions involving the
6443 new globals, with print, whatis and ptype. Add casts to int.
6444 * gdb.base/solib-display.exp: Add casts to int.
6445 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6446 * gdb.cp/m-static.exp: Add cast to int.
6447 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6448 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6449 tls variable with no debug info without a cast. Test with a cast
6450 to int too.
6451 * gdb.trace/entry-values.exp: Add casts.
6452
6453 2017-09-04 Pedro Alves <palves@redhat.com>
6454
6455 * gdb.base/nodebug.exp: Test that ptype's error about functions
6456 with unknown return type includes the function name too.
6457
6458 2017-09-04 Pedro Alves <palves@redhat.com>
6459
6460 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6461 return type of munmap in infcall.
6462 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6463 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6464 type of ftell in infcall.
6465 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6466 type of getpid in infcall.
6467 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6468 infcall.
6469 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6470 Bail on failure to extract the pid.
6471 * gdb.base/nodebug.c: #include <stdint.h>.
6472 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6473 New functions.
6474 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6475 Change expected output of print/whatis/ptype with functions with
6476 no debug info. Test all supported languages. Call
6477 test_call_promotion.
6478 * gdb.compile/compile.exp: Adjust expected output to expect
6479 warning.
6480 * gdb.threads/siginfo-threads.exp: Likewise.
6481
6482 2017-09-04 Pedro Alves <palves@redhat.com>
6483
6484 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6485 "prototypes". Test calling float functions via prototyped and
6486 unprototyped function pointers.
6487 (perform_all_tests): New parameter "prototypes". Pass it down.
6488 (top level): Pass down "prototypes" parameter to
6489 perform_all_tests.
6490
6491 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6492
6493 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6494 Test with nested loops.
6495
6496 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6497
6498 * gdb.base/commands.exp: Call the new procedures.
6499 (loop_break_test, loop_continue_test): New procedures.
6500
6501 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6502
6503 * gdb.base/commands.exp: Call new procedure.
6504 (define_if_without_arg_test): New procedure.
6505
6506 2017-09-04 Pedro Alves <palves@redhat.com>
6507
6508 * gdb.base/list-ambiguous.exp: New file.
6509 * gdb.base/list-ambiguous0.c: New file.
6510 * gdb.base/list-ambiguous1.c: New file.
6511 * gdb.base/list.exp (test_list_range): Adjust expected output.
6512
6513 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6514
6515 * gdb.base/share-env-with-gdbserver.c: New file.
6516 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6517
6518 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6519
6520 * gdb.base/commands.exp (gdbvar_simple_if_test,
6521 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6522 progvar_simple_if_test, progvar_simple_while_test,
6523 progvar_complex_if_while_test, user_defined_command_test,
6524 user_defined_command_args_eval,
6525 user_defined_command_args_stack_test,
6526 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6527 temporary_breakpoint_commands,
6528 gdb_test_no_prompt, redefine_hook_test,
6529 redefine_backtrace_test): Remove "global gdb_prompt".
6530
6531 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6532
6533 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6534 New proc, call it from toplevel.
6535
6536 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6537
6538 PR remote/21852
6539 * gdb.server/normal.c: New file, copied from gdb.base.
6540 * gdb.server/run-without-local-binary.exp: New file.
6541
6542 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6543
6544 * gdb.arch/sparc64-adi.exp: New file.
6545 * gdb.arch/sparc64-adi.c: New file.
6546
6547 2017-08-22 Pedro Alves <palves@redhat.com>
6548
6549 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6550 (top level): Add "list all overloads" tests.
6551
6552 2017-08-22 Tom Tromey <tom@tromey.com>
6553
6554 * gdb.gdb/xfullpath.exp: Remove.
6555
6556 2017-08-21 Pedro Alves <palves@redhat.com>
6557
6558 PR gdb/19487
6559 * gdb.base/symbol-alias.c: New.
6560 * gdb.base/symbol-alias2.c: New.
6561 * gdb.base/symbol-alias.exp: New.
6562
6563 2017-08-21 Pedro Alves <palves@redhat.com>
6564
6565 * gdb.base/dfp-test.c
6566 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6567 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6568 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6569 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6570 * gdb.base/whatis-ptype-typedefs.c: New.
6571 * gdb.base/whatis-ptype-typedefs.exp: New.
6572 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6573 (an_int, an_int_type, an_int_type2): New globals.
6574 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6575 involving typedefs and cast expressions.
6576 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6577 (lookup_typedefs_function): New.
6578 (typedefs_pretty_printers_dict): New.
6579 (top level): Register lookup_typedefs_function in
6580 gdb.pretty_printers.
6581
6582 2017-08-18 Yao Qi <yao.qi@linaro.org>
6583
6584 * gdb.server/unittest.exp: New.
6585
6586 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6587
6588 PR gdb/21954
6589 * gdb.base/environ.exp: Add test to check if 'unset environment'
6590 works.
6591
6592 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6593
6594 * lib/gdb.exp (universal_compile_options): New caching proc.
6595 (gdb_compile): Suppress GCC's coloring of messages.
6596
6597 2017-08-14 Tom Tromey <tom@tromey.com>
6598
6599 PR gdb/21675:
6600 * gdb.base/printcmds.exp (test_radices): New function.
6601 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6602 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6603 * lib/gdb.exp (get_integer_valueof): Use p/d.
6604
6605 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6606
6607 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6608 characters.
6609
6610 2017-08-05 Tom Tromey <tom@tromey.com>
6611
6612 * gdb.rust/simple.exp: Allow String to appear in a different
6613 namespace.
6614
6615 2017-07-26 Yao Qi <yao.qi@linaro.org>
6616
6617 * gdb.gdb/unittest.exp: Invoke command
6618 "maintenance check xml-descriptions".
6619
6620 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6621
6622 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6623 calling context.
6624 (hex128): Drop erroneous calculation of parameters.
6625
6626 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6627
6628 * gdb.python/py-unwind.exp: Disable stack protection when
6629 building test file.
6630
6631 2017-07-20 Pedro Alves <palves@redhat.com>
6632
6633 * gdb.base/default.exp (set language): Adjust expected output.
6634
6635 2017-07-20 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6638 (test_minsym): ... this, and make static.
6639 (get_pck__foo__bar__minsym): Rename to ...
6640 (get_test_minsym): ... this.
6641 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6642 symbol names and comments.
6643 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6644 (get_test_minsym): ... this.
6645 (pck__foo__bar__minsym__2): Rename to ...
6646 (test_minsym): ... this.
6647 (main): Adjust.
6648
6649 2017-07-17 Pedro Alves <palves@redhat.com>
6650
6651 * gdb.base/completion.exp: Adjust expected output.
6652 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6653 the completer works.
6654
6655 2017-07-17 Pedro Alves <palves@redhat.com>
6656
6657 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6658
6659 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6660
6661 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6662
6663 2017-07-14 Tom Tromey <tom@tromey.com>
6664
6665 PR rust/21764:
6666 * gdb.rust/simple.exp: Add tests.
6667
6668 2017-07-14 Tom Tromey <tom@tromey.com>
6669
6670 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6671
6672 2017-07-14 Pedro Alves <palves@redhat.com>
6673
6674 * gdb.linespec/base/one/thefile.cc (z1): New function.
6675 * gdb.linespec/base/two/thefile.cc (z2): New function.
6676 * gdb.linespec/linespec.exp: Add tests.
6677
6678 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6679
6680 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6681 to mi_create_breakpoint.
6682
6683 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6684
6685 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6686 mi_create_breakpoint.
6687
6688 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6689
6690 * gdb.dlang/demangle.exp: Update for demangling changes.
6691
6692 2017-07-09 Tom Tromey <tom@tromey.com>
6693
6694 * gdb.dwarf2/shortpiece.exp: New file.
6695
6696 2017-07-06 David Blaikie <dblaikie@gmail.com>
6697
6698 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6699 built from fissiont-multi-cu{1,2}.c.
6700 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6701 except putting 'main' and 'func' in separate CUs in the same DWO file.
6702 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6703 test.
6704 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6705 test.
6706
6707 2017-07-06 Pedro Alves <palves@redhat.com>
6708
6709 * gdb.python/py-unwind.exp: Test flushregs.
6710
6711 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6712
6713 PR cli/21688
6714 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6715 tests for alias commands and trailing whitespace.
6716
6717 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6718
6719 PR cli/21688
6720 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6721 procedure. Call it.
6722
6723 2017-06-29 Pedro Alves <palves@redhat.com>
6724
6725 * gdb.base/printcmds.exp: Add tests.
6726
6727 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6728
6729 PR gdb/21337
6730 * gdb.base/reread-readsym.exp: New file.
6731 * gdb.base/reread-readsym.c: New file.
6732
6733 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6734
6735 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6736 subpattern.
6737
6738 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6739
6740 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6741 extended mnemonic.
6742 * gdb.arch/powerpc-power9.s: Likewise.
6743
6744 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6745
6746 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6747 on 32-bit x86 targets. Exploit is_*_target macros where
6748 appropriate.
6749
6750 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6751
6752 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6753 register pieces.
6754
6755 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6756
6757 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6758 located in one or more DWARF pieces.
6759
6760 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6761
6762 * lib/gdb.exp (get_endianness): New proc.
6763 * gdb.arch/aarch64-fp.exp: Use it.
6764 * gdb.arch/altivec-regs.exp: Likewise.
6765 * gdb.arch/e500-regs.exp: Likewise.
6766 * gdb.arch/vsx-regs.exp: Likewise.
6767 * gdb.base/dump.exp: Likewise.
6768 * gdb.base/funcargs.exp: Likewise.
6769 * gdb.base/gnu_vector.exp: Likewise.
6770 * gdb.dwarf2/formdata16.exp: Likewise.
6771 * gdb.dwarf2/implptrpiece.exp: Likewise.
6772 * gdb.dwarf2/nonvar-access.exp: Likewise.
6773 * gdb.python/py-inferior.exp: Likewise.
6774 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6775
6776 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6777
6778 PR gdb/21226
6779 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6780 stack value pieces are taken from the LSB end.
6781
6782 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6783
6784 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6785 variable at nonzero offset.
6786
6787 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6788
6789 * gdb.dwarf2/var-access.c: New file.
6790 * gdb.dwarf2/var-access.exp: New test.
6791 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6792
6793 2017-06-12 Tom Tromey <tom@tromey.com>
6794
6795 * gdb.dwarf2/formdata16.exp: Add tests.
6796
6797 2017-06-12 Tom Tromey <tom@tromey.com>
6798
6799 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6800
6801 2017-06-12 Tom Tromey <tom@tromey.com>
6802
6803 PR exp/16225:
6804 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6805 * gdb.arch/vsx-regs.exp: Update tests.
6806 * gdb.arch/s390-vregs.exp (hex128): New proc.
6807 Update test.
6808 * gdb.arch/altivec-regs.exp: Update tests.
6809
6810 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6811
6812 * gdb.base/startup-with-shell.c: New file.
6813 * gdb.base/startup-with-shell.exp: Likewise.
6814
6815 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6816
6817 * gdb.server/non-existing-program.exp: Update regex in order to
6818 reflect the fact that gdbserver is now using fork_inferior (with a
6819 shell) to startup the inferior.
6820
6821 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6822
6823 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6824 support function calls from GDB.
6825
6826 2017-05-21 Tom Tromey <tom@tromey.com>
6827
6828 PR rust/21466:
6829 * gdb.rust/unsized.exp: New file.
6830 * gdb.rust/unsized.rs: New file.
6831
6832 2017-05-19 Tom Tromey <tom@tromey.com>
6833
6834 PR rust/21484:
6835 * gdb.rust/watch.exp: New file.
6836 * gdb.rust/watch.rs: New file.
6837
6838 2017-05-18 Tom Tromey <tom@tromey.com>
6839
6840 * gdb.rust/simple.exp: Allow Box to be qualified.
6841
6842 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6843
6844 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6845
6846 2017-05-18 Pedro Alves <palves@redhat.com>
6847
6848 * gdb.base/fileio.c (test_write, test_read, test_close)
6849 (test_fstat): Don't print 'ret' in the fail path.
6850
6851 2017-05-18 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6854 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6855 (test_system, test_rename, test_unlink, test_time): Change
6856 prototypes.
6857 * gdb.base/fileio.exp (stop_msg): Adjust.
6858
6859 2017-05-18 Pedro Alves <palves@redhat.com>
6860
6861 * gdb.base/fileio.c (null_str): New global.
6862 (test_stat): Use it.
6863 * gdb.base/fileio.exp: Remove nowarnings.
6864
6865 2017-05-17 Yao Qi <yao.qi@linaro.org>
6866
6867 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6868
6869 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6870
6871 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6872 argument command.
6873 (top-level): Invoke test_set_inferior_tty.
6874
6875 2017-05-04 Pedro Alves <palves@redhat.com>
6876
6877 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6878 Add parens to print call for Python 3.
6879
6880 2017-05-03 Keith Seitz <keiths@redhat.com>
6881
6882 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6883 (main): Call it.
6884
6885 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6886
6887 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6888 to prev and next.
6889
6890 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6891
6892 * gdb.python/py-record-btrace.exp: Remove test for
6893 gdb.BtraceInstruction.error.
6894
6895 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6896
6897 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6898
6899 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6900
6901 * gdb.python/py-record-btrace-threads.c: New file.
6902 * gdb.python/py-record-btrace-threads.exp: New file.
6903
6904 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6905
6906 PR testsuite/8595
6907 * gdb.base/environ.exp: Make test available in all architectures.
6908 Move bits related to "info program" testing to
6909 gdb.base/info-program.exp. Rewrite tests to use the two new
6910 procedures mentione below.
6911 (test_set_show_env_var) New procedure.
6912 (test_set_show_env_var_equal): Likewise.
6913 * gdb.base/info-program.exp: New file.
6914
6915 2017-04-27 Keith Seitz <keiths@redhat.com>
6916
6917 * gdb.cp/oranking.cc (test15): New function.
6918 (main): Call test15 and declare additional variables for testing.
6919 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6920 "p foo101('abc')" tests.
6921 Add tests for cv qualifier overloads.
6922 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6923 "lvalue reference overload" test.
6924 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6925 "print value of f1 on Child&& in f2" test.
6926
6927 2017-04-19 Pedro Alves <palves@redhat.com>
6928
6929 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6930 procedure.
6931 (top level): Call it.
6932 * lib/gdb.exp (gdb_define_cmd): New procedure.
6933
6934 2017-04-12 Pedro Alves <palves@redhat.com>
6935
6936 PR gdb/21323
6937 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6938 (wchar): New global.
6939 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6940 (do_test_wide_char, wide_char_types_no_program, top level): Add
6941 wchar_t testing.
6942
6943 2017-04-12 Pedro Alves <palves@redhat.com>
6944
6945 PR c++/21323
6946 * gdb.cp/wide_char_types.c: New file.
6947 * gdb.cp/wide_char_types.exp: New file.
6948
6949 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6950
6951 PR gdb/21352
6952 * gdb.trace/tsv.exp: Add test for "tsave -r".
6953
6954 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6955
6956 * gdb.dlang/watch-loc.c: New file.
6957 * gdb.dlang/watch-loc.exp: New file.
6958
6959 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6960
6961 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6962
6963 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6964
6965 * gdb.arch/arc-analyze-prologue.S: New file.
6966 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6967
6968 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6969
6970 * gdb.arch/arc-decode-insn.S: New file.
6971 * gdb.arch/arc-decode-insn.exp: Likewise.
6972
6973 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6974
6975 PR tdep/20928
6976 * gdb.arch/sparc64-regs.exp: New file.
6977 * gdb.arch/sparc64-regs.S: Likewise.
6978
6979 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6980
6981 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6982 and memory view on Python 3.
6983
6984 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6985 Keith Seitz <keiths@redhat.com>
6986
6987 PR gdb/14441
6988 * gdb.cp/demangle.exp: Add rvalue reference tests.
6989 * gdb.cp/rvalue-ref-casts.cc: New file.
6990 * gdb.cp/rvalue-ref-casts.exp: New file.
6991 * gdb.cp/rvalue-ref-overload.cc: New file.
6992 * gdb.cp/rvalue-ref-overload.exp: New file.
6993 * gdb.cp/rvalue-ref-params.cc: New file.
6994 * gdb.cp/rvalue-ref-params.exp: New file.
6995 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6996 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6997 * gdb.cp/rvalue-ref-types.cc: New file.
6998 * gdb.cp/rvalue-ref-types.exp: New file.
6999 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7000 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7001
7002 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7003
7004 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7005 New procedure.
7006
7007 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7008
7009 * lib/mi-support.exp (mi_gdb_test): Add additional message
7010 for unexpected output.
7011
7012 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7013
7014 * gdb.base/examine-backward.c (Barrier): New character array
7015 constant, to ensure that TestStrings is preceded by a string
7016 terminator.
7017
7018 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7019
7020 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7021 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7022 and implicit pointer into such a location.
7023
7024 2017-03-16 Doug Evans <dje@google.com>
7025
7026 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7027
7028 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7029
7030 * gdb.cp/m-static.exp: Fix expectation for prototype of
7031 test5.single_constructor and single_constructor::single_constructor.
7032
7033 2017-03-16 Doug Evans <dje@google.com>
7034
7035 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7036 * gdb.guile/scm-lazy-string.c: New file.
7037 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7038 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7039 for pointer, array, typedef lazy strings.
7040
7041 2017-03-16 Doug Evans <dje@google.com>
7042
7043 PR python/17728, python/18439, python/18779
7044 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7045 * gdb.python/py-lazy-string.c (pointer): New typedef.
7046 (main): New locals ptr, array, typedef_ptr.
7047 * gdb.python/py-value.exp: Move lazy string tests to ...
7048 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7049 array, typedef lazy strings.
7050
7051 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7052
7053 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7054 Add optional 'test' parameter.
7055
7056 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7057
7058 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7059 Skip for versions of DejaGnu < 1.5.
7060
7061 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7062
7063 * lib/gdb.exp (dejagnu_version): New proc.
7064 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7065 Use dejagnu_version.
7066
7067 2017-03-10 Keith Seitz <keiths@redhat.com>
7068
7069 PR c++/8128
7070 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7071 type from destructor regexps.
7072 Add a branch which actually passes the test.
7073 Adjust "ptype t5i" test names.
7074
7075 2017-03-08 Pedro Alves <palves@redhat.com>
7076
7077 * gdb.base/step-over-exit.exp: Add explicit test message.
7078
7079 2017-03-08 Pedro Alves <palves@redhat.com>
7080
7081 PR gdb/18360
7082 * gdb.threads/interrupt-while-step-over.c: New file.
7083 * gdb.threads/interrupt-while-step-over.exp: New file.
7084
7085 2017-03-08 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7088 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7089
7090 2017-03-08 Pedro Alves <palves@redhat.com>
7091
7092 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7093 PKRU as not supported as a PASS.
7094
7095 2017-03-08 Pedro Alves <palves@redhat.com>
7096
7097 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7098 prefix instead of $binfile1/$binfile2.
7099 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7100 in test message.
7101 * gdb.python/py-completion.exp: Use "load python file" as test
7102 messages instead of unstable path names.
7103
7104 2017-03-08 Pedro Alves <palves@redhat.com>
7105 Jan Kratochvil <jan.kratochvil@redhat.com>
7106
7107 PR cli/21218
7108 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7109 New proc.
7110 (top level): Call it.
7111
7112 2017-03-08 Pedro Alves <palves@redhat.com>
7113
7114 PR tui/21216
7115 * gdb.tui/tui-nl-filtered-output.exp: New file.
7116
7117 2017-03-08 Pedro Alves <palves@redhat.com>
7118
7119 * gdb.base/completion.exp: Move TUI completion tests to ...
7120 * gdb.tui/completion.exp: ... this new file.
7121
7122 2017-03-08 Pedro Alves <palves@redhat.com>
7123
7124 * gdb.base/tui-disasm-long-lines.c,
7125 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7126 gdb.base/tui-layout.exp: Move to ...
7127 * gdb.tui/: ... this new directory.
7128
7129 2017-03-07 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.base/tui-layout.c: New file.
7132 * gdb.base/tui-layout.exp: New file.
7133
7134 2017-03-07 Pedro Alves <palves@redhat.com>
7135
7136 * gdb.base/tui-layout.c: Rename to ...
7137 * gdb.base/tui-disasm-long-lines.c: ... this.
7138 * gdb.base/tui-layout.exp: Rename to ...
7139 * gdb.base/tui-disasm-long-lines.exp: ... this.
7140
7141 2017-03-07 Pedro Alves <palves@redhat.com>
7142
7143 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7144
7145 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7146
7147 * i386-mpx-call.c: New file.
7148 * i386-mpx-call.exp: New file.
7149
7150 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7151
7152 * gdb.arch/powerpc-power.exp: Delete test.
7153 * gdb.arch/powerpc-power.s: Likewise.
7154 * gdb.disasm/disassembler-options.exp: New test.
7155 * gdb.arch/powerpc-altivec.exp: Likewise.
7156 * gdb.arch/powerpc-altivec.s: Likewise.
7157 * gdb.arch/powerpc-altivec2.exp: Likewise.
7158 * gdb.arch/powerpc-altivec2.s: Likewise.
7159 * gdb.arch/powerpc-altivec3.exp: Likewise.
7160 * gdb.arch/powerpc-altivec3.s: Likewise.
7161 * gdb.arch/powerpc-power7.exp: Likewise.
7162 * gdb.arch/powerpc-power7.s: Likewise.
7163 * gdb.arch/powerpc-power8.exp: Likewise.
7164 * gdb.arch/powerpc-power8.s: Likewise.
7165 * gdb.arch/powerpc-power9.exp: Likewise.
7166 * gdb.arch/powerpc-power9.s: Likewise.
7167 * gdb.arch/powerpc-vsx.exp: Likewise.
7168 * gdb.arch/powerpc-vsx.s: Likewise.
7169 * gdb.arch/powerpc-vsx2.exp: Likewise.
7170 * gdb.arch/powerpc-vsx2.s: Likewise.
7171 * gdb.arch/powerpc-vsx3.exp: Likewise.
7172 * gdb.arch/powerpc-vsx3.s: Likewise.
7173 * gdb.arch/arm-disassembler-options.exp: Likewise.
7174 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7175 * gdb.arch/s390-disassembler-options.exp: Likewise.
7176
7177 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7178
7179 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7180 (check_supported_features): ... this. Changed return type to void.
7181 (supports_rdseed): New static global.
7182 (rdseed): Check supports_rdseed.
7183 (initialize): Call check_supported_features.
7184
7185 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7186
7187 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7188 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7189 and lqarx/stqcx.
7190 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7191 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7192
7193 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7194
7195 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7196 uppercase.
7197
7198 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7199
7200 * gdb.dwarf2/formdata16.c: New file.
7201 * gdb.dwarf2/formdata16.exp: New file.
7202 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7203
7204 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7205
7206 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7207 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7208 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7209 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7210 DW_AT_GNU_*.
7211
7212 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7213
7214 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7215
7216 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7217
7218 PR gdb/21164
7219 * gdb.base/maint.exp: Add testcases for when the commands do
7220 not have arguments.
7221
7222 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7223
7224 * gdb.cp/chained-calls.exp: Use p instead of P.
7225
7226 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7227
7228 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7229 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7230
7231 2017-02-14 Tom Tromey <tom@tromey.com>
7232
7233 PR python/13598:
7234 * gdb.python/py-events.exp: Add before_prompt event tests.
7235
7236 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7237
7238 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7239
7240 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7241
7242 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7243 (main): Call my_unique_function_name.
7244 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7245 completion of patterns with a single match.
7246 Add missing -re switches to gdb_test_multiple calls.
7247
7248 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7249
7250 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7251 return if core file is not recognized.
7252
7253 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7254
7255 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7256 and extra UIs.
7257
7258 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7259
7260 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7261 proc_with_prefix.
7262
7263 2017-02-10 Tom Tromey <tom@tromey.com>
7264
7265 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7266
7267 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7268
7269 PR gdb/21122
7270 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7271
7272 2017-02-08 Jerome Guitton <guitton@adacore.com>
7273
7274 * gdb.base/define.exp: Add test for command abbreviations
7275 in define.
7276
7277 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7278
7279 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7280 * gdb.reverse/insn-reverse-x86.c: New file.
7281
7282 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7283
7284 PR tdep/20936
7285 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7286
7287 2017-02-03 Tom Tromey <tom@tromey.com>
7288
7289 PR rust/21097:
7290 * gdb.rust/simple.exp: Add new tests.
7291
7292 2017-02-02 Pedro Alves <palves@redhat.com>
7293
7294 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7295 tests.
7296
7297 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7298
7299 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7300 taking a 2-byte value out of a 4-byte DWARF implicit value on
7301 big-endian targets.
7302 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7303 logic. Add test cases for DW_OP_implicit.
7304
7305 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7306
7307 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7308
7309 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7310
7311 * gdb.btrace/enable.exp: Call gdb_exit before
7312 skip_gdbserver_tests.
7313
7314 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7315
7316 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7317 GDBFLAGS.
7318
7319 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7320
7321 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7322 the test is skipped.
7323 * gdb.btrace/data.exp: Likewise.
7324 * gdb.btrace/delta.exp: Likewise.
7325 * gdb.btrace/dlopen.exp: Likewise.
7326 * gdb.btrace/enable-running.exp: Likewise.
7327 * gdb.btrace/enable.exp: Likewise.
7328 * gdb.btrace/exception.exp: Likewise.
7329 * gdb.btrace/function_call_history.exp: Likewise.
7330 * gdb.btrace/gcore.exp: Likewise.
7331 * gdb.btrace/instruction_history.exp: Likewise.
7332 * gdb.btrace/multi-thread-step.exp: Likewise.
7333 * gdb.btrace/nohist.exp: Likewise.
7334 * gdb.btrace/non-stop.exp: Likewise.
7335 * gdb.btrace/reconnect.exp: Likewise.
7336 * gdb.btrace/record_goto-step.exp: Likewise.
7337 * gdb.btrace/record_goto.exp: Likewise.
7338 * gdb.btrace/rn-dl-bind.exp: Likewise.
7339 * gdb.btrace/segv.exp: Likewise.
7340 * gdb.btrace/step.exp: Likewise.
7341 * gdb.btrace/stepi.exp: Likewise.
7342 * gdb.btrace/tailcall-only.exp: Likewise.
7343 * gdb.btrace/tailcall.exp: Likewise.
7344 * gdb.btrace/tsx.exp: Likewise.
7345 * gdb.btrace/unknown_functions.exp: Likewise.
7346 * gdb.btrace/vdso.exp: Likewise.
7347
7348 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7349
7350 * gdb.btrace/enable-running.c: New.
7351 * gdb.btrace/enable-running.exp: New.
7352
7353 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7354
7355 * gdb.arch/amd64-gs_base.c: New file.
7356 * gdb.arch/amd64-gs_base.exp: New file.
7357
7358 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7359
7360 * lib/memory.exp: Remove spurious empty newlines.
7361
7362 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7363
7364 * gdb.python/py-bad-printers.exp: Load python file using "source".
7365 * gdb.python/py-events.exp: Likewise.
7366 * gdb.python/py-evsignal.exp: Likewise.
7367 * gdb.python/py-evthreads.exp: Likewise.
7368 * gdb.python/py-frame-args.exp: Likewise.
7369 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7370 * gdb.python/py-framefilter-mi.exp: Likewise.
7371 * gdb.python/py-framefilter.exp: Likewise.
7372 * gdb.python/py-mi.exp: Likewise.
7373 * gdb.python/py-pp-maint.exp: Likewise.
7374 * gdb.python/py-pp-registration.exp: Likewise.
7375 * gdb.python/py-prettyprint.exp: Likewise.
7376 (run_lang_tests): Likewise.
7377 * gdb.python/py-typeprint.exp: Likewise.
7378
7379 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7380
7381 * lib/memory.exp: New file.
7382 * lib/gdb.exp: Load memory.exp.
7383 * gdb.base/memattr.exp (delete_memory): Move proc to
7384 lib/memory.exp and rename to delete_memory_regions.
7385 Replace delete_memory with delete_memory_regions.
7386 Cleanup memory regions before tests.
7387 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7388 before tests.
7389
7390 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7391
7392 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7393 files.
7394 (initialize): New function conditionally defined.
7395 (testcases): Move within conditional block.
7396 (main): Call initialize.
7397 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7398 of gdb.reverse/insn-reverse.c.
7399 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7400 gdb.reverse/insn-reverse.c.
7401
7402 2017-01-26 Yao Qi <yao.qi@linaro.org>
7403
7404 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7405 disassemble on address 0.
7406
7407 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7408 Yao Qi <yao.qi@linaro.org>
7409
7410 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7411 * gdb.dwarf2/implptr-64bit.S: Remove.
7412 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7413 variables in caller's context. Add DW_OP_implicit_value.
7414
7415 2017-01-25 Yao Qi <yao.qi@linaro.org>
7416
7417 * lib/dwarf.exp (Dwarf::_location): Handle
7418 DW_OP_GNU_implicit_pointer with proper size.
7419
7420 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7421
7422 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7423 and add untested calls.
7424
7425 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7426
7427 * gdb.python/python.exp: Check line number against what GDB thinks
7428 the line number is for func1.
7429
7430 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7431
7432 * gdb.dlang/debug-expr.exp: New file.
7433
7434 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7435
7436 Fix test names for the following files:
7437
7438 * gdb.ada/exec_changed.exp
7439 * gdb.ada/info_types.exp
7440 * gdb.arch/aarch64-atomic-inst.exp
7441 * gdb.arch/aarch64-fp.exp
7442 * gdb.arch/altivec-abi.exp
7443 * gdb.arch/altivec-regs.exp
7444 * gdb.arch/amd64-byte.exp
7445 * gdb.arch/amd64-disp-step.exp
7446 * gdb.arch/amd64-dword.exp
7447 * gdb.arch/amd64-entry-value-inline.exp
7448 * gdb.arch/amd64-entry-value-param.exp
7449 * gdb.arch/amd64-entry-value-paramref.exp
7450 * gdb.arch/amd64-entry-value.exp
7451 * gdb.arch/amd64-i386-address.exp
7452 * gdb.arch/amd64-invalid-stack-middle.exp
7453 * gdb.arch/amd64-invalid-stack-top.exp
7454 * gdb.arch/amd64-optimout-repeat.exp
7455 * gdb.arch/amd64-prologue-skip.exp
7456 * gdb.arch/amd64-prologue-xmm.exp
7457 * gdb.arch/amd64-stap-special-operands.exp
7458 * gdb.arch/amd64-stap-wrong-subexp.exp
7459 * gdb.arch/amd64-tailcall-cxx.exp
7460 * gdb.arch/amd64-tailcall-noret.exp
7461 * gdb.arch/amd64-tailcall-ret.exp
7462 * gdb.arch/amd64-tailcall-self.exp
7463 * gdb.arch/amd64-word.exp
7464 * gdb.arch/arm-bl-branch-dest.exp
7465 * gdb.arch/arm-disp-step.exp
7466 * gdb.arch/arm-neon.exp
7467 * gdb.arch/arm-single-step-kernel-helper.exp
7468 * gdb.arch/avr-flash-qualifier.exp
7469 * gdb.arch/disp-step-insn-reloc.exp
7470 * gdb.arch/e500-abi.exp
7471 * gdb.arch/e500-regs.exp
7472 * gdb.arch/ftrace-insn-reloc.exp
7473 * gdb.arch/i386-avx512.exp
7474 * gdb.arch/i386-bp_permanent.exp
7475 * gdb.arch/i386-byte.exp
7476 * gdb.arch/i386-cfi-notcurrent.exp
7477 * gdb.arch/i386-disp-step.exp
7478 * gdb.arch/i386-dr3-watch.exp
7479 * gdb.arch/i386-float.exp
7480 * gdb.arch/i386-gnu-cfi.exp
7481 * gdb.arch/i386-mpx-map.exp
7482 * gdb.arch/i386-mpx-sigsegv.exp
7483 * gdb.arch/i386-mpx-simple_segv.exp
7484 * gdb.arch/i386-mpx.exp
7485 * gdb.arch/i386-permbkpt.exp
7486 * gdb.arch/i386-prologue.exp
7487 * gdb.arch/i386-signal.exp
7488 * gdb.arch/i386-size-overlap.exp
7489 * gdb.arch/i386-unwind.exp
7490 * gdb.arch/i386-word.exp
7491 * gdb.arch/mips-fcr.exp
7492 * gdb.arch/powerpc-d128-regs.exp
7493 * gdb.arch/powerpc-stackless.exp
7494 * gdb.arch/ppc64-atomic-inst.exp
7495 * gdb.arch/s390-stackless.exp
7496 * gdb.arch/s390-tdbregs.exp
7497 * gdb.arch/s390-vregs.exp
7498 * gdb.arch/sparc-sysstep.exp
7499 * gdb.arch/thumb-bx-pc.exp
7500 * gdb.arch/thumb-singlestep.exp
7501 * gdb.arch/thumb2-it.exp
7502 * gdb.arch/vsx-regs.exp
7503 * gdb.asm/asm-source.exp
7504 * gdb.base/a2-run.exp
7505 * gdb.base/advance.exp
7506 * gdb.base/all-bin.exp
7507 * gdb.base/anon.exp
7508 * gdb.base/args.exp
7509 * gdb.base/arithmet.exp
7510 * gdb.base/async-shell.exp
7511 * gdb.base/async.exp
7512 * gdb.base/attach-pie-noexec.exp
7513 * gdb.base/attach-twice.exp
7514 * gdb.base/auto-load.exp
7515 * gdb.base/bang.exp
7516 * gdb.base/bitfields.exp
7517 * gdb.base/break-always.exp
7518 * gdb.base/break-caller-line.exp
7519 * gdb.base/break-entry.exp
7520 * gdb.base/break-inline.exp
7521 * gdb.base/break-on-linker-gcd-function.exp
7522 * gdb.base/break-probes.exp
7523 * gdb.base/break.exp
7524 * gdb.base/breakpoint-shadow.exp
7525 * gdb.base/call-ar-st.exp
7526 * gdb.base/call-sc.exp
7527 * gdb.base/call-signal-resume.exp
7528 * gdb.base/call-strs.exp
7529 * gdb.base/callfuncs.exp
7530 * gdb.base/catch-fork-static.exp
7531 * gdb.base/catch-gdb-caused-signals.exp
7532 * gdb.base/catch-load.exp
7533 * gdb.base/catch-signal-fork.exp
7534 * gdb.base/catch-signal.exp
7535 * gdb.base/catch-syscall.exp
7536 * gdb.base/charset.exp
7537 * gdb.base/checkpoint.exp
7538 * gdb.base/chng-syms.exp
7539 * gdb.base/code-expr.exp
7540 * gdb.base/code_elim.exp
7541 * gdb.base/commands.exp
7542 * gdb.base/completion.exp
7543 * gdb.base/complex.exp
7544 * gdb.base/cond-expr.exp
7545 * gdb.base/condbreak.exp
7546 * gdb.base/consecutive.exp
7547 * gdb.base/continue-all-already-running.exp
7548 * gdb.base/coredump-filter.exp
7549 * gdb.base/corefile.exp
7550 * gdb.base/dbx.exp
7551 * gdb.base/debug-expr.exp
7552 * gdb.base/define.exp
7553 * gdb.base/del.exp
7554 * gdb.base/disabled-location.exp
7555 * gdb.base/disasm-end-cu.exp
7556 * gdb.base/disasm-optim.exp
7557 * gdb.base/display.exp
7558 * gdb.base/duplicate-bp.exp
7559 * gdb.base/ena-dis-br.exp
7560 * gdb.base/ending-run.exp
7561 * gdb.base/enumval.exp
7562 * gdb.base/environ.exp
7563 * gdb.base/eu-strip-infcall.exp
7564 * gdb.base/eval-avoid-side-effects.exp
7565 * gdb.base/eval-skip.exp
7566 * gdb.base/exitsignal.exp
7567 * gdb.base/expand-psymtabs.exp
7568 * gdb.base/filesym.exp
7569 * gdb.base/find-unmapped.exp
7570 * gdb.base/finish.exp
7571 * gdb.base/float.exp
7572 * gdb.base/foll-exec-mode.exp
7573 * gdb.base/foll-exec.exp
7574 * gdb.base/foll-fork.exp
7575 * gdb.base/fortran-sym-case.exp
7576 * gdb.base/freebpcmd.exp
7577 * gdb.base/func-ptr.exp
7578 * gdb.base/func-ptrs.exp
7579 * gdb.base/funcargs.exp
7580 * gdb.base/gcore-buffer-overflow.exp
7581 * gdb.base/gcore-relro-pie.exp
7582 * gdb.base/gcore-relro.exp
7583 * gdb.base/gcore.exp
7584 * gdb.base/gdb1090.exp
7585 * gdb.base/gdb11530.exp
7586 * gdb.base/gdb11531.exp
7587 * gdb.base/gdb1821.exp
7588 * gdb.base/gdbindex-stabs.exp
7589 * gdb.base/gdbvars.exp
7590 * gdb.base/hbreak.exp
7591 * gdb.base/hbreak2.exp
7592 * gdb.base/included.exp
7593 * gdb.base/infcall-input.exp
7594 * gdb.base/inferior-died.exp
7595 * gdb.base/infnan.exp
7596 * gdb.base/info-macros.exp
7597 * gdb.base/info-os.exp
7598 * gdb.base/info-proc.exp
7599 * gdb.base/info-shared.exp
7600 * gdb.base/info-target.exp
7601 * gdb.base/infoline.exp
7602 * gdb.base/interp.exp
7603 * gdb.base/interrupt.exp
7604 * gdb.base/jit-reader.exp
7605 * gdb.base/jit-simple.exp
7606 * gdb.base/kill-after-signal.exp
7607 * gdb.base/kill-detach-inferiors-cmd.exp
7608 * gdb.base/label.exp
7609 * gdb.base/langs.exp
7610 * gdb.base/ldbl_e308.exp
7611 * gdb.base/line-symtabs.exp
7612 * gdb.base/linespecs.exp
7613 * gdb.base/list.exp
7614 * gdb.base/long_long.exp
7615 * gdb.base/longest-types.exp
7616 * gdb.base/maint.exp
7617 * gdb.base/max-value-size.exp
7618 * gdb.base/memattr.exp
7619 * gdb.base/mips_pro.exp
7620 * gdb.base/morestack.exp
7621 * gdb.base/moribund-step.exp
7622 * gdb.base/multi-forks.exp
7623 * gdb.base/nested-addr.exp
7624 * gdb.base/nextoverexit.exp
7625 * gdb.base/noreturn-finish.exp
7626 * gdb.base/noreturn-return.exp
7627 * gdb.base/nostdlib.exp
7628 * gdb.base/offsets.exp
7629 * gdb.base/opaque.exp
7630 * gdb.base/pc-fp.exp
7631 * gdb.base/permissions.exp
7632 * gdb.base/print-symbol-loading.exp
7633 * gdb.base/prologue-include.exp
7634 * gdb.base/psymtab.exp
7635 * gdb.base/ptype.exp
7636 * gdb.base/random-signal.exp
7637 * gdb.base/randomize.exp
7638 * gdb.base/range-stepping.exp
7639 * gdb.base/readline-ask.exp
7640 * gdb.base/recpar.exp
7641 * gdb.base/recurse.exp
7642 * gdb.base/relational.exp
7643 * gdb.base/restore.exp
7644 * gdb.base/return-nodebug.exp
7645 * gdb.base/return.exp
7646 * gdb.base/run-after-attach.exp
7647 * gdb.base/save-bp.exp
7648 * gdb.base/scope.exp
7649 * gdb.base/sect-cmd.exp
7650 * gdb.base/set-lang-auto.exp
7651 * gdb.base/set-noassign.exp
7652 * gdb.base/setvar.exp
7653 * gdb.base/sigall.exp
7654 * gdb.base/sigbpt.exp
7655 * gdb.base/siginfo-addr.exp
7656 * gdb.base/siginfo-infcall.exp
7657 * gdb.base/siginfo-obj.exp
7658 * gdb.base/siginfo.exp
7659 * gdb.base/signals-state-child.exp
7660 * gdb.base/signest.exp
7661 * gdb.base/sigstep.exp
7662 * gdb.base/sizeof.exp
7663 * gdb.base/skip.exp
7664 * gdb.base/solib-corrupted.exp
7665 * gdb.base/solib-nodir.exp
7666 * gdb.base/solib-search.exp
7667 * gdb.base/stack-checking.exp
7668 * gdb.base/stale-infcall.exp
7669 * gdb.base/stap-probe.exp
7670 * gdb.base/start.exp
7671 * gdb.base/step-break.exp
7672 * gdb.base/step-bt.exp
7673 * gdb.base/step-line.exp
7674 * gdb.base/step-over-exit.exp
7675 * gdb.base/step-over-syscall.exp
7676 * gdb.base/step-resume-infcall.exp
7677 * gdb.base/step-test.exp
7678 * gdb.base/store.exp
7679 * gdb.base/structs3.exp
7680 * gdb.base/sym-file.exp
7681 * gdb.base/symbol-without-target_section.exp
7682 * gdb.base/term.exp
7683 * gdb.base/testenv.exp
7684 * gdb.base/ui-redirect.exp
7685 * gdb.base/until.exp
7686 * gdb.base/unwindonsignal.exp
7687 * gdb.base/value-double-free.exp
7688 * gdb.base/vla-datatypes.exp
7689 * gdb.base/vla-ptr.exp
7690 * gdb.base/vla-sideeffect.exp
7691 * gdb.base/volatile.exp
7692 * gdb.base/watch-cond-infcall.exp
7693 * gdb.base/watch-cond.exp
7694 * gdb.base/watch-non-mem.exp
7695 * gdb.base/watch-read.exp
7696 * gdb.base/watch-vfork.exp
7697 * gdb.base/watchpoint-cond-gone.exp
7698 * gdb.base/watchpoint-delete.exp
7699 * gdb.base/watchpoint-hw-hit-once.exp
7700 * gdb.base/watchpoint-hw.exp
7701 * gdb.base/watchpoint-stops-at-right-insn.exp
7702 * gdb.base/watchpoints.exp
7703 * gdb.base/wchar.exp
7704 * gdb.base/whatis-exp.exp
7705 * gdb.btrace/buffer-size.exp
7706 * gdb.btrace/data.exp
7707 * gdb.btrace/delta.exp
7708 * gdb.btrace/dlopen.exp
7709 * gdb.btrace/enable.exp
7710 * gdb.btrace/exception.exp
7711 * gdb.btrace/function_call_history.exp
7712 * gdb.btrace/gcore.exp
7713 * gdb.btrace/instruction_history.exp
7714 * gdb.btrace/nohist.exp
7715 * gdb.btrace/reconnect.exp
7716 * gdb.btrace/record_goto-step.exp
7717 * gdb.btrace/record_goto.exp
7718 * gdb.btrace/rn-dl-bind.exp
7719 * gdb.btrace/segv.exp
7720 * gdb.btrace/step.exp
7721 * gdb.btrace/stepi.exp
7722 * gdb.btrace/tailcall-only.exp
7723 * gdb.btrace/tailcall.exp
7724 * gdb.btrace/tsx.exp
7725 * gdb.btrace/unknown_functions.exp
7726 * gdb.btrace/vdso.exp
7727 * gdb.compile/compile-ifunc.exp
7728 * gdb.compile/compile-ops.exp
7729 * gdb.compile/compile-print.exp
7730 * gdb.compile/compile-setjmp.exp
7731 * gdb.cp/abstract-origin.exp
7732 * gdb.cp/ambiguous.exp
7733 * gdb.cp/annota2.exp
7734 * gdb.cp/annota3.exp
7735 * gdb.cp/anon-ns.exp
7736 * gdb.cp/anon-struct.exp
7737 * gdb.cp/anon-union.exp
7738 * gdb.cp/arg-reference.exp
7739 * gdb.cp/baseenum.exp
7740 * gdb.cp/bool.exp
7741 * gdb.cp/breakpoint.exp
7742 * gdb.cp/bs15503.exp
7743 * gdb.cp/call-c.exp
7744 * gdb.cp/casts.exp
7745 * gdb.cp/chained-calls.exp
7746 * gdb.cp/class2.exp
7747 * gdb.cp/classes.exp
7748 * gdb.cp/cmpd-minsyms.exp
7749 * gdb.cp/converts.exp
7750 * gdb.cp/cp-relocate.exp
7751 * gdb.cp/cpcompletion.exp
7752 * gdb.cp/cpexprs.exp
7753 * gdb.cp/cplabel.exp
7754 * gdb.cp/cplusfuncs.exp
7755 * gdb.cp/cpsizeof.exp
7756 * gdb.cp/ctti.exp
7757 * gdb.cp/derivation.exp
7758 * gdb.cp/destrprint.exp
7759 * gdb.cp/dispcxx.exp
7760 * gdb.cp/enum-class.exp
7761 * gdb.cp/exception.exp
7762 * gdb.cp/exceptprint.exp
7763 * gdb.cp/expand-psymtabs-cxx.exp
7764 * gdb.cp/expand-sals.exp
7765 * gdb.cp/extern-c.exp
7766 * gdb.cp/filename.exp
7767 * gdb.cp/formatted-ref.exp
7768 * gdb.cp/fpointer.exp
7769 * gdb.cp/gdb1355.exp
7770 * gdb.cp/gdb2495.exp
7771 * gdb.cp/hang.exp
7772 * gdb.cp/impl-this.exp
7773 * gdb.cp/infcall-dlopen.exp
7774 * gdb.cp/inherit.exp
7775 * gdb.cp/iostream.exp
7776 * gdb.cp/koenig.exp
7777 * gdb.cp/local.exp
7778 * gdb.cp/m-data.exp
7779 * gdb.cp/m-static.exp
7780 * gdb.cp/mb-ctor.exp
7781 * gdb.cp/mb-inline.exp
7782 * gdb.cp/mb-templates.exp
7783 * gdb.cp/member-name.exp
7784 * gdb.cp/member-ptr.exp
7785 * gdb.cp/meth-typedefs.exp
7786 * gdb.cp/method.exp
7787 * gdb.cp/method2.exp
7788 * gdb.cp/minsym-fallback.exp
7789 * gdb.cp/misc.exp
7790 * gdb.cp/namelessclass.exp
7791 * gdb.cp/namespace-enum.exp
7792 * gdb.cp/namespace-nested-import.exp
7793 * gdb.cp/namespace.exp
7794 * gdb.cp/nextoverthrow.exp
7795 * gdb.cp/no-dmgl-verbose.exp
7796 * gdb.cp/non-trivial-retval.exp
7797 * gdb.cp/noparam.exp
7798 * gdb.cp/nsdecl.exp
7799 * gdb.cp/nsimport.exp
7800 * gdb.cp/nsnested.exp
7801 * gdb.cp/nsnoimports.exp
7802 * gdb.cp/nsrecurs.exp
7803 * gdb.cp/nsstress.exp
7804 * gdb.cp/nsusing.exp
7805 * gdb.cp/operator.exp
7806 * gdb.cp/oranking.exp
7807 * gdb.cp/overload-const.exp
7808 * gdb.cp/overload.exp
7809 * gdb.cp/ovldbreak.exp
7810 * gdb.cp/ovsrch.exp
7811 * gdb.cp/paren-type.exp
7812 * gdb.cp/parse-lang.exp
7813 * gdb.cp/pass-by-ref.exp
7814 * gdb.cp/pr-1023.exp
7815 * gdb.cp/pr-1210.exp
7816 * gdb.cp/pr-574.exp
7817 * gdb.cp/pr10687.exp
7818 * gdb.cp/pr12028.exp
7819 * gdb.cp/pr17132.exp
7820 * gdb.cp/pr17494.exp
7821 * gdb.cp/pr9067.exp
7822 * gdb.cp/pr9167.exp
7823 * gdb.cp/pr9631.exp
7824 * gdb.cp/printmethod.exp
7825 * gdb.cp/psmang.exp
7826 * gdb.cp/psymtab-parameter.exp
7827 * gdb.cp/ptype-cv-cp.exp
7828 * gdb.cp/ptype-flags.exp
7829 * gdb.cp/re-set-overloaded.exp
7830 * gdb.cp/ref-types.exp
7831 * gdb.cp/rtti.exp
7832 * gdb.cp/scope-err.exp
7833 * gdb.cp/shadow.exp
7834 * gdb.cp/smartp.exp
7835 * gdb.cp/static-method.exp
7836 * gdb.cp/static-print-quit.exp
7837 * gdb.cp/temargs.exp
7838 * gdb.cp/templates.exp
7839 * gdb.cp/try_catch.exp
7840 * gdb.cp/typedef-operator.exp
7841 * gdb.cp/typeid.exp
7842 * gdb.cp/userdef.exp
7843 * gdb.cp/using-crash.exp
7844 * gdb.cp/var-tag.exp
7845 * gdb.cp/virtbase.exp
7846 * gdb.cp/virtfunc.exp
7847 * gdb.cp/virtfunc2.exp
7848 * gdb.cp/vla-cxx.exp
7849 * gdb.disasm/t01_mov.exp
7850 * gdb.disasm/t02_mova.exp
7851 * gdb.disasm/t03_add.exp
7852 * gdb.disasm/t04_sub.exp
7853 * gdb.disasm/t05_cmp.exp
7854 * gdb.disasm/t06_ari2.exp
7855 * gdb.disasm/t07_ari3.exp
7856 * gdb.disasm/t08_or.exp
7857 * gdb.disasm/t09_xor.exp
7858 * gdb.disasm/t10_and.exp
7859 * gdb.disasm/t11_logs.exp
7860 * gdb.disasm/t12_bit.exp
7861 * gdb.disasm/t13_otr.exp
7862 * gdb.dlang/circular.exp
7863 * gdb.dwarf2/arr-stride.exp
7864 * gdb.dwarf2/arr-subrange.exp
7865 * gdb.dwarf2/atomic-type.exp
7866 * gdb.dwarf2/bad-regnum.exp
7867 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7868 * gdb.dwarf2/callframecfa.exp
7869 * gdb.dwarf2/clztest.exp
7870 * gdb.dwarf2/corrupt.exp
7871 * gdb.dwarf2/data-loc.exp
7872 * gdb.dwarf2/dup-psym.exp
7873 * gdb.dwarf2/dw2-anon-mptr.exp
7874 * gdb.dwarf2/dw2-anonymous-func.exp
7875 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7876 * gdb.dwarf2/dw2-bad-unresolved.exp
7877 * gdb.dwarf2/dw2-basic.exp
7878 * gdb.dwarf2/dw2-canonicalize-type.exp
7879 * gdb.dwarf2/dw2-case-insensitive.exp
7880 * gdb.dwarf2/dw2-common-block.exp
7881 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7882 * gdb.dwarf2/dw2-compressed.exp
7883 * gdb.dwarf2/dw2-const.exp
7884 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7885 * gdb.dwarf2/dw2-cu-size.exp
7886 * gdb.dwarf2/dw2-dup-frame.exp
7887 * gdb.dwarf2/dw2-entry-value.exp
7888 * gdb.dwarf2/dw2-icycle.exp
7889 * gdb.dwarf2/dw2-ifort-parameter.exp
7890 * gdb.dwarf2/dw2-inline-break.exp
7891 * gdb.dwarf2/dw2-inline-param.exp
7892 * gdb.dwarf2/dw2-intercu.exp
7893 * gdb.dwarf2/dw2-intermix.exp
7894 * gdb.dwarf2/dw2-lexical-block-bare.exp
7895 * gdb.dwarf2/dw2-linkage-name-trust.exp
7896 * gdb.dwarf2/dw2-minsym-in-cu.exp
7897 * gdb.dwarf2/dw2-noloc.exp
7898 * gdb.dwarf2/dw2-op-call.exp
7899 * gdb.dwarf2/dw2-op-out-param.exp
7900 * gdb.dwarf2/dw2-opt-structptr.exp
7901 * gdb.dwarf2/dw2-param-error.exp
7902 * gdb.dwarf2/dw2-producer.exp
7903 * gdb.dwarf2/dw2-ranges-base.exp
7904 * gdb.dwarf2/dw2-ref-missing-frame.exp
7905 * gdb.dwarf2/dw2-reg-undefined.exp
7906 * gdb.dwarf2/dw2-regno-invalid.exp
7907 * gdb.dwarf2/dw2-restore.exp
7908 * gdb.dwarf2/dw2-restrict.exp
7909 * gdb.dwarf2/dw2-single-line-discriminators.exp
7910 * gdb.dwarf2/dw2-strp.exp
7911 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7912 * gdb.dwarf2/dw2-unresolved.exp
7913 * gdb.dwarf2/dw2-var-zero-addr.exp
7914 * gdb.dwarf2/dw4-sig-types.exp
7915 * gdb.dwarf2/dwz.exp
7916 * gdb.dwarf2/dynarr-ptr.exp
7917 * gdb.dwarf2/enum-type.exp
7918 * gdb.dwarf2/gdb-index.exp
7919 * gdb.dwarf2/implptr-64bit.exp
7920 * gdb.dwarf2/implptr-optimized-out.exp
7921 * gdb.dwarf2/implptr.exp
7922 * gdb.dwarf2/implref-array.exp
7923 * gdb.dwarf2/implref-const.exp
7924 * gdb.dwarf2/implref-global.exp
7925 * gdb.dwarf2/implref-struct.exp
7926 * gdb.dwarf2/mac-fileno.exp
7927 * gdb.dwarf2/main-subprogram.exp
7928 * gdb.dwarf2/member-ptr-forwardref.exp
7929 * gdb.dwarf2/method-ptr.exp
7930 * gdb.dwarf2/missing-sig-type.exp
7931 * gdb.dwarf2/nonvar-access.exp
7932 * gdb.dwarf2/opaque-type-lookup.exp
7933 * gdb.dwarf2/pieces-optimized-out.exp
7934 * gdb.dwarf2/pieces.exp
7935 * gdb.dwarf2/pr10770.exp
7936 * gdb.dwarf2/pr13961.exp
7937 * gdb.dwarf2/staticvirtual.exp
7938 * gdb.dwarf2/subrange.exp
7939 * gdb.dwarf2/symtab-producer.exp
7940 * gdb.dwarf2/trace-crash.exp
7941 * gdb.dwarf2/typeddwarf.exp
7942 * gdb.dwarf2/valop.exp
7943 * gdb.dwarf2/watch-notconst.exp
7944 * gdb.fortran/array-element.exp
7945 * gdb.fortran/charset.exp
7946 * gdb.fortran/common-block.exp
7947 * gdb.fortran/complex.exp
7948 * gdb.fortran/derived-type-function.exp
7949 * gdb.fortran/derived-type.exp
7950 * gdb.fortran/logical.exp
7951 * gdb.fortran/module.exp
7952 * gdb.fortran/multi-dim.exp
7953 * gdb.fortran/nested-funcs.exp
7954 * gdb.fortran/print-formatted.exp
7955 * gdb.fortran/subarray.exp
7956 * gdb.fortran/vla-alloc-assoc.exp
7957 * gdb.fortran/vla-datatypes.exp
7958 * gdb.fortran/vla-history.exp
7959 * gdb.fortran/vla-ptr-info.exp
7960 * gdb.fortran/vla-ptype-sub.exp
7961 * gdb.fortran/vla-ptype.exp
7962 * gdb.fortran/vla-sizeof.exp
7963 * gdb.fortran/vla-type.exp
7964 * gdb.fortran/vla-value-sub-arbitrary.exp
7965 * gdb.fortran/vla-value-sub-finish.exp
7966 * gdb.fortran/vla-value-sub.exp
7967 * gdb.fortran/vla-value.exp
7968 * gdb.fortran/whatis_type.exp
7969 * gdb.go/chan.exp
7970 * gdb.go/handcall.exp
7971 * gdb.go/hello.exp
7972 * gdb.go/integers.exp
7973 * gdb.go/methods.exp
7974 * gdb.go/package.exp
7975 * gdb.go/strings.exp
7976 * gdb.go/types.exp
7977 * gdb.go/unsafe.exp
7978 * gdb.guile/scm-arch.exp
7979 * gdb.guile/scm-block.exp
7980 * gdb.guile/scm-breakpoint.exp
7981 * gdb.guile/scm-cmd.exp
7982 * gdb.guile/scm-disasm.exp
7983 * gdb.guile/scm-equal.exp
7984 * gdb.guile/scm-frame-args.exp
7985 * gdb.guile/scm-frame-inline.exp
7986 * gdb.guile/scm-frame.exp
7987 * gdb.guile/scm-iterator.exp
7988 * gdb.guile/scm-math.exp
7989 * gdb.guile/scm-objfile.exp
7990 * gdb.guile/scm-ports.exp
7991 * gdb.guile/scm-symbol.exp
7992 * gdb.guile/scm-symtab.exp
7993 * gdb.guile/scm-value-cc.exp
7994 * gdb.guile/types-module.exp
7995 * gdb.linespec/break-ask.exp
7996 * gdb.linespec/cpexplicit.exp
7997 * gdb.linespec/explicit.exp
7998 * gdb.linespec/keywords.exp
7999 * gdb.linespec/linespec.exp
8000 * gdb.linespec/ls-dollar.exp
8001 * gdb.linespec/ls-errs.exp
8002 * gdb.linespec/skip-two.exp
8003 * gdb.linespec/thread.exp
8004 * gdb.mi/mi-async.exp
8005 * gdb.mi/mi-basics.exp
8006 * gdb.mi/mi-break.exp
8007 * gdb.mi/mi-catch-load.exp
8008 * gdb.mi/mi-cli.exp
8009 * gdb.mi/mi-cmd-param-changed.exp
8010 * gdb.mi/mi-console.exp
8011 * gdb.mi/mi-detach.exp
8012 * gdb.mi/mi-disassemble.exp
8013 * gdb.mi/mi-eval.exp
8014 * gdb.mi/mi-file-transfer.exp
8015 * gdb.mi/mi-file.exp
8016 * gdb.mi/mi-fill-memory.exp
8017 * gdb.mi/mi-inheritance-syntax-error.exp
8018 * gdb.mi/mi-linespec-err-cp.exp
8019 * gdb.mi/mi-logging.exp
8020 * gdb.mi/mi-memory-changed.exp
8021 * gdb.mi/mi-read-memory.exp
8022 * gdb.mi/mi-record-changed.exp
8023 * gdb.mi/mi-reg-undefined.exp
8024 * gdb.mi/mi-regs.exp
8025 * gdb.mi/mi-return.exp
8026 * gdb.mi/mi-reverse.exp
8027 * gdb.mi/mi-simplerun.exp
8028 * gdb.mi/mi-solib.exp
8029 * gdb.mi/mi-stack.exp
8030 * gdb.mi/mi-stepi.exp
8031 * gdb.mi/mi-syn-frame.exp
8032 * gdb.mi/mi-until.exp
8033 * gdb.mi/mi-var-block.exp
8034 * gdb.mi/mi-var-child.exp
8035 * gdb.mi/mi-var-cmd.exp
8036 * gdb.mi/mi-var-cp.exp
8037 * gdb.mi/mi-var-display.exp
8038 * gdb.mi/mi-var-invalidate.exp
8039 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8040 * gdb.mi/mi-vla-fortran.exp
8041 * gdb.mi/mi-watch.exp
8042 * gdb.mi/mi2-var-child.exp
8043 * gdb.mi/user-selected-context-sync.exp
8044 * gdb.modula2/unbounded-array.exp
8045 * gdb.multi/dummy-frame-restore.exp
8046 * gdb.multi/multi-arch-exec.exp
8047 * gdb.multi/multi-arch.exp
8048 * gdb.multi/tids.exp
8049 * gdb.multi/watchpoint-multi.exp
8050 * gdb.opencl/callfuncs.exp
8051 * gdb.opencl/convs_casts.exp
8052 * gdb.opencl/datatypes.exp
8053 * gdb.opencl/operators.exp
8054 * gdb.opencl/vec_comps.exp
8055 * gdb.opt/clobbered-registers-O2.exp
8056 * gdb.opt/inline-break.exp
8057 * gdb.opt/inline-bt.exp
8058 * gdb.opt/inline-cmds.exp
8059 * gdb.opt/inline-locals.exp
8060 * gdb.pascal/case-insensitive-symbols.exp
8061 * gdb.pascal/floats.exp
8062 * gdb.pascal/gdb11492.exp
8063 * gdb.python/lib-types.exp
8064 * gdb.python/py-arch.exp
8065 * gdb.python/py-as-string.exp
8066 * gdb.python/py-bad-printers.exp
8067 * gdb.python/py-block.exp
8068 * gdb.python/py-breakpoint-create-fail.exp
8069 * gdb.python/py-breakpoint.exp
8070 * gdb.python/py-caller-is.exp
8071 * gdb.python/py-cmd.exp
8072 * gdb.python/py-explore-cc.exp
8073 * gdb.python/py-explore.exp
8074 * gdb.python/py-finish-breakpoint.exp
8075 * gdb.python/py-finish-breakpoint2.exp
8076 * gdb.python/py-frame-args.exp
8077 * gdb.python/py-frame-inline.exp
8078 * gdb.python/py-frame.exp
8079 * gdb.python/py-framefilter-mi.exp
8080 * gdb.python/py-infthread.exp
8081 * gdb.python/py-lazy-string.exp
8082 * gdb.python/py-linetable.exp
8083 * gdb.python/py-mi-events.exp
8084 * gdb.python/py-mi-objfile.exp
8085 * gdb.python/py-mi.exp
8086 * gdb.python/py-objfile.exp
8087 * gdb.python/py-pp-integral.exp
8088 * gdb.python/py-pp-maint.exp
8089 * gdb.python/py-pp-re-notag.exp
8090 * gdb.python/py-pp-registration.exp
8091 * gdb.python/py-recurse-unwind.exp
8092 * gdb.python/py-strfns.exp
8093 * gdb.python/py-symbol.exp
8094 * gdb.python/py-symtab.exp
8095 * gdb.python/py-sync-interp.exp
8096 * gdb.python/py-typeprint.exp
8097 * gdb.python/py-unwind-maint.exp
8098 * gdb.python/py-unwind.exp
8099 * gdb.python/py-value-cc.exp
8100 * gdb.python/py-xmethods.exp
8101 * gdb.reverse/amd64-tailcall-reverse.exp
8102 * gdb.reverse/break-precsave.exp
8103 * gdb.reverse/break-reverse.exp
8104 * gdb.reverse/consecutive-precsave.exp
8105 * gdb.reverse/consecutive-reverse.exp
8106 * gdb.reverse/finish-precsave.exp
8107 * gdb.reverse/finish-reverse-bkpt.exp
8108 * gdb.reverse/finish-reverse.exp
8109 * gdb.reverse/fstatat-reverse.exp
8110 * gdb.reverse/getresuid-reverse.exp
8111 * gdb.reverse/i386-precsave.exp
8112 * gdb.reverse/i386-reverse.exp
8113 * gdb.reverse/i386-sse-reverse.exp
8114 * gdb.reverse/i387-env-reverse.exp
8115 * gdb.reverse/i387-stack-reverse.exp
8116 * gdb.reverse/insn-reverse.exp
8117 * gdb.reverse/machinestate-precsave.exp
8118 * gdb.reverse/machinestate.exp
8119 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8120 * gdb.reverse/pipe-reverse.exp
8121 * gdb.reverse/readv-reverse.exp
8122 * gdb.reverse/recvmsg-reverse.exp
8123 * gdb.reverse/rerun-prec.exp
8124 * gdb.reverse/s390-mvcle.exp
8125 * gdb.reverse/step-precsave.exp
8126 * gdb.reverse/step-reverse.exp
8127 * gdb.reverse/time-reverse.exp
8128 * gdb.reverse/until-precsave.exp
8129 * gdb.reverse/until-reverse.exp
8130 * gdb.reverse/waitpid-reverse.exp
8131 * gdb.reverse/watch-precsave.exp
8132 * gdb.reverse/watch-reverse.exp
8133 * gdb.rust/generics.exp
8134 * gdb.rust/methods.exp
8135 * gdb.rust/modules.exp
8136 * gdb.rust/simple.exp
8137 * gdb.server/connect-with-no-symbol-file.exp
8138 * gdb.server/ext-attach.exp
8139 * gdb.server/ext-restart.exp
8140 * gdb.server/ext-wrapper.exp
8141 * gdb.server/file-transfer.exp
8142 * gdb.server/server-exec-info.exp
8143 * gdb.server/server-kill.exp
8144 * gdb.server/server-mon.exp
8145 * gdb.server/wrapper.exp
8146 * gdb.stabs/exclfwd.exp
8147 * gdb.stabs/gdb11479.exp
8148 * gdb.threads/clone-new-thread-event.exp
8149 * gdb.threads/corethreads.exp
8150 * gdb.threads/current-lwp-dead.exp
8151 * gdb.threads/dlopen-libpthread.exp
8152 * gdb.threads/gcore-thread.exp
8153 * gdb.threads/sigstep-threads.exp
8154 * gdb.threads/watchpoint-fork.exp
8155 * gdb.trace/actions-changed.exp
8156 * gdb.trace/backtrace.exp
8157 * gdb.trace/change-loc.exp
8158 * gdb.trace/circ.exp
8159 * gdb.trace/collection.exp
8160 * gdb.trace/disconnected-tracing.exp
8161 * gdb.trace/ftrace.exp
8162 * gdb.trace/mi-trace-frame-collected.exp
8163 * gdb.trace/mi-trace-unavailable.exp
8164 * gdb.trace/mi-traceframe-changed.exp
8165 * gdb.trace/mi-tsv-changed.exp
8166 * gdb.trace/no-attach-trace.exp
8167 * gdb.trace/passc-dyn.exp
8168 * gdb.trace/qtro.exp
8169 * gdb.trace/range-stepping.exp
8170 * gdb.trace/read-memory.exp
8171 * gdb.trace/save-trace.exp
8172 * gdb.trace/signal.exp
8173 * gdb.trace/status-stop.exp
8174 * gdb.trace/tfile.exp
8175 * gdb.trace/trace-break.exp
8176 * gdb.trace/trace-buffer-size.exp
8177 * gdb.trace/trace-condition.exp
8178 * gdb.trace/tracefile-pseudo-reg.exp
8179 * gdb.trace/tstatus.exp
8180 * gdb.trace/unavailable.exp
8181 * gdb.trace/while-dyn.exp
8182 * gdb.trace/while-stepping.exp
8183
8184 2016-12-22 Doug Evans <xdje42@gmail.com>
8185
8186 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8187 and msymbols.
8188
8189 2016-12-19 Yao Qi <yao.qi@linaro.org>
8190
8191 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8192 (test_with_self): Don't call do_steps_and_nexts, and remove
8193 code about stepping into xmalloc.
8194
8195 2016-12-09 Yao Qi <yao.qi@linaro.org>
8196
8197 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8198
8199 2016-12-09 Yao Qi <yao.qi@linaro.org>
8200
8201 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8202
8203 2016-12-09 Pedro Alves <palves@redhat.com>
8204
8205 * gdb.base/all-architectures-0.exp: New file.
8206 * gdb.base/all-architectures-1.exp: New file.
8207 * gdb.base/all-architectures-2.exp: New file.
8208 * gdb.base/all-architectures-3.exp: New file.
8209 * gdb.base/all-architectures-4.exp: New file.
8210 * gdb.base/all-architectures-5.exp: New file.
8211 * gdb.base/all-architectures-6.exp: New file.
8212 * gdb.base/all-architectures-7.exp: New file.
8213 * gdb.base/all-architectures.exp.in: New file.
8214
8215 2016-12-09 Yao Qi <yao.qi@linaro.org>
8216
8217 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8218
8219 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8220
8221 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8222 possible.
8223 Remove useless pattern-matching code.
8224
8225 2016-12-02 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8228 procedure.
8229 (top level): Call it.
8230
8231 2016-12-02 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8234 New procedure.
8235 (top level): Call it.
8236
8237 2016-12-02 Pedro Alves <palves@redhat.com>
8238
8239 PR cli/20559
8240 * gdb.base/commands.exp (user_defined_command_args_eval): New
8241 procedure.
8242 (top level): Call it.
8243
8244 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8245
8246 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8247 timeout handling.
8248
8249 2016-12-02 Tom Tromey <tom@tromey.com>
8250
8251 * gdb.dwarf2/main-subprogram.c: New file.
8252 * gdb.dwarf2/main-subprogram.exp: New file.
8253
8254 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8255
8256 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8257 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8258 gdb_test_no_output for a couple of cases.
8259 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8260
8261 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8262
8263 Fix test names and standardize compilation error messages throughout
8264 the following files:
8265
8266 * gdb.ada/start.exp
8267 * gdb.arch/alpha-step.exp
8268 * gdb.arch/e500-prologue.exp
8269 * gdb.arch/ftrace-insn-reloc.exp
8270 * gdb.arch/gdb1291.exp
8271 * gdb.arch/gdb1431.exp
8272 * gdb.arch/gdb1558.exp
8273 * gdb.arch/i386-dr3-watch.exp
8274 * gdb.arch/i386-sse-stack-align.exp
8275 * gdb.arch/ia64-breakpoint-shadow.exp
8276 * gdb.arch/pa-nullify.exp
8277 * gdb.arch/powerpc-aix-prologue.exp
8278 * gdb.arch/thumb-bx-pc.exp
8279 * gdb.base/annota1.exp
8280 * gdb.base/annota3.exp
8281 * gdb.base/arrayidx.exp
8282 * gdb.base/assign.exp
8283 * gdb.base/attach.exp
8284 * gdb.base/auxv.exp
8285 * gdb.base/bang.exp
8286 * gdb.base/bfp-test.exp
8287 * gdb.base/bigcore.exp
8288 * gdb.base/bitfields2.exp
8289 * gdb.base/break-fun-addr.exp
8290 * gdb.base/break-probes.exp
8291 * gdb.base/call-rt-st.exp
8292 * gdb.base/callexit.exp
8293 * gdb.base/catch-fork-kill.exp
8294 * gdb.base/charset.exp
8295 * gdb.base/checkpoint.exp
8296 * gdb.base/comprdebug.exp
8297 * gdb.base/constvars.exp
8298 * gdb.base/coredump-filter.exp
8299 * gdb.base/cursal.exp
8300 * gdb.base/cvexpr.exp
8301 * gdb.base/detach.exp
8302 * gdb.base/display.exp
8303 * gdb.base/dmsym.exp
8304 * gdb.base/dprintf-pending.exp
8305 * gdb.base/dso2dso.exp
8306 * gdb.base/dtrace-probe.exp
8307 * gdb.base/dump.exp
8308 * gdb.base/enum_cond.exp
8309 * gdb.base/exe-lock.exp
8310 * gdb.base/exec-invalid-sysroot.exp
8311 * gdb.base/execl-update-breakpoints.exp
8312 * gdb.base/exprs.exp
8313 * gdb.base/fileio.exp
8314 * gdb.base/find.exp
8315 * gdb.base/finish.exp
8316 * gdb.base/fixsection.exp
8317 * gdb.base/foll-vfork.exp
8318 * gdb.base/frame-args.exp
8319 * gdb.base/gcore.exp
8320 * gdb.base/gdb1250.exp
8321 * gdb.base/global-var-nested-by-dso.exp
8322 * gdb.base/gnu-ifunc.exp
8323 * gdb.base/hashline1.exp
8324 * gdb.base/hashline2.exp
8325 * gdb.base/hashline3.exp
8326 * gdb.base/hbreak-in-shr-unsupported.exp
8327 * gdb.base/huge.exp
8328 * gdb.base/infcall-input.exp
8329 * gdb.base/info-fun.exp
8330 * gdb.base/info-shared.exp
8331 * gdb.base/jit-simple.exp
8332 * gdb.base/jit-so.exp
8333 * gdb.base/jit.exp
8334 * gdb.base/jump.exp
8335 * gdb.base/label.exp
8336 * gdb.base/lineinc.exp
8337 * gdb.base/logical.exp
8338 * gdb.base/longjmp.exp
8339 * gdb.base/macscp.exp
8340 * gdb.base/miscexprs.exp
8341 * gdb.base/new-ui-echo.exp
8342 * gdb.base/new-ui-pending-input.exp
8343 * gdb.base/new-ui.exp
8344 * gdb.base/nodebug.exp
8345 * gdb.base/nofield.exp
8346 * gdb.base/offsets.exp
8347 * gdb.base/overlays.exp
8348 * gdb.base/pending.exp
8349 * gdb.base/pointers.exp
8350 * gdb.base/pr11022.exp
8351 * gdb.base/printcmds.exp
8352 * gdb.base/prologue.exp
8353 * gdb.base/ptr-typedef.exp
8354 * gdb.base/realname-expand.exp
8355 * gdb.base/relativedebug.exp
8356 * gdb.base/relocate.exp
8357 * gdb.base/remote.exp
8358 * gdb.base/reread.exp
8359 * gdb.base/return2.exp
8360 * gdb.base/savedregs.exp
8361 * gdb.base/sep.exp
8362 * gdb.base/sepdebug.exp
8363 * gdb.base/sepsymtab.exp
8364 * gdb.base/set-inferior-tty.exp
8365 * gdb.base/setshow.exp
8366 * gdb.base/shlib-call.exp
8367 * gdb.base/sigaltstack.exp
8368 * gdb.base/siginfo-addr.exp
8369 * gdb.base/signals.exp
8370 * gdb.base/signull.exp
8371 * gdb.base/sigrepeat.exp
8372 * gdb.base/so-impl-ld.exp
8373 * gdb.base/solib-display.exp
8374 * gdb.base/solib-overlap.exp
8375 * gdb.base/solib-search.exp
8376 * gdb.base/solib-symbol.exp
8377 * gdb.base/structs.exp
8378 * gdb.base/structs2.exp
8379 * gdb.base/symtab-search-order.exp
8380 * gdb.base/twice.exp
8381 * gdb.base/unload.exp
8382 * gdb.base/varargs.exp
8383 * gdb.base/watchpoint-solib.exp
8384 * gdb.base/watchpoint.exp
8385 * gdb.base/whatis.exp
8386 * gdb.base/wrong_frame_bt_full.exp
8387 * gdb.btrace/dlopen.exp
8388 * gdb.cell/ea-standalone.exp
8389 * gdb.cell/ea-test.exp
8390 * gdb.cp/dispcxx.exp
8391 * gdb.cp/gdb2384.exp
8392 * gdb.cp/method2.exp
8393 * gdb.cp/nextoverthrow.exp
8394 * gdb.cp/pr10728.exp
8395 * gdb.disasm/am33.exp
8396 * gdb.disasm/h8300s.exp
8397 * gdb.disasm/mn10300.exp
8398 * gdb.disasm/sh3.exp
8399 * gdb.dwarf2/dw2-dir-file-name.exp
8400 * gdb.fortran/complex.exp
8401 * gdb.fortran/library-module.exp
8402 * gdb.guile/scm-pretty-print.exp
8403 * gdb.guile/scm-symbol.exp
8404 * gdb.guile/scm-type.exp
8405 * gdb.guile/scm-value.exp
8406 * gdb.linespec/linespec.exp
8407 * gdb.mi/gdb701.exp
8408 * gdb.mi/gdb792.exp
8409 * gdb.mi/mi-breakpoint-changed.exp
8410 * gdb.mi/mi-dprintf-pending.exp
8411 * gdb.mi/mi-dprintf.exp
8412 * gdb.mi/mi-exit-code.exp
8413 * gdb.mi/mi-pending.exp
8414 * gdb.mi/mi-solib.exp
8415 * gdb.mi/new-ui-mi-sync.exp
8416 * gdb.mi/pr11022.exp
8417 * gdb.mi/user-selected-context-sync.exp
8418 * gdb.opt/solib-intra-step.exp
8419 * gdb.python/py-events.exp
8420 * gdb.python/py-finish-breakpoint.exp
8421 * gdb.python/py-mi.exp
8422 * gdb.python/py-prettyprint.exp
8423 * gdb.python/py-shared.exp
8424 * gdb.python/py-symbol.exp
8425 * gdb.python/py-template.exp
8426 * gdb.python/py-type.exp
8427 * gdb.python/py-value.exp
8428 * gdb.reverse/solib-precsave.exp
8429 * gdb.reverse/solib-reverse.exp
8430 * gdb.server/solib-list.exp
8431 * gdb.stabs/weird.exp
8432 * gdb.threads/reconnect-signal.exp
8433 * gdb.threads/stepi-random-signal.exp
8434 * gdb.trace/actions.exp
8435 * gdb.trace/ax.exp
8436 * gdb.trace/backtrace.exp
8437 * gdb.trace/change-loc.exp
8438 * gdb.trace/deltrace.exp
8439 * gdb.trace/ftrace-lock.exp
8440 * gdb.trace/ftrace.exp
8441 * gdb.trace/infotrace.exp
8442 * gdb.trace/mi-tracepoint-changed.exp
8443 * gdb.trace/packetlen.exp
8444 * gdb.trace/passcount.exp
8445 * gdb.trace/pending.exp
8446 * gdb.trace/range-stepping.exp
8447 * gdb.trace/report.exp
8448 * gdb.trace/stap-trace.exp
8449 * gdb.trace/tfind.exp
8450 * gdb.trace/trace-break.exp
8451 * gdb.trace/trace-condition.exp
8452 * gdb.trace/trace-enable-disable.exp
8453 * gdb.trace/trace-mt.exp
8454 * gdb.trace/tracecmd.exp
8455 * gdb.trace/tspeed.exp
8456 * gdb.trace/tsv.exp
8457 * lib/perftest.exp
8458
8459 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8460
8461 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8462 with gdb_test_no_output.
8463 Use command as test name.
8464
8465 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8466
8467 Fix test names starting with uppercase throughout the files.
8468
8469 * gdb.ada/assign_1.exp
8470 * gdb.ada/boolean_expr.exp
8471 * gdb.base/arrayidx.exp
8472 * gdb.base/del.exp
8473 * gdb.base/gcore-buffer-overflow.exp
8474 * gdb.base/testenv.exp
8475 * gdb.compile/compile.exp
8476 * gdb.python/py-framefilter-invalidarg.exp
8477 * gdb.python/py-framefilter.exp
8478
8479 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8480
8481 Fix test names starting with uppercase throughout the files.
8482
8483 * gdb.ada/array_return.exp
8484 * gdb.ada/expr_delims.exp
8485 * gdb.ada/mi_dyn_arr.exp
8486 * gdb.ada/mi_interface.exp
8487 * gdb.ada/mi_var_array.exp
8488 * gdb.ada/watch_arg.exp
8489 * gdb.arch/alpha-step.exp
8490 * gdb.arch/altivec-regs.exp
8491 * gdb.arch/e500-regs.exp
8492 * gdb.arch/powerpc-d128-regs.exp
8493 * gdb.base/arrayidx.exp
8494 * gdb.base/break.exp
8495 * gdb.base/checkpoint.exp
8496 * gdb.base/debug-expr.exp
8497 * gdb.base/dmsym.exp
8498 * gdb.base/radix.exp
8499 * gdb.base/sepdebug.exp
8500 * gdb.base/testenv.exp
8501 * gdb.base/watch_thread_num.exp
8502 * gdb.base/watchpoint-cond-gone.exp
8503 * gdb.cell/break.exp
8504 * gdb.cell/ea-cache.exp
8505 * gdb.compile/compile.exp
8506 * gdb.cp/gdb2495.exp
8507 * gdb.gdb/selftest.exp
8508 * gdb.gdb/xfullpath.exp
8509 * gdb.go/hello.exp
8510 * gdb.go/integers.exp
8511 * gdb.objc/basicclass.exp
8512 * gdb.pascal/hello.exp
8513 * gdb.pascal/integers.exp
8514 * gdb.python/py-breakpoint.exp
8515 * gdb.python/py-cmd.exp
8516 * gdb.python/py-linetable.exp
8517 * gdb.python/py-xmethods.exp
8518 * gdb.python/python.exp
8519 * gdb.reverse/consecutive-precsave.exp
8520 * gdb.reverse/finish-precsave.exp
8521 * gdb.reverse/i386-precsave.exp
8522 * gdb.reverse/machinestate-precsave.exp
8523 * gdb.reverse/sigall-precsave.exp
8524 * gdb.reverse/solib-precsave.exp
8525 * gdb.reverse/step-precsave.exp
8526 * gdb.reverse/until-precsave.exp
8527 * gdb.reverse/watch-precsave.exp
8528 * gdb.threads/leader-exit.exp
8529 * gdb.threads/pthreads.exp
8530 * gdb.threads/wp-replication.exp
8531 * gdb.trace/actions.exp
8532 * gdb.trace/mi-tsv-changed.exp
8533 * gdb.trace/tsv.exp
8534
8535 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8536
8537 Fix test names starting with uppercase throughout the files.
8538
8539 * gdb.arch/i386-bp_permanent.exp
8540 * gdb.arch/i386-gnu-cfi.exp
8541 * gdb.base/disasm-end-cu.exp
8542 * gdb.base/macscp.exp
8543 * gdb.base/pending.exp
8544 * gdb.base/watch_thread_num.exp
8545 * gdb.cp/exception.exp
8546 * gdb.cp/gdb2495.exp
8547 * gdb.cp/local.exp
8548 * gdb.python/py-evsignal.exp
8549 * gdb.python/python.exp
8550 * gdb.trace/tracecmd.exp
8551
8552 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8553
8554 Fix test names starting with uppercase throughout the files.
8555
8556 * gdb.base/charset.exp
8557 * gdb.base/eval.exp
8558 * gdb.base/multi-forks.exp
8559 * gdb.guile/scm-progspace.exp
8560 * gdb.opencl/datatypes.exp
8561 * gdb.python/py-block.exp
8562 * gdb.python/py-function.exp
8563 * gdb.python/py-symbol.exp
8564 * gdb.python/py-symtab.exp
8565 * gdb.python/py-xmethods.exp
8566 * gdb.reverse/break-precsave.exp
8567 * gdb.reverse/break-reverse.exp
8568 * gdb.reverse/consecutive-precsave.exp
8569 * gdb.reverse/consecutive-reverse.exp
8570 * gdb.reverse/finish-precsave.exp
8571 * gdb.reverse/finish-reverse-bkpt.exp
8572 * gdb.reverse/finish-reverse.exp
8573 * gdb.reverse/fstatat-reverse.exp
8574 * gdb.reverse/getresuid-reverse.exp
8575 * gdb.reverse/i386-precsave.exp
8576 * gdb.reverse/i386-reverse.exp
8577 * gdb.reverse/i386-sse-reverse.exp
8578 * gdb.reverse/i387-stack-reverse.exp
8579 * gdb.reverse/insn-reverse.exp
8580 * gdb.reverse/machinestate-precsave.exp
8581 * gdb.reverse/machinestate.exp
8582 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8583 * gdb.reverse/pipe-reverse.exp
8584 * gdb.reverse/readv-reverse.exp
8585 * gdb.reverse/recvmsg-reverse.exp
8586 * gdb.reverse/rerun-prec.exp
8587 * gdb.reverse/s390-mvcle.exp
8588 * gdb.reverse/sigall-precsave.exp
8589 * gdb.reverse/sigall-reverse.exp
8590 * gdb.reverse/solib-precsave.exp
8591 * gdb.reverse/solib-reverse.exp
8592 * gdb.reverse/step-precsave.exp
8593 * gdb.reverse/step-reverse.exp
8594 * gdb.reverse/time-reverse.exp
8595 * gdb.reverse/until-precsave.exp
8596 * gdb.reverse/until-reverse.exp
8597 * gdb.reverse/waitpid-reverse.exp
8598 * gdb.reverse/watch-precsave.exp
8599 * gdb.reverse/watch-reverse.exp
8600
8601 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8602
8603 Fix test names starting with uppercase throughout the files.
8604
8605 * gdb.arch/i386-mpx-simple_segv.exp
8606 * gdb.arch/i386-mpx.exp
8607 * gdb.arch/i386-permbkpt.exp
8608 * gdb.arch/pa-nullify.exp
8609 * gdb.arch/powerpc-d128-regs.exp
8610 * gdb.arch/vsx-regs.exp
8611 * gdb.base/bfp-test.exp
8612 * gdb.base/break.exp
8613 * gdb.base/breakpoint-shadow.exp
8614 * gdb.base/callfuncs.exp
8615 * gdb.base/charset.exp
8616 * gdb.base/commands.exp
8617 * gdb.base/completion.exp
8618 * gdb.base/dfp-test.exp
8619 * gdb.base/echo.exp
8620 * gdb.base/ending-run.exp
8621 * gdb.base/eval.exp
8622 * gdb.base/expand-psymtabs.exp
8623 * gdb.base/float128.exp
8624 * gdb.base/floatn.exp
8625 * gdb.base/foll-exec-mode.exp
8626 * gdb.base/gdb1056.exp
8627 * gdb.base/gdb11531.exp
8628 * gdb.base/kill-after-signal.exp
8629 * gdb.base/multi-forks.exp
8630 * gdb.base/overlays.exp
8631 * gdb.base/pending.exp
8632 * gdb.base/sepdebug.exp
8633 * gdb.base/testenv.exp
8634 * gdb.base/valgrind-db-attach.exp
8635 * gdb.base/watch_thread_num.exp
8636 * gdb.base/watchpoint-cond-gone.exp
8637 * gdb.base/watchpoint.exp
8638 * gdb.base/watchpoints.exp
8639 * gdb.cp/arg-reference.exp
8640 * gdb.cp/baseenum.exp
8641 * gdb.cp/operator.exp
8642 * gdb.cp/shadow.exp
8643 * gdb.dwarf2/dw2-op-out-param.exp
8644 * gdb.dwarf2/dw2-reg-undefined.exp
8645 * gdb.go/chan.exp
8646 * gdb.go/hello.exp
8647 * gdb.go/integers.exp
8648 * gdb.go/methods.exp
8649 * gdb.go/package.exp
8650 * gdb.guile/scm-parameter.exp
8651 * gdb.guile/scm-progspace.exp
8652 * gdb.guile/scm-value.exp
8653 * gdb.mi/mi-pending.exp
8654 * gdb.mi/user-selected-context-sync.exp
8655 * gdb.multi/multi-attach.exp
8656 * gdb.multi/tids.exp
8657 * gdb.opt/clobbered-registers-O2.exp
8658 * gdb.pascal/floats.exp
8659 * gdb.pascal/integers.exp
8660 * gdb.python/py-block.exp
8661 * gdb.python/py-events.exp
8662 * gdb.python/py-parameter.exp
8663 * gdb.python/py-symbol.exp
8664 * gdb.python/py-symtab.exp
8665 * gdb.python/py-type.exp
8666 * gdb.python/py-value.exp
8667 * gdb.python/py-xmethods.exp
8668 * gdb.python/python.exp
8669 * gdb.reverse/break-precsave.exp
8670 * gdb.reverse/consecutive-precsave.exp
8671 * gdb.reverse/finish-precsave.exp
8672 * gdb.reverse/i386-precsave.exp
8673 * gdb.reverse/machinestate-precsave.exp
8674 * gdb.reverse/sigall-precsave.exp
8675 * gdb.reverse/solib-precsave.exp
8676 * gdb.reverse/step-precsave.exp
8677 * gdb.reverse/until-precsave.exp
8678 * gdb.reverse/watch-precsave.exp
8679 * gdb.server/ext-attach.exp
8680 * gdb.server/ext-restart.exp
8681 * gdb.server/ext-run.exp
8682 * gdb.server/ext-wrapper.exp
8683 * gdb.stabs/gdb11479.exp
8684 * gdb.stabs/weird.exp
8685 * gdb.threads/attach-many-short-lived-threads.exp
8686 * gdb.threads/kill.exp
8687 * gdb.threads/watchpoint-fork.exp
8688
8689 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8690
8691 Fix test names starting with uppercase throughout all the files below.
8692
8693 * gdb.ada/array_return.exp
8694 * gdb.ada/catch_ex.exp
8695 * gdb.ada/info_exc.exp
8696 * gdb.ada/mi_catch_ex.exp
8697 * gdb.ada/mi_dyn_arr.exp
8698 * gdb.ada/mi_ex_cond.exp
8699 * gdb.ada/mi_exc_info.exp
8700 * gdb.ada/mi_interface.exp
8701 * gdb.ada/mi_task_arg.exp
8702 * gdb.ada/mi_task_info.exp
8703 * gdb.ada/mi_var_array.exp
8704 * gdb.arch/alpha-step.exp
8705 * gdb.arch/amd64-disp-step.exp
8706 * gdb.arch/arm-disp-step.exp
8707 * gdb.arch/disp-step-insn-reloc.exp
8708 * gdb.arch/e500-prologue.exp
8709 * gdb.arch/ftrace-insn-reloc.exp
8710 * gdb.arch/gdb1558.exp
8711 * gdb.arch/i386-bp_permanent.exp
8712 * gdb.arch/i386-disp-step.exp
8713 * gdb.arch/i386-float.exp
8714 * gdb.arch/i386-gnu-cfi.exp
8715 * gdb.arch/ia64-breakpoint-shadow.exp
8716 * gdb.arch/mips16-thunks.exp
8717 * gdb.arch/pa-nullify.exp
8718 * gdb.arch/powerpc-aix-prologue.exp
8719 * gdb.arch/powerpc-power.exp
8720 * gdb.arch/ppc-dfp.exp
8721 * gdb.arch/s390-tdbregs.exp
8722 * gdb.arch/spu-info.exp
8723 * gdb.arch/spu-ls.exp
8724 * gdb.arch/thumb-bx-pc.exp
8725 * gdb.base/advance.exp
8726 * gdb.base/annota-input-while-running.exp
8727 * gdb.base/arrayidx.exp
8728 * gdb.base/asmlabel.exp
8729 * gdb.base/async.exp
8730 * gdb.base/attach-wait-input.exp
8731 * gdb.base/auto-connect-native-target.exp
8732 * gdb.base/batch-preserve-term-settings.exp
8733 * gdb.base/bfp-test.exp
8734 * gdb.base/bigcore.exp
8735 * gdb.base/bp-permanent.exp
8736 * gdb.base/break-always.exp
8737 * gdb.base/break-fun-addr.exp
8738 * gdb.base/break-idempotent.exp
8739 * gdb.base/break-main-file-remove-fail.exp
8740 * gdb.base/break-probes.exp
8741 * gdb.base/break-unload-file.exp
8742 * gdb.base/break.exp
8743 * gdb.base/call-ar-st.exp
8744 * gdb.base/call-rt-st.exp
8745 * gdb.base/call-sc.exp
8746 * gdb.base/call-signal-resume.exp
8747 * gdb.base/call-strs.exp
8748 * gdb.base/callexit.exp
8749 * gdb.base/callfuncs.exp
8750 * gdb.base/catch-gdb-caused-signals.exp
8751 * gdb.base/catch-signal-siginfo-cond.exp
8752 * gdb.base/catch-syscall.exp
8753 * gdb.base/compare-sections.exp
8754 * gdb.base/cond-eval-mode.exp
8755 * gdb.base/condbreak-call-false.exp
8756 * gdb.base/consecutive-step-over.exp
8757 * gdb.base/cursal.exp
8758 * gdb.base/disabled-location.exp
8759 * gdb.base/disasm-end-cu.exp
8760 * gdb.base/display.exp
8761 * gdb.base/double-prompt-target-event-error.exp
8762 * gdb.base/dprintf-bp-same-addr.exp
8763 * gdb.base/dprintf-detach.exp
8764 * gdb.base/dprintf-next.exp
8765 * gdb.base/dprintf-non-stop.exp
8766 * gdb.base/dprintf-pending.exp
8767 * gdb.base/dso2dso.exp
8768 * gdb.base/ending-run.exp
8769 * gdb.base/enum_cond.exp
8770 * gdb.base/examine-backward.exp
8771 * gdb.base/exe-lock.exp
8772 * gdb.base/exec-invalid-sysroot.exp
8773 * gdb.base/execl-update-breakpoints.exp
8774 * gdb.base/execution-termios.exp
8775 * gdb.base/fileio.exp
8776 * gdb.base/fixsection.exp
8777 * gdb.base/foll-exec-mode.exp
8778 * gdb.base/foll-exec.exp
8779 * gdb.base/fork-running-state.exp
8780 * gdb.base/frame-args.exp
8781 * gdb.base/fullpath-expand.exp
8782 * gdb.base/func-ptr.exp
8783 * gdb.base/gcore-relro-pie.exp
8784 * gdb.base/gdb1090.exp
8785 * gdb.base/gdb1555.exp
8786 * gdb.base/global-var-nested-by-dso.exp
8787 * gdb.base/gnu-ifunc.exp
8788 * gdb.base/hbreak-in-shr-unsupported.exp
8789 * gdb.base/hbreak-unmapped.exp
8790 * gdb.base/hook-stop.exp
8791 * gdb.base/infcall-input.exp
8792 * gdb.base/info-fun.exp
8793 * gdb.base/info-shared.exp
8794 * gdb.base/interrupt-noterm.exp
8795 * gdb.base/jit-so.exp
8796 * gdb.base/jit.exp
8797 * gdb.base/line-symtabs.exp
8798 * gdb.base/list.exp
8799 * gdb.base/longjmp.exp
8800 * gdb.base/macscp.exp
8801 * gdb.base/max-value-size.exp
8802 * gdb.base/nodebug.exp
8803 * gdb.base/nofield.exp
8804 * gdb.base/overlays.exp
8805 * gdb.base/paginate-after-ctrl-c-running.exp
8806 * gdb.base/paginate-bg-execution.exp
8807 * gdb.base/paginate-inferior-exit.exp
8808 * gdb.base/pending.exp
8809 * gdb.base/pr11022.exp
8810 * gdb.base/printcmds.exp
8811 * gdb.base/ptr-typedef.exp
8812 * gdb.base/ptype.exp
8813 * gdb.base/randomize.exp
8814 * gdb.base/range-stepping.exp
8815 * gdb.base/realname-expand.exp
8816 * gdb.base/relativedebug.exp
8817 * gdb.base/remote.exp
8818 * gdb.base/savedregs.exp
8819 * gdb.base/sepdebug.exp
8820 * gdb.base/set-noassign.exp
8821 * gdb.base/shlib-call.exp
8822 * gdb.base/shreloc.exp
8823 * gdb.base/sigaltstack.exp
8824 * gdb.base/sigbpt.exp
8825 * gdb.base/siginfo-addr.exp
8826 * gdb.base/siginfo-obj.exp
8827 * gdb.base/siginfo-thread.exp
8828 * gdb.base/signest.exp
8829 * gdb.base/signull.exp
8830 * gdb.base/sigrepeat.exp
8831 * gdb.base/skip.exp
8832 * gdb.base/so-impl-ld.exp
8833 * gdb.base/solib-corrupted.exp
8834 * gdb.base/solib-disc.exp
8835 * gdb.base/solib-display.exp
8836 * gdb.base/solib-overlap.exp
8837 * gdb.base/solib-search.exp
8838 * gdb.base/solib-symbol.exp
8839 * gdb.base/source-execution.exp
8840 * gdb.base/sss-bp-on-user-bp-2.exp
8841 * gdb.base/sss-bp-on-user-bp.exp
8842 * gdb.base/stack-checking.exp
8843 * gdb.base/stale-infcall.exp
8844 * gdb.base/step-break.exp
8845 * gdb.base/step-line.exp
8846 * gdb.base/step-over-exit.exp
8847 * gdb.base/step-test.exp
8848 * gdb.base/structs.exp
8849 * gdb.base/sym-file.exp
8850 * gdb.base/symtab-search-order.exp
8851 * gdb.base/term.exp
8852 * gdb.base/type-opaque.exp
8853 * gdb.base/unload.exp
8854 * gdb.base/until-nodebug.exp
8855 * gdb.base/until.exp
8856 * gdb.base/unwindonsignal.exp
8857 * gdb.base/watch-cond.exp
8858 * gdb.base/watch-non-mem.exp
8859 * gdb.base/watch_thread_num.exp
8860 * gdb.base/watchpoint-reuse-slot.exp
8861 * gdb.base/watchpoint-solib.exp
8862 * gdb.base/watchpoint.exp
8863 * gdb.btrace/dlopen.exp
8864 * gdb.cell/arch.exp
8865 * gdb.cell/break.exp
8866 * gdb.cell/bt.exp
8867 * gdb.cell/core.exp
8868 * gdb.cell/data.exp
8869 * gdb.cell/dwarfaddr.exp
8870 * gdb.cell/ea-cache.exp
8871 * gdb.cell/ea-standalone.exp
8872 * gdb.cell/ea-test.exp
8873 * gdb.cell/f-regs.exp
8874 * gdb.cell/fork.exp
8875 * gdb.cell/gcore.exp
8876 * gdb.cell/mem-access.exp
8877 * gdb.cell/ptype.exp
8878 * gdb.cell/registers.exp
8879 * gdb.cell/sizeof.exp
8880 * gdb.cell/solib-symbol.exp
8881 * gdb.cell/solib.exp
8882 * gdb.compile/compile-tls.exp
8883 * gdb.cp/exception.exp
8884 * gdb.cp/gdb2495.exp
8885 * gdb.cp/local.exp
8886 * gdb.cp/mb-inline.exp
8887 * gdb.cp/mb-templates.exp
8888 * gdb.cp/pr10687.exp
8889 * gdb.cp/pr9167.exp
8890 * gdb.cp/scope-err.exp
8891 * gdb.cp/templates.exp
8892 * gdb.cp/virtfunc.exp
8893 * gdb.dwarf2/dw2-dir-file-name.exp
8894 * gdb.dwarf2/dw2-single-line-discriminators.exp
8895 * gdb.fortran/complex.exp
8896 * gdb.fortran/library-module.exp
8897 * gdb.guile/guile.exp
8898 * gdb.guile/scm-cmd.exp
8899 * gdb.guile/scm-frame-inline.exp
8900 * gdb.guile/scm-objfile.exp
8901 * gdb.guile/scm-pretty-print.exp
8902 * gdb.guile/scm-symbol.exp
8903 * gdb.guile/scm-type.exp
8904 * gdb.guile/scm-value.exp
8905 * gdb.linespec/keywords.exp
8906 * gdb.linespec/ls-errs.exp
8907 * gdb.linespec/macro-relative.exp
8908 * gdb.linespec/thread.exp
8909 * gdb.mi/mi-breakpoint-changed.exp
8910 * gdb.mi/mi-dprintf-pending.exp
8911 * gdb.mi/mi-fullname-deleted.exp
8912 * gdb.mi/mi-logging.exp
8913 * gdb.mi/mi-pending.exp
8914 * gdb.mi/mi-solib.exp
8915 * gdb.mi/new-ui-mi-sync.exp
8916 * gdb.mi/user-selected-context-sync.exp
8917 * gdb.multi/dummy-frame-restore.exp
8918 * gdb.multi/multi-arch-exec.exp
8919 * gdb.multi/remove-inferiors.exp
8920 * gdb.multi/watchpoint-multi-exit.exp
8921 * gdb.opt/solib-intra-step.exp
8922 * gdb.perf/backtrace.exp
8923 * gdb.perf/single-step.exp
8924 * gdb.perf/skip-command.exp
8925 * gdb.perf/skip-prologue.exp
8926 * gdb.perf/solib.exp
8927 * gdb.python/lib-types.exp
8928 * gdb.python/py-as-string.exp
8929 * gdb.python/py-bad-printers.exp
8930 * gdb.python/py-block.exp
8931 * gdb.python/py-breakpoint.exp
8932 * gdb.python/py-cmd.exp
8933 * gdb.python/py-events.exp
8934 * gdb.python/py-evthreads.exp
8935 * gdb.python/py-finish-breakpoint.exp
8936 * gdb.python/py-finish-breakpoint2.exp
8937 * gdb.python/py-frame-inline.exp
8938 * gdb.python/py-frame.exp
8939 * gdb.python/py-inferior.exp
8940 * gdb.python/py-infthread.exp
8941 * gdb.python/py-mi.exp
8942 * gdb.python/py-objfile.exp
8943 * gdb.python/py-pp-maint.exp
8944 * gdb.python/py-pp-registration.exp
8945 * gdb.python/py-prettyprint.exp
8946 * gdb.python/py-recurse-unwind.exp
8947 * gdb.python/py-shared.exp
8948 * gdb.python/py-symbol.exp
8949 * gdb.python/py-symtab.exp
8950 * gdb.python/py-template.exp
8951 * gdb.python/py-type.exp
8952 * gdb.python/py-unwind-maint.exp
8953 * gdb.python/py-unwind.exp
8954 * gdb.python/py-value.exp
8955 * gdb.python/python.exp
8956 * gdb.reverse/finish-reverse-bkpt.exp
8957 * gdb.reverse/insn-reverse.exp
8958 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8959 * gdb.reverse/solib-precsave.exp
8960 * gdb.reverse/solib-reverse.exp
8961 * gdb.stabs/gdb11479.exp
8962 * gdb.stabs/weird.exp
8963 * gdb.threads/fork-child-threads.exp
8964 * gdb.threads/fork-plus-threads.exp
8965 * gdb.threads/fork-thread-pending.exp
8966 * gdb.threads/forking-threads-plus-breakpoint.exp
8967 * gdb.threads/hand-call-in-threads.exp
8968 * gdb.threads/interrupted-hand-call.exp
8969 * gdb.threads/linux-dp.exp
8970 * gdb.threads/local-watch-wrong-thread.exp
8971 * gdb.threads/next-while-other-thread-longjmps.exp
8972 * gdb.threads/non-ldr-exit.exp
8973 * gdb.threads/pending-step.exp
8974 * gdb.threads/print-threads.exp
8975 * gdb.threads/process-dies-while-detaching.exp
8976 * gdb.threads/process-dies-while-handling-bp.exp
8977 * gdb.threads/pthreads.exp
8978 * gdb.threads/queue-signal.exp
8979 * gdb.threads/reconnect-signal.exp
8980 * gdb.threads/signal-command-handle-nopass.exp
8981 * gdb.threads/signal-command-multiple-signals-pending.exp
8982 * gdb.threads/signal-delivered-right-thread.exp
8983 * gdb.threads/signal-sigtrap.exp
8984 * gdb.threads/sigthread.exp
8985 * gdb.threads/staticthreads.exp
8986 * gdb.threads/stepi-random-signal.exp
8987 * gdb.threads/thread-unwindonsignal.exp
8988 * gdb.threads/thread_check.exp
8989 * gdb.threads/thread_events.exp
8990 * gdb.threads/tid-reuse.exp
8991 * gdb.threads/tls-nodebug.exp
8992 * gdb.threads/tls-shared.exp
8993 * gdb.threads/tls-so_extern.exp
8994 * gdb.threads/tls.exp
8995 * gdb.threads/wp-replication.exp
8996 * gdb.trace/actions-changed.exp
8997 * gdb.trace/actions.exp
8998 * gdb.trace/backtrace.exp
8999 * gdb.trace/change-loc.exp
9000 * gdb.trace/collection.exp
9001 * gdb.trace/deltrace.exp
9002 * gdb.trace/disconnected-tracing.exp
9003 * gdb.trace/entry-values.exp
9004 * gdb.trace/ftrace-lock.exp
9005 * gdb.trace/ftrace.exp
9006 * gdb.trace/infotrace.exp
9007 * gdb.trace/mi-trace-frame-collected.exp
9008 * gdb.trace/mi-trace-unavailable.exp
9009 * gdb.trace/mi-traceframe-changed.exp
9010 * gdb.trace/mi-tracepoint-changed.exp
9011 * gdb.trace/mi-tsv-changed.exp
9012 * gdb.trace/no-attach-trace.exp
9013 * gdb.trace/packetlen.exp
9014 * gdb.trace/passc-dyn.exp
9015 * gdb.trace/passcount.exp
9016 * gdb.trace/pending.exp
9017 * gdb.trace/pr16508.exp
9018 * gdb.trace/qtro.exp
9019 * gdb.trace/range-stepping.exp
9020 * gdb.trace/read-memory.exp
9021 * gdb.trace/report.exp
9022 * gdb.trace/save-trace.exp
9023 * gdb.trace/signal.exp
9024 * gdb.trace/stap-trace.exp
9025 * gdb.trace/status-stop.exp
9026 * gdb.trace/strace.exp
9027 * gdb.trace/tfile.exp
9028 * gdb.trace/tfind.exp
9029 * gdb.trace/trace-break.exp
9030 * gdb.trace/trace-condition.exp
9031 * gdb.trace/trace-enable-disable.exp
9032 * gdb.trace/trace-mt.exp
9033 * gdb.trace/tracecmd.exp
9034 * gdb.trace/tracefile-pseudo-reg.exp
9035 * gdb.trace/tspeed.exp
9036 * gdb.trace/tstatus.exp
9037 * gdb.trace/tsv.exp
9038 * gdb.trace/unavailable.exp
9039 * gdb.trace/while-dyn.exp
9040 * gdb.trace/while-stepping.exp
9041 * lib/gdb-guile.exp
9042 * lib/gdb.exp
9043 * lib/mi-support.exp
9044 * lib/pascal.exp
9045 * lib/perftest.exp
9046 * lib/prelink-support.exp
9047 * lib/selftest-support.exp
9048
9049 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9050
9051 * Makefile.in: Include disable-implicit-rules.mk.
9052
9053 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9054
9055 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9056 non-byte-aligned bit fields.
9057
9058 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9059
9060 PR gdb/12616
9061 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9062 respects the DW_AT_data_bit_offset attribute.
9063
9064 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9065
9066 * gdb.base/default.exp: Fix output of "set language".
9067
9068 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9069
9070 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9071 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9072 make.
9073 * configure.ac: Remove checks for the make program.
9074 * configure: Re-generate.
9075
9076 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9077
9078 * gdb.python/py-recurse-unwind.c (main): Add loop.
9079 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9080 to read_register() and gdb.parse_and_eval(). Make each code
9081 call a separate case that can be individually tested.
9082 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9083 proc. Call cont_and_backtrace for each of the code paths that
9084 we want to test in the unwinder.
9085
9086 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9087
9088 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9089 the definition of struct S.
9090
9091 2016-11-11 Catherine Moore <clm@codesourcery.com>
9092
9093 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9094
9095 2016-11-09 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.base/commands.exp (runto_or_return): New procedure.
9098 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9099 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9100 (progvar_simple_while_test, progvar_complex_if_while_test)
9101 (if_while_breakpoint_command_test)
9102 (infrun_breakpoint_command_test, breakpoint_command_test)
9103 (user_defined_command_test, watchpoint_command_test)
9104 (test_command_prompt_position, redefine_hook_test)
9105 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9106 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9107 multi_line_input and multi_line. Remove gdb_expect and
9108 gdb_stop_suppressing_tests uses.
9109 * lib/gdb.exp (valnum_re): New global.
9110 (multi_line_input): New procedure.
9111
9112 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9113
9114 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9115 Remove.
9116 (test_setup): Define with proc_with_prefix.
9117 (test_cli_inferior): Likewise.
9118 (test_cli_thread): Likewise.
9119 (test_cli_frame): Likewise.
9120 (test_cli_select_frame): Likewise.
9121 (test_cli_up_down): Likewise.
9122 (test_mi_thread_select): Likewise.
9123 (test_mi_stack_select_frame): Likewise.
9124 (test_cli_in_mi_inferior): Likewise.
9125 (test_cli_in_mi_thread): Likewise.
9126 (test_cli_in_mi_frame): Likewise.
9127 (top level): Do not use with_test_prefix_procname.
9128
9129 2016-11-09 Pedro Alves <palves@redhat.com>
9130
9131 * gdb.base/commands.exp (gdbvar_simple_if_test)
9132 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9133 (progvar_simple_if_test, progvar_simple_while_test)
9134 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9135 (infrun_breakpoint_command_test, breakpoint_command_test)
9136 (user_defined_command_test, watchpoint_command_test)
9137 (test_command_prompt_position, deprecated_command_test)
9138 (bp_deleted_in_command, temporary_breakpoint_commands)
9139 (stray_arg0_test, source_file_with_indented_comment)
9140 (recursive_source_test, if_commands_test)
9141 (error_clears_commands_left, redefine_hook_test)
9142 (redefine_backtrace_test): Use proc_with_prefix.
9143 * lib/gdb.exp (proc_with_prefix): New proc.
9144
9145 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9146
9147 * gdb.base/tui-layout.c: New file.
9148 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9149 disassembly window contains very long lines.
9150
9151 2016-11-08 Tom Tromey <tom@tromey.com>
9152
9153 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9154 depend on Python 2.
9155
9156 2016-11-08 Tom Tromey <tom@tromey.com>
9157
9158 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9159 New method.
9160
9161 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9162
9163 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9164
9165 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9166
9167 * gdb.rust/simple.rs: Add test for univariant enums without
9168 discriminants and for encoded struct-like enums.
9169
9170 2016-10-28 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9173 gdb_test_multiple, tighten regexps and match symtabs and line
9174 tables incrementally.
9175
9176 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9177
9178 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9179 general.
9180
9181 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9182
9183 * gdb.base/exec-invalid-sysroot.exp: New file.
9184
9185 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9186
9187 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9188
9189 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9190
9191 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9192
9193 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9194
9195 * gdb.base/killed-outside.exp: Remove $options from a call to
9196 `prepare_for_testing'.
9197
9198 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9199
9200 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9201 Change test message.
9202
9203 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9204
9205 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9206 Update comment.
9207
9208 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9209
9210 * gdb.trace/mi-trace-save.exp: New file.
9211
9212 2016-10-13 Yao Qi <yao.qi@linaro.org>
9213
9214 * gdb.base/code_elim.exp (get_var_address): Remove.
9215 * gdb.base/relocate.exp: Likewise.
9216 * gdb.base/shreloc.exp: Likewise.
9217 * lib/gdb.exp (get_var_address): New.
9218
9219 2016-10-13 Yao Qi <yao.qi@linaro.org>
9220
9221 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9222 floating point tests if $skip_float_test is false.
9223
9224 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9225
9226 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9227 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9228 argc values.
9229 Add 1 to argc so we guarantee distinct initial/modified argc values.
9230
9231 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9232
9233 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9234
9235 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9236
9237 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9238 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9239 * gdb.arch/vsx-regs.exp: Likewise.
9240
9241 2016-10-07 Yao Qi <yao.qi@linaro.org>
9242
9243 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9244
9245 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9246
9247 * gdb.python/python.exp: Test decode_line("*0").
9248
9249 2016-10-06 Doug Evans <dje@google.com>
9250
9251 * gdb.python/py-value.exp (test_value_creation): Add test for large
9252 unsigned 64-bit value.
9253
9254 2016-10-06 Tom Tromey <tom@tromey.com>
9255
9256 * gdb.compile/compile.exp: Change java tests to rust.
9257 * gdb.base/setshow.exp: Change java tests to rust.
9258 * gdb.base/default.exp: Remove java from language list.
9259 * README (Examples): Update language example.
9260 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9261 test.
9262 * lib/gdb.exp (skip_java_tests): Remove.
9263 * lib/java.exp: Remove.
9264 * gdb.java: Remove.
9265
9266 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9267
9268 * gdb.arch/mips-fcr.exp: New test.
9269 * gdb.arch/mips-fcr.c: Source for the new test.
9270
9271 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9272
9273 * gdb.base/solib-disc.exp: Use `standard_output_file'
9274 throughout.
9275
9276 2016-10-06 Pedro Alves <palves@redhat.com>
9277
9278 * gdb.base/jit-simple-dl.c: New file.
9279 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9280 * gdb.base/jit-simple.c: ... this.
9281 * gdb.base/jit-simple.exp (jit_run): Delete.
9282 (build_jit): New proc.
9283 (jit_test_reread): Recompile either the main program or the shared
9284 library, depending on what is being tested. Skip changing address
9285 if caller wants to. Compare before/after addresses. If testing
9286 standalone, explicitly load the binary. Test "maint info
9287 breakpoints".
9288 (top level): Add "standalone vs shared lib" and "change address"
9289 vs "same address" axes.
9290
9291 2016-10-06 Pedro Alves <palves@redhat.com>
9292
9293 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9294 call.
9295 (jit_run): Delete.
9296 (jit_test_reread): Use with_test_prefix. Reload the main binary
9297 explicitly. Compare the before/after addresses of the JIT
9298 descriptor.
9299
9300 2016-08-15 Doug Evans <dje@google.com>
9301
9302 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9303 for single bitfields is bool.
9304 * gdb.xml/tdesc-regs.exp: Ditto.
9305
9306 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9307
9308 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9309
9310 2016-10-05 Yao Qi <yao.qi@linaro.org>
9311
9312 * lib/gdb.exp (support_complex_tests): Return zero if
9313 gdb_skip_float_test return true.
9314
9315 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9316 Simon Marchi <simon.marchi@ericsson.com>
9317
9318 PR gdb/20487
9319 * gdb.mi/user-selected-context-sync.exp: New file.
9320 * gdb.mi/user-selected-context-sync.c: New file.
9321
9322 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9323 Simon Marchi <simon.marchi@ericsson.com>
9324
9325 PR gdb/20487
9326 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9327 =thread-select-event check.
9328
9329 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9330
9331 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9332 the compulsory L operand changes.
9333 * gdb.arch/powerpc-power.s: Likewise.
9334
9335 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9336
9337 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9338 * gdb.base/jit-attach-pie.c: New file.
9339 * gdb.base/jit-attach-pie.exp: New file.
9340
9341 2016-09-28 Pedro Alves <palves@redhat.com>
9342
9343 * gdb.base/infcall-input.c: New file.
9344 * gdb.base/infcall-input.exp: New file.
9345
9346 2016-09-22 Yao Qi <yao.qi@linaro.org>
9347
9348 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9349 (gdb_exit): Rename it to ...
9350 (gdbserver_gdb_exit): ... Close GDBserver.
9351 (gdb_exit): New proc, call gdbserver_gdb_exit.
9352 (mi_gdb_exit): Likewise.
9353
9354 2016-09-22 Yao Qi <yao.qi@linaro.org>
9355
9356 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9357 path.
9358 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9359 Remove duplication.
9360
9361 2016-09-22 Yao Qi <yao.qi@linaro.org>
9362
9363 * lib/gdbserver-support.exp: Check the existence of
9364 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9365
9366 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9367
9368 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9369
9370 2016-09-21 Tom Tromey <tom@tromey.com>
9371
9372 PR gdb/20604:
9373 * gdb.base/quit.exp: New file.
9374
9375 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9376
9377 * .gitignore: New file.
9378
9379 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9380
9381 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9382 throughout.
9383
9384 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9385
9386 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9387
9388 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9389
9390 * gdb.cp/casts.cc (decltype): Move it ...
9391 (main): ... with its call to ...
9392 * gdb.cp/casts03.cc: ... a new file.
9393 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9394
9395 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9396
9397 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9398
9399 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9400
9401 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9402 and sync up the test with tests in gas/testsuite/gas/ppc.
9403 * gdb.arch/powerpc-power.exp: Likewise.
9404
9405 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9406
9407 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9408
9409 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9410 Jan Kratochvil <jan.kratochvil@redhat.com>
9411
9412 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9413 make m1's definition to be different from m2's. Use 'dummy' as an
9414 argument for probe 'two'.
9415
9416 2016-09-10 Jon Beniston <jon@beniston.com>
9417
9418 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9419 for sim target.
9420
9421 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9422
9423 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9424 variable declaration.
9425 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9426 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9427 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9428 received HWCAP as its argument.
9429
9430 2016-09-06 Pedro Alves <palves@redhat.com>
9431
9432 * gdb.base/new-ui-pending-input.c: New file.
9433 * gdb.base/new-ui-pending-input.exp: New file.
9434 * gdb.exp (clear_gdb_spawn_id): New procedure.
9435 (with_spawn_id): Check whether gdb_spawn_id exists before
9436 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9437 on exit.
9438
9439 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9440
9441 * gdb.base/float128.c: New file.
9442 * gdb.base/float128.exp: Likewise.
9443 * gdb.base/floatn.c: Likewise.
9444 * gdb.base/floatn.exp: Likewise.
9445
9446 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9447
9448 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9449
9450 2016-09-05 Pedro Alves <palves@redhat.com>
9451
9452 PR backtrace/19927
9453 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9454 unwinders are immediately called as side effect of "source" or
9455 "disable unwinder" commands.
9456 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9457
9458 2016-09-02 Yao Qi <yao.qi@linaro.org>
9459
9460 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9461 is true and $type is "float" or "double".
9462
9463 2016-09-02 Yao Qi <yao.qi@linaro.org>
9464
9465 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9466 true.
9467 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9468 * gdb.base/call-rt-st.exp: Likewise.
9469 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9470 return value instead of gdb,skip_float_test.
9471 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9472 (do_function_calls): Use its return value instead of
9473 gdb,skip_float_test.
9474 * gdb.base/finish.exp: Likewise.
9475 * gdb.base/funcargs.exp: Likewise.
9476 * gdb.base/return.exp: Likewise.
9477 * gdb.base/return2.exp: Likewise.
9478 * gdb.base/varargs.exp: Likewise.
9479 * lib/gdb.exp (gdb_skip_float_test): Change it to
9480 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9481
9482 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9483
9484 * gdb.multi/tids.exp: Test "thread apply all".
9485
9486 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9487
9488 * gdb.base/default.exp (tty): Remove.
9489
9490 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9491
9492 * gdb.python/py-recurse-unwind.c: New file.
9493 * gdb.python/py-recurse-unwind.py: New file.
9494 * gdb.python/py-recurse-unwind.exp: New file.
9495
9496 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9497
9498 * gdb.base/set-inferior-tty.exp: New file.
9499 * gdb.base/set-inferior-tty.c: New file.
9500
9501 2016-08-23 Pedro Alves <palves@redhat.com>
9502
9503 PR gdb/20494
9504 * gdb.base/new-ui-echo.c: New file.
9505 * gdb.base/new-ui-echo.exp: New file.
9506
9507 2016-08-23 Yao Qi <yao.qi@linaro.org>
9508
9509 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9510 gdbserver_spawn.
9511 * gdb.server/connect-without-multi-process.exp (do_test):
9512 Likewise.
9513
9514 2016-08-23 Yao Qi <yao.qi@linaro.org>
9515
9516 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9517 standalone_txt. Delete gdb_txt and standalone_txt on host
9518 and target. Spawn the binary on target. Copy files from
9519 target to host.
9520
9521 2016-08-22 Pedro Alves <palves@redhat.com>
9522
9523 PR gdb/20505
9524 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9525 with_test_prefix. Factor out bits to ...
9526 (test_no_vdso): ... this new procedure.
9527
9528 2016-08-19 Carl Love <cel@us.ibm.com>
9529
9530 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9531 maintaining separate logic for constructing the output path.
9532 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9533 * gdb.arch/ppc-dfp.exp: Likewise.
9534 * gdb.arch/ppc-fp.exp: Likewise.
9535 * gdb.arch/vsx-regs.exp: Likewise.
9536 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9537 binprefix for generating the additional binary files.
9538
9539 2016-08-19 Pedro Alves <palves@redhat.com>
9540
9541 * gdb.trace/mi-trace-frame-collected.exp
9542 (test_trace_frame_collected): On x32, expect two registers.
9543
9544 2016-08-18 Carl Love <cel@us.ibm.com>
9545
9546 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9547 and sync up the test with tests in gas/testsuite/gas/ppc.
9548 * gdb.arch/powerpc-power.exp: Likewise.
9549
9550 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9551
9552 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9553 expected error message.
9554
9555 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9556
9557 * gdb.multi/remove-inferiors.exp: New file.
9558 * gdb.multi/remove-inferiors.c: New file.
9559
9560 2016-08-12 Yao Qi <yao.qi@linaro.org>
9561
9562 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9563 argument list.
9564
9565 2016-08-10 Pedro Alves <palves@redhat.com>
9566
9567 PR gdb/19187
9568 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9569 setup_kfails.
9570
9571 2016-08-09 Pedro Alves <palves@redhat.com>
9572 Simon Marchi <simon.marchi@ericsson.com>
9573
9574 PR gdb/20418
9575 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9576 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9577
9578 2016-08-09 Pedro Alves <palves@redhat.com>
9579
9580 PR mi/20431
9581 * gdb.mi/mi-cmd-error.exp: New file.
9582
9583 2016-08-09 Pedro Alves <palves@redhat.com>
9584
9585 PR gdb/18653
9586 * gdb.base/signals-state-child.c: New file.
9587 * gdb.base/signals-state-child.exp: New file.
9588 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9589
9590 2016-08-09 Pedro Alves <palves@redhat.com>
9591
9592 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9593
9594 2016-08-03 Tom Tromey <tom@tromey.com>
9595
9596 PR python/18565:
9597 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9598
9599 2016-08-01 Yao Qi <yao.qi@linaro.org>
9600
9601 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9602 variable mode to "multi-process" if $multi_process is 1, otherwise
9603 set it to "single-process".
9604
9605 2016-08-01 Yao Qi <yao.qi@linaro.org>
9606
9607 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9608 * gdb.cp/cpexprs.exp: Likewise.
9609 * gdb.cp/m-static.exp: Likewise.
9610
9611 2016-07-26 Tom Tromey <tom@tromey.com>
9612
9613 PR python/20190:
9614 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9615 test.
9616
9617 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9618
9619 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9620 selecting assembly source files.
9621 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9622 assembly source files.
9623 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9624 assembly source files.
9625 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9626 selecting assembly source files.
9627
9628 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9629
9630 * gdb.base/new-ui.exp (do_test_invalid_args): New
9631 procedure.
9632
9633 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9634
9635 * gdb.btrace/reconnect.c: New file.
9636 * gdb.btrace/reconnect.exp: New file.
9637
9638 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9639
9640 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9641 to test_catch_syscall_group.
9642 (test_catch_syscall_group): New.
9643
9644 2016-07-21 Tom Tromey <tom@tromey.com>
9645
9646 * gdb.rust/simple.rs (main): Use empty struct expression.
9647 * gdb.rust/simple.exp: Add tests for empty struct expression.
9648
9649 2016-07-21 Yao Qi <yao.qi@linaro.org>
9650
9651 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9652 if gdb_skip_xml_test is true on some targets.
9653
9654 2016-07-21 Yao Qi <yao.qi@linaro.org>
9655
9656 * gdb.server/solib-list.exp: Unset last_loaded_file.
9657
9658 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9659
9660 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9661 "step into captured_main (args)".
9662
9663 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9664
9665 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9666
9667 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9668
9669 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9670
9671 2016-07-19 Pedro Alves <palves@redhat.com>
9672
9673 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9674 * gdb.opt/inline-bt.exp: Likewise.
9675 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9676 additional_flags=-Winline.
9677 * gdb.opt/inline-locals.exp: Likewise.
9678 * gdb.opt/inline-markers.c (ATTR): Define.
9679 (inlined_fn): Use it.
9680
9681 2016-07-19 Yao Qi <yao.qi@linaro.org>
9682
9683 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9684 (test_with_self): Remove some code. Remove argument executable.
9685 (top-level): Use do_self_tests.
9686
9687 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9688 Don Breazeal <donb@codesourcery.com>
9689
9690 * gdb.base/maint.exp: Escape paths used in regular expressions.
9691 * gdb.stabs/weird.exp: Likewise.
9692
9693 2016-07-13 Tom Tromey <tom@tromey.com>
9694
9695 PR python/15620, PR python/18620:
9696 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9697 (test_bkpt_events): New procs.
9698
9699 2016-07-13 Tom Tromey <tom@tromey.com>
9700
9701 PR python/17698:
9702 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9703 test.
9704 (test_watchpoints): Likewise.
9705 (test_bkpt_pending): New proc.
9706
9707 2016-07-13 Tom Tromey <tom@tromey.com>
9708
9709 PR cli/18053:
9710 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9711 completion test.
9712
9713 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9714
9715 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9716 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9717 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9718 f_label.
9719 (g): Rename g_end_lbl to g_label.
9720 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9721 low_pc and high_pc.
9722 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9723
9724 2016-07-12 Tom Tromey <tom@tromey.com>
9725
9726 PR python/19293:
9727 * gdb.python/py-unwind-maint.exp: Update tests.
9728
9729 2016-07-12 Yao Qi <yao.qi@linaro.org>
9730
9731 * lib/selftest-support.exp (selftest_setup): Match the output
9732 when captured_main is inlined.
9733
9734 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9735
9736 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9737 New variables.
9738 (print this%a, print this%b, print this): New tests.
9739 * gdb.fortran/derived-types.f90 (this): New object and
9740 initialization.
9741
9742 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9743
9744 * gdb.ada/arraydim.exp: Remove extra directory level in build
9745 directory.
9746
9747 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9748
9749 * lib/ada.exp: Remove extra directory level in build directory.
9750 * gdb.ada/cond_lang.exp: Likewise.
9751 * gdb.ada/exec_changed.exp: Likewise.
9752 * gdb.ada/lang_switch.exp: Likewise.
9753
9754 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9755
9756 * simple.rs: Add test for raw pointer subscripting.
9757 * simple.exp: Add test expectations.
9758
9759 2016-07-05 Yao Qi <yao.qi@linaro.org>
9760
9761 * gdb.mi/mi-reverse.exp: Match =record-started output.
9762
9763 2016-07-01 Pedro Alves <palves@redhat.com>
9764
9765 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9766 procedure.
9767 (jit_reader_test): Test the jit reader's unwinder.
9768 * gdb.base/jithost.c (jit_function_00_code): New global.
9769 (main): Use memcpy to fill in the mmapped code, instead of poking
9770 bytes manually here.
9771 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9772 value.
9773 (read_debug_info): Save the function's range.
9774 (read_sp): New function.
9775 (unwind_frame): Use it. Also unwind RBP.
9776 (get_frame_id): Use read_sp.
9777 (gdb_init_reader): Use calloc instead of malloc.
9778 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9779 parameter. Use gdb_test_multiple.
9780
9781 2016-07-01 Pedro Alves <palves@redhat.com>
9782 Antoine Tremblay <antoine.tremblay@ericsson.com>
9783
9784 * gdb.threads/process-dies-while-detaching.c: New file.
9785 * gdb.threads/process-dies-while-detaching.exp: New file.
9786
9787 2016-07-01 Pedro Alves <palves@redhat.com>
9788
9789 * gdb.multi/watchpoint-multi-exit.c: New file.
9790 * gdb.multi/watchpoint-multi-exit.exp: New file.
9791
9792 2016-06-30 Pedro Alves <palves@redhat.com>
9793
9794 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9795 unset inferior_spawn_id.
9796
9797 2016-06-30 Pedro Alves <palves@redhat.com>
9798
9799 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9800 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9801
9802 2016-06-29 Yao Qi <yao.qi@linaro.org>
9803
9804 * gdb.base/return.c: Add copyright header.
9805
9806 2016-06-29 Tom Tromey <tom@tromey.com>
9807
9808 PR python/20129:
9809 * gdb.python/py-framefilter.exp: Add tests for setting priority
9810 and disabling of non-existent frame filter.
9811
9812 2016-06-29 Yao Qi <yao.qi@linaro.org>
9813
9814 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9815 0x0f07ff.
9816
9817 2016-06-28 Yao Qi <yao.qi@linaro.org>
9818
9819 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9820 triplets. Start gdb, execute catch syscall, and continue. Check
9821 gdb's output to determine catch syscall is supported.
9822
9823 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9824
9825 * gdb.rust/simple.rs: Add test for returning unit in a function.
9826 * gdb.rust/simple.exp: Add expectation for functions returning
9827 unit.
9828
9829 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9830
9831 * gdb.python/py-breakpoint-create-fail.c,
9832 gdb.python/py-breakpoint-create-fail.exp,
9833 gdb.python/py-breakpoint-create-fail.py: New testcase.
9834
9835 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9836
9837 PR gdb/20239
9838 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9839 * gdb.rust/simple.exp: Add test expectations for new NonZero
9840 tests.
9841
9842 2016-06-24 David Taylor <dtaylor@emc.com>
9843
9844 * gdb.base/offsets.exp: New file.
9845 * gdb.base/offsets.c: New file.
9846
9847 2016-06-23 Tom Tromey <tom@tromey.com>
9848
9849 PR gdb/16483:
9850 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9851 before any filters are loaded.
9852
9853 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9854
9855 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9856 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9857 structs.
9858 * gdb.fortran/derived-type-function.exp: New file.
9859 * gdb.fortran/derived-type-function.f90: New file.
9860
9861
9862 2016-06-21 Pedro Alves <palves@redhat.com>
9863
9864 * gdb.base/new-ui.exp: New file.
9865 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9866 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9867 (with_spawn_id): New procedure.
9868
9869 2016-06-21 Pedro Alves <palves@redhat.com>
9870
9871 * gdb.mi/mi-exec-run.exp: New file.
9872
9873 2016-06-21 Pedro Alves <palves@redhat.com>
9874
9875 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9876 breakpoint command's output on the main UI.
9877 (test_break): New procedure, factored out from calls in the top
9878 level.
9879 (top level): Use foreach_with_prefix to test MI as main UI and as
9880 separate UI.
9881
9882 2016-06-21 Pedro Alves <palves@redhat.com>
9883
9884 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9885 (test_awatch_creation_and_listing)
9886 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9887 Remove 'type' parameter.
9888 (test_watchpoint_all): New parameter mi_mode. Remove
9889 with_test_prefix.
9890 (top level): Use foreach_with_prefix, and add main/separate UI MI
9891 testing axis.
9892
9893 2016-06-21 Pedro Alves <palves@redhat.com>
9894
9895 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9896 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9897 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9898 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9899 (gdb_main_spawn_id, mi_spawn_id): Declare and
9900 comment.
9901 (mi_create_inferior_pty): New procedure,
9902 factored out from default_mi_gdb_start.
9903 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9904 procedures.
9905 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9906 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9907 Use mi_create_inferior_pty.
9908 (mi_gdb_start): Use eval to pass down args list.
9909
9910 2016-06-21 Pedro Alves <palves@redhat.com>
9911
9912 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9913 * gdb.opt/inline-cmds.exp: Add MI tests.
9914
9915 2016-06-21 Pedro Alves <palves@redhat.com>
9916
9917 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9918
9919 2016-06-21 Pedro Alves <palves@redhat.com>
9920
9921 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9922 (top level): Use it instead of mi_execute_to.
9923
9924 2016-06-21 Pedro Alves <palves@redhat.com>
9925
9926 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9927 (cont_handler_str): New.
9928 (signal_stop_handler): Set stop_handler_str instead of printing to
9929 stdout.
9930 (continue_handler): Set cont_handler_str instead of printing to
9931 stdout.
9932 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9933 mi_send_resuming_command. Print stop_handler_str and
9934 cont_handler_str instead of expecting the python events print
9935 directly.
9936
9937 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9938
9939 * gdb.base/jit-reader.exp: New file.
9940 * gdb.base/jithost.c: New file.
9941 * gdb.base/jithost.h: New file.
9942 * gdb.base/jitreader.c : New file.
9943 * gdb.base/jit-protocol.h: New file.
9944
9945 2016-06-17 Yao Qi <yao.qi@linaro.org>
9946
9947 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9948 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9949 and detach-on-fork. Adjust tests.
9950 (top level): Invoke break_cond_on_syscall with combinations of
9951 syscall, follow-fork-mode and detach-on-fork.
9952
9953 2016-06-17 Yao Qi <yao.qi@linaro.org>
9954
9955 * gdb.base/step-over-exit.c: New.
9956 * gdb.base/step-over-exit.exp: New.
9957
9958 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9959
9960 * gdb.base/float.exp: Add target check for nds32*-*-*.
9961 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9962
9963 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9964
9965 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9966 for unsupported target features.
9967 * gdb.base/call-rt-st.exp: Likewise.
9968 * gdb.base/call-sc.exp: Likewise.
9969 * gdb.base/call-signal-resume.exp: Likewise.
9970 * gdb.base/call-strs.exp: Likewise.
9971 * gdb.base/callexit.exp: Likewise.
9972 * gdb.base/callfuncs.exp: Likewise.
9973 * gdb.base/nodebug.exp: Likewise.
9974 * gdb.base/printcmds.exp: Likewise.
9975 * gdb.base/ptype.exp: Likewise.
9976 * gdb.base/structs.exp: Likewise.
9977 * gdb.base/unwindonsignal.exp: Likewise.
9978 * gdb.cp/gdb2495.exp: Likewise.
9979 * gdb.cp/templates.exp: Likewise.
9980 * gdb.cp/virtfunc.exp: Likewise.
9981 * gdb.threads/hand-call-in-threads.exp: Likewise.
9982 * gdb.threads/interrupted-hand-call.exp: Likewise.
9983 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9984
9985 2016-06-10 Tom Tromey <tom@tromey.com>
9986
9987 PR rust/20110:
9988 * gdb.rust/expr.exp: Add test for integer constant larger than
9989 i32.
9990
9991 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9992
9993 * gdb.fortran/nested-funcs.exp: New.
9994 * gdb.fortran/nested-funcs.f90: New.
9995
9996 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9997
9998 * gdb.base/examine-backward.c: New file.
9999 * gdb.base/examine-backward.exp: New file.
10000
10001 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10002
10003 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10004 matching.
10005
10006 2016-06-02 Tom Tromey <tom@tromey.com>
10007
10008 PR python/18984:
10009 * gdb.python/py-shared.exp: Add solib_name test.
10010
10011 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10012
10013 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10014
10015 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10016
10017 PR c++/19893
10018 * gdb.dwarf2/implref.exp: Rename to...
10019 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10020 * gdb.dwarf2/implref-array.c: New file.
10021 * gdb.dwarf2/implref-array.exp: Likewise.
10022 * gdb.dwarf2/implref-global.c: Likewise.
10023 * gdb.dwarf2/implref-global.exp: Likewise.
10024 * gdb.dwarf2/implref-struct.c: Likewise.
10025 * gdb.dwarf2/implref-struct.exp: Likewise.
10026
10027 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10028
10029 * gdb.trace/trace-condition.exp: Add 64bit tests.
10030
10031 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10032
10033 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10034 bits types.
10035 (main): Adapt to 8 to 64 bits types.
10036 * gdb.trace/trace-condition.exp: Add new tests.
10037
10038 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10039
10040 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10041
10042 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10043
10044 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10045 Move condition tests...
10046 * gdb.trace/trace-condition.exp: Here.
10047
10048 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10049
10050 * gdb.trace/trace-condition.exp: Add counter-case tests.
10051
10052 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10053
10054 PR c++/15231
10055 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10056 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10057
10058 2016-05-27 Pedro Alves <palves@redhat.com>
10059
10060 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10061 New procedure.
10062 (top level): Call it, and bail out of DejaGnu is known to be bad.
10063
10064 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10065
10066 * gdb.base/whatis.c: Extend the test case.
10067 * gdb.base/whatis.exp: Add additional tests.
10068
10069 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10070
10071 * gdb.fortran/type.f90: Add pointer variable.
10072 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10073
10074 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10075
10076 * gdb.fortran/vla-type.exp: Fix testcase name.
10077
10078 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10079
10080 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10081
10082 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10083
10084 * gdb.fortran/type.f90: Add nested structures.
10085 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10086 * gdb.fortran/derived-type.exp: Adapt expected output.
10087 * gdb.fortran/vla-type.exp: Adapt expected output.
10088
10089 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10090
10091 * gdb.fortran/whatis_type.exp: Adapt expected output.
10092
10093 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10094
10095 * gdb.fortran/print_type.exp: Fix expected output.
10096 * gdb.fortran/whatis_type.exp: Fix expected output.
10097
10098 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10099
10100 * gdb.fortran/whatis_type.exp: Use multi_line.
10101
10102 2016-05-24 Tom Tromey <tom@tromey.com>
10103
10104 PR python/17386:
10105 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10106 use value as an index.
10107
10108 2016-05-23 Tom Tromey <tom@tromey.com>
10109
10110 PR python/17981:
10111 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10112 no-breakpoint case.
10113
10114 2016-05-24 Pedro Alves <palves@redhat.com>
10115
10116 PR gdb/19828
10117 * gdb.threads/clone-attach-detach.c: New file.
10118 * gdb.threads/clone-attach-detach.exp: New file.
10119
10120 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10121
10122 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10123
10124 2016-05-23 Tom Tromey <tom@tromey.com>
10125
10126 PR python/19438, PR python/18393:
10127 * gdb.python/py-progspace.exp: Add "dir" test.
10128 * gdb.python/py-objfile.exp: Add "dir" test.
10129
10130 2016-05-23 Yao Qi <yao.qi@linaro.org>
10131
10132 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10133 * gdb.arch/thumb2-it.exp: Likewise.
10134
10135 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10136
10137 * gdb.mi/mi-threads-interrupt.c: New file.
10138 * gdb.mi/mi-threads-interrupt.exp: New file.
10139
10140 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10141
10142 PR gdb/18077
10143 * gdb.mi/mi-async-run.exp: New file.
10144 * gdb.mi/mi-async-run.c: New file.
10145
10146 2016-05-17 Tom Tromey <tom@tromey.com>
10147 Manish Goregaokar <manishsmail@gmail.com>
10148
10149 * lib/rust-support.exp: New file.
10150 * lib/gdb.exp (skip_rust_tests): New proc.
10151 (build_executable_from_specs): Handle rust.
10152 * lib/future.exp (gdb_find_rustc): New proc.
10153 (gdb_default_target_compile): Handle rust.
10154 * gdb.rust/expr.exp: New file.
10155 * gdb.rust/generics.exp: New file.
10156 * gdb.rust/generics.rs: New file.
10157 * gdb.rust/methods.exp: New file.
10158 * gdb.rust/methods.rs: New file.
10159 * gdb.rust/modules.exp: New file.
10160 * gdb.rust/modules.rs: New file.
10161 * gdb.rust/simple.exp: New file.
10162 * gdb.rust/simple.rs: New file.
10163
10164 2016-05-17 Tom Tromey <tom@tromey.com>
10165
10166 * gdb.base/default.exp (set language): Add rust.
10167
10168 2016-05-17 Tom Tromey <tom@tromey.com>
10169
10170 * gdb.gdb/unittest.exp: New file.
10171
10172 2016-05-16 Yao Qi <yao.qi@linaro.org>
10173
10174 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10175 shell_prompt. Update shell_prompt_re.
10176
10177 2016-05-12 Doug Evans <dje@google.com>
10178
10179 PR symtab/19999
10180 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10181 $options when building executable.
10182 * gdb.dwarf2/fission-loclists-pie.S: New file.
10183 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10184
10185 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10186
10187 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10188 of [is_remote target],
10189
10190 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10191
10192 * lib/gdb.exp (use_gdb_stub): New procedure.
10193
10194 2016-05-03 Yunlian Jiang <yunlian@google.com>
10195 Doug Evans <dje@google.com>
10196
10197 PR symtab/19914
10198 * gdb.dwarf2/dwp-sepdebug.c: New file.
10199 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10200
10201 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10202
10203 * gdb.base/detach.exp: Remove is_remote check.
10204
10205 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10206
10207 * gdb.base/annota-input-while-running.exp: Don't check for
10208 [is_remote target]. Enable annotations after running to main.
10209 Remove unused "set test..." line.
10210
10211 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10212
10213 * gdb.trace/trace-enable-disable.exp: New file.
10214 * gdb.trace/trace-enable-disable.c: New file.
10215
10216 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10217
10218 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10219 use it in info sharedlibrary test.
10220 * gdb.trace/ftrace-lock.exp: Likewise.
10221 * gdb.trace/ftrace.exp: Likewise.
10222 * gdb.trace/range-stepping.exp: Likewise.
10223 * gdb.trace/trace-break.exp: Likewise.
10224 * gdb.trace/trace-condition.exp: Likewise.
10225 * gdb.trace/trace-mt.exp: Likewise.
10226
10227 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10228
10229 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10230 (gdb_load_shlib): ... this.
10231 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10232 gdb_load_shlib.
10233 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10234 * gdb.base/ctxobj.exp: Likewise.
10235 * gdb.base/dprintf-pending.exp: Likewise.
10236 * gdb.base/dso2dso.exp: Likewise.
10237 * gdb.base/fixsection.exp: Likewise.
10238 * gdb.base/gcore-relro.exp: Likewise.
10239 * gdb.base/gdb1555.exp: Likewise.
10240 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10241 * gdb.base/gnu-ifunc.exp: Likewise.
10242 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10243 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10244 * gdb.base/pending.exp: Likewise.
10245 * gdb.base/print-file-var.exp: Likewise.
10246 * gdb.base/print-symbol-loading.exp: Likewise.
10247 * gdb.base/shlib-call.exp: Likewise.
10248 * gdb.base/shreloc.exp: Likewise.
10249 * gdb.base/so-impl-ld.exp: Likewise.
10250 * gdb.base/solib-disc.exp: Likewise.
10251 * gdb.base/solib-nodir.exp: Likewise.
10252 * gdb.base/solib-overlap.exp: Likewise.
10253 * gdb.base/solib-symbol.exp: Likewise.
10254 * gdb.base/solib-weak.exp (do_test): Likewise.
10255 * gdb.base/sym-file.exp: Likewise.
10256 * gdb.base/symtab-search-order.exp: Likewise.
10257 * gdb.base/type-opaque.exp: Likewise.
10258 * gdb.base/unload.exp: Likewise.
10259 * gdb.base/watchpoint-solib.exp: Likewise.
10260 * gdb.compile/compile.exp: Likewise.
10261 * gdb.cp/gdb2384.exp: Likewise.
10262 * gdb.cp/infcall-dlopen.exp: Likewise.
10263 * gdb.cp/re-set-overloaded.exp: Likewise.
10264 * gdb.fortran/library-module.exp: Likewise.
10265 * gdb.opt/solib-intra-step.exp: Likewise.
10266 * gdb.python/py-finish-breakpoint.exp: Likewise.
10267 * gdb.python/py-shared.exp: Likewise.
10268 * gdb.reverse/solib-precsave.exp: Likewise.
10269 * gdb.reverse/solib-reverse.exp: Likewise.
10270 * gdb.server/solib-list.exp: Likewise.
10271 * gdb.threads/dlopen-libpthread.exp: Likewise.
10272 * gdb.threads/tls-shared.exp: Likewise.
10273 * gdb.threads/tls-so_extern.exp: Likewise.
10274 * gdb.trace/change-loc.exp: Likewise.
10275 * gdb.trace/ftrace-lock.exp: Likewise.
10276 * gdb.trace/ftrace.exp: Likewise.
10277 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10278 * gdb.trace/pending.exp: Likewise.
10279 * gdb.trace/range-stepping.exp: Likewise.
10280 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10281 (strace_info_marker): Likewise.
10282 (strace_probe_marker): Likewise.
10283 (strace_trace_on_same_addr): Likewise.
10284 (strace_trace_on_diff_addr): Likewise.
10285 * gdb.trace/trace-break.exp: Likewise.
10286 * gdb.trace/trace-condition.exp: Likewise.
10287 * gdb.trace/trace-mt.exp: Likewise.
10288
10289 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10290
10291 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10292 result of gdb_remote_download.
10293 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10294 * gdb.base/dso2dso.exp: Likewise.
10295 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10296 * gdb.base/print-file-var.exp: Likewise.
10297 * gdb.base/shlib-call.exp: Likewise.
10298 * gdb.base/shreloc.exp: Likewise.
10299 * gdb.base/solib-overlap.exp: Likewise.
10300 * gdb.base/solib-weak.exp (do_test): Likewise.
10301 * gdb.base/unload.exp: Likewise.
10302
10303 2016-04-27 Yao Qi <yao.qi@linaro.org>
10304
10305 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10306 exists.
10307
10308 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10309
10310 * vla-type.exp: Print structure from toplevel.
10311
10312 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10313
10314 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10315 of dynamic types.
10316 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10317 of dynamic types.
10318
10319 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10320
10321 * gdb.fortran/vla-type.f90: New file.
10322 * gdb.fortran/vla-type.exp: New file.
10323
10324 2016-04-25 Yao Qi <yao.qi@linaro.org>
10325
10326 * gdb.base/branch-to-self.c: New file.
10327 * gdb.base/branch-to-self.exp: New file.
10328
10329 2016-04-22 Yao Qi <yao.qi@linaro.org>
10330
10331 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10332 more after $hex.
10333
10334 2016-04-22 Yao Qi <yao.qi@linaro.org>
10335
10336 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10337 * gdb.base/annota3.exp: Likewise.
10338
10339 2016-04-22 Yao Qi <yao.qi@linaro.org>
10340
10341 * gdb.reverse/step-precsave.exp: Do one step and test program
10342 stops in "callee" and do multiple steps until program goes out
10343 of "callee".
10344 * gdb.reverse/step-reverse.exp: Likewise.
10345
10346 2016-04-22 Yao Qi <yao.qi@linaro.org>
10347
10348 * gdb.trace/signal.exp: Also pass if
10349 $tracepoint_hits($i) > $iterations.
10350
10351 2016-04-22 Yao Qi <yao.qi@linaro.org>
10352
10353 * gdb.trace/signal.c: New file.
10354 * gdb.trace/signal.exp: New file.
10355
10356 2016-04-19 Doug Evans <xdje42@gmail.com>
10357
10358 * gdb.base/bad-file.exp: New file.
10359
10360 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10361
10362 * gdb.dwarf2/implref.exp: New file.
10363
10364 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10365
10366 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10367 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10368 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10369 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10370 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10371 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10372 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10373 * lib/fortran.exp (fortran_int4): New procedure.
10374 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10375 (fortran_logical4): Likewise.
10376
10377 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10378
10379 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10380
10381 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10382
10383 * lib/compiler.c: Add Intel specific preprocessor macros.
10384 * lib/compiler.cc: Likewise.
10385
10386 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10387
10388 * gdb.server/connect-with-no-symbol-file.c: New file.
10389 * gdb.server/connect-with-no-symbol-file.exp: New file.
10390
10391 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10392
10393 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10394
10395 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10396
10397 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10398 standard output directory.
10399
10400 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10401
10402 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10403
10404 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10405
10406 * gdb.btrace/instruction_history.c (loop): Add declaration.
10407
10408 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10409
10410 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10411
10412 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10413
10414 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10415 parentheses to print.
10416 (continue_handler): Likewise.
10417
10418 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10419
10420 * gdb.server/solib-list.exp: Remove is_remote check.
10421 Pass shlib= to gdb_compile. Don't link shared library with
10422 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10423 Run binary filename through "readlink -f" on the target.
10424
10425 2016-04-08 Pedro Alves <palves@redhat.com>
10426
10427 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10428 interpreter filename as argument to gdbserver_spawn.
10429 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10430 Return empty if $last_loaded_file does not exist.
10431
10432 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10433
10434 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10435 * gdb.base/jit-main.c: Use exit after usage.
10436
10437 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10438
10439 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10440 GDBHISTSIZE prior to the tests.
10441 * gdb.base/gdbinit-history.exp: Likewise.
10442
10443 2016-04-07 Pedro Alves <palves@redhat.com>
10444
10445 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10446 instead of build_executable. Use gdb_load_shlibs.
10447
10448 2016-04-07 Yao Qi <yao.qi@linaro.org>
10449
10450 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10451 Execute "si" command.
10452
10453 2016-04-07 Yao Qi <yao.qi@linaro.org>
10454
10455 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10456 number instead of the comments on some line.
10457
10458 2016-04-06 Don Breazeal <donb@codesourcery.com>
10459
10460 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10461 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10462
10463 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10464
10465 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10466 standard_output_file. Remove unused binfile variable.
10467
10468 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10469
10470 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10471 * gdb.python/py-mi-objfile.exp: Match "list main" output
10472 in console format.
10473
10474 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10475
10476 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10477 absolute.
10478
10479 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10480
10481 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10482 absolute.
10483 * gdb.trace/ftrace.exp: Likewise.
10484 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10485 targets as well.
10486 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10487 (gdb_load_shlibs): Copy libraries to test directory when testing
10488 natively. Only set solib-search-path if testing remotely.
10489 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10490
10491 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10492
10493 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10494 gdb_download. Use it even if the target is not remote.
10495 * gdb.base/jit.exp (compile_jit_test): Likewise.
10496 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10497 output directory if the destination board is local, otherwise use
10498 the standard remote_download from DejaGnu.
10499 (gdb_download): Remove.
10500 (gdb_load_shlibs): Use gdb_remote_download instead of
10501 gdb_download.
10502 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10503 Use gdb_remote_download instead of gdb_download. Use it even if
10504 the target is not remote.
10505 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10506 instead of gdb_download.
10507
10508 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10509
10510 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10511 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10512 run.
10513
10514 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10515
10516 PR gdb/19820
10517 * gdb.base/printcmds.exp: Add artificial arrays tests.
10518
10519 2016-03-31 Pedro Alves <palves@redhat.com>
10520
10521 PR gdb/19858
10522 * gdb.base/jit-main.c: Include unistd.h.
10523 (ATTACH): Define to 0 if not already defined.
10524 (wait_for_gdb, mypid): New globals.
10525 (WAIT_FOR_GDB): New macro.
10526 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10527 some breakpoint locations.
10528 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10529 New procedures.
10530 (one_jit_test): Add REATTACH parameter, and handle it. Use
10531 continue_to_test_location.
10532 (top level): Test attach, and adjusts calls to one_jit_test.
10533
10534 2016-03-31 Pedro Alves <palves@redhat.com>
10535
10536 PR gdb/19858
10537 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10538 BINSUFFIX parameter, and handle it.
10539 (top level): Adjust calls compile_jit_test.
10540
10541 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10542
10543 PR python/19743
10544 * gdb.python/py-mi-events-gdb.py: New file.
10545 * gdb.python/py-mi-events.c: New file.
10546 * gdb.python/py-mi-events.exp: New file.
10547
10548 2016-03-30 Yao Qi <yao.qi@linaro.org>
10549
10550 * gdb.reverse/until-precsave.exp: Match function name only.
10551 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10552 Move malloc to a condition block.
10553 * gdb.reverse/until-reverse.exp: Match function name only.
10554
10555 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10556
10557 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10558 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10559 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10560 variable for GPR 0 instead of assuming it is register 0.
10561 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10562 * lib/trace-support.exp: Add s390 registers.
10563
10564 2016-03-29 Yao Qi <yao.qi@linaro.org>
10565
10566 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10567
10568 2016-03-24 Yao Qi <yao.qi@linaro.org>
10569
10570 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10571 test message.
10572
10573 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10574
10575 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10576 maintaining separate logic for constructing the output path.
10577
10578 2016-03-16 Don Breazeal <donb@codesourcery.com>
10579
10580 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10581 Retry fork and waitpid on interrupted system call errors.
10582 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10583 Use with_timeout_factor to increase timeout by factor of 10.
10584
10585 2016-03-15 Don Breazeal <donb@codesourcery.com>
10586
10587 * gdb.cp/scope-err.cc: New test program.
10588 * gdb.cp/scope-err.exp: New test script.
10589 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10590 lines and "set breakpoint here" comment.
10591 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10592 Fixed some whitespace and format issues.
10593 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10594 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10595
10596 2016-03-15 Doug Evans <dje@google.com>
10597
10598 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10599 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10600 All callers updated. Add tests for enums, mixed flags register.
10601
10602 2016-03-15 Doug Evans <dje@google.com>
10603
10604 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10605 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10606
10607 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10608
10609 * gdb.base/default.exp: Add $_as_string to the list of expected
10610 convenience functions.
10611
10612 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10613
10614 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10615
10616 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10617
10618 * gdb.python/py-as-string.exp: New file.
10619 * gdb.python/py-as-string.c: New file.
10620
10621 2016-03-09 Pedro Alves <palves@redhat.com>
10622
10623 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10624 signal" -> "Thread NN received signal" output change.
10625 * gdb.threads/ia64-sigill.exp: Likewise.
10626 * gdb.threads/linux-dp.exp: Likewise.
10627 * gdb.threads/manythreads.exp: Likewise.
10628 * gdb.threads/pending-step.exp: Likewise.
10629 * gdb.threads/print-threads.exp: Likewise.
10630 * gdb.threads/sigstep-threads.exp: Likewise.
10631 * gdb.threads/staticthreads.exp: Likewise.
10632 * gdb.threads/tls.exp: Likewise.
10633
10634 2016-03-09 Pedro Alves <palves@redhat.com>
10635
10636 * gdb.base/command-line-input.exp: New file.
10637
10638 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10639
10640 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10641 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10642 * gdb.trace/pending.exp: Accept leading dot before function name.
10643 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10644 * lib/trace-support.exp: Set registers for ppc.
10645
10646 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10647
10648 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10649 use it for disassembly; accept .main in addition to main in backtrace.
10650
10651 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10652 Marcin Kościelnicki <koriakin@0x04.net>
10653
10654 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10655 (gdb_recursion_test_ptr): New global variable.
10656 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10657 gdb_recursion_test.
10658 (gdb_c_test): Ditto.
10659
10660 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10661
10662 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10663 ordering.
10664
10665 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10666
10667 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10668 (bar): Add bar_start_lbl label.
10669 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10670 of foo/bar for emitting DWARF and tracing.
10671
10672 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10673
10674 * analyze-racy-logs.py: Set executable bit.
10675
10676 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10677
10678 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10679 (CHECK_TARGET_TMP): Likewise.
10680 (check-single-racy): New rule.
10681 (check-parallel-racy): Likewise.
10682 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10683 (do-check-parallel-racy): New rule.
10684 (check-racy/%.exp): Likewise.
10685 * README (Racy testcases): New section.
10686 * analyze-racy-logs.py: New file.
10687
10688 2016-03-03 Doug Evans <dje@google.com>
10689
10690 * gdb.base/skip.exp: Use with_test_prefix.
10691
10692 2016-03-03 Yao Qi <yao.qi@linaro.org>
10693
10694 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10695 Invoke step_over_syscall "clone" and break_cond_on_syscall
10696 "clone".
10697 * gdb.base/step-over-clone.c: New file.
10698
10699 2016-03-03 Yao Qi <yao.qi@linaro.org>
10700
10701 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10702 code format.
10703
10704 2016-03-03 Yao Qi <yao.qi@linaro.org>
10705
10706 * gdb.base/disp-step-fork.c: Rename to ...
10707 * gdb.base/step-over-fork.c: ... it. New file.
10708 * gdb.base/disp-step-vfork.c: Rename to ...
10709 * gdb.base/step-over-vfork.c: ... it. New file.
10710 * gdb.base/disp-step-syscall.exp: Rename to ...
10711 * gdb.base/step-over-syscall.exp: ... it. New file.
10712 (disp_step_cross_syscall): Rename to ...
10713 (step_over_syscall): ... it.
10714
10715 2016-03-03 Yao Qi <yao.qi@linaro.org>
10716
10717 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10718 If target supports condition evaluation on target, invoke
10719 break_cond_on_syscall for fork and vfork.
10720
10721 2016-03-03 Yao Qi <yao.qi@linaro.org>
10722
10723 * gdb.base/disp-step-syscall.exp: Don't invoke
10724 support_displaced_stepping.
10725 (disp_step_cross_syscall): Test with displaced stepping off and
10726 on if supported.
10727
10728 2016-03-03 Yao Qi <yao.qi@linaro.org>
10729
10730 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10731 proc.
10732 (setup): New proc.
10733 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10734 and setup.
10735
10736 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10737
10738 * gdb.fortran/vla-history.exp: Remove breakpoint.
10739
10740 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10741
10742 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10743 exceeds timeout.
10744
10745 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10746
10747 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10748 breakpoint.
10749
10750 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10751
10752 * gdb.mi/vla.f90: Nullify pointer after declaration.
10753
10754 2016-03-01 Pedro Alves <palves@redhat.com>
10755
10756 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10757
10758 2016-03-01 Pedro Alves <palves@redhat.com>
10759
10760 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10761 before anything else.
10762 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10763 _GNU_SOURCE here.
10764 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10765 before anything else.
10766 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10767
10768 2016-03-01 Pedro Alves <palves@redhat.com>
10769
10770 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10771
10772 2016-03-01 Yao Qi <yao.qi@linaro.org>
10773
10774 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10775 prepare_for_testing.
10776
10777 2016-03-01 Yao Qi <yao.qi@linaro.org>
10778
10779 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10780
10781 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10782
10783 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10784 manually constructing the output path.
10785
10786 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10787
10788 * gdb.arch/s390-stackless.S: New.
10789 * gdb.arch/s390-stackless.exp: New.
10790
10791 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10792
10793 * gdb.dlang/circular.c: New file.
10794 * gdb.dlang/circular.exp: New file.
10795
10796 2016-02-26 Yao Qi <yao.qi@linaro.org>
10797
10798 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10799 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10800 (testcases): Update.
10801
10802 2016-02-26 Yao Qi <yao.qi@linaro.org>
10803
10804 * gdb.reverse/aarch64.c: Rename to ...
10805 * gdb.reverse/insn-reverse.c: ... it.
10806 * gdb.reverse/aarch64.exp: Rename to ...
10807 * gdb.reverse/insn-reverse.exp: ... it.
10808
10809 2016-02-26 Yao Qi <yao.qi@linaro.org>
10810
10811 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10812 (testcase_ftype): New.
10813 (testcases): New array.
10814 (n_testcases): New.
10815 (main): Call each element in testcases.
10816 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10817 (read_testcase): New.
10818 Do the tests in a loop.
10819
10820 2016-02-25 Yao Qi <yao.qi@linaro.org>
10821
10822 * gdb.base/branches.c: Remove.
10823
10824 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10825
10826 PR gdb/13808
10827 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10828
10829 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10830
10831 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10832
10833 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10834
10835 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10836 change x86_64 call_insn to 'callq'.
10837
10838 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10839
10840 * gdb.trace/tfile-avx.c: Move to...
10841 * gdb.trace/tracefile-pseudo-reg.c: Here.
10842 * gdb.trace/tfile-avx.exp: Move to...
10843 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10844
10845 2016-02-24 Gary Benson <gbenson@redhat.com>
10846
10847 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10848 message on attach.
10849
10850 2016-02-23 Doug Evans <dje@google.com>
10851
10852 * gdb.base/skip.c (test_skip): New function.
10853 (end_test_skip_file_and_function): New function.
10854 (test_skip_file_and_function): New function.
10855 * gdb.base/skip1.c (test_skip): New function.
10856 (skip1_test_skip_file_and_function): New function.
10857 * gdb.base/skip.exp: Add tests for new skip options.
10858 * gdb.base/skip-solib.exp: Update expected output.
10859 * gdb.perf/skip-command.cc: New file.
10860 * gdb.perf/skip-command.exp: New file.
10861 * gdb.perf/skip-command.py: New file.
10862
10863 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10864
10865 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10866 info registers pattern.
10867
10868 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10869
10870 * lib/future.exp: Add D support.
10871 (gdb_find_gdc): New proc.
10872 (gdb_default_target_compile): Add D support.
10873
10874 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10875
10876 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10877 user+system time.
10878 (trace_speed_test): Determine the iteration count for a time
10879 between 15..30 seconds.
10880
10881 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10882
10883 * gdb.arch/i386-mpx-sigsegv.c: New file.
10884 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10885 * gdb.arch/i386-mpx-simple_segv.c: New file.
10886 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10887
10888 2016-02-18 Yao Qi <yao.qi@linaro.org>
10889
10890 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10891 Don't call setup_kfail.
10892
10893 2016-02-18 Yao Qi <yao.qi@linaro.org>
10894
10895 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10896 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10897
10898 2016-02-16 Doug Evans <dje@google.com>
10899
10900 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10901 * gdb.base/skip1.c: Ditto.
10902 * gdb.base/skip.exp: Whitespace cleanup.
10903
10904 2016-02-16 Don Breazeal <donb@codesourcery.com>
10905
10906 PR remote/19496
10907 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10908 Remove kfail for PR remote/19496.
10909
10910 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10911
10912 * lib/gdb.exp (standard_temp_file): Return a path specific to
10913 the runtest invocation.
10914
10915 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10916
10917 * gdb.trace/save-trace.exp: Change relative path to be in the
10918 standard output directory.
10919
10920 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10921
10922 * gdb.arch/i386-prologue.c: Add missing prototypes.
10923
10924 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10925
10926 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10927 * gdb.arch/i386-prologue.exp: Likewise.
10928 * gdb.arch/i386-size.exp: Likewise.
10929
10930 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10931
10932 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10933 define object file path.
10934 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10935 file path.
10936 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10937 standard_output_file to define binfile.
10938
10939 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10940
10941 Fix compatibility with recent gfortran-5.3.1.
10942 * gdb.fortran/vla-history.exp (print vla1 allocated)
10943 (print vla2 allocated, print $2, print $3): Remove
10944 (print $4): Rename to ...
10945 (print $2): ... here.
10946 (print $9): Rename to ...
10947 (print $5): ... here.
10948 (print $10): Rename to ...
10949 (print $6): ... here.
10950 * gdb.fortran/vla.f90: Add pvla initialization.
10951
10952 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10953
10954 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10955 New test.
10956 * gdb.fortran/vla-value-sub.exp: Likewise.
10957
10958 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10959
10960 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10961
10962 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10963
10964 * i386-biarch-core.exp: Define corefile using
10965 standard_output_file.
10966
10967 2016-02-12 Yao Qi <yao.qi@linaro.org>
10968
10969 * gdb.arch/arm-single-step-kernel-helper.c: New.
10970 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10971
10972 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10973
10974 * gdb.btrace/tailcall-only.exp: New.
10975 * gdb.btrace/tailcall-only.c: New.
10976 * gdb.btrace/x86_64-tailcall-only.S: New.
10977 * gdb.btrace/i686-tailcall-only.S: New.
10978
10979 2016-02-11 Pedro Alves <palves@redhat.com>
10980
10981 * README (Parallel testing): Add missing double quotes.
10982
10983 2016-02-11 Pedro Alves <palves@redhat.com>
10984
10985 * README (Parallel testing): New section.
10986 (GDB_PARALLEL): Rewrite.
10987 (FORCE_PARALLEL): Document.
10988
10989 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10990
10991 * gdb.trace/tfile-avx.c: New test.
10992 * gdb.trace/tfile-avx.exp: New test.
10993
10994 2016-02-09 Keith Seitz <keiths@redhat.com>
10995
10996 PR breakpoints/19546
10997 * gdb.base/infcall-exec.c: New file.
10998 * gdb.base/infcall-exec2.c: New file.
10999 * gdb.base/infcall-exec.exp: New file.
11000
11001 2016-02-09 Keith Seitz <keiths@redhat.com>
11002
11003 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11004 (toplevel): Call test_bkpt_address.
11005
11006 2016-02-09 Keith Seitz <keiths@redhat.com>
11007
11008 PR python/19506
11009 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11010 (toplevel): Call test_bkpt_address.
11011
11012 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11013
11014 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11015 to AC_OUTPUT.
11016 * configure: Regenerate.
11017
11018 2016-02-09 Pedro Alves <palves@redhat.com>
11019
11020 PR breakpoints/19548
11021 * gdb.base/execl-update-breakpoints.c (some_function): New
11022 function.
11023 (main): Call it.
11024 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11025 Tighten expected GDB output.
11026
11027 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11028
11029 * Makefile.in (ALL_SUBDIRS): Remove.
11030 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11031 (distclean maintainer-clean realclean): Likewise.
11032 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11033 * configure: Regenerate.
11034 * gdb.ada/Makefile.in: Delete.
11035 * gdb.arch/Makefile.in: Likewise.
11036 * gdb.asm/Makefile.in: Likewise.
11037 * gdb.base/Makefile.in: Likewise.
11038 * gdb.btrace/Makefile.in: Likewise.
11039 * gdb.cell/Makefile.in: Likewise.
11040 * gdb.compile/Makefile.in: Likewise.
11041 * gdb.cp/Makefile.in: Likewise.
11042 * gdb.disasm/Makefile.in: Likewise.
11043 * gdb.dlang/Makefile.in: Likewise.
11044 * gdb.dwarf2/Makefile.in: Likewise.
11045 * gdb.fortran/Makefile.in: Likewise.
11046 * gdb.gdb/Makefile.in: Likewise.
11047 * gdb.go/Makefile.in: Likewise.
11048 * gdb.guile/Makefile.in: Likewise.
11049 * gdb.java/Makefile.in: Likewise.
11050 * gdb.linespec/Makefile.in: Likewise.
11051 * gdb.mi/Makefile.in: Likewise.
11052 * gdb.modula2/Makefile.in: Likewise.
11053 * gdb.multi/Makefile.in: Likewise.
11054 * gdb.objc/Makefile.in: Likewise.
11055 * gdb.opencl/Makefile.in: Likewise.
11056 * gdb.opt/Makefile.in: Likewise.
11057 * gdb.pascal/Makefile.in: Likewise.
11058 * gdb.perf/Makefile.in: Likewise.
11059 * gdb.python/Makefile.in: Likewise.
11060 * gdb.reverse/Makefile.in: Likewise.
11061 * gdb.server/Makefile.in: Likewise.
11062 * gdb.stabs/Makefile.in: Likewise.
11063 * gdb.threads/Makefile.in: Likewise.
11064 * gdb.trace/Makefile.in: Likewise.
11065 * gdb.xml/Makefile.in: Likewise.
11066 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11067 GDB_PARALLEL.
11068 (standard_output_file): Remove check for GDB_PARALLEL, always
11069 return path in outputs/$subdir/$testname.
11070
11071 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11072
11073 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11074 (site.exp): Assign abs_srcdir to tcl's srcdir.
11075
11076 2016-02-04 Yao Qi <yao.qi@linaro.org>
11077
11078 * gdb.base/foll-exec-mode.c: Include limits.h.
11079 (main): Add parameters argc and argv. Get directory from
11080 argv[0].
11081 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11082 compilation.
11083 * gdb.base/foll-exec.c: Include limits.h.
11084 (main): Add parameters argc and argv.
11085 Get directory from argv[0].
11086 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11087 Adjust tests on the number of lines as source code changed.
11088 * gdb.base/foll-vfork-exit.c: Include limits.h.
11089 (main): Add one line of statement before vfork.
11090 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11091 (main): Add parameters argc and argv. Get directory from
11092 argv[0].
11093 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11094 (setup_gdb): Set tbreak to skip some source lines.
11095 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11096 (main): Add parameters argc and argv. Get directory from
11097 argv[0].
11098 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11099 compilation.
11100 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11101 (main): Add parameters argc and argv. Get directory from
11102 argv[0].
11103 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11104 compilation.
11105
11106 2016-02-01 Doug Evans <dje@google.com>
11107
11108 * gdb.base/skip.exp: Clean up multiple references to same test name.
11109
11110 2016-02-01 Pedro Alves <palves@redhat.com>
11111
11112 PR remote/19496
11113 * gdb.threads/forking-threads-plus-breakpoint.exp
11114 (displaced_stepping_supported): New global.
11115 (probe_displaced_stepping_support): New procedure.
11116 (do_test): Add 'displaced' parameter, and use it.
11117 (top level): Check for displaced stepping support. Add displaced
11118 stepping on/off testing axis.
11119
11120 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11121
11122 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11123 pointer. Don't perform further tests on the unassociated pointer
11124 if the first test fails.
11125
11126 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11127
11128 * gdb.base/max-value-size.c: New file.
11129 * gdb.base/max-value-size.exp: New file.
11130 * gdb.base/huge.exp: Disable max-value-size for this test.
11131
11132 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11133
11134 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11135
11136 2016-01-28 Yao Qi <yao.qi@linaro.org>
11137
11138 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11139
11140 2016-01-25 Pedro Alves <palves@redhat.com>
11141
11142 PR threads/19461
11143 * gdb.base/fork-running-state.c: New file.
11144 * gdb.base/fork-running-state.exp: New file.
11145
11146 2016-01-25 Pedro Alves <palves@redhat.com>
11147
11148 PR gdb/19494
11149 * gdb.base/catch-fork-kill.c: New file.
11150 * gdb.base/catch-fork-kill.exp: New file.
11151
11152 2016-01-25 Pedro Alves <palves@redhat.com>
11153
11154 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11155 Delete, moved to lib/gdb.exp.
11156 * gdb.threads/forking-threads-plus-breakpoint.exp
11157 (foreach_with_prefix): Likewise.
11158 * gdb.threads/process-dies-while-handling-bp.exp
11159 (foreach_with_prefix): Likewise.
11160 * lib/gdb.exp (foreach_with_prefix): New procedure.
11161
11162 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11163
11164 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11165 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11166
11167 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11168
11169 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11170 endian targets.
11171
11172 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11173 Pedro Alves <palves@redhat.com>
11174
11175 Fix testsuite compatibility with Guile.
11176 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11177 number.
11178
11179 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11180
11181 Fix testsuite compatibility with Guile.
11182 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11183 (thread 1): New test for backtrace through signal handler.
11184
11185 2016-01-22 Yao Qi <yao.qi@linaro.org>
11186
11187 PR testsuite/19491
11188 * gdb.base/multi-forks.c: Include
11189 ../lib/unbuffer_output.c
11190 (main): Call gdb_unbuffer_output.
11191
11192 2016-01-21 Doug Evans <dje@google.com>
11193
11194 * lib/ada.exp (gdb_compile_ada): Fix typo.
11195
11196 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11197
11198 * gdb.base/break-fun-addr.exp: New file.
11199 * gdb.base/break-fun-addr1.c: New file.
11200 * gdb.base/break-fun-addr2.c: New file.
11201
11202 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11203
11204 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11205 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11206 enum flag values.
11207
11208 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11209
11210 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11211 when GDB can not set the vector return value. Add more comments
11212 for clarification.
11213
11214 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11215
11216 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11217 command.
11218
11219 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11220
11221 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11222
11223 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11224
11225 * Makefile.in (check-single): Pass --status to runtest.
11226 (check/%.exp): Likewise.
11227
11228 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11229
11230 * Makefile.in (check-parallel): Propagate return code from make
11231 do-check-parallel.
11232
11233 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11234
11235 * gdb.trace/ftrace.exp: Fix expected message on continue.
11236 * gdb.trace/pending.exp: Fix expected message on continue.
11237 * gdb.trace/trace-break.exp: Fix expected message on continue.
11238
11239 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11240
11241 * lib/gdb.exp (gdb_test): Remove unused global references.
11242
11243 2016-01-18 Pedro Alves <palves@redhat.com>
11244
11245 * gdb.base/async-shell.exp: Adjust expected output.
11246 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11247 * gdb.base/siginfo-thread.exp: Adjust expected output.
11248 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11249 * gdb.java/jnpe.exp: Adjust expected output.
11250 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11251 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11252 * gdb.threads/leader-exit.exp: Adjust expected output.
11253 * gdb.threads/manythreads.exp: Adjust expected output.
11254 * gdb.threads/pthreads.exp: Adjust expected output.
11255 * gdb.threads/schedlock.exp: Adjust expected output.
11256 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11257 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11258 expected output.
11259 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11260 output.
11261 * gdb.threads/sigthread.exp: Adjust expected output.
11262 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11263
11264 2016-01-18 Yao Qi <yao.qi@linaro.org>
11265
11266 * gdb.guile/scm-section-script.c: Replace @progbits with
11267 %progbits.
11268 * gdb.python/py-section-script.c: Likewise.
11269
11270 2016-01-15 Pedro Alves <palves@redhat.com>
11271
11272 * gdb.multi/tids.exp: Test star wildcard ranges.
11273
11274 2016-01-15 Pedro Alves <palves@redhat.com>
11275
11276 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11277 command from "thread apply" invocation.
11278 (thr_apply_info_thr_invalid): Default the expected output to the
11279 input tid list.
11280 (top level): Add tests that use convenience variables. Add tests
11281 for "thread apply" with a valid TID list, but missing the command.
11282
11283 2016-01-13 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.base/default.exp: Expect $_gthread as well.
11286 * gdb.multi/tids.exp: Test $_gthread.
11287 * gdb.threads/thread-specific.exp: Test $_gthread.
11288
11289 2016-01-13 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.multi/tids.exp: Test "info threads -gid".
11292
11293 2016-01-13 Pedro Alves <palves@redhat.com>
11294
11295 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11296 Breakpoint.thread.
11297 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11298
11299 2016-01-07 Pedro Alves <palves@redhat.com>
11300
11301 * gdb.base/break.exp: Adjust to output changes.
11302 * gdb.base/hbreak2.exp: Likewise.
11303 * gdb.base/sepdebug.exp: Likewise.
11304 * gdb.base/watch_thread_num.exp: Likewise.
11305 * gdb.linespec/keywords.exp: Likewise.
11306 * gdb.multi/info-threads.exp: Likewise.
11307 * gdb.threads/thread-find.exp: Likewise.
11308 * gdb.multi/tids.c: New file.
11309 * gdb.multi/tids.exp: New file.
11310
11311 2016-01-13 Pedro Alves <palves@redhat.com>
11312
11313 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11314
11315 2016-01-13 Pedro Alves <palves@redhat.com>
11316
11317 * gdb.base/default.exp: Expect $_inferior as well.
11318 * gdb.multi/base.exp: Test $_inferior.
11319
11320 2016-01-13 Pedro Alves <palves@redhat.com>
11321
11322 PR breakpoints/19388
11323 * gdb.base/catch-signal-siginfo-cond.c: New file.
11324 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11325
11326 2016-01-12 Josh Stone <jistone@redhat.com>
11327 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11328
11329 * gdb.base/catch-syscall.c (do_execve): New variable.
11330 (main): Conditionally trigger an execve.
11331 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11332 (test_catch_syscall_execve): New, check entry/return across execve.
11333 (do_syscall_tests): Call test_catch_syscall_execve.
11334
11335 2016-01-12 Pedro Alves <palves@redhat.com>
11336
11337 * gdb.base/random-signal.exp (do_test): New procedure, with body
11338 of testcase moved in.
11339
11340 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11341 Pedro Alves <palves@redhat.com>
11342
11343 * gdb.base/funcargs.exp (finish from indirectly called function):
11344 Reintroduce the case for 'First'.
11345
11346 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11347 Pedro Alves <palves@redhat.com>
11348
11349 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11350 (tcatch_vfork_then_child_follow_exec)
11351 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11352 identification.
11353
11354 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11355
11356 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11357 and repeats to unlimited.
11358 * gdb.python/py-value.exp: Likewise.
11359 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11360 and repeats to unlimited.
11361
11362 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11363
11364 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11365 and reordering the functions.
11366 * gdb.multi/hangout.c: Likewise.
11367 * gdb.multi/hello.c: Likewise.
11368
11369 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11370
11371 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11372 absolute.
11373 (SingleStatisticTestResult.report): Use dict.keys instead of
11374 dict.iterkeys.
11375
11376 2016-01-06 Pedro Alves <palves@redhat.com>
11377
11378 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11379
11380 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11381
11382 * gdb.btrace/dlopen.exp: New.
11383 * gdb.btrace/dlopen.c: New.
11384 * gdb.btrace/dlopen-dso.c: New.
11385
11386 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11387
11388 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11389 PATTERN argument is optional.
11390
11391 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11392
11393 * lib/ada.exp (target_compile_ada_from_dir): New function.
11394 (gdb_compile_ada): Reimplement avoiding the use of project files.
11395 * gdb.ada/gnat_ada.gpr: Delete.
11396 * gdb.ada/cond_lang.exp: Adjust test to make path before
11397 filename optional.
11398 * gdb.ada/small_reg_param.exp: Likewise.
11399
11400 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11401
11402 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11403
11404 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11405
11406 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11407 case.
11408
11409 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11410
11411 * gdb.base/break.exp: Remove dead code.
11412 * gdb.base/sepdebug.exp: Likewise.
11413
11414 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11415
11416 * gdb.asm/asm-source.exp: Remove HP-UX references.
11417 * gdb.base/annota1.exp: Likewise.
11418 * gdb.base/annota3.exp: Likewise.
11419 * gdb.base/attach.exp: Likewise.
11420 * gdb.base/bigcore.exp: Likewise.
11421 * gdb.base/break.exp: Likewise.
11422 * gdb.base/call-ar-st.exp: Likewise.
11423 * gdb.base/callfuncs.exp: Likewise.
11424 * gdb.base/catch-fork-static.exp: Likewise.
11425 * gdb.base/display.exp: Likewise.
11426 * gdb.base/foll-exec-mode.exp: Likewise.
11427 * gdb.base/foll-exec.exp: Likewise.
11428 * gdb.base/foll-fork.exp: Likewise.
11429 * gdb.base/foll-vfork.exp: Likewise.
11430 * gdb.base/funcargs.exp: Likewise.
11431 * gdb.base/hbreak2.exp: Likewise.
11432 * gdb.base/inferior-died.exp: Likewise.
11433 * gdb.base/interrupt.exp: Likewise.
11434 * gdb.base/multi-forks.exp: Likewise.
11435 * gdb.base/nodebug.exp: Likewise.
11436 * gdb.base/sepdebug.exp: Likewise.
11437 * gdb.base/solib1.c: Likewise.
11438 * gdb.base/step-test.exp: Likewise.
11439 * gdb.mi/non-stop.c: Likewise.
11440 * gdb.mi/pthreads.c: Likewise.
11441 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11442 * gdb.threads/pthreads.c: Likewise.
11443 * gdb.threads/staticthreads.exp: Likewise.
11444 * lib/future.exp: Likewise.
11445 * lib/gdb.exp: Likewise.
11446 * gdb.base/so-indr-cl.c: Remove.
11447 * gdb.base/so-indr-cl.exp: Likewise.
11448 * gdb.base/solib.c: Likewise.
11449 * gdb.base/solib.exp: Likewise.
11450 * gdb.base/solib2.c: Likewise.
11451
11452 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11453
11454 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11455 * gdb.base/call-ar-st.exp: Likewise.
11456 * gdb.base/callfuncs.exp: Likewise.
11457 * gdb.base/condbreak.exp: Likewise.
11458 * gdb.base/constvars.exp: Likewise.
11459 * gdb.base/hbreak2.exp: Likewise.
11460 * gdb.base/langs.exp: Likewise.
11461 * gdb.base/list.exp: Likewise.
11462 * gdb.base/long_long.exp: Likewise.
11463 * gdb.base/ptype.exp: Likewise.
11464 * gdb.base/scope.exp: Likewise.
11465 * gdb.base/signals.exp: Likewise.
11466 * gdb.base/so-impl-ld.exp: Likewise.
11467 * gdb.base/varargs.exp: Likewise.
11468 * gdb.base/volatile.exp: Likewise.
11469 * gdb.base/whatis.exp: Likewise.
11470 * gdb.cp/cplusfuncs.exp: Likewise.
11471 * gdb.cp/inherit.exp: Likewise.
11472 * gdb.cp/local.exp: Likewise.
11473 * gdb.cp/member-ptr.exp: Likewise.
11474 * gdb.cp/method.exp: Likewise.
11475 * gdb.cp/overload.exp: Likewise.
11476 * gdb.cp/templates.exp: Likewise.
11477 * gdb.stabs/weird.exp: Likewise.
11478 * lib/compiler.c: Likewise.
11479 * lib/compiler.cc: Likewise.
11480 * lib/cp-support.exp: Likewise.
11481 * lib/gdb.exp: Likewise.
11482
11483 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11484
11485 * configure.ac: Remove HP-UX case.
11486 * configure: Regenerate.
11487
11488 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11489
11490 * lib/gdb.exp (gdb_compile): Add function doc.
11491
11492 2015-12-17 Pedro Alves <palves@redhat.com>
11493
11494 PR threads/19354
11495 * gdb.multi/info-threads.exp: New file.
11496
11497 2015-12-15 Yao Qi <yao.qi@linaro.org>
11498
11499 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11500 is aarch64*-*-*.
11501
11502 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11503
11504 * gdb.base/history-duplicates.exp: Skip if no readline support.
11505
11506 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11507
11508 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11509
11510 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11511
11512 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11513
11514 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11515
11516 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11517 ctrl-C if nointerrupts target property is set.
11518 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11519 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11520 * gdb.base/paginate-bg-execution.exp: Likewise.
11521 * gdb.base/paginate-execution-startup.exp: Likewise.
11522 * gdb.base/random-signal.exp: Likewise.
11523 * gdb.base/range-stepping.exp: Likewise.
11524 * gdb.cp/annota2.exp: Likewise.
11525 * gdb.cp/annota3.exp: Likewise.
11526 * gdb.gdb/selftest.exp: Likewise.
11527 * gdb.threads/continue-pending-status.exp: Likewise.
11528 * gdb.threads/leader-exit.exp: Likewise.
11529 * gdb.threads/manythreads.exp: Likewise.
11530 * gdb.threads/pthreads.exp: Likewise.
11531 * gdb.threads/schedlock.exp: Likewise.
11532 * gdb.threads/sigthread.exp: Likewise.
11533
11534 2015-12-11 Don Breazeal <donb@codesourcery.com>
11535
11536 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11537 remote.
11538 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11539 * gdb.base/foll-exec.exp (main): Enable for target remote.
11540 * gdb.base/foll-fork.exp (main): Likewise.
11541 * gdb.base/foll-vfork.exp (main): Likewise.
11542 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11543 (proc continue_to_exit_bp_loc): Use clean_restart.
11544 * gdb.base/pie-execl.exp (main): Disable for target remote.
11545 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11546 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11547 * gdb.threads/execl.exp (main): Likewise.
11548 * gdb.threads/fork-child-threads.exp (main): Likewise.
11549 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11550 remote.
11551 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11552 remote.
11553 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11554 pid.tid style ptids, instead of just tid.
11555 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11556 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11557 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11558 ptids, instead of just tid.
11559
11560 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11561
11562 * gdb.base/list.exp (test_list_forward): Add end of file error
11563 test.
11564 (test_repeat_list_command): Add end of file error test.
11565 (test_list_backwards): Add beginning of file error test.
11566
11567 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11568
11569 * gdb.base/list.exp (test_list_invalid_args): New function,
11570 defined, and called.
11571
11572 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11573
11574 * gdb.base/list.exp (test_list): Make test names unique.
11575
11576 2015-12-11 Yao Qi <yao.qi@linaro.org>
11577
11578 * gdb.base/coremaker2.c: Remove.
11579
11580 2015-12-10 Pedro Alves <palves@redhat.com>
11581
11582 * gdb.multi/base.exp: Remove stale "spaces" references.
11583
11584 2015-12-10 Pedro Alves <palves@redhat.com>
11585
11586 * gdb.multi/base.exp: Don't use nowarnings.
11587 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11588 * gdb.multi/hangout.c: Include stdio.h.
11589 * gdb.multi/hello.c: Include stdlib.h.
11590 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11591 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11592 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11593
11594 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11595
11596 * gdb.dwarf2/dw2-ranges-base.c: New file.
11597 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11598 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11599 support additional line table, and debug ranges generation.
11600 (Dwarf::ranges): New function, generate .debug_ranges.
11601 (Dwarf::lines): Support generating simple line table programs.
11602 (Dwarf::assemble): Initialise new namespace variables.
11603
11604 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11605
11606 * gdb.base/async.exp (proc test_background): Add case for
11607 asynchronous execution not supported.
11608
11609 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11610
11611 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11612 format and change test names to make them unique.
11613
11614 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11615 Pedro Alves <pedro@redhat.com>
11616
11617 PR gdb/18702
11618 Add checking of floatformats setup on x86_64 hosts.
11619 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11620 (smallval, bigval): New labels/constants.
11621 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11622 float" after loading bigval and smallval.
11623
11624 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11625
11626 * gdb.ada/fun_overload_menu.exp: New testcase.
11627 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11628
11629 2015-12-04 Josh Stone <jistone@redhat.com>
11630
11631 * gdb.base/catch-fork-static.exp: New.
11632
11633 2015-12-03 Yao Qi <yao.qi@linaro.org>
11634
11635 * gdb.base/sizeof.c: Don't include stdio.h and
11636 ../lib/unbuffer_output.c.
11637 (main): New variable 'size' and 'value'. Remove printf and
11638 gdb_unbuffer_output. Assign return value to size and value.
11639 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11640 at the beginning.
11641 (check_sizeof): Check the result by printing variable 'size'.
11642 (check_valueof): Check the result by printing variable 'value'.
11643
11644 2015-12-01 Yao Qi <yao.qi@linaro.org>
11645
11646 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11647 for aarch64*-*-linux* target.
11648
11649 2015-11-30 Pedro Alves <palves@redhat.com>
11650
11651 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11652
11653 2015-11-30 Pedro Alves <palves@redhat.com>
11654
11655 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11656 Handle non-stop mode vCont replies.
11657
11658 2015-11-30 Pedro Alves <palves@redhat.com>
11659
11660 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11661 prepare_for_testing. Start gdb with "set non-stop on" appended to
11662 GDBFLAGS. Lax expected stop output.
11663
11664 2015-11-27 Yao Qi <yao.qi@linaro.org>
11665
11666 * gdb.arch/arm-neon.exp: New.
11667 * gdb.arch/arm-neon.c: New.
11668
11669 2015-11-27 Yao Qi <yao.qi@linaro.org>
11670
11671 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11672
11673 2015-11-27 Yao Qi <yao.qi@linaro.org>
11674
11675 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11676 frames-invalid annotation.
11677
11678 2015-11-27 Yao Qi <yao.qi@linaro.org>
11679
11680 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11681
11682 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11683
11684 * gdb.threads/names.exp: New file.
11685 * gdb.threads/names.c: New file.
11686 * README: Mention gdb,no_thread_names.
11687
11688 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11689
11690 PR 19297
11691 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11692 support" error.
11693
11694 2015-11-24 Pedro Alves <palves@redhat.com>
11695
11696 PR 17539
11697 * gdb.base/display.exp: Expect displays to be sorted in ascending
11698 order. Use multi_line.
11699 * gdb.base/solib-display.exp: Likewise.
11700
11701 2015-11-24 Pedro Alves <palves@redhat.com>
11702
11703 PR 17539
11704 * gdb.base/display.exp: Expect displays to be sorted in ascending
11705 order. Use multi_line.
11706 * gdb.base/solib-display.exp: Likewise.
11707
11708 2015-11-24 Pedro Alves <palves@redhat.com>
11709
11710 PR 17539
11711 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11712 threads in ascending order.
11713 * gdb.base/foll-fork.exp: Likewise.
11714 * gdb.base/foll-vfork.exp: Likewise.
11715 * gdb.base/multi-forks.exp: Likewise.
11716 * gdb.mi/mi-nonstop.exp: Likewise.
11717 * gdb.mi/mi-nsintrall.exp: Likewise.
11718 * gdb.multi/base.exp: Likewise.
11719 * gdb.multi/multi-arch.exp: Likewise.
11720 * gdb.python/py-inferior.exp: Likewise.
11721 * gdb.threads/break-while-running.exp: Likewise.
11722 * gdb.threads/execl.exp: Likewise.
11723 * gdb.threads/gcore-thread.exp: Likewise.
11724 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11725 * gdb.threads/kill.exp: Likewise.
11726 * gdb.threads/linux-dp.exp: Likewise.
11727 * gdb.threads/multiple-step-overs.exp: Likewise.
11728 * gdb.threads/next-bp-other-thread.exp: Likewise.
11729 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11730 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11731 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11732 * gdb.threads/thread-find.exp: Likewise.
11733 * gdb.threads/tls.exp: Likewise.
11734 * lib/mi-support.exp (mi_reverse_list): Delete.
11735 (mi_check_thread_states): No longer reverse list.
11736
11737 2015-11-24 Pedro Alves <palves@redhat.com>
11738
11739 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11740 use lowercase.
11741
11742 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11743
11744 * gdb.trace/actions.c: Include trace-common.h.
11745 (main): Add a location for a fast tracepoint.
11746 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11747 the normal tracepoints.
11748 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11749
11750 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11751
11752 * save-trace.exp: Factor out code to these...
11753 (gdb_save_tracepoints): New.
11754 (gdb_load_tracepoints): New.
11755 (do_save_load_test): New.
11756
11757 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11758
11759 * gdb.base/asmlabel.exp: New test.
11760 * gdb.base/asmlabel.c: New test case.
11761
11762 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11763
11764 * gdb.base/wrong_frame_bt_full-main.c: New file.
11765 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11766 * gdb.base/wrong_frame_bt_full.exp: New file.
11767
11768 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11769
11770 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11771
11772 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11773
11774 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11775 pstate register when comparing registers values in
11776 sparc64-*-linux-gnu targets to avoid spurious differences.
11777
11778 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11779
11780 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11781
11782 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11783
11784 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11785 as type argument to gdb_compile.
11786 * gdb.base/nested-subp2.exp: Likewise.
11787 * gdb.base/nested-subp3.exp: Likewise.
11788
11789 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11790
11791 * lib/dwarf.exp (_note): Fix left shift of negative value.
11792 * gdb.trace/trace-condition.exp: Likewise.
11793
11794 2015-11-13 Yao Qi <yao.qi@linaro.org>
11795
11796 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11797 comments about d10v.
11798 (test_scalar_returns): Likewise.
11799 * gdb.base/d10v.ld: Remove.
11800 * gdb.base/overlays.exp: Remove the target triplet checking for
11801 d10v-*-*.
11802 * gdb.base/structs.exp (test_struct_returns): Remove the
11803 comments about d10v.
11804 (test_struct_calls): Likewise.
11805
11806 2015-11-13 Yao Qi <yao.qi@linaro.org>
11807
11808 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11809 * gdb.base/gnu_vector.c: Don't include stdio.h.
11810 (main): Don't print res and call add_some_intvecs.
11811
11812 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11813
11814 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11815 macro.
11816 (func5): Removed.
11817 (func4): Use FAST_TRACEPOINT_LABEL.
11818 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11819 macro.
11820 (func): Removed.
11821 (thread_function): Use FAST_TRACEPOINT_LABEL.
11822 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11823 (func): Remove.
11824 (marker): Use FAST_TRACEPOINT_LABEL.
11825 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11826 (pendfunc1): Remove.
11827 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11828 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11829 (foo): Remove.
11830 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11831 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11832 macro.
11833 (func): Remove.
11834 (marker): Use FAST_TRACEPOINT_LABEL.
11835 * gdb.trace/trace-common.h: New header.
11836 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11837 macro.
11838 (func): Remove.
11839 (marker): Use FAST_TRACEPOINT_LABEL.
11840 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11841 (func): Remove.
11842 (thread_function): Use FAST_TRACEPOINT_LABEL.
11843
11844 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11845
11846 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11847 in front.
11848 * gdb.trace/change-loc.exp: Use global pcreg definition.
11849 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11850 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11851 in front.
11852 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11853 * gdb.trace/pending.exp: Likewise.
11854 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11855 * gdb.trace/trace-break.exp: Likewise.
11856 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11857 in front.
11858 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11859 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11860 in front.
11861 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11862
11863 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11864
11865 * gdb.ada/fin_fun_out: New testcase.
11866
11867 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11868
11869 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11870 value associated with DW_AT_byte_size.
11871 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11872 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11873 DW_AT_upper_bound.
11874
11875 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11876
11877 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11878 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11879 version.
11880 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11881 gdb.dwarf2/dw2-canonicalize-type.exp,
11882 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11883 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11884 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11885 provided by gdb_target_symbol_prefix_flags_asm.
11886 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11887 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11888 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11889 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11890 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11891 macros where needed). Use this macro for symbols which require
11892 the prefix provided by SYMBOL_PREFIX.
11893
11894 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11895
11896 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11897 New procs.
11898 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11899 representing expressions, of more than one list element.
11900 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11901 to prepend linker symbol prefix to f.
11902 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11903 table_1 and table_2.
11904 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11905 Likewise, for f and g.
11906 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11907 for ptr.
11908 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11909 for main.
11910 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11911 table_1_ptr and table_2_ptr.
11912
11913 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11914 Joel Brobecker <brobecker@adacore.com>
11915
11916 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11917
11918 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11919
11920 * gdb.reverse/s390-mvcle.c: New test.
11921 * gdb.reverse/s390-mvcle.exp: New file.
11922 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11923
11924 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11925
11926 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11927
11928 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11929
11930 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11931 reaching marker2.
11932 * gdb.reverse/getresuid-reverse.exp: Likewise.
11933 * gdb.reverse/pipe-reverse.exp: Likewise.
11934 * gdb.reverse/readv-reverse.exp: Likewise.
11935 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11936 * gdb.reverse/time-reverse.exp: Likewise.
11937 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11938
11939 2015-10-30 Yao Qi <yao.qi@linaro.org>
11940
11941 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11942 (empty_cycle): Remove.
11943 (main): Don't call empty_cycle. Don't use watch_count_done.
11944 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11945 empty_cycle. Rewrite the code counting HW watchpoints.
11946
11947 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11948
11949 * gdb.reverse/fstatat-reverse.c: New test.
11950 * gdb.reverse/fstatat-reverse.exp: New file.
11951 * gdb.reverse/getresuid-reverse.c: New test.
11952 * gdb.reverse/getresuid-reverse.exp: New file.
11953 * gdb.reverse/pipe-reverse.c: New test.
11954 * gdb.reverse/pipe-reverse.exp: New file.
11955 * gdb.reverse/readv-reverse.c: New test.
11956 * gdb.reverse/readv-reverse.exp: New file.
11957 * gdb.reverse/recvmsg-reverse.c: New test.
11958 * gdb.reverse/recvmsg-reverse.exp: New file.
11959 * gdb.reverse/time-reverse.c: New test.
11960 * gdb.reverse/time-reverse.exp: New file.
11961 * gdb.reverse/waitpid-reverse.c: New test.
11962 * gdb.reverse/waitpid-reverse.exp: New file.
11963
11964 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11965
11966 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11967
11968 2015-10-26 Doug Evans <dje@google.com>
11969
11970 PR symtab/17391
11971 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11972 * gdb.dwarf2/bad-regnum.c: New file.
11973 * gdb.dwarf2/bad-regnum.exp: New file.
11974
11975 2015-10-26 Doug Evans <dje@google.com>
11976
11977 PR python/18938
11978 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11979 file.
11980
11981 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11982
11983 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11984 for a change by "Mention language in compile error message".
11985
11986 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11987
11988 PR python/18073
11989 * gdb.python/py-type.c (C::a_method): New.
11990 (C::a_const_method): New.
11991 (C::a_static_method): New.
11992 (a_function): New.
11993 * gdb.python/py-type.exp (test_fields): Test getting fields
11994 from function and method.
11995
11996 2015-10-21 Keven Boell <keven.boell@intel.com>
11997
11998 * gdb.fortran/vla-alloc-assoc.exp: New file.
11999 * gdb.fortran/vla-datatypes.exp: New file.
12000 * gdb.fortran/vla-datatypes.f90: New file.
12001 * gdb.fortran/vla-history.exp: New file.
12002 * gdb.fortran/vla-ptype-sub.exp: New file.
12003 * gdb.fortran/vla-ptype.exp: New file.
12004 * gdb.fortran/vla-sizeof.exp: New file.
12005 * gdb.fortran/vla-sub.f90: New file.
12006 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12007 * gdb.fortran/vla-value-sub-finish.exp: New file.
12008 * gdb.fortran/vla-value-sub.exp: New file.
12009 * gdb.fortran/vla-value.exp: New file.
12010 * gdb.fortran/vla-ptr-info.exp: New file.
12011 * gdb.mi/mi-vla-fortran.exp: New file.
12012 * gdb.mi/vla.f90: New file.
12013
12014 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12015
12016 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12017 of hardwired timeout value.
12018
12019 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12020 Pedro Alves <palves@redhat.com>
12021
12022 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12023 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12024
12025 2015-10-19 Josh Stone <jistone@redhat.com>
12026
12027 * gdb.base/catch-syscall.c: Include <sched.h>.
12028 (unknown_syscall): New variable.
12029 (main): Trigger a vfork and an unknown syscall.
12030 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12031 (unknown_syscall_number): Likewise.
12032 (check_call_to_syscall): Accept an optional syscall pattern.
12033 (check_return_from_syscall): Likewise.
12034 (check_continue): Likewise.
12035 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12036 (test_catch_syscall_skipping_return): New test toggling off 'catch
12037 syscall' to step over the syscall return, then toggling back on.
12038 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12039 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12040 (do_syscall_tests): Call test_catch_syscall_without_args and
12041 test_catch_syscall_mid_vfork.
12042 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12043 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12044
12045 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12046
12047 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12048 print g_vE): Add new pass patterns.
12049 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12050 print various symbol names for vptr fields.
12051
12052 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12053
12054 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12055 results.
12056
12057 2015-10-12 Yao Qi <yao.qi@linaro.org>
12058
12059 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12060
12061 2015-10-12 Yao Qi <yao.qi@linaro.org>
12062
12063 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12064 is aarch64*-*-linux*.
12065
12066 2015-10-12 Yao Qi <yao.qi@linaro.org>
12067
12068 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12069 (can_relocate_bcond_true): ... it.
12070 (can_relocate_bcond_false): New function.
12071 (foo): Likewise.
12072 (can_relocate_bl): Likewise.
12073 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12074 can_relocate_bl.
12075
12076 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12077
12078 * gdb.base/nested-addr.c: New file.
12079 * gdb.base/nested-addr.exp: New testcase.
12080
12081 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12082
12083 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12084 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12085 its output. Ignore the output of "record goto begin" and instead
12086 check that GDB is replaying.
12087
12088 2015-10-09 Pedro Alves <palves@redhat.com>
12089
12090 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12091 (top level): Use it in the run with no args test.
12092
12093 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12094
12095 * gdb.dlang/properties.exp: New file.
12096
12097 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12098
12099 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12100 whether or not address 0x1000 is mapped on the target.
12101
12102 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12103
12104 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12105 build.
12106
12107 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12108
12109 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12110 instruction-history test.
12111
12112 2015-09-28 Doug Evans <dje@google.com>
12113
12114 * gdb.base/gcore.c (array_func): Add reference to static_array.
12115
12116 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12117
12118 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12119 source line.
12120
12121 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12122
12123 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12124 short or char as base type.
12125
12126 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12127
12128 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12129 to allow any size enum.
12130
12131 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12132
12133 * gdb.ada/array_ptr_renaming.exp: New testcase.
12134 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12135 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12136
12137 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12138
12139 * gdb.trace/ftrace-lock.c: New file.
12140 * gdb.trace/ftrace-lock.exp: New file.
12141
12142 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12143
12144 * gdb.arch/insn-reloc.c: New file.
12145 * gdb.arch/ftrace-insn-reloc.exp: New file.
12146
12147 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12148
12149 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12150 instruction.
12151 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12152 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12153 * gdb.trace/range-stepping.c: Likewise.
12154 * gdb.trace/trace-break.c: Likewise.
12155 * gdb.trace/trace-mt.c (thread_function): Likewise.
12156 * gdb.trace/ftrace.c (marker): Likewise.
12157 * gdb.trace/trace-condition.c (marker): Likewise.
12158 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12159 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12160 is_aarch64_target.
12161
12162 2015-09-18 Doug Evans <xdje42@gmail.com>
12163
12164 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12165 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12166
12167 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12168
12169 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12170 the breakpoint.
12171
12172 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12173
12174 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12175 the pending breakpoint. Remove timeout override for "Run till
12176 MI pending breakpoint on pendfunc3 on thread 2" test.
12177
12178 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12179
12180 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12181 filename pattern.
12182
12183 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12184
12185 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12186 in breakpoint filename pattern.
12187
12188 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12189
12190 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12191
12192 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12193
12194 * gdb.linespec/explicit.exp: Check for readline support for
12195 tab-completion tests. Fix obvious typo.
12196
12197 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12198
12199 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12200 and replay.
12201
12202 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12203
12204 * gdb.btrace/non-stop.c: New.
12205 * gdb.btrace/non-stop.exp: New.
12206
12207 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12208 Yao Qi <yao.qi@linaro.org>
12209
12210 * gdb.trace/trace-condition.c: New file.
12211 * gdb.trace/trace-condition.exp: New file.
12212
12213 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12214
12215 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12216 for testing bytecode compilation.
12217
12218 2015-09-16 Pedro Alves <palves@redhat.com>
12219 Sandra Loosemore <sandra@codesourcery.com>
12220
12221 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12222 (SECONDS): Redefine.
12223 (main): Call pthread_kill and alarm early.
12224 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12225 support.
12226 (test): If the target can't hardware step and doesn't support
12227 displaced stepping, increase the timeout.
12228
12229 2015-09-16 Pedro Alves <palves@redhat.com>
12230
12231 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12232 (enable_debug): New procedures.
12233 (test): Use them. Bail out if waiting for threads fails.
12234 (top level): Bail out if a test fails.
12235
12236 2015-09-16 Yao Qi <yao.qi@linaro.org>
12237
12238 * gdb.asm/asm-source.exp: Set asm-arch for
12239 aarch64*-*-* target.
12240 * gdb.asm/aarch64.inc: New file.
12241
12242 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12243
12244 * gdb.ada/array_of_variable_length.exp: New testcase.
12245 * gdb.ada/array_of_variable_length/foo.adb: New file.
12246 * gdb.ada/array_of_variable_length/pck.adb: New file.
12247 * gdb.ada/array_of_variable_length/pck.ads: New file.
12248
12249 2015-09-15 Doug Evans <dje@google.com>
12250
12251 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12252 of function static local variable.
12253
12254 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12255
12256 * gdb.threads/tls-so_extern.exp: New test file.
12257 * gdb.threads/tls-so_extern.c: New test file.
12258 * gdb.threads/tls-so_extern_main.c: New test file.
12259
12260 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12261
12262 * gdb.opt/solib-intra-step-lib.c: New file.
12263 * gdb.opt/solib-intra-step-main.c: New file.
12264 * gdb.opt/solib-intra-step.exp: New file.
12265
12266 2015-09-15 Pedro Alves <palves@redhat.com>
12267
12268 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12269 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12270
12271 2015-09-14 Pedro Alves <palves@redhat.com>
12272
12273 * gdb.base/hook-stop-continue.c: Delete.
12274 * gdb.base/hook-stop-continue.exp: Delete.
12275 * gdb.base/hook-stop-frame.c: Delete.
12276 * gdb.base/hook-stop-frame.exp: Delete.
12277 * gdb.base/hook-stop.c: New file.
12278 * gdb.base/hook-stop.exp: New file.
12279
12280 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12281
12282 * gdb.ada/access_to_packed_array.exp: New testcase.
12283 * gdb.ada/access_to_packed_array/foo.adb: New file.
12284 * gdb.ada/access_to_packed_array/pack.adb: New file.
12285 * gdb.ada/access_to_packed_array/pack.ads: New file.
12286
12287 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12288
12289 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12290 buffer size test.
12291
12292 2015-09-11 Don Breazeal <donb@codesourcery.com>
12293
12294 * gdb.base/foll-exec.c: Add copyright header. Fix
12295 formatting issues.
12296 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12297 (do_exec_tests): Use clean_restart in place of zap_session,
12298 and for test initialization. Fix formatting issues. Use
12299 fail in place of perror.
12300 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12301 an expect statement to match an expression with output from
12302 the program under debug.
12303 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12304 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12305 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12306 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12307 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12308
12309 2015-09-09 Doug Evans <dje@google.com>
12310
12311 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12312
12313 2015-09-09 Doug Evans <dje@google.com>
12314
12315 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12316
12317 2015-09-09 Doug Evans <dje@google.com>
12318
12319 * gdb.base/savedregs.exp: Fix typo.
12320
12321 2015-09-09 Pedro Alves <palves@redhat.com>
12322
12323 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12324
12325 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12326
12327 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12328 command actually switches threads. Give up on remaining
12329 tests if target fails to stop at breakpoint.
12330
12331 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12332
12333 * gdb.ada/funcall_char.exp: New testcase.
12334 * gdb.ada/funcall_char/foo.adb: New file.
12335
12336 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12337
12338 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12339 expected outputs. Add two testcases for completing ambiguous
12340 functions.
12341 * gdb.ada/complete/aux_pck.adb: New file.
12342 * gdb.ada/complete/aux_pck.ads: New file.
12343 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12344 Ambiguous_Func functions.
12345 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12346 * gdb.ada/complete/pck.adb: Likewise.
12347
12348 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12349
12350 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12351 failures to run the test program under GDB.
12352
12353 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12354
12355 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12356 to C.
12357
12358 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12359
12360 * gdb.base/run-after-attach.exp: New test file.
12361 * gdb.base/run-after-attach.c: New test file.
12362
12363 2015-08-26 Don Breazeal <donb@codesourcery.com>
12364
12365 * gdb.base/foll-exec-2.c: New test program.
12366 * gdb.base/foll-exec-2.exp: New test.
12367
12368 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12369
12370 * gdb.base/nested-subp1.exp: New file.
12371 * gdb.base/nested-subp1.c: New file.
12372 * gdb.base/nested-subp2.exp: New file.
12373 * gdb.base/nested-subp2.c: New file.
12374 * gdb.base/nested-subp3.exp: New file.
12375 * gdb.base/nested-subp3.c: New file.
12376
12377 2015-08-24 Pedro Alves <palves@redhat.com>
12378
12379 * gdb.server/connect-without-multi-process.c: New file.
12380 * gdb.server/connect-without-multi-process.exp: New file.
12381
12382 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12383
12384 * gdb.opt/inline-markers.c: Make z int.
12385
12386 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12387
12388 * gdb.opt/inline-markers.c: Make z volatile.
12389
12390 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12391
12392 * gdb.opt/inline-bt.c: New volatile global z.
12393 * gdb.opt/inline-cmds.c: Likewise.
12394 * gdb.opt/inline-locals.c: Likewise.
12395 * gdb.opt/inline-markers.c: New extern global z.
12396 (marker): Use z.
12397 (inline_fn): Likewise.
12398
12399 2015-08-24 Pedro Alves <palves@redhat.com>
12400
12401 * config/m32r-stub.exp: Remove file.
12402 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12403 * gdb.base/call-rt-st.exp: Likewise.
12404 * gdb.base/call-strs.exp: Likewise.
12405 * gdb.base/default.exp: Remove references to h8300-*-hms and
12406 *-*-udi*.
12407 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12408
12409 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12410
12411 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12412 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12413 and "return" use KFAIL when GDB can not read/write the vector
12414 return value.
12415
12416 2015-08-21 Gary Benson <gbenson@redhat.com>
12417
12418 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12419
12420 2015-08-20 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.server/solib-list.exp: No longer expect an interior stop in
12423 non-stop mode.
12424
12425 2015-08-20 Pedro Alves <palves@redhat.com>
12426
12427 * gdb.server/connect-stopped-target.c: New file.
12428 * gdb.server/connect-stopped-target.exp: New file.
12429
12430 2015-08-20 Pedro Alves <palves@redhat.com>
12431
12432 * gdb.dwarf2/comp-unit-lang.exp: New file.
12433 * gdb.dwarf2/comp-unit-lang.c: New file.
12434
12435 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12436
12437 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12438 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12439
12440 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12441
12442 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12443 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12444
12445 2015-08-18 Doug Evans <dje@google.com>
12446 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12447
12448 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12449 skip_python_tests. New arg prompt_regexp.
12450 (skip_python_tests): New function.
12451 * lib/mi-support.exp (mi_skip_python_tests): New function.
12452 * gdb.python/py-mi-objfile-gdb.py: New file.
12453 * gdb.python/py-mi-objfile.c: New file.
12454 * gdb.python/py-mi-objfile.exp: New file.
12455
12456 2015-08-17 Keith Seitz <keiths@redhat.com>
12457
12458 * gdb.linespec/explicit.exp: Move strace test from here ...
12459 * gdb.trace/strace.exp: ... to here.
12460
12461 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12462
12463 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12464 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12465
12466 2015-08-14 Doug Evans <xdje42@gmail.com>
12467
12468 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12469 inferior before selecting a new file.
12470
12471 2015-08-14 Doug Evans <xdje42@gmail.com>
12472
12473 * gdb.mi/mi-disassemble.exp: Update.
12474 * gdb.base/disasm-optim.S: New file.
12475 * gdb.base/disasm-optim.c: New file.
12476 * gdb.base/disasm-optim.h: New file.
12477 * gdb.base/disasm-optim.exp: New file.
12478
12479 2015-08-14 Keith Seitz <keiths@redhat.com>
12480
12481 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12482 "evaluated-by".
12483
12484 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12485
12486 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12487
12488 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12489
12490 * gdb.ada/fun_renaming.exp: New testcase.
12491 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12492 * gdb.ada/fun_renaming/pack.adb: New file.
12493 * gdb.ada/fun_renaming/pack.ads: New file.
12494
12495 2015-08-12 Keith Seitz <keiths@redhat.com>
12496
12497 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12498 gdb_get_line_number.
12499
12500 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12501
12502 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12503 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12504 gdb.base/dso2dso.exp: New files.
12505
12506 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12507 Pedro Alves <palves@redhat.com>
12508 Keith Seitz <keiths@redhat.com>
12509
12510 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12511 GDBFLAGS.
12512
12513 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12514
12515 * gdb.base/gdbhistsize-history.exp
12516 (test_histsize_history_setting): Use save_vars.
12517 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12518 Use save_vars.
12519 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12520 * gdb.base/readline.exp: Use save_vars.
12521
12522 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12523
12524 * lib/gdb.exp (save_vars): New proc.
12525
12526 2015-08-11 Keith Seitz <keiths@redhat.com>
12527
12528 * gdb.base/help.exp: Update help_breakpoint_text.
12529
12530 2015-08-11 Keith Seitz <keiths@redhat.com>
12531
12532 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12533 (at toplevel): Call test_explicit_breakpoints.
12534 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12535 breakpoints.
12536 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12537 breakpoint conditions, "-cond".
12538
12539 2015-08-11 Keith Seitz <keiths@redhat.com>
12540
12541 * gdb.linespec/3explicit.c: New file.
12542 * gdb.linespec/cpexplicit.cc: New file.
12543 * gdb.linespec/cpexplicit.exp: New file.
12544 * gdb.linespec/explicit.c: New file.
12545 * gdb.linespec/explicit.exp: New file.
12546 * gdb.linespec/explicit2.c: New file.
12547 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12548 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12549 before using in the matching pattern.
12550 Clarify that `prefix' is a regular expression.
12551
12552 2015-08-11 Keith Seitz <keiths@redhat.com>
12553
12554 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12555 test.
12556 Add tests for missing ",FMT" and ",".
12557
12558 2015-08-10 Doug Evans <dje@google.com>
12559 Keith Seitz <keiths@redhat.com>
12560
12561 PR gdb/17960
12562 * gdb.base/completion.exp: Add location completer tests.
12563
12564 2015-08-07 Pedro Alves <palves@redhat.com>
12565
12566 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12567 tests here.
12568 (top level): Run do_test with and without displaced stepping.
12569
12570 2015-08-07 Pedro Alves <palves@redhat.com>
12571
12572 * gdb.base/valgrind-disp-step.c: New file.
12573 * gdb.base/valgrind-disp-step.exp: New file.
12574
12575 2015-08-07 Pedro Alves <palves@redhat.com>
12576
12577 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12578 Delete function.
12579 (main): Add alarm. Run an infinite loop instead of calling
12580 wait_threads.
12581 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12582 comment.
12583 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12584 Delete function.
12585 (main): Add alarm. Run an infinite loop instead of calling
12586 wait_threads.
12587 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12588 comment.
12589
12590 2015-08-07 Pedro Alves <palves@redhat.com>
12591
12592 * gdb.base/checkpoint-ns.exp: New file.
12593 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12594 standard_testfile.
12595
12596 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12597
12598 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12599 * gdb.btrace/instruction_history.exp: Update.
12600 * gdb.btrace/tsx.exp: New.
12601 * gdb.btrace/tsx.c: New.
12602
12603 2015-08-06 Pedro Alves <palves@redhat.com>
12604
12605 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12606 increase timeout.
12607 * gdb.reverse/until-precsave.exp: Bump timeouts.
12608
12609 2015-08-06 Pedro Alves <palves@redhat.com>
12610
12611 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12612
12613 2015-08-06 Pedro Alves <palves@redhat.com>
12614
12615 PR gdb/18749
12616 * gdb.threads/process-dies-while-handling-bp.c: New file.
12617 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12618
12619 2015-08-06 Pedro Alves <palves@redhat.com>
12620
12621 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12622 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12623
12624 2015-08-05 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12627 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12628
12629 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12630
12631 * gdb.base/bp-permanent.exp: Report test as unsupported if
12632 the target cannot stop at the permanent breakpoint.
12633
12634 2015-08-03 Doug Evans <dje@google.com>
12635
12636 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12637 10000.
12638
12639 2015-08-03 Doug Evans <dje@google.com>
12640
12641 * Makefile.in (workers/%.worker, build-perf): New rule.
12642 (GDB_PERFTEST_MODE): New variable.
12643 (check-perf): Use it.
12644 (clean): Clean up gdb.perf parallel build subdirs.
12645 * lib/build-piece.exp: New file.
12646 * lib/gdb.exp (make_gdb_parallel_path): New function
12647 (standard_output_file, standard_temp_file): Call it.
12648 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12649 of $GDB_PARALLEL.
12650 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12651
12652 2015-08-03 Doug Evans <dje@google.com>
12653
12654 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12655 (LOG_FILE_NAME): New global.
12656 (TextReporter.__init__): Initialize self.txt_sum.
12657 (TextReporter.report): Add support for multiple data-points.
12658 Move report to perftest.sum, put raw data in perftest.log.
12659 (TextReporter.start): Open sum and log files.
12660 (TextReporter.end): Close sum and log files.
12661 * gdb.perf/lib/perftest/testresult.py
12662 (SingleStatisticTestResult.record): Handle multiple data-points.
12663
12664 2015-07-31 Pedro Alves <palves@redhat.com>
12665
12666 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12667 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12668 kill_wait_spawned_process instead of explicit "kill -9".
12669 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12670 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12671 kill_wait_spawned_process.
12672 * gdb.base/attach-twice.exp: Likewise.
12673 * gdb.base/attach.exp: Likewise.
12674 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12675 gdb_test_multiple.
12676 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12677 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12678 kill_wait_spawned_process.
12679 * gdb.base/valgrind-infcall.exp: Likewise.
12680 * gdb.multi/multi-attach.exp: Likewise.
12681 * gdb.python/py-prompt.exp: Likewise.
12682 * gdb.python/py-sync-interp.exp: Likewise.
12683 * gdb.server/ext-attach.exp: Likewise.
12684 * gdb.threads/attach-into-signal.exp (corefunc): Use
12685 spawn_wait_for_attach, spawn_id_get_pid and
12686 kill_wait_spawned_process.
12687 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12688 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12689 spawn_id_get_pid and kill_wait_spawned_process.
12690 * gdb.threads/attach-stopped.exp (corefunc): Use
12691 spawn_wait_for_attach, spawn_id_get_pid and
12692 kill_wait_spawned_process.
12693 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12694 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12695 kill_wait_spawned_process instead of explicit "kill -9".
12696 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12697 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12698 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12699 processes. Don't map cygwin/windows pids here. Now returns a
12700 spawn id list.
12701
12702 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12703
12704 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12705 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12706 correct patch.
12707
12708 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12709
12710 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12711
12712 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12713
12714 Reapply:
12715 2014-05-21 Mark Wielaard <mjw@redhat.com>
12716
12717 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12718
12719 2015-07-30 Pedro Alves <palves@redhat.com>
12720
12721 * linux-low.c (handle_extended_wait): Set the child's last
12722 reported status to TARGET_WAITKIND_STOPPED.
12723
12724 2015-07-30 Pedro Alves <palves@redhat.com>
12725
12726 PR threads/18600
12727 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12728 only shows inferior 1.
12729
12730 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12731 Pedro Alves <palves@redhat.com>
12732
12733 PR threads/18600
12734 * gdb.threads/fork-plus-threads.c: New file.
12735 * gdb.threads/fork-plus-threads.exp: New file.
12736
12737 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12738
12739 * gdb.base/batch-preserve-term-settings.exp
12740 (test_terminal_settings_preserved_after_cli_exit): Use
12741 send_quit_command.
12742
12743 2015-07-29 Pedro Alves <palves@redhat.com>
12744 Don Breazeal <donb@codesourcery.com>
12745
12746 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12747 output from both inferior_spawn_id and gdb_spawn_id.
12748
12749 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12750
12751 * gdb.threads/attach-into-signal.exp (corefunc): Use
12752 with_test_prefix on nested loops, uniquefying the test messages.
12753
12754 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12755
12756 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12757 commit.
12758
12759 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12760
12761 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12762 New proc.
12763 (test_terminal_settings_preserved_after_sigterm): New test.
12764
12765 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12766
12767 * gdb.base/batch-preserve-term-settings.exp
12768 (test_terminal_settings_preserved_after_cli_exit): New test.
12769
12770 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12771
12772 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12773 manipulation of saved_gdbflags.
12774 (test_terminal_settings_preserved): Remove global declaration of
12775 the unused variable pagination_prompt. Remove manipulation of
12776 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12777 GDBFLAGS.
12778
12779 2015-07-29 Pedro Alves <palves@redhat.com>
12780
12781 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12782
12783 2015-07-29 Pedro Alves <palves@redhat.com>
12784
12785 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12786 at the top.
12787
12788 2015-07-29 Pedro Alves <palves@redhat.com>
12789
12790 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12791 (main): Call gdb_unbuffer_output.
12792 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12793 (main): Call gdb_unbuffer_output.
12794 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12795 (main): Call gdb_unbuffer_output.
12796 * gdb.base/call-strs.exp: Adjust to step over the
12797 gdb_unbuffer_output call.
12798 * gdb.base/catch-gdb-caused-signals.c: Include
12799 "../lib/unbuffer_output.c".
12800 (main): Call gdb_unbuffer_output.
12801 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12802 (main): Call gdb_unbuffer_output.
12803 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12804 (main): Call gdb_unbuffer_output.
12805 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12806 (main): Call gdb_unbuffer_output.
12807 * gdb.base/shlib-call.exp: Adjust to step over the
12808 gdb_unbuffer_output call.
12809 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12810 (main): Call gdb_unbuffer_output.
12811 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12812 (main): Call gdb_unbuffer_output.
12813 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12814 (main): Rename to ...
12815 (test): ... this.
12816 (main): Reimplement.
12817 * gdb.base/varargs.exp: Run to test instead of to main.
12818 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12819 (main): Call gdb_unbuffer_output.
12820
12821 2015-07-29 Pedro Alves <palves@redhat.com>
12822
12823 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12824 factore out from mi_continue_dprintf. For call-style dprintfs,
12825 expect dprintf output out of $inferior_spawn_id.
12826 (mi_continue_dprintf): Use mi_expect_dprintf.
12827 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12828 (main): Call gdb_unbuffer_output.
12829
12830 2015-07-29 Pedro Alves <palves@redhat.com>
12831
12832 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12833 (default_mi_gdb_start): Set inferior_spawn_id instead of
12834 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12835 gdb_spawn_id.
12836 (mi_gdb_test): Always expect inferior output from both
12837 $inferior_spawn_id and $gdb_spawn_id.
12838
12839 2015-07-29 Pedro Alves <palves@redhat.com>
12840
12841 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12842 send_inferior and $inferior_spawn_id.
12843
12844 2015-07-29 Pedro Alves <palves@redhat.com>
12845
12846 * gdb.gdb/complaints.exp (test_initial_complaints)
12847 (test_serial_complaints, test_short_complaints): Use
12848 gdb_test_stdio.
12849 (test_empty_complaint): Handle $inferior_spawn_id !=
12850 $gdb_spawn_id.
12851
12852 2015-07-29 Pedro Alves <palves@redhat.com>
12853
12854 * gdb.base/varargs.exp: Use gdb_test_stdio.
12855
12856 2015-07-29 Pedro Alves <palves@redhat.com>
12857
12858 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12859
12860 2015-07-29 Pedro Alves <palves@redhat.com>
12861
12862 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12863
12864 2015-07-29 Pedro Alves <palves@redhat.com>
12865
12866 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12867 parameter into two new parameters, "inf_result" and "gdb_result".
12868 Expect inferior output and gdb output from $inferior_spawn_id and
12869 $gdb_spawn_id, respectively. Adjust all callers.
12870
12871 2015-07-29 Pedro Alves <palves@redhat.com>
12872
12873 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12874 of gdb_test_sequence.
12875
12876 2015-07-29 Pedro Alves <palves@redhat.com>
12877
12878 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12879 (saw_spurious_output): Expect inferior output from
12880 $inferior_spawn_id. Use gdb_test_stdio.
12881
12882 2015-07-29 Pedro Alves <palves@redhat.com>
12883
12884 * gdb.base/dprintf.exp: Use standard_testfile. Change
12885 prepare_for_testing call.
12886 (srcfile): Don't set.
12887 (restart): New procedure.
12888 (test_dprintf): New procecure, use to continue over dprintfs.
12889 (test_call, test_agent): New procedures, tests moved here.
12890 Restart gdb and recreate dprintfs. Adjust expected output.
12891
12892 2015-07-29 Pedro Alves <palves@redhat.com>
12893
12894 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12895
12896 2015-07-29 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12899
12900 2015-07-29 Pedro Alves <palves@redhat.com>
12901
12902 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12903 gdb_test_stdio.
12904
12905 2015-07-29 Pedro Alves <palves@redhat.com>
12906
12907 * lib/gdb.exp (gdb_test_stdio): New procedure.
12908
12909 2015-07-29 Pedro Alves <palves@redhat.com>
12910
12911 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12912
12913 2015-07-29 Pedro Alves <palves@redhat.com>
12914
12915 * gdb.base/call-signal-resume.exp: Remove check for
12916 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12917 * gdb.base/unwindonsignal.exp: Likewise.
12918 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12919 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12920
12921 2015-07-29 Pedro Alves <palves@redhat.com>
12922
12923 * gdb.base/siginfo-addr.c (pass): New function.
12924 (handler): Call it iff si_addr is correct.
12925 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12926 Set a breakpoint at "pass" and continue to it.
12927
12928 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12929
12930 * gdb.python/py-objfile.exp: Make some tests have unique names.
12931 * gdb.python/py-pp-registration.exp: Likewise.
12932
12933 2015-07-28 Pedro Alves <palves@redhat.com>
12934
12935 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12936
12937 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12938
12939 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12940
12941 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12942
12943 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12944
12945 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12946
12947 * gdb.base/gdb-sigterm-2.exp: New test.
12948
12949 2015-07-25 Doug Evans <xdje42@gmail.com>
12950
12951 Revert:
12952 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12953 (workers/%.worker, build-perf): New rule.
12954 (GDB_PERFTEST_MODE): New variable.
12955 (check-perf): Use it.
12956 (clean): Clean up gdb.perf parallel build subdirs.
12957 * lib/build-piece.exp: New file.
12958 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12959 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12960 name.
12961 (standard_temp_file): Ditto.
12962 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12963 of $GDB_PARALLEL.
12964
12965 2015-07-24 Doug Evans <dje@google.com>
12966
12967 * gdb.perf/lib/perftest/utils.py: New file.
12968 * gdb.perf/gm-hello.cc: New file.
12969 * gdb.perf/gm-pervasive-typedef.cc: New file.
12970 * gdb.perf/gm-pervasive-typedef.h: New file.
12971 * gdb.perf/gm-std.cc: New file.
12972 * gdb.perf/gm-std.h: New file.
12973 * gdb.perf/gm-use-cerr.cc: New file.
12974 * gdb.perf/gm-utils.h: New file.
12975 * gdb.perf/gmonster-null-lookup.py: New file.
12976 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12977 * gdb.perf/gmonster-print-cerr.py: New file.
12978 * gdb.perf/gmonster-ptype-string.py: New file.
12979 * gdb.perf/gmonster-runto-main.py: New file.
12980 * gdb.perf/gmonster-select-file.py: New file.
12981 * gdb.perf/gmonster1-null-lookup.exp: New file.
12982 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12983 * gdb.perf/gmonster1-print-cerr.exp: New file.
12984 * gdb.perf/gmonster1-ptype-string.exp: New file.
12985 * gdb.perf/gmonster1-runto-main.exp: New file.
12986 * gdb.perf/gmonster1-select-file.exp: New file.
12987 * gdb.perf/gmonster1.cc: New file.
12988 * gdb.perf/gmonster1.exp: New file.
12989 * gdb.perf/gmonster2-null-lookup.exp: New file.
12990 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12991 * gdb.perf/gmonster2-print-cerr.exp: New file.
12992 * gdb.perf/gmonster2-ptype-string.exp: New file.
12993 * gdb.perf/gmonster2-runto-main.exp: New file.
12994 * gdb.perf/gmonster2-select-file.exp: New file.
12995 * gdb.perf/gmonster2.cc: New file.
12996 * gdb.perf/gmonster2.exp: New file.
12997
12998 2015-07-24 Doug Evans <dje@google.com>
12999
13000 * gdb.perf/README: New file.
13001 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13002 * lib/gen-perf-test.exp: New file.
13003
13004 2015-07-24 Doug Evans <dje@google.com>
13005
13006 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13007 (PerfTest::startup): New function.
13008 (PerfTest::run): Return result of calling body.
13009 (PerfTest::assemble): Rewrite.
13010 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13011 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13012 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13013 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13014 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13015
13016 2015-07-24 Doug Evans <dje@google.com>
13017
13018 * lib/gdb.exp (clean_restart): Make executable optional.
13019
13020 2015-07-24 Doug Evans <dje@google.com>
13021
13022 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13023 compiler_info references.
13024 * gdb.cp/temargs.exp: Ditto.
13025 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13026 (get_compiler_info): Early exit if already computed. Set compiler_info
13027 to "unknown" if there was a problem.
13028 (test_compiler_info): Add function comment. Call get_compiler_info.
13029
13030 2015-07-24 Doug Evans <dje@google.com>
13031
13032 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13033 (workers/%.worker, build-perf): New rule.
13034 (GDB_PERFTEST_MODE): New variable.
13035 (check-perf): Use it.
13036 (clean): Clean up gdb.perf parallel build subdirs.
13037 * lib/build-piece.exp: New file.
13038 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13039 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13040 name.
13041 (standard_temp_file): Ditto.
13042 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13043 of $GDB_PARALLEL.
13044
13045 2015-07-24 Doug Evans <dje@google.com>
13046
13047 * lib/future.exp (gdb_default_target_compile): New option
13048 "early_flags".
13049 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13050 --as-needed.
13051
13052 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13053
13054 * gdb.base/catch-syscall.exp: Call gdb_exit before
13055 gdb_skip_xml_test.
13056
13057 2015-07-24 Pedro Alves <palves@redhat.com>
13058
13059 * gdb.python/py-events.exp: Accept output between the stop event
13060 and the prompt.
13061 * gdb.python/py-evsignal.exp: Likewise.
13062 * gdb.python/py-evthreads.exp: Likewise.
13063
13064 2015-07-24 Pedro Alves <palves@redhat.com>
13065
13066 PR gdb/18717
13067 * gdb.threads/non-ldr-exit.c: New file.
13068 * gdb.threads/non-ldr-exit.exp: New file.
13069
13070 2015-07-24 Yao Qi <yao.qi@linaro.org>
13071
13072 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13073 restarting process.
13074
13075 2015-07-24 Yao Qi <yao.qi@linaro.org>
13076
13077 * gdb.server/ext-restart.exp: New file.
13078
13079 2015-07-24 Yao Qi <yao.qi@linaro.org>
13080
13081 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13082 argument options.
13083 * gdb.server/ext-wrapper.exp: New file.
13084
13085 2015-07-23 Doug Evans <dje@google.com>
13086
13087 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13088 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13089
13090 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13091
13092 * gdb.ada/var_arr_typedef.exp: New testcase.
13093 * gdb.ada/var_arr_typedef/pack.adb: New file.
13094 * gdb.ada/var_arr_typedef/pack.ads: New file.
13095 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13096
13097 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13098
13099 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13100
13101 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13102
13103 * gdb.arch/i386-biarch-core.exp: Replace istarget
13104 by "complete set gnutarget". Remove expectation for the "core-file"
13105 command.
13106
13107 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13108
13109 Revert the previous commit:
13110 Tests for validate symbol file using build-id.
13111
13112 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13113
13114 Tests for validate symbol file using build-id.
13115 * gdb.base/solib-mismatch-lib.c: New file.
13116 * gdb.base/solib-mismatch-libmod.c: New file.
13117 * gdb.base/solib-mismatch.c: New file.
13118 * gdb.base/solib-mismatch.exp: New file.
13119
13120 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13121
13122 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13123 nios2-*-linux*.
13124 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13125 * gdb.base/siginfo.exp: Likewise.
13126 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13127
13128 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13129
13130 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13131 Move it to ...
13132 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13133 ... here.
13134 * gdb.trace/range-stepping.exp: Check that the target supports
13135 range stepping.
13136
13137 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13138
13139 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13140
13141 2015-07-14 Pedro Alves <palves@redhat.com>
13142
13143 * gdb.base/killed-outside.exp: New file.
13144 * gdb.base/killed-outside.c: New file.
13145
13146 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13147
13148 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13149 (n at main): New.
13150 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13151
13152 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13153
13154 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13155 infcall tests instead of setting up for KFAIL.
13156
13157 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13158
13159 * gdb.btrace/record_goto-step.exp: New.
13160
13161 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13162
13163 PR compile/18484
13164 * gdb.compile/compile.c (struct struct_type): Add volatile to
13165 selffield's type.
13166 * gdb.compile/compile.exp
13167 (compile code struct_object.selffield = &struct_object): Skip further
13168 struct_object tests if this one xfails.
13169
13170 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13171
13172 PR exp/18617
13173 * gdb.trace/ax.exp: Add test.
13174
13175 2015-07-07 Yao Qi <yao.qi@linaro.org>
13176
13177 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13178 instead of istarget "aarch64*-*-*".
13179 * gdb.arch/aarch64-fp.exp: Likewise.
13180 * gdb.base/float.exp: Likewise.
13181 * gdb.reverse/aarch64.exp: Likewise.
13182 * lib/gdb.exp (is_aarch64_target): New proc.
13183
13184 2015-07-07 Yao Qi <yao.qi@linaro.org>
13185
13186 * lib/gdb.exp (is_aarch32_target): New proc.
13187 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13188 instead of "istarget "arm*-*-*"".
13189 * gdb.arch/arm-disp-step.exp: Likewise.
13190 * gdb.arch/thumb-bx-pc.exp: Likewise.
13191 * gdb.arch/thumb-prologue.exp: Likewise.
13192 * gdb.arch/thumb-singlestep.exp: Likewise.
13193 * gdb.base/disp-step-syscall.exp: Likewise.
13194 * gdb.base/float.exp: Likewise.
13195
13196 2015-07-07 Yao Qi <yao.qi@linaro.org>
13197
13198 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13199 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13200
13201 2015-07-07 Yao Qi <yao.qi@linaro.org>
13202
13203 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13204 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13205 if it exists.
13206 * gdb.multi/multi-arch.exp: Likewise.
13207
13208 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13209
13210 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13211 print.
13212
13213 2015-07-07 Yao Qi <yao.qi@linaro.org>
13214
13215 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13216
13217 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13218
13219 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13220 '[' and ']' characters.
13221
13222 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13223
13224 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13225
13226 2015-06-29 Pedro Alves <palves@redhat.com>
13227
13228 PR threads/18127
13229 * gdb.threads/hand-call-new-thread.c: New file.
13230 * gdb.threads/hand-call-new-thread.c: New file.
13231
13232 2015-06-26 Keith Seitz <keiths@redhat.com>
13233 Doug Evans <dje@google.com>
13234
13235 PR 16253
13236 * gdb.cp/var-tag-2.cc: New file.
13237 * gdb.cp/var-tag-3.cc: New file.
13238 * gdb.cp/var-tag-4.cc: New file.
13239 * gdb.cp/var-tag.cc: New file.
13240 * gdb.cp/var-tag.exp: New file.
13241
13242 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13243
13244 * gdb.base/history-duplicates.exp: New test.
13245
13246 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13247
13248 * gdb.base/completion.exp: Test the completion of the "focus"
13249 command.
13250
13251 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13252
13253 * gdb.arch/amd64-prologue-skip.S: New file.
13254 * gdb.arch/amd64-prologue-skip.exp: New file.
13255
13256 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13257
13258 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13259 is_address_zero_readable check.
13260
13261 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13262
13263 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13264 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13265
13266 2015-06-24 Yao Qi <yao.qi@linaro.org>
13267
13268 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13269 linux targets.
13270
13271 2015-06-24 Yao Qi <yao.qi@linaro.org>
13272
13273 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13274 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13275 * gdb.base/siginfo-thread.exp: Likewise.
13276
13277 2015-06-22 Yao Qi <yao.qi@linaro.org>
13278
13279 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13280
13281 2015-06-22 Yao Qi <yao.qi@linaro.org>
13282
13283 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13284 aarch64*-*-*.
13285 (skip_hw_watchpoint_tests): Likewise.
13286
13287 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13288
13289 * gdb.base/gdbinit-history.exp: Test the interaction between
13290 setting GDBHISTSIZE and setting the history size via .gdbinit.
13291
13292 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13293
13294 PR gdb/16999
13295 * gdb.base/gdbhistsize-history.exp: New test.
13296
13297 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13298
13299 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13300 with GDBHISTSIZE.
13301 * gdb.base/readline.exp: Likewise.
13302
13303 2015-06-17 Yao Qi <yao.qi@linaro.org>
13304
13305 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13306 line.
13307
13308 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13309
13310 * gdb.base/gdbinit-history.exp: Add test case to check that
13311 an unlimited history file does not get truncated on exit.
13312
13313 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13314
13315 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13316 (VECTOR): New macro. Use it...
13317 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13318 ...for these typedefs.
13319 (int8, char1, int1, double1): New typedefs.
13320 (struct just_int2, struct two_int2): New structures.
13321 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13322 (add_structvecs, add_singlevecs): New functions.
13323 (main): Call add_some_intvecs twice.
13324 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13325 the compile and exit upon failure. Try compiling for the "native"
13326 architecture. Test inferior function calls with vector arguments
13327 and vector return value handling with "finish" and "return".
13328
13329 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13330
13331 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13332 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13333 PE file.
13334 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13335
13336 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13337
13338 PR breakpoints/16465
13339 * gdb.mi/mi-dprintf-pending.c: New file.
13340 * gdb.mi/mi-dprintf-pending.exp: New test.
13341 * gdb.mi/mi-dprintf-pendshr.c: New file.
13342
13343 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13344 Mircea Gherzan <mircea.gherzan@intel.com>
13345
13346 * gdb.arch/i386-mpx-map.c: New file.
13347 * gdb.arch/i386-mpx-map.exp: New File.
13348
13349 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13350
13351 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13352 * gdb.arch/i386-mpx.exp: Indentation fixed.
13353
13354 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13355
13356 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13357 function and improved indentation.
13358 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13359 gdb_test_multiple. Added additional tests to skip the test.
13360
13361 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13362
13363 * gdb.arch/i386-avx512.c: Change path in include file.
13364 * gdb.arch/i386-avx512.exp: Change include dir path
13365 compilation flag.
13366 * gdb.arch/i386-mpx.c: Change path in include file.
13367 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13368 flag.
13369
13370 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13371
13372 * gdb.compile/compile-print.exp (compile print *vararray@3)
13373 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13374
13375 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13376
13377 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13378 (do not keep jit in memory): ... this.
13379 (expect 5): Change it to ...
13380 (expect no 5): ... this.
13381
13382 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13383
13384 PR gdb/15564
13385 * gdb.mi/mi-detach.exp: New file.
13386
13387 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13388
13389 PR symtab/18392
13390 * gdb.arch/amd64-tailcall-self.S: New file.
13391 * gdb.arch/amd64-tailcall-self.c: New file.
13392 * gdb.arch/amd64-tailcall-self.exp: New file.
13393
13394 2015-05-28 Don Breazeal <donb@codesourcery.com>
13395
13396 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13397 tests for remote targets by checking is_target_gdbserver.
13398
13399 2015-05-27 Doug Evans <dje@google.com>
13400
13401 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13402 * gdb.dwarf2/opaque-type-lookup.c: New file.
13403 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13404
13405 2015-05-26 Doug Evans <dje@google.com>
13406
13407 * gdb.cp/iostream.cc: New file.
13408 * gdb.cp/iostream.exp: New file.
13409
13410 2015-05-26 Doug Evans <dje@google.com>
13411
13412 * gdb.dwarf2/dw2-op-call.exp: Update.
13413 * gdb.dwarf2/dw4-sig-types.exp: Update.
13414 * gdb.dwarf2/implptr.exp: Update.
13415 * gdb.mi/mi-cmd-param-changed.exp: Update.
13416
13417 2015-05-26 Doug Evans <dje@google.com>
13418
13419 * gdb.python/py-lazy-string.c: New file.
13420 * gdb.python/py-lazy-string.exp: New file.
13421 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13422 (main): Update. Add estring3.
13423 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13424 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13425
13426 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13427 Yao Qi <yao.qi@linaro.org>
13428
13429 * gdb.reverse/aarch64.c: New.
13430 * gdb.reverse/aarch64.exp: New.
13431
13432 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13433
13434 * lib/gdb.exp (supports_process_record): Return true for
13435 aarch64*-linux*.
13436 (supports_reverse): Likewise.
13437
13438 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13439
13440 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13441 Use with_test_prefix.
13442
13443 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13444
13445 * gdb.base/completion.exp: Add test for completion of layout
13446 names.
13447
13448 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13449
13450 * lib/gdb.exp (skip_tui_tests): New proc.
13451 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13452
13453 2015-05-19 Pedro Alves <palves@redhat.com>
13454
13455 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13456 Save the whole env array instead of just HOME. Unset HISTSIZE in
13457 the environment while testing. Restore whole environment
13458 afterwards.
13459
13460 2015-05-16 Doug Evans <xdje42@gmail.com>
13461
13462 * gdb.guile/scm-ports.c: New file.
13463 * gdb.guile/scm-ports.exp: Add memory port tests.
13464
13465 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13466
13467 * gdb.compile/compile-print.c: New file.
13468 * gdb.compile/compile-print.exp: New file.
13469
13470 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13471
13472 * gdb.compile/compile-ops.exp: Cast param to void.
13473 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13474 (compile code struct_object.selffield = &struct_object): Add xfail.
13475
13476 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13477
13478 * gdb.ada/arr_enum_with_gap: New testcase.
13479
13480 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13481
13482 * gdb.ada/byte_packed_arr: New testcase.
13483
13484 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13485
13486 * gdb.ada/pckd_neg: New testcase.
13487
13488 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13489
13490 PR gdb/17820
13491 * gdb.base/gdbinit-history.exp: New test.
13492 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13493 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13494
13495 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13496
13497 * gdb.python/py-xmethods.cc: Enhance test case.
13498 * gdb.python/py-xmethods.exp: New tests.
13499 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13500 function.
13501 (B_indexoper): Likewise.
13502 (global_dm_list) : Add new xmethod worker functions.
13503
13504 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13505
13506 * gdb.base/coredump-filter.exp: Correctly unset
13507 "coredump_var_addr" array.
13508
13509 2015-05-08 Pedro Alves <palves@redhat.com>
13510
13511 * gdb.server/non-existing-program.exp: Unset spawn_id.
13512
13513 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13514
13515 PR python/18291
13516 * gdb.python/py-xmethods.exp: Add tests.
13517
13518 2015-05-08 Yao Qi <yao.qi@linaro.org>
13519
13520 PR gdb/18208
13521 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13522 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13523 function set_coredump_filter, and remove remote_exec call.
13524 Remove argument ipid. Callers update.
13525 (top level): Don't get inferior's PID.
13526
13527 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13528
13529 * gdb.base/watch_thread_num.exp: Skip test on targets without
13530 access watchpoints.
13531
13532 2015-05-06 Pedro Alves <palves@redhat.com>
13533
13534 PR server/18081
13535 * gdb.server/non-existing-program.exp: New file.
13536
13537 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13538
13539 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13540
13541 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13542
13543 * gdb.ada/out_of_line_in_inlined: New testcase.
13544
13545 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13546
13547 * gdb.ada/var_rec_arr: New testcase.
13548
13549 2015-04-30 Yao Qi <yao.qi@linaro.org>
13550
13551 * gdb.base/break-idempotent.exp: If
13552 skip_hw_watchpoint_multi_tests returns true, skip the tests
13553 on "rwatch" and "awatch".
13554
13555 2015-04-30 Yao Qi <yao.qi@linaro.org>
13556
13557 * gdb.base/relativedebug.exp: Invoke gdb command
13558 "info sharedlibrary", and if libc.so doesn't have debug info,
13559 skip the test.
13560
13561 2015-04-29 Doug Evans <dje@google.com>
13562
13563 * gdb.python/py-xmethods.exp: Add ptype tests.
13564 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13565 get_result_type method.
13566
13567 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13568
13569 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13570 the target does not support hardware watchpoints.
13571
13572 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13573
13574 * gdb.base/break-always.exp: Abort testing if writing to memory
13575 causes an error.
13576
13577 2015-04-28 Doug Evans <dje@google.com>
13578
13579 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13580 * gdb.python/py-pp-registration.exp: ... here. New file.
13581 * gdb.python/py-pp-registration.c: New file.
13582 * gdb.python/py-pp-registration.py: New file.
13583
13584 2015-04-28 Doug Evans <dje@google.com>
13585
13586 * gdb.python/py-bad-printers.c: New file.
13587 * gdb.python/py-bad-printers.py: New file.
13588 * gdb.python/py-bad-printers.exp: New file.
13589
13590 2015-04-28 Sasha Smundak <asmundak@google.com>
13591
13592 * gdb.python/py-type.exp: New test.
13593
13594 2015-04-28 Andy Wingo <wingo@igalia.com>
13595
13596 * gdb.python/py-parameter.exp:
13597 * gdb.guile/scm-parameter.exp: Escape the path that we are
13598 matching against, as it might contain characters that are special
13599 to regular expressions.
13600
13601 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13602
13603 * gdb.ada/rec_comp: New testcase.
13604
13605 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13606
13607 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13608 before using it.
13609
13610 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13611
13612 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13613 new tests for verilog output.
13614
13615 2015-04-24 Yao Qi <yao.qi@linaro.org>
13616
13617 * boards/remote-gdbserver-on-localhost.exp: New file.
13618
13619 2015-04-23 Pedro Alves <palves@redhat.com>
13620
13621 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13622 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13623 "end of file", remove $inferior_spawn_id from the indirect list.
13624
13625 2015-04-23 Pedro Alves <palves@redhat.com>
13626
13627 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13628
13629 2015-04-23 Pedro Alves <palves@redhat.com>
13630
13631 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13632 on $any_spawn_id instead of only on $gdb_spawn_id.
13633
13634 2015-04-21 Pierre Muller <muller@sourceware.org>
13635
13636 PR pascal/17815
13637 * lib/pascal.exp (gpc_compile): Add new option "class".
13638 (fpc_compile): Likewise.
13639 * gdb.pascal/case-insensitive-symbols.pas: New file.
13640 * gdb.pascal/case-insensitive-symbols.exp: New file.
13641
13642 2015-04-20 Gary Benson <gbenson@redhat.com>
13643
13644 * gdb.base/attach.exp: Fix three extended remote failures.
13645
13646 2015-04-17 Gary Benson <gbenson@redhat.com>
13647
13648 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13649 the main executable over the remote protocol.
13650
13651 2015-04-16 Pedro Alves <palves@redhat.com>
13652
13653 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13654 a new gdbserver if gdbserver_reconnect_p is set.
13655
13656 2015-04-16 Pedro Alves <palves@redhat.com>
13657
13658 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13659 is set, don't exit gdbserver.
13660
13661 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13662
13663 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13664 appropriate .insn, such that an older assembler can be used.
13665 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13666 the z/Architecture instruction set on 31-bit targets as well.
13667
13668 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13669
13670 * gdb.go/handcall.exp: Remove all logic related to the first
13671 breakpoint and rely on go_runto_main instead.
13672 * gdb.go/strings.exp: Likewise.
13673 * gdb.go/unsafe.exp: Likewise.
13674 * gdb.go/hello.exp: Likewise. Also rename the remaining
13675 breakpoint marker to "breakpoint 1".
13676 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13677 * gdb.go/strings.go: Likewise.
13678 * gdb.go/unsafe.go: Likewise.
13679 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13680 "set breakpoint 2 here" and rename the remaining breakpoint marker
13681 to "breakpoint 1".
13682
13683 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13684
13685 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13686 if itertools.imap is not present.
13687 * gdb.python/py-objfile.exp: Add parentheses.
13688 * gdb.python/py-type.exp: Same.
13689 * gdb.python/py-unwind-maint.py: Same.
13690
13691 2015-04-15 Yao Qi <yao.qi@linaro.org>
13692
13693 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13694 of ":$ptr_size" and set its form explicitly.
13695
13696 2015-04-15 Pedro Alves <palves@redhat.com>
13697 Yao Qi <yao.qi@linaro.org>
13698
13699 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13700 timeout by factor of 4.
13701 (test_regular_watch): Likewise.
13702 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13703 * gdb.reverse/sigall-reverse.exp: Likewise.
13704 * gdb.reverse/until-precsave.exp: Likewise.
13705 * lib/gdb.exp (with_timeout_factor): New proc.
13706 (gdb_expect): Move some code to ...
13707 (get_largest_timeout): ... here. New procedure.
13708
13709 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13710
13711 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13712
13713 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13714
13715 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13716 to write to the .text section.
13717
13718 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13719
13720 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13721 Handle the case of targets that do not provide PID information.
13722
13723 2015-04-13 Yao Qi <yao.qi@linaro.org>
13724
13725 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13726 and use expect instead of gdb_expect.
13727
13728 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13729
13730 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13731 "coredump_var_addr" to avoid naming conflict with other testcases.
13732
13733 2015-04-10 Pedro Alves <palves@redhat.com>
13734
13735 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13736 gdb_test_sequence and gdb_assert.
13737
13738 2015-04-10 Pedro Alves <palves@redhat.com>
13739
13740 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13741 test messages that don't include the breakpoint address.
13742
13743 2015-04-10 Yao Qi <yao.qi@linaro.org>
13744
13745 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13746 false for some offset and width combinations which aren't
13747 supported by linux kernel.
13748
13749 2015-04-10 Pedro Alves <palves@redhat.com>
13750
13751 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13752 procedure, factored out from ...
13753 (top level): ... here. Add "set displaced-stepping" testing axis.
13754 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13755 parameter "displaced". Use it.
13756 (top level): Use foreach and add "set displaced-stepping" testing
13757 axis.
13758
13759 2015-04-10 Pedro Alves <palves@redhat.com>
13760
13761 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13762 Remove comment.
13763 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13764 both the address of the instruction that triggers the watchpoint
13765 and the address of the instruction immediately after, and use
13766 those addresses for the test. Fix comment.
13767
13768 2015-04-10 Pedro Alves <palves@redhat.com>
13769
13770 * gdb.base/sigstep.exp (breakpoint_to_handler)
13771 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13772 Test "backtrace" in handler.
13773 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13774 (top level): Add new "displaced" test axis to
13775 breakpoint_to_handler, breakpoint_to_handler_entry and
13776 breakpoint_over_handler.
13777
13778 2015-04-10 Pedro Alves <palves@redhat.com>
13779
13780 PR gdb/18216
13781 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13782
13783 2015-04-10 Yao Qi <yao.qi@linaro.org>
13784
13785 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13786 (test_add_rn_pc): New function.
13787 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13788 (top level): Invoke test_add_rn_pc.
13789
13790 2015-04-10 Pedro Alves <palves@redhat.com>
13791
13792 PR gdb/13858
13793 * gdb.base/step-over-no-symbols.exp: New file.
13794
13795 2015-04-09 Andy Wingo <wingo@igalia.com>
13796
13797 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13798 after the Python tests.
13799
13800 2015-04-08 Keith Seitz <keiths@redhat.com>
13801
13802 PR python/16699
13803 * gdb.python/py-completion.exp: New tests for completion.
13804 * gdb.python/py-completion.py (CompleteLimit1): New class.
13805 (CompleteLimit2): Likewise.
13806 (CompleteLimit3): Likewise.
13807 (CompleteLimit4): Likewise.
13808 (CompleteLimit5): Likewise.
13809 (CompleteLimit6): Likewise.
13810 (CompleteLimit7): Likewise.
13811
13812 2015-04-08 Pedro Alves <palves@redhat.com>
13813
13814 PR gdb/18214
13815 PR gdb/18216
13816 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13817 function.
13818 (main): Install it as SIGUSR1 handler.
13819 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13820 parameter. Always use "setup" as prefix. Toggle "set
13821 displaced-stepping" off/on depending on global. Don't switch to
13822 thread 1 here.
13823 (top level): Add displaced stepping "off/on" test axis. Update
13824 "setup" calls. Wrap each subtest with with_test_prefix. Test
13825 continuing with a queued signal in each thread.
13826
13827 2015-04-08 Pedro Alves <palves@redhat.com>
13828
13829 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13830 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13831 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13832 Return early if running to main fails.
13833 * gdb.trace/while-stepping.exp: Likewise.
13834
13835 2015-04-07 Pedro Alves <palves@redhat.com>
13836
13837 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13838 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13839 interact with inferior program.
13840
13841 2015-04-07 Pedro Alves <palves@redhat.com>
13842
13843 * lib/gdb.exp (inferior_spawn_id): New global.
13844 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13845 spawn id after processing the user code.
13846 (default_gdb_start): Set inferior_spawn_id.
13847 (send_inferior): New procedure.
13848 * lib/gdbserver-support.exp (gdbserver_start): Set
13849 inferior_spawn_id.
13850 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13851
13852 2015-04-07 Pedro Alves <palves@redhat.com>
13853
13854 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13855 * lib/gdbserver-support.exp (gdbserver_start): Make
13856 $server_spawn_id global.
13857 (gdbserver_start): Don't wait for gdbserver's spawn id with
13858 expect_background.
13859 (close_gdbserver): New procedure.
13860 (gdb_exit): Rename the default version and reimplement.
13861
13862 2015-04-07 Pedro Alves <palves@redhat.com>
13863
13864 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13865 append the substituted item, not the original item.
13866
13867 2015-04-07 Pedro Alves <palves@redhat.com>
13868
13869 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13870 gdb_expect.
13871
13872 2015-04-07 Pedro Alves <palves@redhat.com>
13873
13874 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13875 output appearing once only.
13876
13877 2015-04-07 Pedro Alves <palves@redhat.com>
13878
13879 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13880 that doesn't expect anything. Return early if running to main
13881 fails.
13882
13883 2015-04-07 Yao Qi <yao.qi@linaro.org>
13884
13885 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13886 (child_function): Call alarm.
13887 (main): Move call to alarm into the loop.
13888 * gdb.threads/non-stop-fair-events.exp: Build program with
13889 -DTIMEOUT=$timeout.
13890
13891 2015-04-06 Doug Evans <xdje42@gmail.com>
13892
13893 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13894 Fix dest parameter to board_info.
13895 (fpc_compile): Ditto.
13896 (gdb_compile_pascal): Rename dest arg to destfile.
13897
13898 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13899
13900 * gdb.ada/funcall_ref.exp: New file.
13901 * gdb.ada/funcall_ref/foo.adb: New file.
13902
13903 2015-04-02 Yao Qi <yao.qi@linaro.org>
13904
13905 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13906 is remote.
13907
13908 2015-04-02 Gary Benson <gbenson@redhat.com>
13909
13910 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13911
13912 2015-04-01 Sasha Smundak <asmundak@google.com>
13913
13914 * gdb.python/py-unwind-maint.c: New file.
13915 * gdb.python/py-unwind-maint.exp: New test.
13916 * gdb.python/py-unwind-maint.py: New file.
13917 * gdb.python/py-unwind.c: New file.
13918 * gdb.python/py-unwind.exp: New test.
13919 * gdb.python/py-unwind.py: New test.
13920
13921 2015-04-01 Pedro Alves <palves@redhat.com>
13922
13923 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13924 to fail instead of non-existent $test.
13925
13926 2015-04-01 Pedro Alves <palves@redhat.com>
13927
13928 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13929 GDBFLAGS if not empty.
13930
13931 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13932
13933 * gdb.ada/complete.exp: Remove "multi_line".
13934 * gdb.ada/info_exc.exp: Remove "multi_line".
13935 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13936 * gdb.ada/ptype_field.exp: Remove "multi_line".
13937 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13938 * gdb.ada/tagged.exp: Remove "multi_line".
13939 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13940 [multi_line ...]
13941 * gdb.btrace/delta.exp: Likewise.
13942 * gdb.btrace/exception.exp: Likewise.
13943 * gdb.btrace/function_call_history.exp: Likewise.
13944 * gdb.btrace/instruction_history.exp: Likewise.
13945 * gdb.btrace/nohist.exp: Likewise.
13946 * gdb.btrace/record_goto.exp: Likewise.
13947 * gdb.btrace/segv.exp: Likewise.
13948 * gdb.btrace/stepi.exp: Likewise.
13949 * gdb.btrace/tailcall.exp: Likewise.
13950 * gdb.btrace/unknown_functions.exp: Likewise.
13951 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13952 * lib/gdb.exp: Add the "multi_line" helper.
13953
13954 2015-04-01 Pedro Alves <palves@redhat.com>
13955
13956 * gdb.threads/tid-reuse.c: New file.
13957 * gdb.threads/tid-reuse.exp: New file.
13958
13959 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13960
13961 PR corefiles/16092
13962 * gdb.base/coredump-filter.c: New file.
13963 * gdb.base/coredump-filter.exp: Likewise.
13964
13965 2015-03-27 Petr Machata <pmachata@redhat.com>
13966
13967 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13968 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13969 (Dwarf::assemble): Initialize them.
13970 (Dwarf::lines): New function.
13971
13972 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13973
13974 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13975 SYMBOL_PREFIX for x86_64-*-cygwin.
13976
13977 2015-03-26 Andy Wingo <wingo@igalia.com>
13978
13979 PR symtab/18148
13980 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13981 const_value but not a location.
13982 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13983 location defined in non-main CUs are visible.
13984
13985 2015-03-26 Yao Qi <yao.qi@linaro.org>
13986
13987 PR testsuite/18139
13988 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13989 Add a line number entry for the same line.
13990 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13991 Add a line number entry for the same line.
13992
13993 2015-03-26 Yao Qi <yao.qi@linaro.org>
13994
13995 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13996 .int 0.
13997 (func): Likewise. Add .Lfunc_1 label.
13998 Use .Lfunc_1 label.
13999 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14000 .int 0.
14001 (func): Likewise.
14002 Use .Lfunc_1 label.
14003
14004 2015-03-26 Yao Qi <yao.qi@linaro.org>
14005
14006 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14007 Call gdb_compile instead to compile each .s files without debug
14008 information.
14009
14010 2015-03-26 Yao Qi <yao.qi@linaro.org>
14011
14012 * gdb.base/savedregs.exp (process_saved_regs): Make
14013 "Saved registers:" optional in the pattern.
14014
14015 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14016
14017 * gdb.btrace/next.exp: Merged into step.exp.
14018 * gdb.btrace/finish.exp: Merged into step.exp.
14019 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14020 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14021 "record goto" and checking the exact replay position.
14022 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14023 check for "Recording format" in "info record" output.
14024 * gdb.btrace/record_goto.exp: Choose test file based on target.
14025 * gdb.btrace/x86-record_goto.S: Renamed into ...
14026 * gdb.btrace/x86_64-record_goto.S: ... this.
14027 * gdb.btrace/i686-record_goto.S: New.
14028 * gdb.btrace/x86-tailcall.S: Renamed into ...
14029 * gdb.btrace/x86_64-tailcall.S: ... this.
14030 * gdb.btrace/i686-tailcall.S: New.
14031 * gdb.btrace/x86-tailcall.c: Renamed into ...
14032 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14033 separate statements. Update test.
14034 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14035 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14036 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14037 * gdb.btrace/tailcall.exp: Choose test file based on target.
14038 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14039
14040 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14041
14042 * gdb.btrace/exception.exp: Increase BTS buffer size.
14043
14044 2015-03-24 Pedro Alves <palves@redhat.com>
14045
14046 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14047
14048 2015-03-24 Pedro Alves <palves@redhat.com>
14049
14050 * gdb.threads/schedlock.exp (test_step): No longer expect that
14051 "set scheduler-locking step" with "next" over a function call runs
14052 threads unlocked.
14053
14054 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14055
14056 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14057
14058 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14059
14060 PR breakpoints/16466
14061 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14062 * gdb.mi/mi-pending.c (thread_func): New function.
14063 (int main): Add threading support required.
14064 * gdb.mi/mi-pending.exp: Add tests for this issue.
14065 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14066 (pendfunc2): Remove stdio dependency.
14067 * gdb.mi/mi-pendshr2.c: New file.
14068
14069 2015-03-23 Keith Seitz <keiths@redhat.com>
14070
14071 * gdb.linespec/keywords.c: New file.
14072 * gdb.linespec/keywords.exp: New file.
14073
14074 2015-03-23 Keith Seitz <keiths@redhat.com>
14075
14076 PR gdb/18021
14077 * gdb.dwarf2/staticvirtual.exp: New test.
14078
14079 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14080
14081 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14082 * README: Remove HP-UX and gdb.hp.
14083 (configuration):
14084 * configure: Regenerate.
14085 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14086 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14087 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14088 gdb.hp/gdb.defects/Makefile.
14089 * gdb.hp/Makefile.in: File deleted.
14090 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14091 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14092 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14093 * gdb.hp/gdb.aCC/run.c: File deleted.
14094 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14095 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14096 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14097 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14098 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14099 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14100 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14101 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14102 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14103 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14104 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14105 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14106 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14107 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14108 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14109 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14110 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14111 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14112 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14113 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14114 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14115 * gdb.hp/gdb.compat/average.c: File deleted.
14116 * gdb.hp/gdb.compat/sum.c: File deleted.
14117 * gdb.hp/gdb.compat/xdb.c: File deleted.
14118 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14119 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14120 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14121 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14122 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14123 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14124 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14125 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14126 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14127 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14128 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14129 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14130 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14131 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14132 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14133 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14134 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14135 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14136 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14137 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14138 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14139 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14140 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14141 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14142 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14143 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14144 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14145 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14146 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14147 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14148 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14149 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14150 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14151 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14152 * gdb.hp/tools/odump: File deleted.
14153
14154 2015-03-19 Pedro Alves <palves@redhat.com>
14155
14156 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14157 (saw_thread_3): New globals.
14158 (top level): Increment them when an event for the corresponding
14159 thread is seen.
14160 (no thread starvation): New test.
14161
14162 2015-03-19 Pedro Alves <palves@redhat.com>
14163
14164 * gdb.threads/continue-pending-status.c: New file.
14165 * gdb.threads/continue-pending-status.exp: New file.
14166
14167 2015-03-18 Pedro Alves <palves@redhat.com>
14168
14169 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14170 Use gdb_is_target_remote instead of is_remote. Use
14171 gdb_test_multiple instead of gdb_expect. Exit early if
14172 gdb_test_multiple hits its internal matches. Tighten stepi tests
14173 expected output. Fail on exit with any signal, instead of just
14174 SIGILL.
14175
14176 2015-03-18 Yao Qi <yao.qi@linaro.org>
14177
14178 PR tdep/18107
14179 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14180 variable.
14181 * gdb.base/catch-syscall.exp: Don't skip it on
14182 aarch64*-*-linux* target. Remove elements in all_syscalls.
14183 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14184 target.
14185 (setup_all_syscalls): New proc.
14186
14187 2015-03-16 Yao Qi <yao.qi@linaro.org>
14188
14189 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14190 (top level): Skip tests if valid_addr_p returns false for
14191 $cmd1 or $cmd2.
14192
14193 2015-03-11 Andy Wingo <wingo@igalia.com>
14194
14195 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14196
14197 2015-03-11 Yao Qi <yao.qi@linaro.org>
14198
14199 * gdb.base/catch-syscall.exp: Fix typo in comments.
14200
14201 2015-03-11 Yao Qi <yao.qi@linaro.org>
14202
14203 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14204
14205 2015-03-09 Pedro Alves <palves@redhat.com>
14206
14207 * dg-extract-results.py: Delete.
14208
14209 2015-03-09 Pedro Alves <palves@redhat.com>
14210
14211 Merge dg-extract-results.sh from GCC upstream (r218843).
14212
14213 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14214 * dg-extract-results.sh: Use --text with grep to avoid issues with
14215 binary files. Fall back to cat -v, if that doesn't work.
14216
14217 2015-03-05 Pedro Alves <palves@redhat.com>
14218
14219 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14220
14221 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14222
14223 * lib/mi-support.exp (mi_expect_interrupt): Accept
14224 alternative event for when in all-stop mode.
14225
14226 2015-03-04 Pedro Alves <palves@redhat.com>
14227
14228 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14229
14230 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14231
14232 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14233
14234 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14235
14236 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14237 regexps for GDB's current line display, accept a hex address
14238 preceding the line number.
14239
14240 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14241
14242 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14243 the 'arch1' variable for "s390*-linux*" targets.
14244
14245 2015-03-04 Pedro Alves <palves@redhat.com>
14246
14247 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14248 (main): Pass missing retval argument to pthread_join call.
14249
14250 2015-03-02 Pedro Alves <palves@redhat.com>
14251
14252 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14253 (top level): Call do_test with non-stop as well.
14254
14255 2015-03-02 Pedro Alves <palves@redhat.com>
14256
14257 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14258 -1.
14259
14260 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14261
14262 * gdb.arch/s390-vregs.exp: New test.
14263 * gdb.arch/s390-vregs.S: New file.
14264
14265 2015-02-27 Pedro Alves <palves@redhat.com>
14266
14267 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14268 call to catch_command_errors.
14269 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14270 catch_command_errors.
14271
14272 2015-02-27 Pedro Alves <palves@redhat.com>
14273
14274 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14275 "true" for boolean result.
14276 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14277 prototype of main.
14278
14279 2015-02-27 Pedro Alves <palves@redhat.com>
14280
14281 * lib/unbuffer_output.c: New file.
14282 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14283 (main): Call gdb_unbuffer_output.
14284
14285 2015-02-27 Yao Qi <yao.qi@linaro.org>
14286
14287 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14288 target.
14289
14290 2015-02-26 Doug Evans <dje@google.com>
14291
14292 * gdb.cp/class2.cc (Dbase, D): New classes.
14293 (main): New local delta.
14294 * gdb.cp/class2.exp: Test printing delta.
14295 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14296 (dynbar): New global.
14297 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14298
14299 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14300
14301 * gdb.compile/compile-ifunc.c: New file.
14302 * gdb.compile/compile-ifunc.exp: New file.
14303
14304 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14305
14306 * gdb.base/structs.exp: Check for correct struct on finish.
14307
14308 2015-02-26 Yao Qi <yao.qi@linaro.org>
14309
14310 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14311 is zero.
14312
14313 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14314
14315 * gdb.arch/cordic.ko.bz2: New file.
14316 * gdb.arch/cordic.ko.debug.bz2: New file.
14317 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14318
14319 2015-02-25 Yao Qi <yao.qi@linaro.org>
14320
14321 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14322 aarch64*-*-* target.
14323
14324 2015-02-23 Pedro Alves <palves@redhat.com>
14325
14326 * lib/gdb.exp (delete_breakpoints): Rewrite using
14327 gdb_test_multiple.
14328
14329 2015-02-23 Pedro Alves <palves@redhat.com>
14330
14331 * gdb.base/info-os.c: Include stdlib.h.
14332
14333 2015-02-22 Doug Evans <xdje42@gmail.com>
14334
14335 PR symtab/17855
14336 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14337 is read after symbols have been re-read.
14338 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14339 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14340
14341 2015-02-21 Doug Evans <dje@google.com>
14342
14343 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14344
14345 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14346
14347 PR corefiles/17808
14348 * gdb.arch/i386-biarch-core.core.bz2: New file.
14349 * gdb.arch/i386-biarch-core.exp: New file.
14350
14351 2015-02-21 Pedro Alves <palves@redhat.com>
14352
14353 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14354 runto_main fails.
14355
14356 2015-02-20 Pedro Alves <palves@redhat.com>
14357
14358 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14359 info probes.
14360
14361 2015-02-20 Pedro Alves <palves@redhat.com>
14362
14363 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14364
14365 2015-02-20 Pedro Alves <palves@redhat.com>
14366
14367 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14368 clean_restart before gdb_target_supports_trace.
14369
14370 2015-02-20 Pedro Alves <palves@redhat.com>
14371
14372 PR threads/18006
14373 * gdb.threads/clone-thread_db.c: New file.
14374 * gdb.threads/clone-thread_db.exp: New file.
14375
14376 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14377
14378 PR breakpoints/16812
14379 * gdb.base/catch-gdb-caused-signals.c: New file.
14380 * gdb.base/catch-gdb-caused-signals.exp: New file.
14381
14382 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14383
14384 * configure: Regenerated.
14385 * configure.ac: Use GDB_AC_TRANSFORM.
14386 * aclocal.m4: sinclude ../transform.m4.
14387
14388 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14389
14390 * lib/dtrace.exp: New file.
14391 * gdb.base/dtrace-probe.exp: Likewise.
14392 * gdb.base/dtrace-probe.d: Likewise.
14393 * gdb.base/dtrace-probe.c: Likewise.
14394 * lib/pdtrace.in: Likewise.
14395 * configure.ac: Output variables with the transformed names of
14396 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14397 * configure: Regenerated.
14398
14399 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14400
14401 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14402 expected message when trying to access $_probe_* convenience
14403 variables while not on a probe.
14404
14405 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14406
14407 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14408
14409 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14410
14411 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14412 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14413
14414 2015-02-10 Doug Evans <xdje42@gmail.com>
14415
14416 * lib/gdb.exp (gdb_load): Always return a result.
14417
14418 2015-02-10 Pedro Alves <palves@redhat.com>
14419
14420 * gdb.threads/signal-sigtrap.c: New file.
14421 * gdb.threads/signal-sigtrap.exp: New file.
14422
14423 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14424
14425 * gdb.trace/no-attach-trace.c: New file.
14426 * gdb.trace/no-attach-trace.exp: New file.
14427
14428 2015-02-09 Mark Wielaard <mjw@redhat.com>
14429
14430 * gdb.dwarf2/atomic.c: New file.
14431 * gdb.dwarf2/atomic-type.exp: Likewise.
14432
14433 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14434
14435 * gdb.btrace/buffer-size.exp: Update "info record" output.
14436 * gdb.btrace/delta.exp: Update "info record" output.
14437 * gdb.btrace/enable.exp: Update "info record" output.
14438 * gdb.btrace/finish.exp: Update "info record" output.
14439 * gdb.btrace/instruction_history.exp: Update "info record" output.
14440 * gdb.btrace/next.exp: Update "info record" output.
14441 * gdb.btrace/nexti.exp: Update "info record" output.
14442 * gdb.btrace/step.exp: Update "info record" output.
14443 * gdb.btrace/stepi.exp: Update "info record" output.
14444 * gdb.btrace/nohist.exp: Update "info record" output.
14445
14446 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14447
14448 * gdb.btrace/buffer-size: New.
14449
14450 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14451
14452 * gdb.btrace/delta.exp: Update "info record" output.
14453 * gdb.btrace/enable.exp: Update "info record" output.
14454 * gdb.btrace/finish.exp: Update "info record" output.
14455 * gdb.btrace/instruction_history.exp: Update "info record" output.
14456 * gdb.btrace/next.exp: Update "info record" output.
14457 * gdb.btrace/nexti.exp: Update "info record" output.
14458 * gdb.btrace/step.exp: Update "info record" output.
14459 * gdb.btrace/stepi.exp: Update "info record" output.
14460 * gdb.btrace/nohist.exp: Update "info record" output.
14461
14462 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14463
14464 PR gdb/15678
14465 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14466
14467 2015-02-06 Pedro Alves <palves@redhat.com>
14468
14469 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14470 macro.
14471 (seconds_left, again): New globals.
14472 (main): Wait seconds_left in a 1-second sleep loop instead of
14473 sleeping 180 seconds. If 'again' is set, reset the seconds
14474 counter.
14475 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14476 'again' in the inferior before detaching. Print the seconds left.
14477 (options): New global.
14478 (top level): Build program with -DTIMEOUT=$timeout.
14479
14480 2015-02-06 Pedro Alves <palves@redhat.com>
14481
14482 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14483 determine how many seconds to pass to 'alarm'.
14484 * gdb.base/gdb-sigterm.exp (top level): Build program with
14485 -DTIMEOUT=$timeout.
14486 (do_test): Return success/failure indication. Add more verbose
14487 logging. Don't fail if 200 single steps are seen. Instead, fail
14488 when the test times out.
14489 (passes): New global.
14490 (top level): Break the testing loop if testing fails on any
14491 iteration. Use gdb_assert.
14492
14493 2015-02-04 Don Breazeal <donb@codesourcery.com>
14494
14495 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14496 and initialize them.
14497 (ipc_cleanup): New function.
14498 (main): Don't declare shmid, semid, and msqid. Add a call to
14499 atexit so that we call ipc_cleanup on exit.
14500
14501 2015-02-04 Pedro Alves <palves@redhat.com>
14502
14503 * boards/native-extended-gdbserver.exp: Remove any target variant
14504 specifications from the board name before clearing the isremote
14505 flag from board_info.
14506
14507 2015-01-31 Doug Evans <xdje42@gmail.com>
14508
14509 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14510
14511 2015-01-31 Gary Benson <gbenson@redhat.com>
14512
14513 * gdb.base/completion.exp: Disable completion limiting for
14514 existing tests. Add new tests to check completion limiting.
14515 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14516
14517 2015-01-31 Doug Evans <xdje42@gmail.com>
14518
14519 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14520
14521 2015-01-31 Doug Evans <xdje42@gmail.com>
14522
14523 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14524 entries. Duplicate file section script entries.
14525 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14526 inlined entries. Add test for safe-path rejection.
14527 * gdb.python/py-section-script.c: Add duplicate inlined section script
14528 entries. Duplicate file section script entries.
14529 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14530 inlined entries. Add test for safe-path rejection.
14531
14532 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14533
14534 * gdb.ada/disc_arr_bound: New testcase.
14535
14536 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14537
14538 * gdb.ada/mi_var_array: New testcase.
14539
14540 2015-01-27 Doug Evans <dje@google.com>
14541
14542 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14543 Add test for objfile.filename, objfile.username after objfile
14544 has been unloaded.
14545
14546 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14547
14548 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14549 the second test to print the name attribute of value
14550 returned by the call to gdb.lookup_type, and adjust
14551 the expected output accordingly.
14552
14553 2015-01-25 Mark Wielaard <mjw@redhat.com>
14554
14555 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14556 * gdb.base/disp-step-fork.c: Include unistd.h.
14557 * gdb.base/siginfo-obj.c: Include stdio.h.
14558 * gdb.base/siginfo-thread.c: Likewise.
14559 * gdb.mi/non-stop.c: Include unistd.h.
14560 * gdb.mi/nsthrexec.c: Include stdio.h.
14561 * gdb.mi/pthreads.c: Include unistd.h.
14562 * gdb.modula2/unbounded1.c (main): Declare returns int.
14563 * gdb.reverse/consecutive-reverse.c: Likewise.
14564 * gdb.threads/create-fail.c: Include unistd.h.
14565 * gdb.threads/killed.c: Likewise.
14566 * gdb.threads/linux-dp.c: Likewise.
14567 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14568 * gdb.threads/non-ldr-exc-2.c: Likewise.
14569 * gdb.threads/non-ldr-exc-3.c: Likewise.
14570 * gdb.threads/non-ldr-exc-4.c: Likewise.
14571 * gdb.threads/pthreads.c: Include unistd.h.
14572 (main): Declare returns int.
14573 * gdb.threads/tls-main.c (foo): New declaration.
14574 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14575
14576 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14577
14578 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14579 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14580
14581 2015-01-15 Mark Wielaard <mjw@redhat.com>
14582
14583 * gdb.base/noreturn-return.c: New file.
14584 * gdb.base/noreturn-return.exp: New file.
14585 * gdb.base/noreturn-finish.c: New file.
14586 * gdb.base/noreturn-finish.exp: New file.
14587
14588 2015-01-23 Pedro Alves <palves@redhat.com>
14589
14590 * gdb.threads/continue-pending-after-query.c: New file.
14591 * gdb.threads/continue-pending-after-query.exp: New file.
14592
14593 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14594 Simon Marchi <simon.marchi@ericsson.com>
14595
14596 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14597 * gdb.base/valgrind-db-attach.exp: Same.
14598 * gdb.base/valgrind-infcall.exp: Same.
14599 * lib/mi-support.exp (default_mi_gdb_start): Same.
14600 * lib/prompt.exp (default_prompt_gdb_start): Same.
14601 * lib/gdb.exp (default_gdb_spawn): Same.
14602 (gdb_interact): New.
14603
14604
14605 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14606
14607 * gdb.compile/compile.exp (pointer to jit function): New test.
14608
14609 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14610
14611 * lib/gdb.exp (supports_process_record): Return true for
14612 powerpc*-*-linux*.
14613 (supports_reverse): Likewise.
14614
14615 2015-01-15 Don Breazeal <donb@codesourcery.com>
14616
14617 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14618 instead of checking whether the target board is remote and
14619 use spawn_wait_for_attach instead of exec/sleep.
14620 * gdb.base/attach-twice.exp: Likewise.
14621
14622 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14623
14624 * gdb.ada/var_arr_attrs: New testcase.
14625
14626 2015-01-14 Pedro Alves <palves@redhat.com>
14627 Joel Brobecker <brobecker@adacore.com>
14628
14629 PR gdb/17525
14630 * gdb.base/bp-cmds-execution-x-script.c: New file.
14631 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14632 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14633
14634 2015-01-14 Pedro Alves <palves@redhat.com>
14635
14636 PR cli/17828
14637 * gdb.base/batch-preserve-term-settings.c: New file.
14638 * gdb.base/batch-preserve-term-settings.exp: New file.
14639
14640 2015-01-13 Doug Evans <dje@google.com>
14641
14642 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14643 binary.
14644
14645 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14646
14647 * Makefile.in (clean mostlyclean): Do not delete *.py.
14648
14649 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14650
14651 * gdb.python/py-lookup-type.exp: New file.
14652
14653 2015-01-12 Pedro Alves <palves@redhat.com>
14654
14655 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14656 restore GDBFLAGS before returning.
14657
14658 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14659
14660 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14661 is_amd64_regs_target and is_x86_like_target.
14662
14663 2015-01-11 Doug Evans <xdje42@gmail.com>
14664
14665 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14666 is given without an explicit form.
14667 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14668 attributes.
14669 * gdb.dwarf/corrupt.exp: Ditto.
14670 * gdb.dwarf2/enum-type.exp: Ditto.
14671 * gdb.trace/entry-values.exp: Ditto.
14672 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14673
14674 2015-01-11 Doug Evans <xdje42@gmail.com>
14675
14676 PR gdb/15830
14677 * gdb.base/maint.exp: Remove references to "maint demangle".
14678 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14679 Add tests for explicitly specifying language to demangle.
14680 * gdb.dlang/demangle.exp: Ditto.
14681
14682 2015-01-09 Pedro Alves <palves@redhat.com>
14683
14684 * gdb.threads/non-stop-fair-events.c: New file.
14685 * gdb.threads/non-stop-fair-events.exp: New file.
14686
14687 2015-01-09 Pedro Alves <palves@redhat.com>
14688
14689 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14690 the global scope. Set a breakpoint after all threads are started
14691 rather than stepping over two source lines. Expect the prompt.
14692 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14693 global.
14694 (NUM): Now 15.
14695 (main): Use threads_started_barrier to wait for all threads to
14696 start. Main thread no longer calls thread_function. Exit after
14697 180 seconds.
14698 (loop): New function.
14699 (thread_function): Wait on threads_started_barrier barrier. Call
14700 'loop' at each iteration.
14701 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14702 threads have started, instead of hardcoding number of "next"
14703 steps. Use an access watchpoint instead of a write watchpoint.
14704
14705 2015-01-09 Pedro Alves <palves@redhat.com>
14706
14707 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14708 (thread_func): Wait on barrier.
14709 (main): Wait for all threads to start before stopping GDB.
14710 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14711 global.
14712 (thread1_func, thread2_func): Wait on barrier.
14713 (main): Wait for all threads to start before stopping GDB.
14714 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14715 New global.
14716 (thread1_func, thread2_func): Wait on barrier.
14717 (main): Wait for all threads to start before stopping GDB.
14718
14719 2015-01-09 Pedro Alves <palves@redhat.com>
14720
14721 * gdb.threads/attach-many-short-lived-threads.c: New file.
14722 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14723
14724 2014-01-09 Pedro Alves <palves@redhat.com>
14725
14726 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14727 instead of to thread 2.
14728 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14729 Add barrier around each pthread_create call instead of around all
14730 calls.
14731 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14732 Set a break on thread_function and have the child threads hit it
14733 one at at a time.
14734
14735 2015-01-09 Pedro Alves <palves@redhat.com>
14736
14737 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14738 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14739 false.
14740 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14741 checking whether the target board is remote.
14742 * gdb.multi/multi-attach.exp: Likewise.
14743 * gdb.python/py-sync-interp.exp: Likewise.
14744 * gdb.server/ext-attach.exp: Likewise.
14745 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14746 tests that need to attach, instead of checking whether the target
14747 board is remote at the top of the file.
14748
14749 2015-01-08 Yao Qi <yao@codesourcery.com>
14750
14751 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14752
14753 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14754
14755 Fix testcase compilation.
14756 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14757
14758 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14759
14760 * gdb.python/py-type.exp: Add a couple test about empty
14761 array creation, and negative-length array creation.
14762
14763 2015-01-02 Doug Evans <xdje42@gmail.com>
14764
14765 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14766
14767 2015-01-02 Doug Evans <dje@google.com>
14768
14769 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14770
14771 2014-12-29 Yao Qi <yao@codesourcery.com>
14772
14773 * gdb.trace/entry-values.exp: Update comments. Rename variable
14774 bar_call_foo to returned_from_foo.
14775
14776 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14777
14778 PR gdb/17394
14779 * gdb.linespec/break-asm-file.c: New file.
14780 * gdb.linespec/break-asm-file.exp: New file.
14781 * gdb.linespec/break-asm-file0.s: New file.
14782 * gdb.linespec/break-asm-file1.s: New file.
14783
14784 2014-12-18 Nigel Stephens <nigel@mips.com>
14785 Maciej W. Rozycki <macro@codesourcery.com>
14786
14787 * gdb.base/float.exp: Handle the new output from "info float" on
14788 MIPS targets.
14789
14790 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14791
14792 Fix MinGW compilation.
14793 * gdb.compile/compile-ops.exp: Update untested message if
14794 !skip_compile_feature_tests.
14795 * gdb.compile/compile-setjmp.exp: Likewise.
14796 * gdb.compile/compile-tls.exp: Likewise.
14797 * gdb.compile/compile.exp: Likewise.
14798 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14799 supported on this host".
14800
14801 2014-12-16 Doug Evans <xdje42@gmail.com>
14802
14803 * boards/stabs.exp: New file.
14804
14805 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14806
14807 * gdb.base/completion.exp: Adjust to format changes of "maint
14808 print user-registers".
14809
14810 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14811
14812 PR server/17457
14813 * gdb.arch/aarch64-fp.c: New file.
14814 * gdb.arch/aarch64-fp.exp: New file.
14815
14816 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14817
14818 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14819 r210637, r210913, r211666, r215400, r215817).
14820
14821 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14822 * dg-extract-results.py: New file.
14823 * dg-extract-results.sh: Use it if the environment seems
14824 suitable.
14825
14826 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14827
14828 * dg-extract-results.py (parse_run): Handle warnings that
14829 are printed before a test harness is run.
14830
14831 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14832
14833 * dg-extract-results.py (Named): Remove __cmp__ method.
14834 (output_variation): Use a key to sort variation.harnesses.
14835
14836 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14837
14838 * dg-extract-results.py: For Python 3, force sys.stdout to
14839 handle surrogate escape sequences.
14840 (safe_open): New function.
14841 (output_segment, main): Use it.
14842
14843 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14844
14845 * dg-extract-results.py (Prog.result_re): Include options
14846 in test name.
14847
14848 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14849
14850 * dg-extract-results.py (output_variation): Always sort if
14851 do_sum.
14852
14853 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14854
14855 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14856 as long as we get pagination notifications.
14857
14858 2014-12-15 Jason Merrill <jason@redhat.com>
14859
14860 * Makefile.in (check-gdb.%): Restore.
14861 * README: Mention it.
14862
14863 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14864
14865 * gdb.ada/str_uninit: New testcase.
14866
14867 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14868
14869 PR symtab/17642
14870 * gdb.base/vla-stub-define.c: New file.
14871 * gdb.base/vla-stub.c: New file.
14872 * gdb.base/vla-stub.exp: New file.
14873
14874 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14875 Jan Kratochvil <jan.kratochvil@redhat.com>
14876 Tom Tromey <tromey@redhat.com>
14877
14878 * configure.ac: Add gdb.compile/.
14879 * configure: Regenerate.
14880 * gdb.compile/Makefile.in: New file.
14881 * gdb.compile/compile-ops.exp: New file.
14882 * gdb.compile/compile-ops.c: New file.
14883 * gdb.compile/compile-tls.c: New file.
14884 * gdb.compile/compile-tls.exp: New file.
14885 * gdb.compile/compile-constvar.S: New file.
14886 * gdb.compile/compile-constvar.c: New file.
14887 * gdb.compile/compile-mod.c: New file.
14888 * gdb.compile/compile-nodebug.c: New file.
14889 * gdb.compile/compile-setjmp-mod.c: New file.
14890 * gdb.compile/compile-setjmp.c: New file.
14891 * gdb.compile/compile-setjmp.exp: New file.
14892 * gdb.compile/compile-shlib.c: New file.
14893 * gdb.compile/compile.c: New file.
14894 * gdb.compile/compile.exp: New file.
14895 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14896
14897 2014-12-12 Tom Tromey <tromey@redhat.com>
14898
14899 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14900 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14901
14902 2014-12-12 Doug Evans <dje@google.com>
14903
14904 * lib/gdb-python.exp (get_python_valueof): New function.
14905 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14906
14907 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14908
14909 * gdb.base/completion.exp: Add test for completion of "info
14910 registers ".
14911
14912 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14913
14914 * gdb.base/func-ptrs.c: New file.
14915 * gdb.base/func-ptrs.exp: New file.
14916
14917 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14918
14919 PR breakpoints/17012
14920 * gdb.base/dprintf-detach.c: New file.
14921 * gdb.base/dprintf-detach.exp: New file.
14922
14923 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14924
14925 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14926 * lib/gdb.exp (target_is_gdbserver): New procedure.
14927
14928 2014-12-08 Doug Evans <dje@google.com>
14929
14930 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14931
14932 2014-12-05 Yao Qi <yao@codesourcery.com>
14933
14934 * gdb.guile/scm-error.exp: Remove the third argument to
14935 gdb_remote_download.
14936 * gdb.guile/scm-frame-args.exp: Likewise.
14937 * gdb.guile/scm-section-script.exp: Likewise.
14938
14939 2014-12-05 Yao Qi <yao@codesourcery.com>
14940
14941 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14942
14943 2014-12-04 Doug Evans <dje@google.com>
14944
14945 * gdb.python/py-objfile.exp: Add tests for
14946 objfile.add_separate_debug_file.
14947
14948 2014-12-04 Doug Evans <dje@google.com>
14949
14950 * lib/gdb.exp (get_build_id): New function.
14951 (build_id_debug_filename_get): Rewrite to use it.
14952 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14953
14954 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14955
14956 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14957 `method(long)', not just 0x0.
14958 * gdb.cp/nsalias.exp: Align code labels to 4.
14959 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14960 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14961 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14962 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14963 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14964 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14965
14966 2014-12-02 Doug Evans <dje@google.com>
14967
14968 PR symtab/17602
14969 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14970 * gdb.cp/anon-ns2.cc: ... here. New file.
14971 * gdb.cp/anon-ns.exp: Update.
14972
14973 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14974
14975 * gdb.python/py-events.py (inferior_call_handler): New.
14976 (register_changed_handler, memory_changed_handler): New.
14977 (test_events.invoke): Register new handlers.
14978 * gdb.python/py-events.exp: Add tests for inferior call,
14979 memory_changed and register_changed events.
14980
14981 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14982
14983 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14984 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14985 if the linker doesn't understand this.
14986
14987 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14988
14989 * gdb.python/python.exp: Change expected reply to help().
14990
14991 2014-12-01 Yao Qi <yao@codesourcery.com>
14992
14993 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14994 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14995 * configure: Re-generated.
14996
14997 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14998
14999 * gdb.cp/chained-calls.cc: New file.
15000 * gdb.cp/chained-calls.exp: New file.
15001 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15002
15003 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15004
15005 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15006 * gdb.dwarf2/symtab-producer.exp: Same.
15007 * gdb.gdb/python-interrupts.exp: Same.
15008 * gdb.gdb/python-selftest.exp: Same.
15009 * gdb.python/py-linetable.exp: Same.
15010 * gdb.python/py-type.exp: Same.
15011 * gdb.python/py-value-cc.exp: Same.
15012 * gdb.python/py-value.exp: Same.
15013
15014 2014-11-28 Yao Qi <yao@codesourcery.com>
15015
15016 * gdb.base/break-probes.exp: Match library name prefixed with
15017 sysroot.
15018
15019 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15020
15021 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15022 test expected output. Add parentheses for the call to print.
15023 Remove L suffix from integers.
15024
15025 2014-11-26 Doug Evans <dje@google.com>
15026
15027 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15028
15029 2014-11-22 Yao Qi <yao@codesourcery.com>
15030
15031 * gdb.trace/entry-values.c: Remove asms.
15032 (foo): Add foo_label.
15033 (bar): Add bar_label.
15034 * gdb.trace/entry-values.exp: Remove code computing foo's
15035 length and bar's length.
15036 (Dwarf::assemble): Invoke function_range for bar and use
15037 MACRO_AT_func for foo.
15038
15039 2014-11-22 Yao Qi <yao@codesourcery.com>
15040
15041 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15042 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15043 Use .Lgcc43_procstart instead of gcc43.
15044
15045 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15046
15047 * gdb.ada/n_arr_bound: New testcase.
15048
15049 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15050
15051 PR breakpoints/10737
15052 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15053 test_catch_syscall_multi_arch.
15054 (test_catch_syscall_multi_arch): New function.
15055
15056 2014-11-20 Doug Evans <xdje42@gmail.com>
15057
15058 * gdb.base/maint.exp: Update expected output.
15059
15060 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15061
15062 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15063 4-byte instruction on S390.
15064
15065 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15066
15067 * gdb.ada/arr_arr: New testcase.
15068
15069 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15070
15071 * gdb.ada/pkd_arr_elem: New Testcase.
15072
15073 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15074
15075 * gdb.reverse/break-precsave: Expect completion message for
15076 core file reads.
15077 * gdb.reverse/consecutive-precsave.exp: Likewise.
15078 * gdb.reverse/finish-precsave.exp: Likewise.
15079 * gdb.reverse/i386-precsave.exp: Likewise.
15080 * gdb.reverse/machinestate-precsave.exp: Likewise.
15081 * gdb.reverse/sigall-precsave.exp: Likewise.
15082 * gdb.reverse/solib-precsave.exp: Likewise.
15083 * gdb.reverse/step-precsave.exp: Likewise.
15084 * gdb.reverse/until-precsave.exp: Likewise.
15085 * gdb.reverse/watch-precsave.exp: Likewise.
15086
15087 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15088
15089 * gdb.base/bp-permanent.c: Include unistd.h.
15090 * gdb.python/py-framefilter-mi.c (main): Add return type.
15091 * gdb.python/py-framefilter.c (main): Likewise.
15092 * gdb.trace/actions-changed.c (main): Likewise.
15093
15094 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15095
15096 * gdb.mi/until.c: Add eye-catchers.
15097 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15098 line numbers.
15099
15100 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15101
15102 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15103 function header variants in break1.c.
15104 * gdb.base/ena-dis-br.exp: Likewise.
15105 * gdb.base/hbreak2.exp: Likewise.
15106 * gdb.reverse/until-precsave.exp: Drop references to removed
15107 non-prototype function header variants in ur1.c.
15108 * gdb.reverse/until-reverse.exp: Likewise.
15109
15110 2014-11-17 Petr Machata <pmachata@redhat.com>
15111
15112 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15113 ${_cu_offset_size} bytes abbrev offset.
15114
15115 2014-11-15 Doug Evans <xdje42@gmail.com>
15116
15117 PR symtab/17559
15118 * gdb.base/line-symtabs.exp: New file.
15119 * gdb.base/line-symtabs.c: New file.
15120 * gdb.base/line-symtabs.h: New file.
15121
15122 2014-11-14 Yao Qi <yao@codesourcery.com>
15123
15124 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15125 (func): Add label func_label.
15126 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15127 Replace low_pc and high_pc with MACRO_AT_range.
15128 Replace name, low_pc and high_pc with MACRO_AT_func.
15129
15130 2014-11-14 Yao Qi <yao@codesourcery.com>
15131
15132 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15133 Replace name, low_pc and high_pc with MACRO_AT_func.
15134
15135 2014-11-14 Yao Qi <yao@codesourcery.com>
15136
15137 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15138 produce debug information.
15139 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15140
15141 2014-11-14 Yao Qi <yao@codesourcery.com>
15142
15143 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15144 object and get function length.
15145 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15146 with MACRO_AT_func.
15147 (top-level): Replace gdb_compile and clean_restart with
15148 prepare_for_testing.
15149 * gdb.dwarf2/main.c (main): Add label main_label.
15150
15151 2014-11-14 Yao Qi <yao@codesourcery.com>
15152
15153 * lib/dwarf.exp (function_range): New procedure.
15154 (Dwarf::_handle_macro_at_func): New procedure.
15155 (Dwarf::_handle_macro_at_range): New procedure.
15156 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15157
15158 2014-11-14 Yao Qi <yao@codesourcery.com>
15159
15160 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15161 (_handle_attribute): New procedure.
15162
15163 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15164
15165 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15166 * gdb.base/call-sc.c (zed): Likewise.
15167 * gdb.base/checkpoint.c (main): Likewise.
15168 * gdb.base/dump.c (main): Likewise.
15169 * gdb.base/gcore.c (main): Likewise.
15170 * gdb.base/huge.c (main): Likewise.
15171 * gdb.base/multi-forks.c (main): Likewise.
15172 * gdb.base/pr10179-a.c (main): Likewise.
15173 * gdb.base/savedregs.c (main): Likewise.
15174 * gdb.base/sigaltstack.c (main): Likewise.
15175 * gdb.base/siginfo.c (main): Likewise.
15176 * gdb.base/structs.c (zed): Likewise.
15177 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15178 * gdb.mi/mi-syn-frame.c (main): Likewise.
15179 * gdb.mi/until.c (foo, main): Likewise.
15180 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15181 * gdb.base/solib-weak.c (foo): Declare.
15182 * gdb.base/attach-twice.c: Include stdio.h.
15183 * gdb.base/weaklib1.c: Likewise.
15184 * gdb.base/weaklib2.c: Likewise.
15185 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15186 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15187 unistd.h.
15188 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15189 * gdb.mi/mi-exit-code.c: Likewise.
15190 * gdb.base/break-interp-lib.c: Include string.h.
15191 * gdb.base/coremaker.c: Likewise.
15192 * gdb.base/testenv.c: Likewise.
15193 * gdb.python/py-finish-breakpoint.c: Likewise.
15194 * gdb.base/inferior-died.c: Include sys/wait.h.
15195 * gdb.base/fileio.c: Include time.h.
15196 * gdb.base/async-shell.c: Include unistd.h.
15197 * gdb.base/dprintf-non-stop.c: Likewise.
15198 * gdb.base/info-os.c: Likewise.
15199 * gdb.mi/mi-console.c: Likewise.
15200 * gdb.mi/watch-nonstop.c: Likewise.
15201 * gdb.python/py-events.c: Likewise.
15202 * gdb.base/async.c (baz): Move up before its invocation.
15203 * gdb.base/code_elim2.c (my_global_func): Likewise.
15204 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15205 * gdb.base/advance.c (func2): Likewise.
15206
15207 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15208
15209 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15210 variant.
15211 * gdb.base/annota3.c: Likewise.
15212 * gdb.base/async.c: Likewise.
15213 * gdb.base/average.c: Likewise.
15214 * gdb.base/call-ar-st.c: Likewise.
15215 * gdb.base/call-rt-st.c: Likewise.
15216 * gdb.base/call-sc.c: Likewise.
15217 * gdb.base/call-strs.c: Likewise.
15218 * gdb.base/ending-run.c: Likewise.
15219 * gdb.base/execd-prog.c: Likewise.
15220 * gdb.base/exprs.c: Likewise.
15221 * gdb.base/foll-exec.c: Likewise.
15222 * gdb.base/foll-fork.c: Likewise.
15223 * gdb.base/foll-vfork.c: Likewise.
15224 * gdb.base/funcargs.c: Likewise.
15225 * gdb.base/gcore.c: Likewise.
15226 * gdb.base/jump.c: Likewise.
15227 * gdb.base/langs0.c: Likewise.
15228 * gdb.base/langs1.c: Likewise.
15229 * gdb.base/langs2.c: Likewise.
15230 * gdb.base/mips_pro.c: Likewise.
15231 * gdb.base/nodebug.c: Likewise.
15232 * gdb.base/opaque0.c: Likewise.
15233 * gdb.base/opaque1.c: Likewise.
15234 * gdb.base/recurse.c: Likewise.
15235 * gdb.base/run.c: Likewise.
15236 * gdb.base/scope0.c: Likewise.
15237 * gdb.base/scope1.c: Likewise.
15238 * gdb.base/setshow.c: Likewise.
15239 * gdb.base/setvar.c: Likewise.
15240 * gdb.base/shmain.c: Likewise.
15241 * gdb.base/shr1.c: Likewise.
15242 * gdb.base/shr2.c: Likewise.
15243 * gdb.base/sigall.c: Likewise.
15244 * gdb.base/signals.c: Likewise.
15245 * gdb.base/so-indr-cl.c: Likewise.
15246 * gdb.base/solib2.c: Likewise.
15247 * gdb.base/structs.c: Likewise.
15248 * gdb.base/sum.c: Likewise.
15249 * gdb.base/vforked-prog.c: Likewise.
15250 * gdb.base/watchpoint.c: Likewise.
15251 * gdb.reverse/shr2.c: Likewise.
15252 * gdb.reverse/until-reverse.c: Likewise.
15253 * gdb.reverse/ur1.c: Likewise.
15254 * gdb.reverse/watch-reverse.c: Likewise.
15255
15256 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15257
15258 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15259 variant.
15260 * gdb.base/sepdebug.exp: Drop references to removed code.
15261
15262 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15263
15264 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15265 variant. Preserve original line numbering.
15266 * gdb.base/list1.c: Likewise.
15267
15268 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15269
15270 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15271 variant.
15272 * gdb.base/break1.c: Likewise.
15273 * gdb.base/break.exp: Drop references to removed code.
15274
15275 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15276
15277 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15278 variant.
15279
15280 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15281
15282 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15283
15284 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15285
15286 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15287 logic into perform_all_tests() and invoke it with and without
15288 function header prototypes.
15289 (do_function_calls): Remove conditional XFAIL for PR 5318.
15290 (rerun_and_prepare): Remove duplicate code.
15291 (perform_all_tests): New. Main logic moved here.
15292
15293 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15294
15295 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15296 code guarded by #ifdef NO_PROTOTYPES.
15297 (t_double_many_args): Likewise.
15298 (DEF_FUNC_MANY_ARGS_1): Likewise.
15299 (DEF_FUNC_VALUES_1): Likewise.
15300 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15301 guarded by #ifdef PROTOTYPES.
15302
15303 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15304
15305 * gdb.mi/mi-console.c: Add eye-catcher.
15306 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15307 instead of literal line number.
15308
15309 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15310
15311 * gdb.base/shr2.c: Add eye-catcher.
15312 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15313 line number.
15314
15315 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15316
15317 * gdb.base/jump.c: Add eye-catchers.
15318 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15319 numbers.
15320
15321 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15322
15323 * gdb.base/execd-prog.c: Add eye-catchers.
15324 * gdb.base/foll-exec.c: Likewise.
15325 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15326 line numbers.
15327
15328 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15329
15330 * gdb.base/ending-run.c: Add eye-catchers.
15331 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15332 literal line numbers.
15333
15334 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15335
15336 * gdb.base/call-rt-st.c: Add eye-catchers.
15337 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15338 literal line numbers.
15339
15340 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15341
15342 * gdb.base/call-ar-st.c: Add eye-catchers.
15343 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15344 literal line numbers.
15345
15346 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15347
15348 * gdb.base/average.c: Add eye-catchers.
15349 * gdb.base/sum.c: Likewise.
15350 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15351 regexps dynamically.
15352
15353 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15354
15355 * gdb.base/solib1.c: Add eye-catchers.
15356 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15357 literal line numbers.
15358
15359 2014-11-12 Pedro Alves <palves@redhat.com>
15360
15361 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15362 leader has exited.
15363
15364 2014-11-12 Pedro Alves <palves@redhat.com>
15365
15366 * gdb.arch/i386-bp_permanent.c: New file.
15367 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15368 (srcfile): Set to i386-bp_permanent.c.
15369 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15370 that stepi does not execute the 'leave' instruction, instead of
15371 testing it does execute.
15372 * gdb.base/bp-permanent.c: New file.
15373 * gdb.base/bp-permanent.exp: New file.
15374
15375 2014-11-10 Doug Evans <xdje42@gmail.com>
15376
15377 PR symtab/17564
15378 * gdb.base/symtab-search-order.exp: New file.
15379 * gdb.base/symtab-search-order.c: New file.
15380 * gdb.base/symtab-search-order-1.c: New file.
15381 * gdb.base/symtab-search-order-shlib-1.c: New file.
15382
15383 2014-11-07 Pedro Alves <palves@redhat.com>
15384
15385 PR gdb/17511
15386 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15387 i?86-*-linux*.
15388
15389 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15390
15391 PR c++/17494
15392 * gdb.cp/pr17494.cc: New file.
15393 * gdb.cp/pr17494.exp: New file.
15394
15395 2014-11-02 Yao Qi <yao@codesourcery.com>
15396
15397 * gdb.python/python.exp: Get working directory and match the
15398 output of "set extended-prompt \\w " with it.
15399
15400 2014-10-30 Doug Evans <dje@google.com>
15401
15402 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15403 in objfiles.
15404 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15405 in progspaces.
15406
15407 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15408
15409 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15410 * gdb.base/realname-expand.exp: Likewise.
15411 * gdb.linespec/macro-relative.exp: Likewise.
15412
15413 2014-10-29 Pedro Alves <palves@redhat.com>
15414
15415 PR gdb/17408
15416 * gdb.threads/schedlock.c (some_function): New function.
15417 (call_function): New global.
15418 (MAYBE_CALL_SOME_FUNCTION): New macro.
15419 (thread_function): Call it.
15420 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15421 and use it instead of a global counter. Adjust all callers.
15422 (get_current_thread): Use "find current thread" for test message
15423 here rather than having all callers pass down the same string.
15424 (goto_loop): New procedure, factored out from ...
15425 (my_continue): ... this.
15426 (step_ten_loops): Change parameter from test message to command to
15427 use. Adjust.
15428 (list_count): Delete global.
15429 (check_result): New procedure, factored out from duplicate top
15430 level code.
15431 (continue tests): Wrap in with_test_prefix.
15432 (test_step): New procedure, factored out from duplicate top level
15433 code.
15434 (top level): Test "step" in combination with all scheduler-locking
15435 modes. Test "next" in combination with all scheduler-locking
15436 modes, and in combination with stepping over a function call or
15437 not.
15438 * gdb.threads/next-bp-other-thread.c: New file.
15439 * gdb.threads/next-bp-other-thread.exp: New file.
15440
15441 2014-10-29 Pedro Alves <palves@redhat.com>
15442
15443 PR python/17372
15444 * gdb.python/python.exp: Test a multi-line command that spawns
15445 interactive Python.
15446 * gdb.base/multi-line-starts-subshell.exp: New file.
15447
15448 2014-10-29 Yao Qi <yao@codesourcery.com>
15449
15450 * gdb.base/fileio.exp: Make directories on host.
15451
15452 2014-10-29 Yao Qi <yao@codesourcery.com>
15453
15454 * gdb.base/fileio.c (test_write): Close the file.
15455
15456 2014-10-28 Pedro Alves <palves@redhat.com>
15457
15458 PR gdb/12623
15459 * gdb.base/sigstep.c (no_handler): New global.
15460 (main): If 'no_handler is true, set the signal handlers to
15461 SIG_IGN.
15462 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15463 with_sw_watch and no_handler parameters. Handle them.
15464 (top level) <stepping over handler when stopped at a breakpoint
15465 test>: Add a test axis for testing with a software watchpoint, and
15466 another for testing with the signal handler set to SIG_IGN.
15467 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15468 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15469
15470 2014-10-28 Pedro Alves <palves@redhat.com>
15471
15472 PR gdb/17511
15473 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15474 * gdb.base/sigstep.exp (other_handler_location): New global.
15475 (advance): Support stepping into the signal handler, and running
15476 commands while in the handler.
15477 (in_handler_map): New global.
15478 (top level): In the advance test, add combinations for getting
15479 into the handler with stepping commands, and for running commands
15480 in the handler. Add comment descripting the advancei tests.
15481
15482 2014-10-28 Pedro Alves <palves@redhat.com>
15483
15484 * gdb.base/sigstep.exp: Use build_executable instead of
15485 prepare_for_testing.
15486 (top level): Move code that starts GDB, runs to main and creates a
15487 display to ...
15488 (restart): ... this new procedure.
15489 (top level): Move backtrace from signal handler test to ...
15490 (validate_backtrace): ... this new procedure.
15491 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15492 with_test_prefix. Always restart GDB.
15493 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15494 with_test_prefix. Always restart GDB. No need to delete
15495 breakpoints after the test.
15496 (test_skip_handler): Remove prefix parameter.
15497 (skip_over_handler, breakpoint_to_handler)
15498 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15499 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15500 restart GDB. No need to delete breakpoints after the test.
15501 (top level): Use foreach to call the test procedures with
15502 different commands.
15503
15504 2014-10-28 Pedro Alves <palves@redhat.com>
15505
15506 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15507 instead of GNATS numbers.
15508 * gdb.base/sigbpt.exp: Likewise.
15509 * gdb.base/siginfo.exp: Likewise.
15510 * gdb.base/sigstep.exp: Likewise.
15511
15512 2014-10-27 Pedro Alves <palves@redhat.com>
15513
15514 * gdb.base/sigstep.c (dummy): New global.
15515 (main): Issue a couple writes to the new global.
15516 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15517 procedures.
15518 (skip_over_handler): Use test_skip_handler.
15519 (top level): Call skip_over_handler for stepi and nexti too.
15520 (breakpoint_over_handler): Use test_skip_handler.
15521 (top level): Call breakpoint_over_handler for stepi and nexti too.
15522
15523 2014-10-27 Yao Qi <yao@codesourcery.com>
15524
15525 * gdb.trace/tfile.c (adjust_function_address)
15526 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15527 function descriptor.
15528
15529 2014-10-24 Don Breazeal <donb@codesourcery.com>
15530
15531 * gdb.base/foll-fork.exp (test_follow_fork,
15532 catch_fork_child_follow): Check for updated fork messages emitted
15533 from infrun.c.
15534 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15535 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15536 vfork_and_exec_child_follow_through_step): Check for updated vfork
15537 messages emitted from infrun.c.
15538
15539 2014-10-24 Pedro Alves <palves@redhat.com>
15540
15541 * gdb.base/corefile.exp: Remove references to ultrix.
15542 * gdb.base/interrupt.exp: Likewise.
15543 * gdb.base/whatis.exp: Likewise.
15544 * gdb.gdb/selftest.exp: Likewise.
15545 * gdb.threads/manythreads.exp: Likewise.
15546 * gdb.threads/print-threads.exp: Likewise.
15547 * gdb.threads/pthreads.exp:: Likewise.
15548 * gdb.threads/schedlock.exp: Likewise.
15549
15550 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15551
15552 * gdb.cp/non-trivial-retval.cc: Add a test case.
15553 * gdb.cp/non-trivial-retval.exp: Add a test.
15554
15555 2014-10-20 Yao Qi <yao@codesourcery.com>
15556
15557 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15558 * gdb.python/py-objfile-script-gdb.py: New file.
15559 * gdb.python/py-objfile-script.exp: Update reference to
15560 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15561 of remote_download. Remove the dest file.
15562
15563 2014-10-20 Yao Qi <yao@codesourcery.com>
15564
15565 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15566 * gdb.base/step-line.exp: Likewise.
15567 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15568 * gdb.dwarf2/dw2-basic.exp: Likewise.
15569 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15570 * gdb.dwarf2/dw2-filename.exp: Likewise.
15571 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15572 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15573 * gdb.dwarf2/dw2-producer.exp: Likewise.
15574 * gdb.dwarf2/mac-fileno.exp: Likewise.
15575 * gdb.python/py-frame-args.exp: Likewise.
15576 * gdb.python/py-framefilter.exp: Likewise.
15577 * gdb.python/py-mi.exp: Likewise.
15578 * gdb.python/py-objfile-script.exp: Likewise
15579 * gdb.python/py-pp-integral.exp: Likewise.
15580 * gdb.python/py-pp-re-notag.exp: Likewise.
15581 * gdb.python/py-prettyprint.exp: Likewise.
15582 * gdb.python/py-section-script.exp: Likewise.
15583 * gdb.python/py-typeprint.exp: Likewise.
15584 * gdb.python/py-xmethods.exp: Likewise.
15585 * gdb.stabs/weird.exp: Likewise.
15586 * gdb.xml/tdesc-regs.exp: Likewise.
15587
15588 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15589
15590 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15591 (out_cu): Use addr_len for the size of addresses.
15592 (out_line): Likewise. Size DW_LNE_set_address instruction
15593 according to addr_len.
15594 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15595 (FUNC): Add START_INSNS to definition.
15596
15597 2014-10-18 Yao Qi <yao@codesourcery.com>
15598
15599 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15600 gdb_has_argv0 return true.
15601 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15602 check [target_info exists noargs], check [gdb_has_argv0]
15603 instead.
15604 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15605 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15606 procedures.
15607
15608 2014-10-17 Doug Evans <dje@google.com>
15609
15610 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15611 event.
15612 * gdb.python/py-events.py: Add clear_objfiles event.
15613
15614 2014-10-17 Doug Evans <dje@google.com>
15615
15616 * gdb.python/py-objfile.exp: Test progspace attribute.
15617
15618 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15619
15620 * gdb.guile/scm-breakpoint.exp: Do not assume any
15621 directory separators when matching source file paths.
15622 * gdb.python/py-breakpoint.exp: Likewise.
15623 * gdb.reverse/break-precsave.exp: Likewise.
15624 * gdb.reverse/break-reverse.exp: Likewise.
15625 * gdb.reverse/consecutive-precsave.exp: Likewise.
15626 * gdb.reverse/finish-precsave.exp: Likewise.
15627 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15628 * gdb.reverse/finish-reverse.exp: Likewise.
15629 * gdb.reverse/i386-precsave.exp: Likewise.
15630 * gdb.reverse/i387-env-reverse.exp: Likewise.
15631 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15632 * gdb.reverse/machinestate-precsave.exp: Likewise.
15633 * gdb.reverse/machinestate.exp: Likewise.
15634 * gdb.reverse/sigall-precsave.exp: Likewise.
15635 * gdb.reverse/solib-precsave.exp: Likewise.
15636 * gdb.reverse/step-precsave.exp: Likewise.
15637 * gdb.reverse/until-precsave.exp: Likewise.
15638 * gdb.reverse/watch-precsave.exp: Likewise.
15639 * gdb.reverse/watch-reverse.exp: Likewise.
15640
15641 2014-10-17 Yao Qi <yao@codesourcery.com>
15642
15643 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15644 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15645
15646 2014-10-17 Pedro Alves <palves@redhat.com>
15647
15648 PR gdb/17471
15649 * gdb.base/bg-execution-repeat.c: New file.
15650 * gdb.base/bg-execution-repeat.exp: New file.
15651
15652 2014-10-17 Pedro Alves <palves@redhat.com>
15653
15654 PR gdb/17300
15655 * gdb.base/continue-all-already-running.c: New file.
15656 * gdb.base/continue-all-already-running.exp: New file.
15657
15658 2014-10-17 Pedro Alves <palves@redhat.com>
15659
15660 PR gdb/17472
15661 * gdb.base/annota-input-while-running.c: New file.
15662 * gdb.base/annota-input-while-running.exp: New file.
15663
15664 2014-10-17 Pedro Alves <palves@redhat.com>
15665
15666 * gdb.base/callfuncs.exp: emove references to osf.
15667 * gdb.base/sigall.exp: Likewise.
15668 * gdb.gdb/selftest.exp: Likewise.
15669 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15670 * gdb.mi/non-stop.c: Likewise.
15671 * gdb.mi/pthreads.c: Likewise.
15672 * gdb.reverse/sigall-precsave.exp: Likewise.
15673 * gdb.reverse/sigall-reverse.exp: Likewise.
15674 * gdb.threads/pthreads.c: Likewise.
15675 * gdb.threads/pthreads.exp: Likewise.
15676
15677 2014-10-17 Yao Qi <yao@codesourcery.com>
15678
15679 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15680 check 'target_info exists noargs'.
15681 (test_command_prompt_position): Likewise.
15682 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15683 Remove "set args".
15684 (progvar_simple_while_test): Likewise.
15685 (progvar_complex_if_while_test): Likewise.
15686 (if_while_breakpoint_command_test): Likewise.
15687 (infrun_breakpoint_command_test): Likewise.
15688 (breakpoint_command_test): Likewise.
15689 (watchpoint_command_test): Likewise.
15690 (bp_deleted_in_command_test): Likewise.
15691 (temporary_breakpoint_commands): Likewise.
15692
15693 2014-10-16 Yao Qi <yao@codesourcery.com>
15694
15695 * gdb.base/remotetimeout.exp: Remove noargs checking.
15696
15697 2014-10-15 Pedro Alves <palves@redhat.com>
15698
15699 PR breakpoints/9649
15700 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15701 * gdb.base/breakpoint-in-ro-region.exp
15702 (probe_target_hardware_step): New procedure.
15703 (top level): Probe hardware stepping and hardware breakpoint
15704 support. Test stepping through a read-only region, with both
15705 "breakpoint auto-hw" on and off and both "always-inserted" on and
15706 off.
15707
15708 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15709
15710 * gdb.dlang/demangle.exp: Update for demangling changes.
15711
15712 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15713
15714 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15715 * gdb.cp/non-trivial-retval.exp: Add new tests.
15716
15717 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15718
15719 PR c++/13403
15720 PR c++/15154
15721 * gdb.cp/non-trivial-retval.cc: New file.
15722 * gdb.cp/non-trivial-retval.exp: New file.
15723
15724 2014-10-15 Yao Qi <yao@codesourcery.com>
15725
15726 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15727 remote host.
15728
15729 2014-10-15 Yao Qi <yao@codesourcery.com>
15730
15731 * gdb.python/py-symbol.exp: Match file base name if host is
15732 remote, otherwise match file name with dir name.
15733 * gdb.python/py-symtab.exp: Likewise.
15734 * gdb.python/python.exp: Likewise.
15735
15736 2014-10-15 Yao Qi <yao@codesourcery.com>
15737
15738 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15739 pattern.
15740 * gdb.python/py-symtab.exp: Likewise.
15741 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15742 locationn.
15743
15744 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15745
15746 * gdb.ada/addr_arith: New testcase.
15747
15748 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15749
15750 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15751 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15752 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15753 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15754
15755 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15756
15757 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15758 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15759 * gdb.arch/stap-eval-lang-ada.exp: New file.
15760
15761 2014-10-14 Yao Qi <yao@codesourcery.com>
15762
15763 * gdb.mi/mi-var-child.c (nothing1): New function.
15764 (nothing2): New function.
15765 (do_children_tests): Set function pointers by nothing1 and
15766 nothing2.
15767 * gdb.mi/mi-var-child.exp: Step over new added statements.
15768 Update test to match the new output.
15769 * gdb.mi/var-cmd.c (nothing1): New function.
15770 (nothing2): New function.
15771 (do_children_tests): Set function pointers by nothing1 and
15772 nothing2.
15773 * gdb.mi/mi-var-display.exp: Update test to match output.
15774 Step to the line specified by $line_dct_nothing.
15775 Increase the number of lines to step.
15776
15777 2014-10-14 Yao Qi <yao@codesourcery.com>
15778
15779 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15780 tests.
15781 * gdb.mi/mi2-var-child.exp: Likewise.
15782
15783 2014-10-13 Doug Evans <dje@google.com>
15784
15785 * gdb.python/py-objfile.exp: Change name of file name test.
15786
15787 2014-10-13 Doug Evans <dje@google.com>
15788
15789 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15790 from the start of the CU.
15791
15792 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15793 Yao Qi <yao@codesourcery.com>
15794
15795 Fix "save breakpoints" for "catch" command.
15796 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15797 Remove -nonewline. Match also the added "main" line.
15798
15799 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15800
15801 Fix "save breakpoints" for "disable $bpnum" command.
15802 * gdb.base/save-bp.c (main): Add label.
15803 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15804
15805 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15806
15807 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15808
15809 2014-10-11 Yao Qi <yao@codesourcery.com>
15810
15811 * gdb.server/server-kill.exp: Execute command
15812 "set remote trace-status-packet on" before "tstatus".
15813
15814 2014-10-11 Yao Qi <yao@codesourcery.com>
15815
15816 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15817 (main): Call getppid.
15818 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15819 and continue to it. Read variable "server_pid".
15820
15821 2014-10-11 Yao Qi <yao@codesourcery.com>
15822
15823 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15824
15825 2014-10-11 Yao Qi <yao@codesourcery.com>
15826
15827 * gdb.threads/thread-find.exp: Don't execute command
15828 "info threads".
15829 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15830 * gdb.threads/linux-dp.exp: Don't check the condition
15831 $threads_created equals to zero.
15832
15833 2014-10-10 Pedro Alves <palves@redhat.com>
15834
15835 * gdb.base/bigcore.exp: Remove references to IRIX.
15836 * gdb.base/funcargs.exp: Likewise.
15837 * gdb.base/interrupt.exp: Likewise.
15838 * gdb.base/mips_pro.exp: Likewise.
15839 * gdb.base/nodebug.exp: Likewise.
15840 * gdb.base/setvar.exp: Likewise.
15841 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15842
15843 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15844 Pedro Alves <palves@redhat.com>
15845
15846 PR symtab/14466
15847 * gdb.base/vdso-warning.c: New file.
15848 * gdb.base/vdso-warning.exp: New file.
15849
15850 2014-10-02 Doug Evans <dje@google.com>
15851
15852 * gdb.base/structs.c (main): Don't run forever.
15853
15854 2014-10-02 Pedro Alves <palves@redhat.com>
15855
15856 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15857 (top level) <stop threads 1, stop threads 2>: Use it.
15858
15859 2014-10-02 Pedro Alves <palves@redhat.com>
15860
15861 * gdb.threads/break-while-running.exp (test): Add new
15862 'update_thread_list' argument. Skip "info threads" if false.
15863 (top level): Add new 'update_thread_list' axis.
15864
15865 2014-10-02 Pedro Alves <palves@redhat.com>
15866
15867 PR breakpoints/17431
15868 * gdb.base/execl-update-breakpoints.c: New file.
15869 * gdb.base/execl-update-breakpoints.exp: New file.
15870
15871 2014-10-01 Pedro Alves <palves@redhat.com>
15872
15873 * gdb.base/breakpoint-in-ro-region.c: New file.
15874 * gdb.base/breakpoint-in-ro-region.exp: New file.
15875
15876 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15877
15878 * gdb.mi/mi-exit-code.exp: New file.
15879 * gdb.mi/mi-exit-code.c: New file.
15880
15881 2014-09-30 Yao Qi <yao@codesourcery.com>
15882
15883 * lib/prelink-support.exp (build_executable_own_libs): Error if
15884 the target isn't native.
15885
15886 2014-09-30 Yao Qi <yao@codesourcery.com>
15887
15888 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15889 false.
15890
15891 2014-09-22 Pedro Alves <palves@redhat.com>
15892
15893 * gdb.threads/break-while-running.exp: New file.
15894 * gdb.threads/break-while-running.c: New file.
15895
15896 2014-09-19 Yao Qi <yao@codesourcery.com>
15897
15898 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15899 Invoke test. Restart GDB with --readnow and invoke test again.
15900
15901 2014-09-19 Yao Qi <yao@codesourcery.com>
15902
15903 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15904 proc set_breakpoint_on_gcd_function. Invoke
15905 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15906 invoke set_breakpoint_on_gcd_function again.
15907
15908 2014-09-18 Doug Evans <dje@google.com>
15909
15910 * gdb.dwarf2/symtab-producer.exp: New file.
15911
15912 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15913
15914 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15915 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15916 * gdb.base/global-var-nested-by-dso.c: Likewise.
15917 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15918
15919 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15920 Pedro Alves <palves@redhat.com>
15921
15922 * gdb.base/watch-bitfields.exp: Pass string other than test file
15923 name to prepare_for_testing.
15924 (watch): New procedure.
15925 (expect_watchpoint): Use with_test_prefix.
15926 (top level): Factor out tests to ...
15927 (test_watch_location, test_regular_watch): ... these new
15928 procedures, and use with_test_prefix and gdb_continue_to_end.
15929
15930 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15931
15932 PR breakpoints/12526
15933 * gdb.base/watch-bitfields.exp: New file.
15934 * gdb.base/watch-bitfields.c: New file.
15935
15936 2014-09-16 Pedro Alves <palves@redhat.com>
15937
15938 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15939 software and hardware addresses, not software address against
15940 itself.
15941
15942 2014-09-16 Pedro Alves <palves@redhat.com>
15943
15944 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15945 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15946
15947 2014-09-16 Pedro Alves <palves@redhat.com>
15948
15949 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15950 files.
15951 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15952 "*-*-vxworks*" throughout.
15953 * gdb.base/break.exp: Likewise.
15954 * gdb.base/default.exp: Likewise.
15955 * gdb.base/scope.exp: Likewise.
15956 * gdb.base/sepdebug.exp: Likewise.
15957 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15958 throughout.
15959 * gdb.base/run.c: Likewise.
15960 * gdb.base/sepdebug.c: Likewise.
15961 * gdb.hp/gdb.aCC/run.c: Likewise.
15962 * gdb.reverse/until-reverse.c: Likewise.
15963 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15964
15965 2014-09-16 Yao Qi <yao@codesourcery.com>
15966
15967 * boards/local-remote-host-native.exp: New file.
15968
15969 2014-09-14 Doug Evans <xdje42@gmail.com>
15970
15971 * gdb.threads/queue-signal.c (thread_count): New variable.
15972 (thread_count_mutex, thread_count_condvar): New variables.
15973 (incr_thread_count, wait_all_threads_running): New functions.
15974 (main): Wait for all threads to be in their thread functions.
15975
15976 2014-09-13 Doug Evans <xdje42@gmail.com>
15977
15978 * gdb.threads/queue-signal.c: New file.
15979 * gdb.threads/queue-signal.exp: New file.
15980
15981 2014-09-13 Doug Evans <xdje42@gmail.com>
15982
15983 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15984 be consistent with what default_gdb_init uses.
15985 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15986 the plain text of the prompt. Add some logging printfs.
15987 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15988
15989 2014-09-12 Pedro Alves <palves@redhat.com>
15990
15991 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15992 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15993 * gdb.arch/i386-size-overlap.exp: Likewise.
15994 * gdb.arch/i386-size.exp: Likewise.
15995 * gdb.arch/i386-unwind.exp: Likewise.
15996 * gdb.base/a2-run.exp: Likewise.
15997 * gdb.base/break.exp: Likewise.
15998 * gdb.base/charset.exp: Likewise.
15999 * gdb.base/chng-syms.exp: Likewise.
16000 * gdb.base/commands.exp: Likewise.
16001 * gdb.base/dbx.exp: Likewise.
16002 * gdb.base/find.exp: Likewise.
16003 * gdb.base/funcargs.exp: Likewise.
16004 * gdb.base/jit-simple.exp: Likewise.
16005 * gdb.base/reread.exp: Likewise.
16006 * gdb.base/sepdebug.exp: Likewise.
16007 * gdb.base/step-bt.exp: Likewise.
16008 * gdb.cp/mb-inline.exp: Likewise.
16009 * gdb.cp/mb-templates.exp: Likewise.
16010 * gdb.objc/basicclass.exp: Likewise.
16011 * gdb.threads/killed.exp: Likewise.
16012
16013 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16014
16015 PR tdep/17379
16016 * gdb.arch/powerpc-stackless.S: New file.
16017 * gdb.arch/powerpc-stackless.exp: New file.
16018
16019 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16020
16021 * gdb.base/attach.c: Include unistd.h.
16022 (main): Call alarm. Add label postloop.
16023 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16024 gdb_breakpoint, gdb_continue_to_breakpoint.
16025 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16026
16027 2014-09-11 Pedro Alves <palves@redhat.com>
16028
16029 PR gdb/17347
16030 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16031 * gdb.base/attach.exp (test_command_line_attach_run): New
16032 procedure.
16033 (top level): Call it.
16034
16035 2014-09-11 Pedro Alves <palves@redhat.com>
16036
16037 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16038 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16039 (do_command_attach_tests): Use spawn_wait_for_attach.
16040 * gdb.base/solib-overlap.exp: Likewise.
16041 * gdb.multi/multi-attach.exp: Likewise.
16042 * gdb.python/py-prompt.exp: Likewise.
16043 * gdb.python/py-sync-interp.exp: Likewise.
16044 * gdb.server/ext-attach.exp: Likewise.
16045
16046 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16047
16048 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16049 command in testcase. Simplify testcase.
16050
16051 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16052
16053 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16054
16055 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16056
16057 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16058
16059 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16060
16061 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16062
16063 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16064
16065 * gdb.dwarf2/dynarr-ptr.c: New file.
16066 * gdb.dwarf2/dynarr-ptr.exp: New file.
16067
16068 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16069
16070 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16071 of 30 rather than hardcoding 120 for a slow test case. Take the
16072 `gdb,timeout' target setting into account for this calculation.
16073 Don't extend the timeout for the test cases that don't need it.
16074
16075 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16076
16077 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16078 a factor of 2 for a slow test case. Take the `gdb,timeout'
16079 target setting into account for this calculation.
16080 * gdb.reverse/until-precsave.exp: Increase the timeout by
16081 a factor of 15 and 3 respectively rather than adding 120
16082 for a pair of slow test cases. Take the `gdb,timeout'
16083 target setting into account for this calculation.
16084
16085 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16086
16087 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16088 timeout, don't pass one down to gdb_expect.
16089 (gdb_expect): Rework timeout selection.
16090
16091 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16092
16093 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16094 exception on timeout.
16095 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16096 (gdbserver_start_extended): Catch any `gdbserver_start' error
16097 exceptions.
16098 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16099 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16100 `gdbserver_gdb_load' error exceptions.
16101
16102 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16103
16104 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16105 120 on waiting for the TCP socket to open.
16106
16107 2014-09-09 Doug Evans <xdje42@gmail.com>
16108
16109 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16110 _caller_matches, _any_caller_is, _any_caller_matches.
16111
16112 2014-09-09 Doug Evans <xdje42@gmail.com>
16113
16114 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16115
16116 2014-09-09 Yao Qi <yao@codesourcery.com>
16117
16118 * gdb.mi/mi-var-display.exp: Set print symbol off.
16119
16120 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16121
16122 PR gdb/17035
16123 * gdb.base/commands.exp: Add tests to verify user-defined
16124 commands with empty bodies.
16125 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16126 python commands in `show user command`.
16127 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16128 scheme commands in `show user command`.
16129
16130 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16131
16132 PR python/17355
16133 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16134 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16135 * gdb.python/py-framefilter-invalidarg.exp: New file.
16136 * gdb.python/py-framefilter-invalidarg.py: New file.
16137
16138 2014-09-06 Doug Evans <xdje42@gmail.com>
16139
16140 PR 15276
16141 * gdb.python/py-caller-is.c: New file.
16142 * gdb.python/py-caller-is.exp: New file.
16143
16144 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16145
16146 PR gdb/17235
16147 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16148 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16149
16150 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16151
16152 PR fortran/17237
16153 * gdb.fortran/print-formatted.exp: New file.
16154 * gdb.fortran/print-formatted.f90: Likewise.
16155
16156 2014-09-03 Sasha Smundak <asmundak@google.com>
16157
16158 * gdb.python/py-frame.exp: Test Frame.read_register.
16159
16160 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16161
16162 PR python/16699
16163 * gdb.python/py-completion.exp: New file.
16164 * gdb.python/py-completion.py: Likewise.
16165
16166 2014-08-28 Doug Evans <dje@google.com>
16167
16168 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16169 eax,etc. are live with values set by gdb and thus the compiler can't
16170 use them.
16171 * gdb.arch/i386-pseudo.c (main): Ditto.
16172
16173 2014-08-27 Doug Evans <dje@google.com>
16174
16175 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16176
16177 2014-08-25 Doug Evans <dje@google.com>
16178
16179 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16180 (main): Ditto.
16181
16182 2014-08-25 Doug Evans <dje@google.com>
16183
16184 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16185
16186 2014-08-24 Yao Qi <yao@codesourcery.com>
16187
16188 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16189 symbol off.
16190 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16191
16192 2014-08-22 Doug Evans <dje@google.com>
16193
16194 PR 17276
16195 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16196 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16197 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16198
16199 2014-08-22 Yao Qi <yao@codesourcery.com>
16200
16201 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16202 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16203 * gdb.python/python.exp: Likewise. Use .py file on the host
16204 instead of the build.
16205
16206 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16207
16208 * gdb.threads/gcore-stale-thread.c: New file.
16209 * gdb.threads/gcore-stale-thread.exp: New file.
16210
16211 2014-08-21 Pedro Alves <palves@redhat.com>
16212
16213 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16214 * gdb.base/gcore-relro-pie.exp: Likewise.
16215 * gdb.base/gcore-relro.exp: Likewise.
16216 * gdb.base/gcore.exp: Likewise.
16217 * gdb.base/print-symbol-loading.exp: Likewise.
16218 * gdb.threads/gcore-thread.exp: Likewise.
16219 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16220
16221 2014-08-20 Pedro Alves <palves@redhat.com>
16222 Jan Kratochvil <jan.kratochvil@redhat.com>
16223
16224 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16225 configure.
16226 (EXPECT): Handle READ1 being set.
16227 (all): Depend on EXTRA_RULES.
16228 (check-read1, expect-read1, read1.so, read1): New rules.
16229 * README (Testsuite Parameters): Document the READ1 make variable.
16230 (Race detection): New section.
16231 * configure: Regenerate.
16232 * configure.ac: If build==host==target, and running under a
16233 GNU/glibc system, add read1 to the extra Makefile rules.
16234 (EXTRA_RULES): AC_SUBST it.
16235 * lib/read1.c: New file.
16236
16237 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16238
16239 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16240 the handling of variables declared as a typedef to an array
16241 which a DW_AT_data_location attribute.
16242
16243 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16244 Pedro Alves <palves@redhat.com>
16245
16246 PR symtab/14604
16247 PR symtab/14605
16248 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16249 gdb_test.
16250
16251 2014-08-19 Pedro Alves <palves@redhat.com>
16252
16253 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16254
16255 2014-08-19 Yao Qi <yao@codesourcery.com>
16256
16257 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16258 right line.
16259
16260 2014-08-18 David Blaikie <dblaikie@gmail.com>
16261
16262 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16263
16264 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16265
16266 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16267 attribute in array range.
16268
16269 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16270
16271 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16272
16273 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16274
16275 PR c++/17132
16276 * gdb.cp/pr17132.cc: New file.
16277 * gdb.cp/pr17132.exp: New file.
16278
16279 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16280
16281 * gdb.python/py-xmethods.py (A_getarrayind)
16282 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16283 Use 'print' with function call syntax.
16284 (E_method_matcher.match): Fix tab vs space indentation mixup.
16285
16286 2014-08-15 Yao Qi <yao@codesourcery.com>
16287
16288 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16289 false.
16290
16291 2014-08-15 Yao Qi <yao@codesourcery.com>
16292
16293 * gdb.cp/casts.exp: Set print symbol off.
16294 * gdb.cp/class2.exp: Likewise.
16295 * gdb.cp/overload.exp: Likewise.
16296 * gdb.cp/templates.exp: Likewise.
16297
16298 2014-08-11 Doug Evans <dje@google.com>
16299
16300 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16301 (test_load_shlib): Update.
16302
16303 2014-08-09 Yao Qi <yao@codesourcery.com>
16304
16305 * gdb.base/display.exp: Invoke is_address_zero_readable.
16306 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16307 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16308 * gdb.base/hbreak-unmapped.exp: Return if
16309 is_address_zero_readable returns true.
16310 * gdb.base/signest.exp: Likewise.
16311 * gdb.base/signull.exp: Likewise.
16312 * gdb.base/sigbpt.exp: Likewise.
16313 * gdb.guile/scm-disasm.exp: Do the test if
16314 is_address_zero_readable returns false.
16315 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16316 * gdb.python/py-arch.exp: Likewise.
16317 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16318 * lib/gdb.exp (is_address_zero_readable): New proc.
16319
16320 2014-08-09 Yao Qi <yao@codesourcery.com>
16321
16322 PR testsuite/13443
16323 * gdb.mi/mi-var-display.exp: Make test messages unique.
16324
16325 2014-08-04 Tom Tromey <tromey@redhat.com>
16326
16327 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16328 target 0".
16329
16330 2014-08-04 Tom Tromey <tromey@redhat.com>
16331
16332 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16333 "target_resume".
16334
16335 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16336
16337 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16338 inner_vla_struct_object_size.
16339 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16340 as xfail.
16341
16342 2014-07-30 Pedro Alves <palves@redhat.com>
16343
16344 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16345 comment.
16346
16347 2014-07-29 Yao Qi <yao@codesourcery.com>
16348
16349 PR gdb/17206
16350 * gdb.base/until-nodebug.exp: New.
16351
16352 2014-07-28 Doug Evans <xdje42@gmail.com>
16353
16354 PR guile/17203
16355 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16356 previously existing parameter, and previously ambiguously spelled
16357 parameter.
16358
16359 2014-07-28 Will Newton <will.newton@linaro.org>
16360
16361 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16362
16363 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16364 Doug Evans <xdje42@gmail.com>
16365
16366 PR guile/17146
16367 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16368
16369 2014-07-25 Pedro Alves <palves@redhat.com>
16370
16371 * gdb.threads/signal-command-handle-nopass.c: New file.
16372 * gdb.threads/signal-command-handle-nopass.exp: New file.
16373 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16374 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16375 * gdb.threads/signal-delivered-right-thread.c: New file.
16376 * gdb.threads/signal-delivered-right-thread.exp: New file.
16377
16378 2014-07-25 Pedro Alves <palves@redhat.com>
16379
16380 * gdb.base/double-prompt-target-event-error.exp
16381 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16382 match.
16383 (cancel_pagination_in_target_event): Rework double prompt
16384 detection.
16385 * gdb.base/paginate-after-ctrl-c-running.exp
16386 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16387 <return>' match.
16388 * gdb.base/paginate-bg-execution.exp
16389 (test_bg_execution_pagination_return)
16390 (test_bg_execution_pagination_cancel): Remove '-notransfer
16391 <return>' matches.
16392 * gdb.base/paginate-execution-startup.exp
16393 (test_fg_execution_pagination_return)
16394 (test_fg_execution_pagination_cancel): Remove '-notransfer
16395 <return>' matches.
16396 * gdb.base/paginate-inferior-exit.exp
16397 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16398 match.
16399 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16400 * lib/gdb.exp (pagination_prompt): Run text through
16401 string_to_regexp.
16402 (gdb_test_multiple): Match $pagination_prompt instead of
16403 "<return>".
16404 (string_to_regexp): Move to lib/gdb-utils.exp.
16405
16406 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16407
16408 * gdb.arch/amd64-entry-value-paramref.S: New file.
16409 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16410 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16411 * gdb.arch/amd64-optimout-repeat.S: New file.
16412 * gdb.arch/amd64-optimout-repeat.c: New file.
16413 * gdb.arch/amd64-optimout-repeat.exp: New file.
16414
16415 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16416
16417 PR gdb/17170
16418 * gdb.base/statistics.exp: New file.
16419
16420 2014-07-17 Doug Evans <dje@google.com>
16421
16422 PR gdb/17170
16423 * gdb.base/maint.exp: Update testing of per-command stats.
16424
16425 2014-07-16 Pedro Alves <palves@redhat.com>
16426
16427 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16428 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16429 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16430 (tfile_write_buf): New functions.
16431 (add_memory_block): Rewrite using the above.
16432 (adjust_function_address): New function.
16433 (FUNCTION_ADDRESS): New macro.
16434 (write_basic_trace_file): Remove short_x local, and use
16435 tfile_write_16. Change type of func_addr local to unsigned long
16436 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16437 here. Cast argument of add_memory_block to char pointer.
16438 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16439 (main): Remove parameters.
16440 * gdb.trace/tfile.exp: Remove nowarnings.
16441
16442 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16443
16444 * gdb.base/debug-expr.exp: Test string evaluation with
16445 "debug expression" on.
16446
16447 2014-07-15 Pedro Alves <palves@redhat.com>
16448
16449 * gdb.base/reread.exp: Use clean_restart.
16450
16451 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16452
16453 * gdb.arch/avr-flash-qualifer.c: New.
16454 * gdb.arch/avr-flash-qualifer.exp: New.
16455
16456 2014-07-14 Pedro Alves <palves@redhat.com>
16457
16458 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16459 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16460
16461 2014-07-14 Pedro Alves <palves@redhat.com>
16462
16463 * gdb.base/double-prompt-target-event-error.c: New file.
16464 * gdb.base/double-prompt-target-event-error.exp: New file.
16465
16466 2014-07-14 Pedro Alves <palves@redhat.com>
16467
16468 PR gdb/17072
16469 * gdb.base/paginate-inferior-exit.c: New file.
16470 * gdb.base/paginate-inferior-exit.exp: New file.
16471
16472 2014-07-14 Pedro Alves <palves@redhat.com>
16473
16474 PR gdb/17072
16475 * gdb.base/paginate-bg-execution.c: New file.
16476 * gdb.base/paginate-bg-execution.exp: New file.
16477
16478 2014-07-14 Pedro Alves <palves@redhat.com>
16479
16480 PR gdb/17072
16481 * gdb.base/paginate-execution-startup.c: New file.
16482 * gdb.base/paginate-execution-startup.exp: New file.
16483 * lib/gdb.exp (pagination_prompt): New global.
16484 (default_gdb_spawn): New procedure, factored out from
16485 default_gdb_spawn.
16486 (default_gdb_start): Adjust to call default_gdb_spawn.
16487 (gdb_spawn): New procedure.
16488
16489 2014-07-14 Pedro Alves <palves@redhat.com>
16490
16491 * lib/gdb.exp (gdb_assert): New procedure.
16492 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16493
16494 2014-07-14 Pedro Alves <palves@redhat.com>
16495
16496 * gdb.base/execution-termios.c: New file.
16497 * gdb.base/execution-termios.exp: New file.
16498
16499 2014-07-14 Tom Tromey <tromey@redhat.com>
16500
16501 * gdb.cp/vla-cxx.cc: New file.
16502 * gdb.cp/vla-cxx.exp: New file.
16503
16504 2014-07-14 Tom Tromey <tromey@redhat.com>
16505
16506 * gdb.reverse/rerun-prec.c: New file.
16507 * gdb.reverse/rerun-prec.exp: New file.
16508
16509 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16510 Maciej W. Rozycki <macro@codesourcery.com>
16511
16512 * lib/gdb-utils.exp: New file.
16513 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16514 inline `gdb_init_command' processing.
16515 (gdb_start_cmd): Likewise.
16516 * lib/mi-support.exp (mi_run_cmd): Likewise.
16517 * README: Document `gdb_init_command' and `gdb_init_commands'.
16518
16519 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16520
16521 Fix false FAIL running under a very long directory name.
16522 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16523 and "set print elements 10000". Twice.
16524
16525 2014-07-11 Yao Qi <yao@codesourcery.com>
16526
16527 * gdb.base/exprs.exp: "set print symbol off".
16528
16529 2014-07-11 Pedro Alves <palves@redhat.com>
16530
16531 * gdb.threads/kill.c: New file.
16532 * gdb.threads/kill.exp: New file.
16533
16534 2014-07-10 Yao Qi <yao@codesourcery.com>
16535
16536 * gdb.trace/tfile.c (write_basic_trace_file)
16537 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16538 address written to trace file.
16539
16540 2014-07-09 Pedro Alves <palves@redhat.com>
16541
16542 * gdb.base/attach-wait-input.exp: New file.
16543 * gdb.base/attach-wait-input.c: New file.
16544
16545 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16546
16547 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16548 setting up test structures.
16549 (main): Call new test function.
16550 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16551 test function, continue into test function and walk test
16552 structures.
16553
16554 2014-07-02 Yao Qi <yao@codesourcery.com>
16555
16556 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16557 'bar_start' at the beginning of functions 'foo' and 'bar'
16558 respectively.
16559 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16560 instead of 'foo' and 'bar'.
16561
16562 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16563
16564 * gdb.btrace/segv.exp: New.
16565 * gdb.btrace/segv.c: New.
16566
16567 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16568
16569 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16570 instruction.
16571
16572 2014-06-30 Mark Wielaard <mjw@redhat.com>
16573
16574 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16575 vulture, vilify, villar): New volatile array constants.
16576 (vindictive, vegetation): New const volatile array constants.
16577 * gdb.base/volatile.exp: Test volatile and const volatile array
16578 types.
16579
16580 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16581
16582 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16583 target lacks support for awatch, rwatch, or hbreak.
16584
16585 2014-06-27 Yao Qi <yao@codesourcery.com>
16586
16587 * gdb.multi/dummy-frame-restore.exp: New.
16588 * gdb.multi/dummy-frame-restore.c: New.
16589
16590 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16591
16592 * gdb.btrace/gcore.exp: New.
16593
16594 2014-06-23 Pedro Alves <palves@redhat.com>
16595
16596 * gdb.base/watchpoint-reuse-slot.c: New file.
16597 * gdb.base/watchpoint-reuse-slot.exp: New file.
16598
16599 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16600
16601 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16602 progspace's filename in 'info', 'enable' and 'disable' command
16603 tests.
16604
16605 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16606
16607 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16608 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16609 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16610
16611 2014-06-20 Gary Benson <gbenson@redhat.com>
16612
16613 * gdb.arch/i386-avx.exp: Fix include file location.
16614 * gdb.arch/i386-sse.exp: Likewise.
16615
16616 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16617
16618 * gdb.dlang/expression.exp: New file.
16619
16620 2014-06-19 Pedro Alves <palves@redhat.com>
16621
16622 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16623 out from ...
16624 (top level): ... here. Iterate running tests under different
16625 scheduler-locking settings.
16626
16627 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16628
16629 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16630 to DW_FORM_addr and use non-zero addresses.
16631
16632 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16633
16634 PR gdb/17017
16635 * gdb.python/py-xmethods.cc: Add global function call counters and
16636 increment them in their respective functions. Remove "cout"
16637 statements.
16638 * gdb.python/py-xmethods.exp: Make tests check the global function
16639 call counters instead of depending on inferior IO.
16640
16641 2014-06-18 Don Breazeal <donb@codesourcery.com>
16642
16643 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16644 Deleted procedure.
16645 (explicit_fork_parent_follow): Deleted procedure.
16646 (explicit_fork_child_follow): Deleted procedure.
16647 (test_follow_fork): New procedure.
16648 (do_fork_tests): Replace calls to deleted procedures with
16649 calls to test_follow_fork and reset GDB for subsequent
16650 procedure calls.
16651
16652 2014-06-17 Yao Qi <yao@codesourcery.com>
16653
16654 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16655 CP1252.
16656
16657 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16658
16659 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16660 Initialize ptr and S explicitly.
16661 (skip_type_update_when_not_use_rtti_test): Likewise.
16662
16663 2014-06-16 Keith Seitz <keiths@redhat.com>
16664
16665 PR mi/15863
16666 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16667 the inferior is started.
16668
16669 2014-06-16 Pedro Alves <palves@redhat.com>
16670
16671 * gdb.base/break-main-file-remove-fail.c: New file.
16672 * gdb.base/break-main-file-remove-fail.exp: New file.
16673 * gdb.base/break-unload-file.exp: Use build_executable instead of
16674 prepare_for_testing.
16675 (test_break): New parameter "initial_load". Handle it.
16676 (top level): Add initial_load cmdline/file axis.
16677
16678 2014-06-12 Tom Tromey <tromey@redhat.com>
16679
16680 * gdb.base/completion.exp: Don't use directory name in test.
16681
16682 2014-06-09 Gary Benson <gbenson@redhat.com>
16683
16684 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16685 separate the always-available ANSI-standard signals from the
16686 signals that require checking.
16687 (main): Likewise.
16688 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16689 Likewise.
16690 (main): Likewise.
16691
16692 2014-06-07 Keith Seitz <keiths@redhat.com>
16693
16694 Revert:
16695 PR c++/16253
16696 * gdb.cp/var-tag.cc: New file.
16697 * gdb.cp/var-tag.exp: New file.
16698 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16699 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16700 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16701 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16702
16703 2014-06-06 Doug Evans <xdje42@gmail.com>
16704
16705 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16706
16707 2014-06-06 Pedro Alves <palves@redhat.com>
16708
16709 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16710 in target debug output instead of looking at RSP packets,
16711 disabling the test on any target that uses hardware stepping.
16712 Update comments.
16713
16714 2014-06-06 Pedro Alves <palves@redhat.com>
16715
16716 * gdb.base/break-unload-file.exp: Fix typo.
16717
16718 2014-06-06 Yao Qi <yao@codesourcery.com>
16719
16720 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16721 from "jit_function" to "^jit_function".
16722
16723 2014-06-06 Yao Qi <yao@codesourcery.com>
16724
16725 * gdb.base/async.c (foo): Add one statement.
16726 * gdb.base/async.exp: Get the next instruction address and
16727 match the output of "nexti" by instruction address. Match
16728 the hex address in the output of "finish".
16729
16730 2014-06-06 Gary Benson <gbenson@redhat.com>
16731
16732 * gdb.base/call-signals.c: Remove preprocessor conditionals
16733 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16734 SIGSEGV and SIGTERM.
16735 * gdb.base/sigall.c: Likewise.
16736 * gdb.base/unwindonsignal.c: Likewise.
16737 * gdb.reverse/sigall-reverse.c: Likewise.
16738
16739 2014-06-06 Yao Qi <yao@codesourcery.com>
16740
16741 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16742 readable, skip the test.
16743
16744 2014-06-06 Yao Qi <yao@codesourcery.com>
16745
16746 * gdb.threads/staticthreads.c (thread_function): Move the line
16747 setting breakpoint on forward.
16748 * gdb.threads/staticthreads.exp: Update comments.
16749
16750 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16751
16752 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16753 "history-append! type error".
16754
16755 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16756
16757 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16758 erroneous dprintf expected input.
16759
16760 2014-06-04 Doug Evans <xdje42@gmail.com>
16761
16762 * gdb.guile/scm-generics.exp: Delete.
16763
16764 2014-06-04 Doug Evans <xdje42@gmail.com>
16765
16766 * gdb.guile/scm-breakpoint.exp: Update.
16767 Add tests for breakpoint registration.
16768
16769 2014-06-04 Tom Tromey <tromey@redhat.com>
16770
16771 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16772 VLA-in-union.
16773 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16774 inner_vla_struct, vla_union types. Initialize objects of those
16775 types and compute their sizes.
16776
16777 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16778 Hui Zhu <hui@codesourcery.com>
16779
16780 * gdb.base/fileio.exp: Add test for shell not available as well as
16781 available.
16782 * gdb.base/fileio.c (test_system): Check for shell twice.
16783
16784 2014-06-04 Yao Qi <yao@codesourcery.com>
16785
16786 * gdb.base/auto-connect-native-target.exp: Remove redundant
16787 space from the regexp pattern.
16788
16789 2014-06-04 Yao Qi <yao@codesourcery.com>
16790
16791 * gdb.base/default.exp: Replace "child" with "native" in
16792 regexp pattern.
16793
16794 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16795
16796 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16797 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16798 * gdb.python/py-xmethods.py: Python script supporting the
16799 new testcase and tests.
16800
16801 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16802 Pedro Alves <palves@redhat.com>
16803
16804 PR breakpoints/17000
16805 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16806 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16807
16808 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16809
16810 * gdb.base/subst.exp: Add tests to verify partial path matching
16811 output.
16812
16813 2014-06-03 Pedro Alves <palves@redhat.com>
16814
16815 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16816 target that doesn't use software single-stepping.
16817
16818 2014-06-03 Pedro Alves <palves@redhat.com>
16819
16820 PR breakpoints/17000
16821 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16822 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16823
16824 2014-06-02 Doug Evans <xdje42@gmail.com>
16825
16826 * gdb.guile/scm-parameter.exp: New file.
16827
16828 2014-06-02 Doug Evans <xdje42@gmail.com>
16829
16830 * gdb.guile/scm-cmd.c: New file.
16831 * gdb.guile/scm-cmd.exp: New file.
16832
16833 2014-06-02 Doug Evans <xdje42@gmail.com>
16834
16835 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16836 pretty-printer lookup.
16837 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16838 (make-pp_s-printer): Call it.
16839 (make-pretty-printer-from-dict): New function.
16840 (lookup-pretty-printer-maker-from-dict): New function.
16841 (*pretty-printer*): Simplify.
16842 (make-objfile-pp_s-printer): New function.
16843 (install-objfile-pretty-printers!): New function.
16844 (make-progspace-pp_s-printer): New function.
16845 (install-progspace-pretty-printers!): New function.
16846 * gdb.guile/scm-progspace.c: New file.
16847 * gdb.guile/scm-progspace.exp: New file.
16848
16849 2014-06-02 Pedro Alves <palves@redhat.com>
16850
16851 * gdb.base/dprintf-bp-same-addr.c: New file.
16852 * gdb.base/dprintf-bp-same-addr.exp: New file.
16853
16854 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16855
16856 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16857 * gdb.arch/powerpc-power.s: Likewise.
16858
16859 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16860
16861 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16862
16863 2014-06-01 Yao Qi <yao@codesourcery.com>
16864
16865 * gdb.base/watchpoint.exp (test_watch_location): Check null
16866 pointer can be dereferenced. If not, do the test, otherwise
16867 skip it.
16868
16869 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16870
16871 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16872 results.
16873 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16874
16875 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16876
16877 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16878 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16879 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16880 * gdb.arch/amd64-invalid-stack-top.c: New file.
16881 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16882
16883 2014-05-30 Pedro Alves <palves@redhat.com>
16884
16885 PR breakpoints/17000
16886 * gdb.base/sss-bp-on-user-bp.c: New file.
16887 * gdb.base/sss-bp-on-user-bp.exp: New file.
16888
16889 2014-05-30 David Blaikie <dblaikie@gmail.com>
16890
16891 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16892 gnu_inline semantics via attribute.
16893 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16894 source explicitly specifies the required semantics.
16895
16896 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16897
16898 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16899
16900 2014-05-29 Pedro Alves <palves@redhat.com>
16901 Tom Tromey <tromey@redhat.com>
16902
16903 * gdb.base/async-shell.exp: Don't enable target-async.
16904 * gdb.base/async.exp
16905 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16906 parameter. Adjust.
16907 (top level): Don't test with "target-async".
16908 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16909 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16910 * gdb.base/inferior-died.exp: Don't enable target-async.
16911 * gdb.base/interrupt-noterm.exp: Likewise.
16912 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16913 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16914 * gdb.mi/mi-nonstop.exp: Likewise.
16915 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16916 * gdb.mi/mi-nsintrall.exp: Likewise.
16917 * gdb.mi/mi-nsmoribund.exp: Likewise.
16918 * gdb.mi/mi-nsthrexec.exp: Likewise.
16919 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16920 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16921 * gdb.python/py-evsignal.exp: Don't enable target-async.
16922 * gdb.python/py-evthreads.exp: Likewise.
16923 * gdb.python/py-prompt.exp: Likewise.
16924 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16925 * gdb.server/solib-list.exp: Don't enable target-async.
16926 * gdb.threads/thread-specific-bp.exp: Likewise.
16927 * lib/mi-support.exp: Adjust to use mi-async.
16928
16929 2014-05-29 Pedro Alves <palves@redhat.com>
16930
16931 PR gdb/13860
16932 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16933 reason, even in sync mode.
16934
16935 2014-05-29 Pedro Alves <palves@redhat.com>
16936 Hui Zhu <hui@codesourcery.com>
16937
16938 PR PR15693
16939 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16940 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16941 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16942 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16943
16944 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16945
16946 * config/monitor.exp (gdb_target_monitor): Replace use of
16947 "set remotebaud" by "set serial baud".
16948
16949 2014-05-26 Andy Wingo <wingo@igalia.com>
16950
16951 * gdb.guile/scm-breakpoint.exp:
16952 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16953 properties instead of gdb-object-properties.
16954
16955 2014-05-26 Yao Qi <yao@codesourcery.com>
16956
16957 * gdb.server/no-thread-db.exp: Specify source file name
16958 explicitly when setting a breakpoint.
16959
16960 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16961
16962 * gdb.btrace/vdso.c: New.
16963 * gdb.btrace/vdso.exp: New.
16964
16965 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16966
16967 * gdb.base/gcore.exp (capture_command_output): Move ...
16968 * lib/gdb.exp (capture_command_output): ... here.
16969
16970 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16971
16972 * gdb.btrace/data.exp: Test memory access during btrace replay.
16973
16974 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16975
16976 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16977
16978 2014-05-21 Pedro Alves <palves@redhat.com>
16979
16980 PR gdb/13860
16981 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16982 (top level): Test that output related to execution commands is
16983 sent to the console with CLI commands, but not with MI commands.
16984 Test that breakpoint events are always mirrored to the console.
16985 Also expect the new source line to be output after a "next" in
16986 async mode too. Make it a pass/fail test.
16987 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16988 output.
16989 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16990
16991 2014-05-21 Pedro Alves <palves@redhat.com>
16992
16993 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16994 Use them to test variations of "list" after reaching a breakpoint.
16995 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16996 Test "list" with listsize 10 after reaching a breakpoint.
16997 * gdb.python/python.exp (decode_line current location line
16998 number): Adjust expected line number.
16999
17000 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17001
17002 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17003 behavior for $args, pass it directly to "run".
17004
17005 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17006
17007 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17008 30000 to 65536.
17009
17010 2014-05-21 Pedro Alves <palves@redhat.com>
17011
17012 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17013 auto-connect-native-target off".
17014 * gdb.base/auto-connect-native-target.c: New file.
17015 * gdb.base/auto-connect-native-target.exp: New file.
17016
17017 2014-05-21 Pedro Alves <palves@redhat.com>
17018
17019 * gdb.base/default.exp: Test "target native" instead of "target
17020 child".
17021
17022 2014-05-21 Mark Wielaard <mjw@redhat.com>
17023
17024 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17025
17026 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17027
17028 Fix TLS access for -static -pthread.
17029 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17030 <HAVE_TLS> (thread_function, main): Initialize it.
17031 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17032 Add clean_restart.
17033 <$have_tls != "">: Check TLSVAR.
17034
17035 2014-05-21 Pedro Alves <palves@redhat.com>
17036
17037 * gdb.base/dcache-line-read-error.c: New.
17038 * gdb.base/dcache-line-read-error.exp: New.
17039
17040 2014-05-20 Pedro Alves <palves@redhat.com>
17041
17042 * gdb.base/compare-sections.c: New file.
17043 * gdb.base/compare-sections.exp: New file.
17044
17045 2014-05-20 Pedro Alves <palves@redhat.com>
17046
17047 * gdb.base/break-idempotent.c: New file.
17048 * gdb.base/break-idempotent.exp: New file.
17049
17050 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17051
17052 * gdb.btrace/nohist.exp: New.
17053
17054 2014-05-20 Yao Qi <yao@codesourcery.com>
17055
17056 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17057 gdb.reverse directory and gdb_reverse_timeout exists in board
17058 setting.
17059 * README: Document gdb_reverse_timeout.
17060
17061 2014-05-20 Yao Qi <yao@codesourcery.com>
17062
17063 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17064 'test_file_name'. Treat args as a string instead of a list.
17065 (gdb_init): Rename argument 'args' by 'test_file_name'.
17066
17067 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17068
17069 * gdb.arch/powerpc-power.exp: New file.
17070 * gdb.arch/powerpc-power.s: New file.
17071
17072 2014-05-16 Doug Evans <dje@google.com>
17073
17074 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17075 * gdb.base/completion.exp: Check that all expected files exist
17076 before doing file completion.
17077
17078 2014-05-16 Doug Evans <dje@google.com>
17079
17080 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17081 Update.
17082 (do_syscall_tests_without_xml): Update.
17083
17084 2014-05-16 Pedro Alves <palves@redhat.com>
17085
17086 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17087 instead of "unknown output after running".
17088
17089 2014-05-16 Yao Qi <yao@codesourcery.com>
17090
17091 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17092 file1.txt from host at the end.
17093 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17094
17095 2014-05-15 Doug Evans <dje@google.com>
17096
17097 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17098 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17099 loading file. Add test for TU lookup.
17100
17101 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17102
17103 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17104 calling "-exec-arguments" or "set args" before running the
17105 inferior.
17106
17107 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17108
17109 * lib/mi-support.exp (mi_expect_stop): Expect message for
17110 inferiors that exit with non-zero exit code.
17111
17112 2014-05-14 Yao Qi <yao@codesourcery.com>
17113
17114 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17115 match absolute path on remote host.
17116 (test_file_list_exec_source_files): Remove "/" from the
17117 pattern.
17118
17119 2014-05-14 Yao Qi <yao@codesourcery.com>
17120
17121 * boards/local-remote-host-notty.exp (${board}_file): New
17122 proc.
17123
17124 2014-05-07 Kyle McMartin <kyle@redhat.com>
17125
17126 Pushed by Joel Brobecker <brobecker@adacore.com>.
17127 * gdb.arch/aarch64-atomic-inst.c: New file.
17128 * gdb.arch/aarch64-atomic-inst.exp: New file.
17129
17130 2014-05-07 Yao Qi <yao@codesourcery.com>
17131
17132 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17133 in current context" too.
17134
17135 2014-05-05 Keith Seitz <keiths@redhat.com>
17136
17137 * gdb.linespec/ls-dollar.exp: Add test for linespec
17138 file:convenience_variable.
17139
17140 2014-05-05 Yao Qi <yao@codesourcery.com>
17141
17142 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17143 traceframes into tfile and ctf trace files. Read data from
17144 trace file and test collected data.
17145 (gdb_collect_locals_test): Likewise.
17146 (gdb_unavailable_registers_test): Likewise.
17147 (gdb_unavailable_floats): Likewise.
17148 (gdb_collect_globals_test): Likewise.
17149 (top-level): Append "ctf" to trace_file_targets if GDB
17150 supports.
17151
17152 2014-05-05 Yao Qi <yao@codesourcery.com>
17153
17154 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17155 code to ...
17156 (gdb_collect_args_test_1): ... it. New proc.
17157 (gdb_collect_locals_test): Move some code to ...
17158 (gdb_collect_locals_test_1): ... it. New proc.
17159 (gdb_unavailable_registers_test): Move some code to ...
17160 (gdb_unavailable_registers_test_1): ... it. New proc.
17161 (gdb_unavailable_floats): Move some code to ...
17162 (gdb_unavailable_floats_1): ... it. New proc.
17163
17164 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17165
17166 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17167 probes to test for bitness recognition.
17168 * gdb.arch/amd64-stap-optional-prefix.exp
17169 (test_probe_value_without_reg): New procedure.
17170 Add code to test for different kinds of bitness.
17171
17172 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17173
17174 PR breakpoints/16889
17175 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17176 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17177
17178 2014-05-01 Pedro Alves <palves@redhat.com>
17179
17180 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17181 gdb_file_cmd if no file is specified.
17182 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17183 last_loaded_file to set the remote exec-file.
17184
17185 2014-05-01 Pedro Alves <palves@redhat.com>
17186
17187 * boards/local-remote-host.exp: New file.
17188
17189 2014-05-01 Pedro Alves <palves@redhat.com>
17190
17191 * boards/local-remote-host.exp: Rename to ...
17192 * boards/local-remote-host-notty.exp: ... this.
17193
17194 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17195
17196 * gdb.ada/dyn_arrayidx: New testcase.
17197
17198 2014-04-26 Yao Qi <yao@codesourcery.com>
17199
17200 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17201 and compute the length of function main. Save it in
17202 $main_length.
17203 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17204 (top-level): Use gdb_compile to compile objects into
17205 executable and restart GDB. Remove invocation to
17206 prepare_for_testing.
17207
17208 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17209 Pedro Alves <palves@redhat.com>
17210
17211 PR server/16255
17212 * gdb.multi/multi-attach.c: New file.
17213 * gdb.multi/multi-attach.exp: New file.
17214
17215 2014-04-25 Pedro Alves <palves@redhat.com>
17216
17217 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17218 user.
17219 (top level): Test that "set remote conditional-breakpoints-packet
17220 off" works as intended.
17221 * gdb.base/dprintf.exp: Test that "set remote
17222 breakpoint-commands-packet off" works as intended.
17223 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17224 New function.
17225 (top level): Call it.
17226 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17227 remote fast-tracepoints-packet off" works as intended.
17228 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17229 * lib/gdb.exp (gdb_is_target_remote): ... here.
17230
17231 2014-04-24 David Blaikie <dblaikie@gmail.com>
17232
17233 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17234 ensure clang would not discard them.
17235 * gdb.base/gdbvars.c: Ditto.
17236 * gdb.base/memattr.c: Ditto.
17237 * gdb.base/whatis.c: Ditto.
17238 * gdb.python/py-prettyprint.c: Ditto.
17239 * gdb.trace/actions.c: Ditto.
17240 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17241 ensure clang would not discard it.
17242
17243 2014-04-24 David Blaikie <dblaikie@gmail.com>
17244
17245 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17246 clang to emit the full definition of type required by the test
17247 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17248
17249 2014-04-24 David Blaikie <dblaikie@gmail.com>
17250
17251 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17252 coax Clang into emitting the definition of the type.
17253 * gdb.cp/pr10728-x.h (y): Ditto.
17254 * gdb.cp/pr10728-y.cc (y): Ditto.
17255
17256 2014-04-24 David Blaikie <dblaikie@gmail.com>
17257
17258 * gdb.base/label.exp: XFAIL label related tests under Clang.
17259 * gdb.cp/cplabel.exp: Ditto.
17260 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17261 under Clang those using labels.
17262
17263 2014-04-25 Yao Qi <yao@codesourcery.com>
17264
17265 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17266 double_label.
17267 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17268 partial_label and double_label.
17269
17270 2014-04-24 David Blaikie <dblaikie@gmail.com>
17271
17272 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17273
17274 2014-04-24 David Blaikie <dblaikie@gmail.com>
17275
17276 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17277 of the function to work across GCC and Clang.
17278 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17279 pointer types (const void ** const V void **).
17280
17281 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17282 Walfred Tedeschi <walfred.tedeschi@intel.com>
17283
17284 * Makefile.in (EXECUTABLES): Added i386-avx512.
17285 * gdb.arch/i386-avx512.c: New file.
17286 * gdb.arch/i386-avx512.exp: Likewise.
17287
17288 2014-04-23 Keith Seitz <keiths@redhat.com>
17289
17290 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17291 (mi_make_breakpoint_table): New procedure.
17292 (mi_create_breakpoint): Use mi_make_breakpoint
17293 and return the result.
17294 (mi_make_breakpoint): New procedure.
17295 (mi_build_kv_pairs): New procedure.
17296
17297 * gdb.mi/mi-break.exp: Remove unused globals,
17298 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17299 All callers updated.
17300 * gdb.mi/mi-dprintf.exp: Use variable to track command
17301 number.
17302 Update all callers of mi_create_breakpoint and use
17303 mi_make_breakpoint_table.
17304 Remove any unused global variables.
17305 * gdb.mi/mi-nonstop.exp: Likewise.
17306 * gdb.mi/mi-nsintrall.exp: Likewise.
17307 * gdb.mi/mi-nsmoribund.exp: Likewise.
17308 * gdb.mi/mi-nsthrexec.exp: Likewise.
17309 * gdb.mi/mi-reverse.exp: Likewise.
17310 * gdb.mi/mi-simplerun.exp: Likewise.
17311 * gdb.mi/mi-stepn.exp: Likewise.
17312 * gdb.mi/mi-syn-frame.exp: Likewise.
17313 * gdb.mi/mi-until.exp: Likewise.
17314 * gdb.mi/mi-var-cp.exp: Likewise.
17315 * gdb.mi/mi-var-display.exp: Likewise.
17316 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17317 * gdb.mi/mi2-var-child.exp: Likewise.
17318 * gdb.mi/mi-vla-c99.exp: Likewise.
17319 * lib/mi-support.exp: Likewise.
17320
17321 From Ian Lance Taylor <iant@cygnus.com>:
17322 * lib/gdb.exp (parse_args): New procedure.
17323
17324 2014-04-23 Pedro Alves <palves@redhat.com>
17325
17326 * gdb.base/break-unload-file.c: New file.
17327 * gdb.base/break-unload-file.exp: New file.
17328 * gdb.base/sym-file-lib.c (baz): New function.
17329 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17330 field.
17331 (load): Store the segment's mapped size.
17332 (unload): New function.
17333 (unload_shlib): New function.
17334 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17335 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17336 set a breakpoint at baz, and call it.
17337 * gdb.base/sym-file.exp: New tests for stale breakpoint
17338 instructions.
17339
17340 2014-04-23 Pedro Alves <palves@redhat.com>
17341
17342 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17343 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17344 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17345 * gdb.base/hbreak-unmapped.c: New file.
17346 * gdb.base/hbreak-unmapped.exp: New file.
17347 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17348 * lib/gdb.exp (gdb_is_target_remote): ... here.
17349
17350 2014-04-22 Pedro Alves <palves@redhat.com>
17351
17352 * gdb.base/consecutive-step-over.c: New file.
17353 * gdb.base/consecutive-step-over.exp: New file.
17354
17355 2014-04-22 Pedro Alves <palves@redhat.com>
17356
17357 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17358 instead of send_gdb/gdb_expect.
17359
17360 2014-04-22 Yao Qi <yao@codesourcery.com>
17361
17362 * lib/trace-support.exp (generate_tracefile): New procedure.
17363 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17364 return 0.
17365 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17366 if generate_tracefile returns 1.
17367
17368 2014-04-18 Tom Tromey <palves@redhat.com>
17369 Pedro alves <tromey@redhat.com>
17370
17371 PR backtrace/15558
17372 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17373 with a backtrace limit.
17374 * gdb.python/py-frame-inline.exp: Test running to an inline
17375 function with a backtrace limit, and printing the newest frame.
17376 * gdb.python/py-frame-inline.c (main): Call f.
17377
17378 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17379
17380 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17381
17382 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17383
17384 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17385 Drop prefix from unsupported source file path.
17386
17387 2014-04-17 Yao Qi <yao@codesourcery.com>
17388
17389 * lib/gdb.exp (with_target_charset): New proc.
17390 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17391 with_target_charset.
17392 (test_print_strings): Likewise.
17393 (test_repeat_bytes): Likewise.
17394 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17395 for some tests.
17396
17397 2014-04-16 Keith Seitz <keiths@redhat.com>
17398
17399 PR gdb/15827
17400 * gdb.dwarf2/corrupt.c: New file.
17401 * gdb.dwarf2/corrupt.exp: New file.
17402
17403 2014-04-16 Keith Seitz <keiths@redhat.com>
17404
17405 PR c++/16597
17406 * gdb.cp/namelessclass.cc: New file.
17407 * gdb.cp/namelessclass.exp: New file.
17408 * gdb.cp/namelessclass.S: New file.
17409
17410 2014-04-16 Doug Evans <dje@google.com>
17411
17412 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17413 Add comment.
17414 (gdbserver_default_get_comm_port): New function.
17415 (gdbserver_start): Check if board file provided
17416 "gdbserver,get_comm_port" and use it if so.
17417 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17418 (gdb,socketport): Set to "stdio".
17419 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17420 (stdio_gdbserver_template): Delete.
17421 (${board}_get_remote_address): Update.
17422 (${board}_build_remote_cmd): Delete.
17423 (${board}_get_comm_port): New function.
17424 (${board}_spawn): Update.
17425 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17426 Delete.
17427 (${board}_get_remote_address): Update.
17428 (${board}_get_comm_port): New function.
17429
17430 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17431
17432 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17433 appearing in any order.
17434
17435 2014-04-15 Doug Evans <dje@google.com>
17436
17437 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17438 uninitialized value of "description".
17439
17440 2014-04-15 Keith Seitz <keiths@redhat.com>
17441
17442 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17443 Remove unused globals.
17444 (test_running_the_program): Likewise.
17445 (test_controlled_execution): Likewise.
17446 (test_controlling_breakpoints): Likewise.
17447 (test_program_termination): Likewise.
17448
17449 2014-04-15 Keith Seitz <keiths@redhat.com>
17450
17451 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17452 unused globals.
17453 (test_rbreak_creation_and_listing): Likewise.
17454 (test_ignore_count): Likewise.
17455 (test_error): Likewise.
17456
17457 2014-04-15 Pedro Alves <palves@redhat.com>
17458
17459 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17460 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17461 sym-file-loader.c.
17462 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17463 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17464 to sym-file-loader.c.
17465 (struct library): Forward declare.
17466 (load_shlib, lookup_function): Change prototypes.
17467 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17468 (translate_offset): Remove declarations.
17469 (get_text_addr): New declaration.
17470 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17471 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17472 sym-file-loader.h.
17473 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17474 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17475 here from sym-file-loader.h.
17476 (struct library): New structure.
17477 (load_shlib, lookup_function): Change prototypes and adjust to
17478 work with a struct library.
17479 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17480 (translate_offset): Make static.
17481 (get_text_addr): New function.
17482 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17483
17484 2014-04-15 Pedro Alves <palves@redhat.com>
17485
17486 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17487
17488 2014-04-15 Pedro Alves <palves@redhat.com>
17489
17490 * gdb.base/sym-file-loader.c: Include <limits.h>.
17491 (SELF_LINK): New define.
17492 (get_origin): New function.
17493 (load_shlib): Use it.
17494 * gdb.base/sym-file.exp: Don't early return if the target is
17495 remote. Use runto_main, and issue fail is that fails. Use
17496 gdb_load_shlibs.
17497 (shlib_name): Delete.
17498 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17499
17500 2014-04-15 Pedro Alves <palves@redhat.com>
17501
17502 * gdb.base/sym-file.exp: Remove regex characters from test
17503 message. Don't refer to breakpoint numbers in test messages.
17504
17505 2014-04-14 Keith Seitz <keiths@redhat.com>
17506
17507 PR c++/16253
17508 * gdb.cp/var-tag.cc: New file.
17509 * gdb.cp/var-tag.exp: New file.
17510 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17511 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17512 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17513 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17514
17515 2014-04-14 Tom Tromey <tromey@redhat.com>
17516
17517 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17518 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17519 type.
17520 * gdb.cp/enum-class.exp: New file.
17521 * gdb.cp/enum-class.cc: New file.
17522
17523 2014-04-14 Tom Tromey <tromey@redhat.com>
17524
17525 * gdb.dwarf2/enum-type.exp: New file.
17526
17527 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17528
17529 * gdb.mi/mi-vla-c99.exp: New file.
17530 * gdb.mi/vla.c: New file.
17531
17532 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17533
17534 * gdb.base/vla-datatypes.c: New file.
17535 * gdb.base/vla-datatypes.exp: New file.
17536
17537 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17538
17539 * gdb.base/vla-ptr.c: New file.
17540 * gdb.base/vla-ptr.exp: New file.
17541
17542 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17543
17544 * gdb.dwarf2/count.exp: New file.
17545
17546 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17547
17548 * gdb.base/vla-sideeffect.c: New file.
17549 * gdb.base/vla-sideeffect.exp: New file.
17550
17551 2014-04-14 David Blaikie <dblaikie@gmail.com>
17552
17553 * gdb.mi/non-stop.c: Add return value for non-void function return
17554 statement.
17555 * gdb.threads/staticthreads.c: Ditto.
17556
17557 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17558 Doug Evans <xdje42@gmail.com>
17559
17560 * gdb.guile/scm-value.c: Improve test case.
17561 * gdb.guile/scm-value.exp: Add new test.
17562
17563 2014-04-11 David Blaikie <dblaikie@gmail.com>
17564
17565 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17566 override Clang's default.
17567
17568 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17569
17570 Revert the following changes (regressions):
17571
17572 * gdb.base/vla-sideeffect.c: New file.
17573 * gdb.base/vla-sideeffect.exp: New file.
17574
17575 * gdb.dwarf2/count.exp: New file.
17576
17577 * gdb.base/vla-multi.c: New file.
17578 * gdb.base/vla-multi.exp: New file.
17579
17580 * gdb.base/vla-ptr.c: New file.
17581 * gdb.base/vla-ptr.exp: New file.
17582
17583 * gdb.base/vla-datatypes.c: New file.
17584 * gdb.base/vla-datatypes.exp: New file.
17585
17586 * gdb.mi/mi-vla-c99.exp: New file.
17587 * gdb.mi/vla.c: New file.
17588
17589 2014-04-11 Keith Seitz <keiths@redhat.com>
17590
17591 PR c++/16675
17592 * gdb.cp/cpsizeof.exp: New file.
17593 * gdb.cp/cpsizeof.cc: New file.
17594
17595 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17596
17597 * gdb.mi/mi-vla-c99.exp: New file.
17598 * gdb.mi/vla.c: New file.
17599
17600 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17601
17602 * gdb.base/vla-datatypes.c: New file.
17603 * gdb.base/vla-datatypes.exp: New file.
17604
17605 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17606
17607 * gdb.base/vla-ptr.c: New file.
17608 * gdb.base/vla-ptr.exp: New file.
17609
17610 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17611
17612 * gdb.base/vla-multi.c: New file.
17613 * gdb.base/vla-multi.exp: New file.
17614
17615 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17616
17617 * gdb.dwarf2/count.exp: New file.
17618
17619 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17620
17621 * gdb.base/vla-sideeffect.c: New file.
17622 * gdb.base/vla-sideeffect.exp: New file.
17623
17624 2014-04-11 Yao Qi <yao@codesourcery.com>
17625
17626 * gdb.base/completion.exp: Check file exists before running tests
17627 on file completion.
17628
17629 2014-04-10 Pedro Alves <palves@redhat.com>
17630
17631 * gdb.base/cond-eval-mode.c: New file.
17632 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17633 prepare_for_testing to build the new file. Check result of
17634 runto_main.
17635 (test_break, test_watch): New procedures.
17636 (top level): Use them.
17637
17638 2014-04-08 Pierre Muller <muller@sourceware.org>
17639
17640 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17641 Ctrl-V use for mingw hosts.
17642
17643 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17644
17645 * gdb.python/py-value.c: Improve test case.
17646 * gdb.python/py-value.exp: Add new test.
17647
17648 2014-04-07 David Blaikie <dblaikie@gmail.com>
17649
17650 * lib/compiler.c: Identify the clang compiler.
17651 * lib/compiler.cc: Ditto.
17652
17653 2014-04-03 Yao Qi <yao@codesourcery.com>
17654
17655 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17656
17657 2014-04-01 Anton Blanchard <anton@samba.org>
17658
17659 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17660 messages unique.
17661
17662 2014-04-01 Anton Blanchard <anton@samba.org>
17663
17664 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17665 prepare_for_testing.
17666
17667 2014-04-01 Anton Blanchard <anton@samba.org>
17668
17669 * gdb.arch/ppc64-atomic-inst.c: Remove.
17670 * gdb.arch/ppc64-atomic-inst.S: New file.
17671 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17672
17673 2014-03-31 Doug Evans <dje@google.com>
17674
17675 * gdb.base/print-symbol-loading-lib.c: New file.
17676 * gdb.base/print-symbol-loading-main.c: New file.
17677 * gdb.base/print-symbol-loading.exp: New file.
17678
17679 2014-03-31 Yao Qi <yao@codesourcery.com>
17680
17681 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17682
17683 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17684
17685 * gdb.ada/mi_dyn_arr: New testcase.
17686
17687 2014-03-27 Doug Evans <dje@google.com>
17688
17689 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17690
17691 2014-03-27 Yao Qi <yao@codesourcery.com>
17692
17693 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17694 if target is nios2-*-*.
17695
17696 2014-03-26 Yao Qi <yao@codesourcery.com>
17697
17698 * lib/gdb.exp (readline_is_used): New proc.
17699 * gdb.base/completion.exp: Move tests on command complete up.
17700 Skip the rest of tests if readline is not used.
17701 * gdb.ada/complete.exp: Skp the test if readline is not
17702 used.
17703 * gdb.base/filesym.exp: Likewise.
17704 * gdb.base/macscp.exp: Likewise.
17705 * gdb.base/readline-ask.exp: Likewise.
17706 * gdb.base/readline.exp: Likewise.
17707 * gdb.python/py-cmd.exp: Likewise.
17708 * gdb.trace/tfile.exp: Likewise.
17709
17710 2014-03-26 Yao Qi <yao@codesourcery.com>
17711
17712 * gdb.base/macscp.exp: Fix code format issues.
17713
17714 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17715
17716 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17717 * gdb.asm/powerpc64le.inc: New file.
17718
17719 2014-03-25 Pedro Alves <palves@redhat.com>
17720 Doug Evans <dje@google.com>
17721
17722 * gdb.base/source-execution.c: New file.
17723 * gdb.base/source-execution.exp: New file.
17724 * gdb.base/source-execution.gdb: New file.
17725
17726 2014-03-24 Doug Evans <dje@google.com>
17727
17728 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17729 using fission.
17730
17731 2014-03-24 Hui Zhu <hui@codesourcery.com>
17732 Pedro Alves <palves@redhat.com>
17733
17734 PR breakpoints/16101
17735 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17736 test pass/fail messages. Detect missing support for dprintf when
17737 breakpoints are actually inserted.
17738 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17739 breakpoints are actually inserted.
17740 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17741 fails.
17742
17743 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17744
17745 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17746
17747 2014-03-22 Doug Evans <xdje42@gmail.com>
17748
17749 * gdb.python/python.exp (python not supported): Verify multi-line
17750 python command issues an error.
17751 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17752 guile command issues an error.
17753
17754 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17755
17756 * gdb.threads/thread-specific.exp: Handle the lack of usable
17757 $this_breakpoint and $this_thread.
17758
17759 2014-03-21 Hui Zhu <hui@codesourcery.com>
17760
17761 * gdb.base/attach.exp (do_command_attach_tests): New.
17762
17763 2014-03-20 Tom Tromey <tromey@redhat.com>
17764 Pedro Alves <palves@redhat.com>
17765
17766 PR cli/15718
17767 * gdb.base/condbreak-call-false.c: New file.
17768 * gdb.base/condbreak-call-false.exp: New file.
17769
17770 2014-03-20 Pedro Alves <palves@redhat.com>
17771
17772 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17773 Delete.
17774 (block_signals, unblock_signals): Delete.
17775 (child_function_2, main): Remove references to deleted variable
17776 and functions.
17777
17778 2014-03-20 Pedro Alves <palves@redhat.com>
17779
17780 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17781 Use pthread_kill to signal thread 2.
17782 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17783 Adjust to make the test send itself a signal rather than using the
17784 host's "kill" command.
17785
17786 2014-03-20 Pedro Alves <palves@redhat.com>
17787
17788 * gdb.threads/multiple-step-overs.c: New file.
17789 * gdb.threads/multiple-step-overs.exp: New file.
17790 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17791 Adjust expected infrun debug output.
17792
17793 2014-03-20 Pedro Alves <palves@redhat.com>
17794
17795 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17796 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17797
17798 2014-03-20 Pedro Alves <palves@redhat.com>
17799
17800 PR breakpoints/7143
17801 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17802 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17803 of gdb_test_multiple.
17804 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17805 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17806
17807 2014-03-20 Pedro Alves <palves@redhat.com>
17808
17809 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17810 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17811
17812 2014-03-19 Pedro Alves <palves@redhat.com>
17813
17814 * gdb.base/async.exp: Remove early return.
17815
17816 2014-03-19 Pedro Alves <palves@redhat.com>
17817
17818 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17819
17820 2014-03-19 Pedro Alves <palves@redhat.com>
17821
17822 * gdb.base/async.exp (test_background): Expect \r\n after
17823 "completed." in the fail pattern.
17824
17825 2014-03-19 Pedro Alves <palves@redhat.com>
17826
17827 * gdb.base/async.exp (test_background): New procedure.
17828 Use it for all background execution command tests.
17829
17830 2014-03-19 Pedro Alves <palves@redhat.com>
17831
17832 * gdb.base/async.exp: Use prepare_for_testing.
17833
17834 2014-03-19 Pedro Alves <palves@redhat.com>
17835
17836 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17837 the same line.
17838
17839 2014-03-19 Pedro Alves <palves@redhat.com>
17840
17841 * gdb.base/async.c (main): Add "jump here" and "until here" line
17842 marker comments.
17843 * gdb.base/async.exp (jump_here): New global.
17844 (jump& test): Use it.
17845 (until_here): New global.
17846 (until& test): Use it.
17847
17848 2014-03-19 Pedro Alves <palves@redhat.com>
17849
17850 * gdb.base/async.exp: Don't frob gdb_protocol.
17851
17852 2014-03-18 Doug Evans <xdje42@gmail.com>
17853
17854 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17855 Fix spelling of exec-done-display.
17856
17857 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17858
17859 PR gdb/15358
17860 * gdb.base/gdb-sigterm.c: New file.
17861 * gdb.base/gdb-sigterm.exp: New file.
17862
17863 2014-03-18 Pedro Alves <palves@redhat.com>
17864
17865 PR gdb/13860
17866 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17867 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17868 solib-event.
17869
17870 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17871
17872 * gdb.ada/pckd_arr_ren: New testcase.
17873
17874 2014-03-13 Doug Evans <xdje42@gmail.com>
17875
17876 PR guile/16612
17877 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17878 collect after discarding symbols.
17879
17880 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17881 Doug Evans <xdje42@gmail.com>
17882
17883 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17884 to history survives a gc.
17885
17886 2014-03-13 Pedro Alves <palves@redhat.com>
17887
17888 * gdb.base/default.exp: Don't test "target procfs".
17889
17890 2014-03-13 Pedro Alves <palves@redhat.com>
17891
17892 * gdb.base/default.exp: Update "target child" and "target procfs"
17893 tests to not expect "Unix".
17894
17895 2014-03-12 Tom Tromey <tromey@redhat.com>
17896
17897 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17898 New procs. Add target-async tests.
17899 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17900 Add target-async tests.
17901
17902 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17903
17904 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17905 'func_start' and 'func_end' for the beginning and end of the
17906 function code, respectively.
17907 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17908 'func_end' instead of 'func' and 'main'.
17909
17910 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17911
17912 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17913 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17914 generate the debug info assembler source.
17915
17916 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17917
17918 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17919 * gdb.dwarf2/arr-subrange.exp: Likewise.
17920 * gdb.dwarf2/dwz.exp: Likewise.
17921 * gdb.dwarf2/method-ptr.exp: Likewise.
17922 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17923 * gdb.dwarf2/subrange.exp: Likewise.
17924 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17925 * gdb.dwarf2/implptrpiece.exp: Likewise.
17926 * gdb.dwarf2/nostaticblock.exp: Likewise.
17927
17928 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17929
17930 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17931 directory to absolute path name arguments.
17932
17933 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17934
17935 * gdb.ada/tagged_access: New testcase.
17936
17937 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17938
17939 * gdb.btrace/data.exp: Update expected output.
17940
17941 2014-03-06 Yao Qi <yao@codesourcery.com>
17942
17943 * gdb.trace/pr16508.exp: New file.
17944
17945 2014-03-05 Pedro Alves <palves@redhat.com>
17946
17947 PR gdb/16575
17948 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17949 procedure.
17950 (top level): Adjust to use it. Add tests that exercise breakpoint
17951 interaction with the code-cache.
17952
17953 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17954
17955 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17956 test for 'history-append!'.
17957
17958 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17959
17960 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17961 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17962 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17963 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17964 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17965 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17966
17967 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17968
17969 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17970 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17971 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17972
17973 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17974
17975 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17976
17977 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17978
17979 * gdb.dwarf2/arr-stride.c: New file.
17980 * gdb.dwarf2/arr-stride.exp: New file.
17981
17982 2014-02-26 Pedro Alves <palves@redhat.com>
17983
17984 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17985 that won't ever trigger. Make sure that GDB reports the correct
17986 breakpoint that caused the stop.
17987
17988 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17989
17990 PR gdb/16626
17991 * gdb.base/auto-load-script: New file.
17992 * gdb.base/auto-load.c: New file.
17993 * gdb.base/auto-load.exp: New file.
17994
17995 PR gdb/16626
17996 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17997
17998 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17999
18000 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18001 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18002
18003 2014-02-24 Doug Evans <dje@google.com>
18004
18005 * lib/gdb.exp (run_on_host): Log error output if program fails.
18006
18007 2014-02-21 Pedro Alves <palves@redhat.com>
18008
18009 * gdb.threads/step-after-sr-lock.c: Rename to ...
18010 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18011 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18012 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18013 ... this.
18014
18015 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18016
18017 PR tdep/16397
18018 * gdb.arch/amd64-stap-special-operands.exp: New file.
18019 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18020 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18021 * gdb.arch/amd64-stap-triplet.S: Likewise.
18022 * gdb.arch/amd64-stap-triplet.c: Likewise.
18023
18024 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18025
18026 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18027 in .section pseudo-op.
18028
18029 2014-02-20 lin zuojian <manjian2006@gmail.com>
18030 Joel Brobecker <brobecker@adacore.com>
18031 Doug Evans <xdje42@gmail.com>
18032
18033 PR symtab/16581
18034 * gdb.dwarf2/dw2-icycle.S: New file.
18035 * gdb.dwarf2/dw2-icycle.c: New file.
18036 * gdb.dwarf2/dw2-icycle.exp: New file.
18037
18038 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18039
18040 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18041 operations on gdb.Value objects.
18042 * gdb.python/py-value-cc.exp: Add new test to test operations on
18043 gdb.Value objects.
18044
18045 2014-02-18 Doug Evans <dje@google.com>
18046
18047 * Makefile.in (TESTS): New variable.
18048 (expanded_tests, expanded_tests_or_none): New variables
18049 (check-single): Pass $(expanded_tests_or_none) to runtest.
18050 (check-parallel): Only run tests in $(TESTS) if non-empty.
18051 (check/no-matching-tests-found): New rule.
18052 * README: Document TESTS makefile variable.
18053
18054 2014-02-18 Doug Evans <dje@google.com>
18055
18056 * Makefile.in (check-parallel): rm -rf outputs temp.
18057
18058 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18059
18060 Fix "ERROR: no fileid for" in the testsuite.
18061 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18062
18063 2014-02-12 Doug Evans <dje@google.com>
18064
18065 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18066 (MISCELLANEOUS): New variable.
18067 (clean): rm -rf $(MISCELLANEOUS).
18068 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18069 dwp live in the same directory as symlinks, with each symlink pointed
18070 to a differently named file in a different directory.
18071
18072 2014-02-11 Doug Evans <dje@google.com>
18073
18074 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18075 of Tcl file commands.
18076
18077 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18078
18079 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18080 "kill -SIGUSR1 -1".
18081
18082 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18083
18084 * gdb.ada/tick_length_array_enum_idx: New testcase.
18085
18086 2014-02-10 Doug Evans <xdje42@gmail.com>
18087
18088 * configure.ac (AC_OUTPUT): Add gdb.guile.
18089 * configure: Regenerate.
18090 * lib/gdb-guile.exp: New file.
18091 * lib/gdb.exp (get_target_charset): New function.
18092 * gdb.base/help.exp: Update expected output from "apropos apropos".
18093 * gdb.guile/Makefile.in: New file.
18094 * gdb.guile/guile.exp: New file.
18095 * gdb.guile/scm-arch.c: New file.
18096 * gdb.guile/scm-arch.exp: New file.
18097 * gdb.guile/scm-block.c: New file.
18098 * gdb.guile/scm-block.exp: New file.
18099 * gdb.guile/scm-breakpoint.c: New file.
18100 * gdb.guile/scm-breakpoint.exp: New file.
18101 * gdb.guile/scm-disasm.c: New file.
18102 * gdb.guile/scm-disasm.exp: New file.
18103 * gdb.guile/scm-equal.c: New file.
18104 * gdb.guile/scm-equal.exp: New file.
18105 * gdb.guile/scm-error.exp: New file.
18106 * gdb.guile/scm-error.scm: New file.
18107 * gdb.guile/scm-frame-args.c: New file.
18108 * gdb.guile/scm-frame-args.exp: New file.
18109 * gdb.guile/scm-frame-args.scm: New file.
18110 * gdb.guile/scm-frame-inline.c: New file.
18111 * gdb.guile/scm-frame-inline.exp: New file.
18112 * gdb.guile/scm-frame.c: New file.
18113 * gdb.guile/scm-frame.exp: New file.
18114 * gdb.guile/scm-generics.exp: New file.
18115 * gdb.guile/scm-gsmob.exp: New file.
18116 * gdb.guile/scm-iterator.c: New file.
18117 * gdb.guile/scm-iterator.exp: New file.
18118 * gdb.guile/scm-math.c: New file.
18119 * gdb.guile/scm-math.exp: New file.
18120 * gdb.guile/scm-objfile-script-gdb.in: New file.
18121 * gdb.guile/scm-objfile-script.c: New file.
18122 * gdb.guile/scm-objfile-script.exp: New file.
18123 * gdb.guile/scm-objfile.c: New file.
18124 * gdb.guile/scm-objfile.exp: New file.
18125 * gdb.guile/scm-ports.exp: New file.
18126 * gdb.guile/scm-pretty-print.c: New file.
18127 * gdb.guile/scm-pretty-print.exp: New file.
18128 * gdb.guile/scm-pretty-print.scm: New file.
18129 * gdb.guile/scm-section-script.c: New file.
18130 * gdb.guile/scm-section-script.exp: New file.
18131 * gdb.guile/scm-section-script.scm: New file.
18132 * gdb.guile/scm-symbol.c: New file.
18133 * gdb.guile/scm-symbol.exp: New file.
18134 * gdb.guile/scm-symtab-2.c: New file.
18135 * gdb.guile/scm-symtab.c: New file.
18136 * gdb.guile/scm-symtab.exp: New file.
18137 * gdb.guile/scm-type.c: New file.
18138 * gdb.guile/scm-type.exp: New file.
18139 * gdb.guile/scm-value-cc.cc: New file.
18140 * gdb.guile/scm-value-cc.exp: New file.
18141 * gdb.guile/scm-value.c: New file.
18142 * gdb.guile/scm-value.exp: New file.
18143 * gdb.guile/source2.scm: New file.
18144 * gdb.guile/types-module.cc: New file.
18145 * gdb.guile/types-module.exp: New file.
18146
18147 2014-02-10 Yao Qi <yao@codesourcery.com>
18148
18149 PR testsuite/16543
18150 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18151 * configure: Regenerated.
18152 * Makefile.in: New file.
18153
18154 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18155
18156 * gdb.python/py-framefilter.exp: Fix typo.
18157
18158 2014-02-08 Yao Qi <yao@codesourcery.com>
18159
18160 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18161 that no =breakpoint-modified is emitted when breakpoints are
18162 modified through MI commands.
18163
18164 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18165 Pedro Alves <palves@redhat.com>
18166
18167 * gdb.threads/step-after-sr-lock.c: New file.
18168 * gdb.threads/step-after-sr-lock.exp: New file.
18169
18170 2014-02-07 Pedro Alves <palves@redhat.com>
18171
18172 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18173
18174 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18175
18176 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18177 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18178
18179 2014-02-06 Doug Evans <xdje42@gmail.com>
18180
18181 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18182 output.
18183
18184 * gdb.gdb/python-interrupts.exp: New file.
18185
18186 2014-02-05 Yao Qi <yao@codesourcery.com>
18187
18188 * gdb.trace/report.exp (use_collected_data): Test the output
18189 of "info threads" and "info inferiors".
18190
18191 2014-02-05 Yao Qi <yao@codesourcery.com>
18192
18193 Revert this patch:
18194
18195 2013-05-24 Yao Qi <yao@codesourcery.com>
18196
18197 * gdb.trace/tfile.exp: Test inferior and thread.
18198
18199 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18200
18201 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18202 on a function.
18203 * gdb.base/step-bt.c: Call hello via function pointer to make
18204 sure its first instruction is executed on powerpc64le-linux.
18205
18206 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18207
18208 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18209
18210 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18211
18212 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18213 of the test patterns for use on little-endian systems.
18214
18215 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18216
18217 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18218 (decimal_vector): Fix for little-endian.
18219
18220 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18221
18222 * gdb.arch/sparc-sysstep.exp: New file.
18223 * gdb.arch/sparc-sysstep.c: Likewise.
18224
18225 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18226
18227 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18228
18229 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18230
18231 2014-01-23 Tom Tromey <tromey@redhat.com>
18232
18233 * gdb.ada/array_char_idx: New testcase.
18234
18235 2014-01-23 Tom Tromey <tromey@redhat.com>
18236
18237 PR python/16487:
18238 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18239 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18240 classes.
18241
18242 2014-01-23 Tom Tromey <tromey@redhat.com>
18243
18244 PR python/16491:
18245 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18246 string from an inferior frame.
18247 * gdb.python/py-framefilter-mi.exp: Update.
18248
18249 2014-01-22 Doug Evans <dje@google.com>
18250
18251 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18252
18253 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18254
18255 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18256
18257 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18258
18259 * gdb.trace/entry-values.exp: Remove excess space character from
18260 regex patterns. Handle s390 call instruction.
18261
18262 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18263
18264 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18265 define "*_start" label. Make "name" static.
18266 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18267 ${name} by references to ${name}_start.
18268
18269 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18270
18271 * gdb.base/info-macros.exp: Remove "debug" from the compile
18272 options.
18273
18274 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18275
18276 * gdb.dlang/demangle.exp: New file.
18277
18278 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18279
18280 * gdb.dlang/primitive-types.exp: New file.
18281
18282 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18283
18284 * configure.ac: Create gdb.dlang/Makefile.
18285 * configure: Regenerate.
18286 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18287 * gdb.dlang/Makefile.in: New file.
18288 * lib/d-support.exp: New file.
18289 * lib/gdb.exp (skip_d_tests): New proc.
18290
18291 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18292
18293 * gdb.btrace/delta.exp: Check reverse stepi.
18294 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18295 * gdb.btrace/finish.exp: New.
18296 * gdb.btrace/next.exp: New.
18297 * gdb.btrace/nexti.exp: New.
18298 * gdb.btrace/record_goto.c: Add comments.
18299 * gdb.btrace/step.exp: New.
18300 * gdb.btrace/stepi.exp: New.
18301 * gdb.btrace/multi-thread-step.c: New.
18302 * gdb.btrace/multi-thread-step.exp: New.
18303 * gdb.btrace/rn-dl-bind.c: New.
18304 * gdb.btrace/rn-dl-bind.exp: New.
18305 * gdb.btrace/data.c: New.
18306 * gdb.btrace/data.exp: New.
18307 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18308
18309 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18310
18311 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18312 * gdb.btrace/exception.exp: Update.
18313 * gdb.btrace/instruction_history.exp: Update.
18314 * gdb.btrace/record_goto.exp: Update.
18315 * gdb.btrace/tailcall.exp: Update.
18316 * gdb.btrace/unknown_functions.exp: Update.
18317 * gdb.btrace/delta.exp: New.
18318
18319 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18320
18321 * gdb.btrace/record_goto.exp: Add backtrace test.
18322 * gdb.btrace/tailcall.exp: Add backtrace test.
18323
18324 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18325
18326 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18327 * gdb.btrace/record_goto.c: New.
18328 * gdb.btrace/record_goto.exp: New.
18329 * gdb.btrace/x86-record_goto.S: New.
18330
18331 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18332
18333 * gdb.btrace/function_call_history.exp: Update tests.
18334 * gdb.btrace/instruction_history.exp: Update tests.
18335
18336 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18337
18338 * gdb.btrace/function_call_history.exp: Fix expected field
18339 order for "record function-call-history".
18340 Add new tests for "record function-call-history /c".
18341 * gdb.btrace/exception.cc: New.
18342 * gdb.btrace/exception.exp: New.
18343 * gdb.btrace/tailcall.exp: New.
18344 * gdb.btrace/x86-tailcall.S: New.
18345 * gdb.btrace/x86-tailcall.c: New.
18346 * gdb.btrace/unknown_functions.c: New.
18347 * gdb.btrace/unknown_functions.exp: New.
18348 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18349
18350 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18351
18352 * gdb.btrace/instruction_history.exp: Update.
18353 * gdb.btrace/function_call_history.exp: Update.
18354
18355 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18356
18357 * gdb.btrace/function_call_history.exp: Fix expected function
18358 trace.
18359 * gdb.btrace/instruction_history.exp: Initialize traced.
18360 Remove traced_functions.
18361
18362 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18363
18364 * gdb.btrace/function_call_history.exp: Update
18365 * gdb.btrace/instruction_history.exp: Update.
18366
18367 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18368
18369 * gdb.btrace/enable.exp: Update expected text.
18370
18371 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18372
18373 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18374 bytes.
18375
18376 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18377
18378 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18379
18380 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18381
18382 * lib/gdb.exp (supports_process_record): Return true for
18383 arm*-linux*. (supports_reverse): Likewise.
18384
18385 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18386
18387 PR python/15464
18388 PR python/16113
18389 * gdb.python/py-type.c: Enhance test case.
18390 * gdb.python/py-value-cc.cc: Likewise
18391 * gdb.python/py-type.exp: Add new tests.
18392 * gdb.python/py-value-cc.exp: Likewise
18393
18394 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18395 Pedro Alves <palves@redhat.com>
18396
18397 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18398 Make "name" extern.
18399 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18400 references to ${name}_start by references to ${name}.
18401
18402 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18403
18404 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18405
18406 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18407
18408 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18409
18410 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18411 Pedro Alves <palves@redhat.com>
18412
18413 * gdb.mi/mi-info-os.exp: Connect to the target with
18414 mi_gdb_target_load.
18415
18416 2014-01-08 Pedro Alves <palves@redhat.com>
18417
18418 * gdb.threads/reconnect-signal.c: New file.
18419 * gdb.threads/reconnect-signal.exp: New file.
18420
18421 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18422
18423 * gdb.base/source-dir.exp: New file.
18424
18425 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18426
18427 * gdb.ada/mi_interface: New testcase.
18428
18429 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18430
18431 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18432 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18433 gdb.ada/pp-rec-component/pck.ads: New files.
18434
18435 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18436
18437 * gdb.python/py-pp-integral.c: New file.
18438 * gdb.python/py-pp-integral.py: New file.
18439 * gdb.python/py-pp-integral.exp: New file.
18440
18441 For older changes see ChangeLog-1993-2013.
18442 \f
18443 ;; Local Variables:
18444 ;; mode: change-log
18445 ;; left-margin: 8
18446 ;; fill-column: 74
18447 ;; version-control: never
18448 ;; End:
18449
18450 Copyright 2014-2020 Free Software Foundation, Inc.
18451 Copying and distribution of this file, with or without modification,
18452 are permitted provided the copyright notice and this notice are preserved.
This page took 0.444942 seconds and 5 git commands to generate.