afe39de20290fa21751d7cb93dc7daf40ba6b510
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4 tests for structs with static members.
5
6 2019-02-26 Tom Tromey <tromey@adacore.com>
7
8 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9 ValueError, not TypeError.
10
11 2019-02-26 Kevin Buettner <kevinb@redhat.com>
12
13 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
14 call from main program.
15
16 2019-02-23 Joel Brobecker <brobecker@adacore.com>
17
18 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
19 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
20 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
21 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
22 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
23
24 2019-02-22 Keith Seitz <keiths@redhat.com>
25
26 PR symtab/23853
27 * gdb.base/symlink-sourcefile.c: New file.
28 * gdb.base/symlink-sourcefile.exp: New file.
29
30 2019-02-20 Tom Tromey <tom@tromey.com>
31
32 * gdb.base/info_qt.exp: Update.
33
34 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
35
36 * gdb.base/source.exp: Move "error in sourced script" code to
37 the end.
38 * gdb.base/source-error.gdb: Move contents to
39 source-error-1.gdb. Add new code to source source-error-1.gdb.
40 * gdb.base/source-error-1.gdb: New file, from previous
41 source-error.gdb.
42
43 2019-02-17 Tom Tromey <tom@tromey.com>
44
45 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
46 for macro styling.
47 * gdb.base/style.c (SOME_MACRO): New macro.
48
49 2019-02-17 Tom Tromey <tom@tromey.com>
50
51 * gdb.base/style.exp: Add line-wrapping tests.
52 * gdb.base/page.exp: Add test for quitting during pagination.
53
54 2019-02-17 Joel Brobecker <brobecker@adacore.com>
55
56 * gdb.ada/big_packed_array: New testcase.
57 * gdb.ada/homonym.exp: Fix incorrect expected output for
58 "break <homonym__get_value>" test.
59
60 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
61
62 PR breakpoints/21870
63 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
64 and prepare_for_testing. Add comment.
65 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
66 redundant cleanup call. Clean up comment.
67
68 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
69
70 PR breakpoints/21870
71 * gdb.arch/aarch64-dbreg-contents.exp: New file.
72 * gdb.arch/aarch64-dbreg-contents.c: New file.
73
74 2019-02-10 Joel Brobecker <brobecker@adacore.com>
75
76 * gdb.ada/mi_ref_changeable: New testcase.
77
78 2019-02-07 Alan Hayward <alan.hayward@arm.com>
79
80 * gdb.base/attach.exp: Add double attach test.
81
82 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
83
84 * lib/gdb.exp (default_gdb_start): Don't match pagination
85 prompt.
86 (gdb_init): Set stty_init.
87
88 2019-01-27 Tom Tromey <tom@tromey.com>
89
90 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
91 skip_python_tests.
92
93 2019-01-24 Alan Hayward <alan.hayward@arm.com>
94
95 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
96 New structure.
97 (struct struct_static_02_02): Likewise.
98 (struct struct_static_02_03): Likewise.
99 (struct struct_static_02_04): Likewise.
100 (struct struct_static_04_01): Likewise.
101 (struct struct_static_04_02): Likewise.
102 (struct struct_static_04_03): Likewise.
103 (struct struct_static_04_04): Likewise.
104 (struct struct_static_06_01): Likewise.
105 (struct struct_static_06_02): Likewise.
106 (struct struct_static_06_03): Likewise.
107 (struct struct_static_06_04): Likewise.
108 (cmp_struct_static_02_01): Likewise.
109 (cmp_struct_static_02_02): Likewise.
110 (cmp_struct_static_02_03): Likewise.
111 (cmp_struct_static_02_04): Likewise.
112 (cmp_struct_static_04_01): Likewise.
113 (cmp_struct_static_04_02): Likewise.
114 (cmp_struct_static_04_03): Likewise.
115 (cmp_struct_static_04_04): Likewise.
116 (cmp_struct_static_06_01): Likewise.
117 (cmp_struct_static_06_02): Likewise.
118 (cmp_struct_static_06_03): Likewise.
119 (cmp_struct_static_06_04): Likewise.
120 (call_all): Test new structs.
121 * gdb.base/infcall-nested-structs.exp: Likewise.
122
123 2019-01-21 Alan Hayward <alan.hayward@arm.com>
124 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
125
126 2019-01-21 Alan Hayward <alan.hayward@arm.com>
127 * gdb.base/stack-protector.c: New test.
128 * gdb.base/stack-protector.exp: New file.
129 * gdb.cp/ovldbreak.exp: Only allow a single break line.
130 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
131 option.
132 (gdb_compile): Remove stack protector for GCC and prevent
133 recursion.
134
135 2019-01-16 Keith Seitz <keiths@redhat.com>
136
137 PR gdb/23773
138 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
139
140 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
141
142 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
143 aliases.
144 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
145 tests.
146 * gdb.arch/powerpc-vector-regs.c: New file.
147 * gdb.arch/powerpc-vector-regs.exp: New file.
148
149 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
150
151 * gdb.arch/altivec-regs.exp: Fix the list passed to
152 gdb_expect_list when testing "info vector".
153
154 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * gdb.base/style.exp: Don't include path in testname.
157
158 2019-01-10 Keith Seitz <keiths@redhat.com>
159
160 PR gdb/23712
161 PR symtab/23010
162 * gdb.dwarf2/multidictionary.exp: New file.
163
164 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
165
166 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
167 (test_gnuv3_style_demangling): ... this.
168 (test_lucid_style_demangling): Remove.
169 (test_arm_style_demangling): Remove.
170 (test_hp_style_demangling): Remove.
171 (do_tests): Remove calls to the above.
172
173 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
176 case.
177
178 2019-01-06 Tom Tromey <tom@tromey.com>
179
180 PR gdb/28155:
181 * gdb.dwarf2/typedef-void-finish.exp: New file.
182
183 2018-12-28 Tom Tromey <tom@tromey.com>
184 Simon Marchi <simark@simark.ca>
185
186 * gdb.base/jit-exec.exp: New file.
187 * gdb.base/jit-exec.c: New file.
188 * gdb.base/jit-execd.c: New file.
189
190 2018-12-28 Tom Tromey <tom@tromey.com>
191
192 * gdb.base/style.exp: Update test to check for address styling.
193
194 2018-12-28 Tom Tromey <tom@tromey.com>
195
196 * gdb.base/style.exp: Add test for styling of "Reading symbols"
197 message.
198
199 2018-12-28 Tom Tromey <tom@tromey.com>
200
201 * gdb.base/style.exp: Add test for version number styling.
202
203 2018-12-28 Tom Tromey <tom@tromey.com>
204
205 * gdb.base/style.exp: Add test for print_address_symbolic.
206
207 2018-12-28 Tom Tromey <tom@tromey.com>
208
209 * gdb.base/style.exp: Add test for breakpoint setting.
210
211 2018-12-28 Tom Tromey <tom@tromey.com>
212
213 * gdb.base/style.exp: Add test for variable names.
214
215 2018-12-28 Tom Tromey <tom@tromey.com>
216
217 * gdb.base/style.exp: New file.
218 * gdb.base/style.c: New file.
219
220 2018-12-28 Tom Tromey <tom@tromey.com>
221
222 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
223 "dumb".
224 * gdb.base/readline.exp (operate_and_get_next): Save and restore
225 the TERM environment variable.
226
227 2018-12-27 Tom Tromey <tom@tromey.com>
228
229 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
230 pagination test.
231
232 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
233
234 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
235 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
236
237 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
238
239 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
240 Filename a.adb changed to bp_fun_addr.adb.
241 gdb.ada/bp_fun_addr.exp: Update test accordingly.
242
243 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
244
245 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
246 non-PIE executables.
247 * README: Mention the gdb,nopie_flag board setting.
248 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
249 non-PIE executable.
250 * gdb.arch/amd64-entry-value.exp: Likewise.
251 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
252 * gdb.arch/i386-float.exp: Likewise.
253 * gdb.arch/i386-signal.exp: Likewise.
254 * gdb.mi/mi-reg-undefined.exp: Likewise.
255
256 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
257
258 PR gdb/23974
259 * gdb.base/info-os.exp: Check return for unknown "info os" type.
260
261 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
262
263 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
264 Update order of results accordingly.
265
266 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
267
268 * gdb.base/annota1.exp: Update a test regexp.
269
270 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
273
274 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
275
276 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
277 (reuse_time): Initialize to REUSE_TIME_CAP.
278 (check_rc): New function.
279 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
280 Check pthread_create rc.
281 (spawner_thread_func): Check pthread_create and pthread_join rc.
282
283 2018-12-08 Pedro Alves <palves@redhat.com>
284
285 * gdb.base/list.exp (test_forward_search): Rename to ...
286 (test_forward_reverse_search): ... this. Also test reverse-search
287 and the forward-search alias.
288
289 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
292 local timeout variable before return, and remove all local timeout
293 variable entirely.
294 (gdb_load): Likewise.
295
296 2018-12-01 Tom de Vries <tdevries@suse.de>
297
298 * gdb.base/gdb-caching-proc.exp: New file.
299
300 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
301
302 * Makefile.in (TIMESTAMP): New variable.
303 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
304 command.
305 (check-single-racy): Likewise.
306 (check/%.exp): Likewise.
307 (check-racy/%.exp): Likewise.
308 (workers/%.worker): Likewise.
309 (build-perf): Likewise.
310 (check-perf): Likewise.
311 * README: Describe new "TS" and "TS_FORMAT" variables.
312 * print-ts.py: New file.
313
314 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
315
316 PR python/23714
317 * gdb.python/python.exp: Test command repetition after
318 gdb.execute.
319
320 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * gdb.opt/inline-break.exp: Add test that info breakpoint output
323 is correctly aligned.
324
325 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
326
327 * gdb.ada/info_auto_lang.exp: New testcase.
328 * gdb.ada/info_auto_lang/global_pack.ads: New file.
329 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
330 * gdb.ada/info_auto_lang/some_c.c: New file.
331
332 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
333
334 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
335 FUNC_lang language syntax.
336
337 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
338
339 * gdb.base/info_minsym.c: New file.
340 * gdb.base/info_minsym.exp: New file.
341
342 2018-11-19 Tom Tromey <tom@tromey.com>
343
344 PR rust/23625:
345 * gdb.rust/simple.exp: Add ptype test. Update expected output.
346 * gdb.rust/expr.exp: Update expected output. Change one test.
347
348 2018-11-19 Tom Tromey <tom@tromey.com>
349
350 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
351
352 2018-11-19 Pedro Alves <palves@redhat.com>
353
354 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
355 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
356 see the expected warning.
357
358 2018-11-16 Alan Hayward <alan.hayward@arm.com>
359
360 PR gdb/22736:
361 * gdb.cp/infcall-nodebug-lib.c: New test.
362 * gdb.cp/infcall-nodebug-main.c: New test.
363 * gdb.cp/infcall-nodebug.exp: New file.
364
365 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
366
367 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
368 completer tests.
369
370 2018-11-09 Tom de Vries <tdevries@suse.de>
371
372 * gdb.base/msym-lang.c: New test.
373 * gdb.base/msym-lang.exp: New file.
374 * gdb.base/msym-lang-main.c: New test.
375
376 2018-11-08 Tom Tromey <tom@tromey.com>
377
378 PR gdb/23555:
379 PR gdb/23838:
380 * gdb.base/warning.exp: New file.
381
382 2018-11-08 Jan Beulich <jbeulich@suse.com>
383
384 * testsuite/gdb.arch/i386-avx512.c,
385 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
386
387 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
388
389 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
390 point hardware.
391
392 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
395 * gdb.dwarf2/missing-type-name.exp: New file.
396
397 2018-11-06 Tom de Vries <tdevries@suse.de>
398
399 * gdb.base/many-headers.c: New test.
400 * gdb.base/many-headers.exp: New file.
401
402 2018-11-06 Jim Wilson <jimw@sifive.com>
403
404 * gdb.base/code_elim.exp: For riscv, set additional_flags
405 to include -msmall-data-limit=0.
406
407 2018-11-01 Joel Brobecker <brobecker@adacore.com>
408
409 * gdb.ada/watch_minus_l: New testcase.
410
411 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
412
413 * gdb.arch/aix-sighandle.c: New file.
414 * gdb.arch/aix-sighandle.exp: New file.
415
416 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
419 registers being unions.
420
421 2018-10-31 Tom de Vries <tdevries@suse.de>
422
423 * lib/valgrind.exp: New file.
424 (vgdb_start, vgdb_stop): New procs, factored out of ...
425 * gdb.base/valgrind-bt.exp: ... here, ...
426 * gdb.base/valgrind-disp-step.exp: ... here and ...
427 * gdb.base/valgrind-infcall.exp: ... here.
428
429 2018-10-31 Tom de Vries <tdevries@suse.de>
430
431 * lib/gdb.exp (get_valueof): Don't output read value in test name.
432
433 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 * gdb.dwarf2/void-type.c: New file.
436 * gdb.dwarf2/void-type.exp: New file.
437
438 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
439
440 * gdb.base/info_qt.c: New file.
441 * gdb.base/info_qt.exp: New file.
442
443 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
444
445 * gdb.arch/powerpc-htm-regs.c: New file.
446 * gdb.arch/powerpc-htm-regs.exp: New file.
447
448 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
449
450 * gdb.arch/powerpc-tar.c: New file.
451 * gdb.arch/powerpc-tar.exp: New file.
452
453 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
454
455 * gdb.arch/powerpc-ppr-dscr.c: New file.
456 * gdb.arch/powerpc-ppr-dscr.exp: New file.
457
458 2018-10-25 Tom de Vries <tdevries@suse.de>
459
460 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
461
462 2018-10-24 Tom de Vries <tdevries@suse.de>
463
464 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
465 longer exists error.
466
467 2018-10-24 Tom de Vries <tdevries@suse.de>
468
469 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
470
471 2018-10-24 Tom de Vries <tdevries@suse.de>
472
473 * gdb.base/valgrind-db-attach.exp: Handle removed support for
474 --db-attach in valgrind.
475
476 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
477
478 * gdb.arch/riscv-reg-aliases.c: New file.
479 * gdb.arch/riscv-reg-aliases.exp: New file.
480
481 2018-10-19 Alan Hayward <alan.hayward@arm.com>
482
483 * gdb.python/py-cmd.exp: Check for gdb_prompt.
484
485 2018-10-19 Alan Hayward <alan.hayward@arm.com>
486
487 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
488
489 2018-10-19 Alan Hayward <alan.hayward@arm.com>
490
491 * gdb.cp/ovldbreak.exp: Fix regexps.
492
493 2018-10-19 Alan Hayward <alan.hayward@arm.com>
494
495 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
496
497 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
498
499 PR cli/23785
500 * gdb.base/restore.exp: New test to check if "restore" with an
501 invalid file doesn't segfault.
502
503 2018-10-18 Tom de Vries <tdevries@suse.de>
504
505 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
506 * gdb.ada/excep_handle.exp: Same.
507 * gdb.ada/mi_string_access.exp: Same.
508 * gdb.ada/mi_var_union.exp: Same.
509 * gdb.arch/arc-analyze-prologue.exp: Same.
510 * gdb.arch/arc-decode-insn.exp: Same.
511 * gdb.base/readnever.exp: Same.
512 * gdb.fortran/printing-types.exp: Same.
513 * gdb.guile/scm-lazy-string.exp: Same.
514
515 2018-10-16 Tom de Vries <tdevries@suse.de>
516
517 PR gdb/23730
518 * gdb.base/catch-follow-exec.c: Add copyright notice.
519 * gdb.base/catch-follow-exec.exp: Rewrite to use
520 gdb_spawn_with_cmdline_opts. Require gdb-native.
521
522 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
523
524 * gdb.trace/actions-changed.exp: Check for arch support.
525 * gdb.trace/actions.exp: Likewise.
526 * gdb.trace/ax.exp: Likewise.
527 * gdb.trace/backtrace.exp: Likewise.
528 * gdb.trace/change-loc.exp: Likewise.
529 * gdb.trace/deltrace.exp: Likewise.
530 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
531 * gdb.trace/ftrace.exp: Likewise.
532 * gdb.trace/infotrace.exp: Check for arch support.
533 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
534 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
535 * gdb.trace/mi-tsv-changed.exp: Likewise.
536 * gdb.trace/packetlen.exp: Likewise.
537 * gdb.trace/passc-dyn.exp: Likewise.
538 * gdb.trace/passcount.exp: Likewise.
539 * gdb.trace/pending.exp: Likewise.
540 * gdb.trace/range-stepping.exp: Check for shlib support.
541 * gdb.trace/report.exp: Check for arch support.
542 * gdb.trace/save-trace.exp: Likewise.
543 * gdb.trace/signal.exp: Check for signal support.
544 * gdb.trace/tfind.exp: Check for arch support.
545 * gdb.trace/trace-break.exp: Check for arch and shlib support.
546 * gdb.trace/trace-common.h: Add comment.
547 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
548 * gdb.trace/trace-enable-disable.exp: Likewise.
549 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
550 * gdb.trace/tracecmd.exp: Check for arch support.
551 * gdb.trace/tspeed.exp: Check for shlib and target support.
552 * gdb.trace/tstatus.exp: Check for arch support.
553 * gdb.trace/tsv.exp: Likewise.
554 * gdb.trace/while-dyn.exp: Likewise.
555 * gdb.trace/while-stepping.exp: Likewise.
556 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
557
558 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
559
560 * gdb.trace/tspeed.exp: Remove nowarnings.
561 (prepare_for_trace_test): Declare "global ipalib".
562 * gdb.trace/tspeed.c: Include unistd.h.
563 (main): Remove superfluous printf argument.
564
565 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
566
567 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
568 directory prefix on the filename.
569
570 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
571
572 * gdb.gdb/unittest.exp: Update expected message informing that
573 selftests have been disabled.
574 * gdb.server/unittest.exp: Likewise.
575
576 2018-10-09 Tom de Vries <tdevries@suse.de>
577
578 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
579 with runto_main.
580
581 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
582
583 PR c++/16841
584 * gdb.cp/virtbase2.cc: New file.
585 * gdb.cp/virtbase2.exp: New file.
586
587 2018-10-06 Tom Tromey <tom@tromey.com>
588
589 PR python/19399:
590 * gdb.python/py-inferior.exp: Add architecture test.
591
592 2018-10-06 Tom Tromey <tom@tromey.com>
593
594 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
595 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
596
597 2018-10-06 Tom Tromey <tom@tromey.com>
598
599 * gdb.python/py-breakpoint.exp (check_last_event): Check location
600 of a "throw" catchpoint.
601
602 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
603
604 * gdb.base/info-proc.exp: Update string expected from "help info
605 proc".
606
607 2018-10-04 Tom Tromey <tom@tromey.com>
608
609 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
610 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
611 (test_initial_complaints, test_empty_complaints): Update.
612 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
613
614 2018-10-04 Tom Tromey <tom@tromey.com>
615
616 PR cli/19551:
617 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
618 * lib/gdb.exp (gdb_file_cmd): Update.
619 * gdb.stabs/weird.exp (print_weird_var): Update.
620 * gdb.server/solib-list.exp: Update.
621 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
622 * gdb.mi/mi-cli.exp: Update.
623 * gdb.linespec/linespec.exp: Update.
624 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
625 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
626 * gdb.cp/cp-relocate.exp: Update.
627 * gdb.base/sym-file.exp: Update.
628 * gdb.base/relocate.exp: Update.
629 * gdb.base/readnever.exp: Update.
630 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
631 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
632 * gdb.base/dbx.exp (gdb_file_cmd): Update.
633 * gdb.base/code_elim.exp: Update.
634 * gdb.base/break-unload-file.exp (test_break): Update.
635 * gdb.base/break-interp.exp (test_attach_gdb): Update.
636 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
637 Update.
638 * gdb.base/attach.exp (do_attach_tests): Update.
639 * gdb.base/sepdebug.exp: Update.
640 * gdb.python/py-section-script.exp: Update.
641
642 2018-10-04 Tom Tromey <tom@tromey.com>
643
644 PR cli/22234:
645 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
646 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
647 output.
648
649 2018-10-04 Tom Tromey <tom@tromey.com>
650
651 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
652 set width and height to 0.
653 (test_command_line_attach_run): Use -quiet.
654
655 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
656
657 * lib/gdb.exp (skip_ifunc_tests): New.
658 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
659 other compile failures.
660 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
661
662 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
663
664 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
665 is_amd64_regs_target.
666
667 2018-10-01 Alan Hayward <alan.hayward@arm.com>
668
669 * gdb.arch/aarch64-sighandler-regs.c: New test.
670 * gdb.arch/aarch64-sighandler-regs.exp: New file.
671 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
672
673 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
674
675 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
676 assembly.
677
678 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * gdb.base/frame-selection.exp: New file.
681 * gdb.base/frame-selection.c: New file.
682
683 2018-09-27 Alan Hayward <alan.hayward@arm.com>
684
685 * gdb.threads/check-libthread-db.c (thread_routine): Use a
686 pthread barrier.
687 (main): Likewise.
688
689 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
690
691 * gdb.base/large-frame-1.c: New file.
692 * gdb.base/large-frame-2.c: New file.
693 * gdb.base/large-frame.exp: New file.
694 * gdb.base/large-frame.h: New file.
695
696 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
697
698 PR gdb/20948
699 * gdb.base/write_mem.exp: New test.
700 * gdb.base/write_mem.c: Likewise.
701
702 2018-09-23 Tom Tromey <tom@tromey.com>
703
704 PR python/18852:
705 * gdb.python/py-parameter.exp: Add test for parameter that throws
706 on "set".
707
708 2018-09-23 Tom Tromey <tom@tromey.com>
709
710 PR python/17284:
711 * gdb.python/py-template.exp (test_template_arg): Add test for
712 negative template argument number.
713
714 2018-09-23 Tom Tromey <tom@tromey.com>
715
716 PR python/14062:
717 * gdb.python/python.exp: Add test for post_event error.
718
719 2018-09-23 Tom Tromey <tom@tromey.com>
720
721 PR python/18170:
722 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
723 convert pointers to int and long.
724
725 2018-09-23 Tom Tromey <tom@tromey.com>
726
727 PR python/20126:
728 * gdb.python/py-value.exp (test_value_numeric_ops): Add
729 signed-ness conversion tests.
730
731 2018-09-23 Tom Tromey <tom@tromey.com>
732
733 PR python/18352;
734 * gdb.python/py-value.exp (test_float_conversion): New proc.
735 Use it.
736
737 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
738
739 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
740
741 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
742
743 * gdb.base/complete-empty.exp: Skip tab-completion tests if
744 no readline.
745 * gdb.base/utf8-identifiers.exp: Likewise.
746 * gdb.cp/cpcompletion.exp: Likewise.
747 * gdb.linespec/cpcompletion.exp: Likewise.
748 * gdb.linespec/cpls-abi-tag.exp: Likewise.
749 * gdb.linespec/cpls-ops.exp: Likewise.
750
751 2018-09-19 Richard Bunt <richard.bunt@arm.com>
752 Chris January <chris.january@arm.com>
753
754 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
755 * gdb.fortran/short-circuit-argument-list.exp: New file.
756 * gdb.fortran/short-circuit-argument-list.f90: New test.
757
758 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
759
760 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
761 "arch=" keyword when executing "-stack-list-frames".
762
763 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
764
765 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
766 "arch=" keyword when executing "-stack-list-frames".
767
768 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
769
770 * gdb.ada/complete.exp: Expect for "@" when doing "complete
771 break ada".
772
773 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
774
775 PR python/23669
776 * gdb.python/python.exp: Test gdb.execute("show commands").
777
778 2018-09-16 Tom Tromey <tom@tromey.com>
779
780 * gdb.base/new-ui.exp (do_execution_tests): Update.
781 * gdb.base/dbx.exp (test_breakpoints): Update.
782
783 2018-09-14 Alan Hayward <alan.hayward@arm.com>
784
785 * lib/gdb.exp (gdb_simple_compile): Add proc.
786 (is_elf_target): Use gdb_simple_compile.
787 (skip_altivec_tests): Likewise.
788 (skip_vsx_tests): Likewise.
789 (skip_tsx_tests): Likewise.
790 (skip_btrace_tests): Likewise.
791 (skip_btrace_pt_tests): Likewise.
792 (gdb_can_simple_compile): Likewise.
793 (gdb_has_argv0): Likewise.
794 (gdb_target_symbol_prefix): Likewise.
795 (target_supports_scheduler_locking): Likewise.
796
797 2018-09-13 Tom Tromey <tom@tromey.com>
798
799 * Makefile.in (TAGS): Recognize proc_with_prefix and
800 gdb_caching_proc.
801
802 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
803
804 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
805 method.
806
807 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
808
809 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
810 and a few other Inferior properties when the Inferior is no
811 longer valid.
812
813 2018-09-13 Tom Tromey <tom@tromey.com>
814
815 PR rust/23650:
816 * gdb.rust/simple.exp: Add test for enum field access error.
817
818 2018-09-13 Tom Tromey <tom@tromey.com>
819
820 PR rust/23626:
821 * gdb.rust/simple.rs (EmptyEnum): New type.
822 (main): Use it.
823 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
824
825 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
826
827 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
828 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
829 * gdb.python/py-symtab.exp: Update test printing an objfile.
830
831 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
832
833 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
834 object.
835
836 2018-09-12 Alan Hayward <alan.hayward@arm.com>
837
838 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
839 (support_complex_tests): Use gdb_can_simple_compile.
840 (is_ilp32_target): Likewise.
841 (is_lp64_target): Likewise.
842 (is_64_target): Likewise.
843 (is_amd64_regs_target): Likewise.
844 (is_aarch32_target): Likewise.
845 (gdb_int128_helper): Likewise.
846
847 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
848
849 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
850
851 2018-09-10 Jerome Guitton <guitton@adacore.com>
852
853 * gdb.ada/same_component_name: Add test for case of tagged record
854 with variable-length fields.
855
856 2018-09-10 Xavier Roirand <roirand@adacore.com>
857
858 * gdb.ada/access_to_unbounded_array.exp: New testcase.
859 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
860 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
861 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
862
863 2018-09-10 Xavier Roirand <roirand@adacore.com>
864
865 * gdb.ada/mi_string_access.exp: New testcase.
866 * gdb.ada/mi_string_access/bar.adb: New file.
867 * gdb.ada/mi_string_access/pck.adb: New file.
868 * gdb.ada/mi_string_access/pck.asd: New file.
869
870 2018-09-10 Xavier Roirand <roirand@adacore.com>
871
872 * gdb.ada/mi_var_union.exp: New testcase.
873 * gdb.ada/mi_var_union/bar.adb: New file.
874 * gdb.ada/mi_var_union/pck.adb: New file.
875 * gdb.ada/mi_var_union/pck.asd: New file.
876
877 2018-09-08 Tom Tromey <tom@tromey.com>
878
879 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
880
881 2018-09-08 Tom Tromey <tom@tromey.com>
882
883 PR python/16047:
884 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
885 (register_pretty_printers): Register new printer.
886 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
887 test.
888 * gdb.python/py-prettyprint.c (int_type3): New typedef.
889 (an_int_type3): New global.
890
891 2018-09-08 Joel Brobecker <brobecker@adacore.com>
892
893 * gdb.ada/expr_with_funcall: New testcase.
894
895 2018-09-08 Joel Brobecker <brobecker@adacore.com>
896
897 * gdb.ada/packed_array_assign: New testcase.
898
899 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
900
901 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
902 names, and add test prefixes to make test names unique.
903
904 2018-09-05 Tom de Vries <tdevries@suse.de>
905
906 * gdb.dwarf2/varval.exp: Add test.
907
908 2018-09-04 Gary Benson <gbenson@redhat.com>
909
910 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
911 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
912
913 2018-08-31 Tom Tromey <tom@tromey.com>
914
915 * gdb.rust/simple.rs: Rename second variable "v".
916
917 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
918
919 * gdb.base/funcargs.c (use_a): New function.
920 (recurse): Call use_a.
921
922 2018-08-29 Keith Seitz <keiths@redhat.com>
923
924 * gdb.compile/compile-cplus-anonymous.cc: New file.
925 * gdb.compile/compile-cplus-anonymous.exp: New file.
926 * gdb.compile/compile-cplus-array-decay.cc: New file.
927 * gdb.compile/compile-cplus-array-decay.exp: New file.
928 * gdb.compile/compile-cplus-inherit.cc: New file.
929 * gdb.compile/compile-cplus-inherit.exp: New file.
930 * gdb.compile/compile-cplus-member.cc: New file.
931 * gdb.compile/compile-cplus-member.exp: New file.
932 * gdb.compile/compile-cplus-method.cc: New file.
933 * gdb.compile/compile-cplus-method.exp: New file.
934 * gdb.compile/compile-cplus-mod.c: "New" file.
935 * gdb.compile/compile-cplus-namespace.cc: New file.
936 * gdb.compile/compile-cplus-namespace.exp: New file.
937 * gdb.compile/compile-cplus-nested.cc: New file.
938 * gdb.compile/compile-cplus-nested.exp: New file.
939 * gdb.compile/compile-cplus-print.c: "New" file.
940 * gdb.compile/compile-cplus-print.exp: "New" file.
941 * gdb.compile/compile-cplus-virtual.cc: New file.
942 * gdb.compile/compile-cplus-virtual.exp: New file.
943 * gdb.compile/compile-cplus.c: "New" file.
944 * gdb.compile/compile-cplus.exp: "New" file.
945 * lib/compile-support.exp: New file.
946
947 2018-08-16 Gary Benson <gbenson@redhat.com>
948
949 PR gdb/13000:
950 * gdb.base/batch-exit-status.exp: New file.
951 * gdb.base/batch-exit-status.good-commands: Likewise.
952 * gdb.base/batch-exit-status.bad-commands: Likewise.
953
954 2018-08-29 Alan Hayward <alan.hayward@arm.com>
955
956 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
957 (struct struct02): Likewise.
958 (struct struct03): Likewise.
959 (struct struct04): Likewise.
960 (struct struct_01_01): New struct.
961 (struct struct_01_02): Likewise.
962 (struct struct_01_03): Likewise.
963 (struct struct_01_04): Likewise.
964 (struct struct_02_01): Likewise.
965 (struct struct_02_02): Likewise.
966 (struct struct_02_03): Likewise.
967 (struct struct_02_04): Likewise.
968 (struct struct_04_01): Likewise.
969 (struct struct_04_02): Likewise.
970 (struct struct_04_03): Likewise.
971 (struct struct_04_04): Likewise.
972 (struct struct_05_01): Likewise.
973 (struct struct_05_02): Likewise.
974 (struct struct_05_03): Likewise.
975 (struct struct_05_04): Likewise.
976 (cmp_struct01): Remove function.
977 (cmp_struct02): Likewise.
978 (cmp_struct03): Likewise.
979 (cmp_struct04): Likewise.
980 (cmp_struct_01_01): Add Function.
981 (cmp_struct_01_02): Likewise.
982 (cmp_struct_01_03): Likewise.
983 (cmp_struct_01_04): Likewise.
984 (cmp_struct_02_01): Likewise.
985 (cmp_struct_02_02): Likewise.
986 (cmp_struct_02_03): Likewise.
987 (cmp_struct_02_04): Likewise.
988 (cmp_struct_04_01): Likewise.
989 (cmp_struct_04_02): Likewise.
990 (cmp_struct_04_03): Likewise.
991 (cmp_struct_04_04): Likewise.
992 (cmp_struct_05_01): Likewise.
993 (cmp_struct_05_02): Likewise.
994 (cmp_struct_05_03): Likewise.
995 (cmp_struct_05_04): Likewise.
996 (call_all): Add new structs.
997 * gdb.base/infcall-nested-structs.exp: Likewise.
998
999 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1000
1001 * gdb.python/py-framefilter-mi.exp: Update regexp to
1002 check for "arch" field in frame output.
1003
1004 2018-08-23 Kevin Buettner <kevinb@redhat.com>
1005
1006 * gdb.dwarf2/dw2-ranges-func.c: New file.
1007 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1008
1009 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1010
1011 * gdb.base/term.exp: Compare terminal settings with values from
1012 the inferior.
1013 * gdb.base/term.c: Get and set terminal settings.
1014
1015 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1016
1017 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1018 accommodate new "arch" field in frame output.
1019 * gdb.mi/mi-return.exp: Likewise.
1020 * gdb.mi/mi-stack.exp: Likewise.
1021 * gdb.mi/mi-syn-frame.exp: Likewise.
1022 * gdb.mi/user-selected-context-sync.exp: Likewise.
1023
1024 2018-08-19 Michael Spang <spang@google.com>
1025
1026 PR gdb/11786
1027 * gdb.base/gcore-tls-pie.c: New file.
1028 * gdb.base/gcore-tls-pie.exp: New file.
1029
1030 2018-08-18 Kevin Buettner <kevinb@redhat.com>
1031
1032 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1033 * gdb.dwarf2/varval.c: New file.
1034 * gdb.dwarf2/varval.exp: New file.
1035
1036 2018-08-17 Alan Hayward <alan.hayward@arm.com>
1037
1038 PR gdb/18931
1039 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1040
1041 2018-08-16 Keith Seitz <keiths@redhat.com>
1042
1043 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1044 tests expected to pass.
1045
1046 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1047
1048 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1049 -data-disassemble -a.
1050 (test_disassembly_bogus_args): Likewise.
1051
1052 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1055
1056 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1057
1058 * gdb.base/vla-optimized-out.exp: Add new test.
1059
1060 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1061
1062 * gdb.base/vla-optimized-out-o3.exp: Delete.
1063 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1064 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1065 deleted tests.
1066
1067 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 PR gdb/18050:
1070 * gdb.server/extended-remote-restart.c: New file.
1071 * gdb.server/extended-remote-restart.exp: New file.
1072
1073 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1074
1075 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1076 "set variable index = 42".
1077
1078 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1079
1080 * boards/index-cache-gdb.exp: New file.
1081 * gdb.dwarf2/index-cache.exp: New file.
1082 * gdb.dwarf2/index-cache.c: New file.
1083 * gdb.base/maint.exp: Check if we are using the index cache.
1084
1085 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1086
1087 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1088 MAKEFLAGS.
1089
1090 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1091
1092 * dg-extract-results.sh: Move to toplevel contrib.
1093 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1094 * Makefile.in (check-parallel-racy): Likewise.
1095
1096 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1097
1098 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1099 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1100 tests if the target supports scheduler locking.
1101
1102 2018-08-04 Tom de Vries <tdevries@suse.de>
1103
1104 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1105
1106 2018-08-02 Tom Tromey <tom@tromey.com>
1107
1108 PR symtab/16842.
1109 * gdb.cp/temargs.exp: Test "info address" of a template
1110 parameter.
1111
1112 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1113
1114 * gdb.python/py-mi-var-info-path-expression.c: New file.
1115 * gdb.python/py-mi-var-info-path-expression.py: New file.
1116 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1117
1118 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1119
1120 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1121 error after "cannot resolve name" string.
1122
1123 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1124
1125 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1126 started.
1127 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1128
1129 2018-07-28 Tom de Vries <tdevries@suse.de>
1130
1131 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1132
1133 2018-07-26 Tom de Vries <tdevries@suse.de>
1134
1135 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1136
1137 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1138
1139 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1140 is visible.
1141
1142 2018-07-26 Tom de Vries <tdevries@suse.de>
1143
1144 PR breakpoints/23366
1145 * gdb.base/catch-follow-exec.c: New test.
1146 * gdb.base/catch-follow-exec.exp: New file.
1147
1148 2018-07-25 Tom de Vries <tdevries@suse.de>
1149
1150 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1151 vla-optimized-out.c.
1152
1153 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1154
1155 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1156 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1157
1158 2018-07-20 Tom de Vries <tdevries@suse.de>
1159
1160 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1161 NOCLONE macro.
1162 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1163
1164 2018-07-19 Tom de Vries <tdevries@suse.de>
1165
1166 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1167 regular expression.
1168
1169 2018-07-18 Tom de Vries <tdevries@suse.de>
1170
1171 * gdb.base/vla-optimized-out.c: New test.
1172 * gdb.base/vla-optimized-out.exp: New file.
1173
1174 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1175
1176 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1177 message "No address associated with hostname" when gdbserver
1178 cannot resolve the hostname.
1179
1180 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1181
1182 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1183 Add some test prefixes to make tests unique.
1184
1185 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1186
1187 * gdb.base/frameapply.c: New file.
1188 * gdb.base/frameapply.exp: New file.
1189
1190 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1191
1192 * gdb.base/skip.exp: Update expected error message.
1193
1194 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1195 Jan Kratochvil <jan.kratochvil@redhat.com>
1196 Paul Fertser <fercerpav@gmail.com>
1197 Tsutomu Seki <sekiriki@gmail.com>
1198
1199 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1200 parameter.
1201 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1202 by default.
1203 * boards/native-gdbserver.exp: Likewise.
1204 * gdb.server/run-without-local-binary.exp: Improve regexp used
1205 for detecting when a remote debugging connection succeeds.
1206 * gdb.server/server-connect.exp: New file.
1207 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1208 Do not prefix the port number with ":".
1209 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1210 support for detecting and using it. Add '$debughost_gdbserver'
1211 to the list of arguments used to start gdbserver. Handle case
1212 when gdbserver cannot resolve a network name.
1213
1214 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1215
1216 PR c++/23373
1217 * gdb.base/ptype-offsets.cc (struct static_member): New
1218 struct.
1219 (main) <stmember>: New variable.
1220 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1221 with a static member in it.
1222
1223 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1226 watchpoints enabled and disabled.
1227
1228 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 * gdb.base/examine-backward.exp: Still run tests around address
1231 0x0, even if address 0x0 is not readable. Update the pattern for
1232 matching address 0x0 in expected output.
1233
1234 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1235
1236 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1237 malloc/free.
1238
1239 2018-07-04 Tom de Vries <tdevries@suse.de>
1240
1241 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1242
1243 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1244
1245 PR tdep/8282
1246 * gdb.arch/mips-disassembler-options.exp: New test.
1247 * gdb.arch/mips-disassembler-options.s: New test source.
1248
1249 2018-06-29 Pedro Alves <palves@redhat.com>
1250
1251 * gdb.threads/names.exp: Adjust expected "info threads" output.
1252
1253 2018-06-29 Pedro Alves <palves@redhat.com>
1254
1255 * gdb.opt/inline-break.exp (line number, address): Add "info
1256 break" tests.
1257
1258 2018-06-29 Pedro Alves <palves@redhat.com>
1259
1260 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1261 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1262 number and address and running to them.
1263
1264 2018-06-29 Richard Bunt <richard.bunt@arm.com>
1265
1266 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1267
1268 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1269
1270 * lib/compiler.c: Remove executable permission flag.
1271
1272 2018-06-28 Richard Bunt <richard.bunt@arm.com>
1273
1274 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1275 code.
1276 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1277
1278 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1279
1280 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1281
1282 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1283
1284 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1285 address argument is omitted.
1286
1287 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1288
1289 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1290
1291 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1292
1293 PR gdb/21695
1294 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1295 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1296
1297 2018-06-26 Tom Tromey <tom@tromey.com>
1298
1299 PR rust/22574:
1300 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1301 * gdb.rust/simple.rs (struct SimpleLayout): New.
1302
1303 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1304
1305 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1306 "info registers" output.
1307
1308 2018-06-21 Richard Bunt <richard.bunt@arm.com>
1309
1310 * gdb.base/watchpoint-hw-attach.c: New test.
1311 * gdb.base/watchpoint-hw-attach.exp: New file.
1312
1313 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1314
1315 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1316 through /bin/sh.
1317 * boards/dwarf4-gdb-index.exp: Likewise.
1318 * boards/fission-dwp.exp: Likewise.
1319
1320 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1321
1322 * gdb.base/float128.exp: Add comment and improved fail message
1323 to the failure case of "print large128" test.
1324
1325 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1326
1327 * configure.ac: Remove AC_PREREQ.
1328 * configure: Re-generate.
1329
1330 2018-06-19 Pedro Alves <palves@redhat.com>
1331
1332 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1333 (func_extern_caller): New.
1334 (main): Call func_extern_caller.
1335 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1336 logic change.
1337
1338 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
1339
1340 PR gdb/16841
1341 * gdb.cp/typedef-base.cc: New file.
1342 * gdb.cp/typedef-base.exp: New file.
1343
1344 2018-06-18 Tom de Vries <tdevries@suse.de>
1345
1346 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1347
1348 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1349 Richard Bunt <Richard.Bunt@arm.com>
1350
1351 * gdb.threads/attach-slow-waitpid.c: New file.
1352 * gdb.threads/attach-slow-waitpid.exp: New file.
1353 * gdb.threads/slow-waitpid.c: New file.
1354
1355 2018-06-14 Pedro Alves <palves@redhat.com>
1356
1357 * gdb.base/fork-running-state.c: Include <errno.h>.
1358 (exit_if_relative_exits): New.
1359 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1360 exits.
1361 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1362 child exits.
1363
1364 2018-06-14 Tom de Vries <tdevries@suse.de>
1365
1366 PR cli/22573
1367 * gdb.base/finish-pretty.c: New test.
1368 * gdb.base/finish-pretty.exp: New file.
1369
1370 2018-06-14 Pedro Alves <palves@redhat.com>
1371
1372 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1373 gdb's expected startup output.
1374
1375 2018-06-14 Pedro Alves <palves@redhat.com>
1376
1377 * lib/selftest-support.exp (selftest_setup): Remove inlined
1378 function handling.
1379
1380 2018-06-14 Tom de Vries <tdevries@suse.de>
1381
1382 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1383 matching of breakpoint printing.
1384
1385 2018-06-13 Tom de Vries <tdevries@suse.de>
1386
1387 PR testsuite/23269
1388 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1389 (fork_child): ... here, and ...
1390 (fork_parent): ... here.
1391
1392 2018-06-12 Tom de Vries <tdevries@suse.de>
1393
1394 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1395
1396 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1397 Stephen Roberts <stephen.roberts@arm.com>
1398
1399 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1400 rewrite test to describe action performed, rather than possible
1401 failure.
1402
1403 2018-06-08 Gary Benson <gbenson@redhat.com>
1404
1405 * gdb.threads/check-libthread-db.exp: New file.
1406 * gdb.threads/check-libthread-db.c: Likewise.
1407
1408 2018-06-05 Tom Tromey <tom@tromey.com>
1409
1410 * gdb.base/default.exp: Update expected "show version" output.
1411
1412 2018-06-05 Tom Tromey <tom@tromey.com>
1413
1414 PR cli/12326:
1415 * gdb.cp/static-print-quit.exp: Update.
1416 * lib/gdb.exp (pagination_prompt): Update.
1417 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1418 * gdb.python/python.exp: Update.
1419
1420 2018-06-04 Joel Brobecker <brobecker@adacore.com>
1421
1422 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1423
1424 2018-06-01 Joel Brobecker <brobecker@adacore.com>
1425
1426 * gdb.ada/bp_fun_addr: New testcase.
1427
1428 2018-06-01 Tom Tromey <tom@tromey.com>
1429
1430 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1431 results.
1432 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1433 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1434 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1435 * gdb.base/maint.exp (maint_pass_if): Update.
1436
1437 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1438
1439 * gdb.base/endian.exp: New test.
1440 * gdb.base/endian.c: New test source.
1441
1442 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 PR gdb/23203
1445 * gdb.base/bt-selected-frame.c: New file.
1446 * gdb.base/bt-selected-frame.exp: New file.
1447 * lib/gdb.exp (get_current_frame_number): New function.
1448
1449 2018-05-24 Maciej W. Rozycki <macro@mips.com>
1450 Pedro Alves <palves@redhat.com>
1451
1452 * gdb.threads/tls-core.c: Include <stdlib.h>
1453 (thread_proc): Call `abort'.
1454 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1455 (tls_core_test): New procedure, bits factored out from ...
1456 (top level): ... here. Test both native cores and gcore cores.
1457
1458 2018-05-23 Tom Tromey <tom@tromey.com>
1459
1460 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1461
1462 2018-05-23 Tom Tromey <tom@tromey.com>
1463
1464 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1465 symfile_complaints.
1466 (test_short_complaints): Likewise.
1467 (test_empty_complaints): Likewise.
1468 (test_initial_complaints): Update.
1469
1470 2018-05-23 Tom Tromey <tom@tromey.com>
1471
1472 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1473
1474 2018-05-23 Tom Tromey <tom@tromey.com>
1475
1476 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1477 (test_short_complaints): Update.
1478
1479 2018-05-22 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.base/remote.exp: Only gdb_start after compiling the
1482 testcase. Issue "disconnect" before testing "set remote" command
1483 defaults. Issue clean_restart before running to main.
1484
1485 2018-05-22 Pedro Alves <palves@redhat.com>
1486
1487 * gdb.base/remote.exp: Adjust expected output of "show remote
1488 memory-write-packet-size". Add tests for "set remote
1489 memory-write-packet-size 0" and "set remote
1490 memory-write-packet-size fixed/limit".
1491
1492 2018-05-22 Pedro Alves <palves@redhat.com>
1493
1494 PR gdb/22973
1495 * gdb.base/utf8-identifiers.c: New file.
1496 * gdb.base/utf8-identifiers.exp: New file.
1497
1498 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1499
1500 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1501
1502 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1503
1504 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1505
1506 2018-05-18 Tom Tromey <tom@tromey.com>
1507
1508 * gdb.base/ptype-offsets.exp: Update.
1509
1510 2018-05-17 Keith Seitz <keiths@redhat.com>
1511
1512 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1513 in expected breakpoint stop locations.
1514 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1515 move to proper scope to test variable values.
1516 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1517 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1518 New functions.
1519 (main): Call not_inline_func3.
1520 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1521 inline_func1, inline_func2, and inline_func3. Test that when each
1522 breakpoint is hit, GDB properly reports both the stop location
1523 and the backtrace. Repeat tests for temporary breakpoints.
1524
1525 2018-05-15 Maciej W. Rozycki <macro@mips.com>
1526
1527 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1528 rather then trying to access it in determining whether the PID
1529 of `gdbserver' could have been retrieved.
1530
1531 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1532
1533 * gdb.arch/amd64-init-x87-values.S: New file.
1534 * gdb.arch/amd64-init-x87-values.exp: New file.
1535
1536 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1537
1538 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1539
1540 2018-05-04 Tom Tromey <tom@tromey.com>
1541
1542 PR python/22730:
1543 * gdb.python/python.exp: Test multi-line execute.
1544
1545 2018-05-04 Tom Tromey <tom@tromey.com>
1546
1547 PR python/22731:
1548 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1549
1550 2018-05-04 Tom Tromey <tom@tromey.com>
1551
1552 PR gdb/11750:
1553 * gdb.base/define.exp: Test defining a user command inside a user
1554 command.
1555 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1556
1557 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1558 Pedro Alves <palves@redhat.com>
1559
1560 PR breakpoints/19806 and support for PR external/20207.
1561 * gdb.base/watchpoint-unaligned.c: New file.
1562 * gdb.base/watchpoint-unaligned.exp: New file.
1563
1564 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1565
1566 * gdb.base/maint.exp: Make test names unique, use
1567 test_prefix_command_help to test 'help maint info', and remove
1568 repeated test of 'help maint'.
1569
1570 2018-05-04 Tom Tromey <tom@tromey.com>
1571
1572 PR gdb/22619:
1573 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1574 behavior.
1575
1576 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1577
1578 * gdb.base/maint.exp: Process output from 'maint print registers'
1579 line at a time.
1580
1581 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1582
1583 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1584 timeout.
1585
1586 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1587
1588 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1589 filter pattern.
1590
1591 2018-05-02 Pedro Alves <palves@redhat.com>
1592
1593 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1594 to_log_command renames.
1595 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1596
1597 2018-05-02 Tom Tromey <tom@tromey.com>
1598
1599 * gdb.python/py-parameter.exp: Set test message.
1600
1601 2018-05-02 Tom Tromey <tom@tromey.com>
1602
1603 PR python/20084:
1604 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1605 PARAM_ZUINTEGER_UNLIMITED tests.
1606
1607 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1608
1609 PR rust/23124
1610 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1611 when casting.
1612
1613 2018-04-30 Tom Tromey <tom@tromey.com>
1614
1615 * gdb.python/py-type.exp: Check align attribute.
1616 * gdb.python/py-type.c: New "aligncheck" global.
1617
1618 2018-04-30 Tom Tromey <tom@tromey.com>
1619
1620 PR exp/17095:
1621 * gdb.dwarf2/dw2-align.exp: New file.
1622 * gdb.cp/align.exp: New file.
1623 * gdb.base/align.exp: New file.
1624 * lib/gdb.exp (gdb_int128_helper): New proc.
1625 (has_int128_c, has_int128_cxx): New caching procs.
1626
1627 2018-04-27 Tom Tromey <tom@tromey.com>
1628
1629 PR rust/22545:
1630 * gdb.rust/simple.exp: Add inclusive range tests.
1631
1632 2018-04-26 Pedro Alves <palves@redhat.com>
1633
1634 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1635 ifunc breakpoint locations correctly of ifunc breakpoints set
1636 while the program resolves the ifunc.
1637
1638 2018-04-26 Pedro Alves <palves@redhat.com>
1639
1640 * gdb.base/gnu-ifunc-final.c: New file.
1641 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1642 * gdb.base/gnu-ifunc.exp (executable): Delete.
1643 (staticexecutable): Adjust.
1644 (lib_opts, exec_opts): Delete.
1645 (make_binsuffix, build, set-break): New procedures.
1646 (misc_tests): New, with tests factored out from the top level.
1647 (top level): Test different combinations of ifunc resolver name,
1648 resolver with and with debug info, and ifunc target with and
1649 without debug info. Wrap static tests with with_target_prefix.
1650
1651 2018-04-26 Pedro Alves <palves@redhat.com>
1652
1653 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1654 return type" warnings.
1655
1656 2018-04-25 Pedro Alves <palves@redhat.com>
1657
1658 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1659 killed".
1660 * gdb.base/kill-after-signal.exp: Likewise.
1661 * gdb.threads/kill.exp: Likewise.
1662
1663 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1664 Sergio Durigan Junior <sergiodj@redhat.com>
1665 Pedro Alves <palves@redhat.com>
1666
1667 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1668 regexps to expect for '[Inferior ... detached]' as well.
1669 * gdb.base/attach.exp: Likewise.
1670 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1671 "gdb_continue_to_end".
1672 (test_catch_syscall_with_wrong_args): Likewise.
1673 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1674 ']'. Don't set 'verbose' on.
1675 * gdb.base/foll-vfork.exp: Likewise.
1676 * gdb.base/fork-print-inferior-events.c: New file.
1677 * gdb.base/fork-print-inferior-events.exp: New file.
1678 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1679 '[Inferior ... has been killed]' message.
1680 * gdb.base/kill-after-signal.exp: Likewise.
1681 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1682 detach message.
1683 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1684 message.
1685 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1686 regexps to expect for '[Inferior ... detached]' as well.
1687 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1688
1689 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1690
1691 PR gdb/23104
1692 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1693
1694 2018-04-19 Richard Bunt <richard.bunt@arm.com>
1695
1696 * gdb.threads/multiple-successive-infcall.c: New test.
1697 * gdb.threads/multiple-successive-infcall.exp: New file.
1698
1699 2018-04-17 Tom Tromey <tom@tromey.com>
1700
1701 * gdb.rust/simple.rs (Union): New type.
1702 (main): New local "u".
1703 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1704
1705 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1706
1707 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1708 number information in output of "whereis" command.
1709 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1710
1711 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1712
1713 * gdb.ada/info_types.exp: Adjust expected output to the line
1714 numbers now printed by "info var/func/type".
1715 * gdb.base/completion.exp: Likewise.
1716 * gdb.base/included.exp: Likewise.
1717 * gdb.cp/cp-relocate.exp: Likewise.
1718 * gdb.cp/cplusfuncs.exp: Likewise.
1719 * gdb.cp/namespace.exp: Likewise.
1720 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1721
1722 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1723
1724 * gdb.btrace/cpu.exp: New.
1725
1726 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1727
1728 * gdb.base/step-indirect-call-thunk.exp: New.
1729 * gdb.base/step-indirect-call-thunk.c: New.
1730 * gdb.reverse/step-indirect-call-thunk.exp: New.
1731 * gdb.reverse/step-indirect-call-thunk.c: New.
1732
1733 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1734
1735 * gdb.base/pie-fork.c: New file.
1736 * gdb.base/pie-fork.exp: New file.
1737
1738 2018-04-11 Tom Tromey <tom@tromey.com>
1739
1740 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1741
1742 2018-04-10 Pedro Alves <palves@redhat.com>
1743
1744 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1745 exits. Instead loop running forever.
1746 (fork_parent): Run forever too.
1747
1748 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1749
1750 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1751 mi_continue_to_line.
1752 * gdb.mi/mi-stack.c (callee4): Add comment.
1753
1754 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1755
1756 * gdb.mi/mi-stack.exp: Fix indentation.
1757
1758 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1759
1760 PR gdb/22979
1761 * gdb.arch/amd64-osabi.exp: New file.
1762
1763 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1764
1765 PR gdb/22980
1766 * gdb.base/osabi.exp: New file.
1767
1768 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
1769
1770 * gdb.cp/static-typedef-print.exp: New file.
1771 * gdb.cp/static-typedef-print.cc: New file.
1772
1773 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1774
1775 * gdb.ada/varsize_limit: New testcase.
1776
1777 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1778
1779 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1780
1781 * gdb.ada/notcplusplus: New testcase.
1782
1783 * gdb.base/c-linkage-name.c: New file.
1784 * gdb.base/c-linkage-name.exp: New testcase.
1785
1786 2018-03-26 Tom Tromey <tom@tromey.com>
1787
1788 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1789 * gdb.python/py-framefilter.py (name_error): New global.
1790 (ErrorInName.function): Use name_error.
1791
1792 2018-03-26 Tom Tromey <tom@tromey.com>
1793
1794 PR backtrace/15582:
1795 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1796
1797 2018-03-23 Keith Seitz <keiths@redhat.com>
1798
1799 PR c++/22968
1800 * gdb.cp/subtypes.exp: New file.
1801 * gdb.cp/subtypes.h: New file.
1802 * gdb.cp/subtypes.cc: New file.
1803 * gdb.cp/subtypes-2.cc: New file.
1804
1805 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1806
1807 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1808 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1809 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1810 -nostartfiles when compiling the test. Confirm that all registers
1811 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1812
1813 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1814
1815 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1816 option, syntax was wrong anyway.
1817 * gdb.arch/arm-disp-step.exp: Likewise.
1818 * gdb.arch/sparc64-regs.exp: Likewise.
1819 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1820 option, syntax was wrong anyway, switch to use
1821 prepare_for_testing.
1822 * gdb.arch/i386-disp-step.exp: Likewise.
1823
1824 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1825
1826 * gdb.ada/exec_changed.exp: Replace "target_info exists
1827 use_gdb_stub" by "use_gdb_stub".
1828 * gdb.ada/start.exp: Likewise.
1829 * gdb.base/async-shell.exp: Likewise.
1830 * gdb.base/attach-pie-misread.exp: Likewise.
1831 * gdb.base/attach-wait-input.exp: Likewise.
1832 * gdb.base/break-entry.exp: Likewise.
1833 * gdb.base/break-interp.exp: Likewise.
1834 * gdb.base/dprintf-detach.exp: Likewise.
1835 * gdb.base/nostdlib.exp: Likewise.
1836 * gdb.base/solib-nodir.exp: Likewise.
1837 * gdb.base/statistics.exp: Likewise.
1838 * gdb.base/testenv.exp: Likewise.
1839 * gdb.mi/mi-exec-run.exp: Likewise.
1840 * gdb.mi/mi-start.exp: Likewise.
1841 * gdb.multi/dummy-frame-restore.exp: Likewise.
1842 * gdb.multi/multi-arch-exec.exp: Likewise.
1843 * gdb.multi/multi-arch.exp: Likewise.
1844 * gdb.multi/tids.exp: Likewise.
1845 * gdb.multi/watchpoint-multi.exp: Likewise.
1846 * gdb.python/py-events.exp: Likewise.
1847 * gdb.threads/attach-into-signal.exp: Likewise.
1848 * gdb.threads/attach-stopped.exp: Likewise.
1849 * gdb.threads/threadapply.exp: Likewise.
1850 * lib/selftest-support.exp: Likewise.
1851
1852 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1853
1854 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1855
1856 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1857
1858 * gdb.perf/template-breakpoints.cc: New file.
1859 * gdb.perf/template-breakpoints.exp: New file.
1860 * gdb.perf/template-breakpoints.py: New file.
1861
1862 2018-03-19 Tom Tromey <tom@tromey.com>
1863
1864 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1865 y0.
1866 * gdb.rust/simple.exp: Test bare identifier form of struct
1867 initializer.
1868
1869 2018-03-19 Tom Tromey <tom@tromey.com>
1870
1871 * gdb.gdb/observer.exp: Remove.
1872
1873 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1874
1875 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1876 "qualified" option when setting breakpoints.
1877 * gdb.trace/backtrace.exp: Likewise.
1878 * gdb.trace/circ.exp: Likewise.
1879 * gdb.trace/collection.exp: Likewise.
1880 * gdb.trace/disconnected-tracing.exp: Likewise.
1881 * gdb.trace/ftrace-lock.exp: Likewise.
1882 * gdb.trace/ftrace.exp: Likewise.
1883 * gdb.trace/infotrace.exp: Likewise.
1884 * gdb.trace/packetlen.exp: Likewise.
1885 * gdb.trace/passc-dyn.exp: Likewise.
1886 * gdb.trace/qtro.exp: Likewise.
1887 * gdb.trace/read-memory.exp: Likewise.
1888 * gdb.trace/report.exp: Likewise.
1889 * gdb.trace/signal.exp: Likewise.
1890 * gdb.trace/status-stop.exp: Likewise.
1891 * gdb.trace/strace.exp: Likewise.
1892 * gdb.trace/tfind.exp: Likewise.
1893 * gdb.trace/trace-break.exp: Likewise.
1894 * gdb.trace/trace-condition.exp: Likewise.
1895 * gdb.trace/trace-mt.exp: Likewise.
1896 * gdb.trace/tstatus.exp: Likewise.
1897 * gdb.trace/tsv.exp: Likewise.
1898 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1899 * gdb.trace/unavailable.exp: Likewise.
1900 * gdb.trace/while-dyn.exp: Likewise.
1901
1902 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1903
1904 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1905 that libinproctrace is copied to the target.
1906
1907 2018-03-14 Tom Tromey <tom@tromey.com>
1908
1909 PR cli/14977:
1910 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1911 a null pointer.
1912 * gdb.base/wchar.exp: Likewise.
1913
1914 2018-03-14 Tom Tromey <tom@tromey.com>
1915
1916 PR cli/19918:
1917 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1918 flag.
1919
1920 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1921
1922 PR gdb/22841
1923 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1924 "target" to remote_exec.
1925
1926 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1927
1928 PR gdb/22841
1929 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1930 ${board}_upload): Remove.
1931
1932 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1933
1934 * gdb.cp/watch-cp.cc: New test.
1935 * gdb.cp/watch-cp.exp: New file.
1936
1937 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1938
1939 * gdb.base/infcall-nested-structs.exp: New file.
1940 * gdb.base/infcall-nested-structs.c: New file.
1941 * gdb.base/float.exp: Add riscv support.
1942
1943 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1944
1945 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1946 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1947
1948 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1949
1950 * gdb.server/abspath.exp: New file.
1951 * lib/gdb.exp (with_cwd): New procedure.
1952
1953 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1954
1955 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1956 use it.
1957 (gdb_is_target_remote_prompt): New proc.
1958 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1959 (gdb_is_target_native): Pass prompt parameter to
1960 gdb_is_target_1.
1961
1962 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1963
1964 * gdb.base/load-command.c: New file.
1965 * gdb.base/load-command.exp: New file.
1966 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1967 (gdb_is_target_1): ...this, and generalize for other targets
1968 than just remote.
1969 (gdb_is_target_remote): Use gdb_is_target_1.
1970 (gdb_is_target_native): use gdb_is_target_1.
1971
1972 2018-02-26 Tom Tromey <tom@tromey.com>
1973
1974 PR python/16497:
1975 * gdb.python/py-framefilter.exp: Update test.
1976
1977 2018-02-26 Tom Tromey <tom@tromey.com>
1978
1979 * gdb.dwarf2/variant.c: New file.
1980 * gdb.dwarf2/variant.exp: New file.
1981
1982 2018-02-26 Tom Tromey <tom@tromey.com>
1983
1984 * gdb.rust/simple.exp: Accept more possible results in enum test.
1985
1986 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1987
1988 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1989 parentheses.
1990
1991 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1992
1993 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1994 name of a variable: $actual_linejj -> $actual_line.
1995
1996 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1997
1998 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1999
2000 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2001
2002 * gdb.btrace/buffer-size.exp: Do not force BTS.
2003
2004 2018-02-14 Pedro Alves <palves@redhat.com>
2005
2006 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2007 getting a "Quit".
2008
2009 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2010
2011 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2012 Fix test name.
2013
2014 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2015
2016 * gdb.cp/m-static.exp: Check type of optimized out static
2017 member.
2018
2019 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2020
2021 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2022 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2023
2024 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2025 Leszek Swirski <leszeks@google.com>
2026
2027 * gdb.python/py-prettyprint.c
2028 (struct to_string_returns_value_inner,
2029 struct to_string_returns_value_wrapper): New.
2030 (main): Add tsrvw variable.
2031 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2032 ToStringReturnsValueWrapper): New classes.
2033 (register_pretty_printers): Register new pretty-printers.
2034 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2035 recursive pretty printer.
2036 * gdb.python/py-mi.exp: Likewise.
2037
2038 2018-02-01 Leszek Swirski <leszeks@google.com>
2039
2040 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2041 functions with the same name as an include file are parsed
2042 correctly.
2043
2044 2018-02-01 Yao Qi <yao.qi@linaro.org>
2045
2046 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2047 "\[^\r\n\]*".
2048
2049 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2050
2051 * gdb.arch/powerpc-prologue-frame.s: New file.
2052 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2053 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2054
2055 2018-01-31 Joel Brobecker <brobecker@adacore.com>
2056
2057 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2058
2059 2018-01-30 Pedro Alves <palves@redhat.com>
2060
2061 PR gdb/13211
2062 * gdb.base/interrupt-daemon.c: New.
2063 * gdb.base/interrupt-daemon.exp: New.
2064 * gdb.multi/multi-term-settings.c: New.
2065 * gdb.multi/multi-term-settings.exp: New.
2066
2067 2018-01-30 Joel Brobecker <brobecker@adacore.com>
2068
2069 * gdb.base/break.exp: Save the location where the breakpoint
2070 on break.c:47 was actually inserted when debugging the version
2071 compiled at -O2 and use it in the expected output of the "info
2072 break" test performed soon after.
2073
2074 2018-01-22 Pedro Alves <palves@redhat.com>
2075 Sergio Durigan Junior <sergiodj@redhat.com>
2076
2077 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2078 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2079
2080 2018-01-22 Joel Brobecker <brobecker@adacore.com>
2081
2082 * gdb.base/break-include.c, gdb.base/break-include.inc,
2083 gdb.base/break-include.exp: New files.
2084 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2085 line number now being the actual line number where the breakpoint
2086 was inserted.
2087 * gdb.mi/mi-break.exp: Likewise.
2088 * gdb.mi/mi-reverse.exp: Likewise.
2089 * gdb.mi/mi-simplerun.exp: Ditto.
2090
2091 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2092
2093 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2094 varobj.
2095 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2096
2097 2018-01-21 Don Breazeal <donb@codesourcery.com>
2098 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.mi/basics.c: Add new global.
2101 * gdb.mi/mi-frame-regs.exp: New file.
2102 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2103 case.
2104
2105 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2106
2107 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2108 non-parameter, and on an unknown symbol.
2109
2110 2018-01-19 Tom Tromey <tom@tromey.com>
2111
2112 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2113 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2114
2115 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2116
2117 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2118 setrlimit and chdir to int.
2119
2120 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2121
2122 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2123 function.
2124 (my_tend): Likewise.
2125 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2126 rationale of avoiding FP- and vector instructions.
2127
2128 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2129
2130 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2131 "info reg" with "\[ \t\]*".
2132 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2133 "\[ \t\]+".
2134 * gdb.arch/s390-multiarch.exp: Ditto.
2135 * gdb.base/pc-fp.exp: Ditto.
2136 * gdb.reverse/i386-precsave.exp: Ditto.
2137 * gdb.reverse/i386-reverse.exp: Ditto.
2138 * gdb.reverse/i387-env-reverse.exp: Ditto.
2139 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2140
2141 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2142
2143 * lib/gdb.exp (gdb_compile): Re-enable use of
2144 universal_compile_options for languages other than Rust.
2145
2146 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2147
2148 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2149
2150 2018-01-17 Mike Gulick <mgulick@mathworks.com>
2151
2152 PR gdb/16577
2153 * gdb.base/solib-vanish.exp: New.
2154 * gdb.base/solib-vanish-main.c: New.
2155 * gdb.base/solib-vanish-lib1.c: New.
2156 * gdb.base/solib-vanish-lib2.c: New.
2157
2158 2018-01-17 Yao Qi <yao.qi@linaro.org>
2159
2160 * gdb.compile/compile.exp: Match the address printed for
2161 frame in the output of command "bt".
2162
2163 2018-01-15 Tom Tromey <tom@tromey.com>
2164
2165 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2166 compute sp_reg.
2167
2168 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2169
2170 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2171 to prepare.
2172 (prepare): Return 0 on error, 1 on success.
2173
2174 2018-01-12 Pedro Alves <palves@redhat.com>
2175
2176 * gdb.base/continue-after-aborted-step-over.c: New.
2177 * gdb.base/continue-after-aborted-step-over.exp: New.
2178
2179 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2180
2181 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2182 options when not creating an executable.
2183
2184 2018-01-11 Pedro Alves <palves@redhat.com>
2185
2186 PR remote/22597
2187 * gdb.server/stop-reply-no-thread.c: New file.
2188 * gdb.server/stop-reply-no-thread.exp: New file.
2189
2190 2018-01-10 Pedro Alves <palves@redhat.com>
2191
2192 PR gdb/22670
2193 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2194 functions too. Test setting breakpoints and printing C functions
2195 with no debug info too.
2196 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2197
2198 2018-01-10 Pedro Alves <palves@redhat.com>
2199
2200 PR gdb/22670
2201 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2202 a fail.
2203
2204 2018-01-10 Pedro Alves <palves@redhat.com>
2205
2206 PR gdb/22670
2207 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2208
2209 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2210
2211 * gdb.server/unittest.exp: Match the output in non-development
2212 mode.
2213
2214 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2215
2216 * gdb.gdb/unittest.exp: Match output in non-development mode.
2217
2218 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2219
2220 * gdb.ada/access_tagged_param.exp: Relax expected output
2221 for value of "ObjL" in "continue" to pck.inspect breakpoint
2222 test.
2223
2224 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2225
2226 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2227 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2228
2229 2018-01-05 Pedro Alves <palves@redhat.com>
2230
2231 PR gdb/18653
2232 * gdb.base/libsegfault.exp: New.
2233
2234 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2235
2236 PR gdb/22670
2237 * gdb.ada/access_tagged_param.exp: New file.
2238 * gdb.ada/access_tagged_param/foo.adb: New file.
2239
2240 2018-01-05 Pedro Alves <palves@redhat.com>
2241
2242 PR gdb/22670
2243 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2244 exercise lower case too, and to exercise both full matching and
2245 wild matching.
2246
2247 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2248
2249 * gdb.ada/rename_subscript_param: New testcase.
2250
2251 2018-01-05 Jerome Guitton <guitton@adacore.com>
2252
2253 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2254
2255 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2256
2257 * gdb.ada/convvar_comp: New testcase.
2258
2259 2018-01-05 Xavier Roirand <roirand@adacore.com>
2260
2261 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2262 (My_Table): New global variable.
2263 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2264
2265 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2266
2267 PR gdb/22670
2268 * gdb.ada/maint_with_ada: New testcase.
2269
2270 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2271
2272 PR gdb/22670
2273 * gdb.ada/bp_c_mixed_case: New testcase.
2274
2275 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2276
2277 PR gdb/22670
2278 * gdb.ada/complete.exp: Add "complete break ada" test.
2279
2280 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2281
2282 PR gdb/22670
2283 * gdb.ada/info_addr_mixed_case: New testcase.
2284
2285 2018-01-03 Xavier Roirand <roirand@adacore.com>
2286
2287 * gdb.ada/excep_handle.exp: New testcase.
2288 * gdb.ada/excep_handle/foo.adb: New file.
2289 * gdb.ada/excep_handle/pck.ads: New file.
2290
2291 2018-01-03 Joel Brobecker <brobecker@adacore.com>
2292
2293 * gdb.base/step-line.c: Add extra empty line in copyright header.
2294 * gdb.base/step-line.inp: Likewise.
2295
2296 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2297
2298 * gdb.ada/dyn_stride.exp: Add slice test.
2299
2300 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2301
2302 * gdb.ada/dyn_stride: New testcase.
2303
2304 2017-12-27 Stafford Horne <shorne@gmail.com>
2305
2306 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2307 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2308
2309 2017-12-27 Stafford Horne <shorne@gmail.com>
2310
2311 * gdb.base/reggroups.c: New file.
2312 * gdb.base/reggroups.exp: New file.
2313
2314 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2315
2316 * gdb.dwarf2/ada-valprint-error.c: New file.
2317 * gdb.dwarf2/ada-valprint-error.exp: New file.
2318
2319 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2320
2321 * gdb.ada/assign_arr: New testcase.
2322
2323 2017-12-18 Xavier Roirand <roirand@adacore.com>
2324
2325 * gdb.ada/funcall_ptr: New testcase.
2326
2327 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2328
2329 PR cli/16224
2330 * gdb.base/ptype-offsets.cc: New file.
2331 * gdb.base/ptype-offsets.exp: New file.
2332
2333 2017-12-15 Yao Qi <yao.qi@linaro.org>
2334
2335 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2336 if XML is disabled.
2337
2338 2017-12-15 Xavier Roirand <roirand@adacore.com>
2339
2340 * gdb.ada/same_component_name: New testcase.
2341
2342 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2343
2344 * gdb.ada/str_binop_equal: New testcase.
2345
2346 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2347
2348 * gdb.ada/task_switch_in_core: New testcase.
2349
2350 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2351
2352 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2353 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2354 call test_bkpt_qualified.
2355 (test_bkpt_qualified): New proc.
2356
2357 2017-12-13 Pedro Alves <palves@redhat.com>
2358
2359 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2360 Tighten regexp by matching with an anchor.
2361
2362 2017-12-13 Pedro Alves <palves@redhat.com>
2363
2364 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2365 ("expression with namespace"): New set of tests.
2366 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2367 (Nested::Test_NS::qux): New.
2368 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2369 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2370
2371 2017-12-13 Joel Brobecker <brobecker@adacore.com>
2372
2373 * gdb.base/server-del-break.c: New file.
2374 * gdb.base/server-del-break.exp: New file.
2375
2376 2017-12-12 Stafford Horne <shorne@gmail.com>
2377
2378 * gdb.xml/tdesc-regs.exp: Add or1k support.
2379
2380 2017-12-12 Stafford Horne <shorne@gmail.com>
2381
2382 * gdb.base/bp-permanent.c: Define nop of or1k.
2383
2384 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2385
2386 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2387 output with components being reordered.
2388
2389 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2390
2391 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2392 output with components being reordered.
2393
2394 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2395 Pedro Alves <palves@redhat.com>
2396
2397 * gdb.base/maint.exp (check for .gdb_index): Check also for
2398 .debug_names.
2399 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2400 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2401 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2402 (.gdb_index used after symbol reloading): Support also .debug_names.
2403 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2404
2405 2017-12-08 Yao Qi <yao.qi@linaro.org>
2406
2407 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2408 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2409
2410 2017-12-08 Yao Qi <yao.qi@linaro.org>
2411
2412 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2413 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2414
2415 2017-12-08 Yao Qi <yao.qi@linaro.org>
2416
2417 * gdb.arch/aarch64-tagged-pointer.c: New file.
2418 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2419
2420 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2421
2422 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2423 "int".
2424
2425 2017-12-07 Keith Seitz <keiths@redhat.com>
2426
2427 PR breakpoints/22569
2428 * gdb.linespec/ls-errs.exp: Change expected result of "break
2429 -source this file has spaces.c -line 3".
2430 Check that an explicit source file followed by whitespace is
2431 identified as an invalid explicit location.
2432
2433 2017-12-07 Keith Seitz <keiths@redhat.com>
2434
2435 * gdb.cp/nested-types.cc: New file.
2436 * gdb.cp/nested-types.exp: New file.
2437 * lib/cp-support.exp: Load data-structures.exp library.
2438 (debug_cp_test_ptype_class): New global.
2439 (cp_ptype_class_verbose, next_line): New procedures.
2440 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2441 Add and document new return value.
2442 Switch the list of lines to a queue.
2443 Add support for new `type' key for nested type definitions.
2444 Add debugging/troubleshooting messages.
2445 * lib/data-structures.exp: New file.
2446
2447 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2448
2449 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2450 with proc_with_prefix, don't use with_test_prefix.
2451
2452 2017-12-07 Tom Tromey <tom@tromey.com>
2453
2454 * gdb.base/break.exp: Add test for empty "commands".
2455
2456 2017-12-07 Yao Qi <yao.qi@linaro.org>
2457
2458 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2459 malloc and catch syscall.
2460
2461 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2462
2463 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2464 tests for explicit locations.
2465
2466 2017-12-06 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2469 force-disabling XML descriptions.
2470
2471 2017-12-04 Pedro Alves <palves@redhat.com>
2472
2473 PR gdb/22499
2474 * gdb.arch/amd64-disp-step-avx.S: New file.
2475 * gdb.arch/amd64-disp-step-avx.exp: New file.
2476
2477 2017-12-03 Pedro Alves <palves@redhat.com>
2478
2479 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2480 and <string.h>.
2481 (parent_function): Print distinct messages when waitpid fails, or
2482 the child exits with a signal, or the child exits for an unhandled
2483 reason.
2484 * gdb.threads/process-dies-while-detaching.exp
2485 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2486 it. Wait for both inferior output and GDB's prompt. Use an
2487 indirect spawn id list.
2488 (do_detach): New parameter 'child_exit'. Use it to compute
2489 expected inferior output.
2490 (test_detach, test_detach_watch, test_detach_killed_outside):
2491 Adjust to pass down the expected child exit kind.
2492
2493 2017-12-01 Joel Brobecker <brobecker@adacore.com>
2494 Sergio Durigan Junior <sergiodj@redhat.com>
2495 Pedro Alves <palves@redhat.com>
2496
2497 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2498
2499 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2500
2501 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2502 to 'symbol-file' and 'add-symbol-file' can be
2503 position-independent.
2504
2505 2017-12-01 Yao Qi <yao.qi@linaro.org>
2506
2507 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2508 the URL in copyright header.
2509 * gdb.arch/aarch64-fp.exp: Likewise.
2510 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2511 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2512 * gdb.base/expand-psymtabs.exp: Likewise.
2513 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2514 * gdb.fortran/common-block.exp: Likewise.
2515 * gdb.fortran/common-block.f90: Likewise.
2516 * gdb.fortran/logical.exp: Likewise.
2517 * gdb.fortran/vla-datatypes.f90: Likewise.
2518 * gdb.fortran/vla-sub.f90: Likewise.
2519
2520 2017-11-30 Joel Brobecker <brobecker@adacore.com>
2521
2522 * gdb.ada/repeat_dyn: New testcase.
2523
2524 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2525
2526 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2527 Update for changed thread numbering.
2528 * gdb.cell/bt.exp: Update for changed GDB output.
2529
2530 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2531
2532 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2533 setting isremote by hand.
2534 * boards/dwarf4-gdb-index.exp: Likewise.
2535 * boards/fission.exp: Likewise.
2536 * boards/stabs.exp: Likewise.
2537
2538 2017-11-30 Pedro Alves <palves@redhat.com>
2539
2540 * gdb.linespec/cpls-ops.exp
2541 (check_explicit_skips_function_argument): Extract the underlying
2542 type of size_t instead of hardcoding it.
2543
2544 2017-11-29 Pedro Alves <palves@redhat.com>
2545
2546 PR c++/19436
2547 * gdb.linespec/cpls-abi-tag.cc: New file.
2548 * gdb.linespec/cpls-abi-tag.exp: New file.
2549
2550 2017-11-29 Pedro Alves <palves@redhat.com>
2551
2552 * gdb.base/langs.exp: Use -qualified.
2553 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2554 it.
2555 * gdb.cp/namespace.exp: Use -qualified.
2556 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2557 (overload-3, template-overload, template-ret-type, const-overload)
2558 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2559 procedures.
2560 (test_driver): Call them.
2561 * gdb.cp/save-bp-qualified.cc: New.
2562 * gdb.cp/save-bp-qualified.exp: New.
2563 * gdb.linespec/explicit.exp: Test -qualified.
2564 * lib/completion-support.exp (completion::explicit_opts_list): Add
2565 "-qualified".
2566 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2567
2568 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2569
2570 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2571
2572 2017-11-29 Tom Tromey <tom@tromey.com>
2573
2574 * gdb.base/relocate.exp: Update invalid argument test.
2575 Add new tests for invalid arguments.
2576
2577 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2578
2579 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2580 Return 0 as a long.
2581 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2582
2583 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2584
2585 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2586 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2587 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2588 func ().
2589 * gdb.cp/shadow.cc (B.func): Return 0.
2590
2591 2017-11-27 Joel Brobecker <brobecker@adacore.com>
2592
2593 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2594 expected output in gdb_expect call to allow the exception
2595 message to be present as well. Fix syntax confusion to avoid
2596 TCL thinking that exception_name is an array.
2597
2598 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2599
2600 * gdb.arch/spu-info.c: Include <unistd.h>.
2601 (do_signal_test): Fix broken calls to write.
2602 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2603 Fix checks for empty mailboxes. Update signal tests for corrected
2604 do_signal_test routine. Allow nonzero event status.
2605 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2606 * gdb.cell/arch.exp: Use standard_output_file.
2607 * gdb.cell/break.exp: Likewise.
2608 * gdb.cell/bt.exp: Likewise.
2609 * gdb.cell/core.exp: Likewise.
2610 * gdb.cell/dwarfaddr.exp: Likewise.
2611 * gdb.cell/ea-cache.exp: Likewise.
2612 * gdb.cell/ea-standalone.exp: Likewise.
2613 * gdb.cell/f-regs.exp: Likewise.
2614 * gdb.cell/fork.exp: Likewise.
2615 * gdb.cell/gcore.exp: Likewise.
2616 * gdb.cell/mem-access.exp: Likewise.
2617 * gdb.cell/ptype.exp: Likewise.
2618 * gdb.cell/registers.exp: Likewise.
2619 * gdb.cell/sizeof.exp: Likewise.
2620 * gdb.cell/solib-symbol.exp: Likewise.
2621 * gdb.cell/solib.exp: Likewise.
2622
2623 2017-11-25 Pedro Alves <palves@redhat.com>
2624
2625 * gdb.base/complete-empty.exp: New file.
2626 * gdb.base/completion.exp: Adjust.
2627
2628 2017-11-25 Pedro Alves <palves@redhat.com>
2629
2630 * gdb.linespec/cpls-ops.cc: New file.
2631 * gdb.linespec/cpls-ops.exp: New file.
2632 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2633 factored out from ...
2634 (test_complete_prefix_range): ... this.
2635
2636 2017-11-24 Pedro Alves <palves@redhat.com>
2637
2638 * gdb.linespec/cpcompletion.exp: New file.
2639 * gdb.linespec/cpls-hyphen.cc: New file.
2640 * gdb.linespec/cpls.cc: New file.
2641 * gdb.linespec/cpls2.cc: New file.
2642 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2643 test to use test_gdb_complete_unique. Add label completion,
2644 keyword completion and explicit location completion tests.
2645 * lib/completion-support.exp: New file.
2646
2647 2017-11-24 Joel Brobecker <brobecker@adacore.com>
2648
2649 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2650 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2651 when hitting an exception catchpoint.
2652
2653 2017-11-22 Yao Qi <yao.qi@linaro.org>
2654
2655 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2656
2657 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2658
2659 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2660 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2661 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2662
2663 2017-11-22 Yao Qi <yao.qi@linaro.org>
2664
2665 * gdb.base/info-os.exp: Pass pthreads.
2666 * gdb.multi/multi-attach.exp: Likewise.
2667
2668 2017-11-22 Yao Qi <yao.qi@linaro.org>
2669
2670 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2671 compiler.
2672
2673 2017-11-22 Yao Qi <yao.qi@linaro.org>
2674
2675 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2676 * gdb.base/break-interp.exp: Likewise.
2677 * gdb.base/jit-attach-pie.exp: Likewise.
2678
2679 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2680
2681 * gdb.base/float128.c (large128): New variable.
2682 * gdb.base/float128.exp: Add test to print largest __float128 value.
2683
2684 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2685
2686 * gdb.arch/vsx-regs.exp: Update register content checks.
2687
2688 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2689
2690 * gdb.arch/ppc-longdouble.exp: New file.
2691 * gdb.arch/ppc-longdouble.c: Likewise.
2692
2693 2017-11-21 Pedro Alves <palves@redhat.com>
2694
2695 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2696
2697 2017-11-20 Pedro Alves <palves@redhat.com>
2698
2699 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2700 (long_double_typedef): New typedefs.
2701 Use DEF on double and long double.
2702 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2703 cases.
2704 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2705 and 'long_double_ptr_same_size' locals. Use them to decide
2706 whether cast from array/function to float is valid/invalid.
2707
2708 2017-11-17 Tom Tromey <tom@tromey.com>
2709
2710 * gdb.rust/traits.rs: New file.
2711 * gdb.rust/traits.exp: New file.
2712
2713 2017-11-17 Joel Brobecker <brobecker@adacore.com>
2714
2715 * gdb.ada/minsyms: New testcase.
2716
2717 2017-11-16 Pedro Alves <palves@redhat.com>
2718
2719 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2720 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2721
2722 2017-11-16 Pedro Alves <palves@redhat.com>
2723
2724 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2725 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2726
2727 2017-11-16 Pedro Alves <palves@redhat.com>
2728
2729 * gdb.server/reconnect-ctrl-c.c: New file.
2730 * gdb.server/reconnect-ctrl-c.exp: New file.
2731
2732 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2733
2734 * gdb.python/py-rbreak.exp: New file.
2735 * gdb.python/py-rbreak.c: New file.
2736 * gdb.python/py-rbreak-func2.c: New file.
2737
2738 2017-11-16 Pedro Alves <palves@redhat.com>
2739
2740 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2741 pattern.
2742 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2743 GDB.
2744
2745 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2746
2747 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2748 regex.
2749
2750 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2751
2752 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2753 test names.
2754
2755 2017-11-09 Pedro Alves <palves@redhat.com>
2756
2757 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2758 factored out from ...
2759 (top level): ... here, and adjusted to avoid expecting beyond the
2760 prompt in a single gdb_test_multiple.
2761
2762 2017-11-09 Pedro Alves <palves@redhat.com>
2763
2764 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2765 output.
2766 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2767 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2768 * gdb.server/ext-run.exp ("kill" test): Likewise.
2769 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2770
2771 2017-11-09 Pedro Alves <palves@redhat.com>
2772
2773 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2774 match till end of line.
2775
2776 2017-11-09 Pedro Alves <palves@redhat.com>
2777
2778 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2779
2780 2017-11-09 Pedro Alves <palves@redhat.com>
2781
2782 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2783 New procedures, factored out from ...
2784 (top level): ... here, and adjusted to avoid expecting beyond the
2785 prompt in one go.
2786
2787 2017-11-09 Pedro Alves <palves@redhat.com>
2788
2789 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2790 output. Fix '?' match.
2791
2792 2017-11-08 Joel Brobecker <brobecker@adacore.com>
2793
2794 * gdb.ada/scoped_watch: New testcase.
2795 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2796 which is actually correct.
2797 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2798 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2799
2800 2017-11-08 Pedro Alves <palves@redhat.com>
2801
2802 * gdb.gdb/complaints.exp (test_initial_complaints)
2803 (test_serial_complaints, test_short_complaints): Call
2804 complaint_internal instead of complaint.
2805
2806 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2807
2808 * gdb.threads/tls-core.c: New file.
2809 * gdb.threads/tls-core.exp: Likewise.
2810
2811 2017-11-08 Pedro Alves <palves@redhat.com>
2812
2813 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2814 (p Exported_Capitalized): New test.
2815 (p exported_capitalized): New test.
2816
2817 2017-11-07 Pedro Alves <palves@redhat.com>
2818
2819 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2820
2821 2017-11-07 Pedro Alves <palves@redhat.com>
2822
2823 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2824 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2825 (disable_invalid, disable_inverted, disable_negative): New
2826 procedures.
2827 ("bad numbers"): New set of tests.
2828
2829 2017-11-07 Pedro Alves <palves@redhat.com>
2830
2831 * gdb.cp/ena-dis-br-range.exp: Add tests.
2832
2833 2017-11-07 Pedro Alves <palves@redhat.com>
2834
2835 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2836
2837 2017-11-07 Xavier Roirand <roirand@adacore.com>
2838 Pedro Alves <palves@redhat.com>
2839
2840 * gdb.base/ena-dis-br.exp: Add reference to
2841 gdb.cp/ena-dis-br-range.exp.
2842 * gdb.cp/ena-dis-br-range.exp: New file.
2843 * gdb.cp/ena-dis-br-range.cc: New file.
2844
2845 2017-11-06 Pedro Alves <palves@redhat.com>
2846
2847 * gdb.base/attach-non-pgrp-leader.c: New.
2848 * gdb.base/attach-non-pgrp-leader.exp: New.
2849
2850 2017-11-06 Pedro Alves <palves@redhat.com>
2851
2852 * configure.ac: No longer check for termio.h and sgtty.h.
2853 * configure: Regenerate.
2854 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2855 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2856 Remove termio and sgtty code.
2857
2858 2017-11-03 Yao Qi <yao.qi@linaro.org>
2859
2860 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2861 in GDB is disabled.
2862
2863 2017-11-03 Yao Qi <yao.qi@linaro.org>
2864
2865 * gdb.python/py-thrhandle.exp: Skip it if python is not
2866 enabled.
2867
2868 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2869
2870 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2871 as a breakpoint command.
2872
2873 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2874
2875 PR python/21213
2876 * gdb.python/py-infthread.exp: Test calling
2877 InferiorThread.inferior () multiple times in a row.
2878
2879 2017-10-27 Keith Seitz <keiths@redhat.com>
2880
2881 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2882 Test "info break" for every inlined function breakpoint.
2883
2884 2017-10-27 Yao Qi <yao.qi@linaro.org>
2885
2886 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2887
2888 2017-10-26 Patrick Frants <osscontribute@gmail.com>
2889
2890 * gdb.cp/classes.exp (test_static_members): Test printing
2891 Outer::instance.
2892 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2893 (Inner::instance, Outer::instance): New.
2894
2895 2017-10-24 Pedro Alves <palves@redhat.com>
2896
2897 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2898 extra console" test in two stages.
2899
2900 2017-10-24 Pedro Alves <palves@redhat.com>
2901
2902 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2903
2904 2017-10-24 Pedro Alves <palves@redhat.com>
2905
2906 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2907 loop.
2908
2909 2017-10-24 Pedro Alves <palves@redhat.com>
2910
2911 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2912 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2913
2914 2017-10-24 Pedro Alves <palves@redhat.com>
2915
2916 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2917 parameter and handle it. Don't output read value in test name.
2918
2919 2017-10-24 Pedro Alves <palves@redhat.com>
2920
2921 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2922 custom test name.
2923
2924 2017-10-24 Pedro Alves <palves@redhat.com>
2925
2926 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2927 include the unstable output directory name in the test's name.
2928 (initial_setup_simple) <'set args'>: Use custom test name.
2929
2930 2017-10-24 Pedro Alves <palves@redhat.com>
2931
2932 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2933 with explicit test name.
2934
2935 2017-10-20 Pedro Alves <palves@redhat.com>
2936
2937 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2938 'wait -i'. Use gdb_assert and remote_close.
2939
2940 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2941
2942 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2943 number from variable rather than hard-coded.
2944
2945 2017-10-19 Pedro Alves <palves@redhat.com>
2946
2947 * gdb.base/long-inferior-output.c: New file.
2948 * gdb.base/long-inferior-output.exp: New file.
2949
2950 2017-11-18 Keith Seitz <keiths@redhat.com>
2951
2952 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2953 method.
2954 (main): Call it.
2955 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2956 Add additional user-defined conversion operator tests.
2957
2958 2017-10-17 Pedro Alves <palves@redhat.com>
2959
2960 * boards/native-stdio-gdbserver.exp: Load "local-board".
2961
2962 2017-10-17 Pedro Alves <palves@redhat.com>
2963
2964 * gdb.base/quit-live.c: New file.
2965 * gdb.base/quit-live.exp: New file.
2966
2967 2017-10-16 Keith Seitz <keiths@redhat.com>
2968
2969 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2970 (class_with_protected_typedef, class_with_private_typedef)
2971 (struct_with_public_typedef, struct_with_protected_typedef)
2972 (struct_with_private_typedef): New classes/structs.
2973 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2974 typedefs and access specifiers.
2975
2976 2017-10-16 Pedro Alves <palves@redhat.com>
2977 Simon Marchi <simon.marchi@polymtl.ca>
2978
2979 * README (Local vs Remote vs Native): New section.
2980 * boards/local-board.exp: New file, with bits factored out from
2981 ...
2982 * boards/native-extended-gdbserver.exp: ... here. Load
2983 "local-board".
2984 * boards/native-gdbserver.exp: Load "local-board".
2985 (${board}_spawn, ${board}_exec): Delete.
2986 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2987 ...
2988 * boards/stdio-gdbserver-base.exp: ... this new file.
2989 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2990 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2991 procedure.
2992 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2993 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2994 stdio_gdbserver_command.
2995 (${board}_get_remote_address, ${board}_get_comm_port)
2996 (${board}_download, ${board}_upload): Delete.
2997 (get_target_remote_pipe_cmd): New.
2998
2999 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3000
3001 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3002 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3003 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3004 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3005 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3006 remove with_test_prefix.
3007
3008 2017-10-13 Pedro Alves <palves@redhat.com>
3009
3010 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3011 * gdb.base/annota1.exp: Use it instead of is_remote.
3012 * gdb.base/annota3.exp: Use it instead of is_remote.
3013 * gdb.cp/annota2.exp: Use it instead of is_remote.
3014 * gdb.cp/annota3.exp: Use it instead of is_remote.
3015 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3016
3017 2017-10-13 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3020 (test_num_test_vars, run_and_count_vars, find_env)
3021 (test_set_unset_env, test_inherit_env_var): New procedures.
3022 (top level): Use them.
3023
3024 2017-10-13 Pedro Alves <palves@redhat.com>
3025
3026 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3027 also skip on stub-like targets.
3028
3029 2017-10-13 Pedro Alves <palves@redhat.com>
3030
3031 PR gdb/22293
3032 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3033 (top level): Move some tests to ...
3034 (test_not_found): ... this new procedure.
3035 (top level): Call it.
3036
3037 2017-10-13 Pedro Alves <palves@redhat.com>
3038
3039 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3040 expect different "info terminal" output if testing with a
3041 non-native target.
3042
3043 2017-10-13 Pedro Alves <palves@redhat.com>
3044 Simon Marchi <simon.marchi@polymtl.ca>
3045
3046 PR python/12966
3047 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3048
3049 2017-10-13 Pedro Alves <palves@redhat.com>
3050
3051 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3052 already.
3053
3054 2017-10-13 Pedro Alves <palves@redhat.com>
3055
3056 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3057 is_remote.
3058
3059 2017-10-13 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3062 is_remote.
3063
3064 2017-10-13 Pedro Alves <palves@redhat.com>
3065
3066 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3067 is set.
3068 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3069 instead of is_remote.
3070
3071 2017-10-13 Pedro Alves <palves@redhat.com>
3072
3073 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3074 (top level): Add comment.
3075
3076 2017-10-13 Pedro Alves <palves@redhat.com>
3077
3078 * gdb.base/remote.exp (top level): Fix comment typo and add
3079 missing return.
3080
3081 2017-10-13 Pedro Alves <palves@redhat.com>
3082 Simon Marchi <simon.marchi@polymtl.ca>
3083
3084 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3085 calls and add comments. Skip test if use_gdb_stub is set.
3086 (top level): Use "set cwd" command instead of "cd" command.
3087
3088 2017-10-13 Pedro Alves <palves@redhat.com>
3089
3090 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3091 is_remote target check.
3092
3093 2017-10-13 Pedro Alves <palves@redhat.com>
3094
3095 * gdb.base/scope.exp: Use build_executable + clean_restart +
3096 gdb_file_cmd instead of prepare_for_testing and no longer skip
3097 "before run" tests on is_remote target boards. Update comments.
3098 * boards/native-extended-gdbserver.exp
3099 (extended_gdbserver_load_last_file): New, factored out from ...
3100 (gdb_load): ... this. Move further below and add comment.
3101 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3102
3103 2017-10-12 Pedro Alves <palves@redhat.com>
3104
3105 * gdb.base/attach.exp: Remove references to gdb64.
3106 * gdb.base/dbx.exp: Remove references to gdb64.
3107
3108 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3109 Pedro Alves <palves@redhat.com>
3110
3111 * gdb.base/label.exp: Remove is_remote target check.
3112
3113 2017-10-12 Pedro Alves <palves@redhat.com>
3114
3115 * gdb.base/auvx.exp (coredir): Update comment.
3116 (top level) <core_works>: Use "set cwd" command instead of "cd"
3117 command.
3118
3119 2017-10-12 Pedro Alves <palves@redhat.com>
3120 Simon Marchi <simon.marchi@polymtl.ca>
3121
3122 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3123 target boards.
3124
3125 2017-10-12 Pedro Alves <palves@redhat.com>
3126 Simon Marchi <simon.marchi@polymtl.ca>
3127
3128 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3129 Instead skip if there's any gdb_protocol set.
3130
3131 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3132 Pedro Alves <palves@redhat.com>
3133
3134 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3135
3136 2017-10-12 Pedro Alves <palves@redhat.com>
3137 Simon Marchi <simon.marchi@polymtl.ca>
3138
3139 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3140 instead of on dejagnu remote boards.
3141
3142 2017-10-12 Pedro Alves <palves@redhat.com>
3143 Simon Marchi <simon.marchi@polymtl.ca>
3144
3145 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3146 checks. Use build_executable + clean_restart instead of
3147 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3148 of enabling non-stop after starting gdb.
3149
3150 2017-10-12 Pedro Alves <palves@redhat.com>
3151
3152 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3153 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3154 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3155 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3156
3157 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3158
3159 * gdb.arch/arc-tdesc-cpu.exp: New file.
3160 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3161
3162 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3163
3164 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3165
3166 2017-10-10 Pedro Alves <palves@redhat.com>
3167
3168 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3169 expect CLI output.
3170
3171 2017-10-10 Pedro Alves <palves@redhat.com>
3172
3173 * lib/selftest-support.exp (selftest_setup): Update for
3174 captured_command_loop's prototype change.
3175
3176 2017-10-09 Pedro Alves <palves@redhat.com>
3177
3178 Test both arch1=>arch2 and arch2=>arch1.
3179
3180 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3181 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3182 factored out to...
3183 (append_arch1_options, append_arch2_options, append_arch_options)
3184 (build_executables): New procedures.
3185 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3186 local.
3187 (top level): Add new 'first_arch' testing axis.
3188
3189 2017-10-09 Pedro Alves <palves@redhat.com>
3190
3191 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3192 (barrier): New.
3193 (thread_start, all_started): New functions.
3194 (main): Spawn new thread and wait until it is scheduled.
3195 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3196 option.
3197 (do_test): Add 'selected_thread' parameter. Run to all_started
3198 instead of main. Explicitly set the breakpoint at main. Switch
3199 to the SELECTED_THREAD thread.
3200 (top level): Test handling the exec event with either the main
3201 thread or the second thread selected.
3202
3203 2017-10-09 Pedro Alves <palves@redhat.com>
3204
3205 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3206 logic. Move STOP marker after the value checks.
3207 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3208 regexp.
3209
3210 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3211
3212 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3213
3214 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3215
3216 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3217 integer-to-dfp conversion.
3218 * gdb.base/dfp-test.exp: Likewise.
3219
3220 2017-10-04 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.multi/hangout.c: Include <unistd.h>.
3223 (hangout_loop): New function.
3224 (main): Call alarm. Call hangout_loop in a loop.
3225 * gdb.multi/hello.c: Include <unistd.h>.
3226 (hello_loop): New function.
3227 (main): Call alarm. Call hangout_loop in a loop.
3228 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3229 inferior with the other selected.
3230
3231 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3232
3233 * gdb.mi/list-thread-groups-available.exp: New file.
3234 * gdb.mi/list-thread-groups-available.c: New file.
3235
3236 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3237
3238 * gdb.base/set-cwd.exp: Make it available on
3239 native-extended-gdbserver.
3240
3241 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3242
3243 * gdb.base/set-cwd.c: New file.
3244 * gdb.base/set-cwd.exp: Likewise.
3245
3246 2017-10-02 Tom Tromey <tom@tromey.com>
3247
3248 PR rust/22236:
3249 * gdb.rust/simple.rs (main): New variable "fslice".
3250 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3251
3252 2017-10-02 Tom Tromey <tom@tromey.com>
3253
3254 * gdb.rust/simple.exp: Test ptype of a slice.
3255
3256 2017-10-02 Tom Tromey <tom@tromey.com>
3257
3258 * gdb.rust/simple.exp: Test index of slice.
3259
3260 2017-09-27 Tom Tromey <tom@tromey.com>
3261
3262 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3263
3264 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3265 Pedro Alves <palves@redhat.com>
3266
3267 * gdb.base/compare-sections.exp (get value of read-only section): Read
3268 as unsigned value.
3269 (corrupt read-only section): Likewise and don't set written if patching
3270 failed.
3271
3272 2017-09-21 Kevin Buettner <kevinb@redhat.com>
3273
3274 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3275 files.
3276
3277 2017-09-20 Pedro Alves <palves@redhat.com>
3278
3279 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3280 symbol names in gdb's output.
3281 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3282
3283 2017-09-20 Pedro Alves <palves@redhat.com>
3284
3285 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3286 Rename to ...
3287 (test_list_ambiguous_symbol): ... this and add a symbol name
3288 parameter. Adjust.
3289 (test_list_ambiguous_function): Reimplement on top of
3290 test_list_ambiguous_symbol and also test listing ambiguous
3291 variables.
3292 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3293 (ambiguous_fun): ... this.
3294 (ambiguous_var): New.
3295 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3296 (ambiguous_fun): ... this.
3297 (ambiguous_var): New.
3298
3299 2017-09-19 John Baldwin <jhb@FreeBSD.org>
3300
3301 * gdb.base/starti.c: New file.
3302 * gdb.base/starti.exp: New file.
3303 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3304
3305 2017-09-14 Pedro Alves <palves@redhat.com>
3306
3307 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3308 (top level): Use it instead of runto.
3309
3310 2017-09-11 Tom Tromey <tom@tromey.com>
3311
3312 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3313
3314 2017-09-11 Tom Tromey <tom@tromey.com>
3315
3316 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3317 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3318
3319 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3320
3321 * gdb.fortran/printing-types.exp: New file.
3322 * gdb.fortran/printing-types.exp: New file.
3323
3324 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3325
3326 * gdb.fortran/vla-ptype.exp: Fix typos.
3327 * gdb.fortran/vla-value.exp: Same.
3328
3329 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3330
3331 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3332 * gdb.mi/mi-var-child-f.exp: Likewise.
3333 * gdb.mi/mi-vla-fortran.exp: Likewise.
3334
3335 2017-09-08 Frank Penczek <frank.penczek@intel.com>
3336 Christoph Weinmann <christoph.t.weinmann@intel.com>
3337 Bernhard Heckel <bernhard.heckel@intel.com>
3338
3339 * gdb.fortran/ptr-indentation.f90: New file.
3340 * gdb.fortran/ptr-indentation.exp: New file.
3341
3342 2017-09-05 Tom Tromey <tom@tromey.com>
3343
3344 PR gdb/22010:
3345 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3346
3347 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3348
3349 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3350
3351 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3352
3353 * gdb.threads/tls-nodebug-pie.c: New file.
3354 * gdb.threads/tls-nodebug-pie.exp: New file.
3355
3356 2017-09-05 Tom Tromey <tom@tromey.com>
3357
3358 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3359 for rust.
3360
3361 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3362
3363 * gdb.multi/multi-arch-exec.exp: Test with different
3364 "follow-exec-mode" settings.
3365 (do_test): New procedure.
3366
3367 2017-09-04 Pedro Alves <palves@redhat.com>
3368
3369 * gdb.base/func-static.c (S::method const, S::method volatile)
3370 (S::method volatile const): New methods.
3371 (c_s, v_s, cv_s): New instances.
3372 (main): Call method() on them.
3373 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3374 (cannot_resolve): New procedure.
3375 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3376 print-quote-unquoted columns.
3377 (do_test): Test printing each scope too.
3378
3379 2017-09-04 Pedro Alves <palves@redhat.com>
3380
3381 * gdb.base/local-static.exp: Also test with
3382 class::method::variable wholly quoted.
3383 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3384
3385 2017-09-04 Pedro Alves <palves@redhat.com>
3386
3387 * gdb.base/local-static.c: New.
3388 * gdb.base/local-static.cc: New.
3389 * gdb.base/local-static.exp: New.
3390
3391 2017-09-04 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.asm/asm-source.exp: Add casts to int.
3394 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3395 (dataglobal64_1, dataglobal64_2): New globals.
3396 * gdb.base/nodebug.exp: Test different expressions involving the
3397 new globals, with print, whatis and ptype. Add casts to int.
3398 * gdb.base/solib-display.exp: Add casts to int.
3399 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3400 * gdb.cp/m-static.exp: Add cast to int.
3401 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3402 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3403 tls variable with no debug info without a cast. Test with a cast
3404 to int too.
3405 * gdb.trace/entry-values.exp: Add casts.
3406
3407 2017-09-04 Pedro Alves <palves@redhat.com>
3408
3409 * gdb.base/nodebug.exp: Test that ptype's error about functions
3410 with unknown return type includes the function name too.
3411
3412 2017-09-04 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3415 return type of munmap in infcall.
3416 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3417 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3418 type of ftell in infcall.
3419 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3420 type of getpid in infcall.
3421 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3422 infcall.
3423 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3424 Bail on failure to extract the pid.
3425 * gdb.base/nodebug.c: #include <stdint.h>.
3426 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3427 New functions.
3428 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3429 Change expected output of print/whatis/ptype with functions with
3430 no debug info. Test all supported languages. Call
3431 test_call_promotion.
3432 * gdb.compile/compile.exp: Adjust expected output to expect
3433 warning.
3434 * gdb.threads/siginfo-threads.exp: Likewise.
3435
3436 2017-09-04 Pedro Alves <palves@redhat.com>
3437
3438 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3439 "prototypes". Test calling float functions via prototyped and
3440 unprototyped function pointers.
3441 (perform_all_tests): New parameter "prototypes". Pass it down.
3442 (top level): Pass down "prototypes" parameter to
3443 perform_all_tests.
3444
3445 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3446
3447 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3448 Test with nested loops.
3449
3450 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3451
3452 * gdb.base/commands.exp: Call the new procedures.
3453 (loop_break_test, loop_continue_test): New procedures.
3454
3455 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3456
3457 * gdb.base/commands.exp: Call new procedure.
3458 (define_if_without_arg_test): New procedure.
3459
3460 2017-09-04 Pedro Alves <palves@redhat.com>
3461
3462 * gdb.base/list-ambiguous.exp: New file.
3463 * gdb.base/list-ambiguous0.c: New file.
3464 * gdb.base/list-ambiguous1.c: New file.
3465 * gdb.base/list.exp (test_list_range): Adjust expected output.
3466
3467 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3468
3469 * gdb.base/share-env-with-gdbserver.c: New file.
3470 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3471
3472 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3473
3474 * gdb.base/commands.exp (gdbvar_simple_if_test,
3475 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3476 progvar_simple_if_test, progvar_simple_while_test,
3477 progvar_complex_if_while_test, user_defined_command_test,
3478 user_defined_command_args_eval,
3479 user_defined_command_args_stack_test,
3480 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3481 temporary_breakpoint_commands,
3482 gdb_test_no_prompt, redefine_hook_test,
3483 redefine_backtrace_test): Remove "global gdb_prompt".
3484
3485 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3486
3487 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3488 New proc, call it from toplevel.
3489
3490 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3491
3492 PR remote/21852
3493 * gdb.server/normal.c: New file, copied from gdb.base.
3494 * gdb.server/run-without-local-binary.exp: New file.
3495
3496 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
3497
3498 * gdb.arch/sparc64-adi.exp: New file.
3499 * gdb.arch/sparc64-adi.c: New file.
3500
3501 2017-08-22 Pedro Alves <palves@redhat.com>
3502
3503 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3504 (top level): Add "list all overloads" tests.
3505
3506 2017-08-22 Tom Tromey <tom@tromey.com>
3507
3508 * gdb.gdb/xfullpath.exp: Remove.
3509
3510 2017-08-21 Pedro Alves <palves@redhat.com>
3511
3512 PR gdb/19487
3513 * gdb.base/symbol-alias.c: New.
3514 * gdb.base/symbol-alias2.c: New.
3515 * gdb.base/symbol-alias.exp: New.
3516
3517 2017-08-21 Pedro Alves <palves@redhat.com>
3518
3519 * gdb.base/dfp-test.c
3520 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3521 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3522 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3523 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3524 * gdb.base/whatis-ptype-typedefs.c: New.
3525 * gdb.base/whatis-ptype-typedefs.exp: New.
3526 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3527 (an_int, an_int_type, an_int_type2): New globals.
3528 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3529 involving typedefs and cast expressions.
3530 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3531 (lookup_typedefs_function): New.
3532 (typedefs_pretty_printers_dict): New.
3533 (top level): Register lookup_typedefs_function in
3534 gdb.pretty_printers.
3535
3536 2017-08-18 Yao Qi <yao.qi@linaro.org>
3537
3538 * gdb.server/unittest.exp: New.
3539
3540 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3541
3542 PR gdb/21954
3543 * gdb.base/environ.exp: Add test to check if 'unset environment'
3544 works.
3545
3546 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3547
3548 * lib/gdb.exp (universal_compile_options): New caching proc.
3549 (gdb_compile): Suppress GCC's coloring of messages.
3550
3551 2017-08-14 Tom Tromey <tom@tromey.com>
3552
3553 PR gdb/21675:
3554 * gdb.base/printcmds.exp (test_radices): New function.
3555 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3556 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3557 * lib/gdb.exp (get_integer_valueof): Use p/d.
3558
3559 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3560
3561 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3562 characters.
3563
3564 2017-08-05 Tom Tromey <tom@tromey.com>
3565
3566 * gdb.rust/simple.exp: Allow String to appear in a different
3567 namespace.
3568
3569 2017-07-26 Yao Qi <yao.qi@linaro.org>
3570
3571 * gdb.gdb/unittest.exp: Invoke command
3572 "maintenance check xml-descriptions".
3573
3574 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3575
3576 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3577 calling context.
3578 (hex128): Drop erroneous calculation of parameters.
3579
3580 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3581
3582 * gdb.python/py-unwind.exp: Disable stack protection when
3583 building test file.
3584
3585 2017-07-20 Pedro Alves <palves@redhat.com>
3586
3587 * gdb.base/default.exp (set language): Adjust expected output.
3588
3589 2017-07-20 Pedro Alves <palves@redhat.com>
3590
3591 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3592 (test_minsym): ... this, and make static.
3593 (get_pck__foo__bar__minsym): Rename to ...
3594 (get_test_minsym): ... this.
3595 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3596 symbol names and comments.
3597 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3598 (get_test_minsym): ... this.
3599 (pck__foo__bar__minsym__2): Rename to ...
3600 (test_minsym): ... this.
3601 (main): Adjust.
3602
3603 2017-07-17 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.base/completion.exp: Adjust expected output.
3606 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3607 the completer works.
3608
3609 2017-07-17 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3612
3613 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3614
3615 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3616
3617 2017-07-14 Tom Tromey <tom@tromey.com>
3618
3619 PR rust/21764:
3620 * gdb.rust/simple.exp: Add tests.
3621
3622 2017-07-14 Tom Tromey <tom@tromey.com>
3623
3624 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3625
3626 2017-07-14 Pedro Alves <palves@redhat.com>
3627
3628 * gdb.linespec/base/one/thefile.cc (z1): New function.
3629 * gdb.linespec/base/two/thefile.cc (z2): New function.
3630 * gdb.linespec/linespec.exp: Add tests.
3631
3632 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3633
3634 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3635 to mi_create_breakpoint.
3636
3637 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3638
3639 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3640 mi_create_breakpoint.
3641
3642 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3643
3644 * gdb.dlang/demangle.exp: Update for demangling changes.
3645
3646 2017-07-09 Tom Tromey <tom@tromey.com>
3647
3648 * gdb.dwarf2/shortpiece.exp: New file.
3649
3650 2017-07-06 David Blaikie <dblaikie@gmail.com>
3651
3652 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3653 built from fissiont-multi-cu{1,2}.c.
3654 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3655 except putting 'main' and 'func' in separate CUs in the same DWO file.
3656 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3657 test.
3658 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3659 test.
3660
3661 2017-07-06 Pedro Alves <palves@redhat.com>
3662
3663 * gdb.python/py-unwind.exp: Test flushregs.
3664
3665 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3666
3667 PR cli/21688
3668 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3669 tests for alias commands and trailing whitespace.
3670
3671 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3672
3673 PR cli/21688
3674 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3675 procedure. Call it.
3676
3677 2017-06-29 Pedro Alves <palves@redhat.com>
3678
3679 * gdb.base/printcmds.exp: Add tests.
3680
3681 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3682
3683 PR gdb/21337
3684 * gdb.base/reread-readsym.exp: New file.
3685 * gdb.base/reread-readsym.c: New file.
3686
3687 2017-06-21 Kevin Buettner <kevinb@redhat.com>
3688
3689 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3690 subpattern.
3691
3692 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3693
3694 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3695 extended mnemonic.
3696 * gdb.arch/powerpc-power9.s: Likewise.
3697
3698 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3699
3700 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3701 on 32-bit x86 targets. Exploit is_*_target macros where
3702 appropriate.
3703
3704 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3705
3706 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3707 register pieces.
3708
3709 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3710
3711 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3712 located in one or more DWARF pieces.
3713
3714 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3715
3716 * lib/gdb.exp (get_endianness): New proc.
3717 * gdb.arch/aarch64-fp.exp: Use it.
3718 * gdb.arch/altivec-regs.exp: Likewise.
3719 * gdb.arch/e500-regs.exp: Likewise.
3720 * gdb.arch/vsx-regs.exp: Likewise.
3721 * gdb.base/dump.exp: Likewise.
3722 * gdb.base/funcargs.exp: Likewise.
3723 * gdb.base/gnu_vector.exp: Likewise.
3724 * gdb.dwarf2/formdata16.exp: Likewise.
3725 * gdb.dwarf2/implptrpiece.exp: Likewise.
3726 * gdb.dwarf2/nonvar-access.exp: Likewise.
3727 * gdb.python/py-inferior.exp: Likewise.
3728 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3729
3730 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3731
3732 PR gdb/21226
3733 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3734 stack value pieces are taken from the LSB end.
3735
3736 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3737
3738 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3739 variable at nonzero offset.
3740
3741 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3742
3743 * gdb.dwarf2/var-access.c: New file.
3744 * gdb.dwarf2/var-access.exp: New test.
3745 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3746
3747 2017-06-12 Tom Tromey <tom@tromey.com>
3748
3749 * gdb.dwarf2/formdata16.exp: Add tests.
3750
3751 2017-06-12 Tom Tromey <tom@tromey.com>
3752
3753 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3754
3755 2017-06-12 Tom Tromey <tom@tromey.com>
3756
3757 PR exp/16225:
3758 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3759 * gdb.arch/vsx-regs.exp: Update tests.
3760 * gdb.arch/s390-vregs.exp (hex128): New proc.
3761 Update test.
3762 * gdb.arch/altivec-regs.exp: Update tests.
3763
3764 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3765
3766 * gdb.base/startup-with-shell.c: New file.
3767 * gdb.base/startup-with-shell.exp: Likewise.
3768
3769 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3770
3771 * gdb.server/non-existing-program.exp: Update regex in order to
3772 reflect the fact that gdbserver is now using fork_inferior (with a
3773 shell) to startup the inferior.
3774
3775 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3776
3777 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3778 support function calls from GDB.
3779
3780 2017-05-21 Tom Tromey <tom@tromey.com>
3781
3782 PR rust/21466:
3783 * gdb.rust/unsized.exp: New file.
3784 * gdb.rust/unsized.rs: New file.
3785
3786 2017-05-19 Tom Tromey <tom@tromey.com>
3787
3788 PR rust/21484:
3789 * gdb.rust/watch.exp: New file.
3790 * gdb.rust/watch.rs: New file.
3791
3792 2017-05-18 Tom Tromey <tom@tromey.com>
3793
3794 * gdb.rust/simple.exp: Allow Box to be qualified.
3795
3796 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3797
3798 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3799
3800 2017-05-18 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.base/fileio.c (test_write, test_read, test_close)
3803 (test_fstat): Don't print 'ret' in the fail path.
3804
3805 2017-05-18 Pedro Alves <palves@redhat.com>
3806
3807 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3808 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3809 (test_system, test_rename, test_unlink, test_time): Change
3810 prototypes.
3811 * gdb.base/fileio.exp (stop_msg): Adjust.
3812
3813 2017-05-18 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.base/fileio.c (null_str): New global.
3816 (test_stat): Use it.
3817 * gdb.base/fileio.exp: Remove nowarnings.
3818
3819 2017-05-17 Yao Qi <yao.qi@linaro.org>
3820
3821 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3822
3823 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3824
3825 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3826 argument command.
3827 (top-level): Invoke test_set_inferior_tty.
3828
3829 2017-05-04 Pedro Alves <palves@redhat.com>
3830
3831 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3832 Add parens to print call for Python 3.
3833
3834 2017-05-03 Keith Seitz <keiths@redhat.com>
3835
3836 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3837 (main): Call it.
3838
3839 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3840
3841 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3842 to prev and next.
3843
3844 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3845
3846 * gdb.python/py-record-btrace.exp: Remove test for
3847 gdb.BtraceInstruction.error.
3848
3849 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3850
3851 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3852
3853 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3854
3855 * gdb.python/py-record-btrace-threads.c: New file.
3856 * gdb.python/py-record-btrace-threads.exp: New file.
3857
3858 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3859
3860 PR testsuite/8595
3861 * gdb.base/environ.exp: Make test available in all architectures.
3862 Move bits related to "info program" testing to
3863 gdb.base/info-program.exp. Rewrite tests to use the two new
3864 procedures mentione below.
3865 (test_set_show_env_var) New procedure.
3866 (test_set_show_env_var_equal): Likewise.
3867 * gdb.base/info-program.exp: New file.
3868
3869 2017-04-27 Keith Seitz <keiths@redhat.com>
3870
3871 * gdb.cp/oranking.cc (test15): New function.
3872 (main): Call test15 and declare additional variables for testing.
3873 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3874 "p foo101('abc')" tests.
3875 Add tests for cv qualifier overloads.
3876 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3877 "lvalue reference overload" test.
3878 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3879 "print value of f1 on Child&& in f2" test.
3880
3881 2017-04-19 Pedro Alves <palves@redhat.com>
3882
3883 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3884 procedure.
3885 (top level): Call it.
3886 * lib/gdb.exp (gdb_define_cmd): New procedure.
3887
3888 2017-04-12 Pedro Alves <palves@redhat.com>
3889
3890 PR gdb/21323
3891 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3892 (wchar): New global.
3893 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3894 (do_test_wide_char, wide_char_types_no_program, top level): Add
3895 wchar_t testing.
3896
3897 2017-04-12 Pedro Alves <palves@redhat.com>
3898
3899 PR c++/21323
3900 * gdb.cp/wide_char_types.c: New file.
3901 * gdb.cp/wide_char_types.exp: New file.
3902
3903 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3904
3905 PR gdb/21352
3906 * gdb.trace/tsv.exp: Add test for "tsave -r".
3907
3908 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3909
3910 * gdb.dlang/watch-loc.c: New file.
3911 * gdb.dlang/watch-loc.exp: New file.
3912
3913 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3914
3915 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3916
3917 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3918
3919 * gdb.arch/arc-analyze-prologue.S: New file.
3920 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3921
3922 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3923
3924 * gdb.arch/arc-decode-insn.S: New file.
3925 * gdb.arch/arc-decode-insn.exp: Likewise.
3926
3927 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3928
3929 PR tdep/20928
3930 * gdb.arch/sparc64-regs.exp: New file.
3931 * gdb.arch/sparc64-regs.S: Likewise.
3932
3933 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3934
3935 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3936 and memory view on Python 3.
3937
3938 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
3939 Keith Seitz <keiths@redhat.com>
3940
3941 PR gdb/14441
3942 * gdb.cp/demangle.exp: Add rvalue reference tests.
3943 * gdb.cp/rvalue-ref-casts.cc: New file.
3944 * gdb.cp/rvalue-ref-casts.exp: New file.
3945 * gdb.cp/rvalue-ref-overload.cc: New file.
3946 * gdb.cp/rvalue-ref-overload.exp: New file.
3947 * gdb.cp/rvalue-ref-params.cc: New file.
3948 * gdb.cp/rvalue-ref-params.exp: New file.
3949 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3950 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3951 * gdb.cp/rvalue-ref-types.cc: New file.
3952 * gdb.cp/rvalue-ref-types.exp: New file.
3953 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3954 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3955
3956 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3957
3958 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3959 New procedure.
3960
3961 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3962
3963 * lib/mi-support.exp (mi_gdb_test): Add additional message
3964 for unexpected output.
3965
3966 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3967
3968 * gdb.base/examine-backward.c (Barrier): New character array
3969 constant, to ensure that TestStrings is preceded by a string
3970 terminator.
3971
3972 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3973
3974 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3975 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3976 and implicit pointer into such a location.
3977
3978 2017-03-16 Doug Evans <dje@google.com>
3979
3980 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3981
3982 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3983
3984 * gdb.cp/m-static.exp: Fix expectation for prototype of
3985 test5.single_constructor and single_constructor::single_constructor.
3986
3987 2017-03-16 Doug Evans <dje@google.com>
3988
3989 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3990 * gdb.guile/scm-lazy-string.c: New file.
3991 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3992 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3993 for pointer, array, typedef lazy strings.
3994
3995 2017-03-16 Doug Evans <dje@google.com>
3996
3997 PR python/17728, python/18439, python/18779
3998 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3999 * gdb.python/py-lazy-string.c (pointer): New typedef.
4000 (main): New locals ptr, array, typedef_ptr.
4001 * gdb.python/py-value.exp: Move lazy string tests to ...
4002 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4003 array, typedef lazy strings.
4004
4005 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4006
4007 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4008 Add optional 'test' parameter.
4009
4010 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4011
4012 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4013 Skip for versions of DejaGnu < 1.5.
4014
4015 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4016
4017 * lib/gdb.exp (dejagnu_version): New proc.
4018 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4019 Use dejagnu_version.
4020
4021 2017-03-10 Keith Seitz <keiths@redhat.com>
4022
4023 PR c++/8128
4024 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4025 type from destructor regexps.
4026 Add a branch which actually passes the test.
4027 Adjust "ptype t5i" test names.
4028
4029 2017-03-08 Pedro Alves <palves@redhat.com>
4030
4031 * gdb.base/step-over-exit.exp: Add explicit test message.
4032
4033 2017-03-08 Pedro Alves <palves@redhat.com>
4034
4035 PR gdb/18360
4036 * gdb.threads/interrupt-while-step-over.c: New file.
4037 * gdb.threads/interrupt-while-step-over.exp: New file.
4038
4039 2017-03-08 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4042 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4043
4044 2017-03-08 Pedro Alves <palves@redhat.com>
4045
4046 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4047 PKRU as not supported as a PASS.
4048
4049 2017-03-08 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4052 prefix instead of $binfile1/$binfile2.
4053 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4054 in test message.
4055 * gdb.python/py-completion.exp: Use "load python file" as test
4056 messages instead of unstable path names.
4057
4058 2017-03-08 Pedro Alves <palves@redhat.com>
4059 Jan Kratochvil <jan.kratochvil@redhat.com>
4060
4061 PR cli/21218
4062 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4063 New proc.
4064 (top level): Call it.
4065
4066 2017-03-08 Pedro Alves <palves@redhat.com>
4067
4068 PR tui/21216
4069 * gdb.tui/tui-nl-filtered-output.exp: New file.
4070
4071 2017-03-08 Pedro Alves <palves@redhat.com>
4072
4073 * gdb.base/completion.exp: Move TUI completion tests to ...
4074 * gdb.tui/completion.exp: ... this new file.
4075
4076 2017-03-08 Pedro Alves <palves@redhat.com>
4077
4078 * gdb.base/tui-disasm-long-lines.c,
4079 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4080 gdb.base/tui-layout.exp: Move to ...
4081 * gdb.tui/: ... this new directory.
4082
4083 2017-03-07 Pedro Alves <palves@redhat.com>
4084
4085 * gdb.base/tui-layout.c: New file.
4086 * gdb.base/tui-layout.exp: New file.
4087
4088 2017-03-07 Pedro Alves <palves@redhat.com>
4089
4090 * gdb.base/tui-layout.c: Rename to ...
4091 * gdb.base/tui-disasm-long-lines.c: ... this.
4092 * gdb.base/tui-layout.exp: Rename to ...
4093 * gdb.base/tui-disasm-long-lines.exp: ... this.
4094
4095 2017-03-07 Pedro Alves <palves@redhat.com>
4096
4097 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4098
4099 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4100
4101 * i386-mpx-call.c: New file.
4102 * i386-mpx-call.exp: New file.
4103
4104 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4105
4106 * gdb.arch/powerpc-power.exp: Delete test.
4107 * gdb.arch/powerpc-power.s: Likewise.
4108 * gdb.disasm/disassembler-options.exp: New test.
4109 * gdb.arch/powerpc-altivec.exp: Likewise.
4110 * gdb.arch/powerpc-altivec.s: Likewise.
4111 * gdb.arch/powerpc-altivec2.exp: Likewise.
4112 * gdb.arch/powerpc-altivec2.s: Likewise.
4113 * gdb.arch/powerpc-altivec3.exp: Likewise.
4114 * gdb.arch/powerpc-altivec3.s: Likewise.
4115 * gdb.arch/powerpc-power7.exp: Likewise.
4116 * gdb.arch/powerpc-power7.s: Likewise.
4117 * gdb.arch/powerpc-power8.exp: Likewise.
4118 * gdb.arch/powerpc-power8.s: Likewise.
4119 * gdb.arch/powerpc-power9.exp: Likewise.
4120 * gdb.arch/powerpc-power9.s: Likewise.
4121 * gdb.arch/powerpc-vsx.exp: Likewise.
4122 * gdb.arch/powerpc-vsx.s: Likewise.
4123 * gdb.arch/powerpc-vsx2.exp: Likewise.
4124 * gdb.arch/powerpc-vsx2.s: Likewise.
4125 * gdb.arch/powerpc-vsx3.exp: Likewise.
4126 * gdb.arch/powerpc-vsx3.s: Likewise.
4127 * gdb.arch/arm-disassembler-options.exp: Likewise.
4128 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4129 * gdb.arch/s390-disassembler-options.exp: Likewise.
4130
4131 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
4132
4133 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4134 (check_supported_features): ... this. Changed return type to void.
4135 (supports_rdseed): New static global.
4136 (rdseed): Check supports_rdseed.
4137 (initialize): Call check_supported_features.
4138
4139 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4140
4141 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4142 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4143 and lqarx/stqcx.
4144 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4145 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4146
4147 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4148
4149 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4150 uppercase.
4151
4152 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4153
4154 * gdb.dwarf2/formdata16.c: New file.
4155 * gdb.dwarf2/formdata16.exp: New file.
4156 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4157
4158 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4159
4160 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4161 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4162 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4163 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4164 DW_AT_GNU_*.
4165
4166 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4167
4168 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4169
4170 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4171
4172 PR gdb/21164
4173 * gdb.base/maint.exp: Add testcases for when the commands do
4174 not have arguments.
4175
4176 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4177
4178 * gdb.cp/chained-calls.exp: Use p instead of P.
4179
4180 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4181
4182 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4183 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4184
4185 2017-02-14 Tom Tromey <tom@tromey.com>
4186
4187 PR python/13598:
4188 * gdb.python/py-events.exp: Add before_prompt event tests.
4189
4190 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4191
4192 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4193
4194 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4195
4196 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4197 (main): Call my_unique_function_name.
4198 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4199 completion of patterns with a single match.
4200 Add missing -re switches to gdb_test_multiple calls.
4201
4202 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4203
4204 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4205 return if core file is not recognized.
4206
4207 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4208
4209 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4210 and extra UIs.
4211
4212 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4213
4214 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4215 proc_with_prefix.
4216
4217 2017-02-10 Tom Tromey <tom@tromey.com>
4218
4219 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4220
4221 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
4222
4223 PR gdb/21122
4224 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4225
4226 2017-02-08 Jerome Guitton <guitton@adacore.com>
4227
4228 * gdb.base/define.exp: Add test for command abbreviations
4229 in define.
4230
4231 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
4232
4233 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4234 * gdb.reverse/insn-reverse-x86.c: New file.
4235
4236 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4237
4238 PR tdep/20936
4239 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4240
4241 2017-02-03 Tom Tromey <tom@tromey.com>
4242
4243 PR rust/21097:
4244 * gdb.rust/simple.exp: Add new tests.
4245
4246 2017-02-02 Pedro Alves <palves@redhat.com>
4247
4248 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4249 tests.
4250
4251 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4252
4253 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4254 taking a 2-byte value out of a 4-byte DWARF implicit value on
4255 big-endian targets.
4256 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4257 logic. Add test cases for DW_OP_implicit.
4258
4259 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4260
4261 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4262
4263 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4264
4265 * gdb.btrace/enable.exp: Call gdb_exit before
4266 skip_gdbserver_tests.
4267
4268 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4269
4270 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4271 GDBFLAGS.
4272
4273 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4274
4275 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4276 the test is skipped.
4277 * gdb.btrace/data.exp: Likewise.
4278 * gdb.btrace/delta.exp: Likewise.
4279 * gdb.btrace/dlopen.exp: Likewise.
4280 * gdb.btrace/enable-running.exp: Likewise.
4281 * gdb.btrace/enable.exp: Likewise.
4282 * gdb.btrace/exception.exp: Likewise.
4283 * gdb.btrace/function_call_history.exp: Likewise.
4284 * gdb.btrace/gcore.exp: Likewise.
4285 * gdb.btrace/instruction_history.exp: Likewise.
4286 * gdb.btrace/multi-thread-step.exp: Likewise.
4287 * gdb.btrace/nohist.exp: Likewise.
4288 * gdb.btrace/non-stop.exp: Likewise.
4289 * gdb.btrace/reconnect.exp: Likewise.
4290 * gdb.btrace/record_goto-step.exp: Likewise.
4291 * gdb.btrace/record_goto.exp: Likewise.
4292 * gdb.btrace/rn-dl-bind.exp: Likewise.
4293 * gdb.btrace/segv.exp: Likewise.
4294 * gdb.btrace/step.exp: Likewise.
4295 * gdb.btrace/stepi.exp: Likewise.
4296 * gdb.btrace/tailcall-only.exp: Likewise.
4297 * gdb.btrace/tailcall.exp: Likewise.
4298 * gdb.btrace/tsx.exp: Likewise.
4299 * gdb.btrace/unknown_functions.exp: Likewise.
4300 * gdb.btrace/vdso.exp: Likewise.
4301
4302 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4303
4304 * gdb.btrace/enable-running.c: New.
4305 * gdb.btrace/enable-running.exp: New.
4306
4307 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4308
4309 * gdb.arch/amd64-gs_base.c: New file.
4310 * gdb.arch/amd64-gs_base.exp: New file.
4311
4312 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4313
4314 * lib/memory.exp: Remove spurious empty newlines.
4315
4316 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4317
4318 * gdb.python/py-bad-printers.exp: Load python file using "source".
4319 * gdb.python/py-events.exp: Likewise.
4320 * gdb.python/py-evsignal.exp: Likewise.
4321 * gdb.python/py-evthreads.exp: Likewise.
4322 * gdb.python/py-frame-args.exp: Likewise.
4323 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4324 * gdb.python/py-framefilter-mi.exp: Likewise.
4325 * gdb.python/py-framefilter.exp: Likewise.
4326 * gdb.python/py-mi.exp: Likewise.
4327 * gdb.python/py-pp-maint.exp: Likewise.
4328 * gdb.python/py-pp-registration.exp: Likewise.
4329 * gdb.python/py-prettyprint.exp: Likewise.
4330 (run_lang_tests): Likewise.
4331 * gdb.python/py-typeprint.exp: Likewise.
4332
4333 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4334
4335 * lib/memory.exp: New file.
4336 * lib/gdb.exp: Load memory.exp.
4337 * gdb.base/memattr.exp (delete_memory): Move proc to
4338 lib/memory.exp and rename to delete_memory_regions.
4339 Replace delete_memory with delete_memory_regions.
4340 Cleanup memory regions before tests.
4341 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4342 before tests.
4343
4344 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4345
4346 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4347 files.
4348 (initialize): New function conditionally defined.
4349 (testcases): Move within conditional block.
4350 (main): Call initialize.
4351 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4352 of gdb.reverse/insn-reverse.c.
4353 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4354 gdb.reverse/insn-reverse.c.
4355
4356 2017-01-26 Yao Qi <yao.qi@linaro.org>
4357
4358 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4359 disassemble on address 0.
4360
4361 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4362 Yao Qi <yao.qi@linaro.org>
4363
4364 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4365 * gdb.dwarf2/implptr-64bit.S: Remove.
4366 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4367 variables in caller's context. Add DW_OP_implicit_value.
4368
4369 2017-01-25 Yao Qi <yao.qi@linaro.org>
4370
4371 * lib/dwarf.exp (Dwarf::_location): Handle
4372 DW_OP_GNU_implicit_pointer with proper size.
4373
4374 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4375
4376 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4377 and add untested calls.
4378
4379 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4380
4381 * gdb.python/python.exp: Check line number against what GDB thinks
4382 the line number is for func1.
4383
4384 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4385
4386 * gdb.dlang/debug-expr.exp: New file.
4387
4388 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
4389
4390 Fix test names for the following files:
4391
4392 * gdb.ada/exec_changed.exp
4393 * gdb.ada/info_types.exp
4394 * gdb.arch/aarch64-atomic-inst.exp
4395 * gdb.arch/aarch64-fp.exp
4396 * gdb.arch/altivec-abi.exp
4397 * gdb.arch/altivec-regs.exp
4398 * gdb.arch/amd64-byte.exp
4399 * gdb.arch/amd64-disp-step.exp
4400 * gdb.arch/amd64-dword.exp
4401 * gdb.arch/amd64-entry-value-inline.exp
4402 * gdb.arch/amd64-entry-value-param.exp
4403 * gdb.arch/amd64-entry-value-paramref.exp
4404 * gdb.arch/amd64-entry-value.exp
4405 * gdb.arch/amd64-i386-address.exp
4406 * gdb.arch/amd64-invalid-stack-middle.exp
4407 * gdb.arch/amd64-invalid-stack-top.exp
4408 * gdb.arch/amd64-optimout-repeat.exp
4409 * gdb.arch/amd64-prologue-skip.exp
4410 * gdb.arch/amd64-prologue-xmm.exp
4411 * gdb.arch/amd64-stap-special-operands.exp
4412 * gdb.arch/amd64-stap-wrong-subexp.exp
4413 * gdb.arch/amd64-tailcall-cxx.exp
4414 * gdb.arch/amd64-tailcall-noret.exp
4415 * gdb.arch/amd64-tailcall-ret.exp
4416 * gdb.arch/amd64-tailcall-self.exp
4417 * gdb.arch/amd64-word.exp
4418 * gdb.arch/arm-bl-branch-dest.exp
4419 * gdb.arch/arm-disp-step.exp
4420 * gdb.arch/arm-neon.exp
4421 * gdb.arch/arm-single-step-kernel-helper.exp
4422 * gdb.arch/avr-flash-qualifier.exp
4423 * gdb.arch/disp-step-insn-reloc.exp
4424 * gdb.arch/e500-abi.exp
4425 * gdb.arch/e500-regs.exp
4426 * gdb.arch/ftrace-insn-reloc.exp
4427 * gdb.arch/i386-avx512.exp
4428 * gdb.arch/i386-bp_permanent.exp
4429 * gdb.arch/i386-byte.exp
4430 * gdb.arch/i386-cfi-notcurrent.exp
4431 * gdb.arch/i386-disp-step.exp
4432 * gdb.arch/i386-dr3-watch.exp
4433 * gdb.arch/i386-float.exp
4434 * gdb.arch/i386-gnu-cfi.exp
4435 * gdb.arch/i386-mpx-map.exp
4436 * gdb.arch/i386-mpx-sigsegv.exp
4437 * gdb.arch/i386-mpx-simple_segv.exp
4438 * gdb.arch/i386-mpx.exp
4439 * gdb.arch/i386-permbkpt.exp
4440 * gdb.arch/i386-prologue.exp
4441 * gdb.arch/i386-signal.exp
4442 * gdb.arch/i386-size-overlap.exp
4443 * gdb.arch/i386-unwind.exp
4444 * gdb.arch/i386-word.exp
4445 * gdb.arch/mips-fcr.exp
4446 * gdb.arch/powerpc-d128-regs.exp
4447 * gdb.arch/powerpc-stackless.exp
4448 * gdb.arch/ppc64-atomic-inst.exp
4449 * gdb.arch/s390-stackless.exp
4450 * gdb.arch/s390-tdbregs.exp
4451 * gdb.arch/s390-vregs.exp
4452 * gdb.arch/sparc-sysstep.exp
4453 * gdb.arch/thumb-bx-pc.exp
4454 * gdb.arch/thumb-singlestep.exp
4455 * gdb.arch/thumb2-it.exp
4456 * gdb.arch/vsx-regs.exp
4457 * gdb.asm/asm-source.exp
4458 * gdb.base/a2-run.exp
4459 * gdb.base/advance.exp
4460 * gdb.base/all-bin.exp
4461 * gdb.base/anon.exp
4462 * gdb.base/args.exp
4463 * gdb.base/arithmet.exp
4464 * gdb.base/async-shell.exp
4465 * gdb.base/async.exp
4466 * gdb.base/attach-pie-noexec.exp
4467 * gdb.base/attach-twice.exp
4468 * gdb.base/auto-load.exp
4469 * gdb.base/bang.exp
4470 * gdb.base/bitfields.exp
4471 * gdb.base/break-always.exp
4472 * gdb.base/break-caller-line.exp
4473 * gdb.base/break-entry.exp
4474 * gdb.base/break-inline.exp
4475 * gdb.base/break-on-linker-gcd-function.exp
4476 * gdb.base/break-probes.exp
4477 * gdb.base/break.exp
4478 * gdb.base/breakpoint-shadow.exp
4479 * gdb.base/call-ar-st.exp
4480 * gdb.base/call-sc.exp
4481 * gdb.base/call-signal-resume.exp
4482 * gdb.base/call-strs.exp
4483 * gdb.base/callfuncs.exp
4484 * gdb.base/catch-fork-static.exp
4485 * gdb.base/catch-gdb-caused-signals.exp
4486 * gdb.base/catch-load.exp
4487 * gdb.base/catch-signal-fork.exp
4488 * gdb.base/catch-signal.exp
4489 * gdb.base/catch-syscall.exp
4490 * gdb.base/charset.exp
4491 * gdb.base/checkpoint.exp
4492 * gdb.base/chng-syms.exp
4493 * gdb.base/code-expr.exp
4494 * gdb.base/code_elim.exp
4495 * gdb.base/commands.exp
4496 * gdb.base/completion.exp
4497 * gdb.base/complex.exp
4498 * gdb.base/cond-expr.exp
4499 * gdb.base/condbreak.exp
4500 * gdb.base/consecutive.exp
4501 * gdb.base/continue-all-already-running.exp
4502 * gdb.base/coredump-filter.exp
4503 * gdb.base/corefile.exp
4504 * gdb.base/dbx.exp
4505 * gdb.base/debug-expr.exp
4506 * gdb.base/define.exp
4507 * gdb.base/del.exp
4508 * gdb.base/disabled-location.exp
4509 * gdb.base/disasm-end-cu.exp
4510 * gdb.base/disasm-optim.exp
4511 * gdb.base/display.exp
4512 * gdb.base/duplicate-bp.exp
4513 * gdb.base/ena-dis-br.exp
4514 * gdb.base/ending-run.exp
4515 * gdb.base/enumval.exp
4516 * gdb.base/environ.exp
4517 * gdb.base/eu-strip-infcall.exp
4518 * gdb.base/eval-avoid-side-effects.exp
4519 * gdb.base/eval-skip.exp
4520 * gdb.base/exitsignal.exp
4521 * gdb.base/expand-psymtabs.exp
4522 * gdb.base/filesym.exp
4523 * gdb.base/find-unmapped.exp
4524 * gdb.base/finish.exp
4525 * gdb.base/float.exp
4526 * gdb.base/foll-exec-mode.exp
4527 * gdb.base/foll-exec.exp
4528 * gdb.base/foll-fork.exp
4529 * gdb.base/fortran-sym-case.exp
4530 * gdb.base/freebpcmd.exp
4531 * gdb.base/func-ptr.exp
4532 * gdb.base/func-ptrs.exp
4533 * gdb.base/funcargs.exp
4534 * gdb.base/gcore-buffer-overflow.exp
4535 * gdb.base/gcore-relro-pie.exp
4536 * gdb.base/gcore-relro.exp
4537 * gdb.base/gcore.exp
4538 * gdb.base/gdb1090.exp
4539 * gdb.base/gdb11530.exp
4540 * gdb.base/gdb11531.exp
4541 * gdb.base/gdb1821.exp
4542 * gdb.base/gdbindex-stabs.exp
4543 * gdb.base/gdbvars.exp
4544 * gdb.base/hbreak.exp
4545 * gdb.base/hbreak2.exp
4546 * gdb.base/included.exp
4547 * gdb.base/infcall-input.exp
4548 * gdb.base/inferior-died.exp
4549 * gdb.base/infnan.exp
4550 * gdb.base/info-macros.exp
4551 * gdb.base/info-os.exp
4552 * gdb.base/info-proc.exp
4553 * gdb.base/info-shared.exp
4554 * gdb.base/info-target.exp
4555 * gdb.base/infoline.exp
4556 * gdb.base/interp.exp
4557 * gdb.base/interrupt.exp
4558 * gdb.base/jit-reader.exp
4559 * gdb.base/jit-simple.exp
4560 * gdb.base/kill-after-signal.exp
4561 * gdb.base/kill-detach-inferiors-cmd.exp
4562 * gdb.base/label.exp
4563 * gdb.base/langs.exp
4564 * gdb.base/ldbl_e308.exp
4565 * gdb.base/line-symtabs.exp
4566 * gdb.base/linespecs.exp
4567 * gdb.base/list.exp
4568 * gdb.base/long_long.exp
4569 * gdb.base/longest-types.exp
4570 * gdb.base/maint.exp
4571 * gdb.base/max-value-size.exp
4572 * gdb.base/memattr.exp
4573 * gdb.base/mips_pro.exp
4574 * gdb.base/morestack.exp
4575 * gdb.base/moribund-step.exp
4576 * gdb.base/multi-forks.exp
4577 * gdb.base/nested-addr.exp
4578 * gdb.base/nextoverexit.exp
4579 * gdb.base/noreturn-finish.exp
4580 * gdb.base/noreturn-return.exp
4581 * gdb.base/nostdlib.exp
4582 * gdb.base/offsets.exp
4583 * gdb.base/opaque.exp
4584 * gdb.base/pc-fp.exp
4585 * gdb.base/permissions.exp
4586 * gdb.base/print-symbol-loading.exp
4587 * gdb.base/prologue-include.exp
4588 * gdb.base/psymtab.exp
4589 * gdb.base/ptype.exp
4590 * gdb.base/random-signal.exp
4591 * gdb.base/randomize.exp
4592 * gdb.base/range-stepping.exp
4593 * gdb.base/readline-ask.exp
4594 * gdb.base/recpar.exp
4595 * gdb.base/recurse.exp
4596 * gdb.base/relational.exp
4597 * gdb.base/restore.exp
4598 * gdb.base/return-nodebug.exp
4599 * gdb.base/return.exp
4600 * gdb.base/run-after-attach.exp
4601 * gdb.base/save-bp.exp
4602 * gdb.base/scope.exp
4603 * gdb.base/sect-cmd.exp
4604 * gdb.base/set-lang-auto.exp
4605 * gdb.base/set-noassign.exp
4606 * gdb.base/setvar.exp
4607 * gdb.base/sigall.exp
4608 * gdb.base/sigbpt.exp
4609 * gdb.base/siginfo-addr.exp
4610 * gdb.base/siginfo-infcall.exp
4611 * gdb.base/siginfo-obj.exp
4612 * gdb.base/siginfo.exp
4613 * gdb.base/signals-state-child.exp
4614 * gdb.base/signest.exp
4615 * gdb.base/sigstep.exp
4616 * gdb.base/sizeof.exp
4617 * gdb.base/skip.exp
4618 * gdb.base/solib-corrupted.exp
4619 * gdb.base/solib-nodir.exp
4620 * gdb.base/solib-search.exp
4621 * gdb.base/stack-checking.exp
4622 * gdb.base/stale-infcall.exp
4623 * gdb.base/stap-probe.exp
4624 * gdb.base/start.exp
4625 * gdb.base/step-break.exp
4626 * gdb.base/step-bt.exp
4627 * gdb.base/step-line.exp
4628 * gdb.base/step-over-exit.exp
4629 * gdb.base/step-over-syscall.exp
4630 * gdb.base/step-resume-infcall.exp
4631 * gdb.base/step-test.exp
4632 * gdb.base/store.exp
4633 * gdb.base/structs3.exp
4634 * gdb.base/sym-file.exp
4635 * gdb.base/symbol-without-target_section.exp
4636 * gdb.base/term.exp
4637 * gdb.base/testenv.exp
4638 * gdb.base/ui-redirect.exp
4639 * gdb.base/until.exp
4640 * gdb.base/unwindonsignal.exp
4641 * gdb.base/value-double-free.exp
4642 * gdb.base/vla-datatypes.exp
4643 * gdb.base/vla-ptr.exp
4644 * gdb.base/vla-sideeffect.exp
4645 * gdb.base/volatile.exp
4646 * gdb.base/watch-cond-infcall.exp
4647 * gdb.base/watch-cond.exp
4648 * gdb.base/watch-non-mem.exp
4649 * gdb.base/watch-read.exp
4650 * gdb.base/watch-vfork.exp
4651 * gdb.base/watchpoint-cond-gone.exp
4652 * gdb.base/watchpoint-delete.exp
4653 * gdb.base/watchpoint-hw-hit-once.exp
4654 * gdb.base/watchpoint-hw.exp
4655 * gdb.base/watchpoint-stops-at-right-insn.exp
4656 * gdb.base/watchpoints.exp
4657 * gdb.base/wchar.exp
4658 * gdb.base/whatis-exp.exp
4659 * gdb.btrace/buffer-size.exp
4660 * gdb.btrace/data.exp
4661 * gdb.btrace/delta.exp
4662 * gdb.btrace/dlopen.exp
4663 * gdb.btrace/enable.exp
4664 * gdb.btrace/exception.exp
4665 * gdb.btrace/function_call_history.exp
4666 * gdb.btrace/gcore.exp
4667 * gdb.btrace/instruction_history.exp
4668 * gdb.btrace/nohist.exp
4669 * gdb.btrace/reconnect.exp
4670 * gdb.btrace/record_goto-step.exp
4671 * gdb.btrace/record_goto.exp
4672 * gdb.btrace/rn-dl-bind.exp
4673 * gdb.btrace/segv.exp
4674 * gdb.btrace/step.exp
4675 * gdb.btrace/stepi.exp
4676 * gdb.btrace/tailcall-only.exp
4677 * gdb.btrace/tailcall.exp
4678 * gdb.btrace/tsx.exp
4679 * gdb.btrace/unknown_functions.exp
4680 * gdb.btrace/vdso.exp
4681 * gdb.compile/compile-ifunc.exp
4682 * gdb.compile/compile-ops.exp
4683 * gdb.compile/compile-print.exp
4684 * gdb.compile/compile-setjmp.exp
4685 * gdb.cp/abstract-origin.exp
4686 * gdb.cp/ambiguous.exp
4687 * gdb.cp/annota2.exp
4688 * gdb.cp/annota3.exp
4689 * gdb.cp/anon-ns.exp
4690 * gdb.cp/anon-struct.exp
4691 * gdb.cp/anon-union.exp
4692 * gdb.cp/arg-reference.exp
4693 * gdb.cp/baseenum.exp
4694 * gdb.cp/bool.exp
4695 * gdb.cp/breakpoint.exp
4696 * gdb.cp/bs15503.exp
4697 * gdb.cp/call-c.exp
4698 * gdb.cp/casts.exp
4699 * gdb.cp/chained-calls.exp
4700 * gdb.cp/class2.exp
4701 * gdb.cp/classes.exp
4702 * gdb.cp/cmpd-minsyms.exp
4703 * gdb.cp/converts.exp
4704 * gdb.cp/cp-relocate.exp
4705 * gdb.cp/cpcompletion.exp
4706 * gdb.cp/cpexprs.exp
4707 * gdb.cp/cplabel.exp
4708 * gdb.cp/cplusfuncs.exp
4709 * gdb.cp/cpsizeof.exp
4710 * gdb.cp/ctti.exp
4711 * gdb.cp/derivation.exp
4712 * gdb.cp/destrprint.exp
4713 * gdb.cp/dispcxx.exp
4714 * gdb.cp/enum-class.exp
4715 * gdb.cp/exception.exp
4716 * gdb.cp/exceptprint.exp
4717 * gdb.cp/expand-psymtabs-cxx.exp
4718 * gdb.cp/expand-sals.exp
4719 * gdb.cp/extern-c.exp
4720 * gdb.cp/filename.exp
4721 * gdb.cp/formatted-ref.exp
4722 * gdb.cp/fpointer.exp
4723 * gdb.cp/gdb1355.exp
4724 * gdb.cp/gdb2495.exp
4725 * gdb.cp/hang.exp
4726 * gdb.cp/impl-this.exp
4727 * gdb.cp/infcall-dlopen.exp
4728 * gdb.cp/inherit.exp
4729 * gdb.cp/iostream.exp
4730 * gdb.cp/koenig.exp
4731 * gdb.cp/local.exp
4732 * gdb.cp/m-data.exp
4733 * gdb.cp/m-static.exp
4734 * gdb.cp/mb-ctor.exp
4735 * gdb.cp/mb-inline.exp
4736 * gdb.cp/mb-templates.exp
4737 * gdb.cp/member-name.exp
4738 * gdb.cp/member-ptr.exp
4739 * gdb.cp/meth-typedefs.exp
4740 * gdb.cp/method.exp
4741 * gdb.cp/method2.exp
4742 * gdb.cp/minsym-fallback.exp
4743 * gdb.cp/misc.exp
4744 * gdb.cp/namelessclass.exp
4745 * gdb.cp/namespace-enum.exp
4746 * gdb.cp/namespace-nested-import.exp
4747 * gdb.cp/namespace.exp
4748 * gdb.cp/nextoverthrow.exp
4749 * gdb.cp/no-dmgl-verbose.exp
4750 * gdb.cp/non-trivial-retval.exp
4751 * gdb.cp/noparam.exp
4752 * gdb.cp/nsdecl.exp
4753 * gdb.cp/nsimport.exp
4754 * gdb.cp/nsnested.exp
4755 * gdb.cp/nsnoimports.exp
4756 * gdb.cp/nsrecurs.exp
4757 * gdb.cp/nsstress.exp
4758 * gdb.cp/nsusing.exp
4759 * gdb.cp/operator.exp
4760 * gdb.cp/oranking.exp
4761 * gdb.cp/overload-const.exp
4762 * gdb.cp/overload.exp
4763 * gdb.cp/ovldbreak.exp
4764 * gdb.cp/ovsrch.exp
4765 * gdb.cp/paren-type.exp
4766 * gdb.cp/parse-lang.exp
4767 * gdb.cp/pass-by-ref.exp
4768 * gdb.cp/pr-1023.exp
4769 * gdb.cp/pr-1210.exp
4770 * gdb.cp/pr-574.exp
4771 * gdb.cp/pr10687.exp
4772 * gdb.cp/pr12028.exp
4773 * gdb.cp/pr17132.exp
4774 * gdb.cp/pr17494.exp
4775 * gdb.cp/pr9067.exp
4776 * gdb.cp/pr9167.exp
4777 * gdb.cp/pr9631.exp
4778 * gdb.cp/printmethod.exp
4779 * gdb.cp/psmang.exp
4780 * gdb.cp/psymtab-parameter.exp
4781 * gdb.cp/ptype-cv-cp.exp
4782 * gdb.cp/ptype-flags.exp
4783 * gdb.cp/re-set-overloaded.exp
4784 * gdb.cp/ref-types.exp
4785 * gdb.cp/rtti.exp
4786 * gdb.cp/scope-err.exp
4787 * gdb.cp/shadow.exp
4788 * gdb.cp/smartp.exp
4789 * gdb.cp/static-method.exp
4790 * gdb.cp/static-print-quit.exp
4791 * gdb.cp/temargs.exp
4792 * gdb.cp/templates.exp
4793 * gdb.cp/try_catch.exp
4794 * gdb.cp/typedef-operator.exp
4795 * gdb.cp/typeid.exp
4796 * gdb.cp/userdef.exp
4797 * gdb.cp/using-crash.exp
4798 * gdb.cp/var-tag.exp
4799 * gdb.cp/virtbase.exp
4800 * gdb.cp/virtfunc.exp
4801 * gdb.cp/virtfunc2.exp
4802 * gdb.cp/vla-cxx.exp
4803 * gdb.disasm/t01_mov.exp
4804 * gdb.disasm/t02_mova.exp
4805 * gdb.disasm/t03_add.exp
4806 * gdb.disasm/t04_sub.exp
4807 * gdb.disasm/t05_cmp.exp
4808 * gdb.disasm/t06_ari2.exp
4809 * gdb.disasm/t07_ari3.exp
4810 * gdb.disasm/t08_or.exp
4811 * gdb.disasm/t09_xor.exp
4812 * gdb.disasm/t10_and.exp
4813 * gdb.disasm/t11_logs.exp
4814 * gdb.disasm/t12_bit.exp
4815 * gdb.disasm/t13_otr.exp
4816 * gdb.dlang/circular.exp
4817 * gdb.dwarf2/arr-stride.exp
4818 * gdb.dwarf2/arr-subrange.exp
4819 * gdb.dwarf2/atomic-type.exp
4820 * gdb.dwarf2/bad-regnum.exp
4821 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4822 * gdb.dwarf2/callframecfa.exp
4823 * gdb.dwarf2/clztest.exp
4824 * gdb.dwarf2/corrupt.exp
4825 * gdb.dwarf2/data-loc.exp
4826 * gdb.dwarf2/dup-psym.exp
4827 * gdb.dwarf2/dw2-anon-mptr.exp
4828 * gdb.dwarf2/dw2-anonymous-func.exp
4829 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4830 * gdb.dwarf2/dw2-bad-unresolved.exp
4831 * gdb.dwarf2/dw2-basic.exp
4832 * gdb.dwarf2/dw2-canonicalize-type.exp
4833 * gdb.dwarf2/dw2-case-insensitive.exp
4834 * gdb.dwarf2/dw2-common-block.exp
4835 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4836 * gdb.dwarf2/dw2-compressed.exp
4837 * gdb.dwarf2/dw2-const.exp
4838 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4839 * gdb.dwarf2/dw2-cu-size.exp
4840 * gdb.dwarf2/dw2-dup-frame.exp
4841 * gdb.dwarf2/dw2-entry-value.exp
4842 * gdb.dwarf2/dw2-icycle.exp
4843 * gdb.dwarf2/dw2-ifort-parameter.exp
4844 * gdb.dwarf2/dw2-inline-break.exp
4845 * gdb.dwarf2/dw2-inline-param.exp
4846 * gdb.dwarf2/dw2-intercu.exp
4847 * gdb.dwarf2/dw2-intermix.exp
4848 * gdb.dwarf2/dw2-lexical-block-bare.exp
4849 * gdb.dwarf2/dw2-linkage-name-trust.exp
4850 * gdb.dwarf2/dw2-minsym-in-cu.exp
4851 * gdb.dwarf2/dw2-noloc.exp
4852 * gdb.dwarf2/dw2-op-call.exp
4853 * gdb.dwarf2/dw2-op-out-param.exp
4854 * gdb.dwarf2/dw2-opt-structptr.exp
4855 * gdb.dwarf2/dw2-param-error.exp
4856 * gdb.dwarf2/dw2-producer.exp
4857 * gdb.dwarf2/dw2-ranges-base.exp
4858 * gdb.dwarf2/dw2-ref-missing-frame.exp
4859 * gdb.dwarf2/dw2-reg-undefined.exp
4860 * gdb.dwarf2/dw2-regno-invalid.exp
4861 * gdb.dwarf2/dw2-restore.exp
4862 * gdb.dwarf2/dw2-restrict.exp
4863 * gdb.dwarf2/dw2-single-line-discriminators.exp
4864 * gdb.dwarf2/dw2-strp.exp
4865 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4866 * gdb.dwarf2/dw2-unresolved.exp
4867 * gdb.dwarf2/dw2-var-zero-addr.exp
4868 * gdb.dwarf2/dw4-sig-types.exp
4869 * gdb.dwarf2/dwz.exp
4870 * gdb.dwarf2/dynarr-ptr.exp
4871 * gdb.dwarf2/enum-type.exp
4872 * gdb.dwarf2/gdb-index.exp
4873 * gdb.dwarf2/implptr-64bit.exp
4874 * gdb.dwarf2/implptr-optimized-out.exp
4875 * gdb.dwarf2/implptr.exp
4876 * gdb.dwarf2/implref-array.exp
4877 * gdb.dwarf2/implref-const.exp
4878 * gdb.dwarf2/implref-global.exp
4879 * gdb.dwarf2/implref-struct.exp
4880 * gdb.dwarf2/mac-fileno.exp
4881 * gdb.dwarf2/main-subprogram.exp
4882 * gdb.dwarf2/member-ptr-forwardref.exp
4883 * gdb.dwarf2/method-ptr.exp
4884 * gdb.dwarf2/missing-sig-type.exp
4885 * gdb.dwarf2/nonvar-access.exp
4886 * gdb.dwarf2/opaque-type-lookup.exp
4887 * gdb.dwarf2/pieces-optimized-out.exp
4888 * gdb.dwarf2/pieces.exp
4889 * gdb.dwarf2/pr10770.exp
4890 * gdb.dwarf2/pr13961.exp
4891 * gdb.dwarf2/staticvirtual.exp
4892 * gdb.dwarf2/subrange.exp
4893 * gdb.dwarf2/symtab-producer.exp
4894 * gdb.dwarf2/trace-crash.exp
4895 * gdb.dwarf2/typeddwarf.exp
4896 * gdb.dwarf2/valop.exp
4897 * gdb.dwarf2/watch-notconst.exp
4898 * gdb.fortran/array-element.exp
4899 * gdb.fortran/charset.exp
4900 * gdb.fortran/common-block.exp
4901 * gdb.fortran/complex.exp
4902 * gdb.fortran/derived-type-function.exp
4903 * gdb.fortran/derived-type.exp
4904 * gdb.fortran/logical.exp
4905 * gdb.fortran/module.exp
4906 * gdb.fortran/multi-dim.exp
4907 * gdb.fortran/nested-funcs.exp
4908 * gdb.fortran/print-formatted.exp
4909 * gdb.fortran/subarray.exp
4910 * gdb.fortran/vla-alloc-assoc.exp
4911 * gdb.fortran/vla-datatypes.exp
4912 * gdb.fortran/vla-history.exp
4913 * gdb.fortran/vla-ptr-info.exp
4914 * gdb.fortran/vla-ptype-sub.exp
4915 * gdb.fortran/vla-ptype.exp
4916 * gdb.fortran/vla-sizeof.exp
4917 * gdb.fortran/vla-type.exp
4918 * gdb.fortran/vla-value-sub-arbitrary.exp
4919 * gdb.fortran/vla-value-sub-finish.exp
4920 * gdb.fortran/vla-value-sub.exp
4921 * gdb.fortran/vla-value.exp
4922 * gdb.fortran/whatis_type.exp
4923 * gdb.go/chan.exp
4924 * gdb.go/handcall.exp
4925 * gdb.go/hello.exp
4926 * gdb.go/integers.exp
4927 * gdb.go/methods.exp
4928 * gdb.go/package.exp
4929 * gdb.go/strings.exp
4930 * gdb.go/types.exp
4931 * gdb.go/unsafe.exp
4932 * gdb.guile/scm-arch.exp
4933 * gdb.guile/scm-block.exp
4934 * gdb.guile/scm-breakpoint.exp
4935 * gdb.guile/scm-cmd.exp
4936 * gdb.guile/scm-disasm.exp
4937 * gdb.guile/scm-equal.exp
4938 * gdb.guile/scm-frame-args.exp
4939 * gdb.guile/scm-frame-inline.exp
4940 * gdb.guile/scm-frame.exp
4941 * gdb.guile/scm-iterator.exp
4942 * gdb.guile/scm-math.exp
4943 * gdb.guile/scm-objfile.exp
4944 * gdb.guile/scm-ports.exp
4945 * gdb.guile/scm-symbol.exp
4946 * gdb.guile/scm-symtab.exp
4947 * gdb.guile/scm-value-cc.exp
4948 * gdb.guile/types-module.exp
4949 * gdb.linespec/break-ask.exp
4950 * gdb.linespec/cpexplicit.exp
4951 * gdb.linespec/explicit.exp
4952 * gdb.linespec/keywords.exp
4953 * gdb.linespec/linespec.exp
4954 * gdb.linespec/ls-dollar.exp
4955 * gdb.linespec/ls-errs.exp
4956 * gdb.linespec/skip-two.exp
4957 * gdb.linespec/thread.exp
4958 * gdb.mi/mi-async.exp
4959 * gdb.mi/mi-basics.exp
4960 * gdb.mi/mi-break.exp
4961 * gdb.mi/mi-catch-load.exp
4962 * gdb.mi/mi-cli.exp
4963 * gdb.mi/mi-cmd-param-changed.exp
4964 * gdb.mi/mi-console.exp
4965 * gdb.mi/mi-detach.exp
4966 * gdb.mi/mi-disassemble.exp
4967 * gdb.mi/mi-eval.exp
4968 * gdb.mi/mi-file-transfer.exp
4969 * gdb.mi/mi-file.exp
4970 * gdb.mi/mi-fill-memory.exp
4971 * gdb.mi/mi-inheritance-syntax-error.exp
4972 * gdb.mi/mi-linespec-err-cp.exp
4973 * gdb.mi/mi-logging.exp
4974 * gdb.mi/mi-memory-changed.exp
4975 * gdb.mi/mi-read-memory.exp
4976 * gdb.mi/mi-record-changed.exp
4977 * gdb.mi/mi-reg-undefined.exp
4978 * gdb.mi/mi-regs.exp
4979 * gdb.mi/mi-return.exp
4980 * gdb.mi/mi-reverse.exp
4981 * gdb.mi/mi-simplerun.exp
4982 * gdb.mi/mi-solib.exp
4983 * gdb.mi/mi-stack.exp
4984 * gdb.mi/mi-stepi.exp
4985 * gdb.mi/mi-syn-frame.exp
4986 * gdb.mi/mi-until.exp
4987 * gdb.mi/mi-var-block.exp
4988 * gdb.mi/mi-var-child.exp
4989 * gdb.mi/mi-var-cmd.exp
4990 * gdb.mi/mi-var-cp.exp
4991 * gdb.mi/mi-var-display.exp
4992 * gdb.mi/mi-var-invalidate.exp
4993 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4994 * gdb.mi/mi-vla-fortran.exp
4995 * gdb.mi/mi-watch.exp
4996 * gdb.mi/mi2-var-child.exp
4997 * gdb.mi/user-selected-context-sync.exp
4998 * gdb.modula2/unbounded-array.exp
4999 * gdb.multi/dummy-frame-restore.exp
5000 * gdb.multi/multi-arch-exec.exp
5001 * gdb.multi/multi-arch.exp
5002 * gdb.multi/tids.exp
5003 * gdb.multi/watchpoint-multi.exp
5004 * gdb.opencl/callfuncs.exp
5005 * gdb.opencl/convs_casts.exp
5006 * gdb.opencl/datatypes.exp
5007 * gdb.opencl/operators.exp
5008 * gdb.opencl/vec_comps.exp
5009 * gdb.opt/clobbered-registers-O2.exp
5010 * gdb.opt/inline-break.exp
5011 * gdb.opt/inline-bt.exp
5012 * gdb.opt/inline-cmds.exp
5013 * gdb.opt/inline-locals.exp
5014 * gdb.pascal/case-insensitive-symbols.exp
5015 * gdb.pascal/floats.exp
5016 * gdb.pascal/gdb11492.exp
5017 * gdb.python/lib-types.exp
5018 * gdb.python/py-arch.exp
5019 * gdb.python/py-as-string.exp
5020 * gdb.python/py-bad-printers.exp
5021 * gdb.python/py-block.exp
5022 * gdb.python/py-breakpoint-create-fail.exp
5023 * gdb.python/py-breakpoint.exp
5024 * gdb.python/py-caller-is.exp
5025 * gdb.python/py-cmd.exp
5026 * gdb.python/py-explore-cc.exp
5027 * gdb.python/py-explore.exp
5028 * gdb.python/py-finish-breakpoint.exp
5029 * gdb.python/py-finish-breakpoint2.exp
5030 * gdb.python/py-frame-args.exp
5031 * gdb.python/py-frame-inline.exp
5032 * gdb.python/py-frame.exp
5033 * gdb.python/py-framefilter-mi.exp
5034 * gdb.python/py-infthread.exp
5035 * gdb.python/py-lazy-string.exp
5036 * gdb.python/py-linetable.exp
5037 * gdb.python/py-mi-events.exp
5038 * gdb.python/py-mi-objfile.exp
5039 * gdb.python/py-mi.exp
5040 * gdb.python/py-objfile.exp
5041 * gdb.python/py-pp-integral.exp
5042 * gdb.python/py-pp-maint.exp
5043 * gdb.python/py-pp-re-notag.exp
5044 * gdb.python/py-pp-registration.exp
5045 * gdb.python/py-recurse-unwind.exp
5046 * gdb.python/py-strfns.exp
5047 * gdb.python/py-symbol.exp
5048 * gdb.python/py-symtab.exp
5049 * gdb.python/py-sync-interp.exp
5050 * gdb.python/py-typeprint.exp
5051 * gdb.python/py-unwind-maint.exp
5052 * gdb.python/py-unwind.exp
5053 * gdb.python/py-value-cc.exp
5054 * gdb.python/py-xmethods.exp
5055 * gdb.reverse/amd64-tailcall-reverse.exp
5056 * gdb.reverse/break-precsave.exp
5057 * gdb.reverse/break-reverse.exp
5058 * gdb.reverse/consecutive-precsave.exp
5059 * gdb.reverse/consecutive-reverse.exp
5060 * gdb.reverse/finish-precsave.exp
5061 * gdb.reverse/finish-reverse-bkpt.exp
5062 * gdb.reverse/finish-reverse.exp
5063 * gdb.reverse/fstatat-reverse.exp
5064 * gdb.reverse/getresuid-reverse.exp
5065 * gdb.reverse/i386-precsave.exp
5066 * gdb.reverse/i386-reverse.exp
5067 * gdb.reverse/i386-sse-reverse.exp
5068 * gdb.reverse/i387-env-reverse.exp
5069 * gdb.reverse/i387-stack-reverse.exp
5070 * gdb.reverse/insn-reverse.exp
5071 * gdb.reverse/machinestate-precsave.exp
5072 * gdb.reverse/machinestate.exp
5073 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5074 * gdb.reverse/pipe-reverse.exp
5075 * gdb.reverse/readv-reverse.exp
5076 * gdb.reverse/recvmsg-reverse.exp
5077 * gdb.reverse/rerun-prec.exp
5078 * gdb.reverse/s390-mvcle.exp
5079 * gdb.reverse/step-precsave.exp
5080 * gdb.reverse/step-reverse.exp
5081 * gdb.reverse/time-reverse.exp
5082 * gdb.reverse/until-precsave.exp
5083 * gdb.reverse/until-reverse.exp
5084 * gdb.reverse/waitpid-reverse.exp
5085 * gdb.reverse/watch-precsave.exp
5086 * gdb.reverse/watch-reverse.exp
5087 * gdb.rust/generics.exp
5088 * gdb.rust/methods.exp
5089 * gdb.rust/modules.exp
5090 * gdb.rust/simple.exp
5091 * gdb.server/connect-with-no-symbol-file.exp
5092 * gdb.server/ext-attach.exp
5093 * gdb.server/ext-restart.exp
5094 * gdb.server/ext-wrapper.exp
5095 * gdb.server/file-transfer.exp
5096 * gdb.server/server-exec-info.exp
5097 * gdb.server/server-kill.exp
5098 * gdb.server/server-mon.exp
5099 * gdb.server/wrapper.exp
5100 * gdb.stabs/exclfwd.exp
5101 * gdb.stabs/gdb11479.exp
5102 * gdb.threads/clone-new-thread-event.exp
5103 * gdb.threads/corethreads.exp
5104 * gdb.threads/current-lwp-dead.exp
5105 * gdb.threads/dlopen-libpthread.exp
5106 * gdb.threads/gcore-thread.exp
5107 * gdb.threads/sigstep-threads.exp
5108 * gdb.threads/watchpoint-fork.exp
5109 * gdb.trace/actions-changed.exp
5110 * gdb.trace/backtrace.exp
5111 * gdb.trace/change-loc.exp
5112 * gdb.trace/circ.exp
5113 * gdb.trace/collection.exp
5114 * gdb.trace/disconnected-tracing.exp
5115 * gdb.trace/ftrace.exp
5116 * gdb.trace/mi-trace-frame-collected.exp
5117 * gdb.trace/mi-trace-unavailable.exp
5118 * gdb.trace/mi-traceframe-changed.exp
5119 * gdb.trace/mi-tsv-changed.exp
5120 * gdb.trace/no-attach-trace.exp
5121 * gdb.trace/passc-dyn.exp
5122 * gdb.trace/qtro.exp
5123 * gdb.trace/range-stepping.exp
5124 * gdb.trace/read-memory.exp
5125 * gdb.trace/save-trace.exp
5126 * gdb.trace/signal.exp
5127 * gdb.trace/status-stop.exp
5128 * gdb.trace/tfile.exp
5129 * gdb.trace/trace-break.exp
5130 * gdb.trace/trace-buffer-size.exp
5131 * gdb.trace/trace-condition.exp
5132 * gdb.trace/tracefile-pseudo-reg.exp
5133 * gdb.trace/tstatus.exp
5134 * gdb.trace/unavailable.exp
5135 * gdb.trace/while-dyn.exp
5136 * gdb.trace/while-stepping.exp
5137
5138 2016-12-22 Doug Evans <xdje42@gmail.com>
5139
5140 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5141 and msymbols.
5142
5143 2016-12-19 Yao Qi <yao.qi@linaro.org>
5144
5145 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5146 (test_with_self): Don't call do_steps_and_nexts, and remove
5147 code about stepping into xmalloc.
5148
5149 2016-12-09 Yao Qi <yao.qi@linaro.org>
5150
5151 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5152
5153 2016-12-09 Yao Qi <yao.qi@linaro.org>
5154
5155 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5156
5157 2016-12-09 Pedro Alves <palves@redhat.com>
5158
5159 * gdb.base/all-architectures-0.exp: New file.
5160 * gdb.base/all-architectures-1.exp: New file.
5161 * gdb.base/all-architectures-2.exp: New file.
5162 * gdb.base/all-architectures-3.exp: New file.
5163 * gdb.base/all-architectures-4.exp: New file.
5164 * gdb.base/all-architectures-5.exp: New file.
5165 * gdb.base/all-architectures-6.exp: New file.
5166 * gdb.base/all-architectures-7.exp: New file.
5167 * gdb.base/all-architectures.exp.in: New file.
5168
5169 2016-12-09 Yao Qi <yao.qi@linaro.org>
5170
5171 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5172
5173 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5174
5175 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5176 possible.
5177 Remove useless pattern-matching code.
5178
5179 2016-12-02 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5182 procedure.
5183 (top level): Call it.
5184
5185 2016-12-02 Pedro Alves <palves@redhat.com>
5186
5187 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5188 New procedure.
5189 (top level): Call it.
5190
5191 2016-12-02 Pedro Alves <palves@redhat.com>
5192
5193 PR cli/20559
5194 * gdb.base/commands.exp (user_defined_command_args_eval): New
5195 procedure.
5196 (top level): Call it.
5197
5198 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5199
5200 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5201 timeout handling.
5202
5203 2016-12-02 Tom Tromey <tom@tromey.com>
5204
5205 * gdb.dwarf2/main-subprogram.c: New file.
5206 * gdb.dwarf2/main-subprogram.exp: New file.
5207
5208 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5209
5210 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5211 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5212 gdb_test_no_output for a couple of cases.
5213 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5214
5215 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5216
5217 Fix test names and standardize compilation error messages throughout
5218 the following files:
5219
5220 * gdb.ada/start.exp
5221 * gdb.arch/alpha-step.exp
5222 * gdb.arch/e500-prologue.exp
5223 * gdb.arch/ftrace-insn-reloc.exp
5224 * gdb.arch/gdb1291.exp
5225 * gdb.arch/gdb1431.exp
5226 * gdb.arch/gdb1558.exp
5227 * gdb.arch/i386-dr3-watch.exp
5228 * gdb.arch/i386-sse-stack-align.exp
5229 * gdb.arch/ia64-breakpoint-shadow.exp
5230 * gdb.arch/pa-nullify.exp
5231 * gdb.arch/powerpc-aix-prologue.exp
5232 * gdb.arch/thumb-bx-pc.exp
5233 * gdb.base/annota1.exp
5234 * gdb.base/annota3.exp
5235 * gdb.base/arrayidx.exp
5236 * gdb.base/assign.exp
5237 * gdb.base/attach.exp
5238 * gdb.base/auxv.exp
5239 * gdb.base/bang.exp
5240 * gdb.base/bfp-test.exp
5241 * gdb.base/bigcore.exp
5242 * gdb.base/bitfields2.exp
5243 * gdb.base/break-fun-addr.exp
5244 * gdb.base/break-probes.exp
5245 * gdb.base/call-rt-st.exp
5246 * gdb.base/callexit.exp
5247 * gdb.base/catch-fork-kill.exp
5248 * gdb.base/charset.exp
5249 * gdb.base/checkpoint.exp
5250 * gdb.base/comprdebug.exp
5251 * gdb.base/constvars.exp
5252 * gdb.base/coredump-filter.exp
5253 * gdb.base/cursal.exp
5254 * gdb.base/cvexpr.exp
5255 * gdb.base/detach.exp
5256 * gdb.base/display.exp
5257 * gdb.base/dmsym.exp
5258 * gdb.base/dprintf-pending.exp
5259 * gdb.base/dso2dso.exp
5260 * gdb.base/dtrace-probe.exp
5261 * gdb.base/dump.exp
5262 * gdb.base/enum_cond.exp
5263 * gdb.base/exe-lock.exp
5264 * gdb.base/exec-invalid-sysroot.exp
5265 * gdb.base/execl-update-breakpoints.exp
5266 * gdb.base/exprs.exp
5267 * gdb.base/fileio.exp
5268 * gdb.base/find.exp
5269 * gdb.base/finish.exp
5270 * gdb.base/fixsection.exp
5271 * gdb.base/foll-vfork.exp
5272 * gdb.base/frame-args.exp
5273 * gdb.base/gcore.exp
5274 * gdb.base/gdb1250.exp
5275 * gdb.base/global-var-nested-by-dso.exp
5276 * gdb.base/gnu-ifunc.exp
5277 * gdb.base/hashline1.exp
5278 * gdb.base/hashline2.exp
5279 * gdb.base/hashline3.exp
5280 * gdb.base/hbreak-in-shr-unsupported.exp
5281 * gdb.base/huge.exp
5282 * gdb.base/infcall-input.exp
5283 * gdb.base/info-fun.exp
5284 * gdb.base/info-shared.exp
5285 * gdb.base/jit-simple.exp
5286 * gdb.base/jit-so.exp
5287 * gdb.base/jit.exp
5288 * gdb.base/jump.exp
5289 * gdb.base/label.exp
5290 * gdb.base/lineinc.exp
5291 * gdb.base/logical.exp
5292 * gdb.base/longjmp.exp
5293 * gdb.base/macscp.exp
5294 * gdb.base/miscexprs.exp
5295 * gdb.base/new-ui-echo.exp
5296 * gdb.base/new-ui-pending-input.exp
5297 * gdb.base/new-ui.exp
5298 * gdb.base/nodebug.exp
5299 * gdb.base/nofield.exp
5300 * gdb.base/offsets.exp
5301 * gdb.base/overlays.exp
5302 * gdb.base/pending.exp
5303 * gdb.base/pointers.exp
5304 * gdb.base/pr11022.exp
5305 * gdb.base/printcmds.exp
5306 * gdb.base/prologue.exp
5307 * gdb.base/ptr-typedef.exp
5308 * gdb.base/realname-expand.exp
5309 * gdb.base/relativedebug.exp
5310 * gdb.base/relocate.exp
5311 * gdb.base/remote.exp
5312 * gdb.base/reread.exp
5313 * gdb.base/return2.exp
5314 * gdb.base/savedregs.exp
5315 * gdb.base/sep.exp
5316 * gdb.base/sepdebug.exp
5317 * gdb.base/sepsymtab.exp
5318 * gdb.base/set-inferior-tty.exp
5319 * gdb.base/setshow.exp
5320 * gdb.base/shlib-call.exp
5321 * gdb.base/sigaltstack.exp
5322 * gdb.base/siginfo-addr.exp
5323 * gdb.base/signals.exp
5324 * gdb.base/signull.exp
5325 * gdb.base/sigrepeat.exp
5326 * gdb.base/so-impl-ld.exp
5327 * gdb.base/solib-display.exp
5328 * gdb.base/solib-overlap.exp
5329 * gdb.base/solib-search.exp
5330 * gdb.base/solib-symbol.exp
5331 * gdb.base/structs.exp
5332 * gdb.base/structs2.exp
5333 * gdb.base/symtab-search-order.exp
5334 * gdb.base/twice.exp
5335 * gdb.base/unload.exp
5336 * gdb.base/varargs.exp
5337 * gdb.base/watchpoint-solib.exp
5338 * gdb.base/watchpoint.exp
5339 * gdb.base/whatis.exp
5340 * gdb.base/wrong_frame_bt_full.exp
5341 * gdb.btrace/dlopen.exp
5342 * gdb.cell/ea-standalone.exp
5343 * gdb.cell/ea-test.exp
5344 * gdb.cp/dispcxx.exp
5345 * gdb.cp/gdb2384.exp
5346 * gdb.cp/method2.exp
5347 * gdb.cp/nextoverthrow.exp
5348 * gdb.cp/pr10728.exp
5349 * gdb.disasm/am33.exp
5350 * gdb.disasm/h8300s.exp
5351 * gdb.disasm/mn10300.exp
5352 * gdb.disasm/sh3.exp
5353 * gdb.dwarf2/dw2-dir-file-name.exp
5354 * gdb.fortran/complex.exp
5355 * gdb.fortran/library-module.exp
5356 * gdb.guile/scm-pretty-print.exp
5357 * gdb.guile/scm-symbol.exp
5358 * gdb.guile/scm-type.exp
5359 * gdb.guile/scm-value.exp
5360 * gdb.linespec/linespec.exp
5361 * gdb.mi/gdb701.exp
5362 * gdb.mi/gdb792.exp
5363 * gdb.mi/mi-breakpoint-changed.exp
5364 * gdb.mi/mi-dprintf-pending.exp
5365 * gdb.mi/mi-dprintf.exp
5366 * gdb.mi/mi-exit-code.exp
5367 * gdb.mi/mi-pending.exp
5368 * gdb.mi/mi-solib.exp
5369 * gdb.mi/new-ui-mi-sync.exp
5370 * gdb.mi/pr11022.exp
5371 * gdb.mi/user-selected-context-sync.exp
5372 * gdb.opt/solib-intra-step.exp
5373 * gdb.python/py-events.exp
5374 * gdb.python/py-finish-breakpoint.exp
5375 * gdb.python/py-mi.exp
5376 * gdb.python/py-prettyprint.exp
5377 * gdb.python/py-shared.exp
5378 * gdb.python/py-symbol.exp
5379 * gdb.python/py-template.exp
5380 * gdb.python/py-type.exp
5381 * gdb.python/py-value.exp
5382 * gdb.reverse/solib-precsave.exp
5383 * gdb.reverse/solib-reverse.exp
5384 * gdb.server/solib-list.exp
5385 * gdb.stabs/weird.exp
5386 * gdb.threads/reconnect-signal.exp
5387 * gdb.threads/stepi-random-signal.exp
5388 * gdb.trace/actions.exp
5389 * gdb.trace/ax.exp
5390 * gdb.trace/backtrace.exp
5391 * gdb.trace/change-loc.exp
5392 * gdb.trace/deltrace.exp
5393 * gdb.trace/ftrace-lock.exp
5394 * gdb.trace/ftrace.exp
5395 * gdb.trace/infotrace.exp
5396 * gdb.trace/mi-tracepoint-changed.exp
5397 * gdb.trace/packetlen.exp
5398 * gdb.trace/passcount.exp
5399 * gdb.trace/pending.exp
5400 * gdb.trace/range-stepping.exp
5401 * gdb.trace/report.exp
5402 * gdb.trace/stap-trace.exp
5403 * gdb.trace/tfind.exp
5404 * gdb.trace/trace-break.exp
5405 * gdb.trace/trace-condition.exp
5406 * gdb.trace/trace-enable-disable.exp
5407 * gdb.trace/trace-mt.exp
5408 * gdb.trace/tracecmd.exp
5409 * gdb.trace/tspeed.exp
5410 * gdb.trace/tsv.exp
5411 * lib/perftest.exp
5412
5413 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5414
5415 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5416 with gdb_test_no_output.
5417 Use command as test name.
5418
5419 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5420
5421 Fix test names starting with uppercase throughout the files.
5422
5423 * gdb.ada/assign_1.exp
5424 * gdb.ada/boolean_expr.exp
5425 * gdb.base/arrayidx.exp
5426 * gdb.base/del.exp
5427 * gdb.base/gcore-buffer-overflow.exp
5428 * gdb.base/testenv.exp
5429 * gdb.compile/compile.exp
5430 * gdb.python/py-framefilter-invalidarg.exp
5431 * gdb.python/py-framefilter.exp
5432
5433 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5434
5435 Fix test names starting with uppercase throughout the files.
5436
5437 * gdb.ada/array_return.exp
5438 * gdb.ada/expr_delims.exp
5439 * gdb.ada/mi_dyn_arr.exp
5440 * gdb.ada/mi_interface.exp
5441 * gdb.ada/mi_var_array.exp
5442 * gdb.ada/watch_arg.exp
5443 * gdb.arch/alpha-step.exp
5444 * gdb.arch/altivec-regs.exp
5445 * gdb.arch/e500-regs.exp
5446 * gdb.arch/powerpc-d128-regs.exp
5447 * gdb.base/arrayidx.exp
5448 * gdb.base/break.exp
5449 * gdb.base/checkpoint.exp
5450 * gdb.base/debug-expr.exp
5451 * gdb.base/dmsym.exp
5452 * gdb.base/radix.exp
5453 * gdb.base/sepdebug.exp
5454 * gdb.base/testenv.exp
5455 * gdb.base/watch_thread_num.exp
5456 * gdb.base/watchpoint-cond-gone.exp
5457 * gdb.cell/break.exp
5458 * gdb.cell/ea-cache.exp
5459 * gdb.compile/compile.exp
5460 * gdb.cp/gdb2495.exp
5461 * gdb.gdb/selftest.exp
5462 * gdb.gdb/xfullpath.exp
5463 * gdb.go/hello.exp
5464 * gdb.go/integers.exp
5465 * gdb.objc/basicclass.exp
5466 * gdb.pascal/hello.exp
5467 * gdb.pascal/integers.exp
5468 * gdb.python/py-breakpoint.exp
5469 * gdb.python/py-cmd.exp
5470 * gdb.python/py-linetable.exp
5471 * gdb.python/py-xmethods.exp
5472 * gdb.python/python.exp
5473 * gdb.reverse/consecutive-precsave.exp
5474 * gdb.reverse/finish-precsave.exp
5475 * gdb.reverse/i386-precsave.exp
5476 * gdb.reverse/machinestate-precsave.exp
5477 * gdb.reverse/sigall-precsave.exp
5478 * gdb.reverse/solib-precsave.exp
5479 * gdb.reverse/step-precsave.exp
5480 * gdb.reverse/until-precsave.exp
5481 * gdb.reverse/watch-precsave.exp
5482 * gdb.threads/leader-exit.exp
5483 * gdb.threads/pthreads.exp
5484 * gdb.threads/wp-replication.exp
5485 * gdb.trace/actions.exp
5486 * gdb.trace/mi-tsv-changed.exp
5487 * gdb.trace/tsv.exp
5488
5489 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5490
5491 Fix test names starting with uppercase throughout the files.
5492
5493 * gdb.arch/i386-bp_permanent.exp
5494 * gdb.arch/i386-gnu-cfi.exp
5495 * gdb.base/disasm-end-cu.exp
5496 * gdb.base/macscp.exp
5497 * gdb.base/pending.exp
5498 * gdb.base/watch_thread_num.exp
5499 * gdb.cp/exception.exp
5500 * gdb.cp/gdb2495.exp
5501 * gdb.cp/local.exp
5502 * gdb.python/py-evsignal.exp
5503 * gdb.python/python.exp
5504 * gdb.trace/tracecmd.exp
5505
5506 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5507
5508 Fix test names starting with uppercase throughout the files.
5509
5510 * gdb.base/charset.exp
5511 * gdb.base/eval.exp
5512 * gdb.base/multi-forks.exp
5513 * gdb.guile/scm-progspace.exp
5514 * gdb.opencl/datatypes.exp
5515 * gdb.python/py-block.exp
5516 * gdb.python/py-function.exp
5517 * gdb.python/py-symbol.exp
5518 * gdb.python/py-symtab.exp
5519 * gdb.python/py-xmethods.exp
5520 * gdb.reverse/break-precsave.exp
5521 * gdb.reverse/break-reverse.exp
5522 * gdb.reverse/consecutive-precsave.exp
5523 * gdb.reverse/consecutive-reverse.exp
5524 * gdb.reverse/finish-precsave.exp
5525 * gdb.reverse/finish-reverse-bkpt.exp
5526 * gdb.reverse/finish-reverse.exp
5527 * gdb.reverse/fstatat-reverse.exp
5528 * gdb.reverse/getresuid-reverse.exp
5529 * gdb.reverse/i386-precsave.exp
5530 * gdb.reverse/i386-reverse.exp
5531 * gdb.reverse/i386-sse-reverse.exp
5532 * gdb.reverse/i387-stack-reverse.exp
5533 * gdb.reverse/insn-reverse.exp
5534 * gdb.reverse/machinestate-precsave.exp
5535 * gdb.reverse/machinestate.exp
5536 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5537 * gdb.reverse/pipe-reverse.exp
5538 * gdb.reverse/readv-reverse.exp
5539 * gdb.reverse/recvmsg-reverse.exp
5540 * gdb.reverse/rerun-prec.exp
5541 * gdb.reverse/s390-mvcle.exp
5542 * gdb.reverse/sigall-precsave.exp
5543 * gdb.reverse/sigall-reverse.exp
5544 * gdb.reverse/solib-precsave.exp
5545 * gdb.reverse/solib-reverse.exp
5546 * gdb.reverse/step-precsave.exp
5547 * gdb.reverse/step-reverse.exp
5548 * gdb.reverse/time-reverse.exp
5549 * gdb.reverse/until-precsave.exp
5550 * gdb.reverse/until-reverse.exp
5551 * gdb.reverse/waitpid-reverse.exp
5552 * gdb.reverse/watch-precsave.exp
5553 * gdb.reverse/watch-reverse.exp
5554
5555 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5556
5557 Fix test names starting with uppercase throughout the files.
5558
5559 * gdb.arch/i386-mpx-simple_segv.exp
5560 * gdb.arch/i386-mpx.exp
5561 * gdb.arch/i386-permbkpt.exp
5562 * gdb.arch/pa-nullify.exp
5563 * gdb.arch/powerpc-d128-regs.exp
5564 * gdb.arch/vsx-regs.exp
5565 * gdb.base/bfp-test.exp
5566 * gdb.base/break.exp
5567 * gdb.base/breakpoint-shadow.exp
5568 * gdb.base/callfuncs.exp
5569 * gdb.base/charset.exp
5570 * gdb.base/commands.exp
5571 * gdb.base/completion.exp
5572 * gdb.base/dfp-test.exp
5573 * gdb.base/echo.exp
5574 * gdb.base/ending-run.exp
5575 * gdb.base/eval.exp
5576 * gdb.base/expand-psymtabs.exp
5577 * gdb.base/float128.exp
5578 * gdb.base/floatn.exp
5579 * gdb.base/foll-exec-mode.exp
5580 * gdb.base/gdb1056.exp
5581 * gdb.base/gdb11531.exp
5582 * gdb.base/kill-after-signal.exp
5583 * gdb.base/multi-forks.exp
5584 * gdb.base/overlays.exp
5585 * gdb.base/pending.exp
5586 * gdb.base/sepdebug.exp
5587 * gdb.base/testenv.exp
5588 * gdb.base/valgrind-db-attach.exp
5589 * gdb.base/watch_thread_num.exp
5590 * gdb.base/watchpoint-cond-gone.exp
5591 * gdb.base/watchpoint.exp
5592 * gdb.base/watchpoints.exp
5593 * gdb.cp/arg-reference.exp
5594 * gdb.cp/baseenum.exp
5595 * gdb.cp/operator.exp
5596 * gdb.cp/shadow.exp
5597 * gdb.dwarf2/dw2-op-out-param.exp
5598 * gdb.dwarf2/dw2-reg-undefined.exp
5599 * gdb.go/chan.exp
5600 * gdb.go/hello.exp
5601 * gdb.go/integers.exp
5602 * gdb.go/methods.exp
5603 * gdb.go/package.exp
5604 * gdb.guile/scm-parameter.exp
5605 * gdb.guile/scm-progspace.exp
5606 * gdb.guile/scm-value.exp
5607 * gdb.mi/mi-pending.exp
5608 * gdb.mi/user-selected-context-sync.exp
5609 * gdb.multi/multi-attach.exp
5610 * gdb.multi/tids.exp
5611 * gdb.opt/clobbered-registers-O2.exp
5612 * gdb.pascal/floats.exp
5613 * gdb.pascal/integers.exp
5614 * gdb.python/py-block.exp
5615 * gdb.python/py-events.exp
5616 * gdb.python/py-parameter.exp
5617 * gdb.python/py-symbol.exp
5618 * gdb.python/py-symtab.exp
5619 * gdb.python/py-type.exp
5620 * gdb.python/py-value.exp
5621 * gdb.python/py-xmethods.exp
5622 * gdb.python/python.exp
5623 * gdb.reverse/break-precsave.exp
5624 * gdb.reverse/consecutive-precsave.exp
5625 * gdb.reverse/finish-precsave.exp
5626 * gdb.reverse/i386-precsave.exp
5627 * gdb.reverse/machinestate-precsave.exp
5628 * gdb.reverse/sigall-precsave.exp
5629 * gdb.reverse/solib-precsave.exp
5630 * gdb.reverse/step-precsave.exp
5631 * gdb.reverse/until-precsave.exp
5632 * gdb.reverse/watch-precsave.exp
5633 * gdb.server/ext-attach.exp
5634 * gdb.server/ext-restart.exp
5635 * gdb.server/ext-run.exp
5636 * gdb.server/ext-wrapper.exp
5637 * gdb.stabs/gdb11479.exp
5638 * gdb.stabs/weird.exp
5639 * gdb.threads/attach-many-short-lived-threads.exp
5640 * gdb.threads/kill.exp
5641 * gdb.threads/watchpoint-fork.exp
5642
5643 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5644
5645 Fix test names starting with uppercase throughout all the files below.
5646
5647 * gdb.ada/array_return.exp
5648 * gdb.ada/catch_ex.exp
5649 * gdb.ada/info_exc.exp
5650 * gdb.ada/mi_catch_ex.exp
5651 * gdb.ada/mi_dyn_arr.exp
5652 * gdb.ada/mi_ex_cond.exp
5653 * gdb.ada/mi_exc_info.exp
5654 * gdb.ada/mi_interface.exp
5655 * gdb.ada/mi_task_arg.exp
5656 * gdb.ada/mi_task_info.exp
5657 * gdb.ada/mi_var_array.exp
5658 * gdb.arch/alpha-step.exp
5659 * gdb.arch/amd64-disp-step.exp
5660 * gdb.arch/arm-disp-step.exp
5661 * gdb.arch/disp-step-insn-reloc.exp
5662 * gdb.arch/e500-prologue.exp
5663 * gdb.arch/ftrace-insn-reloc.exp
5664 * gdb.arch/gdb1558.exp
5665 * gdb.arch/i386-bp_permanent.exp
5666 * gdb.arch/i386-disp-step.exp
5667 * gdb.arch/i386-float.exp
5668 * gdb.arch/i386-gnu-cfi.exp
5669 * gdb.arch/ia64-breakpoint-shadow.exp
5670 * gdb.arch/mips16-thunks.exp
5671 * gdb.arch/pa-nullify.exp
5672 * gdb.arch/powerpc-aix-prologue.exp
5673 * gdb.arch/powerpc-power.exp
5674 * gdb.arch/ppc-dfp.exp
5675 * gdb.arch/s390-tdbregs.exp
5676 * gdb.arch/spu-info.exp
5677 * gdb.arch/spu-ls.exp
5678 * gdb.arch/thumb-bx-pc.exp
5679 * gdb.base/advance.exp
5680 * gdb.base/annota-input-while-running.exp
5681 * gdb.base/arrayidx.exp
5682 * gdb.base/asmlabel.exp
5683 * gdb.base/async.exp
5684 * gdb.base/attach-wait-input.exp
5685 * gdb.base/auto-connect-native-target.exp
5686 * gdb.base/batch-preserve-term-settings.exp
5687 * gdb.base/bfp-test.exp
5688 * gdb.base/bigcore.exp
5689 * gdb.base/bp-permanent.exp
5690 * gdb.base/break-always.exp
5691 * gdb.base/break-fun-addr.exp
5692 * gdb.base/break-idempotent.exp
5693 * gdb.base/break-main-file-remove-fail.exp
5694 * gdb.base/break-probes.exp
5695 * gdb.base/break-unload-file.exp
5696 * gdb.base/break.exp
5697 * gdb.base/call-ar-st.exp
5698 * gdb.base/call-rt-st.exp
5699 * gdb.base/call-sc.exp
5700 * gdb.base/call-signal-resume.exp
5701 * gdb.base/call-strs.exp
5702 * gdb.base/callexit.exp
5703 * gdb.base/callfuncs.exp
5704 * gdb.base/catch-gdb-caused-signals.exp
5705 * gdb.base/catch-signal-siginfo-cond.exp
5706 * gdb.base/catch-syscall.exp
5707 * gdb.base/compare-sections.exp
5708 * gdb.base/cond-eval-mode.exp
5709 * gdb.base/condbreak-call-false.exp
5710 * gdb.base/consecutive-step-over.exp
5711 * gdb.base/cursal.exp
5712 * gdb.base/disabled-location.exp
5713 * gdb.base/disasm-end-cu.exp
5714 * gdb.base/display.exp
5715 * gdb.base/double-prompt-target-event-error.exp
5716 * gdb.base/dprintf-bp-same-addr.exp
5717 * gdb.base/dprintf-detach.exp
5718 * gdb.base/dprintf-next.exp
5719 * gdb.base/dprintf-non-stop.exp
5720 * gdb.base/dprintf-pending.exp
5721 * gdb.base/dso2dso.exp
5722 * gdb.base/ending-run.exp
5723 * gdb.base/enum_cond.exp
5724 * gdb.base/examine-backward.exp
5725 * gdb.base/exe-lock.exp
5726 * gdb.base/exec-invalid-sysroot.exp
5727 * gdb.base/execl-update-breakpoints.exp
5728 * gdb.base/execution-termios.exp
5729 * gdb.base/fileio.exp
5730 * gdb.base/fixsection.exp
5731 * gdb.base/foll-exec-mode.exp
5732 * gdb.base/foll-exec.exp
5733 * gdb.base/fork-running-state.exp
5734 * gdb.base/frame-args.exp
5735 * gdb.base/fullpath-expand.exp
5736 * gdb.base/func-ptr.exp
5737 * gdb.base/gcore-relro-pie.exp
5738 * gdb.base/gdb1090.exp
5739 * gdb.base/gdb1555.exp
5740 * gdb.base/global-var-nested-by-dso.exp
5741 * gdb.base/gnu-ifunc.exp
5742 * gdb.base/hbreak-in-shr-unsupported.exp
5743 * gdb.base/hbreak-unmapped.exp
5744 * gdb.base/hook-stop.exp
5745 * gdb.base/infcall-input.exp
5746 * gdb.base/info-fun.exp
5747 * gdb.base/info-shared.exp
5748 * gdb.base/interrupt-noterm.exp
5749 * gdb.base/jit-so.exp
5750 * gdb.base/jit.exp
5751 * gdb.base/line-symtabs.exp
5752 * gdb.base/list.exp
5753 * gdb.base/longjmp.exp
5754 * gdb.base/macscp.exp
5755 * gdb.base/max-value-size.exp
5756 * gdb.base/nodebug.exp
5757 * gdb.base/nofield.exp
5758 * gdb.base/overlays.exp
5759 * gdb.base/paginate-after-ctrl-c-running.exp
5760 * gdb.base/paginate-bg-execution.exp
5761 * gdb.base/paginate-inferior-exit.exp
5762 * gdb.base/pending.exp
5763 * gdb.base/pr11022.exp
5764 * gdb.base/printcmds.exp
5765 * gdb.base/ptr-typedef.exp
5766 * gdb.base/ptype.exp
5767 * gdb.base/randomize.exp
5768 * gdb.base/range-stepping.exp
5769 * gdb.base/realname-expand.exp
5770 * gdb.base/relativedebug.exp
5771 * gdb.base/remote.exp
5772 * gdb.base/savedregs.exp
5773 * gdb.base/sepdebug.exp
5774 * gdb.base/set-noassign.exp
5775 * gdb.base/shlib-call.exp
5776 * gdb.base/shreloc.exp
5777 * gdb.base/sigaltstack.exp
5778 * gdb.base/sigbpt.exp
5779 * gdb.base/siginfo-addr.exp
5780 * gdb.base/siginfo-obj.exp
5781 * gdb.base/siginfo-thread.exp
5782 * gdb.base/signest.exp
5783 * gdb.base/signull.exp
5784 * gdb.base/sigrepeat.exp
5785 * gdb.base/skip.exp
5786 * gdb.base/so-impl-ld.exp
5787 * gdb.base/solib-corrupted.exp
5788 * gdb.base/solib-disc.exp
5789 * gdb.base/solib-display.exp
5790 * gdb.base/solib-overlap.exp
5791 * gdb.base/solib-search.exp
5792 * gdb.base/solib-symbol.exp
5793 * gdb.base/source-execution.exp
5794 * gdb.base/sss-bp-on-user-bp-2.exp
5795 * gdb.base/sss-bp-on-user-bp.exp
5796 * gdb.base/stack-checking.exp
5797 * gdb.base/stale-infcall.exp
5798 * gdb.base/step-break.exp
5799 * gdb.base/step-line.exp
5800 * gdb.base/step-over-exit.exp
5801 * gdb.base/step-test.exp
5802 * gdb.base/structs.exp
5803 * gdb.base/sym-file.exp
5804 * gdb.base/symtab-search-order.exp
5805 * gdb.base/term.exp
5806 * gdb.base/type-opaque.exp
5807 * gdb.base/unload.exp
5808 * gdb.base/until-nodebug.exp
5809 * gdb.base/until.exp
5810 * gdb.base/unwindonsignal.exp
5811 * gdb.base/watch-cond.exp
5812 * gdb.base/watch-non-mem.exp
5813 * gdb.base/watch_thread_num.exp
5814 * gdb.base/watchpoint-reuse-slot.exp
5815 * gdb.base/watchpoint-solib.exp
5816 * gdb.base/watchpoint.exp
5817 * gdb.btrace/dlopen.exp
5818 * gdb.cell/arch.exp
5819 * gdb.cell/break.exp
5820 * gdb.cell/bt.exp
5821 * gdb.cell/core.exp
5822 * gdb.cell/data.exp
5823 * gdb.cell/dwarfaddr.exp
5824 * gdb.cell/ea-cache.exp
5825 * gdb.cell/ea-standalone.exp
5826 * gdb.cell/ea-test.exp
5827 * gdb.cell/f-regs.exp
5828 * gdb.cell/fork.exp
5829 * gdb.cell/gcore.exp
5830 * gdb.cell/mem-access.exp
5831 * gdb.cell/ptype.exp
5832 * gdb.cell/registers.exp
5833 * gdb.cell/sizeof.exp
5834 * gdb.cell/solib-symbol.exp
5835 * gdb.cell/solib.exp
5836 * gdb.compile/compile-tls.exp
5837 * gdb.cp/exception.exp
5838 * gdb.cp/gdb2495.exp
5839 * gdb.cp/local.exp
5840 * gdb.cp/mb-inline.exp
5841 * gdb.cp/mb-templates.exp
5842 * gdb.cp/pr10687.exp
5843 * gdb.cp/pr9167.exp
5844 * gdb.cp/scope-err.exp
5845 * gdb.cp/templates.exp
5846 * gdb.cp/virtfunc.exp
5847 * gdb.dwarf2/dw2-dir-file-name.exp
5848 * gdb.dwarf2/dw2-single-line-discriminators.exp
5849 * gdb.fortran/complex.exp
5850 * gdb.fortran/library-module.exp
5851 * gdb.guile/guile.exp
5852 * gdb.guile/scm-cmd.exp
5853 * gdb.guile/scm-frame-inline.exp
5854 * gdb.guile/scm-objfile.exp
5855 * gdb.guile/scm-pretty-print.exp
5856 * gdb.guile/scm-symbol.exp
5857 * gdb.guile/scm-type.exp
5858 * gdb.guile/scm-value.exp
5859 * gdb.linespec/keywords.exp
5860 * gdb.linespec/ls-errs.exp
5861 * gdb.linespec/macro-relative.exp
5862 * gdb.linespec/thread.exp
5863 * gdb.mi/mi-breakpoint-changed.exp
5864 * gdb.mi/mi-dprintf-pending.exp
5865 * gdb.mi/mi-fullname-deleted.exp
5866 * gdb.mi/mi-logging.exp
5867 * gdb.mi/mi-pending.exp
5868 * gdb.mi/mi-solib.exp
5869 * gdb.mi/new-ui-mi-sync.exp
5870 * gdb.mi/user-selected-context-sync.exp
5871 * gdb.multi/dummy-frame-restore.exp
5872 * gdb.multi/multi-arch-exec.exp
5873 * gdb.multi/remove-inferiors.exp
5874 * gdb.multi/watchpoint-multi-exit.exp
5875 * gdb.opt/solib-intra-step.exp
5876 * gdb.perf/backtrace.exp
5877 * gdb.perf/single-step.exp
5878 * gdb.perf/skip-command.exp
5879 * gdb.perf/skip-prologue.exp
5880 * gdb.perf/solib.exp
5881 * gdb.python/lib-types.exp
5882 * gdb.python/py-as-string.exp
5883 * gdb.python/py-bad-printers.exp
5884 * gdb.python/py-block.exp
5885 * gdb.python/py-breakpoint.exp
5886 * gdb.python/py-cmd.exp
5887 * gdb.python/py-events.exp
5888 * gdb.python/py-evthreads.exp
5889 * gdb.python/py-finish-breakpoint.exp
5890 * gdb.python/py-finish-breakpoint2.exp
5891 * gdb.python/py-frame-inline.exp
5892 * gdb.python/py-frame.exp
5893 * gdb.python/py-inferior.exp
5894 * gdb.python/py-infthread.exp
5895 * gdb.python/py-mi.exp
5896 * gdb.python/py-objfile.exp
5897 * gdb.python/py-pp-maint.exp
5898 * gdb.python/py-pp-registration.exp
5899 * gdb.python/py-prettyprint.exp
5900 * gdb.python/py-recurse-unwind.exp
5901 * gdb.python/py-shared.exp
5902 * gdb.python/py-symbol.exp
5903 * gdb.python/py-symtab.exp
5904 * gdb.python/py-template.exp
5905 * gdb.python/py-type.exp
5906 * gdb.python/py-unwind-maint.exp
5907 * gdb.python/py-unwind.exp
5908 * gdb.python/py-value.exp
5909 * gdb.python/python.exp
5910 * gdb.reverse/finish-reverse-bkpt.exp
5911 * gdb.reverse/insn-reverse.exp
5912 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5913 * gdb.reverse/solib-precsave.exp
5914 * gdb.reverse/solib-reverse.exp
5915 * gdb.stabs/gdb11479.exp
5916 * gdb.stabs/weird.exp
5917 * gdb.threads/fork-child-threads.exp
5918 * gdb.threads/fork-plus-threads.exp
5919 * gdb.threads/fork-thread-pending.exp
5920 * gdb.threads/forking-threads-plus-breakpoint.exp
5921 * gdb.threads/hand-call-in-threads.exp
5922 * gdb.threads/interrupted-hand-call.exp
5923 * gdb.threads/linux-dp.exp
5924 * gdb.threads/local-watch-wrong-thread.exp
5925 * gdb.threads/next-while-other-thread-longjmps.exp
5926 * gdb.threads/non-ldr-exit.exp
5927 * gdb.threads/pending-step.exp
5928 * gdb.threads/print-threads.exp
5929 * gdb.threads/process-dies-while-detaching.exp
5930 * gdb.threads/process-dies-while-handling-bp.exp
5931 * gdb.threads/pthreads.exp
5932 * gdb.threads/queue-signal.exp
5933 * gdb.threads/reconnect-signal.exp
5934 * gdb.threads/signal-command-handle-nopass.exp
5935 * gdb.threads/signal-command-multiple-signals-pending.exp
5936 * gdb.threads/signal-delivered-right-thread.exp
5937 * gdb.threads/signal-sigtrap.exp
5938 * gdb.threads/sigthread.exp
5939 * gdb.threads/staticthreads.exp
5940 * gdb.threads/stepi-random-signal.exp
5941 * gdb.threads/thread-unwindonsignal.exp
5942 * gdb.threads/thread_check.exp
5943 * gdb.threads/thread_events.exp
5944 * gdb.threads/tid-reuse.exp
5945 * gdb.threads/tls-nodebug.exp
5946 * gdb.threads/tls-shared.exp
5947 * gdb.threads/tls-so_extern.exp
5948 * gdb.threads/tls.exp
5949 * gdb.threads/wp-replication.exp
5950 * gdb.trace/actions-changed.exp
5951 * gdb.trace/actions.exp
5952 * gdb.trace/backtrace.exp
5953 * gdb.trace/change-loc.exp
5954 * gdb.trace/collection.exp
5955 * gdb.trace/deltrace.exp
5956 * gdb.trace/disconnected-tracing.exp
5957 * gdb.trace/entry-values.exp
5958 * gdb.trace/ftrace-lock.exp
5959 * gdb.trace/ftrace.exp
5960 * gdb.trace/infotrace.exp
5961 * gdb.trace/mi-trace-frame-collected.exp
5962 * gdb.trace/mi-trace-unavailable.exp
5963 * gdb.trace/mi-traceframe-changed.exp
5964 * gdb.trace/mi-tracepoint-changed.exp
5965 * gdb.trace/mi-tsv-changed.exp
5966 * gdb.trace/no-attach-trace.exp
5967 * gdb.trace/packetlen.exp
5968 * gdb.trace/passc-dyn.exp
5969 * gdb.trace/passcount.exp
5970 * gdb.trace/pending.exp
5971 * gdb.trace/pr16508.exp
5972 * gdb.trace/qtro.exp
5973 * gdb.trace/range-stepping.exp
5974 * gdb.trace/read-memory.exp
5975 * gdb.trace/report.exp
5976 * gdb.trace/save-trace.exp
5977 * gdb.trace/signal.exp
5978 * gdb.trace/stap-trace.exp
5979 * gdb.trace/status-stop.exp
5980 * gdb.trace/strace.exp
5981 * gdb.trace/tfile.exp
5982 * gdb.trace/tfind.exp
5983 * gdb.trace/trace-break.exp
5984 * gdb.trace/trace-condition.exp
5985 * gdb.trace/trace-enable-disable.exp
5986 * gdb.trace/trace-mt.exp
5987 * gdb.trace/tracecmd.exp
5988 * gdb.trace/tracefile-pseudo-reg.exp
5989 * gdb.trace/tspeed.exp
5990 * gdb.trace/tstatus.exp
5991 * gdb.trace/tsv.exp
5992 * gdb.trace/unavailable.exp
5993 * gdb.trace/while-dyn.exp
5994 * gdb.trace/while-stepping.exp
5995 * lib/gdb-guile.exp
5996 * lib/gdb.exp
5997 * lib/mi-support.exp
5998 * lib/pascal.exp
5999 * lib/perftest.exp
6000 * lib/prelink-support.exp
6001 * lib/selftest-support.exp
6002
6003 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6004
6005 * Makefile.in: Include disable-implicit-rules.mk.
6006
6007 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6008
6009 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6010 non-byte-aligned bit fields.
6011
6012 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6013
6014 PR gdb/12616
6015 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6016 respects the DW_AT_data_bit_offset attribute.
6017
6018 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6019
6020 * gdb.base/default.exp: Fix output of "set language".
6021
6022 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6023
6024 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6025 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6026 make.
6027 * configure.ac: Remove checks for the make program.
6028 * configure: Re-generate.
6029
6030 2016-11-16 Kevin Buettner <kevinb@redhat.com>
6031
6032 * gdb.python/py-recurse-unwind.c (main): Add loop.
6033 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6034 to read_register() and gdb.parse_and_eval(). Make each code
6035 call a separate case that can be individually tested.
6036 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6037 proc. Call cont_and_backtrace for each of the code paths that
6038 we want to test in the unwinder.
6039
6040 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6041
6042 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6043 the definition of struct S.
6044
6045 2016-11-11 Catherine Moore <clm@codesourcery.com>
6046
6047 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6048
6049 2016-11-09 Pedro Alves <palves@redhat.com>
6050
6051 * gdb.base/commands.exp (runto_or_return): New procedure.
6052 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6053 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6054 (progvar_simple_while_test, progvar_complex_if_while_test)
6055 (if_while_breakpoint_command_test)
6056 (infrun_breakpoint_command_test, breakpoint_command_test)
6057 (user_defined_command_test, watchpoint_command_test)
6058 (test_command_prompt_position, redefine_hook_test)
6059 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6060 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6061 multi_line_input and multi_line. Remove gdb_expect and
6062 gdb_stop_suppressing_tests uses.
6063 * lib/gdb.exp (valnum_re): New global.
6064 (multi_line_input): New procedure.
6065
6066 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6067
6068 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6069 Remove.
6070 (test_setup): Define with proc_with_prefix.
6071 (test_cli_inferior): Likewise.
6072 (test_cli_thread): Likewise.
6073 (test_cli_frame): Likewise.
6074 (test_cli_select_frame): Likewise.
6075 (test_cli_up_down): Likewise.
6076 (test_mi_thread_select): Likewise.
6077 (test_mi_stack_select_frame): Likewise.
6078 (test_cli_in_mi_inferior): Likewise.
6079 (test_cli_in_mi_thread): Likewise.
6080 (test_cli_in_mi_frame): Likewise.
6081 (top level): Do not use with_test_prefix_procname.
6082
6083 2016-11-09 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/commands.exp (gdbvar_simple_if_test)
6086 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6087 (progvar_simple_if_test, progvar_simple_while_test)
6088 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6089 (infrun_breakpoint_command_test, breakpoint_command_test)
6090 (user_defined_command_test, watchpoint_command_test)
6091 (test_command_prompt_position, deprecated_command_test)
6092 (bp_deleted_in_command, temporary_breakpoint_commands)
6093 (stray_arg0_test, source_file_with_indented_comment)
6094 (recursive_source_test, if_commands_test)
6095 (error_clears_commands_left, redefine_hook_test)
6096 (redefine_backtrace_test): Use proc_with_prefix.
6097 * lib/gdb.exp (proc_with_prefix): New proc.
6098
6099 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6100
6101 * gdb.base/tui-layout.c: New file.
6102 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6103 disassembly window contains very long lines.
6104
6105 2016-11-08 Tom Tromey <tom@tromey.com>
6106
6107 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6108 depend on Python 2.
6109
6110 2016-11-08 Tom Tromey <tom@tromey.com>
6111
6112 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6113 New method.
6114
6115 2016-10-29 Manish Goregaokar <manish@mozilla.com>
6116
6117 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6118
6119 2016-10-27 Manish Goregaokar <manish@mozilla.com>
6120
6121 * gdb.rust/simple.rs: Add test for univariant enums without
6122 discriminants and for encoded struct-like enums.
6123
6124 2016-10-28 Pedro Alves <palves@redhat.com>
6125
6126 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6127 gdb_test_multiple, tighten regexps and match symtabs and line
6128 tables incrementally.
6129
6130 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
6131
6132 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6133 general.
6134
6135 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
6136
6137 * gdb.base/exec-invalid-sysroot.exp: New file.
6138
6139 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6140
6141 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6142
6143 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6144
6145 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6146
6147 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6148
6149 * gdb.base/killed-outside.exp: Remove $options from a call to
6150 `prepare_for_testing'.
6151
6152 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6153
6154 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6155 Change test message.
6156
6157 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6158
6159 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6160 Update comment.
6161
6162 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6163
6164 * gdb.trace/mi-trace-save.exp: New file.
6165
6166 2016-10-13 Yao Qi <yao.qi@linaro.org>
6167
6168 * gdb.base/code_elim.exp (get_var_address): Remove.
6169 * gdb.base/relocate.exp: Likewise.
6170 * gdb.base/shreloc.exp: Likewise.
6171 * lib/gdb.exp (get_var_address): New.
6172
6173 2016-10-13 Yao Qi <yao.qi@linaro.org>
6174
6175 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6176 floating point tests if $skip_float_test is false.
6177
6178 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
6179
6180 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6181 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6182 argc values.
6183 Add 1 to argc so we guarantee distinct initial/modified argc values.
6184
6185 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6186
6187 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6188
6189 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6190
6191 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6192 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6193 * gdb.arch/vsx-regs.exp: Likewise.
6194
6195 2016-10-07 Yao Qi <yao.qi@linaro.org>
6196
6197 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6198
6199 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6200
6201 * gdb.python/python.exp: Test decode_line("*0").
6202
6203 2016-10-06 Doug Evans <dje@google.com>
6204
6205 * gdb.python/py-value.exp (test_value_creation): Add test for large
6206 unsigned 64-bit value.
6207
6208 2016-10-06 Tom Tromey <tom@tromey.com>
6209
6210 * gdb.compile/compile.exp: Change java tests to rust.
6211 * gdb.base/setshow.exp: Change java tests to rust.
6212 * gdb.base/default.exp: Remove java from language list.
6213 * README (Examples): Update language example.
6214 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6215 test.
6216 * lib/gdb.exp (skip_java_tests): Remove.
6217 * lib/java.exp: Remove.
6218 * gdb.java: Remove.
6219
6220 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6221
6222 * gdb.arch/mips-fcr.exp: New test.
6223 * gdb.arch/mips-fcr.c: Source for the new test.
6224
6225 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6226
6227 * gdb.base/solib-disc.exp: Use `standard_output_file'
6228 throughout.
6229
6230 2016-10-06 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.base/jit-simple-dl.c: New file.
6233 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6234 * gdb.base/jit-simple.c: ... this.
6235 * gdb.base/jit-simple.exp (jit_run): Delete.
6236 (build_jit): New proc.
6237 (jit_test_reread): Recompile either the main program or the shared
6238 library, depending on what is being tested. Skip changing address
6239 if caller wants to. Compare before/after addresses. If testing
6240 standalone, explicitly load the binary. Test "maint info
6241 breakpoints".
6242 (top level): Add "standalone vs shared lib" and "change address"
6243 vs "same address" axes.
6244
6245 2016-10-06 Pedro Alves <palves@redhat.com>
6246
6247 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6248 call.
6249 (jit_run): Delete.
6250 (jit_test_reread): Use with_test_prefix. Reload the main binary
6251 explicitly. Compare the before/after addresses of the JIT
6252 descriptor.
6253
6254 2016-08-15 Doug Evans <dje@google.com>
6255
6256 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6257 for single bitfields is bool.
6258 * gdb.xml/tdesc-regs.exp: Ditto.
6259
6260 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6261
6262 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6263
6264 2016-10-05 Yao Qi <yao.qi@linaro.org>
6265
6266 * lib/gdb.exp (support_complex_tests): Return zero if
6267 gdb_skip_float_test return true.
6268
6269 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6270 Simon Marchi <simon.marchi@ericsson.com>
6271
6272 PR gdb/20487
6273 * gdb.mi/user-selected-context-sync.exp: New file.
6274 * gdb.mi/user-selected-context-sync.c: New file.
6275
6276 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6277 Simon Marchi <simon.marchi@ericsson.com>
6278
6279 PR gdb/20487
6280 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6281 =thread-select-event check.
6282
6283 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6284
6285 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6286 the compulsory L operand changes.
6287 * gdb.arch/powerpc-power.s: Likewise.
6288
6289 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6290
6291 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6292 * gdb.base/jit-attach-pie.c: New file.
6293 * gdb.base/jit-attach-pie.exp: New file.
6294
6295 2016-09-28 Pedro Alves <palves@redhat.com>
6296
6297 * gdb.base/infcall-input.c: New file.
6298 * gdb.base/infcall-input.exp: New file.
6299
6300 2016-09-22 Yao Qi <yao.qi@linaro.org>
6301
6302 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6303 (gdb_exit): Rename it to ...
6304 (gdbserver_gdb_exit): ... Close GDBserver.
6305 (gdb_exit): New proc, call gdbserver_gdb_exit.
6306 (mi_gdb_exit): Likewise.
6307
6308 2016-09-22 Yao Qi <yao.qi@linaro.org>
6309
6310 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6311 path.
6312 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6313 Remove duplication.
6314
6315 2016-09-22 Yao Qi <yao.qi@linaro.org>
6316
6317 * lib/gdbserver-support.exp: Check the existence of
6318 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6319
6320 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6321
6322 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6323
6324 2016-09-21 Tom Tromey <tom@tromey.com>
6325
6326 PR gdb/20604:
6327 * gdb.base/quit.exp: New file.
6328
6329 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6330
6331 * .gitignore: New file.
6332
6333 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6334
6335 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6336 throughout.
6337
6338 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6339
6340 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6341
6342 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6343
6344 * gdb.cp/casts.cc (decltype): Move it ...
6345 (main): ... with its call to ...
6346 * gdb.cp/casts03.cc: ... a new file.
6347 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6348
6349 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6350
6351 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6352
6353 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6354
6355 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6356 and sync up the test with tests in gas/testsuite/gas/ppc.
6357 * gdb.arch/powerpc-power.exp: Likewise.
6358
6359 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6360
6361 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6362
6363 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6364 Jan Kratochvil <jan.kratochvil@redhat.com>
6365
6366 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6367 make m1's definition to be different from m2's. Use 'dummy' as an
6368 argument for probe 'two'.
6369
6370 2016-09-10 Jon Beniston <jon@beniston.com>
6371
6372 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6373 for sim target.
6374
6375 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6376
6377 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6378 variable declaration.
6379 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6380 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6381 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6382 received HWCAP as its argument.
6383
6384 2016-09-06 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.base/new-ui-pending-input.c: New file.
6387 * gdb.base/new-ui-pending-input.exp: New file.
6388 * gdb.exp (clear_gdb_spawn_id): New procedure.
6389 (with_spawn_id): Check whether gdb_spawn_id exists before
6390 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6391 on exit.
6392
6393 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6394
6395 * gdb.base/float128.c: New file.
6396 * gdb.base/float128.exp: Likewise.
6397 * gdb.base/floatn.c: Likewise.
6398 * gdb.base/floatn.exp: Likewise.
6399
6400 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6401
6402 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6403
6404 2016-09-05 Pedro Alves <palves@redhat.com>
6405
6406 PR backtrace/19927
6407 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6408 unwinders are immediately called as side effect of "source" or
6409 "disable unwinder" commands.
6410 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6411
6412 2016-09-02 Yao Qi <yao.qi@linaro.org>
6413
6414 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6415 is true and $type is "float" or "double".
6416
6417 2016-09-02 Yao Qi <yao.qi@linaro.org>
6418
6419 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6420 true.
6421 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6422 * gdb.base/call-rt-st.exp: Likewise.
6423 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6424 return value instead of gdb,skip_float_test.
6425 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6426 (do_function_calls): Use its return value instead of
6427 gdb,skip_float_test.
6428 * gdb.base/finish.exp: Likewise.
6429 * gdb.base/funcargs.exp: Likewise.
6430 * gdb.base/return.exp: Likewise.
6431 * gdb.base/return2.exp: Likewise.
6432 * gdb.base/varargs.exp: Likewise.
6433 * lib/gdb.exp (gdb_skip_float_test): Change it to
6434 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6435
6436 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6437
6438 * gdb.multi/tids.exp: Test "thread apply all".
6439
6440 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6441
6442 * gdb.base/default.exp (tty): Remove.
6443
6444 2016-08-24 Kevin Buettner <kevinb@redhat.com>
6445
6446 * gdb.python/py-recurse-unwind.c: New file.
6447 * gdb.python/py-recurse-unwind.py: New file.
6448 * gdb.python/py-recurse-unwind.exp: New file.
6449
6450 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6451
6452 * gdb.base/set-inferior-tty.exp: New file.
6453 * gdb.base/set-inferior-tty.c: New file.
6454
6455 2016-08-23 Pedro Alves <palves@redhat.com>
6456
6457 PR gdb/20494
6458 * gdb.base/new-ui-echo.c: New file.
6459 * gdb.base/new-ui-echo.exp: New file.
6460
6461 2016-08-23 Yao Qi <yao.qi@linaro.org>
6462
6463 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6464 gdbserver_spawn.
6465 * gdb.server/connect-without-multi-process.exp (do_test):
6466 Likewise.
6467
6468 2016-08-23 Yao Qi <yao.qi@linaro.org>
6469
6470 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6471 standalone_txt. Delete gdb_txt and standalone_txt on host
6472 and target. Spawn the binary on target. Copy files from
6473 target to host.
6474
6475 2016-08-22 Pedro Alves <palves@redhat.com>
6476
6477 PR gdb/20505
6478 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6479 with_test_prefix. Factor out bits to ...
6480 (test_no_vdso): ... this new procedure.
6481
6482 2016-08-19 Carl Love <cel@us.ibm.com>
6483
6484 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6485 maintaining separate logic for constructing the output path.
6486 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6487 * gdb.arch/ppc-dfp.exp: Likewise.
6488 * gdb.arch/ppc-fp.exp: Likewise.
6489 * gdb.arch/vsx-regs.exp: Likewise.
6490 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6491 binprefix for generating the additional binary files.
6492
6493 2016-08-19 Pedro Alves <palves@redhat.com>
6494
6495 * gdb.trace/mi-trace-frame-collected.exp
6496 (test_trace_frame_collected): On x32, expect two registers.
6497
6498 2016-08-18 Carl Love <cel@us.ibm.com>
6499
6500 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6501 and sync up the test with tests in gas/testsuite/gas/ppc.
6502 * gdb.arch/powerpc-power.exp: Likewise.
6503
6504 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6505
6506 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6507 expected error message.
6508
6509 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6510
6511 * gdb.multi/remove-inferiors.exp: New file.
6512 * gdb.multi/remove-inferiors.c: New file.
6513
6514 2016-08-12 Yao Qi <yao.qi@linaro.org>
6515
6516 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6517 argument list.
6518
6519 2016-08-10 Pedro Alves <palves@redhat.com>
6520
6521 PR gdb/19187
6522 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6523 setup_kfails.
6524
6525 2016-08-09 Pedro Alves <palves@redhat.com>
6526 Simon Marchi <simon.marchi@ericsson.com>
6527
6528 PR gdb/20418
6529 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6530 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6531
6532 2016-08-09 Pedro Alves <palves@redhat.com>
6533
6534 PR mi/20431
6535 * gdb.mi/mi-cmd-error.exp: New file.
6536
6537 2016-08-09 Pedro Alves <palves@redhat.com>
6538
6539 PR gdb/18653
6540 * gdb.base/signals-state-child.c: New file.
6541 * gdb.base/signals-state-child.exp: New file.
6542 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6543
6544 2016-08-09 Pedro Alves <palves@redhat.com>
6545
6546 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6547
6548 2016-08-03 Tom Tromey <tom@tromey.com>
6549
6550 PR python/18565:
6551 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6552
6553 2016-08-01 Yao Qi <yao.qi@linaro.org>
6554
6555 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6556 variable mode to "multi-process" if $multi_process is 1, otherwise
6557 set it to "single-process".
6558
6559 2016-08-01 Yao Qi <yao.qi@linaro.org>
6560
6561 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6562 * gdb.cp/cpexprs.exp: Likewise.
6563 * gdb.cp/m-static.exp: Likewise.
6564
6565 2016-07-26 Tom Tromey <tom@tromey.com>
6566
6567 PR python/20190:
6568 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6569 test.
6570
6571 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6572
6573 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6574 selecting assembly source files.
6575 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6576 assembly source files.
6577 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6578 assembly source files.
6579 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6580 selecting assembly source files.
6581
6582 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6583
6584 * gdb.base/new-ui.exp (do_test_invalid_args): New
6585 procedure.
6586
6587 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6588
6589 * gdb.btrace/reconnect.c: New file.
6590 * gdb.btrace/reconnect.exp: New file.
6591
6592 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6593
6594 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6595 to test_catch_syscall_group.
6596 (test_catch_syscall_group): New.
6597
6598 2016-07-21 Tom Tromey <tom@tromey.com>
6599
6600 * gdb.rust/simple.rs (main): Use empty struct expression.
6601 * gdb.rust/simple.exp: Add tests for empty struct expression.
6602
6603 2016-07-21 Yao Qi <yao.qi@linaro.org>
6604
6605 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6606 if gdb_skip_xml_test is true on some targets.
6607
6608 2016-07-21 Yao Qi <yao.qi@linaro.org>
6609
6610 * gdb.server/solib-list.exp: Unset last_loaded_file.
6611
6612 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6613
6614 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6615 "step into captured_main (args)".
6616
6617 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6618
6619 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6620
6621 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6622
6623 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6624
6625 2016-07-19 Pedro Alves <palves@redhat.com>
6626
6627 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6628 * gdb.opt/inline-bt.exp: Likewise.
6629 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6630 additional_flags=-Winline.
6631 * gdb.opt/inline-locals.exp: Likewise.
6632 * gdb.opt/inline-markers.c (ATTR): Define.
6633 (inlined_fn): Use it.
6634
6635 2016-07-19 Yao Qi <yao.qi@linaro.org>
6636
6637 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6638 (test_with_self): Remove some code. Remove argument executable.
6639 (top-level): Use do_self_tests.
6640
6641 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
6642 Don Breazeal <donb@codesourcery.com>
6643
6644 * gdb.base/maint.exp: Escape paths used in regular expressions.
6645 * gdb.stabs/weird.exp: Likewise.
6646
6647 2016-07-13 Tom Tromey <tom@tromey.com>
6648
6649 PR python/15620, PR python/18620:
6650 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6651 (test_bkpt_events): New procs.
6652
6653 2016-07-13 Tom Tromey <tom@tromey.com>
6654
6655 PR python/17698:
6656 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6657 test.
6658 (test_watchpoints): Likewise.
6659 (test_bkpt_pending): New proc.
6660
6661 2016-07-13 Tom Tromey <tom@tromey.com>
6662
6663 PR cli/18053:
6664 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6665 completion test.
6666
6667 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6668
6669 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6670 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6671 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6672 f_label.
6673 (g): Rename g_end_lbl to g_label.
6674 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6675 low_pc and high_pc.
6676 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6677
6678 2016-07-12 Tom Tromey <tom@tromey.com>
6679
6680 PR python/19293:
6681 * gdb.python/py-unwind-maint.exp: Update tests.
6682
6683 2016-07-12 Yao Qi <yao.qi@linaro.org>
6684
6685 * lib/selftest-support.exp (selftest_setup): Match the output
6686 when captured_main is inlined.
6687
6688 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6689
6690 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6691 New variables.
6692 (print this%a, print this%b, print this): New tests.
6693 * gdb.fortran/derived-types.f90 (this): New object and
6694 initialization.
6695
6696 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6697
6698 * gdb.ada/arraydim.exp: Remove extra directory level in build
6699 directory.
6700
6701 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6702
6703 * lib/ada.exp: Remove extra directory level in build directory.
6704 * gdb.ada/cond_lang.exp: Likewise.
6705 * gdb.ada/exec_changed.exp: Likewise.
6706 * gdb.ada/lang_switch.exp: Likewise.
6707
6708 2016-07-06 Manish Goregaokar <manish@mozilla.com>
6709
6710 * simple.rs: Add test for raw pointer subscripting.
6711 * simple.exp: Add test expectations.
6712
6713 2016-07-05 Yao Qi <yao.qi@linaro.org>
6714
6715 * gdb.mi/mi-reverse.exp: Match =record-started output.
6716
6717 2016-07-01 Pedro Alves <palves@redhat.com>
6718
6719 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6720 procedure.
6721 (jit_reader_test): Test the jit reader's unwinder.
6722 * gdb.base/jithost.c (jit_function_00_code): New global.
6723 (main): Use memcpy to fill in the mmapped code, instead of poking
6724 bytes manually here.
6725 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6726 value.
6727 (read_debug_info): Save the function's range.
6728 (read_sp): New function.
6729 (unwind_frame): Use it. Also unwind RBP.
6730 (get_frame_id): Use read_sp.
6731 (gdb_init_reader): Use calloc instead of malloc.
6732 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6733 parameter. Use gdb_test_multiple.
6734
6735 2016-07-01 Pedro Alves <palves@redhat.com>
6736 Antoine Tremblay <antoine.tremblay@ericsson.com>
6737
6738 * gdb.threads/process-dies-while-detaching.c: New file.
6739 * gdb.threads/process-dies-while-detaching.exp: New file.
6740
6741 2016-07-01 Pedro Alves <palves@redhat.com>
6742
6743 * gdb.multi/watchpoint-multi-exit.c: New file.
6744 * gdb.multi/watchpoint-multi-exit.exp: New file.
6745
6746 2016-06-30 Pedro Alves <palves@redhat.com>
6747
6748 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6749 unset inferior_spawn_id.
6750
6751 2016-06-30 Pedro Alves <palves@redhat.com>
6752
6753 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6754 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6755
6756 2016-06-29 Yao Qi <yao.qi@linaro.org>
6757
6758 * gdb.base/return.c: Add copyright header.
6759
6760 2016-06-29 Tom Tromey <tom@tromey.com>
6761
6762 PR python/20129:
6763 * gdb.python/py-framefilter.exp: Add tests for setting priority
6764 and disabling of non-existent frame filter.
6765
6766 2016-06-29 Yao Qi <yao.qi@linaro.org>
6767
6768 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6769 0x0f07ff.
6770
6771 2016-06-28 Yao Qi <yao.qi@linaro.org>
6772
6773 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6774 triplets. Start gdb, execute catch syscall, and continue. Check
6775 gdb's output to determine catch syscall is supported.
6776
6777 2016-06-27 Manish Goregaokar <manish@mozilla.com>
6778
6779 * gdb.rust/simple.rs: Add test for returning unit in a function.
6780 * gdb.rust/simple.exp: Add expectation for functions returning
6781 unit.
6782
6783 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6784
6785 * gdb.python/py-breakpoint-create-fail.c,
6786 gdb.python/py-breakpoint-create-fail.exp,
6787 gdb.python/py-breakpoint-create-fail.py: New testcase.
6788
6789 2016-06-25 Manish Goregaokar <manish@mozilla.com>
6790
6791 PR gdb/20239
6792 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6793 * gdb.rust/simple.exp: Add test expectations for new NonZero
6794 tests.
6795
6796 2016-06-24 David Taylor <dtaylor@emc.com>
6797
6798 * gdb.base/offsets.exp: New file.
6799 * gdb.base/offsets.c: New file.
6800
6801 2016-06-23 Tom Tromey <tom@tromey.com>
6802
6803 PR gdb/16483:
6804 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6805 before any filters are loaded.
6806
6807 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6808
6809 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6810 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6811 structs.
6812 * gdb.fortran/derived-type-function.exp: New file.
6813 * gdb.fortran/derived-type-function.f90: New file.
6814
6815
6816 2016-06-21 Pedro Alves <palves@redhat.com>
6817
6818 * gdb.base/new-ui.exp: New file.
6819 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6820 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6821 (with_spawn_id): New procedure.
6822
6823 2016-06-21 Pedro Alves <palves@redhat.com>
6824
6825 * gdb.mi/mi-exec-run.exp: New file.
6826
6827 2016-06-21 Pedro Alves <palves@redhat.com>
6828
6829 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6830 breakpoint command's output on the main UI.
6831 (test_break): New procedure, factored out from calls in the top
6832 level.
6833 (top level): Use foreach_with_prefix to test MI as main UI and as
6834 separate UI.
6835
6836 2016-06-21 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6839 (test_awatch_creation_and_listing)
6840 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6841 Remove 'type' parameter.
6842 (test_watchpoint_all): New parameter mi_mode. Remove
6843 with_test_prefix.
6844 (top level): Use foreach_with_prefix, and add main/separate UI MI
6845 testing axis.
6846
6847 2016-06-21 Pedro Alves <palves@redhat.com>
6848
6849 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6850 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6851 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6852 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6853 (gdb_main_spawn_id, mi_spawn_id): Declare and
6854 comment.
6855 (mi_create_inferior_pty): New procedure,
6856 factored out from default_mi_gdb_start.
6857 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6858 procedures.
6859 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6860 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6861 Use mi_create_inferior_pty.
6862 (mi_gdb_start): Use eval to pass down args list.
6863
6864 2016-06-21 Pedro Alves <palves@redhat.com>
6865
6866 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6867 * gdb.opt/inline-cmds.exp: Add MI tests.
6868
6869 2016-06-21 Pedro Alves <palves@redhat.com>
6870
6871 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6872
6873 2016-06-21 Pedro Alves <palves@redhat.com>
6874
6875 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6876 (top level): Use it instead of mi_execute_to.
6877
6878 2016-06-21 Pedro Alves <palves@redhat.com>
6879
6880 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6881 (cont_handler_str): New.
6882 (signal_stop_handler): Set stop_handler_str instead of printing to
6883 stdout.
6884 (continue_handler): Set cont_handler_str instead of printing to
6885 stdout.
6886 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6887 mi_send_resuming_command. Print stop_handler_str and
6888 cont_handler_str instead of expecting the python events print
6889 directly.
6890
6891 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6892
6893 * gdb.base/jit-reader.exp: New file.
6894 * gdb.base/jithost.c: New file.
6895 * gdb.base/jithost.h: New file.
6896 * gdb.base/jitreader.c : New file.
6897 * gdb.base/jit-protocol.h: New file.
6898
6899 2016-06-17 Yao Qi <yao.qi@linaro.org>
6900
6901 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6902 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6903 and detach-on-fork. Adjust tests.
6904 (top level): Invoke break_cond_on_syscall with combinations of
6905 syscall, follow-fork-mode and detach-on-fork.
6906
6907 2016-06-17 Yao Qi <yao.qi@linaro.org>
6908
6909 * gdb.base/step-over-exit.c: New.
6910 * gdb.base/step-over-exit.exp: New.
6911
6912 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6913
6914 * gdb.base/float.exp: Add target check for nds32*-*-*.
6915 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6916
6917 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6918
6919 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6920 for unsupported target features.
6921 * gdb.base/call-rt-st.exp: Likewise.
6922 * gdb.base/call-sc.exp: Likewise.
6923 * gdb.base/call-signal-resume.exp: Likewise.
6924 * gdb.base/call-strs.exp: Likewise.
6925 * gdb.base/callexit.exp: Likewise.
6926 * gdb.base/callfuncs.exp: Likewise.
6927 * gdb.base/nodebug.exp: Likewise.
6928 * gdb.base/printcmds.exp: Likewise.
6929 * gdb.base/ptype.exp: Likewise.
6930 * gdb.base/structs.exp: Likewise.
6931 * gdb.base/unwindonsignal.exp: Likewise.
6932 * gdb.cp/gdb2495.exp: Likewise.
6933 * gdb.cp/templates.exp: Likewise.
6934 * gdb.cp/virtfunc.exp: Likewise.
6935 * gdb.threads/hand-call-in-threads.exp: Likewise.
6936 * gdb.threads/interrupted-hand-call.exp: Likewise.
6937 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6938
6939 2016-06-10 Tom Tromey <tom@tromey.com>
6940
6941 PR rust/20110:
6942 * gdb.rust/expr.exp: Add test for integer constant larger than
6943 i32.
6944
6945 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6946
6947 * gdb.fortran/nested-funcs.exp: New.
6948 * gdb.fortran/nested-funcs.f90: New.
6949
6950 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6951
6952 * gdb.base/examine-backward.c: New file.
6953 * gdb.base/examine-backward.exp: New file.
6954
6955 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6956
6957 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6958 matching.
6959
6960 2016-06-02 Tom Tromey <tom@tromey.com>
6961
6962 PR python/18984:
6963 * gdb.python/py-shared.exp: Add solib_name test.
6964
6965 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6966
6967 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6968
6969 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6970
6971 PR c++/19893
6972 * gdb.dwarf2/implref.exp: Rename to...
6973 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6974 * gdb.dwarf2/implref-array.c: New file.
6975 * gdb.dwarf2/implref-array.exp: Likewise.
6976 * gdb.dwarf2/implref-global.c: Likewise.
6977 * gdb.dwarf2/implref-global.exp: Likewise.
6978 * gdb.dwarf2/implref-struct.c: Likewise.
6979 * gdb.dwarf2/implref-struct.exp: Likewise.
6980
6981 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6982
6983 * gdb.trace/trace-condition.exp: Add 64bit tests.
6984
6985 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6986
6987 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6988 bits types.
6989 (main): Adapt to 8 to 64 bits types.
6990 * gdb.trace/trace-condition.exp: Add new tests.
6991
6992 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6993
6994 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6995
6996 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6997
6998 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6999 Move condition tests...
7000 * gdb.trace/trace-condition.exp: Here.
7001
7002 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7003
7004 * gdb.trace/trace-condition.exp: Add counter-case tests.
7005
7006 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7007
7008 PR c++/15231
7009 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7010 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7011
7012 2016-05-27 Pedro Alves <palves@redhat.com>
7013
7014 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7015 New procedure.
7016 (top level): Call it, and bail out of DejaGnu is known to be bad.
7017
7018 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7019
7020 * gdb.base/whatis.c: Extend the test case.
7021 * gdb.base/whatis.exp: Add additional tests.
7022
7023 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7024
7025 * gdb.fortran/type.f90: Add pointer variable.
7026 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7027
7028 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7029
7030 * gdb.fortran/vla-type.exp: Fix testcase name.
7031
7032 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7033
7034 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7035
7036 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7037
7038 * gdb.fortran/type.f90: Add nested structures.
7039 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7040 * gdb.fortran/derived-type.exp: Adapt expected output.
7041 * gdb.fortran/vla-type.exp: Adapt expected output.
7042
7043 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7044
7045 * gdb.fortran/whatis_type.exp: Adapt expected output.
7046
7047 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7048
7049 * gdb.fortran/print_type.exp: Fix expected output.
7050 * gdb.fortran/whatis_type.exp: Fix expected output.
7051
7052 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7053
7054 * gdb.fortran/whatis_type.exp: Use multi_line.
7055
7056 2016-05-24 Tom Tromey <tom@tromey.com>
7057
7058 PR python/17386:
7059 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7060 use value as an index.
7061
7062 2016-05-23 Tom Tromey <tom@tromey.com>
7063
7064 PR python/17981:
7065 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7066 no-breakpoint case.
7067
7068 2016-05-24 Pedro Alves <palves@redhat.com>
7069
7070 PR gdb/19828
7071 * gdb.threads/clone-attach-detach.c: New file.
7072 * gdb.threads/clone-attach-detach.exp: New file.
7073
7074 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7075
7076 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7077
7078 2016-05-23 Tom Tromey <tom@tromey.com>
7079
7080 PR python/19438, PR python/18393:
7081 * gdb.python/py-progspace.exp: Add "dir" test.
7082 * gdb.python/py-objfile.exp: Add "dir" test.
7083
7084 2016-05-23 Yao Qi <yao.qi@linaro.org>
7085
7086 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7087 * gdb.arch/thumb2-it.exp: Likewise.
7088
7089 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7090
7091 * gdb.mi/mi-threads-interrupt.c: New file.
7092 * gdb.mi/mi-threads-interrupt.exp: New file.
7093
7094 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7095
7096 PR gdb/18077
7097 * gdb.mi/mi-async-run.exp: New file.
7098 * gdb.mi/mi-async-run.c: New file.
7099
7100 2016-05-17 Tom Tromey <tom@tromey.com>
7101 Manish Goregaokar <manishsmail@gmail.com>
7102
7103 * lib/rust-support.exp: New file.
7104 * lib/gdb.exp (skip_rust_tests): New proc.
7105 (build_executable_from_specs): Handle rust.
7106 * lib/future.exp (gdb_find_rustc): New proc.
7107 (gdb_default_target_compile): Handle rust.
7108 * gdb.rust/expr.exp: New file.
7109 * gdb.rust/generics.exp: New file.
7110 * gdb.rust/generics.rs: New file.
7111 * gdb.rust/methods.exp: New file.
7112 * gdb.rust/methods.rs: New file.
7113 * gdb.rust/modules.exp: New file.
7114 * gdb.rust/modules.rs: New file.
7115 * gdb.rust/simple.exp: New file.
7116 * gdb.rust/simple.rs: New file.
7117
7118 2016-05-17 Tom Tromey <tom@tromey.com>
7119
7120 * gdb.base/default.exp (set language): Add rust.
7121
7122 2016-05-17 Tom Tromey <tom@tromey.com>
7123
7124 * gdb.gdb/unittest.exp: New file.
7125
7126 2016-05-16 Yao Qi <yao.qi@linaro.org>
7127
7128 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7129 shell_prompt. Update shell_prompt_re.
7130
7131 2016-05-12 Doug Evans <dje@google.com>
7132
7133 PR symtab/19999
7134 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7135 $options when building executable.
7136 * gdb.dwarf2/fission-loclists-pie.S: New file.
7137 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7138
7139 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7140
7141 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7142 of [is_remote target],
7143
7144 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7145
7146 * lib/gdb.exp (use_gdb_stub): New procedure.
7147
7148 2016-05-03 Yunlian Jiang <yunlian@google.com>
7149 Doug Evans <dje@google.com>
7150
7151 PR symtab/19914
7152 * gdb.dwarf2/dwp-sepdebug.c: New file.
7153 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7154
7155 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7156
7157 * gdb.base/detach.exp: Remove is_remote check.
7158
7159 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7160
7161 * gdb.base/annota-input-while-running.exp: Don't check for
7162 [is_remote target]. Enable annotations after running to main.
7163 Remove unused "set test..." line.
7164
7165 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7166
7167 * gdb.trace/trace-enable-disable.exp: New file.
7168 * gdb.trace/trace-enable-disable.c: New file.
7169
7170 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7171
7172 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7173 use it in info sharedlibrary test.
7174 * gdb.trace/ftrace-lock.exp: Likewise.
7175 * gdb.trace/ftrace.exp: Likewise.
7176 * gdb.trace/range-stepping.exp: Likewise.
7177 * gdb.trace/trace-break.exp: Likewise.
7178 * gdb.trace/trace-condition.exp: Likewise.
7179 * gdb.trace/trace-mt.exp: Likewise.
7180
7181 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7182
7183 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7184 (gdb_load_shlib): ... this.
7185 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7186 gdb_load_shlib.
7187 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7188 * gdb.base/ctxobj.exp: Likewise.
7189 * gdb.base/dprintf-pending.exp: Likewise.
7190 * gdb.base/dso2dso.exp: Likewise.
7191 * gdb.base/fixsection.exp: Likewise.
7192 * gdb.base/gcore-relro.exp: Likewise.
7193 * gdb.base/gdb1555.exp: Likewise.
7194 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7195 * gdb.base/gnu-ifunc.exp: Likewise.
7196 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7197 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7198 * gdb.base/pending.exp: Likewise.
7199 * gdb.base/print-file-var.exp: Likewise.
7200 * gdb.base/print-symbol-loading.exp: Likewise.
7201 * gdb.base/shlib-call.exp: Likewise.
7202 * gdb.base/shreloc.exp: Likewise.
7203 * gdb.base/so-impl-ld.exp: Likewise.
7204 * gdb.base/solib-disc.exp: Likewise.
7205 * gdb.base/solib-nodir.exp: Likewise.
7206 * gdb.base/solib-overlap.exp: Likewise.
7207 * gdb.base/solib-symbol.exp: Likewise.
7208 * gdb.base/solib-weak.exp (do_test): Likewise.
7209 * gdb.base/sym-file.exp: Likewise.
7210 * gdb.base/symtab-search-order.exp: Likewise.
7211 * gdb.base/type-opaque.exp: Likewise.
7212 * gdb.base/unload.exp: Likewise.
7213 * gdb.base/watchpoint-solib.exp: Likewise.
7214 * gdb.compile/compile.exp: Likewise.
7215 * gdb.cp/gdb2384.exp: Likewise.
7216 * gdb.cp/infcall-dlopen.exp: Likewise.
7217 * gdb.cp/re-set-overloaded.exp: Likewise.
7218 * gdb.fortran/library-module.exp: Likewise.
7219 * gdb.opt/solib-intra-step.exp: Likewise.
7220 * gdb.python/py-finish-breakpoint.exp: Likewise.
7221 * gdb.python/py-shared.exp: Likewise.
7222 * gdb.reverse/solib-precsave.exp: Likewise.
7223 * gdb.reverse/solib-reverse.exp: Likewise.
7224 * gdb.server/solib-list.exp: Likewise.
7225 * gdb.threads/dlopen-libpthread.exp: Likewise.
7226 * gdb.threads/tls-shared.exp: Likewise.
7227 * gdb.threads/tls-so_extern.exp: Likewise.
7228 * gdb.trace/change-loc.exp: Likewise.
7229 * gdb.trace/ftrace-lock.exp: Likewise.
7230 * gdb.trace/ftrace.exp: Likewise.
7231 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7232 * gdb.trace/pending.exp: Likewise.
7233 * gdb.trace/range-stepping.exp: Likewise.
7234 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7235 (strace_info_marker): Likewise.
7236 (strace_probe_marker): Likewise.
7237 (strace_trace_on_same_addr): Likewise.
7238 (strace_trace_on_diff_addr): Likewise.
7239 * gdb.trace/trace-break.exp: Likewise.
7240 * gdb.trace/trace-condition.exp: Likewise.
7241 * gdb.trace/trace-mt.exp: Likewise.
7242
7243 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7244
7245 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7246 result of gdb_remote_download.
7247 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7248 * gdb.base/dso2dso.exp: Likewise.
7249 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7250 * gdb.base/print-file-var.exp: Likewise.
7251 * gdb.base/shlib-call.exp: Likewise.
7252 * gdb.base/shreloc.exp: Likewise.
7253 * gdb.base/solib-overlap.exp: Likewise.
7254 * gdb.base/solib-weak.exp (do_test): Likewise.
7255 * gdb.base/unload.exp: Likewise.
7256
7257 2016-04-27 Yao Qi <yao.qi@linaro.org>
7258
7259 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7260 exists.
7261
7262 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7263
7264 * vla-type.exp: Print structure from toplevel.
7265
7266 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7267
7268 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7269 of dynamic types.
7270 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7271 of dynamic types.
7272
7273 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7274
7275 * gdb.fortran/vla-type.f90: New file.
7276 * gdb.fortran/vla-type.exp: New file.
7277
7278 2016-04-25 Yao Qi <yao.qi@linaro.org>
7279
7280 * gdb.base/branch-to-self.c: New file.
7281 * gdb.base/branch-to-self.exp: New file.
7282
7283 2016-04-22 Yao Qi <yao.qi@linaro.org>
7284
7285 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7286 more after $hex.
7287
7288 2016-04-22 Yao Qi <yao.qi@linaro.org>
7289
7290 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7291 * gdb.base/annota3.exp: Likewise.
7292
7293 2016-04-22 Yao Qi <yao.qi@linaro.org>
7294
7295 * gdb.reverse/step-precsave.exp: Do one step and test program
7296 stops in "callee" and do multiple steps until program goes out
7297 of "callee".
7298 * gdb.reverse/step-reverse.exp: Likewise.
7299
7300 2016-04-22 Yao Qi <yao.qi@linaro.org>
7301
7302 * gdb.trace/signal.exp: Also pass if
7303 $tracepoint_hits($i) > $iterations.
7304
7305 2016-04-22 Yao Qi <yao.qi@linaro.org>
7306
7307 * gdb.trace/signal.c: New file.
7308 * gdb.trace/signal.exp: New file.
7309
7310 2016-04-19 Doug Evans <xdje42@gmail.com>
7311
7312 * gdb.base/bad-file.exp: New file.
7313
7314 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7315
7316 * gdb.dwarf2/implref.exp: New file.
7317
7318 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7319
7320 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7321 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7322 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7323 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7324 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7325 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7326 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7327 * lib/fortran.exp (fortran_int4): New procedure.
7328 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7329 (fortran_logical4): Likewise.
7330
7331 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7332
7333 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7334
7335 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7336
7337 * lib/compiler.c: Add Intel specific preprocessor macros.
7338 * lib/compiler.cc: Likewise.
7339
7340 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7341
7342 * gdb.server/connect-with-no-symbol-file.c: New file.
7343 * gdb.server/connect-with-no-symbol-file.exp: New file.
7344
7345 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7346
7347 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7348
7349 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7350
7351 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7352 standard output directory.
7353
7354 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7355
7356 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7357
7358 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7359
7360 * gdb.btrace/instruction_history.c (loop): Add declaration.
7361
7362 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7363
7364 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7365
7366 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7367
7368 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7369 parentheses to print.
7370 (continue_handler): Likewise.
7371
7372 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7373
7374 * gdb.server/solib-list.exp: Remove is_remote check.
7375 Pass shlib= to gdb_compile. Don't link shared library with
7376 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7377 Run binary filename through "readlink -f" on the target.
7378
7379 2016-04-08 Pedro Alves <palves@redhat.com>
7380
7381 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7382 interpreter filename as argument to gdbserver_spawn.
7383 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7384 Return empty if $last_loaded_file does not exist.
7385
7386 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7387
7388 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7389 * gdb.base/jit-main.c: Use exit after usage.
7390
7391 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7392
7393 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7394 GDBHISTSIZE prior to the tests.
7395 * gdb.base/gdbinit-history.exp: Likewise.
7396
7397 2016-04-07 Pedro Alves <palves@redhat.com>
7398
7399 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7400 instead of build_executable. Use gdb_load_shlibs.
7401
7402 2016-04-07 Yao Qi <yao.qi@linaro.org>
7403
7404 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7405 Execute "si" command.
7406
7407 2016-04-07 Yao Qi <yao.qi@linaro.org>
7408
7409 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7410 number instead of the comments on some line.
7411
7412 2016-04-06 Don Breazeal <donb@codesourcery.com>
7413
7414 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7415 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7416
7417 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7418
7419 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7420 standard_output_file. Remove unused binfile variable.
7421
7422 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
7423
7424 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7425 * gdb.python/py-mi-objfile.exp: Match "list main" output
7426 in console format.
7427
7428 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7429
7430 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7431 absolute.
7432
7433 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7434
7435 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7436 absolute.
7437 * gdb.trace/ftrace.exp: Likewise.
7438 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7439 targets as well.
7440 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7441 (gdb_load_shlibs): Copy libraries to test directory when testing
7442 natively. Only set solib-search-path if testing remotely.
7443 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7444
7445 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7446
7447 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7448 gdb_download. Use it even if the target is not remote.
7449 * gdb.base/jit.exp (compile_jit_test): Likewise.
7450 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7451 output directory if the destination board is local, otherwise use
7452 the standard remote_download from DejaGnu.
7453 (gdb_download): Remove.
7454 (gdb_load_shlibs): Use gdb_remote_download instead of
7455 gdb_download.
7456 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7457 Use gdb_remote_download instead of gdb_download. Use it even if
7458 the target is not remote.
7459 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7460 instead of gdb_download.
7461
7462 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7463
7464 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7465 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7466 run.
7467
7468 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7469
7470 PR gdb/19820
7471 * gdb.base/printcmds.exp: Add artificial arrays tests.
7472
7473 2016-03-31 Pedro Alves <palves@redhat.com>
7474
7475 PR gdb/19858
7476 * gdb.base/jit-main.c: Include unistd.h.
7477 (ATTACH): Define to 0 if not already defined.
7478 (wait_for_gdb, mypid): New globals.
7479 (WAIT_FOR_GDB): New macro.
7480 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7481 some breakpoint locations.
7482 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7483 New procedures.
7484 (one_jit_test): Add REATTACH parameter, and handle it. Use
7485 continue_to_test_location.
7486 (top level): Test attach, and adjusts calls to one_jit_test.
7487
7488 2016-03-31 Pedro Alves <palves@redhat.com>
7489
7490 PR gdb/19858
7491 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7492 BINSUFFIX parameter, and handle it.
7493 (top level): Adjust calls compile_jit_test.
7494
7495 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
7496
7497 PR python/19743
7498 * gdb.python/py-mi-events-gdb.py: New file.
7499 * gdb.python/py-mi-events.c: New file.
7500 * gdb.python/py-mi-events.exp: New file.
7501
7502 2016-03-30 Yao Qi <yao.qi@linaro.org>
7503
7504 * gdb.reverse/until-precsave.exp: Match function name only.
7505 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7506 Move malloc to a condition block.
7507 * gdb.reverse/until-reverse.exp: Match function name only.
7508
7509 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7510
7511 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7512 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7513 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7514 variable for GPR 0 instead of assuming it is register 0.
7515 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7516 * lib/trace-support.exp: Add s390 registers.
7517
7518 2016-03-29 Yao Qi <yao.qi@linaro.org>
7519
7520 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7521
7522 2016-03-24 Yao Qi <yao.qi@linaro.org>
7523
7524 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7525 test message.
7526
7527 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7528
7529 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7530 maintaining separate logic for constructing the output path.
7531
7532 2016-03-16 Don Breazeal <donb@codesourcery.com>
7533
7534 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7535 Retry fork and waitpid on interrupted system call errors.
7536 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7537 Use with_timeout_factor to increase timeout by factor of 10.
7538
7539 2016-03-15 Don Breazeal <donb@codesourcery.com>
7540
7541 * gdb.cp/scope-err.cc: New test program.
7542 * gdb.cp/scope-err.exp: New test script.
7543 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7544 lines and "set breakpoint here" comment.
7545 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7546 Fixed some whitespace and format issues.
7547 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7548 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7549
7550 2016-03-15 Doug Evans <dje@google.com>
7551
7552 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7553 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7554 All callers updated. Add tests for enums, mixed flags register.
7555
7556 2016-03-15 Doug Evans <dje@google.com>
7557
7558 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7559 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7560
7561 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7562
7563 * gdb.base/default.exp: Add $_as_string to the list of expected
7564 convenience functions.
7565
7566 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7567
7568 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7569
7570 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7571
7572 * gdb.python/py-as-string.exp: New file.
7573 * gdb.python/py-as-string.c: New file.
7574
7575 2016-03-09 Pedro Alves <palves@redhat.com>
7576
7577 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7578 signal" -> "Thread NN received signal" output change.
7579 * gdb.threads/ia64-sigill.exp: Likewise.
7580 * gdb.threads/linux-dp.exp: Likewise.
7581 * gdb.threads/manythreads.exp: Likewise.
7582 * gdb.threads/pending-step.exp: Likewise.
7583 * gdb.threads/print-threads.exp: Likewise.
7584 * gdb.threads/sigstep-threads.exp: Likewise.
7585 * gdb.threads/staticthreads.exp: Likewise.
7586 * gdb.threads/tls.exp: Likewise.
7587
7588 2016-03-09 Pedro Alves <palves@redhat.com>
7589
7590 * gdb.base/command-line-input.exp: New file.
7591
7592 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7593
7594 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7595 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7596 * gdb.trace/pending.exp: Accept leading dot before function name.
7597 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7598 * lib/trace-support.exp: Set registers for ppc.
7599
7600 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7601
7602 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7603 use it for disassembly; accept .main in addition to main in backtrace.
7604
7605 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
7606 Marcin Kościelnicki <koriakin@0x04.net>
7607
7608 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7609 (gdb_recursion_test_ptr): New global variable.
7610 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7611 gdb_recursion_test.
7612 (gdb_c_test): Ditto.
7613
7614 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7615
7616 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7617 ordering.
7618
7619 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7620
7621 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7622 (bar): Add bar_start_lbl label.
7623 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7624 of foo/bar for emitting DWARF and tracing.
7625
7626 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7627
7628 * analyze-racy-logs.py: Set executable bit.
7629
7630 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7631
7632 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7633 (CHECK_TARGET_TMP): Likewise.
7634 (check-single-racy): New rule.
7635 (check-parallel-racy): Likewise.
7636 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7637 (do-check-parallel-racy): New rule.
7638 (check-racy/%.exp): Likewise.
7639 * README (Racy testcases): New section.
7640 * analyze-racy-logs.py: New file.
7641
7642 2016-03-03 Doug Evans <dje@google.com>
7643
7644 * gdb.base/skip.exp: Use with_test_prefix.
7645
7646 2016-03-03 Yao Qi <yao.qi@linaro.org>
7647
7648 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7649 Invoke step_over_syscall "clone" and break_cond_on_syscall
7650 "clone".
7651 * gdb.base/step-over-clone.c: New file.
7652
7653 2016-03-03 Yao Qi <yao.qi@linaro.org>
7654
7655 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7656 code format.
7657
7658 2016-03-03 Yao Qi <yao.qi@linaro.org>
7659
7660 * gdb.base/disp-step-fork.c: Rename to ...
7661 * gdb.base/step-over-fork.c: ... it. New file.
7662 * gdb.base/disp-step-vfork.c: Rename to ...
7663 * gdb.base/step-over-vfork.c: ... it. New file.
7664 * gdb.base/disp-step-syscall.exp: Rename to ...
7665 * gdb.base/step-over-syscall.exp: ... it. New file.
7666 (disp_step_cross_syscall): Rename to ...
7667 (step_over_syscall): ... it.
7668
7669 2016-03-03 Yao Qi <yao.qi@linaro.org>
7670
7671 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7672 If target supports condition evaluation on target, invoke
7673 break_cond_on_syscall for fork and vfork.
7674
7675 2016-03-03 Yao Qi <yao.qi@linaro.org>
7676
7677 * gdb.base/disp-step-syscall.exp: Don't invoke
7678 support_displaced_stepping.
7679 (disp_step_cross_syscall): Test with displaced stepping off and
7680 on if supported.
7681
7682 2016-03-03 Yao Qi <yao.qi@linaro.org>
7683
7684 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7685 proc.
7686 (setup): New proc.
7687 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7688 and setup.
7689
7690 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7691
7692 * gdb.fortran/vla-history.exp: Remove breakpoint.
7693
7694 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7695
7696 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7697 exceeds timeout.
7698
7699 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7700
7701 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7702 breakpoint.
7703
7704 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7705
7706 * gdb.mi/vla.f90: Nullify pointer after declaration.
7707
7708 2016-03-01 Pedro Alves <palves@redhat.com>
7709
7710 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7711
7712 2016-03-01 Pedro Alves <palves@redhat.com>
7713
7714 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7715 before anything else.
7716 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7717 _GNU_SOURCE here.
7718 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7719 before anything else.
7720 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7721
7722 2016-03-01 Pedro Alves <palves@redhat.com>
7723
7724 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7725
7726 2016-03-01 Yao Qi <yao.qi@linaro.org>
7727
7728 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7729 prepare_for_testing.
7730
7731 2016-03-01 Yao Qi <yao.qi@linaro.org>
7732
7733 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7734
7735 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7736
7737 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7738 manually constructing the output path.
7739
7740 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7741
7742 * gdb.arch/s390-stackless.S: New.
7743 * gdb.arch/s390-stackless.exp: New.
7744
7745 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7746
7747 * gdb.dlang/circular.c: New file.
7748 * gdb.dlang/circular.exp: New file.
7749
7750 2016-02-26 Yao Qi <yao.qi@linaro.org>
7751
7752 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7753 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7754 (testcases): Update.
7755
7756 2016-02-26 Yao Qi <yao.qi@linaro.org>
7757
7758 * gdb.reverse/aarch64.c: Rename to ...
7759 * gdb.reverse/insn-reverse.c: ... it.
7760 * gdb.reverse/aarch64.exp: Rename to ...
7761 * gdb.reverse/insn-reverse.exp: ... it.
7762
7763 2016-02-26 Yao Qi <yao.qi@linaro.org>
7764
7765 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7766 (testcase_ftype): New.
7767 (testcases): New array.
7768 (n_testcases): New.
7769 (main): Call each element in testcases.
7770 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7771 (read_testcase): New.
7772 Do the tests in a loop.
7773
7774 2016-02-25 Yao Qi <yao.qi@linaro.org>
7775
7776 * gdb.base/branches.c: Remove.
7777
7778 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7779
7780 PR gdb/13808
7781 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7782
7783 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7784
7785 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7786
7787 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7788
7789 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7790 change x86_64 call_insn to 'callq'.
7791
7792 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7793
7794 * gdb.trace/tfile-avx.c: Move to...
7795 * gdb.trace/tracefile-pseudo-reg.c: Here.
7796 * gdb.trace/tfile-avx.exp: Move to...
7797 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7798
7799 2016-02-24 Gary Benson <gbenson@redhat.com>
7800
7801 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7802 message on attach.
7803
7804 2016-02-23 Doug Evans <dje@google.com>
7805
7806 * gdb.base/skip.c (test_skip): New function.
7807 (end_test_skip_file_and_function): New function.
7808 (test_skip_file_and_function): New function.
7809 * gdb.base/skip1.c (test_skip): New function.
7810 (skip1_test_skip_file_and_function): New function.
7811 * gdb.base/skip.exp: Add tests for new skip options.
7812 * gdb.base/skip-solib.exp: Update expected output.
7813 * gdb.perf/skip-command.cc: New file.
7814 * gdb.perf/skip-command.exp: New file.
7815 * gdb.perf/skip-command.py: New file.
7816
7817 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7818
7819 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7820 info registers pattern.
7821
7822 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7823
7824 * lib/future.exp: Add D support.
7825 (gdb_find_gdc): New proc.
7826 (gdb_default_target_compile): Add D support.
7827
7828 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
7829
7830 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7831 user+system time.
7832 (trace_speed_test): Determine the iteration count for a time
7833 between 15..30 seconds.
7834
7835 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7836
7837 * gdb.arch/i386-mpx-sigsegv.c: New file.
7838 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7839 * gdb.arch/i386-mpx-simple_segv.c: New file.
7840 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7841
7842 2016-02-18 Yao Qi <yao.qi@linaro.org>
7843
7844 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7845 Don't call setup_kfail.
7846
7847 2016-02-18 Yao Qi <yao.qi@linaro.org>
7848
7849 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7850 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7851
7852 2016-02-16 Doug Evans <dje@google.com>
7853
7854 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7855 * gdb.base/skip1.c: Ditto.
7856 * gdb.base/skip.exp: Whitespace cleanup.
7857
7858 2016-02-16 Don Breazeal <donb@codesourcery.com>
7859
7860 PR remote/19496
7861 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7862 Remove kfail for PR remote/19496.
7863
7864 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7865
7866 * lib/gdb.exp (standard_temp_file): Return a path specific to
7867 the runtest invocation.
7868
7869 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7870
7871 * gdb.trace/save-trace.exp: Change relative path to be in the
7872 standard output directory.
7873
7874 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7875
7876 * gdb.arch/i386-prologue.c: Add missing prototypes.
7877
7878 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7879
7880 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7881 * gdb.arch/i386-prologue.exp: Likewise.
7882 * gdb.arch/i386-size.exp: Likewise.
7883
7884 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7885
7886 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7887 define object file path.
7888 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7889 file path.
7890 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7891 standard_output_file to define binfile.
7892
7893 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7894
7895 Fix compatibility with recent gfortran-5.3.1.
7896 * gdb.fortran/vla-history.exp (print vla1 allocated)
7897 (print vla2 allocated, print $2, print $3): Remove
7898 (print $4): Rename to ...
7899 (print $2): ... here.
7900 (print $9): Rename to ...
7901 (print $5): ... here.
7902 (print $10): Rename to ...
7903 (print $6): ... here.
7904 * gdb.fortran/vla.f90: Add pvla initialization.
7905
7906 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7907
7908 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7909 New test.
7910 * gdb.fortran/vla-value-sub.exp: Likewise.
7911
7912 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7913
7914 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7915
7916 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7917
7918 * i386-biarch-core.exp: Define corefile using
7919 standard_output_file.
7920
7921 2016-02-12 Yao Qi <yao.qi@linaro.org>
7922
7923 * gdb.arch/arm-single-step-kernel-helper.c: New.
7924 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7925
7926 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7927
7928 * gdb.btrace/tailcall-only.exp: New.
7929 * gdb.btrace/tailcall-only.c: New.
7930 * gdb.btrace/x86_64-tailcall-only.S: New.
7931 * gdb.btrace/i686-tailcall-only.S: New.
7932
7933 2016-02-11 Pedro Alves <palves@redhat.com>
7934
7935 * README (Parallel testing): Add missing double quotes.
7936
7937 2016-02-11 Pedro Alves <palves@redhat.com>
7938
7939 * README (Parallel testing): New section.
7940 (GDB_PARALLEL): Rewrite.
7941 (FORCE_PARALLEL): Document.
7942
7943 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7944
7945 * gdb.trace/tfile-avx.c: New test.
7946 * gdb.trace/tfile-avx.exp: New test.
7947
7948 2016-02-09 Keith Seitz <keiths@redhat.com>
7949
7950 PR breakpoints/19546
7951 * gdb.base/infcall-exec.c: New file.
7952 * gdb.base/infcall-exec2.c: New file.
7953 * gdb.base/infcall-exec.exp: New file.
7954
7955 2016-02-09 Keith Seitz <keiths@redhat.com>
7956
7957 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7958 (toplevel): Call test_bkpt_address.
7959
7960 2016-02-09 Keith Seitz <keiths@redhat.com>
7961
7962 PR python/19506
7963 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7964 (toplevel): Call test_bkpt_address.
7965
7966 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7967
7968 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7969 to AC_OUTPUT.
7970 * configure: Regenerate.
7971
7972 2016-02-09 Pedro Alves <palves@redhat.com>
7973
7974 PR breakpoints/19548
7975 * gdb.base/execl-update-breakpoints.c (some_function): New
7976 function.
7977 (main): Call it.
7978 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7979 Tighten expected GDB output.
7980
7981 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7982
7983 * Makefile.in (ALL_SUBDIRS): Remove.
7984 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7985 (distclean maintainer-clean realclean): Likewise.
7986 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7987 * configure: Regenerate.
7988 * gdb.ada/Makefile.in: Delete.
7989 * gdb.arch/Makefile.in: Likewise.
7990 * gdb.asm/Makefile.in: Likewise.
7991 * gdb.base/Makefile.in: Likewise.
7992 * gdb.btrace/Makefile.in: Likewise.
7993 * gdb.cell/Makefile.in: Likewise.
7994 * gdb.compile/Makefile.in: Likewise.
7995 * gdb.cp/Makefile.in: Likewise.
7996 * gdb.disasm/Makefile.in: Likewise.
7997 * gdb.dlang/Makefile.in: Likewise.
7998 * gdb.dwarf2/Makefile.in: Likewise.
7999 * gdb.fortran/Makefile.in: Likewise.
8000 * gdb.gdb/Makefile.in: Likewise.
8001 * gdb.go/Makefile.in: Likewise.
8002 * gdb.guile/Makefile.in: Likewise.
8003 * gdb.java/Makefile.in: Likewise.
8004 * gdb.linespec/Makefile.in: Likewise.
8005 * gdb.mi/Makefile.in: Likewise.
8006 * gdb.modula2/Makefile.in: Likewise.
8007 * gdb.multi/Makefile.in: Likewise.
8008 * gdb.objc/Makefile.in: Likewise.
8009 * gdb.opencl/Makefile.in: Likewise.
8010 * gdb.opt/Makefile.in: Likewise.
8011 * gdb.pascal/Makefile.in: Likewise.
8012 * gdb.perf/Makefile.in: Likewise.
8013 * gdb.python/Makefile.in: Likewise.
8014 * gdb.reverse/Makefile.in: Likewise.
8015 * gdb.server/Makefile.in: Likewise.
8016 * gdb.stabs/Makefile.in: Likewise.
8017 * gdb.threads/Makefile.in: Likewise.
8018 * gdb.trace/Makefile.in: Likewise.
8019 * gdb.xml/Makefile.in: Likewise.
8020 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8021 GDB_PARALLEL.
8022 (standard_output_file): Remove check for GDB_PARALLEL, always
8023 return path in outputs/$subdir/$testname.
8024
8025 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8026
8027 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8028 (site.exp): Assign abs_srcdir to tcl's srcdir.
8029
8030 2016-02-04 Yao Qi <yao.qi@linaro.org>
8031
8032 * gdb.base/foll-exec-mode.c: Include limits.h.
8033 (main): Add parameters argc and argv. Get directory from
8034 argv[0].
8035 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8036 compilation.
8037 * gdb.base/foll-exec.c: Include limits.h.
8038 (main): Add parameters argc and argv.
8039 Get directory from argv[0].
8040 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8041 Adjust tests on the number of lines as source code changed.
8042 * gdb.base/foll-vfork-exit.c: Include limits.h.
8043 (main): Add one line of statement before vfork.
8044 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8045 (main): Add parameters argc and argv. Get directory from
8046 argv[0].
8047 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8048 (setup_gdb): Set tbreak to skip some source lines.
8049 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8050 (main): Add parameters argc and argv. Get directory from
8051 argv[0].
8052 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8053 compilation.
8054 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8055 (main): Add parameters argc and argv. Get directory from
8056 argv[0].
8057 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8058 compilation.
8059
8060 2016-02-01 Doug Evans <dje@google.com>
8061
8062 * gdb.base/skip.exp: Clean up multiple references to same test name.
8063
8064 2016-02-01 Pedro Alves <palves@redhat.com>
8065
8066 PR remote/19496
8067 * gdb.threads/forking-threads-plus-breakpoint.exp
8068 (displaced_stepping_supported): New global.
8069 (probe_displaced_stepping_support): New procedure.
8070 (do_test): Add 'displaced' parameter, and use it.
8071 (top level): Check for displaced stepping support. Add displaced
8072 stepping on/off testing axis.
8073
8074 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8075
8076 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8077 pointer. Don't perform further tests on the unassociated pointer
8078 if the first test fails.
8079
8080 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8081
8082 * gdb.base/max-value-size.c: New file.
8083 * gdb.base/max-value-size.exp: New file.
8084 * gdb.base/huge.exp: Disable max-value-size for this test.
8085
8086 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8087
8088 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8089
8090 2016-01-28 Yao Qi <yao.qi@linaro.org>
8091
8092 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8093
8094 2016-01-25 Pedro Alves <palves@redhat.com>
8095
8096 PR threads/19461
8097 * gdb.base/fork-running-state.c: New file.
8098 * gdb.base/fork-running-state.exp: New file.
8099
8100 2016-01-25 Pedro Alves <palves@redhat.com>
8101
8102 PR gdb/19494
8103 * gdb.base/catch-fork-kill.c: New file.
8104 * gdb.base/catch-fork-kill.exp: New file.
8105
8106 2016-01-25 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8109 Delete, moved to lib/gdb.exp.
8110 * gdb.threads/forking-threads-plus-breakpoint.exp
8111 (foreach_with_prefix): Likewise.
8112 * gdb.threads/process-dies-while-handling-bp.exp
8113 (foreach_with_prefix): Likewise.
8114 * lib/gdb.exp (foreach_with_prefix): New procedure.
8115
8116 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8117
8118 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8119 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8120
8121 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8122
8123 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8124 endian targets.
8125
8126 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8127 Pedro Alves <palves@redhat.com>
8128
8129 Fix testsuite compatibility with Guile.
8130 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8131 number.
8132
8133 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8134
8135 Fix testsuite compatibility with Guile.
8136 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8137 (thread 1): New test for backtrace through signal handler.
8138
8139 2016-01-22 Yao Qi <yao.qi@linaro.org>
8140
8141 PR testsuite/19491
8142 * gdb.base/multi-forks.c: Include
8143 ../lib/unbuffer_output.c
8144 (main): Call gdb_unbuffer_output.
8145
8146 2016-01-21 Doug Evans <dje@google.com>
8147
8148 * lib/ada.exp (gdb_compile_ada): Fix typo.
8149
8150 2016-01-21 Joel Brobecker <brobecker@adacore.com>
8151
8152 * gdb.base/break-fun-addr.exp: New file.
8153 * gdb.base/break-fun-addr1.c: New file.
8154 * gdb.base/break-fun-addr2.c: New file.
8155
8156 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8157
8158 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8159 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8160 enum flag values.
8161
8162 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8163
8164 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8165 when GDB can not set the vector return value. Add more comments
8166 for clarification.
8167
8168 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8169
8170 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8171 command.
8172
8173 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8174
8175 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8176
8177 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8178
8179 * Makefile.in (check-single): Pass --status to runtest.
8180 (check/%.exp): Likewise.
8181
8182 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8183
8184 * Makefile.in (check-parallel): Propagate return code from make
8185 do-check-parallel.
8186
8187 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8188
8189 * gdb.trace/ftrace.exp: Fix expected message on continue.
8190 * gdb.trace/pending.exp: Fix expected message on continue.
8191 * gdb.trace/trace-break.exp: Fix expected message on continue.
8192
8193 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8194
8195 * lib/gdb.exp (gdb_test): Remove unused global references.
8196
8197 2016-01-18 Pedro Alves <palves@redhat.com>
8198
8199 * gdb.base/async-shell.exp: Adjust expected output.
8200 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8201 * gdb.base/siginfo-thread.exp: Adjust expected output.
8202 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8203 * gdb.java/jnpe.exp: Adjust expected output.
8204 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8205 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8206 * gdb.threads/leader-exit.exp: Adjust expected output.
8207 * gdb.threads/manythreads.exp: Adjust expected output.
8208 * gdb.threads/pthreads.exp: Adjust expected output.
8209 * gdb.threads/schedlock.exp: Adjust expected output.
8210 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8211 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8212 expected output.
8213 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8214 output.
8215 * gdb.threads/sigthread.exp: Adjust expected output.
8216 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8217
8218 2016-01-18 Yao Qi <yao.qi@linaro.org>
8219
8220 * gdb.guile/scm-section-script.c: Replace @progbits with
8221 %progbits.
8222 * gdb.python/py-section-script.c: Likewise.
8223
8224 2016-01-15 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.multi/tids.exp: Test star wildcard ranges.
8227
8228 2016-01-15 Pedro Alves <palves@redhat.com>
8229
8230 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8231 command from "thread apply" invocation.
8232 (thr_apply_info_thr_invalid): Default the expected output to the
8233 input tid list.
8234 (top level): Add tests that use convenience variables. Add tests
8235 for "thread apply" with a valid TID list, but missing the command.
8236
8237 2016-01-13 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.base/default.exp: Expect $_gthread as well.
8240 * gdb.multi/tids.exp: Test $_gthread.
8241 * gdb.threads/thread-specific.exp: Test $_gthread.
8242
8243 2016-01-13 Pedro Alves <palves@redhat.com>
8244
8245 * gdb.multi/tids.exp: Test "info threads -gid".
8246
8247 2016-01-13 Pedro Alves <palves@redhat.com>
8248
8249 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8250 Breakpoint.thread.
8251 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8252
8253 2016-01-07 Pedro Alves <palves@redhat.com>
8254
8255 * gdb.base/break.exp: Adjust to output changes.
8256 * gdb.base/hbreak2.exp: Likewise.
8257 * gdb.base/sepdebug.exp: Likewise.
8258 * gdb.base/watch_thread_num.exp: Likewise.
8259 * gdb.linespec/keywords.exp: Likewise.
8260 * gdb.multi/info-threads.exp: Likewise.
8261 * gdb.threads/thread-find.exp: Likewise.
8262 * gdb.multi/tids.c: New file.
8263 * gdb.multi/tids.exp: New file.
8264
8265 2016-01-13 Pedro Alves <palves@redhat.com>
8266
8267 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8268
8269 2016-01-13 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/default.exp: Expect $_inferior as well.
8272 * gdb.multi/base.exp: Test $_inferior.
8273
8274 2016-01-13 Pedro Alves <palves@redhat.com>
8275
8276 PR breakpoints/19388
8277 * gdb.base/catch-signal-siginfo-cond.c: New file.
8278 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8279
8280 2016-01-12 Josh Stone <jistone@redhat.com>
8281 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8282
8283 * gdb.base/catch-syscall.c (do_execve): New variable.
8284 (main): Conditionally trigger an execve.
8285 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8286 (test_catch_syscall_execve): New, check entry/return across execve.
8287 (do_syscall_tests): Call test_catch_syscall_execve.
8288
8289 2016-01-12 Pedro Alves <palves@redhat.com>
8290
8291 * gdb.base/random-signal.exp (do_test): New procedure, with body
8292 of testcase moved in.
8293
8294 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8295 Pedro Alves <palves@redhat.com>
8296
8297 * gdb.base/funcargs.exp (finish from indirectly called function):
8298 Reintroduce the case for 'First'.
8299
8300 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8301 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8304 (tcatch_vfork_then_child_follow_exec)
8305 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8306 identification.
8307
8308 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8309
8310 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8311 and repeats to unlimited.
8312 * gdb.python/py-value.exp: Likewise.
8313 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8314 and repeats to unlimited.
8315
8316 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8317
8318 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8319 and reordering the functions.
8320 * gdb.multi/hangout.c: Likewise.
8321 * gdb.multi/hello.c: Likewise.
8322
8323 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8324
8325 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8326 absolute.
8327 (SingleStatisticTestResult.report): Use dict.keys instead of
8328 dict.iterkeys.
8329
8330 2016-01-06 Pedro Alves <palves@redhat.com>
8331
8332 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8333
8334 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8335
8336 * gdb.btrace/dlopen.exp: New.
8337 * gdb.btrace/dlopen.c: New.
8338 * gdb.btrace/dlopen-dso.c: New.
8339
8340 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8341
8342 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8343 PATTERN argument is optional.
8344
8345 2015-12-24 Joel Brobecker <brobecker@adacore.com>
8346
8347 * lib/ada.exp (target_compile_ada_from_dir): New function.
8348 (gdb_compile_ada): Reimplement avoiding the use of project files.
8349 * gdb.ada/gnat_ada.gpr: Delete.
8350 * gdb.ada/cond_lang.exp: Adjust test to make path before
8351 filename optional.
8352 * gdb.ada/small_reg_param.exp: Likewise.
8353
8354 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8355
8356 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8357
8358 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8359
8360 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8361 case.
8362
8363 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8364
8365 * gdb.base/break.exp: Remove dead code.
8366 * gdb.base/sepdebug.exp: Likewise.
8367
8368 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8369
8370 * gdb.asm/asm-source.exp: Remove HP-UX references.
8371 * gdb.base/annota1.exp: Likewise.
8372 * gdb.base/annota3.exp: Likewise.
8373 * gdb.base/attach.exp: Likewise.
8374 * gdb.base/bigcore.exp: Likewise.
8375 * gdb.base/break.exp: Likewise.
8376 * gdb.base/call-ar-st.exp: Likewise.
8377 * gdb.base/callfuncs.exp: Likewise.
8378 * gdb.base/catch-fork-static.exp: Likewise.
8379 * gdb.base/display.exp: Likewise.
8380 * gdb.base/foll-exec-mode.exp: Likewise.
8381 * gdb.base/foll-exec.exp: Likewise.
8382 * gdb.base/foll-fork.exp: Likewise.
8383 * gdb.base/foll-vfork.exp: Likewise.
8384 * gdb.base/funcargs.exp: Likewise.
8385 * gdb.base/hbreak2.exp: Likewise.
8386 * gdb.base/inferior-died.exp: Likewise.
8387 * gdb.base/interrupt.exp: Likewise.
8388 * gdb.base/multi-forks.exp: Likewise.
8389 * gdb.base/nodebug.exp: Likewise.
8390 * gdb.base/sepdebug.exp: Likewise.
8391 * gdb.base/solib1.c: Likewise.
8392 * gdb.base/step-test.exp: Likewise.
8393 * gdb.mi/non-stop.c: Likewise.
8394 * gdb.mi/pthreads.c: Likewise.
8395 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8396 * gdb.threads/pthreads.c: Likewise.
8397 * gdb.threads/staticthreads.exp: Likewise.
8398 * lib/future.exp: Likewise.
8399 * lib/gdb.exp: Likewise.
8400 * gdb.base/so-indr-cl.c: Remove.
8401 * gdb.base/so-indr-cl.exp: Likewise.
8402 * gdb.base/solib.c: Likewise.
8403 * gdb.base/solib.exp: Likewise.
8404 * gdb.base/solib2.c: Likewise.
8405
8406 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8407
8408 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8409 * gdb.base/call-ar-st.exp: Likewise.
8410 * gdb.base/callfuncs.exp: Likewise.
8411 * gdb.base/condbreak.exp: Likewise.
8412 * gdb.base/constvars.exp: Likewise.
8413 * gdb.base/hbreak2.exp: Likewise.
8414 * gdb.base/langs.exp: Likewise.
8415 * gdb.base/list.exp: Likewise.
8416 * gdb.base/long_long.exp: Likewise.
8417 * gdb.base/ptype.exp: Likewise.
8418 * gdb.base/scope.exp: Likewise.
8419 * gdb.base/signals.exp: Likewise.
8420 * gdb.base/so-impl-ld.exp: Likewise.
8421 * gdb.base/varargs.exp: Likewise.
8422 * gdb.base/volatile.exp: Likewise.
8423 * gdb.base/whatis.exp: Likewise.
8424 * gdb.cp/cplusfuncs.exp: Likewise.
8425 * gdb.cp/inherit.exp: Likewise.
8426 * gdb.cp/local.exp: Likewise.
8427 * gdb.cp/member-ptr.exp: Likewise.
8428 * gdb.cp/method.exp: Likewise.
8429 * gdb.cp/overload.exp: Likewise.
8430 * gdb.cp/templates.exp: Likewise.
8431 * gdb.stabs/weird.exp: Likewise.
8432 * lib/compiler.c: Likewise.
8433 * lib/compiler.cc: Likewise.
8434 * lib/cp-support.exp: Likewise.
8435 * lib/gdb.exp: Likewise.
8436
8437 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8438
8439 * configure.ac: Remove HP-UX case.
8440 * configure: Regenerate.
8441
8442 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8443
8444 * lib/gdb.exp (gdb_compile): Add function doc.
8445
8446 2015-12-17 Pedro Alves <palves@redhat.com>
8447
8448 PR threads/19354
8449 * gdb.multi/info-threads.exp: New file.
8450
8451 2015-12-15 Yao Qi <yao.qi@linaro.org>
8452
8453 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8454 is aarch64*-*-*.
8455
8456 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8457
8458 * gdb.base/history-duplicates.exp: Skip if no readline support.
8459
8460 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8461
8462 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8463
8464 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8465
8466 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8467
8468 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8469
8470 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8471 ctrl-C if nointerrupts target property is set.
8472 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8473 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8474 * gdb.base/paginate-bg-execution.exp: Likewise.
8475 * gdb.base/paginate-execution-startup.exp: Likewise.
8476 * gdb.base/random-signal.exp: Likewise.
8477 * gdb.base/range-stepping.exp: Likewise.
8478 * gdb.cp/annota2.exp: Likewise.
8479 * gdb.cp/annota3.exp: Likewise.
8480 * gdb.gdb/selftest.exp: Likewise.
8481 * gdb.threads/continue-pending-status.exp: Likewise.
8482 * gdb.threads/leader-exit.exp: Likewise.
8483 * gdb.threads/manythreads.exp: Likewise.
8484 * gdb.threads/pthreads.exp: Likewise.
8485 * gdb.threads/schedlock.exp: Likewise.
8486 * gdb.threads/sigthread.exp: Likewise.
8487
8488 2015-12-11 Don Breazeal <donb@codesourcery.com>
8489
8490 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8491 remote.
8492 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8493 * gdb.base/foll-exec.exp (main): Enable for target remote.
8494 * gdb.base/foll-fork.exp (main): Likewise.
8495 * gdb.base/foll-vfork.exp (main): Likewise.
8496 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8497 (proc continue_to_exit_bp_loc): Use clean_restart.
8498 * gdb.base/pie-execl.exp (main): Disable for target remote.
8499 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8500 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8501 * gdb.threads/execl.exp (main): Likewise.
8502 * gdb.threads/fork-child-threads.exp (main): Likewise.
8503 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8504 remote.
8505 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8506 remote.
8507 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8508 pid.tid style ptids, instead of just tid.
8509 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8510 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8511 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8512 ptids, instead of just tid.
8513
8514 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8515
8516 * gdb.base/list.exp (test_list_forward): Add end of file error
8517 test.
8518 (test_repeat_list_command): Add end of file error test.
8519 (test_list_backwards): Add beginning of file error test.
8520
8521 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8522
8523 * gdb.base/list.exp (test_list_invalid_args): New function,
8524 defined, and called.
8525
8526 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8527
8528 * gdb.base/list.exp (test_list): Make test names unique.
8529
8530 2015-12-11 Yao Qi <yao.qi@linaro.org>
8531
8532 * gdb.base/coremaker2.c: Remove.
8533
8534 2015-12-10 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.multi/base.exp: Remove stale "spaces" references.
8537
8538 2015-12-10 Pedro Alves <palves@redhat.com>
8539
8540 * gdb.multi/base.exp: Don't use nowarnings.
8541 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8542 * gdb.multi/hangout.c: Include stdio.h.
8543 * gdb.multi/hello.c: Include stdlib.h.
8544 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8545 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8546 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8547
8548 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8549
8550 * gdb.dwarf2/dw2-ranges-base.c: New file.
8551 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8552 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8553 support additional line table, and debug ranges generation.
8554 (Dwarf::ranges): New function, generate .debug_ranges.
8555 (Dwarf::lines): Support generating simple line table programs.
8556 (Dwarf::assemble): Initialise new namespace variables.
8557
8558 2015-12-09 Kevin Buettner <kevinb@redhat.com>
8559
8560 * gdb.base/async.exp (proc test_background): Add case for
8561 asynchronous execution not supported.
8562
8563 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
8564
8565 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8566 format and change test names to make them unique.
8567
8568 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8569 Pedro Alves <pedro@redhat.com>
8570
8571 PR gdb/18702
8572 Add checking of floatformats setup on x86_64 hosts.
8573 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8574 (smallval, bigval): New labels/constants.
8575 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8576 float" after loading bigval and smallval.
8577
8578 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8579
8580 * gdb.ada/fun_overload_menu.exp: New testcase.
8581 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8582
8583 2015-12-04 Josh Stone <jistone@redhat.com>
8584
8585 * gdb.base/catch-fork-static.exp: New.
8586
8587 2015-12-03 Yao Qi <yao.qi@linaro.org>
8588
8589 * gdb.base/sizeof.c: Don't include stdio.h and
8590 ../lib/unbuffer_output.c.
8591 (main): New variable 'size' and 'value'. Remove printf and
8592 gdb_unbuffer_output. Assign return value to size and value.
8593 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8594 at the beginning.
8595 (check_sizeof): Check the result by printing variable 'size'.
8596 (check_valueof): Check the result by printing variable 'value'.
8597
8598 2015-12-01 Yao Qi <yao.qi@linaro.org>
8599
8600 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8601 for aarch64*-*-linux* target.
8602
8603 2015-11-30 Pedro Alves <palves@redhat.com>
8604
8605 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8606
8607 2015-11-30 Pedro Alves <palves@redhat.com>
8608
8609 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8610 Handle non-stop mode vCont replies.
8611
8612 2015-11-30 Pedro Alves <palves@redhat.com>
8613
8614 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8615 prepare_for_testing. Start gdb with "set non-stop on" appended to
8616 GDBFLAGS. Lax expected stop output.
8617
8618 2015-11-27 Yao Qi <yao.qi@linaro.org>
8619
8620 * gdb.arch/arm-neon.exp: New.
8621 * gdb.arch/arm-neon.c: New.
8622
8623 2015-11-27 Yao Qi <yao.qi@linaro.org>
8624
8625 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8626
8627 2015-11-27 Yao Qi <yao.qi@linaro.org>
8628
8629 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8630 frames-invalid annotation.
8631
8632 2015-11-27 Yao Qi <yao.qi@linaro.org>
8633
8634 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8635
8636 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8637
8638 * gdb.threads/names.exp: New file.
8639 * gdb.threads/names.c: New file.
8640 * README: Mention gdb,no_thread_names.
8641
8642 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8643
8644 PR 19297
8645 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8646 support" error.
8647
8648 2015-11-24 Pedro Alves <palves@redhat.com>
8649
8650 PR 17539
8651 * gdb.base/display.exp: Expect displays to be sorted in ascending
8652 order. Use multi_line.
8653 * gdb.base/solib-display.exp: Likewise.
8654
8655 2015-11-24 Pedro Alves <palves@redhat.com>
8656
8657 PR 17539
8658 * gdb.base/display.exp: Expect displays to be sorted in ascending
8659 order. Use multi_line.
8660 * gdb.base/solib-display.exp: Likewise.
8661
8662 2015-11-24 Pedro Alves <palves@redhat.com>
8663
8664 PR 17539
8665 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8666 threads in ascending order.
8667 * gdb.base/foll-fork.exp: Likewise.
8668 * gdb.base/foll-vfork.exp: Likewise.
8669 * gdb.base/multi-forks.exp: Likewise.
8670 * gdb.mi/mi-nonstop.exp: Likewise.
8671 * gdb.mi/mi-nsintrall.exp: Likewise.
8672 * gdb.multi/base.exp: Likewise.
8673 * gdb.multi/multi-arch.exp: Likewise.
8674 * gdb.python/py-inferior.exp: Likewise.
8675 * gdb.threads/break-while-running.exp: Likewise.
8676 * gdb.threads/execl.exp: Likewise.
8677 * gdb.threads/gcore-thread.exp: Likewise.
8678 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8679 * gdb.threads/kill.exp: Likewise.
8680 * gdb.threads/linux-dp.exp: Likewise.
8681 * gdb.threads/multiple-step-overs.exp: Likewise.
8682 * gdb.threads/next-bp-other-thread.exp: Likewise.
8683 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8684 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8685 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8686 * gdb.threads/thread-find.exp: Likewise.
8687 * gdb.threads/tls.exp: Likewise.
8688 * lib/mi-support.exp (mi_reverse_list): Delete.
8689 (mi_check_thread_states): No longer reverse list.
8690
8691 2015-11-24 Pedro Alves <palves@redhat.com>
8692
8693 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8694 use lowercase.
8695
8696 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8697
8698 * gdb.trace/actions.c: Include trace-common.h.
8699 (main): Add a location for a fast tracepoint.
8700 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8701 the normal tracepoints.
8702 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8703
8704 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8705
8706 * save-trace.exp: Factor out code to these...
8707 (gdb_save_tracepoints): New.
8708 (gdb_load_tracepoints): New.
8709 (do_save_load_test): New.
8710
8711 2015-11-23 Kevin Buettner <kevinb@redhat.com>
8712
8713 * gdb.base/asmlabel.exp: New test.
8714 * gdb.base/asmlabel.c: New test case.
8715
8716 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8717
8718 * gdb.base/wrong_frame_bt_full-main.c: New file.
8719 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8720 * gdb.base/wrong_frame_bt_full.exp: New file.
8721
8722 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8723
8724 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8725
8726 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8727
8728 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8729 pstate register when comparing registers values in
8730 sparc64-*-linux-gnu targets to avoid spurious differences.
8731
8732 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8733
8734 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8735
8736 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8737
8738 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8739 as type argument to gdb_compile.
8740 * gdb.base/nested-subp2.exp: Likewise.
8741 * gdb.base/nested-subp3.exp: Likewise.
8742
8743 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8744
8745 * lib/dwarf.exp (_note): Fix left shift of negative value.
8746 * gdb.trace/trace-condition.exp: Likewise.
8747
8748 2015-11-13 Yao Qi <yao.qi@linaro.org>
8749
8750 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8751 comments about d10v.
8752 (test_scalar_returns): Likewise.
8753 * gdb.base/d10v.ld: Remove.
8754 * gdb.base/overlays.exp: Remove the target triplet checking for
8755 d10v-*-*.
8756 * gdb.base/structs.exp (test_struct_returns): Remove the
8757 comments about d10v.
8758 (test_struct_calls): Likewise.
8759
8760 2015-11-13 Yao Qi <yao.qi@linaro.org>
8761
8762 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8763 * gdb.base/gnu_vector.c: Don't include stdio.h.
8764 (main): Don't print res and call add_some_intvecs.
8765
8766 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8767
8768 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8769 macro.
8770 (func5): Removed.
8771 (func4): Use FAST_TRACEPOINT_LABEL.
8772 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8773 macro.
8774 (func): Removed.
8775 (thread_function): Use FAST_TRACEPOINT_LABEL.
8776 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8777 (func): Remove.
8778 (marker): Use FAST_TRACEPOINT_LABEL.
8779 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8780 (pendfunc1): Remove.
8781 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8782 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8783 (foo): Remove.
8784 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8785 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8786 macro.
8787 (func): Remove.
8788 (marker): Use FAST_TRACEPOINT_LABEL.
8789 * gdb.trace/trace-common.h: New header.
8790 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8791 macro.
8792 (func): Remove.
8793 (marker): Use FAST_TRACEPOINT_LABEL.
8794 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8795 (func): Remove.
8796 (thread_function): Use FAST_TRACEPOINT_LABEL.
8797
8798 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8799
8800 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8801 in front.
8802 * gdb.trace/change-loc.exp: Use global pcreg definition.
8803 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8804 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8805 in front.
8806 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8807 * gdb.trace/pending.exp: Likewise.
8808 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8809 * gdb.trace/trace-break.exp: Likewise.
8810 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8811 in front.
8812 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8813 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8814 in front.
8815 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8816
8817 2015-11-09 Joel Brobecker <brobecker@adacore.com>
8818
8819 * gdb.ada/fin_fun_out: New testcase.
8820
8821 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8822
8823 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8824 value associated with DW_AT_byte_size.
8825 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8826 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8827 DW_AT_upper_bound.
8828
8829 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8830
8831 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8832 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8833 version.
8834 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8835 gdb.dwarf2/dw2-canonicalize-type.exp,
8836 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8837 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8838 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8839 provided by gdb_target_symbol_prefix_flags_asm.
8840 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8841 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8842 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8843 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8844 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8845 macros where needed). Use this macro for symbols which require
8846 the prefix provided by SYMBOL_PREFIX.
8847
8848 2015-11-05 Kevin Buettner <kevinb@redhat.com>
8849
8850 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8851 New procs.
8852 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8853 representing expressions, of more than one list element.
8854 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8855 to prepend linker symbol prefix to f.
8856 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8857 table_1 and table_2.
8858 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8859 Likewise, for f and g.
8860 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8861 for ptr.
8862 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8863 for main.
8864 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8865 table_1_ptr and table_2_ptr.
8866
8867 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8868 Joel Brobecker <brobecker@adacore.com>
8869
8870 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8871
8872 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8873
8874 * gdb.reverse/s390-mvcle.c: New test.
8875 * gdb.reverse/s390-mvcle.exp: New file.
8876 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8877
8878 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8879
8880 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8881
8882 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8883
8884 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8885 reaching marker2.
8886 * gdb.reverse/getresuid-reverse.exp: Likewise.
8887 * gdb.reverse/pipe-reverse.exp: Likewise.
8888 * gdb.reverse/readv-reverse.exp: Likewise.
8889 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8890 * gdb.reverse/time-reverse.exp: Likewise.
8891 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8892
8893 2015-10-30 Yao Qi <yao.qi@linaro.org>
8894
8895 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8896 (empty_cycle): Remove.
8897 (main): Don't call empty_cycle. Don't use watch_count_done.
8898 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8899 empty_cycle. Rewrite the code counting HW watchpoints.
8900
8901 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8902
8903 * gdb.reverse/fstatat-reverse.c: New test.
8904 * gdb.reverse/fstatat-reverse.exp: New file.
8905 * gdb.reverse/getresuid-reverse.c: New test.
8906 * gdb.reverse/getresuid-reverse.exp: New file.
8907 * gdb.reverse/pipe-reverse.c: New test.
8908 * gdb.reverse/pipe-reverse.exp: New file.
8909 * gdb.reverse/readv-reverse.c: New test.
8910 * gdb.reverse/readv-reverse.exp: New file.
8911 * gdb.reverse/recvmsg-reverse.c: New test.
8912 * gdb.reverse/recvmsg-reverse.exp: New file.
8913 * gdb.reverse/time-reverse.c: New test.
8914 * gdb.reverse/time-reverse.exp: New file.
8915 * gdb.reverse/waitpid-reverse.c: New test.
8916 * gdb.reverse/waitpid-reverse.exp: New file.
8917
8918 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8919
8920 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8921
8922 2015-10-26 Doug Evans <dje@google.com>
8923
8924 PR symtab/17391
8925 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8926 * gdb.dwarf2/bad-regnum.c: New file.
8927 * gdb.dwarf2/bad-regnum.exp: New file.
8928
8929 2015-10-26 Doug Evans <dje@google.com>
8930
8931 PR python/18938
8932 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8933 file.
8934
8935 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8936
8937 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8938 for a change by "Mention language in compile error message".
8939
8940 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8941
8942 PR python/18073
8943 * gdb.python/py-type.c (C::a_method): New.
8944 (C::a_const_method): New.
8945 (C::a_static_method): New.
8946 (a_function): New.
8947 * gdb.python/py-type.exp (test_fields): Test getting fields
8948 from function and method.
8949
8950 2015-10-21 Keven Boell <keven.boell@intel.com>
8951
8952 * gdb.fortran/vla-alloc-assoc.exp: New file.
8953 * gdb.fortran/vla-datatypes.exp: New file.
8954 * gdb.fortran/vla-datatypes.f90: New file.
8955 * gdb.fortran/vla-history.exp: New file.
8956 * gdb.fortran/vla-ptype-sub.exp: New file.
8957 * gdb.fortran/vla-ptype.exp: New file.
8958 * gdb.fortran/vla-sizeof.exp: New file.
8959 * gdb.fortran/vla-sub.f90: New file.
8960 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8961 * gdb.fortran/vla-value-sub-finish.exp: New file.
8962 * gdb.fortran/vla-value-sub.exp: New file.
8963 * gdb.fortran/vla-value.exp: New file.
8964 * gdb.fortran/vla-ptr-info.exp: New file.
8965 * gdb.mi/mi-vla-fortran.exp: New file.
8966 * gdb.mi/vla.f90: New file.
8967
8968 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8969
8970 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8971 of hardwired timeout value.
8972
8973 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8974 Pedro Alves <palves@redhat.com>
8975
8976 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8977 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8978
8979 2015-10-19 Josh Stone <jistone@redhat.com>
8980
8981 * gdb.base/catch-syscall.c: Include <sched.h>.
8982 (unknown_syscall): New variable.
8983 (main): Trigger a vfork and an unknown syscall.
8984 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8985 (unknown_syscall_number): Likewise.
8986 (check_call_to_syscall): Accept an optional syscall pattern.
8987 (check_return_from_syscall): Likewise.
8988 (check_continue): Likewise.
8989 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8990 (test_catch_syscall_skipping_return): New test toggling off 'catch
8991 syscall' to step over the syscall return, then toggling back on.
8992 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8993 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8994 (do_syscall_tests): Call test_catch_syscall_without_args and
8995 test_catch_syscall_mid_vfork.
8996 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8997 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8998
8999 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
9000
9001 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9002 print g_vE): Add new pass patterns.
9003 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9004 print various symbol names for vptr fields.
9005
9006 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9007
9008 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9009 results.
9010
9011 2015-10-12 Yao Qi <yao.qi@linaro.org>
9012
9013 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9014
9015 2015-10-12 Yao Qi <yao.qi@linaro.org>
9016
9017 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9018 is aarch64*-*-linux*.
9019
9020 2015-10-12 Yao Qi <yao.qi@linaro.org>
9021
9022 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9023 (can_relocate_bcond_true): ... it.
9024 (can_relocate_bcond_false): New function.
9025 (foo): Likewise.
9026 (can_relocate_bl): Likewise.
9027 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9028 can_relocate_bl.
9029
9030 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9031
9032 * gdb.base/nested-addr.c: New file.
9033 * gdb.base/nested-addr.exp: New testcase.
9034
9035 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9036
9037 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9038 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9039 its output. Ignore the output of "record goto begin" and instead
9040 check that GDB is replaying.
9041
9042 2015-10-09 Pedro Alves <palves@redhat.com>
9043
9044 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9045 (top level): Use it in the run with no args test.
9046
9047 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9048
9049 * gdb.dlang/properties.exp: New file.
9050
9051 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9052
9053 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9054 whether or not address 0x1000 is mapped on the target.
9055
9056 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9057
9058 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9059 build.
9060
9061 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9062
9063 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9064 instruction-history test.
9065
9066 2015-09-28 Doug Evans <dje@google.com>
9067
9068 * gdb.base/gcore.c (array_func): Add reference to static_array.
9069
9070 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9071
9072 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9073 source line.
9074
9075 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9076
9077 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9078 short or char as base type.
9079
9080 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9081
9082 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9083 to allow any size enum.
9084
9085 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9086
9087 * gdb.ada/array_ptr_renaming.exp: New testcase.
9088 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9089 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9090
9091 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9092
9093 * gdb.trace/ftrace-lock.c: New file.
9094 * gdb.trace/ftrace-lock.exp: New file.
9095
9096 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9097
9098 * gdb.arch/insn-reloc.c: New file.
9099 * gdb.arch/ftrace-insn-reloc.exp: New file.
9100
9101 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9102
9103 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9104 instruction.
9105 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9106 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9107 * gdb.trace/range-stepping.c: Likewise.
9108 * gdb.trace/trace-break.c: Likewise.
9109 * gdb.trace/trace-mt.c (thread_function): Likewise.
9110 * gdb.trace/ftrace.c (marker): Likewise.
9111 * gdb.trace/trace-condition.c (marker): Likewise.
9112 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9113 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9114 is_aarch64_target.
9115
9116 2015-09-18 Doug Evans <xdje42@gmail.com>
9117
9118 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9119 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9120
9121 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9122
9123 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9124 the breakpoint.
9125
9126 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9127
9128 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9129 the pending breakpoint. Remove timeout override for "Run till
9130 MI pending breakpoint on pendfunc3 on thread 2" test.
9131
9132 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9133
9134 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9135 filename pattern.
9136
9137 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9138
9139 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9140 in breakpoint filename pattern.
9141
9142 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9143
9144 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9145
9146 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9147
9148 * gdb.linespec/explicit.exp: Check for readline support for
9149 tab-completion tests. Fix obvious typo.
9150
9151 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9152
9153 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9154 and replay.
9155
9156 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9157
9158 * gdb.btrace/non-stop.c: New.
9159 * gdb.btrace/non-stop.exp: New.
9160
9161 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9162 Yao Qi <yao.qi@linaro.org>
9163
9164 * gdb.trace/trace-condition.c: New file.
9165 * gdb.trace/trace-condition.exp: New file.
9166
9167 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
9168
9169 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9170 for testing bytecode compilation.
9171
9172 2015-09-16 Pedro Alves <palves@redhat.com>
9173 Sandra Loosemore <sandra@codesourcery.com>
9174
9175 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9176 (SECONDS): Redefine.
9177 (main): Call pthread_kill and alarm early.
9178 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9179 support.
9180 (test): If the target can't hardware step and doesn't support
9181 displaced stepping, increase the timeout.
9182
9183 2015-09-16 Pedro Alves <palves@redhat.com>
9184
9185 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9186 (enable_debug): New procedures.
9187 (test): Use them. Bail out if waiting for threads fails.
9188 (top level): Bail out if a test fails.
9189
9190 2015-09-16 Yao Qi <yao.qi@linaro.org>
9191
9192 * gdb.asm/asm-source.exp: Set asm-arch for
9193 aarch64*-*-* target.
9194 * gdb.asm/aarch64.inc: New file.
9195
9196 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9197
9198 * gdb.ada/array_of_variable_length.exp: New testcase.
9199 * gdb.ada/array_of_variable_length/foo.adb: New file.
9200 * gdb.ada/array_of_variable_length/pck.adb: New file.
9201 * gdb.ada/array_of_variable_length/pck.ads: New file.
9202
9203 2015-09-15 Doug Evans <dje@google.com>
9204
9205 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9206 of function static local variable.
9207
9208 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9209
9210 * gdb.threads/tls-so_extern.exp: New test file.
9211 * gdb.threads/tls-so_extern.c: New test file.
9212 * gdb.threads/tls-so_extern_main.c: New test file.
9213
9214 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9215
9216 * gdb.opt/solib-intra-step-lib.c: New file.
9217 * gdb.opt/solib-intra-step-main.c: New file.
9218 * gdb.opt/solib-intra-step.exp: New file.
9219
9220 2015-09-15 Pedro Alves <palves@redhat.com>
9221
9222 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9223 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9224
9225 2015-09-14 Pedro Alves <palves@redhat.com>
9226
9227 * gdb.base/hook-stop-continue.c: Delete.
9228 * gdb.base/hook-stop-continue.exp: Delete.
9229 * gdb.base/hook-stop-frame.c: Delete.
9230 * gdb.base/hook-stop-frame.exp: Delete.
9231 * gdb.base/hook-stop.c: New file.
9232 * gdb.base/hook-stop.exp: New file.
9233
9234 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9235
9236 * gdb.ada/access_to_packed_array.exp: New testcase.
9237 * gdb.ada/access_to_packed_array/foo.adb: New file.
9238 * gdb.ada/access_to_packed_array/pack.adb: New file.
9239 * gdb.ada/access_to_packed_array/pack.ads: New file.
9240
9241 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9242
9243 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9244 buffer size test.
9245
9246 2015-09-11 Don Breazeal <donb@codesourcery.com>
9247
9248 * gdb.base/foll-exec.c: Add copyright header. Fix
9249 formatting issues.
9250 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9251 (do_exec_tests): Use clean_restart in place of zap_session,
9252 and for test initialization. Fix formatting issues. Use
9253 fail in place of perror.
9254 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9255 an expect statement to match an expression with output from
9256 the program under debug.
9257 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9258 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9259 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9260 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9261 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9262
9263 2015-09-09 Doug Evans <dje@google.com>
9264
9265 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9266
9267 2015-09-09 Doug Evans <dje@google.com>
9268
9269 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9270
9271 2015-09-09 Doug Evans <dje@google.com>
9272
9273 * gdb.base/savedregs.exp: Fix typo.
9274
9275 2015-09-09 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9278
9279 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9280
9281 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9282 command actually switches threads. Give up on remaining
9283 tests if target fails to stop at breakpoint.
9284
9285 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9286
9287 * gdb.ada/funcall_char.exp: New testcase.
9288 * gdb.ada/funcall_char/foo.adb: New file.
9289
9290 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9291
9292 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9293 expected outputs. Add two testcases for completing ambiguous
9294 functions.
9295 * gdb.ada/complete/aux_pck.adb: New file.
9296 * gdb.ada/complete/aux_pck.ads: New file.
9297 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9298 Ambiguous_Func functions.
9299 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9300 * gdb.ada/complete/pck.adb: Likewise.
9301
9302 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9303
9304 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9305 failures to run the test program under GDB.
9306
9307 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
9308
9309 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9310 to C.
9311
9312 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9313
9314 * gdb.base/run-after-attach.exp: New test file.
9315 * gdb.base/run-after-attach.c: New test file.
9316
9317 2015-08-26 Don Breazeal <donb@codesourcery.com>
9318
9319 * gdb.base/foll-exec-2.c: New test program.
9320 * gdb.base/foll-exec-2.exp: New test.
9321
9322 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9323
9324 * gdb.base/nested-subp1.exp: New file.
9325 * gdb.base/nested-subp1.c: New file.
9326 * gdb.base/nested-subp2.exp: New file.
9327 * gdb.base/nested-subp2.c: New file.
9328 * gdb.base/nested-subp3.exp: New file.
9329 * gdb.base/nested-subp3.c: New file.
9330
9331 2015-08-24 Pedro Alves <palves@redhat.com>
9332
9333 * gdb.server/connect-without-multi-process.c: New file.
9334 * gdb.server/connect-without-multi-process.exp: New file.
9335
9336 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9337
9338 * gdb.opt/inline-markers.c: Make z int.
9339
9340 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9341
9342 * gdb.opt/inline-markers.c: Make z volatile.
9343
9344 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9345
9346 * gdb.opt/inline-bt.c: New volatile global z.
9347 * gdb.opt/inline-cmds.c: Likewise.
9348 * gdb.opt/inline-locals.c: Likewise.
9349 * gdb.opt/inline-markers.c: New extern global z.
9350 (marker): Use z.
9351 (inline_fn): Likewise.
9352
9353 2015-08-24 Pedro Alves <palves@redhat.com>
9354
9355 * config/m32r-stub.exp: Remove file.
9356 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9357 * gdb.base/call-rt-st.exp: Likewise.
9358 * gdb.base/call-strs.exp: Likewise.
9359 * gdb.base/default.exp: Remove references to h8300-*-hms and
9360 *-*-udi*.
9361 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9362
9363 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9364
9365 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9366 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9367 and "return" use KFAIL when GDB can not read/write the vector
9368 return value.
9369
9370 2015-08-21 Gary Benson <gbenson@redhat.com>
9371
9372 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9373
9374 2015-08-20 Pedro Alves <palves@redhat.com>
9375
9376 * gdb.server/solib-list.exp: No longer expect an interior stop in
9377 non-stop mode.
9378
9379 2015-08-20 Pedro Alves <palves@redhat.com>
9380
9381 * gdb.server/connect-stopped-target.c: New file.
9382 * gdb.server/connect-stopped-target.exp: New file.
9383
9384 2015-08-20 Pedro Alves <palves@redhat.com>
9385
9386 * gdb.dwarf2/comp-unit-lang.exp: New file.
9387 * gdb.dwarf2/comp-unit-lang.c: New file.
9388
9389 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9390
9391 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9392 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9393
9394 2015-08-19 Kevin Buettner <kevinb@redhat.com>
9395
9396 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9397 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9398
9399 2015-08-18 Doug Evans <dje@google.com>
9400 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9401
9402 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9403 skip_python_tests. New arg prompt_regexp.
9404 (skip_python_tests): New function.
9405 * lib/mi-support.exp (mi_skip_python_tests): New function.
9406 * gdb.python/py-mi-objfile-gdb.py: New file.
9407 * gdb.python/py-mi-objfile.c: New file.
9408 * gdb.python/py-mi-objfile.exp: New file.
9409
9410 2015-08-17 Keith Seitz <keiths@redhat.com>
9411
9412 * gdb.linespec/explicit.exp: Move strace test from here ...
9413 * gdb.trace/strace.exp: ... to here.
9414
9415 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9416
9417 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9418 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9419
9420 2015-08-14 Doug Evans <xdje42@gmail.com>
9421
9422 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9423 inferior before selecting a new file.
9424
9425 2015-08-14 Doug Evans <xdje42@gmail.com>
9426
9427 * gdb.mi/mi-disassemble.exp: Update.
9428 * gdb.base/disasm-optim.S: New file.
9429 * gdb.base/disasm-optim.c: New file.
9430 * gdb.base/disasm-optim.h: New file.
9431 * gdb.base/disasm-optim.exp: New file.
9432
9433 2015-08-14 Keith Seitz <keiths@redhat.com>
9434
9435 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9436 "evaluated-by".
9437
9438 2015-08-13 Joel Brobecker <brobecker@adacore.com>
9439
9440 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9441
9442 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9443
9444 * gdb.ada/fun_renaming.exp: New testcase.
9445 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9446 * gdb.ada/fun_renaming/pack.adb: New file.
9447 * gdb.ada/fun_renaming/pack.ads: New file.
9448
9449 2015-08-12 Keith Seitz <keiths@redhat.com>
9450
9451 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9452 gdb_get_line_number.
9453
9454 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9455
9456 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9457 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9458 gdb.base/dso2dso.exp: New files.
9459
9460 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9461 Pedro Alves <palves@redhat.com>
9462 Keith Seitz <keiths@redhat.com>
9463
9464 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9465 GDBFLAGS.
9466
9467 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9468
9469 * gdb.base/gdbhistsize-history.exp
9470 (test_histsize_history_setting): Use save_vars.
9471 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9472 Use save_vars.
9473 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9474 * gdb.base/readline.exp: Use save_vars.
9475
9476 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9477
9478 * lib/gdb.exp (save_vars): New proc.
9479
9480 2015-08-11 Keith Seitz <keiths@redhat.com>
9481
9482 * gdb.base/help.exp: Update help_breakpoint_text.
9483
9484 2015-08-11 Keith Seitz <keiths@redhat.com>
9485
9486 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9487 (at toplevel): Call test_explicit_breakpoints.
9488 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9489 breakpoints.
9490 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9491 breakpoint conditions, "-cond".
9492
9493 2015-08-11 Keith Seitz <keiths@redhat.com>
9494
9495 * gdb.linespec/3explicit.c: New file.
9496 * gdb.linespec/cpexplicit.cc: New file.
9497 * gdb.linespec/cpexplicit.exp: New file.
9498 * gdb.linespec/explicit.c: New file.
9499 * gdb.linespec/explicit.exp: New file.
9500 * gdb.linespec/explicit2.c: New file.
9501 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9502 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9503 before using in the matching pattern.
9504 Clarify that `prefix' is a regular expression.
9505
9506 2015-08-11 Keith Seitz <keiths@redhat.com>
9507
9508 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9509 test.
9510 Add tests for missing ",FMT" and ",".
9511
9512 2015-08-10 Doug Evans <dje@google.com>
9513 Keith Seitz <keiths@redhat.com>
9514
9515 PR gdb/17960
9516 * gdb.base/completion.exp: Add location completer tests.
9517
9518 2015-08-07 Pedro Alves <palves@redhat.com>
9519
9520 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9521 tests here.
9522 (top level): Run do_test with and without displaced stepping.
9523
9524 2015-08-07 Pedro Alves <palves@redhat.com>
9525
9526 * gdb.base/valgrind-disp-step.c: New file.
9527 * gdb.base/valgrind-disp-step.exp: New file.
9528
9529 2015-08-07 Pedro Alves <palves@redhat.com>
9530
9531 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9532 Delete function.
9533 (main): Add alarm. Run an infinite loop instead of calling
9534 wait_threads.
9535 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9536 comment.
9537 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9538 Delete function.
9539 (main): Add alarm. Run an infinite loop instead of calling
9540 wait_threads.
9541 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9542 comment.
9543
9544 2015-08-07 Pedro Alves <palves@redhat.com>
9545
9546 * gdb.base/checkpoint-ns.exp: New file.
9547 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9548 standard_testfile.
9549
9550 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9551
9552 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9553 * gdb.btrace/instruction_history.exp: Update.
9554 * gdb.btrace/tsx.exp: New.
9555 * gdb.btrace/tsx.c: New.
9556
9557 2015-08-06 Pedro Alves <palves@redhat.com>
9558
9559 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9560 increase timeout.
9561 * gdb.reverse/until-precsave.exp: Bump timeouts.
9562
9563 2015-08-06 Pedro Alves <palves@redhat.com>
9564
9565 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9566
9567 2015-08-06 Pedro Alves <palves@redhat.com>
9568
9569 PR gdb/18749
9570 * gdb.threads/process-dies-while-handling-bp.c: New file.
9571 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9572
9573 2015-08-06 Pedro Alves <palves@redhat.com>
9574
9575 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9576 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9577
9578 2015-08-05 Pedro Alves <palves@redhat.com>
9579
9580 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9581 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9582
9583 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9584
9585 * gdb.base/bp-permanent.exp: Report test as unsupported if
9586 the target cannot stop at the permanent breakpoint.
9587
9588 2015-08-03 Doug Evans <dje@google.com>
9589
9590 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9591 10000.
9592
9593 2015-08-03 Doug Evans <dje@google.com>
9594
9595 * Makefile.in (workers/%.worker, build-perf): New rule.
9596 (GDB_PERFTEST_MODE): New variable.
9597 (check-perf): Use it.
9598 (clean): Clean up gdb.perf parallel build subdirs.
9599 * lib/build-piece.exp: New file.
9600 * lib/gdb.exp (make_gdb_parallel_path): New function
9601 (standard_output_file, standard_temp_file): Call it.
9602 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9603 of $GDB_PARALLEL.
9604 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9605
9606 2015-08-03 Doug Evans <dje@google.com>
9607
9608 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9609 (LOG_FILE_NAME): New global.
9610 (TextReporter.__init__): Initialize self.txt_sum.
9611 (TextReporter.report): Add support for multiple data-points.
9612 Move report to perftest.sum, put raw data in perftest.log.
9613 (TextReporter.start): Open sum and log files.
9614 (TextReporter.end): Close sum and log files.
9615 * gdb.perf/lib/perftest/testresult.py
9616 (SingleStatisticTestResult.record): Handle multiple data-points.
9617
9618 2015-07-31 Pedro Alves <palves@redhat.com>
9619
9620 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9621 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9622 kill_wait_spawned_process instead of explicit "kill -9".
9623 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9624 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9625 kill_wait_spawned_process.
9626 * gdb.base/attach-twice.exp: Likewise.
9627 * gdb.base/attach.exp: Likewise.
9628 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9629 gdb_test_multiple.
9630 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9631 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9632 kill_wait_spawned_process.
9633 * gdb.base/valgrind-infcall.exp: Likewise.
9634 * gdb.multi/multi-attach.exp: Likewise.
9635 * gdb.python/py-prompt.exp: Likewise.
9636 * gdb.python/py-sync-interp.exp: Likewise.
9637 * gdb.server/ext-attach.exp: Likewise.
9638 * gdb.threads/attach-into-signal.exp (corefunc): Use
9639 spawn_wait_for_attach, spawn_id_get_pid and
9640 kill_wait_spawned_process.
9641 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9642 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9643 spawn_id_get_pid and kill_wait_spawned_process.
9644 * gdb.threads/attach-stopped.exp (corefunc): Use
9645 spawn_wait_for_attach, spawn_id_get_pid and
9646 kill_wait_spawned_process.
9647 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9648 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9649 kill_wait_spawned_process instead of explicit "kill -9".
9650 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9651 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9652 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9653 processes. Don't map cygwin/windows pids here. Now returns a
9654 spawn id list.
9655
9656 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9657
9658 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9659 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9660 correct patch.
9661
9662 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9663
9664 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9665
9666 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9667
9668 Reapply:
9669 2014-05-21 Mark Wielaard <mjw@redhat.com>
9670
9671 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9672
9673 2015-07-30 Pedro Alves <palves@redhat.com>
9674
9675 * linux-low.c (handle_extended_wait): Set the child's last
9676 reported status to TARGET_WAITKIND_STOPPED.
9677
9678 2015-07-30 Pedro Alves <palves@redhat.com>
9679
9680 PR threads/18600
9681 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9682 only shows inferior 1.
9683
9684 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9685 Pedro Alves <palves@redhat.com>
9686
9687 PR threads/18600
9688 * gdb.threads/fork-plus-threads.c: New file.
9689 * gdb.threads/fork-plus-threads.exp: New file.
9690
9691 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9692
9693 * gdb.base/batch-preserve-term-settings.exp
9694 (test_terminal_settings_preserved_after_cli_exit): Use
9695 send_quit_command.
9696
9697 2015-07-29 Pedro Alves <palves@redhat.com>
9698 Don Breazeal <donb@codesourcery.com>
9699
9700 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9701 output from both inferior_spawn_id and gdb_spawn_id.
9702
9703 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9704
9705 * gdb.threads/attach-into-signal.exp (corefunc): Use
9706 with_test_prefix on nested loops, uniquefying the test messages.
9707
9708 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9709
9710 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9711 commit.
9712
9713 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9714
9715 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9716 New proc.
9717 (test_terminal_settings_preserved_after_sigterm): New test.
9718
9719 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9720
9721 * gdb.base/batch-preserve-term-settings.exp
9722 (test_terminal_settings_preserved_after_cli_exit): New test.
9723
9724 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9725
9726 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9727 manipulation of saved_gdbflags.
9728 (test_terminal_settings_preserved): Remove global declaration of
9729 the unused variable pagination_prompt. Remove manipulation of
9730 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9731 GDBFLAGS.
9732
9733 2015-07-29 Pedro Alves <palves@redhat.com>
9734
9735 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9736
9737 2015-07-29 Pedro Alves <palves@redhat.com>
9738
9739 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9740 at the top.
9741
9742 2015-07-29 Pedro Alves <palves@redhat.com>
9743
9744 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9745 (main): Call gdb_unbuffer_output.
9746 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9747 (main): Call gdb_unbuffer_output.
9748 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9749 (main): Call gdb_unbuffer_output.
9750 * gdb.base/call-strs.exp: Adjust to step over the
9751 gdb_unbuffer_output call.
9752 * gdb.base/catch-gdb-caused-signals.c: Include
9753 "../lib/unbuffer_output.c".
9754 (main): Call gdb_unbuffer_output.
9755 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9756 (main): Call gdb_unbuffer_output.
9757 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9758 (main): Call gdb_unbuffer_output.
9759 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9760 (main): Call gdb_unbuffer_output.
9761 * gdb.base/shlib-call.exp: Adjust to step over the
9762 gdb_unbuffer_output call.
9763 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9764 (main): Call gdb_unbuffer_output.
9765 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9766 (main): Call gdb_unbuffer_output.
9767 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9768 (main): Rename to ...
9769 (test): ... this.
9770 (main): Reimplement.
9771 * gdb.base/varargs.exp: Run to test instead of to main.
9772 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9773 (main): Call gdb_unbuffer_output.
9774
9775 2015-07-29 Pedro Alves <palves@redhat.com>
9776
9777 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9778 factore out from mi_continue_dprintf. For call-style dprintfs,
9779 expect dprintf output out of $inferior_spawn_id.
9780 (mi_continue_dprintf): Use mi_expect_dprintf.
9781 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9782 (main): Call gdb_unbuffer_output.
9783
9784 2015-07-29 Pedro Alves <palves@redhat.com>
9785
9786 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9787 (default_mi_gdb_start): Set inferior_spawn_id instead of
9788 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9789 gdb_spawn_id.
9790 (mi_gdb_test): Always expect inferior output from both
9791 $inferior_spawn_id and $gdb_spawn_id.
9792
9793 2015-07-29 Pedro Alves <palves@redhat.com>
9794
9795 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9796 send_inferior and $inferior_spawn_id.
9797
9798 2015-07-29 Pedro Alves <palves@redhat.com>
9799
9800 * gdb.gdb/complaints.exp (test_initial_complaints)
9801 (test_serial_complaints, test_short_complaints): Use
9802 gdb_test_stdio.
9803 (test_empty_complaint): Handle $inferior_spawn_id !=
9804 $gdb_spawn_id.
9805
9806 2015-07-29 Pedro Alves <palves@redhat.com>
9807
9808 * gdb.base/varargs.exp: Use gdb_test_stdio.
9809
9810 2015-07-29 Pedro Alves <palves@redhat.com>
9811
9812 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9813
9814 2015-07-29 Pedro Alves <palves@redhat.com>
9815
9816 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9817
9818 2015-07-29 Pedro Alves <palves@redhat.com>
9819
9820 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9821 parameter into two new parameters, "inf_result" and "gdb_result".
9822 Expect inferior output and gdb output from $inferior_spawn_id and
9823 $gdb_spawn_id, respectively. Adjust all callers.
9824
9825 2015-07-29 Pedro Alves <palves@redhat.com>
9826
9827 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9828 of gdb_test_sequence.
9829
9830 2015-07-29 Pedro Alves <palves@redhat.com>
9831
9832 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9833 (saw_spurious_output): Expect inferior output from
9834 $inferior_spawn_id. Use gdb_test_stdio.
9835
9836 2015-07-29 Pedro Alves <palves@redhat.com>
9837
9838 * gdb.base/dprintf.exp: Use standard_testfile. Change
9839 prepare_for_testing call.
9840 (srcfile): Don't set.
9841 (restart): New procedure.
9842 (test_dprintf): New procecure, use to continue over dprintfs.
9843 (test_call, test_agent): New procedures, tests moved here.
9844 Restart gdb and recreate dprintfs. Adjust expected output.
9845
9846 2015-07-29 Pedro Alves <palves@redhat.com>
9847
9848 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9849
9850 2015-07-29 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9853
9854 2015-07-29 Pedro Alves <palves@redhat.com>
9855
9856 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9857 gdb_test_stdio.
9858
9859 2015-07-29 Pedro Alves <palves@redhat.com>
9860
9861 * lib/gdb.exp (gdb_test_stdio): New procedure.
9862
9863 2015-07-29 Pedro Alves <palves@redhat.com>
9864
9865 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9866
9867 2015-07-29 Pedro Alves <palves@redhat.com>
9868
9869 * gdb.base/call-signal-resume.exp: Remove check for
9870 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9871 * gdb.base/unwindonsignal.exp: Likewise.
9872 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9873 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9874
9875 2015-07-29 Pedro Alves <palves@redhat.com>
9876
9877 * gdb.base/siginfo-addr.c (pass): New function.
9878 (handler): Call it iff si_addr is correct.
9879 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9880 Set a breakpoint at "pass" and continue to it.
9881
9882 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9883
9884 * gdb.python/py-objfile.exp: Make some tests have unique names.
9885 * gdb.python/py-pp-registration.exp: Likewise.
9886
9887 2015-07-28 Pedro Alves <palves@redhat.com>
9888
9889 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9890
9891 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9892
9893 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9894
9895 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9896
9897 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9898
9899 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9900
9901 * gdb.base/gdb-sigterm-2.exp: New test.
9902
9903 2015-07-25 Doug Evans <xdje42@gmail.com>
9904
9905 Revert:
9906 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9907 (workers/%.worker, build-perf): New rule.
9908 (GDB_PERFTEST_MODE): New variable.
9909 (check-perf): Use it.
9910 (clean): Clean up gdb.perf parallel build subdirs.
9911 * lib/build-piece.exp: New file.
9912 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9913 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9914 name.
9915 (standard_temp_file): Ditto.
9916 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9917 of $GDB_PARALLEL.
9918
9919 2015-07-24 Doug Evans <dje@google.com>
9920
9921 * gdb.perf/lib/perftest/utils.py: New file.
9922 * gdb.perf/gm-hello.cc: New file.
9923 * gdb.perf/gm-pervasive-typedef.cc: New file.
9924 * gdb.perf/gm-pervasive-typedef.h: New file.
9925 * gdb.perf/gm-std.cc: New file.
9926 * gdb.perf/gm-std.h: New file.
9927 * gdb.perf/gm-use-cerr.cc: New file.
9928 * gdb.perf/gm-utils.h: New file.
9929 * gdb.perf/gmonster-null-lookup.py: New file.
9930 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9931 * gdb.perf/gmonster-print-cerr.py: New file.
9932 * gdb.perf/gmonster-ptype-string.py: New file.
9933 * gdb.perf/gmonster-runto-main.py: New file.
9934 * gdb.perf/gmonster-select-file.py: New file.
9935 * gdb.perf/gmonster1-null-lookup.exp: New file.
9936 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9937 * gdb.perf/gmonster1-print-cerr.exp: New file.
9938 * gdb.perf/gmonster1-ptype-string.exp: New file.
9939 * gdb.perf/gmonster1-runto-main.exp: New file.
9940 * gdb.perf/gmonster1-select-file.exp: New file.
9941 * gdb.perf/gmonster1.cc: New file.
9942 * gdb.perf/gmonster1.exp: New file.
9943 * gdb.perf/gmonster2-null-lookup.exp: New file.
9944 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9945 * gdb.perf/gmonster2-print-cerr.exp: New file.
9946 * gdb.perf/gmonster2-ptype-string.exp: New file.
9947 * gdb.perf/gmonster2-runto-main.exp: New file.
9948 * gdb.perf/gmonster2-select-file.exp: New file.
9949 * gdb.perf/gmonster2.cc: New file.
9950 * gdb.perf/gmonster2.exp: New file.
9951
9952 2015-07-24 Doug Evans <dje@google.com>
9953
9954 * gdb.perf/README: New file.
9955 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9956 * lib/gen-perf-test.exp: New file.
9957
9958 2015-07-24 Doug Evans <dje@google.com>
9959
9960 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9961 (PerfTest::startup): New function.
9962 (PerfTest::run): Return result of calling body.
9963 (PerfTest::assemble): Rewrite.
9964 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9965 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9966 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9967 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9968 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9969
9970 2015-07-24 Doug Evans <dje@google.com>
9971
9972 * lib/gdb.exp (clean_restart): Make executable optional.
9973
9974 2015-07-24 Doug Evans <dje@google.com>
9975
9976 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9977 compiler_info references.
9978 * gdb.cp/temargs.exp: Ditto.
9979 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9980 (get_compiler_info): Early exit if already computed. Set compiler_info
9981 to "unknown" if there was a problem.
9982 (test_compiler_info): Add function comment. Call get_compiler_info.
9983
9984 2015-07-24 Doug Evans <dje@google.com>
9985
9986 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9987 (workers/%.worker, build-perf): New rule.
9988 (GDB_PERFTEST_MODE): New variable.
9989 (check-perf): Use it.
9990 (clean): Clean up gdb.perf parallel build subdirs.
9991 * lib/build-piece.exp: New file.
9992 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9993 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9994 name.
9995 (standard_temp_file): Ditto.
9996 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9997 of $GDB_PARALLEL.
9998
9999 2015-07-24 Doug Evans <dje@google.com>
10000
10001 * lib/future.exp (gdb_default_target_compile): New option
10002 "early_flags".
10003 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10004 --as-needed.
10005
10006 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10007
10008 * gdb.base/catch-syscall.exp: Call gdb_exit before
10009 gdb_skip_xml_test.
10010
10011 2015-07-24 Pedro Alves <palves@redhat.com>
10012
10013 * gdb.python/py-events.exp: Accept output between the stop event
10014 and the prompt.
10015 * gdb.python/py-evsignal.exp: Likewise.
10016 * gdb.python/py-evthreads.exp: Likewise.
10017
10018 2015-07-24 Pedro Alves <palves@redhat.com>
10019
10020 PR gdb/18717
10021 * gdb.threads/non-ldr-exit.c: New file.
10022 * gdb.threads/non-ldr-exit.exp: New file.
10023
10024 2015-07-24 Yao Qi <yao.qi@linaro.org>
10025
10026 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10027 restarting process.
10028
10029 2015-07-24 Yao Qi <yao.qi@linaro.org>
10030
10031 * gdb.server/ext-restart.exp: New file.
10032
10033 2015-07-24 Yao Qi <yao.qi@linaro.org>
10034
10035 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10036 argument options.
10037 * gdb.server/ext-wrapper.exp: New file.
10038
10039 2015-07-23 Doug Evans <dje@google.com>
10040
10041 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10042 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10043
10044 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10045
10046 * gdb.ada/var_arr_typedef.exp: New testcase.
10047 * gdb.ada/var_arr_typedef/pack.adb: New file.
10048 * gdb.ada/var_arr_typedef/pack.ads: New file.
10049 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10050
10051 2015-07-20 Joel Brobecker <brobecker@adacore.com>
10052
10053 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10054
10055 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10056
10057 * gdb.arch/i386-biarch-core.exp: Replace istarget
10058 by "complete set gnutarget". Remove expectation for the "core-file"
10059 command.
10060
10061 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10062
10063 Revert the previous commit:
10064 Tests for validate symbol file using build-id.
10065
10066 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10067
10068 Tests for validate symbol file using build-id.
10069 * gdb.base/solib-mismatch-lib.c: New file.
10070 * gdb.base/solib-mismatch-libmod.c: New file.
10071 * gdb.base/solib-mismatch.c: New file.
10072 * gdb.base/solib-mismatch.exp: New file.
10073
10074 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10075
10076 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10077 nios2-*-linux*.
10078 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10079 * gdb.base/siginfo.exp: Likewise.
10080 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10081
10082 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10083
10084 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10085 Move it to ...
10086 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10087 ... here.
10088 * gdb.trace/range-stepping.exp: Check that the target supports
10089 range stepping.
10090
10091 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10092
10093 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10094
10095 2015-07-14 Pedro Alves <palves@redhat.com>
10096
10097 * gdb.base/killed-outside.exp: New file.
10098 * gdb.base/killed-outside.c: New file.
10099
10100 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10101
10102 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10103 (n at main): New.
10104 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10105
10106 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10107
10108 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10109 infcall tests instead of setting up for KFAIL.
10110
10111 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10112
10113 * gdb.btrace/record_goto-step.exp: New.
10114
10115 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10116
10117 PR compile/18484
10118 * gdb.compile/compile.c (struct struct_type): Add volatile to
10119 selffield's type.
10120 * gdb.compile/compile.exp
10121 (compile code struct_object.selffield = &struct_object): Skip further
10122 struct_object tests if this one xfails.
10123
10124 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
10125
10126 PR exp/18617
10127 * gdb.trace/ax.exp: Add test.
10128
10129 2015-07-07 Yao Qi <yao.qi@linaro.org>
10130
10131 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10132 instead of istarget "aarch64*-*-*".
10133 * gdb.arch/aarch64-fp.exp: Likewise.
10134 * gdb.base/float.exp: Likewise.
10135 * gdb.reverse/aarch64.exp: Likewise.
10136 * lib/gdb.exp (is_aarch64_target): New proc.
10137
10138 2015-07-07 Yao Qi <yao.qi@linaro.org>
10139
10140 * lib/gdb.exp (is_aarch32_target): New proc.
10141 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10142 instead of "istarget "arm*-*-*"".
10143 * gdb.arch/arm-disp-step.exp: Likewise.
10144 * gdb.arch/thumb-bx-pc.exp: Likewise.
10145 * gdb.arch/thumb-prologue.exp: Likewise.
10146 * gdb.arch/thumb-singlestep.exp: Likewise.
10147 * gdb.base/disp-step-syscall.exp: Likewise.
10148 * gdb.base/float.exp: Likewise.
10149
10150 2015-07-07 Yao Qi <yao.qi@linaro.org>
10151
10152 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10153 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10154
10155 2015-07-07 Yao Qi <yao.qi@linaro.org>
10156
10157 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10158 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10159 if it exists.
10160 * gdb.multi/multi-arch.exp: Likewise.
10161
10162 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10163
10164 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10165 print.
10166
10167 2015-07-07 Yao Qi <yao.qi@linaro.org>
10168
10169 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10170
10171 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10172
10173 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10174 '[' and ']' characters.
10175
10176 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10177
10178 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10179
10180 2015-06-29 Pedro Alves <palves@redhat.com>
10181
10182 PR threads/18127
10183 * gdb.threads/hand-call-new-thread.c: New file.
10184 * gdb.threads/hand-call-new-thread.c: New file.
10185
10186 2015-06-26 Keith Seitz <keiths@redhat.com>
10187 Doug Evans <dje@google.com>
10188
10189 PR 16253
10190 * gdb.cp/var-tag-2.cc: New file.
10191 * gdb.cp/var-tag-3.cc: New file.
10192 * gdb.cp/var-tag-4.cc: New file.
10193 * gdb.cp/var-tag.cc: New file.
10194 * gdb.cp/var-tag.exp: New file.
10195
10196 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10197
10198 * gdb.base/history-duplicates.exp: New test.
10199
10200 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10201
10202 * gdb.base/completion.exp: Test the completion of the "focus"
10203 command.
10204
10205 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10206
10207 * gdb.arch/amd64-prologue-skip.S: New file.
10208 * gdb.arch/amd64-prologue-skip.exp: New file.
10209
10210 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10211
10212 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10213 is_address_zero_readable check.
10214
10215 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10216
10217 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10218 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10219
10220 2015-06-24 Yao Qi <yao.qi@linaro.org>
10221
10222 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10223 linux targets.
10224
10225 2015-06-24 Yao Qi <yao.qi@linaro.org>
10226
10227 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10228 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10229 * gdb.base/siginfo-thread.exp: Likewise.
10230
10231 2015-06-22 Yao Qi <yao.qi@linaro.org>
10232
10233 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10234
10235 2015-06-22 Yao Qi <yao.qi@linaro.org>
10236
10237 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10238 aarch64*-*-*.
10239 (skip_hw_watchpoint_tests): Likewise.
10240
10241 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10242
10243 * gdb.base/gdbinit-history.exp: Test the interaction between
10244 setting GDBHISTSIZE and setting the history size via .gdbinit.
10245
10246 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10247
10248 PR gdb/16999
10249 * gdb.base/gdbhistsize-history.exp: New test.
10250
10251 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10252
10253 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10254 with GDBHISTSIZE.
10255 * gdb.base/readline.exp: Likewise.
10256
10257 2015-06-17 Yao Qi <yao.qi@linaro.org>
10258
10259 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10260 line.
10261
10262 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10263
10264 * gdb.base/gdbinit-history.exp: Add test case to check that
10265 an unlimited history file does not get truncated on exit.
10266
10267 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10268
10269 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10270 (VECTOR): New macro. Use it...
10271 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10272 ...for these typedefs.
10273 (int8, char1, int1, double1): New typedefs.
10274 (struct just_int2, struct two_int2): New structures.
10275 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10276 (add_structvecs, add_singlevecs): New functions.
10277 (main): Call add_some_intvecs twice.
10278 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10279 the compile and exit upon failure. Try compiling for the "native"
10280 architecture. Test inferior function calls with vector arguments
10281 and vector return value handling with "finish" and "return".
10282
10283 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10284
10285 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10286 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10287 PE file.
10288 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10289
10290 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10291
10292 PR breakpoints/16465
10293 * gdb.mi/mi-dprintf-pending.c: New file.
10294 * gdb.mi/mi-dprintf-pending.exp: New test.
10295 * gdb.mi/mi-dprintf-pendshr.c: New file.
10296
10297 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10298 Mircea Gherzan <mircea.gherzan@intel.com>
10299
10300 * gdb.arch/i386-mpx-map.c: New file.
10301 * gdb.arch/i386-mpx-map.exp: New File.
10302
10303 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10304
10305 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10306 * gdb.arch/i386-mpx.exp: Indentation fixed.
10307
10308 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10309
10310 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10311 function and improved indentation.
10312 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10313 gdb_test_multiple. Added additional tests to skip the test.
10314
10315 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10316
10317 * gdb.arch/i386-avx512.c: Change path in include file.
10318 * gdb.arch/i386-avx512.exp: Change include dir path
10319 compilation flag.
10320 * gdb.arch/i386-mpx.c: Change path in include file.
10321 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10322 flag.
10323
10324 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10325
10326 * gdb.compile/compile-print.exp (compile print *vararray@3)
10327 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10328
10329 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10330
10331 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10332 (do not keep jit in memory): ... this.
10333 (expect 5): Change it to ...
10334 (expect no 5): ... this.
10335
10336 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10337
10338 PR gdb/15564
10339 * gdb.mi/mi-detach.exp: New file.
10340
10341 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10342
10343 PR symtab/18392
10344 * gdb.arch/amd64-tailcall-self.S: New file.
10345 * gdb.arch/amd64-tailcall-self.c: New file.
10346 * gdb.arch/amd64-tailcall-self.exp: New file.
10347
10348 2015-05-28 Don Breazeal <donb@codesourcery.com>
10349
10350 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10351 tests for remote targets by checking is_target_gdbserver.
10352
10353 2015-05-27 Doug Evans <dje@google.com>
10354
10355 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10356 * gdb.dwarf2/opaque-type-lookup.c: New file.
10357 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10358
10359 2015-05-26 Doug Evans <dje@google.com>
10360
10361 * gdb.cp/iostream.cc: New file.
10362 * gdb.cp/iostream.exp: New file.
10363
10364 2015-05-26 Doug Evans <dje@google.com>
10365
10366 * gdb.dwarf2/dw2-op-call.exp: Update.
10367 * gdb.dwarf2/dw4-sig-types.exp: Update.
10368 * gdb.dwarf2/implptr.exp: Update.
10369 * gdb.mi/mi-cmd-param-changed.exp: Update.
10370
10371 2015-05-26 Doug Evans <dje@google.com>
10372
10373 * gdb.python/py-lazy-string.c: New file.
10374 * gdb.python/py-lazy-string.exp: New file.
10375 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10376 (main): Update. Add estring3.
10377 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10378 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10379
10380 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10381 Yao Qi <yao.qi@linaro.org>
10382
10383 * gdb.reverse/aarch64.c: New.
10384 * gdb.reverse/aarch64.exp: New.
10385
10386 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10387
10388 * lib/gdb.exp (supports_process_record): Return true for
10389 aarch64*-linux*.
10390 (supports_reverse): Likewise.
10391
10392 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10393
10394 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10395 Use with_test_prefix.
10396
10397 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10398
10399 * gdb.base/completion.exp: Add test for completion of layout
10400 names.
10401
10402 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10403
10404 * lib/gdb.exp (skip_tui_tests): New proc.
10405 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10406
10407 2015-05-19 Pedro Alves <palves@redhat.com>
10408
10409 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10410 Save the whole env array instead of just HOME. Unset HISTSIZE in
10411 the environment while testing. Restore whole environment
10412 afterwards.
10413
10414 2015-05-16 Doug Evans <xdje42@gmail.com>
10415
10416 * gdb.guile/scm-ports.c: New file.
10417 * gdb.guile/scm-ports.exp: Add memory port tests.
10418
10419 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10420
10421 * gdb.compile/compile-print.c: New file.
10422 * gdb.compile/compile-print.exp: New file.
10423
10424 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10425
10426 * gdb.compile/compile-ops.exp: Cast param to void.
10427 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10428 (compile code struct_object.selffield = &struct_object): Add xfail.
10429
10430 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10431
10432 * gdb.ada/arr_enum_with_gap: New testcase.
10433
10434 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10435
10436 * gdb.ada/byte_packed_arr: New testcase.
10437
10438 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10439
10440 * gdb.ada/pckd_neg: New testcase.
10441
10442 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10443
10444 PR gdb/17820
10445 * gdb.base/gdbinit-history.exp: New test.
10446 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10447 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10448
10449 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10450
10451 * gdb.python/py-xmethods.cc: Enhance test case.
10452 * gdb.python/py-xmethods.exp: New tests.
10453 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10454 function.
10455 (B_indexoper): Likewise.
10456 (global_dm_list) : Add new xmethod worker functions.
10457
10458 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10459
10460 * gdb.base/coredump-filter.exp: Correctly unset
10461 "coredump_var_addr" array.
10462
10463 2015-05-08 Pedro Alves <palves@redhat.com>
10464
10465 * gdb.server/non-existing-program.exp: Unset spawn_id.
10466
10467 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10468
10469 PR python/18291
10470 * gdb.python/py-xmethods.exp: Add tests.
10471
10472 2015-05-08 Yao Qi <yao.qi@linaro.org>
10473
10474 PR gdb/18208
10475 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10476 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10477 function set_coredump_filter, and remove remote_exec call.
10478 Remove argument ipid. Callers update.
10479 (top level): Don't get inferior's PID.
10480
10481 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10482
10483 * gdb.base/watch_thread_num.exp: Skip test on targets without
10484 access watchpoints.
10485
10486 2015-05-06 Pedro Alves <palves@redhat.com>
10487
10488 PR server/18081
10489 * gdb.server/non-existing-program.exp: New file.
10490
10491 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10492
10493 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10494
10495 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10496
10497 * gdb.ada/out_of_line_in_inlined: New testcase.
10498
10499 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10500
10501 * gdb.ada/var_rec_arr: New testcase.
10502
10503 2015-04-30 Yao Qi <yao.qi@linaro.org>
10504
10505 * gdb.base/break-idempotent.exp: If
10506 skip_hw_watchpoint_multi_tests returns true, skip the tests
10507 on "rwatch" and "awatch".
10508
10509 2015-04-30 Yao Qi <yao.qi@linaro.org>
10510
10511 * gdb.base/relativedebug.exp: Invoke gdb command
10512 "info sharedlibrary", and if libc.so doesn't have debug info,
10513 skip the test.
10514
10515 2015-04-29 Doug Evans <dje@google.com>
10516
10517 * gdb.python/py-xmethods.exp: Add ptype tests.
10518 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10519 get_result_type method.
10520
10521 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10522
10523 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10524 the target does not support hardware watchpoints.
10525
10526 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10527
10528 * gdb.base/break-always.exp: Abort testing if writing to memory
10529 causes an error.
10530
10531 2015-04-28 Doug Evans <dje@google.com>
10532
10533 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10534 * gdb.python/py-pp-registration.exp: ... here. New file.
10535 * gdb.python/py-pp-registration.c: New file.
10536 * gdb.python/py-pp-registration.py: New file.
10537
10538 2015-04-28 Doug Evans <dje@google.com>
10539
10540 * gdb.python/py-bad-printers.c: New file.
10541 * gdb.python/py-bad-printers.py: New file.
10542 * gdb.python/py-bad-printers.exp: New file.
10543
10544 2015-04-28 Sasha Smundak <asmundak@google.com>
10545
10546 * gdb.python/py-type.exp: New test.
10547
10548 2015-04-28 Andy Wingo <wingo@igalia.com>
10549
10550 * gdb.python/py-parameter.exp:
10551 * gdb.guile/scm-parameter.exp: Escape the path that we are
10552 matching against, as it might contain characters that are special
10553 to regular expressions.
10554
10555 2015-04-27 Joel Brobecker <brobecker@adacore.com>
10556
10557 * gdb.ada/rec_comp: New testcase.
10558
10559 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10560
10561 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10562 before using it.
10563
10564 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10565
10566 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10567 new tests for verilog output.
10568
10569 2015-04-24 Yao Qi <yao.qi@linaro.org>
10570
10571 * boards/remote-gdbserver-on-localhost.exp: New file.
10572
10573 2015-04-23 Pedro Alves <palves@redhat.com>
10574
10575 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10576 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10577 "end of file", remove $inferior_spawn_id from the indirect list.
10578
10579 2015-04-23 Pedro Alves <palves@redhat.com>
10580
10581 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10582
10583 2015-04-23 Pedro Alves <palves@redhat.com>
10584
10585 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10586 on $any_spawn_id instead of only on $gdb_spawn_id.
10587
10588 2015-04-21 Pierre Muller <muller@sourceware.org>
10589
10590 PR pascal/17815
10591 * lib/pascal.exp (gpc_compile): Add new option "class".
10592 (fpc_compile): Likewise.
10593 * gdb.pascal/case-insensitive-symbols.pas: New file.
10594 * gdb.pascal/case-insensitive-symbols.exp: New file.
10595
10596 2015-04-20 Gary Benson <gbenson@redhat.com>
10597
10598 * gdb.base/attach.exp: Fix three extended remote failures.
10599
10600 2015-04-17 Gary Benson <gbenson@redhat.com>
10601
10602 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10603 the main executable over the remote protocol.
10604
10605 2015-04-16 Pedro Alves <palves@redhat.com>
10606
10607 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10608 a new gdbserver if gdbserver_reconnect_p is set.
10609
10610 2015-04-16 Pedro Alves <palves@redhat.com>
10611
10612 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10613 is set, don't exit gdbserver.
10614
10615 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10616
10617 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10618 appropriate .insn, such that an older assembler can be used.
10619 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10620 the z/Architecture instruction set on 31-bit targets as well.
10621
10622 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10623
10624 * gdb.go/handcall.exp: Remove all logic related to the first
10625 breakpoint and rely on go_runto_main instead.
10626 * gdb.go/strings.exp: Likewise.
10627 * gdb.go/unsafe.exp: Likewise.
10628 * gdb.go/hello.exp: Likewise. Also rename the remaining
10629 breakpoint marker to "breakpoint 1".
10630 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10631 * gdb.go/strings.go: Likewise.
10632 * gdb.go/unsafe.go: Likewise.
10633 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10634 "set breakpoint 2 here" and rename the remaining breakpoint marker
10635 to "breakpoint 1".
10636
10637 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10638
10639 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10640 if itertools.imap is not present.
10641 * gdb.python/py-objfile.exp: Add parentheses.
10642 * gdb.python/py-type.exp: Same.
10643 * gdb.python/py-unwind-maint.py: Same.
10644
10645 2015-04-15 Yao Qi <yao.qi@linaro.org>
10646
10647 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10648 of ":$ptr_size" and set its form explicitly.
10649
10650 2015-04-15 Pedro Alves <palves@redhat.com>
10651 Yao Qi <yao.qi@linaro.org>
10652
10653 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10654 timeout by factor of 4.
10655 (test_regular_watch): Likewise.
10656 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10657 * gdb.reverse/sigall-reverse.exp: Likewise.
10658 * gdb.reverse/until-precsave.exp: Likewise.
10659 * lib/gdb.exp (with_timeout_factor): New proc.
10660 (gdb_expect): Move some code to ...
10661 (get_largest_timeout): ... here. New procedure.
10662
10663 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
10664
10665 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10666
10667 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10668
10669 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10670 to write to the .text section.
10671
10672 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10673
10674 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10675 Handle the case of targets that do not provide PID information.
10676
10677 2015-04-13 Yao Qi <yao.qi@linaro.org>
10678
10679 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10680 and use expect instead of gdb_expect.
10681
10682 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10683
10684 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10685 "coredump_var_addr" to avoid naming conflict with other testcases.
10686
10687 2015-04-10 Pedro Alves <palves@redhat.com>
10688
10689 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10690 gdb_test_sequence and gdb_assert.
10691
10692 2015-04-10 Pedro Alves <palves@redhat.com>
10693
10694 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10695 test messages that don't include the breakpoint address.
10696
10697 2015-04-10 Yao Qi <yao.qi@linaro.org>
10698
10699 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10700 false for some offset and width combinations which aren't
10701 supported by linux kernel.
10702
10703 2015-04-10 Pedro Alves <palves@redhat.com>
10704
10705 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10706 procedure, factored out from ...
10707 (top level): ... here. Add "set displaced-stepping" testing axis.
10708 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10709 parameter "displaced". Use it.
10710 (top level): Use foreach and add "set displaced-stepping" testing
10711 axis.
10712
10713 2015-04-10 Pedro Alves <palves@redhat.com>
10714
10715 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10716 Remove comment.
10717 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10718 both the address of the instruction that triggers the watchpoint
10719 and the address of the instruction immediately after, and use
10720 those addresses for the test. Fix comment.
10721
10722 2015-04-10 Pedro Alves <palves@redhat.com>
10723
10724 * gdb.base/sigstep.exp (breakpoint_to_handler)
10725 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10726 Test "backtrace" in handler.
10727 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10728 (top level): Add new "displaced" test axis to
10729 breakpoint_to_handler, breakpoint_to_handler_entry and
10730 breakpoint_over_handler.
10731
10732 2015-04-10 Pedro Alves <palves@redhat.com>
10733
10734 PR gdb/18216
10735 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10736
10737 2015-04-10 Yao Qi <yao.qi@linaro.org>
10738
10739 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10740 (test_add_rn_pc): New function.
10741 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10742 (top level): Invoke test_add_rn_pc.
10743
10744 2015-04-10 Pedro Alves <palves@redhat.com>
10745
10746 PR gdb/13858
10747 * gdb.base/step-over-no-symbols.exp: New file.
10748
10749 2015-04-09 Andy Wingo <wingo@igalia.com>
10750
10751 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10752 after the Python tests.
10753
10754 2015-04-08 Keith Seitz <keiths@redhat.com>
10755
10756 PR python/16699
10757 * gdb.python/py-completion.exp: New tests for completion.
10758 * gdb.python/py-completion.py (CompleteLimit1): New class.
10759 (CompleteLimit2): Likewise.
10760 (CompleteLimit3): Likewise.
10761 (CompleteLimit4): Likewise.
10762 (CompleteLimit5): Likewise.
10763 (CompleteLimit6): Likewise.
10764 (CompleteLimit7): Likewise.
10765
10766 2015-04-08 Pedro Alves <palves@redhat.com>
10767
10768 PR gdb/18214
10769 PR gdb/18216
10770 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10771 function.
10772 (main): Install it as SIGUSR1 handler.
10773 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10774 parameter. Always use "setup" as prefix. Toggle "set
10775 displaced-stepping" off/on depending on global. Don't switch to
10776 thread 1 here.
10777 (top level): Add displaced stepping "off/on" test axis. Update
10778 "setup" calls. Wrap each subtest with with_test_prefix. Test
10779 continuing with a queued signal in each thread.
10780
10781 2015-04-08 Pedro Alves <palves@redhat.com>
10782
10783 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10784 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10785 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10786 Return early if running to main fails.
10787 * gdb.trace/while-stepping.exp: Likewise.
10788
10789 2015-04-07 Pedro Alves <palves@redhat.com>
10790
10791 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10792 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10793 interact with inferior program.
10794
10795 2015-04-07 Pedro Alves <palves@redhat.com>
10796
10797 * lib/gdb.exp (inferior_spawn_id): New global.
10798 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10799 spawn id after processing the user code.
10800 (default_gdb_start): Set inferior_spawn_id.
10801 (send_inferior): New procedure.
10802 * lib/gdbserver-support.exp (gdbserver_start): Set
10803 inferior_spawn_id.
10804 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10805
10806 2015-04-07 Pedro Alves <palves@redhat.com>
10807
10808 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10809 * lib/gdbserver-support.exp (gdbserver_start): Make
10810 $server_spawn_id global.
10811 (gdbserver_start): Don't wait for gdbserver's spawn id with
10812 expect_background.
10813 (close_gdbserver): New procedure.
10814 (gdb_exit): Rename the default version and reimplement.
10815
10816 2015-04-07 Pedro Alves <palves@redhat.com>
10817
10818 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10819 append the substituted item, not the original item.
10820
10821 2015-04-07 Pedro Alves <palves@redhat.com>
10822
10823 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10824 gdb_expect.
10825
10826 2015-04-07 Pedro Alves <palves@redhat.com>
10827
10828 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10829 output appearing once only.
10830
10831 2015-04-07 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10834 that doesn't expect anything. Return early if running to main
10835 fails.
10836
10837 2015-04-07 Yao Qi <yao.qi@linaro.org>
10838
10839 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10840 (child_function): Call alarm.
10841 (main): Move call to alarm into the loop.
10842 * gdb.threads/non-stop-fair-events.exp: Build program with
10843 -DTIMEOUT=$timeout.
10844
10845 2015-04-06 Doug Evans <xdje42@gmail.com>
10846
10847 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10848 Fix dest parameter to board_info.
10849 (fpc_compile): Ditto.
10850 (gdb_compile_pascal): Rename dest arg to destfile.
10851
10852 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10853
10854 * gdb.ada/funcall_ref.exp: New file.
10855 * gdb.ada/funcall_ref/foo.adb: New file.
10856
10857 2015-04-02 Yao Qi <yao.qi@linaro.org>
10858
10859 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10860 is remote.
10861
10862 2015-04-02 Gary Benson <gbenson@redhat.com>
10863
10864 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10865
10866 2015-04-01 Sasha Smundak <asmundak@google.com>
10867
10868 * gdb.python/py-unwind-maint.c: New file.
10869 * gdb.python/py-unwind-maint.exp: New test.
10870 * gdb.python/py-unwind-maint.py: New file.
10871 * gdb.python/py-unwind.c: New file.
10872 * gdb.python/py-unwind.exp: New test.
10873 * gdb.python/py-unwind.py: New test.
10874
10875 2015-04-01 Pedro Alves <palves@redhat.com>
10876
10877 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10878 to fail instead of non-existent $test.
10879
10880 2015-04-01 Pedro Alves <palves@redhat.com>
10881
10882 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10883 GDBFLAGS if not empty.
10884
10885 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10886
10887 * gdb.ada/complete.exp: Remove "multi_line".
10888 * gdb.ada/info_exc.exp: Remove "multi_line".
10889 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10890 * gdb.ada/ptype_field.exp: Remove "multi_line".
10891 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10892 * gdb.ada/tagged.exp: Remove "multi_line".
10893 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10894 [multi_line ...]
10895 * gdb.btrace/delta.exp: Likewise.
10896 * gdb.btrace/exception.exp: Likewise.
10897 * gdb.btrace/function_call_history.exp: Likewise.
10898 * gdb.btrace/instruction_history.exp: Likewise.
10899 * gdb.btrace/nohist.exp: Likewise.
10900 * gdb.btrace/record_goto.exp: Likewise.
10901 * gdb.btrace/segv.exp: Likewise.
10902 * gdb.btrace/stepi.exp: Likewise.
10903 * gdb.btrace/tailcall.exp: Likewise.
10904 * gdb.btrace/unknown_functions.exp: Likewise.
10905 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10906 * lib/gdb.exp: Add the "multi_line" helper.
10907
10908 2015-04-01 Pedro Alves <palves@redhat.com>
10909
10910 * gdb.threads/tid-reuse.c: New file.
10911 * gdb.threads/tid-reuse.exp: New file.
10912
10913 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10914
10915 PR corefiles/16092
10916 * gdb.base/coredump-filter.c: New file.
10917 * gdb.base/coredump-filter.exp: Likewise.
10918
10919 2015-03-27 Petr Machata <pmachata@redhat.com>
10920
10921 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10922 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10923 (Dwarf::assemble): Initialize them.
10924 (Dwarf::lines): New function.
10925
10926 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10927
10928 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10929 SYMBOL_PREFIX for x86_64-*-cygwin.
10930
10931 2015-03-26 Andy Wingo <wingo@igalia.com>
10932
10933 PR symtab/18148
10934 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10935 const_value but not a location.
10936 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10937 location defined in non-main CUs are visible.
10938
10939 2015-03-26 Yao Qi <yao.qi@linaro.org>
10940
10941 PR testsuite/18139
10942 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10943 Add a line number entry for the same line.
10944 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10945 Add a line number entry for the same line.
10946
10947 2015-03-26 Yao Qi <yao.qi@linaro.org>
10948
10949 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10950 .int 0.
10951 (func): Likewise. Add .Lfunc_1 label.
10952 Use .Lfunc_1 label.
10953 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10954 .int 0.
10955 (func): Likewise.
10956 Use .Lfunc_1 label.
10957
10958 2015-03-26 Yao Qi <yao.qi@linaro.org>
10959
10960 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10961 Call gdb_compile instead to compile each .s files without debug
10962 information.
10963
10964 2015-03-26 Yao Qi <yao.qi@linaro.org>
10965
10966 * gdb.base/savedregs.exp (process_saved_regs): Make
10967 "Saved registers:" optional in the pattern.
10968
10969 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10970
10971 * gdb.btrace/next.exp: Merged into step.exp.
10972 * gdb.btrace/finish.exp: Merged into step.exp.
10973 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10974 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10975 "record goto" and checking the exact replay position.
10976 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10977 check for "Recording format" in "info record" output.
10978 * gdb.btrace/record_goto.exp: Choose test file based on target.
10979 * gdb.btrace/x86-record_goto.S: Renamed into ...
10980 * gdb.btrace/x86_64-record_goto.S: ... this.
10981 * gdb.btrace/i686-record_goto.S: New.
10982 * gdb.btrace/x86-tailcall.S: Renamed into ...
10983 * gdb.btrace/x86_64-tailcall.S: ... this.
10984 * gdb.btrace/i686-tailcall.S: New.
10985 * gdb.btrace/x86-tailcall.c: Renamed into ...
10986 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10987 separate statements. Update test.
10988 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10989 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10990 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10991 * gdb.btrace/tailcall.exp: Choose test file based on target.
10992 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10993
10994 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10995
10996 * gdb.btrace/exception.exp: Increase BTS buffer size.
10997
10998 2015-03-24 Pedro Alves <palves@redhat.com>
10999
11000 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11001
11002 2015-03-24 Pedro Alves <palves@redhat.com>
11003
11004 * gdb.threads/schedlock.exp (test_step): No longer expect that
11005 "set scheduler-locking step" with "next" over a function call runs
11006 threads unlocked.
11007
11008 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11009
11010 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11011
11012 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11013
11014 PR breakpoints/16466
11015 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11016 * gdb.mi/mi-pending.c (thread_func): New function.
11017 (int main): Add threading support required.
11018 * gdb.mi/mi-pending.exp: Add tests for this issue.
11019 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11020 (pendfunc2): Remove stdio dependency.
11021 * gdb.mi/mi-pendshr2.c: New file.
11022
11023 2015-03-23 Keith Seitz <keiths@redhat.com>
11024
11025 * gdb.linespec/keywords.c: New file.
11026 * gdb.linespec/keywords.exp: New file.
11027
11028 2015-03-23 Keith Seitz <keiths@redhat.com>
11029
11030 PR gdb/18021
11031 * gdb.dwarf2/staticvirtual.exp: New test.
11032
11033 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11034
11035 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11036 * README: Remove HP-UX and gdb.hp.
11037 (configuration):
11038 * configure: Regenerate.
11039 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11040 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11041 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11042 gdb.hp/gdb.defects/Makefile.
11043 * gdb.hp/Makefile.in: File deleted.
11044 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11045 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11046 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11047 * gdb.hp/gdb.aCC/run.c: File deleted.
11048 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11049 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11050 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11051 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11052 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11053 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11054 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11055 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11056 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11057 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11058 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11059 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11060 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11061 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11062 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11063 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11064 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11065 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11066 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11067 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11068 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11069 * gdb.hp/gdb.compat/average.c: File deleted.
11070 * gdb.hp/gdb.compat/sum.c: File deleted.
11071 * gdb.hp/gdb.compat/xdb.c: File deleted.
11072 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11073 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11074 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11075 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11076 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11077 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11078 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11079 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11080 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11081 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11082 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11083 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11084 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11085 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11086 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11087 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11088 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11089 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11090 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11091 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11092 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11093 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11094 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11095 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11096 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11097 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11098 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11099 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11100 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11101 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11102 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11103 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11104 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11105 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11106 * gdb.hp/tools/odump: File deleted.
11107
11108 2015-03-19 Pedro Alves <palves@redhat.com>
11109
11110 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11111 (saw_thread_3): New globals.
11112 (top level): Increment them when an event for the corresponding
11113 thread is seen.
11114 (no thread starvation): New test.
11115
11116 2015-03-19 Pedro Alves <palves@redhat.com>
11117
11118 * gdb.threads/continue-pending-status.c: New file.
11119 * gdb.threads/continue-pending-status.exp: New file.
11120
11121 2015-03-18 Pedro Alves <palves@redhat.com>
11122
11123 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11124 Use gdb_is_target_remote instead of is_remote. Use
11125 gdb_test_multiple instead of gdb_expect. Exit early if
11126 gdb_test_multiple hits its internal matches. Tighten stepi tests
11127 expected output. Fail on exit with any signal, instead of just
11128 SIGILL.
11129
11130 2015-03-18 Yao Qi <yao.qi@linaro.org>
11131
11132 PR tdep/18107
11133 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11134 variable.
11135 * gdb.base/catch-syscall.exp: Don't skip it on
11136 aarch64*-*-linux* target. Remove elements in all_syscalls.
11137 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11138 target.
11139 (setup_all_syscalls): New proc.
11140
11141 2015-03-16 Yao Qi <yao.qi@linaro.org>
11142
11143 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11144 (top level): Skip tests if valid_addr_p returns false for
11145 $cmd1 or $cmd2.
11146
11147 2015-03-11 Andy Wingo <wingo@igalia.com>
11148
11149 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11150
11151 2015-03-11 Yao Qi <yao.qi@linaro.org>
11152
11153 * gdb.base/catch-syscall.exp: Fix typo in comments.
11154
11155 2015-03-11 Yao Qi <yao.qi@linaro.org>
11156
11157 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11158
11159 2015-03-09 Pedro Alves <palves@redhat.com>
11160
11161 * dg-extract-results.py: Delete.
11162
11163 2015-03-09 Pedro Alves <palves@redhat.com>
11164
11165 Merge dg-extract-results.sh from GCC upstream (r218843).
11166
11167 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11168 * dg-extract-results.sh: Use --text with grep to avoid issues with
11169 binary files. Fall back to cat -v, if that doesn't work.
11170
11171 2015-03-05 Pedro Alves <palves@redhat.com>
11172
11173 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11174
11175 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11176
11177 * lib/mi-support.exp (mi_expect_interrupt): Accept
11178 alternative event for when in all-stop mode.
11179
11180 2015-03-04 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11183
11184 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11185
11186 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11187
11188 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11189
11190 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11191 regexps for GDB's current line display, accept a hex address
11192 preceding the line number.
11193
11194 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11195
11196 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11197 the 'arch1' variable for "s390*-linux*" targets.
11198
11199 2015-03-04 Pedro Alves <palves@redhat.com>
11200
11201 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11202 (main): Pass missing retval argument to pthread_join call.
11203
11204 2015-03-02 Pedro Alves <palves@redhat.com>
11205
11206 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11207 (top level): Call do_test with non-stop as well.
11208
11209 2015-03-02 Pedro Alves <palves@redhat.com>
11210
11211 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11212 -1.
11213
11214 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11215
11216 * gdb.arch/s390-vregs.exp: New test.
11217 * gdb.arch/s390-vregs.S: New file.
11218
11219 2015-02-27 Pedro Alves <palves@redhat.com>
11220
11221 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11222 call to catch_command_errors.
11223 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11224 catch_command_errors.
11225
11226 2015-02-27 Pedro Alves <palves@redhat.com>
11227
11228 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11229 "true" for boolean result.
11230 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11231 prototype of main.
11232
11233 2015-02-27 Pedro Alves <palves@redhat.com>
11234
11235 * lib/unbuffer_output.c: New file.
11236 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11237 (main): Call gdb_unbuffer_output.
11238
11239 2015-02-27 Yao Qi <yao.qi@linaro.org>
11240
11241 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11242 target.
11243
11244 2015-02-26 Doug Evans <dje@google.com>
11245
11246 * gdb.cp/class2.cc (Dbase, D): New classes.
11247 (main): New local delta.
11248 * gdb.cp/class2.exp: Test printing delta.
11249 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11250 (dynbar): New global.
11251 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11252
11253 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11254
11255 * gdb.compile/compile-ifunc.c: New file.
11256 * gdb.compile/compile-ifunc.exp: New file.
11257
11258 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11259
11260 * gdb.base/structs.exp: Check for correct struct on finish.
11261
11262 2015-02-26 Yao Qi <yao.qi@linaro.org>
11263
11264 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11265 is zero.
11266
11267 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11268
11269 * gdb.arch/cordic.ko.bz2: New file.
11270 * gdb.arch/cordic.ko.debug.bz2: New file.
11271 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11272
11273 2015-02-25 Yao Qi <yao.qi@linaro.org>
11274
11275 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11276 aarch64*-*-* target.
11277
11278 2015-02-23 Pedro Alves <palves@redhat.com>
11279
11280 * lib/gdb.exp (delete_breakpoints): Rewrite using
11281 gdb_test_multiple.
11282
11283 2015-02-23 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.base/info-os.c: Include stdlib.h.
11286
11287 2015-02-22 Doug Evans <xdje42@gmail.com>
11288
11289 PR symtab/17855
11290 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11291 is read after symbols have been re-read.
11292 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11293 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11294
11295 2015-02-21 Doug Evans <dje@google.com>
11296
11297 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11298
11299 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11300
11301 PR corefiles/17808
11302 * gdb.arch/i386-biarch-core.core.bz2: New file.
11303 * gdb.arch/i386-biarch-core.exp: New file.
11304
11305 2015-02-21 Pedro Alves <palves@redhat.com>
11306
11307 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11308 runto_main fails.
11309
11310 2015-02-20 Pedro Alves <palves@redhat.com>
11311
11312 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11313 info probes.
11314
11315 2015-02-20 Pedro Alves <palves@redhat.com>
11316
11317 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11318
11319 2015-02-20 Pedro Alves <palves@redhat.com>
11320
11321 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11322 clean_restart before gdb_target_supports_trace.
11323
11324 2015-02-20 Pedro Alves <palves@redhat.com>
11325
11326 PR threads/18006
11327 * gdb.threads/clone-thread_db.c: New file.
11328 * gdb.threads/clone-thread_db.exp: New file.
11329
11330 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11331
11332 PR breakpoints/16812
11333 * gdb.base/catch-gdb-caused-signals.c: New file.
11334 * gdb.base/catch-gdb-caused-signals.exp: New file.
11335
11336 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11337
11338 * configure: Regenerated.
11339 * configure.ac: Use GDB_AC_TRANSFORM.
11340 * aclocal.m4: sinclude ../transform.m4.
11341
11342 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11343
11344 * lib/dtrace.exp: New file.
11345 * gdb.base/dtrace-probe.exp: Likewise.
11346 * gdb.base/dtrace-probe.d: Likewise.
11347 * gdb.base/dtrace-probe.c: Likewise.
11348 * lib/pdtrace.in: Likewise.
11349 * configure.ac: Output variables with the transformed names of
11350 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11351 * configure: Regenerated.
11352
11353 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11354
11355 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11356 expected message when trying to access $_probe_* convenience
11357 variables while not on a probe.
11358
11359 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11360
11361 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11362
11363 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11364
11365 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11366 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11367
11368 2015-02-10 Doug Evans <xdje42@gmail.com>
11369
11370 * lib/gdb.exp (gdb_load): Always return a result.
11371
11372 2015-02-10 Pedro Alves <palves@redhat.com>
11373
11374 * gdb.threads/signal-sigtrap.c: New file.
11375 * gdb.threads/signal-sigtrap.exp: New file.
11376
11377 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11378
11379 * gdb.trace/no-attach-trace.c: New file.
11380 * gdb.trace/no-attach-trace.exp: New file.
11381
11382 2015-02-09 Mark Wielaard <mjw@redhat.com>
11383
11384 * gdb.dwarf2/atomic.c: New file.
11385 * gdb.dwarf2/atomic-type.exp: Likewise.
11386
11387 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11388
11389 * gdb.btrace/buffer-size.exp: Update "info record" output.
11390 * gdb.btrace/delta.exp: Update "info record" output.
11391 * gdb.btrace/enable.exp: Update "info record" output.
11392 * gdb.btrace/finish.exp: Update "info record" output.
11393 * gdb.btrace/instruction_history.exp: Update "info record" output.
11394 * gdb.btrace/next.exp: Update "info record" output.
11395 * gdb.btrace/nexti.exp: Update "info record" output.
11396 * gdb.btrace/step.exp: Update "info record" output.
11397 * gdb.btrace/stepi.exp: Update "info record" output.
11398 * gdb.btrace/nohist.exp: Update "info record" output.
11399
11400 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11401
11402 * gdb.btrace/buffer-size: New.
11403
11404 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11405
11406 * gdb.btrace/delta.exp: Update "info record" output.
11407 * gdb.btrace/enable.exp: Update "info record" output.
11408 * gdb.btrace/finish.exp: Update "info record" output.
11409 * gdb.btrace/instruction_history.exp: Update "info record" output.
11410 * gdb.btrace/next.exp: Update "info record" output.
11411 * gdb.btrace/nexti.exp: Update "info record" output.
11412 * gdb.btrace/step.exp: Update "info record" output.
11413 * gdb.btrace/stepi.exp: Update "info record" output.
11414 * gdb.btrace/nohist.exp: Update "info record" output.
11415
11416 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11417
11418 PR gdb/15678
11419 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11420
11421 2015-02-06 Pedro Alves <palves@redhat.com>
11422
11423 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11424 macro.
11425 (seconds_left, again): New globals.
11426 (main): Wait seconds_left in a 1-second sleep loop instead of
11427 sleeping 180 seconds. If 'again' is set, reset the seconds
11428 counter.
11429 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11430 'again' in the inferior before detaching. Print the seconds left.
11431 (options): New global.
11432 (top level): Build program with -DTIMEOUT=$timeout.
11433
11434 2015-02-06 Pedro Alves <palves@redhat.com>
11435
11436 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11437 determine how many seconds to pass to 'alarm'.
11438 * gdb.base/gdb-sigterm.exp (top level): Build program with
11439 -DTIMEOUT=$timeout.
11440 (do_test): Return success/failure indication. Add more verbose
11441 logging. Don't fail if 200 single steps are seen. Instead, fail
11442 when the test times out.
11443 (passes): New global.
11444 (top level): Break the testing loop if testing fails on any
11445 iteration. Use gdb_assert.
11446
11447 2015-02-04 Don Breazeal <donb@codesourcery.com>
11448
11449 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11450 and initialize them.
11451 (ipc_cleanup): New function.
11452 (main): Don't declare shmid, semid, and msqid. Add a call to
11453 atexit so that we call ipc_cleanup on exit.
11454
11455 2015-02-04 Pedro Alves <palves@redhat.com>
11456
11457 * boards/native-extended-gdbserver.exp: Remove any target variant
11458 specifications from the board name before clearing the isremote
11459 flag from board_info.
11460
11461 2015-01-31 Doug Evans <xdje42@gmail.com>
11462
11463 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11464
11465 2015-01-31 Gary Benson <gbenson@redhat.com>
11466
11467 * gdb.base/completion.exp: Disable completion limiting for
11468 existing tests. Add new tests to check completion limiting.
11469 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11470
11471 2015-01-31 Doug Evans <xdje42@gmail.com>
11472
11473 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11474
11475 2015-01-31 Doug Evans <xdje42@gmail.com>
11476
11477 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11478 entries. Duplicate file section script entries.
11479 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11480 inlined entries. Add test for safe-path rejection.
11481 * gdb.python/py-section-script.c: Add duplicate inlined section script
11482 entries. Duplicate file section script entries.
11483 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11484 inlined entries. Add test for safe-path rejection.
11485
11486 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11487
11488 * gdb.ada/disc_arr_bound: New testcase.
11489
11490 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11491
11492 * gdb.ada/mi_var_array: New testcase.
11493
11494 2015-01-27 Doug Evans <dje@google.com>
11495
11496 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11497 Add test for objfile.filename, objfile.username after objfile
11498 has been unloaded.
11499
11500 2015-01-26 Joel Brobecker <brobecker@adacore.com>
11501
11502 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11503 the second test to print the name attribute of value
11504 returned by the call to gdb.lookup_type, and adjust
11505 the expected output accordingly.
11506
11507 2015-01-25 Mark Wielaard <mjw@redhat.com>
11508
11509 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11510 * gdb.base/disp-step-fork.c: Include unistd.h.
11511 * gdb.base/siginfo-obj.c: Include stdio.h.
11512 * gdb.base/siginfo-thread.c: Likewise.
11513 * gdb.mi/non-stop.c: Include unistd.h.
11514 * gdb.mi/nsthrexec.c: Include stdio.h.
11515 * gdb.mi/pthreads.c: Include unistd.h.
11516 * gdb.modula2/unbounded1.c (main): Declare returns int.
11517 * gdb.reverse/consecutive-reverse.c: Likewise.
11518 * gdb.threads/create-fail.c: Include unistd.h.
11519 * gdb.threads/killed.c: Likewise.
11520 * gdb.threads/linux-dp.c: Likewise.
11521 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11522 * gdb.threads/non-ldr-exc-2.c: Likewise.
11523 * gdb.threads/non-ldr-exc-3.c: Likewise.
11524 * gdb.threads/non-ldr-exc-4.c: Likewise.
11525 * gdb.threads/pthreads.c: Include unistd.h.
11526 (main): Declare returns int.
11527 * gdb.threads/tls-main.c (foo): New declaration.
11528 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11529
11530 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11531
11532 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11533 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11534
11535 2015-01-15 Mark Wielaard <mjw@redhat.com>
11536
11537 * gdb.base/noreturn-return.c: New file.
11538 * gdb.base/noreturn-return.exp: New file.
11539 * gdb.base/noreturn-finish.c: New file.
11540 * gdb.base/noreturn-finish.exp: New file.
11541
11542 2015-01-23 Pedro Alves <palves@redhat.com>
11543
11544 * gdb.threads/continue-pending-after-query.c: New file.
11545 * gdb.threads/continue-pending-after-query.exp: New file.
11546
11547 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11548 Simon Marchi <simon.marchi@ericsson.com>
11549
11550 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11551 * gdb.base/valgrind-db-attach.exp: Same.
11552 * gdb.base/valgrind-infcall.exp: Same.
11553 * lib/mi-support.exp (default_mi_gdb_start): Same.
11554 * lib/prompt.exp (default_prompt_gdb_start): Same.
11555 * lib/gdb.exp (default_gdb_spawn): Same.
11556 (gdb_interact): New.
11557
11558
11559 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11560
11561 * gdb.compile/compile.exp (pointer to jit function): New test.
11562
11563 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11564
11565 * lib/gdb.exp (supports_process_record): Return true for
11566 powerpc*-*-linux*.
11567 (supports_reverse): Likewise.
11568
11569 2015-01-15 Don Breazeal <donb@codesourcery.com>
11570
11571 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11572 instead of checking whether the target board is remote and
11573 use spawn_wait_for_attach instead of exec/sleep.
11574 * gdb.base/attach-twice.exp: Likewise.
11575
11576 2015-01-15 Joel Brobecker <brobecker@adacore.com>
11577
11578 * gdb.ada/var_arr_attrs: New testcase.
11579
11580 2015-01-14 Pedro Alves <palves@redhat.com>
11581 Joel Brobecker <brobecker@adacore.com>
11582
11583 PR gdb/17525
11584 * gdb.base/bp-cmds-execution-x-script.c: New file.
11585 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11586 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11587
11588 2015-01-14 Pedro Alves <palves@redhat.com>
11589
11590 PR cli/17828
11591 * gdb.base/batch-preserve-term-settings.c: New file.
11592 * gdb.base/batch-preserve-term-settings.exp: New file.
11593
11594 2015-01-13 Doug Evans <dje@google.com>
11595
11596 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11597 binary.
11598
11599 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11600
11601 * Makefile.in (clean mostlyclean): Do not delete *.py.
11602
11603 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11604
11605 * gdb.python/py-lookup-type.exp: New file.
11606
11607 2015-01-12 Pedro Alves <palves@redhat.com>
11608
11609 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11610 restore GDBFLAGS before returning.
11611
11612 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11613
11614 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11615 is_amd64_regs_target and is_x86_like_target.
11616
11617 2015-01-11 Doug Evans <xdje42@gmail.com>
11618
11619 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11620 is given without an explicit form.
11621 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11622 attributes.
11623 * gdb.dwarf/corrupt.exp: Ditto.
11624 * gdb.dwarf2/enum-type.exp: Ditto.
11625 * gdb.trace/entry-values.exp: Ditto.
11626 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11627
11628 2015-01-11 Doug Evans <xdje42@gmail.com>
11629
11630 PR gdb/15830
11631 * gdb.base/maint.exp: Remove references to "maint demangle".
11632 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11633 Add tests for explicitly specifying language to demangle.
11634 * gdb.dlang/demangle.exp: Ditto.
11635
11636 2015-01-09 Pedro Alves <palves@redhat.com>
11637
11638 * gdb.threads/non-stop-fair-events.c: New file.
11639 * gdb.threads/non-stop-fair-events.exp: New file.
11640
11641 2015-01-09 Pedro Alves <palves@redhat.com>
11642
11643 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11644 the global scope. Set a breakpoint after all threads are started
11645 rather than stepping over two source lines. Expect the prompt.
11646 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11647 global.
11648 (NUM): Now 15.
11649 (main): Use threads_started_barrier to wait for all threads to
11650 start. Main thread no longer calls thread_function. Exit after
11651 180 seconds.
11652 (loop): New function.
11653 (thread_function): Wait on threads_started_barrier barrier. Call
11654 'loop' at each iteration.
11655 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11656 threads have started, instead of hardcoding number of "next"
11657 steps. Use an access watchpoint instead of a write watchpoint.
11658
11659 2015-01-09 Pedro Alves <palves@redhat.com>
11660
11661 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11662 (thread_func): Wait on barrier.
11663 (main): Wait for all threads to start before stopping GDB.
11664 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11665 global.
11666 (thread1_func, thread2_func): Wait on barrier.
11667 (main): Wait for all threads to start before stopping GDB.
11668 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11669 New global.
11670 (thread1_func, thread2_func): Wait on barrier.
11671 (main): Wait for all threads to start before stopping GDB.
11672
11673 2015-01-09 Pedro Alves <palves@redhat.com>
11674
11675 * gdb.threads/attach-many-short-lived-threads.c: New file.
11676 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11677
11678 2014-01-09 Pedro Alves <palves@redhat.com>
11679
11680 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11681 instead of to thread 2.
11682 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11683 Add barrier around each pthread_create call instead of around all
11684 calls.
11685 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11686 Set a break on thread_function and have the child threads hit it
11687 one at at a time.
11688
11689 2015-01-09 Pedro Alves <palves@redhat.com>
11690
11691 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11692 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11693 false.
11694 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11695 checking whether the target board is remote.
11696 * gdb.multi/multi-attach.exp: Likewise.
11697 * gdb.python/py-sync-interp.exp: Likewise.
11698 * gdb.server/ext-attach.exp: Likewise.
11699 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11700 tests that need to attach, instead of checking whether the target
11701 board is remote at the top of the file.
11702
11703 2015-01-08 Yao Qi <yao@codesourcery.com>
11704
11705 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11706
11707 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11708
11709 Fix testcase compilation.
11710 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11711
11712 2015-01-06 Joel Brobecker <brobecker@adacore.com>
11713
11714 * gdb.python/py-type.exp: Add a couple test about empty
11715 array creation, and negative-length array creation.
11716
11717 2015-01-02 Doug Evans <xdje42@gmail.com>
11718
11719 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11720
11721 2015-01-02 Doug Evans <dje@google.com>
11722
11723 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11724
11725 2014-12-29 Yao Qi <yao@codesourcery.com>
11726
11727 * gdb.trace/entry-values.exp: Update comments. Rename variable
11728 bar_call_foo to returned_from_foo.
11729
11730 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11731
11732 PR gdb/17394
11733 * gdb.linespec/break-asm-file.c: New file.
11734 * gdb.linespec/break-asm-file.exp: New file.
11735 * gdb.linespec/break-asm-file0.s: New file.
11736 * gdb.linespec/break-asm-file1.s: New file.
11737
11738 2014-12-18 Nigel Stephens <nigel@mips.com>
11739 Maciej W. Rozycki <macro@codesourcery.com>
11740
11741 * gdb.base/float.exp: Handle the new output from "info float" on
11742 MIPS targets.
11743
11744 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11745
11746 Fix MinGW compilation.
11747 * gdb.compile/compile-ops.exp: Update untested message if
11748 !skip_compile_feature_tests.
11749 * gdb.compile/compile-setjmp.exp: Likewise.
11750 * gdb.compile/compile-tls.exp: Likewise.
11751 * gdb.compile/compile.exp: Likewise.
11752 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11753 supported on this host".
11754
11755 2014-12-16 Doug Evans <xdje42@gmail.com>
11756
11757 * boards/stabs.exp: New file.
11758
11759 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11760
11761 * gdb.base/completion.exp: Adjust to format changes of "maint
11762 print user-registers".
11763
11764 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
11765
11766 PR server/17457
11767 * gdb.arch/aarch64-fp.c: New file.
11768 * gdb.arch/aarch64-fp.exp: New file.
11769
11770 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11771
11772 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11773 r210637, r210913, r211666, r215400, r215817).
11774
11775 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11776 * dg-extract-results.py: New file.
11777 * dg-extract-results.sh: Use it if the environment seems
11778 suitable.
11779
11780 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11781
11782 * dg-extract-results.py (parse_run): Handle warnings that
11783 are printed before a test harness is run.
11784
11785 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11786
11787 * dg-extract-results.py (Named): Remove __cmp__ method.
11788 (output_variation): Use a key to sort variation.harnesses.
11789
11790 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11791
11792 * dg-extract-results.py: For Python 3, force sys.stdout to
11793 handle surrogate escape sequences.
11794 (safe_open): New function.
11795 (output_segment, main): Use it.
11796
11797 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11798
11799 * dg-extract-results.py (Prog.result_re): Include options
11800 in test name.
11801
11802 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11803
11804 * dg-extract-results.py (output_variation): Always sort if
11805 do_sum.
11806
11807 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11808
11809 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11810 as long as we get pagination notifications.
11811
11812 2014-12-15 Jason Merrill <jason@redhat.com>
11813
11814 * Makefile.in (check-gdb.%): Restore.
11815 * README: Mention it.
11816
11817 2014-12-13 Joel Brobecker <brobecker@adacore.com>
11818
11819 * gdb.ada/str_uninit: New testcase.
11820
11821 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11822
11823 PR symtab/17642
11824 * gdb.base/vla-stub-define.c: New file.
11825 * gdb.base/vla-stub.c: New file.
11826 * gdb.base/vla-stub.exp: New file.
11827
11828 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11829 Jan Kratochvil <jan.kratochvil@redhat.com>
11830 Tom Tromey <tromey@redhat.com>
11831
11832 * configure.ac: Add gdb.compile/.
11833 * configure: Regenerate.
11834 * gdb.compile/Makefile.in: New file.
11835 * gdb.compile/compile-ops.exp: New file.
11836 * gdb.compile/compile-ops.c: New file.
11837 * gdb.compile/compile-tls.c: New file.
11838 * gdb.compile/compile-tls.exp: New file.
11839 * gdb.compile/compile-constvar.S: New file.
11840 * gdb.compile/compile-constvar.c: New file.
11841 * gdb.compile/compile-mod.c: New file.
11842 * gdb.compile/compile-nodebug.c: New file.
11843 * gdb.compile/compile-setjmp-mod.c: New file.
11844 * gdb.compile/compile-setjmp.c: New file.
11845 * gdb.compile/compile-setjmp.exp: New file.
11846 * gdb.compile/compile-shlib.c: New file.
11847 * gdb.compile/compile.c: New file.
11848 * gdb.compile/compile.exp: New file.
11849 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11850
11851 2014-12-12 Tom Tromey <tromey@redhat.com>
11852
11853 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11854 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11855
11856 2014-12-12 Doug Evans <dje@google.com>
11857
11858 * lib/gdb-python.exp (get_python_valueof): New function.
11859 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11860
11861 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11862
11863 * gdb.base/completion.exp: Add test for completion of "info
11864 registers ".
11865
11866 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11867
11868 * gdb.base/func-ptrs.c: New file.
11869 * gdb.base/func-ptrs.exp: New file.
11870
11871 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11872
11873 PR breakpoints/17012
11874 * gdb.base/dprintf-detach.c: New file.
11875 * gdb.base/dprintf-detach.exp: New file.
11876
11877 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11878
11879 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11880 * lib/gdb.exp (target_is_gdbserver): New procedure.
11881
11882 2014-12-08 Doug Evans <dje@google.com>
11883
11884 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11885
11886 2014-12-05 Yao Qi <yao@codesourcery.com>
11887
11888 * gdb.guile/scm-error.exp: Remove the third argument to
11889 gdb_remote_download.
11890 * gdb.guile/scm-frame-args.exp: Likewise.
11891 * gdb.guile/scm-section-script.exp: Likewise.
11892
11893 2014-12-05 Yao Qi <yao@codesourcery.com>
11894
11895 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11896
11897 2014-12-04 Doug Evans <dje@google.com>
11898
11899 * gdb.python/py-objfile.exp: Add tests for
11900 objfile.add_separate_debug_file.
11901
11902 2014-12-04 Doug Evans <dje@google.com>
11903
11904 * lib/gdb.exp (get_build_id): New function.
11905 (build_id_debug_filename_get): Rewrite to use it.
11906 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11907
11908 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11909
11910 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11911 `method(long)', not just 0x0.
11912 * gdb.cp/nsalias.exp: Align code labels to 4.
11913 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11914 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11915 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11916 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11917 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11918 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11919
11920 2014-12-02 Doug Evans <dje@google.com>
11921
11922 PR symtab/17602
11923 * gdb.cp/anon-ns.cc: Move guts of this file to ...
11924 * gdb.cp/anon-ns2.cc: ... here. New file.
11925 * gdb.cp/anon-ns.exp: Update.
11926
11927 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
11928
11929 * gdb.python/py-events.py (inferior_call_handler): New.
11930 (register_changed_handler, memory_changed_handler): New.
11931 (test_events.invoke): Register new handlers.
11932 * gdb.python/py-events.exp: Add tests for inferior call,
11933 memory_changed and register_changed events.
11934
11935 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11936
11937 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11938 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11939 if the linker doesn't understand this.
11940
11941 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11942
11943 * gdb.python/python.exp: Change expected reply to help().
11944
11945 2014-12-01 Yao Qi <yao@codesourcery.com>
11946
11947 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11948 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11949 * configure: Re-generated.
11950
11951 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11952
11953 * gdb.cp/chained-calls.cc: New file.
11954 * gdb.cp/chained-calls.exp: New file.
11955 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11956
11957 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11958
11959 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11960 * gdb.dwarf2/symtab-producer.exp: Same.
11961 * gdb.gdb/python-interrupts.exp: Same.
11962 * gdb.gdb/python-selftest.exp: Same.
11963 * gdb.python/py-linetable.exp: Same.
11964 * gdb.python/py-type.exp: Same.
11965 * gdb.python/py-value-cc.exp: Same.
11966 * gdb.python/py-value.exp: Same.
11967
11968 2014-11-28 Yao Qi <yao@codesourcery.com>
11969
11970 * gdb.base/break-probes.exp: Match library name prefixed with
11971 sysroot.
11972
11973 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11974
11975 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11976 test expected output. Add parentheses for the call to print.
11977 Remove L suffix from integers.
11978
11979 2014-11-26 Doug Evans <dje@google.com>
11980
11981 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11982
11983 2014-11-22 Yao Qi <yao@codesourcery.com>
11984
11985 * gdb.trace/entry-values.c: Remove asms.
11986 (foo): Add foo_label.
11987 (bar): Add bar_label.
11988 * gdb.trace/entry-values.exp: Remove code computing foo's
11989 length and bar's length.
11990 (Dwarf::assemble): Invoke function_range for bar and use
11991 MACRO_AT_func for foo.
11992
11993 2014-11-22 Yao Qi <yao@codesourcery.com>
11994
11995 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11996 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11997 Use .Lgcc43_procstart instead of gcc43.
11998
11999 2014-11-21 Joel Brobecker <brobecker@adacore.com>
12000
12001 * gdb.ada/n_arr_bound: New testcase.
12002
12003 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12004
12005 PR breakpoints/10737
12006 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12007 test_catch_syscall_multi_arch.
12008 (test_catch_syscall_multi_arch): New function.
12009
12010 2014-11-20 Doug Evans <xdje42@gmail.com>
12011
12012 * gdb.base/maint.exp: Update expected output.
12013
12014 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12015
12016 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12017 4-byte instruction on S390.
12018
12019 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12020
12021 * gdb.ada/arr_arr: New testcase.
12022
12023 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12024
12025 * gdb.ada/pkd_arr_elem: New Testcase.
12026
12027 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
12028
12029 * gdb.reverse/break-precsave: Expect completion message for
12030 core file reads.
12031 * gdb.reverse/consecutive-precsave.exp: Likewise.
12032 * gdb.reverse/finish-precsave.exp: Likewise.
12033 * gdb.reverse/i386-precsave.exp: Likewise.
12034 * gdb.reverse/machinestate-precsave.exp: Likewise.
12035 * gdb.reverse/sigall-precsave.exp: Likewise.
12036 * gdb.reverse/solib-precsave.exp: Likewise.
12037 * gdb.reverse/step-precsave.exp: Likewise.
12038 * gdb.reverse/until-precsave.exp: Likewise.
12039 * gdb.reverse/watch-precsave.exp: Likewise.
12040
12041 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12042
12043 * gdb.base/bp-permanent.c: Include unistd.h.
12044 * gdb.python/py-framefilter-mi.c (main): Add return type.
12045 * gdb.python/py-framefilter.c (main): Likewise.
12046 * gdb.trace/actions-changed.c (main): Likewise.
12047
12048 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12049
12050 * gdb.mi/until.c: Add eye-catchers.
12051 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12052 line numbers.
12053
12054 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12055
12056 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12057 function header variants in break1.c.
12058 * gdb.base/ena-dis-br.exp: Likewise.
12059 * gdb.base/hbreak2.exp: Likewise.
12060 * gdb.reverse/until-precsave.exp: Drop references to removed
12061 non-prototype function header variants in ur1.c.
12062 * gdb.reverse/until-reverse.exp: Likewise.
12063
12064 2014-11-17 Petr Machata <pmachata@redhat.com>
12065
12066 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12067 ${_cu_offset_size} bytes abbrev offset.
12068
12069 2014-11-15 Doug Evans <xdje42@gmail.com>
12070
12071 PR symtab/17559
12072 * gdb.base/line-symtabs.exp: New file.
12073 * gdb.base/line-symtabs.c: New file.
12074 * gdb.base/line-symtabs.h: New file.
12075
12076 2014-11-14 Yao Qi <yao@codesourcery.com>
12077
12078 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12079 (func): Add label func_label.
12080 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12081 Replace low_pc and high_pc with MACRO_AT_range.
12082 Replace name, low_pc and high_pc with MACRO_AT_func.
12083
12084 2014-11-14 Yao Qi <yao@codesourcery.com>
12085
12086 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12087 Replace name, low_pc and high_pc with MACRO_AT_func.
12088
12089 2014-11-14 Yao Qi <yao@codesourcery.com>
12090
12091 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12092 produce debug information.
12093 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12094
12095 2014-11-14 Yao Qi <yao@codesourcery.com>
12096
12097 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12098 object and get function length.
12099 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12100 with MACRO_AT_func.
12101 (top-level): Replace gdb_compile and clean_restart with
12102 prepare_for_testing.
12103 * gdb.dwarf2/main.c (main): Add label main_label.
12104
12105 2014-11-14 Yao Qi <yao@codesourcery.com>
12106
12107 * lib/dwarf.exp (function_range): New procedure.
12108 (Dwarf::_handle_macro_at_func): New procedure.
12109 (Dwarf::_handle_macro_at_range): New procedure.
12110 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12111
12112 2014-11-14 Yao Qi <yao@codesourcery.com>
12113
12114 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12115 (_handle_attribute): New procedure.
12116
12117 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12118
12119 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12120 * gdb.base/call-sc.c (zed): Likewise.
12121 * gdb.base/checkpoint.c (main): Likewise.
12122 * gdb.base/dump.c (main): Likewise.
12123 * gdb.base/gcore.c (main): Likewise.
12124 * gdb.base/huge.c (main): Likewise.
12125 * gdb.base/multi-forks.c (main): Likewise.
12126 * gdb.base/pr10179-a.c (main): Likewise.
12127 * gdb.base/savedregs.c (main): Likewise.
12128 * gdb.base/sigaltstack.c (main): Likewise.
12129 * gdb.base/siginfo.c (main): Likewise.
12130 * gdb.base/structs.c (zed): Likewise.
12131 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12132 * gdb.mi/mi-syn-frame.c (main): Likewise.
12133 * gdb.mi/until.c (foo, main): Likewise.
12134 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12135 * gdb.base/solib-weak.c (foo): Declare.
12136 * gdb.base/attach-twice.c: Include stdio.h.
12137 * gdb.base/weaklib1.c: Likewise.
12138 * gdb.base/weaklib2.c: Likewise.
12139 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12140 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12141 unistd.h.
12142 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12143 * gdb.mi/mi-exit-code.c: Likewise.
12144 * gdb.base/break-interp-lib.c: Include string.h.
12145 * gdb.base/coremaker.c: Likewise.
12146 * gdb.base/testenv.c: Likewise.
12147 * gdb.python/py-finish-breakpoint.c: Likewise.
12148 * gdb.base/inferior-died.c: Include sys/wait.h.
12149 * gdb.base/fileio.c: Include time.h.
12150 * gdb.base/async-shell.c: Include unistd.h.
12151 * gdb.base/dprintf-non-stop.c: Likewise.
12152 * gdb.base/info-os.c: Likewise.
12153 * gdb.mi/mi-console.c: Likewise.
12154 * gdb.mi/watch-nonstop.c: Likewise.
12155 * gdb.python/py-events.c: Likewise.
12156 * gdb.base/async.c (baz): Move up before its invocation.
12157 * gdb.base/code_elim2.c (my_global_func): Likewise.
12158 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12159 * gdb.base/advance.c (func2): Likewise.
12160
12161 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12162
12163 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12164 variant.
12165 * gdb.base/annota3.c: Likewise.
12166 * gdb.base/async.c: Likewise.
12167 * gdb.base/average.c: Likewise.
12168 * gdb.base/call-ar-st.c: Likewise.
12169 * gdb.base/call-rt-st.c: Likewise.
12170 * gdb.base/call-sc.c: Likewise.
12171 * gdb.base/call-strs.c: Likewise.
12172 * gdb.base/ending-run.c: Likewise.
12173 * gdb.base/execd-prog.c: Likewise.
12174 * gdb.base/exprs.c: Likewise.
12175 * gdb.base/foll-exec.c: Likewise.
12176 * gdb.base/foll-fork.c: Likewise.
12177 * gdb.base/foll-vfork.c: Likewise.
12178 * gdb.base/funcargs.c: Likewise.
12179 * gdb.base/gcore.c: Likewise.
12180 * gdb.base/jump.c: Likewise.
12181 * gdb.base/langs0.c: Likewise.
12182 * gdb.base/langs1.c: Likewise.
12183 * gdb.base/langs2.c: Likewise.
12184 * gdb.base/mips_pro.c: Likewise.
12185 * gdb.base/nodebug.c: Likewise.
12186 * gdb.base/opaque0.c: Likewise.
12187 * gdb.base/opaque1.c: Likewise.
12188 * gdb.base/recurse.c: Likewise.
12189 * gdb.base/run.c: Likewise.
12190 * gdb.base/scope0.c: Likewise.
12191 * gdb.base/scope1.c: Likewise.
12192 * gdb.base/setshow.c: Likewise.
12193 * gdb.base/setvar.c: Likewise.
12194 * gdb.base/shmain.c: Likewise.
12195 * gdb.base/shr1.c: Likewise.
12196 * gdb.base/shr2.c: Likewise.
12197 * gdb.base/sigall.c: Likewise.
12198 * gdb.base/signals.c: Likewise.
12199 * gdb.base/so-indr-cl.c: Likewise.
12200 * gdb.base/solib2.c: Likewise.
12201 * gdb.base/structs.c: Likewise.
12202 * gdb.base/sum.c: Likewise.
12203 * gdb.base/vforked-prog.c: Likewise.
12204 * gdb.base/watchpoint.c: Likewise.
12205 * gdb.reverse/shr2.c: Likewise.
12206 * gdb.reverse/until-reverse.c: Likewise.
12207 * gdb.reverse/ur1.c: Likewise.
12208 * gdb.reverse/watch-reverse.c: Likewise.
12209
12210 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12211
12212 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12213 variant.
12214 * gdb.base/sepdebug.exp: Drop references to removed code.
12215
12216 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12217
12218 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12219 variant. Preserve original line numbering.
12220 * gdb.base/list1.c: Likewise.
12221
12222 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12223
12224 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12225 variant.
12226 * gdb.base/break1.c: Likewise.
12227 * gdb.base/break.exp: Drop references to removed code.
12228
12229 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12230
12231 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12232 variant.
12233
12234 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12235
12236 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12237
12238 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12239
12240 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12241 logic into perform_all_tests() and invoke it with and without
12242 function header prototypes.
12243 (do_function_calls): Remove conditional XFAIL for PR 5318.
12244 (rerun_and_prepare): Remove duplicate code.
12245 (perform_all_tests): New. Main logic moved here.
12246
12247 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12248
12249 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12250 code guarded by #ifdef NO_PROTOTYPES.
12251 (t_double_many_args): Likewise.
12252 (DEF_FUNC_MANY_ARGS_1): Likewise.
12253 (DEF_FUNC_VALUES_1): Likewise.
12254 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12255 guarded by #ifdef PROTOTYPES.
12256
12257 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12258
12259 * gdb.mi/mi-console.c: Add eye-catcher.
12260 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12261 instead of literal line number.
12262
12263 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12264
12265 * gdb.base/shr2.c: Add eye-catcher.
12266 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12267 line number.
12268
12269 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12270
12271 * gdb.base/jump.c: Add eye-catchers.
12272 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12273 numbers.
12274
12275 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12276
12277 * gdb.base/execd-prog.c: Add eye-catchers.
12278 * gdb.base/foll-exec.c: Likewise.
12279 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12280 line numbers.
12281
12282 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12283
12284 * gdb.base/ending-run.c: Add eye-catchers.
12285 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12286 literal line numbers.
12287
12288 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12289
12290 * gdb.base/call-rt-st.c: Add eye-catchers.
12291 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12292 literal line numbers.
12293
12294 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12295
12296 * gdb.base/call-ar-st.c: Add eye-catchers.
12297 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12298 literal line numbers.
12299
12300 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12301
12302 * gdb.base/average.c: Add eye-catchers.
12303 * gdb.base/sum.c: Likewise.
12304 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12305 regexps dynamically.
12306
12307 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12308
12309 * gdb.base/solib1.c: Add eye-catchers.
12310 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12311 literal line numbers.
12312
12313 2014-11-12 Pedro Alves <palves@redhat.com>
12314
12315 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12316 leader has exited.
12317
12318 2014-11-12 Pedro Alves <palves@redhat.com>
12319
12320 * gdb.arch/i386-bp_permanent.c: New file.
12321 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12322 (srcfile): Set to i386-bp_permanent.c.
12323 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12324 that stepi does not execute the 'leave' instruction, instead of
12325 testing it does execute.
12326 * gdb.base/bp-permanent.c: New file.
12327 * gdb.base/bp-permanent.exp: New file.
12328
12329 2014-11-10 Doug Evans <xdje42@gmail.com>
12330
12331 PR symtab/17564
12332 * gdb.base/symtab-search-order.exp: New file.
12333 * gdb.base/symtab-search-order.c: New file.
12334 * gdb.base/symtab-search-order-1.c: New file.
12335 * gdb.base/symtab-search-order-shlib-1.c: New file.
12336
12337 2014-11-07 Pedro Alves <palves@redhat.com>
12338
12339 PR gdb/17511
12340 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12341 i?86-*-linux*.
12342
12343 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12344
12345 PR c++/17494
12346 * gdb.cp/pr17494.cc: New file.
12347 * gdb.cp/pr17494.exp: New file.
12348
12349 2014-11-02 Yao Qi <yao@codesourcery.com>
12350
12351 * gdb.python/python.exp: Get working directory and match the
12352 output of "set extended-prompt \\w " with it.
12353
12354 2014-10-30 Doug Evans <dje@google.com>
12355
12356 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12357 in objfiles.
12358 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12359 in progspaces.
12360
12361 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
12362
12363 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12364 * gdb.base/realname-expand.exp: Likewise.
12365 * gdb.linespec/macro-relative.exp: Likewise.
12366
12367 2014-10-29 Pedro Alves <palves@redhat.com>
12368
12369 PR gdb/17408
12370 * gdb.threads/schedlock.c (some_function): New function.
12371 (call_function): New global.
12372 (MAYBE_CALL_SOME_FUNCTION): New macro.
12373 (thread_function): Call it.
12374 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12375 and use it instead of a global counter. Adjust all callers.
12376 (get_current_thread): Use "find current thread" for test message
12377 here rather than having all callers pass down the same string.
12378 (goto_loop): New procedure, factored out from ...
12379 (my_continue): ... this.
12380 (step_ten_loops): Change parameter from test message to command to
12381 use. Adjust.
12382 (list_count): Delete global.
12383 (check_result): New procedure, factored out from duplicate top
12384 level code.
12385 (continue tests): Wrap in with_test_prefix.
12386 (test_step): New procedure, factored out from duplicate top level
12387 code.
12388 (top level): Test "step" in combination with all scheduler-locking
12389 modes. Test "next" in combination with all scheduler-locking
12390 modes, and in combination with stepping over a function call or
12391 not.
12392 * gdb.threads/next-bp-other-thread.c: New file.
12393 * gdb.threads/next-bp-other-thread.exp: New file.
12394
12395 2014-10-29 Pedro Alves <palves@redhat.com>
12396
12397 PR python/17372
12398 * gdb.python/python.exp: Test a multi-line command that spawns
12399 interactive Python.
12400 * gdb.base/multi-line-starts-subshell.exp: New file.
12401
12402 2014-10-29 Yao Qi <yao@codesourcery.com>
12403
12404 * gdb.base/fileio.exp: Make directories on host.
12405
12406 2014-10-29 Yao Qi <yao@codesourcery.com>
12407
12408 * gdb.base/fileio.c (test_write): Close the file.
12409
12410 2014-10-28 Pedro Alves <palves@redhat.com>
12411
12412 PR gdb/12623
12413 * gdb.base/sigstep.c (no_handler): New global.
12414 (main): If 'no_handler is true, set the signal handlers to
12415 SIG_IGN.
12416 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12417 with_sw_watch and no_handler parameters. Handle them.
12418 (top level) <stepping over handler when stopped at a breakpoint
12419 test>: Add a test axis for testing with a software watchpoint, and
12420 another for testing with the signal handler set to SIG_IGN.
12421 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12422 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12423
12424 2014-10-28 Pedro Alves <palves@redhat.com>
12425
12426 PR gdb/17511
12427 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12428 * gdb.base/sigstep.exp (other_handler_location): New global.
12429 (advance): Support stepping into the signal handler, and running
12430 commands while in the handler.
12431 (in_handler_map): New global.
12432 (top level): In the advance test, add combinations for getting
12433 into the handler with stepping commands, and for running commands
12434 in the handler. Add comment descripting the advancei tests.
12435
12436 2014-10-28 Pedro Alves <palves@redhat.com>
12437
12438 * gdb.base/sigstep.exp: Use build_executable instead of
12439 prepare_for_testing.
12440 (top level): Move code that starts GDB, runs to main and creates a
12441 display to ...
12442 (restart): ... this new procedure.
12443 (top level): Move backtrace from signal handler test to ...
12444 (validate_backtrace): ... this new procedure.
12445 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12446 with_test_prefix. Always restart GDB.
12447 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12448 with_test_prefix. Always restart GDB. No need to delete
12449 breakpoints after the test.
12450 (test_skip_handler): Remove prefix parameter.
12451 (skip_over_handler, breakpoint_to_handler)
12452 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12453 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12454 restart GDB. No need to delete breakpoints after the test.
12455 (top level): Use foreach to call the test procedures with
12456 different commands.
12457
12458 2014-10-28 Pedro Alves <palves@redhat.com>
12459
12460 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12461 instead of GNATS numbers.
12462 * gdb.base/sigbpt.exp: Likewise.
12463 * gdb.base/siginfo.exp: Likewise.
12464 * gdb.base/sigstep.exp: Likewise.
12465
12466 2014-10-27 Pedro Alves <palves@redhat.com>
12467
12468 * gdb.base/sigstep.c (dummy): New global.
12469 (main): Issue a couple writes to the new global.
12470 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12471 procedures.
12472 (skip_over_handler): Use test_skip_handler.
12473 (top level): Call skip_over_handler for stepi and nexti too.
12474 (breakpoint_over_handler): Use test_skip_handler.
12475 (top level): Call breakpoint_over_handler for stepi and nexti too.
12476
12477 2014-10-27 Yao Qi <yao@codesourcery.com>
12478
12479 * gdb.trace/tfile.c (adjust_function_address)
12480 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12481 function descriptor.
12482
12483 2014-10-24 Don Breazeal <donb@codesourcery.com>
12484
12485 * gdb.base/foll-fork.exp (test_follow_fork,
12486 catch_fork_child_follow): Check for updated fork messages emitted
12487 from infrun.c.
12488 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12489 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12490 vfork_and_exec_child_follow_through_step): Check for updated vfork
12491 messages emitted from infrun.c.
12492
12493 2014-10-24 Pedro Alves <palves@redhat.com>
12494
12495 * gdb.base/corefile.exp: Remove references to ultrix.
12496 * gdb.base/interrupt.exp: Likewise.
12497 * gdb.base/whatis.exp: Likewise.
12498 * gdb.gdb/selftest.exp: Likewise.
12499 * gdb.threads/manythreads.exp: Likewise.
12500 * gdb.threads/print-threads.exp: Likewise.
12501 * gdb.threads/pthreads.exp:: Likewise.
12502 * gdb.threads/schedlock.exp: Likewise.
12503
12504 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12505
12506 * gdb.cp/non-trivial-retval.cc: Add a test case.
12507 * gdb.cp/non-trivial-retval.exp: Add a test.
12508
12509 2014-10-20 Yao Qi <yao@codesourcery.com>
12510
12511 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12512 * gdb.python/py-objfile-script-gdb.py: New file.
12513 * gdb.python/py-objfile-script.exp: Update reference to
12514 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12515 of remote_download. Remove the dest file.
12516
12517 2014-10-20 Yao Qi <yao@codesourcery.com>
12518
12519 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12520 * gdb.base/step-line.exp: Likewise.
12521 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12522 * gdb.dwarf2/dw2-basic.exp: Likewise.
12523 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12524 * gdb.dwarf2/dw2-filename.exp: Likewise.
12525 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12526 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12527 * gdb.dwarf2/dw2-producer.exp: Likewise.
12528 * gdb.dwarf2/mac-fileno.exp: Likewise.
12529 * gdb.python/py-frame-args.exp: Likewise.
12530 * gdb.python/py-framefilter.exp: Likewise.
12531 * gdb.python/py-mi.exp: Likewise.
12532 * gdb.python/py-objfile-script.exp: Likewise
12533 * gdb.python/py-pp-integral.exp: Likewise.
12534 * gdb.python/py-pp-re-notag.exp: Likewise.
12535 * gdb.python/py-prettyprint.exp: Likewise.
12536 * gdb.python/py-section-script.exp: Likewise.
12537 * gdb.python/py-typeprint.exp: Likewise.
12538 * gdb.python/py-xmethods.exp: Likewise.
12539 * gdb.stabs/weird.exp: Likewise.
12540 * gdb.xml/tdesc-regs.exp: Likewise.
12541
12542 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12543
12544 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12545 (out_cu): Use addr_len for the size of addresses.
12546 (out_line): Likewise. Size DW_LNE_set_address instruction
12547 according to addr_len.
12548 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12549 (FUNC): Add START_INSNS to definition.
12550
12551 2014-10-18 Yao Qi <yao@codesourcery.com>
12552
12553 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12554 gdb_has_argv0 return true.
12555 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12556 check [target_info exists noargs], check [gdb_has_argv0]
12557 instead.
12558 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12559 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12560 procedures.
12561
12562 2014-10-17 Doug Evans <dje@google.com>
12563
12564 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12565 event.
12566 * gdb.python/py-events.py: Add clear_objfiles event.
12567
12568 2014-10-17 Doug Evans <dje@google.com>
12569
12570 * gdb.python/py-objfile.exp: Test progspace attribute.
12571
12572 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
12573
12574 * gdb.guile/scm-breakpoint.exp: Do not assume any
12575 directory separators when matching source file paths.
12576 * gdb.python/py-breakpoint.exp: Likewise.
12577 * gdb.reverse/break-precsave.exp: Likewise.
12578 * gdb.reverse/break-reverse.exp: Likewise.
12579 * gdb.reverse/consecutive-precsave.exp: Likewise.
12580 * gdb.reverse/finish-precsave.exp: Likewise.
12581 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12582 * gdb.reverse/finish-reverse.exp: Likewise.
12583 * gdb.reverse/i386-precsave.exp: Likewise.
12584 * gdb.reverse/i387-env-reverse.exp: Likewise.
12585 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12586 * gdb.reverse/machinestate-precsave.exp: Likewise.
12587 * gdb.reverse/machinestate.exp: Likewise.
12588 * gdb.reverse/sigall-precsave.exp: Likewise.
12589 * gdb.reverse/solib-precsave.exp: Likewise.
12590 * gdb.reverse/step-precsave.exp: Likewise.
12591 * gdb.reverse/until-precsave.exp: Likewise.
12592 * gdb.reverse/watch-precsave.exp: Likewise.
12593 * gdb.reverse/watch-reverse.exp: Likewise.
12594
12595 2014-10-17 Yao Qi <yao@codesourcery.com>
12596
12597 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12598 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12599
12600 2014-10-17 Pedro Alves <palves@redhat.com>
12601
12602 PR gdb/17471
12603 * gdb.base/bg-execution-repeat.c: New file.
12604 * gdb.base/bg-execution-repeat.exp: New file.
12605
12606 2014-10-17 Pedro Alves <palves@redhat.com>
12607
12608 PR gdb/17300
12609 * gdb.base/continue-all-already-running.c: New file.
12610 * gdb.base/continue-all-already-running.exp: New file.
12611
12612 2014-10-17 Pedro Alves <palves@redhat.com>
12613
12614 PR gdb/17472
12615 * gdb.base/annota-input-while-running.c: New file.
12616 * gdb.base/annota-input-while-running.exp: New file.
12617
12618 2014-10-17 Pedro Alves <palves@redhat.com>
12619
12620 * gdb.base/callfuncs.exp: emove references to osf.
12621 * gdb.base/sigall.exp: Likewise.
12622 * gdb.gdb/selftest.exp: Likewise.
12623 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12624 * gdb.mi/non-stop.c: Likewise.
12625 * gdb.mi/pthreads.c: Likewise.
12626 * gdb.reverse/sigall-precsave.exp: Likewise.
12627 * gdb.reverse/sigall-reverse.exp: Likewise.
12628 * gdb.threads/pthreads.c: Likewise.
12629 * gdb.threads/pthreads.exp: Likewise.
12630
12631 2014-10-17 Yao Qi <yao@codesourcery.com>
12632
12633 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12634 check 'target_info exists noargs'.
12635 (test_command_prompt_position): Likewise.
12636 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12637 Remove "set args".
12638 (progvar_simple_while_test): Likewise.
12639 (progvar_complex_if_while_test): Likewise.
12640 (if_while_breakpoint_command_test): Likewise.
12641 (infrun_breakpoint_command_test): Likewise.
12642 (breakpoint_command_test): Likewise.
12643 (watchpoint_command_test): Likewise.
12644 (bp_deleted_in_command_test): Likewise.
12645 (temporary_breakpoint_commands): Likewise.
12646
12647 2014-10-16 Yao Qi <yao@codesourcery.com>
12648
12649 * gdb.base/remotetimeout.exp: Remove noargs checking.
12650
12651 2014-10-15 Pedro Alves <palves@redhat.com>
12652
12653 PR breakpoints/9649
12654 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12655 * gdb.base/breakpoint-in-ro-region.exp
12656 (probe_target_hardware_step): New procedure.
12657 (top level): Probe hardware stepping and hardware breakpoint
12658 support. Test stepping through a read-only region, with both
12659 "breakpoint auto-hw" on and off and both "always-inserted" on and
12660 off.
12661
12662 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12663
12664 * gdb.dlang/demangle.exp: Update for demangling changes.
12665
12666 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12667
12668 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12669 * gdb.cp/non-trivial-retval.exp: Add new tests.
12670
12671 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12672
12673 PR c++/13403
12674 PR c++/15154
12675 * gdb.cp/non-trivial-retval.cc: New file.
12676 * gdb.cp/non-trivial-retval.exp: New file.
12677
12678 2014-10-15 Yao Qi <yao@codesourcery.com>
12679
12680 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12681 remote host.
12682
12683 2014-10-15 Yao Qi <yao@codesourcery.com>
12684
12685 * gdb.python/py-symbol.exp: Match file base name if host is
12686 remote, otherwise match file name with dir name.
12687 * gdb.python/py-symtab.exp: Likewise.
12688 * gdb.python/python.exp: Likewise.
12689
12690 2014-10-15 Yao Qi <yao@codesourcery.com>
12691
12692 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12693 pattern.
12694 * gdb.python/py-symtab.exp: Likewise.
12695 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12696 locationn.
12697
12698 2014-10-14 Joel Brobecker <brobecker@adacore.com>
12699
12700 * gdb.ada/addr_arith: New testcase.
12701
12702 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12703
12704 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12705 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12706 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12707 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12708
12709 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12710
12711 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12712 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12713 * gdb.arch/stap-eval-lang-ada.exp: New file.
12714
12715 2014-10-14 Yao Qi <yao@codesourcery.com>
12716
12717 * gdb.mi/mi-var-child.c (nothing1): New function.
12718 (nothing2): New function.
12719 (do_children_tests): Set function pointers by nothing1 and
12720 nothing2.
12721 * gdb.mi/mi-var-child.exp: Step over new added statements.
12722 Update test to match the new output.
12723 * gdb.mi/var-cmd.c (nothing1): New function.
12724 (nothing2): New function.
12725 (do_children_tests): Set function pointers by nothing1 and
12726 nothing2.
12727 * gdb.mi/mi-var-display.exp: Update test to match output.
12728 Step to the line specified by $line_dct_nothing.
12729 Increase the number of lines to step.
12730
12731 2014-10-14 Yao Qi <yao@codesourcery.com>
12732
12733 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12734 tests.
12735 * gdb.mi/mi2-var-child.exp: Likewise.
12736
12737 2014-10-13 Doug Evans <dje@google.com>
12738
12739 * gdb.python/py-objfile.exp: Change name of file name test.
12740
12741 2014-10-13 Doug Evans <dje@google.com>
12742
12743 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12744 from the start of the CU.
12745
12746 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12747 Yao Qi <yao@codesourcery.com>
12748
12749 Fix "save breakpoints" for "catch" command.
12750 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12751 Remove -nonewline. Match also the added "main" line.
12752
12753 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12754
12755 Fix "save breakpoints" for "disable $bpnum" command.
12756 * gdb.base/save-bp.c (main): Add label.
12757 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12758
12759 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12760
12761 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12762
12763 2014-10-11 Yao Qi <yao@codesourcery.com>
12764
12765 * gdb.server/server-kill.exp: Execute command
12766 "set remote trace-status-packet on" before "tstatus".
12767
12768 2014-10-11 Yao Qi <yao@codesourcery.com>
12769
12770 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12771 (main): Call getppid.
12772 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12773 and continue to it. Read variable "server_pid".
12774
12775 2014-10-11 Yao Qi <yao@codesourcery.com>
12776
12777 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12778
12779 2014-10-11 Yao Qi <yao@codesourcery.com>
12780
12781 * gdb.threads/thread-find.exp: Don't execute command
12782 "info threads".
12783 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12784 * gdb.threads/linux-dp.exp: Don't check the condition
12785 $threads_created equals to zero.
12786
12787 2014-10-10 Pedro Alves <palves@redhat.com>
12788
12789 * gdb.base/bigcore.exp: Remove references to IRIX.
12790 * gdb.base/funcargs.exp: Likewise.
12791 * gdb.base/interrupt.exp: Likewise.
12792 * gdb.base/mips_pro.exp: Likewise.
12793 * gdb.base/nodebug.exp: Likewise.
12794 * gdb.base/setvar.exp: Likewise.
12795 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12796
12797 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12798 Pedro Alves <palves@redhat.com>
12799
12800 PR symtab/14466
12801 * gdb.base/vdso-warning.c: New file.
12802 * gdb.base/vdso-warning.exp: New file.
12803
12804 2014-10-02 Doug Evans <dje@google.com>
12805
12806 * gdb.base/structs.c (main): Don't run forever.
12807
12808 2014-10-02 Pedro Alves <palves@redhat.com>
12809
12810 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12811 (top level) <stop threads 1, stop threads 2>: Use it.
12812
12813 2014-10-02 Pedro Alves <palves@redhat.com>
12814
12815 * gdb.threads/break-while-running.exp (test): Add new
12816 'update_thread_list' argument. Skip "info threads" if false.
12817 (top level): Add new 'update_thread_list' axis.
12818
12819 2014-10-02 Pedro Alves <palves@redhat.com>
12820
12821 PR breakpoints/17431
12822 * gdb.base/execl-update-breakpoints.c: New file.
12823 * gdb.base/execl-update-breakpoints.exp: New file.
12824
12825 2014-10-01 Pedro Alves <palves@redhat.com>
12826
12827 * gdb.base/breakpoint-in-ro-region.c: New file.
12828 * gdb.base/breakpoint-in-ro-region.exp: New file.
12829
12830 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12831
12832 * gdb.mi/mi-exit-code.exp: New file.
12833 * gdb.mi/mi-exit-code.c: New file.
12834
12835 2014-09-30 Yao Qi <yao@codesourcery.com>
12836
12837 * lib/prelink-support.exp (build_executable_own_libs): Error if
12838 the target isn't native.
12839
12840 2014-09-30 Yao Qi <yao@codesourcery.com>
12841
12842 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12843 false.
12844
12845 2014-09-22 Pedro Alves <palves@redhat.com>
12846
12847 * gdb.threads/break-while-running.exp: New file.
12848 * gdb.threads/break-while-running.c: New file.
12849
12850 2014-09-19 Yao Qi <yao@codesourcery.com>
12851
12852 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12853 Invoke test. Restart GDB with --readnow and invoke test again.
12854
12855 2014-09-19 Yao Qi <yao@codesourcery.com>
12856
12857 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12858 proc set_breakpoint_on_gcd_function. Invoke
12859 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12860 invoke set_breakpoint_on_gcd_function again.
12861
12862 2014-09-18 Doug Evans <dje@google.com>
12863
12864 * gdb.dwarf2/symtab-producer.exp: New file.
12865
12866 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12867
12868 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12869 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12870 * gdb.base/global-var-nested-by-dso.c: Likewise.
12871 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12872
12873 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12874 Pedro Alves <palves@redhat.com>
12875
12876 * gdb.base/watch-bitfields.exp: Pass string other than test file
12877 name to prepare_for_testing.
12878 (watch): New procedure.
12879 (expect_watchpoint): Use with_test_prefix.
12880 (top level): Factor out tests to ...
12881 (test_watch_location, test_regular_watch): ... these new
12882 procedures, and use with_test_prefix and gdb_continue_to_end.
12883
12884 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12885
12886 PR breakpoints/12526
12887 * gdb.base/watch-bitfields.exp: New file.
12888 * gdb.base/watch-bitfields.c: New file.
12889
12890 2014-09-16 Pedro Alves <palves@redhat.com>
12891
12892 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12893 software and hardware addresses, not software address against
12894 itself.
12895
12896 2014-09-16 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12899 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12900
12901 2014-09-16 Pedro Alves <palves@redhat.com>
12902
12903 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12904 files.
12905 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12906 "*-*-vxworks*" throughout.
12907 * gdb.base/break.exp: Likewise.
12908 * gdb.base/default.exp: Likewise.
12909 * gdb.base/scope.exp: Likewise.
12910 * gdb.base/sepdebug.exp: Likewise.
12911 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12912 throughout.
12913 * gdb.base/run.c: Likewise.
12914 * gdb.base/sepdebug.c: Likewise.
12915 * gdb.hp/gdb.aCC/run.c: Likewise.
12916 * gdb.reverse/until-reverse.c: Likewise.
12917 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12918
12919 2014-09-16 Yao Qi <yao@codesourcery.com>
12920
12921 * boards/local-remote-host-native.exp: New file.
12922
12923 2014-09-14 Doug Evans <xdje42@gmail.com>
12924
12925 * gdb.threads/queue-signal.c (thread_count): New variable.
12926 (thread_count_mutex, thread_count_condvar): New variables.
12927 (incr_thread_count, wait_all_threads_running): New functions.
12928 (main): Wait for all threads to be in their thread functions.
12929
12930 2014-09-13 Doug Evans <xdje42@gmail.com>
12931
12932 * gdb.threads/queue-signal.c: New file.
12933 * gdb.threads/queue-signal.exp: New file.
12934
12935 2014-09-13 Doug Evans <xdje42@gmail.com>
12936
12937 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12938 be consistent with what default_gdb_init uses.
12939 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12940 the plain text of the prompt. Add some logging printfs.
12941 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12942
12943 2014-09-12 Pedro Alves <palves@redhat.com>
12944
12945 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12946 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12947 * gdb.arch/i386-size-overlap.exp: Likewise.
12948 * gdb.arch/i386-size.exp: Likewise.
12949 * gdb.arch/i386-unwind.exp: Likewise.
12950 * gdb.base/a2-run.exp: Likewise.
12951 * gdb.base/break.exp: Likewise.
12952 * gdb.base/charset.exp: Likewise.
12953 * gdb.base/chng-syms.exp: Likewise.
12954 * gdb.base/commands.exp: Likewise.
12955 * gdb.base/dbx.exp: Likewise.
12956 * gdb.base/find.exp: Likewise.
12957 * gdb.base/funcargs.exp: Likewise.
12958 * gdb.base/jit-simple.exp: Likewise.
12959 * gdb.base/reread.exp: Likewise.
12960 * gdb.base/sepdebug.exp: Likewise.
12961 * gdb.base/step-bt.exp: Likewise.
12962 * gdb.cp/mb-inline.exp: Likewise.
12963 * gdb.cp/mb-templates.exp: Likewise.
12964 * gdb.objc/basicclass.exp: Likewise.
12965 * gdb.threads/killed.exp: Likewise.
12966
12967 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12968
12969 PR tdep/17379
12970 * gdb.arch/powerpc-stackless.S: New file.
12971 * gdb.arch/powerpc-stackless.exp: New file.
12972
12973 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12974
12975 * gdb.base/attach.c: Include unistd.h.
12976 (main): Call alarm. Add label postloop.
12977 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12978 gdb_breakpoint, gdb_continue_to_breakpoint.
12979 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12980
12981 2014-09-11 Pedro Alves <palves@redhat.com>
12982
12983 PR gdb/17347
12984 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12985 * gdb.base/attach.exp (test_command_line_attach_run): New
12986 procedure.
12987 (top level): Call it.
12988
12989 2014-09-11 Pedro Alves <palves@redhat.com>
12990
12991 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12992 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12993 (do_command_attach_tests): Use spawn_wait_for_attach.
12994 * gdb.base/solib-overlap.exp: Likewise.
12995 * gdb.multi/multi-attach.exp: Likewise.
12996 * gdb.python/py-prompt.exp: Likewise.
12997 * gdb.python/py-sync-interp.exp: Likewise.
12998 * gdb.server/ext-attach.exp: Likewise.
12999
13000 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13001
13002 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13003 command in testcase. Simplify testcase.
13004
13005 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13006
13007 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13008
13009 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13010
13011 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13012
13013 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13014
13015 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13016
13017 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13018
13019 * gdb.dwarf2/dynarr-ptr.c: New file.
13020 * gdb.dwarf2/dynarr-ptr.exp: New file.
13021
13022 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13023
13024 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13025 of 30 rather than hardcoding 120 for a slow test case. Take the
13026 `gdb,timeout' target setting into account for this calculation.
13027 Don't extend the timeout for the test cases that don't need it.
13028
13029 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13030
13031 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13032 a factor of 2 for a slow test case. Take the `gdb,timeout'
13033 target setting into account for this calculation.
13034 * gdb.reverse/until-precsave.exp: Increase the timeout by
13035 a factor of 15 and 3 respectively rather than adding 120
13036 for a pair of slow test cases. Take the `gdb,timeout'
13037 target setting into account for this calculation.
13038
13039 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13040
13041 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13042 timeout, don't pass one down to gdb_expect.
13043 (gdb_expect): Rework timeout selection.
13044
13045 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13046
13047 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13048 exception on timeout.
13049 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13050 (gdbserver_start_extended): Catch any `gdbserver_start' error
13051 exceptions.
13052 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13053 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13054 `gdbserver_gdb_load' error exceptions.
13055
13056 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13057
13058 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13059 120 on waiting for the TCP socket to open.
13060
13061 2014-09-09 Doug Evans <xdje42@gmail.com>
13062
13063 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13064 _caller_matches, _any_caller_is, _any_caller_matches.
13065
13066 2014-09-09 Doug Evans <xdje42@gmail.com>
13067
13068 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13069
13070 2014-09-09 Yao Qi <yao@codesourcery.com>
13071
13072 * gdb.mi/mi-var-display.exp: Set print symbol off.
13073
13074 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13075
13076 PR gdb/17035
13077 * gdb.base/commands.exp: Add tests to verify user-defined
13078 commands with empty bodies.
13079 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13080 python commands in `show user command`.
13081 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13082 scheme commands in `show user command`.
13083
13084 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13085
13086 PR python/17355
13087 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13088 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13089 * gdb.python/py-framefilter-invalidarg.exp: New file.
13090 * gdb.python/py-framefilter-invalidarg.py: New file.
13091
13092 2014-09-06 Doug Evans <xdje42@gmail.com>
13093
13094 PR 15276
13095 * gdb.python/py-caller-is.c: New file.
13096 * gdb.python/py-caller-is.exp: New file.
13097
13098 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13099
13100 PR gdb/17235
13101 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13102 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13103
13104 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13105
13106 PR fortran/17237
13107 * gdb.fortran/print-formatted.exp: New file.
13108 * gdb.fortran/print-formatted.f90: Likewise.
13109
13110 2014-09-03 Sasha Smundak <asmundak@google.com>
13111
13112 * gdb.python/py-frame.exp: Test Frame.read_register.
13113
13114 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13115
13116 PR python/16699
13117 * gdb.python/py-completion.exp: New file.
13118 * gdb.python/py-completion.py: Likewise.
13119
13120 2014-08-28 Doug Evans <dje@google.com>
13121
13122 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13123 eax,etc. are live with values set by gdb and thus the compiler can't
13124 use them.
13125 * gdb.arch/i386-pseudo.c (main): Ditto.
13126
13127 2014-08-27 Doug Evans <dje@google.com>
13128
13129 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13130
13131 2014-08-25 Doug Evans <dje@google.com>
13132
13133 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13134 (main): Ditto.
13135
13136 2014-08-25 Doug Evans <dje@google.com>
13137
13138 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13139
13140 2014-08-24 Yao Qi <yao@codesourcery.com>
13141
13142 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13143 symbol off.
13144 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13145
13146 2014-08-22 Doug Evans <dje@google.com>
13147
13148 PR 17276
13149 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13150 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13151 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13152
13153 2014-08-22 Yao Qi <yao@codesourcery.com>
13154
13155 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13156 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13157 * gdb.python/python.exp: Likewise. Use .py file on the host
13158 instead of the build.
13159
13160 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13161
13162 * gdb.threads/gcore-stale-thread.c: New file.
13163 * gdb.threads/gcore-stale-thread.exp: New file.
13164
13165 2014-08-21 Pedro Alves <palves@redhat.com>
13166
13167 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13168 * gdb.base/gcore-relro-pie.exp: Likewise.
13169 * gdb.base/gcore-relro.exp: Likewise.
13170 * gdb.base/gcore.exp: Likewise.
13171 * gdb.base/print-symbol-loading.exp: Likewise.
13172 * gdb.threads/gcore-thread.exp: Likewise.
13173 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13174
13175 2014-08-20 Pedro Alves <palves@redhat.com>
13176 Jan Kratochvil <jan.kratochvil@redhat.com>
13177
13178 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13179 configure.
13180 (EXPECT): Handle READ1 being set.
13181 (all): Depend on EXTRA_RULES.
13182 (check-read1, expect-read1, read1.so, read1): New rules.
13183 * README (Testsuite Parameters): Document the READ1 make variable.
13184 (Race detection): New section.
13185 * configure: Regenerate.
13186 * configure.ac: If build==host==target, and running under a
13187 GNU/glibc system, add read1 to the extra Makefile rules.
13188 (EXTRA_RULES): AC_SUBST it.
13189 * lib/read1.c: New file.
13190
13191 2014-08-20 Joel Brobecker <brobecker@adacore.com>
13192
13193 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13194 the handling of variables declared as a typedef to an array
13195 which a DW_AT_data_location attribute.
13196
13197 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
13198 Pedro Alves <palves@redhat.com>
13199
13200 PR symtab/14604
13201 PR symtab/14605
13202 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13203 gdb_test.
13204
13205 2014-08-19 Pedro Alves <palves@redhat.com>
13206
13207 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13208
13209 2014-08-19 Yao Qi <yao@codesourcery.com>
13210
13211 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13212 right line.
13213
13214 2014-08-18 David Blaikie <dblaikie@gmail.com>
13215
13216 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13217
13218 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13219
13220 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13221 attribute in array range.
13222
13223 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13224
13225 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13226
13227 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13228
13229 PR c++/17132
13230 * gdb.cp/pr17132.cc: New file.
13231 * gdb.cp/pr17132.exp: New file.
13232
13233 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13234
13235 * gdb.python/py-xmethods.py (A_getarrayind)
13236 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13237 Use 'print' with function call syntax.
13238 (E_method_matcher.match): Fix tab vs space indentation mixup.
13239
13240 2014-08-15 Yao Qi <yao@codesourcery.com>
13241
13242 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13243 false.
13244
13245 2014-08-15 Yao Qi <yao@codesourcery.com>
13246
13247 * gdb.cp/casts.exp: Set print symbol off.
13248 * gdb.cp/class2.exp: Likewise.
13249 * gdb.cp/overload.exp: Likewise.
13250 * gdb.cp/templates.exp: Likewise.
13251
13252 2014-08-11 Doug Evans <dje@google.com>
13253
13254 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13255 (test_load_shlib): Update.
13256
13257 2014-08-09 Yao Qi <yao@codesourcery.com>
13258
13259 * gdb.base/display.exp: Invoke is_address_zero_readable.
13260 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13261 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13262 * gdb.base/hbreak-unmapped.exp: Return if
13263 is_address_zero_readable returns true.
13264 * gdb.base/signest.exp: Likewise.
13265 * gdb.base/signull.exp: Likewise.
13266 * gdb.base/sigbpt.exp: Likewise.
13267 * gdb.guile/scm-disasm.exp: Do the test if
13268 is_address_zero_readable returns false.
13269 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13270 * gdb.python/py-arch.exp: Likewise.
13271 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13272 * lib/gdb.exp (is_address_zero_readable): New proc.
13273
13274 2014-08-09 Yao Qi <yao@codesourcery.com>
13275
13276 PR testsuite/13443
13277 * gdb.mi/mi-var-display.exp: Make test messages unique.
13278
13279 2014-08-04 Tom Tromey <tromey@redhat.com>
13280
13281 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13282 target 0".
13283
13284 2014-08-04 Tom Tromey <tromey@redhat.com>
13285
13286 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13287 "target_resume".
13288
13289 2014-08-01 Joel Brobecker <brobecker@adacore.com>
13290
13291 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13292 inner_vla_struct_object_size.
13293 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13294 as xfail.
13295
13296 2014-07-30 Pedro Alves <palves@redhat.com>
13297
13298 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13299 comment.
13300
13301 2014-07-29 Yao Qi <yao@codesourcery.com>
13302
13303 PR gdb/17206
13304 * gdb.base/until-nodebug.exp: New.
13305
13306 2014-07-28 Doug Evans <xdje42@gmail.com>
13307
13308 PR guile/17203
13309 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13310 previously existing parameter, and previously ambiguously spelled
13311 parameter.
13312
13313 2014-07-28 Will Newton <will.newton@linaro.org>
13314
13315 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13316
13317 2014-07-26 Ludovic Courtès <ludo@gnu.org>
13318 Doug Evans <xdje42@gmail.com>
13319
13320 PR guile/17146
13321 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13322
13323 2014-07-25 Pedro Alves <palves@redhat.com>
13324
13325 * gdb.threads/signal-command-handle-nopass.c: New file.
13326 * gdb.threads/signal-command-handle-nopass.exp: New file.
13327 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13328 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13329 * gdb.threads/signal-delivered-right-thread.c: New file.
13330 * gdb.threads/signal-delivered-right-thread.exp: New file.
13331
13332 2014-07-25 Pedro Alves <palves@redhat.com>
13333
13334 * gdb.base/double-prompt-target-event-error.exp
13335 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13336 match.
13337 (cancel_pagination_in_target_event): Rework double prompt
13338 detection.
13339 * gdb.base/paginate-after-ctrl-c-running.exp
13340 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13341 <return>' match.
13342 * gdb.base/paginate-bg-execution.exp
13343 (test_bg_execution_pagination_return)
13344 (test_bg_execution_pagination_cancel): Remove '-notransfer
13345 <return>' matches.
13346 * gdb.base/paginate-execution-startup.exp
13347 (test_fg_execution_pagination_return)
13348 (test_fg_execution_pagination_cancel): Remove '-notransfer
13349 <return>' matches.
13350 * gdb.base/paginate-inferior-exit.exp
13351 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13352 match.
13353 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13354 * lib/gdb.exp (pagination_prompt): Run text through
13355 string_to_regexp.
13356 (gdb_test_multiple): Match $pagination_prompt instead of
13357 "<return>".
13358 (string_to_regexp): Move to lib/gdb-utils.exp.
13359
13360 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13361
13362 * gdb.arch/amd64-entry-value-paramref.S: New file.
13363 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13364 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13365 * gdb.arch/amd64-optimout-repeat.S: New file.
13366 * gdb.arch/amd64-optimout-repeat.c: New file.
13367 * gdb.arch/amd64-optimout-repeat.exp: New file.
13368
13369 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13370
13371 PR gdb/17170
13372 * gdb.base/statistics.exp: New file.
13373
13374 2014-07-17 Doug Evans <dje@google.com>
13375
13376 PR gdb/17170
13377 * gdb.base/maint.exp: Update testing of per-command stats.
13378
13379 2014-07-16 Pedro Alves <palves@redhat.com>
13380
13381 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13382 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13383 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13384 (tfile_write_buf): New functions.
13385 (add_memory_block): Rewrite using the above.
13386 (adjust_function_address): New function.
13387 (FUNCTION_ADDRESS): New macro.
13388 (write_basic_trace_file): Remove short_x local, and use
13389 tfile_write_16. Change type of func_addr local to unsigned long
13390 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13391 here. Cast argument of add_memory_block to char pointer.
13392 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13393 (main): Remove parameters.
13394 * gdb.trace/tfile.exp: Remove nowarnings.
13395
13396 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13397
13398 * gdb.base/debug-expr.exp: Test string evaluation with
13399 "debug expression" on.
13400
13401 2014-07-15 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.base/reread.exp: Use clean_restart.
13404
13405 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13406
13407 * gdb.arch/avr-flash-qualifer.c: New.
13408 * gdb.arch/avr-flash-qualifer.exp: New.
13409
13410 2014-07-14 Pedro Alves <palves@redhat.com>
13411
13412 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13413 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13414
13415 2014-07-14 Pedro Alves <palves@redhat.com>
13416
13417 * gdb.base/double-prompt-target-event-error.c: New file.
13418 * gdb.base/double-prompt-target-event-error.exp: New file.
13419
13420 2014-07-14 Pedro Alves <palves@redhat.com>
13421
13422 PR gdb/17072
13423 * gdb.base/paginate-inferior-exit.c: New file.
13424 * gdb.base/paginate-inferior-exit.exp: New file.
13425
13426 2014-07-14 Pedro Alves <palves@redhat.com>
13427
13428 PR gdb/17072
13429 * gdb.base/paginate-bg-execution.c: New file.
13430 * gdb.base/paginate-bg-execution.exp: New file.
13431
13432 2014-07-14 Pedro Alves <palves@redhat.com>
13433
13434 PR gdb/17072
13435 * gdb.base/paginate-execution-startup.c: New file.
13436 * gdb.base/paginate-execution-startup.exp: New file.
13437 * lib/gdb.exp (pagination_prompt): New global.
13438 (default_gdb_spawn): New procedure, factored out from
13439 default_gdb_spawn.
13440 (default_gdb_start): Adjust to call default_gdb_spawn.
13441 (gdb_spawn): New procedure.
13442
13443 2014-07-14 Pedro Alves <palves@redhat.com>
13444
13445 * lib/gdb.exp (gdb_assert): New procedure.
13446 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13447
13448 2014-07-14 Pedro Alves <palves@redhat.com>
13449
13450 * gdb.base/execution-termios.c: New file.
13451 * gdb.base/execution-termios.exp: New file.
13452
13453 2014-07-14 Tom Tromey <tromey@redhat.com>
13454
13455 * gdb.cp/vla-cxx.cc: New file.
13456 * gdb.cp/vla-cxx.exp: New file.
13457
13458 2014-07-14 Tom Tromey <tromey@redhat.com>
13459
13460 * gdb.reverse/rerun-prec.c: New file.
13461 * gdb.reverse/rerun-prec.exp: New file.
13462
13463 2014-07-12 Maciej W. Rozycki <macro@mips.com>
13464 Maciej W. Rozycki <macro@codesourcery.com>
13465
13466 * lib/gdb-utils.exp: New file.
13467 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13468 inline `gdb_init_command' processing.
13469 (gdb_start_cmd): Likewise.
13470 * lib/mi-support.exp (mi_run_cmd): Likewise.
13471 * README: Document `gdb_init_command' and `gdb_init_commands'.
13472
13473 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13474
13475 Fix false FAIL running under a very long directory name.
13476 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13477 and "set print elements 10000". Twice.
13478
13479 2014-07-11 Yao Qi <yao@codesourcery.com>
13480
13481 * gdb.base/exprs.exp: "set print symbol off".
13482
13483 2014-07-11 Pedro Alves <palves@redhat.com>
13484
13485 * gdb.threads/kill.c: New file.
13486 * gdb.threads/kill.exp: New file.
13487
13488 2014-07-10 Yao Qi <yao@codesourcery.com>
13489
13490 * gdb.trace/tfile.c (write_basic_trace_file)
13491 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13492 address written to trace file.
13493
13494 2014-07-09 Pedro Alves <palves@redhat.com>
13495
13496 * gdb.base/attach-wait-input.exp: New file.
13497 * gdb.base/attach-wait-input.c: New file.
13498
13499 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13500
13501 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13502 setting up test structures.
13503 (main): Call new test function.
13504 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13505 test function, continue into test function and walk test
13506 structures.
13507
13508 2014-07-02 Yao Qi <yao@codesourcery.com>
13509
13510 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13511 'bar_start' at the beginning of functions 'foo' and 'bar'
13512 respectively.
13513 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13514 instead of 'foo' and 'bar'.
13515
13516 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13517
13518 * gdb.btrace/segv.exp: New.
13519 * gdb.btrace/segv.c: New.
13520
13521 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
13522
13523 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13524 instruction.
13525
13526 2014-06-30 Mark Wielaard <mjw@redhat.com>
13527
13528 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13529 vulture, vilify, villar): New volatile array constants.
13530 (vindictive, vegetation): New const volatile array constants.
13531 * gdb.base/volatile.exp: Test volatile and const volatile array
13532 types.
13533
13534 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13535
13536 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13537 target lacks support for awatch, rwatch, or hbreak.
13538
13539 2014-06-27 Yao Qi <yao@codesourcery.com>
13540
13541 * gdb.multi/dummy-frame-restore.exp: New.
13542 * gdb.multi/dummy-frame-restore.c: New.
13543
13544 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13545
13546 * gdb.btrace/gcore.exp: New.
13547
13548 2014-06-23 Pedro Alves <palves@redhat.com>
13549
13550 * gdb.base/watchpoint-reuse-slot.c: New file.
13551 * gdb.base/watchpoint-reuse-slot.exp: New file.
13552
13553 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13554
13555 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13556 progspace's filename in 'info', 'enable' and 'disable' command
13557 tests.
13558
13559 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13560
13561 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13562 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13563 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13564
13565 2014-06-20 Gary Benson <gbenson@redhat.com>
13566
13567 * gdb.arch/i386-avx.exp: Fix include file location.
13568 * gdb.arch/i386-sse.exp: Likewise.
13569
13570 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13571
13572 * gdb.dlang/expression.exp: New file.
13573
13574 2014-06-19 Pedro Alves <palves@redhat.com>
13575
13576 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13577 out from ...
13578 (top level): ... here. Iterate running tests under different
13579 scheduler-locking settings.
13580
13581 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
13582
13583 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13584 to DW_FORM_addr and use non-zero addresses.
13585
13586 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13587
13588 PR gdb/17017
13589 * gdb.python/py-xmethods.cc: Add global function call counters and
13590 increment them in their respective functions. Remove "cout"
13591 statements.
13592 * gdb.python/py-xmethods.exp: Make tests check the global function
13593 call counters instead of depending on inferior IO.
13594
13595 2014-06-18 Don Breazeal <donb@codesourcery.com>
13596
13597 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13598 Deleted procedure.
13599 (explicit_fork_parent_follow): Deleted procedure.
13600 (explicit_fork_child_follow): Deleted procedure.
13601 (test_follow_fork): New procedure.
13602 (do_fork_tests): Replace calls to deleted procedures with
13603 calls to test_follow_fork and reset GDB for subsequent
13604 procedure calls.
13605
13606 2014-06-17 Yao Qi <yao@codesourcery.com>
13607
13608 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13609 CP1252.
13610
13611 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
13612
13613 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13614 Initialize ptr and S explicitly.
13615 (skip_type_update_when_not_use_rtti_test): Likewise.
13616
13617 2014-06-16 Keith Seitz <keiths@redhat.com>
13618
13619 PR mi/15863
13620 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13621 the inferior is started.
13622
13623 2014-06-16 Pedro Alves <palves@redhat.com>
13624
13625 * gdb.base/break-main-file-remove-fail.c: New file.
13626 * gdb.base/break-main-file-remove-fail.exp: New file.
13627 * gdb.base/break-unload-file.exp: Use build_executable instead of
13628 prepare_for_testing.
13629 (test_break): New parameter "initial_load". Handle it.
13630 (top level): Add initial_load cmdline/file axis.
13631
13632 2014-06-12 Tom Tromey <tromey@redhat.com>
13633
13634 * gdb.base/completion.exp: Don't use directory name in test.
13635
13636 2014-06-09 Gary Benson <gbenson@redhat.com>
13637
13638 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13639 separate the always-available ANSI-standard signals from the
13640 signals that require checking.
13641 (main): Likewise.
13642 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13643 Likewise.
13644 (main): Likewise.
13645
13646 2014-06-07 Keith Seitz <keiths@redhat.com>
13647
13648 Revert:
13649 PR c++/16253
13650 * gdb.cp/var-tag.cc: New file.
13651 * gdb.cp/var-tag.exp: New file.
13652 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13653 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13654 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13655 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13656
13657 2014-06-06 Doug Evans <xdje42@gmail.com>
13658
13659 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13660
13661 2014-06-06 Pedro Alves <palves@redhat.com>
13662
13663 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13664 in target debug output instead of looking at RSP packets,
13665 disabling the test on any target that uses hardware stepping.
13666 Update comments.
13667
13668 2014-06-06 Pedro Alves <palves@redhat.com>
13669
13670 * gdb.base/break-unload-file.exp: Fix typo.
13671
13672 2014-06-06 Yao Qi <yao@codesourcery.com>
13673
13674 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13675 from "jit_function" to "^jit_function".
13676
13677 2014-06-06 Yao Qi <yao@codesourcery.com>
13678
13679 * gdb.base/async.c (foo): Add one statement.
13680 * gdb.base/async.exp: Get the next instruction address and
13681 match the output of "nexti" by instruction address. Match
13682 the hex address in the output of "finish".
13683
13684 2014-06-06 Gary Benson <gbenson@redhat.com>
13685
13686 * gdb.base/call-signals.c: Remove preprocessor conditionals
13687 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13688 SIGSEGV and SIGTERM.
13689 * gdb.base/sigall.c: Likewise.
13690 * gdb.base/unwindonsignal.c: Likewise.
13691 * gdb.reverse/sigall-reverse.c: Likewise.
13692
13693 2014-06-06 Yao Qi <yao@codesourcery.com>
13694
13695 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13696 readable, skip the test.
13697
13698 2014-06-06 Yao Qi <yao@codesourcery.com>
13699
13700 * gdb.threads/staticthreads.c (thread_function): Move the line
13701 setting breakpoint on forward.
13702 * gdb.threads/staticthreads.exp: Update comments.
13703
13704 2014-06-05 Ludovic Courtès <ludo@gnu.org>
13705
13706 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13707 "history-append! type error".
13708
13709 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13710
13711 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13712 erroneous dprintf expected input.
13713
13714 2014-06-04 Doug Evans <xdje42@gmail.com>
13715
13716 * gdb.guile/scm-generics.exp: Delete.
13717
13718 2014-06-04 Doug Evans <xdje42@gmail.com>
13719
13720 * gdb.guile/scm-breakpoint.exp: Update.
13721 Add tests for breakpoint registration.
13722
13723 2014-06-04 Tom Tromey <tromey@redhat.com>
13724
13725 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13726 VLA-in-union.
13727 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13728 inner_vla_struct, vla_union types. Initialize objects of those
13729 types and compute their sizes.
13730
13731 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13732 Hui Zhu <hui@codesourcery.com>
13733
13734 * gdb.base/fileio.exp: Add test for shell not available as well as
13735 available.
13736 * gdb.base/fileio.c (test_system): Check for shell twice.
13737
13738 2014-06-04 Yao Qi <yao@codesourcery.com>
13739
13740 * gdb.base/auto-connect-native-target.exp: Remove redundant
13741 space from the regexp pattern.
13742
13743 2014-06-04 Yao Qi <yao@codesourcery.com>
13744
13745 * gdb.base/default.exp: Replace "child" with "native" in
13746 regexp pattern.
13747
13748 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13749
13750 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13751 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13752 * gdb.python/py-xmethods.py: Python script supporting the
13753 new testcase and tests.
13754
13755 2014-06-03 Joel Brobecker <brobecker@adacore.com>
13756 Pedro Alves <palves@redhat.com>
13757
13758 PR breakpoints/17000
13759 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13760 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13761
13762 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13763
13764 * gdb.base/subst.exp: Add tests to verify partial path matching
13765 output.
13766
13767 2014-06-03 Pedro Alves <palves@redhat.com>
13768
13769 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13770 target that doesn't use software single-stepping.
13771
13772 2014-06-03 Pedro Alves <palves@redhat.com>
13773
13774 PR breakpoints/17000
13775 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13776 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13777
13778 2014-06-02 Doug Evans <xdje42@gmail.com>
13779
13780 * gdb.guile/scm-parameter.exp: New file.
13781
13782 2014-06-02 Doug Evans <xdje42@gmail.com>
13783
13784 * gdb.guile/scm-cmd.c: New file.
13785 * gdb.guile/scm-cmd.exp: New file.
13786
13787 2014-06-02 Doug Evans <xdje42@gmail.com>
13788
13789 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13790 pretty-printer lookup.
13791 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13792 (make-pp_s-printer): Call it.
13793 (make-pretty-printer-from-dict): New function.
13794 (lookup-pretty-printer-maker-from-dict): New function.
13795 (*pretty-printer*): Simplify.
13796 (make-objfile-pp_s-printer): New function.
13797 (install-objfile-pretty-printers!): New function.
13798 (make-progspace-pp_s-printer): New function.
13799 (install-progspace-pretty-printers!): New function.
13800 * gdb.guile/scm-progspace.c: New file.
13801 * gdb.guile/scm-progspace.exp: New file.
13802
13803 2014-06-02 Pedro Alves <palves@redhat.com>
13804
13805 * gdb.base/dprintf-bp-same-addr.c: New file.
13806 * gdb.base/dprintf-bp-same-addr.exp: New file.
13807
13808 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13809
13810 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13811 * gdb.arch/powerpc-power.s: Likewise.
13812
13813 2014-06-02 Joel Brobecker <brobecker@adacore.com>
13814
13815 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13816
13817 2014-06-01 Yao Qi <yao@codesourcery.com>
13818
13819 * gdb.base/watchpoint.exp (test_watch_location): Check null
13820 pointer can be dereferenced. If not, do the test, otherwise
13821 skip it.
13822
13823 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13824
13825 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13826 results.
13827 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13828
13829 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13830
13831 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13832 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13833 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13834 * gdb.arch/amd64-invalid-stack-top.c: New file.
13835 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13836
13837 2014-05-30 Pedro Alves <palves@redhat.com>
13838
13839 PR breakpoints/17000
13840 * gdb.base/sss-bp-on-user-bp.c: New file.
13841 * gdb.base/sss-bp-on-user-bp.exp: New file.
13842
13843 2014-05-30 David Blaikie <dblaikie@gmail.com>
13844
13845 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13846 gnu_inline semantics via attribute.
13847 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13848 source explicitly specifies the required semantics.
13849
13850 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13851
13852 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13853
13854 2014-05-29 Pedro Alves <palves@redhat.com>
13855 Tom Tromey <tromey@redhat.com>
13856
13857 * gdb.base/async-shell.exp: Don't enable target-async.
13858 * gdb.base/async.exp
13859 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13860 parameter. Adjust.
13861 (top level): Don't test with "target-async".
13862 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13863 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13864 * gdb.base/inferior-died.exp: Don't enable target-async.
13865 * gdb.base/interrupt-noterm.exp: Likewise.
13866 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13867 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13868 * gdb.mi/mi-nonstop.exp: Likewise.
13869 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13870 * gdb.mi/mi-nsintrall.exp: Likewise.
13871 * gdb.mi/mi-nsmoribund.exp: Likewise.
13872 * gdb.mi/mi-nsthrexec.exp: Likewise.
13873 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13874 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13875 * gdb.python/py-evsignal.exp: Don't enable target-async.
13876 * gdb.python/py-evthreads.exp: Likewise.
13877 * gdb.python/py-prompt.exp: Likewise.
13878 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13879 * gdb.server/solib-list.exp: Don't enable target-async.
13880 * gdb.threads/thread-specific-bp.exp: Likewise.
13881 * lib/mi-support.exp: Adjust to use mi-async.
13882
13883 2014-05-29 Pedro Alves <palves@redhat.com>
13884
13885 PR gdb/13860
13886 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13887 reason, even in sync mode.
13888
13889 2014-05-29 Pedro Alves <palves@redhat.com>
13890 Hui Zhu <hui@codesourcery.com>
13891
13892 PR PR15693
13893 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13894 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13895 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13896 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13897
13898 2014-05-28 Joel Brobecker <brobecker@adacore.com>
13899
13900 * config/monitor.exp (gdb_target_monitor): Replace use of
13901 "set remotebaud" by "set serial baud".
13902
13903 2014-05-26 Andy Wingo <wingo@igalia.com>
13904
13905 * gdb.guile/scm-breakpoint.exp:
13906 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13907 properties instead of gdb-object-properties.
13908
13909 2014-05-26 Yao Qi <yao@codesourcery.com>
13910
13911 * gdb.server/no-thread-db.exp: Specify source file name
13912 explicitly when setting a breakpoint.
13913
13914 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13915
13916 * gdb.btrace/vdso.c: New.
13917 * gdb.btrace/vdso.exp: New.
13918
13919 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13920
13921 * gdb.base/gcore.exp (capture_command_output): Move ...
13922 * lib/gdb.exp (capture_command_output): ... here.
13923
13924 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13925
13926 * gdb.btrace/data.exp: Test memory access during btrace replay.
13927
13928 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13929
13930 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13931
13932 2014-05-21 Pedro Alves <palves@redhat.com>
13933
13934 PR gdb/13860
13935 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13936 (top level): Test that output related to execution commands is
13937 sent to the console with CLI commands, but not with MI commands.
13938 Test that breakpoint events are always mirrored to the console.
13939 Also expect the new source line to be output after a "next" in
13940 async mode too. Make it a pass/fail test.
13941 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13942 output.
13943 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13944
13945 2014-05-21 Pedro Alves <palves@redhat.com>
13946
13947 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13948 Use them to test variations of "list" after reaching a breakpoint.
13949 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13950 Test "list" with listsize 10 after reaching a breakpoint.
13951 * gdb.python/python.exp (decode_line current location line
13952 number): Adjust expected line number.
13953
13954 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13955
13956 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13957 behavior for $args, pass it directly to "run".
13958
13959 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13960
13961 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13962 30000 to 65536.
13963
13964 2014-05-21 Pedro Alves <palves@redhat.com>
13965
13966 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13967 auto-connect-native-target off".
13968 * gdb.base/auto-connect-native-target.c: New file.
13969 * gdb.base/auto-connect-native-target.exp: New file.
13970
13971 2014-05-21 Pedro Alves <palves@redhat.com>
13972
13973 * gdb.base/default.exp: Test "target native" instead of "target
13974 child".
13975
13976 2014-05-21 Mark Wielaard <mjw@redhat.com>
13977
13978 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13979
13980 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13981
13982 Fix TLS access for -static -pthread.
13983 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13984 <HAVE_TLS> (thread_function, main): Initialize it.
13985 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13986 Add clean_restart.
13987 <$have_tls != "">: Check TLSVAR.
13988
13989 2014-05-21 Pedro Alves <palves@redhat.com>
13990
13991 * gdb.base/dcache-line-read-error.c: New.
13992 * gdb.base/dcache-line-read-error.exp: New.
13993
13994 2014-05-20 Pedro Alves <palves@redhat.com>
13995
13996 * gdb.base/compare-sections.c: New file.
13997 * gdb.base/compare-sections.exp: New file.
13998
13999 2014-05-20 Pedro Alves <palves@redhat.com>
14000
14001 * gdb.base/break-idempotent.c: New file.
14002 * gdb.base/break-idempotent.exp: New file.
14003
14004 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14005
14006 * gdb.btrace/nohist.exp: New.
14007
14008 2014-05-20 Yao Qi <yao@codesourcery.com>
14009
14010 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14011 gdb.reverse directory and gdb_reverse_timeout exists in board
14012 setting.
14013 * README: Document gdb_reverse_timeout.
14014
14015 2014-05-20 Yao Qi <yao@codesourcery.com>
14016
14017 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14018 'test_file_name'. Treat args as a string instead of a list.
14019 (gdb_init): Rename argument 'args' by 'test_file_name'.
14020
14021 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14022
14023 * gdb.arch/powerpc-power.exp: New file.
14024 * gdb.arch/powerpc-power.s: New file.
14025
14026 2014-05-16 Doug Evans <dje@google.com>
14027
14028 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14029 * gdb.base/completion.exp: Check that all expected files exist
14030 before doing file completion.
14031
14032 2014-05-16 Doug Evans <dje@google.com>
14033
14034 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14035 Update.
14036 (do_syscall_tests_without_xml): Update.
14037
14038 2014-05-16 Pedro Alves <palves@redhat.com>
14039
14040 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14041 instead of "unknown output after running".
14042
14043 2014-05-16 Yao Qi <yao@codesourcery.com>
14044
14045 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14046 file1.txt from host at the end.
14047 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14048
14049 2014-05-15 Doug Evans <dje@google.com>
14050
14051 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14052 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14053 loading file. Add test for TU lookup.
14054
14055 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14056
14057 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14058 calling "-exec-arguments" or "set args" before running the
14059 inferior.
14060
14061 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14062
14063 * lib/mi-support.exp (mi_expect_stop): Expect message for
14064 inferiors that exit with non-zero exit code.
14065
14066 2014-05-14 Yao Qi <yao@codesourcery.com>
14067
14068 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14069 match absolute path on remote host.
14070 (test_file_list_exec_source_files): Remove "/" from the
14071 pattern.
14072
14073 2014-05-14 Yao Qi <yao@codesourcery.com>
14074
14075 * boards/local-remote-host-notty.exp (${board}_file): New
14076 proc.
14077
14078 2014-05-07 Kyle McMartin <kyle@redhat.com>
14079
14080 Pushed by Joel Brobecker <brobecker@adacore.com>.
14081 * gdb.arch/aarch64-atomic-inst.c: New file.
14082 * gdb.arch/aarch64-atomic-inst.exp: New file.
14083
14084 2014-05-07 Yao Qi <yao@codesourcery.com>
14085
14086 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14087 in current context" too.
14088
14089 2014-05-05 Keith Seitz <keiths@redhat.com>
14090
14091 * gdb.linespec/ls-dollar.exp: Add test for linespec
14092 file:convenience_variable.
14093
14094 2014-05-05 Yao Qi <yao@codesourcery.com>
14095
14096 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14097 traceframes into tfile and ctf trace files. Read data from
14098 trace file and test collected data.
14099 (gdb_collect_locals_test): Likewise.
14100 (gdb_unavailable_registers_test): Likewise.
14101 (gdb_unavailable_floats): Likewise.
14102 (gdb_collect_globals_test): Likewise.
14103 (top-level): Append "ctf" to trace_file_targets if GDB
14104 supports.
14105
14106 2014-05-05 Yao Qi <yao@codesourcery.com>
14107
14108 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14109 code to ...
14110 (gdb_collect_args_test_1): ... it. New proc.
14111 (gdb_collect_locals_test): Move some code to ...
14112 (gdb_collect_locals_test_1): ... it. New proc.
14113 (gdb_unavailable_registers_test): Move some code to ...
14114 (gdb_unavailable_registers_test_1): ... it. New proc.
14115 (gdb_unavailable_floats): Move some code to ...
14116 (gdb_unavailable_floats_1): ... it. New proc.
14117
14118 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14119
14120 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14121 probes to test for bitness recognition.
14122 * gdb.arch/amd64-stap-optional-prefix.exp
14123 (test_probe_value_without_reg): New procedure.
14124 Add code to test for different kinds of bitness.
14125
14126 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14127
14128 PR breakpoints/16889
14129 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14130 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14131
14132 2014-05-01 Pedro Alves <palves@redhat.com>
14133
14134 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14135 gdb_file_cmd if no file is specified.
14136 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14137 last_loaded_file to set the remote exec-file.
14138
14139 2014-05-01 Pedro Alves <palves@redhat.com>
14140
14141 * boards/local-remote-host.exp: New file.
14142
14143 2014-05-01 Pedro Alves <palves@redhat.com>
14144
14145 * boards/local-remote-host.exp: Rename to ...
14146 * boards/local-remote-host-notty.exp: ... this.
14147
14148 2014-04-28 Joel Brobecker <brobecker@adacore.com>
14149
14150 * gdb.ada/dyn_arrayidx: New testcase.
14151
14152 2014-04-26 Yao Qi <yao@codesourcery.com>
14153
14154 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14155 and compute the length of function main. Save it in
14156 $main_length.
14157 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14158 (top-level): Use gdb_compile to compile objects into
14159 executable and restart GDB. Remove invocation to
14160 prepare_for_testing.
14161
14162 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14163 Pedro Alves <palves@redhat.com>
14164
14165 PR server/16255
14166 * gdb.multi/multi-attach.c: New file.
14167 * gdb.multi/multi-attach.exp: New file.
14168
14169 2014-04-25 Pedro Alves <palves@redhat.com>
14170
14171 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14172 user.
14173 (top level): Test that "set remote conditional-breakpoints-packet
14174 off" works as intended.
14175 * gdb.base/dprintf.exp: Test that "set remote
14176 breakpoint-commands-packet off" works as intended.
14177 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14178 New function.
14179 (top level): Call it.
14180 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14181 remote fast-tracepoints-packet off" works as intended.
14182 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14183 * lib/gdb.exp (gdb_is_target_remote): ... here.
14184
14185 2014-04-24 David Blaikie <dblaikie@gmail.com>
14186
14187 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14188 ensure clang would not discard them.
14189 * gdb.base/gdbvars.c: Ditto.
14190 * gdb.base/memattr.c: Ditto.
14191 * gdb.base/whatis.c: Ditto.
14192 * gdb.python/py-prettyprint.c: Ditto.
14193 * gdb.trace/actions.c: Ditto.
14194 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14195 ensure clang would not discard it.
14196
14197 2014-04-24 David Blaikie <dblaikie@gmail.com>
14198
14199 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14200 clang to emit the full definition of type required by the test
14201 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14202
14203 2014-04-24 David Blaikie <dblaikie@gmail.com>
14204
14205 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14206 coax Clang into emitting the definition of the type.
14207 * gdb.cp/pr10728-x.h (y): Ditto.
14208 * gdb.cp/pr10728-y.cc (y): Ditto.
14209
14210 2014-04-24 David Blaikie <dblaikie@gmail.com>
14211
14212 * gdb.base/label.exp: XFAIL label related tests under Clang.
14213 * gdb.cp/cplabel.exp: Ditto.
14214 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14215 under Clang those using labels.
14216
14217 2014-04-25 Yao Qi <yao@codesourcery.com>
14218
14219 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14220 double_label.
14221 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14222 partial_label and double_label.
14223
14224 2014-04-24 David Blaikie <dblaikie@gmail.com>
14225
14226 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14227
14228 2014-04-24 David Blaikie <dblaikie@gmail.com>
14229
14230 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14231 of the function to work across GCC and Clang.
14232 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14233 pointer types (const void ** const V void **).
14234
14235 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
14236 Walfred Tedeschi <walfred.tedeschi@intel.com>
14237
14238 * Makefile.in (EXECUTABLES): Added i386-avx512.
14239 * gdb.arch/i386-avx512.c: New file.
14240 * gdb.arch/i386-avx512.exp: Likewise.
14241
14242 2014-04-23 Keith Seitz <keiths@redhat.com>
14243
14244 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14245 (mi_make_breakpoint_table): New procedure.
14246 (mi_create_breakpoint): Use mi_make_breakpoint
14247 and return the result.
14248 (mi_make_breakpoint): New procedure.
14249 (mi_build_kv_pairs): New procedure.
14250
14251 * gdb.mi/mi-break.exp: Remove unused globals,
14252 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14253 All callers updated.
14254 * gdb.mi/mi-dprintf.exp: Use variable to track command
14255 number.
14256 Update all callers of mi_create_breakpoint and use
14257 mi_make_breakpoint_table.
14258 Remove any unused global variables.
14259 * gdb.mi/mi-nonstop.exp: Likewise.
14260 * gdb.mi/mi-nsintrall.exp: Likewise.
14261 * gdb.mi/mi-nsmoribund.exp: Likewise.
14262 * gdb.mi/mi-nsthrexec.exp: Likewise.
14263 * gdb.mi/mi-reverse.exp: Likewise.
14264 * gdb.mi/mi-simplerun.exp: Likewise.
14265 * gdb.mi/mi-stepn.exp: Likewise.
14266 * gdb.mi/mi-syn-frame.exp: Likewise.
14267 * gdb.mi/mi-until.exp: Likewise.
14268 * gdb.mi/mi-var-cp.exp: Likewise.
14269 * gdb.mi/mi-var-display.exp: Likewise.
14270 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14271 * gdb.mi/mi2-var-child.exp: Likewise.
14272 * gdb.mi/mi-vla-c99.exp: Likewise.
14273 * lib/mi-support.exp: Likewise.
14274
14275 From Ian Lance Taylor <iant@cygnus.com>:
14276 * lib/gdb.exp (parse_args): New procedure.
14277
14278 2014-04-23 Pedro Alves <palves@redhat.com>
14279
14280 * gdb.base/break-unload-file.c: New file.
14281 * gdb.base/break-unload-file.exp: New file.
14282 * gdb.base/sym-file-lib.c (baz): New function.
14283 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14284 field.
14285 (load): Store the segment's mapped size.
14286 (unload): New function.
14287 (unload_shlib): New function.
14288 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14289 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14290 set a breakpoint at baz, and call it.
14291 * gdb.base/sym-file.exp: New tests for stale breakpoint
14292 instructions.
14293
14294 2014-04-23 Pedro Alves <palves@redhat.com>
14295
14296 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14297 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14298 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14299 * gdb.base/hbreak-unmapped.c: New file.
14300 * gdb.base/hbreak-unmapped.exp: New file.
14301 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14302 * lib/gdb.exp (gdb_is_target_remote): ... here.
14303
14304 2014-04-22 Pedro Alves <palves@redhat.com>
14305
14306 * gdb.base/consecutive-step-over.c: New file.
14307 * gdb.base/consecutive-step-over.exp: New file.
14308
14309 2014-04-22 Pedro Alves <palves@redhat.com>
14310
14311 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14312 instead of send_gdb/gdb_expect.
14313
14314 2014-04-22 Yao Qi <yao@codesourcery.com>
14315
14316 * lib/trace-support.exp (generate_tracefile): New procedure.
14317 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14318 return 0.
14319 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14320 if generate_tracefile returns 1.
14321
14322 2014-04-18 Tom Tromey <palves@redhat.com>
14323 Pedro alves <tromey@redhat.com>
14324
14325 PR backtrace/15558
14326 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14327 with a backtrace limit.
14328 * gdb.python/py-frame-inline.exp: Test running to an inline
14329 function with a backtrace limit, and printing the newest frame.
14330 * gdb.python/py-frame-inline.c (main): Call f.
14331
14332 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14333
14334 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14335
14336 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14337
14338 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14339 Drop prefix from unsupported source file path.
14340
14341 2014-04-17 Yao Qi <yao@codesourcery.com>
14342
14343 * lib/gdb.exp (with_target_charset): New proc.
14344 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14345 with_target_charset.
14346 (test_print_strings): Likewise.
14347 (test_repeat_bytes): Likewise.
14348 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14349 for some tests.
14350
14351 2014-04-16 Keith Seitz <keiths@redhat.com>
14352
14353 PR gdb/15827
14354 * gdb.dwarf2/corrupt.c: New file.
14355 * gdb.dwarf2/corrupt.exp: New file.
14356
14357 2014-04-16 Keith Seitz <keiths@redhat.com>
14358
14359 PR c++/16597
14360 * gdb.cp/namelessclass.cc: New file.
14361 * gdb.cp/namelessclass.exp: New file.
14362 * gdb.cp/namelessclass.S: New file.
14363
14364 2014-04-16 Doug Evans <dje@google.com>
14365
14366 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14367 Add comment.
14368 (gdbserver_default_get_comm_port): New function.
14369 (gdbserver_start): Check if board file provided
14370 "gdbserver,get_comm_port" and use it if so.
14371 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14372 (gdb,socketport): Set to "stdio".
14373 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14374 (stdio_gdbserver_template): Delete.
14375 (${board}_get_remote_address): Update.
14376 (${board}_build_remote_cmd): Delete.
14377 (${board}_get_comm_port): New function.
14378 (${board}_spawn): Update.
14379 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14380 Delete.
14381 (${board}_get_remote_address): Update.
14382 (${board}_get_comm_port): New function.
14383
14384 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
14385
14386 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14387 appearing in any order.
14388
14389 2014-04-15 Doug Evans <dje@google.com>
14390
14391 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14392 uninitialized value of "description".
14393
14394 2014-04-15 Keith Seitz <keiths@redhat.com>
14395
14396 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14397 Remove unused globals.
14398 (test_running_the_program): Likewise.
14399 (test_controlled_execution): Likewise.
14400 (test_controlling_breakpoints): Likewise.
14401 (test_program_termination): Likewise.
14402
14403 2014-04-15 Keith Seitz <keiths@redhat.com>
14404
14405 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14406 unused globals.
14407 (test_rbreak_creation_and_listing): Likewise.
14408 (test_ignore_count): Likewise.
14409 (test_error): Likewise.
14410
14411 2014-04-15 Pedro Alves <palves@redhat.com>
14412
14413 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14414 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14415 sym-file-loader.c.
14416 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14417 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14418 to sym-file-loader.c.
14419 (struct library): Forward declare.
14420 (load_shlib, lookup_function): Change prototypes.
14421 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14422 (translate_offset): Remove declarations.
14423 (get_text_addr): New declaration.
14424 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14425 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14426 sym-file-loader.h.
14427 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14428 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14429 here from sym-file-loader.h.
14430 (struct library): New structure.
14431 (load_shlib, lookup_function): Change prototypes and adjust to
14432 work with a struct library.
14433 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14434 (translate_offset): Make static.
14435 (get_text_addr): New function.
14436 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14437
14438 2014-04-15 Pedro Alves <palves@redhat.com>
14439
14440 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14441
14442 2014-04-15 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.base/sym-file-loader.c: Include <limits.h>.
14445 (SELF_LINK): New define.
14446 (get_origin): New function.
14447 (load_shlib): Use it.
14448 * gdb.base/sym-file.exp: Don't early return if the target is
14449 remote. Use runto_main, and issue fail is that fails. Use
14450 gdb_load_shlibs.
14451 (shlib_name): Delete.
14452 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14453
14454 2014-04-15 Pedro Alves <palves@redhat.com>
14455
14456 * gdb.base/sym-file.exp: Remove regex characters from test
14457 message. Don't refer to breakpoint numbers in test messages.
14458
14459 2014-04-14 Keith Seitz <keiths@redhat.com>
14460
14461 PR c++/16253
14462 * gdb.cp/var-tag.cc: New file.
14463 * gdb.cp/var-tag.exp: New file.
14464 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14465 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14466 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14467 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14468
14469 2014-04-14 Tom Tromey <tromey@redhat.com>
14470
14471 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14472 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14473 type.
14474 * gdb.cp/enum-class.exp: New file.
14475 * gdb.cp/enum-class.cc: New file.
14476
14477 2014-04-14 Tom Tromey <tromey@redhat.com>
14478
14479 * gdb.dwarf2/enum-type.exp: New file.
14480
14481 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14482
14483 * gdb.mi/mi-vla-c99.exp: New file.
14484 * gdb.mi/vla.c: New file.
14485
14486 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14487
14488 * gdb.base/vla-datatypes.c: New file.
14489 * gdb.base/vla-datatypes.exp: New file.
14490
14491 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14492
14493 * gdb.base/vla-ptr.c: New file.
14494 * gdb.base/vla-ptr.exp: New file.
14495
14496 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14497
14498 * gdb.dwarf2/count.exp: New file.
14499
14500 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14501
14502 * gdb.base/vla-sideeffect.c: New file.
14503 * gdb.base/vla-sideeffect.exp: New file.
14504
14505 2014-04-14 David Blaikie <dblaikie@gmail.com>
14506
14507 * gdb.mi/non-stop.c: Add return value for non-void function return
14508 statement.
14509 * gdb.threads/staticthreads.c: Ditto.
14510
14511 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14512 Doug Evans <xdje42@gmail.com>
14513
14514 * gdb.guile/scm-value.c: Improve test case.
14515 * gdb.guile/scm-value.exp: Add new test.
14516
14517 2014-04-11 David Blaikie <dblaikie@gmail.com>
14518
14519 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14520 override Clang's default.
14521
14522 2014-04-11 Joel Brobecker <brobecker@adacore.com>
14523
14524 Revert the following changes (regressions):
14525
14526 * gdb.base/vla-sideeffect.c: New file.
14527 * gdb.base/vla-sideeffect.exp: New file.
14528
14529 * gdb.dwarf2/count.exp: New file.
14530
14531 * gdb.base/vla-multi.c: New file.
14532 * gdb.base/vla-multi.exp: New file.
14533
14534 * gdb.base/vla-ptr.c: New file.
14535 * gdb.base/vla-ptr.exp: New file.
14536
14537 * gdb.base/vla-datatypes.c: New file.
14538 * gdb.base/vla-datatypes.exp: New file.
14539
14540 * gdb.mi/mi-vla-c99.exp: New file.
14541 * gdb.mi/vla.c: New file.
14542
14543 2014-04-11 Keith Seitz <keiths@redhat.com>
14544
14545 PR c++/16675
14546 * gdb.cp/cpsizeof.exp: New file.
14547 * gdb.cp/cpsizeof.cc: New file.
14548
14549 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14550
14551 * gdb.mi/mi-vla-c99.exp: New file.
14552 * gdb.mi/vla.c: New file.
14553
14554 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14555
14556 * gdb.base/vla-datatypes.c: New file.
14557 * gdb.base/vla-datatypes.exp: New file.
14558
14559 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14560
14561 * gdb.base/vla-ptr.c: New file.
14562 * gdb.base/vla-ptr.exp: New file.
14563
14564 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14565
14566 * gdb.base/vla-multi.c: New file.
14567 * gdb.base/vla-multi.exp: New file.
14568
14569 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14570
14571 * gdb.dwarf2/count.exp: New file.
14572
14573 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14574
14575 * gdb.base/vla-sideeffect.c: New file.
14576 * gdb.base/vla-sideeffect.exp: New file.
14577
14578 2014-04-11 Yao Qi <yao@codesourcery.com>
14579
14580 * gdb.base/completion.exp: Check file exists before running tests
14581 on file completion.
14582
14583 2014-04-10 Pedro Alves <palves@redhat.com>
14584
14585 * gdb.base/cond-eval-mode.c: New file.
14586 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14587 prepare_for_testing to build the new file. Check result of
14588 runto_main.
14589 (test_break, test_watch): New procedures.
14590 (top level): Use them.
14591
14592 2014-04-08 Pierre Muller <muller@sourceware.org>
14593
14594 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14595 Ctrl-V use for mingw hosts.
14596
14597 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14598
14599 * gdb.python/py-value.c: Improve test case.
14600 * gdb.python/py-value.exp: Add new test.
14601
14602 2014-04-07 David Blaikie <dblaikie@gmail.com>
14603
14604 * lib/compiler.c: Identify the clang compiler.
14605 * lib/compiler.cc: Ditto.
14606
14607 2014-04-03 Yao Qi <yao@codesourcery.com>
14608
14609 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14610
14611 2014-04-01 Anton Blanchard <anton@samba.org>
14612
14613 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14614 messages unique.
14615
14616 2014-04-01 Anton Blanchard <anton@samba.org>
14617
14618 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14619 prepare_for_testing.
14620
14621 2014-04-01 Anton Blanchard <anton@samba.org>
14622
14623 * gdb.arch/ppc64-atomic-inst.c: Remove.
14624 * gdb.arch/ppc64-atomic-inst.S: New file.
14625 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14626
14627 2014-03-31 Doug Evans <dje@google.com>
14628
14629 * gdb.base/print-symbol-loading-lib.c: New file.
14630 * gdb.base/print-symbol-loading-main.c: New file.
14631 * gdb.base/print-symbol-loading.exp: New file.
14632
14633 2014-03-31 Yao Qi <yao@codesourcery.com>
14634
14635 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14636
14637 2014-03-28 Joel Brobecker <brobecker@adacore.com>
14638
14639 * gdb.ada/mi_dyn_arr: New testcase.
14640
14641 2014-03-27 Doug Evans <dje@google.com>
14642
14643 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14644
14645 2014-03-27 Yao Qi <yao@codesourcery.com>
14646
14647 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14648 if target is nios2-*-*.
14649
14650 2014-03-26 Yao Qi <yao@codesourcery.com>
14651
14652 * lib/gdb.exp (readline_is_used): New proc.
14653 * gdb.base/completion.exp: Move tests on command complete up.
14654 Skip the rest of tests if readline is not used.
14655 * gdb.ada/complete.exp: Skp the test if readline is not
14656 used.
14657 * gdb.base/filesym.exp: Likewise.
14658 * gdb.base/macscp.exp: Likewise.
14659 * gdb.base/readline-ask.exp: Likewise.
14660 * gdb.base/readline.exp: Likewise.
14661 * gdb.python/py-cmd.exp: Likewise.
14662 * gdb.trace/tfile.exp: Likewise.
14663
14664 2014-03-26 Yao Qi <yao@codesourcery.com>
14665
14666 * gdb.base/macscp.exp: Fix code format issues.
14667
14668 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14669
14670 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14671 * gdb.asm/powerpc64le.inc: New file.
14672
14673 2014-03-25 Pedro Alves <palves@redhat.com>
14674 Doug Evans <dje@google.com>
14675
14676 * gdb.base/source-execution.c: New file.
14677 * gdb.base/source-execution.exp: New file.
14678 * gdb.base/source-execution.gdb: New file.
14679
14680 2014-03-24 Doug Evans <dje@google.com>
14681
14682 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14683 using fission.
14684
14685 2014-03-24 Hui Zhu <hui@codesourcery.com>
14686 Pedro Alves <palves@redhat.com>
14687
14688 PR breakpoints/16101
14689 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14690 test pass/fail messages. Detect missing support for dprintf when
14691 breakpoints are actually inserted.
14692 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14693 breakpoints are actually inserted.
14694 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14695 fails.
14696
14697 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14698
14699 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14700
14701 2014-03-22 Doug Evans <xdje42@gmail.com>
14702
14703 * gdb.python/python.exp (python not supported): Verify multi-line
14704 python command issues an error.
14705 * gdb.guile/guile.exp (guile not supported): Verify multi-line
14706 guile command issues an error.
14707
14708 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14709
14710 * gdb.threads/thread-specific.exp: Handle the lack of usable
14711 $this_breakpoint and $this_thread.
14712
14713 2014-03-21 Hui Zhu <hui@codesourcery.com>
14714
14715 * gdb.base/attach.exp (do_command_attach_tests): New.
14716
14717 2014-03-20 Tom Tromey <tromey@redhat.com>
14718 Pedro Alves <palves@redhat.com>
14719
14720 PR cli/15718
14721 * gdb.base/condbreak-call-false.c: New file.
14722 * gdb.base/condbreak-call-false.exp: New file.
14723
14724 2014-03-20 Pedro Alves <palves@redhat.com>
14725
14726 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14727 Delete.
14728 (block_signals, unblock_signals): Delete.
14729 (child_function_2, main): Remove references to deleted variable
14730 and functions.
14731
14732 2014-03-20 Pedro Alves <palves@redhat.com>
14733
14734 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14735 Use pthread_kill to signal thread 2.
14736 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14737 Adjust to make the test send itself a signal rather than using the
14738 host's "kill" command.
14739
14740 2014-03-20 Pedro Alves <palves@redhat.com>
14741
14742 * gdb.threads/multiple-step-overs.c: New file.
14743 * gdb.threads/multiple-step-overs.exp: New file.
14744 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14745 Adjust expected infrun debug output.
14746
14747 2014-03-20 Pedro Alves <palves@redhat.com>
14748
14749 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14750 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14751
14752 2014-03-20 Pedro Alves <palves@redhat.com>
14753
14754 PR breakpoints/7143
14755 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14756 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14757 of gdb_test_multiple.
14758 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14759 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14760
14761 2014-03-20 Pedro Alves <palves@redhat.com>
14762
14763 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14764 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14765
14766 2014-03-19 Pedro Alves <palves@redhat.com>
14767
14768 * gdb.base/async.exp: Remove early return.
14769
14770 2014-03-19 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14773
14774 2014-03-19 Pedro Alves <palves@redhat.com>
14775
14776 * gdb.base/async.exp (test_background): Expect \r\n after
14777 "completed." in the fail pattern.
14778
14779 2014-03-19 Pedro Alves <palves@redhat.com>
14780
14781 * gdb.base/async.exp (test_background): New procedure.
14782 Use it for all background execution command tests.
14783
14784 2014-03-19 Pedro Alves <palves@redhat.com>
14785
14786 * gdb.base/async.exp: Use prepare_for_testing.
14787
14788 2014-03-19 Pedro Alves <palves@redhat.com>
14789
14790 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14791 the same line.
14792
14793 2014-03-19 Pedro Alves <palves@redhat.com>
14794
14795 * gdb.base/async.c (main): Add "jump here" and "until here" line
14796 marker comments.
14797 * gdb.base/async.exp (jump_here): New global.
14798 (jump& test): Use it.
14799 (until_here): New global.
14800 (until& test): Use it.
14801
14802 2014-03-19 Pedro Alves <palves@redhat.com>
14803
14804 * gdb.base/async.exp: Don't frob gdb_protocol.
14805
14806 2014-03-18 Doug Evans <xdje42@gmail.com>
14807
14808 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14809 Fix spelling of exec-done-display.
14810
14811 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14812
14813 PR gdb/15358
14814 * gdb.base/gdb-sigterm.c: New file.
14815 * gdb.base/gdb-sigterm.exp: New file.
14816
14817 2014-03-18 Pedro Alves <palves@redhat.com>
14818
14819 PR gdb/13860
14820 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14821 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14822 solib-event.
14823
14824 2014-03-17 Joel Brobecker <brobecker@adacore.com>
14825
14826 * gdb.ada/pckd_arr_ren: New testcase.
14827
14828 2014-03-13 Doug Evans <xdje42@gmail.com>
14829
14830 PR guile/16612
14831 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14832 collect after discarding symbols.
14833
14834 2014-03-13 Ludovic Courtès <ludo@gnu.org>
14835 Doug Evans <xdje42@gmail.com>
14836
14837 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14838 to history survives a gc.
14839
14840 2014-03-13 Pedro Alves <palves@redhat.com>
14841
14842 * gdb.base/default.exp: Don't test "target procfs".
14843
14844 2014-03-13 Pedro Alves <palves@redhat.com>
14845
14846 * gdb.base/default.exp: Update "target child" and "target procfs"
14847 tests to not expect "Unix".
14848
14849 2014-03-12 Tom Tromey <tromey@redhat.com>
14850
14851 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14852 New procs. Add target-async tests.
14853 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14854 Add target-async tests.
14855
14856 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14857
14858 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14859 'func_start' and 'func_end' for the beginning and end of the
14860 function code, respectively.
14861 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14862 'func_end' instead of 'func' and 'main'.
14863
14864 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14865
14866 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14867 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14868 generate the debug info assembler source.
14869
14870 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14871
14872 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14873 * gdb.dwarf2/arr-subrange.exp: Likewise.
14874 * gdb.dwarf2/dwz.exp: Likewise.
14875 * gdb.dwarf2/method-ptr.exp: Likewise.
14876 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14877 * gdb.dwarf2/subrange.exp: Likewise.
14878 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14879 * gdb.dwarf2/implptrpiece.exp: Likewise.
14880 * gdb.dwarf2/nostaticblock.exp: Likewise.
14881
14882 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14883
14884 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14885 directory to absolute path name arguments.
14886
14887 2014-03-10 Joel Brobecker <brobecker@adacore.com>
14888
14889 * gdb.ada/tagged_access: New testcase.
14890
14891 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14892
14893 * gdb.btrace/data.exp: Update expected output.
14894
14895 2014-03-06 Yao Qi <yao@codesourcery.com>
14896
14897 * gdb.trace/pr16508.exp: New file.
14898
14899 2014-03-05 Pedro Alves <palves@redhat.com>
14900
14901 PR gdb/16575
14902 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14903 procedure.
14904 (top level): Adjust to use it. Add tests that exercise breakpoint
14905 interaction with the code-cache.
14906
14907 2014-02-26 Ludovic Courtès <ludo@gnu.org>
14908
14909 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14910 test for 'history-append!'.
14911
14912 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14913
14914 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14915 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14916 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14917 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14918 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14919 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14920
14921 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14922
14923 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14924 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14925 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14926
14927 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14928
14929 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14930
14931 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14932
14933 * gdb.dwarf2/arr-stride.c: New file.
14934 * gdb.dwarf2/arr-stride.exp: New file.
14935
14936 2014-02-26 Pedro Alves <palves@redhat.com>
14937
14938 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14939 that won't ever trigger. Make sure that GDB reports the correct
14940 breakpoint that caused the stop.
14941
14942 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14943
14944 PR gdb/16626
14945 * gdb.base/auto-load-script: New file.
14946 * gdb.base/auto-load.c: New file.
14947 * gdb.base/auto-load.exp: New file.
14948
14949 PR gdb/16626
14950 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14951
14952 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14953
14954 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14955 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14956
14957 2014-02-24 Doug Evans <dje@google.com>
14958
14959 * lib/gdb.exp (run_on_host): Log error output if program fails.
14960
14961 2014-02-21 Pedro Alves <palves@redhat.com>
14962
14963 * gdb.threads/step-after-sr-lock.c: Rename to ...
14964 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14965 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14966 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14967 ... this.
14968
14969 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14970
14971 PR tdep/16397
14972 * gdb.arch/amd64-stap-special-operands.exp: New file.
14973 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14974 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14975 * gdb.arch/amd64-stap-triplet.S: Likewise.
14976 * gdb.arch/amd64-stap-triplet.c: Likewise.
14977
14978 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14979
14980 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14981 in .section pseudo-op.
14982
14983 2014-02-20 lin zuojian <manjian2006@gmail.com>
14984 Joel Brobecker <brobecker@adacore.com>
14985 Doug Evans <xdje42@gmail.com>
14986
14987 PR symtab/16581
14988 * gdb.dwarf2/dw2-icycle.S: New file.
14989 * gdb.dwarf2/dw2-icycle.c: New file.
14990 * gdb.dwarf2/dw2-icycle.exp: New file.
14991
14992 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14993
14994 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14995 operations on gdb.Value objects.
14996 * gdb.python/py-value-cc.exp: Add new test to test operations on
14997 gdb.Value objects.
14998
14999 2014-02-18 Doug Evans <dje@google.com>
15000
15001 * Makefile.in (TESTS): New variable.
15002 (expanded_tests, expanded_tests_or_none): New variables
15003 (check-single): Pass $(expanded_tests_or_none) to runtest.
15004 (check-parallel): Only run tests in $(TESTS) if non-empty.
15005 (check/no-matching-tests-found): New rule.
15006 * README: Document TESTS makefile variable.
15007
15008 2014-02-18 Doug Evans <dje@google.com>
15009
15010 * Makefile.in (check-parallel): rm -rf outputs temp.
15011
15012 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15013
15014 Fix "ERROR: no fileid for" in the testsuite.
15015 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15016
15017 2014-02-12 Doug Evans <dje@google.com>
15018
15019 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15020 (MISCELLANEOUS): New variable.
15021 (clean): rm -rf $(MISCELLANEOUS).
15022 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15023 dwp live in the same directory as symlinks, with each symlink pointed
15024 to a differently named file in a different directory.
15025
15026 2014-02-11 Doug Evans <dje@google.com>
15027
15028 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15029 of Tcl file commands.
15030
15031 2014-02-10 Mark Kettenis <kettenis@gnu.org>
15032
15033 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15034 "kill -SIGUSR1 -1".
15035
15036 2014-02-10 Joel Brobecker <brobecker@adacore.com>
15037
15038 * gdb.ada/tick_length_array_enum_idx: New testcase.
15039
15040 2014-02-10 Doug Evans <xdje42@gmail.com>
15041
15042 * configure.ac (AC_OUTPUT): Add gdb.guile.
15043 * configure: Regenerate.
15044 * lib/gdb-guile.exp: New file.
15045 * lib/gdb.exp (get_target_charset): New function.
15046 * gdb.base/help.exp: Update expected output from "apropos apropos".
15047 * gdb.guile/Makefile.in: New file.
15048 * gdb.guile/guile.exp: New file.
15049 * gdb.guile/scm-arch.c: New file.
15050 * gdb.guile/scm-arch.exp: New file.
15051 * gdb.guile/scm-block.c: New file.
15052 * gdb.guile/scm-block.exp: New file.
15053 * gdb.guile/scm-breakpoint.c: New file.
15054 * gdb.guile/scm-breakpoint.exp: New file.
15055 * gdb.guile/scm-disasm.c: New file.
15056 * gdb.guile/scm-disasm.exp: New file.
15057 * gdb.guile/scm-equal.c: New file.
15058 * gdb.guile/scm-equal.exp: New file.
15059 * gdb.guile/scm-error.exp: New file.
15060 * gdb.guile/scm-error.scm: New file.
15061 * gdb.guile/scm-frame-args.c: New file.
15062 * gdb.guile/scm-frame-args.exp: New file.
15063 * gdb.guile/scm-frame-args.scm: New file.
15064 * gdb.guile/scm-frame-inline.c: New file.
15065 * gdb.guile/scm-frame-inline.exp: New file.
15066 * gdb.guile/scm-frame.c: New file.
15067 * gdb.guile/scm-frame.exp: New file.
15068 * gdb.guile/scm-generics.exp: New file.
15069 * gdb.guile/scm-gsmob.exp: New file.
15070 * gdb.guile/scm-iterator.c: New file.
15071 * gdb.guile/scm-iterator.exp: New file.
15072 * gdb.guile/scm-math.c: New file.
15073 * gdb.guile/scm-math.exp: New file.
15074 * gdb.guile/scm-objfile-script-gdb.in: New file.
15075 * gdb.guile/scm-objfile-script.c: New file.
15076 * gdb.guile/scm-objfile-script.exp: New file.
15077 * gdb.guile/scm-objfile.c: New file.
15078 * gdb.guile/scm-objfile.exp: New file.
15079 * gdb.guile/scm-ports.exp: New file.
15080 * gdb.guile/scm-pretty-print.c: New file.
15081 * gdb.guile/scm-pretty-print.exp: New file.
15082 * gdb.guile/scm-pretty-print.scm: New file.
15083 * gdb.guile/scm-section-script.c: New file.
15084 * gdb.guile/scm-section-script.exp: New file.
15085 * gdb.guile/scm-section-script.scm: New file.
15086 * gdb.guile/scm-symbol.c: New file.
15087 * gdb.guile/scm-symbol.exp: New file.
15088 * gdb.guile/scm-symtab-2.c: New file.
15089 * gdb.guile/scm-symtab.c: New file.
15090 * gdb.guile/scm-symtab.exp: New file.
15091 * gdb.guile/scm-type.c: New file.
15092 * gdb.guile/scm-type.exp: New file.
15093 * gdb.guile/scm-value-cc.cc: New file.
15094 * gdb.guile/scm-value-cc.exp: New file.
15095 * gdb.guile/scm-value.c: New file.
15096 * gdb.guile/scm-value.exp: New file.
15097 * gdb.guile/source2.scm: New file.
15098 * gdb.guile/types-module.cc: New file.
15099 * gdb.guile/types-module.exp: New file.
15100
15101 2014-02-10 Yao Qi <yao@codesourcery.com>
15102
15103 PR testsuite/16543
15104 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15105 * configure: Regenerated.
15106 * Makefile.in: New file.
15107
15108 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15109
15110 * gdb.python/py-framefilter.exp: Fix typo.
15111
15112 2014-02-08 Yao Qi <yao@codesourcery.com>
15113
15114 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15115 that no =breakpoint-modified is emitted when breakpoints are
15116 modified through MI commands.
15117
15118 2014-02-07 Pedro Alves <pedro@codesourcery.com>
15119 Pedro Alves <palves@redhat.com>
15120
15121 * gdb.threads/step-after-sr-lock.c: New file.
15122 * gdb.threads/step-after-sr-lock.exp: New file.
15123
15124 2014-02-07 Pedro Alves <palves@redhat.com>
15125
15126 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15127
15128 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15129
15130 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15131 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15132
15133 2014-02-06 Doug Evans <xdje42@gmail.com>
15134
15135 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15136 output.
15137
15138 * gdb.gdb/python-interrupts.exp: New file.
15139
15140 2014-02-05 Yao Qi <yao@codesourcery.com>
15141
15142 * gdb.trace/report.exp (use_collected_data): Test the output
15143 of "info threads" and "info inferiors".
15144
15145 2014-02-05 Yao Qi <yao@codesourcery.com>
15146
15147 Revert this patch:
15148
15149 2013-05-24 Yao Qi <yao@codesourcery.com>
15150
15151 * gdb.trace/tfile.exp: Test inferior and thread.
15152
15153 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15154
15155 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15156 on a function.
15157 * gdb.base/step-bt.c: Call hello via function pointer to make
15158 sure its first instruction is executed on powerpc64le-linux.
15159
15160 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15161
15162 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15163
15164 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15165
15166 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15167 of the test patterns for use on little-endian systems.
15168
15169 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15170
15171 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15172 (decimal_vector): Fix for little-endian.
15173
15174 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15175
15176 * gdb.arch/sparc-sysstep.exp: New file.
15177 * gdb.arch/sparc-sysstep.c: Likewise.
15178
15179 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15180
15181 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15182
15183 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15184
15185 2014-01-23 Tom Tromey <tromey@redhat.com>
15186
15187 * gdb.ada/array_char_idx: New testcase.
15188
15189 2014-01-23 Tom Tromey <tromey@redhat.com>
15190
15191 PR python/16487:
15192 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15193 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15194 classes.
15195
15196 2014-01-23 Tom Tromey <tromey@redhat.com>
15197
15198 PR python/16491:
15199 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15200 string from an inferior frame.
15201 * gdb.python/py-framefilter-mi.exp: Update.
15202
15203 2014-01-22 Doug Evans <dje@google.com>
15204
15205 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15206
15207 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15208
15209 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15210
15211 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15212
15213 * gdb.trace/entry-values.exp: Remove excess space character from
15214 regex patterns. Handle s390 call instruction.
15215
15216 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15217
15218 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15219 define "*_start" label. Make "name" static.
15220 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15221 ${name} by references to ${name}_start.
15222
15223 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15224
15225 * gdb.base/info-macros.exp: Remove "debug" from the compile
15226 options.
15227
15228 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15229
15230 * gdb.dlang/demangle.exp: New file.
15231
15232 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15233
15234 * gdb.dlang/primitive-types.exp: New file.
15235
15236 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15237
15238 * configure.ac: Create gdb.dlang/Makefile.
15239 * configure: Regenerate.
15240 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15241 * gdb.dlang/Makefile.in: New file.
15242 * lib/d-support.exp: New file.
15243 * lib/gdb.exp (skip_d_tests): New proc.
15244
15245 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15246
15247 * gdb.btrace/delta.exp: Check reverse stepi.
15248 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15249 * gdb.btrace/finish.exp: New.
15250 * gdb.btrace/next.exp: New.
15251 * gdb.btrace/nexti.exp: New.
15252 * gdb.btrace/record_goto.c: Add comments.
15253 * gdb.btrace/step.exp: New.
15254 * gdb.btrace/stepi.exp: New.
15255 * gdb.btrace/multi-thread-step.c: New.
15256 * gdb.btrace/multi-thread-step.exp: New.
15257 * gdb.btrace/rn-dl-bind.c: New.
15258 * gdb.btrace/rn-dl-bind.exp: New.
15259 * gdb.btrace/data.c: New.
15260 * gdb.btrace/data.exp: New.
15261 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15262
15263 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15264
15265 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15266 * gdb.btrace/exception.exp: Update.
15267 * gdb.btrace/instruction_history.exp: Update.
15268 * gdb.btrace/record_goto.exp: Update.
15269 * gdb.btrace/tailcall.exp: Update.
15270 * gdb.btrace/unknown_functions.exp: Update.
15271 * gdb.btrace/delta.exp: New.
15272
15273 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15274
15275 * gdb.btrace/record_goto.exp: Add backtrace test.
15276 * gdb.btrace/tailcall.exp: Add backtrace test.
15277
15278 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15279
15280 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15281 * gdb.btrace/record_goto.c: New.
15282 * gdb.btrace/record_goto.exp: New.
15283 * gdb.btrace/x86-record_goto.S: New.
15284
15285 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15286
15287 * gdb.btrace/function_call_history.exp: Update tests.
15288 * gdb.btrace/instruction_history.exp: Update tests.
15289
15290 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15291
15292 * gdb.btrace/function_call_history.exp: Fix expected field
15293 order for "record function-call-history".
15294 Add new tests for "record function-call-history /c".
15295 * gdb.btrace/exception.cc: New.
15296 * gdb.btrace/exception.exp: New.
15297 * gdb.btrace/tailcall.exp: New.
15298 * gdb.btrace/x86-tailcall.S: New.
15299 * gdb.btrace/x86-tailcall.c: New.
15300 * gdb.btrace/unknown_functions.c: New.
15301 * gdb.btrace/unknown_functions.exp: New.
15302 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15303
15304 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15305
15306 * gdb.btrace/instruction_history.exp: Update.
15307 * gdb.btrace/function_call_history.exp: Update.
15308
15309 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15310
15311 * gdb.btrace/function_call_history.exp: Fix expected function
15312 trace.
15313 * gdb.btrace/instruction_history.exp: Initialize traced.
15314 Remove traced_functions.
15315
15316 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15317
15318 * gdb.btrace/function_call_history.exp: Update
15319 * gdb.btrace/instruction_history.exp: Update.
15320
15321 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15322
15323 * gdb.btrace/enable.exp: Update expected text.
15324
15325 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15326
15327 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15328 bytes.
15329
15330 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15331
15332 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15333
15334 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15335
15336 * lib/gdb.exp (supports_process_record): Return true for
15337 arm*-linux*. (supports_reverse): Likewise.
15338
15339 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15340
15341 PR python/15464
15342 PR python/16113
15343 * gdb.python/py-type.c: Enhance test case.
15344 * gdb.python/py-value-cc.cc: Likewise
15345 * gdb.python/py-type.exp: Add new tests.
15346 * gdb.python/py-value-cc.exp: Likewise
15347
15348 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15349 Pedro Alves <palves@redhat.com>
15350
15351 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15352 Make "name" extern.
15353 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15354 references to ${name}_start by references to ${name}.
15355
15356 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15357
15358 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15359
15360 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15361
15362 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15363
15364 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15365 Pedro Alves <palves@redhat.com>
15366
15367 * gdb.mi/mi-info-os.exp: Connect to the target with
15368 mi_gdb_target_load.
15369
15370 2014-01-08 Pedro Alves <palves@redhat.com>
15371
15372 * gdb.threads/reconnect-signal.c: New file.
15373 * gdb.threads/reconnect-signal.exp: New file.
15374
15375 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15376
15377 * gdb.base/source-dir.exp: New file.
15378
15379 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15380
15381 * gdb.ada/mi_interface: New testcase.
15382
15383 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15384
15385 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15386 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15387 gdb.ada/pp-rec-component/pck.ads: New files.
15388
15389 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15390
15391 * gdb.python/py-pp-integral.c: New file.
15392 * gdb.python/py-pp-integral.py: New file.
15393 * gdb.python/py-pp-integral.exp: New file.
15394
15395 For older changes see ChangeLog-1993-2013.
15396 \f
15397 ;; Local Variables:
15398 ;; mode: change-log
15399 ;; left-margin: 8
15400 ;; fill-column: 74
15401 ;; version-control: never
15402 ;; End:
15403
15404 Copyright 2014-2019 Free Software Foundation, Inc.
15405 Copying and distribution of this file, with or without modification,
15406 are permitted provided the copyright notice and this notice are preserved.
This page took 0.335165 seconds and 3 git commands to generate.