[gdb/testsuite] Fix c++/14186 kpass in cpexprs.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-02-19 Tom de Vries <tdevries@suse.de>
2
3 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
4
5 2020-02-19 Tom de Vries <tdevries@suse.de>
6
7 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
8 prelink.
9
10 2020-02-19 Tom de Vries <tdevries@suse.de>
11
12 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
13 (gdb_do_cache): Use gdb_do_cache_wrap.
14 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
15
16 2020-02-19 Tom de Vries <tdevries@suse.de>
17
18 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
19 gdb_compile option.
20
21 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
22
23 * gdb.base/printcmds.exp (test_print_enums): Update expected
24 output.
25
26 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
27
28 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
29 for "unknown".
30
31 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
32
33 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
34 enumerator.
35
36 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
37
38 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
39 FE_, add FE_NONE.
40 (three): Update.
41 (enum flag_enum_without_zero): New enum.
42 (flag_enum_without_zero): New variable.
43 (enum not_flag_enum): New enum.
44 (three_not_flag): New variable.
45 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
46 (test_print_enums): Add more tests for printing flag enums.
47
48 2020-02-18 Tom de Vries <tdevries@suse.de>
49
50 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
51 (gdb_compile_ada): ... here.
52 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
53 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
54
55 2020-02-14 Tom Tromey <tom@tromey.com>
56
57 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
58 build directory.
59 * boards/gdbserver-base.exp: Update path to gdbserver.
60
61 2020-02-13 Tom de Vries <tdevries@suse.de>
62
63 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
64
65 2020-02-13 Tom de Vries <tdevries@suse.de>
66
67 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
68 are missing.
69
70 2020-02-13 Tom de Vries <tdevries@suse.de>
71
72 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
73 call.
74
75 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
76
77 PR tui/25126
78 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
79 * gdb.base/cached-source-file.c: New file.
80 * gdb.base/cached-source-file.exp: New file.
81
82 2020-02-11 Tom de Vries <tdevries@suse.de>
83
84 PR testsuite/25488
85 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
86
87 2020-02-10 Tom de Vries <tdevries@suse.de>
88
89 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
90
91 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
92
93 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
94 and $after_addr are both integers before making a comparison.
95
96 2020-02-09 Tom de Vries <tdevries@suse.de>
97
98 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
99 command output and paste it into gdb.log. If any, paste catch message
100 to gdb.log.
101
102 2020-02-07 Tom Tromey <tromey@adacore.com>
103
104 PR breakpoints/24915:
105 * gdb.base/annotate-symlink.exp: Use setup_xfail.
106
107 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
108
109 * gdb.tui/tui-missing-src.exp: Add the "missing source
110 file" test for the TUI.
111
112 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
113
114 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
115 including a port number in the output.
116
117 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
118
119 * lib/fortran.exp (fortran_int4): Handle clang.
120 (fortran_int8): Likewise.
121 (fortran_real4): Likewise.
122 (fortran_real8): Likewise.
123 (fortran_complex4): Likewise.
124 (fortran_logical4): Likewise.
125 (fortran_character1): Likewise.
126
127 2020-02-04 Tom de Vries <tdevries@suse.de>
128
129 * README (Race detection): Add note.
130
131 2020-02-04 Tom de Vries <tdevries@suse.de>
132
133 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
134
135 2020-02-04 Tom de Vries <tdevries@suse.de>
136
137 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
138
139 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
140
141 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
142 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
143 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
144 blttar, bnetarl.
145 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
146 binary for blttar, bnetarl.
147 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
148 wait instruction. Delete ldmx test.
149 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
150
151 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
152
153 * gdb.fortran/array-bounds-high.exp: New file.
154 * gdb.fortran/array-bounds-high.f90: New file.
155
156 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
157
158 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
159 Replace #include of <sys/fcntl.h> by <fcntl.h>.
160
161 2020-02-01 Tom de Vries <tdevries@suse.de>
162
163 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
164
165 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 PR tui/9765
168 * gdb.tui/tui-layout-asm-short-prog.S: New file.
169 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
170
171 2020-01-29 Luis Machado <luis.machado@linaro.org>
172
173 * gdb.arch/aarch64-brk-patterns.c: New source file.
174 * gdb.arch/aarch64-brk-patterns.exp: New test.
175
176 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
177
178 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
179 GCC/Clang version.
180 * gdb.cp/pass-by-ref.exp: Ditto.
181
182 2020-01-29 Tom de Vries <tdevries@suse.de>
183
184 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
185 * gdb.threads/watchpoint-fork-mt.c: Same.
186 * gdb.threads/watchpoint-fork-parent.c: Same.
187 * gdb.threads/watchpoint-fork-st.c: Same.
188 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
189
190 2020-01-27 Luis Machado <luis.machado@linaro.org>
191
192 * gdb.base/step-over-syscall.exp (setup): Check if we're already
193 sitting at a syscall instruction when we hit the syscall function's
194 breakpoint.
195 Check PC against one obtained with the x command.
196 Validate syscall number.
197 (step_over_syscall): Don't continue to the syscall instruction if
198 we're already there.
199
200 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
201
202 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
203
204 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
205
206 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
207 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
208
209 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
210
211 * gdb.dwarf2/dw2-inline-stepping.c: New file.
212 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
213
214 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * gdb.base/maint.exp: Update line table parsing test.
217 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
218
219 2020-01-24 Pedro Alves <palves@redhat.com>
220
221 PR gdb/25410
222 * gdb.multi/multi-re-run-1.c: New.
223 * gdb.multi/multi-re-run-2.c: New.
224 * gdb.multi/multi-re-run.exp: New.
225
226 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
227
228 PR gdb/23718
229 * gdb.server/server-kill-python.exp: New file.
230
231 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 * gdb.server/multi-ui-errors.c: New file.
234 * gdb.server/multi-ui-errors.exp: New file.
235
236 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
237
238 PR tui/9765
239 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
240
241 2020-01-19 Tom Tromey <tom@tromey.com>
242
243 * gdb.tui/main.exp: Add check for plain "file".
244
245 2020-01-16 Christian Biesinger <cbiesinger@google.com>
246
247 * lib/gdb.exp: Fix spelling error (seperatelly).
248
249 2020-01-14 Tom Tromey <tom@tromey.com>
250
251 PR symtab/12535:
252 * gdb.python/python.exp: Test decode_line with empty string
253 argument.
254
255 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
256
257 * gdb.base/skip-inline.exp: Extend test.
258
259 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
262 * gdb.dwarf2/dw2-bad-elf.c: New file.
263 * gdb.dwarf2/dw2-bad-elf.exp: New file.
264
265 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
268 _line_saw_file.
269
270 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
273 border.
274
275 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
276
277 * gdb.multi/multi-target.exp (setup): Factor out "info
278 connections" and "info inferiors" tests to ...
279 (test_info_inferiors): ... this new procedure.
280 (top level): Run new "info-inferiors" tests.
281
282 2020-01-10 Pedro Alves <palves@redhat.com>
283
284 * gdb.server/bkpt-other-inferior.exp: New file.
285
286 2020-01-10 Pedro Alves <palves@redhat.com>
287
288 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
289 of "add-inferior".
290 * gdb.base/quit-live.exp: Likewise.
291 * gdb.base/remote-exec-file.exp: Likewise.
292 * gdb.guile/scm-progspace.exp: Likewise.
293 * gdb.linespec/linespec.exp: Likewise.
294 * gdb.mi/new-ui-mi-sync.exp: Likewise.
295 * gdb.mi/user-selected-context-sync.exp: Likewise.
296 * gdb.multi/multi-target.exp (setup): Add "info connection" and
297 "info inferiors" tests.
298 * gdb.multi/remove-inferiors.exp: Adjust expected output of
299 "add-inferior".
300 * gdb.multi/watchpoint-multi.exp: Likewise.
301 * gdb.python/py-inferior.exp: Likewise.
302 * gdb.server/extended-remote-restart.exp: Likewise.
303 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
304 "info inferiors".
305 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
306 * gdb.trace/report.exp: Likewise.
307
308 2020-01-10 Pedro Alves <palves@redhat.com>
309
310 * gdb.multi/multi-target.c: New file.
311 * gdb.multi/multi-target.exp: New file.
312 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
313 mode requested, but remote does not support non-stop".
314
315 2020-01-10 Pedro Alves <palves@redhat.com>
316
317 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
318 disconnect before reconnecting.
319
320 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
321 Pedro Alves <palves@redhat.com>
322
323 * gdb.server/connect-without-multi-process.exp: Also test
324 continuing to end.
325
326 2020-01-10 Pedro Alves <palves@redhat.com>
327
328 * gdb.base/remote-exec-file.exp: New file.
329
330 2020-01-10 Pedro Alves <palves@redhat.com>
331
332 * gdb.base/fork-running-state.exp (do_test): Adjust expected
333 output.
334 * gdb.threads/async.c: New.
335 * gdb.threads/async.exp: New.
336 * gdb.multi/tids-gid-reset.c: New.
337 * gdb.multi/tids-gid-reset.exp: New.
338
339 2020-01-10 George Barrett <bob@bob131.so>
340
341 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
342 to help in finding the image relocation offset.
343 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
344 options in arguments.
345 (stap_test_no_debuginfo): Likewise.
346 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
347 test variants.
348 (stap_test): Add null semaphore relocation test.
349
350 2020-01-10 George Barrett <bob@bob131.so>
351
352 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
353 * gdb.base/stap-probe.exp: Likewise.
354 (stap_test): Pass argument as an additional flag.
355 (stap_test_no_debuginfo): Likewise.
356 (stap_test): Check `info probes stap' output for semaphore
357 addresses if the test binary is supposed to have them.
358
359 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
360
361 * gdb.tui/basic.exp: Add more scrolling tests.
362
363 2020-01-09 Tom Tromey <tom@tromey.com>
364
365 PR tui/18932:
366 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
367 meangingful value.
368 (Term::command, Term::resize): Update.
369 * gdb.tui/basic.exp: Add scrolling test.
370
371 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
372
373 * gdb.tui/tui-layout-asm.exp: New file.
374
375 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * lib/tuiterm.exp (Term::check_box_contents): New proc.
378
379 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
380
381 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
382 (Term::enter_tui): Use Term::prepare_for_tui.
383
384 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
385
386 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
387 called.
388
389 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
390
391 * gdb.base/skip.exp: Fix race condition in test.
392
393 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
394
395 * gdb.base/backtrace.c: New file.
396 * gdb.base/backtrace.exp: New file.
397
398 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
399
400 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
401
402 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
403
404 * gdb.base/style.exp: Test that warnings are styled.
405
406 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
407
408 * gdb.base/line65535.exp: New file.
409 * gdb.base/line65535.c: New file.
410
411 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
412
413 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
414 * lib/gnat_debug_info_test.adb: New file.
415 * gdb.ada/ptype_tagged_param.exp: Use
416 gnat_runtime_has_debug_info, expect a different output if
417 runtime does not have debug info.
418
419 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
420
421 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
422 (another) quote in test name.
423
424 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
425
426 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
427 Add quote in test name.
428
429 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
430
431 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
432 directory instead.
433 * gdb.cp/pass-by-ref.exp: Extend with more cases.
434 * gdb.cp/pass-by-ref-2.cc: New file.
435 * gdb.cp/pass-by-ref-2.exp: New file.
436
437 2019-12-20 Tom Tromey <tom@tromey.com>
438
439 * gdb.tui/list-before.exp: New file.
440
441 2019-12-20 Tom Tromey <tom@tromey.com>
442
443 * gdb.tui/list.exp: Check for source on initial listing.
444
445 2019-12-11 Tom Tromey <tromey@adacore.com>
446
447 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
448 Add crlf test.
449
450 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
451
452 * gdb.base/default.exp: Update value of $_gdb_major.
453
454 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
455
456 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
457
458 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
459
460 * gdb.base/skip.exp: Whitespace fix.
461
462 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
463
464 * gdb.base/skip-inline.c: New file.
465 * gdb.base/skip-inline.exp: New file.
466
467 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
468
469 * gdb.base/jit-reader.exp (jit_reader_test): Rename
470 jit_function_00 to jit_function_stack_mangle.
471 * gdb.base/jithost.c (jit_function_t): Rename to...
472 (jit_function_stack_mangle_t): ... this.
473 (jit_function_add_t): New typedef.
474 (jit_function_00_code): Rename to...
475 (jit_function_stack_mangle_code): ... this, make static.
476 (jit_function_add_code): New.
477 (main): Generate "add" function and call it. Adjust to changes
478 in jithost_abi.
479 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
480 (struct jithost_abi) <begin, end>: Remove fields.
481 <object, function_stack_mangle, function_add>: New fields.
482 * gdb.base/jitreader.c (struct reader_state) <code_begin,
483 code_end>: Remove fields.
484 <func_stack_mangle>: New field.
485 (read_debug_info): Adjust to renaming, create block for "add"
486 function.
487 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
488
489 2019-12-11 Tom Tromey <tom@tromey.com>
490
491 * gdb.tui/resize.exp: Fix regexp.
492 * gdb.tui/regs.exp: Fix regexps.
493 * gdb.tui/main.exp: Fix regexp.
494
495 2019-12-11 Tom Tromey <tom@tromey.com>
496
497 * gdb.tui/resize.exp: Update.
498 * gdb.tui/empty.exp (layouts): Update.
499
500 2019-12-11 Tom Tromey <tom@tromey.com>
501
502 * gdb.tui/regs.exp: Update.
503 * gdb.tui/empty.exp (layouts): Update.
504 * gdb.tui/basic.exp: Update.
505 * lib/tuiterm.exp (_check_box): Don't check bottom border.
506
507 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
508
509 * gdb.base/options.exp: Add -raw-values in the print completion list.
510 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
511
512 2019-12-10 Kevin Buettner <kevinb@redhat.com>
513
514 * gdb.threads/omp-par-scope.c: New file.
515 * gdb/threads/omp-par-scope.exp: New file.
516
517 2019-12-10 Kevin Buettner <kevinb@redhat.com>
518
519 * lib/gdb.exp (support_nested_function_tests): New proc.
520
521 2019-12-10 Kevin Buettner <kevinb@redhat.com>
522
523 * lib/gdb.exp (gdb_compile_openmp): New proc.
524 (build_executable_from_specs): Add an "openmp" option.
525 (gdb_compile_pthreads): Add non-executable case.
526
527 2019-12-10 Tom Tromey <tromey@adacore.com>
528
529 * gdb.ada/unchecked_union.exp: New file.
530 * gdb.ada/unchecked_union/pck.adb: New file.
531 * gdb.ada/unchecked_union/pck.ads: New file.
532 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
533 * gdb-utils.exp (string_to_regexp): Also quote "?".
534
535 2019-12-10 George Barrett <bob@bob131.so>
536
537 Test scripted probe breakpoints.
538 * gdb.guile/scm-breakpoint.c (main): Add probe point.
539 * gdb.python/py-breakpoint.c (main): Likewise.
540 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
541 specifier test.
542 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
543
544 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
545
546 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
547 an rvalue parameter.
548 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
549 parameter.
550
551 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
554 modules.
555
556 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
559 broken version of GCC.
560
561 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
562
563 * gdb.fortran/info-modules.exp: Rewrite to make use of new
564 sym-info-cmds library.
565 * gdb.fortran/info-types.exp: Likewise.
566 * lib/sym-info-cmds.exp: New file.
567
568 2019-12-08 Tom de Vries <tdevries@suse.de>
569
570 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
571
572 2019-12-07 Keith Seitz <keiths@redhat.com>
573
574 * gdb.base/corefile-buildid-shlib-shr.c: New file.
575 * gdb.base/corefile-buildid-shlib.c: New file.
576 * gdb.base/corefile-buildid.c: New file.
577 * gdb.base/corefile-buildid.exp: New file.
578
579 2019-12-06 Tom de Vries <tdevries@suse.de>
580
581 * gdb.dwarf2/varval.exp: Add decl before def test.
582
583 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
584
585 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
586
587 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
588
589 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
590 CV and reference conversion for overload resolution.
591 * gdb.cp/rvalue-ref-overload.exp: Test it.
592
593 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
594
595 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
596 * gdb.base/frameapply.exp: Test faas without command.
597
598 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
599
600 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
601 Fortran tests.
602 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
603 order.
604
605 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
606
607 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
608 casting to type with no kind specified.
609 (test_basic_parsing_of_type_kinds): Additional tests for types
610 with no kind specified, and add tests for single/double
611 precision/complex types.
612
613 2019-12-04 Tom Tromey <tromey@adacore.com>
614
615 * gdb.base/endianity.c (struct other) <x>: New field.
616 (main): Initialize it.
617 * gdb.base/endianity.exp: Update.
618
619 2019-12-04 Tom Tromey <tromey@adacore.com>
620
621 * gdb.ada/scalar_storage/storage.adb: New file.
622 * gdb.ada/scalar_storage/pck.adb: New file.
623 * gdb.ada/scalar_storage/pck.ads: New file.
624 * gdb.ada/scalar_storage.exp: New file.
625
626 2019-12-04 Tom Tromey <tromey@adacore.com>
627
628 * gdb.base/endianity.c (struct otherendian) <f>: New field.
629 (main): Initialize it.
630 * gdb.base/endianity.exp: Update.
631
632 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
633
634 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
635
636 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
637
638 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
639 -symbol-info-module-functions and -symbol-info-module-variables.
640
641 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
642
643 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
644
645 2019-12-01 Richard Bunt <richard.bunt@arm.com>
646 Andrew Burgess <andrew.burgess@embecosm.com>
647
648 * gdb.fortran/derived-type-striding.exp: New file.
649 * gdb.fortran/derived-type-striding.f90: New file.
650 * gdb.fortran/array-slices.exp: New file.
651 * gdb.fortran/array-slices.f90: New file.
652
653 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
654
655 * gdb.base/define.exp: Test . in command names.
656 * gdb.base/setshow.exp: Update test, as . is now part of
657 command name.
658
659 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
660
661 * gdb.base/define-prefix.exp: New file.
662
663 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
664
665 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
666 compile.
667 (skip_btrace_pt_tests): Likewise.
668
669 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
670
671 * gdb.fortran/info-modules.exp: Compile source files in correct
672 order.
673
674 2019-11-27 Kevin Buettner <kevinb@redhat.com>
675
676 * gdb.dwarf2/imported-unit.exp: New file.
677 * gdb.dwarf2/imported-unit.c: New file.
678
679 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
680
681 * gdb.mi/mi-fortran-modules-2.f90: New file.
682 * gdb.mi/mi-fortran-modules.exp: New file.
683 * gdb.mi/mi-fortran-modules.f90: New file.
684
685 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
686
687 * gdb.mi/mi-sym-info-1.c: New file.
688 * gdb.mi/mi-sym-info-2.c: New file.
689 * gdb.mi/mi-sym-info.exp: New file.
690
691 2019-11-22 Tom Tromey <tromey@adacore.com>
692
693 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
694 * gdb.ada/tasks/foo.adb: Add another stopping location.
695
696 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
697
698 * gdb.base/endianity.c: New test.
699 * gdb.base/endianity.exp: New file.
700
701 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
702
703 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
704
705 2019-11-21 Tom de Vries <tdevries@suse.de>
706
707 PR gdb/24956
708 * gdb.base/ui-redirect.exp: Test output of user-defined command.
709
710 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
711
712 * gdb.python/py-progspace.exp: Add missing parentheses on some
713 'print' commands.
714
715 2019-11-19 Tom Tromey <tom@tromey.com>
716
717 * gdb.tui/winheight.exp: New file.
718
719 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
720
721 * gdb.base/ctf-whatis.c: Delete.
722 * gdb.base/ctf-whatis.exp: Delete.
723 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
724
725 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
726
727 * gdb.base/ctf-cvexpr.exp: Delete.
728 * gdb.base/cvexpr.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-constvars.exp: Skip test if CTF is not supported in
733 the compiler. Clean up header comment a little.
734 * gdb.base/ctf-ptype.exp: Likewise.
735 * gdb.base/ctf-whatis.exp: Likewise.
736 * lib/gdb.exp (skip_ctf_tests): New proc.
737
738 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
739
740 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
741 * gdb.tui/corefile-run.exp: New file.
742
743 2019-11-14 Tom Tromey <tromey@adacore.com>
744
745 * gdb.base/gdbvars.exp (test_convenience_variables): Add
746 regression tests.
747
748 2019-11-12 Tom Tromey <tom@tromey.com>
749
750 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
751 after any command. Expect prompt after WAIT_FOR is seen.
752 (enter_tui): Enable resize messages.
753 (command): Expect command in output.
754 (get_line): Avoid error when cursor appears to be off-screen.
755 (dump_screen): Include screen size in title.
756 (_do_resize): New proc, from "resize".
757 (resize): Rewrite. Do resize in two steps.
758 * gdb.tui/empty.exp (layouts): Fix entries.
759 (check_boxes): Remove xfail.
760 (check_text): Dump screen on failure.
761
762 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * gdb.python/py-symbol.exp: Add test for
765 gdb.lookup_static_symbols.
766
767 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
768
769 * gdb.python/py-symbol.c: Declare and call function from new
770 py-symbol-2.c file.
771 * gdb.python/py-symbol.exp: Compile both source files, and add new
772 tests for gdb.lookup_static_symbol.
773 * gdb.python/py-symbol-2.c: New file.
774
775 2019-11-02 Tom de Vries <tdevries@suse.de>
776
777 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
778 * gdb.base/anon.exp: Same.
779 * gdb.base/auto-connect-native-target.exp: Same.
780 * gdb.base/call-ar-st.exp: Same.
781 * gdb.base/catch-syscall.exp: Same.
782 * gdb.base/commands.exp: Same.
783 * gdb.base/default.exp: Same.
784 * gdb.base/display.exp: Same.
785 * gdb.base/float.exp: Same.
786 * gdb.base/foll-fork.exp: Same.
787 * gdb.base/help.exp: Same.
788 * gdb.base/info-macros.exp: Same.
789 * gdb.base/info-proc.exp: Same.
790 * gdb.base/info-target.exp: Same.
791 * gdb.base/long_long.exp: Same.
792 * gdb.base/macscp.exp: Same.
793 * gdb.base/memattr.exp: Same.
794 * gdb.base/nofield.exp: Same.
795 * gdb.base/pointers.exp: Same.
796 * gdb.base/printcmds.exp: Same.
797 * gdb.base/ptype.exp: Same.
798 * gdb.base/restore.exp: Same.
799 * gdb.base/return.exp: Same.
800 * gdb.base/scope.exp: Same.
801 * gdb.base/set-noassign.exp: Same.
802 * gdb.base/setshow.exp: Same.
803 * gdb.base/shlib-call.exp: Same.
804 * gdb.base/signals.exp: Same.
805 * gdb.base/sigstep.exp: Same.
806 * gdb.base/skip.exp: Same.
807 * gdb.base/solib-symbol.exp: Same.
808 * gdb.base/stap-probe.exp: Same.
809 * gdb.base/step-line.exp: Same.
810 * gdb.base/step-test.exp: Same.
811 * gdb.base/style.exp: Same.
812 * gdb.base/varargs.exp: Same.
813 * gdb.base/vla-datatypes.exp: Same.
814 * gdb.base/vla-ptr.exp: Same.
815 * gdb.base/vla-sideeffect.exp: Same.
816 * gdb.base/volatile.exp: Same.
817 * gdb.base/watch-cond-infcall.exp: Same.
818 * gdb.base/watchpoint.exp: Same.
819
820 2019-11-02 Tom de Vries <tdevries@suse.de>
821
822 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
823 * gdb.cp/cpexprs.exp: Same.
824 * gdb.cp/except-multi-location.exp: Same.
825 * gdb.cp/exceptprint.exp: Same.
826 * gdb.cp/gdb2384.exp: Same.
827 * gdb.cp/inherit.exp: Same.
828 * gdb.cp/m-static.exp: Same.
829 * gdb.cp/meth-typedefs.exp: Same.
830 * gdb.cp/misc.exp: Same.
831 * gdb.cp/namespace.exp: Same.
832 * gdb.cp/non-trivial-retval.exp: Same.
833 * gdb.cp/overload.exp: Same.
834 * gdb.cp/pr17132.exp: Same.
835 * gdb.cp/re-set-overloaded.exp: Same.
836 * gdb.cp/rvalue-ref-types.exp: Same.
837 * gdb.cp/templates.exp: Same.
838
839 2019-11-01 Luis Machado <luis.machado@linaro.org>
840
841 PR gdb/25124
842
843 * gdb.arch/pr25124.S: New file.
844 * gdb.arch/pr25124.exp: New file.
845
846 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
847
848 * gdb.fortran/info-modules.exp: Update expected results, and add
849 additional tests for 'info module functinos', and 'info module
850 variables'.
851 * gdb.fortran/info-types.exp: Update expected results.
852 * gdb.fortran/info-types.f90: Extend testcase with additional
853 module variables and functions.
854
855 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
856
857 * gdb.fortran/info-modules.exp: New file.
858 * gdb.fortran/info-types.exp: Build with new file.
859 * gdb.fortran/info-types.f90: Include and use new module.
860 * gdb.fortran/info-types-2.f90: New file.
861
862 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
863
864 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
865 * gdb.base/settings.exp: Test all settings types using
866 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
867 that now verifies that the value of "maint show" is the same as
868 returned by the settings functions. Test the type of the
869 maintenance settings.
870 * gdb.base/default.exp: Update show_conv_list.
871
872 2019-10-31 Tom de Vries <tdevries@suse.de>
873
874 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
875 gdb_test.
876 * gdb.arch/amd64-disp-step.exp: Same.
877 * gdb.asm/asm-source.exp: Same.
878 * gdb.btrace/buffer-size.exp: Same.
879 * gdb.btrace/cpu.exp: Same.
880 * gdb.btrace/enable.exp: Same.
881 * gdb.dwarf2/count.exp: Same.
882 * gdb.dwarf2/dw2-ranges-func.exp: Same.
883 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
884 * gdb.fortran/vla-datatypes.exp: Same.
885 * gdb.fortran/vla-history.exp: Same.
886 * gdb.fortran/vla-ptype.exp: Same.
887 * gdb.fortran/vla-value.exp: Same.
888 * gdb.fortran/whatis_type.exp: Same.
889 * gdb.guile/guile.exp: Same.
890 * gdb.multi/tids.exp: Same.
891 * gdb.python/py-finish-breakpoint.exp: Same.
892 * gdb.python/py-framefilter.exp: Same.
893 * gdb.python/py-pp-registration.exp: Same.
894 * gdb.python/py-xmethods.exp: Same.
895 * gdb.python/python.exp: Same.
896 * gdb.server/connect-with-no-symbol-file.exp: Same.
897 * gdb.server/no-thread-db.exp: Same.
898 * gdb.server/run-without-local-binary.exp: Same.
899 * gdb.stabs/weird.exp: Same.
900 * gdb.threads/attach-many-short-lived-threads.exp: Same.
901 * gdb.threads/thread-find.exp: Same.
902 * gdb.threads/tls-shared.exp: Same.
903 * gdb.threads/tls.exp: Same.
904 * gdb.threads/wp-replication.exp: Same.
905 * gdb.trace/ax.exp: Same.
906 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
907
908 2019-10-31 Tom de Vries <tdevries@suse.de>
909
910 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
911 * gdb.ada/array_subscript_addr.exp: Same.
912 * gdb.ada/arrayidx.exp: Same.
913 * gdb.ada/arrayparam.exp: Same.
914 * gdb.ada/arrayptr.exp: Same.
915 * gdb.ada/boolean_expr.exp: Same.
916 * gdb.ada/call_pn.exp: Same.
917 * gdb.ada/complete.exp: Same.
918 * gdb.ada/fixed_cmp.exp: Same.
919 * gdb.ada/fun_addr.exp: Same.
920 * gdb.ada/funcall_param.exp: Same.
921 * gdb.ada/interface.exp: Same.
922 * gdb.ada/mod_from_name.exp: Same.
923 * gdb.ada/null_array.exp: Same.
924 * gdb.ada/packed_array.exp: Same.
925 * gdb.ada/packed_tagged.exp: Same.
926 * gdb.ada/print_chars.exp: Same.
927 * gdb.ada/print_pc.exp: Same.
928 * gdb.ada/ptype_arith_binop.exp: Same.
929 * gdb.ada/ptype_field.exp: Same.
930 * gdb.ada/ptype_tagged_param.exp: Same.
931 * gdb.ada/rec_return.exp: Same.
932 * gdb.ada/ref_tick_size.exp: Same.
933 * gdb.ada/str_ref_cmp.exp: Same.
934 * gdb.ada/taft_type.exp: Same.
935 * gdb.ada/tagged.exp: Same.
936 * gdb.ada/type_coercion.exp: Same.
937 * gdb.ada/uninitialized_vars.exp: Same.
938
939 2019-10-30 Tom de Vries <tdevries@suse.de>
940
941 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
942
943 2019-10-26 Tom de Vries <tdevries@suse.de>
944
945 * gdb.base/bigcore.c: Fix typos in comments.
946 * gdb.base/ctf-ptype.c: Same.
947 * gdb.base/long_long.c: Same.
948 * gdb.dwarf2/dw2-op-out-param.S: Same.
949 * gdb.python/py-evthreads.c: Same.
950 * gdb.reverse/i387-stack-reverse.c: Same.
951 * gdb.trace/tfile.c: Same.
952 * lib/compiler.c: Same.
953 * lib/compiler.cc: Same.
954
955 2019-10-25 Tom de Vries <tdevries@suse.de>
956
957 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
958 gdb_test_multiple calls.
959 * gdb.reverse/sigall-reverse.exp: Same.
960 * gdb.reverse/solib-precsave.exp: Same.
961 * gdb.reverse/solib-reverse.exp: Same.
962 * gdb.reverse/until-precsave.exp: Same.
963 * gdb.reverse/until-reverse.exp: Same.
964
965 2019-10-24 Tom de Vries <tdevries@suse.de>
966
967 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
968 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
969 kfail using -wrap pattern flag and convenience variable
970 gdb_test_name.
971
972 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
973
974 * gdb.python/py-progspace.exp: Add tests for the
975 Progspace.block_for_pc method.
976
977 2019-10-23 Tom Tromey <tom@tromey.com>
978
979 * configure: Rebuild.
980 * aclocal.m4: Use m4_include, not sinclude.
981
982 2019-10-21 Tom de Vries <tdevries@suse.de>
983
984 * gdb.base/infcall-nested-structs.c: Add
985 __attribute__((noinline,noclone)) to all functions.
986 (call_all): Add missing variable initialization. Simplify return value.
987 (breakpt): Increment volatile variable, to prevent call from being
988 optimized out.
989 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
990
991 2019-10-17 Tom de Vries <tdevries@suse.de>
992
993 * gdb.fortran/module.exp: Allow info variables to print info for files
994 other than module.f90.
995
996 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
997
998 * gdb.fortran/module.exp: Extend with 'info variables' test.
999
1000 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1001
1002 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1003 F77_FOR_TARGET.
1004
1005 2019-10-16 Tom de Vries <tdevries@suse.de>
1006
1007 PR tdep/25096
1008 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1009
1010 2019-10-16 Tom de Vries <tdevries@suse.de>
1011
1012 PR tdep/24104
1013 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1014 Add KFAIL for PR tdep/25096.
1015
1016 2019-10-16 Tom de Vries <tdevries@suse.de>
1017
1018 PR testsuite/25059
1019 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1020
1021 2019-10-16 Tom de Vries <tdevries@suse.de>
1022
1023 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1024 as signed.
1025
1026 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1027
1028 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1029 one instead of increasing timeout.
1030
1031 2019-10-13 Tom de Vries <tdevries@suse.de>
1032
1033 PR record/25038
1034 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1035 * gdb.reverse/sigall-reverse.exp: Same.
1036 * gdb.reverse/solib-precsave.exp: Same.
1037 * gdb.reverse/solib-reverse.exp: Same.
1038 * gdb.reverse/step-precsave.exp: Same.
1039 * gdb.reverse/until-precsave.exp: Same.
1040 * gdb.reverse/until-reverse.exp: Same.
1041 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1042
1043 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1044
1045 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1046 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1047 (cmp_struct_05_01, cmp_struct_static_02_01)
1048 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1049 comparisons.
1050
1051 2019-10-10 Tom de Vries <tdevries@suse.de>
1052
1053 PR testsuite/24888
1054 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1055 gnatlink.
1056
1057 2019-10-09 Tom de Vries <tdevries@suse.de>
1058
1059 PR testsuite/25048
1060 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1061
1062 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1063
1064 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1065 exceptions due to missing debug information.
1066
1067 2019-10-07 Tom de Vries <tdevries@suse.de>
1068
1069 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1070
1071 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1072
1073 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1074 * gdb.base/annota1.exp: Update to use gdb_test_name.
1075
1076 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1077
1078 * gdb.base/ctf-whatis.exp: New file.
1079 * gdb.base/ctf-whatis.c: New file.
1080 * gdb.base/ctf-ptype.exp: New file.
1081 * gdb.base/ctf-ptype.c: New file.
1082 * gdb.base/ctf-constvars.exp: New file.
1083 * gdb.base/ctf-constvars.c: New file.
1084 * gdb.base/ctf-cvexpr.exp: New file.
1085
1086 2019-10-04 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1089 for loop.
1090
1091 2019-10-03 Tom Tromey <tom@tromey.com>
1092
1093 PR rust/24976:
1094 * gdb.rust/simple.rs (Union2): New type.
1095 (main): Use Union2.
1096 * gdb.rust/simple.exp: Add test.
1097
1098 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1099
1100 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1101 nested function prefix.
1102
1103 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1104 Richard Bunt <richard.bunt@arm.com>
1105 Andrew Burgess <andrew.burgess@embecosm.com>
1106
1107 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1108 nested functions.
1109 * gdb.fortran/nested-funcs.f90: Update expected results.
1110 * gdb.fortran/nested-funcs-2.exp: New file.
1111 * gdb.fortran/nested-funcs-2.f90: New file.
1112
1113 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1114
1115 * gdb.python/py-parameter.exp: Make test names unique.
1116 * gdb.python/py-template.exp: Likewise.
1117 * gdb.python/py-value.exp: Likewise.
1118
1119 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1120
1121 * gdb.base/break-interp.exp: Reduce test name duplication.
1122 * gdb.base/call-sc.exp: Likewise.
1123 * gdb.base/callfuncs.exp: Likewise.
1124 * gdb.base/charset.exp: Likewise.
1125 * gdb.base/dump.exp: Likewise.
1126 * gdb.base/ena-dis-br.exp: Likewise.
1127 * gdb.base/relational.exp: Likewise.
1128 * gdb.base/step-over-syscall.exp: Likewise.
1129 * gdb.base/structs.exp: Likewise.
1130
1131 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1132
1133 * gdb.linespec/explicit.exp: Make test names unique.
1134 * gdb.linespec/ls-errs.exp: Likewise.
1135
1136 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1137
1138 * gdb.reverse/break-precsave.exp: Make test names unique.
1139 * gdb.reverse/break-reverse.exp: Likewise.
1140 * gdb.reverse/finish-precsave.exp: Likewise.
1141 * gdb.reverse/finish-reverse.exp: Likewise.
1142 * gdb.reverse/machinestate-precsave.exp: Likewise.
1143 * gdb.reverse/machinestate.exp: Likewise.
1144 * gdb.reverse/readv-reverse.exp: Likewise.
1145 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1146 * gdb.reverse/sigall-precsave.exp: Likewise.
1147 * gdb.reverse/sigall-reverse.exp: Likewise.
1148 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1149 * gdb.reverse/watch-precsave.exp: Likewise.
1150 * gdb.reverse/watch-reverse.exp: Likewise.
1151
1152 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1153
1154 * gdb.threads/stop-with-handle.c: New file.
1155 * gdb.threads/stop-with-handle.exp: New file.
1156
1157 2019-10-03 Tom de Vries <tdevries@suse.de>
1158
1159 PR testsuite/25059
1160 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1161 directory" line to be missing.
1162
1163 2019-10-03 Tom de Vries <tdevries@suse.de>
1164
1165 PR testsuite/25059
1166 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1167 type optional.
1168
1169 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1170
1171 * gdb.python/py-format-string.c (string.h): New include.
1172 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1173 the same value, for endianness-independence.
1174 * gdb.python/py-format-string.exp (default_regexp_dict)
1175 (test_pretty_structs, test_format): Adjust expected output to the
1176 changed initialization.
1177
1178 2019-10-02 Tom Tromey <tromey@adacore.com>
1179
1180 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1181
1182 2019-10-02 Pedro Alves <palves@redhat.com>
1183 Andrew Burgess <andrew.burgess@embecosm.com>
1184
1185 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1186 "print-file-var.h".
1187 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1188 (get_version_1): Print this_version_id and its address.
1189 Add extern "C" wrappers around interface functions.
1190 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1191 "print-file-var.h".
1192 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1193 (get_version_2): Print this_version_id and its address.
1194 Add extern "C" wrappers around interface functions.
1195 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1196 <stddef.h> and "print-file-var.h".
1197 Add extern "C" wrappers around interface functions.
1198 [VERSION_ID_MAIN] (this_version_id): Define.
1199 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1200 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1201 up extern "C" blocks.
1202 * gdb.base/print-file-var.exp (test): New, factored out from top
1203 level.
1204 (top level): Test all combinations of attribute hidden or not,
1205 dlopen or not, and this_version_id symbol in main file or not.
1206 Compile tests as both C++ and C, make test names unique.
1207
1208 2019-10-01 Tom Tromey <tom@tromey.com>
1209
1210 * gdb.base/style.exp: Test "show logging filename".
1211
1212 2019-10-01 Tom Tromey <tom@tromey.com>
1213
1214 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1215 * gdb.base/style.exp: Add metadata style test.
1216
1217 2019-10-01 Tom Tromey <tom@tromey.com>
1218
1219 * gdb.base/style.exp: Test "pwd".
1220
1221 2019-10-01 Tom Tromey <tom@tromey.com>
1222
1223 * gdb.base/style.exp: Update tests.
1224
1225 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1226
1227 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1228 'six' to unsigned.
1229 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1230 'five'. Use an all-ones bit pattern for each.
1231 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1232 to its changed values.
1233
1234 2019-09-30 Tom Tromey <tromey@adacore.com>
1235
1236 * gdb.rust/traits.rs: Disable all warnings.
1237
1238 2019-09-29 Tom de Vries <tdevries@suse.de>
1239
1240 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1241
1242 2019-09-29 Tom de Vries <tdevries@suse.de>
1243
1244 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1245
1246 2019-09-27 Tom de Vries <tdevries@suse.de>
1247
1248 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1249
1250 2019-09-27 Tom de Vries <tdevries@suse.de>
1251
1252 PR record/23188
1253 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1254
1255 2019-09-26 Tom Tromey <tromey@adacore.com>
1256
1257 * gdb.ada/py_taft.exp: New file.
1258 * gdb.ada/py_taft/main.adb: New file.
1259 * gdb.ada/py_taft/pkg.adb: New file.
1260 * gdb.ada/py_taft/pkg.ads: New file.
1261
1262 2019-09-24 Tom de Vries <tdevries@suse.de>
1263
1264 PR gdb/24598
1265 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1266
1267 2019-09-22 Tom de Vries <tdevries@suse.de>
1268
1269 * gdb.base/restore.exp: Allow register variables to be optimized out at
1270 -O0.
1271
1272 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1273
1274 * gdb.arch/spu-info.exp: Remove file.
1275 * gdb.arch/spu-info.c: Remove file.
1276 * gdb.arch/spu-ls.exp: Remove file.
1277 * gdb.arch/spu-ls.c: Remove file.
1278
1279 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1280 * gdb.asm/spu.inc: Remove file.
1281
1282 * gdb.base/dump.exp: Remove support for spu*-*-*.
1283 * gdb.base/stack-checking.exp: Likewise.
1284 * gdb.base/overlays.exp: Likewise.
1285 * gdb.base/ovlymgr.c: Likewise.
1286 * gdb.base/spu.ld: Remove file.
1287
1288 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1289 * gdb.cp/cpexprs.exp: Likewise.
1290 * gdb.cp/exception.exp: Likewise.
1291 * gdb.cp/gdb2495.exp: Likewise.
1292 * gdb.cp/mb-templates.exp: Likewise.
1293 * gdb.cp/pr9167.exp: Likewise.
1294 * gdb.cp/userdef.exp: Likewise.
1295
1296 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1297
1298 * gdb.cell: Remove directory.
1299 * lib/cell.exp: Remove file.
1300
1301 2019-09-19 Tom de Vries <tdevries@suse.de>
1302
1303 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1304
1305 2019-09-19 Tom de Vries <tdevries@suse.de>
1306
1307 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1308
1309 2019-09-19 Tom de Vries <tdevries@suse.de>
1310
1311 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1312 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1313 (gdb_target_cmd): ... here.
1314 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1315 value 2.
1316
1317 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1318
1319 * gdb.base/source-dir.exp: Avoid having directory names in test
1320 names.
1321
1322 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1323
1324 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1325 directory.
1326
1327 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1328
1329 * gdb.base/list-missing-source.exp: New file.
1330
1331 2019-09-14 Tom de Vries <tdevries@suse.de>
1332
1333 PR teststuite/24599
1334 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1335 * lib/ada.exp (gnatmake_version_at_least): New proc.
1336
1337 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1338
1339 * gdb.base/maint.exp: Use exec_has_index_section.
1340
1341 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1342
1343 * gdb.base/maint.exp: Add test for 'maint info sections'.
1344
1345 2019-09-12 Tom de Vries <tdevries@suse.de>
1346
1347 * gdb.base/store.exp: Allow register variables to be optimized out at
1348 -O0.
1349
1350 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1351
1352 * gdb.ada/rdv_wait.exp: Update to new task names.
1353 * gdb.base/task_switch_in_core.exp: Likewise.
1354 * gdb.base/info_sources_base.c: Likewise.
1355
1356 2019-09-10 Tom Tromey <tromey@adacore.com>
1357
1358 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1359
1360 2019-09-10 Tom Tromey <tromey@adacore.com>
1361
1362 * gdb.ada/dgopt.exp: New file.
1363 * gdb.ada/dgopt/x.adb: New file.
1364
1365 2019-09-08 Tom Tromey <tom@tromey.com>
1366
1367 * gdb.tui/resize.exp: Remove setup_xfail.
1368 * gdb.tui/regs.exp: Remove setup_xfail.
1369 * gdb.tui/basic.exp: Remove setup_xfail.
1370
1371 2019-09-06 David Blaikie <dblaikie@gmail.com>
1372
1373 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1374 * gdb.cp/cplabel.exp: Ditto.
1375 * gdb.linespec/ls-errs.exp: Ditto.
1376
1377 2019-09-05 Tom de Vries <tdevries@suse.de>
1378
1379 * lib/gdb.exp (cmp_file_string): New proc.
1380 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1381 runto_main. Verify save breakpoints output.
1382
1383 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1384
1385 * gdb.base/info-var.exp: Test info variables without running
1386 to main, to avoid expect's buffer overflow.
1387
1388 2019-09-03 Tom Tromey <tromey@adacore.com>
1389
1390 * gdb.ada/bias.exp: New file.
1391 * gdb.ada/bias/bias.adb: New file.
1392 * gdb.ada/print_chars.exp: Add regression test.
1393 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1394 (MC): New variable.
1395
1396 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1397
1398 * gdb.base/argv0-symlink.exp: Run only on native target
1399 and local host.
1400
1401 2019-08-29 Tom de Vries <tdevries@suse.de>
1402
1403 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1404 diverse debug info.
1405 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1406
1407 2019-08-28 Tom de Vries <tdevries@suse.de>
1408
1409 * gdb.base/info-var.exp: Allow info variables to print info for files
1410 other than info-var-f1.c and info-var-f2.c.
1411
1412 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1413
1414 * gdb.fortran/info-types.exp: Add module.
1415 * gdb.fortran/info-types.f90: Update expected results.
1416
1417 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 * gdb.fortran/info-types.exp: New file.
1420 * gdb.fortran/info-types.f90: New file.
1421 * lib/fortran.exp (fortran_character1): New proc.
1422
1423 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1424
1425 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1426 functions'. Reindent as needed.
1427 * gdb.base/info-var-f1.c: New file.
1428 * gdb.base/info-var-f2.c: New file.
1429 * gdb.base/info-var.exp: New file.
1430 * gdb.base/info-var.h: New file.
1431
1432 2019-08-26 Tom de Vries <tdevries@suse.de>
1433
1434 PR c++/24852
1435 * gdb.cp/no-libstdcxx-probe.exp: New test.
1436
1437 2019-08-26 Tom de Vries <tdevries@suse.de>
1438
1439 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1440 * tests need to be skipped.
1441 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1442 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1443 mi_skip_libstdcxx_probe_tests.
1444
1445 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1446
1447 * gdb.python/py-xmethods.exp: Use raw strings when passing
1448 arguments to SimpleXMethodMatcher.
1449
1450 2019-08-22 Tom de Vries <tdevries@suse.de>
1451
1452 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1453 more informative.
1454
1455 2019-08-21 Pedro Alves <palves@redhat.com>
1456
1457 * gdb.base/with.exp: Test "with" with no arguments.
1458
1459 2019-08-21 Tom de Vries <tdevries@suse.de>
1460
1461 * gdb.base/gdb-caching-proc.exp: Sort files.
1462
1463 2019-08-20 Tom de Vries <tdevries@suse.de>
1464
1465 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1466 compilation.
1467
1468 2019-08-16 Tom de Vries <tdevries@suse.de>
1469
1470 * gdb.base/compare-sections.exp ("after run to main"): Allow
1471 mismatched read-only sections for PIE executables.
1472
1473 2019-08-16 Tom Tromey <tom@tromey.com>
1474
1475 * lib/tuiterm.exp (_csi_Z): New proc.
1476 * gdb.tui/basic.exp: Update window positions.
1477 * gdb.tui/empty.exp: Update window positions.
1478
1479 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1480
1481 * gdb.base/examine-backward.exp: Correct regexp for
1482 "examine 3 bytes backward from ${address_zero}".
1483
1484 2019-08-15 Tom Tromey <tom@tromey.com>
1485
1486 * gdb.tui/empty.exp: Enable resizing tests.
1487
1488 2019-08-15 Tom Tromey <tromey@adacore.com>
1489
1490 * gdb.ada/char_enum.exp: Add regression tests.
1491 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1492 and '0'.
1493 (Char, Gchar): Update.
1494 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1495
1496 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1497
1498 * gdb.python/python.exp: Expect a leading underscore on
1499 GdbOutput{,Error}File.
1500
1501 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1502
1503 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1504 Windows host.
1505
1506 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1507
1508 * gdb.base/batch-preserve-term-settings.exp
1509 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1510
1511 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1512
1513 * lib/gdb.exp: When running on a mingw target, replace
1514 /x/ with x:/.
1515
1516 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1517
1518 * gdb.arch/aarch64-prologue.c: New test.
1519 * gdb.arch/aarch64-prologue.exp: New file.
1520
1521 2019-08-13 Tom de Vries <tdevries@suse.de>
1522
1523 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1524 Thread.
1525
1526 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1527
1528 * gdb.python/py-completion.exp: Download the .py file to the host
1529 and use its host pathname. Conditionalize tests that use
1530 tab completion and manipulate files on the build machine.
1531 * gdb.python/py-events.exp: Download the .py file to the host
1532 and use its host pathname.
1533 * gdb.python/py-evsignal.exp: Likewise.
1534 * gdb.python/py-evthreads.exp: Likewise.
1535 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1536 pathname syntax.
1537 * gdb.python/py-framefilter.exp: Download the .py file to the right
1538 place on the host. Match Windows pathname syntax.
1539 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1540 .py file to the host and use its host pathname.
1541 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1542 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1543 build pathname. Skip symlink test on Windows host. Add missing
1544 newline at end of file.
1545 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1546 and use its host pathname.
1547 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1548 * gdb.python/py-section-script.exp: Use host location of binfile
1549 on safe-path. Use correct path separator on Windows host.
1550 Reorder alternatives in gdb_test_multiple to prevent matching
1551 the wrong alternative on success.
1552 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1553
1554 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1555
1556 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1557 expect the GDB inferior to no longer immediately stop after
1558 being resumed with "signal SIGINT".
1559
1560 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1561
1562 * gdb.linespec/break-ask.exp: Generalize regexps to match
1563 Windows pathnames too.
1564
1565 2019-08-08 Tom de Vries <tdevries@suse.de>
1566
1567 PR testsuite/24862
1568 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1569
1570 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1571
1572 * gdb.base/style.exp: Update tests for help doc new invariants.
1573 * gdb.base/help.exp: Likewise.
1574
1575 2019-08-06 Tom Tromey <tom@tromey.com>
1576
1577 * gdb.base/style.exp: Add disassemble test.
1578 * gdb.base/style.c (some_called_function): New function.
1579 (main): Use it.
1580
1581 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1582
1583 * gdb.python/py-block.exp: Test dictionary access on blocks.
1584
1585 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1586
1587 PR gdb/24863
1588 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1589 -list-thread-groups --available test when running under
1590 check-read1.
1591
1592 2019-08-05 Tom de Vries <tdevries@suse.de>
1593
1594 PR testsuite/24863
1595 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1596 * gdb.base/help.exp: Use with_read1_timeout_factor.
1597 * gdb.base/info-macros.exp: Same.
1598 * gdb.cp/nested-types.exp: Same.
1599
1600 2019-08-05 Tom de Vries <tdevries@suse.de>
1601
1602 * lib/gdb.exp (version_at_least): Factor out of ...
1603 (tcl_version_at_least): ... here.
1604 (gdb_compile): Fail if pie results in non-PIE executable.
1605 (readelf_version, readelf_prints_pie): New proc.
1606 (exec_is_pie): Return -1 if unknown.
1607
1608 2019-08-05 Tom de Vries <tdevries@suse.de>
1609
1610 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1611
1612 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1613
1614 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1615
1616 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1617
1618 * lib/completion-support.exp (test_gdb_complete_none): Skip
1619 tab completion tests if no readline support.
1620 (test_gdb_complete_unique_re): Likewise.
1621 (test_gdb_complete_multiple): Likewise.
1622
1623 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1624
1625 * gdb.base/info_sources.exp: New file.
1626 * gdb.base/info_sources.c: New file.
1627 * gdb.base/info_sources_base.c: New file.
1628
1629 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1630
1631 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1632 prefix argument.
1633 (test_exit_status): Add prefix argument.
1634
1635 2019-08-01 Tom de Vries <tdevries@suse.de>
1636
1637 PR testsuite/24863
1638 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1639 calling exp_continue for new thread and thread exited messages.
1640
1641 2019-08-01 Tom de Vries <tdevries@suse.de>
1642
1643 PR testsuite/24863
1644 * gdb.base/structs.exp: Fix check-read1 timeout using
1645 gdb_test_sequence.
1646 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1647
1648 2019-08-01 Tom de Vries <tdevries@suse.de>
1649
1650 PR testsuite/24863
1651 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1652 line.
1653
1654 2019-08-01 Tom de Vries <tdevries@suse.de>
1655
1656 PR testsuite/24863
1657 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1658
1659 2019-07-30 Tom Tromey <tromey@adacore.com>
1660
1661 * gdb.ada/display_nested.exp: New file.
1662 * gdb.ada/display_nested/foo.adb: New file.
1663 * gdb.ada/display_nested/pack.adb: New file.
1664 * gdb.ada/display_nested/pack.ads: New file.
1665
1666 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1667
1668 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1669 namespace.
1670 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1671
1672 2019-07-30 Tom de Vries <tdevries@suse.de>
1673
1674 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1675 instead.
1676
1677 2019-07-30 Tom de Vries <tdevries@suse.de>
1678
1679 PR testsuite/24834
1680 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1681 (exec_is_pie): New proc.
1682
1683 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1684
1685 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1686
1687 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1688
1689 * gdb.python/py-objfile.c: Add global and static vars.
1690 * gdb.python/py-objfile.exp: Test new functions Objfile.
1691 lookup_global_symbol and lookup_static_symbol.
1692
1693 2019-07-29 Tom Tromey <tom@tromey.com>
1694
1695 * lib/tuiterm.exp (Term::_csi_@): New proc.
1696 (Term::_csi_X): Don't move cursor.
1697
1698 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1699
1700 * gdb.base/options.exp: Update backtrace - completion to
1701 new option -frame-info.
1702 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1703 Test new 'set print frame-info'. Test backtrace -frame-info
1704 overriding 'set print frame-info'.
1705 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1706 Test new 'set print frame-info'.
1707 Verify consistency of backtrace with and without filters, with and
1708 without -no-filters.
1709 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1710 default.
1711
1712 2019-07-29 Tom de Vries <tdevries@suse.de>
1713
1714 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1715 no arguments".
1716
1717 2019-07-29 Tom de Vries <tdevries@suse.de>
1718
1719 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1720 is a substring of the first for "complete non-unique file name".
1721
1722 2019-07-29 Tom de Vries <tdevries@suse.de>
1723
1724 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1725 with ".*".
1726
1727 2019-07-29 Tom de Vries <tdevries@suse.de>
1728
1729 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1730 Pass prompt_regexp parameter to gdb_test_multiple calls.
1731
1732 2019-07-29 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1735 print registers" regexps.
1736
1737 2019-07-29 Tom de Vries <tdevries@suse.de>
1738
1739 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1740
1741 2019-07-29 Tom de Vries <tdevries@suse.de>
1742
1743 PR gdb/24855
1744 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1745 (skip_python_tests_prompt): Add prompt_regexp argument to
1746 gdb_test_multiple calls.
1747
1748 2019-07-27 Tom Tromey <tom@tromey.com>
1749
1750 * gdb.tui/main.exp: New file.
1751
1752 2019-07-27 Tom Tromey <tom@tromey.com>
1753
1754 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1755 optional.
1756 * gdb.tui/empty.exp: New file.
1757
1758 2019-07-27 Tom Tromey <tom@tromey.com>
1759
1760 * lib/tuiterm.exp (spawn): New proc.
1761 (Term::resize): New proc.
1762 * gdb.tui/resize.exp: New file.
1763
1764 2019-07-27 Tom Tromey <tom@tromey.com>
1765
1766 * gdb.tui/list.exp: New file.
1767
1768 2019-07-27 Tom Tromey <tom@tromey.com>
1769
1770 * gdb.tui/regs.exp: New file.
1771
1772 2019-07-27 Tom Tromey <tom@tromey.com>
1773
1774 * gdb.tui/basic.exp: Add "layout split" test.
1775
1776 2019-07-27 Tom Tromey <tom@tromey.com>
1777
1778 * gdb.tui/basic.exp: Add "layout asm" test.
1779
1780 2019-07-27 Tom Tromey <tom@tromey.com>
1781
1782 * lib/tuiterm.exp: New file.
1783 * gdb.tui/basic.exp: New file.
1784
1785 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1786
1787 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1788 Enable tests associated with this flag. Adjust regex
1789 referencing "foo_low" to now refer to "foo_cold" instead.
1790
1791 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1792
1793 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1794 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1795 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1796 foo_cold. Revise comments to match.
1797 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1798 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1799 were wrapped into this proc; Call do_test in loop from outermost
1800 level.
1801 (foo_low): Rename all occurrences to "foo_cold".
1802 (backtrace from baz): New test.
1803 (x2/i foo_cold): New test.
1804 (info line *foo_cold): New test.
1805
1806 2019-07-26 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1809
1810 2019-07-25 Tom de Vries <tdevries@suse.de>
1811
1812 PR testsuite/24830
1813 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1814 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1815 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1816 (skip_libstdcxx_probe_tests): ... here.
1817 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1818
1819 2019-07-24 Tom de Vries <tdevries@suse.de>
1820
1821 PR testsuite/24807
1822 * gdb.objc/basicclass.m: Include stdio.h.
1823 * gdb.objc/nondebug.m: Same.
1824 * gdb.objc/objcdecode.m: Same.
1825
1826 2019-07-24 Tom de Vries <tdevries@suse.de>
1827
1828 PR testsuite/24612
1829 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1830 additional_flags.
1831
1832 2019-07-24 Tom de Vries <tdevries@suse.de>
1833
1834 PR testsuite/24831
1835 * gdb.multi/tids.exp: Update error messages for info threads.
1836
1837 2019-07-24 Tom de Vries <tdevries@suse.de>
1838
1839 * gdb.base/info-types.exp: Allow info types to print info for more than
1840 one file.
1841
1842 2019-07-23 Tom de Vries <tdevries@suse.de>
1843
1844 PR testsuite/24842
1845 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1846 gdb_spawn_with_cmdline_opts.
1847
1848 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1849
1850 * gdb.arch/arm-cmse-sgstubs.c: New test.
1851 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1852
1853 2019-07-23 Tom de Vries <tdevries@suse.de>
1854
1855 PR testsuite/24711
1856 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1857 issuing next command.
1858
1859 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1860
1861 * gdb.ada/info_auto_lang.exp: Update expected results.
1862 * gdb.base/info-types.c: Add additional types to check.
1863 * gdb.base/info-types.exp: Update expected results.
1864
1865 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1866
1867 * gdb.base/info-types.c: New file.
1868 * gdb.base/info-types.exp: New file.
1869
1870 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1871
1872 * gdb.arch/riscv-bp-infcall.c: New file.
1873 * gdb.arch/riscv-bp-infcall.exp: New file.
1874
1875 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1876
1877 PR breakpoints/24541
1878 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1879
1880 2019-07-14 Tom de Vries <tdevries@suse.de>
1881
1882 PR testsuite/24760
1883 * gdb.objc/basicclass.exp: Fix unterminated string.
1884
1885 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1886 Andrew Burgess <andrew.burgess@embecosm.com>
1887
1888 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1889 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1890 negative bounds.
1891 * gdb.fortran/vla-value.exp: Print elements of an array with
1892 negative bounds.
1893 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1894 testing.
1895
1896 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1897
1898 * gdb.base/options.exp (expect_string): Dequote strings in
1899 results.
1900 (test-string): Test strings with different quoting and reindent.
1901
1902 2019-07-10 Tom Tromey <tromey@adacore.com>
1903
1904 * gdb.ada/mi_ex_cond.exp: Update expected results.
1905 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1906 * gdb.ada/mi_catch_ex.exp: Update expected results.
1907 * gdb.ada/mi_catch_assert.exp: Update expected results.
1908 * gdb.ada/catch_ex.exp (catch_exception_info)
1909 (catch_exception_entry, catch_assert_entry)
1910 (catch_unhandled_entry): Update.
1911 * gdb.ada/catch_assert_if.exp: Update expected results.
1912
1913 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1914 Stephen Roberts <stephen.roberts@arm.com>
1915
1916 * gdb.base/define.exp: Restore original prompt.
1917
1918 2019-07-09 Pedro Alves <palves@redhat.com>
1919
1920 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1921 breakpoints" output.
1922 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1923 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1924 throw" creates breakpoint.
1925 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1926 'type="catchpoint"'.
1927
1928 2019-07-09 Pedro Alves <palves@redhat.com>
1929
1930 PR c++/15468
1931 * gdb.cp/except-multi-location-lib.cc: New.
1932 * gdb.cp/except-multi-location-main.cc: New.
1933 * gdb.cp/except-multi-location.exp: New.
1934
1935 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1936
1937 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1938 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1939 argument and update callers.
1940
1941 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1942
1943 * gdb.arch/amd64-break-on-asm-line.S: New file.
1944 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1945
1946 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1947
1948 * gdb.base/printcmds.exp: Test printing C string and
1949 C wide string convenience vars without transiting via the inferior.
1950 Also make test names unique.
1951
1952 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1953
1954 PR breakpoints/25011
1955 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1956
1957 2019-07-04 Pedro Alves <palves@redhat.com>
1958
1959 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1960 body returned ok(0), break(3) or continue(4).
1961 * gdb.testsuite/foreach_with_prefix.exp: New file.
1962
1963 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1964
1965 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1966
1967 2019-07-03 Pedro Alves <palves@redhat.com>
1968
1969 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1970 "return -code".
1971
1972 2019-07-03 Pedro Alves <palves@redhat.com>
1973
1974 PR cli/24732
1975 * gdb.base/shell.exp: Load completion-support.exp.
1976 Adjust expected error output. Add completion tests.
1977
1978 2019-07-03 Pedro Alves <palves@redhat.com>
1979
1980 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1981 string_to_regexp.
1982
1983 2019-07-03 Pedro Alves <palves@redhat.com>
1984
1985 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1986 (expect_integer): Adjust to expect "-string".
1987 (expect_string): New.
1988 (all_options): Expect "-string".
1989 (test-flag, test-boolean): Adjust to expect "-string".
1990 (test-string): New proc.
1991 (top level): Call it.
1992
1993 2019-07-03 Pedro Alves <palves@redhat.com>
1994
1995 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1996 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1997 the expected output in the success.
1998
1999 2019-07-03 Pedro Alves <palves@redhat.com>
2000
2001 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2002 Split one gdb_test_multiple call in two to avoid a race.
2003
2004 2019-07-03 Pedro Alves <palves@redhat.com>
2005
2006 * gdb.base/with.c: New file.
2007 * gdb.base/with.exp: New file.
2008
2009 2019-07-03 Pedro Alves <palves@redhat.com>
2010
2011 * gdb.base/settings.exp: Replace all references to "maint
2012 test-settings set" with references to "maint set test-settings",
2013 and all references to "maint test-settings show" with references
2014 to "maint show test-settings".
2015
2016 2019-07-03 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.base/settings.exp (test-string): Adjust expected out when
2019 testing "maint test-settings show filename"
2020
2021 2019-07-02 Pedro Alves <palves@redhat.com>
2022
2023 * gdb.base/options.exp (test-info-threads): New procedure.
2024 (top level): Call it.
2025
2026 2019-06-28 Tom Tromey <tromey@adacore.com>
2027
2028 * gdb.dwarf2/ada-linkage-name.c: New file.
2029 * gdb.dwarf2/ada-linkage-name.exp: New file.
2030
2031 2019-06-27 Tom Tromey <tromey@adacore.com>
2032
2033 PR c++/20020:
2034 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2035
2036 2019-06-26 Tom de Vries <tdevries@suse.de>
2037
2038 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2039
2040 2019-06-26 Tom de Vries <tdevries@suse.de>
2041
2042 * gdb.base/index-cache.exp: Add back missing debug option.
2043
2044 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2045
2046 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2047
2048 2019-06-25 Tom de Vries <tdevries@suse.de>
2049
2050 PR testsuite/24727
2051 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2052
2053 2019-06-24 Tom de Vries <tdevries@suse.de>
2054
2055 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2056
2057 2019-06-24 Tom de Vries <tdevries@suse.de>
2058
2059 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2060 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2061 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2062
2063 2019-06-24 Tom de Vries <tdevries@suse.de>
2064
2065 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2066
2067 2019-06-21 Tom de Vries <tdevries@suse.de>
2068
2069 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2070
2071 2019-06-21 Tom de Vries <tdevries@suse.de>
2072
2073 PR testsuite/24518
2074 PR ada/24713
2075 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2076 index.
2077
2078 2019-06-19 Tom Tromey <tromey@adacore.com>
2079
2080 * gdb.ada/length_cond.exp: Add intro comment.
2081
2082 2019-06-19 Tom Tromey <tromey@adacore.com>
2083
2084 * gdb.ada/length_cond.exp: New file.
2085 * gdb.ada/length_cond/length_cond.adb: New file.
2086 * gdb.ada/length_cond/pck.adb: New file.
2087 * gdb.ada/length_cond/pck.ads: New file.
2088
2089 2019-06-18 Tom de Vries <tdevries@suse.de>
2090
2091 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2092
2093 2019-06-18 Tom Tromey <tromey@adacore.com>
2094
2095 * gdb.base/list0.h: Add comment explaining control character.
2096
2097 2019-06-18 Tom de Vries <tdevries@suse.de>
2098
2099 * boards/fission.exp: Break up long debug_flags line.
2100
2101 2019-06-16 Tom de Vries <tdevries@suse.de>
2102
2103 PR gdb/24445
2104 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2105 generated index.
2106
2107 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2108
2109 PR gdb/24686
2110 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2111 improve detection of bug gdb/24541.
2112
2113 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2114
2115 PR gdb/24669
2116 * gdb.base/index-cache.exp (uses_readnow,
2117 expecting_index_cache_use): Define global variable.
2118 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2119 expecting_index_cache_use.
2120
2121 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2122 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 * gdb.fortran/pointers.f90: New file.
2125 * gdb.fortran/print_type.exp: New file.
2126 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2127 * gdb.fortran/vla-type.exp: Likewise.
2128 * gdb.fortran/vla-value.exp: Likewise.
2129 * gdb.mi/mi-vla-fortran.exp: Likewise.
2130
2131 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2132
2133 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2134 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2135 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2136 as a stop reason.
2137
2138 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2139
2140 * gdb.base/annota1.exp: Update expected results.
2141 * gdb.cp/annota2.exp: Likewise.
2142 * gdb.cp/annota3.exp: Likewise.
2143
2144 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2145
2146 * gdb.base/style-logging.exp: Remove path from test name.
2147
2148 2019-06-14 Tom Tromey <tromey@adacore.com>
2149
2150 PR gdb/24502:
2151 * gdb.base/style-logging.exp: New file.
2152
2153 2019-06-14 Tom Tromey <tromey@adacore.com>
2154
2155 * gdb.base/symfile-warn.exp: New file.
2156 * gdb.base/symfile-warn.c: New file.
2157
2158 2019-06-14 Tom Tromey <tromey@adacore.com>
2159
2160 * gdb.base/annotate-symlink.exp: New file.
2161
2162 2019-06-14 Tom Tromey <tromey@adacore.com>
2163
2164 * gdb.ada/set_wstr.exp: Add reassignment test.
2165
2166 2019-06-14 Tom Tromey <tromey@adacore.com>
2167
2168 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2169 'unchecked_access and 'unrestricted_access as well.
2170
2171 2019-06-14 Tom Tromey <tromey@adacore.com>
2172
2173 PR ada/24539:
2174 * gdb.ada/vla.exp: Update tests.
2175 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2176 pragma.
2177
2178 2019-06-13 Pedro Alves <palves@redhat.com>
2179
2180 * gdb.base/settings.exp (test-integer): Test junk after
2181 "unlimited".
2182
2183 2019-06-13 Pedro Alves <palves@redhat.com>
2184
2185 * gdb.base/options.exp (test-thread-apply): New.
2186 (top level): Call it.
2187
2188 2019-06-13 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.base/options.exp (test-frame-apply): New.
2191 (top level): Test print commands with different "frame apply"
2192 prefixes.
2193
2194 2019-06-13 Pedro Alves <palves@redhat.com>
2195
2196 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2197 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2198 'max_completions' parameter and handle it.
2199 (test_gdb_completion_offers_commands): New.
2200
2201 2019-06-13 Pedro Alves <palves@redhat.com>
2202
2203 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2204
2205 2019-06-13 Pedro Alves <palves@redhat.com>
2206
2207 * gdb.base/options.exp (test-backtrace): New.
2208 (top level): Call it.
2209
2210 2019-06-13 Pedro Alves <palves@redhat.com>
2211
2212 * gdb.guile/scm-frame-args.exp: Use "set print
2213 raw-frame-arguments" instead of "set print raw frame-arguments".
2214 * gdb.python/py-frame-args.exp: Likewise.
2215
2216 2019-06-13 Pedro Alves <palves@redhat.com>
2217
2218 * gdb.compile/compile.exp: Adjust expected output to option
2219 processing changes.
2220
2221 2019-06-13 Pedro Alves <palves@redhat.com>
2222
2223 * gdb.base/options.exp: Build executable.
2224 (test-print): New procedure.
2225 (top level): Call it, once for "print" and another for "compile
2226 print".
2227
2228 2019-06-13 Pedro Alves <palves@redhat.com>
2229
2230 * gdb.base/options.c: New file.
2231 * gdb.base/options.exp: New file.
2232
2233 2019-06-13 Pedro Alves <palves@redhat.com>
2234
2235 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2236 that "o" is ambiguous.
2237
2238 2019-06-13 Pedro Alves <palves@redhat.com>
2239
2240 * gdb.base/settings.c: New file.
2241 * gdb.base/settings.exp: New file.
2242
2243 2019-06-13 Pedro Alves <palves@redhat.com>
2244
2245 * gdb.base/completion.exp: Fix comment typo.
2246
2247 2019-06-13 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2250 foo --1" test.
2251
2252 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2253
2254 * gdb.fortran/block-data.f: New.
2255 * gdb.fortran/block-data.exp: New.
2256
2257 2019-06-11 Tom de Vries <tdevries@suse.de>
2258
2259 PR testsuite/24521
2260 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2261 message.
2262
2263 2019-06-11 Tom de Vries <tdevries@suse.de>
2264
2265 PR testsuite/24521
2266 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2267
2268 2019-06-11 Tom de Vries <tdevries@suse.de>
2269
2270 * boards/readnow.exp: New file.
2271
2272 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2273
2274 * gdb.fortran/vla-sizeof.exp: Update expected results.
2275
2276 2019-06-06 Amos Bird <amosbird@gmail.com>
2277
2278 * gdb.base/annota1.exp (thread_switch): Add test for
2279 thread-exited annotation.
2280
2281 2019-06-06 Tom Tromey <tromey@adacore.com>
2282
2283 * gdb.base/maint.exp: Expect command started/finished output.
2284
2285 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2286
2287 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2288 comment.
2289 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2290
2291 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2292
2293 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2294 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2295 * gdb.arch/riscv-unwind-long-insn.c: New file.
2296 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2297
2298 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2299
2300 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2301
2302 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2303
2304 * lib/gdb.exp (help_list_trailer): New regexp variable
2305 factorizing the help trailer message.
2306 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2307 arg to allow to better factorize various tests.
2308 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2309 (test_prefix_command_help): Use help_list_trailer.
2310 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2311 * gdb.guile/scm-cmd.exp: Likewise.
2312 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2313 * gdb.base/help.exp: Use test_user_defined_class_help.
2314 * gdb.base/style.exp: Add tests for styling of help and apropos.
2315 * lib/gdb-utils.exp (style): Add title and highlight styles.
2316
2317 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2318
2319 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2320 $_shell_exitsignal.
2321 * gdb.base/default.exp: Update for new convenience variables.
2322
2323 2019-05-29 Tom Tromey <tromey@adacore.com>
2324
2325 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2326 to "break complete ada" test case's regexp.
2327
2328 2019-05-29 Tom Tromey <tromey@adacore.com>
2329
2330 PR c++/20020:
2331 * gdb.cp/constexpr-field.exp: New file.
2332 * gdb.cp/constexpr-field.cc: New file.
2333
2334 2019-05-29 Tom Tromey <tromey@adacore.com>
2335
2336 * gdb.base/finish.exp (finish_no_print): New proc.
2337 (finish_tests): Call it.
2338
2339 2019-05-24 Tom de Vries <tdevries@suse.de>
2340
2341 * gdb.dwarf2/gdb-add-index.exp: New file.
2342
2343 2019-05-22 Tom Tromey <tromey@adacore.com>
2344
2345 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2346 * gdb.base/style.exp: Use "style".
2347 * lib/gdb-utils.exp (style): New proc.
2348
2349 2019-05-22 Tom de Vries <tdevries@suse.de>
2350
2351 * gdb.base/align.exp: Require c++11.
2352
2353 2019-05-22 Tom de Vries <tdevries@suse.de>
2354
2355 PR testsuite/24586
2356 * gdb.python/py-mi-var-info-path-expression.exp: Call
2357 mi_skip_python_tests to check if python is supported.
2358
2359 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2360
2361 * gdb.arch/aarch64-pauth.c: New test.
2362 * gdb.arch/aarch64-pauth.exp: New file.
2363
2364 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2365
2366 * README (Re-running Tests Outside The Testsuite): New section.
2367
2368 2019-05-21 Tom de Vries <tdevries@suse.de>
2369
2370 * gdb.arch/amd64-eval.exp: Require c++11.
2371 * gdb.base/max-depth.exp: Same.
2372 * gdb.compile/compile-cplus-array-decay.exp: Same.
2373 * gdb.cp/meth-typedefs.exp: Same.
2374 * gdb.cp/subtypes.exp: Same.
2375 * gdb.cp/temargs.exp: Same.
2376
2377 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2378
2379 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2380
2381 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2382
2383 PR gdb/18644
2384 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2385 * gdb.fortran/printing-types.exp: Add new test.
2386 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2387 testing.
2388 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2389 setup_kfail call.
2390
2391 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2392
2393 * README (Running the Testsuite): Change example.
2394 (Testsuite Parameters): Remove TRANSCRIPT.
2395 * lib/gdb.exp: Remove TRANSCRIPT check.
2396
2397 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2398
2399 * README (Testsuite Parameters): Add replay logging to
2400 GDBSERVER_DEBUG.
2401 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2402 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2403 as a comma separated list.
2404 (gdb_debug_init): Override procedure.
2405
2406 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2407
2408 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2409 (gdb_write_cmd_file): New procedure.
2410 * lib/gdbserver-support.exp (gdbserver_start): Call
2411 gdbserver_write_cmd_file.
2412 (gdbserver_write_cmd_file): New procedure.
2413
2414 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2415
2416 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2417 (delete_breakpoints): Likewise.
2418 (gdb_run_cmd): Likewise.
2419 (gdb_start_cmd): Likewise.
2420 (gdb_starti_cmd): Likewise.
2421 (gdb_internal_error_resync): Likewise.
2422 (gdb_test_multiple): Likewise.
2423 (gdb_reinitialize_dir): Likewise.
2424 (default_gdb_exit): Likewise.
2425 (gdb_file_cmd): Mark kill as optional.
2426 (default_gdb_start): Call gdb_stdin_log_init.
2427 (send_gdb): Call gdb_stdin_log_write.
2428 (rerun_to_main): Mark Y as an answer.
2429 (gdb_stdin_log_init): New function.
2430 (gdb_stdin_log_write): Likewise.
2431
2432 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2433
2434 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2435 * gdb.base/debug-expr.exp: Likewise.
2436 * gdb.base/foll-fork.exp: Likewise.
2437 * gdb.base/foll-vfork.exp: Likewise.
2438 * gdb.base/fork-print-inferior-events.exp: Likewise.
2439 * gdb.base/gdb-sigterm.exp: Likewise.
2440 * gdb.base/gdbinit-history.exp: Likewise.
2441 * gdb.base/osabi.exp: Likewise.
2442 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2443 * gdb.base/ui-redirect.exp: Likewise.
2444 * gdb.gdb/unittest.exp: Likewise.
2445 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2446 * gdb.mi/mi-watch.exp: Likewise.
2447 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2448 * gdb.mi/user-selected-context-sync.exp: Likewise.
2449 * gdb.python/python.exp: Disable debug test when debugging.
2450 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2451 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2452 Likewise.
2453 * gdb.threads/stepi-random-signal.exp: Likewise.
2454
2455 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2456
2457 * Makefile.in: Pass through GDB_DEBUG.
2458 * README (Testsuite Parameters): Add GDB_DEBUG.
2459 (gdb,debug): Add board setting.
2460 * lib/gdb.exp (default_gdb_start): Start debugging.
2461 (gdb_debug_enabled): New procedure.
2462 (gdb_debug_init): Likewise.
2463
2464 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2465
2466 * Makefile.in: Pass through GDB_DEBUG.
2467 * README (Testsuite Parameters): Add GDB_DEBUG.
2468 (gdb,debug): Add board setting.
2469 * lib/gdb.exp (default_gdb_start): Start debugging.
2470 (gdb_debug_enabled): New procedure.
2471 (gdb_debug_init): Likewise.
2472
2473 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2474
2475 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2476
2477 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2478
2479 * gdb.base/ui-redirect.exp: Test redirection.
2480
2481 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2482
2483 * gdb.mi/mi-complete.exp: New file.
2484 * gdb.mi/mi-complete.cc: Likewise.
2485
2486 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2487
2488 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2489 indexed and sliced arrays, and pointers to arrays.
2490
2491 2019-05-14 Tom Tromey <tromey@adacore.com>
2492
2493 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2494 styling test.
2495
2496 2019-05-14 Tom de Vries <tdevries@suse.de>
2497
2498 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2499 selection entry encoding.
2500
2501 2019-05-10 Tom Tromey <tromey@adacore.com>
2502
2503 * gdb.ada/info_exc.exp: Add "complete" test.
2504
2505 2019-05-09 Tom de Vries <tdevries@suse.de>
2506
2507 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2508 CU-relative.
2509
2510 2019-05-09 Tom de Vries <tdevries@suse.de>
2511
2512 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2513 CU-relative.
2514
2515 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2516
2517 * gdb.ada/frame_arg_lang.exp: New testcase.
2518 * gdb.ada/frame_arg_lang/bla.adb: New file.
2519 * gdb.ada/frame_arg_lang/pck.ads: New file.
2520 * gdb.ada/frame_arg_lang/pck.adb: New file.
2521 * gdb.ada/frame_arg_lang/foo.c: New file.
2522
2523 2019-05-08 Tom Tromey <tromey@adacore.com>
2524
2525 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2526
2527 2019-05-08 Tom Tromey <tromey@adacore.com>
2528
2529 * gdb.base/ptype-offsets.exp: Update tests.
2530
2531 2019-05-08 Tom Tromey <tromey@adacore.com>
2532
2533 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2534 cases.
2535 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2536 "short".
2537
2538 2019-05-08 Tom Tromey <tromey@adacore.com>
2539
2540 * gdb.ada/vla.exp: New file.
2541 * gdb.ada/vla/vla.adb: New file.
2542
2543 2019-05-07 Tom de Vries <tdevries@suse.de>
2544
2545 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2546
2547 2019-05-07 Tom de Vries <tdevries@suse.de>
2548
2549 PR testsuite/24522
2550 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2551 section.
2552
2553 2019-05-07 Tom de Vries <tdevries@suse.de>
2554
2555 PR testsuite/24522
2556 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2557 .debug_aranges section.
2558
2559 2019-05-07 Tom de Vries <tdevries@suse.de>
2560
2561 PR testsuite/24159
2562 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2563
2564 2019-05-06 Tom de Vries <tdevries@suse.de>
2565
2566 * lib/gdb.exp (exec_has_index_section): New proc.
2567 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2568 section.
2569
2570 2019-05-04 Tom de Vries <tdevries@suse.de>
2571
2572 * boards/cc-with-debug-names.exp: New file.
2573
2574 2019-05-03 Tom Tromey <tromey@adacore.com>
2575
2576 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2577 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2578 * gdb.ada/char_enum.exp: Add test.
2579
2580 2019-05-03 Tom de Vries <tdevries@suse.de>
2581
2582 * boards/cc-with-gdb-index.exp: New file.
2583
2584 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2585
2586 * gdb.rust/simple.exp: Add new test case.
2587 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2588 (main): Initialise an instance of the new struct.
2589
2590 2019-05-01 Tom Tromey <tromey@adacore.com>
2591
2592 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2593 record.
2594 (NPR): New variable.
2595 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2596 test.
2597
2598 2019-05-01 Tom Tromey <tromey@adacore.com>
2599
2600 * gdb.ada/packed_array_assign.exp: Add packed assignment
2601 regression test.
2602
2603 2019-05-01 Tom de Vries <tdevries@suse.de>
2604
2605 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2606
2607 2019-05-01 Tom de Vries <tdevries@suse.de>
2608
2609 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2610
2611 2019-04-30 Ali Tamur <tamur@google.com>
2612
2613 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2614
2615 2019-04-30 Tom Tromey <tromey@adacore.com>
2616
2617 * lib/ada.exp (find_ada_tool): New proc.
2618 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2619 * gdb.ada/catch_ex_std.exp: New file.
2620 * gdb.ada/catch_ex_std/foo.adb: New file.
2621 * gdb.ada/catch_ex_std/some_package.adb: New file.
2622 * gdb.ada/catch_ex_std/some_package.ads: New file.
2623
2624 2019-04-30 Tom Tromey <tromey@adacore.com>
2625
2626 PR c++/24470:
2627 * gdb.cp/temargs.cc: Add test code from PR.
2628
2629 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2630
2631 * gdb.fortran/vla-datatypes.exp: Update expected results.
2632 * gdb.fortran/vla-ptype.exp: Likewise.
2633 * gdb.fortran/vla-type.exp: Likewise.
2634 * gdb.fortran/vla-value.exp: Likewise.
2635
2636 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 * gdb.fortran/ptr-indentation.exp: Update expected results.
2639 * gdb.fortran/ptype-on-functions.exp: Likewise.
2640 * gdb.fortran/vla-ptr-info.exp: Likewise.
2641 * gdb.fortran/vla-value.exp: Likewise.
2642
2643 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * gdb.fortran/ptype-on-functions.exp: New file.
2646 * gdb.fortran/ptype-on-functions.f90: New file.
2647
2648 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2649
2650 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2651 case void string.
2652
2653 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2654
2655 * gdb.fortran/complex.exp: Expand.
2656 * gdb.fortran/complex.f: Renamed to...
2657 * gdb.fortran/complex.f90: ...this, and extended to add more
2658 complex values.
2659
2660 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2661
2662 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2663 MODULO, CMPLX.
2664
2665 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2666 Richard Bunt <richard.bunt@arm.com>
2667
2668 * gdb.base/max-depth.c: New file.
2669 * gdb.base/max-depth.exp: New file.
2670 * gdb.python/py-nested-maps.c: New file.
2671 * gdb.python/py-nested-maps.exp: New file.
2672 * gdb.python/py-nested-maps.py: New file.
2673 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2674 (test_all_common): Call test_max_depth.
2675 * gdb.fortran/max-depth.exp: New file.
2676 * gdb.fortran/max-depth.f90: New file.
2677 * gdb.go/max-depth.exp: New file.
2678 * gdb.go/max-depth.go: New file.
2679 * gdb.modula2/max-depth.exp: New file.
2680 * gdb.modula2/max-depth.c: New file.
2681 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2682
2683 2019-04-29 Tom de Vries <tdevries@suse.de>
2684
2685 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2686
2687 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2688
2689 * gdb.base/callexit.exp: Test may-call-functions off.
2690
2691 2019-04-25 Keith Seitz <keiths@redhat.com>
2692
2693 PR c++/24367
2694 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2695 (another_incomplete_struct, test_incomplete): New definitions.
2696 (main): Use new definitions.
2697 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2698 functions.
2699
2700 2019-04-25 Ali Tamur <tamur@google.com>
2701
2702 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2703
2704 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2705
2706 PR corefiles/11608
2707 PR corefiles/18187
2708 * gdb.base/coredump-filter-build-id.exp: New file.
2709
2710 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2711
2712 * Makefile.in: Pass through GDBSERVER_DEBUG.
2713 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2714 (gdbserver,debug): Add board setting.
2715 * gdb.trace/tspeed.exp: Skip when debugging.
2716 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2717 * lib/gdbserver-support.exp: Likewise
2718
2719 2019-04-24 Tom Tromey <tromey@adacore.com>
2720
2721 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2722 Rust.
2723
2724 2019-04-24 Tom Tromey <tromey@adacore.com>
2725
2726 * gdb.arch/amd64-eval.exp: Test bitfield return.
2727 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2728 (class Foo) <return_bitfields>: New method.
2729 (main): Call it.
2730
2731 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2732
2733 * gdb.cp/many-args.cc: New file.
2734 * gdb.cp/many-args.exp: New file.
2735
2736 2019-04-23 Tom de Vries <tdevries@suse.de>
2737
2738 PR gdb/24433
2739 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2740
2741 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2742
2743 * gdb.trace/backtrace.exp: Use nopie flag.
2744 * gdb.trace/circ.exp: Likewise.
2745 * gdb.trace/collection.exp: Likewise.
2746 * gdb.trace/ftrace.exp: Likewise.
2747 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2748 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2749 * gdb.trace/qtro.exp: Likewise.
2750 * gdb.trace/read-memory.exp: Likewise.
2751 * gdb.trace/report.exp: Likewise.
2752 * gdb.trace/tfile.exp: Likewise.
2753 * gdb.trace/tfind.exp: Likewise.
2754 * gdb.trace/unavailable.exp: Likewise.
2755
2756 2019-04-22 Pedro Alves <palves@redhat.com>
2757
2758 * gdb.base/solib-probes-nosharedlibrary.c,
2759 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2760
2761 2019-04-19 Tom Tromey <tromey@adacore.com>
2762
2763 * gdb.ada/ptype_union.c: New file.
2764 * gdb.ada/ptype_union.exp: New file.
2765
2766 2019-04-19 Tom Tromey <tromey@adacore.com>
2767
2768 PR symtab/24423:
2769 * gdb.base/list0.h (foo): Add a control-l character.
2770
2771 2019-04-18 Tom de Vries <tdevries@suse.de>
2772
2773 PR gdb/24433
2774 * boards/local-board.exp: Set sysroot to "".
2775
2776 2019-04-18 Tom de Vries <tdevries@suse.de>
2777 Pedro Alves <palves@redhat.com>
2778
2779 PR gdb/24454
2780 * gdb.threads/vfork-follow-child-exec.c: New file.
2781 * gdb.threads/vfork-follow-child-exec.exp: New file.
2782 * gdb.threads/vfork-follow-child-exit.c: New file.
2783 * gdb.threads/vfork-follow-child-exit.exp: New file.
2784
2785 2019-04-15 Leszek Swirski <leszeks@google.com>
2786
2787 * gdb.arch/amd64-eval.cc: New file.
2788 * gdb.arch/amd64-eval.exp: New file.
2789
2790 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2791
2792 * gdb.server/sysroot.c: New test.
2793 * gdb.server/sysroot.exp: New file.
2794 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2795 matching param.
2796
2797 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2798
2799 * gdb.base/align.exp: Extend test to cover structures containing
2800 only static fields.
2801
2802 2019-04-11 Tom de Vries <tdevries@suse.de>
2803
2804 * boards/cc-with-dwz-m.exp: New file.
2805 * boards/cc-with-dwz.exp: New file.
2806 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2807
2808 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2809
2810 * gdb.base/start-cpp.exp: New file.
2811 * gdb.base/start-cpp.cc: New file.
2812
2813 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2814
2815 * gdb.python/py-thrhandle.exp: Adjust tests to call
2816 thread_from_handle instead of thread_from_thread_handle.
2817
2818 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2819
2820 * gdb.python/py-thrhandle.exp: Add tests for
2821 gdb.InferiorThread.handle.
2822
2823 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2824
2825 * gdb.python/py-function.exp: Check calling helper function from
2826 all languages.
2827 * lib/gdb.exp (gdb_supported_languages): New proc.
2828
2829 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2830
2831 * gdb.base/complex-parts.c: New file.
2832 * gdb.base/complex-parts.exp: New file.
2833
2834 2019-04-01 Tom Tromey <tromey@adacore.com>
2835
2836 PR symtab/23331:
2837 * gdb.dwarf2/dw2-ranges-main.c: New file.
2838 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2839 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2840
2841 2019-03-30 Simon Marchi <simark@simark.ca>
2842
2843 * gdb.base/default.exp: Add values for $_gdb_major and
2844 $_gdb_minor.
2845
2846 2019-03-29 Tom Tromey <tromey@adacore.com>
2847
2848 * gdb.base/help.exp: Tighten apropos regexp.
2849
2850 2019-03-29 Keith Seitz <keiths@redhat.com>
2851
2852 * gdb.fortran/array-bounds.exp: New file.
2853 * gdb.fortran/array-bounds.f90: New file.
2854
2855 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2856
2857 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2858
2859 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2860
2861 * gdb.multi/hello.c (main): Increase alarm timer.
2862
2863 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2864
2865 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2866 factor when no hardware watchpoint support.
2867
2868 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2869 Pedro Alves <palves@redhat.com>
2870
2871 * boards/local-board.exp: set sysroot to /.
2872
2873 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2874
2875 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2876 in child.
2877
2878 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2879
2880 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2881 field.
2882 (make_container): Initialise new field.
2883 * gdb.python/py-prettyprint.exp: Add new tests.
2884 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2885 <display_hint>: New method.
2886
2887 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2888
2889 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2890 gdb_continue_to_breakpoint more throughout this test.
2891 (run_lang_tests) Supply unique test names, and use
2892 gdb_test_no_output.
2893
2894 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2895
2896 * gdb.base/finish-pretty.exp: Update expected results.
2897 * gdb.base/pretty-print.c: New file.
2898 * gdb.base/pretty-print.exp: New file.
2899
2900 2019-03-25 Pedro Alves <palves@redhat.com>
2901
2902 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2903 move comments outside list. Append '-i "" eof' section.
2904
2905 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2906
2907 PR testsuite/25016
2908 * README: Add pie options.
2909 * gdb.base/break-interp.exp: Ensure pie is disabled.
2910 * gdb.base/dump.exp: Likewise.
2911 * lib/gdb.exp (gdb_compile): Add pie option.
2912
2913 2019-03-19 Tom Tromey <tromey@adacore.com>
2914
2915 * gdb.mi/mi2-cli-display.c: New file.
2916 * gdb.mi/mi2-cli-display.exp: New file.
2917
2918 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2919 Tom Tromey <tromey@adacore.com>
2920
2921 * gdb.ada/ptype_array/pck.adb: New file.
2922 * gdb.ada/ptype_array/pck.ads: New file.
2923 * gdb.ada/ptype_array/foo.adb: New file.
2924 * gdb.ada/ptype_array.exp: New file.
2925
2926 2019-03-14 Tom Tromey <tromey@adacore.com>
2927
2928 * gdb.base/style.exp: Add "set style sources" test.
2929
2930 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2931
2932 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2933 * mi-breakpoint-multiple-locations.exp: ... this.
2934 (make_breakpoints_pattern): New proc.
2935 (do_test): Add mi_version parameter, test -break-insert,
2936 -break-info and =breakpoint-created.
2937
2938 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2939
2940 * config/default.exp: Remove 'load_lib gdb.exp'.
2941 * config/monitor.exp: Likewise.
2942 * config/sid.exp: Likewise.
2943 * config/sim.exp: Likewise.
2944 * config/slite.exp: Likewise.
2945 * config/unix.exp: Likewise.
2946 * gdb.base/default.exp: Remove unhelpful comment.
2947
2948 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2949
2950 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2951
2952 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2953
2954 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2955
2956 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2957
2958 * gdb.fortran/type-kinds.exp: Update expected results.
2959
2960 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2961
2962 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2963
2964 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2965
2966 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2967 function.
2968 (test_basic_parsing_of_type_kinds): Expand types tested.
2969 (test_parsing_invalid_type_kinds): New function.
2970
2971 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2972
2973 * gdb.fortran/intrinsics.exp: New file.
2974 * gdb.fortran/intrinsics.f90: New file.
2975 * gdb.fortran/type-kinds.exp: New file.
2976
2977 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2978
2979 * gdb.fortran/dot-ops.exp: New file.
2980
2981 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2982
2983 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2984 Check upper and lower case logical literals.
2985
2986 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2987
2988 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2989 Remove duplicate tests.
2990
2991 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2992
2993 * lib/gdb.exp (builtin_cd): rename of cd.
2994 (cd): Override builtin.
2995
2996 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2997
2998 * gdb.fortran/function-calls.exp: New file.
2999 * gdb.fortran/function-calls.f90: New test.
3000
3001 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3002
3003 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3004 on user program standard output.
3005 * gdb.fortran/short-circuit-argument-list.f90: Record function
3006 calls.
3007
3008 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3009
3010 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3011 failure.
3012
3013 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3014
3015 PR gdb/8527
3016 * gdb.base/interrupt-daemon-attach.c,
3017 gdb.base/interrupt-daemon-attach.exp: New test.
3018
3019 2019-02-27 Pedro Alves <palves@redhat.com>
3020
3021 * gdb.base/page.exp: Add tests for "set width/height -1".
3022
3023 2019-02-27 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.base/page.exp: Add tests for "set/show width/height" with
3026 "infinite" values.
3027
3028 2019-02-27 Tom Tromey <tromey@adacore.com>
3029
3030 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3031 2.4.
3032 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3033 workaround.
3034
3035 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3036
3037 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3038 tests for structs with static members.
3039
3040 2019-02-26 Tom Tromey <tromey@adacore.com>
3041
3042 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3043 ValueError, not TypeError.
3044
3045 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3046
3047 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3048 call from main program.
3049
3050 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3051
3052 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3053 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3054 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3055 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3056 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3057
3058 2019-02-22 Keith Seitz <keiths@redhat.com>
3059
3060 PR symtab/23853
3061 * gdb.base/symlink-sourcefile.c: New file.
3062 * gdb.base/symlink-sourcefile.exp: New file.
3063
3064 2019-02-20 Tom Tromey <tom@tromey.com>
3065
3066 * gdb.base/info_qt.exp: Update.
3067
3068 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3069
3070 * gdb.base/source.exp: Move "error in sourced script" code to
3071 the end.
3072 * gdb.base/source-error.gdb: Move contents to
3073 source-error-1.gdb. Add new code to source source-error-1.gdb.
3074 * gdb.base/source-error-1.gdb: New file, from previous
3075 source-error.gdb.
3076
3077 2019-02-17 Tom Tromey <tom@tromey.com>
3078
3079 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3080 for macro styling.
3081 * gdb.base/style.c (SOME_MACRO): New macro.
3082
3083 2019-02-17 Tom Tromey <tom@tromey.com>
3084
3085 * gdb.base/style.exp: Add line-wrapping tests.
3086 * gdb.base/page.exp: Add test for quitting during pagination.
3087
3088 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3089
3090 * gdb.ada/big_packed_array: New testcase.
3091 * gdb.ada/homonym.exp: Fix incorrect expected output for
3092 "break <homonym__get_value>" test.
3093
3094 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3095
3096 PR breakpoints/21870
3097 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3098 and prepare_for_testing. Add comment.
3099 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3100 redundant cleanup call. Clean up comment.
3101
3102 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3103
3104 PR breakpoints/21870
3105 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3106 * gdb.arch/aarch64-dbreg-contents.c: New file.
3107
3108 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3109
3110 * gdb.ada/mi_ref_changeable: New testcase.
3111
3112 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3113
3114 * gdb.base/attach.exp: Add double attach test.
3115
3116 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3117
3118 * lib/gdb.exp (default_gdb_start): Don't match pagination
3119 prompt.
3120 (gdb_init): Set stty_init.
3121
3122 2019-01-27 Tom Tromey <tom@tromey.com>
3123
3124 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3125 skip_python_tests.
3126
3127 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3128
3129 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3130 New structure.
3131 (struct struct_static_02_02): Likewise.
3132 (struct struct_static_02_03): Likewise.
3133 (struct struct_static_02_04): Likewise.
3134 (struct struct_static_04_01): Likewise.
3135 (struct struct_static_04_02): Likewise.
3136 (struct struct_static_04_03): Likewise.
3137 (struct struct_static_04_04): Likewise.
3138 (struct struct_static_06_01): Likewise.
3139 (struct struct_static_06_02): Likewise.
3140 (struct struct_static_06_03): Likewise.
3141 (struct struct_static_06_04): Likewise.
3142 (cmp_struct_static_02_01): Likewise.
3143 (cmp_struct_static_02_02): Likewise.
3144 (cmp_struct_static_02_03): Likewise.
3145 (cmp_struct_static_02_04): Likewise.
3146 (cmp_struct_static_04_01): Likewise.
3147 (cmp_struct_static_04_02): Likewise.
3148 (cmp_struct_static_04_03): Likewise.
3149 (cmp_struct_static_04_04): Likewise.
3150 (cmp_struct_static_06_01): Likewise.
3151 (cmp_struct_static_06_02): Likewise.
3152 (cmp_struct_static_06_03): Likewise.
3153 (cmp_struct_static_06_04): Likewise.
3154 (call_all): Test new structs.
3155 * gdb.base/infcall-nested-structs.exp: Likewise.
3156
3157 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3158 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3159
3160 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3161 * gdb.base/stack-protector.c: New test.
3162 * gdb.base/stack-protector.exp: New file.
3163 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3164 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3165 option.
3166 (gdb_compile): Remove stack protector for GCC and prevent
3167 recursion.
3168
3169 2019-01-16 Keith Seitz <keiths@redhat.com>
3170
3171 PR gdb/23773
3172 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3173
3174 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3175
3176 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3177 aliases.
3178 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3179 tests.
3180 * gdb.arch/powerpc-vector-regs.c: New file.
3181 * gdb.arch/powerpc-vector-regs.exp: New file.
3182
3183 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3184
3185 * gdb.arch/altivec-regs.exp: Fix the list passed to
3186 gdb_expect_list when testing "info vector".
3187
3188 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3189
3190 * gdb.base/style.exp: Don't include path in testname.
3191
3192 2019-01-10 Keith Seitz <keiths@redhat.com>
3193
3194 PR gdb/23712
3195 PR symtab/23010
3196 * gdb.dwarf2/multidictionary.exp: New file.
3197
3198 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3199
3200 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3201 (test_gnuv3_style_demangling): ... this.
3202 (test_lucid_style_demangling): Remove.
3203 (test_arm_style_demangling): Remove.
3204 (test_hp_style_demangling): Remove.
3205 (do_tests): Remove calls to the above.
3206
3207 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3208
3209 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3210 case.
3211
3212 2019-01-06 Tom Tromey <tom@tromey.com>
3213
3214 PR gdb/28155:
3215 * gdb.dwarf2/typedef-void-finish.exp: New file.
3216
3217 2018-12-28 Tom Tromey <tom@tromey.com>
3218 Simon Marchi <simark@simark.ca>
3219
3220 * gdb.base/jit-exec.exp: New file.
3221 * gdb.base/jit-exec.c: New file.
3222 * gdb.base/jit-execd.c: New file.
3223
3224 2018-12-28 Tom Tromey <tom@tromey.com>
3225
3226 * gdb.base/style.exp: Update test to check for address styling.
3227
3228 2018-12-28 Tom Tromey <tom@tromey.com>
3229
3230 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3231 message.
3232
3233 2018-12-28 Tom Tromey <tom@tromey.com>
3234
3235 * gdb.base/style.exp: Add test for version number styling.
3236
3237 2018-12-28 Tom Tromey <tom@tromey.com>
3238
3239 * gdb.base/style.exp: Add test for print_address_symbolic.
3240
3241 2018-12-28 Tom Tromey <tom@tromey.com>
3242
3243 * gdb.base/style.exp: Add test for breakpoint setting.
3244
3245 2018-12-28 Tom Tromey <tom@tromey.com>
3246
3247 * gdb.base/style.exp: Add test for variable names.
3248
3249 2018-12-28 Tom Tromey <tom@tromey.com>
3250
3251 * gdb.base/style.exp: New file.
3252 * gdb.base/style.c: New file.
3253
3254 2018-12-28 Tom Tromey <tom@tromey.com>
3255
3256 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3257 "dumb".
3258 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3259 the TERM environment variable.
3260
3261 2018-12-27 Tom Tromey <tom@tromey.com>
3262
3263 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3264 pagination test.
3265
3266 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3267
3268 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3269 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3270
3271 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3272
3273 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3274 Filename a.adb changed to bp_fun_addr.adb.
3275 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3276
3277 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3278
3279 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3280 non-PIE executables.
3281 * README: Mention the gdb,nopie_flag board setting.
3282 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3283 non-PIE executable.
3284 * gdb.arch/amd64-entry-value.exp: Likewise.
3285 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3286 * gdb.arch/i386-float.exp: Likewise.
3287 * gdb.arch/i386-signal.exp: Likewise.
3288 * gdb.mi/mi-reg-undefined.exp: Likewise.
3289
3290 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3291
3292 PR gdb/23974
3293 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3294
3295 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3296
3297 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3298 Update order of results accordingly.
3299
3300 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3301
3302 * gdb.base/annota1.exp: Update a test regexp.
3303
3304 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3305
3306 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3307
3308 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3309
3310 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3311 (reuse_time): Initialize to REUSE_TIME_CAP.
3312 (check_rc): New function.
3313 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3314 Check pthread_create rc.
3315 (spawner_thread_func): Check pthread_create and pthread_join rc.
3316
3317 2018-12-08 Pedro Alves <palves@redhat.com>
3318
3319 * gdb.base/list.exp (test_forward_search): Rename to ...
3320 (test_forward_reverse_search): ... this. Also test reverse-search
3321 and the forward-search alias.
3322
3323 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3324
3325 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3326 local timeout variable before return, and remove all local timeout
3327 variable entirely.
3328 (gdb_load): Likewise.
3329
3330 2018-12-01 Tom de Vries <tdevries@suse.de>
3331
3332 * gdb.base/gdb-caching-proc.exp: New file.
3333
3334 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3335
3336 * Makefile.in (TIMESTAMP): New variable.
3337 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3338 command.
3339 (check-single-racy): Likewise.
3340 (check/%.exp): Likewise.
3341 (check-racy/%.exp): Likewise.
3342 (workers/%.worker): Likewise.
3343 (build-perf): Likewise.
3344 (check-perf): Likewise.
3345 * README: Describe new "TS" and "TS_FORMAT" variables.
3346 * print-ts.py: New file.
3347
3348 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3349
3350 PR python/23714
3351 * gdb.python/python.exp: Test command repetition after
3352 gdb.execute.
3353
3354 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3355
3356 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3357 is correctly aligned.
3358
3359 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3360
3361 * gdb.ada/info_auto_lang.exp: New testcase.
3362 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3363 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3364 * gdb.ada/info_auto_lang/some_c.c: New file.
3365
3366 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3367
3368 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3369 FUNC_lang language syntax.
3370
3371 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3372
3373 * gdb.base/info_minsym.c: New file.
3374 * gdb.base/info_minsym.exp: New file.
3375
3376 2018-11-19 Tom Tromey <tom@tromey.com>
3377
3378 PR rust/23625:
3379 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3380 * gdb.rust/expr.exp: Update expected output. Change one test.
3381
3382 2018-11-19 Tom Tromey <tom@tromey.com>
3383
3384 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3385
3386 2018-11-19 Pedro Alves <palves@redhat.com>
3387
3388 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3389 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3390 see the expected warning.
3391
3392 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3393
3394 PR gdb/22736:
3395 * gdb.cp/infcall-nodebug-lib.c: New test.
3396 * gdb.cp/infcall-nodebug-main.c: New test.
3397 * gdb.cp/infcall-nodebug.exp: New file.
3398
3399 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3400
3401 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3402 completer tests.
3403
3404 2018-11-09 Tom de Vries <tdevries@suse.de>
3405
3406 * gdb.base/msym-lang.c: New test.
3407 * gdb.base/msym-lang.exp: New file.
3408 * gdb.base/msym-lang-main.c: New test.
3409
3410 2018-11-08 Tom Tromey <tom@tromey.com>
3411
3412 PR gdb/23555:
3413 PR gdb/23838:
3414 * gdb.base/warning.exp: New file.
3415
3416 2018-11-08 Jan Beulich <jbeulich@suse.com>
3417
3418 * testsuite/gdb.arch/i386-avx512.c,
3419 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3420
3421 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3422
3423 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3424 point hardware.
3425
3426 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3427
3428 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3429 * gdb.dwarf2/missing-type-name.exp: New file.
3430
3431 2018-11-06 Tom de Vries <tdevries@suse.de>
3432
3433 * gdb.base/many-headers.c: New test.
3434 * gdb.base/many-headers.exp: New file.
3435
3436 2018-11-06 Jim Wilson <jimw@sifive.com>
3437
3438 * gdb.base/code_elim.exp: For riscv, set additional_flags
3439 to include -msmall-data-limit=0.
3440
3441 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3442
3443 * gdb.ada/watch_minus_l: New testcase.
3444
3445 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3446
3447 * gdb.arch/aix-sighandle.c: New file.
3448 * gdb.arch/aix-sighandle.exp: New file.
3449
3450 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3451
3452 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3453 registers being unions.
3454
3455 2018-10-31 Tom de Vries <tdevries@suse.de>
3456
3457 * lib/valgrind.exp: New file.
3458 (vgdb_start, vgdb_stop): New procs, factored out of ...
3459 * gdb.base/valgrind-bt.exp: ... here, ...
3460 * gdb.base/valgrind-disp-step.exp: ... here and ...
3461 * gdb.base/valgrind-infcall.exp: ... here.
3462
3463 2018-10-31 Tom de Vries <tdevries@suse.de>
3464
3465 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3466
3467 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3468
3469 * gdb.dwarf2/void-type.c: New file.
3470 * gdb.dwarf2/void-type.exp: New file.
3471
3472 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3473
3474 * gdb.base/info_qt.c: New file.
3475 * gdb.base/info_qt.exp: New file.
3476
3477 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3478
3479 * gdb.arch/powerpc-htm-regs.c: New file.
3480 * gdb.arch/powerpc-htm-regs.exp: New file.
3481
3482 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3483
3484 * gdb.arch/powerpc-tar.c: New file.
3485 * gdb.arch/powerpc-tar.exp: New file.
3486
3487 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3488
3489 * gdb.arch/powerpc-ppr-dscr.c: New file.
3490 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3491
3492 2018-10-25 Tom de Vries <tdevries@suse.de>
3493
3494 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3495
3496 2018-10-24 Tom de Vries <tdevries@suse.de>
3497
3498 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3499 longer exists error.
3500
3501 2018-10-24 Tom de Vries <tdevries@suse.de>
3502
3503 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3504
3505 2018-10-24 Tom de Vries <tdevries@suse.de>
3506
3507 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3508 --db-attach in valgrind.
3509
3510 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3511
3512 * gdb.arch/riscv-reg-aliases.c: New file.
3513 * gdb.arch/riscv-reg-aliases.exp: New file.
3514
3515 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3516
3517 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3518
3519 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3520
3521 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3522
3523 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3524
3525 * gdb.cp/ovldbreak.exp: Fix regexps.
3526
3527 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3528
3529 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3530
3531 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3532
3533 PR cli/23785
3534 * gdb.base/restore.exp: New test to check if "restore" with an
3535 invalid file doesn't segfault.
3536
3537 2018-10-18 Tom de Vries <tdevries@suse.de>
3538
3539 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3540 * gdb.ada/excep_handle.exp: Same.
3541 * gdb.ada/mi_string_access.exp: Same.
3542 * gdb.ada/mi_var_union.exp: Same.
3543 * gdb.arch/arc-analyze-prologue.exp: Same.
3544 * gdb.arch/arc-decode-insn.exp: Same.
3545 * gdb.base/readnever.exp: Same.
3546 * gdb.fortran/printing-types.exp: Same.
3547 * gdb.guile/scm-lazy-string.exp: Same.
3548
3549 2018-10-16 Tom de Vries <tdevries@suse.de>
3550
3551 PR gdb/23730
3552 * gdb.base/catch-follow-exec.c: Add copyright notice.
3553 * gdb.base/catch-follow-exec.exp: Rewrite to use
3554 gdb_spawn_with_cmdline_opts. Require gdb-native.
3555
3556 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3557
3558 * gdb.trace/actions-changed.exp: Check for arch support.
3559 * gdb.trace/actions.exp: Likewise.
3560 * gdb.trace/ax.exp: Likewise.
3561 * gdb.trace/backtrace.exp: Likewise.
3562 * gdb.trace/change-loc.exp: Likewise.
3563 * gdb.trace/deltrace.exp: Likewise.
3564 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3565 * gdb.trace/ftrace.exp: Likewise.
3566 * gdb.trace/infotrace.exp: Check for arch support.
3567 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3568 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3569 * gdb.trace/mi-tsv-changed.exp: Likewise.
3570 * gdb.trace/packetlen.exp: Likewise.
3571 * gdb.trace/passc-dyn.exp: Likewise.
3572 * gdb.trace/passcount.exp: Likewise.
3573 * gdb.trace/pending.exp: Likewise.
3574 * gdb.trace/range-stepping.exp: Check for shlib support.
3575 * gdb.trace/report.exp: Check for arch support.
3576 * gdb.trace/save-trace.exp: Likewise.
3577 * gdb.trace/signal.exp: Check for signal support.
3578 * gdb.trace/tfind.exp: Check for arch support.
3579 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3580 * gdb.trace/trace-common.h: Add comment.
3581 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3582 * gdb.trace/trace-enable-disable.exp: Likewise.
3583 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3584 * gdb.trace/tracecmd.exp: Check for arch support.
3585 * gdb.trace/tspeed.exp: Check for shlib and target support.
3586 * gdb.trace/tstatus.exp: Check for arch support.
3587 * gdb.trace/tsv.exp: Likewise.
3588 * gdb.trace/while-dyn.exp: Likewise.
3589 * gdb.trace/while-stepping.exp: Likewise.
3590 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3591
3592 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3593
3594 * gdb.trace/tspeed.exp: Remove nowarnings.
3595 (prepare_for_trace_test): Declare "global ipalib".
3596 * gdb.trace/tspeed.c: Include unistd.h.
3597 (main): Remove superfluous printf argument.
3598
3599 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3600
3601 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3602 directory prefix on the filename.
3603
3604 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3605
3606 * gdb.gdb/unittest.exp: Update expected message informing that
3607 selftests have been disabled.
3608 * gdb.server/unittest.exp: Likewise.
3609
3610 2018-10-09 Tom de Vries <tdevries@suse.de>
3611
3612 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3613 with runto_main.
3614
3615 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3616
3617 PR c++/16841
3618 * gdb.cp/virtbase2.cc: New file.
3619 * gdb.cp/virtbase2.exp: New file.
3620
3621 2018-10-06 Tom Tromey <tom@tromey.com>
3622
3623 PR python/19399:
3624 * gdb.python/py-inferior.exp: Add architecture test.
3625
3626 2018-10-06 Tom Tromey <tom@tromey.com>
3627
3628 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3629 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3630
3631 2018-10-06 Tom Tromey <tom@tromey.com>
3632
3633 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3634 of a "throw" catchpoint.
3635
3636 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3637
3638 * gdb.base/info-proc.exp: Update string expected from "help info
3639 proc".
3640
3641 2018-10-04 Tom Tromey <tom@tromey.com>
3642
3643 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3644 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3645 (test_initial_complaints, test_empty_complaints): Update.
3646 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3647
3648 2018-10-04 Tom Tromey <tom@tromey.com>
3649
3650 PR cli/19551:
3651 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3652 * lib/gdb.exp (gdb_file_cmd): Update.
3653 * gdb.stabs/weird.exp (print_weird_var): Update.
3654 * gdb.server/solib-list.exp: Update.
3655 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3656 * gdb.mi/mi-cli.exp: Update.
3657 * gdb.linespec/linespec.exp: Update.
3658 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3659 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3660 * gdb.cp/cp-relocate.exp: Update.
3661 * gdb.base/sym-file.exp: Update.
3662 * gdb.base/relocate.exp: Update.
3663 * gdb.base/readnever.exp: Update.
3664 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3665 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3666 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3667 * gdb.base/code_elim.exp: Update.
3668 * gdb.base/break-unload-file.exp (test_break): Update.
3669 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3670 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3671 Update.
3672 * gdb.base/attach.exp (do_attach_tests): Update.
3673 * gdb.base/sepdebug.exp: Update.
3674 * gdb.python/py-section-script.exp: Update.
3675
3676 2018-10-04 Tom Tromey <tom@tromey.com>
3677
3678 PR cli/22234:
3679 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3680 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3681 output.
3682
3683 2018-10-04 Tom Tromey <tom@tromey.com>
3684
3685 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3686 set width and height to 0.
3687 (test_command_line_attach_run): Use -quiet.
3688
3689 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3690
3691 * lib/gdb.exp (skip_ifunc_tests): New.
3692 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3693 other compile failures.
3694 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3695
3696 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3697
3698 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3699 is_amd64_regs_target.
3700
3701 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3702
3703 * gdb.arch/aarch64-sighandler-regs.c: New test.
3704 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3705 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3706
3707 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3708
3709 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3710 assembly.
3711
3712 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3713
3714 * gdb.base/frame-selection.exp: New file.
3715 * gdb.base/frame-selection.c: New file.
3716
3717 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3718
3719 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3720 pthread barrier.
3721 (main): Likewise.
3722
3723 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3724
3725 * gdb.base/large-frame-1.c: New file.
3726 * gdb.base/large-frame-2.c: New file.
3727 * gdb.base/large-frame.exp: New file.
3728 * gdb.base/large-frame.h: New file.
3729
3730 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3731
3732 PR gdb/20948
3733 * gdb.base/write_mem.exp: New test.
3734 * gdb.base/write_mem.c: Likewise.
3735
3736 2018-09-23 Tom Tromey <tom@tromey.com>
3737
3738 PR python/18852:
3739 * gdb.python/py-parameter.exp: Add test for parameter that throws
3740 on "set".
3741
3742 2018-09-23 Tom Tromey <tom@tromey.com>
3743
3744 PR python/17284:
3745 * gdb.python/py-template.exp (test_template_arg): Add test for
3746 negative template argument number.
3747
3748 2018-09-23 Tom Tromey <tom@tromey.com>
3749
3750 PR python/14062:
3751 * gdb.python/python.exp: Add test for post_event error.
3752
3753 2018-09-23 Tom Tromey <tom@tromey.com>
3754
3755 PR python/18170:
3756 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3757 convert pointers to int and long.
3758
3759 2018-09-23 Tom Tromey <tom@tromey.com>
3760
3761 PR python/20126:
3762 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3763 signed-ness conversion tests.
3764
3765 2018-09-23 Tom Tromey <tom@tromey.com>
3766
3767 PR python/18352;
3768 * gdb.python/py-value.exp (test_float_conversion): New proc.
3769 Use it.
3770
3771 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3772
3773 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3774
3775 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3776
3777 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3778 no readline.
3779 * gdb.base/utf8-identifiers.exp: Likewise.
3780 * gdb.cp/cpcompletion.exp: Likewise.
3781 * gdb.linespec/cpcompletion.exp: Likewise.
3782 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3783 * gdb.linespec/cpls-ops.exp: Likewise.
3784
3785 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3786 Chris January <chris.january@arm.com>
3787
3788 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3789 * gdb.fortran/short-circuit-argument-list.exp: New file.
3790 * gdb.fortran/short-circuit-argument-list.f90: New test.
3791
3792 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3793
3794 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3795 "arch=" keyword when executing "-stack-list-frames".
3796
3797 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3798
3799 * gdb.arch/amd64-invalid-stack-middle.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.ada/complete.exp: Expect for "@" when doing "complete
3805 break ada".
3806
3807 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3808
3809 PR python/23669
3810 * gdb.python/python.exp: Test gdb.execute("show commands").
3811
3812 2018-09-16 Tom Tromey <tom@tromey.com>
3813
3814 * gdb.base/new-ui.exp (do_execution_tests): Update.
3815 * gdb.base/dbx.exp (test_breakpoints): Update.
3816
3817 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3818
3819 * lib/gdb.exp (gdb_simple_compile): Add proc.
3820 (is_elf_target): Use gdb_simple_compile.
3821 (skip_altivec_tests): Likewise.
3822 (skip_vsx_tests): Likewise.
3823 (skip_tsx_tests): Likewise.
3824 (skip_btrace_tests): Likewise.
3825 (skip_btrace_pt_tests): Likewise.
3826 (gdb_can_simple_compile): Likewise.
3827 (gdb_has_argv0): Likewise.
3828 (gdb_target_symbol_prefix): Likewise.
3829 (target_supports_scheduler_locking): Likewise.
3830
3831 2018-09-13 Tom Tromey <tom@tromey.com>
3832
3833 * Makefile.in (TAGS): Recognize proc_with_prefix and
3834 gdb_caching_proc.
3835
3836 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3837
3838 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3839 method.
3840
3841 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3842
3843 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3844 and a few other Inferior properties when the Inferior is no
3845 longer valid.
3846
3847 2018-09-13 Tom Tromey <tom@tromey.com>
3848
3849 PR rust/23650:
3850 * gdb.rust/simple.exp: Add test for enum field access error.
3851
3852 2018-09-13 Tom Tromey <tom@tromey.com>
3853
3854 PR rust/23626:
3855 * gdb.rust/simple.rs (EmptyEnum): New type.
3856 (main): Use it.
3857 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3858
3859 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3860
3861 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3862 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3863 * gdb.python/py-symtab.exp: Update test printing an objfile.
3864
3865 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3866
3867 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3868 object.
3869
3870 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3871
3872 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3873 (support_complex_tests): Use gdb_can_simple_compile.
3874 (is_ilp32_target): Likewise.
3875 (is_lp64_target): Likewise.
3876 (is_64_target): Likewise.
3877 (is_amd64_regs_target): Likewise.
3878 (is_aarch32_target): Likewise.
3879 (gdb_int128_helper): Likewise.
3880
3881 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3882
3883 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3884
3885 2018-09-10 Jerome Guitton <guitton@adacore.com>
3886
3887 * gdb.ada/same_component_name: Add test for case of tagged record
3888 with variable-length fields.
3889
3890 2018-09-10 Xavier Roirand <roirand@adacore.com>
3891
3892 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3893 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3894 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3895 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3896
3897 2018-09-10 Xavier Roirand <roirand@adacore.com>
3898
3899 * gdb.ada/mi_string_access.exp: New testcase.
3900 * gdb.ada/mi_string_access/bar.adb: New file.
3901 * gdb.ada/mi_string_access/pck.adb: New file.
3902 * gdb.ada/mi_string_access/pck.asd: New file.
3903
3904 2018-09-10 Xavier Roirand <roirand@adacore.com>
3905
3906 * gdb.ada/mi_var_union.exp: New testcase.
3907 * gdb.ada/mi_var_union/bar.adb: New file.
3908 * gdb.ada/mi_var_union/pck.adb: New file.
3909 * gdb.ada/mi_var_union/pck.asd: New file.
3910
3911 2018-09-08 Tom Tromey <tom@tromey.com>
3912
3913 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3914
3915 2018-09-08 Tom Tromey <tom@tromey.com>
3916
3917 PR python/16047:
3918 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3919 (register_pretty_printers): Register new printer.
3920 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3921 test.
3922 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3923 (an_int_type3): New global.
3924
3925 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3926
3927 * gdb.ada/expr_with_funcall: New testcase.
3928
3929 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3930
3931 * gdb.ada/packed_array_assign: New testcase.
3932
3933 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3934
3935 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3936 names, and add test prefixes to make test names unique.
3937
3938 2018-09-05 Tom de Vries <tdevries@suse.de>
3939
3940 * gdb.dwarf2/varval.exp: Add test.
3941
3942 2018-09-04 Gary Benson <gbenson@redhat.com>
3943
3944 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3945 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3946
3947 2018-08-31 Tom Tromey <tom@tromey.com>
3948
3949 * gdb.rust/simple.rs: Rename second variable "v".
3950
3951 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3952
3953 * gdb.base/funcargs.c (use_a): New function.
3954 (recurse): Call use_a.
3955
3956 2018-08-29 Keith Seitz <keiths@redhat.com>
3957
3958 * gdb.compile/compile-cplus-anonymous.cc: New file.
3959 * gdb.compile/compile-cplus-anonymous.exp: New file.
3960 * gdb.compile/compile-cplus-array-decay.cc: New file.
3961 * gdb.compile/compile-cplus-array-decay.exp: New file.
3962 * gdb.compile/compile-cplus-inherit.cc: New file.
3963 * gdb.compile/compile-cplus-inherit.exp: New file.
3964 * gdb.compile/compile-cplus-member.cc: New file.
3965 * gdb.compile/compile-cplus-member.exp: New file.
3966 * gdb.compile/compile-cplus-method.cc: New file.
3967 * gdb.compile/compile-cplus-method.exp: New file.
3968 * gdb.compile/compile-cplus-mod.c: "New" file.
3969 * gdb.compile/compile-cplus-namespace.cc: New file.
3970 * gdb.compile/compile-cplus-namespace.exp: New file.
3971 * gdb.compile/compile-cplus-nested.cc: New file.
3972 * gdb.compile/compile-cplus-nested.exp: New file.
3973 * gdb.compile/compile-cplus-print.c: "New" file.
3974 * gdb.compile/compile-cplus-print.exp: "New" file.
3975 * gdb.compile/compile-cplus-virtual.cc: New file.
3976 * gdb.compile/compile-cplus-virtual.exp: New file.
3977 * gdb.compile/compile-cplus.c: "New" file.
3978 * gdb.compile/compile-cplus.exp: "New" file.
3979 * lib/compile-support.exp: New file.
3980
3981 2018-08-16 Gary Benson <gbenson@redhat.com>
3982
3983 PR gdb/13000:
3984 * gdb.base/batch-exit-status.exp: New file.
3985 * gdb.base/batch-exit-status.good-commands: Likewise.
3986 * gdb.base/batch-exit-status.bad-commands: Likewise.
3987
3988 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3989
3990 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3991 (struct struct02): Likewise.
3992 (struct struct03): Likewise.
3993 (struct struct04): Likewise.
3994 (struct struct_01_01): New struct.
3995 (struct struct_01_02): Likewise.
3996 (struct struct_01_03): Likewise.
3997 (struct struct_01_04): Likewise.
3998 (struct struct_02_01): Likewise.
3999 (struct struct_02_02): Likewise.
4000 (struct struct_02_03): Likewise.
4001 (struct struct_02_04): Likewise.
4002 (struct struct_04_01): Likewise.
4003 (struct struct_04_02): Likewise.
4004 (struct struct_04_03): Likewise.
4005 (struct struct_04_04): Likewise.
4006 (struct struct_05_01): Likewise.
4007 (struct struct_05_02): Likewise.
4008 (struct struct_05_03): Likewise.
4009 (struct struct_05_04): Likewise.
4010 (cmp_struct01): Remove function.
4011 (cmp_struct02): Likewise.
4012 (cmp_struct03): Likewise.
4013 (cmp_struct04): Likewise.
4014 (cmp_struct_01_01): Add Function.
4015 (cmp_struct_01_02): Likewise.
4016 (cmp_struct_01_03): Likewise.
4017 (cmp_struct_01_04): Likewise.
4018 (cmp_struct_02_01): Likewise.
4019 (cmp_struct_02_02): Likewise.
4020 (cmp_struct_02_03): Likewise.
4021 (cmp_struct_02_04): Likewise.
4022 (cmp_struct_04_01): Likewise.
4023 (cmp_struct_04_02): Likewise.
4024 (cmp_struct_04_03): Likewise.
4025 (cmp_struct_04_04): Likewise.
4026 (cmp_struct_05_01): Likewise.
4027 (cmp_struct_05_02): Likewise.
4028 (cmp_struct_05_03): Likewise.
4029 (cmp_struct_05_04): Likewise.
4030 (call_all): Add new structs.
4031 * gdb.base/infcall-nested-structs.exp: Likewise.
4032
4033 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4034
4035 * gdb.python/py-framefilter-mi.exp: Update regexp to
4036 check for "arch" field in frame output.
4037
4038 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4039
4040 * gdb.dwarf2/dw2-ranges-func.c: New file.
4041 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4042
4043 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4044
4045 * gdb.base/term.exp: Compare terminal settings with values from
4046 the inferior.
4047 * gdb.base/term.c: Get and set terminal settings.
4048
4049 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4050
4051 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4052 accommodate new "arch" field in frame output.
4053 * gdb.mi/mi-return.exp: Likewise.
4054 * gdb.mi/mi-stack.exp: Likewise.
4055 * gdb.mi/mi-syn-frame.exp: Likewise.
4056 * gdb.mi/user-selected-context-sync.exp: Likewise.
4057
4058 2018-08-19 Michael Spang <spang@google.com>
4059
4060 PR gdb/11786
4061 * gdb.base/gcore-tls-pie.c: New file.
4062 * gdb.base/gcore-tls-pie.exp: New file.
4063
4064 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4065
4066 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4067 * gdb.dwarf2/varval.c: New file.
4068 * gdb.dwarf2/varval.exp: New file.
4069
4070 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4071
4072 PR gdb/18931
4073 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4074
4075 2018-08-16 Keith Seitz <keiths@redhat.com>
4076
4077 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4078 tests expected to pass.
4079
4080 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4081
4082 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4083 -data-disassemble -a.
4084 (test_disassembly_bogus_args): Likewise.
4085
4086 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4087
4088 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4089
4090 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4091
4092 * gdb.base/vla-optimized-out.exp: Add new test.
4093
4094 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4095
4096 * gdb.base/vla-optimized-out-o3.exp: Delete.
4097 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4098 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4099 deleted tests.
4100
4101 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4102
4103 PR gdb/18050:
4104 * gdb.server/extended-remote-restart.c: New file.
4105 * gdb.server/extended-remote-restart.exp: New file.
4106
4107 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4108
4109 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4110 "set variable index = 42".
4111
4112 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4113
4114 * boards/index-cache-gdb.exp: New file.
4115 * gdb.dwarf2/index-cache.exp: New file.
4116 * gdb.dwarf2/index-cache.c: New file.
4117 * gdb.base/maint.exp: Check if we are using the index cache.
4118
4119 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4120
4121 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4122 MAKEFLAGS.
4123
4124 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4125
4126 * dg-extract-results.sh: Move to toplevel contrib.
4127 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4128 * Makefile.in (check-parallel-racy): Likewise.
4129
4130 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4131
4132 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4133 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4134 tests if the target supports scheduler locking.
4135
4136 2018-08-04 Tom de Vries <tdevries@suse.de>
4137
4138 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4139
4140 2018-08-02 Tom Tromey <tom@tromey.com>
4141
4142 PR symtab/16842.
4143 * gdb.cp/temargs.exp: Test "info address" of a template
4144 parameter.
4145
4146 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4147
4148 * gdb.python/py-mi-var-info-path-expression.c: New file.
4149 * gdb.python/py-mi-var-info-path-expression.py: New file.
4150 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4151
4152 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4153
4154 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4155 error after "cannot resolve name" string.
4156
4157 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4158
4159 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4160 started.
4161 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4162
4163 2018-07-28 Tom de Vries <tdevries@suse.de>
4164
4165 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4166
4167 2018-07-26 Tom de Vries <tdevries@suse.de>
4168
4169 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4170
4171 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4172
4173 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4174 is visible.
4175
4176 2018-07-26 Tom de Vries <tdevries@suse.de>
4177
4178 PR breakpoints/23366
4179 * gdb.base/catch-follow-exec.c: New test.
4180 * gdb.base/catch-follow-exec.exp: New file.
4181
4182 2018-07-25 Tom de Vries <tdevries@suse.de>
4183
4184 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4185 vla-optimized-out.c.
4186
4187 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4188
4189 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4190 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4191
4192 2018-07-20 Tom de Vries <tdevries@suse.de>
4193
4194 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4195 NOCLONE macro.
4196 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4197
4198 2018-07-19 Tom de Vries <tdevries@suse.de>
4199
4200 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4201 regular expression.
4202
4203 2018-07-18 Tom de Vries <tdevries@suse.de>
4204
4205 * gdb.base/vla-optimized-out.c: New test.
4206 * gdb.base/vla-optimized-out.exp: New file.
4207
4208 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4209
4210 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4211 message "No address associated with hostname" when gdbserver
4212 cannot resolve the hostname.
4213
4214 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4215
4216 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4217 Add some test prefixes to make tests unique.
4218
4219 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4220
4221 * gdb.base/frameapply.c: New file.
4222 * gdb.base/frameapply.exp: New file.
4223
4224 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4225
4226 * gdb.base/skip.exp: Update expected error message.
4227
4228 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4229 Jan Kratochvil <jan.kratochvil@redhat.com>
4230 Paul Fertser <fercerpav@gmail.com>
4231 Tsutomu Seki <sekiriki@gmail.com>
4232
4233 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4234 parameter.
4235 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4236 by default.
4237 * boards/native-gdbserver.exp: Likewise.
4238 * gdb.server/run-without-local-binary.exp: Improve regexp used
4239 for detecting when a remote debugging connection succeeds.
4240 * gdb.server/server-connect.exp: New file.
4241 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4242 Do not prefix the port number with ":".
4243 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4244 support for detecting and using it. Add '$debughost_gdbserver'
4245 to the list of arguments used to start gdbserver. Handle case
4246 when gdbserver cannot resolve a network name.
4247
4248 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4249
4250 PR c++/23373
4251 * gdb.base/ptype-offsets.cc (struct static_member): New
4252 struct.
4253 (main) <stmember>: New variable.
4254 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4255 with a static member in it.
4256
4257 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4258
4259 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4260 watchpoints enabled and disabled.
4261
4262 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4263
4264 * gdb.base/examine-backward.exp: Still run tests around address
4265 0x0, even if address 0x0 is not readable. Update the pattern for
4266 matching address 0x0 in expected output.
4267
4268 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4269
4270 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4271 malloc/free.
4272
4273 2018-07-04 Tom de Vries <tdevries@suse.de>
4274
4275 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4276
4277 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4278
4279 PR tdep/8282
4280 * gdb.arch/mips-disassembler-options.exp: New test.
4281 * gdb.arch/mips-disassembler-options.s: New test source.
4282
4283 2018-06-29 Pedro Alves <palves@redhat.com>
4284
4285 * gdb.threads/names.exp: Adjust expected "info threads" output.
4286
4287 2018-06-29 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.opt/inline-break.exp (line number, address): Add "info
4290 break" tests.
4291
4292 2018-06-29 Pedro Alves <palves@redhat.com>
4293
4294 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4295 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4296 number and address and running to them.
4297
4298 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4299
4300 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4301
4302 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4303
4304 * lib/compiler.c: Remove executable permission flag.
4305
4306 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4307
4308 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4309 code.
4310 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4311
4312 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4313
4314 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4315
4316 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4317
4318 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4319 address argument is omitted.
4320
4321 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4322
4323 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4324
4325 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4326
4327 PR gdb/21695
4328 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4329 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4330
4331 2018-06-26 Tom Tromey <tom@tromey.com>
4332
4333 PR rust/22574:
4334 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4335 * gdb.rust/simple.rs (struct SimpleLayout): New.
4336
4337 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4338
4339 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4340 "info registers" output.
4341
4342 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4343
4344 * gdb.base/watchpoint-hw-attach.c: New test.
4345 * gdb.base/watchpoint-hw-attach.exp: New file.
4346
4347 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4348
4349 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4350 through /bin/sh.
4351 * boards/dwarf4-gdb-index.exp: Likewise.
4352 * boards/fission-dwp.exp: Likewise.
4353
4354 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4355
4356 * gdb.base/float128.exp: Add comment and improved fail message
4357 to the failure case of "print large128" test.
4358
4359 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4360
4361 * configure.ac: Remove AC_PREREQ.
4362 * configure: Re-generate.
4363
4364 2018-06-19 Pedro Alves <palves@redhat.com>
4365
4366 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4367 (func_extern_caller): New.
4368 (main): Call func_extern_caller.
4369 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4370 logic change.
4371
4372 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4373
4374 PR gdb/16841
4375 * gdb.cp/typedef-base.cc: New file.
4376 * gdb.cp/typedef-base.exp: New file.
4377
4378 2018-06-18 Tom de Vries <tdevries@suse.de>
4379
4380 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4381
4382 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4383 Richard Bunt <Richard.Bunt@arm.com>
4384
4385 * gdb.threads/attach-slow-waitpid.c: New file.
4386 * gdb.threads/attach-slow-waitpid.exp: New file.
4387 * gdb.threads/slow-waitpid.c: New file.
4388
4389 2018-06-14 Pedro Alves <palves@redhat.com>
4390
4391 * gdb.base/fork-running-state.c: Include <errno.h>.
4392 (exit_if_relative_exits): New.
4393 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4394 exits.
4395 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4396 child exits.
4397
4398 2018-06-14 Tom de Vries <tdevries@suse.de>
4399
4400 PR cli/22573
4401 * gdb.base/finish-pretty.c: New test.
4402 * gdb.base/finish-pretty.exp: New file.
4403
4404 2018-06-14 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4407 gdb's expected startup output.
4408
4409 2018-06-14 Pedro Alves <palves@redhat.com>
4410
4411 * lib/selftest-support.exp (selftest_setup): Remove inlined
4412 function handling.
4413
4414 2018-06-14 Tom de Vries <tdevries@suse.de>
4415
4416 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4417 matching of breakpoint printing.
4418
4419 2018-06-13 Tom de Vries <tdevries@suse.de>
4420
4421 PR testsuite/23269
4422 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4423 (fork_child): ... here, and ...
4424 (fork_parent): ... here.
4425
4426 2018-06-12 Tom de Vries <tdevries@suse.de>
4427
4428 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4429
4430 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4431 Stephen Roberts <stephen.roberts@arm.com>
4432
4433 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4434 rewrite test to describe action performed, rather than possible
4435 failure.
4436
4437 2018-06-08 Gary Benson <gbenson@redhat.com>
4438
4439 * gdb.threads/check-libthread-db.exp: New file.
4440 * gdb.threads/check-libthread-db.c: Likewise.
4441
4442 2018-06-05 Tom Tromey <tom@tromey.com>
4443
4444 * gdb.base/default.exp: Update expected "show version" output.
4445
4446 2018-06-05 Tom Tromey <tom@tromey.com>
4447
4448 PR cli/12326:
4449 * gdb.cp/static-print-quit.exp: Update.
4450 * lib/gdb.exp (pagination_prompt): Update.
4451 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4452 * gdb.python/python.exp: Update.
4453
4454 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4455
4456 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4457
4458 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4459
4460 * gdb.ada/bp_fun_addr: New testcase.
4461
4462 2018-06-01 Tom Tromey <tom@tromey.com>
4463
4464 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4465 results.
4466 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4467 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4468 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4469 * gdb.base/maint.exp (maint_pass_if): Update.
4470
4471 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4472
4473 * gdb.base/endian.exp: New test.
4474 * gdb.base/endian.c: New test source.
4475
4476 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4477
4478 PR gdb/23203
4479 * gdb.base/bt-selected-frame.c: New file.
4480 * gdb.base/bt-selected-frame.exp: New file.
4481 * lib/gdb.exp (get_current_frame_number): New function.
4482
4483 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4484 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.threads/tls-core.c: Include <stdlib.h>
4487 (thread_proc): Call `abort'.
4488 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4489 (tls_core_test): New procedure, bits factored out from ...
4490 (top level): ... here. Test both native cores and gcore cores.
4491
4492 2018-05-23 Tom Tromey <tom@tromey.com>
4493
4494 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4495
4496 2018-05-23 Tom Tromey <tom@tromey.com>
4497
4498 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4499 symfile_complaints.
4500 (test_short_complaints): Likewise.
4501 (test_empty_complaints): Likewise.
4502 (test_initial_complaints): Update.
4503
4504 2018-05-23 Tom Tromey <tom@tromey.com>
4505
4506 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4507
4508 2018-05-23 Tom Tromey <tom@tromey.com>
4509
4510 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4511 (test_short_complaints): Update.
4512
4513 2018-05-22 Pedro Alves <palves@redhat.com>
4514
4515 * gdb.base/remote.exp: Only gdb_start after compiling the
4516 testcase. Issue "disconnect" before testing "set remote" command
4517 defaults. Issue clean_restart before running to main.
4518
4519 2018-05-22 Pedro Alves <palves@redhat.com>
4520
4521 * gdb.base/remote.exp: Adjust expected output of "show remote
4522 memory-write-packet-size". Add tests for "set remote
4523 memory-write-packet-size 0" and "set remote
4524 memory-write-packet-size fixed/limit".
4525
4526 2018-05-22 Pedro Alves <palves@redhat.com>
4527
4528 PR gdb/22973
4529 * gdb.base/utf8-identifiers.c: New file.
4530 * gdb.base/utf8-identifiers.exp: New file.
4531
4532 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4533
4534 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4535
4536 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4537
4538 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4539
4540 2018-05-18 Tom Tromey <tom@tromey.com>
4541
4542 * gdb.base/ptype-offsets.exp: Update.
4543
4544 2018-05-17 Keith Seitz <keiths@redhat.com>
4545
4546 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4547 in expected breakpoint stop locations.
4548 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4549 move to proper scope to test variable values.
4550 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4551 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4552 New functions.
4553 (main): Call not_inline_func3.
4554 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4555 inline_func1, inline_func2, and inline_func3. Test that when each
4556 breakpoint is hit, GDB properly reports both the stop location
4557 and the backtrace. Repeat tests for temporary breakpoints.
4558
4559 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4560
4561 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4562 rather then trying to access it in determining whether the PID
4563 of `gdbserver' could have been retrieved.
4564
4565 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4566
4567 * gdb.arch/amd64-init-x87-values.S: New file.
4568 * gdb.arch/amd64-init-x87-values.exp: New file.
4569
4570 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4571
4572 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4573
4574 2018-05-04 Tom Tromey <tom@tromey.com>
4575
4576 PR python/22730:
4577 * gdb.python/python.exp: Test multi-line execute.
4578
4579 2018-05-04 Tom Tromey <tom@tromey.com>
4580
4581 PR python/22731:
4582 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4583
4584 2018-05-04 Tom Tromey <tom@tromey.com>
4585
4586 PR gdb/11750:
4587 * gdb.base/define.exp: Test defining a user command inside a user
4588 command.
4589 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4590
4591 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4592 Pedro Alves <palves@redhat.com>
4593
4594 PR breakpoints/19806 and support for PR external/20207.
4595 * gdb.base/watchpoint-unaligned.c: New file.
4596 * gdb.base/watchpoint-unaligned.exp: New file.
4597
4598 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4599
4600 * gdb.base/maint.exp: Make test names unique, use
4601 test_prefix_command_help to test 'help maint info', and remove
4602 repeated test of 'help maint'.
4603
4604 2018-05-04 Tom Tromey <tom@tromey.com>
4605
4606 PR gdb/22619:
4607 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4608 behavior.
4609
4610 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4611
4612 * gdb.base/maint.exp: Process output from 'maint print registers'
4613 line at a time.
4614
4615 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4616
4617 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4618 timeout.
4619
4620 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4621
4622 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4623 filter pattern.
4624
4625 2018-05-02 Pedro Alves <palves@redhat.com>
4626
4627 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4628 to_log_command renames.
4629 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4630
4631 2018-05-02 Tom Tromey <tom@tromey.com>
4632
4633 * gdb.python/py-parameter.exp: Set test message.
4634
4635 2018-05-02 Tom Tromey <tom@tromey.com>
4636
4637 PR python/20084:
4638 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4639 PARAM_ZUINTEGER_UNLIMITED tests.
4640
4641 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4642
4643 PR rust/23124
4644 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4645 when casting.
4646
4647 2018-04-30 Tom Tromey <tom@tromey.com>
4648
4649 * gdb.python/py-type.exp: Check align attribute.
4650 * gdb.python/py-type.c: New "aligncheck" global.
4651
4652 2018-04-30 Tom Tromey <tom@tromey.com>
4653
4654 PR exp/17095:
4655 * gdb.dwarf2/dw2-align.exp: New file.
4656 * gdb.cp/align.exp: New file.
4657 * gdb.base/align.exp: New file.
4658 * lib/gdb.exp (gdb_int128_helper): New proc.
4659 (has_int128_c, has_int128_cxx): New caching procs.
4660
4661 2018-04-27 Tom Tromey <tom@tromey.com>
4662
4663 PR rust/22545:
4664 * gdb.rust/simple.exp: Add inclusive range tests.
4665
4666 2018-04-26 Pedro Alves <palves@redhat.com>
4667
4668 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4669 ifunc breakpoint locations correctly of ifunc breakpoints set
4670 while the program resolves the ifunc.
4671
4672 2018-04-26 Pedro Alves <palves@redhat.com>
4673
4674 * gdb.base/gnu-ifunc-final.c: New file.
4675 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4676 * gdb.base/gnu-ifunc.exp (executable): Delete.
4677 (staticexecutable): Adjust.
4678 (lib_opts, exec_opts): Delete.
4679 (make_binsuffix, build, set-break): New procedures.
4680 (misc_tests): New, with tests factored out from the top level.
4681 (top level): Test different combinations of ifunc resolver name,
4682 resolver with and with debug info, and ifunc target with and
4683 without debug info. Wrap static tests with with_target_prefix.
4684
4685 2018-04-26 Pedro Alves <palves@redhat.com>
4686
4687 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4688 return type" warnings.
4689
4690 2018-04-25 Pedro Alves <palves@redhat.com>
4691
4692 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4693 killed".
4694 * gdb.base/kill-after-signal.exp: Likewise.
4695 * gdb.threads/kill.exp: Likewise.
4696
4697 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4698 Sergio Durigan Junior <sergiodj@redhat.com>
4699 Pedro Alves <palves@redhat.com>
4700
4701 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4702 regexps to expect for '[Inferior ... detached]' as well.
4703 * gdb.base/attach.exp: Likewise.
4704 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4705 "gdb_continue_to_end".
4706 (test_catch_syscall_with_wrong_args): Likewise.
4707 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4708 ']'. Don't set 'verbose' on.
4709 * gdb.base/foll-vfork.exp: Likewise.
4710 * gdb.base/fork-print-inferior-events.c: New file.
4711 * gdb.base/fork-print-inferior-events.exp: New file.
4712 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4713 '[Inferior ... has been killed]' message.
4714 * gdb.base/kill-after-signal.exp: Likewise.
4715 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4716 detach message.
4717 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4718 message.
4719 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4720 regexps to expect for '[Inferior ... detached]' as well.
4721 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4722
4723 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4724
4725 PR gdb/23104
4726 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4727
4728 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4729
4730 PR gdb/23095
4731 * gdb.base/break-probes.exp: Pass shlib_load to
4732 prepare_for_testing. Set normal_bp to r_debug_state if target is
4733 bsd.
4734
4735 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4736
4737 * gdb.threads/multiple-successive-infcall.c: New test.
4738 * gdb.threads/multiple-successive-infcall.exp: New file.
4739
4740 2018-04-17 Tom Tromey <tom@tromey.com>
4741
4742 * gdb.rust/simple.rs (Union): New type.
4743 (main): New local "u".
4744 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4745
4746 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4747
4748 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4749 number information in output of "whereis" command.
4750 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4751
4752 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4753
4754 * gdb.ada/info_types.exp: Adjust expected output to the line
4755 numbers now printed by "info var/func/type".
4756 * gdb.base/completion.exp: Likewise.
4757 * gdb.base/included.exp: Likewise.
4758 * gdb.cp/cp-relocate.exp: Likewise.
4759 * gdb.cp/cplusfuncs.exp: Likewise.
4760 * gdb.cp/namespace.exp: Likewise.
4761 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4762
4763 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4764
4765 * gdb.btrace/cpu.exp: New.
4766
4767 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4768
4769 * gdb.base/step-indirect-call-thunk.exp: New.
4770 * gdb.base/step-indirect-call-thunk.c: New.
4771 * gdb.reverse/step-indirect-call-thunk.exp: New.
4772 * gdb.reverse/step-indirect-call-thunk.c: New.
4773
4774 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4775
4776 * gdb.base/pie-fork.c: New file.
4777 * gdb.base/pie-fork.exp: New file.
4778
4779 2018-04-11 Tom Tromey <tom@tromey.com>
4780
4781 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4782
4783 2018-04-10 Pedro Alves <palves@redhat.com>
4784
4785 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4786 exits. Instead loop running forever.
4787 (fork_parent): Run forever too.
4788
4789 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4790
4791 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4792 mi_continue_to_line.
4793 * gdb.mi/mi-stack.c (callee4): Add comment.
4794
4795 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4796
4797 * gdb.mi/mi-stack.exp: Fix indentation.
4798
4799 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4800
4801 PR gdb/22979
4802 * gdb.arch/amd64-osabi.exp: New file.
4803
4804 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4805
4806 PR gdb/22980
4807 * gdb.base/osabi.exp: New file.
4808
4809 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4810
4811 * gdb.cp/static-typedef-print.exp: New file.
4812 * gdb.cp/static-typedef-print.cc: New file.
4813
4814 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4815
4816 * gdb.ada/varsize_limit: New testcase.
4817
4818 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4819
4820 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4821
4822 * gdb.ada/notcplusplus: New testcase.
4823
4824 * gdb.base/c-linkage-name.c: New file.
4825 * gdb.base/c-linkage-name.exp: New testcase.
4826
4827 2018-03-26 Tom Tromey <tom@tromey.com>
4828
4829 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4830 * gdb.python/py-framefilter.py (name_error): New global.
4831 (ErrorInName.function): Use name_error.
4832
4833 2018-03-26 Tom Tromey <tom@tromey.com>
4834
4835 PR backtrace/15582:
4836 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4837
4838 2018-03-23 Keith Seitz <keiths@redhat.com>
4839
4840 PR c++/22968
4841 * gdb.cp/subtypes.exp: New file.
4842 * gdb.cp/subtypes.h: New file.
4843 * gdb.cp/subtypes.cc: New file.
4844 * gdb.cp/subtypes-2.cc: New file.
4845
4846 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4847
4848 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4849 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4850 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4851 -nostartfiles when compiling the test. Confirm that all registers
4852 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4853
4854 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4855
4856 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4857 option, syntax was wrong anyway.
4858 * gdb.arch/arm-disp-step.exp: Likewise.
4859 * gdb.arch/sparc64-regs.exp: Likewise.
4860 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4861 option, syntax was wrong anyway, switch to use
4862 prepare_for_testing.
4863 * gdb.arch/i386-disp-step.exp: Likewise.
4864
4865 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4866
4867 * gdb.ada/exec_changed.exp: Replace "target_info exists
4868 use_gdb_stub" by "use_gdb_stub".
4869 * gdb.ada/start.exp: Likewise.
4870 * gdb.base/async-shell.exp: Likewise.
4871 * gdb.base/attach-pie-misread.exp: Likewise.
4872 * gdb.base/attach-wait-input.exp: Likewise.
4873 * gdb.base/break-entry.exp: Likewise.
4874 * gdb.base/break-interp.exp: Likewise.
4875 * gdb.base/dprintf-detach.exp: Likewise.
4876 * gdb.base/nostdlib.exp: Likewise.
4877 * gdb.base/solib-nodir.exp: Likewise.
4878 * gdb.base/statistics.exp: Likewise.
4879 * gdb.base/testenv.exp: Likewise.
4880 * gdb.mi/mi-exec-run.exp: Likewise.
4881 * gdb.mi/mi-start.exp: Likewise.
4882 * gdb.multi/dummy-frame-restore.exp: Likewise.
4883 * gdb.multi/multi-arch-exec.exp: Likewise.
4884 * gdb.multi/multi-arch.exp: Likewise.
4885 * gdb.multi/tids.exp: Likewise.
4886 * gdb.multi/watchpoint-multi.exp: Likewise.
4887 * gdb.python/py-events.exp: Likewise.
4888 * gdb.threads/attach-into-signal.exp: Likewise.
4889 * gdb.threads/attach-stopped.exp: Likewise.
4890 * gdb.threads/threadapply.exp: Likewise.
4891 * lib/selftest-support.exp: Likewise.
4892
4893 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4894
4895 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4896
4897 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4898
4899 * gdb.perf/template-breakpoints.cc: New file.
4900 * gdb.perf/template-breakpoints.exp: New file.
4901 * gdb.perf/template-breakpoints.py: New file.
4902
4903 2018-03-19 Tom Tromey <tom@tromey.com>
4904
4905 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4906 y0.
4907 * gdb.rust/simple.exp: Test bare identifier form of struct
4908 initializer.
4909
4910 2018-03-19 Tom Tromey <tom@tromey.com>
4911
4912 * gdb.gdb/observer.exp: Remove.
4913
4914 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4915
4916 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4917 "qualified" option when setting breakpoints.
4918 * gdb.trace/backtrace.exp: Likewise.
4919 * gdb.trace/circ.exp: Likewise.
4920 * gdb.trace/collection.exp: Likewise.
4921 * gdb.trace/disconnected-tracing.exp: Likewise.
4922 * gdb.trace/ftrace-lock.exp: Likewise.
4923 * gdb.trace/ftrace.exp: Likewise.
4924 * gdb.trace/infotrace.exp: Likewise.
4925 * gdb.trace/packetlen.exp: Likewise.
4926 * gdb.trace/passc-dyn.exp: Likewise.
4927 * gdb.trace/qtro.exp: Likewise.
4928 * gdb.trace/read-memory.exp: Likewise.
4929 * gdb.trace/report.exp: Likewise.
4930 * gdb.trace/signal.exp: Likewise.
4931 * gdb.trace/status-stop.exp: Likewise.
4932 * gdb.trace/strace.exp: Likewise.
4933 * gdb.trace/tfind.exp: Likewise.
4934 * gdb.trace/trace-break.exp: Likewise.
4935 * gdb.trace/trace-condition.exp: Likewise.
4936 * gdb.trace/trace-mt.exp: Likewise.
4937 * gdb.trace/tstatus.exp: Likewise.
4938 * gdb.trace/tsv.exp: Likewise.
4939 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4940 * gdb.trace/unavailable.exp: Likewise.
4941 * gdb.trace/while-dyn.exp: Likewise.
4942
4943 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4944
4945 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4946 that libinproctrace is copied to the target.
4947
4948 2018-03-14 Tom Tromey <tom@tromey.com>
4949
4950 PR cli/14977:
4951 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4952 a null pointer.
4953 * gdb.base/wchar.exp: Likewise.
4954
4955 2018-03-14 Tom Tromey <tom@tromey.com>
4956
4957 PR cli/19918:
4958 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4959 flag.
4960
4961 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4962
4963 PR gdb/22841
4964 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4965 "target" to remote_exec.
4966
4967 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4968
4969 PR gdb/22841
4970 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4971 ${board}_upload): Remove.
4972
4973 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4974
4975 * gdb.cp/watch-cp.cc: New test.
4976 * gdb.cp/watch-cp.exp: New file.
4977
4978 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4979
4980 * gdb.base/infcall-nested-structs.exp: New file.
4981 * gdb.base/infcall-nested-structs.c: New file.
4982 * gdb.base/float.exp: Add riscv support.
4983
4984 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4985
4986 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4987 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4988
4989 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4990
4991 * gdb.server/abspath.exp: New file.
4992 * lib/gdb.exp (with_cwd): New procedure.
4993
4994 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4995
4996 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4997 use it.
4998 (gdb_is_target_remote_prompt): New proc.
4999 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5000 (gdb_is_target_native): Pass prompt parameter to
5001 gdb_is_target_1.
5002
5003 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5004
5005 * gdb.base/load-command.c: New file.
5006 * gdb.base/load-command.exp: New file.
5007 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5008 (gdb_is_target_1): ...this, and generalize for other targets
5009 than just remote.
5010 (gdb_is_target_remote): Use gdb_is_target_1.
5011 (gdb_is_target_native): use gdb_is_target_1.
5012
5013 2018-02-26 Tom Tromey <tom@tromey.com>
5014
5015 PR python/16497:
5016 * gdb.python/py-framefilter.exp: Update test.
5017
5018 2018-02-26 Tom Tromey <tom@tromey.com>
5019
5020 * gdb.dwarf2/variant.c: New file.
5021 * gdb.dwarf2/variant.exp: New file.
5022
5023 2018-02-26 Tom Tromey <tom@tromey.com>
5024
5025 * gdb.rust/simple.exp: Accept more possible results in enum test.
5026
5027 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5028
5029 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5030 parentheses.
5031
5032 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5033
5034 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5035 name of a variable: $actual_linejj -> $actual_line.
5036
5037 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5038
5039 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5040
5041 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5042
5043 * gdb.btrace/buffer-size.exp: Do not force BTS.
5044
5045 2018-02-14 Pedro Alves <palves@redhat.com>
5046
5047 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5048 getting a "Quit".
5049
5050 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5051
5052 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5053 Fix test name.
5054
5055 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5056
5057 * gdb.cp/m-static.exp: Check type of optimized out static
5058 member.
5059
5060 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5061
5062 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5063 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5064
5065 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5066 Leszek Swirski <leszeks@google.com>
5067
5068 * gdb.python/py-prettyprint.c
5069 (struct to_string_returns_value_inner,
5070 struct to_string_returns_value_wrapper): New.
5071 (main): Add tsrvw variable.
5072 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5073 ToStringReturnsValueWrapper): New classes.
5074 (register_pretty_printers): Register new pretty-printers.
5075 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5076 recursive pretty printer.
5077 * gdb.python/py-mi.exp: Likewise.
5078
5079 2018-02-01 Leszek Swirski <leszeks@google.com>
5080
5081 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5082 functions with the same name as an include file are parsed
5083 correctly.
5084
5085 2018-02-01 Yao Qi <yao.qi@linaro.org>
5086
5087 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5088 "\[^\r\n\]*".
5089
5090 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5091
5092 * gdb.arch/powerpc-prologue-frame.s: New file.
5093 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5094 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5095
5096 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5097
5098 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5099
5100 2018-01-30 Pedro Alves <palves@redhat.com>
5101
5102 PR gdb/13211
5103 * gdb.base/interrupt-daemon.c: New.
5104 * gdb.base/interrupt-daemon.exp: New.
5105 * gdb.multi/multi-term-settings.c: New.
5106 * gdb.multi/multi-term-settings.exp: New.
5107
5108 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5109
5110 * gdb.base/break.exp: Save the location where the breakpoint
5111 on break.c:47 was actually inserted when debugging the version
5112 compiled at -O2 and use it in the expected output of the "info
5113 break" test performed soon after.
5114
5115 2018-01-22 Pedro Alves <palves@redhat.com>
5116 Sergio Durigan Junior <sergiodj@redhat.com>
5117
5118 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5119 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5120
5121 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5122
5123 * gdb.base/break-include.c, gdb.base/break-include.inc,
5124 gdb.base/break-include.exp: New files.
5125 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5126 line number now being the actual line number where the breakpoint
5127 was inserted.
5128 * gdb.mi/mi-break.exp: Likewise.
5129 * gdb.mi/mi-reverse.exp: Likewise.
5130 * gdb.mi/mi-simplerun.exp: Ditto.
5131
5132 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5133
5134 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5135 varobj.
5136 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5137
5138 2018-01-21 Don Breazeal <donb@codesourcery.com>
5139 Andrew Burgess <andrew.burgess@embecosm.com>
5140
5141 * gdb.mi/basics.c: Add new global.
5142 * gdb.mi/mi-frame-regs.exp: New file.
5143 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5144 case.
5145
5146 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5147
5148 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5149 non-parameter, and on an unknown symbol.
5150
5151 2018-01-19 Tom Tromey <tom@tromey.com>
5152
5153 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5154 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5155
5156 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5157
5158 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5159 setrlimit and chdir to int.
5160
5161 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5162
5163 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5164 function.
5165 (my_tend): Likewise.
5166 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5167 rationale of avoiding FP- and vector instructions.
5168
5169 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5170
5171 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5172 "info reg" with "\[ \t\]*".
5173 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5174 "\[ \t\]+".
5175 * gdb.arch/s390-multiarch.exp: Ditto.
5176 * gdb.base/pc-fp.exp: Ditto.
5177 * gdb.reverse/i386-precsave.exp: Ditto.
5178 * gdb.reverse/i386-reverse.exp: Ditto.
5179 * gdb.reverse/i387-env-reverse.exp: Ditto.
5180 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5181
5182 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5183
5184 * lib/gdb.exp (gdb_compile): Re-enable use of
5185 universal_compile_options for languages other than Rust.
5186
5187 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5188
5189 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5190
5191 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5192
5193 PR gdb/16577
5194 * gdb.base/solib-vanish.exp: New.
5195 * gdb.base/solib-vanish-main.c: New.
5196 * gdb.base/solib-vanish-lib1.c: New.
5197 * gdb.base/solib-vanish-lib2.c: New.
5198
5199 2018-01-17 Yao Qi <yao.qi@linaro.org>
5200
5201 * gdb.compile/compile.exp: Match the address printed for
5202 frame in the output of command "bt".
5203
5204 2018-01-15 Tom Tromey <tom@tromey.com>
5205
5206 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5207 compute sp_reg.
5208
5209 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5210
5211 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5212 to prepare.
5213 (prepare): Return 0 on error, 1 on success.
5214
5215 2018-01-12 Pedro Alves <palves@redhat.com>
5216
5217 * gdb.base/continue-after-aborted-step-over.c: New.
5218 * gdb.base/continue-after-aborted-step-over.exp: New.
5219
5220 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5221
5222 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5223 options when not creating an executable.
5224
5225 2018-01-11 Pedro Alves <palves@redhat.com>
5226
5227 PR remote/22597
5228 * gdb.server/stop-reply-no-thread.c: New file.
5229 * gdb.server/stop-reply-no-thread.exp: New file.
5230
5231 2018-01-10 Pedro Alves <palves@redhat.com>
5232
5233 PR gdb/22670
5234 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5235 functions too. Test setting breakpoints and printing C functions
5236 with no debug info too.
5237 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5238
5239 2018-01-10 Pedro Alves <palves@redhat.com>
5240
5241 PR gdb/22670
5242 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5243 a fail.
5244
5245 2018-01-10 Pedro Alves <palves@redhat.com>
5246
5247 PR gdb/22670
5248 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5249
5250 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5251
5252 * gdb.server/unittest.exp: Match the output in non-development
5253 mode.
5254
5255 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5256
5257 * gdb.gdb/unittest.exp: Match output in non-development mode.
5258
5259 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5260
5261 * gdb.ada/access_tagged_param.exp: Relax expected output
5262 for value of "ObjL" in "continue" to pck.inspect breakpoint
5263 test.
5264
5265 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5266
5267 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5268 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5269
5270 2018-01-05 Pedro Alves <palves@redhat.com>
5271
5272 PR gdb/18653
5273 * gdb.base/libsegfault.exp: New.
5274
5275 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5276
5277 PR gdb/22670
5278 * gdb.ada/access_tagged_param.exp: New file.
5279 * gdb.ada/access_tagged_param/foo.adb: New file.
5280
5281 2018-01-05 Pedro Alves <palves@redhat.com>
5282
5283 PR gdb/22670
5284 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5285 exercise lower case too, and to exercise both full matching and
5286 wild matching.
5287
5288 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5289
5290 * gdb.ada/rename_subscript_param: New testcase.
5291
5292 2018-01-05 Jerome Guitton <guitton@adacore.com>
5293
5294 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5295
5296 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5297
5298 * gdb.ada/convvar_comp: New testcase.
5299
5300 2018-01-05 Xavier Roirand <roirand@adacore.com>
5301
5302 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5303 (My_Table): New global variable.
5304 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5305
5306 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5307
5308 PR gdb/22670
5309 * gdb.ada/maint_with_ada: New testcase.
5310
5311 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5312
5313 PR gdb/22670
5314 * gdb.ada/bp_c_mixed_case: New testcase.
5315
5316 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5317
5318 PR gdb/22670
5319 * gdb.ada/complete.exp: Add "complete break ada" test.
5320
5321 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5322
5323 PR gdb/22670
5324 * gdb.ada/info_addr_mixed_case: New testcase.
5325
5326 2018-01-03 Xavier Roirand <roirand@adacore.com>
5327
5328 * gdb.ada/excep_handle.exp: New testcase.
5329 * gdb.ada/excep_handle/foo.adb: New file.
5330 * gdb.ada/excep_handle/pck.ads: New file.
5331
5332 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5333
5334 * gdb.base/step-line.c: Add extra empty line in copyright header.
5335 * gdb.base/step-line.inp: Likewise.
5336
5337 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5338
5339 * gdb.ada/dyn_stride.exp: Add slice test.
5340
5341 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5342
5343 * gdb.ada/dyn_stride: New testcase.
5344
5345 2017-12-27 Stafford Horne <shorne@gmail.com>
5346
5347 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5348 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5349
5350 2017-12-27 Stafford Horne <shorne@gmail.com>
5351
5352 * gdb.base/reggroups.c: New file.
5353 * gdb.base/reggroups.exp: New file.
5354
5355 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5356
5357 * gdb.dwarf2/ada-valprint-error.c: New file.
5358 * gdb.dwarf2/ada-valprint-error.exp: New file.
5359
5360 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5361
5362 * gdb.ada/assign_arr: New testcase.
5363
5364 2017-12-18 Xavier Roirand <roirand@adacore.com>
5365
5366 * gdb.ada/funcall_ptr: New testcase.
5367
5368 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5369
5370 PR cli/16224
5371 * gdb.base/ptype-offsets.cc: New file.
5372 * gdb.base/ptype-offsets.exp: New file.
5373
5374 2017-12-15 Yao Qi <yao.qi@linaro.org>
5375
5376 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5377 if XML is disabled.
5378
5379 2017-12-15 Xavier Roirand <roirand@adacore.com>
5380
5381 * gdb.ada/same_component_name: New testcase.
5382
5383 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5384
5385 * gdb.ada/str_binop_equal: New testcase.
5386
5387 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5388
5389 * gdb.ada/task_switch_in_core: New testcase.
5390
5391 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5392
5393 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5394 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5395 call test_bkpt_qualified.
5396 (test_bkpt_qualified): New proc.
5397
5398 2017-12-13 Pedro Alves <palves@redhat.com>
5399
5400 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5401 Tighten regexp by matching with an anchor.
5402
5403 2017-12-13 Pedro Alves <palves@redhat.com>
5404
5405 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5406 ("expression with namespace"): New set of tests.
5407 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5408 (Nested::Test_NS::qux): New.
5409 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5410 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5411
5412 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5413
5414 * gdb.base/server-del-break.c: New file.
5415 * gdb.base/server-del-break.exp: New file.
5416
5417 2017-12-12 Stafford Horne <shorne@gmail.com>
5418
5419 * gdb.xml/tdesc-regs.exp: Add or1k support.
5420
5421 2017-12-12 Stafford Horne <shorne@gmail.com>
5422
5423 * gdb.base/bp-permanent.c: Define nop of or1k.
5424
5425 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5426
5427 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5428 output with components being reordered.
5429
5430 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5431
5432 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5433 output with components being reordered.
5434
5435 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5436 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.base/maint.exp (check for .gdb_index): Check also for
5439 .debug_names.
5440 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5441 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5442 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5443 (.gdb_index used after symbol reloading): Support also .debug_names.
5444 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5445
5446 2017-12-08 Yao Qi <yao.qi@linaro.org>
5447
5448 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5449 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
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 test for breakpoint.
5455
5456 2017-12-08 Yao Qi <yao.qi@linaro.org>
5457
5458 * gdb.arch/aarch64-tagged-pointer.c: New file.
5459 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5460
5461 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5462
5463 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5464 "int".
5465
5466 2017-12-07 Keith Seitz <keiths@redhat.com>
5467
5468 PR breakpoints/22569
5469 * gdb.linespec/ls-errs.exp: Change expected result of "break
5470 -source this file has spaces.c -line 3".
5471 Check that an explicit source file followed by whitespace is
5472 identified as an invalid explicit location.
5473
5474 2017-12-07 Keith Seitz <keiths@redhat.com>
5475
5476 * gdb.cp/nested-types.cc: New file.
5477 * gdb.cp/nested-types.exp: New file.
5478 * lib/cp-support.exp: Load data-structures.exp library.
5479 (debug_cp_test_ptype_class): New global.
5480 (cp_ptype_class_verbose, next_line): New procedures.
5481 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5482 Add and document new return value.
5483 Switch the list of lines to a queue.
5484 Add support for new `type' key for nested type definitions.
5485 Add debugging/troubleshooting messages.
5486 * lib/data-structures.exp: New file.
5487
5488 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5489
5490 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5491 with proc_with_prefix, don't use with_test_prefix.
5492
5493 2017-12-07 Tom Tromey <tom@tromey.com>
5494
5495 * gdb.base/break.exp: Add test for empty "commands".
5496
5497 2017-12-07 Yao Qi <yao.qi@linaro.org>
5498
5499 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5500 malloc and catch syscall.
5501
5502 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5503
5504 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5505 tests for explicit locations.
5506
5507 2017-12-06 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5510 force-disabling XML descriptions.
5511
5512 2017-12-04 Pedro Alves <palves@redhat.com>
5513
5514 PR gdb/22499
5515 * gdb.arch/amd64-disp-step-avx.S: New file.
5516 * gdb.arch/amd64-disp-step-avx.exp: New file.
5517
5518 2017-12-03 Pedro Alves <palves@redhat.com>
5519
5520 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5521 and <string.h>.
5522 (parent_function): Print distinct messages when waitpid fails, or
5523 the child exits with a signal, or the child exits for an unhandled
5524 reason.
5525 * gdb.threads/process-dies-while-detaching.exp
5526 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5527 it. Wait for both inferior output and GDB's prompt. Use an
5528 indirect spawn id list.
5529 (do_detach): New parameter 'child_exit'. Use it to compute
5530 expected inferior output.
5531 (test_detach, test_detach_watch, test_detach_killed_outside):
5532 Adjust to pass down the expected child exit kind.
5533
5534 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5535 Sergio Durigan Junior <sergiodj@redhat.com>
5536 Pedro Alves <palves@redhat.com>
5537
5538 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5539
5540 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5541
5542 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5543 to 'symbol-file' and 'add-symbol-file' can be
5544 position-independent.
5545
5546 2017-12-01 Yao Qi <yao.qi@linaro.org>
5547
5548 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5549 the URL in copyright header.
5550 * gdb.arch/aarch64-fp.exp: Likewise.
5551 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5552 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5553 * gdb.base/expand-psymtabs.exp: Likewise.
5554 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5555 * gdb.fortran/common-block.exp: Likewise.
5556 * gdb.fortran/common-block.f90: Likewise.
5557 * gdb.fortran/logical.exp: Likewise.
5558 * gdb.fortran/vla-datatypes.f90: Likewise.
5559 * gdb.fortran/vla-sub.f90: Likewise.
5560
5561 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5562
5563 * gdb.ada/repeat_dyn: New testcase.
5564
5565 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5566
5567 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5568 Update for changed thread numbering.
5569 * gdb.cell/bt.exp: Update for changed GDB output.
5570
5571 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5572
5573 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5574 setting isremote by hand.
5575 * boards/dwarf4-gdb-index.exp: Likewise.
5576 * boards/fission.exp: Likewise.
5577 * boards/stabs.exp: Likewise.
5578
5579 2017-11-30 Pedro Alves <palves@redhat.com>
5580
5581 * gdb.linespec/cpls-ops.exp
5582 (check_explicit_skips_function_argument): Extract the underlying
5583 type of size_t instead of hardcoding it.
5584
5585 2017-11-29 Pedro Alves <palves@redhat.com>
5586
5587 PR c++/19436
5588 * gdb.linespec/cpls-abi-tag.cc: New file.
5589 * gdb.linespec/cpls-abi-tag.exp: New file.
5590
5591 2017-11-29 Pedro Alves <palves@redhat.com>
5592
5593 * gdb.base/langs.exp: Use -qualified.
5594 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5595 it.
5596 * gdb.cp/namespace.exp: Use -qualified.
5597 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5598 (overload-3, template-overload, template-ret-type, const-overload)
5599 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5600 procedures.
5601 (test_driver): Call them.
5602 * gdb.cp/save-bp-qualified.cc: New.
5603 * gdb.cp/save-bp-qualified.exp: New.
5604 * gdb.linespec/explicit.exp: Test -qualified.
5605 * lib/completion-support.exp (completion::explicit_opts_list): Add
5606 "-qualified".
5607 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5608
5609 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5610
5611 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5612
5613 2017-11-29 Tom Tromey <tom@tromey.com>
5614
5615 * gdb.base/relocate.exp: Update invalid argument test.
5616 Add new tests for invalid arguments.
5617
5618 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5619
5620 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5621 Return 0 as a long.
5622 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5623
5624 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5625
5626 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5627 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5628 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5629 func ().
5630 * gdb.cp/shadow.cc (B.func): Return 0.
5631
5632 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5633
5634 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5635 expected output in gdb_expect call to allow the exception
5636 message to be present as well. Fix syntax confusion to avoid
5637 TCL thinking that exception_name is an array.
5638
5639 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5640
5641 * gdb.arch/spu-info.c: Include <unistd.h>.
5642 (do_signal_test): Fix broken calls to write.
5643 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5644 Fix checks for empty mailboxes. Update signal tests for corrected
5645 do_signal_test routine. Allow nonzero event status.
5646 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5647 * gdb.cell/arch.exp: Use standard_output_file.
5648 * gdb.cell/break.exp: Likewise.
5649 * gdb.cell/bt.exp: Likewise.
5650 * gdb.cell/core.exp: Likewise.
5651 * gdb.cell/dwarfaddr.exp: Likewise.
5652 * gdb.cell/ea-cache.exp: Likewise.
5653 * gdb.cell/ea-standalone.exp: Likewise.
5654 * gdb.cell/f-regs.exp: Likewise.
5655 * gdb.cell/fork.exp: Likewise.
5656 * gdb.cell/gcore.exp: Likewise.
5657 * gdb.cell/mem-access.exp: Likewise.
5658 * gdb.cell/ptype.exp: Likewise.
5659 * gdb.cell/registers.exp: Likewise.
5660 * gdb.cell/sizeof.exp: Likewise.
5661 * gdb.cell/solib-symbol.exp: Likewise.
5662 * gdb.cell/solib.exp: Likewise.
5663
5664 2017-11-25 Pedro Alves <palves@redhat.com>
5665
5666 * gdb.base/complete-empty.exp: New file.
5667 * gdb.base/completion.exp: Adjust.
5668
5669 2017-11-25 Pedro Alves <palves@redhat.com>
5670
5671 * gdb.linespec/cpls-ops.cc: New file.
5672 * gdb.linespec/cpls-ops.exp: New file.
5673 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5674 factored out from ...
5675 (test_complete_prefix_range): ... this.
5676
5677 2017-11-24 Pedro Alves <palves@redhat.com>
5678
5679 * gdb.linespec/cpcompletion.exp: New file.
5680 * gdb.linespec/cpls-hyphen.cc: New file.
5681 * gdb.linespec/cpls.cc: New file.
5682 * gdb.linespec/cpls2.cc: New file.
5683 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5684 test to use test_gdb_complete_unique. Add label completion,
5685 keyword completion and explicit location completion tests.
5686 * lib/completion-support.exp: New file.
5687
5688 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5689
5690 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5691 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5692 when hitting an exception catchpoint.
5693
5694 2017-11-22 Yao Qi <yao.qi@linaro.org>
5695
5696 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5697
5698 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5699
5700 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5701 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5702 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5703
5704 2017-11-22 Yao Qi <yao.qi@linaro.org>
5705
5706 * gdb.base/info-os.exp: Pass pthreads.
5707 * gdb.multi/multi-attach.exp: Likewise.
5708
5709 2017-11-22 Yao Qi <yao.qi@linaro.org>
5710
5711 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5712 compiler.
5713
5714 2017-11-22 Yao Qi <yao.qi@linaro.org>
5715
5716 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5717 * gdb.base/break-interp.exp: Likewise.
5718 * gdb.base/jit-attach-pie.exp: Likewise.
5719
5720 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5721
5722 * gdb.base/float128.c (large128): New variable.
5723 * gdb.base/float128.exp: Add test to print largest __float128 value.
5724
5725 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5726
5727 * gdb.arch/vsx-regs.exp: Update register content checks.
5728
5729 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5730
5731 * gdb.arch/ppc-longdouble.exp: New file.
5732 * gdb.arch/ppc-longdouble.c: Likewise.
5733
5734 2017-11-21 Pedro Alves <palves@redhat.com>
5735
5736 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5737
5738 2017-11-20 Pedro Alves <palves@redhat.com>
5739
5740 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5741 (long_double_typedef): New typedefs.
5742 Use DEF on double and long double.
5743 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5744 cases.
5745 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5746 and 'long_double_ptr_same_size' locals. Use them to decide
5747 whether cast from array/function to float is valid/invalid.
5748
5749 2017-11-17 Tom Tromey <tom@tromey.com>
5750
5751 * gdb.rust/traits.rs: New file.
5752 * gdb.rust/traits.exp: New file.
5753
5754 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5755
5756 * gdb.ada/minsyms: New testcase.
5757
5758 2017-11-16 Pedro Alves <palves@redhat.com>
5759
5760 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5761 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5762
5763 2017-11-16 Pedro Alves <palves@redhat.com>
5764
5765 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5766 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5767
5768 2017-11-16 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.server/reconnect-ctrl-c.c: New file.
5771 * gdb.server/reconnect-ctrl-c.exp: New file.
5772
5773 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5774
5775 * gdb.python/py-rbreak.exp: New file.
5776 * gdb.python/py-rbreak.c: New file.
5777 * gdb.python/py-rbreak-func2.c: New file.
5778
5779 2017-11-16 Pedro Alves <palves@redhat.com>
5780
5781 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5782 pattern.
5783 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5784 GDB.
5785
5786 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5787
5788 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5789 regex.
5790
5791 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5792
5793 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5794 test names.
5795
5796 2017-11-09 Pedro Alves <palves@redhat.com>
5797
5798 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5799 factored out from ...
5800 (top level): ... here, and adjusted to avoid expecting beyond the
5801 prompt in a single gdb_test_multiple.
5802
5803 2017-11-09 Pedro Alves <palves@redhat.com>
5804
5805 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5806 output.
5807 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5808 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5809 * gdb.server/ext-run.exp ("kill" test): Likewise.
5810 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5811
5812 2017-11-09 Pedro Alves <palves@redhat.com>
5813
5814 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5815 match till end of line.
5816
5817 2017-11-09 Pedro Alves <palves@redhat.com>
5818
5819 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5820
5821 2017-11-09 Pedro Alves <palves@redhat.com>
5822
5823 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5824 New procedures, factored out from ...
5825 (top level): ... here, and adjusted to avoid expecting beyond the
5826 prompt in one go.
5827
5828 2017-11-09 Pedro Alves <palves@redhat.com>
5829
5830 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5831 output. Fix '?' match.
5832
5833 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5834
5835 * gdb.ada/scoped_watch: New testcase.
5836 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5837 which is actually correct.
5838 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5839 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5840
5841 2017-11-08 Pedro Alves <palves@redhat.com>
5842
5843 * gdb.gdb/complaints.exp (test_initial_complaints)
5844 (test_serial_complaints, test_short_complaints): Call
5845 complaint_internal instead of complaint.
5846
5847 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5848
5849 * gdb.threads/tls-core.c: New file.
5850 * gdb.threads/tls-core.exp: Likewise.
5851
5852 2017-11-08 Pedro Alves <palves@redhat.com>
5853
5854 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5855 (p Exported_Capitalized): New test.
5856 (p exported_capitalized): New test.
5857
5858 2017-11-07 Pedro Alves <palves@redhat.com>
5859
5860 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5861
5862 2017-11-07 Pedro Alves <palves@redhat.com>
5863
5864 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5865 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5866 (disable_invalid, disable_inverted, disable_negative): New
5867 procedures.
5868 ("bad numbers"): New set of tests.
5869
5870 2017-11-07 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.cp/ena-dis-br-range.exp: Add tests.
5873
5874 2017-11-07 Pedro Alves <palves@redhat.com>
5875
5876 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5877
5878 2017-11-07 Xavier Roirand <roirand@adacore.com>
5879 Pedro Alves <palves@redhat.com>
5880
5881 * gdb.base/ena-dis-br.exp: Add reference to
5882 gdb.cp/ena-dis-br-range.exp.
5883 * gdb.cp/ena-dis-br-range.exp: New file.
5884 * gdb.cp/ena-dis-br-range.cc: New file.
5885
5886 2017-11-06 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.base/attach-non-pgrp-leader.c: New.
5889 * gdb.base/attach-non-pgrp-leader.exp: New.
5890
5891 2017-11-06 Pedro Alves <palves@redhat.com>
5892
5893 * configure.ac: No longer check for termio.h and sgtty.h.
5894 * configure: Regenerate.
5895 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5896 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5897 Remove termio and sgtty code.
5898
5899 2017-11-03 Yao Qi <yao.qi@linaro.org>
5900
5901 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5902 in GDB is disabled.
5903
5904 2017-11-03 Yao Qi <yao.qi@linaro.org>
5905
5906 * gdb.python/py-thrhandle.exp: Skip it if python is not
5907 enabled.
5908
5909 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5910
5911 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5912 as a breakpoint command.
5913
5914 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5915
5916 PR python/21213
5917 * gdb.python/py-infthread.exp: Test calling
5918 InferiorThread.inferior () multiple times in a row.
5919
5920 2017-10-27 Keith Seitz <keiths@redhat.com>
5921
5922 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5923 Test "info break" for every inlined function breakpoint.
5924
5925 2017-10-27 Yao Qi <yao.qi@linaro.org>
5926
5927 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5928
5929 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5930
5931 * gdb.cp/classes.exp (test_static_members): Test printing
5932 Outer::instance.
5933 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5934 (Inner::instance, Outer::instance): New.
5935
5936 2017-10-24 Pedro Alves <palves@redhat.com>
5937
5938 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5939 extra console" test in two stages.
5940
5941 2017-10-24 Pedro Alves <palves@redhat.com>
5942
5943 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5944
5945 2017-10-24 Pedro Alves <palves@redhat.com>
5946
5947 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5948 loop.
5949
5950 2017-10-24 Pedro Alves <palves@redhat.com>
5951
5952 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5953 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5954
5955 2017-10-24 Pedro Alves <palves@redhat.com>
5956
5957 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5958 parameter and handle it. Don't output read value in test name.
5959
5960 2017-10-24 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5963 custom test name.
5964
5965 2017-10-24 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5968 include the unstable output directory name in the test's name.
5969 (initial_setup_simple) <'set args'>: Use custom test name.
5970
5971 2017-10-24 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5974 with explicit test name.
5975
5976 2017-10-20 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5979 'wait -i'. Use gdb_assert and remote_close.
5980
5981 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5982
5983 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5984 number from variable rather than hard-coded.
5985
5986 2017-10-19 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.base/long-inferior-output.c: New file.
5989 * gdb.base/long-inferior-output.exp: New file.
5990
5991 2017-11-18 Keith Seitz <keiths@redhat.com>
5992
5993 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5994 method.
5995 (main): Call it.
5996 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5997 Add additional user-defined conversion operator tests.
5998
5999 2017-10-17 Pedro Alves <palves@redhat.com>
6000
6001 * boards/native-stdio-gdbserver.exp: Load "local-board".
6002
6003 2017-10-17 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/quit-live.c: New file.
6006 * gdb.base/quit-live.exp: New file.
6007
6008 2017-10-16 Keith Seitz <keiths@redhat.com>
6009
6010 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6011 (class_with_protected_typedef, class_with_private_typedef)
6012 (struct_with_public_typedef, struct_with_protected_typedef)
6013 (struct_with_private_typedef): New classes/structs.
6014 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6015 typedefs and access specifiers.
6016
6017 2017-10-16 Pedro Alves <palves@redhat.com>
6018 Simon Marchi <simon.marchi@polymtl.ca>
6019
6020 * README (Local vs Remote vs Native): New section.
6021 * boards/local-board.exp: New file, with bits factored out from
6022 ...
6023 * boards/native-extended-gdbserver.exp: ... here. Load
6024 "local-board".
6025 * boards/native-gdbserver.exp: Load "local-board".
6026 (${board}_spawn, ${board}_exec): Delete.
6027 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6028 ...
6029 * boards/stdio-gdbserver-base.exp: ... this new file.
6030 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6031 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6032 procedure.
6033 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6034 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6035 stdio_gdbserver_command.
6036 (${board}_get_remote_address, ${board}_get_comm_port)
6037 (${board}_download, ${board}_upload): Delete.
6038 (get_target_remote_pipe_cmd): New.
6039
6040 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6041
6042 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6043 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6044 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6045 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6046 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6047 remove with_test_prefix.
6048
6049 2017-10-13 Pedro Alves <palves@redhat.com>
6050
6051 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6052 * gdb.base/annota1.exp: Use it instead of is_remote.
6053 * gdb.base/annota3.exp: Use it instead of is_remote.
6054 * gdb.cp/annota2.exp: Use it instead of is_remote.
6055 * gdb.cp/annota3.exp: Use it instead of is_remote.
6056 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6057
6058 2017-10-13 Pedro Alves <palves@redhat.com>
6059
6060 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6061 (test_num_test_vars, run_and_count_vars, find_env)
6062 (test_set_unset_env, test_inherit_env_var): New procedures.
6063 (top level): Use them.
6064
6065 2017-10-13 Pedro Alves <palves@redhat.com>
6066
6067 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6068 also skip on stub-like targets.
6069
6070 2017-10-13 Pedro Alves <palves@redhat.com>
6071
6072 PR gdb/22293
6073 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6074 (top level): Move some tests to ...
6075 (test_not_found): ... this new procedure.
6076 (top level): Call it.
6077
6078 2017-10-13 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6081 expect different "info terminal" output if testing with a
6082 non-native target.
6083
6084 2017-10-13 Pedro Alves <palves@redhat.com>
6085 Simon Marchi <simon.marchi@polymtl.ca>
6086
6087 PR python/12966
6088 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6089
6090 2017-10-13 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6093 already.
6094
6095 2017-10-13 Pedro Alves <palves@redhat.com>
6096
6097 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6098 is_remote.
6099
6100 2017-10-13 Pedro Alves <palves@redhat.com>
6101
6102 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6103 is_remote.
6104
6105 2017-10-13 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6108 is set.
6109 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6110 instead of is_remote.
6111
6112 2017-10-13 Pedro Alves <palves@redhat.com>
6113
6114 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6115 (top level): Add comment.
6116
6117 2017-10-13 Pedro Alves <palves@redhat.com>
6118
6119 * gdb.base/remote.exp (top level): Fix comment typo and add
6120 missing return.
6121
6122 2017-10-13 Pedro Alves <palves@redhat.com>
6123 Simon Marchi <simon.marchi@polymtl.ca>
6124
6125 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6126 calls and add comments. Skip test if use_gdb_stub is set.
6127 (top level): Use "set cwd" command instead of "cd" command.
6128
6129 2017-10-13 Pedro Alves <palves@redhat.com>
6130
6131 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6132 is_remote target check.
6133
6134 2017-10-13 Pedro Alves <palves@redhat.com>
6135
6136 * gdb.base/scope.exp: Use build_executable + clean_restart +
6137 gdb_file_cmd instead of prepare_for_testing and no longer skip
6138 "before run" tests on is_remote target boards. Update comments.
6139 * boards/native-extended-gdbserver.exp
6140 (extended_gdbserver_load_last_file): New, factored out from ...
6141 (gdb_load): ... this. Move further below and add comment.
6142 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6143
6144 2017-10-12 Pedro Alves <palves@redhat.com>
6145
6146 * gdb.base/attach.exp: Remove references to gdb64.
6147 * gdb.base/dbx.exp: Remove references to gdb64.
6148
6149 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6150 Pedro Alves <palves@redhat.com>
6151
6152 * gdb.base/label.exp: Remove is_remote target check.
6153
6154 2017-10-12 Pedro Alves <palves@redhat.com>
6155
6156 * gdb.base/auvx.exp (coredir): Update comment.
6157 (top level) <core_works>: Use "set cwd" command instead of "cd"
6158 command.
6159
6160 2017-10-12 Pedro Alves <palves@redhat.com>
6161 Simon Marchi <simon.marchi@polymtl.ca>
6162
6163 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6164 target boards.
6165
6166 2017-10-12 Pedro Alves <palves@redhat.com>
6167 Simon Marchi <simon.marchi@polymtl.ca>
6168
6169 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6170 Instead skip if there's any gdb_protocol set.
6171
6172 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6173 Pedro Alves <palves@redhat.com>
6174
6175 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6176
6177 2017-10-12 Pedro Alves <palves@redhat.com>
6178 Simon Marchi <simon.marchi@polymtl.ca>
6179
6180 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6181 instead of on dejagnu remote boards.
6182
6183 2017-10-12 Pedro Alves <palves@redhat.com>
6184 Simon Marchi <simon.marchi@polymtl.ca>
6185
6186 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6187 checks. Use build_executable + clean_restart instead of
6188 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6189 of enabling non-stop after starting gdb.
6190
6191 2017-10-12 Pedro Alves <palves@redhat.com>
6192
6193 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6194 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6195 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6196 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6197
6198 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6199
6200 * gdb.arch/arc-tdesc-cpu.exp: New file.
6201 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6202
6203 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6204
6205 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6206
6207 2017-10-10 Pedro Alves <palves@redhat.com>
6208
6209 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6210 expect CLI output.
6211
6212 2017-10-10 Pedro Alves <palves@redhat.com>
6213
6214 * lib/selftest-support.exp (selftest_setup): Update for
6215 captured_command_loop's prototype change.
6216
6217 2017-10-09 Pedro Alves <palves@redhat.com>
6218
6219 Test both arch1=>arch2 and arch2=>arch1.
6220
6221 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6222 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6223 factored out to...
6224 (append_arch1_options, append_arch2_options, append_arch_options)
6225 (build_executables): New procedures.
6226 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6227 local.
6228 (top level): Add new 'first_arch' testing axis.
6229
6230 2017-10-09 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6233 (barrier): New.
6234 (thread_start, all_started): New functions.
6235 (main): Spawn new thread and wait until it is scheduled.
6236 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6237 option.
6238 (do_test): Add 'selected_thread' parameter. Run to all_started
6239 instead of main. Explicitly set the breakpoint at main. Switch
6240 to the SELECTED_THREAD thread.
6241 (top level): Test handling the exec event with either the main
6242 thread or the second thread selected.
6243
6244 2017-10-09 Pedro Alves <palves@redhat.com>
6245
6246 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6247 logic. Move STOP marker after the value checks.
6248 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6249 regexp.
6250
6251 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6252
6253 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6254
6255 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6256
6257 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6258 integer-to-dfp conversion.
6259 * gdb.base/dfp-test.exp: Likewise.
6260
6261 2017-10-04 Pedro Alves <palves@redhat.com>
6262
6263 * gdb.multi/hangout.c: Include <unistd.h>.
6264 (hangout_loop): New function.
6265 (main): Call alarm. Call hangout_loop in a loop.
6266 * gdb.multi/hello.c: Include <unistd.h>.
6267 (hello_loop): New function.
6268 (main): Call alarm. Call hangout_loop in a loop.
6269 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6270 inferior with the other selected.
6271
6272 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6273
6274 * gdb.mi/list-thread-groups-available.exp: New file.
6275 * gdb.mi/list-thread-groups-available.c: New file.
6276
6277 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6278
6279 * gdb.base/set-cwd.exp: Make it available on
6280 native-extended-gdbserver.
6281
6282 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6283
6284 * gdb.base/set-cwd.c: New file.
6285 * gdb.base/set-cwd.exp: Likewise.
6286
6287 2017-10-02 Tom Tromey <tom@tromey.com>
6288
6289 PR rust/22236:
6290 * gdb.rust/simple.rs (main): New variable "fslice".
6291 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6292
6293 2017-10-02 Tom Tromey <tom@tromey.com>
6294
6295 * gdb.rust/simple.exp: Test ptype of a slice.
6296
6297 2017-10-02 Tom Tromey <tom@tromey.com>
6298
6299 * gdb.rust/simple.exp: Test index of slice.
6300
6301 2017-09-27 Tom Tromey <tom@tromey.com>
6302
6303 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6304
6305 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6306 Pedro Alves <palves@redhat.com>
6307
6308 * gdb.base/compare-sections.exp (get value of read-only section): Read
6309 as unsigned value.
6310 (corrupt read-only section): Likewise and don't set written if patching
6311 failed.
6312
6313 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6314
6315 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6316 files.
6317
6318 2017-09-20 Pedro Alves <palves@redhat.com>
6319
6320 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6321 symbol names in gdb's output.
6322 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6323
6324 2017-09-20 Pedro Alves <palves@redhat.com>
6325
6326 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6327 Rename to ...
6328 (test_list_ambiguous_symbol): ... this and add a symbol name
6329 parameter. Adjust.
6330 (test_list_ambiguous_function): Reimplement on top of
6331 test_list_ambiguous_symbol and also test listing ambiguous
6332 variables.
6333 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6334 (ambiguous_fun): ... this.
6335 (ambiguous_var): New.
6336 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6337 (ambiguous_fun): ... this.
6338 (ambiguous_var): New.
6339
6340 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6341
6342 * gdb.base/starti.c: New file.
6343 * gdb.base/starti.exp: New file.
6344 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6345
6346 2017-09-14 Pedro Alves <palves@redhat.com>
6347
6348 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6349 (top level): Use it instead of runto.
6350
6351 2017-09-11 Tom Tromey <tom@tromey.com>
6352
6353 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6354
6355 2017-09-11 Tom Tromey <tom@tromey.com>
6356
6357 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6358 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6359
6360 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6361
6362 * gdb.fortran/printing-types.exp: New file.
6363 * gdb.fortran/printing-types.exp: New file.
6364
6365 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6366
6367 * gdb.fortran/vla-ptype.exp: Fix typos.
6368 * gdb.fortran/vla-value.exp: Same.
6369
6370 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6371
6372 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6373 * gdb.mi/mi-var-child-f.exp: Likewise.
6374 * gdb.mi/mi-vla-fortran.exp: Likewise.
6375
6376 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6377 Christoph Weinmann <christoph.t.weinmann@intel.com>
6378 Bernhard Heckel <bernhard.heckel@intel.com>
6379
6380 * gdb.fortran/ptr-indentation.f90: New file.
6381 * gdb.fortran/ptr-indentation.exp: New file.
6382
6383 2017-09-05 Tom Tromey <tom@tromey.com>
6384
6385 PR gdb/22010:
6386 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6387
6388 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6389
6390 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6391
6392 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6393
6394 * gdb.threads/tls-nodebug-pie.c: New file.
6395 * gdb.threads/tls-nodebug-pie.exp: New file.
6396
6397 2017-09-05 Tom Tromey <tom@tromey.com>
6398
6399 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6400 for rust.
6401
6402 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6403
6404 * gdb.multi/multi-arch-exec.exp: Test with different
6405 "follow-exec-mode" settings.
6406 (do_test): New procedure.
6407
6408 2017-09-04 Pedro Alves <palves@redhat.com>
6409
6410 * gdb.base/func-static.c (S::method const, S::method volatile)
6411 (S::method volatile const): New methods.
6412 (c_s, v_s, cv_s): New instances.
6413 (main): Call method() on them.
6414 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6415 (cannot_resolve): New procedure.
6416 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6417 print-quote-unquoted columns.
6418 (do_test): Test printing each scope too.
6419
6420 2017-09-04 Pedro Alves <palves@redhat.com>
6421
6422 * gdb.base/local-static.exp: Also test with
6423 class::method::variable wholly quoted.
6424 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6425
6426 2017-09-04 Pedro Alves <palves@redhat.com>
6427
6428 * gdb.base/local-static.c: New.
6429 * gdb.base/local-static.cc: New.
6430 * gdb.base/local-static.exp: New.
6431
6432 2017-09-04 Pedro Alves <palves@redhat.com>
6433
6434 * gdb.asm/asm-source.exp: Add casts to int.
6435 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6436 (dataglobal64_1, dataglobal64_2): New globals.
6437 * gdb.base/nodebug.exp: Test different expressions involving the
6438 new globals, with print, whatis and ptype. Add casts to int.
6439 * gdb.base/solib-display.exp: Add casts to int.
6440 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6441 * gdb.cp/m-static.exp: Add cast to int.
6442 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6443 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6444 tls variable with no debug info without a cast. Test with a cast
6445 to int too.
6446 * gdb.trace/entry-values.exp: Add casts.
6447
6448 2017-09-04 Pedro Alves <palves@redhat.com>
6449
6450 * gdb.base/nodebug.exp: Test that ptype's error about functions
6451 with unknown return type includes the function name too.
6452
6453 2017-09-04 Pedro Alves <palves@redhat.com>
6454
6455 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6456 return type of munmap in infcall.
6457 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6458 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6459 type of ftell in infcall.
6460 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6461 type of getpid in infcall.
6462 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6463 infcall.
6464 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6465 Bail on failure to extract the pid.
6466 * gdb.base/nodebug.c: #include <stdint.h>.
6467 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6468 New functions.
6469 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6470 Change expected output of print/whatis/ptype with functions with
6471 no debug info. Test all supported languages. Call
6472 test_call_promotion.
6473 * gdb.compile/compile.exp: Adjust expected output to expect
6474 warning.
6475 * gdb.threads/siginfo-threads.exp: Likewise.
6476
6477 2017-09-04 Pedro Alves <palves@redhat.com>
6478
6479 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6480 "prototypes". Test calling float functions via prototyped and
6481 unprototyped function pointers.
6482 (perform_all_tests): New parameter "prototypes". Pass it down.
6483 (top level): Pass down "prototypes" parameter to
6484 perform_all_tests.
6485
6486 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6487
6488 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6489 Test with nested loops.
6490
6491 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6492
6493 * gdb.base/commands.exp: Call the new procedures.
6494 (loop_break_test, loop_continue_test): New procedures.
6495
6496 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6497
6498 * gdb.base/commands.exp: Call new procedure.
6499 (define_if_without_arg_test): New procedure.
6500
6501 2017-09-04 Pedro Alves <palves@redhat.com>
6502
6503 * gdb.base/list-ambiguous.exp: New file.
6504 * gdb.base/list-ambiguous0.c: New file.
6505 * gdb.base/list-ambiguous1.c: New file.
6506 * gdb.base/list.exp (test_list_range): Adjust expected output.
6507
6508 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6509
6510 * gdb.base/share-env-with-gdbserver.c: New file.
6511 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6512
6513 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6514
6515 * gdb.base/commands.exp (gdbvar_simple_if_test,
6516 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6517 progvar_simple_if_test, progvar_simple_while_test,
6518 progvar_complex_if_while_test, user_defined_command_test,
6519 user_defined_command_args_eval,
6520 user_defined_command_args_stack_test,
6521 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6522 temporary_breakpoint_commands,
6523 gdb_test_no_prompt, redefine_hook_test,
6524 redefine_backtrace_test): Remove "global gdb_prompt".
6525
6526 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6527
6528 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6529 New proc, call it from toplevel.
6530
6531 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6532
6533 PR remote/21852
6534 * gdb.server/normal.c: New file, copied from gdb.base.
6535 * gdb.server/run-without-local-binary.exp: New file.
6536
6537 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6538
6539 * gdb.arch/sparc64-adi.exp: New file.
6540 * gdb.arch/sparc64-adi.c: New file.
6541
6542 2017-08-22 Pedro Alves <palves@redhat.com>
6543
6544 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6545 (top level): Add "list all overloads" tests.
6546
6547 2017-08-22 Tom Tromey <tom@tromey.com>
6548
6549 * gdb.gdb/xfullpath.exp: Remove.
6550
6551 2017-08-21 Pedro Alves <palves@redhat.com>
6552
6553 PR gdb/19487
6554 * gdb.base/symbol-alias.c: New.
6555 * gdb.base/symbol-alias2.c: New.
6556 * gdb.base/symbol-alias.exp: New.
6557
6558 2017-08-21 Pedro Alves <palves@redhat.com>
6559
6560 * gdb.base/dfp-test.c
6561 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6562 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6563 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6564 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6565 * gdb.base/whatis-ptype-typedefs.c: New.
6566 * gdb.base/whatis-ptype-typedefs.exp: New.
6567 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6568 (an_int, an_int_type, an_int_type2): New globals.
6569 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6570 involving typedefs and cast expressions.
6571 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6572 (lookup_typedefs_function): New.
6573 (typedefs_pretty_printers_dict): New.
6574 (top level): Register lookup_typedefs_function in
6575 gdb.pretty_printers.
6576
6577 2017-08-18 Yao Qi <yao.qi@linaro.org>
6578
6579 * gdb.server/unittest.exp: New.
6580
6581 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6582
6583 PR gdb/21954
6584 * gdb.base/environ.exp: Add test to check if 'unset environment'
6585 works.
6586
6587 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6588
6589 * lib/gdb.exp (universal_compile_options): New caching proc.
6590 (gdb_compile): Suppress GCC's coloring of messages.
6591
6592 2017-08-14 Tom Tromey <tom@tromey.com>
6593
6594 PR gdb/21675:
6595 * gdb.base/printcmds.exp (test_radices): New function.
6596 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6597 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6598 * lib/gdb.exp (get_integer_valueof): Use p/d.
6599
6600 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6601
6602 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6603 characters.
6604
6605 2017-08-05 Tom Tromey <tom@tromey.com>
6606
6607 * gdb.rust/simple.exp: Allow String to appear in a different
6608 namespace.
6609
6610 2017-07-26 Yao Qi <yao.qi@linaro.org>
6611
6612 * gdb.gdb/unittest.exp: Invoke command
6613 "maintenance check xml-descriptions".
6614
6615 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6616
6617 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6618 calling context.
6619 (hex128): Drop erroneous calculation of parameters.
6620
6621 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6622
6623 * gdb.python/py-unwind.exp: Disable stack protection when
6624 building test file.
6625
6626 2017-07-20 Pedro Alves <palves@redhat.com>
6627
6628 * gdb.base/default.exp (set language): Adjust expected output.
6629
6630 2017-07-20 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6633 (test_minsym): ... this, and make static.
6634 (get_pck__foo__bar__minsym): Rename to ...
6635 (get_test_minsym): ... this.
6636 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6637 symbol names and comments.
6638 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6639 (get_test_minsym): ... this.
6640 (pck__foo__bar__minsym__2): Rename to ...
6641 (test_minsym): ... this.
6642 (main): Adjust.
6643
6644 2017-07-17 Pedro Alves <palves@redhat.com>
6645
6646 * gdb.base/completion.exp: Adjust expected output.
6647 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6648 the completer works.
6649
6650 2017-07-17 Pedro Alves <palves@redhat.com>
6651
6652 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6653
6654 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6655
6656 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6657
6658 2017-07-14 Tom Tromey <tom@tromey.com>
6659
6660 PR rust/21764:
6661 * gdb.rust/simple.exp: Add tests.
6662
6663 2017-07-14 Tom Tromey <tom@tromey.com>
6664
6665 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6666
6667 2017-07-14 Pedro Alves <palves@redhat.com>
6668
6669 * gdb.linespec/base/one/thefile.cc (z1): New function.
6670 * gdb.linespec/base/two/thefile.cc (z2): New function.
6671 * gdb.linespec/linespec.exp: Add tests.
6672
6673 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6674
6675 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6676 to mi_create_breakpoint.
6677
6678 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6679
6680 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6681 mi_create_breakpoint.
6682
6683 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6684
6685 * gdb.dlang/demangle.exp: Update for demangling changes.
6686
6687 2017-07-09 Tom Tromey <tom@tromey.com>
6688
6689 * gdb.dwarf2/shortpiece.exp: New file.
6690
6691 2017-07-06 David Blaikie <dblaikie@gmail.com>
6692
6693 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6694 built from fissiont-multi-cu{1,2}.c.
6695 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6696 except putting 'main' and 'func' in separate CUs in the same DWO file.
6697 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6698 test.
6699 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6700 test.
6701
6702 2017-07-06 Pedro Alves <palves@redhat.com>
6703
6704 * gdb.python/py-unwind.exp: Test flushregs.
6705
6706 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6707
6708 PR cli/21688
6709 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6710 tests for alias commands and trailing whitespace.
6711
6712 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6713
6714 PR cli/21688
6715 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6716 procedure. Call it.
6717
6718 2017-06-29 Pedro Alves <palves@redhat.com>
6719
6720 * gdb.base/printcmds.exp: Add tests.
6721
6722 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6723
6724 PR gdb/21337
6725 * gdb.base/reread-readsym.exp: New file.
6726 * gdb.base/reread-readsym.c: New file.
6727
6728 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6729
6730 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6731 subpattern.
6732
6733 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6734
6735 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6736 extended mnemonic.
6737 * gdb.arch/powerpc-power9.s: Likewise.
6738
6739 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6740
6741 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6742 on 32-bit x86 targets. Exploit is_*_target macros where
6743 appropriate.
6744
6745 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6746
6747 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6748 register pieces.
6749
6750 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6751
6752 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6753 located in one or more DWARF pieces.
6754
6755 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6756
6757 * lib/gdb.exp (get_endianness): New proc.
6758 * gdb.arch/aarch64-fp.exp: Use it.
6759 * gdb.arch/altivec-regs.exp: Likewise.
6760 * gdb.arch/e500-regs.exp: Likewise.
6761 * gdb.arch/vsx-regs.exp: Likewise.
6762 * gdb.base/dump.exp: Likewise.
6763 * gdb.base/funcargs.exp: Likewise.
6764 * gdb.base/gnu_vector.exp: Likewise.
6765 * gdb.dwarf2/formdata16.exp: Likewise.
6766 * gdb.dwarf2/implptrpiece.exp: Likewise.
6767 * gdb.dwarf2/nonvar-access.exp: Likewise.
6768 * gdb.python/py-inferior.exp: Likewise.
6769 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6770
6771 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6772
6773 PR gdb/21226
6774 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6775 stack value pieces are taken from the LSB end.
6776
6777 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6778
6779 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6780 variable at nonzero offset.
6781
6782 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6783
6784 * gdb.dwarf2/var-access.c: New file.
6785 * gdb.dwarf2/var-access.exp: New test.
6786 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6787
6788 2017-06-12 Tom Tromey <tom@tromey.com>
6789
6790 * gdb.dwarf2/formdata16.exp: Add tests.
6791
6792 2017-06-12 Tom Tromey <tom@tromey.com>
6793
6794 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6795
6796 2017-06-12 Tom Tromey <tom@tromey.com>
6797
6798 PR exp/16225:
6799 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6800 * gdb.arch/vsx-regs.exp: Update tests.
6801 * gdb.arch/s390-vregs.exp (hex128): New proc.
6802 Update test.
6803 * gdb.arch/altivec-regs.exp: Update tests.
6804
6805 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6806
6807 * gdb.base/startup-with-shell.c: New file.
6808 * gdb.base/startup-with-shell.exp: Likewise.
6809
6810 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6811
6812 * gdb.server/non-existing-program.exp: Update regex in order to
6813 reflect the fact that gdbserver is now using fork_inferior (with a
6814 shell) to startup the inferior.
6815
6816 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6817
6818 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6819 support function calls from GDB.
6820
6821 2017-05-21 Tom Tromey <tom@tromey.com>
6822
6823 PR rust/21466:
6824 * gdb.rust/unsized.exp: New file.
6825 * gdb.rust/unsized.rs: New file.
6826
6827 2017-05-19 Tom Tromey <tom@tromey.com>
6828
6829 PR rust/21484:
6830 * gdb.rust/watch.exp: New file.
6831 * gdb.rust/watch.rs: New file.
6832
6833 2017-05-18 Tom Tromey <tom@tromey.com>
6834
6835 * gdb.rust/simple.exp: Allow Box to be qualified.
6836
6837 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6838
6839 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6840
6841 2017-05-18 Pedro Alves <palves@redhat.com>
6842
6843 * gdb.base/fileio.c (test_write, test_read, test_close)
6844 (test_fstat): Don't print 'ret' in the fail path.
6845
6846 2017-05-18 Pedro Alves <palves@redhat.com>
6847
6848 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6849 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6850 (test_system, test_rename, test_unlink, test_time): Change
6851 prototypes.
6852 * gdb.base/fileio.exp (stop_msg): Adjust.
6853
6854 2017-05-18 Pedro Alves <palves@redhat.com>
6855
6856 * gdb.base/fileio.c (null_str): New global.
6857 (test_stat): Use it.
6858 * gdb.base/fileio.exp: Remove nowarnings.
6859
6860 2017-05-17 Yao Qi <yao.qi@linaro.org>
6861
6862 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6863
6864 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6865
6866 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6867 argument command.
6868 (top-level): Invoke test_set_inferior_tty.
6869
6870 2017-05-04 Pedro Alves <palves@redhat.com>
6871
6872 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6873 Add parens to print call for Python 3.
6874
6875 2017-05-03 Keith Seitz <keiths@redhat.com>
6876
6877 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6878 (main): Call it.
6879
6880 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6881
6882 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6883 to prev and next.
6884
6885 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6886
6887 * gdb.python/py-record-btrace.exp: Remove test for
6888 gdb.BtraceInstruction.error.
6889
6890 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6891
6892 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6893
6894 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6895
6896 * gdb.python/py-record-btrace-threads.c: New file.
6897 * gdb.python/py-record-btrace-threads.exp: New file.
6898
6899 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6900
6901 PR testsuite/8595
6902 * gdb.base/environ.exp: Make test available in all architectures.
6903 Move bits related to "info program" testing to
6904 gdb.base/info-program.exp. Rewrite tests to use the two new
6905 procedures mentione below.
6906 (test_set_show_env_var) New procedure.
6907 (test_set_show_env_var_equal): Likewise.
6908 * gdb.base/info-program.exp: New file.
6909
6910 2017-04-27 Keith Seitz <keiths@redhat.com>
6911
6912 * gdb.cp/oranking.cc (test15): New function.
6913 (main): Call test15 and declare additional variables for testing.
6914 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6915 "p foo101('abc')" tests.
6916 Add tests for cv qualifier overloads.
6917 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6918 "lvalue reference overload" test.
6919 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6920 "print value of f1 on Child&& in f2" test.
6921
6922 2017-04-19 Pedro Alves <palves@redhat.com>
6923
6924 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6925 procedure.
6926 (top level): Call it.
6927 * lib/gdb.exp (gdb_define_cmd): New procedure.
6928
6929 2017-04-12 Pedro Alves <palves@redhat.com>
6930
6931 PR gdb/21323
6932 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6933 (wchar): New global.
6934 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6935 (do_test_wide_char, wide_char_types_no_program, top level): Add
6936 wchar_t testing.
6937
6938 2017-04-12 Pedro Alves <palves@redhat.com>
6939
6940 PR c++/21323
6941 * gdb.cp/wide_char_types.c: New file.
6942 * gdb.cp/wide_char_types.exp: New file.
6943
6944 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6945
6946 PR gdb/21352
6947 * gdb.trace/tsv.exp: Add test for "tsave -r".
6948
6949 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6950
6951 * gdb.dlang/watch-loc.c: New file.
6952 * gdb.dlang/watch-loc.exp: New file.
6953
6954 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6955
6956 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6957
6958 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6959
6960 * gdb.arch/arc-analyze-prologue.S: New file.
6961 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6962
6963 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6964
6965 * gdb.arch/arc-decode-insn.S: New file.
6966 * gdb.arch/arc-decode-insn.exp: Likewise.
6967
6968 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6969
6970 PR tdep/20928
6971 * gdb.arch/sparc64-regs.exp: New file.
6972 * gdb.arch/sparc64-regs.S: Likewise.
6973
6974 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6975
6976 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6977 and memory view on Python 3.
6978
6979 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6980 Keith Seitz <keiths@redhat.com>
6981
6982 PR gdb/14441
6983 * gdb.cp/demangle.exp: Add rvalue reference tests.
6984 * gdb.cp/rvalue-ref-casts.cc: New file.
6985 * gdb.cp/rvalue-ref-casts.exp: New file.
6986 * gdb.cp/rvalue-ref-overload.cc: New file.
6987 * gdb.cp/rvalue-ref-overload.exp: New file.
6988 * gdb.cp/rvalue-ref-params.cc: New file.
6989 * gdb.cp/rvalue-ref-params.exp: New file.
6990 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6991 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6992 * gdb.cp/rvalue-ref-types.cc: New file.
6993 * gdb.cp/rvalue-ref-types.exp: New file.
6994 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6995 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6996
6997 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6998
6999 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7000 New procedure.
7001
7002 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7003
7004 * lib/mi-support.exp (mi_gdb_test): Add additional message
7005 for unexpected output.
7006
7007 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7008
7009 * gdb.base/examine-backward.c (Barrier): New character array
7010 constant, to ensure that TestStrings is preceded by a string
7011 terminator.
7012
7013 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7014
7015 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7016 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7017 and implicit pointer into such a location.
7018
7019 2017-03-16 Doug Evans <dje@google.com>
7020
7021 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7022
7023 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7024
7025 * gdb.cp/m-static.exp: Fix expectation for prototype of
7026 test5.single_constructor and single_constructor::single_constructor.
7027
7028 2017-03-16 Doug Evans <dje@google.com>
7029
7030 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7031 * gdb.guile/scm-lazy-string.c: New file.
7032 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7033 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7034 for pointer, array, typedef lazy strings.
7035
7036 2017-03-16 Doug Evans <dje@google.com>
7037
7038 PR python/17728, python/18439, python/18779
7039 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7040 * gdb.python/py-lazy-string.c (pointer): New typedef.
7041 (main): New locals ptr, array, typedef_ptr.
7042 * gdb.python/py-value.exp: Move lazy string tests to ...
7043 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7044 array, typedef lazy strings.
7045
7046 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7047
7048 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7049 Add optional 'test' parameter.
7050
7051 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7052
7053 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7054 Skip for versions of DejaGnu < 1.5.
7055
7056 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7057
7058 * lib/gdb.exp (dejagnu_version): New proc.
7059 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7060 Use dejagnu_version.
7061
7062 2017-03-10 Keith Seitz <keiths@redhat.com>
7063
7064 PR c++/8128
7065 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7066 type from destructor regexps.
7067 Add a branch which actually passes the test.
7068 Adjust "ptype t5i" test names.
7069
7070 2017-03-08 Pedro Alves <palves@redhat.com>
7071
7072 * gdb.base/step-over-exit.exp: Add explicit test message.
7073
7074 2017-03-08 Pedro Alves <palves@redhat.com>
7075
7076 PR gdb/18360
7077 * gdb.threads/interrupt-while-step-over.c: New file.
7078 * gdb.threads/interrupt-while-step-over.exp: New file.
7079
7080 2017-03-08 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7083 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7084
7085 2017-03-08 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7088 PKRU as not supported as a PASS.
7089
7090 2017-03-08 Pedro Alves <palves@redhat.com>
7091
7092 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7093 prefix instead of $binfile1/$binfile2.
7094 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7095 in test message.
7096 * gdb.python/py-completion.exp: Use "load python file" as test
7097 messages instead of unstable path names.
7098
7099 2017-03-08 Pedro Alves <palves@redhat.com>
7100 Jan Kratochvil <jan.kratochvil@redhat.com>
7101
7102 PR cli/21218
7103 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7104 New proc.
7105 (top level): Call it.
7106
7107 2017-03-08 Pedro Alves <palves@redhat.com>
7108
7109 PR tui/21216
7110 * gdb.tui/tui-nl-filtered-output.exp: New file.
7111
7112 2017-03-08 Pedro Alves <palves@redhat.com>
7113
7114 * gdb.base/completion.exp: Move TUI completion tests to ...
7115 * gdb.tui/completion.exp: ... this new file.
7116
7117 2017-03-08 Pedro Alves <palves@redhat.com>
7118
7119 * gdb.base/tui-disasm-long-lines.c,
7120 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7121 gdb.base/tui-layout.exp: Move to ...
7122 * gdb.tui/: ... this new directory.
7123
7124 2017-03-07 Pedro Alves <palves@redhat.com>
7125
7126 * gdb.base/tui-layout.c: New file.
7127 * gdb.base/tui-layout.exp: New file.
7128
7129 2017-03-07 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.base/tui-layout.c: Rename to ...
7132 * gdb.base/tui-disasm-long-lines.c: ... this.
7133 * gdb.base/tui-layout.exp: Rename to ...
7134 * gdb.base/tui-disasm-long-lines.exp: ... this.
7135
7136 2017-03-07 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7139
7140 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7141
7142 * i386-mpx-call.c: New file.
7143 * i386-mpx-call.exp: New file.
7144
7145 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7146
7147 * gdb.arch/powerpc-power.exp: Delete test.
7148 * gdb.arch/powerpc-power.s: Likewise.
7149 * gdb.disasm/disassembler-options.exp: New test.
7150 * gdb.arch/powerpc-altivec.exp: Likewise.
7151 * gdb.arch/powerpc-altivec.s: Likewise.
7152 * gdb.arch/powerpc-altivec2.exp: Likewise.
7153 * gdb.arch/powerpc-altivec2.s: Likewise.
7154 * gdb.arch/powerpc-altivec3.exp: Likewise.
7155 * gdb.arch/powerpc-altivec3.s: Likewise.
7156 * gdb.arch/powerpc-power7.exp: Likewise.
7157 * gdb.arch/powerpc-power7.s: Likewise.
7158 * gdb.arch/powerpc-power8.exp: Likewise.
7159 * gdb.arch/powerpc-power8.s: Likewise.
7160 * gdb.arch/powerpc-power9.exp: Likewise.
7161 * gdb.arch/powerpc-power9.s: Likewise.
7162 * gdb.arch/powerpc-vsx.exp: Likewise.
7163 * gdb.arch/powerpc-vsx.s: Likewise.
7164 * gdb.arch/powerpc-vsx2.exp: Likewise.
7165 * gdb.arch/powerpc-vsx2.s: Likewise.
7166 * gdb.arch/powerpc-vsx3.exp: Likewise.
7167 * gdb.arch/powerpc-vsx3.s: Likewise.
7168 * gdb.arch/arm-disassembler-options.exp: Likewise.
7169 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7170 * gdb.arch/s390-disassembler-options.exp: Likewise.
7171
7172 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7173
7174 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7175 (check_supported_features): ... this. Changed return type to void.
7176 (supports_rdseed): New static global.
7177 (rdseed): Check supports_rdseed.
7178 (initialize): Call check_supported_features.
7179
7180 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7181
7182 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7183 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7184 and lqarx/stqcx.
7185 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7186 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7187
7188 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7189
7190 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7191 uppercase.
7192
7193 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7194
7195 * gdb.dwarf2/formdata16.c: New file.
7196 * gdb.dwarf2/formdata16.exp: New file.
7197 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7198
7199 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7200
7201 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7202 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7203 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7204 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7205 DW_AT_GNU_*.
7206
7207 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7208
7209 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7210
7211 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7212
7213 PR gdb/21164
7214 * gdb.base/maint.exp: Add testcases for when the commands do
7215 not have arguments.
7216
7217 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7218
7219 * gdb.cp/chained-calls.exp: Use p instead of P.
7220
7221 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7222
7223 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7224 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7225
7226 2017-02-14 Tom Tromey <tom@tromey.com>
7227
7228 PR python/13598:
7229 * gdb.python/py-events.exp: Add before_prompt event tests.
7230
7231 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7232
7233 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7234
7235 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7236
7237 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7238 (main): Call my_unique_function_name.
7239 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7240 completion of patterns with a single match.
7241 Add missing -re switches to gdb_test_multiple calls.
7242
7243 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7244
7245 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7246 return if core file is not recognized.
7247
7248 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7249
7250 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7251 and extra UIs.
7252
7253 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7254
7255 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7256 proc_with_prefix.
7257
7258 2017-02-10 Tom Tromey <tom@tromey.com>
7259
7260 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7261
7262 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7263
7264 PR gdb/21122
7265 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7266
7267 2017-02-08 Jerome Guitton <guitton@adacore.com>
7268
7269 * gdb.base/define.exp: Add test for command abbreviations
7270 in define.
7271
7272 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7273
7274 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7275 * gdb.reverse/insn-reverse-x86.c: New file.
7276
7277 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7278
7279 PR tdep/20936
7280 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7281
7282 2017-02-03 Tom Tromey <tom@tromey.com>
7283
7284 PR rust/21097:
7285 * gdb.rust/simple.exp: Add new tests.
7286
7287 2017-02-02 Pedro Alves <palves@redhat.com>
7288
7289 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7290 tests.
7291
7292 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7293
7294 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7295 taking a 2-byte value out of a 4-byte DWARF implicit value on
7296 big-endian targets.
7297 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7298 logic. Add test cases for DW_OP_implicit.
7299
7300 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7301
7302 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7303
7304 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7305
7306 * gdb.btrace/enable.exp: Call gdb_exit before
7307 skip_gdbserver_tests.
7308
7309 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7310
7311 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7312 GDBFLAGS.
7313
7314 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7315
7316 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7317 the test is skipped.
7318 * gdb.btrace/data.exp: Likewise.
7319 * gdb.btrace/delta.exp: Likewise.
7320 * gdb.btrace/dlopen.exp: Likewise.
7321 * gdb.btrace/enable-running.exp: Likewise.
7322 * gdb.btrace/enable.exp: Likewise.
7323 * gdb.btrace/exception.exp: Likewise.
7324 * gdb.btrace/function_call_history.exp: Likewise.
7325 * gdb.btrace/gcore.exp: Likewise.
7326 * gdb.btrace/instruction_history.exp: Likewise.
7327 * gdb.btrace/multi-thread-step.exp: Likewise.
7328 * gdb.btrace/nohist.exp: Likewise.
7329 * gdb.btrace/non-stop.exp: Likewise.
7330 * gdb.btrace/reconnect.exp: Likewise.
7331 * gdb.btrace/record_goto-step.exp: Likewise.
7332 * gdb.btrace/record_goto.exp: Likewise.
7333 * gdb.btrace/rn-dl-bind.exp: Likewise.
7334 * gdb.btrace/segv.exp: Likewise.
7335 * gdb.btrace/step.exp: Likewise.
7336 * gdb.btrace/stepi.exp: Likewise.
7337 * gdb.btrace/tailcall-only.exp: Likewise.
7338 * gdb.btrace/tailcall.exp: Likewise.
7339 * gdb.btrace/tsx.exp: Likewise.
7340 * gdb.btrace/unknown_functions.exp: Likewise.
7341 * gdb.btrace/vdso.exp: Likewise.
7342
7343 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7344
7345 * gdb.btrace/enable-running.c: New.
7346 * gdb.btrace/enable-running.exp: New.
7347
7348 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7349
7350 * gdb.arch/amd64-gs_base.c: New file.
7351 * gdb.arch/amd64-gs_base.exp: New file.
7352
7353 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7354
7355 * lib/memory.exp: Remove spurious empty newlines.
7356
7357 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7358
7359 * gdb.python/py-bad-printers.exp: Load python file using "source".
7360 * gdb.python/py-events.exp: Likewise.
7361 * gdb.python/py-evsignal.exp: Likewise.
7362 * gdb.python/py-evthreads.exp: Likewise.
7363 * gdb.python/py-frame-args.exp: Likewise.
7364 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7365 * gdb.python/py-framefilter-mi.exp: Likewise.
7366 * gdb.python/py-framefilter.exp: Likewise.
7367 * gdb.python/py-mi.exp: Likewise.
7368 * gdb.python/py-pp-maint.exp: Likewise.
7369 * gdb.python/py-pp-registration.exp: Likewise.
7370 * gdb.python/py-prettyprint.exp: Likewise.
7371 (run_lang_tests): Likewise.
7372 * gdb.python/py-typeprint.exp: Likewise.
7373
7374 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7375
7376 * lib/memory.exp: New file.
7377 * lib/gdb.exp: Load memory.exp.
7378 * gdb.base/memattr.exp (delete_memory): Move proc to
7379 lib/memory.exp and rename to delete_memory_regions.
7380 Replace delete_memory with delete_memory_regions.
7381 Cleanup memory regions before tests.
7382 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7383 before tests.
7384
7385 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7386
7387 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7388 files.
7389 (initialize): New function conditionally defined.
7390 (testcases): Move within conditional block.
7391 (main): Call initialize.
7392 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7393 of gdb.reverse/insn-reverse.c.
7394 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7395 gdb.reverse/insn-reverse.c.
7396
7397 2017-01-26 Yao Qi <yao.qi@linaro.org>
7398
7399 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7400 disassemble on address 0.
7401
7402 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7403 Yao Qi <yao.qi@linaro.org>
7404
7405 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7406 * gdb.dwarf2/implptr-64bit.S: Remove.
7407 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7408 variables in caller's context. Add DW_OP_implicit_value.
7409
7410 2017-01-25 Yao Qi <yao.qi@linaro.org>
7411
7412 * lib/dwarf.exp (Dwarf::_location): Handle
7413 DW_OP_GNU_implicit_pointer with proper size.
7414
7415 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7416
7417 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7418 and add untested calls.
7419
7420 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7421
7422 * gdb.python/python.exp: Check line number against what GDB thinks
7423 the line number is for func1.
7424
7425 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7426
7427 * gdb.dlang/debug-expr.exp: New file.
7428
7429 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7430
7431 Fix test names for the following files:
7432
7433 * gdb.ada/exec_changed.exp
7434 * gdb.ada/info_types.exp
7435 * gdb.arch/aarch64-atomic-inst.exp
7436 * gdb.arch/aarch64-fp.exp
7437 * gdb.arch/altivec-abi.exp
7438 * gdb.arch/altivec-regs.exp
7439 * gdb.arch/amd64-byte.exp
7440 * gdb.arch/amd64-disp-step.exp
7441 * gdb.arch/amd64-dword.exp
7442 * gdb.arch/amd64-entry-value-inline.exp
7443 * gdb.arch/amd64-entry-value-param.exp
7444 * gdb.arch/amd64-entry-value-paramref.exp
7445 * gdb.arch/amd64-entry-value.exp
7446 * gdb.arch/amd64-i386-address.exp
7447 * gdb.arch/amd64-invalid-stack-middle.exp
7448 * gdb.arch/amd64-invalid-stack-top.exp
7449 * gdb.arch/amd64-optimout-repeat.exp
7450 * gdb.arch/amd64-prologue-skip.exp
7451 * gdb.arch/amd64-prologue-xmm.exp
7452 * gdb.arch/amd64-stap-special-operands.exp
7453 * gdb.arch/amd64-stap-wrong-subexp.exp
7454 * gdb.arch/amd64-tailcall-cxx.exp
7455 * gdb.arch/amd64-tailcall-noret.exp
7456 * gdb.arch/amd64-tailcall-ret.exp
7457 * gdb.arch/amd64-tailcall-self.exp
7458 * gdb.arch/amd64-word.exp
7459 * gdb.arch/arm-bl-branch-dest.exp
7460 * gdb.arch/arm-disp-step.exp
7461 * gdb.arch/arm-neon.exp
7462 * gdb.arch/arm-single-step-kernel-helper.exp
7463 * gdb.arch/avr-flash-qualifier.exp
7464 * gdb.arch/disp-step-insn-reloc.exp
7465 * gdb.arch/e500-abi.exp
7466 * gdb.arch/e500-regs.exp
7467 * gdb.arch/ftrace-insn-reloc.exp
7468 * gdb.arch/i386-avx512.exp
7469 * gdb.arch/i386-bp_permanent.exp
7470 * gdb.arch/i386-byte.exp
7471 * gdb.arch/i386-cfi-notcurrent.exp
7472 * gdb.arch/i386-disp-step.exp
7473 * gdb.arch/i386-dr3-watch.exp
7474 * gdb.arch/i386-float.exp
7475 * gdb.arch/i386-gnu-cfi.exp
7476 * gdb.arch/i386-mpx-map.exp
7477 * gdb.arch/i386-mpx-sigsegv.exp
7478 * gdb.arch/i386-mpx-simple_segv.exp
7479 * gdb.arch/i386-mpx.exp
7480 * gdb.arch/i386-permbkpt.exp
7481 * gdb.arch/i386-prologue.exp
7482 * gdb.arch/i386-signal.exp
7483 * gdb.arch/i386-size-overlap.exp
7484 * gdb.arch/i386-unwind.exp
7485 * gdb.arch/i386-word.exp
7486 * gdb.arch/mips-fcr.exp
7487 * gdb.arch/powerpc-d128-regs.exp
7488 * gdb.arch/powerpc-stackless.exp
7489 * gdb.arch/ppc64-atomic-inst.exp
7490 * gdb.arch/s390-stackless.exp
7491 * gdb.arch/s390-tdbregs.exp
7492 * gdb.arch/s390-vregs.exp
7493 * gdb.arch/sparc-sysstep.exp
7494 * gdb.arch/thumb-bx-pc.exp
7495 * gdb.arch/thumb-singlestep.exp
7496 * gdb.arch/thumb2-it.exp
7497 * gdb.arch/vsx-regs.exp
7498 * gdb.asm/asm-source.exp
7499 * gdb.base/a2-run.exp
7500 * gdb.base/advance.exp
7501 * gdb.base/all-bin.exp
7502 * gdb.base/anon.exp
7503 * gdb.base/args.exp
7504 * gdb.base/arithmet.exp
7505 * gdb.base/async-shell.exp
7506 * gdb.base/async.exp
7507 * gdb.base/attach-pie-noexec.exp
7508 * gdb.base/attach-twice.exp
7509 * gdb.base/auto-load.exp
7510 * gdb.base/bang.exp
7511 * gdb.base/bitfields.exp
7512 * gdb.base/break-always.exp
7513 * gdb.base/break-caller-line.exp
7514 * gdb.base/break-entry.exp
7515 * gdb.base/break-inline.exp
7516 * gdb.base/break-on-linker-gcd-function.exp
7517 * gdb.base/break-probes.exp
7518 * gdb.base/break.exp
7519 * gdb.base/breakpoint-shadow.exp
7520 * gdb.base/call-ar-st.exp
7521 * gdb.base/call-sc.exp
7522 * gdb.base/call-signal-resume.exp
7523 * gdb.base/call-strs.exp
7524 * gdb.base/callfuncs.exp
7525 * gdb.base/catch-fork-static.exp
7526 * gdb.base/catch-gdb-caused-signals.exp
7527 * gdb.base/catch-load.exp
7528 * gdb.base/catch-signal-fork.exp
7529 * gdb.base/catch-signal.exp
7530 * gdb.base/catch-syscall.exp
7531 * gdb.base/charset.exp
7532 * gdb.base/checkpoint.exp
7533 * gdb.base/chng-syms.exp
7534 * gdb.base/code-expr.exp
7535 * gdb.base/code_elim.exp
7536 * gdb.base/commands.exp
7537 * gdb.base/completion.exp
7538 * gdb.base/complex.exp
7539 * gdb.base/cond-expr.exp
7540 * gdb.base/condbreak.exp
7541 * gdb.base/consecutive.exp
7542 * gdb.base/continue-all-already-running.exp
7543 * gdb.base/coredump-filter.exp
7544 * gdb.base/corefile.exp
7545 * gdb.base/dbx.exp
7546 * gdb.base/debug-expr.exp
7547 * gdb.base/define.exp
7548 * gdb.base/del.exp
7549 * gdb.base/disabled-location.exp
7550 * gdb.base/disasm-end-cu.exp
7551 * gdb.base/disasm-optim.exp
7552 * gdb.base/display.exp
7553 * gdb.base/duplicate-bp.exp
7554 * gdb.base/ena-dis-br.exp
7555 * gdb.base/ending-run.exp
7556 * gdb.base/enumval.exp
7557 * gdb.base/environ.exp
7558 * gdb.base/eu-strip-infcall.exp
7559 * gdb.base/eval-avoid-side-effects.exp
7560 * gdb.base/eval-skip.exp
7561 * gdb.base/exitsignal.exp
7562 * gdb.base/expand-psymtabs.exp
7563 * gdb.base/filesym.exp
7564 * gdb.base/find-unmapped.exp
7565 * gdb.base/finish.exp
7566 * gdb.base/float.exp
7567 * gdb.base/foll-exec-mode.exp
7568 * gdb.base/foll-exec.exp
7569 * gdb.base/foll-fork.exp
7570 * gdb.base/fortran-sym-case.exp
7571 * gdb.base/freebpcmd.exp
7572 * gdb.base/func-ptr.exp
7573 * gdb.base/func-ptrs.exp
7574 * gdb.base/funcargs.exp
7575 * gdb.base/gcore-buffer-overflow.exp
7576 * gdb.base/gcore-relro-pie.exp
7577 * gdb.base/gcore-relro.exp
7578 * gdb.base/gcore.exp
7579 * gdb.base/gdb1090.exp
7580 * gdb.base/gdb11530.exp
7581 * gdb.base/gdb11531.exp
7582 * gdb.base/gdb1821.exp
7583 * gdb.base/gdbindex-stabs.exp
7584 * gdb.base/gdbvars.exp
7585 * gdb.base/hbreak.exp
7586 * gdb.base/hbreak2.exp
7587 * gdb.base/included.exp
7588 * gdb.base/infcall-input.exp
7589 * gdb.base/inferior-died.exp
7590 * gdb.base/infnan.exp
7591 * gdb.base/info-macros.exp
7592 * gdb.base/info-os.exp
7593 * gdb.base/info-proc.exp
7594 * gdb.base/info-shared.exp
7595 * gdb.base/info-target.exp
7596 * gdb.base/infoline.exp
7597 * gdb.base/interp.exp
7598 * gdb.base/interrupt.exp
7599 * gdb.base/jit-reader.exp
7600 * gdb.base/jit-simple.exp
7601 * gdb.base/kill-after-signal.exp
7602 * gdb.base/kill-detach-inferiors-cmd.exp
7603 * gdb.base/label.exp
7604 * gdb.base/langs.exp
7605 * gdb.base/ldbl_e308.exp
7606 * gdb.base/line-symtabs.exp
7607 * gdb.base/linespecs.exp
7608 * gdb.base/list.exp
7609 * gdb.base/long_long.exp
7610 * gdb.base/longest-types.exp
7611 * gdb.base/maint.exp
7612 * gdb.base/max-value-size.exp
7613 * gdb.base/memattr.exp
7614 * gdb.base/mips_pro.exp
7615 * gdb.base/morestack.exp
7616 * gdb.base/moribund-step.exp
7617 * gdb.base/multi-forks.exp
7618 * gdb.base/nested-addr.exp
7619 * gdb.base/nextoverexit.exp
7620 * gdb.base/noreturn-finish.exp
7621 * gdb.base/noreturn-return.exp
7622 * gdb.base/nostdlib.exp
7623 * gdb.base/offsets.exp
7624 * gdb.base/opaque.exp
7625 * gdb.base/pc-fp.exp
7626 * gdb.base/permissions.exp
7627 * gdb.base/print-symbol-loading.exp
7628 * gdb.base/prologue-include.exp
7629 * gdb.base/psymtab.exp
7630 * gdb.base/ptype.exp
7631 * gdb.base/random-signal.exp
7632 * gdb.base/randomize.exp
7633 * gdb.base/range-stepping.exp
7634 * gdb.base/readline-ask.exp
7635 * gdb.base/recpar.exp
7636 * gdb.base/recurse.exp
7637 * gdb.base/relational.exp
7638 * gdb.base/restore.exp
7639 * gdb.base/return-nodebug.exp
7640 * gdb.base/return.exp
7641 * gdb.base/run-after-attach.exp
7642 * gdb.base/save-bp.exp
7643 * gdb.base/scope.exp
7644 * gdb.base/sect-cmd.exp
7645 * gdb.base/set-lang-auto.exp
7646 * gdb.base/set-noassign.exp
7647 * gdb.base/setvar.exp
7648 * gdb.base/sigall.exp
7649 * gdb.base/sigbpt.exp
7650 * gdb.base/siginfo-addr.exp
7651 * gdb.base/siginfo-infcall.exp
7652 * gdb.base/siginfo-obj.exp
7653 * gdb.base/siginfo.exp
7654 * gdb.base/signals-state-child.exp
7655 * gdb.base/signest.exp
7656 * gdb.base/sigstep.exp
7657 * gdb.base/sizeof.exp
7658 * gdb.base/skip.exp
7659 * gdb.base/solib-corrupted.exp
7660 * gdb.base/solib-nodir.exp
7661 * gdb.base/solib-search.exp
7662 * gdb.base/stack-checking.exp
7663 * gdb.base/stale-infcall.exp
7664 * gdb.base/stap-probe.exp
7665 * gdb.base/start.exp
7666 * gdb.base/step-break.exp
7667 * gdb.base/step-bt.exp
7668 * gdb.base/step-line.exp
7669 * gdb.base/step-over-exit.exp
7670 * gdb.base/step-over-syscall.exp
7671 * gdb.base/step-resume-infcall.exp
7672 * gdb.base/step-test.exp
7673 * gdb.base/store.exp
7674 * gdb.base/structs3.exp
7675 * gdb.base/sym-file.exp
7676 * gdb.base/symbol-without-target_section.exp
7677 * gdb.base/term.exp
7678 * gdb.base/testenv.exp
7679 * gdb.base/ui-redirect.exp
7680 * gdb.base/until.exp
7681 * gdb.base/unwindonsignal.exp
7682 * gdb.base/value-double-free.exp
7683 * gdb.base/vla-datatypes.exp
7684 * gdb.base/vla-ptr.exp
7685 * gdb.base/vla-sideeffect.exp
7686 * gdb.base/volatile.exp
7687 * gdb.base/watch-cond-infcall.exp
7688 * gdb.base/watch-cond.exp
7689 * gdb.base/watch-non-mem.exp
7690 * gdb.base/watch-read.exp
7691 * gdb.base/watch-vfork.exp
7692 * gdb.base/watchpoint-cond-gone.exp
7693 * gdb.base/watchpoint-delete.exp
7694 * gdb.base/watchpoint-hw-hit-once.exp
7695 * gdb.base/watchpoint-hw.exp
7696 * gdb.base/watchpoint-stops-at-right-insn.exp
7697 * gdb.base/watchpoints.exp
7698 * gdb.base/wchar.exp
7699 * gdb.base/whatis-exp.exp
7700 * gdb.btrace/buffer-size.exp
7701 * gdb.btrace/data.exp
7702 * gdb.btrace/delta.exp
7703 * gdb.btrace/dlopen.exp
7704 * gdb.btrace/enable.exp
7705 * gdb.btrace/exception.exp
7706 * gdb.btrace/function_call_history.exp
7707 * gdb.btrace/gcore.exp
7708 * gdb.btrace/instruction_history.exp
7709 * gdb.btrace/nohist.exp
7710 * gdb.btrace/reconnect.exp
7711 * gdb.btrace/record_goto-step.exp
7712 * gdb.btrace/record_goto.exp
7713 * gdb.btrace/rn-dl-bind.exp
7714 * gdb.btrace/segv.exp
7715 * gdb.btrace/step.exp
7716 * gdb.btrace/stepi.exp
7717 * gdb.btrace/tailcall-only.exp
7718 * gdb.btrace/tailcall.exp
7719 * gdb.btrace/tsx.exp
7720 * gdb.btrace/unknown_functions.exp
7721 * gdb.btrace/vdso.exp
7722 * gdb.compile/compile-ifunc.exp
7723 * gdb.compile/compile-ops.exp
7724 * gdb.compile/compile-print.exp
7725 * gdb.compile/compile-setjmp.exp
7726 * gdb.cp/abstract-origin.exp
7727 * gdb.cp/ambiguous.exp
7728 * gdb.cp/annota2.exp
7729 * gdb.cp/annota3.exp
7730 * gdb.cp/anon-ns.exp
7731 * gdb.cp/anon-struct.exp
7732 * gdb.cp/anon-union.exp
7733 * gdb.cp/arg-reference.exp
7734 * gdb.cp/baseenum.exp
7735 * gdb.cp/bool.exp
7736 * gdb.cp/breakpoint.exp
7737 * gdb.cp/bs15503.exp
7738 * gdb.cp/call-c.exp
7739 * gdb.cp/casts.exp
7740 * gdb.cp/chained-calls.exp
7741 * gdb.cp/class2.exp
7742 * gdb.cp/classes.exp
7743 * gdb.cp/cmpd-minsyms.exp
7744 * gdb.cp/converts.exp
7745 * gdb.cp/cp-relocate.exp
7746 * gdb.cp/cpcompletion.exp
7747 * gdb.cp/cpexprs.exp
7748 * gdb.cp/cplabel.exp
7749 * gdb.cp/cplusfuncs.exp
7750 * gdb.cp/cpsizeof.exp
7751 * gdb.cp/ctti.exp
7752 * gdb.cp/derivation.exp
7753 * gdb.cp/destrprint.exp
7754 * gdb.cp/dispcxx.exp
7755 * gdb.cp/enum-class.exp
7756 * gdb.cp/exception.exp
7757 * gdb.cp/exceptprint.exp
7758 * gdb.cp/expand-psymtabs-cxx.exp
7759 * gdb.cp/expand-sals.exp
7760 * gdb.cp/extern-c.exp
7761 * gdb.cp/filename.exp
7762 * gdb.cp/formatted-ref.exp
7763 * gdb.cp/fpointer.exp
7764 * gdb.cp/gdb1355.exp
7765 * gdb.cp/gdb2495.exp
7766 * gdb.cp/hang.exp
7767 * gdb.cp/impl-this.exp
7768 * gdb.cp/infcall-dlopen.exp
7769 * gdb.cp/inherit.exp
7770 * gdb.cp/iostream.exp
7771 * gdb.cp/koenig.exp
7772 * gdb.cp/local.exp
7773 * gdb.cp/m-data.exp
7774 * gdb.cp/m-static.exp
7775 * gdb.cp/mb-ctor.exp
7776 * gdb.cp/mb-inline.exp
7777 * gdb.cp/mb-templates.exp
7778 * gdb.cp/member-name.exp
7779 * gdb.cp/member-ptr.exp
7780 * gdb.cp/meth-typedefs.exp
7781 * gdb.cp/method.exp
7782 * gdb.cp/method2.exp
7783 * gdb.cp/minsym-fallback.exp
7784 * gdb.cp/misc.exp
7785 * gdb.cp/namelessclass.exp
7786 * gdb.cp/namespace-enum.exp
7787 * gdb.cp/namespace-nested-import.exp
7788 * gdb.cp/namespace.exp
7789 * gdb.cp/nextoverthrow.exp
7790 * gdb.cp/no-dmgl-verbose.exp
7791 * gdb.cp/non-trivial-retval.exp
7792 * gdb.cp/noparam.exp
7793 * gdb.cp/nsdecl.exp
7794 * gdb.cp/nsimport.exp
7795 * gdb.cp/nsnested.exp
7796 * gdb.cp/nsnoimports.exp
7797 * gdb.cp/nsrecurs.exp
7798 * gdb.cp/nsstress.exp
7799 * gdb.cp/nsusing.exp
7800 * gdb.cp/operator.exp
7801 * gdb.cp/oranking.exp
7802 * gdb.cp/overload-const.exp
7803 * gdb.cp/overload.exp
7804 * gdb.cp/ovldbreak.exp
7805 * gdb.cp/ovsrch.exp
7806 * gdb.cp/paren-type.exp
7807 * gdb.cp/parse-lang.exp
7808 * gdb.cp/pass-by-ref.exp
7809 * gdb.cp/pr-1023.exp
7810 * gdb.cp/pr-1210.exp
7811 * gdb.cp/pr-574.exp
7812 * gdb.cp/pr10687.exp
7813 * gdb.cp/pr12028.exp
7814 * gdb.cp/pr17132.exp
7815 * gdb.cp/pr17494.exp
7816 * gdb.cp/pr9067.exp
7817 * gdb.cp/pr9167.exp
7818 * gdb.cp/pr9631.exp
7819 * gdb.cp/printmethod.exp
7820 * gdb.cp/psmang.exp
7821 * gdb.cp/psymtab-parameter.exp
7822 * gdb.cp/ptype-cv-cp.exp
7823 * gdb.cp/ptype-flags.exp
7824 * gdb.cp/re-set-overloaded.exp
7825 * gdb.cp/ref-types.exp
7826 * gdb.cp/rtti.exp
7827 * gdb.cp/scope-err.exp
7828 * gdb.cp/shadow.exp
7829 * gdb.cp/smartp.exp
7830 * gdb.cp/static-method.exp
7831 * gdb.cp/static-print-quit.exp
7832 * gdb.cp/temargs.exp
7833 * gdb.cp/templates.exp
7834 * gdb.cp/try_catch.exp
7835 * gdb.cp/typedef-operator.exp
7836 * gdb.cp/typeid.exp
7837 * gdb.cp/userdef.exp
7838 * gdb.cp/using-crash.exp
7839 * gdb.cp/var-tag.exp
7840 * gdb.cp/virtbase.exp
7841 * gdb.cp/virtfunc.exp
7842 * gdb.cp/virtfunc2.exp
7843 * gdb.cp/vla-cxx.exp
7844 * gdb.disasm/t01_mov.exp
7845 * gdb.disasm/t02_mova.exp
7846 * gdb.disasm/t03_add.exp
7847 * gdb.disasm/t04_sub.exp
7848 * gdb.disasm/t05_cmp.exp
7849 * gdb.disasm/t06_ari2.exp
7850 * gdb.disasm/t07_ari3.exp
7851 * gdb.disasm/t08_or.exp
7852 * gdb.disasm/t09_xor.exp
7853 * gdb.disasm/t10_and.exp
7854 * gdb.disasm/t11_logs.exp
7855 * gdb.disasm/t12_bit.exp
7856 * gdb.disasm/t13_otr.exp
7857 * gdb.dlang/circular.exp
7858 * gdb.dwarf2/arr-stride.exp
7859 * gdb.dwarf2/arr-subrange.exp
7860 * gdb.dwarf2/atomic-type.exp
7861 * gdb.dwarf2/bad-regnum.exp
7862 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7863 * gdb.dwarf2/callframecfa.exp
7864 * gdb.dwarf2/clztest.exp
7865 * gdb.dwarf2/corrupt.exp
7866 * gdb.dwarf2/data-loc.exp
7867 * gdb.dwarf2/dup-psym.exp
7868 * gdb.dwarf2/dw2-anon-mptr.exp
7869 * gdb.dwarf2/dw2-anonymous-func.exp
7870 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7871 * gdb.dwarf2/dw2-bad-unresolved.exp
7872 * gdb.dwarf2/dw2-basic.exp
7873 * gdb.dwarf2/dw2-canonicalize-type.exp
7874 * gdb.dwarf2/dw2-case-insensitive.exp
7875 * gdb.dwarf2/dw2-common-block.exp
7876 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7877 * gdb.dwarf2/dw2-compressed.exp
7878 * gdb.dwarf2/dw2-const.exp
7879 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7880 * gdb.dwarf2/dw2-cu-size.exp
7881 * gdb.dwarf2/dw2-dup-frame.exp
7882 * gdb.dwarf2/dw2-entry-value.exp
7883 * gdb.dwarf2/dw2-icycle.exp
7884 * gdb.dwarf2/dw2-ifort-parameter.exp
7885 * gdb.dwarf2/dw2-inline-break.exp
7886 * gdb.dwarf2/dw2-inline-param.exp
7887 * gdb.dwarf2/dw2-intercu.exp
7888 * gdb.dwarf2/dw2-intermix.exp
7889 * gdb.dwarf2/dw2-lexical-block-bare.exp
7890 * gdb.dwarf2/dw2-linkage-name-trust.exp
7891 * gdb.dwarf2/dw2-minsym-in-cu.exp
7892 * gdb.dwarf2/dw2-noloc.exp
7893 * gdb.dwarf2/dw2-op-call.exp
7894 * gdb.dwarf2/dw2-op-out-param.exp
7895 * gdb.dwarf2/dw2-opt-structptr.exp
7896 * gdb.dwarf2/dw2-param-error.exp
7897 * gdb.dwarf2/dw2-producer.exp
7898 * gdb.dwarf2/dw2-ranges-base.exp
7899 * gdb.dwarf2/dw2-ref-missing-frame.exp
7900 * gdb.dwarf2/dw2-reg-undefined.exp
7901 * gdb.dwarf2/dw2-regno-invalid.exp
7902 * gdb.dwarf2/dw2-restore.exp
7903 * gdb.dwarf2/dw2-restrict.exp
7904 * gdb.dwarf2/dw2-single-line-discriminators.exp
7905 * gdb.dwarf2/dw2-strp.exp
7906 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7907 * gdb.dwarf2/dw2-unresolved.exp
7908 * gdb.dwarf2/dw2-var-zero-addr.exp
7909 * gdb.dwarf2/dw4-sig-types.exp
7910 * gdb.dwarf2/dwz.exp
7911 * gdb.dwarf2/dynarr-ptr.exp
7912 * gdb.dwarf2/enum-type.exp
7913 * gdb.dwarf2/gdb-index.exp
7914 * gdb.dwarf2/implptr-64bit.exp
7915 * gdb.dwarf2/implptr-optimized-out.exp
7916 * gdb.dwarf2/implptr.exp
7917 * gdb.dwarf2/implref-array.exp
7918 * gdb.dwarf2/implref-const.exp
7919 * gdb.dwarf2/implref-global.exp
7920 * gdb.dwarf2/implref-struct.exp
7921 * gdb.dwarf2/mac-fileno.exp
7922 * gdb.dwarf2/main-subprogram.exp
7923 * gdb.dwarf2/member-ptr-forwardref.exp
7924 * gdb.dwarf2/method-ptr.exp
7925 * gdb.dwarf2/missing-sig-type.exp
7926 * gdb.dwarf2/nonvar-access.exp
7927 * gdb.dwarf2/opaque-type-lookup.exp
7928 * gdb.dwarf2/pieces-optimized-out.exp
7929 * gdb.dwarf2/pieces.exp
7930 * gdb.dwarf2/pr10770.exp
7931 * gdb.dwarf2/pr13961.exp
7932 * gdb.dwarf2/staticvirtual.exp
7933 * gdb.dwarf2/subrange.exp
7934 * gdb.dwarf2/symtab-producer.exp
7935 * gdb.dwarf2/trace-crash.exp
7936 * gdb.dwarf2/typeddwarf.exp
7937 * gdb.dwarf2/valop.exp
7938 * gdb.dwarf2/watch-notconst.exp
7939 * gdb.fortran/array-element.exp
7940 * gdb.fortran/charset.exp
7941 * gdb.fortran/common-block.exp
7942 * gdb.fortran/complex.exp
7943 * gdb.fortran/derived-type-function.exp
7944 * gdb.fortran/derived-type.exp
7945 * gdb.fortran/logical.exp
7946 * gdb.fortran/module.exp
7947 * gdb.fortran/multi-dim.exp
7948 * gdb.fortran/nested-funcs.exp
7949 * gdb.fortran/print-formatted.exp
7950 * gdb.fortran/subarray.exp
7951 * gdb.fortran/vla-alloc-assoc.exp
7952 * gdb.fortran/vla-datatypes.exp
7953 * gdb.fortran/vla-history.exp
7954 * gdb.fortran/vla-ptr-info.exp
7955 * gdb.fortran/vla-ptype-sub.exp
7956 * gdb.fortran/vla-ptype.exp
7957 * gdb.fortran/vla-sizeof.exp
7958 * gdb.fortran/vla-type.exp
7959 * gdb.fortran/vla-value-sub-arbitrary.exp
7960 * gdb.fortran/vla-value-sub-finish.exp
7961 * gdb.fortran/vla-value-sub.exp
7962 * gdb.fortran/vla-value.exp
7963 * gdb.fortran/whatis_type.exp
7964 * gdb.go/chan.exp
7965 * gdb.go/handcall.exp
7966 * gdb.go/hello.exp
7967 * gdb.go/integers.exp
7968 * gdb.go/methods.exp
7969 * gdb.go/package.exp
7970 * gdb.go/strings.exp
7971 * gdb.go/types.exp
7972 * gdb.go/unsafe.exp
7973 * gdb.guile/scm-arch.exp
7974 * gdb.guile/scm-block.exp
7975 * gdb.guile/scm-breakpoint.exp
7976 * gdb.guile/scm-cmd.exp
7977 * gdb.guile/scm-disasm.exp
7978 * gdb.guile/scm-equal.exp
7979 * gdb.guile/scm-frame-args.exp
7980 * gdb.guile/scm-frame-inline.exp
7981 * gdb.guile/scm-frame.exp
7982 * gdb.guile/scm-iterator.exp
7983 * gdb.guile/scm-math.exp
7984 * gdb.guile/scm-objfile.exp
7985 * gdb.guile/scm-ports.exp
7986 * gdb.guile/scm-symbol.exp
7987 * gdb.guile/scm-symtab.exp
7988 * gdb.guile/scm-value-cc.exp
7989 * gdb.guile/types-module.exp
7990 * gdb.linespec/break-ask.exp
7991 * gdb.linespec/cpexplicit.exp
7992 * gdb.linespec/explicit.exp
7993 * gdb.linespec/keywords.exp
7994 * gdb.linespec/linespec.exp
7995 * gdb.linespec/ls-dollar.exp
7996 * gdb.linespec/ls-errs.exp
7997 * gdb.linespec/skip-two.exp
7998 * gdb.linespec/thread.exp
7999 * gdb.mi/mi-async.exp
8000 * gdb.mi/mi-basics.exp
8001 * gdb.mi/mi-break.exp
8002 * gdb.mi/mi-catch-load.exp
8003 * gdb.mi/mi-cli.exp
8004 * gdb.mi/mi-cmd-param-changed.exp
8005 * gdb.mi/mi-console.exp
8006 * gdb.mi/mi-detach.exp
8007 * gdb.mi/mi-disassemble.exp
8008 * gdb.mi/mi-eval.exp
8009 * gdb.mi/mi-file-transfer.exp
8010 * gdb.mi/mi-file.exp
8011 * gdb.mi/mi-fill-memory.exp
8012 * gdb.mi/mi-inheritance-syntax-error.exp
8013 * gdb.mi/mi-linespec-err-cp.exp
8014 * gdb.mi/mi-logging.exp
8015 * gdb.mi/mi-memory-changed.exp
8016 * gdb.mi/mi-read-memory.exp
8017 * gdb.mi/mi-record-changed.exp
8018 * gdb.mi/mi-reg-undefined.exp
8019 * gdb.mi/mi-regs.exp
8020 * gdb.mi/mi-return.exp
8021 * gdb.mi/mi-reverse.exp
8022 * gdb.mi/mi-simplerun.exp
8023 * gdb.mi/mi-solib.exp
8024 * gdb.mi/mi-stack.exp
8025 * gdb.mi/mi-stepi.exp
8026 * gdb.mi/mi-syn-frame.exp
8027 * gdb.mi/mi-until.exp
8028 * gdb.mi/mi-var-block.exp
8029 * gdb.mi/mi-var-child.exp
8030 * gdb.mi/mi-var-cmd.exp
8031 * gdb.mi/mi-var-cp.exp
8032 * gdb.mi/mi-var-display.exp
8033 * gdb.mi/mi-var-invalidate.exp
8034 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8035 * gdb.mi/mi-vla-fortran.exp
8036 * gdb.mi/mi-watch.exp
8037 * gdb.mi/mi2-var-child.exp
8038 * gdb.mi/user-selected-context-sync.exp
8039 * gdb.modula2/unbounded-array.exp
8040 * gdb.multi/dummy-frame-restore.exp
8041 * gdb.multi/multi-arch-exec.exp
8042 * gdb.multi/multi-arch.exp
8043 * gdb.multi/tids.exp
8044 * gdb.multi/watchpoint-multi.exp
8045 * gdb.opencl/callfuncs.exp
8046 * gdb.opencl/convs_casts.exp
8047 * gdb.opencl/datatypes.exp
8048 * gdb.opencl/operators.exp
8049 * gdb.opencl/vec_comps.exp
8050 * gdb.opt/clobbered-registers-O2.exp
8051 * gdb.opt/inline-break.exp
8052 * gdb.opt/inline-bt.exp
8053 * gdb.opt/inline-cmds.exp
8054 * gdb.opt/inline-locals.exp
8055 * gdb.pascal/case-insensitive-symbols.exp
8056 * gdb.pascal/floats.exp
8057 * gdb.pascal/gdb11492.exp
8058 * gdb.python/lib-types.exp
8059 * gdb.python/py-arch.exp
8060 * gdb.python/py-as-string.exp
8061 * gdb.python/py-bad-printers.exp
8062 * gdb.python/py-block.exp
8063 * gdb.python/py-breakpoint-create-fail.exp
8064 * gdb.python/py-breakpoint.exp
8065 * gdb.python/py-caller-is.exp
8066 * gdb.python/py-cmd.exp
8067 * gdb.python/py-explore-cc.exp
8068 * gdb.python/py-explore.exp
8069 * gdb.python/py-finish-breakpoint.exp
8070 * gdb.python/py-finish-breakpoint2.exp
8071 * gdb.python/py-frame-args.exp
8072 * gdb.python/py-frame-inline.exp
8073 * gdb.python/py-frame.exp
8074 * gdb.python/py-framefilter-mi.exp
8075 * gdb.python/py-infthread.exp
8076 * gdb.python/py-lazy-string.exp
8077 * gdb.python/py-linetable.exp
8078 * gdb.python/py-mi-events.exp
8079 * gdb.python/py-mi-objfile.exp
8080 * gdb.python/py-mi.exp
8081 * gdb.python/py-objfile.exp
8082 * gdb.python/py-pp-integral.exp
8083 * gdb.python/py-pp-maint.exp
8084 * gdb.python/py-pp-re-notag.exp
8085 * gdb.python/py-pp-registration.exp
8086 * gdb.python/py-recurse-unwind.exp
8087 * gdb.python/py-strfns.exp
8088 * gdb.python/py-symbol.exp
8089 * gdb.python/py-symtab.exp
8090 * gdb.python/py-sync-interp.exp
8091 * gdb.python/py-typeprint.exp
8092 * gdb.python/py-unwind-maint.exp
8093 * gdb.python/py-unwind.exp
8094 * gdb.python/py-value-cc.exp
8095 * gdb.python/py-xmethods.exp
8096 * gdb.reverse/amd64-tailcall-reverse.exp
8097 * gdb.reverse/break-precsave.exp
8098 * gdb.reverse/break-reverse.exp
8099 * gdb.reverse/consecutive-precsave.exp
8100 * gdb.reverse/consecutive-reverse.exp
8101 * gdb.reverse/finish-precsave.exp
8102 * gdb.reverse/finish-reverse-bkpt.exp
8103 * gdb.reverse/finish-reverse.exp
8104 * gdb.reverse/fstatat-reverse.exp
8105 * gdb.reverse/getresuid-reverse.exp
8106 * gdb.reverse/i386-precsave.exp
8107 * gdb.reverse/i386-reverse.exp
8108 * gdb.reverse/i386-sse-reverse.exp
8109 * gdb.reverse/i387-env-reverse.exp
8110 * gdb.reverse/i387-stack-reverse.exp
8111 * gdb.reverse/insn-reverse.exp
8112 * gdb.reverse/machinestate-precsave.exp
8113 * gdb.reverse/machinestate.exp
8114 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8115 * gdb.reverse/pipe-reverse.exp
8116 * gdb.reverse/readv-reverse.exp
8117 * gdb.reverse/recvmsg-reverse.exp
8118 * gdb.reverse/rerun-prec.exp
8119 * gdb.reverse/s390-mvcle.exp
8120 * gdb.reverse/step-precsave.exp
8121 * gdb.reverse/step-reverse.exp
8122 * gdb.reverse/time-reverse.exp
8123 * gdb.reverse/until-precsave.exp
8124 * gdb.reverse/until-reverse.exp
8125 * gdb.reverse/waitpid-reverse.exp
8126 * gdb.reverse/watch-precsave.exp
8127 * gdb.reverse/watch-reverse.exp
8128 * gdb.rust/generics.exp
8129 * gdb.rust/methods.exp
8130 * gdb.rust/modules.exp
8131 * gdb.rust/simple.exp
8132 * gdb.server/connect-with-no-symbol-file.exp
8133 * gdb.server/ext-attach.exp
8134 * gdb.server/ext-restart.exp
8135 * gdb.server/ext-wrapper.exp
8136 * gdb.server/file-transfer.exp
8137 * gdb.server/server-exec-info.exp
8138 * gdb.server/server-kill.exp
8139 * gdb.server/server-mon.exp
8140 * gdb.server/wrapper.exp
8141 * gdb.stabs/exclfwd.exp
8142 * gdb.stabs/gdb11479.exp
8143 * gdb.threads/clone-new-thread-event.exp
8144 * gdb.threads/corethreads.exp
8145 * gdb.threads/current-lwp-dead.exp
8146 * gdb.threads/dlopen-libpthread.exp
8147 * gdb.threads/gcore-thread.exp
8148 * gdb.threads/sigstep-threads.exp
8149 * gdb.threads/watchpoint-fork.exp
8150 * gdb.trace/actions-changed.exp
8151 * gdb.trace/backtrace.exp
8152 * gdb.trace/change-loc.exp
8153 * gdb.trace/circ.exp
8154 * gdb.trace/collection.exp
8155 * gdb.trace/disconnected-tracing.exp
8156 * gdb.trace/ftrace.exp
8157 * gdb.trace/mi-trace-frame-collected.exp
8158 * gdb.trace/mi-trace-unavailable.exp
8159 * gdb.trace/mi-traceframe-changed.exp
8160 * gdb.trace/mi-tsv-changed.exp
8161 * gdb.trace/no-attach-trace.exp
8162 * gdb.trace/passc-dyn.exp
8163 * gdb.trace/qtro.exp
8164 * gdb.trace/range-stepping.exp
8165 * gdb.trace/read-memory.exp
8166 * gdb.trace/save-trace.exp
8167 * gdb.trace/signal.exp
8168 * gdb.trace/status-stop.exp
8169 * gdb.trace/tfile.exp
8170 * gdb.trace/trace-break.exp
8171 * gdb.trace/trace-buffer-size.exp
8172 * gdb.trace/trace-condition.exp
8173 * gdb.trace/tracefile-pseudo-reg.exp
8174 * gdb.trace/tstatus.exp
8175 * gdb.trace/unavailable.exp
8176 * gdb.trace/while-dyn.exp
8177 * gdb.trace/while-stepping.exp
8178
8179 2016-12-22 Doug Evans <xdje42@gmail.com>
8180
8181 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8182 and msymbols.
8183
8184 2016-12-19 Yao Qi <yao.qi@linaro.org>
8185
8186 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8187 (test_with_self): Don't call do_steps_and_nexts, and remove
8188 code about stepping into xmalloc.
8189
8190 2016-12-09 Yao Qi <yao.qi@linaro.org>
8191
8192 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8193
8194 2016-12-09 Yao Qi <yao.qi@linaro.org>
8195
8196 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8197
8198 2016-12-09 Pedro Alves <palves@redhat.com>
8199
8200 * gdb.base/all-architectures-0.exp: New file.
8201 * gdb.base/all-architectures-1.exp: New file.
8202 * gdb.base/all-architectures-2.exp: New file.
8203 * gdb.base/all-architectures-3.exp: New file.
8204 * gdb.base/all-architectures-4.exp: New file.
8205 * gdb.base/all-architectures-5.exp: New file.
8206 * gdb.base/all-architectures-6.exp: New file.
8207 * gdb.base/all-architectures-7.exp: New file.
8208 * gdb.base/all-architectures.exp.in: New file.
8209
8210 2016-12-09 Yao Qi <yao.qi@linaro.org>
8211
8212 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8213
8214 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8215
8216 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8217 possible.
8218 Remove useless pattern-matching code.
8219
8220 2016-12-02 Pedro Alves <palves@redhat.com>
8221
8222 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8223 procedure.
8224 (top level): Call it.
8225
8226 2016-12-02 Pedro Alves <palves@redhat.com>
8227
8228 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8229 New procedure.
8230 (top level): Call it.
8231
8232 2016-12-02 Pedro Alves <palves@redhat.com>
8233
8234 PR cli/20559
8235 * gdb.base/commands.exp (user_defined_command_args_eval): New
8236 procedure.
8237 (top level): Call it.
8238
8239 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8240
8241 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8242 timeout handling.
8243
8244 2016-12-02 Tom Tromey <tom@tromey.com>
8245
8246 * gdb.dwarf2/main-subprogram.c: New file.
8247 * gdb.dwarf2/main-subprogram.exp: New file.
8248
8249 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8250
8251 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8252 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8253 gdb_test_no_output for a couple of cases.
8254 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8255
8256 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8257
8258 Fix test names and standardize compilation error messages throughout
8259 the following files:
8260
8261 * gdb.ada/start.exp
8262 * gdb.arch/alpha-step.exp
8263 * gdb.arch/e500-prologue.exp
8264 * gdb.arch/ftrace-insn-reloc.exp
8265 * gdb.arch/gdb1291.exp
8266 * gdb.arch/gdb1431.exp
8267 * gdb.arch/gdb1558.exp
8268 * gdb.arch/i386-dr3-watch.exp
8269 * gdb.arch/i386-sse-stack-align.exp
8270 * gdb.arch/ia64-breakpoint-shadow.exp
8271 * gdb.arch/pa-nullify.exp
8272 * gdb.arch/powerpc-aix-prologue.exp
8273 * gdb.arch/thumb-bx-pc.exp
8274 * gdb.base/annota1.exp
8275 * gdb.base/annota3.exp
8276 * gdb.base/arrayidx.exp
8277 * gdb.base/assign.exp
8278 * gdb.base/attach.exp
8279 * gdb.base/auxv.exp
8280 * gdb.base/bang.exp
8281 * gdb.base/bfp-test.exp
8282 * gdb.base/bigcore.exp
8283 * gdb.base/bitfields2.exp
8284 * gdb.base/break-fun-addr.exp
8285 * gdb.base/break-probes.exp
8286 * gdb.base/call-rt-st.exp
8287 * gdb.base/callexit.exp
8288 * gdb.base/catch-fork-kill.exp
8289 * gdb.base/charset.exp
8290 * gdb.base/checkpoint.exp
8291 * gdb.base/comprdebug.exp
8292 * gdb.base/constvars.exp
8293 * gdb.base/coredump-filter.exp
8294 * gdb.base/cursal.exp
8295 * gdb.base/cvexpr.exp
8296 * gdb.base/detach.exp
8297 * gdb.base/display.exp
8298 * gdb.base/dmsym.exp
8299 * gdb.base/dprintf-pending.exp
8300 * gdb.base/dso2dso.exp
8301 * gdb.base/dtrace-probe.exp
8302 * gdb.base/dump.exp
8303 * gdb.base/enum_cond.exp
8304 * gdb.base/exe-lock.exp
8305 * gdb.base/exec-invalid-sysroot.exp
8306 * gdb.base/execl-update-breakpoints.exp
8307 * gdb.base/exprs.exp
8308 * gdb.base/fileio.exp
8309 * gdb.base/find.exp
8310 * gdb.base/finish.exp
8311 * gdb.base/fixsection.exp
8312 * gdb.base/foll-vfork.exp
8313 * gdb.base/frame-args.exp
8314 * gdb.base/gcore.exp
8315 * gdb.base/gdb1250.exp
8316 * gdb.base/global-var-nested-by-dso.exp
8317 * gdb.base/gnu-ifunc.exp
8318 * gdb.base/hashline1.exp
8319 * gdb.base/hashline2.exp
8320 * gdb.base/hashline3.exp
8321 * gdb.base/hbreak-in-shr-unsupported.exp
8322 * gdb.base/huge.exp
8323 * gdb.base/infcall-input.exp
8324 * gdb.base/info-fun.exp
8325 * gdb.base/info-shared.exp
8326 * gdb.base/jit-simple.exp
8327 * gdb.base/jit-so.exp
8328 * gdb.base/jit.exp
8329 * gdb.base/jump.exp
8330 * gdb.base/label.exp
8331 * gdb.base/lineinc.exp
8332 * gdb.base/logical.exp
8333 * gdb.base/longjmp.exp
8334 * gdb.base/macscp.exp
8335 * gdb.base/miscexprs.exp
8336 * gdb.base/new-ui-echo.exp
8337 * gdb.base/new-ui-pending-input.exp
8338 * gdb.base/new-ui.exp
8339 * gdb.base/nodebug.exp
8340 * gdb.base/nofield.exp
8341 * gdb.base/offsets.exp
8342 * gdb.base/overlays.exp
8343 * gdb.base/pending.exp
8344 * gdb.base/pointers.exp
8345 * gdb.base/pr11022.exp
8346 * gdb.base/printcmds.exp
8347 * gdb.base/prologue.exp
8348 * gdb.base/ptr-typedef.exp
8349 * gdb.base/realname-expand.exp
8350 * gdb.base/relativedebug.exp
8351 * gdb.base/relocate.exp
8352 * gdb.base/remote.exp
8353 * gdb.base/reread.exp
8354 * gdb.base/return2.exp
8355 * gdb.base/savedregs.exp
8356 * gdb.base/sep.exp
8357 * gdb.base/sepdebug.exp
8358 * gdb.base/sepsymtab.exp
8359 * gdb.base/set-inferior-tty.exp
8360 * gdb.base/setshow.exp
8361 * gdb.base/shlib-call.exp
8362 * gdb.base/sigaltstack.exp
8363 * gdb.base/siginfo-addr.exp
8364 * gdb.base/signals.exp
8365 * gdb.base/signull.exp
8366 * gdb.base/sigrepeat.exp
8367 * gdb.base/so-impl-ld.exp
8368 * gdb.base/solib-display.exp
8369 * gdb.base/solib-overlap.exp
8370 * gdb.base/solib-search.exp
8371 * gdb.base/solib-symbol.exp
8372 * gdb.base/structs.exp
8373 * gdb.base/structs2.exp
8374 * gdb.base/symtab-search-order.exp
8375 * gdb.base/twice.exp
8376 * gdb.base/unload.exp
8377 * gdb.base/varargs.exp
8378 * gdb.base/watchpoint-solib.exp
8379 * gdb.base/watchpoint.exp
8380 * gdb.base/whatis.exp
8381 * gdb.base/wrong_frame_bt_full.exp
8382 * gdb.btrace/dlopen.exp
8383 * gdb.cell/ea-standalone.exp
8384 * gdb.cell/ea-test.exp
8385 * gdb.cp/dispcxx.exp
8386 * gdb.cp/gdb2384.exp
8387 * gdb.cp/method2.exp
8388 * gdb.cp/nextoverthrow.exp
8389 * gdb.cp/pr10728.exp
8390 * gdb.disasm/am33.exp
8391 * gdb.disasm/h8300s.exp
8392 * gdb.disasm/mn10300.exp
8393 * gdb.disasm/sh3.exp
8394 * gdb.dwarf2/dw2-dir-file-name.exp
8395 * gdb.fortran/complex.exp
8396 * gdb.fortran/library-module.exp
8397 * gdb.guile/scm-pretty-print.exp
8398 * gdb.guile/scm-symbol.exp
8399 * gdb.guile/scm-type.exp
8400 * gdb.guile/scm-value.exp
8401 * gdb.linespec/linespec.exp
8402 * gdb.mi/gdb701.exp
8403 * gdb.mi/gdb792.exp
8404 * gdb.mi/mi-breakpoint-changed.exp
8405 * gdb.mi/mi-dprintf-pending.exp
8406 * gdb.mi/mi-dprintf.exp
8407 * gdb.mi/mi-exit-code.exp
8408 * gdb.mi/mi-pending.exp
8409 * gdb.mi/mi-solib.exp
8410 * gdb.mi/new-ui-mi-sync.exp
8411 * gdb.mi/pr11022.exp
8412 * gdb.mi/user-selected-context-sync.exp
8413 * gdb.opt/solib-intra-step.exp
8414 * gdb.python/py-events.exp
8415 * gdb.python/py-finish-breakpoint.exp
8416 * gdb.python/py-mi.exp
8417 * gdb.python/py-prettyprint.exp
8418 * gdb.python/py-shared.exp
8419 * gdb.python/py-symbol.exp
8420 * gdb.python/py-template.exp
8421 * gdb.python/py-type.exp
8422 * gdb.python/py-value.exp
8423 * gdb.reverse/solib-precsave.exp
8424 * gdb.reverse/solib-reverse.exp
8425 * gdb.server/solib-list.exp
8426 * gdb.stabs/weird.exp
8427 * gdb.threads/reconnect-signal.exp
8428 * gdb.threads/stepi-random-signal.exp
8429 * gdb.trace/actions.exp
8430 * gdb.trace/ax.exp
8431 * gdb.trace/backtrace.exp
8432 * gdb.trace/change-loc.exp
8433 * gdb.trace/deltrace.exp
8434 * gdb.trace/ftrace-lock.exp
8435 * gdb.trace/ftrace.exp
8436 * gdb.trace/infotrace.exp
8437 * gdb.trace/mi-tracepoint-changed.exp
8438 * gdb.trace/packetlen.exp
8439 * gdb.trace/passcount.exp
8440 * gdb.trace/pending.exp
8441 * gdb.trace/range-stepping.exp
8442 * gdb.trace/report.exp
8443 * gdb.trace/stap-trace.exp
8444 * gdb.trace/tfind.exp
8445 * gdb.trace/trace-break.exp
8446 * gdb.trace/trace-condition.exp
8447 * gdb.trace/trace-enable-disable.exp
8448 * gdb.trace/trace-mt.exp
8449 * gdb.trace/tracecmd.exp
8450 * gdb.trace/tspeed.exp
8451 * gdb.trace/tsv.exp
8452 * lib/perftest.exp
8453
8454 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8455
8456 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8457 with gdb_test_no_output.
8458 Use command as test name.
8459
8460 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8461
8462 Fix test names starting with uppercase throughout the files.
8463
8464 * gdb.ada/assign_1.exp
8465 * gdb.ada/boolean_expr.exp
8466 * gdb.base/arrayidx.exp
8467 * gdb.base/del.exp
8468 * gdb.base/gcore-buffer-overflow.exp
8469 * gdb.base/testenv.exp
8470 * gdb.compile/compile.exp
8471 * gdb.python/py-framefilter-invalidarg.exp
8472 * gdb.python/py-framefilter.exp
8473
8474 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8475
8476 Fix test names starting with uppercase throughout the files.
8477
8478 * gdb.ada/array_return.exp
8479 * gdb.ada/expr_delims.exp
8480 * gdb.ada/mi_dyn_arr.exp
8481 * gdb.ada/mi_interface.exp
8482 * gdb.ada/mi_var_array.exp
8483 * gdb.ada/watch_arg.exp
8484 * gdb.arch/alpha-step.exp
8485 * gdb.arch/altivec-regs.exp
8486 * gdb.arch/e500-regs.exp
8487 * gdb.arch/powerpc-d128-regs.exp
8488 * gdb.base/arrayidx.exp
8489 * gdb.base/break.exp
8490 * gdb.base/checkpoint.exp
8491 * gdb.base/debug-expr.exp
8492 * gdb.base/dmsym.exp
8493 * gdb.base/radix.exp
8494 * gdb.base/sepdebug.exp
8495 * gdb.base/testenv.exp
8496 * gdb.base/watch_thread_num.exp
8497 * gdb.base/watchpoint-cond-gone.exp
8498 * gdb.cell/break.exp
8499 * gdb.cell/ea-cache.exp
8500 * gdb.compile/compile.exp
8501 * gdb.cp/gdb2495.exp
8502 * gdb.gdb/selftest.exp
8503 * gdb.gdb/xfullpath.exp
8504 * gdb.go/hello.exp
8505 * gdb.go/integers.exp
8506 * gdb.objc/basicclass.exp
8507 * gdb.pascal/hello.exp
8508 * gdb.pascal/integers.exp
8509 * gdb.python/py-breakpoint.exp
8510 * gdb.python/py-cmd.exp
8511 * gdb.python/py-linetable.exp
8512 * gdb.python/py-xmethods.exp
8513 * gdb.python/python.exp
8514 * gdb.reverse/consecutive-precsave.exp
8515 * gdb.reverse/finish-precsave.exp
8516 * gdb.reverse/i386-precsave.exp
8517 * gdb.reverse/machinestate-precsave.exp
8518 * gdb.reverse/sigall-precsave.exp
8519 * gdb.reverse/solib-precsave.exp
8520 * gdb.reverse/step-precsave.exp
8521 * gdb.reverse/until-precsave.exp
8522 * gdb.reverse/watch-precsave.exp
8523 * gdb.threads/leader-exit.exp
8524 * gdb.threads/pthreads.exp
8525 * gdb.threads/wp-replication.exp
8526 * gdb.trace/actions.exp
8527 * gdb.trace/mi-tsv-changed.exp
8528 * gdb.trace/tsv.exp
8529
8530 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8531
8532 Fix test names starting with uppercase throughout the files.
8533
8534 * gdb.arch/i386-bp_permanent.exp
8535 * gdb.arch/i386-gnu-cfi.exp
8536 * gdb.base/disasm-end-cu.exp
8537 * gdb.base/macscp.exp
8538 * gdb.base/pending.exp
8539 * gdb.base/watch_thread_num.exp
8540 * gdb.cp/exception.exp
8541 * gdb.cp/gdb2495.exp
8542 * gdb.cp/local.exp
8543 * gdb.python/py-evsignal.exp
8544 * gdb.python/python.exp
8545 * gdb.trace/tracecmd.exp
8546
8547 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8548
8549 Fix test names starting with uppercase throughout the files.
8550
8551 * gdb.base/charset.exp
8552 * gdb.base/eval.exp
8553 * gdb.base/multi-forks.exp
8554 * gdb.guile/scm-progspace.exp
8555 * gdb.opencl/datatypes.exp
8556 * gdb.python/py-block.exp
8557 * gdb.python/py-function.exp
8558 * gdb.python/py-symbol.exp
8559 * gdb.python/py-symtab.exp
8560 * gdb.python/py-xmethods.exp
8561 * gdb.reverse/break-precsave.exp
8562 * gdb.reverse/break-reverse.exp
8563 * gdb.reverse/consecutive-precsave.exp
8564 * gdb.reverse/consecutive-reverse.exp
8565 * gdb.reverse/finish-precsave.exp
8566 * gdb.reverse/finish-reverse-bkpt.exp
8567 * gdb.reverse/finish-reverse.exp
8568 * gdb.reverse/fstatat-reverse.exp
8569 * gdb.reverse/getresuid-reverse.exp
8570 * gdb.reverse/i386-precsave.exp
8571 * gdb.reverse/i386-reverse.exp
8572 * gdb.reverse/i386-sse-reverse.exp
8573 * gdb.reverse/i387-stack-reverse.exp
8574 * gdb.reverse/insn-reverse.exp
8575 * gdb.reverse/machinestate-precsave.exp
8576 * gdb.reverse/machinestate.exp
8577 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8578 * gdb.reverse/pipe-reverse.exp
8579 * gdb.reverse/readv-reverse.exp
8580 * gdb.reverse/recvmsg-reverse.exp
8581 * gdb.reverse/rerun-prec.exp
8582 * gdb.reverse/s390-mvcle.exp
8583 * gdb.reverse/sigall-precsave.exp
8584 * gdb.reverse/sigall-reverse.exp
8585 * gdb.reverse/solib-precsave.exp
8586 * gdb.reverse/solib-reverse.exp
8587 * gdb.reverse/step-precsave.exp
8588 * gdb.reverse/step-reverse.exp
8589 * gdb.reverse/time-reverse.exp
8590 * gdb.reverse/until-precsave.exp
8591 * gdb.reverse/until-reverse.exp
8592 * gdb.reverse/waitpid-reverse.exp
8593 * gdb.reverse/watch-precsave.exp
8594 * gdb.reverse/watch-reverse.exp
8595
8596 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8597
8598 Fix test names starting with uppercase throughout the files.
8599
8600 * gdb.arch/i386-mpx-simple_segv.exp
8601 * gdb.arch/i386-mpx.exp
8602 * gdb.arch/i386-permbkpt.exp
8603 * gdb.arch/pa-nullify.exp
8604 * gdb.arch/powerpc-d128-regs.exp
8605 * gdb.arch/vsx-regs.exp
8606 * gdb.base/bfp-test.exp
8607 * gdb.base/break.exp
8608 * gdb.base/breakpoint-shadow.exp
8609 * gdb.base/callfuncs.exp
8610 * gdb.base/charset.exp
8611 * gdb.base/commands.exp
8612 * gdb.base/completion.exp
8613 * gdb.base/dfp-test.exp
8614 * gdb.base/echo.exp
8615 * gdb.base/ending-run.exp
8616 * gdb.base/eval.exp
8617 * gdb.base/expand-psymtabs.exp
8618 * gdb.base/float128.exp
8619 * gdb.base/floatn.exp
8620 * gdb.base/foll-exec-mode.exp
8621 * gdb.base/gdb1056.exp
8622 * gdb.base/gdb11531.exp
8623 * gdb.base/kill-after-signal.exp
8624 * gdb.base/multi-forks.exp
8625 * gdb.base/overlays.exp
8626 * gdb.base/pending.exp
8627 * gdb.base/sepdebug.exp
8628 * gdb.base/testenv.exp
8629 * gdb.base/valgrind-db-attach.exp
8630 * gdb.base/watch_thread_num.exp
8631 * gdb.base/watchpoint-cond-gone.exp
8632 * gdb.base/watchpoint.exp
8633 * gdb.base/watchpoints.exp
8634 * gdb.cp/arg-reference.exp
8635 * gdb.cp/baseenum.exp
8636 * gdb.cp/operator.exp
8637 * gdb.cp/shadow.exp
8638 * gdb.dwarf2/dw2-op-out-param.exp
8639 * gdb.dwarf2/dw2-reg-undefined.exp
8640 * gdb.go/chan.exp
8641 * gdb.go/hello.exp
8642 * gdb.go/integers.exp
8643 * gdb.go/methods.exp
8644 * gdb.go/package.exp
8645 * gdb.guile/scm-parameter.exp
8646 * gdb.guile/scm-progspace.exp
8647 * gdb.guile/scm-value.exp
8648 * gdb.mi/mi-pending.exp
8649 * gdb.mi/user-selected-context-sync.exp
8650 * gdb.multi/multi-attach.exp
8651 * gdb.multi/tids.exp
8652 * gdb.opt/clobbered-registers-O2.exp
8653 * gdb.pascal/floats.exp
8654 * gdb.pascal/integers.exp
8655 * gdb.python/py-block.exp
8656 * gdb.python/py-events.exp
8657 * gdb.python/py-parameter.exp
8658 * gdb.python/py-symbol.exp
8659 * gdb.python/py-symtab.exp
8660 * gdb.python/py-type.exp
8661 * gdb.python/py-value.exp
8662 * gdb.python/py-xmethods.exp
8663 * gdb.python/python.exp
8664 * gdb.reverse/break-precsave.exp
8665 * gdb.reverse/consecutive-precsave.exp
8666 * gdb.reverse/finish-precsave.exp
8667 * gdb.reverse/i386-precsave.exp
8668 * gdb.reverse/machinestate-precsave.exp
8669 * gdb.reverse/sigall-precsave.exp
8670 * gdb.reverse/solib-precsave.exp
8671 * gdb.reverse/step-precsave.exp
8672 * gdb.reverse/until-precsave.exp
8673 * gdb.reverse/watch-precsave.exp
8674 * gdb.server/ext-attach.exp
8675 * gdb.server/ext-restart.exp
8676 * gdb.server/ext-run.exp
8677 * gdb.server/ext-wrapper.exp
8678 * gdb.stabs/gdb11479.exp
8679 * gdb.stabs/weird.exp
8680 * gdb.threads/attach-many-short-lived-threads.exp
8681 * gdb.threads/kill.exp
8682 * gdb.threads/watchpoint-fork.exp
8683
8684 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8685
8686 Fix test names starting with uppercase throughout all the files below.
8687
8688 * gdb.ada/array_return.exp
8689 * gdb.ada/catch_ex.exp
8690 * gdb.ada/info_exc.exp
8691 * gdb.ada/mi_catch_ex.exp
8692 * gdb.ada/mi_dyn_arr.exp
8693 * gdb.ada/mi_ex_cond.exp
8694 * gdb.ada/mi_exc_info.exp
8695 * gdb.ada/mi_interface.exp
8696 * gdb.ada/mi_task_arg.exp
8697 * gdb.ada/mi_task_info.exp
8698 * gdb.ada/mi_var_array.exp
8699 * gdb.arch/alpha-step.exp
8700 * gdb.arch/amd64-disp-step.exp
8701 * gdb.arch/arm-disp-step.exp
8702 * gdb.arch/disp-step-insn-reloc.exp
8703 * gdb.arch/e500-prologue.exp
8704 * gdb.arch/ftrace-insn-reloc.exp
8705 * gdb.arch/gdb1558.exp
8706 * gdb.arch/i386-bp_permanent.exp
8707 * gdb.arch/i386-disp-step.exp
8708 * gdb.arch/i386-float.exp
8709 * gdb.arch/i386-gnu-cfi.exp
8710 * gdb.arch/ia64-breakpoint-shadow.exp
8711 * gdb.arch/mips16-thunks.exp
8712 * gdb.arch/pa-nullify.exp
8713 * gdb.arch/powerpc-aix-prologue.exp
8714 * gdb.arch/powerpc-power.exp
8715 * gdb.arch/ppc-dfp.exp
8716 * gdb.arch/s390-tdbregs.exp
8717 * gdb.arch/spu-info.exp
8718 * gdb.arch/spu-ls.exp
8719 * gdb.arch/thumb-bx-pc.exp
8720 * gdb.base/advance.exp
8721 * gdb.base/annota-input-while-running.exp
8722 * gdb.base/arrayidx.exp
8723 * gdb.base/asmlabel.exp
8724 * gdb.base/async.exp
8725 * gdb.base/attach-wait-input.exp
8726 * gdb.base/auto-connect-native-target.exp
8727 * gdb.base/batch-preserve-term-settings.exp
8728 * gdb.base/bfp-test.exp
8729 * gdb.base/bigcore.exp
8730 * gdb.base/bp-permanent.exp
8731 * gdb.base/break-always.exp
8732 * gdb.base/break-fun-addr.exp
8733 * gdb.base/break-idempotent.exp
8734 * gdb.base/break-main-file-remove-fail.exp
8735 * gdb.base/break-probes.exp
8736 * gdb.base/break-unload-file.exp
8737 * gdb.base/break.exp
8738 * gdb.base/call-ar-st.exp
8739 * gdb.base/call-rt-st.exp
8740 * gdb.base/call-sc.exp
8741 * gdb.base/call-signal-resume.exp
8742 * gdb.base/call-strs.exp
8743 * gdb.base/callexit.exp
8744 * gdb.base/callfuncs.exp
8745 * gdb.base/catch-gdb-caused-signals.exp
8746 * gdb.base/catch-signal-siginfo-cond.exp
8747 * gdb.base/catch-syscall.exp
8748 * gdb.base/compare-sections.exp
8749 * gdb.base/cond-eval-mode.exp
8750 * gdb.base/condbreak-call-false.exp
8751 * gdb.base/consecutive-step-over.exp
8752 * gdb.base/cursal.exp
8753 * gdb.base/disabled-location.exp
8754 * gdb.base/disasm-end-cu.exp
8755 * gdb.base/display.exp
8756 * gdb.base/double-prompt-target-event-error.exp
8757 * gdb.base/dprintf-bp-same-addr.exp
8758 * gdb.base/dprintf-detach.exp
8759 * gdb.base/dprintf-next.exp
8760 * gdb.base/dprintf-non-stop.exp
8761 * gdb.base/dprintf-pending.exp
8762 * gdb.base/dso2dso.exp
8763 * gdb.base/ending-run.exp
8764 * gdb.base/enum_cond.exp
8765 * gdb.base/examine-backward.exp
8766 * gdb.base/exe-lock.exp
8767 * gdb.base/exec-invalid-sysroot.exp
8768 * gdb.base/execl-update-breakpoints.exp
8769 * gdb.base/execution-termios.exp
8770 * gdb.base/fileio.exp
8771 * gdb.base/fixsection.exp
8772 * gdb.base/foll-exec-mode.exp
8773 * gdb.base/foll-exec.exp
8774 * gdb.base/fork-running-state.exp
8775 * gdb.base/frame-args.exp
8776 * gdb.base/fullpath-expand.exp
8777 * gdb.base/func-ptr.exp
8778 * gdb.base/gcore-relro-pie.exp
8779 * gdb.base/gdb1090.exp
8780 * gdb.base/gdb1555.exp
8781 * gdb.base/global-var-nested-by-dso.exp
8782 * gdb.base/gnu-ifunc.exp
8783 * gdb.base/hbreak-in-shr-unsupported.exp
8784 * gdb.base/hbreak-unmapped.exp
8785 * gdb.base/hook-stop.exp
8786 * gdb.base/infcall-input.exp
8787 * gdb.base/info-fun.exp
8788 * gdb.base/info-shared.exp
8789 * gdb.base/interrupt-noterm.exp
8790 * gdb.base/jit-so.exp
8791 * gdb.base/jit.exp
8792 * gdb.base/line-symtabs.exp
8793 * gdb.base/list.exp
8794 * gdb.base/longjmp.exp
8795 * gdb.base/macscp.exp
8796 * gdb.base/max-value-size.exp
8797 * gdb.base/nodebug.exp
8798 * gdb.base/nofield.exp
8799 * gdb.base/overlays.exp
8800 * gdb.base/paginate-after-ctrl-c-running.exp
8801 * gdb.base/paginate-bg-execution.exp
8802 * gdb.base/paginate-inferior-exit.exp
8803 * gdb.base/pending.exp
8804 * gdb.base/pr11022.exp
8805 * gdb.base/printcmds.exp
8806 * gdb.base/ptr-typedef.exp
8807 * gdb.base/ptype.exp
8808 * gdb.base/randomize.exp
8809 * gdb.base/range-stepping.exp
8810 * gdb.base/realname-expand.exp
8811 * gdb.base/relativedebug.exp
8812 * gdb.base/remote.exp
8813 * gdb.base/savedregs.exp
8814 * gdb.base/sepdebug.exp
8815 * gdb.base/set-noassign.exp
8816 * gdb.base/shlib-call.exp
8817 * gdb.base/shreloc.exp
8818 * gdb.base/sigaltstack.exp
8819 * gdb.base/sigbpt.exp
8820 * gdb.base/siginfo-addr.exp
8821 * gdb.base/siginfo-obj.exp
8822 * gdb.base/siginfo-thread.exp
8823 * gdb.base/signest.exp
8824 * gdb.base/signull.exp
8825 * gdb.base/sigrepeat.exp
8826 * gdb.base/skip.exp
8827 * gdb.base/so-impl-ld.exp
8828 * gdb.base/solib-corrupted.exp
8829 * gdb.base/solib-disc.exp
8830 * gdb.base/solib-display.exp
8831 * gdb.base/solib-overlap.exp
8832 * gdb.base/solib-search.exp
8833 * gdb.base/solib-symbol.exp
8834 * gdb.base/source-execution.exp
8835 * gdb.base/sss-bp-on-user-bp-2.exp
8836 * gdb.base/sss-bp-on-user-bp.exp
8837 * gdb.base/stack-checking.exp
8838 * gdb.base/stale-infcall.exp
8839 * gdb.base/step-break.exp
8840 * gdb.base/step-line.exp
8841 * gdb.base/step-over-exit.exp
8842 * gdb.base/step-test.exp
8843 * gdb.base/structs.exp
8844 * gdb.base/sym-file.exp
8845 * gdb.base/symtab-search-order.exp
8846 * gdb.base/term.exp
8847 * gdb.base/type-opaque.exp
8848 * gdb.base/unload.exp
8849 * gdb.base/until-nodebug.exp
8850 * gdb.base/until.exp
8851 * gdb.base/unwindonsignal.exp
8852 * gdb.base/watch-cond.exp
8853 * gdb.base/watch-non-mem.exp
8854 * gdb.base/watch_thread_num.exp
8855 * gdb.base/watchpoint-reuse-slot.exp
8856 * gdb.base/watchpoint-solib.exp
8857 * gdb.base/watchpoint.exp
8858 * gdb.btrace/dlopen.exp
8859 * gdb.cell/arch.exp
8860 * gdb.cell/break.exp
8861 * gdb.cell/bt.exp
8862 * gdb.cell/core.exp
8863 * gdb.cell/data.exp
8864 * gdb.cell/dwarfaddr.exp
8865 * gdb.cell/ea-cache.exp
8866 * gdb.cell/ea-standalone.exp
8867 * gdb.cell/ea-test.exp
8868 * gdb.cell/f-regs.exp
8869 * gdb.cell/fork.exp
8870 * gdb.cell/gcore.exp
8871 * gdb.cell/mem-access.exp
8872 * gdb.cell/ptype.exp
8873 * gdb.cell/registers.exp
8874 * gdb.cell/sizeof.exp
8875 * gdb.cell/solib-symbol.exp
8876 * gdb.cell/solib.exp
8877 * gdb.compile/compile-tls.exp
8878 * gdb.cp/exception.exp
8879 * gdb.cp/gdb2495.exp
8880 * gdb.cp/local.exp
8881 * gdb.cp/mb-inline.exp
8882 * gdb.cp/mb-templates.exp
8883 * gdb.cp/pr10687.exp
8884 * gdb.cp/pr9167.exp
8885 * gdb.cp/scope-err.exp
8886 * gdb.cp/templates.exp
8887 * gdb.cp/virtfunc.exp
8888 * gdb.dwarf2/dw2-dir-file-name.exp
8889 * gdb.dwarf2/dw2-single-line-discriminators.exp
8890 * gdb.fortran/complex.exp
8891 * gdb.fortran/library-module.exp
8892 * gdb.guile/guile.exp
8893 * gdb.guile/scm-cmd.exp
8894 * gdb.guile/scm-frame-inline.exp
8895 * gdb.guile/scm-objfile.exp
8896 * gdb.guile/scm-pretty-print.exp
8897 * gdb.guile/scm-symbol.exp
8898 * gdb.guile/scm-type.exp
8899 * gdb.guile/scm-value.exp
8900 * gdb.linespec/keywords.exp
8901 * gdb.linespec/ls-errs.exp
8902 * gdb.linespec/macro-relative.exp
8903 * gdb.linespec/thread.exp
8904 * gdb.mi/mi-breakpoint-changed.exp
8905 * gdb.mi/mi-dprintf-pending.exp
8906 * gdb.mi/mi-fullname-deleted.exp
8907 * gdb.mi/mi-logging.exp
8908 * gdb.mi/mi-pending.exp
8909 * gdb.mi/mi-solib.exp
8910 * gdb.mi/new-ui-mi-sync.exp
8911 * gdb.mi/user-selected-context-sync.exp
8912 * gdb.multi/dummy-frame-restore.exp
8913 * gdb.multi/multi-arch-exec.exp
8914 * gdb.multi/remove-inferiors.exp
8915 * gdb.multi/watchpoint-multi-exit.exp
8916 * gdb.opt/solib-intra-step.exp
8917 * gdb.perf/backtrace.exp
8918 * gdb.perf/single-step.exp
8919 * gdb.perf/skip-command.exp
8920 * gdb.perf/skip-prologue.exp
8921 * gdb.perf/solib.exp
8922 * gdb.python/lib-types.exp
8923 * gdb.python/py-as-string.exp
8924 * gdb.python/py-bad-printers.exp
8925 * gdb.python/py-block.exp
8926 * gdb.python/py-breakpoint.exp
8927 * gdb.python/py-cmd.exp
8928 * gdb.python/py-events.exp
8929 * gdb.python/py-evthreads.exp
8930 * gdb.python/py-finish-breakpoint.exp
8931 * gdb.python/py-finish-breakpoint2.exp
8932 * gdb.python/py-frame-inline.exp
8933 * gdb.python/py-frame.exp
8934 * gdb.python/py-inferior.exp
8935 * gdb.python/py-infthread.exp
8936 * gdb.python/py-mi.exp
8937 * gdb.python/py-objfile.exp
8938 * gdb.python/py-pp-maint.exp
8939 * gdb.python/py-pp-registration.exp
8940 * gdb.python/py-prettyprint.exp
8941 * gdb.python/py-recurse-unwind.exp
8942 * gdb.python/py-shared.exp
8943 * gdb.python/py-symbol.exp
8944 * gdb.python/py-symtab.exp
8945 * gdb.python/py-template.exp
8946 * gdb.python/py-type.exp
8947 * gdb.python/py-unwind-maint.exp
8948 * gdb.python/py-unwind.exp
8949 * gdb.python/py-value.exp
8950 * gdb.python/python.exp
8951 * gdb.reverse/finish-reverse-bkpt.exp
8952 * gdb.reverse/insn-reverse.exp
8953 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8954 * gdb.reverse/solib-precsave.exp
8955 * gdb.reverse/solib-reverse.exp
8956 * gdb.stabs/gdb11479.exp
8957 * gdb.stabs/weird.exp
8958 * gdb.threads/fork-child-threads.exp
8959 * gdb.threads/fork-plus-threads.exp
8960 * gdb.threads/fork-thread-pending.exp
8961 * gdb.threads/forking-threads-plus-breakpoint.exp
8962 * gdb.threads/hand-call-in-threads.exp
8963 * gdb.threads/interrupted-hand-call.exp
8964 * gdb.threads/linux-dp.exp
8965 * gdb.threads/local-watch-wrong-thread.exp
8966 * gdb.threads/next-while-other-thread-longjmps.exp
8967 * gdb.threads/non-ldr-exit.exp
8968 * gdb.threads/pending-step.exp
8969 * gdb.threads/print-threads.exp
8970 * gdb.threads/process-dies-while-detaching.exp
8971 * gdb.threads/process-dies-while-handling-bp.exp
8972 * gdb.threads/pthreads.exp
8973 * gdb.threads/queue-signal.exp
8974 * gdb.threads/reconnect-signal.exp
8975 * gdb.threads/signal-command-handle-nopass.exp
8976 * gdb.threads/signal-command-multiple-signals-pending.exp
8977 * gdb.threads/signal-delivered-right-thread.exp
8978 * gdb.threads/signal-sigtrap.exp
8979 * gdb.threads/sigthread.exp
8980 * gdb.threads/staticthreads.exp
8981 * gdb.threads/stepi-random-signal.exp
8982 * gdb.threads/thread-unwindonsignal.exp
8983 * gdb.threads/thread_check.exp
8984 * gdb.threads/thread_events.exp
8985 * gdb.threads/tid-reuse.exp
8986 * gdb.threads/tls-nodebug.exp
8987 * gdb.threads/tls-shared.exp
8988 * gdb.threads/tls-so_extern.exp
8989 * gdb.threads/tls.exp
8990 * gdb.threads/wp-replication.exp
8991 * gdb.trace/actions-changed.exp
8992 * gdb.trace/actions.exp
8993 * gdb.trace/backtrace.exp
8994 * gdb.trace/change-loc.exp
8995 * gdb.trace/collection.exp
8996 * gdb.trace/deltrace.exp
8997 * gdb.trace/disconnected-tracing.exp
8998 * gdb.trace/entry-values.exp
8999 * gdb.trace/ftrace-lock.exp
9000 * gdb.trace/ftrace.exp
9001 * gdb.trace/infotrace.exp
9002 * gdb.trace/mi-trace-frame-collected.exp
9003 * gdb.trace/mi-trace-unavailable.exp
9004 * gdb.trace/mi-traceframe-changed.exp
9005 * gdb.trace/mi-tracepoint-changed.exp
9006 * gdb.trace/mi-tsv-changed.exp
9007 * gdb.trace/no-attach-trace.exp
9008 * gdb.trace/packetlen.exp
9009 * gdb.trace/passc-dyn.exp
9010 * gdb.trace/passcount.exp
9011 * gdb.trace/pending.exp
9012 * gdb.trace/pr16508.exp
9013 * gdb.trace/qtro.exp
9014 * gdb.trace/range-stepping.exp
9015 * gdb.trace/read-memory.exp
9016 * gdb.trace/report.exp
9017 * gdb.trace/save-trace.exp
9018 * gdb.trace/signal.exp
9019 * gdb.trace/stap-trace.exp
9020 * gdb.trace/status-stop.exp
9021 * gdb.trace/strace.exp
9022 * gdb.trace/tfile.exp
9023 * gdb.trace/tfind.exp
9024 * gdb.trace/trace-break.exp
9025 * gdb.trace/trace-condition.exp
9026 * gdb.trace/trace-enable-disable.exp
9027 * gdb.trace/trace-mt.exp
9028 * gdb.trace/tracecmd.exp
9029 * gdb.trace/tracefile-pseudo-reg.exp
9030 * gdb.trace/tspeed.exp
9031 * gdb.trace/tstatus.exp
9032 * gdb.trace/tsv.exp
9033 * gdb.trace/unavailable.exp
9034 * gdb.trace/while-dyn.exp
9035 * gdb.trace/while-stepping.exp
9036 * lib/gdb-guile.exp
9037 * lib/gdb.exp
9038 * lib/mi-support.exp
9039 * lib/pascal.exp
9040 * lib/perftest.exp
9041 * lib/prelink-support.exp
9042 * lib/selftest-support.exp
9043
9044 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9045
9046 * Makefile.in: Include disable-implicit-rules.mk.
9047
9048 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9049
9050 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9051 non-byte-aligned bit fields.
9052
9053 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9054
9055 PR gdb/12616
9056 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9057 respects the DW_AT_data_bit_offset attribute.
9058
9059 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9060
9061 * gdb.base/default.exp: Fix output of "set language".
9062
9063 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9064
9065 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9066 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9067 make.
9068 * configure.ac: Remove checks for the make program.
9069 * configure: Re-generate.
9070
9071 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9072
9073 * gdb.python/py-recurse-unwind.c (main): Add loop.
9074 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9075 to read_register() and gdb.parse_and_eval(). Make each code
9076 call a separate case that can be individually tested.
9077 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9078 proc. Call cont_and_backtrace for each of the code paths that
9079 we want to test in the unwinder.
9080
9081 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9082
9083 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9084 the definition of struct S.
9085
9086 2016-11-11 Catherine Moore <clm@codesourcery.com>
9087
9088 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9089
9090 2016-11-09 Pedro Alves <palves@redhat.com>
9091
9092 * gdb.base/commands.exp (runto_or_return): New procedure.
9093 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9094 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9095 (progvar_simple_while_test, progvar_complex_if_while_test)
9096 (if_while_breakpoint_command_test)
9097 (infrun_breakpoint_command_test, breakpoint_command_test)
9098 (user_defined_command_test, watchpoint_command_test)
9099 (test_command_prompt_position, redefine_hook_test)
9100 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9101 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9102 multi_line_input and multi_line. Remove gdb_expect and
9103 gdb_stop_suppressing_tests uses.
9104 * lib/gdb.exp (valnum_re): New global.
9105 (multi_line_input): New procedure.
9106
9107 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9108
9109 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9110 Remove.
9111 (test_setup): Define with proc_with_prefix.
9112 (test_cli_inferior): Likewise.
9113 (test_cli_thread): Likewise.
9114 (test_cli_frame): Likewise.
9115 (test_cli_select_frame): Likewise.
9116 (test_cli_up_down): Likewise.
9117 (test_mi_thread_select): Likewise.
9118 (test_mi_stack_select_frame): Likewise.
9119 (test_cli_in_mi_inferior): Likewise.
9120 (test_cli_in_mi_thread): Likewise.
9121 (test_cli_in_mi_frame): Likewise.
9122 (top level): Do not use with_test_prefix_procname.
9123
9124 2016-11-09 Pedro Alves <palves@redhat.com>
9125
9126 * gdb.base/commands.exp (gdbvar_simple_if_test)
9127 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9128 (progvar_simple_if_test, progvar_simple_while_test)
9129 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9130 (infrun_breakpoint_command_test, breakpoint_command_test)
9131 (user_defined_command_test, watchpoint_command_test)
9132 (test_command_prompt_position, deprecated_command_test)
9133 (bp_deleted_in_command, temporary_breakpoint_commands)
9134 (stray_arg0_test, source_file_with_indented_comment)
9135 (recursive_source_test, if_commands_test)
9136 (error_clears_commands_left, redefine_hook_test)
9137 (redefine_backtrace_test): Use proc_with_prefix.
9138 * lib/gdb.exp (proc_with_prefix): New proc.
9139
9140 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9141
9142 * gdb.base/tui-layout.c: New file.
9143 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9144 disassembly window contains very long lines.
9145
9146 2016-11-08 Tom Tromey <tom@tromey.com>
9147
9148 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9149 depend on Python 2.
9150
9151 2016-11-08 Tom Tromey <tom@tromey.com>
9152
9153 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9154 New method.
9155
9156 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9157
9158 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9159
9160 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9161
9162 * gdb.rust/simple.rs: Add test for univariant enums without
9163 discriminants and for encoded struct-like enums.
9164
9165 2016-10-28 Pedro Alves <palves@redhat.com>
9166
9167 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9168 gdb_test_multiple, tighten regexps and match symtabs and line
9169 tables incrementally.
9170
9171 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9172
9173 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9174 general.
9175
9176 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9177
9178 * gdb.base/exec-invalid-sysroot.exp: New file.
9179
9180 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9181
9182 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9183
9184 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9185
9186 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9187
9188 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9189
9190 * gdb.base/killed-outside.exp: Remove $options from a call to
9191 `prepare_for_testing'.
9192
9193 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9194
9195 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9196 Change test message.
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 Update comment.
9202
9203 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9204
9205 * gdb.trace/mi-trace-save.exp: New file.
9206
9207 2016-10-13 Yao Qi <yao.qi@linaro.org>
9208
9209 * gdb.base/code_elim.exp (get_var_address): Remove.
9210 * gdb.base/relocate.exp: Likewise.
9211 * gdb.base/shreloc.exp: Likewise.
9212 * lib/gdb.exp (get_var_address): New.
9213
9214 2016-10-13 Yao Qi <yao.qi@linaro.org>
9215
9216 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9217 floating point tests if $skip_float_test is false.
9218
9219 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9220
9221 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9222 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9223 argc values.
9224 Add 1 to argc so we guarantee distinct initial/modified argc values.
9225
9226 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9227
9228 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9229
9230 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9231
9232 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9233 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9234 * gdb.arch/vsx-regs.exp: Likewise.
9235
9236 2016-10-07 Yao Qi <yao.qi@linaro.org>
9237
9238 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9239
9240 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9241
9242 * gdb.python/python.exp: Test decode_line("*0").
9243
9244 2016-10-06 Doug Evans <dje@google.com>
9245
9246 * gdb.python/py-value.exp (test_value_creation): Add test for large
9247 unsigned 64-bit value.
9248
9249 2016-10-06 Tom Tromey <tom@tromey.com>
9250
9251 * gdb.compile/compile.exp: Change java tests to rust.
9252 * gdb.base/setshow.exp: Change java tests to rust.
9253 * gdb.base/default.exp: Remove java from language list.
9254 * README (Examples): Update language example.
9255 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9256 test.
9257 * lib/gdb.exp (skip_java_tests): Remove.
9258 * lib/java.exp: Remove.
9259 * gdb.java: Remove.
9260
9261 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9262
9263 * gdb.arch/mips-fcr.exp: New test.
9264 * gdb.arch/mips-fcr.c: Source for the new test.
9265
9266 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9267
9268 * gdb.base/solib-disc.exp: Use `standard_output_file'
9269 throughout.
9270
9271 2016-10-06 Pedro Alves <palves@redhat.com>
9272
9273 * gdb.base/jit-simple-dl.c: New file.
9274 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9275 * gdb.base/jit-simple.c: ... this.
9276 * gdb.base/jit-simple.exp (jit_run): Delete.
9277 (build_jit): New proc.
9278 (jit_test_reread): Recompile either the main program or the shared
9279 library, depending on what is being tested. Skip changing address
9280 if caller wants to. Compare before/after addresses. If testing
9281 standalone, explicitly load the binary. Test "maint info
9282 breakpoints".
9283 (top level): Add "standalone vs shared lib" and "change address"
9284 vs "same address" axes.
9285
9286 2016-10-06 Pedro Alves <palves@redhat.com>
9287
9288 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9289 call.
9290 (jit_run): Delete.
9291 (jit_test_reread): Use with_test_prefix. Reload the main binary
9292 explicitly. Compare the before/after addresses of the JIT
9293 descriptor.
9294
9295 2016-08-15 Doug Evans <dje@google.com>
9296
9297 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9298 for single bitfields is bool.
9299 * gdb.xml/tdesc-regs.exp: Ditto.
9300
9301 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9302
9303 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9304
9305 2016-10-05 Yao Qi <yao.qi@linaro.org>
9306
9307 * lib/gdb.exp (support_complex_tests): Return zero if
9308 gdb_skip_float_test return true.
9309
9310 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9311 Simon Marchi <simon.marchi@ericsson.com>
9312
9313 PR gdb/20487
9314 * gdb.mi/user-selected-context-sync.exp: New file.
9315 * gdb.mi/user-selected-context-sync.c: New file.
9316
9317 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9318 Simon Marchi <simon.marchi@ericsson.com>
9319
9320 PR gdb/20487
9321 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9322 =thread-select-event check.
9323
9324 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9325
9326 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9327 the compulsory L operand changes.
9328 * gdb.arch/powerpc-power.s: Likewise.
9329
9330 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9331
9332 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9333 * gdb.base/jit-attach-pie.c: New file.
9334 * gdb.base/jit-attach-pie.exp: New file.
9335
9336 2016-09-28 Pedro Alves <palves@redhat.com>
9337
9338 * gdb.base/infcall-input.c: New file.
9339 * gdb.base/infcall-input.exp: New file.
9340
9341 2016-09-22 Yao Qi <yao.qi@linaro.org>
9342
9343 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9344 (gdb_exit): Rename it to ...
9345 (gdbserver_gdb_exit): ... Close GDBserver.
9346 (gdb_exit): New proc, call gdbserver_gdb_exit.
9347 (mi_gdb_exit): Likewise.
9348
9349 2016-09-22 Yao Qi <yao.qi@linaro.org>
9350
9351 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9352 path.
9353 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9354 Remove duplication.
9355
9356 2016-09-22 Yao Qi <yao.qi@linaro.org>
9357
9358 * lib/gdbserver-support.exp: Check the existence of
9359 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9360
9361 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9362
9363 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9364
9365 2016-09-21 Tom Tromey <tom@tromey.com>
9366
9367 PR gdb/20604:
9368 * gdb.base/quit.exp: New file.
9369
9370 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9371
9372 * .gitignore: New file.
9373
9374 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9375
9376 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9377 throughout.
9378
9379 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9380
9381 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9382
9383 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9384
9385 * gdb.cp/casts.cc (decltype): Move it ...
9386 (main): ... with its call to ...
9387 * gdb.cp/casts03.cc: ... a new file.
9388 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9389
9390 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9391
9392 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9393
9394 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9395
9396 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9397 and sync up the test with tests in gas/testsuite/gas/ppc.
9398 * gdb.arch/powerpc-power.exp: Likewise.
9399
9400 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9401
9402 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9403
9404 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9405 Jan Kratochvil <jan.kratochvil@redhat.com>
9406
9407 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9408 make m1's definition to be different from m2's. Use 'dummy' as an
9409 argument for probe 'two'.
9410
9411 2016-09-10 Jon Beniston <jon@beniston.com>
9412
9413 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9414 for sim target.
9415
9416 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9417
9418 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9419 variable declaration.
9420 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9421 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9422 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9423 received HWCAP as its argument.
9424
9425 2016-09-06 Pedro Alves <palves@redhat.com>
9426
9427 * gdb.base/new-ui-pending-input.c: New file.
9428 * gdb.base/new-ui-pending-input.exp: New file.
9429 * gdb.exp (clear_gdb_spawn_id): New procedure.
9430 (with_spawn_id): Check whether gdb_spawn_id exists before
9431 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9432 on exit.
9433
9434 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9435
9436 * gdb.base/float128.c: New file.
9437 * gdb.base/float128.exp: Likewise.
9438 * gdb.base/floatn.c: Likewise.
9439 * gdb.base/floatn.exp: Likewise.
9440
9441 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9442
9443 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9444
9445 2016-09-05 Pedro Alves <palves@redhat.com>
9446
9447 PR backtrace/19927
9448 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9449 unwinders are immediately called as side effect of "source" or
9450 "disable unwinder" commands.
9451 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9452
9453 2016-09-02 Yao Qi <yao.qi@linaro.org>
9454
9455 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9456 is true and $type is "float" or "double".
9457
9458 2016-09-02 Yao Qi <yao.qi@linaro.org>
9459
9460 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9461 true.
9462 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9463 * gdb.base/call-rt-st.exp: Likewise.
9464 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9465 return value instead of gdb,skip_float_test.
9466 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9467 (do_function_calls): Use its return value instead of
9468 gdb,skip_float_test.
9469 * gdb.base/finish.exp: Likewise.
9470 * gdb.base/funcargs.exp: Likewise.
9471 * gdb.base/return.exp: Likewise.
9472 * gdb.base/return2.exp: Likewise.
9473 * gdb.base/varargs.exp: Likewise.
9474 * lib/gdb.exp (gdb_skip_float_test): Change it to
9475 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9476
9477 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9478
9479 * gdb.multi/tids.exp: Test "thread apply all".
9480
9481 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9482
9483 * gdb.base/default.exp (tty): Remove.
9484
9485 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9486
9487 * gdb.python/py-recurse-unwind.c: New file.
9488 * gdb.python/py-recurse-unwind.py: New file.
9489 * gdb.python/py-recurse-unwind.exp: New file.
9490
9491 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9492
9493 * gdb.base/set-inferior-tty.exp: New file.
9494 * gdb.base/set-inferior-tty.c: New file.
9495
9496 2016-08-23 Pedro Alves <palves@redhat.com>
9497
9498 PR gdb/20494
9499 * gdb.base/new-ui-echo.c: New file.
9500 * gdb.base/new-ui-echo.exp: New file.
9501
9502 2016-08-23 Yao Qi <yao.qi@linaro.org>
9503
9504 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9505 gdbserver_spawn.
9506 * gdb.server/connect-without-multi-process.exp (do_test):
9507 Likewise.
9508
9509 2016-08-23 Yao Qi <yao.qi@linaro.org>
9510
9511 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9512 standalone_txt. Delete gdb_txt and standalone_txt on host
9513 and target. Spawn the binary on target. Copy files from
9514 target to host.
9515
9516 2016-08-22 Pedro Alves <palves@redhat.com>
9517
9518 PR gdb/20505
9519 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9520 with_test_prefix. Factor out bits to ...
9521 (test_no_vdso): ... this new procedure.
9522
9523 2016-08-19 Carl Love <cel@us.ibm.com>
9524
9525 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9526 maintaining separate logic for constructing the output path.
9527 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9528 * gdb.arch/ppc-dfp.exp: Likewise.
9529 * gdb.arch/ppc-fp.exp: Likewise.
9530 * gdb.arch/vsx-regs.exp: Likewise.
9531 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9532 binprefix for generating the additional binary files.
9533
9534 2016-08-19 Pedro Alves <palves@redhat.com>
9535
9536 * gdb.trace/mi-trace-frame-collected.exp
9537 (test_trace_frame_collected): On x32, expect two registers.
9538
9539 2016-08-18 Carl Love <cel@us.ibm.com>
9540
9541 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9542 and sync up the test with tests in gas/testsuite/gas/ppc.
9543 * gdb.arch/powerpc-power.exp: Likewise.
9544
9545 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9546
9547 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9548 expected error message.
9549
9550 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9551
9552 * gdb.multi/remove-inferiors.exp: New file.
9553 * gdb.multi/remove-inferiors.c: New file.
9554
9555 2016-08-12 Yao Qi <yao.qi@linaro.org>
9556
9557 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9558 argument list.
9559
9560 2016-08-10 Pedro Alves <palves@redhat.com>
9561
9562 PR gdb/19187
9563 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9564 setup_kfails.
9565
9566 2016-08-09 Pedro Alves <palves@redhat.com>
9567 Simon Marchi <simon.marchi@ericsson.com>
9568
9569 PR gdb/20418
9570 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9571 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9572
9573 2016-08-09 Pedro Alves <palves@redhat.com>
9574
9575 PR mi/20431
9576 * gdb.mi/mi-cmd-error.exp: New file.
9577
9578 2016-08-09 Pedro Alves <palves@redhat.com>
9579
9580 PR gdb/18653
9581 * gdb.base/signals-state-child.c: New file.
9582 * gdb.base/signals-state-child.exp: New file.
9583 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9584
9585 2016-08-09 Pedro Alves <palves@redhat.com>
9586
9587 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9588
9589 2016-08-03 Tom Tromey <tom@tromey.com>
9590
9591 PR python/18565:
9592 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9593
9594 2016-08-01 Yao Qi <yao.qi@linaro.org>
9595
9596 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9597 variable mode to "multi-process" if $multi_process is 1, otherwise
9598 set it to "single-process".
9599
9600 2016-08-01 Yao Qi <yao.qi@linaro.org>
9601
9602 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9603 * gdb.cp/cpexprs.exp: Likewise.
9604 * gdb.cp/m-static.exp: Likewise.
9605
9606 2016-07-26 Tom Tromey <tom@tromey.com>
9607
9608 PR python/20190:
9609 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9610 test.
9611
9612 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9613
9614 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9615 selecting assembly source files.
9616 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9617 assembly source files.
9618 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9619 assembly source files.
9620 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9621 selecting assembly source files.
9622
9623 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9624
9625 * gdb.base/new-ui.exp (do_test_invalid_args): New
9626 procedure.
9627
9628 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9629
9630 * gdb.btrace/reconnect.c: New file.
9631 * gdb.btrace/reconnect.exp: New file.
9632
9633 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9634
9635 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9636 to test_catch_syscall_group.
9637 (test_catch_syscall_group): New.
9638
9639 2016-07-21 Tom Tromey <tom@tromey.com>
9640
9641 * gdb.rust/simple.rs (main): Use empty struct expression.
9642 * gdb.rust/simple.exp: Add tests for empty struct expression.
9643
9644 2016-07-21 Yao Qi <yao.qi@linaro.org>
9645
9646 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9647 if gdb_skip_xml_test is true on some targets.
9648
9649 2016-07-21 Yao Qi <yao.qi@linaro.org>
9650
9651 * gdb.server/solib-list.exp: Unset last_loaded_file.
9652
9653 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9654
9655 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9656 "step into captured_main (args)".
9657
9658 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9659
9660 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9661
9662 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9663
9664 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9665
9666 2016-07-19 Pedro Alves <palves@redhat.com>
9667
9668 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9669 * gdb.opt/inline-bt.exp: Likewise.
9670 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9671 additional_flags=-Winline.
9672 * gdb.opt/inline-locals.exp: Likewise.
9673 * gdb.opt/inline-markers.c (ATTR): Define.
9674 (inlined_fn): Use it.
9675
9676 2016-07-19 Yao Qi <yao.qi@linaro.org>
9677
9678 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9679 (test_with_self): Remove some code. Remove argument executable.
9680 (top-level): Use do_self_tests.
9681
9682 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9683 Don Breazeal <donb@codesourcery.com>
9684
9685 * gdb.base/maint.exp: Escape paths used in regular expressions.
9686 * gdb.stabs/weird.exp: Likewise.
9687
9688 2016-07-13 Tom Tromey <tom@tromey.com>
9689
9690 PR python/15620, PR python/18620:
9691 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9692 (test_bkpt_events): New procs.
9693
9694 2016-07-13 Tom Tromey <tom@tromey.com>
9695
9696 PR python/17698:
9697 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9698 test.
9699 (test_watchpoints): Likewise.
9700 (test_bkpt_pending): New proc.
9701
9702 2016-07-13 Tom Tromey <tom@tromey.com>
9703
9704 PR cli/18053:
9705 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9706 completion test.
9707
9708 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9709
9710 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9711 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9712 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9713 f_label.
9714 (g): Rename g_end_lbl to g_label.
9715 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9716 low_pc and high_pc.
9717 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9718
9719 2016-07-12 Tom Tromey <tom@tromey.com>
9720
9721 PR python/19293:
9722 * gdb.python/py-unwind-maint.exp: Update tests.
9723
9724 2016-07-12 Yao Qi <yao.qi@linaro.org>
9725
9726 * lib/selftest-support.exp (selftest_setup): Match the output
9727 when captured_main is inlined.
9728
9729 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9730
9731 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9732 New variables.
9733 (print this%a, print this%b, print this): New tests.
9734 * gdb.fortran/derived-types.f90 (this): New object and
9735 initialization.
9736
9737 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9738
9739 * gdb.ada/arraydim.exp: Remove extra directory level in build
9740 directory.
9741
9742 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9743
9744 * lib/ada.exp: Remove extra directory level in build directory.
9745 * gdb.ada/cond_lang.exp: Likewise.
9746 * gdb.ada/exec_changed.exp: Likewise.
9747 * gdb.ada/lang_switch.exp: Likewise.
9748
9749 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9750
9751 * simple.rs: Add test for raw pointer subscripting.
9752 * simple.exp: Add test expectations.
9753
9754 2016-07-05 Yao Qi <yao.qi@linaro.org>
9755
9756 * gdb.mi/mi-reverse.exp: Match =record-started output.
9757
9758 2016-07-01 Pedro Alves <palves@redhat.com>
9759
9760 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9761 procedure.
9762 (jit_reader_test): Test the jit reader's unwinder.
9763 * gdb.base/jithost.c (jit_function_00_code): New global.
9764 (main): Use memcpy to fill in the mmapped code, instead of poking
9765 bytes manually here.
9766 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9767 value.
9768 (read_debug_info): Save the function's range.
9769 (read_sp): New function.
9770 (unwind_frame): Use it. Also unwind RBP.
9771 (get_frame_id): Use read_sp.
9772 (gdb_init_reader): Use calloc instead of malloc.
9773 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9774 parameter. Use gdb_test_multiple.
9775
9776 2016-07-01 Pedro Alves <palves@redhat.com>
9777 Antoine Tremblay <antoine.tremblay@ericsson.com>
9778
9779 * gdb.threads/process-dies-while-detaching.c: New file.
9780 * gdb.threads/process-dies-while-detaching.exp: New file.
9781
9782 2016-07-01 Pedro Alves <palves@redhat.com>
9783
9784 * gdb.multi/watchpoint-multi-exit.c: New file.
9785 * gdb.multi/watchpoint-multi-exit.exp: New file.
9786
9787 2016-06-30 Pedro Alves <palves@redhat.com>
9788
9789 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9790 unset inferior_spawn_id.
9791
9792 2016-06-30 Pedro Alves <palves@redhat.com>
9793
9794 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9795 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9796
9797 2016-06-29 Yao Qi <yao.qi@linaro.org>
9798
9799 * gdb.base/return.c: Add copyright header.
9800
9801 2016-06-29 Tom Tromey <tom@tromey.com>
9802
9803 PR python/20129:
9804 * gdb.python/py-framefilter.exp: Add tests for setting priority
9805 and disabling of non-existent frame filter.
9806
9807 2016-06-29 Yao Qi <yao.qi@linaro.org>
9808
9809 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9810 0x0f07ff.
9811
9812 2016-06-28 Yao Qi <yao.qi@linaro.org>
9813
9814 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9815 triplets. Start gdb, execute catch syscall, and continue. Check
9816 gdb's output to determine catch syscall is supported.
9817
9818 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9819
9820 * gdb.rust/simple.rs: Add test for returning unit in a function.
9821 * gdb.rust/simple.exp: Add expectation for functions returning
9822 unit.
9823
9824 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9825
9826 * gdb.python/py-breakpoint-create-fail.c,
9827 gdb.python/py-breakpoint-create-fail.exp,
9828 gdb.python/py-breakpoint-create-fail.py: New testcase.
9829
9830 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9831
9832 PR gdb/20239
9833 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9834 * gdb.rust/simple.exp: Add test expectations for new NonZero
9835 tests.
9836
9837 2016-06-24 David Taylor <dtaylor@emc.com>
9838
9839 * gdb.base/offsets.exp: New file.
9840 * gdb.base/offsets.c: New file.
9841
9842 2016-06-23 Tom Tromey <tom@tromey.com>
9843
9844 PR gdb/16483:
9845 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9846 before any filters are loaded.
9847
9848 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9849
9850 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9851 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9852 structs.
9853 * gdb.fortran/derived-type-function.exp: New file.
9854 * gdb.fortran/derived-type-function.f90: New file.
9855
9856
9857 2016-06-21 Pedro Alves <palves@redhat.com>
9858
9859 * gdb.base/new-ui.exp: New file.
9860 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9861 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9862 (with_spawn_id): New procedure.
9863
9864 2016-06-21 Pedro Alves <palves@redhat.com>
9865
9866 * gdb.mi/mi-exec-run.exp: New file.
9867
9868 2016-06-21 Pedro Alves <palves@redhat.com>
9869
9870 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9871 breakpoint command's output on the main UI.
9872 (test_break): New procedure, factored out from calls in the top
9873 level.
9874 (top level): Use foreach_with_prefix to test MI as main UI and as
9875 separate UI.
9876
9877 2016-06-21 Pedro Alves <palves@redhat.com>
9878
9879 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9880 (test_awatch_creation_and_listing)
9881 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9882 Remove 'type' parameter.
9883 (test_watchpoint_all): New parameter mi_mode. Remove
9884 with_test_prefix.
9885 (top level): Use foreach_with_prefix, and add main/separate UI MI
9886 testing axis.
9887
9888 2016-06-21 Pedro Alves <palves@redhat.com>
9889
9890 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9891 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9892 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9893 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9894 (gdb_main_spawn_id, mi_spawn_id): Declare and
9895 comment.
9896 (mi_create_inferior_pty): New procedure,
9897 factored out from default_mi_gdb_start.
9898 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9899 procedures.
9900 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9901 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9902 Use mi_create_inferior_pty.
9903 (mi_gdb_start): Use eval to pass down args list.
9904
9905 2016-06-21 Pedro Alves <palves@redhat.com>
9906
9907 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9908 * gdb.opt/inline-cmds.exp: Add MI tests.
9909
9910 2016-06-21 Pedro Alves <palves@redhat.com>
9911
9912 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9913
9914 2016-06-21 Pedro Alves <palves@redhat.com>
9915
9916 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9917 (top level): Use it instead of mi_execute_to.
9918
9919 2016-06-21 Pedro Alves <palves@redhat.com>
9920
9921 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9922 (cont_handler_str): New.
9923 (signal_stop_handler): Set stop_handler_str instead of printing to
9924 stdout.
9925 (continue_handler): Set cont_handler_str instead of printing to
9926 stdout.
9927 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9928 mi_send_resuming_command. Print stop_handler_str and
9929 cont_handler_str instead of expecting the python events print
9930 directly.
9931
9932 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9933
9934 * gdb.base/jit-reader.exp: New file.
9935 * gdb.base/jithost.c: New file.
9936 * gdb.base/jithost.h: New file.
9937 * gdb.base/jitreader.c : New file.
9938 * gdb.base/jit-protocol.h: New file.
9939
9940 2016-06-17 Yao Qi <yao.qi@linaro.org>
9941
9942 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9943 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9944 and detach-on-fork. Adjust tests.
9945 (top level): Invoke break_cond_on_syscall with combinations of
9946 syscall, follow-fork-mode and detach-on-fork.
9947
9948 2016-06-17 Yao Qi <yao.qi@linaro.org>
9949
9950 * gdb.base/step-over-exit.c: New.
9951 * gdb.base/step-over-exit.exp: New.
9952
9953 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9954
9955 * gdb.base/float.exp: Add target check for nds32*-*-*.
9956 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9957
9958 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9959
9960 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9961 for unsupported target features.
9962 * gdb.base/call-rt-st.exp: Likewise.
9963 * gdb.base/call-sc.exp: Likewise.
9964 * gdb.base/call-signal-resume.exp: Likewise.
9965 * gdb.base/call-strs.exp: Likewise.
9966 * gdb.base/callexit.exp: Likewise.
9967 * gdb.base/callfuncs.exp: Likewise.
9968 * gdb.base/nodebug.exp: Likewise.
9969 * gdb.base/printcmds.exp: Likewise.
9970 * gdb.base/ptype.exp: Likewise.
9971 * gdb.base/structs.exp: Likewise.
9972 * gdb.base/unwindonsignal.exp: Likewise.
9973 * gdb.cp/gdb2495.exp: Likewise.
9974 * gdb.cp/templates.exp: Likewise.
9975 * gdb.cp/virtfunc.exp: Likewise.
9976 * gdb.threads/hand-call-in-threads.exp: Likewise.
9977 * gdb.threads/interrupted-hand-call.exp: Likewise.
9978 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9979
9980 2016-06-10 Tom Tromey <tom@tromey.com>
9981
9982 PR rust/20110:
9983 * gdb.rust/expr.exp: Add test for integer constant larger than
9984 i32.
9985
9986 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9987
9988 * gdb.fortran/nested-funcs.exp: New.
9989 * gdb.fortran/nested-funcs.f90: New.
9990
9991 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9992
9993 * gdb.base/examine-backward.c: New file.
9994 * gdb.base/examine-backward.exp: New file.
9995
9996 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9997
9998 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9999 matching.
10000
10001 2016-06-02 Tom Tromey <tom@tromey.com>
10002
10003 PR python/18984:
10004 * gdb.python/py-shared.exp: Add solib_name test.
10005
10006 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10007
10008 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10009
10010 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10011
10012 PR c++/19893
10013 * gdb.dwarf2/implref.exp: Rename to...
10014 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10015 * gdb.dwarf2/implref-array.c: New file.
10016 * gdb.dwarf2/implref-array.exp: Likewise.
10017 * gdb.dwarf2/implref-global.c: Likewise.
10018 * gdb.dwarf2/implref-global.exp: Likewise.
10019 * gdb.dwarf2/implref-struct.c: Likewise.
10020 * gdb.dwarf2/implref-struct.exp: Likewise.
10021
10022 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10023
10024 * gdb.trace/trace-condition.exp: Add 64bit tests.
10025
10026 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10027
10028 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10029 bits types.
10030 (main): Adapt to 8 to 64 bits types.
10031 * gdb.trace/trace-condition.exp: Add new tests.
10032
10033 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10034
10035 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10036
10037 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10038
10039 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10040 Move condition tests...
10041 * gdb.trace/trace-condition.exp: Here.
10042
10043 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10044
10045 * gdb.trace/trace-condition.exp: Add counter-case tests.
10046
10047 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10048
10049 PR c++/15231
10050 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10051 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10052
10053 2016-05-27 Pedro Alves <palves@redhat.com>
10054
10055 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10056 New procedure.
10057 (top level): Call it, and bail out of DejaGnu is known to be bad.
10058
10059 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10060
10061 * gdb.base/whatis.c: Extend the test case.
10062 * gdb.base/whatis.exp: Add additional tests.
10063
10064 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10065
10066 * gdb.fortran/type.f90: Add pointer variable.
10067 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10068
10069 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10070
10071 * gdb.fortran/vla-type.exp: Fix testcase name.
10072
10073 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10074
10075 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10076
10077 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10078
10079 * gdb.fortran/type.f90: Add nested structures.
10080 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10081 * gdb.fortran/derived-type.exp: Adapt expected output.
10082 * gdb.fortran/vla-type.exp: Adapt expected output.
10083
10084 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10085
10086 * gdb.fortran/whatis_type.exp: Adapt expected output.
10087
10088 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10089
10090 * gdb.fortran/print_type.exp: Fix expected output.
10091 * gdb.fortran/whatis_type.exp: Fix expected output.
10092
10093 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10094
10095 * gdb.fortran/whatis_type.exp: Use multi_line.
10096
10097 2016-05-24 Tom Tromey <tom@tromey.com>
10098
10099 PR python/17386:
10100 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10101 use value as an index.
10102
10103 2016-05-23 Tom Tromey <tom@tromey.com>
10104
10105 PR python/17981:
10106 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10107 no-breakpoint case.
10108
10109 2016-05-24 Pedro Alves <palves@redhat.com>
10110
10111 PR gdb/19828
10112 * gdb.threads/clone-attach-detach.c: New file.
10113 * gdb.threads/clone-attach-detach.exp: New file.
10114
10115 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10116
10117 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10118
10119 2016-05-23 Tom Tromey <tom@tromey.com>
10120
10121 PR python/19438, PR python/18393:
10122 * gdb.python/py-progspace.exp: Add "dir" test.
10123 * gdb.python/py-objfile.exp: Add "dir" test.
10124
10125 2016-05-23 Yao Qi <yao.qi@linaro.org>
10126
10127 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10128 * gdb.arch/thumb2-it.exp: Likewise.
10129
10130 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10131
10132 * gdb.mi/mi-threads-interrupt.c: New file.
10133 * gdb.mi/mi-threads-interrupt.exp: New file.
10134
10135 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10136
10137 PR gdb/18077
10138 * gdb.mi/mi-async-run.exp: New file.
10139 * gdb.mi/mi-async-run.c: New file.
10140
10141 2016-05-17 Tom Tromey <tom@tromey.com>
10142 Manish Goregaokar <manishsmail@gmail.com>
10143
10144 * lib/rust-support.exp: New file.
10145 * lib/gdb.exp (skip_rust_tests): New proc.
10146 (build_executable_from_specs): Handle rust.
10147 * lib/future.exp (gdb_find_rustc): New proc.
10148 (gdb_default_target_compile): Handle rust.
10149 * gdb.rust/expr.exp: New file.
10150 * gdb.rust/generics.exp: New file.
10151 * gdb.rust/generics.rs: New file.
10152 * gdb.rust/methods.exp: New file.
10153 * gdb.rust/methods.rs: New file.
10154 * gdb.rust/modules.exp: New file.
10155 * gdb.rust/modules.rs: New file.
10156 * gdb.rust/simple.exp: New file.
10157 * gdb.rust/simple.rs: New file.
10158
10159 2016-05-17 Tom Tromey <tom@tromey.com>
10160
10161 * gdb.base/default.exp (set language): Add rust.
10162
10163 2016-05-17 Tom Tromey <tom@tromey.com>
10164
10165 * gdb.gdb/unittest.exp: New file.
10166
10167 2016-05-16 Yao Qi <yao.qi@linaro.org>
10168
10169 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10170 shell_prompt. Update shell_prompt_re.
10171
10172 2016-05-12 Doug Evans <dje@google.com>
10173
10174 PR symtab/19999
10175 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10176 $options when building executable.
10177 * gdb.dwarf2/fission-loclists-pie.S: New file.
10178 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10179
10180 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10181
10182 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10183 of [is_remote target],
10184
10185 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10186
10187 * lib/gdb.exp (use_gdb_stub): New procedure.
10188
10189 2016-05-03 Yunlian Jiang <yunlian@google.com>
10190 Doug Evans <dje@google.com>
10191
10192 PR symtab/19914
10193 * gdb.dwarf2/dwp-sepdebug.c: New file.
10194 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10195
10196 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10197
10198 * gdb.base/detach.exp: Remove is_remote check.
10199
10200 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10201
10202 * gdb.base/annota-input-while-running.exp: Don't check for
10203 [is_remote target]. Enable annotations after running to main.
10204 Remove unused "set test..." line.
10205
10206 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10207
10208 * gdb.trace/trace-enable-disable.exp: New file.
10209 * gdb.trace/trace-enable-disable.c: New file.
10210
10211 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10212
10213 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10214 use it in info sharedlibrary test.
10215 * gdb.trace/ftrace-lock.exp: Likewise.
10216 * gdb.trace/ftrace.exp: Likewise.
10217 * gdb.trace/range-stepping.exp: Likewise.
10218 * gdb.trace/trace-break.exp: Likewise.
10219 * gdb.trace/trace-condition.exp: Likewise.
10220 * gdb.trace/trace-mt.exp: Likewise.
10221
10222 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10223
10224 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10225 (gdb_load_shlib): ... this.
10226 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10227 gdb_load_shlib.
10228 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10229 * gdb.base/ctxobj.exp: Likewise.
10230 * gdb.base/dprintf-pending.exp: Likewise.
10231 * gdb.base/dso2dso.exp: Likewise.
10232 * gdb.base/fixsection.exp: Likewise.
10233 * gdb.base/gcore-relro.exp: Likewise.
10234 * gdb.base/gdb1555.exp: Likewise.
10235 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10236 * gdb.base/gnu-ifunc.exp: Likewise.
10237 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10238 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10239 * gdb.base/pending.exp: Likewise.
10240 * gdb.base/print-file-var.exp: Likewise.
10241 * gdb.base/print-symbol-loading.exp: Likewise.
10242 * gdb.base/shlib-call.exp: Likewise.
10243 * gdb.base/shreloc.exp: Likewise.
10244 * gdb.base/so-impl-ld.exp: Likewise.
10245 * gdb.base/solib-disc.exp: Likewise.
10246 * gdb.base/solib-nodir.exp: Likewise.
10247 * gdb.base/solib-overlap.exp: Likewise.
10248 * gdb.base/solib-symbol.exp: Likewise.
10249 * gdb.base/solib-weak.exp (do_test): Likewise.
10250 * gdb.base/sym-file.exp: Likewise.
10251 * gdb.base/symtab-search-order.exp: Likewise.
10252 * gdb.base/type-opaque.exp: Likewise.
10253 * gdb.base/unload.exp: Likewise.
10254 * gdb.base/watchpoint-solib.exp: Likewise.
10255 * gdb.compile/compile.exp: Likewise.
10256 * gdb.cp/gdb2384.exp: Likewise.
10257 * gdb.cp/infcall-dlopen.exp: Likewise.
10258 * gdb.cp/re-set-overloaded.exp: Likewise.
10259 * gdb.fortran/library-module.exp: Likewise.
10260 * gdb.opt/solib-intra-step.exp: Likewise.
10261 * gdb.python/py-finish-breakpoint.exp: Likewise.
10262 * gdb.python/py-shared.exp: Likewise.
10263 * gdb.reverse/solib-precsave.exp: Likewise.
10264 * gdb.reverse/solib-reverse.exp: Likewise.
10265 * gdb.server/solib-list.exp: Likewise.
10266 * gdb.threads/dlopen-libpthread.exp: Likewise.
10267 * gdb.threads/tls-shared.exp: Likewise.
10268 * gdb.threads/tls-so_extern.exp: Likewise.
10269 * gdb.trace/change-loc.exp: Likewise.
10270 * gdb.trace/ftrace-lock.exp: Likewise.
10271 * gdb.trace/ftrace.exp: Likewise.
10272 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10273 * gdb.trace/pending.exp: Likewise.
10274 * gdb.trace/range-stepping.exp: Likewise.
10275 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10276 (strace_info_marker): Likewise.
10277 (strace_probe_marker): Likewise.
10278 (strace_trace_on_same_addr): Likewise.
10279 (strace_trace_on_diff_addr): Likewise.
10280 * gdb.trace/trace-break.exp: Likewise.
10281 * gdb.trace/trace-condition.exp: Likewise.
10282 * gdb.trace/trace-mt.exp: Likewise.
10283
10284 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10285
10286 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10287 result of gdb_remote_download.
10288 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10289 * gdb.base/dso2dso.exp: Likewise.
10290 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10291 * gdb.base/print-file-var.exp: Likewise.
10292 * gdb.base/shlib-call.exp: Likewise.
10293 * gdb.base/shreloc.exp: Likewise.
10294 * gdb.base/solib-overlap.exp: Likewise.
10295 * gdb.base/solib-weak.exp (do_test): Likewise.
10296 * gdb.base/unload.exp: Likewise.
10297
10298 2016-04-27 Yao Qi <yao.qi@linaro.org>
10299
10300 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10301 exists.
10302
10303 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10304
10305 * vla-type.exp: Print structure from toplevel.
10306
10307 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10308
10309 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10310 of dynamic types.
10311 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10312 of dynamic types.
10313
10314 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10315
10316 * gdb.fortran/vla-type.f90: New file.
10317 * gdb.fortran/vla-type.exp: New file.
10318
10319 2016-04-25 Yao Qi <yao.qi@linaro.org>
10320
10321 * gdb.base/branch-to-self.c: New file.
10322 * gdb.base/branch-to-self.exp: New file.
10323
10324 2016-04-22 Yao Qi <yao.qi@linaro.org>
10325
10326 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10327 more after $hex.
10328
10329 2016-04-22 Yao Qi <yao.qi@linaro.org>
10330
10331 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10332 * gdb.base/annota3.exp: Likewise.
10333
10334 2016-04-22 Yao Qi <yao.qi@linaro.org>
10335
10336 * gdb.reverse/step-precsave.exp: Do one step and test program
10337 stops in "callee" and do multiple steps until program goes out
10338 of "callee".
10339 * gdb.reverse/step-reverse.exp: Likewise.
10340
10341 2016-04-22 Yao Qi <yao.qi@linaro.org>
10342
10343 * gdb.trace/signal.exp: Also pass if
10344 $tracepoint_hits($i) > $iterations.
10345
10346 2016-04-22 Yao Qi <yao.qi@linaro.org>
10347
10348 * gdb.trace/signal.c: New file.
10349 * gdb.trace/signal.exp: New file.
10350
10351 2016-04-19 Doug Evans <xdje42@gmail.com>
10352
10353 * gdb.base/bad-file.exp: New file.
10354
10355 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10356
10357 * gdb.dwarf2/implref.exp: New file.
10358
10359 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10360
10361 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10362 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10363 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10364 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10365 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10366 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10367 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10368 * lib/fortran.exp (fortran_int4): New procedure.
10369 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10370 (fortran_logical4): Likewise.
10371
10372 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10373
10374 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10375
10376 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10377
10378 * lib/compiler.c: Add Intel specific preprocessor macros.
10379 * lib/compiler.cc: Likewise.
10380
10381 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10382
10383 * gdb.server/connect-with-no-symbol-file.c: New file.
10384 * gdb.server/connect-with-no-symbol-file.exp: New file.
10385
10386 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10387
10388 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10389
10390 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10391
10392 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10393 standard output directory.
10394
10395 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10396
10397 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10398
10399 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10400
10401 * gdb.btrace/instruction_history.c (loop): Add declaration.
10402
10403 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10404
10405 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10406
10407 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10408
10409 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10410 parentheses to print.
10411 (continue_handler): Likewise.
10412
10413 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10414
10415 * gdb.server/solib-list.exp: Remove is_remote check.
10416 Pass shlib= to gdb_compile. Don't link shared library with
10417 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10418 Run binary filename through "readlink -f" on the target.
10419
10420 2016-04-08 Pedro Alves <palves@redhat.com>
10421
10422 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10423 interpreter filename as argument to gdbserver_spawn.
10424 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10425 Return empty if $last_loaded_file does not exist.
10426
10427 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10428
10429 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10430 * gdb.base/jit-main.c: Use exit after usage.
10431
10432 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10433
10434 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10435 GDBHISTSIZE prior to the tests.
10436 * gdb.base/gdbinit-history.exp: Likewise.
10437
10438 2016-04-07 Pedro Alves <palves@redhat.com>
10439
10440 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10441 instead of build_executable. Use gdb_load_shlibs.
10442
10443 2016-04-07 Yao Qi <yao.qi@linaro.org>
10444
10445 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10446 Execute "si" command.
10447
10448 2016-04-07 Yao Qi <yao.qi@linaro.org>
10449
10450 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10451 number instead of the comments on some line.
10452
10453 2016-04-06 Don Breazeal <donb@codesourcery.com>
10454
10455 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10456 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10457
10458 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10459
10460 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10461 standard_output_file. Remove unused binfile variable.
10462
10463 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10464
10465 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10466 * gdb.python/py-mi-objfile.exp: Match "list main" output
10467 in console format.
10468
10469 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10470
10471 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10472 absolute.
10473
10474 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10475
10476 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10477 absolute.
10478 * gdb.trace/ftrace.exp: Likewise.
10479 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10480 targets as well.
10481 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10482 (gdb_load_shlibs): Copy libraries to test directory when testing
10483 natively. Only set solib-search-path if testing remotely.
10484 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10485
10486 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10487
10488 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10489 gdb_download. Use it even if the target is not remote.
10490 * gdb.base/jit.exp (compile_jit_test): Likewise.
10491 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10492 output directory if the destination board is local, otherwise use
10493 the standard remote_download from DejaGnu.
10494 (gdb_download): Remove.
10495 (gdb_load_shlibs): Use gdb_remote_download instead of
10496 gdb_download.
10497 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10498 Use gdb_remote_download instead of gdb_download. Use it even if
10499 the target is not remote.
10500 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10501 instead of gdb_download.
10502
10503 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10504
10505 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10506 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10507 run.
10508
10509 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10510
10511 PR gdb/19820
10512 * gdb.base/printcmds.exp: Add artificial arrays tests.
10513
10514 2016-03-31 Pedro Alves <palves@redhat.com>
10515
10516 PR gdb/19858
10517 * gdb.base/jit-main.c: Include unistd.h.
10518 (ATTACH): Define to 0 if not already defined.
10519 (wait_for_gdb, mypid): New globals.
10520 (WAIT_FOR_GDB): New macro.
10521 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10522 some breakpoint locations.
10523 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10524 New procedures.
10525 (one_jit_test): Add REATTACH parameter, and handle it. Use
10526 continue_to_test_location.
10527 (top level): Test attach, and adjusts calls to one_jit_test.
10528
10529 2016-03-31 Pedro Alves <palves@redhat.com>
10530
10531 PR gdb/19858
10532 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10533 BINSUFFIX parameter, and handle it.
10534 (top level): Adjust calls compile_jit_test.
10535
10536 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10537
10538 PR python/19743
10539 * gdb.python/py-mi-events-gdb.py: New file.
10540 * gdb.python/py-mi-events.c: New file.
10541 * gdb.python/py-mi-events.exp: New file.
10542
10543 2016-03-30 Yao Qi <yao.qi@linaro.org>
10544
10545 * gdb.reverse/until-precsave.exp: Match function name only.
10546 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10547 Move malloc to a condition block.
10548 * gdb.reverse/until-reverse.exp: Match function name only.
10549
10550 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10551
10552 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10553 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10554 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10555 variable for GPR 0 instead of assuming it is register 0.
10556 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10557 * lib/trace-support.exp: Add s390 registers.
10558
10559 2016-03-29 Yao Qi <yao.qi@linaro.org>
10560
10561 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10562
10563 2016-03-24 Yao Qi <yao.qi@linaro.org>
10564
10565 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10566 test message.
10567
10568 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10569
10570 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10571 maintaining separate logic for constructing the output path.
10572
10573 2016-03-16 Don Breazeal <donb@codesourcery.com>
10574
10575 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10576 Retry fork and waitpid on interrupted system call errors.
10577 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10578 Use with_timeout_factor to increase timeout by factor of 10.
10579
10580 2016-03-15 Don Breazeal <donb@codesourcery.com>
10581
10582 * gdb.cp/scope-err.cc: New test program.
10583 * gdb.cp/scope-err.exp: New test script.
10584 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10585 lines and "set breakpoint here" comment.
10586 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10587 Fixed some whitespace and format issues.
10588 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10589 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10590
10591 2016-03-15 Doug Evans <dje@google.com>
10592
10593 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10594 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10595 All callers updated. Add tests for enums, mixed flags register.
10596
10597 2016-03-15 Doug Evans <dje@google.com>
10598
10599 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10600 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10601
10602 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10603
10604 * gdb.base/default.exp: Add $_as_string to the list of expected
10605 convenience functions.
10606
10607 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10608
10609 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10610
10611 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10612
10613 * gdb.python/py-as-string.exp: New file.
10614 * gdb.python/py-as-string.c: New file.
10615
10616 2016-03-09 Pedro Alves <palves@redhat.com>
10617
10618 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10619 signal" -> "Thread NN received signal" output change.
10620 * gdb.threads/ia64-sigill.exp: Likewise.
10621 * gdb.threads/linux-dp.exp: Likewise.
10622 * gdb.threads/manythreads.exp: Likewise.
10623 * gdb.threads/pending-step.exp: Likewise.
10624 * gdb.threads/print-threads.exp: Likewise.
10625 * gdb.threads/sigstep-threads.exp: Likewise.
10626 * gdb.threads/staticthreads.exp: Likewise.
10627 * gdb.threads/tls.exp: Likewise.
10628
10629 2016-03-09 Pedro Alves <palves@redhat.com>
10630
10631 * gdb.base/command-line-input.exp: New file.
10632
10633 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10634
10635 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10636 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10637 * gdb.trace/pending.exp: Accept leading dot before function name.
10638 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10639 * lib/trace-support.exp: Set registers for ppc.
10640
10641 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10642
10643 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10644 use it for disassembly; accept .main in addition to main in backtrace.
10645
10646 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10647 Marcin Kościelnicki <koriakin@0x04.net>
10648
10649 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10650 (gdb_recursion_test_ptr): New global variable.
10651 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10652 gdb_recursion_test.
10653 (gdb_c_test): Ditto.
10654
10655 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10656
10657 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10658 ordering.
10659
10660 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10661
10662 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10663 (bar): Add bar_start_lbl label.
10664 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10665 of foo/bar for emitting DWARF and tracing.
10666
10667 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10668
10669 * analyze-racy-logs.py: Set executable bit.
10670
10671 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10672
10673 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10674 (CHECK_TARGET_TMP): Likewise.
10675 (check-single-racy): New rule.
10676 (check-parallel-racy): Likewise.
10677 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10678 (do-check-parallel-racy): New rule.
10679 (check-racy/%.exp): Likewise.
10680 * README (Racy testcases): New section.
10681 * analyze-racy-logs.py: New file.
10682
10683 2016-03-03 Doug Evans <dje@google.com>
10684
10685 * gdb.base/skip.exp: Use with_test_prefix.
10686
10687 2016-03-03 Yao Qi <yao.qi@linaro.org>
10688
10689 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10690 Invoke step_over_syscall "clone" and break_cond_on_syscall
10691 "clone".
10692 * gdb.base/step-over-clone.c: New file.
10693
10694 2016-03-03 Yao Qi <yao.qi@linaro.org>
10695
10696 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10697 code format.
10698
10699 2016-03-03 Yao Qi <yao.qi@linaro.org>
10700
10701 * gdb.base/disp-step-fork.c: Rename to ...
10702 * gdb.base/step-over-fork.c: ... it. New file.
10703 * gdb.base/disp-step-vfork.c: Rename to ...
10704 * gdb.base/step-over-vfork.c: ... it. New file.
10705 * gdb.base/disp-step-syscall.exp: Rename to ...
10706 * gdb.base/step-over-syscall.exp: ... it. New file.
10707 (disp_step_cross_syscall): Rename to ...
10708 (step_over_syscall): ... it.
10709
10710 2016-03-03 Yao Qi <yao.qi@linaro.org>
10711
10712 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10713 If target supports condition evaluation on target, invoke
10714 break_cond_on_syscall for fork and vfork.
10715
10716 2016-03-03 Yao Qi <yao.qi@linaro.org>
10717
10718 * gdb.base/disp-step-syscall.exp: Don't invoke
10719 support_displaced_stepping.
10720 (disp_step_cross_syscall): Test with displaced stepping off and
10721 on if supported.
10722
10723 2016-03-03 Yao Qi <yao.qi@linaro.org>
10724
10725 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10726 proc.
10727 (setup): New proc.
10728 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10729 and setup.
10730
10731 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10732
10733 * gdb.fortran/vla-history.exp: Remove breakpoint.
10734
10735 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10736
10737 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10738 exceeds timeout.
10739
10740 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10741
10742 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10743 breakpoint.
10744
10745 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10746
10747 * gdb.mi/vla.f90: Nullify pointer after declaration.
10748
10749 2016-03-01 Pedro Alves <palves@redhat.com>
10750
10751 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10752
10753 2016-03-01 Pedro Alves <palves@redhat.com>
10754
10755 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10756 before anything else.
10757 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10758 _GNU_SOURCE here.
10759 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10760 before anything else.
10761 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10762
10763 2016-03-01 Pedro Alves <palves@redhat.com>
10764
10765 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10766
10767 2016-03-01 Yao Qi <yao.qi@linaro.org>
10768
10769 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10770 prepare_for_testing.
10771
10772 2016-03-01 Yao Qi <yao.qi@linaro.org>
10773
10774 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10775
10776 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10777
10778 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10779 manually constructing the output path.
10780
10781 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10782
10783 * gdb.arch/s390-stackless.S: New.
10784 * gdb.arch/s390-stackless.exp: New.
10785
10786 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10787
10788 * gdb.dlang/circular.c: New file.
10789 * gdb.dlang/circular.exp: New file.
10790
10791 2016-02-26 Yao Qi <yao.qi@linaro.org>
10792
10793 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10794 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10795 (testcases): Update.
10796
10797 2016-02-26 Yao Qi <yao.qi@linaro.org>
10798
10799 * gdb.reverse/aarch64.c: Rename to ...
10800 * gdb.reverse/insn-reverse.c: ... it.
10801 * gdb.reverse/aarch64.exp: Rename to ...
10802 * gdb.reverse/insn-reverse.exp: ... it.
10803
10804 2016-02-26 Yao Qi <yao.qi@linaro.org>
10805
10806 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10807 (testcase_ftype): New.
10808 (testcases): New array.
10809 (n_testcases): New.
10810 (main): Call each element in testcases.
10811 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10812 (read_testcase): New.
10813 Do the tests in a loop.
10814
10815 2016-02-25 Yao Qi <yao.qi@linaro.org>
10816
10817 * gdb.base/branches.c: Remove.
10818
10819 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10820
10821 PR gdb/13808
10822 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10823
10824 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10825
10826 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10827
10828 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10829
10830 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10831 change x86_64 call_insn to 'callq'.
10832
10833 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10834
10835 * gdb.trace/tfile-avx.c: Move to...
10836 * gdb.trace/tracefile-pseudo-reg.c: Here.
10837 * gdb.trace/tfile-avx.exp: Move to...
10838 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10839
10840 2016-02-24 Gary Benson <gbenson@redhat.com>
10841
10842 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10843 message on attach.
10844
10845 2016-02-23 Doug Evans <dje@google.com>
10846
10847 * gdb.base/skip.c (test_skip): New function.
10848 (end_test_skip_file_and_function): New function.
10849 (test_skip_file_and_function): New function.
10850 * gdb.base/skip1.c (test_skip): New function.
10851 (skip1_test_skip_file_and_function): New function.
10852 * gdb.base/skip.exp: Add tests for new skip options.
10853 * gdb.base/skip-solib.exp: Update expected output.
10854 * gdb.perf/skip-command.cc: New file.
10855 * gdb.perf/skip-command.exp: New file.
10856 * gdb.perf/skip-command.py: New file.
10857
10858 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10859
10860 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10861 info registers pattern.
10862
10863 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10864
10865 * lib/future.exp: Add D support.
10866 (gdb_find_gdc): New proc.
10867 (gdb_default_target_compile): Add D support.
10868
10869 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10870
10871 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10872 user+system time.
10873 (trace_speed_test): Determine the iteration count for a time
10874 between 15..30 seconds.
10875
10876 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10877
10878 * gdb.arch/i386-mpx-sigsegv.c: New file.
10879 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10880 * gdb.arch/i386-mpx-simple_segv.c: New file.
10881 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10882
10883 2016-02-18 Yao Qi <yao.qi@linaro.org>
10884
10885 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10886 Don't call setup_kfail.
10887
10888 2016-02-18 Yao Qi <yao.qi@linaro.org>
10889
10890 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10891 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10892
10893 2016-02-16 Doug Evans <dje@google.com>
10894
10895 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10896 * gdb.base/skip1.c: Ditto.
10897 * gdb.base/skip.exp: Whitespace cleanup.
10898
10899 2016-02-16 Don Breazeal <donb@codesourcery.com>
10900
10901 PR remote/19496
10902 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10903 Remove kfail for PR remote/19496.
10904
10905 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10906
10907 * lib/gdb.exp (standard_temp_file): Return a path specific to
10908 the runtest invocation.
10909
10910 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10911
10912 * gdb.trace/save-trace.exp: Change relative path to be in the
10913 standard output directory.
10914
10915 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10916
10917 * gdb.arch/i386-prologue.c: Add missing prototypes.
10918
10919 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10920
10921 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10922 * gdb.arch/i386-prologue.exp: Likewise.
10923 * gdb.arch/i386-size.exp: Likewise.
10924
10925 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10926
10927 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10928 define object file path.
10929 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10930 file path.
10931 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10932 standard_output_file to define binfile.
10933
10934 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10935
10936 Fix compatibility with recent gfortran-5.3.1.
10937 * gdb.fortran/vla-history.exp (print vla1 allocated)
10938 (print vla2 allocated, print $2, print $3): Remove
10939 (print $4): Rename to ...
10940 (print $2): ... here.
10941 (print $9): Rename to ...
10942 (print $5): ... here.
10943 (print $10): Rename to ...
10944 (print $6): ... here.
10945 * gdb.fortran/vla.f90: Add pvla initialization.
10946
10947 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10948
10949 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10950 New test.
10951 * gdb.fortran/vla-value-sub.exp: Likewise.
10952
10953 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10954
10955 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10956
10957 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10958
10959 * i386-biarch-core.exp: Define corefile using
10960 standard_output_file.
10961
10962 2016-02-12 Yao Qi <yao.qi@linaro.org>
10963
10964 * gdb.arch/arm-single-step-kernel-helper.c: New.
10965 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10966
10967 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10968
10969 * gdb.btrace/tailcall-only.exp: New.
10970 * gdb.btrace/tailcall-only.c: New.
10971 * gdb.btrace/x86_64-tailcall-only.S: New.
10972 * gdb.btrace/i686-tailcall-only.S: New.
10973
10974 2016-02-11 Pedro Alves <palves@redhat.com>
10975
10976 * README (Parallel testing): Add missing double quotes.
10977
10978 2016-02-11 Pedro Alves <palves@redhat.com>
10979
10980 * README (Parallel testing): New section.
10981 (GDB_PARALLEL): Rewrite.
10982 (FORCE_PARALLEL): Document.
10983
10984 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10985
10986 * gdb.trace/tfile-avx.c: New test.
10987 * gdb.trace/tfile-avx.exp: New test.
10988
10989 2016-02-09 Keith Seitz <keiths@redhat.com>
10990
10991 PR breakpoints/19546
10992 * gdb.base/infcall-exec.c: New file.
10993 * gdb.base/infcall-exec2.c: New file.
10994 * gdb.base/infcall-exec.exp: New file.
10995
10996 2016-02-09 Keith Seitz <keiths@redhat.com>
10997
10998 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10999 (toplevel): Call test_bkpt_address.
11000
11001 2016-02-09 Keith Seitz <keiths@redhat.com>
11002
11003 PR python/19506
11004 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11005 (toplevel): Call test_bkpt_address.
11006
11007 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11008
11009 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11010 to AC_OUTPUT.
11011 * configure: Regenerate.
11012
11013 2016-02-09 Pedro Alves <palves@redhat.com>
11014
11015 PR breakpoints/19548
11016 * gdb.base/execl-update-breakpoints.c (some_function): New
11017 function.
11018 (main): Call it.
11019 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11020 Tighten expected GDB output.
11021
11022 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11023
11024 * Makefile.in (ALL_SUBDIRS): Remove.
11025 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11026 (distclean maintainer-clean realclean): Likewise.
11027 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11028 * configure: Regenerate.
11029 * gdb.ada/Makefile.in: Delete.
11030 * gdb.arch/Makefile.in: Likewise.
11031 * gdb.asm/Makefile.in: Likewise.
11032 * gdb.base/Makefile.in: Likewise.
11033 * gdb.btrace/Makefile.in: Likewise.
11034 * gdb.cell/Makefile.in: Likewise.
11035 * gdb.compile/Makefile.in: Likewise.
11036 * gdb.cp/Makefile.in: Likewise.
11037 * gdb.disasm/Makefile.in: Likewise.
11038 * gdb.dlang/Makefile.in: Likewise.
11039 * gdb.dwarf2/Makefile.in: Likewise.
11040 * gdb.fortran/Makefile.in: Likewise.
11041 * gdb.gdb/Makefile.in: Likewise.
11042 * gdb.go/Makefile.in: Likewise.
11043 * gdb.guile/Makefile.in: Likewise.
11044 * gdb.java/Makefile.in: Likewise.
11045 * gdb.linespec/Makefile.in: Likewise.
11046 * gdb.mi/Makefile.in: Likewise.
11047 * gdb.modula2/Makefile.in: Likewise.
11048 * gdb.multi/Makefile.in: Likewise.
11049 * gdb.objc/Makefile.in: Likewise.
11050 * gdb.opencl/Makefile.in: Likewise.
11051 * gdb.opt/Makefile.in: Likewise.
11052 * gdb.pascal/Makefile.in: Likewise.
11053 * gdb.perf/Makefile.in: Likewise.
11054 * gdb.python/Makefile.in: Likewise.
11055 * gdb.reverse/Makefile.in: Likewise.
11056 * gdb.server/Makefile.in: Likewise.
11057 * gdb.stabs/Makefile.in: Likewise.
11058 * gdb.threads/Makefile.in: Likewise.
11059 * gdb.trace/Makefile.in: Likewise.
11060 * gdb.xml/Makefile.in: Likewise.
11061 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11062 GDB_PARALLEL.
11063 (standard_output_file): Remove check for GDB_PARALLEL, always
11064 return path in outputs/$subdir/$testname.
11065
11066 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11067
11068 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11069 (site.exp): Assign abs_srcdir to tcl's srcdir.
11070
11071 2016-02-04 Yao Qi <yao.qi@linaro.org>
11072
11073 * gdb.base/foll-exec-mode.c: Include limits.h.
11074 (main): Add parameters argc and argv. Get directory from
11075 argv[0].
11076 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11077 compilation.
11078 * gdb.base/foll-exec.c: Include limits.h.
11079 (main): Add parameters argc and argv.
11080 Get directory from argv[0].
11081 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11082 Adjust tests on the number of lines as source code changed.
11083 * gdb.base/foll-vfork-exit.c: Include limits.h.
11084 (main): Add one line of statement before vfork.
11085 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11086 (main): Add parameters argc and argv. Get directory from
11087 argv[0].
11088 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11089 (setup_gdb): Set tbreak to skip some source lines.
11090 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11091 (main): Add parameters argc and argv. Get directory from
11092 argv[0].
11093 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11094 compilation.
11095 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11096 (main): Add parameters argc and argv. Get directory from
11097 argv[0].
11098 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11099 compilation.
11100
11101 2016-02-01 Doug Evans <dje@google.com>
11102
11103 * gdb.base/skip.exp: Clean up multiple references to same test name.
11104
11105 2016-02-01 Pedro Alves <palves@redhat.com>
11106
11107 PR remote/19496
11108 * gdb.threads/forking-threads-plus-breakpoint.exp
11109 (displaced_stepping_supported): New global.
11110 (probe_displaced_stepping_support): New procedure.
11111 (do_test): Add 'displaced' parameter, and use it.
11112 (top level): Check for displaced stepping support. Add displaced
11113 stepping on/off testing axis.
11114
11115 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11116
11117 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11118 pointer. Don't perform further tests on the unassociated pointer
11119 if the first test fails.
11120
11121 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11122
11123 * gdb.base/max-value-size.c: New file.
11124 * gdb.base/max-value-size.exp: New file.
11125 * gdb.base/huge.exp: Disable max-value-size for this test.
11126
11127 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11128
11129 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11130
11131 2016-01-28 Yao Qi <yao.qi@linaro.org>
11132
11133 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11134
11135 2016-01-25 Pedro Alves <palves@redhat.com>
11136
11137 PR threads/19461
11138 * gdb.base/fork-running-state.c: New file.
11139 * gdb.base/fork-running-state.exp: New file.
11140
11141 2016-01-25 Pedro Alves <palves@redhat.com>
11142
11143 PR gdb/19494
11144 * gdb.base/catch-fork-kill.c: New file.
11145 * gdb.base/catch-fork-kill.exp: New file.
11146
11147 2016-01-25 Pedro Alves <palves@redhat.com>
11148
11149 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11150 Delete, moved to lib/gdb.exp.
11151 * gdb.threads/forking-threads-plus-breakpoint.exp
11152 (foreach_with_prefix): Likewise.
11153 * gdb.threads/process-dies-while-handling-bp.exp
11154 (foreach_with_prefix): Likewise.
11155 * lib/gdb.exp (foreach_with_prefix): New procedure.
11156
11157 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11158
11159 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11160 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11161
11162 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11163
11164 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11165 endian targets.
11166
11167 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11168 Pedro Alves <palves@redhat.com>
11169
11170 Fix testsuite compatibility with Guile.
11171 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11172 number.
11173
11174 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11175
11176 Fix testsuite compatibility with Guile.
11177 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11178 (thread 1): New test for backtrace through signal handler.
11179
11180 2016-01-22 Yao Qi <yao.qi@linaro.org>
11181
11182 PR testsuite/19491
11183 * gdb.base/multi-forks.c: Include
11184 ../lib/unbuffer_output.c
11185 (main): Call gdb_unbuffer_output.
11186
11187 2016-01-21 Doug Evans <dje@google.com>
11188
11189 * lib/ada.exp (gdb_compile_ada): Fix typo.
11190
11191 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11192
11193 * gdb.base/break-fun-addr.exp: New file.
11194 * gdb.base/break-fun-addr1.c: New file.
11195 * gdb.base/break-fun-addr2.c: New file.
11196
11197 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11198
11199 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11200 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11201 enum flag values.
11202
11203 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11204
11205 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11206 when GDB can not set the vector return value. Add more comments
11207 for clarification.
11208
11209 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11210
11211 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11212 command.
11213
11214 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11215
11216 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11217
11218 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11219
11220 * Makefile.in (check-single): Pass --status to runtest.
11221 (check/%.exp): Likewise.
11222
11223 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11224
11225 * Makefile.in (check-parallel): Propagate return code from make
11226 do-check-parallel.
11227
11228 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11229
11230 * gdb.trace/ftrace.exp: Fix expected message on continue.
11231 * gdb.trace/pending.exp: Fix expected message on continue.
11232 * gdb.trace/trace-break.exp: Fix expected message on continue.
11233
11234 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11235
11236 * lib/gdb.exp (gdb_test): Remove unused global references.
11237
11238 2016-01-18 Pedro Alves <palves@redhat.com>
11239
11240 * gdb.base/async-shell.exp: Adjust expected output.
11241 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11242 * gdb.base/siginfo-thread.exp: Adjust expected output.
11243 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11244 * gdb.java/jnpe.exp: Adjust expected output.
11245 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11246 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11247 * gdb.threads/leader-exit.exp: Adjust expected output.
11248 * gdb.threads/manythreads.exp: Adjust expected output.
11249 * gdb.threads/pthreads.exp: Adjust expected output.
11250 * gdb.threads/schedlock.exp: Adjust expected output.
11251 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11252 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11253 expected output.
11254 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11255 output.
11256 * gdb.threads/sigthread.exp: Adjust expected output.
11257 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11258
11259 2016-01-18 Yao Qi <yao.qi@linaro.org>
11260
11261 * gdb.guile/scm-section-script.c: Replace @progbits with
11262 %progbits.
11263 * gdb.python/py-section-script.c: Likewise.
11264
11265 2016-01-15 Pedro Alves <palves@redhat.com>
11266
11267 * gdb.multi/tids.exp: Test star wildcard ranges.
11268
11269 2016-01-15 Pedro Alves <palves@redhat.com>
11270
11271 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11272 command from "thread apply" invocation.
11273 (thr_apply_info_thr_invalid): Default the expected output to the
11274 input tid list.
11275 (top level): Add tests that use convenience variables. Add tests
11276 for "thread apply" with a valid TID list, but missing the command.
11277
11278 2016-01-13 Pedro Alves <palves@redhat.com>
11279
11280 * gdb.base/default.exp: Expect $_gthread as well.
11281 * gdb.multi/tids.exp: Test $_gthread.
11282 * gdb.threads/thread-specific.exp: Test $_gthread.
11283
11284 2016-01-13 Pedro Alves <palves@redhat.com>
11285
11286 * gdb.multi/tids.exp: Test "info threads -gid".
11287
11288 2016-01-13 Pedro Alves <palves@redhat.com>
11289
11290 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11291 Breakpoint.thread.
11292 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11293
11294 2016-01-07 Pedro Alves <palves@redhat.com>
11295
11296 * gdb.base/break.exp: Adjust to output changes.
11297 * gdb.base/hbreak2.exp: Likewise.
11298 * gdb.base/sepdebug.exp: Likewise.
11299 * gdb.base/watch_thread_num.exp: Likewise.
11300 * gdb.linespec/keywords.exp: Likewise.
11301 * gdb.multi/info-threads.exp: Likewise.
11302 * gdb.threads/thread-find.exp: Likewise.
11303 * gdb.multi/tids.c: New file.
11304 * gdb.multi/tids.exp: New file.
11305
11306 2016-01-13 Pedro Alves <palves@redhat.com>
11307
11308 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11309
11310 2016-01-13 Pedro Alves <palves@redhat.com>
11311
11312 * gdb.base/default.exp: Expect $_inferior as well.
11313 * gdb.multi/base.exp: Test $_inferior.
11314
11315 2016-01-13 Pedro Alves <palves@redhat.com>
11316
11317 PR breakpoints/19388
11318 * gdb.base/catch-signal-siginfo-cond.c: New file.
11319 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11320
11321 2016-01-12 Josh Stone <jistone@redhat.com>
11322 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11323
11324 * gdb.base/catch-syscall.c (do_execve): New variable.
11325 (main): Conditionally trigger an execve.
11326 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11327 (test_catch_syscall_execve): New, check entry/return across execve.
11328 (do_syscall_tests): Call test_catch_syscall_execve.
11329
11330 2016-01-12 Pedro Alves <palves@redhat.com>
11331
11332 * gdb.base/random-signal.exp (do_test): New procedure, with body
11333 of testcase moved in.
11334
11335 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11336 Pedro Alves <palves@redhat.com>
11337
11338 * gdb.base/funcargs.exp (finish from indirectly called function):
11339 Reintroduce the case for 'First'.
11340
11341 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11342 Pedro Alves <palves@redhat.com>
11343
11344 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11345 (tcatch_vfork_then_child_follow_exec)
11346 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11347 identification.
11348
11349 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11350
11351 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11352 and repeats to unlimited.
11353 * gdb.python/py-value.exp: Likewise.
11354 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11355 and repeats to unlimited.
11356
11357 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11358
11359 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11360 and reordering the functions.
11361 * gdb.multi/hangout.c: Likewise.
11362 * gdb.multi/hello.c: Likewise.
11363
11364 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11365
11366 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11367 absolute.
11368 (SingleStatisticTestResult.report): Use dict.keys instead of
11369 dict.iterkeys.
11370
11371 2016-01-06 Pedro Alves <palves@redhat.com>
11372
11373 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11374
11375 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11376
11377 * gdb.btrace/dlopen.exp: New.
11378 * gdb.btrace/dlopen.c: New.
11379 * gdb.btrace/dlopen-dso.c: New.
11380
11381 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11382
11383 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11384 PATTERN argument is optional.
11385
11386 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11387
11388 * lib/ada.exp (target_compile_ada_from_dir): New function.
11389 (gdb_compile_ada): Reimplement avoiding the use of project files.
11390 * gdb.ada/gnat_ada.gpr: Delete.
11391 * gdb.ada/cond_lang.exp: Adjust test to make path before
11392 filename optional.
11393 * gdb.ada/small_reg_param.exp: Likewise.
11394
11395 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11396
11397 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11398
11399 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11400
11401 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11402 case.
11403
11404 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11405
11406 * gdb.base/break.exp: Remove dead code.
11407 * gdb.base/sepdebug.exp: Likewise.
11408
11409 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11410
11411 * gdb.asm/asm-source.exp: Remove HP-UX references.
11412 * gdb.base/annota1.exp: Likewise.
11413 * gdb.base/annota3.exp: Likewise.
11414 * gdb.base/attach.exp: Likewise.
11415 * gdb.base/bigcore.exp: Likewise.
11416 * gdb.base/break.exp: Likewise.
11417 * gdb.base/call-ar-st.exp: Likewise.
11418 * gdb.base/callfuncs.exp: Likewise.
11419 * gdb.base/catch-fork-static.exp: Likewise.
11420 * gdb.base/display.exp: Likewise.
11421 * gdb.base/foll-exec-mode.exp: Likewise.
11422 * gdb.base/foll-exec.exp: Likewise.
11423 * gdb.base/foll-fork.exp: Likewise.
11424 * gdb.base/foll-vfork.exp: Likewise.
11425 * gdb.base/funcargs.exp: Likewise.
11426 * gdb.base/hbreak2.exp: Likewise.
11427 * gdb.base/inferior-died.exp: Likewise.
11428 * gdb.base/interrupt.exp: Likewise.
11429 * gdb.base/multi-forks.exp: Likewise.
11430 * gdb.base/nodebug.exp: Likewise.
11431 * gdb.base/sepdebug.exp: Likewise.
11432 * gdb.base/solib1.c: Likewise.
11433 * gdb.base/step-test.exp: Likewise.
11434 * gdb.mi/non-stop.c: Likewise.
11435 * gdb.mi/pthreads.c: Likewise.
11436 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11437 * gdb.threads/pthreads.c: Likewise.
11438 * gdb.threads/staticthreads.exp: Likewise.
11439 * lib/future.exp: Likewise.
11440 * lib/gdb.exp: Likewise.
11441 * gdb.base/so-indr-cl.c: Remove.
11442 * gdb.base/so-indr-cl.exp: Likewise.
11443 * gdb.base/solib.c: Likewise.
11444 * gdb.base/solib.exp: Likewise.
11445 * gdb.base/solib2.c: Likewise.
11446
11447 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11448
11449 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11450 * gdb.base/call-ar-st.exp: Likewise.
11451 * gdb.base/callfuncs.exp: Likewise.
11452 * gdb.base/condbreak.exp: Likewise.
11453 * gdb.base/constvars.exp: Likewise.
11454 * gdb.base/hbreak2.exp: Likewise.
11455 * gdb.base/langs.exp: Likewise.
11456 * gdb.base/list.exp: Likewise.
11457 * gdb.base/long_long.exp: Likewise.
11458 * gdb.base/ptype.exp: Likewise.
11459 * gdb.base/scope.exp: Likewise.
11460 * gdb.base/signals.exp: Likewise.
11461 * gdb.base/so-impl-ld.exp: Likewise.
11462 * gdb.base/varargs.exp: Likewise.
11463 * gdb.base/volatile.exp: Likewise.
11464 * gdb.base/whatis.exp: Likewise.
11465 * gdb.cp/cplusfuncs.exp: Likewise.
11466 * gdb.cp/inherit.exp: Likewise.
11467 * gdb.cp/local.exp: Likewise.
11468 * gdb.cp/member-ptr.exp: Likewise.
11469 * gdb.cp/method.exp: Likewise.
11470 * gdb.cp/overload.exp: Likewise.
11471 * gdb.cp/templates.exp: Likewise.
11472 * gdb.stabs/weird.exp: Likewise.
11473 * lib/compiler.c: Likewise.
11474 * lib/compiler.cc: Likewise.
11475 * lib/cp-support.exp: Likewise.
11476 * lib/gdb.exp: Likewise.
11477
11478 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11479
11480 * configure.ac: Remove HP-UX case.
11481 * configure: Regenerate.
11482
11483 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11484
11485 * lib/gdb.exp (gdb_compile): Add function doc.
11486
11487 2015-12-17 Pedro Alves <palves@redhat.com>
11488
11489 PR threads/19354
11490 * gdb.multi/info-threads.exp: New file.
11491
11492 2015-12-15 Yao Qi <yao.qi@linaro.org>
11493
11494 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11495 is aarch64*-*-*.
11496
11497 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11498
11499 * gdb.base/history-duplicates.exp: Skip if no readline support.
11500
11501 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11502
11503 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11504
11505 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11506
11507 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11508
11509 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11510
11511 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11512 ctrl-C if nointerrupts target property is set.
11513 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11514 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11515 * gdb.base/paginate-bg-execution.exp: Likewise.
11516 * gdb.base/paginate-execution-startup.exp: Likewise.
11517 * gdb.base/random-signal.exp: Likewise.
11518 * gdb.base/range-stepping.exp: Likewise.
11519 * gdb.cp/annota2.exp: Likewise.
11520 * gdb.cp/annota3.exp: Likewise.
11521 * gdb.gdb/selftest.exp: Likewise.
11522 * gdb.threads/continue-pending-status.exp: Likewise.
11523 * gdb.threads/leader-exit.exp: Likewise.
11524 * gdb.threads/manythreads.exp: Likewise.
11525 * gdb.threads/pthreads.exp: Likewise.
11526 * gdb.threads/schedlock.exp: Likewise.
11527 * gdb.threads/sigthread.exp: Likewise.
11528
11529 2015-12-11 Don Breazeal <donb@codesourcery.com>
11530
11531 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11532 remote.
11533 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11534 * gdb.base/foll-exec.exp (main): Enable for target remote.
11535 * gdb.base/foll-fork.exp (main): Likewise.
11536 * gdb.base/foll-vfork.exp (main): Likewise.
11537 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11538 (proc continue_to_exit_bp_loc): Use clean_restart.
11539 * gdb.base/pie-execl.exp (main): Disable for target remote.
11540 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11541 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11542 * gdb.threads/execl.exp (main): Likewise.
11543 * gdb.threads/fork-child-threads.exp (main): Likewise.
11544 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11545 remote.
11546 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11547 remote.
11548 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11549 pid.tid style ptids, instead of just tid.
11550 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11551 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11552 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11553 ptids, instead of just tid.
11554
11555 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11556
11557 * gdb.base/list.exp (test_list_forward): Add end of file error
11558 test.
11559 (test_repeat_list_command): Add end of file error test.
11560 (test_list_backwards): Add beginning of file error test.
11561
11562 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11563
11564 * gdb.base/list.exp (test_list_invalid_args): New function,
11565 defined, and called.
11566
11567 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11568
11569 * gdb.base/list.exp (test_list): Make test names unique.
11570
11571 2015-12-11 Yao Qi <yao.qi@linaro.org>
11572
11573 * gdb.base/coremaker2.c: Remove.
11574
11575 2015-12-10 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.multi/base.exp: Remove stale "spaces" references.
11578
11579 2015-12-10 Pedro Alves <palves@redhat.com>
11580
11581 * gdb.multi/base.exp: Don't use nowarnings.
11582 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11583 * gdb.multi/hangout.c: Include stdio.h.
11584 * gdb.multi/hello.c: Include stdlib.h.
11585 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11586 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11587 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11588
11589 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11590
11591 * gdb.dwarf2/dw2-ranges-base.c: New file.
11592 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11593 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11594 support additional line table, and debug ranges generation.
11595 (Dwarf::ranges): New function, generate .debug_ranges.
11596 (Dwarf::lines): Support generating simple line table programs.
11597 (Dwarf::assemble): Initialise new namespace variables.
11598
11599 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11600
11601 * gdb.base/async.exp (proc test_background): Add case for
11602 asynchronous execution not supported.
11603
11604 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11605
11606 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11607 format and change test names to make them unique.
11608
11609 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11610 Pedro Alves <pedro@redhat.com>
11611
11612 PR gdb/18702
11613 Add checking of floatformats setup on x86_64 hosts.
11614 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11615 (smallval, bigval): New labels/constants.
11616 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11617 float" after loading bigval and smallval.
11618
11619 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11620
11621 * gdb.ada/fun_overload_menu.exp: New testcase.
11622 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11623
11624 2015-12-04 Josh Stone <jistone@redhat.com>
11625
11626 * gdb.base/catch-fork-static.exp: New.
11627
11628 2015-12-03 Yao Qi <yao.qi@linaro.org>
11629
11630 * gdb.base/sizeof.c: Don't include stdio.h and
11631 ../lib/unbuffer_output.c.
11632 (main): New variable 'size' and 'value'. Remove printf and
11633 gdb_unbuffer_output. Assign return value to size and value.
11634 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11635 at the beginning.
11636 (check_sizeof): Check the result by printing variable 'size'.
11637 (check_valueof): Check the result by printing variable 'value'.
11638
11639 2015-12-01 Yao Qi <yao.qi@linaro.org>
11640
11641 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11642 for aarch64*-*-linux* target.
11643
11644 2015-11-30 Pedro Alves <palves@redhat.com>
11645
11646 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11647
11648 2015-11-30 Pedro Alves <palves@redhat.com>
11649
11650 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11651 Handle non-stop mode vCont replies.
11652
11653 2015-11-30 Pedro Alves <palves@redhat.com>
11654
11655 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11656 prepare_for_testing. Start gdb with "set non-stop on" appended to
11657 GDBFLAGS. Lax expected stop output.
11658
11659 2015-11-27 Yao Qi <yao.qi@linaro.org>
11660
11661 * gdb.arch/arm-neon.exp: New.
11662 * gdb.arch/arm-neon.c: New.
11663
11664 2015-11-27 Yao Qi <yao.qi@linaro.org>
11665
11666 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11667
11668 2015-11-27 Yao Qi <yao.qi@linaro.org>
11669
11670 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11671 frames-invalid annotation.
11672
11673 2015-11-27 Yao Qi <yao.qi@linaro.org>
11674
11675 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11676
11677 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11678
11679 * gdb.threads/names.exp: New file.
11680 * gdb.threads/names.c: New file.
11681 * README: Mention gdb,no_thread_names.
11682
11683 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11684
11685 PR 19297
11686 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11687 support" error.
11688
11689 2015-11-24 Pedro Alves <palves@redhat.com>
11690
11691 PR 17539
11692 * gdb.base/display.exp: Expect displays to be sorted in ascending
11693 order. Use multi_line.
11694 * gdb.base/solib-display.exp: Likewise.
11695
11696 2015-11-24 Pedro Alves <palves@redhat.com>
11697
11698 PR 17539
11699 * gdb.base/display.exp: Expect displays to be sorted in ascending
11700 order. Use multi_line.
11701 * gdb.base/solib-display.exp: Likewise.
11702
11703 2015-11-24 Pedro Alves <palves@redhat.com>
11704
11705 PR 17539
11706 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11707 threads in ascending order.
11708 * gdb.base/foll-fork.exp: Likewise.
11709 * gdb.base/foll-vfork.exp: Likewise.
11710 * gdb.base/multi-forks.exp: Likewise.
11711 * gdb.mi/mi-nonstop.exp: Likewise.
11712 * gdb.mi/mi-nsintrall.exp: Likewise.
11713 * gdb.multi/base.exp: Likewise.
11714 * gdb.multi/multi-arch.exp: Likewise.
11715 * gdb.python/py-inferior.exp: Likewise.
11716 * gdb.threads/break-while-running.exp: Likewise.
11717 * gdb.threads/execl.exp: Likewise.
11718 * gdb.threads/gcore-thread.exp: Likewise.
11719 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11720 * gdb.threads/kill.exp: Likewise.
11721 * gdb.threads/linux-dp.exp: Likewise.
11722 * gdb.threads/multiple-step-overs.exp: Likewise.
11723 * gdb.threads/next-bp-other-thread.exp: Likewise.
11724 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11725 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11726 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11727 * gdb.threads/thread-find.exp: Likewise.
11728 * gdb.threads/tls.exp: Likewise.
11729 * lib/mi-support.exp (mi_reverse_list): Delete.
11730 (mi_check_thread_states): No longer reverse list.
11731
11732 2015-11-24 Pedro Alves <palves@redhat.com>
11733
11734 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11735 use lowercase.
11736
11737 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11738
11739 * gdb.trace/actions.c: Include trace-common.h.
11740 (main): Add a location for a fast tracepoint.
11741 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11742 the normal tracepoints.
11743 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11744
11745 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11746
11747 * save-trace.exp: Factor out code to these...
11748 (gdb_save_tracepoints): New.
11749 (gdb_load_tracepoints): New.
11750 (do_save_load_test): New.
11751
11752 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11753
11754 * gdb.base/asmlabel.exp: New test.
11755 * gdb.base/asmlabel.c: New test case.
11756
11757 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11758
11759 * gdb.base/wrong_frame_bt_full-main.c: New file.
11760 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11761 * gdb.base/wrong_frame_bt_full.exp: New file.
11762
11763 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11764
11765 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11766
11767 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11768
11769 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11770 pstate register when comparing registers values in
11771 sparc64-*-linux-gnu targets to avoid spurious differences.
11772
11773 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11774
11775 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11776
11777 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11778
11779 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11780 as type argument to gdb_compile.
11781 * gdb.base/nested-subp2.exp: Likewise.
11782 * gdb.base/nested-subp3.exp: Likewise.
11783
11784 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11785
11786 * lib/dwarf.exp (_note): Fix left shift of negative value.
11787 * gdb.trace/trace-condition.exp: Likewise.
11788
11789 2015-11-13 Yao Qi <yao.qi@linaro.org>
11790
11791 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11792 comments about d10v.
11793 (test_scalar_returns): Likewise.
11794 * gdb.base/d10v.ld: Remove.
11795 * gdb.base/overlays.exp: Remove the target triplet checking for
11796 d10v-*-*.
11797 * gdb.base/structs.exp (test_struct_returns): Remove the
11798 comments about d10v.
11799 (test_struct_calls): Likewise.
11800
11801 2015-11-13 Yao Qi <yao.qi@linaro.org>
11802
11803 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11804 * gdb.base/gnu_vector.c: Don't include stdio.h.
11805 (main): Don't print res and call add_some_intvecs.
11806
11807 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11808
11809 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11810 macro.
11811 (func5): Removed.
11812 (func4): Use FAST_TRACEPOINT_LABEL.
11813 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11814 macro.
11815 (func): Removed.
11816 (thread_function): Use FAST_TRACEPOINT_LABEL.
11817 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11818 (func): Remove.
11819 (marker): Use FAST_TRACEPOINT_LABEL.
11820 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11821 (pendfunc1): Remove.
11822 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11823 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11824 (foo): Remove.
11825 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11826 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11827 macro.
11828 (func): Remove.
11829 (marker): Use FAST_TRACEPOINT_LABEL.
11830 * gdb.trace/trace-common.h: New header.
11831 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11832 macro.
11833 (func): Remove.
11834 (marker): Use FAST_TRACEPOINT_LABEL.
11835 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11836 (func): Remove.
11837 (thread_function): Use FAST_TRACEPOINT_LABEL.
11838
11839 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11840
11841 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11842 in front.
11843 * gdb.trace/change-loc.exp: Use global pcreg definition.
11844 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11845 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11846 in front.
11847 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11848 * gdb.trace/pending.exp: Likewise.
11849 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11850 * gdb.trace/trace-break.exp: Likewise.
11851 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11852 in front.
11853 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11854 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11855 in front.
11856 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11857
11858 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11859
11860 * gdb.ada/fin_fun_out: New testcase.
11861
11862 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11863
11864 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11865 value associated with DW_AT_byte_size.
11866 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11867 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11868 DW_AT_upper_bound.
11869
11870 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11871
11872 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11873 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11874 version.
11875 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11876 gdb.dwarf2/dw2-canonicalize-type.exp,
11877 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11878 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11879 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11880 provided by gdb_target_symbol_prefix_flags_asm.
11881 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11882 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11883 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11884 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11885 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11886 macros where needed). Use this macro for symbols which require
11887 the prefix provided by SYMBOL_PREFIX.
11888
11889 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11890
11891 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11892 New procs.
11893 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11894 representing expressions, of more than one list element.
11895 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11896 to prepend linker symbol prefix to f.
11897 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11898 table_1 and table_2.
11899 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11900 Likewise, for f and g.
11901 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11902 for ptr.
11903 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11904 for main.
11905 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11906 table_1_ptr and table_2_ptr.
11907
11908 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11909 Joel Brobecker <brobecker@adacore.com>
11910
11911 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11912
11913 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11914
11915 * gdb.reverse/s390-mvcle.c: New test.
11916 * gdb.reverse/s390-mvcle.exp: New file.
11917 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11918
11919 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11920
11921 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11922
11923 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11924
11925 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11926 reaching marker2.
11927 * gdb.reverse/getresuid-reverse.exp: Likewise.
11928 * gdb.reverse/pipe-reverse.exp: Likewise.
11929 * gdb.reverse/readv-reverse.exp: Likewise.
11930 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11931 * gdb.reverse/time-reverse.exp: Likewise.
11932 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11933
11934 2015-10-30 Yao Qi <yao.qi@linaro.org>
11935
11936 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11937 (empty_cycle): Remove.
11938 (main): Don't call empty_cycle. Don't use watch_count_done.
11939 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11940 empty_cycle. Rewrite the code counting HW watchpoints.
11941
11942 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11943
11944 * gdb.reverse/fstatat-reverse.c: New test.
11945 * gdb.reverse/fstatat-reverse.exp: New file.
11946 * gdb.reverse/getresuid-reverse.c: New test.
11947 * gdb.reverse/getresuid-reverse.exp: New file.
11948 * gdb.reverse/pipe-reverse.c: New test.
11949 * gdb.reverse/pipe-reverse.exp: New file.
11950 * gdb.reverse/readv-reverse.c: New test.
11951 * gdb.reverse/readv-reverse.exp: New file.
11952 * gdb.reverse/recvmsg-reverse.c: New test.
11953 * gdb.reverse/recvmsg-reverse.exp: New file.
11954 * gdb.reverse/time-reverse.c: New test.
11955 * gdb.reverse/time-reverse.exp: New file.
11956 * gdb.reverse/waitpid-reverse.c: New test.
11957 * gdb.reverse/waitpid-reverse.exp: New file.
11958
11959 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11960
11961 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11962
11963 2015-10-26 Doug Evans <dje@google.com>
11964
11965 PR symtab/17391
11966 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11967 * gdb.dwarf2/bad-regnum.c: New file.
11968 * gdb.dwarf2/bad-regnum.exp: New file.
11969
11970 2015-10-26 Doug Evans <dje@google.com>
11971
11972 PR python/18938
11973 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11974 file.
11975
11976 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11977
11978 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11979 for a change by "Mention language in compile error message".
11980
11981 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11982
11983 PR python/18073
11984 * gdb.python/py-type.c (C::a_method): New.
11985 (C::a_const_method): New.
11986 (C::a_static_method): New.
11987 (a_function): New.
11988 * gdb.python/py-type.exp (test_fields): Test getting fields
11989 from function and method.
11990
11991 2015-10-21 Keven Boell <keven.boell@intel.com>
11992
11993 * gdb.fortran/vla-alloc-assoc.exp: New file.
11994 * gdb.fortran/vla-datatypes.exp: New file.
11995 * gdb.fortran/vla-datatypes.f90: New file.
11996 * gdb.fortran/vla-history.exp: New file.
11997 * gdb.fortran/vla-ptype-sub.exp: New file.
11998 * gdb.fortran/vla-ptype.exp: New file.
11999 * gdb.fortran/vla-sizeof.exp: New file.
12000 * gdb.fortran/vla-sub.f90: New file.
12001 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12002 * gdb.fortran/vla-value-sub-finish.exp: New file.
12003 * gdb.fortran/vla-value-sub.exp: New file.
12004 * gdb.fortran/vla-value.exp: New file.
12005 * gdb.fortran/vla-ptr-info.exp: New file.
12006 * gdb.mi/mi-vla-fortran.exp: New file.
12007 * gdb.mi/vla.f90: New file.
12008
12009 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12010
12011 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12012 of hardwired timeout value.
12013
12014 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12015 Pedro Alves <palves@redhat.com>
12016
12017 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12018 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12019
12020 2015-10-19 Josh Stone <jistone@redhat.com>
12021
12022 * gdb.base/catch-syscall.c: Include <sched.h>.
12023 (unknown_syscall): New variable.
12024 (main): Trigger a vfork and an unknown syscall.
12025 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12026 (unknown_syscall_number): Likewise.
12027 (check_call_to_syscall): Accept an optional syscall pattern.
12028 (check_return_from_syscall): Likewise.
12029 (check_continue): Likewise.
12030 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12031 (test_catch_syscall_skipping_return): New test toggling off 'catch
12032 syscall' to step over the syscall return, then toggling back on.
12033 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12034 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12035 (do_syscall_tests): Call test_catch_syscall_without_args and
12036 test_catch_syscall_mid_vfork.
12037 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12038 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12039
12040 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12041
12042 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12043 print g_vE): Add new pass patterns.
12044 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12045 print various symbol names for vptr fields.
12046
12047 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12048
12049 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12050 results.
12051
12052 2015-10-12 Yao Qi <yao.qi@linaro.org>
12053
12054 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12055
12056 2015-10-12 Yao Qi <yao.qi@linaro.org>
12057
12058 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12059 is aarch64*-*-linux*.
12060
12061 2015-10-12 Yao Qi <yao.qi@linaro.org>
12062
12063 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12064 (can_relocate_bcond_true): ... it.
12065 (can_relocate_bcond_false): New function.
12066 (foo): Likewise.
12067 (can_relocate_bl): Likewise.
12068 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12069 can_relocate_bl.
12070
12071 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12072
12073 * gdb.base/nested-addr.c: New file.
12074 * gdb.base/nested-addr.exp: New testcase.
12075
12076 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12077
12078 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12079 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12080 its output. Ignore the output of "record goto begin" and instead
12081 check that GDB is replaying.
12082
12083 2015-10-09 Pedro Alves <palves@redhat.com>
12084
12085 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12086 (top level): Use it in the run with no args test.
12087
12088 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12089
12090 * gdb.dlang/properties.exp: New file.
12091
12092 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12093
12094 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12095 whether or not address 0x1000 is mapped on the target.
12096
12097 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12098
12099 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12100 build.
12101
12102 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12103
12104 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12105 instruction-history test.
12106
12107 2015-09-28 Doug Evans <dje@google.com>
12108
12109 * gdb.base/gcore.c (array_func): Add reference to static_array.
12110
12111 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12112
12113 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12114 source line.
12115
12116 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12117
12118 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12119 short or char as base type.
12120
12121 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12122
12123 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12124 to allow any size enum.
12125
12126 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12127
12128 * gdb.ada/array_ptr_renaming.exp: New testcase.
12129 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12130 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12131
12132 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12133
12134 * gdb.trace/ftrace-lock.c: New file.
12135 * gdb.trace/ftrace-lock.exp: New file.
12136
12137 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12138
12139 * gdb.arch/insn-reloc.c: New file.
12140 * gdb.arch/ftrace-insn-reloc.exp: New file.
12141
12142 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12143
12144 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12145 instruction.
12146 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12147 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12148 * gdb.trace/range-stepping.c: Likewise.
12149 * gdb.trace/trace-break.c: Likewise.
12150 * gdb.trace/trace-mt.c (thread_function): Likewise.
12151 * gdb.trace/ftrace.c (marker): Likewise.
12152 * gdb.trace/trace-condition.c (marker): Likewise.
12153 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12154 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12155 is_aarch64_target.
12156
12157 2015-09-18 Doug Evans <xdje42@gmail.com>
12158
12159 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12160 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12161
12162 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12163
12164 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12165 the breakpoint.
12166
12167 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12168
12169 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12170 the pending breakpoint. Remove timeout override for "Run till
12171 MI pending breakpoint on pendfunc3 on thread 2" test.
12172
12173 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12174
12175 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12176 filename pattern.
12177
12178 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12179
12180 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12181 in breakpoint filename pattern.
12182
12183 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12184
12185 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12186
12187 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12188
12189 * gdb.linespec/explicit.exp: Check for readline support for
12190 tab-completion tests. Fix obvious typo.
12191
12192 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12193
12194 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12195 and replay.
12196
12197 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12198
12199 * gdb.btrace/non-stop.c: New.
12200 * gdb.btrace/non-stop.exp: New.
12201
12202 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12203 Yao Qi <yao.qi@linaro.org>
12204
12205 * gdb.trace/trace-condition.c: New file.
12206 * gdb.trace/trace-condition.exp: New file.
12207
12208 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12209
12210 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12211 for testing bytecode compilation.
12212
12213 2015-09-16 Pedro Alves <palves@redhat.com>
12214 Sandra Loosemore <sandra@codesourcery.com>
12215
12216 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12217 (SECONDS): Redefine.
12218 (main): Call pthread_kill and alarm early.
12219 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12220 support.
12221 (test): If the target can't hardware step and doesn't support
12222 displaced stepping, increase the timeout.
12223
12224 2015-09-16 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12227 (enable_debug): New procedures.
12228 (test): Use them. Bail out if waiting for threads fails.
12229 (top level): Bail out if a test fails.
12230
12231 2015-09-16 Yao Qi <yao.qi@linaro.org>
12232
12233 * gdb.asm/asm-source.exp: Set asm-arch for
12234 aarch64*-*-* target.
12235 * gdb.asm/aarch64.inc: New file.
12236
12237 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12238
12239 * gdb.ada/array_of_variable_length.exp: New testcase.
12240 * gdb.ada/array_of_variable_length/foo.adb: New file.
12241 * gdb.ada/array_of_variable_length/pck.adb: New file.
12242 * gdb.ada/array_of_variable_length/pck.ads: New file.
12243
12244 2015-09-15 Doug Evans <dje@google.com>
12245
12246 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12247 of function static local variable.
12248
12249 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12250
12251 * gdb.threads/tls-so_extern.exp: New test file.
12252 * gdb.threads/tls-so_extern.c: New test file.
12253 * gdb.threads/tls-so_extern_main.c: New test file.
12254
12255 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12256
12257 * gdb.opt/solib-intra-step-lib.c: New file.
12258 * gdb.opt/solib-intra-step-main.c: New file.
12259 * gdb.opt/solib-intra-step.exp: New file.
12260
12261 2015-09-15 Pedro Alves <palves@redhat.com>
12262
12263 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12264 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12265
12266 2015-09-14 Pedro Alves <palves@redhat.com>
12267
12268 * gdb.base/hook-stop-continue.c: Delete.
12269 * gdb.base/hook-stop-continue.exp: Delete.
12270 * gdb.base/hook-stop-frame.c: Delete.
12271 * gdb.base/hook-stop-frame.exp: Delete.
12272 * gdb.base/hook-stop.c: New file.
12273 * gdb.base/hook-stop.exp: New file.
12274
12275 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12276
12277 * gdb.ada/access_to_packed_array.exp: New testcase.
12278 * gdb.ada/access_to_packed_array/foo.adb: New file.
12279 * gdb.ada/access_to_packed_array/pack.adb: New file.
12280 * gdb.ada/access_to_packed_array/pack.ads: New file.
12281
12282 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12283
12284 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12285 buffer size test.
12286
12287 2015-09-11 Don Breazeal <donb@codesourcery.com>
12288
12289 * gdb.base/foll-exec.c: Add copyright header. Fix
12290 formatting issues.
12291 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12292 (do_exec_tests): Use clean_restart in place of zap_session,
12293 and for test initialization. Fix formatting issues. Use
12294 fail in place of perror.
12295 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12296 an expect statement to match an expression with output from
12297 the program under debug.
12298 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12299 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12300 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12301 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12302 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12303
12304 2015-09-09 Doug Evans <dje@google.com>
12305
12306 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12307
12308 2015-09-09 Doug Evans <dje@google.com>
12309
12310 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12311
12312 2015-09-09 Doug Evans <dje@google.com>
12313
12314 * gdb.base/savedregs.exp: Fix typo.
12315
12316 2015-09-09 Pedro Alves <palves@redhat.com>
12317
12318 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12319
12320 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12321
12322 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12323 command actually switches threads. Give up on remaining
12324 tests if target fails to stop at breakpoint.
12325
12326 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12327
12328 * gdb.ada/funcall_char.exp: New testcase.
12329 * gdb.ada/funcall_char/foo.adb: New file.
12330
12331 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12332
12333 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12334 expected outputs. Add two testcases for completing ambiguous
12335 functions.
12336 * gdb.ada/complete/aux_pck.adb: New file.
12337 * gdb.ada/complete/aux_pck.ads: New file.
12338 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12339 Ambiguous_Func functions.
12340 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12341 * gdb.ada/complete/pck.adb: Likewise.
12342
12343 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12344
12345 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12346 failures to run the test program under GDB.
12347
12348 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12349
12350 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12351 to C.
12352
12353 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12354
12355 * gdb.base/run-after-attach.exp: New test file.
12356 * gdb.base/run-after-attach.c: New test file.
12357
12358 2015-08-26 Don Breazeal <donb@codesourcery.com>
12359
12360 * gdb.base/foll-exec-2.c: New test program.
12361 * gdb.base/foll-exec-2.exp: New test.
12362
12363 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12364
12365 * gdb.base/nested-subp1.exp: New file.
12366 * gdb.base/nested-subp1.c: New file.
12367 * gdb.base/nested-subp2.exp: New file.
12368 * gdb.base/nested-subp2.c: New file.
12369 * gdb.base/nested-subp3.exp: New file.
12370 * gdb.base/nested-subp3.c: New file.
12371
12372 2015-08-24 Pedro Alves <palves@redhat.com>
12373
12374 * gdb.server/connect-without-multi-process.c: New file.
12375 * gdb.server/connect-without-multi-process.exp: New file.
12376
12377 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12378
12379 * gdb.opt/inline-markers.c: Make z int.
12380
12381 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12382
12383 * gdb.opt/inline-markers.c: Make z volatile.
12384
12385 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12386
12387 * gdb.opt/inline-bt.c: New volatile global z.
12388 * gdb.opt/inline-cmds.c: Likewise.
12389 * gdb.opt/inline-locals.c: Likewise.
12390 * gdb.opt/inline-markers.c: New extern global z.
12391 (marker): Use z.
12392 (inline_fn): Likewise.
12393
12394 2015-08-24 Pedro Alves <palves@redhat.com>
12395
12396 * config/m32r-stub.exp: Remove file.
12397 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12398 * gdb.base/call-rt-st.exp: Likewise.
12399 * gdb.base/call-strs.exp: Likewise.
12400 * gdb.base/default.exp: Remove references to h8300-*-hms and
12401 *-*-udi*.
12402 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12403
12404 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12405
12406 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12407 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12408 and "return" use KFAIL when GDB can not read/write the vector
12409 return value.
12410
12411 2015-08-21 Gary Benson <gbenson@redhat.com>
12412
12413 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12414
12415 2015-08-20 Pedro Alves <palves@redhat.com>
12416
12417 * gdb.server/solib-list.exp: No longer expect an interior stop in
12418 non-stop mode.
12419
12420 2015-08-20 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.server/connect-stopped-target.c: New file.
12423 * gdb.server/connect-stopped-target.exp: New file.
12424
12425 2015-08-20 Pedro Alves <palves@redhat.com>
12426
12427 * gdb.dwarf2/comp-unit-lang.exp: New file.
12428 * gdb.dwarf2/comp-unit-lang.c: New file.
12429
12430 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12431
12432 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12433 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12434
12435 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12436
12437 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12438 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12439
12440 2015-08-18 Doug Evans <dje@google.com>
12441 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12442
12443 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12444 skip_python_tests. New arg prompt_regexp.
12445 (skip_python_tests): New function.
12446 * lib/mi-support.exp (mi_skip_python_tests): New function.
12447 * gdb.python/py-mi-objfile-gdb.py: New file.
12448 * gdb.python/py-mi-objfile.c: New file.
12449 * gdb.python/py-mi-objfile.exp: New file.
12450
12451 2015-08-17 Keith Seitz <keiths@redhat.com>
12452
12453 * gdb.linespec/explicit.exp: Move strace test from here ...
12454 * gdb.trace/strace.exp: ... to here.
12455
12456 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12457
12458 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12459 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12460
12461 2015-08-14 Doug Evans <xdje42@gmail.com>
12462
12463 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12464 inferior before selecting a new file.
12465
12466 2015-08-14 Doug Evans <xdje42@gmail.com>
12467
12468 * gdb.mi/mi-disassemble.exp: Update.
12469 * gdb.base/disasm-optim.S: New file.
12470 * gdb.base/disasm-optim.c: New file.
12471 * gdb.base/disasm-optim.h: New file.
12472 * gdb.base/disasm-optim.exp: New file.
12473
12474 2015-08-14 Keith Seitz <keiths@redhat.com>
12475
12476 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12477 "evaluated-by".
12478
12479 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12480
12481 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12482
12483 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12484
12485 * gdb.ada/fun_renaming.exp: New testcase.
12486 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12487 * gdb.ada/fun_renaming/pack.adb: New file.
12488 * gdb.ada/fun_renaming/pack.ads: New file.
12489
12490 2015-08-12 Keith Seitz <keiths@redhat.com>
12491
12492 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12493 gdb_get_line_number.
12494
12495 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12496
12497 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12498 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12499 gdb.base/dso2dso.exp: New files.
12500
12501 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12502 Pedro Alves <palves@redhat.com>
12503 Keith Seitz <keiths@redhat.com>
12504
12505 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12506 GDBFLAGS.
12507
12508 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12509
12510 * gdb.base/gdbhistsize-history.exp
12511 (test_histsize_history_setting): Use save_vars.
12512 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12513 Use save_vars.
12514 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12515 * gdb.base/readline.exp: Use save_vars.
12516
12517 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12518
12519 * lib/gdb.exp (save_vars): New proc.
12520
12521 2015-08-11 Keith Seitz <keiths@redhat.com>
12522
12523 * gdb.base/help.exp: Update help_breakpoint_text.
12524
12525 2015-08-11 Keith Seitz <keiths@redhat.com>
12526
12527 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12528 (at toplevel): Call test_explicit_breakpoints.
12529 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12530 breakpoints.
12531 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12532 breakpoint conditions, "-cond".
12533
12534 2015-08-11 Keith Seitz <keiths@redhat.com>
12535
12536 * gdb.linespec/3explicit.c: New file.
12537 * gdb.linespec/cpexplicit.cc: New file.
12538 * gdb.linespec/cpexplicit.exp: New file.
12539 * gdb.linespec/explicit.c: New file.
12540 * gdb.linespec/explicit.exp: New file.
12541 * gdb.linespec/explicit2.c: New file.
12542 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12543 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12544 before using in the matching pattern.
12545 Clarify that `prefix' is a regular expression.
12546
12547 2015-08-11 Keith Seitz <keiths@redhat.com>
12548
12549 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12550 test.
12551 Add tests for missing ",FMT" and ",".
12552
12553 2015-08-10 Doug Evans <dje@google.com>
12554 Keith Seitz <keiths@redhat.com>
12555
12556 PR gdb/17960
12557 * gdb.base/completion.exp: Add location completer tests.
12558
12559 2015-08-07 Pedro Alves <palves@redhat.com>
12560
12561 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12562 tests here.
12563 (top level): Run do_test with and without displaced stepping.
12564
12565 2015-08-07 Pedro Alves <palves@redhat.com>
12566
12567 * gdb.base/valgrind-disp-step.c: New file.
12568 * gdb.base/valgrind-disp-step.exp: New file.
12569
12570 2015-08-07 Pedro Alves <palves@redhat.com>
12571
12572 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12573 Delete function.
12574 (main): Add alarm. Run an infinite loop instead of calling
12575 wait_threads.
12576 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12577 comment.
12578 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12579 Delete function.
12580 (main): Add alarm. Run an infinite loop instead of calling
12581 wait_threads.
12582 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12583 comment.
12584
12585 2015-08-07 Pedro Alves <palves@redhat.com>
12586
12587 * gdb.base/checkpoint-ns.exp: New file.
12588 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12589 standard_testfile.
12590
12591 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12592
12593 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12594 * gdb.btrace/instruction_history.exp: Update.
12595 * gdb.btrace/tsx.exp: New.
12596 * gdb.btrace/tsx.c: New.
12597
12598 2015-08-06 Pedro Alves <palves@redhat.com>
12599
12600 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12601 increase timeout.
12602 * gdb.reverse/until-precsave.exp: Bump timeouts.
12603
12604 2015-08-06 Pedro Alves <palves@redhat.com>
12605
12606 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12607
12608 2015-08-06 Pedro Alves <palves@redhat.com>
12609
12610 PR gdb/18749
12611 * gdb.threads/process-dies-while-handling-bp.c: New file.
12612 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12613
12614 2015-08-06 Pedro Alves <palves@redhat.com>
12615
12616 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12617 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12618
12619 2015-08-05 Pedro Alves <palves@redhat.com>
12620
12621 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12622 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12623
12624 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12625
12626 * gdb.base/bp-permanent.exp: Report test as unsupported if
12627 the target cannot stop at the permanent breakpoint.
12628
12629 2015-08-03 Doug Evans <dje@google.com>
12630
12631 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12632 10000.
12633
12634 2015-08-03 Doug Evans <dje@google.com>
12635
12636 * Makefile.in (workers/%.worker, build-perf): New rule.
12637 (GDB_PERFTEST_MODE): New variable.
12638 (check-perf): Use it.
12639 (clean): Clean up gdb.perf parallel build subdirs.
12640 * lib/build-piece.exp: New file.
12641 * lib/gdb.exp (make_gdb_parallel_path): New function
12642 (standard_output_file, standard_temp_file): Call it.
12643 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12644 of $GDB_PARALLEL.
12645 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12646
12647 2015-08-03 Doug Evans <dje@google.com>
12648
12649 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12650 (LOG_FILE_NAME): New global.
12651 (TextReporter.__init__): Initialize self.txt_sum.
12652 (TextReporter.report): Add support for multiple data-points.
12653 Move report to perftest.sum, put raw data in perftest.log.
12654 (TextReporter.start): Open sum and log files.
12655 (TextReporter.end): Close sum and log files.
12656 * gdb.perf/lib/perftest/testresult.py
12657 (SingleStatisticTestResult.record): Handle multiple data-points.
12658
12659 2015-07-31 Pedro Alves <palves@redhat.com>
12660
12661 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12662 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12663 kill_wait_spawned_process instead of explicit "kill -9".
12664 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12665 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12666 kill_wait_spawned_process.
12667 * gdb.base/attach-twice.exp: Likewise.
12668 * gdb.base/attach.exp: Likewise.
12669 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12670 gdb_test_multiple.
12671 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12672 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12673 kill_wait_spawned_process.
12674 * gdb.base/valgrind-infcall.exp: Likewise.
12675 * gdb.multi/multi-attach.exp: Likewise.
12676 * gdb.python/py-prompt.exp: Likewise.
12677 * gdb.python/py-sync-interp.exp: Likewise.
12678 * gdb.server/ext-attach.exp: Likewise.
12679 * gdb.threads/attach-into-signal.exp (corefunc): Use
12680 spawn_wait_for_attach, spawn_id_get_pid and
12681 kill_wait_spawned_process.
12682 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12683 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12684 spawn_id_get_pid and kill_wait_spawned_process.
12685 * gdb.threads/attach-stopped.exp (corefunc): Use
12686 spawn_wait_for_attach, spawn_id_get_pid and
12687 kill_wait_spawned_process.
12688 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12689 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12690 kill_wait_spawned_process instead of explicit "kill -9".
12691 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12692 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12693 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12694 processes. Don't map cygwin/windows pids here. Now returns a
12695 spawn id list.
12696
12697 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12698
12699 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12700 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12701 correct patch.
12702
12703 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12704
12705 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12706
12707 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12708
12709 Reapply:
12710 2014-05-21 Mark Wielaard <mjw@redhat.com>
12711
12712 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12713
12714 2015-07-30 Pedro Alves <palves@redhat.com>
12715
12716 * linux-low.c (handle_extended_wait): Set the child's last
12717 reported status to TARGET_WAITKIND_STOPPED.
12718
12719 2015-07-30 Pedro Alves <palves@redhat.com>
12720
12721 PR threads/18600
12722 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12723 only shows inferior 1.
12724
12725 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12726 Pedro Alves <palves@redhat.com>
12727
12728 PR threads/18600
12729 * gdb.threads/fork-plus-threads.c: New file.
12730 * gdb.threads/fork-plus-threads.exp: New file.
12731
12732 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12733
12734 * gdb.base/batch-preserve-term-settings.exp
12735 (test_terminal_settings_preserved_after_cli_exit): Use
12736 send_quit_command.
12737
12738 2015-07-29 Pedro Alves <palves@redhat.com>
12739 Don Breazeal <donb@codesourcery.com>
12740
12741 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12742 output from both inferior_spawn_id and gdb_spawn_id.
12743
12744 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12745
12746 * gdb.threads/attach-into-signal.exp (corefunc): Use
12747 with_test_prefix on nested loops, uniquefying the test messages.
12748
12749 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12750
12751 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12752 commit.
12753
12754 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12755
12756 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12757 New proc.
12758 (test_terminal_settings_preserved_after_sigterm): New test.
12759
12760 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12761
12762 * gdb.base/batch-preserve-term-settings.exp
12763 (test_terminal_settings_preserved_after_cli_exit): New test.
12764
12765 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12766
12767 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12768 manipulation of saved_gdbflags.
12769 (test_terminal_settings_preserved): Remove global declaration of
12770 the unused variable pagination_prompt. Remove manipulation of
12771 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12772 GDBFLAGS.
12773
12774 2015-07-29 Pedro Alves <palves@redhat.com>
12775
12776 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12777
12778 2015-07-29 Pedro Alves <palves@redhat.com>
12779
12780 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12781 at the top.
12782
12783 2015-07-29 Pedro Alves <palves@redhat.com>
12784
12785 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12786 (main): Call gdb_unbuffer_output.
12787 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12788 (main): Call gdb_unbuffer_output.
12789 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12790 (main): Call gdb_unbuffer_output.
12791 * gdb.base/call-strs.exp: Adjust to step over the
12792 gdb_unbuffer_output call.
12793 * gdb.base/catch-gdb-caused-signals.c: Include
12794 "../lib/unbuffer_output.c".
12795 (main): Call gdb_unbuffer_output.
12796 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12797 (main): Call gdb_unbuffer_output.
12798 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12799 (main): Call gdb_unbuffer_output.
12800 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12801 (main): Call gdb_unbuffer_output.
12802 * gdb.base/shlib-call.exp: Adjust to step over the
12803 gdb_unbuffer_output call.
12804 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12805 (main): Call gdb_unbuffer_output.
12806 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12807 (main): Call gdb_unbuffer_output.
12808 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12809 (main): Rename to ...
12810 (test): ... this.
12811 (main): Reimplement.
12812 * gdb.base/varargs.exp: Run to test instead of to main.
12813 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12814 (main): Call gdb_unbuffer_output.
12815
12816 2015-07-29 Pedro Alves <palves@redhat.com>
12817
12818 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12819 factore out from mi_continue_dprintf. For call-style dprintfs,
12820 expect dprintf output out of $inferior_spawn_id.
12821 (mi_continue_dprintf): Use mi_expect_dprintf.
12822 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12823 (main): Call gdb_unbuffer_output.
12824
12825 2015-07-29 Pedro Alves <palves@redhat.com>
12826
12827 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12828 (default_mi_gdb_start): Set inferior_spawn_id instead of
12829 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12830 gdb_spawn_id.
12831 (mi_gdb_test): Always expect inferior output from both
12832 $inferior_spawn_id and $gdb_spawn_id.
12833
12834 2015-07-29 Pedro Alves <palves@redhat.com>
12835
12836 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12837 send_inferior and $inferior_spawn_id.
12838
12839 2015-07-29 Pedro Alves <palves@redhat.com>
12840
12841 * gdb.gdb/complaints.exp (test_initial_complaints)
12842 (test_serial_complaints, test_short_complaints): Use
12843 gdb_test_stdio.
12844 (test_empty_complaint): Handle $inferior_spawn_id !=
12845 $gdb_spawn_id.
12846
12847 2015-07-29 Pedro Alves <palves@redhat.com>
12848
12849 * gdb.base/varargs.exp: Use gdb_test_stdio.
12850
12851 2015-07-29 Pedro Alves <palves@redhat.com>
12852
12853 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12854
12855 2015-07-29 Pedro Alves <palves@redhat.com>
12856
12857 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12858
12859 2015-07-29 Pedro Alves <palves@redhat.com>
12860
12861 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12862 parameter into two new parameters, "inf_result" and "gdb_result".
12863 Expect inferior output and gdb output from $inferior_spawn_id and
12864 $gdb_spawn_id, respectively. Adjust all callers.
12865
12866 2015-07-29 Pedro Alves <palves@redhat.com>
12867
12868 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12869 of gdb_test_sequence.
12870
12871 2015-07-29 Pedro Alves <palves@redhat.com>
12872
12873 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12874 (saw_spurious_output): Expect inferior output from
12875 $inferior_spawn_id. Use gdb_test_stdio.
12876
12877 2015-07-29 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.base/dprintf.exp: Use standard_testfile. Change
12880 prepare_for_testing call.
12881 (srcfile): Don't set.
12882 (restart): New procedure.
12883 (test_dprintf): New procecure, use to continue over dprintfs.
12884 (test_call, test_agent): New procedures, tests moved here.
12885 Restart gdb and recreate dprintfs. Adjust expected output.
12886
12887 2015-07-29 Pedro Alves <palves@redhat.com>
12888
12889 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12890
12891 2015-07-29 Pedro Alves <palves@redhat.com>
12892
12893 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12894
12895 2015-07-29 Pedro Alves <palves@redhat.com>
12896
12897 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12898 gdb_test_stdio.
12899
12900 2015-07-29 Pedro Alves <palves@redhat.com>
12901
12902 * lib/gdb.exp (gdb_test_stdio): New procedure.
12903
12904 2015-07-29 Pedro Alves <palves@redhat.com>
12905
12906 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12907
12908 2015-07-29 Pedro Alves <palves@redhat.com>
12909
12910 * gdb.base/call-signal-resume.exp: Remove check for
12911 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12912 * gdb.base/unwindonsignal.exp: Likewise.
12913 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12914 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12915
12916 2015-07-29 Pedro Alves <palves@redhat.com>
12917
12918 * gdb.base/siginfo-addr.c (pass): New function.
12919 (handler): Call it iff si_addr is correct.
12920 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12921 Set a breakpoint at "pass" and continue to it.
12922
12923 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12924
12925 * gdb.python/py-objfile.exp: Make some tests have unique names.
12926 * gdb.python/py-pp-registration.exp: Likewise.
12927
12928 2015-07-28 Pedro Alves <palves@redhat.com>
12929
12930 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12931
12932 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12933
12934 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12935
12936 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12937
12938 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12939
12940 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12941
12942 * gdb.base/gdb-sigterm-2.exp: New test.
12943
12944 2015-07-25 Doug Evans <xdje42@gmail.com>
12945
12946 Revert:
12947 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12948 (workers/%.worker, build-perf): New rule.
12949 (GDB_PERFTEST_MODE): New variable.
12950 (check-perf): Use it.
12951 (clean): Clean up gdb.perf parallel build subdirs.
12952 * lib/build-piece.exp: New file.
12953 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12954 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12955 name.
12956 (standard_temp_file): Ditto.
12957 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12958 of $GDB_PARALLEL.
12959
12960 2015-07-24 Doug Evans <dje@google.com>
12961
12962 * gdb.perf/lib/perftest/utils.py: New file.
12963 * gdb.perf/gm-hello.cc: New file.
12964 * gdb.perf/gm-pervasive-typedef.cc: New file.
12965 * gdb.perf/gm-pervasive-typedef.h: New file.
12966 * gdb.perf/gm-std.cc: New file.
12967 * gdb.perf/gm-std.h: New file.
12968 * gdb.perf/gm-use-cerr.cc: New file.
12969 * gdb.perf/gm-utils.h: New file.
12970 * gdb.perf/gmonster-null-lookup.py: New file.
12971 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12972 * gdb.perf/gmonster-print-cerr.py: New file.
12973 * gdb.perf/gmonster-ptype-string.py: New file.
12974 * gdb.perf/gmonster-runto-main.py: New file.
12975 * gdb.perf/gmonster-select-file.py: New file.
12976 * gdb.perf/gmonster1-null-lookup.exp: New file.
12977 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12978 * gdb.perf/gmonster1-print-cerr.exp: New file.
12979 * gdb.perf/gmonster1-ptype-string.exp: New file.
12980 * gdb.perf/gmonster1-runto-main.exp: New file.
12981 * gdb.perf/gmonster1-select-file.exp: New file.
12982 * gdb.perf/gmonster1.cc: New file.
12983 * gdb.perf/gmonster1.exp: New file.
12984 * gdb.perf/gmonster2-null-lookup.exp: New file.
12985 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12986 * gdb.perf/gmonster2-print-cerr.exp: New file.
12987 * gdb.perf/gmonster2-ptype-string.exp: New file.
12988 * gdb.perf/gmonster2-runto-main.exp: New file.
12989 * gdb.perf/gmonster2-select-file.exp: New file.
12990 * gdb.perf/gmonster2.cc: New file.
12991 * gdb.perf/gmonster2.exp: New file.
12992
12993 2015-07-24 Doug Evans <dje@google.com>
12994
12995 * gdb.perf/README: New file.
12996 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12997 * lib/gen-perf-test.exp: New file.
12998
12999 2015-07-24 Doug Evans <dje@google.com>
13000
13001 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13002 (PerfTest::startup): New function.
13003 (PerfTest::run): Return result of calling body.
13004 (PerfTest::assemble): Rewrite.
13005 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13006 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13007 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13008 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13009 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13010
13011 2015-07-24 Doug Evans <dje@google.com>
13012
13013 * lib/gdb.exp (clean_restart): Make executable optional.
13014
13015 2015-07-24 Doug Evans <dje@google.com>
13016
13017 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13018 compiler_info references.
13019 * gdb.cp/temargs.exp: Ditto.
13020 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13021 (get_compiler_info): Early exit if already computed. Set compiler_info
13022 to "unknown" if there was a problem.
13023 (test_compiler_info): Add function comment. Call get_compiler_info.
13024
13025 2015-07-24 Doug Evans <dje@google.com>
13026
13027 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13028 (workers/%.worker, build-perf): New rule.
13029 (GDB_PERFTEST_MODE): New variable.
13030 (check-perf): Use it.
13031 (clean): Clean up gdb.perf parallel build subdirs.
13032 * lib/build-piece.exp: New file.
13033 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13034 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13035 name.
13036 (standard_temp_file): Ditto.
13037 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13038 of $GDB_PARALLEL.
13039
13040 2015-07-24 Doug Evans <dje@google.com>
13041
13042 * lib/future.exp (gdb_default_target_compile): New option
13043 "early_flags".
13044 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13045 --as-needed.
13046
13047 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13048
13049 * gdb.base/catch-syscall.exp: Call gdb_exit before
13050 gdb_skip_xml_test.
13051
13052 2015-07-24 Pedro Alves <palves@redhat.com>
13053
13054 * gdb.python/py-events.exp: Accept output between the stop event
13055 and the prompt.
13056 * gdb.python/py-evsignal.exp: Likewise.
13057 * gdb.python/py-evthreads.exp: Likewise.
13058
13059 2015-07-24 Pedro Alves <palves@redhat.com>
13060
13061 PR gdb/18717
13062 * gdb.threads/non-ldr-exit.c: New file.
13063 * gdb.threads/non-ldr-exit.exp: New file.
13064
13065 2015-07-24 Yao Qi <yao.qi@linaro.org>
13066
13067 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13068 restarting process.
13069
13070 2015-07-24 Yao Qi <yao.qi@linaro.org>
13071
13072 * gdb.server/ext-restart.exp: New file.
13073
13074 2015-07-24 Yao Qi <yao.qi@linaro.org>
13075
13076 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13077 argument options.
13078 * gdb.server/ext-wrapper.exp: New file.
13079
13080 2015-07-23 Doug Evans <dje@google.com>
13081
13082 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13083 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13084
13085 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13086
13087 * gdb.ada/var_arr_typedef.exp: New testcase.
13088 * gdb.ada/var_arr_typedef/pack.adb: New file.
13089 * gdb.ada/var_arr_typedef/pack.ads: New file.
13090 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13091
13092 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13093
13094 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13095
13096 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13097
13098 * gdb.arch/i386-biarch-core.exp: Replace istarget
13099 by "complete set gnutarget". Remove expectation for the "core-file"
13100 command.
13101
13102 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13103
13104 Revert the previous commit:
13105 Tests for validate symbol file using build-id.
13106
13107 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13108
13109 Tests for validate symbol file using build-id.
13110 * gdb.base/solib-mismatch-lib.c: New file.
13111 * gdb.base/solib-mismatch-libmod.c: New file.
13112 * gdb.base/solib-mismatch.c: New file.
13113 * gdb.base/solib-mismatch.exp: New file.
13114
13115 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13116
13117 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13118 nios2-*-linux*.
13119 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13120 * gdb.base/siginfo.exp: Likewise.
13121 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13122
13123 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13124
13125 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13126 Move it to ...
13127 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13128 ... here.
13129 * gdb.trace/range-stepping.exp: Check that the target supports
13130 range stepping.
13131
13132 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13133
13134 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13135
13136 2015-07-14 Pedro Alves <palves@redhat.com>
13137
13138 * gdb.base/killed-outside.exp: New file.
13139 * gdb.base/killed-outside.c: New file.
13140
13141 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13142
13143 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13144 (n at main): New.
13145 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13146
13147 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13148
13149 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13150 infcall tests instead of setting up for KFAIL.
13151
13152 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13153
13154 * gdb.btrace/record_goto-step.exp: New.
13155
13156 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13157
13158 PR compile/18484
13159 * gdb.compile/compile.c (struct struct_type): Add volatile to
13160 selffield's type.
13161 * gdb.compile/compile.exp
13162 (compile code struct_object.selffield = &struct_object): Skip further
13163 struct_object tests if this one xfails.
13164
13165 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13166
13167 PR exp/18617
13168 * gdb.trace/ax.exp: Add test.
13169
13170 2015-07-07 Yao Qi <yao.qi@linaro.org>
13171
13172 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13173 instead of istarget "aarch64*-*-*".
13174 * gdb.arch/aarch64-fp.exp: Likewise.
13175 * gdb.base/float.exp: Likewise.
13176 * gdb.reverse/aarch64.exp: Likewise.
13177 * lib/gdb.exp (is_aarch64_target): New proc.
13178
13179 2015-07-07 Yao Qi <yao.qi@linaro.org>
13180
13181 * lib/gdb.exp (is_aarch32_target): New proc.
13182 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13183 instead of "istarget "arm*-*-*"".
13184 * gdb.arch/arm-disp-step.exp: Likewise.
13185 * gdb.arch/thumb-bx-pc.exp: Likewise.
13186 * gdb.arch/thumb-prologue.exp: Likewise.
13187 * gdb.arch/thumb-singlestep.exp: Likewise.
13188 * gdb.base/disp-step-syscall.exp: Likewise.
13189 * gdb.base/float.exp: Likewise.
13190
13191 2015-07-07 Yao Qi <yao.qi@linaro.org>
13192
13193 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13194 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13195
13196 2015-07-07 Yao Qi <yao.qi@linaro.org>
13197
13198 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13199 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13200 if it exists.
13201 * gdb.multi/multi-arch.exp: Likewise.
13202
13203 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13204
13205 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13206 print.
13207
13208 2015-07-07 Yao Qi <yao.qi@linaro.org>
13209
13210 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13211
13212 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13213
13214 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13215 '[' and ']' characters.
13216
13217 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13218
13219 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13220
13221 2015-06-29 Pedro Alves <palves@redhat.com>
13222
13223 PR threads/18127
13224 * gdb.threads/hand-call-new-thread.c: New file.
13225 * gdb.threads/hand-call-new-thread.c: New file.
13226
13227 2015-06-26 Keith Seitz <keiths@redhat.com>
13228 Doug Evans <dje@google.com>
13229
13230 PR 16253
13231 * gdb.cp/var-tag-2.cc: New file.
13232 * gdb.cp/var-tag-3.cc: New file.
13233 * gdb.cp/var-tag-4.cc: New file.
13234 * gdb.cp/var-tag.cc: New file.
13235 * gdb.cp/var-tag.exp: New file.
13236
13237 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13238
13239 * gdb.base/history-duplicates.exp: New test.
13240
13241 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13242
13243 * gdb.base/completion.exp: Test the completion of the "focus"
13244 command.
13245
13246 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13247
13248 * gdb.arch/amd64-prologue-skip.S: New file.
13249 * gdb.arch/amd64-prologue-skip.exp: New file.
13250
13251 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13252
13253 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13254 is_address_zero_readable check.
13255
13256 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13257
13258 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13259 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13260
13261 2015-06-24 Yao Qi <yao.qi@linaro.org>
13262
13263 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13264 linux targets.
13265
13266 2015-06-24 Yao Qi <yao.qi@linaro.org>
13267
13268 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13269 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13270 * gdb.base/siginfo-thread.exp: Likewise.
13271
13272 2015-06-22 Yao Qi <yao.qi@linaro.org>
13273
13274 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13275
13276 2015-06-22 Yao Qi <yao.qi@linaro.org>
13277
13278 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13279 aarch64*-*-*.
13280 (skip_hw_watchpoint_tests): Likewise.
13281
13282 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13283
13284 * gdb.base/gdbinit-history.exp: Test the interaction between
13285 setting GDBHISTSIZE and setting the history size via .gdbinit.
13286
13287 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13288
13289 PR gdb/16999
13290 * gdb.base/gdbhistsize-history.exp: New test.
13291
13292 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13293
13294 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13295 with GDBHISTSIZE.
13296 * gdb.base/readline.exp: Likewise.
13297
13298 2015-06-17 Yao Qi <yao.qi@linaro.org>
13299
13300 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13301 line.
13302
13303 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13304
13305 * gdb.base/gdbinit-history.exp: Add test case to check that
13306 an unlimited history file does not get truncated on exit.
13307
13308 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13309
13310 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13311 (VECTOR): New macro. Use it...
13312 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13313 ...for these typedefs.
13314 (int8, char1, int1, double1): New typedefs.
13315 (struct just_int2, struct two_int2): New structures.
13316 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13317 (add_structvecs, add_singlevecs): New functions.
13318 (main): Call add_some_intvecs twice.
13319 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13320 the compile and exit upon failure. Try compiling for the "native"
13321 architecture. Test inferior function calls with vector arguments
13322 and vector return value handling with "finish" and "return".
13323
13324 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13325
13326 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13327 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13328 PE file.
13329 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13330
13331 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13332
13333 PR breakpoints/16465
13334 * gdb.mi/mi-dprintf-pending.c: New file.
13335 * gdb.mi/mi-dprintf-pending.exp: New test.
13336 * gdb.mi/mi-dprintf-pendshr.c: New file.
13337
13338 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13339 Mircea Gherzan <mircea.gherzan@intel.com>
13340
13341 * gdb.arch/i386-mpx-map.c: New file.
13342 * gdb.arch/i386-mpx-map.exp: New File.
13343
13344 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13345
13346 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13347 * gdb.arch/i386-mpx.exp: Indentation fixed.
13348
13349 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13350
13351 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13352 function and improved indentation.
13353 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13354 gdb_test_multiple. Added additional tests to skip the test.
13355
13356 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13357
13358 * gdb.arch/i386-avx512.c: Change path in include file.
13359 * gdb.arch/i386-avx512.exp: Change include dir path
13360 compilation flag.
13361 * gdb.arch/i386-mpx.c: Change path in include file.
13362 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13363 flag.
13364
13365 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13366
13367 * gdb.compile/compile-print.exp (compile print *vararray@3)
13368 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13369
13370 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13371
13372 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13373 (do not keep jit in memory): ... this.
13374 (expect 5): Change it to ...
13375 (expect no 5): ... this.
13376
13377 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13378
13379 PR gdb/15564
13380 * gdb.mi/mi-detach.exp: New file.
13381
13382 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13383
13384 PR symtab/18392
13385 * gdb.arch/amd64-tailcall-self.S: New file.
13386 * gdb.arch/amd64-tailcall-self.c: New file.
13387 * gdb.arch/amd64-tailcall-self.exp: New file.
13388
13389 2015-05-28 Don Breazeal <donb@codesourcery.com>
13390
13391 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13392 tests for remote targets by checking is_target_gdbserver.
13393
13394 2015-05-27 Doug Evans <dje@google.com>
13395
13396 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13397 * gdb.dwarf2/opaque-type-lookup.c: New file.
13398 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13399
13400 2015-05-26 Doug Evans <dje@google.com>
13401
13402 * gdb.cp/iostream.cc: New file.
13403 * gdb.cp/iostream.exp: New file.
13404
13405 2015-05-26 Doug Evans <dje@google.com>
13406
13407 * gdb.dwarf2/dw2-op-call.exp: Update.
13408 * gdb.dwarf2/dw4-sig-types.exp: Update.
13409 * gdb.dwarf2/implptr.exp: Update.
13410 * gdb.mi/mi-cmd-param-changed.exp: Update.
13411
13412 2015-05-26 Doug Evans <dje@google.com>
13413
13414 * gdb.python/py-lazy-string.c: New file.
13415 * gdb.python/py-lazy-string.exp: New file.
13416 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13417 (main): Update. Add estring3.
13418 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13419 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13420
13421 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13422 Yao Qi <yao.qi@linaro.org>
13423
13424 * gdb.reverse/aarch64.c: New.
13425 * gdb.reverse/aarch64.exp: New.
13426
13427 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13428
13429 * lib/gdb.exp (supports_process_record): Return true for
13430 aarch64*-linux*.
13431 (supports_reverse): Likewise.
13432
13433 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13434
13435 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13436 Use with_test_prefix.
13437
13438 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13439
13440 * gdb.base/completion.exp: Add test for completion of layout
13441 names.
13442
13443 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13444
13445 * lib/gdb.exp (skip_tui_tests): New proc.
13446 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13447
13448 2015-05-19 Pedro Alves <palves@redhat.com>
13449
13450 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13451 Save the whole env array instead of just HOME. Unset HISTSIZE in
13452 the environment while testing. Restore whole environment
13453 afterwards.
13454
13455 2015-05-16 Doug Evans <xdje42@gmail.com>
13456
13457 * gdb.guile/scm-ports.c: New file.
13458 * gdb.guile/scm-ports.exp: Add memory port tests.
13459
13460 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13461
13462 * gdb.compile/compile-print.c: New file.
13463 * gdb.compile/compile-print.exp: New file.
13464
13465 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13466
13467 * gdb.compile/compile-ops.exp: Cast param to void.
13468 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13469 (compile code struct_object.selffield = &struct_object): Add xfail.
13470
13471 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13472
13473 * gdb.ada/arr_enum_with_gap: New testcase.
13474
13475 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13476
13477 * gdb.ada/byte_packed_arr: New testcase.
13478
13479 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13480
13481 * gdb.ada/pckd_neg: New testcase.
13482
13483 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13484
13485 PR gdb/17820
13486 * gdb.base/gdbinit-history.exp: New test.
13487 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13488 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13489
13490 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13491
13492 * gdb.python/py-xmethods.cc: Enhance test case.
13493 * gdb.python/py-xmethods.exp: New tests.
13494 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13495 function.
13496 (B_indexoper): Likewise.
13497 (global_dm_list) : Add new xmethod worker functions.
13498
13499 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13500
13501 * gdb.base/coredump-filter.exp: Correctly unset
13502 "coredump_var_addr" array.
13503
13504 2015-05-08 Pedro Alves <palves@redhat.com>
13505
13506 * gdb.server/non-existing-program.exp: Unset spawn_id.
13507
13508 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13509
13510 PR python/18291
13511 * gdb.python/py-xmethods.exp: Add tests.
13512
13513 2015-05-08 Yao Qi <yao.qi@linaro.org>
13514
13515 PR gdb/18208
13516 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13517 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13518 function set_coredump_filter, and remove remote_exec call.
13519 Remove argument ipid. Callers update.
13520 (top level): Don't get inferior's PID.
13521
13522 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13523
13524 * gdb.base/watch_thread_num.exp: Skip test on targets without
13525 access watchpoints.
13526
13527 2015-05-06 Pedro Alves <palves@redhat.com>
13528
13529 PR server/18081
13530 * gdb.server/non-existing-program.exp: New file.
13531
13532 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13533
13534 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13535
13536 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13537
13538 * gdb.ada/out_of_line_in_inlined: New testcase.
13539
13540 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13541
13542 * gdb.ada/var_rec_arr: New testcase.
13543
13544 2015-04-30 Yao Qi <yao.qi@linaro.org>
13545
13546 * gdb.base/break-idempotent.exp: If
13547 skip_hw_watchpoint_multi_tests returns true, skip the tests
13548 on "rwatch" and "awatch".
13549
13550 2015-04-30 Yao Qi <yao.qi@linaro.org>
13551
13552 * gdb.base/relativedebug.exp: Invoke gdb command
13553 "info sharedlibrary", and if libc.so doesn't have debug info,
13554 skip the test.
13555
13556 2015-04-29 Doug Evans <dje@google.com>
13557
13558 * gdb.python/py-xmethods.exp: Add ptype tests.
13559 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13560 get_result_type method.
13561
13562 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13563
13564 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13565 the target does not support hardware watchpoints.
13566
13567 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13568
13569 * gdb.base/break-always.exp: Abort testing if writing to memory
13570 causes an error.
13571
13572 2015-04-28 Doug Evans <dje@google.com>
13573
13574 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13575 * gdb.python/py-pp-registration.exp: ... here. New file.
13576 * gdb.python/py-pp-registration.c: New file.
13577 * gdb.python/py-pp-registration.py: New file.
13578
13579 2015-04-28 Doug Evans <dje@google.com>
13580
13581 * gdb.python/py-bad-printers.c: New file.
13582 * gdb.python/py-bad-printers.py: New file.
13583 * gdb.python/py-bad-printers.exp: New file.
13584
13585 2015-04-28 Sasha Smundak <asmundak@google.com>
13586
13587 * gdb.python/py-type.exp: New test.
13588
13589 2015-04-28 Andy Wingo <wingo@igalia.com>
13590
13591 * gdb.python/py-parameter.exp:
13592 * gdb.guile/scm-parameter.exp: Escape the path that we are
13593 matching against, as it might contain characters that are special
13594 to regular expressions.
13595
13596 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13597
13598 * gdb.ada/rec_comp: New testcase.
13599
13600 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13601
13602 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13603 before using it.
13604
13605 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13606
13607 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13608 new tests for verilog output.
13609
13610 2015-04-24 Yao Qi <yao.qi@linaro.org>
13611
13612 * boards/remote-gdbserver-on-localhost.exp: New file.
13613
13614 2015-04-23 Pedro Alves <palves@redhat.com>
13615
13616 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13617 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13618 "end of file", remove $inferior_spawn_id from the indirect list.
13619
13620 2015-04-23 Pedro Alves <palves@redhat.com>
13621
13622 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13623
13624 2015-04-23 Pedro Alves <palves@redhat.com>
13625
13626 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13627 on $any_spawn_id instead of only on $gdb_spawn_id.
13628
13629 2015-04-21 Pierre Muller <muller@sourceware.org>
13630
13631 PR pascal/17815
13632 * lib/pascal.exp (gpc_compile): Add new option "class".
13633 (fpc_compile): Likewise.
13634 * gdb.pascal/case-insensitive-symbols.pas: New file.
13635 * gdb.pascal/case-insensitive-symbols.exp: New file.
13636
13637 2015-04-20 Gary Benson <gbenson@redhat.com>
13638
13639 * gdb.base/attach.exp: Fix three extended remote failures.
13640
13641 2015-04-17 Gary Benson <gbenson@redhat.com>
13642
13643 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13644 the main executable over the remote protocol.
13645
13646 2015-04-16 Pedro Alves <palves@redhat.com>
13647
13648 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13649 a new gdbserver if gdbserver_reconnect_p is set.
13650
13651 2015-04-16 Pedro Alves <palves@redhat.com>
13652
13653 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13654 is set, don't exit gdbserver.
13655
13656 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13657
13658 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13659 appropriate .insn, such that an older assembler can be used.
13660 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13661 the z/Architecture instruction set on 31-bit targets as well.
13662
13663 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13664
13665 * gdb.go/handcall.exp: Remove all logic related to the first
13666 breakpoint and rely on go_runto_main instead.
13667 * gdb.go/strings.exp: Likewise.
13668 * gdb.go/unsafe.exp: Likewise.
13669 * gdb.go/hello.exp: Likewise. Also rename the remaining
13670 breakpoint marker to "breakpoint 1".
13671 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13672 * gdb.go/strings.go: Likewise.
13673 * gdb.go/unsafe.go: Likewise.
13674 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13675 "set breakpoint 2 here" and rename the remaining breakpoint marker
13676 to "breakpoint 1".
13677
13678 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13679
13680 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13681 if itertools.imap is not present.
13682 * gdb.python/py-objfile.exp: Add parentheses.
13683 * gdb.python/py-type.exp: Same.
13684 * gdb.python/py-unwind-maint.py: Same.
13685
13686 2015-04-15 Yao Qi <yao.qi@linaro.org>
13687
13688 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13689 of ":$ptr_size" and set its form explicitly.
13690
13691 2015-04-15 Pedro Alves <palves@redhat.com>
13692 Yao Qi <yao.qi@linaro.org>
13693
13694 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13695 timeout by factor of 4.
13696 (test_regular_watch): Likewise.
13697 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13698 * gdb.reverse/sigall-reverse.exp: Likewise.
13699 * gdb.reverse/until-precsave.exp: Likewise.
13700 * lib/gdb.exp (with_timeout_factor): New proc.
13701 (gdb_expect): Move some code to ...
13702 (get_largest_timeout): ... here. New procedure.
13703
13704 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13705
13706 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13707
13708 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13709
13710 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13711 to write to the .text section.
13712
13713 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13714
13715 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13716 Handle the case of targets that do not provide PID information.
13717
13718 2015-04-13 Yao Qi <yao.qi@linaro.org>
13719
13720 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13721 and use expect instead of gdb_expect.
13722
13723 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13724
13725 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13726 "coredump_var_addr" to avoid naming conflict with other testcases.
13727
13728 2015-04-10 Pedro Alves <palves@redhat.com>
13729
13730 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13731 gdb_test_sequence and gdb_assert.
13732
13733 2015-04-10 Pedro Alves <palves@redhat.com>
13734
13735 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13736 test messages that don't include the breakpoint address.
13737
13738 2015-04-10 Yao Qi <yao.qi@linaro.org>
13739
13740 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13741 false for some offset and width combinations which aren't
13742 supported by linux kernel.
13743
13744 2015-04-10 Pedro Alves <palves@redhat.com>
13745
13746 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13747 procedure, factored out from ...
13748 (top level): ... here. Add "set displaced-stepping" testing axis.
13749 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13750 parameter "displaced". Use it.
13751 (top level): Use foreach and add "set displaced-stepping" testing
13752 axis.
13753
13754 2015-04-10 Pedro Alves <palves@redhat.com>
13755
13756 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13757 Remove comment.
13758 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13759 both the address of the instruction that triggers the watchpoint
13760 and the address of the instruction immediately after, and use
13761 those addresses for the test. Fix comment.
13762
13763 2015-04-10 Pedro Alves <palves@redhat.com>
13764
13765 * gdb.base/sigstep.exp (breakpoint_to_handler)
13766 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13767 Test "backtrace" in handler.
13768 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13769 (top level): Add new "displaced" test axis to
13770 breakpoint_to_handler, breakpoint_to_handler_entry and
13771 breakpoint_over_handler.
13772
13773 2015-04-10 Pedro Alves <palves@redhat.com>
13774
13775 PR gdb/18216
13776 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13777
13778 2015-04-10 Yao Qi <yao.qi@linaro.org>
13779
13780 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13781 (test_add_rn_pc): New function.
13782 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13783 (top level): Invoke test_add_rn_pc.
13784
13785 2015-04-10 Pedro Alves <palves@redhat.com>
13786
13787 PR gdb/13858
13788 * gdb.base/step-over-no-symbols.exp: New file.
13789
13790 2015-04-09 Andy Wingo <wingo@igalia.com>
13791
13792 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13793 after the Python tests.
13794
13795 2015-04-08 Keith Seitz <keiths@redhat.com>
13796
13797 PR python/16699
13798 * gdb.python/py-completion.exp: New tests for completion.
13799 * gdb.python/py-completion.py (CompleteLimit1): New class.
13800 (CompleteLimit2): Likewise.
13801 (CompleteLimit3): Likewise.
13802 (CompleteLimit4): Likewise.
13803 (CompleteLimit5): Likewise.
13804 (CompleteLimit6): Likewise.
13805 (CompleteLimit7): Likewise.
13806
13807 2015-04-08 Pedro Alves <palves@redhat.com>
13808
13809 PR gdb/18214
13810 PR gdb/18216
13811 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13812 function.
13813 (main): Install it as SIGUSR1 handler.
13814 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13815 parameter. Always use "setup" as prefix. Toggle "set
13816 displaced-stepping" off/on depending on global. Don't switch to
13817 thread 1 here.
13818 (top level): Add displaced stepping "off/on" test axis. Update
13819 "setup" calls. Wrap each subtest with with_test_prefix. Test
13820 continuing with a queued signal in each thread.
13821
13822 2015-04-08 Pedro Alves <palves@redhat.com>
13823
13824 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13825 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13826 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13827 Return early if running to main fails.
13828 * gdb.trace/while-stepping.exp: Likewise.
13829
13830 2015-04-07 Pedro Alves <palves@redhat.com>
13831
13832 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13833 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13834 interact with inferior program.
13835
13836 2015-04-07 Pedro Alves <palves@redhat.com>
13837
13838 * lib/gdb.exp (inferior_spawn_id): New global.
13839 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13840 spawn id after processing the user code.
13841 (default_gdb_start): Set inferior_spawn_id.
13842 (send_inferior): New procedure.
13843 * lib/gdbserver-support.exp (gdbserver_start): Set
13844 inferior_spawn_id.
13845 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13846
13847 2015-04-07 Pedro Alves <palves@redhat.com>
13848
13849 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13850 * lib/gdbserver-support.exp (gdbserver_start): Make
13851 $server_spawn_id global.
13852 (gdbserver_start): Don't wait for gdbserver's spawn id with
13853 expect_background.
13854 (close_gdbserver): New procedure.
13855 (gdb_exit): Rename the default version and reimplement.
13856
13857 2015-04-07 Pedro Alves <palves@redhat.com>
13858
13859 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13860 append the substituted item, not the original item.
13861
13862 2015-04-07 Pedro Alves <palves@redhat.com>
13863
13864 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13865 gdb_expect.
13866
13867 2015-04-07 Pedro Alves <palves@redhat.com>
13868
13869 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13870 output appearing once only.
13871
13872 2015-04-07 Pedro Alves <palves@redhat.com>
13873
13874 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13875 that doesn't expect anything. Return early if running to main
13876 fails.
13877
13878 2015-04-07 Yao Qi <yao.qi@linaro.org>
13879
13880 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13881 (child_function): Call alarm.
13882 (main): Move call to alarm into the loop.
13883 * gdb.threads/non-stop-fair-events.exp: Build program with
13884 -DTIMEOUT=$timeout.
13885
13886 2015-04-06 Doug Evans <xdje42@gmail.com>
13887
13888 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13889 Fix dest parameter to board_info.
13890 (fpc_compile): Ditto.
13891 (gdb_compile_pascal): Rename dest arg to destfile.
13892
13893 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13894
13895 * gdb.ada/funcall_ref.exp: New file.
13896 * gdb.ada/funcall_ref/foo.adb: New file.
13897
13898 2015-04-02 Yao Qi <yao.qi@linaro.org>
13899
13900 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13901 is remote.
13902
13903 2015-04-02 Gary Benson <gbenson@redhat.com>
13904
13905 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13906
13907 2015-04-01 Sasha Smundak <asmundak@google.com>
13908
13909 * gdb.python/py-unwind-maint.c: New file.
13910 * gdb.python/py-unwind-maint.exp: New test.
13911 * gdb.python/py-unwind-maint.py: New file.
13912 * gdb.python/py-unwind.c: New file.
13913 * gdb.python/py-unwind.exp: New test.
13914 * gdb.python/py-unwind.py: New test.
13915
13916 2015-04-01 Pedro Alves <palves@redhat.com>
13917
13918 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13919 to fail instead of non-existent $test.
13920
13921 2015-04-01 Pedro Alves <palves@redhat.com>
13922
13923 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13924 GDBFLAGS if not empty.
13925
13926 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13927
13928 * gdb.ada/complete.exp: Remove "multi_line".
13929 * gdb.ada/info_exc.exp: Remove "multi_line".
13930 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13931 * gdb.ada/ptype_field.exp: Remove "multi_line".
13932 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13933 * gdb.ada/tagged.exp: Remove "multi_line".
13934 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13935 [multi_line ...]
13936 * gdb.btrace/delta.exp: Likewise.
13937 * gdb.btrace/exception.exp: Likewise.
13938 * gdb.btrace/function_call_history.exp: Likewise.
13939 * gdb.btrace/instruction_history.exp: Likewise.
13940 * gdb.btrace/nohist.exp: Likewise.
13941 * gdb.btrace/record_goto.exp: Likewise.
13942 * gdb.btrace/segv.exp: Likewise.
13943 * gdb.btrace/stepi.exp: Likewise.
13944 * gdb.btrace/tailcall.exp: Likewise.
13945 * gdb.btrace/unknown_functions.exp: Likewise.
13946 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13947 * lib/gdb.exp: Add the "multi_line" helper.
13948
13949 2015-04-01 Pedro Alves <palves@redhat.com>
13950
13951 * gdb.threads/tid-reuse.c: New file.
13952 * gdb.threads/tid-reuse.exp: New file.
13953
13954 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13955
13956 PR corefiles/16092
13957 * gdb.base/coredump-filter.c: New file.
13958 * gdb.base/coredump-filter.exp: Likewise.
13959
13960 2015-03-27 Petr Machata <pmachata@redhat.com>
13961
13962 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13963 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13964 (Dwarf::assemble): Initialize them.
13965 (Dwarf::lines): New function.
13966
13967 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13968
13969 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13970 SYMBOL_PREFIX for x86_64-*-cygwin.
13971
13972 2015-03-26 Andy Wingo <wingo@igalia.com>
13973
13974 PR symtab/18148
13975 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13976 const_value but not a location.
13977 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13978 location defined in non-main CUs are visible.
13979
13980 2015-03-26 Yao Qi <yao.qi@linaro.org>
13981
13982 PR testsuite/18139
13983 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13984 Add a line number entry for the same line.
13985 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13986 Add a line number entry for the same line.
13987
13988 2015-03-26 Yao Qi <yao.qi@linaro.org>
13989
13990 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13991 .int 0.
13992 (func): Likewise. Add .Lfunc_1 label.
13993 Use .Lfunc_1 label.
13994 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13995 .int 0.
13996 (func): Likewise.
13997 Use .Lfunc_1 label.
13998
13999 2015-03-26 Yao Qi <yao.qi@linaro.org>
14000
14001 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14002 Call gdb_compile instead to compile each .s files without debug
14003 information.
14004
14005 2015-03-26 Yao Qi <yao.qi@linaro.org>
14006
14007 * gdb.base/savedregs.exp (process_saved_regs): Make
14008 "Saved registers:" optional in the pattern.
14009
14010 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14011
14012 * gdb.btrace/next.exp: Merged into step.exp.
14013 * gdb.btrace/finish.exp: Merged into step.exp.
14014 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14015 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14016 "record goto" and checking the exact replay position.
14017 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14018 check for "Recording format" in "info record" output.
14019 * gdb.btrace/record_goto.exp: Choose test file based on target.
14020 * gdb.btrace/x86-record_goto.S: Renamed into ...
14021 * gdb.btrace/x86_64-record_goto.S: ... this.
14022 * gdb.btrace/i686-record_goto.S: New.
14023 * gdb.btrace/x86-tailcall.S: Renamed into ...
14024 * gdb.btrace/x86_64-tailcall.S: ... this.
14025 * gdb.btrace/i686-tailcall.S: New.
14026 * gdb.btrace/x86-tailcall.c: Renamed into ...
14027 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14028 separate statements. Update test.
14029 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14030 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14031 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14032 * gdb.btrace/tailcall.exp: Choose test file based on target.
14033 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14034
14035 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14036
14037 * gdb.btrace/exception.exp: Increase BTS buffer size.
14038
14039 2015-03-24 Pedro Alves <palves@redhat.com>
14040
14041 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14042
14043 2015-03-24 Pedro Alves <palves@redhat.com>
14044
14045 * gdb.threads/schedlock.exp (test_step): No longer expect that
14046 "set scheduler-locking step" with "next" over a function call runs
14047 threads unlocked.
14048
14049 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14050
14051 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14052
14053 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14054
14055 PR breakpoints/16466
14056 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14057 * gdb.mi/mi-pending.c (thread_func): New function.
14058 (int main): Add threading support required.
14059 * gdb.mi/mi-pending.exp: Add tests for this issue.
14060 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14061 (pendfunc2): Remove stdio dependency.
14062 * gdb.mi/mi-pendshr2.c: New file.
14063
14064 2015-03-23 Keith Seitz <keiths@redhat.com>
14065
14066 * gdb.linespec/keywords.c: New file.
14067 * gdb.linespec/keywords.exp: New file.
14068
14069 2015-03-23 Keith Seitz <keiths@redhat.com>
14070
14071 PR gdb/18021
14072 * gdb.dwarf2/staticvirtual.exp: New test.
14073
14074 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14075
14076 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14077 * README: Remove HP-UX and gdb.hp.
14078 (configuration):
14079 * configure: Regenerate.
14080 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14081 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14082 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14083 gdb.hp/gdb.defects/Makefile.
14084 * gdb.hp/Makefile.in: File deleted.
14085 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14086 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14087 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14088 * gdb.hp/gdb.aCC/run.c: File deleted.
14089 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14090 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14091 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14092 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14093 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14094 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14095 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14096 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14097 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14098 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14099 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14100 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14101 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14102 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14103 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14104 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14105 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14106 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14107 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14108 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14109 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14110 * gdb.hp/gdb.compat/average.c: File deleted.
14111 * gdb.hp/gdb.compat/sum.c: File deleted.
14112 * gdb.hp/gdb.compat/xdb.c: File deleted.
14113 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14114 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14115 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14116 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14117 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14118 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14119 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14120 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14121 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14122 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14123 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14124 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14125 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14126 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14127 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14128 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14129 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14130 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14131 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14132 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14133 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14134 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14135 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14136 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14137 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14138 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14139 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14140 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14141 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14142 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14143 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14144 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14145 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14146 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14147 * gdb.hp/tools/odump: File deleted.
14148
14149 2015-03-19 Pedro Alves <palves@redhat.com>
14150
14151 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14152 (saw_thread_3): New globals.
14153 (top level): Increment them when an event for the corresponding
14154 thread is seen.
14155 (no thread starvation): New test.
14156
14157 2015-03-19 Pedro Alves <palves@redhat.com>
14158
14159 * gdb.threads/continue-pending-status.c: New file.
14160 * gdb.threads/continue-pending-status.exp: New file.
14161
14162 2015-03-18 Pedro Alves <palves@redhat.com>
14163
14164 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14165 Use gdb_is_target_remote instead of is_remote. Use
14166 gdb_test_multiple instead of gdb_expect. Exit early if
14167 gdb_test_multiple hits its internal matches. Tighten stepi tests
14168 expected output. Fail on exit with any signal, instead of just
14169 SIGILL.
14170
14171 2015-03-18 Yao Qi <yao.qi@linaro.org>
14172
14173 PR tdep/18107
14174 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14175 variable.
14176 * gdb.base/catch-syscall.exp: Don't skip it on
14177 aarch64*-*-linux* target. Remove elements in all_syscalls.
14178 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14179 target.
14180 (setup_all_syscalls): New proc.
14181
14182 2015-03-16 Yao Qi <yao.qi@linaro.org>
14183
14184 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14185 (top level): Skip tests if valid_addr_p returns false for
14186 $cmd1 or $cmd2.
14187
14188 2015-03-11 Andy Wingo <wingo@igalia.com>
14189
14190 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14191
14192 2015-03-11 Yao Qi <yao.qi@linaro.org>
14193
14194 * gdb.base/catch-syscall.exp: Fix typo in comments.
14195
14196 2015-03-11 Yao Qi <yao.qi@linaro.org>
14197
14198 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14199
14200 2015-03-09 Pedro Alves <palves@redhat.com>
14201
14202 * dg-extract-results.py: Delete.
14203
14204 2015-03-09 Pedro Alves <palves@redhat.com>
14205
14206 Merge dg-extract-results.sh from GCC upstream (r218843).
14207
14208 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14209 * dg-extract-results.sh: Use --text with grep to avoid issues with
14210 binary files. Fall back to cat -v, if that doesn't work.
14211
14212 2015-03-05 Pedro Alves <palves@redhat.com>
14213
14214 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14215
14216 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14217
14218 * lib/mi-support.exp (mi_expect_interrupt): Accept
14219 alternative event for when in all-stop mode.
14220
14221 2015-03-04 Pedro Alves <palves@redhat.com>
14222
14223 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14224
14225 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14226
14227 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14228
14229 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14230
14231 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14232 regexps for GDB's current line display, accept a hex address
14233 preceding the line number.
14234
14235 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14236
14237 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14238 the 'arch1' variable for "s390*-linux*" targets.
14239
14240 2015-03-04 Pedro Alves <palves@redhat.com>
14241
14242 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14243 (main): Pass missing retval argument to pthread_join call.
14244
14245 2015-03-02 Pedro Alves <palves@redhat.com>
14246
14247 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14248 (top level): Call do_test with non-stop as well.
14249
14250 2015-03-02 Pedro Alves <palves@redhat.com>
14251
14252 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14253 -1.
14254
14255 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14256
14257 * gdb.arch/s390-vregs.exp: New test.
14258 * gdb.arch/s390-vregs.S: New file.
14259
14260 2015-02-27 Pedro Alves <palves@redhat.com>
14261
14262 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14263 call to catch_command_errors.
14264 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14265 catch_command_errors.
14266
14267 2015-02-27 Pedro Alves <palves@redhat.com>
14268
14269 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14270 "true" for boolean result.
14271 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14272 prototype of main.
14273
14274 2015-02-27 Pedro Alves <palves@redhat.com>
14275
14276 * lib/unbuffer_output.c: New file.
14277 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14278 (main): Call gdb_unbuffer_output.
14279
14280 2015-02-27 Yao Qi <yao.qi@linaro.org>
14281
14282 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14283 target.
14284
14285 2015-02-26 Doug Evans <dje@google.com>
14286
14287 * gdb.cp/class2.cc (Dbase, D): New classes.
14288 (main): New local delta.
14289 * gdb.cp/class2.exp: Test printing delta.
14290 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14291 (dynbar): New global.
14292 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14293
14294 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14295
14296 * gdb.compile/compile-ifunc.c: New file.
14297 * gdb.compile/compile-ifunc.exp: New file.
14298
14299 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14300
14301 * gdb.base/structs.exp: Check for correct struct on finish.
14302
14303 2015-02-26 Yao Qi <yao.qi@linaro.org>
14304
14305 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14306 is zero.
14307
14308 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14309
14310 * gdb.arch/cordic.ko.bz2: New file.
14311 * gdb.arch/cordic.ko.debug.bz2: New file.
14312 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14313
14314 2015-02-25 Yao Qi <yao.qi@linaro.org>
14315
14316 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14317 aarch64*-*-* target.
14318
14319 2015-02-23 Pedro Alves <palves@redhat.com>
14320
14321 * lib/gdb.exp (delete_breakpoints): Rewrite using
14322 gdb_test_multiple.
14323
14324 2015-02-23 Pedro Alves <palves@redhat.com>
14325
14326 * gdb.base/info-os.c: Include stdlib.h.
14327
14328 2015-02-22 Doug Evans <xdje42@gmail.com>
14329
14330 PR symtab/17855
14331 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14332 is read after symbols have been re-read.
14333 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14334 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14335
14336 2015-02-21 Doug Evans <dje@google.com>
14337
14338 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14339
14340 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14341
14342 PR corefiles/17808
14343 * gdb.arch/i386-biarch-core.core.bz2: New file.
14344 * gdb.arch/i386-biarch-core.exp: New file.
14345
14346 2015-02-21 Pedro Alves <palves@redhat.com>
14347
14348 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14349 runto_main fails.
14350
14351 2015-02-20 Pedro Alves <palves@redhat.com>
14352
14353 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14354 info probes.
14355
14356 2015-02-20 Pedro Alves <palves@redhat.com>
14357
14358 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14359
14360 2015-02-20 Pedro Alves <palves@redhat.com>
14361
14362 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14363 clean_restart before gdb_target_supports_trace.
14364
14365 2015-02-20 Pedro Alves <palves@redhat.com>
14366
14367 PR threads/18006
14368 * gdb.threads/clone-thread_db.c: New file.
14369 * gdb.threads/clone-thread_db.exp: New file.
14370
14371 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14372
14373 PR breakpoints/16812
14374 * gdb.base/catch-gdb-caused-signals.c: New file.
14375 * gdb.base/catch-gdb-caused-signals.exp: New file.
14376
14377 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14378
14379 * configure: Regenerated.
14380 * configure.ac: Use GDB_AC_TRANSFORM.
14381 * aclocal.m4: sinclude ../transform.m4.
14382
14383 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14384
14385 * lib/dtrace.exp: New file.
14386 * gdb.base/dtrace-probe.exp: Likewise.
14387 * gdb.base/dtrace-probe.d: Likewise.
14388 * gdb.base/dtrace-probe.c: Likewise.
14389 * lib/pdtrace.in: Likewise.
14390 * configure.ac: Output variables with the transformed names of
14391 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14392 * configure: Regenerated.
14393
14394 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14395
14396 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14397 expected message when trying to access $_probe_* convenience
14398 variables while not on a probe.
14399
14400 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14401
14402 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14403
14404 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14405
14406 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14407 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14408
14409 2015-02-10 Doug Evans <xdje42@gmail.com>
14410
14411 * lib/gdb.exp (gdb_load): Always return a result.
14412
14413 2015-02-10 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.threads/signal-sigtrap.c: New file.
14416 * gdb.threads/signal-sigtrap.exp: New file.
14417
14418 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14419
14420 * gdb.trace/no-attach-trace.c: New file.
14421 * gdb.trace/no-attach-trace.exp: New file.
14422
14423 2015-02-09 Mark Wielaard <mjw@redhat.com>
14424
14425 * gdb.dwarf2/atomic.c: New file.
14426 * gdb.dwarf2/atomic-type.exp: Likewise.
14427
14428 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14429
14430 * gdb.btrace/buffer-size.exp: Update "info record" output.
14431 * gdb.btrace/delta.exp: Update "info record" output.
14432 * gdb.btrace/enable.exp: Update "info record" output.
14433 * gdb.btrace/finish.exp: Update "info record" output.
14434 * gdb.btrace/instruction_history.exp: Update "info record" output.
14435 * gdb.btrace/next.exp: Update "info record" output.
14436 * gdb.btrace/nexti.exp: Update "info record" output.
14437 * gdb.btrace/step.exp: Update "info record" output.
14438 * gdb.btrace/stepi.exp: Update "info record" output.
14439 * gdb.btrace/nohist.exp: Update "info record" output.
14440
14441 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14442
14443 * gdb.btrace/buffer-size: New.
14444
14445 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14446
14447 * gdb.btrace/delta.exp: Update "info record" output.
14448 * gdb.btrace/enable.exp: Update "info record" output.
14449 * gdb.btrace/finish.exp: Update "info record" output.
14450 * gdb.btrace/instruction_history.exp: Update "info record" output.
14451 * gdb.btrace/next.exp: Update "info record" output.
14452 * gdb.btrace/nexti.exp: Update "info record" output.
14453 * gdb.btrace/step.exp: Update "info record" output.
14454 * gdb.btrace/stepi.exp: Update "info record" output.
14455 * gdb.btrace/nohist.exp: Update "info record" output.
14456
14457 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14458
14459 PR gdb/15678
14460 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14461
14462 2015-02-06 Pedro Alves <palves@redhat.com>
14463
14464 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14465 macro.
14466 (seconds_left, again): New globals.
14467 (main): Wait seconds_left in a 1-second sleep loop instead of
14468 sleeping 180 seconds. If 'again' is set, reset the seconds
14469 counter.
14470 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14471 'again' in the inferior before detaching. Print the seconds left.
14472 (options): New global.
14473 (top level): Build program with -DTIMEOUT=$timeout.
14474
14475 2015-02-06 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14478 determine how many seconds to pass to 'alarm'.
14479 * gdb.base/gdb-sigterm.exp (top level): Build program with
14480 -DTIMEOUT=$timeout.
14481 (do_test): Return success/failure indication. Add more verbose
14482 logging. Don't fail if 200 single steps are seen. Instead, fail
14483 when the test times out.
14484 (passes): New global.
14485 (top level): Break the testing loop if testing fails on any
14486 iteration. Use gdb_assert.
14487
14488 2015-02-04 Don Breazeal <donb@codesourcery.com>
14489
14490 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14491 and initialize them.
14492 (ipc_cleanup): New function.
14493 (main): Don't declare shmid, semid, and msqid. Add a call to
14494 atexit so that we call ipc_cleanup on exit.
14495
14496 2015-02-04 Pedro Alves <palves@redhat.com>
14497
14498 * boards/native-extended-gdbserver.exp: Remove any target variant
14499 specifications from the board name before clearing the isremote
14500 flag from board_info.
14501
14502 2015-01-31 Doug Evans <xdje42@gmail.com>
14503
14504 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14505
14506 2015-01-31 Gary Benson <gbenson@redhat.com>
14507
14508 * gdb.base/completion.exp: Disable completion limiting for
14509 existing tests. Add new tests to check completion limiting.
14510 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14511
14512 2015-01-31 Doug Evans <xdje42@gmail.com>
14513
14514 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14515
14516 2015-01-31 Doug Evans <xdje42@gmail.com>
14517
14518 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14519 entries. Duplicate file section script entries.
14520 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14521 inlined entries. Add test for safe-path rejection.
14522 * gdb.python/py-section-script.c: Add duplicate inlined section script
14523 entries. Duplicate file section script entries.
14524 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14525 inlined entries. Add test for safe-path rejection.
14526
14527 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14528
14529 * gdb.ada/disc_arr_bound: New testcase.
14530
14531 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14532
14533 * gdb.ada/mi_var_array: New testcase.
14534
14535 2015-01-27 Doug Evans <dje@google.com>
14536
14537 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14538 Add test for objfile.filename, objfile.username after objfile
14539 has been unloaded.
14540
14541 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14542
14543 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14544 the second test to print the name attribute of value
14545 returned by the call to gdb.lookup_type, and adjust
14546 the expected output accordingly.
14547
14548 2015-01-25 Mark Wielaard <mjw@redhat.com>
14549
14550 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14551 * gdb.base/disp-step-fork.c: Include unistd.h.
14552 * gdb.base/siginfo-obj.c: Include stdio.h.
14553 * gdb.base/siginfo-thread.c: Likewise.
14554 * gdb.mi/non-stop.c: Include unistd.h.
14555 * gdb.mi/nsthrexec.c: Include stdio.h.
14556 * gdb.mi/pthreads.c: Include unistd.h.
14557 * gdb.modula2/unbounded1.c (main): Declare returns int.
14558 * gdb.reverse/consecutive-reverse.c: Likewise.
14559 * gdb.threads/create-fail.c: Include unistd.h.
14560 * gdb.threads/killed.c: Likewise.
14561 * gdb.threads/linux-dp.c: Likewise.
14562 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14563 * gdb.threads/non-ldr-exc-2.c: Likewise.
14564 * gdb.threads/non-ldr-exc-3.c: Likewise.
14565 * gdb.threads/non-ldr-exc-4.c: Likewise.
14566 * gdb.threads/pthreads.c: Include unistd.h.
14567 (main): Declare returns int.
14568 * gdb.threads/tls-main.c (foo): New declaration.
14569 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14570
14571 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14572
14573 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14574 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14575
14576 2015-01-15 Mark Wielaard <mjw@redhat.com>
14577
14578 * gdb.base/noreturn-return.c: New file.
14579 * gdb.base/noreturn-return.exp: New file.
14580 * gdb.base/noreturn-finish.c: New file.
14581 * gdb.base/noreturn-finish.exp: New file.
14582
14583 2015-01-23 Pedro Alves <palves@redhat.com>
14584
14585 * gdb.threads/continue-pending-after-query.c: New file.
14586 * gdb.threads/continue-pending-after-query.exp: New file.
14587
14588 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14589 Simon Marchi <simon.marchi@ericsson.com>
14590
14591 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14592 * gdb.base/valgrind-db-attach.exp: Same.
14593 * gdb.base/valgrind-infcall.exp: Same.
14594 * lib/mi-support.exp (default_mi_gdb_start): Same.
14595 * lib/prompt.exp (default_prompt_gdb_start): Same.
14596 * lib/gdb.exp (default_gdb_spawn): Same.
14597 (gdb_interact): New.
14598
14599
14600 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14601
14602 * gdb.compile/compile.exp (pointer to jit function): New test.
14603
14604 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14605
14606 * lib/gdb.exp (supports_process_record): Return true for
14607 powerpc*-*-linux*.
14608 (supports_reverse): Likewise.
14609
14610 2015-01-15 Don Breazeal <donb@codesourcery.com>
14611
14612 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14613 instead of checking whether the target board is remote and
14614 use spawn_wait_for_attach instead of exec/sleep.
14615 * gdb.base/attach-twice.exp: Likewise.
14616
14617 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14618
14619 * gdb.ada/var_arr_attrs: New testcase.
14620
14621 2015-01-14 Pedro Alves <palves@redhat.com>
14622 Joel Brobecker <brobecker@adacore.com>
14623
14624 PR gdb/17525
14625 * gdb.base/bp-cmds-execution-x-script.c: New file.
14626 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14627 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14628
14629 2015-01-14 Pedro Alves <palves@redhat.com>
14630
14631 PR cli/17828
14632 * gdb.base/batch-preserve-term-settings.c: New file.
14633 * gdb.base/batch-preserve-term-settings.exp: New file.
14634
14635 2015-01-13 Doug Evans <dje@google.com>
14636
14637 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14638 binary.
14639
14640 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14641
14642 * Makefile.in (clean mostlyclean): Do not delete *.py.
14643
14644 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14645
14646 * gdb.python/py-lookup-type.exp: New file.
14647
14648 2015-01-12 Pedro Alves <palves@redhat.com>
14649
14650 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14651 restore GDBFLAGS before returning.
14652
14653 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14654
14655 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14656 is_amd64_regs_target and is_x86_like_target.
14657
14658 2015-01-11 Doug Evans <xdje42@gmail.com>
14659
14660 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14661 is given without an explicit form.
14662 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14663 attributes.
14664 * gdb.dwarf/corrupt.exp: Ditto.
14665 * gdb.dwarf2/enum-type.exp: Ditto.
14666 * gdb.trace/entry-values.exp: Ditto.
14667 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14668
14669 2015-01-11 Doug Evans <xdje42@gmail.com>
14670
14671 PR gdb/15830
14672 * gdb.base/maint.exp: Remove references to "maint demangle".
14673 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14674 Add tests for explicitly specifying language to demangle.
14675 * gdb.dlang/demangle.exp: Ditto.
14676
14677 2015-01-09 Pedro Alves <palves@redhat.com>
14678
14679 * gdb.threads/non-stop-fair-events.c: New file.
14680 * gdb.threads/non-stop-fair-events.exp: New file.
14681
14682 2015-01-09 Pedro Alves <palves@redhat.com>
14683
14684 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14685 the global scope. Set a breakpoint after all threads are started
14686 rather than stepping over two source lines. Expect the prompt.
14687 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14688 global.
14689 (NUM): Now 15.
14690 (main): Use threads_started_barrier to wait for all threads to
14691 start. Main thread no longer calls thread_function. Exit after
14692 180 seconds.
14693 (loop): New function.
14694 (thread_function): Wait on threads_started_barrier barrier. Call
14695 'loop' at each iteration.
14696 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14697 threads have started, instead of hardcoding number of "next"
14698 steps. Use an access watchpoint instead of a write watchpoint.
14699
14700 2015-01-09 Pedro Alves <palves@redhat.com>
14701
14702 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14703 (thread_func): Wait on barrier.
14704 (main): Wait for all threads to start before stopping GDB.
14705 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14706 global.
14707 (thread1_func, thread2_func): Wait on barrier.
14708 (main): Wait for all threads to start before stopping GDB.
14709 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14710 New global.
14711 (thread1_func, thread2_func): Wait on barrier.
14712 (main): Wait for all threads to start before stopping GDB.
14713
14714 2015-01-09 Pedro Alves <palves@redhat.com>
14715
14716 * gdb.threads/attach-many-short-lived-threads.c: New file.
14717 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14718
14719 2014-01-09 Pedro Alves <palves@redhat.com>
14720
14721 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14722 instead of to thread 2.
14723 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14724 Add barrier around each pthread_create call instead of around all
14725 calls.
14726 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14727 Set a break on thread_function and have the child threads hit it
14728 one at at a time.
14729
14730 2015-01-09 Pedro Alves <palves@redhat.com>
14731
14732 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14733 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14734 false.
14735 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14736 checking whether the target board is remote.
14737 * gdb.multi/multi-attach.exp: Likewise.
14738 * gdb.python/py-sync-interp.exp: Likewise.
14739 * gdb.server/ext-attach.exp: Likewise.
14740 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14741 tests that need to attach, instead of checking whether the target
14742 board is remote at the top of the file.
14743
14744 2015-01-08 Yao Qi <yao@codesourcery.com>
14745
14746 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14747
14748 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14749
14750 Fix testcase compilation.
14751 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14752
14753 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14754
14755 * gdb.python/py-type.exp: Add a couple test about empty
14756 array creation, and negative-length array creation.
14757
14758 2015-01-02 Doug Evans <xdje42@gmail.com>
14759
14760 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14761
14762 2015-01-02 Doug Evans <dje@google.com>
14763
14764 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14765
14766 2014-12-29 Yao Qi <yao@codesourcery.com>
14767
14768 * gdb.trace/entry-values.exp: Update comments. Rename variable
14769 bar_call_foo to returned_from_foo.
14770
14771 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14772
14773 PR gdb/17394
14774 * gdb.linespec/break-asm-file.c: New file.
14775 * gdb.linespec/break-asm-file.exp: New file.
14776 * gdb.linespec/break-asm-file0.s: New file.
14777 * gdb.linespec/break-asm-file1.s: New file.
14778
14779 2014-12-18 Nigel Stephens <nigel@mips.com>
14780 Maciej W. Rozycki <macro@codesourcery.com>
14781
14782 * gdb.base/float.exp: Handle the new output from "info float" on
14783 MIPS targets.
14784
14785 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14786
14787 Fix MinGW compilation.
14788 * gdb.compile/compile-ops.exp: Update untested message if
14789 !skip_compile_feature_tests.
14790 * gdb.compile/compile-setjmp.exp: Likewise.
14791 * gdb.compile/compile-tls.exp: Likewise.
14792 * gdb.compile/compile.exp: Likewise.
14793 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14794 supported on this host".
14795
14796 2014-12-16 Doug Evans <xdje42@gmail.com>
14797
14798 * boards/stabs.exp: New file.
14799
14800 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14801
14802 * gdb.base/completion.exp: Adjust to format changes of "maint
14803 print user-registers".
14804
14805 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14806
14807 PR server/17457
14808 * gdb.arch/aarch64-fp.c: New file.
14809 * gdb.arch/aarch64-fp.exp: New file.
14810
14811 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14812
14813 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14814 r210637, r210913, r211666, r215400, r215817).
14815
14816 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14817 * dg-extract-results.py: New file.
14818 * dg-extract-results.sh: Use it if the environment seems
14819 suitable.
14820
14821 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14822
14823 * dg-extract-results.py (parse_run): Handle warnings that
14824 are printed before a test harness is run.
14825
14826 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14827
14828 * dg-extract-results.py (Named): Remove __cmp__ method.
14829 (output_variation): Use a key to sort variation.harnesses.
14830
14831 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14832
14833 * dg-extract-results.py: For Python 3, force sys.stdout to
14834 handle surrogate escape sequences.
14835 (safe_open): New function.
14836 (output_segment, main): Use it.
14837
14838 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14839
14840 * dg-extract-results.py (Prog.result_re): Include options
14841 in test name.
14842
14843 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14844
14845 * dg-extract-results.py (output_variation): Always sort if
14846 do_sum.
14847
14848 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14849
14850 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14851 as long as we get pagination notifications.
14852
14853 2014-12-15 Jason Merrill <jason@redhat.com>
14854
14855 * Makefile.in (check-gdb.%): Restore.
14856 * README: Mention it.
14857
14858 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14859
14860 * gdb.ada/str_uninit: New testcase.
14861
14862 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14863
14864 PR symtab/17642
14865 * gdb.base/vla-stub-define.c: New file.
14866 * gdb.base/vla-stub.c: New file.
14867 * gdb.base/vla-stub.exp: New file.
14868
14869 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14870 Jan Kratochvil <jan.kratochvil@redhat.com>
14871 Tom Tromey <tromey@redhat.com>
14872
14873 * configure.ac: Add gdb.compile/.
14874 * configure: Regenerate.
14875 * gdb.compile/Makefile.in: New file.
14876 * gdb.compile/compile-ops.exp: New file.
14877 * gdb.compile/compile-ops.c: New file.
14878 * gdb.compile/compile-tls.c: New file.
14879 * gdb.compile/compile-tls.exp: New file.
14880 * gdb.compile/compile-constvar.S: New file.
14881 * gdb.compile/compile-constvar.c: New file.
14882 * gdb.compile/compile-mod.c: New file.
14883 * gdb.compile/compile-nodebug.c: New file.
14884 * gdb.compile/compile-setjmp-mod.c: New file.
14885 * gdb.compile/compile-setjmp.c: New file.
14886 * gdb.compile/compile-setjmp.exp: New file.
14887 * gdb.compile/compile-shlib.c: New file.
14888 * gdb.compile/compile.c: New file.
14889 * gdb.compile/compile.exp: New file.
14890 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14891
14892 2014-12-12 Tom Tromey <tromey@redhat.com>
14893
14894 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14895 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14896
14897 2014-12-12 Doug Evans <dje@google.com>
14898
14899 * lib/gdb-python.exp (get_python_valueof): New function.
14900 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14901
14902 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14903
14904 * gdb.base/completion.exp: Add test for completion of "info
14905 registers ".
14906
14907 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14908
14909 * gdb.base/func-ptrs.c: New file.
14910 * gdb.base/func-ptrs.exp: New file.
14911
14912 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14913
14914 PR breakpoints/17012
14915 * gdb.base/dprintf-detach.c: New file.
14916 * gdb.base/dprintf-detach.exp: New file.
14917
14918 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14919
14920 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14921 * lib/gdb.exp (target_is_gdbserver): New procedure.
14922
14923 2014-12-08 Doug Evans <dje@google.com>
14924
14925 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14926
14927 2014-12-05 Yao Qi <yao@codesourcery.com>
14928
14929 * gdb.guile/scm-error.exp: Remove the third argument to
14930 gdb_remote_download.
14931 * gdb.guile/scm-frame-args.exp: Likewise.
14932 * gdb.guile/scm-section-script.exp: Likewise.
14933
14934 2014-12-05 Yao Qi <yao@codesourcery.com>
14935
14936 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14937
14938 2014-12-04 Doug Evans <dje@google.com>
14939
14940 * gdb.python/py-objfile.exp: Add tests for
14941 objfile.add_separate_debug_file.
14942
14943 2014-12-04 Doug Evans <dje@google.com>
14944
14945 * lib/gdb.exp (get_build_id): New function.
14946 (build_id_debug_filename_get): Rewrite to use it.
14947 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14948
14949 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14950
14951 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14952 `method(long)', not just 0x0.
14953 * gdb.cp/nsalias.exp: Align code labels to 4.
14954 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14955 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14956 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14957 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14958 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14959 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14960
14961 2014-12-02 Doug Evans <dje@google.com>
14962
14963 PR symtab/17602
14964 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14965 * gdb.cp/anon-ns2.cc: ... here. New file.
14966 * gdb.cp/anon-ns.exp: Update.
14967
14968 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14969
14970 * gdb.python/py-events.py (inferior_call_handler): New.
14971 (register_changed_handler, memory_changed_handler): New.
14972 (test_events.invoke): Register new handlers.
14973 * gdb.python/py-events.exp: Add tests for inferior call,
14974 memory_changed and register_changed events.
14975
14976 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14977
14978 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14979 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14980 if the linker doesn't understand this.
14981
14982 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14983
14984 * gdb.python/python.exp: Change expected reply to help().
14985
14986 2014-12-01 Yao Qi <yao@codesourcery.com>
14987
14988 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14989 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14990 * configure: Re-generated.
14991
14992 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14993
14994 * gdb.cp/chained-calls.cc: New file.
14995 * gdb.cp/chained-calls.exp: New file.
14996 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14997
14998 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14999
15000 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15001 * gdb.dwarf2/symtab-producer.exp: Same.
15002 * gdb.gdb/python-interrupts.exp: Same.
15003 * gdb.gdb/python-selftest.exp: Same.
15004 * gdb.python/py-linetable.exp: Same.
15005 * gdb.python/py-type.exp: Same.
15006 * gdb.python/py-value-cc.exp: Same.
15007 * gdb.python/py-value.exp: Same.
15008
15009 2014-11-28 Yao Qi <yao@codesourcery.com>
15010
15011 * gdb.base/break-probes.exp: Match library name prefixed with
15012 sysroot.
15013
15014 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15015
15016 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15017 test expected output. Add parentheses for the call to print.
15018 Remove L suffix from integers.
15019
15020 2014-11-26 Doug Evans <dje@google.com>
15021
15022 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15023
15024 2014-11-22 Yao Qi <yao@codesourcery.com>
15025
15026 * gdb.trace/entry-values.c: Remove asms.
15027 (foo): Add foo_label.
15028 (bar): Add bar_label.
15029 * gdb.trace/entry-values.exp: Remove code computing foo's
15030 length and bar's length.
15031 (Dwarf::assemble): Invoke function_range for bar and use
15032 MACRO_AT_func for foo.
15033
15034 2014-11-22 Yao Qi <yao@codesourcery.com>
15035
15036 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15037 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15038 Use .Lgcc43_procstart instead of gcc43.
15039
15040 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15041
15042 * gdb.ada/n_arr_bound: New testcase.
15043
15044 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15045
15046 PR breakpoints/10737
15047 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15048 test_catch_syscall_multi_arch.
15049 (test_catch_syscall_multi_arch): New function.
15050
15051 2014-11-20 Doug Evans <xdje42@gmail.com>
15052
15053 * gdb.base/maint.exp: Update expected output.
15054
15055 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15056
15057 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15058 4-byte instruction on S390.
15059
15060 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15061
15062 * gdb.ada/arr_arr: New testcase.
15063
15064 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15065
15066 * gdb.ada/pkd_arr_elem: New Testcase.
15067
15068 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15069
15070 * gdb.reverse/break-precsave: Expect completion message for
15071 core file reads.
15072 * gdb.reverse/consecutive-precsave.exp: Likewise.
15073 * gdb.reverse/finish-precsave.exp: Likewise.
15074 * gdb.reverse/i386-precsave.exp: Likewise.
15075 * gdb.reverse/machinestate-precsave.exp: Likewise.
15076 * gdb.reverse/sigall-precsave.exp: Likewise.
15077 * gdb.reverse/solib-precsave.exp: Likewise.
15078 * gdb.reverse/step-precsave.exp: Likewise.
15079 * gdb.reverse/until-precsave.exp: Likewise.
15080 * gdb.reverse/watch-precsave.exp: Likewise.
15081
15082 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15083
15084 * gdb.base/bp-permanent.c: Include unistd.h.
15085 * gdb.python/py-framefilter-mi.c (main): Add return type.
15086 * gdb.python/py-framefilter.c (main): Likewise.
15087 * gdb.trace/actions-changed.c (main): Likewise.
15088
15089 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15090
15091 * gdb.mi/until.c: Add eye-catchers.
15092 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15093 line numbers.
15094
15095 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15096
15097 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15098 function header variants in break1.c.
15099 * gdb.base/ena-dis-br.exp: Likewise.
15100 * gdb.base/hbreak2.exp: Likewise.
15101 * gdb.reverse/until-precsave.exp: Drop references to removed
15102 non-prototype function header variants in ur1.c.
15103 * gdb.reverse/until-reverse.exp: Likewise.
15104
15105 2014-11-17 Petr Machata <pmachata@redhat.com>
15106
15107 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15108 ${_cu_offset_size} bytes abbrev offset.
15109
15110 2014-11-15 Doug Evans <xdje42@gmail.com>
15111
15112 PR symtab/17559
15113 * gdb.base/line-symtabs.exp: New file.
15114 * gdb.base/line-symtabs.c: New file.
15115 * gdb.base/line-symtabs.h: New file.
15116
15117 2014-11-14 Yao Qi <yao@codesourcery.com>
15118
15119 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15120 (func): Add label func_label.
15121 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15122 Replace low_pc and high_pc with MACRO_AT_range.
15123 Replace name, low_pc and high_pc with MACRO_AT_func.
15124
15125 2014-11-14 Yao Qi <yao@codesourcery.com>
15126
15127 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
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: Use Dwarf::assemble to
15133 produce debug information.
15134 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15135
15136 2014-11-14 Yao Qi <yao@codesourcery.com>
15137
15138 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15139 object and get function length.
15140 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15141 with MACRO_AT_func.
15142 (top-level): Replace gdb_compile and clean_restart with
15143 prepare_for_testing.
15144 * gdb.dwarf2/main.c (main): Add label main_label.
15145
15146 2014-11-14 Yao Qi <yao@codesourcery.com>
15147
15148 * lib/dwarf.exp (function_range): New procedure.
15149 (Dwarf::_handle_macro_at_func): New procedure.
15150 (Dwarf::_handle_macro_at_range): New procedure.
15151 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15152
15153 2014-11-14 Yao Qi <yao@codesourcery.com>
15154
15155 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15156 (_handle_attribute): New procedure.
15157
15158 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15159
15160 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15161 * gdb.base/call-sc.c (zed): Likewise.
15162 * gdb.base/checkpoint.c (main): Likewise.
15163 * gdb.base/dump.c (main): Likewise.
15164 * gdb.base/gcore.c (main): Likewise.
15165 * gdb.base/huge.c (main): Likewise.
15166 * gdb.base/multi-forks.c (main): Likewise.
15167 * gdb.base/pr10179-a.c (main): Likewise.
15168 * gdb.base/savedregs.c (main): Likewise.
15169 * gdb.base/sigaltstack.c (main): Likewise.
15170 * gdb.base/siginfo.c (main): Likewise.
15171 * gdb.base/structs.c (zed): Likewise.
15172 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15173 * gdb.mi/mi-syn-frame.c (main): Likewise.
15174 * gdb.mi/until.c (foo, main): Likewise.
15175 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15176 * gdb.base/solib-weak.c (foo): Declare.
15177 * gdb.base/attach-twice.c: Include stdio.h.
15178 * gdb.base/weaklib1.c: Likewise.
15179 * gdb.base/weaklib2.c: Likewise.
15180 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15181 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15182 unistd.h.
15183 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15184 * gdb.mi/mi-exit-code.c: Likewise.
15185 * gdb.base/break-interp-lib.c: Include string.h.
15186 * gdb.base/coremaker.c: Likewise.
15187 * gdb.base/testenv.c: Likewise.
15188 * gdb.python/py-finish-breakpoint.c: Likewise.
15189 * gdb.base/inferior-died.c: Include sys/wait.h.
15190 * gdb.base/fileio.c: Include time.h.
15191 * gdb.base/async-shell.c: Include unistd.h.
15192 * gdb.base/dprintf-non-stop.c: Likewise.
15193 * gdb.base/info-os.c: Likewise.
15194 * gdb.mi/mi-console.c: Likewise.
15195 * gdb.mi/watch-nonstop.c: Likewise.
15196 * gdb.python/py-events.c: Likewise.
15197 * gdb.base/async.c (baz): Move up before its invocation.
15198 * gdb.base/code_elim2.c (my_global_func): Likewise.
15199 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15200 * gdb.base/advance.c (func2): Likewise.
15201
15202 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15203
15204 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15205 variant.
15206 * gdb.base/annota3.c: Likewise.
15207 * gdb.base/async.c: Likewise.
15208 * gdb.base/average.c: Likewise.
15209 * gdb.base/call-ar-st.c: Likewise.
15210 * gdb.base/call-rt-st.c: Likewise.
15211 * gdb.base/call-sc.c: Likewise.
15212 * gdb.base/call-strs.c: Likewise.
15213 * gdb.base/ending-run.c: Likewise.
15214 * gdb.base/execd-prog.c: Likewise.
15215 * gdb.base/exprs.c: Likewise.
15216 * gdb.base/foll-exec.c: Likewise.
15217 * gdb.base/foll-fork.c: Likewise.
15218 * gdb.base/foll-vfork.c: Likewise.
15219 * gdb.base/funcargs.c: Likewise.
15220 * gdb.base/gcore.c: Likewise.
15221 * gdb.base/jump.c: Likewise.
15222 * gdb.base/langs0.c: Likewise.
15223 * gdb.base/langs1.c: Likewise.
15224 * gdb.base/langs2.c: Likewise.
15225 * gdb.base/mips_pro.c: Likewise.
15226 * gdb.base/nodebug.c: Likewise.
15227 * gdb.base/opaque0.c: Likewise.
15228 * gdb.base/opaque1.c: Likewise.
15229 * gdb.base/recurse.c: Likewise.
15230 * gdb.base/run.c: Likewise.
15231 * gdb.base/scope0.c: Likewise.
15232 * gdb.base/scope1.c: Likewise.
15233 * gdb.base/setshow.c: Likewise.
15234 * gdb.base/setvar.c: Likewise.
15235 * gdb.base/shmain.c: Likewise.
15236 * gdb.base/shr1.c: Likewise.
15237 * gdb.base/shr2.c: Likewise.
15238 * gdb.base/sigall.c: Likewise.
15239 * gdb.base/signals.c: Likewise.
15240 * gdb.base/so-indr-cl.c: Likewise.
15241 * gdb.base/solib2.c: Likewise.
15242 * gdb.base/structs.c: Likewise.
15243 * gdb.base/sum.c: Likewise.
15244 * gdb.base/vforked-prog.c: Likewise.
15245 * gdb.base/watchpoint.c: Likewise.
15246 * gdb.reverse/shr2.c: Likewise.
15247 * gdb.reverse/until-reverse.c: Likewise.
15248 * gdb.reverse/ur1.c: Likewise.
15249 * gdb.reverse/watch-reverse.c: Likewise.
15250
15251 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15252
15253 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15254 variant.
15255 * gdb.base/sepdebug.exp: Drop references to removed code.
15256
15257 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15258
15259 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15260 variant. Preserve original line numbering.
15261 * gdb.base/list1.c: Likewise.
15262
15263 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15264
15265 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15266 variant.
15267 * gdb.base/break1.c: Likewise.
15268 * gdb.base/break.exp: Drop references to removed code.
15269
15270 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15271
15272 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15273 variant.
15274
15275 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15276
15277 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15278
15279 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15280
15281 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15282 logic into perform_all_tests() and invoke it with and without
15283 function header prototypes.
15284 (do_function_calls): Remove conditional XFAIL for PR 5318.
15285 (rerun_and_prepare): Remove duplicate code.
15286 (perform_all_tests): New. Main logic moved here.
15287
15288 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15289
15290 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15291 code guarded by #ifdef NO_PROTOTYPES.
15292 (t_double_many_args): Likewise.
15293 (DEF_FUNC_MANY_ARGS_1): Likewise.
15294 (DEF_FUNC_VALUES_1): Likewise.
15295 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15296 guarded by #ifdef PROTOTYPES.
15297
15298 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15299
15300 * gdb.mi/mi-console.c: Add eye-catcher.
15301 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15302 instead of literal line number.
15303
15304 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15305
15306 * gdb.base/shr2.c: Add eye-catcher.
15307 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15308 line number.
15309
15310 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15311
15312 * gdb.base/jump.c: Add eye-catchers.
15313 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15314 numbers.
15315
15316 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15317
15318 * gdb.base/execd-prog.c: Add eye-catchers.
15319 * gdb.base/foll-exec.c: Likewise.
15320 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15321 line numbers.
15322
15323 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15324
15325 * gdb.base/ending-run.c: Add eye-catchers.
15326 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15327 literal line numbers.
15328
15329 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15330
15331 * gdb.base/call-rt-st.c: Add eye-catchers.
15332 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15333 literal line numbers.
15334
15335 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15336
15337 * gdb.base/call-ar-st.c: Add eye-catchers.
15338 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15339 literal line numbers.
15340
15341 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15342
15343 * gdb.base/average.c: Add eye-catchers.
15344 * gdb.base/sum.c: Likewise.
15345 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15346 regexps dynamically.
15347
15348 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15349
15350 * gdb.base/solib1.c: Add eye-catchers.
15351 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15352 literal line numbers.
15353
15354 2014-11-12 Pedro Alves <palves@redhat.com>
15355
15356 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15357 leader has exited.
15358
15359 2014-11-12 Pedro Alves <palves@redhat.com>
15360
15361 * gdb.arch/i386-bp_permanent.c: New file.
15362 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15363 (srcfile): Set to i386-bp_permanent.c.
15364 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15365 that stepi does not execute the 'leave' instruction, instead of
15366 testing it does execute.
15367 * gdb.base/bp-permanent.c: New file.
15368 * gdb.base/bp-permanent.exp: New file.
15369
15370 2014-11-10 Doug Evans <xdje42@gmail.com>
15371
15372 PR symtab/17564
15373 * gdb.base/symtab-search-order.exp: New file.
15374 * gdb.base/symtab-search-order.c: New file.
15375 * gdb.base/symtab-search-order-1.c: New file.
15376 * gdb.base/symtab-search-order-shlib-1.c: New file.
15377
15378 2014-11-07 Pedro Alves <palves@redhat.com>
15379
15380 PR gdb/17511
15381 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15382 i?86-*-linux*.
15383
15384 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15385
15386 PR c++/17494
15387 * gdb.cp/pr17494.cc: New file.
15388 * gdb.cp/pr17494.exp: New file.
15389
15390 2014-11-02 Yao Qi <yao@codesourcery.com>
15391
15392 * gdb.python/python.exp: Get working directory and match the
15393 output of "set extended-prompt \\w " with it.
15394
15395 2014-10-30 Doug Evans <dje@google.com>
15396
15397 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15398 in objfiles.
15399 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15400 in progspaces.
15401
15402 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15403
15404 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15405 * gdb.base/realname-expand.exp: Likewise.
15406 * gdb.linespec/macro-relative.exp: Likewise.
15407
15408 2014-10-29 Pedro Alves <palves@redhat.com>
15409
15410 PR gdb/17408
15411 * gdb.threads/schedlock.c (some_function): New function.
15412 (call_function): New global.
15413 (MAYBE_CALL_SOME_FUNCTION): New macro.
15414 (thread_function): Call it.
15415 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15416 and use it instead of a global counter. Adjust all callers.
15417 (get_current_thread): Use "find current thread" for test message
15418 here rather than having all callers pass down the same string.
15419 (goto_loop): New procedure, factored out from ...
15420 (my_continue): ... this.
15421 (step_ten_loops): Change parameter from test message to command to
15422 use. Adjust.
15423 (list_count): Delete global.
15424 (check_result): New procedure, factored out from duplicate top
15425 level code.
15426 (continue tests): Wrap in with_test_prefix.
15427 (test_step): New procedure, factored out from duplicate top level
15428 code.
15429 (top level): Test "step" in combination with all scheduler-locking
15430 modes. Test "next" in combination with all scheduler-locking
15431 modes, and in combination with stepping over a function call or
15432 not.
15433 * gdb.threads/next-bp-other-thread.c: New file.
15434 * gdb.threads/next-bp-other-thread.exp: New file.
15435
15436 2014-10-29 Pedro Alves <palves@redhat.com>
15437
15438 PR python/17372
15439 * gdb.python/python.exp: Test a multi-line command that spawns
15440 interactive Python.
15441 * gdb.base/multi-line-starts-subshell.exp: New file.
15442
15443 2014-10-29 Yao Qi <yao@codesourcery.com>
15444
15445 * gdb.base/fileio.exp: Make directories on host.
15446
15447 2014-10-29 Yao Qi <yao@codesourcery.com>
15448
15449 * gdb.base/fileio.c (test_write): Close the file.
15450
15451 2014-10-28 Pedro Alves <palves@redhat.com>
15452
15453 PR gdb/12623
15454 * gdb.base/sigstep.c (no_handler): New global.
15455 (main): If 'no_handler is true, set the signal handlers to
15456 SIG_IGN.
15457 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15458 with_sw_watch and no_handler parameters. Handle them.
15459 (top level) <stepping over handler when stopped at a breakpoint
15460 test>: Add a test axis for testing with a software watchpoint, and
15461 another for testing with the signal handler set to SIG_IGN.
15462 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15463 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15464
15465 2014-10-28 Pedro Alves <palves@redhat.com>
15466
15467 PR gdb/17511
15468 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15469 * gdb.base/sigstep.exp (other_handler_location): New global.
15470 (advance): Support stepping into the signal handler, and running
15471 commands while in the handler.
15472 (in_handler_map): New global.
15473 (top level): In the advance test, add combinations for getting
15474 into the handler with stepping commands, and for running commands
15475 in the handler. Add comment descripting the advancei tests.
15476
15477 2014-10-28 Pedro Alves <palves@redhat.com>
15478
15479 * gdb.base/sigstep.exp: Use build_executable instead of
15480 prepare_for_testing.
15481 (top level): Move code that starts GDB, runs to main and creates a
15482 display to ...
15483 (restart): ... this new procedure.
15484 (top level): Move backtrace from signal handler test to ...
15485 (validate_backtrace): ... this new procedure.
15486 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15487 with_test_prefix. Always restart GDB.
15488 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15489 with_test_prefix. Always restart GDB. No need to delete
15490 breakpoints after the test.
15491 (test_skip_handler): Remove prefix parameter.
15492 (skip_over_handler, breakpoint_to_handler)
15493 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15494 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15495 restart GDB. No need to delete breakpoints after the test.
15496 (top level): Use foreach to call the test procedures with
15497 different commands.
15498
15499 2014-10-28 Pedro Alves <palves@redhat.com>
15500
15501 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15502 instead of GNATS numbers.
15503 * gdb.base/sigbpt.exp: Likewise.
15504 * gdb.base/siginfo.exp: Likewise.
15505 * gdb.base/sigstep.exp: Likewise.
15506
15507 2014-10-27 Pedro Alves <palves@redhat.com>
15508
15509 * gdb.base/sigstep.c (dummy): New global.
15510 (main): Issue a couple writes to the new global.
15511 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15512 procedures.
15513 (skip_over_handler): Use test_skip_handler.
15514 (top level): Call skip_over_handler for stepi and nexti too.
15515 (breakpoint_over_handler): Use test_skip_handler.
15516 (top level): Call breakpoint_over_handler for stepi and nexti too.
15517
15518 2014-10-27 Yao Qi <yao@codesourcery.com>
15519
15520 * gdb.trace/tfile.c (adjust_function_address)
15521 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15522 function descriptor.
15523
15524 2014-10-24 Don Breazeal <donb@codesourcery.com>
15525
15526 * gdb.base/foll-fork.exp (test_follow_fork,
15527 catch_fork_child_follow): Check for updated fork messages emitted
15528 from infrun.c.
15529 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15530 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15531 vfork_and_exec_child_follow_through_step): Check for updated vfork
15532 messages emitted from infrun.c.
15533
15534 2014-10-24 Pedro Alves <palves@redhat.com>
15535
15536 * gdb.base/corefile.exp: Remove references to ultrix.
15537 * gdb.base/interrupt.exp: Likewise.
15538 * gdb.base/whatis.exp: Likewise.
15539 * gdb.gdb/selftest.exp: Likewise.
15540 * gdb.threads/manythreads.exp: Likewise.
15541 * gdb.threads/print-threads.exp: Likewise.
15542 * gdb.threads/pthreads.exp:: Likewise.
15543 * gdb.threads/schedlock.exp: Likewise.
15544
15545 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15546
15547 * gdb.cp/non-trivial-retval.cc: Add a test case.
15548 * gdb.cp/non-trivial-retval.exp: Add a test.
15549
15550 2014-10-20 Yao Qi <yao@codesourcery.com>
15551
15552 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15553 * gdb.python/py-objfile-script-gdb.py: New file.
15554 * gdb.python/py-objfile-script.exp: Update reference to
15555 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15556 of remote_download. Remove the dest file.
15557
15558 2014-10-20 Yao Qi <yao@codesourcery.com>
15559
15560 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15561 * gdb.base/step-line.exp: Likewise.
15562 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15563 * gdb.dwarf2/dw2-basic.exp: Likewise.
15564 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15565 * gdb.dwarf2/dw2-filename.exp: Likewise.
15566 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15567 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15568 * gdb.dwarf2/dw2-producer.exp: Likewise.
15569 * gdb.dwarf2/mac-fileno.exp: Likewise.
15570 * gdb.python/py-frame-args.exp: Likewise.
15571 * gdb.python/py-framefilter.exp: Likewise.
15572 * gdb.python/py-mi.exp: Likewise.
15573 * gdb.python/py-objfile-script.exp: Likewise
15574 * gdb.python/py-pp-integral.exp: Likewise.
15575 * gdb.python/py-pp-re-notag.exp: Likewise.
15576 * gdb.python/py-prettyprint.exp: Likewise.
15577 * gdb.python/py-section-script.exp: Likewise.
15578 * gdb.python/py-typeprint.exp: Likewise.
15579 * gdb.python/py-xmethods.exp: Likewise.
15580 * gdb.stabs/weird.exp: Likewise.
15581 * gdb.xml/tdesc-regs.exp: Likewise.
15582
15583 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15584
15585 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15586 (out_cu): Use addr_len for the size of addresses.
15587 (out_line): Likewise. Size DW_LNE_set_address instruction
15588 according to addr_len.
15589 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15590 (FUNC): Add START_INSNS to definition.
15591
15592 2014-10-18 Yao Qi <yao@codesourcery.com>
15593
15594 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15595 gdb_has_argv0 return true.
15596 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15597 check [target_info exists noargs], check [gdb_has_argv0]
15598 instead.
15599 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15600 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15601 procedures.
15602
15603 2014-10-17 Doug Evans <dje@google.com>
15604
15605 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15606 event.
15607 * gdb.python/py-events.py: Add clear_objfiles event.
15608
15609 2014-10-17 Doug Evans <dje@google.com>
15610
15611 * gdb.python/py-objfile.exp: Test progspace attribute.
15612
15613 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15614
15615 * gdb.guile/scm-breakpoint.exp: Do not assume any
15616 directory separators when matching source file paths.
15617 * gdb.python/py-breakpoint.exp: Likewise.
15618 * gdb.reverse/break-precsave.exp: Likewise.
15619 * gdb.reverse/break-reverse.exp: Likewise.
15620 * gdb.reverse/consecutive-precsave.exp: Likewise.
15621 * gdb.reverse/finish-precsave.exp: Likewise.
15622 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15623 * gdb.reverse/finish-reverse.exp: Likewise.
15624 * gdb.reverse/i386-precsave.exp: Likewise.
15625 * gdb.reverse/i387-env-reverse.exp: Likewise.
15626 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15627 * gdb.reverse/machinestate-precsave.exp: Likewise.
15628 * gdb.reverse/machinestate.exp: Likewise.
15629 * gdb.reverse/sigall-precsave.exp: Likewise.
15630 * gdb.reverse/solib-precsave.exp: Likewise.
15631 * gdb.reverse/step-precsave.exp: Likewise.
15632 * gdb.reverse/until-precsave.exp: Likewise.
15633 * gdb.reverse/watch-precsave.exp: Likewise.
15634 * gdb.reverse/watch-reverse.exp: Likewise.
15635
15636 2014-10-17 Yao Qi <yao@codesourcery.com>
15637
15638 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15639 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15640
15641 2014-10-17 Pedro Alves <palves@redhat.com>
15642
15643 PR gdb/17471
15644 * gdb.base/bg-execution-repeat.c: New file.
15645 * gdb.base/bg-execution-repeat.exp: New file.
15646
15647 2014-10-17 Pedro Alves <palves@redhat.com>
15648
15649 PR gdb/17300
15650 * gdb.base/continue-all-already-running.c: New file.
15651 * gdb.base/continue-all-already-running.exp: New file.
15652
15653 2014-10-17 Pedro Alves <palves@redhat.com>
15654
15655 PR gdb/17472
15656 * gdb.base/annota-input-while-running.c: New file.
15657 * gdb.base/annota-input-while-running.exp: New file.
15658
15659 2014-10-17 Pedro Alves <palves@redhat.com>
15660
15661 * gdb.base/callfuncs.exp: emove references to osf.
15662 * gdb.base/sigall.exp: Likewise.
15663 * gdb.gdb/selftest.exp: Likewise.
15664 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15665 * gdb.mi/non-stop.c: Likewise.
15666 * gdb.mi/pthreads.c: Likewise.
15667 * gdb.reverse/sigall-precsave.exp: Likewise.
15668 * gdb.reverse/sigall-reverse.exp: Likewise.
15669 * gdb.threads/pthreads.c: Likewise.
15670 * gdb.threads/pthreads.exp: Likewise.
15671
15672 2014-10-17 Yao Qi <yao@codesourcery.com>
15673
15674 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15675 check 'target_info exists noargs'.
15676 (test_command_prompt_position): Likewise.
15677 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15678 Remove "set args".
15679 (progvar_simple_while_test): Likewise.
15680 (progvar_complex_if_while_test): Likewise.
15681 (if_while_breakpoint_command_test): Likewise.
15682 (infrun_breakpoint_command_test): Likewise.
15683 (breakpoint_command_test): Likewise.
15684 (watchpoint_command_test): Likewise.
15685 (bp_deleted_in_command_test): Likewise.
15686 (temporary_breakpoint_commands): Likewise.
15687
15688 2014-10-16 Yao Qi <yao@codesourcery.com>
15689
15690 * gdb.base/remotetimeout.exp: Remove noargs checking.
15691
15692 2014-10-15 Pedro Alves <palves@redhat.com>
15693
15694 PR breakpoints/9649
15695 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15696 * gdb.base/breakpoint-in-ro-region.exp
15697 (probe_target_hardware_step): New procedure.
15698 (top level): Probe hardware stepping and hardware breakpoint
15699 support. Test stepping through a read-only region, with both
15700 "breakpoint auto-hw" on and off and both "always-inserted" on and
15701 off.
15702
15703 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15704
15705 * gdb.dlang/demangle.exp: Update for demangling changes.
15706
15707 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15708
15709 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15710 * gdb.cp/non-trivial-retval.exp: Add new tests.
15711
15712 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15713
15714 PR c++/13403
15715 PR c++/15154
15716 * gdb.cp/non-trivial-retval.cc: New file.
15717 * gdb.cp/non-trivial-retval.exp: New file.
15718
15719 2014-10-15 Yao Qi <yao@codesourcery.com>
15720
15721 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15722 remote host.
15723
15724 2014-10-15 Yao Qi <yao@codesourcery.com>
15725
15726 * gdb.python/py-symbol.exp: Match file base name if host is
15727 remote, otherwise match file name with dir name.
15728 * gdb.python/py-symtab.exp: Likewise.
15729 * gdb.python/python.exp: Likewise.
15730
15731 2014-10-15 Yao Qi <yao@codesourcery.com>
15732
15733 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15734 pattern.
15735 * gdb.python/py-symtab.exp: Likewise.
15736 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15737 locationn.
15738
15739 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15740
15741 * gdb.ada/addr_arith: New testcase.
15742
15743 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15744
15745 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15746 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15747 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15748 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15749
15750 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15751
15752 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15753 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15754 * gdb.arch/stap-eval-lang-ada.exp: New file.
15755
15756 2014-10-14 Yao Qi <yao@codesourcery.com>
15757
15758 * gdb.mi/mi-var-child.c (nothing1): New function.
15759 (nothing2): New function.
15760 (do_children_tests): Set function pointers by nothing1 and
15761 nothing2.
15762 * gdb.mi/mi-var-child.exp: Step over new added statements.
15763 Update test to match the new output.
15764 * gdb.mi/var-cmd.c (nothing1): New function.
15765 (nothing2): New function.
15766 (do_children_tests): Set function pointers by nothing1 and
15767 nothing2.
15768 * gdb.mi/mi-var-display.exp: Update test to match output.
15769 Step to the line specified by $line_dct_nothing.
15770 Increase the number of lines to step.
15771
15772 2014-10-14 Yao Qi <yao@codesourcery.com>
15773
15774 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15775 tests.
15776 * gdb.mi/mi2-var-child.exp: Likewise.
15777
15778 2014-10-13 Doug Evans <dje@google.com>
15779
15780 * gdb.python/py-objfile.exp: Change name of file name test.
15781
15782 2014-10-13 Doug Evans <dje@google.com>
15783
15784 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15785 from the start of the CU.
15786
15787 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15788 Yao Qi <yao@codesourcery.com>
15789
15790 Fix "save breakpoints" for "catch" command.
15791 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15792 Remove -nonewline. Match also the added "main" line.
15793
15794 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15795
15796 Fix "save breakpoints" for "disable $bpnum" command.
15797 * gdb.base/save-bp.c (main): Add label.
15798 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15799
15800 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15801
15802 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15803
15804 2014-10-11 Yao Qi <yao@codesourcery.com>
15805
15806 * gdb.server/server-kill.exp: Execute command
15807 "set remote trace-status-packet on" before "tstatus".
15808
15809 2014-10-11 Yao Qi <yao@codesourcery.com>
15810
15811 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15812 (main): Call getppid.
15813 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15814 and continue to it. Read variable "server_pid".
15815
15816 2014-10-11 Yao Qi <yao@codesourcery.com>
15817
15818 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15819
15820 2014-10-11 Yao Qi <yao@codesourcery.com>
15821
15822 * gdb.threads/thread-find.exp: Don't execute command
15823 "info threads".
15824 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15825 * gdb.threads/linux-dp.exp: Don't check the condition
15826 $threads_created equals to zero.
15827
15828 2014-10-10 Pedro Alves <palves@redhat.com>
15829
15830 * gdb.base/bigcore.exp: Remove references to IRIX.
15831 * gdb.base/funcargs.exp: Likewise.
15832 * gdb.base/interrupt.exp: Likewise.
15833 * gdb.base/mips_pro.exp: Likewise.
15834 * gdb.base/nodebug.exp: Likewise.
15835 * gdb.base/setvar.exp: Likewise.
15836 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15837
15838 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15839 Pedro Alves <palves@redhat.com>
15840
15841 PR symtab/14466
15842 * gdb.base/vdso-warning.c: New file.
15843 * gdb.base/vdso-warning.exp: New file.
15844
15845 2014-10-02 Doug Evans <dje@google.com>
15846
15847 * gdb.base/structs.c (main): Don't run forever.
15848
15849 2014-10-02 Pedro Alves <palves@redhat.com>
15850
15851 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15852 (top level) <stop threads 1, stop threads 2>: Use it.
15853
15854 2014-10-02 Pedro Alves <palves@redhat.com>
15855
15856 * gdb.threads/break-while-running.exp (test): Add new
15857 'update_thread_list' argument. Skip "info threads" if false.
15858 (top level): Add new 'update_thread_list' axis.
15859
15860 2014-10-02 Pedro Alves <palves@redhat.com>
15861
15862 PR breakpoints/17431
15863 * gdb.base/execl-update-breakpoints.c: New file.
15864 * gdb.base/execl-update-breakpoints.exp: New file.
15865
15866 2014-10-01 Pedro Alves <palves@redhat.com>
15867
15868 * gdb.base/breakpoint-in-ro-region.c: New file.
15869 * gdb.base/breakpoint-in-ro-region.exp: New file.
15870
15871 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15872
15873 * gdb.mi/mi-exit-code.exp: New file.
15874 * gdb.mi/mi-exit-code.c: New file.
15875
15876 2014-09-30 Yao Qi <yao@codesourcery.com>
15877
15878 * lib/prelink-support.exp (build_executable_own_libs): Error if
15879 the target isn't native.
15880
15881 2014-09-30 Yao Qi <yao@codesourcery.com>
15882
15883 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15884 false.
15885
15886 2014-09-22 Pedro Alves <palves@redhat.com>
15887
15888 * gdb.threads/break-while-running.exp: New file.
15889 * gdb.threads/break-while-running.c: New file.
15890
15891 2014-09-19 Yao Qi <yao@codesourcery.com>
15892
15893 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15894 Invoke test. Restart GDB with --readnow and invoke test again.
15895
15896 2014-09-19 Yao Qi <yao@codesourcery.com>
15897
15898 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15899 proc set_breakpoint_on_gcd_function. Invoke
15900 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15901 invoke set_breakpoint_on_gcd_function again.
15902
15903 2014-09-18 Doug Evans <dje@google.com>
15904
15905 * gdb.dwarf2/symtab-producer.exp: New file.
15906
15907 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15908
15909 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15910 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15911 * gdb.base/global-var-nested-by-dso.c: Likewise.
15912 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15913
15914 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15915 Pedro Alves <palves@redhat.com>
15916
15917 * gdb.base/watch-bitfields.exp: Pass string other than test file
15918 name to prepare_for_testing.
15919 (watch): New procedure.
15920 (expect_watchpoint): Use with_test_prefix.
15921 (top level): Factor out tests to ...
15922 (test_watch_location, test_regular_watch): ... these new
15923 procedures, and use with_test_prefix and gdb_continue_to_end.
15924
15925 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15926
15927 PR breakpoints/12526
15928 * gdb.base/watch-bitfields.exp: New file.
15929 * gdb.base/watch-bitfields.c: New file.
15930
15931 2014-09-16 Pedro Alves <palves@redhat.com>
15932
15933 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15934 software and hardware addresses, not software address against
15935 itself.
15936
15937 2014-09-16 Pedro Alves <palves@redhat.com>
15938
15939 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15940 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15941
15942 2014-09-16 Pedro Alves <palves@redhat.com>
15943
15944 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15945 files.
15946 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15947 "*-*-vxworks*" throughout.
15948 * gdb.base/break.exp: Likewise.
15949 * gdb.base/default.exp: Likewise.
15950 * gdb.base/scope.exp: Likewise.
15951 * gdb.base/sepdebug.exp: Likewise.
15952 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15953 throughout.
15954 * gdb.base/run.c: Likewise.
15955 * gdb.base/sepdebug.c: Likewise.
15956 * gdb.hp/gdb.aCC/run.c: Likewise.
15957 * gdb.reverse/until-reverse.c: Likewise.
15958 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15959
15960 2014-09-16 Yao Qi <yao@codesourcery.com>
15961
15962 * boards/local-remote-host-native.exp: New file.
15963
15964 2014-09-14 Doug Evans <xdje42@gmail.com>
15965
15966 * gdb.threads/queue-signal.c (thread_count): New variable.
15967 (thread_count_mutex, thread_count_condvar): New variables.
15968 (incr_thread_count, wait_all_threads_running): New functions.
15969 (main): Wait for all threads to be in their thread functions.
15970
15971 2014-09-13 Doug Evans <xdje42@gmail.com>
15972
15973 * gdb.threads/queue-signal.c: New file.
15974 * gdb.threads/queue-signal.exp: New file.
15975
15976 2014-09-13 Doug Evans <xdje42@gmail.com>
15977
15978 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15979 be consistent with what default_gdb_init uses.
15980 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15981 the plain text of the prompt. Add some logging printfs.
15982 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15983
15984 2014-09-12 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15987 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15988 * gdb.arch/i386-size-overlap.exp: Likewise.
15989 * gdb.arch/i386-size.exp: Likewise.
15990 * gdb.arch/i386-unwind.exp: Likewise.
15991 * gdb.base/a2-run.exp: Likewise.
15992 * gdb.base/break.exp: Likewise.
15993 * gdb.base/charset.exp: Likewise.
15994 * gdb.base/chng-syms.exp: Likewise.
15995 * gdb.base/commands.exp: Likewise.
15996 * gdb.base/dbx.exp: Likewise.
15997 * gdb.base/find.exp: Likewise.
15998 * gdb.base/funcargs.exp: Likewise.
15999 * gdb.base/jit-simple.exp: Likewise.
16000 * gdb.base/reread.exp: Likewise.
16001 * gdb.base/sepdebug.exp: Likewise.
16002 * gdb.base/step-bt.exp: Likewise.
16003 * gdb.cp/mb-inline.exp: Likewise.
16004 * gdb.cp/mb-templates.exp: Likewise.
16005 * gdb.objc/basicclass.exp: Likewise.
16006 * gdb.threads/killed.exp: Likewise.
16007
16008 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16009
16010 PR tdep/17379
16011 * gdb.arch/powerpc-stackless.S: New file.
16012 * gdb.arch/powerpc-stackless.exp: New file.
16013
16014 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16015
16016 * gdb.base/attach.c: Include unistd.h.
16017 (main): Call alarm. Add label postloop.
16018 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16019 gdb_breakpoint, gdb_continue_to_breakpoint.
16020 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16021
16022 2014-09-11 Pedro Alves <palves@redhat.com>
16023
16024 PR gdb/17347
16025 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16026 * gdb.base/attach.exp (test_command_line_attach_run): New
16027 procedure.
16028 (top level): Call it.
16029
16030 2014-09-11 Pedro Alves <palves@redhat.com>
16031
16032 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16033 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16034 (do_command_attach_tests): Use spawn_wait_for_attach.
16035 * gdb.base/solib-overlap.exp: Likewise.
16036 * gdb.multi/multi-attach.exp: Likewise.
16037 * gdb.python/py-prompt.exp: Likewise.
16038 * gdb.python/py-sync-interp.exp: Likewise.
16039 * gdb.server/ext-attach.exp: Likewise.
16040
16041 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16042
16043 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16044 command in testcase. Simplify testcase.
16045
16046 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16047
16048 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16049
16050 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16051
16052 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16053
16054 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16055
16056 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16057
16058 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16059
16060 * gdb.dwarf2/dynarr-ptr.c: New file.
16061 * gdb.dwarf2/dynarr-ptr.exp: New file.
16062
16063 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16064
16065 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16066 of 30 rather than hardcoding 120 for a slow test case. Take the
16067 `gdb,timeout' target setting into account for this calculation.
16068 Don't extend the timeout for the test cases that don't need it.
16069
16070 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16071
16072 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16073 a factor of 2 for a slow test case. Take the `gdb,timeout'
16074 target setting into account for this calculation.
16075 * gdb.reverse/until-precsave.exp: Increase the timeout by
16076 a factor of 15 and 3 respectively rather than adding 120
16077 for a pair of slow test cases. Take the `gdb,timeout'
16078 target setting into account for this calculation.
16079
16080 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16081
16082 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16083 timeout, don't pass one down to gdb_expect.
16084 (gdb_expect): Rework timeout selection.
16085
16086 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16087
16088 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16089 exception on timeout.
16090 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16091 (gdbserver_start_extended): Catch any `gdbserver_start' error
16092 exceptions.
16093 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16094 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16095 `gdbserver_gdb_load' error exceptions.
16096
16097 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16098
16099 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16100 120 on waiting for the TCP socket to open.
16101
16102 2014-09-09 Doug Evans <xdje42@gmail.com>
16103
16104 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16105 _caller_matches, _any_caller_is, _any_caller_matches.
16106
16107 2014-09-09 Doug Evans <xdje42@gmail.com>
16108
16109 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16110
16111 2014-09-09 Yao Qi <yao@codesourcery.com>
16112
16113 * gdb.mi/mi-var-display.exp: Set print symbol off.
16114
16115 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16116
16117 PR gdb/17035
16118 * gdb.base/commands.exp: Add tests to verify user-defined
16119 commands with empty bodies.
16120 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16121 python commands in `show user command`.
16122 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16123 scheme commands in `show user command`.
16124
16125 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16126
16127 PR python/17355
16128 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16129 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16130 * gdb.python/py-framefilter-invalidarg.exp: New file.
16131 * gdb.python/py-framefilter-invalidarg.py: New file.
16132
16133 2014-09-06 Doug Evans <xdje42@gmail.com>
16134
16135 PR 15276
16136 * gdb.python/py-caller-is.c: New file.
16137 * gdb.python/py-caller-is.exp: New file.
16138
16139 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16140
16141 PR gdb/17235
16142 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16143 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16144
16145 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16146
16147 PR fortran/17237
16148 * gdb.fortran/print-formatted.exp: New file.
16149 * gdb.fortran/print-formatted.f90: Likewise.
16150
16151 2014-09-03 Sasha Smundak <asmundak@google.com>
16152
16153 * gdb.python/py-frame.exp: Test Frame.read_register.
16154
16155 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16156
16157 PR python/16699
16158 * gdb.python/py-completion.exp: New file.
16159 * gdb.python/py-completion.py: Likewise.
16160
16161 2014-08-28 Doug Evans <dje@google.com>
16162
16163 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16164 eax,etc. are live with values set by gdb and thus the compiler can't
16165 use them.
16166 * gdb.arch/i386-pseudo.c (main): Ditto.
16167
16168 2014-08-27 Doug Evans <dje@google.com>
16169
16170 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16171
16172 2014-08-25 Doug Evans <dje@google.com>
16173
16174 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16175 (main): Ditto.
16176
16177 2014-08-25 Doug Evans <dje@google.com>
16178
16179 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16180
16181 2014-08-24 Yao Qi <yao@codesourcery.com>
16182
16183 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16184 symbol off.
16185 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16186
16187 2014-08-22 Doug Evans <dje@google.com>
16188
16189 PR 17276
16190 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16191 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16192 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16193
16194 2014-08-22 Yao Qi <yao@codesourcery.com>
16195
16196 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16197 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16198 * gdb.python/python.exp: Likewise. Use .py file on the host
16199 instead of the build.
16200
16201 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16202
16203 * gdb.threads/gcore-stale-thread.c: New file.
16204 * gdb.threads/gcore-stale-thread.exp: New file.
16205
16206 2014-08-21 Pedro Alves <palves@redhat.com>
16207
16208 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16209 * gdb.base/gcore-relro-pie.exp: Likewise.
16210 * gdb.base/gcore-relro.exp: Likewise.
16211 * gdb.base/gcore.exp: Likewise.
16212 * gdb.base/print-symbol-loading.exp: Likewise.
16213 * gdb.threads/gcore-thread.exp: Likewise.
16214 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16215
16216 2014-08-20 Pedro Alves <palves@redhat.com>
16217 Jan Kratochvil <jan.kratochvil@redhat.com>
16218
16219 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16220 configure.
16221 (EXPECT): Handle READ1 being set.
16222 (all): Depend on EXTRA_RULES.
16223 (check-read1, expect-read1, read1.so, read1): New rules.
16224 * README (Testsuite Parameters): Document the READ1 make variable.
16225 (Race detection): New section.
16226 * configure: Regenerate.
16227 * configure.ac: If build==host==target, and running under a
16228 GNU/glibc system, add read1 to the extra Makefile rules.
16229 (EXTRA_RULES): AC_SUBST it.
16230 * lib/read1.c: New file.
16231
16232 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16233
16234 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16235 the handling of variables declared as a typedef to an array
16236 which a DW_AT_data_location attribute.
16237
16238 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16239 Pedro Alves <palves@redhat.com>
16240
16241 PR symtab/14604
16242 PR symtab/14605
16243 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16244 gdb_test.
16245
16246 2014-08-19 Pedro Alves <palves@redhat.com>
16247
16248 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16249
16250 2014-08-19 Yao Qi <yao@codesourcery.com>
16251
16252 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16253 right line.
16254
16255 2014-08-18 David Blaikie <dblaikie@gmail.com>
16256
16257 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16258
16259 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16260
16261 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16262 attribute in array range.
16263
16264 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16265
16266 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16267
16268 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16269
16270 PR c++/17132
16271 * gdb.cp/pr17132.cc: New file.
16272 * gdb.cp/pr17132.exp: New file.
16273
16274 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16275
16276 * gdb.python/py-xmethods.py (A_getarrayind)
16277 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16278 Use 'print' with function call syntax.
16279 (E_method_matcher.match): Fix tab vs space indentation mixup.
16280
16281 2014-08-15 Yao Qi <yao@codesourcery.com>
16282
16283 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16284 false.
16285
16286 2014-08-15 Yao Qi <yao@codesourcery.com>
16287
16288 * gdb.cp/casts.exp: Set print symbol off.
16289 * gdb.cp/class2.exp: Likewise.
16290 * gdb.cp/overload.exp: Likewise.
16291 * gdb.cp/templates.exp: Likewise.
16292
16293 2014-08-11 Doug Evans <dje@google.com>
16294
16295 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16296 (test_load_shlib): Update.
16297
16298 2014-08-09 Yao Qi <yao@codesourcery.com>
16299
16300 * gdb.base/display.exp: Invoke is_address_zero_readable.
16301 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16302 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16303 * gdb.base/hbreak-unmapped.exp: Return if
16304 is_address_zero_readable returns true.
16305 * gdb.base/signest.exp: Likewise.
16306 * gdb.base/signull.exp: Likewise.
16307 * gdb.base/sigbpt.exp: Likewise.
16308 * gdb.guile/scm-disasm.exp: Do the test if
16309 is_address_zero_readable returns false.
16310 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16311 * gdb.python/py-arch.exp: Likewise.
16312 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16313 * lib/gdb.exp (is_address_zero_readable): New proc.
16314
16315 2014-08-09 Yao Qi <yao@codesourcery.com>
16316
16317 PR testsuite/13443
16318 * gdb.mi/mi-var-display.exp: Make test messages unique.
16319
16320 2014-08-04 Tom Tromey <tromey@redhat.com>
16321
16322 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16323 target 0".
16324
16325 2014-08-04 Tom Tromey <tromey@redhat.com>
16326
16327 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16328 "target_resume".
16329
16330 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16331
16332 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16333 inner_vla_struct_object_size.
16334 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16335 as xfail.
16336
16337 2014-07-30 Pedro Alves <palves@redhat.com>
16338
16339 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16340 comment.
16341
16342 2014-07-29 Yao Qi <yao@codesourcery.com>
16343
16344 PR gdb/17206
16345 * gdb.base/until-nodebug.exp: New.
16346
16347 2014-07-28 Doug Evans <xdje42@gmail.com>
16348
16349 PR guile/17203
16350 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16351 previously existing parameter, and previously ambiguously spelled
16352 parameter.
16353
16354 2014-07-28 Will Newton <will.newton@linaro.org>
16355
16356 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16357
16358 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16359 Doug Evans <xdje42@gmail.com>
16360
16361 PR guile/17146
16362 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16363
16364 2014-07-25 Pedro Alves <palves@redhat.com>
16365
16366 * gdb.threads/signal-command-handle-nopass.c: New file.
16367 * gdb.threads/signal-command-handle-nopass.exp: New file.
16368 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16369 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16370 * gdb.threads/signal-delivered-right-thread.c: New file.
16371 * gdb.threads/signal-delivered-right-thread.exp: New file.
16372
16373 2014-07-25 Pedro Alves <palves@redhat.com>
16374
16375 * gdb.base/double-prompt-target-event-error.exp
16376 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16377 match.
16378 (cancel_pagination_in_target_event): Rework double prompt
16379 detection.
16380 * gdb.base/paginate-after-ctrl-c-running.exp
16381 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16382 <return>' match.
16383 * gdb.base/paginate-bg-execution.exp
16384 (test_bg_execution_pagination_return)
16385 (test_bg_execution_pagination_cancel): Remove '-notransfer
16386 <return>' matches.
16387 * gdb.base/paginate-execution-startup.exp
16388 (test_fg_execution_pagination_return)
16389 (test_fg_execution_pagination_cancel): Remove '-notransfer
16390 <return>' matches.
16391 * gdb.base/paginate-inferior-exit.exp
16392 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16393 match.
16394 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16395 * lib/gdb.exp (pagination_prompt): Run text through
16396 string_to_regexp.
16397 (gdb_test_multiple): Match $pagination_prompt instead of
16398 "<return>".
16399 (string_to_regexp): Move to lib/gdb-utils.exp.
16400
16401 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16402
16403 * gdb.arch/amd64-entry-value-paramref.S: New file.
16404 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16405 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16406 * gdb.arch/amd64-optimout-repeat.S: New file.
16407 * gdb.arch/amd64-optimout-repeat.c: New file.
16408 * gdb.arch/amd64-optimout-repeat.exp: New file.
16409
16410 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16411
16412 PR gdb/17170
16413 * gdb.base/statistics.exp: New file.
16414
16415 2014-07-17 Doug Evans <dje@google.com>
16416
16417 PR gdb/17170
16418 * gdb.base/maint.exp: Update testing of per-command stats.
16419
16420 2014-07-16 Pedro Alves <palves@redhat.com>
16421
16422 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16423 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16424 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16425 (tfile_write_buf): New functions.
16426 (add_memory_block): Rewrite using the above.
16427 (adjust_function_address): New function.
16428 (FUNCTION_ADDRESS): New macro.
16429 (write_basic_trace_file): Remove short_x local, and use
16430 tfile_write_16. Change type of func_addr local to unsigned long
16431 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16432 here. Cast argument of add_memory_block to char pointer.
16433 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16434 (main): Remove parameters.
16435 * gdb.trace/tfile.exp: Remove nowarnings.
16436
16437 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16438
16439 * gdb.base/debug-expr.exp: Test string evaluation with
16440 "debug expression" on.
16441
16442 2014-07-15 Pedro Alves <palves@redhat.com>
16443
16444 * gdb.base/reread.exp: Use clean_restart.
16445
16446 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16447
16448 * gdb.arch/avr-flash-qualifer.c: New.
16449 * gdb.arch/avr-flash-qualifer.exp: New.
16450
16451 2014-07-14 Pedro Alves <palves@redhat.com>
16452
16453 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16454 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16455
16456 2014-07-14 Pedro Alves <palves@redhat.com>
16457
16458 * gdb.base/double-prompt-target-event-error.c: New file.
16459 * gdb.base/double-prompt-target-event-error.exp: New file.
16460
16461 2014-07-14 Pedro Alves <palves@redhat.com>
16462
16463 PR gdb/17072
16464 * gdb.base/paginate-inferior-exit.c: New file.
16465 * gdb.base/paginate-inferior-exit.exp: New file.
16466
16467 2014-07-14 Pedro Alves <palves@redhat.com>
16468
16469 PR gdb/17072
16470 * gdb.base/paginate-bg-execution.c: New file.
16471 * gdb.base/paginate-bg-execution.exp: New file.
16472
16473 2014-07-14 Pedro Alves <palves@redhat.com>
16474
16475 PR gdb/17072
16476 * gdb.base/paginate-execution-startup.c: New file.
16477 * gdb.base/paginate-execution-startup.exp: New file.
16478 * lib/gdb.exp (pagination_prompt): New global.
16479 (default_gdb_spawn): New procedure, factored out from
16480 default_gdb_spawn.
16481 (default_gdb_start): Adjust to call default_gdb_spawn.
16482 (gdb_spawn): New procedure.
16483
16484 2014-07-14 Pedro Alves <palves@redhat.com>
16485
16486 * lib/gdb.exp (gdb_assert): New procedure.
16487 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16488
16489 2014-07-14 Pedro Alves <palves@redhat.com>
16490
16491 * gdb.base/execution-termios.c: New file.
16492 * gdb.base/execution-termios.exp: New file.
16493
16494 2014-07-14 Tom Tromey <tromey@redhat.com>
16495
16496 * gdb.cp/vla-cxx.cc: New file.
16497 * gdb.cp/vla-cxx.exp: New file.
16498
16499 2014-07-14 Tom Tromey <tromey@redhat.com>
16500
16501 * gdb.reverse/rerun-prec.c: New file.
16502 * gdb.reverse/rerun-prec.exp: New file.
16503
16504 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16505 Maciej W. Rozycki <macro@codesourcery.com>
16506
16507 * lib/gdb-utils.exp: New file.
16508 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16509 inline `gdb_init_command' processing.
16510 (gdb_start_cmd): Likewise.
16511 * lib/mi-support.exp (mi_run_cmd): Likewise.
16512 * README: Document `gdb_init_command' and `gdb_init_commands'.
16513
16514 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16515
16516 Fix false FAIL running under a very long directory name.
16517 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16518 and "set print elements 10000". Twice.
16519
16520 2014-07-11 Yao Qi <yao@codesourcery.com>
16521
16522 * gdb.base/exprs.exp: "set print symbol off".
16523
16524 2014-07-11 Pedro Alves <palves@redhat.com>
16525
16526 * gdb.threads/kill.c: New file.
16527 * gdb.threads/kill.exp: New file.
16528
16529 2014-07-10 Yao Qi <yao@codesourcery.com>
16530
16531 * gdb.trace/tfile.c (write_basic_trace_file)
16532 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16533 address written to trace file.
16534
16535 2014-07-09 Pedro Alves <palves@redhat.com>
16536
16537 * gdb.base/attach-wait-input.exp: New file.
16538 * gdb.base/attach-wait-input.c: New file.
16539
16540 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16541
16542 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16543 setting up test structures.
16544 (main): Call new test function.
16545 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16546 test function, continue into test function and walk test
16547 structures.
16548
16549 2014-07-02 Yao Qi <yao@codesourcery.com>
16550
16551 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16552 'bar_start' at the beginning of functions 'foo' and 'bar'
16553 respectively.
16554 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16555 instead of 'foo' and 'bar'.
16556
16557 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16558
16559 * gdb.btrace/segv.exp: New.
16560 * gdb.btrace/segv.c: New.
16561
16562 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16563
16564 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16565 instruction.
16566
16567 2014-06-30 Mark Wielaard <mjw@redhat.com>
16568
16569 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16570 vulture, vilify, villar): New volatile array constants.
16571 (vindictive, vegetation): New const volatile array constants.
16572 * gdb.base/volatile.exp: Test volatile and const volatile array
16573 types.
16574
16575 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16576
16577 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16578 target lacks support for awatch, rwatch, or hbreak.
16579
16580 2014-06-27 Yao Qi <yao@codesourcery.com>
16581
16582 * gdb.multi/dummy-frame-restore.exp: New.
16583 * gdb.multi/dummy-frame-restore.c: New.
16584
16585 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16586
16587 * gdb.btrace/gcore.exp: New.
16588
16589 2014-06-23 Pedro Alves <palves@redhat.com>
16590
16591 * gdb.base/watchpoint-reuse-slot.c: New file.
16592 * gdb.base/watchpoint-reuse-slot.exp: New file.
16593
16594 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16595
16596 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16597 progspace's filename in 'info', 'enable' and 'disable' command
16598 tests.
16599
16600 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16601
16602 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16603 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16604 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16605
16606 2014-06-20 Gary Benson <gbenson@redhat.com>
16607
16608 * gdb.arch/i386-avx.exp: Fix include file location.
16609 * gdb.arch/i386-sse.exp: Likewise.
16610
16611 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16612
16613 * gdb.dlang/expression.exp: New file.
16614
16615 2014-06-19 Pedro Alves <palves@redhat.com>
16616
16617 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16618 out from ...
16619 (top level): ... here. Iterate running tests under different
16620 scheduler-locking settings.
16621
16622 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16623
16624 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16625 to DW_FORM_addr and use non-zero addresses.
16626
16627 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16628
16629 PR gdb/17017
16630 * gdb.python/py-xmethods.cc: Add global function call counters and
16631 increment them in their respective functions. Remove "cout"
16632 statements.
16633 * gdb.python/py-xmethods.exp: Make tests check the global function
16634 call counters instead of depending on inferior IO.
16635
16636 2014-06-18 Don Breazeal <donb@codesourcery.com>
16637
16638 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16639 Deleted procedure.
16640 (explicit_fork_parent_follow): Deleted procedure.
16641 (explicit_fork_child_follow): Deleted procedure.
16642 (test_follow_fork): New procedure.
16643 (do_fork_tests): Replace calls to deleted procedures with
16644 calls to test_follow_fork and reset GDB for subsequent
16645 procedure calls.
16646
16647 2014-06-17 Yao Qi <yao@codesourcery.com>
16648
16649 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16650 CP1252.
16651
16652 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16653
16654 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16655 Initialize ptr and S explicitly.
16656 (skip_type_update_when_not_use_rtti_test): Likewise.
16657
16658 2014-06-16 Keith Seitz <keiths@redhat.com>
16659
16660 PR mi/15863
16661 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16662 the inferior is started.
16663
16664 2014-06-16 Pedro Alves <palves@redhat.com>
16665
16666 * gdb.base/break-main-file-remove-fail.c: New file.
16667 * gdb.base/break-main-file-remove-fail.exp: New file.
16668 * gdb.base/break-unload-file.exp: Use build_executable instead of
16669 prepare_for_testing.
16670 (test_break): New parameter "initial_load". Handle it.
16671 (top level): Add initial_load cmdline/file axis.
16672
16673 2014-06-12 Tom Tromey <tromey@redhat.com>
16674
16675 * gdb.base/completion.exp: Don't use directory name in test.
16676
16677 2014-06-09 Gary Benson <gbenson@redhat.com>
16678
16679 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16680 separate the always-available ANSI-standard signals from the
16681 signals that require checking.
16682 (main): Likewise.
16683 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16684 Likewise.
16685 (main): Likewise.
16686
16687 2014-06-07 Keith Seitz <keiths@redhat.com>
16688
16689 Revert:
16690 PR c++/16253
16691 * gdb.cp/var-tag.cc: New file.
16692 * gdb.cp/var-tag.exp: New file.
16693 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16694 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16695 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16696 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16697
16698 2014-06-06 Doug Evans <xdje42@gmail.com>
16699
16700 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16701
16702 2014-06-06 Pedro Alves <palves@redhat.com>
16703
16704 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16705 in target debug output instead of looking at RSP packets,
16706 disabling the test on any target that uses hardware stepping.
16707 Update comments.
16708
16709 2014-06-06 Pedro Alves <palves@redhat.com>
16710
16711 * gdb.base/break-unload-file.exp: Fix typo.
16712
16713 2014-06-06 Yao Qi <yao@codesourcery.com>
16714
16715 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16716 from "jit_function" to "^jit_function".
16717
16718 2014-06-06 Yao Qi <yao@codesourcery.com>
16719
16720 * gdb.base/async.c (foo): Add one statement.
16721 * gdb.base/async.exp: Get the next instruction address and
16722 match the output of "nexti" by instruction address. Match
16723 the hex address in the output of "finish".
16724
16725 2014-06-06 Gary Benson <gbenson@redhat.com>
16726
16727 * gdb.base/call-signals.c: Remove preprocessor conditionals
16728 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16729 SIGSEGV and SIGTERM.
16730 * gdb.base/sigall.c: Likewise.
16731 * gdb.base/unwindonsignal.c: Likewise.
16732 * gdb.reverse/sigall-reverse.c: Likewise.
16733
16734 2014-06-06 Yao Qi <yao@codesourcery.com>
16735
16736 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16737 readable, skip the test.
16738
16739 2014-06-06 Yao Qi <yao@codesourcery.com>
16740
16741 * gdb.threads/staticthreads.c (thread_function): Move the line
16742 setting breakpoint on forward.
16743 * gdb.threads/staticthreads.exp: Update comments.
16744
16745 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16746
16747 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16748 "history-append! type error".
16749
16750 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16751
16752 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16753 erroneous dprintf expected input.
16754
16755 2014-06-04 Doug Evans <xdje42@gmail.com>
16756
16757 * gdb.guile/scm-generics.exp: Delete.
16758
16759 2014-06-04 Doug Evans <xdje42@gmail.com>
16760
16761 * gdb.guile/scm-breakpoint.exp: Update.
16762 Add tests for breakpoint registration.
16763
16764 2014-06-04 Tom Tromey <tromey@redhat.com>
16765
16766 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16767 VLA-in-union.
16768 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16769 inner_vla_struct, vla_union types. Initialize objects of those
16770 types and compute their sizes.
16771
16772 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16773 Hui Zhu <hui@codesourcery.com>
16774
16775 * gdb.base/fileio.exp: Add test for shell not available as well as
16776 available.
16777 * gdb.base/fileio.c (test_system): Check for shell twice.
16778
16779 2014-06-04 Yao Qi <yao@codesourcery.com>
16780
16781 * gdb.base/auto-connect-native-target.exp: Remove redundant
16782 space from the regexp pattern.
16783
16784 2014-06-04 Yao Qi <yao@codesourcery.com>
16785
16786 * gdb.base/default.exp: Replace "child" with "native" in
16787 regexp pattern.
16788
16789 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16790
16791 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16792 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16793 * gdb.python/py-xmethods.py: Python script supporting the
16794 new testcase and tests.
16795
16796 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16797 Pedro Alves <palves@redhat.com>
16798
16799 PR breakpoints/17000
16800 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16801 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16802
16803 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16804
16805 * gdb.base/subst.exp: Add tests to verify partial path matching
16806 output.
16807
16808 2014-06-03 Pedro Alves <palves@redhat.com>
16809
16810 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16811 target that doesn't use software single-stepping.
16812
16813 2014-06-03 Pedro Alves <palves@redhat.com>
16814
16815 PR breakpoints/17000
16816 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16817 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16818
16819 2014-06-02 Doug Evans <xdje42@gmail.com>
16820
16821 * gdb.guile/scm-parameter.exp: New file.
16822
16823 2014-06-02 Doug Evans <xdje42@gmail.com>
16824
16825 * gdb.guile/scm-cmd.c: New file.
16826 * gdb.guile/scm-cmd.exp: New file.
16827
16828 2014-06-02 Doug Evans <xdje42@gmail.com>
16829
16830 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16831 pretty-printer lookup.
16832 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16833 (make-pp_s-printer): Call it.
16834 (make-pretty-printer-from-dict): New function.
16835 (lookup-pretty-printer-maker-from-dict): New function.
16836 (*pretty-printer*): Simplify.
16837 (make-objfile-pp_s-printer): New function.
16838 (install-objfile-pretty-printers!): New function.
16839 (make-progspace-pp_s-printer): New function.
16840 (install-progspace-pretty-printers!): New function.
16841 * gdb.guile/scm-progspace.c: New file.
16842 * gdb.guile/scm-progspace.exp: New file.
16843
16844 2014-06-02 Pedro Alves <palves@redhat.com>
16845
16846 * gdb.base/dprintf-bp-same-addr.c: New file.
16847 * gdb.base/dprintf-bp-same-addr.exp: New file.
16848
16849 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16850
16851 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16852 * gdb.arch/powerpc-power.s: Likewise.
16853
16854 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16855
16856 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16857
16858 2014-06-01 Yao Qi <yao@codesourcery.com>
16859
16860 * gdb.base/watchpoint.exp (test_watch_location): Check null
16861 pointer can be dereferenced. If not, do the test, otherwise
16862 skip it.
16863
16864 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16865
16866 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16867 results.
16868 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16869
16870 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16871
16872 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16873 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16874 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16875 * gdb.arch/amd64-invalid-stack-top.c: New file.
16876 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16877
16878 2014-05-30 Pedro Alves <palves@redhat.com>
16879
16880 PR breakpoints/17000
16881 * gdb.base/sss-bp-on-user-bp.c: New file.
16882 * gdb.base/sss-bp-on-user-bp.exp: New file.
16883
16884 2014-05-30 David Blaikie <dblaikie@gmail.com>
16885
16886 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16887 gnu_inline semantics via attribute.
16888 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16889 source explicitly specifies the required semantics.
16890
16891 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16892
16893 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16894
16895 2014-05-29 Pedro Alves <palves@redhat.com>
16896 Tom Tromey <tromey@redhat.com>
16897
16898 * gdb.base/async-shell.exp: Don't enable target-async.
16899 * gdb.base/async.exp
16900 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16901 parameter. Adjust.
16902 (top level): Don't test with "target-async".
16903 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16904 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16905 * gdb.base/inferior-died.exp: Don't enable target-async.
16906 * gdb.base/interrupt-noterm.exp: Likewise.
16907 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16908 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16909 * gdb.mi/mi-nonstop.exp: Likewise.
16910 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16911 * gdb.mi/mi-nsintrall.exp: Likewise.
16912 * gdb.mi/mi-nsmoribund.exp: Likewise.
16913 * gdb.mi/mi-nsthrexec.exp: Likewise.
16914 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16915 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16916 * gdb.python/py-evsignal.exp: Don't enable target-async.
16917 * gdb.python/py-evthreads.exp: Likewise.
16918 * gdb.python/py-prompt.exp: Likewise.
16919 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16920 * gdb.server/solib-list.exp: Don't enable target-async.
16921 * gdb.threads/thread-specific-bp.exp: Likewise.
16922 * lib/mi-support.exp: Adjust to use mi-async.
16923
16924 2014-05-29 Pedro Alves <palves@redhat.com>
16925
16926 PR gdb/13860
16927 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16928 reason, even in sync mode.
16929
16930 2014-05-29 Pedro Alves <palves@redhat.com>
16931 Hui Zhu <hui@codesourcery.com>
16932
16933 PR PR15693
16934 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16935 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16936 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16937 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16938
16939 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16940
16941 * config/monitor.exp (gdb_target_monitor): Replace use of
16942 "set remotebaud" by "set serial baud".
16943
16944 2014-05-26 Andy Wingo <wingo@igalia.com>
16945
16946 * gdb.guile/scm-breakpoint.exp:
16947 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16948 properties instead of gdb-object-properties.
16949
16950 2014-05-26 Yao Qi <yao@codesourcery.com>
16951
16952 * gdb.server/no-thread-db.exp: Specify source file name
16953 explicitly when setting a breakpoint.
16954
16955 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16956
16957 * gdb.btrace/vdso.c: New.
16958 * gdb.btrace/vdso.exp: New.
16959
16960 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16961
16962 * gdb.base/gcore.exp (capture_command_output): Move ...
16963 * lib/gdb.exp (capture_command_output): ... here.
16964
16965 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16966
16967 * gdb.btrace/data.exp: Test memory access during btrace replay.
16968
16969 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16970
16971 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16972
16973 2014-05-21 Pedro Alves <palves@redhat.com>
16974
16975 PR gdb/13860
16976 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16977 (top level): Test that output related to execution commands is
16978 sent to the console with CLI commands, but not with MI commands.
16979 Test that breakpoint events are always mirrored to the console.
16980 Also expect the new source line to be output after a "next" in
16981 async mode too. Make it a pass/fail test.
16982 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16983 output.
16984 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16985
16986 2014-05-21 Pedro Alves <palves@redhat.com>
16987
16988 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16989 Use them to test variations of "list" after reaching a breakpoint.
16990 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16991 Test "list" with listsize 10 after reaching a breakpoint.
16992 * gdb.python/python.exp (decode_line current location line
16993 number): Adjust expected line number.
16994
16995 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16996
16997 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16998 behavior for $args, pass it directly to "run".
16999
17000 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17001
17002 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17003 30000 to 65536.
17004
17005 2014-05-21 Pedro Alves <palves@redhat.com>
17006
17007 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17008 auto-connect-native-target off".
17009 * gdb.base/auto-connect-native-target.c: New file.
17010 * gdb.base/auto-connect-native-target.exp: New file.
17011
17012 2014-05-21 Pedro Alves <palves@redhat.com>
17013
17014 * gdb.base/default.exp: Test "target native" instead of "target
17015 child".
17016
17017 2014-05-21 Mark Wielaard <mjw@redhat.com>
17018
17019 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17020
17021 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17022
17023 Fix TLS access for -static -pthread.
17024 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17025 <HAVE_TLS> (thread_function, main): Initialize it.
17026 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17027 Add clean_restart.
17028 <$have_tls != "">: Check TLSVAR.
17029
17030 2014-05-21 Pedro Alves <palves@redhat.com>
17031
17032 * gdb.base/dcache-line-read-error.c: New.
17033 * gdb.base/dcache-line-read-error.exp: New.
17034
17035 2014-05-20 Pedro Alves <palves@redhat.com>
17036
17037 * gdb.base/compare-sections.c: New file.
17038 * gdb.base/compare-sections.exp: New file.
17039
17040 2014-05-20 Pedro Alves <palves@redhat.com>
17041
17042 * gdb.base/break-idempotent.c: New file.
17043 * gdb.base/break-idempotent.exp: New file.
17044
17045 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17046
17047 * gdb.btrace/nohist.exp: New.
17048
17049 2014-05-20 Yao Qi <yao@codesourcery.com>
17050
17051 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17052 gdb.reverse directory and gdb_reverse_timeout exists in board
17053 setting.
17054 * README: Document gdb_reverse_timeout.
17055
17056 2014-05-20 Yao Qi <yao@codesourcery.com>
17057
17058 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17059 'test_file_name'. Treat args as a string instead of a list.
17060 (gdb_init): Rename argument 'args' by 'test_file_name'.
17061
17062 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17063
17064 * gdb.arch/powerpc-power.exp: New file.
17065 * gdb.arch/powerpc-power.s: New file.
17066
17067 2014-05-16 Doug Evans <dje@google.com>
17068
17069 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17070 * gdb.base/completion.exp: Check that all expected files exist
17071 before doing file completion.
17072
17073 2014-05-16 Doug Evans <dje@google.com>
17074
17075 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17076 Update.
17077 (do_syscall_tests_without_xml): Update.
17078
17079 2014-05-16 Pedro Alves <palves@redhat.com>
17080
17081 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17082 instead of "unknown output after running".
17083
17084 2014-05-16 Yao Qi <yao@codesourcery.com>
17085
17086 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17087 file1.txt from host at the end.
17088 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17089
17090 2014-05-15 Doug Evans <dje@google.com>
17091
17092 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17093 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17094 loading file. Add test for TU lookup.
17095
17096 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17097
17098 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17099 calling "-exec-arguments" or "set args" before running the
17100 inferior.
17101
17102 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17103
17104 * lib/mi-support.exp (mi_expect_stop): Expect message for
17105 inferiors that exit with non-zero exit code.
17106
17107 2014-05-14 Yao Qi <yao@codesourcery.com>
17108
17109 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17110 match absolute path on remote host.
17111 (test_file_list_exec_source_files): Remove "/" from the
17112 pattern.
17113
17114 2014-05-14 Yao Qi <yao@codesourcery.com>
17115
17116 * boards/local-remote-host-notty.exp (${board}_file): New
17117 proc.
17118
17119 2014-05-07 Kyle McMartin <kyle@redhat.com>
17120
17121 Pushed by Joel Brobecker <brobecker@adacore.com>.
17122 * gdb.arch/aarch64-atomic-inst.c: New file.
17123 * gdb.arch/aarch64-atomic-inst.exp: New file.
17124
17125 2014-05-07 Yao Qi <yao@codesourcery.com>
17126
17127 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17128 in current context" too.
17129
17130 2014-05-05 Keith Seitz <keiths@redhat.com>
17131
17132 * gdb.linespec/ls-dollar.exp: Add test for linespec
17133 file:convenience_variable.
17134
17135 2014-05-05 Yao Qi <yao@codesourcery.com>
17136
17137 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17138 traceframes into tfile and ctf trace files. Read data from
17139 trace file and test collected data.
17140 (gdb_collect_locals_test): Likewise.
17141 (gdb_unavailable_registers_test): Likewise.
17142 (gdb_unavailable_floats): Likewise.
17143 (gdb_collect_globals_test): Likewise.
17144 (top-level): Append "ctf" to trace_file_targets if GDB
17145 supports.
17146
17147 2014-05-05 Yao Qi <yao@codesourcery.com>
17148
17149 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17150 code to ...
17151 (gdb_collect_args_test_1): ... it. New proc.
17152 (gdb_collect_locals_test): Move some code to ...
17153 (gdb_collect_locals_test_1): ... it. New proc.
17154 (gdb_unavailable_registers_test): Move some code to ...
17155 (gdb_unavailable_registers_test_1): ... it. New proc.
17156 (gdb_unavailable_floats): Move some code to ...
17157 (gdb_unavailable_floats_1): ... it. New proc.
17158
17159 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17160
17161 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17162 probes to test for bitness recognition.
17163 * gdb.arch/amd64-stap-optional-prefix.exp
17164 (test_probe_value_without_reg): New procedure.
17165 Add code to test for different kinds of bitness.
17166
17167 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17168
17169 PR breakpoints/16889
17170 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17171 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17172
17173 2014-05-01 Pedro Alves <palves@redhat.com>
17174
17175 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17176 gdb_file_cmd if no file is specified.
17177 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17178 last_loaded_file to set the remote exec-file.
17179
17180 2014-05-01 Pedro Alves <palves@redhat.com>
17181
17182 * boards/local-remote-host.exp: New file.
17183
17184 2014-05-01 Pedro Alves <palves@redhat.com>
17185
17186 * boards/local-remote-host.exp: Rename to ...
17187 * boards/local-remote-host-notty.exp: ... this.
17188
17189 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17190
17191 * gdb.ada/dyn_arrayidx: New testcase.
17192
17193 2014-04-26 Yao Qi <yao@codesourcery.com>
17194
17195 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17196 and compute the length of function main. Save it in
17197 $main_length.
17198 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17199 (top-level): Use gdb_compile to compile objects into
17200 executable and restart GDB. Remove invocation to
17201 prepare_for_testing.
17202
17203 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17204 Pedro Alves <palves@redhat.com>
17205
17206 PR server/16255
17207 * gdb.multi/multi-attach.c: New file.
17208 * gdb.multi/multi-attach.exp: New file.
17209
17210 2014-04-25 Pedro Alves <palves@redhat.com>
17211
17212 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17213 user.
17214 (top level): Test that "set remote conditional-breakpoints-packet
17215 off" works as intended.
17216 * gdb.base/dprintf.exp: Test that "set remote
17217 breakpoint-commands-packet off" works as intended.
17218 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17219 New function.
17220 (top level): Call it.
17221 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17222 remote fast-tracepoints-packet off" works as intended.
17223 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17224 * lib/gdb.exp (gdb_is_target_remote): ... here.
17225
17226 2014-04-24 David Blaikie <dblaikie@gmail.com>
17227
17228 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17229 ensure clang would not discard them.
17230 * gdb.base/gdbvars.c: Ditto.
17231 * gdb.base/memattr.c: Ditto.
17232 * gdb.base/whatis.c: Ditto.
17233 * gdb.python/py-prettyprint.c: Ditto.
17234 * gdb.trace/actions.c: Ditto.
17235 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17236 ensure clang would not discard it.
17237
17238 2014-04-24 David Blaikie <dblaikie@gmail.com>
17239
17240 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17241 clang to emit the full definition of type required by the test
17242 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17243
17244 2014-04-24 David Blaikie <dblaikie@gmail.com>
17245
17246 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17247 coax Clang into emitting the definition of the type.
17248 * gdb.cp/pr10728-x.h (y): Ditto.
17249 * gdb.cp/pr10728-y.cc (y): Ditto.
17250
17251 2014-04-24 David Blaikie <dblaikie@gmail.com>
17252
17253 * gdb.base/label.exp: XFAIL label related tests under Clang.
17254 * gdb.cp/cplabel.exp: Ditto.
17255 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17256 under Clang those using labels.
17257
17258 2014-04-25 Yao Qi <yao@codesourcery.com>
17259
17260 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17261 double_label.
17262 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17263 partial_label and double_label.
17264
17265 2014-04-24 David Blaikie <dblaikie@gmail.com>
17266
17267 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17268
17269 2014-04-24 David Blaikie <dblaikie@gmail.com>
17270
17271 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17272 of the function to work across GCC and Clang.
17273 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17274 pointer types (const void ** const V void **).
17275
17276 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17277 Walfred Tedeschi <walfred.tedeschi@intel.com>
17278
17279 * Makefile.in (EXECUTABLES): Added i386-avx512.
17280 * gdb.arch/i386-avx512.c: New file.
17281 * gdb.arch/i386-avx512.exp: Likewise.
17282
17283 2014-04-23 Keith Seitz <keiths@redhat.com>
17284
17285 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17286 (mi_make_breakpoint_table): New procedure.
17287 (mi_create_breakpoint): Use mi_make_breakpoint
17288 and return the result.
17289 (mi_make_breakpoint): New procedure.
17290 (mi_build_kv_pairs): New procedure.
17291
17292 * gdb.mi/mi-break.exp: Remove unused globals,
17293 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17294 All callers updated.
17295 * gdb.mi/mi-dprintf.exp: Use variable to track command
17296 number.
17297 Update all callers of mi_create_breakpoint and use
17298 mi_make_breakpoint_table.
17299 Remove any unused global variables.
17300 * gdb.mi/mi-nonstop.exp: Likewise.
17301 * gdb.mi/mi-nsintrall.exp: Likewise.
17302 * gdb.mi/mi-nsmoribund.exp: Likewise.
17303 * gdb.mi/mi-nsthrexec.exp: Likewise.
17304 * gdb.mi/mi-reverse.exp: Likewise.
17305 * gdb.mi/mi-simplerun.exp: Likewise.
17306 * gdb.mi/mi-stepn.exp: Likewise.
17307 * gdb.mi/mi-syn-frame.exp: Likewise.
17308 * gdb.mi/mi-until.exp: Likewise.
17309 * gdb.mi/mi-var-cp.exp: Likewise.
17310 * gdb.mi/mi-var-display.exp: Likewise.
17311 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17312 * gdb.mi/mi2-var-child.exp: Likewise.
17313 * gdb.mi/mi-vla-c99.exp: Likewise.
17314 * lib/mi-support.exp: Likewise.
17315
17316 From Ian Lance Taylor <iant@cygnus.com>:
17317 * lib/gdb.exp (parse_args): New procedure.
17318
17319 2014-04-23 Pedro Alves <palves@redhat.com>
17320
17321 * gdb.base/break-unload-file.c: New file.
17322 * gdb.base/break-unload-file.exp: New file.
17323 * gdb.base/sym-file-lib.c (baz): New function.
17324 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17325 field.
17326 (load): Store the segment's mapped size.
17327 (unload): New function.
17328 (unload_shlib): New function.
17329 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17330 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17331 set a breakpoint at baz, and call it.
17332 * gdb.base/sym-file.exp: New tests for stale breakpoint
17333 instructions.
17334
17335 2014-04-23 Pedro Alves <palves@redhat.com>
17336
17337 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17338 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17339 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17340 * gdb.base/hbreak-unmapped.c: New file.
17341 * gdb.base/hbreak-unmapped.exp: New file.
17342 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17343 * lib/gdb.exp (gdb_is_target_remote): ... here.
17344
17345 2014-04-22 Pedro Alves <palves@redhat.com>
17346
17347 * gdb.base/consecutive-step-over.c: New file.
17348 * gdb.base/consecutive-step-over.exp: New file.
17349
17350 2014-04-22 Pedro Alves <palves@redhat.com>
17351
17352 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17353 instead of send_gdb/gdb_expect.
17354
17355 2014-04-22 Yao Qi <yao@codesourcery.com>
17356
17357 * lib/trace-support.exp (generate_tracefile): New procedure.
17358 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17359 return 0.
17360 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17361 if generate_tracefile returns 1.
17362
17363 2014-04-18 Tom Tromey <palves@redhat.com>
17364 Pedro alves <tromey@redhat.com>
17365
17366 PR backtrace/15558
17367 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17368 with a backtrace limit.
17369 * gdb.python/py-frame-inline.exp: Test running to an inline
17370 function with a backtrace limit, and printing the newest frame.
17371 * gdb.python/py-frame-inline.c (main): Call f.
17372
17373 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17374
17375 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17376
17377 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17378
17379 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17380 Drop prefix from unsupported source file path.
17381
17382 2014-04-17 Yao Qi <yao@codesourcery.com>
17383
17384 * lib/gdb.exp (with_target_charset): New proc.
17385 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17386 with_target_charset.
17387 (test_print_strings): Likewise.
17388 (test_repeat_bytes): Likewise.
17389 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17390 for some tests.
17391
17392 2014-04-16 Keith Seitz <keiths@redhat.com>
17393
17394 PR gdb/15827
17395 * gdb.dwarf2/corrupt.c: New file.
17396 * gdb.dwarf2/corrupt.exp: New file.
17397
17398 2014-04-16 Keith Seitz <keiths@redhat.com>
17399
17400 PR c++/16597
17401 * gdb.cp/namelessclass.cc: New file.
17402 * gdb.cp/namelessclass.exp: New file.
17403 * gdb.cp/namelessclass.S: New file.
17404
17405 2014-04-16 Doug Evans <dje@google.com>
17406
17407 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17408 Add comment.
17409 (gdbserver_default_get_comm_port): New function.
17410 (gdbserver_start): Check if board file provided
17411 "gdbserver,get_comm_port" and use it if so.
17412 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17413 (gdb,socketport): Set to "stdio".
17414 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17415 (stdio_gdbserver_template): Delete.
17416 (${board}_get_remote_address): Update.
17417 (${board}_build_remote_cmd): Delete.
17418 (${board}_get_comm_port): New function.
17419 (${board}_spawn): Update.
17420 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17421 Delete.
17422 (${board}_get_remote_address): Update.
17423 (${board}_get_comm_port): New function.
17424
17425 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17426
17427 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17428 appearing in any order.
17429
17430 2014-04-15 Doug Evans <dje@google.com>
17431
17432 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17433 uninitialized value of "description".
17434
17435 2014-04-15 Keith Seitz <keiths@redhat.com>
17436
17437 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17438 Remove unused globals.
17439 (test_running_the_program): Likewise.
17440 (test_controlled_execution): Likewise.
17441 (test_controlling_breakpoints): Likewise.
17442 (test_program_termination): Likewise.
17443
17444 2014-04-15 Keith Seitz <keiths@redhat.com>
17445
17446 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17447 unused globals.
17448 (test_rbreak_creation_and_listing): Likewise.
17449 (test_ignore_count): Likewise.
17450 (test_error): Likewise.
17451
17452 2014-04-15 Pedro Alves <palves@redhat.com>
17453
17454 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17455 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17456 sym-file-loader.c.
17457 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17458 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17459 to sym-file-loader.c.
17460 (struct library): Forward declare.
17461 (load_shlib, lookup_function): Change prototypes.
17462 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17463 (translate_offset): Remove declarations.
17464 (get_text_addr): New declaration.
17465 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17466 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17467 sym-file-loader.h.
17468 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17469 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17470 here from sym-file-loader.h.
17471 (struct library): New structure.
17472 (load_shlib, lookup_function): Change prototypes and adjust to
17473 work with a struct library.
17474 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17475 (translate_offset): Make static.
17476 (get_text_addr): New function.
17477 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17478
17479 2014-04-15 Pedro Alves <palves@redhat.com>
17480
17481 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17482
17483 2014-04-15 Pedro Alves <palves@redhat.com>
17484
17485 * gdb.base/sym-file-loader.c: Include <limits.h>.
17486 (SELF_LINK): New define.
17487 (get_origin): New function.
17488 (load_shlib): Use it.
17489 * gdb.base/sym-file.exp: Don't early return if the target is
17490 remote. Use runto_main, and issue fail is that fails. Use
17491 gdb_load_shlibs.
17492 (shlib_name): Delete.
17493 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17494
17495 2014-04-15 Pedro Alves <palves@redhat.com>
17496
17497 * gdb.base/sym-file.exp: Remove regex characters from test
17498 message. Don't refer to breakpoint numbers in test messages.
17499
17500 2014-04-14 Keith Seitz <keiths@redhat.com>
17501
17502 PR c++/16253
17503 * gdb.cp/var-tag.cc: New file.
17504 * gdb.cp/var-tag.exp: New file.
17505 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17506 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17507 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17508 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17509
17510 2014-04-14 Tom Tromey <tromey@redhat.com>
17511
17512 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17513 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17514 type.
17515 * gdb.cp/enum-class.exp: New file.
17516 * gdb.cp/enum-class.cc: New file.
17517
17518 2014-04-14 Tom Tromey <tromey@redhat.com>
17519
17520 * gdb.dwarf2/enum-type.exp: New file.
17521
17522 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17523
17524 * gdb.mi/mi-vla-c99.exp: New file.
17525 * gdb.mi/vla.c: New file.
17526
17527 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17528
17529 * gdb.base/vla-datatypes.c: New file.
17530 * gdb.base/vla-datatypes.exp: New file.
17531
17532 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17533
17534 * gdb.base/vla-ptr.c: New file.
17535 * gdb.base/vla-ptr.exp: New file.
17536
17537 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17538
17539 * gdb.dwarf2/count.exp: New file.
17540
17541 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17542
17543 * gdb.base/vla-sideeffect.c: New file.
17544 * gdb.base/vla-sideeffect.exp: New file.
17545
17546 2014-04-14 David Blaikie <dblaikie@gmail.com>
17547
17548 * gdb.mi/non-stop.c: Add return value for non-void function return
17549 statement.
17550 * gdb.threads/staticthreads.c: Ditto.
17551
17552 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17553 Doug Evans <xdje42@gmail.com>
17554
17555 * gdb.guile/scm-value.c: Improve test case.
17556 * gdb.guile/scm-value.exp: Add new test.
17557
17558 2014-04-11 David Blaikie <dblaikie@gmail.com>
17559
17560 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17561 override Clang's default.
17562
17563 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17564
17565 Revert the following changes (regressions):
17566
17567 * gdb.base/vla-sideeffect.c: New file.
17568 * gdb.base/vla-sideeffect.exp: New file.
17569
17570 * gdb.dwarf2/count.exp: New file.
17571
17572 * gdb.base/vla-multi.c: New file.
17573 * gdb.base/vla-multi.exp: New file.
17574
17575 * gdb.base/vla-ptr.c: New file.
17576 * gdb.base/vla-ptr.exp: New file.
17577
17578 * gdb.base/vla-datatypes.c: New file.
17579 * gdb.base/vla-datatypes.exp: New file.
17580
17581 * gdb.mi/mi-vla-c99.exp: New file.
17582 * gdb.mi/vla.c: New file.
17583
17584 2014-04-11 Keith Seitz <keiths@redhat.com>
17585
17586 PR c++/16675
17587 * gdb.cp/cpsizeof.exp: New file.
17588 * gdb.cp/cpsizeof.cc: New file.
17589
17590 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17591
17592 * gdb.mi/mi-vla-c99.exp: New file.
17593 * gdb.mi/vla.c: New file.
17594
17595 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17596
17597 * gdb.base/vla-datatypes.c: New file.
17598 * gdb.base/vla-datatypes.exp: New file.
17599
17600 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17601
17602 * gdb.base/vla-ptr.c: New file.
17603 * gdb.base/vla-ptr.exp: New file.
17604
17605 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17606
17607 * gdb.base/vla-multi.c: New file.
17608 * gdb.base/vla-multi.exp: New file.
17609
17610 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17611
17612 * gdb.dwarf2/count.exp: New file.
17613
17614 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17615
17616 * gdb.base/vla-sideeffect.c: New file.
17617 * gdb.base/vla-sideeffect.exp: New file.
17618
17619 2014-04-11 Yao Qi <yao@codesourcery.com>
17620
17621 * gdb.base/completion.exp: Check file exists before running tests
17622 on file completion.
17623
17624 2014-04-10 Pedro Alves <palves@redhat.com>
17625
17626 * gdb.base/cond-eval-mode.c: New file.
17627 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17628 prepare_for_testing to build the new file. Check result of
17629 runto_main.
17630 (test_break, test_watch): New procedures.
17631 (top level): Use them.
17632
17633 2014-04-08 Pierre Muller <muller@sourceware.org>
17634
17635 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17636 Ctrl-V use for mingw hosts.
17637
17638 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17639
17640 * gdb.python/py-value.c: Improve test case.
17641 * gdb.python/py-value.exp: Add new test.
17642
17643 2014-04-07 David Blaikie <dblaikie@gmail.com>
17644
17645 * lib/compiler.c: Identify the clang compiler.
17646 * lib/compiler.cc: Ditto.
17647
17648 2014-04-03 Yao Qi <yao@codesourcery.com>
17649
17650 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17651
17652 2014-04-01 Anton Blanchard <anton@samba.org>
17653
17654 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17655 messages unique.
17656
17657 2014-04-01 Anton Blanchard <anton@samba.org>
17658
17659 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17660 prepare_for_testing.
17661
17662 2014-04-01 Anton Blanchard <anton@samba.org>
17663
17664 * gdb.arch/ppc64-atomic-inst.c: Remove.
17665 * gdb.arch/ppc64-atomic-inst.S: New file.
17666 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17667
17668 2014-03-31 Doug Evans <dje@google.com>
17669
17670 * gdb.base/print-symbol-loading-lib.c: New file.
17671 * gdb.base/print-symbol-loading-main.c: New file.
17672 * gdb.base/print-symbol-loading.exp: New file.
17673
17674 2014-03-31 Yao Qi <yao@codesourcery.com>
17675
17676 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17677
17678 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17679
17680 * gdb.ada/mi_dyn_arr: New testcase.
17681
17682 2014-03-27 Doug Evans <dje@google.com>
17683
17684 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17685
17686 2014-03-27 Yao Qi <yao@codesourcery.com>
17687
17688 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17689 if target is nios2-*-*.
17690
17691 2014-03-26 Yao Qi <yao@codesourcery.com>
17692
17693 * lib/gdb.exp (readline_is_used): New proc.
17694 * gdb.base/completion.exp: Move tests on command complete up.
17695 Skip the rest of tests if readline is not used.
17696 * gdb.ada/complete.exp: Skp the test if readline is not
17697 used.
17698 * gdb.base/filesym.exp: Likewise.
17699 * gdb.base/macscp.exp: Likewise.
17700 * gdb.base/readline-ask.exp: Likewise.
17701 * gdb.base/readline.exp: Likewise.
17702 * gdb.python/py-cmd.exp: Likewise.
17703 * gdb.trace/tfile.exp: Likewise.
17704
17705 2014-03-26 Yao Qi <yao@codesourcery.com>
17706
17707 * gdb.base/macscp.exp: Fix code format issues.
17708
17709 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17710
17711 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17712 * gdb.asm/powerpc64le.inc: New file.
17713
17714 2014-03-25 Pedro Alves <palves@redhat.com>
17715 Doug Evans <dje@google.com>
17716
17717 * gdb.base/source-execution.c: New file.
17718 * gdb.base/source-execution.exp: New file.
17719 * gdb.base/source-execution.gdb: New file.
17720
17721 2014-03-24 Doug Evans <dje@google.com>
17722
17723 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17724 using fission.
17725
17726 2014-03-24 Hui Zhu <hui@codesourcery.com>
17727 Pedro Alves <palves@redhat.com>
17728
17729 PR breakpoints/16101
17730 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17731 test pass/fail messages. Detect missing support for dprintf when
17732 breakpoints are actually inserted.
17733 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17734 breakpoints are actually inserted.
17735 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17736 fails.
17737
17738 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17739
17740 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17741
17742 2014-03-22 Doug Evans <xdje42@gmail.com>
17743
17744 * gdb.python/python.exp (python not supported): Verify multi-line
17745 python command issues an error.
17746 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17747 guile command issues an error.
17748
17749 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17750
17751 * gdb.threads/thread-specific.exp: Handle the lack of usable
17752 $this_breakpoint and $this_thread.
17753
17754 2014-03-21 Hui Zhu <hui@codesourcery.com>
17755
17756 * gdb.base/attach.exp (do_command_attach_tests): New.
17757
17758 2014-03-20 Tom Tromey <tromey@redhat.com>
17759 Pedro Alves <palves@redhat.com>
17760
17761 PR cli/15718
17762 * gdb.base/condbreak-call-false.c: New file.
17763 * gdb.base/condbreak-call-false.exp: New file.
17764
17765 2014-03-20 Pedro Alves <palves@redhat.com>
17766
17767 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17768 Delete.
17769 (block_signals, unblock_signals): Delete.
17770 (child_function_2, main): Remove references to deleted variable
17771 and functions.
17772
17773 2014-03-20 Pedro Alves <palves@redhat.com>
17774
17775 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17776 Use pthread_kill to signal thread 2.
17777 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17778 Adjust to make the test send itself a signal rather than using the
17779 host's "kill" command.
17780
17781 2014-03-20 Pedro Alves <palves@redhat.com>
17782
17783 * gdb.threads/multiple-step-overs.c: New file.
17784 * gdb.threads/multiple-step-overs.exp: New file.
17785 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17786 Adjust expected infrun debug output.
17787
17788 2014-03-20 Pedro Alves <palves@redhat.com>
17789
17790 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17791 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17792
17793 2014-03-20 Pedro Alves <palves@redhat.com>
17794
17795 PR breakpoints/7143
17796 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17797 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17798 of gdb_test_multiple.
17799 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17800 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17801
17802 2014-03-20 Pedro Alves <palves@redhat.com>
17803
17804 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17805 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17806
17807 2014-03-19 Pedro Alves <palves@redhat.com>
17808
17809 * gdb.base/async.exp: Remove early return.
17810
17811 2014-03-19 Pedro Alves <palves@redhat.com>
17812
17813 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17814
17815 2014-03-19 Pedro Alves <palves@redhat.com>
17816
17817 * gdb.base/async.exp (test_background): Expect \r\n after
17818 "completed." in the fail pattern.
17819
17820 2014-03-19 Pedro Alves <palves@redhat.com>
17821
17822 * gdb.base/async.exp (test_background): New procedure.
17823 Use it for all background execution command tests.
17824
17825 2014-03-19 Pedro Alves <palves@redhat.com>
17826
17827 * gdb.base/async.exp: Use prepare_for_testing.
17828
17829 2014-03-19 Pedro Alves <palves@redhat.com>
17830
17831 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17832 the same line.
17833
17834 2014-03-19 Pedro Alves <palves@redhat.com>
17835
17836 * gdb.base/async.c (main): Add "jump here" and "until here" line
17837 marker comments.
17838 * gdb.base/async.exp (jump_here): New global.
17839 (jump& test): Use it.
17840 (until_here): New global.
17841 (until& test): Use it.
17842
17843 2014-03-19 Pedro Alves <palves@redhat.com>
17844
17845 * gdb.base/async.exp: Don't frob gdb_protocol.
17846
17847 2014-03-18 Doug Evans <xdje42@gmail.com>
17848
17849 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17850 Fix spelling of exec-done-display.
17851
17852 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17853
17854 PR gdb/15358
17855 * gdb.base/gdb-sigterm.c: New file.
17856 * gdb.base/gdb-sigterm.exp: New file.
17857
17858 2014-03-18 Pedro Alves <palves@redhat.com>
17859
17860 PR gdb/13860
17861 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17862 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17863 solib-event.
17864
17865 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17866
17867 * gdb.ada/pckd_arr_ren: New testcase.
17868
17869 2014-03-13 Doug Evans <xdje42@gmail.com>
17870
17871 PR guile/16612
17872 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17873 collect after discarding symbols.
17874
17875 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17876 Doug Evans <xdje42@gmail.com>
17877
17878 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17879 to history survives a gc.
17880
17881 2014-03-13 Pedro Alves <palves@redhat.com>
17882
17883 * gdb.base/default.exp: Don't test "target procfs".
17884
17885 2014-03-13 Pedro Alves <palves@redhat.com>
17886
17887 * gdb.base/default.exp: Update "target child" and "target procfs"
17888 tests to not expect "Unix".
17889
17890 2014-03-12 Tom Tromey <tromey@redhat.com>
17891
17892 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17893 New procs. Add target-async tests.
17894 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17895 Add target-async tests.
17896
17897 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17898
17899 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17900 'func_start' and 'func_end' for the beginning and end of the
17901 function code, respectively.
17902 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17903 'func_end' instead of 'func' and 'main'.
17904
17905 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17906
17907 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17908 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17909 generate the debug info assembler source.
17910
17911 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17912
17913 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17914 * gdb.dwarf2/arr-subrange.exp: Likewise.
17915 * gdb.dwarf2/dwz.exp: Likewise.
17916 * gdb.dwarf2/method-ptr.exp: Likewise.
17917 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17918 * gdb.dwarf2/subrange.exp: Likewise.
17919 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17920 * gdb.dwarf2/implptrpiece.exp: Likewise.
17921 * gdb.dwarf2/nostaticblock.exp: Likewise.
17922
17923 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17924
17925 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17926 directory to absolute path name arguments.
17927
17928 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17929
17930 * gdb.ada/tagged_access: New testcase.
17931
17932 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17933
17934 * gdb.btrace/data.exp: Update expected output.
17935
17936 2014-03-06 Yao Qi <yao@codesourcery.com>
17937
17938 * gdb.trace/pr16508.exp: New file.
17939
17940 2014-03-05 Pedro Alves <palves@redhat.com>
17941
17942 PR gdb/16575
17943 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17944 procedure.
17945 (top level): Adjust to use it. Add tests that exercise breakpoint
17946 interaction with the code-cache.
17947
17948 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17949
17950 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17951 test for 'history-append!'.
17952
17953 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17954
17955 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17956 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17957 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17958 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17959 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17960 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17961
17962 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17963
17964 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17965 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17966 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17967
17968 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17969
17970 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17971
17972 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17973
17974 * gdb.dwarf2/arr-stride.c: New file.
17975 * gdb.dwarf2/arr-stride.exp: New file.
17976
17977 2014-02-26 Pedro Alves <palves@redhat.com>
17978
17979 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17980 that won't ever trigger. Make sure that GDB reports the correct
17981 breakpoint that caused the stop.
17982
17983 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17984
17985 PR gdb/16626
17986 * gdb.base/auto-load-script: New file.
17987 * gdb.base/auto-load.c: New file.
17988 * gdb.base/auto-load.exp: New file.
17989
17990 PR gdb/16626
17991 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17992
17993 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17994
17995 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17996 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17997
17998 2014-02-24 Doug Evans <dje@google.com>
17999
18000 * lib/gdb.exp (run_on_host): Log error output if program fails.
18001
18002 2014-02-21 Pedro Alves <palves@redhat.com>
18003
18004 * gdb.threads/step-after-sr-lock.c: Rename to ...
18005 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18006 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18007 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18008 ... this.
18009
18010 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18011
18012 PR tdep/16397
18013 * gdb.arch/amd64-stap-special-operands.exp: New file.
18014 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18015 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18016 * gdb.arch/amd64-stap-triplet.S: Likewise.
18017 * gdb.arch/amd64-stap-triplet.c: Likewise.
18018
18019 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18020
18021 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18022 in .section pseudo-op.
18023
18024 2014-02-20 lin zuojian <manjian2006@gmail.com>
18025 Joel Brobecker <brobecker@adacore.com>
18026 Doug Evans <xdje42@gmail.com>
18027
18028 PR symtab/16581
18029 * gdb.dwarf2/dw2-icycle.S: New file.
18030 * gdb.dwarf2/dw2-icycle.c: New file.
18031 * gdb.dwarf2/dw2-icycle.exp: New file.
18032
18033 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18034
18035 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18036 operations on gdb.Value objects.
18037 * gdb.python/py-value-cc.exp: Add new test to test operations on
18038 gdb.Value objects.
18039
18040 2014-02-18 Doug Evans <dje@google.com>
18041
18042 * Makefile.in (TESTS): New variable.
18043 (expanded_tests, expanded_tests_or_none): New variables
18044 (check-single): Pass $(expanded_tests_or_none) to runtest.
18045 (check-parallel): Only run tests in $(TESTS) if non-empty.
18046 (check/no-matching-tests-found): New rule.
18047 * README: Document TESTS makefile variable.
18048
18049 2014-02-18 Doug Evans <dje@google.com>
18050
18051 * Makefile.in (check-parallel): rm -rf outputs temp.
18052
18053 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18054
18055 Fix "ERROR: no fileid for" in the testsuite.
18056 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18057
18058 2014-02-12 Doug Evans <dje@google.com>
18059
18060 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18061 (MISCELLANEOUS): New variable.
18062 (clean): rm -rf $(MISCELLANEOUS).
18063 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18064 dwp live in the same directory as symlinks, with each symlink pointed
18065 to a differently named file in a different directory.
18066
18067 2014-02-11 Doug Evans <dje@google.com>
18068
18069 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18070 of Tcl file commands.
18071
18072 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18073
18074 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18075 "kill -SIGUSR1 -1".
18076
18077 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18078
18079 * gdb.ada/tick_length_array_enum_idx: New testcase.
18080
18081 2014-02-10 Doug Evans <xdje42@gmail.com>
18082
18083 * configure.ac (AC_OUTPUT): Add gdb.guile.
18084 * configure: Regenerate.
18085 * lib/gdb-guile.exp: New file.
18086 * lib/gdb.exp (get_target_charset): New function.
18087 * gdb.base/help.exp: Update expected output from "apropos apropos".
18088 * gdb.guile/Makefile.in: New file.
18089 * gdb.guile/guile.exp: New file.
18090 * gdb.guile/scm-arch.c: New file.
18091 * gdb.guile/scm-arch.exp: New file.
18092 * gdb.guile/scm-block.c: New file.
18093 * gdb.guile/scm-block.exp: New file.
18094 * gdb.guile/scm-breakpoint.c: New file.
18095 * gdb.guile/scm-breakpoint.exp: New file.
18096 * gdb.guile/scm-disasm.c: New file.
18097 * gdb.guile/scm-disasm.exp: New file.
18098 * gdb.guile/scm-equal.c: New file.
18099 * gdb.guile/scm-equal.exp: New file.
18100 * gdb.guile/scm-error.exp: New file.
18101 * gdb.guile/scm-error.scm: New file.
18102 * gdb.guile/scm-frame-args.c: New file.
18103 * gdb.guile/scm-frame-args.exp: New file.
18104 * gdb.guile/scm-frame-args.scm: New file.
18105 * gdb.guile/scm-frame-inline.c: New file.
18106 * gdb.guile/scm-frame-inline.exp: New file.
18107 * gdb.guile/scm-frame.c: New file.
18108 * gdb.guile/scm-frame.exp: New file.
18109 * gdb.guile/scm-generics.exp: New file.
18110 * gdb.guile/scm-gsmob.exp: New file.
18111 * gdb.guile/scm-iterator.c: New file.
18112 * gdb.guile/scm-iterator.exp: New file.
18113 * gdb.guile/scm-math.c: New file.
18114 * gdb.guile/scm-math.exp: New file.
18115 * gdb.guile/scm-objfile-script-gdb.in: New file.
18116 * gdb.guile/scm-objfile-script.c: New file.
18117 * gdb.guile/scm-objfile-script.exp: New file.
18118 * gdb.guile/scm-objfile.c: New file.
18119 * gdb.guile/scm-objfile.exp: New file.
18120 * gdb.guile/scm-ports.exp: New file.
18121 * gdb.guile/scm-pretty-print.c: New file.
18122 * gdb.guile/scm-pretty-print.exp: New file.
18123 * gdb.guile/scm-pretty-print.scm: New file.
18124 * gdb.guile/scm-section-script.c: New file.
18125 * gdb.guile/scm-section-script.exp: New file.
18126 * gdb.guile/scm-section-script.scm: New file.
18127 * gdb.guile/scm-symbol.c: New file.
18128 * gdb.guile/scm-symbol.exp: New file.
18129 * gdb.guile/scm-symtab-2.c: New file.
18130 * gdb.guile/scm-symtab.c: New file.
18131 * gdb.guile/scm-symtab.exp: New file.
18132 * gdb.guile/scm-type.c: New file.
18133 * gdb.guile/scm-type.exp: New file.
18134 * gdb.guile/scm-value-cc.cc: New file.
18135 * gdb.guile/scm-value-cc.exp: New file.
18136 * gdb.guile/scm-value.c: New file.
18137 * gdb.guile/scm-value.exp: New file.
18138 * gdb.guile/source2.scm: New file.
18139 * gdb.guile/types-module.cc: New file.
18140 * gdb.guile/types-module.exp: New file.
18141
18142 2014-02-10 Yao Qi <yao@codesourcery.com>
18143
18144 PR testsuite/16543
18145 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18146 * configure: Regenerated.
18147 * Makefile.in: New file.
18148
18149 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18150
18151 * gdb.python/py-framefilter.exp: Fix typo.
18152
18153 2014-02-08 Yao Qi <yao@codesourcery.com>
18154
18155 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18156 that no =breakpoint-modified is emitted when breakpoints are
18157 modified through MI commands.
18158
18159 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18160 Pedro Alves <palves@redhat.com>
18161
18162 * gdb.threads/step-after-sr-lock.c: New file.
18163 * gdb.threads/step-after-sr-lock.exp: New file.
18164
18165 2014-02-07 Pedro Alves <palves@redhat.com>
18166
18167 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18168
18169 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18170
18171 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18172 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18173
18174 2014-02-06 Doug Evans <xdje42@gmail.com>
18175
18176 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18177 output.
18178
18179 * gdb.gdb/python-interrupts.exp: New file.
18180
18181 2014-02-05 Yao Qi <yao@codesourcery.com>
18182
18183 * gdb.trace/report.exp (use_collected_data): Test the output
18184 of "info threads" and "info inferiors".
18185
18186 2014-02-05 Yao Qi <yao@codesourcery.com>
18187
18188 Revert this patch:
18189
18190 2013-05-24 Yao Qi <yao@codesourcery.com>
18191
18192 * gdb.trace/tfile.exp: Test inferior and thread.
18193
18194 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18195
18196 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18197 on a function.
18198 * gdb.base/step-bt.c: Call hello via function pointer to make
18199 sure its first instruction is executed on powerpc64le-linux.
18200
18201 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18202
18203 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18204
18205 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18206
18207 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18208 of the test patterns for use on little-endian systems.
18209
18210 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18211
18212 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18213 (decimal_vector): Fix for little-endian.
18214
18215 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18216
18217 * gdb.arch/sparc-sysstep.exp: New file.
18218 * gdb.arch/sparc-sysstep.c: Likewise.
18219
18220 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18221
18222 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18223
18224 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18225
18226 2014-01-23 Tom Tromey <tromey@redhat.com>
18227
18228 * gdb.ada/array_char_idx: New testcase.
18229
18230 2014-01-23 Tom Tromey <tromey@redhat.com>
18231
18232 PR python/16487:
18233 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18234 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18235 classes.
18236
18237 2014-01-23 Tom Tromey <tromey@redhat.com>
18238
18239 PR python/16491:
18240 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18241 string from an inferior frame.
18242 * gdb.python/py-framefilter-mi.exp: Update.
18243
18244 2014-01-22 Doug Evans <dje@google.com>
18245
18246 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18247
18248 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18249
18250 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18251
18252 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18253
18254 * gdb.trace/entry-values.exp: Remove excess space character from
18255 regex patterns. Handle s390 call instruction.
18256
18257 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18258
18259 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18260 define "*_start" label. Make "name" static.
18261 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18262 ${name} by references to ${name}_start.
18263
18264 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18265
18266 * gdb.base/info-macros.exp: Remove "debug" from the compile
18267 options.
18268
18269 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18270
18271 * gdb.dlang/demangle.exp: New file.
18272
18273 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18274
18275 * gdb.dlang/primitive-types.exp: New file.
18276
18277 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18278
18279 * configure.ac: Create gdb.dlang/Makefile.
18280 * configure: Regenerate.
18281 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18282 * gdb.dlang/Makefile.in: New file.
18283 * lib/d-support.exp: New file.
18284 * lib/gdb.exp (skip_d_tests): New proc.
18285
18286 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18287
18288 * gdb.btrace/delta.exp: Check reverse stepi.
18289 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18290 * gdb.btrace/finish.exp: New.
18291 * gdb.btrace/next.exp: New.
18292 * gdb.btrace/nexti.exp: New.
18293 * gdb.btrace/record_goto.c: Add comments.
18294 * gdb.btrace/step.exp: New.
18295 * gdb.btrace/stepi.exp: New.
18296 * gdb.btrace/multi-thread-step.c: New.
18297 * gdb.btrace/multi-thread-step.exp: New.
18298 * gdb.btrace/rn-dl-bind.c: New.
18299 * gdb.btrace/rn-dl-bind.exp: New.
18300 * gdb.btrace/data.c: New.
18301 * gdb.btrace/data.exp: New.
18302 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18303
18304 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18305
18306 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18307 * gdb.btrace/exception.exp: Update.
18308 * gdb.btrace/instruction_history.exp: Update.
18309 * gdb.btrace/record_goto.exp: Update.
18310 * gdb.btrace/tailcall.exp: Update.
18311 * gdb.btrace/unknown_functions.exp: Update.
18312 * gdb.btrace/delta.exp: New.
18313
18314 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18315
18316 * gdb.btrace/record_goto.exp: Add backtrace test.
18317 * gdb.btrace/tailcall.exp: Add backtrace test.
18318
18319 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18320
18321 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18322 * gdb.btrace/record_goto.c: New.
18323 * gdb.btrace/record_goto.exp: New.
18324 * gdb.btrace/x86-record_goto.S: New.
18325
18326 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18327
18328 * gdb.btrace/function_call_history.exp: Update tests.
18329 * gdb.btrace/instruction_history.exp: Update tests.
18330
18331 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18332
18333 * gdb.btrace/function_call_history.exp: Fix expected field
18334 order for "record function-call-history".
18335 Add new tests for "record function-call-history /c".
18336 * gdb.btrace/exception.cc: New.
18337 * gdb.btrace/exception.exp: New.
18338 * gdb.btrace/tailcall.exp: New.
18339 * gdb.btrace/x86-tailcall.S: New.
18340 * gdb.btrace/x86-tailcall.c: New.
18341 * gdb.btrace/unknown_functions.c: New.
18342 * gdb.btrace/unknown_functions.exp: New.
18343 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18344
18345 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18346
18347 * gdb.btrace/instruction_history.exp: Update.
18348 * gdb.btrace/function_call_history.exp: Update.
18349
18350 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18351
18352 * gdb.btrace/function_call_history.exp: Fix expected function
18353 trace.
18354 * gdb.btrace/instruction_history.exp: Initialize traced.
18355 Remove traced_functions.
18356
18357 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18358
18359 * gdb.btrace/function_call_history.exp: Update
18360 * gdb.btrace/instruction_history.exp: Update.
18361
18362 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18363
18364 * gdb.btrace/enable.exp: Update expected text.
18365
18366 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18367
18368 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18369 bytes.
18370
18371 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18372
18373 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18374
18375 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18376
18377 * lib/gdb.exp (supports_process_record): Return true for
18378 arm*-linux*. (supports_reverse): Likewise.
18379
18380 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18381
18382 PR python/15464
18383 PR python/16113
18384 * gdb.python/py-type.c: Enhance test case.
18385 * gdb.python/py-value-cc.cc: Likewise
18386 * gdb.python/py-type.exp: Add new tests.
18387 * gdb.python/py-value-cc.exp: Likewise
18388
18389 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18390 Pedro Alves <palves@redhat.com>
18391
18392 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18393 Make "name" extern.
18394 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18395 references to ${name}_start by references to ${name}.
18396
18397 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18398
18399 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18400
18401 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18402
18403 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18404
18405 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18406 Pedro Alves <palves@redhat.com>
18407
18408 * gdb.mi/mi-info-os.exp: Connect to the target with
18409 mi_gdb_target_load.
18410
18411 2014-01-08 Pedro Alves <palves@redhat.com>
18412
18413 * gdb.threads/reconnect-signal.c: New file.
18414 * gdb.threads/reconnect-signal.exp: New file.
18415
18416 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18417
18418 * gdb.base/source-dir.exp: New file.
18419
18420 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18421
18422 * gdb.ada/mi_interface: New testcase.
18423
18424 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18425
18426 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18427 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18428 gdb.ada/pp-rec-component/pck.ads: New files.
18429
18430 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18431
18432 * gdb.python/py-pp-integral.c: New file.
18433 * gdb.python/py-pp-integral.py: New file.
18434 * gdb.python/py-pp-integral.exp: New file.
18435
18436 For older changes see ChangeLog-1993-2013.
18437 \f
18438 ;; Local Variables:
18439 ;; mode: change-log
18440 ;; left-margin: 8
18441 ;; fill-column: 74
18442 ;; version-control: never
18443 ;; End:
18444
18445 Copyright 2014-2020 Free Software Foundation, Inc.
18446 Copying and distribution of this file, with or without modification,
18447 are permitted provided the copyright notice and this notice are preserved.
This page took 0.38335 seconds and 5 git commands to generate.