d15fcff17bd09ad4d2845bdd9d4328e4d64327a3
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2
3 PR gdb/20948
4 * gdb.base/write_mem.exp: New test.
5 * gdb.base/write_mem.c: Likewise.
6
7 2018-09-23 Tom Tromey <tom@tromey.com>
8
9 PR python/18852:
10 * gdb.python/py-parameter.exp: Add test for parameter that throws
11 on "set".
12
13 2018-09-23 Tom Tromey <tom@tromey.com>
14
15 PR python/17284:
16 * gdb.python/py-template.exp (test_template_arg): Add test for
17 negative template argument number.
18
19 2018-09-23 Tom Tromey <tom@tromey.com>
20
21 PR python/14062:
22 * gdb.python/python.exp: Add test for post_event error.
23
24 2018-09-23 Tom Tromey <tom@tromey.com>
25
26 PR python/18170:
27 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
28 convert pointers to int and long.
29
30 2018-09-23 Tom Tromey <tom@tromey.com>
31
32 PR python/20126:
33 * gdb.python/py-value.exp (test_value_numeric_ops): Add
34 signed-ness conversion tests.
35
36 2018-09-23 Tom Tromey <tom@tromey.com>
37
38 PR python/18352;
39 * gdb.python/py-value.exp (test_float_conversion): New proc.
40 Use it.
41
42 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
43
44 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
45
46 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
47
48 * gdb.base/complete-empty.exp: Skip tab-completion tests if
49 no readline.
50 * gdb.base/utf8-identifiers.exp: Likewise.
51 * gdb.cp/cpcompletion.exp: Likewise.
52 * gdb.linespec/cpcompletion.exp: Likewise.
53 * gdb.linespec/cpls-abi-tag.exp: Likewise.
54 * gdb.linespec/cpls-ops.exp: Likewise.
55
56 2018-09-19 Richard Bunt <richard.bunt@arm.com>
57 Chris January <chris.january@arm.com>
58
59 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
60 * gdb.fortran/short-circuit-argument-list.exp: New file.
61 * gdb.fortran/short-circuit-argument-list.f90: New test.
62
63 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
64
65 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
66 "arch=" keyword when executing "-stack-list-frames".
67
68 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
69
70 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
71 "arch=" keyword when executing "-stack-list-frames".
72
73 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
74
75 * gdb.ada/complete.exp: Expect for "@" when doing "complete
76 break ada".
77
78 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
79
80 PR python/23669
81 * gdb.python/python.exp: Test gdb.execute("show commands").
82
83 2018-09-16 Tom Tromey <tom@tromey.com>
84
85 * gdb.base/new-ui.exp (do_execution_tests): Update.
86 * gdb.base/dbx.exp (test_breakpoints): Update.
87
88 2018-09-14 Alan Hayward <alan.hayward@arm.com>
89
90 * lib/gdb.exp (gdb_simple_compile): Add proc.
91 (is_elf_target): Use gdb_simple_compile.
92 (skip_altivec_tests): Likewise.
93 (skip_vsx_tests): Likewise.
94 (skip_tsx_tests): Likewise.
95 (skip_btrace_tests): Likewise.
96 (skip_btrace_pt_tests): Likewise.
97 (gdb_can_simple_compile): Likewise.
98 (gdb_has_argv0): Likewise.
99 (gdb_target_symbol_prefix): Likewise.
100 (target_supports_scheduler_locking): Likewise.
101
102 2018-09-13 Tom Tromey <tom@tromey.com>
103
104 * Makefile.in (TAGS): Recognize proc_with_prefix and
105 gdb_caching_proc.
106
107 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
108
109 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
110 method.
111
112 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
113
114 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
115 and a few other Inferior properties when the Inferior is no
116 longer valid.
117
118 2018-09-13 Tom Tromey <tom@tromey.com>
119
120 PR rust/23650:
121 * gdb.rust/simple.exp: Add test for enum field access error.
122
123 2018-09-13 Tom Tromey <tom@tromey.com>
124
125 PR rust/23626:
126 * gdb.rust/simple.rs (EmptyEnum): New type.
127 (main): Use it.
128 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
129
130 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
131
132 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
133 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
134 * gdb.python/py-symtab.exp: Update test printing an objfile.
135
136 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
137
138 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
139 object.
140
141 2018-09-12 Alan Hayward <alan.hayward@arm.com>
142
143 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
144 (support_complex_tests): Use gdb_can_simple_compile.
145 (is_ilp32_target): Likewise.
146 (is_lp64_target): Likewise.
147 (is_64_target): Likewise.
148 (is_amd64_regs_target): Likewise.
149 (is_aarch32_target): Likewise.
150 (gdb_int128_helper): Likewise.
151
152 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
153
154 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
155
156 2018-09-10 Jerome Guitton <guitton@adacore.com>
157
158 * gdb.ada/same_component_name: Add test for case of tagged record
159 with variable-length fields.
160
161 2018-09-10 Xavier Roirand <roirand@adacore.com>
162
163 * gdb.ada/access_to_unbounded_array.exp: New testcase.
164 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
165 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
166 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
167
168 2018-09-10 Xavier Roirand <roirand@adacore.com>
169
170 * gdb.ada/mi_string_access.exp: New testcase.
171 * gdb.ada/mi_string_access/bar.adb: New file.
172 * gdb.ada/mi_string_access/pck.adb: New file.
173 * gdb.ada/mi_string_access/pck.asd: New file.
174
175 2018-09-10 Xavier Roirand <roirand@adacore.com>
176
177 * gdb.ada/mi_var_union.exp: New testcase.
178 * gdb.ada/mi_var_union/bar.adb: New file.
179 * gdb.ada/mi_var_union/pck.adb: New file.
180 * gdb.ada/mi_var_union/pck.asd: New file.
181
182 2018-09-08 Tom Tromey <tom@tromey.com>
183
184 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
185
186 2018-09-08 Tom Tromey <tom@tromey.com>
187
188 PR python/16047:
189 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
190 (register_pretty_printers): Register new printer.
191 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
192 test.
193 * gdb.python/py-prettyprint.c (int_type3): New typedef.
194 (an_int_type3): New global.
195
196 2018-09-08 Joel Brobecker <brobecker@adacore.com>
197
198 * gdb.ada/expr_with_funcall: New testcase.
199
200 2018-09-08 Joel Brobecker <brobecker@adacore.com>
201
202 * gdb.ada/packed_array_assign: New testcase.
203
204 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
205
206 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
207 names, and add test prefixes to make test names unique.
208
209 2018-09-05 Tom de Vries <tdevries@suse.de>
210
211 * gdb.dwarf2/varval.exp: Add test.
212
213 2018-09-04 Gary Benson <gbenson@redhat.com>
214
215 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
216 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
217
218 2018-08-31 Tom Tromey <tom@tromey.com>
219
220 * gdb.rust/simple.rs: Rename second variable "v".
221
222 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
223
224 * gdb.base/funcargs.c (use_a): New function.
225 (recurse): Call use_a.
226
227 2018-08-29 Keith Seitz <keiths@redhat.com>
228
229 * gdb.compile/compile-cplus-anonymous.cc: New file.
230 * gdb.compile/compile-cplus-anonymous.exp: New file.
231 * gdb.compile/compile-cplus-array-decay.cc: New file.
232 * gdb.compile/compile-cplus-array-decay.exp: New file.
233 * gdb.compile/compile-cplus-inherit.cc: New file.
234 * gdb.compile/compile-cplus-inherit.exp: New file.
235 * gdb.compile/compile-cplus-member.cc: New file.
236 * gdb.compile/compile-cplus-member.exp: New file.
237 * gdb.compile/compile-cplus-method.cc: New file.
238 * gdb.compile/compile-cplus-method.exp: New file.
239 * gdb.compile/compile-cplus-mod.c: "New" file.
240 * gdb.compile/compile-cplus-namespace.cc: New file.
241 * gdb.compile/compile-cplus-namespace.exp: New file.
242 * gdb.compile/compile-cplus-nested.cc: New file.
243 * gdb.compile/compile-cplus-nested.exp: New file.
244 * gdb.compile/compile-cplus-print.c: "New" file.
245 * gdb.compile/compile-cplus-print.exp: "New" file.
246 * gdb.compile/compile-cplus-virtual.cc: New file.
247 * gdb.compile/compile-cplus-virtual.exp: New file.
248 * gdb.compile/compile-cplus.c: "New" file.
249 * gdb.compile/compile-cplus.exp: "New" file.
250 * lib/compile-support.exp: New file.
251
252 2018-08-16 Gary Benson <gbenson@redhat.com>
253
254 PR gdb/13000:
255 * gdb.base/batch-exit-status.exp: New file.
256 * gdb.base/batch-exit-status.good-commands: Likewise.
257 * gdb.base/batch-exit-status.bad-commands: Likewise.
258
259 2018-08-29 Alan Hayward <alan.hayward@arm.com>
260
261 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
262 (struct struct02): Likewise.
263 (struct struct03): Likewise.
264 (struct struct04): Likewise.
265 (struct struct_01_01): New struct.
266 (struct struct_01_02): Likewise.
267 (struct struct_01_03): Likewise.
268 (struct struct_01_04): Likewise.
269 (struct struct_02_01): Likewise.
270 (struct struct_02_02): Likewise.
271 (struct struct_02_03): Likewise.
272 (struct struct_02_04): Likewise.
273 (struct struct_04_01): Likewise.
274 (struct struct_04_02): Likewise.
275 (struct struct_04_03): Likewise.
276 (struct struct_04_04): Likewise.
277 (struct struct_05_01): Likewise.
278 (struct struct_05_02): Likewise.
279 (struct struct_05_03): Likewise.
280 (struct struct_05_04): Likewise.
281 (cmp_struct01): Remove function.
282 (cmp_struct02): Likewise.
283 (cmp_struct03): Likewise.
284 (cmp_struct04): Likewise.
285 (cmp_struct_01_01): Add Function.
286 (cmp_struct_01_02): Likewise.
287 (cmp_struct_01_03): Likewise.
288 (cmp_struct_01_04): Likewise.
289 (cmp_struct_02_01): Likewise.
290 (cmp_struct_02_02): Likewise.
291 (cmp_struct_02_03): Likewise.
292 (cmp_struct_02_04): Likewise.
293 (cmp_struct_04_01): Likewise.
294 (cmp_struct_04_02): Likewise.
295 (cmp_struct_04_03): Likewise.
296 (cmp_struct_04_04): Likewise.
297 (cmp_struct_05_01): Likewise.
298 (cmp_struct_05_02): Likewise.
299 (cmp_struct_05_03): Likewise.
300 (cmp_struct_05_04): Likewise.
301 (call_all): Add new structs.
302 * gdb.base/infcall-nested-structs.exp: Likewise.
303
304 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
305
306 * gdb.python/py-framefilter-mi.exp: Update regexp to
307 check for "arch" field in frame output.
308
309 2018-08-23 Kevin Buettner <kevinb@redhat.com>
310
311 * gdb.dwarf2/dw2-ranges-func.c: New file.
312 * gdb.dwarf2/dw2-ranges-func.exp: New file.
313
314 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
315
316 * gdb.base/term.exp: Compare terminal settings with values from
317 the inferior.
318 * gdb.base/term.c: Get and set terminal settings.
319
320 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
321
322 * lib/mi-support.exp (mi_expect_stop): Update regexp to
323 accommodate new "arch" field in frame output.
324 * gdb.mi/mi-return.exp: Likewise.
325 * gdb.mi/mi-stack.exp: Likewise.
326 * gdb.mi/mi-syn-frame.exp: Likewise.
327 * gdb.mi/user-selected-context-sync.exp: Likewise.
328
329 2018-08-19 Michael Spang <spang@google.com>
330
331 PR gdb/11786
332 * gdb.base/gcore-tls-pie.c: New file.
333 * gdb.base/gcore-tls-pie.exp: New file.
334
335 2018-08-18 Kevin Buettner <kevinb@redhat.com>
336
337 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
338 * gdb.dwarf2/varval.c: New file.
339 * gdb.dwarf2/varval.exp: New file.
340
341 2018-08-17 Alan Hayward <alan.hayward@arm.com>
342
343 PR gdb/18931
344 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
345
346 2018-08-16 Keith Seitz <keiths@redhat.com>
347
348 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
349 tests expected to pass.
350
351 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
352
353 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
354 -data-disassemble -a.
355 (test_disassembly_bogus_args): Likewise.
356
357 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
358
359 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
360
361 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.base/vla-optimized-out.exp: Add new test.
364
365 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
366
367 * gdb.base/vla-optimized-out-o3.exp: Delete.
368 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
369 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
370 deleted tests.
371
372 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 PR gdb/18050:
375 * gdb.server/extended-remote-restart.c: New file.
376 * gdb.server/extended-remote-restart.exp: New file.
377
378 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
379
380 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
381 "set variable index = 42".
382
383 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
384
385 * boards/index-cache-gdb.exp: New file.
386 * gdb.dwarf2/index-cache.exp: New file.
387 * gdb.dwarf2/index-cache.c: New file.
388 * gdb.base/maint.exp: Check if we are using the index cache.
389
390 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
391
392 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
393 MAKEFLAGS.
394
395 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
396
397 * dg-extract-results.sh: Move to toplevel contrib.
398 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
399 * Makefile.in (check-parallel-racy): Likewise.
400
401 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
404 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
405 tests if the target supports scheduler locking.
406
407 2018-08-04 Tom de Vries <tdevries@suse.de>
408
409 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
410
411 2018-08-02 Tom Tromey <tom@tromey.com>
412
413 PR symtab/16842.
414 * gdb.cp/temargs.exp: Test "info address" of a template
415 parameter.
416
417 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
418
419 * gdb.python/py-mi-var-info-path-expression.c: New file.
420 * gdb.python/py-mi-var-info-path-expression.py: New file.
421 * gdb.python/py-mi-var-info-path-expression.exp: New file.
422
423 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
424
425 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
426 error after "cannot resolve name" string.
427
428 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
431 started.
432 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
433
434 2018-07-28 Tom de Vries <tdevries@suse.de>
435
436 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
437
438 2018-07-26 Tom de Vries <tdevries@suse.de>
439
440 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
441
442 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
443
444 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
445 is visible.
446
447 2018-07-26 Tom de Vries <tdevries@suse.de>
448
449 PR breakpoints/23366
450 * gdb.base/catch-follow-exec.c: New test.
451 * gdb.base/catch-follow-exec.exp: New file.
452
453 2018-07-25 Tom de Vries <tdevries@suse.de>
454
455 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
456 vla-optimized-out.c.
457
458 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
459
460 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
461 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
462
463 2018-07-20 Tom de Vries <tdevries@suse.de>
464
465 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
466 NOCLONE macro.
467 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
468
469 2018-07-19 Tom de Vries <tdevries@suse.de>
470
471 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
472 regular expression.
473
474 2018-07-18 Tom de Vries <tdevries@suse.de>
475
476 * gdb.base/vla-optimized-out.c: New test.
477 * gdb.base/vla-optimized-out.exp: New file.
478
479 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
480
481 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
482 message "No address associated with hostname" when gdbserver
483 cannot resolve the hostname.
484
485 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
486
487 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
488 Add some test prefixes to make tests unique.
489
490 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
491
492 * gdb.base/frameapply.c: New file.
493 * gdb.base/frameapply.exp: New file.
494
495 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
496
497 * gdb.base/skip.exp: Update expected error message.
498
499 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
500 Jan Kratochvil <jan.kratochvil@redhat.com>
501 Paul Fertser <fercerpav@gmail.com>
502 Tsutomu Seki <sekiriki@gmail.com>
503
504 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
505 parameter.
506 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
507 by default.
508 * boards/native-gdbserver.exp: Likewise.
509 * gdb.server/run-without-local-binary.exp: Improve regexp used
510 for detecting when a remote debugging connection succeeds.
511 * gdb.server/server-connect.exp: New file.
512 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
513 Do not prefix the port number with ":".
514 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
515 support for detecting and using it. Add '$debughost_gdbserver'
516 to the list of arguments used to start gdbserver. Handle case
517 when gdbserver cannot resolve a network name.
518
519 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
520
521 PR c++/23373
522 * gdb.base/ptype-offsets.cc (struct static_member): New
523 struct.
524 (main) <stmember>: New variable.
525 * gdb.base/ptype-offsets.exp: Add test for printing a struct
526 with a static member in it.
527
528 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
529
530 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
531 watchpoints enabled and disabled.
532
533 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
534
535 * gdb.base/examine-backward.exp: Still run tests around address
536 0x0, even if address 0x0 is not readable. Update the pattern for
537 matching address 0x0 in expected output.
538
539 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
540
541 * gdb.base/share-env-with-gdbserver.c (main): Add call to
542 malloc/free.
543
544 2018-07-04 Tom de Vries <tdevries@suse.de>
545
546 * gdb.dwarf2/dw2-error.exp: Update expected error message.
547
548 2018-07-02 Maciej W. Rozycki <macro@mips.com>
549
550 PR tdep/8282
551 * gdb.arch/mips-disassembler-options.exp: New test.
552 * gdb.arch/mips-disassembler-options.s: New test source.
553
554 2018-06-29 Pedro Alves <palves@redhat.com>
555
556 * gdb.threads/names.exp: Adjust expected "info threads" output.
557
558 2018-06-29 Pedro Alves <palves@redhat.com>
559
560 * gdb.opt/inline-break.exp (line number, address): Add "info
561 break" tests.
562
563 2018-06-29 Pedro Alves <palves@redhat.com>
564
565 * gdb.opt/inline-break.c (func1): Add "break here" marker.
566 * gdb.opt/inline-break.exp: Test setting breakpoints by line
567 number and address and running to them.
568
569 2018-06-29 Richard Bunt <richard.bunt@arm.com>
570
571 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
572
573 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
574
575 * lib/compiler.c: Remove executable permission flag.
576
577 2018-06-28 Richard Bunt <richard.bunt@arm.com>
578
579 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
580 code.
581 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
582
583 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
584
585 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
586
587 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
588
589 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
590 address argument is omitted.
591
592 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
593
594 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
595
596 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
597
598 PR gdb/21695
599 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
600 * gdb.base/infoline-reloc-main-from-zero.c: New file.
601
602 2018-06-26 Tom Tromey <tom@tromey.com>
603
604 PR rust/22574:
605 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
606 * gdb.rust/simple.rs (struct SimpleLayout): New.
607
608 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
609
610 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
611 "info registers" output.
612
613 2018-06-21 Richard Bunt <richard.bunt@arm.com>
614
615 * gdb.base/watchpoint-hw-attach.c: New test.
616 * gdb.base/watchpoint-hw-attach.exp: New file.
617
618 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
619
620 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
621 through /bin/sh.
622 * boards/dwarf4-gdb-index.exp: Likewise.
623 * boards/fission-dwp.exp: Likewise.
624
625 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
626
627 * gdb.base/float128.exp: Add comment and improved fail message
628 to the failure case of "print large128" test.
629
630 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
631
632 * configure.ac: Remove AC_PREREQ.
633 * configure: Re-generate.
634
635 2018-06-19 Pedro Alves <palves@redhat.com>
636
637 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
638 (func_extern_caller): New.
639 (main): Call func_extern_caller.
640 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
641 logic change.
642
643 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
644
645 PR gdb/16841
646 * gdb.cp/typedef-base.cc: New file.
647 * gdb.cp/typedef-base.exp: New file.
648
649 2018-06-18 Tom de Vries <tdevries@suse.de>
650
651 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
652
653 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
654 Richard Bunt <Richard.Bunt@arm.com>
655
656 * gdb.threads/attach-slow-waitpid.c: New file.
657 * gdb.threads/attach-slow-waitpid.exp: New file.
658 * gdb.threads/slow-waitpid.c: New file.
659
660 2018-06-14 Pedro Alves <palves@redhat.com>
661
662 * gdb.base/fork-running-state.c: Include <errno.h>.
663 (exit_if_relative_exits): New.
664 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
665 exits.
666 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
667 child exits.
668
669 2018-06-14 Tom de Vries <tdevries@suse.de>
670
671 PR cli/22573
672 * gdb.base/finish-pretty.c: New test.
673 * gdb.base/finish-pretty.exp: New file.
674
675 2018-06-14 Pedro Alves <palves@redhat.com>
676
677 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
678 gdb's expected startup output.
679
680 2018-06-14 Pedro Alves <palves@redhat.com>
681
682 * lib/selftest-support.exp (selftest_setup): Remove inlined
683 function handling.
684
685 2018-06-14 Tom de Vries <tdevries@suse.de>
686
687 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
688 matching of breakpoint printing.
689
690 2018-06-13 Tom de Vries <tdevries@suse.de>
691
692 PR testsuite/23269
693 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
694 (fork_child): ... here, and ...
695 (fork_parent): ... here.
696
697 2018-06-12 Tom de Vries <tdevries@suse.de>
698
699 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
700
701 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
702 Stephen Roberts <stephen.roberts@arm.com>
703
704 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
705 rewrite test to describe action performed, rather than possible
706 failure.
707
708 2018-06-08 Gary Benson <gbenson@redhat.com>
709
710 * gdb.threads/check-libthread-db.exp: New file.
711 * gdb.threads/check-libthread-db.c: Likewise.
712
713 2018-06-05 Tom Tromey <tom@tromey.com>
714
715 * gdb.base/default.exp: Update expected "show version" output.
716
717 2018-06-05 Tom Tromey <tom@tromey.com>
718
719 PR cli/12326:
720 * gdb.cp/static-print-quit.exp: Update.
721 * lib/gdb.exp (pagination_prompt): Update.
722 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
723 * gdb.python/python.exp: Update.
724
725 2018-06-04 Joel Brobecker <brobecker@adacore.com>
726
727 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
728
729 2018-06-01 Joel Brobecker <brobecker@adacore.com>
730
731 * gdb.ada/bp_fun_addr: New testcase.
732
733 2018-06-01 Tom Tromey <tom@tromey.com>
734
735 * gdb.xml/tdesc-regs.exp (load_description): Update expected
736 results.
737 * gdb.dwarf2/method-ptr.exp: Set language to C++.
738 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
739 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
740 * gdb.base/maint.exp (maint_pass_if): Update.
741
742 2018-05-31 Maciej W. Rozycki <macro@mips.com>
743
744 * gdb.base/endian.exp: New test.
745 * gdb.base/endian.c: New test source.
746
747 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
748
749 PR gdb/23203
750 * gdb.base/bt-selected-frame.c: New file.
751 * gdb.base/bt-selected-frame.exp: New file.
752 * lib/gdb.exp (get_current_frame_number): New function.
753
754 2018-05-24 Maciej W. Rozycki <macro@mips.com>
755 Pedro Alves <palves@redhat.com>
756
757 * gdb.threads/tls-core.c: Include <stdlib.h>
758 (thread_proc): Call `abort'.
759 * gdb.threads/tls-core.exp: Generate a core with core_find too.
760 (tls_core_test): New procedure, bits factored out from ...
761 (top level): ... here. Test both native cores and gcore cores.
762
763 2018-05-23 Tom Tromey <tom@tromey.com>
764
765 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
766
767 2018-05-23 Tom Tromey <tom@tromey.com>
768
769 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
770 symfile_complaints.
771 (test_short_complaints): Likewise.
772 (test_empty_complaints): Likewise.
773 (test_initial_complaints): Update.
774
775 2018-05-23 Tom Tromey <tom@tromey.com>
776
777 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
778
779 2018-05-23 Tom Tromey <tom@tromey.com>
780
781 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
782 (test_short_complaints): Update.
783
784 2018-05-22 Pedro Alves <palves@redhat.com>
785
786 * gdb.base/remote.exp: Only gdb_start after compiling the
787 testcase. Issue "disconnect" before testing "set remote" command
788 defaults. Issue clean_restart before running to main.
789
790 2018-05-22 Pedro Alves <palves@redhat.com>
791
792 * gdb.base/remote.exp: Adjust expected output of "show remote
793 memory-write-packet-size". Add tests for "set remote
794 memory-write-packet-size 0" and "set remote
795 memory-write-packet-size fixed/limit".
796
797 2018-05-22 Pedro Alves <palves@redhat.com>
798
799 PR gdb/22973
800 * gdb.base/utf8-identifiers.c: New file.
801 * gdb.base/utf8-identifiers.exp: New file.
802
803 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
804
805 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
806
807 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
808
809 * gdb.arch/powerpc-vsx-gcore.exp: New file.
810
811 2018-05-18 Tom Tromey <tom@tromey.com>
812
813 * gdb.base/ptype-offsets.exp: Update.
814
815 2018-05-17 Keith Seitz <keiths@redhat.com>
816
817 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
818 in expected breakpoint stop locations.
819 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
820 move to proper scope to test variable values.
821 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
822 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
823 New functions.
824 (main): Call not_inline_func3.
825 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
826 inline_func1, inline_func2, and inline_func3. Test that when each
827 breakpoint is hit, GDB properly reports both the stop location
828 and the backtrace. Repeat tests for temporary breakpoints.
829
830 2018-05-15 Maciej W. Rozycki <macro@mips.com>
831
832 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
833 rather then trying to access it in determining whether the PID
834 of `gdbserver' could have been retrieved.
835
836 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
837
838 * gdb.arch/amd64-init-x87-values.S: New file.
839 * gdb.arch/amd64-init-x87-values.exp: New file.
840
841 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
842
843 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
844
845 2018-05-04 Tom Tromey <tom@tromey.com>
846
847 PR python/22730:
848 * gdb.python/python.exp: Test multi-line execute.
849
850 2018-05-04 Tom Tromey <tom@tromey.com>
851
852 PR python/22731:
853 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
854
855 2018-05-04 Tom Tromey <tom@tromey.com>
856
857 PR gdb/11750:
858 * gdb.base/define.exp: Test defining a user command inside a user
859 command.
860 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
861
862 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
863 Pedro Alves <palves@redhat.com>
864
865 PR breakpoints/19806 and support for PR external/20207.
866 * gdb.base/watchpoint-unaligned.c: New file.
867 * gdb.base/watchpoint-unaligned.exp: New file.
868
869 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * gdb.base/maint.exp: Make test names unique, use
872 test_prefix_command_help to test 'help maint info', and remove
873 repeated test of 'help maint'.
874
875 2018-05-04 Tom Tromey <tom@tromey.com>
876
877 PR gdb/22619:
878 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
879 behavior.
880
881 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
882
883 * gdb.base/maint.exp: Process output from 'maint print registers'
884 line at a time.
885
886 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
887
888 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
889 timeout.
890
891 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
892
893 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
894 filter pattern.
895
896 2018-05-02 Pedro Alves <palves@redhat.com>
897
898 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
899 to_log_command renames.
900 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
901
902 2018-05-02 Tom Tromey <tom@tromey.com>
903
904 * gdb.python/py-parameter.exp: Set test message.
905
906 2018-05-02 Tom Tromey <tom@tromey.com>
907
908 PR python/20084:
909 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
910 PARAM_ZUINTEGER_UNLIMITED tests.
911
912 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
913
914 PR rust/23124
915 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
916 when casting.
917
918 2018-04-30 Tom Tromey <tom@tromey.com>
919
920 * gdb.python/py-type.exp: Check align attribute.
921 * gdb.python/py-type.c: New "aligncheck" global.
922
923 2018-04-30 Tom Tromey <tom@tromey.com>
924
925 PR exp/17095:
926 * gdb.dwarf2/dw2-align.exp: New file.
927 * gdb.cp/align.exp: New file.
928 * gdb.base/align.exp: New file.
929 * lib/gdb.exp (gdb_int128_helper): New proc.
930 (has_int128_c, has_int128_cxx): New caching procs.
931
932 2018-04-27 Tom Tromey <tom@tromey.com>
933
934 PR rust/22545:
935 * gdb.rust/simple.exp: Add inclusive range tests.
936
937 2018-04-26 Pedro Alves <palves@redhat.com>
938
939 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
940 ifunc breakpoint locations correctly of ifunc breakpoints set
941 while the program resolves the ifunc.
942
943 2018-04-26 Pedro Alves <palves@redhat.com>
944
945 * gdb.base/gnu-ifunc-final.c: New file.
946 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
947 * gdb.base/gnu-ifunc.exp (executable): Delete.
948 (staticexecutable): Adjust.
949 (lib_opts, exec_opts): Delete.
950 (make_binsuffix, build, set-break): New procedures.
951 (misc_tests): New, with tests factored out from the top level.
952 (top level): Test different combinations of ifunc resolver name,
953 resolver with and with debug info, and ifunc target with and
954 without debug info. Wrap static tests with with_target_prefix.
955
956 2018-04-26 Pedro Alves <palves@redhat.com>
957
958 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
959 return type" warnings.
960
961 2018-04-25 Pedro Alves <palves@redhat.com>
962
963 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
964 killed".
965 * gdb.base/kill-after-signal.exp: Likewise.
966 * gdb.threads/kill.exp: Likewise.
967
968 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
969 Sergio Durigan Junior <sergiodj@redhat.com>
970 Pedro Alves <palves@redhat.com>
971
972 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
973 regexps to expect for '[Inferior ... detached]' as well.
974 * gdb.base/attach.exp: Likewise.
975 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
976 "gdb_continue_to_end".
977 (test_catch_syscall_with_wrong_args): Likewise.
978 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
979 ']'. Don't set 'verbose' on.
980 * gdb.base/foll-vfork.exp: Likewise.
981 * gdb.base/fork-print-inferior-events.c: New file.
982 * gdb.base/fork-print-inferior-events.exp: New file.
983 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
984 '[Inferior ... has been killed]' message.
985 * gdb.base/kill-after-signal.exp: Likewise.
986 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
987 detach message.
988 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
989 message.
990 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
991 regexps to expect for '[Inferior ... detached]' as well.
992 * gdb.threads/process-dies-while-detaching.exp: Likewise.
993
994 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
995
996 PR gdb/23104
997 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
998
999 2018-04-19 Richard Bunt <richard.bunt@arm.com>
1000
1001 * gdb.threads/multiple-successive-infcall.c: New test.
1002 * gdb.threads/multiple-successive-infcall.exp: New file.
1003
1004 2018-04-17 Tom Tromey <tom@tromey.com>
1005
1006 * gdb.rust/simple.rs (Union): New type.
1007 (main): New local "u".
1008 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1009
1010 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1011
1012 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1013 number information in output of "whereis" command.
1014 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1015
1016 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1017
1018 * gdb.ada/info_types.exp: Adjust expected output to the line
1019 numbers now printed by "info var/func/type".
1020 * gdb.base/completion.exp: Likewise.
1021 * gdb.base/included.exp: Likewise.
1022 * gdb.cp/cp-relocate.exp: Likewise.
1023 * gdb.cp/cplusfuncs.exp: Likewise.
1024 * gdb.cp/namespace.exp: Likewise.
1025 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1026
1027 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1028
1029 * gdb.btrace/cpu.exp: New.
1030
1031 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1032
1033 * gdb.base/step-indirect-call-thunk.exp: New.
1034 * gdb.base/step-indirect-call-thunk.c: New.
1035 * gdb.reverse/step-indirect-call-thunk.exp: New.
1036 * gdb.reverse/step-indirect-call-thunk.c: New.
1037
1038 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1039
1040 * gdb.base/pie-fork.c: New file.
1041 * gdb.base/pie-fork.exp: New file.
1042
1043 2018-04-11 Tom Tromey <tom@tromey.com>
1044
1045 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1046
1047 2018-04-10 Pedro Alves <palves@redhat.com>
1048
1049 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1050 exits. Instead loop running forever.
1051 (fork_parent): Run forever too.
1052
1053 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1054
1055 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1056 mi_continue_to_line.
1057 * gdb.mi/mi-stack.c (callee4): Add comment.
1058
1059 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1060
1061 * gdb.mi/mi-stack.exp: Fix indentation.
1062
1063 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1064
1065 PR gdb/22979
1066 * gdb.arch/amd64-osabi.exp: New file.
1067
1068 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1069
1070 PR gdb/22980
1071 * gdb.base/osabi.exp: New file.
1072
1073 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
1074
1075 * gdb.cp/static-typedef-print.exp: New file.
1076 * gdb.cp/static-typedef-print.cc: New file.
1077
1078 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1079
1080 * gdb.ada/varsize_limit: New testcase.
1081
1082 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1083
1084 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1085
1086 * gdb.ada/notcplusplus: New testcase.
1087
1088 * gdb.base/c-linkage-name.c: New file.
1089 * gdb.base/c-linkage-name.exp: New testcase.
1090
1091 2018-03-26 Tom Tromey <tom@tromey.com>
1092
1093 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1094 * gdb.python/py-framefilter.py (name_error): New global.
1095 (ErrorInName.function): Use name_error.
1096
1097 2018-03-26 Tom Tromey <tom@tromey.com>
1098
1099 PR backtrace/15582:
1100 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1101
1102 2018-03-23 Keith Seitz <keiths@redhat.com>
1103
1104 PR c++/22968
1105 * gdb.cp/subtypes.exp: New file.
1106 * gdb.cp/subtypes.h: New file.
1107 * gdb.cp/subtypes.cc: New file.
1108 * gdb.cp/subtypes-2.cc: New file.
1109
1110 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1111
1112 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1113 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1114 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1115 -nostartfiles when compiling the test. Confirm that all registers
1116 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1117
1118 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1119
1120 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1121 option, syntax was wrong anyway.
1122 * gdb.arch/arm-disp-step.exp: Likewise.
1123 * gdb.arch/sparc64-regs.exp: Likewise.
1124 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1125 option, syntax was wrong anyway, switch to use
1126 prepare_for_testing.
1127 * gdb.arch/i386-disp-step.exp: Likewise.
1128
1129 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1130
1131 * gdb.ada/exec_changed.exp: Replace "target_info exists
1132 use_gdb_stub" by "use_gdb_stub".
1133 * gdb.ada/start.exp: Likewise.
1134 * gdb.base/async-shell.exp: Likewise.
1135 * gdb.base/attach-pie-misread.exp: Likewise.
1136 * gdb.base/attach-wait-input.exp: Likewise.
1137 * gdb.base/break-entry.exp: Likewise.
1138 * gdb.base/break-interp.exp: Likewise.
1139 * gdb.base/dprintf-detach.exp: Likewise.
1140 * gdb.base/nostdlib.exp: Likewise.
1141 * gdb.base/solib-nodir.exp: Likewise.
1142 * gdb.base/statistics.exp: Likewise.
1143 * gdb.base/testenv.exp: Likewise.
1144 * gdb.mi/mi-exec-run.exp: Likewise.
1145 * gdb.mi/mi-start.exp: Likewise.
1146 * gdb.multi/dummy-frame-restore.exp: Likewise.
1147 * gdb.multi/multi-arch-exec.exp: Likewise.
1148 * gdb.multi/multi-arch.exp: Likewise.
1149 * gdb.multi/tids.exp: Likewise.
1150 * gdb.multi/watchpoint-multi.exp: Likewise.
1151 * gdb.python/py-events.exp: Likewise.
1152 * gdb.threads/attach-into-signal.exp: Likewise.
1153 * gdb.threads/attach-stopped.exp: Likewise.
1154 * gdb.threads/threadapply.exp: Likewise.
1155 * lib/selftest-support.exp: Likewise.
1156
1157 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1158
1159 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1160
1161 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1162
1163 * gdb.perf/template-breakpoints.cc: New file.
1164 * gdb.perf/template-breakpoints.exp: New file.
1165 * gdb.perf/template-breakpoints.py: New file.
1166
1167 2018-03-19 Tom Tromey <tom@tromey.com>
1168
1169 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1170 y0.
1171 * gdb.rust/simple.exp: Test bare identifier form of struct
1172 initializer.
1173
1174 2018-03-19 Tom Tromey <tom@tromey.com>
1175
1176 * gdb.gdb/observer.exp: Remove.
1177
1178 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1179
1180 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1181 "qualified" option when setting breakpoints.
1182 * gdb.trace/backtrace.exp: Likewise.
1183 * gdb.trace/circ.exp: Likewise.
1184 * gdb.trace/collection.exp: Likewise.
1185 * gdb.trace/disconnected-tracing.exp: Likewise.
1186 * gdb.trace/ftrace-lock.exp: Likewise.
1187 * gdb.trace/ftrace.exp: Likewise.
1188 * gdb.trace/infotrace.exp: Likewise.
1189 * gdb.trace/packetlen.exp: Likewise.
1190 * gdb.trace/passc-dyn.exp: Likewise.
1191 * gdb.trace/qtro.exp: Likewise.
1192 * gdb.trace/read-memory.exp: Likewise.
1193 * gdb.trace/report.exp: Likewise.
1194 * gdb.trace/signal.exp: Likewise.
1195 * gdb.trace/status-stop.exp: Likewise.
1196 * gdb.trace/strace.exp: Likewise.
1197 * gdb.trace/tfind.exp: Likewise.
1198 * gdb.trace/trace-break.exp: Likewise.
1199 * gdb.trace/trace-condition.exp: Likewise.
1200 * gdb.trace/trace-mt.exp: Likewise.
1201 * gdb.trace/tstatus.exp: Likewise.
1202 * gdb.trace/tsv.exp: Likewise.
1203 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1204 * gdb.trace/unavailable.exp: Likewise.
1205 * gdb.trace/while-dyn.exp: Likewise.
1206
1207 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1208
1209 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1210 that libinproctrace is copied to the target.
1211
1212 2018-03-14 Tom Tromey <tom@tromey.com>
1213
1214 PR cli/14977:
1215 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1216 a null pointer.
1217 * gdb.base/wchar.exp: Likewise.
1218
1219 2018-03-14 Tom Tromey <tom@tromey.com>
1220
1221 PR cli/19918:
1222 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1223 flag.
1224
1225 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1226
1227 PR gdb/22841
1228 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1229 "target" to remote_exec.
1230
1231 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1232
1233 PR gdb/22841
1234 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1235 ${board}_upload): Remove.
1236
1237 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1238
1239 * gdb.cp/watch-cp.cc: New test.
1240 * gdb.cp/watch-cp.exp: New file.
1241
1242 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1243
1244 * gdb.base/infcall-nested-structs.exp: New file.
1245 * gdb.base/infcall-nested-structs.c: New file.
1246 * gdb.base/float.exp: Add riscv support.
1247
1248 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1249
1250 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1251 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1252
1253 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1254
1255 * gdb.server/abspath.exp: New file.
1256 * lib/gdb.exp (with_cwd): New procedure.
1257
1258 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1259
1260 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1261 use it.
1262 (gdb_is_target_remote_prompt): New proc.
1263 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1264 (gdb_is_target_native): Pass prompt parameter to
1265 gdb_is_target_1.
1266
1267 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1268
1269 * gdb.base/load-command.c: New file.
1270 * gdb.base/load-command.exp: New file.
1271 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1272 (gdb_is_target_1): ...this, and generalize for other targets
1273 than just remote.
1274 (gdb_is_target_remote): Use gdb_is_target_1.
1275 (gdb_is_target_native): use gdb_is_target_1.
1276
1277 2018-02-26 Tom Tromey <tom@tromey.com>
1278
1279 PR python/16497:
1280 * gdb.python/py-framefilter.exp: Update test.
1281
1282 2018-02-26 Tom Tromey <tom@tromey.com>
1283
1284 * gdb.dwarf2/variant.c: New file.
1285 * gdb.dwarf2/variant.exp: New file.
1286
1287 2018-02-26 Tom Tromey <tom@tromey.com>
1288
1289 * gdb.rust/simple.exp: Accept more possible results in enum test.
1290
1291 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1292
1293 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1294 parentheses.
1295
1296 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1297
1298 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1299 name of a variable: $actual_linejj -> $actual_line.
1300
1301 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1302
1303 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1304
1305 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1306
1307 * gdb.btrace/buffer-size.exp: Do not force BTS.
1308
1309 2018-02-14 Pedro Alves <palves@redhat.com>
1310
1311 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1312 getting a "Quit".
1313
1314 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1315
1316 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1317 Fix test name.
1318
1319 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1320
1321 * gdb.cp/m-static.exp: Check type of optimized out static
1322 member.
1323
1324 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1325
1326 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1327 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1328
1329 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1330 Leszek Swirski <leszeks@google.com>
1331
1332 * gdb.python/py-prettyprint.c
1333 (struct to_string_returns_value_inner,
1334 struct to_string_returns_value_wrapper): New.
1335 (main): Add tsrvw variable.
1336 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1337 ToStringReturnsValueWrapper): New classes.
1338 (register_pretty_printers): Register new pretty-printers.
1339 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1340 recursive pretty printer.
1341 * gdb.python/py-mi.exp: Likewise.
1342
1343 2018-02-01 Leszek Swirski <leszeks@google.com>
1344
1345 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1346 functions with the same name as an include file are parsed
1347 correctly.
1348
1349 2018-02-01 Yao Qi <yao.qi@linaro.org>
1350
1351 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1352 "\[^\r\n\]*".
1353
1354 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1355
1356 * gdb.arch/powerpc-prologue-frame.s: New file.
1357 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1358 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1359
1360 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1361
1362 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1363
1364 2018-01-30 Pedro Alves <palves@redhat.com>
1365
1366 PR gdb/13211
1367 * gdb.base/interrupt-daemon.c: New.
1368 * gdb.base/interrupt-daemon.exp: New.
1369 * gdb.multi/multi-term-settings.c: New.
1370 * gdb.multi/multi-term-settings.exp: New.
1371
1372 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1373
1374 * gdb.base/break.exp: Save the location where the breakpoint
1375 on break.c:47 was actually inserted when debugging the version
1376 compiled at -O2 and use it in the expected output of the "info
1377 break" test performed soon after.
1378
1379 2018-01-22 Pedro Alves <palves@redhat.com>
1380 Sergio Durigan Junior <sergiodj@redhat.com>
1381
1382 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1383 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1384
1385 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1386
1387 * gdb.base/break-include.c, gdb.base/break-include.inc,
1388 gdb.base/break-include.exp: New files.
1389 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1390 line number now being the actual line number where the breakpoint
1391 was inserted.
1392 * gdb.mi/mi-break.exp: Likewise.
1393 * gdb.mi/mi-reverse.exp: Likewise.
1394 * gdb.mi/mi-simplerun.exp: Ditto.
1395
1396 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1397
1398 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1399 varobj.
1400 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1401
1402 2018-01-21 Don Breazeal <donb@codesourcery.com>
1403 Andrew Burgess <andrew.burgess@embecosm.com>
1404
1405 * gdb.mi/basics.c: Add new global.
1406 * gdb.mi/mi-frame-regs.exp: New file.
1407 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1408 case.
1409
1410 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1411
1412 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1413 non-parameter, and on an unknown symbol.
1414
1415 2018-01-19 Tom Tromey <tom@tromey.com>
1416
1417 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1418 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1419
1420 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1421
1422 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1423 setrlimit and chdir to int.
1424
1425 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1426
1427 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1428 function.
1429 (my_tend): Likewise.
1430 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1431 rationale of avoiding FP- and vector instructions.
1432
1433 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1434
1435 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1436 "info reg" with "\[ \t\]*".
1437 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1438 "\[ \t\]+".
1439 * gdb.arch/s390-multiarch.exp: Ditto.
1440 * gdb.base/pc-fp.exp: Ditto.
1441 * gdb.reverse/i386-precsave.exp: Ditto.
1442 * gdb.reverse/i386-reverse.exp: Ditto.
1443 * gdb.reverse/i387-env-reverse.exp: Ditto.
1444 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1445
1446 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1447
1448 * lib/gdb.exp (gdb_compile): Re-enable use of
1449 universal_compile_options for languages other than Rust.
1450
1451 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1452
1453 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1454
1455 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1456
1457 PR gdb/16577
1458 * gdb.base/solib-vanish.exp: New.
1459 * gdb.base/solib-vanish-main.c: New.
1460 * gdb.base/solib-vanish-lib1.c: New.
1461 * gdb.base/solib-vanish-lib2.c: New.
1462
1463 2018-01-17 Yao Qi <yao.qi@linaro.org>
1464
1465 * gdb.compile/compile.exp: Match the address printed for
1466 frame in the output of command "bt".
1467
1468 2018-01-15 Tom Tromey <tom@tromey.com>
1469
1470 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1471 compute sp_reg.
1472
1473 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1474
1475 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1476 to prepare.
1477 (prepare): Return 0 on error, 1 on success.
1478
1479 2018-01-12 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.base/continue-after-aborted-step-over.c: New.
1482 * gdb.base/continue-after-aborted-step-over.exp: New.
1483
1484 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1485
1486 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1487 options when not creating an executable.
1488
1489 2018-01-11 Pedro Alves <palves@redhat.com>
1490
1491 PR remote/22597
1492 * gdb.server/stop-reply-no-thread.c: New file.
1493 * gdb.server/stop-reply-no-thread.exp: New file.
1494
1495 2018-01-10 Pedro Alves <palves@redhat.com>
1496
1497 PR gdb/22670
1498 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1499 functions too. Test setting breakpoints and printing C functions
1500 with no debug info too.
1501 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1502
1503 2018-01-10 Pedro Alves <palves@redhat.com>
1504
1505 PR gdb/22670
1506 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1507 a fail.
1508
1509 2018-01-10 Pedro Alves <palves@redhat.com>
1510
1511 PR gdb/22670
1512 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1513
1514 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1515
1516 * gdb.server/unittest.exp: Match the output in non-development
1517 mode.
1518
1519 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1520
1521 * gdb.gdb/unittest.exp: Match output in non-development mode.
1522
1523 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1524
1525 * gdb.ada/access_tagged_param.exp: Relax expected output
1526 for value of "ObjL" in "continue" to pck.inspect breakpoint
1527 test.
1528
1529 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1530
1531 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1532 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1533
1534 2018-01-05 Pedro Alves <palves@redhat.com>
1535
1536 PR gdb/18653
1537 * gdb.base/libsegfault.exp: New.
1538
1539 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1540
1541 PR gdb/22670
1542 * gdb.ada/access_tagged_param.exp: New file.
1543 * gdb.ada/access_tagged_param/foo.adb: New file.
1544
1545 2018-01-05 Pedro Alves <palves@redhat.com>
1546
1547 PR gdb/22670
1548 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1549 exercise lower case too, and to exercise both full matching and
1550 wild matching.
1551
1552 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1553
1554 * gdb.ada/rename_subscript_param: New testcase.
1555
1556 2018-01-05 Jerome Guitton <guitton@adacore.com>
1557
1558 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1559
1560 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1561
1562 * gdb.ada/convvar_comp: New testcase.
1563
1564 2018-01-05 Xavier Roirand <roirand@adacore.com>
1565
1566 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1567 (My_Table): New global variable.
1568 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1569
1570 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1571
1572 PR gdb/22670
1573 * gdb.ada/maint_with_ada: New testcase.
1574
1575 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1576
1577 PR gdb/22670
1578 * gdb.ada/bp_c_mixed_case: New testcase.
1579
1580 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1581
1582 PR gdb/22670
1583 * gdb.ada/complete.exp: Add "complete break ada" test.
1584
1585 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1586
1587 PR gdb/22670
1588 * gdb.ada/info_addr_mixed_case: New testcase.
1589
1590 2018-01-03 Xavier Roirand <roirand@adacore.com>
1591
1592 * gdb.ada/excep_handle.exp: New testcase.
1593 * gdb.ada/excep_handle/foo.adb: New file.
1594 * gdb.ada/excep_handle/pck.ads: New file.
1595
1596 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1597
1598 * gdb.base/step-line.c: Add extra empty line in copyright header.
1599 * gdb.base/step-line.inp: Likewise.
1600
1601 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1602
1603 * gdb.ada/dyn_stride.exp: Add slice test.
1604
1605 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1606
1607 * gdb.ada/dyn_stride: New testcase.
1608
1609 2017-12-27 Stafford Horne <shorne@gmail.com>
1610
1611 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1612 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1613
1614 2017-12-27 Stafford Horne <shorne@gmail.com>
1615
1616 * gdb.base/reggroups.c: New file.
1617 * gdb.base/reggroups.exp: New file.
1618
1619 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1620
1621 * gdb.dwarf2/ada-valprint-error.c: New file.
1622 * gdb.dwarf2/ada-valprint-error.exp: New file.
1623
1624 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1625
1626 * gdb.ada/assign_arr: New testcase.
1627
1628 2017-12-18 Xavier Roirand <roirand@adacore.com>
1629
1630 * gdb.ada/funcall_ptr: New testcase.
1631
1632 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1633
1634 PR cli/16224
1635 * gdb.base/ptype-offsets.cc: New file.
1636 * gdb.base/ptype-offsets.exp: New file.
1637
1638 2017-12-15 Yao Qi <yao.qi@linaro.org>
1639
1640 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1641 if XML is disabled.
1642
1643 2017-12-15 Xavier Roirand <roirand@adacore.com>
1644
1645 * gdb.ada/same_component_name: New testcase.
1646
1647 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1648
1649 * gdb.ada/str_binop_equal: New testcase.
1650
1651 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1652
1653 * gdb.ada/task_switch_in_core: New testcase.
1654
1655 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1656
1657 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1658 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1659 call test_bkpt_qualified.
1660 (test_bkpt_qualified): New proc.
1661
1662 2017-12-13 Pedro Alves <palves@redhat.com>
1663
1664 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1665 Tighten regexp by matching with an anchor.
1666
1667 2017-12-13 Pedro Alves <palves@redhat.com>
1668
1669 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1670 ("expression with namespace"): New set of tests.
1671 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1672 (Nested::Test_NS::qux): New.
1673 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1674 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1675
1676 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1677
1678 * gdb.base/server-del-break.c: New file.
1679 * gdb.base/server-del-break.exp: New file.
1680
1681 2017-12-12 Stafford Horne <shorne@gmail.com>
1682
1683 * gdb.xml/tdesc-regs.exp: Add or1k support.
1684
1685 2017-12-12 Stafford Horne <shorne@gmail.com>
1686
1687 * gdb.base/bp-permanent.c: Define nop of or1k.
1688
1689 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1690
1691 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1692 output with components being reordered.
1693
1694 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1695
1696 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1697 output with components being reordered.
1698
1699 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1700 Pedro Alves <palves@redhat.com>
1701
1702 * gdb.base/maint.exp (check for .gdb_index): Check also for
1703 .debug_names.
1704 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1705 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1706 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1707 (.gdb_index used after symbol reloading): Support also .debug_names.
1708 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1709
1710 2017-12-08 Yao Qi <yao.qi@linaro.org>
1711
1712 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1713 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1714
1715 2017-12-08 Yao Qi <yao.qi@linaro.org>
1716
1717 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1718 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1719
1720 2017-12-08 Yao Qi <yao.qi@linaro.org>
1721
1722 * gdb.arch/aarch64-tagged-pointer.c: New file.
1723 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1724
1725 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1726
1727 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1728 "int".
1729
1730 2017-12-07 Keith Seitz <keiths@redhat.com>
1731
1732 PR breakpoints/22569
1733 * gdb.linespec/ls-errs.exp: Change expected result of "break
1734 -source this file has spaces.c -line 3".
1735 Check that an explicit source file followed by whitespace is
1736 identified as an invalid explicit location.
1737
1738 2017-12-07 Keith Seitz <keiths@redhat.com>
1739
1740 * gdb.cp/nested-types.cc: New file.
1741 * gdb.cp/nested-types.exp: New file.
1742 * lib/cp-support.exp: Load data-structures.exp library.
1743 (debug_cp_test_ptype_class): New global.
1744 (cp_ptype_class_verbose, next_line): New procedures.
1745 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1746 Add and document new return value.
1747 Switch the list of lines to a queue.
1748 Add support for new `type' key for nested type definitions.
1749 Add debugging/troubleshooting messages.
1750 * lib/data-structures.exp: New file.
1751
1752 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1753
1754 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1755 with proc_with_prefix, don't use with_test_prefix.
1756
1757 2017-12-07 Tom Tromey <tom@tromey.com>
1758
1759 * gdb.base/break.exp: Add test for empty "commands".
1760
1761 2017-12-07 Yao Qi <yao.qi@linaro.org>
1762
1763 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1764 malloc and catch syscall.
1765
1766 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1767
1768 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1769 tests for explicit locations.
1770
1771 2017-12-06 Pedro Alves <palves@redhat.com>
1772
1773 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1774 force-disabling XML descriptions.
1775
1776 2017-12-04 Pedro Alves <palves@redhat.com>
1777
1778 PR gdb/22499
1779 * gdb.arch/amd64-disp-step-avx.S: New file.
1780 * gdb.arch/amd64-disp-step-avx.exp: New file.
1781
1782 2017-12-03 Pedro Alves <palves@redhat.com>
1783
1784 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1785 and <string.h>.
1786 (parent_function): Print distinct messages when waitpid fails, or
1787 the child exits with a signal, or the child exits for an unhandled
1788 reason.
1789 * gdb.threads/process-dies-while-detaching.exp
1790 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1791 it. Wait for both inferior output and GDB's prompt. Use an
1792 indirect spawn id list.
1793 (do_detach): New parameter 'child_exit'. Use it to compute
1794 expected inferior output.
1795 (test_detach, test_detach_watch, test_detach_killed_outside):
1796 Adjust to pass down the expected child exit kind.
1797
1798 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1799 Sergio Durigan Junior <sergiodj@redhat.com>
1800 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1803
1804 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1805
1806 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1807 to 'symbol-file' and 'add-symbol-file' can be
1808 position-independent.
1809
1810 2017-12-01 Yao Qi <yao.qi@linaro.org>
1811
1812 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1813 the URL in copyright header.
1814 * gdb.arch/aarch64-fp.exp: Likewise.
1815 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1816 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1817 * gdb.base/expand-psymtabs.exp: Likewise.
1818 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1819 * gdb.fortran/common-block.exp: Likewise.
1820 * gdb.fortran/common-block.f90: Likewise.
1821 * gdb.fortran/logical.exp: Likewise.
1822 * gdb.fortran/vla-datatypes.f90: Likewise.
1823 * gdb.fortran/vla-sub.f90: Likewise.
1824
1825 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1826
1827 * gdb.ada/repeat_dyn: New testcase.
1828
1829 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1830
1831 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1832 Update for changed thread numbering.
1833 * gdb.cell/bt.exp: Update for changed GDB output.
1834
1835 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1836
1837 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1838 setting isremote by hand.
1839 * boards/dwarf4-gdb-index.exp: Likewise.
1840 * boards/fission.exp: Likewise.
1841 * boards/stabs.exp: Likewise.
1842
1843 2017-11-30 Pedro Alves <palves@redhat.com>
1844
1845 * gdb.linespec/cpls-ops.exp
1846 (check_explicit_skips_function_argument): Extract the underlying
1847 type of size_t instead of hardcoding it.
1848
1849 2017-11-29 Pedro Alves <palves@redhat.com>
1850
1851 PR c++/19436
1852 * gdb.linespec/cpls-abi-tag.cc: New file.
1853 * gdb.linespec/cpls-abi-tag.exp: New file.
1854
1855 2017-11-29 Pedro Alves <palves@redhat.com>
1856
1857 * gdb.base/langs.exp: Use -qualified.
1858 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1859 it.
1860 * gdb.cp/namespace.exp: Use -qualified.
1861 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1862 (overload-3, template-overload, template-ret-type, const-overload)
1863 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1864 procedures.
1865 (test_driver): Call them.
1866 * gdb.cp/save-bp-qualified.cc: New.
1867 * gdb.cp/save-bp-qualified.exp: New.
1868 * gdb.linespec/explicit.exp: Test -qualified.
1869 * lib/completion-support.exp (completion::explicit_opts_list): Add
1870 "-qualified".
1871 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1872
1873 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1874
1875 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1876
1877 2017-11-29 Tom Tromey <tom@tromey.com>
1878
1879 * gdb.base/relocate.exp: Update invalid argument test.
1880 Add new tests for invalid arguments.
1881
1882 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1883
1884 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1885 Return 0 as a long.
1886 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1887
1888 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1889
1890 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1891 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1892 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1893 func ().
1894 * gdb.cp/shadow.cc (B.func): Return 0.
1895
1896 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1897
1898 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1899 expected output in gdb_expect call to allow the exception
1900 message to be present as well. Fix syntax confusion to avoid
1901 TCL thinking that exception_name is an array.
1902
1903 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1904
1905 * gdb.arch/spu-info.c: Include <unistd.h>.
1906 (do_signal_test): Fix broken calls to write.
1907 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1908 Fix checks for empty mailboxes. Update signal tests for corrected
1909 do_signal_test routine. Allow nonzero event status.
1910 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1911 * gdb.cell/arch.exp: Use standard_output_file.
1912 * gdb.cell/break.exp: Likewise.
1913 * gdb.cell/bt.exp: Likewise.
1914 * gdb.cell/core.exp: Likewise.
1915 * gdb.cell/dwarfaddr.exp: Likewise.
1916 * gdb.cell/ea-cache.exp: Likewise.
1917 * gdb.cell/ea-standalone.exp: Likewise.
1918 * gdb.cell/f-regs.exp: Likewise.
1919 * gdb.cell/fork.exp: Likewise.
1920 * gdb.cell/gcore.exp: Likewise.
1921 * gdb.cell/mem-access.exp: Likewise.
1922 * gdb.cell/ptype.exp: Likewise.
1923 * gdb.cell/registers.exp: Likewise.
1924 * gdb.cell/sizeof.exp: Likewise.
1925 * gdb.cell/solib-symbol.exp: Likewise.
1926 * gdb.cell/solib.exp: Likewise.
1927
1928 2017-11-25 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.base/complete-empty.exp: New file.
1931 * gdb.base/completion.exp: Adjust.
1932
1933 2017-11-25 Pedro Alves <palves@redhat.com>
1934
1935 * gdb.linespec/cpls-ops.cc: New file.
1936 * gdb.linespec/cpls-ops.exp: New file.
1937 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1938 factored out from ...
1939 (test_complete_prefix_range): ... this.
1940
1941 2017-11-24 Pedro Alves <palves@redhat.com>
1942
1943 * gdb.linespec/cpcompletion.exp: New file.
1944 * gdb.linespec/cpls-hyphen.cc: New file.
1945 * gdb.linespec/cpls.cc: New file.
1946 * gdb.linespec/cpls2.cc: New file.
1947 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1948 test to use test_gdb_complete_unique. Add label completion,
1949 keyword completion and explicit location completion tests.
1950 * lib/completion-support.exp: New file.
1951
1952 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1953
1954 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1955 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1956 when hitting an exception catchpoint.
1957
1958 2017-11-22 Yao Qi <yao.qi@linaro.org>
1959
1960 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1961
1962 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1963
1964 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1965 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1966 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1967
1968 2017-11-22 Yao Qi <yao.qi@linaro.org>
1969
1970 * gdb.base/info-os.exp: Pass pthreads.
1971 * gdb.multi/multi-attach.exp: Likewise.
1972
1973 2017-11-22 Yao Qi <yao.qi@linaro.org>
1974
1975 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1976 compiler.
1977
1978 2017-11-22 Yao Qi <yao.qi@linaro.org>
1979
1980 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1981 * gdb.base/break-interp.exp: Likewise.
1982 * gdb.base/jit-attach-pie.exp: Likewise.
1983
1984 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1985
1986 * gdb.base/float128.c (large128): New variable.
1987 * gdb.base/float128.exp: Add test to print largest __float128 value.
1988
1989 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1990
1991 * gdb.arch/vsx-regs.exp: Update register content checks.
1992
1993 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1994
1995 * gdb.arch/ppc-longdouble.exp: New file.
1996 * gdb.arch/ppc-longdouble.c: Likewise.
1997
1998 2017-11-21 Pedro Alves <palves@redhat.com>
1999
2000 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2001
2002 2017-11-20 Pedro Alves <palves@redhat.com>
2003
2004 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2005 (long_double_typedef): New typedefs.
2006 Use DEF on double and long double.
2007 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2008 cases.
2009 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2010 and 'long_double_ptr_same_size' locals. Use them to decide
2011 whether cast from array/function to float is valid/invalid.
2012
2013 2017-11-17 Tom Tromey <tom@tromey.com>
2014
2015 * gdb.rust/traits.rs: New file.
2016 * gdb.rust/traits.exp: New file.
2017
2018 2017-11-17 Joel Brobecker <brobecker@adacore.com>
2019
2020 * gdb.ada/minsyms: New testcase.
2021
2022 2017-11-16 Pedro Alves <palves@redhat.com>
2023
2024 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2025 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2026
2027 2017-11-16 Pedro Alves <palves@redhat.com>
2028
2029 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2030 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2031
2032 2017-11-16 Pedro Alves <palves@redhat.com>
2033
2034 * gdb.server/reconnect-ctrl-c.c: New file.
2035 * gdb.server/reconnect-ctrl-c.exp: New file.
2036
2037 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2038
2039 * gdb.python/py-rbreak.exp: New file.
2040 * gdb.python/py-rbreak.c: New file.
2041 * gdb.python/py-rbreak-func2.c: New file.
2042
2043 2017-11-16 Pedro Alves <palves@redhat.com>
2044
2045 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2046 pattern.
2047 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2048 GDB.
2049
2050 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2051
2052 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2053 regex.
2054
2055 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2056
2057 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2058 test names.
2059
2060 2017-11-09 Pedro Alves <palves@redhat.com>
2061
2062 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2063 factored out from ...
2064 (top level): ... here, and adjusted to avoid expecting beyond the
2065 prompt in a single gdb_test_multiple.
2066
2067 2017-11-09 Pedro Alves <palves@redhat.com>
2068
2069 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2070 output.
2071 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2072 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2073 * gdb.server/ext-run.exp ("kill" test): Likewise.
2074 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2075
2076 2017-11-09 Pedro Alves <palves@redhat.com>
2077
2078 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2079 match till end of line.
2080
2081 2017-11-09 Pedro Alves <palves@redhat.com>
2082
2083 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2084
2085 2017-11-09 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2088 New procedures, factored out from ...
2089 (top level): ... here, and adjusted to avoid expecting beyond the
2090 prompt in one go.
2091
2092 2017-11-09 Pedro Alves <palves@redhat.com>
2093
2094 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2095 output. Fix '?' match.
2096
2097 2017-11-08 Joel Brobecker <brobecker@adacore.com>
2098
2099 * gdb.ada/scoped_watch: New testcase.
2100 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2101 which is actually correct.
2102 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2103 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2104
2105 2017-11-08 Pedro Alves <palves@redhat.com>
2106
2107 * gdb.gdb/complaints.exp (test_initial_complaints)
2108 (test_serial_complaints, test_short_complaints): Call
2109 complaint_internal instead of complaint.
2110
2111 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2112
2113 * gdb.threads/tls-core.c: New file.
2114 * gdb.threads/tls-core.exp: Likewise.
2115
2116 2017-11-08 Pedro Alves <palves@redhat.com>
2117
2118 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2119 (p Exported_Capitalized): New test.
2120 (p exported_capitalized): New test.
2121
2122 2017-11-07 Pedro Alves <palves@redhat.com>
2123
2124 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2125
2126 2017-11-07 Pedro Alves <palves@redhat.com>
2127
2128 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2129 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2130 (disable_invalid, disable_inverted, disable_negative): New
2131 procedures.
2132 ("bad numbers"): New set of tests.
2133
2134 2017-11-07 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.cp/ena-dis-br-range.exp: Add tests.
2137
2138 2017-11-07 Pedro Alves <palves@redhat.com>
2139
2140 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2141
2142 2017-11-07 Xavier Roirand <roirand@adacore.com>
2143 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.base/ena-dis-br.exp: Add reference to
2146 gdb.cp/ena-dis-br-range.exp.
2147 * gdb.cp/ena-dis-br-range.exp: New file.
2148 * gdb.cp/ena-dis-br-range.cc: New file.
2149
2150 2017-11-06 Pedro Alves <palves@redhat.com>
2151
2152 * gdb.base/attach-non-pgrp-leader.c: New.
2153 * gdb.base/attach-non-pgrp-leader.exp: New.
2154
2155 2017-11-06 Pedro Alves <palves@redhat.com>
2156
2157 * configure.ac: No longer check for termio.h and sgtty.h.
2158 * configure: Regenerate.
2159 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2160 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2161 Remove termio and sgtty code.
2162
2163 2017-11-03 Yao Qi <yao.qi@linaro.org>
2164
2165 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2166 in GDB is disabled.
2167
2168 2017-11-03 Yao Qi <yao.qi@linaro.org>
2169
2170 * gdb.python/py-thrhandle.exp: Skip it if python is not
2171 enabled.
2172
2173 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2174
2175 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2176 as a breakpoint command.
2177
2178 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2179
2180 PR python/21213
2181 * gdb.python/py-infthread.exp: Test calling
2182 InferiorThread.inferior () multiple times in a row.
2183
2184 2017-10-27 Keith Seitz <keiths@redhat.com>
2185
2186 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2187 Test "info break" for every inlined function breakpoint.
2188
2189 2017-10-27 Yao Qi <yao.qi@linaro.org>
2190
2191 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2192
2193 2017-10-26 Patrick Frants <osscontribute@gmail.com>
2194
2195 * gdb.cp/classes.exp (test_static_members): Test printing
2196 Outer::instance.
2197 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2198 (Inner::instance, Outer::instance): New.
2199
2200 2017-10-24 Pedro Alves <palves@redhat.com>
2201
2202 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2203 extra console" test in two stages.
2204
2205 2017-10-24 Pedro Alves <palves@redhat.com>
2206
2207 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2208
2209 2017-10-24 Pedro Alves <palves@redhat.com>
2210
2211 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2212 loop.
2213
2214 2017-10-24 Pedro Alves <palves@redhat.com>
2215
2216 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2217 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2218
2219 2017-10-24 Pedro Alves <palves@redhat.com>
2220
2221 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2222 parameter and handle it. Don't output read value in test name.
2223
2224 2017-10-24 Pedro Alves <palves@redhat.com>
2225
2226 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2227 custom test name.
2228
2229 2017-10-24 Pedro Alves <palves@redhat.com>
2230
2231 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2232 include the unstable output directory name in the test's name.
2233 (initial_setup_simple) <'set args'>: Use custom test name.
2234
2235 2017-10-24 Pedro Alves <palves@redhat.com>
2236
2237 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2238 with explicit test name.
2239
2240 2017-10-20 Pedro Alves <palves@redhat.com>
2241
2242 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2243 'wait -i'. Use gdb_assert and remote_close.
2244
2245 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2246
2247 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2248 number from variable rather than hard-coded.
2249
2250 2017-10-19 Pedro Alves <palves@redhat.com>
2251
2252 * gdb.base/long-inferior-output.c: New file.
2253 * gdb.base/long-inferior-output.exp: New file.
2254
2255 2017-11-18 Keith Seitz <keiths@redhat.com>
2256
2257 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2258 method.
2259 (main): Call it.
2260 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2261 Add additional user-defined conversion operator tests.
2262
2263 2017-10-17 Pedro Alves <palves@redhat.com>
2264
2265 * boards/native-stdio-gdbserver.exp: Load "local-board".
2266
2267 2017-10-17 Pedro Alves <palves@redhat.com>
2268
2269 * gdb.base/quit-live.c: New file.
2270 * gdb.base/quit-live.exp: New file.
2271
2272 2017-10-16 Keith Seitz <keiths@redhat.com>
2273
2274 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2275 (class_with_protected_typedef, class_with_private_typedef)
2276 (struct_with_public_typedef, struct_with_protected_typedef)
2277 (struct_with_private_typedef): New classes/structs.
2278 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2279 typedefs and access specifiers.
2280
2281 2017-10-16 Pedro Alves <palves@redhat.com>
2282 Simon Marchi <simon.marchi@polymtl.ca>
2283
2284 * README (Local vs Remote vs Native): New section.
2285 * boards/local-board.exp: New file, with bits factored out from
2286 ...
2287 * boards/native-extended-gdbserver.exp: ... here. Load
2288 "local-board".
2289 * boards/native-gdbserver.exp: Load "local-board".
2290 (${board}_spawn, ${board}_exec): Delete.
2291 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2292 ...
2293 * boards/stdio-gdbserver-base.exp: ... this new file.
2294 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2295 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2296 procedure.
2297 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2298 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2299 stdio_gdbserver_command.
2300 (${board}_get_remote_address, ${board}_get_comm_port)
2301 (${board}_download, ${board}_upload): Delete.
2302 (get_target_remote_pipe_cmd): New.
2303
2304 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2305
2306 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2307 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2308 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2309 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2310 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2311 remove with_test_prefix.
2312
2313 2017-10-13 Pedro Alves <palves@redhat.com>
2314
2315 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2316 * gdb.base/annota1.exp: Use it instead of is_remote.
2317 * gdb.base/annota3.exp: Use it instead of is_remote.
2318 * gdb.cp/annota2.exp: Use it instead of is_remote.
2319 * gdb.cp/annota3.exp: Use it instead of is_remote.
2320 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2321
2322 2017-10-13 Pedro Alves <palves@redhat.com>
2323
2324 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2325 (test_num_test_vars, run_and_count_vars, find_env)
2326 (test_set_unset_env, test_inherit_env_var): New procedures.
2327 (top level): Use them.
2328
2329 2017-10-13 Pedro Alves <palves@redhat.com>
2330
2331 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2332 also skip on stub-like targets.
2333
2334 2017-10-13 Pedro Alves <palves@redhat.com>
2335
2336 PR gdb/22293
2337 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2338 (top level): Move some tests to ...
2339 (test_not_found): ... this new procedure.
2340 (top level): Call it.
2341
2342 2017-10-13 Pedro Alves <palves@redhat.com>
2343
2344 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2345 expect different "info terminal" output if testing with a
2346 non-native target.
2347
2348 2017-10-13 Pedro Alves <palves@redhat.com>
2349 Simon Marchi <simon.marchi@polymtl.ca>
2350
2351 PR python/12966
2352 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2353
2354 2017-10-13 Pedro Alves <palves@redhat.com>
2355
2356 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2357 already.
2358
2359 2017-10-13 Pedro Alves <palves@redhat.com>
2360
2361 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2362 is_remote.
2363
2364 2017-10-13 Pedro Alves <palves@redhat.com>
2365
2366 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2367 is_remote.
2368
2369 2017-10-13 Pedro Alves <palves@redhat.com>
2370
2371 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2372 is set.
2373 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2374 instead of is_remote.
2375
2376 2017-10-13 Pedro Alves <palves@redhat.com>
2377
2378 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2379 (top level): Add comment.
2380
2381 2017-10-13 Pedro Alves <palves@redhat.com>
2382
2383 * gdb.base/remote.exp (top level): Fix comment typo and add
2384 missing return.
2385
2386 2017-10-13 Pedro Alves <palves@redhat.com>
2387 Simon Marchi <simon.marchi@polymtl.ca>
2388
2389 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2390 calls and add comments. Skip test if use_gdb_stub is set.
2391 (top level): Use "set cwd" command instead of "cd" command.
2392
2393 2017-10-13 Pedro Alves <palves@redhat.com>
2394
2395 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2396 is_remote target check.
2397
2398 2017-10-13 Pedro Alves <palves@redhat.com>
2399
2400 * gdb.base/scope.exp: Use build_executable + clean_restart +
2401 gdb_file_cmd instead of prepare_for_testing and no longer skip
2402 "before run" tests on is_remote target boards. Update comments.
2403 * boards/native-extended-gdbserver.exp
2404 (extended_gdbserver_load_last_file): New, factored out from ...
2405 (gdb_load): ... this. Move further below and add comment.
2406 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2407
2408 2017-10-12 Pedro Alves <palves@redhat.com>
2409
2410 * gdb.base/attach.exp: Remove references to gdb64.
2411 * gdb.base/dbx.exp: Remove references to gdb64.
2412
2413 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2414 Pedro Alves <palves@redhat.com>
2415
2416 * gdb.base/label.exp: Remove is_remote target check.
2417
2418 2017-10-12 Pedro Alves <palves@redhat.com>
2419
2420 * gdb.base/auvx.exp (coredir): Update comment.
2421 (top level) <core_works>: Use "set cwd" command instead of "cd"
2422 command.
2423
2424 2017-10-12 Pedro Alves <palves@redhat.com>
2425 Simon Marchi <simon.marchi@polymtl.ca>
2426
2427 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2428 target boards.
2429
2430 2017-10-12 Pedro Alves <palves@redhat.com>
2431 Simon Marchi <simon.marchi@polymtl.ca>
2432
2433 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2434 Instead skip if there's any gdb_protocol set.
2435
2436 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2437 Pedro Alves <palves@redhat.com>
2438
2439 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2440
2441 2017-10-12 Pedro Alves <palves@redhat.com>
2442 Simon Marchi <simon.marchi@polymtl.ca>
2443
2444 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2445 instead of on dejagnu remote boards.
2446
2447 2017-10-12 Pedro Alves <palves@redhat.com>
2448 Simon Marchi <simon.marchi@polymtl.ca>
2449
2450 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2451 checks. Use build_executable + clean_restart instead of
2452 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2453 of enabling non-stop after starting gdb.
2454
2455 2017-10-12 Pedro Alves <palves@redhat.com>
2456
2457 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2458 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2459 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2460 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2461
2462 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2463
2464 * gdb.arch/arc-tdesc-cpu.exp: New file.
2465 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2466
2467 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2468
2469 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2470
2471 2017-10-10 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2474 expect CLI output.
2475
2476 2017-10-10 Pedro Alves <palves@redhat.com>
2477
2478 * lib/selftest-support.exp (selftest_setup): Update for
2479 captured_command_loop's prototype change.
2480
2481 2017-10-09 Pedro Alves <palves@redhat.com>
2482
2483 Test both arch1=>arch2 and arch2=>arch1.
2484
2485 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2486 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2487 factored out to...
2488 (append_arch1_options, append_arch2_options, append_arch_options)
2489 (build_executables): New procedures.
2490 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2491 local.
2492 (top level): Add new 'first_arch' testing axis.
2493
2494 2017-10-09 Pedro Alves <palves@redhat.com>
2495
2496 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2497 (barrier): New.
2498 (thread_start, all_started): New functions.
2499 (main): Spawn new thread and wait until it is scheduled.
2500 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2501 option.
2502 (do_test): Add 'selected_thread' parameter. Run to all_started
2503 instead of main. Explicitly set the breakpoint at main. Switch
2504 to the SELECTED_THREAD thread.
2505 (top level): Test handling the exec event with either the main
2506 thread or the second thread selected.
2507
2508 2017-10-09 Pedro Alves <palves@redhat.com>
2509
2510 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2511 logic. Move STOP marker after the value checks.
2512 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2513 regexp.
2514
2515 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2516
2517 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2518
2519 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2520
2521 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2522 integer-to-dfp conversion.
2523 * gdb.base/dfp-test.exp: Likewise.
2524
2525 2017-10-04 Pedro Alves <palves@redhat.com>
2526
2527 * gdb.multi/hangout.c: Include <unistd.h>.
2528 (hangout_loop): New function.
2529 (main): Call alarm. Call hangout_loop in a loop.
2530 * gdb.multi/hello.c: Include <unistd.h>.
2531 (hello_loop): New function.
2532 (main): Call alarm. Call hangout_loop in a loop.
2533 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2534 inferior with the other selected.
2535
2536 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2537
2538 * gdb.mi/list-thread-groups-available.exp: New file.
2539 * gdb.mi/list-thread-groups-available.c: New file.
2540
2541 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2542
2543 * gdb.base/set-cwd.exp: Make it available on
2544 native-extended-gdbserver.
2545
2546 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2547
2548 * gdb.base/set-cwd.c: New file.
2549 * gdb.base/set-cwd.exp: Likewise.
2550
2551 2017-10-02 Tom Tromey <tom@tromey.com>
2552
2553 PR rust/22236:
2554 * gdb.rust/simple.rs (main): New variable "fslice".
2555 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2556
2557 2017-10-02 Tom Tromey <tom@tromey.com>
2558
2559 * gdb.rust/simple.exp: Test ptype of a slice.
2560
2561 2017-10-02 Tom Tromey <tom@tromey.com>
2562
2563 * gdb.rust/simple.exp: Test index of slice.
2564
2565 2017-09-27 Tom Tromey <tom@tromey.com>
2566
2567 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2568
2569 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2570 Pedro Alves <palves@redhat.com>
2571
2572 * gdb.base/compare-sections.exp (get value of read-only section): Read
2573 as unsigned value.
2574 (corrupt read-only section): Likewise and don't set written if patching
2575 failed.
2576
2577 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2578
2579 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2580 files.
2581
2582 2017-09-20 Pedro Alves <palves@redhat.com>
2583
2584 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2585 symbol names in gdb's output.
2586 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2587
2588 2017-09-20 Pedro Alves <palves@redhat.com>
2589
2590 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2591 Rename to ...
2592 (test_list_ambiguous_symbol): ... this and add a symbol name
2593 parameter. Adjust.
2594 (test_list_ambiguous_function): Reimplement on top of
2595 test_list_ambiguous_symbol and also test listing ambiguous
2596 variables.
2597 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2598 (ambiguous_fun): ... this.
2599 (ambiguous_var): New.
2600 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2601 (ambiguous_fun): ... this.
2602 (ambiguous_var): New.
2603
2604 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2605
2606 * gdb.base/starti.c: New file.
2607 * gdb.base/starti.exp: New file.
2608 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2609
2610 2017-09-14 Pedro Alves <palves@redhat.com>
2611
2612 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2613 (top level): Use it instead of runto.
2614
2615 2017-09-11 Tom Tromey <tom@tromey.com>
2616
2617 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2618
2619 2017-09-11 Tom Tromey <tom@tromey.com>
2620
2621 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2622 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2623
2624 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2625
2626 * gdb.fortran/printing-types.exp: New file.
2627 * gdb.fortran/printing-types.exp: New file.
2628
2629 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2630
2631 * gdb.fortran/vla-ptype.exp: Fix typos.
2632 * gdb.fortran/vla-value.exp: Same.
2633
2634 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2635
2636 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2637 * gdb.mi/mi-var-child-f.exp: Likewise.
2638 * gdb.mi/mi-vla-fortran.exp: Likewise.
2639
2640 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2641 Christoph Weinmann <christoph.t.weinmann@intel.com>
2642 Bernhard Heckel <bernhard.heckel@intel.com>
2643
2644 * gdb.fortran/ptr-indentation.f90: New file.
2645 * gdb.fortran/ptr-indentation.exp: New file.
2646
2647 2017-09-05 Tom Tromey <tom@tromey.com>
2648
2649 PR gdb/22010:
2650 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2651
2652 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2653
2654 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2655
2656 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2657
2658 * gdb.threads/tls-nodebug-pie.c: New file.
2659 * gdb.threads/tls-nodebug-pie.exp: New file.
2660
2661 2017-09-05 Tom Tromey <tom@tromey.com>
2662
2663 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2664 for rust.
2665
2666 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2667
2668 * gdb.multi/multi-arch-exec.exp: Test with different
2669 "follow-exec-mode" settings.
2670 (do_test): New procedure.
2671
2672 2017-09-04 Pedro Alves <palves@redhat.com>
2673
2674 * gdb.base/func-static.c (S::method const, S::method volatile)
2675 (S::method volatile const): New methods.
2676 (c_s, v_s, cv_s): New instances.
2677 (main): Call method() on them.
2678 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2679 (cannot_resolve): New procedure.
2680 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2681 print-quote-unquoted columns.
2682 (do_test): Test printing each scope too.
2683
2684 2017-09-04 Pedro Alves <palves@redhat.com>
2685
2686 * gdb.base/local-static.exp: Also test with
2687 class::method::variable wholly quoted.
2688 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2689
2690 2017-09-04 Pedro Alves <palves@redhat.com>
2691
2692 * gdb.base/local-static.c: New.
2693 * gdb.base/local-static.cc: New.
2694 * gdb.base/local-static.exp: New.
2695
2696 2017-09-04 Pedro Alves <palves@redhat.com>
2697
2698 * gdb.asm/asm-source.exp: Add casts to int.
2699 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2700 (dataglobal64_1, dataglobal64_2): New globals.
2701 * gdb.base/nodebug.exp: Test different expressions involving the
2702 new globals, with print, whatis and ptype. Add casts to int.
2703 * gdb.base/solib-display.exp: Add casts to int.
2704 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2705 * gdb.cp/m-static.exp: Add cast to int.
2706 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2707 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2708 tls variable with no debug info without a cast. Test with a cast
2709 to int too.
2710 * gdb.trace/entry-values.exp: Add casts.
2711
2712 2017-09-04 Pedro Alves <palves@redhat.com>
2713
2714 * gdb.base/nodebug.exp: Test that ptype's error about functions
2715 with unknown return type includes the function name too.
2716
2717 2017-09-04 Pedro Alves <palves@redhat.com>
2718
2719 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2720 return type of munmap in infcall.
2721 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2722 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2723 type of ftell in infcall.
2724 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2725 type of getpid in infcall.
2726 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2727 infcall.
2728 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2729 Bail on failure to extract the pid.
2730 * gdb.base/nodebug.c: #include <stdint.h>.
2731 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2732 New functions.
2733 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2734 Change expected output of print/whatis/ptype with functions with
2735 no debug info. Test all supported languages. Call
2736 test_call_promotion.
2737 * gdb.compile/compile.exp: Adjust expected output to expect
2738 warning.
2739 * gdb.threads/siginfo-threads.exp: Likewise.
2740
2741 2017-09-04 Pedro Alves <palves@redhat.com>
2742
2743 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2744 "prototypes". Test calling float functions via prototyped and
2745 unprototyped function pointers.
2746 (perform_all_tests): New parameter "prototypes". Pass it down.
2747 (top level): Pass down "prototypes" parameter to
2748 perform_all_tests.
2749
2750 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2751
2752 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2753 Test with nested loops.
2754
2755 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2756
2757 * gdb.base/commands.exp: Call the new procedures.
2758 (loop_break_test, loop_continue_test): New procedures.
2759
2760 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2761
2762 * gdb.base/commands.exp: Call new procedure.
2763 (define_if_without_arg_test): New procedure.
2764
2765 2017-09-04 Pedro Alves <palves@redhat.com>
2766
2767 * gdb.base/list-ambiguous.exp: New file.
2768 * gdb.base/list-ambiguous0.c: New file.
2769 * gdb.base/list-ambiguous1.c: New file.
2770 * gdb.base/list.exp (test_list_range): Adjust expected output.
2771
2772 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2773
2774 * gdb.base/share-env-with-gdbserver.c: New file.
2775 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2776
2777 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2778
2779 * gdb.base/commands.exp (gdbvar_simple_if_test,
2780 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2781 progvar_simple_if_test, progvar_simple_while_test,
2782 progvar_complex_if_while_test, user_defined_command_test,
2783 user_defined_command_args_eval,
2784 user_defined_command_args_stack_test,
2785 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2786 temporary_breakpoint_commands,
2787 gdb_test_no_prompt, redefine_hook_test,
2788 redefine_backtrace_test): Remove "global gdb_prompt".
2789
2790 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2791
2792 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2793 New proc, call it from toplevel.
2794
2795 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2796
2797 PR remote/21852
2798 * gdb.server/normal.c: New file, copied from gdb.base.
2799 * gdb.server/run-without-local-binary.exp: New file.
2800
2801 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2802
2803 * gdb.arch/sparc64-adi.exp: New file.
2804 * gdb.arch/sparc64-adi.c: New file.
2805
2806 2017-08-22 Pedro Alves <palves@redhat.com>
2807
2808 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2809 (top level): Add "list all overloads" tests.
2810
2811 2017-08-22 Tom Tromey <tom@tromey.com>
2812
2813 * gdb.gdb/xfullpath.exp: Remove.
2814
2815 2017-08-21 Pedro Alves <palves@redhat.com>
2816
2817 PR gdb/19487
2818 * gdb.base/symbol-alias.c: New.
2819 * gdb.base/symbol-alias2.c: New.
2820 * gdb.base/symbol-alias.exp: New.
2821
2822 2017-08-21 Pedro Alves <palves@redhat.com>
2823
2824 * gdb.base/dfp-test.c
2825 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2826 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2827 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2828 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2829 * gdb.base/whatis-ptype-typedefs.c: New.
2830 * gdb.base/whatis-ptype-typedefs.exp: New.
2831 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2832 (an_int, an_int_type, an_int_type2): New globals.
2833 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2834 involving typedefs and cast expressions.
2835 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2836 (lookup_typedefs_function): New.
2837 (typedefs_pretty_printers_dict): New.
2838 (top level): Register lookup_typedefs_function in
2839 gdb.pretty_printers.
2840
2841 2017-08-18 Yao Qi <yao.qi@linaro.org>
2842
2843 * gdb.server/unittest.exp: New.
2844
2845 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2846
2847 PR gdb/21954
2848 * gdb.base/environ.exp: Add test to check if 'unset environment'
2849 works.
2850
2851 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2852
2853 * lib/gdb.exp (universal_compile_options): New caching proc.
2854 (gdb_compile): Suppress GCC's coloring of messages.
2855
2856 2017-08-14 Tom Tromey <tom@tromey.com>
2857
2858 PR gdb/21675:
2859 * gdb.base/printcmds.exp (test_radices): New function.
2860 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2861 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2862 * lib/gdb.exp (get_integer_valueof): Use p/d.
2863
2864 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2865
2866 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2867 characters.
2868
2869 2017-08-05 Tom Tromey <tom@tromey.com>
2870
2871 * gdb.rust/simple.exp: Allow String to appear in a different
2872 namespace.
2873
2874 2017-07-26 Yao Qi <yao.qi@linaro.org>
2875
2876 * gdb.gdb/unittest.exp: Invoke command
2877 "maintenance check xml-descriptions".
2878
2879 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2880
2881 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2882 calling context.
2883 (hex128): Drop erroneous calculation of parameters.
2884
2885 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2886
2887 * gdb.python/py-unwind.exp: Disable stack protection when
2888 building test file.
2889
2890 2017-07-20 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.base/default.exp (set language): Adjust expected output.
2893
2894 2017-07-20 Pedro Alves <palves@redhat.com>
2895
2896 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2897 (test_minsym): ... this, and make static.
2898 (get_pck__foo__bar__minsym): Rename to ...
2899 (get_test_minsym): ... this.
2900 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2901 symbol names and comments.
2902 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2903 (get_test_minsym): ... this.
2904 (pck__foo__bar__minsym__2): Rename to ...
2905 (test_minsym): ... this.
2906 (main): Adjust.
2907
2908 2017-07-17 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.base/completion.exp: Adjust expected output.
2911 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2912 the completer works.
2913
2914 2017-07-17 Pedro Alves <palves@redhat.com>
2915
2916 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2917
2918 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2919
2920 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2921
2922 2017-07-14 Tom Tromey <tom@tromey.com>
2923
2924 PR rust/21764:
2925 * gdb.rust/simple.exp: Add tests.
2926
2927 2017-07-14 Tom Tromey <tom@tromey.com>
2928
2929 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2930
2931 2017-07-14 Pedro Alves <palves@redhat.com>
2932
2933 * gdb.linespec/base/one/thefile.cc (z1): New function.
2934 * gdb.linespec/base/two/thefile.cc (z2): New function.
2935 * gdb.linespec/linespec.exp: Add tests.
2936
2937 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2938
2939 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2940 to mi_create_breakpoint.
2941
2942 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2943
2944 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2945 mi_create_breakpoint.
2946
2947 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2948
2949 * gdb.dlang/demangle.exp: Update for demangling changes.
2950
2951 2017-07-09 Tom Tromey <tom@tromey.com>
2952
2953 * gdb.dwarf2/shortpiece.exp: New file.
2954
2955 2017-07-06 David Blaikie <dblaikie@gmail.com>
2956
2957 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2958 built from fissiont-multi-cu{1,2}.c.
2959 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2960 except putting 'main' and 'func' in separate CUs in the same DWO file.
2961 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2962 test.
2963 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2964 test.
2965
2966 2017-07-06 Pedro Alves <palves@redhat.com>
2967
2968 * gdb.python/py-unwind.exp: Test flushregs.
2969
2970 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2971
2972 PR cli/21688
2973 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2974 tests for alias commands and trailing whitespace.
2975
2976 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2977
2978 PR cli/21688
2979 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2980 procedure. Call it.
2981
2982 2017-06-29 Pedro Alves <palves@redhat.com>
2983
2984 * gdb.base/printcmds.exp: Add tests.
2985
2986 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2987
2988 PR gdb/21337
2989 * gdb.base/reread-readsym.exp: New file.
2990 * gdb.base/reread-readsym.c: New file.
2991
2992 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2993
2994 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2995 subpattern.
2996
2997 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2998
2999 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3000 extended mnemonic.
3001 * gdb.arch/powerpc-power9.s: Likewise.
3002
3003 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3004
3005 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3006 on 32-bit x86 targets. Exploit is_*_target macros where
3007 appropriate.
3008
3009 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3010
3011 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3012 register pieces.
3013
3014 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3015
3016 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3017 located in one or more DWARF pieces.
3018
3019 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3020
3021 * lib/gdb.exp (get_endianness): New proc.
3022 * gdb.arch/aarch64-fp.exp: Use it.
3023 * gdb.arch/altivec-regs.exp: Likewise.
3024 * gdb.arch/e500-regs.exp: Likewise.
3025 * gdb.arch/vsx-regs.exp: Likewise.
3026 * gdb.base/dump.exp: Likewise.
3027 * gdb.base/funcargs.exp: Likewise.
3028 * gdb.base/gnu_vector.exp: Likewise.
3029 * gdb.dwarf2/formdata16.exp: Likewise.
3030 * gdb.dwarf2/implptrpiece.exp: Likewise.
3031 * gdb.dwarf2/nonvar-access.exp: Likewise.
3032 * gdb.python/py-inferior.exp: Likewise.
3033 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3034
3035 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3036
3037 PR gdb/21226
3038 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3039 stack value pieces are taken from the LSB end.
3040
3041 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3042
3043 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3044 variable at nonzero offset.
3045
3046 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3047
3048 * gdb.dwarf2/var-access.c: New file.
3049 * gdb.dwarf2/var-access.exp: New test.
3050 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3051
3052 2017-06-12 Tom Tromey <tom@tromey.com>
3053
3054 * gdb.dwarf2/formdata16.exp: Add tests.
3055
3056 2017-06-12 Tom Tromey <tom@tromey.com>
3057
3058 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3059
3060 2017-06-12 Tom Tromey <tom@tromey.com>
3061
3062 PR exp/16225:
3063 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3064 * gdb.arch/vsx-regs.exp: Update tests.
3065 * gdb.arch/s390-vregs.exp (hex128): New proc.
3066 Update test.
3067 * gdb.arch/altivec-regs.exp: Update tests.
3068
3069 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3070
3071 * gdb.base/startup-with-shell.c: New file.
3072 * gdb.base/startup-with-shell.exp: Likewise.
3073
3074 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3075
3076 * gdb.server/non-existing-program.exp: Update regex in order to
3077 reflect the fact that gdbserver is now using fork_inferior (with a
3078 shell) to startup the inferior.
3079
3080 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3081
3082 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3083 support function calls from GDB.
3084
3085 2017-05-21 Tom Tromey <tom@tromey.com>
3086
3087 PR rust/21466:
3088 * gdb.rust/unsized.exp: New file.
3089 * gdb.rust/unsized.rs: New file.
3090
3091 2017-05-19 Tom Tromey <tom@tromey.com>
3092
3093 PR rust/21484:
3094 * gdb.rust/watch.exp: New file.
3095 * gdb.rust/watch.rs: New file.
3096
3097 2017-05-18 Tom Tromey <tom@tromey.com>
3098
3099 * gdb.rust/simple.exp: Allow Box to be qualified.
3100
3101 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3102
3103 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3104
3105 2017-05-18 Pedro Alves <palves@redhat.com>
3106
3107 * gdb.base/fileio.c (test_write, test_read, test_close)
3108 (test_fstat): Don't print 'ret' in the fail path.
3109
3110 2017-05-18 Pedro Alves <palves@redhat.com>
3111
3112 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3113 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3114 (test_system, test_rename, test_unlink, test_time): Change
3115 prototypes.
3116 * gdb.base/fileio.exp (stop_msg): Adjust.
3117
3118 2017-05-18 Pedro Alves <palves@redhat.com>
3119
3120 * gdb.base/fileio.c (null_str): New global.
3121 (test_stat): Use it.
3122 * gdb.base/fileio.exp: Remove nowarnings.
3123
3124 2017-05-17 Yao Qi <yao.qi@linaro.org>
3125
3126 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3127
3128 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3129
3130 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3131 argument command.
3132 (top-level): Invoke test_set_inferior_tty.
3133
3134 2017-05-04 Pedro Alves <palves@redhat.com>
3135
3136 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3137 Add parens to print call for Python 3.
3138
3139 2017-05-03 Keith Seitz <keiths@redhat.com>
3140
3141 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3142 (main): Call it.
3143
3144 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3145
3146 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3147 to prev and next.
3148
3149 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3150
3151 * gdb.python/py-record-btrace.exp: Remove test for
3152 gdb.BtraceInstruction.error.
3153
3154 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3155
3156 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3157
3158 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3159
3160 * gdb.python/py-record-btrace-threads.c: New file.
3161 * gdb.python/py-record-btrace-threads.exp: New file.
3162
3163 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3164
3165 PR testsuite/8595
3166 * gdb.base/environ.exp: Make test available in all architectures.
3167 Move bits related to "info program" testing to
3168 gdb.base/info-program.exp. Rewrite tests to use the two new
3169 procedures mentione below.
3170 (test_set_show_env_var) New procedure.
3171 (test_set_show_env_var_equal): Likewise.
3172 * gdb.base/info-program.exp: New file.
3173
3174 2017-04-27 Keith Seitz <keiths@redhat.com>
3175
3176 * gdb.cp/oranking.cc (test15): New function.
3177 (main): Call test15 and declare additional variables for testing.
3178 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3179 "p foo101('abc')" tests.
3180 Add tests for cv qualifier overloads.
3181 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3182 "lvalue reference overload" test.
3183 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3184 "print value of f1 on Child&& in f2" test.
3185
3186 2017-04-19 Pedro Alves <palves@redhat.com>
3187
3188 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3189 procedure.
3190 (top level): Call it.
3191 * lib/gdb.exp (gdb_define_cmd): New procedure.
3192
3193 2017-04-12 Pedro Alves <palves@redhat.com>
3194
3195 PR gdb/21323
3196 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3197 (wchar): New global.
3198 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3199 (do_test_wide_char, wide_char_types_no_program, top level): Add
3200 wchar_t testing.
3201
3202 2017-04-12 Pedro Alves <palves@redhat.com>
3203
3204 PR c++/21323
3205 * gdb.cp/wide_char_types.c: New file.
3206 * gdb.cp/wide_char_types.exp: New file.
3207
3208 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3209
3210 PR gdb/21352
3211 * gdb.trace/tsv.exp: Add test for "tsave -r".
3212
3213 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3214
3215 * gdb.dlang/watch-loc.c: New file.
3216 * gdb.dlang/watch-loc.exp: New file.
3217
3218 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3219
3220 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3221
3222 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3223
3224 * gdb.arch/arc-analyze-prologue.S: New file.
3225 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3226
3227 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3228
3229 * gdb.arch/arc-decode-insn.S: New file.
3230 * gdb.arch/arc-decode-insn.exp: Likewise.
3231
3232 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3233
3234 PR tdep/20928
3235 * gdb.arch/sparc64-regs.exp: New file.
3236 * gdb.arch/sparc64-regs.S: Likewise.
3237
3238 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3239
3240 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3241 and memory view on Python 3.
3242
3243 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
3244 Keith Seitz <keiths@redhat.com>
3245
3246 PR gdb/14441
3247 * gdb.cp/demangle.exp: Add rvalue reference tests.
3248 * gdb.cp/rvalue-ref-casts.cc: New file.
3249 * gdb.cp/rvalue-ref-casts.exp: New file.
3250 * gdb.cp/rvalue-ref-overload.cc: New file.
3251 * gdb.cp/rvalue-ref-overload.exp: New file.
3252 * gdb.cp/rvalue-ref-params.cc: New file.
3253 * gdb.cp/rvalue-ref-params.exp: New file.
3254 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3255 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3256 * gdb.cp/rvalue-ref-types.cc: New file.
3257 * gdb.cp/rvalue-ref-types.exp: New file.
3258 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3259 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3260
3261 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3262
3263 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3264 New procedure.
3265
3266 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3267
3268 * lib/mi-support.exp (mi_gdb_test): Add additional message
3269 for unexpected output.
3270
3271 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3272
3273 * gdb.base/examine-backward.c (Barrier): New character array
3274 constant, to ensure that TestStrings is preceded by a string
3275 terminator.
3276
3277 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3278
3279 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3280 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3281 and implicit pointer into such a location.
3282
3283 2017-03-16 Doug Evans <dje@google.com>
3284
3285 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3286
3287 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3288
3289 * gdb.cp/m-static.exp: Fix expectation for prototype of
3290 test5.single_constructor and single_constructor::single_constructor.
3291
3292 2017-03-16 Doug Evans <dje@google.com>
3293
3294 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3295 * gdb.guile/scm-lazy-string.c: New file.
3296 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3297 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3298 for pointer, array, typedef lazy strings.
3299
3300 2017-03-16 Doug Evans <dje@google.com>
3301
3302 PR python/17728, python/18439, python/18779
3303 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3304 * gdb.python/py-lazy-string.c (pointer): New typedef.
3305 (main): New locals ptr, array, typedef_ptr.
3306 * gdb.python/py-value.exp: Move lazy string tests to ...
3307 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3308 array, typedef lazy strings.
3309
3310 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3311
3312 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3313 Add optional 'test' parameter.
3314
3315 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3316
3317 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3318 Skip for versions of DejaGnu < 1.5.
3319
3320 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3321
3322 * lib/gdb.exp (dejagnu_version): New proc.
3323 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3324 Use dejagnu_version.
3325
3326 2017-03-10 Keith Seitz <keiths@redhat.com>
3327
3328 PR c++/8128
3329 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3330 type from destructor regexps.
3331 Add a branch which actually passes the test.
3332 Adjust "ptype t5i" test names.
3333
3334 2017-03-08 Pedro Alves <palves@redhat.com>
3335
3336 * gdb.base/step-over-exit.exp: Add explicit test message.
3337
3338 2017-03-08 Pedro Alves <palves@redhat.com>
3339
3340 PR gdb/18360
3341 * gdb.threads/interrupt-while-step-over.c: New file.
3342 * gdb.threads/interrupt-while-step-over.exp: New file.
3343
3344 2017-03-08 Pedro Alves <palves@redhat.com>
3345
3346 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3347 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3348
3349 2017-03-08 Pedro Alves <palves@redhat.com>
3350
3351 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3352 PKRU as not supported as a PASS.
3353
3354 2017-03-08 Pedro Alves <palves@redhat.com>
3355
3356 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3357 prefix instead of $binfile1/$binfile2.
3358 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3359 in test message.
3360 * gdb.python/py-completion.exp: Use "load python file" as test
3361 messages instead of unstable path names.
3362
3363 2017-03-08 Pedro Alves <palves@redhat.com>
3364 Jan Kratochvil <jan.kratochvil@redhat.com>
3365
3366 PR cli/21218
3367 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3368 New proc.
3369 (top level): Call it.
3370
3371 2017-03-08 Pedro Alves <palves@redhat.com>
3372
3373 PR tui/21216
3374 * gdb.tui/tui-nl-filtered-output.exp: New file.
3375
3376 2017-03-08 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.base/completion.exp: Move TUI completion tests to ...
3379 * gdb.tui/completion.exp: ... this new file.
3380
3381 2017-03-08 Pedro Alves <palves@redhat.com>
3382
3383 * gdb.base/tui-disasm-long-lines.c,
3384 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3385 gdb.base/tui-layout.exp: Move to ...
3386 * gdb.tui/: ... this new directory.
3387
3388 2017-03-07 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.base/tui-layout.c: New file.
3391 * gdb.base/tui-layout.exp: New file.
3392
3393 2017-03-07 Pedro Alves <palves@redhat.com>
3394
3395 * gdb.base/tui-layout.c: Rename to ...
3396 * gdb.base/tui-disasm-long-lines.c: ... this.
3397 * gdb.base/tui-layout.exp: Rename to ...
3398 * gdb.base/tui-disasm-long-lines.exp: ... this.
3399
3400 2017-03-07 Pedro Alves <palves@redhat.com>
3401
3402 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3403
3404 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3405
3406 * i386-mpx-call.c: New file.
3407 * i386-mpx-call.exp: New file.
3408
3409 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3410
3411 * gdb.arch/powerpc-power.exp: Delete test.
3412 * gdb.arch/powerpc-power.s: Likewise.
3413 * gdb.disasm/disassembler-options.exp: New test.
3414 * gdb.arch/powerpc-altivec.exp: Likewise.
3415 * gdb.arch/powerpc-altivec.s: Likewise.
3416 * gdb.arch/powerpc-altivec2.exp: Likewise.
3417 * gdb.arch/powerpc-altivec2.s: Likewise.
3418 * gdb.arch/powerpc-altivec3.exp: Likewise.
3419 * gdb.arch/powerpc-altivec3.s: Likewise.
3420 * gdb.arch/powerpc-power7.exp: Likewise.
3421 * gdb.arch/powerpc-power7.s: Likewise.
3422 * gdb.arch/powerpc-power8.exp: Likewise.
3423 * gdb.arch/powerpc-power8.s: Likewise.
3424 * gdb.arch/powerpc-power9.exp: Likewise.
3425 * gdb.arch/powerpc-power9.s: Likewise.
3426 * gdb.arch/powerpc-vsx.exp: Likewise.
3427 * gdb.arch/powerpc-vsx.s: Likewise.
3428 * gdb.arch/powerpc-vsx2.exp: Likewise.
3429 * gdb.arch/powerpc-vsx2.s: Likewise.
3430 * gdb.arch/powerpc-vsx3.exp: Likewise.
3431 * gdb.arch/powerpc-vsx3.s: Likewise.
3432 * gdb.arch/arm-disassembler-options.exp: Likewise.
3433 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3434 * gdb.arch/s390-disassembler-options.exp: Likewise.
3435
3436 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3437
3438 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3439 (check_supported_features): ... this. Changed return type to void.
3440 (supports_rdseed): New static global.
3441 (rdseed): Check supports_rdseed.
3442 (initialize): Call check_supported_features.
3443
3444 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3445
3446 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3447 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3448 and lqarx/stqcx.
3449 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3450 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3451
3452 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3453
3454 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3455 uppercase.
3456
3457 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3458
3459 * gdb.dwarf2/formdata16.c: New file.
3460 * gdb.dwarf2/formdata16.exp: New file.
3461 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3462
3463 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3464
3465 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3466 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3467 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3468 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3469 DW_AT_GNU_*.
3470
3471 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3472
3473 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3474
3475 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3476
3477 PR gdb/21164
3478 * gdb.base/maint.exp: Add testcases for when the commands do
3479 not have arguments.
3480
3481 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3482
3483 * gdb.cp/chained-calls.exp: Use p instead of P.
3484
3485 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3486
3487 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3488 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3489
3490 2017-02-14 Tom Tromey <tom@tromey.com>
3491
3492 PR python/13598:
3493 * gdb.python/py-events.exp: Add before_prompt event tests.
3494
3495 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3496
3497 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3498
3499 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3500
3501 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3502 (main): Call my_unique_function_name.
3503 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3504 completion of patterns with a single match.
3505 Add missing -re switches to gdb_test_multiple calls.
3506
3507 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3508
3509 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3510 return if core file is not recognized.
3511
3512 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3513
3514 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3515 and extra UIs.
3516
3517 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3518
3519 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3520 proc_with_prefix.
3521
3522 2017-02-10 Tom Tromey <tom@tromey.com>
3523
3524 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3525
3526 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3527
3528 PR gdb/21122
3529 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3530
3531 2017-02-08 Jerome Guitton <guitton@adacore.com>
3532
3533 * gdb.base/define.exp: Add test for command abbreviations
3534 in define.
3535
3536 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3537
3538 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3539 * gdb.reverse/insn-reverse-x86.c: New file.
3540
3541 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3542
3543 PR tdep/20936
3544 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3545
3546 2017-02-03 Tom Tromey <tom@tromey.com>
3547
3548 PR rust/21097:
3549 * gdb.rust/simple.exp: Add new tests.
3550
3551 2017-02-02 Pedro Alves <palves@redhat.com>
3552
3553 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3554 tests.
3555
3556 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3557
3558 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3559 taking a 2-byte value out of a 4-byte DWARF implicit value on
3560 big-endian targets.
3561 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3562 logic. Add test cases for DW_OP_implicit.
3563
3564 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3565
3566 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3567
3568 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3569
3570 * gdb.btrace/enable.exp: Call gdb_exit before
3571 skip_gdbserver_tests.
3572
3573 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3574
3575 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3576 GDBFLAGS.
3577
3578 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3579
3580 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3581 the test is skipped.
3582 * gdb.btrace/data.exp: Likewise.
3583 * gdb.btrace/delta.exp: Likewise.
3584 * gdb.btrace/dlopen.exp: Likewise.
3585 * gdb.btrace/enable-running.exp: Likewise.
3586 * gdb.btrace/enable.exp: Likewise.
3587 * gdb.btrace/exception.exp: Likewise.
3588 * gdb.btrace/function_call_history.exp: Likewise.
3589 * gdb.btrace/gcore.exp: Likewise.
3590 * gdb.btrace/instruction_history.exp: Likewise.
3591 * gdb.btrace/multi-thread-step.exp: Likewise.
3592 * gdb.btrace/nohist.exp: Likewise.
3593 * gdb.btrace/non-stop.exp: Likewise.
3594 * gdb.btrace/reconnect.exp: Likewise.
3595 * gdb.btrace/record_goto-step.exp: Likewise.
3596 * gdb.btrace/record_goto.exp: Likewise.
3597 * gdb.btrace/rn-dl-bind.exp: Likewise.
3598 * gdb.btrace/segv.exp: Likewise.
3599 * gdb.btrace/step.exp: Likewise.
3600 * gdb.btrace/stepi.exp: Likewise.
3601 * gdb.btrace/tailcall-only.exp: Likewise.
3602 * gdb.btrace/tailcall.exp: Likewise.
3603 * gdb.btrace/tsx.exp: Likewise.
3604 * gdb.btrace/unknown_functions.exp: Likewise.
3605 * gdb.btrace/vdso.exp: Likewise.
3606
3607 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3608
3609 * gdb.btrace/enable-running.c: New.
3610 * gdb.btrace/enable-running.exp: New.
3611
3612 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3613
3614 * gdb.arch/amd64-gs_base.c: New file.
3615 * gdb.arch/amd64-gs_base.exp: New file.
3616
3617 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3618
3619 * lib/memory.exp: Remove spurious empty newlines.
3620
3621 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3622
3623 * gdb.python/py-bad-printers.exp: Load python file using "source".
3624 * gdb.python/py-events.exp: Likewise.
3625 * gdb.python/py-evsignal.exp: Likewise.
3626 * gdb.python/py-evthreads.exp: Likewise.
3627 * gdb.python/py-frame-args.exp: Likewise.
3628 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3629 * gdb.python/py-framefilter-mi.exp: Likewise.
3630 * gdb.python/py-framefilter.exp: Likewise.
3631 * gdb.python/py-mi.exp: Likewise.
3632 * gdb.python/py-pp-maint.exp: Likewise.
3633 * gdb.python/py-pp-registration.exp: Likewise.
3634 * gdb.python/py-prettyprint.exp: Likewise.
3635 (run_lang_tests): Likewise.
3636 * gdb.python/py-typeprint.exp: Likewise.
3637
3638 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3639
3640 * lib/memory.exp: New file.
3641 * lib/gdb.exp: Load memory.exp.
3642 * gdb.base/memattr.exp (delete_memory): Move proc to
3643 lib/memory.exp and rename to delete_memory_regions.
3644 Replace delete_memory with delete_memory_regions.
3645 Cleanup memory regions before tests.
3646 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3647 before tests.
3648
3649 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3650
3651 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3652 files.
3653 (initialize): New function conditionally defined.
3654 (testcases): Move within conditional block.
3655 (main): Call initialize.
3656 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3657 of gdb.reverse/insn-reverse.c.
3658 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3659 gdb.reverse/insn-reverse.c.
3660
3661 2017-01-26 Yao Qi <yao.qi@linaro.org>
3662
3663 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3664 disassemble on address 0.
3665
3666 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3667 Yao Qi <yao.qi@linaro.org>
3668
3669 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3670 * gdb.dwarf2/implptr-64bit.S: Remove.
3671 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3672 variables in caller's context. Add DW_OP_implicit_value.
3673
3674 2017-01-25 Yao Qi <yao.qi@linaro.org>
3675
3676 * lib/dwarf.exp (Dwarf::_location): Handle
3677 DW_OP_GNU_implicit_pointer with proper size.
3678
3679 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3680
3681 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3682 and add untested calls.
3683
3684 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3685
3686 * gdb.python/python.exp: Check line number against what GDB thinks
3687 the line number is for func1.
3688
3689 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3690
3691 * gdb.dlang/debug-expr.exp: New file.
3692
3693 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3694
3695 Fix test names for the following files:
3696
3697 * gdb.ada/exec_changed.exp
3698 * gdb.ada/info_types.exp
3699 * gdb.arch/aarch64-atomic-inst.exp
3700 * gdb.arch/aarch64-fp.exp
3701 * gdb.arch/altivec-abi.exp
3702 * gdb.arch/altivec-regs.exp
3703 * gdb.arch/amd64-byte.exp
3704 * gdb.arch/amd64-disp-step.exp
3705 * gdb.arch/amd64-dword.exp
3706 * gdb.arch/amd64-entry-value-inline.exp
3707 * gdb.arch/amd64-entry-value-param.exp
3708 * gdb.arch/amd64-entry-value-paramref.exp
3709 * gdb.arch/amd64-entry-value.exp
3710 * gdb.arch/amd64-i386-address.exp
3711 * gdb.arch/amd64-invalid-stack-middle.exp
3712 * gdb.arch/amd64-invalid-stack-top.exp
3713 * gdb.arch/amd64-optimout-repeat.exp
3714 * gdb.arch/amd64-prologue-skip.exp
3715 * gdb.arch/amd64-prologue-xmm.exp
3716 * gdb.arch/amd64-stap-special-operands.exp
3717 * gdb.arch/amd64-stap-wrong-subexp.exp
3718 * gdb.arch/amd64-tailcall-cxx.exp
3719 * gdb.arch/amd64-tailcall-noret.exp
3720 * gdb.arch/amd64-tailcall-ret.exp
3721 * gdb.arch/amd64-tailcall-self.exp
3722 * gdb.arch/amd64-word.exp
3723 * gdb.arch/arm-bl-branch-dest.exp
3724 * gdb.arch/arm-disp-step.exp
3725 * gdb.arch/arm-neon.exp
3726 * gdb.arch/arm-single-step-kernel-helper.exp
3727 * gdb.arch/avr-flash-qualifier.exp
3728 * gdb.arch/disp-step-insn-reloc.exp
3729 * gdb.arch/e500-abi.exp
3730 * gdb.arch/e500-regs.exp
3731 * gdb.arch/ftrace-insn-reloc.exp
3732 * gdb.arch/i386-avx512.exp
3733 * gdb.arch/i386-bp_permanent.exp
3734 * gdb.arch/i386-byte.exp
3735 * gdb.arch/i386-cfi-notcurrent.exp
3736 * gdb.arch/i386-disp-step.exp
3737 * gdb.arch/i386-dr3-watch.exp
3738 * gdb.arch/i386-float.exp
3739 * gdb.arch/i386-gnu-cfi.exp
3740 * gdb.arch/i386-mpx-map.exp
3741 * gdb.arch/i386-mpx-sigsegv.exp
3742 * gdb.arch/i386-mpx-simple_segv.exp
3743 * gdb.arch/i386-mpx.exp
3744 * gdb.arch/i386-permbkpt.exp
3745 * gdb.arch/i386-prologue.exp
3746 * gdb.arch/i386-signal.exp
3747 * gdb.arch/i386-size-overlap.exp
3748 * gdb.arch/i386-unwind.exp
3749 * gdb.arch/i386-word.exp
3750 * gdb.arch/mips-fcr.exp
3751 * gdb.arch/powerpc-d128-regs.exp
3752 * gdb.arch/powerpc-stackless.exp
3753 * gdb.arch/ppc64-atomic-inst.exp
3754 * gdb.arch/s390-stackless.exp
3755 * gdb.arch/s390-tdbregs.exp
3756 * gdb.arch/s390-vregs.exp
3757 * gdb.arch/sparc-sysstep.exp
3758 * gdb.arch/thumb-bx-pc.exp
3759 * gdb.arch/thumb-singlestep.exp
3760 * gdb.arch/thumb2-it.exp
3761 * gdb.arch/vsx-regs.exp
3762 * gdb.asm/asm-source.exp
3763 * gdb.base/a2-run.exp
3764 * gdb.base/advance.exp
3765 * gdb.base/all-bin.exp
3766 * gdb.base/anon.exp
3767 * gdb.base/args.exp
3768 * gdb.base/arithmet.exp
3769 * gdb.base/async-shell.exp
3770 * gdb.base/async.exp
3771 * gdb.base/attach-pie-noexec.exp
3772 * gdb.base/attach-twice.exp
3773 * gdb.base/auto-load.exp
3774 * gdb.base/bang.exp
3775 * gdb.base/bitfields.exp
3776 * gdb.base/break-always.exp
3777 * gdb.base/break-caller-line.exp
3778 * gdb.base/break-entry.exp
3779 * gdb.base/break-inline.exp
3780 * gdb.base/break-on-linker-gcd-function.exp
3781 * gdb.base/break-probes.exp
3782 * gdb.base/break.exp
3783 * gdb.base/breakpoint-shadow.exp
3784 * gdb.base/call-ar-st.exp
3785 * gdb.base/call-sc.exp
3786 * gdb.base/call-signal-resume.exp
3787 * gdb.base/call-strs.exp
3788 * gdb.base/callfuncs.exp
3789 * gdb.base/catch-fork-static.exp
3790 * gdb.base/catch-gdb-caused-signals.exp
3791 * gdb.base/catch-load.exp
3792 * gdb.base/catch-signal-fork.exp
3793 * gdb.base/catch-signal.exp
3794 * gdb.base/catch-syscall.exp
3795 * gdb.base/charset.exp
3796 * gdb.base/checkpoint.exp
3797 * gdb.base/chng-syms.exp
3798 * gdb.base/code-expr.exp
3799 * gdb.base/code_elim.exp
3800 * gdb.base/commands.exp
3801 * gdb.base/completion.exp
3802 * gdb.base/complex.exp
3803 * gdb.base/cond-expr.exp
3804 * gdb.base/condbreak.exp
3805 * gdb.base/consecutive.exp
3806 * gdb.base/continue-all-already-running.exp
3807 * gdb.base/coredump-filter.exp
3808 * gdb.base/corefile.exp
3809 * gdb.base/dbx.exp
3810 * gdb.base/debug-expr.exp
3811 * gdb.base/define.exp
3812 * gdb.base/del.exp
3813 * gdb.base/disabled-location.exp
3814 * gdb.base/disasm-end-cu.exp
3815 * gdb.base/disasm-optim.exp
3816 * gdb.base/display.exp
3817 * gdb.base/duplicate-bp.exp
3818 * gdb.base/ena-dis-br.exp
3819 * gdb.base/ending-run.exp
3820 * gdb.base/enumval.exp
3821 * gdb.base/environ.exp
3822 * gdb.base/eu-strip-infcall.exp
3823 * gdb.base/eval-avoid-side-effects.exp
3824 * gdb.base/eval-skip.exp
3825 * gdb.base/exitsignal.exp
3826 * gdb.base/expand-psymtabs.exp
3827 * gdb.base/filesym.exp
3828 * gdb.base/find-unmapped.exp
3829 * gdb.base/finish.exp
3830 * gdb.base/float.exp
3831 * gdb.base/foll-exec-mode.exp
3832 * gdb.base/foll-exec.exp
3833 * gdb.base/foll-fork.exp
3834 * gdb.base/fortran-sym-case.exp
3835 * gdb.base/freebpcmd.exp
3836 * gdb.base/func-ptr.exp
3837 * gdb.base/func-ptrs.exp
3838 * gdb.base/funcargs.exp
3839 * gdb.base/gcore-buffer-overflow.exp
3840 * gdb.base/gcore-relro-pie.exp
3841 * gdb.base/gcore-relro.exp
3842 * gdb.base/gcore.exp
3843 * gdb.base/gdb1090.exp
3844 * gdb.base/gdb11530.exp
3845 * gdb.base/gdb11531.exp
3846 * gdb.base/gdb1821.exp
3847 * gdb.base/gdbindex-stabs.exp
3848 * gdb.base/gdbvars.exp
3849 * gdb.base/hbreak.exp
3850 * gdb.base/hbreak2.exp
3851 * gdb.base/included.exp
3852 * gdb.base/infcall-input.exp
3853 * gdb.base/inferior-died.exp
3854 * gdb.base/infnan.exp
3855 * gdb.base/info-macros.exp
3856 * gdb.base/info-os.exp
3857 * gdb.base/info-proc.exp
3858 * gdb.base/info-shared.exp
3859 * gdb.base/info-target.exp
3860 * gdb.base/infoline.exp
3861 * gdb.base/interp.exp
3862 * gdb.base/interrupt.exp
3863 * gdb.base/jit-reader.exp
3864 * gdb.base/jit-simple.exp
3865 * gdb.base/kill-after-signal.exp
3866 * gdb.base/kill-detach-inferiors-cmd.exp
3867 * gdb.base/label.exp
3868 * gdb.base/langs.exp
3869 * gdb.base/ldbl_e308.exp
3870 * gdb.base/line-symtabs.exp
3871 * gdb.base/linespecs.exp
3872 * gdb.base/list.exp
3873 * gdb.base/long_long.exp
3874 * gdb.base/longest-types.exp
3875 * gdb.base/maint.exp
3876 * gdb.base/max-value-size.exp
3877 * gdb.base/memattr.exp
3878 * gdb.base/mips_pro.exp
3879 * gdb.base/morestack.exp
3880 * gdb.base/moribund-step.exp
3881 * gdb.base/multi-forks.exp
3882 * gdb.base/nested-addr.exp
3883 * gdb.base/nextoverexit.exp
3884 * gdb.base/noreturn-finish.exp
3885 * gdb.base/noreturn-return.exp
3886 * gdb.base/nostdlib.exp
3887 * gdb.base/offsets.exp
3888 * gdb.base/opaque.exp
3889 * gdb.base/pc-fp.exp
3890 * gdb.base/permissions.exp
3891 * gdb.base/print-symbol-loading.exp
3892 * gdb.base/prologue-include.exp
3893 * gdb.base/psymtab.exp
3894 * gdb.base/ptype.exp
3895 * gdb.base/random-signal.exp
3896 * gdb.base/randomize.exp
3897 * gdb.base/range-stepping.exp
3898 * gdb.base/readline-ask.exp
3899 * gdb.base/recpar.exp
3900 * gdb.base/recurse.exp
3901 * gdb.base/relational.exp
3902 * gdb.base/restore.exp
3903 * gdb.base/return-nodebug.exp
3904 * gdb.base/return.exp
3905 * gdb.base/run-after-attach.exp
3906 * gdb.base/save-bp.exp
3907 * gdb.base/scope.exp
3908 * gdb.base/sect-cmd.exp
3909 * gdb.base/set-lang-auto.exp
3910 * gdb.base/set-noassign.exp
3911 * gdb.base/setvar.exp
3912 * gdb.base/sigall.exp
3913 * gdb.base/sigbpt.exp
3914 * gdb.base/siginfo-addr.exp
3915 * gdb.base/siginfo-infcall.exp
3916 * gdb.base/siginfo-obj.exp
3917 * gdb.base/siginfo.exp
3918 * gdb.base/signals-state-child.exp
3919 * gdb.base/signest.exp
3920 * gdb.base/sigstep.exp
3921 * gdb.base/sizeof.exp
3922 * gdb.base/skip.exp
3923 * gdb.base/solib-corrupted.exp
3924 * gdb.base/solib-nodir.exp
3925 * gdb.base/solib-search.exp
3926 * gdb.base/stack-checking.exp
3927 * gdb.base/stale-infcall.exp
3928 * gdb.base/stap-probe.exp
3929 * gdb.base/start.exp
3930 * gdb.base/step-break.exp
3931 * gdb.base/step-bt.exp
3932 * gdb.base/step-line.exp
3933 * gdb.base/step-over-exit.exp
3934 * gdb.base/step-over-syscall.exp
3935 * gdb.base/step-resume-infcall.exp
3936 * gdb.base/step-test.exp
3937 * gdb.base/store.exp
3938 * gdb.base/structs3.exp
3939 * gdb.base/sym-file.exp
3940 * gdb.base/symbol-without-target_section.exp
3941 * gdb.base/term.exp
3942 * gdb.base/testenv.exp
3943 * gdb.base/ui-redirect.exp
3944 * gdb.base/until.exp
3945 * gdb.base/unwindonsignal.exp
3946 * gdb.base/value-double-free.exp
3947 * gdb.base/vla-datatypes.exp
3948 * gdb.base/vla-ptr.exp
3949 * gdb.base/vla-sideeffect.exp
3950 * gdb.base/volatile.exp
3951 * gdb.base/watch-cond-infcall.exp
3952 * gdb.base/watch-cond.exp
3953 * gdb.base/watch-non-mem.exp
3954 * gdb.base/watch-read.exp
3955 * gdb.base/watch-vfork.exp
3956 * gdb.base/watchpoint-cond-gone.exp
3957 * gdb.base/watchpoint-delete.exp
3958 * gdb.base/watchpoint-hw-hit-once.exp
3959 * gdb.base/watchpoint-hw.exp
3960 * gdb.base/watchpoint-stops-at-right-insn.exp
3961 * gdb.base/watchpoints.exp
3962 * gdb.base/wchar.exp
3963 * gdb.base/whatis-exp.exp
3964 * gdb.btrace/buffer-size.exp
3965 * gdb.btrace/data.exp
3966 * gdb.btrace/delta.exp
3967 * gdb.btrace/dlopen.exp
3968 * gdb.btrace/enable.exp
3969 * gdb.btrace/exception.exp
3970 * gdb.btrace/function_call_history.exp
3971 * gdb.btrace/gcore.exp
3972 * gdb.btrace/instruction_history.exp
3973 * gdb.btrace/nohist.exp
3974 * gdb.btrace/reconnect.exp
3975 * gdb.btrace/record_goto-step.exp
3976 * gdb.btrace/record_goto.exp
3977 * gdb.btrace/rn-dl-bind.exp
3978 * gdb.btrace/segv.exp
3979 * gdb.btrace/step.exp
3980 * gdb.btrace/stepi.exp
3981 * gdb.btrace/tailcall-only.exp
3982 * gdb.btrace/tailcall.exp
3983 * gdb.btrace/tsx.exp
3984 * gdb.btrace/unknown_functions.exp
3985 * gdb.btrace/vdso.exp
3986 * gdb.compile/compile-ifunc.exp
3987 * gdb.compile/compile-ops.exp
3988 * gdb.compile/compile-print.exp
3989 * gdb.compile/compile-setjmp.exp
3990 * gdb.cp/abstract-origin.exp
3991 * gdb.cp/ambiguous.exp
3992 * gdb.cp/annota2.exp
3993 * gdb.cp/annota3.exp
3994 * gdb.cp/anon-ns.exp
3995 * gdb.cp/anon-struct.exp
3996 * gdb.cp/anon-union.exp
3997 * gdb.cp/arg-reference.exp
3998 * gdb.cp/baseenum.exp
3999 * gdb.cp/bool.exp
4000 * gdb.cp/breakpoint.exp
4001 * gdb.cp/bs15503.exp
4002 * gdb.cp/call-c.exp
4003 * gdb.cp/casts.exp
4004 * gdb.cp/chained-calls.exp
4005 * gdb.cp/class2.exp
4006 * gdb.cp/classes.exp
4007 * gdb.cp/cmpd-minsyms.exp
4008 * gdb.cp/converts.exp
4009 * gdb.cp/cp-relocate.exp
4010 * gdb.cp/cpcompletion.exp
4011 * gdb.cp/cpexprs.exp
4012 * gdb.cp/cplabel.exp
4013 * gdb.cp/cplusfuncs.exp
4014 * gdb.cp/cpsizeof.exp
4015 * gdb.cp/ctti.exp
4016 * gdb.cp/derivation.exp
4017 * gdb.cp/destrprint.exp
4018 * gdb.cp/dispcxx.exp
4019 * gdb.cp/enum-class.exp
4020 * gdb.cp/exception.exp
4021 * gdb.cp/exceptprint.exp
4022 * gdb.cp/expand-psymtabs-cxx.exp
4023 * gdb.cp/expand-sals.exp
4024 * gdb.cp/extern-c.exp
4025 * gdb.cp/filename.exp
4026 * gdb.cp/formatted-ref.exp
4027 * gdb.cp/fpointer.exp
4028 * gdb.cp/gdb1355.exp
4029 * gdb.cp/gdb2495.exp
4030 * gdb.cp/hang.exp
4031 * gdb.cp/impl-this.exp
4032 * gdb.cp/infcall-dlopen.exp
4033 * gdb.cp/inherit.exp
4034 * gdb.cp/iostream.exp
4035 * gdb.cp/koenig.exp
4036 * gdb.cp/local.exp
4037 * gdb.cp/m-data.exp
4038 * gdb.cp/m-static.exp
4039 * gdb.cp/mb-ctor.exp
4040 * gdb.cp/mb-inline.exp
4041 * gdb.cp/mb-templates.exp
4042 * gdb.cp/member-name.exp
4043 * gdb.cp/member-ptr.exp
4044 * gdb.cp/meth-typedefs.exp
4045 * gdb.cp/method.exp
4046 * gdb.cp/method2.exp
4047 * gdb.cp/minsym-fallback.exp
4048 * gdb.cp/misc.exp
4049 * gdb.cp/namelessclass.exp
4050 * gdb.cp/namespace-enum.exp
4051 * gdb.cp/namespace-nested-import.exp
4052 * gdb.cp/namespace.exp
4053 * gdb.cp/nextoverthrow.exp
4054 * gdb.cp/no-dmgl-verbose.exp
4055 * gdb.cp/non-trivial-retval.exp
4056 * gdb.cp/noparam.exp
4057 * gdb.cp/nsdecl.exp
4058 * gdb.cp/nsimport.exp
4059 * gdb.cp/nsnested.exp
4060 * gdb.cp/nsnoimports.exp
4061 * gdb.cp/nsrecurs.exp
4062 * gdb.cp/nsstress.exp
4063 * gdb.cp/nsusing.exp
4064 * gdb.cp/operator.exp
4065 * gdb.cp/oranking.exp
4066 * gdb.cp/overload-const.exp
4067 * gdb.cp/overload.exp
4068 * gdb.cp/ovldbreak.exp
4069 * gdb.cp/ovsrch.exp
4070 * gdb.cp/paren-type.exp
4071 * gdb.cp/parse-lang.exp
4072 * gdb.cp/pass-by-ref.exp
4073 * gdb.cp/pr-1023.exp
4074 * gdb.cp/pr-1210.exp
4075 * gdb.cp/pr-574.exp
4076 * gdb.cp/pr10687.exp
4077 * gdb.cp/pr12028.exp
4078 * gdb.cp/pr17132.exp
4079 * gdb.cp/pr17494.exp
4080 * gdb.cp/pr9067.exp
4081 * gdb.cp/pr9167.exp
4082 * gdb.cp/pr9631.exp
4083 * gdb.cp/printmethod.exp
4084 * gdb.cp/psmang.exp
4085 * gdb.cp/psymtab-parameter.exp
4086 * gdb.cp/ptype-cv-cp.exp
4087 * gdb.cp/ptype-flags.exp
4088 * gdb.cp/re-set-overloaded.exp
4089 * gdb.cp/ref-types.exp
4090 * gdb.cp/rtti.exp
4091 * gdb.cp/scope-err.exp
4092 * gdb.cp/shadow.exp
4093 * gdb.cp/smartp.exp
4094 * gdb.cp/static-method.exp
4095 * gdb.cp/static-print-quit.exp
4096 * gdb.cp/temargs.exp
4097 * gdb.cp/templates.exp
4098 * gdb.cp/try_catch.exp
4099 * gdb.cp/typedef-operator.exp
4100 * gdb.cp/typeid.exp
4101 * gdb.cp/userdef.exp
4102 * gdb.cp/using-crash.exp
4103 * gdb.cp/var-tag.exp
4104 * gdb.cp/virtbase.exp
4105 * gdb.cp/virtfunc.exp
4106 * gdb.cp/virtfunc2.exp
4107 * gdb.cp/vla-cxx.exp
4108 * gdb.disasm/t01_mov.exp
4109 * gdb.disasm/t02_mova.exp
4110 * gdb.disasm/t03_add.exp
4111 * gdb.disasm/t04_sub.exp
4112 * gdb.disasm/t05_cmp.exp
4113 * gdb.disasm/t06_ari2.exp
4114 * gdb.disasm/t07_ari3.exp
4115 * gdb.disasm/t08_or.exp
4116 * gdb.disasm/t09_xor.exp
4117 * gdb.disasm/t10_and.exp
4118 * gdb.disasm/t11_logs.exp
4119 * gdb.disasm/t12_bit.exp
4120 * gdb.disasm/t13_otr.exp
4121 * gdb.dlang/circular.exp
4122 * gdb.dwarf2/arr-stride.exp
4123 * gdb.dwarf2/arr-subrange.exp
4124 * gdb.dwarf2/atomic-type.exp
4125 * gdb.dwarf2/bad-regnum.exp
4126 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4127 * gdb.dwarf2/callframecfa.exp
4128 * gdb.dwarf2/clztest.exp
4129 * gdb.dwarf2/corrupt.exp
4130 * gdb.dwarf2/data-loc.exp
4131 * gdb.dwarf2/dup-psym.exp
4132 * gdb.dwarf2/dw2-anon-mptr.exp
4133 * gdb.dwarf2/dw2-anonymous-func.exp
4134 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4135 * gdb.dwarf2/dw2-bad-unresolved.exp
4136 * gdb.dwarf2/dw2-basic.exp
4137 * gdb.dwarf2/dw2-canonicalize-type.exp
4138 * gdb.dwarf2/dw2-case-insensitive.exp
4139 * gdb.dwarf2/dw2-common-block.exp
4140 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4141 * gdb.dwarf2/dw2-compressed.exp
4142 * gdb.dwarf2/dw2-const.exp
4143 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4144 * gdb.dwarf2/dw2-cu-size.exp
4145 * gdb.dwarf2/dw2-dup-frame.exp
4146 * gdb.dwarf2/dw2-entry-value.exp
4147 * gdb.dwarf2/dw2-icycle.exp
4148 * gdb.dwarf2/dw2-ifort-parameter.exp
4149 * gdb.dwarf2/dw2-inline-break.exp
4150 * gdb.dwarf2/dw2-inline-param.exp
4151 * gdb.dwarf2/dw2-intercu.exp
4152 * gdb.dwarf2/dw2-intermix.exp
4153 * gdb.dwarf2/dw2-lexical-block-bare.exp
4154 * gdb.dwarf2/dw2-linkage-name-trust.exp
4155 * gdb.dwarf2/dw2-minsym-in-cu.exp
4156 * gdb.dwarf2/dw2-noloc.exp
4157 * gdb.dwarf2/dw2-op-call.exp
4158 * gdb.dwarf2/dw2-op-out-param.exp
4159 * gdb.dwarf2/dw2-opt-structptr.exp
4160 * gdb.dwarf2/dw2-param-error.exp
4161 * gdb.dwarf2/dw2-producer.exp
4162 * gdb.dwarf2/dw2-ranges-base.exp
4163 * gdb.dwarf2/dw2-ref-missing-frame.exp
4164 * gdb.dwarf2/dw2-reg-undefined.exp
4165 * gdb.dwarf2/dw2-regno-invalid.exp
4166 * gdb.dwarf2/dw2-restore.exp
4167 * gdb.dwarf2/dw2-restrict.exp
4168 * gdb.dwarf2/dw2-single-line-discriminators.exp
4169 * gdb.dwarf2/dw2-strp.exp
4170 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4171 * gdb.dwarf2/dw2-unresolved.exp
4172 * gdb.dwarf2/dw2-var-zero-addr.exp
4173 * gdb.dwarf2/dw4-sig-types.exp
4174 * gdb.dwarf2/dwz.exp
4175 * gdb.dwarf2/dynarr-ptr.exp
4176 * gdb.dwarf2/enum-type.exp
4177 * gdb.dwarf2/gdb-index.exp
4178 * gdb.dwarf2/implptr-64bit.exp
4179 * gdb.dwarf2/implptr-optimized-out.exp
4180 * gdb.dwarf2/implptr.exp
4181 * gdb.dwarf2/implref-array.exp
4182 * gdb.dwarf2/implref-const.exp
4183 * gdb.dwarf2/implref-global.exp
4184 * gdb.dwarf2/implref-struct.exp
4185 * gdb.dwarf2/mac-fileno.exp
4186 * gdb.dwarf2/main-subprogram.exp
4187 * gdb.dwarf2/member-ptr-forwardref.exp
4188 * gdb.dwarf2/method-ptr.exp
4189 * gdb.dwarf2/missing-sig-type.exp
4190 * gdb.dwarf2/nonvar-access.exp
4191 * gdb.dwarf2/opaque-type-lookup.exp
4192 * gdb.dwarf2/pieces-optimized-out.exp
4193 * gdb.dwarf2/pieces.exp
4194 * gdb.dwarf2/pr10770.exp
4195 * gdb.dwarf2/pr13961.exp
4196 * gdb.dwarf2/staticvirtual.exp
4197 * gdb.dwarf2/subrange.exp
4198 * gdb.dwarf2/symtab-producer.exp
4199 * gdb.dwarf2/trace-crash.exp
4200 * gdb.dwarf2/typeddwarf.exp
4201 * gdb.dwarf2/valop.exp
4202 * gdb.dwarf2/watch-notconst.exp
4203 * gdb.fortran/array-element.exp
4204 * gdb.fortran/charset.exp
4205 * gdb.fortran/common-block.exp
4206 * gdb.fortran/complex.exp
4207 * gdb.fortran/derived-type-function.exp
4208 * gdb.fortran/derived-type.exp
4209 * gdb.fortran/logical.exp
4210 * gdb.fortran/module.exp
4211 * gdb.fortran/multi-dim.exp
4212 * gdb.fortran/nested-funcs.exp
4213 * gdb.fortran/print-formatted.exp
4214 * gdb.fortran/subarray.exp
4215 * gdb.fortran/vla-alloc-assoc.exp
4216 * gdb.fortran/vla-datatypes.exp
4217 * gdb.fortran/vla-history.exp
4218 * gdb.fortran/vla-ptr-info.exp
4219 * gdb.fortran/vla-ptype-sub.exp
4220 * gdb.fortran/vla-ptype.exp
4221 * gdb.fortran/vla-sizeof.exp
4222 * gdb.fortran/vla-type.exp
4223 * gdb.fortran/vla-value-sub-arbitrary.exp
4224 * gdb.fortran/vla-value-sub-finish.exp
4225 * gdb.fortran/vla-value-sub.exp
4226 * gdb.fortran/vla-value.exp
4227 * gdb.fortran/whatis_type.exp
4228 * gdb.go/chan.exp
4229 * gdb.go/handcall.exp
4230 * gdb.go/hello.exp
4231 * gdb.go/integers.exp
4232 * gdb.go/methods.exp
4233 * gdb.go/package.exp
4234 * gdb.go/strings.exp
4235 * gdb.go/types.exp
4236 * gdb.go/unsafe.exp
4237 * gdb.guile/scm-arch.exp
4238 * gdb.guile/scm-block.exp
4239 * gdb.guile/scm-breakpoint.exp
4240 * gdb.guile/scm-cmd.exp
4241 * gdb.guile/scm-disasm.exp
4242 * gdb.guile/scm-equal.exp
4243 * gdb.guile/scm-frame-args.exp
4244 * gdb.guile/scm-frame-inline.exp
4245 * gdb.guile/scm-frame.exp
4246 * gdb.guile/scm-iterator.exp
4247 * gdb.guile/scm-math.exp
4248 * gdb.guile/scm-objfile.exp
4249 * gdb.guile/scm-ports.exp
4250 * gdb.guile/scm-symbol.exp
4251 * gdb.guile/scm-symtab.exp
4252 * gdb.guile/scm-value-cc.exp
4253 * gdb.guile/types-module.exp
4254 * gdb.linespec/break-ask.exp
4255 * gdb.linespec/cpexplicit.exp
4256 * gdb.linespec/explicit.exp
4257 * gdb.linespec/keywords.exp
4258 * gdb.linespec/linespec.exp
4259 * gdb.linespec/ls-dollar.exp
4260 * gdb.linespec/ls-errs.exp
4261 * gdb.linespec/skip-two.exp
4262 * gdb.linespec/thread.exp
4263 * gdb.mi/mi-async.exp
4264 * gdb.mi/mi-basics.exp
4265 * gdb.mi/mi-break.exp
4266 * gdb.mi/mi-catch-load.exp
4267 * gdb.mi/mi-cli.exp
4268 * gdb.mi/mi-cmd-param-changed.exp
4269 * gdb.mi/mi-console.exp
4270 * gdb.mi/mi-detach.exp
4271 * gdb.mi/mi-disassemble.exp
4272 * gdb.mi/mi-eval.exp
4273 * gdb.mi/mi-file-transfer.exp
4274 * gdb.mi/mi-file.exp
4275 * gdb.mi/mi-fill-memory.exp
4276 * gdb.mi/mi-inheritance-syntax-error.exp
4277 * gdb.mi/mi-linespec-err-cp.exp
4278 * gdb.mi/mi-logging.exp
4279 * gdb.mi/mi-memory-changed.exp
4280 * gdb.mi/mi-read-memory.exp
4281 * gdb.mi/mi-record-changed.exp
4282 * gdb.mi/mi-reg-undefined.exp
4283 * gdb.mi/mi-regs.exp
4284 * gdb.mi/mi-return.exp
4285 * gdb.mi/mi-reverse.exp
4286 * gdb.mi/mi-simplerun.exp
4287 * gdb.mi/mi-solib.exp
4288 * gdb.mi/mi-stack.exp
4289 * gdb.mi/mi-stepi.exp
4290 * gdb.mi/mi-syn-frame.exp
4291 * gdb.mi/mi-until.exp
4292 * gdb.mi/mi-var-block.exp
4293 * gdb.mi/mi-var-child.exp
4294 * gdb.mi/mi-var-cmd.exp
4295 * gdb.mi/mi-var-cp.exp
4296 * gdb.mi/mi-var-display.exp
4297 * gdb.mi/mi-var-invalidate.exp
4298 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4299 * gdb.mi/mi-vla-fortran.exp
4300 * gdb.mi/mi-watch.exp
4301 * gdb.mi/mi2-var-child.exp
4302 * gdb.mi/user-selected-context-sync.exp
4303 * gdb.modula2/unbounded-array.exp
4304 * gdb.multi/dummy-frame-restore.exp
4305 * gdb.multi/multi-arch-exec.exp
4306 * gdb.multi/multi-arch.exp
4307 * gdb.multi/tids.exp
4308 * gdb.multi/watchpoint-multi.exp
4309 * gdb.opencl/callfuncs.exp
4310 * gdb.opencl/convs_casts.exp
4311 * gdb.opencl/datatypes.exp
4312 * gdb.opencl/operators.exp
4313 * gdb.opencl/vec_comps.exp
4314 * gdb.opt/clobbered-registers-O2.exp
4315 * gdb.opt/inline-break.exp
4316 * gdb.opt/inline-bt.exp
4317 * gdb.opt/inline-cmds.exp
4318 * gdb.opt/inline-locals.exp
4319 * gdb.pascal/case-insensitive-symbols.exp
4320 * gdb.pascal/floats.exp
4321 * gdb.pascal/gdb11492.exp
4322 * gdb.python/lib-types.exp
4323 * gdb.python/py-arch.exp
4324 * gdb.python/py-as-string.exp
4325 * gdb.python/py-bad-printers.exp
4326 * gdb.python/py-block.exp
4327 * gdb.python/py-breakpoint-create-fail.exp
4328 * gdb.python/py-breakpoint.exp
4329 * gdb.python/py-caller-is.exp
4330 * gdb.python/py-cmd.exp
4331 * gdb.python/py-explore-cc.exp
4332 * gdb.python/py-explore.exp
4333 * gdb.python/py-finish-breakpoint.exp
4334 * gdb.python/py-finish-breakpoint2.exp
4335 * gdb.python/py-frame-args.exp
4336 * gdb.python/py-frame-inline.exp
4337 * gdb.python/py-frame.exp
4338 * gdb.python/py-framefilter-mi.exp
4339 * gdb.python/py-infthread.exp
4340 * gdb.python/py-lazy-string.exp
4341 * gdb.python/py-linetable.exp
4342 * gdb.python/py-mi-events.exp
4343 * gdb.python/py-mi-objfile.exp
4344 * gdb.python/py-mi.exp
4345 * gdb.python/py-objfile.exp
4346 * gdb.python/py-pp-integral.exp
4347 * gdb.python/py-pp-maint.exp
4348 * gdb.python/py-pp-re-notag.exp
4349 * gdb.python/py-pp-registration.exp
4350 * gdb.python/py-recurse-unwind.exp
4351 * gdb.python/py-strfns.exp
4352 * gdb.python/py-symbol.exp
4353 * gdb.python/py-symtab.exp
4354 * gdb.python/py-sync-interp.exp
4355 * gdb.python/py-typeprint.exp
4356 * gdb.python/py-unwind-maint.exp
4357 * gdb.python/py-unwind.exp
4358 * gdb.python/py-value-cc.exp
4359 * gdb.python/py-xmethods.exp
4360 * gdb.reverse/amd64-tailcall-reverse.exp
4361 * gdb.reverse/break-precsave.exp
4362 * gdb.reverse/break-reverse.exp
4363 * gdb.reverse/consecutive-precsave.exp
4364 * gdb.reverse/consecutive-reverse.exp
4365 * gdb.reverse/finish-precsave.exp
4366 * gdb.reverse/finish-reverse-bkpt.exp
4367 * gdb.reverse/finish-reverse.exp
4368 * gdb.reverse/fstatat-reverse.exp
4369 * gdb.reverse/getresuid-reverse.exp
4370 * gdb.reverse/i386-precsave.exp
4371 * gdb.reverse/i386-reverse.exp
4372 * gdb.reverse/i386-sse-reverse.exp
4373 * gdb.reverse/i387-env-reverse.exp
4374 * gdb.reverse/i387-stack-reverse.exp
4375 * gdb.reverse/insn-reverse.exp
4376 * gdb.reverse/machinestate-precsave.exp
4377 * gdb.reverse/machinestate.exp
4378 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4379 * gdb.reverse/pipe-reverse.exp
4380 * gdb.reverse/readv-reverse.exp
4381 * gdb.reverse/recvmsg-reverse.exp
4382 * gdb.reverse/rerun-prec.exp
4383 * gdb.reverse/s390-mvcle.exp
4384 * gdb.reverse/step-precsave.exp
4385 * gdb.reverse/step-reverse.exp
4386 * gdb.reverse/time-reverse.exp
4387 * gdb.reverse/until-precsave.exp
4388 * gdb.reverse/until-reverse.exp
4389 * gdb.reverse/waitpid-reverse.exp
4390 * gdb.reverse/watch-precsave.exp
4391 * gdb.reverse/watch-reverse.exp
4392 * gdb.rust/generics.exp
4393 * gdb.rust/methods.exp
4394 * gdb.rust/modules.exp
4395 * gdb.rust/simple.exp
4396 * gdb.server/connect-with-no-symbol-file.exp
4397 * gdb.server/ext-attach.exp
4398 * gdb.server/ext-restart.exp
4399 * gdb.server/ext-wrapper.exp
4400 * gdb.server/file-transfer.exp
4401 * gdb.server/server-exec-info.exp
4402 * gdb.server/server-kill.exp
4403 * gdb.server/server-mon.exp
4404 * gdb.server/wrapper.exp
4405 * gdb.stabs/exclfwd.exp
4406 * gdb.stabs/gdb11479.exp
4407 * gdb.threads/clone-new-thread-event.exp
4408 * gdb.threads/corethreads.exp
4409 * gdb.threads/current-lwp-dead.exp
4410 * gdb.threads/dlopen-libpthread.exp
4411 * gdb.threads/gcore-thread.exp
4412 * gdb.threads/sigstep-threads.exp
4413 * gdb.threads/watchpoint-fork.exp
4414 * gdb.trace/actions-changed.exp
4415 * gdb.trace/backtrace.exp
4416 * gdb.trace/change-loc.exp
4417 * gdb.trace/circ.exp
4418 * gdb.trace/collection.exp
4419 * gdb.trace/disconnected-tracing.exp
4420 * gdb.trace/ftrace.exp
4421 * gdb.trace/mi-trace-frame-collected.exp
4422 * gdb.trace/mi-trace-unavailable.exp
4423 * gdb.trace/mi-traceframe-changed.exp
4424 * gdb.trace/mi-tsv-changed.exp
4425 * gdb.trace/no-attach-trace.exp
4426 * gdb.trace/passc-dyn.exp
4427 * gdb.trace/qtro.exp
4428 * gdb.trace/range-stepping.exp
4429 * gdb.trace/read-memory.exp
4430 * gdb.trace/save-trace.exp
4431 * gdb.trace/signal.exp
4432 * gdb.trace/status-stop.exp
4433 * gdb.trace/tfile.exp
4434 * gdb.trace/trace-break.exp
4435 * gdb.trace/trace-buffer-size.exp
4436 * gdb.trace/trace-condition.exp
4437 * gdb.trace/tracefile-pseudo-reg.exp
4438 * gdb.trace/tstatus.exp
4439 * gdb.trace/unavailable.exp
4440 * gdb.trace/while-dyn.exp
4441 * gdb.trace/while-stepping.exp
4442
4443 2016-12-22 Doug Evans <xdje42@gmail.com>
4444
4445 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4446 and msymbols.
4447
4448 2016-12-19 Yao Qi <yao.qi@linaro.org>
4449
4450 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4451 (test_with_self): Don't call do_steps_and_nexts, and remove
4452 code about stepping into xmalloc.
4453
4454 2016-12-09 Yao Qi <yao.qi@linaro.org>
4455
4456 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4457
4458 2016-12-09 Yao Qi <yao.qi@linaro.org>
4459
4460 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4461
4462 2016-12-09 Pedro Alves <palves@redhat.com>
4463
4464 * gdb.base/all-architectures-0.exp: New file.
4465 * gdb.base/all-architectures-1.exp: New file.
4466 * gdb.base/all-architectures-2.exp: New file.
4467 * gdb.base/all-architectures-3.exp: New file.
4468 * gdb.base/all-architectures-4.exp: New file.
4469 * gdb.base/all-architectures-5.exp: New file.
4470 * gdb.base/all-architectures-6.exp: New file.
4471 * gdb.base/all-architectures-7.exp: New file.
4472 * gdb.base/all-architectures.exp.in: New file.
4473
4474 2016-12-09 Yao Qi <yao.qi@linaro.org>
4475
4476 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4477
4478 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4479
4480 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4481 possible.
4482 Remove useless pattern-matching code.
4483
4484 2016-12-02 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4487 procedure.
4488 (top level): Call it.
4489
4490 2016-12-02 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4493 New procedure.
4494 (top level): Call it.
4495
4496 2016-12-02 Pedro Alves <palves@redhat.com>
4497
4498 PR cli/20559
4499 * gdb.base/commands.exp (user_defined_command_args_eval): New
4500 procedure.
4501 (top level): Call it.
4502
4503 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4504
4505 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4506 timeout handling.
4507
4508 2016-12-02 Tom Tromey <tom@tromey.com>
4509
4510 * gdb.dwarf2/main-subprogram.c: New file.
4511 * gdb.dwarf2/main-subprogram.exp: New file.
4512
4513 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4514
4515 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4516 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4517 gdb_test_no_output for a couple of cases.
4518 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4519
4520 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4521
4522 Fix test names and standardize compilation error messages throughout
4523 the following files:
4524
4525 * gdb.ada/start.exp
4526 * gdb.arch/alpha-step.exp
4527 * gdb.arch/e500-prologue.exp
4528 * gdb.arch/ftrace-insn-reloc.exp
4529 * gdb.arch/gdb1291.exp
4530 * gdb.arch/gdb1431.exp
4531 * gdb.arch/gdb1558.exp
4532 * gdb.arch/i386-dr3-watch.exp
4533 * gdb.arch/i386-sse-stack-align.exp
4534 * gdb.arch/ia64-breakpoint-shadow.exp
4535 * gdb.arch/pa-nullify.exp
4536 * gdb.arch/powerpc-aix-prologue.exp
4537 * gdb.arch/thumb-bx-pc.exp
4538 * gdb.base/annota1.exp
4539 * gdb.base/annota3.exp
4540 * gdb.base/arrayidx.exp
4541 * gdb.base/assign.exp
4542 * gdb.base/attach.exp
4543 * gdb.base/auxv.exp
4544 * gdb.base/bang.exp
4545 * gdb.base/bfp-test.exp
4546 * gdb.base/bigcore.exp
4547 * gdb.base/bitfields2.exp
4548 * gdb.base/break-fun-addr.exp
4549 * gdb.base/break-probes.exp
4550 * gdb.base/call-rt-st.exp
4551 * gdb.base/callexit.exp
4552 * gdb.base/catch-fork-kill.exp
4553 * gdb.base/charset.exp
4554 * gdb.base/checkpoint.exp
4555 * gdb.base/comprdebug.exp
4556 * gdb.base/constvars.exp
4557 * gdb.base/coredump-filter.exp
4558 * gdb.base/cursal.exp
4559 * gdb.base/cvexpr.exp
4560 * gdb.base/detach.exp
4561 * gdb.base/display.exp
4562 * gdb.base/dmsym.exp
4563 * gdb.base/dprintf-pending.exp
4564 * gdb.base/dso2dso.exp
4565 * gdb.base/dtrace-probe.exp
4566 * gdb.base/dump.exp
4567 * gdb.base/enum_cond.exp
4568 * gdb.base/exe-lock.exp
4569 * gdb.base/exec-invalid-sysroot.exp
4570 * gdb.base/execl-update-breakpoints.exp
4571 * gdb.base/exprs.exp
4572 * gdb.base/fileio.exp
4573 * gdb.base/find.exp
4574 * gdb.base/finish.exp
4575 * gdb.base/fixsection.exp
4576 * gdb.base/foll-vfork.exp
4577 * gdb.base/frame-args.exp
4578 * gdb.base/gcore.exp
4579 * gdb.base/gdb1250.exp
4580 * gdb.base/global-var-nested-by-dso.exp
4581 * gdb.base/gnu-ifunc.exp
4582 * gdb.base/hashline1.exp
4583 * gdb.base/hashline2.exp
4584 * gdb.base/hashline3.exp
4585 * gdb.base/hbreak-in-shr-unsupported.exp
4586 * gdb.base/huge.exp
4587 * gdb.base/infcall-input.exp
4588 * gdb.base/info-fun.exp
4589 * gdb.base/info-shared.exp
4590 * gdb.base/jit-simple.exp
4591 * gdb.base/jit-so.exp
4592 * gdb.base/jit.exp
4593 * gdb.base/jump.exp
4594 * gdb.base/label.exp
4595 * gdb.base/lineinc.exp
4596 * gdb.base/logical.exp
4597 * gdb.base/longjmp.exp
4598 * gdb.base/macscp.exp
4599 * gdb.base/miscexprs.exp
4600 * gdb.base/new-ui-echo.exp
4601 * gdb.base/new-ui-pending-input.exp
4602 * gdb.base/new-ui.exp
4603 * gdb.base/nodebug.exp
4604 * gdb.base/nofield.exp
4605 * gdb.base/offsets.exp
4606 * gdb.base/overlays.exp
4607 * gdb.base/pending.exp
4608 * gdb.base/pointers.exp
4609 * gdb.base/pr11022.exp
4610 * gdb.base/printcmds.exp
4611 * gdb.base/prologue.exp
4612 * gdb.base/ptr-typedef.exp
4613 * gdb.base/realname-expand.exp
4614 * gdb.base/relativedebug.exp
4615 * gdb.base/relocate.exp
4616 * gdb.base/remote.exp
4617 * gdb.base/reread.exp
4618 * gdb.base/return2.exp
4619 * gdb.base/savedregs.exp
4620 * gdb.base/sep.exp
4621 * gdb.base/sepdebug.exp
4622 * gdb.base/sepsymtab.exp
4623 * gdb.base/set-inferior-tty.exp
4624 * gdb.base/setshow.exp
4625 * gdb.base/shlib-call.exp
4626 * gdb.base/sigaltstack.exp
4627 * gdb.base/siginfo-addr.exp
4628 * gdb.base/signals.exp
4629 * gdb.base/signull.exp
4630 * gdb.base/sigrepeat.exp
4631 * gdb.base/so-impl-ld.exp
4632 * gdb.base/solib-display.exp
4633 * gdb.base/solib-overlap.exp
4634 * gdb.base/solib-search.exp
4635 * gdb.base/solib-symbol.exp
4636 * gdb.base/structs.exp
4637 * gdb.base/structs2.exp
4638 * gdb.base/symtab-search-order.exp
4639 * gdb.base/twice.exp
4640 * gdb.base/unload.exp
4641 * gdb.base/varargs.exp
4642 * gdb.base/watchpoint-solib.exp
4643 * gdb.base/watchpoint.exp
4644 * gdb.base/whatis.exp
4645 * gdb.base/wrong_frame_bt_full.exp
4646 * gdb.btrace/dlopen.exp
4647 * gdb.cell/ea-standalone.exp
4648 * gdb.cell/ea-test.exp
4649 * gdb.cp/dispcxx.exp
4650 * gdb.cp/gdb2384.exp
4651 * gdb.cp/method2.exp
4652 * gdb.cp/nextoverthrow.exp
4653 * gdb.cp/pr10728.exp
4654 * gdb.disasm/am33.exp
4655 * gdb.disasm/h8300s.exp
4656 * gdb.disasm/mn10300.exp
4657 * gdb.disasm/sh3.exp
4658 * gdb.dwarf2/dw2-dir-file-name.exp
4659 * gdb.fortran/complex.exp
4660 * gdb.fortran/library-module.exp
4661 * gdb.guile/scm-pretty-print.exp
4662 * gdb.guile/scm-symbol.exp
4663 * gdb.guile/scm-type.exp
4664 * gdb.guile/scm-value.exp
4665 * gdb.linespec/linespec.exp
4666 * gdb.mi/gdb701.exp
4667 * gdb.mi/gdb792.exp
4668 * gdb.mi/mi-breakpoint-changed.exp
4669 * gdb.mi/mi-dprintf-pending.exp
4670 * gdb.mi/mi-dprintf.exp
4671 * gdb.mi/mi-exit-code.exp
4672 * gdb.mi/mi-pending.exp
4673 * gdb.mi/mi-solib.exp
4674 * gdb.mi/new-ui-mi-sync.exp
4675 * gdb.mi/pr11022.exp
4676 * gdb.mi/user-selected-context-sync.exp
4677 * gdb.opt/solib-intra-step.exp
4678 * gdb.python/py-events.exp
4679 * gdb.python/py-finish-breakpoint.exp
4680 * gdb.python/py-mi.exp
4681 * gdb.python/py-prettyprint.exp
4682 * gdb.python/py-shared.exp
4683 * gdb.python/py-symbol.exp
4684 * gdb.python/py-template.exp
4685 * gdb.python/py-type.exp
4686 * gdb.python/py-value.exp
4687 * gdb.reverse/solib-precsave.exp
4688 * gdb.reverse/solib-reverse.exp
4689 * gdb.server/solib-list.exp
4690 * gdb.stabs/weird.exp
4691 * gdb.threads/reconnect-signal.exp
4692 * gdb.threads/stepi-random-signal.exp
4693 * gdb.trace/actions.exp
4694 * gdb.trace/ax.exp
4695 * gdb.trace/backtrace.exp
4696 * gdb.trace/change-loc.exp
4697 * gdb.trace/deltrace.exp
4698 * gdb.trace/ftrace-lock.exp
4699 * gdb.trace/ftrace.exp
4700 * gdb.trace/infotrace.exp
4701 * gdb.trace/mi-tracepoint-changed.exp
4702 * gdb.trace/packetlen.exp
4703 * gdb.trace/passcount.exp
4704 * gdb.trace/pending.exp
4705 * gdb.trace/range-stepping.exp
4706 * gdb.trace/report.exp
4707 * gdb.trace/stap-trace.exp
4708 * gdb.trace/tfind.exp
4709 * gdb.trace/trace-break.exp
4710 * gdb.trace/trace-condition.exp
4711 * gdb.trace/trace-enable-disable.exp
4712 * gdb.trace/trace-mt.exp
4713 * gdb.trace/tracecmd.exp
4714 * gdb.trace/tspeed.exp
4715 * gdb.trace/tsv.exp
4716 * lib/perftest.exp
4717
4718 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4719
4720 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4721 with gdb_test_no_output.
4722 Use command as test name.
4723
4724 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4725
4726 Fix test names starting with uppercase throughout the files.
4727
4728 * gdb.ada/assign_1.exp
4729 * gdb.ada/boolean_expr.exp
4730 * gdb.base/arrayidx.exp
4731 * gdb.base/del.exp
4732 * gdb.base/gcore-buffer-overflow.exp
4733 * gdb.base/testenv.exp
4734 * gdb.compile/compile.exp
4735 * gdb.python/py-framefilter-invalidarg.exp
4736 * gdb.python/py-framefilter.exp
4737
4738 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4739
4740 Fix test names starting with uppercase throughout the files.
4741
4742 * gdb.ada/array_return.exp
4743 * gdb.ada/expr_delims.exp
4744 * gdb.ada/mi_dyn_arr.exp
4745 * gdb.ada/mi_interface.exp
4746 * gdb.ada/mi_var_array.exp
4747 * gdb.ada/watch_arg.exp
4748 * gdb.arch/alpha-step.exp
4749 * gdb.arch/altivec-regs.exp
4750 * gdb.arch/e500-regs.exp
4751 * gdb.arch/powerpc-d128-regs.exp
4752 * gdb.base/arrayidx.exp
4753 * gdb.base/break.exp
4754 * gdb.base/checkpoint.exp
4755 * gdb.base/debug-expr.exp
4756 * gdb.base/dmsym.exp
4757 * gdb.base/radix.exp
4758 * gdb.base/sepdebug.exp
4759 * gdb.base/testenv.exp
4760 * gdb.base/watch_thread_num.exp
4761 * gdb.base/watchpoint-cond-gone.exp
4762 * gdb.cell/break.exp
4763 * gdb.cell/ea-cache.exp
4764 * gdb.compile/compile.exp
4765 * gdb.cp/gdb2495.exp
4766 * gdb.gdb/selftest.exp
4767 * gdb.gdb/xfullpath.exp
4768 * gdb.go/hello.exp
4769 * gdb.go/integers.exp
4770 * gdb.objc/basicclass.exp
4771 * gdb.pascal/hello.exp
4772 * gdb.pascal/integers.exp
4773 * gdb.python/py-breakpoint.exp
4774 * gdb.python/py-cmd.exp
4775 * gdb.python/py-linetable.exp
4776 * gdb.python/py-xmethods.exp
4777 * gdb.python/python.exp
4778 * gdb.reverse/consecutive-precsave.exp
4779 * gdb.reverse/finish-precsave.exp
4780 * gdb.reverse/i386-precsave.exp
4781 * gdb.reverse/machinestate-precsave.exp
4782 * gdb.reverse/sigall-precsave.exp
4783 * gdb.reverse/solib-precsave.exp
4784 * gdb.reverse/step-precsave.exp
4785 * gdb.reverse/until-precsave.exp
4786 * gdb.reverse/watch-precsave.exp
4787 * gdb.threads/leader-exit.exp
4788 * gdb.threads/pthreads.exp
4789 * gdb.threads/wp-replication.exp
4790 * gdb.trace/actions.exp
4791 * gdb.trace/mi-tsv-changed.exp
4792 * gdb.trace/tsv.exp
4793
4794 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4795
4796 Fix test names starting with uppercase throughout the files.
4797
4798 * gdb.arch/i386-bp_permanent.exp
4799 * gdb.arch/i386-gnu-cfi.exp
4800 * gdb.base/disasm-end-cu.exp
4801 * gdb.base/macscp.exp
4802 * gdb.base/pending.exp
4803 * gdb.base/watch_thread_num.exp
4804 * gdb.cp/exception.exp
4805 * gdb.cp/gdb2495.exp
4806 * gdb.cp/local.exp
4807 * gdb.python/py-evsignal.exp
4808 * gdb.python/python.exp
4809 * gdb.trace/tracecmd.exp
4810
4811 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4812
4813 Fix test names starting with uppercase throughout the files.
4814
4815 * gdb.base/charset.exp
4816 * gdb.base/eval.exp
4817 * gdb.base/multi-forks.exp
4818 * gdb.guile/scm-progspace.exp
4819 * gdb.opencl/datatypes.exp
4820 * gdb.python/py-block.exp
4821 * gdb.python/py-function.exp
4822 * gdb.python/py-symbol.exp
4823 * gdb.python/py-symtab.exp
4824 * gdb.python/py-xmethods.exp
4825 * gdb.reverse/break-precsave.exp
4826 * gdb.reverse/break-reverse.exp
4827 * gdb.reverse/consecutive-precsave.exp
4828 * gdb.reverse/consecutive-reverse.exp
4829 * gdb.reverse/finish-precsave.exp
4830 * gdb.reverse/finish-reverse-bkpt.exp
4831 * gdb.reverse/finish-reverse.exp
4832 * gdb.reverse/fstatat-reverse.exp
4833 * gdb.reverse/getresuid-reverse.exp
4834 * gdb.reverse/i386-precsave.exp
4835 * gdb.reverse/i386-reverse.exp
4836 * gdb.reverse/i386-sse-reverse.exp
4837 * gdb.reverse/i387-stack-reverse.exp
4838 * gdb.reverse/insn-reverse.exp
4839 * gdb.reverse/machinestate-precsave.exp
4840 * gdb.reverse/machinestate.exp
4841 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4842 * gdb.reverse/pipe-reverse.exp
4843 * gdb.reverse/readv-reverse.exp
4844 * gdb.reverse/recvmsg-reverse.exp
4845 * gdb.reverse/rerun-prec.exp
4846 * gdb.reverse/s390-mvcle.exp
4847 * gdb.reverse/sigall-precsave.exp
4848 * gdb.reverse/sigall-reverse.exp
4849 * gdb.reverse/solib-precsave.exp
4850 * gdb.reverse/solib-reverse.exp
4851 * gdb.reverse/step-precsave.exp
4852 * gdb.reverse/step-reverse.exp
4853 * gdb.reverse/time-reverse.exp
4854 * gdb.reverse/until-precsave.exp
4855 * gdb.reverse/until-reverse.exp
4856 * gdb.reverse/waitpid-reverse.exp
4857 * gdb.reverse/watch-precsave.exp
4858 * gdb.reverse/watch-reverse.exp
4859
4860 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4861
4862 Fix test names starting with uppercase throughout the files.
4863
4864 * gdb.arch/i386-mpx-simple_segv.exp
4865 * gdb.arch/i386-mpx.exp
4866 * gdb.arch/i386-permbkpt.exp
4867 * gdb.arch/pa-nullify.exp
4868 * gdb.arch/powerpc-d128-regs.exp
4869 * gdb.arch/vsx-regs.exp
4870 * gdb.base/bfp-test.exp
4871 * gdb.base/break.exp
4872 * gdb.base/breakpoint-shadow.exp
4873 * gdb.base/callfuncs.exp
4874 * gdb.base/charset.exp
4875 * gdb.base/commands.exp
4876 * gdb.base/completion.exp
4877 * gdb.base/dfp-test.exp
4878 * gdb.base/echo.exp
4879 * gdb.base/ending-run.exp
4880 * gdb.base/eval.exp
4881 * gdb.base/expand-psymtabs.exp
4882 * gdb.base/float128.exp
4883 * gdb.base/floatn.exp
4884 * gdb.base/foll-exec-mode.exp
4885 * gdb.base/gdb1056.exp
4886 * gdb.base/gdb11531.exp
4887 * gdb.base/kill-after-signal.exp
4888 * gdb.base/multi-forks.exp
4889 * gdb.base/overlays.exp
4890 * gdb.base/pending.exp
4891 * gdb.base/sepdebug.exp
4892 * gdb.base/testenv.exp
4893 * gdb.base/valgrind-db-attach.exp
4894 * gdb.base/watch_thread_num.exp
4895 * gdb.base/watchpoint-cond-gone.exp
4896 * gdb.base/watchpoint.exp
4897 * gdb.base/watchpoints.exp
4898 * gdb.cp/arg-reference.exp
4899 * gdb.cp/baseenum.exp
4900 * gdb.cp/operator.exp
4901 * gdb.cp/shadow.exp
4902 * gdb.dwarf2/dw2-op-out-param.exp
4903 * gdb.dwarf2/dw2-reg-undefined.exp
4904 * gdb.go/chan.exp
4905 * gdb.go/hello.exp
4906 * gdb.go/integers.exp
4907 * gdb.go/methods.exp
4908 * gdb.go/package.exp
4909 * gdb.guile/scm-parameter.exp
4910 * gdb.guile/scm-progspace.exp
4911 * gdb.guile/scm-value.exp
4912 * gdb.mi/mi-pending.exp
4913 * gdb.mi/user-selected-context-sync.exp
4914 * gdb.multi/multi-attach.exp
4915 * gdb.multi/tids.exp
4916 * gdb.opt/clobbered-registers-O2.exp
4917 * gdb.pascal/floats.exp
4918 * gdb.pascal/integers.exp
4919 * gdb.python/py-block.exp
4920 * gdb.python/py-events.exp
4921 * gdb.python/py-parameter.exp
4922 * gdb.python/py-symbol.exp
4923 * gdb.python/py-symtab.exp
4924 * gdb.python/py-type.exp
4925 * gdb.python/py-value.exp
4926 * gdb.python/py-xmethods.exp
4927 * gdb.python/python.exp
4928 * gdb.reverse/break-precsave.exp
4929 * gdb.reverse/consecutive-precsave.exp
4930 * gdb.reverse/finish-precsave.exp
4931 * gdb.reverse/i386-precsave.exp
4932 * gdb.reverse/machinestate-precsave.exp
4933 * gdb.reverse/sigall-precsave.exp
4934 * gdb.reverse/solib-precsave.exp
4935 * gdb.reverse/step-precsave.exp
4936 * gdb.reverse/until-precsave.exp
4937 * gdb.reverse/watch-precsave.exp
4938 * gdb.server/ext-attach.exp
4939 * gdb.server/ext-restart.exp
4940 * gdb.server/ext-run.exp
4941 * gdb.server/ext-wrapper.exp
4942 * gdb.stabs/gdb11479.exp
4943 * gdb.stabs/weird.exp
4944 * gdb.threads/attach-many-short-lived-threads.exp
4945 * gdb.threads/kill.exp
4946 * gdb.threads/watchpoint-fork.exp
4947
4948 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4949
4950 Fix test names starting with uppercase throughout all the files below.
4951
4952 * gdb.ada/array_return.exp
4953 * gdb.ada/catch_ex.exp
4954 * gdb.ada/info_exc.exp
4955 * gdb.ada/mi_catch_ex.exp
4956 * gdb.ada/mi_dyn_arr.exp
4957 * gdb.ada/mi_ex_cond.exp
4958 * gdb.ada/mi_exc_info.exp
4959 * gdb.ada/mi_interface.exp
4960 * gdb.ada/mi_task_arg.exp
4961 * gdb.ada/mi_task_info.exp
4962 * gdb.ada/mi_var_array.exp
4963 * gdb.arch/alpha-step.exp
4964 * gdb.arch/amd64-disp-step.exp
4965 * gdb.arch/arm-disp-step.exp
4966 * gdb.arch/disp-step-insn-reloc.exp
4967 * gdb.arch/e500-prologue.exp
4968 * gdb.arch/ftrace-insn-reloc.exp
4969 * gdb.arch/gdb1558.exp
4970 * gdb.arch/i386-bp_permanent.exp
4971 * gdb.arch/i386-disp-step.exp
4972 * gdb.arch/i386-float.exp
4973 * gdb.arch/i386-gnu-cfi.exp
4974 * gdb.arch/ia64-breakpoint-shadow.exp
4975 * gdb.arch/mips16-thunks.exp
4976 * gdb.arch/pa-nullify.exp
4977 * gdb.arch/powerpc-aix-prologue.exp
4978 * gdb.arch/powerpc-power.exp
4979 * gdb.arch/ppc-dfp.exp
4980 * gdb.arch/s390-tdbregs.exp
4981 * gdb.arch/spu-info.exp
4982 * gdb.arch/spu-ls.exp
4983 * gdb.arch/thumb-bx-pc.exp
4984 * gdb.base/advance.exp
4985 * gdb.base/annota-input-while-running.exp
4986 * gdb.base/arrayidx.exp
4987 * gdb.base/asmlabel.exp
4988 * gdb.base/async.exp
4989 * gdb.base/attach-wait-input.exp
4990 * gdb.base/auto-connect-native-target.exp
4991 * gdb.base/batch-preserve-term-settings.exp
4992 * gdb.base/bfp-test.exp
4993 * gdb.base/bigcore.exp
4994 * gdb.base/bp-permanent.exp
4995 * gdb.base/break-always.exp
4996 * gdb.base/break-fun-addr.exp
4997 * gdb.base/break-idempotent.exp
4998 * gdb.base/break-main-file-remove-fail.exp
4999 * gdb.base/break-probes.exp
5000 * gdb.base/break-unload-file.exp
5001 * gdb.base/break.exp
5002 * gdb.base/call-ar-st.exp
5003 * gdb.base/call-rt-st.exp
5004 * gdb.base/call-sc.exp
5005 * gdb.base/call-signal-resume.exp
5006 * gdb.base/call-strs.exp
5007 * gdb.base/callexit.exp
5008 * gdb.base/callfuncs.exp
5009 * gdb.base/catch-gdb-caused-signals.exp
5010 * gdb.base/catch-signal-siginfo-cond.exp
5011 * gdb.base/catch-syscall.exp
5012 * gdb.base/compare-sections.exp
5013 * gdb.base/cond-eval-mode.exp
5014 * gdb.base/condbreak-call-false.exp
5015 * gdb.base/consecutive-step-over.exp
5016 * gdb.base/cursal.exp
5017 * gdb.base/disabled-location.exp
5018 * gdb.base/disasm-end-cu.exp
5019 * gdb.base/display.exp
5020 * gdb.base/double-prompt-target-event-error.exp
5021 * gdb.base/dprintf-bp-same-addr.exp
5022 * gdb.base/dprintf-detach.exp
5023 * gdb.base/dprintf-next.exp
5024 * gdb.base/dprintf-non-stop.exp
5025 * gdb.base/dprintf-pending.exp
5026 * gdb.base/dso2dso.exp
5027 * gdb.base/ending-run.exp
5028 * gdb.base/enum_cond.exp
5029 * gdb.base/examine-backward.exp
5030 * gdb.base/exe-lock.exp
5031 * gdb.base/exec-invalid-sysroot.exp
5032 * gdb.base/execl-update-breakpoints.exp
5033 * gdb.base/execution-termios.exp
5034 * gdb.base/fileio.exp
5035 * gdb.base/fixsection.exp
5036 * gdb.base/foll-exec-mode.exp
5037 * gdb.base/foll-exec.exp
5038 * gdb.base/fork-running-state.exp
5039 * gdb.base/frame-args.exp
5040 * gdb.base/fullpath-expand.exp
5041 * gdb.base/func-ptr.exp
5042 * gdb.base/gcore-relro-pie.exp
5043 * gdb.base/gdb1090.exp
5044 * gdb.base/gdb1555.exp
5045 * gdb.base/global-var-nested-by-dso.exp
5046 * gdb.base/gnu-ifunc.exp
5047 * gdb.base/hbreak-in-shr-unsupported.exp
5048 * gdb.base/hbreak-unmapped.exp
5049 * gdb.base/hook-stop.exp
5050 * gdb.base/infcall-input.exp
5051 * gdb.base/info-fun.exp
5052 * gdb.base/info-shared.exp
5053 * gdb.base/interrupt-noterm.exp
5054 * gdb.base/jit-so.exp
5055 * gdb.base/jit.exp
5056 * gdb.base/line-symtabs.exp
5057 * gdb.base/list.exp
5058 * gdb.base/longjmp.exp
5059 * gdb.base/macscp.exp
5060 * gdb.base/max-value-size.exp
5061 * gdb.base/nodebug.exp
5062 * gdb.base/nofield.exp
5063 * gdb.base/overlays.exp
5064 * gdb.base/paginate-after-ctrl-c-running.exp
5065 * gdb.base/paginate-bg-execution.exp
5066 * gdb.base/paginate-inferior-exit.exp
5067 * gdb.base/pending.exp
5068 * gdb.base/pr11022.exp
5069 * gdb.base/printcmds.exp
5070 * gdb.base/ptr-typedef.exp
5071 * gdb.base/ptype.exp
5072 * gdb.base/randomize.exp
5073 * gdb.base/range-stepping.exp
5074 * gdb.base/realname-expand.exp
5075 * gdb.base/relativedebug.exp
5076 * gdb.base/remote.exp
5077 * gdb.base/savedregs.exp
5078 * gdb.base/sepdebug.exp
5079 * gdb.base/set-noassign.exp
5080 * gdb.base/shlib-call.exp
5081 * gdb.base/shreloc.exp
5082 * gdb.base/sigaltstack.exp
5083 * gdb.base/sigbpt.exp
5084 * gdb.base/siginfo-addr.exp
5085 * gdb.base/siginfo-obj.exp
5086 * gdb.base/siginfo-thread.exp
5087 * gdb.base/signest.exp
5088 * gdb.base/signull.exp
5089 * gdb.base/sigrepeat.exp
5090 * gdb.base/skip.exp
5091 * gdb.base/so-impl-ld.exp
5092 * gdb.base/solib-corrupted.exp
5093 * gdb.base/solib-disc.exp
5094 * gdb.base/solib-display.exp
5095 * gdb.base/solib-overlap.exp
5096 * gdb.base/solib-search.exp
5097 * gdb.base/solib-symbol.exp
5098 * gdb.base/source-execution.exp
5099 * gdb.base/sss-bp-on-user-bp-2.exp
5100 * gdb.base/sss-bp-on-user-bp.exp
5101 * gdb.base/stack-checking.exp
5102 * gdb.base/stale-infcall.exp
5103 * gdb.base/step-break.exp
5104 * gdb.base/step-line.exp
5105 * gdb.base/step-over-exit.exp
5106 * gdb.base/step-test.exp
5107 * gdb.base/structs.exp
5108 * gdb.base/sym-file.exp
5109 * gdb.base/symtab-search-order.exp
5110 * gdb.base/term.exp
5111 * gdb.base/type-opaque.exp
5112 * gdb.base/unload.exp
5113 * gdb.base/until-nodebug.exp
5114 * gdb.base/until.exp
5115 * gdb.base/unwindonsignal.exp
5116 * gdb.base/watch-cond.exp
5117 * gdb.base/watch-non-mem.exp
5118 * gdb.base/watch_thread_num.exp
5119 * gdb.base/watchpoint-reuse-slot.exp
5120 * gdb.base/watchpoint-solib.exp
5121 * gdb.base/watchpoint.exp
5122 * gdb.btrace/dlopen.exp
5123 * gdb.cell/arch.exp
5124 * gdb.cell/break.exp
5125 * gdb.cell/bt.exp
5126 * gdb.cell/core.exp
5127 * gdb.cell/data.exp
5128 * gdb.cell/dwarfaddr.exp
5129 * gdb.cell/ea-cache.exp
5130 * gdb.cell/ea-standalone.exp
5131 * gdb.cell/ea-test.exp
5132 * gdb.cell/f-regs.exp
5133 * gdb.cell/fork.exp
5134 * gdb.cell/gcore.exp
5135 * gdb.cell/mem-access.exp
5136 * gdb.cell/ptype.exp
5137 * gdb.cell/registers.exp
5138 * gdb.cell/sizeof.exp
5139 * gdb.cell/solib-symbol.exp
5140 * gdb.cell/solib.exp
5141 * gdb.compile/compile-tls.exp
5142 * gdb.cp/exception.exp
5143 * gdb.cp/gdb2495.exp
5144 * gdb.cp/local.exp
5145 * gdb.cp/mb-inline.exp
5146 * gdb.cp/mb-templates.exp
5147 * gdb.cp/pr10687.exp
5148 * gdb.cp/pr9167.exp
5149 * gdb.cp/scope-err.exp
5150 * gdb.cp/templates.exp
5151 * gdb.cp/virtfunc.exp
5152 * gdb.dwarf2/dw2-dir-file-name.exp
5153 * gdb.dwarf2/dw2-single-line-discriminators.exp
5154 * gdb.fortran/complex.exp
5155 * gdb.fortran/library-module.exp
5156 * gdb.guile/guile.exp
5157 * gdb.guile/scm-cmd.exp
5158 * gdb.guile/scm-frame-inline.exp
5159 * gdb.guile/scm-objfile.exp
5160 * gdb.guile/scm-pretty-print.exp
5161 * gdb.guile/scm-symbol.exp
5162 * gdb.guile/scm-type.exp
5163 * gdb.guile/scm-value.exp
5164 * gdb.linespec/keywords.exp
5165 * gdb.linespec/ls-errs.exp
5166 * gdb.linespec/macro-relative.exp
5167 * gdb.linespec/thread.exp
5168 * gdb.mi/mi-breakpoint-changed.exp
5169 * gdb.mi/mi-dprintf-pending.exp
5170 * gdb.mi/mi-fullname-deleted.exp
5171 * gdb.mi/mi-logging.exp
5172 * gdb.mi/mi-pending.exp
5173 * gdb.mi/mi-solib.exp
5174 * gdb.mi/new-ui-mi-sync.exp
5175 * gdb.mi/user-selected-context-sync.exp
5176 * gdb.multi/dummy-frame-restore.exp
5177 * gdb.multi/multi-arch-exec.exp
5178 * gdb.multi/remove-inferiors.exp
5179 * gdb.multi/watchpoint-multi-exit.exp
5180 * gdb.opt/solib-intra-step.exp
5181 * gdb.perf/backtrace.exp
5182 * gdb.perf/single-step.exp
5183 * gdb.perf/skip-command.exp
5184 * gdb.perf/skip-prologue.exp
5185 * gdb.perf/solib.exp
5186 * gdb.python/lib-types.exp
5187 * gdb.python/py-as-string.exp
5188 * gdb.python/py-bad-printers.exp
5189 * gdb.python/py-block.exp
5190 * gdb.python/py-breakpoint.exp
5191 * gdb.python/py-cmd.exp
5192 * gdb.python/py-events.exp
5193 * gdb.python/py-evthreads.exp
5194 * gdb.python/py-finish-breakpoint.exp
5195 * gdb.python/py-finish-breakpoint2.exp
5196 * gdb.python/py-frame-inline.exp
5197 * gdb.python/py-frame.exp
5198 * gdb.python/py-inferior.exp
5199 * gdb.python/py-infthread.exp
5200 * gdb.python/py-mi.exp
5201 * gdb.python/py-objfile.exp
5202 * gdb.python/py-pp-maint.exp
5203 * gdb.python/py-pp-registration.exp
5204 * gdb.python/py-prettyprint.exp
5205 * gdb.python/py-recurse-unwind.exp
5206 * gdb.python/py-shared.exp
5207 * gdb.python/py-symbol.exp
5208 * gdb.python/py-symtab.exp
5209 * gdb.python/py-template.exp
5210 * gdb.python/py-type.exp
5211 * gdb.python/py-unwind-maint.exp
5212 * gdb.python/py-unwind.exp
5213 * gdb.python/py-value.exp
5214 * gdb.python/python.exp
5215 * gdb.reverse/finish-reverse-bkpt.exp
5216 * gdb.reverse/insn-reverse.exp
5217 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5218 * gdb.reverse/solib-precsave.exp
5219 * gdb.reverse/solib-reverse.exp
5220 * gdb.stabs/gdb11479.exp
5221 * gdb.stabs/weird.exp
5222 * gdb.threads/fork-child-threads.exp
5223 * gdb.threads/fork-plus-threads.exp
5224 * gdb.threads/fork-thread-pending.exp
5225 * gdb.threads/forking-threads-plus-breakpoint.exp
5226 * gdb.threads/hand-call-in-threads.exp
5227 * gdb.threads/interrupted-hand-call.exp
5228 * gdb.threads/linux-dp.exp
5229 * gdb.threads/local-watch-wrong-thread.exp
5230 * gdb.threads/next-while-other-thread-longjmps.exp
5231 * gdb.threads/non-ldr-exit.exp
5232 * gdb.threads/pending-step.exp
5233 * gdb.threads/print-threads.exp
5234 * gdb.threads/process-dies-while-detaching.exp
5235 * gdb.threads/process-dies-while-handling-bp.exp
5236 * gdb.threads/pthreads.exp
5237 * gdb.threads/queue-signal.exp
5238 * gdb.threads/reconnect-signal.exp
5239 * gdb.threads/signal-command-handle-nopass.exp
5240 * gdb.threads/signal-command-multiple-signals-pending.exp
5241 * gdb.threads/signal-delivered-right-thread.exp
5242 * gdb.threads/signal-sigtrap.exp
5243 * gdb.threads/sigthread.exp
5244 * gdb.threads/staticthreads.exp
5245 * gdb.threads/stepi-random-signal.exp
5246 * gdb.threads/thread-unwindonsignal.exp
5247 * gdb.threads/thread_check.exp
5248 * gdb.threads/thread_events.exp
5249 * gdb.threads/tid-reuse.exp
5250 * gdb.threads/tls-nodebug.exp
5251 * gdb.threads/tls-shared.exp
5252 * gdb.threads/tls-so_extern.exp
5253 * gdb.threads/tls.exp
5254 * gdb.threads/wp-replication.exp
5255 * gdb.trace/actions-changed.exp
5256 * gdb.trace/actions.exp
5257 * gdb.trace/backtrace.exp
5258 * gdb.trace/change-loc.exp
5259 * gdb.trace/collection.exp
5260 * gdb.trace/deltrace.exp
5261 * gdb.trace/disconnected-tracing.exp
5262 * gdb.trace/entry-values.exp
5263 * gdb.trace/ftrace-lock.exp
5264 * gdb.trace/ftrace.exp
5265 * gdb.trace/infotrace.exp
5266 * gdb.trace/mi-trace-frame-collected.exp
5267 * gdb.trace/mi-trace-unavailable.exp
5268 * gdb.trace/mi-traceframe-changed.exp
5269 * gdb.trace/mi-tracepoint-changed.exp
5270 * gdb.trace/mi-tsv-changed.exp
5271 * gdb.trace/no-attach-trace.exp
5272 * gdb.trace/packetlen.exp
5273 * gdb.trace/passc-dyn.exp
5274 * gdb.trace/passcount.exp
5275 * gdb.trace/pending.exp
5276 * gdb.trace/pr16508.exp
5277 * gdb.trace/qtro.exp
5278 * gdb.trace/range-stepping.exp
5279 * gdb.trace/read-memory.exp
5280 * gdb.trace/report.exp
5281 * gdb.trace/save-trace.exp
5282 * gdb.trace/signal.exp
5283 * gdb.trace/stap-trace.exp
5284 * gdb.trace/status-stop.exp
5285 * gdb.trace/strace.exp
5286 * gdb.trace/tfile.exp
5287 * gdb.trace/tfind.exp
5288 * gdb.trace/trace-break.exp
5289 * gdb.trace/trace-condition.exp
5290 * gdb.trace/trace-enable-disable.exp
5291 * gdb.trace/trace-mt.exp
5292 * gdb.trace/tracecmd.exp
5293 * gdb.trace/tracefile-pseudo-reg.exp
5294 * gdb.trace/tspeed.exp
5295 * gdb.trace/tstatus.exp
5296 * gdb.trace/tsv.exp
5297 * gdb.trace/unavailable.exp
5298 * gdb.trace/while-dyn.exp
5299 * gdb.trace/while-stepping.exp
5300 * lib/gdb-guile.exp
5301 * lib/gdb.exp
5302 * lib/mi-support.exp
5303 * lib/pascal.exp
5304 * lib/perftest.exp
5305 * lib/prelink-support.exp
5306 * lib/selftest-support.exp
5307
5308 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5309
5310 * Makefile.in: Include disable-implicit-rules.mk.
5311
5312 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5313
5314 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5315 non-byte-aligned bit fields.
5316
5317 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5318
5319 PR gdb/12616
5320 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5321 respects the DW_AT_data_bit_offset attribute.
5322
5323 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5324
5325 * gdb.base/default.exp: Fix output of "set language".
5326
5327 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5328
5329 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5330 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5331 make.
5332 * configure.ac: Remove checks for the make program.
5333 * configure: Re-generate.
5334
5335 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5336
5337 * gdb.python/py-recurse-unwind.c (main): Add loop.
5338 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5339 to read_register() and gdb.parse_and_eval(). Make each code
5340 call a separate case that can be individually tested.
5341 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5342 proc. Call cont_and_backtrace for each of the code paths that
5343 we want to test in the unwinder.
5344
5345 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5346
5347 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5348 the definition of struct S.
5349
5350 2016-11-11 Catherine Moore <clm@codesourcery.com>
5351
5352 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5353
5354 2016-11-09 Pedro Alves <palves@redhat.com>
5355
5356 * gdb.base/commands.exp (runto_or_return): New procedure.
5357 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5358 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5359 (progvar_simple_while_test, progvar_complex_if_while_test)
5360 (if_while_breakpoint_command_test)
5361 (infrun_breakpoint_command_test, breakpoint_command_test)
5362 (user_defined_command_test, watchpoint_command_test)
5363 (test_command_prompt_position, redefine_hook_test)
5364 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5365 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5366 multi_line_input and multi_line. Remove gdb_expect and
5367 gdb_stop_suppressing_tests uses.
5368 * lib/gdb.exp (valnum_re): New global.
5369 (multi_line_input): New procedure.
5370
5371 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5372
5373 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5374 Remove.
5375 (test_setup): Define with proc_with_prefix.
5376 (test_cli_inferior): Likewise.
5377 (test_cli_thread): Likewise.
5378 (test_cli_frame): Likewise.
5379 (test_cli_select_frame): Likewise.
5380 (test_cli_up_down): Likewise.
5381 (test_mi_thread_select): Likewise.
5382 (test_mi_stack_select_frame): Likewise.
5383 (test_cli_in_mi_inferior): Likewise.
5384 (test_cli_in_mi_thread): Likewise.
5385 (test_cli_in_mi_frame): Likewise.
5386 (top level): Do not use with_test_prefix_procname.
5387
5388 2016-11-09 Pedro Alves <palves@redhat.com>
5389
5390 * gdb.base/commands.exp (gdbvar_simple_if_test)
5391 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5392 (progvar_simple_if_test, progvar_simple_while_test)
5393 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5394 (infrun_breakpoint_command_test, breakpoint_command_test)
5395 (user_defined_command_test, watchpoint_command_test)
5396 (test_command_prompt_position, deprecated_command_test)
5397 (bp_deleted_in_command, temporary_breakpoint_commands)
5398 (stray_arg0_test, source_file_with_indented_comment)
5399 (recursive_source_test, if_commands_test)
5400 (error_clears_commands_left, redefine_hook_test)
5401 (redefine_backtrace_test): Use proc_with_prefix.
5402 * lib/gdb.exp (proc_with_prefix): New proc.
5403
5404 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5405
5406 * gdb.base/tui-layout.c: New file.
5407 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5408 disassembly window contains very long lines.
5409
5410 2016-11-08 Tom Tromey <tom@tromey.com>
5411
5412 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5413 depend on Python 2.
5414
5415 2016-11-08 Tom Tromey <tom@tromey.com>
5416
5417 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5418 New method.
5419
5420 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5421
5422 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5423
5424 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5425
5426 * gdb.rust/simple.rs: Add test for univariant enums without
5427 discriminants and for encoded struct-like enums.
5428
5429 2016-10-28 Pedro Alves <palves@redhat.com>
5430
5431 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5432 gdb_test_multiple, tighten regexps and match symtabs and line
5433 tables incrementally.
5434
5435 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5436
5437 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5438 general.
5439
5440 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5441
5442 * gdb.base/exec-invalid-sysroot.exp: New file.
5443
5444 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5445
5446 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5447
5448 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5449
5450 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5451
5452 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5453
5454 * gdb.base/killed-outside.exp: Remove $options from a call to
5455 `prepare_for_testing'.
5456
5457 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5458
5459 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5460 Change test message.
5461
5462 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5463
5464 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5465 Update comment.
5466
5467 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5468
5469 * gdb.trace/mi-trace-save.exp: New file.
5470
5471 2016-10-13 Yao Qi <yao.qi@linaro.org>
5472
5473 * gdb.base/code_elim.exp (get_var_address): Remove.
5474 * gdb.base/relocate.exp: Likewise.
5475 * gdb.base/shreloc.exp: Likewise.
5476 * lib/gdb.exp (get_var_address): New.
5477
5478 2016-10-13 Yao Qi <yao.qi@linaro.org>
5479
5480 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5481 floating point tests if $skip_float_test is false.
5482
5483 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5484
5485 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5486 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5487 argc values.
5488 Add 1 to argc so we guarantee distinct initial/modified argc values.
5489
5490 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5491
5492 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5493
5494 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5495
5496 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5497 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5498 * gdb.arch/vsx-regs.exp: Likewise.
5499
5500 2016-10-07 Yao Qi <yao.qi@linaro.org>
5501
5502 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5503
5504 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5505
5506 * gdb.python/python.exp: Test decode_line("*0").
5507
5508 2016-10-06 Doug Evans <dje@google.com>
5509
5510 * gdb.python/py-value.exp (test_value_creation): Add test for large
5511 unsigned 64-bit value.
5512
5513 2016-10-06 Tom Tromey <tom@tromey.com>
5514
5515 * gdb.compile/compile.exp: Change java tests to rust.
5516 * gdb.base/setshow.exp: Change java tests to rust.
5517 * gdb.base/default.exp: Remove java from language list.
5518 * README (Examples): Update language example.
5519 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5520 test.
5521 * lib/gdb.exp (skip_java_tests): Remove.
5522 * lib/java.exp: Remove.
5523 * gdb.java: Remove.
5524
5525 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5526
5527 * gdb.arch/mips-fcr.exp: New test.
5528 * gdb.arch/mips-fcr.c: Source for the new test.
5529
5530 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5531
5532 * gdb.base/solib-disc.exp: Use `standard_output_file'
5533 throughout.
5534
5535 2016-10-06 Pedro Alves <palves@redhat.com>
5536
5537 * gdb.base/jit-simple-dl.c: New file.
5538 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5539 * gdb.base/jit-simple.c: ... this.
5540 * gdb.base/jit-simple.exp (jit_run): Delete.
5541 (build_jit): New proc.
5542 (jit_test_reread): Recompile either the main program or the shared
5543 library, depending on what is being tested. Skip changing address
5544 if caller wants to. Compare before/after addresses. If testing
5545 standalone, explicitly load the binary. Test "maint info
5546 breakpoints".
5547 (top level): Add "standalone vs shared lib" and "change address"
5548 vs "same address" axes.
5549
5550 2016-10-06 Pedro Alves <palves@redhat.com>
5551
5552 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5553 call.
5554 (jit_run): Delete.
5555 (jit_test_reread): Use with_test_prefix. Reload the main binary
5556 explicitly. Compare the before/after addresses of the JIT
5557 descriptor.
5558
5559 2016-08-15 Doug Evans <dje@google.com>
5560
5561 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5562 for single bitfields is bool.
5563 * gdb.xml/tdesc-regs.exp: Ditto.
5564
5565 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5566
5567 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5568
5569 2016-10-05 Yao Qi <yao.qi@linaro.org>
5570
5571 * lib/gdb.exp (support_complex_tests): Return zero if
5572 gdb_skip_float_test return true.
5573
5574 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5575 Simon Marchi <simon.marchi@ericsson.com>
5576
5577 PR gdb/20487
5578 * gdb.mi/user-selected-context-sync.exp: New file.
5579 * gdb.mi/user-selected-context-sync.c: New file.
5580
5581 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5582 Simon Marchi <simon.marchi@ericsson.com>
5583
5584 PR gdb/20487
5585 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5586 =thread-select-event check.
5587
5588 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5589
5590 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5591 the compulsory L operand changes.
5592 * gdb.arch/powerpc-power.s: Likewise.
5593
5594 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5595
5596 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5597 * gdb.base/jit-attach-pie.c: New file.
5598 * gdb.base/jit-attach-pie.exp: New file.
5599
5600 2016-09-28 Pedro Alves <palves@redhat.com>
5601
5602 * gdb.base/infcall-input.c: New file.
5603 * gdb.base/infcall-input.exp: New file.
5604
5605 2016-09-22 Yao Qi <yao.qi@linaro.org>
5606
5607 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5608 (gdb_exit): Rename it to ...
5609 (gdbserver_gdb_exit): ... Close GDBserver.
5610 (gdb_exit): New proc, call gdbserver_gdb_exit.
5611 (mi_gdb_exit): Likewise.
5612
5613 2016-09-22 Yao Qi <yao.qi@linaro.org>
5614
5615 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5616 path.
5617 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5618 Remove duplication.
5619
5620 2016-09-22 Yao Qi <yao.qi@linaro.org>
5621
5622 * lib/gdbserver-support.exp: Check the existence of
5623 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5624
5625 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5626
5627 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5628
5629 2016-09-21 Tom Tromey <tom@tromey.com>
5630
5631 PR gdb/20604:
5632 * gdb.base/quit.exp: New file.
5633
5634 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5635
5636 * .gitignore: New file.
5637
5638 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5639
5640 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5641 throughout.
5642
5643 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5644
5645 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5646
5647 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5648
5649 * gdb.cp/casts.cc (decltype): Move it ...
5650 (main): ... with its call to ...
5651 * gdb.cp/casts03.cc: ... a new file.
5652 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5653
5654 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5655
5656 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5657
5658 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5659
5660 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5661 and sync up the test with tests in gas/testsuite/gas/ppc.
5662 * gdb.arch/powerpc-power.exp: Likewise.
5663
5664 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5665
5666 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5667
5668 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5669 Jan Kratochvil <jan.kratochvil@redhat.com>
5670
5671 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5672 make m1's definition to be different from m2's. Use 'dummy' as an
5673 argument for probe 'two'.
5674
5675 2016-09-10 Jon Beniston <jon@beniston.com>
5676
5677 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5678 for sim target.
5679
5680 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5681
5682 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5683 variable declaration.
5684 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5685 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5686 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5687 received HWCAP as its argument.
5688
5689 2016-09-06 Pedro Alves <palves@redhat.com>
5690
5691 * gdb.base/new-ui-pending-input.c: New file.
5692 * gdb.base/new-ui-pending-input.exp: New file.
5693 * gdb.exp (clear_gdb_spawn_id): New procedure.
5694 (with_spawn_id): Check whether gdb_spawn_id exists before
5695 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5696 on exit.
5697
5698 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5699
5700 * gdb.base/float128.c: New file.
5701 * gdb.base/float128.exp: Likewise.
5702 * gdb.base/floatn.c: Likewise.
5703 * gdb.base/floatn.exp: Likewise.
5704
5705 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5706
5707 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5708
5709 2016-09-05 Pedro Alves <palves@redhat.com>
5710
5711 PR backtrace/19927
5712 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5713 unwinders are immediately called as side effect of "source" or
5714 "disable unwinder" commands.
5715 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5716
5717 2016-09-02 Yao Qi <yao.qi@linaro.org>
5718
5719 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5720 is true and $type is "float" or "double".
5721
5722 2016-09-02 Yao Qi <yao.qi@linaro.org>
5723
5724 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5725 true.
5726 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5727 * gdb.base/call-rt-st.exp: Likewise.
5728 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5729 return value instead of gdb,skip_float_test.
5730 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5731 (do_function_calls): Use its return value instead of
5732 gdb,skip_float_test.
5733 * gdb.base/finish.exp: Likewise.
5734 * gdb.base/funcargs.exp: Likewise.
5735 * gdb.base/return.exp: Likewise.
5736 * gdb.base/return2.exp: Likewise.
5737 * gdb.base/varargs.exp: Likewise.
5738 * lib/gdb.exp (gdb_skip_float_test): Change it to
5739 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5740
5741 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5742
5743 * gdb.multi/tids.exp: Test "thread apply all".
5744
5745 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5746
5747 * gdb.base/default.exp (tty): Remove.
5748
5749 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5750
5751 * gdb.python/py-recurse-unwind.c: New file.
5752 * gdb.python/py-recurse-unwind.py: New file.
5753 * gdb.python/py-recurse-unwind.exp: New file.
5754
5755 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5756
5757 * gdb.base/set-inferior-tty.exp: New file.
5758 * gdb.base/set-inferior-tty.c: New file.
5759
5760 2016-08-23 Pedro Alves <palves@redhat.com>
5761
5762 PR gdb/20494
5763 * gdb.base/new-ui-echo.c: New file.
5764 * gdb.base/new-ui-echo.exp: New file.
5765
5766 2016-08-23 Yao Qi <yao.qi@linaro.org>
5767
5768 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5769 gdbserver_spawn.
5770 * gdb.server/connect-without-multi-process.exp (do_test):
5771 Likewise.
5772
5773 2016-08-23 Yao Qi <yao.qi@linaro.org>
5774
5775 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5776 standalone_txt. Delete gdb_txt and standalone_txt on host
5777 and target. Spawn the binary on target. Copy files from
5778 target to host.
5779
5780 2016-08-22 Pedro Alves <palves@redhat.com>
5781
5782 PR gdb/20505
5783 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5784 with_test_prefix. Factor out bits to ...
5785 (test_no_vdso): ... this new procedure.
5786
5787 2016-08-19 Carl Love <cel@us.ibm.com>
5788
5789 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5790 maintaining separate logic for constructing the output path.
5791 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5792 * gdb.arch/ppc-dfp.exp: Likewise.
5793 * gdb.arch/ppc-fp.exp: Likewise.
5794 * gdb.arch/vsx-regs.exp: Likewise.
5795 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5796 binprefix for generating the additional binary files.
5797
5798 2016-08-19 Pedro Alves <palves@redhat.com>
5799
5800 * gdb.trace/mi-trace-frame-collected.exp
5801 (test_trace_frame_collected): On x32, expect two registers.
5802
5803 2016-08-18 Carl Love <cel@us.ibm.com>
5804
5805 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5806 and sync up the test with tests in gas/testsuite/gas/ppc.
5807 * gdb.arch/powerpc-power.exp: Likewise.
5808
5809 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5810
5811 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5812 expected error message.
5813
5814 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5815
5816 * gdb.multi/remove-inferiors.exp: New file.
5817 * gdb.multi/remove-inferiors.c: New file.
5818
5819 2016-08-12 Yao Qi <yao.qi@linaro.org>
5820
5821 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5822 argument list.
5823
5824 2016-08-10 Pedro Alves <palves@redhat.com>
5825
5826 PR gdb/19187
5827 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5828 setup_kfails.
5829
5830 2016-08-09 Pedro Alves <palves@redhat.com>
5831 Simon Marchi <simon.marchi@ericsson.com>
5832
5833 PR gdb/20418
5834 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5835 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5836
5837 2016-08-09 Pedro Alves <palves@redhat.com>
5838
5839 PR mi/20431
5840 * gdb.mi/mi-cmd-error.exp: New file.
5841
5842 2016-08-09 Pedro Alves <palves@redhat.com>
5843
5844 PR gdb/18653
5845 * gdb.base/signals-state-child.c: New file.
5846 * gdb.base/signals-state-child.exp: New file.
5847 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5848
5849 2016-08-09 Pedro Alves <palves@redhat.com>
5850
5851 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5852
5853 2016-08-03 Tom Tromey <tom@tromey.com>
5854
5855 PR python/18565:
5856 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5857
5858 2016-08-01 Yao Qi <yao.qi@linaro.org>
5859
5860 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5861 variable mode to "multi-process" if $multi_process is 1, otherwise
5862 set it to "single-process".
5863
5864 2016-08-01 Yao Qi <yao.qi@linaro.org>
5865
5866 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5867 * gdb.cp/cpexprs.exp: Likewise.
5868 * gdb.cp/m-static.exp: Likewise.
5869
5870 2016-07-26 Tom Tromey <tom@tromey.com>
5871
5872 PR python/20190:
5873 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5874 test.
5875
5876 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5877
5878 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5879 selecting assembly source files.
5880 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5881 assembly source files.
5882 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5883 assembly source files.
5884 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5885 selecting assembly source files.
5886
5887 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5888
5889 * gdb.base/new-ui.exp (do_test_invalid_args): New
5890 procedure.
5891
5892 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5893
5894 * gdb.btrace/reconnect.c: New file.
5895 * gdb.btrace/reconnect.exp: New file.
5896
5897 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5898
5899 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5900 to test_catch_syscall_group.
5901 (test_catch_syscall_group): New.
5902
5903 2016-07-21 Tom Tromey <tom@tromey.com>
5904
5905 * gdb.rust/simple.rs (main): Use empty struct expression.
5906 * gdb.rust/simple.exp: Add tests for empty struct expression.
5907
5908 2016-07-21 Yao Qi <yao.qi@linaro.org>
5909
5910 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5911 if gdb_skip_xml_test is true on some targets.
5912
5913 2016-07-21 Yao Qi <yao.qi@linaro.org>
5914
5915 * gdb.server/solib-list.exp: Unset last_loaded_file.
5916
5917 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5918
5919 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5920 "step into captured_main (args)".
5921
5922 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5923
5924 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5925
5926 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5927
5928 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5929
5930 2016-07-19 Pedro Alves <palves@redhat.com>
5931
5932 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5933 * gdb.opt/inline-bt.exp: Likewise.
5934 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5935 additional_flags=-Winline.
5936 * gdb.opt/inline-locals.exp: Likewise.
5937 * gdb.opt/inline-markers.c (ATTR): Define.
5938 (inlined_fn): Use it.
5939
5940 2016-07-19 Yao Qi <yao.qi@linaro.org>
5941
5942 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5943 (test_with_self): Remove some code. Remove argument executable.
5944 (top-level): Use do_self_tests.
5945
5946 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5947 Don Breazeal <donb@codesourcery.com>
5948
5949 * gdb.base/maint.exp: Escape paths used in regular expressions.
5950 * gdb.stabs/weird.exp: Likewise.
5951
5952 2016-07-13 Tom Tromey <tom@tromey.com>
5953
5954 PR python/15620, PR python/18620:
5955 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5956 (test_bkpt_events): New procs.
5957
5958 2016-07-13 Tom Tromey <tom@tromey.com>
5959
5960 PR python/17698:
5961 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5962 test.
5963 (test_watchpoints): Likewise.
5964 (test_bkpt_pending): New proc.
5965
5966 2016-07-13 Tom Tromey <tom@tromey.com>
5967
5968 PR cli/18053:
5969 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5970 completion test.
5971
5972 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5973
5974 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5975 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5976 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5977 f_label.
5978 (g): Rename g_end_lbl to g_label.
5979 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5980 low_pc and high_pc.
5981 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5982
5983 2016-07-12 Tom Tromey <tom@tromey.com>
5984
5985 PR python/19293:
5986 * gdb.python/py-unwind-maint.exp: Update tests.
5987
5988 2016-07-12 Yao Qi <yao.qi@linaro.org>
5989
5990 * lib/selftest-support.exp (selftest_setup): Match the output
5991 when captured_main is inlined.
5992
5993 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5994
5995 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5996 New variables.
5997 (print this%a, print this%b, print this): New tests.
5998 * gdb.fortran/derived-types.f90 (this): New object and
5999 initialization.
6000
6001 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6002
6003 * gdb.ada/arraydim.exp: Remove extra directory level in build
6004 directory.
6005
6006 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6007
6008 * lib/ada.exp: Remove extra directory level in build directory.
6009 * gdb.ada/cond_lang.exp: Likewise.
6010 * gdb.ada/exec_changed.exp: Likewise.
6011 * gdb.ada/lang_switch.exp: Likewise.
6012
6013 2016-07-06 Manish Goregaokar <manish@mozilla.com>
6014
6015 * simple.rs: Add test for raw pointer subscripting.
6016 * simple.exp: Add test expectations.
6017
6018 2016-07-05 Yao Qi <yao.qi@linaro.org>
6019
6020 * gdb.mi/mi-reverse.exp: Match =record-started output.
6021
6022 2016-07-01 Pedro Alves <palves@redhat.com>
6023
6024 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6025 procedure.
6026 (jit_reader_test): Test the jit reader's unwinder.
6027 * gdb.base/jithost.c (jit_function_00_code): New global.
6028 (main): Use memcpy to fill in the mmapped code, instead of poking
6029 bytes manually here.
6030 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6031 value.
6032 (read_debug_info): Save the function's range.
6033 (read_sp): New function.
6034 (unwind_frame): Use it. Also unwind RBP.
6035 (get_frame_id): Use read_sp.
6036 (gdb_init_reader): Use calloc instead of malloc.
6037 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6038 parameter. Use gdb_test_multiple.
6039
6040 2016-07-01 Pedro Alves <palves@redhat.com>
6041 Antoine Tremblay <antoine.tremblay@ericsson.com>
6042
6043 * gdb.threads/process-dies-while-detaching.c: New file.
6044 * gdb.threads/process-dies-while-detaching.exp: New file.
6045
6046 2016-07-01 Pedro Alves <palves@redhat.com>
6047
6048 * gdb.multi/watchpoint-multi-exit.c: New file.
6049 * gdb.multi/watchpoint-multi-exit.exp: New file.
6050
6051 2016-06-30 Pedro Alves <palves@redhat.com>
6052
6053 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6054 unset inferior_spawn_id.
6055
6056 2016-06-30 Pedro Alves <palves@redhat.com>
6057
6058 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6059 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6060
6061 2016-06-29 Yao Qi <yao.qi@linaro.org>
6062
6063 * gdb.base/return.c: Add copyright header.
6064
6065 2016-06-29 Tom Tromey <tom@tromey.com>
6066
6067 PR python/20129:
6068 * gdb.python/py-framefilter.exp: Add tests for setting priority
6069 and disabling of non-existent frame filter.
6070
6071 2016-06-29 Yao Qi <yao.qi@linaro.org>
6072
6073 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6074 0x0f07ff.
6075
6076 2016-06-28 Yao Qi <yao.qi@linaro.org>
6077
6078 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6079 triplets. Start gdb, execute catch syscall, and continue. Check
6080 gdb's output to determine catch syscall is supported.
6081
6082 2016-06-27 Manish Goregaokar <manish@mozilla.com>
6083
6084 * gdb.rust/simple.rs: Add test for returning unit in a function.
6085 * gdb.rust/simple.exp: Add expectation for functions returning
6086 unit.
6087
6088 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6089
6090 * gdb.python/py-breakpoint-create-fail.c,
6091 gdb.python/py-breakpoint-create-fail.exp,
6092 gdb.python/py-breakpoint-create-fail.py: New testcase.
6093
6094 2016-06-25 Manish Goregaokar <manish@mozilla.com>
6095
6096 PR gdb/20239
6097 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6098 * gdb.rust/simple.exp: Add test expectations for new NonZero
6099 tests.
6100
6101 2016-06-24 David Taylor <dtaylor@emc.com>
6102
6103 * gdb.base/offsets.exp: New file.
6104 * gdb.base/offsets.c: New file.
6105
6106 2016-06-23 Tom Tromey <tom@tromey.com>
6107
6108 PR gdb/16483:
6109 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6110 before any filters are loaded.
6111
6112 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6113
6114 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6115 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6116 structs.
6117 * gdb.fortran/derived-type-function.exp: New file.
6118 * gdb.fortran/derived-type-function.f90: New file.
6119
6120
6121 2016-06-21 Pedro Alves <palves@redhat.com>
6122
6123 * gdb.base/new-ui.exp: New file.
6124 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6125 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6126 (with_spawn_id): New procedure.
6127
6128 2016-06-21 Pedro Alves <palves@redhat.com>
6129
6130 * gdb.mi/mi-exec-run.exp: New file.
6131
6132 2016-06-21 Pedro Alves <palves@redhat.com>
6133
6134 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6135 breakpoint command's output on the main UI.
6136 (test_break): New procedure, factored out from calls in the top
6137 level.
6138 (top level): Use foreach_with_prefix to test MI as main UI and as
6139 separate UI.
6140
6141 2016-06-21 Pedro Alves <palves@redhat.com>
6142
6143 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6144 (test_awatch_creation_and_listing)
6145 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6146 Remove 'type' parameter.
6147 (test_watchpoint_all): New parameter mi_mode. Remove
6148 with_test_prefix.
6149 (top level): Use foreach_with_prefix, and add main/separate UI MI
6150 testing axis.
6151
6152 2016-06-21 Pedro Alves <palves@redhat.com>
6153
6154 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6155 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6156 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6157 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6158 (gdb_main_spawn_id, mi_spawn_id): Declare and
6159 comment.
6160 (mi_create_inferior_pty): New procedure,
6161 factored out from default_mi_gdb_start.
6162 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6163 procedures.
6164 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6165 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6166 Use mi_create_inferior_pty.
6167 (mi_gdb_start): Use eval to pass down args list.
6168
6169 2016-06-21 Pedro Alves <palves@redhat.com>
6170
6171 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6172 * gdb.opt/inline-cmds.exp: Add MI tests.
6173
6174 2016-06-21 Pedro Alves <palves@redhat.com>
6175
6176 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6177
6178 2016-06-21 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6181 (top level): Use it instead of mi_execute_to.
6182
6183 2016-06-21 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6186 (cont_handler_str): New.
6187 (signal_stop_handler): Set stop_handler_str instead of printing to
6188 stdout.
6189 (continue_handler): Set cont_handler_str instead of printing to
6190 stdout.
6191 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6192 mi_send_resuming_command. Print stop_handler_str and
6193 cont_handler_str instead of expecting the python events print
6194 directly.
6195
6196 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6197
6198 * gdb.base/jit-reader.exp: New file.
6199 * gdb.base/jithost.c: New file.
6200 * gdb.base/jithost.h: New file.
6201 * gdb.base/jitreader.c : New file.
6202 * gdb.base/jit-protocol.h: New file.
6203
6204 2016-06-17 Yao Qi <yao.qi@linaro.org>
6205
6206 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6207 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6208 and detach-on-fork. Adjust tests.
6209 (top level): Invoke break_cond_on_syscall with combinations of
6210 syscall, follow-fork-mode and detach-on-fork.
6211
6212 2016-06-17 Yao Qi <yao.qi@linaro.org>
6213
6214 * gdb.base/step-over-exit.c: New.
6215 * gdb.base/step-over-exit.exp: New.
6216
6217 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6218
6219 * gdb.base/float.exp: Add target check for nds32*-*-*.
6220 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6221
6222 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6223
6224 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6225 for unsupported target features.
6226 * gdb.base/call-rt-st.exp: Likewise.
6227 * gdb.base/call-sc.exp: Likewise.
6228 * gdb.base/call-signal-resume.exp: Likewise.
6229 * gdb.base/call-strs.exp: Likewise.
6230 * gdb.base/callexit.exp: Likewise.
6231 * gdb.base/callfuncs.exp: Likewise.
6232 * gdb.base/nodebug.exp: Likewise.
6233 * gdb.base/printcmds.exp: Likewise.
6234 * gdb.base/ptype.exp: Likewise.
6235 * gdb.base/structs.exp: Likewise.
6236 * gdb.base/unwindonsignal.exp: Likewise.
6237 * gdb.cp/gdb2495.exp: Likewise.
6238 * gdb.cp/templates.exp: Likewise.
6239 * gdb.cp/virtfunc.exp: Likewise.
6240 * gdb.threads/hand-call-in-threads.exp: Likewise.
6241 * gdb.threads/interrupted-hand-call.exp: Likewise.
6242 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6243
6244 2016-06-10 Tom Tromey <tom@tromey.com>
6245
6246 PR rust/20110:
6247 * gdb.rust/expr.exp: Add test for integer constant larger than
6248 i32.
6249
6250 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6251
6252 * gdb.fortran/nested-funcs.exp: New.
6253 * gdb.fortran/nested-funcs.f90: New.
6254
6255 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6256
6257 * gdb.base/examine-backward.c: New file.
6258 * gdb.base/examine-backward.exp: New file.
6259
6260 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6261
6262 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6263 matching.
6264
6265 2016-06-02 Tom Tromey <tom@tromey.com>
6266
6267 PR python/18984:
6268 * gdb.python/py-shared.exp: Add solib_name test.
6269
6270 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6271
6272 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6273
6274 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6275
6276 PR c++/19893
6277 * gdb.dwarf2/implref.exp: Rename to...
6278 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6279 * gdb.dwarf2/implref-array.c: New file.
6280 * gdb.dwarf2/implref-array.exp: Likewise.
6281 * gdb.dwarf2/implref-global.c: Likewise.
6282 * gdb.dwarf2/implref-global.exp: Likewise.
6283 * gdb.dwarf2/implref-struct.c: Likewise.
6284 * gdb.dwarf2/implref-struct.exp: Likewise.
6285
6286 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6287
6288 * gdb.trace/trace-condition.exp: Add 64bit tests.
6289
6290 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6291
6292 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6293 bits types.
6294 (main): Adapt to 8 to 64 bits types.
6295 * gdb.trace/trace-condition.exp: Add new tests.
6296
6297 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6298
6299 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6300
6301 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6302
6303 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6304 Move condition tests...
6305 * gdb.trace/trace-condition.exp: Here.
6306
6307 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6308
6309 * gdb.trace/trace-condition.exp: Add counter-case tests.
6310
6311 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6312
6313 PR c++/15231
6314 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6315 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6316
6317 2016-05-27 Pedro Alves <palves@redhat.com>
6318
6319 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6320 New procedure.
6321 (top level): Call it, and bail out of DejaGnu is known to be bad.
6322
6323 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6324
6325 * gdb.base/whatis.c: Extend the test case.
6326 * gdb.base/whatis.exp: Add additional tests.
6327
6328 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6329
6330 * gdb.fortran/type.f90: Add pointer variable.
6331 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6332
6333 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6334
6335 * gdb.fortran/vla-type.exp: Fix testcase name.
6336
6337 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6338
6339 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6340
6341 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6342
6343 * gdb.fortran/type.f90: Add nested structures.
6344 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6345 * gdb.fortran/derived-type.exp: Adapt expected output.
6346 * gdb.fortran/vla-type.exp: Adapt expected output.
6347
6348 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6349
6350 * gdb.fortran/whatis_type.exp: Adapt expected output.
6351
6352 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6353
6354 * gdb.fortran/print_type.exp: Fix expected output.
6355 * gdb.fortran/whatis_type.exp: Fix expected output.
6356
6357 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6358
6359 * gdb.fortran/whatis_type.exp: Use multi_line.
6360
6361 2016-05-24 Tom Tromey <tom@tromey.com>
6362
6363 PR python/17386:
6364 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6365 use value as an index.
6366
6367 2016-05-23 Tom Tromey <tom@tromey.com>
6368
6369 PR python/17981:
6370 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6371 no-breakpoint case.
6372
6373 2016-05-24 Pedro Alves <palves@redhat.com>
6374
6375 PR gdb/19828
6376 * gdb.threads/clone-attach-detach.c: New file.
6377 * gdb.threads/clone-attach-detach.exp: New file.
6378
6379 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6380
6381 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6382
6383 2016-05-23 Tom Tromey <tom@tromey.com>
6384
6385 PR python/19438, PR python/18393:
6386 * gdb.python/py-progspace.exp: Add "dir" test.
6387 * gdb.python/py-objfile.exp: Add "dir" test.
6388
6389 2016-05-23 Yao Qi <yao.qi@linaro.org>
6390
6391 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6392 * gdb.arch/thumb2-it.exp: Likewise.
6393
6394 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6395
6396 * gdb.mi/mi-threads-interrupt.c: New file.
6397 * gdb.mi/mi-threads-interrupt.exp: New file.
6398
6399 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6400
6401 PR gdb/18077
6402 * gdb.mi/mi-async-run.exp: New file.
6403 * gdb.mi/mi-async-run.c: New file.
6404
6405 2016-05-17 Tom Tromey <tom@tromey.com>
6406 Manish Goregaokar <manishsmail@gmail.com>
6407
6408 * lib/rust-support.exp: New file.
6409 * lib/gdb.exp (skip_rust_tests): New proc.
6410 (build_executable_from_specs): Handle rust.
6411 * lib/future.exp (gdb_find_rustc): New proc.
6412 (gdb_default_target_compile): Handle rust.
6413 * gdb.rust/expr.exp: New file.
6414 * gdb.rust/generics.exp: New file.
6415 * gdb.rust/generics.rs: New file.
6416 * gdb.rust/methods.exp: New file.
6417 * gdb.rust/methods.rs: New file.
6418 * gdb.rust/modules.exp: New file.
6419 * gdb.rust/modules.rs: New file.
6420 * gdb.rust/simple.exp: New file.
6421 * gdb.rust/simple.rs: New file.
6422
6423 2016-05-17 Tom Tromey <tom@tromey.com>
6424
6425 * gdb.base/default.exp (set language): Add rust.
6426
6427 2016-05-17 Tom Tromey <tom@tromey.com>
6428
6429 * gdb.gdb/unittest.exp: New file.
6430
6431 2016-05-16 Yao Qi <yao.qi@linaro.org>
6432
6433 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6434 shell_prompt. Update shell_prompt_re.
6435
6436 2016-05-12 Doug Evans <dje@google.com>
6437
6438 PR symtab/19999
6439 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6440 $options when building executable.
6441 * gdb.dwarf2/fission-loclists-pie.S: New file.
6442 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6443
6444 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6445
6446 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6447 of [is_remote target],
6448
6449 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6450
6451 * lib/gdb.exp (use_gdb_stub): New procedure.
6452
6453 2016-05-03 Yunlian Jiang <yunlian@google.com>
6454 Doug Evans <dje@google.com>
6455
6456 PR symtab/19914
6457 * gdb.dwarf2/dwp-sepdebug.c: New file.
6458 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6459
6460 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6461
6462 * gdb.base/detach.exp: Remove is_remote check.
6463
6464 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6465
6466 * gdb.base/annota-input-while-running.exp: Don't check for
6467 [is_remote target]. Enable annotations after running to main.
6468 Remove unused "set test..." line.
6469
6470 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6471
6472 * gdb.trace/trace-enable-disable.exp: New file.
6473 * gdb.trace/trace-enable-disable.c: New file.
6474
6475 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6476
6477 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6478 use it in info sharedlibrary test.
6479 * gdb.trace/ftrace-lock.exp: Likewise.
6480 * gdb.trace/ftrace.exp: Likewise.
6481 * gdb.trace/range-stepping.exp: Likewise.
6482 * gdb.trace/trace-break.exp: Likewise.
6483 * gdb.trace/trace-condition.exp: Likewise.
6484 * gdb.trace/trace-mt.exp: Likewise.
6485
6486 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6487
6488 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6489 (gdb_load_shlib): ... this.
6490 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6491 gdb_load_shlib.
6492 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6493 * gdb.base/ctxobj.exp: Likewise.
6494 * gdb.base/dprintf-pending.exp: Likewise.
6495 * gdb.base/dso2dso.exp: Likewise.
6496 * gdb.base/fixsection.exp: Likewise.
6497 * gdb.base/gcore-relro.exp: Likewise.
6498 * gdb.base/gdb1555.exp: Likewise.
6499 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6500 * gdb.base/gnu-ifunc.exp: Likewise.
6501 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6502 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6503 * gdb.base/pending.exp: Likewise.
6504 * gdb.base/print-file-var.exp: Likewise.
6505 * gdb.base/print-symbol-loading.exp: Likewise.
6506 * gdb.base/shlib-call.exp: Likewise.
6507 * gdb.base/shreloc.exp: Likewise.
6508 * gdb.base/so-impl-ld.exp: Likewise.
6509 * gdb.base/solib-disc.exp: Likewise.
6510 * gdb.base/solib-nodir.exp: Likewise.
6511 * gdb.base/solib-overlap.exp: Likewise.
6512 * gdb.base/solib-symbol.exp: Likewise.
6513 * gdb.base/solib-weak.exp (do_test): Likewise.
6514 * gdb.base/sym-file.exp: Likewise.
6515 * gdb.base/symtab-search-order.exp: Likewise.
6516 * gdb.base/type-opaque.exp: Likewise.
6517 * gdb.base/unload.exp: Likewise.
6518 * gdb.base/watchpoint-solib.exp: Likewise.
6519 * gdb.compile/compile.exp: Likewise.
6520 * gdb.cp/gdb2384.exp: Likewise.
6521 * gdb.cp/infcall-dlopen.exp: Likewise.
6522 * gdb.cp/re-set-overloaded.exp: Likewise.
6523 * gdb.fortran/library-module.exp: Likewise.
6524 * gdb.opt/solib-intra-step.exp: Likewise.
6525 * gdb.python/py-finish-breakpoint.exp: Likewise.
6526 * gdb.python/py-shared.exp: Likewise.
6527 * gdb.reverse/solib-precsave.exp: Likewise.
6528 * gdb.reverse/solib-reverse.exp: Likewise.
6529 * gdb.server/solib-list.exp: Likewise.
6530 * gdb.threads/dlopen-libpthread.exp: Likewise.
6531 * gdb.threads/tls-shared.exp: Likewise.
6532 * gdb.threads/tls-so_extern.exp: Likewise.
6533 * gdb.trace/change-loc.exp: Likewise.
6534 * gdb.trace/ftrace-lock.exp: Likewise.
6535 * gdb.trace/ftrace.exp: Likewise.
6536 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6537 * gdb.trace/pending.exp: Likewise.
6538 * gdb.trace/range-stepping.exp: Likewise.
6539 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6540 (strace_info_marker): Likewise.
6541 (strace_probe_marker): Likewise.
6542 (strace_trace_on_same_addr): Likewise.
6543 (strace_trace_on_diff_addr): Likewise.
6544 * gdb.trace/trace-break.exp: Likewise.
6545 * gdb.trace/trace-condition.exp: Likewise.
6546 * gdb.trace/trace-mt.exp: Likewise.
6547
6548 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6549
6550 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6551 result of gdb_remote_download.
6552 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6553 * gdb.base/dso2dso.exp: Likewise.
6554 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6555 * gdb.base/print-file-var.exp: Likewise.
6556 * gdb.base/shlib-call.exp: Likewise.
6557 * gdb.base/shreloc.exp: Likewise.
6558 * gdb.base/solib-overlap.exp: Likewise.
6559 * gdb.base/solib-weak.exp (do_test): Likewise.
6560 * gdb.base/unload.exp: Likewise.
6561
6562 2016-04-27 Yao Qi <yao.qi@linaro.org>
6563
6564 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6565 exists.
6566
6567 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6568
6569 * vla-type.exp: Print structure from toplevel.
6570
6571 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6572
6573 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6574 of dynamic types.
6575 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6576 of dynamic types.
6577
6578 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6579
6580 * gdb.fortran/vla-type.f90: New file.
6581 * gdb.fortran/vla-type.exp: New file.
6582
6583 2016-04-25 Yao Qi <yao.qi@linaro.org>
6584
6585 * gdb.base/branch-to-self.c: New file.
6586 * gdb.base/branch-to-self.exp: New file.
6587
6588 2016-04-22 Yao Qi <yao.qi@linaro.org>
6589
6590 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6591 more after $hex.
6592
6593 2016-04-22 Yao Qi <yao.qi@linaro.org>
6594
6595 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6596 * gdb.base/annota3.exp: Likewise.
6597
6598 2016-04-22 Yao Qi <yao.qi@linaro.org>
6599
6600 * gdb.reverse/step-precsave.exp: Do one step and test program
6601 stops in "callee" and do multiple steps until program goes out
6602 of "callee".
6603 * gdb.reverse/step-reverse.exp: Likewise.
6604
6605 2016-04-22 Yao Qi <yao.qi@linaro.org>
6606
6607 * gdb.trace/signal.exp: Also pass if
6608 $tracepoint_hits($i) > $iterations.
6609
6610 2016-04-22 Yao Qi <yao.qi@linaro.org>
6611
6612 * gdb.trace/signal.c: New file.
6613 * gdb.trace/signal.exp: New file.
6614
6615 2016-04-19 Doug Evans <xdje42@gmail.com>
6616
6617 * gdb.base/bad-file.exp: New file.
6618
6619 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6620
6621 * gdb.dwarf2/implref.exp: New file.
6622
6623 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6624
6625 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6626 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6627 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6628 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6629 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6630 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6631 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6632 * lib/fortran.exp (fortran_int4): New procedure.
6633 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6634 (fortran_logical4): Likewise.
6635
6636 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6637
6638 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6639
6640 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6641
6642 * lib/compiler.c: Add Intel specific preprocessor macros.
6643 * lib/compiler.cc: Likewise.
6644
6645 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6646
6647 * gdb.server/connect-with-no-symbol-file.c: New file.
6648 * gdb.server/connect-with-no-symbol-file.exp: New file.
6649
6650 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6651
6652 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6653
6654 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6655
6656 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6657 standard output directory.
6658
6659 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6660
6661 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6662
6663 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6664
6665 * gdb.btrace/instruction_history.c (loop): Add declaration.
6666
6667 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6668
6669 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6670
6671 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6672
6673 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6674 parentheses to print.
6675 (continue_handler): Likewise.
6676
6677 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6678
6679 * gdb.server/solib-list.exp: Remove is_remote check.
6680 Pass shlib= to gdb_compile. Don't link shared library with
6681 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6682 Run binary filename through "readlink -f" on the target.
6683
6684 2016-04-08 Pedro Alves <palves@redhat.com>
6685
6686 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6687 interpreter filename as argument to gdbserver_spawn.
6688 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6689 Return empty if $last_loaded_file does not exist.
6690
6691 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6692
6693 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6694 * gdb.base/jit-main.c: Use exit after usage.
6695
6696 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6697
6698 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6699 GDBHISTSIZE prior to the tests.
6700 * gdb.base/gdbinit-history.exp: Likewise.
6701
6702 2016-04-07 Pedro Alves <palves@redhat.com>
6703
6704 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6705 instead of build_executable. Use gdb_load_shlibs.
6706
6707 2016-04-07 Yao Qi <yao.qi@linaro.org>
6708
6709 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6710 Execute "si" command.
6711
6712 2016-04-07 Yao Qi <yao.qi@linaro.org>
6713
6714 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6715 number instead of the comments on some line.
6716
6717 2016-04-06 Don Breazeal <donb@codesourcery.com>
6718
6719 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6720 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6721
6722 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6723
6724 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6725 standard_output_file. Remove unused binfile variable.
6726
6727 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6728
6729 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6730 * gdb.python/py-mi-objfile.exp: Match "list main" output
6731 in console format.
6732
6733 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6734
6735 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6736 absolute.
6737
6738 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6739
6740 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6741 absolute.
6742 * gdb.trace/ftrace.exp: Likewise.
6743 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6744 targets as well.
6745 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6746 (gdb_load_shlibs): Copy libraries to test directory when testing
6747 natively. Only set solib-search-path if testing remotely.
6748 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6749
6750 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6751
6752 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6753 gdb_download. Use it even if the target is not remote.
6754 * gdb.base/jit.exp (compile_jit_test): Likewise.
6755 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6756 output directory if the destination board is local, otherwise use
6757 the standard remote_download from DejaGnu.
6758 (gdb_download): Remove.
6759 (gdb_load_shlibs): Use gdb_remote_download instead of
6760 gdb_download.
6761 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6762 Use gdb_remote_download instead of gdb_download. Use it even if
6763 the target is not remote.
6764 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6765 instead of gdb_download.
6766
6767 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6768
6769 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6770 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6771 run.
6772
6773 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6774
6775 PR gdb/19820
6776 * gdb.base/printcmds.exp: Add artificial arrays tests.
6777
6778 2016-03-31 Pedro Alves <palves@redhat.com>
6779
6780 PR gdb/19858
6781 * gdb.base/jit-main.c: Include unistd.h.
6782 (ATTACH): Define to 0 if not already defined.
6783 (wait_for_gdb, mypid): New globals.
6784 (WAIT_FOR_GDB): New macro.
6785 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6786 some breakpoint locations.
6787 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6788 New procedures.
6789 (one_jit_test): Add REATTACH parameter, and handle it. Use
6790 continue_to_test_location.
6791 (top level): Test attach, and adjusts calls to one_jit_test.
6792
6793 2016-03-31 Pedro Alves <palves@redhat.com>
6794
6795 PR gdb/19858
6796 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6797 BINSUFFIX parameter, and handle it.
6798 (top level): Adjust calls compile_jit_test.
6799
6800 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6801
6802 PR python/19743
6803 * gdb.python/py-mi-events-gdb.py: New file.
6804 * gdb.python/py-mi-events.c: New file.
6805 * gdb.python/py-mi-events.exp: New file.
6806
6807 2016-03-30 Yao Qi <yao.qi@linaro.org>
6808
6809 * gdb.reverse/until-precsave.exp: Match function name only.
6810 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6811 Move malloc to a condition block.
6812 * gdb.reverse/until-reverse.exp: Match function name only.
6813
6814 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6815
6816 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6817 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6818 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6819 variable for GPR 0 instead of assuming it is register 0.
6820 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6821 * lib/trace-support.exp: Add s390 registers.
6822
6823 2016-03-29 Yao Qi <yao.qi@linaro.org>
6824
6825 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6826
6827 2016-03-24 Yao Qi <yao.qi@linaro.org>
6828
6829 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6830 test message.
6831
6832 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6833
6834 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6835 maintaining separate logic for constructing the output path.
6836
6837 2016-03-16 Don Breazeal <donb@codesourcery.com>
6838
6839 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6840 Retry fork and waitpid on interrupted system call errors.
6841 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6842 Use with_timeout_factor to increase timeout by factor of 10.
6843
6844 2016-03-15 Don Breazeal <donb@codesourcery.com>
6845
6846 * gdb.cp/scope-err.cc: New test program.
6847 * gdb.cp/scope-err.exp: New test script.
6848 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6849 lines and "set breakpoint here" comment.
6850 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6851 Fixed some whitespace and format issues.
6852 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6853 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6854
6855 2016-03-15 Doug Evans <dje@google.com>
6856
6857 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6858 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6859 All callers updated. Add tests for enums, mixed flags register.
6860
6861 2016-03-15 Doug Evans <dje@google.com>
6862
6863 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6864 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6865
6866 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6867
6868 * gdb.base/default.exp: Add $_as_string to the list of expected
6869 convenience functions.
6870
6871 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6872
6873 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6874
6875 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6876
6877 * gdb.python/py-as-string.exp: New file.
6878 * gdb.python/py-as-string.c: New file.
6879
6880 2016-03-09 Pedro Alves <palves@redhat.com>
6881
6882 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6883 signal" -> "Thread NN received signal" output change.
6884 * gdb.threads/ia64-sigill.exp: Likewise.
6885 * gdb.threads/linux-dp.exp: Likewise.
6886 * gdb.threads/manythreads.exp: Likewise.
6887 * gdb.threads/pending-step.exp: Likewise.
6888 * gdb.threads/print-threads.exp: Likewise.
6889 * gdb.threads/sigstep-threads.exp: Likewise.
6890 * gdb.threads/staticthreads.exp: Likewise.
6891 * gdb.threads/tls.exp: Likewise.
6892
6893 2016-03-09 Pedro Alves <palves@redhat.com>
6894
6895 * gdb.base/command-line-input.exp: New file.
6896
6897 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6898
6899 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6900 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6901 * gdb.trace/pending.exp: Accept leading dot before function name.
6902 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6903 * lib/trace-support.exp: Set registers for ppc.
6904
6905 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6906
6907 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6908 use it for disassembly; accept .main in addition to main in backtrace.
6909
6910 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6911 Marcin Kościelnicki <koriakin@0x04.net>
6912
6913 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6914 (gdb_recursion_test_ptr): New global variable.
6915 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6916 gdb_recursion_test.
6917 (gdb_c_test): Ditto.
6918
6919 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6920
6921 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6922 ordering.
6923
6924 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6925
6926 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6927 (bar): Add bar_start_lbl label.
6928 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6929 of foo/bar for emitting DWARF and tracing.
6930
6931 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6932
6933 * analyze-racy-logs.py: Set executable bit.
6934
6935 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6936
6937 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6938 (CHECK_TARGET_TMP): Likewise.
6939 (check-single-racy): New rule.
6940 (check-parallel-racy): Likewise.
6941 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6942 (do-check-parallel-racy): New rule.
6943 (check-racy/%.exp): Likewise.
6944 * README (Racy testcases): New section.
6945 * analyze-racy-logs.py: New file.
6946
6947 2016-03-03 Doug Evans <dje@google.com>
6948
6949 * gdb.base/skip.exp: Use with_test_prefix.
6950
6951 2016-03-03 Yao Qi <yao.qi@linaro.org>
6952
6953 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6954 Invoke step_over_syscall "clone" and break_cond_on_syscall
6955 "clone".
6956 * gdb.base/step-over-clone.c: New file.
6957
6958 2016-03-03 Yao Qi <yao.qi@linaro.org>
6959
6960 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6961 code format.
6962
6963 2016-03-03 Yao Qi <yao.qi@linaro.org>
6964
6965 * gdb.base/disp-step-fork.c: Rename to ...
6966 * gdb.base/step-over-fork.c: ... it. New file.
6967 * gdb.base/disp-step-vfork.c: Rename to ...
6968 * gdb.base/step-over-vfork.c: ... it. New file.
6969 * gdb.base/disp-step-syscall.exp: Rename to ...
6970 * gdb.base/step-over-syscall.exp: ... it. New file.
6971 (disp_step_cross_syscall): Rename to ...
6972 (step_over_syscall): ... it.
6973
6974 2016-03-03 Yao Qi <yao.qi@linaro.org>
6975
6976 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6977 If target supports condition evaluation on target, invoke
6978 break_cond_on_syscall for fork and vfork.
6979
6980 2016-03-03 Yao Qi <yao.qi@linaro.org>
6981
6982 * gdb.base/disp-step-syscall.exp: Don't invoke
6983 support_displaced_stepping.
6984 (disp_step_cross_syscall): Test with displaced stepping off and
6985 on if supported.
6986
6987 2016-03-03 Yao Qi <yao.qi@linaro.org>
6988
6989 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6990 proc.
6991 (setup): New proc.
6992 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6993 and setup.
6994
6995 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6996
6997 * gdb.fortran/vla-history.exp: Remove breakpoint.
6998
6999 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7000
7001 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7002 exceeds timeout.
7003
7004 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7005
7006 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7007 breakpoint.
7008
7009 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7010
7011 * gdb.mi/vla.f90: Nullify pointer after declaration.
7012
7013 2016-03-01 Pedro Alves <palves@redhat.com>
7014
7015 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7016
7017 2016-03-01 Pedro Alves <palves@redhat.com>
7018
7019 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7020 before anything else.
7021 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7022 _GNU_SOURCE here.
7023 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7024 before anything else.
7025 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7026
7027 2016-03-01 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7030
7031 2016-03-01 Yao Qi <yao.qi@linaro.org>
7032
7033 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7034 prepare_for_testing.
7035
7036 2016-03-01 Yao Qi <yao.qi@linaro.org>
7037
7038 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7039
7040 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7041
7042 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7043 manually constructing the output path.
7044
7045 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7046
7047 * gdb.arch/s390-stackless.S: New.
7048 * gdb.arch/s390-stackless.exp: New.
7049
7050 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7051
7052 * gdb.dlang/circular.c: New file.
7053 * gdb.dlang/circular.exp: New file.
7054
7055 2016-02-26 Yao Qi <yao.qi@linaro.org>
7056
7057 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7058 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7059 (testcases): Update.
7060
7061 2016-02-26 Yao Qi <yao.qi@linaro.org>
7062
7063 * gdb.reverse/aarch64.c: Rename to ...
7064 * gdb.reverse/insn-reverse.c: ... it.
7065 * gdb.reverse/aarch64.exp: Rename to ...
7066 * gdb.reverse/insn-reverse.exp: ... it.
7067
7068 2016-02-26 Yao Qi <yao.qi@linaro.org>
7069
7070 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7071 (testcase_ftype): New.
7072 (testcases): New array.
7073 (n_testcases): New.
7074 (main): Call each element in testcases.
7075 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7076 (read_testcase): New.
7077 Do the tests in a loop.
7078
7079 2016-02-25 Yao Qi <yao.qi@linaro.org>
7080
7081 * gdb.base/branches.c: Remove.
7082
7083 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7084
7085 PR gdb/13808
7086 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7087
7088 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7089
7090 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7091
7092 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7093
7094 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7095 change x86_64 call_insn to 'callq'.
7096
7097 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7098
7099 * gdb.trace/tfile-avx.c: Move to...
7100 * gdb.trace/tracefile-pseudo-reg.c: Here.
7101 * gdb.trace/tfile-avx.exp: Move to...
7102 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7103
7104 2016-02-24 Gary Benson <gbenson@redhat.com>
7105
7106 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7107 message on attach.
7108
7109 2016-02-23 Doug Evans <dje@google.com>
7110
7111 * gdb.base/skip.c (test_skip): New function.
7112 (end_test_skip_file_and_function): New function.
7113 (test_skip_file_and_function): New function.
7114 * gdb.base/skip1.c (test_skip): New function.
7115 (skip1_test_skip_file_and_function): New function.
7116 * gdb.base/skip.exp: Add tests for new skip options.
7117 * gdb.base/skip-solib.exp: Update expected output.
7118 * gdb.perf/skip-command.cc: New file.
7119 * gdb.perf/skip-command.exp: New file.
7120 * gdb.perf/skip-command.py: New file.
7121
7122 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7123
7124 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7125 info registers pattern.
7126
7127 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7128
7129 * lib/future.exp: Add D support.
7130 (gdb_find_gdc): New proc.
7131 (gdb_default_target_compile): Add D support.
7132
7133 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
7134
7135 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7136 user+system time.
7137 (trace_speed_test): Determine the iteration count for a time
7138 between 15..30 seconds.
7139
7140 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7141
7142 * gdb.arch/i386-mpx-sigsegv.c: New file.
7143 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7144 * gdb.arch/i386-mpx-simple_segv.c: New file.
7145 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7146
7147 2016-02-18 Yao Qi <yao.qi@linaro.org>
7148
7149 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7150 Don't call setup_kfail.
7151
7152 2016-02-18 Yao Qi <yao.qi@linaro.org>
7153
7154 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7155 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7156
7157 2016-02-16 Doug Evans <dje@google.com>
7158
7159 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7160 * gdb.base/skip1.c: Ditto.
7161 * gdb.base/skip.exp: Whitespace cleanup.
7162
7163 2016-02-16 Don Breazeal <donb@codesourcery.com>
7164
7165 PR remote/19496
7166 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7167 Remove kfail for PR remote/19496.
7168
7169 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7170
7171 * lib/gdb.exp (standard_temp_file): Return a path specific to
7172 the runtest invocation.
7173
7174 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7175
7176 * gdb.trace/save-trace.exp: Change relative path to be in the
7177 standard output directory.
7178
7179 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7180
7181 * gdb.arch/i386-prologue.c: Add missing prototypes.
7182
7183 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7184
7185 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7186 * gdb.arch/i386-prologue.exp: Likewise.
7187 * gdb.arch/i386-size.exp: Likewise.
7188
7189 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7190
7191 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7192 define object file path.
7193 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7194 file path.
7195 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7196 standard_output_file to define binfile.
7197
7198 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7199
7200 Fix compatibility with recent gfortran-5.3.1.
7201 * gdb.fortran/vla-history.exp (print vla1 allocated)
7202 (print vla2 allocated, print $2, print $3): Remove
7203 (print $4): Rename to ...
7204 (print $2): ... here.
7205 (print $9): Rename to ...
7206 (print $5): ... here.
7207 (print $10): Rename to ...
7208 (print $6): ... here.
7209 * gdb.fortran/vla.f90: Add pvla initialization.
7210
7211 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7212
7213 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7214 New test.
7215 * gdb.fortran/vla-value-sub.exp: Likewise.
7216
7217 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7218
7219 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7220
7221 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7222
7223 * i386-biarch-core.exp: Define corefile using
7224 standard_output_file.
7225
7226 2016-02-12 Yao Qi <yao.qi@linaro.org>
7227
7228 * gdb.arch/arm-single-step-kernel-helper.c: New.
7229 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7230
7231 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7232
7233 * gdb.btrace/tailcall-only.exp: New.
7234 * gdb.btrace/tailcall-only.c: New.
7235 * gdb.btrace/x86_64-tailcall-only.S: New.
7236 * gdb.btrace/i686-tailcall-only.S: New.
7237
7238 2016-02-11 Pedro Alves <palves@redhat.com>
7239
7240 * README (Parallel testing): Add missing double quotes.
7241
7242 2016-02-11 Pedro Alves <palves@redhat.com>
7243
7244 * README (Parallel testing): New section.
7245 (GDB_PARALLEL): Rewrite.
7246 (FORCE_PARALLEL): Document.
7247
7248 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7249
7250 * gdb.trace/tfile-avx.c: New test.
7251 * gdb.trace/tfile-avx.exp: New test.
7252
7253 2016-02-09 Keith Seitz <keiths@redhat.com>
7254
7255 PR breakpoints/19546
7256 * gdb.base/infcall-exec.c: New file.
7257 * gdb.base/infcall-exec2.c: New file.
7258 * gdb.base/infcall-exec.exp: New file.
7259
7260 2016-02-09 Keith Seitz <keiths@redhat.com>
7261
7262 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7263 (toplevel): Call test_bkpt_address.
7264
7265 2016-02-09 Keith Seitz <keiths@redhat.com>
7266
7267 PR python/19506
7268 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7269 (toplevel): Call test_bkpt_address.
7270
7271 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7272
7273 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7274 to AC_OUTPUT.
7275 * configure: Regenerate.
7276
7277 2016-02-09 Pedro Alves <palves@redhat.com>
7278
7279 PR breakpoints/19548
7280 * gdb.base/execl-update-breakpoints.c (some_function): New
7281 function.
7282 (main): Call it.
7283 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7284 Tighten expected GDB output.
7285
7286 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7287
7288 * Makefile.in (ALL_SUBDIRS): Remove.
7289 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7290 (distclean maintainer-clean realclean): Likewise.
7291 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7292 * configure: Regenerate.
7293 * gdb.ada/Makefile.in: Delete.
7294 * gdb.arch/Makefile.in: Likewise.
7295 * gdb.asm/Makefile.in: Likewise.
7296 * gdb.base/Makefile.in: Likewise.
7297 * gdb.btrace/Makefile.in: Likewise.
7298 * gdb.cell/Makefile.in: Likewise.
7299 * gdb.compile/Makefile.in: Likewise.
7300 * gdb.cp/Makefile.in: Likewise.
7301 * gdb.disasm/Makefile.in: Likewise.
7302 * gdb.dlang/Makefile.in: Likewise.
7303 * gdb.dwarf2/Makefile.in: Likewise.
7304 * gdb.fortran/Makefile.in: Likewise.
7305 * gdb.gdb/Makefile.in: Likewise.
7306 * gdb.go/Makefile.in: Likewise.
7307 * gdb.guile/Makefile.in: Likewise.
7308 * gdb.java/Makefile.in: Likewise.
7309 * gdb.linespec/Makefile.in: Likewise.
7310 * gdb.mi/Makefile.in: Likewise.
7311 * gdb.modula2/Makefile.in: Likewise.
7312 * gdb.multi/Makefile.in: Likewise.
7313 * gdb.objc/Makefile.in: Likewise.
7314 * gdb.opencl/Makefile.in: Likewise.
7315 * gdb.opt/Makefile.in: Likewise.
7316 * gdb.pascal/Makefile.in: Likewise.
7317 * gdb.perf/Makefile.in: Likewise.
7318 * gdb.python/Makefile.in: Likewise.
7319 * gdb.reverse/Makefile.in: Likewise.
7320 * gdb.server/Makefile.in: Likewise.
7321 * gdb.stabs/Makefile.in: Likewise.
7322 * gdb.threads/Makefile.in: Likewise.
7323 * gdb.trace/Makefile.in: Likewise.
7324 * gdb.xml/Makefile.in: Likewise.
7325 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7326 GDB_PARALLEL.
7327 (standard_output_file): Remove check for GDB_PARALLEL, always
7328 return path in outputs/$subdir/$testname.
7329
7330 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7331
7332 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7333 (site.exp): Assign abs_srcdir to tcl's srcdir.
7334
7335 2016-02-04 Yao Qi <yao.qi@linaro.org>
7336
7337 * gdb.base/foll-exec-mode.c: Include limits.h.
7338 (main): Add parameters argc and argv. Get directory from
7339 argv[0].
7340 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7341 compilation.
7342 * gdb.base/foll-exec.c: Include limits.h.
7343 (main): Add parameters argc and argv.
7344 Get directory from argv[0].
7345 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7346 Adjust tests on the number of lines as source code changed.
7347 * gdb.base/foll-vfork-exit.c: Include limits.h.
7348 (main): Add one line of statement before vfork.
7349 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7350 (main): Add parameters argc and argv. Get directory from
7351 argv[0].
7352 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7353 (setup_gdb): Set tbreak to skip some source lines.
7354 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7355 (main): Add parameters argc and argv. Get directory from
7356 argv[0].
7357 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7358 compilation.
7359 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7360 (main): Add parameters argc and argv. Get directory from
7361 argv[0].
7362 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7363 compilation.
7364
7365 2016-02-01 Doug Evans <dje@google.com>
7366
7367 * gdb.base/skip.exp: Clean up multiple references to same test name.
7368
7369 2016-02-01 Pedro Alves <palves@redhat.com>
7370
7371 PR remote/19496
7372 * gdb.threads/forking-threads-plus-breakpoint.exp
7373 (displaced_stepping_supported): New global.
7374 (probe_displaced_stepping_support): New procedure.
7375 (do_test): Add 'displaced' parameter, and use it.
7376 (top level): Check for displaced stepping support. Add displaced
7377 stepping on/off testing axis.
7378
7379 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7380
7381 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7382 pointer. Don't perform further tests on the unassociated pointer
7383 if the first test fails.
7384
7385 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7386
7387 * gdb.base/max-value-size.c: New file.
7388 * gdb.base/max-value-size.exp: New file.
7389 * gdb.base/huge.exp: Disable max-value-size for this test.
7390
7391 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7392
7393 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7394
7395 2016-01-28 Yao Qi <yao.qi@linaro.org>
7396
7397 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7398
7399 2016-01-25 Pedro Alves <palves@redhat.com>
7400
7401 PR threads/19461
7402 * gdb.base/fork-running-state.c: New file.
7403 * gdb.base/fork-running-state.exp: New file.
7404
7405 2016-01-25 Pedro Alves <palves@redhat.com>
7406
7407 PR gdb/19494
7408 * gdb.base/catch-fork-kill.c: New file.
7409 * gdb.base/catch-fork-kill.exp: New file.
7410
7411 2016-01-25 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7414 Delete, moved to lib/gdb.exp.
7415 * gdb.threads/forking-threads-plus-breakpoint.exp
7416 (foreach_with_prefix): Likewise.
7417 * gdb.threads/process-dies-while-handling-bp.exp
7418 (foreach_with_prefix): Likewise.
7419 * lib/gdb.exp (foreach_with_prefix): New procedure.
7420
7421 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7422
7423 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7424 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7425
7426 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7427
7428 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7429 endian targets.
7430
7431 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7432 Pedro Alves <palves@redhat.com>
7433
7434 Fix testsuite compatibility with Guile.
7435 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7436 number.
7437
7438 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7439
7440 Fix testsuite compatibility with Guile.
7441 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7442 (thread 1): New test for backtrace through signal handler.
7443
7444 2016-01-22 Yao Qi <yao.qi@linaro.org>
7445
7446 PR testsuite/19491
7447 * gdb.base/multi-forks.c: Include
7448 ../lib/unbuffer_output.c
7449 (main): Call gdb_unbuffer_output.
7450
7451 2016-01-21 Doug Evans <dje@google.com>
7452
7453 * lib/ada.exp (gdb_compile_ada): Fix typo.
7454
7455 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7456
7457 * gdb.base/break-fun-addr.exp: New file.
7458 * gdb.base/break-fun-addr1.c: New file.
7459 * gdb.base/break-fun-addr2.c: New file.
7460
7461 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7462
7463 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7464 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7465 enum flag values.
7466
7467 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7468
7469 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7470 when GDB can not set the vector return value. Add more comments
7471 for clarification.
7472
7473 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7474
7475 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7476 command.
7477
7478 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7479
7480 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7481
7482 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7483
7484 * Makefile.in (check-single): Pass --status to runtest.
7485 (check/%.exp): Likewise.
7486
7487 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7488
7489 * Makefile.in (check-parallel): Propagate return code from make
7490 do-check-parallel.
7491
7492 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7493
7494 * gdb.trace/ftrace.exp: Fix expected message on continue.
7495 * gdb.trace/pending.exp: Fix expected message on continue.
7496 * gdb.trace/trace-break.exp: Fix expected message on continue.
7497
7498 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7499
7500 * lib/gdb.exp (gdb_test): Remove unused global references.
7501
7502 2016-01-18 Pedro Alves <palves@redhat.com>
7503
7504 * gdb.base/async-shell.exp: Adjust expected output.
7505 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7506 * gdb.base/siginfo-thread.exp: Adjust expected output.
7507 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7508 * gdb.java/jnpe.exp: Adjust expected output.
7509 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7510 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7511 * gdb.threads/leader-exit.exp: Adjust expected output.
7512 * gdb.threads/manythreads.exp: Adjust expected output.
7513 * gdb.threads/pthreads.exp: Adjust expected output.
7514 * gdb.threads/schedlock.exp: Adjust expected output.
7515 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7516 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7517 expected output.
7518 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7519 output.
7520 * gdb.threads/sigthread.exp: Adjust expected output.
7521 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7522
7523 2016-01-18 Yao Qi <yao.qi@linaro.org>
7524
7525 * gdb.guile/scm-section-script.c: Replace @progbits with
7526 %progbits.
7527 * gdb.python/py-section-script.c: Likewise.
7528
7529 2016-01-15 Pedro Alves <palves@redhat.com>
7530
7531 * gdb.multi/tids.exp: Test star wildcard ranges.
7532
7533 2016-01-15 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7536 command from "thread apply" invocation.
7537 (thr_apply_info_thr_invalid): Default the expected output to the
7538 input tid list.
7539 (top level): Add tests that use convenience variables. Add tests
7540 for "thread apply" with a valid TID list, but missing the command.
7541
7542 2016-01-13 Pedro Alves <palves@redhat.com>
7543
7544 * gdb.base/default.exp: Expect $_gthread as well.
7545 * gdb.multi/tids.exp: Test $_gthread.
7546 * gdb.threads/thread-specific.exp: Test $_gthread.
7547
7548 2016-01-13 Pedro Alves <palves@redhat.com>
7549
7550 * gdb.multi/tids.exp: Test "info threads -gid".
7551
7552 2016-01-13 Pedro Alves <palves@redhat.com>
7553
7554 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7555 Breakpoint.thread.
7556 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7557
7558 2016-01-07 Pedro Alves <palves@redhat.com>
7559
7560 * gdb.base/break.exp: Adjust to output changes.
7561 * gdb.base/hbreak2.exp: Likewise.
7562 * gdb.base/sepdebug.exp: Likewise.
7563 * gdb.base/watch_thread_num.exp: Likewise.
7564 * gdb.linespec/keywords.exp: Likewise.
7565 * gdb.multi/info-threads.exp: Likewise.
7566 * gdb.threads/thread-find.exp: Likewise.
7567 * gdb.multi/tids.c: New file.
7568 * gdb.multi/tids.exp: New file.
7569
7570 2016-01-13 Pedro Alves <palves@redhat.com>
7571
7572 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7573
7574 2016-01-13 Pedro Alves <palves@redhat.com>
7575
7576 * gdb.base/default.exp: Expect $_inferior as well.
7577 * gdb.multi/base.exp: Test $_inferior.
7578
7579 2016-01-13 Pedro Alves <palves@redhat.com>
7580
7581 PR breakpoints/19388
7582 * gdb.base/catch-signal-siginfo-cond.c: New file.
7583 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7584
7585 2016-01-12 Josh Stone <jistone@redhat.com>
7586 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7587
7588 * gdb.base/catch-syscall.c (do_execve): New variable.
7589 (main): Conditionally trigger an execve.
7590 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7591 (test_catch_syscall_execve): New, check entry/return across execve.
7592 (do_syscall_tests): Call test_catch_syscall_execve.
7593
7594 2016-01-12 Pedro Alves <palves@redhat.com>
7595
7596 * gdb.base/random-signal.exp (do_test): New procedure, with body
7597 of testcase moved in.
7598
7599 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7600 Pedro Alves <palves@redhat.com>
7601
7602 * gdb.base/funcargs.exp (finish from indirectly called function):
7603 Reintroduce the case for 'First'.
7604
7605 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7606 Pedro Alves <palves@redhat.com>
7607
7608 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7609 (tcatch_vfork_then_child_follow_exec)
7610 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7611 identification.
7612
7613 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7614
7615 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7616 and repeats to unlimited.
7617 * gdb.python/py-value.exp: Likewise.
7618 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7619 and repeats to unlimited.
7620
7621 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7622
7623 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7624 and reordering the functions.
7625 * gdb.multi/hangout.c: Likewise.
7626 * gdb.multi/hello.c: Likewise.
7627
7628 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7629
7630 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7631 absolute.
7632 (SingleStatisticTestResult.report): Use dict.keys instead of
7633 dict.iterkeys.
7634
7635 2016-01-06 Pedro Alves <palves@redhat.com>
7636
7637 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7638
7639 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7640
7641 * gdb.btrace/dlopen.exp: New.
7642 * gdb.btrace/dlopen.c: New.
7643 * gdb.btrace/dlopen-dso.c: New.
7644
7645 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7646
7647 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7648 PATTERN argument is optional.
7649
7650 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7651
7652 * lib/ada.exp (target_compile_ada_from_dir): New function.
7653 (gdb_compile_ada): Reimplement avoiding the use of project files.
7654 * gdb.ada/gnat_ada.gpr: Delete.
7655 * gdb.ada/cond_lang.exp: Adjust test to make path before
7656 filename optional.
7657 * gdb.ada/small_reg_param.exp: Likewise.
7658
7659 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7660
7661 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7662
7663 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7664
7665 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7666 case.
7667
7668 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7669
7670 * gdb.base/break.exp: Remove dead code.
7671 * gdb.base/sepdebug.exp: Likewise.
7672
7673 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7674
7675 * gdb.asm/asm-source.exp: Remove HP-UX references.
7676 * gdb.base/annota1.exp: Likewise.
7677 * gdb.base/annota3.exp: Likewise.
7678 * gdb.base/attach.exp: Likewise.
7679 * gdb.base/bigcore.exp: Likewise.
7680 * gdb.base/break.exp: Likewise.
7681 * gdb.base/call-ar-st.exp: Likewise.
7682 * gdb.base/callfuncs.exp: Likewise.
7683 * gdb.base/catch-fork-static.exp: Likewise.
7684 * gdb.base/display.exp: Likewise.
7685 * gdb.base/foll-exec-mode.exp: Likewise.
7686 * gdb.base/foll-exec.exp: Likewise.
7687 * gdb.base/foll-fork.exp: Likewise.
7688 * gdb.base/foll-vfork.exp: Likewise.
7689 * gdb.base/funcargs.exp: Likewise.
7690 * gdb.base/hbreak2.exp: Likewise.
7691 * gdb.base/inferior-died.exp: Likewise.
7692 * gdb.base/interrupt.exp: Likewise.
7693 * gdb.base/multi-forks.exp: Likewise.
7694 * gdb.base/nodebug.exp: Likewise.
7695 * gdb.base/sepdebug.exp: Likewise.
7696 * gdb.base/solib1.c: Likewise.
7697 * gdb.base/step-test.exp: Likewise.
7698 * gdb.mi/non-stop.c: Likewise.
7699 * gdb.mi/pthreads.c: Likewise.
7700 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7701 * gdb.threads/pthreads.c: Likewise.
7702 * gdb.threads/staticthreads.exp: Likewise.
7703 * lib/future.exp: Likewise.
7704 * lib/gdb.exp: Likewise.
7705 * gdb.base/so-indr-cl.c: Remove.
7706 * gdb.base/so-indr-cl.exp: Likewise.
7707 * gdb.base/solib.c: Likewise.
7708 * gdb.base/solib.exp: Likewise.
7709 * gdb.base/solib2.c: Likewise.
7710
7711 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7712
7713 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7714 * gdb.base/call-ar-st.exp: Likewise.
7715 * gdb.base/callfuncs.exp: Likewise.
7716 * gdb.base/condbreak.exp: Likewise.
7717 * gdb.base/constvars.exp: Likewise.
7718 * gdb.base/hbreak2.exp: Likewise.
7719 * gdb.base/langs.exp: Likewise.
7720 * gdb.base/list.exp: Likewise.
7721 * gdb.base/long_long.exp: Likewise.
7722 * gdb.base/ptype.exp: Likewise.
7723 * gdb.base/scope.exp: Likewise.
7724 * gdb.base/signals.exp: Likewise.
7725 * gdb.base/so-impl-ld.exp: Likewise.
7726 * gdb.base/varargs.exp: Likewise.
7727 * gdb.base/volatile.exp: Likewise.
7728 * gdb.base/whatis.exp: Likewise.
7729 * gdb.cp/cplusfuncs.exp: Likewise.
7730 * gdb.cp/inherit.exp: Likewise.
7731 * gdb.cp/local.exp: Likewise.
7732 * gdb.cp/member-ptr.exp: Likewise.
7733 * gdb.cp/method.exp: Likewise.
7734 * gdb.cp/overload.exp: Likewise.
7735 * gdb.cp/templates.exp: Likewise.
7736 * gdb.stabs/weird.exp: Likewise.
7737 * lib/compiler.c: Likewise.
7738 * lib/compiler.cc: Likewise.
7739 * lib/cp-support.exp: Likewise.
7740 * lib/gdb.exp: Likewise.
7741
7742 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7743
7744 * configure.ac: Remove HP-UX case.
7745 * configure: Regenerate.
7746
7747 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7748
7749 * lib/gdb.exp (gdb_compile): Add function doc.
7750
7751 2015-12-17 Pedro Alves <palves@redhat.com>
7752
7753 PR threads/19354
7754 * gdb.multi/info-threads.exp: New file.
7755
7756 2015-12-15 Yao Qi <yao.qi@linaro.org>
7757
7758 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7759 is aarch64*-*-*.
7760
7761 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7762
7763 * gdb.base/history-duplicates.exp: Skip if no readline support.
7764
7765 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7766
7767 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7768
7769 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7770
7771 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7772
7773 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7774
7775 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7776 ctrl-C if nointerrupts target property is set.
7777 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7778 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7779 * gdb.base/paginate-bg-execution.exp: Likewise.
7780 * gdb.base/paginate-execution-startup.exp: Likewise.
7781 * gdb.base/random-signal.exp: Likewise.
7782 * gdb.base/range-stepping.exp: Likewise.
7783 * gdb.cp/annota2.exp: Likewise.
7784 * gdb.cp/annota3.exp: Likewise.
7785 * gdb.gdb/selftest.exp: Likewise.
7786 * gdb.threads/continue-pending-status.exp: Likewise.
7787 * gdb.threads/leader-exit.exp: Likewise.
7788 * gdb.threads/manythreads.exp: Likewise.
7789 * gdb.threads/pthreads.exp: Likewise.
7790 * gdb.threads/schedlock.exp: Likewise.
7791 * gdb.threads/sigthread.exp: Likewise.
7792
7793 2015-12-11 Don Breazeal <donb@codesourcery.com>
7794
7795 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7796 remote.
7797 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7798 * gdb.base/foll-exec.exp (main): Enable for target remote.
7799 * gdb.base/foll-fork.exp (main): Likewise.
7800 * gdb.base/foll-vfork.exp (main): Likewise.
7801 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7802 (proc continue_to_exit_bp_loc): Use clean_restart.
7803 * gdb.base/pie-execl.exp (main): Disable for target remote.
7804 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7805 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7806 * gdb.threads/execl.exp (main): Likewise.
7807 * gdb.threads/fork-child-threads.exp (main): Likewise.
7808 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7809 remote.
7810 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7811 remote.
7812 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7813 pid.tid style ptids, instead of just tid.
7814 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7815 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7816 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7817 ptids, instead of just tid.
7818
7819 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7820
7821 * gdb.base/list.exp (test_list_forward): Add end of file error
7822 test.
7823 (test_repeat_list_command): Add end of file error test.
7824 (test_list_backwards): Add beginning of file error test.
7825
7826 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7827
7828 * gdb.base/list.exp (test_list_invalid_args): New function,
7829 defined, and called.
7830
7831 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7832
7833 * gdb.base/list.exp (test_list): Make test names unique.
7834
7835 2015-12-11 Yao Qi <yao.qi@linaro.org>
7836
7837 * gdb.base/coremaker2.c: Remove.
7838
7839 2015-12-10 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.multi/base.exp: Remove stale "spaces" references.
7842
7843 2015-12-10 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.multi/base.exp: Don't use nowarnings.
7846 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7847 * gdb.multi/hangout.c: Include stdio.h.
7848 * gdb.multi/hello.c: Include stdlib.h.
7849 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7850 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7851 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7852
7853 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7854
7855 * gdb.dwarf2/dw2-ranges-base.c: New file.
7856 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7857 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7858 support additional line table, and debug ranges generation.
7859 (Dwarf::ranges): New function, generate .debug_ranges.
7860 (Dwarf::lines): Support generating simple line table programs.
7861 (Dwarf::assemble): Initialise new namespace variables.
7862
7863 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7864
7865 * gdb.base/async.exp (proc test_background): Add case for
7866 asynchronous execution not supported.
7867
7868 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7869
7870 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7871 format and change test names to make them unique.
7872
7873 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7874 Pedro Alves <pedro@redhat.com>
7875
7876 PR gdb/18702
7877 Add checking of floatformats setup on x86_64 hosts.
7878 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7879 (smallval, bigval): New labels/constants.
7880 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7881 float" after loading bigval and smallval.
7882
7883 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7884
7885 * gdb.ada/fun_overload_menu.exp: New testcase.
7886 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7887
7888 2015-12-04 Josh Stone <jistone@redhat.com>
7889
7890 * gdb.base/catch-fork-static.exp: New.
7891
7892 2015-12-03 Yao Qi <yao.qi@linaro.org>
7893
7894 * gdb.base/sizeof.c: Don't include stdio.h and
7895 ../lib/unbuffer_output.c.
7896 (main): New variable 'size' and 'value'. Remove printf and
7897 gdb_unbuffer_output. Assign return value to size and value.
7898 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7899 at the beginning.
7900 (check_sizeof): Check the result by printing variable 'size'.
7901 (check_valueof): Check the result by printing variable 'value'.
7902
7903 2015-12-01 Yao Qi <yao.qi@linaro.org>
7904
7905 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7906 for aarch64*-*-linux* target.
7907
7908 2015-11-30 Pedro Alves <palves@redhat.com>
7909
7910 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7911
7912 2015-11-30 Pedro Alves <palves@redhat.com>
7913
7914 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7915 Handle non-stop mode vCont replies.
7916
7917 2015-11-30 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7920 prepare_for_testing. Start gdb with "set non-stop on" appended to
7921 GDBFLAGS. Lax expected stop output.
7922
7923 2015-11-27 Yao Qi <yao.qi@linaro.org>
7924
7925 * gdb.arch/arm-neon.exp: New.
7926 * gdb.arch/arm-neon.c: New.
7927
7928 2015-11-27 Yao Qi <yao.qi@linaro.org>
7929
7930 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7931
7932 2015-11-27 Yao Qi <yao.qi@linaro.org>
7933
7934 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7935 frames-invalid annotation.
7936
7937 2015-11-27 Yao Qi <yao.qi@linaro.org>
7938
7939 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7940
7941 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7942
7943 * gdb.threads/names.exp: New file.
7944 * gdb.threads/names.c: New file.
7945 * README: Mention gdb,no_thread_names.
7946
7947 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7948
7949 PR 19297
7950 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7951 support" error.
7952
7953 2015-11-24 Pedro Alves <palves@redhat.com>
7954
7955 PR 17539
7956 * gdb.base/display.exp: Expect displays to be sorted in ascending
7957 order. Use multi_line.
7958 * gdb.base/solib-display.exp: Likewise.
7959
7960 2015-11-24 Pedro Alves <palves@redhat.com>
7961
7962 PR 17539
7963 * gdb.base/display.exp: Expect displays to be sorted in ascending
7964 order. Use multi_line.
7965 * gdb.base/solib-display.exp: Likewise.
7966
7967 2015-11-24 Pedro Alves <palves@redhat.com>
7968
7969 PR 17539
7970 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7971 threads in ascending order.
7972 * gdb.base/foll-fork.exp: Likewise.
7973 * gdb.base/foll-vfork.exp: Likewise.
7974 * gdb.base/multi-forks.exp: Likewise.
7975 * gdb.mi/mi-nonstop.exp: Likewise.
7976 * gdb.mi/mi-nsintrall.exp: Likewise.
7977 * gdb.multi/base.exp: Likewise.
7978 * gdb.multi/multi-arch.exp: Likewise.
7979 * gdb.python/py-inferior.exp: Likewise.
7980 * gdb.threads/break-while-running.exp: Likewise.
7981 * gdb.threads/execl.exp: Likewise.
7982 * gdb.threads/gcore-thread.exp: Likewise.
7983 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7984 * gdb.threads/kill.exp: Likewise.
7985 * gdb.threads/linux-dp.exp: Likewise.
7986 * gdb.threads/multiple-step-overs.exp: Likewise.
7987 * gdb.threads/next-bp-other-thread.exp: Likewise.
7988 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7989 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7990 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7991 * gdb.threads/thread-find.exp: Likewise.
7992 * gdb.threads/tls.exp: Likewise.
7993 * lib/mi-support.exp (mi_reverse_list): Delete.
7994 (mi_check_thread_states): No longer reverse list.
7995
7996 2015-11-24 Pedro Alves <palves@redhat.com>
7997
7998 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7999 use lowercase.
8000
8001 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8002
8003 * gdb.trace/actions.c: Include trace-common.h.
8004 (main): Add a location for a fast tracepoint.
8005 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8006 the normal tracepoints.
8007 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8008
8009 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8010
8011 * save-trace.exp: Factor out code to these...
8012 (gdb_save_tracepoints): New.
8013 (gdb_load_tracepoints): New.
8014 (do_save_load_test): New.
8015
8016 2015-11-23 Kevin Buettner <kevinb@redhat.com>
8017
8018 * gdb.base/asmlabel.exp: New test.
8019 * gdb.base/asmlabel.c: New test case.
8020
8021 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8022
8023 * gdb.base/wrong_frame_bt_full-main.c: New file.
8024 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8025 * gdb.base/wrong_frame_bt_full.exp: New file.
8026
8027 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8028
8029 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8030
8031 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8032
8033 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8034 pstate register when comparing registers values in
8035 sparc64-*-linux-gnu targets to avoid spurious differences.
8036
8037 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8038
8039 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8040
8041 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8042
8043 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8044 as type argument to gdb_compile.
8045 * gdb.base/nested-subp2.exp: Likewise.
8046 * gdb.base/nested-subp3.exp: Likewise.
8047
8048 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8049
8050 * lib/dwarf.exp (_note): Fix left shift of negative value.
8051 * gdb.trace/trace-condition.exp: Likewise.
8052
8053 2015-11-13 Yao Qi <yao.qi@linaro.org>
8054
8055 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8056 comments about d10v.
8057 (test_scalar_returns): Likewise.
8058 * gdb.base/d10v.ld: Remove.
8059 * gdb.base/overlays.exp: Remove the target triplet checking for
8060 d10v-*-*.
8061 * gdb.base/structs.exp (test_struct_returns): Remove the
8062 comments about d10v.
8063 (test_struct_calls): Likewise.
8064
8065 2015-11-13 Yao Qi <yao.qi@linaro.org>
8066
8067 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8068 * gdb.base/gnu_vector.c: Don't include stdio.h.
8069 (main): Don't print res and call add_some_intvecs.
8070
8071 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8072
8073 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8074 macro.
8075 (func5): Removed.
8076 (func4): Use FAST_TRACEPOINT_LABEL.
8077 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8078 macro.
8079 (func): Removed.
8080 (thread_function): Use FAST_TRACEPOINT_LABEL.
8081 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8082 (func): Remove.
8083 (marker): Use FAST_TRACEPOINT_LABEL.
8084 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8085 (pendfunc1): Remove.
8086 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8087 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8088 (foo): Remove.
8089 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8090 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8091 macro.
8092 (func): Remove.
8093 (marker): Use FAST_TRACEPOINT_LABEL.
8094 * gdb.trace/trace-common.h: New header.
8095 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8096 macro.
8097 (func): Remove.
8098 (marker): Use FAST_TRACEPOINT_LABEL.
8099 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8100 (func): Remove.
8101 (thread_function): Use FAST_TRACEPOINT_LABEL.
8102
8103 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8104
8105 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8106 in front.
8107 * gdb.trace/change-loc.exp: Use global pcreg definition.
8108 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8109 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8110 in front.
8111 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8112 * gdb.trace/pending.exp: Likewise.
8113 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8114 * gdb.trace/trace-break.exp: Likewise.
8115 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8116 in front.
8117 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8118 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8119 in front.
8120 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8121
8122 2015-11-09 Joel Brobecker <brobecker@adacore.com>
8123
8124 * gdb.ada/fin_fun_out: New testcase.
8125
8126 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8127
8128 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8129 value associated with DW_AT_byte_size.
8130 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8131 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8132 DW_AT_upper_bound.
8133
8134 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8135
8136 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8137 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8138 version.
8139 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8140 gdb.dwarf2/dw2-canonicalize-type.exp,
8141 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8142 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8143 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8144 provided by gdb_target_symbol_prefix_flags_asm.
8145 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8146 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8147 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8148 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8149 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8150 macros where needed). Use this macro for symbols which require
8151 the prefix provided by SYMBOL_PREFIX.
8152
8153 2015-11-05 Kevin Buettner <kevinb@redhat.com>
8154
8155 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8156 New procs.
8157 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8158 representing expressions, of more than one list element.
8159 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8160 to prepend linker symbol prefix to f.
8161 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8162 table_1 and table_2.
8163 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8164 Likewise, for f and g.
8165 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8166 for ptr.
8167 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8168 for main.
8169 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8170 table_1_ptr and table_2_ptr.
8171
8172 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8173 Joel Brobecker <brobecker@adacore.com>
8174
8175 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8176
8177 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8178
8179 * gdb.reverse/s390-mvcle.c: New test.
8180 * gdb.reverse/s390-mvcle.exp: New file.
8181 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8182
8183 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8184
8185 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8186
8187 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8188
8189 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8190 reaching marker2.
8191 * gdb.reverse/getresuid-reverse.exp: Likewise.
8192 * gdb.reverse/pipe-reverse.exp: Likewise.
8193 * gdb.reverse/readv-reverse.exp: Likewise.
8194 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8195 * gdb.reverse/time-reverse.exp: Likewise.
8196 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8197
8198 2015-10-30 Yao Qi <yao.qi@linaro.org>
8199
8200 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8201 (empty_cycle): Remove.
8202 (main): Don't call empty_cycle. Don't use watch_count_done.
8203 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8204 empty_cycle. Rewrite the code counting HW watchpoints.
8205
8206 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8207
8208 * gdb.reverse/fstatat-reverse.c: New test.
8209 * gdb.reverse/fstatat-reverse.exp: New file.
8210 * gdb.reverse/getresuid-reverse.c: New test.
8211 * gdb.reverse/getresuid-reverse.exp: New file.
8212 * gdb.reverse/pipe-reverse.c: New test.
8213 * gdb.reverse/pipe-reverse.exp: New file.
8214 * gdb.reverse/readv-reverse.c: New test.
8215 * gdb.reverse/readv-reverse.exp: New file.
8216 * gdb.reverse/recvmsg-reverse.c: New test.
8217 * gdb.reverse/recvmsg-reverse.exp: New file.
8218 * gdb.reverse/time-reverse.c: New test.
8219 * gdb.reverse/time-reverse.exp: New file.
8220 * gdb.reverse/waitpid-reverse.c: New test.
8221 * gdb.reverse/waitpid-reverse.exp: New file.
8222
8223 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8224
8225 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8226
8227 2015-10-26 Doug Evans <dje@google.com>
8228
8229 PR symtab/17391
8230 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8231 * gdb.dwarf2/bad-regnum.c: New file.
8232 * gdb.dwarf2/bad-regnum.exp: New file.
8233
8234 2015-10-26 Doug Evans <dje@google.com>
8235
8236 PR python/18938
8237 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8238 file.
8239
8240 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8241
8242 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8243 for a change by "Mention language in compile error message".
8244
8245 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8246
8247 PR python/18073
8248 * gdb.python/py-type.c (C::a_method): New.
8249 (C::a_const_method): New.
8250 (C::a_static_method): New.
8251 (a_function): New.
8252 * gdb.python/py-type.exp (test_fields): Test getting fields
8253 from function and method.
8254
8255 2015-10-21 Keven Boell <keven.boell@intel.com>
8256
8257 * gdb.fortran/vla-alloc-assoc.exp: New file.
8258 * gdb.fortran/vla-datatypes.exp: New file.
8259 * gdb.fortran/vla-datatypes.f90: New file.
8260 * gdb.fortran/vla-history.exp: New file.
8261 * gdb.fortran/vla-ptype-sub.exp: New file.
8262 * gdb.fortran/vla-ptype.exp: New file.
8263 * gdb.fortran/vla-sizeof.exp: New file.
8264 * gdb.fortran/vla-sub.f90: New file.
8265 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8266 * gdb.fortran/vla-value-sub-finish.exp: New file.
8267 * gdb.fortran/vla-value-sub.exp: New file.
8268 * gdb.fortran/vla-value.exp: New file.
8269 * gdb.fortran/vla-ptr-info.exp: New file.
8270 * gdb.mi/mi-vla-fortran.exp: New file.
8271 * gdb.mi/vla.f90: New file.
8272
8273 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8274
8275 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8276 of hardwired timeout value.
8277
8278 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8279 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8282 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8283
8284 2015-10-19 Josh Stone <jistone@redhat.com>
8285
8286 * gdb.base/catch-syscall.c: Include <sched.h>.
8287 (unknown_syscall): New variable.
8288 (main): Trigger a vfork and an unknown syscall.
8289 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8290 (unknown_syscall_number): Likewise.
8291 (check_call_to_syscall): Accept an optional syscall pattern.
8292 (check_return_from_syscall): Likewise.
8293 (check_continue): Likewise.
8294 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8295 (test_catch_syscall_skipping_return): New test toggling off 'catch
8296 syscall' to step over the syscall return, then toggling back on.
8297 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8298 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8299 (do_syscall_tests): Call test_catch_syscall_without_args and
8300 test_catch_syscall_mid_vfork.
8301 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8302 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8303
8304 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8305
8306 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8307 print g_vE): Add new pass patterns.
8308 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8309 print various symbol names for vptr fields.
8310
8311 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8312
8313 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8314 results.
8315
8316 2015-10-12 Yao Qi <yao.qi@linaro.org>
8317
8318 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8319
8320 2015-10-12 Yao Qi <yao.qi@linaro.org>
8321
8322 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8323 is aarch64*-*-linux*.
8324
8325 2015-10-12 Yao Qi <yao.qi@linaro.org>
8326
8327 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8328 (can_relocate_bcond_true): ... it.
8329 (can_relocate_bcond_false): New function.
8330 (foo): Likewise.
8331 (can_relocate_bl): Likewise.
8332 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8333 can_relocate_bl.
8334
8335 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8336
8337 * gdb.base/nested-addr.c: New file.
8338 * gdb.base/nested-addr.exp: New testcase.
8339
8340 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8341
8342 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8343 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8344 its output. Ignore the output of "record goto begin" and instead
8345 check that GDB is replaying.
8346
8347 2015-10-09 Pedro Alves <palves@redhat.com>
8348
8349 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8350 (top level): Use it in the run with no args test.
8351
8352 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8353
8354 * gdb.dlang/properties.exp: New file.
8355
8356 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8357
8358 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8359 whether or not address 0x1000 is mapped on the target.
8360
8361 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8362
8363 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8364 build.
8365
8366 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8367
8368 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8369 instruction-history test.
8370
8371 2015-09-28 Doug Evans <dje@google.com>
8372
8373 * gdb.base/gcore.c (array_func): Add reference to static_array.
8374
8375 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8376
8377 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8378 source line.
8379
8380 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8381
8382 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8383 short or char as base type.
8384
8385 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8386
8387 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8388 to allow any size enum.
8389
8390 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8391
8392 * gdb.ada/array_ptr_renaming.exp: New testcase.
8393 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8394 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8395
8396 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8397
8398 * gdb.trace/ftrace-lock.c: New file.
8399 * gdb.trace/ftrace-lock.exp: New file.
8400
8401 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8402
8403 * gdb.arch/insn-reloc.c: New file.
8404 * gdb.arch/ftrace-insn-reloc.exp: New file.
8405
8406 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8407
8408 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8409 instruction.
8410 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8411 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8412 * gdb.trace/range-stepping.c: Likewise.
8413 * gdb.trace/trace-break.c: Likewise.
8414 * gdb.trace/trace-mt.c (thread_function): Likewise.
8415 * gdb.trace/ftrace.c (marker): Likewise.
8416 * gdb.trace/trace-condition.c (marker): Likewise.
8417 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8418 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8419 is_aarch64_target.
8420
8421 2015-09-18 Doug Evans <xdje42@gmail.com>
8422
8423 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8424 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8425
8426 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8427
8428 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8429 the breakpoint.
8430
8431 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8432
8433 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8434 the pending breakpoint. Remove timeout override for "Run till
8435 MI pending breakpoint on pendfunc3 on thread 2" test.
8436
8437 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8438
8439 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8440 filename pattern.
8441
8442 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8443
8444 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8445 in breakpoint filename pattern.
8446
8447 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8448
8449 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8450
8451 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8452
8453 * gdb.linespec/explicit.exp: Check for readline support for
8454 tab-completion tests. Fix obvious typo.
8455
8456 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8457
8458 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8459 and replay.
8460
8461 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8462
8463 * gdb.btrace/non-stop.c: New.
8464 * gdb.btrace/non-stop.exp: New.
8465
8466 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8467 Yao Qi <yao.qi@linaro.org>
8468
8469 * gdb.trace/trace-condition.c: New file.
8470 * gdb.trace/trace-condition.exp: New file.
8471
8472 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8473
8474 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8475 for testing bytecode compilation.
8476
8477 2015-09-16 Pedro Alves <palves@redhat.com>
8478 Sandra Loosemore <sandra@codesourcery.com>
8479
8480 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8481 (SECONDS): Redefine.
8482 (main): Call pthread_kill and alarm early.
8483 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8484 support.
8485 (test): If the target can't hardware step and doesn't support
8486 displaced stepping, increase the timeout.
8487
8488 2015-09-16 Pedro Alves <palves@redhat.com>
8489
8490 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8491 (enable_debug): New procedures.
8492 (test): Use them. Bail out if waiting for threads fails.
8493 (top level): Bail out if a test fails.
8494
8495 2015-09-16 Yao Qi <yao.qi@linaro.org>
8496
8497 * gdb.asm/asm-source.exp: Set asm-arch for
8498 aarch64*-*-* target.
8499 * gdb.asm/aarch64.inc: New file.
8500
8501 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8502
8503 * gdb.ada/array_of_variable_length.exp: New testcase.
8504 * gdb.ada/array_of_variable_length/foo.adb: New file.
8505 * gdb.ada/array_of_variable_length/pck.adb: New file.
8506 * gdb.ada/array_of_variable_length/pck.ads: New file.
8507
8508 2015-09-15 Doug Evans <dje@google.com>
8509
8510 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8511 of function static local variable.
8512
8513 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8514
8515 * gdb.threads/tls-so_extern.exp: New test file.
8516 * gdb.threads/tls-so_extern.c: New test file.
8517 * gdb.threads/tls-so_extern_main.c: New test file.
8518
8519 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8520
8521 * gdb.opt/solib-intra-step-lib.c: New file.
8522 * gdb.opt/solib-intra-step-main.c: New file.
8523 * gdb.opt/solib-intra-step.exp: New file.
8524
8525 2015-09-15 Pedro Alves <palves@redhat.com>
8526
8527 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8528 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8529
8530 2015-09-14 Pedro Alves <palves@redhat.com>
8531
8532 * gdb.base/hook-stop-continue.c: Delete.
8533 * gdb.base/hook-stop-continue.exp: Delete.
8534 * gdb.base/hook-stop-frame.c: Delete.
8535 * gdb.base/hook-stop-frame.exp: Delete.
8536 * gdb.base/hook-stop.c: New file.
8537 * gdb.base/hook-stop.exp: New file.
8538
8539 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8540
8541 * gdb.ada/access_to_packed_array.exp: New testcase.
8542 * gdb.ada/access_to_packed_array/foo.adb: New file.
8543 * gdb.ada/access_to_packed_array/pack.adb: New file.
8544 * gdb.ada/access_to_packed_array/pack.ads: New file.
8545
8546 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8547
8548 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8549 buffer size test.
8550
8551 2015-09-11 Don Breazeal <donb@codesourcery.com>
8552
8553 * gdb.base/foll-exec.c: Add copyright header. Fix
8554 formatting issues.
8555 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8556 (do_exec_tests): Use clean_restart in place of zap_session,
8557 and for test initialization. Fix formatting issues. Use
8558 fail in place of perror.
8559 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8560 an expect statement to match an expression with output from
8561 the program under debug.
8562 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8563 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8564 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8565 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8566 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8567
8568 2015-09-09 Doug Evans <dje@google.com>
8569
8570 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8571
8572 2015-09-09 Doug Evans <dje@google.com>
8573
8574 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8575
8576 2015-09-09 Doug Evans <dje@google.com>
8577
8578 * gdb.base/savedregs.exp: Fix typo.
8579
8580 2015-09-09 Pedro Alves <palves@redhat.com>
8581
8582 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8583
8584 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8585
8586 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8587 command actually switches threads. Give up on remaining
8588 tests if target fails to stop at breakpoint.
8589
8590 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8591
8592 * gdb.ada/funcall_char.exp: New testcase.
8593 * gdb.ada/funcall_char/foo.adb: New file.
8594
8595 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8596
8597 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8598 expected outputs. Add two testcases for completing ambiguous
8599 functions.
8600 * gdb.ada/complete/aux_pck.adb: New file.
8601 * gdb.ada/complete/aux_pck.ads: New file.
8602 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8603 Ambiguous_Func functions.
8604 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8605 * gdb.ada/complete/pck.adb: Likewise.
8606
8607 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8608
8609 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8610 failures to run the test program under GDB.
8611
8612 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8613
8614 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8615 to C.
8616
8617 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8618
8619 * gdb.base/run-after-attach.exp: New test file.
8620 * gdb.base/run-after-attach.c: New test file.
8621
8622 2015-08-26 Don Breazeal <donb@codesourcery.com>
8623
8624 * gdb.base/foll-exec-2.c: New test program.
8625 * gdb.base/foll-exec-2.exp: New test.
8626
8627 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8628
8629 * gdb.base/nested-subp1.exp: New file.
8630 * gdb.base/nested-subp1.c: New file.
8631 * gdb.base/nested-subp2.exp: New file.
8632 * gdb.base/nested-subp2.c: New file.
8633 * gdb.base/nested-subp3.exp: New file.
8634 * gdb.base/nested-subp3.c: New file.
8635
8636 2015-08-24 Pedro Alves <palves@redhat.com>
8637
8638 * gdb.server/connect-without-multi-process.c: New file.
8639 * gdb.server/connect-without-multi-process.exp: New file.
8640
8641 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8642
8643 * gdb.opt/inline-markers.c: Make z int.
8644
8645 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8646
8647 * gdb.opt/inline-markers.c: Make z volatile.
8648
8649 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8650
8651 * gdb.opt/inline-bt.c: New volatile global z.
8652 * gdb.opt/inline-cmds.c: Likewise.
8653 * gdb.opt/inline-locals.c: Likewise.
8654 * gdb.opt/inline-markers.c: New extern global z.
8655 (marker): Use z.
8656 (inline_fn): Likewise.
8657
8658 2015-08-24 Pedro Alves <palves@redhat.com>
8659
8660 * config/m32r-stub.exp: Remove file.
8661 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8662 * gdb.base/call-rt-st.exp: Likewise.
8663 * gdb.base/call-strs.exp: Likewise.
8664 * gdb.base/default.exp: Remove references to h8300-*-hms and
8665 *-*-udi*.
8666 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8667
8668 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8669
8670 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8671 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8672 and "return" use KFAIL when GDB can not read/write the vector
8673 return value.
8674
8675 2015-08-21 Gary Benson <gbenson@redhat.com>
8676
8677 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8678
8679 2015-08-20 Pedro Alves <palves@redhat.com>
8680
8681 * gdb.server/solib-list.exp: No longer expect an interior stop in
8682 non-stop mode.
8683
8684 2015-08-20 Pedro Alves <palves@redhat.com>
8685
8686 * gdb.server/connect-stopped-target.c: New file.
8687 * gdb.server/connect-stopped-target.exp: New file.
8688
8689 2015-08-20 Pedro Alves <palves@redhat.com>
8690
8691 * gdb.dwarf2/comp-unit-lang.exp: New file.
8692 * gdb.dwarf2/comp-unit-lang.c: New file.
8693
8694 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8695
8696 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8697 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8698
8699 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8700
8701 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8702 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8703
8704 2015-08-18 Doug Evans <dje@google.com>
8705 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8706
8707 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8708 skip_python_tests. New arg prompt_regexp.
8709 (skip_python_tests): New function.
8710 * lib/mi-support.exp (mi_skip_python_tests): New function.
8711 * gdb.python/py-mi-objfile-gdb.py: New file.
8712 * gdb.python/py-mi-objfile.c: New file.
8713 * gdb.python/py-mi-objfile.exp: New file.
8714
8715 2015-08-17 Keith Seitz <keiths@redhat.com>
8716
8717 * gdb.linespec/explicit.exp: Move strace test from here ...
8718 * gdb.trace/strace.exp: ... to here.
8719
8720 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8721
8722 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8723 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8724
8725 2015-08-14 Doug Evans <xdje42@gmail.com>
8726
8727 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8728 inferior before selecting a new file.
8729
8730 2015-08-14 Doug Evans <xdje42@gmail.com>
8731
8732 * gdb.mi/mi-disassemble.exp: Update.
8733 * gdb.base/disasm-optim.S: New file.
8734 * gdb.base/disasm-optim.c: New file.
8735 * gdb.base/disasm-optim.h: New file.
8736 * gdb.base/disasm-optim.exp: New file.
8737
8738 2015-08-14 Keith Seitz <keiths@redhat.com>
8739
8740 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8741 "evaluated-by".
8742
8743 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8744
8745 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8746
8747 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8748
8749 * gdb.ada/fun_renaming.exp: New testcase.
8750 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8751 * gdb.ada/fun_renaming/pack.adb: New file.
8752 * gdb.ada/fun_renaming/pack.ads: New file.
8753
8754 2015-08-12 Keith Seitz <keiths@redhat.com>
8755
8756 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8757 gdb_get_line_number.
8758
8759 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8760
8761 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8762 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8763 gdb.base/dso2dso.exp: New files.
8764
8765 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8766 Pedro Alves <palves@redhat.com>
8767 Keith Seitz <keiths@redhat.com>
8768
8769 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8770 GDBFLAGS.
8771
8772 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8773
8774 * gdb.base/gdbhistsize-history.exp
8775 (test_histsize_history_setting): Use save_vars.
8776 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8777 Use save_vars.
8778 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8779 * gdb.base/readline.exp: Use save_vars.
8780
8781 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8782
8783 * lib/gdb.exp (save_vars): New proc.
8784
8785 2015-08-11 Keith Seitz <keiths@redhat.com>
8786
8787 * gdb.base/help.exp: Update help_breakpoint_text.
8788
8789 2015-08-11 Keith Seitz <keiths@redhat.com>
8790
8791 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8792 (at toplevel): Call test_explicit_breakpoints.
8793 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8794 breakpoints.
8795 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8796 breakpoint conditions, "-cond".
8797
8798 2015-08-11 Keith Seitz <keiths@redhat.com>
8799
8800 * gdb.linespec/3explicit.c: New file.
8801 * gdb.linespec/cpexplicit.cc: New file.
8802 * gdb.linespec/cpexplicit.exp: New file.
8803 * gdb.linespec/explicit.c: New file.
8804 * gdb.linespec/explicit.exp: New file.
8805 * gdb.linespec/explicit2.c: New file.
8806 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8807 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8808 before using in the matching pattern.
8809 Clarify that `prefix' is a regular expression.
8810
8811 2015-08-11 Keith Seitz <keiths@redhat.com>
8812
8813 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8814 test.
8815 Add tests for missing ",FMT" and ",".
8816
8817 2015-08-10 Doug Evans <dje@google.com>
8818 Keith Seitz <keiths@redhat.com>
8819
8820 PR gdb/17960
8821 * gdb.base/completion.exp: Add location completer tests.
8822
8823 2015-08-07 Pedro Alves <palves@redhat.com>
8824
8825 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8826 tests here.
8827 (top level): Run do_test with and without displaced stepping.
8828
8829 2015-08-07 Pedro Alves <palves@redhat.com>
8830
8831 * gdb.base/valgrind-disp-step.c: New file.
8832 * gdb.base/valgrind-disp-step.exp: New file.
8833
8834 2015-08-07 Pedro Alves <palves@redhat.com>
8835
8836 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8837 Delete function.
8838 (main): Add alarm. Run an infinite loop instead of calling
8839 wait_threads.
8840 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8841 comment.
8842 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8843 Delete function.
8844 (main): Add alarm. Run an infinite loop instead of calling
8845 wait_threads.
8846 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8847 comment.
8848
8849 2015-08-07 Pedro Alves <palves@redhat.com>
8850
8851 * gdb.base/checkpoint-ns.exp: New file.
8852 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8853 standard_testfile.
8854
8855 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8856
8857 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8858 * gdb.btrace/instruction_history.exp: Update.
8859 * gdb.btrace/tsx.exp: New.
8860 * gdb.btrace/tsx.c: New.
8861
8862 2015-08-06 Pedro Alves <palves@redhat.com>
8863
8864 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8865 increase timeout.
8866 * gdb.reverse/until-precsave.exp: Bump timeouts.
8867
8868 2015-08-06 Pedro Alves <palves@redhat.com>
8869
8870 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8871
8872 2015-08-06 Pedro Alves <palves@redhat.com>
8873
8874 PR gdb/18749
8875 * gdb.threads/process-dies-while-handling-bp.c: New file.
8876 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8877
8878 2015-08-06 Pedro Alves <palves@redhat.com>
8879
8880 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8881 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8882
8883 2015-08-05 Pedro Alves <palves@redhat.com>
8884
8885 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8886 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8887
8888 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8889
8890 * gdb.base/bp-permanent.exp: Report test as unsupported if
8891 the target cannot stop at the permanent breakpoint.
8892
8893 2015-08-03 Doug Evans <dje@google.com>
8894
8895 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8896 10000.
8897
8898 2015-08-03 Doug Evans <dje@google.com>
8899
8900 * Makefile.in (workers/%.worker, build-perf): New rule.
8901 (GDB_PERFTEST_MODE): New variable.
8902 (check-perf): Use it.
8903 (clean): Clean up gdb.perf parallel build subdirs.
8904 * lib/build-piece.exp: New file.
8905 * lib/gdb.exp (make_gdb_parallel_path): New function
8906 (standard_output_file, standard_temp_file): Call it.
8907 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8908 of $GDB_PARALLEL.
8909 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8910
8911 2015-08-03 Doug Evans <dje@google.com>
8912
8913 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8914 (LOG_FILE_NAME): New global.
8915 (TextReporter.__init__): Initialize self.txt_sum.
8916 (TextReporter.report): Add support for multiple data-points.
8917 Move report to perftest.sum, put raw data in perftest.log.
8918 (TextReporter.start): Open sum and log files.
8919 (TextReporter.end): Close sum and log files.
8920 * gdb.perf/lib/perftest/testresult.py
8921 (SingleStatisticTestResult.record): Handle multiple data-points.
8922
8923 2015-07-31 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8926 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8927 kill_wait_spawned_process instead of explicit "kill -9".
8928 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8929 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8930 kill_wait_spawned_process.
8931 * gdb.base/attach-twice.exp: Likewise.
8932 * gdb.base/attach.exp: Likewise.
8933 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8934 gdb_test_multiple.
8935 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8936 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8937 kill_wait_spawned_process.
8938 * gdb.base/valgrind-infcall.exp: Likewise.
8939 * gdb.multi/multi-attach.exp: Likewise.
8940 * gdb.python/py-prompt.exp: Likewise.
8941 * gdb.python/py-sync-interp.exp: Likewise.
8942 * gdb.server/ext-attach.exp: Likewise.
8943 * gdb.threads/attach-into-signal.exp (corefunc): Use
8944 spawn_wait_for_attach, spawn_id_get_pid and
8945 kill_wait_spawned_process.
8946 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8947 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8948 spawn_id_get_pid and kill_wait_spawned_process.
8949 * gdb.threads/attach-stopped.exp (corefunc): Use
8950 spawn_wait_for_attach, spawn_id_get_pid and
8951 kill_wait_spawned_process.
8952 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8953 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8954 kill_wait_spawned_process instead of explicit "kill -9".
8955 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8956 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8957 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8958 processes. Don't map cygwin/windows pids here. Now returns a
8959 spawn id list.
8960
8961 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8962
8963 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8964 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8965 correct patch.
8966
8967 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8968
8969 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8970
8971 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8972
8973 Reapply:
8974 2014-05-21 Mark Wielaard <mjw@redhat.com>
8975
8976 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8977
8978 2015-07-30 Pedro Alves <palves@redhat.com>
8979
8980 * linux-low.c (handle_extended_wait): Set the child's last
8981 reported status to TARGET_WAITKIND_STOPPED.
8982
8983 2015-07-30 Pedro Alves <palves@redhat.com>
8984
8985 PR threads/18600
8986 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8987 only shows inferior 1.
8988
8989 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8990 Pedro Alves <palves@redhat.com>
8991
8992 PR threads/18600
8993 * gdb.threads/fork-plus-threads.c: New file.
8994 * gdb.threads/fork-plus-threads.exp: New file.
8995
8996 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8997
8998 * gdb.base/batch-preserve-term-settings.exp
8999 (test_terminal_settings_preserved_after_cli_exit): Use
9000 send_quit_command.
9001
9002 2015-07-29 Pedro Alves <palves@redhat.com>
9003 Don Breazeal <donb@codesourcery.com>
9004
9005 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9006 output from both inferior_spawn_id and gdb_spawn_id.
9007
9008 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9009
9010 * gdb.threads/attach-into-signal.exp (corefunc): Use
9011 with_test_prefix on nested loops, uniquefying the test messages.
9012
9013 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9014
9015 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9016 commit.
9017
9018 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9019
9020 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9021 New proc.
9022 (test_terminal_settings_preserved_after_sigterm): New test.
9023
9024 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9025
9026 * gdb.base/batch-preserve-term-settings.exp
9027 (test_terminal_settings_preserved_after_cli_exit): New test.
9028
9029 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9030
9031 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9032 manipulation of saved_gdbflags.
9033 (test_terminal_settings_preserved): Remove global declaration of
9034 the unused variable pagination_prompt. Remove manipulation of
9035 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9036 GDBFLAGS.
9037
9038 2015-07-29 Pedro Alves <palves@redhat.com>
9039
9040 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9041
9042 2015-07-29 Pedro Alves <palves@redhat.com>
9043
9044 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9045 at the top.
9046
9047 2015-07-29 Pedro Alves <palves@redhat.com>
9048
9049 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9050 (main): Call gdb_unbuffer_output.
9051 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9052 (main): Call gdb_unbuffer_output.
9053 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9054 (main): Call gdb_unbuffer_output.
9055 * gdb.base/call-strs.exp: Adjust to step over the
9056 gdb_unbuffer_output call.
9057 * gdb.base/catch-gdb-caused-signals.c: Include
9058 "../lib/unbuffer_output.c".
9059 (main): Call gdb_unbuffer_output.
9060 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9061 (main): Call gdb_unbuffer_output.
9062 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9063 (main): Call gdb_unbuffer_output.
9064 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9065 (main): Call gdb_unbuffer_output.
9066 * gdb.base/shlib-call.exp: Adjust to step over the
9067 gdb_unbuffer_output call.
9068 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9069 (main): Call gdb_unbuffer_output.
9070 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9071 (main): Call gdb_unbuffer_output.
9072 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9073 (main): Rename to ...
9074 (test): ... this.
9075 (main): Reimplement.
9076 * gdb.base/varargs.exp: Run to test instead of to main.
9077 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9078 (main): Call gdb_unbuffer_output.
9079
9080 2015-07-29 Pedro Alves <palves@redhat.com>
9081
9082 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9083 factore out from mi_continue_dprintf. For call-style dprintfs,
9084 expect dprintf output out of $inferior_spawn_id.
9085 (mi_continue_dprintf): Use mi_expect_dprintf.
9086 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9087 (main): Call gdb_unbuffer_output.
9088
9089 2015-07-29 Pedro Alves <palves@redhat.com>
9090
9091 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9092 (default_mi_gdb_start): Set inferior_spawn_id instead of
9093 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9094 gdb_spawn_id.
9095 (mi_gdb_test): Always expect inferior output from both
9096 $inferior_spawn_id and $gdb_spawn_id.
9097
9098 2015-07-29 Pedro Alves <palves@redhat.com>
9099
9100 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9101 send_inferior and $inferior_spawn_id.
9102
9103 2015-07-29 Pedro Alves <palves@redhat.com>
9104
9105 * gdb.gdb/complaints.exp (test_initial_complaints)
9106 (test_serial_complaints, test_short_complaints): Use
9107 gdb_test_stdio.
9108 (test_empty_complaint): Handle $inferior_spawn_id !=
9109 $gdb_spawn_id.
9110
9111 2015-07-29 Pedro Alves <palves@redhat.com>
9112
9113 * gdb.base/varargs.exp: Use gdb_test_stdio.
9114
9115 2015-07-29 Pedro Alves <palves@redhat.com>
9116
9117 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9118
9119 2015-07-29 Pedro Alves <palves@redhat.com>
9120
9121 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9122
9123 2015-07-29 Pedro Alves <palves@redhat.com>
9124
9125 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9126 parameter into two new parameters, "inf_result" and "gdb_result".
9127 Expect inferior output and gdb output from $inferior_spawn_id and
9128 $gdb_spawn_id, respectively. Adjust all callers.
9129
9130 2015-07-29 Pedro Alves <palves@redhat.com>
9131
9132 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9133 of gdb_test_sequence.
9134
9135 2015-07-29 Pedro Alves <palves@redhat.com>
9136
9137 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9138 (saw_spurious_output): Expect inferior output from
9139 $inferior_spawn_id. Use gdb_test_stdio.
9140
9141 2015-07-29 Pedro Alves <palves@redhat.com>
9142
9143 * gdb.base/dprintf.exp: Use standard_testfile. Change
9144 prepare_for_testing call.
9145 (srcfile): Don't set.
9146 (restart): New procedure.
9147 (test_dprintf): New procecure, use to continue over dprintfs.
9148 (test_call, test_agent): New procedures, tests moved here.
9149 Restart gdb and recreate dprintfs. Adjust expected output.
9150
9151 2015-07-29 Pedro Alves <palves@redhat.com>
9152
9153 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9154
9155 2015-07-29 Pedro Alves <palves@redhat.com>
9156
9157 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9158
9159 2015-07-29 Pedro Alves <palves@redhat.com>
9160
9161 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9162 gdb_test_stdio.
9163
9164 2015-07-29 Pedro Alves <palves@redhat.com>
9165
9166 * lib/gdb.exp (gdb_test_stdio): New procedure.
9167
9168 2015-07-29 Pedro Alves <palves@redhat.com>
9169
9170 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9171
9172 2015-07-29 Pedro Alves <palves@redhat.com>
9173
9174 * gdb.base/call-signal-resume.exp: Remove check for
9175 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9176 * gdb.base/unwindonsignal.exp: Likewise.
9177 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9178 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9179
9180 2015-07-29 Pedro Alves <palves@redhat.com>
9181
9182 * gdb.base/siginfo-addr.c (pass): New function.
9183 (handler): Call it iff si_addr is correct.
9184 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9185 Set a breakpoint at "pass" and continue to it.
9186
9187 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9188
9189 * gdb.python/py-objfile.exp: Make some tests have unique names.
9190 * gdb.python/py-pp-registration.exp: Likewise.
9191
9192 2015-07-28 Pedro Alves <palves@redhat.com>
9193
9194 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9195
9196 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9197
9198 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9199
9200 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9201
9202 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9203
9204 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9205
9206 * gdb.base/gdb-sigterm-2.exp: New test.
9207
9208 2015-07-25 Doug Evans <xdje42@gmail.com>
9209
9210 Revert:
9211 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9212 (workers/%.worker, build-perf): New rule.
9213 (GDB_PERFTEST_MODE): New variable.
9214 (check-perf): Use it.
9215 (clean): Clean up gdb.perf parallel build subdirs.
9216 * lib/build-piece.exp: New file.
9217 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9218 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9219 name.
9220 (standard_temp_file): Ditto.
9221 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9222 of $GDB_PARALLEL.
9223
9224 2015-07-24 Doug Evans <dje@google.com>
9225
9226 * gdb.perf/lib/perftest/utils.py: New file.
9227 * gdb.perf/gm-hello.cc: New file.
9228 * gdb.perf/gm-pervasive-typedef.cc: New file.
9229 * gdb.perf/gm-pervasive-typedef.h: New file.
9230 * gdb.perf/gm-std.cc: New file.
9231 * gdb.perf/gm-std.h: New file.
9232 * gdb.perf/gm-use-cerr.cc: New file.
9233 * gdb.perf/gm-utils.h: New file.
9234 * gdb.perf/gmonster-null-lookup.py: New file.
9235 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9236 * gdb.perf/gmonster-print-cerr.py: New file.
9237 * gdb.perf/gmonster-ptype-string.py: New file.
9238 * gdb.perf/gmonster-runto-main.py: New file.
9239 * gdb.perf/gmonster-select-file.py: New file.
9240 * gdb.perf/gmonster1-null-lookup.exp: New file.
9241 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9242 * gdb.perf/gmonster1-print-cerr.exp: New file.
9243 * gdb.perf/gmonster1-ptype-string.exp: New file.
9244 * gdb.perf/gmonster1-runto-main.exp: New file.
9245 * gdb.perf/gmonster1-select-file.exp: New file.
9246 * gdb.perf/gmonster1.cc: New file.
9247 * gdb.perf/gmonster1.exp: New file.
9248 * gdb.perf/gmonster2-null-lookup.exp: New file.
9249 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9250 * gdb.perf/gmonster2-print-cerr.exp: New file.
9251 * gdb.perf/gmonster2-ptype-string.exp: New file.
9252 * gdb.perf/gmonster2-runto-main.exp: New file.
9253 * gdb.perf/gmonster2-select-file.exp: New file.
9254 * gdb.perf/gmonster2.cc: New file.
9255 * gdb.perf/gmonster2.exp: New file.
9256
9257 2015-07-24 Doug Evans <dje@google.com>
9258
9259 * gdb.perf/README: New file.
9260 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9261 * lib/gen-perf-test.exp: New file.
9262
9263 2015-07-24 Doug Evans <dje@google.com>
9264
9265 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9266 (PerfTest::startup): New function.
9267 (PerfTest::run): Return result of calling body.
9268 (PerfTest::assemble): Rewrite.
9269 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9270 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9271 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9272 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9273 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9274
9275 2015-07-24 Doug Evans <dje@google.com>
9276
9277 * lib/gdb.exp (clean_restart): Make executable optional.
9278
9279 2015-07-24 Doug Evans <dje@google.com>
9280
9281 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9282 compiler_info references.
9283 * gdb.cp/temargs.exp: Ditto.
9284 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9285 (get_compiler_info): Early exit if already computed. Set compiler_info
9286 to "unknown" if there was a problem.
9287 (test_compiler_info): Add function comment. Call get_compiler_info.
9288
9289 2015-07-24 Doug Evans <dje@google.com>
9290
9291 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9292 (workers/%.worker, build-perf): New rule.
9293 (GDB_PERFTEST_MODE): New variable.
9294 (check-perf): Use it.
9295 (clean): Clean up gdb.perf parallel build subdirs.
9296 * lib/build-piece.exp: New file.
9297 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9298 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9299 name.
9300 (standard_temp_file): Ditto.
9301 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9302 of $GDB_PARALLEL.
9303
9304 2015-07-24 Doug Evans <dje@google.com>
9305
9306 * lib/future.exp (gdb_default_target_compile): New option
9307 "early_flags".
9308 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9309 --as-needed.
9310
9311 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9312
9313 * gdb.base/catch-syscall.exp: Call gdb_exit before
9314 gdb_skip_xml_test.
9315
9316 2015-07-24 Pedro Alves <palves@redhat.com>
9317
9318 * gdb.python/py-events.exp: Accept output between the stop event
9319 and the prompt.
9320 * gdb.python/py-evsignal.exp: Likewise.
9321 * gdb.python/py-evthreads.exp: Likewise.
9322
9323 2015-07-24 Pedro Alves <palves@redhat.com>
9324
9325 PR gdb/18717
9326 * gdb.threads/non-ldr-exit.c: New file.
9327 * gdb.threads/non-ldr-exit.exp: New file.
9328
9329 2015-07-24 Yao Qi <yao.qi@linaro.org>
9330
9331 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9332 restarting process.
9333
9334 2015-07-24 Yao Qi <yao.qi@linaro.org>
9335
9336 * gdb.server/ext-restart.exp: New file.
9337
9338 2015-07-24 Yao Qi <yao.qi@linaro.org>
9339
9340 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9341 argument options.
9342 * gdb.server/ext-wrapper.exp: New file.
9343
9344 2015-07-23 Doug Evans <dje@google.com>
9345
9346 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9347 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9348
9349 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9350
9351 * gdb.ada/var_arr_typedef.exp: New testcase.
9352 * gdb.ada/var_arr_typedef/pack.adb: New file.
9353 * gdb.ada/var_arr_typedef/pack.ads: New file.
9354 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9355
9356 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9357
9358 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9359
9360 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9361
9362 * gdb.arch/i386-biarch-core.exp: Replace istarget
9363 by "complete set gnutarget". Remove expectation for the "core-file"
9364 command.
9365
9366 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9367
9368 Revert the previous commit:
9369 Tests for validate symbol file using build-id.
9370
9371 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9372
9373 Tests for validate symbol file using build-id.
9374 * gdb.base/solib-mismatch-lib.c: New file.
9375 * gdb.base/solib-mismatch-libmod.c: New file.
9376 * gdb.base/solib-mismatch.c: New file.
9377 * gdb.base/solib-mismatch.exp: New file.
9378
9379 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9380
9381 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9382 nios2-*-linux*.
9383 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9384 * gdb.base/siginfo.exp: Likewise.
9385 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9386
9387 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9388
9389 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9390 Move it to ...
9391 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9392 ... here.
9393 * gdb.trace/range-stepping.exp: Check that the target supports
9394 range stepping.
9395
9396 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9397
9398 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9399
9400 2015-07-14 Pedro Alves <palves@redhat.com>
9401
9402 * gdb.base/killed-outside.exp: New file.
9403 * gdb.base/killed-outside.c: New file.
9404
9405 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9406
9407 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9408 (n at main): New.
9409 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9410
9411 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9412
9413 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9414 infcall tests instead of setting up for KFAIL.
9415
9416 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9417
9418 * gdb.btrace/record_goto-step.exp: New.
9419
9420 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9421
9422 PR compile/18484
9423 * gdb.compile/compile.c (struct struct_type): Add volatile to
9424 selffield's type.
9425 * gdb.compile/compile.exp
9426 (compile code struct_object.selffield = &struct_object): Skip further
9427 struct_object tests if this one xfails.
9428
9429 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9430
9431 PR exp/18617
9432 * gdb.trace/ax.exp: Add test.
9433
9434 2015-07-07 Yao Qi <yao.qi@linaro.org>
9435
9436 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9437 instead of istarget "aarch64*-*-*".
9438 * gdb.arch/aarch64-fp.exp: Likewise.
9439 * gdb.base/float.exp: Likewise.
9440 * gdb.reverse/aarch64.exp: Likewise.
9441 * lib/gdb.exp (is_aarch64_target): New proc.
9442
9443 2015-07-07 Yao Qi <yao.qi@linaro.org>
9444
9445 * lib/gdb.exp (is_aarch32_target): New proc.
9446 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9447 instead of "istarget "arm*-*-*"".
9448 * gdb.arch/arm-disp-step.exp: Likewise.
9449 * gdb.arch/thumb-bx-pc.exp: Likewise.
9450 * gdb.arch/thumb-prologue.exp: Likewise.
9451 * gdb.arch/thumb-singlestep.exp: Likewise.
9452 * gdb.base/disp-step-syscall.exp: Likewise.
9453 * gdb.base/float.exp: Likewise.
9454
9455 2015-07-07 Yao Qi <yao.qi@linaro.org>
9456
9457 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9458 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9459
9460 2015-07-07 Yao Qi <yao.qi@linaro.org>
9461
9462 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9463 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9464 if it exists.
9465 * gdb.multi/multi-arch.exp: Likewise.
9466
9467 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9468
9469 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9470 print.
9471
9472 2015-07-07 Yao Qi <yao.qi@linaro.org>
9473
9474 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9475
9476 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9477
9478 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9479 '[' and ']' characters.
9480
9481 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9482
9483 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9484
9485 2015-06-29 Pedro Alves <palves@redhat.com>
9486
9487 PR threads/18127
9488 * gdb.threads/hand-call-new-thread.c: New file.
9489 * gdb.threads/hand-call-new-thread.c: New file.
9490
9491 2015-06-26 Keith Seitz <keiths@redhat.com>
9492 Doug Evans <dje@google.com>
9493
9494 PR 16253
9495 * gdb.cp/var-tag-2.cc: New file.
9496 * gdb.cp/var-tag-3.cc: New file.
9497 * gdb.cp/var-tag-4.cc: New file.
9498 * gdb.cp/var-tag.cc: New file.
9499 * gdb.cp/var-tag.exp: New file.
9500
9501 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9502
9503 * gdb.base/history-duplicates.exp: New test.
9504
9505 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9506
9507 * gdb.base/completion.exp: Test the completion of the "focus"
9508 command.
9509
9510 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9511
9512 * gdb.arch/amd64-prologue-skip.S: New file.
9513 * gdb.arch/amd64-prologue-skip.exp: New file.
9514
9515 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9516
9517 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9518 is_address_zero_readable check.
9519
9520 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9521
9522 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9523 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9524
9525 2015-06-24 Yao Qi <yao.qi@linaro.org>
9526
9527 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9528 linux targets.
9529
9530 2015-06-24 Yao Qi <yao.qi@linaro.org>
9531
9532 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9533 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9534 * gdb.base/siginfo-thread.exp: Likewise.
9535
9536 2015-06-22 Yao Qi <yao.qi@linaro.org>
9537
9538 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9539
9540 2015-06-22 Yao Qi <yao.qi@linaro.org>
9541
9542 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9543 aarch64*-*-*.
9544 (skip_hw_watchpoint_tests): Likewise.
9545
9546 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9547
9548 * gdb.base/gdbinit-history.exp: Test the interaction between
9549 setting GDBHISTSIZE and setting the history size via .gdbinit.
9550
9551 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9552
9553 PR gdb/16999
9554 * gdb.base/gdbhistsize-history.exp: New test.
9555
9556 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9557
9558 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9559 with GDBHISTSIZE.
9560 * gdb.base/readline.exp: Likewise.
9561
9562 2015-06-17 Yao Qi <yao.qi@linaro.org>
9563
9564 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9565 line.
9566
9567 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9568
9569 * gdb.base/gdbinit-history.exp: Add test case to check that
9570 an unlimited history file does not get truncated on exit.
9571
9572 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9573
9574 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9575 (VECTOR): New macro. Use it...
9576 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9577 ...for these typedefs.
9578 (int8, char1, int1, double1): New typedefs.
9579 (struct just_int2, struct two_int2): New structures.
9580 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9581 (add_structvecs, add_singlevecs): New functions.
9582 (main): Call add_some_intvecs twice.
9583 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9584 the compile and exit upon failure. Try compiling for the "native"
9585 architecture. Test inferior function calls with vector arguments
9586 and vector return value handling with "finish" and "return".
9587
9588 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9589
9590 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9591 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9592 PE file.
9593 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9594
9595 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9596
9597 PR breakpoints/16465
9598 * gdb.mi/mi-dprintf-pending.c: New file.
9599 * gdb.mi/mi-dprintf-pending.exp: New test.
9600 * gdb.mi/mi-dprintf-pendshr.c: New file.
9601
9602 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9603 Mircea Gherzan <mircea.gherzan@intel.com>
9604
9605 * gdb.arch/i386-mpx-map.c: New file.
9606 * gdb.arch/i386-mpx-map.exp: New File.
9607
9608 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9609
9610 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9611 * gdb.arch/i386-mpx.exp: Indentation fixed.
9612
9613 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9614
9615 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9616 function and improved indentation.
9617 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9618 gdb_test_multiple. Added additional tests to skip the test.
9619
9620 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9621
9622 * gdb.arch/i386-avx512.c: Change path in include file.
9623 * gdb.arch/i386-avx512.exp: Change include dir path
9624 compilation flag.
9625 * gdb.arch/i386-mpx.c: Change path in include file.
9626 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9627 flag.
9628
9629 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9630
9631 * gdb.compile/compile-print.exp (compile print *vararray@3)
9632 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9633
9634 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9635
9636 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9637 (do not keep jit in memory): ... this.
9638 (expect 5): Change it to ...
9639 (expect no 5): ... this.
9640
9641 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9642
9643 PR gdb/15564
9644 * gdb.mi/mi-detach.exp: New file.
9645
9646 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9647
9648 PR symtab/18392
9649 * gdb.arch/amd64-tailcall-self.S: New file.
9650 * gdb.arch/amd64-tailcall-self.c: New file.
9651 * gdb.arch/amd64-tailcall-self.exp: New file.
9652
9653 2015-05-28 Don Breazeal <donb@codesourcery.com>
9654
9655 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9656 tests for remote targets by checking is_target_gdbserver.
9657
9658 2015-05-27 Doug Evans <dje@google.com>
9659
9660 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9661 * gdb.dwarf2/opaque-type-lookup.c: New file.
9662 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9663
9664 2015-05-26 Doug Evans <dje@google.com>
9665
9666 * gdb.cp/iostream.cc: New file.
9667 * gdb.cp/iostream.exp: New file.
9668
9669 2015-05-26 Doug Evans <dje@google.com>
9670
9671 * gdb.dwarf2/dw2-op-call.exp: Update.
9672 * gdb.dwarf2/dw4-sig-types.exp: Update.
9673 * gdb.dwarf2/implptr.exp: Update.
9674 * gdb.mi/mi-cmd-param-changed.exp: Update.
9675
9676 2015-05-26 Doug Evans <dje@google.com>
9677
9678 * gdb.python/py-lazy-string.c: New file.
9679 * gdb.python/py-lazy-string.exp: New file.
9680 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9681 (main): Update. Add estring3.
9682 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9683 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9684
9685 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9686 Yao Qi <yao.qi@linaro.org>
9687
9688 * gdb.reverse/aarch64.c: New.
9689 * gdb.reverse/aarch64.exp: New.
9690
9691 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9692
9693 * lib/gdb.exp (supports_process_record): Return true for
9694 aarch64*-linux*.
9695 (supports_reverse): Likewise.
9696
9697 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9698
9699 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9700 Use with_test_prefix.
9701
9702 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9703
9704 * gdb.base/completion.exp: Add test for completion of layout
9705 names.
9706
9707 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9708
9709 * lib/gdb.exp (skip_tui_tests): New proc.
9710 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9711
9712 2015-05-19 Pedro Alves <palves@redhat.com>
9713
9714 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9715 Save the whole env array instead of just HOME. Unset HISTSIZE in
9716 the environment while testing. Restore whole environment
9717 afterwards.
9718
9719 2015-05-16 Doug Evans <xdje42@gmail.com>
9720
9721 * gdb.guile/scm-ports.c: New file.
9722 * gdb.guile/scm-ports.exp: Add memory port tests.
9723
9724 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9725
9726 * gdb.compile/compile-print.c: New file.
9727 * gdb.compile/compile-print.exp: New file.
9728
9729 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9730
9731 * gdb.compile/compile-ops.exp: Cast param to void.
9732 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9733 (compile code struct_object.selffield = &struct_object): Add xfail.
9734
9735 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9736
9737 * gdb.ada/arr_enum_with_gap: New testcase.
9738
9739 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9740
9741 * gdb.ada/byte_packed_arr: New testcase.
9742
9743 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9744
9745 * gdb.ada/pckd_neg: New testcase.
9746
9747 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9748
9749 PR gdb/17820
9750 * gdb.base/gdbinit-history.exp: New test.
9751 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9752 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9753
9754 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9755
9756 * gdb.python/py-xmethods.cc: Enhance test case.
9757 * gdb.python/py-xmethods.exp: New tests.
9758 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9759 function.
9760 (B_indexoper): Likewise.
9761 (global_dm_list) : Add new xmethod worker functions.
9762
9763 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9764
9765 * gdb.base/coredump-filter.exp: Correctly unset
9766 "coredump_var_addr" array.
9767
9768 2015-05-08 Pedro Alves <palves@redhat.com>
9769
9770 * gdb.server/non-existing-program.exp: Unset spawn_id.
9771
9772 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9773
9774 PR python/18291
9775 * gdb.python/py-xmethods.exp: Add tests.
9776
9777 2015-05-08 Yao Qi <yao.qi@linaro.org>
9778
9779 PR gdb/18208
9780 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9781 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9782 function set_coredump_filter, and remove remote_exec call.
9783 Remove argument ipid. Callers update.
9784 (top level): Don't get inferior's PID.
9785
9786 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9787
9788 * gdb.base/watch_thread_num.exp: Skip test on targets without
9789 access watchpoints.
9790
9791 2015-05-06 Pedro Alves <palves@redhat.com>
9792
9793 PR server/18081
9794 * gdb.server/non-existing-program.exp: New file.
9795
9796 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9797
9798 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9799
9800 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9801
9802 * gdb.ada/out_of_line_in_inlined: New testcase.
9803
9804 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9805
9806 * gdb.ada/var_rec_arr: New testcase.
9807
9808 2015-04-30 Yao Qi <yao.qi@linaro.org>
9809
9810 * gdb.base/break-idempotent.exp: If
9811 skip_hw_watchpoint_multi_tests returns true, skip the tests
9812 on "rwatch" and "awatch".
9813
9814 2015-04-30 Yao Qi <yao.qi@linaro.org>
9815
9816 * gdb.base/relativedebug.exp: Invoke gdb command
9817 "info sharedlibrary", and if libc.so doesn't have debug info,
9818 skip the test.
9819
9820 2015-04-29 Doug Evans <dje@google.com>
9821
9822 * gdb.python/py-xmethods.exp: Add ptype tests.
9823 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9824 get_result_type method.
9825
9826 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9827
9828 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9829 the target does not support hardware watchpoints.
9830
9831 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9832
9833 * gdb.base/break-always.exp: Abort testing if writing to memory
9834 causes an error.
9835
9836 2015-04-28 Doug Evans <dje@google.com>
9837
9838 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9839 * gdb.python/py-pp-registration.exp: ... here. New file.
9840 * gdb.python/py-pp-registration.c: New file.
9841 * gdb.python/py-pp-registration.py: New file.
9842
9843 2015-04-28 Doug Evans <dje@google.com>
9844
9845 * gdb.python/py-bad-printers.c: New file.
9846 * gdb.python/py-bad-printers.py: New file.
9847 * gdb.python/py-bad-printers.exp: New file.
9848
9849 2015-04-28 Sasha Smundak <asmundak@google.com>
9850
9851 * gdb.python/py-type.exp: New test.
9852
9853 2015-04-28 Andy Wingo <wingo@igalia.com>
9854
9855 * gdb.python/py-parameter.exp:
9856 * gdb.guile/scm-parameter.exp: Escape the path that we are
9857 matching against, as it might contain characters that are special
9858 to regular expressions.
9859
9860 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9861
9862 * gdb.ada/rec_comp: New testcase.
9863
9864 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9865
9866 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9867 before using it.
9868
9869 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9870
9871 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9872 new tests for verilog output.
9873
9874 2015-04-24 Yao Qi <yao.qi@linaro.org>
9875
9876 * boards/remote-gdbserver-on-localhost.exp: New file.
9877
9878 2015-04-23 Pedro Alves <palves@redhat.com>
9879
9880 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9881 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9882 "end of file", remove $inferior_spawn_id from the indirect list.
9883
9884 2015-04-23 Pedro Alves <palves@redhat.com>
9885
9886 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9887
9888 2015-04-23 Pedro Alves <palves@redhat.com>
9889
9890 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9891 on $any_spawn_id instead of only on $gdb_spawn_id.
9892
9893 2015-04-21 Pierre Muller <muller@sourceware.org>
9894
9895 PR pascal/17815
9896 * lib/pascal.exp (gpc_compile): Add new option "class".
9897 (fpc_compile): Likewise.
9898 * gdb.pascal/case-insensitive-symbols.pas: New file.
9899 * gdb.pascal/case-insensitive-symbols.exp: New file.
9900
9901 2015-04-20 Gary Benson <gbenson@redhat.com>
9902
9903 * gdb.base/attach.exp: Fix three extended remote failures.
9904
9905 2015-04-17 Gary Benson <gbenson@redhat.com>
9906
9907 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9908 the main executable over the remote protocol.
9909
9910 2015-04-16 Pedro Alves <palves@redhat.com>
9911
9912 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9913 a new gdbserver if gdbserver_reconnect_p is set.
9914
9915 2015-04-16 Pedro Alves <palves@redhat.com>
9916
9917 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9918 is set, don't exit gdbserver.
9919
9920 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9921
9922 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9923 appropriate .insn, such that an older assembler can be used.
9924 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9925 the z/Architecture instruction set on 31-bit targets as well.
9926
9927 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9928
9929 * gdb.go/handcall.exp: Remove all logic related to the first
9930 breakpoint and rely on go_runto_main instead.
9931 * gdb.go/strings.exp: Likewise.
9932 * gdb.go/unsafe.exp: Likewise.
9933 * gdb.go/hello.exp: Likewise. Also rename the remaining
9934 breakpoint marker to "breakpoint 1".
9935 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9936 * gdb.go/strings.go: Likewise.
9937 * gdb.go/unsafe.go: Likewise.
9938 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9939 "set breakpoint 2 here" and rename the remaining breakpoint marker
9940 to "breakpoint 1".
9941
9942 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9943
9944 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9945 if itertools.imap is not present.
9946 * gdb.python/py-objfile.exp: Add parentheses.
9947 * gdb.python/py-type.exp: Same.
9948 * gdb.python/py-unwind-maint.py: Same.
9949
9950 2015-04-15 Yao Qi <yao.qi@linaro.org>
9951
9952 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9953 of ":$ptr_size" and set its form explicitly.
9954
9955 2015-04-15 Pedro Alves <palves@redhat.com>
9956 Yao Qi <yao.qi@linaro.org>
9957
9958 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9959 timeout by factor of 4.
9960 (test_regular_watch): Likewise.
9961 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9962 * gdb.reverse/sigall-reverse.exp: Likewise.
9963 * gdb.reverse/until-precsave.exp: Likewise.
9964 * lib/gdb.exp (with_timeout_factor): New proc.
9965 (gdb_expect): Move some code to ...
9966 (get_largest_timeout): ... here. New procedure.
9967
9968 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9969
9970 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9971
9972 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9973
9974 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9975 to write to the .text section.
9976
9977 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9978
9979 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9980 Handle the case of targets that do not provide PID information.
9981
9982 2015-04-13 Yao Qi <yao.qi@linaro.org>
9983
9984 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9985 and use expect instead of gdb_expect.
9986
9987 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9988
9989 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9990 "coredump_var_addr" to avoid naming conflict with other testcases.
9991
9992 2015-04-10 Pedro Alves <palves@redhat.com>
9993
9994 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9995 gdb_test_sequence and gdb_assert.
9996
9997 2015-04-10 Pedro Alves <palves@redhat.com>
9998
9999 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10000 test messages that don't include the breakpoint address.
10001
10002 2015-04-10 Yao Qi <yao.qi@linaro.org>
10003
10004 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10005 false for some offset and width combinations which aren't
10006 supported by linux kernel.
10007
10008 2015-04-10 Pedro Alves <palves@redhat.com>
10009
10010 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10011 procedure, factored out from ...
10012 (top level): ... here. Add "set displaced-stepping" testing axis.
10013 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10014 parameter "displaced". Use it.
10015 (top level): Use foreach and add "set displaced-stepping" testing
10016 axis.
10017
10018 2015-04-10 Pedro Alves <palves@redhat.com>
10019
10020 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10021 Remove comment.
10022 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10023 both the address of the instruction that triggers the watchpoint
10024 and the address of the instruction immediately after, and use
10025 those addresses for the test. Fix comment.
10026
10027 2015-04-10 Pedro Alves <palves@redhat.com>
10028
10029 * gdb.base/sigstep.exp (breakpoint_to_handler)
10030 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10031 Test "backtrace" in handler.
10032 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10033 (top level): Add new "displaced" test axis to
10034 breakpoint_to_handler, breakpoint_to_handler_entry and
10035 breakpoint_over_handler.
10036
10037 2015-04-10 Pedro Alves <palves@redhat.com>
10038
10039 PR gdb/18216
10040 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10041
10042 2015-04-10 Yao Qi <yao.qi@linaro.org>
10043
10044 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10045 (test_add_rn_pc): New function.
10046 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10047 (top level): Invoke test_add_rn_pc.
10048
10049 2015-04-10 Pedro Alves <palves@redhat.com>
10050
10051 PR gdb/13858
10052 * gdb.base/step-over-no-symbols.exp: New file.
10053
10054 2015-04-09 Andy Wingo <wingo@igalia.com>
10055
10056 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10057 after the Python tests.
10058
10059 2015-04-08 Keith Seitz <keiths@redhat.com>
10060
10061 PR python/16699
10062 * gdb.python/py-completion.exp: New tests for completion.
10063 * gdb.python/py-completion.py (CompleteLimit1): New class.
10064 (CompleteLimit2): Likewise.
10065 (CompleteLimit3): Likewise.
10066 (CompleteLimit4): Likewise.
10067 (CompleteLimit5): Likewise.
10068 (CompleteLimit6): Likewise.
10069 (CompleteLimit7): Likewise.
10070
10071 2015-04-08 Pedro Alves <palves@redhat.com>
10072
10073 PR gdb/18214
10074 PR gdb/18216
10075 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10076 function.
10077 (main): Install it as SIGUSR1 handler.
10078 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10079 parameter. Always use "setup" as prefix. Toggle "set
10080 displaced-stepping" off/on depending on global. Don't switch to
10081 thread 1 here.
10082 (top level): Add displaced stepping "off/on" test axis. Update
10083 "setup" calls. Wrap each subtest with with_test_prefix. Test
10084 continuing with a queued signal in each thread.
10085
10086 2015-04-08 Pedro Alves <palves@redhat.com>
10087
10088 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10089 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10090 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10091 Return early if running to main fails.
10092 * gdb.trace/while-stepping.exp: Likewise.
10093
10094 2015-04-07 Pedro Alves <palves@redhat.com>
10095
10096 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10097 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10098 interact with inferior program.
10099
10100 2015-04-07 Pedro Alves <palves@redhat.com>
10101
10102 * lib/gdb.exp (inferior_spawn_id): New global.
10103 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10104 spawn id after processing the user code.
10105 (default_gdb_start): Set inferior_spawn_id.
10106 (send_inferior): New procedure.
10107 * lib/gdbserver-support.exp (gdbserver_start): Set
10108 inferior_spawn_id.
10109 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10110
10111 2015-04-07 Pedro Alves <palves@redhat.com>
10112
10113 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10114 * lib/gdbserver-support.exp (gdbserver_start): Make
10115 $server_spawn_id global.
10116 (gdbserver_start): Don't wait for gdbserver's spawn id with
10117 expect_background.
10118 (close_gdbserver): New procedure.
10119 (gdb_exit): Rename the default version and reimplement.
10120
10121 2015-04-07 Pedro Alves <palves@redhat.com>
10122
10123 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10124 append the substituted item, not the original item.
10125
10126 2015-04-07 Pedro Alves <palves@redhat.com>
10127
10128 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10129 gdb_expect.
10130
10131 2015-04-07 Pedro Alves <palves@redhat.com>
10132
10133 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10134 output appearing once only.
10135
10136 2015-04-07 Pedro Alves <palves@redhat.com>
10137
10138 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10139 that doesn't expect anything. Return early if running to main
10140 fails.
10141
10142 2015-04-07 Yao Qi <yao.qi@linaro.org>
10143
10144 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10145 (child_function): Call alarm.
10146 (main): Move call to alarm into the loop.
10147 * gdb.threads/non-stop-fair-events.exp: Build program with
10148 -DTIMEOUT=$timeout.
10149
10150 2015-04-06 Doug Evans <xdje42@gmail.com>
10151
10152 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10153 Fix dest parameter to board_info.
10154 (fpc_compile): Ditto.
10155 (gdb_compile_pascal): Rename dest arg to destfile.
10156
10157 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10158
10159 * gdb.ada/funcall_ref.exp: New file.
10160 * gdb.ada/funcall_ref/foo.adb: New file.
10161
10162 2015-04-02 Yao Qi <yao.qi@linaro.org>
10163
10164 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10165 is remote.
10166
10167 2015-04-02 Gary Benson <gbenson@redhat.com>
10168
10169 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10170
10171 2015-04-01 Sasha Smundak <asmundak@google.com>
10172
10173 * gdb.python/py-unwind-maint.c: New file.
10174 * gdb.python/py-unwind-maint.exp: New test.
10175 * gdb.python/py-unwind-maint.py: New file.
10176 * gdb.python/py-unwind.c: New file.
10177 * gdb.python/py-unwind.exp: New test.
10178 * gdb.python/py-unwind.py: New test.
10179
10180 2015-04-01 Pedro Alves <palves@redhat.com>
10181
10182 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10183 to fail instead of non-existent $test.
10184
10185 2015-04-01 Pedro Alves <palves@redhat.com>
10186
10187 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10188 GDBFLAGS if not empty.
10189
10190 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10191
10192 * gdb.ada/complete.exp: Remove "multi_line".
10193 * gdb.ada/info_exc.exp: Remove "multi_line".
10194 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10195 * gdb.ada/ptype_field.exp: Remove "multi_line".
10196 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10197 * gdb.ada/tagged.exp: Remove "multi_line".
10198 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10199 [multi_line ...]
10200 * gdb.btrace/delta.exp: Likewise.
10201 * gdb.btrace/exception.exp: Likewise.
10202 * gdb.btrace/function_call_history.exp: Likewise.
10203 * gdb.btrace/instruction_history.exp: Likewise.
10204 * gdb.btrace/nohist.exp: Likewise.
10205 * gdb.btrace/record_goto.exp: Likewise.
10206 * gdb.btrace/segv.exp: Likewise.
10207 * gdb.btrace/stepi.exp: Likewise.
10208 * gdb.btrace/tailcall.exp: Likewise.
10209 * gdb.btrace/unknown_functions.exp: Likewise.
10210 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10211 * lib/gdb.exp: Add the "multi_line" helper.
10212
10213 2015-04-01 Pedro Alves <palves@redhat.com>
10214
10215 * gdb.threads/tid-reuse.c: New file.
10216 * gdb.threads/tid-reuse.exp: New file.
10217
10218 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10219
10220 PR corefiles/16092
10221 * gdb.base/coredump-filter.c: New file.
10222 * gdb.base/coredump-filter.exp: Likewise.
10223
10224 2015-03-27 Petr Machata <pmachata@redhat.com>
10225
10226 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10227 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10228 (Dwarf::assemble): Initialize them.
10229 (Dwarf::lines): New function.
10230
10231 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10232
10233 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10234 SYMBOL_PREFIX for x86_64-*-cygwin.
10235
10236 2015-03-26 Andy Wingo <wingo@igalia.com>
10237
10238 PR symtab/18148
10239 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10240 const_value but not a location.
10241 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10242 location defined in non-main CUs are visible.
10243
10244 2015-03-26 Yao Qi <yao.qi@linaro.org>
10245
10246 PR testsuite/18139
10247 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10248 Add a line number entry for the same line.
10249 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10250 Add a line number entry for the same line.
10251
10252 2015-03-26 Yao Qi <yao.qi@linaro.org>
10253
10254 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10255 .int 0.
10256 (func): Likewise. Add .Lfunc_1 label.
10257 Use .Lfunc_1 label.
10258 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10259 .int 0.
10260 (func): Likewise.
10261 Use .Lfunc_1 label.
10262
10263 2015-03-26 Yao Qi <yao.qi@linaro.org>
10264
10265 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10266 Call gdb_compile instead to compile each .s files without debug
10267 information.
10268
10269 2015-03-26 Yao Qi <yao.qi@linaro.org>
10270
10271 * gdb.base/savedregs.exp (process_saved_regs): Make
10272 "Saved registers:" optional in the pattern.
10273
10274 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10275
10276 * gdb.btrace/next.exp: Merged into step.exp.
10277 * gdb.btrace/finish.exp: Merged into step.exp.
10278 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10279 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10280 "record goto" and checking the exact replay position.
10281 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10282 check for "Recording format" in "info record" output.
10283 * gdb.btrace/record_goto.exp: Choose test file based on target.
10284 * gdb.btrace/x86-record_goto.S: Renamed into ...
10285 * gdb.btrace/x86_64-record_goto.S: ... this.
10286 * gdb.btrace/i686-record_goto.S: New.
10287 * gdb.btrace/x86-tailcall.S: Renamed into ...
10288 * gdb.btrace/x86_64-tailcall.S: ... this.
10289 * gdb.btrace/i686-tailcall.S: New.
10290 * gdb.btrace/x86-tailcall.c: Renamed into ...
10291 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10292 separate statements. Update test.
10293 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10294 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10295 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10296 * gdb.btrace/tailcall.exp: Choose test file based on target.
10297 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10298
10299 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10300
10301 * gdb.btrace/exception.exp: Increase BTS buffer size.
10302
10303 2015-03-24 Pedro Alves <palves@redhat.com>
10304
10305 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10306
10307 2015-03-24 Pedro Alves <palves@redhat.com>
10308
10309 * gdb.threads/schedlock.exp (test_step): No longer expect that
10310 "set scheduler-locking step" with "next" over a function call runs
10311 threads unlocked.
10312
10313 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10314
10315 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10316
10317 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10318
10319 PR breakpoints/16466
10320 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10321 * gdb.mi/mi-pending.c (thread_func): New function.
10322 (int main): Add threading support required.
10323 * gdb.mi/mi-pending.exp: Add tests for this issue.
10324 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10325 (pendfunc2): Remove stdio dependency.
10326 * gdb.mi/mi-pendshr2.c: New file.
10327
10328 2015-03-23 Keith Seitz <keiths@redhat.com>
10329
10330 * gdb.linespec/keywords.c: New file.
10331 * gdb.linespec/keywords.exp: New file.
10332
10333 2015-03-23 Keith Seitz <keiths@redhat.com>
10334
10335 PR gdb/18021
10336 * gdb.dwarf2/staticvirtual.exp: New test.
10337
10338 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10339
10340 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10341 * README: Remove HP-UX and gdb.hp.
10342 (configuration):
10343 * configure: Regenerate.
10344 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10345 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10346 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10347 gdb.hp/gdb.defects/Makefile.
10348 * gdb.hp/Makefile.in: File deleted.
10349 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10350 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10351 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10352 * gdb.hp/gdb.aCC/run.c: File deleted.
10353 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10354 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10355 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10356 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10357 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10358 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10359 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10360 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10361 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10362 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10363 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10364 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10365 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10366 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10367 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10368 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10369 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10370 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10371 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10372 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10373 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10374 * gdb.hp/gdb.compat/average.c: File deleted.
10375 * gdb.hp/gdb.compat/sum.c: File deleted.
10376 * gdb.hp/gdb.compat/xdb.c: File deleted.
10377 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10378 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10379 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10380 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10381 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10382 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10383 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10384 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10385 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10386 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10387 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10388 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10389 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10390 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10391 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10392 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10393 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10394 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10395 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10396 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10397 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10398 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10399 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10400 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10401 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10402 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10403 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10404 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10405 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10406 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10407 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10408 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10409 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10410 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10411 * gdb.hp/tools/odump: File deleted.
10412
10413 2015-03-19 Pedro Alves <palves@redhat.com>
10414
10415 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10416 (saw_thread_3): New globals.
10417 (top level): Increment them when an event for the corresponding
10418 thread is seen.
10419 (no thread starvation): New test.
10420
10421 2015-03-19 Pedro Alves <palves@redhat.com>
10422
10423 * gdb.threads/continue-pending-status.c: New file.
10424 * gdb.threads/continue-pending-status.exp: New file.
10425
10426 2015-03-18 Pedro Alves <palves@redhat.com>
10427
10428 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10429 Use gdb_is_target_remote instead of is_remote. Use
10430 gdb_test_multiple instead of gdb_expect. Exit early if
10431 gdb_test_multiple hits its internal matches. Tighten stepi tests
10432 expected output. Fail on exit with any signal, instead of just
10433 SIGILL.
10434
10435 2015-03-18 Yao Qi <yao.qi@linaro.org>
10436
10437 PR tdep/18107
10438 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10439 variable.
10440 * gdb.base/catch-syscall.exp: Don't skip it on
10441 aarch64*-*-linux* target. Remove elements in all_syscalls.
10442 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10443 target.
10444 (setup_all_syscalls): New proc.
10445
10446 2015-03-16 Yao Qi <yao.qi@linaro.org>
10447
10448 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10449 (top level): Skip tests if valid_addr_p returns false for
10450 $cmd1 or $cmd2.
10451
10452 2015-03-11 Andy Wingo <wingo@igalia.com>
10453
10454 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10455
10456 2015-03-11 Yao Qi <yao.qi@linaro.org>
10457
10458 * gdb.base/catch-syscall.exp: Fix typo in comments.
10459
10460 2015-03-11 Yao Qi <yao.qi@linaro.org>
10461
10462 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10463
10464 2015-03-09 Pedro Alves <palves@redhat.com>
10465
10466 * dg-extract-results.py: Delete.
10467
10468 2015-03-09 Pedro Alves <palves@redhat.com>
10469
10470 Merge dg-extract-results.sh from GCC upstream (r218843).
10471
10472 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10473 * dg-extract-results.sh: Use --text with grep to avoid issues with
10474 binary files. Fall back to cat -v, if that doesn't work.
10475
10476 2015-03-05 Pedro Alves <palves@redhat.com>
10477
10478 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10479
10480 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10481
10482 * lib/mi-support.exp (mi_expect_interrupt): Accept
10483 alternative event for when in all-stop mode.
10484
10485 2015-03-04 Pedro Alves <palves@redhat.com>
10486
10487 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10488
10489 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10490
10491 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10492
10493 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10494
10495 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10496 regexps for GDB's current line display, accept a hex address
10497 preceding the line number.
10498
10499 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10500
10501 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10502 the 'arch1' variable for "s390*-linux*" targets.
10503
10504 2015-03-04 Pedro Alves <palves@redhat.com>
10505
10506 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10507 (main): Pass missing retval argument to pthread_join call.
10508
10509 2015-03-02 Pedro Alves <palves@redhat.com>
10510
10511 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10512 (top level): Call do_test with non-stop as well.
10513
10514 2015-03-02 Pedro Alves <palves@redhat.com>
10515
10516 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10517 -1.
10518
10519 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10520
10521 * gdb.arch/s390-vregs.exp: New test.
10522 * gdb.arch/s390-vregs.S: New file.
10523
10524 2015-02-27 Pedro Alves <palves@redhat.com>
10525
10526 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10527 call to catch_command_errors.
10528 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10529 catch_command_errors.
10530
10531 2015-02-27 Pedro Alves <palves@redhat.com>
10532
10533 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10534 "true" for boolean result.
10535 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10536 prototype of main.
10537
10538 2015-02-27 Pedro Alves <palves@redhat.com>
10539
10540 * lib/unbuffer_output.c: New file.
10541 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10542 (main): Call gdb_unbuffer_output.
10543
10544 2015-02-27 Yao Qi <yao.qi@linaro.org>
10545
10546 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10547 target.
10548
10549 2015-02-26 Doug Evans <dje@google.com>
10550
10551 * gdb.cp/class2.cc (Dbase, D): New classes.
10552 (main): New local delta.
10553 * gdb.cp/class2.exp: Test printing delta.
10554 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10555 (dynbar): New global.
10556 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10557
10558 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10559
10560 * gdb.compile/compile-ifunc.c: New file.
10561 * gdb.compile/compile-ifunc.exp: New file.
10562
10563 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10564
10565 * gdb.base/structs.exp: Check for correct struct on finish.
10566
10567 2015-02-26 Yao Qi <yao.qi@linaro.org>
10568
10569 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10570 is zero.
10571
10572 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10573
10574 * gdb.arch/cordic.ko.bz2: New file.
10575 * gdb.arch/cordic.ko.debug.bz2: New file.
10576 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10577
10578 2015-02-25 Yao Qi <yao.qi@linaro.org>
10579
10580 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10581 aarch64*-*-* target.
10582
10583 2015-02-23 Pedro Alves <palves@redhat.com>
10584
10585 * lib/gdb.exp (delete_breakpoints): Rewrite using
10586 gdb_test_multiple.
10587
10588 2015-02-23 Pedro Alves <palves@redhat.com>
10589
10590 * gdb.base/info-os.c: Include stdlib.h.
10591
10592 2015-02-22 Doug Evans <xdje42@gmail.com>
10593
10594 PR symtab/17855
10595 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10596 is read after symbols have been re-read.
10597 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10598 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10599
10600 2015-02-21 Doug Evans <dje@google.com>
10601
10602 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10603
10604 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10605
10606 PR corefiles/17808
10607 * gdb.arch/i386-biarch-core.core.bz2: New file.
10608 * gdb.arch/i386-biarch-core.exp: New file.
10609
10610 2015-02-21 Pedro Alves <palves@redhat.com>
10611
10612 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10613 runto_main fails.
10614
10615 2015-02-20 Pedro Alves <palves@redhat.com>
10616
10617 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10618 info probes.
10619
10620 2015-02-20 Pedro Alves <palves@redhat.com>
10621
10622 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10623
10624 2015-02-20 Pedro Alves <palves@redhat.com>
10625
10626 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10627 clean_restart before gdb_target_supports_trace.
10628
10629 2015-02-20 Pedro Alves <palves@redhat.com>
10630
10631 PR threads/18006
10632 * gdb.threads/clone-thread_db.c: New file.
10633 * gdb.threads/clone-thread_db.exp: New file.
10634
10635 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10636
10637 PR breakpoints/16812
10638 * gdb.base/catch-gdb-caused-signals.c: New file.
10639 * gdb.base/catch-gdb-caused-signals.exp: New file.
10640
10641 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10642
10643 * configure: Regenerated.
10644 * configure.ac: Use GDB_AC_TRANSFORM.
10645 * aclocal.m4: sinclude ../transform.m4.
10646
10647 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10648
10649 * lib/dtrace.exp: New file.
10650 * gdb.base/dtrace-probe.exp: Likewise.
10651 * gdb.base/dtrace-probe.d: Likewise.
10652 * gdb.base/dtrace-probe.c: Likewise.
10653 * lib/pdtrace.in: Likewise.
10654 * configure.ac: Output variables with the transformed names of
10655 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10656 * configure: Regenerated.
10657
10658 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10659
10660 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10661 expected message when trying to access $_probe_* convenience
10662 variables while not on a probe.
10663
10664 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10665
10666 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10667
10668 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10669
10670 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10671 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10672
10673 2015-02-10 Doug Evans <xdje42@gmail.com>
10674
10675 * lib/gdb.exp (gdb_load): Always return a result.
10676
10677 2015-02-10 Pedro Alves <palves@redhat.com>
10678
10679 * gdb.threads/signal-sigtrap.c: New file.
10680 * gdb.threads/signal-sigtrap.exp: New file.
10681
10682 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10683
10684 * gdb.trace/no-attach-trace.c: New file.
10685 * gdb.trace/no-attach-trace.exp: New file.
10686
10687 2015-02-09 Mark Wielaard <mjw@redhat.com>
10688
10689 * gdb.dwarf2/atomic.c: New file.
10690 * gdb.dwarf2/atomic-type.exp: Likewise.
10691
10692 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10693
10694 * gdb.btrace/buffer-size.exp: Update "info record" output.
10695 * gdb.btrace/delta.exp: Update "info record" output.
10696 * gdb.btrace/enable.exp: Update "info record" output.
10697 * gdb.btrace/finish.exp: Update "info record" output.
10698 * gdb.btrace/instruction_history.exp: Update "info record" output.
10699 * gdb.btrace/next.exp: Update "info record" output.
10700 * gdb.btrace/nexti.exp: Update "info record" output.
10701 * gdb.btrace/step.exp: Update "info record" output.
10702 * gdb.btrace/stepi.exp: Update "info record" output.
10703 * gdb.btrace/nohist.exp: Update "info record" output.
10704
10705 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10706
10707 * gdb.btrace/buffer-size: New.
10708
10709 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10710
10711 * gdb.btrace/delta.exp: Update "info record" output.
10712 * gdb.btrace/enable.exp: Update "info record" output.
10713 * gdb.btrace/finish.exp: Update "info record" output.
10714 * gdb.btrace/instruction_history.exp: Update "info record" output.
10715 * gdb.btrace/next.exp: Update "info record" output.
10716 * gdb.btrace/nexti.exp: Update "info record" output.
10717 * gdb.btrace/step.exp: Update "info record" output.
10718 * gdb.btrace/stepi.exp: Update "info record" output.
10719 * gdb.btrace/nohist.exp: Update "info record" output.
10720
10721 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10722
10723 PR gdb/15678
10724 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10725
10726 2015-02-06 Pedro Alves <palves@redhat.com>
10727
10728 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10729 macro.
10730 (seconds_left, again): New globals.
10731 (main): Wait seconds_left in a 1-second sleep loop instead of
10732 sleeping 180 seconds. If 'again' is set, reset the seconds
10733 counter.
10734 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10735 'again' in the inferior before detaching. Print the seconds left.
10736 (options): New global.
10737 (top level): Build program with -DTIMEOUT=$timeout.
10738
10739 2015-02-06 Pedro Alves <palves@redhat.com>
10740
10741 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10742 determine how many seconds to pass to 'alarm'.
10743 * gdb.base/gdb-sigterm.exp (top level): Build program with
10744 -DTIMEOUT=$timeout.
10745 (do_test): Return success/failure indication. Add more verbose
10746 logging. Don't fail if 200 single steps are seen. Instead, fail
10747 when the test times out.
10748 (passes): New global.
10749 (top level): Break the testing loop if testing fails on any
10750 iteration. Use gdb_assert.
10751
10752 2015-02-04 Don Breazeal <donb@codesourcery.com>
10753
10754 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10755 and initialize them.
10756 (ipc_cleanup): New function.
10757 (main): Don't declare shmid, semid, and msqid. Add a call to
10758 atexit so that we call ipc_cleanup on exit.
10759
10760 2015-02-04 Pedro Alves <palves@redhat.com>
10761
10762 * boards/native-extended-gdbserver.exp: Remove any target variant
10763 specifications from the board name before clearing the isremote
10764 flag from board_info.
10765
10766 2015-01-31 Doug Evans <xdje42@gmail.com>
10767
10768 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10769
10770 2015-01-31 Gary Benson <gbenson@redhat.com>
10771
10772 * gdb.base/completion.exp: Disable completion limiting for
10773 existing tests. Add new tests to check completion limiting.
10774 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10775
10776 2015-01-31 Doug Evans <xdje42@gmail.com>
10777
10778 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10779
10780 2015-01-31 Doug Evans <xdje42@gmail.com>
10781
10782 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10783 entries. Duplicate file section script entries.
10784 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10785 inlined entries. Add test for safe-path rejection.
10786 * gdb.python/py-section-script.c: Add duplicate inlined section script
10787 entries. Duplicate file section script entries.
10788 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10789 inlined entries. Add test for safe-path rejection.
10790
10791 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10792
10793 * gdb.ada/disc_arr_bound: New testcase.
10794
10795 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10796
10797 * gdb.ada/mi_var_array: New testcase.
10798
10799 2015-01-27 Doug Evans <dje@google.com>
10800
10801 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10802 Add test for objfile.filename, objfile.username after objfile
10803 has been unloaded.
10804
10805 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10806
10807 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10808 the second test to print the name attribute of value
10809 returned by the call to gdb.lookup_type, and adjust
10810 the expected output accordingly.
10811
10812 2015-01-25 Mark Wielaard <mjw@redhat.com>
10813
10814 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10815 * gdb.base/disp-step-fork.c: Include unistd.h.
10816 * gdb.base/siginfo-obj.c: Include stdio.h.
10817 * gdb.base/siginfo-thread.c: Likewise.
10818 * gdb.mi/non-stop.c: Include unistd.h.
10819 * gdb.mi/nsthrexec.c: Include stdio.h.
10820 * gdb.mi/pthreads.c: Include unistd.h.
10821 * gdb.modula2/unbounded1.c (main): Declare returns int.
10822 * gdb.reverse/consecutive-reverse.c: Likewise.
10823 * gdb.threads/create-fail.c: Include unistd.h.
10824 * gdb.threads/killed.c: Likewise.
10825 * gdb.threads/linux-dp.c: Likewise.
10826 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10827 * gdb.threads/non-ldr-exc-2.c: Likewise.
10828 * gdb.threads/non-ldr-exc-3.c: Likewise.
10829 * gdb.threads/non-ldr-exc-4.c: Likewise.
10830 * gdb.threads/pthreads.c: Include unistd.h.
10831 (main): Declare returns int.
10832 * gdb.threads/tls-main.c (foo): New declaration.
10833 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10834
10835 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10836
10837 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10838 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10839
10840 2015-01-15 Mark Wielaard <mjw@redhat.com>
10841
10842 * gdb.base/noreturn-return.c: New file.
10843 * gdb.base/noreturn-return.exp: New file.
10844 * gdb.base/noreturn-finish.c: New file.
10845 * gdb.base/noreturn-finish.exp: New file.
10846
10847 2015-01-23 Pedro Alves <palves@redhat.com>
10848
10849 * gdb.threads/continue-pending-after-query.c: New file.
10850 * gdb.threads/continue-pending-after-query.exp: New file.
10851
10852 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10853 Simon Marchi <simon.marchi@ericsson.com>
10854
10855 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10856 * gdb.base/valgrind-db-attach.exp: Same.
10857 * gdb.base/valgrind-infcall.exp: Same.
10858 * lib/mi-support.exp (default_mi_gdb_start): Same.
10859 * lib/prompt.exp (default_prompt_gdb_start): Same.
10860 * lib/gdb.exp (default_gdb_spawn): Same.
10861 (gdb_interact): New.
10862
10863
10864 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10865
10866 * gdb.compile/compile.exp (pointer to jit function): New test.
10867
10868 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10869
10870 * lib/gdb.exp (supports_process_record): Return true for
10871 powerpc*-*-linux*.
10872 (supports_reverse): Likewise.
10873
10874 2015-01-15 Don Breazeal <donb@codesourcery.com>
10875
10876 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10877 instead of checking whether the target board is remote and
10878 use spawn_wait_for_attach instead of exec/sleep.
10879 * gdb.base/attach-twice.exp: Likewise.
10880
10881 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10882
10883 * gdb.ada/var_arr_attrs: New testcase.
10884
10885 2015-01-14 Pedro Alves <palves@redhat.com>
10886 Joel Brobecker <brobecker@adacore.com>
10887
10888 PR gdb/17525
10889 * gdb.base/bp-cmds-execution-x-script.c: New file.
10890 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10891 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10892
10893 2015-01-14 Pedro Alves <palves@redhat.com>
10894
10895 PR cli/17828
10896 * gdb.base/batch-preserve-term-settings.c: New file.
10897 * gdb.base/batch-preserve-term-settings.exp: New file.
10898
10899 2015-01-13 Doug Evans <dje@google.com>
10900
10901 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10902 binary.
10903
10904 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10905
10906 * Makefile.in (clean mostlyclean): Do not delete *.py.
10907
10908 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10909
10910 * gdb.python/py-lookup-type.exp: New file.
10911
10912 2015-01-12 Pedro Alves <palves@redhat.com>
10913
10914 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10915 restore GDBFLAGS before returning.
10916
10917 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10918
10919 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10920 is_amd64_regs_target and is_x86_like_target.
10921
10922 2015-01-11 Doug Evans <xdje42@gmail.com>
10923
10924 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10925 is given without an explicit form.
10926 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10927 attributes.
10928 * gdb.dwarf/corrupt.exp: Ditto.
10929 * gdb.dwarf2/enum-type.exp: Ditto.
10930 * gdb.trace/entry-values.exp: Ditto.
10931 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10932
10933 2015-01-11 Doug Evans <xdje42@gmail.com>
10934
10935 PR gdb/15830
10936 * gdb.base/maint.exp: Remove references to "maint demangle".
10937 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10938 Add tests for explicitly specifying language to demangle.
10939 * gdb.dlang/demangle.exp: Ditto.
10940
10941 2015-01-09 Pedro Alves <palves@redhat.com>
10942
10943 * gdb.threads/non-stop-fair-events.c: New file.
10944 * gdb.threads/non-stop-fair-events.exp: New file.
10945
10946 2015-01-09 Pedro Alves <palves@redhat.com>
10947
10948 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10949 the global scope. Set a breakpoint after all threads are started
10950 rather than stepping over two source lines. Expect the prompt.
10951 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10952 global.
10953 (NUM): Now 15.
10954 (main): Use threads_started_barrier to wait for all threads to
10955 start. Main thread no longer calls thread_function. Exit after
10956 180 seconds.
10957 (loop): New function.
10958 (thread_function): Wait on threads_started_barrier barrier. Call
10959 'loop' at each iteration.
10960 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10961 threads have started, instead of hardcoding number of "next"
10962 steps. Use an access watchpoint instead of a write watchpoint.
10963
10964 2015-01-09 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10967 (thread_func): Wait on barrier.
10968 (main): Wait for all threads to start before stopping GDB.
10969 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10970 global.
10971 (thread1_func, thread2_func): Wait on barrier.
10972 (main): Wait for all threads to start before stopping GDB.
10973 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10974 New global.
10975 (thread1_func, thread2_func): Wait on barrier.
10976 (main): Wait for all threads to start before stopping GDB.
10977
10978 2015-01-09 Pedro Alves <palves@redhat.com>
10979
10980 * gdb.threads/attach-many-short-lived-threads.c: New file.
10981 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10982
10983 2014-01-09 Pedro Alves <palves@redhat.com>
10984
10985 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10986 instead of to thread 2.
10987 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10988 Add barrier around each pthread_create call instead of around all
10989 calls.
10990 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10991 Set a break on thread_function and have the child threads hit it
10992 one at at a time.
10993
10994 2015-01-09 Pedro Alves <palves@redhat.com>
10995
10996 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10997 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10998 false.
10999 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11000 checking whether the target board is remote.
11001 * gdb.multi/multi-attach.exp: Likewise.
11002 * gdb.python/py-sync-interp.exp: Likewise.
11003 * gdb.server/ext-attach.exp: Likewise.
11004 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11005 tests that need to attach, instead of checking whether the target
11006 board is remote at the top of the file.
11007
11008 2015-01-08 Yao Qi <yao@codesourcery.com>
11009
11010 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11011
11012 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11013
11014 Fix testcase compilation.
11015 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11016
11017 2015-01-06 Joel Brobecker <brobecker@adacore.com>
11018
11019 * gdb.python/py-type.exp: Add a couple test about empty
11020 array creation, and negative-length array creation.
11021
11022 2015-01-02 Doug Evans <xdje42@gmail.com>
11023
11024 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11025
11026 2015-01-02 Doug Evans <dje@google.com>
11027
11028 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11029
11030 2014-12-29 Yao Qi <yao@codesourcery.com>
11031
11032 * gdb.trace/entry-values.exp: Update comments. Rename variable
11033 bar_call_foo to returned_from_foo.
11034
11035 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11036
11037 PR gdb/17394
11038 * gdb.linespec/break-asm-file.c: New file.
11039 * gdb.linespec/break-asm-file.exp: New file.
11040 * gdb.linespec/break-asm-file0.s: New file.
11041 * gdb.linespec/break-asm-file1.s: New file.
11042
11043 2014-12-18 Nigel Stephens <nigel@mips.com>
11044 Maciej W. Rozycki <macro@codesourcery.com>
11045
11046 * gdb.base/float.exp: Handle the new output from "info float" on
11047 MIPS targets.
11048
11049 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11050
11051 Fix MinGW compilation.
11052 * gdb.compile/compile-ops.exp: Update untested message if
11053 !skip_compile_feature_tests.
11054 * gdb.compile/compile-setjmp.exp: Likewise.
11055 * gdb.compile/compile-tls.exp: Likewise.
11056 * gdb.compile/compile.exp: Likewise.
11057 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11058 supported on this host".
11059
11060 2014-12-16 Doug Evans <xdje42@gmail.com>
11061
11062 * boards/stabs.exp: New file.
11063
11064 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11065
11066 * gdb.base/completion.exp: Adjust to format changes of "maint
11067 print user-registers".
11068
11069 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
11070
11071 PR server/17457
11072 * gdb.arch/aarch64-fp.c: New file.
11073 * gdb.arch/aarch64-fp.exp: New file.
11074
11075 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11076
11077 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11078 r210637, r210913, r211666, r215400, r215817).
11079
11080 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11081 * dg-extract-results.py: New file.
11082 * dg-extract-results.sh: Use it if the environment seems
11083 suitable.
11084
11085 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11086
11087 * dg-extract-results.py (parse_run): Handle warnings that
11088 are printed before a test harness is run.
11089
11090 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11091
11092 * dg-extract-results.py (Named): Remove __cmp__ method.
11093 (output_variation): Use a key to sort variation.harnesses.
11094
11095 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11096
11097 * dg-extract-results.py: For Python 3, force sys.stdout to
11098 handle surrogate escape sequences.
11099 (safe_open): New function.
11100 (output_segment, main): Use it.
11101
11102 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11103
11104 * dg-extract-results.py (Prog.result_re): Include options
11105 in test name.
11106
11107 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11108
11109 * dg-extract-results.py (output_variation): Always sort if
11110 do_sum.
11111
11112 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11113
11114 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11115 as long as we get pagination notifications.
11116
11117 2014-12-15 Jason Merrill <jason@redhat.com>
11118
11119 * Makefile.in (check-gdb.%): Restore.
11120 * README: Mention it.
11121
11122 2014-12-13 Joel Brobecker <brobecker@adacore.com>
11123
11124 * gdb.ada/str_uninit: New testcase.
11125
11126 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11127
11128 PR symtab/17642
11129 * gdb.base/vla-stub-define.c: New file.
11130 * gdb.base/vla-stub.c: New file.
11131 * gdb.base/vla-stub.exp: New file.
11132
11133 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11134 Jan Kratochvil <jan.kratochvil@redhat.com>
11135 Tom Tromey <tromey@redhat.com>
11136
11137 * configure.ac: Add gdb.compile/.
11138 * configure: Regenerate.
11139 * gdb.compile/Makefile.in: New file.
11140 * gdb.compile/compile-ops.exp: New file.
11141 * gdb.compile/compile-ops.c: New file.
11142 * gdb.compile/compile-tls.c: New file.
11143 * gdb.compile/compile-tls.exp: New file.
11144 * gdb.compile/compile-constvar.S: New file.
11145 * gdb.compile/compile-constvar.c: New file.
11146 * gdb.compile/compile-mod.c: New file.
11147 * gdb.compile/compile-nodebug.c: New file.
11148 * gdb.compile/compile-setjmp-mod.c: New file.
11149 * gdb.compile/compile-setjmp.c: New file.
11150 * gdb.compile/compile-setjmp.exp: New file.
11151 * gdb.compile/compile-shlib.c: New file.
11152 * gdb.compile/compile.c: New file.
11153 * gdb.compile/compile.exp: New file.
11154 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11155
11156 2014-12-12 Tom Tromey <tromey@redhat.com>
11157
11158 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11159 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11160
11161 2014-12-12 Doug Evans <dje@google.com>
11162
11163 * lib/gdb-python.exp (get_python_valueof): New function.
11164 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11165
11166 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11167
11168 * gdb.base/completion.exp: Add test for completion of "info
11169 registers ".
11170
11171 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11172
11173 * gdb.base/func-ptrs.c: New file.
11174 * gdb.base/func-ptrs.exp: New file.
11175
11176 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11177
11178 PR breakpoints/17012
11179 * gdb.base/dprintf-detach.c: New file.
11180 * gdb.base/dprintf-detach.exp: New file.
11181
11182 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11183
11184 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11185 * lib/gdb.exp (target_is_gdbserver): New procedure.
11186
11187 2014-12-08 Doug Evans <dje@google.com>
11188
11189 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11190
11191 2014-12-05 Yao Qi <yao@codesourcery.com>
11192
11193 * gdb.guile/scm-error.exp: Remove the third argument to
11194 gdb_remote_download.
11195 * gdb.guile/scm-frame-args.exp: Likewise.
11196 * gdb.guile/scm-section-script.exp: Likewise.
11197
11198 2014-12-05 Yao Qi <yao@codesourcery.com>
11199
11200 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11201
11202 2014-12-04 Doug Evans <dje@google.com>
11203
11204 * gdb.python/py-objfile.exp: Add tests for
11205 objfile.add_separate_debug_file.
11206
11207 2014-12-04 Doug Evans <dje@google.com>
11208
11209 * lib/gdb.exp (get_build_id): New function.
11210 (build_id_debug_filename_get): Rewrite to use it.
11211 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11212
11213 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11214
11215 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11216 `method(long)', not just 0x0.
11217 * gdb.cp/nsalias.exp: Align code labels to 4.
11218 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11219 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11220 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11221 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11222 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11223 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11224
11225 2014-12-02 Doug Evans <dje@google.com>
11226
11227 PR symtab/17602
11228 * gdb.cp/anon-ns.cc: Move guts of this file to ...
11229 * gdb.cp/anon-ns2.cc: ... here. New file.
11230 * gdb.cp/anon-ns.exp: Update.
11231
11232 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
11233
11234 * gdb.python/py-events.py (inferior_call_handler): New.
11235 (register_changed_handler, memory_changed_handler): New.
11236 (test_events.invoke): Register new handlers.
11237 * gdb.python/py-events.exp: Add tests for inferior call,
11238 memory_changed and register_changed events.
11239
11240 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11241
11242 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11243 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11244 if the linker doesn't understand this.
11245
11246 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11247
11248 * gdb.python/python.exp: Change expected reply to help().
11249
11250 2014-12-01 Yao Qi <yao@codesourcery.com>
11251
11252 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11253 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11254 * configure: Re-generated.
11255
11256 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11257
11258 * gdb.cp/chained-calls.cc: New file.
11259 * gdb.cp/chained-calls.exp: New file.
11260 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11261
11262 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11263
11264 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11265 * gdb.dwarf2/symtab-producer.exp: Same.
11266 * gdb.gdb/python-interrupts.exp: Same.
11267 * gdb.gdb/python-selftest.exp: Same.
11268 * gdb.python/py-linetable.exp: Same.
11269 * gdb.python/py-type.exp: Same.
11270 * gdb.python/py-value-cc.exp: Same.
11271 * gdb.python/py-value.exp: Same.
11272
11273 2014-11-28 Yao Qi <yao@codesourcery.com>
11274
11275 * gdb.base/break-probes.exp: Match library name prefixed with
11276 sysroot.
11277
11278 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11279
11280 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11281 test expected output. Add parentheses for the call to print.
11282 Remove L suffix from integers.
11283
11284 2014-11-26 Doug Evans <dje@google.com>
11285
11286 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11287
11288 2014-11-22 Yao Qi <yao@codesourcery.com>
11289
11290 * gdb.trace/entry-values.c: Remove asms.
11291 (foo): Add foo_label.
11292 (bar): Add bar_label.
11293 * gdb.trace/entry-values.exp: Remove code computing foo's
11294 length and bar's length.
11295 (Dwarf::assemble): Invoke function_range for bar and use
11296 MACRO_AT_func for foo.
11297
11298 2014-11-22 Yao Qi <yao@codesourcery.com>
11299
11300 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11301 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11302 Use .Lgcc43_procstart instead of gcc43.
11303
11304 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11305
11306 * gdb.ada/n_arr_bound: New testcase.
11307
11308 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11309
11310 PR breakpoints/10737
11311 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11312 test_catch_syscall_multi_arch.
11313 (test_catch_syscall_multi_arch): New function.
11314
11315 2014-11-20 Doug Evans <xdje42@gmail.com>
11316
11317 * gdb.base/maint.exp: Update expected output.
11318
11319 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11320
11321 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11322 4-byte instruction on S390.
11323
11324 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11325
11326 * gdb.ada/arr_arr: New testcase.
11327
11328 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11329
11330 * gdb.ada/pkd_arr_elem: New Testcase.
11331
11332 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11333
11334 * gdb.reverse/break-precsave: Expect completion message for
11335 core file reads.
11336 * gdb.reverse/consecutive-precsave.exp: Likewise.
11337 * gdb.reverse/finish-precsave.exp: Likewise.
11338 * gdb.reverse/i386-precsave.exp: Likewise.
11339 * gdb.reverse/machinestate-precsave.exp: Likewise.
11340 * gdb.reverse/sigall-precsave.exp: Likewise.
11341 * gdb.reverse/solib-precsave.exp: Likewise.
11342 * gdb.reverse/step-precsave.exp: Likewise.
11343 * gdb.reverse/until-precsave.exp: Likewise.
11344 * gdb.reverse/watch-precsave.exp: Likewise.
11345
11346 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11347
11348 * gdb.base/bp-permanent.c: Include unistd.h.
11349 * gdb.python/py-framefilter-mi.c (main): Add return type.
11350 * gdb.python/py-framefilter.c (main): Likewise.
11351 * gdb.trace/actions-changed.c (main): Likewise.
11352
11353 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11354
11355 * gdb.mi/until.c: Add eye-catchers.
11356 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11357 line numbers.
11358
11359 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11360
11361 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11362 function header variants in break1.c.
11363 * gdb.base/ena-dis-br.exp: Likewise.
11364 * gdb.base/hbreak2.exp: Likewise.
11365 * gdb.reverse/until-precsave.exp: Drop references to removed
11366 non-prototype function header variants in ur1.c.
11367 * gdb.reverse/until-reverse.exp: Likewise.
11368
11369 2014-11-17 Petr Machata <pmachata@redhat.com>
11370
11371 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11372 ${_cu_offset_size} bytes abbrev offset.
11373
11374 2014-11-15 Doug Evans <xdje42@gmail.com>
11375
11376 PR symtab/17559
11377 * gdb.base/line-symtabs.exp: New file.
11378 * gdb.base/line-symtabs.c: New file.
11379 * gdb.base/line-symtabs.h: New file.
11380
11381 2014-11-14 Yao Qi <yao@codesourcery.com>
11382
11383 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11384 (func): Add label func_label.
11385 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11386 Replace low_pc and high_pc with MACRO_AT_range.
11387 Replace name, low_pc and high_pc with MACRO_AT_func.
11388
11389 2014-11-14 Yao Qi <yao@codesourcery.com>
11390
11391 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11392 Replace name, low_pc and high_pc with MACRO_AT_func.
11393
11394 2014-11-14 Yao Qi <yao@codesourcery.com>
11395
11396 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11397 produce debug information.
11398 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11399
11400 2014-11-14 Yao Qi <yao@codesourcery.com>
11401
11402 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11403 object and get function length.
11404 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11405 with MACRO_AT_func.
11406 (top-level): Replace gdb_compile and clean_restart with
11407 prepare_for_testing.
11408 * gdb.dwarf2/main.c (main): Add label main_label.
11409
11410 2014-11-14 Yao Qi <yao@codesourcery.com>
11411
11412 * lib/dwarf.exp (function_range): New procedure.
11413 (Dwarf::_handle_macro_at_func): New procedure.
11414 (Dwarf::_handle_macro_at_range): New procedure.
11415 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11416
11417 2014-11-14 Yao Qi <yao@codesourcery.com>
11418
11419 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11420 (_handle_attribute): New procedure.
11421
11422 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11423
11424 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11425 * gdb.base/call-sc.c (zed): Likewise.
11426 * gdb.base/checkpoint.c (main): Likewise.
11427 * gdb.base/dump.c (main): Likewise.
11428 * gdb.base/gcore.c (main): Likewise.
11429 * gdb.base/huge.c (main): Likewise.
11430 * gdb.base/multi-forks.c (main): Likewise.
11431 * gdb.base/pr10179-a.c (main): Likewise.
11432 * gdb.base/savedregs.c (main): Likewise.
11433 * gdb.base/sigaltstack.c (main): Likewise.
11434 * gdb.base/siginfo.c (main): Likewise.
11435 * gdb.base/structs.c (zed): Likewise.
11436 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11437 * gdb.mi/mi-syn-frame.c (main): Likewise.
11438 * gdb.mi/until.c (foo, main): Likewise.
11439 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11440 * gdb.base/solib-weak.c (foo): Declare.
11441 * gdb.base/attach-twice.c: Include stdio.h.
11442 * gdb.base/weaklib1.c: Likewise.
11443 * gdb.base/weaklib2.c: Likewise.
11444 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11445 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11446 unistd.h.
11447 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11448 * gdb.mi/mi-exit-code.c: Likewise.
11449 * gdb.base/break-interp-lib.c: Include string.h.
11450 * gdb.base/coremaker.c: Likewise.
11451 * gdb.base/testenv.c: Likewise.
11452 * gdb.python/py-finish-breakpoint.c: Likewise.
11453 * gdb.base/inferior-died.c: Include sys/wait.h.
11454 * gdb.base/fileio.c: Include time.h.
11455 * gdb.base/async-shell.c: Include unistd.h.
11456 * gdb.base/dprintf-non-stop.c: Likewise.
11457 * gdb.base/info-os.c: Likewise.
11458 * gdb.mi/mi-console.c: Likewise.
11459 * gdb.mi/watch-nonstop.c: Likewise.
11460 * gdb.python/py-events.c: Likewise.
11461 * gdb.base/async.c (baz): Move up before its invocation.
11462 * gdb.base/code_elim2.c (my_global_func): Likewise.
11463 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11464 * gdb.base/advance.c (func2): Likewise.
11465
11466 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11467
11468 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11469 variant.
11470 * gdb.base/annota3.c: Likewise.
11471 * gdb.base/async.c: Likewise.
11472 * gdb.base/average.c: Likewise.
11473 * gdb.base/call-ar-st.c: Likewise.
11474 * gdb.base/call-rt-st.c: Likewise.
11475 * gdb.base/call-sc.c: Likewise.
11476 * gdb.base/call-strs.c: Likewise.
11477 * gdb.base/ending-run.c: Likewise.
11478 * gdb.base/execd-prog.c: Likewise.
11479 * gdb.base/exprs.c: Likewise.
11480 * gdb.base/foll-exec.c: Likewise.
11481 * gdb.base/foll-fork.c: Likewise.
11482 * gdb.base/foll-vfork.c: Likewise.
11483 * gdb.base/funcargs.c: Likewise.
11484 * gdb.base/gcore.c: Likewise.
11485 * gdb.base/jump.c: Likewise.
11486 * gdb.base/langs0.c: Likewise.
11487 * gdb.base/langs1.c: Likewise.
11488 * gdb.base/langs2.c: Likewise.
11489 * gdb.base/mips_pro.c: Likewise.
11490 * gdb.base/nodebug.c: Likewise.
11491 * gdb.base/opaque0.c: Likewise.
11492 * gdb.base/opaque1.c: Likewise.
11493 * gdb.base/recurse.c: Likewise.
11494 * gdb.base/run.c: Likewise.
11495 * gdb.base/scope0.c: Likewise.
11496 * gdb.base/scope1.c: Likewise.
11497 * gdb.base/setshow.c: Likewise.
11498 * gdb.base/setvar.c: Likewise.
11499 * gdb.base/shmain.c: Likewise.
11500 * gdb.base/shr1.c: Likewise.
11501 * gdb.base/shr2.c: Likewise.
11502 * gdb.base/sigall.c: Likewise.
11503 * gdb.base/signals.c: Likewise.
11504 * gdb.base/so-indr-cl.c: Likewise.
11505 * gdb.base/solib2.c: Likewise.
11506 * gdb.base/structs.c: Likewise.
11507 * gdb.base/sum.c: Likewise.
11508 * gdb.base/vforked-prog.c: Likewise.
11509 * gdb.base/watchpoint.c: Likewise.
11510 * gdb.reverse/shr2.c: Likewise.
11511 * gdb.reverse/until-reverse.c: Likewise.
11512 * gdb.reverse/ur1.c: Likewise.
11513 * gdb.reverse/watch-reverse.c: Likewise.
11514
11515 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11516
11517 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11518 variant.
11519 * gdb.base/sepdebug.exp: Drop references to removed code.
11520
11521 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11522
11523 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11524 variant. Preserve original line numbering.
11525 * gdb.base/list1.c: Likewise.
11526
11527 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11528
11529 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11530 variant.
11531 * gdb.base/break1.c: Likewise.
11532 * gdb.base/break.exp: Drop references to removed code.
11533
11534 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11535
11536 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11537 variant.
11538
11539 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11540
11541 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11542
11543 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11544
11545 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11546 logic into perform_all_tests() and invoke it with and without
11547 function header prototypes.
11548 (do_function_calls): Remove conditional XFAIL for PR 5318.
11549 (rerun_and_prepare): Remove duplicate code.
11550 (perform_all_tests): New. Main logic moved here.
11551
11552 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11553
11554 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11555 code guarded by #ifdef NO_PROTOTYPES.
11556 (t_double_many_args): Likewise.
11557 (DEF_FUNC_MANY_ARGS_1): Likewise.
11558 (DEF_FUNC_VALUES_1): Likewise.
11559 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11560 guarded by #ifdef PROTOTYPES.
11561
11562 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11563
11564 * gdb.mi/mi-console.c: Add eye-catcher.
11565 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11566 instead of literal line number.
11567
11568 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11569
11570 * gdb.base/shr2.c: Add eye-catcher.
11571 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11572 line number.
11573
11574 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11575
11576 * gdb.base/jump.c: Add eye-catchers.
11577 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11578 numbers.
11579
11580 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11581
11582 * gdb.base/execd-prog.c: Add eye-catchers.
11583 * gdb.base/foll-exec.c: Likewise.
11584 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11585 line numbers.
11586
11587 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11588
11589 * gdb.base/ending-run.c: Add eye-catchers.
11590 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11591 literal line numbers.
11592
11593 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11594
11595 * gdb.base/call-rt-st.c: Add eye-catchers.
11596 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11597 literal line numbers.
11598
11599 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11600
11601 * gdb.base/call-ar-st.c: Add eye-catchers.
11602 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11603 literal line numbers.
11604
11605 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11606
11607 * gdb.base/average.c: Add eye-catchers.
11608 * gdb.base/sum.c: Likewise.
11609 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11610 regexps dynamically.
11611
11612 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11613
11614 * gdb.base/solib1.c: Add eye-catchers.
11615 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11616 literal line numbers.
11617
11618 2014-11-12 Pedro Alves <palves@redhat.com>
11619
11620 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11621 leader has exited.
11622
11623 2014-11-12 Pedro Alves <palves@redhat.com>
11624
11625 * gdb.arch/i386-bp_permanent.c: New file.
11626 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11627 (srcfile): Set to i386-bp_permanent.c.
11628 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11629 that stepi does not execute the 'leave' instruction, instead of
11630 testing it does execute.
11631 * gdb.base/bp-permanent.c: New file.
11632 * gdb.base/bp-permanent.exp: New file.
11633
11634 2014-11-10 Doug Evans <xdje42@gmail.com>
11635
11636 PR symtab/17564
11637 * gdb.base/symtab-search-order.exp: New file.
11638 * gdb.base/symtab-search-order.c: New file.
11639 * gdb.base/symtab-search-order-1.c: New file.
11640 * gdb.base/symtab-search-order-shlib-1.c: New file.
11641
11642 2014-11-07 Pedro Alves <palves@redhat.com>
11643
11644 PR gdb/17511
11645 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11646 i?86-*-linux*.
11647
11648 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11649
11650 PR c++/17494
11651 * gdb.cp/pr17494.cc: New file.
11652 * gdb.cp/pr17494.exp: New file.
11653
11654 2014-11-02 Yao Qi <yao@codesourcery.com>
11655
11656 * gdb.python/python.exp: Get working directory and match the
11657 output of "set extended-prompt \\w " with it.
11658
11659 2014-10-30 Doug Evans <dje@google.com>
11660
11661 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11662 in objfiles.
11663 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11664 in progspaces.
11665
11666 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11667
11668 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11669 * gdb.base/realname-expand.exp: Likewise.
11670 * gdb.linespec/macro-relative.exp: Likewise.
11671
11672 2014-10-29 Pedro Alves <palves@redhat.com>
11673
11674 PR gdb/17408
11675 * gdb.threads/schedlock.c (some_function): New function.
11676 (call_function): New global.
11677 (MAYBE_CALL_SOME_FUNCTION): New macro.
11678 (thread_function): Call it.
11679 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11680 and use it instead of a global counter. Adjust all callers.
11681 (get_current_thread): Use "find current thread" for test message
11682 here rather than having all callers pass down the same string.
11683 (goto_loop): New procedure, factored out from ...
11684 (my_continue): ... this.
11685 (step_ten_loops): Change parameter from test message to command to
11686 use. Adjust.
11687 (list_count): Delete global.
11688 (check_result): New procedure, factored out from duplicate top
11689 level code.
11690 (continue tests): Wrap in with_test_prefix.
11691 (test_step): New procedure, factored out from duplicate top level
11692 code.
11693 (top level): Test "step" in combination with all scheduler-locking
11694 modes. Test "next" in combination with all scheduler-locking
11695 modes, and in combination with stepping over a function call or
11696 not.
11697 * gdb.threads/next-bp-other-thread.c: New file.
11698 * gdb.threads/next-bp-other-thread.exp: New file.
11699
11700 2014-10-29 Pedro Alves <palves@redhat.com>
11701
11702 PR python/17372
11703 * gdb.python/python.exp: Test a multi-line command that spawns
11704 interactive Python.
11705 * gdb.base/multi-line-starts-subshell.exp: New file.
11706
11707 2014-10-29 Yao Qi <yao@codesourcery.com>
11708
11709 * gdb.base/fileio.exp: Make directories on host.
11710
11711 2014-10-29 Yao Qi <yao@codesourcery.com>
11712
11713 * gdb.base/fileio.c (test_write): Close the file.
11714
11715 2014-10-28 Pedro Alves <palves@redhat.com>
11716
11717 PR gdb/12623
11718 * gdb.base/sigstep.c (no_handler): New global.
11719 (main): If 'no_handler is true, set the signal handlers to
11720 SIG_IGN.
11721 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11722 with_sw_watch and no_handler parameters. Handle them.
11723 (top level) <stepping over handler when stopped at a breakpoint
11724 test>: Add a test axis for testing with a software watchpoint, and
11725 another for testing with the signal handler set to SIG_IGN.
11726 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11727 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11728
11729 2014-10-28 Pedro Alves <palves@redhat.com>
11730
11731 PR gdb/17511
11732 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11733 * gdb.base/sigstep.exp (other_handler_location): New global.
11734 (advance): Support stepping into the signal handler, and running
11735 commands while in the handler.
11736 (in_handler_map): New global.
11737 (top level): In the advance test, add combinations for getting
11738 into the handler with stepping commands, and for running commands
11739 in the handler. Add comment descripting the advancei tests.
11740
11741 2014-10-28 Pedro Alves <palves@redhat.com>
11742
11743 * gdb.base/sigstep.exp: Use build_executable instead of
11744 prepare_for_testing.
11745 (top level): Move code that starts GDB, runs to main and creates a
11746 display to ...
11747 (restart): ... this new procedure.
11748 (top level): Move backtrace from signal handler test to ...
11749 (validate_backtrace): ... this new procedure.
11750 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11751 with_test_prefix. Always restart GDB.
11752 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11753 with_test_prefix. Always restart GDB. No need to delete
11754 breakpoints after the test.
11755 (test_skip_handler): Remove prefix parameter.
11756 (skip_over_handler, breakpoint_to_handler)
11757 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11758 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11759 restart GDB. No need to delete breakpoints after the test.
11760 (top level): Use foreach to call the test procedures with
11761 different commands.
11762
11763 2014-10-28 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11766 instead of GNATS numbers.
11767 * gdb.base/sigbpt.exp: Likewise.
11768 * gdb.base/siginfo.exp: Likewise.
11769 * gdb.base/sigstep.exp: Likewise.
11770
11771 2014-10-27 Pedro Alves <palves@redhat.com>
11772
11773 * gdb.base/sigstep.c (dummy): New global.
11774 (main): Issue a couple writes to the new global.
11775 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11776 procedures.
11777 (skip_over_handler): Use test_skip_handler.
11778 (top level): Call skip_over_handler for stepi and nexti too.
11779 (breakpoint_over_handler): Use test_skip_handler.
11780 (top level): Call breakpoint_over_handler for stepi and nexti too.
11781
11782 2014-10-27 Yao Qi <yao@codesourcery.com>
11783
11784 * gdb.trace/tfile.c (adjust_function_address)
11785 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11786 function descriptor.
11787
11788 2014-10-24 Don Breazeal <donb@codesourcery.com>
11789
11790 * gdb.base/foll-fork.exp (test_follow_fork,
11791 catch_fork_child_follow): Check for updated fork messages emitted
11792 from infrun.c.
11793 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11794 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11795 vfork_and_exec_child_follow_through_step): Check for updated vfork
11796 messages emitted from infrun.c.
11797
11798 2014-10-24 Pedro Alves <palves@redhat.com>
11799
11800 * gdb.base/corefile.exp: Remove references to ultrix.
11801 * gdb.base/interrupt.exp: Likewise.
11802 * gdb.base/whatis.exp: Likewise.
11803 * gdb.gdb/selftest.exp: Likewise.
11804 * gdb.threads/manythreads.exp: Likewise.
11805 * gdb.threads/print-threads.exp: Likewise.
11806 * gdb.threads/pthreads.exp:: Likewise.
11807 * gdb.threads/schedlock.exp: Likewise.
11808
11809 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11810
11811 * gdb.cp/non-trivial-retval.cc: Add a test case.
11812 * gdb.cp/non-trivial-retval.exp: Add a test.
11813
11814 2014-10-20 Yao Qi <yao@codesourcery.com>
11815
11816 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11817 * gdb.python/py-objfile-script-gdb.py: New file.
11818 * gdb.python/py-objfile-script.exp: Update reference to
11819 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11820 of remote_download. Remove the dest file.
11821
11822 2014-10-20 Yao Qi <yao@codesourcery.com>
11823
11824 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11825 * gdb.base/step-line.exp: Likewise.
11826 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11827 * gdb.dwarf2/dw2-basic.exp: Likewise.
11828 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11829 * gdb.dwarf2/dw2-filename.exp: Likewise.
11830 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11831 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11832 * gdb.dwarf2/dw2-producer.exp: Likewise.
11833 * gdb.dwarf2/mac-fileno.exp: Likewise.
11834 * gdb.python/py-frame-args.exp: Likewise.
11835 * gdb.python/py-framefilter.exp: Likewise.
11836 * gdb.python/py-mi.exp: Likewise.
11837 * gdb.python/py-objfile-script.exp: Likewise
11838 * gdb.python/py-pp-integral.exp: Likewise.
11839 * gdb.python/py-pp-re-notag.exp: Likewise.
11840 * gdb.python/py-prettyprint.exp: Likewise.
11841 * gdb.python/py-section-script.exp: Likewise.
11842 * gdb.python/py-typeprint.exp: Likewise.
11843 * gdb.python/py-xmethods.exp: Likewise.
11844 * gdb.stabs/weird.exp: Likewise.
11845 * gdb.xml/tdesc-regs.exp: Likewise.
11846
11847 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11848
11849 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11850 (out_cu): Use addr_len for the size of addresses.
11851 (out_line): Likewise. Size DW_LNE_set_address instruction
11852 according to addr_len.
11853 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11854 (FUNC): Add START_INSNS to definition.
11855
11856 2014-10-18 Yao Qi <yao@codesourcery.com>
11857
11858 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11859 gdb_has_argv0 return true.
11860 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11861 check [target_info exists noargs], check [gdb_has_argv0]
11862 instead.
11863 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11864 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11865 procedures.
11866
11867 2014-10-17 Doug Evans <dje@google.com>
11868
11869 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11870 event.
11871 * gdb.python/py-events.py: Add clear_objfiles event.
11872
11873 2014-10-17 Doug Evans <dje@google.com>
11874
11875 * gdb.python/py-objfile.exp: Test progspace attribute.
11876
11877 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11878
11879 * gdb.guile/scm-breakpoint.exp: Do not assume any
11880 directory separators when matching source file paths.
11881 * gdb.python/py-breakpoint.exp: Likewise.
11882 * gdb.reverse/break-precsave.exp: Likewise.
11883 * gdb.reverse/break-reverse.exp: Likewise.
11884 * gdb.reverse/consecutive-precsave.exp: Likewise.
11885 * gdb.reverse/finish-precsave.exp: Likewise.
11886 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11887 * gdb.reverse/finish-reverse.exp: Likewise.
11888 * gdb.reverse/i386-precsave.exp: Likewise.
11889 * gdb.reverse/i387-env-reverse.exp: Likewise.
11890 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11891 * gdb.reverse/machinestate-precsave.exp: Likewise.
11892 * gdb.reverse/machinestate.exp: Likewise.
11893 * gdb.reverse/sigall-precsave.exp: Likewise.
11894 * gdb.reverse/solib-precsave.exp: Likewise.
11895 * gdb.reverse/step-precsave.exp: Likewise.
11896 * gdb.reverse/until-precsave.exp: Likewise.
11897 * gdb.reverse/watch-precsave.exp: Likewise.
11898 * gdb.reverse/watch-reverse.exp: Likewise.
11899
11900 2014-10-17 Yao Qi <yao@codesourcery.com>
11901
11902 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11903 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11904
11905 2014-10-17 Pedro Alves <palves@redhat.com>
11906
11907 PR gdb/17471
11908 * gdb.base/bg-execution-repeat.c: New file.
11909 * gdb.base/bg-execution-repeat.exp: New file.
11910
11911 2014-10-17 Pedro Alves <palves@redhat.com>
11912
11913 PR gdb/17300
11914 * gdb.base/continue-all-already-running.c: New file.
11915 * gdb.base/continue-all-already-running.exp: New file.
11916
11917 2014-10-17 Pedro Alves <palves@redhat.com>
11918
11919 PR gdb/17472
11920 * gdb.base/annota-input-while-running.c: New file.
11921 * gdb.base/annota-input-while-running.exp: New file.
11922
11923 2014-10-17 Pedro Alves <palves@redhat.com>
11924
11925 * gdb.base/callfuncs.exp: emove references to osf.
11926 * gdb.base/sigall.exp: Likewise.
11927 * gdb.gdb/selftest.exp: Likewise.
11928 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11929 * gdb.mi/non-stop.c: Likewise.
11930 * gdb.mi/pthreads.c: Likewise.
11931 * gdb.reverse/sigall-precsave.exp: Likewise.
11932 * gdb.reverse/sigall-reverse.exp: Likewise.
11933 * gdb.threads/pthreads.c: Likewise.
11934 * gdb.threads/pthreads.exp: Likewise.
11935
11936 2014-10-17 Yao Qi <yao@codesourcery.com>
11937
11938 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11939 check 'target_info exists noargs'.
11940 (test_command_prompt_position): Likewise.
11941 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11942 Remove "set args".
11943 (progvar_simple_while_test): Likewise.
11944 (progvar_complex_if_while_test): Likewise.
11945 (if_while_breakpoint_command_test): Likewise.
11946 (infrun_breakpoint_command_test): Likewise.
11947 (breakpoint_command_test): Likewise.
11948 (watchpoint_command_test): Likewise.
11949 (bp_deleted_in_command_test): Likewise.
11950 (temporary_breakpoint_commands): Likewise.
11951
11952 2014-10-16 Yao Qi <yao@codesourcery.com>
11953
11954 * gdb.base/remotetimeout.exp: Remove noargs checking.
11955
11956 2014-10-15 Pedro Alves <palves@redhat.com>
11957
11958 PR breakpoints/9649
11959 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11960 * gdb.base/breakpoint-in-ro-region.exp
11961 (probe_target_hardware_step): New procedure.
11962 (top level): Probe hardware stepping and hardware breakpoint
11963 support. Test stepping through a read-only region, with both
11964 "breakpoint auto-hw" on and off and both "always-inserted" on and
11965 off.
11966
11967 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11968
11969 * gdb.dlang/demangle.exp: Update for demangling changes.
11970
11971 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11972
11973 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11974 * gdb.cp/non-trivial-retval.exp: Add new tests.
11975
11976 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11977
11978 PR c++/13403
11979 PR c++/15154
11980 * gdb.cp/non-trivial-retval.cc: New file.
11981 * gdb.cp/non-trivial-retval.exp: New file.
11982
11983 2014-10-15 Yao Qi <yao@codesourcery.com>
11984
11985 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11986 remote host.
11987
11988 2014-10-15 Yao Qi <yao@codesourcery.com>
11989
11990 * gdb.python/py-symbol.exp: Match file base name if host is
11991 remote, otherwise match file name with dir name.
11992 * gdb.python/py-symtab.exp: Likewise.
11993 * gdb.python/python.exp: Likewise.
11994
11995 2014-10-15 Yao Qi <yao@codesourcery.com>
11996
11997 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11998 pattern.
11999 * gdb.python/py-symtab.exp: Likewise.
12000 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12001 locationn.
12002
12003 2014-10-14 Joel Brobecker <brobecker@adacore.com>
12004
12005 * gdb.ada/addr_arith: New testcase.
12006
12007 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12008
12009 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12010 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12011 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12012 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12013
12014 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12015
12016 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12017 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12018 * gdb.arch/stap-eval-lang-ada.exp: New file.
12019
12020 2014-10-14 Yao Qi <yao@codesourcery.com>
12021
12022 * gdb.mi/mi-var-child.c (nothing1): New function.
12023 (nothing2): New function.
12024 (do_children_tests): Set function pointers by nothing1 and
12025 nothing2.
12026 * gdb.mi/mi-var-child.exp: Step over new added statements.
12027 Update test to match the new output.
12028 * gdb.mi/var-cmd.c (nothing1): New function.
12029 (nothing2): New function.
12030 (do_children_tests): Set function pointers by nothing1 and
12031 nothing2.
12032 * gdb.mi/mi-var-display.exp: Update test to match output.
12033 Step to the line specified by $line_dct_nothing.
12034 Increase the number of lines to step.
12035
12036 2014-10-14 Yao Qi <yao@codesourcery.com>
12037
12038 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12039 tests.
12040 * gdb.mi/mi2-var-child.exp: Likewise.
12041
12042 2014-10-13 Doug Evans <dje@google.com>
12043
12044 * gdb.python/py-objfile.exp: Change name of file name test.
12045
12046 2014-10-13 Doug Evans <dje@google.com>
12047
12048 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12049 from the start of the CU.
12050
12051 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12052 Yao Qi <yao@codesourcery.com>
12053
12054 Fix "save breakpoints" for "catch" command.
12055 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12056 Remove -nonewline. Match also the added "main" line.
12057
12058 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12059
12060 Fix "save breakpoints" for "disable $bpnum" command.
12061 * gdb.base/save-bp.c (main): Add label.
12062 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12063
12064 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12065
12066 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12067
12068 2014-10-11 Yao Qi <yao@codesourcery.com>
12069
12070 * gdb.server/server-kill.exp: Execute command
12071 "set remote trace-status-packet on" before "tstatus".
12072
12073 2014-10-11 Yao Qi <yao@codesourcery.com>
12074
12075 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12076 (main): Call getppid.
12077 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12078 and continue to it. Read variable "server_pid".
12079
12080 2014-10-11 Yao Qi <yao@codesourcery.com>
12081
12082 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12083
12084 2014-10-11 Yao Qi <yao@codesourcery.com>
12085
12086 * gdb.threads/thread-find.exp: Don't execute command
12087 "info threads".
12088 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12089 * gdb.threads/linux-dp.exp: Don't check the condition
12090 $threads_created equals to zero.
12091
12092 2014-10-10 Pedro Alves <palves@redhat.com>
12093
12094 * gdb.base/bigcore.exp: Remove references to IRIX.
12095 * gdb.base/funcargs.exp: Likewise.
12096 * gdb.base/interrupt.exp: Likewise.
12097 * gdb.base/mips_pro.exp: Likewise.
12098 * gdb.base/nodebug.exp: Likewise.
12099 * gdb.base/setvar.exp: Likewise.
12100 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12101
12102 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12103 Pedro Alves <palves@redhat.com>
12104
12105 PR symtab/14466
12106 * gdb.base/vdso-warning.c: New file.
12107 * gdb.base/vdso-warning.exp: New file.
12108
12109 2014-10-02 Doug Evans <dje@google.com>
12110
12111 * gdb.base/structs.c (main): Don't run forever.
12112
12113 2014-10-02 Pedro Alves <palves@redhat.com>
12114
12115 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12116 (top level) <stop threads 1, stop threads 2>: Use it.
12117
12118 2014-10-02 Pedro Alves <palves@redhat.com>
12119
12120 * gdb.threads/break-while-running.exp (test): Add new
12121 'update_thread_list' argument. Skip "info threads" if false.
12122 (top level): Add new 'update_thread_list' axis.
12123
12124 2014-10-02 Pedro Alves <palves@redhat.com>
12125
12126 PR breakpoints/17431
12127 * gdb.base/execl-update-breakpoints.c: New file.
12128 * gdb.base/execl-update-breakpoints.exp: New file.
12129
12130 2014-10-01 Pedro Alves <palves@redhat.com>
12131
12132 * gdb.base/breakpoint-in-ro-region.c: New file.
12133 * gdb.base/breakpoint-in-ro-region.exp: New file.
12134
12135 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12136
12137 * gdb.mi/mi-exit-code.exp: New file.
12138 * gdb.mi/mi-exit-code.c: New file.
12139
12140 2014-09-30 Yao Qi <yao@codesourcery.com>
12141
12142 * lib/prelink-support.exp (build_executable_own_libs): Error if
12143 the target isn't native.
12144
12145 2014-09-30 Yao Qi <yao@codesourcery.com>
12146
12147 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12148 false.
12149
12150 2014-09-22 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.threads/break-while-running.exp: New file.
12153 * gdb.threads/break-while-running.c: New file.
12154
12155 2014-09-19 Yao Qi <yao@codesourcery.com>
12156
12157 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12158 Invoke test. Restart GDB with --readnow and invoke test again.
12159
12160 2014-09-19 Yao Qi <yao@codesourcery.com>
12161
12162 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12163 proc set_breakpoint_on_gcd_function. Invoke
12164 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12165 invoke set_breakpoint_on_gcd_function again.
12166
12167 2014-09-18 Doug Evans <dje@google.com>
12168
12169 * gdb.dwarf2/symtab-producer.exp: New file.
12170
12171 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12172
12173 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12174 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12175 * gdb.base/global-var-nested-by-dso.c: Likewise.
12176 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12177
12178 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12179 Pedro Alves <palves@redhat.com>
12180
12181 * gdb.base/watch-bitfields.exp: Pass string other than test file
12182 name to prepare_for_testing.
12183 (watch): New procedure.
12184 (expect_watchpoint): Use with_test_prefix.
12185 (top level): Factor out tests to ...
12186 (test_watch_location, test_regular_watch): ... these new
12187 procedures, and use with_test_prefix and gdb_continue_to_end.
12188
12189 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12190
12191 PR breakpoints/12526
12192 * gdb.base/watch-bitfields.exp: New file.
12193 * gdb.base/watch-bitfields.c: New file.
12194
12195 2014-09-16 Pedro Alves <palves@redhat.com>
12196
12197 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12198 software and hardware addresses, not software address against
12199 itself.
12200
12201 2014-09-16 Pedro Alves <palves@redhat.com>
12202
12203 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12204 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12205
12206 2014-09-16 Pedro Alves <palves@redhat.com>
12207
12208 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12209 files.
12210 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12211 "*-*-vxworks*" throughout.
12212 * gdb.base/break.exp: Likewise.
12213 * gdb.base/default.exp: Likewise.
12214 * gdb.base/scope.exp: Likewise.
12215 * gdb.base/sepdebug.exp: Likewise.
12216 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12217 throughout.
12218 * gdb.base/run.c: Likewise.
12219 * gdb.base/sepdebug.c: Likewise.
12220 * gdb.hp/gdb.aCC/run.c: Likewise.
12221 * gdb.reverse/until-reverse.c: Likewise.
12222 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12223
12224 2014-09-16 Yao Qi <yao@codesourcery.com>
12225
12226 * boards/local-remote-host-native.exp: New file.
12227
12228 2014-09-14 Doug Evans <xdje42@gmail.com>
12229
12230 * gdb.threads/queue-signal.c (thread_count): New variable.
12231 (thread_count_mutex, thread_count_condvar): New variables.
12232 (incr_thread_count, wait_all_threads_running): New functions.
12233 (main): Wait for all threads to be in their thread functions.
12234
12235 2014-09-13 Doug Evans <xdje42@gmail.com>
12236
12237 * gdb.threads/queue-signal.c: New file.
12238 * gdb.threads/queue-signal.exp: New file.
12239
12240 2014-09-13 Doug Evans <xdje42@gmail.com>
12241
12242 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12243 be consistent with what default_gdb_init uses.
12244 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12245 the plain text of the prompt. Add some logging printfs.
12246 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12247
12248 2014-09-12 Pedro Alves <palves@redhat.com>
12249
12250 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12251 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12252 * gdb.arch/i386-size-overlap.exp: Likewise.
12253 * gdb.arch/i386-size.exp: Likewise.
12254 * gdb.arch/i386-unwind.exp: Likewise.
12255 * gdb.base/a2-run.exp: Likewise.
12256 * gdb.base/break.exp: Likewise.
12257 * gdb.base/charset.exp: Likewise.
12258 * gdb.base/chng-syms.exp: Likewise.
12259 * gdb.base/commands.exp: Likewise.
12260 * gdb.base/dbx.exp: Likewise.
12261 * gdb.base/find.exp: Likewise.
12262 * gdb.base/funcargs.exp: Likewise.
12263 * gdb.base/jit-simple.exp: Likewise.
12264 * gdb.base/reread.exp: Likewise.
12265 * gdb.base/sepdebug.exp: Likewise.
12266 * gdb.base/step-bt.exp: Likewise.
12267 * gdb.cp/mb-inline.exp: Likewise.
12268 * gdb.cp/mb-templates.exp: Likewise.
12269 * gdb.objc/basicclass.exp: Likewise.
12270 * gdb.threads/killed.exp: Likewise.
12271
12272 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12273
12274 PR tdep/17379
12275 * gdb.arch/powerpc-stackless.S: New file.
12276 * gdb.arch/powerpc-stackless.exp: New file.
12277
12278 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12279
12280 * gdb.base/attach.c: Include unistd.h.
12281 (main): Call alarm. Add label postloop.
12282 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12283 gdb_breakpoint, gdb_continue_to_breakpoint.
12284 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12285
12286 2014-09-11 Pedro Alves <palves@redhat.com>
12287
12288 PR gdb/17347
12289 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12290 * gdb.base/attach.exp (test_command_line_attach_run): New
12291 procedure.
12292 (top level): Call it.
12293
12294 2014-09-11 Pedro Alves <palves@redhat.com>
12295
12296 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12297 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12298 (do_command_attach_tests): Use spawn_wait_for_attach.
12299 * gdb.base/solib-overlap.exp: Likewise.
12300 * gdb.multi/multi-attach.exp: Likewise.
12301 * gdb.python/py-prompt.exp: Likewise.
12302 * gdb.python/py-sync-interp.exp: Likewise.
12303 * gdb.server/ext-attach.exp: Likewise.
12304
12305 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12306
12307 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12308 command in testcase. Simplify testcase.
12309
12310 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12311
12312 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12313
12314 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12315
12316 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12317
12318 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12319
12320 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12321
12322 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12323
12324 * gdb.dwarf2/dynarr-ptr.c: New file.
12325 * gdb.dwarf2/dynarr-ptr.exp: New file.
12326
12327 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12328
12329 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12330 of 30 rather than hardcoding 120 for a slow test case. Take the
12331 `gdb,timeout' target setting into account for this calculation.
12332 Don't extend the timeout for the test cases that don't need it.
12333
12334 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12335
12336 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12337 a factor of 2 for a slow test case. Take the `gdb,timeout'
12338 target setting into account for this calculation.
12339 * gdb.reverse/until-precsave.exp: Increase the timeout by
12340 a factor of 15 and 3 respectively rather than adding 120
12341 for a pair of slow test cases. Take the `gdb,timeout'
12342 target setting into account for this calculation.
12343
12344 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12345
12346 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12347 timeout, don't pass one down to gdb_expect.
12348 (gdb_expect): Rework timeout selection.
12349
12350 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12351
12352 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12353 exception on timeout.
12354 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12355 (gdbserver_start_extended): Catch any `gdbserver_start' error
12356 exceptions.
12357 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12358 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12359 `gdbserver_gdb_load' error exceptions.
12360
12361 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12362
12363 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12364 120 on waiting for the TCP socket to open.
12365
12366 2014-09-09 Doug Evans <xdje42@gmail.com>
12367
12368 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12369 _caller_matches, _any_caller_is, _any_caller_matches.
12370
12371 2014-09-09 Doug Evans <xdje42@gmail.com>
12372
12373 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12374
12375 2014-09-09 Yao Qi <yao@codesourcery.com>
12376
12377 * gdb.mi/mi-var-display.exp: Set print symbol off.
12378
12379 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12380
12381 PR gdb/17035
12382 * gdb.base/commands.exp: Add tests to verify user-defined
12383 commands with empty bodies.
12384 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12385 python commands in `show user command`.
12386 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12387 scheme commands in `show user command`.
12388
12389 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12390
12391 PR python/17355
12392 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12393 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12394 * gdb.python/py-framefilter-invalidarg.exp: New file.
12395 * gdb.python/py-framefilter-invalidarg.py: New file.
12396
12397 2014-09-06 Doug Evans <xdje42@gmail.com>
12398
12399 PR 15276
12400 * gdb.python/py-caller-is.c: New file.
12401 * gdb.python/py-caller-is.exp: New file.
12402
12403 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12404
12405 PR gdb/17235
12406 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12407 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12408
12409 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12410
12411 PR fortran/17237
12412 * gdb.fortran/print-formatted.exp: New file.
12413 * gdb.fortran/print-formatted.f90: Likewise.
12414
12415 2014-09-03 Sasha Smundak <asmundak@google.com>
12416
12417 * gdb.python/py-frame.exp: Test Frame.read_register.
12418
12419 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12420
12421 PR python/16699
12422 * gdb.python/py-completion.exp: New file.
12423 * gdb.python/py-completion.py: Likewise.
12424
12425 2014-08-28 Doug Evans <dje@google.com>
12426
12427 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12428 eax,etc. are live with values set by gdb and thus the compiler can't
12429 use them.
12430 * gdb.arch/i386-pseudo.c (main): Ditto.
12431
12432 2014-08-27 Doug Evans <dje@google.com>
12433
12434 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12435
12436 2014-08-25 Doug Evans <dje@google.com>
12437
12438 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12439 (main): Ditto.
12440
12441 2014-08-25 Doug Evans <dje@google.com>
12442
12443 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12444
12445 2014-08-24 Yao Qi <yao@codesourcery.com>
12446
12447 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12448 symbol off.
12449 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12450
12451 2014-08-22 Doug Evans <dje@google.com>
12452
12453 PR 17276
12454 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12455 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12456 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12457
12458 2014-08-22 Yao Qi <yao@codesourcery.com>
12459
12460 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12461 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12462 * gdb.python/python.exp: Likewise. Use .py file on the host
12463 instead of the build.
12464
12465 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12466
12467 * gdb.threads/gcore-stale-thread.c: New file.
12468 * gdb.threads/gcore-stale-thread.exp: New file.
12469
12470 2014-08-21 Pedro Alves <palves@redhat.com>
12471
12472 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12473 * gdb.base/gcore-relro-pie.exp: Likewise.
12474 * gdb.base/gcore-relro.exp: Likewise.
12475 * gdb.base/gcore.exp: Likewise.
12476 * gdb.base/print-symbol-loading.exp: Likewise.
12477 * gdb.threads/gcore-thread.exp: Likewise.
12478 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12479
12480 2014-08-20 Pedro Alves <palves@redhat.com>
12481 Jan Kratochvil <jan.kratochvil@redhat.com>
12482
12483 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12484 configure.
12485 (EXPECT): Handle READ1 being set.
12486 (all): Depend on EXTRA_RULES.
12487 (check-read1, expect-read1, read1.so, read1): New rules.
12488 * README (Testsuite Parameters): Document the READ1 make variable.
12489 (Race detection): New section.
12490 * configure: Regenerate.
12491 * configure.ac: If build==host==target, and running under a
12492 GNU/glibc system, add read1 to the extra Makefile rules.
12493 (EXTRA_RULES): AC_SUBST it.
12494 * lib/read1.c: New file.
12495
12496 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12497
12498 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12499 the handling of variables declared as a typedef to an array
12500 which a DW_AT_data_location attribute.
12501
12502 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12503 Pedro Alves <palves@redhat.com>
12504
12505 PR symtab/14604
12506 PR symtab/14605
12507 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12508 gdb_test.
12509
12510 2014-08-19 Pedro Alves <palves@redhat.com>
12511
12512 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12513
12514 2014-08-19 Yao Qi <yao@codesourcery.com>
12515
12516 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12517 right line.
12518
12519 2014-08-18 David Blaikie <dblaikie@gmail.com>
12520
12521 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12522
12523 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12524
12525 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12526 attribute in array range.
12527
12528 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12529
12530 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12531
12532 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12533
12534 PR c++/17132
12535 * gdb.cp/pr17132.cc: New file.
12536 * gdb.cp/pr17132.exp: New file.
12537
12538 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12539
12540 * gdb.python/py-xmethods.py (A_getarrayind)
12541 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12542 Use 'print' with function call syntax.
12543 (E_method_matcher.match): Fix tab vs space indentation mixup.
12544
12545 2014-08-15 Yao Qi <yao@codesourcery.com>
12546
12547 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12548 false.
12549
12550 2014-08-15 Yao Qi <yao@codesourcery.com>
12551
12552 * gdb.cp/casts.exp: Set print symbol off.
12553 * gdb.cp/class2.exp: Likewise.
12554 * gdb.cp/overload.exp: Likewise.
12555 * gdb.cp/templates.exp: Likewise.
12556
12557 2014-08-11 Doug Evans <dje@google.com>
12558
12559 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12560 (test_load_shlib): Update.
12561
12562 2014-08-09 Yao Qi <yao@codesourcery.com>
12563
12564 * gdb.base/display.exp: Invoke is_address_zero_readable.
12565 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12566 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12567 * gdb.base/hbreak-unmapped.exp: Return if
12568 is_address_zero_readable returns true.
12569 * gdb.base/signest.exp: Likewise.
12570 * gdb.base/signull.exp: Likewise.
12571 * gdb.base/sigbpt.exp: Likewise.
12572 * gdb.guile/scm-disasm.exp: Do the test if
12573 is_address_zero_readable returns false.
12574 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12575 * gdb.python/py-arch.exp: Likewise.
12576 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12577 * lib/gdb.exp (is_address_zero_readable): New proc.
12578
12579 2014-08-09 Yao Qi <yao@codesourcery.com>
12580
12581 PR testsuite/13443
12582 * gdb.mi/mi-var-display.exp: Make test messages unique.
12583
12584 2014-08-04 Tom Tromey <tromey@redhat.com>
12585
12586 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12587 target 0".
12588
12589 2014-08-04 Tom Tromey <tromey@redhat.com>
12590
12591 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12592 "target_resume".
12593
12594 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12595
12596 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12597 inner_vla_struct_object_size.
12598 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12599 as xfail.
12600
12601 2014-07-30 Pedro Alves <palves@redhat.com>
12602
12603 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12604 comment.
12605
12606 2014-07-29 Yao Qi <yao@codesourcery.com>
12607
12608 PR gdb/17206
12609 * gdb.base/until-nodebug.exp: New.
12610
12611 2014-07-28 Doug Evans <xdje42@gmail.com>
12612
12613 PR guile/17203
12614 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12615 previously existing parameter, and previously ambiguously spelled
12616 parameter.
12617
12618 2014-07-28 Will Newton <will.newton@linaro.org>
12619
12620 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12621
12622 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12623 Doug Evans <xdje42@gmail.com>
12624
12625 PR guile/17146
12626 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12627
12628 2014-07-25 Pedro Alves <palves@redhat.com>
12629
12630 * gdb.threads/signal-command-handle-nopass.c: New file.
12631 * gdb.threads/signal-command-handle-nopass.exp: New file.
12632 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12633 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12634 * gdb.threads/signal-delivered-right-thread.c: New file.
12635 * gdb.threads/signal-delivered-right-thread.exp: New file.
12636
12637 2014-07-25 Pedro Alves <palves@redhat.com>
12638
12639 * gdb.base/double-prompt-target-event-error.exp
12640 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12641 match.
12642 (cancel_pagination_in_target_event): Rework double prompt
12643 detection.
12644 * gdb.base/paginate-after-ctrl-c-running.exp
12645 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12646 <return>' match.
12647 * gdb.base/paginate-bg-execution.exp
12648 (test_bg_execution_pagination_return)
12649 (test_bg_execution_pagination_cancel): Remove '-notransfer
12650 <return>' matches.
12651 * gdb.base/paginate-execution-startup.exp
12652 (test_fg_execution_pagination_return)
12653 (test_fg_execution_pagination_cancel): Remove '-notransfer
12654 <return>' matches.
12655 * gdb.base/paginate-inferior-exit.exp
12656 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12657 match.
12658 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12659 * lib/gdb.exp (pagination_prompt): Run text through
12660 string_to_regexp.
12661 (gdb_test_multiple): Match $pagination_prompt instead of
12662 "<return>".
12663 (string_to_regexp): Move to lib/gdb-utils.exp.
12664
12665 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12666
12667 * gdb.arch/amd64-entry-value-paramref.S: New file.
12668 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12669 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12670 * gdb.arch/amd64-optimout-repeat.S: New file.
12671 * gdb.arch/amd64-optimout-repeat.c: New file.
12672 * gdb.arch/amd64-optimout-repeat.exp: New file.
12673
12674 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12675
12676 PR gdb/17170
12677 * gdb.base/statistics.exp: New file.
12678
12679 2014-07-17 Doug Evans <dje@google.com>
12680
12681 PR gdb/17170
12682 * gdb.base/maint.exp: Update testing of per-command stats.
12683
12684 2014-07-16 Pedro Alves <palves@redhat.com>
12685
12686 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12687 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12688 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12689 (tfile_write_buf): New functions.
12690 (add_memory_block): Rewrite using the above.
12691 (adjust_function_address): New function.
12692 (FUNCTION_ADDRESS): New macro.
12693 (write_basic_trace_file): Remove short_x local, and use
12694 tfile_write_16. Change type of func_addr local to unsigned long
12695 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12696 here. Cast argument of add_memory_block to char pointer.
12697 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12698 (main): Remove parameters.
12699 * gdb.trace/tfile.exp: Remove nowarnings.
12700
12701 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12702
12703 * gdb.base/debug-expr.exp: Test string evaluation with
12704 "debug expression" on.
12705
12706 2014-07-15 Pedro Alves <palves@redhat.com>
12707
12708 * gdb.base/reread.exp: Use clean_restart.
12709
12710 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12711
12712 * gdb.arch/avr-flash-qualifer.c: New.
12713 * gdb.arch/avr-flash-qualifer.exp: New.
12714
12715 2014-07-14 Pedro Alves <palves@redhat.com>
12716
12717 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12718 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12719
12720 2014-07-14 Pedro Alves <palves@redhat.com>
12721
12722 * gdb.base/double-prompt-target-event-error.c: New file.
12723 * gdb.base/double-prompt-target-event-error.exp: New file.
12724
12725 2014-07-14 Pedro Alves <palves@redhat.com>
12726
12727 PR gdb/17072
12728 * gdb.base/paginate-inferior-exit.c: New file.
12729 * gdb.base/paginate-inferior-exit.exp: New file.
12730
12731 2014-07-14 Pedro Alves <palves@redhat.com>
12732
12733 PR gdb/17072
12734 * gdb.base/paginate-bg-execution.c: New file.
12735 * gdb.base/paginate-bg-execution.exp: New file.
12736
12737 2014-07-14 Pedro Alves <palves@redhat.com>
12738
12739 PR gdb/17072
12740 * gdb.base/paginate-execution-startup.c: New file.
12741 * gdb.base/paginate-execution-startup.exp: New file.
12742 * lib/gdb.exp (pagination_prompt): New global.
12743 (default_gdb_spawn): New procedure, factored out from
12744 default_gdb_spawn.
12745 (default_gdb_start): Adjust to call default_gdb_spawn.
12746 (gdb_spawn): New procedure.
12747
12748 2014-07-14 Pedro Alves <palves@redhat.com>
12749
12750 * lib/gdb.exp (gdb_assert): New procedure.
12751 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12752
12753 2014-07-14 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.base/execution-termios.c: New file.
12756 * gdb.base/execution-termios.exp: New file.
12757
12758 2014-07-14 Tom Tromey <tromey@redhat.com>
12759
12760 * gdb.cp/vla-cxx.cc: New file.
12761 * gdb.cp/vla-cxx.exp: New file.
12762
12763 2014-07-14 Tom Tromey <tromey@redhat.com>
12764
12765 * gdb.reverse/rerun-prec.c: New file.
12766 * gdb.reverse/rerun-prec.exp: New file.
12767
12768 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12769 Maciej W. Rozycki <macro@codesourcery.com>
12770
12771 * lib/gdb-utils.exp: New file.
12772 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12773 inline `gdb_init_command' processing.
12774 (gdb_start_cmd): Likewise.
12775 * lib/mi-support.exp (mi_run_cmd): Likewise.
12776 * README: Document `gdb_init_command' and `gdb_init_commands'.
12777
12778 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12779
12780 Fix false FAIL running under a very long directory name.
12781 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12782 and "set print elements 10000". Twice.
12783
12784 2014-07-11 Yao Qi <yao@codesourcery.com>
12785
12786 * gdb.base/exprs.exp: "set print symbol off".
12787
12788 2014-07-11 Pedro Alves <palves@redhat.com>
12789
12790 * gdb.threads/kill.c: New file.
12791 * gdb.threads/kill.exp: New file.
12792
12793 2014-07-10 Yao Qi <yao@codesourcery.com>
12794
12795 * gdb.trace/tfile.c (write_basic_trace_file)
12796 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12797 address written to trace file.
12798
12799 2014-07-09 Pedro Alves <palves@redhat.com>
12800
12801 * gdb.base/attach-wait-input.exp: New file.
12802 * gdb.base/attach-wait-input.c: New file.
12803
12804 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12805
12806 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12807 setting up test structures.
12808 (main): Call new test function.
12809 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12810 test function, continue into test function and walk test
12811 structures.
12812
12813 2014-07-02 Yao Qi <yao@codesourcery.com>
12814
12815 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12816 'bar_start' at the beginning of functions 'foo' and 'bar'
12817 respectively.
12818 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12819 instead of 'foo' and 'bar'.
12820
12821 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12822
12823 * gdb.btrace/segv.exp: New.
12824 * gdb.btrace/segv.c: New.
12825
12826 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12827
12828 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12829 instruction.
12830
12831 2014-06-30 Mark Wielaard <mjw@redhat.com>
12832
12833 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12834 vulture, vilify, villar): New volatile array constants.
12835 (vindictive, vegetation): New const volatile array constants.
12836 * gdb.base/volatile.exp: Test volatile and const volatile array
12837 types.
12838
12839 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12840
12841 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12842 target lacks support for awatch, rwatch, or hbreak.
12843
12844 2014-06-27 Yao Qi <yao@codesourcery.com>
12845
12846 * gdb.multi/dummy-frame-restore.exp: New.
12847 * gdb.multi/dummy-frame-restore.c: New.
12848
12849 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12850
12851 * gdb.btrace/gcore.exp: New.
12852
12853 2014-06-23 Pedro Alves <palves@redhat.com>
12854
12855 * gdb.base/watchpoint-reuse-slot.c: New file.
12856 * gdb.base/watchpoint-reuse-slot.exp: New file.
12857
12858 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12859
12860 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12861 progspace's filename in 'info', 'enable' and 'disable' command
12862 tests.
12863
12864 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12865
12866 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12867 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12868 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12869
12870 2014-06-20 Gary Benson <gbenson@redhat.com>
12871
12872 * gdb.arch/i386-avx.exp: Fix include file location.
12873 * gdb.arch/i386-sse.exp: Likewise.
12874
12875 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12876
12877 * gdb.dlang/expression.exp: New file.
12878
12879 2014-06-19 Pedro Alves <palves@redhat.com>
12880
12881 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12882 out from ...
12883 (top level): ... here. Iterate running tests under different
12884 scheduler-locking settings.
12885
12886 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12887
12888 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12889 to DW_FORM_addr and use non-zero addresses.
12890
12891 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12892
12893 PR gdb/17017
12894 * gdb.python/py-xmethods.cc: Add global function call counters and
12895 increment them in their respective functions. Remove "cout"
12896 statements.
12897 * gdb.python/py-xmethods.exp: Make tests check the global function
12898 call counters instead of depending on inferior IO.
12899
12900 2014-06-18 Don Breazeal <donb@codesourcery.com>
12901
12902 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12903 Deleted procedure.
12904 (explicit_fork_parent_follow): Deleted procedure.
12905 (explicit_fork_child_follow): Deleted procedure.
12906 (test_follow_fork): New procedure.
12907 (do_fork_tests): Replace calls to deleted procedures with
12908 calls to test_follow_fork and reset GDB for subsequent
12909 procedure calls.
12910
12911 2014-06-17 Yao Qi <yao@codesourcery.com>
12912
12913 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12914 CP1252.
12915
12916 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12917
12918 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12919 Initialize ptr and S explicitly.
12920 (skip_type_update_when_not_use_rtti_test): Likewise.
12921
12922 2014-06-16 Keith Seitz <keiths@redhat.com>
12923
12924 PR mi/15863
12925 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12926 the inferior is started.
12927
12928 2014-06-16 Pedro Alves <palves@redhat.com>
12929
12930 * gdb.base/break-main-file-remove-fail.c: New file.
12931 * gdb.base/break-main-file-remove-fail.exp: New file.
12932 * gdb.base/break-unload-file.exp: Use build_executable instead of
12933 prepare_for_testing.
12934 (test_break): New parameter "initial_load". Handle it.
12935 (top level): Add initial_load cmdline/file axis.
12936
12937 2014-06-12 Tom Tromey <tromey@redhat.com>
12938
12939 * gdb.base/completion.exp: Don't use directory name in test.
12940
12941 2014-06-09 Gary Benson <gbenson@redhat.com>
12942
12943 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12944 separate the always-available ANSI-standard signals from the
12945 signals that require checking.
12946 (main): Likewise.
12947 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12948 Likewise.
12949 (main): Likewise.
12950
12951 2014-06-07 Keith Seitz <keiths@redhat.com>
12952
12953 Revert:
12954 PR c++/16253
12955 * gdb.cp/var-tag.cc: New file.
12956 * gdb.cp/var-tag.exp: New file.
12957 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12958 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12959 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12960 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12961
12962 2014-06-06 Doug Evans <xdje42@gmail.com>
12963
12964 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12965
12966 2014-06-06 Pedro Alves <palves@redhat.com>
12967
12968 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12969 in target debug output instead of looking at RSP packets,
12970 disabling the test on any target that uses hardware stepping.
12971 Update comments.
12972
12973 2014-06-06 Pedro Alves <palves@redhat.com>
12974
12975 * gdb.base/break-unload-file.exp: Fix typo.
12976
12977 2014-06-06 Yao Qi <yao@codesourcery.com>
12978
12979 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12980 from "jit_function" to "^jit_function".
12981
12982 2014-06-06 Yao Qi <yao@codesourcery.com>
12983
12984 * gdb.base/async.c (foo): Add one statement.
12985 * gdb.base/async.exp: Get the next instruction address and
12986 match the output of "nexti" by instruction address. Match
12987 the hex address in the output of "finish".
12988
12989 2014-06-06 Gary Benson <gbenson@redhat.com>
12990
12991 * gdb.base/call-signals.c: Remove preprocessor conditionals
12992 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12993 SIGSEGV and SIGTERM.
12994 * gdb.base/sigall.c: Likewise.
12995 * gdb.base/unwindonsignal.c: Likewise.
12996 * gdb.reverse/sigall-reverse.c: Likewise.
12997
12998 2014-06-06 Yao Qi <yao@codesourcery.com>
12999
13000 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13001 readable, skip the test.
13002
13003 2014-06-06 Yao Qi <yao@codesourcery.com>
13004
13005 * gdb.threads/staticthreads.c (thread_function): Move the line
13006 setting breakpoint on forward.
13007 * gdb.threads/staticthreads.exp: Update comments.
13008
13009 2014-06-05 Ludovic Courtès <ludo@gnu.org>
13010
13011 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13012 "history-append! type error".
13013
13014 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13015
13016 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13017 erroneous dprintf expected input.
13018
13019 2014-06-04 Doug Evans <xdje42@gmail.com>
13020
13021 * gdb.guile/scm-generics.exp: Delete.
13022
13023 2014-06-04 Doug Evans <xdje42@gmail.com>
13024
13025 * gdb.guile/scm-breakpoint.exp: Update.
13026 Add tests for breakpoint registration.
13027
13028 2014-06-04 Tom Tromey <tromey@redhat.com>
13029
13030 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13031 VLA-in-union.
13032 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13033 inner_vla_struct, vla_union types. Initialize objects of those
13034 types and compute their sizes.
13035
13036 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13037 Hui Zhu <hui@codesourcery.com>
13038
13039 * gdb.base/fileio.exp: Add test for shell not available as well as
13040 available.
13041 * gdb.base/fileio.c (test_system): Check for shell twice.
13042
13043 2014-06-04 Yao Qi <yao@codesourcery.com>
13044
13045 * gdb.base/auto-connect-native-target.exp: Remove redundant
13046 space from the regexp pattern.
13047
13048 2014-06-04 Yao Qi <yao@codesourcery.com>
13049
13050 * gdb.base/default.exp: Replace "child" with "native" in
13051 regexp pattern.
13052
13053 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13054
13055 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13056 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13057 * gdb.python/py-xmethods.py: Python script supporting the
13058 new testcase and tests.
13059
13060 2014-06-03 Joel Brobecker <brobecker@adacore.com>
13061 Pedro Alves <palves@redhat.com>
13062
13063 PR breakpoints/17000
13064 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13065 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13066
13067 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13068
13069 * gdb.base/subst.exp: Add tests to verify partial path matching
13070 output.
13071
13072 2014-06-03 Pedro Alves <palves@redhat.com>
13073
13074 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13075 target that doesn't use software single-stepping.
13076
13077 2014-06-03 Pedro Alves <palves@redhat.com>
13078
13079 PR breakpoints/17000
13080 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13081 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13082
13083 2014-06-02 Doug Evans <xdje42@gmail.com>
13084
13085 * gdb.guile/scm-parameter.exp: New file.
13086
13087 2014-06-02 Doug Evans <xdje42@gmail.com>
13088
13089 * gdb.guile/scm-cmd.c: New file.
13090 * gdb.guile/scm-cmd.exp: New file.
13091
13092 2014-06-02 Doug Evans <xdje42@gmail.com>
13093
13094 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13095 pretty-printer lookup.
13096 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13097 (make-pp_s-printer): Call it.
13098 (make-pretty-printer-from-dict): New function.
13099 (lookup-pretty-printer-maker-from-dict): New function.
13100 (*pretty-printer*): Simplify.
13101 (make-objfile-pp_s-printer): New function.
13102 (install-objfile-pretty-printers!): New function.
13103 (make-progspace-pp_s-printer): New function.
13104 (install-progspace-pretty-printers!): New function.
13105 * gdb.guile/scm-progspace.c: New file.
13106 * gdb.guile/scm-progspace.exp: New file.
13107
13108 2014-06-02 Pedro Alves <palves@redhat.com>
13109
13110 * gdb.base/dprintf-bp-same-addr.c: New file.
13111 * gdb.base/dprintf-bp-same-addr.exp: New file.
13112
13113 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13114
13115 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13116 * gdb.arch/powerpc-power.s: Likewise.
13117
13118 2014-06-02 Joel Brobecker <brobecker@adacore.com>
13119
13120 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13121
13122 2014-06-01 Yao Qi <yao@codesourcery.com>
13123
13124 * gdb.base/watchpoint.exp (test_watch_location): Check null
13125 pointer can be dereferenced. If not, do the test, otherwise
13126 skip it.
13127
13128 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13129
13130 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13131 results.
13132 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13133
13134 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13135
13136 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13137 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13138 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13139 * gdb.arch/amd64-invalid-stack-top.c: New file.
13140 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13141
13142 2014-05-30 Pedro Alves <palves@redhat.com>
13143
13144 PR breakpoints/17000
13145 * gdb.base/sss-bp-on-user-bp.c: New file.
13146 * gdb.base/sss-bp-on-user-bp.exp: New file.
13147
13148 2014-05-30 David Blaikie <dblaikie@gmail.com>
13149
13150 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13151 gnu_inline semantics via attribute.
13152 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13153 source explicitly specifies the required semantics.
13154
13155 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13156
13157 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13158
13159 2014-05-29 Pedro Alves <palves@redhat.com>
13160 Tom Tromey <tromey@redhat.com>
13161
13162 * gdb.base/async-shell.exp: Don't enable target-async.
13163 * gdb.base/async.exp
13164 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13165 parameter. Adjust.
13166 (top level): Don't test with "target-async".
13167 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13168 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13169 * gdb.base/inferior-died.exp: Don't enable target-async.
13170 * gdb.base/interrupt-noterm.exp: Likewise.
13171 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13172 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13173 * gdb.mi/mi-nonstop.exp: Likewise.
13174 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13175 * gdb.mi/mi-nsintrall.exp: Likewise.
13176 * gdb.mi/mi-nsmoribund.exp: Likewise.
13177 * gdb.mi/mi-nsthrexec.exp: Likewise.
13178 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13179 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13180 * gdb.python/py-evsignal.exp: Don't enable target-async.
13181 * gdb.python/py-evthreads.exp: Likewise.
13182 * gdb.python/py-prompt.exp: Likewise.
13183 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13184 * gdb.server/solib-list.exp: Don't enable target-async.
13185 * gdb.threads/thread-specific-bp.exp: Likewise.
13186 * lib/mi-support.exp: Adjust to use mi-async.
13187
13188 2014-05-29 Pedro Alves <palves@redhat.com>
13189
13190 PR gdb/13860
13191 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13192 reason, even in sync mode.
13193
13194 2014-05-29 Pedro Alves <palves@redhat.com>
13195 Hui Zhu <hui@codesourcery.com>
13196
13197 PR PR15693
13198 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13199 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13200 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13201 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13202
13203 2014-05-28 Joel Brobecker <brobecker@adacore.com>
13204
13205 * config/monitor.exp (gdb_target_monitor): Replace use of
13206 "set remotebaud" by "set serial baud".
13207
13208 2014-05-26 Andy Wingo <wingo@igalia.com>
13209
13210 * gdb.guile/scm-breakpoint.exp:
13211 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13212 properties instead of gdb-object-properties.
13213
13214 2014-05-26 Yao Qi <yao@codesourcery.com>
13215
13216 * gdb.server/no-thread-db.exp: Specify source file name
13217 explicitly when setting a breakpoint.
13218
13219 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13220
13221 * gdb.btrace/vdso.c: New.
13222 * gdb.btrace/vdso.exp: New.
13223
13224 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13225
13226 * gdb.base/gcore.exp (capture_command_output): Move ...
13227 * lib/gdb.exp (capture_command_output): ... here.
13228
13229 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13230
13231 * gdb.btrace/data.exp: Test memory access during btrace replay.
13232
13233 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13234
13235 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13236
13237 2014-05-21 Pedro Alves <palves@redhat.com>
13238
13239 PR gdb/13860
13240 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13241 (top level): Test that output related to execution commands is
13242 sent to the console with CLI commands, but not with MI commands.
13243 Test that breakpoint events are always mirrored to the console.
13244 Also expect the new source line to be output after a "next" in
13245 async mode too. Make it a pass/fail test.
13246 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13247 output.
13248 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13249
13250 2014-05-21 Pedro Alves <palves@redhat.com>
13251
13252 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13253 Use them to test variations of "list" after reaching a breakpoint.
13254 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13255 Test "list" with listsize 10 after reaching a breakpoint.
13256 * gdb.python/python.exp (decode_line current location line
13257 number): Adjust expected line number.
13258
13259 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13260
13261 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13262 behavior for $args, pass it directly to "run".
13263
13264 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13265
13266 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13267 30000 to 65536.
13268
13269 2014-05-21 Pedro Alves <palves@redhat.com>
13270
13271 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13272 auto-connect-native-target off".
13273 * gdb.base/auto-connect-native-target.c: New file.
13274 * gdb.base/auto-connect-native-target.exp: New file.
13275
13276 2014-05-21 Pedro Alves <palves@redhat.com>
13277
13278 * gdb.base/default.exp: Test "target native" instead of "target
13279 child".
13280
13281 2014-05-21 Mark Wielaard <mjw@redhat.com>
13282
13283 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13284
13285 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13286
13287 Fix TLS access for -static -pthread.
13288 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13289 <HAVE_TLS> (thread_function, main): Initialize it.
13290 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13291 Add clean_restart.
13292 <$have_tls != "">: Check TLSVAR.
13293
13294 2014-05-21 Pedro Alves <palves@redhat.com>
13295
13296 * gdb.base/dcache-line-read-error.c: New.
13297 * gdb.base/dcache-line-read-error.exp: New.
13298
13299 2014-05-20 Pedro Alves <palves@redhat.com>
13300
13301 * gdb.base/compare-sections.c: New file.
13302 * gdb.base/compare-sections.exp: New file.
13303
13304 2014-05-20 Pedro Alves <palves@redhat.com>
13305
13306 * gdb.base/break-idempotent.c: New file.
13307 * gdb.base/break-idempotent.exp: New file.
13308
13309 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13310
13311 * gdb.btrace/nohist.exp: New.
13312
13313 2014-05-20 Yao Qi <yao@codesourcery.com>
13314
13315 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13316 gdb.reverse directory and gdb_reverse_timeout exists in board
13317 setting.
13318 * README: Document gdb_reverse_timeout.
13319
13320 2014-05-20 Yao Qi <yao@codesourcery.com>
13321
13322 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13323 'test_file_name'. Treat args as a string instead of a list.
13324 (gdb_init): Rename argument 'args' by 'test_file_name'.
13325
13326 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13327
13328 * gdb.arch/powerpc-power.exp: New file.
13329 * gdb.arch/powerpc-power.s: New file.
13330
13331 2014-05-16 Doug Evans <dje@google.com>
13332
13333 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13334 * gdb.base/completion.exp: Check that all expected files exist
13335 before doing file completion.
13336
13337 2014-05-16 Doug Evans <dje@google.com>
13338
13339 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13340 Update.
13341 (do_syscall_tests_without_xml): Update.
13342
13343 2014-05-16 Pedro Alves <palves@redhat.com>
13344
13345 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13346 instead of "unknown output after running".
13347
13348 2014-05-16 Yao Qi <yao@codesourcery.com>
13349
13350 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13351 file1.txt from host at the end.
13352 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13353
13354 2014-05-15 Doug Evans <dje@google.com>
13355
13356 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13357 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13358 loading file. Add test for TU lookup.
13359
13360 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13361
13362 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13363 calling "-exec-arguments" or "set args" before running the
13364 inferior.
13365
13366 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13367
13368 * lib/mi-support.exp (mi_expect_stop): Expect message for
13369 inferiors that exit with non-zero exit code.
13370
13371 2014-05-14 Yao Qi <yao@codesourcery.com>
13372
13373 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13374 match absolute path on remote host.
13375 (test_file_list_exec_source_files): Remove "/" from the
13376 pattern.
13377
13378 2014-05-14 Yao Qi <yao@codesourcery.com>
13379
13380 * boards/local-remote-host-notty.exp (${board}_file): New
13381 proc.
13382
13383 2014-05-07 Kyle McMartin <kyle@redhat.com>
13384
13385 Pushed by Joel Brobecker <brobecker@adacore.com>.
13386 * gdb.arch/aarch64-atomic-inst.c: New file.
13387 * gdb.arch/aarch64-atomic-inst.exp: New file.
13388
13389 2014-05-07 Yao Qi <yao@codesourcery.com>
13390
13391 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13392 in current context" too.
13393
13394 2014-05-05 Keith Seitz <keiths@redhat.com>
13395
13396 * gdb.linespec/ls-dollar.exp: Add test for linespec
13397 file:convenience_variable.
13398
13399 2014-05-05 Yao Qi <yao@codesourcery.com>
13400
13401 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13402 traceframes into tfile and ctf trace files. Read data from
13403 trace file and test collected data.
13404 (gdb_collect_locals_test): Likewise.
13405 (gdb_unavailable_registers_test): Likewise.
13406 (gdb_unavailable_floats): Likewise.
13407 (gdb_collect_globals_test): Likewise.
13408 (top-level): Append "ctf" to trace_file_targets if GDB
13409 supports.
13410
13411 2014-05-05 Yao Qi <yao@codesourcery.com>
13412
13413 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13414 code to ...
13415 (gdb_collect_args_test_1): ... it. New proc.
13416 (gdb_collect_locals_test): Move some code to ...
13417 (gdb_collect_locals_test_1): ... it. New proc.
13418 (gdb_unavailable_registers_test): Move some code to ...
13419 (gdb_unavailable_registers_test_1): ... it. New proc.
13420 (gdb_unavailable_floats): Move some code to ...
13421 (gdb_unavailable_floats_1): ... it. New proc.
13422
13423 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13424
13425 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13426 probes to test for bitness recognition.
13427 * gdb.arch/amd64-stap-optional-prefix.exp
13428 (test_probe_value_without_reg): New procedure.
13429 Add code to test for different kinds of bitness.
13430
13431 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13432
13433 PR breakpoints/16889
13434 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13435 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13436
13437 2014-05-01 Pedro Alves <palves@redhat.com>
13438
13439 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13440 gdb_file_cmd if no file is specified.
13441 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13442 last_loaded_file to set the remote exec-file.
13443
13444 2014-05-01 Pedro Alves <palves@redhat.com>
13445
13446 * boards/local-remote-host.exp: New file.
13447
13448 2014-05-01 Pedro Alves <palves@redhat.com>
13449
13450 * boards/local-remote-host.exp: Rename to ...
13451 * boards/local-remote-host-notty.exp: ... this.
13452
13453 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13454
13455 * gdb.ada/dyn_arrayidx: New testcase.
13456
13457 2014-04-26 Yao Qi <yao@codesourcery.com>
13458
13459 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13460 and compute the length of function main. Save it in
13461 $main_length.
13462 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13463 (top-level): Use gdb_compile to compile objects into
13464 executable and restart GDB. Remove invocation to
13465 prepare_for_testing.
13466
13467 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13468 Pedro Alves <palves@redhat.com>
13469
13470 PR server/16255
13471 * gdb.multi/multi-attach.c: New file.
13472 * gdb.multi/multi-attach.exp: New file.
13473
13474 2014-04-25 Pedro Alves <palves@redhat.com>
13475
13476 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13477 user.
13478 (top level): Test that "set remote conditional-breakpoints-packet
13479 off" works as intended.
13480 * gdb.base/dprintf.exp: Test that "set remote
13481 breakpoint-commands-packet off" works as intended.
13482 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13483 New function.
13484 (top level): Call it.
13485 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13486 remote fast-tracepoints-packet off" works as intended.
13487 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13488 * lib/gdb.exp (gdb_is_target_remote): ... here.
13489
13490 2014-04-24 David Blaikie <dblaikie@gmail.com>
13491
13492 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13493 ensure clang would not discard them.
13494 * gdb.base/gdbvars.c: Ditto.
13495 * gdb.base/memattr.c: Ditto.
13496 * gdb.base/whatis.c: Ditto.
13497 * gdb.python/py-prettyprint.c: Ditto.
13498 * gdb.trace/actions.c: Ditto.
13499 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13500 ensure clang would not discard it.
13501
13502 2014-04-24 David Blaikie <dblaikie@gmail.com>
13503
13504 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13505 clang to emit the full definition of type required by the test
13506 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13507
13508 2014-04-24 David Blaikie <dblaikie@gmail.com>
13509
13510 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13511 coax Clang into emitting the definition of the type.
13512 * gdb.cp/pr10728-x.h (y): Ditto.
13513 * gdb.cp/pr10728-y.cc (y): Ditto.
13514
13515 2014-04-24 David Blaikie <dblaikie@gmail.com>
13516
13517 * gdb.base/label.exp: XFAIL label related tests under Clang.
13518 * gdb.cp/cplabel.exp: Ditto.
13519 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13520 under Clang those using labels.
13521
13522 2014-04-25 Yao Qi <yao@codesourcery.com>
13523
13524 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13525 double_label.
13526 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13527 partial_label and double_label.
13528
13529 2014-04-24 David Blaikie <dblaikie@gmail.com>
13530
13531 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13532
13533 2014-04-24 David Blaikie <dblaikie@gmail.com>
13534
13535 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13536 of the function to work across GCC and Clang.
13537 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13538 pointer types (const void ** const V void **).
13539
13540 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13541 Walfred Tedeschi <walfred.tedeschi@intel.com>
13542
13543 * Makefile.in (EXECUTABLES): Added i386-avx512.
13544 * gdb.arch/i386-avx512.c: New file.
13545 * gdb.arch/i386-avx512.exp: Likewise.
13546
13547 2014-04-23 Keith Seitz <keiths@redhat.com>
13548
13549 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13550 (mi_make_breakpoint_table): New procedure.
13551 (mi_create_breakpoint): Use mi_make_breakpoint
13552 and return the result.
13553 (mi_make_breakpoint): New procedure.
13554 (mi_build_kv_pairs): New procedure.
13555
13556 * gdb.mi/mi-break.exp: Remove unused globals,
13557 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13558 All callers updated.
13559 * gdb.mi/mi-dprintf.exp: Use variable to track command
13560 number.
13561 Update all callers of mi_create_breakpoint and use
13562 mi_make_breakpoint_table.
13563 Remove any unused global variables.
13564 * gdb.mi/mi-nonstop.exp: Likewise.
13565 * gdb.mi/mi-nsintrall.exp: Likewise.
13566 * gdb.mi/mi-nsmoribund.exp: Likewise.
13567 * gdb.mi/mi-nsthrexec.exp: Likewise.
13568 * gdb.mi/mi-reverse.exp: Likewise.
13569 * gdb.mi/mi-simplerun.exp: Likewise.
13570 * gdb.mi/mi-stepn.exp: Likewise.
13571 * gdb.mi/mi-syn-frame.exp: Likewise.
13572 * gdb.mi/mi-until.exp: Likewise.
13573 * gdb.mi/mi-var-cp.exp: Likewise.
13574 * gdb.mi/mi-var-display.exp: Likewise.
13575 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13576 * gdb.mi/mi2-var-child.exp: Likewise.
13577 * gdb.mi/mi-vla-c99.exp: Likewise.
13578 * lib/mi-support.exp: Likewise.
13579
13580 From Ian Lance Taylor <iant@cygnus.com>:
13581 * lib/gdb.exp (parse_args): New procedure.
13582
13583 2014-04-23 Pedro Alves <palves@redhat.com>
13584
13585 * gdb.base/break-unload-file.c: New file.
13586 * gdb.base/break-unload-file.exp: New file.
13587 * gdb.base/sym-file-lib.c (baz): New function.
13588 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13589 field.
13590 (load): Store the segment's mapped size.
13591 (unload): New function.
13592 (unload_shlib): New function.
13593 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13594 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13595 set a breakpoint at baz, and call it.
13596 * gdb.base/sym-file.exp: New tests for stale breakpoint
13597 instructions.
13598
13599 2014-04-23 Pedro Alves <palves@redhat.com>
13600
13601 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13602 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13603 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13604 * gdb.base/hbreak-unmapped.c: New file.
13605 * gdb.base/hbreak-unmapped.exp: New file.
13606 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13607 * lib/gdb.exp (gdb_is_target_remote): ... here.
13608
13609 2014-04-22 Pedro Alves <palves@redhat.com>
13610
13611 * gdb.base/consecutive-step-over.c: New file.
13612 * gdb.base/consecutive-step-over.exp: New file.
13613
13614 2014-04-22 Pedro Alves <palves@redhat.com>
13615
13616 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13617 instead of send_gdb/gdb_expect.
13618
13619 2014-04-22 Yao Qi <yao@codesourcery.com>
13620
13621 * lib/trace-support.exp (generate_tracefile): New procedure.
13622 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13623 return 0.
13624 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13625 if generate_tracefile returns 1.
13626
13627 2014-04-18 Tom Tromey <palves@redhat.com>
13628 Pedro alves <tromey@redhat.com>
13629
13630 PR backtrace/15558
13631 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13632 with a backtrace limit.
13633 * gdb.python/py-frame-inline.exp: Test running to an inline
13634 function with a backtrace limit, and printing the newest frame.
13635 * gdb.python/py-frame-inline.c (main): Call f.
13636
13637 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13638
13639 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13640
13641 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13642
13643 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13644 Drop prefix from unsupported source file path.
13645
13646 2014-04-17 Yao Qi <yao@codesourcery.com>
13647
13648 * lib/gdb.exp (with_target_charset): New proc.
13649 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13650 with_target_charset.
13651 (test_print_strings): Likewise.
13652 (test_repeat_bytes): Likewise.
13653 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13654 for some tests.
13655
13656 2014-04-16 Keith Seitz <keiths@redhat.com>
13657
13658 PR gdb/15827
13659 * gdb.dwarf2/corrupt.c: New file.
13660 * gdb.dwarf2/corrupt.exp: New file.
13661
13662 2014-04-16 Keith Seitz <keiths@redhat.com>
13663
13664 PR c++/16597
13665 * gdb.cp/namelessclass.cc: New file.
13666 * gdb.cp/namelessclass.exp: New file.
13667 * gdb.cp/namelessclass.S: New file.
13668
13669 2014-04-16 Doug Evans <dje@google.com>
13670
13671 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13672 Add comment.
13673 (gdbserver_default_get_comm_port): New function.
13674 (gdbserver_start): Check if board file provided
13675 "gdbserver,get_comm_port" and use it if so.
13676 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13677 (gdb,socketport): Set to "stdio".
13678 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13679 (stdio_gdbserver_template): Delete.
13680 (${board}_get_remote_address): Update.
13681 (${board}_build_remote_cmd): Delete.
13682 (${board}_get_comm_port): New function.
13683 (${board}_spawn): Update.
13684 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13685 Delete.
13686 (${board}_get_remote_address): Update.
13687 (${board}_get_comm_port): New function.
13688
13689 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13690
13691 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13692 appearing in any order.
13693
13694 2014-04-15 Doug Evans <dje@google.com>
13695
13696 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13697 uninitialized value of "description".
13698
13699 2014-04-15 Keith Seitz <keiths@redhat.com>
13700
13701 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13702 Remove unused globals.
13703 (test_running_the_program): Likewise.
13704 (test_controlled_execution): Likewise.
13705 (test_controlling_breakpoints): Likewise.
13706 (test_program_termination): Likewise.
13707
13708 2014-04-15 Keith Seitz <keiths@redhat.com>
13709
13710 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13711 unused globals.
13712 (test_rbreak_creation_and_listing): Likewise.
13713 (test_ignore_count): Likewise.
13714 (test_error): Likewise.
13715
13716 2014-04-15 Pedro Alves <palves@redhat.com>
13717
13718 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13719 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13720 sym-file-loader.c.
13721 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13722 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13723 to sym-file-loader.c.
13724 (struct library): Forward declare.
13725 (load_shlib, lookup_function): Change prototypes.
13726 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13727 (translate_offset): Remove declarations.
13728 (get_text_addr): New declaration.
13729 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13730 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13731 sym-file-loader.h.
13732 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13733 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13734 here from sym-file-loader.h.
13735 (struct library): New structure.
13736 (load_shlib, lookup_function): Change prototypes and adjust to
13737 work with a struct library.
13738 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13739 (translate_offset): Make static.
13740 (get_text_addr): New function.
13741 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13742
13743 2014-04-15 Pedro Alves <palves@redhat.com>
13744
13745 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13746
13747 2014-04-15 Pedro Alves <palves@redhat.com>
13748
13749 * gdb.base/sym-file-loader.c: Include <limits.h>.
13750 (SELF_LINK): New define.
13751 (get_origin): New function.
13752 (load_shlib): Use it.
13753 * gdb.base/sym-file.exp: Don't early return if the target is
13754 remote. Use runto_main, and issue fail is that fails. Use
13755 gdb_load_shlibs.
13756 (shlib_name): Delete.
13757 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13758
13759 2014-04-15 Pedro Alves <palves@redhat.com>
13760
13761 * gdb.base/sym-file.exp: Remove regex characters from test
13762 message. Don't refer to breakpoint numbers in test messages.
13763
13764 2014-04-14 Keith Seitz <keiths@redhat.com>
13765
13766 PR c++/16253
13767 * gdb.cp/var-tag.cc: New file.
13768 * gdb.cp/var-tag.exp: New file.
13769 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13770 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13771 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13772 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13773
13774 2014-04-14 Tom Tromey <tromey@redhat.com>
13775
13776 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13777 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13778 type.
13779 * gdb.cp/enum-class.exp: New file.
13780 * gdb.cp/enum-class.cc: New file.
13781
13782 2014-04-14 Tom Tromey <tromey@redhat.com>
13783
13784 * gdb.dwarf2/enum-type.exp: New file.
13785
13786 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13787
13788 * gdb.mi/mi-vla-c99.exp: New file.
13789 * gdb.mi/vla.c: New file.
13790
13791 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13792
13793 * gdb.base/vla-datatypes.c: New file.
13794 * gdb.base/vla-datatypes.exp: New file.
13795
13796 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13797
13798 * gdb.base/vla-ptr.c: New file.
13799 * gdb.base/vla-ptr.exp: New file.
13800
13801 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13802
13803 * gdb.dwarf2/count.exp: New file.
13804
13805 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13806
13807 * gdb.base/vla-sideeffect.c: New file.
13808 * gdb.base/vla-sideeffect.exp: New file.
13809
13810 2014-04-14 David Blaikie <dblaikie@gmail.com>
13811
13812 * gdb.mi/non-stop.c: Add return value for non-void function return
13813 statement.
13814 * gdb.threads/staticthreads.c: Ditto.
13815
13816 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13817 Doug Evans <xdje42@gmail.com>
13818
13819 * gdb.guile/scm-value.c: Improve test case.
13820 * gdb.guile/scm-value.exp: Add new test.
13821
13822 2014-04-11 David Blaikie <dblaikie@gmail.com>
13823
13824 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13825 override Clang's default.
13826
13827 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13828
13829 Revert the following changes (regressions):
13830
13831 * gdb.base/vla-sideeffect.c: New file.
13832 * gdb.base/vla-sideeffect.exp: New file.
13833
13834 * gdb.dwarf2/count.exp: New file.
13835
13836 * gdb.base/vla-multi.c: New file.
13837 * gdb.base/vla-multi.exp: New file.
13838
13839 * gdb.base/vla-ptr.c: New file.
13840 * gdb.base/vla-ptr.exp: New file.
13841
13842 * gdb.base/vla-datatypes.c: New file.
13843 * gdb.base/vla-datatypes.exp: New file.
13844
13845 * gdb.mi/mi-vla-c99.exp: New file.
13846 * gdb.mi/vla.c: New file.
13847
13848 2014-04-11 Keith Seitz <keiths@redhat.com>
13849
13850 PR c++/16675
13851 * gdb.cp/cpsizeof.exp: New file.
13852 * gdb.cp/cpsizeof.cc: New file.
13853
13854 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13855
13856 * gdb.mi/mi-vla-c99.exp: New file.
13857 * gdb.mi/vla.c: New file.
13858
13859 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13860
13861 * gdb.base/vla-datatypes.c: New file.
13862 * gdb.base/vla-datatypes.exp: New file.
13863
13864 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13865
13866 * gdb.base/vla-ptr.c: New file.
13867 * gdb.base/vla-ptr.exp: New file.
13868
13869 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13870
13871 * gdb.base/vla-multi.c: New file.
13872 * gdb.base/vla-multi.exp: New file.
13873
13874 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13875
13876 * gdb.dwarf2/count.exp: New file.
13877
13878 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13879
13880 * gdb.base/vla-sideeffect.c: New file.
13881 * gdb.base/vla-sideeffect.exp: New file.
13882
13883 2014-04-11 Yao Qi <yao@codesourcery.com>
13884
13885 * gdb.base/completion.exp: Check file exists before running tests
13886 on file completion.
13887
13888 2014-04-10 Pedro Alves <palves@redhat.com>
13889
13890 * gdb.base/cond-eval-mode.c: New file.
13891 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13892 prepare_for_testing to build the new file. Check result of
13893 runto_main.
13894 (test_break, test_watch): New procedures.
13895 (top level): Use them.
13896
13897 2014-04-08 Pierre Muller <muller@sourceware.org>
13898
13899 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13900 Ctrl-V use for mingw hosts.
13901
13902 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13903
13904 * gdb.python/py-value.c: Improve test case.
13905 * gdb.python/py-value.exp: Add new test.
13906
13907 2014-04-07 David Blaikie <dblaikie@gmail.com>
13908
13909 * lib/compiler.c: Identify the clang compiler.
13910 * lib/compiler.cc: Ditto.
13911
13912 2014-04-03 Yao Qi <yao@codesourcery.com>
13913
13914 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13915
13916 2014-04-01 Anton Blanchard <anton@samba.org>
13917
13918 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13919 messages unique.
13920
13921 2014-04-01 Anton Blanchard <anton@samba.org>
13922
13923 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13924 prepare_for_testing.
13925
13926 2014-04-01 Anton Blanchard <anton@samba.org>
13927
13928 * gdb.arch/ppc64-atomic-inst.c: Remove.
13929 * gdb.arch/ppc64-atomic-inst.S: New file.
13930 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13931
13932 2014-03-31 Doug Evans <dje@google.com>
13933
13934 * gdb.base/print-symbol-loading-lib.c: New file.
13935 * gdb.base/print-symbol-loading-main.c: New file.
13936 * gdb.base/print-symbol-loading.exp: New file.
13937
13938 2014-03-31 Yao Qi <yao@codesourcery.com>
13939
13940 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13941
13942 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13943
13944 * gdb.ada/mi_dyn_arr: New testcase.
13945
13946 2014-03-27 Doug Evans <dje@google.com>
13947
13948 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13949
13950 2014-03-27 Yao Qi <yao@codesourcery.com>
13951
13952 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13953 if target is nios2-*-*.
13954
13955 2014-03-26 Yao Qi <yao@codesourcery.com>
13956
13957 * lib/gdb.exp (readline_is_used): New proc.
13958 * gdb.base/completion.exp: Move tests on command complete up.
13959 Skip the rest of tests if readline is not used.
13960 * gdb.ada/complete.exp: Skp the test if readline is not
13961 used.
13962 * gdb.base/filesym.exp: Likewise.
13963 * gdb.base/macscp.exp: Likewise.
13964 * gdb.base/readline-ask.exp: Likewise.
13965 * gdb.base/readline.exp: Likewise.
13966 * gdb.python/py-cmd.exp: Likewise.
13967 * gdb.trace/tfile.exp: Likewise.
13968
13969 2014-03-26 Yao Qi <yao@codesourcery.com>
13970
13971 * gdb.base/macscp.exp: Fix code format issues.
13972
13973 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13974
13975 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13976 * gdb.asm/powerpc64le.inc: New file.
13977
13978 2014-03-25 Pedro Alves <palves@redhat.com>
13979 Doug Evans <dje@google.com>
13980
13981 * gdb.base/source-execution.c: New file.
13982 * gdb.base/source-execution.exp: New file.
13983 * gdb.base/source-execution.gdb: New file.
13984
13985 2014-03-24 Doug Evans <dje@google.com>
13986
13987 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13988 using fission.
13989
13990 2014-03-24 Hui Zhu <hui@codesourcery.com>
13991 Pedro Alves <palves@redhat.com>
13992
13993 PR breakpoints/16101
13994 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13995 test pass/fail messages. Detect missing support for dprintf when
13996 breakpoints are actually inserted.
13997 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13998 breakpoints are actually inserted.
13999 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14000 fails.
14001
14002 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14003
14004 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14005
14006 2014-03-22 Doug Evans <xdje42@gmail.com>
14007
14008 * gdb.python/python.exp (python not supported): Verify multi-line
14009 python command issues an error.
14010 * gdb.guile/guile.exp (guile not supported): Verify multi-line
14011 guile command issues an error.
14012
14013 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14014
14015 * gdb.threads/thread-specific.exp: Handle the lack of usable
14016 $this_breakpoint and $this_thread.
14017
14018 2014-03-21 Hui Zhu <hui@codesourcery.com>
14019
14020 * gdb.base/attach.exp (do_command_attach_tests): New.
14021
14022 2014-03-20 Tom Tromey <tromey@redhat.com>
14023 Pedro Alves <palves@redhat.com>
14024
14025 PR cli/15718
14026 * gdb.base/condbreak-call-false.c: New file.
14027 * gdb.base/condbreak-call-false.exp: New file.
14028
14029 2014-03-20 Pedro Alves <palves@redhat.com>
14030
14031 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14032 Delete.
14033 (block_signals, unblock_signals): Delete.
14034 (child_function_2, main): Remove references to deleted variable
14035 and functions.
14036
14037 2014-03-20 Pedro Alves <palves@redhat.com>
14038
14039 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14040 Use pthread_kill to signal thread 2.
14041 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14042 Adjust to make the test send itself a signal rather than using the
14043 host's "kill" command.
14044
14045 2014-03-20 Pedro Alves <palves@redhat.com>
14046
14047 * gdb.threads/multiple-step-overs.c: New file.
14048 * gdb.threads/multiple-step-overs.exp: New file.
14049 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14050 Adjust expected infrun debug output.
14051
14052 2014-03-20 Pedro Alves <palves@redhat.com>
14053
14054 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14055 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14056
14057 2014-03-20 Pedro Alves <palves@redhat.com>
14058
14059 PR breakpoints/7143
14060 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14061 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14062 of gdb_test_multiple.
14063 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14064 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14065
14066 2014-03-20 Pedro Alves <palves@redhat.com>
14067
14068 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14069 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14070
14071 2014-03-19 Pedro Alves <palves@redhat.com>
14072
14073 * gdb.base/async.exp: Remove early return.
14074
14075 2014-03-19 Pedro Alves <palves@redhat.com>
14076
14077 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14078
14079 2014-03-19 Pedro Alves <palves@redhat.com>
14080
14081 * gdb.base/async.exp (test_background): Expect \r\n after
14082 "completed." in the fail pattern.
14083
14084 2014-03-19 Pedro Alves <palves@redhat.com>
14085
14086 * gdb.base/async.exp (test_background): New procedure.
14087 Use it for all background execution command tests.
14088
14089 2014-03-19 Pedro Alves <palves@redhat.com>
14090
14091 * gdb.base/async.exp: Use prepare_for_testing.
14092
14093 2014-03-19 Pedro Alves <palves@redhat.com>
14094
14095 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14096 the same line.
14097
14098 2014-03-19 Pedro Alves <palves@redhat.com>
14099
14100 * gdb.base/async.c (main): Add "jump here" and "until here" line
14101 marker comments.
14102 * gdb.base/async.exp (jump_here): New global.
14103 (jump& test): Use it.
14104 (until_here): New global.
14105 (until& test): Use it.
14106
14107 2014-03-19 Pedro Alves <palves@redhat.com>
14108
14109 * gdb.base/async.exp: Don't frob gdb_protocol.
14110
14111 2014-03-18 Doug Evans <xdje42@gmail.com>
14112
14113 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14114 Fix spelling of exec-done-display.
14115
14116 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14117
14118 PR gdb/15358
14119 * gdb.base/gdb-sigterm.c: New file.
14120 * gdb.base/gdb-sigterm.exp: New file.
14121
14122 2014-03-18 Pedro Alves <palves@redhat.com>
14123
14124 PR gdb/13860
14125 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14126 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14127 solib-event.
14128
14129 2014-03-17 Joel Brobecker <brobecker@adacore.com>
14130
14131 * gdb.ada/pckd_arr_ren: New testcase.
14132
14133 2014-03-13 Doug Evans <xdje42@gmail.com>
14134
14135 PR guile/16612
14136 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14137 collect after discarding symbols.
14138
14139 2014-03-13 Ludovic Courtès <ludo@gnu.org>
14140 Doug Evans <xdje42@gmail.com>
14141
14142 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14143 to history survives a gc.
14144
14145 2014-03-13 Pedro Alves <palves@redhat.com>
14146
14147 * gdb.base/default.exp: Don't test "target procfs".
14148
14149 2014-03-13 Pedro Alves <palves@redhat.com>
14150
14151 * gdb.base/default.exp: Update "target child" and "target procfs"
14152 tests to not expect "Unix".
14153
14154 2014-03-12 Tom Tromey <tromey@redhat.com>
14155
14156 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14157 New procs. Add target-async tests.
14158 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14159 Add target-async tests.
14160
14161 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14162
14163 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14164 'func_start' and 'func_end' for the beginning and end of the
14165 function code, respectively.
14166 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14167 'func_end' instead of 'func' and 'main'.
14168
14169 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14170
14171 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14172 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14173 generate the debug info assembler source.
14174
14175 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14176
14177 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14178 * gdb.dwarf2/arr-subrange.exp: Likewise.
14179 * gdb.dwarf2/dwz.exp: Likewise.
14180 * gdb.dwarf2/method-ptr.exp: Likewise.
14181 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14182 * gdb.dwarf2/subrange.exp: Likewise.
14183 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14184 * gdb.dwarf2/implptrpiece.exp: Likewise.
14185 * gdb.dwarf2/nostaticblock.exp: Likewise.
14186
14187 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14188
14189 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14190 directory to absolute path name arguments.
14191
14192 2014-03-10 Joel Brobecker <brobecker@adacore.com>
14193
14194 * gdb.ada/tagged_access: New testcase.
14195
14196 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14197
14198 * gdb.btrace/data.exp: Update expected output.
14199
14200 2014-03-06 Yao Qi <yao@codesourcery.com>
14201
14202 * gdb.trace/pr16508.exp: New file.
14203
14204 2014-03-05 Pedro Alves <palves@redhat.com>
14205
14206 PR gdb/16575
14207 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14208 procedure.
14209 (top level): Adjust to use it. Add tests that exercise breakpoint
14210 interaction with the code-cache.
14211
14212 2014-02-26 Ludovic Courtès <ludo@gnu.org>
14213
14214 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14215 test for 'history-append!'.
14216
14217 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14218
14219 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14220 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14221 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14222 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14223 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14224 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14225
14226 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14227
14228 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14229 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14230 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14231
14232 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14233
14234 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14235
14236 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14237
14238 * gdb.dwarf2/arr-stride.c: New file.
14239 * gdb.dwarf2/arr-stride.exp: New file.
14240
14241 2014-02-26 Pedro Alves <palves@redhat.com>
14242
14243 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14244 that won't ever trigger. Make sure that GDB reports the correct
14245 breakpoint that caused the stop.
14246
14247 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14248
14249 PR gdb/16626
14250 * gdb.base/auto-load-script: New file.
14251 * gdb.base/auto-load.c: New file.
14252 * gdb.base/auto-load.exp: New file.
14253
14254 PR gdb/16626
14255 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14256
14257 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14258
14259 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14260 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14261
14262 2014-02-24 Doug Evans <dje@google.com>
14263
14264 * lib/gdb.exp (run_on_host): Log error output if program fails.
14265
14266 2014-02-21 Pedro Alves <palves@redhat.com>
14267
14268 * gdb.threads/step-after-sr-lock.c: Rename to ...
14269 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14270 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14271 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14272 ... this.
14273
14274 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14275
14276 PR tdep/16397
14277 * gdb.arch/amd64-stap-special-operands.exp: New file.
14278 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14279 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14280 * gdb.arch/amd64-stap-triplet.S: Likewise.
14281 * gdb.arch/amd64-stap-triplet.c: Likewise.
14282
14283 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14284
14285 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14286 in .section pseudo-op.
14287
14288 2014-02-20 lin zuojian <manjian2006@gmail.com>
14289 Joel Brobecker <brobecker@adacore.com>
14290 Doug Evans <xdje42@gmail.com>
14291
14292 PR symtab/16581
14293 * gdb.dwarf2/dw2-icycle.S: New file.
14294 * gdb.dwarf2/dw2-icycle.c: New file.
14295 * gdb.dwarf2/dw2-icycle.exp: New file.
14296
14297 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14298
14299 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14300 operations on gdb.Value objects.
14301 * gdb.python/py-value-cc.exp: Add new test to test operations on
14302 gdb.Value objects.
14303
14304 2014-02-18 Doug Evans <dje@google.com>
14305
14306 * Makefile.in (TESTS): New variable.
14307 (expanded_tests, expanded_tests_or_none): New variables
14308 (check-single): Pass $(expanded_tests_or_none) to runtest.
14309 (check-parallel): Only run tests in $(TESTS) if non-empty.
14310 (check/no-matching-tests-found): New rule.
14311 * README: Document TESTS makefile variable.
14312
14313 2014-02-18 Doug Evans <dje@google.com>
14314
14315 * Makefile.in (check-parallel): rm -rf outputs temp.
14316
14317 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14318
14319 Fix "ERROR: no fileid for" in the testsuite.
14320 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14321
14322 2014-02-12 Doug Evans <dje@google.com>
14323
14324 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14325 (MISCELLANEOUS): New variable.
14326 (clean): rm -rf $(MISCELLANEOUS).
14327 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14328 dwp live in the same directory as symlinks, with each symlink pointed
14329 to a differently named file in a different directory.
14330
14331 2014-02-11 Doug Evans <dje@google.com>
14332
14333 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14334 of Tcl file commands.
14335
14336 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14337
14338 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14339 "kill -SIGUSR1 -1".
14340
14341 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14342
14343 * gdb.ada/tick_length_array_enum_idx: New testcase.
14344
14345 2014-02-10 Doug Evans <xdje42@gmail.com>
14346
14347 * configure.ac (AC_OUTPUT): Add gdb.guile.
14348 * configure: Regenerate.
14349 * lib/gdb-guile.exp: New file.
14350 * lib/gdb.exp (get_target_charset): New function.
14351 * gdb.base/help.exp: Update expected output from "apropos apropos".
14352 * gdb.guile/Makefile.in: New file.
14353 * gdb.guile/guile.exp: New file.
14354 * gdb.guile/scm-arch.c: New file.
14355 * gdb.guile/scm-arch.exp: New file.
14356 * gdb.guile/scm-block.c: New file.
14357 * gdb.guile/scm-block.exp: New file.
14358 * gdb.guile/scm-breakpoint.c: New file.
14359 * gdb.guile/scm-breakpoint.exp: New file.
14360 * gdb.guile/scm-disasm.c: New file.
14361 * gdb.guile/scm-disasm.exp: New file.
14362 * gdb.guile/scm-equal.c: New file.
14363 * gdb.guile/scm-equal.exp: New file.
14364 * gdb.guile/scm-error.exp: New file.
14365 * gdb.guile/scm-error.scm: New file.
14366 * gdb.guile/scm-frame-args.c: New file.
14367 * gdb.guile/scm-frame-args.exp: New file.
14368 * gdb.guile/scm-frame-args.scm: New file.
14369 * gdb.guile/scm-frame-inline.c: New file.
14370 * gdb.guile/scm-frame-inline.exp: New file.
14371 * gdb.guile/scm-frame.c: New file.
14372 * gdb.guile/scm-frame.exp: New file.
14373 * gdb.guile/scm-generics.exp: New file.
14374 * gdb.guile/scm-gsmob.exp: New file.
14375 * gdb.guile/scm-iterator.c: New file.
14376 * gdb.guile/scm-iterator.exp: New file.
14377 * gdb.guile/scm-math.c: New file.
14378 * gdb.guile/scm-math.exp: New file.
14379 * gdb.guile/scm-objfile-script-gdb.in: New file.
14380 * gdb.guile/scm-objfile-script.c: New file.
14381 * gdb.guile/scm-objfile-script.exp: New file.
14382 * gdb.guile/scm-objfile.c: New file.
14383 * gdb.guile/scm-objfile.exp: New file.
14384 * gdb.guile/scm-ports.exp: New file.
14385 * gdb.guile/scm-pretty-print.c: New file.
14386 * gdb.guile/scm-pretty-print.exp: New file.
14387 * gdb.guile/scm-pretty-print.scm: New file.
14388 * gdb.guile/scm-section-script.c: New file.
14389 * gdb.guile/scm-section-script.exp: New file.
14390 * gdb.guile/scm-section-script.scm: New file.
14391 * gdb.guile/scm-symbol.c: New file.
14392 * gdb.guile/scm-symbol.exp: New file.
14393 * gdb.guile/scm-symtab-2.c: New file.
14394 * gdb.guile/scm-symtab.c: New file.
14395 * gdb.guile/scm-symtab.exp: New file.
14396 * gdb.guile/scm-type.c: New file.
14397 * gdb.guile/scm-type.exp: New file.
14398 * gdb.guile/scm-value-cc.cc: New file.
14399 * gdb.guile/scm-value-cc.exp: New file.
14400 * gdb.guile/scm-value.c: New file.
14401 * gdb.guile/scm-value.exp: New file.
14402 * gdb.guile/source2.scm: New file.
14403 * gdb.guile/types-module.cc: New file.
14404 * gdb.guile/types-module.exp: New file.
14405
14406 2014-02-10 Yao Qi <yao@codesourcery.com>
14407
14408 PR testsuite/16543
14409 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14410 * configure: Regenerated.
14411 * Makefile.in: New file.
14412
14413 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14414
14415 * gdb.python/py-framefilter.exp: Fix typo.
14416
14417 2014-02-08 Yao Qi <yao@codesourcery.com>
14418
14419 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14420 that no =breakpoint-modified is emitted when breakpoints are
14421 modified through MI commands.
14422
14423 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14424 Pedro Alves <palves@redhat.com>
14425
14426 * gdb.threads/step-after-sr-lock.c: New file.
14427 * gdb.threads/step-after-sr-lock.exp: New file.
14428
14429 2014-02-07 Pedro Alves <palves@redhat.com>
14430
14431 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14432
14433 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14434
14435 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14436 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14437
14438 2014-02-06 Doug Evans <xdje42@gmail.com>
14439
14440 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14441 output.
14442
14443 * gdb.gdb/python-interrupts.exp: New file.
14444
14445 2014-02-05 Yao Qi <yao@codesourcery.com>
14446
14447 * gdb.trace/report.exp (use_collected_data): Test the output
14448 of "info threads" and "info inferiors".
14449
14450 2014-02-05 Yao Qi <yao@codesourcery.com>
14451
14452 Revert this patch:
14453
14454 2013-05-24 Yao Qi <yao@codesourcery.com>
14455
14456 * gdb.trace/tfile.exp: Test inferior and thread.
14457
14458 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14459
14460 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14461 on a function.
14462 * gdb.base/step-bt.c: Call hello via function pointer to make
14463 sure its first instruction is executed on powerpc64le-linux.
14464
14465 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14466
14467 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14468
14469 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14470
14471 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14472 of the test patterns for use on little-endian systems.
14473
14474 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14475
14476 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14477 (decimal_vector): Fix for little-endian.
14478
14479 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14480
14481 * gdb.arch/sparc-sysstep.exp: New file.
14482 * gdb.arch/sparc-sysstep.c: Likewise.
14483
14484 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14485
14486 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14487
14488 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14489
14490 2014-01-23 Tom Tromey <tromey@redhat.com>
14491
14492 * gdb.ada/array_char_idx: New testcase.
14493
14494 2014-01-23 Tom Tromey <tromey@redhat.com>
14495
14496 PR python/16487:
14497 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14498 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14499 classes.
14500
14501 2014-01-23 Tom Tromey <tromey@redhat.com>
14502
14503 PR python/16491:
14504 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14505 string from an inferior frame.
14506 * gdb.python/py-framefilter-mi.exp: Update.
14507
14508 2014-01-22 Doug Evans <dje@google.com>
14509
14510 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14511
14512 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14513
14514 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14515
14516 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14517
14518 * gdb.trace/entry-values.exp: Remove excess space character from
14519 regex patterns. Handle s390 call instruction.
14520
14521 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14522
14523 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14524 define "*_start" label. Make "name" static.
14525 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14526 ${name} by references to ${name}_start.
14527
14528 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14529
14530 * gdb.base/info-macros.exp: Remove "debug" from the compile
14531 options.
14532
14533 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14534
14535 * gdb.dlang/demangle.exp: New file.
14536
14537 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14538
14539 * gdb.dlang/primitive-types.exp: New file.
14540
14541 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14542
14543 * configure.ac: Create gdb.dlang/Makefile.
14544 * configure: Regenerate.
14545 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14546 * gdb.dlang/Makefile.in: New file.
14547 * lib/d-support.exp: New file.
14548 * lib/gdb.exp (skip_d_tests): New proc.
14549
14550 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14551
14552 * gdb.btrace/delta.exp: Check reverse stepi.
14553 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14554 * gdb.btrace/finish.exp: New.
14555 * gdb.btrace/next.exp: New.
14556 * gdb.btrace/nexti.exp: New.
14557 * gdb.btrace/record_goto.c: Add comments.
14558 * gdb.btrace/step.exp: New.
14559 * gdb.btrace/stepi.exp: New.
14560 * gdb.btrace/multi-thread-step.c: New.
14561 * gdb.btrace/multi-thread-step.exp: New.
14562 * gdb.btrace/rn-dl-bind.c: New.
14563 * gdb.btrace/rn-dl-bind.exp: New.
14564 * gdb.btrace/data.c: New.
14565 * gdb.btrace/data.exp: New.
14566 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14567
14568 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14569
14570 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14571 * gdb.btrace/exception.exp: Update.
14572 * gdb.btrace/instruction_history.exp: Update.
14573 * gdb.btrace/record_goto.exp: Update.
14574 * gdb.btrace/tailcall.exp: Update.
14575 * gdb.btrace/unknown_functions.exp: Update.
14576 * gdb.btrace/delta.exp: New.
14577
14578 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14579
14580 * gdb.btrace/record_goto.exp: Add backtrace test.
14581 * gdb.btrace/tailcall.exp: Add backtrace test.
14582
14583 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14584
14585 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14586 * gdb.btrace/record_goto.c: New.
14587 * gdb.btrace/record_goto.exp: New.
14588 * gdb.btrace/x86-record_goto.S: New.
14589
14590 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14591
14592 * gdb.btrace/function_call_history.exp: Update tests.
14593 * gdb.btrace/instruction_history.exp: Update tests.
14594
14595 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14596
14597 * gdb.btrace/function_call_history.exp: Fix expected field
14598 order for "record function-call-history".
14599 Add new tests for "record function-call-history /c".
14600 * gdb.btrace/exception.cc: New.
14601 * gdb.btrace/exception.exp: New.
14602 * gdb.btrace/tailcall.exp: New.
14603 * gdb.btrace/x86-tailcall.S: New.
14604 * gdb.btrace/x86-tailcall.c: New.
14605 * gdb.btrace/unknown_functions.c: New.
14606 * gdb.btrace/unknown_functions.exp: New.
14607 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14608
14609 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14610
14611 * gdb.btrace/instruction_history.exp: Update.
14612 * gdb.btrace/function_call_history.exp: Update.
14613
14614 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14615
14616 * gdb.btrace/function_call_history.exp: Fix expected function
14617 trace.
14618 * gdb.btrace/instruction_history.exp: Initialize traced.
14619 Remove traced_functions.
14620
14621 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14622
14623 * gdb.btrace/function_call_history.exp: Update
14624 * gdb.btrace/instruction_history.exp: Update.
14625
14626 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14627
14628 * gdb.btrace/enable.exp: Update expected text.
14629
14630 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14631
14632 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14633 bytes.
14634
14635 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14636
14637 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14638
14639 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14640
14641 * lib/gdb.exp (supports_process_record): Return true for
14642 arm*-linux*. (supports_reverse): Likewise.
14643
14644 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14645
14646 PR python/15464
14647 PR python/16113
14648 * gdb.python/py-type.c: Enhance test case.
14649 * gdb.python/py-value-cc.cc: Likewise
14650 * gdb.python/py-type.exp: Add new tests.
14651 * gdb.python/py-value-cc.exp: Likewise
14652
14653 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14654 Pedro Alves <palves@redhat.com>
14655
14656 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14657 Make "name" extern.
14658 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14659 references to ${name}_start by references to ${name}.
14660
14661 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14662
14663 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14664
14665 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14666
14667 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14668
14669 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14670 Pedro Alves <palves@redhat.com>
14671
14672 * gdb.mi/mi-info-os.exp: Connect to the target with
14673 mi_gdb_target_load.
14674
14675 2014-01-08 Pedro Alves <palves@redhat.com>
14676
14677 * gdb.threads/reconnect-signal.c: New file.
14678 * gdb.threads/reconnect-signal.exp: New file.
14679
14680 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14681
14682 * gdb.base/source-dir.exp: New file.
14683
14684 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14685
14686 * gdb.ada/mi_interface: New testcase.
14687
14688 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14689
14690 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14691 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14692 gdb.ada/pp-rec-component/pck.ads: New files.
14693
14694 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14695
14696 * gdb.python/py-pp-integral.c: New file.
14697 * gdb.python/py-pp-integral.py: New file.
14698 * gdb.python/py-pp-integral.exp: New file.
14699
14700 For older changes see ChangeLog-1993-2013.
14701 \f
14702 ;; Local Variables:
14703 ;; mode: change-log
14704 ;; left-margin: 8
14705 ;; fill-column: 74
14706 ;; version-control: never
14707 ;; End:
14708
14709 Copyright 2014-2018 Free Software Foundation, Inc.
14710 Copying and distribution of this file, with or without modification,
14711 are permitted provided the copyright notice and this notice are preserved.
This page took 0.322375 seconds and 3 git commands to generate.